﻿@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
small,
strong,
sub,
sup,
b,
u,
i,
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,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

select,
input,
textarea,
button {
    font: 99% sans-serif;
}

ul,
ol {
    margin-left: 1.8em;
}

ol {
    list-style-type: decimal;
}

nav ol,
nav ul,
nav li {
    margin: 0;
    list-style: none;
}

small {
    font-size: 85%;
}

mark,
b,
strong,
th {
    font-weight: 700;
}

mark,
i,
cite,
em,
var,
address,
dfn {
    font-style: italic;
}

td,
td img {
    vertical-align: top;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

pre {
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

textarea {
    overflow: auto;
}

input[type="checkbox"] {
    vertical-align: text-bottom;
}

input[type="radio"] {
    vertical-align: bottom;
}

input[type=button],
input[type=submit],
button {
    cursor: pointer;
}

button,
input,
select,
textarea {
    margin: 0;
    outline: none;
}
    /* fixing mozilla extra padding on buttons */
    button::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner {
        padding: 0 !important;
    }

button {
    width: auto;
    overflow: visible;
}

html {
    overflow-y: scroll;
}
/* common classes
------------------------------------------------------------- */
.hidden {
    display: none;
    visibility: hidden;
}

.leftalign,
.alignleft {
    float: left;
}

.rightalign,
.alignright {
    float: right;
}

.aligncenter {
    margin: auto;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.ta-l {
    text-align: left;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}
/* extra IE fixing
------------------------------------------------------------- */
.lte7 .clearfix {
    zoom: 1;
}

.lte7 button {
    width: 1;
    overflow: visible;
}

.lte7 legend {
    margin-left: -7px;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.lte7 input[type="checkbox"] {
    vertical-align: bottom;
}
/* @end */
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #000;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #000;
}

::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

a {
    outline: none;
    color: #6c5f9e;
}

    a:focus {
        outline: 1px dotted #eee;
    }

    a:hover,
    a:focus {
        color: #000;
    }
/* PLUGINS */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }
    /** THEME
===================================*/
    .bx-wrapper .bx-viewport {
        background: #fff;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }
    /* LOADER */
    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../images/bxslider/bx_loader.gif) center center no-repeat #ffffff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }
    /* PAGER */
    .bx-wrapper .bx-pager {
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }
    /* DIRECTION CONTROLS (NEXT / PREV) */
    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }
    /* AUTO CONTROLS (START / STOP) */
    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }
    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }
    /* IMAGE CAPTIONS */
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/fancybox/blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(../images/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url(../images/fancybox/fancybox_loading@2x.gif);
            background-size: 24px 24px;
            /*The size of the normal image, half the size of the hi-res image*/
        }
}
/* END PLUGINS */
body {
    font-family: 'Montserrat', Arial, Verdana, sans-serif;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    -webkit-overflow-scrolling: touch;
    position: relative;
    background: url(../images/bg-pattern.jpg) repeat;
}

html {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

iframe {
    -webkit-overflow-scrolling: touch;
}

a {
    outline: 0;
}

    a:focus {
        outline: 0;
    }

.opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.transition {
    -webkit-transition: all 0.2 ease-in-out;
    -moz-transition: all 0.2 ease-in-out;
    -o-transition: all 0.2 ease-in-out;
    transition: all 0.2s ease-in-out;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto !important;
}

.col {
    float: left;
    width: 100%;
}

    .col.one {
        width: 33.3333%;
    }

    .col.two {
        width: 50%;
    }

    .col.three {
        width: 75%;
    }

    .col.four {
        width: 25%;
    }

    .col.five {
        width: 20%;
    }

    .col.no-padding {
        padding: 0 !important;
    }

.wrap {
    width: 1170px;
    margin: 0 auto;
}

    .wrap.full-width {
        width: 100%;
    }

.topNav {
    background: #313131;
    width: 100%;
}

.searchForm {
    float: right;
    width: 295px;
    position: relative;
}

    .searchForm input[type="text"] {
        float: left;
        width: 100%;
        border: 0;
        height: 44px;
        background: #363636;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        font-family: 'Roboto', Arial, Verdana, sans-serif;
        padding: 5px 54px 5px 15px;
    }

        .searchForm input[type="text"]::-webkit-input-placeholder {
            color: #fff;
            font-family: 'Roboto', Arial, Verdana, sans-serif;
        }

        .searchForm input[type="text"]:-moz-placeholder {
            color: #fff;
            font-family: 'Roboto', Arial, Verdana, sans-serif;
        }

        .searchForm input[type="text"]::-moz-placeholder {
            color: #fff;
            font-family: 'Roboto', Arial, Verdana, sans-serif;
        }

        .searchForm input[type="text"]:-ms-input-placeholder {
            color: #fff;
            font-family: 'Roboto', Arial, Verdana, sans-serif;
        }

    .searchForm .submit,
    .searchForm input[type="submit"],
    .searchForm button {
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 44px;
        border: 0;
        text-indent: -9999px;
        background: url(../images/search.png) no-repeat 50% 50%;
    }

.fontSize {
    float: left;
    margin-top: 6px;
}

    .fontSize a {
        vertical-align: middle;
        display: inline-block;
        margin-left: 5px;
    }

        .fontSize a.disabled {
            opacity: 0.5;
            cursor: default;
        }

    .fontSize span {
        vertical-align: middle;
        color: #dfdfdf;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        margin-right: 5px;
    }

.topMenu {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

    .topMenu li {
        float: left;
        margin-left: 30px;
    }

        .topMenu li.events {
            background: url(../images/events.png) no-repeat 0 50%;
        }

        .topMenu li.store {
            background: url(../images/store.png) no-repeat 0 50%;
        }

        .topMenu li.contact {
            background: url(../images/contact.png) no-repeat 0 50%;
        }

        .topMenu li.account {
            background: url(../images/account.png) no-repeat 0 50%;
        }

        .topMenu li a {
            float: left;
            text-decoration: none;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;
            padding: 5px 0 5px 30px;
        }

.triggerTopMenu {
    float: left;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    background: url(../images/topmenu-hamburger.png) no-repeat;
    border: 0;
    margin-top: 4px;
    display: none;
}

.mainNavWrap {
    background: url(../images/logo-bg.png) repeat;
}

.homeLogo {
    display: none;
}

.singleLogo {
    display: block;
}

.logoWrap {
    float: left;
    text-align: center;
    border-top: 0;
    padding: 20px 0 0;
    width: 280px;
}

.home .homeLogo {
    display: block;
}

.home .singleLogo {
    display: none;
}

.home .logoWrap {
    width: 100%;
    border: 1px solid #2e2e2e;
    padding: 15px 0 15px;
}

.home #mainNav {
    float: left;
    width: 100%;
}

    .home #mainNav > li {
        margin-left: 15px;
        padding: 0 15px 0 0;
    }

        .home #mainNav > li > a {
            padding: 30px 20px 30px 15px;
        }

