
.sky-form .error{
	font-size: 14px;
	color: #d64631;
    font-weight: 700;

}



.sky-form .label {
	border-radius: 0;
	width: 100%;
	text-align: left;
	white-space: normal;
	color: inherit;
	font-size: 14px;
	font-weight:400;
    margin-bottom: -1.5rem;
}

.sky-form .input {
	
	width: 100%;

}

.sky-form .state-error + em {
    display: block;
    margin-top: -10px;
    padding: 7px 10px;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    color: #eb232e;
    padding-left: 15px;
}

.sky-form .message {
    display: none;
    color: #6fb679;
}


.sky-form.submited .message {
    display: block;
    padding: 25px 30px;
    
    text-align: center;
}

.sky-form.submited fieldset {
    display: none;
}


.sky-form .zidcapt .state-success input {
    background: #133517 !important;
}

.sky-form .zidcapt .state-error input {
    background: #351313 !important;
}


.sky-form .zidcapt .valid  {
    background: #2f482b !important;
}



.glitch-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.glitch {
  color: white;
    	font-weight:400;
  font-size: 100px;
  text-transform: upercase;
  position: relative;
  display: inline-block;
}
.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.glitch::before {
  left: 2px;
  text-shadow: -2px 0 #49FC00;
  clip: rect(24px, 550px, 90px, 0);
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}
.glitch::after {
  left: -2px;
  text-shadow: -2px 0 #b300fc;
  clip: rect(85px, 550px, 140px, 0);
  animation: glitch-anim 2.5s infinite linear alternate-reverse;
}
@-webkit-keyframes glitch-anim {
  0% {
    clip: rect(63px, 9999px, 4px, 0);
  }
  4.166666666666666% {
    clip: rect(141px, 9999px, 88px, 0);
  }
  8.333333333333332% {
    clip: rect(105px, 9999px, 113px, 0);
  }
  12.5% {
    clip: rect(22px, 9999px, 5px, 0);
  }
  16.666666666666664% {
    clip: rect(62px, 9999px, 72px, 0);
  }
  20.833333333333336% {
    clip: rect(108px, 9999px, 82px, 0);
  }
  25% {
    clip: rect(38px, 9999px, 21px, 0);
  }
  29.166666666666668% {
    clip: rect(45px, 9999px, 146px, 0);
  }
  33.33333333333333% {
    clip: rect(57px, 9999px, 59px, 0);
  }
  37.5% {
    clip: rect(126px, 9999px, 75px, 0);
  }
  41.66666666666667% {
    clip: rect(130px, 9999px, 115px, 0);
  }
  45.83333333333333% {
    clip: rect(48px, 9999px, 107px, 0);
  }
  50% {
    clip: rect(41px, 9999px, 136px, 0);
  }
  54.166666666666664% {
    clip: rect(13px, 9999px, 14px, 0);
  }
  58.333333333333336% {
    clip: rect(94px, 9999px, 19px, 0);
  }
  62.5% {
    clip: rect(10px, 9999px, 100px, 0);
  }
  66.66666666666666% {
    clip: rect(95px, 9999px, 99px, 0);
  }
  70.83333333333334% {
    clip: rect(28px, 9999px, 96px, 0);
  }
  75% {
    clip: rect(97px, 9999px, 15px, 0);
  }
  79.16666666666666% {
    clip: rect(113px, 9999px, 131px, 0);
  }
  83.33333333333334% {
    clip: rect(5px, 9999px, 123px, 0);
  }
  87.5% {
    clip: rect(51px, 9999px, 140px, 0);
  }
  91.66666666666666% {
    clip: rect(17px, 9999px, 24px, 0);
  }
  95.83333333333334% {
    clip: rect(22px, 9999px, 40px, 0);
  }
  100% {
    clip: rect(113px, 9999px, 88px, 0);
  }
}
@keyframes glitch-anim {
  0% {
    clip: rect(63px, 9999px, 4px, 0);
  }
  4.166666666666666% {
    clip: rect(141px, 9999px, 88px, 0);
  }
  8.333333333333332% {
    clip: rect(105px, 9999px, 113px, 0);
  }
  12.5% {
    clip: rect(22px, 9999px, 5px, 0);
  }
  16.666666666666664% {
    clip: rect(62px, 9999px, 72px, 0);
  }
  20.833333333333336% {
    clip: rect(108px, 9999px, 82px, 0);
  }
  25% {
    clip: rect(38px, 9999px, 21px, 0);
  }
  29.166666666666668% {
    clip: rect(45px, 9999px, 146px, 0);
  }
  33.33333333333333% {
    clip: rect(57px, 9999px, 59px, 0);
  }
  37.5% {
    clip: rect(126px, 9999px, 75px, 0);
  }
  41.66666666666667% {
    clip: rect(130px, 9999px, 115px, 0);
  }
  45.83333333333333% {
    clip: rect(48px, 9999px, 107px, 0);
  }
  50% {
    clip: rect(41px, 9999px, 136px, 0);
  }
  54.166666666666664% {
    clip: rect(13px, 9999px, 14px, 0);
  }
  58.333333333333336% {
    clip: rect(94px, 9999px, 19px, 0);
  }
  62.5% {
    clip: rect(10px, 9999px, 100px, 0);
  }
  66.66666666666666% {
    clip: rect(95px, 9999px, 99px, 0);
  }
  70.83333333333334% {
    clip: rect(28px, 9999px, 96px, 0);
  }
  75% {
    clip: rect(97px, 9999px, 15px, 0);
  }
  79.16666666666666% {
    clip: rect(113px, 9999px, 131px, 0);
  }
  83.33333333333334% {
    clip: rect(5px, 9999px, 123px, 0);
  }
  87.5% {
    clip: rect(51px, 9999px, 140px, 0);
  }
  91.66666666666666% {
    clip: rect(17px, 9999px, 24px, 0);
  }
  95.83333333333334% {
    clip: rect(22px, 9999px, 40px, 0);
  }
  100% {
    clip: rect(113px, 9999px, 88px, 0);
  }
}
@-webkit-keyframes glitch-anim-2 {
  6.666666666666667% {
    clip: rect(124px, 9999px, 64px, 0);
  }
  10% {
    clip: rect(95px, 9999px, 68px, 0);
  }
  13.333333333333334% {
    clip: rect(32px, 9999px, 149px, 0);
  }
  16.666666666666664% {
    clip: rect(50px, 9999px, 103px, 0);
  }
  20% {
    clip: rect(52px, 9999px, 61px, 0);
  }
  23.333333333333332% {
    clip: rect(63px, 9999px, 49px, 0);
  }
  26.666666666666668% {
    clip: rect(95px, 9999px, 115px, 0);
  }
  30% {
    clip: rect(50px, 9999px, 136px, 0);
  }
  33.33333333333333% {
    clip: rect(49px, 9999px, 27px, 0);
  }
  36.666666666666664% {
    clip: rect(149px, 9999px, 134px, 0);
  }
  40% {
    clip: rect(44px, 9999px, 141px, 0);
  }
  43.333333333333336% {
    clip: rect(39px, 9999px, 97px, 0);
  }
  46.666666666666664% {
    clip: rect(87px, 9999px, 54px, 0);
  }
  50% {
    clip: rect(73px, 9999px, 117px, 0);
  }
  53.333333333333336% {
    clip: rect(64px, 9999px, 97px, 0);
  }
  56.666666666666664% {
    clip: rect(123px, 9999px, 147px, 0);
  }
  60% {
    clip: rect(81px, 9999px, 3px, 0);
  }
  63.33333333333333% {
    clip: rect(4px, 9999px, 55px, 0);
  }
  66.66666666666666% {
    clip: rect(4px, 9999px, 55px, 0);
  }
  70% {
    clip: rect(4px, 9999px, 116px, 0);
  }
  73.33333333333333% {
    clip: rect(81px, 9999px, 109px, 0);
  }
  76.66666666666667% {
    clip: rect(22px, 9999px, 58px, 0);
  }
  80% {
    clip: rect(47px, 9999px, 65px, 0);
  }
  83.33333333333334% {
    clip: rect(39px, 9999px, 104px, 0);
  }
  86.66666666666667% {
    clip: rect(12px, 9999px, 21px, 0);
  }
  90% {
    clip: rect(46px, 9999px, 133px, 0);
  }
  93.33333333333333% {
    clip: rect(4px, 9999px, 76px, 0);
  }
  96.66666666666667% {
    clip: rect(35px, 9999px, 150px, 0);
  }
  100% {
    clip: rect(55px, 9999px, 22px, 0);
  }
}
@keyframes glitch-anim-2 {
  6.666666666666667% {
    clip: rect(124px, 9999px, 64px, 0);
  }
  10% {
    clip: rect(95px, 9999px, 68px, 0);
  }
  13.333333333333334% {
    clip: rect(32px, 9999px, 149px, 0);
  }
  16.666666666666664% {
    clip: rect(50px, 9999px, 103px, 0);
  }
  20% {
    clip: rect(52px, 9999px, 61px, 0);
  }
  23.333333333333332% {
    clip: rect(63px, 9999px, 49px, 0);
  }
  26.666666666666668% {
    clip: rect(95px, 9999px, 115px, 0);
  }
  30% {
    clip: rect(50px, 9999px, 136px, 0);
  }
  33.33333333333333% {
    clip: rect(49px, 9999px, 27px, 0);
  }
  36.666666666666664% {
    clip: rect(149px, 9999px, 134px, 0);
  }
  40% {
    clip: rect(44px, 9999px, 141px, 0);
  }
  43.333333333333336% {
    clip: rect(39px, 9999px, 97px, 0);
  }
  46.666666666666664% {
    clip: rect(87px, 9999px, 54px, 0);
  }
  50% {
    clip: rect(73px, 9999px, 117px, 0);
  }
  53.333333333333336% {
    clip: rect(64px, 9999px, 97px, 0);
  }
  56.666666666666664% {
    clip: rect(123px, 9999px, 147px, 0);
  }
  60% {
    clip: rect(81px, 9999px, 3px, 0);
  }
  63.33333333333333% {
    clip: rect(4px, 9999px, 55px, 0);
  }
  66.66666666666666% {
    clip: rect(4px, 9999px, 55px, 0);
  }
  70% {
    clip: rect(4px, 9999px, 116px, 0);
  }
  73.33333333333333% {
    clip: rect(81px, 9999px, 109px, 0);
  }
  76.66666666666667% {
    clip: rect(22px, 9999px, 58px, 0);
  }
  80% {
    clip: rect(47px, 9999px, 65px, 0);
  }
  83.33333333333334% {
    clip: rect(39px, 9999px, 104px, 0);
  }
  86.66666666666667% {
    clip: rect(12px, 9999px, 21px, 0);
  }
  90% {
    clip: rect(46px, 9999px, 133px, 0);
  }
  93.33333333333333% {
    clip: rect(4px, 9999px, 76px, 0);
  }
  96.66666666666667% {
    clip: rect(35px, 9999px, 150px, 0);
  }
  100% {
    clip: rect(55px, 9999px, 22px, 0);
  }
}

