/**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

/** reset css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
/* end reset css */

/** reset css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
button {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}

.clear {
    clear: both;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 10px 0;
}

.aligncenter div.aligncenter {
    margin: 10px auto;
    display: block;
}

.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}

.aligncenter {
    margin: 10px auto;
    display: block;
}

a img.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}

a img.alignnone {
    margin: 10px 10px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}

a img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.wp-caption {
    max-width: 100%;
    padding: 5px 3px 10px;
    border: 1px solid #666;
    background: #fff;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption img {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    padding: 0 4px 5px 0;
    margin: 0;
    font-family: 'Century Gothic';
    font-size: 12px;
    font-weight: 100;
    line-height: 18px;
}

/* custom CSS */

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-reg-webfont.eot');
    src: url('../fonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-reg-webfont.woff') format('woff'),
        url('../fonts/proximanova-reg-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
    z-index: 0;
}

body {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

iframe {
    max-width: 100%;
}

.body-wrapper {
    position: relative;
    width: 100%;
    min-height: 0;
    overflow: hidden;
}

.site-wrapper {
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    z-index: 2;
    -webkit-transition: left 0.2s ease-in-out 0s;
    -moz-transition: left 0.2s ease-in-out 0s;
    -ms-transition: left 0.2s ease-in-out 0s;
    -o-transition: left 0.2s ease-in-out 0s;
    transition: left 0.2s ease-in-out 0s;
}

.nav-active .site-wrapper {
    left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    font-family: proxima_nova_rgregular;
    line-height: 120%;
    margin: 20px 0;
    padding: 0;
    text-transform: uppercase;
}

h1 {
    font-size: 26px;
    margin-bottom: 40px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #ffffff;
    text-decoration: underline;
}

p {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    font-family: proxima_nova_rgregular;
    margin-bottom: 15px;
}

p a {
    text-decoration: underline;
    color: #ffffff;
}

ol {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
    font-family: proxima_nova_rgregular;
}

ol li {
    margin-bottom: 10px;
    font-family: proxima_nova_rgregular;
    font-size: 15px !important;
}

ol li span {
    font-size: 14px;
}

ol li strong {
    font-weight: bold;
}

.item-page {
    color: #ffffff;
    font-family: proxima_nova_rgregular;
}

.item-page ul,
ol {
    margin: 10px 0;
    padding-left: 20px;
}

.item-page ul li,
.item-page ol li {
    margin: 0;
    padding: 5px 0;
}

.item-page a {
    text-decoration: underline;
    color: #ffffff;
}

.item-page strong {
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
    font-family: proxima_nova_rgregular;
    text-transform: uppercase;
}

.breadcrumbs {
    color: #ffffff;
    margin-bottom: 42px;
}

.breadcrumbs a {
    color: #ffffff;
    font-family: proxima_nova_rgregular;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}

.breadcrumbs span {
    color: #ffffff;
    font-family: proxima_nova_rgregular;
    font-size: 12px;
    line-height: 20px;
}

#container {
    height: 100%;
    background-color: #000;
    min-width: 0;
}

#container .leftside_shadow {
    width: 40px;
    height: 1090px;
    float: left;
    z-index: 200;
    position: absolute;
    left: 0px;
    top: 0px;
}

#container .left_shadow {
    background: url('../art/slides/shadow.png') repeat;
    width: 50%;
    height: 1090px;
    float: left;
    z-index: 200;
    position: absolute;
    left: 0px;
    top: 0px;
}

#container .right_shadow {
    background: url('../art/slides/shadow.png') repeat right top;
    width: 50%;
    height: 1090px;
    float: right;
    z-index: 200;
    position: absolute;
    right: 0px;
    top: 0px;
}

#container .rightside_shadow {
    /*  background:url('../art/slides/right_shadow.png')  no-repeat right top;*/
    width: 300px;
    height: 1090px;
    float: right;
    z-index: 200;
    position: absolute;
    right: 0px;
    top: 0px;
}

