/** Shopify CDN: Minification failed

Line 481:0 Unexpected "}"

**/

.paymentOptions {
  text-align:center;
  margin:10px 0 0 0;
}

.paymentOptions ul {
  margin: 10px auto;
}

.paymentOptions li {
    display:inline-block;
  padding: 0 8px 5px 0
}

.payment-center{
    margin: 10px 0 5px;
    padding: 0;
  width:100%;
}

.payment-center p{
      font-size:14px;
  line-height:16px;
    color:#ffffff ;
  font-family:'Lato', sans-serif;
  text-align:center;
  font-weight:bold;
}

.view {
  outline: 1px solid red;
}

.bringToFront {
z-index:999999;  
  position:fixed;
  width:100%;
}


.copyright-center{
    background-color: #252525;
    margin: 10px 0 -20px;
    padding: 20px;
  width:100%;
}

.copyright-center p{
      font-size:14px;
  line-height:16px;
    color:#ffffff ;
  font-family:'Lato', sans-serif;
  text-align:center;
  font-weight:bold;
}

.wLabs-top-header {
  position: fixed;
  z-index: 114;
  background-color: #000;
  color:#999 !important;
  padding-top:5px;
  padding-bottom:0px;
  width: 100%;
  margin-bottom:20px;
  text-align:center;
  height:40px;
  border:0px;
  margin-top:0px;
  padding-right:28px;
  display:block;


}

.wLabs-top-header a{
  color:#949494 !important;
      -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wLabs-top-header a:hover{
  color:#e8e8e8 !important;
  text-decoration:none;

}

.wLabs-top-header a:visited, a:focus{
  text-decoration:none!important;
}

.formSelector p{
 margin:0;
  font-size:16px;
}

.regularText p {
       font-family: 'Source Pro Sans', sans-serif;
  text-decoration: none; 
	
}

.regularText a {
     font-family: 'Source Pro Sans', sans-serif;
	color:#eeb211; 
}


.regularText a:hover{
       font-family: 'Source Pro Sans', sans-serif;
  text-decoration: underline;
  	color:#eeb211; 

}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.styled-select.white {
   height: 34px;
   width: 90%;
}

.styled-select.white select {
   border: 1px solid #ccc;
   font-size: 14px;
   height: 34px;
   width: 90%;
  background-color:#fff;
}

.contactUs p{
  margin:0 0 0px;
}

#search {
  z-index:94;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search h3 {
    position: absolute;
    top: 25%;
    width: 100%;
    color: #fff;
    text-align: center;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100px;
    max-width: 200px;
    margin-top: 61px;
    margin-left: -25px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #888;
	border-color: #ccc;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}


.photo-strip {

    transform: skewY(-4.25deg);
    transform-origin: -20%;
    width: 100%;
}




#bold-ro__login-btn {
  
   color:#000; 

}

.bold-ro__btn btn button {
 color:#000; 
}

/* .button, button {
  margin-top:10px;
    background-color: transparent;
    padding: 8px 28px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
    text-shadow: none !important;
    font-weight: 500;
    font-size: 16px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
  
} */

.button.white, button.white {
     font-family: 'Lato', sans-serif;
    border-color: rgba(255,255,255,1);
    color: rgba(255,255,255,1); 
}

.button.white a {
       font-family: 'Lato', sans-serif;
     color: rgba(255,255,255,1); 
  font-size:16px;

}

.button.white:hover {
       font-family: 'Lato', sans-serif;
background-color: rgba(220,168,23,0.8);
    color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
    font-size:16px;

}


.button.gold, button.gold {
       font-family: 'Lato', sans-serif;
    border-color: rgba(220,168,23,1);
    color: rgba(220,168,23,1);
    margin-bottom: .5em !important;
}

.button.gold a {
       font-family: 'Lato', sans-serif;
    color: rgba(220,168,23,1); 
  font-size:16px;
     font-family: 'Lato', sans-serif;

}

.button.gold a:hover {
    color: rgba(220,168,23,1); 
  font-size:16px;
      font-family: 'Lato', sans-serif;

}

.button.gold:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
}


.button.black, button.black {
    border-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
    margin-bottom: .5em !important;
}

