/*
Theme Name: Vias
Theme URI: 
Description: 
Version: 1.0
Author: Sibitri - web & design studio
Author URI: sibitri.com
*/


/* =============== */
/* === Globals === */
/* =============== */
body {
	font-family: 'OpenSans';
	font-weight: normal;
	color: #373f50;
	z-index: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0;
	font-family: 'OpenSans';
	font-weight: normal;
}
a {
	color: #373f50;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #373f50;
}
a:visited {
	text-decoration: none;
	color: #373f50;
}
a:active {
	text-decoration: none;
	color: #373f50;
}
a:focus {
    text-decoration: none;
    color: #373f50;
}


ol, ul {
	padding-left: 40px;
}
td, th {
	padding: 2px;
	border: 1px solid #eee;
}
pre {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border: 0;
	border-left: 5px solid #eee;
	background: transparent;
	border-radius: 0;
}
b, strong {
	font-family: 'OpenSans-Bold';
	font-weight: normal;
}
::-moz-selection {
	color: #fff;
	background: #0895d4;
}
::selection {
	color: #fff;
	background: #0895d4;
}
::-webkit-input-placeholder {
	color: #373f50;
}
::-moz-placeholder {
	color: #373f50;
}
:-moz-placeholder {
	color: #373f50;
}
:-ms-input-placeholder {
	color: #373f50;
}
:focus, a:focus, button:focus {
	outline: none !important;
	text-decoration: none;
}
.cast-br {
	display: none;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px;
}
.alignleft {
	display: block;
	float: left;
	margin: 5px 15px 5px 0;
}
.alignright {
	display: block;
	float: right;
	margin: 5px 0 5px 15px;
}
img {
	max-width: 100%;
    height: auto;
}

.no-gutter > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}
.hidden {
	display: none;
}

.parent {
	display: table;
	table-layout: fixed;
	height: 100%;;
}
.child {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.layer {
	position: absolute;
	display: inline-block;
	background: #0895d4;
	width: 100%;
	height: 100%;
	top: -10px;
	right: -10px;
	z-index: 0;
}



/* ======================================= */
/* ======================================= */
/* =============== Header ================ */
/* ======================================= */
/* ======================================= */
.top-menu-bg {
	height: 176px;
}
.header-top-container-bg {
    position: relative;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.address-container {
	text-align: right;
}
.navbar {
    z-index: 1;
}

.address-top {
	position: relative;
    display: inline-block;
    color: #373f50;
    font-size: 13px;
    line-height: 19px;
}
.address-top:before {
    content: "\f041";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 15px;
    padding: 0 5px 0 0;
}


.logo-top {
	position: relative;
    display: block;
    background: url(img/logo.svg);
    background-size: 190px auto;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0;
    margin-left: -15px;
    width: 190px;
    height: 75px;
}

.cont-top-container {
    position: relative;
    width: 100%;
}
#mainNav {
	width: 100%;
}
.header-center-container {
/*	padding-top: 28px;
    padding-bottom: 28px; */
    height: 131px;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;

    -webkit-backface-visibility:hidden;
    
    -webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -ms-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear;
}
.header-center-container-open {
/*	padding-top: 8px;
	padding-bottom: 8px; */
	height: 91px;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;

    -webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -ms-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear;
}
.cont-top-tel {
    position: relative;
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
	margin-right: 15px;
}
.cont-top-tel li {  }
.cont-top-tel li a {
	position: relative;
    color: #676767;
    font-size: 15px;
    line-height: 21px;
    padding: 2px 0;
    display: block;
}
.cont-top-tel li a:hover {
    text-decoration: none;
}
.cont-top-tel li:nth-child(1) a {
	color: #2e2842;
    font-size: 24px;
    margin-bottom: 9px;
}
.cont-top-tel li:nth-child(1) a:before {
    content: "\f10b";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 30px;
    top: 5px;
    left: -25px;
}
.cont-top-tel li:nth-child(2) span:before {
	content: "\f017";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 15px;
    left: -24px;
}

.cont-top-btn-bg {
    position: relative;
    width: 220px;
    float: right;
    margin-right: -15px;
}
.cont-top-btn {
    background: transparent;
    color: #373f50;
    text-decoration: none !important;
    border: 2px solid #a4cd3e;
    position: relative;
    display: inline-block;
    padding: 10px;
    margin: 8px 0 0 0;
    width: 100%;
    max-width: 195px;
    float: right;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.cont-top-btn:hover {
	background: #a4cd3e;
	color: #fff;
}


.affix {
    top: 0;
}



/* Menu */
.menu-bg {
    border-top: 1px solid #e5e5e5;
}

.navbar-inverse {
	background-color: #fff !important;
    position: absolute;
    border: 0 !important;
    margin: 0;
    right: 0;
    left: 0;
    z-index: 11;
    border-radius: 0;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 3s linear;
    -moz-transition: -moz-transform 3s linear;
    -ms-transition: -ms-transform 3s linear;
    -o-transition: -o-transform 3s linear;
    transition: transform 3s linear;
}
.affix {
    position: fixed !important;
    top: 0 !important;
}

.bar {
    position: relative;
    display: block;
    float: none;
    margin: -1px auto 0 auto;
    text-align: center;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#cssmenu a.active {
    color: #0895d4;
}

#cssmenu {
    height: 46px;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    margin-top: -1px;
}
#cssmenu,
#cssmenu > ul > li > ul > li a:hover {
    color: #0895d4 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}
#cssmenu > ul {
    list-style: inside none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#cssmenu > ul > li {
    list-style: inside none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    position: relative;
}
#cssmenu > ul > li > a {
    outline: none;
    display: block;
    position: relative;
    padding: 16px 0;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #373f50;
}
#cssmenu > ul > li > a:hover {
    color: #0895d4;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#cssmenu > ul > li.active > a, #cssmenu > ul > li.current-menu-parent > a {
    color: #0895d4;
}

