/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:24px;
	overflow-x:hidden;
	color:#555;
	background-color:#FFF;
}
.clearfix{ clear:both;}
p{
	color:#555;
}
.dark{
	color:#111;
}
.top{
    background-color: #f5f5f5;
}
.checkBtn{
    color: #FFF;
    line-height: 48px;
    background-color: #1c8dbf;
    float: left;
    padding: 0 20px;
    margin-right: 1em;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.contBtn{
    color: #fff;
    line-height: 48px;
    /*background-color: #1c8dbf;*/
    float: right;
    padding: 0 10px;
    font-size: 14px;
    margin-right: 84px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.contBtn:hover{
    color: #26c0e0;
}
.vishBtn{
    color: #fff;
    line-height: 48px;
    float: right;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.vishBtn:hover{
    color: #ff8e9d;
}
.socialIcons{
    float: right;
}
.socialIcons a {
    padding: 12px 18px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
    float: left;
}
.topMenu a:last-child{
    border-right:none;
}
.lang{
	float:right;
}
.logo_row{
	padding: 8px 0;
}
header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 48px;
    z-index: 99999;
	background-color:#fff;
}
#top_header{
    position: relative;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.09);
}
header.sticky #top_header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:0;
	margin:0;
	background-color:#fff;
	box-shadow: 1px 1px 9px rgba(102, 102, 102, 0.27);
	z-index: 1000;
}
header.sticky #top_header > .logo > img{
	width:110px;
}
header.sticky #top_header > nav > .main-menu ol li a {
    line-height: 67px;
}
header.sticky #top_header > nav > .main-menu > ul > li > a {
    line-height: 67px !important;
}
header.sticky #top_header > nav > .main-menu > ol > li > label {
    line-height: 67px !important;
}
.first_ul{ 
	float:left;
}
.logo{
	float:left;
	padding: 10px 2em 10px 10px;
}
.header-bg {
    position: relative;
    overflow: hidden;
    height:550px;
}
.img-fluid {
    width: 100%;
    height: auto;
}
.right-bg {
    float: right;
    width: 72%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.hBg{
    position: absolute;
    left: 0;
    top:0;
    max-width:100%;
}
.sb-search{
    float: left;
    width: 330px;
    margin: 6px 10px;
    position: relative;
}
.sb-search-input{
	border: none;
    padding: 5px 10px;
    width: 88%;
    float: left;
    background: none;
    border-bottom: 1px solid #6494c1;
	color:#fff;
}
.sb-search-submit{
    width: 12%;
    float: left;
    padding: 5px 10px;
	border: none;
    background: none;
    border-bottom: 1px solid #6494c1;
}
.sb-icon-search{
	position: absolute;
    right: 4%;
    top: 4px;
    color: #6494c1;
    cursor: pointer;
}
.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}
.topLink{
	margin:0;
	padding:0;
}
.topLink li{
	float:left;
	list-style:none;
}
.topLink li a{
    display: block;
    color: #FFF;
    padding: 0 10px 0 2px;
    line-height: 28px;
    position: relative;
}
.topLink li a:before{
	position:absolute;
	right:0px;
	top:0px;
	content:'|';
}
.topLink li:last-child a:before{
	content:'';
}
.cartBtn{
    display: inline-block;
    padding: 12px 20px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    float: right;
    margin-right: 3.8em;
    font-size: 12px;
    background-color: #ead96c;
}
.cartBtn:hover{
    color: #fff;
	background-color:#3d1fd3;
}
.offerBox{
	height:220px;
	padding:2em;
	margin-bottom:30px;
	display:table;
	width:100%;
}
.offerBox h2{
	font-size:38px;
	color:#F00;
	text-align:center;
	margin-bottom:0;
}
.offerBox b{
	font-size:18px;
	color:#000;
	text-align:center;
	display:block;
}
.margintb{ margin: 8px 0;}
.buyBtn{
    display: inline-block;
    border: none;
    background-color: #1c8dbf;
    padding: 7px 25px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 1px;
}
.buyBtn:hover{
    background-color: #26c0e0;
}
.offerBoxCenter{
	height:470px;
	padding:2em;
	margin-bottom:30px;
}
.offerBoxCenter h2{
	font-size:52px;
	text-transform:uppercase;
	text-align:center;
	color:#FC0;
}
.offerBoxCenter h2 small{
	color:#1c8dbf;
}
.shopBtn{
    display: inline-block;
    padding: 12px 35px;
    border-radius: 1px;
    background-color: #1c8dbf;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.shopBtn:hover{
    background-color: #26c0e0;
}
.margint{
	margin-top:10%;
}
.banner{
    margin-top: 80px;
}
/*carousel-fade .......................................................*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
  }
  
  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }
  
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  
  .carousel-fade .carousel-control {
    z-index: 2;
  } 
  @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-fade .carousel-inner > .item.next,
      .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.prev,
      .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.next.left,
      .carousel-fade .carousel-inner > .item.prev.right,
      .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
  } 
  /*carousel-fade .................................................................................................*/
.banner_text{
    position: absolute;
    height: 100%;
    right: 0;
    top: 0px;
    left: 5%;
    bottom: 0;
    background-color: rgba(2,79,189,.8);
    width: 30%;
    z-index: 1;
  }
  .mbr-box {
      display: table;
      width: 100%;
      height:100%;
  }
  .item_text{
      display: table-cell;
      float: none;
      margin-bottom: 0;
      margin-top: 0;
      vertical-align: middle;
      color:#FFF;
  }
  .slied_text{
      padding: 3em;
  }
  .slied_text h2{
      padding: 0 0 10px 0;
      margin: 0;
      font-size: 52px;
      line-height: 58px;
      color: #fff;
      text-transform: uppercase;
  }
  .slied_text p{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #21e1ec;
    margin-bottom: 0;
  }
  .slied_text h4{
    font-size: 14px;
    line-height: 24px;
    color: #EEE;
  }
  .more_btn{
      font-size: 12px;
      color: white;
	  background-color: #72a53f;      
      padding: 10px 20px 10px 25px;
      margin: 5px 0 0 0;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: .2em;
  }
 
.flashNewsHolder{
	border-bottom: 1px solid #DDD;
	padding: .8em 0;
}
.flashNews{
	position:relative;
}
.flashNews:before{
    content: 'Flash News';
    padding: 0 20px 0 20px;
    background-color: #42b3e5;
    color: #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 34px;
    z-index: 1;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.flashNews marquee{
    float: left;
    line-height: 34px;
}
.section{
	padding: 4em 0;
}
.section h2{
	margin-top:0px;
}
.topBox{
    padding: 3em 1em 1.5em 1em;
    border: 1px solid #eee;
    background-color: #F9F9F9;
}
.topBox img{
    width: 60px;
    margin-bottom: 1em;
}
.more{
    padding: 8px 20px;
	background-color: #42b3e5;
    color: #FFF;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    display: inline-block;
}
.principal img{
	float:left;
	margin-right:2em;
}
.topSection{
	padding: 3em 0 0;
	-webkit-box-shadow: inset 0px -10px 12px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -10px 12px rgba(0, 0, 0, 0.09);
}
.topSection ul.our-links {
	display: block;
	margin: 0;
	padding:0;
	position: relative;
}
.topSection ul.our-links li {
	display: block;
	position: relative;
}
.topSection ul.our-links li.apply-online {
	background: #42B3E5;
}
.topSection ul.our-links li.prospects .detail a.more {
	border: 2px #ff9600 solid;
	color: #ff9600;
}
.topSection ul.our-links li.prospects {
	background: #0384CE;
}
.topSection ul.our-links li.prospects .detail a.more {
	border: 2px #e53b24 solid;
    color: #e53b24;
}
.topSection ul.our-links li.certification {
	background: #3156A3;
}
.topSection ul.our-links li.certification .detail a.more {
	border: 2px #118ac3 solid;
    color: #118ac3;
}
.topSection ul.our-links li {
	display: block !important;
	padding: 44px 10px 60px 2%;
	opacity: 1 !important;
	height:220px;
}
.topSection ul.our-links li p {
	padding-bottom: 0px;
}
.topSection ul.our-links li .icon {
	width: 23%;
	float: left;
}
.topSection ul.our-links li .detail {
	width: 76%;
    padding-left: 20px;
    float: left;
    color: #fff;
}
.topSection ul.our-links li .detail h3 {
	display: block;
	padding-bottom: 10px;
	margin:0;
	line-height: 24px;
	font-size: 18px;
	color: #fff;
}
.topSection ul.our-links li .detail h3 span {
	display: block;
	font-size: 12px;
}
.topSection ul.our-links li .detail p {
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #FFF;
    padding: 0;
    margin: 0;
    height: 87px;
    overflow: hidden;
}
.topSection ul.our-links li .detail a.more {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 34px;
    position: absolute;
    bottom: -17px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #fff;
    font-size: 20px;
    color: #118ac3;
    border-radius: 50%;
    text-align: center;
    border: 2px #118ac3 solid;
	z-index:1;
}
.topSection ul.our-links li .detail a.more:hover {
	color: #211d1e;
}
.topSection .sm-head {
	display: block;
	font-family: 'texgyreadventorregular';
	font-size: 14px;
	color: #7d7c7c;
	line-height: 18px;
	text-transform: uppercase;
}
.topSection .left-block {
	display: block;
}
.gray{
	background-color:#F5F5F5;
}
.owl-item > .item{
	margin: 15px;
}
#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}
.newsEventsIn{
	padding:2em;
    background-color: #42b3e5;
}
.newsEventsIn a{
	margin:0;
	height:70px;
	overflow:hidden;
	display:block;
	color:#FFF;
}
.itemIn{
	min-height:360px;
	position:relative;
}
.comment-box{
	list-style:none;
	margin:0 0 1.5em;
	padding:0;
}
.comment-box li{
	float:left;
	padding: 5px 15px;
	background-color: #3156A3;
    color: #FFF;
    font-size: 12px;
	margin-right:5px;
	position:relative;
}
.number{
    background-color: #42B3E5 !important;
}
.arrow-date {
    content: '';
    display: inline;
    visibility: visible;
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0 0;
    right: 0;
    border-color: #3156A3 transparent;
    left: 0;
    right: auto;
    bottom: -5px;
}
.aboutRound{
    width: 200px;
    display: inline-block;
    margin: 2.5em .5em 0;
}
.numscroller-big-top {
    font-size: 72px;
    color: #0776c7;
    padding: 10px 0;
    font-weight: 200;
}
.numscroller-info-bottom{
    color: #0776c7;
	margin-top:20px;
}
.bottomSec{
    padding-bottom:5em;
}
.colorBox{
	margin:0;
	padding:0;
}
.colorBox li{
	width:20%;
	float:left;
	list-style:none;
	display:table;
}
.colorBox li a{
    padding: 1em 0;
    background-color: #DDD;
    height: 190px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    font-size: 18px;
}
.colorBox li:nth-child(1) a{
    background:#42B3E5;
}
.colorBox li:nth-child(2) a{
    background:#0384CE;
}
.colorBox li:nth-child(3) a{
    background:#3156A3;
}
.colorBox li:nth-child(4) a{
    background:#9339ca;
}
.colorBox li:nth-child(5) a{
    background:#de2c45;
}
.colorBox li:nth-child(6) a{
    background:#3d7ecf;
}
.colorBox li:nth-child(7) a{
    background:#47b29d;
}
.colorBox li:nth-child(8) a{
    background:#398e47;
}
.colorBox li a img{
	clear:both;
}
.social{
	text-align:center;
}
.social a {
    display: inline-block;
    color: #333;
    line-height: 36px;
	height:40px;
    width: 40px;
    margin: 0 5px;
    font-size: 16px;
	text-align:center;
	border:2px solid #333;
	border-radius:100%;
}
.social a:hover{
    color: #fff;
	border:2px solid #429a1a;
	background-color:#429a1a;
}
.department{
	margin:0;
	padding:0;
	text-align:center;
}
.department li{
	list-style: none;
    display: inline-block;
    margin: 8px;
    width: 16%;
}
.department li a{
	display: block;
    background-color: #42b3e5;
    color: #FFF;
    padding: 15px 15px;
    text-transform: uppercase;
}
.a_slow
{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.6s;
	-moz-animation-duration: 1.6s;
	-ms-animation-duration: 1.6s;
	-o-animation-duration: 1.6s;
	animation-duration: 1.6s;
}
.dropListing{
	padding:0;
	margin:0;
	list-style:none;
}
.dropListing li a{
    display: block;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 13px;
    background: url(../images/bullet.html) no-repeat 0px 11px;
    font-size: 13px;
	line-height: 20px;
}
.dropListing li a:hover{
	color:#0776c7;
}
.dropPara{
	font-size: 13px;
    line-height: 22px;
    margin: 0;
}
.sectionTop{
	padding: 4em 0 0;
}
.arrow {
    float: right;
    margin-top: 5px;
}
.glyphicon.arrow:before {
content: "\e079";
}
.active > a > .glyphicon.arrow:before {
content: "\e114";
}
.fa.arrow:before {
content: "\f104";
}
.active > a > .fa.arrow:before {
content: "\f107";
}
.plus-times {
float: right;
}
.fa.plus-times:before {
content: "\f067";
}
.active > a > .fa.plus-times {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.plus-minus {
float: right;
}
.fa.plus-minus:before {
content: "\f067";
}
.active > a > .fa.plus-minus:before {
content: "\f068";
}
.ProName{
    padding: 0;
    margin: 0;
    color: #0853DB;
    font-weight: 600;
}
.ProName li {
    list-style: none;
}
.ProName li a{
	display: block;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #333;
	line-height:normal !important;
}
.ProName li a:hover{
	color: #0c98d4;
    background-color: #f7f7f7;
}
.ProName li:last-child a{
    border-bottom:none;	
}
.active > a{
    background-color:#1c8dbf !important;
	color:#fff !important;
}
.head{
    text-transform: uppercase;
    letter-spacing: .1em;
}
.proSearch{ 
    width: 90%;
    margin: 10px auto;
    float: none;
}
.proSearch input{ 
	color:#333;
	border-bottom: 1px solid #ddd;
}
.proSearch > .sb-icon-search {
	color:#333;
    font-weight: 600;
}
.proSearch > .sb-icon-search:hover{
	color:#1c8dbf;
}
.dropdown-menu > .ProName{
	border:none;
}
.image img{
    width: 100%;
}
.blueBg{
    background: rgb(61,31,211);
    background: -moz-linear-gradient(left, rgba(61,31,211,1) 0%, rgba(0,147,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(61,31,211,1) 0%,rgba(0,147,255,1) 100%);
    background: linear-gradient(to right, rgba(61,31,211,1) 0%,rgba(0,147,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1fd3', endColorstr='#0093ff',GradientType=1 );
}
.soRight{
    padding: 4em;
}
.soRight h2{
    font-size: 48px;
    color:#fff;
    line-height: 68px;
}
.soRight p{
    color:rgba(255, 255, 255, 0.80);
}
.associate img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}
.associate img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: pointer;
}
.box{
    padding: 2em;
    background-color: #fff;
    margin-bottom: 30px;
    min-height: 492px;
    max-height: 492px;
}
.box:hover img{
   -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.box img{
    -webkit-transition: -webkit-transform .5s ease 0s;
    -moz-transition: -moz-transform .5s ease 0s;
    -o-transition: -o-transform .5s ease 0s;
     transition: transform .5s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.box figure{
	overflow:hidden;
	position:relative;
    margin-bottom: 1em;
}
.name{
    display: block;
    padding-bottom: .5em;
}
.price{
	display:block;
	font-size:24px;
    text-align:center;
}
.add-to-cart-overlay {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
	-webkit-transform: translateY(101%);
  	-moz-transform: translateY(101%);
  	-ms-transform: translateY(101%);
  	-o-transform: translateY(101%);
  	transform: translateY(101%);
	}
	.box figure:hover .add-to-cart-overlay { 
	-webkit-transform: translateY(0%);
  	-moz-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	-o-transform: translateY(0%);
  	transform: translateY(0%);
	}
	
.box figure .add-to-cart-overlay a {
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
		line-height: 22px;
		text-transform: uppercase;
		text-align: center;
		background: #5bc635;
		color: #fff;
		display: block;
		padding: 13px 0;
		transition: all 0.2s ease;
	}
	.box figure .add-to-cart-overlay a:hover { 
	background: #126389;
	}
.link{
	color: #09C;
	font-weight: 600;		
}
.add_cart{
	text-transform: uppercase;
    text-align: center;
    background: #1c8dbf;
    padding: 6px 45px 6px 15px;
    display: inline-block;
    color: #fff;
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.1em;
    position: relative;
}
.add_cart:after{
    position: absolute;
    font-family: FontAwesome;
    content: "\f07a";
    right: 0px;
    top: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.49);
    width: 32px;
    height: 35px;
    line-height: 35px;
}
.add_cart:hover{
    background: #26c0e0;
}
.boxes{
	float:left;
	width:20%;
}
.boxesIn{
	margin: 0 10px 20px;
    position: relative;
    display: block;
	overflow:hidden;
}
.boxesInText{
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0px;
    background-color: rgba(3, 51, 72, 0.84);
    padding: 13px 0;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	color:#fff;
}
.boxesIn img{
	width:100%;
}
.boxesIn:hover > .boxesInText {
    background-color:#1c8dbf;
}
.TopSerch{
	padding:3em 0;
	background-color:#f5f5f5;
}
.whiteBox{
	background-color:#fff;
	border:1px solid #ddd;
}
.testSection{
	padding: 4em 0;
	background:url(../images/bg.html) no-repeat top center;
	background-size:cover;
}
.testimonial{
	padding: 8em 5em;
	background-color:#fff;
}
.testShell{
	margin:0px auto;
	width:70%;
	text-align:center;
}
.testContent{
	font-size:20px;
	line-height:34px;
	margin-bottom:1em;
}
.pic{
	display:inline-block;
	margin-bottom:10px;
}
.nameTesti{
	display:block;
}
.pic img{
	width:100px;
	height:100px;
	border-radius:100%;
}
.text{
	margin-bottom:2em;
}
.text img{
	width:60px;
}
.bottomSec{
	padding: 4em 0;
}
.driver{
    border: 4px solid #eee;
    padding: 1.5em;
    min-height: 140px;
    max-height: 140px;
}
.driver h2{
	margin: 5px 0;
	color:#1c8dbf;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.driver i{
	color:#1c8dbf;
	font-size:80px;
}
.driver p{
	margin:0;
	height:45px;
	overflow:hidden;
}
.call h2, .call i{
	color:#F90;
}
.innerBanner img{
	width:100%;	
}
.breadcrumb_row {
    background-color: #1c8dbf;
}
.inSection{
	padding: 3em 0;
}
.figure img{
	width:100%;
}
.listing{
	margin:0;
	padding:0 0 0 20px;
}
.taemSection{
	background-color:#f5f5f5;
	padding: 4em 0;
}
.taemSection h2{
	margin-top:0;
}
.team{
	text-align:center;
	margin: 10px 0;
}
.team h3{
	margin:0;
	text-transform:uppercase;
	color: #429a1a;
}
.team h4{
	margin:0;
	color: #999;
}
.refineRow{
	border-bottom: 1px solid #ddd;
	margin:2em 0;
	padding-bottom:1em;
	text-align:center;
}
.refineRow b{
	color: #1c8dbf;
	text-transform:uppercase;
}
.proDetailsHead{
    padding-top: 80px;
}
/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #f44236;
    opacity: 0.7;
}
.h3Heading{
	margin: 0 0 10px 0;
	color: #1c8dbf;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.details_main_row{
	padding: 0 0 15px 0;
}
.rating_row{
	padding: 0 0 15px 0;
	border-bottom:1px solid #DDD;
	margin: 0 0 15px 0;
}
.smRow{
	float:left;
	margin-right:1.5em;
}
.simple-rating i{
	color: #f5ac00;
    display: inline-block;
    padding: 1px 2px;
    cursor: pointer;
    font-size: 20px;
}
.rate{
	font-size:36px;
}
.rate i{
	font-size:20px;
}
.off{
	font-size:20px;
	text-decoration:line-through;
}
.offer{
    font-size: 24px;
    color: #f5ac00;
}
.add-cart{
	color: #fff;
    line-height: 48px;
    background-color: #ea8915;
    display:inline-block;
	border:none;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
	border-radius:2px;
}
.add-cart:hover{
	color: #fff;
    background-color: #f97115;
}
.buyNow{
	color: #fff;
    line-height: 48px;
    background-color: #1c8dbf;
    display: inline-block;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    border-radius: 2px;
}
.buyNow:hover{
	color: #fff;
    background-color: #0c7eb1;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default>.panel-heading a {
  display: block;
  padding: 10px;
}
.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size:20px;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\f107";
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\f107";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}
.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}
.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}
.detailTable td{
	font-size:14px;
	padding: 8px 0;
	border-bottom: 1px solid #EEE;
	color:#777;
}
.panel-body1{
	padding:0px !important;
}
.checkGoup{
	margin: 1em 0 0;
}
.check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check input {
    position: absolute;
    opacity: 0;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ddd;
}
.check:hover input ~ .checkmark {
    background-color: #ccc;
}
.check input:checked ~ .checkmark {
    background-color: #1c8dbf;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check input:checked ~ .checkmark:after {
    display: block;
}
.check .checkmark:after {
	left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.proItem{
	padding-bottom:10px;
}
.proItem span{
	color: #1c8dbf;
}






.flat-slider {
  width: 100%;
  padding: 0;
  position: relative;
}

.flat-slider .ui-corner-all { border-radius: 0px; }

.flat-slider .ui-widget-content a { color: #222222; }

.flat-slider .ui-widget-content {
  color: #222222;
  background-color: #1c8dbf;
  background-image: none;
  border-width: 0;
}

.flat-slider .ui-widget-header {
  background-color: white;
  border-color: white;
  background-image: none;
}

.flat-slider .ui-state-hover,
.flat-slider .ui-widget-content .ui-state-hover,
.flat-slider .ui-widget-header .ui-state-hover,
.flat-slider .ui-state-focus,
 .flat-slider .ui-widget-content .ui-state-focus,
.flat-slider .ui-widget-header .ui-state-focus { background-image: none; }

.flat-slider .ui-slider {
  position: relative;
  text-align: left;
}

.flat-slider .ui-slider-horizontal { height: 0.2rem; }

.flat-slider .ui-slider-handle {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background-color: #1c8dbf;
    background-image: none;
    border-color: #1c8dbf;
    border-radius: 20px;
    height: 1rem;
    top: -0.4rem;
    width: 1rem;
}

.flat-slider .min,
.flat-slider .max,
 .flat-slider .min_value,
.flat-slider .max_value,
.flat-slider .value {
  margin-top: 0.3em;
  font-size: 1.7rem;
  white-space: nowrap;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.flat-slider .min,
.flat-slider .max {
  color: #fff;
  font-size: 1.3rem;
}

.flat-slider .min { float: left; }

.flat-slider .max { float: right;}

.flat-slider .min_value,
.flat-slider .max_value,
.flat-slider .value { position: absolute; }

.flat-slider::after { clear: both; }



.textfeald-box{
	padding: 15px 0 0 0;
	padding: 1em 0 0 0;
    margin-left: -4px;
    margin-right: -10px;
}
.textfeald-box input{
    width: 31.3333%;
    float: left;
    padding: 4px;
    margin: 0 2px;
    border: 1px solid #DDD;
}
.go-btn {
	background-color:#1c8dbf;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	font-size:14px;
	padding: 6px 24px;
	text-decoration:none;
	cursor:pointer;
    border: 1px solid #1c8dbf !important;
}
.go-btn:hover {
	background-color:#26c0e0;
    border: 1px solid #26c0e0 !important;
}
.loadBtn{
    display: inline-block;
    border: none;
    padding: 0px 25px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1c8dbf;
    border-radius: 1px;
    font-size: 12px;
	font-weight: 600;
}
.loadBtn:hover{
    color: #26c0e0;
}
.searchContainer{
	width:60%;
	padding:1em;
	background-color:#fbfbfb;
	border:1px solid #ddd;
	font-size:13px;
	position:relative;
}
.searchHead{
	border-bottom:1px solid #ddd;
	padding-bottom: 10px;
	position:relative;
}
.shSearch{
	width:100%;
	margin:0;
}
.shSearch input{
	color:#222 !important;
}
.shSearchRight>span{
	margin: 5px 0;
	display:inline-block;
}
.applyBtn {
	background-color:#1c8dbf;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	padding: 4px 24px;
	text-decoration:none;
	cursor:pointer;
	border: 1px solid #1c8dbf;
	margin-right:30px;
}
.applyBtn:hover {
	background-color:#26c0e0;
    border: 1px solid #26c0e0;
}
.closeBtn{
    border: none;
    background: none;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 22px;
    outline: none;
    cursor: pointer;
    z-index: 1;
}
.alphabetRow{
	padding: 1em 0 2.5em 0;
}
.alphabetRow a{
	display:inline-block;
	padding: 0 10px 0 0;
}
.alpCategory h5{
	margin-top:0;
	color:#1c8dbf;
}
.alpCategory > .checkGoup > label{
	font-size:12px;
	padding-left: 30px;
}
.alpCategory > .checkGoup > label > small{
	color:#666;
	display:inline-block;
	padding-left:5px;
}
.brand-filter-columns {
    -webkit-column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-count: 4;
    -moz-column-gap: 40px;
    -moz-column-fill: auto;
    -moz-column-fill: balance;
    column-count: 4;
    column-gap: 40px;
    column-fill: auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    margin: 0 auto;
	height:328px;
	overflow-x:scroll;
}
.filters-list {
    white-space: nowrap;
}
.accLeft h3{
	margin-top:0;
}
.accLeft ul{
	margin:0;
	padding:0;
}
.accLeft li{
	border-bottom: 1px solid #ddd;
	margin-bottom:10px;
	padding-bottom:10px;
	list-style:none;
}
.accLeft li a{
	display:block;
	padding-left:20px;
	font-size:13px;
	line-height:22px;
}
.accIcon{
    width: 42px;
    height: 42px;
    margin-right: 10px;
    border-radius: 100%;
    background-color: #333;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.acc{ line-height:16px;}
.acc strong{
    margin-top: 5px;
    display: inline-block;
}
.acc span{
	font-size:12px;
	color:#999;
}
.userAccountLogoutInfo {
    background-color: #F2F9FF;
    border: 1px solid #DFEFFF;
    margin: 15px 0px 5px 0px;
}
.userAccountLogoutInfo > div {
    padding: 15px;
    font-size: 12px;
    line-height: 18px;
}
.userAccountLogoutInfo > div a {
	color: #1c8dbf;
	padding-left:0;
	display:inline-block;
}
.userAccountLogoutInfo > div a:hover{
	text-decoration:underline;
}
.accLeftH{
	padding-bottom:5px;
	text-transform:uppercase;
}
.accLeft li > .active{
	font-weight:600;
	color: #1c8dbf;
}
.accRight h4{
	border-bottom: 1px solid #ddd;
	margin-bottom:20px;
	padding-bottom:10px;
	margin-top:0;
	text-transform:uppercase;
}
.addressBox{
	border: 1px solid #ddd;
	margin-bottom:30px;
}
.addressBox h5{
	margin: 0;
	padding: 8px 15px;
	color:#fff;
	background-color:#099;
	font-size:14px;
}
.addressBoxIn{
	padding:15px;
}
.addressBoxIn big{
	display:block;
	padding-bottom:5px;
}
.addressBoxIn span{
	color:#888;
	font-size:13px;
}
.topMargin{
	margin: 8px 0;
}
.addressAdd{
	color: #fff;
    line-height: 38px;
    background-color: #1c8dbf;
    display: inline-block;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    border-radius: 2px;
}
.addressAdd:hover{
	color: #fff;
    background-color: #0c7eb1;
}
.inputRow{
	margin-bottom:1em;
}
.inputForm{
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    height: 38px;
    font-size: 13px;
	border-radius:2px;
}
.inputForm:focus{
    border: 1px solid #888;
}
.textareaForm:focus{
    border: 1px solid #888;
}
.textareaForm{
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    height: 80px;
    font-size: 13px;
	border-radius:2px;
}
.inputRow label{
	margin-bottom:0 !important;
	padding-left: 25px;
}
.linka {
    color: #1c8dbf;
    display: inline-block;
	font-size:13px;
}
.linka:hover {
    text-decoration:underline;
}
.inputRow span{
	display:block;
	padding-top:6px;
}
.code{
	padding-right:0 !important;
}
.code span{
	display:block;
	padding-top:7px;
}
.nopLeft{padding-left:0px !important;}
.saveBtn{
	color: #fff;
    line-height: 38px;
    background-color: #1c8dbf;
    display: inline-block;
    border: none;
    padding: 0 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    border-radius: 2px;
	border:none;
}
.saveBtn:hover{
	color: #fff;
    background-color: #0c7eb1;
}
.moreBox{
	padding:7px 10px 0 0;
	display:inline-block;
	position:relative;
	color: #1c8dbf;
	font-size:13px;
}
.moreBox > .tooltipBox{
	display:none;
	transition:1s;
}
.moreBox:hover > .tooltipBox{
	padding: 12px;
     border: 1px solid #ddd; 
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    display: block;
    font-size: 12px;
    background-color: #fff;
    color: #777;
    line-height: 18px;
}
.orderShell{
	border:1px solid #ddd;
	margin-bottom:2em;
}
.orderShellHead{
	padding:1em;
	border-bottom:1px solid #ddd;
}
.orderShellMiddile{
	padding:1em;
}
.orderShellMiddile h3{
	margin:0;
	line-height:26px;
}
.productImg img{
	max-width:100%;
}
.proInfo > div{
	display:inline-block;
	position:relative;
}
.proInfo a{
    border: 1px solid #333;
    padding: 5px 12px;
    color: #333;
    display: inline-block;
    margin: 0 5px 5px 0;
}
.proInfoGray{
    border: 1px solid #999 !important;
    color: #999 !important;
}
.proInfo > div > small{
	display: block;
	color: #999;
}
.proRating > .simple-rating i {
    font-size: 16px !important;
}
.orderShellBottom{
	padding: 1em 1em 1em;
}
.orderBtmIn{
	border-bottom: 1px solid #ddd;
	margin-bottom:10px;
	padding-bottom:10px;
}
.status{
	float:left;
	position:relative;
	font-size:16px;
}
.status a{
    position: absolute;
    left: 100%;
    top: -18px;
    display: inline-block;
    width: 90px;
    font-size: 14px;
}
.status span{
	color:#093;
}
.deliverdOn{
	float:right;
	font-size:16px;
}
.deliverdOn span{
	color:#093;
}
.progressRow{
	padding-bottom:1em;	
}
.round{
	width:24px;
	height:24px;
	border-radius:100%;
	background-color:#2cb919;
	position:absolute;
	left:0;
	top:0;
}
.progLine{
    margin: 10px 0 0 24px;
    height: 5px;
	background-color:#ddd;
}
.noPadding{
	padding:0px !important;
}
.proLebel{
	padding-top:10px;
	text-transform:uppercase;
}
.roundGray{
	background-color:#ddd;
}
















































.footer{
    background: #2d3344;
}

.fBoxIn{
	padding: 3em 1em;
}
.fBox h3{
    margin:0 0 10px;
    color: rgba(255, 255, 255, 0.7);
}
.fBox ul{
	margin:0;
	padding:0
}
.fBox li{
	list-style:none;
}
.fBox li a{
    display: block;
    line-height: 24px;
    font-size: 12px;
    color: rgb(167, 167, 167);
}
.fBox a:hover{
	color: rgba(255, 255, 255, 0.9);
}
.follow{
	display:block;
	margin-bottom:15px;
}
.newsletter{ 
	width:100%;
	margin: 10px 0 0 0;
}
.newsletter input{ 
	color:#333;
}
.newsletter > .sb-icon-search {
	color:#333;
    font-weight: 600;
}
.follow i{
	width:36px;
	height:36px;
	text-align:center;
	line-height:36px;
	color:#fff;
	background-color:#1c8dbf;
	border-radius:100%;
	margin-right:10px;
}
.fBox p{
	line-height:24px;
	color:rgba(255, 255, 255, 0.66);
	font-size:13px;
}
.fBox iframe{
	width:100%;
}
.fBoxIn label{
    display:block;
    color:rgba(255, 255, 255, 0.66);
    font-size:13px;
    padding-left: 45px;
    position: relative;
}
.phone:before{
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 7px;
    width: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    text-align: center;
}
.mail:before{
    content: "\f0e0";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 7px;
    width: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    text-align: center;
}
.copy{
	padding: 1.5em 0;
    text-align:center;
    background-color: #282d3c;
}
.copy label{
	line-height:24px;
	font-size: 12px;
    color: rgb(167, 167, 167);
	margin:0;
}
.copy a{
    color: rgb(167, 167, 167);
}
.copy label a:hover{
	text-decoration:underline;
}

.scrollup{
			width:40px;
			height:40px;			
			text-indent:-9999px;
			opacity:0.3;
			position:fixed;
			bottom:8px;
			right:8px;
			display:none;			
			background: url('../images/icon_top.png') no-repeat;
			z-index:10000;
}




@media only screen and (min-width:1022px) and (max-width: 1100px) {
.top {
	text-align:center;
}
header{
	position:inherit !important;
    -webkit-transform: inherit !important;
    -ms-transform:inherit !important;
    transform:inherit !important;
}
header.smaller {
    height: auto !important;
}
.navbar-brand img{
	width:73px !important;
}
header nav a {
    line-height: inherit !important;
	text-align: left;
}
header.smaller >.navbar-inverse > .container-fluid > .navbar-collapse > .navbar-nav > li > a {
    padding: 10px 15px !important;
}
header.smaller >.navbar-inverse > .container-fluid > .navbar-collapse > .navbar-nav > li > label {
    padding: 10px 15px !important;
}
.nav > li label{
	display: block;
    text-align: left;
    padding: 0 10px 15px 10px !important;
	line-height: initial !important;
}
.navbar-nav > li > a {
    padding: 0 10px 15px 10px !important;
}
.slied{
	padding:0;
}
.proDetailsHead {
    padding-top: 0px;
}
.xzoom{
	width:100%;
}
.sb-search-input {
    padding: 8px 10px;
}
.sb-search-submit {
    padding: 8px 10px;
}
.sb-icon-search {
    top: 7px;
}
.cartBtn {
    padding: 8px 20px;
}
.contBtn {
    float: left;
    margin: 0 84px 0 8px;
}
.vishBtn {
    float: left;
    margin-left: -75px;
}
.textfeald-box input {
    width: 30.3333%;
}
.first_ul {
    float: none;
}
.navbar-right {
    float: none !important;
}
.main-menu>ul>li>a {
    padding: 15px 10px !important;
}
}

@media only screen and (min-width:760px) and (max-width: 1022px) {
header{
	top: 94px !important;
}
.logo img {
    width: 110px;
}
header.smaller {
    height: auto !important;
    top: 0px !important;
}
.navbar-brand img{
	width:73px !important;
}
header nav a {
    line-height: inherit !important;
	text-align: left;
}
.nav > li label{
	display: block;
    text-align: left;
    padding: 15px 20px !important;
	line-height: initial !important;
}
.navbar-nav > li > a {
    padding: 15px 20px !important;
}
.slied{
	padding-top: 68px;
}
.offerBox {
    min-height: 470px;
    padding: 2em;
}
.box {
    min-height:inherit;
    max-height:inherit;
}
.boxes {
    width: 50%;
}
.fBox {
    width: 33.3333%;
}
.cartBtn {
    margin: 0 0px 8px 10px;
    font-size: 12px;
}
.contBtn {
	float: none;
    margin: 0px 0px 8px 6px;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #6494c1;
}
.vishBtn {
	line-height: 30px;
    float: none;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #6494c1;
    margin: 0 0 8px 6px;
}
.proDetailsHead {
    padding-top: 0;
}
.details_main_right{
	padding-top:4em;
}
.sb-search-submit {
    padding: 8px 10px;
    height: 41px;
}
.sb-search-input {
    padding: 8px 10px;
    height: 41px;
}
.sb-icon-search {
    top: 7px;
}
.first_ul{ 
	float:none;
}
.navbar-right {
    float: left !important;
	width: 100%;
}
.navbar-nav > li {
    float: none !important;
	border-bottom: 1px solid #ededed;
}
.searchContainer {
    width: 90%;
}
}

@media only screen and (min-width:300px) and (max-width: 760px) {
.top {
	text-align:center;
}
header{
	position:inherit !important;
    -webkit-transform: inherit !important;
    -ms-transform:inherit !important;
    transform:inherit !important;
}
header nav a {
    line-height: inherit !important;
	text-align: left;
}
header.smaller >.navbar-inverse > .container-fluid > .navbar-collapse > .navbar-nav > li > a {
    padding: 10px 15px !important;
}
header.smaller >.navbar-inverse > .container-fluid > .navbar-collapse > .navbar-nav > li > label {
    padding: 10px 15px !important;
}
.nav > li label{
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 0;
	line-height:inherit !important;
}
.navbar-nav > li > a {
    padding: 10px 15px !important;
    border-bottom: 1px solid #ededed;
}
.slied{
	padding:0;
}
.offerBoxCenter h2 {
    font-size: 28px;
}
.boxes {
    width: 100%;
}
.fBox {
    width: 100%;
}
.fBoxIn{
	border:none;
	min-height:inherit;
	margin-bottom:2em;
}
.driver {
    min-height: inherit;
    max-height: inherit;
	margin-bottom:1em;
}
.driver h2 {
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
}
.testimonial {
    padding: 5em 2em;
}
.testShell {
    width: 100%;
}
.testContent {
    font-size: 14px;
    line-height: 26px;
}
.cartBtn {
    margin:0 0 8px 0;
	font-size: 11px;
}
.contBtn {
	float: none;
    margin: 0px 8px 8px 4px;
    display: inline-block;
    line-height: 30px;
    font-size: 11px;
    border: 1px solid #6494c1;
}
.vishBtn {
	line-height: 30px;
    float: none;
    font-size: 11px;
    display: inline-block;
    border: 1px solid #6494c1;
    margin-bottom: 8px;
}
.checkBtn {
    line-height: 36px;
    padding: 0 25px;
    margin-right: 0;
    font-size: 11px;
    float: none;
    display: inline-block;
    margin-top: 5em;
}
.offerBoxCenter{
	height:auto;
}
.offerBox{
	height:auto;
}
.box {
    padding: 1.5em 1em;
    min-height: inherit;
    max-height: inherit;
}
.carousel-control {
    width: 24px !important;
    height: 24px !important;
    font-size: 22px !important;
    line-height: 24px !important;
}
.social {
    margin-bottom: 2em;
}
.figure{
	margin-bottom:2em;
}
.proDetailsHead {
    padding-top: 0px;
}
.smRow {
    float: none;
    margin: 10px 0;
}
.add-cart {
    margin-bottom: 10px;
}
.social {
    margin-bottom:2em;
}
.radioBox{
	text-align:center;	
}
.refineRow b {
    display:block;
}
.sb-search {
    float: none;
    width: 90%;
    margin: 10px auto;
}
.logo img {
    width: 110px;
}
.first_ul{ 
	float:none;
}
.searchContainer {
    width: 100%;
}
.brand-filter-columns {
    -webkit-column-count: 2;
    column-count: 2;
}
.shSearch {
    width: 100% !important;
    margin: 0 !important;
}
.applyBtn {
    margin-right:0px;
}
}





.breadcrumb_dress ul li a {
    color: #000;
    text-decoration: none;
}
