

.sustainability-logo{
	width:76px;
	height:76px;
	background:url(../images/SGS_ISO_20121_TCL.png) no-repeat center;
	background-size: 76px;
	display: block;
	position: absolute;
	right:0px;
	top:auto;
	bottom:30%;
}
/*select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}*/

.push-content img{
	float:left;
	margin-right:20px;
}

p img[style='float: right;']{
	margin-right:0px!important;
	margin-left:20px;
}
.img-center {
	float:none !important;
	margin-top: 30px;
	margin-bottom:20px;
}
.video{
	float:left;
	margin-bottom:10px;
	margin-right:20px;
}

/*---team---*/
#team-wrap{
    float: left;
    width: 100%;
}
ul#team-filter{
	width:89%;
	margin:auto;
    padding: 0px;
	margin-bottom:45px;
}
ul#team-filter li{
	/*float: left;*/
    list-style: none;
    margin: 0px 25px 5px 0px;
    font-family: "effra",sans-serif;
	line-height:normal;
    font-size: 16px;
	font-weight:500;
	display: inline-block;
}
ul#team-filter li:last-child{
	margin-right:0px;
}
ul#team-filter > li a {
    display: inline-block;
    color: #444444;
    padding-left:20px;
    text-decoration: none;
    background: url(../images/filter-radio.png) no-repeat left 2px;
}
ul#team-filter > li a.selected {
    background-position: left -24px;
}

ul#people-wrap{
	display: inline-block;
    margin: 0px 0px 0px;
    width: 100%;
    padding: 0px;
    float: left;
}
#people-wrap > li {
    float: left;
    margin: 0px;
    width: 20%;
    height:400px;
    position: relative;
    list-style: none;
    background: #fff;
    overflow: hidden!important;
    margin-left: -1px;
	padding-bottom:75px;
}
#people-wrap > li div.serious-img,
#people-wrap > li div.fun-img{
    width: 100%;
    height:100%;
	top:0;
	left:0;
    /*float: left;*/
    overflow: hidden;
    position: absolute;
	opacity:1;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;/*safari*/
}
#people-wrap > li div.fun-img{
	opacity:0;
	/*position:relative;
	top:0;
	left:0;
	margin-top:;*/
}
#people-wrap > li:hover div.serious-img{
	opacity:0;
}
#people-wrap > li:hover div.fun-img{
	opacity:1;
}
#people-wrap > li .img-title{
	bottom:0px;
	left:0px;
	position: absolute;
	display:inline-block;
    width: 100%;
	max-height:240px;
	min-height:75px;
    background-color: #137593;
    padding:15px 28px;
}
/*#people-wrap > li .img-title{
	display:inline-block;
    width: 100%;
    background-color: #3fb8af;
    padding:15px 28px;
}*/
#people-wrap > li:nth-child(even) .img-title{
	background-color: #b3e3e0;
}
#people-wrap > li.active .img-title{
	background-color:#9fdbd7;
}
#people-wrap > li.active.even .img-title{
	background-color:#3fb8af;
}
#people-wrap > li .img-title h3{
	color:#FFFFFF;
	font-size:20px;
	font-weight:900;
	line-height:normal;
    font-family: "effra",sans-serif;
}
#people-wrap > li .img-title h5{
	color:#FFFFFF;
	font-size:20px;
	font-weight:400;
	line-height:normal;
    font-family: "effra",sans-serif;
}

/*isotope*/
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;/*safari*/
}
.isotope-item {
    z-index: 2;
}

/*---contact us---*/

.square-contact-us{
	float:left;
	width:100%;
}
.square-addres{
	padding-left: 16%;
}
.square-contact-us h3{
	font-size: 24px;
    color: #137593;
    line-height: normal;
    font-weight: 700;
    margin:0px 0px 5px 0px;
}
.square-contact-us p{
	padding-left:0px;
	color:#444444;
	font-weight:400;
    font-family: "effra",sans-serif;
}
.square-contact-us span.phone,
.square-contact-us span.fax{
	display:inline-block;
	width:100%;
	line-height: normal;
	padding-left:20px;
	background:url(../images/phone_icon.png) no-repeat left;
}
.square-contact-us span.fax{
	margin: 0px 0px 20px 0px;
	background:url(../images/fax_icon.png) no-repeat left;
}
.square-contact-us a.email{
	color:#ff3d7f;
	font-weight:700;
}
.square-contact-us .followus{
	display:inline-block;
	width:100%;
	margin-top:30px;
}
.square-contact-us .social-links{
	float:left;
	clear:both;
	margin:0px;
	width:100%;
	padding:0px;
}
.square-contact-us .social-links > li{
	list-style:none;
	padding:0px;
	margin-right:20px;
	float:left;
}
.square-contact-us .social-links > li a img{
	float:left;
}
.square-contact-us ul.ftr-links{
	float:left;
	width:100%;
	margin:0px 0px 16px;
	padding:0px;
}
.square-contact-us ul.ftr-links > li{
	list-style:none;
	float:left;
	width:100%;
	margin:0px;
	line-height:normal;
	padding:0px;
}
.square-contact-us ul.ftr-links > li a{
	font-size:18px;
	color:#444;
	text-decoration:none;
	font-weight:700;
}
.square-contact-us select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    padding-left: 5px;
    background-size: 30px;
	background:none;
	clear: none;
    height: 40px;
    margin-left: 20px;
}
.square-contact-us input, .square-contact-us textarea, .square-contact-us select {
    border: solid 2px #444;
    border-radius: 0px;
    box-shadow: none;
    padding: 7px 10px;
    width:50%;
    font-size: 16px;
    color: #444;
    font-weight: 500;
    float: left;
    clear: both;
    margin: 0px 0px 20px 0px;
    max-width: 380px;
	outline:none;
}
.square-contact-us .custom-select-box, .square-contact-us .custom-select-box .custom_select, .square-contact-us .custom-select-box.select-wide div.option_title{
	width:100%!important;
}
.square-contact-us .custom-select-box.select-wide div.option_title{
	color:#9b9b9b;
}
.square-contact-us .form-group{
	margin-bottom: 0;
    float: right;
    margin-top: 0px;
    margin-left:0px;
	margin-right:0px;
    width:50%;
	padding-left:20px;
}
.square-contact-us .form-group label{
	margin:0px;
}
.square-contact-us .form-group select{
	width:100%;
	max-width:none;
	margin-bottom:0px;
}
.square-contact-us .subject_input,
.square-contact-us textarea{
	width:100%;
	max-width:none;
}
.square-contact-us .select_wrap{
	width: 100%;
	position:relative;
	display:inline-block;
}
.square-contact-us .select_wrap:after{
	content: '';
    height: 8px;
    width: 32px;
    position: absolute;
    right: 0;
    top: 15px;
    background: url(../images/arw-pink.png) no-repeat;
    background-size: 30px;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;/*safari*/
}
.square-contact-us .select_wrap:hover:after{
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);/*safari*/
}
.square-contact-us .btn{
	margin:0px;
	padding:7px 30px 8px;
}
#contact-map-wrap {
    float: left;
    width: 100%;
}
#contact-map-wrap .contact-map{
	position:relative;
	left:-5.5vw;
	width:100vw;
	margin-bottom:10px;
	margin-top:10px;
	height:500px;
}
#contact-map-wrap .contact-map iframe{
	width:100%;
	height:100%;
	border:none;
}
.access_square a{
	float:left;
	margin-right:30px;
}
textarea.error, input.error, select.error, .custom-select-box.error{
    box-shadow: 0 0 2px 3px rgba(254, 0, 0, 0.25);
}
.PACalendar.error{
	box-shadow: 0 0 2px 4px rgba(254, 0, 0, 0.25);
}
.required-fields {
    float: right;
    font-size: 16px;
    font-weight: 500;
    margin: 12px 10px 0 0;
    text-align: right;
	color:rgba(254, 0, 0, 0.65);
}
#event_details input#flexible{
	box-shadow: none!important;
}
.access_square{
	display:table;
}
.access_square > div{
	display:table-cell;
	vertical-align:top;
}
.access_square > div.tabs-nav-container{
	width:580px;
}
.access_square > div.tabs-nav-container ul{
	margin:0px;
	padding:0px;
}
.access_square > div.tabs-nav-container ul > li{
	float:left;
	list-style:none;
}
.access_square .tabs-container p{
	padding-left:0px;
}
#retMessage{
	width: 100%;
	display:none;
    background:#f4e7c4;
	color:#a09988;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.square-write{
	position:relative;
}
.g-recaptcha{
	float:left;
}
.rcaptcha_error{
	border-radius: 3px;
    box-shadow: 0 0 2px 3px rgba(254, 0, 0, 0.25);
}
.square-write span.loader{
	display:none;
	width: 53px;
    height: 42px;
    position: absolute;
    bottom: 37px;
    right: 130px;
    background: url(../images/loading.gif) no-repeat center;
    background-size: 60px;
}


/*---Media Library---*/
.library-wrap {
    margin-top: 60px;
}
.library-wrap,
.faq-wrap, .sitemap-wrap{
	float: left;
    width: 100%;
	/*margin-top:75px;*/
    margin-bottom: 80px;
}
ul.library-list{
	padding:0;
	margin:0;
}
ul.library-list li{
	float:left;
	width:100%;
	margin-bottom:35px;
	list-style:none;
}
.library-wrap h3{
	font-size: 24px;
    color: #444444;
    line-height: normal;
	font-weight: 700;
    margin: 0px;
}
.library-category{
	width:100%;
    line-height:normal;
    color: #ff3d7f;
    font-weight: 500;
	margin-bottom:10px;
    display: inline-block;
	font-family: "effra",sans-serif;
}
ul.library-list li img{
	float:left;
	margin-top:5px;
	margin-bottom:15px;
	margin-right:20px;
}
ul.library-list li .btn {
	float:left;
	clear:both;
}
ul.library-list li .video{
	margin-bottom:20px;
}

/*--- faq ---*/

