/**
*
* @copyright 	Copyright (c) 2014 {@link http://www.gsmhub.me}
* @license 		http://www.gsmhub.me
* @since 		2013-10-09
*/

/** -- Table of Contents:
===================================================
 1.0 - Reset
 2.0 - Header
 3.0 - Index
 4.0 - Myaccount Menu
 	4.1 - Tickets
 5.0 - Profile Page
 6.0 - List & Home Pages
 7.0 - Reseller Block
 8.0 - Popup Page
 9.0 - Footer
 10.0 - Error Page
 11.0 - New code
 12.0 - Live Chat
    12.1 - Chat History
 13.0 - Draggable Menu Manager
===================================================*/

/*-- 1.0 - Reset
===================================================*/
body, html {
    height:100%;
}

body {
  font-family:'source_sans_proregular', Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#383838;
}
.container{
   width: 100%;
  max-width:100%;

}
.article-container {
    height:auto;
    margin:0 auto;
    min-height:100%;	
    position:relative;
}

section.container,
section.container-fluid {
	padding-bottom:250px;
}

section.container-fluid {
	padding-left:0;
	padding-right:0;
}

a, a:focus {
  color:#1386bf;
  outline:none;
  cursor:pointer;
  text-decoration:none; 
}

a:hover {
  text-decoration:none;
  color:#000; 
}

img {
	max-width:100%;
}

 .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width:100%;
}


.sort-cusrsor {
	cursor:pointer;
}

.sort-cusrsor a {
	color:#000;
}

.form-bg {
	background:#f7f7f7;
	margin-top:15px;
	padding:20px;
}

.fa-unsorted:before, 
.fa-sort:before {
	display:inline-block;
	margin-top:5px;
}

.chosen-container,
.form-control,
.btn {
	font-size:16px;
}

.chosen-container {
	margin-left:10px;
}

[class*=label-],
[class^=label-] {
	border-radius:0;
	padding:3px 5px;
}

.custom-label {
	background:#9aa09d;
	font:normal 16px 'source_sans_proregular', Arial, Helvetica, sans-serif;
	padding:5px 10px;
	display:inline-block;
}

.custom-label i {
	padding-right:3px;
}

.upload-img {
	border:1px solid #ddd;
	padding:2px;
	margin:5px 0;
	display:inline-block;
}

.upload-img img {
	max-height:70px;
	max-width:210px;
}

input[type="file"] {
	font-size:13px;
}

/*-- 2.0 - Header
===================================================*/
header.navbar {
	border-radius:0;
	padding:0 0 10px 0;
	margin:0;
	background-color:#fff;
	border-bottom:1px solid #d4e1fa;
	-webkit-box-shadow: 0 8px 6px -9px #9fafce;
       -moz-box-shadow: 0 8px 6px -9px #9fafce;
            box-shadow: 0 8px 6px -9px #9fafce;
}

h1.navbar-brand {
	padding:0 10px;
	margin:0;
	height:auto;
}

h1.navbar-brand a {
	font-size:28px;
	display:block;
}

ul.navbar-nav {
	margin:25px 0 0;
}

ul.navbar-nav > li {
	margin:0 0 10px 10px;
}

.navbar-nav > li > a {
	padding:7px 15px;
	border-radius:3px;
	text-align:center;
	color:#fff;
}

.navbar-nav > li > a.btn-primary {
	background:#495c74;
	outline:none;
}

.navbar-nav > li > a.btn-primary:focus {
	outline:0;
}

.navbar-nav > li > a.btn-default {
	color:#333;
}

.navbar-nav > li.nav-addfund > a,
.navbar-nav > li.nav-addfund > a:hover,
.navbar-nav > li.nav-addfund > a:focus {
	background-color:#f9f9f9;
	border:1px solid #ececec;
	border-radius:16px;
	color:#1386bf;
}

.navbar-nav > li.nav-addfund > a:hover {
	color:#000;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background:#38639e;
	border-color:#38639e;
	color:#fff;
}

.navbar-nav li.credit-cartmenu span {
	background:#f9f9f9;
	width:100%;
	color:#595f65;
	border:solid 1px #ececec;
	border-radius:16px;
	float:left;
	padding:8px 39px 6px 13px;
	line-height:1.2;
	text-align:center;
}

.navbar-nav li.credit-cartmenu a {
	position:absolute;
	top:0px;
	right:0;
	background:#3e919c;
	color:#fff;
	padding:7px 9px !important;
	border-radius:16px;
	font-size:15px;
}