#container h2 {
    font-size: 26px;
}

#container p {
    font-size: 16px;
    line-height: 1.4;
}

.main {
    padding-top: 70px;
}
.home .main {
    padding-top: 0;
}
@media (min-width: 768px) {
    .main {
        padding-top: 180px;
    }
    .home .main {
        padding-top: 0;
    }
    #container p {
        font-size: 20px;
    }
}

/******** SUBPAGES******/
#sub_container {
    width: 100%;
    height: 100%;
    background-color: #000000;
    min-width: 1030px;
    position: relative;
}

#sub_container_top {
    position: relative;
}

#background {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}

#header {
    height: 180px;
    width: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    z-index: 9991;
    min-width: 1030px;
}

#header .logo {
    width: 269px;
    height: 180px;
    background: url('../art/logo.png') no-repeat 50%;
    position: absolute;
    left: 51px;
    top: 0px;
}

#header .logo a {
    display: block;
    width: 269px;
    height: 180px;
}

#header .menu {
    position: absolute;
    right: 51px;
    top: 44px;
    height: 60px;
    font-family: 'proxima_nova_rgregular';
}

#header .menu .top-buttons-wrapper {
    text-align: right;
    padding-bottom: 35px;
    color: #c0c0c0;
    font-size: 13px;
}

#header .menu .top-buttons-wrapper span {
    margin: 0 6px;
}

#header .menu .top-buttons-wrapper a {
    text-decoration: none;
}

#header .search__open {
    height: 30px;
    width: 30px;
    padding: 0 14px;
    background: none;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transform: translateY(-5px);
    background: url(../art/search.svg) no-repeat 50% / 30px;
}

#header .search__open:hover {
    color: #cccccc;
}

.top-button {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 10px 14px;
    margin: 0;
    border: 1px #ffffff solid;
    font-family: proxima_nova_rgregular;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.top-button .fa.fa-phone {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.top-button:hover {
    background: #ffffff;
    color: #000000;
}

.top-buttons-wrapper-mobile {
    margin-bottom: 40px;
}

.top-buttons-wrapper-mobile .top-button {
    display: block;
    margin: 6px 20px;
}

#header .menu ul {
    float: right;
}

#header .menu ul li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 30px;
    list-style: none;
    vertical-align: middle;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#header .menu ul li:first-child {
    margin: 0 !important;
}

#header .menu ul li a {
    position: relative;
    min-height: 30px;
    padding: 0;
    display: block;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer !important;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#header .menu ul li ul {
    position: absolute;
    z-index: 1;
    float: none;
    left: -11px;
    width: 190px;
    padding: 29px 0 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -ms-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

#header .menu ul li ul li {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 0 !important;
    margin: 0 !important;
}

#header .menu ul li ul li a {
    min-height: 0 !important;
    border: 0 !important;
    padding: 9px 20px 14px 11px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-family: proxima_nova_rgregular;
    font-weight: 100;
    line-height: 20px;
    text-align: left;
    text-transform: none !important;
    display: block;
}

.contact-details-nav {
    left: auto !important;
    right: -14px !important;
    padding: 48px 14px 9px 11px !important;
    background: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

.contact-details-nav li p {
    font-size: 12px !important;
}

.contact-details-nav li .telephone p {
    margin: 3px 0 0 10px !important;
}

#header .menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

#header .menu ul :hover > a,
#header .menu ul ul ul :hover > a {
    text-decoration: underline;
}

#header .menu a:hover,
a:active {
    text-decoration: underline;
}

#contact_us {
    width: 217px;
    height: 180px;
    background-color: #000000;
    visibility: hidden;
    position: absolute;
    top: 180px;
    right: 0px;
}

#contact_us .content {
    position: absolute;
    left: 25px;
    top: 25px;
}

#contact_us .telephone p {
    font-size: 16px;
    margin-bottom: 0px !important;
    margin-left: 3px;
}