.faq-wrap{
	/*margin-top:0px;*/
}
.faq-wrap .search-wrap {
    float: left;
    clear: both;
    margin: 0px;
    margin:0px 0px 50px;
	padding:10px 10px 12px 10px;
    width:100%;
    border:solid 2px #444;
    position: relative;
}
.faq-wrap .search-wrap input[type="text"] {
    border: none;
    background: none;
    font-size: 20px;
    color:#444;
    font-weight: 400;
    float: left;
    width: 95%;
    height:30px;
    box-shadow: none;
    outline: none;
}
.faq-wrap .search-wrap input[type="submit"] {
    float: right;
    width:30px;
    height:30px;
	outline:none;
    background: url(../images/search_big.png) no-repeat center;
    border: none;
	background-size: 30px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;/*safari*/
}
.faq-wrap .search-wrap input[type="submit"].close {
	opacity: 1;
	background: url(../images/modal-close-pink.png) no-repeat center;
	background-size: 30px;
}

ul.faq_list{
	width:100%;
	margin:0px;
	padding:0px;
	display:inline-block;
}
ul.faq_list > li{
	list-style:none;
	background: #f3f3f3;
    padding:15px 20px 16px 20px;
    float: left;
    width: 100%;
    margin-bottom:0px;
    position: relative;
}
ul.faq_list > li:nth-child(2n+2){
    background-color: #FFFFFF;
}
ul.faq_list > li h2 {
    color: #444444;
    font-size:20px;
	line-height:22px;
    font-weight:700;
	padding-right:50px;
	cursor: pointer;
}
ul.faq_list > li h2:after{
	content: '';
    height:20px;
    width: 30px;
    position: absolute;
    right:15px;
    top: 18px;
	background:url(../images/toggle-arw-pink.png) no-repeat center;
	background-size: 30px;
    transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;/*safari*/
}
ul.faq_list > li h2.active:after {
    transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);/*safari*/
}
.answers{
	display:none;
	margin-top: 15px;
}
ul.faq_list > li .answers ul,
ul.faq_list > li .answers ol{
	margin-bottom:15px;
}
ul.faq_list > li .answers p:last-child{
	margin-bottom:0px;
}

/*--- sitemap ---*/
.sitemap-wrap{
	margin-top:75px;	
}
#xmap{
	float:left;
	width:100%;
}
#xmap ul{
	padding-left:0px;
}
#xmap ul.level_0{
	float:left;
	width:100%;
	list-style: none;
}
#xmap ul.level_0 > li{
	width:22%;
	float:left;
	padding-right:10px;
}
#xmap ul.level_0 > li:last-child{
	width:10%;
	padding-right:0px;
}
#xmap ul.level_0 > li:first-child{
	display:none;
}
#xmap ul.level_0 > li > a{
	font-family: "effra",sans-serif;
	color:#ff3e80!important;
}
#xmap ul ul{
	padding-top: 3px;
    margin-top: 4px;
    border-left: dashed 1px #E1E1E1;
    padding-left: 15px;
    margin-left: 10px;
    list-style: none;
}
#xmap ul li{
	padding:6px 0px;	
}
#xmap ul li:last-child{
	padding-bottom:0px;
}
#xmap ul li a{
	color:#444444;
	font-size:21px;
    line-height: normal;
    font-weight: 900;
    text-decoration: none;
	position: relative;
}
#xmap ul li a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    background: #444444;
    height: 1px;
    transition: all .3s linear;
	-webkit-transition: all .3s linear;/*safari*/
}
#xmap ul li a:hover:after {
    width: 100%;
}
#xmap ul.level_0 > li > a:after{
	background: #ff3e80;
}

/*SEARCH*/
.container > .search{
	margin:75px 0px 50px
}
#searchForm .searchintro {
    background:rgba(251,195,39,1);
    color:#FFFFFF;
    margin-top:20px;
    padding: 5px 15px;
}
#searchForm .searchintro p{
	font-size:14px!important;
}
#searchForm .btn-toolbar{
	margin: 0px 0px 50px;
    padding: 10px 10px 12px 10px;
    width: 100%;
    border: solid 2px #444;
    position: relative;
}
#searchForm input[type="text"]#search-searchword {
	/*width:100%;
	border: 2px solid #008ac5;
    color: #008ac5;
	padding:7px 14px;
	font-size:18px;*/
	border: none;
    background: none;
	font-size: 20px;
    color:#444;
    font-weight: 400;
    float: left;
    width:100%;
    height:30px;
    box-shadow: none;
    outline: none;
}
.btn-toolbar{
	position:relative;
}
#searchForm .btn-toolbar .btn-group{
	width:90%;
}
.btn-toolbar .btn-group:nth-child(2){
	position:absolute;
	right:2px;
	top:2px;
	width:50px!important;
}
#searchForm button.btn{
	float: right;
    width: 30px;
    height: 48px;
    outline: none;
    background: url(../images/search_big.png) no-repeat center;
    border: none;
    background-size: 30px;
    transition: all .3s linear;
	-webkit-transition: all .3s linear;/*safari*/
	text-indent:-6000px;

}
#searchForm .searchintro p {
    color:#FFFFFF;
    margin: 0;
	font-size: 16px;
}
#searchForm fieldset {
	border-width:0px 0px 1px 0px;
    border-bottom: 1px solid rgba(251,195,39,1);
    margin-bottom: 0px;
    padding: 10px 0;
}
#searchForm .form-limit {
    display: inline-block;
    float: right;
    padding: 5px;
	padding-right: 0px;
	position:relative;
	top:-39px;
}
#searchForm .form-limit label {
    color: #666666;
    font-size: 13px !important;
}
/*#searchForm .form-limit select {
	border:none;
}*/
#searchForm legend {
    border-bottom: 0 none;
    float: left;
    font-size:13px;
    font-style: italic;
    line-height: 100%;
    margin: 3px 15px 0 0;
    overflow: hidden;
    width:auto;
    font-weight: 100;
}
#searchForm fieldset.phrases legend{
	margin-top:6px;
}
#searchForm .phrases-box, #searchForm.ordering-box {
    float: left;
    margin-right: 20px;
}
#searchForm .phrases-box label{
	margin-top:4px !important;
}
#searchForm .ordering-box label{
	margin-top: 4px !important;
    margin-bottom: 0!important;
}
#searchForm .phrases label, #searchForm .only label {
    color: #444444 !important;
    margin-left: 5px;
    margin-right: 15px;
	font-size: 14px;
    font-weight: 400;
	font-family: "effra",sans-serif;
}
#searchForm .phrases input, #searchForm .phrases label, #searchForm .only input, #searchForm .only label {
    float: left;
    margin-top: 2px;
	position:static!important;
}
#searchForm fieldset .radio, #searchForm fieldset .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 0;
}
#searchForm fieldset input[type="checkbox"],
#searchForm fieldset input[type="radio"]{
	margin-right:10px;
	margin-left:0px;
	position:static!important;
}
#searchForm .phrases select {
    margin: 2px 0 0;
    width: auto;
	border-radius:0px;
	border: solid 1px #d9dde0;
}
.search .search-results a {
	color:#333333;
}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline: none;
}

/*search results*/

dl.search-results .result-title {
    border-top:1px solid rgba(251,195,39,1);
    margin-top: 14px;
    padding-top: 14px;
	color:#ff3e80;
	font-weight:900;
	font-family: "effra",sans-serif;
}
dl.search-results .result-title a{
	font-size:18px;
	color:#ff3e80;
	font-weight:900;
	font-family: "effra",sans-serif;
}
dl.search-results{
	color:#333333;
	margin-top:0px;
}
dl.search-results .highlight{
	color:#019c90;
	font-weight:400;
    font-family: "effra",sans-serif;
}
dl.search-results dt a {
	text-decoration:none !important;
}
dl.search-results dd {
	margin-left:18px;
	font-size:18px;
	font-weight:400;
    font-family: "effra",sans-serif;
}
dl.search-results dd.result-created{
	text-align:right;
	color:#999;
	font-size:18px;
	font-weight:400;
    font-family: "effra",sans-serif;
}
#search-result-page{
    display:block;
    float:left;
    margin-top:60px;
}
.ordering-box label, .ordering-box select {
    margin-top: 0 !important;
}
p.counter{
	margin: 13px 0px 0px;
}


/*--pagination--*/

div.pagination ul{
	margin:0px;
	padding:0px;
}
div.pagination > ul > li{
	/*border:none;*/
	font-size:14px;
	color:#333333;
	float:left;
	list-style:none;
	position:relative;
	margin-right:5px;
	border: 1px solid #333333;
	/*border-right:0px;*/
}
div.pagination > ul > li.disabled {
    opacity: 0.4;
}
div.pagination > ul > li a{
	font-size:16px;
	color:#333333;
	border:none;
	/*margin:4px 5px 0px 5px;*/
	position: relative;
	float:left;
	line-height: 15px;
	padding:7px 11px;
}
div.pagination > ul > li.active{
	background-color:#ff3e80;
	border: 1px solid #ff3e80;
}
div.pagination > ul > li.active a{
	color:#ffffff;
	/*padding:3px 7px;*/
	margin:0px;
}
div.pagination > ul > li span{
	position:relative;
	width: 9px;
    height: 15px;
	float:left;
}
div.pagination > ul > li span.icon-first{
	background: url(../images/icon-first.png) no-repeat center;
	background-size:9px;
}
div.pagination > ul > li span.icon-previous{
	width: 16px;
	background: url(../images/icon-previous.png) no-repeat center;
	background-size:16px;
}
div.pagination > ul > li span.icon-next{
	width: 16px;
	background: url(../images/icon-next.png) no-repeat center;
	background-size:16px;
}
div.pagination > ul > li span.icon-last{
	background: url(../images/icon-last.png) no-repeat center;
	background-size:9px;
}


.library-wrap .search-wrap {
    float: left;
    margin: -5px 0px 0px 20px;
	padding:2px 6px;
    width:430px;
    border:solid 2px #444;
    position: relative;
	height:40px;
}
.library-wrap .search-wrap input[type="text"] {
    border: none;
    background: none;
    font-size: 18px;
    color:#444;
    font-weight: 400;
    float: left;
    width: 90%;
    height:30px;
    box-shadow: none;
    outline: none;
	padding:1px;
}
.library-wrap .search-wrap input[type="submit"] {
    float: right;
    width:30px;
    height:32px;
	outline:none;
    background: url(../images/search_big.png) no-repeat center;
	background-size:20px;
    border: none;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;/*safari*/
}
.library-wrap .search-wrap input[type="submit"].close {
	background: url(../images/modal-close-pink.png) no-repeat center;
	background-size: 20px;
	opacity:1;
}


