 /*
* KARAKAS-DIGITAL
*/


/* #TYPOGRAPHY
================================================== */

h1, h2, h3, h4, h5, h6{
	font-weight:700;
	margin:0px;
	padding:0px;
	font-family: "effra",sans-serif;
	color:#444444;
}
h1{
	font-size:40px;
	font-weight:900;
	line-height:normal;
    font-family: "effra",sans-serif;
	margin-bottom:6px;
}
h1 span{
	color:#ffcc00;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 18px;
    font-weight: 900;
}
a{
	color:#333;
	text-decoration:none;
	outline:none!important;
}
a:focus, a:hover, a:visited {
	color:#333;
	text-decoration:none;
}
img {
	  max-width: 100%;
	  height: auto;
}

body{
    font-family: "effra",sans-serif;
	color:#333333;
	font-weight:400;
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale;
}

p {
    font-family: "effra",sans-serif;
	font-size:18px;
	line-height:24px;
	color:#333333;
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale;
	font-weight:400;
	margin:0px 0px 15px 0px;
}
p strong, strong, b{
	font-size:18px;
	font-weight:700;
}
ul, ol{
	padding-left:25px;
}
ul li, ol li{
	font-family: "effra",sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}
img{
	max-width:100%;
}
#sqare-site-wrap{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}

.container{
	width:90%;
	position:relative;
}
header, section, footer{
	float:left;
	width:100%;
	clear:both;
}
header.off-canvas{
	position: fixed;
	top: -500px;
	box-sizing: border-box;
	-webkit-transition: top 0.6s;
	-moz-transition: top 0.6s;
	transition: top 0.6s;
}
header.off-canvas.fixed {
  	top: 0px;
  	z-index: 99;
	background:rgba(255,255,255,0.9);
	padding:20px 0px;
	height:100px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.25);
}
header.off-canvas.fixed ul#top-nav > li select{
	background-image:url(../images/lang-arw-bl.png);
}
header.off-canvas.fixed h1.logo, header.off-canvas.fixed h1.logo img{
	width:197px;
	height:60px;
}
header.off-canvas.fixed .header-top{
	padding-top:19px;
}
header.off-canvas.fixed .header-top .plan-event{
	clear:none;
	float:left;
	margin-top:-13px;
}

::-moz-selection { background: none; color:#b3e3e0; }
::selection { background: none; color:#b3e3e0; }
.talk-to-expert ::-moz-selection { background: none; color:#137593; }
.talk-to-expert ::selection { background: none; color:#137593; }
/* #LANDING
================================================== */

header{
	width:100%;
	height:176px;
	padding:50px 0px;
	position:absolute;
	z-index:9;
}
header h1.logo{
	float:left;
	width:250px;
	height:76px;
	margin:0px;
}
header h1.logo img{
	width:190px;
	float:left;
	height:58px;
}
header #primary-nav-wrap.shownav h1.logo, header #primary-nav-wrap.shownav h1.logo img{
	width:190px!important;
	height:58px!important;
}
header .header-top{
	float:right;
}
ul#top-nav{
	float:right;
	margin:0px;
	padding:0px;
}
ul#top-nav > li{
	float:left;
	border-right:solid 1px rgba(19,117,147,0.5);
	list-style:none;
}
ul#top-nav > li a{
	float:left;
	padding:3px 30px 4px;
	color:#137593;
	font-size:18px;
	line-height:100%;
	font-weight:500;
	position:relative;
}
ul#top-nav > li a:after{
	content:'';
	background:#137593;
	height:2px;
	width:0px;
	position:absolute;
	bottom:-2px;
	left:-50%;
	right:-50%;
	margin:auto;
	transition: all 0.3s ease 0s;
}
ul#top-nav > li a:hover:after{
	width:60%;
}
ul#top-nav > li select{
	color:#137593;
	font-size:16px;
	font-weight:500;
	border:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding:0px 10px 0px 0px;
	margin:0px 30px;
	background:url(../images/lang-arw.png) no-repeat right 9px;
	background-size:9px;
	float:left;
	height:24px;
	width:70px;
	outline:0;
	border:none;
}
ul#top-nav > li select option{
	color:#444;
	padding:6px 8px;
	outline:none;
	background:#fff;
	border-top:1px dotted #DFDFDF;
	-webkit-appearance:none;
	-moz-appearance:none;
}
ul#top-nav > li select option:first-child{
	border:none;
}
#menu-trigger{
	width:26px;
	height:21px;
	float:right;
	z-index:100;
	cursor:pointer;
	position:relative;
	margin-left:30px;
}
span.menu-svg{
	display:block;
	width:26px;
	height:3px;
	background:#137593;
	z-index:100;
	cursor:pointer;
	position:absolute;
	top:11px;
	left:0px;
}
	
span.menu-svg:after, span.menu-svg:before {
	background-color: #137593;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
	width: 26px;
	z-index:100;
}
span.menu-svg:before{
	top:-8px;
}
span.menu-svg:after{
	top:8px;
}
span.menu-svg.active, span.menu-svg.active:after, span.menu-svg.active:before{
	background:#444;
}
span.menu-svg.active{
	height:0px;
}
span.menu-svg.active:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top:0px;
}
span.menu-svg.active:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top:0px;
}   

/*header.inner-header ul#top-nav > li{
	border-color:rgba(0,0,0,0.5);
}
header.inner-header ul#top-nav > li a{
	color:#000;
}
header.inner-header ul#top-nav > li select{
	color:#000;
	background-image:url(../images/lang-arw-bl.png);
}
header.inner-header span.menu-svg, header.inner-header span.menu-svg::after, header.inner-header span.menu-svg::before{
	background:#000;
}

header.inner-header .header-top .plan-event{
	color:#000;
}
header.inner-header .header-top .plan-event:hover{
	color:#fff;
}
header.inner-header .header-top .plan-event{
	border-color:#000;
}
header.inner-header .header-top .plan-event:before{
	background-color:#000;
}*/


/*MENU*/
#primary-nav-wrap{
	position:fixed;
	left:0px;
	top:0px;
	z-index:10;
	width:100%;
	height:100%;
	background:#b3e3e0;
	padding:50px 0px;
	height:0px;
	opacity:0;
	overflow:hidden;
	pointer-events:none;
	transition: all .3s linear;
	-webkit-transition: all .3s linear; /*Safari*/
}
#primary-nav-wrap.shownav{
	opacity:1;
	height:100%;
	pointer-events:auto;
}
body.menu-visible{
	overflow:hidden;
}
#primary-nav-wrap #primary-nav{
	float:left;
	clear:both;
	margin:70px 0px 50px;
	padding:0px;
	width:100%;
}
#primary-nav-wrap #primary-nav > li{
	list-style:none;
	padding:12px 0px;
	margin:0px;
	position:relative;
}
#primary-nav-wrap #primary-nav > li a, #primary-nav-wrap #primary-nav > li > span{
	font-size:30px;
	line-height:normal;
	font-weight:900;
	text-decoration:none;
	display:inline-block;
	position:relative;
}
#primary-nav-wrap #primary-nav > li > span{
	position:absolute;
	left: 0px;
	top:0px;
	z-index: 1;
	pointer-events:none;
	top:12px;
	width: 0px;
	display: block;
	overflow: hidden;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;/*safari*/
	color:#fff;
	white-space: nowrap;
}
#primary-nav-wrap #primary-nav > li.active > span{
	width: 100%;
}

.header-top #primary-nav-wrap #primary-nav li .mask{
	
}
#primary-nav-wrap #primary-nav > li{
	width:auto!important;
	display:inline-block;
	float:left;
	clear:both;
}
#primary-nav-wrap #primary-nav > li.parent{
	display:block;
	width:500px!important;
	clear:both;
	float:none;
}
#primary-nav-wrap #primary-nav > li.parent a{
	display:inline-block;
}
#primary-nav-wrap #primary-nav  li a{
	color:#444444;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;/*safari*/
}
#primary-nav-wrap #primary-nav > li > a:hover{
	color:#fff!important;
}
#primary-nav-wrap #primary-nav > li ul li:hover > a{
	color:#fff!important;
	opacity: 0!important;
}
#primary-nav-wrap #primary-nav > li.active > a{
	color:#fff;
}
#primary-nav-wrap #primary-nav > li a:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:0px;
	background:#fff;
	height:1px;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;/*safari*/
}
#primary-nav-wrap #primary-nav > li ul{
	opacity:0;
	pointer-events:none;
	position:absolute;
	left:520px;
	top:0px;
	padding:14px 0px 0px 40px;
	transition: all 0.4s ease 0.4s;
	-webkit-transition: all 0.4s ease 0.4s;/*safari*/
	width:400px;
}
#primary-nav-wrap #primary-nav > li.parent.active > a:after{
	width:530px;
}
#primary-nav-wrap #primary-nav > li.active > a:after{
	width:100%;
}
#primary-nav-wrap #primary-nav > li ul.current,
#primary-nav-wrap #primary-nav > li > ul > li > ul.current{
	opacity:1;
	pointer-events:auto;
}
#primary-nav-wrap #primary-nav > li > ul > li > ul{
	left: 98%;
	right:auto;
    top: -14px;
    width: 320px;
}
#primary-nav-wrap #primary-nav > li > ul > li > ul > li:first-child{
	margin-top:0px;
}
#primary-nav-wrap #primary-nav > li > ul > li,
#primary-nav-wrap #primary-nav > li > ul > li > ul > li{
	list-style:none;
	padding:14px 0px;
	margin:0px;
	position:relative;
}
#primary-nav-wrap #primary-nav > li > ul > li a, #primary-nav-wrap #primary-nav > li > ul > li > span{
	font-size:24px;
	line-height:normal;
	font-weight:900;
	text-decoration:none;
}
#primary-nav-wrap #primary-nav > li > ul > li > span{
	position: absolute;
	left: 0px;
	top:14px;
	top:14px;
	z-index: 1;
	pointer-events: none;
	width:0px;
	overflow: hidden;
	transition: all .4s linear;
	color:#fff;
	white-space: nowrap;
	-webkit-transition: all .4s linear;/*safari*/
}
#primary-nav-wrap #primary-nav > li > ul > li:hover > span{
	width: 100%;
}
#primary-nav-wrap .social-links{
	float:left;
	clear:both;
	margin:0px;
	padding:40px 0px;
	border-bottom:solid 1px #444;
	width:31%;
}
#primary-nav-wrap .social-links > li{
	list-style:none;
	padding:0px;
	margin-right:30px;
	float:left;
}
#primary-nav-wrap .social-links > li a{
	display:block;
	width:40px;
	height:40px;
	border:solid 2px #444;
	border-radius:30px;
	text-align:center;
	padding:8px;
}
#primary-nav-wrap .social-links > li a img{
	float:left;
}
#primary-nav-wrap .search-wrap{
	float:left;
	clear:both;
	margin:0px;
	margin:35px 0px 50px;
	width:31%;
	border-bottom:solid 1px #444444;
	position:relative;
}
#primary-nav-wrap .search-wrap input.inputbox{
	border:none;
	background:none;
	font-size:20px;
	color:#444444;
	font-weight:400;
	float:left;
	width:90%;
	height:25px;
	box-shadow:none;
	outline:none;
}
#primary-nav-wrap .search-wrap input.inputbox::-webkit-input-placeholder{
   opacity:1;
   color:#444444;
}
#primary-nav-wrap .search-wrap input.inputbox:-moz-placeholder { /* Firefox 18- */
   opacity:1; 
}
#primary-nav-wrap .search-wrap input.inputbox::-moz-placeholder {  /* Firefox 19+ */
  opacity:1; 
}
#primary-nav-wrap .search-wrap input.inputbox:-ms-input-placeholder {  
   opacity:1;
}
#primary-nav-wrap .search-wrap input[type="submit"]{
	float:right;
	width:20px;
	height:25px;
	background:url(../images/search.png) no-repeat center;
	border:none;
}
#primary-nav-wrap a.btn-menu{
	float:left;
	color:#444444;
	border-color:#444444;
	margin-right:30px;
}
#primary-nav-wrap a.btn-menu:before{
	background:#444444;
}
#primary-nav-wrap a.btn-menu:hover{
	border-color:#444444;
	color:#fff;
}
#primary-nav-wrap .menu-btn-clear{
	clear:both;
}

.header-top .plan-event{
	float:right;
	clear:both;
	margin-top:60px;
	color:#137593;
	border-color:#137593;
}
.header-top .plan-event:before{
	background:#137593;
}
.header-top .plan-event:hover{
	color:#fff;
}

.btn {
  display: inline-block;
  color: #fff;
  padding: 10px 30px 12px;
  text-decoration: none;  
  position: relative;
  border: 2px solid white;
  border-radius:0px;
  overflow: hidden;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;/*safari*/
  line-height:21px;
  font-size:18px;
  font-weight: 900;
}
.btn:hover {
  color:#000;
}
.btn:hover:before {
  left: -10px;  
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  background: white;
  height: 105%;
  width: 120%;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);/* Safari */
  z-index: -1;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;/*safari*/
}
.btn.btn-black{
	color:#444444;
	border-color:#444444;
}
.btn.btn-black:hover{
	color:#fff;
}
.btn.btn-black:before {
	background:#444;
}

.btn.btn-pink-outline{
	color:#ff3d7f;
	border-color:#ff3d7f;
	margin-right:28px;
}
.btn.btn-pink-outline:hover{
	color:#fff;
}
.btn.btn-pink-outline:before {
	background:#ff3d7f;
}

.btn.btn-pink-outline.pull-right{
	margin-right:0px;
}
button#contact_submit{
	background-color: transparent;
}