.navbar-nav li.credit-cartmenu a:hover {
	background:#4eB6c4;
}
.navbar-nav li.credit-od-cartmenu span {
	background:#f9f9f9;
	width:100%;
	color:#595f65;
	border:solid 1px #ececec;
	border-radius:16px;
	float:left;
	padding:8px 39px 6px 13px;
	line-height:1.2;
	text-align:center;
}

.navbar-nav li.credit-od-cartmenu a {
	position:absolute;
	top:0px;
	right:0;
	background:#cc0000;
	color:#fff;
	padding:7px 9px !important;
	border-radius:16px;
	font-size:15px;
}

.navbar-nav li.credit-od-cartmenu a:hover {
	background:#cc0000;
}

.breadcrumb {
	margin-top:20px;
}

.admin-controlbar {
	 background-color:#3b5b86;
	 box-shadow:0 0 4px #1f3450;
	 position:fixed;
	 width:100%;
	 padding:7px;
	 color:#fff;
	 z-index:99;
}

.admin-controlbar ul {
	margin-bottom:0;
}

.admin-controlbar ul li {
	margin:0 7px;
	font-size:13px;
}

.admin-controlbar ul li a {
	color:#fff;
}

.admin-controlbar ul li a:hover {
	text-decoration:underline;
}

.admin-controlbar + .container {
	margin-top:35px;
}

header.navbar .container {
	padding-top:10px;
}

/*-- 3.0 - Index
===================================================*/
.index-banner * {
	color:#fff;
}

.index-banner {
	background:#0f3069 url(../../images/general/index_banner.jpg) no-repeat center center;
	max-width:100%;
	min-height:675px;
}

.index-banner h1 {
	font:normal 36px 'museo_slab300', Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	margin:40px 0 45px;
	text-align:center;
	word-wrap:break-word;
}

.index-banner h2,
.index-banner1  h2 {
	font-size:32px;
	margin-top:0;
}

.index-banner p {
	font:normal 20px/30px 'source_sans_prolight';
	max-width:90%;
}

.index-banner li,
.index-banner1 li {
	margin-bottom:40px;
}

h1.imei-services {
	background:#de513f;
	font-size:36px;
	padding:20px 0;
	color:#fff;
	margin:0;
}

.index-banner img {
	margin-left:53px;
}

.index-banner1 {
	background:#fff;
	text-align:center;
	padding:50px 0 0;
}

.index-banner1 p {
	max-width:78%;
	margin:0 auto;
	font-size:18px;
}

.index-banner2 {
	background:#cbd3de url(../../images/general/how_work.jpg) no-repeat center center;
	position:relative;
	margin-bottom:70px;
	min-height:516px;
}

.how-does-work * {
	color:#fff;
}

.how-does-work {
	background-color:#1b2c48;
	position:absolute;
	min-height:100%;
	right:0;
	left:32%;
}

.how-does-work > div {
	max-width:775px;
	padding:85px 50px 0 60px;
}

.level-block {
	background:url(../../images/general/level-arrow.png) no-repeat left 8px;
	padding-left:35px;
}

.level-block h3 {
	font-size:30px;
	font-weight:bold;
	margin:0 0 20px;
	color:#de513e;
}

.level-block p:nth-child(2n) {
	margin-bottom:25px;
}
	
.panel-code {
	max-width:770px;
}

.panel-code h2,
.how-does-work h2 {
	font:normal 28px 'museo_slab300', Arial, Helvetica, sans-serif;
}

.how-does-work h2 {
	font-size:42px;
	margin:0 0 40px;
	color:#8ed2e5;
}

.panel-code h2.red {
	color:#de513e;
}

.panel-code h2.blue {
	color:#1560bb;
}

.panel-code p,
.level-block p {
	font-size:18px;
}

.custom-carosuel {
	margin:3px 0 2px 0;
}

.custom-carosuel .carousel-inner {
	background-color:#0277a3;
}

.custom-carosuel .item {
	text-align:center;
	overflow:hidden;
}

@media (min-width:1400px) {
	.custom-carosuel .item {
		min-height:445px;
	}
}

.custom-carosuel .item img {
	vertical-align:middle;
	display:inline-block;
}

.custom-carosuel .fa-chevron-left,
.custom-carosuel .fa-chevron-right {
	font-size:30px;   
	height:30px;
    width:30px;
    margin-left:-15px;
    margin-top:-15px;
	position:absolute;
	top:50%;
	left:50%;
}

.index-blk-img {
    height: 200px;
    padding-bottom: 20px;
}

/*-- 4.0 - Myaccount Menu
===================================================*/
.custom-accmenu .nav .dropdown-menu {
	z-index:9999;
}

.custom-accmenu .nav .dropdown:hover .dropdown-menu {
	display:block;
}

