@font-face {
	font-family: 'Drugs';
	src: url('../fonts/Drugs.eot');
	src: url('../fonts/Drugs.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Drugs.woff2') format('woff2'),
		url('../fonts/Drugs.woff') format('woff'),
		url('../fonts/Drugs.ttf') format('truetype'),
		url('../fonts/Drugs.svg#Drugs') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Bold';
	src: url('../fonts/OpenSans-Bold.eot');
	src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Bold.woff2') format('woff2'),
		url('../fonts/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans-Bold.ttf') format('truetype'),
		url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans.eot');
	src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans.woff2') format('woff2'),
		url('../fonts/OpenSans.woff') format('woff'),
		url('../fonts/OpenSans.ttf') format('truetype'),
		url('../fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Open Sans';
	position: relative;
	font-size: 14px;
	color: #434a54;
	font-weight: normal;
	padding-bottom: 0px;
	background-color: #ecf9f9;
}
h1, h2, h3, h4 {
	font-family: 'Drugs';
}
h1 {
	font-size: 36px;
	color: #434a54;
	font-weight: normal;
	margin: 10px 0px;
}
h2 {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 20px 0px;
}
h3 {
	font-size: 30px;
	font-weight: normal;
	margin: 20px 0px;
}
h4 {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0px;
}
h5 {
	font-size: 18px;
	font-weight: normal;
}
h6 {
	font-size: 18px;
	text-transform: uppercase;
}
p {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: normal;
}
ul {
	-webkit-padding-start: 0px;
	list-style-type: none;
}
.dl-horizontal dt {
	text-align: left;
	font-weight: normal;
}
a, a:hover {
	color: #40c1c3;
	text-decoration: none;
}
* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
.form-control:focus {
	border-color: #e6e9ee;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0), 0 0 0px rgba(102,175,233,.0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0), 0 0 0px rgba(102,175,233,.0);
}
.control-label {
	font-size: 18px;
	color: #656d78;
	font-weight: 300;
}
.form-horizontal .control-label {
	text-align: left;
}
.form-control {
	background-color: #fff;
	border: 1px solid #999;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
.form-group-lg .form-control {
    border-radius: 0px;
}
.book-description .form-control {
	background-color: #fff;
	border: 1px solid #ccd0d9;
}
.btn {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	height: 60px;
	line-height: 58px;
	padding: 0px 15px;
	border-radius: 0px;
}
.btn-link {
	color: #e9573e;
	text-decoration: underline;
}
.btn-default, .navbar .nav>li>a.btn-default {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
.btn-default:hover, .navbar .nav>li>a.btn-default:hover, .btn-default.focus, .btn-default:focus {
	color: #40c1c3;
	background-color: #fff;
	border-color: #fff
}
.btn-primary {
	color: #fff;
	background-color: #40c1c3;
	border-color: #40c1c3;
}
.btn-primary:hover {
	color: #40c1c3;
	background-color: #999;
	border-color: #999;
}
.btn-success {
	color: #fff;
	text-shadow: 0px 0px 0px #40c1c3;
	background: #40c1c3;
	border-color: #40c1c3;
}
.btn-success:hover {
	color: #fff;
	background: #656d78;
	border-color: #656d78;
}
.btn-info {
	color: #76bd1d;
	text-shadow: 0px 0px 0px #ffde00;
	background: #fff;
	border-color: #fff;
}
.btn-info:hover {
	color: #76bd1d;
	background: #e3ebe1;
	border-color: #e3ebe1;
}
.btn-lg {
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	padding: 10px 15px;
	border-radius: 0px;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 0px;
	padding-left: 0px;
}
/* Header */
.top-line {
	height: 10px;
	display: block;
	background-color: #fff;
}
.navbar-wrapper div.address, .navbar-wrapper div.hours {
	margin-top: 60px;
	padding-left: 60px;
	height: 80px;
}
.navbar-wrapper .address:before, .navbar-wrapper .hours dl:before {
	float: left;
	display: inline-block;
    content: "";
    margin-top: 15px;
	margin-right: 15px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
}
.navbar-wrapper .address:before {
    background: #40c1c3 url(../image/ico-address.svg) no-repeat 5px 5px;
}
.navbar-wrapper .hours dl:before {
	position: absolute;
	left: -45px;
    background: #40c1c3 url(../image/ico-clock.svg) no-repeat 5px 5px;
}
.navbar-wrapper .lang {
	margin-top: 10px;
	height: 180px;
	overflow: hidden;
}
/* .navbar-wrapper.isStuck div.address, .navbar-wrapper.isStuck div.hours, .navbar-wrapper.isStuck div.lang { */
.navbar-wrapper.isStuck	.container > .row {
	margin-top: -190px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.navbar-wrapper div.address p, .navbar-wrapper div.hours dl {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.navbar-wrapper div.hours dl {
	position: relative;
	margin-left: 50px;
	float: right;
}
.navbar-wrapper div.hours dt, .navbar-wrapper div.hours dd {
    text-align: left;
}
.navbar-wrapper div.hours dt {
    width: 50px;
	vertical-align: top;
}
.navbar-wrapper div.hours dd {
    margin-left: 60px;
}
.navbar-wrapper .lang {
	text-align: center;
}
.navbar-wrapper .lang ul {
	width: 40px;
	margin: 0;
	float: right;
}
.navbar-wrapper .lang li {
	display: block;
	text-align: center;
}
.navbar-wrapper .lang li a {
	display: block;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}
.navbar-wrapper .lang li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #40c1c3;
}
.navbar-wrapper .lang li.active a {
	color: #fff;
	background-color: #999;
}
.isStuck {
	left: 0px;
	width: 100%;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-header {
    margin: 0 auto;
}
.navbar-brand {
	display: block;
	width: 100%;
	height: 180px;
	padding: 0px;
	text-align: center;
}
.isStuck .navbar-header {
	height: 180px;
	margin-top: -190px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.navbar-brand img {
	height: 180px;
	margin: 0 auto;
}
.isStuck .navbar-brand img {
	height: 180px;
}
.navbar-collapse {
	/* width: 66.66666667%; */
}
.navbar-wrapper {
	margin-top: 0px;
	position: relative;
	z-index: 15;
	background: #fff;
}
.navbar-wrapper.isStuck {
	margin-top: 0px;
	-webkit-box-shadow: 0 0px 5px rgba(64,193,195,.25);
    box-shadow: 0 0px 5px rgba(64,193,195,.25);
}
.navbar.navbar-static-top {
	margin-bottom: 0px;
	background: none;
	border: 0px;
}
.navbar.navbar-static-top .nav {
	position: relative;
	padding-left: 0px;
}
.isStuck .navbar.navbar-static-top .nav {
	padding-left: 60px;
}
.brand-small {
	position: absolute;
	display: inline-block;
	left: 0px;
	top: -250px;
	width: 60px;
	overflow: hidden;
	opacity: 0;
    filter: alpha(opacity=0);
}
.isStuck .brand-small {
	top: 5px;
	opacity: 1;
    filter: alpha(opacity=100);
}
.navbar.navbar-static-top .nav li a {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 40px;
	padding: 5px 10px;
	white-space: nowrap;
	border-bottom: 0px solid #fff;
}
.navbar.navbar-static-top .nav li a img {
	vertical-align: top;
}
.isStuck .navbar.navbar-static-top .nav li a {
	padding: 5px 10px;
}
.navbar.navbar-static-top .nav li a:hover {
	color: #fff;
	background: #40c1c3;
	border-bottom: 0px solid #40c1c3;
}
.navbar.navbar-static-top .nav li.active a, .navbar.navbar-static-top .nav li.active a:focus {
	color: #40c1c3;
	border-bottom: 0px solid #40c1c3;
}
.navbar.navbar-static-top .nav li.active a:hover {
	color: #fff;
	background: #40c1c3;
}
/* Carousel */

.home-slider {
	background: url(../image/bg-slider.png) repeat center top;
}
.home-slider .row {
	position: relative;
}
.home-slider .owl-carousel .item {
	/* background-color: #fff; */
}
.owl-carousel .item img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.home-slider .caption {
	position: absolute;
	text-align: left;
	top: 30px;
	left: 58.33%;
	right: 0%;
	bottom: 90px;
	padding: 3%;
	background-color: #40c1c3;
	z-index: +1;
}
.home-slider .caption:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: inline-block;
	content: "";
	width: 5px;
	height: 100%;
	background-color: #fff;
}
.home-slider .caption h1 {
	color: #fff;
	line-height: 1;
}
.home-slider .caption h1:after {
	display: block;
	content: "";
	width: 100%;
	height: 7px;
	margin-top: 20px;
	background: url(../image/border-white.png) repeat-x;
}
.home-slider .caption h4, .home-slider .caption p {
	color: #fff;
	line-height: 1.4;
}
.home-slider .button-block {
	position: absolute;
	bottom: 30px;
	left: 66.66%;
	right: 10%;
	z-index: +1;
}
.owl-theme .owl-controls {
	margin-top: 0px;/* position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px; */
}
.owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin-left: 0px;
}
.owl-theme .owl-dots .owl-dot {
    display: block;
	padding: 5px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 20px !important;
	height: 20px !important;
	margin: 0px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #fff;
	border: 0px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #40c1c3 !important;
}
.owl-theme .owl-nav {
    z-index: +1;
}
.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 20px;
	height: 60px;
	padding: 0px !important;
	font-size: 0px !important;
	background: none !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.owl-carousel .owl-nav .owl-prev {
	left: 20px;
	background: url(../image/prev.svg) no-repeat !important;
}
.owl-carousel .owl-nav .owl-next {
	right: 20px;
	background: url(../image/next.svg) no-repeat !important;
}
.addition .owl-carousel .owl-nav .owl-prev {
	background: url(../image/prev-white.svg) no-repeat !important;
}
.addition .owl-carousel .owl-nav .owl-next {
	background: url(../image/next-white.svg) no-repeat !important;
}

.home-slider .owl-theme .owl-controls .owl-buttons div {
	display: none;
}

/* Blog */
.home-blog {
	background: url(../image/bg-blog.png) repeat center top;
}
.home-blog .row {
	position: relative;
}
.home-blog .caption {
	position: absolute;
	text-align: left;
	top: 30px;
	left: 58.33%;
	right: 0%;
	bottom: 90px;
	padding: 3%;
	background-color: #fff;
}
.home-blog .caption:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: inline-block;
	content: "";
	width: 5px;
	height: 100%;
	background-color: #999;
}
.home-blog .caption h2 {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
.home-blog .caption h3:after {
	display: block;
	content: "";
	width: 100%;
	height: 7px;
	margin-top: 10px;
	background: url(../image/border-blue.png) repeat-x;
}
.home-blog .caption h3 {
	color: #40c1c3;
}
.home-blog .caption h5 {
	color: #999;
	line-height: 1;
}
.home-blog .caption p {
	color: #000;
	line-height: 1.2;
}
.home-blog .button-block {
	position: absolute;
	bottom: 30px;
	left: 66.66%;
	right: 10%;
	z-index: +1;
}
.home-blog .owl-theme .owl-controls .owl-buttons div {
	display: none;
}

.content-block {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Services */
.nav-tabs.nav-justified>li {
    vertical-align: top;
	height: 110px;
	overflow: hidden;
}
.nav-tabs.nav-justified>li>a {
	font-size: 28px;
	font-weight: 100;
	margin-top: 0px;
	line-height: 90px;
	border-top: 5px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 0;
}
.nav-tabs.nav-justified>li:first-child>a {
	color: #fff;
	background-color: #40c1c3;
	border-top: 5px solid transparent;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	margin-top: 30px;
	line-height: 60px;
	border: 0px solid #ddd;
	border-top: 5px solid #999;
}
.nav-tabs.nav-justified>.active:first-child>a, .nav-tabs.nav-justified>.active:first-child>a:focus, .nav-tabs.nav-justified>.active:first-child>a:hover {
	color: #fff;
	background-color: #40c1c3;
	border-top: 5px solid #fff;
}
.nav-tabs.nav-justified>li:last-child>a, .nav-tabs.nav-justified>.active:last-child>a, .nav-tabs.nav-justified>.active:last-child>a:focus, .nav-tabs.nav-justified>.active:last-child>a:hover {
	color: #999;
	background-color: #fff;
}
.services .tab-content {
	position: relative;
}
.services #stomatology {
	padding: 3%;
	margin-left: 4.16%;
	margin-right: 4.16%;
	background-color: #40c1c3;
}
.services .active#stomatology {
	margin-left: 0;
}
#stomatology:after {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 25px;
    display: inline-block;
    content: "";
    width: 4.16%;
    height: calc(100%-30px);
    background-color: #fff;
}
#stomatology h3 {
	color: #fff;
}
#stomatology a:hover {
	text-decoration: none;
}
#stomatology .media-left a .icon {
	width: 90px;
    margin: 10px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.3);
	opacity: 0.8;
    filter: alpha(opacity=80);
}
#stomatology .media-left a:hover .icon {
	background-color: rgba(57,173,175,1);
	border: 1px solid rgba(255,255,255,0);
	opacity: 1;
    filter: alpha(opacity=100);
}
#stomatology .media-body {
	vertical-align: middle;
}
#stomatology h5.media-heading a {
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
}
#stomatology .button-block {
    position: absolute;
    bottom: -60px;
    left: 8.33%;
}
#cosmetology {
	padding: 2% 3%;
	margin-left: 4.16%;
	margin-right: 4.16%;
	background-color: #fff;
}
.active#cosmetology {
	margin-right: 0;
}
.services .active#cosmetology:after {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 25px;
    display: inline-block;
    content: "";
    width: 4.16%;
    height: calc(100%-30px);
    background-color: #40c1c3;
}
#cosmetology h3 {
	color: #000;
}
#cosmetology a:hover {
	text-decoration: none;
}
#cosmetology a .media-left .icon {
    margin: 10px;
	/* border-radius: 50%;
	border: 1px solid rgba(64,193,195,0.3) */
	opacity: 0.7;
    filter: alpha(opacity=70);
}
#cosmetology a:hover .media-left .icon {
	opacity: 1;
    filter: alpha(opacity=100);
}
#cosmetology .media-body {
	vertical-align: middle;
}
#cosmetology h5.media-heading {
	color: #40c1c3;
	font-weight: 200;
	text-transform: uppercase;
}
#cosmetology .button-block {
    position: absolute;
    bottom: -60px;
    right: 8.33%;
}
/* Prices */
.prices .nav-tabs.nav-justified>li:first-child>a {
	color: #40c1c3;
	background-color: #f2f2f2;
	border-top: 5px solid transparent;
}
.prices .nav-tabs.nav-justified>.active:first-child>a, .prices .nav-tabs.nav-justified>.active:first-child>a:focus, .prices .nav-tabs.nav-justified>.active:first-child>a:hover {
	color: #40c1c3;
	background-color: #f2f2f2;
	border-top: 5px solid #40c1c3;
}
.prices #stomatology {
    padding: 3%;
    margin-right: 4.16%;
    background-color: #f2f2f2;
}
.prices #cosmetology:after {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 25px;
    display: inline-block;
    content: "";
    width: 4.16%;
    height: calc(100%-30px);
    background-color: #f2f2f2;
}
.price {
    padding: 3% 3% 40px;
    margin-right: 4.16%;
    background-color: #40c1c3;
}
.prices th, .price th {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
    padding: 10px 20px !important;
}
.prices #stomatology th {
	color: #40c1c3;
	background-color: #f6f6f6;
	border-top: 1px solid #fff;
}
.prices #cosmetology th {
	color: #999;
	background-color: #fafafa;
	border-top: 1px solid #f2f2f2;
}
.price th {
	color: #fff;
	background-color: #7ad4d5;
	border-top: 1px solid #7ad4d5 !important;
}
.prices td, .price td {
	color: #000;
	font-size: 16px;
	padding: 10px 20px !important;	
}
.price td {
	color: #fff;
	border-top: 1px solid #7ad4d5 !important;
}
.prices #stomatology td {
	border-top: 1px solid #fff;
}
.prices #cosmetology td {
	border-top: 1px solid #f2f2f2;
}
.addition .price .table-hover>tbody>tr:hover {
    background-color: rgba(255,255,255,.2);
}
.price p {
	color: #fff;
}