#home-banner{
	position:relative;
	overflow:hidden;
}
#home-banner ul.slides li{
	display:none;
	position:static!important;
}
#home-banner .slide-img{
	float:left;
	width:62.5%;
}
.flex-control-paging{
	width:auto;
	bottom:30px;
	padding-left:30px;
	left:auto;
	right:30px;
}
.flex-control-paging li{
	float:left;
	margin:0px 5px 0px 0px;
	height:15px;
}
#home-banner .flex-control-paging li a{
	width:15px;
	height:15px;
	background:none;
	border-radius:0px;
	margin:0px;
	border:solid 2px #137593;
	overflow:hidden;
}
#home-banner .flex-control-paging li a.flex-active{
	background:#137593;
}

#home-banner .banner-desc{
	float:left;
	width:50%;
	height:100%;
	padding:0 80px 0px 80px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
	display:flex;
	align-items:center;
}
#home-banner .banner-desc .banner-c-wrap{
	width:82%;
	height:auto;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);/* Safari */
}
#home-banner .banner-desc:after{
	content:'';
	position:absolute;
	left:-30%;
	top:-150px;
	width:100%;
	height:100%;
	transform:scale(1.5) rotate(25deg);
	-webkit-transform:scale(1.5) rotate(25deg); /* Safari */
	background:rgba(255,255,255,0.75);
	z-index:-1;
}
#home-banner .banner-desc h1{
	font-size:60px;
	line-height:60px;
	margin:2px 0px 40px;
	font-weight:700;
	color:#444444;
}
#home-banner .banner-desc h2{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#444444;
}
#home-banner .banner-desc p{
	font-size:34px;
	font-weight:700;
	line-height:normal;
	color:#444444;
	margin:40px 0px 0px 0px;
	max-width:70%;
	display:inline-block;
}
#home-banner ul.slides img{
	width:100%;
}

a.btn-pink{
	display:inline-block;
	font-weight:700;
	padding:12px 38px 14px;
	line-height:100%;
	color:#fff!important;
	text-decoration:none;
	background:#ff3d7f;
	font-size:24px;
	line-height:normal;
	border-radius:0px;
	float:left;
	margin-right:50px;
}

.primary-btn {
 	position:relative;
  	vertical-align: middle;
  	display: inline-block;
 	height: 40px;
	padding:0px 30px;
	font-size:14px;
	color:#333333;
	border-radius:0px;
	text-transform:uppercase;
	line-height:40px;
	text-decoration:none!important;
  	text-align: center;
  	transition: 0.5s;
  	cursor: pointer;
  	-webkit-transition:0.5s;/*safari*/
	box-shadow:inset 0px 0px 0px 2px #333;
}

.primary-btn:hover {
  	color: #ffcb08;
}

.primary-btn::before, .primary-btn::after {
	width: 100%;
	height:100%;
	z-index: 3;
	content:'';
	position: absolute;
	top:0;
	left:0;
	box-sizing: border-box;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: 0.5s;
	-webkit-transition: 0.5s;/*safari*/
}

.primary-btn::before {
	border-bottom: 2px solid #ffcb08;
	border-left: 2px solid #ffcb08;
	transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
}

.primary-btn::after {
	border-top: 2px solid #ffcb08;
	border-right: 2px solid #ffcb08;
	transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
}
.primary-btn:hover::after, .primary-btn:hover::before {
	transform: scale(1);
	-webkit-transform: scale(1);
}

/*NEW HOME CHANGE*/
#home-banner .banner-desc{
	right:0px;
	left:auto;
	text-align:right;
}
#home-banner a.btn-pink{
	float:none;
	margin:0px 0px 0px 40px;
	background:#fe1b75;
}
#home-banner a.btn-pink.btn-darker{
	margin: 0px;
}
#home-banner a.btn-pink.btn-darker{
	background:#db0080;
}
#home-banner .banner-desc .banner-c-wrap{
	transform:none!Important;
	-webkit-transform:none!Important;
	top:auto;
	bottom:10%;
}
#home-banner .banner-desc::after{
	transform: scale(1.04) rotate(65deg);
	-webkit-transform:scale(1.04) rotate(65deg) /* Safari */;
	bottom: -1500px;
	right: -72%;
	left:auto;
	top:auto;
	width:2000px;
	height:2000px;
}
#home-banner .banner-desc::before{
	content:'';
	position:absolute;
	right:-30%;
	top:-100%;
	width:100%;
	height:100%;
	transform:scale(1.5) rotate(25deg);
	-webkit-transform:scale(1.5) rotate(25deg); /* Safari */
	background:rgba(255,255,255,0.75);
	z-index:-1;
}
#home-banner:after{
	content:'';
	position:absolute;
	left:-54%;
	top:-50%;
	width:100%;
	height:100%;
	transform:scale(1) rotate(-54deg);
	-webkit-transform:scale(1) rotate(-54deg); /* Safari */
	background:rgba(255,255,255,0.75);
	z-index:0;
}
.flex-control-paging{
	width:50px;
	right:auto;
	left:0px;
	bottom:49%;
}
.flex-control-paging > li{
	margin:0px 0px 7px 0px;
}
/*NEW HOME CHANGE*/

/*BLOCKS*/
#good-reasons-wrap{
	float:left;
	width:100%;
	margin:10px 0px 10px;
	position:relative;
	overflow:hidden;
}
#good-reasons-wrap .container{
	display:table;
}
#good-reasons-wrap .tabs-container, #good-reasons-wrap .tabs-nav-container{
	position:relative;
	width:45%;
	display:table-cell;
	padding:80px 0px 50px 0px;
	vertical-align:top;
	text-align:left;
}
#good-reasons-wrap .tabs-container{
	padding-right:8%;
	width:55%;
	padding-bottom:0px;
}
#good-reasons-wrap .tabs-nav-container{
	/*background:#3fb8af;*/
}
#good-reasons-wrap .tabs-nav-container:after{
	content:'';
	position:absolute;
	right:-40%;
	top:0px;
	width:100%;
	height:100%;
	background:#b3e3e0;
	z-index:-1;
}
#good-reasons-wrap .tabs-nav-container:before{
	content:'';
	position:absolute;
	left:40px;
	top:0px;
	width:40%;
	height:100%;
	background:#b3e3e0;
	z-index:-1;
	transform:scale(2) rotate(30deg);
	-webkit-transform:scale(2) rotate(30deg);/* Safari */
}
#good-reasons-wrap ul.tabs-nav{
	float:left;
	width:45vw;
	margin:18px -100px 0px 0px;
	padding:0px;
}
#good-reasons-wrap ul.tabs-nav > li{
	width:50%;
	float:left;
	list-style:none;
	position:relative;
	margin:30px 0px 0px 0px;
	padding-right:20px;
}
#good-reasons-wrap ul.tabs-nav > li a{
	padding-left:130px;
	float:left;
	width:100%;
	height:110px;
}
#good-reasons-wrap ul.tabs-nav > li:before{
	content:'';
	width:110px;
	height:110px;
	position:absolute;
	left:0px;
	top:0px;
	border:solid 2px #444444;
	pointer-events:none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
#good-reasons-wrap ul.tabs-nav > li:nth-child(1):before{
	background:url(../images/reason-ico-1.png) no-repeat center 4px ;
}
#good-reasons-wrap ul.tabs-nav > li:nth-child(2):before{
	background:url(../images/reason-ico-2.png) no-repeat center 4px ;
}
#good-reasons-wrap ul.tabs-nav > li:nth-child(3):before{
	background:url(../images/reason-ico-3.png) no-repeat center 4px ;
}
#good-reasons-wrap ul.tabs-nav > li:nth-child(4):before{
	background:url(../images/reason-ico-4.png) no-repeat center 4px ;
}
#good-reasons-wrap ul.tabs-nav > li:nth-child(5):before{
	background:url(../images/reason-ico-5.png) no-repeat center 4px ;
}
#good-reasons-wrap ul.tabs-nav > li:nth-child(6):before{
	background:url(../images/reason-ico-6.png) no-repeat center 4px ;
}
#good-reasons-wrap ul.tabs-nav > li.active:before{
	background-position:center -96px;
	background-color:#444444;
}
#good-reasons-wrap ul.tabs-nav > li.active{
	pointer-events:none;
}
#good-reasons-wrap ul.tabs-nav > li a span{
	display:block;
	color:#444444;
	font-size:24px;
	line-height:normal;
	border-top:solid 1px #444444;
	font-weight:700;
	padding-top:4px;
}

#good-reasons-wrap h1{
	font-size:40px;
	color:#fe1b76;
	border-bottom:solid 1px #333;
	font-weight:700;
	margin-bottom:40px;
}
#good-reasons-wrap h3{
	font-size:24px;
	color:#137593;
	line-height:normal;
	font-weight:500;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
}
#good-reasons-wrap .reasons-quote-wrap{
	clear:both;
	position:relative;
	width:65%;
	margin-top:10%;
}
#good-reasons-wrap .reasons-quote-wrap blockquote{
	padding:0px;
	margin:0px 0px 5px 0px;
	font-size:20px;
	line-height:24px;
	color:#137593;
	font-weight:500;
}
#good-reasons-wrap .tabs-container p{
	margin-bottom:10px;
	padding-right:50px;
}
#good-reasons-wrap .reasons-quote-wrap span{
	font-size:16px;
	color:#137593;
	font-style:italic;
}
#good-reasons-wrap .reasons-quote-wrap blockquote:before{
	content:'';
	position:absolute;
	width:24px;
	height:24px;
	left:-26px;
	top:-12px;
	background:url(../images/quote-left.png) no-repeat center;
}
#good-reasons-wrap .reasons-quote-wrap blockquote:after{
	content:'';
	width:24px;
	height:24px;
	display:inline-block;
	position:absolute;
	bottom:22px;
	background:url(../images/quote-right.png) no-repeat center;
}
ul.access-list{
	width:80%;
	margin:0px;
	padding:0px;
}
ul.access-list > li{
	list-style:none;
	width:100%;
	margin:0px 0px 24px 0px;
	padding-left:70px;
	line-height:normal;
	min-height:55px;
}
ul.access-list > li:nth-child(1){
	background:url(../images/access-ico-1.png) no-repeat left 5px;
}
ul.access-list > li:nth-child(2){
	background:url(../images/access-ico-2.png) no-repeat left 5px;
}
ul.access-list > li:nth-child(3){
	background:url(../images/access-ico-3.png) no-repeat left 5px;
}
ul.access-list > li:nth-child(4){
	background:url(../images/access-ico-4.png) no-repeat left 5px;
}

a.readmore{
	color:#333;
	text-decoration:none;
	font-weight:400;
	font-size:18px;
	display:inline-block;
	position:relative;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
	padding:0px 2px;
}
a.readmore:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:99%;
	z-index:-1;
	background:#bec7c7;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
a.readmore:hover:after{
	width:100%;
}
a.readmore:hover{
	color:#344e5d!important;
}
#good-reasons-wrap a.readmore{
	padding-left:0px;
	padding-right:0px;
}
#good-reasons-wrap a.readmore:after{
	background:#444;
	height:2px;
	left:-50%;
	right:-50%;
	bottom:0px;
	top:auto;
	margin:auto;
}
#good-reasons-wrap a.readmore:hover:after{
	width:100%;
}

