/*@CUSTOM - 1: header menu width  (2018-06-25)*/
/*@CUSTOM - 2: header social links  (2018-08-15)*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
/*@CUSTOM - 1*/

body {
	font-family: DinDisplayLight;
	font-size: 16px;
	line-height: 1.42857143;
}
p {
	margin: 0 0 10px;
	font-family: DinDisplayLight;
	/* font-size: 16px; */
	/* line-height: 26px; */
	/* font-weight: 300; */
	font-style: normal;
	color: #343e47;
	/* font-size: 18px; */
	/* line-height: 30px; */
	/* line-height: 1.42857143; */
}
.post-box .entry-title, .page-title {
	height: 65px;
	
}
h1,.h1{
	line-height: 25px;
	font-size: 20px;
	font-weight: 300;
	font-family: DinDisplayBold !important;
}
h2,.h2{
	line-height: 25px;
	font-size: 18px;
	font-weight: 500;
	font-family: DinDisplayBold !important;
}
header .menu-conteiner {
	/*width: 1285px;*/
	width: 100%;
	/*overflow: hidden;
	position: relative;*/
}
.menu-menyu-container {
	position: relative;
	padding: 0;
	float: left;
	width: 100%;
	z-index: 10;
}

/*.main-navigation ul {
	position: relative;
	left: 50%;
	float: left;
}*/
.main-navigation ul {
	clear: left;
	position: relative;
	right: 50%;
	float: right;
	text-align: center;
	/* font: 15px Arial, Helvetica, sans-serif; */
	list-style: none;
	padding: 0;
	margin: 0;
}
/*.main-navigation li {
	position: relative;
	left: -50%;
	float: left;
}*/
.main-navigation li {
	position: relative;
	left: 50%;
	float: left;
	padding: 0;
	margin: 0;
}


/*.main-navigation li ul, .main-navigation li ul li {
	left: 0%;
}*/
.main-navigation ul ul {
	width: 255px;
	padding: 20px 10px 0 0;
	padding-top: 0;
	font-size: 12px;
	color: #798189;
	position: absolute;
	right: 0;
	list-style: none;
	margin: 0;
}
.main-navigation li ul li {
	border-top: 0px;
	position: relative;
	right: 0;
	display: list-item;
	float: none;
	height: auto;
	margin: 0;
	text-align: left;
	font-size: 14px;
}

/*@1*/

/*@CUSTOM - 2*/
.social-links-top {
	display: block;
	float: right;
	/*padding: 5px 0 0 17px;*/
	padding: 25px 0 0 17px;
}
.social-links-top li {
	display: inline-block;
	vertical-align: top;
}
.social-links-top li a i {
/*	
	width: 28px;
	height: 28px;
*/
	text-align: center;
	color: #fff;
	font-size: 17px;
	margin-right: 18px;
	vertical-align: top;
	background: #004386;
	border: 2px solid #004386;
	line-height: 30px;
	width: 33px;
	height: 33px;
}
.fa-stack-1x, .fa-stack-2x {
	position: relative;
}
.social-links-top li a i:hover {
	color: #004386;
	background: #fff;
	-webkit-transition: background 1s ease-out;
	-moz-transition: background 1s ease-out;
	-o-transition: background 1s ease-out;
	transition: background 1s ease-out;
}
.social-links-top li a i:hover {
	color: #004386;
}

.mobile-social-wrap .social-links-top {
	padding: 0 !important;
}
.mobile-social-wrap .social-links-top li a {
	border: none !important;
}
.mobile-social-wrap .social-links-top li a i {
	/* width: 28px; */
	/* height: 28px; */
	text-align: center;
	color: #004386;
	font-size: 17px;
	margin-right: 18px;
	vertical-align: top;
	background: #fff;
	border: 2px solid #fff;
	line-height: 30px;
	width: 33px;
	height: 33px;
}

.mobile-social-wrap.sidemenu .social-links-top li a i {
	margin-right: 13px;
}

#sidemenu_show, #sidemenu_hide {
	height: 45px;
}
.mobile-social-wrap {
	position: absolute;
	top: 5px;
	right: 0px;
}
#sidemenu_show .mobile-social-wrap {
	right: 0px;
}
#sidemenu_hide .mobile-social-wrap {
	right: 45px;
}
.mobile-social-wrap .social-links-top {
	display: block;
	float: right;
	/* padding: 5px 0 0 17px; */
	/* padding: 25px 0 0 17px; */
}
#mobile-menu-wrapper .fa-search {
	font-family: FontAwesome;
	position: relative;
	right: 0;
	top: 0;
	font-size: 20px;
	color: #004386;
}

/*@2*/

