/*
Theme Name: Axxess Marine v2
Theme URI: http://www.oqwebdesign.com/
Description: This Wordpress theme is HTML5 ready and cross browsers capability (IE9+, Chrome, Firefox, Safari).  It also "Retina" ready to support for  iPhone, iPod Touch, iPad, and MacBook Pro with retina display.
Version: 2.0
Author: Oscar Quezada
Author URI: http://www.oqwebdesign.com/
*/

/****************************************************
*    CSS RESET                                      *
****************************************************/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, main, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='button'], input[type='reset'], input[type='password'], input[type='submit'], input[type='search'], input[type='date'], input[type='datetime'], input[type='time'], input[type='url'], button, select, textarea {
    -webkit-appearance: none;
    box-shadow: none !important;
}

:-webkit-autofill {
    color: #fff !important;
}

::-moz-placeholder {
    opacity: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
}

.clear {
    clear: both;
}

.clearfix:before, .clearfix:after, .pagewrap:after, .pagewrap:before {
    content: '\0020';
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after, .pagewrap:after {
    clear: both;
}

.clearfix, .pagewrap {
    zoom: 1;
}

/****************************************************
*    HTML5                                          *
****************************************************/
* {
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html, body {
    height: 100%;
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-y: scroll;
}

body {
    font: normal normal normal 14px/21px 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}

a {
    color: #1281e1;
    text-decoration: none;
}

a, footer a, #navigation ul > li a, .post-news-wrap h4 a {
    transition: color 0.3s ease-in-out;
}

a:hover, #navigation ul > li a:hover, .post-news-wrap h4 a:hover {
    color: #F22613;
}

a[src$='.pdf'] {
}

a[href^='mailto:'] {
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

b, strong {
    font-weight: bold;
}

td, th {
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: left;
}

hr {
    border: 0;
    height: 1px;
    width: 100%;
    margin: 40px 0;
    background-color: #999;
}

p {
    margin: 4px 0 14px;
}

i, em {
    font-style: italic;
}

[role='link'], [role='banner'] [role='link'] {
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #1281e1;
    color: #1281e1;
    padding: 4px 15px;
}

[role='link']:hover, [role='banner'] [role='link']:hover {
    border-color: #F22613;
    background-color: #F22613;
    color: #fff;
}

/****************************************************
*    ADMIN BAR                                      *
****************************************************/
.logged-in.admin-bar {
    padding-top: 32px;
}

.no-touchevents .logged-in.admin-bar header {
    top: 32px;
}

/****************************************************
*    HEADER AREA                                    *
****************************************************/
header {
    clear: both;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.118);
}

header .pagewrap {
    position: relative;
    padding: 15px 0;
}

#main-nav {
    position: absolute;
    right: 0px;
    top: 0px;
}

/****************************************************
*    NAVIAGATION AREA                               *
****************************************************/
#navigation ul, #navigation li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

#navigation ul li {
    float: left;
    position: relative;
}

#navigation > ul > li > a {
    border-top: #fff solid 3px;
    margin: 0 20px 12px;
    padding: 25px 0 0 0;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    color: #000;
}

#navigation ul > li:first-child a {
    margin: 0 20px 0 0;
}

#navigation ul > li:last-child a {
    margin: 0 0 0 20px;
}

#navigation > ul > li.current-menu-item > a {
    border-top: #1281e1 solid 3px;
}

/**  SUB MENU  *************************************/
#navigation ul ul, #navigation ul ul {
    position: absolute;
    top: -99999px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

#navigation ul ul {
    z-index: 497;
    padding: 2px;
    border: 1px solid #1281e1;
}

.no-rgba #navigation ul ul {
    box-shadow: #111 0 3px 4px;
}

#navigation ul ul a {
    width: 240px;
    padding: 5px 12px;
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 14px;
    margin: 0 !important;
    text-transform: uppercase;
}

#navigation ul.dropdown-menu li.current-menu-item  a {
    border-bottom: #F00 solid 0px;
}

#navigation ul ul ul {
    left: 100%;
    border-radius: 6px;
}

#navigation ul li:hover>ul {
    opacity: 1;
    position: absolute;
    top: 99%;
    left: 20px;
}

#navigation ul ul li:hover > ul {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 1;
    z-index: 497;
}

#navigation ul ul, #navigation ul ul li:hover > ul {
    background-color: #1281e1;
}

nav#nav-mobile {
    display: none;
}

/*****************************************************
*   BANNER AREA                                      *
*****************************************************/
[role='banner'] [role='link'] {
    color: #fff;
    background-color: #1281e1;
}

/*****************************************************
*    HOME PAGE AREA                                  *
*****************************************************/
#summery {
    background: url('images/yacht-marina-1.jpg') no-repeat center / cover;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.grey-bkg {
    background-color: #f9f9f9;
}

.bkg-img-block {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.vimeo-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.vimeo-wrapper iframe {
    width: 65vw;
    height: 36.5625vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 65vh;
    min-width: 115.56vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-50 {
    width: 100%;
    padding: 50px 0 60px 5%;
}

.phone-icon {
    -webkit-columns: 100px 2;
    -moz-columns: 100px 2;
    columns: 100px 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.float-right .section-50 {
    text-align: right;
}

.phone-icon li {
    padding: 0 0 30px 30px;
    background: url(images/phone-icon.svg) no-repeat 0 3px;
}

.post-news-wrap article  [role='link'] {
    position: absolute;
    bottom: 0;
    left: 0;
}

.post-news-wrap {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-news-wrap article {
    padding: 0 0 30px;
    position: relative;
    margin-bottom: 50px !important;
    justify-content: space-between;
}

.post-news-wrap .one-third .overlay-link {
    position: relative;
}

.post-news-wrap article img {
    width: 100%;
    vertical-align: top;
    margin: 0 0 24px;
}

.post-news-wrap h4 a {
    color: #000;
}

#partner-grid {
    display: table;
    margin: 0 auto;
    text-align: center;
}

#partner-grid img {
    height: 40px;
    display: inline-block;
    margin: 20px 20px 0;
    text-align: center;
}

.video-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.video-block iframe {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#four-block-img h3 {
    resize: vertical;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

#four-block-img div {
    width: 25%;
    float: left;
}

#four-block-img div {
    text-align: center;
    height: 150px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#four-block-img div:nth-child(1) {
    background-image: url('images/yachting-in-ibiza.jpg');
    border-left: 0px solid #fff;
}

#four-block-img div:nth-child(2) {
    background-image: url('images/shipping-container.jpg');
}