.button.black a {
    color: rgba(0, 0, 0, 1); 
  font-size:16px;
     font-family: 'Lato', sans-serif;

}

.button.black a:hover {
    color: rgba(0, 0, 0, 1); 
  font-size:16px;
     font-family: 'Lato', sans-serif;

}

.button.black:hover {
    border-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1)!important;
     background-color: rgba(220,168,23,1);
    margin-bottom: .5em !important;
}

.button.black a:hover {
    color: rgba(0, 0, 0, 1)!important; 

}

.button.black.big, button.black.big {
font-size: 34px !important;
    padding: 16px 28px;
    font-weight: 400;
    border-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    margin-bottom: .5em !important;
}


.button.black.big a {
    color: rgba(0, 0, 0, 1); 
font-size: 34px !important;
text-decoration:none;
}

.button.black.big:hover {
    border-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1)!important;
     background-color: rgba(255, 255, 255, 1);
    margin-bottom: .5em !important;
}

.productButtons li {
  display:inline-block; 
  padding-right:20px;
}

.shareButton {
  display:inline-block; 
  margin-left:auto;
  margin-right:auto;
}

.top-header {
  position: fixed;
  z-index: 114;
  background-color: #000;
  color:#999 !important;
  padding-top:0px;
  padding-bottom:0px;
  width: 100%;

  margin-bottom:20px;
  text-align:center;
  height:40px;
  border:0px;

}

.top-header-inner li{
	display:inline-block;
  padding-right:30px;
}


.blackQuestion {
    font-size: 34px;
  line-height:37px;
    color: #000;
    font-weight: 700;
    font-family: 'Yanone Kaffeesatz', 'Source Pro Sans', sans-serif;
    text-transform: uppercase;
  padding-bottom:8px;
  
}

.answerText {
    font-size: 16px;
  line-height:23px;
    color: #4a4a4a;
    font-weight: 400;
    font-family: 'Source Pro Sans', Arial, sans-serif;
  padding-right:55px;
  padding-bottom:25px;
}

.blackSubhead p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
 color:#000000;
font-size: 48px;
  line-height:48px;
}


.yellowSubhead p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
 color:#eeb211;
font-size: 48px;
  line-height:46px;
  padding: 40px 0px 0px 300px;
}

.yellowSubhead2 p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
 color:#eeb211;
font-size: 48px;
  line-height:46px;
  padding: 4px 0px 0px 290px;
}


.whiteBody p {
    font-family: 'Source Sans Pro', sans-serif;
 color:#fff;
font-size: 18px;
  line-height:26px;
  padding: 10px 240px 10px 40px;
  border-left: 1px solid #fff; 
}

.wlabsBkgrdImg {
  
    max-width: 100%;
    height: auto;
    display: inline !important;
    border: 0;
    vertical-align: middle;
}

.wlabs-nav-box {
  display:block;
    background-color: rgba(0, 0, 0, 0.8);
   width:70%;
 
}
  
}
  

  
.wlabsNav {
  color:#fff;
  font-size:18px;
    font-family:'Lato', sans-serif;

}

.wlabsNav ul{
margin-top:30px;
  float:right;
  margin-right:20px;
    font-family:'Lato', sans-serif;

}

.wlabsNav li{
 padding-right:20px;
  display:inline-block;
    font-family:'Lato', sans-serif;

}

.wlabsNav li a {
  font-family:'Lato', sans-serif;
  color:#fff;
  font-size:18px;

  
}

.wlabsNav li a:hover {
  color:#eeb211;
      -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    font-family:'Lato', sans-serif;

}


.wlabsNav a.currentPage {
  border-bottom:1px solid #eeb211;
  font-family:'Lato', sans-serif;

}


.mobileLogo {
  display:none;
}


.wlabsIntro {
    color: #fff;
    position: absolute;
    top: 25px;
    left: 270px;
    z-index: 92;
    width: 480px;
    font-family: 'Lato', sans-serif;
}


.widerIntro {
 color:#fff;
position:absolute;
  top:165px;
    left: 300px;
    z-index: 92;
  width:500px;
    font-family:'Lato', sans-serif;

}

.widestIntro {
 color:#fff;
position:absolute;
  top:165px;
    left: 300px;
    z-index: 92;
  width:600px;
    font-family:'Lato', sans-serif;

}