/* Advantages */
.advantages {
	padding: 40px 20px;
	background-color: #fff;
}
.advantages .media-body {
	padding: 20px 40px 20px 0;
}
.advantages h4.media-heading {
	color: #40c1c3;
	font-weight: 500;
	text-transform: uppercase;
}
.advantages h4.media-heading:after {
	display: block;
	content: "";
	width: 100%;
	height: 7px;
	margin-top: 10px;
	background: url(../image/border-blue.png) repeat-x;
}
.advantages .media-left .icon {
	padding: 20px;
	opacity: 0.5;
    filter: alpha(opacity=50);
}

/* Doctors */
#doctors {
	position: relative;
}
.main-doctor {
	position: absolute;
	top: 100px;
	left: 0%;
	right: 0%;
	bottom: 160px;
	width: 33.33%;
	background-color: #40c1c3;
}
.main-doctor .thumbnail {
    padding: 20px;
	height: 300px;
    line-height: 1.2;
	margin-bottom: 0px;
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 0px;
}
.main-doctor .thumbnail:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: inline-block;
	content: "";
	width: 5px;
	height: 100%;
	background-color: #fff;
}
.main-doctor .thumbnail h4, .main-doctor .thumbnail p {
	color: #fff;
}
.doctors {
	position: relative;
	background-color: #fff;
}
.doctors.list {
	padding-top: 320px;
	padding-bottom: 40px;
	margin: 0 4.16% -30px;
}
.doctors .owl-carousel {
	width: 90%;
	margin-left: 10%;	
}
.doctors .thumbnail {
    padding: 20px;
	height: 300px;
    line-height: 1.2;
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 0px;
}
.main-doctor .thumbnail img, .doctors .thumbnail img {
	max-width: 150px;
}
.doctors .thumbnail h4 {
	font-size: 20px;
	color: #40c1c3;
	font-weight: 500;
}
.doctors .owl-carousel .owl-item img {
    width: auto;
}
.doctors .owl-pagination {
	display: none;
}
#doctors .button-block {
    position: absolute;
    bottom: 100px;
    left: 4.16%;
}