#contact_us .left_column p {
    font-size: 14px;
    line-height: 16px;
}

.blog-toolbar {
    position: relative;
    width: 100%;
    padding: 17px 0;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    z-index: 2;
}

.blog-toolbar .wrapper {
    width: 100%;
    max-width: 100% !important;
    padding: 0 50px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bt-col {
    position: relative;
    float: left;
    width: 33.3%;
}

.filter .selected {
    position: relative;
    width: 185px;
    display: block;
    padding: 0 10px;
    margin: 0 0 0 -10px;
    color: #fff;
    font-size: 15px;
    font-family: proxima_nova_rgregular;
    line-height: 20px;
    border-bottom: 1px #000 solid;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.2s ease-in-out 0s;
    -moz-transition: border 0.2s ease-in-out 0s;
    -ms-transition: border 0.2s ease-in-out 0s;
    -o-transition: border 0.2s ease-in-out 0s;
    transition: border 0.2s ease-in-out 0s;
}

.filter:hover .selected {
    border-bottom: 1px #fff solid;
}

.filter ul {
    position: absolute;
    float: none;
    left: 0;
    width: 185px;
    padding: 14px 0 5px 0;
    margin: 0 0 0 -10px;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -ms-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

.filter ul li {
    position: relative;
    width: 100%;
    min-height: 0;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    list-style: none;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.filter ul li a {
    position: relative;
    width: 100%;
    min-height: 0;
    padding: 9px 20px 9px 10px;
    margin: 0 !important;
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: proxima_nova_rgregular;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter ul li a:hover {
    text-decoration: underline;
}

.filter span:hover + ul,
.filter ul:hover {
    visibility: visible;
    opacity: 1;
}

.breadcrumbs.bt-col,
.breadcrumbs.bt-col #breadcrumbs {
    margin-bottom: 0 !important;
    text-align: center;
}

.header-search {
    position: absolute;
    width: 100%;
    top: 70px;
    background: #000000;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
@media (min-width: 768px) {
    .header-search {
        top: 180px;
    }
}
.header-search > .container {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.header-search.open {
    padding: 20px 0;
    height: 160px;
}
@media (min-width: 500px) {
    .header-search.open {
        height: 85px;
    }
}
.header-search.open > .container {
    opacity: 1;
}

.header-search .container {
    margin: 0 auto;
    width: 90%;
}

.header-search form {
    margin: 0 auto;
    text-align: center;
}

.header-search form label {
    color: #ffffff;
    margin-right: 6px;
    font-family: proxima_nova_rgregular;
}

.header-search form input#s {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

@media (min-width: 500px) {
    .header-search form > div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .header-search form label {
        flex: 0 1 auto;
    }

    .header-search form input#s {
        width: auto;
        flex: 1 0 auto;
        margin: 0 10px 0 0;
    }
}

#content_container {
    width: 821px;
    position: relative;
    padding-top: 64px;
    padding-bottom: 120px;
    margin: 0 auto;
    min-height: 400px;
    z-index: 1;
}

#content_container.blog {
    width: 1200px;
    padding-top: 30px;
    padding-bottom: 50px;
    margin: 0 auto;
}

#content_background {
    width: 821px;
    background-color: rgba(0, 0, 0, 0.75);
    position: relative;
    margin: 0 auto;
}

#content {
    width: 662px;
    min-height: 200px;
    padding-top: 56px;
    padding-bottom: 60px;
    position: relative;
    margin: 0 auto;
}

#staff_team .separator {
    border-top: 1px solid #ffffff;
    margin-top: 38px;
    margin-bottom: 40px;
}

#staff_team td {
}

#staff_team img {
    padding-top: 7px;
}

#staff_team .title {
    padding-bottom: 36px;
}

#staff_team .title p {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#staff_team .text p {
    font-size: 15px;
    line-height: 24px;
}

