/*page_header customisation : begin*/ 

/* 
** Header 
*/
.header_white {
	color: #9a9a9a;
	background-color: #ffffff;
}

.header_white.affix {
	box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.07);
}

.header_white a.logo {
	color: #323232;
}

.header_darkgrey {
	background-color: #323232;
}

.header_darkgrey.affix {
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
}

.header_darkgrey a[class*='soc-'] {
	color: #ffffff;
}

.header_darkgrey .logo-meta,
.header_darkgrey .grey {
	color: #ffffff;
}

.header_darkgrey.header_darkblue {
	background-color: #253138;
}

/* topline buttons */
.currency-dropdown .dropdown-menu {
	min-width: 0;
	padding: 20px 10px;
}

.currency-dropdown .dropdown-menu > li > a {
	color: inherit;
	padding: 5px 20px;
}

.currency-dropdown .dropdown-menu > li > a:hover,
.currency-dropdown .dropdown-menu > li.active-currency {
	color: #323232;
}

.header-notes-dropdown .dropdown-menu,
.login-dropdown .dropdown-menu {
	min-width: 400px;
	padding: 0;
}

.header-notes-dropdown .dropdown-menu .list-unstyled,
.login-dropdown .dropdown-menu .list-unstyled {
	padding: 30px;
}

.header-notes-dropdown .dropdown-menu .list1,
.login-dropdown .dropdown-menu .list1 {
	padding: 20px 0;
}

.header-notes-dropdown .dropdown-menu .list1 .media-left img,
.login-dropdown .dropdown-menu .list1 .media-left img {
	max-width: 40px;
	border-radius: 50%;
}

.header-notes-dropdown .dropdown-menu .list1 li,
.login-dropdown .dropdown-menu .list1 li {
	padding-left: 30px;
	padding-right: 30px;
}

.header-notes-dropdown .dropdown-menu .list1 h5,
.login-dropdown .dropdown-menu .list1 h5 {
	margin-top: 1em;
	font-size: inherit;
}

.header-notes-dropdown .dropdown-menu .list1 h5 .pull-right,
.login-dropdown .dropdown-menu .list1 h5 .pull-right {
	font-weight: 300;
	opacity: 0.8;
}

.cart-dropdown .dropdown-menu {
	min-width: 400px;
	padding: 20px 30px;
}

.user-dropdown-menu .dropdown-menu {
	min-width: 200px;
	padding: 20px 30px;
}

.header-dropdown-number {
	position: absolute;
	font-size: 10px;
	color: #ffffff;
	background-color: #ad9762;
	border-radius: 5px;
	line-height: 1;
	padding: 2px 4px 1px;
	top: 22%;
	right: 0;
	font-weight: bold;
}

@media (max-width: 767px) {
	.header-notes-dropdown,
  .login-dropdown,
  .cart-dropdown {
		position: static;
	}

	.header-notes-dropdown .dropdown-menu,
  .login-dropdown .dropdown-menu,
  .cart-dropdown .dropdown-menu {
		margin-left: 0;
		margin-right: 0;
		right: 0;
		left: 0;
		min-width: 0;
	}
}

@media (max-width: 992px) {
	.page_header_wrapper .col-sm-12 {
		min-height: 0;
	}
}

/* logo */
a.logo {
	display: inline-block;
	word-break: break-word;
	font-size: 24px;
	position: relative;
	z-index: 2;
	padding: 5px 0;
}

footer a.logo img {
	max-width: 100%;
}

@media (max-width: 991px) {
	a.logo img {
		max-width: 60px;
	}
}

.ls a.logo {
	color: #323232;
}

.ds a.logo,
.ds a.logo:hover {
	color: #ffffff;
}

a.logo.logo_text_only {
	margin-left: 30px;
	line-height: 80px;
}

.header_gradient a.logo,
.header_darkgrey a.logo {
	color: #ffffff;
}

a.logo.bottom_logo {
	padding: 0;
	font-size: 28px;
}

a.logo.bottom_logo img {
	max-width: 65px;
}

.floating_logo a.logo {
	float: left;
	margin-right: 30px;
}

a.logo.vertical_logo {
	padding: 0;
}

a.logo.vertical_logo img {
	display: block;
	margin: auto;
}

@media (min-width: 992px) {
	.header_logo_center a.logo {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 600px) {
	a.logo.logo_image_and_text .logo_text {
		display: none;
	}
}

.logo_text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1;
	margin-left: 11px;
}

.logo_text .playfair {
	font-size: 26px;
}

.logo_text span {
	display: block;
}

.logo_text .small-text {
	font-size: 10px;
	letter-spacing: 0.2em;
	font-weight: 400;
	opacity: 0.4;
}

