/*
 Theme Name:     Business Club
 Theme URI:      https://www.scandolagency.ch
 Description:    Business Club CVCI Theme
 Author:         Scandola SA
 Author URI:     https://www.scandolagency.ch
 Template:       twentysixteen
 Version:        1.0.0

 Last update : 21.9.23
 */


/* 1.0 - Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

.modal-dialog {
	margin-top: 180px;
	width: 1280px;
	max-width: 95%;
}

.modal-content {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.modal-header {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.modal-header .close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #203d78 !important;
	opacity: 1 !important;
	font-size: 40px !important;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}

.modal-header .close:hover {
	color: #bd0926 !important;
}

.modal-header h2 {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	color: #203d78;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 15px 0 0 0;
}

.modal-body {
	padding: 30px 15px;
}

.modal-body .empty_list {
	font-weight: 700;
	text-align: center;
	padding: 20px 0 40px 0;
	letter-spacing: 0.05em;
}

.modal-body .list_entry {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.subscribers_list {
	display: block;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

.modal-body h3 {
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	color: #bd0926;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 15px 0;
}

.modal-body h4 {
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	color: #203d78;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0 0 15px 0;
}

.modal-backdrop.in {
	opacity: 0.85 !important;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

img {
	max-width: 100%;
}

a:focus,
a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

button, input[type="text"], input[type=textfield], input[type="submit"], input[type=search], select {
	-webkit-appearance: none;
	border-radius: 0;
}


/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: 0 0 0px 1000px transparent inset;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

.cs-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}

.inner {
	display: block;
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}


/**
 * 2.0 - Typography
*/


html,
body {
	font-family: 'Raleway', sans-serif;
	color: #272727;
}

a {
	text-decoration: none;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}

