/* General & typography */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700&subset=latin-ext');

*, html, body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, a, strong, span, p, sup, table, td, tr, th {
	font-family: 'Open Sans', sans-serif !important;
}

.glyphicon {
	font-family: "Glyphicons Halflings" !important;
}

body {
	color: #000000;
	font-size: 15px;
	background: #ffffff;
}

a, a:hover, a:focus, a:active, a:visited {
	outline: 0 !important;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}
img.mwidth {
	width: 100%;
}

.clear {
	clear: both;
}

.red {
	color: #ff0000 !important;
}

.blue {
	color: #003366;
}

.nopadding {
	padding: 0px !important;
}

/* HEADER */

.header {
	padding: 50px 75px 40px 75px;
}
#logo {
	position: absolute;
}
#logocorner {
	position: relative;
	top: -38px;
	left: -42px;
}
.header #facebook {
	margin-left: 20px;
	display: inline-block;
	margin-top: 48px;
}
.header #youtube {
	margin-left: 20px;
	display: inline-block;
	margin-top: 48px;
}
.header #vitalicom {
	margin-top: 15px;
	display: block;
	margin-right: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.header #facebook {
		margin-top: 41px;
	}
	.header #youtube {
		margin-top: 41px;
	}
}
@media (max-width: 767px) {
	.header {
		position: relative;
	}
	.header #facebook {
		margin: 0px;
		position: absolute;
		/*top: 12px;*/
		top: -150px;
		right: 190px;
	}
	.header #facebook img{
		max-width: 25px;
	}
	.header #youtube {
		margin: 0px;
		position: absolute;
		top: -150px;
		right: 150px;
	}
	.header #youtube img{
		max-width: 25px;
	}
	.header #vitalicom {
		margin-right: 0px;
		position: absolute;
		top: -165px;
		right: 15px;
	}
	
}
@media (min-width: 481px) and (max-width: 767px) {
	.header {
		padding-top: 60px;
	}
	.logocontainer {
		min-height: 100px;
	}
}
@media (max-width: 480px) {
	.header {
		padding-bottom: 140px;
		padding-top: 60px;
	}
	.logocontainer {
		max-height: none;
		margin-left: -15px;
	}
	/*
	#logo {
		position: relative;
	}
	*/
	#logocorner {
		position: absolute;
		top: 22px;
		left: 18px;
	}
	.header #facebook {
		top: -50px;
		right: 125px;
	}
	.header #youtube {
		top: -50px;
		right: 90px;
	}
	.header #vitalicom {
		margin-right: 0px;
		position: absolute;
		top: -65px;
		right: -40px;
	}
	#logocorner {
		top: -38px;
		left: -27px;
	}
}
@media (max-width: 420px) {
	.header {
		padding-bottom: 110px;
	}
}
@media (max-width: 375px) {
	.header {
		padding-bottom: 90px;
	}
}

/* CAROUSEL */
h1.blue.distr{font-size:20px;}
.carousel  {
	background: #fff;
}

.carousel-inner .item img {
	width: 100%;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
		  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
}

.glyphicon-chevron-left:before {
	content: none !important;
}
.glyphicon-chevron-right:before {
	content: none !important;
}

.carousel-caption {
	bottom: auto;
	top: 15px;
	padding-top: 0px;
	left: 12%;
	right: 12%;
}