/*PROMOO*/
.promo-block-wrap{
	float:left;
	width:100%;
}
.promo-block-wrap .promo-block{
	padding:0px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
	height:500px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.promo-block-wrap .promo-block.col-md-6:nth-child(odd){
	box-shadow: 0 0 0 10px #fff;
}
.promo-title-block:before{
	content:'';
	position:absolute;
	left:-120%;
	top:0px;
	width:100%;
	height:170%;
	background:rgba(255,255,255,0);
	z-index:-1;
	transform:scale(4) rotate(52deg);
	-webkit-transform:scale(4) rotate(52deg);/* Safari */
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;/*safari*/
}
.promo-block-wrap .promo-block .btn{
	position:absolute;
	bottom:10px;
	left:160px;
	opacity:0;
	border-color:#333;
}
.promo-block-wrap .promo-block .promo-title-block *{
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
.promo-block-wrap .promo-title-block:hover .btn{
	opacity:1;
}
.promo-block-wrap .promo-title-block:hover h4{
	opacity:0;
	display:none;
}
.promo-block-wrap .promo-block .promo-title-block p{
	height:0px;
	opacity:0px;
	overflow:hidden;
	transition: all 0.1s ;
	-webkit-transition: all 0.1s ;/*safari*/
}
.promo-block-wrap .promo-block .promo-title-block:hover p{
	height:100%;
	opacity:1px;
}
.promo-title-block:hover:before{
	left:-50%;
	background:rgba(255,255,255,1);
}
.promo-block-wrap .promo-block .promo-title-block{
	padding:30px 30px 30px 160px;
	position:absolute;
	left:0px;
	top:50%;
	transform: translateY(-52%);
	-webkit-transform: translateY(-52%);/*safari*/
	background:rgba(255,255,255,0.85);
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;/*safari*/
	min-height:150px;
	max-height:220px;
	max-width:555px;
}
.promo-block-wrap .promo-block .promo-title-block:hover{
	background:rgba(255,255,255,0);
}
.promo-title-block h2, .promo-hover-block h2{
	font-size:40px;
	color:#444444;
	font-weight:700;
	line-height:100%;
	margin:0px 0px 38px;
	position:relative;
}
.inner-page .promo-title-block h2, .promo-hover-block h2{
	font-size:30px;
	line-height:normal;
}
.promo-title-block h2:before, .promo-hover-block h2:before{
	content:'';
	z-index:0;
	position:absolute;
	left:-520px;
	width:500px;
	top:9px;
	height:1px;
	background:#444;
}
.promo-title-block p{
	margin:0px 10% 0px 0px;
}
.promo-title-block h4{
	font-size:18px;
	color:#444444;
	font-weight:500;
	margin:-26px 0px 0px 0px;
	opacity:1;
}
.home-section .promo-block-wrap .promo-block .promo-title-block{
	min-height: 0px;
}
.home-section .promo-block-wrap .promo-block .promo-title-block h2{
	margin-bottom:6px;
}
.home-section .promo-block-wrap .promo-block .promo-title-block h4{
	opacity:0;
	margin:-30px 0px 0px 0px;
	display:block;
}
.home-section .promo-block-wrap .promo-block .promo-title-block:hover h4{
	opacity: 1;
	margin: 10px 0px 40px 0px;
	display:block;
}
.promo-block-wrap .promo-block-fixed {
	height:500px;
	position:relative;
	padding:0px!important;
	background-repeat:none;
	background-position: right center;
	background-size:auto 100%;
	margin-bottom:10px;
	overflow:hidden;
}
.btn-back{
	float:right;
	margin:10px 0px 20px 0px;
}
.promo-block-fixed .promo-title-block{
	position:absolute;
	left:0px!important;
	top:0px;
	height:100%;
	padding:30px 20px 30px 9.6%;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;/*safari*/
	max-width:680px;
	z-index:1;
	color:#fff;
}
.promo-block-fixed .promo-title-block:before{
	content:'';
	position:absolute;
	left:-143.4%;
	top:0px;
	width:100%;
	height:170%;
	background:#137593 ;
	z-index:-1;
	transform:scale(3.4) rotate(25deg);
	-webkit-transform:scale(3.4) rotate(25deg);/*safari*/
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;/*safari*/
}
.promo-block-wrap .promo-block-fixed h3{
	font-size:30px;
	color:#fff;
	font-weight:900;
	position:relative;
	margin:0px 0px 10px 0px;
	line-height:normal;
}
.promo-block-wrap .promo-block-fixed h3:before{
	content:'';
	position:absolute;
	top:9px;
	left:-410px;
	width:400px;
	height:1px;
	background:#fff;
}
.promo-block-wrap .promo-block-fixed p{
	margin-right: 0px;
}
.promo-block-wrap .promo-block-fixed ul li, .promo-block-wrap .promo-block-fixed ol li{
	color:#fff;
}
.promo-block-wrap .promo-block-fixed p, .promo-block-wrap .promo-block-fixed a{
	color:#fff;
}
.promo-block-wrap.services-block .promo-block.col-md-6:nth-child(even){
	box-shadow: 0 0 0 10px #fff;
}
.promo-block-wrap.services-block .promo-block h2{
	font-size:40px;
	line-height:40px;
}
.promo-block-wrap.services-block .promo-title-block h2{
	margin-bottom:0px;
	
}
.promo-block-wrap.services-block .promo-block .promo-title-block{
	min-height: 100px;
}
.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block{
	min-height:256px!important;
	padding-bottom:58px!important;
}
.promo-block-wrap.services-block .promo-block .promo-title-block{
	max-height:100%;
}
.promo-block-wrap.services-block .promo-title-block:before{
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);/*safari*/
	background:rgba(255,255,255,0.85);
}
.promo-block-wrap.services-block .promo-title-block:hover:before{
	top:-110%;
	left:-63%;
	transform: scale(2.2) rotate(30deg);
	-webkit-transform: scale(2.2) rotate(30deg);/*safari*/
	width:100%;
	height:180%;
}
.promo-block-wrap.services-block .promo-title-block:hover{
	max-width:85%;
	padding-bottom:90px;
	padding-right:10%;
}



.inner-page .promo-block-wrap .promo-block .promo-hover-block{
	padding:20px 10% 90px 160px;
	position:absolute;
	left:-100%;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);/*safari*/
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;/*safari*/
	min-height:150px;
	max-height:100%;
	max-width: 82%;
}
.inner-page .promo-block-wrap .promo-block:hover .promo-hover-block{
	left:0px;
}
.inner-page .promo-block-wrap .promo-block:hover .promo-title-block{
	opacity:0;
}
.inner-page .promo-block-wrap .promo-block .promo-hover-block:before{
	top:-140%;
	left:-63%;
	transform: scale(2.2) rotate(30deg);
	-webkit-transform: scale(2.2) rotate(30deg);/*safari*/
	width:100%;
	height:180%;
	background:rgba(255,255,255,0.85);
	content:'';
	position:absolute;
	z-index:-1;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;/*safari*/
}
.inner-page .promo-block-wrap.services-block .promo-block .promo-hover-block:before{
	background:rgba(255,255,255,1);
}
.inner-page .promo-block-wrap .promo-block .promo-hover-block > *{
	opacity:0;
	transition: all 0.4s ease 0.4s;
	-webkit-transition: all 0.4s ease 0.4s;/*safari*/
	margin-top:-10px;
}
.inner-page .promo-block-wrap .promo-block:hover .promo-hover-block{
	opacity:1;
}
.inner-page .promo-block-wrap .promo-block:hover .promo-hover-block > *{
	margin-top:0px;
	opacity:1;
}
.inner-page .promo-block-wrap .promo-block .promo-hover-block h2:before{
	width:0px;
	transition: all 0.4s ease 0.4s;
	-webkit-transition: all 0.4s ease 0.4s;/*safari*/
}
.inner-page .promo-block-wrap .promo-block:hover .promo-hover-block h2:before{
	width:500px;
}

/*INNER PROMO BLOCKS*/
.inner-page .promo-block.col-md-12 .promo-title-block:hover,
.inner-page .promo-block.col-md-12:hover .promo-hover-block{
	padding-left:20%;
	max-width:62%;
}
.inner-page .promo-block.col-md-12 .promo-title-block:hover::before{
	left:-25%!important;
}
.inner-page .promo-block.col-md-12 .promo-hover-block::before {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    content: "";
    height: 170%;
    left: -35%;
    position: absolute;
    top: 0;
    transform: scale(4) rotate(60deg);
	-webkit-transform: scale(4) rotate(60deg);/*safari*/
    transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;/*safari*/
    width: 100%;
    z-index: -1;
}
.inner-page .promo-block.promo-static .promo-hover-block, .inner-page .promo-block.promo-static:hover .promo-hover-block{
	position:relative!important;
	left:0px!important;
	top:50%!important;
	opacity:1!important;
	width:auto!important;
	max-width:680px!important;
	z-index:1;
	padding-left:5.1%!important;
	padding-right:35px!important;
	min-height:370px!important;
}
.inner-page .promo-block.promo-static .promo-hover-block:after{
	content:'';
	position:absolute;
	left:0px;
	top:-200%;
	width:80%;
	background:#fff;
	height:500%;
	z-index:-1;
}
.inner-page .promo-block.promo-static .promo-hover-block, .inner-page .promo-block.promo-static:hover .promo-hover-block{
	top:0px!important;
	transform: none!important;
	-webkit-transform: none!important;
}
.inner-page .promo-block.promo-static .promo-hover-block:before{
	height:170%;
	transform:scale(1) rotate(65deg);
	left:auto!important;
	right:-14%;
}

.inner-page .promo-block.col-md-12.promo-static{
	background-size:auto 100%;
	background-position:right center;
}
.inner-page .promo-block.col-md-12.promo-static .promo-hover-block{
	min-height: 442px!important;
	padding-left:9.6%!important;
}
.inner-page .promo-block.col-md-12.promo-static .promo-hover-block h2{
	padding-right:35px;
}
.inner-page .promo-block.col-md-12.promo-static .promo-hover-block::before{
	right:-4%!important;
	transform:scale(1) rotate(65.2deg);
	-webkit-transform:scale(1) rotate(65.2deg);
}
.inner-page .promo-block.col-md-12.promo-static .promo-hover-block h2{
	margin-bottom:10px!important;
}
.inner-page .promo-block.col-md-12.promo-static .promo-hover-block p{
	margin-right: 5%!important;
}
.inner-page .promo-block-wrap .promo-block.promo-static .promo-hover-block *{
	margin-top:0px!important;
}
.inner-page .promo-block-wrap .promo-block.promo-static .promo-hover-block h2::before{
	width:500px!important;
}
.inner-page .promo-block.promo-static .promo-hover-block *{
	opacity:1!important;
}
.scroll-text-block{
	max-height:300px;
}


#services-list{
	float:left;
	width:100%;
}
#services-list ul{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
#services-list ul > li{
	list-style:none;
	float:left;
	width:25%;
	height:200px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
#services-list ul > li:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	background:rgba(0,0,0,0.40);
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;/*safari*/
}
#services-list ul > li:before{
	content:'';
	position:absolute;
	left:0px;
	top:-220%;
	transform:scale(3) skew(-80deg);
	-webkit-transform:scale(3) skew(-80deg);/*safari*/
	background:#137593;
	width:150%;
	height:100%;
	z-index:1;
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;/*safari*/
	pointer-events:none;
}
#services-list ul > li:hover:before{
	top:0px;
}
#services-list ul > li a{
	position:relative;
	color:#fff;
	font-size:24px;
	font-weight:900;
	text-align:center;
	width:100%;
	height:100%;
	margin:auto;
	/*height:100%;
	padding:17% 0;*/
	z-index:1;
	display: table;
}
#services-list ul > li a > span{
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 10px;
}
section{
	float:left;
	width:100%;
	clear:both;
}
section .container{
	clear:both;
}
section h1{
	font-size:40px;
	color:#fe1b76;
	font-weight:700;
	margin:75px 0px 50px;
	display:inline-block;
}


.talk-to-expert{
	float:left;
	width:100%;
	background:#b3e3e0;
	display:table;	
	margin-top:90px;
}
.talk-to-expert > div{
	display:table-cell;
	text-align:left;
	vertical-align:top;
	width:auto;
}
.talk-to-expert > div.expert-pic{
	width:410px;
	position:relative;
	z-index:1;
}
.talk-to-expert > div.expert-info{
	position:relative;
	padding:50px 50px 50px 8%;
}
.talk-to-expert h2{
	font-size:40px;
	line-height:40px;
	color:#444;
	font-weight:900;
	margin:0px 0px 10px 0px;
	position:relative;
}
.talk-to-expert h2:before{
	content:'';
	width:300px;
	position:absolute;
	left:-320px;
	top:8px;
	height:1px;
	background:#444;
	z-index:0;
}
.talk-to-expert h4{
	color:#444;
	font-size:15px;
	margin:0px 0px 30px 0px;
}
.talk-to-expert p{
	color:#444;
	font-size:18px;
	font-weight:500;
	max-width:80%;
	margin:0px;
}
.talk-to-expert .exp-contact{
	float:left;
	width:100%;
	margin-top:20px;
}
.talk-to-expert .exp-contact a, .talk-to-expert .exp-contact span{
	display:inline-block;
	vertical-align:bottom;
	margin-right:4px;
}
.talk-to-expert .exp-contact a img{
	opacity:0.8;
	width:auto;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
	height:auto;
}
.talk-to-expert .exp-contact a:hover img{
	opacity:1;
}
.talk-to-expert .exp-contact p{
	font-size:22px;
	margin:4px 0px 0px 0px;
}