.webshopcontrol1{
display: block;
	position:fixed;
	width:350px;
	height:50px;
	background-color: #000;
	
	top:180px;
	right:-294px;
	z-index: 150;
	text-align: left;
font-size: 22px;
    font-weight: 600;
	
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	
}




.webshopcontrol1:hover{



    -webkit-transform: translateX(-110px);
    -moz-transform: translateX(-110px);
    -ms-transform: translateX(-110px);
    -o-transform: translateX(-110px);
    transform: translateX(-110px);
}

.webshopcontrol1 a{

	color: #FFFFFF;
	
}






.webshopcontrol2{
display: block;
	position:fixed;
	width:350px;
	height:50px;
	background-color: #000;
	
	top:235px;
	right:-294px;
	z-index: 150;
	text-align: left;
font-size: 22px;
    font-weight: 600;

	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
   border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	
}




.webshopcontrol2:hover{



    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    transform: translateX(-90px);
}

.webshopcontrol2 a{

	color: #FFFFFF;
	
}







.webshopcontrol3{
display: block;
	position:fixed;
	width:350px;
	height:50px;
	background-color: #000;
	
	top:290px;
	right:-294px;
	z-index: 150;
	text-align: left;
font-size: 22px;
    font-weight: 600;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
        border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	
}




.webshopcontrol3:hover{



    -webkit-transform: translateX(-124px);
    -moz-transform: translateX(-124px);
    -ms-transform: translateX(-124px);
    -o-transform: translateX(-124px);
    transform: translateX(-124px);
}