#four-block-img div:nth-child(3) {
    background-image: url('images/rig-offshore.jpg');
}

#four-block-img div:nth-child(4) {
    background-image: url('images/cruise-ships.jpg');
}

@media all and (-webkit-min-device-pixel-ratio:1.5), all and (-o-min-device-pixel-ratio:3/2), all and (min--moz-device-pixel-ratio:1.5), all and (min-device-pixel-ratio:1.5) {
    #four-block-img div:nth-child(1) {
        background-image: url('images/yachting-in-ibiza-2x.jpg');
    }

    #four-block-img div:nth-child(2) {
        background-image: url('images/shipping-container-2x.jpg');
    }

    #four-block-img div:nth-child(3) {
        background-image: url('images/rig-offshore-2x.jpg');
    }

    #four-block-img div:nth-child(4) {
        background-image: url('images/cruise-ships-2x.jpg');
    }

}

.postid-1253 .feature-img, .postid-1891 .feature-img {
    display: none;
}

.page-template-page-home #partners .pagewrap, .page-template-page-home-v2 #partners .pagewrap, .page-template-page-home-v2 #contact-us .pagewrap {
    max-width: 636px;
}

#four-block-img a, .bkg-spacing h2 a {
    color: #fff;
}

#four-block-img a:hover, .bkg-spacing h2 a:hover {
    color: #c9c9c9;
}

.page-template-page-home .section-5 h2, .page-id-1725 .h1-title h1 {
    text-transform: none;
}

/*****************************************************
*    CONTENT AREA                                    *
*****************************************************/
.pagewrap, .width-900 {
    max-width: 1140px;
    margin: 0 auto;
    width: 95%;
}

.width-900 {
    max-width: 900px;
}

main {
    clear: both;
}

main, [role='banner'] .pagewrap, .padding-space {
    padding: 50px 0 60px;
}

.sticky-footer {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

main img, main embed, main object, main video {
    max-width: 100%;
    height: auto;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main img.alignleft, main img.alignright, figure.wp-caption.alignleft, figure.wp-caption.alignright {
    padding: 5px;
}

main img.alignleft, figure.wp-caption.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 2px;
}

main img.alignright, figure.wp-caption.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 2px;
}

main img.non {
    padding: 5px;
}

main img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

main section ul li, main section ol li, main section ol[type='A'] li, .inner li ul li {
    margin: 0 0 0 25px;
}

main section ul li, .inner li ul li {
    list-style-type: disc;
}

main section ol li, .inner li ol li {
    list-style-type: decimal-leading-zero;
}

main section ol[type='A'] li, .inner li ol[type='A'] li {
    list-style-type: upper-alpha;
}

figure.wp-caption {
    display: inline-block;
    max-width: 100%;
}

figure.wp-caption figcaption {
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
}

.one-fourth, .one-third, .two-thirds, .one-half, .post-news-wrap article {
    float: left;
}

.one-fourth:nth-child(1), .one-third:nth-child(3n+1), .two-thirds:nth-child(1), .one-half:nth-child(1) {
    margin: 0;
}

.one-third {
    width: 32%;
    margin: 0 0 0 2%;
}

.two-thirds {
    width: 65.5%;
    margin: 0 0 0 2%;
}

.one-fourth {
    width: 23.5%;
    margin: 0 0 0 2%;
}

.three-fourth {
    width: 74.5%;
}

.one-half {
    width: 48%;
    margin: 0 0 0 2%;
}

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

.text-align-center {
    margin: 0 0 30px 0;
    overflow: hidden;
}

.text-align-center.h1-title {
    background: url('images/blue-bar.svg') bottom center no-repeat;
}

.promos.clear {
    display: flex;
    justify-content: center;
}

.promos.clear .promo.second {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.bkg-spacing {
    color: #fff;
    text-align: center;
}

.bkg-spacing h2 {
    margin-bottom: 6px;
}

.page-id-229 main, .page-id-903 main {
    padding-bottom: 0px;
}

.list-type-none li {
    list-style-type: none;
}

.feature-img {
    margin-bottom: 25px;
}

.center-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.center-flex a {
    margin-left: 10px;
    margin-right: 10px;
}

/*****************************************************
*    TESTIMONIAL AREA                                *
*****************************************************/
.testimonial-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 3%;
}

blockquote {
    margin: 0 0 40px;
}

blockquote p {
    font-style: italic;
}

blockquote cite {
    float: right;
    text-align: right;
}

.profile-img img {
    float: left;
    border-radius: 50%;
}

.profile-img p {
    margin-left: 150px;
}

.page-template-page-testimonial-v2 blockquote img {
    float: left;
    margin-right: 30px;
}

.page-template-page-testimonial-v2 blockquote {
    margin: 0 0 60px;
    background-image: url('images/quote.svg');
    background-repeat: no-repeat;
    background-position: right top;
}

.page-template-page-testimonial-v2 blockquote cite {
    float: none;
    text-align: left;
}

