/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */
/* #Font-Face
================================================== */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

/* #Site Styles
================================================== */

/* ### general ### */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
	background: #ffffff;
}

input,
select,
textarea {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0px;
	display: block;
}

ul,
li {
	list-style: none;
}

:focus {
	outline: none;
}

/* ### global classes ### */

.clear {
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.centered {
	margin: 0 auto;
	max-width: 928px;
	position: relative;
}

.centered-full {
	padding-left: calc((100% - 928px) / 2);
	padding-right: calc((100% - 928px) / 2);
}

.wrapper {
	position: relative;
}

.wrapper--page {
	width: 100%;
	min-height: 100%;

}

.col {
}

.align__center {
	text-align: center;
	overflow: hidden;
}

/* ### header ### */

.header {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
}

.header__logo {
	padding-top: 54px;
	float: left;
}

/* ### header menu toggle ### */

.header__menu-toggle {
	margin-top: 40px;
	cursor: pointer;
	z-index: 15;
	float: right;
	display: none;
	width: 50px;
	height: 50px;
	position: relative;
	transition: 0.2s;
	overflow: hidden;
}

.header__menu-toggle span {
	display: block;
	height: 3px;
	text-indent: -9999px;
	border-radius: 0px;
	background: none;
	position: absolute;
	top: 50%;
	right: 20%;
	left: 20%;
	transition: 0.2s;
}

.header__menu-toggle span:before,
.header__menu-toggle span:after {
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	border-radius: 0px;
	background-color: #ffffff;
	transition-duration: 0.2s, 0.2s;
	position: absolute;
	left: 0;
}

.header__menu-toggle span:before {
	top: -7px;
	transition-property: top, transform;
}

.header__menu-toggle span:after {
	bottom: -7px;
	transition-property: bottom, transform;
}

/* ### main menu ### */
.main-menu {
	margin-top: 45px;
}

.toggle,
[id^=drop] {
	display: none;
}

.main-menu:after {
	content: "";
	display: table;
	clear: both;
}

.main-menu ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.main-menu ul li {
	margin: 0px 12px;
	display: inline-block;
	float: left;
	padding-bottom: 40px;
	position: relative;

}

.main-menu ul li:hover, .main-menu ul li.active {
	background: url(../images/menu-line.png) no-repeat center bottom 32px;
}

.main-menu ul li a {
	display: block;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 17px;
	text-decoration: none;
	border: 1px solid transparent;

}

.main-menu ul li:hover a, .main-menu ul li.active a {
	border: 1px solid #fff;
	border-bottom: 0;
}

.main-menu ul ul {
	display: none;
	position: absolute;
	top: 75px;
	left: 50%;
	width: 180px;
	margin-left: -90px;
	text-align: center;
	padding: 30px 0;
	background: #fff;
}

.main-menu ul ul:before {
	content: '';
	width: 28px;
	height: 14px;
	display: block;
	position: absolute;
	left: 50%;
	top: -11px;
	margin-left: -14px;
	background: url(../images/arrow.png) left top no-repeat;
}

.main-menu ul li:hover > ul {
	display: inherit;
}

.main-menu ul ul li {
	width: 100%;
	float: none;
	display: list-item;
	position: relative;
	padding-bottom: 0;
	text-align: center;
	margin: 10px 0;
}

.main-menu ul ul li a {
	border: none!important;
	color: #4a4a68 ;
	font-size: 14px;
	padding: 0 18px;
	line-height: 36px;
	display: inline-block;
}

.main-menu ul ul li a:hover {
	background: #4a4a68 ;
	color: #fff;
}

.main-menu ul ul ul li {
	position: relative;
	top: -45px;
	left: 170px;
}

.main-menu li > a:after {

}

.main-menu li > a:only-child:after {
	content: '';
}



/* ### banner ### */

.banner {
	width: 100%;
	height: 720px;
	position: relative;
	background: #4a4a68 ;
}

.banner .banner__img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	background: url(../images/banner.jpg) left top no-repeat;
	background-size: cover;
}

