html, body {
margin: 0;
padding: 0;
line-height:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:normal;
font-weight:normal;
color:#161615;
margin: 0;
padding: 0;
background-color:#fff;
}

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

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

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{
    font-family: 'Oswald', Arial, sans-serif;
    font-size:45px;
    line-height:72px;
    color: #161615;
    font-weight: 200;
    display: block;
    margin: 0px;
    max-width: 50%;
    margin-bottom: 35px;
    margin-left: 35px;
    border-bottom: 1px solid #cccccc;
}

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

.wrap{
	width:1220px;
	max-width:1220px;
	margin: 0px auto;
	position: relative;
	padding:50px 0px;
	text-align:justify;
	font-family: 'Oswald', sans-serif;
	color:#595959;
	font-size:19px;
    font-weight: 200;
    line-height: 24px;
}


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

.wrap strong {
    font-weight: bold;
}

.wrap .pad{
    width: 75%;
    margin: 0px auto;
}

header {
    width: 100%;
    height: 130px;
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    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.sticky{
    border-bottom: 1px solid #ccc;
}

header .wrap{
    padding: 0px;
    text-align: center;
    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;
}

.menu{
     height: 100%;   
}

.menu .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
    align-items: center;
    height: 100%;
}

.menu .wrap ul li{
    width: auto;
}

.menu .wrap ul li:first-child{
    width: 47.5%;
    text-align: center;
}

#logo {
  display: block;
    margin: 0px auto;
  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;
}

#menu{
    display: inline-block;
    vertical-align: middle;
}

#menu a{
    font-family: 'Oswald', Arial, sans-serif;
    color:#161615;
    font-size:18px;
    font-weight:200;;
	display:inline-block;
	vertical-align:middle;
    text-align: center;
    margin: 0px 42px;
    padding-bottom: 5px;
	position:relative;
    line-height: 22px;
    border-bottom: 1px solid transparent;
	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;
}

#menu a strong{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}


#menu a:hover{
    opacity: 0.65;
}

#menu a.sel{
    border-bottom: 1px solid #cccccc;
}

.langs{
}

.langs a{
    font-family: 'Oswald', Arial, sans-serif;
    color:#161615;
    font-size:20px;
    font-weight: 300;
	display:inline-block;
	vertical-align:middle;
    padding: 0px 2px;
    text-transform: uppercase;
}

.langs a:hover{
    text-decoration: underline;
}

a#menuMobile {
    display: none;
    position: absolute;
    right:2%;
    top:18px;
    height: 24px;
    width: 27px;
    background-image: url(../img/bgMenu.png);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 12px;
    padding: 0px;
    z-index: 99;
    text-decoration: none;
}

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

#menuOverlay {
    display: none;
    position: fixed;
    right:-185%;
    top: 53px;
    z-index: 98;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: calc(100vh - 53px);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

#menuOverlay.active{
    visibility: visible;
	right:0;
	background-color: rgba(255, 255, 255, 0.95);
}

#menuOverlay .wrapMenu {
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
}

#menuOverlay ul{
	display:inline-block;
	text-align:center;
    padding-top: 0px !important;
}


#menuOverlay ul > li{
	margin:0px;
	display:block;
	text-align:center;
    padding: 10px 5px 10px 5px;
	border-bottom:1px solid #ccc;
}

#menuOverlay ul > li.langsM{
}

#menuOverlay ul > li.langsM a{
    font-family: 'Oswald', Arial, sans-serif;
    color: #161615;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0px 1px;
}

#menuOverlay ul > li > i{
    display:inline-block;
    vertical-align: middle;
    width: 23px;
    height: 13px;
    background-image:url("../img/arrow.png");
    background-repeat: no-repeat;
    background-position: left top;
    margin-left:10px;
}


#menuOverlay ul > li a{
    font-family: 'Oswald', Arial, sans-serif;
    color: #161615;
    font-size: 26px;
    font-weight: 200;
	display:inline-block;
    vertical-align: middle;
	height:auto;
	line-height:28px;
    text-decoration: none;
	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 strong{
    font-weight: 200;
}

#menuOverlay ul > li a.sel, #menuOverlay ul > li a.sel strong{
     font-weight: bold;
}

#menuOverlay ul > li a:hover{
	font-weight: bold;
}

#menuOverlay ul > li a:hover strong{
     font-weight: bold;
}

a.buttonMain{
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 200;
    text-transform: uppercase;
    color: #a2a2a1;
    border:1px solid #a2a2a1;
    height: 47px;
    line-height: 47px;
    padding: 0px 20px;
    position: relative;
    	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;
}