.widestIntro2 {
    color: #fff;
    position: absolute;
    top: 16px;
    left: 25%;
    z-index: 92;
    width: 800px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 48px;
    text-align: center;

}


.wlabsIntro .head{
  font-family: 'Yanone Kaffeesatz', sans-serif;
 color:#fff;
font-size: 48px;
  line-height:48px;
  text-transform:uppercase;
  text-shadow: 1px 1px 7px #000000;
    letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom:10px;
  
}

.widerIntro .head{
  font-family: 'Yanone Kaffeesatz', sans-serif;
 color:#fff;
font-size: 48px;
  line-height:48px;
  text-transform:uppercase;
  text-shadow: 1px 1px 7px #000000;
    letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom:10px; 
}

.widestIntro .head{
  font-family: 'Yanone Kaffeesatz', sans-serif;
 color:#fff;
font-size: 48px;
  line-height:48px;
  text-transform:uppercase;
  text-shadow: 1px 1px 7px #000000;
    letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom:10px; 
}

.wlabsIntro .text{
  font-family:'Lato', sans-serif;
 color:#fff;
font-size: 22px;
  line-height:1.4;
  text-shadow: 1px 1px 7px #000000;
    letter-spacing: 0.01em;
  font-weight:400px;
  
}

.wlabsIntro .text a{
 color:#eeb211;
  font-family:'Lato', sans-serif;
font-size: 22px;
  line-height:1.4;
  text-shadow: 1px 1px 7px #000000;
    letter-spacing: 0.01em;
  font-weight:400px;

}


.widerIntro .text{
  font-family:'Lato', sans-serif;
 color:#fff;
font-size: 22px;
  line-height:1.4;
  text-shadow: 1px 1px 7px #000000;
    letter-spacing: 0.01em;
  font-weight:400px;
}

.widestIntro .text{
  font-family:'Lato', sans-serif;
 color:#fff;
font-size: 22px;
  line-height:1.4;
  text-shadow: 1px 1px 7px #000000;
    letter-spacing: 0.01em;
  font-weight:400px;
}


.wLabsFooter {
  width:80%;
  font-size:14px;
  line-height:18px;
    color:#ffffff ;
  font-family:'Lato', sans-serif;
}


.wLabsFooter a{
  font-size:14px!important;
  line-height:18px;
    color:#ffffff ;
  font-family:'Lato', sans-serif;
  font-weight: 400;
  text-align:left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.wLabsFooter a:hover{
  font-size:14px!important;
  line-height:18px;
  font-family:'Lato', sans-serif;
  font-weight: 400;
  text-align:left;
    color:#eeb211  ;
}

.wLabsFooter ul {
  margin-left:20px;
  margin-top:20px;
}

.wLabsFooter li {
  font-size:14px!important;
  line-height:18px;
  list-style:none;
  padding-bottom:12px;
}


.yellowBox {
 background-color:#6E540C;
  text-align:center; 
  margin-left:10px;
  margin-right:10px;
  margin-bottom:20px;
  padding-top:20px;
  padding-bottom:40px;
 
}


.privacy {
 width:74%;
  margin:0 auto;
  display:block;
}


.privacy h3{
  font-family:'Lato', sans-serif;
 color:#353535;
font-size: 18px;
  line-height:1.4;
  font-weight:700px;
}


.privacy p{
  font-family:'Lato', sans-serif;
 color:#353535;
font-size: 15px;
  line-height:1.3;
  font-weight:400px;
}



 .privacyPolicy {
 width:74%; 
  margin:0 auto;
  display:block;
}

.policy-one-section h3{
  font-family:'Lato', sans-serif;
 color:#353535;
	font-size: 16px;
  line-height:1rem;
  font-weight:400px;
margin: 22px 0 7.5px;
}

.policy-one-section li{
  list-style:disc;
}

.policy-one-section span{
  font-weight:bold;
}

.summary-copy {
  font-family:'Lato', sans-serif;
 color:#000000;
	font-size: 16px;
  line-height:19px;
  font-weight:400px;
    padding-right: 90px;
	padding-bottom:20px;
}


.summary-copy a {
  text-decoration:underline;
  font-family:'Lato', sans-serif;
  color:#353535;
  font-weight:bold;
}


.summary-copy a:hover {
  text-decoration:underline;
  font-family:'Lato', sans-serif;
  color:#353535;
  font-weight:bold;
}


.panel-privacy {
  border:0px;
    -webkit-box-shadow: none;
    box-shadow:none;
}

.panel-default {
    border-color: #ffffff;

}

.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ffffff;

}

