/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.3333333333%;
}

.col-xs-2 {
	width: 16.6666666667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.3333333333%;
}

.col-xs-5 {
	width: 41.6666666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.3333333333%;
}

.col-xs-8 {
	width: 66.6666666667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.3333333333%;
}

.col-xs-11 {
	width: 91.6666666667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.3333333333%;
}

.col-xs-pull-2 {
	right: 16.6666666667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.3333333333%;
}

.col-xs-pull-5 {
	right: 41.6666666667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.3333333333%;
}

.col-xs-pull-8 {
	right: 66.6666666667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.3333333333%;
}

.col-xs-pull-11 {
	right: 91.6666666667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.3333333333%;
}

.col-xs-push-2 {
	left: 16.6666666667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.3333333333%;
}

.col-xs-push-5 {
	left: 41.6666666667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.3333333333%;
}

.col-xs-push-8 {
	left: 66.6666666667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.3333333333%;
}

.col-xs-push-11 {
	left: 91.6666666667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
	margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
	margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
	margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
	margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}

.jumbotron>hr {
	border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

.jumbotron .container {
	max-width: 100%;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.in {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	margin: 10px 0;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: .9;
	filter: alpha(opacity=90);
}

.modal-header {
	color: #fff;
}

.modal-header:before,
.modal-header:after {
	content: " ";
	display: table;
}

.modal-header:after {
	clear: both;
}

.modal-header .close {
	padding-right: 10px;
	float: right;
	background: none;
	border: none;
	font-size: 40px;
	color: #a3a4a8;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.modal-header .close:hover {
	color: black;
}

.modal-header .close:focus {
	outline: none;
}

.modal-title {
	margin: 0;
	line-height: 1.428571429;
}

.modal-body {
	position: relative;
	padding: 0;
}

.modal-body .row {
	box-sizing: border-box;
	max-width: 100%;
}

.modal-footer {
	padding: 0;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

.visible-print {
	display: none !important;
}

.visible-print-block {
	display: none !important;
}

.visible-print-inline {
	display: none !important;
}

.visible-print-inline-block {
	display: none !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.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;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: .1428571429em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.8571428571em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	        filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

a {
	color: black;
}

.Poppins,
body,
.menu,
.words .word-item>div:first-of-type,
.properties .learn-more-link,
footer .menu {
	font-family: 'Poppins', sans-serif;
}

.Lora,
h1,
h2,
h3,
h4,
.property-item .property-txt {
	font-family: 'Lora', serif;
}

.PTSans {
	font-family: 'PT Sans', sans-serif;
}

* {
	box-sizing: border-box;
}

body {
	color: #3b4953;
	font-size: 15px;
}

.no-padding {
	padding: 0 !important;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

a:hover {
	color: #5ac0e3;
}

h1 {
	font-size: 120px;
	margin: 0;
	line-height: 1em;
}

h2 {
	font-weight: 400;
	font-size: 54px;
}

h2.blue-heading {
	text-align: center;
	position: relative;
	padding: 0 0 41px;
}

h2.blue-heading:after {
	position: absolute;
	content: '';
	left: 50%;
	height: 2px;
	width: 200px;
	margin-left: -100px;
	background: #5ac0e3;
	bottom: 0;
}

h3 {
	font-size: 48px;
	font-weight: 400;
	margin: 0;
	line-height: 1em;
}

h4 {
	font-size: 36px;
	font-weight: 400;
	margin: 0 0 34px;
}

.center-txt {
	text-align: center;
}

.top120 {
	margin-top: 120px;
}
.top65 {
	margin-top: 65px;
}
.top60 {
	margin-top: 60px;
}

.bottom120 {
	margin-bottom: 120px;
}

.blue-link {
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 2px solid;
	padding: 0 0 7px;
	color: #5ac0e3;
	display: inline-block;
	cursor: pointer;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	margin: 0 auto;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

header {
	background: #3b4953;
	color: #fff;
}

header .logo {
	display: block;
/* 	cursor: pointer; */
		width: 100%;
	    max-width: 292px;
}

header .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.page-template-tpl-home header {
	position: absolute;
	top: 63px;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 99;
	background: transparent;
}

.page-template-tpl-about header .menu ul li {
	border-top: 0;
	border-bottom: 0;
}

.menu {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.menu ul {
	padding: 0;
	margin: 0;
	display: table;
}

.menu ul li {
	list-style: none;
	padding: 22px 22px;
	display: block;
	float: left;
	
	border-left: 1px solid rgba(255,255,255,0.5);
}
.home .menu ul li {
		border-top: 1px solid rgba(255,255,255,0.5);
		border-bottom: 1px solid rgba(255,255,255,0.5);
}
.menu ul li:last-of-type {
	border-right: 1px solid rgba(255,255,255,0.5);
}

.menu ul li.current_page_item,
.menu ul li.current-lang {
	color: #5ac0e3;
/* 	border-top: 1px solid #5ac0e3; */
}

.menu ul li.current_page_item.lang-item,
.menu ul li.current-lang.lang-item {
	background: rgba(255,255,255,0.2);
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.5);
}

#map {
	height: 575px;
}

#home-slider img {
	width: 100%;
}

#home-slider .content-box {
	color: #fff;
}

#home-slider .slide {
	position: relative;
}

#home-slider .slider-content {
	position: absolute;
	top: 434px;
	left: 0;
	width: 100%;
	top: 266px;
    left: 10px;
}

#home-slider h3 {
	letter-spacing: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#home-slider h1 {
	text-transform: uppercase;
	line-height: 111px;
    margin-left: -4px;
        letter-spacing: 0.025em;
}

#home-slider .white-txt {
	font-size: 21px;
	margin: 49px 0 0;
	font-weight: 100;
	line-height: 32px;
}

