/* ========== Global styles ========== */
body {
	font-family: "Open Sans Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

h1 {
	float: left;
	margin: 42px 0 0 25px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
}

h1 small {
	display: block;
	font-size: 13px;
	color: #003333;
}

h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
}

p {
	line-height: 18px;
	color: #999;
}
.modal-project p{
	color: #333;
}

.align-justify {
	text-align: justify;
}

.img-left,
.figure-left {
	float: left;
	margin: 2px 12px 12px 0;
}
.img-right,
.figure-right {
	float: right;
	margin: 2px 0 12px 12px;
}

table {
	max-width: 100%;
	background-color: transparent;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	margin-bottom: 20px;
}
.table caption {
	margin-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
	padding: 8px;
	line-height: 1.4;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table thead > tr > th {
	vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #ffffff;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f1f1f1;
}

.line-separator {
	display: block;
	position: relative;
	height: 1px;
	border: 0;
	background: #999;
}
.line-separator:after {
	content: '';
	position: absolute;
	top: -4px;
	left: 50%;
	width: 17px;
	height: 9px;
	margin-left: -9px;
	background: #f9f9f9 url(../img/ico-hr.png) no-repeat 50% 50%;
	z-index: 1;
}

.header-nav ul,
.header-nav ul *,
.footer-page ul,
.clients-reviews ul,
.clients-logo ul,
.interesting-moments-list,
.secondary-nav-items,
.pagination,
.pagination-prev-next,
.modal-project .img-small,
ul.archive-list,
.wrap-slider-slogan ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

a:link, a:visited {
	font-weight: normal;
	text-decoration: underline;
	outline: none;
}
a:link {
	color: #207a98;
}
a:visited {
	color: #16556a;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p > a {
	text-decoration: none!important;
}
p > a:hover {
	text-decoration: underline!important;
}

/* ========== Page structure ========== */
html, body {
	height: 100%;
}

.wrapper, .footer-page {
	max-width: 1200px;
	min-width: 980px;
}

.wrapper {
	min-height: 100%;
	margin: 0 auto -214px;
	background: #f9f9f9;
}

.content {
	padding: 0 0 214px;
	background: #f9f9f9;
}

.footer-page {
	height: 206px;
	margin: 0 auto;
	padding: 1px 0 0;
	border-top: 7px solid #fc0;
	background: #f8f8f8;
}
.footer-page.border-transparent {
	border-color: transparent;
}

.justify {
	text-align: justify;
	line-height: 0;
	font-size: 1px;
}
.justify:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

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

/* ---------- Buttons -------- */
.btn {
	display: block;
	height: 44px;
	line-height: 43px;
	border: 1px solid transparent;
	outline: 0;
	font-family: "Open Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif ;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff !important;
	text-align: center;
	border-radius: 6px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .44);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn:hover {
	border: 1px solid #fc0;
	text-decoration: none;
	color: #fc0 !important;
	box-shadow: 0 0 5px #fc0;
}
.btn:active {
	color: #fff !important;
	box-shadow: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .44);
}
.btn-tel {
	width: 145px;
	background: url(../img/btn-tel.png) no-repeat;
}
.btn-small {
	width: 125px;
	margin: auto;
	background: url(../img/btn-small.png);
}
.btn-consultation {
	width: 227px;
	height: 44px;
	margin: auto;
	background: url(../img/btn-consultation.png) no-repeat;
}
.archive-btn {
	display: block;
	position: relative;
	width: 100%;
	height: 29px;
	padding-right: 14px;
	border: 1px solid #ccc;
	outline: 0;
	border-radius: 8px;
	font-size: 12px;
	background: #f9f9f9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #f9f9f9 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #f9f9f9 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 );
}
.archive-btn:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 7px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #030303;
}
.archive-btn:hover {
	opacity: .7;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .1);
}
.archive-btn:active {
	opacity: 1;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

/* ========== Header ========== */

/* ---------- Navigation -------- */
.header-nav {
	padding-bottom: 7px;
	background: #f9f9f9 url(../img/header-nav-line.gif) repeat-x 0 100%;
}
.header-nav .nav-left {
	 float: left;
}
.header-nav .nav-right {
	float: right;
}
.head-menu > li {
	float: left;
	position: relative;
	border-top: 2px solid transparent;
}
.head-menu > li:after {
	content: "";
	opacity: 0;
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 18px;
	height: 10px;
	margin-left: -9px;
	background: url(../img/nav-triangle.png) no-repeat;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}
.head-menu > li:hover:after {
	opacity: 1;
}
.head-menu > li > a {
	display: block;
	position: relative;
	height: 25px;
	line-height: 25px;
	padding: 10px 25px 12px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #207a98;
}
.head-menu > li > a img {
	margin-right: 12px;
}
.nav-left > li:first-child a {
	padding: 4px 14px 18px 26px;
}
.head-menu > li.active {
	border-color: #666;
	background: #f5f5f5;
	cursor: default;
}
.head-menu > li.active:hover:after{
	opacity: 0;
}
.head-menu > li.active > a {
	cursor: default;
}
.head-menu > li .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 100%;
}
.head-menu > li:hover .dropdown-menu {
	display: block;
}
.head-menu .dropdown-menu a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #f9f9f9;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #207a98;
}
.head-menu .dropdown-menu li:last-of-type a {
	border-bottom: 0;
}
.head-menu .dropdown-menu a:hover {
	background: #494949;
}

/* ---------- Head-content -------- */
.header-content {
	position: relative;
	height: 200px;
	background: #f5f5f5;
}

.dolphin {
	position: absolute;
	top: -45px;
	left: 50%;
	width: 298px;
	height: 245px;
	margin-left: -149px;
	background: url(../img/bg-big-logo.png) no-repeat;
}
.dolphin .logo {
	display: block;
}
.dolphin .logo:hover {
	opacity: .8;
}
.dolphin .logo img {
	display: block;
	width: 173px;
	height: 172px;
	margin: 20px auto;
}

