/*
	Theme Name: Letooth
	Theme URI: http://daeb.com
	Description: Daeb WordPress Theme
	Version: 2.0
	Author: Webpinas
	Author URI: http://webpinas.com
	Tags: PHP, HTML5, CSS3, Jquery, Javascript
*/

@import url("css/fonts.css");
@import url("cssmenu/menu.css");
@import url("smart.css");


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

feature {padding-bottom: 0px; !}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a:active {
    outline: none!important;
}

a {
   outline: none!important;
}

a[href^=tel] { color: inherit; text-decoration: none; }

:focus{
    outline:none!important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}


* {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}


html, body {
  color:#4F4F4F;
  font-size:15px;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

img {
	max-width:100%;
	height:auto;
}

.clear {
	clear:both;
}

.container {
	width:100%;
	min-width:1100px;
	margin:0 auto;
}

.wrap {
	width:1100px;
	margin:0 auto;
}

.header {
	position:relative;
}

.header_top {
/*	background-image:url(images/header-top.png);
	background-repeat:repeat;
	background-position:left top;*/
	background-color:#333;
}

.ht_wrap {
	padding:17px 0px 21px 0px;
	color:#fff;
}

.logo {
	float:left;
	margin-top:8px;
	width:490px;
	height:70px;
        margin-left: 5px;
}

.logo a {
	display:block;
	width:100%;
	height:100%;
}

.ht_rhs {
	float:right;
	text-align:right;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}


.ht_rhs .call {
	font-size:32.2px;
	line-height:32px;
	color:#fff;
	padding-bottom:2px;
}

.ht_rhs .call strong {
	font-weight:700;
	color:#fff;
}

.ht_rhs .call a {
	color:#fff!important;
	text-decoration:none!important;
}

.ht_rhs .call a:hover {
	color:#fff!important;
	text-decoration:none!important;
}

.ht_rhs .emergencies {
	font-size:21px;
	line-height:21px;
	color:#ff2100;
}

.ht_rhs .emergencies strong {
	font-size:20px;
	font-weight:700;
	color:#fff;
}

.ht_rhs .emergencies a {
	color:#fff!important;
	text-decoration:none!important;
}

.ht_rhs .emergencies a:hover {
	color:#fff!important;
	text-decoration:none!important;
}

.htr_links {
	padding-top:8px;
}

.htr_links .bo {
	float:right;
}
	
.htr_links .bo a {
	font-size:15px;
	font-weight:400;
	display:inline-block;
	height:28px;
	line-height:28px;
	padding:0px 9px 0px 10px;
	border:#27aedc solid 1px;
	color:#27aedc;
	text-decoration:none;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.htr_links .bo a:hover {
	background-color:#27aedc;
	color:#fff;
	text-decoration:none;
}

.htr_links .language {
	float:left;
	padding-left:17px;
}

.htr_links .language1 {
	float:right;
	padding-left:10px;
	position:relative;
	z-index:9999;
	text-align:left;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
}

#lang_sel a.lang_sel_sel {
	line-height:28px!important;
	background-color:#313131!important;
	border:#fff solid 1px!important;
	color:#fff!important;
	font-size:13px!important;
	font-family: 'Raleway', sans-serif!important;
	background-position:96% center!important;
}

#lang_sel ul ul {
	top:29px!important;
}


#lang_sel ul ul a {
	background-color:#313131!important;
	color:#fff!important;
	font-size:12px!important;
	font-family: 'Raleway', sans-serif!important;
}

#lang_sel ul ul a:hover {
	background-color:#666!important;
	color:#fff!important;
}



.header-bottom {
	position:absolute;
	bottom:-51px;
	left:0px;
	z-index:99;
	width:100%;
	background-image:url(images/header-bottom.png);
	background-repeat:repeat;
	background-position:left top;
}

.hb-wrap {
	min-height:51px;
}

.social_links {
	float:right;
	overflow:hidden;
	padding-top:14px;
}

.social_links ul li {
	float:left;
	padding-left:20px;
}

.social_links ul li:first-child {
	padding-left:0px;
}

.social_links ul li img {
	vertical-align:middle;
	display:block;
}

.home-banner {
	position:relative;
	background-color:#e2ebf0;
	overflow:hidden;
}

.bx-wrapper .bx-viewport {
    left: 0px!important;
}

.hb-slider {
	overflow:hidden;
	max-width:1900px;
	margin:0 auto;
	height:700px;
}

.hb-slider li {
	position:relative;
}

.hb-image {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	height:700px;
	width:100%;
}


.hb-image img {
	height:100%;
	width:auto!important;
	max-width:inherit!important;
}

.hb-image-mobile {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	height:300px;
	width:100%;
	display:none;
}

.hb-image-mobile img {
	height:100%;
	width:auto!important;
	max-width:inherit!important;
}

.banner-wrap {
	height:700px;
	position:relative;
	z-index:2;
	overflow:hidden;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 90px;
}

.banner-text {
	margin-top:200px;
	float:right;
	text-align:center;
	width:550px;
}

.banner-text h2 {
	font-size:41px;
	line-height:43px;
	padding-bottom:10px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	color:#333;
	text-shadow:1px 1px #eee;
}

.banner-text h3 {
	font-size:23px;
	line-height:27px;
	padding-bottom:10px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	color:#000;
	text-shadow:1px 1px #eee;
}

.banner-text p {
	font-size:16px;
	line-height:22px;
	padding-bottom:30px;
	color:#232222;
	text-shadow:1px 1px #eee;
}

.banner-text ul li {
	display:inline;
	padding:0px 10px 0px 10px;
	font-size:19px;
	font-weight:600;
}

.banner-text ul li a {
	display:inline-block;
	height:39px;
	line-height:39px;
	padding:0px 30px 0px 30px;
	border:#000 solid 1px;
	color:#000;
	text-decoration:none;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.banner-text ul li a:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none;
}

.banner-text ul li:last-child a {
	border:#01a7d9 solid 1px;
	color:#01a7d9;
}

.banner-text ul li:last-child a:hover {
	background-color:#01a7d9;
	color:#fff;
	text-decoration:none;
}

.bb-txt {
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:9;
	background-image:url(images/banner-txt.png);
	background-repeat:repeat;
	background-position:left top;
	width:100%;
}

.bbt-wrap {
	color:#fff;
	text-align:center;
	padding:18px 0px 18px 0px;
	font-size:17px;
	line-height:21px;
}

.welcome {
	padding:30px 0px 40px 0px;
	text-align:center;
}

.welcome h3 {
	font-size:30px;
	line-height:33px;
	color:#000000;
	padding-bottom:20px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	
}


.welcome p {
	font-size:21px;
	line-height:28px;
	color:#4F4F4F;
	padding-bottom:30px;
}

.w-video {
	width:674px;
	margin:0 auto;
}

.w-video img {
	width:100%;
	height:auto;
	display:block;
}

.w-video iframe {
	width:100%;
	height:380px;
	display:block;
}

.hs1 {
	background-color:#999;
}

.hs1_wrap {
	padding:20px 0px 20px 0px;
	text-align:center;
	color:#fff;
}