.video {
	z-index: 2;
	width: 100%;
	height: 400px;
}
.site-footer {
	border-top: 1px solid #444;
}
.copyrights {

	border-top: none;

}
#copyright-note {
	text-transform: uppercase;
}

/****************************************/
/*		    HEADER						*/
/****************************************/
/****************************************/
/*		    SEARCH-BOX					*/
/****************************************/
.header_area-wrap .search-box {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 300px;
	top: 75%;
	right: -10px;
	background-color: #fff;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	padding: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header_area-wrap .search-box.active {
	opacity: 1;
	visibility: visible;
	right: 35px;
	z-index: 11;
}
.header_area-wrap .search-box label {
	display: inline;
}
.search-box form.search-form div {
	text-align: left;
}
.header_area-wrap .search-box .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}
.header_area-wrap .search-box .search-field {
	width: 80%;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #a1a1a1;
	padding: 3px 6px;
	color: #666;
	/* border: 1px solid #ccc; */
	height: 36px;
	-webkit-appearance: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	line-height: 1.5;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
.header_area-wrap .search-box button[type="submit"] {
	margin-bottom: 0;
	/* display: block !important; */
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 13px;
	border: none;
	/* padding: 10px 15px; */
	font-weight: 400;
	display: inline-block !important;
	position: relative;
	text-shadow: none;
	transition: background 0.5s ease;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.header_area-wrap .search-box .search-submit i {
	/* text-align: center; */
	/* color: #fff; */
	/* font-size: 14px; */
	/* margin-right: 18px; */
	/* vertical-align: top; */
	/* background: #004386; */
	/* border: 2px solid #004386; */
	/* line-height: 30px; */
	/* width: 33px; */
	/* height: 33px; */
	border: 2px solid #004386;
	line-height: 30px;
	width: 35px;
	height: 35px;
}
.header_area-wrap .search-box .search-submit:hover i {
	color: #004386;
	background: #fff;
	-webkit-transition: background 1s ease-out;
	-moz-transition: background 1s ease-out;
	-o-transition: background 1s ease-out;
	transition: background 1s ease-out;
	/* text-align: center; */
	/* color: #fff; */
	/* font-size: 17px; */
	/* margin-right: 18px; */
	/* vertical-align: top; */
	/* background: #004386; */
	/* border: 2px solid #004386; */
	/* line-height: 30px; */
	/* width: 33px; */
	/* height: 33px; */
}



/****************************************/
/*				viber					*/
/****************************************/
.viber-wrap {
	position: fixed;
	z-index: 99999;
	right: 30px;
	bottom: 30px;
}
.viber-wrap a {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	border-radius: 50%;
	/*width: 64px;
	height: 64px;*/
	padding: 17px;
	font-size: 26px;
	line-height: 1;
	/*-moz-box-shadow: 0 0 22px rgba(56, 43, 140, 0.8) inset !important;
	-webkit-box-shadow: 0 0 22px rgba(56, 43, 140, 0.8) inset !important;
	box-shadow: 0 0 22px rgba(56, 43, 140, 0.8) inset !important;
	background-color: #665cac;*/
	color: #ffffff;
	/* padding: 10px 25px; */
	text-transform: uppercase;
	/* font-size: 18px; */
	/* border-radius: 30px; */
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	/* padding: 8px 11px; */
	border: 0 !important;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* font-size: 15px; */
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	outline: 0;
	/* line-height: 1.5; */
	/* -moz-box-shadow: none !important; */
	/* -webkit-box-shadow: none !important; */
	/* box-shadow: none !important; */
}
.viber-wrap a i {
	display: inline-block;
	vertical-align: middle;
}
.socicon-viber {
	/*width: 36px;
	height: 36px;*/
	width: 56px;
	height: 56px;
}
/*[class^="socicon-"], [class*=" socicon-"] {
	font-family: 'Socicon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.socicon-viber::before {
	content: "\e091";
}*/

.viber-wrap a:hover {
	-webkit-animation-name: wpvcb-buzz;
	animation-name: wpvcb-buzz;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	color: #fff;
	/* -webkit-transform: perspective(1px) translateZ(0); */
	/* transform: perspective(1px) translateZ(0); */
	/* box-shadow: 0 0 1px transparent; */
}


@-webkit-keyframes wpvcb-buzz {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes wpvcb-buzz {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
/*viber*/

/****************************************/
/*		Left Sidebar					*/
/****************************************/
.sidebar-img-wrapper {
	display: block;
	position: relative;
}
.sidebar-img-text {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 4;
	left: 50%;
	top: 20%;
	transform: translate(-50%,-20%);
	text-align: center;
	/* font-weight: 700; */
	font-size: 16px;
	font-family: DinDisplayBold;
}
.sidebar-img-button {
	display: block;
	position: absolute;
	z-index: 4;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	/* color: #494949 !important; */
	/* text-transform: uppercase; */
	/* text-decoration: none; */
	/* background: #ffffff; */
	/* padding: 5px; */
	/* border: 2px solid #494949 !important; */
	/* display: inline-block; */
	/* transition: all 0.4s ease 0s; */
}
.sidebar-img-button a {
	color: #494949 !important;
	text-transform: uppercase;
	text-decoration: none;
	/* background: #ffffff; */
	padding: 5px 16px;
	border: 2px solid #494949 !important;
	display: inline-block;
	transition: all 0.4s ease 0s;
	/* background: #f6b93b; */
}
/*.sidebar-img-button:hover a {
	color: #ffffff !important;
	background: #f6b93b;
	border-color: #f6b93b !important;
	transition: all 0.4s ease 0s;
	font-family: DinDisplayBold;
}*/
.sidebar-img-wrapper:hover .sidebar-img-button a {
	color: #ffffff !important;
	background: #f6b93b;
	border-color: #f6b93b !important;
	transition: all 0.4s ease 0s;
	font-family: DinDisplayBold;
	transition: all 0.4s ease 0s;
}	
.sidebar-img-overlay {
	display: block;
	background: rgba(187, 187, 187, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 0.6s ease 0.1s;
}
.sidebar-img-wrapper:hover .sidebar-img-overlay {
	background: none;
	transition: all 0.6s ease 0.1s;
}

/****************************************/
/*		Right Sidebar					*/
/****************************************/
#container2 {

	width: 110px; /*js resize + 10px*/
	
	
	float: right;
	z-index: -10000;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
}
#fixed_icons {
	background: transparent;
	
	width: 80px; /*js resize*/
	
	position: absolute;
	top: 250px;
	/*right: 20px;*/
	right: 0;
	margin: 0px auto;
	z-index: 1000;
	opacity: 1.0;
	min-width: 60px;
	max-width: 200px;
	min-height: 79px;
	/*max-height: 240px;*/
	max-height: 100%;
	overflow: hidden;
	/* transform: scale(0.5, 0.5); */
	/* -ms-transform: scale(0.5, 0.5); */
	/* -webkit-transform: scale(0.5, 0.5); */
}

#fixed_icons a {
	display: block;
	text-indent: 24px;
	/* height: 60px; */
	padding-bottom: 2px;
	text-decoration: none;
	opacity: 0.60;
	filter: alpha(opacity=60);

}
a.partners {
	height: 155px;
}

#fixed_icons #KMDA {
	/*background: url("/wp-content/uploads/2017/09/partner2.1-215x300.jpg") no-repeat;*/
	background-image: url("/wp-content/uploads/2017/09/partner2.1-215x300.jpg");xx
	/*height: 155px;*/
	margin-bottom: 15px;
	/* width: auto; */
	background-size: contain;
	/* object-fit: cover; */
	/* width: 100%; */
	max-width: 100%;
	max-height: 100%;
	/* transform: scale(0.5, 0.5); */
	/* -ms-transform: scale(0.5, 0.5); */
	/* -webkit-transform: scale(0.5, 0.5); */
	
}
#fixed_icons #NERC {
	background: url("/wp-content/uploads/2017/09/partner1-215x300.png") no-repeat;
	/*height: 155px;*/
	margin-bottom: 15px;
	/* width: auto; */
	background-size: contain;
	/* object-fit: cover; */
	/* width: 100%; */
	max-width: 100%;
	max-height: 100%;
	/* transform: scale(0.5, 0.5); */
	/* -ms-transform: scale(0.5, 0.5); */
	/* -webkit-transform: scale(0.5, 0.5); */
}
#fixed_icons #CKS {
	background: url("/wp-content/uploads/2017/09/2_cks-215x300-copy-215x300.png") no-repeat;
	/*height: 155px;*/
	margin-bottom: 15px;
	/* width: auto; */
	background-size: contain;
	/* object-fit: cover; */
	/* width: 100%; */
	max-width: 100%;
	max-height: 100%;
	/* transform: scale(0.5, 0.5); */
	/* -ms-transform: scale(0.5, 0.5); */
	/* -webkit-transform: scale(0.5, 0.5); */
}

