@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoitalic';
    src: url('fonts/lato-italic-webfont.eot');
    src: url('fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-italic-webfont.woff') format('woff'),
         url('fonts/lato-italic-webfont.ttf') format('truetype'),
         url('fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#lato') format('svg');
    font-weight: normal;
    font-style: normal;

}


#nav > ul:after,
.facebook-updates .meta:after,
.social-networks:after,
.container:after {
	content: " ";
	display: block;
	clear: both;
}
#nav > ul,
#nav > ul ul,
.twitter-updates,
.facebook-updates,
.contact-info,
.footer-nav,
.pagination ul,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	margin: 0;
	color: #000;
	background: #555;
	font: 12px/16px "Lato", Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

body .buffer {
	line-height: 2em;
}
* {
	max-height: 1000000px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}
img {
	border-style: none;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #5c110b;
}
a:hover {
	text-decoration: underline;
}
input,
textarea,
select {
	font: 100% "Lato", Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 3px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	min-width: 45px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
	outline: none;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}
p {
	margin: 0 0 1.2em;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: "";
	content: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.gm-style img {
	max-width: none;
}
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?-3ekt29");
	src: url("../fonts/icomoon.eot?#iefix-3ekt29") format("embedded-opentype"), url("../fonts/icomoon.ttf?-3ekt29") format("truetype"), url("../fonts/icomoon.woff?-3ekt29") format("woff"), url("../fonts/icomoon.svg?-3ekt29#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
#wrapper {
	overflow: hidden;
}
.top-bar {
	background: #263c64;
	padding: 16px 0 8px;
	margin-bottom: 36px;
}
.search-form {
	width: 303px;
	font: 16px/20px Arimo, Arial, Helvetica, sans-serif;
	float: right;
	margin-top: -2px;
	position: relative;
}
.search-form input[type="search"],
.search-form input[type="text"] {
	background: none;
	color: #fff;
	width: 255px;
	font-size: 16px;
	line-height: 20px;
	padding: 2px 10px 4px;
	border: none;
	float: left;
}
.search-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}
.search-form input[type="search"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}
.search-form input[type="search"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder {
	color: #fff;
}
.search-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder {
	color: #fff;
}
.search-form input[type="search"].placeholder,
.search-form input[type="text"].placeholder {
	color: #fff;
}
.search-form button[type="submit"] {
	background: none;
	color: #fff;
	width: 21px;
	height: 26px;
	text-transform: none;
	font: 20px/20px "icomoon";
	speak: none;
	float: right;
	margin: 0 8px 0 0;
	padding: 0;
	border: none;
}
.search-form button[type="submit"]:before {
	content: "\e605";
}
.search-form button[type="submit"]:focus {
	outline: none;
}
.search-form .form-opener {
	color: #fff;
	width: 20px;
	height: 20px;
	font: 21px/21px "icomoon";
	speak: none;
	display: none;
	position: absolute;
	top: -30px;
	right: 17px;
}
.search-form .form-opener:before {
	content: "\e605";
}
.search-form .form-opener:hover {
	text-decoration: none;
	opacity: .7;
}
.search-form .close {
	color: #fff;
	font-weight: 900;
	display: none;
	position: absolute;
	top: -28px;
	right: 2px;
}
.search-form .close:hover {
	text-decoration: none;
	opacity: .7;
}
.search-form .holder {
	border: 2px solid #fff;
	background: #263c64;
	border-radius: 3px;
	overflow: hidden;
}
#header {
	background: #fff;
}
body.int #header {
	border-bottom: 2px solid #e5e5e5;
	width: 100%;
	position: fixed;
	z-index:99;
}
#header.fixed-position {
	background: #fff;
	background: rgba(255, 255, 255, .85);
	top: 0 !important;
	left: 0 !important;
	right: 0;
	z-index: 120;
	padding-bottom: 8px;
}
#header.fixed-position ~ .cycle-gallery {
	margin-top: 181px;
}
#header.fixed-position .top-bar {
	margin-bottom: 0;
}
#header.fixed-position .logo {
	width: 174px;
	float: left;
	margin: 13px 35px 0 -4px;
}
#header.fixed-position .logo .visible {
	display: none;
}
#header.fixed-position .logo .hidden {
	display: block;
}
#header.fixed-position #nav {
	float: left;
	width: 78.64%;
	font-size: 17px;
	line-height: 21px;
	padding: 34px 0 29px;
}
#header.fixed-position #nav > ul {
	margin-left: -15px;
}
#header.fixed-position #nav > ul > li {
	margin-left: 13px;
}
.logo {
	width: 524px;
	margin: 0 auto;
}
.logo img {
	max-width: 100%;
	height: auto;
}
#nav {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 1.13rem;
	line-height: 23px;
	padding: 32px 0 29px;
}
#nav > ul {
	position: static !important;
}
#nav > ul.js-slide-hidden {
	text-align:center;
}
#nav > ul > li {
	float:left;
	position: relative;
	margin-left: 36px;
}
#nav > ul > li.hover > a {
	color: #5c110b;
}
#nav > ul > li.hover ul {
	display: block;
}
#nav > ul ul {
	background: #fff;
	background: rgba(255, 255, 255, .95);
	width: 150px;
	font-size: 16px;
	line-height: 20px;
	display: none;
	padding: 7px 15px;
	border-radius: 3px;
	position: absolute;
	text-align:left;
	top: 100%;
	left: -15px;
	z-index: 101;
	border: 1px solid #e6e6e6;
}
#nav > ul ul li {
	padding: 5px 0;
	border-bottom: 1px solid #e6e6e6;
}
#nav > ul a {
	color: #263c64;
}
#nav > ul a:hover {
	color: #5c110b;
	text-decoration: none;
}
#nav .active, 
#nav .active > a {
	margin: 0;
}
#nav .last ul {
	left: auto !important;
	text-align: right;
	right: -15px;
}
#nav .drop-slide-wrapper {
	top: 100% !important;
	z-index: 101;
}
.nav-opener {
	background: #600f0b;
	width: 30px;
	height: 30px;
	display: none;
	border-radius: 2px;
	position: absolute;
	top: 54px;
	right: 20px;
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	content: "";
	width: 23px;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 4px;
}
.nav-opener:after {
	top: 14px;
}
.nav-opener span {
	top: 20px;
}
.cycle-gallery {
	position: relative;
	border-bottom: 1px solid #edf2f6;
}
.cycle-gallery h1 {
	color: #263c64;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 34px;
	line-height: 36px;
	margin: 0 0 31px;
}
.cycle-gallery p {
	margin: 0 0 18px;
}
.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 451px;
}
.cycle-gallery .slideset {
	width: 100%;
	float: left;
	position: relative;
}
.cycle-gallery .slide {
	left: 0;
	top: 0;
	position: relative;
	width: 100%;
	min-height: 451px;
	float: left;
	overflow: hidden;
}
.cycle-gallery .caption {
	background: #fff;
	background: rgba(255, 255, 255, .8);
	width: 509px;
	font-size: 17px;
	line-height: 26px;
	padding: 38px 32px 34px 37px;
	position: absolute;
	top: 47px;
	right: 24.65%;
}
.photo-gallery {
	background: url(../images/bg-1.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	padding: 30px 0 39px;
	position: relative;
	overflow: hidden;
}
.photo-gallery.bottom {
	background: url(../images/bg-2.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.photo-gallery h1 {
	text-transform: capitalize;
	font-weight: 900;
	font-size: 48px;
	line-height: 52px;
	margin: 0 0 23px;
}
.photo-gallery h2 {
	text-transform: capitalize;
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 6px;
	padding-bottom: 15px;
	position: relative;
}
.photo-gallery h2:after {
	background: #fff;
	content: "";
	width: 90px;
	height: 2px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 7px;
	right: 0;
}
.photo-gallery p {
	margin: 0 0 10px;
}
.photo-gallery .container {
	position: relative;
	max-width: 1026px;
}
.photo-gallery .mask {
	position: relative;
	max-width: 944px;
	overflow: hidden;
	margin: 0 auto 24px;
}
.photo-gallery .slideset {
	width: 100%;
	float: left;
}
.photo-gallery .slide {
	float: left;
	position: relative;
	margin: 0 8px 0 7px;
}
.photo-gallery .slide img {
	max-width: 100%;
	height: auto;
}
.photo-gallery .slide.hover .caption {
	background: #000;
	background: rgba(0, 0, 0, .7);
	text-decoration: none;
}
.photo-gallery .slide.hover .caption .description {
	display: block;
}
.photo-gallery .slide.hover .caption .more {
	display: inline-block;
	vertical-align: top;
}
.photo-gallery .slide.hover .caption .holder {
	vertical-align: middle;
}
.photo-gallery .caption {
	white-space: nowrap;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}
.photo-gallery .caption:after {
	content: "";
	width: 1px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.photo-gallery .holder {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}
.photo-gallery .description {
	display: none;
	padding: 0 16px;
	text-align: left;
}
.photo-gallery .btn-prev,
.photo-gallery .btn-next {
	top: 0;
	left: 0;
	bottom: 0;
}
.photo-gallery .btn-next {
	left: auto;
	right: 0;
}
.photo-gallery .more {
	color: #f43030;
	display: none;
	text-transform: uppercase;
}
.photo-gallery .more:hover {
	text-decoration: none;
	opacity: .8;
}
.photo-gallery .pagination {
	display: none;
}

.connect-block h2 {
    display: none;
    font-weight: 600;
}

.subscribe-form .row {
    overflow: hidden;
}

.connect-block {
    background: #5c110b;
    padding: 33px 20px;
}

.connect-block .holder {
	padding: 0 11px 0 23px;
}

.subscribe-form .row input[type="text"], .subscribe-form .row input[type="email"] {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    height: 42px;
    width: 100%;
    padding: 10px 15px 10px 20px;
    display: block;
    margin: 0 0 24px;
    line-height: 20px;
    outline: none;
}

.subscribe-form .row button[type=submit] {
    background: #949494;
    border: none;
    border-radius: 7px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 23px;
    padding: 10px 5px;
    text-align: center;
    display: block;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.subscribe-form .row button[type=submit]:hover {
	background:#444;
}

.subscribe-form .row .btn-hold {
    padding-left: 10px;
    width: 66%;
    margin: 0 auto;
}

#main {
	background: #fff;
	padding: 50px 0 39px;
}
body.int #main {padding:340px 0 39px;}
.crumbs {margin-bottom: 20px;font-weight: bold;}
.SectionLink {text-transform: capitalize;}
#main h1 {
	color: #263c64;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 47px;
	line-height: 47px;
	margin: 0;
}
#main h2 {
	text-transform: capitalize;
	font-weight: 900;
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 5px;
}
#main h2 a:hover {
	text-decoration: none;
	opacity: .7;
}
#twocolumns {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 6px;
}
#content {
	width: 65.9%;
	float: left;
}
.post {
	font-size: 13px;
	line-height: 20px;
	padding: 25px 2px 8px;
	margin-bottom: 0;
	border-bottom: 2px solid #e5e5e5;
}
.post:first-child {
	padding-top: 19px;
}
.post time {
	color: #555;
	font-weight: 900;
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin-bottom: 9px;
}
.post p {
	margin: 0 0 10px;
}
.post .image-holder {
	margin-bottom: 8px;
}
.post .image-holder img {
	width: 100%;
	height: auto;
}
.post .more {
	text-transform: uppercase;
	font-weight: 900;
}
#sidebar {
	width: 31.65%;
	float: left;
	padding: 29px 0 0;
	margin-left: 18px;
}
.sidebar-block {
	padding: 12px 17px 25px;
	margin-bottom: 25px;
	border: 2px solid #e5e5e5;
}
.sidebar-block.facebook-feed {
	height: 682px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 0;
}
.sidebar-block.facebook-feed .heading {
	margin-bottom: 27px;
}
.sidebar-block .btn {
	width: auto;
	font-size: 16px;
	display: block;
	padding: 5px;
	margin: 0 4px;
}
.heading {
	overflow: hidden;
	margin-bottom: 21px;
}
.heading h2 {
	color: #263c64;
	overflow: hidden;
}
.heading h2 a {
	color: #263c64;
	font-size: 19px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
}
.heading .facebook,
.heading .twitter {
	color: #263c64;
	text-transform: none;
	font: 57px/57px "icomoon";
	speak: none;
	float: left;
	margin: 1px 15px 0 7px;
}
.heading .facebook:before,
.heading .twitter:before {
	content: "\e603";
	float: left;
}
.heading .facebook:hover,
.heading .twitter:hover {
	text-decoration: none;
}
.heading .facebook {
	margin: 1px 34px 5px -14px;
}
.heading .facebook:before {
	content: "\e600";
}
.heading .title {
	overflow: hidden;
	padding-top: 11px;
}
.heading .name {
	color: #263c64;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2px;
}
.profile-pics {
	float: left;
	margin: 4px 15px 0 0;
}
.twitter-updates {
	color: #4d4d4d;
	line-height: 15px;
	margin-bottom: 16px;
}
.twitter-updates li {
	margin-top: 14px;
}
.twitter-updates li:first-child {
	margin-top: 0;
}
.twitter-updates p {
	margin: 0 0 5px;
}
.twitter-updates a {
	font-weight: 600;
}
.twitter-updates .date {
	color: #555;
	text-transform: lowercase;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}
