.contact-info ul,
.project-link ul,
po.social-networks,
.advice-link .link-list,
.category-list,
.location-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#nav:after,
#nav .navbar .nav:after,
.event-info:after,
.popup-content:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "Ropa Soft Pro";
	src: url("../fonts/RopaSoftPro-Regular-webfont.eot");
	src: url("../fonts/RopaSoftPro-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/RopaSoftPro-Regular-webfont.woff2") format("woff2"), url("../fonts/RopaSoftPro-Regular-webfont.woff") format("woff"), url("../fonts/RopaSoftPro-Regular-webfont.ttf") format("truetype"), url("../fonts/RopaSoftPro-Regular-webfont.svg#ropa_soft_proregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Ropa Soft Pro';
    src: url('../fonts/RopaSoftPro-Italic-webfont.eot');
    src: url('../fonts/RopaSoftPro-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RopaSoftPro-Italic-webfont.woff2') format('woff2'),
         url('../fonts/RopaSoftPro-Italic-webfont.woff') format('woff'),
         url('../fonts/RopaSoftPro-Italic-webfont.ttf') format('truetype'),
         url('../fonts/RopaSoftPro-Italic-webfont.svg#ropa_soft_proitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ropa Soft Pro';
    src: url('../fonts/RopaSoftPro-ExtraBold-webfont.eot');
    src: url('../fonts/RopaSoftPro-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RopaSoftPro-ExtraBold-webfont.woff2') format('woff2'),
         url('../fonts/RopaSoftPro-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/RopaSoftPro-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/RopaSoftPro-ExtraBold-webfont.svg#ropa_soft_proextrabold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
	font-family: "Ropa Soft Pro";
	src: url("../fonts/RopaSoftPro-ExtraBoldItalic-webfont.eot");
	src: url("../fonts/RopaSoftPro-ExtraBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/RopaSoftPro-ExtraBoldItalic-webfont.woff2") format("woff2"), url("../fonts/RopaSoftPro-ExtraBoldItalic-webfont.woff") format("woff"), url("../fonts/RopaSoftPro-ExtraBoldItalic-webfont.ttf") format("truetype"), url("../fonts/RopaSoftPro-ExtraBoldItalic-webfont.svg#ropa_soft_proextrabold_italic") format("svg");
	font-weight: bold;
	font-style: italic;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}


/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 36px;
	width: 100%;
	border: 1px solid #ebebeb;
	background: #fafafa;
	color: #494a46;
	text-align: left;
}

.jcf-select.jcf-select-alt {
	background: #c6dcda;
	border: none;
}

.jcf-select.jcf-select-alt .jcf-select-opener {
	width: 39px;
}

.jcf-select.jcf-select-alt .jcf-select-opener:after {
	color: #1a958c;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 17px;
	line-height: 20px;
	margin: 0 40px 0 10px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	bottom: 0;
	right: 0;
	top: 0;
	width: 50px;
}

.jcf-select .jcf-select-opener:after {
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 50%;
	font: 20px/1 FontAwesome;
	-webkit-transform: translate(-50%, -59%);
	-ms-transform: translate(-50%, -59%);
	transform: translate(-50%, -59%);
	color: #c6c9bd;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.jcf-select .jcf-select-opener:hover:after {
	color: #909f13;
}

.jcf-drop-active .jcf-select-opener:after {
	-webkit-transform: rotate(180deg) translate(50%, 39%);
	-ms-transform: rotate(180deg) translate(50%, 39%);
	transform: rotate(180deg) translate(50%, 39%);
}

body > .jcf-select-drop {
	position: absolute;
	z-index: 99 !important;
}

.jcf-select .jcf-select-drop .jcf-scroll {
	max-height: calc(100vh - 240px);
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: 0;
	right: 0;
	overflow-y: scroll;
	max-height: calc(100vh - 385px);
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 22px;
	font-size: 19px;
	width: 100%;
	box-shadow: 4px 6px 6px rgba(0, 0, 0, .1);
}

.jcf-drop-flipped .jcf-list {
	box-shadow: 4px -6px 6px rgba(0, 0, 0, .1);
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 8px 10px;
	color: #494a46;
	height: 1%;
	text-overflow: ellipsis;
	position: relative;
}

.jcf-list .jcf-option:after {
	width: 17px;
	height: 17px;
	border: 1px solid #ebebeb;
	background: #f4f4f4;
	position: absolute;
	top: 10px;
	left: 10px;
	content: "";
	z-index: 2;
}

.jcf-list .jcf-option:before {
	content: "\f00c";
	position: absolute;
	top: 9px;
	left: 10px;
	font: 18px/1 FontAwesome;
	color: #1a958c;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	z-index: 3;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-select-drop.jcf-compact-multiple .jcf-selected::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.jcf-select-drop.jcf-compact-multiple .jcf-option {
	padding-left: 40px !important;
}

.jcf-select-multiple-select {
	height: auto !important;
}

.jcf-select-multiple-select .jcf-select-text {
	white-space: normal !important;
	line-height: 16px !important;
}

.jcf-select-multiple-select .jcf-select-text span {
	display: block !important;
	padding: 9px 0 !important;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #d8dccf;
	width: 8px;
	bottom: 0;
	right: 0;
	top: 0;
	border-radius: 3px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #1a958c;
	height: 1px;
	width: 7px;
	border-radius: 3px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

#header {
	position: relative;
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #d8dccf;
}

.homepage #header {
	box-shadow: 0 8px 17px rgba(0, 0, 0, .2), 0 6px 20px rgba(0, 0, 0, .19);
	border: none;
}

.logo {
	float: left;
	width: 120px;
	height: auto;
}

.header-info {
	float: right;
}

.header-info .btn-holder {
	display: block;
	padding: 0 20px 20px 15px;
}

.header-info .btn-holder .btn.active {
	background: #00938a;
}

.header-info .btn-holder .btn.active:hover {
	background: #00ada2;
}

#nav .navbar {
	margin: 0;
	position: static;
	min-height: 10px;
}