#cssmenu ul li > ul li.active a {
    text-decoration: underline;
    background-color: #fff;
}


/* Dropdown style menu*/


#cssmenu ul li.has-sub:hover > a:after {
    top: 0;
    bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
    content: '';
    position: absolute;
    top: 21px;
    right: 4px;
    border: 4px solid transparent;
    border-top: 4px solid #373f50;
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 18px;
    border: 4px solid transparent;
    border-bottom: 4px solid #373f50;

}
#cssmenu ul li.has-sub:hover > a {
    z-index: 999;
    cursor: default;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
/*    display: block; */
    background-color: #fff;
}
#cssmenu ul li.has-sub > a:hover {

}
#cssmenu ul li > ul,
#cssmenu ul li > div {
    display: none;
    width: auto;
    position: absolute;
    top: 38px;
    padding: 10px 0;

    border-radius: 0 0 5px 5px;
    z-index: 999;
}
#cssmenu ul li > ul {
    width: 200px;
}
#cssmenu ul li > ul li {
    display: block;
    list-style: inside none;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
}
#cssmenu ul li > ul li a {
    outline: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #373f50 !important;
    text-transform: lowercase;
}
#cssmenu ul ul a:hover {
    color: #0895d4;
}
#cssmenu > ul > li.has-sub > a:hover:before {

}


/*Line for menu*/

#menu-item-4.active ~ #line, ul li#menu-item-4:hover ~ #line, #menu-item-4.current-menu-parent ~ #line {
	margin-left: 0px;
}
#menu-item-62.active ~ #line, ul li#menu-item-62:hover ~ #line, #menu-item-62.current-menu-parent ~ #line {
	margin-left: 100px;
}
#menu-item-61.active ~ #line, ul li#menu-item-61:hover ~ #line, #menu-item-61.current-menu-parent ~ #line {
	margin-left: 200px;
}
#menu-item-60.active ~ #line, ul li#menu-item-60:hover ~ #line, #menu-item-60.current-menu-parent ~ #line {
	margin-left: 300px;
}
#menu-item-58.active ~ #line, ul li#menu-item-58:hover ~ #line, #menu-item-58.current-menu-parent ~ #line {
	margin-left: 400px;
}
#menu-item-9.active ~ #line, ul li#menu-item-9:hover ~ #line, #menu-item-9.current-menu-parent ~ #line {
	margin-left: 500px;
}



#line {
    position: absolute;
    height: 1px;
    top: 0;
    width: 100px;
    background: #0895d4;
    border: none;
    transform: translate(0);
    transition: 0.3s ease-in-out;
}






/* hamburger */
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #a4cd3e;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-toggle span.icon-bar {
    transition: all 0.15s;
}

.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0);
}

.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}





