html, body {
	/*background: #C7F9E3;*/
	background-color: #D8D9DB;
}

.unselectable, .unselectable * {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.clear {
    display: block;
    float: none;
    clear: left;
    height: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
}


#go-up-btn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
	padding: 0;
    padding-left: 40px;
    line-height: 40px;
    padding-right: 7px;
    background: #FF6463;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #1F1F1F;
}

#go-up-btn span {
	position: absolute;
	top: 5px;
	left: 5px;
	background: transparent url('../images/goup.png') no-repeat center center;
	width: 30px;
	height: 30px;
	z-index: 10;
}


.tp-loader.spinner0 {
	display: none !important;
}

/* NAVBAR */
.navbar {
	height: 162px;
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
	font-family: 'Klef-Bold';
	background-color: transparent;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;

	background-color: #FF605D;
	border-bottom: solid 1px #F87F7F;
}

.navbar.fixed {
	position: fixed;
	z-index: 100000;
}

.navbar .container {
	position: relative;
	padding: 0;
	height: 100%;
	background-color: transparent;
	border-bottom: 0;
}

.navbar .navbar-brand {
	position: absolute;
	display: block;
	top: 25px;
	left: 15px;
	width: 220px;
	height: 110px;
	padding: 0;
	z-index: 20;
	margin: 0 !important;
}

.navbar .navbar-brand img {
	width: 100%;
	height: auto;
	position: relative;
}

.navbar .nav-container {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 26px;
	padding-left: 250px;
	padding-right: 250px;
	float: none;
}

.navbar .nav-container .nav {
	float: none;
	display: block;
	text-align: center;
}

.navbar .nav-container .nav .menu-item {
	float: none;
	display: inline-block;
	width: 152px;
}

.navbar .nav-container .nav .menu-item a {
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.navbar .nav-container .nav .menu-item a .menu-image-hover-wrapper {
	width: 56px;
	margin: 0 auto;
	position: relative;
}

.navbar .nav-container .nav .menu-item a:hover,
.navbar .nav-container .nav .menu-item a:focus,
.navbar .nav-container .nav .menu-item a:active,
.navbar .nav-container .nav .menu-item a:visited
{
	background-color: transparent;
}

.navbar .nav-container .nav .menu-item a img {
	width: 56px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 0;
	display: inline-block;
}

.navbar .nav-container .nav .menu-item a img + img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
}

.navbar .nav-container .nav .menu-item a .menu-image-title {
    padding-top: 5px;
    color: #000001;
    display: block;
    font-size: 17px;
    line-height: 20px;
    transition: color 0.25s;
}

.navbar .nav-container .nav .menu-item a:hover .menu-image-title {
	color: #fff;
}

.navbar .nav-container .nav .menu-item.current_page_item a span {
	color: #fff;
}


.navbar .nav-container .nav .menu-item.current_page_item a img {
	opacity: 0;
}

.navbar .nav-container .nav .menu-item.current_page_item a img + img {
	opacity: 1;
}

.navbar .small-nav {
	position: absolute;
    top: 36px;
    right: 40px;
    text-align: right;
}

.navbar .small-nav .nav a {
	text-transform: uppercase;
    line-height: 15px;
    font-size: 10px;
    color: #000;
    padding: 0;
    letter-spacing: 0.2px;
}

.navbar .small-nav .nav a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.navbar .small-nav .nav .current_page_item a {
	color: #fff;
}

.navbar .small-search {
    width: 218px;
    position: absolute;
    right: 23px;
    bottom: 28px;
    margin: 0;
    height: 40px;
}

.navbar .small-search form {
    margin: 0;
}

.navbar .small-search form .form-control {
	border: 0;
	border-radius: 0;
	background-color: #C7F9E3;
	color: #000;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
    padding-left: 14px;
    padding-right: 14px;
}

.navbar .small-search form .form-control:focus,
.navbar .small-search form .form-control:active,
.navbar .small-search form .form-control:visited
{
	border: 0;
	outline: 0;
	box-shadow: none;
}

.navbar .small-search form button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: transparent;
    border: 0;
    width: 50px;
    height: 40px;
    padding: 0;
}

.navbar .small-search form button:focus {
	outline: 0;
	box-shadow: none;
}

.navbar .small-search form button img {
    width: 18px;
}




.navbar.fixed {
	height: 57px;
}

.navbar.fixed .navbar-brand {
	top: 3px;
	width: 100px;
	height: 50px;
}

.navbar.fixed .nav-container {
	padding-top: 0;
	padding-left: 225px;
}

.navbar.fixed .nav-container .nav .menu-item {
	width: 148px;
}

.navbar.fixed .nav-container .nav .menu-item a {
	padding: 15px 0;
    position: relative;
    overflow: hidden;
    padding-top: 16px;

}

.navbar.fixed .nav-container .nav .menu-item a .menu-image-hover-wrapper {
    display: inline-block;
    padding: 0;
    width: 24px;
}

.navbar.fixed .nav-container .nav .menu-item a .menu-image-title {
	padding: 0;
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	padding-left: 14px;
}

.navbar.fixed .nav-container .nav .menu-item a img {
	width: 24px;
}

.navbar.fixed .small-nav {
    top: 14px;
    right: 81px;
    z-index: 50;
}

.navbar.fixed .small-nav.right {
	right: 200px;
}