.generate-page-header {
    text-align: center;
}

/****************************************************
*    PRICING TABLE                                  *
****************************************************/
.promo {
    margin: 0 .5em 1.625em;
    background: #fafafa;
    line-height: 1.625;
    color: #f9f9f9;
    text-align: center;
}

.promo ul li {
    list-style-type: none;
}

@media (min-width:40em) {
    .promo {
        display: inline;
        float: left;
        width: 33.333%;
        margin: 1em 0 0;
    }

    .page-id-229 #pg-229-0 .promo, .page-id-229 #pg-229-2 .promo {
        width: 25%;
        border-right: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .page-id-229 #pg-229-0 .promo {
        width: 20%;
    }

    .page-id-229 #pg-229-0 .promo .features {
        font-size: 13px;
    }

    .promo.first {
        border-right: none;
    }

    .promo.second {
        border-left: none;
    }

}

.promo h4 {
    background-color: #3498db;
    color: #fff;
    font-size: 170%;
    font-weight: normal;
    padding: 0.5em 0;
    margin: 0;
}

.promo .features {
    list-style-type: none;
    color: #999999;
}

.promo .features li {
    margin: 0;
}

.promo .features li:last-child {
    padding-bottom: 1.3em;
}

.promo .features li.price {
    margin: 0 0 0.4em !important;
}

.promo li {
    padding: .25em 0;
}

.promo .brief {
    color: #f9f9f9;
}

.promo .price {
    padding: .55em 0;
    font-size: 250%;
    line-height: 20px;
}

.promo .price, .promo .brief {
    color: #f9f9f9;    /*background-color: #444;*/
    background-color: #2980b9;
}

.promo .specials {
    background-color: #999999;
    color: #fff;
    padding: 0.25em 1em;
}

.promo .price small {
    font-size: 14px;
}

.promo .buy {
    margin: 1em 0 0;
}

.promo button {
    padding: 1em 3.25em;
    border: none;
    border-radius: 40px;
    background: #292b2e;
    color: #f9f9f9;
    cursor: pointer;
}

.promo button:hover {
    background: #27282b;
}

.scale button {
    background: #64AAA4;
}

.scale button:hover {
    background: #4e8d88;
}

@media (min-width:40em) {
    .scale {
        transform: scale(1.1);
        box-shadow: 0 0 4px 1px hsla(0, 0%, 0%, 0.1);
    }

    .promo.scale .price {
        padding: 0.15em 0 0.55em;
    }

    .promo.scale .brief {
        padding: 0.55em 0 0 0;
    }

}

/****************************************************
*    ACCORDION                                      *
****************************************************/
ul.accordion {
    list-style-type: none;
    padding: 0;
}

ul.accordion .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
}

ul.accordion .inner.show {
    color: #444;
    display: block;
}

ul.accordion li {
    list-style-type: none;
    margin: .5em 0;
}

ul.accordion .toggle-icon {
    font-size: 16px;
    padding-right: 10px;
    font-weight: 600;
    color: #F22613;
}

ul.accordion .toggle-icon i {
    font-style: normal;
}

ul.accordion li a.toggle {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #000;
    background-color: rgba(219, 222, 228, 0.70);
    padding: .75em;
    border-radius: 0.15em;
    transition: background .3s ease;
}

ul.accordion li a.toggle:hover {
    background-color: rgba(219, 222, 228, 1);
}

.panel-row-style-for-229-2 a, .panel-row-style-for-229-4 a, .panel-row-style-for-903-1 a {
    color: #fff;
}

/****************************************************
*    LITY                                          *
****************************************************/
:root {
    --lity-z-index-base: 9990;
    --lity-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    --lity-close-size: 35px;
    --lity-close-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    --lity-iframe-ratio: 9/16;  /* Or 3/4 */
    --lity-transition-timing-function: ease;
    --lity-transition-duration: .3s;
}

.lity {
    z-index: var(--lity-z-index-base);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    transition: opacity var(--lity-transition-duration) var(--lity-transition-timing-function);
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    box-sizing: border-box;
}

.lity-wrap {
    z-index: var(--lity-z-index-base);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: calc(var(--lity-z-index-base) + 1);
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    transition: opacity var(--lity-transition-duration) var(--lity-transition-timing-function);
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: calc(var(--lity-z-index-base) + 2);
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: calc(var(--lity-z-index-base) + 3);
    width: 100%;
    transform: scale(1);
    transition: transform var(--lity-transition-duration) var(--lity-transition-timing-function);
}

.lity-loading .lity-content, .lity-closed .lity-content {
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: var(--lity-shadow);
}

.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    z-index: calc(var(--lity-z-index-base) + 4);
    width: var(--lity-close-size);
    height: var(--lity-close-size);    /* Change to position: absolute to display close button inside content container */
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: var(--lity-close-size);
    font-family: Arial, Baskerville, monospace;
    line-height: var(--lity-close-size);
    text-shadow: var(--lity-close-text-shadow);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:active {
    top: 1px;
}

/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: calc(var(--lity-iframe-ratio) * 100%);
    overflow: auto;
    pointer-events: auto;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: var(--lity-shadow);
    background: #000;
}

.lity-hide {
    display: none;
}

/****************************************************
*    PAGINATION                                     *
****************************************************/
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    line-height: 16px;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}

.pagination a:hover {
    color: #fff;
    background: #3279BB;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #3279BB;
    color: #fff;
}

/*****************************************************
*    BLOG AREA                                       *
*****************************************************/
#content .entry-title {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0px;
}

.entry-meta {
    color: #888888;
    font-size: 12px;
}

.entry-meta .fa {
    color: #1281e1;
}

.entry-meta span {
    padding: 0 0 0 15px;
}

.entry-meta a, .entry-utility a {
    color: #888888;
}