.custom-accmenu > .nav > li:hover > a,
.custom-accmenu .nav .dropdown:hover .dropdown-menu li:hover a {
	background:#eee;
}

.custom-accmenu .nav .dropdown:hover .dropdown-menu li.active:hover a {
	background-color:#357ebd;
}

.custom-accmenu > .nav-tabs > li > a,
.custom-accmenu > .nav-tabs > li.active > a {
	border-radius:0;
	margin-right:0;
}

.custom-accmenu .mobview-btn {
	display:none;
	width:100%;
	text-align:left;
}

.custom-accmenu .nav .open > a:focus {
	border-color:transparent;
}

.custom-accmenu > .nav-tabs > li {
	border-top:3px solid transparent;
	margin-right:2px;
}

.custom-accmenu > .nav-tabs > li.active {
	border-top:3px solid #f3565d;
}

.custom-accmenu .nav-tabs > li.active {
	margin-bottom:-1px;
}

.badge-warning {
	background-color:#ffac29;
}

.badge-success {
	background-color:#45b6af;
}

.invoiceto-detail p {
	margin-bottom:0;
	color:#999;
}

.minwid-action span.label,
.clientarea-status p.label {
	display:inline-block;
	text-align:left;
	white-space:normal;
}

/*-- 4.1 - Tickets 
================================================== */
.submit-ticket .well {
	background:#f5f5f5;
	border:none;
	border-radius:0;
	min-height:148px;
}

.ticket-blk {
	min-height:102px;
}

.submit-ticket .well h1 {
	font-size:24px;
	margin-top:0;
}

.close-ticket.col-md-5 {
	float:none;
	margin:0 auto;
}

.close-ticket .alert > p + p {
	margin-top:15px;
}

.close-ticket .alert {
	margin-bottom:50px;
	padding:10px 15px;
}

.close-ticket .btn {
	font-size:20px;
	min-width:200px;
}

.ticket-list li {
	padding:20px 0;
}

.ticket-list li .media .pull-left {
	margin-right:0;
	border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	height:45px;
	width:45px;
}

.ticket-list li .media-body {
	background:#f9f9f9;
	border-left:2px solid #1bbc9b;
	overflow:visible;
	margin-left:85px;
	padding:7px 10px;
	position:relative;
}

.ticket-list li .media-body p {
	margin-bottom:1px;
}

.ticket-list li .media-body:before {
	color:#1bbc9b;
	content:"\f0d9";
	font-family:FontAwesome;
	font-size:28px;
	left:-11px;
	position:absolute;
	top:0;
}

.ticket-list li.ticket-reply {
	margin-left:80px;
}

.ticket-list li.ticket-reply .media-body {
	border-color:#f3565d;
}

.ticket-list li.ticket-reply .media-body:before {
	color:#f3565d;
}

/*-- 5.0 - Profile Page
===================================================*/
.prof-details .nav-tabs {
	border:none;
}

.prof-details .nav-tabs li {
	float:none;
	margin-bottom:1px;
	position:relative;
	clear:both;
}

.prof-details .nav-tabs li.active:after {
	content: '';
	display:inline-block;
	border-bottom:6px solid transparent;
	border-top:6px solid transparent;
	border-left:6px solid #2c95d8;
	position:absolute;
	top:12px;
	right:-6px;
}

.prof-details .nav-tabs li a,
.prof-details .nav-tabs li a:focus {
	font-size:14px;
	font-weight:300;
	color:#557386;
	display:block;
	background:#f0f6fa;
	padding:0;
	margin:0;
	border-radius:0;
}

.prof-details .nav-tabs li a,
.prof-details .nav-tabs li:hover a,
.prof-details .nav-tabs li.active a,
.prof-details .nav-tabs li.active:hover a,
.prof-details .nav-tabs li.active a:focus,
.prof-details .nav-tabs li a:focus {
	border:0px solid #c4d5df; 
	border-left-width:2px;
}

.prof-details .nav-tabs li:hover a {
	background:#e0eaf0;
}

.prof-details .nav-tabs li.active a,
.prof-details .nav-tabs li.active:hover a,
.prof-details .nav-tabs li.active a:focus {
	color:#fff;
	background:#2c95d8;
	border-left-color:#0c91e5;
}

.prof-details .nav-tabs li a i {
	width:37px;
	height:37px;
	display:inline-block;
	color:#b9cbd5;
	font-size:15px;
	padding:12px 10px 10px 8px;
	margin:0 8px 0 0;
	text-align:center;
	background:#e0eaf0;
}

.prof-details .nav-tabs li:hover a i,
.prof-details .nav-tabs li.active a i {
	background:#c4d5df;
	color:#fff;
}

.prof-details .nav-tabs li.active a i {
	background:#0f83cc;
}