#nav .navbar .nav {
	text-transform: uppercase;
	font-size: 19px;
	line-height: 22px;
	padding: 20px 0;
	margin: 0;
	font-weight: 500;
}

#nav .navbar .nav li {
	margin: 0;
	border-bottom: 1px solid rgba(0, 71, 67, .45);
}

#nav .navbar .nav li a {
	background: #00938a;
	color: #fff;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}

#nav .navbar .nav li a:hover,
#nav .navbar .nav li a:focus,
#nav .navbar .nav li a.focus {
	color: #fff;
	background: #ffb400;
}

#nav .navbar .nav li.active a {
	color: #fff;
	background: #ffb400;
}

#nav .navbar .nav .active a {
	color: #fff;
	background: #ffb400;
}

#nav .navbar .nav .active a:hover,
#nav .navbar .nav .active a:focus,
#nav .navbar .nav .active a.focus {
	color: #fff;
	background: #ffb400;
}

#nav .navbar-default {
	background: none;
	border: none;
}

#nav .navbar-default .navbar-toggle {
	width: 30px;
	height: 25px;
	border-radius: 0;
	margin: 12px 0 0;
	padding: 0;
	border: none;
	background: none !important;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
}

#nav .navbar-default .navbar-toggle:hover {
	opacity: .7;
}

#nav .navbar-default .navbar-toggle .icon-bar {
	height: 4px;
	width: 100%;
	border-radius: 0;
	background: #00938a;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
}

#nav .navbar-default .navbar-toggle .icon-bar + .icon-bar {
	top: 10px;
}

#nav .navbar-default .navbar-toggle .icon-bar + .icon-bar + .icon-bar {
	top: 20px;
}

#nav .navbar-default .navbar-toggle[aria-expanded="true"] {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#nav .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 12px;
}

#nav .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar + .icon-bar {
	opacity: 0;
}

#nav .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar + .icon-bar + .icon-bar {
	opacity: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
}

#nav .navbar-collapse {
	border: none;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	background: #00938a;
	box-shadow: 0 8px 17px rgba(0, 0, 0, .2), 0 6px 20px rgba(0, 0, 0, .19);
}

#nav .navbar-collapse:before {
	content: "";
	position: absolute;
	display: block;
	top: -30px;
	left: 0;
	right: 0;
	height: 30px;
	box-shadow: 0 8px 17px rgba(0, 0, 0, .2), 0 6px 20px rgba(0, 0, 0, .19);
	z-index: 1;
}

body {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

img {
	vertical-align: top;
	height: auto;
	max-width: 100%;
}

form,
fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

a:focus {
	outline: none;
}

input,
textarea,
select {
	font-size: 100%;
	outline: none;
	vertical-align: middle;
}

q {
	quotes: none;
}

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

hr {
	margin: 15px 0;
}

h1,
.h1 {
	color: #494a46;
	line-height: 24px;
	margin: 0 0 10px;
	font-weight: 400;
	font-size: 24px;
}

h1 a,
.h1 a {
	color: #494a46;
}

h1 a:hover,
.h1 a:hover {
	opacity: .7;
}

h1.white,
.h1.white {
	color: #fff;
}

h1.white a,
.h1.white a {
	color: #fff;
}

h1.white a:hover,
.h1.white a:hover {
	opacity: .7;
}

h1.dark-cyan,
.h1.dark-cyan {
	color: #01948c;
}

h1.dark-cyan a,
.h1.dark-cyan a {
	color: #01948c;
}

h1.dark-cyan a:hover,
.h1.dark-cyan a:hover {
	opacity: .7;
}

h2,
.h2 {
	color: #494a46;
	line-height: 22px;
	margin: 0 0 10px;
}

h2 a,
.h2 a {
	color: #494a46;
}

h2 a:hover,
.h2 a:hover {
	opacity: .7;
}

h2.white,
.h2.white {
	color: #fff;
}

h2.white a,
.h2.white a {
	color: #fff;
}

h2.white a:hover,
.h2.white a:hover {
	opacity: .7;
}

h2.dark-cyan,
.h2.dark-cyan {
	color: #01948c;
}

h2.dark-cyan a,
.h2.dark-cyan a {
	color: #01948c;
}

h2.dark-cyan a:hover,
.h2.dark-cyan a:hover {
	opacity: .7;
}

h3,
.h3 {
	color: #494a46;
	font-weight: 700;
	line-height: 22px;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: 700;
	font-style: italic;
}

h3 a,
.h3 a {
	color: #494a46;
}

h3 a:hover,
.h3 a:hover {
	opacity: .7;
}

h3.white,
.h3.white {
	color: #fff;
}

h3.white a,
.h3.white a {
	color: #fff;
}

h3.white a:hover,
.h3.white a:hover {
	opacity: .7;
}

h3.dark-cyan,
.h3.dark-cyan {
	color: #01948c;
}

h3.dark-cyan a,
.h3.dark-cyan a {
	color: #01948c;
}

h3.dark-cyan a:hover,
.h3.dark-cyan a:hover {
	opacity: .7;
}

h3.dark-green,
.h3.dark-green {
	color: #85a610;
}

h3.dark-green a,
.h3.dark-green a {
	color: #85a610;
}

h3.dark-green a:hover,
.h3.dark-green a:hover {
	opacity: .7;
}

h3.large,
.h3.large {
	margin: 0 0 2px;
}

h4,
.h4 {
	color: #494a46;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 20px;
}

h4 a,
.h4 a {
	color: #494a46;
}

h4 a:hover,
.h4 a:hover {
	opacity: .7;
}

h4.white,
.h4.white {
	color: #fff;
}

h4.white a,
.h4.white a {
	color: #fff;
}

h4.white a:hover,
.h4.white a:hover {
	opacity: .7;
}

h4.dark-cyan,
.h4.dark-cyan {
	color: #206fb6;
}

h4.dark-cyan a,
.h4.dark-cyan a {
	color: #01948c;
}

h4.dark-cyan a:hover,
.h4.dark-cyan a:hover {
	opacity: .7;
}

h5,
.h5,
h6,
.h6 {
	color: #494a46;
	font-weight: 700;
	line-height: 18px;
	margin: 0 0 20px;
}

h5 a,
.h5 a,
h6 a,
.h6 a {
	color: #494a46;
}

h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	opacity: .7;
}