.words {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.words>div:last-of-type {
	border-right: 1px solid #eee;
}

.words .word-item {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 25%;
	padding: 60px 30px;
	text-align: center;
	    padding: 48px 28px;
}
.words .word-item+.word-item {
	
}
.words .word-item>div:first-of-type {
	font-weight: 700;
	font-size: 60px;
	text-transform: uppercase;
		line-height: 60px;
}

.words .word-item>div:last-of-type {
	color: #9ea8af;
	margin: 30px 0 0;
		margin: 16px 0 0;
}

.we-are-cnt {
	position: relative;
}

.we-are-cnt img {
	display: block;
	width: 100%;
	height: auto;
}

.we-are-cnt .we-are-descr {
	position: absolute;
	top: 50%;
	z-index: 9;
	color: #fff;
	left: 0;
	right: 0;
	margin-top: -120px;
}

.we-are-cnt .we-are-descr .blue-link {
	margin: 70px 0 0;
}

.property-item {
	position: relative;
	margin-bottom: 30px;
		margin-bottom: 20px;
}

.property-item img {
	display: block;
	width: 100%;
	height: 368px;
		height: auto;
/* 	object-fit: cover; */
}

.property-item .property-txt {
	color: #fff;
	position: absolute;
	top: 38px;
	left: 60px;
	font-size: 24px;
}

.properties>div:nth-child(2n+1) {
	clear: left;
}

.properties .learn-more-link {
	position: absolute;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	bottom: 60px;
	left: 60px;
	padding: 10px 0;
		padding: 4px 0;
	text-align: center;
	border: 2px solid;
	display: block;
	width: 187px;
}

.properties .learn-more-link .blue {
	font-size: 20px;
	color: #55caf0;
	margin-left: 15px;
}

.mangment-offers {
	max-width: 490px;
	margin: 30px auto 70px;
}

.testimonial {
	padding-left: 52px;
	position: relative;
}

.testimonial:before {
	position: absolute;
	content: '';
	background: url("../img/quotes.png");
	top: 0;
	left: 0;
	width: 42px;
	height: 35px;
}

.testimonial strong {
	font-size: 16px;
}

.testimonial .small {
	font-size: 13px;
}

.testimonial .thin {
	font-size: 13px;
	font-weight: 100;
}

.slick-dots li {
	display: block;
	list-style: none;
	float: left;
	margin-right: 5px;
}

.slick-dots li button {
	width: 40px;
	color: transparent;
	border: none;
	height: 3px;
	opacity: 0.5;
}

.slick-dots li.slick-active button {
	opacity: 1;
}

.slick-container {
	position: relative;
}

button:active,
button:focus {
	outline: none;
}

#home-slider .nav-slide {
	z-index: 99;
	position: absolute;
	bottom: 80px;
	right: 210px;
		right: 0;
}

#home-slider .prev,
#home-slider .next {
	border: 1px solid #fff;
}

#home-slider .prev span,
#home-slider .next span {
	color: #fff;
}

#home-slider .slick-dots {
	position: absolute;
	bottom: 41px;
	display: block;
	left: 0;
	margin-left: 0;
	padding: 0;
}

#home-slider .slick-dots button {
	background: #fff;
}

#testimonials .slick-dots {
	margin: 60px auto;
	display: table;
		margin: 31px auto;
}

#testimonials .slick-dots button {
	background: #5ac0e3;
}

#testimonials .slick-list {
	padding-top: 70px;
		padding-top: 0;
		margin-right: 0;
		width: 100%;
}

#testimonials .nav-slide {
	float: right;
		position: absolute;
	    top: -99px;
	    right: 10px;
}

.nav-slide .prev,
.nav-slide .next {
	border: 1px solid #eee;
	float: left;
	width: 50px;
	height: 50px;
	opacity: 0.6;
	cursor: pointer;
	display: block;
}

.nav-slide .prev span,
.nav-slide .next span {
	width: 15px;
	height: 15px;
	border-top: 2px solid;
	border-right: 2px solid;
	display: block;
}

.nav-slide .next span {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	margin-top: 17px;
	margin-left: 15px;
}

.nav-slide .prev {
	border-right: none;
}

.nav-slide .prev span {
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	margin-top: 17px;
	margin-left: 21px;
}

footer {
/* 	padding: 100px 0; */
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

footer .menu {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 80px 0;
		margin-bottom: 72px;
}

footer .menu ul {
	padding: 0;
	display: table;
}

footer .menu ul li {
	padding: 22px 60px;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
}

footer .menu ul li:last-of-type {
	border-right: 1px solid rgba(255,255,255,0.5);
}

footer .heading {
	text-transform: uppercase;
	margin: 0 0 35px;
}

.soc-links a {
	width: 50px;
	display: block;
	float: left;
	border: 1px solid;
	text-align: center;
	padding: 8px 0;
	font-size: 20px;
}

.terms-use {
	margin-right: 15px;
}

.lang-switcher {
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
}

.lang-switcher li {
	list-style: none;
	display: block;
	float: left;
	opacity: 0.5;
	position: relative;
}

.lang-switcher li:first-of-type:after {
	content: '  /  ';
		padding: 0 10px;
		opacity: 0.2;
		font-size: 12px;
}

.lang-switcher li.current-lang {
	opacity: 1;
}

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

#about-section {
	background-size: cover;
}

.tab-container {
	background: #fff;
	margin: 145px 0;
	margin-top: 140px;
}

.tab-container h2.blue-heading {
	text-align: left;
	margin: 0 0 50px;
	line-height: 66px;
	margin-bottom: 43px;
}

.tab-container h2.blue-heading:after {
	left: 0;
	margin: 0;
}

.tab-container .tab_content {
	padding: 86px 0;
    padding-top: 91px;
    padding-bottom: 179px;
    max-width: 428px;
    margin: 0 auto;
}
.tab-container .tab_content p {
	line-height: 26px;
}
.tab-container .tab-cnt {
	display: none;
}

.tab-container .tab-cnt.active {
	display: block;
}

.tab-container .tab-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tab-container .tab-links .tab-link {
	width: 33.33%;
	float: left;
	display: block;
	background: #eef3f7;
	text-align: center;
	padding: 15px;
	font-size: 18px;
	 font-family: 'Lora';
    font-weight: 400;
}
.tab-container .tab-links .tab-link:hover {
	color: #5ac0e3;
	text-decoration: none;
}
.tab-container .tab-links .tab-link:focus {
	text-decoration: none;
}
.tab-container .tab-links .tab-link.active {
	background: #fff;
	color: #5ac0e3;
}
#tab_1:hover {
	color: #5ac0e3;
}
#tab_1 {
	color: #9ea8af;
}
@media (min-width: 768px) {

.container {
	width: 750px;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
	float: left;
}

.col-sm-1 {
	width: 8.3333333333%;
}

.col-sm-2 {
	width: 16.6666666667%;
}

.col-sm-3 {
	width: 25%;
}

.col-sm-4 {
	width: 33.3333333333%;
}

.col-sm-5 {
	width: 41.6666666667%;
}

.col-sm-6 {
	width: 50%;
}

.col-sm-7 {
	width: 58.3333333333%;
}

.col-sm-8 {
	width: 66.6666666667%;
}

.col-sm-9 {
	width: 75%;
}

.col-sm-10 {
	width: 83.3333333333%;
}

.col-sm-11 {
	width: 91.6666666667%;
}

.col-sm-12 {
	width: 100%;
}

.col-sm-pull-0 {
	right: auto;
}

.col-sm-pull-1 {
	right: 8.3333333333%;
}

.col-sm-pull-2 {
	right: 16.6666666667%;
}

.col-sm-pull-3 {
	right: 25%;
}

.col-sm-pull-4 {
	right: 33.3333333333%;
}

.col-sm-pull-5 {
	right: 41.6666666667%;
}

.col-sm-pull-6 {
	right: 50%;
}

.col-sm-pull-7 {
	right: 58.3333333333%;
}

.col-sm-pull-8 {
	right: 66.6666666667%;
}

.col-sm-pull-9 {
	right: 75%;
}

.col-sm-pull-10 {
	right: 83.3333333333%;
}

.col-sm-pull-11 {
	right: 91.6666666667%;
}

.col-sm-pull-12 {
	right: 100%;
}

.col-sm-push-0 {
	left: auto;
}

.col-sm-push-1 {
	left: 8.3333333333%;
}

.col-sm-push-2 {
	left: 16.6666666667%;
}

.col-sm-push-3 {
	left: 25%;
}

.col-sm-push-4 {
	left: 33.3333333333%;
}

.col-sm-push-5 {
	left: 41.6666666667%;
}

.col-sm-push-6 {
	left: 50%;
}

.col-sm-push-7 {
	left: 58.3333333333%;
}

.col-sm-push-8 {
	left: 66.6666666667%;
}

.col-sm-push-9 {
	left: 75%;
}

.col-sm-push-10 {
	left: 83.3333333333%;
}

.col-sm-push-11 {
	left: 91.6666666667%;
}

.col-sm-push-12 {
	left: 100%;
}

.col-sm-offset-0 {
	margin-left: 0%;
}

.col-sm-offset-1 {
	margin-left: 8.3333333333%;
}

.col-sm-offset-2 {
	margin-left: 16.6666666667%;
}

.col-sm-offset-3 {
	margin-left: 25%;
}

.col-sm-offset-4 {
	margin-left: 33.3333333333%;
}

.col-sm-offset-5 {
	margin-left: 41.6666666667%;
}

.col-sm-offset-6 {
	margin-left: 50%;
}

.col-sm-offset-7 {
	margin-left: 58.3333333333%;
}

.col-sm-offset-8 {
	margin-left: 66.6666666667%;
}

.col-sm-offset-9 {
	margin-left: 75%;
}

.col-sm-offset-10 {
	margin-left: 83.3333333333%;
}

.col-sm-offset-11 {
	margin-left: 91.6666666667%;
}

.col-sm-offset-12 {
	margin-left: 100%;
}

.modal-dialog {
	width: 600px;
	margin: 30px auto;
}

.modal-content {
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.modal-sm {
	width: 300px;
}

}

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

.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px;
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding-left: 60px;
	padding-right: 60px;
}

