
@font-face {
	font-family: 'Conv_MarketingScript';
	src: url('../fonts/MarketingScript.eot');
	src: local('Γÿ║'), 
        url('../fonts/MarketingScript.woff') format('woff'),
        url('../fonts/MarketingScript.ttf') format('truetype'),
        url('../fonts/MarketingScript.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
 


body {
    overflow-x: hidden;
    color: #333;
    font-family:"Helvetica Neue",'Source Sans Pro', Helvetica,Arial,sans-serif; 
    line-height: normal;
    font-size: 20px;
    font-weight: 300;
    font-size: 16px;
}

p {
    margin-bottom: 20px;
}


a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #073e89;
}


.img-left  {float: left; margin: 0 20px 20px 0;}
.img-right {float: right;margin: 0 0 20px 20px;}

.container {position: relative; min-width: 320px;}


#dental .row:first-child .col-md-4 {
    float: right;
}

#dental .img-right {
    width: 100%;
    height: auto;
    margin-top: 26%;
}
#dental .img-left {
    width: 100%;
    height: auto;
}


h1, .h 
{
font-family:"Helvetica Neue",'Source Sans Pro',Helvetica,Arial,sans-serif; 
font-size: 34px;
position: relative;
margin: 0 0 20px 0;
color:#1a354d;
    font-weight: 600;
}


.star { display: inline-block; height: 23px; }
.star span {display: inline-block; background: url(../images/star.svg) no-repeat; width: 23px; height: 23px; margin-right: 8px; position: relative; top:5px;}


.more {
    font-family:"Helvetica Neue Light",'Source Sans Pro',Helvetica,Arial,sans-serif; 
    font-size: 20.65px;
    text-decoration: none;
    background-color: #0d75c5;
    color: #fff;
    display:inline-block;
    padding: 5px 15px 0 15px;        
    border: 0;
    outline: 0;  
            border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0; 
    font-weight: 300;
}

.more:hover,  
.more:active, .more:focus {outline: 0; text-decoration: none; color: #fff;}


.video {
    width:426px;
    height:320px;
    margin: 0 auto;
}

.person { padding: 30px 0 10px 0; }

.tsm {
    min-height: 170px;
    padding: 20px 40px;
    position: relative;
    text-align: center;
    margin:0 auto 15px auto;
    width: 90%;
}

.tsm:before,
.tsm:after {
    content: " ";
    position: absolute;
    z-index: 90;
    width: 19px;
    height: 100%;
    background: url(../images/f_arrow.png) no-repeat;
    background-position: left center;
    display: inline-block;
    top:0;
}
.tsm:before { left: 0;}
.tsm:after {
    background-position: right center;
    right: 0;
} 


#speak .h { 
    font-family: 'Conv_MarketingScript', cursive;
    text-align: center;
    color: #1a354d;
    font-size: 40.59px;
    padding: 45px 0 0 0;
    margin-bottom: 5px;
    font-weight: normal;
    
}