h5.white,
.h5.white,
h6.white,
.white.h6 {
	color: #fff;
}

h5.white a,
.h5.white a,
h6.white a,
.white.h6 a {
	color: #fff;
}

h5.white a:hover,
.h5.white a:hover,
h6.white a:hover,
.white.h6 a:hover {
	opacity: .7;
}

p {
	margin: 0 0 20px;
}

a {
	outline: none !important;
	text-decoration: none;
}

strong,
b {
	font-weight: 700;
}

.media img {
	max-width: none;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.img-holder .bg-stretch img { 
	max-width: none;
	width: 100% !important; 
	height: 100% !important; 
	margin-top: 0px !important; 
	margin-left: 0px !important;
}

#wrapper {
	overflow: hidden;
	position: relative;
	max-width: 1308px;
	margin: 0 auto;
}

.container-fluid {
	max-width: 1308px;
}

.body .btn {
	margin: 0;
	padding: 8px 15px;
	text-transform: uppercase;
	white-space: normal;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 16px;
}

.btn {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	outline: none !important;
	position: relative;
	box-shadow: none;
}

.btn.btn-default {
	border-color: transparent;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
	background: rgba(255, 180, 0, .8);
}

.btn.btn-primary {
	border-color: #ffb400;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #ffb400;
	color: #fff;
}

.banner {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 25px 0;
}

.banner .row:before,
.banner .row:after {
	display: block;
}

.banner .img-info {
	padding: 20px 0 0;
	width: 188px;
}

.banner .img-info .text-title {
	display: block;
	color: #090400;
	margin: 0 0 10px;
}

.banner-text {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 20px;
}

.banner-text h1 small {
	display: block;
	color: #ffb400;
	font-size: 17px;
	line-height: 20px;
}

.body .banner-text .btn {
	font-size: 24px;
	line-height: 40px;
	width: 98%;
}

.info-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.info-section.row:before,
.info-section.row:after {
	display: block;
}

.link {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-style: italic;
	position: relative;
	padding: 0 0 0 15px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.link:before {
	content: "\f061";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
	line-height: 1;
	font-family: "FontAwesome";
	font-style: normal;
}

.info-block {
	margin-bottom: 20px;
}

.info-block h2 {
	padding: 0 0 4px;
	border-bottom: 1px solid #d8dccf;
	margin: 0 0 20px;
}

.info-block h3 {
	margin: 0 0 5px;
}

.info-block .img-holder {
	margin: 0 0 15px;
}

.info-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
}

.info-block .img-holder a:hover {
	opacity: .8;
}

.video {
	position: relative;
}

.video .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 50px;
}

.video .play-btn:hover {
	opacity: .8;
}

.video img {
	width: 100%;
	max-width: auto;
}

.event-info .date {
	float: left;
	width: 50px;
	padding: 7px;
	background: #01948c;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	border-radius: 6px;
	margin: 0 20px 0 0;
}

.event-info .date strong {
	display: block;
	color: #062821;
	padding: 5px 0 0;
	font-size: 16px;
	line-height: 18px;
}

.event-info .text-block {
	overflow: hidden;
}

.event-info .time-info {
	font-weight: 700;
	margin: 0 0 5px;
}

.list-events {
	margin-bottom: 20px;
}

.breadcrumb {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	padding: 14px 0;
	letter-spacing: -5px;
}

.breadcrumb > li {
	letter-spacing: 0;
}

.breadcrumb > li + li:before {
	font-family: "FontAwesome";
	font-style: normal;
	font-size: 12px;
	padding: 0 0 0 3px;
}

.section {
	line-height: 22px;
	margin: 0 0 30px;
}

.section h1 {
	border-bottom: 1px solid #d8dccf;
	padding-bottom: 18px;
	margin-bottom: 26px;
}

.section h3 {
	margin: 0 0 8px;
}

.section p {
	margin: 0 0 22px;
}

.section .img-holder {
	position: relative;
	margin: 5px 0 21px;
}

.section .img-holder .caption {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	background: rgba(0, 0, 0, .7);
	padding: 4px 12px;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
}

.section .img-holder img {
	max-width: none;
	width: 100%;
	height: auto;
}

.contact-info {
	margin: 0 0 48px;
}

.contact-info h4 {
	margin: 0;
}

.contact-info .contact-link {
	margin: 0 0 11px;
}

.contact-info .contact-link li a {
	color: #494a46;
	padding-left: 20px;
	position: relative;
}

.contact-info .contact-link li a:hover {
	color: #9ab82e;
}

.contact-info .contact-link li a:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	color: #9ab82e;
}

.contact-info .contact-link li a.phone:after {
	content: "\f095";
	font-size: 19px;
}

.contact-info .contact-link li a.mail:after {
	content: "\f0e0";
	font-size: 16px;
}

.project-link {
	margin: 0 0 30px;
}

.project-link h2 {
	padding: 0 0 7px;
	border-bottom: 1px solid #d8dccf;
	margin: 0 0 20px;
}

.form-block {
	padding-top: 9px;
}

.form-block h2 {
	letter-spacing: -1px;
	padding: 0 0 7px;
	border-bottom: 1px solid #d8dccf;
	margin: 0 0 24px;
}

.form-block .link-hold {
	margin: 0 0 20px;
}

.input-wrap {
	letter-spacing: -6px;
}

.input-wrap > * {
	letter-spacing: 0;
}

.form-row {
	margin: 0 0 20px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}

.form-control {
	font-size: 17px;
	line-height: 20px;
	height: 36px;
	padding: 6px 12px;
	border: 1px solid #ebebeb;
	background: #fafafa;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
}

