/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700);
body {
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	color: #707070;
	font-weight: lighter;
	background: url('../img/back1280.jpg') repeat left;
	margin: 0;
	padding: 0;
	background-size: contain;
}


h1,h2,h3,h4,h5,h6 {
	font-family: 'Cuprum', sans-serif;
	line-height: 126%;
	margin: 25px 0;
	color: #DADADA;
}

}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
p {
	color: #707070;
}
a,
a:hover,
a:focus {
	color: #DADADA;
	text-decoration: none;
}

.nav > li > a{
	font-weight: normal;
}

.top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	margin: 0;
	padding: 0;
}

.audiotop {
	position: fixed;
	top: 0;
	z-index: 100;
}
.repaudio {
	position: fixed;
	top: 2px;
	left: 70px;
	z-index: 90;
	display: none;
}
.trad {
	position: fixed;
	top: 4px;
	right: 14px;
	z-index: 100;
}
.aud {
	cursor: pointer;
}

.contenidos {
	padding: 250px 0 0 0;
	min-width: 500px;
}
.contenidos2 {
	padding: 0;
	min-width: 500px;
}

.backneg {
	background: #000 url('../img/cont-back.jpg') no-repeat top center;
	background-size: contain;
}
.back000 {
	background: #000;
}
.backsem {
	background: #070a2d url('../img/sem-back.jpg') no-repeat top center;
	background-size: cover;
	margin: 0;
	padding: 220px 0 0 0;
}
.backper {
	background: #070a2d url('../img/perf-back.jpg') no-repeat top center;
	background-size: cover;
	padding: 30px 10px 2px 10px;
	margin: 0;
}

.video-pos {
	padding:12px 32px 18px 0;
	margin-left:-20px;	
}


.cajaf {
	padding-top: 260px;
}

.left {
	float: left;
}
.right {
	float: right;
}

.div-v-r {
	position: absolute;
	float: right;
	right: 8%;
    top: 37%;
    width: 28%;
}

.video-responsive {
	position: relative;
	padding-bottom: 50%; /* 56.25% = 16/9 ratio */
	padding-top: 20px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;

}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.vidbot {
	min-width: 620px;
	position: relative;
	z-index: 10;
	margin: 1px 18px;
}
.vidtop {
	min-width: 620px;
	z-index: 20;
	position: relative;
	top: -361px;
	margin: 0;
}
.vidplay {
	min-width: 620px;
	z-index: 22;
	position: relative;
	top: -640px;
	margin-right: 88px;
}
.vidtag {
	width: 438px;
	margin-right: 100px;
}


.pie {
	background:url('../img/pie1280.jpg') repeat-x center;
	font-size: 14px;
	padding: 8px;
	color: #FFF;
	min-width: 500px;
}
.pie2 {
	background:rgba(200,200,20,0.5);
	font-size: 14px;
	padding: 8px;
	margin: -200px 0;
}
.margimg {
	margin-top: -6px;
}

.eolik {
	width: 69%;
    float: right;
    font-family: 'Cuprum', sans-serif;
	color: #DADADA;
	text-align: center;
	font-size: 23px;
}

.conttxt {
	width: 46%;
    float: right;
    font-size: 28px;
    line-height: 185%;
    color: #DADADA;
}
.contf {
	padding-top: 50px;
	clear: both;
	width: 100%;
}

.botsi {
	position: absolute;
	right: 12px;
	z-index: 1000;
	color:#FFF;
	font-size: 18px;
	
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

a.eo {
	color: #FFF;
}
a.eo:hover {
	color: #9e2a1d;
}


.bc {
	margin: 10px 0;
}

.vidvim {
	width: 640px;
	height: 360px;
}





hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.home {
	background: #CCC url(../img/home-opt.jpg) repeat center;
	position: relative;
	width: 100%;
	position: relative;
	background-size: auto !100%;
}

.btn {
	border-radius: 5px;
	padding: 10px 35px;
	
}

.btn-primary {
	color: #333;
	background: #fff;
	border: 1px solid #66afe9;
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	border: none;
}

.btn-primary:hover {
	background: #fff;
	color: #000;
	border: none;

}

.btn-primary:before {
	content: '';
	position: absolute;
	border: #66afe9 solid 4px;
	border-radius: 8px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}

.btn-primary:hover:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}