/*from-main.css - delete once main.css is migrated to live 21-11-19*/
#google_map .custom_popup > div:last-child{
	background:#fff!important;
}
#google_map .custom_popup{
	margin-left: -40px;
    position: relative;
}
#google_map .custom_popup .map_title{
	color:#333;
	font-weight:700;
	font-size:16px;
}
#google_map .custom_popup .map_link a{
	font-size:14px;
	color:#ff3d7f;
	font-weight:700;
	position:relative;
	line-height:normal;
	display:inline-block;
	text-decoration:none;
	border-bottom:solid 2px;
}
#google_map .custom_popup button[aria-label="Close"]{
	opacity:1!important;
	background:url(../images/modal-close-pink.png) no-repeat center!important;
	background-size:18px!important;
}
.gm-style-iw.gm-style-iw-c{
	min-width: 200px;
}

/* # RESPONSIVE #
================================================== */


body.wsite-fr ul.discover-brussels-list .promo-block .promo-hover-block p,
body.wsite-nl ul.discover-brussels-list .promo-block .promo-hover-block p{
	font-size: 16px;
	line-height: 20px;
}
body.wsite-fr ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2,
body.wsite-nl ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2{
	font-size: 32px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 400px) and (max-width: 2200px) {
	ul#top-nav{
		margin-bottom: 25px!important;
	}
	#top-nav .custom-select-box .select_opts .option{
		padding-bottom: 0px!important;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 2200px) {
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block ul li, ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block ol li, ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
		line-height: 20px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		max-width: 64%!important;
		top:76%!important;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 2200px) {
	footer .ft-reach-us ul{
		position: static;
		margin-top: 15px;
		float:left;
	}
	footer .ft-reach-us{
		float:left;
		width: 100%;
	}
	footer .address{
		min-height: 203px;
	}
}
@media only screen and (min-width: 1961px) and (max-width: 2200px) {
	#home-banner .banner-desc:after{
		transform: scale(1.13) rotate(65deg);
    	-webkit-transform: scale(1.13) rotate(65deg);
		bottom:-1630px!important;
		right:-45%!important;
	}
	#access-wrap .tab-content .access-img img{
		width:100%;
	}
	.service-inner.promo-block-wrap .promo-block,
	.promo-block-wrap .promo-block-fixed{
		background-size: auto 110%!important;
	}
}
@media only screen and (min-width: 1800px) and (max-width: 1960px) {
	.square-contact-us .form-group{
		padding-left:0px!important;
	}
	/*#explore-square.promo-block-wrap .promo-block{
		height:420px;
	}
	#explore-square .room-tabs .tab-content{
		max-height:200px;
	}*/
	#access-wrap .tab-content .access-img img{
		max-width:none;
		width:auto;
	}
	#home-banner .banner-desc::after{
		transform: scale(1.14) rotate(72deg) !important;
		-webkit-transform: scale(1.14) rotate(72deg) !important;
		right: -55%!important;
		bottom:-1710px!important;
	}
}
/*-discover-brussels-list font size-*/

@media only screen and (min-height: 740px) and (max-height: 820px) {
	#primary-nav-wrap #primary-nav > li{
		padding: 6px 0px!important;
	}
	#primary-nav-wrap #primary-nav > li > span{
		top: 6px;
	}
	#primary-nav-wrap #primary-nav{
		margin-top: 25px!important;
		margin-bottom: 10px!important;
	}
	#primary-nav-wrap .search-wrap{
		margin: 25px 0px!important;
	}
}

@media only screen and (min-width: 1560px) and (max-width: 1855px) {
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
		font-size: 16px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block ul li,
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block ol li{
		font-size: 16px;
	}
}
@media only screen and (min-width: 1500px) and (max-width: 1559px) {
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
		font-size: 15px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block ul li,
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block ol li{
		font-size: 15px;
	}
}
/*-discover-brussels-list font size end-*/
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
	.inner-page .promo-block.col-md-12.promo-static {
		background-size: 90%;
		background-position: right center;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
	#access-wrap .tab-content .access-img img{
		max-width:none;
		width:auto;
	}
	#home-banner .banner-desc::after {
    bottom: -1550px;
    transform: scale(1.12) rotate(65deg);
	-webkit-transform: scale(1.12) rotate(65deg);
	}
	#home-banner .banner-desc{
		width: 60%;
	}
	#home-banner .banner-desc h2{
		padding-left: 12%;
	}
	#home-banner .banner-desc h1{
		padding-left: 5%;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
	
	#home-banner .banner-desc::after{
		transform: scale(1.1) rotate(72deg) !important;
		-webkit-transform: scale(1.1) rotate(72deg) !important;
		right: -64%!important;
		bottom:-1670px!important;
	}
}
@media only screen and (min-width: 1701px) and (max-width: 1799px) {
	
	#home-banner .banner-desc::after{
		 bottom: -1650px !important;
		right: -50% !important;
		transform: scale(1.1) rotate(73deg) !important;
		-webkit-transform: scale(1.1) rotate(73deg) !important;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 2200px) {
	.library-wrap .custom-select-box div.option_title{
		width: 290px;
	}
}
@media only screen and (min-width: 1501px) and (max-width: 1700px) {
	#home-banner .banner-desc{
		width:60%;
	}
	#home-banner .banner-desc h2{
		padding-left: 20%;
	}
	#home-banner .banner-desc::after{
		transform: scale(1.14) rotate(65deg);
		-webkit-transform:scale(1.14) rotate(65deg) /* Safari */;
		bottom: -1650px;
		right: -72%;
		left:auto;
		top:auto;
		width:2000px;
		height:2000px;
	}
	#home-banner .banner-desc .banner-c-wrap{
		width:84%;
		right:7%;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		max-width:70%;
		padding: 28px 10% 60px 70px;
		top: 75%;
		transform: translateY(-58%);
		-webkit-transform: translateY(-58%);
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .btn{
		left:70px;
	}
}
@media only screen and (min-width: 1670px) and (max-width: 1690px) {
	#home-banner .banner-desc::after{
		transform: scale(1.1) rotate(65deg)!important;
		-webkit-transform:scale(1.1) rotate(65deg)!important /* Safari */;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
	#home-banner .banner-desc::after{
		bottom:-1690px!important;
		right:-106%!important;
		transform: scale(1.1) rotate(65deg)!important;
		-webkit-transform:scale(1.1) rotate(65deg)!important /* Safari */;
	}
	#home-banner .banner-desc .banner-c-wrap{
		right:50px!important;
		width:100%!important;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
	#home-banner .banner-desc::after{
		bottom:-1623px!important;
		right:-106%!important;
		transform: scale(1.15) rotate(70deg)!important;
		-webkit-transform:scale(1.15) rotate(70deg)!important /* Safari */;
	}
	#home-banner .banner-desc .banner-c-wrap{
		right:50px!important;
		width:100%!important;
	}
	#home-banner .banner-desc{
		width:60%;
	}
	#home-banner .banner-desc h2{
		padding-left: 24%;
	}
	#home-banner .banner-desc h1{
		padding-left: 10%;
	}
}

@media only screen and (min-width: 1100px) and (max-width: 2200px) {
	#explore-square.promo-block-wrap .promo-block.current .promo-hover-block > *{
		opacity: 1!important;
		margin-top: 0px!important;
	}
	#explore-square.promo-block-wrap .promo-block.current .promo-title-block{
		opacity: 0!important;
	}
	#explore-square.promo-block-wrap .promo-block.current .promo-hover-block {
		left:0px;
	}
	#explore-square.promo-block-wrap .promo-block.current .promo-hover-block h2::before {
		width: 500px;
	}
	#home-banner ul.slides > li{
		background-position: left bottom;
		background-size: cover;
	}
	#home-banner ul.slides img{
		display: none;
	}
}