.ico-social {
	width: 170px;
	height: 27px;
	margin: -6px auto 0;
	text-align: center;
}
.ico-social a {
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 50%;
}
.ico-social img {
	display: block;
}
.ico-social a:hover {
	opacity: .8;
}

.head-phone {
	float: right;
	margin: 38px 20px 0 0;
}
.head-phone h3 {
	width: 195px;
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px dotted #333;
	font-size: 24px;
}
.head-phone h3 span {
	display: block;
	text-transform: none;
	font-family: "Open Sans Light Italic", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #333;
}
.head-phone .tel {
	padding: 8px 0 9px;
	font-size: 24px;
	font-style: normal;
	line-height: 1;
}
.head-phone .tel small {
	font-size: 18px;
}

/* ========== Footer ========== */
.footer-page .footer-in {
	padding: 13px 0 7px;
	border-top: 1px solid #ccc;
	color: #333;
}
.footer-page h4 {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.footer-download {
	display: inline-block;
	margin-left: 27px;
	padding-bottom: 2px;
	border-bottom: 1px solid #333;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
}
.footer-download h4 {
	margin-bottom: 20px;
}
.footer-download p {
	margin: 0 0 14px;
	color: #333;
}
.footer-download a {
	display: inline-block;
	position: relative;
	width: 43px;
	height: 16px;
	margin-right: 11px;
	border-radius: 3px;
	text-align: center;

	text-transform: uppercase;
	line-height: 16px;
	color: #f9f9f9;
	background: #333;
}
.footer-download a:hover {
	text-decoration: none !important;
}
.footer-download a:hover {
	opacity: .8;
}
.footer-download a:active {
	top: 1px;
}

.footer-nav {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
}
.footer-nav .about,
.footer-nav .subdivision,
.footer-nav .partners {
	display: inline-block;
	vertical-align:top;
}
.footer-nav .about {
	margin-right: 34px;
}
.footer-nav a {
	line-height: 1.5;
}
.footer-nav .subdivision {
	margin-right: 22px;
}

.footer-contacts {
	display: inline-block;
	margin-right: 27px;
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
}
.footer-contacts address {
	font-style: normal;
	line-height: 1.5;
}
.footer-contacts .footer-ico-social {
	margin: 9px 0 4px;
	text-align: left;
}

.copyright {
	height: 30px;
	text-align: center;
	line-height: 30px;
}

/* ========== Index page ========== */
.projects {
	padding: 8px 0 30px;
}
.projects h2 {
	margin: 2px 0 14px;
}
.projects .link-all-works {
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #207a98;
}
.projects .link-all-works:after,
.pagination li:last-child a:after,
.pagination-prev-next li:last-child a:after,
.post-footer .post-link-readmore:after,
.map-footer a:after,
.error-404 a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background: url(../img/ico-all-works.png) no-repeat;
}
.pagination-prev-next li.pagination-active a:after {
	display:block;
	width:auto;
	height:auto;
	margin-left:0px;
	background:none;
}
.pagination li.pagination-active a:after {
	display:block;
	width:auto;
	height:auto;
	margin-left:0px;
	background:none;
}

.projects .link-all-works:hover {
	text-decoration: underline;
}

.thumbnails {
	padding: 20px 40px 30px;
}
.view {
	overflow: hidden;
	display: inline-block;
	position: relative;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	-webkit-transition: box-shadow .4s;
	transition: box-shadow .4s;
}
.view:hover {
	box-shadow: 1px 1px 8px #fc0, -1px -1px 8px #fc0;
}
.view:empty {
	cursor: default;
	box-shadow: none;
 }
.view .mask {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .5);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.3s ease-in 0.4s;
 }
.view:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.view img {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
	border-radius:50%;
 }
.view:hover img {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.view .mask h3 {
	position: relative;
	margin: 18px auto;
	font-family: "Open Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background: transparent;
	 -webkit-transform: scale(10);
	 -o-transform: scale(10);
	 transform: scale(10);
	 transition: all 0.3s ease-in-out 0.1s;
}
.view:hover h3 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition-delay: 0.1s;
}
.view p {
	position: relative;
	width: 190px;
	padding: 0 5px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	line-height: 1.1;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(10);
	-o-transform: scale(10);
	transform: scale(10);
	transition: all 0.3s ease-in-out 0.2s;
}
.view:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition-delay: 0.2s;
}
.view span.thumbnails-ico {
	display: block;
	width: 29px;
	height: 33px;
	margin: 0 auto;
	text-decoration: none;
	background: url(../img/ico-thumbnail.png) no-repeat;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	 -webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
	 transform: translateY(100px);
	transition: all 0.3s ease-in-out 0.1s;
}
.view:hover span.thumbnails-ico {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	transition-delay: 0.3s;
}

/* ---------- Record-consultation -------- */
.record-consultation {
	padding: 0 0 22px;
}
.record-consultation h2 {
	margin: 0;
	font-size: 28px;
}
.record-consultation h2:after,
.services-consultation h2:after,
.services-pageIn-consultation h2:after,
.about-page-consultation h2:after {
	content: '';
	display: block;
	width: 66px;
	height: 7px;
	margin: 16px auto 14px;
	background: url(../img/dots.png) no-repeat;
}
.record-consultation-slogan {
	width: 420px;
	margin: auto;
	text-align: center;
}
.record-consultation-slogan p {
	font-family: "Open Sans Light Italic", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-style: italic;
	margin: 8px 0 22px;
	color: #999;
}
.record-consultation-slogan p:first-child,
.record-consultation-slogan p:first-child div
 {
	margin: 14px 0 13px;
	font-size: 18px;
	line-height: 1.5;
	color: #207a98;
}