.navbar.fixed .small-nav .nav a {
	line-height: 14px;
	letter-spacing: normal;
}

.navbar.fixed .small-search {
	bottom: 8px;
	right: 8px;
	width: 170px;
}






#main-header {
	overflow: hidden;
	position: relative;
	display: block;
	font-family: 'Klef-Bold';
	height: 621px;
	/*background: #FF605D;*/
}

/*#main-header .rev_slider_wrapper .tp-revslider-mainul {
	height: 78% !important;
}

#main-header .tp-parallax-wrap,
#main-header .tp-parallax-wrap .tp-loop-wrap,
#main-header .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap,
#main-header .tp-parallax-wrap .tp-caption
{
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
}*/

#main-header .header-testimonial {
	position: absolute;
/*    top: 36px;
    left: 41px;*/
    font-family: 'Klef-Bold';
}

.header-testimonial {
	font-size: 15px !important;
	line-height: 22px !important;
	letter-spacing: 0.9px !important;
	color: #C7F9E3 !important;
}

/*.header-testimonial .item-footer {
	padding-top: 10px !important;
    font-size: 14px !important;
    font-family: 'KorpusGrotesk-C' !important;
    letter-spacing: 0.5px !important;
    color: #C7F9E3 !important;
    line-height: 22px !important;
    font-weight: normal !important;
}*/

.header-alert {
    position: absolute;
    border: solid 2px #FF6160 !important;
    outline: solid 1px #E83432 !important;
    border-radius: 0 !important;
    min-width: 284px !important;
/*    max-width: 284px !important;*/
    width: 284px !important;
    height: 154px !important;
    padding: 12px 15px !important;
    padding-top: 12px !important;
    font-family: 'KorpusGrotesk-C' !important;
    line-height: 20px !important;
    font-size: 16px !important;
    color: #FF605F !important;
	letter-spacing: normal !important;
	white-space: normal !important;
}


.header-pilne {
	font-family: 'Klef-Bold' !important;
    font-size: 18px !important;
    line-height: 18px !important;
    background-color: #fff !important;
    display: inline-block !important;
    margin-bottom: 11px !important;
    color: #000 !important;
    letter-spacing: normal !important;
    font-weight: normal !important;
}



#main-wrapper {
	background: transparent;
	overflow: hidden;
	padding: 0;
	padding-top: 162px;
}

.customize-support #main-wrapper {
	padding-top: 130px;
}

#main-wrapper .wpb_content_element {
	margin: 0;
}

#main-wrapper .form-control {
	box-shadow: none;
}

#main-wrapper .post-date {
	font-size: 9px;	
    padding-left: 16px;
    background: transparent url('../images/time.png') no-repeat left top;
    line-height: 10px;
}





#main-content {
	background-color: #C7F9E3;
	color: #000;
   	font-family: 'Klef-Bold';
   	/*margin: 0;*/
   	position: relative;
   	padding-left: 0;
   	padding-right: 0;
}

#main-content > .container,
#main-content > .container > .col-sm-12,
#main-content > .container > .col-sm-11,
#main-content > .container > .col-sm-10,
#main-content > .container > .col-sm-9,
#main-content > .container > .col-sm-8,
#main-content > .container > .col-sm-7,
#main-content > .container > .col-sm-6,
#main-content > .container > .col-sm-5,
#main-content > .container > .col-sm-4,
#main-content > .container > .col-sm-3,
#main-content > .container > .col-sm-2,
#main-content > .container > .col-sm-1
{
   	padding-left: 0;
   	padding-right: 0;
}

#main-content #simple-posts-grid {
	display: block;
    overflow: hidden;
    position: relative;
    /*background-color: #fff;*/
}

#main-content #simple-posts-grid > .row {
	margin: 0;
}

#main-content #simple-posts-grid .wpb_content_element {
	display: block;
}

#main-content #simple-posts-grid .item {
	padding-top: 22px;
	padding-left: 26px;
    padding-right: 110px;
    position: relative;
    border-right: solid 2px #000;
	font-family: 'Klef-Bold';
	height: auto; /* FmP 2016-06 160px */
	min-height: 160px; /* FmP 2016-06 */
	background-color: #C7F9E3;
}

#main-content #simple-posts-grid .item:last-child {
	border-right: 0;
}

#main-content #simple-posts-grid .item .post-title {
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
	font-size: 17px;
    line-height: 19px;
    letter-spacing: -0.1px;
    width: 100%;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
}

#main-content #simple-posts-grid .item .post-title .new {
	color: #FF625E;
	letter-spacing: -0.5px;
}

#main-content #simple-posts-grid .item .post-excerpt {
	font-size: 13px;
    line-height: 20px;
}

#main-content #simple-posts-grid .item .post-excerpt a {
	white-space: wrap;
	color: #000;
	text-decoration: underline;
}

#main-content #simple-posts-grid .item .post-date {
	position: absolute;
    left: 23px;
    bottom: 21px;
}

#main-content #simple-posts-grid .item .post-logo {
    position: absolute;
    top: 48px;
    width: 56px;
    right: 24px;
}

#main-content #simple-posts-grid .item .post-logo img {
	width: 100%;
	height: auto;
}

#main-content #simple-posts-grid.search .item {
	border-bottom: solid 2px #000;
}

#main-content #simple-posts-grid.search .row.last .item {
	border-bottom: 0;
}