#staff_team .separator_team {
    height: 1px;
    background-color: #ffffff;
    margin-top: 15px;
    margin-bottom: 33px;
}

.credit_links {
    text-align: center;
    border-bottom: 1px #fff solid;
    padding: 30px 30px;
    background: #fff;
}

.credit_links .credit {
    max-width: 130px;
    max-height: 80px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.credit_links .credit img {
    width: 100%;
}

.newsletter {
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    text-align: center;
    padding: 60px 30px;
    background: #000;
    color: #fff;
    font-family: 'proxima_nova_rgregular';
}

.newsletter .content {
    width: 100%;
    max-width: 821px;
    margin: 0 auto;
}

input {
    padding: 10px 10px;
}

input[type='submit'] {
    background: #000;
    display: inline-block;
    padding: 10px 20px;
    border: 1px #ffffff solid;
    font-family: proxima_nova_rgregular;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
}

input[type='submit']:hover {
    background: #ffffff;
    color: #000000;
}

#footer_container {
    background-color: #000000;
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 9999;
}

#footer_content {
    width: 821px;
    position: relative;
    padding-top: 35px;
    margin: 0 auto;
}

#footer_content .left_column {
    float: left;
    width: 65%;
}

#footer_content .right_column {
    float: left;
    width: 35%;
}

#footer_content .left_column .contact-details-footer,
#footer_content .left_column .contact-details-footer > table {
    width: 100%;
}

#footer_content .contact-details-footer i {
    background: #fff;
    color: #000;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 1.3em;
}

#footer_content .left_column p {
    font-size: 15px;
    line-height: 16px;
}

#footer_content .twitter {
    padding-top: 7px;
    padding-left: 29px;
}

#footer_content .facebook {
    padding-top: 7px;
    padding-left: 7px;
}

#footer_content .telephone p {
    font-size: 24px !important;
    line-height: 100%;
    margin-right: 10px;
}

#footer_content .twitter {
    padding-top: 7px;
    padding-left: 29px;
}

#footer_content .facebook {
    padding-top: 7px;
    padding-left: 7px;
}

#footer_content .right_column {
    float: right;
}

#footer_content .right_column p {
    font-size: 12px;
    line-height: 20px;
}

.opening-time {
    float: right;
}

.opening-times {
    float: left;
}

.open-days {
    float: left;
    width: 110px;
}

.open-days-time {
    width: 120px;
}

/******* SLIDESHOW art of dentistry ************/
slidshow-container {
    position: relative;
}

#slides {
    z-index: 9999;
}

.futurico-theme.slider-wrapper {
    position: relative;
    width: 617px;
    height: 600px;
    margin: 0 auto;
    z-index: 9999;
}

.futurico-theme .nivoSlider {
    position: relative;
    width: 617px;
    height: 413px;
}

.futurico-theme .nivoSlider img {
    display: none;
    position: absolute;
    width: 617px;
    height: 413px;
    top: 0;
    left: 0;
}

.slidesjs-previous {
    width: 13px;
    height: 13px;
    left: 18px;
    top: 203px;
    position: absolute;
    background: url('../art/previous.png') no-repeat;
    text-indent: -9999px;
    z-index: 9999;
}

.slidesjs-next {
    display: block;
    width: 13px;
    height: 13px;
    right: 18px;
    top: 203px;
    position: absolute;
    background: url('../art/next.png') no-repeat;
    text-indent: -9999px;
    z-index: 9999;
}

.slidesjs-pagination {
    position: absolute;
    top: 441px;
    left: 0px;
    z-index: 9999;
    width: 617px;
    background: url('../art/pagination_separator.jpg') repeat-x;
    background-position: left 5px;
}

.slideshow_border {
    border-top: 1px #727272 solid;
    padding: 10px 0;
}

.slidesjs-pagination a {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 111px;
    text-indent: -9999px;
    z-index: 9999;
    background: url('../art/pagination.png') no-repeat;
}

