fhtml, body {
margin: 0;
padding: 0;
line-height:0;
overflow-x:hidden;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
line-height:normal;
font-weight:normal;
color:#002b47;
margin: 0;
padding: 0;
padding-top:53px;
background-color:#fff;
}


body.page{
    background-image: url(../img/bgPage.jpg);
	background-repeat:repeat-y;
	background-position:left -55px;
    background-attachment: fixed;
}


a{text-decoration:none; color:#002b47;}
a:hover{text-decoration:none; outline:none;}
a:focus, object:focus, input:focus, textarea:focus {text-decoration:none; outline:none;}

form, p{margin:0px; padding:0px; display:block;}

figure{
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

sub, sup{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

ul, li{
margin:0px;
padding:0px;
list-style:none;
list-style-type:none;
}

h1, h2, h3, h4, h5, h6{
display:inline;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:normal;
line-height:normal;
text-align:left;
}

h1{
	display:block;
	font-family: 'Merriweather', sans-serif;
	font-size:38px;
	font-weight:bold;
	color:#002b47;
	margin-bottom:4px;
}

h2{
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:normal;
	color:#002b47;
	font-size:25px;
	margin-bottom:22px;
}

h3{
    display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#002b47;
	font-size:22px;
    border:3px solid #fb6708;
    border-radius:13px;
    padding: 0px 21px;
    height: 41px;
    line-height: 41px;
    margin-bottom:10px;
    position: relative;
}

h3:before{
    display: block;
    position: absolute;
    left: 14px;
    top:-4px;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
}

h3:after{
    display: block;
    position: absolute;
    right: 12px;
    bottom:-15px;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url("../img/talk.png");
    background-repeat: no-repeat;
    background-position: right top;
}

section{
	max-width:2560px;
	margin:0px auto;
}

.wrap{
	width:1220px;
	max-width:1220px;
	margin: 0px auto;
	position: relative;
	padding:30px 0px;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#002b47;
	font-size:22px;
}

.wrap p {
  margin: 0.5em 0em;
}

header{
    width: 100%;
    min-height:53px;
    position: fixed;
    top: 0;
    z-index:99;
    background-color:#323232;
    background: rgba(50, 50, 50, 0.95);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}


header .wrap{
	padding:0px;
	font-size:0;
}

#langs {
	display: block;
	position: absolute;
	right:0px;
	top:0px;
	height:53px;
	line-height:53px;
	z-index: 95;
	text-align:right;
    text-transform: uppercase;
}

#langs a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight:300;
	display: block;
	height:53px;
	line-height:36px;
	padding-right:19px;
	background-image: url(../img/dropdown.png);
	background-repeat: no-repeat;
	background-position: right 13px;
}

#subLangs {
	position: absolute;
	right:0px;
	top:53px;
    padding: 4px 19px 4px 10px;
	z-index: 95;
    display: none;
	min-width: 56px;
	text-align:right;
	background-color:#323232;
    background: rgba(50, 50, 50, 0.95);
}


#subLangs a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight:300;
	display: block;
	height:18px;
	line-height:18px;
    text-transform: uppercase;
}

#subLangs a:hover{
	color:#fb6708;
}

a.logoMob{
    display: none;
}

a.menuMob{
	display:none;
	position:absolute;
	right:4%;
	top:14px;
	z-index:95;
	width:27px;
	height:24px;
	background-image: url(../img/bgMenuX.png);
	background-repeat:no-repeat;
	background-position:left top;
		transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

a.menuActive{
	background-position:left -24px;
}

#menuOverlay{
	display:none;
	position:fixed;
	left:0;
	top:-175%;
	z-index:92;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0);
	width:100%;
	height:100vh;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#menuOverlay.active{
	top:0;
	background: rgba(0, 0, 0, 0.9);
}

#menuOverlay .wrap {
    text-align: center;
    padding-top:50px;
}

#menuOverlay ul{
	display:inline-block;
	text-align:center;
}


#menuOverlay ul > li{
	margin:0px;
	display:block;
	text-align:center;
    padding: 8px 12px 6px 12px;
	border-bottom:1px solid #82827e;
}