.jumbotron h1,
.jumbotron .h1 {
	font-size: 63px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
	

.visible-sm {
	display: block !important;
}

table.visible-sm {
	display: table !important;
}

tr.visible-sm {
	display: table-row !important;
}

th.visible-sm,
td.visible-sm {
	display: table-cell !important;
}

.visible-sm-block {
	display: block !important;
}

.visible-sm-inline {
	display: inline !important;
}

.visible-sm-inline-block {
	display: inline-block !important;
}

.hidden-sm {
	display: none !important;
}

}

@media (min-width: 992px) {

.container {
	width: 970px;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	float: left;
}

.col-md-1 {
	width: 8.3333333333%;
}

.col-md-2 {
	width: 16.6666666667%;
}

.col-md-3 {
	width: 25%;
}

.col-md-4 {
	width: 33.3333333333%;
}

.col-md-5 {
	width: 41.6666666667%;
}

.col-md-6 {
	width: 50%;
}

.col-md-7 {
	width: 58.3333333333%;
}

.col-md-8 {
	width: 66.6666666667%;
}

.col-md-9 {
	width: 75%;
}

.col-md-10 {
	width: 83.3333333333%;
}

.col-md-11 {
	width: 91.6666666667%;
}

.col-md-12 {
	width: 100%;
}

.col-md-pull-0 {
	right: auto;
}

.col-md-pull-1 {
	right: 8.3333333333%;
}

.col-md-pull-2 {
	right: 16.6666666667%;
}

.col-md-pull-3 {
	right: 25%;
}

.col-md-pull-4 {
	right: 33.3333333333%;
}

.col-md-pull-5 {
	right: 41.6666666667%;
}

.col-md-pull-6 {
	right: 50%;
}

.col-md-pull-7 {
	right: 58.3333333333%;
}

.col-md-pull-8 {
	right: 66.6666666667%;
}

.col-md-pull-9 {
	right: 75%;
}

.col-md-pull-10 {
	right: 83.3333333333%;
}

.col-md-pull-11 {
	right: 91.6666666667%;
}

.col-md-pull-12 {
	right: 100%;
}

.col-md-push-0 {
	left: auto;
}

.col-md-push-1 {
	left: 8.3333333333%;
}

.col-md-push-2 {
	left: 16.6666666667%;
}

.col-md-push-3 {
	left: 25%;
}

.col-md-push-4 {
	left: 33.3333333333%;
}

.col-md-push-5 {
	left: 41.6666666667%;
}

.col-md-push-6 {
	left: 50%;
}

.col-md-push-7 {
	left: 58.3333333333%;
}

.col-md-push-8 {
	left: 66.6666666667%;
}

.col-md-push-9 {
	left: 75%;
}

.col-md-push-10 {
	left: 83.3333333333%;
}

.col-md-push-11 {
	left: 91.6666666667%;
}

.col-md-push-12 {
	left: 100%;
}

.col-md-offset-0 {
	margin-left: 0%;
}

.col-md-offset-1 {
	margin-left: 8.3333333333%;
}

.col-md-offset-2 {
	margin-left: 16.6666666667%;
}

.col-md-offset-3 {
	margin-left: 25%;
}

.col-md-offset-4 {
	margin-left: 33.3333333333%;
}

.col-md-offset-5 {
	margin-left: 41.6666666667%;
}

.col-md-offset-6 {
	margin-left: 50%;
}

.col-md-offset-7 {
	margin-left: 58.3333333333%;
}

.col-md-offset-8 {
	margin-left: 66.6666666667%;
}

.col-md-offset-9 {
	margin-left: 75%;
}

.col-md-offset-10 {
	margin-left: 83.3333333333%;
}

.col-md-offset-11 {
	margin-left: 91.6666666667%;
}

.col-md-offset-12 {
	margin-left: 100%;
}

.modal-lg {
	width: 900px;
}

}

@media (min-width: 992px) and (max-width: 1199px) {

.visible-md {
	display: block !important;
}

table.visible-md {
	display: table !important;
}

tr.visible-md {
	display: table-row !important;
}

th.visible-md,
td.visible-md {
	display: table-cell !important;
}

.visible-md-block {
	display: block !important;
}

.visible-md-inline {
	display: inline !important;
}

.visible-md-inline-block {
	display: inline-block !important;
}

.hidden-md {
	display: none !important;
}

}