#fixed_icons #KMDA:hover, #fixed_icons #NERC:hover, #fixed_icons #CKS:hover {
	/* display: block; */
	/* text-indent: 24px; */
	/* height: 60px; */
	/* padding-bottom: 2px; */
	/* text-decoration: none; */
	/* opacity: 0.60; */
	/* filter: alpha(opacity=60); */
	
	/*background: url("/wp-content/uploads/2017/09/partner2.1-215x300.jpg") no-repeat;*/
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* height: 140px; */
	
	/*margin-bottom: 15px;
	background-size: contain;*/
}


/****************************************/
/*		Contact Form					*/
/****************************************/

.wpcf7-form p {
	margin-bottom: 23px;
	width: 100%;
}
.wpcf7-form p label {
	color: #4c4c4c !important;
	margin-bottom: 10px;
	font-size: 15px;
	display: inline-block;
	font-weight: bold;
	width: 100%;
}
.wpcf7-form p label sup {
	font-size: 0px;
	color: #c0392b;
	top: 0;
	left: 2px;
}
.wpcf7-form p label sup::before {
	color: rgba(239,205,79,1) !important;
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: "\e080";
	font-size: 14px;
	padding-left: 5px;
}
.wpcf7-form input, .wpcf7-form select {
	height: 50px !important;
	font-size: 14px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], select, textarea {
	padding: 0px 20px;
	border: 1px solid #e3e3e3;
	color: #8d8d8d;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	/*box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);*/
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	background-color: #f5f5f580;
}
textarea {
	height: 200px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], select {
	height: 48px !important;
	line-height: 48px !important;
}
.btn-success.nf-fu-fileinput-button{
	border-radius: 0px;
	line-height: 34px;
}
.nf-fu-progress {
	height: 48px !important;
	border-radius: 0px !important;
}
.contact-form input[type="submit"], .sh-404-button, .post-content .post-password-form input[type="submit"], .wpcf7-form .wpcf7-submit {
	/* border-radius: 100px !important; */
	line-height: 50px !important;
	padding: 0 30px !important;
	transition: 0.25s all ease-in-out;
	font-size: 13px;
	text-transform: uppercase;
	border-width: 0;
	color: #fff;
	height: 55px;
	font-weight: bold;
	cursor: pointer;
	background-color: rgba(239,205,79,1) !important;
}