#menuOverlay ul > li.langs{
    padding-bottom: 15px;
}

#menuOverlay ul > li.langs a{
    font-size: 16px;
    line-height: 26px;
    color: #bcbcbc;
    padding: 0px 5px;
}

#menuOverlay ul > li.sm{
    padding-top: 25px;
    border: 0px;
}

#menuOverlay ul > li.sm a{
    padding: 0px 12px;
    opacity: 0.75;
}

#menuOverlay ul > li.sm a img{
    height: 32px;
}


#menuOverlay ul > li a{
	display:inline-block;
    vertical-align: middle;
	height:auto;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size:22px;
	line-height:26px;
	color: #ffffff;
	font-weight:300;
    text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#menuOverlay ul > li a.sel{
    color: #fb6708;
}

#menuOverlay ul > li a:hover{
	opacity:0.8;
}


#menu{
	display:inline-block;
	text-align:center;
	margin-top:50px;
	width:100%;
}


#menu > li{
	margin:0px;
	display:block;
	text-align:center;
	padding:9px 0px;
	border-top:1px solid #a1b1bb;
}

#menu > li:first-child{
	border-top:0px;
}

#menu > li a{
	display:block;
	height:auto;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #003f1f;
	font-size:21px;
	line-height:24px;
  text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#menu > li a:hover, #menu > li a.sel{
	color:#9ccc74;
}

#menu > li.langs{
  display: block;
	text-align:center;
	font-size:12px;
}

#menu > li.langs a{
	display:inline-block;
	vertical-align:middle;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #003f1f;
	font-size: 16px;
}

#menu > li.langs a:hover, #menu > li.langs a.sel{
	color:#9ccc74;
}


.menu{
	display:block;
	margin:0px auto;
	text-align:left;
}

.menu li{
	display:inline-block;
	vertical-align:middle;
	padding:0px 14px;
	line-height:53px;
	height:53px;
    position:relative; 
}

.menu li a{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
    display:inline-block;
    vertical-align:middle;
	color:#FFF;
	font-size:19px;
	text-transform:uppercase;
    line-height:53px;
	height:53px;
	transition: color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
}

.menu li:first-child{
    padding: 0px;
    padding-right:14px;
}

.menu li:first-child a{
    font-family:'Antonio', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: #fb6708;
}

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

.menu li a.sel{
	color:#fb6708;
    background-image: url("../img/arrowMenu.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.top{
}



.videoHome {
    height: 100vh;
    width: 100%;
}

.mobHome{
    display: none;
}

.videoHome h1{
	font-family:'Antonio', Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#ffffff;
	display:block;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    margin-top: 10px;
}

.videoHome h2{
	font-family:'Antonio', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	display:block;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}


.mobHome h1{
	font-family:'Antonio', Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#ffffff;
	display:block;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    padding-top: 63px;
}

.mobHome h2{
	font-family:'Antonio', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	display:block;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}


.mobHome .button{
    display: block;
    width: 52%;
    margin: 0px auto;
    background-color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

#logoMob{
    display: block;
    margin: 0px auto;
    text-align: center;
}

#logoMob img{
    width: 105px;
}

#years10Mob{
    display: block;
    margin: 0px auto;
    text-align: center;
    margin-top: 15px;
}

#years10Mob img{
    width: 175px;
}

#iatiMob{
    display: block;
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

#iatiMob img{
    width:65%;
}


#video-wrap {
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height:100vh;
    z-index:-10;
    overflow:hidden;
}

#mvideo {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;   
}

#iati {
    display: block;
    position: absolute;
    left: 50%;
    bottom:80px;
    transform: translate(-50%,0);
}

#logo{
    display: block;
    position: absolute;
    left:32px;
    top:63px;
}

#years10{
    display: block;
    position: absolute;
    right:-7px;
    top:63px;
}

.homeFoot{
	display:block;
	position:absolute;
	left:0px;
	bottom:10px;
	width:100%;
	text-align:center;
	z-index:89;
}

.homeFoot a {
  display: block;
}