@media (min-width: 1000px) {
	.container {
		width: 1000px;
	}
}
@media (min-width: 1100px) {
	.container {
		width: 1100px;
	}
}
@media (min-width: 1200px) {

.container {
	width: 1200px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	float: left;
}

.col-lg-1 {
	width: 8.3333333333%;
}

.col-lg-2 {
	width: 16.6666666667%;
}

.col-lg-3 {
	width: 25%;
}

.col-lg-4 {
	width: 33.3333333333%;
}

.col-lg-5 {
	width: 41.6666666667%;
}

.col-lg-6 {
	width: 50%;
}

.col-lg-7 {
	width: 58.3333333333%;
}

.col-lg-8 {
	width: 66.6666666667%;
}

.col-lg-9 {
	width: 75%;
}

.col-lg-10 {
	width: 83.3333333333%;
}

.col-lg-11 {
	width: 91.6666666667%;
}

.col-lg-12 {
	width: 100%;
}

.col-lg-pull-0 {
	right: auto;
}

.col-lg-pull-1 {
	right: 8.3333333333%;
}

.col-lg-pull-2 {
	right: 16.6666666667%;
}

.col-lg-pull-3 {
	right: 25%;
}

.col-lg-pull-4 {
	right: 33.3333333333%;
}

.col-lg-pull-5 {
	right: 41.6666666667%;
}

.col-lg-pull-6 {
	right: 50%;
}

.col-lg-pull-7 {
	right: 58.3333333333%;
}

.col-lg-pull-8 {
	right: 66.6666666667%;
}

.col-lg-pull-9 {
	right: 75%;
}

.col-lg-pull-10 {
	right: 83.3333333333%;
}

.col-lg-pull-11 {
	right: 91.6666666667%;
}

.col-lg-pull-12 {
	right: 100%;
}

.col-lg-push-0 {
	left: auto;
}

.col-lg-push-1 {
	left: 8.3333333333%;
}

.col-lg-push-2 {
	left: 16.6666666667%;
}

.col-lg-push-3 {
	left: 25%;
}

.col-lg-push-4 {
	left: 33.3333333333%;
}

.col-lg-push-5 {
	left: 41.6666666667%;
}

.col-lg-push-6 {
	left: 50%;
}

.col-lg-push-7 {
	left: 58.3333333333%;
}

.col-lg-push-8 {
	left: 66.6666666667%;
}

.col-lg-push-9 {
	left: 75%;
}

.col-lg-push-10 {
	left: 83.3333333333%;
}

.col-lg-push-11 {
	left: 91.6666666667%;
}

.col-lg-push-12 {
	left: 100%;
}

.col-lg-offset-0 {
	margin-left: 0%;
}

.col-lg-offset-1 {
	margin-left: 8.3333333333%;
}

.col-lg-offset-2 {
	margin-left: 16.6666666667%;
}

.col-lg-offset-3 {
	margin-left: 25%;
}

.col-lg-offset-4 {
	margin-left: 33.3333333333%;
}

.col-lg-offset-5 {
	margin-left: 41.6666666667%;
}

.col-lg-offset-6 {
	margin-left: 50%;
}

.col-lg-offset-7 {
	margin-left: 58.3333333333%;
}

.col-lg-offset-8 {
	margin-left: 66.6666666667%;
}

.col-lg-offset-9 {
	margin-left: 75%;
}

.col-lg-offset-10 {
	margin-left: 83.3333333333%;
}

.col-lg-offset-11 {
	margin-left: 91.6666666667%;
}

.col-lg-offset-12 {
	margin-left: 100%;
}

.visible-lg {
	display: block !important;
}

table.visible-lg {
	display: table !important;
}

tr.visible-lg {
	display: table-row !important;
}

th.visible-lg,
td.visible-lg {
	display: table-cell !important;
}

.visible-lg-block {
	display: block !important;
}

.visible-lg-inline {
	display: inline !important;
}

.visible-lg-inline-block {
	display: inline-block !important;
}

.hidden-lg {
	display: none !important;
}

}
@media (min-width: 1300px) {
	.container {
		width: 1300px;
	}
}
@media (min-width: 1400px) {
	.container {
		width: 1400px;
	}
}
@media (min-width: 1500px) {
	.container {
		width: 1500px;
	}
}
@media (min-width: 1400px) and (max-width: 1500px) {

	#home-slider .slick-dots {
		left: 10px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#home-slider .slider-content {
		top: 200px;
	}
	#home-slider h3 {
		font-size: 44px;
	}
	#home-slider h1 {
	    line-height: 100px;
	    font-size: 100px;
	}
	#home-slider .white-txt {
		margin-top: 20px;
	}
	#home-slider .slick-dots {
		bottom: 0;
		left: 10px;
	}
}
@media (min-width: 1101px) and (max-width: 1199px) {
	#home-slider .slider-content {
		top: 200px;
	}
	#home-slider h3 {
		font-size: 40px;
	}
	#home-slider h1 {
	    line-height: 90px;
	    font-size: 90px;
	}
	#home-slider .white-txt {
		margin-top: 20px;
	}
	#home-slider .slick-dots {
		bottom: 0;
		left: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1100px) {
	.page-template-tpl-home header {
		top: 30px;
	}
	#home-slider .slider-content {
		top: 170px;
	}
	#home-slider h3 {
		font-size: 40px;
	}
	#home-slider h1 {
	    line-height: 80px;
	    font-size: 85px;
	}
	#home-slider .white-txt {
		margin-top: 15px;
	}
	#home-slider .slick-dots {
		bottom: 0;
		left: 10px;
	}
}9
@media print {

.visible-print {
	display: block !important;
}

table.visible-print {
	display: table !important;
}

tr.visible-print {
	display: table-row !important;
}

th.visible-print,
td.visible-print {
	display: table-cell !important;
}

.visible-print-block {
	display: block !important;
}

.visible-print-inline {
	display: inline !important;
}

.visible-print-inline-block {
	display: inline-block !important;
}

.hidden-print {
	display: none !important;
}

}

@-webkit-keyframes fa-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
}

}

@keyframes fa-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
}

}