/* # FOOTER #
================================================== */
footer{
	background:#f3f3f3;
	color:#444;
	padding:44px 0px 50px;
}
footer h2{
	font-size:30px;
	line-height:30px;
	color:#444444;
	line-height:100%;
	font-weight:900;
	margin:0px 0px 12px 0px;
}
h2.square-ft-text{
	width:122px;
	height:38px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 118px;
}
body.wsite-en h2.square-ft-text{
	background-image: url(../images/logo/logo-en.svg);
}
body.wsite-fr h2.square-ft-text{
	background-image: url(../images/logo/logo-fr.svg);
}
body.wsite-nl h2.square-ft-text{
	background-image: url(../images/logo/logo-nl.svg);
}
h2.square-ft-text{
	font-weight:600;
	margin-bottom:10px;
}
h2.square-ft-text span{
	display:block;
	text-transform:uppercase;
	font-weight:200;
	font-size:9px;
	line-height:100%;
}
footer h2 span{
	text-transform:uppercase;
	font-size:16px;
}
footer .social-links{
	float:left;
	clear:both;
	margin:0px;
	width:100%;
	padding:0px;
	margin-top:20px;
}
footer .social-links > li{
	list-style:none;
	padding:0px;
	margin-right:20px;
	float:left;
}
footer .social-links > li:last-child{
	margin: 0px;
}
footer .social-links > li a img{
	float:left;
	background: #fe1b76;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
footer .social-links > li a:hover img{
	background: #dc0080;
}
footer ul.ftr-links{
	float:left;
	width:100%;
	margin:0px 0px 16px;
	padding:0px;
}
footer ul.ftr-links > li{
	list-style:none;
	float:left;
	width:100%;
	margin:0px;
	line-height:normal;
	padding:0px;
}
footer ul.ftr-links > li.item-219,
footer ul.ftr-links > li.item-223
{
	display: none;
}
footer ul.ftr-links > li span{
	display:none!important;
}
footer ul.ftr-links > li:first-child{
	display:none;
}
footer ul.ftr-links > li a, .address a{
	font-size:18px;
	color:#444;
	text-decoration:none;
	font-weight:700;
	position:relative;
}
section.inner-page p a{
	position:relative;
}
.square-addres a.email, a.pdf-request, a.visit-section-photos{
	position:relative;
}
a.visit-section-photos{
	color: #fe1b76;
	float: left;
	font-size: 16px;
	font-weight: 700;
	margin-top: 24px;
}
a.access_links{
	display: inline-block;
	font-weight: 500;
	position: relative;
}
footer ul.ftr-links > li a:after, .address a:after, .square-addres a.email:after, section.inner-page p a:after, a.pdf-request:after, a.visit-section-photos:after, a.access_links:after{
	content:'';
	background:#444444;
	height:2px;
	width:0px;
	position:absolute;
	bottom:-2px;
	left:-50%;
	right:-50%;
	margin:auto;
	transition: all 0.3s ease 0s;
}
footer .address a{
	white-space: nowrap;
}
section.inner-page p a:after{
	bottom:0px;
}
.square-addres .square-ft-text{
	width:152px;
	height:46px;
	background:url(../images/logo.svg) no-repeat center;
	background-size: 152px;
	margin-bottom:20px;
}
.square-addres a.email:after, a.pdf-request:after, a.visit-section-photos:after{
	background:#ff3d7f;
}
footer ul.ftr-links > li a:hover:after, .address a:hover:after, .square-addres a.email:hover:after, section.inner-page p a:hover:after, a.pdf-request:hover:after, a.visit-section-photos:hover:after, a.access_links:hover:after{
	width:100%;
}
footer .address{
	font-size:18px;
	color:#444;
	font-weight:500;
	line-height:20px;
	margin-bottom:30px;
	margin-top:-4px;
}
footer .ft-reach-us p{
	font-size:18px;
	color:#444;
	font-weight:500;
	line-height:20px;
	margin-bottom:8px;
}
footer .ft-reach-us ul{
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:-10px;
	left:10px;
	width:290px;
	z-index:2;
}
footer .ft-reach-us ul > li{
	list-style:none;
	float:left;
	margin:0px 20px 0px 0px;
}
footer .ft-reach-us ul > li:last-child{
	margin:0px;
}
footer .ft-reach-us ul > li img{
	background: #fe1b76;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
footer .ft-reach-us ul > li a:hover img{
	background: #dc0080;
}
footer .ftr-promo-banner{
	float:right;
	width:100%;
	text-align:right;
	margin-top:46px;
}
footer .ftr-promo-banner > div{
	float: right;
	width: 235px;
	text-align: left;
}
footer .ftr-promo-banner > div + div{
	margin-top: 25px;
}
footer .ftr-promo-banner a + a{
	margin-left:10px;
}
footer .ftr-promo-banner img{
	margin-left:0;
	max-width: 118px;
}
footer .ftr-promo-banner a + a img{
	max-width: 100px;
}
footer .subscibe-text{
	font-size:14px;
	line-height:normal;
	color:#444444;
	font-weight:500;
	max-width:385px;
	display:block;
}
footer .subscribe-newsletter{
	float:left;
	max-width:385px;
	width:100%;
	border:solid 2px #444;
	display:table;
	margin-bottom:15px;
	margin-top:4px;
	position:relative;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
footer .subscribe-newsletter label{
	position:absolute;
	top:-30px;
	left:0px;
	font-size:16px;
	font-weight:500;
	color:#fe1b76;
	opacity:0;
	pointer-event:none;
	overflow:hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
	margin:0px;
}
footer .subscribe-newsletter input{
	display:table-cell;
	border:none;
	padding:6px 10px 6px;
}
footer .subscribe-newsletter span{
	color:#444;
	font-size:18px;
	font-weight:700;
	position:absolute;
	left:10px;
	top:7px;
	pointer-events:none;
	opacity:1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
footer .subscribe-newsletter.focused span{
	top:20px;
	opacity:0;
}
footer .subscribe-newsletter input[type="text"]{
	width:85%;
	color:#444;
	font-size:18px;
	font-weight:700;
	box-shadow:none;
	outline:none;
	float:left;
}
footer .subscribe-newsletter input[type="text"].error{
	box-shadow: 0px 0px 13px #fe1b76;
}
footer .subscribe-newsletter input[type="text"]::-webkit-input-placeholder{
   opacity:1;
   color:#444;
   transition: all 0.3s ease 0s;
   -webkit-transition: all 0.3s ease 0s;/*safari*/
}
footer .subscribe-newsletter input[type="text"]:-moz-placeholder { /* Firefox 18- */
   opacity:1; 
   color:#444;
   transition: all 0.3s ease 0s;
   -webkit-transition: all 0.3s ease 0s;/*safari*/
}
footer .subscribe-newsletter input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
  opacity:1; 
   color:#444;
   transition: all 0.3s ease 0s;
   -webkit-transition: all 0.3s ease 0s;/*safari*/
}
footer .subscribe-newsletter input[type="text"]:-ms-input-placeholder {  
   opacity:1;
   color:#444;
   transition: all 0.3s ease 0s;
   -webkit-transition: all 0.3s ease 0s;/*safari*/
}
footer .subscribe-newsletter input[type="submit"]{
	background:#fe1b76;
	color:#fff;
	width:15%;
	font-size:18px;
	font-weight:900;
	float:right;
	border-radius: 0px;
	-webkit-appearance:none;
}
footer .subscribe-newsletter.focused label{
	opacity:1;
	top:-20px;
}
footer .subscribe-newsletter.focused{
	border-color:#fe1b76;
}
footer .subscribe-newsletter.focused input[type="text"]::-moz-placeholder{
	height:0px;
	color:#fff;
}

footer .copyright{
	font-size:14px;
	font-weight:400;
	text-align:right;
	position:absolute;
	right:10px;
	bottom:56px;
	width:100%;
}
footer .copyright .misc-links{
	float:right;
	width:100%;
	text-align:right;
}
footer .copyright .misc-links a{
	font-size:14px;
	color:#444;
	display:inline-block;
	margin-left:10px;
}
footer .websiteby{
	color:#3b4751;
	font-size:14px;
	font-weight:400;
	display:inline-block;
	text-align:right;
	padding: 7px 80px 0px 0px;
	background:url(../images/karakas.png) no-repeat right center;
	background-size: 75px;
	position:absolute;
	bottom:-7px;
	right:10px;
    min-height: 27px;
}
footer .logo-partners{
	float:left;
	width: 100%;
	margin-top: 81px;
	margin-bottom: -30px;
}
footer .logo-partners a{
	float:left;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	height: 70px;
}
footer .logo-partners a:last-child{
	margin-right: 0px;
}
footer .logo-partners a img{
	max-width: 116px;
	max-height: 70px;
}

/* # INNER PAGE #
================================================== */


/*ARTICLE BANNER*/
#article-banner{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	min-height:600px;
}
#article-banner:before{
	content:'';
	position:absolute;
	left:-90px;
	top:-195px;
	width:50%;
	min-width:1000px;
	height:322px;
	background:rgba(255,255,255,0.85);
	z-index:0;
	transform:scale(1) rotate(-15deg);
	-webkit-transform:scale(1) rotate(-15deg);/*safari*/
	pointer-events:none;
}
#article-banner:after{
	content:'';
	position:absolute;
	right:-260px;
	top:-390px;
	width:33%;
	height:125%;
	min-width:670px;
	min-height:1020px;
	background:rgba(255,255,255,0.85);
	z-index:0;
	transform:scale(1) rotate(-41deg);
	-webkit-transform:scale(1) rotate(-41deg);/*safari*/
	pointer-events:none;
}
#article-banner img{
	width:100%;
}
#article-banner .banner-desc{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;
	padding:80px;
}
#article-banner .banner-desc:before{
	content:'';
	position:absolute;
	left:0px;
	top:110%;
	width:160%;
	height:500px;
	background:rgba(255,255,255,0.85);
	z-index:-1;
	transform:scale(2) rotate(15deg);
	-webkit-transform:scale(2) rotate(15deg);/*safari*/
}
#article-banner .banner-desc h1{
	font-size:60px;
	line-height:normal;
	min-width:400px;
	color:#444;
	font-weight:700;
}

.page-intro{
	float:left;
	width:100%;
	margin-bottom:80px;
}
.page-intro h1{
	min-width:45%;
	padding-left: 2.5%;
}
.page-intro .push-content{
	padding-left: 5%!important;
	padding-right: 5%;
}

.page-intro p, .plan-event-intro-ft .push-content{
	padding-left:0px!important;
}
.page-intro.plan-event-intro-ft h1{
	padding-left: 0px!important;
}

/*ACCESS*/
#access-wrap{
	float:left;
	width:100%;
	overflow:hidden;
}
#access-wrap .tabs-nav-container{
	float:left;
	width:100%;
	background:#b3e3e0;
	padding:50px 0px 44px;
	position:relative;
	z-index:1;
}
#access-wrap .tabs-nav-container:before{
	content:'';
	position:absolute;
	left:-50%;
	top:0px;
	background:#b3e3e0;
	width:50%;
	height:100%;
	z-index:-1;
	pointer-events:none;
}
#access-wrap .tabs-nav-container:after{
	content:'';
	position:absolute;
	right:-50%;
	top:0px;
	background:#b3e3e0;
	width:50%;
	height:100%;
	z-index:-1;
	pointer-events:none;
}
#access-wrap .tabs-nav-container ul.tabs-nav{
	margin:0px;
	padding:0px;
	display:table;
	width:100%;
}
#access-wrap ul.tabs-nav > li{
	display:table-cell;
	text-align:center;
	list-style:none;
	width:20%;
	overflow: hidden;
	position: relative;
	pointer-events:none;
}
#access-wrap ul.tabs-nav > li:before{
	content:'';
	position: absolute;
	width:142px;
	height:100%;
	left:-50%;
	right:-50%;
	margin:auto;
	pointer-events:auto;
	cursor:pointer;
	z-index: 1;
}
#access-wrap ul.tabs-nav > li a{
	display:inline-block;
	width:142px;
	height:180px;
	-webkit-transition: -webkit-transform 0.6s;
	  -moz-transition: -moz-transform 0.6s;
	  -o-transition: -o-transform 0.6s;
	  transition: transform 0.6s;
	  -webkit-transform-style: preserve-3d;
	  -moz-transform-style: preserve-3d;
	  -o-transform-style: preserve-3d;
	  transform-style: preserve-3d;
	position:relative;
	z-index: 2;
}
#access-wrap ul.tabs-nav > li.active a {
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}
#access-wrap ul.tabs-nav > li .back {
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}
#access-wrap ul.tabs-nav > li a span{
	display:inline-block;
	width:142px;
	height:180px;
	 position: absolute;
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  -o-backface-visibility: hidden;
	  backface-visibility: hidden;
	  left:0px;
}
#access-wrap ul.tabs-nav > li.tab-car a span.front{
	background:url(../images/reach-1a.png) no-repeat center;
}
#access-wrap ul.tabs-nav > li.tab-flight a span.front{
	background:url(../images/reach-2a.png) no-repeat center;
}
#access-wrap ul.tabs-nav > li.tab-train a span.front{
	background:url(../images/reach-3a.png) no-repeat center;
}
#access-wrap ul.tabs-nav > li.tab-cycle a span.front{
	background:url(../images/reach-4a.png) no-repeat center;
}
#access-wrap ul.tabs-nav > li.tab-walk a span.front{
	background:url(../images/reach-5a.png) no-repeat center;
}

#access-wrap ul.tabs-nav > li.tab-car a span.back{
	background:url(../images/reach-1b.png) no-repeat center;
}
#access-wrap ul.tabs-nav > li.tab-flight a span.back{
	background:url(../images/reach-2b.png) no-repeat center;
}
#access-wrap ul.tabs-nav > li.tab-train a span.back{
	background:url(../images/reach-3b.png) no-repeat center;
}
#access-wrap ul.tabs-nav > li.tab-cycle a span.back{
	background:url(../images/reach-4b.png) no-repeat center;
}
#access-wrap ul.tabs-nav > li.tab-walk a span.back{
	background:url(../images/reach-5b.png) no-repeat center;
}

#access-wrap .tab-content{
	float:left;
	width:100%;
	background:#137593;
	display:table;
	position:relative;
	height:960px;
	color:#fff;
	margin-top:10px;
}
#access-wrap .tab-content:before{
	content:'';
	position:absolute;
	left:-50%;
	top:0px;
	background:#137593;
	width:50%;
	height:100%;
	z-index:-1;
	pointer-events:none;
}
#access-wrap .tab-content:after{
	content:'';
	position:absolute;
	right:-50%;
	top:0px;
	background:#137593;
	width:50%;
	height:100%;
	z-index:-1;
	pointer-events:none;
}
#access-wrap .tab-content > div{
	display:table-cell;
	width:50%;
	vertical-align:top;
	position:relative;
}
#access-wrap .tab-content iframe{
	border:none;
	width:50vw;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
/*#access-wrap .tab-content .access-map img{
	width: 50vw;
	max-width:none;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}*/
#access-wrap .tab-content .access-img{
	width: 50vw;
	max-width:none;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
#access-wrap .tab-content .access-img img{
	width:100%;
}
#access-wrap .tab-content .access-content{
	padding:55px 55px 30px 0px;
}
#access-wrap .tab-content p{
	color:#fff;
	margin-bottom:25px;
}
#access-wrap .tab-content ul li, #access-wrap .tab-content ol li, #access-wrap .tab-content a{
	color:#fff;
}
#access-wrap .tab-content a:after{
	background: #fff;
}
#access-wrap .tab-content .access-content h3{
	font-size:18px;
	color:#fff;
	font-weight:900;
	position:relative;
	margin:0px 0px 10px 0px;
}
#access-wrap .tab-content .access-content h3:before{
	content:'';
	position:absolute;
	top:7px;
	left:-410px;
	width:400px;
	height:1px;
	background:#fff;
}
.access-map .google_map_cls{
	width:50vw;
	height: 100%;
	top: 0;
	left:0;
	position: absolute;
}