#slides ul li:last-child a {
    margin-right: 0px !important;
    margin-left: 2px;
}

.slidesjs-pagination a.active,
.futurico-theme .nivo-caption span {
    background: url('../art/pagination_active.png');
}

.futurico-theme .nivo-directionNav a {
    display: block;
    top: 60px;

    font-family: 'Consolas', sans-serif;
    font-size: 40px;
    color: #141517;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.05);
}

.futurico-theme a.nivo-prevNav {
    left: -40px;
}

.futurico-theme a.nivo-nextNav {
    right: -40px;
}

#slider {
    z-index: 9997;
}

.nivo-main-image {
    width: 617px;
    height: 413px;
}

#slides ul li {
    display: inline;
}

#slides .caption {
    position: relative;
    top: 50px;
    left: 0px;
}

.separator {
    border-top: solid 1px #ffffff;
    margin-top: 28px;
    margin-bottom: 22px;
}

.mceContentBody {
    background-color: #000000 !important;
}

.smile_table {
    margin-top: 25px;
    height: 400px;
    border-bottom: solid 1px #ffffff;
}

.blog h2 {
    border: 0px;
    margin-bottom: 10px;
}

.blog li {
    margin: 0px;
    border: 0px;
}

.smile_table p {
    font-size: 16px;
    line-height: 24px;
}

.smile_table .teeth_image img {
    margin-top: 20px;
    margin-bottom: 10px;
}

.pagination {
    height: 20px;
    padding-top: 10px;
    font-family: proxima_nova_rgregular;
}

.pagination ul li {
    display: inline;
}

.pagination-start {
    display: none !important;
}

.pagination-end {
    display: none !important;
}

.pagenav {
    display: none !important;
}
.pagination-prev {
    float: left;
    padding-top: 0px !important;
    color: #ffffff;
    font-size: 12px;
}
.pagination-prev a {
    color: #ffffff;
}

.pagination-prev .pagenav {
    display: block !important;
    text-decoration: none;
    float: left;
}
.pagination-next {
    float: right;
    color: #ffffff;
    font-size: 12px;
}

.pagination-next a {
    color: #ffffff;
}

.pagination-next .pagenav {
    display: block !important;
    text-decoration: none;
    float: right;
}

.arrow_pagination_prev {
    float: left;
}

.arrow_pagination_next {
    float: right;
}

.creating_smiles_table td {
    padding-bottom: 21px;
}

.mobile-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1a1a1a url('../art/dark_wood.png') top left repeat;
    z-index: 0;
}

.mobile-navigation .wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 !important;
    overflow: auto;
    display: none;
    z-index: 1;
}

.menu-mobile-navigation-container {
    padding: 0 0 50px 0;
}

.mobile-navigation .wrapper ul {
    position: relative;
    padding: 0;
    margin: 0;
}

.mobile-navigation .wrapper ul li {
    position: relative;
    list-style: none;
    padding: 0;
    border: 0;
}

.mobile-navigation .wrapper ul li a {
    position: relative;
    min-height: 20px;
    padding: 15px 20px;
    display: block;
    border-left: 0;
    background: transparent;
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: background 0.2s ease-in-out 0s;
    -moz-transition: background 0.2s ease-in-out 0s;
    -ms-transition: background 0.2s ease-in-out 0s;
    -o-transition: background 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s;
    z-index: 1;
}

.mobile-navigation .wrapper ul li a:before {
    position: absolute;
    top: 0;
    left: -5px;
    width: 5px;
    height: 100%;
    display: block;
    background: transparent;
    content: ' ';
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: 2;
}

.mobile-navigation .wrapper ul li a:hover {
    background: rgba(51, 51, 51, 0.5);
}

.mobile-navigation .wrapper ul li a:hover:before {
    left: 0;
    background: #aaa;
}

.mobile-navigation .wrapper ul li.current-menu-item > a {
    background: rgba(51, 51, 51, 0.5);
}