#playButton {
    position: absolute;
    top: 10px;
	right: 40px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#pauseButton {
    position: absolute;
    top: 10px;
	right: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.carousel-caption h1 {
	font-size: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel-caption h1 {
		font-size: 24px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.carousel-caption h1 {
		font-size: 18px;
		margin-top: -10px;
	}
	.carousel-indicators {
		display: none;
	}
	h1.title-content {
		font-size:24px;
	}
	h1.form-title  {
		font-size:24px;	
	}
}
@media (min-width: 375px) and (max-width: 480px) {
	.carousel-caption h1 {
		font-size: 13px;
		margin-top: -10px;
	}
	.carousel-indicators {
		display: none;
	}
	h1.title-slogan {
		margin: 50px 0px;
		font-size:24px;
	}
	h1.title-content {
		font-size:24px;
	}	
}
@media (max-width: 375px) {
	.carousel-caption h1 {
		font-size: 12px;
		margin-top: -10px;
	}
	h1.title-slogan {
		margin: 50px 0px;
		font-size:24px;
	}
	h1.title-content {
		font-size:24px;
	}

	/*
	.carousel-caption {
		display: none;
	}
	*/
	.carousel-indicators {
		display: none;
	}
}

/* CONTENT */

h1.title-slogan {
	margin: 50px 0px;
}

/* products */

.rbp {
	margin-bottom: 50px;
}
.box-products h2 {
	margin: 0px;
	font-size: 24px;
	line-height: 28px;
}
.box-products h3 {
	margin: 0px;
	font-size: 19px;
	line-height: 23px;
}
@media (min-width: 992px) {
	.box-products h3 {
		padding-right: 85px;
	}
}
@media (min-width: 1200px) {
	.box-products h3 {
		padding-right: 55px;
	}
}
.box-products p {
	margin: 40px 0px 30px 0px;
	font-size: 18px;
	line-height: 28px;
}
/*
@media (min-width: 992px) {
	.box-products p {
		padding-right: 65px;
	}
}
*/
.box-products .rmore {
	font-size: 14px;
	line-height: 33px;
	color: #0b93bd;
	font-weight: 600;
	font-style: italic;
}
.box-products .rmore:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.box-products-image {
		margin-bottom: 50px;
		text-align: center;
	}

}
@media (min-width: 768px) {
	.rbp {
		padding-left: 75px;
		padding-right: 75px;
	}
}

/* banner */

.vbanner hr {
	border-width: 6px;
	margin: 0px;
	border-color: #003366 -moz-use-text-color -moz-use-text-color;
	margin-bottom: -3px;
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
	.vbanner hr {
		margin-left: 75px;
		margin-right: 75px;
	}
}

/* text */

h1.title-content {
	margin: 40px 0px;
}
p.text-content {
	font-size: 17px;
	line-height: 25px;
	margin: 0px 0px 40px 0px;
}
@media (min-width: 768px) {
	h1.title-content {
		padding-left: 75px;
		padding-right: 75px;
	}
	p.text-content {
		padding-left: 75px;
		padding-right: 75px;
	}
}

/* FORM */

.mainform {
	background: #003366;
	color: #ffffff;
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	.mainform form {
		margin: 0px 30px;
	}
}
@media (min-width: 768px) {
	.mainform form {
		margin: 0px 70px;
	}
}
@media (max-width: 991px) {
	.mainform .form-title {
		margin: 0px 5px;
	}
}
@media (min-width: 992px) {
	.mainform form {
		margin: 0px 130px;
	}
}
.mainform .form-title h1 {
	color: #ffffff;
	margin: 0px;
	padding: 20px 0px 25px 0px;
	font-size:24px;
}
.mainform a {
	color: #ffffff;
}
.mainform a:hover {
	text-decoration: underline;
}
.mainform .checkbox a {
	font-weight: 600;
}
.mainform .form-group {
	margin-bottom: 5px;
}
.mainform input {
	background: #022343;
	color: #ffffff;
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.mainform textarea {
	background: #022343;
	color: #ffffff;
	font-size: 14px;
	line-height: 23px;
	font-weight: 300;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 60px;
}
.mainform select, .mainform option {
	background: #022343;
	color: #ffffff;
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.mainform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ffffff;
	font-weight: 300;
}
.mainform input::-moz-placeholder { /* Firefox 19+ */
	color: #ffffff;
	font-weight: 300;
}
.mainform input:-ms-input-placeholder { /* IE 10+ */
	color: #ffffff;
	font-weight: 300;
}
.mainform input:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
	font-weight: 300;
}

.mainform input.btn-submit-form {
	background: #1a80b6;
	font-weight: bold;
	height: 60px;
	font-size: 24px;
}
.mainform input.btn-submit-form:focus, .mainform input.btn-submit-form:hover, .mainform input.btn-submit-form:active {
	background: #1a80b6;
	color: #ffffff;
}

/* overfooter */

.overfooter {
	padding-bottom: 25px;
}
.overfooter h1 {
	margin: 20px 0px 25px 0px;
}

/* FOOTER */

.footer {
	background: #f3f3f3;
	color: #023780;
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer a {
	color: #023780;
}
.footer a:hover {
	text-decoration: underline;
}
.footer p {
	margin: 0px;
}
@media (min-width: 768px) {
	.footer .row {
		padding-left: 75px;
		padding-right: 75px;
	}
}
@media (max-width: 480px) {
	.footer .row > div {
		width: 100% !important;
	}
}