/*
  Theme Name: Adele
  Author URL: http://huzaifa.me/
  Description: Onepage Marketing Landing Page Template
  Version: 1.3
*/

/*==================================
=           import plugins         =
==================================*/

@import url("bootstrap.min.css");
@import url("animate.min.css");
@import url("font-awesome.min.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("owl.theme.css");

/*==================================
=            Typography            =
==================================*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700,800,900,100');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic');
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #828a90;
	background-color: #fff;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 0;
	color: #333740;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
p{
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
a {
	color: #828a90;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: 300ms;
	transition: 300ms;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none
}
ul{
	margin: 0;
}
input,
input[type="text"],
input[type="email"],
input[type="submit"],
textarea{
	border-radius: 0;
}
input:focus,
input.btn.btn-primary:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus{
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.page-header{
	text-align: center;
	margin: 110px 0 40px 0;
	padding-bottom: 0;
	border: none;
}
.page-header h2{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 20px;
	letter-spacing: .3px;
}
.page-header h2 .devider{
	width: 1px;
	line-height: 130%;
	background-color: #3b64aa;
	display: inline-block;
	overflow: hidden;
	margin: 0 10px -10px 20px;
}
.page-header h2 .right-span{
	font-weight: 300;
}
.page-header .subtitle{
	font-weight: 300;
	color: #83888f;
}
/*-----  End of Typography  ------*/


/*==================================
=            navigation            =
==================================*/
#main-navbar.navbar-change{
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, .95);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#main-navbar.navbar-change .navigation{
	border: none;
	padding: 10px 15px;
}
#main-navbar.navbar-change .logo-left img{
	/*width: 110px;*/
}
#main-navbar.navbar-change .menu-icon{
	font-size: 30px;
	line-height: 40px;
}
#main-navbar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.navbar{
	margin-bottom: 0;
	border-bottom: 1px solid #ebebeb;
}
.content-wrap {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .content-wrap {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.navbar.menu-wrap .navbar-header {
  float: none;
}
.navbar.menu-wrap {
  position: fixed;
  width: 250px;
  top: 0;
  right: 0;
  min-height: 100%;
  border-radius: 0;
  margin: 0;
  z-index: 999;
  border: none;
  height: 100%;
  background-color: #3b64aa;
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.navbar.menu-wrap *{
	color: #fff;
}
.navbar-nav {
  margin: 0;
  float: none;
}
.navbar .navbar-nav li {
  float: none;
}
.navbar .navbar-nav li a {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 14px;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li.current a {
  background: #fff;
  color: #3b64aa;
}

/* horizontal-nav */
.horizontal-nav .navbar-nav li a {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 14px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.horizontal-nav .navbar-nav li a:focus{
	background-color: transparent;
}
.horizontal-nav .navbar-nav li a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #3b64aa;
  height: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.horizontal-nav .navbar-nav li a:hover:after,
.horizontal-nav .navbar-nav li.current a:after {
  width: 100%;

}
.horizontal-nav .navbar-nav li a:hover,
.horizontal-nav .navbar-nav li.current a {
  color: #3b64aa !important;
  background: none;
}
.horizontal-nav .navbar-nav li:not(:last-child) {
    margin-right: 30px;
}
.horizontal-nav{
    margin-top: 15px;
    transition: .3s;
}
.navbar-change .horizontal-nav{
    margin-top: 0;
}
.navbar-toggle{
	padding: 0;
	font-size: 30px;
	margin: 0;
	line-height: 50px;
}
.buy-button{
	margin-top: 22px;
}
.transparent-header .navigation{
	padding: 15px 0;
    border: none;
}
.transparent-header .horizontal-nav .navbar-nav li a{
	color: #fff;
}
.transparent-header .navbar-change .horizontal-nav .navbar-nav li a{
	color: #828a90;
}
@media (max-width: 768px){
	.navbar-collapse {
		width: 100%;
		background: rgb(245, 245, 245);
		position: absolute;
		right: 0px;
		top: 100px;
	}
	#main-navbar.navbar-change .navbar-collapse{
		top: 70px;
	}
}
@media (max-width: 480px){
	.navbar-collapse {
		top: 70px;
	}
	.buy-button{
		margin-top: 12px;
		font-size: 14px;
	}
}
/* offcanvus menu */
.show-menu .navbar.menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.navbar.menu-wrap .navbar-form {
  padding: 10px 20px;
  margin: 5px 0;
  border: none;
  box-shadow: none;
  display: block;
}
.navbar.menu-wrap .navbar-form .form-control {
  display: block;
  width: 100%;
}
.logo-right {
  margin-bottom: 15px;
  float: right;
}
.logo-right img{
	width: 85px;
}
.close-button {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 15px;
  top: 20px;
  overflow: hidden;
  text-indent: -999px;
  border: none;
  background: transparent;
}
.close-button:hover{
	-webkit-animation: rotateIn .8s;
	animation: rotateIn .8s;

}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-button:hover:before,
.close-button:hover:after {
  background: #fff;
}
.navbar .navbar-header {
  padding: 0 13px;
  border-bottom: 1px solid #1A9AD0;
  margin-bottom: 20px;
}
.navigation{
	padding: 25px 15px;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
}
.logo-left img{
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navigation .menu-icon{
	font-size: 40px;
	line-height: 58px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navigation .menu-icon:hover{
	color: #3b64aa;
}
.menu-icon button{
	background: transparent;
	border: none;
	color: #3b64aa;
}
.menu-icon button:focus{
	outline: none;
}
/*-----  End of navigation  ------*/


/*============================
=            home            =
============================*/
#home{
	background-color: #fafcfc;
	position: relative;
}
.gradient{
	height:196px;
	width:100%;
	position:absolute;
	top:60%;
	z-index: 3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(250,252,252,1) 0%, rgba(250,252,252,1) 33%, rgba(250,252,252,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(250,252,252,1)), color-stop(33%,rgba(250,252,252,1)), color-stop(100%,rgba(250,252,252,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(250,252,252,1) 0%,rgba(250,252,252,1) 33%,rgba(250,252,252,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(250,252,252,1) 0%,rgba(250,252,252,1) 33%,rgba(250,252,252,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(250,252,252,1) 0%,rgba(250,252,252,1) 33%,rgba(250,252,252,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(250,252,252,1) 0%,rgba(250,252,252,1) 33%,rgba(250,252,252,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}
.dotted_bg{
	background:url(../img/pattern.png) repeat;
	height:196px;
	width:100%;
	position:absolute;
	top:60%;
	padding:2px;
}

.cover{
	margin-top: 300px;
	position: relative;
	z-index: 10;
}
.cover .title{
	padding-left: 30px;
	margin-top: 85px;
	margin-bottom: 50px;
	position: relative;
}
.cover .title:before{
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 5px;
	background-color: #3b64aa;
	border-radius: 2.5px;
}
.cover h1{
	font-size: 72px;
	line-height: 52px;
	font-weight: 900;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.cover h4{
	font-size: 24px;
	line-height: 18px;
	font-weight: 800;
}
.cover .info{
	font-weight: 400;
	color: #5b5f64;
	margin-bottom: 50px;
}
.cover-img img{
	margin-left: 70px;
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.demo-video .close span{
	font-size: 30px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: block;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.demo-video iframe{
	width: 100%;
	height: 320px;
	border: none;
}
.demo-video button:focus{
	outline: none;
}
/* button effect */
.order-button{
	background-color: #3b64aa;
	text-transform: uppercase;
	padding: 0 30px;
	line-height: 46px;
	font-size: 16px;
	border-radius: 50px;
	margin-right: 20px;
	font-weight: 700;
	border: 2px solid #3b64aa;
	position: relative;
}
.order-button:active,
.order-button:focus {
	background: #fff !important;
	border-color: #3b64aa !important;
	color: #3b64aa !important;
	top: 2px;
}
.order-button:hover {
	background: #fff;
	border: 2px solid #3b64aa;
	color: #3b64aa;
}
.order-button span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	backface-visibility: hidden;
}

.order-button:before {
	content: "\f129";
	font-family: fontawesome;
	position: absolute;
	height: 100%;
	width: 100%;
	left: -100%;
    top: 0;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.order-button:active:before {
	color: #3b64aa
}
.order-button:hover span {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}
.order-button:hover:before {
    left: 0;
    color: #3b64aa;
}

a.video-button{
	text-transform: uppercase;
	color: #333740;
	font-weight: 700;
	vertical-align: middle;
	line-height: 65px;
    padding: 0 30px;
    display: inline-block;
    border-radius: 30px;
    width: 250px;
    height: 60px;
    position: relative;
    -webkit-transition: all .3s;
	transition: all .3s;
}
a.video-button:hover{
    border: none;
	color: #3b64aa;
}
a.video-button:hover span{
	opacity: 0;
}
a.video-button:hover i{
	top: 50%;
	right: 50%;
	-webkit-transform: translate(-50%,-50%) scale(2);
	transform: translate(-50%,-50%) scale(2);
}
a.video-button:hover i{
	color: #3b64aa;
}
a.video-button span{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a.video-button i{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #333740;
	font-size: 12px;
	border: 2px solid;
	border-radius: 30px;
	margin-left: 10px;
	padding: 4px 4px 4px 6px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*end button effect*/
/*-----  End of home  ------*/


/*================================
=            features            =
================================*/
.features{
	background-color: #fafcfc;
 	overflow: hidden;
}
.counter-content{
	background: -moz-linear-gradient(130deg, rgba(15,8,22,1) 0%, rgba(33,23,43,1) 90%, rgba(33,23,43,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(33,23,43,1)), color-stop(10%, rgba(33,23,43,1)), color-stop(100%, rgba(15,8,22,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(130deg, rgba(15,8,22,1) 0%, rgba(33,23,43,1) 90%, rgba(33,23,43,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(130deg, rgba(15,8,22,1) 0%, rgba(33,23,43,1) 90%, rgba(33,23,43,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(130deg, rgba(15,8,22,1) 0%, rgba(33,23,43,1) 90%, rgba(33,23,43,1) 100%); /* ie10+ */
	background: linear-gradient(320deg, rgba(15,8,22,1) 0%, rgba(33,23,43,1) 90%, rgba(33,23,43,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21172b', endColorstr='#0f0816',GradientType=0 ); /* ie6-9 */
	padding: 100px 0 115px 0;
	margin: 170px 0 70px 0;
	position: relative;
}
.counter-content .product-image{
	position: absolute;
	top: -220px;
	left:-155px
}
.counter-content h2.counter{
	font-size: 72px;
	line-height: 100%;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
	color: #fff;
	padding-left: 20px;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
}
.counter-content h2.counter:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 5px;
	height: 75%;
	border-radius: 2.5px;
	background-color: #3b64aa;
}
.counter-content p.title{
	color: #3b64aa;
	font-weight: 700;
	margin-bottom: 1px;
	text-transform: uppercase;
}
.counter-content p.sub-title{
	color: #a9a9a9;
	font-weight: 300;
	text-transform: capitalize;
}

/*our-features*/
.our-features{
	overflow: hidden;
}
.our-features .page-header{
	margin-top: 50px;
}
.our-features .left-part{
	text-align: right;
	margin-top: 50px;
	padding-right: 50px;
}
.our-features .center-part{
	text-align: center;
}
.our-features .center-part img{
	display: inline-block;
}
.our-features .right-part{
	text-align: left;
	margin-top: 50px;
	padding-left: 50px;
}
.our-features .left-part .each-part{
	margin-right: 0;
}
.our-features .right-part .each-part{
	margin-left: 0;
}
.our-features .each-part{
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	max-width: 265px;
	width: 100%;
}
.our-features .each-part p{
	color: #5b5f64;
}
.our-features .each-part h3.title{
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.our-features .left-part .each-part h3.title{
	padding:0 20px 10px 0;
	position: relative;
}
.our-features .left-part .each-part h3.title:before{
	content: "";
	position: absolute;
	right: 0;
	height: 35px;
	width: 5px;
	background-color: #3b64aa;
	border-radius: 2.5px;
}
.our-features .right-part .each-part h3.title{
	position: relative;
	padding:0 0 10px 20px;
}
.our-features .right-part .each-part h3.title:before{
	content: "";
	position: absolute;
	left: 0;
	height: 35px;
	width: 5px;
	background-color: #3b64aa;
	border-radius: 2.5px;
}
/*-----  End of features  ------*/


/*================================
=            real-man            =
================================*/
.real-man{
	margin-bottom: 120px;
	overflow: hidden;
}
.real-man .page-header{
	margin: 110px 0 80px 0;
}
.each-item .right-part{
	overflow: hidden;
}
.previous-img{
	position: absolute;
	top: 50%;
	left: -46.5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.each-item .side-content{
	margin-top: 110px;
}
.flex-active-slide .side-content{
	animation: fromRight 1s;
}
.each-item .side-content .before h3,
.each-item .side-content .after h3{
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
}
.each-item .side-content .before h3 sub,
.each-item .side-content .after h3 sub{
	font-weight: 300;
	font-size: 16px;
	float: right;
    top: 30px;
    left: 5px;
}
.each-item .side-content .before p,
.each-item .side-content .after p{
	color: #3b64aa;
	text-transform: capitalize;
}
.each-item .side-content .customer-info{
	margin-top: 40px;
	padding-left: 20px;
	position: relative;
}
.each-item .side-content .customer-info:before{
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 80%;
	background-color: #3b64aa;
	border-radius: 2.5px;
}
.each-item .side-content .customer-info h4,
.each-item .side-content .customer-info p{
	font-size: 16px;
	color: #333740;
	text-transform: uppercase;
}
.each-item .side-content .customer-info p{
	padding-bottom: 10px;

}
.custom-navigation .flex-prev,
.custom-navigation .flex-next{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	padding-bottom: 2px;
	z-index: 999;
	opacity: .5;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.custom-navigation .flex-prev:hover,
.custom-navigation .flex-next:hover{
	opacity: 1;
}
.custom-navigation .flex-prev{
	left: 0;
}
.custom-navigation .flex-next{
	right: 0;
}
.flexslider{
	margin: 0 0 70px;
}
.flex-control-nav{
	bottom: -75px;
}
.flex-control-paging li a.flex-active{
	background-color: #3b64aa;
}
.flex-control-paging li a{
	background-color: #d8e4e8;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.flex-control-paging li a:hover{
	background-color: #3b64aa;
}
/*-----  End of real-man  ------*/



/*===================================
=            testmonials            =
===================================*/
.testimonials{
	background: url(../img/bg-testimonial.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.testimonials .page-header{
	margin: 110px 0 70px 0;
}
.testimonials .color-overlay{
	background-color: rgba(15, 8, 22, 0.75);
	overflow: hidden;
}
.testimonials .page-header h2{
	color: #e5e5e5;
}
.testimonials .page-header .subtitle{
	color: #767a7d;
}
.carousel-testimonials{
	margin-bottom: 100px;
}
.carousel-testimonials .client-feedback{
	font-style: italic;
	color: #a9a9a9;
	margin-bottom: 35px;
}
/*start hexagon*/
.carousel-testimonials .item .image{
  position:relative;
  list-style-type:none;
  width:65px;
  padding-bottom: 75px;
  float:left;
  overflow:hidden;
  visibility:hidden;
  -webkit-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
}

.carousel-testimonials .item .image *{
  position:absolute;
  visibility:visible;
}
.carousel-testimonials .item .image > div{
  width:100%;
  height:100%;
  overflow:hidden;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.carousel-testimonials .item .image img{
  left:-100%; right:-100%;
  width: 100%; height:100%;
  margin:0 auto;
}
/*end hexagon*/

.carousel-testimonials .client-details{
	overflow: hidden;
	display: inline-block;
	margin-left: 60px;
}
.carousel-testimonials .client-details .image{
	float: left;
	margin-right: 30px;
}
.carousel-testimonials .client-details .details{
	float: left;
	text-align: left;
	position: relative;
}
.carousel-testimonials .client-details .details:before{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 30%;
	height: 5px;
	background-color: #3b64aa;
	border-radius: 2.5px;
}
.carousel-testimonials .client-details h3{
	color: #e5e5e5;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 16px;
}
.carousel-testimonials .client-details p{
	font-size: 14px;
	color: #a9a9a9;
}
.owl-theme .owl-controls{
	margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
	background-color: #342e3a;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
	background-color: #3b64aa;
}
.owl-controls .owl-page span {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: #bababa;
}

/*-----  End of testmonials  ------*/



/*=====================================
=            supplement-facts            =
=====================================*/
.supplement-facts{
	overflow: hidden;
	background-color: #fafcfc;
	padding-bottom: 120px;
}
.supplement-facts .tab-title{
	padding-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 5px solid #333740;
}
.supplement-facts .tab-title h3{
	font-size: 24px;
	font-weight: 800;
}
.supplement-facts .tab-title h4{
	font-weight: 800;
}
.supplement-facts .tab-title h4 .small{
	font-weight: 300;
	color: #333740;
	display: block;
	margin-top: 10px;
	text-align: right;
}
.supplement-facts .tab-title h4 span{
	display: block;
}
.supplement-facts ul.nav-pills{
	margin-bottom: 50px;
}
.supplement-facts .product-content>div{
	opacity: 0;
}
.supplement-facts .product-content .active{
	opacity: 1;
}
.supplement-facts .nav-pills>li>a{
	border-radius: 0;
}
.supplement-facts .nav-pills>li>a:hover{
	background-color: transparent;
}
.supplement-facts .nav>li>a{
	padding: 8px 0;
	font-weight: 300;
	color: #333740;
	text-transform: capitalize;
	border-top: 1px solid #ebebeb;
}
.supplement-facts .nav li:first-child a{
	border-top: none;
}
.supplement-facts .nav li:last-child a{
	border-bottom: 1px solid #ebebeb;
}
.supplement-facts .nav-pills>li.active>a,
.supplement-facts .nav-pills>li.active>a:focus,
.supplement-facts .nav-pills>li.active>a:hover{
	-webkit-box-shadow: 0 3px 10px 3px rgba(0,0,0,.2);
	box-shadow: 0 3px 10px 3px rgba(0,0,0,.2);
	background-color: #fff;
	color: #333740;
	padding: 20px;
	margin: 0 -10px;
}

.supplement-facts .nav-pills>li.active+li a{
	border: none;
}
.download-button{
	background-color: #3b64aa;
	padding: 15px 40px;
	border: none;
	border-radius: 40px;
	border: 2px solid #3b64aa;
}
.download-button:hover{
	background-color: #fff;
	color: #3b64aa;
	border-color: #3b64aa;
}
.download-button .pull-left{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.download-button .pull-right{
	font-weight: 300;
	text-transform: uppercase;
}
.product-content .tab-pane{
	animation: fromRight .8s;
}
.product-content .image-part{
	margin-bottom: 50px;
	overflow: hidden;
}

/*start hexagon*/
.product-content .product-image{
  position:relative;
  width:102px;
  padding-bottom: 118px;
  float:left;
  overflow:hidden;
  visibility:hidden;
  -webkit-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
}

.product-content .product-image *{
  position:absolute;
  visibility:visible;
}
.product-content .product-image > div{
  width:100%;
  height:100%;
  overflow:hidden;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.product-content .product-image img{
  left:-100%; right:-100%;
  width: 100%; height:100%;
  margin:0 auto;
}
/*end hexagon*/

.product-content .title{
	padding-left: 30px;
	margin-bottom: 30px;
	position: relative;
}
.product-content .title:before{
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #3b64aa;
	border-radius: 2.5px;
}
.product-content .title h4{
	font-size: 16px;
	text-transform: uppercase;
}
.product-content .title .small{
	font-weight: 300;
	display: block;
	color: #333740;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin-top: 12px;
	text-transform: lowercase;
}
.product-content p{
	line-height: 24px;
}
/*-----  End of supplement-facts  ------*/



/*======================================
=            certifications            =
======================================*/
.certifications{
	overflow: hidden;
}
.certifications .page-header{
	margin: 80px 0 50px 0;
}
.all-certifications{
	background-color: #f1f4f5;
	overflow: hidden;
	padding-bottom: 80px;
}
.certifications img{
	width: 100%;
}
.each-certificate{
	border-right: 1px solid #e0e0e0;
}
.each-certificate:last-child{
	border-right: none;
}

/*order-now*/
.order-now{
	padding-top: 40px;
	position: relative;
}
.onder-now-area{
	position: relative;
	z-index: 10;
}
.order-now .left-part img{/*
	margin-left:-105px*/
}
.order-now .gradient{
	top:40%;
	z-index: 3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(to left,  rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, to left top, right top, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(42%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(to left,  rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 42%,rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(to left,  rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 42%,rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(to left,  rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 42%,rgba(255, 255, 255, 0) 100%); /* IE10+ */
	background: linear-gradient(to left,  rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 42%,rgba(255, 255, 255, 0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}
.order-now .dotted_bg{
	position:absolute;
	top:40%;
}
.order-now .right-part{
	margin-bottom: 10px;
	margin-top: 10px;
}
.order-now .right-part .title{
	padding-left: 30px;
	margin-bottom: 30px;
	position: relative;
}
.order-now .right-part .title:before{
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #3b64aa;
	border-radius: 2.5px;
}
.order-now .right-part .title h4{
	font-size: 30px;
	text-transform: uppercase;
}
.order-now .right-part .title .small{
	font-weight: 300;
	display: block;
	color: #333740;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	margin-top: 20px;
}
.order-now .right-part p{
	line-height: 24px;
}
.order-now .order-button{
	margin-top: 40px;
}





.eqfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.eqfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.eqfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}


.clenfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.clenfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.clenfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.clenclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.clenclose:hover {
    background-color: #ccc;
}

.eqclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.eqclose:hover {
    background-color: #ccc;
}

.anavarfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.anavarfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.anavarfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.anavarclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.anavarclose:hover {
    background-color: #ccc;
}


.winstrolfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.winstrolfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.winstrolfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.winstrolclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.winstrolclose:hover {
    background-color: #ccc;
}

.leanfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.leanfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.leanfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.leanclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.leanclose:hover {
    background-color: #ccc;
}

.masteronefricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.masteronefricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.masteronefricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.masteroneclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.masteroneclose:hover {
    background-color: #ccc;
}

.masteronpfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.masteronpfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.masteronpfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.masteronpclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.masteronpclose:hover {
    background-color: #ccc;
}


.decafricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.decafricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.decafricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.decaclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.decaclose:hover {
    background-color: #ccc;
}

.susfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.susfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.susfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.susclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.susclose:hover {
    background-color: #ccc;
}

.nppfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.nppfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.nppfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.nppclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.nppclose:hover {
    background-color: #ccc;
}
.t400fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.t400fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.t400fricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.t400close {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.t400close:hover {
    background-color: #ccc;
}


.testefricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.testefricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.testefricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.testeclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.testeclose:hover {
    background-color: #ccc;
}
.testpfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.testpfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.testpfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.testpclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.testpclose:hover {
    background-color: #ccc;
}


.tmtfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.tmtfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.tmtfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.tmtclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.tmtclose:hover {
    background-color: #ccc;
}
.tntfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.tntfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.tntfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.tntclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.tntclose:hover {
    background-color: #ccc;
}


.testcfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.testcfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.testcfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.testcclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.testcclose:hover {
    background-color: #ccc;
}
.trenefricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.trenefricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.trenefricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.treneclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.treneclose:hover {
    background-color: #ccc;
}
.trenafricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.trenafricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.trenafricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.trenaclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.trenaclose:hover {
    background-color: #ccc;
}.tritrenfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.tritrenfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.tritrenfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.tritrenclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.tritrenclose:hover {
    background-color: #ccc;
}

.anadrolfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.anadrolfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.anadrolfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.anadrolclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.anadrolclose:hover {
    background-color: #ccc;
}

.turinabolfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.turinabolfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.turinabolfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.turinabolclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.turinabolclose:hover {
    background-color: #ccc;
}

.dianabolfricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.dianabolfricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.dianabolfricc > div {    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 751px;
    min-height: 100px;
    vertical-align: middle;
   width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
}
.dianabolclose {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.dianabolclose:hover {
    background-color: #ccc;
}
/*-----  End of certifications  ------*/



/*==============================
=            subscribe-form            =
==============================*/
.subscribe-form .color-overlay{
	background-color: rgba(0,0,0,.75);
	padding-bottom: 100px;
	overflow: hidden;
}
.subscribe-form{
	overflow: hidden;
	background: url(../img/subscribe.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.subscribe-form .page-header{
	margin: 100px 0 35px 0;
}
.subscribe-form .page-header h2{
	color: #e5e5e5;
}
.subscribe-form .page-header .subtitle{
	color: #767a7d;
}
.subscribe-form .form{
	background-color: rgba(0,0,0,.4);
    overflow: hidden;
    padding: 30px 30px 0px 30px;
    border-radius: 10px;
    max-width: 612px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.subscribe-form .submit-button,
.subscribe-form .text-field{
	padding: 0;
}
.subscribe-form input[type="email"]{
	border-radius: 30px 0 0 30px;
    padding: 15px 30px;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    font-family: "lato";
    font-weight: 300;
}
.subscribe-form input[type="submit"]{
	border-radius: 0 30px 30px 0;
	padding: 15px;
	width: 100%;
	height: 50px;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #3b64aa;
	font-size:16px;
}
/* Trigger Notify */
.subscribe-label{
	margin-top: 10px;
}
.subscribe-form .error{
	top: 0;
}
.error{
	color: red;
	line-height: 20px;
	font-size: 14px;
    position: relative;
    top: -20px;
    left: 0;
}


/*====================================
=            contact-form            =
====================================*/
.contact-form{
	padding-top: 110px;
	margin-bottom: 120px;
}
.contact-form .page-header{
	margin: 0 0 80px;
}
.contact-form label {
    display: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    text-transform: uppercase;
}
.contact-form.no-placeholder label { display: block }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea{
	border: none;
	border-bottom: 1px solid #ebebeb;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 30px;
}
.contact-form input[type="submit"].order-button{
	border-radius: 30px;
	font-weight: 700;
	margin-top: 10px;
}
.contact-form input[type="text"]:active,
.contact-form input[type="email"]:active,
.contact-form  textarea:active,
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
	color: none;
	border-bottom: 1px solid #3b64aa;
}
.contact-form input[type="submit"].order-button{
	border-radius: 30px;
	font-weight: 700;
	margin-top: 10px;
	padding:15px 80px;
	line-height: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}



/*==============================
=            footer            =
==============================*/
.footer{
	overflow: hidden;
	background-color: #f1f4f5;
	padding: 50px 0 35px 0;;
}
.footer .title{
	margin-bottom: 30px;
}
.nav-menu-footer{
	font-size: 14px;
	font-weight: 300;
}
.nav-menu-footer li{
	border-right: 1px solid #d9d9d9;
	padding: 0 10px;
}
.nav-menu-footer li:last-child{
	border: none;
}
.social-icon ul{
	margin-top: 15px;
}
.social-icon ul>li>a{
	font-size: 24px;
	margin-right: 30px;
}
/*-----  End of footer  ------*/


/*=================================
=            animation            =
=================================*/
@-webkit-keyframes fromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
.fromRight {
    -webkit-animation-name: fromRight;
    animation-name: fromRight
}

