<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: visualmax
Theme URI: http://underscores.me/
Author: visualmax
Author URI: http://visualmax.com
Description: Custom Wordpress Theme, based on visualmax components needs. Responsive, fluid, bootstrap 3.3.7 ready.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: visualmax
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

visualmax is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
* General settings
 **/
div.site {
	opacity: 0;
}
body {
	/*font-family: 'Aileron-Regular', sans-serif;*/
	font-size: 20px;
	font-family: 'Catamaran', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

@font-face {
	font-family: 'Aileron-Regular';
	src: url('fonts/Aileron-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Aileron-Regular.otf')  format('opentype'),
	url('fonts/Aileron-Regular.woff') format('woff'), url('fonts/Aileron-Regular.ttf')  format('truetype'), url('fonts/Aileron-Regular.svg#Aileron-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeue-Bold';
	src: url('fonts/BebasNeue-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/BebasNeue-Bold.otf')  format('opentype'),
	url('fonts/BebasNeue-Bold.woff') format('woff'), url('fonts/BebasNeue-Bold.ttf')  format('truetype'), url('fonts/BebasNeue-Bold.svg#BebasNeue-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueBook';
	src: url('fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),  url('fonts/BebasNeueBook.woff') format('woff'), url('fonts/BebasNeueBook.ttf')  format('truetype'), url('fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
	font-weight: normal;
	font-style: normal;
}
section.page-section.page-section--cover {
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.entry-content.container {
	padding: 20px 0px;
}
.site-header {
	position: fixed;
	width: 100%;
	left: 0px;
	z-index: 3;
	top: 0px;
}
.page-section.page-section--full.page-section--video {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background-position: center;
}
.video-caption--inside p {
	color: #fff;
}
#vm_video {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
}
.video-caption--inside {
	max-width: 580px;
	width: 100%;
	padding-bottom: 3%;
	transform: translate3d(0px,-45%,0px);
	opacity: 0;
	padding-left: 15px;
}
.loaded .video-caption--inside {
	transform: translate3d(0px,0px,0px);
	opacity: 1;
}
.video-caption--inside .big-title {
	font-family: BebasNeue-Bold;
	font-weight: bold;
	font-size: 175px;
	line-height: 135px;
	padding-top: 9px;
}
.video-caption--inside .small-title {
	font-family: BebasNeueBook;
	font-size: 46px;
	font-weight: normal;
	padding-left: 5px;
	line-height: 50px;
	margin-bottom: 0px;
}
.video-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.site-header,
.site-footer {
	background-color: #0c1b2d;
	color: #fff;
}
.menu-side ul.menu li {
	display: inline-block;
	margin-left: 13px;
	padding: 15px 0px 10px 0px;
}
.menu-side ul.menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.menu-side ul.menu li.current-menu-item a,
.menu-side ul.menu li a:hover {
	color: #2c96bb;
}
.menu-side ul.menu li a {
	color: #fff;
	font-family: BebasNeueBook;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	line-height: 35px;
}
.site-branding {
	padding-top: 15px;
	padding-bottom: 15px;
}
.relative {
	position: relative;
}
.vh-height {
	height: 100vh;
}
/** Section intro
 */
.page-section--title-right .title-area {
	float: right;
}
.page-section .title {
	font-family: "BebasNeue-Bold", serif;
	font-size: 58px;
	position: relative;
	margin-top: 0px;
	line-height: 51px;
	margin-bottom: 0px;
}
.page-section .content-container p {
	font-size: 22px;
	line-height: 30px;
}
.line-above .title:after {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #0099d7;
	content: "";
	bottom: -10px;
	left: 0px;
}
.line-above .title {
	position: relative;
	color: #0c1b2d;
}
.page-section--title-left .line-above {
	padding-right: 25px;
	margin-bottom: 35px;
}
.page-section.page-section--video {
	padding: 0px;
}
.page-section {
	padding: 70px 0px;
}
/** Page section benefits
 */
.page-section--benefits .title {
	font-size: 26px;
	text-align: center;
	line-height: 27px;
	font-family: BebasNeueBook;
}
.home section.page-section.page-section--benefits {
	padding-top: 0px;
	padding-bottom: 0px;
}
.figure-container {
	max-width: 90px;
	margin: 3px auto;
}
.back {
	text-align: center;
}
.front {
	background: #f1f1f1;
}
.back {
	background: #0c1b2d;
	padding: 0px 10px;
	color: #fff;
}
/** Work section
 */
.itemgal {
	background-repeat: no-repeat;
	background-size: cover;
}
.page-section.page-section--work &gt; .container {
	max-width: 750px;
}
.page-section.page-section--work .title-area .line-above {
	margin-bottom: 40px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.itemgal .mask:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 153, 215, 0.7);
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
}
.gal-tax {
	position: absolute;
	width: 100%;
	display: table;
	height: 100%;
	text-align: center;
	top: 0px;
	left: 0px;
}
.gal-tax p {
	color: #fff;
	font-size: 17px;
	text-shadow: 1px 2px 5px rgba(0,0,0,0.5);
}

.owl-partners .itempart img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.owl-partners .itempart img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.page-section.page-section--light {
	background: #f1f1f1;
}
.page-section.page-section--dark {
	background: #37393B;
}
.itempart.item img {
	margin: 0 auto;
	max-width: 100%;
	height: auto !important;
}
.recognitem {
	padding: 15px;
	background: #f1f1f1;
	max-width: 240px;
	text-align: center;
	margin: 0 auto 25px auto;
}
.title-recog {
	font-family: BebasNeueBook;
	text-transform: uppercase;
	font-size: 31px;
}
.tagline-recog {
	font-size: 18px;
	color: #0c1b2d;
	font-weight: 500;
}
.icon-recog {
	padding: 0px 15px;
}
.page-section--reognition .line-above {
	padding-top: 40px;
}
.page-section--reognition .line-above {
	margin-bottom: 40px;
}
.back p {
	font-size: 16px;
	margin: 0px;
}
.line-above.relative {
	margin-bottom: 35px;
}
.itemgal.relative {
	overflow: hidden;
}
a.mask {
	width: 100%;
	height: 100%;
}
ul.noul li {
	display: inline-block;
	margin: 0px 8px;
}
ul.noul li button.is-checked {
	color: #0c1b2d;
}
ul.noul li button {
	background: transparent;
	font-family: 'Catamaran', sans-serif;
	font-size: 17px;
	padding: 0px;
	font-weight: 600;
	outline: 0 !important;
	color: grey;
	box-shadow: none !important;
}
section.page-section.page-section--large-version {
	margin-top: 50px;
}
.page-section.page-section--work.page-section--large-version {
	min-height: 90vh;
}
ul.noul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

/** Masonry plugin
 */
.wpb_wrapper {
	position: relative;
}
.mkd-portfolio-list-holder-outer {
	position: relative;
}
.mkd-portfolio-list-holder {
	height: 100%;
}
.mkd-portfolio-list-holder-outer.mkd-ptf-four-columns article {
	width: 25%;
}
.mkd-portfolio-list-holder article.mix {
	display: none;
	visibility: hidden;
	float: left;
}
.mkd-portfolio-list-holder article {
	position: relative;
	vertical-align: top;
}
.mkd-portfolio-list-holder-outer.mkd-portfolio-gallery-hover article .mkd-ptf-item-image-holder {
	overflow: hidden;
}
.mkd-portfolio-list-holder-outer.mkd-ptf-gallery article .mkd-ptf-item-image-holder {
	overflow: hidden;
}
.mkd-portfolio-list-holder article .mkd-ptf-item-image-holder {
	position: relative;
}
.mkd-portfolio-list-holder-outer.mkd-portfolio-gallery-hover article:hover .mkd-ptf-item-text-overlay {
	opacity: 1;
}
.mkd-portfolio-list-holder-outer.mkd-portfolio-gallery-hover article .mkd-ptf-item-text-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	color: #fff;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.mkd-portfolio-list-holder-outer.mkd-ptf-gallery article .mkd-ptf-item-text-overlay-inner {
	position: relative;
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}

.mkd-portfolio-list-holder-outer.mkd-portfolio-gallery-hover article .mkd-ptf-item-text-overlay-inner {
	position: relative;
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}

.mkd-portfolio-list-holder-outer.mkd-ptf-gallery:not(.mkd-ptf-cursor-follow) article:hover .mkd-ptf-item-text-overlay-inner {
	-webkit-transition: all .5s cubic-bezier(.32,2.13,.47,.99);
	-moz-transition: all .5s cubic-bezier(.32,2.13,.47,.99);
	transition: all .5s cubic-bezier(.32,2.13,.47,.99);
	-webkit-transform: scale(1) translateZ(0);
	-moz-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	opacity: 1;
}

.mkd-portfolio-list-holder-outer.mkd-ptf-gallery:not(.mkd-ptf-cursor-follow) article .mkd-ptf-item-text-overlay-inner {
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	-webkit-transition: -webkit-transform 0s .2s,opacity .2s;
	transition: transform 0s .2s,opacity .2s;
}

article.portfolio-item {
	margin-top: 45px;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
.portfolio-item h1.entry-title {
	font-size: 24px;
}
.owl-next span, .owl-prev span {
	font-size: 75px;
	line-height: 22px;
	color: #a2a2a2;
}

button.owl-next {
	position: absolute;
	right: 9px;
	top: 45%;
	z-index: 99;
	outline: 0;
}
button.owl-prev {
	position: absolute;
	left: 9px;
	top: 45%;
	z-index: 99;
	outline: 0;
}

.transition,
body a,
.gal-tax p,
.itemgal .mask:before,
.itempart img {
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

	-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}
.transition-slow,
.video-caption--inside {
	-webkit-transition: all 900ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 900ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 900ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 900ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */

	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
/**
Footer
 */
.site-info {
	padding: 30px 0px 20px 0px;
}
.site-info p {
	font-size: 20px;
	line-height: 26px;
}
a.post-edit-link {
	position: fixed;
	background: #0099d7;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	right: 0px;
	bottom: 0px;
}
.admin-bar .site-header {
	top: 30px;
}
.t-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.btn,
input.wpcf7-form-control.wpcf7-submit {
	font-family: BebasNeueBook;
}
input.wpcf7-form-control.wpcf7-submit {
	border: 2px solid #0099d7;
	display: table;
	outline: 0;
	width: auto;
	background: #0099d7;
	color: #fff;
}
.btn.btn-primary.btn-blue:hover,
input[type="submit"]:hover {
	border: 2px solid #0099d7;
	background: #0099d7;
	color: #fff;
}
.btn.btn-primary.btn-blue,
input[type="submit"] {
	font-size: 21px;
	color: #0099d7;
	background: transparent;
	border: 2px solid #0099d7;
	border-radius: 30px;
	padding: 10px 40px 6px 40px;
}
.has-cta .btn {
	margin: 20px auto;
	display: table;
}

.page-section--contact {
	background-color: #f0f0f0 !important;
}
.page-section--contact .wpcf7-form-control {
	border: 0px none;
	height: 45px;
	width: 100%;
}
.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
}
.page-section--contact textarea.wpcf7-form-control {
	height: 195px;
	resize: none;
}
.contact-area {
	padding-top: 30px;
}

.page-section--contact label {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 5px;
	color: #777777;
	font-weight: 400;
}

.flip-container, .front, .back {
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
	height: 175px;
	overflow: hidden;
}
.flip-container {
	position: relative;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	margin-bottom: 30px;
}
.flipper {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: 0.6s;
}
.front {
	z-index: 2;
	transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}
.front, .back {
	margin: 0;
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.back {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.flip-container:hover .flipper,
.flip-container.hover .flipper {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.itemgal:hover .gal-tax p {
	opacity: 1;
}
.gal-tax p {
	opacity: 0;
}
.itemgal:hover .mask:before {
	opacity: 1;
}

a.custom-logo-link img {
	max-width: 100%;
	height: auto;
}


@media(max-width: 350px){
	.page-section.page-section--work .col-xs-6 {
		width: 100%;
		padding-bottom: 15px;
	}
	.page-section.page-section--work .col-xs-6 a {
		margin: 0 auto;
		width: 250px;
		height: 195px;
	}
}
@media(max-width: 580px){
	.page-section--benefits .col-lg-2.col-md-4.col-sm-6.col-xs-6 {
		padding: 1px;
	}
	.flip-container {
		margin-bottom: 0px;
	}
}

.recognitem a {
	color: inherit;
}


@media(max-width: 767px){
	.gal-tax {
		display: none !important;
	}
	section.page-section.page-section--cover {
		min-height: 350px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
	}
	.itemgal.relative {
		overflow: hidden;
		padding: 0px;
	}
	.site-info p {
		font-size: 16px;
		line-height: 22px;
	}
	.page-section--benefits .title {
		font-size: 25px;
		line-height: 25px;
	}
	.flip-container, .front, .back {
		height: 180px;
	}
	a.mask {
		position: relative;
		width: 100%;
		background-position: center;
		height: 100%;
		left: 0px;
		top: 0px;
		background-size: cover;
		display: table;
		margin: 0 auto;
		max-width: 250px;
	}
	.page-section--reognition .line-above {
		padding-top: 0px;
	}
}

.container.nav-bottom {
	position: relative;
	padding-top: 15px !important;
	padding-bottom: 10px !important;
	margin-top: 25px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
span.mkd-single-next-title-label.pull-right {
	text-align: right;
}

@media(max-width: 991px){
	.page-section--intro-content .line-above .title {
		text-align: left;
	}
	a.custom-logo-link {
		max-width: 200px;
		display: inline-block;
	}
	.site-branding {
		padding-top: 15px;
		padding-bottom: 15px;
		display: table;
		margin: 0 auto;
	}
	nav#site-navigation.menu-opened {
		display: block !important;
	}

	nav#site-navigation {
		position: fixed;
		width: 100%;
		background: rgba(12, 27, 45, 0.95);
		height: 100%;
		left: 0px;
		top: 56px;
		padding-top: 20px;
	}
	.right-side span.mkd-single-next-label {
		top: 19px !important;
	}
	.left-side span.mkd-single-prev-label {
		top: 18px !important;
	}
	span.mkd-single-next-title-label,
	span.mkd-single-prev-title-label {
		float: left;
	}
	span.mkd-single-next-title-label,
	span.mkd-single-prev-title-label {
		height: 60px;
		font-size: 14px;
		margin-top: 13px;
		font-weight: 600;
		width: 100%;
	}
	.menu-side ul.menu li {
		display: inline-block;
		margin-left: 0px;
		width: 100%;
		padding: 9px 25px;
		text-align: left;
	}
	.video-caption--inside .big-title {
		font-size: 90px;
		line-height: 71px;
		padding-top: 9px;
	}
	.page-section.page-section--full.page-section--video,
	.vh-height {
		height: 90vh;
	}
	.video-caption--inside .small-title {
		font-size: 32px;
		padding-left: 5px;
		line-height: 25px;
		margin-bottom: 0px;
	}
}

.itemgal.relative {
	padding: 0px;
}


@media(min-width: 1200px){
	.itemgal:hover .gal-tax p {
		transform: translate3d(0px, 0px, 0px) scale(0.7);
	}
	.itemgal:hover .mask {
		transform: scale(1.3);
	}
	.gal-tax p {
		margin: 0px;
		transform: translate3d(0px, 45px, 0px);
	}

}

@font-face {
	font-family: 'ElegantIcons';
	src: url('fonts/ElegantIcons.eot');
	src: url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
	url('fonts/ElegantIcons.woff') format('woff'),
	url('fonts/ElegantIcons.ttf') format('truetype'),
	url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal
}
[data-icon]:before,
.icon_phone:before,
.icon_comment:before,
.icon_pin:before,
.arrow_carrot-right,
.arrow_carrot-left:before {
	font-family: 'ElegantIcons';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.right-side span.mkd-icon-stack {
	float: right;
}
.left-side span.mkd-icon-stack {
	float: left;
}
.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}
.wpb_text_column.wpb_content_element h4 {
	font-size: 27px;
	margin-bottom: 20px;
	margin-top: 25px;
}
.mkd-google-map-holder.mkd-map-frame {
	border: 6px solid #fff;
}
p.mkd-icon-list-text a {
	color: inherit;
}
.mkd-icon-list-icon-holder {
	display: inline-block;
	float: left;
	margin-right: 12px;
	padding-top: 3px;
	color: #0099d7;
}
span.mkd-icon-font-elegant.arrow_carrot-right {
	border: 1px solid #ccc;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	border-radius: 50%;
	margin-left: 11px;
	color: #868686;
	margin-top: 7px;
}
span.mkd-icon-font-elegant.arrow_carrot-left {
	border: 1px solid #ccc;
	width: 40px;
	height: 40px;
	color: #868686;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	border-radius: 50%;
	margin-right: 13px;
	margin-top: 7px;
}
p.terms-post {
	color: #0099d7;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 25px;
	padding-top: 5px;
}
.container.nav-bottom a {
	display: table;
}
.container.nav-bottom .right-side a {
	float: right;
}
span.mkd-single-next-label,
span.mkd-single-prev-label {
	font-weight: 400;
}

.left-side span.mkd-single-prev-label {
	position: absolute;
	left: 68px;
	top: 29px;
	color: #868686;
	font-size: 16px;
}
.right-side span.mkd-single-next-label {
	position: absolute;
	right: 68px;
	top: 29px;
	color: #868686;
	font-size: 16px;
}
.icon_phone:before {
	content: "\e090";
}
.icon_comment:before {
	content: "\e065";
}
.icon_pin:before {
	content: "\e081";
}
span.mkd-single-next-title-label,
span.mkd-single-prev-title-label {
	height: 60px;
	font-size: 15px;
	color: #0c1b2d;
	font-weight: 600;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('fonts/fontawesome-webfont.eot?#iefix&amp;v=4.6.3') format('embedded-opentype'),
	url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
	url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),
	url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
	url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9";
}
button.menu-toggle.hidden-md.hidden-lg {
	border: transparent;
	outline: none;
	background: transparent;
	box-shadow: none;
	position: fixed;
	left: 10px;
	top: 17px;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.gallery-video {
	padding-top: 25px;
}
.gallery-video iframe {
	width: 100% !important;
}
@media(max-width: 991px){
	.gallery-video iframe {
		height: 300px;
	}
}</pre></body></html>