#main-content .left-sidebar {
    width: 362px;
    float: left;
    padding-top: 11px;
}

#main-content .left-sidebar h2 {
	margin: 0;
}

#main-content .left-sidebar ul {
	list-style: none;
	list-style-type: none;
}

#main-content .left-sidebar ul li,
#main-content .left-sidebar ul li a
{
	color: #000;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
	text-shadow: 0px 0 0px #000;
	font-family: 'KorpusGrotesk-C';
}

#main-content .left-sidebar ul ul {
	padding-left: 16px;
}

#main-content .left-sidebar ul li ul li a {
    font-weight: normal;
    line-height: 19px;
}

#main-content .left-sidebar ul li ul li ul {
    list-style: disc;
    list-style-type: disc;
    padding-left: 30px;
}	

#main-content .current-cat > a {
	color: #FE6160 !important;
	text-shadow: none !important;
}

#main-content .current-cat > a:before {
	content: "→";
	width: 10px;
	height: 20px;
	line-height: 20px;
	color: #FE6160;
	margin-right: 3px;
}

#main-content .left-sidebar .dcw_c1 {
	float: none;
	line-height: 18px;
}

#main-content .left-sidebar .list-custom-taxonomy-widget ul li {
	line-height: 18px;
}

#main-content .left-sidebar .list-custom-taxonomy-widget ul li a {
	color: #000;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

#main-content > .container > .main-col {
    float: none;
    margin-left: 362px;
    padding-right: 174px;
    overflow: hidden;
    position: relative;
}

#main-content > .container > .main-col .post-container {
	padding-top: 16px;
}






#main-wrapper #homepage-newsletter {
	margin: 0;
    border-top: solid 2px #000;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 19px;
    padding-left: 9px;
    padding-right: 9px;
}

#main-wrapper #homepage-newsletter h2 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: -0.6px;
}

#main-wrapper #homepage-newsletter .es_lablebox,
#main-wrapper #homepage-newsletter .es_button
{
	display: none;
}

#main-wrapper #homepage-newsletter .es_textbox {
	padding-top: 13px;
	padding-bottom: 57px;
}

#main-wrapper #homepage-newsletter #es_txt_email {
	width: 445px;
    margin: 0 auto;
    display: block;
    border: 0;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    letter-spacing: -0.5px;
    line-height: 41px;
}

#main-wrapper #homepage-newsletter #es_txt_email:focus,
#main-wrapper #homepage-newsletter #es_txt_email:active
{
	outline: 0;
	border: 0;
	box-shadow: none;
}

#main-wrapper .no-result-text {
	padding: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #C7F9E3;
}

#main-wrapper .no-result-text.white {
	background-color: #fff;
}

#main-wrapper .alert-search {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 25px;
	padding-right: 23px;
	letter-spacing: -0.2px;
}

#main-wrapper .alert-search .close {
	opacity: 1;
}

#main-wrapper .alert-search .close span {
	font-size: 23px;
	line-height: 17px;
}

#main-wrapper .posts-pagination {
	background-color: #fff;
	color: #000;
	min-height: 0;
	line-height: 40px;
	margin-bottom: 38px;
}

#main-wrapper .posts-pagination a {
	color: #000;
}

#main-wrapper .posts-pagination .page-numbers {
	margin: 0 5px;
}





#main-wrapper .breadcrumb-container {
	background: #C7F9E3;
	padding: 0;
}

#main-wrapper .breadcrumb-container .container {
	padding: 9px 17px;
}

#main-wrapper .breadcrumb-container .page-breadcrumb,
#main-wrapper .breadcrumb-container .page-breadcrumb a,
#main-wrapper .breadcrumb-container .page-breadcrumb span
{
	color: #FE6160;
}

#main-wrapper .breadcrumb-container .page-breadcrumb a span {
	font-size: 11px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: -0.6px;
    font-weight: bold;
}




#main-wrapper .more-link {
	color: #000;
}

#main-wrapper .more-link.padding-top {
	padding-top: 10px;
	display: inline-block;
}





#main-wrapper .share-buttons-container {
    position: absolute;
    top: 16px;
    right: 140px;
}

#main-wrapper .share-buttons-container .ssba a {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
}

#main-wrapper .share-buttons-container .ssba a:hover {
	color: #FF605D;
}

#main-wrapper .share-buttons-container .custom-buttons {
	display: block;
	padding-top: 33px;
	/*display: none !important;*/
}

#main-wrapper .share-buttons-container .custom-buttons a {
	display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
}




#main-wrapper #contact-form {
	margin: 0;
	position: relative;
	overflow: hidden;
}

#main-wrapper #contact-form .contact-title {
	position: absolute;
	top: 0;
	left: 0;
}

#main-wrapper #contact-form .contact-title h4 {
    padding-left: 26px;
    line-height: 20px;
    font-size: 17px;
    padding-top: 10px;
    letter-spacing: -0.1px;
    margin: 0;
}

#main-wrapper #contact-form .contact-fields {
	width: 100%;
	padding-left: 363px;
	padding-top: 13px;
	padding-right: 202px;
}

#main-wrapper #contact-form .contact-fields .form-group {
	margin-bottom: 38px;
	position: relative;
	overflow: hidden;
}

#main-wrapper #contact-form .contact-fields .send-form-container {
	margin-bottom: 27px;
}