.main-photo {
	margin-bottom: -300px;
	z-index: +1;
}
.main-photo:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #40c1c3;
}
.main-photo img {
	margin-left: 5px;
}

/* Doctor */
.doctor, .blog, .service {
	margin-left: 4.165%;
}
.doctor img, .blog img {
	display: block;
    width: 58.33333333%;
    height: auto;
}
.doctor .caption, .blog .caption {
    position: absolute;
    text-align: left;
    left: 41.66666667%;
    right: 8.33333333%;
    padding: 3%;
    background-color: #fff;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}
.doctor .caption:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #40c1c3;
}
.caption h3, .description h3, .photo h3, .video h3 {
	font-size: 20px;
    color: #40c1c3;
	font-weight: 600;
	text-transform: uppercase;
	padding-right: 20px;
}
.photo h4 {
	font-size: 20px;
	color: #40c1c3;
	font-weight: 600;
}
.doctor .caption h3:after, .caption hr/*, .description h3:after */ {
    display: block;
    content: "";
    width: 100%;
    height: 7px;
    margin-top: 15px;
    background: url(../image/border-blue.png) repeat-x;
	border-top: 0px solid #eee;
}
.doctor.description {
	margin-left: 4.165%;
	margin-right: 8.33333333%;
	margin-bottom: -30px;
	background-color: #f2f2f2;
}
.description {
	padding: 60px 40px;
}
.description li {
	position: relative;
	margin-top: 10px;
	padding-left: 30px;
}
.description li:before {
	content: '';
    background-color: #0f1e31;
	position: absolute;
    height: 1px;
    width: 10px;
    left: 5px;
    top: 10px;
}