.mobile-navigation .wrapper ul li.current-menu-item > a:before {
    left: 0;
    background: #666;
}

.mobile-navigation .wrapper ul li.current-menu-ancestor > a:before {
    background: #91e1f5;
}

.mobile-navigation .wrapper ul li ul li a {
    padding: 15px 20px 15px 40px;
    font-size: 14px;
}

.btn-mobile-search {
    position: fixed;
    z-index: 9999;
    top: 7px;
    right: 63px;
    border: none;
    background: none;
    padding: 0;
    text-indent: -10000em;
    width: 56px;
    height: 56px;
    cursor: pointer;
    background: url('../art/search.svg') no-repeat 50% / 20px;
}

@media (min-width: 768px) {
    .btn-mobile-search {
        display: none;
    }
}

.panel-button {
    position: fixed;
    top: 7px;
    right: 7px;
    width: 56px;
    height: 56px;
    display: none;
    background: rgba(4, 4, 4, 0.75);
    z-index: 100;
    -webkit-transition: background 0.2s ease-in-out 0s;
    -moz-transition: background 0.2s ease-in-out 0s;
    -ms-transition: background 0.2s ease-in-out 0s;
    -o-transition: background 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s;
}

.panel-button button {
    width: 56px;
    height: 56px;
    display: block;
    border: 0;
    background: transparent !important;
}

.panel-button button span {
    display: block;
}