#main-wrapper #contact-form .contact-fields .form-group .form-control {
	height: 42px;
	line-height: 20px;
	border-radius: 0;
	border: 0;
	color: #000;
    font-size: 11px;
    padding-top: 10px;
    padding-left: 15px;
}

#main-wrapper #contact-form .contact-fields .form-group .form-control:focus,
#main-wrapper #contact-form .contact-fields .form-group .form-control:active,
#main-wrapper #contact-form .contact-fields .form-group .form-control:visited
{
	border: 0;
	outline: 0;
	box-shadow: none;
}

#main-wrapper #contact-form .contact-fields .form-group textarea.form-control {
	height: 204px;
	padding: 14px;
}

#main-wrapper #contact-form .send-form-container .send-form {
	float: right;
    width: 161px;
    margin-top: 2px;
    border-radius: 0;
    height: 40px;
    background-color: #FF605D;
    border: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
    font-size: 16px;
}





#main-wrapper .post-tabs {
	padding: 10px 40px;
}

#main-wrapper .post-tabs a,
#main-wrapper .post-tabs span
{
    margin-right: 42px;
    font-size: 13px;
    color: #000;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: -0.7px;
    font-family: 'KorpusGrotesk-C';
    font-weight: bold;
}

#main-wrapper .post-tabs .active {
	color: #FF615D;
}






#country-switcher {
	display: block;
	position: relative;
	padding-bottom: 40px;
	height: 80px;
}

#country-switcher .switcher-container {
	display: block;
	float: right;
}

#country-switcher .btn-switch {
	display: block;
    float: right;
    width: 200px;
    padding: 0 20px;
    line-height: 41px;
    padding-right: 38px;
    background: #FF605D;
}

#country-switcher .btn-switch .show {
    position: absolute;
    top: 10px;
    right: 9px;
    width: 18px;
    height: 18px;
    background: #FF615D url('../images/show.png') center center no-repeat;
    background-size: 100%;
}

#country-switcher .current {
    float: left;
    line-height: 41px;
    margin-right: 15px;
    display: inline-block;
}

#country-switcher select {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	opacity: 0;
	padding: 0;
    height: 41px;
    line-height: 41px;
}




#main-wrapper #simple-map {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 22px;
	position: relative;
}

#main-wrapper #simple-map form {
	margin: 0;
	position: relative;
}

#main-wrapper #simple-map #map {
	display: block;
	width: 100% !important;
	height: 541px;
}

#main-wrapper #simple-map .submit-container {
	text-align: right;
	display: block;
	padding: 10px 0;
	padding-bottom: 12px;
}

#main-wrapper .submit-container .btn {
    background-color: #FF605D;
    border-color: #FF605D;
    font-size: 18px;
    font-weight: 100;
    font-family: 'KorpusGrotesk-C';
	padding-top: 0;
    padding-bottom: 0;
}

#main-wrapper #simple-map .submit-container .btn {
	position: absolute;
	bottom: 100px;
	right: 45px;
	animation-name: color_change; 
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
} /* FmP 2016-08 */

@-webkit-keyframes color_change {
	to { background-color: #FF615D; }
	from { background-color: #000; }
}
@-moz-keyframes color_change {
	to { background-color: #FF615D; }
	from { background-color: #000; }
}
@-ms-keyframes color_change {
	to { background-color: #FF615D; }
	from { background-color: #000; }
}
@-o-keyframes color_change {
	to { background-color: #FF615D; }
	from { background-color: #000; }
}
@keyframes color_change {
	to { background-color: #FF615D; }
	from { background-color: #000; }
}

#main-wrapper .submit-container .btn:focus,
#main-wrapper .submit-container .btn:active,
#main-wrapper .submit-container .btn:visited
{
	outline: 0;
	box-shadow: none;
}





#org-preview {
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
	background-color: #fff;
    width: 363px;
    height: 541px;
    padding: 37px 40px;
    padding-right: 37px;
}

#org-preview .btn-close {
	position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    height: 19px;
}

#org-preview .btn-close img {
	width: 100%;
	height: auto;
}

#org-preview .preview-container {
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
}

#org-preview .preview-title {
	text-transform: uppercase;
	font-size: 17px;
	margin: 0;
	padding-bottom: 19px;
	padding-right: 20px;
	line-height: 20px;
	border-bottom: solid 3px #000;
}

#org-preview .preview-contact {
	padding: 20px 0;
	border-bottom: solid 3px #000;
	font-size: 13px;
    line-height: 19px;
    padding-bottom: 25px;
}

#org-preview .preview-about {
	padding: 20px 0;
    font-size: 13px;
    line-height: 19px;
}







#map-searcher {
    position: absolute;
    z-index: 100;
    top: 64px;
    right: 81px;
    max-width: 803px;
    font-family: 'KorpusGrotesk-C';
    font-weight: bold;
}

#map-searcher .section {
	position: relative;
	display: block;
	border-right: solid 3px #fff;
	margin-bottom: -3px;
}

#map-searcher .section:last-child {
	border-bottom: 0;
}

#map-searcher .config {
	display: block;
	position: relative;
	overflow: hidden;
}

#map-searcher .item {
	display: inline-block;
	float: right;
	width: 200px;
	border-left: solid 3px #fff;
	border-top: solid 3px #fff;
	background-color: #FF615D;
	font-size: 12px;
	line-height: 34px;
	padding: 2px 15px;
	height: 41px;
}