@media (min-width: 992px) {
	.header_logo_center .logo_wrapper {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
}

.logo-meta {
	line-height: 1;
	display: inline-block;
	margin: 11px 20px;
	vertical-align: middle;
	text-align: left;
}

@media (max-width: 1400px) {
	.logo + .logo-meta {
		display: none;
	}
}

.logo-meta strong {
	display: block;
	font-size: 16px;
}

.logo-meta span {
	display: block;
}

.page_header_side .logo-meta {
	display: block !important;
}

.lt-ie9 .page_header_wrapper {
	height: auto !important;
}

.lt-ie9 .page_header_wrapper .md-hidden {
	display: inline-block;
}

.page_header {
	transition: background 0.2s ease-in-out 0s,
 margin 0.6s ease-in-out 0s;
	top: 0;
	left: 0;
	right: 0;
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 0;
	height: auto;
}

.page_header.affix {
	position: fixed;
	z-index: 1001;
    border-bottom: #ad9762 2px solid;
}

.page_header.mobile-active {
	z-index: 1002;
}

.page_header.affix-bottom {
	top: 0 !important;
	position: fixed;
}

.page_header a.header-button {
	display: inline-block;
	color: #9a9a9a;
	padding: 0 15px;
	line-height: 60px;
	position: relative;
}

.page_header a.header-button i {
	font-size: 1.2em;
	position: relative;
	top: 0.07em;
}

.page_header a.header-button i + span {
	display: none;
}

.page_header .big-header-buttons {
	padding: 0 15px;
}

.page_header .social-icon {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.page_header .container-fluid {
		padding: 0;
	}

	.page_header .container-fluid [class*="col-"] {
		padding: 0;
	}
}

.page_header [class*="display_table_cell"] {
	overflow: visible;
}

.page_header .widget_search {
	display: inline-block;
	margin: 10px 30px 10px 30px;
}

.page_header .widget_search .form-group {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.page_header .widget_search {
		display: none;
	}
}

.intro_section + .page_header_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: transparent;
}

.intro_section + .page_header_wrapper.affix-top-wrapper .page_header {
	/* background-color: transparent; */
    background-color: #2E3A64;
    border-bottom: #ad9762 2px solid;
}

.intro_section + .page_header_wrapper.affix-top-wrapper .page_header .with_border {
	border-color: transparent;
	background-color: #ffffff;
}

.intro_section + .page_header_wrapper.affix-top-wrapper .page_header .logo_text {
	color: #ffffff;
}

.intro_section + .page_header_wrapper.affix-top-wrapper .page_header .sf-menu > li > a {
	color: #ffffff;
}

.intro_section + .page_header_wrapper.affix-top-wrapper .page_header .sf-menu > li.active > a,
.intro_section + .page_header_wrapper.affix-top-wrapper .page_header .sf-menu > li > a:hover,
.intro_section + .page_header_wrapper.affix-top-wrapper .page_header .sf-menu > li > a:focus {
	color: #ad9762;
}

.intro_section + .page_header_wrapper .affix.header_white a.logo img {
	/* -webkit-filter: invert(100%);
    filter: invert(100%); */

    /* -webkit-filter: invert(100%);
	filter: invert(100%);
    -webkit-filter: url(#monochrome);
    filter:  url(#monochrome); */
    
    -webkit-filter: grayscale(100%) invert(100%) url(#white) ;
	filter: grayscale(100%)  invert(100%) url(#white) ;
    /* -webkit-filter: url(#white);
    filter:  url(#white); url(#monochrome) invert(100%)*/

    /* -webkit-filter: grayscale(100%) brightness(15%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
    filter: grayscale(100%) brightness(15%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);     */
}

.defs-only {
    position: absolute;
    height: 0; width: 0;
    overflow: none;
    left: -100%;
}

.intro_section + .page_header_wrapper .with_bottom_border_container .container:after {
	background-color: rgba(255, 255, 255, 0.1);
}

/* modal search */
#search_modal {
	color: #ffffff;
}

#search_modal .search-form {
	margin: 0 0 0 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#search_modal a {
	color: #ffffff;
	opacity: 0.6;
	font-size: 12px;
	text-transform: uppercase;
}

#search_modal a:hover {
	color: #ad9762;
	opacity: 1;
}

#search_modal .searchform-respond {
	width: 300px;
	margin: 20px auto;
}

#search_modal .form-control {
	border: none;
	background-color: transparent;
	height: 60px;
	color: #ffffff;
	width: 100%;
}

#search_modal .form-control:-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
	opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
	opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

#search_modal .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

#search_modal .theme_button {
	color: #ffffff;
}

#search_modal .close {
	padding: 19px 20px 18px;
	position: absolute;
	min-width: 0;
	color: #ffffff;
	text-shadow: none;
	opacity: 1;
}

