@import "app.css";
@import "fonts.css";
@import "images.css";

body {
	color: #232323;
	/*background: #e9e9e9;*/
	background: #e5e6e5 !important;
	
	font-family: 'Lato', serif;
	/*font-family: 'Hind', sans-serif;*/
	/*font-family: 'Titillium Web', sans-serif;*/
	padding: 144px 0 0 0;
}




@media only screen and (max-width: 600px) {
  body {
    padding: 0;
  }
  header {
	
		display: block !important;
		position: relative !important;
	}

	.navbar-nav .nav-link{
		text-align: center;
	}
	header .sub-nav .nav-item {
		margin-right: 0 !important;
	}
	header .sub-nav .nav-item.hot-deals{
		display: none !important;
	}

	header .contact-phones{

	    display: block!important;
	    width: 100%!important;
	    text-align: center !important;

	}
	header .contact-phones .phone small{

	    text-align: center !important;

	}

	header .btnx .hot-deals{
		display: inline !important;
	}




	.product-strip{
		height: auto!important;
	}
	
	.product-container.offset{
		margin-top:auto !important;

	}

	.img-frame{
		width: 100% !important; 
	}
}



h1,h2,h3,b,strong{
	font-family: 'Canaro Bold', serif;
}

h2 small{
	display: block;
	font-family: 'Canaro Light', serif;
}

input,select{
	font-family: 'Lato', serif !important;
}