.entry-utility {
    clear: both;
    color: #888888;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

.post {
    padding: 0px 0px 20px 0px;
}

.category .entry-meta, .page-template-page-home .post-news-wrap .entry-meta {
    margin: 32px 0 3px;
}

.category h4, .page-template-page-home .post-news-wrap h4 {
    margin: 0;
}

#nav-above, #nav-below {
    display: block;
    margin: 5px 0px 5px 0px;
    clear: both;
    height: 15px;
}

#nav-above a, #nav-below a {
    text-decoration: none;
    color: #F90;
}

#nav-below {
    margin-top: 10px;
}

#nav-below .nav-previous, #nav-above .nav-previous {
    float: left;
    display: block;
}

#nav-below .nav-next, #nav-above .nav-next {
    float: right;
    display: block;
}

.single .text-align-center.h1-title h1 {
    margin: 0 0 18px 0;
}

.single .text-align-center .entry-meta {
    margin-bottom: 24px;
}

/*****************************************************
*    MASTER SLIDER                                   *
*****************************************************/
.master-slider {
    background-color: #fff;
    position: relative;
    visibility: hidden;
    -moz-transform: translate3d(0, 0, 0)
}

.master-slider a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.master-slider, .master-slider * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.master-slider.ms-fullheight {
    height: 100%
}

.ms-layout-partialview .ms-view {
    overflow: visible;
    background-color: transparent
}

.ms-layout-partialview .ms-container {
    overflow: hidden
}

.master-slider img, .ms-slide-bgvideocont video {
    max-width: none
}

.ms-ie img {
    border: none
}

.ms-ie8 * {
    opacity: inherit;
    filter: inherit
}

.ms-ie7 {
    zoom: 1
}

.ms-loading-container {
    position: absolute;
    width: 100%;
    top: 0
}

.ms-slide-auto-height {
    display: table
}

.ms-loading-container .ms-loading, .ms-slide .ms-slide-loading {
    width: 36px;
    height: 36px;
    background: url(images/loading.svg) center no-repeat;
    border-radius: 60px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px;
    opacity: .9
}

.ms-def-cursor, .ms-no-swipe {
    cursor: auto !important
}

.ms-ie .ms-grab-cursor, .ms-ie .ms-grabbing-cursor {
    cursor: move
}

.ms-view {
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px
}

.ms-view .ms-slide-container {
    position: relative
}

.ms-slide {
    position: absolute;
    height: 100%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.ms-wk .ms-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%
}

.ms-slide .ms-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 110
}

.ms-ie .ms-slide-link {
    background: url(data:image/gif;base64, R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRÃƒÂ¢Ã¢â€šÂ¬Ã…â€™ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â¹AA7)
}

.ms-slide .ms-slide-bgvideocont {
    z-index: 105;
    height: 100%
}

.ms-wk .ms-slide .ms-slide-bgvideocont, .ms-wk .ms-slide-bgvideocont>video {
    -webkit-transform: translateZ(.3px);
    transform: translateZ(.3px)
}

.ms-slide .ms-slide-bgvideo {
    position: absolute;
    top: 0
}

.ms-container, .ms-inner-controls-cont {
    position: relative;
    margin: 0 auto
}

.ms-container, .ms-inner-controls-cont, .ms-slide .ms-slide-bgcont img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ms-slide .ms-layer {
    position: absolute
}

.ms-slide .ms-slide-layers {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 109;
    top: 0
}

.ms-slide .ms-slide-video {
    position: absolute;
    top: 0;
    z-index: 111;
    background: #000;
    padding: 0;
    margin: 0;
    border: none
}

.ms-parallax-layer {
    width: 100%;
    position: absolute;
    top: 0
}

.ms-scroll-parallax-cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.ms-wk .ms-scroll-parallax-cont {
    -webkit-transform: translateZ(.4px);
    transform: translateZ(.4px)
}

.ms-action-layer {
    cursor: pointer
}

.ms-btn-container {
    position: absolute
}

.ms-btn {
    text-decoration: none;
    display: inline-block;
    color: #000;
    position: relative;
    padding: 8px 15px;
    cursor: pointer;
    white-space: nowrap
}

.ms-default-btn {
    background: #0074A2;
    border-radius: 5px;
    color: #FFF
}

.ms-default-btn:hover {
    background-color: #0098D5
}

.ms-default-btn:active {
    top: 1px
}

.ms-btn-s {
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0
}

.ms-btn-m {
    padding: 12px 40px
}

.ms-btn-n {
    padding: 8px 25px;
    font-size: 95%
}

.ms-btn-l {
    padding: 17px 50px;
    font-size: 120%
}

.ms-btn-round {
    border-radius: 5px
}

.ms-btn-circle {
    border-radius: 100px
}

.ms-btn-outline-round {
    border-radius: 5px
}

.ms-btn-outline-circle {
    border-radius: 100px
}

.ms-layer.video-box {
    background: #000
}

.ms-layer.video-box iframe {
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    z-index: 111
}

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
    position: absolute;
    cursor: pointer;
    z-index: 112
}

.ms-slide .ms-slide-vcbtn {
    position: absolute;
    cursor: pointer;
    z-index: 113
}

.ms-slide-vcbtn-mobile {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 113
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: .75em;
    display: inline-block;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px
}

.ms-wk .ms-slide .ms-slide-layers, .ms-wk .ms-slide .ms-slide-vcbtn, .ms-wk .ms-slide .ms-slide-video, .ms-wk .ms-slide .ms-slide-vpbtn, .ms-wk .ms-slide-link {
    -webkit-transform: translateZ(.44px);
    transform: translateZ(.44px)
}

.ms-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ms-mask-frame {
    overflow: hidden;
    position: absolute;
    float: left
}