.home #mainNav {
    float: left;
    width: 100%;
}

    .home #mainNav > li {
        margin-left: 15px;
        padding: 0 15px 0 0;
    }

        .home #mainNav > li > a {
            padding: 30px 20px 30px 15px;
        }

.logo {
    display: inline-block;
    height: 68px;
}

    .logo img {
        float: left;
    }

#footer {
    padding: 80px 0;
}

    #footer p {
        font-size: 12px;
        color: #3097dd;
        text-transform: uppercase;
    }

    #footer .social {
        margin-top: 15px;
    }

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

    .social li {
        float: left;
        margin-left: 10px;
    }

        .social li:first-child {
            margin-left: 0;
        }

        .social li a {
            float: left;
            width: 32px;
            height: 32px;
            text-decoration: none;
            text-indent: -9999px;
        }

        .social li.twitter a {
            background: url(../images/twitter.png) no-repeat;
        }

        .social li.facebook a {
            background: url(../images/facebook.png) no-repeat;
        }

        .social li.google a {
            background: url(../images/google.png) no-repeat;
        }

#mainNav {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #3097dd;
    position: relative;
}

    #mainNav > li {
        float: left;
        position: relative;
        padding: 0 10px 0 0;
    }

        #mainNav > li > a {
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            float: left;
            font-weight: 400;
            text-transform: uppercase;
            padding: 30px 15px 30px 10px;
            background: url(../images/nav-child-bg.png) no-repeat 100% 50%;
        }

        #mainNav > li.hasChild > a {
            background: url(../images/nav-child-bg.png) no-repeat 100% 50%;
        }

        #mainNav > li:hover {
            background: #1c83c8;
        }

            #mainNav > li:hover > a {
                color: #fff;
                text-decoration: none;
            }

        #mainNav > li ul {
            list-style: none;
            margin: 0;
            position: absolute;
            left: 0;
            top: 100%;
            background: rgba(0, 0, 0, 0.8);
            width: auto;
            padding: 10px;
            display: none;
        }

            #mainNav > li ul li {
                float: none;
                width: 240px;
            }

                #mainNav > li ul li a {
                    float: left;
                    width: 100%;
                    padding: 10px;
                    color: #fff;
                    text-decoration: none;
                }

                    #mainNav > li ul li a:hover {
                        text-decoration: underline;
                    }

        #mainNav > li:hover > ul {
            display: block;
            z-index: 1000;
        }

.pageWrap .wrap {
    background: #f2f2f2;
}

.featuredArticle .wrap {
    background: none;
}