.push-content{
	padding-left:16%;
}
.push-content p{
	padding-left:0px;
}

#accomodation-wrap{
	float:left;
	width:100%;
}
#accomodation-wrap .acc-map{
	position:relative;
	left:-6vw;
	width:100vw;
	position:relative;
	margin-bottom:90px;
	height:500px;
}
#accomodation-wrap .acc-map #google_map{
	width:100%!important;
	border:none;
}
#content_googlemap ul.slides > li{
	width:260px!important;
	float:left;
}
#content_googlemap .flex-viewport{
	width:260px!important;
	padding:0px 10px 10px 10px;
}
.custom_popup .flex-direction-nav{
	width:100%;
}
.custom_popup .flex-direction-nav a{
	opacity:1;
	height:30px;
	width:15px;
	left:-3px;
	top:34%;
}
.custom_popup a.flex-prev{
	background:url(../images/cal-arw-left.png) no-repeat center;
}
.custom_popup a.flex-next{
	left:auto;
	right:-3px;
	background:url(../images/cal-arw-right.png) no-repeat center;
}
#google_map .custom_popup{
	margin-left:-38px;
}
#google_map .custom_popup > div > div:nth-child(4){
	background:#444!important;
	border:solid 2px rgba(255,255,255,0.5);
}
#google_map .custom_popup > div > div:nth-child(3){
	z-index:2!important;
}
#content_googlemap {
    padding: 10px;
}
#google_map .custom_popup .map_title{
	color:#fff;
	font-weight:700;
	font-size:18px;
}
#google_map .marker_details .star-3{
	display:block;
	height:15px;
	margin:4px 0px;
	background:url(../images/3star.png) no-repeat left center;
}
#google_map .marker_details .star-4{
	display:block;
	height:15px;
	margin:4px 0px;
	background:url(../images/4star.png) no-repeat left center;
}
#google_map .marker_details .star-5{
	display:block;
	height:15px;
	margin:4px 0px;
	background:url(../images/5star.png) no-repeat left center;
}
#google_map .custom_popup .map_star{
	display:block;
	padding:5px 0px;
	color:#fff;
	font-size:16px;
}
#google_map .custom_popup .map_link a{
	font-size:16px;
	color:#ff3d7f;
	font-weight:700;
	position:relative;
	line-height:normal;
	display:inline-block;
	text-decoration:none;
	border-bottom:solid 2px;
}
#google_map .custom_popup > div:last-child{
	opacity:1!important;
	background:url(../images/modal-close-pink.png) no-repeat center!important;
	background-size:18px!important;
}
#google_map .custom_popup > div:last-child img{
	display:none!important;
}
#google_map .custom_popup > div >div:nth-child(3) > div > div{
	background:#444!important;
}
#google_map .custom_popup > div >div:nth-child(3) > div:nth-child(1) > div{
	left:0px!important;
	width:16px!important;
	transform: skewX(36.6deg)!important;
	-webkit-transform: skewX(36.6deg)!important;/*safari*/
}
#google_map .custom_popup > div >div:nth-child(3) > div:nth-child(2) > div{
	left:0px!important;
	width:16px!important;
	transform: skewX(-36.6deg)!important;
	-webkit-transform: skewX(-36.6deg)!important;/*safari*/
}
#map_canvas .custom_popup #multiple_content_googlemap{
	background:#444!important;
	margin-left:38px!important;
}
.acc-hotel-list{
	float:left;
	width:100%;
}
.acc-hotel-list h3{
	font-size:24px;
	font-weight:900;
	margin:0px 0px 10px 0px;
	display:inline-block;
	padding-right:68px;
}
.acc-hotel-list ol{
	margin:0px;
	padding-left:18px;
}
.acc-hotel-list ol li{
	font-size:20px;
	line-height:32px;
	font-weight:700;
}
.acc-hotel-list ol li span{
	font-weight:400;
	color:#333;
}
.acc-hotel-list ol li strong{
	font-weight:700;
	font-size:20px;
}
.acc-hotel-list .hotels-3-star, .acc-hotel-list .hotels-4-star, .acc-hotel-list .hotels-5-star{
	padding-top:36px;
	background-size: 120px!important;
}
.acc-hotel-list .hotels-5-star ol li{
	color:#ff3d7f;
}
.acc-hotel-list .hotels-4-star ol li{
	color:#b3e3e0;
}
.acc-hotel-list .hotels-3-star ol li{
	color:#137593;
}
.acc-hotel-list .hotels-5-star{
	background:url(../images/5star-title.png) no-repeat 8px 0px;
}
.acc-hotel-list .hotels-4-star{
	background:url(../images/4star-title.png) no-repeat 8px 0px;
}
.acc-hotel-list .hotels-3-star{
	background:url(../images/3star-title.png) no-repeat 8px 0px;
}

/*PLAN YOUR EVENT*/
#plan-event-wrap{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:50px;
}
.mandatory-txt{
	float:right;
	font-size:14px;
	font-weight:900;
	margin-bottom:6px;
}
.mandatory-txt i{
	color:#ff563f;
	font-size:16px;
	line-height:100%;
	padding-right:2px;
}
.event-toggle-title{
	background:#137593;
	padding:10px 20px;
	float:left;
	width:100%;
	margin-bottom:12px;
	position:relative;
	cursor:pointer;
}
.event-toggle-title .toggle-arw{
	width:66px;
	height:100%;
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	background:url(../images/toggle-arw.png) no-repeat center;
 	transition: 200ms ease;
	-webkit-transition: 200ms ease;/*safari*/
	cursor:pointer;
}
.event-toggle-title.active .toggle-arw{
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);/*safari*/
}
.event-toggle-title.filled{
	background:#b3e3e0;
}
.event-toggle-title.filled .toggle-arw{
	transform:none;
	-webkit-transform:none;
	background:url(../images/toggle-tick.png) no-repeat center;
}
.event-toggle-title.disabled{
	pointer-events:none;
	opacity:0.5;
}
#plan-event-wrap #room_details.event-toggle-title,
#plan-event-wrap #catering_details.event-toggle-title,
#plan-event-wrap #comment_details.event-toggle-title{
	opacity:1;
	background:#b3e3e0;
}
.event-toggle-title h2{
	color:#fff;
	font-size:24px;
	font-weight:900;
}
.event-toggle-title h2 i{
	font-style:normal;
	font-weight:500;
	font-size:30px;
	line-height:100%;
}
.event-toggle-content{
	float:left;
	width:100%;
	padding: 0px;
	overflow:hidden;
}
.event-toggle-content{
	opacity:0;
	pointer-events:none;
	height:0px;
	overflow:hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
.event-toggle-content.visible{
	opacity:1;
	height:100%;
	pointer-events:auto;
	padding:35px 0px;
	overflow:visible;
}
.event-toggle-content .form-group{
	margin-bottom:0px;
	float:left;
	width:100%;
}
.form-group label{
	font-weight:900;
	float:left;
	width:100%;
	margin:-5px 0px 16px 0px;
}
span.req{
	color:#ff563f;
	font-size:20px;
	line-height:100%;
	font-weight:400;
	margin-left:5px;
}
.event-toggle-content .push-content{
	padding-left:14%;
}
.form-group input, .form-group textarea, .form-group select{
	border:solid 2px #444;
	border-radius:0px;
	box-shadow:none;
	padding:7px 10px;
	width:60%;
	font-size:16px;
	color:#444;
	font-weight:500;
	float:left;
	clear:both;
	margin:0px 0px 20px 0px;
	max-width:380px;
}
.form-group select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding-right:30px;
	padding-left:5px;
	background:url(../images/arw-pink.png) no-repeat right 13px;
	background-size:30px;
}
.file-upload-wrapper{
	float:left;
	width:60%;
	position:relative;
	max-width:380px;
}
.file-upload-wrapper input{
	width:100%;
}
.file-upload-wrapper .file-upload-button{
	position:absolute;
	right:0px;
	top:0px;
	background:#fe1b76;
	border:none;
	height:40px;
	padding:5px 20px;
	font-size:18px;
	font-weight:900;
	color:#fff;
}
.event-toggle-content .btn-pink-outline{
	margin:0px;
}

.title-border{
	float:left;
	width:100%;
	position:relative;
	margin:20px 0px 40px;
	padding-left:16%;
}
.title-border:before{
	content:'';
	position:absolute;
	right:85.1%;
	width:500px;
	height:1px;
	background:#444;
	top:8px;
}
.title-border h1{
	font-size:40px;
	color:#444;
	line-height:100%;
	font-weight:900;
	margin:0px;
	border:none;
}

#comment_details .push-content{
	padding:0px;
	float:left;
	width:100%;
	margin-bottom:-45px;
}
#comment_details .push-content textarea{
	width:60%;
	margin:0px;
	max-width:none;
	min-height:175px;
}

#plan-event-wrap .processing{
	position:relative;
}
#plan-event-wrap .processing:after{
	content:'';
	width:60px;
	height:60px;
	background:url(../images/loading.gif) no-repeat center;
	position:absolute;
	left:-50%;
	right:-50%;
	margin:auto;
	top:42%;
}
#plan-event-wrap .processing > *{
	opacity:0.3;
	pointer-events:none;
}

label.error{
	display:none!important;
}

/*Calendar*/

#event_details .PACalendar{
	float:left;
	width:100%;
	margin-bottom: 20px;
}
#event_details .PACalendar header{
	position:static;
	padding:0px;
	margin:0px;
	height:57px;
	background:#b3e3e0;
	padding:11px 0px;
}
#event_details .PACalendar header > span{
	width:10%;
	color:#fff;
	overflow:hidden;
}
#event_details .PACalendar header > span.PAHprev{
	background:url(../images/cal-arw-left.png) no-repeat center;
	background-size:10px;
	text-indent:-200px;
	height:34px;
}	
#event_details .PACalendar header > span.PAHnext{
	background:url(../images/cal-arw-right.png) no-repeat center;
	background-size:10px;
	text-indent:-200px;
	height:34px;
}
#event_details .PACalendar header > span:hover{
	background-color:transparent;
}
#event_details .PACalendar header > span.PAHmonth{
	width:80%;
	font-size:24px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600;
	line-height:33px;
}
#event_details .PAweek{
	margin:0px;
	padding:12px 0px;
	height:57px;
	border-bottom:solid 1px #444;
}
#event_details .PAweek span{
	font-size:20px;
	color:#b3e3e0;
	text-transform:uppercase;
	width:14.27%;
}
#event_details .PAmonth{
	margin:0px;
	padding:12px 0px;
	border-bottom:solid 1px #444;
	margin-bottom:0px;
	height:auto;
}
#event_details .PAmonth span{
	font-size:18px;
	color:#444444;
	font-weight:900;
	opacity:0.5;
	height:auto;
	padding:0px 0px 3px;
	border-radius:0px!important;
	width:14.27%;
	margin-bottom:1px;
}
#event_details .PAmonth span.PAactive{
	opacity:1;
}
#event_details .PAmonth span.PAfrom,
#event_details .PAmonth span.PAto{
	color:#fff;
	background:#fe1b76;
}
#event_details .PAmonth span.PAbetween{
	color:#fff;
	background:#ffa8c6;
}
#event_details input#flexible{
	float:left;
	width:auto;
	margin:0px 10px 0px 0px;
}
#event_details .flx-txt{
	float:left;
	font-size:16px;
	margin-top:-3px;
	line-height:100%;
}


.choose-room-wrap{
	float:left;
	width:100%;
}
.choose-room-wrap a.room-toggle-title{
	font-size:18px;
	text-transform:uppercase;
	color:#ff3d7f;
	font-weight:700;
	text-decoration:none;
	display:inline-block;
	padding-right:22px;
	position:relative;
}
.choose-room-wrap a.room-toggle-title:after{
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	right:0px;
	top:9px;
	background:url(../images/arw-pink.png) no-repeat 0px 0px;
	background-size:30px;
	transition: 200ms ease;
	-webkit-transition: 200ms ease;/*safari*/
}
.choose-room-wrap a.room-toggle-title.active:after{
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);/*safari*/
	top:7px;
}


