/*=============================================================================
  [site.enhanced.css]
  ============================================================================*/

/*------------------------------------------------------------------
 # [Buttons] ::start
-------------------------------------------------------------------*/
.btn { font-size: 1.6em; }
/*------------------------------------------------------------------
 # [Buttons] ::end
-------------------------------------------------------------------*/

.minimal { display: none; }
.enhanced { display: block; }

ul, ol { font-size: 1.0em; }

#main-container {
    width: 100%;
    margin: 0 auto;
}

#masthead {
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    overflow: visible;
}

.inner-masthead {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    height: 180px;
}
.controller-index .inner-masthead { height: 170px; }

.masthead-options {
    margin: 20px 0 0;
    padding: 0;
    position: relative;
}

.masthead-options .list {
    margin: auto;
    padding: 0;
    font-size: 1.3em;
    position: absolute;
    right: 6%;
    top: 12px;
}

.masthead-options li { 
    float: left;
    display: block;
}

.masthead-options a {
    display: block;
    padding: 10px 15px;
    margin-right: 5px;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.masthead-options a:hover { 
    color: #00b2e8;
    border-color: #00b2e8;
    background-color: transparent; 
}

.csstransitions .masthead-options a {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

#logo {
    position: relative;
    margin: 0;
    float: left;
    z-index: 9999;
}

#logo a { display: block; }

.overview {
    margin-top: 0;
    position: relative;
    top: 0;
    z-index: 1001;
    height: 690px;
    overflow: hidden;
    padding: 0 20px;
    background:url('/img/pages/index/parallax-1-20141114.jpg') 0 0 no-repeat #406081;
    background-size: cover;
}

.overview-contents {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.overview .headline {
    margin: 130px 0 0;
    text-align: center;
    font-size: 3.1em;
}

.overview .features-list {
    margin: 30px auto;
    width: 75%;
    overflow: hidden;
    text-align: center;
}

.overview .features-list li {
    display: inline-block;
    padding: 0;
    border-bottom: none;
    height: 60px;
    margin: 20px 4%;
}
.overview .features-list li .text { background-image: none; }

.overview .features-list a { 
    padding-top: 40px;
    background-position: center 0;
}

.csstransitions .overview .features-list a .text {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

.overview .features-list a:hover .text { color: #fff; }

.overview-btn {
    padding: 12px 40px;

    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.overview-btn:after {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

/*+++++++++++++++++++++
 # [IE] ::start
 +++++++++++++++++++++*/
.ie10 .overview-btn,
.ie10 .overview-btn:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ie .overview .features-list li { margin: 20px 3%; }
/*+++++++++++++++++++++
 # [IE] ::end
 +++++++++++++++++++++*/

/* [.points-of-contact] ::start */
.points-of-contact {
    position: relative;
    z-index: 1002;
    background:url('/img/pages/index/park-20141031.jpg') 0 0 no-repeat;
    height: 650px;
    overflow: hidden;
    background-size: cover;
}

.points-of-contact .details {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 960px;
    margin: auto;
    padding: 0 20px;
    width: 100%;
}

.points-of-contact .details .col-1 {
    padding: 0;
    width: 40%;
}
.points-of-contact .details .col-2 {
    padding: 0;
    width: 60%;
}

.points-of-contact .contact-info { padding: 20px 0; }

.points-of-contact .contact-info,
.hours-of-operation .list .day,
.hours-of-operation .list .time,
.hours-of-operation .list .schedule {
    font-size: 1.7em;
}

.points-of-contact .contact-info dd { margin-top: -25px; }

.points-of-contact .contact-info dd:nth-child(4) { margin-bottom: 5px; }
/* [.points-of-contact] ::end */

/* [.hours-of-operation] ::start */
.hours-of-operation { padding: 20px 0; }

.hours-of-operation li { border-bottom: 1px solid #9CA3A3; }

.hours-of-operation li:last-child { border-bottom: none; }
/* [.hours-of-operation] ::end */

/* [.map-wrapper] ::start */
.maps-wrapper .e-link {
    position: absolute;
    bottom: 30px;
    left: 40%;
    font-size: 1.2em;
}

.maps-wrapper {
    position: relative;
    min-height: 500px;
}

.maps-wrapper .map {
  /*  position: absolute;
    background:url('/img/pages/index/map-20140929.png') no-repeat;
    width: 477px;
    height: 413px;
    text-indent: -9999px;
    left: 100px;*/
}

.maps-wrapper .map-pin {
    position: absolute;
    background:url('/img/pages/index/map-pin-20150128.png') no-repeat;
    width: 169px;
    height: 103px;
    text-indent: -9999px;
    top: 150px;
    right: 145px;
}

.ie8 .maps-wrapper .map-pin { right: 155px; }

.maps-wrapper .map-pin:hover {
    animation-name: hatch;
    -webkit-animation-name: hatch;

    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;

    visibility: visible !important;
}

@keyframes hatch {
    0% { transform: rotate(-2deg) scaleY(1.20); }
    20% { transform: rotate(-2deg) scaleY(1.05); }
    35% { transform: rotate(2deg) scaleY(1); }
    50% { transform: rotate(-2deg); }
    65% { transform: rotate(1deg); }
    80% { transform: rotate(-1deg); }
    100% { transform: rotate(0deg); }
}

@-webkit-keyframes hatch {
    0% { transform: rotate(-2deg) scaleY(1.20); }
    20% { -webkit-transform: rotate(-2deg) scaleY(1.05); }
    35% { -webkit-transform: rotate(2deg) scaleY(1); }
    50% { -webkit-transform: rotate(-2deg); }
    65% { -webkit-transform: rotate(1deg); }
    80% { -webkit-transform: rotate(-1deg); }
    100% { -webkit-transform: rotate(0deg); }
}

/* [.map-wrapper] ::end */
/*------------------------------------------------------------------
 # [Intro] ::start
 ------------------------------------------------------------------*/
.intro.cols { }

.intro.cols .col-1 { width: 66.145833333%; }

.intro.cols .col-2 {
    width: 32.291666667%;
    margin-left: 1.5625%;
}
/*------------------------------------------------------------------
 # [Intro] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Lists] ::start
 ------------------------------------------------------------------*/
.basic-list { 
    font-size:  1.4em;
    font-family: 'Asap Regular', Verdana, Arial, sans-serif;
}

.list-2 li a {
    padding: 8px 30px;
    background:url('/img/ui/btns/arrow-right-1-20141110.png') 0 10px no-repeat;
    background-position: 0 10px;
    border-bottom: none;
    text-transform: none;
}

.list-2 li a:hover,
.list-2 li.active a,
.list-2 .active.in-view a {
    background-image:url('/img/ui/btns/arrow-right-2-20141110.png');
}

.list-4 { font-size: 1.55em; }
/*------------------------------------------------------------------
 # [Lists] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Image Lists] ::start
 ------------------------------------------------------------------*/
.img-list-1 .cols .col-item {
    width: 32.291666667%;
    margin-left: 1.5625%;
}

.img-list-1 .cols .col-item:first-child,
.img-list-1 .cols .col-item:nth-child(4n) {
    margin-left: 0;
}
/*------------------------------------------------------------------
 # [Image Lists] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Group] ::start
-------------------------------------------------------------------*/
.group-2 > .col-1 { width: 25%; }

.group-2 > .col-2 {
    padding-left: 20px;
    width: 75%;
}
/*------------------------------------------------------------------
 # [Group] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Subpage] ::start
-------------------------------------------------------------------*/
.subpage { position: relative; }

.subpage .page-title { margin-bottom: 30px; }

.subpage-banner { padding: 50px 20px; }

.subpage-banner .banner-details,
.subpage-content .content-details {
    margin: auto;
    width: 100%;
    max-width: 960px;
}

.subpage-content .content-wrapper {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.content-wrapper > .col-1 { width: 20%; }
.content-wrapper > .col-2 { width: 80%; }

/* [override for the Services page col-item] ::start */
.controller-services .content-wrapper .col-item { float: right;}
.controller-services .content-wrapper > .col-1 { width: 80%; }
.controller-services .content-wrapper > .col-2 { width: 20%; }
.controller-services .content-wrapper .before-and-after-toggle > .col-item,
.controller-services .content-wrapper .before-and-after-wrapper > .col-item {
    float: left;
}
/* [override for the Services page col-item] ::end */

.subpage-content { position: relative; }

.page-link.btn-2 { font-size: 1.8em; }

/* [Fancybox] ::start */
.fancybox-inner-content .fancybox-inner-image {
    width: 250px;
    padding-left: 10px;
}

.fancybox-inner-content .fancybox-inner-desc {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 30px;
    height: 200px;
}

.csstransitions .fancybox-next span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.csstransitions .fancybox-prev span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.fancybox-next span:hover { opacity: 0.5 }
.fancybox-prev span:hover { opacity: 0.5 }
/*+++++++++++++++++++++
 # [IE] ::start
 +++++++++++++++++++++*/
.no-rgba .fancybox-overlay {
    background-color: #000;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=95)';
    filter: alpha(opacity=95);
}

.ie9 .fancybox-title-float-wrap { right: 65%; }
/*+++++++++++++++++++++
 # [IE] ::end
 +++++++++++++++++++++*/
/* [Fancybox] ::end */

/* [Details list] ::start */
.details-list li:last-child { border-bottom: none; } 
.details-list .list-item { padding: 30px; }

.details-list .list-item .title { font-size: 2.7em; }

.details-list .list-item .subtitle { font-size: 2em; }

.details-list .list-item .desc p { font-size: 1.8em; }

.before-and-after-wrapper > .col-item {
    width: 50%;
    text-align: center;
}
/*.before-and-after-wrapper > .col-1 { border-right: 1px dotted #CCC; }*/

.before-and-after-toggle .procedure { width: 45%; }

.before-and-after-toggle .procedure-preview {
    margin: auto;
    width: 150px;
}

.before-and-after-toggle .procedure-btn { margin-top: 20px; }

.before-and-after-toggle .procedure-btn::before,
.before-and-after-toggle .procedure-btn::after {
    bottom: 33px;
}

.before-and-after-toggle .procedure-btn::before,
.before-and-after-toggle .after-procedure.active .procedure-btn:after {
    width: 45%;
}

/*.before-and-after-toggle .procedure-btn { font-size: 1.7em; }*/

/*.before-and-after-toggle .procedure-btn::before { width: 37%; }*/

/*.before-and-after-toggle .after-procedure.active .procedure-btn::after { width: 33%; }*/
/* [Details list] ::end */

/* [Sidebar] ::start */
.sidebar .sidebar-title { margin-top: 0; }

.sidebar li a { font-size: 1.8em; }

.sidebar .sidebar-btn {
    margin-bottom: 0;
    width: auto;
}
/* [Sidebar] ::end */

/* [.scroll-list] ::start */

.ie8 .scroll-list > li {
    opacity: 0.3;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /* IE 5-7 */
    filter: alpha(opacity=30);
}

.ie8 .scroll-list > li.active {
    opacity: 1;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
}
/* [.scroll-list] ::end */

/*------------------------------------------------------------------
 # [Subpage] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Meet the Team] ::start
 # [/meet-the-team]
-------------------------------------------------------------------*/
.controller-meet-the-team .subpage-banner { padding-bottom: 120px; }

.controller-meet-the-team .responsive-tabs {
    position: relative;
    top: -78px;
    padding: 0;
}

.controller-meet-the-team .responsive-tabs-nav .r-tabs-tab {
    position: relative;
    float: left;
    width: 33.15%;
    margin-right: 1px;
}

.controller-meet-the-team .responsive-tabs-nav .r-tabs-anchor {
    position: relative;
    top: 0;
    display: block;
    padding: 15px;
    background-color: #FF7400;
    background-image: none;
    color: #FFF;
    font-family: "Poetsen One Regular", Arial, Verdana, sans-serif;
    font-size: 2em;
    text-align: center;
    text-decoration: none;
}

.controller-meet-the-team .responsive-tabs-nav .r-tabs-state-active .r-tabs-anchor,
.controller-meet-the-team .responsive-tabs-nav .r-tabs-tab.r-tabs-state-active .r-tabs-anchor:hover {
    padding: 22px 15px 22px;
    background-color: #FFF;
    color: #1C284B;
    border-top: 6px solid #FF7400;
}

.controller-meet-the-team .responsive-tabs-nav .r-tabs-tab .r-tabs-anchor:hover {
    padding: 9px 15px 15px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFF;
    border-top: 6px solid #00B2E8;
}

.csstransitions.controller-meet-the-team .responsive-tabs-nav .r-tabs-tab .r-tabs-anchor {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

.controller-meet-the-team .responsive-tabs-nav .r-tabs-state-active .r-tabs-anchor { top: -20px; }

.csstransitions.controller-meet-the-team .responsive-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    -webkit-transition: top 0.6s ease-in-out;
    -moz-transition: top 0.6s ease-in-out;
    -o-transition: top 0.6s ease-in-out;
    -ms-transition: top 0.6s ease-in-out;
    transition: top 0.6s ease-in-out;
}

.controller-meet-the-team .r-tabs-panel {
    padding: 40px 20px;
    clear: both;
    border: none;
}

.controller-meet-the-team .group-1 { width: 33.333333333%; }

/*+++++++++++++++++++++
 # [IE] ::start
 +++++++++++++++++++++*/
.ie8.controller-meet-the-team .responsive-tabs-nav .r-tabs-tab .r-tabs-anchor:hover {
    background-color: #182343;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000,endColorstr=#10000000);
}

.ie8.controller-meet-the-team .responsive-tabs-nav .r-tabs-state-active .r-tabs-anchor,
.ie8.controller-meet-the-team .responsive-tabs-nav .r-tabs-tab.r-tabs-state-active .r-tabs-anchor:hover {
    background-color: #FFF;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
/*+++++++++++++++++++++
 # [IE] ::end
 +++++++++++++++++++++*/
/*------------------------------------------------------------------
 # [Meet the Team] ::end
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Services] ::start
 # [/services]
-------------------------------------------------------------------*/

.controller-services .group-1 { width: 25%; }

/*------------------------------------------------------------------
 # [Services] ::start
-------------------------------------------------------------------*/






/*------------------------------------------------------------------
 # [Services] ::start
 # [/services]
-------------------------------------------------------------------*/
.controller-services .subpage-content .content-wrapper { margin-top: 70px; }
/*------------------------------------------------------------------
 # [Services] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Testimonials] ::start
 # [/testimonials]
-------------------------------------------------------------------*/
.controller-testimonials .toggable-group-1 .title { font-size: 3em; }
/*------------------------------------------------------------------
 # [/testimonials] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Smile Gallery] ::start
 # [/smile-gallery]
-------------------------------------------------------------------*/
.controller-smile-gallery .subpage-content .content-wrapper { margin-top: 70px; }

.controller-smile-gallery .twentytwenty-wrapper { max-width: 640px; }

/* [twentytwenty] ::start */
.twentytwenty-before-label::before,
.twentytwenty-after-label::before {
    font-size: 1.8em;
}

/*+++++++++++++++++++++
 # [IE] ::start
 +++++++++++++++++++++*/
.ie .twentytwenty-before-label::before,
.ie .twentytwenty-after-label::before {
    font-size: 0.7em;
}

.ie8 .twentytwenty-before-label:before,
.ie8 .twentytwenty-after-label:before {
    font-family: "Poetsen One Regular", Arial, Verdana, sans-serif;;
    font-size: 1.8em;
}
/*+++++++++++++++++++++
 # [IE] ::end
 +++++++++++++++++++++*/
/* [twentytwenty] ::end */
/*------------------------------------------------------------------
 # [Smile Gallery] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Site Map] ::start
 # [/site-map]
-------------------------------------------------------------------*/
.controller-site-map .content-details { padding: 0; }

/*.controller-site-map .sitemap-list { padding-left: 12px; }*/

.controller-site-map .sitemap-list li {
    margin-right: 5%;
    width: 45%;
}

.controller-site-map .sitemap-list li:nth-child(6) { border-bottom: none; }

.controller-site-map .sitemap-list li:nth-child(7) { margin-top: -345px; }

.controller-site-map .sitemap-list li:nth-child(n+7) {
    margin-right: 0;
    margin-left: 55%;
}

/*+++++++++++++++++++++
 # [IE] ::start
 +++++++++++++++++++++*/
.ie.controller-site-map .sitemap-list li:nth-child(7) { margin-top: -347px; }
/*+++++++++++++++++++++
 # [IE] ::end
 +++++++++++++++++++++*/
/*------------------------------------------------------------------
 # [Site Map] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Contact Us] ::start
 # [/location-contact-hours]
-------------------------------------------------------------------*/
.content-details { padding: 20px;}

.controller-location-contact-hours .two-cols > .col-1 { width: 45%; }
.controller-location-contact-hours .two-cols > .col-2 {
    width: 50%;
    margin-left: 5%;
}

.controller-location-contact-hours .two-cols > .col-item { float: left; }

.controller-location-contact-hours .contact-form { padding-top: 0; }

.controller-location-contact-hours iframe {
    width: 100%;
    height: 220px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.controller-location-contact-hours .group-item:first-child{ margin-top: 0; }
/*------------------------------------------------------------------
 # [Contact Us] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Froz Search Results] ::start
-------------------------------------------------------------------*/
.froz-search-results .search-summary { margin-bottom: 20px; }

.froz-search-results .search-summary strong { color: #000; }

.froz-search-results .title { display: inline-block; }

.froz-search-results .title a { font-size: 0.9em; }

.froz-search-results li { font-size: 1.5em; }

.froz-search-results .pagination-control { font-size: 1.4em; }
/*------------------------------------------------------------------
 # [Froz Search Results] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [ScrollNav] ::start
-------------------------------------------------------------------*/
.scrollNav { position: absolute; }

.scroll-nav.fixed .scroll-nav__wrapper {
    position: fixed;
    top: 0;
}
/*------------------------------------------------------------------
 # [ScrollNav] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Footer] ::start
-------------------------------------------------------------------*/
#foot-navigation {
    padding: 20px 0;
    width: 60%;
    border-bottom: none;
}

.footer-cols .partner-site { width: 40%; }

.footer-cols > .partner-site .col-1 {
    padding-top: 10px;
    text-align: right;
}

.footer-cols > .partner-site .col-1 .text {
    font-size: 1.3em;
    text-align: right;
}

.copyright-wrapper { padding: 0; }
.copyright-wrapper .copyright-content {
    overflow: auto;
    max-width: 960px;
    margin: auto;
    padding: 20px;
}
#copyright {
    padding: 10px;
    font-size: 1.3em;
    float: left;
    width: 80%;
    text-align: left;
}

#copyright .site-title { display: inline-block; }
.social-icons { 
    margin: 0;
    float: left;
    width: 20%;
    text-align: right;
}
.social-icons .list { text-align: right; }
/*------------------------------------------------------------------
 # [Footer] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Accordion responsive breakpoint] ::start
-------------------------------------------------------------------*/
@media only screen and (min-width: 641px) {
    .r-tabs .r-tabs-nav { display: block; }

    .r-tabs .r-tabs-accordion-title { display: none; }
}
/*------------------------------------------------------------------
 # [Accordion responsive breakpoint] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Minimal, Browser Width: 640] ::start
 ------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
    .minimal { display: block; }
    .enhanced { display: none; }
}
/*------------------------------------------------------------------
 # [Minimal, Browser Width: 640] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 768] ::start
 ------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .masthead-options .list { right: 0; }

    .scroll-nav.fixed .scroll-nav__wrapper { max-width: 145px; }

    .controller-meet-the-team .group-1 { padding: 20px; }

    #copyright .link-1 { display: block; }
}
/*------------------------------------------------------------------
 # [Browser Width: 768] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 768] ::start
 ------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .img-list-1 {}

    .img-list-1 .img-list-item {
        width: 20%;
    }

    .img-list-1 .img-list-link {
        opacity: 0.5;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        /* IE 5-7 */
        filter: alpha(opacity=30);

        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

    .img-list-1 .img-list-link:hover { opacity: 1; }
}
/*------------------------------------------------------------------
 # [Browser Width: 768] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 786] ::start
 ------------------------------------------------------------------*/
@media screen and (min-width: 786px) {
    .controller-site-map .sitemap-list li:nth-child(8) { margin-top: -398px; }
}
/*------------------------------------------------------------------
 # [Browser Width: 786] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 800] ::start
 ------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
    .before-and-after-toggle .procedure-preview { width: 95px; }
}
/*------------------------------------------------------------------
 # [Browser Width: 800] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 800 to 959] ::start
 ------------------------------------------------------------------*/
@media screen and (min-width: 800px) and (max-width: 959px) {
    .before-and-after-toggle .procedure-preview { width: 120px; }
}
/*------------------------------------------------------------------
 # [Browser Width: 800 to 959] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 959] ::start
 ------------------------------------------------------------------*/
@media screen and (max-width: 959px) {
    .inner-masthead { height: 220px; }

    .sidebar li a { font-size: 1.5em; }
}
/*------------------------------------------------------------------
 # [Browser Width: 959] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Enhanced, Browser Width: 1024] ::start
 ------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .overview {
        background-position: 55% 0 !important;

        -webkit-background-size: 1300px;
        background-size: 1300px;
    }

    .points-of-contact {
        -webkit-background-size: 1300px;
        background-size: 1300px;
    }
}
/*------------------------------------------------------------------
 # [Enhanced, Browser Width: 1024] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 1024 up] ::start
 ------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
    .fancybox-inner { max-width: 960px; }
}
/*------------------------------------------------------------------
 # [Browser Width: 1024 up] ::end
 ------------------------------------------------------------------*/


/*=============================================================================
  [site.navigations.enhanced.css]
  ============================================================================*/

/*------------------------------------------------------------------
 # [Breadcrumbs] ::start
 ------------------------------------------------------------------*/
.ie8 .breadcrumbs.breadcrumbs-1 ul li {
    display: block;
    background:url('/img/ui/btns/breadcrumbs-arrow.png') 100% center no-repeat;
}

.ie8 .breadcrumbs.breadcrumbs-1 ul li.active { background-image: none; }

.ie8 .breadcrumbs.breadcrumbs-1 ul li { padding-right: 15px; }

.ie8 .breadcrumbs.breadcrumbs-1 ul li:last-child { padding-right: 0; }
/*------------------------------------------------------------------
 # [Breadcrumbs] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Head Navigation] ::start
 ------------------------------------------------------------------*/
#head-navigation {
    position: absolute;
    top: 140px;
    left: 0;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 60px;
    width: 100%;
    height: auto;
    text-align: center;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#head-navigation .navigation { top: 0; }

#head-navigation .navigation li {
    float: left;
    margin: 15px 0 0;
    padding: 0;
    width: 17.5%;
}
#head-navigation .navigation .nav-smile-gallery { width: 30%; }

#head-navigation > ul > li a {
    padding: 0;
    color: #00B2E8;
    font-size: 1.8em;
    border: none;
    letter-spacing: 0.05em;
    outline: none;
    text-align: center;
}

#head-navigation > ul > li a:hover,
#head-navigation > ul > li.active a {
    color: #FF6B36;
}

#head-navigation.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    -webkit-box-shadow: 0 1px 0 #dcdcdc;
    -moz-box-shadow: 0 1px 0 #dcdcdc;
    box-shadow: 0 1px 0 #dcdcdc;
}

#head-navigation.sticky-nav .navigation { 
    max-width: 920px;
    padding: 3px 20px;
}

/*+++++++++++++++++++++
 # [Overrides] ::start
 +++++++++++++++++++++*/
.no-rgba #head-navigation.sticky-nav {
    background-color: #fff;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=95)';
    filter: alpha(opacity=95);
}

.ie8 #head-navigation { top: 130px; }
.ie8 #head-navigation.sticky-nav { top: 0; }

.ie8 #head-navigation .navigation li { margin: 0; }
.ie8 #head-navigation.sticky-nav .navigation li { margin-top: 15px; }

.no-boxshadow #head-navigation.sticky-nav { border-bottom: 1px solid #dcdcdc; }
/*+++++++++++++++++++++
 # [Overrides] ::end
 +++++++++++++++++++++*/
/*------------------------------------------------------------------
 # [Head Navigation] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Foot Navigation] ::start
-------------------------------------------------------------------*/
.footer-cols > .partner-site {
    padding: 10px 0 0;
}

#foot-navigation ul { text-align: left; }

#foot-navigation ul li a {
    padding: 0 30px 0 0;
    font-size: 1.3em;
}
#foot-navigation ul li:last-child a { padding-right: 0; }

#inner-footer {
    margin: 0 auto;
    padding: 20px;
    max-width: 960px;
}