.featuredArticle .articleWrap {
    position: relative;
    min-height: 500px;
    max-height: 500px;
    height: 500px;
    padding: 5px 30px 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

    .featuredArticle .articleWrap .more {
        display: inline-block;
        padding: 15px 20px;
        background: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 20px;
        margin-right: 5px;
        text-decoration: none;
        border: 2px solid #fff;
    }

    .featuredArticle .articleWrap h2 {
        font-size: 50px;
        color: #fff;
    }

    .featuredArticle .articleWrap p {
        color: #fff;
        font-size: 18px;
        margin-top: 15px;
        max-width: 400px;
    }

    .featuredArticle .articleWrap .articleThumb {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

        .featuredArticle .articleWrap .articleThumb .thumbOverlay {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: url(../images/thumb-overlay.png) repeat;
        }

.featuredArticle .articleContent {
    position: relative;
}

.featuredArticle .bx-viewport {
    background: none;
}

.featuredArticle .bx-wrapper .bx-pager {
    text-align: center;
    bottom: 20px;
    z-index: 100;
}

    .featuredArticle .bx-wrapper .bx-pager .bx-pager-item a {
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 50%;
    }

        .featuredArticle .bx-wrapper .bx-pager .bx-pager-item a.active {
            background: #3097dd;
        }

        .featuredArticle .bx-wrapper .bx-pager .bx-pager-item a:hover {
            background: #3097dd;
        }

.promoWrap {
    float: left;
    width: 295px;
}

    .promoWrap .articleWrap h2 {
        display: inline-block;
        max-width: 160px;
    }

    .promoWrap .articleCategory ul li a {
        background: #313131;
    }

.latestWrap {
    float: right;
    width: 875px;
}

    .latestWrap .articleWrap {
        float: right;
        width: 580px;
    }

        .latestWrap .articleWrap.small {
            width: 295px;
            float: left;
        }

.articleCategory {
    display: inline-block;
    vertical-align: middle;
}

    .articleCategory ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
        line-height: 100% !important;
    }

        .articleCategory ul li {
            margin-top: 15px;
            margin-right: 5px;
            display: inline-block;
        }

            .articleCategory ul li a {
                color: #fff !important;
                text-decoration: none;
                display: inline-block;
                padding: 10px 15px;
                background: #3097dd;
                text-transform: uppercase;
                font-size: 12px;
                font-family: 'Montserrat', Arial, Verdana, sans-serif !important;
            }

#back-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    max-width: 80px;
    z-index: 999999;
}

.articleWrap {
    float: left;
    width: 100%;
    padding: 15px;
}

    .articleWrap .articleThumb {
        float: left;
        width: 100%;
        position: relative;
    }

        .articleWrap .articleThumb img {
            float: left;
            width: 100%;
            height: auto;
        }

        .articleWrap .articleThumb .videoOverlay {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url(../images/play-button.png) no-repeat 50% 50%;
        }

    .articleWrap .articleCategory {
        vertical-align: top;
    }

    .articleWrap .articleContent {
        float: left;
        width: 100%;
    }

    .articleWrap h2 {
        color: #1c1c1c;
        font-size: 18px;
        margin-top: 14px;
    }

        .articleWrap h2 a {
            color: #1c1c1c;
            font-size: 18px;
            margin-top: 14px;
            text-decoration: none;
        }

    .articleWrap p {
        color: #1c1c1c;
        font-size: 14px;
        margin-top: 8px;
        font-family: 'Roboto', Arial, Verdana, sans-serif;
        line-height: 160%;
        font-weight: 300;
    }

