body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 1.6;
    font-size: 14px;
    color: #202020;
    font-weight: normal; }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/*.clearfix {
    display: inline-block;
}*/
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%; }

/*.clearfix {
    display: block;
}*/
/* close commented backslash hack */
.text-center {
    text-align: center; }

.text-right {
    text-align: right; }

.container {
    max-width: 1280px;
    margin: 0 auto; }

header {
    width: 100%;
    height: 50px;
    background: #141414;
    color: white;
    padding: 20px 0; }
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
    header {
        padding: 20px 0 !important;
        height: 96px !important; } }
@media screen and (min-width: 1441px) {
    header {
        height: 90px;
        padding: 20px 0; }
    header .logo img {
        width: 100px !important; }
    header .container {
        max-width: 100%;
        padding: 0 118px; } }
@media screen and (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1441px) and (min-resolution: 192dpi) {
    header .container {
        padding: 0 60px; } }

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    header {
        height: 80px;
        padding: 20px 0; }
    header .logo img {
        width: 88px !important; }
    header .container {
        max-width: 1280px;
        padding: 0 0px; } }
header .logo {
    width: 30%;
    float: left; }
header .logo img {
    width: 110px; }
header .menu {
    width: 70%;
    float: right;
    text-align: right; }
header .menu ul {
    margin: 0;
    padding: 0; }
header .menu ul li {
    display: inline-block;
    margin: 0px 0px 0px 58px; }
header .menu ul li a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    /* height: 65px; */
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    /* line-height: 80px; */
    /*			width: 150px;*/ }
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    header .menu ul li a {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 13px; } }
@media screen and (min-width: 1441px) {
    header .menu ul li a {
        padding-top: 13px;
        padding-bottom: 14px; } }
header .menu a:hover,
header .menu a.active {
    color: white; }
header .menu .about {
    width: 125px; }
header .menu .business {
    width: 145px; }
header .menu .contact {
    width: 130px; }
@media screen and (min-width: 1441px) {
    header .menu .about {
        width: 122px; }
    header .menu .business {
        width: 144px; }
    header .menu .contact {
        width: 125px; } }
header .menu .about {
    background: url(../images/icon-1.png) left center no-repeat; }
header .menu .about:hover, header .menu .about.active {
    background: url(../images/icon-1-white.png) left center no-repeat; }
header .menu .business {
    background: url(../images/icon-2.png) left center no-repeat; }
header .menu .business:hover, header .menu .business.active {
    background: url(../images/icon-2-white.png) left center no-repeat; }
header .menu .contact {
    background: url(../images/icon-3.png) left center no-repeat; }
header .menu .contact:hover, header .menu .contact.active {
    background: url(../images/icon-3-white.png) left center no-repeat; }
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    header .menu {
        /*			.about {
        				width: 130px;
        			}
        			.business {
        				width: 152px;
        			}
        			.contact {
        				width: 132px;
        			}*/ }
    header .menu .about {
        background: url(../images/icon-1.png) left center no-repeat;
        background-size: auto 100%; }
    header .menu .about:hover, header .menu .about.active {
        background: url(../images/icon-1-white.png) left center no-repeat;
        background-size: auto 100%; }
    header .menu .business {
        background: url(../images/icon-2.png) left center no-repeat;
        background-size: auto 100%; }
    header .menu .business:hover, header .menu .business.active {
        background: url(../images/icon-2-white.png) left center no-repeat;
        background-size: auto 100%; }
    header .menu .contact {
        background: url(../images/icon-3.png) left center no-repeat;
        background-size: auto 100%; }
    header .menu .contact:hover, header .menu .contact.active {
        background: url(../images/icon-3-white.png) left center no-repeat;
        background-size: auto 100%; } }

h1,
h2,
h3,
h4 {
    font-family: 'Baskerville', 'Times New Roman', Times, serif;
    font-weight: normal; }

h1 {
    font-size: 74px; }

.home-section {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.home-section h1 {
    margin-bottom: 0;
    padding-bottom: 0; }
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .home-section h1 {
        font-size: 58px; }
    .home-section p {
        font-size: 18px !important; } }
.home-section p {
    padding-top: 0;
    margin-top: -10px; }