@media only screen and (min-width: 1501px) and (max-width: 1620px) {
	#explore-square .promo-block .promo-hover-block{
		padding-left:10%;
		padding-right:0px;
	}
	.promo-block-wrap.discover-brussels-list .promo-block .promo-title-block{
		width:100%;
		max-width:none;
		padding-left:15%!important;
	}
	.promo-block-wrap.discover-brussels-list .promo-block .promo-hover-block{
		padding-left:7.5%;
	}
	.promo-block-wrap.discover-brussels-list .promo-block .btn{
		left:15%;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		width:100%;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		max-width:70%;
		padding: 28px 10% 0px 60px;
		top: 75%;
		transform: translateY(-58%);
		-webkit-transform: translateY(-58%);
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .btn{
		left:60px;
	}
	.promo-block .promo-hover-block h2 {
		padding-right: 150px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	#explore-square .promo-block .promo-hover-block{
		padding-left:8%;
		padding-right:0px;
	}
	.promo-block-wrap .promo-block .promo-title-block{
		padding-left:8%;
	}
	.inner-page .promo-block-wrap .promo-block .promo-hover-block{
		padding-left:10%;
		padding-right:16%;
	}
	.inner-page .promo-block-wrap .promo-block .btn{
		left:12%;
	}
	.promo-block-wrap.discover-brussels-list .promo-block .promo-title-block{
		width:100%;
		max-width:none;
		padding-left:15%!important;
	}
	.promo-block-wrap.discover-brussels-list .promo-block .promo-hover-block{
		padding-left:6.5%;
	}
	.inner-page .promo-block.col-md-12:hover .promo-hover-block{
		max-width:80%;
		padding-right:10%;
	}
	#access-wrap .tab-content .access-img img {
		height: 100%;
		max-width: none;
		width: auto;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		max-width:70%;
		padding: 28px 10% 60px 50px;
		top: 75%;
		transform: translateY(-75%);
		-webkit-transform: translateY(-75%);
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block h2{
		font-size: 32px;
		margin-bottom: 18px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block ul li{
		font-size: 15px!important;
		line-height: 19px!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .btn{
		left:50px;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1650px) {
	.inner-page .promo-block-wrap.services-block .promo-block:hover .promo-title-block,
	.promo-block-wrap.services-block .promo-block .promo-title-block{
		padding: 30px 30px 30px 100px;
	}
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block{
		max-width: 75%;
		padding: 30px 10% 90px 100px;
	}
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block:before{
		left: -48%;
	}
	.promo-block-wrap.services-block .promo-block .btn{
		left:100px;
	}
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
	/*.promo-title-block:hover:before{
		transform: scale(4) rotate(55deg);
		-webkit-transform: scale(4) rotate(55deg);
	}*/
}
@media only screen and (min-width: 1500px) and (max-width: 1579px) {
	/*.promo-title-block:hover:before {
    	left: -44%;
	}*/
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.inner-page .promo-block-wrap.services-block .promo-block:hover .promo-title-block,
	.promo-block-wrap .promo-block .promo-title-block{
		padding-left:10%;
	}
	.promo-block-wrap .promo-block.col-md-12 .promo-title-block{
		padding-left:5%;
	}
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block{
		max-width: 79%;
		padding-left:10%;
	}
	.home-section .promo-block-wrap .promo-block .promo-title-block:hover{
		min-width: 380px;
	}
	
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block:before{
		left:-50%;
	}
	.promo-block-wrap.services-block .promo-block .btn{
		left:13%;
	}
	#access-wrap .tab-content .access-img img {
		width: 125%;
		max-width:none;
	}
	.promo-block-wrap .promo-block .btn{
		left:80px;
	}
	.home-section .promo-title-block:hover:before{
		left:-75%;
	}
	#home-banner .banner-desc::before{
		transform: scale(1.5) rotate(18deg);
		-webkit-transform: scale(1.5) rotate(18deg);
	}
	#home-banner .banner-desc::after{
		transform: scale(1.1) rotate(72deg) !important;
		-webkit-transform: scale(1.1) rotate(72deg) !important;
		right: -76%!important;
		bottom:-1670px!important;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
	body.wsite-fr ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2,
	body.wsite-nl ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2{
		font-size: 24px;
		margin-bottom: 15px;
	}
	body.wsite-fr ul.discover-brussels-list.promo-block-wrap .promo-block .promo-title-block h2,
	body.wsite-nl ul.discover-brussels-list.promo-block-wrap .promo-block .promo-title-block h2{
		font-size: 24px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		top:85%!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
		max-height: 240px!important;
	}
	footer .ftr-promo-banner > div{
		width: 250px;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1399px) {
	.inner-page .promo-block-wrap.services-block .promo-block:hover .promo-title-block,
	.promo-block-wrap .promo-block .promo-title-block{
		padding-left:10%;
	}
	.promo-block-wrap .promo-block.col-md-12 .promo-title-block{
		padding-left:5%;
	}
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block{
		max-width: 79%;
		padding-left:10%;
	}
	.home-section .promo-block-wrap .promo-block .promo-title-block:hover{
		min-width: 380px;
	}
	
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block:before{
		left:-50%;
	}
	.promo-block-wrap.services-block .promo-block .btn{
		left:13%;
	}
	#access-wrap .tab-content .access-img img {
		width: 125%;
		max-width:none;
	}
	.promo-block-wrap .promo-block .btn{
		left:80px;
	}
	.home-section .promo-title-block:hover:before{
		left:-75%;
	}
	
	/**/
	#home-banner .banner-desc{
		width: 53%;
	}
	#home-banner a.btn-pink{
		padding:8px 24px 10px;
		margin-left:20px;
		font-size: 22px;
	}
	#home-banner .banner-desc h1{
		font-size:50px;
		line-height: 50px;
		min-width: 640px;
		float:right;
		margin-bottom: 25px;
	}
	#home-banner .banner-desc h2{
		font-size: 18px;
		margin-bottom: 0px;
		float:right;
		max-width: 90%;
	}
	#article-banner .banner-desc h1{
		font-size: 46px;
		line-height: 46px;
	}
	#good-reasons-wrap .tabs-nav-container::before{
		transform: scale(2) rotate(15deg);
		-webkit-transform: scale(2) rotate(15deg);
	}
	#good-reasons-wrap h1{
		font-size: 34px;
	}
	#good-reasons-wrap .reasons-quote-wrap{
		margin-top: 6%;
	}
	#good-reasons-wrap .tabs-container, #good-reasons-wrap .tabs-nav-container{
		padding-top: 40px;
	}
	#good-reasons-wrap ul.tabs-nav > li a span{
		font-size: 22px;
	}
	.inner-page .promo-block-wrap.services-block .promo-block:hover .promo-title-block, .promo-block-wrap .promo-block .promo-title-block,
	.promo-block-wrap .promo-block.col-md-12 .promo-title-block{
		padding-left:50px;
	}
	.promo-block-wrap .promo-block .btn{
		left: 50px;
	}
	#services-list ul > li:hover::before{
		top:-15px;
		width:175%;
	}
	#home-banner .banner-desc::after{
		right: -175%;
	}
	footer .ftr-promo-banner img {
		margin-left: 10px;
		max-width: 110px;
	}
	#primary-nav-wrap #primary-nav {
		margin: 30px 0 0;
	}
	#article-banner .banner-desc::before{
		top:130%;
	}
	#article-banner .banner-desc {
		padding: 50px 30px 80px 3.5%;
	}
	#article-banner::before{
		left:-210px;
		top:-210px;
	}
	#article-banner::after{
		right:-350px;
	}
	.container{
		width: 95%;
	}
	#event_details input, #event_details .file-upload-wrapper{
		width:100%;
	}
	.promo-block-wrap.services-block .promo-block h2{
		font-size:34px;
		line-height: 36px;
	}
	#access-wrap .tab-content .access-img img{
		width: auto;
	}
	#access-wrap .tab-content{
		height:650px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block h2{
		font-size: 26px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-title-block{
		min-height: 70px;
		min-width: 100%;
		padding:20px 25px 20px 40px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		padding-left: 40px!important;
		padding-right: 4%;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-hover-block{
		max-height: 60%!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2{
		font-size: 32px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
		max-height: 220px!important;
		min-height: 0px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		top:85%!important;
	}
	.page-intro h1{
		padding-left: 0px;
	}
	#accomodation-wrap .acc-map{
		left:-4vw;
	}
	#people-wrap > li{
		width:25%;
		height: 370px;
	}
	.inner-page .promo-block.col-md-12.promo-static .promo-hover-block, .promo-block-fixed .promo-title-block{
		padding-left: 5%!important;
		max-width: 570px;
	}
	.inner-page .promo-block.promo-static .promo-hover-block, .inner-page .promo-block.promo-static:hover .promo-hover-block{
		max-width: 540px!important;
		padding-right: 15px!important;
	}
	
	.inner-page .promo-block.col-md-12.promo-static .promo-hover-block::before {
		right: 78% !important;
		transform: scale(2) rotate(65.2deg);
		-webkit-transform: scale(2) rotate(65.2deg);
	}
	section h1{
		margin-top: 40px;
	}
	.square-addres{
		padding-left: 50px;
	}
	#contact-map-wrap .contact-map{
		left: -3.4vw;
	}
	footer .ft-reach-us ul > li{
		margin-right: 10px;
	}
	footer .row .col-md-3{
		width:19%!important;
	}
	footer .row > div:nth-child(3){
		width:22%!important;
	}
	footer .row > div:nth-child(4){
		width:25%!important;
	}
	#cookie-bar p, #cookie-bar span{
		font-size: 16px!important;
	}
	#cookie-bar .cb-enable{
		margin-left: 10px;
	}
	
	.service-inner {
		margin-left: -3.6%;
		width: 100vw;
	}
	
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		top:85%!important;
	}
	
	#home-banner .banner-desc::before{
		transform: scale(1.5) rotate(21deg);
		-webkit-transform: scale(1.5) rotate(21deg);
	}
	#home-banner .banner-desc::after{
		transform: scale(1.1) rotate(72deg) !important;
		-webkit-transform: scale(1.1) rotate(72deg) !important;
		right: -145%;
		bottom:-1600px;
	}
	body.wsite-fr ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2,
	body.wsite-nl ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2{
		font-size: 24px;
		margin-bottom: 15px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
		font-size: 16px;
		line-height: 20px;
	}
	body.wsite-nl ul.discover-brussels-list.promo-block-wrap .promo-block h2,
	body.wsite-fr ul.discover-brussels-list.promo-block-wrap .promo-block h2{
		font-size: 22px;
	}
	body.wsite-fr ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block,
	body.wsite-nl ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		padding-left: 20px!important;
		padding-right: 8%;
	}
	footer .ftr-promo-banner > div{
		width: 265px;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		top:65%!important;
	}
	body.wsite-fr ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block,
	body.wsite-nl ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		top:75%!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block ul li{
		font-size: 15px!important;
		line-height: 19px!important;
	}
}

/* #Tablet [_]
--------------------------------------------------- */