#map-searcher .item span {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
    text-transform: lowercase;
}

#map-searcher .select-all {
	background-color: #C9C9C9;
	padding-right: 40px;
	display: none;
	position: relative;
}

#map-searcher .config .name {
	padding-right: 40px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 12px;
	padding: 2px 6px;
}

#map-searcher .config .name span {
	text-transform: uppercase;
	letter-spacing: -0.2px;
}

#map-searcher .config .name .show {
	position: absolute;
	top: 10px;
    right: 9px;
    width: 18px;
    height: 18px;
	background: #FF615D url('../images/show.png') center center no-repeat;
	background-size: 100%;
}

#map-searcher .section.on .config .name .show {
	background: #FF615D url('../images/check.png') center center no-repeat;
	background-size: 100%;
}

#map-searcher .section .options {
	display: none;
	overflow: hidden;
	position: relative;
}

#map-searcher .section.on .select-all {
	display: inline-block;
	/*display: inline-block;
	float: left;
	width: 200px;
	border: solid 3px #fff;
	background-color: #FF615D;*/
}

#map-searcher .section.on .options {
	display: block;
}

#map-searcher .section .options .item {
	position: relative;
	overflow: hidden;
	padding-right: 38px;
	background-color: #C7F9E3;
	float: right;
}

#map-searcher .section .options .item:hover {
	cursor: pointer;
}

#map-searcher .section .item .check {
	display: inline-block;
	position: absolute;
	background-color: #fff;
	width: 19px;
	height: 19px;
	border-radius: 2px;
	top: 9px;
	right: 9px;
}

#map-searcher .section .item .check img {
	display: none;
}

#map-searcher .section .item .check.checked img {
	display: block;
	width: 19px;
	height: 19px;
}

#map-searcher .section .config .name .check {
	background-color: #C7F9E3;
}

#map-searcher .section-area .options {
	border-top: solid 3px #fff;
}

#map-searcher .section-area .options .item {
	border-bottom: solid 3px #fff;
	border-left: solid 3px #fff;
	margin-top: -3px;
}

#map-searcher .section-places .item {
	border-bottom: solid 3px #fff;
}







#main-wrapper #events-list {
	padding-top: 13px;
}

#main-wrapper #events-list .item {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-left: 362px;
	padding-right: 172px;
}

#main-wrapper #events-list .item .event-date {
    position: absolute;
    top: 38px;
    left: 33px;
    line-height: 20px;
    font-size: 17px;
    width: auto;
}

#main-wrapper #events-list .item .event-content {
	width: 100%;
}

#main-wrapper #events-list .item .event-content h4 {
	margin: 0;
    padding-top: 12px;
    padding-left: 40px;
    padding-right: 40px;
    background: #fff;
}

#main-wrapper #events-list .item:first-child .event-content h4 {
	margin: 0;
    padding-top: 38px;
    padding-left: 40px;
    padding-right: 40px;
    background: #fff;
}

/*#main-wrapper #events-list .item:last-child {
	margin-bottom: 38px;
}*/

#main-wrapper #events-list .item .event-content .event-body {
    padding: 0 40px;
    background: #fff;
    padding-bottom: 10px;
	font-size: 12px;
    line-height: 20px;
    padding-top: 2px;
    letter-spacing: -0.2px;
    word-wrap: break-word;
}






#main-wrapper #simple-posts-list {
	padding-bottom: 20px;
}


#main-wrapper #simple-posts-list .post-header {
	position: relative;
}

#main-wrapper #simple-posts-list .post-header .post-date {
	position: absolute;
	right: 40px;
	bottom: 3px;
}

#main-wrapper #simple-posts-list .item h4 {
    margin: 0;
    padding-top: 38px;
    padding-left: 40px;
    padding-right: 40px;
    background: #fff;
}

#main-wrapper #simple-posts-list .item .post-body {
    padding: 0 40px;
    background: #fff;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    /*padding-top: 2px;*/
    padding-top: 8px;
    letter-spacing: -0.2px;
}

#main-wrapper #simple-posts-list.blog-list .item .post-body {
	padding-bottom: 40px;
}




#main-wrapper #simple-post {
    padding-bottom: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-top: 34px;
    background: #fff;
    margin-top: 16px;
    padding-left: 42px;
    padding-right: 42px;
}

#main-wrapper #simple-post .post-link,
#main-wrapper #simple-post .post-link a
{
	font-size: 13px;
	color: #FF605D;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'KorpusGrotesk-C';
}

#main-wrapper #simple-post .post-link.prev {
	margin-bottom: 20px;
}

#main-wrapper #simple-post .post-link.next {
	margin-top: 17px;
    margin-bottom: 12px;
}

#main-wrapper #simple-post .post-header {
	position: relative;
}

#main-wrapper #simple-post .post-header h1 {
	margin: 0;
	font-size: 18px;
}

#main-wrapper #simple-post .post-header .post-date {
	position: absolute;
	right: -4px;
	top: 5px;
}

#main-wrapper #simple-post .post-body {
    padding-top: 1.05em;
    font-size: 1.15em;
    font-family: 'KorpusGrotesk-C';
    position: relative;
}

#main-wrapper #simple-post .post-body em {
	display: block;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
}

#main-wrapper #simple-post .post-body img {
	width: 100% !important;
	height: auto !important;
}

#main-wrapper #simple-post .post-body div {
	max-width: 100%;
}