.banner .banner__detail {
	margin-top: 279px;
	width: 482px;
	float: right;
	z-index: 99;
	position: relative;
}

.banner h1 {
	font-size: 62px;
	color: #ffffff;
	font-weight: 100;
	line-height: 62px;
}

.banner h1 span {
	font-weight: 900;
}

.banner .phone {
	padding: 10px 0 0 0;
	width: 100%;
}

.banner p a {
	padding: 0 26px 0 46px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	float: left;
	background: url(../images/phone.png) 20px 8px no-repeat;
}

.banner p a:hover {
	text-decoration: none;
}

.banner ul {
	list-style: none;
}

.banner li {
	padding: 0 9px 0 0;
	float: left;
}

.banner a.appointment {
	margin-left: -200px;
	width: 400px;
	height: 100px;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
	line-height: 100px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -52px;
	z-index: 9;
	background: #4a4a68 ;
}

.banner.banner--inner {
	height: 320px;
}

.banner.banner--inner .banner__detail {
	margin-top: 170px;
}

.banner.banner--map {
	height: 512px;
	float: left;
}

.map__block {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.3;
}

h2 {
	margin-bottom: 50px;
	font-size: 36px;
	color: #4a4a68 ;
	font-weight: 100;
	font-style: italic;
}

/* ### about ### */

.about {
	padding-top: 121px;
	padding-bottom: 85px;
	width: 100%;
	overflow: hidden;
}

.about__block {
	padding: 0 30px 0 0;
	width: 100%;
}

.about p {
	padding-bottom: 35px;
	font-size: 15px;
	color: #252525;
	line-height: 27px;
	font-weight: 300;
}

.about__btnholder {
	margin-right: -20px;
}

.about--btn {
	margin-top: 30px;
}

.about__btncol {
	padding: 0 20px 0 0;
	display: inline-block;
}

.about__btncol a {
	padding: 15px 25px;
	display: block;
	font-size: 16px;
	color: #4a4a68 ;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #4a4a68 ;
}

.about__btncol a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #4a4a68;
	background-color: #4a4a68;
}

.photo__gallery {
	margin-bottom: 27px;
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.photo__gallery .overlay {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.4);
}

.photo__gallery .infolist {
	width: 100%;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

.photo__gallery .like {
	margin-right: -37px;
	text-align: center;
}

.photo__gallery .likeblock {
	padding: 0 37px 0 26px;
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	background: url(../images/heart.png) left top no-repeat;
}

.photo__gallery .likeblock.chat {
	background: url(../images/chat.png) left top no-repeat;
}

.photo__gallery:hover .overlay,
.photo__gallery.active .overlay {
	display: block;
}

.photo__gallery img {
	width: 100%;
}

/* ### latestnews ### */

.latestnews {
	position: relative;
	overflow: hidden;
	background: #fafbfe;
}

.latestnews .latestnews__img {
	width: 50%;
	height: 100%;
	position: relative;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/img1.jpg) left top no-repeat;
	background-size: cover;
}

.latestnews .latestnews__detail {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}

.latestnews a.btn {
	padding: 15px 25px;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	position: absolute;
	left: 187px;
	bottom: 77px;
}

.latestnews a.btn:hover {
	text-decoration: none;
	border: 1px solid #4a4a68;
	background-color: #4a4a68;
}

.latestnews__block {
	padding: 50px 0 30px 60px;
	width: 50%;
	float: right;
}

.latestnews__subblock {
	padding: 14px 0 40px 130px;
	width: 100%;
	min-height: 150px;
	overflow: hidden;
	position: relative;
}