/* Blog */
.blogs {
	padding-left: 4.165%;
	padding-right: 4.165%;
}
.blogs .caption {
	float: left;
	position: relative;
	padding: 10px 5% 40px;
	height: 320px;
	overflow: hidden;
	margin-bottom: -30px;
	background-color: #fff;
}
.blogs .caption:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #f2f2f2;
}
.blogs .caption h4 {
	color: #40c1c3;
}
.blogs .caption h5 {
	font-size: 14px;
	color: #999;
}
.blogs .caption p {
	height: 100px;
	overflow: hidden;
}
.blogs .button-block {
	margin-bottom: 20px;
}
.blog .caption {
	left: 50%;
	padding: 7% 3%;
}
.blog .caption:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #999;
}
.blog.description {
	margin-left: 4.165%;
	margin-right: 4.165%;
	margin-bottom: -30px;
	background-color: #fff;
}
.addition {
	margin: 40px 4.165% -30px;
}
.addition .photo, .addition .video {
	padding: 10px 25px 60px;
}
.tab-pane .photo, .tab-pane .video {
	padding: 10px 25px 10px;
}
.addition .photo, .tab-pane .photo {
	background-color: #fff;
}
.addition .video {
	background-color: #f2f2f2;
}
.addition .photo {
	position: relative;
}
.addition .photo .owl-theme .owl-nav {
    margin-top: 0px;
}
.addition .photo .item {
	padding: 0px 3%;
}
.addition .photo .paging {
	position: absolute;
	bottom: 70px;
	right: 35px;
	z-index: +1;
}
.addition .photo .paging p {
	font-family: 'Drugs';
	font-size: 24px;
	color: #999;
	font-weight: 600;
	line-height: 40px;
	padding: 0 10px;
	margin-bottom: 0;
	background-color: #fff;
}
.addition .photo .paging p .current {
	color: #40c1c3;
	font-weight: 600;
}

/* Breadcrumb */

.breadcrumb {
	margin: -20px 4.165% 5px;
	padding-left: 0px;
	background-color: transparent;
	border-radius: 0px;
}
.breadcrumb>li {
}
.breadcrumb>li>a {
	font-family: 'Drugs';
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.breadcrumb>.active>a {
	color: #40c1c3;
}
.breadcrumb>li+li:before {
	color: #656d78;
	content: "/" !Important;
}
.breadcrumb>li+li.active:before {
	color: #434a54;
	content: "/" !Important;
}

/* Page Title */
.page-title {
	display: flex;
	align-items: center;
	height: 110px;
	margin: 0 4.165% 20px;
	background: #40c1c3 url(../image/bg-title.png) no-repeat right center;
}
.page-title h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 4.165%;
}
.page-title h1.stomatology {
	padding-left: 8.33%;
	line-height: 60px;
}
.page-title h1.stomatology.service1 {
	background: url(../image/ico-dent-01.svg) no-repeat left center;
}
.page-title h1.stomatology.service2 {
	background: url(../image/ico-dent-02.svg) no-repeat left center;
}
.page-title h1.stomatology.service3 {
	background: url(../image/ico-dent-03.svg) no-repeat left center;
}
.page-title h1.stomatology.service4 {
	background: url(../image/ico-dent-04.svg) no-repeat left center;
}
.page-title h1.stomatology.service5 {
	background: url(../image/ico-dent-05.svg) no-repeat left center;
}
.page-title h1.stomatology.service6 {
	background: url(../image/ico-dent-06.svg) no-repeat left center;
}
.service-menu {
	margin: -40px 8.33% 0px 12.5%;
	background-color: #fff;
}
.service-menu li a {
	color: #000;
}
.service-menu li a:hover, .service-menu li.active a, .service-menu li.active a:hover {
	color: #40c1c3;
	background-color: #fff;
}

/* Service */
.service-block {
	position: relative;
	display: flex;
  	align-items: center;
}
.service .photo {
	position: relative;
	width: 41.66666667%;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: +1;
}
.service .caption {
	float: right;
	box-sizing: border-box;
	display: block;
    width: 52.3333333%;
	margin-right: 8.33333333%;
    text-align: left;
    padding: 5% 3% 5% 6%;
	margin-top: 20px;
	margin-bottom: 20px;
    background-color: #fff;
}
.service .photo:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #40c1c3;
}
.service .photo.right-photo:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #40c1c3;
}
.service .photo.right-photo:after {
	display: none;
}

.service .caption ul li {
	-webkit-padding-start: 30px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
.service .caption ul li:before {
    position: absolute;
    top: 0;
    left: 5px;
    display: inline-block;
    content: "—";
    width: 10px;
    height: 10px;
    color: #40c1c3;
}

/* About */
.about .photo {
	position: absolute;
	display: block;
    width: 41.66666667%;
    height: auto;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
	z-index: +1;
}
.about .photo.right-photo {
	right: 8.33333333%;
}
.about .caption {
    text-align: left;
    margin-left: 33.33333333%;
    margin-right: 8.33333333%;
	margin-bottom: 20px;
    padding: 3% 3% 3% 12%;
	min-height: 540px;
    background-color: #fff;
}
.about .caption.left-caption {
	 margin-left: 0%;
	margin-right: 41.66666667%;
	padding: 3% 12% 3% 3%;
}
.about .photo:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #40c1c3;
}
.about .photo.right-photo:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #40c1c3;
}
.about .photo.right-photo:after {
	display: none;
}

.about .caption ul li {
	-webkit-padding-start: 30px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
.about .caption ul li:before {
    position: absolute;
    top: 0;
    left: 5px;
    display: inline-block;
    content: "—";
    width: 10px;
    height: 10px;
    color: #40c1c3;
}

.pagination {
	margin: 5px auto 15px;
	border-radius: 15px;
	text-align: center;
}
.tab-content .pagination {
	margin-top: 15px;
}
.pagination>li {
   text-align: center;
}
.pagination>li>a {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px 5px;
	line-height: 28px;
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 18px;
	color: #353d47;
	background-color: #fff;
	border: 0px solid #e4ebe2;
	border-radius: 15px;
}
.pagination>li>a:focus, .pagination>li>a:hover {
	color: #fff;
	background-color: #40c1c3;
	border-color: #40c1c3;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
	background-color: #40c1c3;
	border-color: #40c1c3;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover {
	color: #aab2bd;
	background-color: #ecf9f9;
	border-color: #ecf9f9;
}
.pagination>li:first-child>a {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.pagination>li:last-child>a {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.pagination>li>span, .pagination>li>span:hover {
	font-family: 'MyriadPro-BoldSemiCn';
	color: #464648;
	text-transform: uppercase;
	background-color: transparent;
	border: 0px solid #e4ebe2;
}

.dl-horizontal dt {
	color: #656d78;
	font-weight: normal;
}
.dl-horizontal dd {
	color: #434a54;
}

.pagination ul {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
}
.pagination ul > li {
	display: inline-block;
}
.pagination ul>li>a {
	font-family: 'MyriadPro-BoldSemiCn';
	display: block;
	font-size: 14px;
	color: #76bd1d;
	text-transform: uppercase;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin-right: 1px;
	border-radius: 15px;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	color: #76bd1d;
	text-decoration: none;
	background-color: #464648;
}
.pagination ul>li.active>a, .choice ul>li.active>a {
	color: #fff;
	background-color: #76bd1d;
}

/* Galleries */
.galleries .nav-tabs.nav-justified>li:first-child>a {
	color: #40c1c3;
	background-color: #fff;
	border-top: 5px solid transparent;
}
.galleries .nav-tabs.nav-justified>.active:first-child>a, .galleries .nav-tabs.nav-justified>.active:first-child>a:focus, .galleries .nav-tabs.nav-justified>.active:first-child>a:hover {
	color: #40c1c3;
	background-color: #fff;
	border-top: 5px solid #40c1c3;
}
.galleries .nav-tabs.nav-justified>li:last-child>a, .galleries .nav-tabs.nav-justified>.active:last-child>a, .galleries .nav-tabs.nav-justified>.active:last-child>a:focus, .galleries .nav-tabs.nav-justified>.active:last-child>a:hover {
	color: #fff;
	background-color: #40c1c3;
	border-top: 5px solid transparent;
}
.galleries .nav-tabs.nav-justified>.active:last-child>a, .galleries .nav-tabs.nav-justified>.active:last-child>a:focus, .galleries .nav-tabs.nav-justified>.activev>a:hover {
    margin-top: 30px;
    line-height: 60px;
    border-top: 5px solid #fff;
}
.galleries #photo {
    padding: 3%;
    margin-right: 4.16%;
    background-color: #fff;
}
.galleries #photo:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 25px;
    display: inline-block;
    content: "";
    width: 4.16%;
    height: calc(100%-30px);
    background-color: #40c1c3;
}
.galleries #video {
    padding: 2% 3%;
    margin-left: 4.16%;
    background-color: #40c1c3;
}
.galleries #video:after {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 25px;
    display: inline-block;
    content: "";
    width: 4.16%;
    height: calc(100%-30px);
    background-color: #fff;
}
.galleries #video h2, .galleries #video h4 {
	color: #fff;
}
.gallery {
	padding: 20px 0;
	margin-left: 4.165%;
    margin-right: 4.165%;
	background-color: #fff;
}
.gallery .photo {
    padding: 10px 3%;
}

