.nav-holder:after,
.blockquote-holder:after,
.row:after {
	content: " ";
	display: block;
	clear: both;
}

#nav > ul,
.intro-gallery .pagination ul,
#aside address ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header,
.nav-holder,
.intro,
.info-area,
.remark-holder,
.team,
.posts,
#aside,
#footer,
.heading-box,
.about,
.options {
	padding-left: 9999px;
	padding-right: 9999px;
	margin-left: -9999px;
	margin-right: -9999px;
}

@font-face {
	font-family: "overpassregular";
	src: url("../fonts/overpass_regular-webfont.eot");
	src: url("../fonts/overpass_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass_regular-webfont.woff") format("woff"), url("../fonts/overpass_regular-webfont.ttf") format("truetype"), url("../fonts/overpass_regular-webfont.svg#overpassregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #58595b;
	background: #fff;
	font: 16px/21px "overpassregular", Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

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

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

a {
	text-decoration: none;
	color: #be1e2d;
}

a.link2 {
	text-decoration: none;
	color: #262460;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% "overpassregular", 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,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
	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 7px;
	border: 1px solid #999;
}

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

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Abel", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 30px;
}

h3.colorblue {
	color: #262460;
}

p {
	margin: 0 0 21px;
}

p.ref {
	font-size: 12px;
}

p.bodyp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p.bodyp2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

p.bodyp3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


p #bo{
	margin: 0 0 21px;
}

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

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.wrap-holder {
	max-width: 960px;
	margin: 0 auto;
}

#header {
	background-color: #d9eaf8;
	background-image: -webkit-linear-gradient(top, #d0e5f6 0%, #d9eaf8 100%);
	background-image: linear-gradient(to bottom, #d0e5f6 0%, #d9eaf8 100%);
	padding-top: 35px;
	padding-bottom: 33px;
	overflow: hidden;
}

.logo {
	display: block;
	margin: 0 0 0 35px;
}

.logo a:hover {
	opacity: .9;
}

.nav-holder {
	background: #21295a;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -1px;
	position: relative;
	min-height: 37px;
}

.nav-holder.active .nav-opener span {
	opacity: 0;
}

.nav-holder.active .nav-opener:after,
.nav-holder.active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.nav-holder.active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-holder.active #nav > ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-holder.active #nav {
	max-height: 4000px;
}

#nav > ul {
	text-align: center;
	padding: 0 70px 0 0;
}

#nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px 0 0;
}

#nav a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 12px 11px;
}

#nav .active a,
#nav a:hover {
	background: #be1e2d;
	text-decoration: none;
}

.resize-active .nav-holder,
.resize-active #nav,
.resize-active #nav > ul {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-opener {
	display: none;
	float: right;
	width: 31px;
	height: 31px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	position: relative;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 3px 0 2px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: 22px;
}

.nav-opener:hover {
	opacity: .9;
}

.intro {
	background-color: #f0f6fc;
	background-image: -webkit-linear-gradient(top, #dcecf8 0%, #f0f6fc 100%);
	background-image: linear-gradient(to bottom, #dcecf8 0%, #f0f6fc 100%);
}

.intro-gallery {
	position: relative;
	padding: 0 40px;
	margin: 0 -40px;
}

.intro-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.intro-gallery .slideset {
	width: 100%;
	float: left;
}

.intro-gallery .slide {
	max-width: 960px;
	width: 100%;
	float: left;
}

.intro-gallery .slide.active {
	z-index: 1;
}

.intro-gallery .btn-prev,
.intro-gallery .btn-next {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -39px 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 24px 24px 0;
	border-color: transparent #d1d3d4 transparent transparent;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 3;
}

.intro-gallery .btn-prev:hover,
.intro-gallery .btn-next:hover {
	border-color: transparent #767676 transparent transparent;
}

.intro-gallery .btn-next {
	left: auto;
	right: 3px;
	border-width: 24px 0 24px 24px;
	border-color: transparent transparent transparent #d1d3d4;
}

.intro-gallery .btn-next:hover {
	border-color: transparent transparent transparent #767676;
}

.intro-gallery .pagination {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	z-index: 3;
	text-align: center;
	padding: 0 0 0 63px;
}

.intro-gallery .pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 6px 5px;
}

.intro-gallery .pagination a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #767676;
	opacity: .58;
}