#foot-navigation ul li a {
    border: none;
    float: left;
    width: auto;
}

/*+++++++++++++++++++++
 # [IE] ::start
 +++++++++++++++++++++*/
.ie8 #foot-navigation ul li a {
    padding: 0 25px 0 0;
    font-size: 1.3em;
}
/*+++++++++++++++++++++
 # [IE] ::end
 +++++++++++++++++++++*/
/*------------------------------------------------------------------
 # [Foot Navigation] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 768] ::start
 ------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    #head-navigation .navigation { width: 100%; }

    #head-navigation > ul > li a { letter-spacing: 0; }

    #foot-navigation ul li a {
        padding-right: 20px;
        font-size: 1.2em;
    }
}
/*------------------------------------------------------------------
 # [Browser Width: 768] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 900] ::start
 ------------------------------------------------------------------*/
@media screen and (max-width: 900px) {
    #head-navigation .navigation li { width: 20% !important; }
}
/*------------------------------------------------------------------
 # [Browser Width: 900] ::end
 ------------------------------------------------------------------*/




/*=============================================================================
  [site.forms.enhanced.css]
  ============================================================================*/

/*------------------------------------------------------------------
 # [Main Search] ::start
 ------------------------------------------------------------------*/
.search-wrapper { 
    display: inline-block;
    float: left;
    width: auto;
}