/* ======================================= */
/* ======================================= */
/* =========== Slider container ========== */
/* ======================================= */
/* ======================================= */
.slider-top {
    -webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -ms-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear;
    margin-top: 178px;
}
.slider-top .swiper-container {
	height: 300px;
}
.parallax-bg {  }
.slider-top .swiper-slide {
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slider-top .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.swiper-slide-text-bg {
	position: relative;
	width: 50%;
	display: table;
	float: left;
	table-layout: fixed;
	height: 300px;
}
.slider-top .swiper-slide-title {
    position: relative;
    display: block;
    font-family: 'OpenSans-Bold';
    font-size: 31px;
    line-height: 36px;
    margin: 0 0 7px 0;
}
.slider-top .swiper-slide-title span {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.15);
    padding: 7px 15px;
}
.slider-top .swiper-slide-img {
    position: relative;
	display: inline-block;
	float: right;
	text-align: center;
	width: 50%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 7px;
}
.swiper-pagination-bullet {
	background: transparent !important;
    border: 2px solid #fff;
    opacity: 1 !important;
    width: 14px !important;
    height: 14px !important;
    margin-bottom: -2px !important;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
    border: 2px solid transparent !important;
    width: 10px !important;
    height: 10px !important;
    margin-bottom: 0 !important;
}








/* ======================================= */
/* ======================================= */
/* ============ Why choose us ============ */
/* ======================================= */
/* ======================================= */
.why-choose-us-bg {
	position: relative;
    display: block;
    margin-top: 45px;
}
.why-choose-us-title {
	position: relative;
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    color: #0895d4;
    margin: 13px 0 45px 0;
}
.why-choose-us-container {
	position: relative;
    display: block;
    background: #f8f8f8;
    margin-left: 98px;
    padding: 15px 20px 25px 20px;
    color: #373f50;
    font-size: 14px;
    line-height: 22px;
}
.why-choose-us-container-title {
	position: relative;
    display: block;
    margin-left: -90px;
    font-size: 24px;
    line-height: 32px;
    padding: 5px 50px 5px 5px;
    min-height: 45px;
}
.why-choose-us-container-title-1:before {
	content: "";
    background: url(img/why-1.svg) no-repeat center top;
    background-size: 44px 34px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -17px;
    width: 44px;
    height: 34px;
}
.why-choose-us-container-title-2:before {
    content: "";
    background: url(img/why-2.svg) no-repeat center top;
    background-size: 42px 42px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -17px;
    width: 42px;
    height: 42px;
}
.why-choose-us-container-title-3:before {
	content: "";
    background: url(img/why-3.svg) no-repeat center top;
    background-size: 44px 44px;
    position: absolute;
    top: 50%;
    right: -2px;
    margin-top: -18px;
    width: 44px;
    height: 44px;
}

.why-choose-us-container-text {
	padding: 14px 13px;
    margin-top: 5px;
}













/* ======================================= */
/* ======================================= */
/* ============== Dentistry ============== */
/* ======================================= */
/* ======================================= */
.dentistry-bg {
	position: relative;
	display: block;
	background: #f8f8f8;
	margin-top: 70px;
	padding: 80px 0 65px 0;
}

