/*
	Theme Name: Business Meets IT new
	Theme URI: 
	Description: Business Meets IT Theme
	Version: 1.0
	Author: Octagram Creative
	Author URI: http://octagram.ro
	Tags: Business Meets IT

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color:#000;
	background-color: #fff;
}
body.stopscroll {
    height: 100%!important;
    width: 100%;
	overflow: hidden;
	position: fixed;
}
article{
	width: 100%;
    max-width: 1400px;
}
.event_page article{
	height: auto !important;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.t-center{
	text-align: center;
}
.bmit_back_color{
	background-color: #0097a0;
}
.bmit_color{
	color: #0097a0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1400px;
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header_wrapper{
	width: inherit;
    max-width: inherit;
}
.header {
	display: table;
    position: fixed;
    width: inherit;
    top: 0;
    max-width: inherit;
	z-index: 10;
}
.nav_spacer{
	position: relative;
	width: 100%;
}
.height_90{
	height: 90px;
}

/* logo */
.logo {
    display: inline-block;
    width: 260px;
    position: absolute;
    left: calc(50% - 130px);
    background-color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.logo .arrow-down {
	width: 0;
    height: 0;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 30px solid #fff;
	margin-top: 5px;
}
.logo-img {
	height: 100%;
	max-height: 100%;
	width: auto;
	
}

/* nav */
.nav {
	text-align: center;
	display: table-cell;
    vertical-align: middle;
}
.nav ul {
	padding: 0;
	margin: 0;
}
.left-nav ul {
	padding-right: 100px;
}
.right-nav ul {
	padding-left: 100px;
}
.nav ul li {
	display: inline-block;
    list-style: none;
    margin: 0 3%;
    padding: 5px 10px;
	border-bottom: 2px solid #0097a0;
}
.nav ul li a{
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
}
.nav .menu-split-middle::after{
    content: " ";
	display: inline-block;
	width: 280px;
}
.left-nav{
	width: 50%;
	float: left;
}
.right-nav{
	width: 50%;
	float: right;
}
.header .header_hidden{
	display: none;
}

/* nav animations */
.animate .height_90{
	-webkit-animation: small 1s both;
	-moz-animation: small 1s both;
	-o-animation: small 1s both;
	animation: small 1s both;
}
@-webkit-keyframes small {
	 0%   { height:90px; }
  100% { height:70px;}
}
@-moz-keyframes small {
	 0%   { height:90px; }
  100% { height:70px;}
}
@-o-keyframes small {
	 0%   { height:90px; }
  100% { height:70px;}
}
@keyframes small {
	 0%   { height:90px; }
  100% { height:70px;}
}

.reverse_animation .height_90{
	-webkit-animation: big 1s both;
	-moz-animation: big 1s both;
	-o-animation: big 1s both;
	animation: big 1s both;
}
@-webkit-keyframes big {
	 0%   { height:70px; }
  100% { height:90px;}
}
@-moz-keyframes big {
	 0%   { height:70px; }
  100% { height:90px;}
}
@-o-keyframes big {
	 0%   { height:70px; }
  100% { height:90px;}
}
@keyframes big {
	 0%   { height:70px; }
  100% { height:90px;}
}

.animate .arrow-down{
	-webkit-animation: border_0 1s both;
	-moz-animation: border_0 1s both;
	-o-animation: border_0 1s both;
	animation: border_0 1s both;
}
@-webkit-keyframes border_0 {
	 0%   { border-top: 30px solid #fff; }
  100% { border-top: 0px solid #fff;}
}
@-moz-keyframes border_0 {
	 0%   { border-top: 30px solid #fff; }
  100% { border-top: 0px solid #fff;}
}
@-o-keyframes border_0 {
	 0%   { border-top: 30px solid #fff; }
  100% { border-top: 0px solid #fff;}
}
@keyframes border_0 {
	 0%   { border-top: 30px solid #fff; }
  100% { border-top: 0px solid #fff;}
}

.reverse_animation .arrow-down{
	-webkit-animation: border_30 1s both;
	-moz-animation: border_30 1s both;
	-o-animation: border_30 1s both;
	animation: border_30 1s both;
}
@-webkit-keyframes border_30 {
	 0%   { border-top: 0px solid #fff; }
  100% { border-top: 30px solid #fff;}
}
@-moz-keyframes border_30 {
	 0%   { border-top: 0px solid #fff; }
  100% { border-top: 30px solid #fff;}
}
@-o-keyframes border_30 {
	 0%   { border-top: 0px solid #fff; }
  100% { border-top: 30px solid #fff;}
}
@keyframes border_30 {
	 0%   { border-top: 0px solid #fff; }
  100% { border-top: 30px solid #fff;}
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	padding-top: 50px;
    padding-bottom: 10px;
    z-index: 2;
    position: relative;
    background-color: #FFF;
}
.footer_nav{
	text-align: center;
    border-top: 1px solid #0097a0;
    border-bottom: 1px solid #0097a0;
    background-color: #f8f8f8;
}
.footer_nav ul{
	display: inline-block;
	padding-left: 0;
	margin: 5px 0;
}
.footer_nav ul li{
	display: inline-block;
    list-style: none;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    padding: 5px 30px;
}
.footer_content_wrapper{
	background-color: #efefef;
	border-bottom: 1px solid #0097a0;
}
.footer_content{
	text-align: center;
}
.footer-logo-img{
	width: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer_content p {
	margin: 0 0;
}
.design_dev{
	text-align: right;
	font-size: 11px;
	line-height: 20px;
	margin: 0 15px 15px 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* HOME PAGE */

.events_filter{
	text-align: center;
	margin: 40px 0 1% 0;
}
.events_filter .filter{
	display: inline-block;
	background-color: #efefef;
	padding: 10px;
	margin: 0 20px;
	color: #a1a1a3;
	cursor: pointer;
	border: 1px solid #fff;
}
.events_filter .filter p {
	margin: 0;
	font-weight: 600;
    font-size: 14px;
}
.template_home .category-events{
	float: left;
	width: 31.3%;
	margin:1%;
	background-color: #d8d8d8;
	border: 1px solid #fff;
}
.event_image_wrapper{
	position: relative;
	height: 190px;
	overflow: hidden;
}
.event_date_wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.event_date{
	width: 120px;
    height: 120px;
    background-color: #d8d8d8;
    border: 2px solid #FFF;
    border-radius: 75px;
    margin-left: calc(50% - 60px);
    margin-top: 27px;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    padding-top: 35px;
}
.category_wrapper{
	position: relative;
    padding: 5px 50px;
    background-color: #d8d8d8;
    color: #000;
    font-size: 16px;
    z-index: 2;
    display: table;
    margin-top: -17px;
    text-transform: uppercase;
    font-weight: 600;
	margin-left: auto;
    margin-right: auto;
}
.event_content_wrapper{
	padding: 10px 40px;
}
.event_page .event_content_wrapper{
	padding: 0px 40px;
}
.event_page .event_content_wrapper p{
	margin: 0 auto 20px;
}
.event_title{
	text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    margin: 0px 0 15px 0;
	min-height: 53px;
}
.reserve{
	position: relative;
	display: table;
    padding: 10px 30px;
    font-size: 16px;
    margin: 25px auto;
    text-transform: uppercase;
    color: #fff;
    background-color: #0097a0;
	cursor: pointer;
	border: 1px solid #0097a0;
}
#fixed_brk_point{
	margin: 20px auto 0;
}
.past_header{
	display: table;
    padding: 10px 30px;
    font-size: 16px;
    margin: 25px auto;
    text-transform: uppercase;
    color: #fff;
    background-color: #9b9b9b;
}
.home_provided{
	margin-bottom: 5px;
    font-size: 13px;
}
.partners_wrapper{
	background-color: #fff;
	padding: 10px 10px;
}
.partners_wrapper img {
	width: 19%;
	height: auto;
	margin: 0 0.5%;
}
.post_content_wrapper{
	width: 86%;
	margin: 0 auto;
}
.template_past_events .post_content_wrapper{
	width: 100%;
}
.template_past_events .post_date_loc_price{
	width: 86%;
	margin: -24px auto 0;
}
#grid .event_content_wrapper{
	padding: 10px 10px;
}
.home_no_events{
	width: 87%;
    margin: 50px auto 130px;
    border: 1px solid #0097a0;
    padding: 30px 10%;
    text-align: center;
	font-size: 24px;
    color: #000;
    font-weight: 400;
}
.home_no_events a {
	color: #0097a0;
	text-decoration: underline;
}
.home_no_events a:hover {
	color: #000;
}



/* SINGLE POST PAGE */

.price_details_hover{
    display: none;
    position: absolute;
    width: 350px;
    background-color: #f7f7f9;
    border: 1px solid #979797;
    text-align: left;
    padding: 0 15px 15px 15px;
    z-index: 3;
    font-size: 12px;
    right: -2px;
    top: 50px;
    color: #000;
}
.fieldLabel{
	font-size: 14px;
}
.post_image_wrapper{
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
}
.post_image_wrapper img{
	width: 100%;
}
.post_header_info{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	padding: 100px 10% 30px 10%;
	background-color: rgba(0, 0, 0, 0.5);
}
.post_date_cat{
	color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 0px;
}
.post_title{
	color: #fff;
    font-size: 44px;
    font-weight: 300;
    margin: 0px 0 40px;
}
.post_date_loc_price{
	position: relative;
	width: 100%;
    border: 1px solid #929292;
    background-color: #fff;
    font-size: 16px;
    color: #000;
	margin-top: -24px;
}
.post_date_loc_price .date{
	width: 20%;
	float: left;
	padding: 12px 10px;
	text-align: center;
	cursor: pointer;
}
.post_date_loc_price .date span{
	position: relative;
}

.past_event .post_date_loc_price .date{
	color: #9b9b9b;
}
.post_date_loc_price .location{
	width: 60%;
	float: left;
	padding: 12px 10px;
	text-align: center;
	cursor: pointer;
}
.post_date_loc_price .price{
	position: relative;
	width: 20%;
	float: left;
	padding: 12px 10px;
	text-align: center;
	cursor: pointer;
}
.post_subtitle{
	font-size: 40px;
	display: inline-block;
	padding: 3px 20px;
	color: #0097a0;
	border-bottom: 1px solid #0097a0;
	margin: 50px auto 25px;
	font-weight: 300;
}
.countdown_wrapper{
	margin-top: 50px;
	text-align: center;
}
.countdown_title{
	font-size: 16px;
	text-align: center;
	color: #9a9a9c;
	margin: 0 0 5px 0;
}
/* counter */
#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div{
    padding: 10px;
    display: inline-block;
    border: 1px solid #000;
    width: 80px;
}

#clockdiv div > span{
    border-radius: 3px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 40px;
	line-height: 30px;
}

.smalltext{
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}

.remaining_seats_wrapper{
	text-align: center;
    margin: 20px 0 0;
    font-size: 20px;
    color: #9a9a9c;
}

.single_speaker_wrapper{
	position: relative;
	width: 12%;
    float: left;
    margin: 10px 2.3%;
    text-align: center;
	opacity: 0.4;
	cursor: pointer;
}
.single_speaker_wrapper:hover{
	opacity: 1;
}
.single_speaker_wrapper:hover .speaker_description{
	display: block;
}
.speaker_image{
	overflow: hidden;
    border-radius: 100px;
    padding-bottom: 100%;
    height: 1px;
	border: 1px solid #F5F5F5;
}
.speaker_image img{
	width: 100%;
}
.single_speaker_wrapper p{
	margin: 0;
	font-size: 14px;
}
.single_speaker_wrapper .speaker_name{
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
    line-height: 15px;
}
.single_speaker_wrapper .speaker_position{
	color: #000;
}
.single_speaker_wrapper .speaker_company{
	color: #000;
	font-weight: 600;
}
.mar_top-15{
	margin-top: -15px;
}
.agenda_date{
	color: #484a49;
    font-size: 22px;
    font-weight: 600;
    margin: -15px 0 25px 0;
}
.topic_title_wrapper, .topic_details_wrapper{
	width: 50%;
	float: left;
	position: relative;
	padding-bottom: 70px;
}
.topic_title_wrapper{
	border-right: 2px solid #0097a0;
	padding-right: 60px;
	text-align: right;
}
.topic_details_wrapper{
	margin-left: -2px;
	border-left: 2px solid #0097a0;
	padding-left: 60px;
}
.topic_text_wrapper{
	cursor: pointer;
}
.topic_text_wrapper:hover .speaker_description{
	display: block;
}
.agenda_wrapper .speaker_description{
	width: 500px;
}
.topic_start_time{
	width: 60px;
    height: 60px;
    background-color: #d9d7da;
    color: #0097a0;
    border: 2px solid #0097a0;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: -30px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 58px;
	z-index: 1;
}
.topic_title{
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 0 0 ;
}
.topic_speaker_details{
	font-size: 14px;
	color: #000;
	margin: 0;
	
}
.agenda_wrapper .topic_speaker_details{
	display: inline-block;
	position: relative;
}
.topic_speaker_details > p{
	display: inline;
}
.topic_speaker_name, .topic_speaker_company{
	font-weight: 600;
}
.topic_details_wrapper p{
	margin: 10px 0 0 0 ;
	color: #000;
	font-size: 13px;
}

.agenda_wrapper .no_border {
	border: none;
}

.practical_info_wrapper .post_date_loc_price{
	margin-top: 1px;
    margin-bottom: 20px;
}
.event_map{
	position: relative;
	padding-bottom: 0px; // This is the aspect ratio
	height: 400px;
	overflow: hidden;
}
body.locatie .event_map{
    padding-bottom: 400px;
}
.event_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	pointer-events:none;
}

.event_partners_wrapper .partners_wrapper img{
	width: 16%;
    margin: 2%;
	opacity: 0.7;
	margin-top: 0;
}
.event_partners_wrapper .partners_wrapper img:hover{
	opacity: 1;
}
.price_details{
	margin-top: 20px;
	font-size: 14px;
	color: #000;
}

.reserve_full_width{
	display: none;
	position: relative;
	width: 100%;
	text-align: center;
	background: transparent;
	margin-top: 40px;
}
.reserve_full_width .reserve_full_width_back{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #0097a0;
	opacity: 0.7;
	z-index: -1;
}
.reserve_bottom_fixed .reserve_full_width_back{
		-webkit-animation: back 1s both;
		-moz-animation: back 1s both;
		-o-animation: back 1s both;
		animation: back 1s both;
	}
	@-webkit-keyframes back {
		 0%   { background-color:#0097a0; }
	  50% { background-color:#06D6A0;}
	  100%   { background-color:#0097a0; }
	}
	@-moz-keyframes back {
		0%   { background-color:#0097a0; }
	  50% { background-color:#06D6A0;}
	  100%   { background-color:#0097a0; }
	}
	@-o-keyframes back {
		 0%   { background-color:#0097a0; }
	  50% { background-color:#06D6A0;}
	  100%   { background-color:#0097a0; }
	}
	@keyframes back {
		 0%   { background-color:#0097a0; }
	  50% { background-color:#06D6A0;}
	  100%   { background-color:#0097a0; }
	}

.reserve_full_width .reserve{
	background-color: #fff;
	color: #0097a0;
	margin: 10px auto;
	display: inline-block;
}
.reserve_full_width .remaining_seats_wrapper{
	text-transform: none;
	margin: 0;
	color: #DBFAFF;
    font-size: 16px;
    margin-top: -5px;
    padding-bottom: 5px;
}
.reserve_bottom_fixed{
	position: fixed;
    bottom: 0;
    margin-bottom: 0;
    width: inherit;
    display: table;
    max-width: inherit;
	z-index: 4;
	display: none;
}
.error_mess{
	display: none;
	color: red;
    border: 1px solid red;
    width: 300px;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
}
.speaker_description{
	background-color: #f7f7f9;
	border: 1px solid #979797;
	position: absolute;
    width: 300%;
    display: none;
	margin-top: 5px;
    text-align: left;
    padding: 0 15px 15px 15px;
	z-index: 3;
}
.speaker_description .topic_speaker_details{
	margin: 20px 0;
}
.speaker_description .topic_speaker_name{
	color: #0097a0;
	text-transform: uppercase;
}
.speaker_description .description p{
	font-size: 12px;
	margin: 0;
}
.speakers_wrapper .single_speaker_wrapper:nth-child(6n) .speaker_description{
	margin-left: -110%;
}
.speakers_wrapper .single_speaker_wrapper:nth-child(6n+1){
	clear: both;
}
.speaker_description_image{
	width: 100px;
	float: left;
	padding-top: 25px;
}
.speaker_description_text{
	width: 350px;
    float: left;
    margin-left: 18px;
}
.category-trainings .single_speaker_wrapper .speaker_name .speaker_position, .category-webinars .single_speaker_wrapper .speaker_name .speaker_position{
	font-weight: 400;
	text-transform: none;
}

/* past event */
.download_presentation_wrapper{
	width: 50%;
	margin: 0 auto;
}
.download_presentation{
	margin: 0px 0 25px;
}
.download_presentation_text{
	font-size: 20px;
    color: #000;
	display: inline-block;
    width: 75%;
}
.download_presentation_button{
	text-align: center;
    padding: 5px;
    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    font-size: 14px;
	display: inline-block;
    width: 24%;
}
.for_who_inner_wrapper{
	font-size: 16px;
    padding: 0 40px 50px;
}
.photo_gallery_wrapper img{
	width: 100%;
	height: auto;
}
.image_xs, .image_s, .image_m{
	padding: 1.4%;
}
.image_l{
	padding: 1.9%;
}
.left_gallery{
	width: 59.7%;
	float: left;
}
.right_gallery{
	width: 40.3%;
	float: left;
}
.image_gallery{
	cursor: pointer;
}
.image_xs{
	width: 33.2%;
	float: left;
}
.image_m{
	width: 66.5%;
	float: left;
}
.image_s{
	width: 50%;
	float: left;
}
.photo_gallery_wrapper{
	position: relative;
}
.view_more_photos{
	position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    background: #fff;
    padding: 10px;
    border: 1px solid #000;
    font-size: 15px;
    cursor: pointer;
}
.gallery_slider_wrapper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 11;
}
.gallery_slider_inner{
	width: 68%;
	margin: 0 auto;
	position: relative;
    padding: 30px;
	max-height: 100%;
}
.slider-for .big_image{
	width: 500px;
}
.slider-nav .small_image{
	width: 100px;
}
.slider-for{
	width: 75%;
	margin: 0 auto;
}
.slider-nav{
	width: 75%;
	margin: 10px auto 10px;
}
.big_image img{
	width: 100%;
}

.slick-list{
	cursor: pointer;
}
.slick-next:before {
  content: "\f105";
}
.slick-prev:before {
  content: "\f104";
}
.slick-prev:before, .slick-next:before {
  font-size: 60px;
	line-height: 1;
	opacity: 1;
	color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 60px;
  margin-top: -30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 15;
}
.slick-next {
  right: 5px;
}
.slick-prev {
  left: 5px;
}

.gallery_slider_wrapper .fa-times{
	color: #fff;
    font-size: 40px;
    position: fixed;
    top: 25px;
    right: 25px;
    cursor: pointer;
	z-index: 999999999;
}

.close_gallery {
	position: fixed;
	top: 25px;
	right: 25px;
	cursor: pointer;
	z-index: 999999999;
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.close_gallery:hover::before, .close_gallery:hover::after {
  background: #1ebcc5;
}
.close_gallery::before, .close_gallery::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
.close_gallery::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close_gallery::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close_gallery.thick::before, .close_gallery.thick::after {
  height: 4px;
  margin-top: -2px;
}
.add-to-calendar{
	position: absolute;
    top: 12px;
	z-index: 3;
}
.add-to-calendar-checkbox{
	width: 180px;
    display: block;
	cursor: pointer;
}
.add-to-calendar-checkbox~a {
    width: 180px !important;
    margin-left: 22% !important;
    background-color: #f7f7f9;
    padding: 10px 0 5px 15px;
    text-align: left;
}
.icon-google{
	margin-top: 5px;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-top: 1px solid #979797;
}
.icon-yahoo, .icon-ical{
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
}
.icon-outlook{
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
}


/* trainings & webinars */
.category-trainings .speakers_wrapper, .category-webinars .speakers_wrapper{
    width: 60%;
    margin: 0 auto;
}
.category-trainings .single_speaker_wrapper, .category-webinars .single_speaker_wrapper{
	width: 100%;
	opacity: 1;
	cursor: default;
	margin: 10px auto;
}
.category-trainings .single_speaker_wrapper .speaker_name, .category-webinars .single_speaker_wrapper .speaker_name{
	font-size: 14px;
}
.category-trainings .speaker_image, .category-webinars .speaker_image{
    width: 20%;
	padding-bottom: 20%;
    margin: 0 auto 15px;
}
.category-trainings .speaker_description, .category-webinars .speaker_description{
    position: relative;
    width: 100%;
    display: block;
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
    border: none;
    background-color: #fff;
}
.category-trainings .speaker_description .description p, .category-webinars .speaker_description .description p{
	font-size: 13px;
}
.category-trainings .topic_text_wrapper, .category-webinars .topic_text_wrapper{
    cursor: default;
}
/* subscription form */
.event_form_wrapper{
	position: relative;
}
.event_form_wrapper form > div{
	position: relative;
	width: 50%;
	float: left;
	margin: 10px 0;
	padding: 0 2%;
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.event_form_wrapper input, .event_form_wrapper select{
	width: 100%;
	height: 43px;
	border: 1px solid #0097a0;
    padding: 5px;
	border-radius: 0;
	padding: 10px;
    font-size: 14px;
    color: #000;
    line-height: 21px;
}
.event_form_wrapper select{
	background-color: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance:none;
	appearance: none;
}
select::-ms-expand{
  display:none;
}
.event_form_wrapper #container_COLUMN32:after, #container_COLUMN44:after, #container_COLUMN34:after, #container_COLUMN33:after, #container_COLUMN31:after{
	content: "\f078";
	position: absolute;
    right: 6%;
    top: 35px;
    color: #0097a0;
    font-size: 20px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}
.event_form_wrapper .subscription_button_wrapper{
	width: 100%;
    margin-top: 30px;
    text-align: center;
}
.event_form_wrapper input[type="submit"]{
	display: inline-block;
    width: auto;
    padding: 10px 30px;
    height: auto;
    background-color: #0097a0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
	border: 1px solid #0097a0;
}
.event_form_wrapper form .subscription_form_paragr_wrapper{
	font-size: 20px;
	width: 100%;
	text-align: center;
}
.event_form_wrapper input[type="radio"]{
	width: 25px;
    height: 14px;
    display: inline-block;
    text-align: center;
    
}
.event_form_wrapper input[type="radio"]:last-child{
	margin-left: 40px;
}
.event_form_wrapper input[type="radio"]:first-child{
	margin-left: -5px;
}
.event_form_wrapper form .subscription_form_radio_wrapper{
	text-align: center;
	width: 100%;
	font-size: 20px;
}
.event_content_wrapper{
	font-size: 16px;
}
/* Testimonial slider*/
.testimonials_wrapper {
	font-size: 18px;
	margin-top: 0px;
	background-color: #0097a0;
	color: #FFF;
}
.testimonial{
	margin: 30px 120px 1px 120px;
}
.slick-dots {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
	padding-bottom: 15px;
    list-style: none;
    text-align: center;
	margin-bottom: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button::before {
    font-family: slick;
    font-size: 70px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.65;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FFF;
}
.testimonial_content p{
	position: relative;
	font-style: italic;
}
.testimonial_content p::before {
    content: '\201C';
    left: -75px;
    top: -60px;
    font-size: 100px;
    position: absolute;
}
.testimonial_content p::after {
    content: '\201D';
}
.testimonial_person{
	text-align: right;
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 0px 0;
}
.testimonial:focus{
	outline: none;
}
.display_block{
	display: block !important;
}


/*  LOCATIONS PAGE */

.locations_page .post_title, .who_we_are_page .post_title, .template_past_events .post_title, .contact_page .post_title  {
    font-size: 60px;
    margin: 170px 0 40px;
}
.locations_page .post_header_info, .who_we_are_page .post_header_info, .template_past_events .post_header_info, .contact_page .post_header_info  {
	padding: 0;
}
.locations_page .post_date_loc_price, .who_we_are_page .post_date_loc_price, .template_past_events .post_date_loc_price, .contact_page .post_date_loc_price {
	padding: 12px;
	text-align: center;
}
.locations_filter{
	text-align: center;
    margin: 30px 0;
}
.locations_page .locations_filter{
    margin: 30px 0 0;
}
.location_button{
	display: inline-block;
    background-color: #efefef;
    padding: 10px;
    margin: 0 20px;
    color: #a1a1a3;
    cursor: pointer;
	border: 1px solid #fff;
}
.location_button p{
	margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.mar_top_20{
	margin-top: 20px;
}
.mar_top_0{
	margin-top: 0px;
}
.locations_page .event_map{
	margin-top: 20px;
}
.location_details{
	font-size: 16px;
	margin-bottom: 30px;
	padding: 0 10px;
}
.location_details p{
	margin: 0 auto 20px;
}
.loader{
	display: none;
	font-size: 70px;
    text-align: center;
    margin-top: 130px;
}


/* ABOUT US */

.who_we_are_page p{
	font-size: 14px;
	color: #000;
	margin: 0px auto 15px;
}
.about_us_content{
	font-size: 16px;
	padding: 0px 40px 20px;
}
.about_us_logos{
	text-align: center;
}
.about_us_logos img{
	display: inline;
	vertical-align: middle;
	max-width: 70px;
    height: auto;
}
.about_us_logos a{
	display: inline;
	vertical-align: middle;
}


/* CONTACT */

div.wpcf7{
	width: 80%;
    margin: 0 auto;
}
.email_wrapper, .receiver_wrapper{
	width: 49%;
    float: left;
	margin-top: 0;
}
.email_wrapper{
	margin-right: 1%;
}
.receiver_wrapper{
	position: relative;
	margin-left: 1%;
	/*overflow: hidden;
    border-right: 1px solid #0097a0;*/
	background-color: #FFF;
}
.receiver_wrapper .fa-chevron-down{
	position: absolute;
    right: 15px;
    top: 10px;
    color: #0097a0;
    font-size: 20px;
}
.wpcf7-email, .wpcf7-select {
	width: 100%;
    border: 1px solid #0097a0;
    padding: 10px;
    font-size: 14px;
    color: #868484;
	line-height: 21px;
	border-radius: 0;
}
.wpcf7-select {
    width: 100%;
    border: 0;
	background: #FFF;
	border: 1px solid #0097a0;
	height: 43px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.wpcf7-select option{
	background: #FFF;
}
.message_wrapper{
	width: 100%;
	margin-top: 0;
}
.wpcf7-textarea{
	width: 100%;
	height: 300px;
	border: 1px solid #0097a0;
    padding: 10px;
    font-size: 14px;
    color: #868484;
	line-height: 21px;
	margin-top: 25px;
	border-radius: 0;
}
.wdm-nocapt-recapt{
	width: 50%;
	float: left;
}
.submit_wrapper{
	width: 50%;
	float: right;
	text-align: right;
	margin-bottom: 0;
}
.wpcf7-submit{
	position: relative;
	display: table;
    padding: 10px 30px;
    font-size: 16px;
    margin: 5px auto 25px;
    text-transform: uppercase;
    color: #fff;
    background-color: #0097a0;
	cursor: pointer;
    border: 1px solid #0097a0;
	border-radius: 0;
	float: right;
}

div.wpcf7 img.ajax-loader {
    position: relative;
    margin-left: -15px;
    margin-top: 7px;
    width: 30px;
    height: 30px;
    float: left;
}
.wpcf7-submit:before{
	content: "dfgdfgd";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 10px;
}
.contact_content{
	width: 50%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}
.contact_content p{
	margin-top: 0;
	margin-bottom: 0;
}
.contact_info_left, .contact_info_right{
	width: 50%;
	float: left;
}
.contact_page .event_map {
    margin-top: 20px;
}
.wpcf7-form-control-wrap.recaptcha-471{
	width: 80px;
	display: none;
}
.wpcf7-form-control-wrap.recaptcha-471 .wpcf7-not-valid-tip{
	width: 320px;
	position: absolute;
    top: 80px;
}
.contact_page .post_date_loc_price{
	cursor: pointer;
}
.locations_page .post_date_loc_price{
	cursor: pointer;
}

#menu_icon{
	display: none;
}
.header_spacer{
	display: none;
}

.boost_perf {
    -webkit-transform: translate3d(0,0,0);
}
.photo_gallery_wrapper img{
		border: 1px solid #fff;
}
.template_past_events .event_date_wrapper .bmit_color{
	color: #828282;
}
div.wpcf7-response-output {
    margin: 2em 0em 1em;
}

.nav ul li.current_page_item {
	border-bottom: 2px solid #fff;
}

/* CONFIRMATION PAGE */

.confirmation_box_wrapper{
	width: 87%;
    margin: 50px auto 30px;
    border: 1px solid #0097a0;
    padding: 30px 10%;
    text-align: center;
}
.confirmation_box_wrapper h1{
	font-size: 50px;
    color: #0097a0;
    font-weight: 400;
}
.confirmation_box_wrapper h2{
	font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0px 0;
}
.confirmation_box_wrapper p{
	font-size: 18px;
    color: #666;
    font-weight: 400;
    margin: 33px 0 0;
}
.go_back_text{
	text-align: center;
	font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 35px 0 15px;
}
.go_back_text a{
	text-decoration: underline;
	color: #000;
}



	
/* HOVER STATES */
@media only screen and (min-width:1025px) {
	.tabs_agenda_wrapper .tabs_agenda:hover{
		border: 1px solid #0097a0;
	}
	
	.post_date_loc_price .date:hover .add-to-calendar-checkbox~a{
		display: block;
	}

	.template_home .category-events:hover{
		border: 1px solid #0097a0;
	}
	.nav ul li:hover {
		border-bottom: 2px solid #fff;
	}
	.reserve:hover, .wpcf7-submit:hover, .event_form_wrapper input[type="submit"]:hover{
		color: #0097a0;
		background-color: #fff;
	}
	.events_filter .filter:hover, .locations_filter .location_button:hover {
		border: 1px solid #0097a0;
	}
	.reserve_full_width .reserve:hover{
		background-color: #0097a0;
		color: #fff;
	}
	.post_date_loc_price .location:hover{
		color: #9b9b9b;
	}
	.post_date_loc_price .price:hover{
		color: #9b9b9b;
	}
	.locations_page .post_date_loc_price:hover, .who_we_are_page .post_date_loc_price:hover a, .template_past_events .post_date_loc_price:hover, .contact_page .post_date_loc_price:hover{
		color: #9b9b9b;
	}
	.post_date_loc_price .price:hover .price_details_hover{
		display: block;
	}
	.photo_gallery_wrapper img:hover{
		border: 1px solid #0097a0;
	}
	.view_more_photos:hover{
		color: #fff;
		background-color: #0097a0;
	}
	.footer_nav_wrapper ul li:hover a{
		color: #999;
	}
	
}

.events_filter .filter.active {
    background-color: #b8b8b8;
    color: #565968;
    border: 1px solid #fff;
}
.locations_filter .location_button.active{
	border: 1px solid #fff;
}

.nav .design_dev {
	display: none;
}

/*  Seminar Agenda added by Raluca*/
#agenda_no2{
	display: none;
}
#agenda_no1{
	display: block;
}
.tabs_agenda_wrapper .tabs_agenda.activeagenda{
	background-color: #b8b8b8;
	color: #565968;
	border: 1px solid #fff;
}
.tabs_agenda_wrapper{
	text-align: center;
	margin: 0px auto;
}
.tabs_agenda{
	display: inline-block;
	background-color: #efefef;
	padding: 10px;
	margin: 20px auto;
	color: #a1a1a3;
	cursor: pointer;
	border: 1px solid #fff;
}

.tabs_agenda_wrapper .tabs_agenda p{
	margin: 0;
    font-weight: 600;
    font-size: 14px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1400px) {

	.post_image_wrapper {
		height: 350px;
	}
	.post_header_info {
		padding: 60px 10% 30px 10%;
	}
	

}

@media only screen and (min-width:1024px) {
	.nav {
		display: table-cell !important;
	}
}

@media only screen and (max-width:1024px) {

	.logo {
		width: 240px;
		left: calc(50% - 120px);
	}
	.logo .arrow-down {
		border-left: 120px solid transparent;
		border-right: 120px solid transparent;
	}
	.left-nav ul {
		padding-right: 110px;
	}
	.right-nav ul {
		padding-left: 110px;
	}
	.template_home .category-events {
		width: 48%;
	}
	.contact_content {
		width: 30%;
	}
	
	.gallery_slider_inner {
		width: 90%;
		margin: 60px auto 0;
	}
	.slider-for {
		width: 90%;
	}
	.slider-nav {
		width: 80%;
	}
	.download_presentation_wrapper {
		width: 90%;
	}
	.event_partners_wrapper .partners_wrapper img {
		opacity: 1;
	}
	.add-to-calendar-checkbox~a {
		margin-left: 4% !important;
	}
	.add-to-calendar {
		top: 0px;
	}
	.add-to-calendar-checkbox {
		height: 34px;
	}
	
}


@media only screen and (max-width:768px) {
	
	.add-to-calendar-checkbox~a {
		margin-left: -6% !important;
	}
	.nav ul li.current_page_item {
		border-bottom: 2px solid #0097a0;
	}
	.post_content_wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 0 7%;
	}
	.post_image_wrapper { overflow:  hidden; }
	.post_image_wrapper img{
	    width: auto;
		height: auto;
		min-height: 100%;
		max-width: 200%;
		min-width: 100%;	
	}
	
	
	.template_past_events.post_content_wrapper {
		width: 100%;
		padding: 0 1%;
	}
	.header{
		background-color: #F7F7F7;
	}
	.logo {
		background-color: #F7F7F7;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.logo .arrow-down {
		display: none;
	}
	.nav{
		display: none;
	}
	
	.post_image_wrapper{
		position: fixed;
		top: 60px;
		z-index: 2;
	}
	.post_content_wrapper{
		position: relative;
		background-color: #fff;
		padding-top: 10px;
		z-index: 3;
	}
	.template_past_events .post_content_wrapper{
		padding: 1px 1%;
	}
	
	.header_post_wrapper{
		position: fixed;
		/*top: 60px;*/
		z-index: 2;
	}
	.height_90 {
		height: 60px;
	}
	.topic_details_wrapper {
		font-size: 14px;
	}
	.animate .height_90{
		-webkit-animation: small 1s both;
		-moz-animation: small 1s both;
		-o-animation: small 1s both;
		animation: small 1s both;
	}
	@-webkit-keyframes small {
		 0%   { height:60px; }
	  100% { height:50px;}
	}
	@-moz-keyframes small {
		 0%   { height:60px; }
	  100% { height:50px;}
	}
	@-o-keyframes small {
		 0%   { height:60px; }
	  100% { height:50px;}
	}
	@keyframes small {
		 0%   { height:60px; }
	  100% { height:50px;}
	}
	
	.reverse_animation .height_90{
		-webkit-animation: big 1s both;
		-moz-animation: big 1s both;
		-o-animation: big 1s both;
		animation: big 1s both;
	}
	@-webkit-keyframes big {
		 0%   { height:50px; }
	  100% { height:60px;}
	}
	@-moz-keyframes big {
		 0%   { height:50px; }
	  100% { height:60px;}
	}
	@-o-keyframes big {
		0%   { height:50px; }
	  100% { height:60px;}
	}
	@keyframes big {
		 0%   { height:50px; }
	  100% { height:60px;}
	}
	
	.animate .nav.height_90{
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
	}
	.reverse_animation .nav.height_90{
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
	}
	
	.animate .post_image_wrapper{
		-webkit-animation: top_small 1s both;
		-moz-animation: top_small 1s both;
		-o-animation: top_small 1s both;
		animation: top_small 1s both;
	}
	@-webkit-keyframes top_small {
		 0%   { top:60px; }
	  100% { top:50px;}
	}
	@-moz-keyframes top_small {
		 0%   { top:60px; }
	  100% { top:50px;}
	}
	@-o-keyframes top_small {
		 0%   { top:60px; }
	  100% { top:50px;}
	}
	@keyframes top_small {
		 0%   { top:60px; }
	  100% { top:50px;}
	}
	
	.reverse_animation .post_image_wrapper{
		-webkit-animation: top_big 1s both;
		-moz-animation: top_big 1s both;
		-o-animation: top_big 1s both;
		animation: top_big 1s both;
	}
	@-webkit-keyframes top_big {
		 0%   { top:50px; }
	  100% { top:60px;}
	}
	@-moz-keyframes top_big {
		 0%   { top:50px; }
	  100% { top:60px;}
	}
	@-o-keyframes top_big {
		0%   { top:50px; }
	  100% { top:60px;}
	}
	@keyframes top_big {
		 0%   { top:50px; }
	  100% { top:60px;}
	}
	
	.animate .border-menu{
		-webkit-animation: menu_small 1s both;
		-moz-animation: menu_small 1s both;
		-o-animation: menu_small 1s both;
		animation: menu_small 1s both;
	}
	@-webkit-keyframes menu_small {
		 0%   { top:2px; }
	  100% { top:-2px;}
	}
	@-moz-keyframes menu_small {
		 0%   { top:2px; }
	  100% { top:-2px;}
	}
	@-o-keyframes menu_small {
		 0%   { top:2px; }
	  100% { top:-2px;}
	}
	@keyframes menu_small {
		 0%   { top:2px; }
	  100% { top:-2px;}
	}
	
	.reverse_animation .border-menu{
		-webkit-animation: menu_big 1s both;
		-moz-animation: menu_big 1s both;
		-o-animation: menu_big 1s both;
		animation: menu_big 1s both;
	}
	@-webkit-keyframes menu_big {
		 0%   { top:-2px; }
	  100% { top:2px;}
	}
	@-moz-keyframes menu_big {
		 0%   { top:-2px; }
	  100% { top:2px;}
	}
	@-o-keyframes menu_big {
		0%   { top:-2px; }
	  100% { top:2px;}
	}
	@keyframes menu_big {
		 0%   { top:-2px; }
	  100% { top:2px;}
	}
	
	#menu_icon{
		display: block;
	}
	.border-menu {
		text-align: center;
		position: absolute;
		height: 50px;
		width: 40px;
		cursor: pointer;
		z-index: 1001;
		left: 3%;
		top: 2px;
	}
	
	#menu_icon button{
		background: transparent;
		border: none;
	}
	#menu_icon button:focus{
		outline: none;
	}
	.lines-button {
	  padding: 1.8rem 1rem;
	  transition: .3s;
	  cursor: pointer;
	  user-select: none;
	  border-radius: 0.57143rem;
	}
	.lines-button:hover {
	  opacity: 1;
	}
	.lines-button:active {
	  transition: 0;
	}
	
	.lines {
		display: inline-block;
		width: 3rem;
		height: 0.53143rem;
		background: #0097a0;
		border-radius: 0.28571rem;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
		position: relative;
	}
	.lines:before, .lines:after {
		display: inline-block;
		width: 3rem;
		height: 0.53143rem;
		background: #0097a0;
		border-radius: 0.28571rem;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
		position: absolute;
		left: 0;
		content: '';
		-webkit-transform-origin: 0.28571rem center;
		-moz-transform-origin: 0.28571rem center;
		transform-origin: 0.28571rem center;
	}
	.lines:before {
	  top: 0.9rem;
	}
	.lines:after {
	  top: -0.9rem;
	}
	
	.lines-button.close {
		-webkit-transform: scale3d(0.8, 0.8, 0.8);
		-moz-transform: scale3d(0.8, 0.8, 0.8);
		transform: scale3d(0.8, 0.8, 0.8);
		margin-left: -10px;
		padding: 2rem 0rem;
	}
	
	.lines-button.x.close .lines {
	  background: transparent;
	  width: 2rem;
	}
	.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		top: 0;
		width: 4rem;
		background: #0097a0;
	}
	.lines-button.x.close .lines:before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-moz-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}
	.lines-button.x.close .lines:after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-moz-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}
	
	.nav ul li a {
		color: #0097a0;
		font-size: 28px;
	}
	.header .header_hidden {
		display: inline-block;
	}
	.nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
		background-color: rgba(230, 230, 230, 0.95);
	}
	.left-nav {
		width: 70%;
		float: none;
		margin: 100px auto 0;
	}
	.right-nav {
		width: 70%;
		float: none;
		margin: 0 auto;
	}
	.nav ul li{
		display: inline-block;
		padding: 50px 15px 10px;
		border-bottom: none;
		margin: 0 15%;
	}
	.nav ul li:after{
		content: "";
		clear: both;
	}
	.left-nav ul {
		padding-right: 0px;
	}
	.right-nav ul {
		padding-left: 0px;
	}
	
	.template_home{
		position: relative;
		min-height: 70vh;
	}
	
	.main_content{
		position: relative;
		background-color: #fff;
		padding-top: 10px;
		z-index: 3;
	}
	.header_spacer{
		display: block;
		z-index: 1;
		position: relative;
		width: 100%;
		height: 350px;
	}
	.single_speaker_wrapper {
		width: 21%;
		margin: 10px 2%;
	}
	/* added later */
	.single_speaker_wrapper {
		width: 29%;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	@media all and (orientation:landscape) {
		/* Style adjustments for landscape mode goes here */
		.single_speaker_wrapper {
			width: 27%;
		}
	}
	.speakers_wrapper .single_speaker_wrapper:nth-child(6n+1) {
		clear: none;
	}
	/*.speakers_wrapper .single_speaker_wrapper:nth-child(4n+1) {
		clear: both;
	}*/
	.speakers_wrapper .single_speaker_wrapper:nth-child(6n) .speaker_description{
		margin-left: 0;
	}
	.speakers_wrapper .single_speaker_wrapper:nth-child(4n) .speaker_description{
		margin-left: -150%;
	}
	.speaker_description {
		width: 250%;
	}
	.contact_content {
		width: 35%;
	}
	div.wpcf7 {
		width: 90%;
	}
	.wpcf7-submit {
		font-size: 20px;
		padding: 10px 30px;
		float: right;
	}
	.gallery_slider_inner {
		padding: 100px 30px;
		width: 100%;
	}
	
	.testimonial {
		margin: 60px 100px 1px 100px;
	}
	.testimonial_content p::before{
		left: -60px;
	}
	
	.category-trainings .speakers_wrapper, .category-webinars .speakers_wrapper {
		width: 75%;
	}
	.category-trainings .speaker_description, .category-webinars .speaker_description{
		width: 100%;
		margin-left: 0%;
	}
	
	div.wpcf7 img.ajax-loader {
		margin-left: 30px;
		margin-top: 10px;
	}
	.confirmation_box_wrapper {
		width: 95%;
		padding: 30px 7%;
	}
	
	.nav .design_dev {
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
	.footer_nav ul li { padding: 5px 20px; }
}



@media only screen and (max-width:736px) {
	
}
@media only screen and (max-width:480px) {

	.locations_page .post_date_loc_price, .who_we_are_page .post_date_loc_price, .template_past_events .post_date_loc_price, .contact_page .post_date_loc_price {
		padding: 5px 10px;
	}
	.template_home .category-events {
		width: 94%;
		margin: 3%;
	}
	
	
	
	.template_past_events .category-events {
		width: 100%;
		margin: 3% 0;
	}
	.post_image_wrapper {
		height: 300px;
	}
	.post_image_wrapper img {
		width: auto;
		height: 100%;
	}
	.post_header_info {
		padding: 15px 10% 10px 10%;
	}
	.post_date_cat {
		font-size: 19px;
		margin-bottom: 0px;
	}
	.post_title {
		font-size: 30px;
		line-height: 32px;
		margin: 5px 0 20px;
	}
	.for_who_inner_wrapper {
		padding: 0 0px 30px;
	}
	.header_spacer {
		height: 300px;
	}
	.left-nav {
		margin: 50px auto 0;
	}
	.nav ul li {
		padding: 15px 15px 5px;
	}
	.nav ul li a {
		font-size: 25px;
	}
	.events_filter {
		margin: 10px 0 1% 0;
	}
	.events_filter .filter {
		margin: 0;
		padding: 10px 0 3px;
		width: 33.3%;
		border: 0;
		border-bottom: 3px solid #a1a1a3;
		background-color: #fff;
		float: left;
	}
	.events_filter .filter.active {
		background-color: #fff;
		color: #565968;
		border: 0;
		border-bottom: 3px solid #0097a0;
	}
	.event_image_wrapper {
		height: 200px;
	}
	.event_date {
		width: 130px;
		height: 130px;
		margin-left: calc(50% - 65px);
		margin-top: 30px;
		padding-top: 40px;
	}
	.event_title {
		margin: 10px 0 20px 0;
		min-height: 0;
	}
	.event_content_wrapper {
		padding: 10px;
	}
	.event_page .event_content_wrapper {
		padding: 0px 0px;
	}
	.footer_content_wrapper {
		border-top: 1px solid #0097a0;
	}
	.footer_content {
		padding: 0 20px;
		font-size: 13px;
	}
	.design_dev {
		text-align: center;
		margin: 15px 0px 15px 0;
	}
	.nav .design_dev {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.footer_nav_wrapper{
		display: none;
	}
	
	.locations_page .post_title, .who_we_are_page .post_title, .template_past_events .post_title, .contact_page .post_title {
		font-size: 50px;
		line-height: 54px;
		margin: 80px 0 40px;
	}
	.post_date_loc_price {
		font-size: 16px;
	}
	.post_date_loc_price p{
		margin: 0;
	}
	.single_speaker_wrapper {
		width: 45%;
		/*margin: 10px 6%;*/
	}
	.speakers_wrapper .single_speaker_wrapper:nth-child(2n+1) {
		clear: both;
	}
	.speaker_description {
		width: 248%;
	}
	.speaker_description .description p {
		font-size: 14px;
		margin: 0;
	}
	.speakers_wrapper .single_speaker_wrapper:nth-child(even) .speaker_description {
		margin-left: -140%;
	}
	.speakers_wrapper .single_speaker_wrapper:nth-child(odd) .speaker_description {
		margin-left: -8%;
	}
	.countdown_wrapper {
		margin-top: 25px;
	}
	
	div.wpcf7 {
		width: 100%;
	}
	.email_wrapper, .receiver_wrapper {
		width: 100%;
	}
	.email_wrapper {
		margin-right: 0;
	}
	.receiver_wrapper {
		margin-left: 0;
	}
	.wpcf7-select {
		background: #fff;
	}
	.wpcf7-textarea {
		height: 200px;
	}
	.submit_wrapper {
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
	.wpcf7-submit{
		width: 100%;
		padding: 22px 30px;
		margin: 10px auto 25px;
	}
	.captcha_wrapper{
		padding-left: calc((94vw - 234px)/2);
		padding-left: calc(12vw/2);
	}
	.wdm-nocapt-recapt {
		width: 100%;
	}
	.contact_content {
		width: 65%;
	}
	.home_no_events {
		margin: 80px auto 130px;
	}
	
	.view_more_photos {
		bottom: 15px;
		right: 15px;
		padding: 5px;
		font-size: 13px;
	}
	.location_button {
		margin: 10px 3px;
	}
	.gallery_slider_inner {
		width: 100%;
		padding: 100px 3%;
	}
	.slider-for {
		width: 100%;
	}
	.slider-nav {
		width: 100%;
	}
	.event_map{
		padding-bottom: 0px;
        height: 280px;
       
	}
    body.locatie .event_map{
        padding-bottom: 280px;
    }
	.post_content_wrapper {
		width: 100%;
		padding: 3%;
	}
	.topic_details_wrapper p {
		font-size: 14px;
	}
	
	.wpcf7-form-control-wrap.recaptcha-471 .wpcf7-not-valid-tip {
		top: 60px;
	}
	div.wpcf7-response-output {
		margin: -10px 0em 1em;
	}
	
	.first_post_date_loc_price .post_date_loc_price .date {
		width: 33%;
		padding: 7px 7px;
	}
	.first_post_date_loc_price .post_date_loc_price .location {
		width: 33%;
		padding: 7px 7px;
		z-index: 4;
		position: relative;
	}
	.first_post_date_loc_price .post_date_loc_price .price {
		width: 33%;
		padding: 7px 7px;
	}
	.first_post_date_loc_price .post_date_loc_price span{
		display: block;
	}
	.first_post_date_loc_price .location span{
		display: none;
	}
	.first_post_date_loc_price .location:after{
		content: "Location";
		display: block;
	}
	.post_subtitle {
		font-size: 30px;
		padding: 5px 10px;
		margin: 30px auto 15px;
	}
	.testimonials_wrapper{
		width: 106.6%;
		margin-left: -3.3%;
		margin-top: 30px;
	}
	.testimonial {
		margin: 10px 10px 1px 10px;
	}
	.testimonial_content p::before {
		font-size: 15px;
		position: initial;
		margin-right: 3px;
	}
	.topic_text_wrapper:hover .speaker_description{
		display: none;
	}
	.topic_details_wrapper {
		display: none;
	}
	.topic_title_wrapper, .topic_details_wrapper {
		padding-bottom: 30px;
	}
	.about_us_content {
		padding: 0px 0px 20px;
	}
	.who_we_are_page p {
		font-size: 15px;
	}
	.topic_title {
		text-decoration: underline;
	}
	.no_description{
		text-decoration: none;
	}
	.has_description:after{
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: " \f055";
		margin-left: 10px;
	}
	.opened .has_description:after{
		content: "\f056";
	}
	.topic_title_wrapper {
		border-right: none;
		border-left: 2px solid #0097a0;
		padding-right: 0;
		text-align: left;
		width: calc(100% - 30px);
		padding-left: 40px;
		margin-left: 30px;
	}
	.topic_start_time{
		left: -32px;
	}
	.topic_details_wrapper {
		border-left: 2px solid #0097a0;
		padding-left: 40px;
		width: calc(100% - 30px);
		margin-left: 30px;
		margin-top: -20px;
	}
	.practical_info_wrapper .post_date_loc_price .date {
		width: 100%;
		text-align: left;
		padding: 5px 5px;
	}
	.practical_info_wrapper .post_date_loc_price .location {
		width: 100%;
		text-align: left;
		padding: 5px 5px;
	}
	.practical_info_wrapper .post_date_loc_price .price {
		width: 100%;
		text-align: left;
		padding: 5px 5px;
	}
	.practical_info_wrapper .post_date_loc_price{
		border: none;
	}
	.practical_info_wrapper .post_date_loc_price {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.event_partners_wrapper .partners_wrapper img {
		width: 44%;
		margin: 3%;
	}
	.event_form_wrapper form > div {
		width: 100%;
		margin: 5px 0;
		padding: 0 1%;
	}
	.reserve_full_width p {
		font-size: 20px;
	}
	.reserve_full_width .remaining_seats_wrapper {
		font-size: 15px;
	}
	
	.category-trainings .speakers_wrapper .single_speaker_wrapper .speaker_description, .category-webinars .speakers_wrapper .single_speaker_wrapper .speaker_description {
		width: 340%;
		margin-left: 130%;
	}
	.category-trainings .speakers_wrapper .single_speaker_wrapper  .speaker_description, .category-webinars .speakers_wrapper .single_speaker_wrapper  .speaker_description {
		position: relative;
		width: 100%;
		display: block;
		top: initial;
		margin-left: 0;
		margin-top: 10px;
	}
	
	.category-trainings .speakers_wrapper .single_speaker_wrapper, .category-webinars .speakers_wrapper .single_speaker_wrapper {
		float: none;
		margin: auto;
	}
	.category-trainings .speakers_wrapper, .category-webinars .speakers_wrapper {
		margin: 20px 0 30px 0;
		width: 100%;
	}
	.category-trainings .speaker_image, .category-webinars .speaker_image {
		width: 30%;
		padding-bottom: 30%;
	}
	.category-trainings .topic_title_wrapper, .category-webinars .topic_title_wrapper {
		padding-bottom: 50px;
	}
	.download_presentation_wrapper {
		width: 100%;
	}
	.download_presentation {
		margin: 25px 0;
	}
	.download_presentation_text {
		font-size: 16px;
		width: 100%;
		text-align: center;
	}
	.download_presentation_button {
		padding: 5px;
		font-size: 13px;
		display: block;
		width: 50%;
		margin: 5px auto 0;
	}
	
	.post_date_loc_price .fa-map-marker{
		font-size: 17px;
	}
	.post_date_loc_price .fa-money{
		font-size: 17px;
	}
	
	.footer {
		padding-top: 30px;
		margin-top: -1px;
	}
	.footer-logo-img {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	
	.event_form_wrapper form .subscription_form_paragr_wrapper {
		font-size: 16px;
	}
	
	div.wpcf7 img.ajax-loader {
		margin-left: calc(50% - 30px);
		margin-top: 0px;
	}
	.where_find_wrapper .post_subtitle{
		margin-top: 5px;
	}
	
	.testimonial_person {
		margin: -12px 0 0px 0;
	}
	.slick-dots{
		margin-top: 0;
	}
	
	.confirmation_box_wrapper {
		width: 100%;
		padding: 30px 3%;
	}
	.confirmation_box_wrapper h1 {
		font-size: 30px;
	}
	.confirmation_box_wrapper h2 {
		font-size: 20px;
	}
	.confirmation_box_wrapper p {
		font-size: 16px;
	}
	.go_back_text {
		font-size: 20px;
	}
	.confirmation_page .reserve{
		width: 100%;
		text-align: center;
	}
	
}


@media only screen and (max-width: 330px){
	.captcha_wrapper{
		padding-left: calc(20vw/2);
	}
}



@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.active{
	background-color: #b8b8b8;
	color: #565968;
}
.alignnone {
	margin:10px 20px 0px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
/*a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}*/
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
