/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* ==================================== BTN Global ==================================== */
.btn-back, .mycart-button, .omni-search-category, .omni-search-box {
    background: -webkit-linear-gradient(#ffffff, #f5f5f5);
    background: -o-linear-gradient(#ffffff, #f5f5f5);
    background: -moz-linear-gradient(#ffffff, #f5f5f5);
    background: linear-gradient(#ffffff, #f5f5f5);
}
.btn-border {
    border: 1px solid #ffffff;
    box-shadow: 0 0 0 1px #3a3a3a;
    -webkit-box-shadow: 0 0 0 1px #3a3a3a;
    -moz-box-shadow: 0 0 0 1px #3a3a3a;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.btn-border-single {
    border: 1px solid #3d3c3c;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


input.next-btn {
  border: 1px solid #a2c684;
  height:39px;
  color:#ffffff !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 19.14px;
  font-weight:600;
  text-shadow: 2px 2px 1px #888888;
  padding-right:36px;
  padding-left:12px;
  cursor:pointer;
  background: -webkit-linear-gradient(#95f932, #75da00);
  background: -o-linear-gradient(#95f932, #75da00);
  background: -moz-linear-gradient(#95f932, #75da00);
  background: linear-gradient(#95f932, #75da00);
  float:none !important;
}
input.next-btn:hover {
  text-shadow: 2px 2px 1px #7a7a7a;
  /*149 249 50   117 218 0*/
  
  background: -webkit-linear-gradient(#8eed30, #6fcf00);
  background: -o-linear-gradient(#8eed30, #6fcf00);
  background: -moz-linear-gradient(#8eed30, #6fcf00);
  background: linear-gradient(#8eed30, #6fcf00);
}
div.next-btn {
  display:block;
  text-align:right; 
  margin-left:auto; 
  margin-right:20px;
}
span.next-btn {
  position:relative;
}
span.next-btn:after {
  position:absolute;
  content:"";
  display:block;
  width: 0;
  height: 0;
  right:13px;
  top:-3px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #ffffff;
}
input.btn-smaller {
  position:relative;
  top:-1px;
  font-size: 15px;
  height:32px;
  padding-right:30px;
}
span.btn-smaller:after {
  border-width: 7px 0 7px 7px;
  top:-2px;
  right:11px;
}
/* ==================================== BTN Global ==================================== */

/* ==================================== Global ==================================== */
.boxsizing, .mycart-button, .mycart-button:before, .product-bar > li > a, .product-bar > li > div, .product-bar > li > div:before, .omni-search-box-container, .omni-search-box, .omni-search-category, .omni-search-btn>input, .omni-search-category>ul, .footer div, .mycart, .mycart-buttons, .mycart-continue, .mycart-checkout, .product-bar > li li a, .login #login, .proflamps-button, label.selectpayment {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.line-h{
  height:0;
  border-top:1px solid #ebeae6;
}
.line-h2{
  height:0;
  border-top:1px solid #ffe300;
}
.proflamps-input {
  border:1px solid #ebeae6;
}

/* ==================================== Global ==================================== */

/* ==================================== Product tabs ==================================== */
.product-bar * {
  font-family: 'Open Sans', sans-serif;
}
.product-bar-container{
    box-sizing:content-box;
    z-index:1000;
	display:block;
	position:relative;
	height:42px;
	width:100%;
    color:#007eff;
    background:#e6ebe7;
    background: -webkit-linear-gradient(#e6ebe7, #c8c7c4);
    background: -o-linear-gradient(#e6ebe7, #c8c7c4);
    background: -moz-linear-gradient(#e6ebe7, #c8c7c4);
    background: linear-gradient(#e6ebe7, #c8c7c4);
	padding-left:11px; 
	padding-right:11px;
	left:-11px;
	overflow: visible;
}
.product-bar-container:before {
  content:"";
  position:absolute;
  left:0px;
  bottom:-9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 9px 0;
  border-color: transparent #252525 transparent transparent;
}
.product-bar-container:after {
  content:"";
  position:absolute;
  right:0px;
  bottom:-9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 11px 0 0;
  border-color: #252525 transparent transparent transparent;
}
.product-bar-tbl{
    width:100%;
	display:table;
    height:49px;
    position:relative;
    box-sizing:border-box;
    bottom:7px;
	left:0;
	padding-left:0px;
	padding-right:0px;
}
.product-bar {
    height:49px;

    list-style:none;
    font-size:14px;
    clear: both;
    z-index:1000;
	display:table-row;
}
.product-bar > li span {
   /* background-image:url("/images/down-arrow-green.png");
    background-repeat:no-repeat;
    background-position: right center;
    padding:0 21px 0 5px;*/
    padding:0 7px 0 5px;
    position:relative;
    color:inherit;
	font-size:16px;
    font-weight: 600;
}
.product-bar > li a:after {
  position:relative;
  content:"";
  display:inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #00badb transparent transparent transparent;
}
.product-bar > li:hover a:after, .product-bar > li.active-category a:after{
  border-color: #ffffff transparent transparent transparent;
}
.product-bar > li {
    height:100%;
    color:inherit;
	display:table-cell;
	vertical-align:middle;
	padding-top:5px;
	text-align: center;
	position:relative;
	z-index:2;
}
.product-bar > li.active-category:before {
  content:"";
  width:100%;
  height:3px;
  position:absolute;
  bottom:-3px;
  left:0;
  background:#00badb;

}
.product-bar > li:last-child:after {
  display:none;
}
.product-bar > li:hover:after,  .product-bar > li.active-category:after{
  display:block;
  position:absolute;
  right:-4px;
  top:0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 4px;
  border-color: transparent transparent transparent #252525;
}
.product-bar > li:after {
  content:"";
  display:block;
  width:0;
  height:24px;
  border-right: 1px solid #aeb0ad;
  position:absolute;
  right:-1px;
  top:16px;
  z-index:1;
}
.product-bar > li > a {
    padding-top:10px;
    padding-bottom:10px;
    text-decoration:none;
    color:inherit;
    position:relative;
    text-align:center;
}
.product-bar > li:hover > a, .product-bar > li.active-category > a {
    color:#ffffff;
	text-decoration:none;
}
.product-bar > li:hover > a > span {
    color:#ffffff;
	text-decoration:none;
}
.product-bar > li:hover, .product-bar > li.active-category {
    background: #7e7e7e;
}

/*.product-bar > li:hover > a span {
    background-image:url("/images/down-arrow-white.png");
}*/
.product-bar > li ul {
    display:none;
    position:absolute;
    list-style:none;
    background:#7e7e7e;
    top:49px;
    left:0px;
    border:1px solid #7e7e7e;
    width:1001px;
    padding-top:2px;
    color:inherit;
}
.product-bar > li:hover > ul {
    display:block; 
}

.product-bar > li li {
    float:left;
    width:198px;
    height:87px;
    border:1px solid #7e7e7e;
    background:#ffffff;
    position:relative;
    color:inherit;
}
.product-bar > li li a {
    text-align:left;
    color:inherit;
	width:100%;
	height:100%;
	display:block;
	font-size:12px;
	padding: 8px 100px 0 8px;
	background-repeat:no-repeat;
	background-position: right center;
	background-size: 125px auto;
	text-shadow:1px 1px 20px #ffffff;
}
/* ==================================== Product tabs ==================================== */

/* ==================================== User bar ==================================== */
.user-bar {
    top:17px;
    position:absolute;
    left:370px;
    list-style:none;
    font-weight:bold;
    font-size:12px;
    color:#00badb;
}
.user-bar2 {
    top:34px;
    position:absolute;
    left:370px;
    list-style:none;
    font-weight:bold;
    font-size:12px;
    color:#00badb;
}
.user-bar a, .user-bar2 a, .user-bar li, .user-bar2 li {
    color:#00badb;
}
.user-bar li, .user-bar2 li{
    float:left;
}
.user-bar li:after, .user-bar2 li:after{
    content:"";
    display:block;
    border-left:1px solid #00badb;
    width:0px;
    height:12px;
    float:left;
    position:relative;
    top:2px;
    margin: 0 10px;
}
.user-bar li:first-child:after, .user-bar2 li:first-child:after{
    display:none;
}
/* ==================================== User bar ==================================== */

/* ==================================== Mycart button ==================================== */
.mycart-button span:nth-child(2){
  display:none;
}
.mycart-button {
    position:absolute;
    top:65px;
    right:20px;
    font-size:13px;
    height:31px;
    width:145px;
    padding:7px 0 0 37px;
    cursor:pointer;
	font-weight:normal !important;
	border: 1px solid #cccccc;
}
.mycart-button:hover {
    background: -webkit-linear-gradient(#fcfcfc, #ebebeb);
    background: -o-linear-gradient(#fcfcfc, #ebebeb);
    background: -moz-linear-gradient(#fcfcfc, #ebebeb);
    background: linear-gradient(#fcfcfc, #ebebeb);
	text-decoration:none;
}
.mycart-button span{
    color:#909090;
}
.mycart-button:hover span{
    color:#808080;
}
.mycart-button:before {
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-image:url("/images/cart-cart-trans.png");
    background-position:5px center;
    background-repeat:no-repeat;
}
.mycart-button:after {
  position:absolute;
  content:"";
  display:block;
  width: 0;
  height: 0;
  right:8px;;
  top:10px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #00badb transparent transparent transparent;
}
/* ==================================== Mycart button ==================================== */

/* ==================================== omni-search ==================================== */
.omni-search {
    position:absolute;
    top:63px;
    left:370px;
    height:32px;
    width:445px;
}
.omni-search td:nth-child(1){
  padding-right:7px;
}
.omni-search *{
  border:0;
}
.omni-search-box {
    font-size:13px;
    color:#909090;
    width:100%;
    height:31px;
	padding:0 5px 0 39px;
	padding-top:-1px;
    border: 1px solid #cccccc;
}
.omni-search-category {
    height:31px;
    padding: 7px 33px 0 10px;
    font-size:13px;
    color:#909090;
    position:relative;

    white-space:nowrap;
    cursor:pointer;
    border: 1px solid #cccccc;
	display:none;
}
.omni-search-category:after {
  position:absolute;
  content:"";
  display:block;
  width: 0;
  height: 0;
  right:8px;;
  top:10px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #00badb transparent transparent transparent;
}
.omni-search-category span {
    color:#909090;
}
.omni-search-category ul {
    display:none;
    list-style:none;
    position:absolute;
    text-align:left;
    padding-top:2px;
    padding-bottom:5px;
    right:0;
    top:30px;
    background-color:#f5f5f5;

    width:100%;
}
.omni-search-category li {
    padding:2px 2px 2px 7px;
    float:left;
    clear:both;
}
.omni-search-category li a {
    text-decoration:none;
    color:#3e3e3e;
	font-weight:normal;
}
.omni-search-category li a:hover {
    text-decoration:underline;
}
.omni-search-btn {
    position:absolute;
    right:400px;
    top:-15px;
    height:30px;
	border:none;
}
.omni-search-btn input {
    height:30px;
    width:40px;
    font-size:14px;
    color:#737373;
	background:none;
	border:none;
    background-image:url("/images/magnify.png");
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
	box-shadow: 0 0 0 0 #3a3a3a;
    -webkit-box-shadow: 0 0 0 0 #3a3a3a;
    -moz-box-shadow: 0 0 0 0 #3a3a3a;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.omni-search-box::-webkit-input-placeholder, .omni-search-box:-moz-placeholder, .omni-search-box::-moz-placeholder, .omni-search-box:-ms-input-placeholder {
    color:#d3d3d3;
    font-size:15px;
}
/* ==================================== omni-search ==================================== */

/* ==================================== proflamps-button ==================================== */
.proflamps-button {
    padding:0px 4px 0px 4px;
    line-height:18px;
    font-size:12px;
    font-weight:bold;
    height:20px;
    color:#3a3a3a;
    position:relative;
	border: 1px solid #cccccc;
    background: -webkit-linear-gradient(#ffffff, #f5f5f5);
    background: -o-linear-gradient(#ffffff, #f5f5f5);
    background: -moz-linear-gradient(#ffffff, #f5f5f5);
    background: linear-gradient(#ffffff, #f5f5f5);
}
/* ==================================== proflamps-button ==================================== */
/* ==================================== header-visual ==================================== 
@media screen and (min-height: 769) {
.header-visual {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  background-repeat:no-repeat;
  background-position:top center;	
  background-image:url('/images/logo-lamps.png');
  height:153px;
  margin-bottom:18px;
  margin-top:12px;
}
}
/* ==================================== header-visual ==================================== */

/* ==================================== header ==================================== */
.header {
  height:114px;
  width:100%;
  background:#ffffff;
  position:relative;
  background-image:url('/images/header-background.png');
}
/* ==================================== proflamps-button ==================================== */

/* ==================================== head-logo ==================================== */
.head-logo a {
  position:absolute; 
  top:24px;
  left:30px;;
	
  background: transparent url('/images/logovezalux.png') no-repeat bottom left;
  text-indent: -9999px;
  width: 300px;
  height: 67px;
  display: block;
}
/* ==================================== head-logo ==================================== */

/* ==================================== logos-suppliers ==================================== */
.logos-suppliers {
  list-style:none;
  width:1003px;
  height:63px;
  clear:both;
}
.logos-suppliers li a {
  background-image:url('/images/logos-suppliers-greyscale2.jpg');
  background-size: 1002px 64px;
  height:64px;
  display:block;
}
.logos-suppliers li { 
  float:left; 
  height:64px;
}
.logos-suppliers li:nth-child(1) a  { width:100px; background-position: 0px center; }
.logos-suppliers li:nth-child(2) a  { width:53px;  background-position: -100px center;}
.logos-suppliers li:nth-child(3) a  { width:100px; background-position: -153px center;}
.logos-suppliers li:nth-child(4) a  { width:91px;  background-position: -253px center;}
.logos-suppliers li:nth-child(5) a  { width:91px;  background-position: -344px center;}
.logos-suppliers li:nth-child(6) a  { width:97px;  background-position: -435px center;}
.logos-suppliers li:nth-child(7) a  { width:91px;  background-position: -532px center;}
.logos-suppliers li:nth-child(8) a  { width:128px; background-position: -623px center;}
.logos-suppliers li:nth-child(9) a  { width:73px;  background-position: -751px center;}
.logos-suppliers li:nth-child(10) a { width:87px;  background-position: -824px center;}
.logos-suppliers li:nth-child(11) a { width:91px;  background-position: -911px center;}
.logos-suppliers li a:hover { background-image:url('/images/logos-suppliers-color2.jpg');}
/* ==================================== logos-suppliers ==================================== */

/* ==================================== footer ==================================== */
.footer {
  background-color:#ebeae6;
  background-image:url('/images/footer-background.png');
  background-repeat:repeat-x;
  background-position:bottom;
  width:100%;
  padding-top:9px;
  padding-bottom:11px;
  overflow:hidden;
  position:relative;
  display:table;
}
.footer * {
  color:#3e3e3e;
  font-size:12px;
}
.footer a * {
  color:inherit;
}
.footer a {
  color:#007eff;
  text-decoration:none;
}
.footer a:hover {
  text-decoration:underline;
}
.footer h2 {
  font-size:12px;
}
.footer ul {
  list-style:none;
}
.footer div {
  padding-left:30px;
  padding-right:30px;
  padding-top:10px;
  display:table-cell;
  line-height:16px;
  border-left:1px solid #3e3e3e;
  border-right:1px solid #ffffff;
  text-align:left;
}
.footer div h2:nth-child(3) {
  margin-top:15px;
}
.footer div:nth-child(1){
  width:380px;
  height:100%;
  border-left:0;
  padding-left:25px;
  line-height:14px;
}

.footer div:nth-child(4){
  border-right:0;
  line-height:18px;
}
/* ==================================== footer ==================================== */

/* ==================================== mycart ==================================== */
.mycart {
  width:400px;
  min-height:250px;
  position:absolute;
  right:20px;
  top:94px;
  padding:10px;
  padding-bottom:40px;
  background:#f5f5f5;

  border:1px solid #cccccc;

  z-index:10001;
  
  display:none;
}
.mycart table {
  background-color:#ffffff;
  width:100%;
}
.mycart td {
  padding:5px;
  border-bottom: 1px solid #ebeae6;
  vertical-align:top;
}
.mycart tr td:last-child {
   text-align:right;
}
.mycart tr img {
  height:36px;
  width:52px;
  border: 1px solid #ebeae6;
}
.mycart-summary {
  color:#393e35;
  padding-bottom:10px;
}
.mycart-summary a {
  color:#393e35;
  font-weight:normal;
  text-decoration:underline;
}
.mycart-buttons {
  position:absolute;
  width:100%;
  bottom:0;
  left:0;
  padding:10px;
}
.mycart-checkout {
  color:#ffffff;
  float:right;
  border:1px solid #9ec180;
  cursor:pointer;

  background: -webkit-linear-gradient(#95f731, #75db00);
  background: -o-linear-gradient(#95f731, #75db00);
  background: -moz-linear-gradient(#95f731, #75db00);
  background: linear-gradient(#95f731, #75db00);
  margin-left:8px;
}
.mycart-checkout a {
  font-family: 'Open Sans', sans-serif;
  font-size:15.2px;
  font-weight:600;
  padding-left:19px;
  padding-right:28px;
  line-height:29px;
  display:block;
  height:100%;
  color:#ffffff;
  text-decoration:none;
  background-repeat:no-repeat;
  background-position: 12px center;
  text-shadow: 1px 1px 2px #444444;
  position:relative;
}
.mycart-checkout a:hover {
  background: -webkit-linear-gradient(#8eed30, #6fcf00);
  background: -o-linear-gradient(#8eed30, #6fcf00);
  background: -moz-linear-gradient(#8eed30, #6fcf00);
  background: linear-gradient(#8eed30, #6fcf00);
}
.mycart-checkout a:after {
  position:absolute;
  content:"";
  display:block;
  width: 0;
  height: 0;
  right:10px;;
  top:8px;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #ffffff;
}
.mycart-continue {
  line-height:29px;
  color:#ffffff;
  float:right;
  border:1px solid #dddddd;
  cursor:pointer;
 
  background: -webkit-linear-gradient(#e7e7e7, #cccccc);
  background: -o-linear-gradient(#e7e7e7, #cccccc);
  background: -moz-linear-gradient(#e7e7e7, #cccccc);
  background: linear-gradient(#e7e7e7, #cccccc);
  padding-left:21px;
  padding-right:18px;
}
.mycart-continue:hover {
  /*231    204*/

  background: -webkit-linear-gradient(#dbdbdb, #c2c2c2);
  background: -o-linear-gradient(#dbdbdb, #c2c2c2);
  background: -moz-linear-gradient(#dbdbdb, #c2c2c2);
  background: linear-gradient(#dbdbdb, #c2c2c2);
}
.mycart-continue a {
  font-family: 'Open Sans', sans-serif;
  font-size:15.2px;
  font-weight:600;
  display:block;
  width:100%;
  height:100%;
  color:#ffffff;
  text-decoration:none;
  background-repeat:no-repeat;
  background-position: 12px center;
  text-shadow: 1px 1px 2px #444444;
  position:relative;
}
.mycart-continue a:after {
  position:absolute;
  content:"";
  display:block;
  width: 0;
  height: 0;
  left:-10px;
  top:8px;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #ffffff transparent transparent;
}

/* ==================================== mycart ==================================== */

/* ==================================== phone ==================================== */
.phone {
  position:absolute;
  top:17px;
  right:20px;
  text-align:right;
  font-weight:bold;
  color:#737373;
}
.phone div {
  font-weight:bold;
  color:#737373;
}
/* ==================================== phone ==================================== */

/* ==================================== Select payment type ==================================== */
div.selectpayment {
  display:inline-block; 
  margin-left:auto; 
  margin-right:auto; 
  text-align:left;
}
input.selectpayment {
  position: relative;
  top:2px;
  padding-top:6px;
  padding-bottom:6px;
  display:inline-block; 
}
label.selectpayment {
  padding-top:4px;
  margin-left:10px;
  margin-bottom:5px;
  display:inline-block; 
  height:25px;
  font-weight:bold;
}
.idealogone {
  background-image: url('/images/ideal.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.paypal {
  padding-left:60px !important;
  background-image: url('/images/paypal.png');
  background-position: left center;
  background-repeat: no-repeat;
  font-weight:normal !important;
}
.creditcardogone {
  background-image: url('/images/creditcard.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.creditcardauthorizenet {
  background-image: url('/images/creditcard.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.paypal {
  background-image: url('/images/paypal.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.postpayment {
}
.prepayment {
}
.cod {
}
/* ==================================== Select payment type ==================================== */
/* ==================================== Thank you ==================================== */
.thankyou {
  //*idth:800px;
  height:1px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  z-index:20000;*/
}
.thankyou > div {
  display:none;
  /*position:adbsolute;
  width:800px;
  margin-left:auto;
  margin-right:auto;
  background-color:#ffffff;
  border:1px solid #888888;
  border-top:0;
  border-radius: 0 0 5px 5px;
  padding: 10px 20px 20px 10px;
  z-index:10000;*/
}
.thankyou h2 {
  /*padding-bottom:10px;*/
}
/* ==================================== Thank you ==================================== */

.nivo-nextNav {
  text-indent: -9999px;
  background-image:url(/modules/Showtime/templates/jquery/images/next_40.png);
  margin-right:20px;
  width:40px;
  height:40px;
}
.nivo-prevNav {
  text-indent: -9999px;
  background-image:url(/modules/Showtime/templates/jquery/images/prev_40.png);
  margin-left:20px;
  width:40px;
  height:40px;
}
.nivo-directionNav {
  opacity:0;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  z-index:1000;
}
.nivoSlider:hover .nivo-directionNav {
  opacity:1;
}
.nivo-control {
  border-radius: 6px;
  background: none repeat scroll 0 0 #ededed;
  border: 1px solid #444040;
  color: #ededed!important;
  font-size: 1px;
  font-weight: bold;
  margin: 2px;
  padding: 3px 3px;
  line-height: 6px;
  text-decoration: none;
}
.nivo-control.active {
  background: none repeat scroll 0 0 #61d3ff;
}
.slider-wrapper {
  position:relative;
}
.nivo-controlNav{
  position:absolute;
  bottom:0px;
  right:5px;
  z-index:1000;
}
#slideshow .nivoSlider {
  width:100%;
  padding-bottom:30%;
}
#slideshow .nivoSlider img, #slideshow .nivo-main-image {
  position:absolute !important;	
  width:100% !important;
  height:100% !important;
}

div.usp-bar {
  position:fixed;
  top:0;
  left:0;
  display:table;
  width:100%;
  border-bottom: 1px solid #e8e8dc;
  background:#ffffff;
  z-index:11000;
}
ul.usp-bar {
  display:table-row;
  height:44px;
}
body {
  padding-top:50px;
}
.usp-bar li {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
.usp-bar li span {
  display:inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight:600;
  color:#19143e;
  height:100%;
  background-repeat:no-repeat;
  background-position: 0 6px;
  padding-top:11px;
}
.usp-bar li:nth-child(1) span {
  padding-left:66px;
  background-image:url("/images/usp-1.png");
}
.usp-bar li:nth-child(2) span {
  padding-left:53px;
  background-image:url("/images/usp-2.png");
}
.usp-bar li:nth-child(3) span {
  padding-left:51px;
  background-image:url("/images/usp-3.png");
}
.usp-bar li:nth-child(4) span {
  padding-left:43px;
  background-image:url("/images/usp-4.png");

}
.usp-bar li:nth-child(5) span {
  padding-left:44px;
  background-image:url("/images/usp-5.png");

}




/*================================================ FAQs ==========================================*/
.faq-heading {
  padding-top:25px;
  padding-bottom:10px;
  font-size:26px !important;
  font-weight:bold;
  color:#0c1c3d;
}
.faq-section .faq-title {
  font-size:18px;
  font-weight:bold;
  padding-top:11px;
  padding-bottom:12px;
  padding-right:30px;
  border-bottom: 2px solid #c7c7c5;
  margin-bottom:8px;
  color:#1d1d1d;
  position:relative;
  cursor:pointer;
}
.faq-section .faq-title:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
	bottom:10px;
	right:6px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #00badb transparent transparent transparent;
}
.faq-section .faq-title.visible:after {
    border-width: 0px 9px 9px 9px;
    border-color: transparent transparent #00badb transparent;
}
.faq-section .faq-body {
  font-size:14px;
  color:#1d1d1d;
  padding-bottom:15px;
  padding-left:15px;
  display:none;
}
.faq-section {
  padding-bottom:30px;
}
.faq-section .faq-body.visible {
  display:block;
}


/*================================================ FAQs ==========================================*/

/*=========================================== Product refiners ===================================*/
.refineSelectBox {
  text-align:left;
  width:128px;
  overflow:auto;
  cursor:default;
}
.refineSelectBox > div {
  white-space:nowrap;
  overflow:hidden;
}
/*=========================================== Product refiners ===================================*/