.dentistry-img-bg {  }
.dentistry-img {
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 35px;
}
/*.dentistry-img:before {
	content: "";
    position: absolute;
    display: inline-block;
    background: #0895d4;
    width: 100%;
    height: 100%;
    top: -10px;
    right: -10px;
    z-index: 0;
} */
.dentistry-img img {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.dentistry-container {
    position: relative;
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 15px;
}
.dentistry-container h3 {
    color: #0895d4;
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 25px 0;
}

.dentistry-btn-bg {
    position: relative;
    display: block;
    margin-top: 15px;
}
.dentistry-btn {
    background: transparent;
    color: #373f50;
    text-decoration: none !important;
    border: 2px solid #a4cd3e;
    position: relative;
    display: inline-block;
    padding: 10px;
    margin: 0;
    width: 100%;
    max-width: 195px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.dentistry-btn:hover {
	background: #a4cd3e;
	color: #fff;
}










/* ======================================= */
/* ======================================= */
/* ============== Our cases ============== */
/* ======================================= */
/* ======================================= */
.our-cases-bg {
    position: relative;
    display: block;
    padding: 47px 0;
}

.our-cases-title {
	position: relative;
    display: block;
    font-size: 36px;
    line-height: 40px;
    color: #0895d4;
    margin: 12px 0 15px 0;
}

.our-cases-row {
	position: relative;
}

/* Slider */
.our-cases-slider {
    position: relative;
    display: block;
    margin: 13px 12px;
}
.our-cases-container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 263px;
    margin: 0 auto;
    background-color: #0895d4;
    overflow: hidden;
}
.our-cases-container img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.our-cases-container:hover img {
    opacity: .5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.our-cases-img {  }
.our-cases-img img {  }
.our-cases-body {
	position: relative;
	display: block;
    background: #f8f8f8;
    padding: 7px 10px;
}
.our-cases-name {
    display: block;
    font-family: 'OpenSans-Bold';
    color: #373f50;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 2px 0;
}
.our-cases-text {
	display: block;
    color: #a5a4a4;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 3px 0;
}
.our-cases-price {
	display: block;
	position: relative;
    color: #a5a4a4;
    border-top: 1px solid #ededed;
    padding-top: 3px;
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
}
.our-cases-price span {
    font-family: 'OpenSans-Bold';
    color: #373f50;
}
.our-cases-price .fa {
	color: #373f50;
	font-size: 13px;
}
/*
.our-cases-next {  }
.our-cases-prev {  }
*/
.our-cases-next, .our-cases-prev {
	bottom: 0;
	top: auto;
}
.our-cases-prev {
    background: none;
    opacity: 1;
    background-color: #fff;
    color: #fff;
    width: 35px;
    height: 35px;
    right: 56px;
    border: 2px solid #a4cd3e;
    border-radius: 50px;
    left: auto;
    top: -26px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.our-cases-prev:hover {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: .7;
}
.our-cases-prev:before {
	font-family: 'FontAwesome';
    content: "\f104";
    display: inline-block;
    padding: 0px 7px 0;
    vertical-align: middle;
    font-size: 22px;
    width: 100%;
    text-align: center;
    color: #a4cd3e;
}
.our-cases-next {
    background: none;
    opacity: 1;
    top: -26px;
    right: 16px;
    left: auto;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #a4cd3e;
    color: #fff;
    width: 35px;
    height: 35px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.our-cases-next:hover {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: .7;
}
.our-cases-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    padding: 0 0 0 2px;
    text-align: center;
    color: #a4cd3e;
}
.our-cases-next.swiper-button-disabled, .our-cases-prev.swiper-button-disabled {
/*    background: url(img/circle.svg) no-repeat center top !important; */
	border: 2px solid #CECECE;
    opacity: 1;
}
.our-cases-prev.swiper-button-disabled:before {
    font-family: 'FontAwesome';
    content: "\f104";
    display: inline-block;
    padding: 1px 7px 0 6px;
    vertical-align: middle;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #cecece;
}
.our-cases-next.swiper-button-disabled:before {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #cecece;
}
.our-cases-btn-bg {
    position: relative;
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
}
.our-cases-btn {
    background: transparent;
    color: #373f50;
    text-decoration: none !important;
    border: 2px solid #a4cd3e;
    position: relative;
    display: inline-block;
    padding: 11px;
    margin: 0;
    width: 100%;
    max-width: 200px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.our-cases-btn:hover {
	background: #a4cd3e;
	color: #fff;
}






/* ======================================= */
/* ======================================= */
/* =============== Footer ================ */
/* ======================================= */
/* ======================================= */
.footer-bg {
	position: relative;
	display: block;
	background: #373f50;
    padding: 48px 0 0 0;
    color: #fff;
}
.footer-top-row {
	width: 100%;
    margin-bottom: 40px;
}

.footer-l {  }
.footer-l h5 {
    font-family: 'OpenSans-Bold';
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 21px;
}
.footer-l ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    color: #939ba4;
    list-style: none;
    font-size: 13px;
    line-height: 18px;
}
.footer-l li {
	margin-bottom: 4px;
}
.footer-l li a {
    color: #939ba4;
    text-decoration: none;
}
.footer-l li a:hover {
	text-decoration: underline;
}
.footer-l li:nth-child(1) {
	margin-bottom: 14px;
}
.footer-l li:nth-child(1):before {
    content: "\f015";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 12px;
    margin: 0px 12px 0 0;
}
.footer-l li:nth-child(2):before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    display: inline-block;
	font-size: 13px;
    margin: 0px 12px 0 0;
}
.footer-l li:nth-child(3):before {
	content: "\f098";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 12px;
    margin: 0px 14px 0 0;
}

.footer-r {
	position: relative;
    display: block;
    margin-left: 22px;
}
.footer-r h5 {
    font-family: 'OpenSans-Bold';
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 21px;
}
.footer-r-ul {
    list-style: none;
    display: inline-block;
    margin: 2px 0 0 0;
    padding: 0;
}
.footer-r-ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
}
.footer-r-ul li a {
    height: 35px;
    width: 35px;
    display: inline-block;
    margin-right: 13px;;
    color: #373f50;
    border: 0;
    background: #929aa3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.footer-r-ul li a:hover {
	background: #fff;
}
.footer-r-ul .fb-ico:before {
	font-family: 'FontAwesome';
    content: "\f09a";
    display: inline-block;
    padding: 6px 0 0 0;
    vertical-align: middle;
    font-size: 18px;
    width: 100%;
    text-align: center;
}
.footer-r-ul .in-ico:before {
    font-family: 'FontAwesome';
    content: "\f16d";
    display: inline-block;
    padding: 6px 0 0 1px;
    vertical-align: middle;
    font-size: 18px;
    width: 100%;
    text-align: center;
}


.footer-bottom-row {
	border-top: 1px solid #58616d;
    padding: 20px 0;
    margin: 0;
}
.footer-cpr {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    margin-left: -15px;
}
.sibitri {
    text-align: right;
    font-size: 13px;
    line-height: 15px;
    padding: 2px 0 0 0;
    margin-right: -15px;
    color: #929aa3;
}
.sibitri a {
	color: #fff;
	text-decoration: underline;
}
.sibitri a:hover {
	text-decoration: none;
}








/* Modal form */

.fancybox-slide--html {
    padding: 0;
}


.fancybox-content {  }
.modal-form-bg {
    position: relative;
    display: none;
    max-width: 500px;
    padding: 0;
}
.modal-form-container {  }
.modal-form-title-bg {
    position: relative;
    display: block;
    color: #373f50;
    padding: 35px 25px 0 25px;
    font-size: 28px;
    line-height: 30px;
    font-family: 'OpenSans-Bold';
}
.modal-form-title span {
    display: block;
    font-size: 15px;
    font-family: 'OpenSans';
    color: #a5a4a4;
}

.fancybox-close-small {
    color: #888;
}
.fancybox-close-small svg {
    opacity: 1;
    border-radius: 50px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.fancybox-close-small svg:hover {
    background-color: #eee;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;

}


.fancybox-close-small svg:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.modal-form-container form {
    padding: 30px 25px 35px 25px;
}
.modal-form-container input, .modal-form-container input[type=text], .modal-form-container input[type=tel] {
    font-family: 'OpenSans';
    background: transparent;
    color: #363636;
    text-decoration: none !important;
    border: 2px solid #eee;
    position: relative;
    display: inline-block;
    padding: 14px 20px 14px 15px;
    margin: 0 0 15px 0;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
}

.modal-form-div-btn-bg input[type=submit] {
     background: #0895d4;
    color: #FFF;
    border: none;
    position: relative;
    padding: 15px 0 15px 0;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    letter-spacing: 1px;
    margin: 0;
}
.modal-form-div-btn-bg input[type=submit]:hover {
	background: #a4cd3e;
	color: #fff;
}
.modal-form-div-btn-bg {
	text-align: center;
}


/*Errors contact form 7*/

div.wpcf7-mail-sent-ok {
    color: #398f14;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    padding: 10px 0;
    border: none !important;
    margin-top: 10px;
   }

/*div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}
*/

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    display: none !important;
} 


span.wpcf7-not-valid-tip { display: none; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #F5515A !important;}
.screen-reader-response { display: none; visibility: hidden; }
span.wpcf7-not-valid-tip {display: none !important; visibility: hidden;}

div.wpcf7 .ajax-loader {
    display: none !important;
}

div.wpcf7-response-output {
	margin: 10px 0 0 0!important;
 
}









/* ======================================= */
/* ======================================= */
/* ============= Breadcrumbs ============= */
/* ======================================= */
/* ======================================= */
.breadcrumbs-bg {
    position: relative;
    display: block;
    padding: 43px 0;
    background: #0895d4;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}
.breadcrumbs-bg a {
    color: #fff;
    text-decoration: none;
}
.breadcrumbs-bg a:hover {
    color: #fff;
    text-decoration: underline;
}











/* ======================================= */
/* ======================================= */
/* ================= Body ================ */
/* ======================================= */
/* ======================================= */
.body-bg {
    position: relative;
    display: block;
    margin-top: 55px;
}
.body-container {
    position: relative;
    display: block;
    padding-top: 30px;
    font-size: 15px;
    line-height: 24px;
}
.menu-mobile {
	display: none;
}
.body-container p {
    margin-bottom: 25px;
}
.body-title-bg {
    position: relative;
    display: block;
    margin-bottom: 35px;
}
.body-title {
    color: #0895d4;
    font-size: 36px;
    line-height: 45px;
}

.body-img-bg {  }
.dentistry-img {
    margin-right: 10px;
}


/* price */
.body-price-title-bg {
	position: relative;
    display: block;
    margin-bottom: 0;
}
.body-price-container {
    padding-top: 35px;
}
.body-price {
	position: relative;
    display: block;
    list-style: none;
    padding: 0;
}
.body-price li {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 20px;
}
.body-price li:before {
    content: "\f153";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 34px;
    top: 50%;
    margin-top: -8px;
    left: 0px;
}
.body-price li:nth-child(1):before {  }
.body-price li:nth-child(2):before {content: "\f153 \f153"; }
.body-price li:nth-child(3):before {content: "\f153 \f153 \f153";  }
.body-price li:nth-child(4):before {content: "\f153 \f153 \f153 \f153";  }

.body-price-bg {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 80px;
}

div.our-cases-text-inside {
		display: block;
    font-size: 16px;
    line-height: 16px;
    color: #373f50;
    margin-top: 25px;
}

div.our-cases-price-inside {
		display: block;
    position: relative;
    color: #a5a4a4;
    border-top: 1px solid #ededed;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
}

div.our-cases-price-inside span {
    font-family: 'OpenSans-Bold';
    color: #373f50;
}

.body-img-bg2 {
    position: relative;
    display: block;
    margin: 17px 0;
}
.body-img-bg {
    position: relative;
    display: block;
    margin: 17px 0;
    overflow: hidden;
    height: 400px;
    text-align: center;
}
.body-img {
		max-width: 1920px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 1920px auto;
}

.body-container h1, .body-container h2, .body-container h3,
.body-container h4, .body-container h5, .body-container h6 {
	color: #2e2842;
}
.body-container h3 {
    font-size: 26px;
    margin-bottom: 26px;
}












/* ======================================= */
/* ======================================= */
/* ============= Our doctors ============= */
/* ======================================= */
/* ======================================= */
.our-doctors-bg {
    position: relative;
    display: block;
    margin-top: 60px;
    background: #f5f5f5 url(img/about-us-bg.jpg) repeat center top;
}
.our-doctors-bg2 {
    padding: 30px 0 15px 0;
    background: rgba(250,250,250,1);
    background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(248,248,248,1) 13%, rgba(246,246,246,0.91) 21%, rgba(237,237,237,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(13%, rgba(248,248,248,1)), color-stop(21%, rgba(246,246,246,0.91)), color-stop(100%, rgba(237,237,237,0)));
    background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(248,248,248,1) 13%, rgba(246,246,246,0.91) 21%, rgba(237,237,237,0) 100%);
    background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(248,248,248,1) 13%, rgba(246,246,246,0.91) 21%, rgba(237,237,237,0) 100%);
    background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(248,248,248,1) 13%, rgba(246,246,246,0.91) 21%, rgba(237,237,237,0) 100%);
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(248,248,248,1) 13%, rgba(246,246,246,0.91) 21%, rgba(237,237,237,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ededed', GradientType=0 );
}

.our-doctors-title {
    position: relative;
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    color: #0895d4;
    margin: 13px 0 35px 0;
}


.our-doctors-container {  }

.our-doctors-body {
    position: relative;
    display: block;
    max-width: 264px;
    overflow: hidden;
    padding-bottom: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
}
.our-doctors-body:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}
.our-doctors-body img {  }