/* Bounce In */
.choose-room-wrap a.room-toggle-title {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.choose-room-wrap a.room-toggle-title.bounce {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.room-content-toggle{
	opacity:0;
	pointer-events:none;
	height:0px;
	overflow:hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
	position:relative;
	margin-top:12px;
	margin-bottom:45px;
}
.room-content-toggle button.prev{
	width:60px;
	height:123px;
	background:url(../images/car-arw-left.png) no-repeat center;
	position:absolute;
	left:0px;
	top:-50%;
	bottom:-50%;
	margin:auto;
	opacity:0.85;
	z-index:2;
	border:none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
.room-content-toggle button.next{
	width:60px;
	height:123px;
	background:url(../images/car-arw-right.png) no-repeat center;
	position:absolute;
	right:0px;
	top:-50%;
	bottom:-50%;
	margin:auto;
	opacity:0.85;
	z-index:2;
	border:none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
.room-content-toggle button.disabled{
	opacity:0;
	pointer-evnts:none;
}
.room-content-toggle.visible{
	opacity:1;
	height:250px;
	pointer-events:auto;
	overflow:visible;
	width:100%!important;
}
ul.rooms-list{
	margin:0px -10px 0px -10px!important;
	padding:0px;
}
ul.rooms-list > li{
	float:left;
	width:32.1%;
	list-style:none;
	height:250px;
	padding:0px;
	margin:0px 10px;
	cursor:pointer;
}
ul.rooms-list > li:first-child{
	padding-left:0px;
}
.room-c-wrap{
	float:left;
	width:100%;
	height:250px;
	position:relative;
}
ul.rooms-list > li h3{
	color:#fff;
	font-size:24px;
	font-weight:900;
	line-height:100%;
	height:28px;
	position:absolute;
	top:-50%;
	bottom:-50%;
	margin:auto;
	left:0px;
	width:100%;
	text-align:center;
	z-index:2;
}
ul.rooms-list > li *{
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
ul.rooms-list > li.active{
	cursor:auto;
}
ul.rooms-list > li.disabled{
	pointer-events:none;
	opacity:0.5;
}
ul.rooms-list > li.active h3{
	top:10px;
	left:10px;
	width:90%;
	bottom:auto;
	text-align:left;
}
ul.rooms-list > li .room-c-wrap{
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	position:relative;
	transform:scale(1);
	top:0px;
	left:0px;
	-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}
ul.rooms-list > li.bounse-down .room-c-wrap{
	top:100%;
	transform:scale(0.3);
}
ul#secondary-room-list > li .room-c-wrap:before{
	position:absolute;
	left:0px;
	top:0px;
	pointer-events:none;
}

ul#secondary-room-list > li.bounse-down2 .room-c-wrap:before{
}

ul.rooms-list > li:hover .room-c-wrap{
	background-size:118%!important;
}
ul.rooms-list > li .room-c-wrap:before{
	content:'';
	position: absolute;
	pointer-events:none;
	left: 0px;
	top:0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-size:cover;
	background-position: center;
	pointer-events:none;
	-webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}
ul.rooms-list > li:hover .room-c-wrap:before{
	transform: scale(1.4);
}
ul.rooms-list > li.auditoria .room-c-wrap:before,
.item-auditoria
{
	background-image:url(../images/auditoria-small.jpg);
}
ul.rooms-list > li.studio .room-c-wrap, ul.rooms-list > li.studio .room-c-wrap:before,
.item-studio{
	background-image:url(../images/studios-small.jpg);
}
ul.rooms-list > li.catering .room-c-wrap, ul.rooms-list > li.catering .room-c-wrap:before,
.item-catering{
	background-image:url(../images/catering-area-small.jpg);
}
ul.rooms-list > li.grandhall .room-c-wrap, ul.rooms-list > li.grandhall .room-c-wrap:before,
.item-grandhall{
	background-image:url(../images/grand-hall-small.jpg);
}
ul.rooms-list > li.registrationhall .room-c-wrap, ul.rooms-list > li.registrationhall .room-c-wrap:before,
.item-registrationhall{
	background-image:url(../images/regsitration-hall-small.jpg);
}
ul.rooms-list > li.coffee-break .room-c-wrap, ul.rooms-list > li.coffee-break .room-c-wrap:before,
.item-coffee-break{
	background-image:url(../images/coffee-break.jpg);
}
ul.rooms-list > li.lunch .room-c-wrap, ul.rooms-list > li.lunch .room-c-wrap:before,
.item-lunch{
	background-image:url(../images/lunch-break.jpg);
}
ul.rooms-list > li.buffet .room-c-wrap, ul.rooms-list > li.buffet .room-c-wrap:before,
.item-buffet{
	background-image:url(../images/buffet-break.jpg);
}
ul.rooms-list > li.cocktail .room-c-wrap, ul.rooms-list > li.cocktail .room-c-wrap:before,
.item-cocktail{
	background-image:url(../images/cocktail-break.jpg);
}
ul.rooms-list > li .room-c-wrap:after{
	background:rgba(0,0,0,0.25);
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	pointer-events:none;
}
ul.rooms-list > li.active .room-c-wrap:after{
	background:rgba(0,0,0,0.50);
}
ul.rooms-list .people-range{
	position:absolute;
	left:0px;
	width:100%;
	padding:0px 12px;
	z-index:1;
	height:100px;
	top:-50%;
	bottom:-50%;
	margin:auto;
	text-align:center;
	opacity:0;
	pointer-events:none;
}
ul.rooms-list li.active .people-range{
	opacity:1;
	pointer-events:auto;
}
ul.rooms-list .people-range span{
	display:block;
	text-align:left;
	font-size:18px;
	color:#fff;
	font-weight:700;
	margin:0px 0px 4px 0px;
}
ul.rooms-list .people-range select{
	border:solid 2px #fff;
	border-radius:0px;
	box-shadow:none;
	padding:0px 10px;
	font-size:16px;
	color:#fff;
	font-weight:500;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding-right:30px;
	padding-left:5px;
	background:url(../images/arw-white.png) no-repeat right 13px;
	background-size:30px;
	width:50%;
	height:40px;
}
.people-range select option {
    color: #333;
    padding: 7px;
}

.selected-items-wrap{
	float:left;
	width:100%;
	border-top:solid 1px #444;
}
.selected-items-wrap > h4{
	font-size:18px;
	font-weight:900;
	margin:18px 0px;
	line-height:100%;
	color:#444;
}
.selected-items-wrap ul.selected-items-list{
	margin:0px 0px -20px 0px;
	padding:0px;
}
.selected-items-wrap ul.selected-items-list > li{
	list-style:none;
	width:25%;
	position:relative;
	padding:0px 0px 20px 20px;
	float:left;
}
.selected-items-wrap ul.selected-items-list > li:nth-child(1), .selected-items-wrap ul.selected-items-list > li:nth-child(5){
	padding-left:0px;
}
ul.selected-items-list a.remove-item{
	width:20px;
	height:20px;
	position:absolute;
	right:0px;
	top:0px;
	background:url(../images/close.png) no-repeat center;
	background-size:20px;
	z-index:2;
}
ul.selected-items-list > li .sel-item{
	float:left;
	width:100%;
	height:185px;
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
ul.selected-items-list > li .sel-item:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:0;
	background:rgba(0,0,0,0.5);
}
ul.selected-items-list > li .sel-item .change-mainroom{
	background: #b3e3e0;
    font-size: 14px;
    font-weight: 900;
    line-height: 100%;
    padding: 6px 10px 7px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 2;	
	cursor:pointer;
}
ul.selected-items-list > li .sel-item h3{
	color:#fff;
	font-size:24px;
	font-weight:900;
	line-height:100%;
	height:28px;
	position:absolute;
	top:-50%;
	bottom:-50%;
	margin:auto;
	left:0px;
	width:100%;
	text-align:center;
	z-index:2;
}
#selected_room ul.selected-items-list > li .sel-item h3{
	top:-40%;
}
ul.selected-items-list > li .sel-item h4{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:900;
	line-height:100%;
	height:28px;
	position:absolute;
	top:38%;
	left:0px;
	width:100%;
	text-align:center;
	z-index:2;
}
.choose-room-wrap a.btn-pink-outline{
	margin-bottom:-20px;
	margin-top:-5px;
}
.page-intro .push-content a.btn-pink-outline{
	float:left;
	margin-right:10px;
	margin-top:12px;
}
a.pdf-request{
	float:left;
	color:#fe1b76;
	text-decoration:none;
	font-size:16px;
	font-weight:700;
	margin-top:24px;
}
.space-or{
	margin-top:24px;
	float:left;
	color:#444;
	text-decoration:none;
	font-size:16px;
	font-weight:700;
	margin-right:10px;
}
.mb-10{
	margin-bottom:10px!important;
}
.library-list a.btn-pink-outline{
	margin-right:12px;
}
.library-list a.visit-section-photos, .library-list .space-or{
	margin-top:10px;
}

/*MODAL*/
.modal-backdrop.in{
	opacity:0.3;
}
.modal .modal-dialog{
	width:70%;
	max-width:1060px;
	margin-top:10%;
}
.modal .modal-dialog .modal-content{
	border-radius:0px;
	padding:30px;
	box-shadow:none;
	float:left;
	width:100%;
}
.modal h3{
	font-size:24px;
	color:#ff3d7f;
	font-weight:900;
	margin:0px 0px 6px 0px;
}
.modal h4{
	font-size:18px;
	font-weight:900;
	margin:0px 0px 12px 0px;
}
.modal p{
	font-weight:500;
	margin-bottom:20px;
}
.modal .btn{
	z-index:9;
}
.modal .close{
	width:18px;
	height:18px;
	background:url(../images/modal-close.png) no-repeat center;
	background-size:20px;
	position:absolute;
	right:20px;
	top:20px;
	opacity:1;
	z-index:9;
}
.modal span.req{
	float:left;
}

/*DISCOVER BRUSSELS*/

#discover-brussels-wrap{
	float:left;
	width:100%;
}
ul.discover-brussels-list{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
ul.discover-brussels-list > li{
	list-style:none;
	float:left;
	width:24.96%;
	cursor:pointer;
	vertical-align:top;
	text-align: left;
}
ul.discover-brussels-list > li.flip-content{
	width:49.92%;
	cursor:default;
}
ul.discover-brussels-list.promo-block-wrap .promo-block{
	height:auto;
	margin:0px;
}
ul.discover-brussels-list.promo-block-wrap .promo-block *{
	
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
ul.discover-brussels-list.promo-block-wrap .promo-block h4{
	margin:6px 0px;
}
ul.discover-brussels-list.promo-block-wrap .promo-block:after{
	content:'';
	position:absolute;
	left:-50%;
	bottom:-50%;
	width:100%;
	height:100%;
	background:url(../images/wedge.png) no-repeat center;
	background-size:cover;
	pointer-events:none;
	opacity:0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
	z-index:1;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
	max-height:70px;
	overflow: hidden;
	display: block;
}
ul.discover-brussels-list > li.flip-content .promo-block:after{
	left:0px;
	bottom:0px;
	opacity:1;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-title-block{
	padding:22px 25px 22px 90px;
	min-height:80px;
	max-height:220px;
	pointer-events:none;
	min-width:333px;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-title-block.title-top{
	transform:none;
	top:10%;
	margin:0px;
	bottom:auto;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-title-block h2{
	line-height:100%;
	padding-top:2px;
	margin-bottom:0px;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
	max-width:52%;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2{
	font-size:40px;
	line-height:100%;
}
ul.discover-brussels-list.promo-block-wrap .promo-block:hover .promo-title-block{
	opacity:1!important;
}
.inner-page ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block::before{
	 content:none!important;
}
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;

}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope-item {
    z-index: 2;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
	z-index:2;
}
ul.discover-brussels-list.promo-block-wrap .promo-block:hover .promo-hover-block{
	left:-150%;
}
ul.discover-brussels-list > li.flip-content .promo-hover-block{
	left:0px!important;
}
.inner-page .promo-block-wrap .promo-block:hover .promo-hover-block{
	left:0px;
}
ul.discover-brussels-list.promo-block-wrap .promo-block:hover .promo-title-block{
	opacity:1;
}

ul.discover-brussels-list > li.flip-content .promo-block .promo-title-block,
ul.discover-brussels-list > li.flip-content .promo-block:hover .promo-title-block{
	opacity:0!important;
}
ul.discover-brussels-list > li.flip-content .promo-block .promo-hover-block > *{
	margin-top:0px;
	opacity:1;
}
ul.discover-brussels-list > li.flip-content .promo-block .promo-hover-block h2:before{
	width:500px;
}


#explore-square .promo-block .promo-title-block h2{
	font-size:40px;
	line-height:100%;
	margin-bottom:0px;
}
#explore-square .promo-block .promo-title-block{
	min-height:0px;
}
#explore-square .promo-block .promo-title-block h4{
	font-weight:900;
	margin-top:18px;
}

#explore-square .promo-block .promo-hover-block{
	padding-left:9.6%;
	padding-top:66px;
	padding-right:0%;
	max-width:67%;
	height:100%;
}
#explore-square .promo-block .promo-hover-block:before{
	left:auto;
	right:-22%;
	width:80%;
	height:100px;
}
#explore-square .promo-block .promo-hover-block:after{
	content:'';
	position:absolute;
	left:0px;
	top:-5px;
	width:90%;
	height:110%;
	background:#fff;
	z-index:-1;
}
#explore-square .promo-block .promo-hover-block h2{
	font-size:40px;
	line-height:100%;
}
#explore-square .room-tabs{
	float:left;
	width:100%;
}
#explore-square .room-tabs ul.tabs-nav{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
#explore-square .room-tabs ul.tabs-nav > li{
	float:left;
	list-style:none;
	padding:0px 9px;
	margin:0px 0px 20px 0px;
	position:relative;
	line-height:100%;
}
#explore-square .room-tabs ul.tabs-nav > li a{
	font-size:17px;
	font-weight:700;
	color:#444;
	position:relative;
}
#explore-square .room-tabs ul.tabs-nav > li a:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:-10px;
	height:2px;
	width:100%;
	background:#444;
	opacity:0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;/*safari*/
}
#explore-square .room-tabs ul.tabs-nav > li a:hover:after, 
#explore-square .room-tabs ul.tabs-nav > li.active a:after{
	bottom:-2px;
	opacity:1;
}
#explore-square .room-tabs ul.tabs-nav > li:after{
	content:'';
	position:absolute;
	left:0px;
	top:4px;
	width:2px;
	height:12px;
	background:#444;
}
#explore-square .room-tabs ul.tabs-nav > li:first-child{
	padding-left:0px;
}
#explore-square .room-tabs ul.tabs-nav > li:first-child:after{
	content:none;
}
#explore-square .tabs-container, #explore-square .tab-content{
	float:left;
	width:100%;
}
#explore-square .room-tabs span{
	display:block;
	font-weight:400;
	margin-bottom:0px;
}
#explore-square .room-tabs span strong{
	font-weight:500;
}
#explore-square .room-tabs .room-ft-btns{
	float:left;
	width:100%;
	margin-top:15px;
	clear:both;
}
#explore-square a.btn-360{
	min-width:94px;
	min-height:47px;
	border-color:#ff3d7f;
}
#explore-square a.btn-360:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url(../images/360.png) no-repeat right center;
	z-index:1;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;/*safari*/
}
#explore-square a.btn-360:hover:after{
	background-position:left center;
}
#explore-square .room-tabs .room-ft-btns a.btn{
	position:relative;
	z-index:9;
	opacity:1;
	margin-right:20px;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	padding-left:26px;
	padding-right:26px;
}
#explore-square .room-tabs .room-ft-btns a.btn.lightbox{
	margin:0px;
}
#explore-square .room-tabs .hidden-gallery{
	display:none;
}