.form-control:focus {
	box-shadow: none;
	border-color: #ebebeb;
}

.form-control.textarea {
	height: 146px;
	resize: none;
	width: 100%;
}

.blog-block h2 {
	padding: 0 0 7px;
	border-bottom: 1px solid #d8dccf;
	margin: 0 0 21px;
}

.blog-block.alt .blog-post {
	border-bottom: 1px solid #d8dccf;
	padding-bottom: 20px;
	margin: 0 0 50px;
}

.blog-block.alt .blog-post.add {
	border: none;
}

.blog-block h3 {
	margin: 0 0 2px;
}

.blog-section {
	margin: 0 0 20px;
}

.blog-post {
	margin: 0 0 39px;
	overflow: hidden;
}

.blog-post .img-holder {
	margin: 0 0 15px;
}

.blog-post .img-holder img {
	max-width: none;
}


.blog-post .img-holder a:hover img {
	opacity: .8;
}

.blog-post .img-holder img {
	width: 100%;
	max-width: none;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.blog-post .user-pic {
	float: left;
	margin-right: 28px;
}

.blog-post .blog-desc {
	max-width: 310px;
}

.blog-post .blog-txt {
	overflow: hidden;
}

.social-pannel {
	border-bottom: 1px solid #d8dccf;
	overflow: hidden;
	margin: 0 0 26px;
	padding: 0 0 15px;
}

.social-pannel .social-networks {
	float: left;
}

.social-pannel .btn {
	float: right;
	max-width: 40%;
	padding: 6px 10px;
}

.social-networks {
	letter-spacing: -5px;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin-right: 13px;
	letter-spacing: 0;
}

.social-networks li a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffb400;
	display: block;
	text-align: center;
	color: #fff;
}

.social-networks li a > i {
	line-height: 30px;
	font-size: 15px;
}

.social-networks li a:hover {
	background: #e6a200;
}

.row-holder {
	margin: 0 0 20px;
}

.row-holder .img-holder {
	margin: 0 0 30px;
}

.row-holder .img-holder img {
	max-width: auto;
	width: 100%;
}

.row-holder p {
	margin: 0 0 24px;
}

.two-cols {
	margin: 0 0 10px;
}

.advice-link {
	margin: 0 0 30px;
}

.advice-link h2 {
	padding: 0 0 7px;
	border-bottom: 1px solid #d8dccf;
	margin: 0 0 21px;
}

.advice-link .link-wrap {
	overflow: hidden;
}

.advice-link .link-list {
	max-width: 40%;
	float: left;
	padding-right: 10px;
}

.advice-link .link-list.right {
	float: right;
	padding-right: 0;
}

.comment-block {
	margin: 0 0 30px;
}

.comment-block h2 {
	padding: 0 0 7px;
	border-bottom: 1px solid #d8dccf;
	margin: 0 0 11px;
}

.intro-blog {
	margin: 0 0 30px;
	padding-top: 8px;
}

.blog-slider {
	position: relative;
	margin: 0 0 20px;
}

.blog-slider .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.blog-slider .slideset {
	width: 99999px;
	float: left;
}

.blog-slider .slide {
	float: left;
	width: 100%;
	margin-left: -2px;
	padding-left: 2px;
	min-height: 385px;
}

.blog-slider .slide.active .blog-slider .slide {
	z-index: 0;
}

.blog-slider .img-holder {
	position: relative;
	z-index: 1;
}

.blog-slider .img-holder a:hover img {
	opacity: .8;
}

.blog-slider .text-hold {
	overflow: hidden;
	padding: 10px;
	border: solid #ebebeb;
	border-width: 1px 0 1px 1px;
}

.blog-slider .text-hold h3 {
	margin: 0 0 5px;
}

.blog-slider .controller {
	position: absolute;
	bottom: 15px;
	left: 19px;
	z-index: 99;
}

.blog-slider .btn-prev,
.blog-slider .btn-next,
.blog-slider .page-info {
	display: inline-block;
	vertical-align: middle;
}

.blog-slider a.btn-prev,
.blog-slider a.btn-next {
	color: #808080;
	line-height: 24px;
}

.blog-slider a.btn-prev:hover,
.blog-slider a.btn-next:hover {
	color: #aec01d;
}

.blog-slider .page-info {
	margin: -2px 5px 0;
}

.category-block h2 {
	padding: 0 0 7px;
	border-bottom: 1px solid #d8dccf;
	margin: 0 0 22px;
}

.category-block h2.alt {
	margin-top: -5px;
}

.category-list {
	letter-spacing: -5px;
}

.category-list li {
	display: inline-block;
	vertical-align: top;
	padding-right: 9px;
	margin: 0 0 8px;
	letter-spacing: -1px;
}

.category-list li a {
	display: block;
	padding: 4px 17px;
	background: #d8e8e7;
	border-radius: 6px;
	color: #494a46;
}

.category-list li a:hover {
	background: #c8dfdd;
}

.search-form {
	letter-spacing: -5px;
}

.search-form > * {
	letter-spacing: 0;
}

.search-form input[type="search"] {
	padding-right: 40px;
}

.search-form .search-icon {
	position: absolute;
	top: 7px;
	right: 16px;
	color: #c6c9bd;
}

.search-form .search-icon:hover {
	color: #909f13;
}

.search-form .search-icon .fa-search {
	font-size: 20px;
}