#main-search {
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    float: right;
    margin: 0;
    padding: 10px 8px 8px;
    width: 40px;
    height: 40px;

    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    transition: width 0.5s;
}

#main-search.active { width: 200px; }

#main_search_btn {
    display: none;
    top: 3px;
    right: 6px;
}

#main_search_box_txt {
    padding: 0;
    height: 20px;
    width: 100%;
    font-size: 1.1em;
    font-family: 'Asap Regular', Verdana, Arial, sans-serif;
    color: #000;
    background:url('/img/ui/btns/search-20141027.png') center center no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}

#main-search.active #main_search_box_txt { 
    text-indent: 0;
    background-image: none;
    width: 80%;
    cursor: default;
}

#main-search.active #main_search_btn { 
    display: block;
    top: 0.2em;
    right: 2px;
}

/*------------------------------------------------------------------
 # [Main Search] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Smart Form] ::start
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Smart Form] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Contact Form] ::start
-------------------------------------------------------------------*/
.contact-form .element-wrapper label,
.contact-form .element-wrapper .text,
.contact-form .element-wrapper .textarea {
    font-size: 1.6em;
}

.contact-form .element-wrapper .button {
    width: 130px;
    font-size: 2em;
}

/* [error] ::start */
.contact-form .errors label { font-size: 1.55em; }
/* [error] ::end */
/*------------------------------------------------------------------
 # [Contact Form] ::end
-------------------------------------------------------------------*/