/* Contact */
.contact {
	padding-bottom: 20px;
	margin-left: 4.165%;
}
.contact .caption {
    text-align: left;
	height: 820px;
    margin-left: 33.33333333%;
    margin-right: 8.33333333%;
	padding: 20px 3% 0 12%;
    background-color: #fff;
}
.contact .description {
    position: absolute;
    display: block;
    width: 41.66666667%;
    height: auto;
	padding: 30px 40px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
	background-color: #40c1c3;
    z-index: +1;
}
.contact .description:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #999;
}
.contact .description h3, .contact .description p, .contact .description dt, .contact .description dd, .contact .description a {
	color: #fff;
}
.contact .description dt, .contact .description dd {
	font-size: 16px;
}
.contact .description dt {
    width: 80px;
}
.contact .description dd {
    margin-left: 100px;
}
.contact .description a {
	text-decoration: underline;
}
.contact .description h3:after {
    display: block;
    content: "";
    width: 100%;
    height: 7px;
    margin-top: 15px;
    background: url(../image/border-white.png) repeat-x;
    border-top: 0px solid #eee;
}
address p {
	font-size: 16px;
	line-height: 1.1;
	padding: 5px 30px;
}
address p.location {
	background: url(../image/ico-location.svg) no-repeat left center;
}
address p.phone {
	background: url(../image/ico-phone.svg) no-repeat left center;
}
address p.email {
	background: url(../image/ico-email.svg) no-repeat left center;
}

/* Social */
.social, .fidback {
	margin-top: 15px;
	margin-bottom: 15px;
}
.contact .description .social a {
	text-decoration: none;
}
.social a .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 5px;
	margin: 3px;
	background-color: #40c1c3;
    border-radius: 50%;
	border: 1px solid #fff;
}
.social a:hover .icon {
	background-color: #999;
	border: 1px solid #999;
}

/* Sidebar */

.nav-stacked>li+li {
	margin-top: 0px;
}
.sidebar .nav>li>a {
	color: #fff;
	text-transform: uppercase;
	padding: 12px 15px 7px;
	background: #76bd1d url(../image/icons.png) no-repeat right -820px;
}
.sidebar .nav-pills>li>a {
	border-bottom: 1px solid #9fd161;
	border-radius: 0px;
}
.sidebar .nav>li>a:focus, .sidebar .nav>li>a:hover {
	color: #76bd1d;
	background: #fff url(../image/icons.png) no-repeat right -900px;
	border-bottom: 1px solid #fff;
}
.sidebar .nav-pills>li.active>a, .sidebar .nav-pills>li.active>a:focus, .sidebar .nav-pills>li.active>a:hover {
	color: #76bd1d;
	background: #e3ebe1 url(../image/icons.png) no-repeat right -980px;
	border-bottom: 1px solid #fff;
}
.sidebar .nav>li>ul>li>a {
	display: block;
	color: #474749;
	text-transform: none;
	padding: 6px 15px 4px 35px;
	background-color: #e3ebe1;
}
.sidebar .nav>li>ul>li>a:focus, .sidebar .nav>li>ul>li>a:hover {
	color: #76bd1d;
	text-decoration: none;
	background-color: #d3ddd1;
}
.sidebar .nav-pills>li>ul>li.active>a, .sidebar .nav-pills>li>ul>li.active>a:focus, .sidebar .nav-pills>li>ul>li.active>a:hover {
	color: #76bd1d;
	background-color: #fff;
}
/* Footer */

footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}
footer .row {
	display: flex;
	align-items: center;
}
footer .copyright:before, footer .design:before {
	float: left;
	display: inline-block;
    content: "";
    margin: 15px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
}
footer .copyright:before {
	margin-left: 0px;
    background: #40c1c3 url(../image/ico-copy.svg) no-repeat 5px 5px;
}
footer .design:before {
	float: right;
	margin-right: 0px;
    background: #40c1c3 url(../image/ico-design.svg) no-repeat 5px 5px;
}
footer p {
	font-size: 13px;
	color: #000;
	line-height: 20px;
	padding: 0px;
	margin-bottom: 0px;
}
footer .copyright p, footer .design p {
	line-height: 22px;
}
footer .design p {
	float: right;
	display: inline-block;
}
footer p a {
	color: #000;
}
footer p a:hover {
	color: #40c1c3;
	text-decoration: none;
}
.fidback .icons img {
	margin: 8px 5px;
}