.form {
    background: #0d75c5 url(../images/form_back.gif) no-repeat;
    background-position: 64vw center;
    background-size: auto 87%;
    color: #fff;
    text-align: center;
}
.form h1 {color: #fff; margin: 0; font-size: 34px; font-weight: 600;}
.form h2.h {color: #fff;}
.form h3 {color: #fff; font-size: 24px; text-align: left; margin:  20px 0 20px -58px;}

.h_info {font-size: 18.56px; margin-bottom: 40px;}

.form input {
    background-color: #0a5d9c;
    color:#fff;
    border: 1px solid #0a5d9c; outline: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    width: 90%;
    padding: 15px;
    font-size: 24px;
    font-family:"Helvetica Neue Light",Helvetica,Arial,sans-serif; 
    font-weight: 300;
    margin: 0 auto 40px auto;
    display: block;
}

.form label { 
    font-size: 20px;
    font-family:"Helvetica Neue Light",'Source Sans Pro',Helvetica,Arial,sans-serif;
    display: inline-block;
    margin: 0 30px 15px 0;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    font-weight: 300;
}

.form label:before {
    content: " ";
    display: inline-block;
    width: 19px;
    height: 19px;
    background:#0a5d9c url(../images/check.png) no-repeat;
    background-position: left top;
    position: absolute;
    left: 0;
    top:2px;
    z-index: 10;
    
} 

.form input[type="checkbox"] {display: none;}

.form input[type="checkbox"]:checked + label:before {
    background-position: right top;
}




.form input[type="submit"], .form button, .cf input[type="submit"]  {
   
    float: right;
    width: auto;
    background-color: #88addf;
    font-size: 34px;
    font-weight: 400;
    margin-top: 40px;
    padding: 10px 30px;
    margin:10px 10% 0 0;
    border:0;
}

.form input[type="submit"]:hover,
.form input[type="submit"]:active,
.form input[type="submit"]:focus {
    background-color:#0a5d9c;    
}
.form button:hover,
.form button:active,
.form button:focus {
    background-color:#0a5d9c;    
}
.form button {border-radius: 10px;}
.cf input[type="submit"]:hover,
.cf input[type="submit"]:active,
.cf input[type="submit"]:focus {
    background-color:#f6f6f6;    
}


 input[type="submit"]:active,
 input[type="submit"]:focus {
    position: relative;
    top:2px;
}


.cf,
.address {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    background-color: #fff;
    padding: 20px 40px;
    color: #494949;
    font-size: 20px;
}

.cf:after { content: " "; display: table; clear: both;}

.cf h3 {
    font-size: 26.64px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: 600;

}

.address {
    padding: 15px 30px;
    width: 60%;
    margin: 0 auto;
    font-weight: 600;
}


.cf input,
.cf textarea
{
    background-color:  #fff;;
    color:#464646;
    border: 1px solid #464646;
    outline: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    width: 100%;
    padding:10px 15px;
    font-size: 24px;
    font-family:"Helvetica Neue Light",'Source Sans Pro',Helvetica,Arial,sans-serif; 
    font-weight: 300;
    margin: 0 auto 27px auto;
    display: block;
}

.cf textarea {resize: vertical; margin: 0;}

.cf input[type="submit"] {
    background-color:  #f6f6f6;;
    color:#464646;
    border: 1px solid #464646;
    
    font-size: 24px;
    padding: 10px 30px;
    margin: 20px 0 0 0;
    
    
} 


#dental h1 { position: relative;}

.link_s {position: absolute; z-index: 1; left: 0; top:-170px;}
#schedule_link {top: -126px;}

.rel {position: relative;}

.footer {text-align: center; color:#464646; font-size: 18.22px; padding: 35px 0;}
.footer a {color:#464646}
.oneline {
background: #fff;	
    background: linear-gradient(180deg, transparent, #0d75c5, transparent);
    background-position: 50%;
    background-repeat: repeat-x;
background-size: auto 1px;
margin-bottom: 20px;
}

.oneline img { display: inline-block; box-shadow: 0 0 40px 24px rgb(255, 255, 255); }

.footer span { color: #9f9f9f; padding: 0 10px;}

#map-canvas {
    min-height:600px;
}

.gmap {position: relative; padding: 0; background-color: #fff; height: 594px;}
.gmap .container {
    position: absolute; 
    z-index: 100;
    left: 0; right: 0;
    bottom: 0;
    top: 60px;
    pointer-events: none;
}

.gmap .container .cf, .gmap .container .address {
    pointer-events: auto;
}


#speak {
    background: #0d75c5;
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 10%, #0d75c5 10%, #0d75c5 90%, #ffffff 90%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 10%,#0d75c5 10%,#0d75c5 90%,#ffffff 90%,#ffffff 100%); 
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 10%,#0d75c5 10%,#0d75c5 90%,#ffffff 90%,#ffffff 100%); 
   
    color: #fff;
    font-size: 18px;
    padding: 0;
}

#speak .col-md-6 {position: relative;}

#testimonials .row {margin-bottom: 35px}

#testimonials .row:nth-child(2n) .col-md-3:first-child {float: right;}
#testimonials .row:nth-child(2n) .col-md-6 {float: right;}


section { padding: 50px 0; position: relative;}

.learn { padding-bottom: 0; }

#portfolio_link,
#services_link,
#testimonials_link,
#contact_link,
#more_link 
{position: absolute; width: 100%; height: 1px; top:-100px; z-index: 100;}


#services { padding-bottom: 0;}

.navbar-default .navbar-nav > li > a[href^="tel"] {font-size: 29.8px; font-weight: bold; text-decoration: none; position: relative; top:-3px; padding: 4px 20px;}
.navbar-default .navbar-nav > li > a[href^="tel"]:hover {text-decoration: none;}
.ic_pic { height: 109px; width: 160px; margin: 0 auto 25px auto;}
.ic_1 { background: url(../images/ic_1.svg) no-repeat center center; background-size: contain; }
.ic_2 { background: url(../images/ic_2.svg) no-repeat center center; background-size: contain; }
.ic_3 { background: url(../images/ic_3.svg) no-repeat center center; background-size: contain; }


h2,
h3,
h4,
h5,
h6 {
    
    font-family:"Helvetica Neue Light",'Source Sans Pro',Helvetica,Arial,sans-serif; 
    font-weight: 300;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    background-image:url(../images/top_face.png), url(../images/back_top.jpg);
    background-repeat: no-repeat, no-repeat; 
  background-position: 45vw bottom, center center;
    background-size: auto 83%, cover;
    min-height: 756px;
    box-shadow: inset 0 0 40px rgba(1, 1, 1, 0.4);
    /*border-bottom: 9px solid #0d75c5;*/
    border-bottom: 3px solid #bababa;
}

header .container {
    padding-top: 200px;
    padding-bottom: 50px;

}

header .h {
color: #fff;    
text-shadow: 0 5px 13px rgba(1, 1, 1, 0.85);
    font-size: 60.36px;
        margin: 55px 0 95px 0;
}



header a {
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #0d75c5;
    border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
    font-size: 29.8px;
    padding: 7px 55px;
    line-height: normal;
    margin-left: 10%;
    font-weight: bold;
}

header a:hover,
header a:focus,
header a:active 
{text-decoration: none; color: #fff;} 

header a:hover,
header a:active { background-color: #0a5d9c;}

header a:active {position: relative; top:3px;}


header img {
    display: block;
    margin: 0 auto 20px;
}






.navbar-default {background-color: #fff;}
.navbar-default .navbar-nav > li > a {
    color:#1d79ca;
    font-family:"Helvetica Neue",'Source Sans Pro',Helvetica,Arial,sans-serif; 
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    padding: 10px 20px;
    
}

.navbar-default .navbar-nav > li:last-child > a {padding-right: 0;}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #00529b;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #00529b;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > .ic {padding: 5px;}


.navbar-fixed-top {
padding: 11px 0;
position:fixed;
box-shadow: 0 5px 13px rgba(1, 1, 1, 0.35);    
}

.navbar-right {margin-right: 0;}

   
.navbar 
{
    font-family:"Helvetica Neue Light",'Source Sans Pro',Helvetica,Arial,sans-serif; 
    font-weight: 400;
}


.navbar a:focus {
    outline: 0;
}


.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.icons {margin-top: 15px }

.info {
    border-top:33px solid #0d75c5;
    /*padding-bottom: 0;*/
}

.info img {
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;

}

.info .row { width: 100%; display: table;}
.info .col-md-6 { 
    display: table-cell; 
    height: 100%;
    padding: 0;
    vertical-align: bottom;
    float: none;
}
.info_1 {
    background: url(../images/back_down.jpg) no-repeat;
    background-position: 50vw bottom;
    background-size: auto 100%;
}

.info_1 .container div { padding-right: 45%;}


.info_2 .col-md-6:first-child {width: 45%;}
.info_2 .col-md-6:last-child {width: 55%;vertical-align: middle;}


.navbar-default .navbar-nav >
.blue_button a,
.blue_button a
{
    display: inline-block; 
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
    background-color: #0d75c5;
    padding: 4px 8px;
    margin: 5px 10px 5px 0;
}
 

.navbar-default .navbar-nav >
.blue_button a:hover,
.blue_button a:hover,
.navbar-default .navbar-nav >
.blue_button a:focus,
.blue_button a:focus
{ background-color: #0a5d9c; text-decoration: none; color: #fff;}

.navbar-default .navbar-nav >
.blue_button a:active,
.blue_button a:active {
    position: relative;
    top: 2px;
}

.learn .blue_button a {pointer-events: none;}
.learn .blue_button a:active {
    position: relative;
    top: 0;
}



.line {border-bottom: 10px solid #0d75c5; text-align: center; }


section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #073e89;
}


.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}



.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}


.map { background: #fff; margin-bottom: 40px}

.adr { margin-bottom: 40px}

.adr strong {display: inline-block; width: 100px;}

.navbar-default .navbar-toggle { border: 0; border-radius: 0; background-color: #fff;}
.fade.active {
    display: block;
}

.navbar-toggle {margin-right: 0;}

.tab-content {
    background-color: #073e89;
    color:#fff;
}

.tab-pane {text-align: justify;}
.tab-pane  h1 { margin: 0 0 23px 0;}

.nav-tabs { border-bottom: 0;width: 100%; margin-bottom: 40px}
.nav-tabs > li > a, 
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    border: 0;
    color: #262626;
    font-size: 30px;
    font-family: Arial, Verdana;
    font-weight: bold;
}

.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background-color: transparent}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
     
}



.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ccc;
}


.nav-tabs  li {
    float: left;
    margin-bottom: 0;
    display: block;
    width: 33%; float: left;
    text-align: center;
    position: relative;
}



.nav-tabs .active:after, .nav-tabs li:hover:after {
    content: " ";
    position: absolute;
    left: 39%;
    opacity: 1;
    margin: 0 auto;
    bottom: -40px;
    border: 40px solid transparent;
    border-bottom-color: #073e89;

  
}
.nav-tabs li:after {
    content: " ";
    position: absolute;
    left: 39%;
    opacity: 0;
    margin: 0 auto;
    bottom: -40px;
    border: 5px solid transparent;
    border-bottom-color: #073e89;
    transition: 0.1s ease-in-out;
    
}

.fade {
    display: none;
    padding: 50px 30% 100px 0;
}

.gmap .col-md-6 {float:right;}


input::-webkit-input-placeholder {color:#fff;font-size: 24px;font-family:"Helvetica Neue Thin",'Source Sans Pro',Helvetica,Arial,sans-serif;text-indent: 0px;   transition: text-indent 0.3s ease;font-weight: 300;}
input::-moz-placeholder          {color:#fff;font-size: 24px;font-family:"Helvetica Neue Thin",'Source Sans Pro',Helvetica,Arial,sans-serif;text-indent: 0px;   transition: text-indent 0.3s ease;font-weight: 300;}
input:-moz-placeholder           {color:#fff;font-size: 24px;font-family:"Helvetica Neue Thin",'Source Sans Pro',Helvetica,Arial,sans-seriftext-indent: 0px;   transition: text-indent 0.3s ease;font-weight: 300;}
input:-ms-input-placeholder      {color:#fff;font-size: 24px;font-family:"Helvetica Neue Thin",'Source Sans Pro',Helvetica,Arial,sans-serif;text-indent: 0px;   transition: text-indent 0.3s ease;font-weight: 300;}


input:focus::-webkit-input-placeholder {text-indent: 1500px; transition: text-indent 0.3s ease; }
input:focus::-moz-placeholder          {text-indent: 1500px; transition: text-indent 0.3s ease;}
input:focus:-moz-placeholder           {text-indent: 1500px; transition: text-indent 0.3s ease;}
input:focus:-ms-input-placeholder      {text-indent: 1500px; transition: text-indent 0.3s ease; }


.cf input::-webkit-input-placeholder {color: #494949;font-size: 20px;}
.cf input::-moz-placeholder {color: #494949;font-size: 20px;}
.cf input:-moz-placeholder {color: #494949;font-size: 20px;}
.cf input:-ms-input-placeholder  {color: #494949;font-size: 20px;}



textarea::-webkit-input-placeholder   {color: #494949;font-size: 20px;font-family:"Helvetica Neue Thin",'Source Sans Pro',Helvetica,Arial,sans-serif;opacity: 1;transition: opacity 0.3s ease;font-weight: 300;}
textarea::-moz-placeholder            {color: #494949;font-size: 20px;font-family:"Helvetica Neue Thin",'Source Sans Pro',Helvetica,Arial,sans-serif;opacity: 1;transition: opacity 0.3s ease;font-weight: 300;}
textarea:-moz-placeholder             {color: #494949;font-size: 20px;font-family:"Helvetica Neue Thin",'Source Sans Pro',Helvetica,Arial,sans-serif;opacity: 1;transition: opacity 0.3s ease;font-weight: 300;}
textarea:-ms-input-placeholder        {color: #494949;font-size: 20px;font-family:"Helvetica Neue Thin",'Source Sans Pro',Helvetica,Arial,sans-serif;opacity: 1;transition: opacity 0.3s ease;font-weight: 300;}

textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


.navbar-brand {
    padding: 0;
    height: auto;
    width: 240px;
}

.navbar-brand > img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.navbar-toggle {
    z-index:3;
}

.navbar-default .navbar-nav > li > .number:hover {text-decoration: none; color:#535353; cursor: text;}

.best
{width: 70%; margin: 0 auto; text-align: left;}




.more .arrow
{    width: 11px;
    height: 13px; display: block; position: relative; overflow: hidden; float: right; top:7px; margin-left: 20px;  transform:rotate(90deg);-moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); }

.arrow:before { content:" "; position: absolute; width: 100%; height: 1px; background-color: #fff; top:2px; left:0; transform:rotate(45deg);-moz-transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.arrow:after  { content:" "; position: absolute; width: 100%; height: 1px; background-color: #fff; bottom:2px; left:0;transform:rotate(-45deg);-moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}

.more .arrow:before, 
.more .arrow:after {background-color: #fff}

.more[aria-expanded="true"] .arrow { transform:rotate(-90deg);-moz-transform:rotate(-90deg); -webkit-transform:rotate(-90deg); }

#more_text {margin-top: 40px;}



.navbar-default .navbar-toggle .icon-bar {
    background-color: #0e75c5;
    height: 11px;
    width: 48px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0e75c5;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: rgba(255,255,255,.5);
}


@media (min-width: 768px) {
.container {
    width: 100%;
}
}


@media (min-width: 992px){
.container {
    width: 970px;
}
}


@media (min-width: 1200px) {
.container {
    width: 1110px;
    }
}


@media screen and (min-width: 320px) and (max-width: 768px)
{
    .container {width: 100%; padding: 0 15px;}
    body {font-size: 18px;}
   
    .best {padding-left: 15px;}
    
    .navbar-brand img,
    .info_2 .col-md-6:first-child img, 
    .img-left,
    .img-right {width: 100%; height: auto;}
    
    
    
    .navbar-brand img {margin-left: 4%;}
    
    .info_2 .col-md-6:first-child img {margin-bottom: 20px}
    
    .row { margin: 0;}
    
    .info .row {display: block;}
    
    .info_1 {background: none;}
    .info_1 .container div {padding: 0;}
    
    .info_2 .col-md-6:last-child, 
    .info_2 .col-md-6:first-child { width: 100%; display: block;}
    
    .video {width: 100%;}
    
    .icons .ic,
    .icons .blue_button 
    { display: none;}

    .link_s  {top: -100px;}
    .link_s#denture_link {top: -130px;}
    .link_s#meet_link {top: -420px;}
    
header h1 {
    font-size: 11vmin;
    padding-right: 10%;
   
}
    header a {font-size: 5vmin;
    padding: 7px 25px;
    margin-left: 4vmin;
    }
    
    .form {text-align: left;}
    .form h1, .form .h_info { text-align: center; padding: 10px 0;}
    .form h2 {padding-left: 0; margin-left: 0;}
    
    .form input[type="submit"] { float: none; margin: 15px auto 0 auto;}
    .form input {width: 100%;}
    
    .cf {padding: 20px;}
    .cf h3 {font-size:  25px}
    .address {    
        width: 100%;
        padding: 15px;
        float: left;
        margin-bottom: 20px;
        }
    
    #speak {background: #0d75c5;}
    
    #speak .col-md-6:last-child {background: #fff; padding-top: 40px; position: relative;}
    #speak .col-md-6:last-child:before {
        content: " ";
        position: absolute;
        z-index: 10;
        top:0;
        left: 0; right: 0;
        margin: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #0d75c5 transparent transparent transparent;
    }
    
    #speak .container,
    .gmap .container 
    { padding: 0}
    
    .gmap .col-md-6  {float: left;}
    .gmap .col-md-6:last-child {width: 100%;}
    .learn {padding-top: 10px;}
    .tsm {width: 100%;}
}


.youtube_section_row iframe{ width: 24%; height: auto;}

@media screen and (max-width: 640px) and (min-width: 320px) {
header {
    background-position: -23vw bottom, center center;
    background-size: auto 86%, cover;
}
.youtube_section_row iframe{ width: 100%;}
}

@media screen and (max-width: 768px) and (min-width: 640px) {
header {
    background-position: 24vw bottom, center center;
    background-size: auto 86%, cover;
}
.youtube_section_row iframe{ width: 48%; }
}


/*

#success {text-align: right;
height: 50px;
padding-top: 30px;
float: left;}*/
.cf button {
    background-color: #f6f6f6;
    color: #464646;
    border: 1px solid #464646;
    font-size: 24px;
    padding: 10px 30px;
    margin: 20px 0 0 0;
	float: right;
	width: auto;
	font-weight: 400;
	outline: none;
	border-radius: 8px;
	font-family: "Helvetica Neue Light",'Source Sans Pro',Helvetica,Arial,sans-serif;
}


@media (max-width: 970px) {
.navbar-default .navbar-nav > li > a {
    padding: 10px;
    font-size: 16px;
}

    
.navbar-brand {
    width: 199px;
    }    
    
}

/* start burder menu */

@media (max-width: 800px) {
  .navbar-header {
    float: none;
      }
    
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
}



#success, #results {
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    overflow: hidden;
    position: fixed;
    top:0px;
    bottom:0;
    right:0;
    left:0;
    z-index:1050;
    -webkit-overflow-scrolling: touch;
    outline:0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    font-family: "Helvetica Neue", 'Source Sans Pro', Helvetica, Arial, sans-serif;
    background-color: rgba(0,0,0,.3);    
}

.clos { text-align: center;  font-size: 33px; padding-top: 30px; text-decoration: underline; position: absolute; bottom: 100px; left: 0; right: 0; z-index: 1052;}

#success .con, #results .st {
    padding: 35px 45px;
    width: 610px;
    background: #fff url(../images/th.png) no-repeat 31px 26px ;    
    border: 0;
    border-radius: 0;
    text-align: justify;
    background-clip: border-box;
    margin: 10% auto;
    position: relative;
    font-size: 18px;
    color: #999;
}

#success .con strong, #results .st strong {
    color:#3a3a3a;
     font-family: "Helvetica Neue Medium", 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

#success .close-modal, #results .close-modal  {
    position: absolute;
    top: 20px;
    right: 41px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    cursor: pointer;
}

#success .close-modal .lr, #results .close-modal .lr {
    z-index: 1051;
    width: 2px;
    height: 15px;
    margin-left: 35px;
    background-color: #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#success .close-modal .lr .rl, #results .close-modal .lr .rl {
    z-index: 1052;
    width: 2px;
    height: 15px;
    background-color: #999;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#success_s, #results {
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    overflow: hidden;
    position: fixed;
    top:0px;
    bottom:0;
    right:0;
    left:0;
    z-index:1050;
    -webkit-overflow-scrolling: touch;
    outline:0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    font-family: "Helvetica Neue", 'Source Sans Pro', Helvetica, Arial, sans-serif;
    background-color: rgba(0,0,0,.3);    
}

.clos { text-align: center;  font-size: 33px; padding-top: 30px; text-decoration: underline; position: absolute; bottom: 100px; left: 0; right: 0; z-index: 1052;}

#success_s .con, #results .st {
    padding: 35px 45px;
    width: 610px;
    background: #fff url(../images/th.png) no-repeat 31px 26px ;    
    border: 0;
    border-radius: 0;
    text-align: justify;
    background-clip: border-box;
    margin: 10% auto;
    position: relative;
    font-size: 18px;
    color: #999;
}

#success_s .con strong, #results .st strong {
    color:#3a3a3a;
     font-family: "Helvetica Neue Medium", 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

#success_s .close-modal, #results .close-modal  {
    position: absolute;
    top: 20px;
    right: 41px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    cursor: pointer;
}

#success_s .close-modal .lr, #results .close-modal .lr {
    z-index: 1051;
    width: 2px;
    height: 15px;
    margin-left: 35px;
    background-color: #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#success_s .close-modal .lr .rl, #results .close-modal .lr .rl {
    z-index: 1052;
    width: 2px;
    height: 15px;
    background-color: #999;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.modal-dialog {background-color: rgb(255, 255, 255);
padding: 50px;color:#666;margin-top: 150px;}
.modal-dialog h2{color:#666; font-size:22px;}


.nwin {text-align: left; font-size: 18px;}
.nwin h1 {
    font-family: 'Conv_MarketingScript', cursive;
    text-align: center;
    color: #1a354d;
    padding: 0;
    margin-bottom: 15px;
    font-weight: normal;
}

.zn h1 {text-align: left;}
.zn {
    padding: 10px 0 0 131px;
    background: url(../images/hi.png) no-repeat 0 5px;

} 