@media only screen and (max-width: 1099px) {
	.inner-page .promo-block-wrap.services-block .promo-block:hover .promo-title-block,
	.promo-block-wrap .promo-block .promo-title-block{
		padding-left:10%;
	}
	.promo-block-wrap .promo-block.col-md-12 .promo-title-block{
		padding-left:5%;
	}
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block{
		max-width: 79%;
		padding-left:10%;
	}
	.home-section .promo-block-wrap .promo-block .promo-title-block:hover{
		min-width: 380px;
	}
	
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block:before{
		left:-50%;
	}
	.promo-block-wrap.services-block .promo-block .btn{
		left:7.7%;
	}
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block::before{
		background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
		transform: scale(3) rotate(0deg);
		-webkit-transform: scale(3) rotate(0deg);
	}
	.promo-block-wrap.services-block .promo-block .promo-title-block{
		opacity: 0;
	}
	#access-wrap .tab-content .access-img img {
		width: 125%;
		max-width:none;
	}
	.promo-block-wrap .promo-block .btn{
		left:80px;
	}
	.home-section .promo-title-block:hover:before{
		left:-75%;
	}
	
	/**/
	#home-banner .banner-desc{
		width: 53%;
	}
	#home-banner a.btn-pink{
		padding:8px 24px 10px;
		margin-left:20px;
		font-size: 22px;
	}
	#home-banner .banner-desc h1{
		font-size:50px;
		line-height: 50px;
		min-width: 640px;
		float:right;
		margin-bottom: 25px;
	}
	#home-banner .banner-desc h2{
		font-size: 18px;
		margin-bottom: 0px;
	}
	#article-banner .banner-desc h1{
		font-size: 46px;
		line-height: 46px;
	}
	#good-reasons-wrap .tabs-nav-container::before{
		transform: scale(2) rotate(0deg);
		-webkit-transform: scale(2) rotate(0deg);
		left:50px;
	}
	#good-reasons-wrap h1{
		font-size: 34px;
	}
	#good-reasons-wrap .reasons-quote-wrap{
		margin-top: 6%;
	}
	#good-reasons-wrap .tabs-container, #good-reasons-wrap .tabs-nav-container{
		padding-top: 40px;
	}
	#good-reasons-wrap ul.tabs-nav > li a span{
		font-size: 22px;
	}
	.inner-page .promo-block-wrap.services-block .promo-block:hover .promo-title-block, .promo-block-wrap .promo-block .promo-title-block,
	.promo-block-wrap .promo-block.col-md-12 .promo-title-block{
		padding-left:50px;
	}
	.promo-block-wrap .promo-block .btn{
		left: 50px;
	}
	#services-list ul > li:hover::before{
		top:-15px;
		width:175%;
	}
	#home-banner .banner-desc::after{
		right: -175%;
	}
	footer .ftr-promo-banner img {
		margin-left: 10px;
		max-width: 110px;
	}
	#primary-nav-wrap #primary-nav {
		margin: 30px 0 0;
	}
	#article-banner .banner-desc::before{
		top:130%;
	}
	#article-banner .banner-desc {
		padding: 50px 30px 80px 3.5%;
	}
	#article-banner::before{
		left:-210px;
		top:-210px;
	}
	#article-banner::after{
		right:-350px;
	}
	.container{
		width: 95%;
	}
	#event_details input, #event_details .file-upload-wrapper{
		width:100%;
	}
	.promo-block-wrap.services-block .promo-block h2{
		font-size:34px;
		line-height: 36px;
	}
	#access-wrap .tab-content .access-img img{
		width: auto;
	}
	#access-wrap .tab-content{
		height:650px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block h2{
		font-size: 22px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-title-block{
		min-height: 58px;
		min-width: 100%;
		padding:15px 15px 15px 25px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block h2:before{
		top:6px!important;
		left: -505px!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		padding-left: 25px!important;
		padding-right: 8%;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-hover-block{
		max-height: 60%!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2{
		font-size: 32px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
		max-height: 170px!important;
		min-height: 0px;
	}
	.page-intro h1{
		padding-left: 0px;
	}
	#accomodation-wrap .acc-map{
		left:-4vw;
	}
	#people-wrap > li{
		width:25%;
		height: 370px;
	}
	.inner-page .promo-block.col-md-12.promo-static .promo-hover-block, .promo-block-fixed .promo-title-block{
		padding-left: 5%!important;
	}
	section h1{
		font-size: 36px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.title-border h1{
		font-size: 36px;
	}
	.square-addres{
		padding-left: 50px;
	}
	#contact-map-wrap .contact-map{
		left: -3.4vw;
	}
	footer .ft-reach-us ul > li{
		margin-right: 10px;
	}
	footer .row .col-md-3{
		width:19%!important;
	}
	footer .row > div:nth-child(3){
		width:22%!important;
	}
	footer .row > div:nth-child(4){
		width:25%!important;
	}
	ul.rooms-list > li.active h3{
		top:12px;
		left: 20px;
	}
	ul.rooms-list .people-range{
		padding: 0px 30px;
	}
	.inner-page .discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block > *{
		opacity: 0;
		margin-top: 0px;
		transition:none;
		-webkit-transition:none;
	}
	.inner-page .discover-brussels-list.promo-block-wrap .flip-content .promo-block .promo-hover-block > *{
		opacity: 1;
		margin-top: 0px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2{
		font-size: 23px;
		margin-bottom:10px;
		padding-right: 100px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p::before{
		height: 40px;
    	width: 56px;
	}
	/*SPEC DV*/
	#home-banner .banner-desc{
		padding-left: 0px;
	}
	#article-banner{
		min-height: 300px;
	}
	#article-banner::after{
		width: 116%;
		right: -50px;
    	top: -95px;
		height: 270px;
    	min-height: 0px;
    	min-width: 0px;		
		transform: scale(1) rotate(9deg);
		-webkit-transform: scale(1) rotate(9deg);
	}
	#article-banner .banner-desc::before{
    	transform: scale(2) rotate(8deg);		
		-webkit-transform: scale(2) rotate(8deg);	
		height:250%;
	}
	#article-banner::before{
		content:none;
	}
	#article-banner .banner-desc{
		padding: 30px 30px 30px 3.5%;
	}
	#home-banner .banner-desc::after{
		bottom: -20% !important;
		height: 100%;
		left: auto;
		right: -53% !important;
		top: auto !important;
		transform: scale(2) rotate(25deg);
		-webkit-transform: scale(2) rotate(25deg);
		width: 110% !important;
	}
	#home-banner .banner-desc::before{
		content:none;
	}
	#home-banner .banner-desc .banner-c-wrap{
		width: 100%;
		right: 40px;
	}
	#home-banner::after{
		transform: scale(1) rotate(-19deg)!important;
		-webkit-transform: scale(1) rotate(-19deg)!important;
		top:-200px;
		left:-100px;
		width:630px;
		height:300px;
		bottom:auto;
		right:auto;
	}
	header{
		height: 120px;
		padding: 30px 0px;
	}
	#good-reasons-wrap ul.tabs-nav > li{
		width: 100%;
		padding-right: 0px;
		margin-top: 20px;
	}
	#good-reasons-wrap ul.tabs-nav > li:first-child{
		margin: 0px;
	}
	#good-reasons-wrap ul.tabs-nav > li a{
		padding-left: 90px;
		height: 80px;
	}
	#good-reasons-wrap ul.tabs-nav > li::before{
		width: 80px;
		height: 80px;
		background-size: 72px!important;
	}
	#good-reasons-wrap ul.tabs-nav > li.active::before{
		background-position: center -70px;
	}
	#good-reasons-wrap ul.tabs-nav{
		width: 40vw;
		margin-right: 0px;
	}	
	#good-reasons-wrap .tabs-container p{
		padding-right: 0px;
	}
	#good-reasons-wrap .reasons-quote-wrap{
		width: 95%;
	}
	.promo-block-wrap .promo-block.col-md-6{
		width:100%;
	}
	.home-section .promo-block-wrap .promo-block {
		height: 420px;
	}
	.home-section .promo-block-wrap .promo-block .promo-title-block{
		min-width: 400px;
	}
	#services-list ul > li{
		width: 33.33%;
		height:140px;
	}
	.talk-to-expert > div.expert-pic{
		width:340px;
	}
	.talk-to-expert h2{
		font-size: 30px;
		line-height: 32px;
	}
	.header-top .plan-event{
		margin-top: 40px;
	}
	#event_details .col-md-7, #event_details .col-md-5{
		width:50%;
	}
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block{
		min-width: 500px;
		padding-left: 6%;
	}
	.services-block .promo-block, .services-block .promo-block:hover, .services-block .promo-block *{
		-webkit-backface-visibility: hidden;
	}
	header.off-canvas.fixed{
		z-index: 999;
	}
	#menu-trigger{
		z-index: 99999;
		pointer-events:visibleFill;
	}
	#access-wrap ul.tabs-nav > li a span{
		height: 140px;
		width: 110px;
		background-size: 110px!important;
	}
	#access-wrap ul.tabs-nav > li a{
		height: 140px;
		width: 110px;
	}
	#people-wrap > li{
		height: 310px;
	}
	#people-wrap > li .img-title{
		padding: 12px 15px;
	}
	#people-wrap > li .img-title h5{
		font-size: 15px;
	}
	#primary-nav-wrap{
		padding: 30px 0px;
	}
	#primary-nav-wrap #primary-nav{
		margin-top: 16px;
	}
	#primary-nav-wrap .social-links{
		padding: 10px 0px;
		border:none;
	}
	#primary-nav-wrap .search-wrap{
		margin: 6px 0px 16px 0px;
	}
	#primary-nav-wrap .search-wrap input.inputbox{
		padding: 0px;
		width: 80%
	}
	/*#primary-nav-wrap.shownav{
		height:650px;
		position:absolute;
		box-shadow: 0px 0px 0px 40px #b3e3e0;
	}
	body.menu-visible{
		overflow: visible;
	}
	header.off-canvas{
		top:0px;
	}*/
	/*HOVER VISIBILITY elm by DFAULT ON DEVICE*/
	.home-section .promo-block-wrap .promo-block .promo-title-block h4 {
		display: block;
		margin: 10px 0 40px;
		opacity: 1;
	}
	.promo-block-wrap .promo-title-block .btn{
		opacity: 1;
		left: 80px;
	}
	.home-section .promo-title-block:before, .home-section .promo-title-block:before {
		background: rgba(255, 255, 255, 1) none repeat scroll 0 0!important;
		left: -54%!important;
		transform: scale(4) rotate(72deg);
		-webkit-transform: scale(4) rotate(72deg);
	}
	.inner-page .promo-block-wrap.services-block .promo-block:hover .promo-title-block, .promo-block-wrap .promo-block .promo-title-block, .promo-block-wrap .promo-block.col-md-12 .promo-title-block{
		padding-left: 80px;
	}
	footer .ftr-promo-banner img{
		max-width: 90px;
	}
	footer .copyright{
		bottom:170px;
	}
	.inner-page .promo-block-wrap .promo-block .promo-hover-block {
		left: 0;
		opacity: 1;
	}
	.inner-page .promo-block-wrap .promo-block .promo-hover-block > * {
		margin-top: 0;
		opacity: 1;
	}
	.inner-page .promo-block-wrap .promo-block .promo-hover-block h2::before {
		width: 500px;
	}
	#explore-square .promo-block{
		background-position: left center;
	}
	#explore-square .promo-block .promo-hover-block{
		max-width: 75%;
		padding-left:8%;
	}
	#explore-square .promo-block .promo-hover-block::before{
		right:-5%;
		transform: scale(4) rotate(70deg);
		-webkit-transform: scale(4) rotate(70deg);
	}
	#home-banner ul.slides img {
		height: 100% !important;
		max-width: none;
		width: auto;
	}
	#cookie-bar span{
		padding: 10px 14px;
	}
	#cookie-bar span:first-child{
		display: none;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close{
		z-index: 11!important;
	}
	#event_details input#flexible{
		margin: -3px 5px 0px 0px;
	}
	.error-text-wrap p{
		display: none;
	}
	.error-text-wrap h1{
		font-size: 90px;
	}
	.error-text-wrap h2{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.inner-page .promo-block.col-md-12.promo-static .promo-hover-block, .promo-block-fixed .promo-title-block{
		padding-left: 5%!important;
		max-width: 570px;
	}
	.inner-page .promo-block.promo-static .promo-hover-block, .inner-page .promo-block.promo-static:hover .promo-hover-block{
		max-width: 540px!important;
		padding-right: 15px!important;
	}
	
	.inner-page .promo-block.col-md-12.promo-static .promo-hover-block::before {
		right: 78% !important;
		transform: scale(2) rotate(65.2deg);
		-webkit-transform: scale(2) rotate(65.2deg);
	}
	footer .logo-partners{
		display: none;
	}
	footer .ft-reach-us ul{
		bottom:auto!important;
	}
	footer .ftr-promo-banner{
		margin-top: 0px;
	}
	
	.service-inner {
		margin-left: -3.6%;
		width: 100vw;
	}
	footer [class^="col-md-"] {
		padding-bottom: 40px;
	}
	.acc-hotel-list ol li, .acc-hotel-list ol li span, .acc-hotel-list ol li strong{
		font-size: 18px;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		top:72%!important;
	}
    #news-list-wrap > li{
        width:50%;
    }
    #news-list-wrap > li:nth-child(2n+1){
        clear:left;
    }
    #news-list-wrap > li:nth-child(3n+1){
        clear:none;
    }
    #news-list-wrap .news-desc{
        padding:0px 30px;
	}
	.sustainability-logo{
		bottom:10%;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
	/*Updt#2471*/
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
		font-size: 13px!important;
		line-height:15px!important;
		max-height: 220px!important;
		font-family: "effra",sans-serif!important;
		font-weight: 400!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block ul li{
		font-size: 13px!important;
		line-height:15px!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2{
		padding-right: 90px!important;
	}
}
/*IPAD  -  [] */
@media only screen and (max-width: 959px) {
	#home-banner .banner-desc{
		width: 85%;
	}
	#home-banner .banner-desc::after{
		bottom: -33% !important;
		height: 70%;
		left: auto;
		right: 12% !important;
		top: auto !important;
		transform: scale(2) rotate(25deg);
		-webkit-transform: scale(2) rotate(75deg);
		width: 60% !important;
	}
	#home-banner .banner-desc .banner-c-wrap{
		bottom:7%;
	}
	#home-banner .banner-desc h1{
		font-size: 42px;
	}
	#good-reasons-wrap .tabs-nav-container::before{
		left: 34px;
	}
	.promo-title-block h2, .promo-hover-block h2{
		font-size: 32px;
	}
	.inner-page .promo-block-wrap.services-block .promo-block:hover .promo-title-block, .promo-block-wrap .promo-block .promo-title-block, .promo-block-wrap .promo-block.col-md-12 .promo-title-block{
		padding-left: 50px;
	}
	.promo-block-wrap .promo-title-block .btn{
		left: 50px;
	}
	.home-section .promo-title-block::before{
		left: -79%!important;
	}
	#services-list ul > li{
		width: 50%;
	}
	footer{
		padding: 24px 0px 15px;
	}
	footer .container .row .col-md-4, footer .container .row .col-md-3, footer .container .row .col-md-2{
		width:50%!important;
		float:left;
		height:auto!important;
		padding-bottom: 10px;
	}
	footer .container .row .col-md-4{
		padding-bottom: 50px;
	}
	footer ul.ftr-links{
		margin: 0px;
	}
	footer ul.ftr-links > li{
		float:left;
		width: 50%;
		padding-right: 20px;
	}
	footer h2{
		font-size: 24px;
	}
	footer .container .row .col-md-2{
		clear:left;
		margin-top:30px;
	}
	footer .ft-reach-us ul{
		position: relative;
		left: 0px;
		top:0px;
	}
	footer .address{
		margin-bottom: 15px;
	}
	footer br{
		display: inherit;
	}
	footer .ftr-promo-banner img{
		max-width: 110px;
	}
	footer .ftr-promo-banner{
		margin-top: 140px;
	}
	.transition-mask{
		width: 250%;
	}
	/**/
	#primary-nav-wrap #primary-nav{
		margin-top: 30px;
	}
	#primary-nav-wrap #primary-nav > li.parent{
		width: 350px!important;
	}
	#primary-nav-wrap #primary-nav > li ul{
		left: 350px;
	}
	#primary-nav-wrap #primary-nav > li.parent.active > a::after{
		width: 350px;
	}
	#primary-nav-wrap .search-wrap{
		margin: 30px 0 40px;
	}
	#primary-nav-wrap #primary-nav > li a, #primary-nav-wrap #primary-nav > li > span{
		font-size: 28px;
	}
	.page-intro .push-content, .page-intro .push-content p, .page-intro p, .plan-event-intro-ft .push-content, #plan-event-wrap .title-border, .plan-event-intro-ft{
		padding: 0px!important;
	}
	#article-banner .banner-desc h1{
		font-size: 36px;
		line-height: 36px;
	}
	.page-intro{
		margin-bottom: 30px;
	}
	#explore-square .promo-block .promo-hover-block{
		max-width: 100%;
		padding: 30px 30px!important;
	}
	#explore-square .promo-block .promo-hover-block h2{
		font-size: 32px;
		margin-bottom: 15px;
	}
	#explore-square .promo-hover-block h2::before{
		left: -505px;
	}
	#explore-square.promo-block-wrap .promo-block{
		height: auto;
	}
	#explore-square .promo-block .promo-hover-block{
		position: relative;
		transform: none;
		-webkit-transform: none;		
		float:left;
	}
	#explore-square .promo-block .promo-hover-block:after{
		content:none;
	}
	#explore-square .promo-block .promo-hover-block:before{
		transform: none!important;
		background:rgba(255,255,255,0.85);
		z-index: 0;
		width:100%;
		height: 100%;
		left: 0px;
		top:0px;
	}
	.talk-to-expert > div.expert-info{
    	padding: 15px 20px 15px 2%;		
	}
	.talk-to-expert > div.expert-pic{
		width: 250px;
	}
	.talk-to-expert p{
		font-size:14px;
		line-height:normal;
	}
	#explore-square .promo-block .promo-title-block{
		display: none;
	}
	#explore-square .room-tabs .tab-content{
		max-height:none;
	}
	.event-toggle-content .push-content{
		padding-left: 0px;
		width: 100%;
	}
	#event_details .col-md-7, #event_details .col-md-5{
		width:100%;
	}
	#plan-event-wrap ul.rooms-list > li{
		width:48%;
	}
	.selected-items-wrap ul.selected-items-list > li{
		width: 50%;
	}
	.selected-items-wrap ul.selected-items-list > li:nth-child(odd){
		padding-left: 0px;
	}
	#plan-event-wrap{
		margin-bottom: 20px;
	}
	.promo-block-wrap.services-block .promo-block .btn{
		left: 50px;
	}
	.inner-page .promo-block-wrap.services-block .promo-block .promo-title-block{
		display:none;
	}
	
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block::before{
		background:rgba(255,255,255,0.80)
	}
	#access-wrap ul.tabs-nav > li a span{
		height: 120px;
		width: 90px;
		background-size: 90px!important;
	}
	#access-wrap ul.tabs-nav > li a{
		height: 120px;
		width: 92px;
	}
	#access-wrap .tab-content{
		height: 100%;
	}
	#access-wrap .tab-content > div{
		display: block!important;
		padding-top:20px!important;
		padding-right: 0px!important;
		width:100%;
	}
	.access-map .google_map_cls, #access-wrap .tab-content .access-img{
		height: 300px;
		top: 0;
		position: relative;
    	width: 100vw;
		left: -3.5vw;
	}
	#access-wrap .tab-content .access-img{
		height: auto;
	}
	ul.discover-brussels-list > li{
		width: 49.8%;
	}
	ul.discover-brussels-list > li.flip-content{
		width:100%;
	}
	.acc-hotel-list > div{
		margin-bottom:25px;
	}
	.promo-block-fixed .promo-title-block, .promo-block-wrap .promo-block.promo-static .promo-hover-block{
		max-width: 100%;
		min-height: 0px!important;
	}
	.promo-block-fixed .promo-title-block::before, .promo-block-wrap .promo-block.promo-static .promo-hover-block:after{
		left:0px;
		transform: scale(3.4) rotate(0deg);
		-webkit-transform: scale(3.4) rotate(0deg);
	}
	.promo-block-fixed, .promo-block-wrap .promo-block.promo-static{
		height: 100%!important;
	}
	.promo-block-fixed .promo-title-block, .inner-page .promo-block-wrap .promo-block.promo-static .promo-hover-block{
		position:relative;
		min-height: 0px!important;
		padding-bottom: 30px!important;
	}
	.promo-block-fixed:after, .promo-static:after{
		z-index:2;
		bottom:20px!important;
		right:20px!important;
	}
	.scroll-text-block{
		max-height: none;
	}
	#people-wrap > li{
		width:33.3%;
		height:300px;
	}
	ul#team-filter{
		width: 95%;
	}
	.square-addres{
		padding: 0px 0px 0px 10px;
		margin-bottom: 20px;
	}
	.promo-block-fixed .promo-title-block::before, .promo-block-wrap .promo-block.promo-static .promo-hover-block::after{
		opacity: 0.8;
	}
	.promo-block-wrap .promo-block.promo-static .promo-hover-block, .promo-block-wrap .promo-block.promo-static:hover .promo-hover-block{
		max-width: none!important;
	}
	
	.inner-page .promo-block.col-md-12.promo-static .promo-hover-block::before{
		content:none!important;
	}
	.inner-page .promo-block.col-md-12.promo-static{
		background-size: cover;
	}
	.promo-block.logo-local2, .promo-block-fixed.logo-local3, .promo-block.logo-local6{
		padding-bottom: 60px!important;
	}
	.inner-page .promo-block.col-md-12.promo-static .promo-hover-block p{
		margin-right: 5px!important;
	}
	/*Updt#2471*/
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
		font-size: 16px!important;
		line-height:normal!important;
		max-height: 220px!important;
		font-family: "effra",sans-serif!important;
		font-weight: 400!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block ul li{
		font-size: 16px!important;
		line-height:normal!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2{
		padding-right: 75px;
	}
	header.off-canvas.fixed .header-top .plan-event{
		display: none;
	}
	.search-wrap-homepage{
		display: none;
	}
}