.intro-gallery .pagination .active a,
.intro-gallery .pagination a:hover {
	background: #767676;
}

.info-area {
	font-size: 18px;
	line-height: 21px;
	color: #808285;
	padding-top: 30px;
	background: #c9e2f1;
}

.info-area h1 {
	font: 25px/28px "Abel", Arial, Helvetica, sans-serif;
	color: #be1e2d;
	margin: 0 0 13px;
}

.info-area .item {
	float: left;
	width: 50%;
	padding: 0 25px;
}

.info-area .item strong {
	font-weight: normal;
	color: #be1e2d;
}

.info-area .item strong.block {
	display: block;
	text-transform: uppercase;
}

.info-area .row {
	margin: 0 -25px 6px;
}

.info-area .row:before {
	content: "";
	position: absolute;
	top: 23px;
	left: 50%;
	bottom: 19px;
	width: 2px;
	margin: 0 0 0 -1px;
	background: #919ea6;
	z-index: 2;
}

.info-area p {
	margin: 0 0 18px;
}

.btn,
.options li {
	margin: 0 0 10px;
	overflow: hidden;
}

.btn a,
.options li a {
	display: inline-block;
	vertical-align: top;
	font: 18px/21px "Abel", Arial, Helvetica, sans-serif;
	color: #be1e2d;
	text-transform: uppercase;
	padding: 6px 11px 7px;
	text-align: center;
	border: 1px solid #be1e2d;
}

.btn a:hover,
.options li a:hover {
	text-decoration: none;
	color: #fff;
	background: #be1e2d;
}

.btn.white a,
.options li.white a {
	border-color: #fff;
	color: #fff;
}

.btn.white a:hover,
.options li.white a:hover {
	background: #fff;
	border-color: #fff;
	color: #be1e2d;
}

.btn.blue a,
.options li.blue a {
	border-color: #36395b;
	color: #202044;
}

.btn.blue a:hover,
.options li.blue a:hover {
	background: #1f1f44;
	border-color: #1f1f44;
	color: #fff;
}

.blockquote-holder {
	padding: 20px 0 23px;
}

.blockquote-holder figure {
	width: 50%;
	float: left;
	text-align: center;
	font: 30px/32px "Abel", Arial, Helvetica, sans-serif;
	color: #be1e2d;
	margin: 0 -12% 10px 0;
	padding: 6px 13% 0 6.3%;
}

.blockquote-holder figure img {
	border-radius: 100%;
	width: 41%;
}

.blockquote-holder figcaption {
	padding: 13px 0 0;
}

.blockquote-holder blockquote {
	float: left;
	width: 52%;
	background: #ccc;
	border-radius: 10px;
	padding: 20px 10px;
	min-height: 166px;
	font: 24px/36px "overpassregular", Arial, Helvetica, sans-serif;
	color: #414042;
	position: relative;
	margin: 0 0 10px;
}

.blockquote-holder blockquote:after {
	content: "";
	position: absolute;
	top: 22px;
	left: -36px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 36px 36px 0;
	border-color: transparent #ccc transparent transparent;
}

.blockquote-holder blockquote:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 30px;
	width: 84px;
	height: 60px;
	background: url(../images/quote-icon.png) no-repeat;
}

.blockquote-holder blockquote a {
	color: #414042;
}

.blockquote-holder blockquote a:hover {
	text-decoration: none;
	color: #be1e2d;
}

.blockquote-holder q {
	position: relative;
	z-index: 2;
}

.remark-holder {
	padding-top: 32px;
	padding-bottom: 15px;
	font: 34px/40px "Abel", Arial, Helvetica, sans-serif;
	background: #be1e2d;
	color: #fff;
	text-transform: uppercase;
}

.remark-holder .row {
	text-align: center;
	padding: 0 0 5px;
}

.remark-holder .row a {
	color: #fff;
}

.remark-holder .row:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -1px;
	width: 2px;
	background: #fff;
	opacity: .8;
}