.pageTitle {
    float: left;
    width: 100%;
    background: #1b1b1b;
    padding: 20px 80px;
    border-bottom: 3px solid #d5d5d5;
}

    .pageTitle h1 {
        font-size: 40px;
        color: #fff;
        line-height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    /*.pageTitle.blogTitle {
  padding: 20px;
}
.pageTitle.blogTitle h1{
  font-size: 20px;
}
*/
    .pageTitle .articleCategory {
        margin-right: 40px;
        margin-top: 0;
    }

.articleCategoryTags {
    margin: 15px 0;
}

.mainContent {
    float: left;
    width: 100%;
    background: #f2f2f2;
    position: relative;
}

    .mainContent .sidebar {
        float: right;
        width: 300px;
        padding: 50px 0;
    }

        .mainContent .sidebar .promoWrap {
            width: 100%;
        }

        .mainContent .sidebar .articleWrap {
            padding: 0 15px;
            margin-top: 30px;
        }

            .mainContent .sidebar .articleWrap:first-child {
                margin-top: 10px;
            }

.sidebar .articleWrap .articleCategory {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.sidebar .articleWrap h2 {
    display: block;
    max-width: inherit;
}

.sidebar .articleWrap a {
    text-decoration: none;
}

.mainContent .sidebar .widgetWrap {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .mainContent .sidebar .widgetWrap:first-child {
        margin-top: 0;
    }

.mainContent .sidebar h6 {
    color: #313131;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 15px;
}

.mainContent .contentWrap {
    float: left;
    width: 870px;
    padding: 50px 80px;
}

.woocommerce-page .mainContent .contentWrap {
    width: 100%;
}

.mainContent .contentWrap p {
    margin-top: 20px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 300;
    line-height: 160%;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
}

    .mainContent .contentWrap p a {
        color: #3097dd;
        text-decoration: none;
    }

.mainContent .contentWrap ul a {
    color: #3097dd;
    text-decoration: none;
}

.mainContent .contentWrap ul {
    margin-top: 20px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 300;
    line-height: 160%;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
}

    .mainContent .contentWrap ul h1, .mainContent .contentWrap ul h2, .mainContent .contentWrap ul h3, .mainContent .contentWrap ul h4, .mainContent .contentWrap ul h5, .mainContent .contentWrap ul h6 {
        font-size: 16px;
        font-weight: 700;
    }

.mainContent .contentWrap p img {
    margin-top: 5px;
    margin-right: 20px;
}

.mainContent .contentWrap .theContent {
    float: left;
    width: 100%;
}

.mainContent .contentWrap .contentMeta {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
}

    .mainContent .contentWrap .contentMeta h6 {
        color: #313131;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
    }

    .mainContent .contentWrap .contentMeta .postSubtitle {
        float: left;
    }

    .mainContent .contentWrap .contentMeta .postDate {
        float: right;
        color: #8d8d8d;
    }

.mainContent .contentWrap h1,
.mainContent .contentWrap h2,
.mainContent .contentWrap h3,
.mainContent .contentWrap h4,
.mainContent .contentWrap h5,
.mainContent .contentWrap h6 {
    color: #313131;
    line-height: 100%;
}

    .mainContent .contentWrap h1 a,
    .mainContent .contentWrap h2 a,
    .mainContent .contentWrap h3 a,
    .mainContent .contentWrap h4 a,
    .mainContent .contentWrap h5 a,
    .mainContent .contentWrap h6 a {
        text-decoration: none;
        color: #313131;
    }

.mainContent .contentWrap h1 {
    font-size: 40px;
}

.mainContent .contentWrap h2 {
    font-size: 30px;
}

.mainContent .contentWrap h3 {
    font-size: 26px;
}

.mainContent .contentWrap h4 {
    font-size: 24px;
}

.mainContent .contentWrap h5 {
    font-size: 22px;
}

.mainContent .contentWrap h6 {
    font-size: 20px;
}

.blogCategories {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0 15px;
    margin: 0;
    margin-top: 10px;
}

    .blogCategories li {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dbdbdb;
    }

        .blogCategories li a {
            width: auto;
            text-decoration: none;
            color: #313131;
            font-weight: 600;
            font-size: 14px;
            position: relative;
            /*padding-left: 44px;*/
            display: block;
            margin-right: 20px;
        }

            .blogCategories li a.toggle {
                width: auto;
                position: absolute;
                padding: 0;
                display: inline-block;
                right: 0;
                margin: 0;
            }

            .blogCategories li a span {
                color: #fff;
                font-weight: 600;
                padding: 2px 5px;
                background: #3097dd;
                border-radius: 5px;
                text-align: center;
                font-size: 12px;
                min-width: 36px;
                margin-right: 15px;
                position: absolute;
                top: 0;
                left: 0;
            }

            .blogCategories li a p {
                display: block;
                margin-left: 50px;
                color: #313131;
                font-weight: 600;
                font-size: 14px;
            }

    .blogCategories ul.children {
        list-style: none;
        margin-top: 20px;
        display: none;
    }

        .blogCategories ul.children li:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

.landingPage .contentWrap {
    padding: 20px 45px;
}

    .landingPage .contentWrap .articleWrap {
        width: 50%;
        padding: 30px 15px;
    }

        .landingPage .contentWrap .articleWrap .articleDate {
            display: inline-block;
            vertical-align: middle;
            margin-top: 15px;
            font-size: 12px;
            color: #373737;
            text-transform: uppercase;
        }

.landingPage .mainContent .post-categories {
    margin-top: 0;
}

.landingPage .mainContent .articleContent {
    margin-top: 0px;
}

.landingPage .contentWrap .articleWrap .articleCategory {
    vertical-align: middle;
}

.landingPage .contentWrap .articleWrap .more {
    display: inline-block;
    margin-top: 15px;
    color: #3097dd;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.landingPage .contentWrap .articleWrap h2 {
    font-size: 20px;
    margin-top: 15px;
}

.featuredSlider {
    margin: 0;
    padding: 0;
    position: relative;
    height: 500px;
}
.featuredSlider li{
    position: absolute;
    background: black;
    width: 100%;
    top: 0;
    left: 0;
}

.searchWrap {
    float: left;
    width: 100%;
    margin-top: 40px;
}

    .searchWrap:first-child {
        margin-top: 0;
    }

.selectnav {
    display: none;
}
/* font resizer */
.mediumFS .featuredArticle .articleWrap p {
    font-size: 20px;
    margin-top: 25px;
}

.mediumFS .articleWrap p {
    font-size: 16px;
}

.mediumFS .mainContent .contentWrap p {
    font-size: 18px;
}

.mediumFS .mainContent .contentWrap .contentMeta h6 {
    font-size: 15px;
}

.largeFS .featuredArticle .articleWrap p {
    font-size: 22px;
    margin-top: 20px;
}

.largeFS .articleWrap p {
    font-size: 18px;
}

.largeFS .mainContent .contentWrap p {
    font-size: 20px;
}

.largeFS .mainContent .contentWrap .contentMeta h6 {
    font-size: 18px;
}

/* end font resizer */

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    padding: 0 15px;
    background: #3097dd !important;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
    margin-right: 10px;
    min-height: 40px;
    line-height: 40px;
}

    .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
        color: #fff;
        background: #3097dd;
    }

input[type="checkbox"] {
    vertical-align: middle;
}

.woocommerce a {
    font-size: 16px;
    color: #1c1c1c;
    text-decoration: none;
}

.woocommerce form .form-row label {
    font-size: 16px;
    font-weight: 700;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.select2-container .select2-choice {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 40px;
    padding: 3px 10px 5px;
}

.select2-drop {
    border: 1px solid #3097dd;
    border-top: 0;
}

.select2-container-active .select2-choice {
    border: 1px solid #3097dd;
    border-bottom: 0;
}

.woocommerce form .form-row input.input-text {
    height: 40px;
}

    .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
        border: 1px solid #3097dd;
    }

.mainContent .contentWrap p.myaccount_user {
    margin-top: 0 !important;
}

.woocommerce table {
    font-size: 16px !important;
    margin-top: 20px !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.woocommerce h2 {
    margin-top: 20px;
    font-size: 20px !important;
}

.woocommerce h3 {
    margin-top: 20px;
    font-size: 20px !important;
}

.woocommerce .address h3 {
    display: inline-block;
}

.woocommerce p {
    margin-top: 10px !important;
}

.woocommerce address {
    margin-top: 10px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 300;
    line-height: 160%;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
}

.woocommerce form .form-row {
    padding: 0;
}

.child-sidebar-menu a {
    color: #1c1c1c;
    text-decoration: none;
}

.child-sidebar-menu {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    line-height: 160%;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.parent-sidebar-menu {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    line-height: 160%;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}

    .parent-sidebar-menu a {
        color: #1c1c1c;
        text-decoration: none;
    }

.mainContent .contentWrap p:first-child {
    margin-top: 0;
}

.mainContent .contentWrap h3 {
    font-size: 16px;
    margin-top: 10px;
}

.mainContent .contentWrap h2 {
    font-size: 20px;
    margin-top: 10px;
}

    .mainContent .contentWrap h2:first-child {
        margin-top: 0;
    }

.mainContent .contentWrap h3:first-child {
    margin-top: 0;
}

img.alignleft {
    margin-right: 40px;
}

img.alignright {
    margin-left: 40px;
}

.articleCategoryTags a {
    font-size: 16px;
    color: #3097dd;
    font-weight: 400;
    text-decoration: none;
}

.woocommerce .product a {
    float: left;
}



.mainContent .contentWrap h1 {
    margin-top: 20px;
    padding-left: 0 !important;
    font-size: 24px;
}

    .mainContent .contentWrap h1:first-child {
        margin-top: 0;
    }

.mainContent .contentWrap table th {
    padding: 5px 10px;
    width: auto !important;
    text-align: left;
}

    .mainContent .contentWrap table th:first-child {
        text-align: center;
    }

.mainContent .contentWrap table td {
    padding: 5px 10px;
    width: auto !important;
    text-align: left;
}

    .mainContent .contentWrap table td:first-child {
        text-align: center;
    }

.checkout_coupon {
    margin-bottom: 20px !important;
}

.ubermenu-responsive-toggle {
    color: #fff !important;
}

    .ubermenu-responsive-toggle:hover {
        color: #fff;
    }

.featuredArticle .articleContent {
    padding-bottom: 40px;
}

.ubermenu-submenu li a {
    padding: 10px 20px !important;
}

.ubermenu-submenu {
    padding: 5px 0;
}

.ubermenu .ubermenu-retractor {
    color: #fff;
}

.woocommerce-cart .woocommerce form {
    overflow-x: auto;
}

.address {
    margin-top: 10px;
}

.woocommerce table.shop_table {
    margin-bottom: 10px;
}

.child-sidebar-menu li {
    border-top: 1px solid #dbdbdb;
    padding: 5px 0;
}

    .child-sidebar-menu li:first-child {
        border-top: 0;
        padding-top: 0;
    }

.parent-sidebar-menu .child-sidebar-menu a {
    color: #313131;
    font-weight: 600;
    font-size: 14px;
}

#header {
    padding-top: 44px;
}

.topNav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.sidebar .widget_wysija_cont {
    padding: 0 15px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.widget_wysija_cont .wysija-submit {
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    padding: 0 15px;
    background: #3097dd !important;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-family: 'Montserrat', Arial, Verdana, sans-serif;
    margin-top: 0;
    float: right;
}

.widget_wysija {
    display: table;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.widget_wysija_cont input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 0;
    font-family: 'Montserrat', Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #313131;
}

.wysija-paragraph {
    display: table-cell;
    padding-right: 5px;
    vertical-align: top;
}








.sidebar .frm_form_widget {
    padding: 0 15px;
    float: left;
    width: 100%;
    margin-bottom:0;
}

.sidebar .frm_form_widget .frm_submit input {
    color: #fff !important;
    text-decoration: none!important;
    padding: 0!important;
    width:100%!important;
    float:left!important;
    text-align:center!important;
    background: #3097dd !important;
    text-transform: uppercase!important;
    font-size: 12px!important;
    border-radius: 0!important;
    height: 40px!important;
    line-height: 40px!important;
    border: 0!important;
    font-family: 'Montserrat', Arial, Verdana, sans-serif!important;
    margin: 0!important;
}

.sidebar .frm_form_field input[type="text"] {
    width: 100%!important;
    height: 40px!important;
    border: 1px solid #ccc!important;
    padding: 5px 10px!important;
    margin-top: 0!important;
    font-family: 'Montserrat', Arial, Verdana, sans-serif!important;
    font-size: 12px!important;
    color: #313131!important;
    border-radius:0!important;
}

.sidebar .frm_form_field input[type="email"] {
  width: 100%!important;
  height: 40px!important;
  border: 1px solid #ccc!important;
  padding: 5px 10px!important;
  margin-top: 0!important;
  font-family: 'Montserrat', Arial, Verdana, sans-serif!important;
  font-size: 12px!important;
  color: #313131!important;
  border-radius:0!important;
}

.sidebar .frm_required_field {
  margin:0!important;
  padding:0!important;
  float:left;
  width:70%!important;
  padding-right:5px!important;
}

.sidebar .frm_form_widget h3 {
  padding:0;
}

.sidebar .frm_submit {
  float:left!important;
  width:30%!important;
  clear:none!important;
}

.frm_style_formidable-style.with_frm_style fieldset {
  float:left;
  width:100%;
  padding:0!important;
  margin:0!important;
}

.sidebar .frm_forms {
  float:left;
  width:100%;
  margin-top:10px;
}

.featuredArticle .slideArticleWrap.articleWrap .articleContent {
  background-image:url(../images/grainy-overlay-4.png) 50% 50% repeat;
  background-color:rgba(0,0,0,.4);
  position:absolute;
  left:0;
  width:100%;
  top:0;
  height:100%;
  padding:5px 30px 30px;
}

.featuredArticle .slideArticleWrap.articleWrap .articleThumb {
  padding:0;
}

.featuredArticle .slideArticleWrap.articleWrap {
  padding:0;
}







.sidebar h3 {
    padding: 0 15px;
    float: left;
    width: 100%;
    color: #313131;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.landingPage .mainContent .contentWrap {
    padding: 20px 0;
}

.blogPage.landingPage .contentWrap .articleWrap {
    width: 100%;
    padding: 15px;
}

    .blogPage.landingPage .contentWrap .articleWrap:nth-child(odd) {
        background: #fff;
    }

.blogPage .contentWrap .articleWrap .articleThumb {
    float: left;
    width: 220px;
}

    .blogPage .contentWrap .articleWrap .articleThumb img {
        max-width: auto;
        height: auto;
    }

.blogPage .contentWrap .articleWrap .articleContent {
    margin-left: 235px;
    margin-top: 0;
    float: none;
    width: auto;
}

    .blogPage .contentWrap .articleWrap .articleContent h2 {
        text-transform: none;
    }

        .blogPage .contentWrap .articleWrap .articleContent h2 a {
            text-transform: none;
        }

.blogPage.landingPage .contentWrap .articleWrap .more {
    margin-top: 10px;
}

.blogPage.landingPage .contentWrap .articleWrap .articleDate {
    text-transform: none;
}

.blogPagination {
    float: right;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

    .blogPagination li {
        float: left;
        margin: 0 2px;
    }

        .blogPagination li a {
            float: left;
            border: 1px solid #bfbfbf;
            background: #fff;
            padding: 2px 7px;
            border-radius: 4px;
            text-decoration: none;
            color: #717171;
            font-size: 14px;
        }

        .blogPagination li.active {
            border: 1px solid #000;
            background: #5684c0;
            color: #fff;
            padding: 2px 7px;
            border-radius: 4px;
        }

    .blogPagination .page-numbers {
        float: left;
        margin: 0 2px;
        border: 1px solid #bfbfbf;
        background: #fff;
        padding: 2px 7px;
        border-radius: 4px;
        text-decoration: none;
        color: #717171;
        font-size: 14px;
    }

        .blogPagination .page-numbers.current {
            border: 1px solid #000;
            background: #5684c0;
            color: #fff;
            padding: 2px 7px;
            border-radius: 4px;
        }

.home .promoWrap {
    width: 100%;
    padding: 10px 0;
    float: none !important;
    margin: 0 -10px;
    text-align: center;
}

    .home .promoWrap .articleWrap {
        width: 24.5%;
        padding: 10px;
        height: 190px;
        float: none;
        display: inline-block;
    }

        .home .promoWrap .articleWrap .articleContent {
            text-align: center;
        }

            .home .promoWrap .articleWrap .articleContent h2 {
                max-width: inherit;
                margin-top: 10px;
                color: #3097dd;
                font-size: 14px;
            }

                .home .promoWrap .articleWrap .articleContent h2 a {
                    color: #3097dd;
                    font-size: 14px;
                }

.home .latestWrap {
    width: 100%;
    padding: 20px 0;
}

    .home .latestWrap .articleWrap {
        width: 50%;
        padding: 20px;
    }

        .home .latestWrap .articleWrap.whiteRow {
            background: #fff;
        }

        .home .latestWrap .articleWrap:nth-child(2n) {
            border-left: 1px solid #ccc;
        }

        .home .latestWrap .articleWrap .articleThumb {
            width: 165px;
        }

        .home .latestWrap .articleWrap .articleContent {
            margin-left: 185px;
            float: none;
            width: auto;
        }

            .home .latestWrap .articleWrap .articleContent h2 {
                margin-top: 0;
            }

.promoArticles .wrap {
    background: none;
}

.blogArchives ul {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    float: left;
    width: 100%;
    margin-top: 10px;
    line-height: 160%;
}

    .blogArchives ul a {
        text-decoration: none;
        color: #3097dd;
        font-weight: 600;
        font-size: 14px;
    }

.blogPage .articleCategory ul li a, .home .latestWrap .articleCategory ul li a {
    padding: 4px 5px;
}

.blogPage .contentWrap .articleWrap .articleContent p {
    margin-top: 10px;
}

.mainContent .sidebar {
    padding: 35px 0;
}

.pageHeadline {
    float: left;
    width: 100%;
    padding: 15px;
}

    .pageHeadline h2 {
        font-size: 30px !important;
    }

.home .articleDate {
    display: block;
    margin-top: 15px;
    font-size: 12px;
}

.home .latestWrap .articleWrap {
    float: left;
}
.mobile-excerpt {
    display: none;
}

@media screen and (max-width: 1280px) {
    .edit-link a {
        left: 30px !important;
    }

    .wrap {
        width: 980px;
    }

    .logoWrap {
        width: 230px;
    }

    #mainNav > li.hasChild > a {
        background: none;
    }

    #mainNav > li {
        padding: 0;
    }

        #mainNav > li > a {
            padding: 30px 10px;
        }

    .home #mainNav > li.hasChild > a {
        background: url(../images/nav-child-bg.png) no-repeat 100% 50%;
    }

    .home #mainNav > li {
        margin-left: 0;
        padding: 0 10px 0 0;
    }

    .mainContent .contentWrap {
        padding: 50px 30px;
    }

    .mainContent .contentWrap {
        width: 680px;
    }

    .landingPage .contentWrap .articleWrap {
        padding: 30px 15px;
    }

    .featuredArticle .articleWrap {
        min-height: 570px;
    }

    .latestWrap {
        width: 745px;
    }

    .promoWrap {
        width: 235px;
    }

    .latestWrap .articleWrap.small {
        width: 235px;
    }

    .latestWrap .articleWrap {
        width: 510px;
    }

    .ubermenu .ubermenu-nav > li a {
        padding: 30px 4px;
    }

    .home .ubermenu .ubermenu-nav > li a {
        padding: 30px 13px 30px 18px;
    }

    .topMenu li {
        margin-left: 15px;
    }

        .topMenu li a.wpmenucart-contents {
            padding-left: 0;
        }

    .searchForm {
        width: 240px;
    }

    .pageTitle {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 1024px) {
    .wrap {
        width: 100%;
    }

    .pageWrap {
        padding: 0 20px;
    }

    .mainContent .sidebar {
        width: 35%;
    }

    .mainContent .contentWrap {
        width: 65%;
    }

    .topNav {
        padding: 0 20px;
    }

    #mainNav {
        /*display: none;*/
    }

    .mainNavWrap {
        padding: 0 20px;
    }

    .landingPage .contentWrap .articleWrap {
        width: 100%;
    }

    .pageTitle h1 {
        margin-top: 20px;
        display: block;
    }

    .pageTitle {
        padding: 30px 30px 20px;
    }

    .latestWrap {
        width: 60%;
    }

        .latestWrap .articleWrap.small {
            width: 100%;
        }

        .latestWrap .articleWrap {
            width: 100%;
        }

    .promoWrap {
        width: 40%;
    }

    .topMenu li {
        margin-left: 20px;
    }

    .searchForm {
        width: 240px;
    }

    .singleLogo {
        display: none !important;
    }

    .homeLogo {
        display: inline-block !important;
    }

    .logoWrap {
        width: 100%;
        padding: 15px 0 10px;
    }

    .home .latestWrap .articleWrap {
        width: 100%;
    }

        .home .latestWrap .articleWrap:nth-child(2n) {
            border-left: 0;
        }
}