#explore-square .room-tabs .tab-content{
	max-height:250px;
}
ul.capacity-list{
	display: inline-block;
	width:auto;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	position:relative;
	top:8px;
}
ul.capacity-list > li{
	display: table-cell;
	list-style:none;
	margin: 0px;
	padding: 4px 10px 4px 44px;
	background:url(../images/capacity-icon.png) no-repeat left center;
	width:115px;
	text-align: left;
	background-size: 36px;
}
ul.capacity-list > li.cap-theatre{
	background-position: 0px 1px;
}
ul.capacity-list > li.cap-class{
	background-position: 0px -57px;
}
ul.capacity-list > li.cap-ushape{
	background-position: 0px -158px;
}
ul.capacity-list > li.cap-hollow{
	background-position: 0px -115px;
}
ul.capacity-list > li.cap-smeal{
	background-position: 0px -214px;
}
ul.capacity-list > li.cap-cocktail{
	background-position: 0px -268px;
}
/*Custom Scrollbar*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:rgba(68,68,68,0.75)
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color:rgba(68,68,68,0.85)
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #fff; background-color: rgba(68,68,68,0.9);
}
.modal-link{
	font-weight:900;
    color: #ff3d7f;
}

.container .no-items{
	display: inline-block;
	width: 100%;
}
.pagination{
	display: inline-block;
	width: 100%;
}
#secureAccess label{
	margin-bottom:15px;
	padding-top:10px;
}
#secureAccess label, #secureAccess input, #secureAccess a{
	margin-right:20px;
	float:left;
}
#secureAccess input{
	border:solid 2px #444;
	padding:8px;
}
#secureAccess p{
	display:inline-block;
	width:100%;
	clear:both;
	margin:10px 0px 0px 0px;
	font-size:14px;
}
#secureAccess .modal-body{
	padding-top:0px;
	padding-bottom:0px;
}
#secureAccess .modal-dialog{
	max-width:750px;
}
#secureAccess .close{
	top:0px;
	right:0px;
}
#secureAccess .close span{
	display:none!important;
}
/*ERROR*/
#sqare-site-wrap.error-page-wrap{
	pointer-events:auto!important;
}
.error-page{
	position:relative;
}
.error-text-wrap{
	position:absolute;
	width:40%;
	margin:0px;
	top:35%;
	left:55%;
	transform: translate3d(-40%, 0);
	-webkit-transform: translate3d(-40%, 0);/*safari*/
}
.error-text-wrap h1{
	font-size:121px;
	color:#333;
	line-height:100%;
	border:none;
	margin:0px;
}
.error-text-wrap h2{
	font-size:48px;
	font-weight:500;
	line-height:100%;
	margin:0px 0px 60px 0px;
}
.error-text-wrap p{
	font-size:28px;
	font-weight:500;
	line-height:normal;
	margin:0px 0px 30px 0px;
}
.error-bg{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/404.jpg) no-repeat center center;
    background-size: cover;
    transform: scale(1.1);
	-webkit-transform: scale(1.1);/*safari*/
}


/*SELECT*/

.custom_select {
  float: left;
}

.select_opts { background-color: #ECECEC; }

.option_title, .option { padding: 5px 10px 6px; }

.option_title {
  font-size:16px;
  font-weight:500;
  padding-right: 30px;
  background-color: #ECECEC;
}

.option { border-top: 1px solid #FFF; }

.option:hover { background-color: #E2E2E2; }

.option.current {
  color: #FFF!important;
  background-color: #ff3d7f;
}

.option_title::selection { background-color: transparent; }
 .option_title::-moz-selection {
background-color: transparent;
}

/* pure CSS Arrow */

.arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff6499;
  right:22px!important;
}

.custom_select.opened .arrow {
  border-bottom: 5px solid #ff6499;
  border-top: none;
  z-index:9999;
}
.custom-select-box div.option_title{
	float:left;
	width:250px;
	height:40px;
	border:solid 2px #444444;
	background:#fff;
	text-align:left!important;
	padding:7px 10px;
}

.custom-select-box.select-wide div.option_title{
	width:380px;
}
.custom-select-box{
	margin-bottom:20px;
	float:left;
}
.custom-select-box.select-medialibrary{
	margin:-5px 0px 40px;
}
.custom-select-box .select_opts{
	background:#fff;
	border:solid 2px #444444;
}
.custom-select-box .select_opts .option{
	border:none;
	font-size:16px;
	font-weight:500;
	color:#444;
	text-align:left!important;
}
#contact-form .custom-select-box .select_opts .option:first-child{
	display: none;
}
.custom-select-box .select_opts .option:hover{
	background:#ececec;
}
#plan-event-wrap .custom-select-box .select_opts .option:first-child{
	display:none;
}
ul.rooms-list .custom-select-box{
	width:250px;
	margin:auto;
	float:none;
}
ul.rooms-list .custom-select-box div.option_title{
	background:none;
	color:#fff;
	border-color:#fff;
}
ul.rooms-list .custom-select-box .arrow{
	top:42%!important;
	border-top: 5px solid #ffffff;
}
ul.rooms-list .custom-select-box .custom_select.opened .arrow {
  border-bottom:none;
}
ul.rooms-list .custom-select-box .select_opts{
	border-color:#fff;
}
ul.rooms-list .custom-select-box .select_opts{
	height:auto;
	max-height: 110px!important;
	bottom:auto!important;
}

#top-nav .custom-select-box{
	width:auto;
	margin:auto;
	float:left;
	background:url(../images/lang-arw.png) no-repeat 86% 10px;
	background-size:10px;
}
#top-nav .custom-select-box div.option_title{
	background:none;
	color:#137593;
	border:none;
	height:25px;
	width:auto!important;
	padding:0px 40px 0px 0px;
	font-size: 18px;
	margin-left:28px;
}
#top-nav .custom-select-box .arrow{
	top:42%!important;
	border-top: 5px solid #137593;
	display:none;
}
#top-nav .custom-select-box .custom_select.opened .arrow {
  border-bottom:none;
}
#top-nav .custom-select-box .option.current{
	display:none!important;
}

#top-nav .custom-select-box .select_opts{
	height:auto!important;
	overflow:hidden;
	border:none!important;
	background:none!important;
	margin-top:24px;
	margin:-2px 0px 0px 18px!important;
	width:88px!important;
}
#top-nav .custom-select-box .opened .option_title{
	opacity:0!important;
}
#top-nav .custom-select-box .select_opts .option{
	padding:2px 10px;
	background:rgba(255,255,255,0);
	color:#137593!important;
	font-size: 18px;
}

/*TEMP-till language setup*/
#top-nav .custom-select-box .select_opts{
	width:200px!important;
}
#top-nav .custom-select-box div.option_title{
	width: auto!important;
}
#top-nav .custom-select-box .option.current{
	display: block!important;
}
/**/

.promo-block-wrap.service-inner .talk-to-expert{
	margin-top:30px;
}
.btn-black.all_services{
	margin-top:50px;
	margin-bottom: 30px;
}
.plan-event-intro-ft .title-border{
	padding-left: 0px;
}
#plan-event-wrap .title-border, .plan-event-intro-ft{
	padding-left:8%;
}
#plan-event-wrap .title-border:before, .plan-event-intro-ft .title-border::before{
	content:none;
}
.plan-event-intro{
	margin-bottom:60px;
}	
.plan-event-intro p{
	padding-left: 8%!important;
}
.promo-block.logo-local2:after,
.promo-block.logo-local12:after,
.promo-block.logo-local15:after{
	content:'';
	position: absolute;
	left: auto;
	right:3%;
	bottom:50px;
	background: url(../images/thinkgreen.png) no-repeat center;
	background-size:70px;
	width:70px;
	height:70px;
}
.promo-block-fixed p a:after{
	background:#fff!important;	
}
.promo-block-fixed.logo-local3:after,
.promo-block-fixed.logo-local13:after,
.promo-block-fixed.logo-local16:after{
	content:'';
	position: absolute;
	left: auto;
	right:3%;
	bottom:50px;
	background: url(../images/thinkpeople.png) no-repeat center;
	background-size:70px;
	width:70px;
	height:70px;
}
.promo-block.logo-local6:after,
.promo-block.logo-local14:after,
.promo-block.logo-local17:after{
	content:'';
	position: absolute;
	left: auto;
	right:3%;
	bottom:50px;
	background: url(../images/thinklocal.png) no-repeat center;
	background-size:70px;
	width:70px;
	height:70px;
}
/*DISCOVER BRUSSELS 30-11*/
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-title-block{
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block{
	max-width:70%;
	padding: 30px 10% 60px 100px;
	top: 75%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
}
ul.discover-brussels-list.promo-block-wrap .promo-block .btn{
	left:100px;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block h2{
	padding-right:120px;
	margin-bottom: 28px;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p{
	max-height: 335px!important;
	padding-right:10px;
	min-height: 150px;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block ul{
	padding-left: 18px;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block ul li{
	list-style: disc;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p:before{
	content:'';
	float:right;
	width:90px;
	height:65px;
}
ul.discover-brussels-list.promo-block-wrap .promo-block .promo-hover-block p:last-child{
	margin: 0px;
}
.custom-select-box div.option_title{
	overflow: hidden;
}
/*DISCOVER BRUSSELS 30-11*/
#cookie-bar{
	display: table;
}
#cookie-bar span{
	display: table-cell!important;
	float:none!important;
	padding: 15px 20px!important;
}
#cookie-bar span:last-child{
	text-align: right;
	padding-left: 0px;
}
body.wsite-nl #home-banner .banner-desc h1,
body.wsite-fr #home-banner .banner-desc h1{
	font-size: 48px;
	line-height: 48px;
}

/*PLAN YOUR EVENT V2*/
dl.event-schedule{
	float:left;
	width: 100%;
	max-width: 520px;
	margin: 0px 0px 8px;
	padding: 0px;
}
dl.event-schedule dt{
	float:left;
	width: 135px;
	margin: 0px 0px 16px;
	padding: 0px;
	clear: left;
}
dl.event-schedule dt label{
	margin: 0px;
	font-size: 14px;
	color: #ff3d7f;
	padding: 10px 0px;
}
dl.event-schedule dd{
	float:left;
	width: 384px;
	margin: 0px 0px 16px;
}
dl.event-schedule dd input.cal-input{
	width:248px;
	height: 40px;
	float:left;
	margin: 0px 20px 0px 0px;
	background: url(../images/cal-ico.png) no-repeat right center;
	padding-right: 40px;
}
dl.event-schedule dd .custom-select-box{
	float:left;
	margin: 0px;
}
dl.event-schedule dd .custom-select-box div.option_title{
	width:115px;
	padding-top: 6px;
}
.pt-195{
	padding-top: 195px;
}
.choose-room-wrap{
	width:100%;
	max-width: 520px;
	float:left;
	margin-bottom: 30px;
}
.choose-room-wrap ul.rooms-list{
	margin: 0px!important;
}
.choose-room-wrap ul.rooms-list > li{
	width:100%;
	height: 250px;
	margin: 10px 0px!important;
	overflow: hidden;
}
.choose-room-wrap ul.rooms-list > li h3{
	font-weight: 400;
}
.choose-room-wrap ul.rooms-list > li:hover h3{
	font-weight: 900;
}
ul.rooms-list > li .room-c-wrap:after{
	border:solid 0px #3fb8af;
	transition: all 0.4s ease 0s;
}
ul.rooms-list > li:hover .room-c-wrap:after,
ul.rooms-list > li.active .room-c-wrap:after{
	border:solid 10px #3fb8af!important;
}
ul.rooms-list > li .room-c-wrap::after {
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
}
ul.rooms-list > li.auditoria .room-c-wrap:before,
.item-auditoria
{
	background-image:url(../images/congress.jpg);
}
ul.rooms-list > li.studio .room-c-wrap, ul.rooms-list > li.studio .room-c-wrap:before,
.item-studio{
	background-image:url(../images/ceremony.jpg);
}
ul.rooms-list > li.catering .room-c-wrap, ul.rooms-list > li.catering .room-c-wrap:before,
.item-catering{
	background-image:url(../images/gala-dinner.jpg);
}
ul.rooms-list > li.grandhall .room-c-wrap, ul.rooms-list > li.grandhall .room-c-wrap:before,
.item-grandhall{
	background-image:url(../images/exhibition-fair.jpg);
}
ul.rooms-list > li.registrationhall .room-c-wrap, ul.rooms-list > li.registrationhall .room-c-wrap:before,
.item-registrationhall{
	background-image:url(../images/other.jpg);
}
ul.rooms-list > li.auditoria h3{
	height:50px;
}

.checkbox-custom-wrap{
	position:relative;
	display: inline-block;
	margin-bottom: 12px;
}
.checkbox-custom{
    opacity: 0;
    position: absolute;   
	left:0px;
	width:auto!important;
}
.checkbox-custom{
	margin: 0px!important;
	width:12px;
	height:20px;
}
.checkbox-custom, .checkbox-custom-label{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px 0px 0px!important;
    cursor: pointer;
	font-size: 16px;
	font-weight: 400!important;
}
.checkbox-custom-label{
    position: relative;
}
.checkbox-custom + .checkbox-custom-label:before{
    content: '';
    border: 2px solid #a1a1a1;
	background:#fff;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
	border-radius: 0px;
	position: relative;
	top:-2px;
}
.checkbox-custom.error + .checkbox-custom-label:before{
	box-shadow:0px 0px 3px rgba(254, 0, 0, 0.8);
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fe1b76 ;
	font-size:13px;
	text-indent:-2px;
	line-height: 1px;
	background-color: #fff;
}
.pt-38{
	padding-top: 38px;
}
.mt-30{
	margin-top: 30px!important;
}
input.input-sml{
	max-width: 115px!important;
}
.inter-block{
	float:left;
	width: 100%;
}
.form-info{
	display: inline-block;
	color: #ccc;
	font-weight: 500!important;
	font-size: 16px;
	padding: 8px 0px 0px 20px;
}
.sqft-range-wrap{
	float:left;
	width: 100%;
	max-width: 575px;
	position: relative;
}
.sqft-range-wrap .toggle-range-cel{
	position: absolute;
	right: 20px;
	top:10px;
	background: url(../images/arw.jpg) no-repeat center;
	width:30px;
	height: 18px;
	left:-66%;
	right:-50%;
	margin: auto;
}
.sqft-range-wrap .range-cel{
	width:48%;
	float:left;
}
.sqft-range-wrap .range-cel:nth-child(1){
	padding-right: 30px;
}
.sqft-range-wrap .range-cel:nth-child(2){
	padding-left: 5px;
}
.sqft-range-wrap .range-cel input{
	float:left;
	max-width: 75px;
	height: 40px;
}
.sqft-range-wrap .range-cel .custom-select-box{
	float:left;
	max-width: 165px;
	min-width: 100px;
	font-size: 18px;
	margin: 6px 0px 6px 12px;
}
.sqft-range-wrap .range-cel .custom-select-box .custom_select{
	width: 100%;
}
.sqft-range-wrap .range-cel .custom-select-box div.option_title{
	width: 100%;
}
.form-group .form-gr-left{
	float:left;
	width:50%;
}
.form-group .form-gr-right{
	float:right;
	width:50%;
	max-width: 385px;
}
.form-group .form-gr-left input, .form-group .form-gr-right input{
	width:100%;
}
ul.rooms-list .people-range span{
	margin-bottom: 15px;
	text-align: center;
}
ul.rooms-list > li.active h3{
	display: none;
}

ul.rooms-list > li.active h3{
	display: none;
}
ul.rooms-list > li.active.hide-select .people-range{
	display: none!important;
}
ul.rooms-list > li.active.hide-select h3{
	display: block!important;
    bottom: -50%;
    left: 0px;
    text-align: center;
    top: -50%;
    width: 100%;
	font-weight: 700;
}
.alternative-fields{
	display: none;
}
.col-md-7 dl.event-schedule dt, .col-md-7 dl.event-schedule dd{
	margin-bottom: 20px;
}
.plan-event-ftr{
	float: left;
	width:100%;
	margin: 30px 0px;
}
.plan-event-ftr h1{
	color: #444;
    font-size: 40px;
    font-weight: 900;
    line-height: 100%;
    margin: 0 0 15px;
}
.plan-event-ftr .push-content{
	padding-left: 8%;
}
#request-modal div > a{
	margin: 10px 0px;
	display: inline-block;
	color: #ff3d7f;
	font-weight: 900;
	padding: 5px 0px 0px 26px;
	background:url(../images/doc.png) no-repeat left bottom;
	background-size: 20px;
}
#request-modal .modal-dialog{
	max-width: 500px;
}