.latestnews__subblock .photo {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

.latestnews__subblock .photo img {
	max-width:100px;
}

.latestnews__subblock a {
	font-size: 18px;
	color: #252525;
	line-height: 27px;
	text-decoration: none;
	font-weight: 700;
}

.latestnews__subblock a:hover {
	text-decoration: underline;
}

.latestnews__subblock span {
	padding: 10px 0 0 0;
	display: block;
	font-size: 13px;
	color: #252525;
	font-style: italic;
	font-weight: 300;
}

/* ### client logo ### */

.clientlogo {
	padding-top: 78px;
	padding-bottom: 83px;
	text-align: center;
}

.clientlogo ul {
	list-style: none;
}

.clientlogo li {
	padding: 0 57px;
	display: inline-block;
}

/* ### contact box ### */

.contact {
	min-height: 500px;
	padding: 113px 0px 0px 0px;
	width: 100%;
	overflow: hidden;
}

.contact address {
	font-style: normal;
	font-size: 15px;
	color: #252525;
	line-height: 27px;
}

.contact .phone {
	margin-top: 26px;
	display: block;
	padding: 0px 0px 0px 32px;
	background: url(../images/phone-blue.png) left top no-repeat;
}

.contact .mail {
	padding: 0px 0px 0px 32px;
	font-size: 15px;
	color: #252525;
	text-decoration: none;
	background: url(../images/msg-blue.png) left top no-repeat;
}

.contact ul {
	list-style: none;
}

.contact li {
	overflow: hidden;
	font-size: 15px;
	color: #252525;
	line-height: 27px;
}

.contact li span {
	width: 130px;
	display: inline-block;
	font-size: 15px;
	color: #4a4a68 ;
	font-style: italic;
}

.contact-form {
	padding-top: 65px;
	padding-bottom: 80px;
	background: #4a4a68 ;
}

.contact-form .right {
	float: right;
}

.contact-form h3 {
	padding-bottom: 40px;
	font-size: 36px;
	color: #ffffff;
	font-weight: 100;
	font-style: italic;
}

.contact-form input[type="text"] {
	width: 100%;
	margin-bottom: 25px;
	padding: 0px 12px;
	font-size: 15px;
	color: #ffffff;
	line-height: 48px;
	background: none;
	border: 1px solid #ffffff;
}

.contact-form input[type="text"]::-webkit-input-placeholder, .contact-form .textarea::-webkit-input-placeholder {
	color: #ffffff;
}

.contact-form .textarea {
	width: 100%;
	margin-bottom: 25px;
	padding: 12px;
	height: 123px;
	font-size: 15px;
	color: #ffffff;
	line-height: 20px;
	background: none;
	resize: none;
	border: 1px solid #ffffff;
}

.contact-form .select {
	margin-bottom: 25px;
	position: relative;
	width: 100%;
	height: 50px;
	display: inline-block;
}

.contact-form .select select {
	width: 100%;
	padding: 0 10px;
	height: 50px;
	font-size: 15px;
	color: #ffffff;
	line-height: 48px;
	margin: 0;
	border: 1px solid #ffffff;
	cursor: pointer;
	background: #4a4a68;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.contact-form .select:after {
	content: url('../images/select-arrow.png');
	position: absolute;
	top: 1px;
	right: 1px;
	pointer-events: none;
}

.contact-form .btn {
	width: 100%;
	display: block;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	font-size: 16px;
	color: #4a4a68 ;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #ffffff;
	border: none;
}

.contact-form .btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4a4a68;
}

/* ### footer ### */

.footer {
	width: 100%;
	height: 100px;
}

/* ### footer top ### */

.footer__top {
	padding-top: 57px;
	padding-bottom: 57px;
	background: #252525;
}

.footer__top .title {
	padding: 0 0 15px 0;
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
}

.footer__top address {
	padding: 0 27px 0 0;
	float: left;
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
	line-height: 27px;
	font-style: normal;
}

.footer__top .info {
	overflow: hidden;
}

.footer__top p {
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
	line-height: 27px;
}

.footer__top p a {
	color: #ffffff;
	text-decoration: none;
}

.footer__top p a:hover {
	text-decoration: underline;
}

.footer__top p span {
	padding: 0 10px 0 0;
	display: inline-block;
}

.footer__top ul {
	list-style: none;
}

.footer__top li {
	padding: 0 14px 0 0;
	float: left;
}

.footer__top li:after {
	padding: 0 0 0 14px;
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
	content: "|";
}

.footer__top li:last-child:after {
	display: none;
}

.footer__top li a {
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
}

.footer__top li a:hover {
	text-decoration: underline;
}

/* ### footer bottom ### */

.footer__bottom {
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer__bottom p {
	font-size: 13px;
	color: #252525;
	font-style: italic;
	font-weight: 300;
	display: inline-block;
}

.footer__bottom a {
	font-size: 13px;
	color: #252525;
	font-style: italic;
	font-weight: 300;
	display: inline-block;
	text-decoration: none;
}

.footer__bottom ul {
	list-style: none;
	float: right;
	vertical-align: middle;
}

.footer__bottom li {
	padding: 0 2px 0 0;
	float: left;
}

/* #Media Queries
================================================== */

.contact-form .btn.hidemobile {
	display: block;
}

.showmobile {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.latestnews .latestnews__img {
		background-position: right top;
	}

	.centered-full {
		padding-left: 38px;
		padding-right: 38px;
	}

	.centered {
		padding-left: 38px;
		padding-right: 38px;
	}

}

.logo-mobile {
	display: none;
	position: absolute;
	top: 55px;
	left: 18px;
	z-index: 100;
}

.social-mobile {
	display: none;
}

@media only screen and (max-width: 927px) {

	.main-menu {
		margin-right: -40px;
	}

	.main-menu ul li {
		margin: 0 0px;
	}

	.main-menu li a {
		padding: 12px 9px;
	}

	.banner .banner__img {
		background-position: left top;
	}

	.about {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	.about p {
		padding-bottom: 15px;
	}

	h2 {
		margin-bottom: 25px;
	}

	.latestnews__block {
		padding: 25px;
	}

	.latestnews__block li {
		padding: 14px 0 40px 120px;
	}

	.latestnews__block a {
		font-size: 15px;
	}

	.clientlogo li {
		padding: 0 27px;
	}

	.about__btncol.hidetablet {
		display: none;
	}

	.latestnews .latestnews__img {
		background-position: -437px 0px;
	}

	.latestnews a.btn {
		left: 125px;
	}

	.footer__top li {
		padding-right: 7px;
	}

	.footer__top li::after {
		padding-left: 7px;
	}

	.contact-form .btn {
		font-size: 13px;
	}

	.banner--map .centered-full {
		height: 100%;
	}

	.footer__top address {
		padding: 0 20px 0 0;
	}

}

@media only screen and (max-width: 767px) {

	.centered-full {
		padding-left: 16px;
		padding-right: 16px;
	}

	.centered {
		padding-left: 16px;
		padding-right: 16px;
	}


	.main-menu {
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.main-menu ul ul:before {
		display: none;
	}

	.main-menu .toggle + a,
	.main-menu .menu {
		display: none;
	}

	.main-menu .toggle {
		display: block;
		width: 36px;
		height: 36px;
		border: none;
		float: right;
		z-index: 100;
		margin: 50px 20px 0 0;
		position: relative;
		background: url(../images/menu_toggle.png) no-repeat center center;
	}

	.main-menu .toggle.active {
		background: url(../images/menu_toggle_active.png) no-repeat center center;
	}

	.main-menu [id^=drop]:checked + ul {

		display: block;
	}

 .main-menu [id^=drop]:checked + .menu {
	 display: block;
	 background-color: #fff;
	 width: 100%;
	 padding: 160px 0;
	 float: left;
	 margin-top: -90px;
 }

	.main-menu ul li {
		display: block;
		width: 100%;
		padding-bottom: 0;
		text-align: center;
		margin: 0;
	}

	.main-menu ul li label {
		color: #4a4a68 ;
		font-size: 17px;
		text-align: center;
		margin: 10px 0!important;
		width: 100%!important;
		height: auto!important;
		float: none!important;
		background: none!important;
	}

	.main-menu ul {
		float: none;
	}
	.main-menu ul li a {
		color: #4a4a68 ;
	}
	.main-menu ul li a:hover {
		background-color: #7a87ad;
		color: #fff;
	}

	.main-menu ul ul {
		float: none;
		position: static;
		width: 100%!important;
		padding: 10px 0!important;
		margin: 10px 0 0 0!important;
		background-color: #4a4a68 !important;

	}

	.main-menu ul ul li:hover > ul,
	.main-menu ul li:hover > ul {
		display: none;
	}

	.main-menu ul ul li {
		display: block;
		width: 100%;

	}

	.main-menu ul ul li a {
		color: #fff!important;
	}

	.main-menu ul ul ul li {
		position: static;
	}

	.logo-mobile {
		display: block;
	}


	.banner {
		height: 508px;
	}

	.banner .banner__detail {
		margin-top: 109px;
		width: 100%;
		text-align: center;
	}

	.latestnews .latestnews__img {
		position: static;
		height: 300px;
		width: 100%;
		background-position: center 0;
	}

	.latestnews {
		padding: 0 0 55px 0;
	}

	.latestnews a.btn {
		position: static;
		color: #4a4a68 ;
		display: block;
		width: 250px;
		margin: 0 auto;
		border: 1px solid #4a4a68 ;
	}

	.latestnews__subblock {
		padding: 14px 0 40px 130px;
		min-height: 123px;
	}

	.latestnews__block {
		width: 100%;
		padding: 25px 0px 0 0;
	}

	.clientlogo li {
		padding-bottom: 25px;
	}

	.footer-menu-hide {
		padding-top: 20px;
	}

	.contact address {
		padding-bottom: 46px;
	}

	.contact {
		padding-top: 113px;
		padding-bottom: 113px;
	}

	.contact-form .right {
		float: left;
		width: 100%;
	}

	.contact-form .btn.hidemobile {
		display: none;
	}

	.showmobile {
		display: block;
	}

	.contact-form .btn {
		font-size: 16px;
	}

	.banner .banner__detail.contact--phone {
		position: absolute;
		left: 0px;
		bottom: 80px;
		text-align: center;
		width: 100%;
	}

	.about__block {
		padding: 0;
	}

	.footer__top address {
		padding: 0 0px 20px 0;
	}

}

.about__btnholder.news--btnmobile {
	display: none;
}

@media only screen and (max-width: 479px) {
	.banner h1 {
		font-size: 57px;
		line-height: 57px;
	}

	h2 {
		font-size: 30px;
	}

	.banner ul {
		display: none;
	}

	.banner a.appointment {
		width: 280px;
		margin-left: -140px;
		font-size: 24px;
		height: 80px;
		line-height: 80px;
		bottom: -40px;
	}

	.banner .banner__detail {
		margin-top: 137px;
	}

	.latestnews__subblock .photo {
		display: none;
	}

	.latestnews__subblock {
		padding: 17px 0 0 0px;
		min-height: inherit;
	}

	.latestnews__block a {
		font-size: 18px;
	}

	.latestnews a.btn {
		width: 100%;
		margin: 40px auto 0 auto;
	}

	.clientlogo li {
		display: block;
		text-align: center;
	}

	.clientlogo li img {
		display: inline-block;
	}

	.latestnews a.btn {
		display: block;
	}

	.footer-menu-hide {
		display: none;
	}

	.footer__top address {
		width: 100%;
	}

	.footer__top .info {
		width: 100%;
		float: left;
	}

	.footer__bottom {
		text-align: center;
	}

	.footer__bottom p {
		display: block;
		padding-bottom: 25px;
		line-height: 24px;
	}

	.footer__bottom ul {
		width: 100%;
		text-align: center;
	}

	.footer__bottom li {
		display: inline-block;
		float: none;
	}

	.contact-form h3 {
		font-size: 30px;
		text-align: center;
	}

	.contact-form input[type="text"] {
		margin-bottom: 20px;
	}

	.banner p {
		width: 234px;
		float: none;
		margin: 0px auto;
	}

	.photo__gallery .likeblock {
		padding-bottom: 10px;
	}

	.about__btnholder.news--btn {
		display: none;
	}

	.about__btnholder.news--btnmobile {
		display: block;
		margin-top: 40px;
	}
}