/****************************************/
/*		news. sidebar		*/
/****************************************/
#secondary .widget ul {
	padding: 30px;
}
#secondary .widget h3 {
	margin: 0 20px;
}
/****************************************/
/*			news. ARTICLE			    */
/****************************************/
article {
    padding: 10px 20px;
}

/****************************************/
/*		news. Post Header content		*/
/****************************************/
.post-box .entry-title, .page-title {

	/*overflow: hidden;
	height: 57px;
	line-height: 25px;
	font-size:14px;
	font-weight:600;*/
	overflow: hidden;
	height: 70px;
	font-weight: 300;
	line-height: 25px;
	font-size: 18px;
}
.post-box  .entry-title.post-title::before {
	content: "";
	float: left;
	width: 5px;
	height: 200px;
}	
.post-box .entry-title.post-title::after {
	content: "\02026";
	box-sizing: content-box;
	float: right;
	position: relative;
	top: -25px;
	left: 100%;
	width: 3em;
	margin-left: -3em;
	padding-right: 5px;
	text-align: right;
	background-size: 100% 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
.post.type-post h1.entry-title {
	/*font-size: 16px;*/
	/*font-size: 24px;*/
	/* padding: 10px 0; */
	margin: 0.6em 0px 0.6em;
	color: #4c4c4c;
	/*font-weight: 600;*/
}
.page h1.entry-title {
	/*font-size: 16px;*/
	/*font-size: 24px;*/
	padding: 10px 0;
	margin: 0.6em 0px 0.6em;
	color: #4c4c4c;
	/*font-weight: 600;*/
}
.related-posts .post-title a {
	font-size: 16px;
	line-height: 1.42857143;
}
/*.video-wrapper {height: 153px; width: 272px; position: relative; overflow:hidden}
#player {height: 262px; width: 272px; position: absolute; margin-top:-55px}*/


/****************************************/
/*		    News. POST-BOX				*/
/****************************************/
.small-post-data {
	padding-top: 0px;
}
.post-excerpt {
	padding: 0 0px 15px 20px;
	text-align: justify;
}
.post-data {
	padding: 0 20px;
	/* margin: 0 34px; */
}
.post-excerpt {
	padding: 0 0px 15px 20px;
	/* margin: 0 0 0 15px; */
	text-align: justify;
}
.post-info > span {
	padding-left: 5px;

}
.post .dropcap {
	float: left;
	padding: 0px;
	position: relative;
	height: 75px;
	font-weight: 700;
	font-size: 92px;
	line-height: 0.9;
	margin: 0px 12px 0px -5px;
}


blockquote {
	padding: 0px 25px !important;
	border-left: 2px solid #ebebeb !important;
	font-size: 16px !important;
	margin: 0 0 20px 45px !important;
	margin-left: 45px;
	position: relative;
	line-height: 180%;
	font-style: italic;
	background: transparent !important;
}
blockquote::before {
	font-family: 'FontAwesome' ;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10e";
	font-size: 21px;
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -10.5px;
	margin: 0 0 20px;
}

/*blockquote.left-quote {
	padding: 0px 25px !important;
	border-left: 2px solid #ebebeb !important;
	font-size: 16px !important;
	margin: 0 0 20px 45px !important;
	margin-left: 45px;
	position: relative;
	line-height: 180%;
	font-style: italic;
	background: transparent !important;
}
blockquote.left-quote::before {
	font-family: 'FontAwesome' ;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10e";
	font-size: 21px;
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -10.5px;
	margin: 0 0 20px;
}
blockquote.right-quote {
	padding: 0px 26px !important;
	border-right: 2px solid #ebebeb !important;
	font-size: 16px !important;
	margin: 0 45px 20px 0px !important;
	margin-left: 0px;
	position: relative;
	line-height: 180%;
	font-style: italic;
	background: transparent !important;
	margin-right: 45px !important;
	border-left: none;
}
blockquote.right-quote::after {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10e";
	font-size: 21px;
	position: absolute;
	right: -35px;
	top: 50%;
	margin-top: -10.5px;
	margin: 0 0 20px;
}*/

/*.entry-content p {
	margin: 0 0 10px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	color: #343e47;
}
.entry-content .h2, .entry-content h2 {
	
	font-family: Roboto;
	/*line-height: 44px;*/
/*	line-height: 34px;
	font-weight: 300;
	font-style: normal;
	color: #222;
	font-size: 29px !important;
	padding: 15px;
}*/



/****************************************/
/*		    News. PAGINATION			*/
/****************************************/
.nav-links .page-numbers {
	margin-right: 7px;
	float: left;
	background: transparent !important;
	display: inline-block;
	border: 2px solid;
	padding: 7px 18px;
	font-size: 14px;
	margin-top: 10px;
	color: inherit;
	position: relative;
	z-index: 0;
	border-radius: 0px;
}
.nav-links .page-numbers::before {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.3s ease 0s;
	width: 0%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #111;
	background-color: rgb(17, 17, 17);
	background-color: #fdc900;
}
.nav-links .page-numbers:hover {
	border-color: #fdc900;
	background-color: #fdc900;
	color: #111;
	text-decoration: none;
}
.nav-links .page-numbers:hover::before, .nav-links .page-numbers.current::before {
	width: 100%;
}

/****************************************/
/*		    News. Readmore				*/
/****************************************/
.post-box {
	padding-bottom: 20px;
}
.readmore {
	float: left;
	margin-bottom:0px;
	border-radius:0px;
	margin-top: 0px;
	background:transparent !important;
	margin: 0 0 0 20px;
	/* margin-bottom: 15px; */
	/* border-radius: 3px; */
	/* margin-top: 3px; */
}

.readmore a {
	/* display: inline-block; */
	/* padding: 8px 15px; */
	/* margin-bottom: 0; */
	/* font-size: 16px; */
	/* font-weight: 300; */
	/* line-height: 20px; */
	/* text-align: center; */
	/* white-space: nowrap; */
	/* vertical-align: middle; */
	/* border-radius: 3px; */
	/* cursor: pointer; */
	/* -webkit-transition: all 0.1s linear; */
	/* -moz-transition: all 0.1s linear; */
	/* transition: all 0.1s linear; */
	display: inline-block;
	border: 2px solid;
	padding: 7px 18px;
	font-size: 14px;
	margin-top: 10px;
	color: inherit;
	position: relative;
	z-index: 0;
	border-radius: 0px;
}
.readmore a:hover {
	border-color: #fdc900;
	background-color: #fdc900;
	color: #111;
	text-decoration: none;
}
.readmore a:hover::before {
	width: 100%;
}

.readmore a::before {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.3s ease 0s;
	width: 0%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #111;
	background-color: #fdc900;
}
.readmore a::after {
	content: "\f061";
	/* font: normal normal normal 14px/1 FontAwesome; */
	font-family: 'FontAwesome';
	margin-left: 10px;
	font-size: 17px;
	position: relative;
	top: 1px;
	content: "\f178";
}

/****************************************/
/*		    NEWS. SOCIAL				*/
/****************************************/
.jssocials-share-link {
	color: #fff !important;
}
.h5ab-print-button-right {
	padding: 1em .6em;
}
/****************************************/
/*		    CONTACTS					*/
/****************************************/
.contact-column {
	padding: 15px 25px 15px 25px !important;
	background-position: center center;
}
.border-right {
	border-right: 1px solid rgba(243,243,243,1);
}
.border-bottom {
	border-bottom: 1px solid rgba(243,243,243,1);
	padding-bottom: 15px;
}
.bbb {
	position: relative;
}

.bbb::after {
	position: absolute;
	content: "";
	width: 65%;
	height: 1px;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid;
	border-color: #004386;
	bottom: 0;
}


/****************************************/
/*		    	MAP						*/
/****************************************/
/*dropdown{
   display: inline-block;
   margin: 20px 50px; 
}
/*dropdown label, dropdown ul li{*/
/*dropdown label{
  display: block;
  width: 200px;
  background: #ECF0F1;
  padding: 15px 20px;
}
dropdown ul li{
  display: block;
  width: 200px;
  background: #ECF0F1;
}
dropdown label:hover, dropdown ul li:hover{
  background: #1ABC9C;
  color: white;
  cursor: pointer;
}
dropdown label{
  color: #1ABC9C;
  border-left: 4px solid #1ABC9C;
  border-radius: 0 5px 0 0; 
  position: relative;
  z-index: 2;
}
dropdown input{
  display: none;
}
dropdown input ~ ul{
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -20px;
  z-index: 1;
}
dropdown input:checked + label{
  background: #1ABC9C;
  color: white;
}

dropdown input:checked ~ ul{
  visibility: visible;
  opacity: 1;
  top: 0;
}
$colors: #E74C3C, #0072B5, #2C3E50;

*/
/*#gmap .map-header {
	font-size: 34pt;
	font-weight: 300;
	font-family: DinDisplayBold !important;
	color: #F08700;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}*/
#gmap {
	height: 100%;
	width: 100%;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#gmap .map-header {
	/*font-size: 32pt;*/
	font-size: 24pt;
	font-weight: 300;
	font-family: DinDisplayBold !important;
	color: #F08700;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	/*top: 0;*/
	top: 6px;
	left: 0;
	z-index: 1;
	display:block;
	visibility:visible;
	opacity:1;

}
#gmap .map-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display:block;
	visibility:visible;
	opacity:1;

}
#gmap .map-wrapper {
	color: #ececec;
	margin: 0px -15px 50px -15px;
	position: relative;
	/*margin-right: -15px;
	margin-left: -15px;
	overflow: hidden;*/
}
/*gmap .map-post-header {

	background-color: #CCC;
	border-radius: 4px;
	text-align: justify;
	margin: 15px 0;
	padding: 20px 15px;
}*/
#gmap .map-post-header {
	background: #bababa33;
	text-shadow: #474747 3px 5px 2px;
}
#gmap .map-post-footer {

	background-color: #CCC;
	border-radius: 4px;
	text-align: justify;
	padding: 20px 15px;
}
#gmap .map-menu {
	overflow-y: auto;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	z-index: 9;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12),0 0 1px 0 rgba(0,0,0,0.12),0 12px 24px 0 rgba(0,0,0,0.24);
	/*display: inline-block;*/
	display: block;
	/*margin: 24px auto;*/
	margin: 0px auto;
	/*width: 100%;*/
	width: 90%;
}

