@import url(general.css);
@import url(font-awesome.min.css);
@import url(media-query.css);

body{
	padding-top: 85px;
  color: #555;
}
.blueColor{
  color: #1c7cce;
}
.alert-info{
  margin: 20px 0;
}
.alert-info i{
  font-size: 260%;
}
.clearfix{
  margin-bottom: 20px;
}
.clearfix h2{
  margin: 5px 0 20px 0 !important;
}
blockquote{
  border-left-color: #ccc;
}
ul.list{
  margin: 0 0 30px 0px;
  padding: 0;
  text-align: left;
}
ul.list li{
  color: #333;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 95%;
  text-transform: uppercase;
  font-weight: 700;
}
.customWell{
  padding: 2px 20px;
  background: #fcfcfc;
  margin: 30px 0;
  border: 1px solid #ccc;
  text-align: left;
}
.customWell h4{
  padding: 0;
}
/*HEADER*/
header{
	background: #1c7cce;
	height: 85px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 777;
  box-shadow: 0 0 2px rgba(0,0,0,.6);
}
header:before{
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(#fff, rgba(221, 221, 221, 0));
	background: -moz-linear-gradient(#fff, rgba(221, 221, 221, 0));
	background: linear-gradient(#fff, rgba(221, 221, 221, 0));
	opacity: .25;
}
header .startToday{
	position: relative;
}
header .startToday:before{
	content: '';
	position: fixed;
	background: #f2f2f2;
	height: 85px;
	top: 0px;
	width: 100%;
	z-index: -2;
	margin-left: -16px;
}
header .startToday:after{
	content: '';
	width: 36px;
	height: 42px;
	background: url(../img/orderSectionArrow.png) no-repeat top right;
	position: absolute;
	right: 100%;
	top: 30px;
}
header .startToday .btn{
	color: #534e3f;
	background: #ffda60;
	border-color: #dbba4d;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .15em;
}
header .startToday h3{
	color: #1c7cce;
	text-transform: uppercase;
	font-size: 145%;
	font-weight: 400;
	margin: 0;
  position: relative;
  top: 12px;
}
header .startToday h3 i{
	color: #777;
}
header .startToday small{
  display: block;
  position: relative;
  top: 19px;
}
header .startToday small img{
  height: 24px;
  margin-right: 7px;
}
header nav{
  text-align: left;
}
header ul{
	position: relative;
}
header ul li{
  border-right: 1px solid rgba(255,255,255,.2);
  border-left: 1px solid rgba(0,0,0,.1);
  display: inline-block;
}
header ul li:first-child{
  border-left: 0;
}
header ul li:last-child{
  border-right: 0;
}
header ul li:first-child a{
  width: auto;
  padding-right: 15px;
}
header ul li:last-child a{
  width: auto;
  padding-left: 15px;
}
header ul a{
	font-size: 80%;
	text-transform: uppercase;
	color: #fff;
  display: block;
  height: 85px;
  line-height: 85px;
  text-align: center;
  width: 90px;
}
header ul a:hover{
  color: rgba(255, 255, 255, 0.57);
}
header .logo h1{
	color: #fff;
  font-size: 150%;
}
header .logo h1 img{
	height: 40px;
	position: relative;
	top: -2px;
}
header .extraLinks{
  height: 60px;
  background: -webkit-linear-gradient(-90deg, rgb(62, 106, 206), rgba(33, 113, 181, 1));
  background: -moz-linear-gradient(-90deg, rgb(62, 106, 206), rgba(33, 113, 181, 1));
  background: linear-gradient(-90deg, rgb(62, 106, 206), rgba(33, 113, 181, 1));
  top: 0px;
  position: relative;
  text-align: left;
  width: 100%;
  border-bottom: 3px solid #476793;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
header .extraLinks li{
  display: inline-block;
  vertical-align: top;
  border:none;
  position: relative;

}
header .extraLinks a{
  height: 60px;
  line-height: 60px;
  width: auto;
  padding: 0 10px 0 10px;
  font-size: 90%;
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}
header .extraLinks a:hover{
  color: #fff;
}
header .extraLinks li:first-child a{
  padding-left: 0;
}
header .extraLinks li:last-child a{
  padding-left: 10px;
}
header .extraLinks small{
  color: #fff;
  line-height: 57px;
  padding-left: 10px;
  border-left: 2px solid #fff;
}
header .extraLinks ul .sub-menu{
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  outline:5px solid rgba(188, 188, 188, 0.3) !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
header .extraLinks ul .sub-menu li{
  white-space: nowrap;
  border: none;
  display: block;
  border-bottom: 1px solid #809cb4;
}
header .extraLinks ul .sub-menu li:last-child{
  border: none;
}
header .extraLinks ul .sub-menu li a{
  border: none;
  padding:0px 20px !important;
  background: rgba(28, 124, 206, 0.95);
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: left !important;
  margin: 0;
  position: relative;
}
header .extraLinks ul .sub-menu li a i{
  position: absolute;
  right: 10px;
  top: 9px;
}
header .extraLinks ul .sub-menu li a:hover{
  background: rgba(29, 116, 190, 0.95);
}
header .extraLinks ul li:hover .sub-menu{
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
header .extraLinks ul .sub-menu .sub-sub-menu{
	padding-left: 60px;
  height: 35px;
	position: fixed;
	display: none;
	margin-top: -35px;
  margin-left: 160px;
}
header .extraLinks ul .sub-menu .sub-sub-menu ul{
  outline:5px solid rgba(188, 188, 188, 0.3) !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}
header .extraLinks ul .sub-menu li:hover .sub-sub-menu{
  display: block;
}
header .extraLinks .btn{
  background: #00a7e6;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 85%;
  border:none;
  display: inline-block;
  position: relative;
  top: 10px;
  font-weight: 700;
  padding: 0 20px;
}
header .extraLinks .btn i{
  color: #fff;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 125%;
  position: relative;
  top: 1px;
}

/*SLIDER*/
.slider, .slider .container{
	height: 550px;
	position: relative;
}
.slider{
	background: #222;
	z-index: 3;
}
.slider:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bannerBg1.jpg)repeat-x top center;
	background-position: top center;
	opacity: .75;
}
.slider .description{
	width: 650px;
	position: absolute;
	bottom: 50px;
}
.slider .description h1{
	color: #fff;
	font-size: 200%;
  font-weight: 400;
  color: #1f4e76;
}
.slider .description p{
	font-size: 120%;
  color: #fff;
}
.slider .description small{
	color: #1c7cce;
	font-weight: 400;
	font-weight: 800;
}
.slider nav{
  position: absolute;
  right: 15px;
  text-align: right;
  bottom: 160px;
}
.slider nav:after{
  content: '';
  height: 2px;
  width: 80px;
  position: absolute;
  bottom: -10px;
  background: #fff;
  right: 0;
}
.slider nav li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 110%;
  display: block;
}
.slider nav li a:hover{
  color: #9bd1ff;
}

/*BUY ONLINE*/
.buyOnline{
	padding: 30px 0;
	position: relative;
	background: #535d65;
	z-index: 2;
  font-size: 85%;
}
.buyOnline:before{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/darkBarBg.png) repeat-x;
	opacity: .6;
	z-index: -1;
}
.buyOnline h2{
	margin: -8px 0 10px 0;
	color: #ffda60;
  font-weight: 400;
}
.buyOnline p{
	margin: 0;
	color: #fff;
}
.buyOnline .btn{
	margin: 0;
	position: relative;
	top: -7px;
	background: #ffda60;
	border-color: #ffda60;
	border-bottom: 3px solid #d1ae39;
}
.buyOnline small{
	font-size: 85%;
	color: rgba(255, 255, 255, 0.59);
	display: block;
	position: relative;
	top: 10px;
	text-align: center;
}
.buyOnline small img{
	height: 22px;
	margin:0 3px;
}

/*ABOUT US*/
.about{
	background: #1c7cce;
	padding: 40px 0;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 3;
	border-bottom: 2px solid #fff;
	box-shadow:inset 0 0 200px rgba(0,0,0,.6);
}
.about h3{
	margin: 0 0 30px 0;
}
.about .aboutDescription{
	position: relative;
	padding-left: 20px;
	left: -30px;
}
.about .aboutDescription h3{
	padding-left: 20px;
	border-left: 2px solid #919191;
  font-weight: 400;
  color: #1c7cce;
  margin-top: 30px;
}
.about .aboutDescription p{
  font-size: 120%;
}
.about .diagonalBg{
	position: absolute;
	height: 400px;
	background: #ddd;
	width: 2000px;
	top: -50px;
	left: -100px;
	z-index: -1;
}
.about .diagonalBg:after{
	content: '';
	height: 400px;
	width: 159px;
	background: url(../img/diagonalLineAbout.png) top right;
	position: absolute;
	top: 0;
	left: -157px;
}
.about figure{
	position: relative;
	height: 300px;
	margin-bottom: -40px;
	z-index: -2;
}
.about figure img{
	position: absolute;
	height: 360px;
	left: -90px;
	bottom:0;
}
.about .roundedImg{
	position: absolute;
	z-index: 8;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #fff;
	right: 100px;
	bottom: 30px;
	border:5px solid #ddd;
	background-image: url(../img/bannerBg.jpg);
	background-size: cover;
	background-position: 50%;
}
/*PRODUCTS*/
.products{
	padding: 60px 0 10px 0;
	border-bottom: 2px solid #fff;
}
.products .thumbnail{
	font-size: 80%;
  background:transparent;
  border:0;
  text-align: center;
  cursor: pointer;
}
.products .thumb{
	width: 200px;
	height: 200px;
  border:4px solid #fff;
  border-radius: 50%;
	background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	display: inline-block;
  position: relative;
}
.products .thumb:after{
  content: '';
  width: 210px;
  height: 210px;
  border-radius: 50%;
  position: absolute;
  top: -9px;
  left: -9px;
  border: 2px solid #ccc;
  background:#eee;
  z-index: -1;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  transform:scale(1);
}
.products .thumbnail:hover .thumb:after{
  -webkit-transform:scale(1.02);
  -moz-transform:scale(1.02);
  transform:scale(1.02);
  border-color:#1c7cce;
}
/*.products .thumb:before{
  content: '';
  width: 200px;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: -2;
}
.products .thumbnail.last .thumb:before{
  display: none;
}*/

.blog .thumbnail .btn{
  background: #1c7cce;
  border-color: #1c7cce;
  border-bottom: 2px solid #255b89;
  margin: 15px 0;
}
/*blog images*/

.blog .thumb{
  width: 200px;
  height: 200px;
  border:4px solid #fff;
  border-radius: 50%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  position: relative;
}
.blog .thumb:after{
  content: '';
  width: 210px;
  height: 210px;
  border-radius: 50%;
  position: absolute;
  top: -9px;
  left: -9px;
  border: 2px solid #ccc;
  background:#eee;
  z-index: -1;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  transform:scale(1);
}
.entry-list .thumb{
  width: 100px;
  height: 100px;
  margin-top:15px;

}
.entry-list .thumb:after{
  content: '';
  width: 110px;
  height: 110px;
 
}

.ourProducts img{
  width: 200px;
  margin: 0 20px 0 0;
  padding: 15px;
  background: #fff;
  border:1px solid #ccc;
}
.ourProducts .media{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.ourProducts h2{
  margin-top: 0px !important;
}
.ourProducts .btn{
  border:none;
  background: #1c7cce;
  color: #fff;
}
.ourProducts .btn i{
  display: inline-block;
  margin-right: 10px;
}

/*INFOGRAFIA*/
.infografia{
  font-size: 90%;
	padding: 40px 0;
  background: url(../img/textureBg.png) repeat;
}
.infografia .section{
	padding: 40px 0;
}
.infografia h3{
  font-weight: 400;
  font-size: 210%;
}
.infografia h3 i{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background:transparent;
  color: #1c7cce;
  margin: 0 10px 0 0;
  font-size: 80%;
  border:2px solid #a8a8a8;
  position: relative;
}
.infografia figure{
  position: relative;
  top: 0px;
}
.infografia figure.four{
  top: 50px;
}
.infografia figure .btn{
  position: absolute;
  bottom: 10px;
  left: 110px;
  background: #ffda60;
	border-color: #ceb45f;
  border-bottom: 2px solid #ceb45f;
  color: #6c6243;
  text-transform: uppercase;
  padding: 10px 30px;
}
.infografia h4{
  color: #1c7cce;
}
.infografia .list{
  font-weight: 700;
  margin: 20px 0 30px 0;
  padding-left: 10px; 
  border-left: 1px solid #aaa;
  list-style: none;
}
.infografia .list li:before{
  content: '';
}

/*MULTIMEDIA*/
.multimedia{
  padding: 60px 0;
  background: #222;
}
.multimedia h2{
  margin: 0 0 30px 0;
  color: #fff;
  text-align: center
}
.multimedia h2 span{
  color: #81b3dd;
}

/*TESTIMONIALS*/
.testimonials{
	padding: 40px 0 20px 0;
	background: #eee;
}
.testimonials h1{
	margin: 0 0 30px 0;
	font-size: 150%;
  font-weight: 400;
  color: #1c7cce;
}
.testimonials h3{
  margin: 0 0 1rem 0;
}

/*INTERIORES*/
.interiorContent{
	padding: 40px 0;
	margin-top: 60px;
  font-size: 88%;
  min-height: 500px;
  text-align: left;
  word-spacing:-2px;
  width: 100%;
  overflow: hidden;
}
.interiorContent .sectionTitle{
	margin: 0 0 20px 0;
  border-bottom: 3px solid #ddd;
  padding: 0 0 15px 0;
  background: #eee;
  font-weight: 400;
  font-size: 230%;
  position: relative;
}
.interiorContent .sectionTitle img{
  position: absolute;
  right: 10px;
  height: 90px;
  top: -10px;
}
.interiorContent .sectionTitle small{
	font-size: 55%;
  color: #999;
}
.interiorContent h1, .interiorContent h2, .interiorContent h3{
  text-align: left;
}
.interiorContent h2{
  font-weight: 400;
  font-size: 140%;
  margin: 20px 0;
  color: #1c7cce;
  padding-left: 10px;
  border-left: 2px solid rgba(28, 124, 206, 0.4);
}
.interiorContent h3{
  font-weight: 400;
  font-size: 110%;
  margin: 20px 0 !important;
}
.interiorContent p{
  overflow: hidden;
}
.interiorContent p a b{
  display: inline-block;
  border-bottom: 1px dashed #666;
}
.interiorContent p span.num{
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #1c7cce;
  color: #fff;
  float: left;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  margin: 0 10px 10px 0;
}
.interiorContent .list-block{
  font-size: 85%;
  margin: 15px -15px;
}
.interiorContent #product-description{
  text-align: justify;
}
/*ASIDE CONTENIDOS*/

.interiorContent  .aside{
	position: fixed;
	height: 100%;
	margin-left: -3px;
	background: #f5f5f5;
	width: 100%;
	top: 0;
	z-index: -1;
  border-left: 1px solid #d5d5d5;
}
.interiorContent  aside{
  padding-left: 25px;
  text-align: left;
}
.interiorContent  aside h2{
  border: none;
  padding: 0;
  color: #1c7cce;
  margin: 20px 0;
}
.interiorContent  aside h3{
  font-weight: 400;
  font-size: 110%;
}
.interiorContent  aside h2.suscribeTitle{
  margin: 25px 0 4px 0;
}
.interiorContent  aside p b{
  margin: 0;
  font-weight: 400;
}
.interiorContent  aside hr{
  background: #e6e6e6;
  height: 3px;
  border: none;
}
.interiorContent  aside .input-group{
  border-bottom: 1px solid #fff;
}
.interiorContent  aside .input-group .input-group-addon{
  background: #3e87c6;
  border: none;
  box-shadow: none;
  color: #ffda60;
}
.interiorContent  aside .form-control{
  height: 45px;
  border:none;
  background: #c6d9e8;
  box-shadow: none;
  color: #4382b9;
  font-size: 110%;
}
.interiorContent  aside .form-control::-webkit-input-placeholder {
    color: #0374d4;
}
.interiorContent  aside .form-control:-moz-placeholder {
    color: #0374d4;
}
.interiorContent  aside .form-control::-moz-placeholder {
    color: #0374d4;
}
.interiorContent  aside .form-control:-ms-input-placeholder {
    color: #0374d4;
}
.interiorContent  aside h2:first-child, .interiorContent h3{
	margin: 0 0 25px 0;
}
.interiorContent  aside .gotQuestions{
  background: #1c7cce;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #e0dcdc;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
  font-size:80%;
  overflow: hidden;
  position: relative;
}
.interiorContent  aside .gotQuestions i{
  position: absolute;
  font-size: 600%;
  right: 20px;
  top: 22px;
  opacity: .3;
  color: #6dffe3; 
}
.interiorContent  aside .gotQuestions h2{
  font-size: 210%;
  padding: 0;
  border: none;
  margin: 0 0 10px 0;
  color: #ffe695;
}
.interiorContent  aside .gotQuestions h3{
  margin: 0 0 10px 0 !important;
  font-weight: 400;
  font-size: 160%;
  color: #6dd8e6;
}
.interiorContent  aside .gotQuestions p{
  font-size: 190%;
  margin: 0;
  line-height: 24px;
  color: rgb(255, 255, 255);
}
.interiorContent  aside .gotQuestions p i{
  color: #ffda60;
}
.interiorContent  aside .gotQuestions .footer{
  background: #fafafa;
  margin: 10px -10px -10px -10px;
  padding: 5px 10px;
  border-top: 1px solid #e0e0e0;
}
.interiorContent  aside .gotQuestions p small{
  font-size: 60%;
  color: #365167;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
}
.interiorContent  aside form{
  padding: 0;
  background: none;
  border: 0;
}
.interiorContent  aside form .form-control:focus{
  height: 45px;
  margin: 0;
  
}
.interiorContent  aside form .btn{
  font-size: 75%;
  font-weight: 700;
  padding: 0 10px;
  height: 28px;
  margin: 10px 0 0 0;
  background:#d8d8d8;
  border-bottom: 2px solid #ccc;
  color: #1c7cce;
}
.interiorContent  aside .blogEntries .thumb{
  background: #e8e8e8;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #b1b1b1;
  margin: -4px 10px 0 0;
}
.interiorContent  aside .blogEntries{
  font-weight: 700;
}
.interiorContent  aside .quoteBucket{
  background:#fff;
  padding: 15px;
  font-size: 90%;
  font-style: italic;
  border:1px solid #ddd;
  border-radius: 20px;
  border-bottom: 3px solid #e3e3e3;
  position: relative;
}
.interiorContent  aside .quoteBucket:after{
  content: '';
  position: absolute;
  width: 41px;
  height: 36px;
  background: url(../img/testimonialsArrow.png) no-repeat bottom center;
  top: -35px;
  right: 50px;
}
.interiorContent  aside .quoteBucket p{
  margin: 0;
  padding: 0;
}
.interiorContent  aside #logos{
  opacity: .8;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.interiorContent  aside #logos img{
  padding: 0 35px;
  background: #fff;
}
.interiorContent .contentFloatImg{
  width: 100%;
  max-width: 280px;
  max-height: 190px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.interiorContent .contentFloatImg.sm{
  max-width: 200px;
}
.interiorContent .contentFloatImg.xs{
  max-width: 100px;
}
.interiorContent .contentFloatImg.xs{
  max-width: 150px;
}
.interiorContent .contentFloatImg.left{
  float: left;
  margin: 4px 25px 0 0;
}
.interiorContent .contentFloatImg.right{
  float: right;
  margin: 4px 0 0 25px;
}
.interiorContent .imgDescription{
  width: 190px;
  padding: 7px;
  background: #fff;
  display: inline-block;
}
.interiorContent .imgDescription.lg{
  width: 250px;
}
.interiorContent .imgDescription:after{
  content: attr(data-desc);
  margin: 7px 0 0 0;
  display: block;
  text-align: center;
  font-size: 85%;
}
.interiorContent .imgDescription.left{
  float: left;
  margin: 4px 25px 0 0;
}
.interiorContent .imgDescription.right{
  float: right;
  margin: 4px 0 0 25px;
}
.interiorContent .imgDescription img{
  width: 100%;
}

.interiorContent .specials img{
  width:100%;
  margin-bottom: 2rem;
  cursor: pointer;
}

.userGuide{
  margin-top: 60px;
  padding-bottom: 25px;
  position: relative;
}
.userGuide:before{
  content: '';
  width: 400%;
  height: 200px;
  background: -webkit-linear-gradient(#f5f5f5, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(#f5f5f5, rgba(255, 255, 255, 0));
  background: linear-gradient(#f5f5f5, rgba(255, 255, 255, 0));
  position: absolute;
  z-index: -1;
  margin-left: -150%;
  top: -30px;
  border-top: 2px solid #ddd;
}
.userGuide:after{
  content: '';
  width: 58px;
  height: 40px;
  background: url(../img/userGuideArrow.png) no-repeat center;
  position: absolute;
  top: -30px;
  right: 15px;
}
.userGuide h2{
  padding-left: 0;
  border:0;
  color: #222;
}
.userGuide a{
  padding: 7px 30px 12px 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 90%;
  margin-right: 20px;
}
.userGuide a i{
  position: relative;
  display: inline-block;
  top: 2px;
  margin:  0 10px 0 0;
  font-size: 150%;
}
.userGuide .downloadPdf{
  background: #1c7cce;
  color: #fff;
}
.userGuide .placeAnOrder{
  background: #ffda60;
  color: #7e724c;
}
.table-responsive{
  border:1px solid #ccc;
  border-radius: 5px;
  margin: 30px 0;
}
.table-responsive thead{
  text-transform: uppercase;
}
.moreProducts{
  margin: 0;
  border:1px solid #ccc;
  border-radius: 3px;
  background: #f5f5f5;
  overflow: hidden;
  padding: 15px;
  border-bottom: 3px solid #dedede;
}
.moreProducts h2{
  margin: -15px -15px 30px -15px;
  background: #eee;
  border:none;
  padding: 20px 15px 24px 15px;
  border-bottom: 2px solid #fff;
}
.moreProducts h4{
  margin: 0 0 5px 0;
}
.moreProducts h4 a{
  margin: 0;
  padding: 0;
  color: #222;
}
.moreProducts p{
  text-align: left;
  font-size: 90%;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
}
.moreProducts .media{
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.moreProducts img{
  width: 100px;
  margin-right: 10px;
  border:3px solid #ccc;
  border-radius: 50%;
}
/*FOOTER*/
footer{
  position: relative;
  z-index: 5;
}
footer.siteFooter{
	font-size: 80%;
	background: #444;
	color: #bbb;
	padding: 30px 0 0 0;
}
footer .preFooter h4{
  color: #71b0e5;
  padding-left: 15px;
  font-size: 130%;
  line-height: 24px;
  border-left: 3px solid #585858;
}
footer.siteFooter h3{
  font-weight: 400;
  color: #fff;
}
footer .preFooter p{
  font-size: 90%;
}
footer.siteFooter a{
  color: #fff;
}
footer.siteFooter a:hover{
  color: #4b99dd;
}
footer .disclaimer{
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  padding: 30px 0;
  background:#222;
  margin: 30px 0 0 0;
  text-align: justify;
}
footer .disclaimer h2{
  color: #73aee0;
}
footer .disclaimer h2 i{
  color: #555;
}
footer .disclaimer h3{
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 120%;
  line-height: 30px;
}
footer .disclaimer .description{
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
footer .disclaimer .description.active{
	position: relative;
	visibility: visible;
	opacity: 1;
	height: auto;
}
footer.siteFooter .footerBar{
	margin-top: 0px;
	background: #111;
	padding: 30px 0;
}
footer.siteFooter .footerBar p{
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
}
footer.siteFooter .footerBar ul{
	margin: 0 0 0 -7px;
}
footer.siteFooter .footerBar ul li{
  margin: 0;
}
footer.siteFooter .footerBar ul a{
	color: #ccc;
	display: block;
	padding: 5px 15px;
	border-radius: 20px;
	margin: 0;
  opacity: .7; 
}
footer.siteFooter .footerBar ul a i{
	font-size: 130%;
	position: relative;
	display: inline-block;
	top: 2px;
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
footer.siteFooter .footerBar ul a:hover{
  opacity: 1;
}
footer.siteFooter .footerBar ul a:hover i{
	left: -5px;
}
footer.siteFooter .footerBar ul li.facebook a{
	background-color: #3b5998;
}

footer.siteFooter .footerBar ul li.twitter a{
	background-color: #0084b4;
}

footer.siteFooter .footerBar ul li.pinterest a{
	background-color: #cb2027;
}

footer.siteFooter .footerBar ul li.linkedin a{
  background-color: #007bb6;
}


/*COMPONENTS*/
form{
	padding: 10px 10px 0 10px;
	border:1px solid #ccc;
	margin: 30px 0; 
	border-radius: 5px;
	overflow: hidden;
	background: #fcfcfc;
	border-bottom: 2px solid #ccc;
}
form .header{
	background: #ededed;
	margin: -10px -10px 10px -10px;
	padding: 10px;
	border-bottom: 1px solid #fff;
  color: #1c7cce;
  position: relative;
  font-weight: 700;
}
form .header:before{
  content: '';
  width: 26px;
  height: 29px;
  background: url(../img/formHeaderArrow.png) no-repeat top center;
  position: absolute;
  top: calc(100% - 6px);
  left: 20px;
}
form .header p{
  margin: 0;
  padding: 0;
  font-size: 84%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
form .form-control, form .form-control:focus{
	height: 40px;
	margin: 0 0 10px 0;
	box-shadow: none;
	outline:none;
  border:1px solid #bbb;
  background: #f4f4f4;
}
form textarea.form-control, form textarea.form-control:focus{
	height: 90px;
	resize:none;
}
form .form-control:focus{
  border-color: #1c7cce;
}
form .footer{
  background: #fff;
  padding: 10px;
  margin: 10px -10px 0 -10px;
  border-top: 1px solid #ccc;
}
form .footer.order{
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
form .footer.order p{
  margin: 0;
  vertical-align: middle;
  position: relative;
  top: 5px;
}
form .btn{
  height: 40px;
  background: #1c7cce;
  border: 0;
  border-radius:5px;
  font-size: 80%;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
form .formInfo{
  color: #888;
}

form label.inline{
  display: inline-block;
  margin-bottom: 10px;
}
form .gridInputs{
  margin: 0 -4px;  
}
form .gridInputs [class*="col-"]{
  padding: 0 4px;
}

.orderImg{
  width: 100%;
}

.checkbox input[type="checkbox"]{
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: block;
}

.fakeCheckBox{
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border:1px solid #bbb;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

.fakeCheckBox .status{
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  color: green;
  position: relative;
  text-align: center;
  top: -2px;
  -webkit-transform:translate(24px, 0);
  -moz-transform:translate(24px, 0);
  transform:translate(24px, 0);
  -webkit-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.fakeCheckBox .status.active{
  -webkit-transform:translate(0, 0);
  -moz-transform:translate(0, 0);
  transform:translate(0, 0);
}
.moneypakLink img{
  height: 40px;
}

.rate{
    color:#888;
    cursor:pointer;
    font-size: 130%;
    display: inline-block;
    top: 7px;
    position: relative;
}
.rate:hover{
    color:#1c7cce;
}
.rate-item{
    float: left;
    cursor:pointer;
    padding-right: 10px;
}
.rate-item:hover ~ .rate-item {
    color: #888;
}

/*REVIEWS*/
.comments article{
  background: #f7f7f7;
  padding: 15px;
  font-size: 90%;
  margin-bottom: 20px;
  border:1px solid #ddd;
}
.comments article h2{
  color: #444;
  padding-left: 0;
  border:none;
  margin: 0 0 20px 0;
}
.comments article p{
  margin: 0;
}
.comments article p small{
  font-weight: 700;
  display: block;
  margin-top: 15px;
  color: #999;
}

.alignright{
  float: right;
  margin-top:15px;
  margin-left:20px;
}
.alignleft{
  float: left;
  margin-top:15px;
  margin-right:20px;
}

@media screen and (max-width: 768px){
  body{
    margin: 0;
    padding: 0;
  }
  header,
  header.interior{
    position: relative;
    height: auto;
  }
  header nav{
    margin-top:0px;
    height: 0;
    position: relative;
    top: -20px;
    opacity: 0;
    overflow: hidden;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  header nav.mobileNav{
    height: auto;
    top: 0;
    opacity: 1;
    margin-top: 15px;
  }
  header nav li{
    display: block;
    height: 35px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
  }
  header nav li a{
    text-align: left;
    padding: 0 !important;
    line-height: 35px;
    display: block;
  }
  header .startToday:before{
    display: none;
  }
  header .extraLinks{
    height: auto;
    background: transparent;
  }
  header .extraLinks nav{
    margin-top: 10px;
  }
  header .extraLinks li{
    display: block;
    vertical-align: top;
    border:none;
    position: relative;

  }
  header .extraLinks a{
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
  header .mobileNavBtn{
    position: absolute;
    right: 15px;
    font-size: 140%;
    top: -3px;
    color: #fff;
  }
  .startToday > div{
    text-align: left !important;
    background: #fff;
    overflow: hidden;
    height:50px;
    margin: 0 -15px;
    padding: 0 15px;
    top: 5px;
    position: relative;
  }
  .startToday h3,
  .startToday h3 i{
    font-size: 110% !important;
    display: inline-block;
    vertical-align: middle;
  }
  .startToday small{
    display: inline-block;
    float: right;
    position: relative;
    margin-top: -9px;
  }
  .startToday small img{
    margin: 2px 0 5px 5px !important; 
  }
  .OrderBtn{
    display: block !important;
    width: 100%;
  }
  .slider, 
  .slider .container{
    height: 300px;
  }
  .slider:before{
    background-image: url(../img/bannerBg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .6
  }
  .slider .description{
    bottom: 10px;
    text-align: left;
    width: 100%;
    padding: 15px;
    left: 0;
  }
  .slider .description h1{
    font-size: 100%;
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #fff; 
  }
  .buyOnline small{
    text-align: left !important;
    display: block;
    margin-top: 15px;
  }
  .buyOnline h2{
    font-size: 120% !important;
  }
  .buyOnline p{
    line-height: 20px;
  }
  .buyOnline .btn{
    top: 0;
    margin-top: 15px;
  }

  .about{
    padding: 0;
  }
  .about .roundedImg{
    display: none;
  }
  .diagonalBg{
    display: none;
  }
  .about .aboutDescription{
    text-align: center;
    left: 0px;
    background: #fff;
    padding: 15px;
    margin: 0 -20px;
  }
  .about .aboutDescription h3{
    font-size: 120%;
    padding: 0;
    border: 0;
    margin: 0 0 15px 0;
  }
  .about .aboutDescription p{
    font-size: 100%;
  }
  .infografia{
    text-align: center;
  }
  .infografia figure img{
    width: 90%;
  }
  .infografia h3{
    font-size: 140%; 
  }
}

form legend{
  margin: 1em;
  padding: 0.5em 0;
  font-size: 0.8em;
  text-transform: uppercase;
}tive;
    margin-top: -9px;
  }
  .startToday small img{
    margin: 2px 0 5px 5px !important; 
  }
  .OrderBtn{
    display: block !important;
    width: 100%;
  }
  .slider, 
  .slider .container{
    height: 300px;
  }
  .slider:before{
    background-image: url(../img/bannerBg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .6
  }
  .slider .description{
    bottom: 10px;
    text-align: left;
    width: 100%;
    padding: 15px;
    left: 0;
  }
  .slider .description h1{
    font-size: 100%;
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #fff; 
  }
  .buyOnline small{
    text-align: left !important;
    display: block;
    margin-top: 15px;
  }
  .buyOnline h2{
    font-size: 120% !important;
  }
  .buyOnline p{
    line-height: 20px;
  }
  .buyOnline .btn{
    top: 0;
    margin-top: 15px;
  }

  .about{
    padding: 0;
  }
  .about .roundedImg{
    display: none;
  }
  .diagonalBg{
    display: none;
  }
  .about .aboutDescription{
    text-align: center;
    left: 0px;
    background: #fff;
    padding: 15px;
    margin: 0 -20px;
  }
  .about .aboutDescription h3{
    font-size: 120%;
    padding: 0;
    border: 0;
    margin: 0 0 15px 0;
  }
  .about .aboutDescription p{
    font-size: 100%;
  }
  .infografia{
    text-align: center;
  }
  .infografia figure img{
    width: 90%;
  }
  .infografia h3{
    font-size: 140%; 
  }
}

form legend{
  margin: 1em;
  padding: 0.5em 0;
  font-size: 0.8em;
  text-transform: uppercase;
}