h1,h2,h3,h4,h5,h6{  font-family: 'Oswald', sans-serif;}

.navbar{  margin-top: 10px;}
.navbar-brand {  padding: 10px 15px 0;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background: #0083ca; /* Old browsers */
background: -moz-linear-gradient(top,  #0083ca 0%, #33b8ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0083ca), color-stop(100%,#33b8ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0083ca 0%,#33b8ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0083ca 0%,#33b8ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0083ca 0%,#33b8ff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0083ca 0%,#33b8ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#33b8ff',GradientType=0 ); /* IE6-9 */
color: #FFFFFF;
}
.page-header {
    margin: 20px 0 20px;
}

.sprite { background-image: url(/images/sprite.png); background-repeat: no-repeat; }
.sprite.sprite-cb_logo_m { width: 201px; height: 47px; background-position: 0px 0px; }
.sprite.sprite-cb_logo_xs { width: 100px; height: 23px; background-position: 0px -64px; }
.sprite.sprite-maestro { width: 32px; height: 17px; background-position: 0px -104px; }
.sprite.sprite-mastercard { width: 32px; height: 17px; background-position: 0px -47px; }
.sprite.sprite-visa { width: 32px; height: 17px; background-position: 0px -87px; }

.container-fluid img{max-width:40%}
.container-fluid-s img{max-width:40%;margin: 10px; }
.navbar img{max-width:100%}
.featured{border: 1px solid #e7e7e7;-webkit-border-radius: 4px;
border-radius: 4px;  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
padding: 15px}

article span{padding:2px 5px; background:#33B8FF; color:#fff; font-weight:bold}
article h2,article h3{text-align:center; max-width:80%; margin:10px auto}
article header h2,article header h3{text-align:center; max-width:90%; margin:10px auto}
section .block{  border: 1px solid #e7e7e7;
  margin: 0 0 10px 0;
  border-top: none;
  padding: 20px; text-align:center
}

.block ul{  text-align: left;
  list-style: none;
  padding: 0;}
.fa-ul i{margin-right:5px; color:#0083ca}  

section header{background: #0083ca; /* Old browsers */
background: -moz-linear-gradient(top,  #0083ca 0%, #33b8ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0083ca), color-stop(100%,#33b8ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0083ca 0%,#33b8ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0083ca 0%,#33b8ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0083ca 0%,#33b8ff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0083ca 0%,#33b8ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ca', endColorstr='#33b8ff',GradientType=0 ); /* IE6-9 */
color: #FFFFFF;
text-align:center;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
padding: 10px 0;}
  
  section header h2 {  /*font-family: 'Oswald', sans-serif;*/
  font-size: 34px;
  font-weight: normal;
  line-height: 40px;
  margin: 0 20px 20px 20px;}
  section header  p {
  margin: 0;
}


/*footer*/
.foot-links a, .foot-links p{
  display: block;
   color: rgb(63, 63, 63);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-family: OpenSansRegular, Arial, sans-serif;
  font-size: 13px;
  color: rgb(63, 63, 63);
  padding-bottom: 5px;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
  
}
.foot-links img{
	padding-top: 5px;
}
#footer{
  background: rgb(241, 241, 241);
  border-top: 1px solid rgb(222, 222, 222);
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
 }
.foot-header{
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 18px;
  color: rgb(63, 63, 63);
  padding-bottom: 20px;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}
  
#footer .container{
	max-width: 1100px;
}
#bottom-footer{
  margin-bottom: 20px;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}
#bottom-footer a{
	  text-decoration: none;
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 12px;
  padding: 0px 15px;
  border-right: 1px solid #ccc;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 13px;
  color: #626262;
  padding: 0 12px;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
#bottom-footer .phone img{
	margin-right: 7px;
}
#bottom-footer .phone .red{
	font-size: 22px;
  margin-top: -7px;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 18px!important;
  color: #d10029!important;
  position: relative;
  top: -5px;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)!important;
}
#bottom-footer .phone .red small{
	font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 12px!important;
  display: block;
  color: #626262!important;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)!important;
  margin-top: -5px;
}
#final-footer{
	font-size: 11px;
  	color: #666;
}
#final-footer i{
	font-size: auto;
}
.fa-ul>li {
  margin-bottom: 10px;  line-height: 16px;
}



/*cartpage*/

.cartpage #sidebar{background:#0083ca;  -webkit-border-radius: 4px;
  border-radius: 4px;  color: #fff; padding: 20px 0}
  
.cartpage #sidebar .formwrap{  padding: 0 40px;}

.mostpop{
background: rgb(255,255,255); 
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); 
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); 
}

#product label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
#product label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
#product label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #0083ca;
}

    .box{
       padding:15px;
        display: none;
           background: #fff;
    margin: 15px 0;
    color: #111;
    border: 1px solid #ccc;
    border-radius: 4px;
    }
	
	.box .row div{text-align:right}
	

}