.remark-holder .column {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	text-align: right;
	font-weight: normal;
	padding: 0 17px;
}

.remark-holder .column:nth-child(2n) {
	text-align: left;
}

.remark-holder .btn {
	margin: -23px 92px 5px 0;
	position: relative;
}

.remark-holder .btn a {
	float: right;
	padding: 6px 9px 7px 10px;
}

.team {
	font: 14px/17px "Abel", Arial, Helvetica, sans-serif;
	color: #6d6e71;
	background: #cce6f8;
	padding-top: 33px;
	padding-bottom: 27px;
}

.team h1 {
	font: 30px/34px "Abel", Arial, Helvetica, sans-serif;
	color: #202044;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.team-list {
	list-style: none;
	padding: 0;
	text-align: center;
	overflow: hidden;
	margin: 0 -7px 0 -14px;
}

.team-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px 0 0;
	width: 16.66%;
	padding: 10px 17px;
}

.team-list a {
	color: #6d6e71;
}

.team-list figure {
	margin: 0;
}

.team-list figcaption {
	padding: 2px 0;
	margin: 5px -1px 0;
}

.team-list figcaption strong {
	display: block;
	font-weight: normal;
	color: #be1e2d;
}

.team-list a:hover {
	text-decoration: none;
}

.team-list a:hover figcaption {
	text-decoration: underline !important;
}

.posts {
	font-size: 14px;
	padding-top: 43px;
	padding-bottom: 19px;
	background: #ccc;
}

.posts .row {
	margin: 0 -30px;
}

.posts .row:before {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 28px;
	left: 50%;
	margin: 0 0 0 -1px;
	width: 2px;
	background: #929394;
}

.posts h1,
.posts h2 {
	font: 30px/34px "Abel", Arial, Helvetica, sans-serif;
	color: #202044;
	margin: 0 0 17px;
	text-transform: uppercase;
}

.posts h2 {
	margin: 0 0 10px;
	color: #be1e2d;
	text-transform: none;
}

.post {
	float: left;
	width: 50%;
	padding: 0 36px 18px;
}

.post .btn {
	padding: 9px 0 0;
}

#aside {
	text-align: center;
	padding-top: 26px;
	padding-bottom: 11px;
	background: #202044;
	color: #fff;
	font: 14px/21px "overpassregular", Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#aside .row:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0 0 0 -1px;
	left: 50%;
	width: 2px;
	background: #fff;
	opacity: .7;
}

#aside .column {
	float: left;
	width: 50%;
	padding: 0 20px 0 35px;
}

#aside .column:first-child {
	padding: 0 33px 0 35px;
}

#aside h1 {
	font: 30px/34px "Abel", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 12px;
}

#aside blockquote {
	margin: 0;
	position: relative;
}

#aside blockquote:before {
	background: url(../images/quotes.png) no-repeat;
	position: absolute;
	top: -16px;
	left: -6px;
	content: "";
	width: 84px;
	height: 59px;
}

#aside q {
	display: block;
	margin: 0 0 17px;
}

#aside cite {
	font-style: normal;
	display: block;
}

#aside address {
	font-style: normal;
	font-size: 15px;
}

#aside address a {
	color: #fff;
}

#aside address ul {
	text-align: center;
	padding: 0 0 0 7px;
}

#aside address ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 15px;
}

#aside address ul li:first-child span:first-child:before {
	display: none;
}

#aside address ul span {
	padding: 0 7px 0 8px;
	margin: 0 -3px 0 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#aside address ul span:before {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 2px;
	left: 0;
	width: 1px;
	background: #fff;
}

#aside.alt {
	text-align: left;
	padding-bottom: 31px;
}

#aside.alt address ul {
	padding: 0;
	margin: 0 0 0 -27px;
}

#aside.alt address ul li {
	display: block;
	margin: 0 0 15px;
}

#aside.alt address ul span {
	padding: 0 12px 0 14px;
}

#aside.alt address ul span:first-child:before {
	display: none;
}

.footer-logo {
	margin: 11px 0 23px;
	position: relative;
	display: block;
	text-align: center;
}

#aside.alt .footer-logo {
	padding: 0 0 20px 8px;
	text-align: left;
	margin: 17px 30px 22px 9px;
}