.webshopcontrol3 a{

	color: #FFFFFF;
	
}




#map {

width: 100%;
height: 400px;
}

.map iframe {
		
width: 100%;
height: 320px;
border: solid 1px #ccc;
padding: 2px;
background: #222;
}

.map-container{
	
height: 500px;
overflow:hidden;
}


#content  {
	width:100%;
	background:#fff;
	padding:90px 0 0px 0;
	z-index:100;
	}
	
	.de_light #content{
	background:#fff;
	}
		
	
	#content{
	background:#333;
	}



.no-bottom {
padding-bottom: 0 !important;
}
.no-top {
padding-top: 0 !important;
}



section{padding:0px 0 0px 0;}
	section{background:#18191b;}
	
	.de-navbar-left .container-fluid .container{
	width:100% !important;
	}
	
	.de-navbar-left section{
	padding:70px;
	}
	
	.de_light section{
	background:#343434;
	}
	
	.section-fixed {
	position:fixed;
	width:100%;
	min-height:100%;
	height:auto;
	}

body  {
    line-height: 1;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	font-family: Rockwell;
}



.icon-1.instagram svg {
    width: 40px;
    height: 40px;
}

.icon-2.facebook svg {
    width: 40px;
    height: 40px;
}

.icon-3.googleplus svg {
    width: 40px;
    height: 40px;
}


.icon-1 svg * {
    fill: #fff;
}

.icon-2 svg * {
    fill: #fff;
}

 .icon-3 svg * {
    fill: #fff;
} 



@font-face {
	font-family: 'Rockwell';
	src: url('../fonts/Rockwell.eot?') format('eot'), 
	     url('../fonts/Rockwell.woff') format('woff'), 
	     url('../fonts/Rockwell.ttf')  format('truetype'),
	     url('../fonts/Rockwell.svg#Rockwell') format('svg');
}

@font-face {
	font-family: 'Rockwell-Italic';
	src: url('../fonts/Rockwell-Italic.eot?') format('eot'), 
	     url('../fonts/Rockwell-Italic.woff') format('woff'), 
	     url('../fonts/Rockwell-Italic.ttf')  format('truetype'),
	     url('../fonts/Rockwell-Italic.svg#Rockwell-Italic') format('svg');
}

@font-face {
	font-family: 'Rockwell-Bold';
	src: url('../fonts/Rockwell-Bold.eot?') format('eot'), 
	     url('../fonts/Rockwell-Bold.woff') format('woff'), 
	     url('../fonts/Rockwell-Bold.ttf')  format('truetype'),
	     url('../fonts/Rockwell-Bold.svg#Rockwell-Bold') format('svg');
}

.text-center {
    text-align: center;
}


.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}