.panel-default>.panel-heading.noPadding {
    padding:0px

}

.grayPanel {
  background-color:#f3f3f3!important;
  margin-bottom:50px;
}

.panel-title.grayPanelTitle {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    padding: 15px 170px 12px 12px;
  background-color:#f3f3f3!important;
}

.panel-title.PanelTitle {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
  background-color:#f3f3f3!important;
}

.panel-heading-privacy {
 position:relative; 

}


.panel-group .panel {
    margin-bottom: 20px;
  
}



.panel-title-privacy {
  font-family:'Lato', sans-serif;
  font-size:16px;
  line-height:18px;
  color:#353535;
  padding: 5px 170px 0 0;
    margin-bottom: 15px;
  margin-top:12px;
}

.panel-title-privacy a{
  font-family:'Lato', sans-serif;
  font-size:16px;
  line-height:18px;
  color:#353535;
  text-decoration: none;
}

.panel-title-privacy a:hover{
  font-family:'Lato', sans-serif;
  font-size:16px;
  line-height:18px;
  color:#353535;
  text-decoration: none;
}

.panel-heading-privacy a{
  text-decoration:none;
  font-family:'Lato', sans-serif;
}

.panel-body-privacy p{
  font-family:'Lato', sans-serif;
  color:#353535;
  font-size:15px;
  line-height:18px;

}

.panel-body-privacy a{
  text-decoration:underline;
  font-family:'Lato', sans-serif;
  color:#353535;
  font-weight:bold;

}

.panel-body-privacy span{
  font-family:'Lato', sans-serif;
  color:#353535;
  font-size:15px;
  line-height:18px;
  font-weight:bold;
}

.panel-body-privacy ul li{
  font-family:'Lato', sans-serif;
  color:#353535;
  font-size:15px;
  line-height:18px;
  padding-bottom:4px;
}

.panel-body-privacy ul li:last-child{
  padding-bottom:0px;
}

.panel-body-privacy a:hover{
  text-decoration:underline;
  font-family:'Lato', sans-serif;
  color:#353535;
  font-weight:bold;

}


.truste-logo{
	width: 150px;
}

.truste-logo a{
	text-decoration: none;
}

#number {
    font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight:700;
 color:#eeb211;
font-size: 70px;
  line-height:48px;
  padding-top:30px;
}

#stat {
    font-family: 'Source Pro Sans', sans-serif;
  font-weight:700;
 color:#fff;
font-size: 20px;
  line-height:22px;
  padding-top:30px;
}

#blackIcons {
  padding-bottom:20px;
}

#iconCaption {
  padding-bottom:10px;
    font-family: 'Source Pro Sans', sans-serif;
  font-weight:700;
 color:#eeb211;
font-size: 21px;
  line-height:18px;
  text-align:center;
}

#iconText {
  text-align:center; 
  padding:0px 10px 10px 10px;
    font-family: 'Source Pro Sans', sans-serif;
  font-weight:400;
 color:#fff;
font-size: 16px;
  line-height:26px;
  padding-bottom:40px;
}

#iconText a{
  padding-bottom:10px;
    font-family: 'Source Pro Sans', sans-serif;
  text-transform:uppercase;
  font-weight:700;
 color:#eeb211;
font-size: 14px;
  line-height:18px;
  text-decoration:underline;
  padding-bottom:40px;

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
} 

.disclaimer  {
margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
}


.disclaimer a {
    font-family: 'Source Pro Sans', sans-serif;
  text-align:center;
  font-size:14px;
  color: #eeb211;
  text-decoration:none; 
}


.disclaimer a:hover {
      font-family: 'Source Pro Sans', sans-serif;
  font-size:14px;
  color: #eeb211;
  text-decoration:underline; 
}