.twitter-updates .meta {
	overflow: hidden;
}
.twitter-updates .reply,
.twitter-updates .retweet,
.twitter-updates .favorite {
	font-size: 18px;
	line-height: 22px;
	margin-left: 22px;
	float: left;
}
.twitter-updates .reply:hover,
.twitter-updates .retweet:hover,
.twitter-updates .favorite:hover {
	text-decoration: none;
	opacity: .7;
}
.twitter-updates .reply:before,
.twitter-updates .retweet:before,
.twitter-updates .favorite:before {
	background: url("../images/sprite.png") no-repeat -66px -16px;
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	margin: 1px 0 0 1px;
}
.twitter-updates .reply {
	margin-left: 0;
}
.twitter-updates .retweet:before {
	background-position: -13px -15px;
	margin-right: 4px;
}
.twitter-updates .favorite:before {
	background-position: -122px -16px;
}
.facebook-updates {
	line-height: 14px;
	margin-top: -9px;
}
.facebook-updates li {
	padding: 17px 0 24px;
	border-top: 1px solid #e5e5e5;
}
.facebook-updates li:first-child {
	border-top: none;
}
.facebook-updates li.last {
	padding-bottom: 0;
}
.facebook-updates li.last .image-holder {
	margin-bottom: 0;
}
.facebook-updates p {
	margin: 0 0 5px;
}
.facebook-updates a {
	font-weight: 600;
}
.facebook-updates time {
	color: #adadad;
	display: block;
	margin-bottom: 9px;
}
.facebook-updates .profile {
	overflow: hidden;
	white-space: nowrap;
	padding: 0 3px 2px;
}
.facebook-updates .profile:after {
	content: "";
	width: 1px;
	min-height: 41px;
	display: inline-block;
	vertical-align: middle;
}
.facebook-updates .profile-pics {
	width: 37px;
	height: 37px;
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 0 4px 0 0;
	border-radius: 2px;
	overflow: hidden;
}
.facebook-updates .profile-pics img {
	width: 100%;
	height: auto;
}
.facebook-updates .name {
	color: #263c64;
	white-space: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.facebook-updates .image-holder {
	margin-bottom: 9px;
}
.facebook-updates .image-holder img {
	width: 100%;
	height: auto;
}
.facebook-updates .meta .holder {
	background: #eff1f5;
	min-width: 121px;
	float: left;
	padding: 9px 11px;
}
.facebook-updates .likes,
.facebook-updates .reply,
.facebook-updates .comment {
	color: #2c94d0;
	line-height: 15px;
	margin-left: 7px;
}
.facebook-updates .likes:before,
.facebook-updates .reply:before,
.facebook-updates .comment:before {
	content: "";
	background: url("../images/sprite.png") no-repeat -17px -70px;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
}
.facebook-updates .likes:hover,
.facebook-updates .reply:hover,
.facebook-updates .comment:hover {
	text-decoration: none;
	opacity: .5;
}
.facebook-updates .likes {
	margin-left: 0;
}
.facebook-updates .reply:before {
	background-position: -72px -70px;
}
.facebook-updates .comment:before {
	background-position: -124px -71px;
}
.facebook-updates .another {
	float: right;
	padding-top: 11px;
	margin-right: -3px;
}
.contacts {
	background: #f5f5f5;
	padding: 29px 0 44px;
}
.contacts h2 {
	color: #263c64;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 14px;
}
.contacts .image-holder {
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 5px;
}
.contacts .image-holder img {
	max-width: 100%;
	height: auto;
}
.contacts .map {
	padding-top: 5px;
}
.column {
	width: 66.46%;
	float: left;
	padding: 0 9px;
}
.column + .column {
	width: 31.65%;
	margin-left: 10px;
	padding: 0;
	position: relative;
}
.column + .column:before {
	background: #e5e5e5;
	content: "";
	width: 1px;
	height: 197px;
	position: absolute;
	bottom: 10px;
	left: -52px;
}
.contact-info {
	color: #555;
	width: 92%;
	font-size: 14px;
	line-height: 18px;
	float: left;
	padding-right: 10px;
	position: relative;
}
.contact-info li.active {min-height: 115px;}
.contact-info li {
	padding-bottom: 26px;
	clear: both;
}
.contact-info address {
	font-style: normal;
	float: left;
}
.contact-info a {
	color: #555;
}
.contact-info .active .opener:after {
	display: none;
}
.contact-info .opener {
	color: #263c64;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 18px;
	line-height: 22px;
}
.contact-info .opener:after {
	color: #5c110b;
	content: "+";
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
}
.contact-info .opener:hover {
	text-decoration: none;
	opacity: .7;
}
#footer {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 17px 0 8px;
}
#footer .social-networks {
	width: 31.5%;
	float: right;
	margin: -2px 0 0 -33px;
}
#footer .social-networks li {
	float: left;
	margin-left: 33px;
}
#footer .social-networks a:before {
	font-size: 28px;
}
.footer-nav {
	width: 59%;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 17px;
	line-height: 22px;
	float: left;
	margin-left: -5px;
}
.footer-nav li {
	float: left;
	margin-left: 5px;
}
.footer-nav li + li:before {
	color: #fff;
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.footer-nav a {
	color: #fff;
}
.footer-nav a:hover {
	text-decoration: none;
	opacity: .7;
}
.btn-prev,
.btn-next {
	color: #fff;
	text-transform: none;
	font: 47px/47px "icomoon";
	speak: none;
	width: 21px;
	height: 48px;
	margin: auto 0;
	position: absolute;
	left: 64px;
	top: 0;
	bottom: 0;
	z-index: 110;
}
.btn-prev:hover,
.btn-next:hover {
	text-decoration: none;
	opacity: .7;
}
.btn-prev:before,
.btn-next:before {
	content: "\e606";
}
.btn-next {
	left: auto;
	right: 59px;
}
.btn-next:before {
	content: "\e607";
}
.pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	z-index: 110;
}
.pagination ul {
	text-align: center;
}
.pagination li {
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
}
.pagination a {
	width: 11px;
	height: 11px;
	display: block;
	border: 1px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
}
.pagination a:hover {
	background: #fff;
}
.pagination .active a,
.pagination .slick-active a {
	background: #fff;
}
.social-networks {
	width: 40%;
	float: left;
	margin-left: -28px;
}
.social-networks li {
	float: left;
	margin: 0 0 5px 24px;
}
.social-networks a {
	color: #fff;
	text-transform: none;
	font: 26px/30px "icomoon";
	speak: none;
}
.social-networks a:hover {
	color: rgba(255, 255, 255, .7);
	text-decoration: none;
}
.social-networks .youtube:before {
	content: "\e604";
}
.social-networks .facebook:before {
	content: "\e600";
}
.social-networks .flickr:before {
	content: "\e601";
}
.social-networks .instagram:before {
	content: "\e602";
}
.social-networks .twitter:before {
	content: "\e603";
}
.container {
	max-width: 1000px;
	margin: 0 auto;
}
.phone {
	pointer-events: none;
	cursor: default;
}
.phone:hover {
	text-decoration: none;
	opacity: .7;
}
.btn {
	background: #5c110b;
	color: #fff;
	width: 151px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
	padding: 10px 5px 12px;
	border-radius: 2px;
}
.btn:hover {
	text-decoration: none;
	background: #fff;
	color: #5c110b;
}
.btn.blue {
	background: #263c64;
}
.btn.blue:hover {
	color: #fff;
	opacity: .7;
}
.bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.all {
	color: #fff;
	width: 150px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
	padding: 9px 0 11px;
	border: 1px solid #fff;
	border-radius: 3px;
}
.all:hover {
	text-decoration: none;
	background: #fff;
	color: #263c64;
}
.hidden {
	display: none;
}
.fancybox-overlay {
	background: #fff !important;
	background: rgba(255, 255, 255, .9) !important;
}
.fancybox-close {
	color: #555;
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	top: 8px;
}
.fancybox-close:hover {
	text-decoration: none;
}
.fancybox-close:after {
	content: "X";
	position: absolute;
	top: -38px;
	right: 20px;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-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;
}
.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;
}
@media only screen and (min-width:1025px) {
	.phone {
		pointer-events: none;
		display: inline-block;
		vertical-align: top;
	}
	.subscribe-form .row input[type="text"], .subscribe-form .row input[type="email"] {
    	font-size: 15px;
    	width: 76.4%;
	}
	.subscribe-form .row {
    	text-align: right;
	}

	.subscribe-form .row .btn-hold {
    	width: 22.6%;
	}
	.subscribe-form {
	    display: inline-block;
	    vertical-align: middle;
	    width: 75%;
	}

	.connect-block {
    	padding: 38px 20px 39px;
	}
	.connect-block h2 {
	    display: inline-block;
	    vertical-align: middle;
	    font-size: 26px;
	    line-height: 33px;
	    text-transform: uppercase;
	    width: 24.5%;
	    margin: 0;
	    padding-right: 6px;
	    color:#fff;
	}
} 