#gmap dropdown {
	display: inline-block;
	/* margin: 20px 50px; */
	width: 100%;
}
#gmap dropdown label {
	display: block;
	/* width: 200px; */
	background: #ECF0F1;
	padding: 15px 20px;
}
#gmap dropdown label {
	color: #1ABC9C;
	border-left: 4px solid #E17F01;
	border-radius: 0 5px 0 0;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}
#gmap dropdown input:checked + label {
	background: #1ABC9C;
	color: white;
}

#gmap dropdown input{
  display: none;
}
#gmap dropdown input ~ ul{
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -20px;
  z-index: 1;
}
#gmap dropdown input:checked + label{
  /*background: #1ABC9C;*/
  background: #F08700;
  color: white;
}

#gmap dropdown input:checked ~ ul{
  visibility: visible;
  opacity: 1;
  top: 0;
}

#gmap dropdown ul {
	list-style: none;
	/* overflow: hidden; */
	position: relative;
	/*max-height: 80vh;*/
	max-height: 70vh;
	padding: 0;
	overflow-wrap: normal;
	overflow-y: auto;
}

#gmap dropdown ul li {
	display: block;
	/* width: 200px; */
	background: #ECF0F1;
	cursor: pointer;
}

#gmap .map-menu .region {
	/* position: relative; */
	display: block;
	text-decoration: none;
	/* color: #343e47; */
	/* padding: 15px 20px; */
	display: block;
	font-size: 16px;
	padding: 24px 40px;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
	/* margin-bottom: 8px; */
	text-decoration: none;
	color: black;
}