.ms-thumb-list {
    overflow: hidden;
    position: absolute
}

.ms-thumb-list.ms-dir-h {
    width: 100%
}

.ms-thumb-list.ms-dir-v {
    height: 100%;
    top: 0
}

.ms-thumbs-cont {
    position: relative
}

.ms-thumb-frame img {
    width: 100%;
    height: auto
}

.ms-thumb-frame {
    cursor: pointer;
    float: left;
    overflow: hidden;
    opacity: .5;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms
}

.ms-thumb-frame-selected {
    opacity: 1
}

.ms-tabs .ms-thumb-frame {
    background-color: #F6f6f6;
    text-shadow: 0 1px 1px #fff;
    color: #222;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    overflow: visible;
    position: relative;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
    margin-top: 12px
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
    margin-left: 12px
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
    margin-left: 0
}

.ms-tabs.ms-dir-h.ms-align-top {
    z-index: 140
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
    margin-top: -12px
}

.ms-tabs .ms-thumb {
    padding: 20px
}

.ms-tabs .ms-thumb-frame-selected {
    opacity: 1;
    background: #EDEDED
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    top: 0;
    left: 50%;
    margin-left: -12px;
    border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    top: -12px;
    border-bottom-color: #EDEDED
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
    bottom: 0;
    top: auto;
    border-bottom: 0;
    border-top: solid 12px #F6f6f6
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    bottom: -12px;
    border-top-color: #EDEDED
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    left: -12px;
    border-right-color: #EDEDED
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    right: -12px;
    border-left-color: #EDEDED
}

.ms-bullet {
    cursor: pointer;
    float: left
}

.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 15%;
    right: 50%;
    width: 100px
}

.ms-bullets.ms-dir-v {
    position: absolute;
    top: 50%
}

.ms-bullets.ms-dir-v .ms-bullet {
    float: none
}

.ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-sbar {
    position: absolute
}

.ms-sbar.ms-dir-h {
    left: 10px;
    right: 10px;
    top: 5px
}

.ms-sbar.ms-dir-v {
    top: 10px;
    bottom: 10px;
    right: 5px
}

.ms-sbar .ms-bar {
    height: 4px;
    background: #333;
    border-radius: 4px
}

.ms-sbar.ms-dir-v .ms-bar {
    width: 4px
}

.ms-sbar .ms-bar {
    position: relative;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms
}

.ms-timerbar {
    width: 100%;
    bottom: 0;
    position: absolute
}

.ms-ctimer {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer
}

.ms-time-bar {
    -webkit-transition: width 120ms linear;
    -moz-transition: width 120ms linear;
    -ms-transition: width 120ms linear;
    -o-transition: width 120ms linear;
    transition: width 120ms linear
}

.ms-ie7 .ms-tooltip-arrow {
    height: 0
}

.ms-slide-info {
    position: absolute
}

.ms-slide-info.ms-dir-v {
    top: 0
}

.ms-slide-info.ms-dir-h {
    width: 100%
}

@keyframes point-anim {
    0% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -o-transform: scale(.5);
        -ms-transform: scale(.5);
        opacity: 1
    }

    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        opacity: 0
    }

}

@-webkit-keyframes point-anim {
    0% {
        -webkit-transform: scale(.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        opacity: 0
    }

}

.ms-android .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    width: 85px;
    height: 185px;
    cursor: pointer;
    top: 185px;
    margin-top: -20px;
    position: absolute;
    z-index: 110
}

.ms-skin-default .ms-nav-prev {
    background: url(https://axxess-marine.com/wp-content/themes/axxess-marine-v2/images/arrows-orange-left.svg) no-repeat 0 0;
    left: -70px;
}

.ms-skin-default .ms-nav-next {
    right: -70px;
    left: auto;
    background: url(https://axxess-marine.com/wp-content/themes/axxess-marine-v2/images/arrows-orange-right.svg) no-repeat 0 0;    /*background-position: -85px 0px;*/
}

.ms-skin-default .ms-bullet {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    width: 10px;
    height: 10px;
    margin: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e8e8e8;
}

.ms-skin-default .ms-bullet:hover {
    background-color: #F22613;
}

.ms-skin-default .ms-bullet-selected {
    background-color: #1281e1;
}

.ms-skin-default .ms-time-bar {
    height: 3px;
    background: #FFF;
    border-top: solid 1px rgba(0, 0, 0, .41)
}

.ms-skin-default .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow, .ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow, .ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-default .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-default .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: 2px solid #BBB;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-default .ms-tooltip {
    max-width: 200px
}

.ms-skin-default .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0 #fff;
    margin-left: -1px
}

.ms-inner-controls-cont {
    text-align: center;
}

.page-template-page-trainer-banner-php #masterslider h1.bigtext, .page-template-page-ourclass-banner-php #masterslider h1.bigtext {
    margin: 40px 0 0 0;
}

#masterslider a.orange-link {
    text-align: center;
    display: inline-block;
}

/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}
.ms-scroll-parallax .ms-slide-bgcont{}*/

/*-----------------------------------------------------------*/
.ms-action-layer {
    cursor: pointer;
}

.ms-btn-container {
    position: absolute;
}

.ms-btn {
    text-decoration: none;
    display: inline-block;
    color: black;
    position: relative;
    padding: 8px 15px;
    cursor: pointer;
    white-space: nowrap;
}

.ms-default-btn {
    background: #0074A2;
    border-radius: 5px;
    color: #FFF;
}

.ms-default-btn:hover {
    background-color: #0098D5;
}

.ms-default-btn:active {
    top: 1px;
}

.ms-btn-s {
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0;
}

.ms-btn-m {
    padding: 12px 40px;
}

.ms-btn-n {
    padding: 8px 25px;
    font-size: 95%;
}