.panel-button button.lines-button {
    cursor: pointer;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.panel-button button.lines-button:hover {
    opacity: 1;
}

.panel-button button.lines-button:hover .lines:before {
    top: 7px;
}

.panel-button button.lines-button:hover .lines:after {
    top: -7px;
}

.panel-button button.lines-button:active {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.panel-button button.lines-button.close {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
}

.panel-button button.lines-button.x2 .lines {
    -webkit-transition: background 0.2s ease-in-out 0.2s;
    -moz-transition: background 0.2s ease-in-out 0.2s;
    -ms-transition: background 0.2s ease-in-out 0.2s;
    -o-transition: background 0.2s ease-in-out 0.2s;
    transition: background 0.2s ease-in-out 0.2s;
}

.panel-button button.lines-button.x2 .lines:before,
.panel-button button.lines-button.x2 .lines:after {
    -webkit-transform-origin: 50%, 50%;
    -moz-transform-origin: 50%, 50%;
    -ms-transform-origin: 50%, 50%;
    -o-transform-origin: 50%, 50%;
    transform-origin: 50%, 50%;
    transition: top 0.2s 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.panel-button button.lines-button.x2.close .lines {
    background: transparent;
    -webkit-transition: background 0.2s ease-in-out 0s;
    -moz-transition: background 0.2s ease-in-out 0s;
    -ms-transition: background 0.2s ease-in-out 0s;
    -o-transition: background 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s;
}

.panel-button button.lines-button.x2.close .lines:before,
.panel-button button.lines-button.x2.close .lines:after {
    top: 0;
    width: 23px;
    transition: top 0.2s ease-in-out, -webkit-transform 0.2s 0.2s ease;
    transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
}

.panel-button button.lines-button.x2.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.panel-button button.lines-button.x2.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.panel-button button.lines-button .lines {
    position: relative;
    top: -3px;
    width: 20px;
    height: 3px;
    display: inline-block;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.panel-button button.lines-button .lines:before,
.panel-button button.lines-button .lines:after {
    position: absolute;
    left: 0;
    width: 20px;
    height: 3px;
    display: inline-block;
    background: #fff;
    content: '';
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transform-origin: 0, center;
    -moz-transform-origin: 0, center;
    -ms-transform-origin: 0, center;
    -o-transform-origin: 0, center;
    transform-origin: 0, center;
}

.panel-button button.lines-button .lines:before {
    top: 7px;
}

.panel-button button.lines-button .lines:after {
    top: -7px;
}

.panel-button.close-button {
    background: rgba(4, 4, 4, 0.5);
}

.brands {
    min-width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    margin-top: 22px;
}

.brands td {
    padding: 5px 0;
}

.brands td img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

table {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    font-family: proxima_nova_rgregular;
}

table td {
    padding: 0 5px;
}

.page-id-16 h2 {
    border-bottom: 0 !important;
}

.client {
    position: relative;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px #fff solid;
}

.client.first {
    padding: 0 0 30px 0 !important;
}

.client-image {
    position: relative;
    float: left;
    width: 48%;
    padding: 0 2% 0 0;
}

.client-story {
    position: relative;
    float: right;
    width: 48%;
    padding: 0 0 0 2%;
}

.client-name {
    margin-bottom: 15px;
    font-family: proxima_nova_rgregular;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}

.before-image {
    position: relative;
    float: left;
    width: 48%;
    padding: 0 2% 0 0;
}

.after-image {
    position: relative;
    float: right;
    width: 48%;
    padding: 0 0 0 2%;
}

.client-image img,
.before-image img,
.after-image img {
    width: 100%;
    height: auto;
}

.client-image img {
    margin-top: 3px;
}

.client-story .title h5 {
    margin-bottom: 15px;
    font-family: proxima_nova_rgregular;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}

#single_content {
    position: relative;
    width: 100%;
    max-width: 821px;
    background: #fff;
}

.feature-image {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

#single_content #content {
    position: relative;
    width: 100%;
    min-height: 200px;
    padding: 50px 60px 60px 60px;
    margin: 0;
    background: #fff;
    color: #282828;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#single_content #content h1,
#single_content #content h2,
#single_content #content h3,
#single_content #content h4,
#single_content #content h5,
#single_content #content h6,
#single_content #content p,
#single_content #content li {
    color: #282828;
}

#single_content #content h1 {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'proxima-nova';
    font-weight: 300;
}

#single_content #content p {
    font-family: 'proxima-nova';
    font-weight: 300;
}

.post-meta {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 270px;
    min-height: 30px;
    padding: 7px 10px;
    margin: 0 auto 20px auto;
    border: 1px #a5a5a5 solid;
    font-family: proxima_nova_rgregular;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #a5a5a5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-meta a {
    color: #a5a5a5;
    text-decoration: none;
}

.post-meta a:hover {
    color: #c5c5c5;
    text-decoration: none;
}

.author-meta-data {
    position: relative;
    padding: 40px 0 30px 0;
    margin-top: 40px;
    border-top: 2px #d7d7d7 solid;
}

.author-gavatar {
    position: relative;
    float: left;
    width: 15% !important;
    min-height: 0;
}

.author-gavatar img {
    width: 100% !important;
    height: auto !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.author-info {
    position: relative;
    float: right;
    width: 85% !important;
    min-height: 0;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.author-social-media {
    font-size: 14px;
    line-height: 21px;
    font-family: 'proxima-nova';
    font-weight: 300;
}

.author-social-media a {
    margin: 0 3px;
    text-decoration: none;
    color: #515151;
}

.author-social-media a:hover {
    color: #717171;
}

.grid-item {
    position: relative;
    float: left;
    width: 400px;
    min-height: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-item .wrapper {
    background: #fff;
    padding: 32px 35px 35px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.related-posts-section {
    position: relative;
    width: 100%;
    max-width: 821px;
}

.related-posts-section h3 {
    margin: 30px 0;
    text-align: center;
}

.related-posts {
    position: relative;
    width: 100%;
    min-height: 0;
}

.related-post {
    position: relative;
    float: left;
    width: 50%;
    min-height: 0;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.related-post:first-of-type {
    padding: 0 15px 0 0;
}

.related-post img,
.grid-item img {
    width: 100% !important;
    height: auto !important;
}

.related-post .wrapper {
    background: #fff;
    padding: 17px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.related-post .wrapper .post-meta,
.grid-item .wrapper .post-meta {
    width: 210px;
    margin: 20px 0;
    font-family: 'proxima-nova';
    font-weight: 300;
}

.related-post .wrapper p,
.grid-item .wrapper p {
    font-family: 'proxima-nova';
    font-weight: 400;
    color: #282828;
    text-decoration: none;
}

.related-post .wrapper p a,
.grid-item .wrapper p a {
    color: #585858;
    text-decoration: none;
}

.related-post .wrapper p a:hover,
.grid-item .wrapper p a:hover {
    color: #888;
}

.related-post .wrapper h4,
.grid-item .wrapper h4 {
    font-family: 'proxima-nova';
    font-size: 18px !important;
    font-weight: 300;
    line-height: 20px !important;
    text-transform: uppercase;
    color: #000;
}

.gecko .grid-item .wrapper h4 {
    font-weight: 300 !important;
}

.gecko .grid-item .wrapper p {
    font-weight: 100 !important;
}

.related-post .wrapper h4 a,
.grid-item .wrapper h4 a {
    color: #000;
    text-decoration: none;
}

.related-post .wrapper h4:hover,
.grid-item .wrapper h4 a:hover {
    color: #282828;
    text-decoration: none;
}

.back-to-blog {
    position: relative;
    width: 192px;
    height: 44px;
    display: block;
    padding: 10px 0;
    margin: 30px auto 0 auto;
    border: 1px #c0c0c0 solid;
    font-family: proxima_nova_rgregular;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.back-to-blog:hover {
    border: 1px #fff solid;
    color: #fff;
}

.single #footer_container,
.page-id-229 #footer_container,
.category #footer_container,
.search #footer_container {
    border-top: 1px #fff solid;
}

#show-more {
    padding: 30px 0 0 0;
    text-align: center;
}

#show-more a {
    text-decoration: none;
}

.call-to-action-span {
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
    display: block;
}

#newsletter {
    background: #000000;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    padding-bottom: 50px;
}

#newsletter .wrap {
    max-width: 821px;
    position: relative;
    padding: 35px 15px 0 15px;
    margin: 0 auto;
    text-align: center;
}

#newsletter .gform_wrapper {
    margin: 0;
    position: relative;
}

#newsletter .gform_wrapper::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

@media screen and (min-width: 480px) {
    #newsletter .gform_body {
        width: 70%;
        padding: 0 30px 0 0;
        float: left;
        clear: none;
    }

    #newsletter .gform_footer {
        width: 30%;
        padding: 0;
        margin: 0;
        float: left;
        clear: none;
    }
}
@media screen and (max-width: 479px) {
    #newsletter .gform_body,
    #newsletter .gform_footer {
        display: block;
        width: 100%;
        float: none;
    }
    #newsletter .gform_footer {
        padding-top: 0;
    }
}

#newsletter .ginput_container {
    margin: 0;
}

#newsletter .gfield_label {
    display: none;
}

#newsletter .gfield {
    padding: 0;
    margin: 0;
}

#newsletter input,
#newsletter button {
    width: 100%;
}

#newsletter .gfield_error {
    border: none;
}

#newsletter .gfield_error input {
    background: #ffecec;
    border: 1px solid #f5aca6;
}

#newsletter .gfield_error .validation_message {
    display: none;
}

#newsletter .validation_error {
    background: #ffecec;
    border: 1px solid #f5aca6;
    color: #555;
    padding: 10px 10px 10px 36px;
    margin: 10px 0 20px;
    font-family: proxima_nova_rgregular;
}

#newsletter .gform_confirmation_message {
    color: #fff;
    padding: 15px 0;
    font-family: proxima_nova_rgregular;
    font-size: 18px;
    border: #fff 1px solid;
    border-width: 1px 0;
}

#newsletter .gform_ajax_spinner {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* fall back */
    background-image: url('../art/loading.svg'); /* path to your new spinner */
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center center;
}

#newsletter .gform_ajax_spinner img {
    display: none !important;
}