.search-form input[type=submit] {
	min-width: 109px;
	background: #00938a;
	color: #fff;
	outline: none;
	border: none;
	height: 40px;
	border-radius: 5px;
	box-shadow: none;
	display: inline-block;
	vertical-align: top;
	margin-top: -3px;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.search-form input[type=submit]:hover {
	background: #00ada2;
}

.form-links .link {
	min-width: 109px;
	background: #0e766c;
	color: #fff;
	height: 40px;
	border-radius: 5px;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 8px 20px 7px 35px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.form-links .link:before {
	content: "\f061";
	position: absolute;
	left: 17px;
	top: 11px;
	font-size: 15px;
	line-height: 1;
	font-family: "FontAwesome";
	font-style: normal;
}

.form-links .link:hover {
	background: #9bb82c;
}

.search-result {
	margin: 0 0 38px;
}

.search-result .header {
	overflow: hidden;
	border-bottom: 1px solid #d8dccf;
	margin: 0 0 30px;
	padding-bottom: 12px;
}

.search-result .header .title {
	display: block;
	float: left;
	max-width: 50%;
	padding-top: 5px;
}

.search-result .header .btn {
	float: right;
	max-width: 50%;
}

.search-product {
	margin: 0 0 30px;
}

.search-product .category-list {
	padding-top: 15px;
}

.search-product .img-holder {
	margin: 0 0 15px;
}

.search-product .img-holder a:hover img {
	opacity: .8;
}

.search-product .img-holder img {
	background: #000;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	width: 100%;
	max-width: auto;
	
}

.thumb-list {
	font-size: 0;
	line-height: 1px;
	margin: 0 -14px;
}

.thumb-list .thumb-hold {
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	padding: 0 14px;
	margin: 0 0 27px;
}

.thumb-list .thumb {
	position: relative;
	display: block;
	font-style: italic;
	color: #fff;
	overflow: hidden;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
}

.thumb-list .thumb img {
	max-width: auto;
	width: 100%;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.thumb-list .thumb:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.thumb-list .caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 30px;
	text-align: center;
}

.office-info {
	color: #fff;
	margin-bottom: 20px;
	background: #00938a;
	padding: 20px;
}

.office-info h3 {
	color: #ffb400;
	margin: 0;
}

.office-info h4 {
	color: #fff;
	margin: 0;
}

.office-info .link {
	color: #ffb400;
	max-width: 260px;
}

.office-info .contact-link li a {
	color: #fff;
}

.office-info .contact-link li a:hover {
	color: #ffb400;
}

.office-info .contact-link li a:after {
	color: #ffb400;
}

.office-info .contact-info {
	margin: 0;
}

.gallery-block {
	margin: 0 0 30px;
}

.gallery-block h2 {
	padding: 0 0 7px;
	border-bottom: 1px solid #d8dccf;
	margin: 0 0 14px;
}

.gallery {
	position: relative;
	margin: 0 0 22px;
}

.gallery .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	overflow: hidden;
}

.gallery .slide.active {
	z-index: 2;
}

.gallery .gallery.not-enough-slides,
.gallery .gallery.not-enough-slides {
	visibility: hidden;
}

.gallery-control {
	position: relative;
	max-width: 656px;
	margin: 0 auto;
	padding: 0 55px;
}

.gallery-control .mask {
	position: relative;
	overflow: hidden;
}

.gallery-control .slideset {
	width: 100% !important;
	float: left;
	white-space: nowrap;
	font-size: 0;
	line-height: 1px;
}

.gallery-control .slide {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	padding: 0 14px;
}

.gallery-control .slide a:hover {
	opacity: .8;
}

.gallery-control .slide img {
	width: 100%;
	max-width: auto;
}

.gallery-control .btn-prev,
.gallery-control .btn-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-43%);
	-ms-transform: translateY(-43%);
	transform: translateY(-43%);
	font-size: 57px;
	color: #e2e6db;
	left: -5px;
}

.gallery-control .btn-prev.btn-next,
.gallery-control .btn-next.btn-next {
	left: auto;
	right: -5px;
}

.gallery-control .btn-prev:hover,
.gallery-control .btn-next:hover {
	color: #909f13;
}

.map-block {
	position: relative;
	z-index: 2;
	height: calc(100vh - 65px);
	min-height: 370px;
}

.map-block #map {
	margin-left: 363px;
}

.map-block.map-info-active #map {
	margin-left: 30px;
}

.map-block .pin {
	position: absolute;
	left: 49%;
	bottom: 30%;
	font-size: 40px;
}

.map-block .tooltip {
	position: absolute;
	top: 10%;
	right: 20%;
}

.map-block .form-row {
	margin: 0 0 23px;
}

.map-block .form-row.alt {
	margin: 0 0 10px;
}

.map-block .search-form {
	margin: 0;
}

.map-block .search-form .form-control {
	background: #c6dcda;
	border: none;
}