.hs1_wrap p {
	font-size:19px;
	line-height:26px;
	font-weight:400;
}

.hs2 {
	border-bottom:#e6e6e6 solid 1px;
}

.hs2_wrap {
	padding-top:52px;
	overflow:hidden;
}

.hs2_wrap ul li {
	width:316px;
	margin-right:60px;
	text-align:center;
	float:left;
	min-height:290px;
	padding-bottom:20px;
}

.hs2_wrap .hs2-img {
	padding-bottom:16px;
}

.hs2_wrap ul li h3 {
	font-size:24px;
	line-height:27px;
	padding-bottom:15px;
	color:#ff7200;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	
}

.hs2_wrap ul li p {
	font-size:17px;
	line-height:22px;
}

.hs2_wrap ul li:nth-child(2) h3 {
	color:#dac708;
}

.hs2_wrap ul li:nth-child(3) {
	margin-right:0px;
}

.hs2_wrap ul li:nth-child(3) h3 {
	color:#ff0000;
}

.hs2_wrap ul li:nth-child(4) h3 {
	color:#068e00;
}

.hs2_wrap ul li:nth-child(5) h3 {
	color:#27aedc;
}

.hs2_wrap ul li:nth-child(6) {
	margin-right:0px;
}

.hs2_wrap ul li:nth-child(6) h3 {
	color:#ff0080;
}


.hs2_wrap ul li a {
	text-decoration:none;
}

.hs2_wrap ul li a {
	color:#4F4F4F;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.hs2_wrap ul li a:hover {
	color:#666;
	text-decoration:none;
}

.our-dentists {
	padding:35px 0px 35px 0px;
	text-align:center;
}