/* header floats */
.page_header:before,
.page_header:after {
	content: '';
	display: block;
	clear: both;
}

.header_left_logo {
	position: relative;
}

.page_header {
	height: auto;
}

.header_left_logo {
	white-space: nowrap;
	padding: 0 15px;
	overflow: visible;
}

.header_left_logo .logo img {
	max-width: 150px;
}

@media (max-width: 991px) {
	.header_left_logo .logo img {
		max-width: 60px;
	}
}

.header_mainmenu {
	overflow: visible;
	width: 10000px;
	padding: 0 15px;
}

.header_right_buttons {
	white-space: nowrap;
	padding: 0 15px;
	text-align: right;
	overflow: visible;
}

@media (min-width: 992px) {
	.affix .sf-menu > li > a {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	.sf-menu > li > a:hover,
  .sf-menu > li.active > a {
		color: #ad9762;
		border-color: #ad9762;
	}

	.bordered_items .sf-menu > li {
		padding: 0;
	}

	.bordered_items .sf-menu > li + li:before {
		content: '';
		width: 1px;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, 0.1);
	}

	.header_white .sf-menu > li > a {
		/* color: #323232; */
		color: #2E3A64;
	}

	.header_white .sf-menu > li > a:hover,
  .header_white .sf-menu > li.active > a {
		color: #ad9762;
	}

	.header_white .sf-menu > li + li:before {
		background-color: #e1e1e1;
	}

	.header_darkgrey .sf-menu > li > a {
		color: #ffffff;
	}

	.header_darkgrey .sf-menu > li > a:hover,
  .header_darkgrey .sf-menu > li.active > a {
		color: #ad9762;
	}

	.header_gradient .sf-menu > li > a {
		color: #ffffff;
	}

	.header_gradient .sf-menu > li > a:hover,
  .header_gradient .sf-menu > li.active > a {
		color: #323232;
	}

	.sf-menu li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
		transition: none;
	}
  /* second and next levels */
	.sf-menu > li .mega-menu,
  .sf-menu li > ul {
		margin-top: 10px;
		text-align: left;
		list-style: none;
		padding: 25px 0;
		background-color: #ffffff;
		min-width: 10em;
    /* allow long menu items to determine submenu width */
		*width: 10em;
    /* no auto sub width for IE7, see white-space comment below */
	}

	.sf-menu ul a {
		color: #323232;
		padding-left: 40px;
		padding-right: 40px;
		font-size: 16px;
		text-transform: uppercase;
	}

	.sf-menu .mega-menu ul {
		box-shadow: none;
		padding: 0;
	}

	.sf-menu .mega-menu ul a {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu ul a:hover,
  .sf-menu ul li.active > a {
		color: #ad9762;
	}
  /* third level */
	.sf-menu ul ul {
		margin-top: 0;
	}
}


@media (min-width: 1600px) {
	.header_left_logo {
		padding: 0 50px;
	}

	.row .header_left_logo {
		padding: inherit;
	}

	.header_right_buttons {
		padding: 0 50px;
	}

	.row .header_right_buttons {
		padding: inherit;
	}
}

.nav>li {
    vertical-align: top;
    text-align: center;
}

@media (min-width: 1200px){
    .sf-menu > li > a {
        margin-left: 14px;
        margin-right: 14px;
    }
}

.language {
    height: 25px;
    width: 60px;
    position: absolute;
    margin-top: 90px;
    margin-left: -62px;
}

.language-flag {
    padding-right: 1px; 
}

.language-flag.active {
    -webkit-filter: grayscale(95%);
	filter: grayscale(95%);
}
/*page_header customisation : end*/ 

/*slider customisation : begin*/ 

.intro-layer > h3 span {
    background: rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5);
}

.intro-layer > h1, .intro-layer > h2, .intro-layer > h3 {
    filter: drop-shadow(0.03em 0.03em black);
}



/*slider customisation : end*/ 


/*teaser customisation : begin */

.teaser[class*="_bg_color"], .teaser[class*="with_"] {
	padding: 35px 20px;
}

.text-white {
    color: #ffffff !important;
}

.background-white {
    background-color: #ffffff !important;
}

.text-gold {
    color: #ad9762 !important;
}

.background-gold {
    background-color: #ad9762 !important;
}
/*teaser customisation : end*/ 


/*sections customisation : begin */

/* Hero text in sections */
.section_header {
	margin: 10px 0 24px;
	font-size: 38px;
	position: relative;
	word-wrap: break-word;
	font-weight: 700;
}