.map-block .search-form input[type="submit"] {
	background: #9bb82c;
	padding: 6px 20px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.map-block .search-form input[type="submit"]:hover {
	background: #accd31;
}

.map-block .search-form .search-icon {
	color: #1a958c;
	right: 10px;
	top: 5px;
}

.map-block .bottom-block {
	display: table-footer-group;
	height: 1%;
	width: 100%;
}

.map-block .bottom-block .txt-holder {
	margin: 0 0 7px;
}

.map-block .bottom-block .txt-holder p {
	margin: 0 0 12px;
}

.map-block .bottom-block .txt-holder h3 {
	margin-bottom: 14px;
	padding-bottom: 11px;
}

.map-info {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 290px;
	color: #fff;
	background: #1a958c;
	box-shadow: 5px 0 5px rgba(0, 0, 0, .2);
	padding: 17px 17px 0;
	-webkit-transform: translateX(-290px);
	-ms-transform: translateX(-290px);
	transform: translateX(-290px);
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	z-index: 999;
}

.map-info h3 {
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.map-info .map-info-content {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.map-info .map-info-opener {
	width: 30px;
	height: 100%;
	background: #0e766c;
	display: block;
	position: absolute;
	right: -30px;
	top: 0;
	box-shadow: 5px 0 5px rgba(0, 0, 0, .2);
}

.map-info .map-info-opener:after {
	content: "\f054";
	font: 22px/1 "fontawesome";
	color: #fff;
	position: absolute;
	top: 48%;
	right: 8px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.map-info-active .map-info {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	pointer-events: auto;
}

.map-info-active .map-info-opener:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.accordion .opener {
	display: block;
	background: #0e766c;
	color: #fff;
	position: relative;
	font-weight: 700;
	font-style: italic;
	font-size: 23px;
	line-height: 27px;
	padding: 10px 50px 10px 17px;
}

.accordion .opener:after {
	content: "\f078";
	position: absolute;
	top: 50%;
	right: 20px;
	font: 20px/1 FontAwesome;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.accordion .opener:hover {
	background: #9bb82c;
}

.accordion .item {
	border-bottom: 1px solid #0e766c;
}

.accordion .item.active .opener {
	background: #9bb82c;
}

.accordion .item.active .opener:after {
	-webkit-transform: rotate(180deg) translateY(50%);
	-ms-transform: rotate(180deg) translateY(50%);
	transform: rotate(180deg) translateY(50%);
}

.accordion .item:first-child {
	border-color: #1a958c;
}

.accordion .slide {
	background: #fff;
	color: #494a46;
	padding: 10px 10px;
}

.accordion .slide .jcf-scrollable-wrapper {
	width: 100% !important;
}

.accordion .slide .jcf-scrollable {
	width: 100% !important;
	overflow: hidden;
	overflow-y: auto;
	height: calc(100vh - 136px);
}

.location-list {
	overflow: hidden;
	padding-right: 15px;
	font-size: 17px;
	line-height: 20px;
}

.location-list li {
	margin: 0 0 20px;
	overflow: hidden;
}

.location-list .img-holder {
	float: left;
	margin-right: 14px;
	margin-bottom: 15px;
}

.location-list .title {
	overflow: hidden;
	display: block;
	padding-right: 60px;
	position: relative;
}

.location-list .desc {
	overflow: hidden;
}

.location-list .number {
	color: #9bb82c;
	text-transform: uppercase;
}

.location-list h5 {
	margin: 0;
	font-size: inherit
}

.location-list p {
	margin: 0;
}

.location-list a {
	display: inline-block;
}

.location-list .distance {
	text-align: right;
	color: #1a958c;
	position: absolute;
	width: 55px;
	right: 0;
	top: 0;
	padding-left: 0;
	font-size: 17px;
}

.location-list .distance:after {
	display: none;
}

.distance, .time {
	color: #ffb400;
	font-weight: 700;
	line-height: 20px;
	font-style: italic;
	position: relative;
	padding-left: 20px;
}

.distance:after {
	content: "\f041";
	position: absolute;
	top: 0;
	left: 0;
	font: 17px/1 FontAwesome;
}

.time:after {
	content: "\f073";
	position: absolute;
	top: 0;
	left: 0;
	font: 17px/1 FontAwesome;
}

.hover-tooltip {
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	background: #fff;
	color: #494a46;
	padding: 6px 10px;
	z-index: 99;
	box-shadow: 5px 1px 7px rgba(0, 0, 0, .2);
}

.hover-tooltip:after {
	content: "";
	height: 0;
	width: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.popup-holder .popup-wrap {
	position: relative;
	padding: 41px 16px 34px;
	background: #fff;
}

.popup-holder .popup {
	display: none;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 96%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, .2);
	position: absolute;
	z-index: 999;
	font-size: 19px;
	line-height: 22px;
}

.popup-holder .popup-opener {
	padding: 5px 10px;
	background: #aec01d;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.popup-holder .popup-close {
	color: #5e5e5e;
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.popup-holder .popup-close:hover {
	opacity: .8;
}

.popup-holder .footer, .gm-style-iw .footer {
	border-top: 1px solid #c7c7c7;
	padding-top: 15px;
}

.popup-holder .footer .title, .gm-style-iw .footer .title {
	font-weight: 400;
	margin-right: 10px;
}

.gm-style-iw .popup-content, .gm-style-iw .footer {
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
	font-family: "Ropa Soft Pro", Arial, Helvetica, sans-serif;
}

.popup-content .location-col {
	overflow: hidden;
}

.popup-content .location-col .distance {
	font-size: 19px;
	line-height: 22px;
}

.popup-content .location-col .img-holder {
	margin: 0 0 13px;
}

.popup-content .location-col address {
	margin: 0;
	font-style: normal;
	margin: 0;
	line-height: 22px;
}

.popup-content .location-col time {
	display: block;
}

.popup-content .location-col .tel {
	position: relative;
	padding-left: 20px;
	color: #494a46;
	display: inline-block;
	margin: 0 0 9px;
}

.popup-content .location-col .link {
	max-width: 180px;
}

.popup-content .location-col .tel:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	color: #9ab82e;
	content: "\f095";
	font-size: 19px;
}

.popup-content .category-list {
	float: right;
	width: 127px;
	overflow: hidden;
}

.popup-content .txt-content {
	overflow: hidden;
	padding-right: 20px;
	margin-top: -4px;
}

.popup-content .txt-content h3 {
	margin: 0 0 4px;
	font-size: 23px;
	line-height: 27px;
}

.search-form-xs {
	background: #00938a;
	padding: 39px 27px;
	position: relative;
	z-index: 9999;
}

.pagination-wrap {
	border-top: 1px solid #d8dccf;
	padding-top: 30px;
	margin-bottom: 40px;
}

.pagination {
	margin: 0;
	font-size: 15px;
}

.pagination > li > a {
	border-width: 0 0 0 1px;
}

.pagination > li:first-child > a {
	border-color: transparent;
	border-bottom-left-radius: 13px;
	border-top-left-radius: 13px;
}

.pagination > li:last-child > a {
	border-bottom-right-radius: 13px;
	border-top-right-radius: 13px;
}

#footer {
	background: #e2e6d9;
}

.footer-aside {
	padding: 20px 0;
	background: #f6faed;
}

.footer-aside h4 {
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #63645f;
}

.footer-aside .row > * {
	margin-bottom: 15px;
}

.footer-aside .img-logo {
	display: block;
	width: 145px;
	margin: 0 0 20px;
}

.footer-aside address {
	display: block;
	margin: 0 0 20px;
	line-height: 24px;
}

.footer-aside .h4 {
	display: block;
	margin: 0;
}

.footer-aside .sub-nav {
	margin-bottom: 28px;
}

.footer-holder {
	padding-top: 20px;
	padding-bottom: 20px;
}

.info-partner {
	margin: 0 0 20px;
}

.list-logo li {
	vertical-align: middle;
	margin-bottom: 10px;
}

.list-logo img {
	vertical-align: middle;
}

.list-logo a:hover {
	opacity: .8;
}

.list-contact a {
	color: #494a46;
}

.list-contact a i {
	color: #aec01d;
}

.list-contact a:hover {
	opacity: .7;
}

@media (min-width: 480px) {

	.mobile {
		display: none;	
	}

	.desktop {
		display: block;	
	}

	.blog-slider .slide {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.blog-slider .img-holder {
		width: 54%;
	}

	.blog-slider .text-hold {
		width: 46%;
		padding: 16px 19px 43px;
	}

	.gallery-control .slide {
		width: 33.333%;
	}
}

/*@media (min-height: 768px) {
	.accordion .slide .jcf-scrollable {
		height: calc(100vh - 595px);
	}
}*/

@media (min-width: 768px) {

	.map-block {
		height: calc(100vh - 68px);
/*		min-height: 560px;*/
	}

	.map-info {
		width: 333px;
		padding: 33px 33px 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.map-info .map-info-opener:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.map-info-active .map-info {
		-webkit-transform: translateX(-333px);
		-ms-transform: translateX(-333px);
		transform: translateX(-333px);
	}

	.map-info-active .map-info-opener:after {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.jcf-select {
		height: 50px;
	}

	.homepage #header {
		box-shadow: 6.6px 4.6px 17px rgba(0, 0, 0, .2), 4.9px 3.4px 20px rgba(0, 0, 0, .19);
	}

	.logo {
		margin: 3px 0 0;
	}

	.header-info .btn-holder {
		float: left;
		padding: 6px 0 0;
		margin: 0 0 0 10px;
		max-width: 120px;
	}

	.body .header-info .btn {
		font-size: 13px;
		line-height: 16px;
	}

	.header-info .info-img {
		float: right;
		max-width: 220px;
		margin: 10px 0 0 10px;
	}

	#nav {
		float: left;
	}

	#nav .navbar {
		float: none;
	}

	#nav .navbar .nav {
		float: left;
		font-size: 13px;
		line-height: 16px;
		padding: 15px 0 0;
		max-width: 340px;
	}

	#nav .navbar .nav li {
		float: left;
		padding: 0 0 0 10px;
		border: none;
	}

	#nav .navbar .nav li:first-child {
		padding: 0;
	}

	#nav .navbar .nav li a {
		background: none;
		color: #666;
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	#nav .navbar .nav li a:hover,
	#nav .navbar .nav li a:focus,
	#nav .navbar .nav li a.focus {
		color: #01948c;
		background: none;
	}

	#nav .navbar .nav li.active a {
		color: #01948c;
		background: none;
	}

	#nav .navbar .nav .active a {
		color: #01948c;
		background: none;
	}

	#nav .navbar .nav .active a:hover,
	#nav .navbar .nav .active a:focus,
	#nav .navbar .nav .active a.focus {
		color: #01948c;
		background: none;
	}

	#nav .navbar-collapse:before {
		display: none;
	}

	#nav .navbar-collapse {
		position: static;
		background: none;
		box-shadow: none;
	}

	h1,
	.h1 {
		font-size: 60px;
		line-height: 55px;
		margin: 0 0 17px;
	}

	h1.add,
	.h1.add {
		margin: 0 0 30px;
	}

	h2,
	.h2 {
		font-size: 36px;
		line-height: 40px;
	}

	h3,
	.h3 {
		font-size: 24px;
		line-height: 27px;
	}

	h3.large,
	.h3.large {
		font-size: 28px;
		line-height: 32px;
	}

	h4,
	.h4 {
		font-size: 19px;
		line-height: 22px;
	}

	h5,
	.h5,
	h6,
	.h6 {
		font-size: 16px;
		line-height: 20px;
	}

	body {
		font-size: 15px;
		line-height: 18px;
	}

	.banner {
		padding: 40px 0;
	}

	.banner .container-fluid {
		min-height: 340px;
		position: relative;
	}

	.banner .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.banner .block-center {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.banner .img-info {
		padding: 0;
		position: absolute;
		left: 14px;
		bottom: 0;
		z-index: 2;
	}

	.banner-text {
		font-size: 17px;
		line-height: 20px;
		margin: 0;
		padding: 0 0 100px;
	}

	.info-section {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.info-section.row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.info-block .img-holder {
		margin: 4px 0 0;
	}

	.breadcrumb {
		font-size: 23px;
		line-height: 28px;
		font-weight: 400;
		margin: 0 0 15px;
	}

	.section {
		margin: 0 0 50px;
	}

	.section.alt {
		margin: 0 0 28px;
	}

	.project-link h2 {
		margin: 0 0 31px;
	}

	.input-wrap {
		margin: 0 -14px;
	}

	.input-wrap.alt {
		margin: 0 -7px;
	}

	.input-wrap.alt .form-row.one-third {
		padding: 0 7px;
	}

	.form-row.half {
		width: 50%;
		padding: 0 14px;
	}

	.form-row.one-third {
		width: 33.333%;
		padding: 0 14px;
	}

	.form-row.two-third {
		width: 66.666%;
		padding: 0 14px;
	}

	.two-cols {
		margin: 0 0 30px;
	}

	.blog-slider {
		margin: 0;
	}

	.search-form {
		margin: 0 -14px;
	}

	.search-form .search-icon {
		right: 25px;
	}

	.search-result .header .title {
		max-width: 80%;
		padding-top: 20px;
	}

	.search-result .header .btn {
		max-width: 20%;
	}

	.search-product {
		margin: 0 0 38px;
	}

	.search-product .img-holder {
		margin: 0;
	}

	.thumb-list {
		padding-top: 25px;
	}

	.thumb-list .thumb-hold {
		width: 33.333%;
		display: inline-block;
		vertical-align: top;
	}

	.gallery-control .slide {
		width: 20%;
	}

	.footer-aside {
		padding-bottom: 10px;
	}
}

/*@media (min-width: 1024px) and (min-height: 787px) {

	.accordion .slide .jcf-scrollable {
		height: calc(100vh - 660px);
	}
}*/

@media (min-width: 1024px)/* and (max-height: 786px) */{

	.accordion .slide .jcf-scrollable {
		height: calc(100vh - 138px);
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 7px 0;
	}

	.header-info .btn-holder {
		margin-left: 20px;
		max-width: 140px;
		padding-top: 13px;
	}

	.body .header-info .btn {
		font-size: 17px;
		line-height: 20px;
	}

	.header-info .info-img {
		max-width: 300px;
		margin-left: 20px;
		margin-top: 10px;
	}

	#nav .navbar .nav {
		font-size: 17px;
		line-height: 20px;
		max-width: 500px;
		padding-top: 22px;
	}

	#nav .navbar .nav li {
		padding: 0 0 0 20px;
	}

	#nav .navbar .nav li:first-child {
		padding: 0;
	}

	body {
		font-size: 19px;
		line-height: 24px;
	}

	.body .btn {
		font-size: 17px;
		line-height: 20px;
	}

	.banner .container-fluid {
		min-height: 450px;
	}

	.banner .img-info .text-title {
		font-size: 19px;
		line-height: 22px;
	}

	.banner-text {
		font-size: 19px;
		line-height: 22px;
	}

	.banner-text h1 small {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 12px;
	}

	.info-block {
		line-height: 22px;
	}

	.video .play-btn {
		font-size: 92px;
	}

	.breadcrumb > li + li:before {
		font-size: 17px;
		padding: 0 5px;
	}

	.section {
		margin: 0 0 97px;
	}

	.blog-slider .slide {
/*		height: 300px;*/
	}

	.blog-block.alt {
		margin: 0 0 35px;
	}

	.blog-section {
		margin: 0 0 54px;
	}

	.social-pannel .btn {
		line-height: 20px;
		font-size: 17px;
		padding: 4px 13px;
	}

	.row-holder {
		margin: 0 0 42px;
		line-height: 22px;
	}

	.row-holder .img-holder.alt {
		margin: 0 0 50px;
	}

	.two-cols {
		margin: 0 0 97px;
	}

	.intro-blog {
		margin: 0 0 63px;
	}

	.category-list li {
		font-size: 17px;
	}

	.thumb-list .thumb {
		font-size: 30px;
		line-height: 28px;
		font-weight: normal;
	}