@media only screen and (min-width:769px) and (max-width:1024px) {

.wlabs-nav-box {
  display:block;
    background-color: rgba(0, 0, 0, 0.8);
   width:90%
 
}

.wlabsIntro {
    color: #fff;
    position: absolute;
    top: 25px;
    left: 270px;
    z-index: 92;
    width: 480px;
    font-family: 'Lato', sans-serif;
}


.yellowSubhead p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
 color:#eeb211;
font-size: 48px;
  line-height:46px;
  padding: 20px 0px 0px 190px;
}
  
.yellowSubhead2 p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
 color:#eeb211;
font-size: 48px;
  line-height:46px;
  padding: 20px 0px 0px 170px;
}  

.whiteBody p {
  font-family:'Lato', sans-serif;
 color:#fff;
font-size: 18px;
  line-height:22px;
  padding: 10px 50px 10px 40px;
  border-left: 1px solid #fff; 
}
  
  
.text-center {
    text-align: center;
}
  

  
}

   

@media only screen and (max-width:768px) {
.wLabs-top-header {
display:none;

}
  


.wlabs-nav-box {
  display:none;
 
}
  
 .mobileLogo {
  display:block;
   width:200px;
   padding:20px 0 20px 10px;
} 
  
  
.wlabsBkgrdImg {
    max-width: 100%;
    height: auto;
    display: inline !important;
    border: 0;
    vertical-align: middle;
}  



.wlabsIntro {
 color:#fff;
position:absolute;
 top: 80px;
  left:20px;
    z-index: 99;
  width: 330px;

}
  
.widerIntro {
 color:#fff;
position:absolute;
 top: 80px;
  left:20px;
    z-index: 99;
  width: 340px;

  }
  
.widestIntro {
 color:#fff;
position:absolute;
 top: 80px;
  left:20px;
    z-index: 99;
  width: 340px;

  }  
  
  
.wlabsIntro .head{
font-size: 3em;
  line-height:1.1em;
}
  
.widerIntro .head{
font-size: 3em;
  line-height:1.1em;
}

.widestIntro .head{
font-size: 3em;
  line-height:1.1em;
  padding-right:20px;
}
  
.wlabsIntro .text{
font-size: 18px;
  line-height:1.2;
    font-family:'Lato', sans-serif;

} 

.widerIntro .text{
font-size: 18px;
  line-height:1.2;
    font-family:'Lato', sans-serif;

}
  
.widestIntro .text{
font-size: 18px;
  line-height:1.2;
    font-family:'Lato', sans-serif;

}  

.wlabsIntro .text a{
 color:#eeb211;
  font-family:'Lato', sans-serif;
font-size: 18px;
  line-height:1.2;
  text-shadow: 1px 1px 7px #000000;
    letter-spacing: 0.01em;
  font-weight:400px;

}
  
 .yellowSubhead p {

  padding: 20px 0px 0px 0px;
}
  
  .yellowSubhead2 p {

  padding: 20px 0px 0px 0px;
}
 

.whiteBody p {

  padding: 10px 0px 10px 0px;
  border-left: 0px solid #fff; 
} 
  
}

@media only screen and (min-width:1440px) {


  
.wlabsIntro {
color: #fff;
    position: absolute;
    top: 30px;
    left: 450px;
    z-index: 99;
    width: 450px;

}
  
.widerIntro {
 color:#fff;
position:absolute;
  top:170px;
    left: 450px;
    z-index: 99;
  width: 500px;

}
  
.widestIntro {
 color:#fff;
position:absolute;
  top:170px;
    left: 450px;
    z-index: 99;
  width: 600px;

}  
  
}



@media only screen and (max-width:320px) {
  
.wlabsIntro {
 color:#fff;
position:absolute;
  top:85px;
    left: 20px;
    z-index: 92;
  width:280px;
    font-family:'Lato', sans-serif;

}


.widerIntro {
 color:#fff;
position:absolute;
  top:85px;
    left: 20px;
    z-index: 92;
  width:280px;
    font-family:'Lato', sans-serif;

}

.widestIntro {
 color:#fff;
position:absolute;
  top:85px;
    left: 20px;
    z-index: 92;
  width:280px;
    font-family:'Lato', sans-serif;

}
  
}