a.buttonMain:hover{
    background-color: #161615;
    border: 1px solid #161615;
    color: #fff;
}

.mainImage .wrap{
    padding-top: 0px;
}

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

.mainImage .wrap ul li{
    width: 100%;
    text-align: center;
}

.mainImage .wrap ul li img{
    max-width: 100%;
    margin-bottom: 24px;
}

.mainImage .wrap ul li h1{
    line-height:50px;
    font-weight: bold;
    margin: 0px;
    max-width:none;
    border-bottom: 0;
    text-align: center;
}


.mainImage .wrap ul li p{
    width: 54%;
    font-size: 22px;
    line-height: 27px;
    color: #595959;
    margin: 0.33333em auto;
}


.listExpos .wrap{
    padding-top: 0px;
}

.listExpos .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
}

.listExpos .wrap ul li{
    width: 32.6666666%;
    position: relative;
}

.listExpos2 .wrap ul{

}

.listExpos2 .wrap ul li{
    padding-bottom: 50px;
}

.ListAbout .wrap ul li{
    padding-bottom: 0px;
}

.listExpos .wrap ul li:first-child img, .listExpos2 .wrap ul li img{
    display: block;
    margin: 0px auto;
    object-fit: cover;
    width: 100%;
    height: 619px
}


.listExpos2 .wrap ul li img{
    margin-bottom: 30px !important;
    filter: none !important;
    opacity: inherit !important;
    height: 619px !important;
}

.listExpos .wrap ul li:nth-child(2){
    padding: 0 1%;
}

.listExpos2 .wrap ul li:nth-child(3n+2) {
     padding: 0 1%;
}


.listExpos .wrap ul li .intro{
    margin: 0px 32px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}

.ListAbout .wrap ul li .intro{
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: #595959 !important;
}

.listExpos .wrap ul li .bt{
    margin: 0px 32px;
}


.listExpos .wrap ul li strong{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #161615;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: left;
}

.listExpos .wrap ul li em{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 34px;
     color: #161615;
    font-weight: 200;
    margin-bottom: 22px;
    font-style: normal;
    text-align: left;
}

.listExpos .wrap ul li span{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    line-height: 72px;
     color: #161615;
    font-weight: 200;
    margin-bottom: 22px;
    border-bottom: 1px solid #858585;
}

.listExpos .wrap ul li:last-child img{
    display: block;
    margin: 0px auto;
    object-fit: cover;
    width: 100%;
    height: 619px;
    filter: grayscale(1);
    opacity: 0.25;
}

.listExpos .wrap ul li:last-child{
    height: 100%;
}

.listExpos2 .wrap ul li:last-child{
    height: auto;
}

.listExpos .wrap ul li:last-child .intro{
    margin: 0px 35px;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0px;
    z-index: 25;
    width: calc(100% - 70px);
    height: auto;
    border-bottom: 1px solid #858585;
    color: #161615;
}

.listExpos2 .wrap ul li:last-child .intro{
    position: inherit !important;
    margin: 0px 32px;
    width: auto;
    z-index: inherit;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
  margin-bottom: 30px;
}

.listNews .wrap{
    padding-top: 0px;
}


.listNews .wrap ul{
	display: flex;
	flex-flow: row wrap;
    justify-content:space-between;
    width: 65%;
    margin-left: 35%;
    margin-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ccc;
}

.listNews .wrap ul:last-child{
    border-bottom: 0px;
}

.listNews .wrap ul li{
    box-sizing: border-box;
    color: #595959;
    line-height:24px;
}

.listNews .wrap ul li:last-child{
    width:85%;
}

.listNews .wrap ul li strong{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    line-height: 35px;
     color: #161615;
    font-weight: 200;
    margin-bottom: 15px;
}


.listNews .wrap ul li em{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 22px;
     color: #161615;
    font-weight: 200;
    font-style: normal;
    margin-bottom: 17px;
}


.listArtists .wrap{
    padding-top: 0px;
}

.listArtists .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
    align-items:flex-start;
}