@media screen and (max-width: 960px) {
    .ubermenu .ubermenu-nav > li a {
        padding: 10px 20px;
    }

    .ubermenu .ubermenu-nav > li {
        padding-right: 20px;
    }

    #mainNav {
        width: 100%;
    }
}

@media screen and (min-width: 760px) {
    .topMenu {
        display: inline-block !important;
    }
}

@media screen and (max-width: 760px) {
    .latestWrap {
        width: 100%;
    }

    .promoWrap {
        width: 100%;
    }

    .mainContent .sidebar {
        width: 100%;
    }

    .mainContent .contentWrap {
        width: 100%;
    }

    .articleWrap {
        width: 50%;
    }

    .latestWrap .articleWrap.small {
        width: 50%;
    }

    .latestWrap .articleWrap {
        width: 50%;
    }

    .featuredArticle .articleWrap {
        width: 100%;
    }

    .landingPage .contentWrap .articleWrap {
        width: 50%;
    }

    .mainContent .contentWrap {
        padding: 50px 15px 0;
    }

    .landingPage .mainContent .contentWrap {
        padding: 20px 0 0;
    }

    .landingPage .mainContent .sidebar {
        padding-top: 15px;
    }

    .fontSize {
        display: none;
    }

    .triggerTopMenu {
        display: block;
    }

    .topNav .wrap {
        position: relative;
    }

    .topMenu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        margin: 0;
        background: #3097dd;
        padding: 5px 0;
    }

        .topMenu li {
            width: 100%;
            float: left;
            margin: 0;
            background: none !important;
        }

            .topMenu li a {
                padding: 5px 10px;
            }

    .home .promoWrap .articleWrap {
        width: 48%;
    }

    .blogPage .contentWrap .articleWrap .articleThumb {
        width: 100%;
    }

    .blogPage .contentWrap .articleWrap .articleContent {
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {

    .mobile-excerpt {
        display: block;
    }
    .full-excerpt {
        display: none;
    }
    .articleWrap {
        width: 100%;
    }

    .featuredArticle .articleWrap {
        min-height: 350px;
        max-height: 350px;
        height: 350px;
    }

    .landingPage .contentWrap .articleWrap {
        width: 100%;
    }

    .latestWrap .articleWrap.small {
        width: 100%;
    }

    .latestWrap .articleWrap {
        width: 100%;
    }

    .pageTitle h1 {
        font-size: 20px;
    }

    .featuredArticle .articleWrap h2 {
        font-size: 20px;
    }

    .featuredArticle .articleWrap p {
        font-size: 16px;
        margin-top: 20px;
    }

    .home .promoWrap .articleWrap {
        width: 48%;
    }

    .articleWrap .articleThumb {
        text-align: center;
    }

        .articleWrap .articleThumb img {
            display: inline-block;
            float: none;
            width: auto;
        }

    .home .latestWrap .articleWrap .articleContent {
        margin-left: 0;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
}

/*custom css for ubermenu*/
.ubermenu .ubermenu-target-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.ubermenu .ubermenu-target {
    padding: 30px 10px;
}

.home .ubermenu .ubermenu-target {
    padding: 30px 20px 30px 25px;
}

.ubermenu-nav > li.ubermenu-item-has-children > a {
    background: url(../images/nav-child-bg.png) no-repeat 100% 50%;
}

.home .ubermenu-nav > li.ubermenu-item-has-children > a {
    background: url(../images/nav-child-bg.png) no-repeat 90% 50%;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    content: "";
}

.ubermenu-active .ubermenu-submenu {
    background: rgba(0, 0, 0, 0.7);
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 10px;
}

.home .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 25px;
}

.woocommerce .quantity .qty {
    padding: 0.46em !important;
}

.woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}