#main-wrapper #simple-post .post-body iframe {
	width: 100% !important;
	height: auto;
}






#footer {
	background: #D8D9DB;
    color: #000;
    font-family: 'KorpusGrotesk-C';
    display: block;
    position: relative;
    overflow: hidden;
}

#footer .container {
	padding-left: 0;
	padding-right: 0;
}

#footer .footer-sidebars {
    padding: 36px 71px 14px 162px;
    padding-bottom: 20px;
}

#footer .footer-sidebar-item {
	
}

#footer .footer-sidebar-item h2 {
	font-size: 17px;
	line-height: 20px;
	margin: 0;
	font-family: 'Klef-Bold';
	margin-bottom: 3px;
}

#footer .footer-sidebar-item ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
}

#footer .footer-sidebar-item ul li {
	display: block;
	line-height: 20px;
	overflow: hidden;
	position: relative;
}

#footer .footer-sidebar-item ul li a {
	color: #000;
	line-height: 19px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    letter-spacing: -0.78px;
    /*white-space: nowrap;*/
}

#footer .footer-sidebar-item .cat-item-none {
	display: none !important;
}

#footer .footer-summation {
   	border-top: solid 2px #333;
}

#footer .footer-summation > .vc_col-sm-6 {
   	border-right: solid 1px #333;
   	height: 120px;
}

#footer .footer-summation > .vc_col-sm-6 + .vc_col-sm-6 {
   	border-left: solid 1px #333;
   	border-right: 0;
}

#footer #menu-footer-big-menu {
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
    padding-top: 38px;
    padding-left: 19px;
}

#footer #menu-footer-big-menu li {
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 20px;
}

#footer #menu-footer-big-menu li a img {
	width: 41px;
	height: auto;
}

#footer #menu-footer-big-menu li a img + img {
	margin-left: -41px !important;
}

#footer .footer-license-description {
    margin: 0;
    margin-left: -17px;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: -0.2px;
    padding-top: 39px;
}

#footer .footer-small-menu {
	margin: 0;
	padding-top: 44px;
    padding-left: 9px;
}

#footer .footer-small-menu ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-right: -30px;
}

#footer .footer-small-menu ul li {
	display: inline-block;
	float: left;
}

#footer .footer-small-menu ul li a {
	color: #000;
    font-size: 22px;
    margin: 0 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

#footer .footer-small-menu ul li ul li a {
	font-weight: normal;
}

#footer .footer-small-menu ul li ul li ul {
	
}

#footer .footer-small-menu ul li.current_page_item a {
	color: #fff;
}

#footer .footer-copyright {
    margin: 0;
    text-align: right;
    padding-right: 40px;
   	padding-top: 47px;
}

#footer .footer-copyright .project {
	line-height: 14px;
    font-size: 12px;
    letter-spacing: -0.2px;
}

#footer .footer-copyright .implementation {
	line-height: 12px;
    font-size: 12px;
    letter-spacing: -0.3px;
}

#footer #cookie-law-info-bar {
	text-align: left;
	min-height: 40px;
	line-height: 20px;
    padding: 0;
    font-size: 15px;
    padding-left: 16px;
    padding-right: 24px;
    font-weight: bold;
    padding-top: 12px;
    z-index: 100000;
}

#footer #cookie-law-info-bar a {
	float: right;
	margin-left: 23px;
	text-decoration: underline;
	display: inline-block;
}






#mobile-menu {
	height: 50px;
	background-color: #FF605D;
	display: none;
	position: relative;
}

#mobile-menu .brand {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

#mobile-menu .brand img {
	width: auto;
	height: 100%;
	margin-left: 10px;
}

#mobile-menu .menu-image-hover-wrapper {
	display: none !important;
}

#mobile-menu .navbar-toggle .icon-bar {
	background-color: #000;
}

#mobile-menu .navbar-toggle {
	border-color: #000;
	margin-right: 6px;
}

#mobile-menu .navbar-collapse {
	background-color: #fff;
	color: #000;
}

#mobile-menu .navbar-collapse ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#mobile-menu .navbar-collapse ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
	text-align: center;
}

#mobile-menu .navbar-collapse ul li a {
	display: block;
}

#mobile-menu .navbar-collapse ul li a span {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
}


#mobile-menu.navbar .small-search {
    bottom: 4px;
    right: 57px;
}

#mobile-menu.navbar .navbar-header {
	height: 50px;
    position: relative;
}

#mobile-menu.navbar .brand img {
	height: 50px;
}


/*#mobile-menu.navbar .small-search {
	position: relative;
    width: 100%;
    padding-right: 50px;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

#mobile-menu.navbar .form-control{
	background-color: #fff;
}*/



/* Extra */
.red-box {
	display: block;
    width: 100%;
    padding: 9px;
    padding-left: 42px;
    margin-bottom: 10px;
    border: solid 3px #FF6A68;
    background: transparent url('../images/arrow.png') no-repeat left center;
	font-size: 16px;
    line-height: 22px;
    color: #FF6A68;
    letter-spacing: 0.2px;
    font-family: 'Klef-Bold';
    text-decoration: none;
}

.red-box:hover,
.red-box:focus,
.red-box:active
{
	color: #FF6A68;
	text-decoration: underline;
}



#main-wrapper #simple-organizations-list {
	padding: 0 41px;
	font-family: 'KorpusGrotesk-C';
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}