/*	.office-info {
		width: 462px;
		height: 503px;
		background: url(../images/abstract-bg.png) no-repeat 0 0;
		padding: 41px 88px 116px 136px;
		margin-left: -30px;
	}*/

	.gallery-block {
		margin: 0 0 63px;
	}

	.map-block {
		height: calc(100vh - 70px);
	}

	.accordion .opener {
		padding: 10px 50px 10px 30px;
	}

	.distance {
		font-size: 24px;
		line-height: 27px;
	}

	.distance:after {
		font-size: 23px;
	}

	.pagination-wrap {
		margin-bottom: 66px;
	}

	.footer-aside {
		padding: 30px 0 12px;
	}

	.footer-aside .img-logo {
		margin-bottom: 30px;
	}

	.footer-holder {
		padding-top: 32px;
		padding-bottom: 60px;
	}

	.info-partner {
		margin-bottom: 30px;
	}

	.list-logo {
		margin: 0 -20px;
	}

	.list-logo li {
		padding: 0 20px;
	}

	.list-footer {
		margin: 0 -20px;
	}

	.list-footer li {
		padding: 0 20px;
	}

	.popup-holder .popup-wrap {
		padding: 26px 24px 34px;
	}

	.popup-holder .popup {
		margin-bottom: 30px;
		top: auto;
		bottom: 50px;
		top: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		position: absolute;
		width: 674px;
	}

	.popup-holder .popup:after {
		content: "";
		height: 0;
		width: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 15px solid #fff;
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
		transform: translatex(-50%);
		z-index: -1;
	}

	.popup-holder .popup-close {
		display: none;
	}

	.popup-content {
		margin: 0 0 32px;
	}
	
	.gm-style-iw .popup-content {
		margin: 26px 0 32px 12px;
	}

	.gm-style-iw .footer {
		margin: 0 0 12px 12px;
	}
	.popup-content .location-col {
		width: 194px;
		padding-right: 20px;
		float: left;
	}

	.popup-content .location-col time {
		margin: 0 0 22px;
	}

	.popup-content .text-xs {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1023px) {

	.popup-content .text-sm, .footer {
		display: none;
	}

	.popup-content .txt-content {
		padding: 0;
	}

	.popup-content .location-col {
		margin-bottom: 13px;
	}

	.popup-content .location-col .img-holder {
		position: relative;
	}

	.popup-content .location-col .txt-wrap {
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.map-info-active .map-info:after {
		content: "";
		position: absolute;
		top: 0;
		left: 100%;
		right: -9999px;
		bottom: 0;
		background: rgba(0, 0, 0, .8);
		z-index: -1;
		pointer-events: none;
	}

	.popup-holder .popup:before {
		position: absolute;
		content: "";
		top: -9999px;
		left: -9999px;
		bottom: -9999px;
		right: -9999px;
		background: rgba(0, 0, 0, .8);
		z-index: -1;
	}

	.map-block #map {
		margin-left: 30px;
	}

	.mobile {
		display: block;	
	}

	.desktop {
		display: none;	
	}
}

@media (max-width: 479px) {
	.blog-slider {
		padding-bottom: 50px;
	}

	.blog-slider .slide {
		height: auto;
	}
	
	.blog-slider .text-hold {
		border-width: 0;
		padding: 0;
	}

	.blog-slider .controller {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