.ms-btn-l {
    padding: 17px 50px;
    font-size: 120%;
}

.ms-btn-box {
}

.ms-btn-round {
    border-radius: 5px;
}

.ms-btn-circle {
    border-radius: 100px;
}

.ms-btn-outline-box {
}

.ms-btn-outline-round {
    border-radius: 5px;
}

.ms-btn-outline-circle {
    border-radius: 100px;
}

/*-----------------------------------------------------------*/
.ms-layer.video-box {
    background: black;
}

.ms-layer.video-box iframe {
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    z-index: 111;
}

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
    position: absolute;
    cursor: pointer;
    z-index: 112;
}

.ms-slide .ms-slide-vcbtn {
    position: absolute;
    cursor: pointer;
    z-index: 113;
}

.ms-slide-vcbtn-mobile {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: black;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    background: url(https://axxess-marine.com/wp-content/themes/axxess-marine-v2/video-close-btn.png) no-repeat 0px 3px;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px;
}

.ms-wk .ms-slide .ms-slide-vcbtn, .ms-wk .ms-slide .ms-slide-layers, .ms-wk .ms-slide .ms-slide-vpbtn, .ms-wk .ms-slide .ms-slide-video, .ms-wk .ms-slide-link {
    -webkit-transform: translateZ(0.44px);
    transform: translateZ(0.44px);
}

.ms-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ms-mask-frame {
    overflow: hidden;
    position: absolute;
    float: left;
}

/* controls */
.ms-thumb-list {
    overflow: hidden;
    position: absolute;
}

.ms-thumb-list.ms-dir-h {
    width: 100%;
}

.ms-thumb-list.ms-dir-v {
    height: 100%;
    top: 0;
}

.ms-thumbs-cont {
    position: relative;
}

.ms-thumb-frame img {
    width: 100%;
    height: auto;
}

.ms-thumb-frame {
    cursor: pointer;
    float: left;
    overflow: hidden;
    opacity: 0.5;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ms-thumb-frame-selected {
    opacity: 1;
}

.ms-tabs .ms-thumb-frame {
    background-color: #F6f6f6;
    text-shadow: 0 1px 1px white;
    color: #222;
    border: solid 1px white;
    border-width: 0 1px 1px 0;
    overflow: visible;
    position: relative;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
    margin-top: 12px;
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
    margin-left: 12px;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
    margin-left: 0px;
}

.ms-tabs.ms-dir-h.ms-align-top {
    z-index: 140;
}

.ms-tabs.ms-dir-h.ms-align-top  .ms-thumb-frame {
    margin-top: -12px;
}

.ms-tabs .ms-thumb {
    padding: 20px 20px;
}

.ms-tabs .ms-thumb-frame-selected {
    opacity: 1;
    background: #EDEDED;
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    top: 0px;
    left: 50%;
    margin-left: -12px;
    border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    top: -12px;
    border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
    bottom: 0px;
    top: auto;
    border-bottom: 0px;
    border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    bottom: -12px;
    border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    left: -12px;
    border-right-color: #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    right: -12px;
    border-left-color: #EDEDED;
}

.ms-bullet {
    cursor: pointer;
    float: left;
}

.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px;
}

.ms-bullets.ms-dir-v {
    position: absolute;
    top: 50%;
}

.ms-bullets.ms-dir-v .ms-bullet {
    float: none;
}

.ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%;
}

.ms-sbar {
    position: absolute;
}

.ms-sbar.ms-dir-h {
    left: 10px;
    right: 10px;
    top: 5px
}

.ms-sbar.ms-dir-v {
    top: 10px;
    bottom: 10px;
    right: 5px
}

.ms-sbar .ms-bar {
    height: 4px;
    background: #333;
    border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {
    width: 4px;
}

.ms-sbar .ms-bar {
    position: relative;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ms-timerbar {
    width: 100%;
    bottom: 0px;
    position: absolute;
}

.ms-ctimer {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
}

.ms-ctimer-bullet {
}

.ms-time-bar {
    -webkit-transition: width 120ms linear;
    -moz-transition: width 120ms linear;
    -ms-transition: width 120ms linear;
    -o-transition: width 120ms linear;
    transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow {
    height: 0px;
}

.ms-slide-info {
    position: absolute;
}

.ms-slide-info.ms-dir-v {
    top: 0;
}

.ms-slide-info.ms-dir-h {
    width: 100%;
}

@keyframes point-anim {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        opacity: 0;
    }

}

@-webkit-keyframes point-anim {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }

}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
}

.text-layer-wrap {
    color: #fff;
}

.text-layer-wrap h1, #masterslider h1.bigtext {
    color: #fff;
    font-size: 46px;
    margin: 0 0 22px;
    font-weight: normal;
    font-weight: 600;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);    /*font-family: 'Anton', sans-serif;*/
}

#masterslider h2.smalltext {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    margin: margin:0 0 8px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.slide-overlay {
    background: rgba(0, 0, 0, 0.55);
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateZ(0.4px);
    width: 100%;
    z-index: 8;
}

/*****************************************************
*    FOOTER                                          *
*****************************************************/
footer {
    clear: both;
    background-color: #444;
    padding: 60px 0 4px;
    color: #fff;
}

footer h4 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 24px 0;
}

footer a {
    color: #fff;
}

.socialnetwork-widget .fa {
    font-size: 21px;
}

.socialnetwork-widget a {
    display: inline-block;
    height: 21px;
    width: 21px;
    cursor: pointer;
    margin: 0 4px 0 0;
}

.emailaddress-widget img {
    margin: 0 7% 0 0;
}

/****************************************************
*    ANIMATE.CSS                                    *
****************************************************/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }

}

.fadeInLeft {
    animation-name: fadeInLeft;
}