/*RES-HEIGNT*/
@media only screen and (min-height: 771px) and (max-height: 860px) {
	#primary-nav-wrap #primary-nav{
		    margin: 50px 0px 30px;
	}
	#primary-nav-wrap .social-links{
		padding: 20px 0px;
	}
	#primary-nav-wrap .search-wrap{
		    margin: 35px 0px 35px;
	}
}
@media only screen and (min-height: 671px) and (max-height: 770px) {
	#primary-nav-wrap #primary-nav {
		margin: 15px 0 20px;
	}
	
	#primary-nav-wrap #primary-nav > li{
		margin-bottom: -10px;
	}
	#primary-nav-wrap .social-links{
		padding: 0px 0px 20px 0px;
	}
	#primary-nav-wrap .search-wrap{
		    margin: 35px 0px 35px;
	}
	#primary-nav-wrap{
		padding-top: 40px!important;
	}
}
@media only screen and (min-height: 550px) and (max-height: 670px) {
	#primary-nav-wrap{
		padding-top: 30px;
	}
	#primary-nav-wrap #primary-nav {
		margin:20px 0 0px;
	}
	#primary-nav-wrap #primary-nav > li{
		padding: 9px 0px;
		margin-bottom: -10px;
	}
	#primary-nav-wrap #primary-nav > li > span{
		top:9px;
	}
	#primary-nav-wrap #primary-nav > li > ul > li > span{
		top:9px;
	}
	
	#primary-nav-wrap #primary-nav > li > ul > li,
	#primary-nav-wrap #primary-nav > li > ul > li > ul > li{
		padding: 9px 0px;
	}
	#primary-nav-wrap .social-links{
		padding:20px 0px;
	}
	#primary-nav-wrap .search-wrap{
		    margin:30px 0px 30px;
	}
	
}