/*=============================================================================
  [site.slider.enhanced.css]
  ============================================================================*/

.main-slider { overflow: hidden; }

.sy-slides-wrap { min-width: 1900px; }

.slide-details {
    top: 100px;
    right: 50px;
    bottom: auto;
    left: 50px;
    padding: 20px;
    height: auto;
    width: 45%;
    background: none;
    text-align: left;
}

.slide-label {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    background-color: #FA821D;
    color: #FFF;
    font-family: "Asap Regular", Verdana, Arial, sans-serif;
    font-size: 2em;
    text-transform: uppercase;
}

.slide-details .slide-title {
    margin-bottom: 0;
    padding: 20px 0 10px;
    text-align: left;
    text-shadow: 1px 1px 5px #37465A, 1px -1px 5px #37465A;
}

.slider-item-3 .slide-details .slide-title,
.slider-item-5 .slide-details .slide-title {
    font-size: 3.7em;
}

.slide-details .slide-title,
.slide-details .desc-with-btn .slide-title {
    font-size: 4em;
    text-transform: capitalize;
}

.slide-details .sm-title span { display: inline-block; }

.main-slider .slider-item .slide-details .slide-txt {
    font-size: 1.9em;
    line-height: 1.2;
    text-shadow: 1px 1px 5px #37465A, 1px -1px 5px #37465A;
}