.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}




a, .btn, .btn * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


a:link 
{ 
text-decoration:none; 
} 


	.error {
	
	border:none;
margin-bottom: 23px;
	color: #d9534f;
	margin-top: -9px;
	font-size: 19px;
	}
	.success {
	padding:20px;
	display: none;
	color: #5cb85c;
	border:solid 1px #5cb85c;
	margin-bottom: 20px;
	font-size: 19px;
	}
	.error img {
	vertical-align: top;
	}
	.full {
	width: 98%;
	}

	#sky-form{
	margin-top:20px;
	}
	
	#sky-form input[type=text],#sky-form textarea,#sky-form input[type=email],#search{
	padding:10px;
	margin-bottom:20px;
	color:#fff;
	border:solid 1px rgba(0,0,0,.3);
	background:rgba(0,0,0,.2);
	border-radius:0 !important;
	height:auto;
	}

	.de_light #sky-form input[type=text],.de_light #sky-form textarea,.de_light #sky-form input[type=email], .de_light #search
		{
		border:solid 1px #ddd;
		background:#f5f5f5;	
		color:#333 !important;
		}

	
	
	
	#sky-form input[placeholder],#sky-form textarea[placeholder]{
	color:#eee;
	}
	#sky-form input[type=submit]{
	background:none;
	}
	
	#sky-form input[type=submit]:hover{
	color:#fff !important;
	background:#111;
	border-color:#111;
	}
	
	#sky-form textarea{
	height:165px;
	}
	
	.error_input{
	border-color:#D31E2B !important;
	}