#pmOverlayImg {
	margin-left: 153px;
	margin-top: -24px;
}
.header-desktop .menu ul {
	display: flex;
    flex-direction: row;
    padding-left: 8px;
}
.header-desktop .menu ul li {
	flex: auto;
	text-align: center;
    padding: 0;
}
.header-desktop .menu ul li a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 26px 0;
    line-height: 15px;
}
.header-desktop .menu ul li.lang-item a {
	font-weight: 100;
	font-size: 18px;
}
.home_block1 h2.blue-heading {
	margin-bottom: 43px;
	padding-top: 34px;
}
.home_block1 .main-content .center-txt {
	line-height: 26px;
	max-width: 750px;
    margin: 0 auto;
}
.home_block2 {
	margin-top: 101px;
}
.home_block2 .mangment-offers {
	margin-top: 26px;
    line-height: 26px;
}
.home_block2 .center-txt {
	margin-bottom: 22px;
}
.home_block2 .properties:after, .home_block2 > .row > .col-lg-12:after {
	clear: both;
	width: 100%;
	display: block;
	content: '';
}
.home_block2 > .row > .col-lg-12 {
	margin-bottom: 38px;
}
.properties .learn-more-link:hover {
/* 	opacity: 0.8; */
}
.home_block3 {
	margin-top: 101px;
}
.home_block3 > .row > .col-lg-12 {
	max-width: 1800px;
	margin: 0 auto;
	float: none;
}
.we-are-descr_content h4 {
	margin-bottom: 25px;
}
.we-are-descr_content div {
	line-height: 26px;
}
.we-are-cnt .we-are-descr .blue-link {
	margin-top: 47px;
    padding-bottom: 4px;
    letter-spacing: 0.05em;
}
.home_testimonials {
	margin-top: 101px;
}
.home_testimonials h4 {
	margin-bottom: 31px;
}
.home_testimonials .testimonial p {
	line-height: 26px;
	margin-bottom: 26px;
}
.home_map {
	max-width: 1800px;
	margin-top: 69px;
    margin-bottom: 60px;
}
footer.site_footer {
	padding-top: 74px;
	padding-bottom: 72px;
}
.footer_logo {
	padding-top: 17px;
}
.footer_logo img {
	width: 100%;
	height: auto;
	max-width: 290px;
}
footer .heading {
	margin-bottom: 24px;
}
.footer_text {
	font-size: 14px;
	line-height: 22px;
	color: #9c9c9c;
}
.footer_text a {
	color: #fff;
}
.footer_soc {
	display: none;
}
.footer_soc {
	max-width: 265px;
    float: right;
}
.footer_soc .soc-links a {
	padding: 9px 0;
	width: 49px;
	border-color: #626465;
}
.footer_soc .soc-links a+a {
	border-left: none;
}
.footer_center .menu ul {	
    display: flex;
    flex-direction: row;
}
.footer_center .menu li {	
	flex: auto;
	padding: 0;
	text-align: center;
}
.footer_center .menu li a {	
	flex: auto;
	padding: 22px 0;
	display: block;
	text-align: center;
}
.menu ul li a,
.menu ul li a {
	position: relative;
}
.menu ul li.current_page_item a:before,
.menu ul li.current-lang a:before {
	content: '';
    width: 100%;
    height: 2px;
    background: #5ac0e3;
    display: block;
    position: absolute;
    top: -1px;
}
.menu ul li.current-lang a:before {
	background: transparent;
}
.menu ul li.current-lang.lang-item {
	border-top-color: transparent;
}
.footer_links a {
	font-size: 13px;
	font-weight: 100;
    letter-spacing: 0.03em;
    line-height: 22px;
}
.footer_bottom .lang-switcher a {
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 100;
    line-height: 22px;
}
.footer_bottom .lang-switcher {
    margin-right: 24px;
    line-height: 22px;
}
.footer_copy {
	font-size: 13px;
    font-weight: 100;
    font-family: 'Poppins';
    line-height: 22px;
}
.footer_aws {
	text-align: right;
	font-size: 13px;
    font-weight: 100;
    font-family: 'Poppins';
    line-height: 22px;
    letter-spacing: 0.03em;
}
.owl-stage-outer .owl-item {
	opacity: 0.2;
}
.owl-stage-outer .owl-item.active {
	opacity: 1;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar {
	margin-bottom: 0;
}
.nav.nav-tabs li a {
	color: #9ea8af;
    font-size: 20px;
    font-family: 'Lora';
    font-weight: 400;
    border: none !important;
    border-radius: 0 !important;
    padding: 15px 0;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
	color: #55caf0;
}
.nav-tabs {
	text-align: center;
	border: none;
}
.nav-tabs>li {
	float: none;
	display: inline-block;
	background: #eef3f7;
	border: 1px solid #eeeeee;
	text-align: center;
    width: 22%;
}
.nav-tabs>li:hover {
	background: #fff;
/* 	border-bottom-color: transparent; */
}
.nav-tabs>li:hover a {
	background: #fff;
	color: #55caf0;
}
.nav-tabs>li.active {
/* 	border-bottom-color: transparent; */
	background: #ffffff;
}
.nav-tabs>li+li {
	border-left: none;
	margin-left: -3px;
    margin-right: -1px;
}
.co_listing {
	padding-top: 100px;	
}
.tab-pane .page_title {
	color: #3b4953;
	padding-bottom: 47px;
	position: relative;
	margin-bottom: 44px;
}
.tab-pane .page_title:after {
	width: 194px;
	height: 2px;
	content: '';
	display: block;
	background: #55caf0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tab-content>.tab-pane {
	padding-top: 60px;
}
.co_property_getails {
	margin: 0;
	padding: 0;
	list-style: none;
}
.co_property_getails li {
	font-weight: 700;
	margin-bottom: 9px;
}
.co_property_getails li label {
	font-weight: 400;
	width: 16%;
	min-width: 200px;
	margin-bottom: 0;
}
.co_listing .tab-pane .owl-carousel {
	margin-top: 54px;
}
.co_listing .owl-theme .owl-nav {
	position: absolute;
    top: 50%;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
}
.co_listing .owl-theme .owl-nav .owl-prev {
	width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    border-radius: 0;
    font-size: 28px;
    background: #fff;
    color: #3b4953;
    left: 0;
    margin: 0;
    text-indent: -2px;
    position: absolute;
    margin-top: -25px;
}
.co_listing .owl-theme .owl-nav .owl-next {
	width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    border-radius: 0;
    font-size: 28px;
    background: #fff;
    color: #3b4953;
    right: 0;
    margin: 0;
    text-indent: 2px;
    position: absolute;
    margin-top: -25px;
}
.co_property_more_getails {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	margin-top: 20px;
	margin-bottom: 100px;
}
.co_property_more_getails li {
	flex: auto;
	text-align: center;
	font-size:26px;
	font-family: 'Lora', sans-serif;
	background: #eef3f7;
	width: 33%;
    padding: 38px 0;
}
.co_property_more_getails li+li {
	margin-left: 20px;
}
.co_property_more_getails li label {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	display: block;
}
.owl-carousel .owl-item img {
	height: auto;
}



.page_services {
	padding-top: 100px;
}
.page_services h2 {
	display: inline-block;
	position: relative;
	padding-bottom: 46px;
	margin-bottom: 44px;
}
.page_services h4 {
	margin-bottom: 30px;
}
.co_commercial_services_title, .co_residential_title {
	text-align: center;
}
.page_services h2:after {
	width: 194px;
	height: 2px;
	content: '';
	display: block;
	background: #55caf0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    margin: 0 auto;
}
.nav-tabs>li {
	width: 33%;
}
.co_commercial_services_subtitle p, .co_residential_subtitle p {
	max-width: 945px;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
}
.co_commercial_services_subtitle, .co_residential_subtitle {
	margin-bottom: 111px;
}
.co_service_data {
	background: #fff;
    max-width: 1230px;
    margin: 0 auto;
    margin-top: -121px;
    position: relative;
    padding: 85px 125px;
}
.co_service_text p {
	line-height: 26px;
}
.co_service_text p+p {
	padding-top: 17px;
}
.co_service_text ul {
	margin: 0;
	padding: 0;
	list-style: none;
	column-count: 2;
	padding-top: 10px;
}
.co_service_text ul li {
	padding: 5px 0;
	position: relative;
	padding-left: 17px;
}
.co_service_text ul li:before {
	display: inline-block;
	width: 4px;
	height: 4px;
	content: '';
	background: #3b4953;
	vertical-align: middle;
	border-radius: 2px;
	position: absolute;
	top: 14px;
	left: 0;
}
.co_service_wrapper {
	margin-bottom: 29px;
}
.co_service_text h4 {
	margin-top: 101px;
}
.co_commercial_services_bottom_text {
	background: #eef3f7;
	text-align: center;
	padding: 31px 0;
    margin-bottom: 120px;
}
.co_commercial_services_bottom_text p {
	max-width: 1020px;
	margin: 0 auto;
	font-weight: bold;
	line-height: 26px;
	font-size: 16px;
}
.co_service_image img {
	width: 100%;
	height: auto
}
.co_home_slider {

}
.co_contact_us {
	padding-top: 96px;
	max-width: 1250px;
	margin: 0 auto;
}
.co_contact_us h2 {
	text-align: center;
	position: relative;
	padding-bottom: 45px;
	margin-bottom: 44px;
}
.co_contact_us h2:after {
	width: 98px;
	height: 2px;
	content: '';
	display: block;
	background: #55caf0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    margin: 0 auto;
}
.co_contact_icons {
	text-align: center;
    max-width: 940px;
    margin: 0 auto;
    padding-top: 7px;
}
.co_contact_icon i {
	font-size: 48px;
	color: #ced3d7;
}
.co_contact_icon .fa-fax {
	font-size: 40px;
	margin-bottom: 9px;
}
.co_contact_icon {
	margin-bottom: 14px;
}
.co_contact_strong_text {
	margin-bottom: 12px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.co_contact_normal_text {
	font-size: 15px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
}
.co_contact_form {
	border: 5px solid #eeeeee;
	border-top-color: #55caf0;
	position: relative;
	padding-top: 90px;
    max-width: 1230px;
    margin: 0 auto;
    margin-top: 113px;
}
.clear {
	clear: both;
}
.co_contact_form:before {
	width: 5px;
	height: 5px;
	background: #55caf0;
	position: absolute;
	top: -5px;
	left: -5px;
	content: '';
}
.co_contact_form:after {
	width: 5px;
	height: 5px;
	background: #55caf0;
	position: absolute;
	top: -5px;
	right: -5px;
	content: '';
}
.co_contact_form h4 {
	text-align: center;
	margin-bottom: 30px;
}
.co_contact_form p {
	text-align: center;
    max-width: 518px;
    margin: 0 auto;
    line-height: 26px;
}
.page-template-tpl-contacts .home_map {
	margin-top: 120px;
}
div.wpcf7 {
/*
	padding-top: 86px;
	padding-top: 0;
	padding-bottom: 76px;
*/
}
.wpcf7 .wpcf7-form {
	max-width: 730px;
    margin: 0 auto;
}
.wpcf7 label {
	font-size: 13px;
	color: #9ea8af;
	margin-bottom: 9px;
	font-weight: normal;
}
.wpcf7 .co_req {
	color: #f05555;
}
.fancybox-slide--inline .fancybox-content {
	width  : 550px;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
}

div.wpcf7 input {
	height: 42px;
	line-height: 42px;
	border: 1px solid #eeeeee;
	margin-bottom: 22px;
	width: 100%;
}
div.wpcf7 textarea {
	border: 1px solid #eeeeee;
	height: 110px;
	width: 100%;
}
div.wpcf7 input[type='submit'] {
	width: 230px;
	background: #55caf0;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	line-height: 42px;
	color: #fff;
	float: right;
}
div.wpcf7 input[type='submit']:hover {
	opacity: 0.8;
}
.contact_form_button_block {
	padding-top: 26px;
}
.contact_form_button_block p {
	text-align: left;
    padding-top: 9px;
}
#co_popup .wpcf7-form {
	max-width: 604px;
	padding-top: 0;
	background: #fff;
	padding-bottom: 11px;
}
#co_popup .wpcf7-form h4 {
	text-align: center;
	margin-bottom: 45px;
}
#co_popup .panel-group {
	padding: 0 10px;
}
#co_popup .panel-heading {
	padding: 0;
	border: 1px solid #eeeeee;
	box-shadow: none;
	border-radius: 0;
	background-image: none;
	
}
div.wpcf7 .ajax-loader {
	display: none;
}
#co_popup .panel-heading a {
	padding-left: 31px;
	display: block;  
    background-color: #fff;
    background-color: #eef3f7;
    color: #3b4953;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    height: 49px;
    border: 1px solid #eeeeee;
    line-height: 49px;
    position: relative;
}
#co_popup .panel-heading a:focus, #co_popup .panel-heading a:hover {
	text-decoration: none;
}
#co_popup .panel-heading a[aria-expanded="true"] {
	background: #fff;
}
#co_popup .panel-heading a[aria-expanded="true"]:after {
	content: "";
	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;
	float: right;	
	font-size: 30px;
    line-height: 44px;
    vertical-align: middle;
    padding-right: 25px;
}
#co_popup .panel-heading a[aria-expanded="false"]:after {
	content: "";
	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;
	float: right;
	font-size: 30px;
    line-height: 44px;
    vertical-align: middle;
    padding-right: 28px;	
}
#co_popup .panel-heading .collapse_first {
	background: #fff;
}
#co_popup .panel-heading a.collapse_firsta[aria-expanded="false"] {
	background: #eef3f7;
}
#co_popup .panel-heading a.collapsed {
	background-color: #eef3f7;
}
#co_popup .panel-heading a br {
	display: none;
}
#co_popup .panel-heading p {
	display: none;
}
#co_popup .panel {
	box-shadow: none;
	border: none;
	border-radius: 0;
	margin-top: 10px;
}
#co_popup .panel-heading .panel-title {
	text-align: left;
	margin-bottom: 0;
}
#co_popup .panel-heading .panel-title br {
	display: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
	padding: 20px 32px;
	padding-bottom: 0;
}
.panel1 .panel-body p {
	width: 48%;
	float: left;
	margin-bottom: 0;
}
.panel1 .panel-body p+p {
	margin-left: 4%;
	
}
.panel-body .butts {
	clear: both;
}
.panel-body .butts p {
	float: none;
	width: auto;
}
#co_popup .butts p {
	color: #55caf0;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	background: transparent;
    border: none;
    box-shadow: none;
    padding: 5px 0;
    margin: 0;
}
#co_popup .butts p.co_next {
	float: right;
}
#co_popup .butts p.co_next i {
	margin-left: 10px;
}
#co_popup .butts p.co_prev i {
	margin-right: 10px;
}
#co_popup .butts p.disabled {
	color: #9ea8af;
}
#co_popup .panel2 input {
	width: inherit;
	height: inherit;
	margin: 0;
	margin-right: 14px;
}
#co_popup .panel2 span.wpcf7-list-item {
	width: 50%;
    float: left;
    margin: 0;
	margin-top: 6px;
    margin-bottom: 10px;
}
#co_popup .panel2  .wpcf7-list-item-label {
	font-size: 15px;
	color: #3b4953;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}