#main-wrapper #simple-organizations-list .list-items {
	position: relative;
	display: block;
}

#main-wrapper #simple-organizations-list .list-items .item {
	position: relative;
	border : solid 1px #52675E;
	outline: solid 2px #000;
	margin-bottom: 40px;
}

#main-wrapper #simple-organizations-list .list-items .item .item-description {
	position: relative;
	overflow: hidden;
	border-top: solid 2px #fff;
	padding: 10px;
}

#main-wrapper #simple-organizations-list .list-items .item .item-description .col-sm-6 {
	padding: 0;
}




#main-wrapper #simple-organizations-list .list-items .table {
	margin: 0;
}

#main-wrapper #simple-organizations-list .list-items .table tr td {
	width: 25%;
	border: 0;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    padding-left: 15px;
    font-weight: bold;
    /*word-wrap: break-all;
	word-break: break-all; FmP 2016-06 */
}

#main-wrapper #simple-organizations-list .list-items .table tr td:last-child {
	border-right: 0;
}

#main-wrapper #simple-organizations-list .list-items .table tr:last-child td {
	border-bottom: 0;
}

#main-wrapper #simple-organizations-list .list-items .table .field-uppercase {
	text-transform: uppercase;
}

#main-wrapper #simple-organizations-list .list-items .table .field-area span {
    margin-right: 15px;
    display: inline-block;
    float: left;
    padding: 0 3px;
    border-radius: 4px;
    overflow: hidden;
    text-transform: lowercase;
}

#main-wrapper #simple-organizations-list .list-items .table .field-area span:hover {
	background-color: #eee;
}

#main-wrapper #simple-organizations-list .item-table-responsive {
	display: none !important; 
}



@media (max-width: 1200px) {

	.navbar .navbar-brand {
		top: 42px;
    	width: 150px;
	}

	.navbar .nav-container {
		padding-left: 175px;
	}

	.navbar .nav-container .nav .menu-item {
		width: 125px;
	}

	.navbar .nav-container .nav .menu-item a img {
		width: 50px;
	}

	.navbar .nav-container .nav .menu-item a .menu-image-title {
		height: 45px;
		font-size: 15px;
	}

	.navbar.fixed .nav-container {
		padding-left: 120px;
	}

	.navbar.fixed .nav-container .nav .menu-item {
		width: 140px;
	}

	#main-header {
		height: 530px;
	}

	#footer #menu-footer-big-menu li {
		margin: 0 8px;
	}


	#main-content .left-sidebar {
		width: 315px;
	}

	#main-content > .container > .main-col {
		padding-right: 100px;
	}

	#main-wrapper .share-buttons-container {
		right: 70px;
	}


	#main-wrapper #events-list .item {
		padding-right: 100px;
		padding-left: 300px;
	}

	#main-content #simple-posts-grid .item .post-excerpt {
		font-size: 12px;
	}

	#main-wrapper #contact-form .contact-fields {
	    padding-left: 300;
    	padding-right: 50px;
	}

}