/*****************************************************
*    CONTACT FORM & & ERROR MESSAGES                 *
*****************************************************/
span.wpcf7-not-valid-tip, .alert-danger {
    background-color: #fadfdf !important;
    border-color: #f1b7c1 !important;
    color: #bd2323 !important
}

.wpcf7-validation-errors {
    background-color: #fff579 !important;
    border: 1px solid #f7e700 !important;
    color: #333 !important
}

div.wpcf7-mail-sent-ok {
    background-color: #80e76d !important;
    border: 1px solid #398f14 !important;
    color: #398f14 !important
}

div.wpcf7-mail-sent-ok, div.wpcf7-response-output, div.wpcf7-validation-errors, span.wpcf7-not-valid-tip, .alert-dismissable {
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 10px 0 20px !important;
    padding: 8px !important;
    max-width: 460px
}

.wpcf7-captcha-captcha {
    display: inline-block;
    margin: 3px 0 9px;
}

input[type=button], input[type=reset], input[type=submit], button {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 8px 16px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #fc3;
    border: 1px solid #fc3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .3s ease-in-out, border .3s ease-in-out
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button:hover {
    background-color: #e7af07;
    border: 1px solid #e7af07
}

input[type="text"], input[type="email"], input[type="tel"], input[type=password], input[type="search"], input[type="date"], input[type="datetime"], input[type="time"], input[type="url"], select, textarea {
    display: inline-block;
    max-width: 460px;
    width: 100%;
    padding: 8px;
    margin-bottom: 9px;
    background-color: #fff;
    font-size: 18px;
    line-height: 18px;
    color: #32312f;
    border: 1px solid #32312f;
    border-radius: 4px;
    transition: border .3s ease-in-out
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
    font-family: Helvetica, Arial, sans-serif;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type=password]:focus, input[type="search"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    border: 1px solid #25c0d7;
    outline: 0
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    border: 0;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}

.close:hover, .close:focus {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}

#submit {
    display: block;
    width: 150px;
}

#submit img {
    float: right;
}

/*****************************************************
*    SLICK SLIDER                                    *
*****************************************************/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: url('images/loading.svg') center center no-repeat;
}

/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'Ã¢â€ Â';
}

[dir='rtl'] .slick-prev:before {
    content: 'Ã¢â€ â€™';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'Ã¢â€ â€™';
}

[dir='rtl'] .slick-next:before {
    content: 'Ã¢â€ Â';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    padding: 0;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-color: #eee;
    border: 0;
    outline: none;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    background-color: #F22613;
}

.slick-dots li.slick-active button {
    background-color: #1281e1;
}

/*****************************************************
*    FONTS                                           *
*****************************************************/
h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
}

h2, .h1-title h1 {
    font-size: 24px;
    margin: 0px 0px 36px 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

h3 {
    font-size: 20px;
    margin: 0px 0px 24px 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
    margin: 32px 0 0 0;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
}

/*****************************************************
*    FULL SCREENS                                    *
*****************************************************/
#cd-lateral-nav, .mobile-menu {
    display: none;
}

@media screen and (min-width:1780px) {
    .vimeo-wrapper iframe {
        width: 55vw;
        height: 30.9375vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 55vh;
        min-width: 97.78vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    }

}

@media screen and (min-width:980px) {
    .bkg-img-block {
        min-height: 470px;
        height: 100%;
    }

    #banner-margin #masterslider {
        height: 450px;
    }

    .post-news-wrap .one-third .overlay-link:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 218px;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6) url('images/url-link.svg') no-repeat scroll 50% 50%;
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .post-news-wrap .one-third .overlay-link:hover:after {
        opacity: 1;
    }

}

@media screen and (max-width:980px) {
    #navigation ul > li:first-child a {
        margin: 0 8px 0 0;
    }

    #navigation ul > li a {
        margin: 0 8px;
    }

    #four-block-img div {
        width: 50%;
        float: left;
    }

}

@media screen and (min-width:760px) {
    nav #toggle {
        display: none;
    }

    .cd-main-content {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .half-section {
        flex: 1;
        width: 50%;
    }

    .section-50 {
        max-width: 570px;
    }

    .float-right .half-section {
        order: 1;
    }

    .float-right .half-section.bkg-img-block {
        order: 2;
    }

    .float-right .section-50 {
        float: right;
        padding: 50px 5% 60px 0;
    }

    [role='banner'] .pagewrap {
        padding: 120px 0 130px;
    }

}

/*****************************************************
*    MOBILE AND TABLE SCREENS                        *
*****************************************************/
@media screen and (max-width:761px) {
    a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }

    .bkg-img-block {
        height: 280px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .section-50 {
        padding: 50px 0 60px 0 !important;
    }

    .half-section {
        width: 95%;
        max-width: 95%;
        margin-bottom: 0 auto;
    }

    .flex-wrap .half-section:nth-child(2) {
        margin: 0 auto;
        overflow: hidden;
    }

    .flex-wrap .grey-bkg {
        background-color: #fff;
    }

    .testimonial-wrap {
        grid-template-columns: 1fr;
        grid-column-gap: 0%;
    }

}

/*****************************************************
*    MOBILE SCREENS ONLY                             *
*****************************************************/
@media screen and (min-width:666px) {
    .no-touchevents header {
        left: 0;
        top: 0;
        width: 100%;
        z-index: 20;
        position: fixed;
    }

    #banner-margin, .no-touchevents main {
        margin-top: 90px;
    }

    #cd-menu-trigger {
        display: none;
    }

}