.homeItems .wrap ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
    margin-bottom:30px;
}

.homeItems .wrap ul.odd{
    flex-direction: row-reverse;
}


.homeItems .wrap ul li{
	display:block;
	overflow:hidden;
	width: 48.5%;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
    font-size: 25px;
    color: #002b47;
    text-align: right;
    position: relative;
}

.homeItems .wrap ul li:first-child{
    width: 46.5%;
}

.homeItems .wrap ul.odd li{
    text-align: left;
}

.homeItems .wrap ul li img{
    display: block;
    width: 100%;
}

.homeItems .wrap ul li em{
    display: block;
    text-align: right;
    font-size: 80px;
    color: #d6dadd;
    font-style: normal;
}

.homeItems .wrap ul.odd li em{
    text-align: left;
}

.homeItems .wrap ul li strong{
   display: block;
    text-align: right;
    font-size: 60px;
    line-height: 62px;
    margin-bottom: 5px;
    color: #002b47;
    font-style: normal;
    font-weight: bold;
}

.homeItems .wrap ul.odd li strong{
    text-align: left;
}

.homeItems .wrap ul li a{
    display: block;
    position: absolute;
    right: 0px;
    bottom:32px;
}

.homeItems .wrap ul.odd li a{
    right:auto;
    left: 0px;
    
}

.bannerMap{
width:100%;
height:auto;
min-height: 100px;
background-attachment: fixed;
background-repeat: no-repeat;
background-image: url("../img/mapx.jpg");
background-size: 100% auto;
overflow: visible;
}

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


.bannerMap .wrap em{
    display: block;
    text-align: center;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
    font-size: 60px;
    color: #002b47;
    text-transform: uppercase;
}

.bannerMap .wrap h1{
    font-family: 'Antonio', Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #002b47;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.bannerMap .wrap h2{
    font-family: 'Antonio', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #002b47;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
}


.bannerMap .wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top:45px;
}

.bannerMap .wrap ul li{
    width: 23.5%;
    margin: 0px 34px;
    text-align: center;
    font-size: 22px;
}

.bannerMap .wrap ul li a{
    display: block;
    margin: 0px auto;
    margin-bottom: 12px;
    padding: 0px 5px;
    background-color: #fff;
}

.bannerMap .wrap ul li a:hover{
    background-color:#efefef;
}

.bannerMap .wrap ul li img{
    display: inline-block;
    margin-top: 26px;
}

.bannerHome1{
width:100%;
height:auto;
min-height: 100px;
background-attachment: fixed;
background-repeat: no-repeat;
background-image: url("../img/banner1.jpg");
background-size: 100% auto;
overflow: visible;
}

.bannerHome2{
    background-image: url("../img/banner2.jpg");
}


.bannerHome1 .wrap em{
    display: block;
     font-style: normal;
    font-family: 'Antonio', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #fb6708;
	text-transform:uppercase;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
}

.bannerHome1 .wrap span{
    display: block;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
    font-size: 31px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
}

.bannerHome1 .wrap h1{
    display: block;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
    font-size: 60px;
    color: #fff;
    text-align: right;
    text-transform:uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
     margin-bottom: 0px;
    margin-top: 82px;
}

.bannerHome1 .wrap h2{
    display: block;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
    font-size: 40px;
    color: #fff;
    text-align: right;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
    margin-bottom: 0px;
}

.topPage .wrap ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
    margin-bottom:30px;
}

.topPage .wrap ul li{
	display:block;
	overflow:hidden;
	width: 57%;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
    font-size: 25px;
    color: #002b47;
    text-align: right;
    position: relative;
}

.topPage .wrap ul li:first-child{
    width: 39%;
}


.topPage .wrap ul li img{
    display: block;
    width: 100%;
    border-bottom-right-radius: 40px;
}

.topPage .wrap ul li em{
    display: block;
    text-align: right;
    font-size: 80px;
    color: #d6dadd;
    font-style: normal;
}


.topPage .wrap ul li strong{
   display: block;
    text-align: right;
    font-size: 60px;
    line-height: 62px;
    margin-bottom: 5px;
    color: #002b47;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.introPage .wrap{
    padding-top: 5px;
}