/* ---------- Clients -------- */
.clients h2 {
	margin: 29px 0 40px;
}
.clients-reviews {
	position: relative;
	width: 940px;
	margin: 26px auto 20px;
	-webkit-backface-visibility: hidden;
}
.clients-reviews li {
	float: left;
	width: 204px;
	margin: 0 15px;
}
.client-title {
	overflow: hidden;
	padding-bottom: 12px;
}
.client-title .client-title-ico {
	display: block;
	float: left;
	width: 53px;
	height: 53px;
	border-radius: 50%;
}
.client-title-administrator {
	margin-left: 54px;
	text-align: right;
}
.client-title .client-title-name {
	display: table;
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #336699;
	font-size: 13px;
	color: #336699;
}
.client-title .client-title-name b {
	display: table-cell;
	vertical-align: bottom;
	font-weight: normal;
	line-height: 1.5;
}
.client-title .client-title-office {
	font-size: 11px;
	line-height: 1;
}
.clients-reviews p {
	max-height: 304px;
	margin: 0 0 20px;
	padding: 8px 10px;
	border: 2px dashed #e0e0e0;
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	background-color: #f5f5f5;
}
.clients-reviews p.text-large:hover,
.clients-reviews p.toggleClass {
	background-color: #f9f9f9;
	position: relative;
	z-index: 1000;
}
.clients-reviews .ico-carousel-list {
	display: block;
	width: 11px;
	height: 6px;
	margin: auto;
	background: url(../img/ico-clients-arrow.png) no-repeat;
}
.clients-reviews .text-large,
.clients-reviews .toggleClass,
.clients-reviews .text-large + .ico-carousel-list,
.clients-reviews .toggleClass + .ico-carousel-list {
	cursor: pointer;
}
.prev,
.next {
	display: block;
	position: absolute;
	width: 14px;
	height: 24px;
	background: url(../img/arrows-slider.png) no-repeat;
}
.prev {
	left: -12px;
}
.next {
	right: -12px;
}
.clients-reviews .prev,
.clients-reviews .next {
	top: 110px;
}
.clients-logo .prev,
.clients-logo .next {
	top: 30px;
}
.prev:hover {
	background-position: 0 -48px;
}
.prev.disabled {
	background-position: 0 -96px;
	cursor: default;
}
.next {
	background-position: 0 -24px;
}
.next:hover {
	background-position: 0 -72px;
}
.next.disabled {
	background-position: 0 -120px;
	cursor: default;
}
.clients-logo {
	position: relative;
	width: 940px;
	margin: -146px auto 72px;
	-webkit-backface-visibility: hidden;
}
.clients-logo li {
	display: table;
	float: left;
	height: 80px;
	margin: 0 10px;
	background: #f5f5f5;
}
#clients-carousel-logo a {
	display: table-cell;
	width: 100%;
	height: 80px;
	vertical-align: middle;
}
.clients-logo img {
	display: block;
	max-width: 165px;
	max-height: 80px;
	margin: auto;
}
.clients-logo img:hover {
	opacity: .8;
}

/* ---------- Intersting-moments -------- */
.interesting-moments {
	margin-bottom: 27px;
	border-top: 7px solid #fc0;
}
.interesting-moments .line-separator {
	margin-bottom: 32px;
}
.interesting-moments h2 {
	margin: 7px 0 9px;
}
.interesting-moments h2 a {
	text-decoration: none;
	color: #333;
}
.interesting-moments h2 a:hover {
	text-decoration: underline;
}

.interesting-moments-list {
	margin: 0 28px;
}
.interesting-moments-list:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
}
.interesting-list-item {
	display: inline-block;
	width: 186px;
	text-decoration: none;
	vertical-align: top;
}
.interesting-link-img img,
.interesting-link-img iframe {
	display: block;
	height: 125px;
	margin: auto;
}
.interesting-link-img img:hover,
.interesting-link-img iframe:hover {
	opacity: .8;
}
.interesting-link-img img {
	width: 178px;
}
.interesting-link-img iframe {
	width: 186px;
}
.interesting-link-img figure {
	 margin: 0;
}
.interesting-moments-date {
	display: table;
	width: 100%;
	height: 16px;
	margin-bottom: 1px;
}
.interesting-moments-date figure {
	display: table-cell;
	width: 16px;
	margin: 0;
	vertical-align: middle;
}
.interesting-moments-date img {
	display: block;
	margin: auto;
}
.interesting-moments-date span {
	display: table-cell;
	padding-left: 6px;
	font-size: 11px;
	color: #666;
	vertical-align: middle;
}
.interesting-list-item a,
.interesting-list-item .interesting-link-title {
	display: block;
	margin-bottom: 7px;
	text-decoration: none;
}
.interesting-list-item .interesting-link-title {
	font-size: 13px;
	line-height: 1.3;
	color: #333;
}
.interesting-list-item .interesting-link-title:hover {
	text-decoration: underline;
}

/* ========== Blog page ========== */
.blog h2 {
	margin: 8px 0 12px;
}