.our-doctors-body-text {
    position: absolute;
    display: block;
    background-color: #373f50;
    text-align: left;
    top: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    -webkit-transform: translateZ(0);
    padding: 5px 10px;
    margin-top: -40px;
    -webkit-transition: all .5s ease;
    transition: all .2s ease;
    -webkit-transition: margin 0;
    transition: margin 0;
}
.our-doctors-body-text-bg {
    position: relative;
    display: block;
}
.our-doctors-name {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    margin: 5px 0;
}
.our-doctors-desc {
	position: relative;
	display: block;
	opacity: 0;
	font-size: 12px;
	line-height: 16px;
	color: #cccccc;
}
.our-doctors-body:hover .our-doctors-body-text {
    margin: 0;
    transform: translateY(-100%);
}
.our-doctors-body:hover .our-doctors-desc {
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}









/* ======================================= */
/* ======================================= */
/* =============== Contacts ============== */
/* ======================================= */
/* ======================================= */
.contacts-bg {
    position: relative;
    display: block;
    margin-top: 45px;
}
.contacts-title {
    position: relative;
    display: block;
    text-align: left;
    font-size: 36px;
    line-height: 40px;
    color: #0895d4;
    margin: 13px 0 90px 0;
}
.contacts-container-l {
    position: relative;
    display: block;
}
.contacts-l-bg {
    position: relative;
    display: block;
    margin-bottom: 45px;
}
.contacts-l-bg h4 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 15px;
}
.contacts-l-bg ul {
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
}
.contacts-l-bg li {
    position: relative;
    display: block;
    margin: 0 0 5px 0;
}
.contacts-l-bg li a {
    color: #373f50;
}
.contacts-l-bg li a:hover {  }