.animate{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;  
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden; /* Chrome and Safari */
  -moz-backface-visibility:hidden; /* Firefox */
  -ms-backface-visibility:hidden; /* Internet Explorer */
}

#gmap .markerLabel{
	color:#343e47;
}

#gmap .map-menu .region{
	position:relative;
	display:block;
	text-decoration:none;
	color:#343e47;
	/*padding: 15px 20px;*/
	padding: 24px 40px;
	line-height: normal;
}

#gmap .map-streets-menu {
	position: relative;
	/*margin: 24px;*/
	/*margin-left: 24px;*/
	/* margin-left: calc((100% - 1300px) / 2); */
	overflow-y: auto;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	z-index: 9;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12),0 0 1px 0 rgba(0,0,0,0.12),0 12px 24px 0 rgba(0,0,0,0.24);
	/*display: inline-block;*/
	display: block;
	/*margin: 24px auto;*/
	margin: 0px auto;
	/*width: 100%;*/
	width: 90%;
}
#gmap .map-address-desc-wrap {
	position: relative;
	/* margin: 24px; */
	/* margin-left: 24px; */
	/* margin-left: calc((100% - 1300px) / 2); */
	overflow-y: auto;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	z-index: 9;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12),0 0 1px 0 rgba(0,0,0,0.12),0 12px 24px 0 rgba(0,0,0,0.24);
	/*display: inline-block;*/
	display: block;
	/*margin: 24px auto;*/
	margin: 0px auto;
	/*width: 100%;*/
	width: 90%;
}
#gmap .list {
	list-style: none;
	/* overflow: hidden; */
	position: relative;
	/*max-height: 62vh;*/
	max-height: 430px;
	padding: 0;
	overflow-wrap: normal;
	overflow-y: auto;
}
#gmap .map-address-desc {
	list-style: none;
	/* overflow: hidden; */
	position: relative;
	/*max-height: 70vh;*/
	padding: 0;
	overflow-wrap: normal;
	overflow-y: auto;
}