.home-section h1 {
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
    font-weight: 400; }
.home-section h1,
.home-section p {
    color: white; }

p.lead {
    font-size: 22px; }

section.sub-nav {
    background: #302F2F;
    color: #999999;
    text-align: center; }
section.sub-nav ul {
    margin: 0;
    padding: 0; }
section.sub-nav li {
    display: inline-block;
    margin: 0 20px; }
@media screen and (min-width: 1441px) {
    section.sub-nav li {
        margin: 0 50px; } }
section.sub-nav li a {
    padding: 10px 5px;
    display: block;
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px; }
@media screen and (min-width: 1441px) {
    section.sub-nav li a {
        padding: 11px 5px;
        font-size: 13px; } }
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
    section.sub-nav li a {
        padding: 10px 5px; } }
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    section.sub-nav li a {
        font-size: 13px; } }
section.sub-nav a.active,
section.sub-nav a:hover {
    color: white; }

.content-container {
    max-width: 835px;
    margin: 0 auto 50px;
    color: white;
    text-align: center;
    /*-moz-text-align-last: center;*/
    /*text-align-last: center;*/ }
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .content-container {
        max-width: 820px; }
    .content-container P {
        font-size: 15px; } }
.content-container P {
    line-height: 30px;
    font-weight: 300; }
@media screen and (min-width: 1441px) {
    .content-container P {
        font-size: 15px; } }
@media screen and (max-width: 640px) {
    .content-container P {
        line-height: 26px; } }

.page-title {
    font-size: 30px;
    color: white;
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
    font-weight: 400;
    padding: 40px 0 20px;
    letter-spacing: 1px;
    line-height: 1.2; }
@media screen and (min-width: 1441px) {
    .page-title {
        font-size: 26px; }
    .page-title img {
        width: 275px; } }
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .page-title {
        font-size: 26px; }
    .page-title img {
        width: 250px; } }

.show-on-mobile {
    display: none; }

.landing-page {
    text-align: center; }
.landing-page .icons {
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-53%);
    transform: translateY(-53%);
    width: 100%; }
.landing-page .icons img {
    display: inline-block;
    width: 110px; }
.landing-page a {
    color: white;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 19px;
    display: inline-block;
    text-decoration: none;
    padding: 0 4%;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: top;
    opacity: 0.7; }
.landing-page a span {
    display: block; }
.landing-page a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .landing-page a {
        font-size: 18px; }
    .landing-page .icons img {
        display: inline-block;
        width: 70px; } }

.sub-links {
    padding-top: 50px;
    padding-bottom: 25px;
    text-align: center;
    line-height: 1.3; }
.sub-links img {
    width: 90px; }
@media screen and (min-width: 1441px) {
    .sub-links img {
        padding-bottom: 10px; } }
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .sub-links img {
        width: 70px; }
    .sub-links a {
        font-size: 14px; } }
.sub-links a {
    color: white;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    margin: 0 2%;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: top;
    /*line-height:2;*/
    opacity: 0.8; }
.sub-links a:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
.sub-links a span {
    display: block; }

.content-link {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid; }

.navigation a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.navigation a:hover {
    -webkit-transform: scale(1.05) translateY(-50%);
    transform: scale(1.05) translateY(-50%); }
.navigation .left {
    left: 5%; }
.navigation .right {
    right: 5%; }

#google-map {
    width: 100%;
    height: 500px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

.contact-links {
    width: 80%;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 15px; }
.contact-links a {
    color: white;
    text-decoration: none; }

.bg-fake {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-size: cover;
    top: 0;
    left: 0; }

body {
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in; }

#wrap {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0; }

#wrap img.bgfade {
    position: absolute;
    top: 0;
    /*visibility: hidden;*/
    /*display:none;*/
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0; }

@media screen and (max-width: 425px) {
    .home-section h1 {
        font-size: 34px !important; }
    .home-section p.lead {
        font-size: 18px; } }