@media (max-width: 992px) {

	.navbar .nav-container {
		padding-right: 180px;
	}

	.navbar .small-search {
		width: 150px;
	}

	.navbar .nav-container .nav .menu-item {
		width: auto;
	}

	.navbar .nav-container .nav .menu-item a .menu-image-title {
		font-size: 13px;
	}

	.navbar.fixed .nav-container .nav .menu-item {
		width: 85px;
	}

	.navbar.fixed .nav-container .nav .menu-item a .menu-image-title {
		display: none;
	}

	#main-header {
		height: 410px;
	}

	#main-content #simple-posts-grid .item {
		padding-right: 58px;
	}

	#main-content #simple-posts-grid .item .post-excerpt {
		font-size: 12px;
	}

	#main-content #simple-posts-grid .item .post-logo {
		width: 40px;
		right: 10px;
	}


	#footer .footer-sidebars {
		padding-left: 71px;
	}


	#footer #menu-footer-big-menu {
		padding-top: 54px;
	}

	#footer #menu-footer-big-menu li a img {
		width: 30px !important;
	}

	#footer #menu-footer-big-menu li a img + img {
		margin-left: -30px !important;
	}

	#main-content .left-sidebar {
		width: 240px;
	}

	#main-content > .container > .main-col {
	    margin-left: 248px;
    	padding-right: 50px;
	}

	#main-wrapper .share-buttons-container {
		right: 22px;
	}


	#main-wrapper #events-list .item {
		padding-right: 15px;
		padding-left: 250px;
	}

	#main-content #simple-posts-grid .item .post-excerpt {
		font-size: 11px;
		line-height: 14px; /* FmP 2016-06 */
	}

	#footer .footer-sidebars {
		padding-left: 30px;
		padding-right: 30px;
	}

	#map-searcher .section {
	    max-width: 603px;
	}

}


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

	#big-menu {
		display: none;
	}

	#mobile-menu {
		display: block;
	}

	#main-wrapper {
		padding-top: 0;
	}

	#main-content #simple-posts-grid .item {
		padding-right: 115px;
		border: 0;
		border-bottom: solid 2px #000;
	}

	#main-content #simple-posts-grid .item .post-logo {
		width: 50px;
    	right: 30px;
	}

	#footer #cookie-law-info-bar {
		width: 100%;
		border-bottom: solid 2px #000;
	}

	#footer #cookie-law-info-bar a {
		display: block;
		float: none;
		margin: 0;
	}


	#main-header {
		height: auto;
	}

	#main-header .header-alert {
		display: none;
	}

	#main-header .header-testimonial {
		/* display: none; FmP 2016-06 */
		font-size: 9px!important; /* FmP 2016-06 */
		line-height: 12px!important; /* FmP 2016-06 */
		min-width: 40px!important; /* FmP 2016-06 */
		max-width: 40px!important; /* FmP 2016-06 */
		font-weight: 400!important; /* FmP 2016-06 */
		padding-right: 20px!important; /* FmP 2016-06 */
		letter-spacing: 0px!important; /* FmP 2016-06 */
			}

	#main-header .rev_slider_wrapper .tp-revslider-mainul {
		height: 100% !important;
	}

	#main-wrapper #homepage-newsletter {
		border-top: 0;
	}

	#main-wrapper #homepage-newsletter #es_txt_email {
		width: 90%; /* FmP 2016-06 80% */
	}


	#footer .footer-sidebar-item {
		margin-bottom: 10px;
	}

	#footer #menu-footer-big-menu {
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}

	#footer #menu-footer-big-menu li {
		float: none;
		display: inline-block;
		width: 30px;
	}

	#footer .footer-license-description {
		padding-top: 0;
		margin: 0;
		text-align: center;
	}

	#footer .footer-small-menu {
		padding-top: 25px;
		padding-left: 0;
		text-align: center;
	}

	#footer .footer-small-menu ul {
		margin-right: 0;
	}

	#footer .footer-small-menu ul li {
		float: none;
	}

	#footer .footer-summation > .vc_col-sm-6 {
		/*height: auto;*/
		width: 50%;
		float: left;
	}

	#footer .footer-copyright {
	    padding-top: 0;
    	text-align: center;
    	padding-bottom: 15px;
    	padding-right: 0;
	}


	#main-content .left-sidebar {
		width: 100%;
	}

	#main-content > .container > .main-col {
		margin: 0;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}

	#main-wrapper #simple-posts-list .post-header .post-date {
		bottom: auto;
		top: 15px;
	}

	#main-wrapper #simple-post {
		margin-bottom: 20px;
	}

	#main-wrapper #simple-post .post-header .post-date {
		top: -15px;
	}

	#main-wrapper .share-buttons-container {
		position: static;
	}

	#main-wrapper .share-buttons-container .ssba a {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 0;
		top: 0;
		right: 0;
	}

	#main-wrapper .share-buttons-container .ssba {
		display: inline-block;
	}

	#main-wrapper .share-buttons-container .custom-buttons {
		padding-top: 0;
		display: inline-block;
	}

	#main-wrapper .share-buttons-container .custom-buttons a {
		margin-right: 15px;
		display: inline-block;
	}


	#main-wrapper #events-list .item {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#main-wrapper #events-list .item .event-date {
		left: 55px;
    	top: 25px;
    	z-index: 100;
    	padding: 0;
	}

	#main-wrapper #events-list .item:first-child .event-content h4 {
		padding-top: 50px;
	}

	#main-wrapper #events-list .item .event-content h4 {
		padding-top: 50px;
	}

	#main-wrapper .posts-pagination {
		text-align: center;
	}

	#main-content #simple-posts-grid.search .item {
		border-right: 0;
	}

	#main-content #simple-posts-grid.search .row.last .item {
		border-bottom: solid 2px #000;
	}

	#main-wrapper #contact-form .contact-fields {
		padding-left: 15px;
		padding-right: 15px;
	}

	#main-wrapper #contact-form .contact-title {
		position: static;
	}

	#main-wrapper #contact-form .contact-title h4 {
		padding-left: 0;
	}

	#footer .footer-sidebar-item {
		width: 25%;
		float: left;
	}

	#main-wrapper .post-tabs a {
		display: block;
		margin-bottom: 10px;
	}

	#main-content #simple-posts-grid .item .post-date {
		bottom: 30px;
	}

	#map-searcher {
		position: relative;
	    margin-bottom: 20px;
	    top: 0;
	    right: 0;
	    max-width: 100%;
	}

	#map-searcher .section {
    	float: right;
    	clear: right;
	}

}


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

	#map-searcher .section {
		max-width: 403px;
	}

}



@media (max-width: 660px) {

	#footer .footer-sidebar-item {
		width: 50%;
	}

	#main-wrapper #simple-organizations-list .item-table {
		display: none !important; 
	}

	#main-wrapper #simple-organizations-list .item-table-responsive {
		display: block !important; 
	}

	#main-wrapper #simple-organizations-list .list-items .item .item-description .col-sm-12 {
		padding: 0 5px;
	}
}

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

	#map-searcher .section {
		max-width: 203px;
	}

}


@media (max-width: 480px) {

	#footer .footer-sidebar-item {
		width: 100%;
		text-align: center;
	}

	#footer .footer-summation > .vc_col-sm-6 {
		height: auto;
		width: 100%;
		float: none;
	}

	#main-wrapper #simple-organizations-list {
		padding: 0 16px;
	}

	#main-wrapper #simple-map {
		padding-left: 15px;
		padding-right: 15px;
	}

	#main-wrapper #simple-post {
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}

}

/* ADDENDA FmP */

span.current {
	color: #FF605D;
}