h3.tall{
	line-height: 2em;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.img-responsive{ width:100%; }
footer{
	background: #232323;
	color: #e3e3e3;
}
footer a, footer a:hover{
	color: #e8d700;
}
.dark a, .dark a:hover{
	color: #e8d700 !important;
}
footer .social a{ font-size: 20px; cursor: pointer; }
footer .social  .list-inline-item{ margin-right: 0px; }

hr.m-b-3{
	display: block;
	margin:30px;
}

.m-0{
	margin: 0px !important;
}
.m-b-0{
	margin-bottom: 0px !important;
}
.m-t-0{
	margin-top: 0px !important;
}
.m-t-2{
	margin-top: 20px !important;
}
.align-center{
	text-align: center;
}
.section-title{
	font-size: 1.8em;
	text-transform: uppercase;
	margin:25px 0;
}

.btn-primary{
	background: #fff000 !important;
	border-color: #e8d700 !important;
	color: #c1b300 !important;
}

header {
	
	display: block;
	background: #000;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top:0;
}

header .main-nav a{
	color: #fff;
}
header .main-nav .brand {
	color: #fff000;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.6em;
	text-decoration: none;
	padding: 0;
	margin-right: 40px;

}
header .main-nav .brand img{
	width: 200px;
}
header .btnx .hot-deals{
	display: none;
}
/*header .main-nav .brand span {
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	border:solid 2px #fff;
	border-radius: 99%;
	padding: 10px 8px;
	font-size: 70%;
	background: #000;
}*/
header .main-nav .brand span {
	color: #fff;
	display: block;
	margin-right: 10px;
	border-radius: 99%;
	font-size: 2.8em;
	padding: 0;
	margin: 0;
	margin-bottom: -8px;
}

header .sub-nav .dropdown:hover > .dropdown-menu{
	display: block;
}

header .main-nav .navbar-nav .nav-item {
	color: #fff;
	padding: 16px 18px;
	text-transform: uppercase;
	font-family: 'Canaro Bold', serif;
	font-size: 1em;
}

header .main-nav .navbar-nav .nav-item:hover {
	/*background: red;*/
}
header .nav-link{
	color: #fff !important;
}
header .main-nav .navbar-nav .nav-link{
	color: #fff !important;
	border-bottom: 4px solid #000 !important;
}
header .main-nav .navbar-nav .nav-link.active{
	color: #e8d700;

}
header .main-nav .navbar-nav .nav-link:hover{
	/*color: #e8d700;*/
	border-bottom: 4px solid #fff000 !important;
}


header .main-nav .navbar .phone{
	color: #fff000;
	font-family: 'Canaro Bold', serif;
	font-size: 1.3em;

}
header .main-nav .navbar .phone i{
	font-size: 80%;
}
header .main-nav .navbar .phone small{
	font-size: 40%;
    top: 0px;
    display: block;
    text-align: right;
    color: #fff;
	
}
header .sub-nav{
	background: #232323;
	padding: 2px;
}
header .sub-nav .nav-item{
	color: #fff;
	margin-right: 20px;
	font-family: 'Canaro Light', serif;

}
header .sub-navbar .dropdown-menu a{
	font-size: 0.9em;
	font-family: 'Lato', serif;
}
header .sub-navbar .btn{
	background: #fff000 !important;
	border-color: #e8d700 !important;
	color: #000 !important;
	font-weight: bold;
	padding: 4px 22px;
}
header .sub-navbar .btn.red{
	background: #ff0000 !important;
	border-color: #ff6363 !important;
	color: #fff !important;
}
ul{
	font-family: 'Lato', serif;
}
ul.more-content li{
	margin-bottom: 20px;
}
.section{
	color: #fff;
	font-family: 'Canaro Light', serif;
}
p{
	font-family: 'Lato', serif;

}

.section .v-tabs{
	margin-top: 50px;
	border-left: solid 1px #ccc;
	padding-left: 10px;
}
.section .v-tabs > li {
    float:none;
    display:inline-block !important;
    display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.section .v-tabs > li a{
	color: #333	;
	display: inline-block;

}
.section .v-tabs > li a.active{
	font-weight: bold;
	color:#000;
}


.orbit{
	height: 400px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111111+0,232323+100 */
	background: #111111; /* Old browsers */
	background: -moz-linear-gradient(top, #111111 0%, #232323 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #111111 0%,#232323 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #111111 0%,#232323 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#232323',GradientType=0 ); /* IE6-9 */

	/* background-image: url('../img/aging_hgh.jpg'); */
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:-5%;

}
.orbit h2{
	font-size: 2em;
	font-family: 'Canaro Bold', serif;
	line-height: 200%;
}
.orbit .container{
	height: 100%;
	display: block;
	position: relative;
}
.orbit .message{
	vertical-align: middle;
	line-height: 200%;
}
.orbit .message .button{
	background: #000;
	border: solid 1px #fff000;
	padding: 10px 20px;
	color:#fff;
}
.orbit .carousel-item{
    min-height:400px;
   
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:-5%;
    padding-top: 5%;
}
.orbit .carousel-item.first{
    background-image: url('../img/carousel/first-min.jpg'); 
}
.orbit .carousel-item.second{
    background-image: url('../img/carousel/second-min.jpg'); 
}
.orbit .carousel-item.third{
    background-image: url('../img/carousel/third-min.jpg');
}
.buy-with{
	background: #424242;
	padding: 20px;
}

.buy-with h1{
	font-family: 'Canaro Bold', serif;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

	
.section.content h2, .section.content h1{
	font-family: 'Canaro Bold', serif;
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
}
.section.content h2{
	font-size: 1.2em !important;
}
.page.content h2, .page.content h1{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 2em;
}
.page.content h2 small, .page.content h1 small{

	font-size: 1.2rem;
}
.page.content h3{
	font-family: 'Canaro Bold', serif;
	font-size: 1.3em;
	margin-top: 40px;
	margin-bottom: 20px;
}

.order-online{
	background: #111111;
    background: -moz-linear-gradient(top, #111111 0%, #232323 100%);
    background: -webkit-linear-gradient(top, #111111 0%,#232323 100%);
    background: linear-gradient(to bottom, #111111 0%,#232323 100%);	
    padding: 60px;
}
.order-online h2{
	font-family: 'Canaro Bold', serif;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}
.order-online .center{
	padding: 10px 10%;
	text-align: center;
}

.order-online .call-to-action{
	border:solid 1px #fff000;
	display: inline-block;
	padding: 10px 20px;
	margin:10px;
	background: #000;
    border: solid 1px #fff000;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
}

.white{
	background: #fff;
	padding: 60px;
	color: #333333;
	margin-bottom: 0 !important;
}
.gray{
	padding: 60px;
	color: #333333;
}
.white h2{
	font-family: 'Canaro Bold', serif;
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
}
.content{
	text-align: left;
	padding: 40px;
	color: #333333;
	margin-bottom: 80px;
}
.performance2{
	background: #fff url(../img/girl_exercise_hgh_performance.png) no-repeat;
	background-repeat: 0;
	background-size: 40%;
	/*background-attachment: fixed;*/
	background-position: 120% 0;
}
.performance{
	background: url(../img/girl_exercise_hgh_performance.png) no-repeat;
	background-repeat: 0;
	background-size: 40%;
	/*background-attachment: fixed;*/
	background-position: 120% -222px;
	margin-bottom:0;
}
.content h3, h3{
	font-family: 'Canaro Bold', serif;
	font-size: 1.3em;
	margin-bottom: 20px;
}

.disclaimer .description{
	display: none;
}
.disclaimer .description.active{
	display: block;
}
.hgh-for{
	/*margin: 30px;*/
}

.product-strip{
	height: 400px;
	background: #000;
}
.product-strip.dark{
	background: #424242;
	color: #fff;
}
.product-strip.dark h4{
	color: #fff000;
	font-family: 'Canaro Bold', serif;
	font-size: 1em;
	margin-top: 20px;

}
.product-strip.light{
	background: #fff;
	color:#333;
}
.product-container{
	text-align: center;
}
.product-container.offset{
	margin-top: -30px;

}

.product-small figure{
	margin:0 auto;
	/* border-radius: 100%; */
	overflow: hidden;
	width: 220px;
	height: 220px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 36px -6px rgba(89,89,89,0.69);
	-moz-box-shadow: 0px 0px 36px -6px rgba(89,89,89,0.69);
	box-shadow: 0px 0px 36px -6px rgba(89,89,89,0.69);	

}
.product-small figure img{
	width: 80%;
	vertical-align: middle;

}
.product-small figure .helper{
	 display: inline-block;
    height: 100%;
    vertical-align: middle;
}



.info-phones{
	background: #343434;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
}

.info-phones .questions{
	color: #fff000;
	font-family: 'Canaro Bold', serif;
	font-size: 1.2em;
}
.info-phones .questions small{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Canaro Light', serif;

	font-size: 0.7em;
	display: block;

}


.info-phones .phone{
	color: #fff;
	font-family: 'Canaro Bold', serif;
	font-size: 1.8em;
}


.sidebar-section{
	margin-top: 40px;
}
.sidebar-section .center{
	text-align: center;
}
.sidebar-section h4{
	font-family: 'Canaro Bold', serif;
	font-size: 1.2em;
}
.sidebar-section ul{
	list-style: none;
	color: #333;
	padding: 0;
	margin: 0;

}
.sidebar-section ul li{
	margin-bottom: 10px;
	padding: 0;
	margin: 0;
}
.sidebar-section a{
	text-decoration: none;
	color: #333;

}

.g-recaptcha{
	display: inline-block;
}
.we-accept{
	display: inline-block;
	float: right;
}
.we-accept img{
	max-width: 80px;
}

.inner-lists{
	padding: 20px;
}

.section .tab-content{
	min-height: 520px;
}


/*



 */

.media{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.media.products{
    padding: 10px 0 10px 0;
}
.media.products .thumb.sm{
    width: 148px;
    height: 148px;
    margin-right: 20px;
}
.media.products .thumb.sm:after{
    width: 158px;
    height: 158px;
}
.media.products .thumbnail:hover .thumb:after{
  -webkit-transform:scale(1.02);
  -moz-transform:scale(1.02);
  transform:scale(1.02);
  border-color:#1c7cce;
}
.products .thumb {
    width: 200px;
    height: 200px;
    border: 4px solid #fff;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    position: relative;

}

.contact-phones{ text-align: center; }
.contact-phones .cards { padding-top: 5px; padding-bottom: 5px; }
.contact-phones .cards img{ max-height: 24px; margin-left: 5px; margin-right: 5px; }

.conchec { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer;   -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } 
.conchec input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.conchec .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; border:2px solid #ccc; }
.conchec:hover input ~ .checkmark { background-color: #ccc; }
.conchec input:checked ~ .checkmark { background-color: #fff000; }
.conchec .checkmark:after { content: ""; position: absolute; display: none; }
.conchec input:checked ~ .checkmark:after { display: block; } 
.conchec .checkmark:after { left: 7px; top: 3px; width: 7px; height: 14px; border: solid #333; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  }
.content .btn-primary{ color:#333 !important; font-weight: bold; }

.sidebar-section #logos{
  opacity: .8;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.sidebar-section #logos img{
  padding: 0 35px;
  background: #fff;
}

.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;
 
}

.hot-deal{
	background: #ff0000 !important;
    border-color: #ff6363 !important;
    color: #fff !important;
    font-size: 12px;
    border-radius: 6px;
    padding: 6px 10px;
    position: absolute;
    top:4px;
    right:10%;
}

.img-frame{
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 36px -6px rgba(89,89,89,0.69);
	-moz-box-shadow: 0px 0px 36px -6px rgba(89,89,89,0.69);
	box-shadow: 0px 0px 36px -6px rgba(89,89,89,0.69);	
}

.img-frame.p-left{

	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.img-frame.p-right{

	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 30px;
}

.thumbs-img{

	background: url(../img/pages/buy-hgh.png) no-repeat;

	background-size: 50%;
	background-repeat: no-repeat;
	background-position:-5%;
    padding-top: 5%;
}