@media screen and (max-width: 640px) {
    header {
        height: auto !important;
        padding: 5px !important; }

    .hamburger-icon {
        display: block; }

    header .logo {
        width: 30%;
        float: left;
        padding-left: 10px;
        padding-top: 10px; }

    header .logo img {
        width: 70px; }

    header .menu {
        width: 100%;
        float: none;
        text-align: center;
        display: none;
        background: #141414;
        position: absolute;
        padding-bottom: 10px;
        padding-top: 0px;
        z-index: 2;
        left: 0; }

    .about, .business, .contact {
        background-size: 80%; }

    .about {
        /*width: 140px !important;*/
        background-size: 36px !important; }

    .business {
        /*width: 160px !important;*/
        background-size: 32px !important; }

    .contact {
        background-size: 33px !important;
        /*width: 145px !important;*/ }

    header .menu ul {
        display: inline-block; }

    .hamburger-icon {
        float: right;
        width: 50%;
        margin: 5px 5px 0 0;
        text-align: right; }
    .hamburger-icon a {
        display: inline-block;
        width: 45px;
        height: 45px;
        background: url(../images/hamburger.jpg) center center no-repeat;
        background-size: 100%; }
    .hamburger-icon a.open {
        background: url(../images/close-icon.jpg) center center no-repeat !important;
        background-size: 70% !important; }

    .show-on-mobile {
        display: block !important; }

    header .menu ul li {
        display: block;
        margin: 0px 0px 00px 0px; }

    header .menu ul li a {
        font-size: 14px; }

    .content-container {
        max-width: 460px;
        line-height: 26px; }
    .content-container p {
        line-height: 26px; }

    body {
        font-size: 13px; }

    .home-section h1 {
        font-size: 57px; }

    body .page-title img {
        width: 190px; }

    .content-container {
        width: 80%; }

    section.sub-nav li {
        display: block;
        text-align: center; }

    section.sub-nav ul {
        height: 40px;
        overflow: hidden; }

    section.sub-nav li a {
      padding: 8px 5px 3px 5px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600; }

    a.active img {
        vertical-align: middle;
       width: 26px;
        margin-left: 5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }

    a.active img.rotateDown {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    .landing-page .icons {
        position: relative;
        overflow: hidden;
        -webkit-transform: none;
        transform: none; }

    .landing-page {
        margin-top: 70px; }

    .landing-page a {
        display: block;
        margin-bottom: 40px;
        font-size: 14px; }

    .landing-page .icons img {
        width: 60px;
        margin-bottom: 5px; }

    .navigation {
        display: none; }

    .sub-links a {
        display: block;
        margin-bottom: 20px; }
    .sub-links a img {
        width: 60px; }
    .sub-links a span {
        font-size: 12px; }

    .sub-nav {
        position: absolute;
        width: 100%;
        z-index: 1;
        top: 65px; }

    .page-title {
        font-size: 22px;
        line-height: 1.5;
        margin-top: 30px; }
    .page-title img {
        width: 280px; } }
@media screen and (min-width: 641px) and (max-width: 768px) {
    header {
        height: auto !important;
        padding: 10px 15px !important; }

    .hamburger-icon {
        display: none; }

    header .logo {
        width: 20%;
        float: left;
        padding-left: 10px;
        padding-top: 13px; }

    header .logo img {
        width: 80px; }

    header .menu {
        width: 80%; }

    header .menu ul li {
        display: inline-block;
        margin: 0px 0px 0px 30px; }

    header .menu ul li:last-child {
        margin: 0px 15px 0px 30px; }

    /*	header .menu {
            width: 100%;
            float: none;
            text-align: center;
            display: none;
            background: #141414;
            position: absolute;
            padding-bottom: 20px;
            padding-top: 15px;
            z-index: 2;
            left: 0
        }*/
    /*	.about, .business, .contact{
            background-size: 80%;
        }*/
    .about {
        /*width: 140px !important;*/
        background-size: 36px !important; }

    .business {
        /*width: 160px !important;*/
        background-size: 32px !important; }

    .contact {
        background-size: 33px !important;
        /*width: 145px !important;*/ }

    header .menu ul {
        display: inline-block; }

    header .menu ul li a {
        font-size: 13px; }

    .content-container {
        /*max-width:460px;*/
        line-height: 26px; }
    .content-container p {
        line-height: 26px; }

    body {
        font-size: 13px; }

    .home-section h1 {
        font-size: 57px; }

    body .page-title img {
        width: 200px; }

    .content-container {
        width: 80%; }

    section.sub-nav li {
        text-align: center; }

    section.sub-nav li a {
        padding: 10px 5px 6px;
        overflow: hidden;
        font-size: 12px; }

    a.active img {
        vertical-align: middle;
        width: 20px;
        margin-left: 5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }

    a.active img.rotateDown {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    .landing-page .icons {
        position: relative;
        -webkit-transform: none;
        transform: none;
        /*margin-top: 100px;*/ }

    .landing-page {
        margin-top: 70px; }

    .landing-page a {
        margin: 30px 50px 30px;
        font-size: 14px; }

    .landing-page .icons img {
        width: 60px;
        margin-bottom: 5px; }

    .navigation {
        display: block; }

    .sub-links a {
        display: inline-block;
        margin-bottom: 30px;
        width: 30%; }
    .sub-links a img {
        width: 60px;
        margin-bottom: 10px; }
    .sub-links a span {
        font-size: 12px; }

    .sub-nav {
        position: relative;
        width: 100%;
        z-index: 1; }

    .page-title {
        font-size: 22px;
        line-height: 1.5;
        margin-top: 30px; }
    .page-title img {
        width: 280px; }

    .sub-links {
        width: 70%;
        margin: 0 auto; }

    .navigation .left {
        left: 2%; }

    .navigation .right {
        right: 2%; }

    .navigation a {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

    .navigation img {
        width: 30px; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
    header {
        height: auto !important;
        padding: 10px 15px !important; }

    .hamburger-icon {
        display: none; }

    header .logo {
        width: 20%;
        float: left;
        padding-left: 10px;
        padding-top: 13px; }

    header .logo img {
        width: 80px; }

    header .menu {
        width: 80%; }

    header .menu ul li {
        display: inline-block;
        margin: 0px 0px 0px 30px; }

    header .menu ul li:last-child {
        margin: 0px 15px 0px 30px; }

    /*	header .menu {
            width: 100%;
            float: none;
            text-align: center;
            display: none;
            background: #141414;
            position: absolute;
            padding-bottom: 20px;
            padding-top: 15px;
            z-index: 2;
            left: 0
        }*/
    /*	.about, .business, .contact{
            background-size: 80%;
        }*/
    .about {
        /*width: 140px !important;*/
        background-size: 36px !important; }

    .business {
        /*width: 160px !important;*/
        background-size: 32px !important; }

    .contact {
        background-size: 33px !important;
        /*width: 145px !important;*/ }

    header .menu ul {
        display: inline-block; }

    header .menu ul li a {
        font-size: 13px; }

    .content-container {
        /*max-width:460px;*/
        line-height: 26px; }
    .content-container p {
        line-height: 26px; }

    body {
        font-size: 13px; }

    .home-section h1 {
        font-size: 57px; }

    body .page-title img {
        width: 200px; }

    .content-container {
        width: 80%; }

    section.sub-nav li {
        text-align: center; }

    section.sub-nav li a {
        padding: 10px 5px 6px;
        overflow: hidden;
        font-size: 12px; }

    a.active img {
        vertical-align: middle;
        width: 20px;
        margin-left: 5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }

    a.active img.rotateDown {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    .landing-page .icons {
        position: relative;
        -webkit-transform: none;
        transform: none;
        margin-top: 100px; }

    .landing-page {
        margin-top: 70px; }

    .landing-page a {
        margin: 30px 50px 30px;
        font-size: 14px; }

    .landing-page .icons img {
        width: 60px;
        margin-bottom: 5px; }

    .navigation {
        display: block; }

    .sub-links a {
        display: inline-block;
        margin-bottom: 30px;
        width: 30%; }
    .sub-links a img {
        width: 60px;
        margin-bottom: 10px; }
    .sub-links a span {
        font-size: 12px; }

    .sub-nav {
        position: relative;
        width: 100%;
        z-index: 1; }

    .page-title {
        font-size: 22px;
        line-height: 1.5;
        margin-top: 30px; }
    .page-title img {
        width: 280px; }

    .sub-links {
        width: 70%;
        margin: 0 auto; }

    .navigation .left {
        left: 2%; }

    .navigation .right {
        right: 2%; }

    .navigation a {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

    .navigation img {
        width: 30px; } }
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }