/* ================================================================ *\
    #Reset
\* ================================================================ */

* {
	padding: 0;
	margin: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ================================================================ *\
    #Base
\* ================================================================ */

article, aside, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	min-width: 960px;
	background: #454545;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: underline;
	color: #cfb341;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
img {
	border: 0;
	vertical-align: middle;
}
strong {
	font-weight: bold;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	-webkit-font-smoothing: antialiased;
}
input[type="submit"] {
	-webkit-appearance: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0;
border: 0;
}
button {
	overflow: visible;
}
textarea {
	overflow: auto;
	resize: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	padding: 0;
}
img {max-width: 100%;}
/* ================================================================ *\
    #Helpers
\* ================================================================ */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.hidden {
	display: none;
	visibility: hidden;
}
a, .btn, a img {
	transition: color 700ms, background-color 700ms, opacity 700ms;
	-webkit-transition: color 700ms, background-color 700ms, opacity 700ms;
}
a:hover, .btn:hover, a:hover img {
	transition: color 200ms, background-color 200ms, opacity 200ms;
	-webkit-transition: color 200ms, background-color 200ms, opacity 200ms;
}
.clearfix {
*zoom: 1;
}
.form-head:after, .nav-secondary ul:after, .socials ul:after, .persons:after, .nav ul:after, .clearfix:after {
	width: 100%;
	content: '';
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
	display: block;
}
.color-yellow {
	color: #cfb341;
}
/* ================================================================ *\
    #Containers
\* ================================================================ */
.wrapper {
}
.container {
	position: relative;
	z-index: 9;
	-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
	box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
}
.shell {
	width: 960px;
	margin: auto;
}
/* ================================================================ *\
    #Buttons
\* ================================================================ */
.btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 19px;
	height: 31px;
	padding: 5px 22px;
	text-transform: uppercase;
	color: #565656;
	text-align: center;
	border: 1px solid #e6e6df;
	border-radius: 0;
	background-color: #fff;
	font-weight: 900;
}
.btn:hover {
	color: #cfb341;
}
/* ================================================================ *\
    #icons
\* ================================================================ */
.ico {
	display: inline-block;
	vertical-align: middle;
}
.ico-earphone {
	background: url(images/icons/ico-earphone.png) no-repeat 0 0;
	width: 30px;
	height: 30px;
}
.ico-arrow-right {
	background: url(images/icons/ico-arrow-right.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
/* header */
.header {
	height: 133px;
	background-color: #07070b;
	border-top: 1px solid #b68d00;
	padding: 9px 0 11px 0;
}
.header .shell {
	position: relative;
}
.logo {
	float: left;
	background: url(../../client/logo.png) no-repeat 0 0;
	width: 400px;
	height: 112px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.header-contacts {
	float: right;
	font-size: 15px;
	line-height: 19px;
	color: #919191;
	text-align: right;
	padding-top: 17px;
	font-weight: bold;
}
.header-contacts a {
	text-decoration: none;
	color: #919191;
}
.header-contacts a:hover {
	color: #cfb341;
}
.header-phone {
	color: #fff;
	font-size: 25px;
	line-height: 29px;
	padding: 10px 0 3px 0;
}
.header-phone a {
	color: #fff;
}
.header-phone .ico {
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.header .link-appointment {
	text-decoration: none;
	font-size: 15px;
	line-height: 19px;
	color: #919191;
}
.header .link-appointment:hover {
	color: #cfb341;
}
/* navigation */
.navigation {
	background: #010101 url(images/nav-bg.png) repeat-x 0 0;
	height: 41px;
	position: relative;
	z-index: 10;
}
.navigation.visible {
	display: block!important;
}
.nav ul {
	list-style-type: none;
	display: table;
	width: 100%;
}
.nav ul li {
	display: table-cell;
	background: url(images/nav-sep.png) no-repeat right 0;
	font-size: 14px;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.nav ul li a {
	text-decoration: none;
	color: #9a9a9a;
	display: block;
	padding: 0 15px 3px 15px;
}
.nav ul li.active a, .nav ul li.current a, .nav ul li a:hover {
	background-color: #cfb341;
	color: #010101;
}
.nav-dropdown {
	position: absolute;
	top: 41px;
	left: 0;
	width: 100%;
	background-color: #010101;
	min-width: 180px;
	display: none;
}
.nav-dropdown ul {
	list-style-type: none;
}
.nav-dropdown ul li {
	display: block;
	font-size: 13px;
	line-height: 30px;
	text-align: left;
}
.nav-dropdown ul li a:hover {
	color: #9a9a9a;
	background-color: #000000;
}
/* slider */
.slider {
	background: #242424;
	background: -moz-linear-gradient(left, #242424 0%, #474747 79%, #474747 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #242424), color-stop(79%, #474747), color-stop(100%, #474747));
	background: -webkit-linear-gradient(left, #242424 0%, #474747 79%, #474747 100%);
	background: -o-linear-gradient(left, #242424 0%, #474747 79%, #474747 100%);
	background: -ms-linear-gradient(left, #242424 0%, #474747 79%, #474747 100%);
	background: linear-gradient(to right, #242424 0%, #474747 79%, #474747 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#474747', GradientType=1 );
	background-image: url(images/bg-slider.png);
	background-repeat: repeat;
}/* GRADIENT */
.slider .slider-clip {
}
.slider .slides {
	list-style-type: none;
}
.slider .slide {
	float: left;
	position: relative;
}
.slider .slide-image {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 8;
}
.slider .slide-content {
	float: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 15px 0 0 15px;
	height: 336px;
	padding: 10px 0 0 10px;
	position: relative;
	z-index: 9;
}
.slider .slide-content h2 {
	font-size: 47px;
	line-height: 54px;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	padding-bottom: 30px;
}
.slider .slide-content h2 strong {
	display: block;
	padding-left: 0px;
}
.slider .slide-content a {
	color: #ffffff;
	text-decoration: none;
}
.slider .slide-content a:hover {
	color: #cfb341;
}
.slider .slide-content a .ico {
	position: relative;
	top: 0px;
	margin-right: 0px;
}
/* section-navigation */
.section-navigation {
	padding: 20px 0 50px 0;
}
.section-navigation .section-head {
	text-align: center;
	text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.8);
	padding-bottom: 20px;
}
.section-navigation .section-head h2 {
	font-size: 30px;
	line-height: 57px;
	text-transform: uppercase;
}
.section-navigation .section-head h2 strong {
	font-weight: 900;
	display: block;
}
.section-navigation .section-body {
}
/* nav-secondary */
.nav-secondary {
}
.nav-secondary ul {
	list-style-type: none;
}
.nav-secondary ul li {
	float: left;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	padding-left: 30px;
s
}
.nav-secondary ul li:first-child {
	padding-left: 0;
}
.nav-secondary ul li a {
	color: #fff;
	text-decoration: none;
}
.nav-secondary ul li a span {
	display: block;
	border-radius: 50%;
	background: url(images/icons/circle.png) no-repeat 0 0;
	padding: 8px;
	width: 168px;
	height: 168px;
	margin-bottom: 17px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}
.nav-secondary ul li a span img {
	display: block;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.nav-secondary ul li.current a, .nav-secondary ul li a:hover {
	color: #d1b138;
}
.nav-secondary ul li a:hover span {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}
/* main */
.main {
	padding: 23px 0 10px 0;
}
.main-head {
	padding-bottom: 29px;
}
.main-body h1 {
	font-size: 36px;
	line-height: 1.5;
	color: #d1b138;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}
.main-body {
	overflow: auto;
}
/* content */
.content {
	width: 670px;
	padding-right: 25px;
	padding-top: 5px;
	float:left;
}
/* article */
.article {
	padding-bottom: 25px;
}
.article-head {
	padding-bottom: 20px;
}
.article-head h1 {
	font-size: 32px;
	line-height: 36px;
	color: #c0c3c4;
	font-weight: 300;
}
.article-body {
	font-family: Arial, sans-serif;
}
.article-body h3  {
	color: #cfb341;
}
.article-body .half {
	float: left;
	width: 50%;
}
.article-body p {
	padding-bottom: 25px;
}
.article-body ul {
	margin: 0 30px 30px 30px;
}
.img {
	margin-bottom: 20px;
}
/* persons */
.persons {
	list-style-type: none;
	padding-top: 5px;
}
.person {
	float: left;
	width: 196px;
	margin-left: 23px;
}
.person:first-child {
	margin-left: 0;
}
.person-image {
	padding-bottom: 12px;
}
.person-image img {
	display: block;
	width: 100%;
	height: auto;
}
/* sidebar */
.sidebar {
	width: 270px;
}
.widgets {
	list-style-type: none;
}
.widget {
}
.widget-form {
}
/* form */
.form {
	background-color: #07070b;
	padding: 15px 15px 25px 15px;
}
.form-inner {
	padding: 0 10px;
}
.form-head {
	border-bottom: 1px solid #6f6f71;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 12px;
}
.form-head .title {
	color: #fff;
	text-decoration: none;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
}
.form-head a {
	color: #fff;
	text-decoration: none;
}
.form-head img {
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
.form-head p strong {
	display: block;
	padding-top: 12px;
}
.form-row {
	padding-top: 17px;
}
.form-label {
	display: block;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
}
.field {
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	line-height: 17px;
	padding: 5px;
	height: 27px;
	border-left: 1px solid #8a8a8c;
	border-right: 1px solid #8a8a8c;
}
.textarea {
	height: 97px;
}
.form-actions {
	padding-top: 21px;
}
/* section-testimonials */
.section-testimonials {
	background-color: #000;
	padding: 48px 0 44px 0;
}
.section-testimonials .section-head {
	text-align: center;
	padding-bottom: 20px;
}
.section-testimonials .section-head h5 {
	border-bottom: 2px solid #474747;
	font-size: 22px;
	line-height: 26px;
	font-style: italic;
	font-weight: normal;
	height: 2px;
}
.section-testimonials .section-head h5 span {
	background-color: #000;
	padding: 0 15px;
	position: relative;
	top: -17px;
}
.section-testimonials .section-head h2 {
	font-size: 50px;
	line-height: 54px;
	color: #919191;
	font-style: italic;
	font-weight: bold;
	padding-top: 30px;
}
.section-testimonials .section-body {
}
.section-testimonials .section-foot {
	color: #979797;
	font-style: italic;
	text-align: center;
	padding-top: 18px;
}
/* slider-testimonials */
.slider-testimonials {
}
.slider-testimonials .slider-clip {
}
.slider-testimonials .slides {
	list-style-type: none;
}
.slider-testimonials .slide {
	float: left;
}
/* testimonial */
.testimonial {
	padding-left: 95px;
	background: url(images/icons/ico-quote-1.png) no-repeat 0 50%;
}
.testimonial blockquote {
	padding-right: 95px;
	background: url(images/icons/ico-quote-2.png) no-repeat right 50%;
	font-size: 32px;
	line-height: 38px;
	color: #e6e6df;
	font-weight: normal;
	text-align: center;
}
/* footer */
.footer {
	background-color: #454545;
	padding: 30px 0 0;
}
.footer h4 {
	font-size: 25px;
	line-height: 29px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 22px;
}
.footer-cols {
	padding-bottom:30px;
}
.footer-col {
	float: left;
}
.footer-colsize-1 {
	width: 300px;
	padding-left: 30px;
}
.footer-colsize-2 {
	width: 210px;
	padding-left: 15px;
}
.footer-colsize-3 {
	width: 210px;
	padding-left: 25px;
}
.footer-colsize-4 {
	width: 235px;
	padding-left: 25px;
}
.footer-contacts {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	margin-top: -14px;
	padding-bottom: 6px;
}
.footer-contacts .ico {
	margin-right: 5px;
}
.footer-phone {
	color: #cfb341;
	font-size: 25px;
	line-height: 30px;
}
.footer-phone .ico {
	position: relative;
	top: -3px;
}
.footer-phone a {
	color: #cfb341;
	text-decoration: none;
}
.footer .link-appointment {
	display: block;
	font-weight: bold;
	color: #cfb341;
}
.footer .link-appointment:hover {
	color: #fff;
}
.footer-nav {
}
.footer-nav ul {
	list-style-type: none;
}
.footer-nav ul li {
	display: block;
	font-size: 16px;
	line-height: 22px;
}
.footer-nav ul li a {
	text-decoration: none;
	color: #fff;
}
.footer-nav ul li a:hover {
	color: #cfb341;
}

.copyright {background: #000; padding: 5px 20px; text-align:right; font-size:smaller; text-align: center;}
/* socials */
.socials {
	padding-top: 5px;
}
.socials ul {
	list-style-type: none;
}
.socials ul li {
	float: left;
	margin-left: 7px;
	width: 46px;
	height: 46px;
}
.socials ul li:first-child {
	margin-left: 0;
}
/*
.socials ul li a {
	display: block;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}
.socials ul li a:hover {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.socials ul li a.link-facebook {
	background-image: url(images/icons/ico-facebook.png);
}
.socials ul li a.link-twitter {
	background-image: url(images/icons/ico-twitter.png);
}
.socials ul li a.link-googleplus {
	background-image: url(images/icons/ico-googleplus.png);
}
.socials ul li a.link-youtube {
	background-image: url(images/icons/ico-youtube.png);
}
.socials ul li a.link-pinterest {
	background-image: url(images/icons/ico-pinterest.png);
}
*/


/* Free Items */
.content-alt .free-items {
	padding-bottom: 0;
	margin-top: 41px;
}
.free-items {
	padding-bottom: 30px;
	list-style: none outside none;
}
.free-item {
	overflow: hidden;
}
.free-item ~ .free-item {
	margin-top: 24px;
}
.free-image {
	position: relative;
    float: left;
    border-radius: 6px;
    border: 6px solid #000;
    margin-bottom: 20px;
    background-color: #000;}
.free-image img {max-width: 100%;}
.free-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 129px;
	height: 100%;
	padding: 14px 0 0 7px;
	background: #000;
	font-family: 'Oswald', sans-serif;
}
.free-overlay span {
	display: block;
	font-size: 32px;
	line-height: 1.1;
	color: #cfb341;
	font-weight: bold;
	margin-bottom:10px;
}
.free-overlay p {
	font-size: 20px;
	line-height:1.3;
	color: #fff;
	letter-spacing: -0.005em;
}
.free-overlay a:link {
	color: #cfb341;
}
.free-overlay a:hover {
	color: #fff;
}
.free-overlay {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.free-content {
	clear: both;
}
.free-content h2 {
	margin-bottom: 7px;
	line-height: 1.3;
}
.content-alt .free-content h2 {
	margin-bottom: 13px;
}
.map {height: 450px;}
.phone {text-decoration: none;}

 @media only screen and (max-width: 959px) {
body {
	min-width: 768px;
	font-size: 14px;
	line-height: 22px;
}
.shell {
	width: 768px;
	padding: 0 10px;
}
.slider .shell,  .navigation .shell {
	padding: 0;
}
.nav ul li {
	font-size: 12px;
}
.nav ul li a {
	padding-left: 5px;
	padding-right: 5px;
}
.section-navigation {
	padding-bottom: 30px;
}
.section-navigation .section-head h2 {
	font-size: 25px;
	line-height: 45px;
}
.nav-secondary ul li {
	padding-left: 15px;
}
.nav-secondary ul li a span {
	width: 135px;
	height: 135px;
	padding: 6px;
}
.main {
	padding: 10px 0;
}
.main-head {
	padding-bottom: 20px;
}
.main-title {
	font-size: 42px;
	line-height: 53px;
}
.content {
	padding-right: 0;
	width: auto;
	float: none;
	display: block;
}
.article {
	padding-bottom: 15px;
}
.article-head {
	padding-bottom: 10px;
}
.article-head h3 {
	font-size: 28px;
	line-height: 32px;
}
.article-body p {
	padding-bottom: 15px;
}
.person {
	padding: 0 10px;
	width: 33.3%;
	margin-left: 0;
}
.sidebar {
	float: none;
	display: block;
	width: auto;
}
.form-head {
}
.form-head img {
	float: left;
	width: 20%;
	margin: 0 50px;
}
.form-head p {
	padding-top: 20px;
}
.form-head p strong {
	display: inline;
}
.form-row {
	padding-top: 10px;
}
.form-label {
	padding-bottom: 2px;
}
.form-actions {
	padding-top: 15px;
}
.section-testimonials {
	padding: 35px 0 30px 0;
}
.section-testimonials .section-head h5 {
	font-size: 18px;
	line-height: 22px;
}
.section-testimonials .section-head h5 span {
	top: -14px;
}
.section-testimonials .section-head h2 {
	font-size: 40px;
	line-height: 44px;
	padding-top: 20px;
}
.testimonial blockquote {
	font-size: 28px;
	line-height: 34px;
}
.footer {
	padding: 20px 0;
}
.footer h4 {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 15px;
}
.footer-col {
	width: 50%;
	padding: 0 50px 20px 50px;
}
.footer-colsize-3,  .footer-colsize-4 {
	padding-bottom: 0;
}
.free-image {
	width: 260px;
}
.free-image img {
	width: 100%;
	height: auto;
}
.free-overlay {
	padding-left: 0;
}
.free-content {
	overflow: hidden;
}
}
 @media only screen and (max-width: 767px) {
body {
	min-width: 0;
	font-size: 12px;
	line-height: 18px;
}
.shell {
	width: auto;
	padding: 0 5px;
}
.btn {
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	padding: 0 22px;
}
.ico-earphone {
	width: 20px;
	height: 20px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.header {
	height: auto;
}
.header-contacts {
	float: none;
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	padding-top: 10px;
}
.header .link-appointment {
	font-size: 13px;
	line-height: 15px;
}
.header-phone {
	font-size: 15px;
	line-height: 20px;
	padding: 5px 0;
}
.logo {
	float: none;
	display: block;
	width: 200px;
	height: 56px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.nav-btn {
	height: 37px;
	width: 38px;
	border: 1px solid #cdcdcd;
	background: #b68d00;
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;
	border-radius: 5px;
	padding: 10px 6px 0 6px;
}
.nav-btn span {
	height: 3px;
	display: block;
	background: #454545;
	margin-bottom: 3px;
}
.nav-btn.active {
	background: #454545;
	border: 1px solid #cfb341;
}
.nav-btn.active span {
	background-color: #b68d00;
}
.navigation {
	display: block;
	position: absolute;
	top: 155px;
	left: 0;
	width: 100%;
	height: auto;
	border-top: 1px solid #b68d00;
	border-bottom: 1px solid #b68d00;
	display: none;
}
.nav ul {
	display: block;
}
.nav ul li {
	display: block;
	background: 0;
	font-size: 12px;
	line-height: 20px;
}
.nav ul li a {
	padding: 5px;
}
.nav-dropdown {
	position: static;
}
.nav-dropdown ul li {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
}
.slider {
	height: 250px;
}
.slider .slide {
	background: 0;
	height: 250px;
}
.slider .slide-image {
	display: none;
}
.slider .slide-content {
	float: none;
	display: block;
	padding: 10px;
	padding-top: 70px;
	margin: auto;
	width: auto;
	background-position: 50% 50%;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	height: 250px;
}
.slider .slide-content h2 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 20px;
}
.slider .slide-content h2 br {
	display: none;
}
.slider .slide-content h2 strong {
	display: inline;
	padding: 0;
}
.section-navigation {
	padding: 20px 0;
}
.section-navigation .section-head {
	padding-bottom: 15px;
}
.section-navigation .section-head h1 {
	font-size: 20px;
	line-height: 24px;
}
.nav-secondary ul {
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.nav-secondary ul li {
	float: none;
	display: inline-block;
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
}
.nav-secondary ul li:first-child {
	padding: 0 5px;
}
.nav-secondary ul li a span {
	display: block;
	margin: auto;
	margin-bottom: 5px;
	width: 110px;
	height: 110px;
	padding: 5px;
}
.main-head {
	padding-bottom: 10px;
}
.main-title {
	font-size: 32px;
	line-height: 38px;
}
.person {
	float: none;
	display: block;
	margin-left: 0;
	width: auto;
	padding: 0;
	padding-bottom: 10px;
}
.person-image {
	padding-bottom: 5px;
}
.article {
	padding-bottom: 10px;
}
.article-head {
	padding-bottom: 5px;
}
.article-head h3 {
	font-size: 22px;
	line-height: 28px;
}
.article-body p {
	padding-bottom: 10px;
}
.img {float: none; display: block; margin: 10px auto;}
.form-head {
	font-size: 13px;
	line-height: 17px;
}
.form-head img {
	margin: 0 10px;
}
.form-head p {
	padding-top: 0;
}
.form-head p strong {
	display: block;
}
.form-label {
	font-size: 14px;
	line-height: 18px;
}
.textarea {
	height: 70px;
}
.section-testimonials {
	padding: 25px 0 20px 0;
}
.section-testimonials .section-head {
	padding-bottom: 10px;
}
.section-testimonials .section-head h5 {
	font-size: 15px;
	line-height: 19px;
}
.section-testimonials .section-head h5 span {
	top: -10px;
}
.section-testimonials .section-head h2 {
	font-size: 25px;
	line-height: 35px;
	padding-top: 10px;
}
.section-testimonials .section-foot {
	padding-top: 10px;
}
.testimonial {
	padding-left: 35px;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}
.testimonial blockquote {
	padding-right: 25px;
	font-size: 14px;
	line-height: 20px;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}
.footer h4 {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 5px;
}
.footer-col {
	float: none;
	display: block;
	width: auto;
	padding: 5px 20px;
}
.footer-colsize-1 {
	padding-top: 0;
}
.footer-contacts {
	margin-top: 0;
	font-size: 14px;
	line-height: 22px;
}
.footer-phone {
	font-size: 17px;
	line-height: 21px;
}
.footer-phone .ico {
	position: relative;
	top: -2px;
}
.footer .link-appointment {
	margin: 5px 0;
}
.footer-nav ul li {
	font-size: 14px;
	line-height: 22px;
}
.free-items {
	padding-bottom: 0;
	float:left;
	padding-top:20px;
	background-color:#454545;
}
.free-item h2 {
	font-size: 16px;
}
.free-content {
	overflow: hidden;
	margin-top:180px;
}
}




/*-------- New code start from here -------*/

.nav .has-dd > a:after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 6px 4.5px 0;
    display: inline-block;
    height: 0px;
    margin-left: 1px;
    transition: all 0.2s ease 0s;
    width: 2px;
    content: "";
    top: -2px;
    margin-left: 5px;
    position: relative;
}

.nav .has-dd > a:hover:after {
    border-color: #07070b transparent transparent;
}

.free-overlay a {
    color: #fff !important;
}

.free-overlay a:hover {
    opacity: .7;
}

.free-content a:hover {
	color: #cfb341 !important;
	opacity: .8;
	
}

@media only screen and (max-width: 767px){
	
.nav ul li a {
    padding: 13px !important;
	color:#fff !important;
}
	
	.navigation{
		background:#07070b;
	}
	
.nav .has-dd > a:after {
	border-color: #fff transparent transparent;}
	

	.nav ul li.active a, .nav ul li.current a, .nav ul li a:hover {
    background-color: #07070b;
	}
	
}


@media only screen and (max-width: 767px){
	
.free-items {
    background-color: transparent !important;
}
	
.nav .has-dd > a:hover:after {
    border-color: #fff transparent transparent;
}



	
}

@media only screen and (max-width: 959px){
	
.sidebar {
    clear:both;
}
	
	aside.sidebar.alignright .free-item {
    display: none;
}
	
.map {
    clear: both;
}
	
}

.header .link-appointment:hover {
    color: #fff;
	opacity:.8;
}

.header-phone a:hover {
    color: #fff;
	opacity: .8;
}

.header-contacts a:hover {
    text-decoration: none;
    color: #fff;
	opacity:.8;
}


/*------------- End ---------------*/