.panel3_title {
	color: #9ea8af;
	line-height: 26px;
}
.services-type span.wpcf7-list-item {
	width: 50%;
    float: left;
    display: block;
    margin: 0;
    padding: 3px 0;
}
.services-type span.wpcf7-list-item input {
	width: auto;
	margin: 0;
	height: inherit;
	margin-right: 15px;
}
.services-type span.wpcf7-list-item input[type="checkbox"]:checked + span, #co_popup .property-type span.wpcf7-list-item input[type="radio"]:checked + span {
	color: #55caf0;
}
.services-type .wpcf7-form-control {
	display: block;
    margin-top: 15px;

}
.services-type .wpcf7-form-control:after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
}
.services-type .wpcf7-list-item-label {
	color: #3b4953;
	font-size: 15px;
}
.panel4 .panel-body>p {
	width: 48%;
	float: left;
}
.panel4 .panel-body p:nth-child(2n) {
	margin-left: 4%;
}
.panel4 .panel-body p input {
	margin-bottom: 8px;
}
.panel4 .panel-body p select {
    height: 42px;
    line-height: 42px;
    border: 1px solid #eeeeee;
    margin-bottom: 8px;
    width: 100%;
}
.panel5 textarea {
	margin-bottom: 17px;
}
.panel5_send {
	width: 50%;
    float: right;
}
.panel5_send  input[type='submit'] {
	margin-bottom: 0;
}
.panel5 .panel-body .butts {
	width: 50%;
    float: left;
    padding-top: 11px;
    clear: none;
}
.panel5 .panel-body .butts {
	padding: 0;
}
.panel5 p {
	margin-bottom: 
}
.property-item:hover {
	opacity: 0.8;
}
.property-item:hover .learn-more-link {
	border-color: #55caf0;
}
#privacy-menu { 
	margin: 0;
}
#privacy-menu a {
	font-size: 13px;
	font-weight: 100;
    letter-spacing: 0.03em;
    line-height: 22px;
    text-transform: none;
}
#privacy-menu li {
    padding: 0;
    border: none;
}
#privacy-menu li+li {
	padding-left: 15px;
}
.co_main_menu_search {
	position: absolute;
    right: 0;
    width: 100%;
    text-align: right;
    opacity: 0;
	margin-top: 10px;
}