/*-- 6.0 - List & Home Pages
===================================================*/
.chosen-wid .chosen-container {
	min-width:100% !important;
}

.custom-chosen .chosen-container .chosen-results li {
	line-height:16px;
	padding:8px 6px;
}

.select-sub input[type="text"] {
	float:left;
	width:65%;
	margin:0 10px 2px 0;
}

.prog-rang .progress {
	height:15px;
	width:60%;
}

.date-frmto input[type="text"] {
	background:#fff;
}

.sell-sreach button {
	font-size:14px;
}

.status-btn .btn i.fa-edit {
	font-size:13px;
}

.invoice-tbl table > tbody > tr > td {
	border-top:1px solid #f5f5f5;
}

.invoice-tbl table > thead > tr > th {
	border-bottom:2px solid #f5f5f5;
}

.clientarea-status,
.clientarea-status .chosen-container {
	width:120px !important;
}

.clientarea-services,
.clientarea-services .chosen-container {
	width:150px !important;
}

.select-sub,
.select-sub .wid180 {
	width:180px !important;
}

.credit-list {
	margin-bottom:0;
}

.credit-list li {
	border-top:1px dashed #ccc;
	font-size:13px;
	padding:10px;
}

.credit-list li:first-child {
	border-top:0;
}

.credit-list li strong {
	float:right;
	font-size:14px;
}


/*--- added for place order new style
===================================================*/


.searchservice {
    overflow: auto;
    margin-top: 2px;
}
.searchservice ul li{
	list-style-type:none;
	 padding:5px 0 0 0px;
}
ul.order-service-list {
    padding: 0;
   
}
.order-service-list li a{color:black;font-size:16px;}

.order-service-list li.service-heading a{
	font-size: 20px !important; 
   cursor: default; /* Change cursor style */
} 
.order-service-list li :hover span{
    background: #eee;
}

.order-service-list li a:hover:not(.service-heading)  {
    background: #eee;
}

span.service-time {
    border-radius: 3px;
    color: #444;
    padding: 0 10px;
    text-align: center;
}
.order-service-list li a span {
    display: inline-block;
    font-size: 12px;
    float: right;
    margin-left: 5px;
}


/*-- 7.0 - Reseller Block
===================================================*/
.resell-nav .dropdown-menu {
	width:100%;
	border:none;
	box-shadow:none;
	position:inherit;
	padding:0;
	border-top:3px solid #fff;
	
}

.resell-nav li.active .dropdown-menu li:hover a,
.resell-nav li.active .dropdown-menu li.active a {
	background-color:#2273a7;
}

.resell-nav  li.active .dropdown-menu li.active:after {
	border-left:6px solid #2273a7;
}

.prof-details .resell-nav .dropdown.active:after {
	border:none;
} 

.resell-nav .dropdown a i.fa-angle-down {
	margin:0;
}

.profile-wid .col-md-4 {
	max-width: 300px;
}

ul.profile-nav li {
	position:relative;
}

ul.profile-nav li a {
	color:#557386;
	display:block;
	font-size:14px;
	padding:8px 10px;
	margin-bottom:1px;
	background:#f0f6fa;
	border-left:solid 2px #c4d5df;
}

ul.profile-nav li a.profile-edit {
	top:0;
	right:0;
	margin:0;
	color:#fff;
	opacity:0.6;
	border:none;
	padding:3px 9px;
	font-size:12px;
	background:#000;
	position:absolute;
}

ul.profile-nav li a.profile-edit:hover {
	background:#000;
	border:none;
	color:#fff;
	opacity:1;
}

.resell-orderblk .nav-tabs li.active a,
.resell-orderblk  .form-horizontal {
	background:#f3f3f3;
}

.resell-orderblk  .form-horizontal {
	padding:20px;
}

.resell-orderblk .table-bordered > tbody > tr:nth-child(even) > td,
.resell-orderblk .table-bordered > thead > tr > th {
	background:#fff;
}

/*-- 8.0 - Popup Page
===================================================*/
.popup-container, 
.popup-livechat {
	background-color:#fff;
	overflow:hidden;
}

.popup-livechat {
	overflow-y:auto;
}

.popup-title {
	background:#eee;
	margin:0 0 15px 0;
	padding:15px;
}

.popup-form {
	max-height: 375px;
	overflow: auto;
	padding: 0 15px;
	height: 75%;
}

.popup-title h1,
.popup-title2 {
	font-size:22px;
	margin:0;
}

.popup-title2 {
	border-bottom:1px solid #eee;
	color:#5a5757;
	margin-bottom:20px;
	padding-bottom:8px;
}

.paymt-popup .dl-horizontal dt,
.horizontal-list .dl-horizontal dt,
.horizontal-seller .dl-horizontal dt,
.chatblk-history  .dl-horizontal dt {
	text-align:left;
	font-weight:300;
	color:#999;
}

.popup-form .dl-horizontal dd,
.horizontal-list .dl-horizontal dd,
.horizontal-seller .dl-horizontal dd,
.chatblk-history .dl-horizontal dd {
	margin-bottom:8px;
	overflow:hidden;	
}

.popup-form .dl-horizontal dd > span,
.horizontal-seller .dl-horizontal dd > span,
.chatblk-history .dl-horizontal dd > span {
	margin-left:18px;
	display:block;
}

.popup-form .dl-horizontal dd:before,
.horizontal-seller .dl-horizontal dd:before,
.chatblk-history .dl-horizontal dd:before {
	content:":";
	float:left;
	padding-right:12px;
}

.popup-form .dl-horizontal dd p {
	margin-left:15px;
}

.horz-mrg .dl-horizontal dd {
	margin-bottom:2px;
}

.popup-apireq .alert ul li {
	margin-bottom:10px;
}

.popup-apireq .alert ul li:before {
	content:'\f105';
	font-family:fontawesome;
	float:left;
}

.popup-apireq .alert ul li p {
	margin-left:15px;
}

.popup-apireq .form-group .col-sm-6 span {
	display:inline-block;
	padding-top:7px;
}

.servc-title {
	border-bottom:1px solid #e2e2e2;
    color:#7f7f7f;
    font-size:28px;
    margin:10px 0 30px;
    padding-bottom:15px;
}

.servc-vers {
	background:#fcfbfb;
	border:1px solid #eee;
	margin-bottom:20px;
	padding:20px;
}

.servc-vers h3 {
	margin:0;
}

.servc-vers p {
	margin:15px 0 0;
}


/*-- 9.0 - Footer
===================================================*/
.footer {
	background-color:#103167;
	font-size:14px;
	margin:40px 0 0;
	padding:25px 0;
	position:absolute;
	bottom:0;
	width:100%;
	color:#e6e7e8;
}

.footer hr {
	border-color:#898989;
}

.social-footer {
	font-family:'source_sans_prolight';
	font-size:22px;
}

.social-footer a:hover {
	color:#fff;
}

.footer small,
.footer small a {
	color:#74afeb;
	font-size:22px;
	min-width:160px;
	display:inline-block;
}

.social-ico span {
	color:#74afeb;
}

.social-footer span {
	padding-left:60px;
}

.footer-search .form-control {
	position:relative;
	width:87%;
	float:left;
	text-align:left;
}

.footer-search .btn {
	padding:5px 12px 4px;
	font-weight:600;
	float:left;
	margin-left:-4px;
	height:34px;
}

.footer-search label.error {
	margin-top:-10px;
	font-size:16px;
	max-width:260px;
	color:#fe8e80;
	text-align:left;
}

.footer-search .form-control.error {
	border:none;
	margin-right:0;
}

.footer ul {
	margin:0;
	padding:0;
}

.footer .social-ico li:last-child {
	padding-right:0;
}

[class^=social-ico] a,
[class*=social-ico] a {
	background:url(../../images/footer/social_icons.png) no-repeat;
	width:32px;
	height:32px;
	text-indent:-999em;
	display:inline-block;
}

.social-fbk a   { background-position:0 0;      }
.social-pint a  { background-position:-47px 0;  }
.social-twit a  { background-position:-94px 0;  }
.social-gplus a { background-position:-141px 0; }

.social-fbk a:hover   { background-position:0 -33px;      }
.social-pint a:hover  { background-position:-47px -33px;  }
.social-twit a:hover  { background-position:-94px -33px;  }
.social-gplus a:hover { background-position:-141px -33px; }

/*-- 10.0 - Error Page
===================================================*/
.issues-404 {
	background-color:#f3f3f3;
	text-align:center;
	margin:5% auto 0;
	max-width:735px;
	height:auto;
}

.issues-404 img {
	width:auto\9;
	height:auto;
	max-width:100%;
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic;
}

.issues-404 h2 {
	font:bold 24px Arial, Helvetica, sans-serif;
	margin:0;
	color:#122631;
}

.issues-404 span {
	font-size:28px;
	color:#d84c3a;
}

.issues-404 p {
	font:normal 14px/22px Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #eee;
	margin:25px 0;
	color:#122631;
}

.issues-404 p a:hover {
	text-decoration:underline;
}

/*-- 11.0 - New code
=============================*/
.chosen-container {
	margin-left:0;
}

#perpage_chosen.chosen-container {
	min-width:70px;
}

.chosen-drop {
	font-weight:normal;
}

.showhide-search span,
.showhide-search strong {
	display:inline-block;
	text-align:left;
	width:130px;
}

.showhide-search i {
	margin-left:6px;
}

.stmt-amt p {
	margin:0 0 3px;
}

.status-btn .btn {
	font-size:12px;
}

.status-btn li {
	padding:0 0 0 3px;
}

.code-textwrap {
	word-wrap:break-word;
	white-space:normal;
}

th i.fa-sort-up,
th i.fa-sort-down {
	float:left;
	margin-top:6px;
}

th i.fa-sort-down {
	margin-top:0;
}

.exp-collap span {
	cursor:pointer;
}

.exp-collap span:hover {
	color:#1386bf;
}

.exp-collap small {
	font-size:14px;
}

.prod-services .accordion-group {
	 border:1px solid #e5e5e5;
	 margin-top:20px;
	 -webkit-border-radius:4px;
	         border-radius:4px;
}

.prod-services .accordion-heading a {
	 display:block;
	 padding:12px;
}

.prod-services .accordion-heading a i {
	margin-top:4px;
}

.prod-services .accordion-inner {
	 padding:0 10px;
}

.color-gre {
	color:#339900;
}

.color-gre:hover {
	color:#33cc33;
}

.color-prim {
	color:#3b628b;
}

.accordion-toggle.collapsed .fa-chevron-down:before {
  content: "\f078";
}

.accordion-toggle .fa-chevron-down:before {
  content: "\f077";
}

.valuation-button .starbutton{
	background:url(../../images/general/inactive_star.png) no-repeat;
	display:inline-block;
	margin-right:5px;
	height:28px;
	width:28px;
}

.valuation-button .starbutton:hover,
.valuation-button .active{
	background:url(../../images/general/active_star.png) no-repeat;
}

.customer-review {
	background-color:#fcfcfc;
	border:1px solid #dcdcdc;
	border-radius:4px;
	margin-bottom:20px;
	padding:18px;
}

.customer-review .form-group {
	margin-bottom:0;
}

.review-desc li {
	border-bottom:1px solid #f2f2f2;
	padding-bottom:15px;
	margin-bottom:15px;
}

.review-desc .rating-ic em,
.review-desc .rating-ic em span {
	background:url(../../images/general/rating-muted.png) no-repeat left top;
	display:inline-block;
	text-indent:-999em;
	height:13px;
	width:78px;
}

.review-desc .rating-ic em span {
	background:url(../../images/general/rating-range.png) no-repeat left top;
	float:left;
}

.review-desc small,
.rating-ic {
	color:#8c8c8c
}

.review-desc small {
	font-size:13px;
	font-style:italic;
}
	
.infinite-icon {
	cursor:default;
	font-size:23px;
	display:inline-block;
	margin:-4px 0 0 2px;
	transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	color:#1a1a1a;
}

/*--  Tooltip
========================*/
.custom-tooltip {
	position:relative;
}

.tooltip-code {
	background-color:#f9f9f9;
	border:4px solid #b0b0b0;
	border-radius:3px !important;
	box-shadow:2px 2px 5px rgba(0,0,0,0.6);
    display:none;
    left:40%;
    max-width:350px;
    min-width:350px;
	min-height:100px;
    padding:10px;
    position:absolute;
    top:5%;
    word-wrap:break-word;
	white-space:normal;
    z-index:999;
}

.tooltip-code div {
	max-height:200px;
	overflow:auto;	
}

.tooltip-code:after, .tooltip-code:before {
	border:solid transparent;
	content:' ';
	height:0;
	right:100%;
	position:absolute;
	width:0;
}

.tooltip-code:after {
	border-width:9px;
	border-right-color:#f9f9f9;
	top:11px;
}

.tooltip-code:before {
	border-width:14px;
	border-right-color:#b0b0b0;
	top:6px;
}

.tooltip-code hr {
	border-color:#ebeded;
	margin:10px 0;
}

.servsvc-tooltip .tooltip-code {
	left:18%;
	min-width:400px;
}

/*-- 12.0 - Live Chat
============================+===*/
.custom-livechat {
	position:fixed;
	right:0;
	top:50%;
	bottom:0;
	margin-top:-75px;
	z-index:9999;
}