@media (min-width: 768px) {
	.connect-block {
	    padding: 39px 10px;
	} 
	.subscribe-form .row input[type="text"], .subscribe-form .row input[type="email"] {
    display: inline-block;
    vertical-align: top;
    width: 72.4%;
    margin: 0;
	}
	.subscribe-form .row .btn-hold {
    display: inline-block;
    vertical-align: top;
    width: 25.8%;
	}

	.subscribe-form .row button[type=submit] {
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px;
	}
}

@media only screen and (max-width:1023px) {
	.top-bar {
		padding: 11px 30px 8px;
		margin-bottom: 22px;
	}
	.search-form {
		margin-top: 0;
	}
	#header {
		padding-bottom: 16px;
	}
	#header.fixed-position ~ .cycle-gallery {
		margin-top: 157px;
	}
	#header.fixed-position .logo {
		width: 17%;
		margin: 10px 10px 0;
	}
	#header.fixed-position #nav {
		font-size: 14px;
		line-height: 18px;
		padding: 27px 0 10px;
	}
	#header.fixed-position #nav > ul {
		margin-left: 0;
	}
	#header.fixed-position #nav > ul > li {
		margin-left: 11px;
	}
	.logo {
		width: 390px;
	}
	#nav {
		font-size: 15px;
		line-height: 19px;
		padding: 23px 40px 14px;
	}
	#nav > ul {
		margin-left: -20px;
	}
	#nav > ul > li {
		margin-left: 20px;
	}
	.cycle-gallery {
		border-bottom: none;
	}
	.cycle-gallery h1 {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.cycle-gallery .mask,
	.cycle-gallery .slide {
		min-height: 377px;
	}
	.cycle-gallery .caption {
		width: 355px;
		font-size: 14px;
		line-height: 20px;
		padding: 38px 17px 35px;
		top: 42px;
		right: 4%;
	}
	.photo-gallery {
		font-size: 9px;
		line-height: 12px;
		padding-bottom: 32px;
	}
	.photo-gallery.bottom {
		padding: 34px 0 43px;
	}
	.photo-gallery.bottom h1 {
		margin-bottom: 37px;
	}
	.photo-gallery.bottom .slide a {
		pointer-events: none;
		display: block;
	}
	.photo-gallery.bottom .mask {
		margin: 0 25px 33px;
	}
	.photo-gallery.bottom .btn-prev,
	.photo-gallery.bottom .btn-next {
		display: block;
		left: 0;
	}
	.photo-gallery.bottom .btn-next {
		left: auto;
		right: 0;
	}
	.photo-gallery h1 {
		font-size: 34px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.photo-gallery h2 {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 10px;
	}
	.photo-gallery h2:after {
		width: 67px;
	}
	.photo-gallery .slide {
		margin: 0 8px 0 7px;
	}
	.photo-gallery .container {
		max-width: 780px;
	}
	.photo-gallery .mask {
		margin: 0 18px 32px;
	}
	.photo-gallery .btn-prev,
	.photo-gallery .btn-next {
		display: none;
	}
	#main {
		padding: 46px 0 39px;
	}
	#main h1 {
		text-align: center;
		font-size: 35px;
		line-height: 37px;
		margin-bottom: 9px;
	}
	#twocolumns {
		padding: 0;
	}
	#content {
		width: 80.5%;
		float: none;
		margin: 0 auto;
	}
	.post {
		padding: 28px 0 9px;
		margin-bottom: 0;
	}
	.post:first-child {
		padding-top: 28px;
	}
	#sidebar {
		width: 86.4%;
		float: none;
		padding-top: 41px;
		margin: 0 auto;
		overflow: hidden;
	}
	.sidebar-block {
		width: 45%;
		float: left;
		padding: 12px 15px 25px;
		margin: 0 0 0 59px;
	}
	.sidebar-block.facebook-feed {
		height: 485px;
	}
	.sidebar-block:first-child {
		margin-left: 0;
	}
	.facebook-updates .last {
		height: 1px;
		overflow: hidden;
	}
	.contacts {
		padding: 25px 29px 41px;
	}
	.contacts .column {
		width: 51.46%;
		padding: 0;
	}
	.contacts .column + .column {
		width: 44.46%;
		margin-left: 8px;
		padding-top: 3px;
	}
	.contacts .column + .column:before {
		display: none;
	}
	.contacts .image-holder {
		display: none;
	}
	.column .column {
		width: 52.5%;
		margin: 0;
		float: left;
	}
	.column .column + .column {
		width: 47.5%;
		margin-left: 0;
	}
	.column .column + .column:before {
		display: none;
	}
	.column .column .image-holder {
		display: none;
	}
	.contact-info {
		width: 100%;
		float: left;
	}
	#footer {
		padding: 16px 29px 8px;
	}
	#footer .social-networks {
		width: 44%;
	}
	.footer-nav {
		font-size: 15px;
		line-height: 20px;
	}
	.btn-prev,
	.btn-next {
		left: 0;
	}
	.btn-next {
		left: auto;
		right: 0;
	}
	.pagination {
		bottom: 22px;
	}
	.social-networks {
		margin-left: -29px;
	}
	.phone {
		pointer-events: auto;
	}
}
@media only screen and (max-width:767px) {

	body.int #main {
		padding: 191px 0 39px;
	}
	.top-bar {
		padding: 6px 18px 0;
		margin: 0;
	}
	.search-form {
		position: absolute;
		top: 34px;
		right: 5px;
		z-index: 2;
	}
	.search-form.popup-active .form-opener {
		display: none;
	}
	.search-form.popup-active .close {
		display: block;
	}
	.search-form .form-opener {
		display: block;
	}
	.search-form .holder {
		display: none;
	}
	#header {
		padding-bottom: 15px;
		position: relative;
	}
	#header.fixed-position {
		min-width: 320px;
	}
	#header.fixed-position:after {
		box-shadow: none;
	}
	#header.fixed-position ~ .cycle-gallery {
		margin-top: 154px;
	}
	#header.fixed-position .logo {
		width: 170px;
	}
	#header.fixed-position #nav {
		padding: 0;
	}
	#header.fixed-position #nav > ul {
		margin-left: 0;
	}
	#header.fixed-position #nav > ul > li {
		margin-left: 0;
	}
	#header:after {
		content: "";
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -2px;
		box-shadow: -1px -1px 1px 1px rgba(36, 31, 32, .35);
	}
	.logo {
		width: 74%;
		margin: 8px 0 0 21px;
	}
	#nav {
		padding: 0;
		text-align: center;
	}
	#nav > ul {
		background: #fff;
		overflow: auto;
		display: none;
		margin: 0;
		border: none;
		position: absolute !important;
		left: 0;
		right: 0;
		z-index: 111;
	}
	#nav > ul > li {
		float: none;
		margin: 0;
	}
	#nav > ul > li > a {
		padding: 10px 5px;
	}
	#nav > ul ul {
		background: #e6e6e6;
		position: static;
		font-size: 12px;
		line-height: 14px;
		width: 100%;
		padding: 0;
	}
	#nav > ul ul li {
		padding: 5px;
	}
	#nav a {
		display: block;
	}
	#nav .hover {
		background: whitesmoke;
	}
	#nav .last ul {
		text-align: center;
		right: 0;
	}
	.nav-opener {
		display: block;
	}
	.cycle-gallery h1 {
		font-size: 23px;
		line-height: 25px;
		margin-bottom: 4px;
	}
	.cycle-gallery p {
		margin-bottom: 10px;
	}
	.cycle-gallery .mask,
	.cycle-gallery .slide {
		min-height: 271px;
	}
	.cycle-gallery .caption {
		min-width: 320px;
		width: auto;
		font-size: 13px;
		line-height: 20px;
		padding: 16px 23px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.cycle-gallery .pagination a {
		border-color: #263c64;
	}
	.cycle-gallery .pagination a:hover,
	.cycle-gallery .pagination .active a {
		background: #263c64;
	}
	.photo-gallery {
		font-size: 12px;
		line-height: 16px;
		padding: 35px 0 36px;
	}
	.photo-gallery.bottom {
		padding: 26px 0 39px;
	}
	.photo-gallery.bottom .mask {
		margin: 0 40px 33px;
	}
	.photo-gallery h1 {
		margin-bottom: 26px;
	}
	.photo-gallery h2 {
		padding-bottom: 18px;
	}
	.photo-gallery .mask {
		margin: 0 20px 33px;
	}
	.photo-gallery .slide {
		width: 281px;
		margin-left: 0;
	}
	.photo-gallery .slide img {
		width: 100%;
		height: auto;
	}
	.photo-gallery .btn-prev,
	.photo-gallery .btn-next {
		top: 0;
		left: 0;
	}
	.photo-gallery .btn-next {
		left: auto;
		right: 0;
	}
	.photo-gallery .pagination {
		display: block;
		bottom: -28px;
	}
	#main {
		padding: 29px 0 63px;
	}
	#main h1 {
		margin-bottom: 8px;
	}
	#main h2 {
		font-size: 23px;
		line-height: 25px;
		margin-bottom: 8px;
	}
	#twocolumns {
		padding: 0;
	}
	#content {
		width: 100%;
		padding: 0 20px;
	}
	.post {
		padding: 20px 0 14px;
	}
	.post:first-child {
		padding-top: 20px;
	}
	.post time {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 17px;
	}
	.post .image-holder {
		margin-bottom: 13px;
	}
	.post .more {
		display: block;
	}
	#sidebar {
		width: 100%;
		padding: 24px 10px 0;
	}
	.sidebar-block {
		width: 100%;
		margin: 0 0 32px;
		padding: 13px 18px 25px;
	}
	.sidebar-block.facebook-feed {
		height: 682px;
		margin-bottom: 0;
	}
	.heading {
		margin-bottom: 30px;
	}
	.heading .twitter {
		margin: 0 15px 0 7px;
	}
	.facebook-updates .last {
		height: auto;
	}
	.contacts {
		padding: 30px 20px 22px;
	}
	.contacts h2 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 16px;
	}
	.contacts .column {
		width: 100%;
		float: none;
		padding: 0;
	}
	.contacts .column + .column {
		width: 100%;
		padding: 18px 0 0;
		margin-left: 0;
	}
	.contacts .map img {
		width: 100%;
		height: auto;
	}
	.contact-info {
		float: none;
	}
	#footer {
		padding: 14px 29px 27px;
		text-align: center;
	}
	#footer .social-networks {
		width: auto;
		float: none;
		margin: 0 0 0 -29px;
	}
	#footer .social-networks li {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin-left: 29px;
	}
	#footer .social-networks a:before {
		font-size: 24px;
	}
	.footer-nav {
		width: 100%;
		font-weight: 900;
		float: none;
		margin-bottom: 36px;
	}
	.footer-nav li {
		float: none;
		margin: 10px 0;
	}
	.footer-nav li + li:before {
		display: none;
	}
	.btn-prev,
	.btn-next {
		display: none !important;
	}
	.pagination {
		bottom: 5px;
	}
	.social-networks {
		width: 100%;
		float: none;
		margin-left: -17px;
	}
	.social-networks li {
		margin-left: 17px;
	}
	.social-networks a {
		font-size: 16px;
		line-height: 20px;
	}
	.btn {
		display: block;
		margin: 0 auto;
	}

	.buffer img {
		max-width:100%;
		height: auto;
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	#header.fixed-position #nav > ul {
		height: 140px;
	}
}
@media screen and (orientation:landscape) and (max-width:767px) {
	#nav > ul {
		height: 100px;
	}
}