.main-slider .slider-item .slide-btn {
    margin-top: 20px;
    padding: 5px 30px 10px;
    width: auto;
    background-color: #00B2E8;
    color: #FFF;
    font-size: 2em;
    text-transform: capitalize;

    -webkit-box-shadow: 0 -5px 0 -2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 -5px 0 -2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 -5px 0 -2px rgba(0, 0, 0, 0.2) inset;
}

.sy-controls li { display: none; }

.sy-pager {
    position: absolute;
    bottom: 5%;
    display: block;
    z-index: 100;
}

.sy-pager li a { background-color: #FEF0E4; }

.sy-pager li {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 17px;
    width: 17px;

    -webkit-box-shadow: 0 1px 2px #333;
    -moz-box-shadow: 0 1px 2px #333;
    box-shadow: 0 1px 2px #333;
}

/*.sy-pager li a:focus,*/
.sy-pager li a:hover,
.sy-pager li.sy-active a {
    background-color: #FA821D;
}

.sy-pager li a:link,
.sy-pager li a:visited {
    opacity: 0.5;
}

/*.sy-pager li a:focus,*/
/*.sy-pager li a:active,*/
.sy-pager li a:hover,
.sy-pager li.sy-active a:link {
    opacity: 1;
}

/*+++++++++++++++++++++
 # [IE] ::start
 +++++++++++++++++++++*/
.ie8 .slide-details,
.ie9 .slide-details {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    background: transparent\9;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.2);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
    zoom: 1;
}
/*+++++++++++++++++++++
 # [IE] ::end
 +++++++++++++++++++++*/