#gmap .list-items-prev {
	font-size: 14px;
	cursor: pointer;
	line-height: 50px;
	/*padding-left: 24px;*/
	/*border-bottom: 1px solid #e2e2e2;*/
	color: #b0b7bb;
}

#gmap .list-items-prev .btn_prev {
	color: #b0b7bb;
	text-decoration: none !important;
	font-size:14px;
}
#gmap .list-items-prev::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid #b0b7bb;
	border-top-color: rgb(176, 183, 187);
	border-top-style: solid;
	border-top-width: 2px;
	border-right-color: rgb(176, 183, 187);
	border-right-style: solid;
	border-right-width: 2px;
	border-top: none;
	border-right: none;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -2px;
	transform: rotate(45deg);
	margin-left: 24px;
}

#gmap .list-items {
	list-style: none;
	cursor: context-menu;

}

#gmap .map-menu .list-items {
	list-style: none;
	cursor: pointer;
}

#gmap .map-streets-menu .list-items {
	list-style: none;
	cursor: pointer;
}

#gmap .list-items a {
	display: block;
	font-size: 16px;
	padding: 24px 40px;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
	/*margin-bottom: 8px;*/
	text-decoration: none;
	color: black;
	
	position: relative;
	z-index: 0;
}
#gmap .list-items a:hover {
	/*background-color: #96969680;*/
	border-color: #fdc900;
	background-color: #fdc900;
	color: #111;
	text-decoration: none;
}
#gmap .list-items a::before {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.3s ease 0s;
	width: 0%;
	height: 100%;
	top: 0px;
	left: 0px;
	/* background: #111; */
	/* background-color: rgb(17, 17, 17); */
	/* background-color: #fdc900cc; */
	background-color: #fdc900;
}
#gmap .list-items a:hover::before {
	/* background-color: #f9e29f80; */
	width: 100%;
}

#gmap .list-item-address {
	display: block;
	color: #000;
	line-height: normal;
	/*line-height: 24px;
	margin-bottom: 8px;*/
	/*font-weight: 600;*/
	font-size: 16px;
	
	position: relative;
}
#gmap span.list-item-desc {
	display: block;
	color: #000;
	line-height: 24px;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 16px;
	display: block;
	font-size: 16px;
	padding: 24px 40px;
	/* border-bottom: 1px solid #e2e2e2; */
	background: #fff;
	margin-bottom: 8px;
	text-decoration: none;
	color: black;
}

#gmap .gm-ui-hover-effect{
	box-shadow:none !important;
}

.map-streets-menu .search-input {
	width: 100%;
	padding: 0 20px;
	border-bottom: 1px solid #e2e2e2;
}

.map-streets-search-field {
	display: block !important;
	font-size: 16px;
}


/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SCROLLBAR MAC OS X ***************/
 
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
 
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
 
 
.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
 