@media screen and (max-width:667px) {
    body {
        word-wrap: break-word;
    }

    a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }

    aside, article {
        float: none;
        width: 100%;
    }

    .post-news-wrap .one-third {
        width: 48%;
    }

    .one-third:nth-child(2n+1) {
        margin-left: 0;
    }

    #contact-us .one-half {
        float: none;
        width: 100%;
        margin: 0;
    }

}

@media screen and (max-width:590px) {
    footer .one-third, footer .one-third:nth-child(1) {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .page-template-page-testimonial-v2 blockquote img {
        height: auto;
        width: 40%;
    }

}

@media screen and (max-width:480px) {
    #four-block-img div {
        width: 100%;
        float: none;
    }

    .bkg-img-block {
        height: 220px;
    }

    .post-news-wrap {
        grid-template-columns: 1fr;
    }

    h2 {
        font-size: 20px;
        margin: 0 0 24px;
    }

    #copyright {
        font-size: 11px;
    }

    .post-news-wrap .one-third {
        width: 100%;
        margin-left: 0;
    }

    .one-third:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media screen and (max-width:430px) {
    #four-block-img {
        display: none;
    }

    main, .padding-space {
        padding: 30px 0 40px;
    }

    .profile-img img {
        width: 100px;
    }

    .profile-img p {
        margin-left: 120px;
    }

}

/*****************************************************
*    NAVIGATION AREA  FOR  MOBILE SCREENS ONLYS      *
*****************************************************/
@media screen and (max-width:667px) {
    #main-nav {
        display: none;
    }

    #cd-lateral-nav {
        display: block;
    }

    header h1 a {
        margin: 0 auto;
    }

    .mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background: #fff;
        z-index: 3;     /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition-property: transform;
        transition-duration: 0.4s;
    }

    .mobile-menu.lateral-menu-is-open {
        -ms-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    #cd-top-nav {
        position: absolute;
        top: 0;
        right: 120px;
        height: 100%;
        display: none;
    }

    #cd-top-nav ul {
        height: 100%;
        padding-top: 18px;
    }

    #cd-top-nav li {
        display: inline-block;
        margin-right: 1em;
    }

    #cd-top-nav a {
        display: inline-block;
        padding: .5em;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 600;
    }

    #cd-top-nav a.current {
        background-color: #242e30;
    }

    .no-touch #cd-top-nav a:hover {
        color: rgba(255, 255, 255, 0.7);
    }

    #cd-menu-trigger {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 110px;
        padding-left: 1.25em;
    }

    #cd-menu-trigger .cd-menu-text {
        height: 100%;
        text-transform: uppercase;
        color: #000000;
        font-weight: 600;
    }

    #cd-menu-trigger .cd-menu-icon {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 18px;
        height: 2px;
        background-color: #000;
    }

    #cd-menu-trigger .cd-menu-icon:before, #cd-menu-trigger .cd-menu-icon:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: inherit;
        left: 0;
    }

    #cd-menu-trigger .cd-menu-icon:before {
        bottom: 5px;
    }

    #cd-menu-trigger .cd-menu-icon:after {
        top: 5px;
    }

    #cd-menu-trigger.is-clicked .cd-menu-icon {
        background-color: rgba(255, 255, 255, 0);
    }

    #cd-menu-trigger.is-clicked .cd-menu-icon:before, #cd-menu-trigger.is-clicked .cd-menu-icon:after {
        background-color: #000;
    }

    #cd-menu-trigger.is-clicked .cd-menu-icon:before {
        bottom: 0;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #cd-menu-trigger.is-clicked .cd-menu-icon:after {
        top: 0;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 90px;
    }

    #cd-menu-trigger .cd-menu-icon {
        left: auto;
        right: 1.25em;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    #cd-lateral-nav {
        position: fixed;
        height: 100%;
        right: 0;
        top: 0;
        visibility: hidden;     /* the secondary navigation is covered by the main element */
        z-index: 1;
        width: 260px;
        background-color: #1d1d1d;
        overflow-y: auto;       /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition: transform .4s 0s, visibility 0s .4s;        /* this creates the subtle slide in animation of the navigation */
        -ms-transform: translateX(80px);
        transform: translateX(80px);
    }

    #cd-lateral-nav .cd-navigation {
        margin: 10px 0 16px;
    }

    #cd-lateral-nav .sub-menu {
        padding: 0 10px 20px 15px;
        display: none;
    }

    #cd-lateral-nav a {
        display: block;
        line-height: 2em;
        padding: 0 16px 0 32px;
        color: #aab5b7;
    }

    #cd-lateral-nav ul#top-menu > li > a {
        text-transform: uppercase;
        font-weight: 600;
    }

    #cd-lateral-nav li.current-menu-item a {
        background-color: #32312f;
        color: #FFF;
    }

    .no-touch #cd-lateral-nav a:hover {
        color: #FFF;
    }

    #cd-lateral-nav .cd-navigation {
        margin: 20px 0;
    }

    #cd-lateral-nav.lateral-menu-is-open {
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        transition: transform .4s 0s, visibility 0s 0s;
        -webkit-overflow-scrolling: touch;
    }

    /* style menu items which have a submenu  */
    #cd-lateral-nav .menu-item-has-children > a {
        position: relative;
    }

    #cd-lateral-nav .menu-item-has-children > a:after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 50%;
        bottom: auto;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1em;
        background: url("images/cd-arrow.svg") no-repeat center center;
        background-size: 8px 11px;
        transition-property: transform;
        transition-duration: 0.2s;
    }

    #cd-lateral-nav .menu-item-has-children > a.submenu-open:after {
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    .cd-main-content {
        min-height: 100%;
        position: relative;
        background-color: #fff;
        z-index: 2; /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition-property: transform;
        transition-duration: 0.4s;
    }

    .cd-main-content.lateral-menu-is-open {
        -ms-transform: translateX(-260px);
        transform: translateX(-260px);
    }

}