p {
	display: block;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

p strong {
	font-weight: 700 !important;
}

h1 { font-weight: 800; }
h2, h3 { font-weight: 700; }
h4, h5, h6 { font-weight: 600; }


/**
 * 3.0 - Header
*/

.header {
	display: block;
	width: 100%;
	padding: 20px 0;
	background: #fff;
	position: relative;
	z-index: 999;
}

.header .logo {
	display: block;
	width: 210px;
	float: left;
}

.header .logo .mobile_logo { display: none; }

.header .logo img {
	display: block;
	width: 100%;
}

.header .login {
	display: block;
	width: auto;
	float: right;
	padding-top: 15px;
	position: relative;
}

.header .login .login_message {
	position: absolute;
	width: 100%;
	padding: 20px;
	background: #fff;
	z-index: 99;
	top: 0;
	left: 0;
	text-align: center;
}

.header .login .login_message.success {
	border: 2px solid #04851c;
}

.header .login .login_message.error {
	border: 2px solid #bd0926;
}

.header .login .login_message p {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .0.5em;
}

.header .login .login_message.success p {
	color: #015511;
}

.header .login .login_message.error p {
	color: #bd0926;
}

.header .login a {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	text-decoration: none;
	padding: 0 20px;
}

.header .login a.connect,
.header .login a.logout {
	background: #fff;
	color: #bd0926;
	border: 2px solid #bd0926;
	margin: 0 5px 0 0;
}

.header .login a.connect:hover {
	background: #bd0926;
	color: #fff;
}

.header .login a .log_member_info,
.header .login .log_member_info {
	display: inline-block;
	text-transform: uppercase;
	color: #203d78;
	font-size: 14px;
	font-weight: 400;
	padding-right: 10px;
}

.header .login a:hover .log_member_info {
	color: #bd0926;
}

.header .login a.join {
	background: #fff;
	color: #203d78;
	border: 2px solid #203d78;
	margin: 0;
}

.page-template-devenir_membre .header .login a.join,
.header .login a.join:hover {
	background: #203d78;
	color: #fff;
}

.menu_toggle,
.mobile_menu {
	display: none;
}

.header .top_menu_bar {
	display: block;
	width: 100%;
	height: auto;
	background: #203d78;
	background: rgba(32, 61, 120, 0.8);
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	text-align: center;
	padding: 0 15px;
	transition: background ease-in 0.2s;
	-webkit-transition: background ease-in 0.2s;
	-ms-transition: background ease-in 0.2s;
	-o-transition: background ease-in 0.2s;
}

.header .top_menu_bar.stick {
	position: fixed;
	top: 0;
	background: #203d78;
	background: rgba(32, 61, 120, 0.98);
}

.header .top_menu_bar .logo_small {
	display: none;
	position: absolute;
	top: 7.5px;
	left: 0;
}

.header .top_menu_bar .logo_small a {
	text-decoration: none;
	color: #fff;
}

.header .top_menu_bar .logo_small img {
	display: inline-block;
	width: 35px;
	vertical-align: middle;
}

.header .top_menu_bar .logo_small span {
	font-size: 13px;
	line-height: 35px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: 400;
	padding-left: 5px;
}

.header .top_menu_bar ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.header .top_menu {
	height: 50px;
}

.header .top_menu_bar ul:after,
.header .top_menu_bar ul:before {
	display: table;
	content: '';
	clear: both;
}

.header .top_menu_bar ul li {
	display: block;
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.header .top_menu_bar ul li a {
	display: block;
	width: auto;
	height: 50px;
	line-height: 50px;
	background: transparent;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0 20px;
}

.header .top_menu_bar.stick ul li a {
	font-size: 13px;
}

.header .top_menu_bar ul li ul.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	min-width: 100%;
	background: #203d78;
	background: rgba(32, 61, 120, 0.8);
}

.header .top_menu_bar ul li:hover > ul.sub-menu {
	display: block;
}

.header .top_menu_bar.stick ul li ul.sub-menu {
	background: #203d78;
	background: rgba(32, 61, 120, 0.98);
}

.header .top_menu_bar ul li ul.sub-menu li {
	display: block;
	float: none;
	width: 100%;
	text-align: left;
}

.header .top_menu_bar ul li ul.sub-menu li a {
	white-space: nowrap;
	height: auto;
	font-size: 13px;
	line-height: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header .top_menu_bar.stick ul li ul.sub-menu li a {
	font-size: 12px;
	line-height: 12px;
}

.single-evenement .header .top_menu_bar ul li.agenda ul.sub-menu a,
.header .top_menu_bar ul li.current-page-ancestor ul.sub-menu a,
.header .top_menu_bar ul li.current-menu-item ul.sub-menu a {
	background: transparent;
}

.header .top_menu_bar ul li.current-page-ancestor a,
.header .top_menu_bar ul li.current-page-ancestor ul.sub-menu li a:hover,
.header .top_menu_bar ul li.current-page-ancestor ul.sub-menu li.current-menu-item a,
.header .top_menu_bar ul li.current-menu-item ul.sub-menu a:hover,
.single-evenement .header .top_menu_bar ul li.agenda ul.sub-menu a:hover,
.single-evenement.currentevent .header .top_menu_bar ul li.agenda ul.sub-menu li.events-now a,
.single-evenement.pastevent .header .top_menu_bar ul li.agenda ul.sub-menu li.events-old a,
.single-evenement .header .top_menu_bar ul li.agenda a,
.single-post .header .top_menu_bar ul li.the-blog a,
.header .top_menu_bar ul li.current-menu-item a,
.header .top_menu_bar ul li a:hover {
	background: #152448;
	background: rgba(21, 36, 72, 0.8);
}



.header .social_links {
	display: block;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.header .social_links a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 50px;
	padding: 0;
	margin: 0;
	opacity: 1;
}

.header .social_links a:hover {
	opacity: 0.7;
}

.header .social_links a.facebook {
	margin: 0 15px;
}

.header .small_login {
	display: none;
	width: auto;
	position: absolute;
	top: 7.5px;
	right: 0;
}

.header .small_login a {
	display: inline-block;
	margin-left: 10px;
}

.header .small_login a span {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}



/**
 * 4.0 - Content
*/

/* Home */

.home_slider_container {
	display: block;
	width: 100%;
	height: auto;
	min-height: 300px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.home_slider_container .slide_wrap {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.home_slider_container .slide_wrap .slide_text {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: calc(50% - 60px);
	left: 0;
	text-align: center;
}

.home_slider_container .slide_wrap .slide_text p {
	font-size: 44px;
	line-height: 50px;
	font-weight: 100;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.home_slider_container .slide_wrap img {
	display: block;
	width: 100%;
}

.home_slider_container .cover_mask {
	display: block;
	height: auto;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	overflow: hidden;
}

.home_slider_container .cover_mask .image_mask {
	display: block;
	margin: 0 auto;
	width: 50px;
	position: relative;
}

.home_slider_container .cover_mask .image_mask:before {
	display: block;
	content: '';
	height: 30px;
	width: 9999px;
	position: absolute;
	right: calc(100% - 1px);
	top: 0;
	background: #f8f8f8;
}

.home_slider_container .cover_mask .image_mask:after {
	display: block;
	content: '';
	height: 30px;
	width: 9999px;
	position: absolute;
	left:calc(100% - 1px);
	top: 0;
	background: #f8f8f8;
}

.home_slider_container .cover_mask .image_mask img {
	width: 100%;
}

.intro {
	display: block;
	padding: 40px 0;
	background: #f8f8f8;
	text-align: center;
}

.intro_404 {
	display: block;
	padding: 40px 0;
	background: #fff;
	text-align: center;
}

.intro_404 h1,
.intro h1 {
	display: inline-block;
	font-size: 34px;
	line-height: 40px;
	width: auto;
	padding: 0 15px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}

.intro_404 h1 {
	font-size: 80px;
	line-height: 86px;
}

.intro_404 h1:before,
.intro h1:before {
	display: block;
	content: '';
	height: 4px;
	width: 100px;
	position: absolute;
	right: 100%;
	top: calc(50% - 2px);
	background: #bd0926;
}

.intro_404 h1:after,
.intro h1:after {
	display: block;
	content: '';
	height: 4px;
	width: 100px;
	position: absolute;
	left: 100%;
	top: calc(50% - 2px);
	background: #bd0926;
}

.intro_404 h1:after,
.intro_404 h1:before {
	top: calc(50% + 15px);
	top: calc(50% + 15px);
}

.intro_404 p {
	padding-top: 40px;
	font-size: 20px;
}

.no_result p {
	font-size: 20px;
	text-align: center;
}

.intro_text {
	display: block;
	padding: 40px 0 0 0;
	width: 960px;
	margin: 0 auto;
}

.home_events {
	display: block;
	padding: 80px 0;
	background: #fff;
	text-align: center;
}

.home_events h2 {
	display: inline-block;
	font-size: 34px;
	line-height: 40px;
	width: auto;
	padding: 0 15px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}

.home_events h2:before {
	display: block;
	content: '';
	height: 4px;
	width: 100px;
	position: absolute;
	right: 100%;
	top: calc(50% - 2px);
	background: #bd0926;
}

.home_events h2:after {
	display: block;
	content: '';
	height: 4px;
	width: 100px;
	position: absolute;
	left: 100%;
	top: calc(50% - 2px);
	background: #bd0926;
}

.home_facts {
	display: block;
	width: 100%;
	margin: 0;
	padding: 60px 0;
	background: #f8f8f8;
}

.home_facts .fact {
	display: block;
	width: 100%;
	text-align: center;
}

.home_facts .fact .fact_wrap {
	display: block;
	width: 146px;
	height: 146px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border: 5px solid #e6e6e6;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.home_facts .fact .fact_wrap .fact_icon {
	display: block;
	width: 60px;
	height: 60px;
	background: #203d78;
	position: absolute;
	top: 0;
	left: -30px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.home_facts .fact .fact_wrap .fact_icon img {
	display: block;
	width: auto;
	height: 40px;
	margin: 10px auto;
}

.home_facts .fact .fact_wrap .fact_number span {
	display: block;
	font-weight: 400;
	font-size: 40px;
	line-height: 136px;
}

.home_facts .fact .fact_text {
	display: block;
	padding-top: 20px;
}

.home_facts .fact .fact_text span {
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


/* Agenda home search */

.home .events_search_bar {
	width: 100%;
	height: auto;
	background: #ffffff;
	padding: 0;
	margin-top: 40px;
}
.home .events_search_bar .search_form {
	float: none;
	margin: 0 auto;
}
.home .events_search_bar .search_form input.search-field {
	border: 1px solid #f8f8f8;
	background: #f8f8f8;
}
.home .events_search_bar .search_form button.search-submit {
	border: 1px solid #f8f8f8;
	background: #f8f8f8;
}
.home .events_cta {
    padding: 0;
}

/* Blog home */
.home_blog {
	display: block;
	background: #fff;
	text-align: center;
}
.home_blog .inner {
	padding: 80px 0;
	border-top: 1px solid #e7e7e7;
}
.home_blog h2.home_blog_title {
	display: inline-block;
	font-size: 34px;
	line-height: 40px;
	width: auto;
	padding: 0 15px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}
.home_blog h2.home_blog_title:before {
	display: block;
	content: '';
	height: 4px;
	width: 100px;
	position: absolute;
	right: 100%;
	top: calc(50% - 2px);
	background: #bd0926;
}
.home_blog h2.home_blog_title:after {
	display: block;
	content: '';
	height: 4px;
	width: 100px;
	position: absolute;
	left: 100%;
	top: calc(50% - 2px);
	background: #bd0926;
}
.home_blog .home_blog_wrap {
	padding: 60px 0;
}
.home_blog .blog_item {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	width: 100%;
  height: 300px;
}
.home_blog .blog_item .post_img {
	overflow: hidden;
}
.home_blog .blog_item .post_img,
.home_blog .blog_item .post_text {
	width: 50%;
	height: 100%;
}
.home_blog .blog_item .post_text.wide {
	width: 100%;
}
.home_blog .blog_item .post_text {
	background-color: #f8f8f8;
	padding: 20px 15px 30px 15px;
}
.home_blog .blog_item .post_text .cat {
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #bd0926;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.home_blog .blog_item .post_text h2 {
    display: block;
    font-size: 25px;
    line-height: 30px;
    padding: 0 0 15px 0;
    margin: 0;
}
.home_blog .blog_item .post_text h2 a {
  color: #272727;
  text-decoration: none;
}
.home_blog .blog_item .post_text p a {
	color: #bd0926;
}



/* Agenda */

.agenda_events {
	display: block;
	width: 100%;
	padding: 0 0 100px 0;
}

.events_search_bar {
	display: block;
	background: #e8e4e4;
	padding: 20px 0;
}

.events_search_bar .cat_filter {
	display: block;
	margin: 0;
	padding: 0 30px 0 0;
	float: left;
	width: 75%;
}

.events_search_bar .search_form {
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
	width: 25%;
}

.events_search_bar p.filter_label {
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 4px 7px;
	position: absolute;
	top: -12px;
	left: -7px;
	background: #203d78;
	color: #fff;
}

.events_search_bar .styled_select {
	background-color: #fff;
	background-image: url("images/down_arrow.svg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 25px auto;
	position: relative;
}

.events_search_bar .styled_select select {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border: 1px solid #fff;
	background: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-ms-appearance: none;
	overflow: hidden;
	outline: none !important;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 0.03em;
	color: #747474;
	text-transform: uppercase;
}

.events_search_bar .styled_select select::-ms-expand {
	display: none;
}

.events_search_bar .styled_select select:focus {
	outline: 0 !important;
	outline-style: none;
	color: #747474;
}

.events_search_bar .styled_select select option {
	padding: 5px 10px;
	color: #747474;
	font-size: 14px;
	text-transform: none;
	font-weight: 300 !important;
	background: #fff;
}

.events_search_bar .styled_select select option:hover,
.events_search_bar .styled_select select option:focus {
	color: #fff;
	background: #fff;
}

.events_search_bar .styled_select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #747474;
}

.events_search_bar .search_form input.search-field {
	display: block;
	float: left;
	width: calc(100% - 46px);
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	border: 1px solid #fff;
	margin: 0;
	padding: 0 10px;
	color: #747474;
}

.events_search_bar .search_form button.search-submit {
	display: block;
	float: left;
	width: 46px;
	height: 50px;
	text-align: center;
	border: 1px solid #fff;
	background: #fff;
	color: #747474;
}

.events_cta {
	display: block;
	text-align: center;
	padding: 40px 0;
}

.events_cta a {
	display: inline-block;
	width: auto;
	height: 46px;
	line-height: 42px;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 30px;
	letter-spacing: 0.025em;
	font-weight: 700;
	background: transparent;
	color: #bd0926;
	border: 2px solid #bd0926;
	text-decoration: none;
}

.events_cta a:hover {
	color: #fff;
	background: #bd0926;
}


/* Le Club */

.intro .cta {
	display: block;
	padding: 20px 0;
	text-align: center;
}

.intro .cta a {
	display: inline-block;
	width: auto;
	height: 46px;
	line-height: 42px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	text-decoration: none;
	padding: 0 30px;
	background: transparent;
	color: #203d78;
	border: 2px solid #203d78;
	margin: 0;
}


.intro .cta a:hover {
	background: #203d78;
	color: #fff;
}

.values {
	padding: 60px 0 80px 0;
}

.values .value .picto {
	display: block;
	background: #203d78;
	border: 4px solid #f8f8f8;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
}

.values .value .picto img {
	display: inline-block;
	margin-top: 21px;
	width: auto;
	height: 50px;
}

.values .value h3 {
	display: block;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	letter-spacing: 0.03em;
}

.values .value .text {
	text-align: center;
}


/* Devenir membre */

.explicative_text {
	padding: 40px 0;
}

.explicative_text h2 {
	display: block;
	margin: 0;
	padding: 30px 0 15px 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	letter-spacing: 0.03em;
	color: #203d78;
}


.explicative_text h2:nth-child(1) {
	padding-top: 0;
}

.explicative_text ul {
	list-style: disc;
	padding: 0 0 15px 20px;
}

.explicative_text ul li {
	padding: 0 0 5px 0;
}

.explicative_text p strong,
.explicative_text li strong {
	font-weight: 600;
}

.explicative_text a {
	color: #203d78;
	text-decoration: none;
	font-weight: 600;
}

.explicative_text a:hover {
	color: #bd0926;
}

.member_form {
	display: block;
	padding: 20px 0 60px 0;
	background: #f8f8f8;
	text-align: center;
}

.member_form h2 {
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	letter-spacing: 0.03em;
	color: #203d78;
}

.member_form .contact_form .gform_wrapper {
	margin-top: 0 !important;
}

.member_form .contact_form .gform_wrapper .gform_body {
	margin-right: -5px !important;
	margin-left: -5px !important;
}

.member_form .contact_form .gform_wrapper ul.gform_fields li.gfield {
	padding: 0 5px !important;
}

.nomembre {
	text-align: center;
}

.nomembre span {
	display: block;
	padding: 20px 0;
}

.nomembre span a.connect {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	text-decoration: none;
	padding: 0 20px;
	background: #fff;
	color: #bd0926;
	border: 2px solid #bd0926;
	margin: 0;
}

.nomembre span a.connect:hover {
	background: #bd0926;
	color: #fff;
}



/* Events List */

.events {
	display: block;
	width: 100%;
	padding: 60px 0 0 0;
	text-align: left;
}

.events .event {
	display: block;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #e7e7e7;
}
.events .event:nth-last-child(-n+2) {
	border-bottom: 0;
}


.events .event .left_side {
	display: block;
	width: 40%;
	float: left;
}

.events .event .left_side .event_image {
	position: relative;
	display: block;
	width: 120px;
	float: left;
}
.events .event .left_side .event_image .bg_event {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
  justify-content: center;
  align-items: center;
}
.events .event .left_side .event_image .bg_event.none {
	display: none;
	position: inherit;
}
.events .event .left_side .event_image .bg_event.full_event {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(189, 9, 38, 0.9);
}
.events .event .left_side .event_image .bg_event.inscr_event {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(111, 188, 118, 0.9);
}
.events .event .left_side .event_image .bg_event .txt_event {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 800;
}

.events .event .left_side .event_image img {
	width: 100%;
}

.events .event .left_side .event_date {
	display: block;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: calc(100% - 120px);
}

.events .event .left_side .event_date p {
	display: block;
	padding: 0;
	margin: 0;
}

.events .event .left_side .event_date p.day_name {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	padding-top: 5px;
}

.events .event .left_side .event_date p.day {
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
}

.events .event .left_side .event_date p.month {
	font-size: 16px;
	line-height: 16px;
	font-weight: 800;
	padding: 10px 0;
	margin: 15px 0;
	border-top: 2px solid #203d78;
	border-bottom: 2px solid #203d78;
}

.events .event .right_side {
	display: block;
	width: 60%;
	float: left;
	padding: 0 15px;
	min-height: 180px;
}

.events .event .right_side h3 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	letter-spacing: 0.03em;
	color: #272727;
}

.events .event .right_side h3 a {
	text-decoration: none;
	color: #272727;
}
.events .event .right_side h3 a:hover {
	color: #bd0926;
}

.events .event .right_side p {
	color: #686868;
	margin: 0;
	padding: 0;
	line-height: 26px;
}
.events .event .right_side p a {
	color: #bd0926;
}
.events .event .right_side p.event_time {
	color: #203d78;
	padding: 5px 0 20px 0;
	font-size: 15px;
	line-height: 15px;
}


/* Single Event */

.single_event_info {
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
	text-align: left;
}

.single_event_info .left_side {
	display: block;
	width: 35%;
	float: left;
	padding: 0
}

.single_event_info .left_side .event_image {
	display: block;
	width: 270px;
	float: left;
}

.single_event_info .left_side .event_image img {
	width: 100%;
}

.single_event_info .left_side .event_date {
	display: block;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: calc(100% - 270px);
}

.single_event_info .left_side .event_date p {
	display: block;
	padding: 0;
	margin: 0;
}

.single_event_info .left_side .event_date p.day_name {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	padding-top: 5px;
}

.single_event_info .left_side .event_date p.day {
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
}

.single_event_info .left_side .event_date p.month {
	font-size: 19px;
	line-height: 19px;
	font-weight: 800;
	padding: 15px 0;
	margin: 20px 0;
	border-top: 2px solid #203d78;
	border-bottom: 2px solid #203d78;
}

.single_event_info .left_side .event_date img.dialog_icon {
	display: block;
	width: 70px;
	margin: 30px auto;
}

.single_event_info .right_side {
	display: block;
	width: 65%;
	float: left;
	padding: 0 0 0 30px;
}

.single_event_info .right_side .event_info {
	display: block;
	width: calc(100% - 140px);
	float: left;
	margin: 0;
	padding: 0 70px 0 0;
}

.single_event_info .right_side .event_info.full {
	width: 100%;
	padding-right: 0;
}

.single_event_info .right_side .event_info h3 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	letter-spacing: 0.03em;
	color: #272727;
}

.single_event_info .right_side .event_info p.event_time {
	color: #203d78;
	padding: 5px 0 25px 0;
	font-size: 16px;
	line-height: 16px;
}

.single_event_info .right_side .event_info .event_description {
	display: block;
	margin: 0;
	padding: 0;
}

.single_event_info .right_side .event_info .event_description ul {
	list-style: disc;
	padding-left: 15px;
}

.single_event_info .right_side .event_info .event_description ul li {
	padding-bottom: 5px;
}

.single_event_info .right_side .event_info .event_file {
	padding: 10px 0;
}

.single_event_info .right_side .event_info .event_file a {
	font-weight: 700;
	text-decoration: none;
	color: #272727;
}

.single_event_info .right_side .event_info .event_file a .fa {
	font-size: 20px;
	margin-right: 5px;
	color: #272727 !important;
}

.single_event_info .right_side .event_info .event_file a:hover {
	color: #bd0926;
}

.single_event_info .right_side .quota {
	font-size: 12px;
	margin: 0 0 20px 0;
	color: #bd0926;
	font-weight: 800;
	text-align: center;
}
.single_event_info .right_side .quota span {
	display: block;
	padding: 0 0 5px 0;
}

.single_event_info .right_side .participants_list {
	display: block;
	width: 140px;
	float: left;
}

.single_event_info .right_side a.list_trigger,
.single_event_info .right_side .participants_list a {
	cursor: pointer;
	text-decoration: none;
}

.single_event_info .right_side .participants_list a p {
	font-size: 11px;
	font-weight: 600;
}

.single_event_info .right_side .participants_list a:hover p {
	color: #272727;
}

.single_event_info .right_side .participants_list img {
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.single_event_info .right_side .participants_list p {
	display: block;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #bd0926;
	font-weight: 800;
}

.single_event_info .right_side .participants_list.no_list p {
	text-align: left;
	font-weight: 400;
}

.event_practical_information {
	background: #fff;
}

.event_practical_information .map_form {
	display: table;
	width: 100%;
	text-align: left;
}

.event_practical_information .map_block {
	padding: 40px 40px 40px 0;
	display: table-cell;
	width: 65%;
	vertical-align: top;
}

.event_practical_information .event_map {
	display: block;
	width: 100%;
	min-height: 420px;
	margin: 0 auto 40px auto;
}

.event_practical_information .horaires {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
}

.event_practical_information .event_address {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
}

.event_practical_information .horaires h3,
.event_practical_information .event_address h3 {
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 15px 0;
	letter-spacing: 0.03em;
	font-weight: 800;
}

.event_practical_information .horaires p span.time {
	font-weight: 700;
	width: 100px;
	display: block;
	float: left;
	color: #575757;
}

.event_practical_information .horaires p span.time_description {
	font-weight: 400;
	width: calc(100% - 100px);
	display: block;
	float: left;
}

.event_practical_information .horaires p:after,
.event_practical_information .horaires p:before {
	display: table;
	clear: both;
	content: '';
}

.event_practical_information .horaires p,
.event_practical_information .event_address p {
	padding-bottom: 10px;
}

.event_practical_information .event_address p.place_name {
	font-weight: 700;
	color: #575757;
}



.event_practical_information .form_block {
	padding: 40px;
	display: table-cell;
	width: 35%;
	vertical-align: top;
	background: #e8e4e4;
}

.event_practical_information .form_block .event_price,
.event_practical_information .form_block .conditions,
.event_practical_information .form_block .inscription,
.event_practical_information .form_block .invitation {
	display: block;
	width: 100%;
	padding: 0 0 15px 0;
}

.event_practical_information .form_block .event_price p {
	color: #203d78;
	font-weight: 600;
}

.event_practical_information .form_block .invitation {
	padding-top: 10px;
}

.event_practical_information .form_block h3 {
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 10px 0;
	letter-spacing: 0.03em;
	font-weight: 800;
}

.event_practical_information .form_block .conditions ul {
	list-style: disc;
	color: #203d78;
	padding-left: 20px;
	padding-bottom: 10px;
}

.event_practical_information .form_block .conditions ul li p {
	color: #272727;
	padding-bottom: 10px;
}

.event_practical_information .form_block .inscription .login {
	display: block;
	width: auto;
	padding: 0 0 10px 0;
}

.event_practical_information .form_block .inscription .login a {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	text-decoration: none;
	padding: 0 20px;
	background: transparent;
	color: #bd0926;
	border: 2px solid #bd0926;
	margin: 0;
}

.event_practical_information .form_block .inscription .login a.connect:hover {
	background: #bd0926;
	color: #fff;
}

.event_practical_information .form_block .inscription .cta {
	display: block;
	width: auto;
	padding: 5px 0 10px 0;
}

.event_practical_information .form_block .inscription .cta a {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	text-decoration: none;
	padding: 0 25px;
	background: transparent;
	margin: 0;
}

.event_practical_information .form_block .inscription .cta a.subscribe {
	color: #203d78;
	border: 2px solid #203d78;
}

.event_practical_information .form_block .inscription .cta a.subscribe:hover {
	background: #203d78;
	color: #fff;
}

.event_practical_information .form_block .inscription .cta a.subscribed {
	color: #bd0926;
	border: 2px solid #bd0926;
}

.event_practical_information .form_block .inscription .cta a.subscribed:hover {
	background: #bd0926;
	color: #fff;
}

.event_practical_information .form_block .inscription .cta span {
	color: #bd0926;
	display: inline-block;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

.event_practical_information .form_block .inscription .cta span .fa {
	font-weight: 400;
	font-size: 16px;
	margin-right: 5px;
}

.event_practical_information .form_block .inscription .third_party_informations {

}

.event_practical_information .form_block .inscription .third_party_informations p {

}

.event_practical_information .form_block .invitation.preload {
    display: none;
}

.event_practical_information .form_block .invitation .invite_form {
	display: block;
	width: 100%;
	padding-top: 5px;
}

.event_practical_information .form_block .invitation .invite_form .fieldset {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}

.event_practical_information .form_block .invitation .invite_form .fieldset:before,
.event_practical_information .form_block .invitation .invite_form .fieldset:after {
	display: table;
	clear: both;
	content: '';
}

.event_practical_information .form_block .invitation .invite_form .fieldset p {
	font-size: 14px;
	padding-bottom: 5px;
	letter-spacing: 0.03em;
}

.event_practical_information .form_block .invitation .invite_form .fieldset .radio_field {
	width: auto;
	float: left;
	padding-right: 20px;
	padding-bottom: 3px;
}

.event_practical_information .form_block .invitation .invite_form .fieldset .radio_field label {
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	color: #272727;
	font-size: 15px;
}

.event_practical_information .form_block .invitation .invite_form .fieldset .radio_field input[type=radio] {
	border: 0;
	clip: rect(0 0 0 0);
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px !important;
	height: 1px !important;
	disply: inline-block !important
}

.event_practical_information .form_block .invitation .invite_form .fieldset .radio_field input[type=radio] + label:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f1db";
	letter-spacing: 6px;
	font-size: 16px;
	font-weight: 400 !important;
	color: #203d78;
}
.event_practical_information .form_block .invitation .invite_form .fieldset .radio_field input[type=radio]:checked + label:before {
	content: "\f192";
	color: #203d78;
	letter-spacing: 6px;
	font-weight: 400 !important;
}

.event_practical_information .form_block .invitation .invite_form .fieldset .radio_field input[type=radio]:focus + label:before {
	font-weight: 400 !important;
}

.event_practical_information .form_block .invitation .invite_form .fieldset input.textfield {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 10px;
	border: 1px solid #fff;
	background: #fff;
	font-size: 15px;
	line-height: 15px;
	margin: 0;
}

.event_practical_information .form_block .invitation .invite_form .cta {
	padding-top: 15px;
}

.event_practical_information .form_block .invitation .invite_form .cta span.spiner {
	font-size: 24px;
	color: #bd0926;
	display: none;
	padding: 0 0 0 5px;
	vertical-align: middle;
}

.event_practical_information .form_block .invitation .invite_form .cta.loading span.spiner {
	display: inline-block;
}

.event_practical_information .form_block .invitation .invite_form .cta button {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	text-decoration: none;
	padding: 0 25px;
	background: transparent;
	margin: 0;
	color: #203d78;
	border: 2px solid #203d78;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}

.event_practical_information .form_block .invitation .invite_form .cta.loading button {
	color: #999;
	border: 2px solid #999;
	cursor: default;
}

.event_practical_information .form_block .invitation .invite_form .cta button:hover {
	background: #203d78;
	color: #fff;
}

.event_practical_information .form_block .invitation .invite_form p.form-error {
    display: none;
    font-weight: 700;
    font-size: 12px;
    color: #bd0926;
    padding-bottom: 0;
}

.event_practical_information .form_block .invitation #guest-list {
	padding-bottom: 30px;
}

.event_practical_information .form_block .invitation #guest-list li {
	padding: 0 0 5px 0;
	position: relative;
}

.event_practical_information .form_block .invitation #guest-list li span {
	color: #203d78;
	font-size: 18px;
	font-weight: 300;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}

.event_practical_information .form_block .invitation #guest-list li span:hover {
	color: #bd0926;
}

.event_practical_information .form_block .inscription .cta p.success,
.event_practical_information .form_block .invitation p.success {
	display: block;
	text-align: center;
	padding: 10px;
	margin: 15px auto;
	border: 1px solid #04851c;
	color: #04851c;
	background: #fff;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
}


/* Members */


.members_search_bar {
	display: block;
	background: #e8e4e4;
	padding: 20px 0;
}

.members_search_bar .cat_filter {
	display: block;
	margin: 0;
	padding: 0 40px;
	float: left;
	width: 75%;
}

.members_search_bar .search_form {
	display: block;
	margin: 0;
	padding: 0 30px;
	float: left;
	width: 25%;
}

.members_search_bar .search_form input.search-field {
	display: block;
	float: left;
	width: calc(100% - 46px);
	height: 46px;
	line-height: 44px;
	font-size: 14px;
	border: 1px solid #fff;
	margin: 0;
	padding: 0 10px;
	color: #747474;
}

.members_search_bar .search_form button.search-submit {
	display: block;
	float: left;
	width: 46px;
	height: 46px;
	text-align: center;
	border: 1px solid #fff;
	background: #fff;
	color: #747474;
}

.members_search_bar .current-search {
	text-align: right;
	padding: 0 0 0 20px;
}

.members_search_bar .current-search a {
	text-decoration: none;
	color: #203d78;
	text-transform: uppercase;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	line-height: 46px;
}

.members_search_bar .current-search a:hover {
	color: #bd0926;
}

.members_search_bar .current-search a:after {
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f00d";
	color: #bd0926;
	font-size: 18px;
	font-weight: 300;
	padding-left: 5px;
}

.members {
	display: block;
	width: 100%;
	padding: 60px 0 100px 0;
}

.members .member {
	display: block;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #e7e7e7;
}

.members .member .row {
		align-items: center;
}

.members .member:last-child {
	border: none;
}

.members .member .image {
	display: block;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.members .member .image img {
	width: auto;
	max-width: none;
	height: 100%;
	display: inline-block;
	margin: 0 -100%;
}

.members .member .member_info {
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
	padding-left: 60px;
}

.members .member .member_info p {
	padding-bottom: 10px;
}

.members .member .member_info p.name {
	font-size: 18px;
	font-weight: 700;
}

.members .member .member_info p a {
	color: #272727;
	text-decoration: none;
}

.members .member .member_info p.member_link a {
	border: 2px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 16px;
    line-height: 31px;
    display: inline-block;
	color: #203d78;
	margin-right: 15px;
	text-align: center;
}

.members .member .member_info p.member_link a.website {
	line-height: 33px;
}

.members .member .member_info p.member_link a:hover,
.members .member .member_info p a:hover {
	color: #bd0926;
}

.members .member .member_contact {
	display: block;
	text-align: center;
}

.members .member .member_contact button {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 36px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	text-decoration: none;
	padding: 0 40px;
	background: #fff;;
	margin: 0;
	color: #203d78;
	border: 2px solid #203d78;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}

.members .member .member_contact button:hover {
	background: #203d78;
	color: #fff;
}



/* Pages */

.blank {
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
}

.blank .inner {
	min-height: 300px;
	padding: 80px 0;
}

/* En-tête pages */

.slide_container {
	display: block;
	width: 100%;
	height: auto;
	min-height: 300px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.slide_container .slide_wrap {
	display: block;
	width: 100%;
	position: relative;
}

.slide_container .slide_wrap .slide_text {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: calc(50% - 50px);
	left: 0;
	text-align: center;
	z-index: 5;
}

.slide_container .slide_wrap .slide_text p {
	font-size: 44px;
	line-height: 50px;
	font-weight: 100;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.slide_container .slide_wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: rgba(10, 59, 118, .3);
	z-index: 1;
}

.slide_container .slide_wrap img {
	display: block;
	width: 100%;
	min-width: 500px;
}

.slide_container .cover_mask {
	display: block;
	height: auto;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	overflow: hidden;
}

.slide_container .cover_mask .image_mask {
	display: block;
	margin: 0 auto;
	width: 50px;
	position: relative;
}

.slide_container .cover_mask .image_mask:before {
	display: block;
	content: '';
	height: 30px;
	width: 9999px;
	position: absolute;
	right: calc(100% - 1px);
	top: 0;
	background: #f8f8f8;
}

.slide_container .cover_mask .image_mask:after {
	display: block;
	content: '';
	height: 30px;
	width: 9999px;
	position: absolute;
	left: calc(100% - 1px);
	top: 0;
	background: #f8f8f8;
}

.slide_container .cover_mask .image_mask img {
	width: 100%;
}

/* Blog */

.blog_search_bar {
	display: block;
	background: #e8e4e4;
	padding: 20px 0;
}

.blog_search_bar .cat_filter {
	display: block;
	margin: 0;
	padding: 0 30px 0 0;
	float: left;
	width: 75%;
}

.blog_search_bar .search_form {
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
	width: 25%;
}

.blog_search_bar p.filter_label {
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 4px 7px;
	position: absolute;
	top: -12px;
	left: -7px;
	background: #203d78;
	color: #fff;
}

.blog_search_bar .styled_select {
	background-color: #fff;
	background-image: url("images/down_arrow.svg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 25px auto;
	position: relative;
}

.blog_search_bar .styled_select select {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border: 1px solid #fff;
	background: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-ms-appearance: none;
	overflow: hidden;
	outline: none !important;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 0.03em;
	color: #747474;
	text-transform: uppercase;
}

.blog_search_bar .styled_select select::-ms-expand {
	display: none;
}

.blog_search_bar .styled_select select:focus {
	outline: 0 !important;
	outline-style: none;
	color: #747474;
}

.blog_search_bar .styled_select select option {
	padding: 5px 10px;
	color: #747474;
	font-size: 14px;
	text-transform: none;
	font-weight: 300 !important;
	background: #fff;
}

.blog_search_bar .styled_select select option:hover,
.blog_search_bar .styled_select select option:focus {
	color: #fff;
	background: #fff;
}

.blog_search_bar .styled_select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #747474;
}

.blog_search_bar .search_form input.search-field {
	display: block;
	float: left;
	width: calc(100% - 46px);
	height: 46px;
	line-height: 44px;
	font-size: 14px;
	border: 1px solid #fff;
	margin: 0;
	padding: 0 10px;
	color: #747474;
}

.blog_search_bar .search_form button.search-submit {
	display: block;
	float: left;
	width: 46px;
	height: 46px;
	text-align: center;
	border: 1px solid #fff;
	background: #fff;
	color: #747474;
}


.blog {
	display: block;
	margin: 0;
	padding: 0;
}

.blog .blog_wrap {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

.blog .blog_list,
.blog .blog_single {
	padding: 40px 40px 60px 0;
	display: table-cell;
	width: 75%;
	vertical-align: top;
}

.search .blog .blog_list {
	display: block;
	padding: 60px 0 100px 0;
	width: 100%;
}

.blog .blog_list .blog_item {
	display: block;
	width: 50%;
	padding: 0 15px;
	float:left;
}

.blog_list .blog_item div.post {
	background: #f8f8f8;
	margin-bottom: 50px;
}

.blog .blog_list .blog_item div.post img {
	width: 100%;
}

.blog .blog_list .blog_item div.post .cat {
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #bd0926;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
}

.blog .blog_list .blog_item div.post .cat a {
	text-transform: uppercase;
	color: #bd0926;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
}

.blog .blog_list .blog_item div.post .post_text {
	padding: 20px 15px 30px 15px;
}

.blog .blog_list .blog_item div.post h2 {
	display: block;
	font-size: 25px;
	line-height: 30px;
	padding: 0 0 15px 0;
	margin: 0;
}

.blog .blog_list .blog_item div.post h2 a {
	color: #272727;
	text-decoration: none;
}

.blog .blog_list .blog_item div.post h2 a:hover {
	color: #203d78;
}


.sb-infinite-scroll-load-more {
	display: block;
	margin: 0 0 90px 0;
	text-align: center;
	width: auto;
}

.sb-infinite-scroll-load-more a {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	text-decoration: none;
	padding: 0 20px;
	background: #fff;
	color: #bd0926;
	border: 2px solid #bd0926;
	margin: 0;
}

.sb-infinite-scroll-load-more a:hover {
	background: #bd0926;
	color: #fff;
}

.sb-infinite-scroll-load-more.finished a {
	background: transparent;
	border: 2px solid transparent;
	color: #bd0926;
}

.sb-infinite-scroll-load-more.finished a:hover {
	background: transparent;
	border: 2px solid transparent;
	color: #bd0926;
}


.sidebar {
	background-color: #f8f8f8;
	padding: 40px 30px;
	display: table-cell;
	width: 25%;
	vertical-align: top;
}

.sidebar h3.title {
	color: #9e9e9e;
	font-size: 22px;
	line-height: 28px;
}

.single .sidebar {
	background: #e8e4e4;
}

.single .sidebar h3.title {
	color: #7e7e7e;
}

.related_posts,
.popular_post {
	display: block;
	padding: 30px 0;
}

.popular_post p a {
	text-decoration: none;
	color: #203d78;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.popular_post p a:hover {
	color: #bd0926;
}

.related_posts .related_post {
	display: block;
	padding: 0;
	margin: 0 0 40px 0;
}

.related_posts .related_post .text {
	padding: 15px 0 0 0;
}

.related_posts .related_post .text h4 {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
}

.related_posts .related_post .text h4 a {
	color: #272727;
	text-decoration: none;
}

.related_posts .related_post .text h2 a:hover {
	color: #bd0926;
}

.related_posts .related_post .text p {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 10px 0;
}


/* blog single */

.intro.single h1:before {
	display: none;
}

.intro.single h1:after {
	display: none;
}


.intro.single .cat {
	text-align: center;
	text-transform: uppercase;
	color: #bd0926;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.intro.single .cat a {
	text-transform: uppercase;
	color: #bd0926;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.blog_single div.post {
	margin-bottom: 50px;
}

.blog_single div.post img {
	width: 100%;
}

.blog_single div.post .post_date {
	color: #bd0926;
	padding-top: 10px;
	font-weight: 700;
}

.blog_single div.post .post_hat {
	display: block;
	padding: 5px 0 0 0;
}

.blog_single div.post .post_hat p {
	font-weight: 700;
	padding-botom: 10px;
}

.blog_single div.post .post_text {
	padding: 0 0 30px 0;
}

.blog_single div.post .post_text p {
	font-size: 16px;
	line-height: 24px;
}

.blog_single div.post .post_text p a {
	color: #203d78;
	text-decoration: none;
}

.blog_single div.post .post_text p a:hover {
	color: #bd0926
}

.blog_single .post_footer {
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}

.blog_single .post_footer .author {
	display: block;
	width: auto;
	float: left;
	text-align: left;
}

.blog_single .post_footer .author p {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	vertical-align: baseline;
	color: #203d78;
	padding: 0;
	margin: 0;
	font-weight: 400;
}

.blog_single .post_footer .social_share {
	display: block;
	width: auto;
	float: right;
	text-align: right;
}

.blog_single .post_footer .social_share p {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	vertical-align: baseline;
	color: #203d78;
	padding: 0 0 0 15px;
	margin: 0;
	font-weight: 400;
}

.blog_single .post_footer .social_share p a {
	font-size: 18px;
	color: #203d78;
	text-decoration: none;
}

.blog_single .post_footer .social_share p a:hover {
	color: #bd0926;
}

/* gallery */

.event_gallery {
	display: block;
	padding: 60px 0;
}

.event_gallery .event_thumbs {
	margin-bottom: 40px;
}

.event_gallery .event_thumbs h3 {
	display: block;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 22px;
	line-height: 28px;
	font-weight: 800;
	letter-spacing: 0.03em;
	color: #272727;
}

.event_gallery .event_thumbs .gallery_item {
	display: block;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
	float:left;
}

/* Contact */
.contact_map {
	padding: 60px 0;
}
.map_contact {
	display: block;
	width: 100%;
	min-height: 580px;
	margin: 0 auto;
}

/* GRAVITY 2023 */
.animated-modal .gform_wrapper {
	margin: 1rem auto 0 !important;
}
.contact_form .gform_wrapper {
  display: block;
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 0 auto;
}
/* pricing */
.gform_wrapper .event-price {
	left: -9999px;
	position: absolute;
	visibility: hidden;
}
.gform_wrapper .gfield_price .gfield_label {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 10px 0;
    letter-spacing: 0.03em;
    font-weight: 800;
}
.gform_wrapper.gravity-theme .ginput_total {
	padding: 0 !important;
	color: #203d78 !important;
	font-weight: 600 !important;
}

/* section */
.gform_wrapper.gravity-theme .gsection {
	border-bottom: 0 !important;
}
h3.gsection_title {
	font-size: 1.1rem;
	margin: 0;
}
/* legend & description */
.gfield_description,
.gform_wrapper .description,
.gform_wrapper.gravity-theme .top_label .gsection_description,
.gform_wrapper .gform_required_legend {
	padding-top: 0 !important;
	font-style: italic;
  font-weight: 400 !important;
	font-size: 0.8rem !important;
	margin-bottom: 0 !important;
	text-align: left;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
/* error */
.gform_wrapper .gform_validation_errors {
	background: transparent !important;
	margin-bottom: 2rem !important;
	padding: 0.8rem !important;
	text-align: left;
}
.gform_wrapper .gform_validation_errors>h2 .gform-icon {
	display: none !important;
}
/* instruction  */
.gform_wrapper.gravity-theme .instruction {
	font-size: 0.8rem !important;
	font-style: italic;
}
/* fields  */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  font-family: 'Raleway', sans-serif !important;
  padding: 0.5rem 0.7rem !important;
  border: none;
  color: #272727;
  font-weight: 400;
  font-size: 0.9rem !important;
  background-color: #ffffff;
  outline: none;
  letter-spacing: 0.05em !important;
}
/* upload btn */
.ginput_container_fileupload input[type="file"] {
	font-family: 'Raleway', sans-serif;
}
.gform_fileupload_rules {
	display: none !important;
}
/* submit btn */
.gform_button_select_files,
input[type="submit"] {
  border: 2px solid #203d78;
  background-color: transparent;
  color: #203d78;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.7rem 2rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.gform_button_select_files,
input[type="submit"]:hover {
	color: #fff;
	background: #203d78;
}
.gform_legacy_markup_wrapper .gfield_checkbox li input,
.gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox],
.gform_legacy_markup_wrapper .gfield_radio li input[type=radio] {
	vertical-align: top !important;
	margin-top: 4px !important;
}
.gform_heading {
  font-size: 0.9rem !important;
}
/* placeholder */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #272727;
	font-weight: 400;
	font-size: 0.9em;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #272727;
	font-weight: 400 !important;
  opacity: 1;
	font-size: 0.9em;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #272727;
	font-weight: 400 !important;
  opacity: 1;
	font-size: 0.9em;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #272727;
	font-weight: 400 !important;
	font-size: 0.9em;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #272727;
	font-weight: 400 !important;
	font-size: 0.9em;
}
::placeholder { /* Most modern browsers support this now. */
	font-family: 'Raleway', sans-serif;
	color: #272727;
	font-weight: 400 !important;
	font-size: 0.9em;
}
/* target bg member message */
.page-id-577 .blank {
	background-color: #f8f8f8;
}
/* END GRAVITY 2023 */



/* Footer */
.newsletter {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0;
	background: #bd0926;
}

.newsletter_form .gform_heading {
	display: inline-block !important;
	width: 55% !important;
	height: auto !important;
	margin: 0 !important;
}

.newsletter_form .gform_heading .gform_title {
	display: inline-block !important;
	width: 280px !important;
	margin: 0 !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 35px !important;
	vertical-align: middle;
	letter-spacing: 0.03em !important;
}
.newsletter_form .gform_required_legend,
.event-form_wrapper .gform_required_legend {
	display: none;
}
.newsletter_form .gform_heading .gform_description {
	display: inline-block !important;
	width: calc(100% - 285px) !important;
	margin: 0 !important;
	padding: 0;
	color: #fff;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 22px !important;
	vertical-align: middle;
}

.newsletter_form .gform_body,
.newsletter_form #gform_1 {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	vertical-align: middle;
}

.newsletter_form .gform_validation_error .gform_body {
	vertical-align: top;
}

.newsletter_form .gform_body .gfield {
	display: block;
	padding: 0 0 0 20px !important;
	margin: 0 !important;
}

.newsletter_form .gform_body .gfield .ginput_container {
	display: block;
	margin: 0 !important;
	width: 380px;
}

.newsletter_form .gform_body .gfield .ginput_container input {
	display: block;
	padding: 0 10px !important;
	margin: 0;
	width: 100%;
	height: 46px;
	line-height: 42px;
	border: 2px solid #fff !important;
}

.newsletter_form .gform_footer {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 0 0 10px !important;
	vertical-align: middle;
}

.newsletter_form .gform_footer input {
	display: block;
	width: auto;
	margin: 0 !important;
	padding: 0 30px !important;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #fff !important;
	height: 46px;
	line-height: 42px;
	color: #fff;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}

.newsletter_form .gform_footer input:hover {
	color: #bd0926;
	background: #fff;
}

.newsletter_form .gform_wrapper .validation_message {
	color: #fff !important;
}

.newsletter_form .gform_wrapper li.gfield.gfield_error,
.newsletter_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin: 0 !important;
}

.newsletter_form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.newsletter_form .gform_confirmation_message {
	color: #fff !important;
}

.newsletter_form .gform_wrapper.gravity-theme .gform_validation_errors {
	display: none;
}


.footer {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 60px 0;
	background: #363636;
}

.footer .info {
	display: block;
	width: auto;
	float: left;
}

.footer .info .footer_logo {
	display: inline-block;
	width: 120px;
	vertical-align: middle;
}

.footer .info .footer_logo a {
	opacity: 0.7;
}

.footer .info .footer_logo a:hover {
	opacity: 1;
}

.footer .info .footer_logo img {
	width: 100%;
}

.footer .info .address,
.footer .info .phone_email {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	padding-left: 80px;
}

.footer .info .address p,
.footer .info .phone_email p {
	color: #aeaeae;
	padding-bottom: 5px;
	font-size: 15px;
}

.footer .info .address p a,
.footer .info .phone_email p a {
	color: #aeaeae;
	text-decoration: none;
}

.footer .info .address p a:hover,
.footer .info .phone_email p a:hover {
	color: #fff;
}

.footer .info .address p.name {
	font-weight: 600;
}

.footer .info .phone_email p a.nolink {
	pointer-events: none;
	cursor: default;
}

.footer .links {
	display: block;
	width: auto;
	float: right;
	padding-top: 58px;
}

.footer .links .partners {
	display: inline-block;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.footer .links .partners .cvci {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}

.footer .links .partners .swissfirms {
	display: inline-block;
	width: 120px;
	vertical-align: middle;
	margin-left: 30px;
}

.footer .links .partners .swissfirms a,
.footer .links .partners .cvci a {
	opacity: 0.7;
}

.footer .links .partners .swissfirms a:hover,
.footer .links .partners .cvci a:hover {
	opacity: 1;
}

.footer .links .partners .swissfirms img,
.footer .links .partners .cvci img {
	width: 100%;
}

.footer .links .social_links {
	display: inline-block;
	width: auto;
	height: auto;
	vertical-align: middle;
	padding: 0 0 0 60px;
}

.footer .links .social_links a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 50px;
	padding: 0;
	margin: 0;
	opacity: 0.7;
}

.footer .links .social_links a:hover {
	opacity: 1;
}

.footer .links .social_links a.facebook {
	margin: 0 10px;
}

.footer .copyright {
	display: block;
	padding: 15px 0 0 0;
	margin: 40px 0 0 0;
	text-align: left;
	border-top: 2px solid #aeaeae;
}

.footer .copyright p {
	color: #aeaeae;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

.back-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-decoration: none;
	color: #fff;
	background-color: rgba(32, 61, 120, 0.8);
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	padding: 0;
	text-align: center;
	letter-spacing: 0;
	cursor: pointer;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}

.back-to-top:hover {
	background-color: rgba(21, 36, 72, 0.8);
	color: #fff;
}

.back-to-top:focus, .back-to-top:active {
	background-color: rgba(21, 36, 72, 0.8);
	color: #fff;
	outline: 0 !important;
}


/**
 * 6.0 - Media Queries
*/


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

	.newsletter_form .gform_heading {
	    width: 100% !important;
	}

	.newsletter_form .gform_heading .gform_title {
		width: 100% !important;
		text-align: center;
	}

	.newsletter_form .gform_heading .gform_description {
		width: 100% !important;
		text-align: center;
		margin: 15px 0 0 0 !important;
	}

	.newsletter_form .gform_body .gfield .ginput_container {
		margin: 0 auto !important;
	}

	.newsletter_form .gform_body,
	.newsletter_form .gform_footer,
	.newsletter_form #gform_1 {
		margin: 20px 0 0 0 !important;
	}

	.newsletter_form .gform_body .gfield {
		padding: 0 !important;
	}

	.newsletter_form .gform_body,
	.newsletter_form #gform_1 {
		display: block !important;
		width: 100% !important;
	}

	.newsletter_form .gform_footer {
		padding: 0 !important;
		text-align: center;
	    display: block !important;
	}

}


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

	.header .social_links {
	    right: 15px;
	}

}


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

	.home_slider_container,
	.slide_container {
		min-height: 0;
	}

	.events .event .right_side {
		padding: 5px 0 0 0;
	}

}

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

	.events .event .left_side {
		width: 45%;
	}

	.events .event .left_side .event_image { width: 100px; }
	.events .event .left_side .event_date { width: calc(100% - 100px); }
	.events .event .left_side .event_date p.day_name { font-size: 16px; line-height: 16px; padding-top: 3px; }
	.events .event .left_side .event_date p.day { font-size: 28px; line-height: 32px; }
	.events .event .left_side .event_date p.month { font-size: 14px; margin: 10px 0; padding: 7px 0; }

	.events .event .right_side p.event_time { padding-bottom: 10px; }
	.events .event .right_side p { line-height: 22px; }

	.events .event .right_side {
		padding: 0;
		width: 55%;
	}

	.single_event_info .left_side {
		width: 40%;
	}

	.single_event_info .left_side .event_image { width: 230px; }
	.single_event_info .left_side .event_date { width: calc(100% - 230px); }

	.single_event_info .right_side { padding: 0; width: 60%; }
	.single_event_info .right_side .event_info { padding: 0 30px 0 0; }

	.footer .info {
		width: 100%;
		text-align: center;
	}

	.footer .links {
		float: left;
		width: 100%;
		text-align: center;
	}

	.footer .copyright {
		text-align: center;
	}

}


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

	.slide_container .slide_wrap .slide_text p {
		font-size: 35px;
		line-height: 40px;
	}

	.intro_text {
		width: 100%;
	}

	.events .event .left_side { width: 30%; }
	.events .event .right_side { width: 70%; padding-left: 30px;  }

	.events .event .left_side .event_image { width: 100%; }
	.events .event .left_side .event_date { width: 100%; padding: 5px 0; margin-top: 5px; border-top: 2px solid #203d78; border-bottom: 2px solid #203d78; }
	.events .event .left_side .event_date p.day_name, .events .event .left_side .event_date p.day, .events .event .left_side .event_date p.month { font-size: 14px; line-height: 18px; font-weight: 700; display: inline-block; padding: 0; margin: 0; border: none;  }

	.single_event_info .left_side { width: 30%; }
	.single_event_info .right_side { width: 70%; padding-left: 30px; }

	.single_event_info .left_side .event_image { width: 100%; }
	.single_event_info .left_side .event_date { width: 100%; padding: 5px 0; margin-top: 10px; border-top: 2px solid #203d78; border-bottom: 2px solid #203d78; }

	.single_event_info .left_side .event_date p.day_name,
	.single_event_info .left_side .event_date p.day,
	.single_event_info .left_side .event_date p.month { font-size: 20px; line-height: 25px; font-weight: 700; display: inline-block; padding: 0; margin: 0; border: none;  }

	.single_event_info .left_side .event_date img.dialog_icon { display: none; }

}

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

	.header { padding-top: 10px; padding-bottom: 10px; }

	.header .logo .desktop_logo { display: none; }

	.header .logo .mobile_logo { display: block; }

	.header .logo a { text-decoration: none; }

	.header .logo .mobile_logo img { width: 60px; display: inline-block; }

	.header .logo .mobile_logo span { display: inline-block; font-size: 16px; font-weight: 600; color: #bd0926; text-transform: uppercase; letter-spacing: 0.05em; }

	.header .top_menu_bar,
	.header .login {
		display: none;
	}

	.header .menu_toggle {
		display: block;
		width: auto;
		float: right;
		padding: 18px 0 0 15px;
		cursor: pointer;
	}

	.menu_toggle .hamburger {
		display: inline-block;
		height: 23px;
		width: 35px;
		position: relative;
		vertical-align: middle;
	}

	.menu_toggle .hamburger span,
	.menu_toggle .hamburger span:after,
	.menu_toggle .hamburger span:before {
		background-color: #203d78;
		content: '';
		display: block;
		height: 3px;
		transition: all ease-in 0.2s;
		-webkit-transition: all ease-in 0.2s;
		-ms-transition: all ease-in 0.2s;
		-o-transition: all ease-in 0.2s;
		width: 100%;
	}

	.header.small .menu_toggle .hamburger span,
	.header.small .menu_toggle .hamburger span:after,
	.header.small .menu_toggle .hamburger span:before {
		height: 3px;
	}

	.menu_toggle .hamburger span:before {
		position: absolute;
		margin-top: 10px;
	}

	.menu_toggle .hamburger span:after {
		position: absolute;
		margin-top: 20px;
	}

	.menu_toggle.active span,
	.menu_toggle.active .hamburger span:before,
	.menu_toggle.active .hamburger span:after {
		background-color: transparent;
	}

	.menu_toggle.active span:before {
		background-color: #203d78 !important;
		margin-top: 10px;
		transform: rotate(45deg);
	}

	.menu_toggle.active span:after {
		background-color: #203d78 !important;
		margin-top: 10px;
		transform: rotate(-45deg);
	}

	.mobile_menu {
		display: block;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		flex-direction: row;
		position: fixed;
		top: calc(-100%);
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background-color: rgba(32, 61, 120, 0.95);
		transition: all ease-in 0.5s;
		-webkit-transition: all ease-in 0.5s;
		-ms-transition: all ease-in 0.5s;
		-o-transition: all ease-in 0.5s;
		z-index: 99999;
	}

	.mobile_menu.active {
		top: 0;
	}

	.mobile_menu.active .menu_toggle.active {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}

	.mobile_menu.active .menu_toggle.active .hamburger {
		margin: 25px 15px 0 0;
		cursor: pointer;
	}

	.mobile_menu.active  .menu_toggle.active span:before,
	.mobile_menu.active  .menu_toggle.active span:after {
    	background-color: #fff !important;
	}

	.mobile_menu .login {
		display: block;
		width: auto;
	}

	.mobile_menu .login a {
		display: inline-block;
		width: auto;
		height: 40px;
		line-height: 36px;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.025em;
		text-decoration: none;
		padding: 0 20px;
	}

	.mobile_menu .login a.connect {
		background: none;
		color: #fff;
		border: 2px solid #fff;
		margin: 0 10px 0 0;
	}

	.mobile_menu .login a.connect:hover {
		background: rgba(21, 36, 72, 0.3);
	}

	.mobile_menu .login a.join {
		background: none;
		color: #fff;
		border: 2px solid #fff;
		margin: 0 0 0 10px;
	}

	.mobile_menu .login a.join:hover {
		background: rgba(21, 36, 72, 0.3);
	}

	.mobile_menu .menu-top-menu-container {
		margin: 50px 0;
	}

	.mobile_menu ul {
		text-align: center;
	}

	.mobile_menu ul li a {
		color: #FFF;
		font-size: 25px;
    	font-weight: 400;
		line-height: 60px;
		text-transform: uppercase;
	}

	.mobile_menu ul li a:hover {
		text-decoration: none;
		color: rgba(256, 256, 256, 0.7);
	}

	.mobile_menu .mobile_contact {
		text-align: center;
	}

	.mobile_menu .mobile_contact a.picto {
		background: none;
		color: #fff;
		font-size: 30px;
		padding: 0 15px;
	}

	.mobile_menu .mobile_contact a.picto:hover {
		color: rgba(256, 256, 256, 0.7);
	}

	.intro_404 h1,
	.intro h1,
	.home_events h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.intro_404 h1:before,
	.intro h1:before,
	.intro_404 h1:after,
	.intro h1:after,
	.home_events h2:before,
	.home_events h2:after {
		height: 3px;
		width: 60px;
		top: calc(50% - 1px);
	}

	.home_facts .col-sm-3 {
		width: 50%;
		padding: 15px 0;
	}

	.members_search_bar .cat_filter,
	.blog_search_bar .cat_filter,
	.events_search_bar .cat_filter {
		padding: 0 20px 0 0;
		width: 65%;
	}

	.blog_search_bar .cat_filter .col-sm-5 {
		width: 70%;
	}

	.events_search_bar .cat_filter .col-sm-5 {
		width: 100%;
	}

	.events_search_bar .cat_filter .col-sm-5:first-child {
		margin-bottom: 20px;
	}

	.members_search_bar .current-search {
		padding: 0;
	}

	.members_search_bar .search_form,
	.blog_search_bar .search_form,
	.events_search_bar .search_form {
		padding: 0 0 0 20px;
		width: 35%
	}

	.members_search_bar .search_form form,
	.blog_search_bar .search_form form {
		float: right;
	}

	.members {
		padding: 60px 0 30px 0;
	}

	.members .member .image {
		width: 180px;
	    height: 180px;
	}

}


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

	.home_slider_container .cover_mask .image_mask,
	.slide_container .cover_mask .image_mask {
		width: 25px;
		height: 15px;
	}

	.home_slider_container .cover_mask .image_mask img,
	.slide_container .cover_mask .image_mask img {
		vertical-align: top;
	}

	.home_slider_container .cover_mask .image_mask:before,
	.home_slider_container .cover_mask .image_mask:after,
	.slide_container .cover_mask .image_mask:before,
	.slide_container .cover_mask .image_mask:after {
		height: 15px;
	}

	.members .member .member_info {
		padding-left: 0;
	}

	.members .member .member_contact button {
		padding: 0 20px;
	}

	.event_practical_information .map_form,
	.event_practical_information .map_block,
	.event_practical_information .form_block { display: block; }

	.event_practical_information .map_block { width: 100%; padding: 20px 0; }
	.event_practical_information .event_map { margin: 0 auto 20px auto; min-height: 350px; }
	.event_practical_information .form_block { width: 100%; padding: 30px; }

	.single_event_info .right_side .quota {
		text-align: left;
		margin: 0 0 5px 0;
	}
	.single_event_info .right_side .event_info { width: 100%; float: none; padding: 0;}
	.single_event_info .right_side .participants_list { float: none; }
	.single_event_info .right_side .participants_list img {display: none; }

	.blog .blog_wrap,
	.blog .blog_list,
	.blog .blog_single,
	.sidebar {
		display: block;
	}

	.blog .blog_list,
	.blog .blog_single,
	.sidebar {
		width: 100%;
		padding: 30px 0 30px 0;
	}

	.sb-infinite-scroll-load-more {
		margin: 0;
	}

	.sidebar {
		padding: 30px 30px;
	}

	.related_posts .related_post  a img {
		width: 100%;
	}

	.blog_single div.post {
		margin-bottom: 0;
	}

	.footer {
		padding: 30px 0;
	}

	.footer .info {
		display: none;
	}

	.footer .links {
		padding-top: 0;
	}

	.footer .copyright {
		margin: 20px 0 0 0;
	}

}


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

	.home_events {
		padding: 40px 0;
	}

	.home_blog .blog_item .post_img {
		display: none;
	}
	.home_blog .blog_item .post_text {
		width: 100%;
	}

	.home_facts .col-sm-3 {
		width: 100%;
		padding: 15px 0;
	}

	.modal-body .inline_title {
		display: inline-block;
		padding-right: 0;
	}

	.modal-body .list_entry {
		margin-bottom: 15px;
	}

	.modal-body .list_entry p {
		padding: 0;
	}

}


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

	.home_slider_container .slide_wrap .slide_text p {
		font-size: 35px;
	}

	.intro_404 h1,
	.intro h1,
	.home_events h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.single_event_info .left_side .event_date p.day_name,
	.single_event_info .left_side .event_date p.day,
	.single_event_info .left_side .event_date p.month { font-size: 14px; line-height: 18px; }

	.blog .blog_list .blog_item {
		width: 100%;
	}

	.blog_list .blog_item div.post {
		margin-bottom: 30px;
	}

	.newsletter_form .gform_body .gfield .ginput_container {
		width: 100% !important;
	}

	.event_gallery .event_thumbs .gallery_item { width: 50%; }

}

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

	.members_search_bar .cat_filter,
	.blog_search_bar .cat_filter,
	.events_search_bar .cat_filter {
		width: 100%;
		padding: 0;
	}

	.blog_search_bar .cat_filter,
	.events_search_bar .cat_filter {
		margin-bottom: 20px;
	}

	.blog_search_bar .cat_filter .col-sm-5 {
		width: 100%;
	}

	.members_search_bar .current-search {
		text-align: center;
	}

	.members_search_bar .search_form,
	.blog_search_bar .search_form,
	.events_search_bar .search_form {
		padding: 0;
		width: 100%;
	}

	.members_search_bar .search_form form,
	.blog_search_bar .search_form form {
		float: none;
	}
}

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

	.members .member .member_info {
		align-items: center;
	}
	.members .member .member_contact {
		padding-top: 20px;
	}

}


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

	.header .menu_toggle {
		padding: 15px 0 0 15px;
	}

	.home_slider_container {
		min-height: 150px;
	    height: 150px;
	}

	.home_slider_container .slide_wrap .slide_text p {
		font-size: 25px;
		line-height: 30px;
	}

	.slide_container {
		min-height: 120px;
		height: 120px;
	}

	.slide_container .slide_wrap .slide_text {
		top: calc(50% - 30px);
	}

	.slide_container .slide_wrap .slide_text p {
		font-size: 20px;
		line-height: 20px;
	}

	.single_event_info .right_side .event_info h3 { font-size: 18px; line-height: 24px; }
	.event_practical_information .event_map { min-height: 250px; }

	.contact_form .gform_wrapper ul.gform_fields li.gfield.half_size {
		width: 100% !important;
	}

	.contact_form .gform_wrapper ul.gform_fields li.gfield.half_size.padleft {
		padding-left: 0 !important;
	}

	.contact_form .gform_wrapper ul.gform_fields li.gfield.half_size.padright {
		padding-right: 0 !important;
	}
}


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

	.header { padding-top: 5px; padding-bottom: 5px; }
	.header .logo .mobile_logo span { font-size: 14px; }

	.intro_404 h1:before,
	.intro h1:before,
	.intro_404 h1:after,
	.intro h1:after,
	.home_events h2:before,
	.home_events h2:after {
		display: none;
	}


	.footer .links .partners,
	.footer .links .social_links {
		display: block;
		width: 100%;
	}
	.footer .links .social_links {
		padding: 0;
		margin-top: 15px;
	}

	.footer .links .social_links a {
		font-size: 25px;
		padding: 0 10px;
	}

	.mobile_menu .login a {
		font-weight: 400;
		padding: 0 10px;
	}

	.mobile_menu .menu-top-menu-container {
		margin: 30px 0;
	}

	.mobile_menu ul li a {
		font-size: 18px;
		line-height: 30px;
	}


}

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

	.home_slider_container .slide_wrap .slide_text {
		top: calc(50% - 45px);
	}
}

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

	.event_gallery .event_thumbs .gallery_item { width: 100%; }

}