.itemPage .wrap h1{
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
    font-size: 25px;
    color: #FFF;
	height:42px;
	line-height:42px;
    background-color: #002b47;
    margin:0px;
    padding: 0px;
    border-bottom-left-radius:8px;
    border-top-left-radius:8px;
    display: inline-block;
    vertical-align: top;
    padding-left: 18px;
    min-width: 43%;
    position: relative;
    margin-bottom: 27px;
}


.itemPage .wrap h1:after{
    content:'';
    display:block;
    position:absolute;
    top:0px;
    right:-28px;
    width:28px;
    height:42px;
    background-image: url("../img/arrowRight.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.itemPage .wrap h1 strong{
    display:block;
    position:absolute;
    right:28px;
    top: 0px;
    font-weight: bold;
    color: #fb8608;
}

.itemPage .wrap h1.camper:before{
    content:url('../img/icons/icon1.png');
    display:block;
    position:absolute;
    top:-70px;
    left: 156px;
}

.itemPage .wrap h1.ciclo:before{
    content:url('../img/icons/icon2.png');
    display:block;
    position:absolute;
    top:-60px;
    left: 156px;
}

.itemPage .wrap h1.visit:before{
    content:url('../img/icons/icon3.png');
    display:block;
    position:absolute;
    top:-68px;
    left: 156px;
}

.itemPage .wrap .alertItem{
    font-size: 25px;
    text-align: center;
    padding:17px 24px;
    margin: 38px auto;
    width: 72%;
    border: 1px solid #929292;
}

.itemPage .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}


.itemPage .wrap ul li{
    width: 47.25%;
    font-size: 19px;
    margin-bottom: 35px;
}

.itemPage .wrap ul li strong{
    font-size: 22px;
}


.itemPage form .customInput{
	display:block;
	width:100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
    color: #002b47;
	height:33px;
	line-height:33px;
	border-radius:0;
	border:0px;
	border-bottom:1px solid #cccccc;
	text-indent:0px;
	margin-top:15px;
    background-color: transparent;
}

.itemPage form .customInput#captcha{
	width:60%;
	display:inline-block;
    vertical-align: middle;
	margin-left:14px;
}


.itemPage form#formContact .customInput#captcha{
    margin-left: 0px;
    margin-right: 14px;
    width:62%;
}

.itemPage form select.customInput{
    border: 1px solid #cccccc;
    width: auto;
    min-width: 45%;
    border-radius: 5px;
    color: #7c7c7c;
    opacity: 1;
    padding-left: 4px;
    margin-top:8px;
    margin-bottom: 8px;
}

.itemPage form img{
	height:34px;
	margin-top: 15px;
	display:inline-block;
	vertical-align:middle;
}

.itemPage form .lopd{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	line-height:11px;
	color:#545454;
    margin-top:15px;
}

.itemPage form .lopd strong{
    font-size:9px !important;
}

.itemPage form .lopd label{
	display:block;
	margin-bottom:3px;
}
.itemPage form .lopd a{
    color:#545454;
    text-decoration: underline;
}

.itemPage form .button{
	float:right;
    margin-top: 25px;
    background-color: #fb6708;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #fb6708;
}

.itemPage form .button:hover{
    opacity: 0.75;
}

.itemPage form .customInput.error {
    border-bottom: 1px solid #FB6969;
}

.formSending, .formOk{
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 30px;
    display: none;
}

.faqs{
    
}

.faqs .wrap .faq{
    display: block;
    padding-left: 36px;
    min-height: 40px;
    cursor: pointer;
    background-image:url(../img/minus.png);
    background-image:url(../img/plus.png); 
    background-repeat: no-repeat;
    background-position: left 4px;
    margin-bottom: 18px;
}

.faqs .wrap .faq.active{
     background-image:url(../img/minus.png);
}

.faqs .wrap a{
    display: block;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
    color: #002b47;
    border-bottom: 1px solid #002b47;
}

.faqs .wrap a span{
    font-weight: bold;
    display: block;
}