/*------------------------------------------------------------------
 # [Browser Width: 768] ::start
 ------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .sy-slides-wrap { min-width: 1300px; }

    .slide-details { left: 0; }

    .slide-label { font-size: 1.8em; }

    .slide-details .slide-title, 
    .slide-details .desc-with-btn .slide-title {
        font-size: 3em;
    }

    .main-slider .slider-item .slide-details .slide-txt,
    .main-slider .slider-item .slide-btn {
        font-size: 1.7em;
    }
}
/*------------------------------------------------------------------
 # [Browser Width: 768] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 760 to 768] ::start
 ------------------------------------------------------------------*/
@media screen and (min-width: 760px) and (max-width: 768px) {
    .slide-details { width: 59%; }
}
/*------------------------------------------------------------------
 # [Browser Width: 760 to 768] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 1200] ::start
 ------------------------------------------------------------------*/
@media screen and (min-width: 959px) {
    .slide-details {
        top: 200px;
    }
}
/*------------------------------------------------------------------
 # [Browser Width: 1200] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Browser Width: 1200] ::start
 ------------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
    .slide-details { width: auto; }

    .ie8 .slide-details,
    .ie9 .slide-details {
        width: 45%;
    }
    .slide-details {
        top: 200px;
    }
}
/*------------------------------------------------------------------
 # [Browser Width: 1200] ::end
 ------------------------------------------------------------------*/