@media only screen and (min-height: 420px) and (max-height: 500px) {
	#home-banner ul.slides > li, #home-banner ul.slides > li img{
		min-height: 500px!important;
	}
}
@media only screen and (min-height: 301px) and (max-height: 610px) {
	#primary-nav-wrap{
		height: 98vh!important;
	}
}

/*IPHONE  -  [_] */
@media only screen and (max-width : 767px){
	#home-banner::after{
		height: 180px;
		transform: scale(2) rotate(0deg) !important;
		-webkit-transform: scale(2) rotate(0deg) !important;
	}
	header h1.logo,  header.off-canvas.fixed .logo{
		height: 56px!important;
		width: 145px!important;
		margin-top:-4px!important;
	}
	header h1.logo img, header.off-canvas.fixed .logo img{
		width: 140px!important;
	}
	header .header-top, header.off-canvas.fixed .header-top{
		padding-top: 12px;
	}
	#home-banner .banner-desc::after{
		content:none;
	}
	#sqare-site-wrap #home-banner .banner-desc{
		top:auto;
		bottom:0px;
		padding: 30px;
		height:auto;
		background:rgba(255,255,255,0.75);
		width:100%;
	}
	#home-banner .banner-desc .banner-c-wrap{
		transform: none;
		-webkit-transform:none;
		width:100%;
		position:static;
	}
	header, header.off-canvas.fixed{
		height: 70px;
		padding: 10px 0px;
	}
	#home-banner .banner-desc h1{
		min-width: 0px;
		font-size: 34px;
		line-height: normal;
	}
	#home-banner a.btn-pink {
		font-size: 20px;
		margin-left: 20px;
		padding: 5px 14px 6px;
	}
	#good-reasons-wrap .tabs-container, #good-reasons-wrap .tabs-nav-container{
		display:block;
		width:100%;
	}
	#good-reasons-wrap .tabs-nav-container:after, #good-reasons-wrap .tabs-nav-container::before{
		content:none;
		background: none;
	}
	#good-reasons-wrap .tabs-container, #good-reasons-wrap .tabs-nav-container{
		padding-right: 0px!important;
	}
	#good-reasons-wrap h1{
		font-size: 26px;
		margin-bottom: 20px;
	}
	#good-reasons-wrap .container{
		padding-top:100px;
	}
	#good-reasons-wrap .tabs-nav-container{
		position:absolute;
		left: 0px;
		top:20px;
		width:100%;
		padding: 0px!important;
	}
	#good-reasons-wrap h3{
		font-size: 20px;
	}
	#good-reasons-wrap .tabs-nav-container ul.tabs-nav{
		width:100%;
		display: table;
		margin: 0px;
	}
	#good-reasons-wrap .tabs-nav-container ul.tabs-nav > li{
		display: table-cell;
		width: 16.6%;
		margin: 0px;
		position: relative;
		background: #b3e3e0;
	}
	#good-reasons-wrap .tabs-nav-container ul.tabs-nav > li a span{
		position:absolute;
		border:none;
		top:100px;
		font-size: 12px;
		left: 0px;
		display: none;
	}
	#good-reasons-wrap .tabs-container, #good-reasons-wrap .tabs-nav-container{
		padding-top: 20px;
	}
	#good-reasons-wrap ul.tabs-nav > li a{
		height: 65px;
	}
	#good-reasons-wrap ul.tabs-nav > li::before{
		height: 100%;
		width:100%;
		background-size: 60px!important;
		border-width:0px 0px 0px 2px;
		border-color:#fff;
		background-color: #b3e3e0;
	}
	#good-reasons-wrap ul.tabs-nav > li.active::before{
		background-position: center -57px;
	}
	section h1{
		font-size: 24px;
		margin:22px 0px;
	}
	.home-section .promo-block-wrap .promo-block{
		height: 260px;
	}
	.promo-title-block h2, .promo-hover-block h2{
		font-size: 26px;
	}
	#primary-nav-wrap .social-links{
		width: 100%!important;
		border:none!important;
	}
	.home-section .promo-title-block::before{
		transform: scale(4) rotate(0deg);
		-webkit-transform: scale(4) rotate(0deg);
		background: rgba(255,255,255,0.75)!important;
	}
	.home-section .promo-title-block{
		background: none!important;
	}
	.inner-page .promo-block-wrap.services-block .promo-block:hover .promo-title-block, .promo-block-wrap .promo-block .promo-title-block, .promo-block-wrap .promo-block.col-md-12 .promo-title-block{
		padding-left: 30px;
	}
	.promo-block-wrap .promo-title-block .btn{
		left: 30px;
	}
	.promo-title-block h2::before, .promo-hover-block h2::before{
		left: -505px;
		top:5px;
	}
	footer .container .row .col-md-4, footer .container .row .col-md-3, footer .container .row .col-md-2{
		width: 100%!important;
	}
	footer .ftr-promo-banner{
		display: none;
	}
	footer .copyright{
		width:100%;
		position: static;
		text-align: center;
		display: block;
	}
	footer .copyright .misc-links{
		text-align: center;
	}
	footer .copyright .misc-links a{
		margin: 0px 10px 0px 0px;
	}
	footer .container .row .col-md-2{
		text-align: center;
		margin: 10px 0px!important;
	}
	h2.square-ft-text{
		margin: 0px auto 6px auto;
	}
	footer .ft-reach-us ul, ul.social-links{
		text-align: center;
		width:100%;
	}
	footer .ft-reach-us ul > li, ul.social-links > li{
		display: inline-block;
		float:none;
	}
	footer .subscibe-text, footer .subscribe-newsletter{
		max-width: 100%;
	}
	footer .col-md-3:nth-child(2){
		display: none;
	}
	footer .col-md-4 h2{
		display: none;
	}
	header #primary-nav-wrap.shownav h1.logo, header #primary-nav-wrap.shownav h1.logo img {
		height: 38px !important;
		width: 120px !important;
	}
	#primary-nav-wrap #primary-nav > li.parent{
		width: 100%!important;
	}
	#primary-nav-wrap #primary-nav > li ul{
		position: static;
		padding:0px;
		width: 100%!important;
		overflow: hidden;
		height:0px;
	}
	#primary-nav-wrap.shownav{
		height:auto;
	}
	#primary-nav-wrap #primary-nav > li:hover > ul,
	#primary-nav-wrap #primary-nav > li ul{
		height:100%;
		opacity: 1!important;
		pointer-events: auto!important;
	}
	#primary-nav-wrap #primary-nav > li.parent.active > a::after{
		content:none;
	}
	#primary-nav-wrap #primary-nav > li.parent.active > a{
		pointer-events:none;
	}
	#primary-nav-wrap #primary-nav > li.parent.active:hover > a{
		pointer-events:auto;
	}
	#primary-nav-wrap #primary-nav > li{
		padding: 6px 0px;
	}
	#primary-nav-wrap #primary-nav > li span{
		display: none!important;
	}
	#primary-nav-wrap #primary-nav > li a, #primary-nav-wrap #primary-nav > li > span{
		font-size: 24px;
	}
	#primary-nav-wrap #primary-nav > li > ul > li, #primary-nav-wrap #primary-nav > li > ul > li > ul > li{
		padding: 6px 0px;
	}
	#primary-nav-wrap #primary-nav > li > ul > li a{
		font-size: 22px;
		font-weight: 400!important;
	}
	#primary-nav-wrap #primary-nav > li > ul > li a:hover, #primary-nav-wrap #primary-nav > li > ul > li:hover a{
		color:#fff!important;
		opacity: 1!important;
	}
	.btn{
		padding: 7px 20px 9px;
		font-size: 16px;
	}
	#primary-nav-wrap .search-wrap{
		margin: 15px 0px 30px 0px;
	}
	#primary-nav-wrap a.btn-menu{
		width: 100%;
		margin: 0px 0px 12px 0px;
	}
	#primary-nav-wrap .search-wrap{
		width: 100%;
	}
	#primary-nav-wrap{
		width:100vw;
		left: -2.5vw;
		min-height: 650px;
		top:-10px;
		position: absolute!important;
	}
	
	body.menu-visible header.off-canvas{
		position: absolute!important;
		top: 0px!important;
	}
	header.fixed #primary-nav-wrap{
		top:-10px;
	}
	body.menu-visible{
		overflow: visible;
	}
	#home-banner{
		min-height: 500px!important;
	}
	#home-banner ul.slides > li{
		background-size: cover;
	}
	#home-banner ul.slides img{
		/*min-height: 500px!important;
		max-height: 600px!important;*/
		opacity: 0;
	}
	ul#top-nav > li a{
		padding: 3px 14px 4px;
	}
	#menu-trigger{
		margin-left: 20px;
	}
	/*header.fixed a.plan-event{
		display: none!important;
	}*/
	.flex-control-paging{
		display: none;
	}
	.pace-done .transition-mask{
		top:-120%;
	}
	#article-banner::after, #article-banner .banner-desc::before{
		content: none!important;
	}
	header.inner-header{
		background: rgba(255,255,255,0.75);
	}
	#article-banner .banner-desc{
		width: 100%;
		padding: 16px 20px!important;
		background: rgba(255,255,255,0.75);
	}
	#article-banner .banner-desc h1{
		font-size: 30px;
		line-height: normal;
		margin: 0px;
	}
	#article-banner, #article-banner img{
		 max-height: 400px;
		max-width: none;
		width: auto !important
	}
	#explore-square .promo-block .promo-hover-block h2{
		font-size: 26px;
	}
	#explore-square .room-tabs ul.tabs-nav > li, #explore-square .room-tabs .room-ft-btns a.btn{
		margin-bottom: 12px!important;
	}
	.talk-to-expert p{
		/*display: none;*/
		max-width:100%;
	}
	.talk-to-expert .expert-pic{
		max-width:150px;
		display: none;
	}
	.talk-to-expert > div.expert-pic{
		width:150px;
	}
	.talk-to-expert > div.expert-info{
		/*padding:15px;
		padding-top: 10px;*/
		padding: 15px 20px 15px 30px;
	}
	.talk-to-expert h2{
		font-size: 22px;
		margin: 0px;
	}
	.talk-to-expert h2:before{
		left: -306px;
	}
	.talk-to-expert .exp-contact{
		margin-top:10px;
	}
	.talk-to-expert .exp-contact a, .talk-to-expert .exp-contact span{
		width:25px;
	}
	.talk-to-expert{
		margin-top: 30px;
	}
	.event-toggle-content .push-content{
		padding-right: 0px!important;
	}
	#event_details .custom-select-box.select-wide div.option_title, #event_details .custom_select, #event_details .custom-select-box{
		width: 100%;
	}
	#event_details .form-group label{
		margin: 0px 0px 6px;
	}
	#event_details .custom-select-box{
		margin-bottom: 10px;
	}
	.event-toggle-content.visible{
		padding: 10px 0px;
	}
	#event_details input, #event_details .file-upload-wrapper{
		max-width: none;
	}
	.title-border h1{
		font-size: 26px;
	}
	.title-border{
		margin:15px 0px 20px;
	}
	#plan-event-wrap ul.rooms-list > li{
		width: 99%;
	}
	.room-content-toggle{
		margin-bottom: 20px;
	}
	.selected-items-wrap ul.selected-items-list > li{
		width: 100%;
		padding-left: 0px;
	}
	.choose-room-wrap a.btn-pink-outline{
		margin-top: -10px;
		margin-bottom: 0px;
	}
	#comment_details .push-content textarea{
		width: 100%;
		min-height: 100px;
		margin-bottom: 30px;
	}
	#event_details .form-group label{
		font-size: 16px;
	}
	ul.rooms-list > li, .room-content-toggle.visible, .room-c-wrap{
		height: 200px;
	}
	.room-c-wrap{
		width: 96%;
	}
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block{
		min-height: 200px!important;
		position:relative;
		top:auto;
		transform: none;
		background: rgba(255,255,255,0.75);
		-webkit-transform: none;		
		padding-top: 30px;
		padding-bottom: 80px!important;
	}
	.promo-block-wrap.services-block .promo-block{
		height: auto!important;
	}
	.promo-block-wrap.services-block .promo-block h2{
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.promo-block-wrap.services-block .promo-block .btn{
		left: 30px;
		bottom:30px;
	}
	.library-wrap{
		margin-top: 30px;
	}
	.library-wrap .search-wrap, .custom-select-box.select-medialibrary{
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	.library-wrap, .faq-wrap, .sitemap-wrap{
		margin-bottom: 25px;
	}
	#access-wrap ul.tabs-nav > li a{
		width:95%;
		height:114px;
	}
	#access-wrap ul.tabs-nav > li a span{
		height: 114px;
		width: 100%;
		background-size:80%!important;
	}
	#access-wrap .tab-content > div.access-content{
		padding-right: 40px!important;
	}
	#access-wrap .tabs-nav-container{
		padding: 20px 0 5px;
	}
	ul.discover-brussels-list > li{
		width: 100%!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block{
		height: 300px!important;
	}
	ul.discover-brussels-list > li.flip-content .promo-block{
		height: 1000px!important;
	}
	.promo-block-wrap .promo-block.promo-static .promo-hover-block:before{
		content:none;
	}
	.promo-block-fixed .promo-title-block::before, .promo-block-wrap .promo-block.promo-static .promo-hover-block::after{
		opacity: 0.8;
	}
	#people-wrap > li{
		width: 50%;
	}
	.faq-wrap .search-wrap{
		padding: 6px;
	}
	.faq-wrap .search-wrap input[type="text"]{
		width: 90%;
		margin-top: -2px;
	}
	.faq-wrap .search-wrap input[type="submit"]{
		background-size: 20px;
	}
	ul.faq_list > li{
		 padding: 10px 12px 12px;
	}
	ul.faq_list > li h2{
		font-size: 18px;
		line-height: normal;
	}
	.square-contact-us > div{
		padding-left:0px!important;
		padding-right: 0px!important;
	}
	.square-contact-us input, .square-contact-us textarea, .square-contact-us select{
		width: 100%;
		max-width: none;
	}
	.square-contact-us .form-group{
		padding: 0px;
		width:100%;
	}
	.access_square a{
		margin-right: 12px;
	}
	.access_square a img{
		max-width: 50px;
	}
	.g-recaptcha{
		margin-bottom: 20px;
	}
	.square-addres .square-ft-text{
		margin: 0px 0px 10px;
	}
	footer{
		padding-bottom: 45px;
	}
	footer .websiteby{
		bottom: -26px;
	}
	.access_square > div{
		display:block;
		width: 100%!important;
		float:left;
	}
	#searchForm .form-limit{
		top:-8px;
	}
	.error-text-wrap {
		right: 4%;
		left: auto;
		margin: 0;
		position: absolute;
		top: 25%;
		width: 70%;
		text-align: right;
	}
	.error-text-wrap h1{
		width:100%;
		margin-bottom: 30px;
	}
	.error-text-wrap h2{
		display: none;
	}
	
	#top-nav > li:nth-child(1) {
		display: none !important;
	}
	.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block{
		max-width: 100%!important;
		min-width: 0px;
	}
	.promo-block-wrap.services-block .promo-block .btn{
		left: 6%;	
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
		max-height: none!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		top:75%!important;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p::before {
		height: 120px;
		width: 100px;
	}
	body.menu-visible{
		overflow: hidden!important;
	}
    #news-list-wrap > li{
        width:100%;
    }
    #news-list-wrap > li:nth-child(2n+1){
        clear:left;
    }
    #news-list-wrap > li:nth-child(3n+1){
        clear:none;
    }
    #news-list-wrap .news-desc{
        padding:0px 30px;
    }
	#square-60 .wrap-60{
		overflow: hidden;
	}
	#square-60 .wrap-60 img{
		max-width: 150vw!important;
	}
	#square-60{
		max-width: 92%;
	}
	.sustainability-logo{
		bottom:10px;
		right:10px;
		width:50px;
		height:50px;
		background-size: 100%;
	}
	#article-banner{
		width:100%!important;
	}
}

