/*
Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, i, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*
Grid
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
    font-family: roboto, helvetica, serif;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover,
a:visited,
a:focus {
  outline: none;
}
small {
  font-size: 80%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-md-4, .col-xs-6, .col-sm-6, .col-lg-6, .col-xs-9, .col-xs-12, .col-sm-12  {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-2, .col-xs-4, .col-xs-9, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-6 {
    float:left;
    width: 50%;
}
@media (min-width: 544px) {
  .col-sm-6, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width:768px){
    .col-md-4 {
        float: left;
        width: 33.333%
    }
}
@media (min-width: 992px) {
  .col-lg-6 {
    float: left;
  }
  .col-lg-6 {
    width: 50%;
  }
}
/*
Floats & Clearfix
*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/*
Header
*/
.logo {  
    top: 23px;
    max-width: 240px;
    max-height: 70px;
    display: block;
    position: relative;
    margin: 0 auto;
 }
 .logo1{
     max-width:50px;
 }
 .logo2{
     max-width:180px;
 }
 @media screen and (min-width: 544px){
    .logo {  
    top: 15px; 
     max-width: 300px;
     }
    .logo1{
     max-width:65px;
    }
 .logo2{
     max-width:230px;
    }
 }
.header{
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100px;
    background: #fff;
    opacity: .9;
}
/* Mid Section */
.lead {
    margin-top: 100px;
    position: relative;
    color: #7e7e7e;
    background: url(../images/forest.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1150px;
    padding-top: 100px;
}
.lead-weekend{
    background: url(../images/wonder.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 80%;
}
.lead-wednesday{
    background: url(../images/lucky-clover.jpg) no-repeat;
    background-size: cover;
}
.lead-backtoschool {
    background: url(../images/backtoschool.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 15%;
}
.button {   
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    padding-top: 17px;
    font-size: 17px;
    text-align: center;
    width: 121px;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    background: linear-gradient(#119d96, #00C7BE);    
}
.button:hover { 
    background: #119d96;
}
.button-highlight{
    background: linear-gradient(#e38b19,#ffa126);
}
.button-highlight:hover{
    background: linear-gradient(#ff9204,#fc9a1b);
}
.section3-container {
    background: #585965;
}
@media screen and (min-width: 530px){
    .lead {
        min-height: 850px;
    }
}
@media screen and (min-width: 768px){
    .lead {
        min-height: 700px;
    }
}
@media screen and (min-width: 1200px){
    .section3 {
        width: 1200px;
        display: block;
        position: relative;
        margin:0 auto;
    }
}
/*
Modal
*/
.block-card .full-price, .full-price2 {
    color: #E50013;
    text-decoration: line-through;
    margin-bottom:0;
}
.full-price2{
    color: #7e7e7e;
}
.cases,
.logo-modal{
    display: none;
    margin-top: 20px;
    max-width: 250px;
    margin-left: 10px;
}
.modal {
  position: absolute;
  top: -150px;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-dialog {
  top: 180px;
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-body{
    border-radius: 6px;
}
@media screen and (min-width: 544px){
    .modal {
        top: -100px;
    }
    .modal-header {
        padding: 15px;
        min-height: 16.42857143px;
        height: 150px;
    }
    .cases,
    .logo-modal {
        display: inline-block;
    }
    .cases{
        float: right;
        margin-right: 15px;
        margin-top: -5px;
    }
    .weekend {
        width: 200px;
        margin: 1px auto;
    }
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 23px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 750px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .weekend {
      width: 600px;
  }
}
.recommended{
    margin-top: 5px;
}
@media (min-width: 992px) {
    .modal-dialog {
        width: 850px;
    }
}
/*
Modal Nav
*/
.nav{ 
   position: relative;
   height:34px; 
   font-size:13px;  
   display: block;
   margin-top: 90px;
}
.nav li { 
    display:inline-block; 
    width:95px; 
    height:40px; 
    position: relative;
    text-decoration:none; 
    text-align:center;
}
li.active  {
    background: rgba(24,226,216, 0.5);
    border-radius: 25px;
}
.nav li a{
    color: #7e7e7e; 
    position: relative;
    display: block;
    margin-top: 12px;
    font-size: 17px;
}
li a:hover {
    text-decoration: none;
    color: #000;
}
li a{
    height:100%; 
    width:100%; 
    display: block; 
    color:#3177c0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.block-card{
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    margin-right: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 25px 0;;
}
.block-card:first-child{
    margin-left: 10px;
}
.block-card:last-child{
    margin-right: 10px;
}
@media screen and (min-width: 768px){
    .block-card{
        width: 155px;
    }
    .lifetime-recommended {
        margin-bottom: 16px;
    }
}
@media screen and (min-width: 992px) {
    .block-card {
        width: 180px;
    }
    .lifetime-recommended {
        margin-bottom: 0;
    }
}
.discount, .discount2 {
    display: inline-block;
    color: #DDBB1A;
    margin-bottom: 15px;
}
.discount2 {
    color: #E50013;
    margin-bottom: 0;
}
.plus{
    color: #7e7e7e;
}
.block-card > p {
    color: #7e7e7e;
    font-size: 16px;
}
@media screen and (max-width: 767px){
    .block-card, .block-card:first-child, .block-card:last-child {
        margin-left: 0;
        margin-right: 0;
    }    

}
/*Footer*/
footer {    
    font-weight: 200;
    background-color: #41424E;
    color: #fff;
    height: 375px;
    padding-top: 10px;
}
.footer-container {
    max-width: 768px;
    position: relative;
    margin: 0 auto;
}
.small-container{
    margin-top: 20px;
    text-align: center;
}
.small-container a{
    color: #fff;
}
.small-container a:focus,
.small-container a:hover,
.small-container a:visited,
footer li a:hover {
    text-decoration: underline;
}
.footer-list img {
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-top: -0.30em;
    margin-right: 10px;
    float: left;
}
.list-title {
    font-size: 19px;
    font-weight: 700;
}
.footer-list a img {
    border: none;
}
.footer-list {   
    display: block;
    position: relative;
    margin: 0 auto;
}
.ul-wrapper {
    color: #fff;
    max-width: 250px;
    position: relative;
}
.ul-wrapper ul {
    text-align: left;
}
.ul2 {
    margin-bottom: 50px;
}
footer li {
    margin-top: 20px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
footer li a {
    font-size: 14px;
    font-weight: 200;
    height: 14px;
    color: #fff;
}
footer li a:hover{
    color:#fff;
}
.small-container {
    margin-top: 30px;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .footer-container {
        max-width: 992px;
    }
}
/*
Sticky footer
*/
* {
margin: 0;
}
html, body {
height: 100%;
}
.background-container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -395px;
}
.footer, .push {
    height: 395px;
}
@media screen and (min-width: 768px) {
    .background-container {
        margin: 0 auto -235px;
    }
    .footer, .push {
        height: 235px
    }
}
/*
Cookies
*/
#impliedsubmit{
    color: #fff;
    font-size: 15px;
    height: 40px;
    background-color: #18e2d8;
    border-radius: 5px;
    border: 0;
}
#impliedsubmit:hover{
    background-color: #119d96;
}
#cookiesdirective { 
    min-height: 81px !important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
================================================================================
Table
================================================================================
*/
table {
  background-color: transparent;
  padding-bottom: 100px;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #6B6D7B;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
}
.table td.no-border {
    border-top: none;
}
.check{
    text-align: center;
}
.lead-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.no-border p {
    font-size: 20px;
}

.myButton2 {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffdb24), color-stop(1, #ffc824));
	background:-moz-linear-gradient(top, #ffdb24 5%, #ffc824 100%);
	background:-webkit-linear-gradient(top, #ffdb24 5%, #ffc824 100%);
	background:-o-linear-gradient(top, #ffdb24 5%, #ffc824 100%);
	background:-ms-linear-gradient(top, #ffdb24 5%, #ffc824 100%);
	background:linear-gradient(to bottom, #ffdb24 5%, #ffc824 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb24', endColorstr='#ffc824',GradientType=0);
	background-color:#ffdb24;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
        color: #000;
	border:1px solid #FFB900;
	display:inline-block;
	cursor:pointer;		
	text-decoration:none;	
}
.myButton2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc824), color-stop(1, #ffdb24));
	background:-moz-linear-gradient(top, #ffc824 5%, #ffdb24 100%);
	background:-webkit-linear-gradient(top, #ffc824 5%, #ffdb24 100%);
	background:-o-linear-gradient(top, #ffc824 5%, #ffdb24 100%);
	background:-ms-linear-gradient(top, #ffc824 5%, #ffdb24 100%);
	background:linear-gradient(to bottom, #ffc824 5%, #ffdb24 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc824', endColorstr='#ffdb24',GradientType=0);
	background-color:#ffc824;
}
.myButton2:active {
	position:relative;
	top:1px;
}
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00C7BE), color-stop(1, #14A9A1));
	background:-moz-linear-gradient(top, #00C7BE 5%, #14A9A1 100%);
	background:-webkit-linear-gradient(top, #00C7BE 5%, #14A9A1 100%);
	background:-o-linear-gradient(top, #00C7BE 5%, #14A9A1 100%);
	background:-ms-linear-gradient(top, #00C7BE 5%, #14A9A1 100%);
	background:linear-gradient(to bottom, #00C7BE 5%, #14A9A1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb24', endColorstr='#ffc824',GradientType=0);
	background-color:#00C7BE;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
        color: #fff;
	border:1px solid #0E928B;
	display:inline-block;
	cursor:pointer;		
	text-decoration:none;	
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #14A9A1), color-stop(1, #00C7BE));
	background:-moz-linear-gradient(top, #14A9A1 5%, #00C7BE 100%);
	background:-webkit-linear-gradient(top, #14A9A1 5%, #00C7BE 100%);
	background:-o-linear-gradient(top, #14A9A1 5%, #00C7BE 100%);
	background:-ms-linear-gradient(top, #14A9A1 5%, #00C7BE 100%);
	background:linear-gradient(to bottom, #14A9A1 5%, #00C7BE 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc824', endColorstr='#ffdb24',GradientType=0);
	background-color:#ffc824;
}
.myButton:active {
	position:relative;
	top:1px;
}