.our-dentists h3 {
	font-size:31px;
	line-height:33px;
	padding-bottom:35px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

.our-dentists ul {
	overflow:hidden;
	padding-bottom:27px;
}

.our-dentists ul li {
	display:inline-block;
	width:262px;
	margin:0px 30px 0px 30px;
	border-top:#01a7d9 solid 2px;
	border-bottom:#585858 solid 1px;
	text-align:left;
	padding-bottom:12px;	
}

.our-team ul li {
	display:inline-block;
	width:262px;
	margin:0px 30px 0px 30px;
	border: none!important;
	text-align:left;
	padding-bottom:12px;	
}

.our-dentists ul li .d-img {
	height:280px;
	padding-bottom:17px;
}

.our-dentists ul li h4 {
	font-size:24px;
	line-height:26px;
	color:#01a7d9;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	padding-bottom:3px;
}

.our-dentists ul li p {
	font-size:18px;
	line-height:22px;
	color:#6a6a6a;
	padding-bottom:2px;
}

.our-dentists .rp {
	padding-top:5px;
	font-size:17px;
	line-height:21px;
	color:#4b575f;
	font-weight:600;
}

.our-dentists .rp a {
	color:#4b575f;
	text-decoration:none;
}

.our-dentists .rp a:hover {
	color:#01a7d9;
	text-decoration:none;
}


.book-online a {
	font-size:26px;
	font-weight:600;
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0px 34px 0px 34px;
	border:#27aedc solid 1px;
	color:#27aedc;
	text-decoration:none;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.book-online a:hover {
	background-color:#27aedc;
	color:#fff;
	text-decoration:none!important;
}

.map-section {
	position:relative;
	height:441px;
}

.border {
	border-top:#999999 solid 5px;
}

.lt-map {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

.lt-map iframe {
	width:100%;
	height:441px;
}

.map-top-bar {
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(images/banner-txt.png);
	background-repeat:repeat;
	background-position:left top;
	width:100%;
	height:45px;
	z-index:9;
}

.map-section .wrap {
	position:relative;
	z-index:99;
}

.map-section .oph {
	float:right;
	margin-top:10px;
	background-image:url(images/oph.png);
	background-repeat:repeat;
	background-position:left top;
	border-top:#01a7d9 solid 2px;
	padding:20px 47px 20px 47px;
	color:#353535;
}

.map-section .oph h3 {
	text-align:center;
	font-size:30px;
	line-height:32px;
	padding-bottom:17px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

.map-section .oph ul li {
	font-size:18px;
	line-height:22px;
	padding-bottom:8px;
}

.map-section .oph ul li:last-child {
	padding-top:5px;
}


.map-section .oph ul li strong {
	display:inline-block;
	width:155px;
	font-weight:500;
}

.footer {
	width:100%;
	background-color:#f7f7f7;
}

.company-logos {
	background-color:#999;
}

.cl-wrap {
	overflow:hidden;
	padding:5px 0px 16px 0px;
	text-align:center;
}

.cl-wrap ul li {
	display:inline-block;
	padding:0px 12px 0px 12px;
	max-width:190px;
}

.cl-wrap ul li:first-child {
	padding-left:0px;
}


.cl-wrap ul li:last-child {
	padding-right:0px;
}

.cl-wrap ul li img {
	vertical-align:middle;
}

.footer_top {
	overflow:hidden;
	padding:22px 0px 20px 0px;
	font-size:17px;
	color:#000;
}

.ft_lhs {
	float:left;
	width:550px;
	overflow:hidden;
}

.ft_lhs ul li {
	float:left;
	width:270px;
	padding-bottom:20px;
	font-size:18px;
	color:#ff7200;
}

.ft_lhs ul li a {
	display:block;
	height:58px;
	line-height:58px;
	padding-left:70px;
	color:#ff7200;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:left top;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}


.ft_lhs ul li:nth-child(1) a {
	background-image:url(images/ftl01.png);
	color:#ff7200;
}

.ft_lhs ul li:nth-child(2) a {
	background-image:url(images/ftl02.png);
	color:#068e00;
}

.ft_lhs ul li:nth-child(3) a {
	background-image:url(images/ftl03.png);
	color:#dac600;
}

.ft_lhs ul li:nth-child(4) a {
	background-image:url(images/ftl04.png);
	color:#27aedc;
}

.ft_lhs ul li:nth-child(5) a {
	background-image:url(images/ftl05.png);
	color:#ff0000;
}

.ft_lhs ul li:nth-child(6) a {
	background-image:url(images/ftl06.png);
	color:#ff0080;
}


.ft_lhs ul li a:hover {
	color:#000;
	text-decoration:none;
}

.opening_hours {
	float:left;
	width:260px;
	margin-left:10px;
}

.ft_head {
	font-size:20px;
	color:#000;
	padding-bottom:12px;
	margin-bottom:10px;
	background-image:url(images/ft-head.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

.opening_hours ul li {
	padding-bottom:12px;
	font-size:15px;
	line-height:18px;
}

.opening_hours ul li strong {
	width:120px;
	display:inline-block;
}

.contact_details {
	float:right;
	width:260px;
}

.contact_details ul li {
	padding-bottom:12px;
	font-size:15px;
	line-height:20px;
}

.contact_details ul li strong {
	display:block;
}

.footer-mid {
	border-top:#a0a0a0 solid 1px;
	background-color:#828383;
	overflow:hidden;
	background-image:url(images/footer-mid.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
}

.footer-bottom {
	background-color:#2b2b2a;
	background-image:url(images/footer-bottom.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% 100%;
}

.fb-wrap {
	color:#fff;
	font-size:15px;
	line-height:19px;
	padding:13px 0px 13px 0px;
	overflow:hidden;
}

.fb-wrap a {
	color:#fff;
	text-decoration:none;
}

.fb-wrap a:hover {
	color:#fff;
	text-decoration:underline;
}

.copyright {
	float:left;
}

.powered {
	float:right;
}

.about .logo {
	background-image:url(images/le-tooth2.png);
}

.about .ht_rhs .call {
	color:#0098f0;
}


.parallax-window {
    min-height: 304px;
    background: transparent;
}

.sub-banner {
	height:260px;
	overflow:hidden;
	position:relative;
}

.sub-banner .sb-image {
	position:absolute;
	z-index:-1px;
	left:0px;
	top:0px;
	width:100%;
}

.sub-banner .sb-image img {
	width:100%;
	height:auto;
}

.sb-wrap {
	position:relative;
	z-index:9;
}

.sb-wrap h2 {
	text-align:right;
	padding-top:138px;
	font-size:40px;
	line-height:55px;
	color:#6c6c6c;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}
.sb-wrap h1 {
	text-align:right;
	padding-top:138px;
	font-size:53px;
	line-height:55px;
	color:#6c6c6c;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}


.sub-contents {
	padding:10px 0px 10px 0px;
	color:#5c5c5c;
	overflow:hidden;
	background-color:#fff;
}

.sub-outer {
	background-color:#fff;
}

.sub-text h3 {
	font-size:24px;
	line-height:37px;
	color:#4b575f;
	padding-bottom:20px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

.ctr {
	text-align:center;
}

.philosophy {
	background-color:#f8f8f8;
	background-image:url(images/pattern1.gif);
	background-repeat:repeat;
	background-position:left top;
	padding:31px 0px 31px 0px;
}

.ph-box {
	background-color:#fff;
	border:#eaeaea solid 1px;
	padding:22px 292px 5px 30px;
	background-image:url(images/philosophy.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:auto 100%;
}

.sub-text {
	font-size:17px;
	line-height:normal;
}

.sub-text strong {
	font-weight:700;
}

.sub-text p {
	font-size:15px;
	line-height:19px;
	color:#5c5c5c;
        margin-bottom: 20px; 
}
.sub-text .sr-text p {
    display: inline !important;
}
.sub-text .sr-text span {
    margin-right: 5px;
}
	
.about-bottom {
	padding-top:10px;
}
	
.our-practice {
	overflow:hidden;
	padding-bottom:10px;
}

.image-right {
	float:right;
	max-width:50%;
	margin:0px 0px 10px 20px;
}

.sub-text h5 {
	font-size:23px;
	line-height:26px;
	color:#5c5c5c;
	padding-bottom:20px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}


.info .logo {
	background-image:url(images/le-tooth3.png);
}

.info .ht_rhs .call {
	color:#8403c3;
}


.sub-full {
	padding:14px 0px 20px 0px;
}


.tab-section {
	position:relative;
	padding-top:52px;
}

.tab-menu { 
	padding: 0; 
	clear: both;
	font-size:22px;
	position:absolute;
	left:0px;
	top:0px;
}

.tab-menu li { 
 display: inline; 
}

.tab-menu li a { 
	padding: 0px 32px 0px 32px;
	height:51px;
	line-height:51px;
	float:left;
	border:#e1e1e1 solid 1px;
	background-color:#fff;
	text-decoration: none; 
	color: #4b575f;
	margin-right:11px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.tab-menu li a:hover {
	text-decoration:none!important;
}

.tab-menu li.active a {
	color:#000;
	border-bottom:#fff solid 1px;
	text-decoration:none;
}
			
.tab-content { 
	clear: both;
	padding:49px 0px 20px 0px;
	border-top:#e1e1e1 solid 1px;
}
	
.info-text {
	text-align:center;
}

.info-text p {
	padding-bottom:0!important;
        margin-bottom:0 !important;
}
h3:empty {
	display: none;
}

.image-middle {
	text-align:center;
	padding-bottom:20px;
}


.blog .logo {
	background-image:url(images/le-tooth4.png);
}

.blog .ht_rhs .call {
	color:#e24200;
}

.sub-rhs {
	float:right;
	width:307px;
	padding:10px 0px 20px 0px;
	min-height:200px;
}

.sub-lhs {
	float:left;
	width:728px;
	padding:10px 0px 20px 0px;
	min-height:200px;
}

.sub-text h1 {
	font-size:40px;
	line-height:44px;
	color:#444;
	padding-bottom:20px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}


.sub-text h2 {
	font-size:37px;
	line-height:42px;
	color:#01a7d9;
	padding-bottom:20px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

.sub-text h4 {
	font-size:26px;
	line-height:32px;
	color:#01a7d9;
	padding-bottom:20px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

.sub-text ul {
	padding-bottom:10px;
	padding-left:20px;
}

.sub-text ul li {
	padding:0px 0px 10px 0px;
	list-style:disc;
}

.sub-text ol {
	padding-bottom:10px;
	padding-left:25px;
}

.sub-text ol li {
	padding:0px 0px 15px 0px;
	list-style:decimal;
}

.sub-text em {
	font-style:italic;
}

.sub-text blockquote {
	font-style:italic;
	padding-bottom:20px;
	line-height:24px;
}

.contact .logo {
	background-image:url(images/le-tooth5.png);
}

.contact .ht_rhs .call {
	color:#ff007f;
}

.contact_lhs {
	float:left;
	width:730px;
	padding:10px 0px 30px 0px;
	overflow:hidden;
}

.contact_lhs h2 {
	color:#4b575f!important;
}

.contact_full {
	padding:10px 0px 40px 0px;
	overflow:hidden;
}

.cf-txt {
	font-size:21px;
	line-height:26px;
	padding-bottom:30px;
}

.contact_form {
	overflow:hidden;
}

.cf_row {
	overflow:hidden;
}

.cf_box {
	float:left;
	width:50%;
	padding-bottom:25px;
}

.cf_box input {
	height:38px;
	border:#959595 solid 1px;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	color:#444;
	font-weight:500;
	padding:0px 17px 0px 17px;
	width:86%;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.cf_box input:focus {
	border:#01a7d9 solid 1px;
}

.cf-head {
	font-size:22px;
	line-height:25px;
	color:#4f4f4f;
	padding-bottom:20px;
}

.cf_box select {
	height:40px;
	border:#959595 solid 1px;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	color:#444;
	font-weight:500;
	padding:0px 17px 0px 17px;
	width:95%;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.cf_box select:focus {
	border:#01a7d9 solid 1px;
}

.cf_box2 {
	padding-bottom:20px;
}

.cf_box2 textarea {
	height:40px;
	border:#959595 solid 1px;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	color:#444;
	font-weight:500;
	padding:10px 17px 10px 17px;
	width:93%;
	height:150px;
	resize:none;
	overflow:hidden;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.cf_box2 textarea:focus {
	border:#01a7d9 solid 1px;
}

.cf_button input {
	height:40px;
	padding:0px 30px 0px 30px;
	border:#000 solid 1px;
	background-color:#fff;
	color:#000;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight:600;
	outline:none;
	cursor:pointer;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.cf_button input:hover {
	background-color:#01a7d9;
	border:#01a7d9 solid 1px;
	color:#fff;
}

.contact-rhs {
	float:right;
	width:322px;
	padding:10px 0px 20px 0px;
	font-size:20px;
	color:#4f4f4f;
}

.contact-rhs h3 {
	font-size:35px;
	line-height:37px;
	color:#4b575f;
	padding-bottom:20px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

.contact-rhs p {
	font-size:20px;
	line-height:26px;
	padding-bottom:20px;
}

.contact-rhs p strong {
	font-size:22px;
	display:block;
	font-weight:600;
}

.contact-rhs .bo {
	padding-bottom:20px;
}
	
.contact-rhs .bo a {
	font-size:18px;
	font-weight:400;
	display:inline-block;
	height:35px;
	line-height:35px;
	padding:0px 30px 0px 30px;
	border:#27aedc solid 1px;
	color:#27aedc;
	text-decoration:none;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.contact-rhs .bo a:hover {
	background-color:#27aedc;
	color:#fff;
}


.services .logo {
	background-image:url(images/le-tooth6.png);
}

.services .ht_rhs .call {
	color:#068e00;
}

.tab-section2 {
	position:relative;
	padding-top:34px;
}

.tab-menu2 { 
	padding: 0; 
	clear: both;
	font-size:15px;
	position:absolute;
	left:0px;
	top:0px;
}

.tab-menu2 li { 
 display: inline; 
}

.tab-menu2 li a { 
	padding: 0px 15px 0px 15px;
	height:33px;
	line-height:33px;
	float:left;
	border:#e1e1e1 solid 1px;
	background-color:#fff;
	text-decoration: none; 
	color: #4b575f;
	margin-right:11px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.tab-menu2 li a:hover {
	text-decoration:none!important;
}

.tab-menu2 li.active a {
	color:#000;
	border-bottom:#fff solid 1px;
	font-weight:500;
}
			
.tab-content2 { 
	clear: both;
	padding:39px 0px 20px 0px;
	border-top:#e1e1e1 solid 1px;
}

.services-list ul {
	padding:0px!important;
	overflow:hidden;
	text-align:center;
}

.services-list ul li {
	list-style:none!important;
	padding:0px!important;
	width:329px;
	min-height:415px;
	padding-bottom:10px;
	margin-right:50px;
	text-align:center;
	color:#4f4f4f;
	font-size:15px;
	display:inline-table;
    margin-bottom: 20px;
}

.services-list li:nth-child(3) {
	margin-right:0px;
}

.services-list li:nth-child(6) {
	margin-right:0px;
}

.services-list li:nth-child(9) {
	margin-right:0px;
}


.services-list li:nth-child(12) {
	margin-right:0px;
}

.services-list .sr-img {
	height:234px;
	border:#e1e1e1 solid 1px;
}

.services-list .sr-img img {
	width:100%;
	height:100%;
	display:block;
}

.services-list .sr-name {
	font-size:24px;
	line-height:26px;
	padding:12px 0px 12px 0px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	text-align:center;
}

.services-list .sr-text {
	font-size:15px;
	line-height:19px;
	color:#6a6a6a;
	text-align:left;
}

.services-list .sr-text p {
	font-size:15px!important;
	line-height:19px!important;
}


.page-404 {
	background-image:url(images/page404.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
}

.page-404-wrap {
	padding:150px 0px 114px 0px;
	text-align:right;
	color:#333333;
}

.page-404-wrap h2 {
	font-size:56px;
	line-height:58px;
	padding-bottom:10px;
}

.page-404-wrap h3 {
	font-size:20px;
	line-height:24px;
	padding-bottom:30px;
}

.map-section .oph2 {
	margin-top:40px!important;
}

.book-online2 {
	text-align:center;
	padding-top:10px;
}

.book-online2 a {
	font-size:20px;
	font-weight:600;
	display:inline-block;
	height:38px;
	line-height:38px;
	padding:0px 34px 0px 34px;
	border:#27aedc solid 1px;
	color:#27aedc;
	text-decoration:none;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.book-online2 a:hover {
	background-color:#27aedc;
	color:#fff;
}

.profile {
	overflow:hidden;
	margin-bottom:30px;
	border-top:#01a7d9 solid 3px;
	border-bottom:#ddd solid 1px;
	padding:20px 0px 10px 0px;
}

.prof-img {
	float:left;
	width:262px;
	margin:0px 20px 10px 0px;
}

.p-title {
	font-size:24px;
	line-height:26px;
	color:#01a7d9;
	font-weight:500;
	padding-bottom:15px;
}





.sr-img2 {
	width:327px;
	border:#e1e1e1 solid 1px;
	margin:0 auto 30px auto;
	display:block;
}

.sr-img2 img {
	display:block;
}

.dental-articles {
	padding-bottom:0;
}

.dental-articles div {
	padding-bottom:5px;
}

.dental-articles a {
	color:#27aedc;
	text-decoration:none;
}

.dental-articles a:hover {
	color:#27aedc;
	text-decoration:underline;
}


.s-img {
	float:left;
	width:327px;
	margin:0px 30px 10px 0px;
	display:block;
}

.s-img img {
	display:block;
	border:#e1e1e1 solid 1px;
}

.default-page {
	padding:10px 0px 10px 0px;
}

.back a {
	display:inline-block;
	height:34px;
	line-height:34px;
	padding:0px 20px 0px 20px;
	border:#27aedc solid 1px;
	color:#27aedc;
	text-decoration:none;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.back a:hover {
	background-color:#27aedc;
	color:#fff;
	text-decoration:none!important;
}

.g-head1 {
	font-size:20px;
	padding-bottom:20px;
	color:#000;
}

.gift {
	border:#eee solid 1px;
	width:420px;
	padding:20px;
	margin:0 auto 20px auto;
	text-align:left;
	background-color:#f7f7f7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.g-head {
	font-size:17px;
	padding-bottom:20px;
	color:#000;
	font-weight:500;
}

.gift ul li:last-child {
	padding-bottom:0px;
}
.gift ul {
	line-height: 0;
}

.before-after-slider {
	padding-bottom:20px;
}

.bx-wrapper2 {
	width:700px;
	height:350px;
}

.bx-wrapper2 ul {
	padding:0px;
}

.bx-wrapper2 ul li {
	padding:0px;
	margin:0px;
	list-style:none;
}

.before-after-wrapper {
	width:700px;
	margin:0 auto;
	overflow:hidden;
}

.ba-item {
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:30px;
}

.case {
	font-size:22px;
	line-height:normal;
	padding-bottom:10px;
	color:#bbb;
	font-weight:400;
}

.bai-lhs {
	float:left;
	width:335px;
}

.bai-rhs {
	float:right;
	width:335px;
}

.b-image img {
	max-height:168px;
}

.b-head {
	font-size:20px;
	line-height:normal;
	padding-top:5px;
	opacity:#5b5b5b;
}

.ba-item p {
	clear:both;
	padding:20px 0px 0px 0px;
	color:#6a6a6a;
}

@media only screen and (min-width: 960px) and (max-width: 1099px) {
	
.container {
	min-width:950px;

}

.wrap {
	width:950px;
}


.header-bottom {
	position:static;

}

.hb-wrap {
	padding-bottom:15px;
}


.social_links ul li {
	padding-left:15px;
}



.hb-slider {
	max-width:inherit;
	height:600px;
}

.hb-image {
	height:600px;
}


.hb-image img {
	height:100%;
	width:auto!important;
	max-width:inherit!important;
}


.banner-wrap {
	height:600px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 100px;
}

.banner-text {
	margin-top:100px;
	width:400px;
}

.banner-text h2 {
	font-size:35px;
	line-height:36px;
}

.banner-text h3 {
	font-size:21px;
	line-height:25px;
}

.banner-text p {
	font-size:16px;
	line-height:22px;
	padding-bottom:30px;
}

.banner-text ul li {
	padding:0px 7px 0px 7px;
}

.bbt-wrap {
	padding:15px 0px 15px 0px;
}


.hs2_wrap ul li {
	width:280px;
	margin-right:40px;
	min-height:310px;
}

.cl-wrap {
	padding-bottom:5px;
}

.cl-wrap ul li {
	padding:0px 15px 15px 15px;
	max-width:inherit;
}

.ft_lhs {
	width:300px;
}


.opening_hours {
	width:270px;
}

.fm-wrap {
	padding-bottom:15px;
	overflow:hidden;
}

.social_links {
	padding-top:5px;
}

.contact_details {
	width:290px;
}


.parallax-window {
    min-height: 247px;
}

.sub-banner {
	height:247px;
}


.sb-wrap h2 {
	padding-top:118px;
	font-size:50px;
	line-height:53px;
}
.sb-wrap h1 {
	padding-top:118px;
	font-size:50px;
	line-height:53px;
}

.image-right {
	max-width:40%;
}


.sub-rhs {
	width:307px;
}

.sub-lhs {
	width:615px;
}

.sub-text h1 {
	font-size:39px;
	line-height:43px;
}


.sub-text h2 {
	font-size:36px;
	line-height:41px;
}

.sub-text h4 {
	font-size:25px;
	line-height:31px;
}


.contact_lhs {
	width:630px;
}



.contact-rhs {
	width:300px;
	font-size:18px;
}


.contact-rhs p {
	font-size:18px;
	line-height:26px;
}

.contact-rhs p strong {
	font-size:20px;
}


.tab-section2 {
	position:relative;
	padding-top:34px;
}


.tab-menu2 li a { 
	padding: 0px 8px 0px 8px;
	height:33px;
	line-height:33px;
	float:left;
	margin-right:5px;
}


.services-list li:nth-child(3) {
	margin-right:56px;
}

.services-list li:nth-child(6) {
	margin-right:56px;
}

.services-list li:nth-child(9) {
	margin-right:56px;
}


.services-list li:nth-child(12) {
	margin-right:56px;
}

.page-404 {
	background-size:auto 100%;
}

.page-404-wrap {
	padding:100px 0px 60px 0px;
}
	
	
}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.container {
	min-width:750px;
}

.wrap {
	width:750px;
}

.header {
	position:relative;
}


.ht_wrap {
	padding:17px 0px 17px 0px;
}

.logo {
	margin-top:20px;
	width:400px;
	height:57px;
	background-size:100% 100%;
}

.ht_rhs .call {
	font-size:29px;
	line-height:29px;
}

.header-bottom {
	position:static;
	background-color:#eee;
}

.hb-wrap {
	padding-bottom:15px;
}



.hb-slider {
	max-width:inherit;
	height:auto;
}


.hb-image {
	height:600px;
}


.hb-image img {
	height:100%;
	width:auto!important;
	max-width:inherit!important;
}




.banner-wrap {
	height:auto;
	padding:20px 0px 190px 0px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 30px;
}

.banner-text {
	margin-top:0px;
	float:none;
	width:auto;
	padding:15px;
	background-image:url(images/b-text.png);
	background-repeat:repeat;
	background-position:left top;
}

.banner-text h2 {
	font-size:33px;
	line-height:34px;
}

.banner-text h3 {
	font-size:21px;
	line-height:24px;
}

.banner-text p {
	font-size:15px;
	line-height:21px;
	padding-bottom:20px;
}

.banner-text ul li {
	padding:0px 10px 0px 10px;
	font-size:18px;
}

.banner-text ul li a {
	height:39px;
	line-height:39px;
	padding:0px 30px 0px 30px;
}


.bb-txt {
	position:static;
}

.bbt-wrap {
	padding:12px 0px 12px 0px;
	font-size:16px;
	line-height:20px;
}



.welcome p {
	font-size:21px;
	line-height:26px;
}



.hs1_wrap {
	padding:20px 0px 20px 0px;
}

.hs1_wrap p {
	font-size:19px;
	line-height:24px;
}


.hs2_wrap ul li {
	width:316px;
	margin:0px 25px 0px 25px;
}

.hs2_wrap ul li:nth-child(3) {
	margin:0px 25px 0px 25px;
}


.hs2_wrap ul li:nth-child(6) {
	margin:0px 25px 0px 25px;
}


.map-section {
	height:441px;
}


.lt-map iframe {
	width:100%;
	height:441px;
}

.map-section .oph {
	margin-top:10px;
	padding:10px 20px 10px 20px;
}

.map-section .oph h3 {
	font-size:27px;
	line-height:30px;
}

.map-section .oph ul li {
	font-size:16px;
	line-height:21px;
}

.map-section .oph ul li strong {
	width:140px;
}


.cl-wrap {
	overflow:hidden;
	padding:5px 0px 10px 0px;
	text-align:center;
}

.cl-wrap ul li {
	padding:0px 23px 20px 23px;
	max-width:inherit;
}

.cl-wrap ul li:first-child {
	padding-left:23px;
}

.cl-wrap ul li:last-child {
	padding-right:23px;
}

.ft_lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
}


.opening_hours {
	width:290px;
	margin-left:0px;
}

.contact_details {
	width:290px;
}

.footer-mid {
	border-top:#a0a0a0 solid 1px;
	background-color:#828383;
	overflow:hidden;
	background-image:url(images/footer-mid.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
}

.fm-wrap {
	padding-bottom:15px;
	overflow:hidden;
}

.sub-banner {
	height:auto;

}

.sb-wrap h2 {
	font-size:50px;
	line-height:53px;
	padding:50px 0px 50px 0px;
}
.sb-wrap h1 {
	font-size:50px;
	line-height:53px;
	padding:50px 0px 50px 0px;
}

.ph-box {
	padding:22px 292px 5px 30px;
	background-size:45% auto;
}


.image-right {
	max-width:40%;
}

.sub-text h5 {
	font-size:23px;
	line-height:26px;
}


.tab-section {
	padding-top:52px;
}

.tab-menu { 
	font-size:18px;
}


.sub-rhs {
	float:none;
	width:307px;
	padding:10px 0px 20px 0px;
	min-height:inherit;
}

.sub-lhs {
	float:none;
	width:auto;
	padding:10px 0px 20px 0px;
}

.sub-text h1 {
	font-size:38px;
	line-height:42px;
}


.sub-text h2 {
	font-size:35px;
	line-height:40px;
}

.sub-text h4 {
	font-size:24px;
	line-height:30px;
}

.contact .logo {
	background-image:url(images/le-tooth5.png);
}

.contact_lhs {
	float:none;
	width:auto;
	padding:10px 0px 30px 0px;
	border-bottom:#ccc dotted 1px;
}

.cf_box input {
	width:88%;
}


.cf_box2 textarea {
	width:94%;
	height:150px;
}


.contact-rhs {
	float:none;
	width:auto;
	padding:20px 0px 20px 0px;
	font-size:20px;
	color:#4f4f4f;
}


.tab-section2 {
	position:relative;
	padding-top:82px;
}

.tab-menu2 {
	padding-left:0px!important;
}

.tab-menu2 li a { 
	border:#e1e1e1 solid 1px;
	margin:0px 5px 5px 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.tab-menu2 li.active a {
	border-bottom:#e1e1e1 solid 1px;
	background-color:#eee;
}
			
.tab-content2 { 
	padding:30px 0px 20px 0px;
}

.services-list ul li {
	margin-right:40px;
}

.services-list li:nth-child(3) {
	margin-right:40px;
}

.services-list li:nth-child(6) {
	margin-right:40px;
}

.services-list li:nth-child(9) {
	margin-right:40px;
}


.services-list li:nth-child(12) {
	margin-right:40px;
}



.page-404 {
	background-size:auto 100%;
}

.page-404-wrap {
	padding:50px 0px 40px 0px;
}

.page-404-wrap h2 {
	font-size:50px;
	line-height:52px;
}

.page-404-wrap h3 {
	font-size:18px;
	line-height:22px;
}


}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	

.container {
	min-width:300px;
}

.wrap {
	width:90%;
	min-width:300px;
}


.ht_wrap {
	padding:20px 0px 20px 0px;
}

.logo {
	float:none;
	width:300px;
	height:43px;
	margin:0 auto 20px auto;
	background-size:100% 100%;
}


.htr_links {
	padding-top:10px;
}

.ht_rhs {
	float:none;
	width:300px;
	margin:0 auto;
	text-align:right;
}


.ht_rhs .call {
	font-size:28px;
	line-height:28px;
}

.ht_rhs .call strong {
	font-weight:400;
}

.ht_rhs .emergencies {
	font-size:20px;
	line-height:20px;
}

.ht_rhs .emergencies strong {
	font-size:19px;
	font-weight:400;
}

.htr_links .language {
	padding-left:15px;
}

.htr_links .language1 {
	padding-bottom:10px;
	padding-left:0px;
	margin-left:20px;
}



.header-bottom {
	position:static;
	padding-bottom:5px;
}

.social_links {
	padding-right:5px;
}

.social_links ul li {
	padding-left:20px;
}

.hb-slider {
	max-width:inherit;
	height:auto;
}


.hb-image {
	display:none;
}

.hb-image-mobile {
	height:200px;
	width:100%;
	display:block;
}

.hb-image-mobile img {
	height:100%;
	width:auto!important;
	max-width:inherit!important;
}


.banner-wrap {
	height:auto;
	padding:230px 0px 50px 0px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 30px;
}

.banner-text {
	margin-top:0px;
	float:none;
	width:auto;
}

.banner-text h2 {
	font-size:30px;
	line-height:32px;
}

.banner-text h3 {
	font-size:20px;
	line-height:23px;
}

.banner-text p {
	font-size:15px;
	line-height:20px;
	padding-bottom:20px;
}

.banner-text ul li {
	padding:0px 5px 0px 5px;
	font-size:17px;
}

.banner-text ul li a {
	height:30px;
	line-height:30px;
	padding:0px 20px 0px 20px;
}


.bb-txt {
	position:static;
}

.bbt-wrap {
	padding:12px 0px 12px 0px;
	font-size:15px;
	line-height:19px;
}


.welcome {
	padding:30px 0px 40px 0px;
}

.welcome h3 {
	font-size:30px;
	line-height:33px;
}

.welcome p {
	font-size:18px;
	line-height:24px;
	padding-bottom:20px;
}

.w-video {
	width:300px;
}

.w-video img {
	width:100%;
	height:auto;
}

.w-video iframe {
	width:100%;
	height:190px;
}



.hs1_wrap {
	padding:15px 0px 15px 0px;
}

.hs1_wrap p {
	font-size:18px;
	line-height:24px;
}

.hs2 {
	border-bottom:none;
}



.hs2_wrap {
	padding-top:40px;
}

.hs2_wrap ul li {
	width:auto;
	margin:0px auto 20px auto;
	float:none;
	min-height:inherit;
	padding-bottom:20px;
	border-bottom:#ccc dashed 1px;
	
}


.hs2_wrap ul li h3 {
	font-size:24px;
	line-height:27px;
}



.hs2_wrap ul li:nth-child(3) {
	margin:0px auto 20px auto;
}

.our-dentists {
	padding:25px 0px 26px 0px;
	text-align:center;
}

.our-dentists h3 {
	font-size:31px;
	line-height:33px;
	padding-bottom:30px;
}

.our-dentists ul {
	overflow:hidden;
	padding-bottom:27px;
	padding-left:0px!important;
}

.our-dentists ul li {
	margin:0px auto 10px auto;
	border-bottom:none;
}


.book-online a {
	padding:0px 54px 0px 54px;
}


.map-section {
	height:341px;
}

.lt-map iframe {
	width:100%;
	height:341px;
}

.map-top-bar {
	display:none;
}

.map-section {
	height:530px;
}

.lt-map iframe {
	width:100%;
	height:530px;
}

.map-top-bar {
	display:none;
}

.map-section .oph {
	float:left;
	margin-top:80px;
	padding:10px 15px 10px 15px;
	margin-left:-3%;
}

.map-section .oph h3 {
	font-size:25px;
	line-height:27px;
}

.map-section .oph ul li {
	font-size:15px;
	line-height:18px;
}


.map-section .oph ul li strong {
	width:125px;
}

.cl-wrap {
	padding:10px 0px 10px 0px;
}

.cl-wrap ul li {
	display:inline-block;
	padding:0px 20px 20px 20px;
	max-width:inherit;
}

.cl-wrap ul li:first-child {
	padding-left:20px;
}


.cl-wrap ul li:last-child {
	padding-right:20px;
}


.footer_top {
	padding:22px 0px 20px 0px;
}

.ft_lhs {
	float:none;
	width:auto;
}

.ft_lhs ul li {
	float:none;
	width:auto;
	padding-bottom:20px;
	font-size:18px;
}


.opening_hours {
	float:none;
	width:auto;
	margin-left:0px;
	padding-bottom:20px;
}


.opening_hours ul li {
	font-size:16px;
	line-height:18px;
}

.contact_details {
	float:none;
	width:auto;
}

.contact_details ul li {
	padding-bottom:12px;
	font-size:16px;
	line-height:20px;
}


.footer-mid {
	background-image:none;
}

.fm-wrap {
	padding-bottom:15px;
	overflow:hidden;
}

.footer-bottom {
	background-color:#2b2b2a;
	background-image:none;
}


.copyright {
	float:left;
	padding-bottom:0px;
}

.powered {
	float:right;
}

.about .logo {
	background-image:url(images/le-tooth2.png);
}

.about .ht_rhs .call {
	color:#0098f0;
}

.sub-banner {
	height:auto;
	background-color:#ccc;
}

.sub-banner .sb-image {
	display:none;
}

.sb-wrap h2 {
	font-size:33px;
	line-height:35px;
	padding:20px 0px 25px 0px;
	color:#fff;
	text-align:left;
}
.sb-wrap h1 {
	font-size:33px;
	line-height:35px;
	padding:20px 0px 25px 0px;
	color:#fff;
	text-align:left;
}


.sub-text h3 {
	font-size:32px;
	line-height:36px;
}

.ph-box {
	padding:20px 20px 10px 20px;
	background-image:none;
}

.sub-text {
	font-size:17px;
}

.image-right {
	float:none;
	max-width:100%;
	margin:0px 0px 20px 0px;
}

.sub-text h5 {
	font-size:22px;
	line-height:25px;
}


.tab-section {
	position:relative;
	padding-top:42px;
}

.tab-menu { 
	padding: 0!important; 
	font-size:16px;
}


.tab-menu li a { 
	padding: 0px 12px 0px 12px;
	height:41px;
	line-height:41px;
	float:left;
	margin-right:11px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

		
.tab-content { 
	padding:30px 0px 20px 0px;
}
	

.sub-rhs {
	float:none;
	width:300px;
	padding:10px 0px 20px 0px;
	min-height:inherit;
}

.sub-lhs {
	float:none;
	width:auto;
	padding:10px 0px 20px 0px;
}

.sub-text h1 {
	font-size:36px;
	line-height:40px;
}


.sub-text h2 {
	font-size:34px;
	line-height:38px;
}

.sub-text h4 {
	font-size:23px;
	line-height:29px;
}



.contact_lhs {
	float:none;
	width:auto;
	padding:10px 0px 30px 0px;
}

.cf_box {
	float:none;
	width:auto;
	padding-bottom:15px;
}

.cf_box input {
	width:87%;
}

.cf_box input:focus {
	border:#01a7d9 solid 1px;
}

.cf-head {
	font-size:21px;
	line-height:24px;
}

.cf_box select {
	width:95%;
}


.cf_box2 textarea {
	width:87%;
	height:100px;
}

.contact-rhs {
	float:none;
	width:auto;
	font-size:19px;
}

.contact-rhs h3 {
	font-size:33px;
	line-height:36px;
}

.contact-rhs p {
	font-size:19px;
	line-height:25px;
}

.contact-rhs p strong {
	font-size:21px;
}


.tab-section2 {
	padding-top:inherit;
}

.tab-menu2 { 
	padding: 0!important; 
	position:static;
}

.tab-menu2 li { 
 display: block;
 width:auto;
 padding:0px!important; 
}

.tab-menu2 li a { 
	padding: 0px 15px 0px 15px;
	float:none;
	background-color:#fff;
	margin-right:0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	display:block;
	border-bottom:none;
}

.tab-menu2 li.active a {
	color:#000;
	border-bottom:none;
	background-color:#eee;
}
			
.tab-content2 { 
	padding:30px 0px 20px 0px;
}

.services-list ul li {
	width:300px;
	min-height:inherit;
	padding-bottom:30px!important;
	float:none;
	margin-right:0px;
}



.page-404 {
	background-image:none;
}

.page-404-wrap {
	padding:30px 0px 40px 0px;
	color:#666;
}

.page-404-wrap h2 {
	font-size:36px;
	line-height:38px;
}

.page-404-wrap h3 {
	font-size:18px;
	line-height:22px;
	padding-bottom:30px;
}

.prof-img {
	float:none;
	width:262px;
	margin:0px 0px 15px 0px;
}

.sr-img2 {
	width:298px;
}

.s-img {
	float:none;
	width:300px;
	margin:0px 0px 15px 0px;
}


.gift {
	width:auto;
	padding:15px;
}

.before-after-slider {
	padding-top:10px;
	padding-bottom:10px;
}


.bx-wrapper2 {
	width:97%;
	height:auto;
	margin:0px;
}


.before-after-wrapper {
	width:auto;
}


.case {
	font-size:26px;
}

.bai-lhs {
	width:49%;
}

.bai-rhs {
	width:49%;
}

.b-image img {
	max-height:168px;
}

.b-head {
	font-size:18px;
}


}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.container {
	min-width:420px;
}

.wrap {
	width:90%;
	min-width:420px;
}


.ht_wrap {
	padding:20px 0px 20px 0px;
}

.logo {
	float:none;
	width:420px;
	height:60px;
	margin:0 auto 20px auto;
	background-size:100% 100%;
}

.ht_rhs {
	float:none;
	width:300px;
	margin:0 auto;
	text-align:right;
}


.ht_rhs .call {
	font-size:28px;
	line-height:28px;
}

.ht_rhs .call strong {
	font-weight:400;
}

.ht_rhs .emergencies {
	font-size:20px;
	line-height:20px;
}

.ht_rhs .emergencies strong {
	font-size:19px;
	font-weight:400;
}

.htr_links .language {
	padding-left:0px;
	margin-left:15px;
}

.htr_links .language1 {
	padding-bottom:10px;
}


.header-bottom {
	position:static;
	padding-bottom:5px;
}



.social_links ul li {
	padding-left:20px;
}

.hb-slider {
	max-width:inherit;
	height:auto;
}


.hb-image {
	display:none;
}


.hb-image-mobile {
	height:300px;
	width:100%;
	display:block;
}

.hb-image-mobile img {
	height:100%;
	width:auto!important;
	max-width:inherit!important;
}

.banner-wrap {
	height:auto;
	padding:330px 0px 70px 0px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 20px;
}

.banner-text {
	margin-top:0px;
	float:none;
	width:auto;
}

.banner-text h2 {
	font-size:32px;
	line-height:34px;
}

.banner-text h3 {
	font-size:21px;
	line-height:24px;
}

.banner-text p {
	font-size:15px;
	line-height:21px;
	padding-bottom:20px;
}

.banner-text ul li {
	padding:0px 8px 0px 8px;
	font-size:17px;
}

.banner-text ul li a {
	height:35px;
	line-height:35px;
	padding:0px 20px 0px 20px;
}


.bb-txt {
	position:static;
}

.bbt-wrap {
	padding:12px 0px 12px 0px;
	font-size:16px;
	line-height:20px;
}


.welcome {
	padding:30px 0px 40px 0px;
}

.welcome h3 {
	font-size:30px;
	line-height:33px;
}

.welcome p {
	font-size:18px;
	line-height:24px;
	padding-bottom:20px;
}

.w-video {
	width:420px;
}

.w-video img {
	width:100%;
	height:auto;
}

.w-video iframe {
	width:100%;
	height:210px;
}


.hs1_wrap {
	padding:15px 0px 15px 0px;
}

.hs1_wrap p {
	font-size:18px;
	line-height:24px;
}

.hs2 {
	border-bottom:none;
}



.hs2_wrap {
	padding-top:40px;
}

.hs2_wrap ul li {
	width:auto;
	margin:0px auto 20px auto;
	float:none;
	min-height:inherit;
	padding-bottom:20px;
	border-bottom:#ccc dashed 1px;
	
}


.hs2_wrap ul li h3 {
	font-size:24px;
	line-height:27px;
}



.hs2_wrap ul li:nth-child(3) {
	margin:0px auto 20px auto;
}

.our-dentists {
	padding:25px 0px 26px 0px;
	text-align:center;
}

.our-dentists h3 {
	font-size:31px;
	line-height:33px;
	padding-bottom:30px;
}

.our-dentists ul {
	overflow:hidden;
	padding-bottom:27px;
}

.our-dentists ul li {
	margin:0px 30px 10px 30px;
	border-bottom:none;
}


.book-online a {
	padding:0px 54px 0px 54px;
}


.map-section {
	height:530px;
}

.lt-map iframe {
	width:100%;
	height:530px;
}

.map-top-bar {
	display:none;
}

.map-section .oph {
	float:left;
	margin-top:130px;
	padding:10px 30px 10px 30px;
	margin-left:-3%;
}

.map-section .oph h3 {
	font-size:27px;
	line-height:30px;
}

.map-section .oph ul li {
	font-size:17px;
	line-height:21px;
}


.map-section .oph ul li strong {
	width:145px;
}



.cl-wrap {
	padding:10px 0px 10px 0px;
}

.cl-wrap ul li {
	display:inline-block;
	padding:0px 20px 20px 20px;
	max-width:inherit;
}

.cl-wrap ul li:first-child {
	padding-left:20px;
}

.cl-wrap ul li:last-child {
	padding-right:20px;
}

.footer_top {
	padding:22px 0px 20px 0px;
}

.ft_lhs {
	float:none;
	width:auto;
}

.ft_lhs ul li {
	float:none;
	width:auto;
	padding-bottom:20px;
	font-size:18px;
}


.opening_hours {
	float:none;
	width:auto;
	margin-left:0px;
	padding-bottom:20px;
}


.opening_hours ul li {
	font-size:16px;
	line-height:18px;
}

.contact_details {
	float:none;
	width:auto;
}

.contact_details ul li {
	padding-bottom:12px;
	font-size:16px;
	line-height:20px;
}


.footer-mid {
	background-image:none;
}

.fm-wrap {
	padding-bottom:15px;
	overflow:hidden;
}

.footer-bottom {
	background-color:#2b2b2a;
	background-image:none;
}

.copyright {
	float:left;
	padding-bottom:0px;
}

.powered {
	float:right;
}

.about .logo {
	background-image:url(images/le-tooth2.png);
}

.about .ht_rhs .call {
	color:#0098f0;
}

.sub-banner {
	height:auto;
	background-color:#ccc;
}

.sub-banner .sb-image {
	display:none;
}

.sb-wrap h2 {
	font-size:43px;
	line-height:45px;
	padding:20px 0px 25px 0px;
	color:#fff;
	text-align:left;
}
.sb-wrap h1 {
	font-size:43px;
	line-height:45px;
	padding:20px 0px 25px 0px;
	color:#fff;
	text-align:left;
}

.sub-text h3 {
	font-size:32px;
	line-height:36px;
}

.ph-box {
	padding:20px 20px 10px 20px;
	background-image:none;
}

.sub-text {
	font-size:17px;
}

.image-right {
	float:none;
	max-width:100%;
	margin:0px 0px 20px 0px;
}

.sub-text h5 {
	font-size:23px;
	line-height:26px;
}


.tab-section {
	position:relative;
	padding-top:42px;
}

.tab-menu { 
	padding: 0!important; 
	font-size:18px;
}


.tab-menu li a { 
	padding: 0px 22px 0px 22px;
	height:41px;
	line-height:41px;
	float:left;
	margin-right:11px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

		
.tab-content { 
	padding:30px 0px 20px 0px;
}
	

.sub-rhs {
	float:none;
	width:307px;
	padding:10px 0px 20px 0px;
	min-height:inherit;
}

.sub-lhs {
	float:none;
	width:auto;
	padding:10px 0px 20px 0px;
}

.sub-text h1 {
	font-size:38px;
	line-height:42px;
}


.sub-text h2 {
	font-size:35px;
	line-height:40px;
}

.sub-text h4 {
	font-size:24px;
	line-height:30px;
}



.contact_lhs {
	float:none;
	width:auto;
	padding:10px 0px 30px 0px;
}

.cf_box {
	float:none;
	width:auto;
	padding-bottom:15px;
}

.cf_box input {
	width:87%;
}

.cf_box input:focus {
	border:#01a7d9 solid 1px;
}

.cf-head {
	font-size:21px;
	line-height:24px;
}

.cf_box select {
	width:95%;
}


.cf_box2 textarea {
	width:87%;
	height:100px;
}

.contact-rhs {
	float:none;
	width:auto;
	font-size:19px;
}

.contact-rhs h3 {
	font-size:33px;
	line-height:36px;
}

.contact-rhs p {
	font-size:19px;
	line-height:25px;
}

.contact-rhs p strong {
	font-size:21px;
}


.tab-section2 {
	padding-top:inherit;
}

.tab-menu2 { 
	padding: 0!important; 
	position:static;
}

.tab-menu2 li { 
 display: block;
 width:auto;
 padding:0px!important; 
}

.tab-menu2 li a { 
	padding: 0px 15px 0px 15px;
	float:none;
	background-color:#fff;
	margin-right:0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	display:block;
	border-bottom:none;
}

.tab-menu2 li.active a {
	color:#000;
	border-bottom:none;
	background-color:#eee;
}
			
.tab-content2 { 
	padding:30px 0px 20px 0px;
}

.services-list ul li {
	width:329px;
	min-height:inherit;
	padding-bottom:30px!important;
	float:none;
	margin-right:0px;
}



.page-404 {
	background-image:none;
}

.page-404-wrap {
	padding:30px 0px 40px 0px;
	color:#666;
}

.page-404-wrap h2 {
	font-size:46px;
	line-height:48px;
}

.page-404-wrap h3 {
	font-size:18px;
	line-height:22px;
	padding-bottom:30px;
}

.sr-img2 {
	width:327px;
}

.s-img {
	float:left;
	width:327px;
	margin:0px 30px 10px 0px;
}

.gift {
	width:auto;
	padding:20px;
}



.before-after-wrapper {
	width:auto;
}


.case {
	font-size:28px;
}

.bai-lhs {
	width:49%;
}

.bai-rhs {
	width:49%;
}

.b-image img {
	max-height:168px;
}

.b-head {
	font-size:22px;
}



}