#aside.alt .footer-logo:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
	opacity: .7;
}

#footer {
	font: 12px/16px "overpassregular", Arial, Helvetica, sans-serif;
	background: #141427;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer .by {
	font-weight: normal;
}

#footer .by a {
	color: #fff;
}

#footer .by a:hover {
	text-decoration: none;
	opacity: .75;
}

.tel-link {
	color: #fff;
}

.tel-link:hover {
	opacity: .75;
	text-decoration: none;
}

.heading-box {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #be1e2d;
	color: #fff;
}

.heading-box h1 {
	margin: 0 0 0 31px;
	font-weight: normal;
}

.about {
	background-color: #f8fbfe;
	background-image: -webkit-linear-gradient(top, #e2eff9 0%, #f8fbfe 100%);
	background-image: linear-gradient(to bottom, #e2eff9 0%, #f8fbfe 100%);
	padding-top: 55px;
	padding-bottom: 67px;
}

.about h2 {
	color: #be1e2d;
	margin: 0 0 9px;
}

.about .wrap-container {
	padding: 0 0 0 31px;
}

.options {
	text-align: center;
	background: #cce6f8;
}

.options ul {
	list-style: none;
	padding: 17px 0 10px;
	margin: 0 -11px 0 -8px;
}

.options li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6.8% 10px 7.2%;
}

.options li a {
	font-size: 30px;
	line-height: 34px;
	border-color: #36395b;
	color: #202044;
	padding: 3px 9px;
	min-width: 166px;
}

.options li a:hover {
	background: #1f1f44;
	border-color: #1f1f44;
	color: #fff;
}

.info-block {
	padding: 30px 0 53px;
}

.info-block h1 {
	color: #202044;
	margin: 0 0 4px;
	font-size: 29px;
	line-height: 32px;
	font-weight: normal;
}

.info-holder {
	background: #ecf8fe;
	padding: 31px 115px 5px 68px;
	margin: 0 0 25px;
}

.info-holder strong {
	color: #be1e2d;
}

.info-holder p {
	margin: 0 0 25px;
}

.video-holder {
	background: #cce6f8;
	padding: 30px 93px 27px 29px;
	position: relative;
	margin: 50px 7.1% 50px 9%;
	overflow: hidden;
	font-size: 13px;
}

.video-holder:after {
	content: "";
	position: absolute;
	top: 39px;
	bottom: 38px;
	left: 35%;
	width: 1px;
	background: #fff;
	opacity: .8;
}

.video-holder h1 {
	color: #202044;
	margin: 0 0 6px;
	font-size: 29px;
	line-height: 32px;
	font-weight: normal;
}

.video-holder h1 + p {
	font-size: 21px;
}

.video-holder p {
	margin: 0 0 26px;
}

.video-holder .descr {
	float: left;
	max-width: 30%;
	margin: 0 0 10px;
	position: relative;
}

.video-holder .descr:after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #fff;
	opacity: .8;
	display: none;
}

.video-area {
	text-align: right;
	float: right;
	width: 51.2%;
	padding: 11px 0 10px;
}

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

.topic {
	padding: 30px 0 20px;
}

.topic h1 {
	margin: 0 0 6px;
	font-size: 23px;
	line-height: 26px;
	color: #262262;
}