.faqs .wrap a em{
      display: none;
    font-style: normal;
    padding-top: 8px;
}


.downloads .wrap ul {
	display: flex;
	flex-flow: row wrap;
    align-items: end;
	justify-content:flex-start;
    margin-top: 45px;
}

.downloads .wrap ul li{
    font-family: 'Roboto Condensed', sans-serif;
	color:#002b47;
	font-size:25px;
	font-weight:300;
    position: relative;
    width: auto;
    margin-bottom: 0px;
}

.downloads .wrap ul li:first-child{
    padding-left: 98px;
    min-width: 33.3333%;
    padding-right: 36px;
    border-right:1px solid #002b47;
    background-image: url(../img/file.png);
	background-repeat:no-repeat;
	background-position:left top;
    margin-right: 38px;
    min-height: 95px;
    margin-bottom: 0px;
}

.downloads .wrap ul li span{
    display: block;
    position: absolute;
    left: 0px;
    top: 46px;
    width: 75px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 26px;
}

.downloads .wrap ul li strong{
    font-weight: normal;
    display: block;
    font-size: 25px;
}

.downloads .wrap ul li em{
    font-size: 17px;
    font-style: normal;
    line-height: 34px;
    
}

.downloads .wrap ul li a.button{
     font-weight: normal;
}


.gallery{
    
}

.gallery .wrap{
  padding-bottom: 10px;
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  /* Your container needs a fixed height, and it 
   * needs to be taller than your tallest column. */
  height:125px;
  background-image: url(../img/bgShadow.png);
  background-repeat:no-repeat;
  background-position:center bottom;
}


.gallery img.loading{
    display: block;
    position: absolute;
    left:50%;
    transform:translateX(-50%);
}

.gallery .item {
  width: 32.75%;
  margin-bottom: 10px; /* Optional */
  transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
  opacity: 0;
}

.gallery .item a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery .item img{
    width: 100%;
    display: block;
    height: 100%;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
}

.gallery .item a:hover img{
    opacity: 0.8;
}

/* Re-order items into 3 rows */
.gallery .item:nth-child(3n+1) { order: 1; }
.gallery .item:nth-child(3n+2) { order: 2; }
.gallery .item:nth-child(3n)   { order: 3; }

/* Force new columns */
.gallery .wrap::before,
.gallery .wrap::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}

#lbVideo {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
}

#player{
	 width:640px;
	 max-width:95% !important;
	 height:360px;
	 position:fixed;
	 left:50%;
	 top:50%;
	 margin-top:-180px;
	 transform:translateX(-50%);
	 z-index:99;
     border: 4px solid #fff;
}

.videos .wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content:flex-start;
    margin-bottom: 30px;
}

.videos .wrap ul li{
    width: 32.3333333%;
    margin-bottom:35px;
}