/* Popup */
.b-modal {
	background-color: transparent !important;
}
.reception-popup {
	display: none;
	padding: 20px 50px;
	width: 40%;
	background: #fff;
	-webkit-box-shadow: 0 0px 75px rgba(65,193,196,.6);
    box-shadow: 0 0px 75px rgba(65,193,196,.6);
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
	color: #9d9d9d;
    width: 30px;
    height: 30px;
	filter: alpha(opacity=100);
    opacity: 1;
}
button.close {
	position: absolute;
    z-index: 100;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.btn {
    	font-size: 14px;
	}
	.top-line {
    	height: 0px;
	}
	.navbar .container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.container>.navbar-header {
		margin-right: 0px;
		margin-left: 0px;
	}
	.navbar-wrapper.isStuck	.container > .row {
		margin-top: 0px;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.isStuck .navbar-header {
		height: 70px;
		margin-top: 0px;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.navbar-wrapper {
		display: block;
		height: 70px;
	}
	.navbar-brand {
    	height: 70px;
	}
	.navbar-brand img, .isStuck .navbar-brand img {
    	height: 60px;
		padding-top: 5px;
	}
	.logo {
		z-index: 4000;
	}
	.isStuck .brand-small {
		display: none;
	}
	.isStuck .navbar.navbar-static-top .nav {
		padding-left: 0px;
	}
	.navbar-wrapper .lang {
		position: absolute;
		top: 7px;
		right: 75px;
		height: 40px;
	}
	.navbar-wrapper .lang ul {
		width: 100%;
	}
	.navbar-wrapper .lang li {
		display: inline-block;
	}
	.navbar-wrapper .lang li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
	}
	.cart-box {
		position: absolute;
		top: 0;
		right: 70px;
	}
	.navbar-wrapper a.cart {
		margin-top: 5px;
	}
	.navbar-wrapper a.cart img {
		height: 40px;
		width: 40px;
	}
	.navbar-wrapper a.cart .badge {
		top: 0px;
		left: 25px;
	}
	.navbar {
		position: fixed;
		top: 0px;
		right: 0px;
		left: 0px;
		z-index: 3000;
	}
	.navbar-nav {
		margin: 0px -15px;
	}
	.navbar-collapse, .navbar-form {
		margin-top: 0px;
		background-color: #fff;
	}
	.navbar-toggle {
		position: absolute;
		padding: 12px 8px;
		top: 7px;
		right: 0px;
		background-color: #fff;
		border-color: #40c1c3;
		border-radius: 20px;
	}
	.navbar-toggle:focus, .navbar-toggle:hover {
		background-color: #40c1c3;
		border-color: #40c1c3;
	}
	.navbar-toggle .icon-bar {
		background-color: #40c1c3;
	}
	.navbar-toggle:focus .icon-bar {
		background-color: #fff;
	}
	.nav-pills>li+li {
		margin-left: 0px;
	}
	.nav-justified>li>a {
		text-align: left;
		margin-bottom: 0px;
	}
	.navbar.navbar-static-top .nav li a {
		font-size: 18px;
		color: #000;
		padding: 12px;
		border-bottom: 1px solid #ecf9f9;
	}
	.navbar .navbar-nav>li.active>a, .navbar .navbar-nav>li.active>a:focus, .navbar.navbar-static-top .nav li.active a, .navbar.navbar-static-top .nav li.active a:focus {
		color: #fff;
		background: #40c1c3;
		border-bottom: 1px solid #40c1c3;
	}
	.home-slider .container, .home-blog .container {
		padding-right: 0px;
		padding-left: 0px;
	}
	#owl-slider .item img, #owl-blog .item img {
	    width: 100% !important;
	}
	.home-slider .caption {
		top: 20%;
		left: 50%;
		right: 0;
		margin-top: -50px;
		padding: 10px 3%;
	}
	.home-slider .caption h1 {
		font-size: 24px;
		margin-top: 5px;
	}
	.home-blog .caption h2 {
		font-size: 22px;
	}
	.home-slider .caption h1:after {
		margin-top: 10px;
	}
	.home-slider .caption h4 {
		font-size: 18px;
		line-height: 18px;
	}
	.home-blog .caption h3 {
		font-size: 16px;
		line-height: 18px;
	}
	.home-slider .caption p, .home-blog .caption p {
		display: none;
	}
	.home-slider .button-block, .home-blog .button-block {
		left: 58.33%;
	}
	.home-blog .caption {
		top: 30px;
		left: 50%;
		right: 0%;
		bottom: 90px;
		padding: 10px 3%;
	}
	.home-slider .button-block, .home-blog .button-block {
		left: 50%;
		right: 0;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-prev {
    	left: 50px;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-next {
    	right: 50px;
	}
	.addition .owl-theme .owl-nav [class*=owl-] {
		margin-top: -15px;
		width: 10px;
		height: 30px;
	}
	.addition .owl-carousel .owl-nav .owl-prev {
    	left: 5px;
		background: url(../image/prev-white-sm.svg) no-repeat !important;
	}
	.addition .owl-carousel .owl-nav .owl-next {
    	right: 5px;
		background: url(../image/next-white-sm.svg) no-repeat !important;
	}
	.breadcrumb {
		padding: 8px 0px;
		margin: -20px 0 5px;
	}
	.page-title {
		height: 110px;
		margin: 0 0 20px;
		background: #40c1c3 url(../image/bg-title-sm.png) no-repeat right center;
	}
	.nav-pills.service-menu>li {
		float: none;
	}
	.nav.service-menu>li>a {
		padding: 5px 10px;
	}
	article dt {
		float: left;
	}
	.video-thumbnail .video-description h5 {
		height: auto;
	}
	.nav-tabs.nav-justified li {
		width: 50%;
		height: 90px;
		float: left;
	}
	.nav-tabs.nav-justified>li>a {
    	font-size: 24px;
		line-height: 45px;
		padding: 20px 15px;
	}
	.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover, .galleries .nav-tabs.nav-justified>.active:last-child>a, .galleries .nav-tabs.nav-justified>.active:last-child>a:focus {
		margin-top: 20px;
	    line-height: 45px;
		padding: 10px 15px;
	}
	.tab-pane h3 {
		font-size: 24px;
	}
	.tab-pane h5.media-heading {
		font-size: 16px;
	}
	#stomatology .button-block {
		left: 0%;
	}
	#cosmetology .button-block {
		right: 0%;
	}
	.main-photo img {
		width: calc(100% - 5px);
	}
	.main-doctor {
		top: 0px;
		left: 0%;
		right: 0%;
		bottom: auto;
		width: 100%;
		height: 300px;
	}
	.main-doctor .thumbnail {
	    height: 300px;
	}
	.doctors {
		padding-top: 300px;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.doctors.list {
		margin: 0 0 -30px;
	}
	.doctors .owl-carousel {
		width: 100%;
		margin-left: 0%;
	}
	.doctors .thumbnail {
		height: 275px;
		line-height: 1;
		margin-bottom: 0px;
	}
	#doctors .button-block {
		bottom: 0px;
		left: 5%;
		right: 5%;
	}
	.doctor, .blog, .service {
		margin-left: 0;
	}
	.doctor img, .blog img {
		width: 95.835%;
	}
	.doctor .caption, .blog .caption {
		position: relative;
		left: 0;
		right: 0;
		margin-right: 4.165%;
		margin-bottom: 20px;
		padding: 20px 5%;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		top: 0;
	}
	.doctor.description {
		margin-right: 4.165%;
		padding: 20px 30px 40px;
	}
	.about .photo, .about .photo.right-photo {
		position: relative;
		width: 100%;
		-webkit-transform: translate(0, 0%);
		-ms-transform: translate(0, 0%);
		transform: translate(0, 0%);
		top: 0;
		right: 0;
	}
	.about .caption, .about .caption.left-caption {
		text-align: left;
		width: 100%;
		margin: 0 0 20px;
		padding: 5%;
	}
	.service-block {
		display: block;
	}
	.service .photo, .service .photo.right-photo {
		position: relative;
		width: 100%;
		margin-bottom: 0;
		-webkit-transform: translate(0, 0%);
		-ms-transform: translate(0, 0%);
		transform: translate(0, 0%);
		top: 0;
		right: 0;
	}
	.service .caption, .service .caption.left-caption {
		float: none;
		width: 100%;
		margin: 0 0 20px;
		padding: 5%;
	}
	.addition {
		margin: 40px 0 -30px;
	}
	.addition .photo, .addition .video {
		padding: 10px 10px 60px;
	}
	.blogs a {
		display: block;
	}
	.blogs .button-block {
		float: none;
	}
	.blogs .caption {
		float: none;
	    height: auto;
	}
	.price {
		padding: 20px 20px 50px;
		margin-right: 0;
	}
	.price p {
		font-size: 13px;
	}
	.reception-popup {
		width: 80%;
	}
	.contact {
		margin-left: 0;
	}
	.contact .description {
		position: relative;
		width: 100%;
		padding: 20px;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		top: 0;
	}
	.contact .caption {
		height: auto;
		margin-left: 0;
		margin-right: 0;
		padding: 20px 5%;
	}
	footer {
		padding-bottom: 55px;
	}
	footer .row {
		display: block;
	}
}
@media (max-width: 499px) {
	h2 {
    	font-size: 24px;
	}
	.navbar-brand img, .isStuck .navbar-brand img {
		margin-left: 20px;
	}
	#owl-slider .item img, #owl-blog .item img {
	    width: 100% !important;
		margin-bottom: 50%;
	}
	.home-slider .caption {
		top: 60%;
		left: 0%;
		bottom: 0;
		margin-top: 0px;
		padding-bottom: 30px;
	}
	.home-blog .caption {
		top: 60%;
		left: 0%;
		padding: 0px 5% 20px;
		bottom: 30px;
	}
	.home-slider .button-block, .home-blog .button-block {
		bottom: -30px;
		left: 5%;
		right: 5%;
	}
	.home-blog .button-block {
		bottom: 0px;
	}
	.owl-theme .owl-nav.disabled+.owl-dots {
		top: 20px;
		bottom: auto;
	}
	.advantages .media-left {
    	display: block;
		padding-right: 0px;
		/* text-align: center; */
	}
	.advantages .media-body {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.page-title h1 {
    	font-size: 20px;
		padding: 15px 20px;
		line-height: 30px;
	}
	.page-title h1.stomatology {
		padding: 15px 20px 15px 65px;
		line-height: 20px;
	}
	.page-title h1.stomatology.service1 {
		background: url(../image/ico-dent-01.svg) no-repeat;
		background-position: -10px center !important;
	}
	.nav-tabs.nav-justified>li {
		height: 65px;
	}
	.nav-tabs.nav-justified>li>a {
		font-size: 18px;
		line-height: 20px;
		padding: 20px 15px;
	}
	.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover, .galleries .nav-tabs.nav-justified>.active:last-child>a, .galleries .nav-tabs.nav-justified>.active:last-child>a:focus {
		margin-top: 10px;
	    line-height: 20px;
		padding: 15px 15px;
	}
	.prices .nav-tabs.nav-justified>li {
		height: 70px;
	}
	.prices .nav-tabs.nav-justified>li>a {
		padding: 10px 15px 15px;
	}
	.prices .nav-tabs.nav-justified>.active>a, .prices .nav-tabs.nav-justified>.active>a:focus, .prices .nav-tabs.nav-justified>.active>a:hover {
		padding: 5px 15px 10px;
	}
	.main-doctor {
		height: 320px;
	}
	.main-doctor .thumbnail {
	    height: 320px;
	}
	.doctors {
    	padding-top: 320px;
	}
	.prices th, .price th {
		font-size: 14px;
		padding: 5px !important;
	}
	.prices td, .price td {
		font-size: 13px;
		padding: 5px !important;
	}
	.blogs {
		padding-left: 0;
		padding-right: 0;
	}
	.copyright, .social, .fidback, .design {
		width: 100%;
		margin-top: 5px;
    	margin-bottom: 5px;
	}
	.reception-popup {
		width: 90%;
		padding: 20px 30px;
	}
	footer .design p {
		float: none;
		text-align: left;
	}
	footer .design:before {
		float: left;
		margin-left: 0px;
		margin-right: 15px;
	}
}
@media (max-width: 767px) and (min-width: 500px) {
	#owl-slider .item img, #owl-blog .item img {
	    width: 100% !important;
		margin-bottom: 50%;
	}
	.home-slider .caption {
		top: 60%;
		left: 0%;
		bottom: 0;
		margin-top: 0px;
		padding-bottom: 30px;
	}
	.home-blog .caption {
		top: 60%;
		left: 0%;
		padding-bottom: 30px;
		bottom: 30px;
	}
	.home-slider .button-block, .home-blog .button-block {
		bottom: -30px;
		left: 5%;
		right: 5%;
	}
	.home-blog .button-block {
		bottom: 0px;
	}
	.owl-theme .owl-nav.disabled+.owl-dots {
		top: 20px;
		bottom: auto;
	}
	.advantages .media-left {
    	display: block;
		padding-right: 0px;
		/* text-align: center; */
	}
	.advantages .media-body {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.page-title h1 {
    	font-size: 24px;
		padding: 15px 20px;
		line-height: 30px;
	}
	.page-title h1.stomatology {
		padding: 15px 20px 15px 65px;
		line-height: 30px;
	}
	.page-title h1.stomatology.service1 {
		background: url(../image/ico-dent-01.svg) no-repeat;
		background-position: -10px center !important;
	}
	.prices .nav-tabs.nav-justified>li>a {
		font-size: 18px;
	}
	.book-list .book {
		float: left;
		width: 50%;
	}
	.fidback p {
		text-align: right;
	}
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 768px) {
	.isStuck .navbar-header {
		height: 120px;
		margin-top: -130px;
	}
	.navbar-wrapper.isStuck	.container > .row {
		margin-top: -130px;
	}
	.navbar .container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-brand {
	    height: 120px;
	}
	.isStuck .navbar-brand img {
    	height: 45px;
	}
	.navbar-brand img, .isStuck .navbar-brand img, .navbar-wrapper .lang {
    	height: 120px;
	}
	.navbar-wrapper div.address, .navbar-wrapper div.hours {
		margin-top: 30px;
		padding-left: 20px;
	}
	.navbar-wrapper div.hours {
		padding-left: 0px;
	}
	.navbar-wrapper .address:before {
	    margin-right: 10px;
	}
	.navbar-wrapper .hours dl:before {
	    left: -40px;
	}
	.navbar-wrapper div.address p {
	    margin-left: 40px;
	}
	.navbar-wrapper div.hours dl {
	    margin-left: 35px;
	}
	.navbar-wrapper div.hours dd {
		margin-left: 55px;
	}
	.navbar-wrapper .lang {
    	margin-top: 0px;
	}
	.navbar-wrapper .lang li a {
		font-size: 12px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
	}
	.nav-justified>li {
		/* width: auto; */
	}
	.navbar.navbar-static-top .nav li a {
		font-size: 16px;
	}
	.isStuck .navbar.navbar-static-top .nav li a {
		padding: 5px 10px;
	}
	#owl-slider .item img, #owl-blog .item img {
	    width: 80% !important;
	}
	.home-slider .caption {
		top: 20%;
		left: 50%;
		right: 0;
		margin-top: -50px;
		padding: 10px 3%;
	}
	.home-slider .caption h1 {
		font-size: 30px;
	}
	.home-slider .caption h4 {
		font-size: 20px;
		line-height: 22px;
	}
	.home-slider .button-block, .home-blog .button-block {
		left: 58.33%;
	}
	.home-blog .caption {
		top: 30px;
		left: 50%;
		right: 0%;
		bottom: 90px;
		padding: 10px 3%;
	}
	.home-slider .caption p, .home-blog .caption p {
		display: none;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-prev {
    	left: 50px;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-next {
    	right: 50px;
	}
	.page-title h1 {
    	font-size: 26px;
	}
	.page-title h1.stomatology {
		padding-left: 65px;
	}
	.page-title h1.stomatology.service1 {
		background: url(../image/ico-dent-01.svg) no-repeat -10px center;
	}
	.nav.service-menu>li>a {
		padding: 5px 10px;
	}
	.dl-horizontal dt {
		white-space: normal;
		width: 80px;
	}
	.dl-horizontal dd {
		margin-left: 90px;
	}
	h4 {
		font-size: 18px;
		margin: 5px 0px;
	}
	.content dt {
		width: 120px;
	}
	.service .photo, .service .photo.right-photo {
		position: relative;
		width: 91.666%;
		-webkit-transform: translate(0, 0%);
		-ms-transform: translate(0, 0%);
		transform: translate(0, 0%);
		top: 0;
		right: 0;
	}
	.service .caption, .service .caption.left-caption {
		width: 91.666%;
		margin-left: 0%;
		margin-right: 0%;
		padding: 3% 3%;
	}
	.action .media-left a img {
		width: 120px;
	}
	.action h3 {
		font-size: 36px;
		margin-top: 40px;
	}
	.filters .form-group {
		width: 33%;
	}
	h5.media-heading {
		font-size: 16px !important;
	}
	.sidebar.news-list .news-items .news.topic a img {
		max-width: 50%;
		margin-bottom: 0%;
	}
	.sidebar.news-list .news-items .news.topic a .caption {
		top: 0%;
		left: 50%;
	}
	.blogs {
		padding-left: 15px;
		padding-right: 15px;
	}
	.blogs .caption {
	    height: 270px;
	}
	.doctor img, .blog img {
		width: 91.666666%;
	}
	.doctor .caption, .blog .caption {
		position: relative;
		left: 0;
		right: 0;
		margin-right: 8.333%;
		padding: 20px 5%;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		top: 0;
	}
	.doctor.description {
		margin-right: 4.165%;
		padding: 20px 30px 40px;
	}
	.contact .description {
		position: relative;
		width: 91.666666%;
		padding: 20px;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		top: 0;
	}
	.contact .caption {
		height: auto;
		margin-left: 0;
		margin-right: 8.333%;
		padding: 20px 5%;
	}
	footer .dl-horizontal dt, footer .dl-horizontal dd {
		font-size: 13px;
	}
	footer .dl-horizontal dd {
		margin-left: 80px;
	}
	footer .social a {
		margin: 0 5px 5px 0;
	}
	footer {
		padding-bottom: 55px;
	}
	footer .row {
		display: block;
	}
	.fidback p {
		text-align: right;
	}
	footer .icons {
		display: inline-block;
	}
	.reception-popup {
		width: 70%;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1199px) and (min-width: 992px) {
	h3 {
		font-size: 20px;
		margin: 15px 0px;
	}
	.isStuck .navbar-header {
		height: 140px;
		margin-top: -150px;
	}
	.navbar-wrapper.isStuck	.container > .row {
		margin-top: -150px;
	}
	.navbar-brand, .navbar-wrapper .lang {
	    height: 140px;
	}
	.navbar-brand img {
    	height: 140px;
	}
	.navbar-wrapper div.address, .navbar-wrapper div.hours {
		margin-top: 40px;
		padding-left: 40px;
	}
	.isStuck .navbar-brand img {
    	height: 45px;
	}
	.navbar-wrapper .lang li a {
		font-size: 12px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
	}
	.navbar.navbar-static-top .nav li a {
		font-size: 18px;
	}
	.isStuck .navbar.navbar-static-top .nav li a {
		padding: 5px 10px;
	}
	#owl-slider .item img {
	    /*width: auto !important;
		height: 400px !important;*/
	}
	.home-slider .caption {
		top: 20%;
		left: 50%;
		right: 4.16%;
		margin-top: -50px;
		padding: 10px 3%;
	}
	.home-slider .caption h1 {
		font-size: 32px;
	}
	.home-slider .caption h4 {
		font-size: 22px;
		line-height: 24px;
	}
	.home-blog .caption {
		left: 50%;
		right: 4.16%;
		padding: 10px 3%;
	}
	.home-slider .button-block, .home-blog .button-block {
		left: 58.33%;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-prev {
    	left: 50px;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-next {
    	right: 50px;
	}
	.home.news-list .news-items .news a img {
		max-width: 140% !important;
	}
	.sidebar.news-list .news-items .news a img {
		max-width: 160% !important;
	}
	.home.news-list .news-items .news.topic a img {
		max-width: 70% !important;
	}
	.action .actions-items .action a img {
		margin-bottom: 120%;
	}
	.action .actions-items .action a .caption {
		top: 35%;
	}
	.home-trends .trends-items .trend a img {
		max-width: 120% !important;
	}
	.home-info .info-items a img {
		max-width: 120% !important;
	}
	h5.media-heading {
		font-size: 16px !important;
	}
	.pagination ul>li>a {
		width: 26px;
		height: 26px;
		line-height: 26px;
		border-radius: 13px;
	}
	.fidback p {
		text-align: right;
	}
	.blogs .caption h4 {
		font-size: 20px;
	}
	.doctor img, .blog img {
		width: 70%;
	}
	.doctor .caption, .blog .caption {
		padding: 15px 3%;
	}
	footer .icons {
		display: block;
	}
	.reception-popup {
		width: 60%;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

#owl-slider .item img {
    display: block;
    width: 66.66%;
    height: auto;
}
#owl-blog .item img {
    display: block;
    width: 66.66%;
    height: auto;
}
#owl-doctors .item {
    display: block;
    width: 100%;
    height: 540px;
}


input.error, textarea.error{
    border: 1px solid red !important;
}