.topic .action-link {
	font: 30px/34px "Abel", Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.row {
	position: relative;
}

.alignleft {
	float: left;
	margin: 2px 24px 10px 0;
}


.alignleft2 {
	float: left;
	margin: 2px 24px 1px 0;
}

.alignright {
	float: right;
	margin: 2px 0 10px 24px;
}

.alignright2 {
	float: right;
	align: right;
}


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

@media all and (min-width: 989px) {
	.tel-link {
		cursor: default;
		pointer-events: none;
	}
}

@media all and (max-width: 1048px) {
	.intro-gallery {
		margin: 0;
		padding: 0;
	}

	.intro-gallery .btn-prev,
	.intro-gallery .btn-next {
		left: 15px;
		border-color: transparent #bababa transparent transparent;
	}

	.intro-gallery .btn-next {
		border-color: transparent transparent transparent #bababa;
		right: 15px;
		left: auto;
	}
}

@media all and (max-width: 988px) {
	.wrap-holder {
		padding: 0 15px;
	}

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

	.nav-holder {
		letter-spacing: normal;
	}

	#nav > ul {
		padding: 0;
	}

	.intro {
		margin: 0 -15px;
		padding: 0;
	}

	.intro-gallery .btn-prev,
	.intro-gallery .btn-next {
		border-width: 20px 20px 20px 0;
		margin: -20px 0 0;
	}

	.intro-gallery .btn-next {
		border-width: 20px 0 20px 20px;
	}

	.intro-gallery .pagination {
		padding: 0;
	}

	.blockquote-holder figure {
		padding: 6px 13% 0 0;
	}

	.remark-holder .btn {
		margin: 10px 0 5px 0;
	}

	.team-list li {
		padding: 10px 8px;
	}

	#aside address {
		font-size: 12px;
	}

	#aside.alt address ul {
		margin: 0 -10px;
	}

	#aside.alt address ul span {
		padding: 0 7px 0 8px;
	}

	.heading-box h1 {
		margin: 0;
	}

	.about .wrap-container {
		padding: 0;
	}

	.about .visual {
		width: 40%;
	}

	.options ul {
		margin: 0 -15px;
	}

	.options li {
		margin: 0 5.5% 10px;
	}

	.video-holder {
		margin: 50px 5% 50px;
		padding: 30px 60px 27px 20px;
	}

	.video-area {
		width: 58%;
	}
}