#darkbg {
    background-color: #E4E1E3;
}

#whitebg {
    background-color: #FFF;
}

.post-container {
    padding: 15px;
}

.search .contentWrap {
    padding: 10px 10px;
}

.simply-scroll {
    padding: 0px 0px !important;
}

.simply-scroll {
    background: #f2f2f2 !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    text-align: right;
}

    .woocommerce-page .cart-collaterals .cart_totals > h2 {
        padding: 12px;
    }

.woocommerce-cart .cart-collaterals .cart_totals table {
    float: right;
}

.woocommerce-cart .wc-proceed-to-checkout {
    clear: both;
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

.edit-link a {
    bottom: auto;
    left: 80px;
    position: absolute;
    right: auto;
    top: 10px;
    background: #3097dd;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    text-decoration: none;
    padding: 0 8px;
}

.related.products {
    clear: both;
}

.blogArchivesLink {
    margin: 10px 16px;
    display: block;
    float: left;
    color: #09f;
    font-size: 15px;
    text-decoration: none;
}

    .blogArchivesLink:hover {
        color: #09f;
    }


input[type=text], input[type=password], input[type=email], select, textarea {
    border: 1px solid #3097dd;
    padding: 5px 10px;
    font-size: 14px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=submit] {
    background: #3097dd;
    color: #fff;
    padding: 10px 30px;
    border: none;
}

/* promo styles */

@media screen and (max-width: 480px) {
	/*article img below promos sticking out*/
	.home .latestWrap .articleWrap .articleThumb {
		width: 100% !important;
	}
	.articleWrap{
		width:50% !important;
	}
}
.oneArticleWrap{
	width:100% !important;
	height:auto !important;
}
.oneWrap, .onePromoWrap{
	text-align:center !important; 
	margin:0 auto !important;
}
.onePromoWrap{width:50% !important;}
@media screen and (max-width: 760px) {
	.oneArticleWrap{
		width:100% !important;
	}
}

.twoArticleWrap{
	width:50% !important;
	height:auto !important;
}
.twoWrap, .twoPromoWrap{
	text-align:center !important; 
	margin:0 auto !important;
}
.twoPromoWrap{width:100% !important;}
@media screen and (max-width: 760px) {
	.twoArticleWrap{
		width:50% !important;
	}
}
@media screen and (max-width: 640px) {
.twoPromoWrap{width:100% !important;}
}

.threeArticleWrap{
	width:33% !important;
	height:auto !important;
}
.threeWrap, .threePromoWrap{
	text-align:center !important; 
	margin:0 auto !important;
}
.threePromoWrap{width:100% !important;}
@media screen and (max-width: 760px) {
	.threeArticleWrap{
		width:50% !important;
	}
}
@media screen and (max-width: 1024px) {
	.mainNavWrap,.pageWrap{
		padding:0 !important;
	}
	.promoWrap{ margin:0 !important;}
}

/* slider bug */
@media screen and (max-width: 480px) {
	.featuredArticle .articleWrap{
		position:static !important;
	}
	.slideArticleWrap{
		width:100% !important;
	}
	.ubermenu .ubermenu-column, .ubermenu .ubermenu-submenu-type-stack {
		padding:0px 0px 0px 0px !important;
	}
	#post-nav .post-next ,#post-nav .post-next{
		width:100%;
		float:none;
	}
}
/* fix responsive product styles*/
@media screen and (max-width: 760px) {
	#content #main div .images{
		display:table !important;
	}
	#main nav > * {font-size:12px !important;}
	h1.product_title.entry-title{font-size:16px !important;}
}

#post-nav .post-previous{
    width: 48%;
    float: left;
}	

#post-nav .post-next{
    width: 48%;
    float: right;
}	

#post-nav a {
    font-size: 16px;
    color: #3097dd;
    font-weight: 400;
    text-decoration: none;	
	
}
blockquote {
    font-size: 18px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 11px 41px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #ececec;
    border-radius: 5px;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -5px;
	top: -10px;
	color: #7a7a7a;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}