.secondary-navigation {
	margin: 0;
	text-align: center;
	border-bottom: 3px solid #fc0;
}
.secondary-nav-items li {
	display: inline-block;
	position: relative;
	margin-bottom: -3px;
	border-bottom: 3px solid #fc0;
	text-align: center;
	background: #f9f9f9;
}
.secondary-nav-items li:after {
	content: "";
	opacity: 0;
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fc0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}
.secondary-nav-items li:hover:after {
	opacity: 1;
}
.secondary-nav-items li.secondary-nav-active:hover:after {
	opacity: 0;
}
.secondary-nav-items li.secondary-nav-active,
.secondary-nav-items li.secondary-nav-active a {
	cursor: default;
	border-color: #666;
	background: #f5f5f5;
}
.secondary-nav-items a {
	display: block;
	height: 38px;
	padding: 0 10px;
	line-height: 38px;
	color: #207a98;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}
.content-blog-page {
	width: 90%;
	margin: 40px 0 60px auto;
}

/* ---------- Posts-content -------- */
.posts-content {
	float: left;
	width: 75%;
}
.content-blog-page .line-separator {
	width: 60%;
	margin: 0 auto 22px;
}
.content-blog-page .line-separator {
	margin: 0 auto 16px;
}
.post {
	position: relative;
	min-height: 180px;
}
.post > a {
	display: block;
	text-decoration: none;
}
.post-header {
	margin-bottom: 8px;
}
.post h3 {
	margin: 0 0 4px;
	font-size: 18px;
	text-transform: uppercase;
}
.post h3 a {
	text-decoration: none;
	color: #333;
}
.post time {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11px;
	color: #fff;
	background: #fc0;
}
.post p {
	margin: 0 0 12px;
	color: #333;
	line-height: 18px;
	text-align: justify;
}
.post p:last-of-type {
	margin-bottom: 50px;
}
.post img,
.post figure
 {
	display: block;
	/*width: 175px;*/
	/*height: 115px;*/
}
.post iframe{
	display: block;
	/*width: 175px;*/
	/*height: 115px;*/
	/*float:left;*/
	margin: 2px 12px 12px 0;
}
.all-blogs .post img,
.all-blogs .post figure
 {
	display: block;
	width: 175px;
	height: 115px;
}
.all-blogs .post iframe{
	display: block;
	width: 175px;
	height: 115px;
	float:left;
	margin: 2px 12px 12px 0;
}


.post-footer {
	text-align: right;
	margin-bottom: 12px;
	-webkit-transition: all 1s;
	transition: all 1s;
	clear:both;
}
.post-footer > a {
	display: inline-block;
	margin-left: 20px;
	color: #207a98;
}
.post-footer .post-link-tags {
	display: inline-block;
	position: relative;
	margin-left: 20px;
}
.post-link-tags .post-tags {
	display: none;
	position: absolute;
	bottom: 20px;
	left: -20px;
	max-width: 142px;
	min-width: 72px;
	padding: 6px;
	text-align: center;
	border-radius: 4px;
	background: #efeeee;
}
.post-tags a {
	padding: 0;
}
.post-footer .post-tags:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #efeeee;
}
.post-link-name:before,
.post-link-comments:before,
.post-link-tags > a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 11px;
	height: 11px;
	margin: 2px 10px 0 0;
	background: url(../img/ico-blog-footer.png) no-repeat;
}
.post-footer a:hover {
	text-decoration: none;
}
.post-link-name,
.post-link-comments,
.post-link-tags > a {
	position: relative;
	padding-left: 20px;
}
.post-link-comments:before {
	background-position: 0 -11px;
	top: 2px;
}
.post-link-tags:before {
	background-position: 0 -22px;
}
.post-footer .post-link-readmore {
	position: relative;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.post:hover .post-footer .post-link-readmore {
	opacity: 1;
}
.post:hover h3 {
	text-decoration: underline;
}
.post:hover a img {
	outline: 1px solid #fc0;
}
/* ---------- Archive -------- */
.archive {
	float: right;
	width: 138px;
	padding: 0 36px;
}
.archive-content {
	display: none;
	margin-top: -8px;
	padding-top: 8px;
	border: 1px solid #ccc;
	border-top: 0;
}
.archive .archive-list {
	padding: 12px 0;
}
.archive .archive-list a {
	display: block;
	padding: 0 12px;
	line-height: 24px;
	text-decoration: none;
	color: #333;
}
.archive-list a:hover {
	background: #f0f0f0;
}

/* ========== Blog-in page ========== */
.post-in h3 {
	color: #333;
}
.post-comments h4 {
	padding: 2px 13px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: #00a79d;
}
.post-comments .comment {
	margin-bottom: 18px;
}
.comment .comment-title {
	overflow: hidden;
}
.comment .comment-title-ico {
	display: block;
	float: left;
	width: 53px;
	height: 53px;
	border-radius: 50%;
}
.comment .comment-title-name {
	display: block;
	margin: 18px 0 0 68px;
	font-size: 14px;
	color: #336699;
	text-decoration: none;
}
.comment .comment-title-name:hover {
	text-decoration: underline;
}
.comment-text {
	margin: -6px 0 0 70px;
	padding: 12px 12px 0;
	border: 1px dashed #ccc;
}
.comment-text p {
	margin-top: 0;
}

/* ========== Content page ========== */
.content-page .content-article {
	width: 62%;
	margin: 0 auto 30px;
}
.content-page h3 {
	text-transform: uppercase;
	margin: 18px 0;
}

/* ========== Service-page ========== */
.services h2 {
	margin: 16px auto 13px;
}

.thumbnails-services {
	margin: 18px;
}
.thumbnails-services .thumb-service {
	display: inline-block;
}
.thumb-service-link {
	display: block;
	position: relative;
	width: 213px;
	height: 213px;
	border: 1px solid transparent;
	border-radius: 50%;
	text-decoration: none !important;
	background: #207a98;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjA3YTk4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTc5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg,  #207a98 0%, #00a79d 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#207a98), color-stop(100%,#00a79d));
	background: -webkit-linear-gradient(45deg,  #207a98 0%,#00a79d 100%);
	background: -o-linear-gradient(45deg,  #207a98 0%,#00a79d 100%);
	background: -ms-linear-gradient(45deg,  #207a98 0%,#00a79d 100%);
	background: linear-gradient(45deg,  #207a98 0%,#00a79d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207a98', endColorstr='#00a79d',GradientType=1 );
	margin-bottom:40px;
}
.thumb-service-link:hover {
	background: #00a79d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDBhNzlkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwN2E5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg,  #00a79d 0%, #207a98 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#00a79d), color-stop(100%,#207a98));
	background: -webkit-linear-gradient(45deg,  #00a79d 0%,#207a98 100%);
	background: -o-linear-gradient(45deg,  #00a79d 0%,#207a98 100%);
	background: -ms-linear-gradient(45deg,  #00a79d 0%,#207a98 100%);
	background: linear-gradient(45deg,  #00a79d 0%,#207a98 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a79d', endColorstr='#207a98',GradientType=1);
	box-shadow: 1px 1px 8px #fc0, -1px -1px 8px #fc0;
}
.thumb-service-link:active {
	border-color: #fc0;
	background: #207a98;
	box-shadow: inset 0 0 4px rgba(0, 50, 125, .3);
}
.thumb-service-link figure {
	display: table;
	width: 75px;
	height: 70px;
	margin: 46px auto 40px;
}
.thumb-service-link figure b {
	display: table-cell;
	vertical-align: middle;
}
.thumb-service-link .thumb-service-ico {
	display: block;
	max-width: 75px;
	max-height: 70px;
	margin: auto;
}
.thumb-service-link h3 {
	position: relative;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.thumb-service-link h3:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -21px;
	width: 164px;
	height: 10px;
	margin-left: -82px;
	background: url(../img/ico-servises-page/line-separator.png) no-repeat;
}

.services-consultation {
	width: 62%;
	margin: auto;
}
.services-consultation h2 {
	margin: 36px auto 0;
	text-align: center;
	font-size: 28px;
	line-height: 1.4;
}
.services-consultation h2:after {
	margin: 12px auto 14px;
}
.services-consultation-slogan {
	margin: auto;
	text-align: center;
}
.services-consultation-slogan .line-separator {
	margin: 40px 0 14px;
}
.services-consultation-slogan p {
	margin: 8px 0 22px;
	font-family: "Open Sans Light Italic", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	color: #207a98;
}

/* ========== Service-in page ========== */
.services-pageIn {
	margin: 12px 0 10px;
}
.services-pageIn h2 {
	font-size: 24px;
	margin: 0 0 14px;
}

/* ---------- Service-description -------- */
.service-description {
	overflow: hidden;
	/*width: 90%;*/
	margin: 18px 30px 35px;
	/*margin: 18px auto 35px;*/
}
.service-description .thumb-service {
	float: left;
	margin: 0 20px 20px 0;
}
.service-description p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

/* ---------- Begin-cooperate -------- */
.begin-cooperate {
	margin: 0 0 48px;
}
.begin-cooperate .line-separator {
	margin-bottom: 10px;
}
.begin-cooperate .thumbnails-row {
	padding: 0 30px;
}
.block-thumb-service-small {
	display: inline-block;
	position: relative;
	width: 130px;
	vertical-align: top;
}
.arrow-separator {
	display: inline-block;
	width: 24px;
	height: 14px;
	margin-top: 36px;
	background: url(../img/ico-servises-in-page/ico-arrow.png) no-repeat;
}
.block-thumb-service-small span {
	display: inline-block;
	margin: 0 -10px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #666;
}

.thumb-service-in {
	display: block;
	position: relative;
	width: 108px;
	height: 108px;
	margin: 0 auto 12px;
	border: 1px solid transparent;
	border-radius: 50%;
	text-decoration: none !important;
	text-align: center;
	background: #207a98;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjA3YTk4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTc5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg,  #207a98 0%, #00a79d 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#207a98), color-stop(100%,#00a79d));
	background: -webkit-linear-gradient(45deg,  #207a98 0%,#00a79d 100%);
	background: -o-linear-gradient(45deg,  #207a98 0%,#00a79d 100%);
	background: -ms-linear-gradient(45deg,  #207a98 0%,#00a79d 100%);
	background: linear-gradient(45deg,  #207a98 0%,#00a79d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207a98', endColorstr='#00a79d',GradientType=1 );
}
.thumb-service-in figure {
	display: table;
	width: 52px;
	height: 108px;
	margin: auto;
}
.thumb-service-in figure b {
	display: table-cell;
	vertical-align: middle;
}
.thumb-service-in .thumb-service-ico {
	max-width: 52px;
	max-height: 40px;
}

/* ---------- Services-inPage-consultation -------- */
.services-pageIn-consultation {
	margin: 56px 0 50px;
}
.services-pageIn-consultation h2 {
	margin: 0 0 14px;
	font-size: 28px;
}
.services-pageIn-consultation h2:after {
	margin: 7px auto 14px;
}
.services-pageIn-consultation .line-separator {
	width: 400px;
	margin: auto;
}
.services-pageIn-consultation p {
	line-height: 27px;
}
.services-pageIn .service-description {
	margin: 14px 30px 35px;
}
.services-pageIn .thumb-service {
	margin: 4px 20px 20px 4px;
}

/* ---------- Projects-service-pageIn -------- */
.projects-service-pageIn {
	padding: 8px 0 44px;
}
.projects-service-pageIn h2 {
	font-size: 28px;
}
.projects-service-pageIn .thumbnails {
	padding: 15px 48px 30px;
}

/* ========== About page ========== */
.about-page {
	padding: 16px 0 0;
}
.about-page h2 {
	margin: 0 0 13px;

}

/* ---------- Employees-row -------- */
.about-page .employees-row {
	margin: 0 30px;
	padding: 20px 0 5px;
}
.about-page .employee {
	display: inline-block;
	width: 215px;
	vertical-align: top;
}
.employee a,
.employee span,
.employee img {
	display: block;
}
.employee .employee-photo {
	display: block;
	position: relative;
	width: 100%;
	height: 215px;
	margin-bottom: 14px;
	border-radius: 50%;
}
.employee .employee-photo-wrap {
	position: absolute;
	width: 215px;
	height: 215px;
	border-radius: 50%;

	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.employee .employee-photo img {
	width: 215px;
	height: 215px;
	border-radius: 50%;
}
.employee .employee-photo-container {
	position: absolute;
	width: 215px;
	height: 215px;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.employee .employee-photo-container figure {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 50%;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.employee-photo-container .employee-photo-back {
	-webkit-transform: rotate3d(0, 1 ,0 , 180deg);
	-moz-transform: rotate3d(0, 1, 0, 180deg);
	-o-transform: rotate3d(0, 1, 0, 180deg);
	-ms-transform: rotate3d(0, 1, 0, 180deg);
	transform: rotate3d(0, 1, 0, 180deg);
}
.employee-photo:hover .employee-photo-container {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	-moz-transform: rotate3d(0, 1, 0, -180deg);
	-o-transform: rotate3d(0, 1, 0, -180deg);
	-ms-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg);
}
.employee .employee-description {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #333;
}
.employee-photo:hover + .employee-description,
.employee .employee-description:hover {
	text-decoration: underline;
}
.employee .employee-description span {
	line-height: 18px;
}
.employee-description .employee-name {
	margin-bottom: 10px;
	font-size: 16px;
}
.employee-description .employee-function {
	font-family: "Open Sans Light Italic", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

/* ---------- About-page-consultation -------- */
.about-page-consultation {
	width: 610px;
	margin: auto;
	padding: 36px 0 0;
}
.about-page-consultation .line-separator {
	width: 410px;
	margin: auto;
}
.about-page-consultation h2 {
	margin: 0 0 11px;
	font-size: 28px;
	line-height: 1.4;
}
.about-page-consultation p {
	margin: 8px 0 20px;
	font-family: "Open Sans Light Italic", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-style: italic;
	line-height: 27px;
}

/* ---------- Video-about -------- */
.video-about {
	padding: 56px 0 20px;
}
.video-about h2 {
	margin: 0 0 16px;
}
.video-about .line-separator {
	margin: 0 auto 16px;
}
.video-about figure {
	position: relative;
	width: 770px;
	height: 320px;
	margin: 42px auto 24px;
	z-index: 1;
}
.video-about figure iframe{
	width:100%;
}
/* ========== Contacts page ========== */
.contacts {
	padding: 10px 0 0;
}
.contacts h2 {
	margin: 0 0 14px;
}
.map-container {
	padding: 10px 0 12px;
}
.map-head {
	text-align: center;
}
.map-head address {
	display: inline-block;
	position: relative;
	padding: 14px 0;
	font-size: 16px;
	font-style: normal;
	line-height: 1.4;
}
.map-head address:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -20px;
	top: 11px;
	width: 13px;
	height: 23px;
	background: url(../img/ico-contacts-page.png) no-repeat;
}
.map {
	width: 911px;
	height: 283px;
	margin: 8px auto 12px;
}
#map-img {
	position: relative;
	width: 911px;
	height: 283px;
	background: url(../img/bg-map.jpg) no-repeat;
}
#map-ya {
	display: none;
	width: 911px;
	height: 283px;
}
.map-office {
	position: absolute;
	top: 103px;
	left: 413px;
}
.map-qr-code {
	position: absolute;
	top: -15px;
	right: 140px;
	width: 83px;
	padding-top: 32px;
	background: url(../img/map-phone.png) no-repeat 50% 0;
}
.map-footer {
	text-align: center;
}
.map-footer a {
	display: inline-block;
	font-size: 12px;
	color: #207a98;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

/* ========== Portfolio ========== */
.content-portfolio-page .thumbnails-row {
	margin-bottom: 54px;
}
.content-portfolio-page .thumbnails-row:last-child {
	margin-bottom: 42px;
}
.content-portfolio-page .thumbnails {
	padding: 58px 48px 0;
}
.portfolio h2 {
	margin: 8px 0 14px;
}
.content-portfolio-page .record-consultation {
	padding: 20px 0 70px;
}

/* ========== 404 page ========== */
.page-error-404 {
	padding: 10px 0;
}
.page-error-404 h2 {
	margin: 0 0 8px;
	font-size: 24px;
}
.error-404 {
	width: 600px;
	margin: auto;
	padding: 50px 0 40px;
	text-align: center;
}
.error-404 h3 {
	text-transform: uppercase;
	font-size: 20px;
}
.error-404 .number-404 {
	margin-bottom: 16px;
	font-family: "Open Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 200px;
	font-weight: bold;
	color: #281e26;
	line-height: 1;
}
.error-404 a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #207a98;
}
.error-404 a:hover {
	text-decoration: underline;
}

/* ---------- Pagination -------- */
.pagination {
	display: block;
	margin: 55px 0 0;
	text-align: center;
}
.pagination li,
.pagination-prev-next li {
	display: inline-block;
	position: relative;
}
.pagination li:after {
	content: '';
	opacity: 0;
	position: absolute;
	bottom: -4px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #fc0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}
.pagination li a,
.pagination-prev-next li a {
	display: block;
	padding: 0 4px;
	line-height: 1.4;
	text-decoration: none;
}
.pagination li:hover:after,
.pagination .pagination-active:after {
	opacity: 1;
}
.pagination .pagination-active a,
.pagination-prev-next .pagination-active a {
	cursor: default;
}
.pagination .disabled a,
.pagination .disabled a:hover {
	cursor: not-allowed;
}
.pagination li:first-child a,
.pagination li:last-child a,
.pagination-prev-next li:first-child a,
.pagination-prev-next li:last-child a {
	position: relative;
	text-transform: uppercase;
}
.pagination-prev-next {
	margin: 0 0 70px;
	text-align: center;
}
.pagination li:first-child a:before,
.pagination-prev-next li:first-child a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: url(../img/ico-pagination.png) no-repeat;
}


.pagination-prev-next li:hover,
.pagination-prev-next .pagination-active {
	background: #fc0;
}
.pagination li.pagination-active a:before,
.pagination-prev-next li.pagination-active a:before {
	display:block;
	width:auto;
	height:auto;
	margin-left:0px;
	background:none;
}

/* ---------- Form-contacts-container -------- */
.form-contacts-container {
	background: #f5f5f5;
}
.form-contacts-wrap {
	padding: 12px 4% 0;
}
.contacts-phone,
.contacts-email {
	display: inline-block;
	width: 28%;
	vertical-align: top;
}
.contacts-phone,
.contacts-email {
	position: relative;
	padding: 82px 0 0;
	text-align: center;
	color: #333;
}
.contacts-phone:after,
.contacts-email:before {
	content: "";
	position: absolute;
	top: -12px;
	right: -1px;
	width: 4px;
	height: 305px;
	background: url(../img/separator-contacts.png) repeat-y;
}
.contacts-email:before {
	left: -1px;
	background-position: 100% 0;
}
.contacts-phone address,
.contacts-email .email {
	position: relative;
	margin-bottom: 15px;
	font-size: 19px;
	font-style: normal;
	line-height: 1.4;
}
.contacts-email .email {
	display: block;
	text-decoration: none;
	color: #333;
}
.contacts-phone address:before,
.contacts-email .email:before {
	content: "";
	position: absolute;
	left: 50%;
}
.contacts-phone address:before {
	top: -24px;
	width: 12px;
	height: 15px;
	margin-left: -6px;
	background: url(../img/ico-contacts-page.png) no-repeat 0 -23px;
}
.contacts-email .email:before {
	top: -20px;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	background: url(../img/ico-contacts-page.png) no-repeat 0 -38px;
}
.form-contacts-wrap .line-separator {
	width: 154px;
	margin: 0 auto 10px;
}
.contacts-phone small {
	font-size: 13px;
}
.contacts-phone p,
.contacts-email p {
	font-size: 12px;
	color: #333;
}
.form-contacts-container .submit-block {
	padding: 32px 0 84px;
	background: #f9f9f9;
}

/* ========== Modal windows ========== */

/* ---------- dialog-modal -------- */
.ui-widget {
	font-family: "Open Sans Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.ui-widget-header {
	border: 0;
	background: #f5f5f5;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0;
}
.ui-dialog .ui-dialog-title {
	height: 8px;
	margin: 0;
}
.ui-widget-content {
	background: #f5f5f5;
}
.ui-widget {
	border: 0;
	border-radius: 14px;
}
.ui-state-default .ui-icon  {
	right: 0;
	border: 0;
	width: 27px;
	height: 7px;
}
.ui-button,
.ui-button:hover,
.ui-button:focus,
.ui-button:active,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 0;
	background: 0;
	outline: 0;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Open Sans Light", Arial, "Helvetica Neue", Helvetica, sans-serif ;
	font-size: 12px;
}
.ui-icon, .ui-widget-content .ui-icon {
	top: 20px;
	z-index: 100;
	background: url(../img/btn-close.png) no-repeat 9px 0;
}
.ui-button-icons-only .ui-button-text {
	padding: 0;
}
ul.parsley-errors-list {
	display: none !important;
}
.parsley-error {
	border-color: rgba(236, 0, 0, 0.8) !important;
	outline: 0 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(236, 0, 0, 0.6) !important;
}
.parsley-success {
	background-color: #fff !important;
}
.modal-thanks {
	text-align: center;
}
.modal-thanks h2 {
	margin: 0 0 12px;
	font-size: 24px;
}
.modal-thanks p.lead {
	margin: 0 0 16px;
	font-family: "Open Sans Light Italic", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #207a98;
}
.modal-thanks p {
	margin: 0 0 18px;
	font-size: 13px;
	text-align: center;
}
.modal-thanks a {
	display: block;
	margin: 0 auto 12px;
	color: #333;
	text-decoration: underline !important;
}
.modal-thanks a:hover {
	text-decoration: none !important;
}
#modal-thanks-advanced p {
	font-size: 16px;
}

/* ---------- Modal projects -------- */
.modal-project .modal-container {
	width: 780px;
	padding: 0 10px 0 0;
}
.modal-project .modal-img-block {
	float: left;
	width: 316px;
}
.main-image {
	overflow: hidden;
	width: 315px;
	height: 245px;
}
.main-image:after {
	content: "";
	position: absolute;
	left: 308px;
	top: 230px;
	width: 19px;
	height: 19px;
	background: url(../img/modal/ico-zoom.png) no-repeat;
}
.main-image:hover:after {
	display: none;
}
.main-image a {
	display: block;
}
.main-image a.current img {
	display: block;
}
.main-image img {
	display: none;
	width: 315px;
	height: 245px;
}
.modal-img-block .img-small {
	margin: 10px 0;
}
.img-small li {
	display: inline-block;
	width: 60px;
	height: 40px;
}
.img-small img {
	display: block;
	width: 60px;
	height: 40px;
}
.main-image a.current:hover {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.img-small li {
	cursor: pointer;
}
.img-small li.current,
.img-small li:hover {
	opacity: .5;
}
.img-small li.current {
	cursor: default;
}
.modal-project .modal-description-block {
	float: right;
	width: 445px;
	text-align: center;
}
.project-form-request {
	display: none;
}
.modal-description-block h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	color: #000;
}
.modal-project h4 {
	width: 418px;
	height: 22px;
	margin: 0 0 10px;
	padding-left: 27px;
	border-radius: 6px;
	text-align: left;
	font-family: "Open Sans Light Italic", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	line-height: 22px;
	color: #fff;
	background: #00a79d;
}
.modal-project ol {
	margin-bottom: 25px;
	padding-left: 20px;
	text-align: left;
	color: #333;
}
.modal-project ol li {
	line-height: 18px;
}
.modal-project .modal-link {
	display: inline-block;
	position: relative;
	margin-bottom: 16px;
	font-size: 11px;
	line-height: 1.4;
	color: #207a98;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.modal-project .modal-link:after {
	content: "";
	position: absolute;
	top: 2px;
	right: -15px;
	width: 10px;
	height: 10px;
	background: url(../img/ico-all-works.png) no-repeat;
}
.modal-project .modal-link:hover {
	text-decoration: underline;
}
.modal-project .btn-consultation {
	margin: 0 0 10px auto;
	font-family: "Open Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
}

/* ---------- Fancybox -------- */
.fancybox-skin {
	border-radius: 8px;
}
.fancybox-close {
	cursor: pointer;
	position: absolute;
	top: 6px;
	right: 5px;
	width: 7px;
	height: 7px;
	background: transparent url(../img/btn-close.png);
	z-index: 1103;
}
.fancybox-prev span,
.fancybox-next span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: inset -1px -1px 1px rgba(0, 0, 0, .3);
}
.fancybox-prev span:hover,
.fancybox-next span:hover {
	opacity: .8;
}
.fancybox-prev span {
	background: rgba(0, 0, 0, .1) url(../img/modal/ico-prev.png) no-repeat 6px 50%;
	box-shadow: inset 1px 2px 1px rgba(0, 0, 0, .3);
}
.fancybox-next span {
	background: rgba(0, 0, 0, .1) url(../img/modal/ico-next.png) no-repeat 10px 50%;
	box-shadow: inset -1px 2px 1px rgba(0, 0, 0, .3);
}

/* ========== FORMS ========== */

/* ---------- Callback -------- */
.callback .form-callback,
.modal-record-consultation .form-modal-consultation {
	position: relative;
}
.form-callback .input-block,
.form-modal-consultation .input-block {
	padding: 9px 18px 0 18px;
}
form h2 {
	margin: 0 0 6px;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
}
form p {
	position: relative;
	margin: 0 0 12px;
}
form > p {
	margin-left: 20px;
}
input[type="text"],
input[type="email"],
textarea {
	width: 370px;
	height: 16px;
	padding: 8px;
	border: 1px solid transparent;
	border-radius: 12px;
	outline: 0;
	line-height: 16px;
	background: #fff;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, .3);
	-webkit-transition: all .6s;
	transition: all .6s;
}
input[type="text"]:hover,
input[type="email"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	background: #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[name="phone"] {
	z-index: 100;
}
textarea {
	height: 70px;
	resize: none;
}
input[type="submit"] {
	display: block;
	margin: 0 auto 6px;
	font-family: "Open Sans Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
}
form.form-consultation label,
form.form-comment label,
form.form-contacts label,
form.form-callback label,
form.form-modal-consultation label,
form.form-request label
{
	position: absolute;
	left: 14px;
	top: 7px;
	font-size: 12px;
	color: #333;
	z-index: -10;
}
p sup {
	top: 1px;
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}
form.form-consultation label.label-placeholder,
form.form-comment label.label-placeholder,
form.form-contacts label.label-placeholder,
form.form-callback label.label-placeholder,
form.form-modal-consultation label.label-placeholder,
form.form-request label.label-placeholder
{
	z-index: 10;
}

/* ---------- Form-comment-container -------- */
.form-comment-container {
	padding: 12px 0 0;
	background: #f5f5f5;
}
.form-comment-container .form-block {
	width: 292px;
	margin: auto;
	padding: 0 0 12px;
}
.form-comment-container .submit-block {
	padding: 12px 0 40px;
	background: #f9f9f9;
}
.form-comment-container .submit-block input {
	line-height: 40px;
}
.form-block h3 {
	margin-bottom: 16px;
	font-size: 14px;
	text-transform: uppercase;
}
.form-block p {
	margin: 0;
}
.form-comment input[type=text],
.form-comment input[type="email"],
.form-comment textarea {
	width: 274px;
	margin-bottom: 14px;
	border-radius: 6px;
}
.form-comment textarea {
	height: 90px;
	margin-bottom: 6px;
 }
.form-comment p:last-of-type {
	margin: 10px 0 0;
	font-size: 11px;
}
.wrapp-upload-file {
	position: relative;
}
.wrapp-upload-file input,
.form-comment-container label.upload-file input {
	position: absolute;
	left: 0;
	top: -2px;
	opacity: 0;
	width: 1px;
	height: 1px;
	border: 0;
	background: #f5f5f5;
}
form.form-comment label.upload-file,
form.form-callback label.upload-file,
form.form-modal-consultation label.upload-file,
form.form-request label.upload-file 
{
	display: block;
	position: static;
	overflow: hidden;
	cursor: pointer;
}
form.form-comment label.upload-file .input-file,
form.form-callback label.upload-file .input-file,
form.form-modal-consultation label.input-file,
form.form-request label.upload-file .input-file
{
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
	width: 220px;
	padding: 5px 10px 5px 5px;
	line-height: 7px;
	border-radius: 4px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: #ccc;
	-webkit-transition: background-color .6s;
	transition: background-color .6s;
}
.form-comment-container label.upload-file .input-file {
	width: 170px!important;
}
form.form-comment label.upload-file .input-file:hover,
form.form-callback label.upload-file .input-file:hover,
form.form-modal-consultation label.upload-file .input-file:hover,
form.form-request label.upload-file .input-file:hover
{
	background: #333;
}
label.upload-file .input-file:after
 {
	content: "";
	position: absolute;
	top: 7px;
	right: 5px;
	width: 5px;
	height: 5px;
	background: url(../img/ico-input-file.png) no-repeat;
}
form.form-comment label.upload-file .link-upload,
form.form-callback label.upload-file .link-upload,
form.form-modal-consultation label.upload-file .link-upload,
form.form-request label.upload-file .link-upload
{
	display: block;
	float: right;
	color: #333;
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
form.form-comment label.upload-file:hover .link-upload,
form.form-callback label.upload-file:hover .link-upload,
form.form-modal-consultation label.upload-file:hover .link-upload,
form.form-request label.upload-file:hover .link-upload
 {
	color: #000;
	text-decoration: none;
}

/* ---------- Form-request -------- */
.form-request .input-block {
	width: 430px;
	margin: auto;
}
.form-request .input-block input[type="text"],
.form-request .input-block input[type="email"],
.form-request .input-block textarea {
	width: 410px;
	border-radius: 8px;
}
.form-request > p {
	overflow: hidden;
	width: 430px;
	margin: auto;
}
.form-request > p input {
	float: left;
}
.form-request > p a {
	display: block;
	float: right;
	padding-top: 12px;
	text-decoration: underline !important;
	font-size: 12px;
	color: #333;
}
.form-request > p a:hover {
	text-decoration: none !important;
}

/* ---------- Form record-consultation (Page Service-in.html)-------- */
.form-record-consultation h3 {
	margin-bottom: 16px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #333;
}
.form-record-consultation .input-block {
	margin-bottom: 30px;
	padding: 14px 0 22px;
	border-top: 1px solid #fc0;
	border-bottom: 1px solid #fc0;
	background: #f0f0f0;
}
.input-block .justify {
	width: 90%;
	margin: auto;
}
.input-block .justify p {
	display: inline-block;
	width: 270px;
}
.form-consultation .input-block input {
	width: 244px;
	font-size: 12px;
	border-radius: 8px;
	color: #333;
}

/* ---------- Form-contacts -------- */
.form-contacts .form-block {
	display: inline-block;
	width: 296px;
	padding: 0 32px;
}
.form-contacts .input-block p {
	width: 296px;
	margin-bottom: 16px;
}
.form-contacts .input-block input,
.form-contacts .input-block textarea {
	width: 278px;
	border-radius: 8px;
	font-size: 12px;
}
.form-contacts .input-block textarea {
	height: 100px;
}
.no-margin{
	margin-right:0px !important;
}