@media all and (max-width: 766px) {
	body {
		font-size: 14px;
		line-height: 18px;
	}

	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 24px;
	}

	p {
		margin: 0 0 14px;
	}

	#nav {
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	#nav > ul {
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: rgba(0, 0, 0, .85);
		border-top: 1px solid #000;
	}

	#nav li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #000;
	}

	#nav .active a,
	#nav a:hover {
		opacity: .8;
	}

	.nav-opener {
		display: block;
	}

	.intro-gallery .btn-prev,
	.intro-gallery .btn-next {
		border-width: 12px 12px 12px 0;
		margin: -6px 0 0;
		left: 7px;
	}

	.intro-gallery .btn-next {
		border-width: 12px 0 12px 12px;
		right: 7px;
		left: auto;
	}

	.intro-gallery .pagination {
		bottom: 0;
	}

	.intro-gallery .pagination li {
		margin: 0 3px 5px;
	}

	.intro-gallery .pagination a {
		width: 10px;
		height: 10px;
	}

	.info-area {
		font-size: 16px;
		line-height: 19px;
		padding-top: 15px;
	}

	.info-area h1 {
		font-size: 22px;
		line-height: 25px;
		margin: 0 0 5px;
	}

	.info-area .item {
		float: none;
		width: 100%;
		padding: 15px 0;
		border-top: 2px solid #919ea6;
	}

	.info-area .item:first-child {
		padding-top: 0;
		border: none;
	}

	.info-area .row {
		margin: 0 0 6px;
	}

	.info-area .row:before {
		display: none;
	}

	.blockquote-holder {
		padding: 0 0 20px;
	}

	.blockquote-holder figure {
		padding: 0;
		width: 100%;
		float: none;
		margin: 0;
		font-size: 20px;
		line-height: 26px;
	}

	.blockquote-holder figure img {
		width: 25%;
	}

	.blockquote-holder blockquote {
		font-size: 22px;
		min-height: 0;
		width: 100%;
		padding: 15px 20px;
		margin: 20px 0 0;
	}

	.blockquote-holder blockquote:after {
		top: -20px;
		left: 50%;
		margin: 0 0 0 -10px;
		border-width: 0 10px 24px 10px;
		border-color: transparent transparent #ccc transparent;
	}

	.blockquote-holder blockquote:before {
		width: 42px;
		height: 30px;
		background-size: 50% 50%;
		top: 8px;
		left: 10px;
	}

	.remark-holder {
		padding-top: 15px;
		font-size: 24px;
		line-height: 28px;
	}

	.remark-holder .row span {
		display: block;
		padding: 5px 0;
	}

	.remark-holder .row:before {
		display: none;
	}

	.remark-holder .column {
		width: 100%;
		display: block;
		padding: 15px 0;
		border-top: 1px solid rgba(255, 255, 255, .8);
		text-align: left;
	}

	.remark-holder .column:first-child {
		border: none;
		padding-top: 0;
	}

	.team {
		text-align: center;
	}

	.team-list li {
		padding: 10px 17px;
		width: 33.33%;
	}

	.posts {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.posts .row {
		margin: 0;
	}

	.posts .row:before {
		display: none;
	}

	.posts h1,
	.posts h2 {
		font-size: 24px;
		line-height: 27px;
		margin: 0 0 8px;
	}

	.posts h2 {
		font-size: 22px;
		line-height: 25px;
	}

	.post {
		float: none;
		width: 100%;
		padding: 15px 0;
		border-top: 1px solid #929394;
	}

	.post:first-child {
		border: none;
		padding-top: 0;
	}

	#aside {
		font-size: 12px;
		line-height: 16px;
	}

	#aside .row:before {
		display: none;
	}

	#aside .column {
		float: none;
		width: 100%;
		padding: 15px 0;
		border-top: 1px solid rgba(255, 255, 255, .7);
	}

	#aside .column:first-child {
		border: none;
		padding: 0 0 15px;
	}

	#aside h1 {
		font-size: 22px;
		line-height: 26px;
	}

	#aside address ul {
		padding: 0;
	}

	#aside address ul li {
		display: block;
		margin: 0 0 10px;
	}

	#aside address ul span:first-child:before {
		display: none;
	}

	#aside.alt {
		padding-bottom: 11px;
	}

	#aside.alt address ul {
		margin: 0;
	}

	#aside.alt address ul li {
		margin: 0 0 10px;
	}

	.footer-logo {
		margin: 0 auto 15px;
		width: 80%;
	}

	#aside.alt .footer-logo:before {
		display: none;
	}

	#aside.alt .footer-logo {
		margin: 0 auto 15px;
		width: 80%;
		padding: 0;
	}

	.heading-box {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.about {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.options li a {
		font-size: 18px;
		line-height: 21px;
		min-width: 0;
	}

	.info-block {
		padding: 20px 0 15px;
	}

	.info-block h1 {
		font-size: 22px;
		line-height: 26px;
	}

	.info-holder {
		padding: 15px 25px 5px;
		margin: 0 0 10px;
	}

	.info-holder p {
		margin: 0 0 14px;
	}

	.video-holder {
		margin: 15px 0;
		padding: 15px 20px;
	}

	.video-holder h1 {
		font-size: 24px;
		line-height: 26px;
	}

	.video-holder h1 + p {
		font-size: 17px;
	}

	.video-holder p {
		margin: 0 0 14px;
	}

	.topic h1 {
		font-size: 20px;
		line-height: 22px;
	}

	.topic .action-link {
		font-size: 20px;
		line-height: 24px;
	}
}

@media all and (max-width: 479px) {
	#header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.logo {
		margin: 0;
	}

	.blockquote-holder figure img {
		width: 50%;
	}

	.blockquote-holder blockquote {
		font-size: 18px;
		line-height: 22px;
	}

	.team-list li {
		width: 50%;
	}

	#aside address ul span {
		display: block;
		padding: 0;
	}

	#aside address ul span:before {
		display: none;
	}

	.about .visual {
		width: 100%;
	}

	.options li {
		margin: 0 1% 10px;
	}

	.options li a {
		font-size: 16px;
	}

	.video-holder:after {
		display: none;
	}

	.video-holder .descr {
		float: none;
		max-width: 100%;
		padding: 0 0 10px;
		margin: 0 0 20px;
	}

	.video-holder .descr:after {
		display: block;
	}

	.video-area {
		width: 100%;
		padding: 0 0 5px;
	}

	.topic {
		padding: 15px 0;
	}

	.alignleft {
		margin: 0 auto 15px;
		float: none;
		text-align: center;
	}



	.alignright {
		margin: 0 auto 15px;
		float: none;
		text-align: center;
	}
}