.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 5px; }
 
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
 
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
 
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }

/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 5px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }



loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}


/*.loader {
  color: #ffffff;
  font-size: 4px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;

}*/

.loader {
    color: #ffffff;
    font-size: 3px;
    margin: 0px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    display: inline-block;
    left: 20px;
    top: 20px;
}
/*@CUSTOM - 43*/
.loader.image-loader-overlay {
	color: #848484;
	font-size: 8px;
	left: 0px;
	/* top: 20px; */
	top: 30%;
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
}
/*@43*/
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #dfc;
  border-color: #dfc transparent #dfc transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}


.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #dfc;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

#gmap .gmap-overlay {
	background: #ececec99;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 11;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ffffffb3;
	/* opacity: 1; */
	/*display: table;*/
	/*display: inline-table;*/
	display: -webkit-box;

	display: -moz-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-align-items: center;

	-ms-flex-align: center;

	align-items: center;
}

/*#loader-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: block;
	width: 100%;
	position: absolute;

}*/
#loader-wrapper {
	/* position: fixed; */
	/* top: 0; */
	/* left: 0; */
	/* z-index: 1000; */
	background-color: transparent;
	display: block;
	width: 100%;
	position: absolute;
	/* position: relative; */
	/* z-index: 5; */
	/* vertical-align: middle; */
	/*height: 100%;*/
	/* display: inline-block; */
	/* right: 0; */
	/* bottom: 0; */
	position: relative;
	display: table-cell;
	vertical-align: middle;
	margin:0 auto;
}
/*#loader {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #004386;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: relative;
	display: block;
	margin: 128px auto;
}*/
#loader {
	/* display: block; */
	/* position: relative; */
	/* left: 0; */
	/* top: 0; */
	width: 150px;
	height: 150px;
	/* margin: -75px 0 0 -75px; */
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #004386;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: relative;
	/* width: 128px; */
	/* height: 128px; */
	display: block;
	margin: 0 auto;
	/* position: absolute; */
	/* bottom: 0; */
	/* right: 0; */
}
 
#loader::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 4px solid transparent;
	border-top-color: #fdc900;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}
 
#loader::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #F08700;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


@media screen and (max-width:1285px) { 
	header .menu-conteiner {
		/*width: 95%;*/
	}
}

@media screen and (max-width:1199px) { 
	#gmap .map-header {
		font-size: 21pt;
		top: 10px;
	}
}


@media screen and (max-width:1140px) { 
	/*#sticky {
		display: none;
	}
	#sideviewtoggle, .sideviewtoggle {
		display: block;
	}*/
}
@media screen and (max-width:1123px) { 
	.header_area {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
}

@media screen and (max-width:1029px) { 

}

@media screen and (max-width:1000px) { 

}

@media screen and (max-width:991px) { 
	#gmap .map-wrapper {
		
		margin: 50px -15px;
		
	}
	#gmap .gmap-overlay {
		align-items: start;
	}
	#loader-wrapper {

		top: 110px;
	}
}
@media screen and (max-width:865px) { 

}

@media screen and (max-width:830px) { 
	/*.social-links-top, .social-links-top li {
		display: none;
		visibility: hidden;
		opacity: 0;
	}*/
	/*.header_area {
		display: none;
		visibility: hidden;
		opacity: 0;
	}*/
}

@media screen and (max-width:767px) { 
	#gmap .map-footer {
		display:none;
		visibility:hidden;
		opacity:0;
	}

}

@media screen and (max-width:560px) {
	#gmap .map-wrapper {
		
		margin: 50px -15px;
		
	}
	#gmap .map-menu {
		max-height: 40vh;
	}
	#gmap .list {
		max-height: 40vh;
	}
	#gmap .map-address-desc {
		max-height: 40vh;
	}
	#gmap .map-header {
		font-size: 24pt;
		line-height: 24pt;
	}
	

}

@media screen and (max-width:560px) {
	/*#gmap .map-header {
		display:none;
		visibility:hidden;
		opacity:0;
	}*/
	#gmap .map-header {
		font-size: 16pt;
		line-height: 29pt;
	}
}

@media screen and (max-width:510px) {
}

@media screen and (max-width:480px) { 
}
@media screen and (max-width:414px) { 
	#gmap .map-header {
		font-size: 11pt;
		line-height: 29pt;
	}
}
@media screen and (max-width:380px) { 
	.sidebar-img-text {
		font-size: 13px;
	}
	.sidebar-img-button {
		left: 50%;
		top: 60%;
		transform: translate(-50%,-60%);
	}
	.sidebar-img-button a {
		font-size: 13px;
	}
}

@media screen and (max-width:320px) {
}