.contacts-l-bg li:nth-child(1):before {
    content: "\f098";
    font-family: 'FontAwesome';
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 3px 10px 0 0;
    font-size: 16px;
    line-height: 16px;
}
.contacts-l-bg li:nth-child(2):before {
    content: "\f1ac";
    font-family: 'FontAwesome';
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 3px 10px 0 0;
    font-size: 16px;
    line-height: 16px;
}

.contacts-l-add {
    font-size: 15px;
    line-height: 20px;
}
.contacts-l-add:before {
    content: "\f015";
    font-family: 'FontAwesome';
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 2px 11px 0 0;
    font-size: 17px;
    line-height: 18px;
}

.contacts-l-mail {
    font-size: 15px;
    line-height: 20px;
}
.contacts-l-mail:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 2px 5px 0 0;
    font-size: 17px;
    line-height: 18px;
}


/* Cont form */
.contacts-container-r {
    background: #fff url(img/dot-bg.png) repeat center top;
    position: relative;
    display: block;
    padding: 4px 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.contacts-form-div input[type=text], .contacts-form-div input[type=email] {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    max-width: 292px;
    margin: 3px 68px 18px 0;
    border: 1px solid #e5e5e5;
    outline: 0;
    background: #ffffff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    padding: 14px 14px 15px;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.contacts-form-div input[type=email] {
    margin-right: 0 !important;
}
.contacts-form-div textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 217px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e5e5e5;
    outline: 0;
    background: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #212121;
    padding: 15px 14px;
    margin: 2px 0 0 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.cf_button-bg input[type=submit] {
    background: transparent;
    color: #373f50;
    text-decoration: none !important;
    border: 2px solid #a4cd3e;
    position: relative;
    display: inline-block;
    padding: 10px;
    margin: 10px 0 0 0;
    width: 100%;
    max-width: 195px;
    float: right;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.cf_button-bg input[type=submit]:hover{
    background: #a4cd3e;
    color: #fff;
}
.cf_button {
    position: relative;
    display: block;
    margin: 0;
    text-align: right;
}
.cf_center {
    position: relative;
    display: inline-block;
    width: 100%;
}









/* ======================================= */
/* ======================================= */
/* ============= Contacts map ============ */
/* ======================================= */
/* ======================================= */
.contacts-map-bg {
    position: relative;
    display: block;
    margin: 55px 0 -10px 0;
    text-align: center;
}
.contacts-map-bg img {
    text-align: center;
}
#map {
    width: 100%;
    height: 400px;
}











/* ======================================= */
/* ======================================= */
/* ================= Cases =============== */
/* ======================================= */
/* ======================================= */
.cases-row {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.cases-row .our-cases-container {
	margin-bottom: 40px;
}