@media only screen and (max-width : 460px){
	#home-banner a.btn-pink{
		width: 100%;
		text-align: center;
		margin: 10px 0px;
	}
	#home-banner .banner-desc h2{
		font-size: 16px;
		line-height: normal;
	}
	#home-banner .banner-desc h1{
		font-size: 30px;
		line-height: 30px;
	}
	#people-wrap > li{
		height: 240px;
	}
	#good-reasons-wrap .reasons-quote-wrap{
		margin-left: 8px;
		margin-bottom: 10px;
	}
	#services-list ul > li{
		width: 100%;
	}
	#people-wrap > li .img-title h3{
		font-size: 16px;
	}
	#people-wrap > li .img-title h5{
		/*display: none;*/
		font-size: 14px;
	}
	#people-wrap > li .img-title{
		min-height: 0px;
	}
	.faq-wrap .search-wrap input[type="text"]{
		width: 80%;
	}
	#article-banner, #article-banner img{
		 max-height: 320px;
		max-width: none;
		width: auto !important
	}
	#article-banner{
		width:100%!important;
	}
	footer .social-links{
		bottom:-5px;
	}
	footer .container .row .col-md-4{
		margin-bottom: 10px;
	}
	#explore-square .room-tabs .room-ft-btns a.btn{
		width: 100%;
		margin-right: 0px;
	}
	.event-toggle-title h2{
		font-size: 22px;
	}
	.room-content-toggle button.next{
		width: 40px;
		background-size: 40px;
	}
	.room-content-toggle button.prev{
		width: 40px;
		background-size: 40px;
	}
	.choose-room-wrap a.room-toggle-title{
		font-size: 16px;
	}
	.access-map .google_map_cls, #access-wrap .tab-content .access-img{
		left: -5vw;
	}
	ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
		padding-left: 25px!important;
		padding-right: 0px!important;
		padding-bottom: 0px!important;
	}
	.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
		font-size: 16px!important;
		line-height: normal!important;
		max-height: 224px!important;
	}
	.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block ul li,
	.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block ol li{
		font-size: 16px!important;
		line-height: normal!important;
	}
	/*ROLLOVER TRANSITIONS - REMOVED*/
	ul.rooms-list > li:hover .room-c-wrap::before{
		transform: none!important;
	}
	#services-list ul > li:hover::before{
		top:-220%!important;
	}
	
	/*--*/
	body.pace-done .square-loader{
		height: 0;
	}
	header.fixed #primary-nav-wrap {
		height:0px;
		min-height:20px
	}
	#primary-nav-wrap.shownav{
		height:auto!important;
	}
	body.menu-visible header.off-canvas{
		position: fixed!important;
	}
	#primary-nav-wrap.shownav {
		height: auto !important;
		/*max-height: 495px;*/
		min-height: auto;
	}
	header #primary-nav-wrap.shownav h1.logo{
		padding-top:3px;
	}
	/*--*/
	
}
@media only screen and (max-width : 460px){
	header ul#top-nav{
		display: none;
	}
	.search-wrap-homepage + a.plan-event {
		margin-top: 25px!important;
	}
}
@media only screen and (max-width : 365px){
	#sqare-site-wrap #home-banner .banner-desc{
		padding: 18px;
	}
	header .header-top{
		width: 100px;
	}
	#home-banner .banner-desc h2{
		display: none;
	}
}