.co_main_menu_search .search-input {
	
    box-shadow: none;
    padding: 13px;
    color: #3b4953;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    max-width: 250px;
}
.search h1 {
	font-size: 60px;
}
.co_main_menu_search .search-submit {
	box-shadow: none;
    padding: 13px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    background: #3b4953;
    border: none;
}
.co_main_menu_search.hide_less {
	opacity: 1;
	 transition: all 0.2s;
}
#co_popup2 input, #co_popup2 textarea {
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 0;
}
#co_popup2 input[type="submit"] {
	padding: 0;
}
#co_popup2 h4 {
	text-align: center;
}
.width50:after {
	clear: both;
	width: 100%;
	content: '';
	display: block;
}
.width50 > p{
	width: 49%;
	float: left;
}
.width50 > p+p {
	margin-left: 2%
}
@media (min-width: 992px) and (max-width: 1199px) {
	.nav-tabs>li {
		width: 33%;
	}
}
@media (min-width: 1000px) and (max-width: 1199px) {
	.footer_soc .soc-links a {
		width: 46px;
	}
}
@media (min-width: 992px) and (max-width: 999px) {
	.footer_soc .soc-links a {
		width: 44px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-desktop .menu ul {
		padding-left: 0;
		width: 100%;
	}
	.menu ul li {
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	#home-slider .slider-content {
		top: 128px;
	}
	.#home-slider .white-txt {
		margin-top: 0;
	}
}
@media (max-width: 991px) {
	html[lang="es-CL"] .header-desktop .menu ul li a {
		font-size: 12px;
	}
	.nav.nav-tabs li a {
		font-size: 17px;
	}
	#home-slider .white-txt {
		margin-top: 0;
	}
	#home-slider .nav-slide {
		bottom: 20px;
	}
	.words .word-item>div:last-of-type {
		min-height: 63px;
	}
	.co_home_slider {
		margin-top: 0;
	}
	.co_service_data {
		margin-top: 0;
	    padding: 30px 50px;
	}
	.co_service_text h4 {
		margin-top: 30px;
	}
	.nav-tabs>li {
		width: 33%;
	}
	.co_property_more_getails li {
		font-size: 20px;
	}
	.words {
		display: block;
	}
	.words .word-item {
		float: left;
	}
	header .row {
		display: block;
	}
	.page-template-tpl-home header {
		top: 0;
	}
	header .logo {
		margin: 0 auto;
	}
	#home-slider h3 {
		font-size: 24px;
	}
	#home-slider h1 {
		font-size: 60px;
		line-height: 60px;
	}
	#home-slider h3 {
		margin-top: 20px;
	}
	#home-slider .slick-dots {
		bottom: 0;
	}
	.top65 {
		margin-top: 30px;
	}
	.property-item .property-txt {
		top: 15px;
		left: 15px;
	}
	.properties .learn-more-link {
		bottom: 15px;
		left: 15px;
	}
	.footer_soc {
		max-width: inherit;
		float: none;
		margin-top: 30px;
	}
	.footer_text_mail {
		float: none;
	}
	.footer_bottom .center-txt.flex {
		text-align: right;
		display: block;
	}
	.header-desktop .menu ul li a {
		line-height: 15px;
	}
}
.header-desktop_logo {
	margin-bottom: 0;
}
button.navbar-toggler {
	display: none;
}
@media (max-width: 767px) {
	.navbar-collapse.in {
		overflow: inherit;
	}
	.words .word-item>div:last-of-type {
		font-size: 13px;
		border: none;
	}
	.words .word-item {
		border: none;
		border: 1px solid #eee;
	}
	.words .word-item:nth-child(1) {
		border-right: none;
		border-bottom: none;
	}
	.words .word-item:nth-child(2) {
		border-bottom: none;
	}
	.words .word-item:nth-child(3) {		
		border-right: none;
	}
	.page-template-tpl-home header {
		top: 20px;
	}
	#home-slider img {
		min-height: 250px;
	}
	.panel-default>.panel-heading+.panel-collapse>.panel-body {
		padding: 20px 10px;
	}
	.panel1 .panel-body p {
		width: 100%;
		float: none;
	}
	.panel1 .panel-body p.btn {
		width: auto;
	}
	
	.panel1 .panel-body p+p {
		margin-left: 0;
	}
	div.wpcf7 .panel5_send input[type='submit'] {
		font-size: 14px;
	}
	#co_popup .panel-group {
		padding: 0 10px;
	}
	#co_popup .panel2 span.wpcf7-list-item, .services-type span.wpcf7-list-item {
		width: 100%;
	}
	.panel4 .panel-body>p {
		width: 100%;
		float: none;
	}
	.panel4 .panel-body p:nth-child(2n) {
		margin-left: 0;
	}
	.co_contact_us {
		padding-top: 30px;
	}
	.co_contact_us h2 {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.co_contact_icons .col-md-4 {
		margin-bottom: 30px;
	}
	.co_contact_form {
		margin-top: 50px;
		padding-top: 30px;
	}
	div.wpcf7 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.contact_form_button_block {
		padding-top: 0;
	}
	.page-template-tpl-contacts .home_map {
		margin-top: 60px;
	}
	div.wpcf7 input[type='submit'] {
		margin-bottom: 0;
		width: 100%;
	}
	.co_service_data {
		margin-top: 0;
		padding: 10px 0;
	}
	.co_commercial_services_subtitle, .co_residential_subtitle {
		margin-bottom: 30px;
	}
	.page_services h2 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.co_service_text h4 {
		margin-top: 30px;
	}
	.co_commercial_services_bottom_text {
		margin-bottom: 30px;
	}
	.co_service_text ul {
		column-count: 1;
	}
	.page_services {
		padding-top: 30px;
	}
	.page_services h4 {
		font-size: 26px;
	}
	.co_property_getails li label {
		display: block;
		margin-bottom: 10px;
	}
	.nav-tabs>li {
		width: 100%;
	}
	.co_listing .tab-pane .owl-carousel {
		margin-top: 20px;
	}
	.co_property_more_getails {
		display: block;
		margin-bottom: 50px;
	}
	.co_property_more_getails li {
		width: 100%;
		padding: 15px 0;
	}
	.co_listing {
		padding-top: 30px;
	}
	.tab-content>.tab-pane {
		padding-top: 30px;
	}
	.tab-pane .page_title {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.co_property_more_getails li+li {
		margin-left: 0;
		margin-top: 10px;
	}
	.tab-container {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.fancybox-slide--inline .fancybox-content {
		max-width: 100%;
		max-height: 100%;
		padding: 15px;
	}
	.tab-container .tab_content {
		padding-top: 20px;
		padding-left: 10px;
	    padding-right: 10px;
	    padding-bottom: 20px;
	}
	.tab-container h2.blue-heading {
		margin-bottom: 20px;
	    padding-bottom: 20px;
	    line-height: 44px;
	}
	.tab-container .tab-links {
		display: block;
	}
	.tab-container .tab-links .tab-link {
		width: 100%;
		float: none;
	}
	header .logo {
		margin: 0 auto;
		z-index: 9;
		position: relative;
		min-width: 292px;
	}
	.we-are-descr_content br {
		display: none;
	}
	.we-are-cnt .we-are-descr .blue-link {
		margin-top: 7px;
	}
	.property-item .property-txt {
		font-size: 22px;
	}
	header .col-md-9:after, header .col-md-3 {
		content: '';
		width: 100%;
		display: block;
		clear: both;
	}
	button.navbar-toggler {
		display: block;
		position: relative;
	    top: -50px;
	    margin-bottom: -28px;
	    margin-left: 0;
	    z-index: 999999999;
	    padding: 0;
	    border: none;
	    background: transparent;
	}
	button.navbar-toggler i { 
		font-size: 26px;
	}
	.navbar-collapse {
		box-shadow: none;
		border: none;
	}
	#home-slider .slider-content {
/* 		top: 50px; */
		left: 0;
		text-align: center;
	}
	#home-slider h3 {
		font-size: 14px;
		margin-top: 0;
	}
	#home-slider h1 {
		font-size: 28px;
		line-height: 30px;
		margin-left: 0;
	}
	#home-slider .white-txt {
		margin-top: 0;
		font-size: 14px;
	}
	#home-slider .slick-dots {
		text-align: center;
	    margin: 0 auto;
	    left: 0;
	    right: 0;
	}
	.slick-dots li {
		display: inline-block;
		float: none;
	}
	#home-slider .nav-slide {
		display: none;
	}
	.words .word-item {
		width: 50%;
		min-height: 231px;
	}
	.footer_center .menu ul {
		display: block;
	}
	.footer_center .menu li {
		display: block;
		width: 100%;
		float: left;
		border: none !important;
	}
	h2 {
		font-size: 39px;
	}
	.we-are-cnt img {
		min-height: 300px;
	}
	.home_testimonials h4 {
		font-size: 22px;
	}
	#testimonials .nav-slide {
		top: -68px;
	}
	footer.site_footer {
		padding-top: 0;
		padding-bottom: 20px;
	}
	footer .heading {
		margin-bottom: 10px;
	}
	footer .menu {
		margin: 0;
		margin-bottom: 20px;
	}
	footer .menu:after {
		clear: both;
		content: '';
		display: block;
		width: 100%;
	}
	.footer_bottom .lang-switcher {
		position: absolute;
	    top: -24px;
	    right: 0;
	    z-index: 99;
	}
	.footer_bottom .center-txt.flex {
		text-align: left;
	}
	.footer_aws {
		text-align: left;
	}
	.footer_soc {
		margin-bottom: 30px;
		text-align: center;
	}
	.footer_center .menu li a {
		padding: 10px 0;
	}
	.footer_soc .soc-links a {
		display: inline-block;
		float: none;
	}
	.footer_soc .soc-links a+a {
		margin-left: -3px;
	}
	footer .menu ul li {
		border: none;
	}
	.menu ul li.current_page_item a:before, .menu ul li.current-lang a:before {
		background: transparent;
	}
	.navbar-collapse .menu ul {
		display: block;
	    background: #fff;
	    padding: 0;
	    box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	    padding-top: 20px;
	}
	.navbar-collapse .menu ul li {
		padding: 0;
	    display: block;
	    width: 100%;
	    float: none;
	}
	.navbar-collapse .menu ul li a {
		color: #000;
		padding: 10px 0;
	}
	.home_block1 h2.blue-heading {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.home_block1 .words {
		margin-top: 20px;
	}
	.home_block2 {
		margin-top: 30px;
	}
	.home_block2 h4.center-txt {
		font-size: 30px;
		margin-bottom: 0;
	}
	.home_block2 .mangment-offers {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.property-item {
		margin-bottom: 10px;
	}
	.home_block3 {
		margin-top: 0;
	}
	.home_testimonials {
		margin-top: 30px;
	}
	#testimonials .slick-dots {
		margin: 0 auto;
		padding: 0;
	}
	.footer_copy {
		font-size: 12px;
	}
	.home_map {
		margin-bottom: 0;
	    padding-left: 0;
	    padding-right: 0;
	}
	.home_map > .row {
		margin: 0;
	}
	.home_map > .row > .col-lg-12 {
		padding: 0;
	}
	#menu-item-60 {
		display: none;
	}
	.home_block1 h2.blue-heading {
		font-size: 30px;
		margin-top: 0;
	}
	footer .menu ul li:last-of-type {
		border: none;
	}
	.footer_text {
		font-size: 13px;
	}
.visible-xs {
	display: block !important;
}

table.visible-xs {
	display: table !important;
}

tr.visible-xs {
	display: table-row !important;
}

th.visible-xs,
td.visible-xs {
	display: table-cell !important;
}

.visible-xs-block {
	display: block !important;
}

.visible-xs-inline {
	display: inline !important;
}

.visible-xs-inline-block {
	display: inline-block !important;
}

.hidden-xs {
	display: none !important;
}
	#home-slider .slider-content {
		top: 50%;
	    margin-top: -34px;
	}

}
#about-section {
	transition: ease 0.5s;
}
#about-section .tab_content img {
	width: 100%;
}
body span.wpcf7-not-valid-tip {
	display: none;
}
body div.wpcf7 input.wpcf7-not-valid {
	border-color: #f00;
}
body div.wpcf7-response-output {
	clear: both;
	position: relative;
	top: 10px;
	margin: 0;
}
@media (max-width: 440px) {
	header .logo {
		max-width: 220px;
	    min-width: 200px; 
	}
	button.navbar-toggler {
		top: -40px;
		margin-left: 0;
	}
	#home-slider .white-txt {
		line-height: inherit;
		
	}
	#home-slider .slider-content {
		top: 50%;
	    margin-top: -34px;
	}
}