body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #cce5ed;
	background-image: url('../images/bg.png');
	background-image: url('../images/bg.png'), linear-gradient(#020303, #013853);
	background-image: url('../images/bg.png'), -webkit-linear-gradient(#020303, #013853); /*safari*/
	background-image: url('../images/bg.png'), -webkit-gradient(#020303, #013853); /*safari*/
	background-image: url('../images/bg.png'), -moz-linear-gradient(#020303, #013853); /*safari*/
	background-image: url('../images/bg.png'), -ms-linear-gradient(#020303, #013853); /*safari*/
	background-image: url('../images/bg.png'), -o-linear-gradient(#020303, #013853); /*safari*/
	/*background-repeat: no-repeat;*/
	background-attachment: fixed;
}

/*===================================================ELEMENTS==============================================*/
.btn-primary {
	border: 1px solid rgba(103, 203, 224, 0.8);
	background-color: rgba(103, 203, 224, 0.6);
}
.btn-primary:hover {
	background-color: rgba(103, 203, 224, 0.6);
	border: 1px solid rgba(103, 203, 224, 0.9);
	box-shadow: 0px 0px 5px rgba(103, 203, 224, 0.8);
}
/*===================================================ELEMENTS==============================================*/


/*===================================================CONTAINERS==============================================*/
.wrapper {
	padding-top: 90px;
	background-color: rgba(1, 38, 56, 0.3);
	border-left: 1px solid rgba(103, 203, 224, 0.3);
	border-right: 1px solid rgba(103, 203, 224, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.end {
	display: block;
	background-color: rgba(103, 203, 224, 0.3);
	height: 20px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.row-spacing {
	margin-bottom: 33px;
}
.row-apdding {
	padding-bottom: 15px;
}
/*===================================================CONTAINERS==============================================*/


/*===================================================FORMS===================================================*/
.form-control {
	border-radius: 0;
}
/*===================================================FORMS===================================================*/


/*===================================================PAGINATION==============================================*/
.custom-pagination {
	display: inline-block;
}
.light-theme a, 
.light-theme span {
	width: 30px;
	height: 30px;
	padding: 2px;
}
.light-theme .current,
.light-theme a, 
.light-theme span {
	box-shadow: none;
	background: rgba(103, 203, 226, 0.4);
	border-radius: 0;
	border: 1px solid rgba(103, 203, 226, 0.5);
	color: #fff;
}
.light-theme .current {
	color: #070e14;
}
.custom-pagination .prev,
.custom-pagination .next {
	margin-top: -1px;
}
.light-theme a:hover {
	background: rgba(103, 203, 226, 0.7);
	box-shadow: 0px 0px 5px rgba(103, 203, 224, 0.8)
}
.simple-pagination {
	padding: 5px 0;
	margin-bottom: 15px;
}
/*===================================================PAGINATION==============================================*/


/*===================================================MENU==============================================*/
.navbar-bg {
	background-color: rgba(2, 3, 3, 0.8);
	/*box-shadow: 0 5px 5px rgba(2, 3, 3, 0.2);*/
	border-bottom: 0px;
	height: 90px;
}
.navbar a,
.dropdown-menu > li > a {
	color: #67cbe0;
}
.navbar-nav > li > a {
	padding-top: 20px;
	font-size: 15px;
}
.dropdown-menu > li > a {
	color: #67cbe0;
	font-size: 13px;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
	position: relative;
	/*text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);*/
}
.nav > li > a:hover:after, 
.nav > li > a:focus:after {
	content: "";
	/*border-radius: 100%;*/
	height: 10px;
	width: 100%;
	box-shadow: 0 -7px 7px rgba(103, 203, 224, 0.3);
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	border-top: 1px solid #99e9fa;
}
.logo {
	min-height: 60px;
	height: 100%;
}
.dropdown-toggle {
	cursor: pointer;
}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
	background-color: transparent;
}
.dropdown-menu {
	background-color: rgba(8, 19, 23, 0.9);
	left: -1px;
	top: 54px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: rgba(103, 203, 224, 0.1);
	color: #67cbe0;
	/*text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);*/
}
.dropdown.open {
	background-color: rgba(8, 19, 23, 0.9);
}
.navbar-toggle span {
	background-color: #67cbe2;
	box-shadow: 0 0 10px rgba(103, 203, 224, 1);
	margin-top: 13px;
}
/*===================================================MENU==============================================*/


/*===================================================LOGIN==============================================*/
.dialog-popup-model {
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(103, 203, 224, 0.8);
	box-shadow: 0px 0px 10px rgba(103, 203, 224, 0.5), 0 0 15px rgba(0,0,0,0.4);
	z-index: 100;
}
.dialog-popup-model .dialog-close {
	background-color: rgba(103, 203, 224, 0.5);
	border: 0 transparent;
	top: 18px !important;
	right: 18px !important;
	border: 1px solid rgba(103, 203, 224, 0) !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
}
.dialog-popup-model .dialog-close span {
	color: rgba(103, 203, 224, 0.8);
}
.dialog-popup-model .dialog-close:hover {
	background-color: rgba(103, 203, 224, 0.5);
	box-shadow: 0px 0px 5px rgba(103, 203, 224, 0.8) !important;
	border: 1px solid rgba(103, 203, 224, 0.8) !important;
}
.dialog-popup-model .dialog-header {
	color: #fff;
	background-color: rgba(103, 203, 224, 0.5);
	text-shadow: 0 0 7px #000;
	border-bottom: 1px solid rgba(103, 203, 224, 0.8);
}
.dialog-popup-model .dialog-body {
	color: #fff;
}
a.forgot-password-button,
a.login-button {
	color: #fff;
	text-decoration: none;
}
a.forgot-password-button:hover,
a.login-button:hover {
	color: #dedede;
}
/*===================================================LOGIN==============================================*/


/*===================================================PAGE ELEMENST==============================================*/
.header {
	color: #cfebfb;
	text-shadow: 0 0 10px #67cbe2;
	position: relative;
	background-color: rgba(2, 3, 3, 0.3);
}
.header.margin {
	margin-bottom: 15px;
}
.header:after {
	content: "";
	width: 100%;
	box-shadow: 0 -3px 5px rgba(103, 203, 224, 1);
	display: block;
	border-bottom: 1px solid #99e9fa;
	clear: both;
}
.header span {
	padding: 15px;
	text-transform: uppercase;
}
.header span:first-child {
	float: left;
	font-size: 36px;
}
.header span:first-last {
	float: right;
}
.btn {
	border-radius: 0;
}
.custom-ul ul {
	list-style: none;
	position: relative;
}
.custom-ul ul li:before {
	content: "•";
	font-size: 25px;
	line-height: 9px;
	position: absolute;
	left: 0;
	color: transparent;
	border-radius: 100%;
	border: 1px solid rgba(103, 203, 224, 0.5);
	background-color: rgba(103, 203, 224, 0.2);
	margin-top: 4px;
}
/*===================================================PAGE ELEMENST==============================================*/


/*===================================================SLIDERS==========================================*/
.sliders-wrapper {
	border-bottom: 1px solid rgba(103, 203, 224, 0.3);
}
.sliders {
	height: 400px;
}
.slider-link {
	display: block;
}
.slider-title {
	border: 2px solid #89d3eb;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 70px;
	font-family: 'nexa_boldregular';
	line-height: 70px;
	position: absolute;
	opacity: 0;
	top: 20px;
	letter-spacing: 3px;
}
.slider-text-left {
	color: #0c4e72;
	padding: 8px 10px 0 10px;
	background-color: #89d3eb;
	border-radius: 5px 0 0 5px;
	
}
.slider-text-left-width {
	width: 200px;
}
.slider-text-right {
	color: #fff;
	padding: 8px 10px 0 10px;
	border-radius: 0 8px 8px 0;
	text-shadow: 0 0 5px #f9f7c5;
	background-color: rgba(0,0,0,0.8);
}
.slider-image {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
}
/*.badges {
	position: absolute;
	top: 0;
	left: 230px;
	z-index: 501;
}
.badge-item {
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
}
.badge-item img {
	width: 100%;
	height: 100%;
	position: absolute;
}
.badge-bg {
	position: absolute;
}*/
.slider-options {
	position: absolute;
	top: 0;
	left: 230px;
	z-index: 501;
}
.slider-key-points {
	position: absolute;
	left: 0;
    top: 0;
	border: 3px solid #68cbdf;
	/*border-radius: 8px;*/
	border-radius: 100%;
	/*padding: 5px 10px;*/
	background-color: #fff;
	display: inline-block;
	/*color: #055365;*/
	color: #fff;
	font-family: 'nexa_boldregular';
	text-transform: capitalize;
	font-size: 14px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	opacity: 0;
	box-shadow: 0 0 10px #000;
}
/*===================================================SLIDERS==========================================*/


/*===================================================SCROLLERS==========================================*/
.wp-scroll {
	border-bottom: 1px solid rgba(103, 203, 224, 0.3);
	/*background-color: rgba(255, 255, 255, 0.1);*/
}
.scroll {
	height: 200px;
}
.temp-logo {
	position: relative;
}
.temp-logo span:first-child {
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*width: 100%;
    height: 100%;*/
	background-image: url('../images/ph-logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
	opacity: 0.3;
	z-index: -1;
}
.temp-logo span:last-child {
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding-top: 30%;
	display: block;
	font-family: 'nexa_boldregular';
	text-transform: capitalize;
}
.temp-logo:hover {
	text-decoration: none;
}
/*===================================================SCROLLERS==========================================*/


/*===================================================HOME==============================================*/
/*.slideshow {
	max-height: 400px;
	width: 100%;
}*/
/*===================================================HOME==============================================*/


/*===================================================PRODUCTS==============================================*/
.product .thumbnail {
	background-color: rgba(103, 203, 224, 0.1);
	border: 1px solid rgba(103, 203, 224, 0.5);
	-webkit-transform: translateZ(0);
}
.product .caption {
	color: #fff;
	text-align: center;
}
.product a {
	text-decoration: none;
}
/* Hover Style for single item: scale up */
.blur-active-effect{
	box-shadow: 
		0px 0px 10px rgba(103, 203, 224, 0.5), 
		0 0 15px rgba(0,0,0,0.4);
	z-index: 100;	
	border: 1px solid #fff !important;
}
.product-info h1,
.product-info h2,
.product-info h3 {
	color: #cfebfb;
	text-shadow: 0 0 10px #67cbe2;
	background-color: rgba(2, 3, 3, 0.3);
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid rgba(103, 203, 224, 0.3);
	border-bottom: 1px solid rgba(103, 203, 224, 0.3);
}
/*.product-info h1:first-child,
.product-info h2:first-child,
.product-info h3:first-child {
	margin-top: 0;
}*/
.product-price {
	padding: 5px 0 5px 9px;
	font-size: 20px;
}
.add-to-cart-button {
	margin: 5px 9px 5px 0;
}
.foot-note {
	font-size: 10px;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid rgba(103, 203, 224, 0.3);
}
/*===================================================PRODUCTS==============================================*/


/*===================================================CART==============================================*/
.cart-table {
	font-size: 18px;
}
.cart-item div:last-child,
.cart-total div:last-child {
	text-align: right;
}
.cart-item {
	background-color: rgba(103, 203, 224, 0.1);
	padding: 15px;
}
.cart-total {
	font-size: 22px;
	color: #fff;
	text-shadow: 0 0 10px #67CBE2;
}
.cart-item-qty {
    padding: 5px 3px;
    background-color: rgba(103, 203, 224, 0.5);
    color: #cce5ed;
    border: none;
    outline: none;
    cursor: pointer;
}
.cart-item-qty option {
	background-color: #081317;
}

.cart-item-qty-wrapper {
	position:relative;
	margin-bottom: 0;
}
.cart-item-qty-wrapper span {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #00526E;
	height: 100%;
	padding-top: 13px;
	pointer-events: none;
	width: 20px;
	text-align: center;
	font-size: 12px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: rgba(103, 203, 224, 0.3);
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 1px solid rgba(103, 203, 224, 0.6);
	vertical-align: middle;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
	background-color: rgba(103, 203, 224, 0.6);
}
/*===================================================CART==============================================*/


/*===================================================WHERE TO BUY==============================================*/
.reseller-name {
	padding: 15px;
	font-size: 20px;
	color: #CFEBFB;
    text-shadow: 0 0 10px #67CBE2;
    text-transform: capitalize;
    background-color: rgba(8, 19, 23, 0.4);
    border-top: 1px solid rgba(103, 203, 224, 0.3);
    border-bottom: 1px solid rgba(103, 203, 224, 0.3);
    box-shadow: 0 5px 5px rgba(2, 3, 3, 0.2);
    cursor: pointer;
}
.reseller-info {
	padding: 30px;
}
.reseller-info img {
	background-color: transparent;
}
.reseller-map {
	padding: 30px;
}
.google_map {
	padding: 30px;
	background-color: rgba(103, 203, 224, 0.2);
	border: 1px solid rgba(103, 203, 224, 0.3);
}
.map_title {
	background-color: rgba(8, 19, 23, 0.2);
	padding: 5px;
	border-left: 1px solid rgba(103, 203, 224, 0.3);
	border-right: 1px solid rgba(103, 203, 224, 0.3);
    border-bottom: 1px solid rgba(103, 203, 224, 0.3);
	box-shadow: 0 5px 5px rgba(2, 3, 3, 0.2);
}
.company-logo {
	margin-bottom: 15px;
}
.reseller-details {
	line-height: 30px;
	font-size: 16px;
}
.reseller-details span,
.reseller-details img {
	border-top: 1px solid rgba(103, 203, 224, 0.3);
	border-left: 1px solid rgba(103, 203, 224, 0.3);
	display: block;
	margin-bottom: 15px;
	background-color: rgba(103, 203, 224, 0.1);
	padding: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.reseller-details span {
	display: block;
}
.reseller-details span a {
	text-decoration: none;
	color: #CCE5ED;
}
/*===================================================WHERE TO BUY==============================================*/


/*===================================================CONTACT US==============================================*/
.form-control {
	background-color: rgba(103, 203, 224, 0.1);
	border: 1px solid rgba(103, 203, 224, 0.4);
	color: #CCE5ED;
}
.has-warning .help-block, 
.has-warning .control-label, 
.has-warning .radio, 
.has-warning .checkbox, 
.has-warning .radio-inline, 
.has-warning .checkbox-inline {
	color: rgba(255, 94, 94, 0.8);
}
.has-warning .form-control {
	border-color: rgba(255, 94, 94, 0.8);
}
.has-warning .form-control:focus {
	border-color: rgba(255, 94, 94, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(255, 94, 94, 0.8);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(255, 94, 94, 0.8);
}
.has-success .help-block, 
.has-success .control-label, 
.has-success .radio, 
.has-success .checkbox, 
.has-success .radio-inline, 
.has-success .checkbox-inline {
	color: rgba(94, 255, 113, 0.8);
}
.has-success .form-control {
	border-color: rgba(94, 255, 113, 0.8);
}
.has-warning .form-control:focus {
	border-color: rgba(94, 255, 113, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(94, 255, 113, 0.8);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(94, 255, 113, 0.8);
}
.has-error .help-block, 
.has-error .control-label, 
.has-error .radio, 
.has-error .checkbox, 
.has-error .radio-inline, 
.has-error .checkbox-inline {
	color: rgba(255, 246, 94, 0.8);
}
.has-error .form-control {
	border-color: rgba(255, 246, 94, 0.8);
}
.has-warning .form-control:focus {
	border-color: rgba(255, 246, 94, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(255, 246, 94, 0.8);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(255, 246, 94, 0.8);
}
.popover {
	background-color: rgba(103, 203, 224, 0.6);
	border: 1px solid #99E9FA;
}
.popover-title, 
.popover-content {
	
}
.popover.bottom > 
.arrow:after {
	border-bottom-color: #99E9FA;
}
.popover.bottom > .arrow {
	border-bottom-color: #99E9FA;
}
/*===================================================CONTACT US==============================================*/


/*===================================================CALCULATOR==============================================*/
.input-hidden {
	visibility: hidden;
}
.fat-calc-labels {
	border-bottom: 1px solid rgba(103, 203, 224, 0.3);
}
.fat-calc-item-label {
	float: left;
	padding: 5px;
	border-left: 1px solid rgba(103, 203, 224, 0.3);
	border-top: 1px solid rgba(103, 203, 224, 0.3);
	border-right: 1px solid rgba(103, 203, 224, 0.3);
	cursor: pointer;
	margin-left: 10px;
}
.fat-calc-item-label.active {
	background-color: rgba(103, 203, 224, 0.3);
	box-shadow: 0 -2px 5px rgba(103, 203, 224, 0.5);
}
.fat-calc-item-label:hover {
	background-color: rgba(103, 203, 224, 0.1);
	color: #fff;
	box-shadow: 0 0 5px rgba(103, 203, 224, 0.5);
}
.method-type,
.bmi {
	padding: 10px 10px;
	border-bottom: 3px solid rgba(103, 203, 224, 0.5);
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	background-color: rgba(103, 203, 224, 0.2);
}
.method-type span,
.bmi span {
	font-style: italic;
	font-weight: normal;
	padding-left: 15px;
}
.calc-illustrations {
	border-left: 3px solid rgba(103, 203, 224, 0.5);
	padding-left: 1%;
	text-align: center;
}
.result {
	border-left: 3px solid rgba(103, 203, 224, 0.5);
	padding-left: 1%;
}
.chart {
	/*text-align: center;*/
}
.large-image-front,
.large-image-back {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	z-index: 100;
	border: 2px solid rgba(103, 203, 224, 0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
	border-radius: 100%;
	background-color: #fff;
	overflow: hidden;
}
.large-image-front img,
.large-image-back img {
	position: absolute;
	top: -280px;
	left: -90px;
}
.calc-illustrations .male,
.calc-illustrations .female {
	position: relative;
}
.dot {
	opacity: 0;
	width: 0;
	height: 0;
	background-color: #ff0000;
	border-radius: 100%;
	width: 10;
	height: 10;
	position: absolute;
}
.series {
	display: inline-block;
	height: 566px;
	width: 199px;
}
#calculator {
	min-height: 566px;
}
.fold-arrows {
	left: 70px;
	top: 80px;
	position: absolute;
	display: none;
}
.fold-arrow-right {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid red;
	position: absolute;
}
.fold-arrow-left {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid red;
	position: absolute;
	left: 40px;
}
/*===================================================CALCULATOR==============================================*/


/*===================================================FOOTER==============================================*/
.footer, .ie10-footer {
	background: #081317;
	border-top: 1px solid #020505;
	color: #fff;
	font-weight: 700;
	padding-top: 10px;
	box-shadow: 0 -5px 5px rgba(2, 3, 3, 0.2);
}
.footer span:first-child, .ie10-footer span:first-child {
	font-weight: 400;
	float: right;
}
.footer a, .ie10-footer a {
	text-decoration: none;
	color: #fff;
}
/*===================================================FOOTER==============================================*/