.header_white .header_left_logo .logo img {
	-webkit-filter: grayscale(100%) invert(100%) url(#white);
    filter: grayscale(100%) invert(100%) url(#white);
}

.intro_section + .page_header_wrapper .header_left_logo .logo img {
	-webkit-filter: unset;
    filter: unset;
}

.with_background {
    background-color: #ad9762;
}

.header-facebook a {
    font-family: Playfair Display;
    line-height: normal;
    font-size: 28px;
    color: #323232;
    margin-top: 5px;
}

.header-facebook {
	margin-bottom: 52px;
}

.newsletter .btn  {
	font-size: 0;
	padding: 12px;
	margin: 0;
	position: absolute;
    right: -10px;
    top: -55px;
	height: 40px;
	width: 40px;
	border: none;
	color: #ffffff;
	border-radius: 0;
	background-color: #ad9762 !important;
	font-weight: normal;
}
.newsletter .btn:before {
    font-size: 14px;
    content: "\f002";
    font-family: 'FontAwesome';
}
.newsletter .btn:before {
    content: "\f040";
}
.newsletter label {
    display: none;
}

.newsletter .formulate__error-msg {
	display: none;
}

.newsletter .form-control {
	width: 370px;
}

.join .btn  {
	font-size: 0;
	padding: 12px;
	margin: 0;
	position: absolute;
    right: 0px;
    top: -20px;
	height: 40px;
	width: 40px;
	border: none;
	color: #ffffff;
	border-radius: 0;
	background-color: #323232 !important;
}

.join .btn:before {
    font-size: 14px;
    content: "\f002";
    font-family: 'FontAwesome';
	font-weight: normal;
}
.join .btn:before {
    content: "\f040";
}
.join label {
    display: none;
}

.join .formulate__error-msg {
	display: none;
}

.join .form-control {
	width: 370px;
}

/*sections customisation : end*/ 

/*sections customisation : begin */

.page_donations.background_cover {
    /* background-image: url(../img/backgrounds/donate.jpg); */
    background: linear-gradient( rgba(33, 42, 77, 0.7), rgba(33, 42, 77, 0.7) );
	background-image: url('../img/backgrounds/donate.jpg'); 
}
.page_donations {
    background-color: #212A4D;
}

.page_donations .title-white, .page_donations .subtitle-white {
    color: #ffffff;
}
.page_donations  a:hover.color1 {
    color: #323232
}

.round-corners {
    border-radius: 50px;
}

img.event, figure.event {
	max-width: 100%;
	height: auto;
	min-height: 248px;
}

/*sections customisation : end*/ 

/*sections inner banner : begin */
#inner_banner h2 {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 42px;
	text-align: center;
	color: #FFFFFF;
}

#inner_banner h3 {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 28px;
	text-align: center;
	color: #FFFFFF;
}
/*sections inner banner : end */

/*sections tabs : begin */
#tabs .tab-pane {
	background: #F2F2F2;
	padding: 40px;
}

#tabs .tab-header-image {
	margin-top: -40px;
	margin-left: -40px;
	margin-bottom: 40px;
    position: relative;
    width: 1140px;
    max-width: 1140px;
}

#tabs .tab-pane h1 {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 42px;
	color: #323232;
}

#tabs .tab-pane h3 {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	font-size: 20px;
}

#tabs .tab-footer {
	border-top: 3px solid #ffffff;
	margin-top: 40px;
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: -40px;
}

#tabs .tab-author {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	color: #9A9A9A;
	padding-right: 20px;
}
/*sections tabs : end */

/*sections article : begin */

#article .article {
	background: #F2F2F2;
	padding: 40px;
}

#article .article-header-image {
	margin-top: -40px;
	margin-left: -40px;
	margin-bottom: 40px;
    position: relative;
    width: 1170px;
    max-width: 1170px;
}

#article .article h1 {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 42px;
	color: #323232;
}

#article .article h3 {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	font-size: 20px;
}

#article .article-footer {
	border-top: 3px solid #ffffff;
	margin-top: 40px;
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: -40px;
}

#article .article-author {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	color: #9A9A9A;
	padding-right: 20px;
}

/*sections article : end */


/*customise pagination : begin */

/*.dark-theme span {
    cursor: pointer
}

.dark-theme a,.dark-theme span {
    float: left;
    color: #323232;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 0px;
    min-width: 40px;
    min-height: 40px;
    padding: 10px;
    margin: 0 5px 0 0;
    border-radius: 0px;
    box-shadow: unset;
    background: #F2F2F2;
}

.dark-theme a:hover,.dark-theme li:not(.disabled):not(.active) span:hover {
    text-decoration: none;
    background: #AD9762;
    color: #fff;
}

.dark-theme .current {
    background: #AD9762;
    color: #fff;
    border-color: #000;
    box-shadow: unset;
    cursor: default
}

.dark-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default
}*/
/*customise pagination : end */

.side-item.content-padding .item-content {
	padding: 30px 20px;
	background: #F2F2F2;
}

.with_lightgrey_background {
    background-color: #F2F2F2;
}