.branded-section {
	width: 100%;
  	background-position 0px 0px;
  	background-repeat:  no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	
}
.branded-section p {
	color: #fff;
}
.masked {
	background: rgba(15, 15, 15, 0.4);
	background-image: url('../img/patern.png');
	width: 100%;
	height: 100%;
	display: block;
	padding: 80px 0;
}
.branded-section h1,
.branded-section h2,
.branded-section h3 {
	color: #fff;
}

.branded-section .heading {
	color: #fff;
	z-index: 1000;
}
.numbers {	
	background: url('../img/sep111.jpg') repeat center;	
	background-size: cover;
	background-attachment: fixed;
}
.numbers2 {	
	background: url('../img/sep22.jpg') repeat center;	
	background-size: cover;
	background-attachment: fixed;
}
.numbers3 {	
	background: url('../img/sep27.jpg') no-repeat center;	
	background-size: cover;
	background-attachment: fixed;
}

.valida {
	display: none;
	font-weight: normal;
    position: relative;
    top: -30px;
	font-size: 12px;
}


/********************************************
				CONTACT FORM
********************************************/
.form-group {
	margin: 10px 0 0 0 !important;
}

.contact-form .form-control {
	background: rgba(221, 221, 221, 0.7);
	margin-bottom: 15px;
	color: #000;
	border: 1px solid #092E6F;
}
.contact-form .form-control:focus {
	border: 2px solid #fff;
}
.contact-form .form-control:focus {
	background: rgba(221, 221, 221, 0.9);
}
.contact-form .heading {
	color: #fff;
}


/*****************************************
RESPONSIVE
*****************************************/
@media (min-width: 1071px) and (max-width: 1290px) {
	
	.backsem {
		padding: 210px 0 0 0;
	}
	.eolik {
		width: 66%;	
		font-size: 21px;
	}
}

@media (min-width: 871px) and (max-width: 1070px) {
	
	.backsem {
		padding: 185px 0 0 0;
	}
	.aud {
		width: 50px;
	}
	.pie {
		font-size: 13px;
		padding: 7px;
	}
	.eolik {
		width: 66%;	
		font-size: 20px;
	}

	.conttxt {
    	font-size: 22px;
	}
	.contf {
		padding-top: 25px;
	}
	.cajaf {
		padding-top: 210px;
	}
	.contenidos {
		padding: 250px 0 0 0;
	}
}

@media (min-width: 671px) and (max-width: 870px) {
	
	.backsem {
		padding: 155px 0 0 0;
	}
	.video-pos {
		padding:12px 28px 18px 0;
		margin-left:-8px;	
	}
	.aud {
		width: 42px;
	}
	.pie {
		font-size: 13px;
		padding: 6px;
	}
	.eolik {	
		width: 66%;
		font-size: 18px;
	}
	.conttxt {
    	font-size: 18px;
	}
	.contf {
		padding-top: 10px;
	}
	.cajaf {
		padding-top: 180px;
	}
	.contenidos {
		padding: 210px 0 0 0;
	}

}

@media (min-width: 490px) and (max-width: 670px) {

	.backsem {
		padding: 130px 0 0 0;
	}
	.video-pos {
		padding:8px 28px 18px 0;
		margin-left:-4px;	
	}
	.aud {
		width: 35px;
	}
	.pie {
		font-size: 12px;
		padding: 6px;
	}
	.eolik {	
		width: 66%;
		font-size: 16px;
	}
	.conttxt {
    	font-size: 15px;
	}
	.contf {
		padding-top: 0;
	}
	.cajaf {
		padding-top: 126px;
	}

	.vidvim {
		width: 480px;
		height: 270px;
	}
	.contenidos {
		padding: 190px 0 0 0;
	}
		
}

@media (max-width: 489px) {
	
	.backsem {
		padding: 120px 0 0 0;
	}
	.video-pos {
		padding:6px 28px 18px 0;
		margin-left:0;	
	}
	.aud {
		width: 32px;
	}
	.pie {
		font-size: 12px;
		padding: 6px;
	}
	.eolik {	
		width: 66%;
		font-size: 14px;
	}
	.conttxt {
    	font-size: 13px;
	}
	.contf {
		padding-top: 0;
	}
	.cajaf {
		padding-top: 110px;
	}
	.vidvim {
		width: 480px;
		height: 270px;
	}
	.contenidos {
		padding: 170px 0 0 0;
	}
	
}