.videos .wrap ul li:nth-child(3n+2) {
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.videos .wrap ul li a{
    display: block;
    
}

.videos .wrap ul li a i{
    display: block;
    height: 221px;
    overflow: hidden;
    position: relative;
    font-style: normal;
    margin-bottom: 10px;
}

.videos .wrap ul li a img.yt{
    display: block;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.videos .wrap ul li a img.play{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -31px;
    margin-top: -22px;
    z-index: 90;
        transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
}

.videos .wrap ul li a:hover img.play{
     opacity: 0.8;
}

.videos .wrap ul li a strong{
    display: block;
    width: 95%;
    margin: 0px auto;
    font-weight: bold;
    text-transform: uppercase;
}

.videos .wrap ul li a em{
    display: block;
    width: 95%;
    margin: 0px auto;
    font-style: normal;
}

.expos{   
}

.expos a{
    display: inline-block;
    vertical-align: top;
    width: 17.666666%;
    height: 126px;
    margin: 0px 0.6666%;
    margin-bottom: 15px;
    text-align: center;
}

.expos a img{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pad{
    padding-left: 322px;
}

.pad strong{
    font-weight: bold;
}


.contact .wrap ul li {
  width: 40%;
}


.contact .wrap ul li:first-child {
  width: 49%;
}


.contact form img{
	height:34px;
	margin-top:15px;
    margin-bottom: 0px;
	display:inline-block;
	vertical-align:middle;
}


footer{
    background-color: #ababab;
    margin-top:130px;
}

footer .wrap{
    padding-top: 60px;
    padding-bottom: 0px;
}

footer .wrap img.logoBottom {
  display: block;
  position: absolute;
  z-index: 97;
  left: 0;
  top: -77px;
}

footer .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	color:#323232;
	font-size:22px;
	text-align:left;
    align-items: end;
}

footer .wrap ul li{
    padding-bottom: 35px;
}

footer .wrap ul li:first-child{
    padding-left:149px;
}

footer .wrap ul li:nth-child(2){
    padding-bottom: 0px;
}

footer .wrap ul li:nth-child(2) img{
    display: inline-block;
    vertical-align: bottom;
}

footer .wrap ul li:last-child img{
    max-width: 240px;
    margin-bottom: 35px;
}

footer .wrap ul a{
	color:#323232;
}

footer .wrap ul a:hover{
	text-decoration:underline;
}


footer .bottom{
	background-color:#323232;
	text-align:right;
	color:#ffffff;
	font-size:16px;
    width: 100%;
    max-width: none;
    padding: 0px;
}

footer .bottom .wrap{
    font-size:16px;
    padding: 15px 0px;
}

footer .bottom ul{
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
    align-items: end;
}

footer .bottom ul li{
    line-height: normal;
    color: #fff;
    font-size: 16px;
    padding-bottom: 0px;
}

footer .bottom ul li:first-child{
    padding-left:0px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
}

footer .bottom ul li a{
    color: #fff;
    white-space: nowrap;
}


footer .bottom ul li:last-child a{
    display: inline-block;
    vertical-align: bottom;
    margin:0px 9px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

footer .bottom ul li:last-child img{
    max-width:none;
    margin-bottom:0px;
    max-height: 35px;
}

footer .bottom ul li:last-child a:hover{
    opacity: 0.75;
}

footer .bottom a{
	color:#002b47;
}

footer .bottom a:hover{
	text-decoration:underline;
}

.kitDigital{

}

.kitDigital .wrap{
    padding: 15px 0px;
    text-align: center;
}

.kitDigital img{
    max-width: 90%;
    display: inline-block;
}


.button{
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#002b47;
	font-size:20px;
	border:1px solid #002b47;
	padding:0px 33px;
	height:40px;
	min-height:40px;
	line-height:40px;
	text-transform:uppercase;
	display:inline-block;
    vertical-align: middle;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.button:hover{
	background-color:#efefef;
}

.breadcrumb .wrap{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#002b47;
    text-align:left;
    padding:20px 0px;
    padding-bottom:0px;
}

.breadcrumb .wrap a, .breadcrumb .wrap span{
	color:#576e81;
}

.breadcrumb .wrap a:hover{
	text-decoration:underline;
}

.breadcrumb .wrap h1{
font-family: 'Antonio', Arial, Helvetica, sans-serif;
font-size: 35px;
color: #002b47;
display: block;
text-align: center;
font-weight: bold;
text-transform: uppercase;
}

.breadcrumb .wrap h2{
font-family: 'Antonio', Arial, Helvetica, sans-serif;
font-size: 18px;
color: #002b47;
font-weight: bold;
display: block;
text-align: center;
text-transform: uppercase;
}

section:after, footer:after, .content:after, .wrap:after, .mainInfo:after, .contentRoom:after, form:after, .valContent:after, .envList ul li:after, .roomItem:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #666;
		opacity:0.9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	 opacity:0.9;
    color: #666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	 opacity:0.9;
    color: #666;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	 opacity:0.9;
    color: #666;
}

.customInput {
	border: 0;
	height:39px;
	line-height:39px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color: #132339;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #b3bbc2;
	display: inline-block;
	vertical-align:middle;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:auto;
	margin: 0px;
	padding: 0px;
	text-indent:18px;
	cursor: default;
}

select.customInput{
	opacity:0.8;
}