.textoground{
	
  
   
	font-family: Rockwell;
	font-size:14px;
	line-height:22px;
    text-transform: uppercase;
    color: #777;
   
}


.textoground  a {
	
	color: #777;
	text-decoration: none;
	
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.textoground  a:hover {
	
	color: #fff;
	
}


.btn-custom-1 {
	
    background: transparent;
    border: 1px solid #ffffff;
    padding: 3px 30px;
	font-family: Rockwell;
	font-size:16px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btn-custom-1:hover{background:#ffffff;color:#1f1f1f;border-color:#1f1f1f}
    .btn-custom-1:focus,
    .btn-custom-1.focus,
    .btn-custom-1:active{background:transparent;color:#ffffff;}

.footer-container{
   background: rgba(020,020,020,1);
    margin-top: 100px;
    overflow: hidden;
	padding-top: 122px;
    padding-bottom: 122px;
    position: relative;
    z-index: 9; 
}
.clear  {
    clear: both;
}

.lined{
   
	    border-top: 1px solid #222;
    padding-top: 42px;
    margin-top: 27px;
}


.panelbox{
    margin:20px;
}

h2{
	font-weight:300;
	font-family: Rockwell;
	font-size: 100px;
	font-weight:inherit;
	
}



h3 {
	font-weight:300;
	font-family: Rockwell;
	font-size: 18px;
	line-height:26px;
	font-weight:inherit;
	text-transform:uppercase;
	
}

h2 a{
	
	color:#fff;
	
}


h2 a:hover{
	
	color:#ddd;
	
}

address span{
	
	font-weight:300;
	font-family: Rockwell;
	font-size: 16px;
	line-height:24px;
	display:block;
}

.logo-menu{
float: right;
    margin-right: 30px;
}
.content-menu {
	overflow: hidden;
	margin-bottom: 50px;
	background: rgba(255, 255, 255, 0.97);
	
	padding: 8px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	line-height: 31px;
	top:0px;
}
.menu li {
	float: left;
	margin-right: 40px;
	font-family: Rockwell;
	font-size: 16px;
	list-style-type:none;
}
.menu li a {
	text-transform: uppercase;
	color: #000;
    font-weight: 600;
	text-decoration: none;
	position: relative;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu li a:hover {
	
	color: #333;
	
}

.menu .current-menu-item a {
	color: #4A4A4A;
}
/*.menu li a.active:before {
	content:'TRAGALUZ';
    position: absolute;
    width: 69px;
    height: 20px;
    right: 0;
    left: 0;
    top: 46px;
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg); 
	transform: rotate(90deg);
    margin: auto;
    opacity: 1;
    -webkit-transition: all .2s;transition: all .2s;-moz-transition: all .2s;
}*/
.menu li a span {
	position: absolute;
    width: 69px;
    height: 20px;
    right: 0;
    left: 5px;
    top: 58px;
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg); 
	transform: rotate(90deg);
	display: none;
	margin: auto;
}
#menu-item-152 a span {
	left: -5px;
}
#menu-item-262 a span {
	left: -5px;
}
.lang {
	position: relative;
	top: 5px;
}
.lang ul {
	border-top: none !important;
}
.lang ul li a{
	font-family: OPTIVenBolCon;
	font-size: 22px !important;
	text-transform: uppercase;
	background: transparent !important;
	color: white !important;
	padding-left: 0 !important;
}
.ex {
	background: url(img/ex.png) 0 4px no-repeat;
	width: 5px;
    height: 39px;
    display: inline-block;
    margin-right: -3px;
}
.texto-promo .ex {
	background: url(img/ex.png) 0 0 no-repeat;
	height: 35px;
}
.link-blue{
	color: #337ab7;
}
.link-blue:hover {
	text-decoration: underline;
}





@media (max-width: 997px) {

.footer-container{
	
	
	    padding-top: 57px !important;
    padding-bottom: 62px !important;
	
 text-align:center !important;
}

.paddingfoot{
	
	
	    padding-top: 10px !important;
   
}


.lined {

    margin-top: -19px !important;
}

}



@media (max-width: 767px) {
	
	.glitch {
 
  font-size: 40px;

}
	
	
	
	.menu li {
	float: left;
	margin-left: -19px;
	
}
	
	
	
	h2{
	font-weight:400;
	font-family: Rockwell;
	font-size: 40px;
	font-weight:inherit;
	
}
	
	
	.panelbox .logo-page img {
    width: 80% !important;
    height: auto;
}



.btn-custom-1 {
   
  
    padding: 3px 17px;
  
    font-size: 18px;

}


.panelbox ul li {
    padding-right: 11px !important;
}


	
.content-home {
    height: 10634.1px;
    padding-top: 76px;
}
	
	.content-menu-desplegar {
		display: none;
		padding-top: 10px;
		overflow: hidden;
    	width: 100%;
    	clear: both;   
		 padding-bottom: 15px;
	}
	nav {width: 100%;}
	.menu li {
		width: 100%;
	}
  	.menu li a {
  		width: 100%;
  		border-top: 1px solid #ddd;
  		padding: 19px 0 1px;
  		display: block;
  	}
  	.menu-mv {
  		width: 26px;
  		float: left;
  		padding-top: 14px;
  	}
  	.menu-mv .line {
  		    width: 100%;
    height: 3px;
    background: #000;
    margin-bottom: 5px;
    margin-left: 26px;
    margin-top: 2px;
  	}
  	.content-menu {
  		padding: 8px 0 0;
  		background: rgba(255, 255, 255, 0.97);
  	}
  	.lang {
   		padding-top: 11px;
    	margin-top: -5px;
    	float: right;
    	margin-right: 20px;
  	}
  	.menu-footer-header {
		font-family: OPTIVenBolCon;
		font-size: 22px;
		text-transform: uppercase;
		background: transparent;
		color: white;
		padding-left: 0;
		margin-top: 2px;
		padding-bottom: 10px;
  	}
  	.menu-footer-header ul li a {
  		color: white;
  	}
  	.menu-footer-header ul li a {
    	width: 100%;
    	border-top: 1px solid white;
    	padding: 8px 0 4px;
    	display: block;
  	}
  	.content-social-header {
  		margin-top: 15px;
  		margin-bottom: 15px !important;
  	}
}


.videoWrapper {
	position: relative;
	padding-bottom: 39.85%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-aspect-ratio: 16/9){

.video-foreground {
    height: 200px;
    top: -100%;
}
}

.content-home {
    height: 15634.1px;
    padding-top: 55px;
}


.content-contact {
  
    padding-top: 55px;
}

.wrapper {
    position: fixed;
    width: 100%;
}

.wrapper .box {
    width: 50%;
    text-align: center;
    font-size: 160%;
    color: #fff;
    float: left;
}


.box img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}


.panelbox .logo-page img {
    width:50%;
	height:auto;
}

.center88 {
    position: absolute;
    transform: translateY(895.667px);
    width: 100% !important;
    bottom: 72.5%;
    z-index: 1;
}


.center2 {
    position: absolute;
    transform: translateY(895.667px);
    width: 100% !important;
    bottom: 11.5%;
    z-index: 1;
}


.center3 {
    position: absolute;
    transform: translateY(895.667px);
    width: 100% !important;
    bottom: -40%;
    z-index: 1;
}


.center4 {
    position: absolute;
    transform: translateY(895.667px);
    width: 100% !important;
    bottom: -78%;
    z-index: 1;
}


ul {
   list-style:none;
}


.panelbox ul {
   list-style:none;
   display:inline-flex;
   margin-left:-20px;
}

.panelbox ul li{
  padding-right:30px;
}


.icon-1:hover, .icon-2:hover, .icon-3:hover {
  border-radius: 100%;
  color: #0e1a25;
  fill: #0e1a25;
  -webkit-transform: scale(1.25) !important;
          transform: scale(1.25) !important;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s ease-out !important;
  transition: background-color 0.5s, -webkit-transform 0.5s ease-out !important;
  transition: background-color 0.5s, transform 0.5s ease-out !important;
  transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out !important;
}

.icon-1 {
  color: #d94a26;
  fill: #d94a26;
}


.icon-2 {
  color: #d96e26;
  fill: #d96e26;
}


.icon-3 {
  color: #d99126;
  fill: #d99126;
}


.subfooter {
    background: #222;
    padding: 30px 0 30px 0;
	text-align:center;
	font-family: Rockwell;
	font-size:12px;
    text-transform: uppercase;
    color: #666;
}