.bootstrap-datetimepicker-widget ul{
	margin: 0px!important;
	padding: 0px!important;
}
.bootstrap-datetimepicker-widget ul li{
	margin: 0px!important;
	padding: 0px!important;
	list-style: none;
}
.bootstrap-datetimepicker-widget thead > tr:nth-child(2) th{
	background: #f3f3f3;
	border-radius: 0px;
}
.bootstrap-datetimepicker-widget table td.today{
	background: #ff3d7f;
	border-radius: 6px;
}

#news-list-wrap{
	float:left;
	width:100%;
	margin: 60px 0px 60px;
	padding: 0px;
}
#news-list-wrap.news-list-detail{
	margin-top:0px;
}
span.date.news-inner-date{
	display:block;
	font-weight:500;
	color:#137593;
	margin-bottom:10px;
}
#news-list-wrap > li{
	float:left;
	width: 33.33%;
	padding: 20px 10px;
	list-style: none;
	margin: 0px;
}
#news-list-wrap > li:nth-child(3n+1){
	clear:left;
}
#news-list-wrap .news-thumb{
	float:left;
	width: 100%;
	margin: 0px 0px 16px;
	max-height:250px;
	overflow:hidden;
}
#news-list-wrap .news-thumb img{
	width: 100%;
}
#news-list-wrap .news-desc{
	float:left;
	width: 100%;
	padding: 0px 40px 0px 50px;
	overflow: hidden;
}
#news-list-wrap .news-desc h4{
	font-size: 20px;
	margin: 0px;
	font-weight:900;
	position: relative;
}
#news-list-wrap .news-desc h4:before{
	content:'';
	position: absolute;
	left: -118px;
	width:100px;
	height: 1px;
	background: #333;
	top:7px;
}
#news-list-wrap .news-desc .date{
	display: block;
	font-size: 16px;
	font-weight: 100;
	margin: 0px 0px 10px;
}
#news-list-wrap .news-desc p{
	margin: 0px 0px 20px;
}
.inner-page .news-promo-wrap .promo-block.col-md-12.promo-static{
	background-size:75%;
}

/*Square 60 - 4269*/
#square-60{
	float:none;
	max-width: 82%;
	position: fixed;
	left: -50%;
	right:-50%;
	top:8vh;
	margin: auto;
	z-index: 9999;
	display: none;
}
#square-60 .wrap-60{
	border:solid 10px #00adef;
	display: block;
}
#square-60:before{
	content:'';
	background: rgba(0,0,0,0.5);
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -2;
}
#square-60 .close-60{
	width: 50px;
	height: 50px;
	position: absolute;
	top:0px;
	right:0px;
	z-index: 2;
	background:url(../images/close-wh.png) no-repeat center #00adef;
	background-size: 30px;
}
body.pop-visible{
	overflow: hidden;
}

.search-wrap-homepage{
	float:right;
	clear:both;
	margin:0px;
	margin:25px 0px 0px;
	width:260px;
	border-bottom:solid 1px #137593 ;
	position:relative;
}
.search-wrap-homepage input.inputbox{
	border:none;
	background:none;
	font-size:20px;
	color:#137593 ;
	font-weight:400;
	float:left;
	width:90%;
	height:25px;
	box-shadow:none;
	outline:none;
}
.search-wrap-homepage input.inputbox::-webkit-input-placeholder{
   opacity:1;
   color:#137593 ;
}
.search-wrap-homepage input.inputbox:-moz-placeholder { /* Firefox 18- */
   opacity:1; 
}
.search-wrap-homepage input.inputbox::-moz-placeholder {  /* Firefox 19+ */
  opacity:1; 
}
.search-wrap-homepage input.inputbox:-ms-input-placeholder {  
   opacity:1;
}
.search-wrap-homepage input[type="submit"]{
	float:right;
	width:20px;
	height:25px;
	background:url(../images/search-bl.png) no-repeat center;
	border:none;
}
.search-wrap-homepage + a.plan-event{
	margin-top: 40px!important;
}
.home-header.off-canvas.fixed .search-wrap-homepage, .inner-header.off-canvas.fixed .search-wrap-homepage{
	display: none;
}
.home-header.off-canvas.fixed .search-wrap-homepage + a.plan-event, .inner-header.off-canvas.fixed .search-wrap-homepage + a.plan-event{
	margin-top: -13px!important;
}



/*PACE_LOADER--------------------- STARTS*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#sqare-site-wrap{
	pointer-events:none!important;
	transition: all 0.6s ease 0s;
}
.pace-done #sqare-site-wrap{
	pointer-events:auto!important;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ff3280; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #3fb8af , #ff3280); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #3fb8af, #ff3280); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #3fb8af, #ff3280); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3fb8af , #ff3280); /* Standard syntax */
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff3280, 0 0 5px #ff3280;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}



/*PACE_LOADER--------------------- ENDS*/

/*Custom Loader animation*/
.transition-mask{
	background:#fff;
	transform:scale(4) skew(-77deg);
	-webkit-transform:scale(4) skew(-77deg);
	position:fixed;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	z-index:100;
	opacity:1;
	transition: all 1.1s ease 0s;
	-webkit-transition: all 1.1s ease 0s;/*safari*/
	pointer-events:none;
}
.square-loader{
	position:fixed;
	top:50%;
	transform:translate(0, -50%);
	z-index:101;
	margin:auto;
	left:-50%;
	right:-50%;
	width:200px;
	opacity:1;
	transition: all 0.4s ease 0s;
	pointer-events:none;
}
.pace-done .square-loader {
	opacity:0
}
.pace-done .transition-mask{
	top:-90%;
	transform:scale(1) skew(-84deg);
	-webkit-transform:scale(1) skew(-84deg);
}
.square-loader:before{
	content:'';
	position:absolute;
	left:0px;
	top:-48px;
	width:100%;
	height:42px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size:180px;
}
body.wsite-en .square-loader:before{
	background-image:url(../images/logo/logo-en.svg);
}
body.wsite-fr .square-loader:before{
	background-image:url(../images/logo/logo-fr.svg);
}
body.wsite-nl .square-loader:before{
	background-image:url(../images/logo/logo-nl.svg);
}

.square-loader span{
	width:16px;
	height:16px;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	left:50%;
	margin-left:-10px;
	-webkit-animation:3s infinite linear;
	-moz-animation:3s infinite linear;
	-o-animation:3s infinite linear;
}
.square-loader div{
	color:#147593;
	text-transform:uppercase;
	font-size:10px;
	margin-top:22px;
	text-align:center;
}

.square-loader span:nth-child(1){
	background:#137593;
	-webkit-animation:kiri 1.2s infinite linear;
	-moz-animation:kiri 1.2s infinite linear;
	-o-animation:kiri 1.2s infinite linear;
	
}
.square-loader span:nth-child(2){
	background:#fe1b76 ;
	z-index:100;
}
.square-loader span:nth-child(3){
	background:#b3e3e0;
	-webkit-animation:kanan 1.2s infinite linear;
	-moz-animation:kanan 1.2s infinite linear;
	-o-animation:kanan 1.2s infinite linear;
}

/*
#primary-nav-wrap #primary-nav > li.item-218,
#primary-nav-wrap #primary-nav > li.item-217,
#primary-nav-wrap #primary-nav > li.item-216{
	display: none;
}*/

.service-inner{
	width:100vw;
	margin-left:-6%;
}
.service-inner.promo-block-wrap .promo-block{
	background-size: auto 100%!important;
	background-position: right center!important;
}
ul.no_item{
	width:89%;
	display:table;
	margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
ul.no_item > li {
	width:100%;
	display:inline-block;
    background: rgba(0, 0, 0, 0) url("../images/noitem.png") no-repeat scroll left center / 22px auto;
    color: #aeaeae;
	font-weight: 700;
	font-family: "effra",sans-serif;
    padding-left: 30px !important;
}

@-webkit-keyframes kanan {
    0% {-webkit-transform:translateX(20px);
    }
   
	50%{-webkit-transform:translateX(-20px);
	}
	
	100%{-webkit-transform:translateX(20px);
	z-index:200;
	}
}
@-moz-keyframes kanan {
    0% {-moz-transform:translateX(20px);
    }
   
	50%{-moz-transform:translateX(-20px);
	}
	
	100%{-moz-transform:translateX(20px);
	z-index:200;
	}
}
@-o-keyframes kanan {
    0% {-o-transform:translateX(20px);
    }
   
	50%{-o-transform:translateX(-20px);
	}
	
	100%{-o-transform:translateX(20px);
	z-index:200;
	}
}


@-webkit-keyframes kiri {
     0% {-webkit-transform:translateX(-20px);
	z-index:200;
    }
	50%{-webkit-transform:translateX(20px);
	}
	100%{-webkit-transform:translateX(-20px);
	}
}

@-moz-keyframes kiri {
     0% {-moz-transform:translateX(-20px);
	z-index:200;
    }
	50%{-moz-transform:translateX(20px);
	}
	100%{-moz-transform:translateX(-20px);
	}
}
@-o-keyframes kiri {
     0% {-o-transform:translateX(-20px);
	z-index:200;
    }
	50%{-o-transform:translateX(20px);
	}
	100%{-o-transform:translateX(-20px);
	}
}

/* IE10+ CSS HACK */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

	}


/*CHROME*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	a.readmore:after{
		top: -1px;
	}
	.btn{
		padding:11px 30px;
	}
}

/*SAFARI*/
	body.safari ul.discover-brussels-list.promo-block-wrap .promo-block .promo-title-block.title-top{
		top:20%!important;
	}



@media only screen and (min-width:1100px) and (max-width: 2600px) {
	#primary-nav-wrap{
		overflow:scroll!important;
		overflow-x: hidden!important;
	}
}