.listArtists .wrap ul li{
    width: 32.15%;
    padding-bottom: 35px;
    margin-bottom: 45px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.listArtists .wrap ul li .intro{
    padding-bottom: 30px;
    box-sizing: border-box;
}

.listArtists .wrap ul li .bt{
    
}

.listArtists .wrap ul li strong{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 33px;
    line-height: 37px;
    color: #161615;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: left;
}

.blockInfo .wrap{
    padding-top: 0px;
}

.blockInfo .wrap ul{
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: flex-start;
}


.blockInfo ul li{
    width:64%;
    margin: 0px auto;
    box-sizing: border-box;
}

.expo .wrap {
    padding-top: 0px;
}

.expo .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
    width: 95%;
    margin: 0px auto;
}

.expo .wrap ul li{
    width: 50%;
}

.expo .wrap ul li:first-child{
    width: 40%;
}

.expo .wrap ul li .intro{
    box-sizing: border-box;
    color: #161615;
    border-bottom: 0px !important;
    padding-bottom: 30px !important;
    margin-bottom: 0px !important;
}


.expo .wrap ul li .bt{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}


.expo .wrap ul li h1{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #161615;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 12px;
    border: 0px;
    max-width: none;
}

.expo .wrap ul li em{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 30px;
     color: #161615;
    font-weight: 200;
    margin-bottom: 22px;
    font-style: normal;
    text-align: left;
}

.expo .wrap ul li .url{
    display: block;
    margin-bottom: 9px;
    height: 24px;
    line-height: 24px;
    padding-left: 36px;
    background-image: url(../img/web.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.expo .wrap ul li .url:hover{
    text-decoration: underline;
}

.expo .wrap ul li .link{
    background-image: url(../img/clip.png);
}
.expo .wrap ul li .web{
    background-image: url(../img/web.png);
}


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

.works .wrap ul li{
    width: 49.5%;
    margin-bottom: 1%;
    box-sizing: border-box;
}

.works .wrap ul li img{
    max-width: 100%;
    width: 100%;
    display:block;
}

.work .wrap ul li .intro{
    border-bottom: 1px solid #cccccc !important;
}

.works .wrap ul li.full{
    width: 100%;
}


.items .wrap ul li p{
    text-align: center;
    font-size: 17px;
    color: #595959;
    padding-bottom: 1.75em;
    padding-top: 0.5em;
}

.items .wrap ul li p strong{
    font-weight: 200;
    font-size: 19px;
    color: #161615;
}

#formSending, #formOk{
	display:none;
	margin-top:64px;
	text-align: center;
	font-size:24px;
}


footer{
    border-top:1px solid #ccc;
}

footer .wrap{
    padding: 22px 0px;
}

footer .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-around;
    align-items:center;
	color:#595959;
	font-size:18px;
	text-align:center;
}

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

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



footer .wrap ul li{

}

footer .wrap ul li:first-child{

}


footer .wrap ul li strong{

}

footer .wrap ul li:last-child img{
	display:inline-block;
	vertical-align:middle;
}

a.linkMaps{
font-family: 'Oswald', Arial, sans-serif;
font-size: 22px;
color: #2e2e2e;
font-weight: 300;
display: block;
text-align: center;
line-height: 50px;
text-decoration: underline;
}

a.linkMaps:hover{
    text-decoration: none;
}

a.linkMaps img{
    display:inline-block;
    vertical-align: middle;
    margin-right:10px;
}

.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;
}


textarea.customInput {
    line-height: normal;
    text-indent: 0px;
    padding-left: 18px;
    padding-top: 10px;
    height: 114px;
    width: 100%;
}

select.customInput{
	text-indent:0px;
	padding-left:18px;
    width:97.5%;
}

.button{
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	color:#fff;
	font-size:25px;
	padding:0px 38px;
	height:46px;
	min-height:46px;
	line-height:46px;
    border-radius: 40px;
	text-transform:uppercase;
	display:inline-block;
    border: 1px solid #051c80;
    background-color: #051c80;
	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:#fff;
    color: #051c80;
}

.breadcrumb{
    margin: 0px auto;
}

.breadcrumb .wrap{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#002d45;
text-align:left;
font-weight: bold;
    padding: 0px;
    padding-top: 10px;
}

.breadcrumb .wrap a, .breadcrumb .wrap span{
	color:#002d45;
	font-weight:normal;
}

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


.kitDigital{

}

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

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


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: #161615;
		opacity:1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #161615;
	 opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #161615;
	 opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #161615;
	 opacity:1;
}

#pdcc-modal-bg #pdcc-modal-container{
    font-size: 15px !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-config, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-reject, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-deny-all {
    background-color: #161615 !important;
    color: #fff !important;
    margin-left: 12px !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked:disabled + .pdcc-btn-slider {
  background-color: #161615 !important;
}