.btn-chat {
	line-height:28px;
	padding:6px 20px;
	height:150px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius:4px 0 0 4px;
	background-color:#009ffd;
	*background-color:#009ffd;
	background-image:-moz-linear-gradient(top, #009ffd, #009ffd);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#009ffd), to(#009ffd));
	background-image:-webkit-linear-gradient(top, #009ffd, #009ffd);
	background-image:-o-linear-gradient(top, #009ffd, #009ffd);
	background-image:linear-gradient(to bottom, #009ffd, #009ffd);
	background-repeat:repeat-x;
	background-repeat: repeat-y;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-chat:hover,
.btn-chat:focus,
.btn-chat:active {
	background:#0f91ff;
	color:#fff;
}

.custom-livechat .txt-chat i,
.btn-chat {
	color:#fff;
}

.custom-livechat .txt-chat {
	font-family:Arial, Helvetica, sans-serif;
	transform:rotate(270deg);
	-moz-transform:rotate(270deg);  
	-webkit-transform:rotate(270deg);  
	-o-transform:rotate(270deg);  
	-ms-transform:rotate(270deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	position:absolute;
	font-size:18px;
	top:94px;
	right:0;
	left:0;
}

.txt-chat span {
	margin-left:5px;
}

.chat-blk .label-danger,
.chat-blk .label-success {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
}

.chat-header {
	min-height:87px;
}

.chat-header .user-chat {
	font-size:28px;
	color:#1c7591;
	background:#ddd;
	padding:5px 15px;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
	float:right;
	margin-top:18px;
}

.chatting-log {
	max-height:245px;
	overflow-y:auto;
	margin-bottom:20px;
}

.disconnect-msg, 
.connect-msg p, 
.supporter-msg {
	color:#e53f20;
	font-size:14px;
	font-weight:bold;
	display:block;
	line-height:24px;
	text-align:left;
	margin:9px 0;
}

.disconnect-msg, 
.connect-msg p, 
.supporter-msg {
	color:#5497d1;
}

.connecting-msg p, 
.chat-visitor, 
.chat-supporter {
	font-size:13px;
	margin-bottom:7px;
	color:#333;
}

.connecting-msg .chat-time, 
.chat-visitor .chat-time, 
.chat-supporter .chat-time {
	color:#808080;
}

.chat-visitor .chat-name {
	color:#ff0000;
}

.chat-supporter .chat-name {
	color:#0000ff;
}

.disabled-link {
	cursor: no-drop;
}

#chatMail a {
	font-weight:bold;
	text-decoration:underline;
}

/*--  12.1 - Chat History
===================================================*/
.chat-title {
	font:900 17px 'museo_sans_300regular', Arial, Helvetica, sans-serif;
	color:#707070;
	border-bottom:1px solid #eee;
	margin:0 0 20px;
	padding-bottom:8px;
}

.chatblk-history .dl-horizontal dd {
	margin-bottom:15px;
}

.chatblk-history .user-supporter {
	color:#0000ff;
}

.chatblk-history .user-visitor {
	color:#ff0000;
}

.user-message .dl-horizontal dd {
	margin-bottom:20px;
}

.user-message p {
	font-size:12px;
	line-height:13px;
	margin:0;
}
/**
*
* @copyright 	Copyright (c) 2014 {@link http://www.gsmhub.me}
* @license 		http://www.gsmhub.me
* @since 		2013-10-09
*/

/*--  13.0 - Draggable Menu Manager
===================================================*/
.ui-sort {
	padding:30px 0 0 0;
	border-top:1px solid #f2f2f2;
}

.ui-nestedSortable-error {
	background:#fbe3e4;
	color:#8a1f11;
}

.default_dg_a2 {
	text-decoration:none;
	color:#666
}

.ns-row:hover { 
	background-color:#fdfde7;
}

.ns-row { 
	border-bottom:#f1f1f1 solid 1px;
}

.ui-sortable li ul li{
	list-style-type:none;
	margin-left:20px;
}

.ui-sortable li div { 
	cursor:move;
	margin:0;
	padding:6px 5px 10px 5px;
	display: block;
	margin-left:30px
}	
				
.ui-sortable li ul { 
	margin:0; 
	padding:0; 
	margin-left:6px;
}

.ui-sortable li ul,
.sortable .last .maincategory ul,
.sortable .last .last .maincategory ul {
	border-left:1px solid #dadada;
}	
	
.sortable .last ul,
.sortable .last .last ul,
.sortable .last .last .last ul { 
	border:none;
}							

.ui-sortable li {
	 background:url(../../images/navigation/tree_bg3.png) no-repeat top left;
}

.ui-sortable .last,
.ui-sortable .last.nocategory,
.ui-sortable .last.maincategory{
	background:url(../../images/navigation/tree_bg2.png) no-repeat top left;
}

.sortable .odd {
	background-color:#fbfbfb;
}

.navbar-nav > li.nav-notification > a,
.navbar-nav > li.nav-notification > a:hover,
.navbar-nav > li.nav-notification > a:focus {
	background-color:#f9f9f9;
	border:1px solid #ececec;
	border-radius:16px;
	color:#cc0000;
}

.navbar-nav > li.nav-notification > a:hover {
	color:#000;
}


/*Illustration v2
------------------------------------*/
/*Owl Navigation*/
/*Illustration v2
------------------------------------*/
/*Owl Navigation*/
.illustration-v2 .customNavigation {
	text-align: center;
}

.illustration-v2 .customNavigation a.owl-btn {
	color: #ccc;
	width: 30px;
	height: 30px;
	font-size: 17px;
	cursor: pointer;
	background: none;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	border: 2px solid #ddd;
}

.illustration-v2 .owl-pagination {
	display: none;
}

.illustration-v2 .customNavigation a.owl-btn:hover {
	color: #555;
	border-color: #777;
	transition: all 0.2s ease-in-out;
}

.illustration-v2 .customNavigation a.owl-btn.prev i {
	margin-left: -2px;
}
.illustration-v2 .customNavigation a.owl-btn.next i {
	margin-right: -2px;
}

/*Illustration-v2*/
.illustration-v2 .item {
	margin: 0 10px;
	padding-bottom: 5px;
}

.illustration-v2 .product-img {
	position: relative;
}

.illustration-v2 .product-img-brd {
	box-shadow: 0 0 3px #ccc;
}

.illustration-v2 a.product-review {
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	background: rgba(0,0,0,0.5);
}

/*Add to Cart*/
.illustration-v2 .add-to-cart {
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	width: 100%;
	color: #555;
	border: none;
	padding: 10px 0;
	font-size: 20px;
	margin-top: -20px;
	text-align: center;
	position: absolute;
	visibility: hidden;
	text-transform: uppercase;
	background: rgba(255,255,255,0.8);
}

.illustration-v2 .add-to-cart i {
	line-height: 15px;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #555;
}

.illustration-v2 .add-to-cart:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(24,171,155,0.5);
	transition: background-color 0.2s ease-in-out;
}

.illustration-v2 .add-to-cart:hover i {
	color: #fff;
	border-color: #fff;
}

.illustration-v2 .product-img:hover .add-to-cart {
	visibility: visible;
}

/*List Product Description*/
.list-product-description {
	padding: 20px 10px;
}

.list-product-description img {
	padding-right: 15px;
	border-right: 1px solid #dedede;
}

@media (max-width: 768px) {
	.list-product-description img {
		padding-right: 0;
		border-right: none;
	}
}

/*Product Description*/
.product-description {
	padding: 10px;
	/* overflow: hidden;  <!-- removed for showing the full range of price --> */
}

.product-description-brd {
	box-shadow: 0 0 2px #ccc;
}

.product-description .title-price {
	color: #687074;
	font-size: 16px;
}

.product-description h4.title-price {
	margin: 2px 0 0;
}

.product-description h4.title-price a {
	color: #687074;
}

.product-description h4.title-price a:hover {
	color: #18ba9b;
}

.product-description .product-price {
	text-align: right;
	padding-left: 10px;
}

.product-description .product-price span {
	display: block;
}

.product-description .line-through {
	color: #c9253c;
	text-decoration: line-through;
}

.product-description .gender {
	color: #999;
	display: block;
	font-size: 14px;
}

.product-description .product-ratings {
	overflow: hidden;
}

/*Product Description v2*/
.product-description-v2 .title-price {
	color: #687074;
	font-size: 18px;
}

.product-description-v2 span.title-price {
	margin-right: 15px;
}

.product-description-v2 .title-price a {
	color: #687074;
}

.product-description-v2 h4.title-price a:hover {
	color: #18ba9b;
}

.product-description-v2 .title-price.line-through {
	color: #c9253c;
	text-decoration: line-through;
}
.owl-btn {
    color: #777;
    cursor: pointer;
    font-size: 18px;
    padding: 2px 9px;
    text-align: center;
    background: #f5f5f5;
}

.rounded-x {
    border-radius: 50% !important;
}

.margin-top-20 {
	margin-top: 20px;	
}

/* New Listing page */

.blog-info {
  float: left;
  width: 82px;
  margin-right: 38px;
  text-align: center;
}
.blog-info .image-blog-info {
  color: #fff;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  background: #5CB85C;
}
.blog-info .date-blog-info {
 /* padding: 18px 0; */
  height: 90px;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #434343;

}

.blog-info .date-d{margin-bottom:5px; display:block}

.blog-info .date-blog-info small {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin-top: -15px;
}

.blog-info .date-y small{font-size:13px; display:none}

/* End New Listing page */

p img {
    width: 100%;
}

.modal-body-img img {
    width: 100%;
}

/* EOF New Listing page */