/* Minification failed. Returning unminified contents.
(3116,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
#pagesubnav {
    float: right;
    width: auto;
    padding: 10px 15px;
}

.listing {
    list-style: none;
    display: block;
    width: 100%;
}

    .listing li {
        border-bottom: 1px solid #eee;
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

.mouse {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 34px;
    height: 53px;
    margin-left: -17px;
    background: url(/_frontend/images/mouse.png) no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 991px) {
    .mouse {
        bottom: 10px;
    }
}

dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

::selection {
    background: #007ac9;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #009aa6; /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #009aa6; /* Safari */
    color: #FFF;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

/* ----------------------------------------------------------------
    Typography
    -----------------------------------------------------------------*/

body {
    line-height: 1.5 !important;
    color: #555 !important;
    font-family: 'Lato', sans-serif !important;
}

a {
    text-decoration: none !important;
    color: #007ac9;
}

    a:hover {
        color: #006fb9;
    }

    a img {
        border: none;
    }

img {
    max-width: 100%;
}

iframe {
    border: none !important;
}

/* ----------------------------------------------------------------
    Basic Layout Styles
    -----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Raleway', sans-serif;
}

h5,
h6 {
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h4 {
    font-weight: 600;
}

h5,
h6 {
    font-weight: bold;
}

    h1 > span,
    h2 > span,
    h3 > span,
    h4 > span,
    h5 > span,
    h6 > span {
        color: #009aa6;
    }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 30px;
}

small {
    font-family: 'Lato', sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.tright {
    text-align: right !important;
}

.tleft {
    text-align: left !important;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.fnone {
    float: none !important;
}

.ohidden {
    position: relative;
    overflow: hidden !important;
}

#wrapper {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.line,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
}

    .line.line-sm {
        margin: 30px 0;
    }

span.middot {
    display: inline-block;
    margin: 0 5px;
}

.double-line {
    border-top: 3px double #E5E5E5;
}

.emptydiv {
    display: block !important;
    position: relative !important;
}

.allmargin {
    margin: 50px !important;
}

.leftmargin {
    margin-left: 50px !important;
}

.rightmargin {
    margin-right: 50px !important;
}

.topmargin {
    margin-top: 50px !important;
}

.bottommargin {
    margin-bottom: 50px !important;
}

.clear-bottommargin {
    margin-bottom: -50px !important;
}

.allmargin-sm {
    margin: 30px !important;
}

.leftmargin-sm {
    margin-left: 30px !important;
}

.rightmargin-sm {
    margin-right: 30px !important;
}

.topmargin-sm {
    margin-top: 30px !important;
}

.bottommargin-sm {
    margin-bottom: 30px !important;
}

.clear-bottommargin-sm {
    margin-bottom: -30px !important;
}

.allmargin-lg {
    margin: 80px !important;
}

.leftmargin-lg {
    margin-left: 80px !important;
}

.rightmargin-lg {
    margin-right: 80px !important;
}

.topmargin-lg {
    margin-top: 80px !important;
}

.bottommargin-lg {
    margin-bottom: 80px !important;
}

.clear-bottommargin-lg {
    margin-bottom: -80px !important;
}

.nomargin {
    margin: 0 !important;
}

.noleftmargin {
    margin-left: 0 !important;
}

.norightmargin {
    margin-right: 0 !important;
}

.notopmargin {
    margin-top: 0 !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.header-stick {
    margin-top: -50px !important;
}

.content-wrap .header-stick {
    margin-top: -80px !important;
}

.footer-stick {
    margin-bottom: -50px !important;
}

.content-wrap .footer-stick {
    margin-bottom: -80px !important;
}

.noborder {
    border: none !important;
}

.noleftborder {
    border-left: none !important;
}

.norightborder {
    border-right: none !important;
}

.notopborder {
    border-top: none !important;
}

.nobottomborder {
    border-bottom: none !important;
}

.noradius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

.col-padding {
    padding: 60px;
}

.nopadding {
    padding: 0 !important;
}

.noleftpadding {
    padding-left: 0 !important;
}

.norightpadding {
    padding-right: 0 !important;
}

.notoppadding {
    padding-top: 0 !important;
}

.nobottompadding {
    padding-bottom: 0 !important;
}

.noabsolute {
    position: relative !important;
}

.noshadow {
    box-shadow: none !important;
}

.hidden {
    display: none !important;
}

.nothidden {
    display: block !important;
}

.inline-block {
    float: none !important;
    display: inline-block !important;
}

.center {
    text-align: center !important;
}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bgcolor {
    background-color: #007ac9 !important;
}

.color {
    color: #007ac9 !important;
}

.border-color {
    border-color: #007ac9 !important;
}

.nobg {
    background: none !important;
}

.nobgcolor {
    background-color: transparent !important;
}

.bgicon {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -50px;
    font-size: 210px;
    color: rgba(0,0,0,0.1);
}

/* MOVING BG -  TESTIMONIALS */
.bganimate {
    -webkit-animation: BgAnimated 30s infinite linear;
    -moz-animation: BgAnimated 30s infinite linear;
    -ms-animation: BgAnimated 30s infinite linear;
    -o-animation: BgAnimated 30s infinite linear;
    animation: BgAnimated 30s infinite linear;
}

@-webkit-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 400px;
    }
}

@-moz-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 400px;
    }
}

@-ms-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 400px;
    }
}

@-o-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 400px;
    }
}

@keyframes BgAnimated {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 400px;
    }
}

.input-block-level {
    display: block;
    width: 100% !important;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vertical-middle {
    height: auto !important;
}

.magnific-max-width .mfp-content {
    max-width: 800px;
}

/* ----------------------------------------------------------------
    Animations
    -----------------------------------------------------------------*/

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* ----------------------------------------------------------------
    Dark
    -----------------------------------------------------------------*/

.dark .i-plain {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.dark .feature-box h3 {
    color: #FFF;
}

.dark .feature-box p {
    color: #FFF !important;
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #EEE;
}

    .dark .heading-block:not(.not-dark),
    .dark .counter8 {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

        .dark .heading-block:not(.not-dark) h1,
        .dark .heading-block:not(.not-dark) h2,
        .dark .heading-block:not(.not-dark) h3,
        .dark .heading-block:not(.not-dark) h4,
        .dark .emphasis-title:not(.not-dark) h1,
        .dark .emphasis-title:not(.not-dark) h2 {
            color: rgb(255, 255, 255);
        }

        .dark .heading-block:not(.not-dark) > span {
            color: rgb(238, 238, 238);
        }

@media only screen and (max-width: 991px) {
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul li,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content ul ul,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-2 > ul,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-3 > ul,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-4 > ul,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-5 > ul,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.style-2 li {
        border-top-color: rgb(238, 238, 238) !important;
    }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
        color: #007ac9 !important;
    }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current ul a {
        color: rgb(68, 68, 68) !important;
    }
}

/* ----------------------------------------------------------------
    Sections
    -----------------------------------------------------------------*/

.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}

.section-white {
    background-color: #FFF;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mobile-parallax {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.section .container {
    z-index: 2;
}

    .section .container + .video-wrap {
        z-index: 1;
    }

.revealer-image {
    position: relative;
    bottom: -100px;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image {
    bottom: -50px;
}

/* ----------------------------------------------------------------
    Columns & Grids
    -----------------------------------------------------------------*/

.postcontent {
    width: 860px;
}

    .postcontent.bothsidebar {
        width: 580px;
    }

.sidebar {
    width: 240px;
}

body.stretched .container-fullwidth {
    position: relative;
    padding: 0 60px;
    width: 100%;
}

.postcontent,
.sidebar {
    display: block;
    position: relative;
    margin-right: 2%;
    margin-bottom: 50px;
    float: left;
}

    .postcontent.col_last,
    .sidebar.col_last {
        float: right;
    }

.col_last {
    margin-right: 0 !important;
    clear: right;
}

/* ----------------------------------------------------------------
    Header
    -----------------------------------------------------------------*/

#header {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #F5F5F5;
}

    #header .container {
        position: relative;
    }

    #header.transparent-header {
        background: transparent;
        border-bottom: none;
        z-index: 199;
    }

    #header.semi-transparent {
        background-color: rgba(255,255,255,0.8);
    }

    #header.transparent-header.floating-header {
        margin-top: 60px;
    }

        #header.transparent-header.floating-header .container {
            width: 1220px;
            background-color: #FFF;
            padding: 0 40px;
            border-radius: 2px;
        }

        #header.transparent-header.floating-header.sticky-header .container {
            width: 1170px;
            padding: 0 15px;
        }

    #header.transparent-header + #slider,
    #header.transparent-header + #page-title.page-title-parallax,
    #slider + #header.transparent-header {
        top: -100px;
        margin-bottom: -100px;
    }

    #header.transparent-header.floating-header + #slider {
        top: -160px;
        margin-bottom: -160px;
    }

    #header.transparent-header + #page-title.page-title-parallax .container {
        z-index: 5;
        padding-top: 100px;
    }

    #header.full-header {
        border-bottom-color: #EEE;
    }

body.stretched #header.full-header .container {
    width: 100%;
    padding: 0 30px;
}

/*#header.transparent-header.full-header #header-wrap { border-bottom: 1px solid rgba(0,0,0,0.1); }*/

#slider + #header.transparent-header.full-header #header-wrap {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: none;
}

.lt-ie9 .page-title-parallax {
    background-position: 0 0 !important;
}

/* ----------------------------------------------------------------
    Logo
    -----------------------------------------------------------------*/

#logo {
    position: relative;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    line-height: 100%;
    margin-right: 40px;
    display: table !important;
}

#header.full-header #logo {
    margin-right: 20px;
}

#logo a {
    display: block;
    color: #000;
    vertical-align: middle;
    display: table-cell !important;
}

#logo img {
    display: block;
    max-width: 60%;
    margin: auto;
}

@media only screen and (min-width:767px) {
    #logo img {
        max-width: 183px !important;
    }
}

#logo a.standard-logo {
    display: block;
}

#logo a.retina-logo {
    display: none !important;
}

/* ----------------------------------------------------------------
    Header Right Area
    -----------------------------------------------------------------*/

.header-extras {
    float: right;
    margin: 30px 0 0;
}

    .header-extras li {
        float: left;
        margin-left: 20px;
        height: 40px;
        overflow: hidden;
    }

        .header-extras li i {
            margin-top: 3px !important;
        }

        .header-extras li:first-child {
            margin-left: 0;
        }

        .header-extras li .he-text {
            position: relative;
            overflow: hidden;
            padding-left: 10px;
            font-weight: bold;
            font-size: 14px;
            line-height: 1.4;
        }

            .header-extras li .he-text span {
                display: block;
                font-weight: 400;
                color: #009aa6;
            }

/* ----------------------------------------------------------------
    Primary Menu
    -----------------------------------------------------------------*/

#primary-menu {
    float: right;
    height: 100px;
}

#header.full-header #primary-menu > ul {
    float: left;
    /*padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #EEE;*/
}

/*#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0,0,0,0.1); }*/

#primary-menu-trigger,
#page-submenu-trigger {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.lt-ie9 #primary-menu-trigger,
.lt-ie9 #page-submenu-trigger {
    display: none;
}

#primary-menu ul {
    list-style: none;
    height: 100px;
    margin: 0;
}

#primary-menu > ul {
    float: left;
}

#primary-menu ul li {
    position: relative;
    float: left;
    /*margin-left: 2px;*/
}

    #primary-menu ul li.mega-menu {
        position: inherit;
    }

    #primary-menu ul li:first-child {
        margin-left: 0;
    }

#primary-menu ul li {
    margin: 20px 0;
    -webkit-transition: margin .4s ease, opacity .3s ease;
    -o-transition: margin .4s ease, opacity .3s ease;
    transition: margin .4s ease, opacity .3s ease;
}

@media only screen and (min-width: 991px) {
    #primary-menu > ul > li {
        margin: 40px 0 0;
        height: 60px;
    }

    .sticky-header #primary-menu > ul > li {
        height: 20px;
    }
}

@media only screen and (min-width: 991px) {
    #primary-menu ul li a {
        font-size: 9px !important;
    }
}

@media only screen and (min-width: 1150px) {
    #primary-menu ul li a {
        font-size: 14px !important;
    }
}

#primary-menu ul li a {
    display: block;
    height: 14px;
    line-height: 20px;
    padding: 0 10px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    -o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}

#primary-menu ul li span {
    display: none;
}

#primary-menu ul li i {
    position: relative;
    font-size: 14px !important;
    top: 1px;
    line-height: 20px;
    width: 14px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: line-height .4s ease;
    -o-transition: line-height .4s ease;
    transition: line-height .4s ease;
}

#primary-menu > ul > li:hover a,
#primary-menu > ul > li.current a {
    color: #007ac9 !important;
}

#primary-menu > ul > li.sub-menu > a > div {
}

#primary-menu li:hover > ul {
    display: block;
}

#primary-menu ul ul,
#primary-menu ul li .mega-menu-content {
    display: none;
    position: absolute;
    width: 220px;
    background-color: #FFF;
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    border-top: 2px solid #009aa6;
    height: auto;
    z-index: 199;
    top: 60px;
    left: 0;
    margin: 0;
}

    #primary-menu ul ul ul {
        top: -2px !important;
        left: 218px;
    }

    #primary-menu ul ul.menu-pos-invert,
    #primary-menu ul li .mega-menu-content.menu-pos-invert {
        left: auto;
        right: 0;
    }

    #primary-menu ul ul ul.menu-pos-invert {
        right: 218px;
    }

    #primary-menu ul ul li {
        float: none;
        margin: 0;
    }

        #primary-menu ul ul li:first-child {
            border-top: 0;
        }

    #primary-menu ul ul a {
        font-size: 12px;
        font-weight: 600;
        height: 42px !important;
        line-height: 42px !important;
        color: #666 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border: 0 !important;
        letter-spacing: 0;
        font-family: 'Lato', sans-serif;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    #primary-menu ul ul li:hover > a {
        background-color: #F9F9F9;
        padding-left: 18px;
        color: #007ac9 !important;
    }

    #primary-menu ul ul i {
        line-height: inherit;
    }

    #primary-menu ul ul > li.sub-menu > a,
    #primary-menu ul ul > li.sub-menu:hover > a {
        background-image: url("/_frontend/images/icons/submenu.png");
        background-position: right center;
        background-repeat: no-repeat;
    }

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/

#primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li {
    background: url("/_frontend/images/icons/menu-divider.png") no-repeat right center;
    margin-left: 1px;
}

#primary-menu.sub-title ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

#primary-menu.sub-title ul li a {
    height: auto;
    line-height: 14px;
    padding: 27px 20px 32px;
    text-transform: uppercase;
    border-top: 5px solid transparent;
}

#primary-menu.sub-title ul li span {
    display: block;
    margin-top: 10px;
    line-height: 12px;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    text-transform: capitalize;
}

#primary-menu.sub-title ul li i {
    line-height: 13px;
}

#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a {
    background-color: #009aa6;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-top-color: rgba(0,0,0,0.1);
}

#primary-menu.sub-title > ul > li:hover span,
#primary-menu.sub-title > ul > li.current span,
#primary-menu.sub-title.style-2 > div > ul > li:hover span,
#primary-menu.sub-title.style-2 > div > ul > li.current span {
    color: #EEE;
}

#primary-menu.sub-title.style-2 ul ul span {
    display: none;
}

/* ----------------------------------------------------------------
    Top Search
    -----------------------------------------------------------------*/

#top-search,
#top-cart {
    float: right;
    margin: 20px 0 20px 10px;
}

@media only screen and (min-width: 991px) {
    #top-search,
    #top-cart {
        margin: 40px 0 40px 10px;
    }
}

#top-cart {
    position: relative;
}

    #top-search a,
    #top-cart a {
        display: block;
        position: relative;
        height: 14px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #333;
        -webkit-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

#top-search a {
    z-index: 11;
}

    #top-search a i {
        /*position: absolute;
    top: 0;
    left: 0;*/
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        font-size: 14px;
    }

        body.top-search-open #top-search a i.icon-search3,
        #top-search a i.icon-line-cross {
            display: none;
            width: 0;
        }

body.top-search-open #top-search a i.icon-line-cross {
    display: inline-block;
    width: auto;
    z-index: 11;
    font-size: 13px;
}

#top-cart a:hover {
    color: #009aa6;
}

#top-search form {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

body.top-search-open #top-search form {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    z-index: 10;
}

#top-search form label {
    display: none;
    font-size: 32px;
}

#top-search form input {
    box-shadow: none !important;
    pointer-events: none;
    border-radius: 0;
    border: 0;
    outline: 0 !important;
    font-size: 32px;
    padding: 10px 80px 10px 0;
    height: 100%;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    margin-top: 0 !important;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}

.lt-ie9 #top-search form label {
    display: inline-block;
    margin-top: 20px;
}

.lt-ie9 #top-search form input {
    display: inline-block;
    width: 80%;
    margin-top: 20px;
}

.lt-ie9 .sticky-header #top-search form label,
.lt-ie9 #top-search form input {
    margin-top: 5px;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input {
    padding-left: 40px;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input {
    padding-left: 60px;
}

body.top-search-open #top-search form input {
    pointer-events: auto;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input {
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

#top-search form input::-moz-placeholder {
    color: #555;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-transform: uppercase;
}

#top-search form input:-ms-input-placeholder {
    color: #555;
    text-transform: uppercase;
}

#top-search form input::-webkit-input-placeholder {
    color: #555;
    text-transform: uppercase;
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input {
    border: none !important;
}

/* ----------------------------------------------------------------
    Sticky Header
    -----------------------------------------------------------------*/

#header,
#header-wrap,
#logo,
#primary-menu:not(.style-2),
#primary-menu:not(.style-2) > ul {
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}

@media only screen and (max-width: 1050px) {
    #header,
    #header-wrap,
    #logo,
    #primary-menu:not(.style-2),
    #primary-menu:not(.style-2) > ul {
        height: 100px;
    }
}

#header.sticky-style-2 {
    height: 161px;
}

#header.sticky-style-3 {
    height: 181px;
}

    #header.sticky-style-2 #header-wrap,
    #header.sticky-style-3 #header-wrap {
        height: 60px;
    }

#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease;
}

#top-search,
#top-cart {
    -webkit-transition: margin .4s ease, opacity .3s ease;
    -o-transition: margin .4s ease, opacity .3s ease;
    transition: margin .4s ease, opacity .3s ease;
}

body #header-wrap #logo,
body #primary-menu > ul,
body #primary-menu > .container > ul,
body #top-cart {
    display: block;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart {
    opacity: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart {
    display: none !important;
}

#header.sticky-header.semi-transparent {
    background-color: transparent;
}

#header-wrap {
    position: relative;
}

#header.sticky-header #header-wrap {
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #FFF;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
}

#header.semi-transparent.sticky-header #header-wrap {
    background-color: rgba(255,255,255,0.8);
}

#header.sticky-header,
#header.sticky-header:not(.sticky-style-2) #logo,
.lt-ie9 #header.sticky-header #logo,
#header.sticky-header #primary-menu,
#header.sticky-header #primary-menu > ul,
#header.sticky-header #primary-menu > ul > li > a {
    height: 60px;
    color: #333;
}

    #header.sticky-header #primary-menu > ul > li {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    #header.sticky-header #primary-menu #top-search a {
        color: #333;
    }

    #header.sticky-header.sticky-style-2 {
        height: 161px;
    }

    #header.sticky-header #primary-menu > ul > li > ul,
    #header.sticky-header #primary-menu > ul > li > .mega-menu-content,
    #header.sticky-header #primary-menu > ul > li.mega-menu > .mega-menu-content {
        top: 40px;
    }

    #header.sticky-header #top-search,
    #header.sticky-header #top-cart {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

        #header.sticky-header #top-cart .top-cart-content {
            top: 40px;
        }

    #header.sticky-header.sticky-style-2 #primary-menu {
        border-top: 0;
    }

    /* Primary Menu - Style 3
    -----------------------------------------------------------------*/

    #header.sticky-header #primary-menu.style-3 > ul > li > a {
        margin: 0;
        border-radius: 0;
    }

    /* Primary Menu - Style 4
    -----------------------------------------------------------------*/

    #header.sticky-header #primary-menu.style-4 > ul > li > a {
        height: 36px;
        line-height: 34px;
        margin: 12px 0;
    }

        #header.sticky-header #primary-menu.style-4 > ul > li > a i {
            line-height: 33px;
        }

    /* Primary Menu - Style 5
    -----------------------------------------------------------------*/

    #header.sticky-header #primary-menu.style-5 > ul > li {
        margin-left: 2px;
    }

        #header.sticky-header #primary-menu.style-5 > ul > li:first-child {
            margin-left: 0;
        }

        #header.sticky-header #primary-menu.style-5 > ul > li > a {
            line-height: 60px;
        }

            #header.sticky-header #primary-menu.style-5 > ul > li > a > div {
                padding: 0;
                line-height: 60px;
            }

            #header.sticky-header #primary-menu.style-5 > ul > li > a i {
                display: inline-block;
                width: 14px;
                top: 1px;
                margin: 0 5px 0 0;
                font-size: 14px !important;
                line-height: 59px;
            }

    /* Primary Menu - Sub Title
    -----------------------------------------------------------------*/

    #header.sticky-header #primary-menu.sub-title > ul > li,
    #header.sticky-header #primary-menu.sub-title.style-2 > div > ul > li {
        background: none !important;
        margin-left: 2px;
    }

        #header.sticky-header #primary-menu.sub-title > ul > li:first-child,
        #header.sticky-header #primary-menu.sub-title.style-2 > div > ul > li:first-child {
            margin-left: 0;
        }

        #header.sticky-header #primary-menu.sub-title > ul > li > a {
            height: 60px;
            line-height: 60px;
            padding: 0 15px;
            text-transform: none;
            font-size: 14px;
            border-top: 0;
        }

    #header.sticky-header #primary-menu.sub-title ul li span {
        display: none;
    }

    #header.sticky-header #primary-menu.sub-title > ul > li > a i {
        line-height: 59px;
    }

    #header.sticky-header #primary-menu.sub-title > div > ul > li > ul,
    #header.sticky-header #primary-menu.sub-title > div > ul > li > .mega-menu-content,
    #header.sticky-header #primary-menu.sub-title > div > ul > li.mega-menu > .mega-menu-content {
        top: 58px;
    }

/* ----------------------------------------------------------------
    Page Menu
    -----------------------------------------------------------------*/

#page-menu,
#page-menu-wrap {
    position: relative;
    min-height: 44px;
    line-height: 44px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

#page-menu-wrap {
    background-color: #007ac9;
}

#page-menu.sticky-page-menu #page-menu-wrap {
    position: fixed;
    z-index: 99;
    top: 60px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -webkit-backface-visibility: hidden;
}

#page-submenu-trigger {
    top: 0;
    margin-top: 0;
    left: auto;
    right: 15px;
    width: 40px;
    height: 44px;
    line-height: 44px;
}

#page-menu .menu-title {
    float: left;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
}

    #page-menu .menu-title span {
        font-weight: 600;
    }

#page-menu nav {
    position: relative;
    float: right;
}

    #page-menu nav ul {
        margin-bottom: 0;
        height: 44px;
    }

    #page-menu nav li {
        position: relative;
        float: left;
        list-style: none;
    }

        #page-menu nav li a {
            display: block;
            height: 44px;
            line-height: 44px;
            padding: 0 17px;
            color: #FFF;
            font-size: 14px;
        }

body:not(.device-touch) #page-menu nav li a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#page-menu nav li a:hover,
#page-menu nav li.current a {
    background-color: rgba(0,0,0,0.15);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000)";
}

/* Page Menu - Dots Style
-----------------------------------------------------------------*/

#page-menu.dots-menu,
#page-menu.dots-menu #page-menu-wrap {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: auto;
    right: 20px;
    width: 24px;
    height: auto;
    line-height: 1.5;
    background-color: transparent;
    text-shadow: none;
}

    #page-menu.dots-menu #page-menu-wrap {
        position: relative;
        box-shadow: none;
    }

    #page-menu.dots-menu .menu-title {
        display: none;
    }

    #page-menu.dots-menu nav {
        float: none;
        width: 24px;
    }

        #page-menu.dots-menu nav ul {
            height: auto;
        }

            #page-menu.dots-menu nav ul li {
                float: none;
                width: 14px;
                height: 14px;
                margin: 10px 6px;
            }

        #page-menu.dots-menu nav li a {
            position: relative;
            width: 10px;
            height: 10px;
            line-height: 1.5;
            padding: 0;
            margin: 0 2px;
            background-color: rgba(0,0,0,0.4);
            border-radius: 50%;
            color: #777;
        }

            #page-menu.dots-menu nav li a:hover {
                background-color: rgba(0,0,0,0.7);
            }

        #page-menu.dots-menu nav li.current a {
            background-color: #009aa6;
        }

        #page-menu.dots-menu nav li .dots-menu-caption {
            position: absolute;
            width: auto;
            top: -11px;
            right: 25px;
            background-color: #009aa6;
            color: #FFF;
            padding: 5px 14px;
            white-space: nowrap;
            pointer-events: none;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
            border-radius: 2px;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }

body:not(.device-touch) #page-menu.dots-menu nav li .dots-menu-caption {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#page-menu.dots-menu nav li .dots-menu-caption:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -6px;
    left: auto;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid #009aa6;
}

#page-menu.dots-menu nav li a:hover + .dots-menu-caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 30px;
}

/* ----------------------------------------------------------------
    One Page
    -----------------------------------------------------------------*/

.one-page-arrow {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    text-align: center;
    color: #222;
}

/* ----------------------------------------------------------------
    Slider
    -----------------------------------------------------------------*/

#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    #slider .container {
        position: relative;
        height: 100%;
    }

    #slider .heading-block {
        display: inline-block;
        padding: 30px;
        background-color: #009aa6;
        background-color: rgba(0,154,166,.6);
        float: left;
    }

    #slider .button {
        display: block;
        float: left;
        clear: both;
        width: auto;
    }

    #slider.home-slider {
        text-align: center;
    }

        #slider.home-slider .heading-block {
            float: none;
            text-align: center;
        }

        #slider.home-slider .button {
            float: none;
            display: table;
            margin: 40px auto 0;
        }

@media only screen and (max-width: 767px) {
    #slider .heading-block {
        padding: 10px;
    }
}

/* Home CTA
-----------------------------------------------------------------*/

.home-cta-wrapper {
    background-color: #007ac9;
    color: #fff;
}

/* Video Overlay
-----------------------------------------------------------------*/

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .video-wrap video {
        position: relative;
        z-index: 1;
        width: 100%;
    }

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url('/_frontend/images/grid.png') repeat;
    -webkit-backface-visibility: hidden;
}

/* Slider Caption
-----------------------------------------------------------------*/

.slider-caption,
.nivo-caption,
.flex-caption {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 20;
    max-width: 550px;
    color: #EEE;
    font-size: 22px;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}

    .slider-caption:not(.dark),
    .slider-caption:not(.dark) h2 {
        color: #222;
        text-shadow: none;
    }

    .slider-caption h2 {
        font-size: 64px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 30px;
    }

    .slider-caption p {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .slider-caption.slider-caption-right {
        left: auto;
        right: 15px;
    }

    .slider-caption.slider-caption-center {
        position: relative;
        max-width: 800px;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

.slider-caption-bg {
    padding: 5px 12px;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.6);
    top: auto;
    bottom: 50px;
    left: 50px;
}

    .slider-caption-bg.slider-caption-bg-light {
        background-color: rgba(255,255,255,0.8);
        color: #333;
        font-weight: 400;
        text-shadow: none;
    }

.slider-caption-top-left {
    top: 50px;
    bottom: auto;
}

.slider-caption-top-right {
    top: 50px;
    bottom: auto;
    left: auto;
    right: 50px;
}

.slider-caption-bottom-right {
    left: auto;
    right: 50px;
}

/* Slider Arrows
-----------------------------------------------------------------*/

#slider .owl-theme .owl-controls {
    margin: 0;
}

#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -26px;
    background-color: rgba(0,0,0,0.3);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    top: auto;
    bottom: 57px;
    left: auto;
    right: 20px;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
    bottom: 20px;
    border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next {
    margin-top: -64px;
}

#slider .owl-prev,
#slider .owl-next {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px;
}

    #slider-arrow-left i,
    #slider-arrow-right i,
    .camera_prev i,
    .camera_next i,
    #slider .owl-prev i,
    #slider .owl-next i,
    .flex-prev i,
    .flex-next i,
    .nivo-prevNav i,
    .nivo-nextNav i,
    .slider-arrow-top-sm i,
    .slider-arrow-bottom-sm i {
        line-height: 50px;
        width: 34px;
        height: 52px;
        color: #DDD;
        color: rgba(255,255,255,0.8);
        text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        font-size: 34px;
        text-align: center;
        margin-left: 7px;
    }

.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
    width: 32px;
    height: 32px;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    color: #FFF;
    color: rgba(255,255,255,1);
}

.flex-prev i {
    margin-left: 9px;
}

#slider .owl-prev i {
    margin-left: 0;
}

#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i {
    margin-left: 10px;
}

.flex-next i {
    margin-left: 11px;
}

#slider .owl-next i {
    margin-right: 4px;
}

#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
    background-color: rgba(0,0,0,0.6) !important;
}

/* Slide Number
-----------------------------------------------------------------*/

#slide-number {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: auto;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    width: 36px;
    height: 40px;
    text-align: center;
    color: rgba(255,255,255,0.8);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#slider:hover #slide-number {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#slide-number-current,
#slide-number-total {
    position: absolute;
    line-height: 1;
    top: 5px;
    left: 0;
}

#slide-number-total {
    top: auto;
    bottom: 5px;
    left: auto;
    right: 0;
}

#slide-number span {
    display: block;
    font-size: 32px;
    line-height: 40px;
}

/* Pagination
-----------------------------------------------------------------*/

#slider .owl-dots {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 15px;
}

#slider .owl-controls .owl-dots span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-color: transparent;
    border: 1px solid #FFF;
}

#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span {
    background-color: #FFF !important;
}

/* ----------------------------------------------------------------
    Page Title
    -----------------------------------------------------------------*/

#banner-page-title .tags {
    margin-top: 10px;
    display: block;
}

#banner-page-title .banner-inner-container {
    display: inline-block;
    padding: 30px;
    background-color: #009aa6;
    background-color: rgba(0,154,166,0.6);
}

    #banner-page-title .banner-inner-container p {
        margin: 0;
    }

#page-title, #banner-page-title {
    position: relative;
    padding: 30px 0;
    background-color: #F5F5F5;
}

    #page-title .container, #banner-page-title .container {
        position: relative;
    }

    #page-title h1, #banner-page-title h1 {
        padding: 0;
        margin: 0 0 10px 0;
        line-height: 1;
        font-weight: 700;
        color: #444;
        font-size: 28px;
        text-transform: uppercase;
    }

    #page-title span, #banner-page-title span {
        display: block;
        margin-top: 10px;
        font-weight: 300;
        color: #fff;
        font-size: 18px;
    }

        #page-title span.tags {
        }

            #page-title span.tags i, #banner-page-title span.tags i {
                margin-right: 10px;
            }

            #page-title span.tags a, #banner-page-title span.tags a {
                margin-right: 15px;
                color: #fff;
                border-bottom: 1px dotted #fff;
            }

.breadcrumb {
    width: auto !important;
    margin: 0;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 14px;
}

body.stretched .container-fullwidth .breadcrumb {
    right: 60px !important;
}

#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
    margin-top: 35px !important;
}

.breadcrumb a {
    color: #555;
}

.breadcrumb > .active {
    color: #007ac9;
    font-weight: bold;
}

.breadcrumb a:hover {
    color: #007ac9;
}

.breadcrumb i {
    width: auto !important;
}

/* Page Title - Dark
-----------------------------------------------------------------*/

#page-title.page-title-dark, #banner-page-title.page-title-dark {
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important;
    border-bottom: none;
}

    #page-title.page-title-dark h1, #banner-page-title.page-title-dark h1 {
        color: #fff !important;
    }

    #page-title.page-title-dark span, #banner-page-title.page-title-dark span {
        color: #fff;
    }

    #page-title.page-title-dark .breadcrumb > .active, #banner-page-title.page-title-dark .breadcrumb > .active {
        color: rgba(255,255,255,0.6);
    }

    #page-title.page-title-dark .breadcrumb a, #banner-page-title.page-title-dark .breadcrumb a {
        color: rgba(255,255,255,0.8);
    }

        #page-title.page-title-dark .breadcrumb a:hover, #banner-page-title.page-title-dark .breadcrumb a:hover {
            color: rgba(255,255,255,0.95);
        }

/* Page Title - Right Aligned
-----------------------------------------------------------------*/

#page-title.page-title-right {
    text-align: right;
}

    #page-title.page-title-right .breadcrumb {
        left: 15px !important;
        right: auto !important;
    }

/* Page Title - Center Aligned
-----------------------------------------------------------------*/

#page-title.page-title-center {
    text-align: center;
}

    #page-title.page-title-center span {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    #page-title.page-title-center .breadcrumb {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 20px 0 0 !important;
    }

/* Page Title - Background Pattern
-----------------------------------------------------------------*/

#page-title.page-title-pattern {
    background-image: url('/_frontend/images/pattern.png');
    background-repeat: repeat;
    background-attachment: fixed;
}

/* Page Title - Parallax Background
-----------------------------------------------------------------*/

#page-title.page-title-parallax, #banner-page-title.page-title-parallax {
    padding: 30px 0;
    text-shadow: none;
    border-bottom: none;
    clear: both;
}

    #page-title.page-title-parallax h1, #banner-page-title.page-title-parallax h1 {
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 2px;
    }

@media only screen and (min-width: 768px) {
    #page-title.page-title-parallax h1, #banner-page-title.page-title-parallax h1 {
        font-size: 40px;
    }
}

#page-title.page-title-parallax span, #banner-page-title.page-title-parallax span {
    font-size: 20px;
}

#page-title.page-title-parallax .breadcrumb, #banner-page-title.page-title-parallax .breadcrumb {
    font-size: 13px;
}

#page-title.page-title-parallax, #banner-page-title.page-title-parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

@media (min-width: 728px) {
    #page-title.page-title-parallax, #banner-page-title.page-title-parallax {
        padding: 75px 0;
    }

        #page-title.page-title-parallax span, #banner-page-title.page-title-parallax span {
            font-size: 25px;
        }
}

@media (min-width: 1200px) {
    #page-title.page-title-parallax, #banner-page-title.page-title-parallax {
        padding: 100px 0;
    }

        #page-title.page-title-parallax span, #banner-page-title.page-title-parallax span {
            font-size: 30px;
        }
}

/* Page Title - Mini
-----------------------------------------------------------------*/

#page-title.page-title-mini {
    padding: 20px 0;
}

    #page-title.page-title-mini h1 {
        font-weight: 600;
        font-size: 18px;
        color: #444;
    }

    #page-title.page-title-mini span {
        display: none;
    }

/* Page Title - No Background
-----------------------------------------------------------------*/

#page-title.page-title-nobg {
    background: transparent !important;
    border-bottom: 1px solid #F5F5F5;
}

/* Page Title - Video
-----------------------------------------------------------------*/

#page-title.page-title-video {
    background: none;
    position: relative;
    overflow: hidden;
}

    #page-title.page-title-video .container {
        z-index: 3;
    }

    #page-title.page-title-video .video-wrap {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }

        #page-title.page-title-video .video-wrap video {
            width: 100%;
        }

/* ----------------------------------------------------------------
    Content
    -----------------------------------------------------------------*/

#content {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

    #content p {
        line-height: 1.6;
        font-size: 20px;
        font-weight: 300;
    }

.content-wrap {
    position: relative;
    padding: 50px 0;
}

#content .container {
    position: relative;
}

/* ----------------------------------------------------------------
    Portfolio
    -----------------------------------------------------------------*/

/* Portfolio - Items
-----------------------------------------------------------------*/

#portfolio {
    position: relative;
    margin: 0 -12px -12px 0;
}

body:not(.device-touch) #portfolio {
    -webkit-transition: height .4s linear;
    -o-transition: height .4s linear;
    transition: height .4s linear;
}

.portfolio-item {
    position: relative;
    float: left;
    width: 276px;
    margin: 0 12px 12px 0;
}

.portfolio-notitle .portfolio-item,
.portfolio-notitle .iportfolio {
    overflow: hidden;
}

.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden;
}

    .portfolio-item .portfolio-image,
    .portfolio-item .portfolio-image a,
    .portfolio-item .portfolio-image img {
        display: block;
        width: 276px;
        height: 207px;
    }

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Portfolio - Responsive
-----------------------------------------------------------------*/

.portfolio-responsive .portfolio-item {
    width: 100%;
    margin: 0 0 20px 0 !important;
}

    .portfolio-responsive .portfolio-item .portfolio-image,
    .portfolio-responsive .portfolio-item .portfolio-image a,
    .portfolio-responsive .portfolio-item .portfolio-image img {
        width: 100%;
    }

.portfolio-responsive .portfolio-title {
    text-align: center;
}

    .portfolio-responsive .portfolio-title h3 {
        display: inline;
        text-transform: uppercase;
    }

.portfolio-responsive .portfolio-overlay h3 {
    padding: 20px 10px;
    font-size: 20px;
}

    .portfolio-responsive .portfolio-overlay h3 .subtitle {
        color: #FFF;
        font-weight: normal;
    }

.portfolio-responsive .portfolio-overlay .button {
    margin-top: 10px;
    margin-left: -35%;
    width: 70% !important;
    text-align: center !important;
}

.portfolio-responsive .portfolio-overlay .button-blue {
    background-color: #007ac9 !important;
    color: #FFF !important;
}

.portfolio-responsive .portfolio-overlay .button-turq {
    background-color: #009aa6 !important;
    color: #FFF !important;
}

/* Portfolio - Overlay
-----------------------------------------------------------------*/

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 2;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.portfolio-item:hover .portfolio-overlay,
.iportfolio:hover .portfolio-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F5F5F5;
    width: 40px !important;
    height: 40px !important;
    margin: -28px 0 0 -44px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #444;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
    -webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
    -o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
    transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
}

.portfolio-overlay a.left-icon {
}

.portfolio-overlay a.right-icon {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -44px;
}

.portfolio-overlay a.center-icon {
    display: block;
    margin: -20px 0 0 -20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.portfolio-item:hover a.center-icon,
.iportfolio:hover a.center-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio-overlay a:hover {
    color: #009aa6;
    background-color: #EEE;
}

.portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-item:hover .portfolio-overlay a.right-icon,
.iportfolio:hover .portfolio-overlay a.left-icon,
.iportfolio:hover .portfolio-overlay a.right-icon {
    margin-top: -18px;
}

.portfolio-overlay a i.icon-line-play {
    position: relative;
    left: 2px;
}

.portfolio-overlay .portfolio-desc {
    position: relative;
    padding: 0 !important;
    margin: 0;
    text-align: center;
}

    .portfolio-overlay .portfolio-desc a {
        display: inline;
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        font-size: inherit;
        width: auto !important;
        height: auto !important;
        line-height: 1;
        background-color: transparent !important;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    }

    .portfolio-overlay .portfolio-desc h3 {
        font-weight: 600;
        color: #F5F5F5 !important;
        line-height: 1;
    }

        .portfolio-overlay .portfolio-desc h3 a {
            color: #F5F5F5 !important;
        }

    .portfolio-overlay .portfolio-desc span {
        margin-top: 7px;
        color: #DDD !important;
    }

        .portfolio-overlay .portfolio-desc span a {
            color: #DDD !important;
            font-size: inherit;
        }

    .portfolio-overlay .portfolio-desc ~ a {
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        margin: 20px 0 0 !important;
    }

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
    -webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
    -o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
    transition: color .2s linear, background-color .2s linear, opacity .2s linear;
}

.portfolio-overlay .portfolio-desc ~ a.right-icon {
    left: 0;
    right: 0;
    margin-left: 5px !important;
    margin-right: 0 !important;
}

.portfolio-overlay .portfolio-desc a:hover {
    background: transparent;
}

body.device-touch.device-xs .portfolio-notitle .portfolio-overlay,
body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay {
    display: none !important;
}

/* Portfolio Single
-----------------------------------------------------------------*/

.portfolio-single {
}

/* Portfolio Single - Image
-----------------------------------------------------------------*/

.portfolio-single-image > a,
.portfolio-single-image .slide a,
.portfolio-single-image img,
.portfolio-single-image iframe,
.portfolio-single-image video {
    display: block;
    width: 100%;
}

.portfolio-single-image-full {
    position: relative;
    height: 600px;
    overflow: hidden;
    margin: -80px 0 80px !important;
}

.portfolio-single-video {
    height: auto !important;
}

/* Portfolio Single - Gallery Thumbs
-----------------------------------------------------------------*/

.portfolio-single-image-full .swiper-container {
    width: 100%;
    height: 600px;
    background-color: #333;
}

.portfolio-single-image-full .swiper-nested-1,
.portfolio-single-image-full .swiper-nested-2 {
    width: 100%;
}

.portfolio-single-image-full .swiper-slide {
    overflow: hidden;
}

    .portfolio-single-image-full .swiper-slide img {
        width: 100%;
        height: auto;
    }

/* Portfolio & Blog Single - Masonry
-----------------------------------------------------------------*/

.masonry-thumbs {
    position: relative;
}

    .masonry-thumbs a {
        position: relative;
        float: left;
        width: 25%;
        overflow: hidden;
    }

    .masonry-thumbs.col-2 a {
        width: 50%;
    }

    .masonry-thumbs.col-3 a {
        width: 33.30%;
    }

    .masonry-thumbs.col-4 a {
        width: 25%;
    }

    .masonry-thumbs.col-5 a {
        width: 20%;
    }

    .masonry-thumbs.col-6 a {
        width: 16.60%;
    }

    .masonry-thumbs a,
    .masonry-thumbs img {
        display: block;
        height: auto !important;
    }

    .masonry-thumbs img {
        width: 100%;
        border-radius: 0 !important;
        padding: 0 1px 1px 0;
    }

    .masonry-thumbs .overlay {
        padding: 0 1px 1px 0;
    }

/* Portfolio Single - Content
-----------------------------------------------------------------*/

.portfolio-single-content {
    font-size: 14px;
}

    .portfolio-single-content h2 {
        margin: 0 0 20px;
        padding: 0;
        font-size: 20px;
        font-weight: 600 !important;
    }

.portfolio-ajax-modal {
    width: 1000px !important;
}

.modal-padding {
    padding: 40px;
}

.modal-body p {
    font-size: 18px;
    font-weight: 300;
}

.ajax-modal-title {
    background-color: #F9F9F9;
    border-bottom: 1px solid #EEE;
    padding: 25px 40px;
}

    .ajax-modal-title h2 {
        font-size: 26px;
        margin-bottom: 0;
    }

#portfolio-ajax-wrap {
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease;
    -o-transition: max-height .4s ease;
    transition: max-height .4s ease;
}

    #portfolio-ajax-wrap.portfolio-ajax-opened {
        max-height: 1200px;
    }

#portfolio-ajax-container {
    display: none;
    padding-bottom: 60px;
}

#portfolio-ajax-single h2 {
    font-size: 26px;
}

/* Portfolio Single - Meta
-----------------------------------------------------------------*/

.portfolio-meta,
.portfolio-share {
    list-style: none;
    font-size: 14px;
}

    .portfolio-meta li {
        margin: 10px 0;
        color: #666;
    }

        .portfolio-meta li:first-child {
            margin-top: 0;
        }

        .portfolio-meta li span {
            display: inline-block;
            width: 150px;
            font-weight: bold;
            color: #333;
        }

            .portfolio-meta li span i {
                position: relative;
                top: 1px;
                width: 14px;
                text-align: center;
                margin-right: 7px;
            }

.well .line {
    margin: 20px 0;
    border-color: #E5E5E5;
}

/* Portfolio Single Navigation
-----------------------------------------------------------------*/

#portfolio-navigation {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    max-width: 96px;
    height: 24px;
    margin-top: -12px;
}

.page-title-right #portfolio-navigation {
    left: 10px;
    right: auto;
}

.page-title-center #portfolio-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0;
}

#portfolio-navigation a {
    display: block;
    float: left;
    margin-left: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #444;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
}

.page-title-dark #portfolio-navigation a {
    color: #EEE;
}

.page-title-parallax #portfolio-navigation a {
    color: #FFF;
}

#portfolio-navigation a i {
    position: relative;
    top: -1px;
    font-size: 24px;
    line-height: 1;
}

    #portfolio-navigation a i.icon-angle-left,
    #portfolio-navigation a i.icon-angle-right {
        font-size: 32px;
        top: -6px;
    }

    #portfolio-navigation a i.icon-angle-right {
        left: -1px;
    }

#portfolio-navigation a:first-child {
    margin-left: 0;
}

#portfolio-navigation a:hover {
    color: #009aa6;
}

#portfolio-ajax-show #portfolio-navigation {
    top: 0;
    margin-top: 0;
}

/* Individual Portfolio Item
-----------------------------------------------------------------*/

.iportfolio {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
}

    .iportfolio .portfolio-image {
        position: relative;
        overflow: hidden;
    }

        .iportfolio .portfolio-image,
        .iportfolio .portfolio-image a,
        .iportfolio .portfolio-image img {
            display: block;
            width: 100%;
            height: auto;
        }

/* ----------------------------------------------------------------
    Blog
    -----------------------------------------------------------------*/

#posts {
    position: relative;
}

.entry {
    position: relative;
    margin: 0 0 50px;
    padding: 0 0 30px;
    border-bottom: 2px solid #F5F5F5;
}

.entry-image {
    margin-bottom: 30px;
}

    .entry-image,
    .entry-image > a,
    .entry-image .slide a,
    .entry-image img {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }

        .entry-image iframe {
            display: block;
        }

        .entry-image img {
            border-radius: 3px;
        }

.entry-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .entry-title h2 a {
        color: #333;
    }

        .entry-title h2 a:hover {
            color: #009aa6;
        }

.entry-meta {
    margin: 10px -10px -15px 0;
    list-style: none;
}

.single-post .entry-meta {
    margin-bottom: 20px;
}

.entry-meta li {
    float: left;
    font-size: 14px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-family: Lato, 'Crete Round', serif;
}

    .entry-meta li:before {
        content: '/';
        display: inline-block;
        margin-right: 10px;
        opacity: 0.5 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }

    .entry-meta li i {
        position: relative;
        top: 1px;
        font-size: 14px;
        margin-right: 3px;
    }

    .entry-meta li a {
        color: #999;
    }

        .entry-meta li a:hover {
            color: #009aa6;
        }

    .entry-meta li:first-child:before {
        display: none;
    }

    .entry-meta li ins {
        font-weight: 600;
        text-decoration: none;
    }

.entry-c {
    position: relative;
    overflow: hidden;
}

#posts .entry-content {
    margin-top: 30px;
}

.single-post .entry-content .entry-image {
    max-width: 350px;
}

.entry-content {
    position: relative;
}

.entry-link {
    display: block;
    background-color: #F5F5F5;
    padding: 30px 0;
    text-align: center;
    color: #444;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 3px;
}

body:not(.device-touch) .entry-link {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.entry-link:hover {
    color: #FFF;
    background-color: #009aa6;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.entry-link span {
    display: block;
    margin-top: 5px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    color: #AAA;
}

.entry-link:hover span {
    color: #EEE;
}

.entry blockquote p {
    font-weight: 400;
    font-family: Lato, 'Crete Round', serif;
    font-style: italic;
}

/* Small Thumbs
-----------------------------------------------------------------*/

.small-thumbs .entry-image,
.ievent .entry-image {
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}

    .small-thumbs .entry-image img,
    .ievent .entry-image img {
        border-radius: 0;
    }

.small-thumbs .entry-c .entry-image,
.ievent .entry-c .entry-image {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
}

    .small-thumbs .entry-c .entry-image img,
    .ievent .entry-c .entry-image img {
        border-radius: 5px;
    }

.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
    font-size: 20px;
    font-weight: 600;
}

/* Small Thumbs - Right
-----------------------------------------------------------------*/

.small-thumbs.alt .entry-image {
    float: right;
    margin: 0 0 0 30px;
}

.small-thumbs.alt .entry-c .entry-image {
    float: none;
    margin: 0 0 20px 0;
}

/* Small Thumbs - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .small-thumbs .entry-image {
    width: 200px;
    margin: 0 25px 0 0;
}

.bothsidebar .small-thumbs.alt .entry-image {
    margin: 0 0 0 25px;
}

.bothsidebar .small-thumbs .entry-c .entry-image {
    width: 100%;
    margin: 0 0 20px 0;
}

.bothsidebar .small-thumbs .entry-title h2 {
    font-size: 18px;
}

/* Blog - Grid
-----------------------------------------------------------------*/

.post-grid {
    margin-right: -28px;
}

    .post-grid .entry {
        float: left;
        width: 264px;
        margin-right: 28px;
    }

    .post-grid .entry-image,
    .post-grid .entry-image img {
        height: 148px;
    }

        .post-grid .entry-image img {
            border-radius: 0;
        }

    .post-grid .entry-title h2 {
        font-size: 17px;
        font-weight: 600;
    }

    .post-grid .entry-link {
        font-size: 24px;
    }

        .post-grid .entry-link span {
            font-size: 13px;
        }

    /* Blog - Grid - 3 Columns
    -----------------------------------------------------------------*/

    .post-grid.grid-3 {
        margin-right: -30px;
    }

        .post-grid.grid-3 .entry {
            width: 360px;
            margin-right: 30px;
        }

        .post-grid.grid-3 .entry-image,
        .post-grid.grid-3 .entry-image img {
            height: 202px;
        }

        .post-grid.grid-3 .entry-title h2 {
            font-size: 18px;
        }

/* Blog - Grid - 3 Columns - Sidebar
-----------------------------------------------------------------*/

.postcontent .post-grid.grid-3 {
    margin-right: -25px;
}

    .postcontent .post-grid.grid-3 .entry {
        width: 270px;
        margin-right: 25px;
    }

    .postcontent .post-grid.grid-3 .entry-image,
    .postcontent .post-grid.grid-3 .entry-image img {
        height: 152px;
    }

    .postcontent .post-grid.grid-3 .entry-title h2 {
        font-size: 16px;
    }

/* Blog - Grid - 2 Columns
-----------------------------------------------------------------*/

.post-grid.grid-2 {
    margin-right: -40px;
}

    .post-grid.grid-2 .entry {
        width: 550px;
        margin-right: 40px;
    }

    .post-grid.grid-2 .entry-image,
    .post-grid.grid-2 .entry-image img {
        height: 309px;
    }

    .post-grid.grid-2 .entry-title h2 {
        font-size: 20px;
    }

/* Blog - Grid - 2 Columns - Sidebar
-----------------------------------------------------------------*/

.postcontent .post-grid.grid-2 .entry {
    width: 410px;
}

.postcontent .post-grid.grid-2 .entry-image,
.postcontent .post-grid.grid-2 .entry-image img {
    height: 230px;
}

.postcontent .post-grid.grid-2 .entry-title h2 {
    font-size: 18px;
}

/* Blog - Grid - 2 Columns - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .post-grid.grid-2 .entry {
    width: 270px;
}

.bothsidebar .post-grid.grid-2 .entry-image,
.bothsidebar .post-grid.grid-2 .entry-image img {
    height: 152px;
}

.bothsidebar .post-grid.grid-2 .entry-title h2 {
    font-size: 16px;
}

/* Blog - Masonry
-----------------------------------------------------------------*/

.post-masonry .entry-image,
.post-masonry .entry-image img {
    height: auto !important;
}

/* Blog - Masonry Full
-----------------------------------------------------------------*/

.post-masonry-full {
    margin: -80px 0 -80px -1px !important;
}

    .post-masonry-full .entry {
        width: 24.9% !important;
        margin: 0 !important;
        padding: 40px 30px;
        border-bottom: 1px dashed;
        border-left: 1px dashed;
        border-color: #E5E5E5;
    }

    .post-masonry-full.grid-3 .entry {
        width: 33.30% !important;
    }

/* Blog - Timeline
-----------------------------------------------------------------*/

.timeline-border {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -71px;
    width: 0;
    border-left: 1px dashed #CCC;
    height: 100%;
}

.post-timeline {
    margin-right: -140px !important;
}

    .post-timeline .entry {
        width: 500px !important;
        margin-right: 140px !important;
    }

.entry.entry-date-section {
    width: 100% !important;
    margin: 50px -70px 80px;
    padding: 0;
    border: 0;
    text-align: center;
}

    .entry.entry-date-section span {
        display: inline-block;
        padding: 10px 30px;
        background-color: #007ac9;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: Lato, 'Raleway', sans-serif;
        color: #fff;
        border-radius: 3px;
    }

.post-timeline .entry-timeline {
    display: none;
    position: absolute;
    border: 2px solid #007ac9;
    background-color: #007ac9;
    padding-top: 0;
    text-indent: -9999px;
    top: 40px;
    left: auto;
    right: -76px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bold;
    color: #AAA;
    text-align: center;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry.entry-date-section + .entry .entry-timeline {
    top: 70px;
}

.post-timeline .entry-timeline div.timeline-divider {
    position: absolute;
    top: 4px;
    left: -58px;
    width: 50px;
    height: 0;
    border-top: 1px dashed #CCC;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-timeline .alt .entry-timeline {
    right: auto;
    left: -77px;
}

    .post-timeline .alt .entry-timeline div.timeline-divider {
        left: auto;
        right: -58px;
    }

.post-timeline .entry-timeline span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: normal;
}

/* Blog - Timeline - Sidebar
-----------------------------------------------------------------*/

.postcontent .timeline-border {
    left: 32px;
    margin-left: 0;
}

.postcontent .post-timeline {
    padding-left: 100px;
    margin-right: 0 !important;
}

    .postcontent .post-timeline .entry {
        width: 100% !important;
        margin-right: 140px !important;
    }

    .postcontent .post-timeline .entry-timeline {
        display: block;
        border: 3px solid #CCC;
        background-color: #FFF;
        padding-top: 10px;
        text-indent: 0;
        top: 20px;
        left: -100px;
        right: auto;
        width: 64px;
        height: 64px;
        font-size: 24px;
    }

        .postcontent .post-timeline .entry-timeline div.timeline-divider {
            top: 29px;
            left: 64px;
            width: 32px;
        }

/* Related Posts
-----------------------------------------------------------------*/

.overlay-icon {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
}

    .overlay-icon i {
        line-height: 48px;
        font-size: 28px;
        color: #FFF;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }

/* ----------------------------------------------------------------
    Blog - Author
    -----------------------------------------------------------------*/

.author-image {
    float: left;
    width: 84px;
    height: 84px;
    margin-right: 15px;
}

    .author-image img {
        width: 84px;
        height: 84px;
    }

/* ----------------------------------------------------------------
    Countdown
    -----------------------------------------------------------------*/

.countdown {
    display: block;
}

.countdown-row {
    display: block;
    position: relative;
    text-align: center;
}

.countdown-section {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    width: 25%;
    border-left: 1px dotted #BBB;
    color: #888;
    text-transform: capitalize;
}

    .countdown-section:first-child {
        border-left: 0;
    }

.countdown-amount {
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}

.countdown-descr {
    display: block;
    width: 100%;
}

/* Countdown - Medium
-----------------------------------------------------------------*/

.countdown-medium .countdown-section {
    font-size: 14px;
}

.countdown-medium .countdown-amount {
    font-size: 30px;
    margin-bottom: 7px;
}

/* Countdown - Large
-----------------------------------------------------------------*/

.countdown-large .countdown-section {
    font-size: 18px;
}

.countdown-large .countdown-amount {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Countdown - Inline
-----------------------------------------------------------------*/

.countdown.countdown-inline {
    display: inline-block;
}

    .countdown.countdown-inline .countdown-row {
        display: inline-block;
        text-align: center;
    }

    .countdown.countdown-inline .countdown-section {
        display: inline-block;
        font-size: inherit;
        line-height: inherit;
        width: auto;
        border: none;
        color: inherit;
        margin-left: 7px;
        text-transform: lowercase;
    }

        .countdown.countdown-inline .countdown-section:first-child {
            margin-left: 0;
        }

    .countdown.countdown-inline .countdown-amount {
        display: inline-block;
        font-size: inherit;
        color: inherit;
        font-weight: bold;
        margin: 0 3px 0 0;
    }

    .countdown.countdown-inline .countdown-descr {
        display: inline-block;
        width: auto;
    }

/* Countdown - Coming Soon
-----------------------------------------------------------------*/

body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-section {
    border: none;
    padding: 15px;
}

body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-amount {
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.2);
    margin-bottom: 15px !important;
}

/* ----------------------------------------------------------------
    Buttons
    -----------------------------------------------------------------*/

.navbutton {
    display: inline;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    background-color: #007ac9;
    font-size: 10px;
}

@media only screen and (min-width:1210px) {
    .navbutton {
        font-size: 13px;
    }
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #009aa6;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}

body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button-dark {
    background-color: #444;
}

.button-light {
    background-color: #EEE;
    color: #333;
    text-shadow: none !important;
}

.button:hover {
    background-color: #444;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-dark:hover {
    background-color: #009aa6;
}

.button.button-mini {
    padding: 0 14px;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
}

.button.button-small {
    padding: 0 17px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
}

.button.button-large {
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
}

.button.button-xlarge {
    padding: 0 32px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px;
}

.button.button-desc {
    text-align: left;
    padding: 24px 34px;
    font-size: 22px;
    height: auto;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
}

    .button.button-desc span {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        font-family: 'Crete Round', serif;
        font-style: italic;
        text-transform: none;
    }

.button i {
    position: relative;
    top: 1px;
    line-height: 1;
    margin-right: 5px;
}

.button.tright i {
    margin: 0 0 0 5px;
}

.button-mini i {
    margin-right: 3px;
}

.button-mini.tright i {
    margin: 0 0 0 3px;
}

.button-small i {
    margin-right: 4px;
}

.button-small.tright i {
    margin: 0 0 0 4px;
}

.button-xlarge i {
    top: 2px;
    margin-right: 8px;
}

.button-xlarge.tright i {
    margin: 0 0 0 8px;
}

.button.button-desc i {
    top: 1px;
    font-size: 48px;
    width: 48px;
    text-align: center;
    margin-right: 12px;
}

.button.button-desc.tright i {
    margin: 0 0 0 12px;
}

.button.button-desc div {
    display: inline-block;
}

.button.button-rounded {
    border-radius: 3px;
}

/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;
}

    .button.button-border.button-mini {
        line-height: 24px;
    }

    .button.button-border.button-small {
        line-height: 30px;
    }

    .button.button-border.button-large {
        line-height: 42px;
    }

    .button.button-border.button-xlarge {
        line-height: 48px;
    }

    .button.button-border.button-desc {
        line-height: 1;
    }

    .button.button-border:hover {
        background-color: #444;
        color: #FFF;
        border-color: transparent !important;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }

    .button.button-border.button-light {
        border-color: #EEE;
        color: #EEE;
    }

        .button.button-border.button-light:hover {
            background-color: #EEE;
            color: #333;
            text-shadow: none;
        }

/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-3d {
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

    .button.button-3d:hover {
        background-color: #007ac9 !important;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    .button.button-3d.button-light:hover,
    .button.button-reveal.button-light:hover {
        text-shadow: none;
        color: #333;
    }

/* Buttons - Icon Reveal
-----------------------------------------------------------------*/

.button.button-reveal {
    padding: 0 28px;
    overflow: hidden;
}

    .button.button-reveal i {
        display: block;
        position: absolute;
        top: 0;
        left: -32px;
        width: 32px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        text-align: center;
        background-color: rgba(0,0,0,0.1);
    }

    .button.button-reveal.button-border i {
        top: -2px;
    }

    .button.button-reveal.tright i {
        left: auto;
        right: -32px;
    }

    .button.button-reveal.button-3d i,
    .button.button-reveal.button-rounded i {
        border-radius: 3px 0 0 3px;
    }

    .button.button-reveal.button-3d.tright i,
    .button.button-reveal.button-rounded.tright i {
        border-radius: 0 3px 3px 0;
    }

    .button.button-reveal span {
        /*display: inline-block;
        position: relative;
        left: 0;*/
        display: block;
        position: relative;
        line-height: 40px;
    }

.h-banner-btn span {
    line-height: inherit !important;
}

body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    -o-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
}

.button.button-reveal.button-mini {
    padding: 0 17px;
}

    .button.button-reveal.button-mini i {
        left: -22px;
        width: 22px;
        height: 28px;
        line-height: 28px;
    }

    .button.button-reveal.button-mini.tright i {
        left: auto;
        right: -22px;
    }

.button.button-reveal.button-small {
    padding: 0 22px;
}

    .button.button-reveal.button-small i {
        left: -26px;
        width: 26px;
        height: 34px;
        line-height: 34px;
    }

    .button.button-reveal.button-small.tright i {
        left: auto;
        right: -26px;
    }

.button.button-reveal.button-large {
    padding: 0 32px;
}

    .button.button-reveal.button-large i {
        left: -38px;
        width: 38px;
        height: 40px;
        line-height: 40px;
    }

    .button.button-reveal.button-large.tright i {
        left: auto;
        right: -38px;
    }

.button.button-reveal.button-xlarge {
    padding: 0 40px;
}

    .button.button-reveal.button-xlarge i {
        left: -44px;
        width: 44px;
        height: 52px;
        line-height: 52px;
    }

    .button.button-reveal.button-xlarge.tright i {
        left: auto;
        right: -44px;
    }

.button.button-reveal:hover i {
    left: 0;
}

.button.button-reveal.tright:hover i {
    left: auto;
    right: 0;
}

.button.button-reveal:hover span {
    left: 16px;
}

.button.button-reveal.button-mini:hover span {
    left: 11px;
}

.button.button-reveal.button-small:hover span {
    left: 13px;
}

.button.button-reveal.button-large:hover span {
    left: 19px;
}

.button.button-reveal.button-xlarge:hover span {
    left: 22px;
}

.button.button-reveal.tright:hover span {
    left: -16px;
}

.button.button-reveal.button-mini.tright:hover span {
    left: -11px;
}

.button.button-reveal.button-small.tright:hover span {
    left: -13px;
}

.button.button-reveal.button-large.tright:hover span {
    left: -19px;
}

.button.button-reveal.button-xlarge.tright:hover span {
    left: -22px;
}

/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/

.button.button-full {
    display: block !important;
    white-space: normal;
    margin: 0;
    height: auto;
    line-height: 1.6;
    padding: 30px 0;
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

    .button.button-full.button-light {
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }

    .button.button-full strong {
        font-weight: 600;
        border-bottom: 2px solid #EEE;
    }

body:not(.device-touch) .button.button-full strong {
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.button.button-full.button-light strong {
    border-bottom-color: #333;
}

.button.button-full.button-light:hover strong {
    border-bottom-color: #EEE;
}

/* Buttons - Colors
-----------------------------------------------------------------*/

.button-red {
    background-color: #B71234;
}

.button-3d.button-red:hover,
.button-reveal.button-red:hover {
    background-color: #B71234 !important;
    color: #fff;
}

.button-teal {
    background-color: #53777A;
}

.button-3d.button-teal:hover,
.button-reveal.button-teal:hover {
    background-color: #53777A !important;
}

.button-yellow {
    background-color: #ECD078;
}

.button-3d.button-yellow:hover,
.button-reveal.button-yellow:hover {
    background-color: #ECD078 !important;
}

.button-green {
    background-color: #59BA41;
}

.button-3d.button-green:hover,
.button-reveal.button-green:hover {
    background-color: #59BA41 !important;
}

.button-brown {
    background-color: #774F38;
}

.button-3d.button-brown:hover,
.button-reveal.button-brown:hover {
    background-color: #774F38 !important;
}

.button-aqua {
    background-color: #40C0CB;
}

.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover {
    background-color: #40C0CB !important;
}

.button-lime {
    background-color: #AEE239;
}

.button-3d.button-lime:hover,
.button-reveal.button-lime:hover {
    background-color: #AEE239 !important;
}

.button-purple {
    background-color: #57068C;
}

.button-3d.button-purple:hover,
.button-reveal.button-purple:hover {
    background-color: #57068C !important;
}

.button-leaf {
    background-color: #A8CABA;
}

.button-3d.button-leaf:hover,
.button-reveal.button-leaf:hover {
    background-color: #A8CABA !important;
}

.button-pink {
    background-color: #F89FA1;
}

.button-3d.button-pink:hover,
.button-reveal.button-pink:hover {
    background-color: #F89FA1 !important;
}

.button-dirtygreen {
    background-color: #1693A5;
}

.button-3d.button-dirtygreen:hover,
.button-reveal.button-dirtygreen:hover {
    background-color: #1693A5 !important;
}

.button-blue {
    background-color: #007ac9;
}

.button-turq {
    background-color: #009aa6;
}

.button-white {
    background-color: #fff;
    color: #007ac9;
}

.button-3d.button-white:hover,
.button-reveal.button-white:hover {
    background-color: #ccc !important;
}

.button-3d.button-blue:hover,
.button-reveal.button-blue:hover {
    background-color: #1265A8 !important;
}

.button-3d.button-turq:hover,
.button-reveal.button-turq:hover {
    background-color: #219591 !important;
}

.button-amber {
    background-color: #EB9C4D;
}

.button-3d.button-amber:hover,
.button-reveal.button-amber:hover {
    background-color: #EB9C4D !important;
}

.button-black {
    background-color: #111;
}

.button-3d.button-black:hover,
.button-reveal.button-black:hover {
    background-color: #111 !important;
}

.button-white {
    background-color: #F9F9F9;
}

.button-3d.button-white:hover,
.button-reveal.button-white:hover {
    background-color: #F9F9F9 !important;
}

/* Buttons - No Hover
-----------------------------------------------------------------*/

.button.button-nohover:hover {
    opacity: inherit !important;
    background-color: inherit !important;
    color: inherit !important;
    border-color: inherit !important;
}

/* ----------------------------------------------------------------
    Promo Boxes
    -----------------------------------------------------------------*/

.promo {
    position: relative;
    padding: 30px 200px 30px 0;
}

    .promo h3 {
        font-weight: bold;
        margin-bottom: 0;
    }

    .promo > span,
    .promo > .container > span {
        display: block;
        color: #444;
        font-weight: 300;
        font-size: 16px;
        margin-top: 6px;
    }

    .promo a.button {
        position: absolute;
        top: 50%;
        margin: 0;
        margin-top: -18px;
        left: auto;
        right: 0;
    }

        .promo a.button.button-mini {
            margin-top: -12px;
        }

        .promo a.button.button-small {
            margin-top: -15px;
        }

        .promo a.button.button-large {
            margin-top: -22px;
        }

        .promo a.button.button-xlarge {
            margin-top: -25px;
        }

        .promo a.button.button-desc {
            margin-top: -40px;
        }

/* Promo Uppercase
-----------------------------------------------------------------*/

.promo-uppercase {
    text-transform: uppercase;
}

    .promo-uppercase h3 {
        font-size: 22px;
    }

    .promo-uppercase > span,
    .promo-uppercase > .container > span {
        font-size: 15px;
    }

/* Promo - with Border
-----------------------------------------------------------------*/

.promo.promo-border {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding-left: 30px;
}

    .promo.promo-border a.button {
        right: 30px;
    }

/* Promo - Light
-----------------------------------------------------------------*/

.promo.promo-light {
    background-color: #F5F5F5;
    border-radius: 3px;
    padding-left: 30px;
}

    .promo.promo-light a.button {
        right: 30px;
    }

/* Promo - Dark
-----------------------------------------------------------------*/

.promo.promo-dark {
    border: 0 !important;
    background-color: #333;
    padding: 30px 200px 30px 30px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 3px;
}

    .promo.promo-dark h3 {
        color: #FFF;
    }

    .promo.promo-dark > h3 span,
    .promo.promo-dark > .container > h3 span {
        padding: 2px 8px;
        border-radius: 3px;
        background-color: rgba(0,0,0,0.15);
        color: #FFF;
        font-weight: 400;
    }

    .promo.promo-dark > span,
    .promo.promo-dark > .container > span {
        color: #CCC;
        margin-top: 8px;
    }

    .promo.promo-dark a.button {
        right: 30px;
    }

/* Promo - Flat
-----------------------------------------------------------------*/

.promo.promo-flat {
    background-color: #007ac9;
}

.promo.promo-flat {
    border: 0 !important;
    background-color: #007ac9;
    padding: 30px 200px 30px 30px;
    border-radius: 3px;
}

    .promo.promo-flat h3 {
        color: #FFF;
    }

    .promo.promo-flat > span,
    .promo.promo-flat > .container > span {
        color: rgba(255,255,255,0.9);
    }

.lt-ie9 .promo.promo-flat > span,
.lt-ie9 .promo.promo-flat > .container > span {
    color: #FFF;
}

.promo.promo-flat a.button {
    right: 30px;
}

    .promo.promo-flat a.button:not(.button-border) {
        background-color: rgba(0,0,0,0.2);
        color: #FFF;
    }

.lt-ie9 .promo.promo-flat a.button:not(.button-border) {
    background-color: #005A95;
}

.promo.promo-flat a.button:hover {
    background-color: #FFF !important;
    border-color: #FFF;
    color: #444;
    text-shadow: none;
}

/* ----------------------------------------------------------------
    Featured Boxes
    -----------------------------------------------------------------*/

.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}

    .feature-box:first-child {
        margin-top: 0;
    }

    .feature-box .fbox-icon {
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        top: 0;
        left: 0;
    }

        .feature-box .fbox-icon a,
        .feature-box .fbox-icon i,
        .feature-box .fbox-icon img {
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
            color: #FFF;
        }

.dark .fbox-icon i {
    color: #007ac9;
}

.dark .feature-box .fbox-icon i,
.dark .feature-box .fbox-icon img {
    border-radius: 50%;
    background-color: #fff;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    border-radius: 50%;
    background-color: #007ac9;
}

.feature-box .fbox-icon i {
    font-style: normal;
    font-size: 28px;
    text-align: center;
    line-height: 64px;
}

.feature-box h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #777;
}

.feature-box p {
    margin: 8px 0 0 0;
    color: #999;
}

.feature-box .before-heading {
    font-size: 14px;
}

/* Feature Box - Center
-----------------------------------------------------------------*/

.feature-box.fbox-center {
    padding: 0;
    text-align: center;
}

    .feature-box.fbox-center .fbox-icon {
        position: relative;
        width: 96px;
        height: 96px;
        margin: 0 auto 30px;
    }

        .feature-box.fbox-center .fbox-icon i {
            font-size: 42px;
            line-height: 96px;
        }

    .feature-box.fbox-center.fbox-outline .fbox-icon i {
        line-height: 88px;
    }

    .feature-box.fbox-center p {
        font-size: 20px;
        margin-top: 15px;
        font-weight: 300;
        color: #777;
    }

    /* Feature Box - Center & Large Icons
    -----------------------------------------------------------------*/

    .feature-box.fbox-center.fbox-large .fbox-icon {
        width: 128px;
        height: 128px;
    }

        .feature-box.fbox-center.fbox-large .fbox-icon i {
            font-size: 70px;
            line-height: 128px;
        }

    .feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i {
        line-height: 118px;
    }

    .feature-box.fbox-center.fbox-light .fbox-icon i {
        line-height: 94px;
    }

    .feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i {
        line-height: 86px;
    }

    .feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i {
        line-height: 114px;
    }

    .feature-box.fbox-center.fbox-border .fbox-icon i {
        line-height: 94px !important;
    }

    .feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i {
        line-height: 126px !important;
    }

    .feature-box.fbox-center.fbox-plain .fbox-icon i {
        font-size: 84px;
    }

    .feature-box.fbox-center.fbox-plain .fbox-icon img {
        height: 96px;
    }

    .feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i {
        font-size: 112px;
    }

    .feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img {
        height: 128px;
    }

    /* Feature Box - Center & Large Icons
    -----------------------------------------------------------------*/

    .feature-box.fbox-center.fbox-small .fbox-icon {
        width: 64px;
        height: 64px;
    }

        .feature-box.fbox-center.fbox-small .fbox-icon i {
            font-size: 28px;
            line-height: 64px;
        }

    .feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i {
        line-height: 58px;
    }

    .feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i {
        line-height: 54px;
    }

    .feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i {
        line-height: 62px !important;
    }

    .feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i {
        font-size: 56px;
    }

    .feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img {
        height: 64px;
    }

    .feature-box.fbox-center.fbox-small p {
        font-size: 14px;
        margin-top: 10px;
    }

    .feature-box.fbox-center.fbox-plain.fbox-small p {
        margin-left: 0;
    }

/* Animated Icon Hovers
-----------------------------------------------------------------*/

.fbox-effect .fbox-icon i {
    z-index: 1;
}

    .fbox-effect .fbox-icon i:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.fbox-rounded.fbox-effect .fbox-icon i:after {
    border-radius: 3px;
}

.fbox-effect .fbox-icon i {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

    .fbox-effect .fbox-icon i:after {
        top: -3px;
        left: -3px;
        padding: 3px;
        box-shadow: 0 0 0 2px #333;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform 0.3s, opacity 0.3s;
        transform: scale(.8);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .fbox-effect .fbox-icon i:hover,
    .fbox-effect:hover .fbox-icon i {
        background-color: #333;
        color: #FFF;
    }

.fbox-effect.fbox-dark .fbox-icon i:after {
    box-shadow: 0 0 0 2px #009aa6;
}

.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i {
    background-color: #009aa6;
}

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Icon Effects - Bordered
-----------------------------------------------------------------*/

.fbox-border.fbox-effect .fbox-icon i {
    -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
    -o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
    transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}

    .fbox-border.fbox-effect .fbox-icon i:after {
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        box-shadow: none;
        background-image: url('/_frontend/images/icons/iconalt.svg');
        background-position: center center;
        background-size: 100% 100%;
        -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
        -o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
        transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
    }

.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after {
    border-radius: 3px;
}

.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
    color: #FFF;
    box-shadow: 0 0 0 1px #333;
}

.fbox-border.fbox-effect .fbox-icon i:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #333;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
    box-shadow: 0 0 0 1px #009aa6;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
    background-color: #009aa6;
}

.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* ----------------------------------------------------------------
    Styled Icons
    -----------------------------------------------------------------*/

.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #444;
    border-radius: 3px;
}

.i-bordered {
    border: 1px solid #555;
    line-height: 50px !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
}

.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}

.i-circled {
    border-radius: 50%;
}

.i-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.i-alt {
    background-image: url('/_frontend/images/icons/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
}

.i-rounded:hover,
.i-circled:hover {
    background-color: #009aa6;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.i-bordered:hover {
    background-color: #444 !important;
    color: #FFF;
    border-color: #444;
}

/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 14px;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
}

.i-small.i-bordered {
    line-height: 26px !important;
}

.i-small.i-plain {
    width: 18px !important;
    height: 18px !important;
    font-size: 14px;
    line-height: 18px !important;
}

/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
    margin: 6px 13px 9px 0;
    font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
}

.i-medium.i-bordered {
    line-height: 34px !important;
}

.i-medium.i-plain {
    width: 28px !important;
    height: 28px !important;
    font-size: 20px;
    line-height: 28px !important;
}

/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}

.i-large.i-bordered {
    line-height: 62px !important;
}

.i-large.i-plain {
    width: 48px !important;
    height: 48px !important;
    font-size: 42px;
    line-height: 48px !important;
}

/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    width: 84px !important;
    height: 84px !important;
    line-height: 84px !important;
}

.i-xlarge.i-bordered {
    line-height: 82px !important;
}

.i-xlarge.i-plain {
    width: 64px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important;
}

/* ----------------------------------------------------------------
    Icon Overlay
    -----------------------------------------------------------------*/

.i-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,0.2) url('/_frontend/images/grid.png') repeat;
}

    .i-overlay img,
    .i-overlay i {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -24px 0 0 -24px;
        width: 48px !important;
        height: 48px !important;
        font-size: 48px;
        line-height: 1;
        color: #E5E5E5;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    }

    .i-overlay i {
        margin: -18px 0 0 -18px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }

.on-hover.i-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

body:not(.device-touch) .on-hover.i-overlay {
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.on-hover.i-overlay:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* ----------------------------------------------------------------
    Accordions
    -----------------------------------------------------------------*/

.accordion {
    margin-bottom: 20px;
}

.acctitle,
.acctitlec {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    border-top: 1px dotted #DDD;
    padding: 10px 0 10px 20px;
}

.acctitlec {
    cursor: auto;
}

.acctitle:first-child {
    border-top: 0 !important;
}

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
}

    .acctitle i.acc-open,
    .acctitlec i.acc-closed {
        display: none;
    }

.acctitlec i.acc-open {
    display: block;
}

.acc_content {
    position: relative;
    padding: 0 0 15px 20px;
}

/* Accordion - with Title Background
-----------------------------------------------------------------*/

.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 15px;
    border-top: 1px solid #bec4c4;
    font-size: 16px;
    font-weighT: 300;
}

    .accordion.accordion-bg .acctitle i {
        left: 14px;
        line-height: 44px;
    }

.accordion.accordion-bg .acc_content {
    padding: 10px 0 15px 36px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

/* Accordion - Bordered
-----------------------------------------------------------------*/

.accordion.accordion-border {
    border: 1px solid #DDD;
    border-radius: 4px;
}

    .accordion.accordion-border .acctitle,
    .accordion.accordion-border .acctitlec {
        border-color: #CCC;
        line-height: 44px;
        padding: 0 15px 0 36px;
    }

        .accordion.accordion-border .acctitle i {
            left: 14px;
            line-height: 44px;
        }

    .accordion.accordion-border .acc_content {
        padding: 0 15px 15px 36px;
    }

/* ----------------------------------------------------------------
    Clients
    -----------------------------------------------------------------*/

.clients-grid,
.testimonials-grid {
    list-style: none;
    overflow: hidden;
}

    .clients-grid li,
    .testimonials-grid li {
        float: left;
        position: relative;
        width: 20%;
        padding: 20px 0;
    }

    .clients-grid.grid-2 li {
        width: 50%;
        padding: 25px 0;
    }

    .clients-grid.grid-3 li {
        width: 33.33%;
    }

    .clients-grid.grid-4 li {
        width: 25%;
    }

    .clients-grid.grid-6 li {
        width: 16.66%;
    }

    .clients-grid li a {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    }

body:not(.device-touch) .clients-grid li a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.clients-grid li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.clients-grid li a,
.clients-grid li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

    .clients-grid li a img {
        width: 100%;
    }

.clients-grid li:before,
.clients-grid li:after,
.testimonials-grid li:before,
.testimonials-grid li:after {
    content: '';
    position: absolute;
}

.clients-grid li:before,
.testimonials-grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #DDD;
}

.clients-grid li:after,
.testimonials-grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #DDD;
}

/* ----------------------------------------------------------------
    Counter
    -----------------------------------------------------------------*/

.counter {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

    .counter.counter-small {
        font-size: 28px;
    }

    .counter.counter-large {
        font-size: 56px;
    }

    .counter.counter-xlarge {
        font-size: 64px;
        font-weight: 400;
    }

    .counter.counter-inherit {
        font-size: inherit;
        font-weight: inherit;
    }

    .counter + h5 {
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .counter.counter-lined + h5:before {
        display: block;
        position: relative;
        margin: 20px auto 25px auto;
        content: '';
        width: 15%;
        border-top: 2px solid #444;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    .counter.counter-small + h5 {
        font-size: 13px;
    }

    .counter.counter-large + h5,
    .counter.counter-xlarge + h5 {
        font-size: 15px;
        font-weight: 300;
    }

.widget .counter + h5 {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* ----------------------------------------------------------------
    Owl Carousel CSS
    -----------------------------------------------------------------*/

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px,0,0);
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel .owl-controls .owl-dot,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        display: block;
        min-height: 100px;
        background: url('/_frontend/images/preloader.gif') no-repeat center center;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

#slider .owl-carousel .owl-item img {
    -webkit-backface-visibility: hidden;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #111;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    background: url("/_frontend/images/icons/play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3,1.3);
        -o-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

@media all and (max-width: 767px) {
    .owl-carousel {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    /* Owl Carousel - Controls - Arrows
    -----------------------------------------------------------------*/

    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        position: absolute;
        top: 50%;
        margin-top: -18px;
        left: -36px;
        zoom: 1;
        width: 36px;
        height: 36px;
        line-height: 32px;
        border: 1px solid rgba(0,0,0,0.2);
        color: #666;
        background-color: #FFF;
        font-size: 18px;
        border-radius: 50%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.lt-ie9 .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background-color: #333 !important;
}

.owl-theme .owl-controls.with-carousel-dots .owl-nav [class*=owl-] {
    margin-top: -39px;
}

.owl-carousel-full .owl-controls .owl-nav [class*=owl-] {
    margin-top: -30px;
    left: 0 !important;
    height: 60px;
    line-height: 60px;
    border: none;
    color: #EEE;
    background-color: rgba(0,0,0,0.4);
    font-size: 28px;
    border-radius: 0 3px 3px 0;
}

.owl-carousel-full .owl-controls.with-carousel-dots .owl-nav [class*=owl-] {
    margin-top: -46px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    left: auto;
    right: -36px;
}

.owl-carousel-full .owl-controls .owl-nav .owl-next {
    left: auto !important;
    right: 0 !important;
    border-radius: 3px 0 0 3px;
}

.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
    left: -18px;
}

.owl-theme:hover .owl-controls .owl-nav .owl-next {
    left: auto;
    right: -18px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #007ac9 !important;
    color: #FFF !important;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
    display: none !important;
}

/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 30px;
    *display: inline;
}

    .owl-theme .owl-dots .owl-dot span {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 4px;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        border-radius: 50%;
        background-color: #009aa6;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

/* ----------------------------------------------------------------
    Overlays
    -----------------------------------------------------------------*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .overlay .overlay-wrap,
    .text-overlay {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: relative;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
    }

body:not(.device-touch) .overlay .overlay-wrap,
body:not(.device-touch) .text-overlay {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.overlay .overlay-wrap i {
    position: absolute;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    font-size: 24px;
    line-height: 1;
    width: 24px;
    height: 24px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
    color: #FFF;
}

.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.text-overlay {
    position: absolute;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    top: auto;
    bottom: 0;
    height: auto;
    padding: 40px 15px 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
    margin: 0;
    color: #F5F5F5;
}

.text-overlay-title h2 {
    font-size: 28px;
}

.text-overlay-title h3 {
    font-size: 17px;
    font-weight: 600;
}

.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4,
.text-overlay-meta {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-overlay-meta {
    color: #CCC;
    font-size: 13px;
}

    .text-overlay-meta span i {
        position: relative;
        top: 1px;
        font-size: 14px;
    }

/* ----------------------------------------------------------------
    Forms
    -----------------------------------------------------------------*/

.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

    .sm-form-control:focus {
        border-color: #AAA;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sm-form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .sm-form-control:-ms-input-placeholder {
        color: #999;
    }

    .sm-form-control::-webkit-input-placeholder {
        color: #999;
    }

    .sm-form-control[disabled],
    .sm-form-control[readonly],
    fieldset[disabled] .sm-form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

.sm-form-control {
    height: auto;
}

.form-control {
    border-radius: 3px;
}

    .form-control:active,
    .form-control:focus {
        border-color: #999;
        box-shadow: none;
    }

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}

    label.label-muted {
        color: #999;
        font-weight: normal;
        margin-right: 5px;
    }

form .col-md-4,
form .col-md-12 {
    margin-bottom: 25px;
}

.contactHeader {
    margin-left: 15px;
}

/* ----------------------------------------------------------------
    Contact Form
    -----------------------------------------------------------------*/

#contact-form-overlay,
#contact-form-overlay-mini {
    position: relative;
    max-width: 800px;
    background-color: #FFF;
    padding: 40px;
    margin: 0 auto;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}

#contact-form-overlay-mini {
    float: right;
    width: 380px;
    margin: 0;
}

label.error {
    margin-top: 5px;
    color: #E42C3E;
    font-weight: 400;
}

label.error {
    display: none !important;
}

.form-control.error,
.sm-form-control.error {
    border-color: #E42C3E;
}

/* ----------------------------------------------------------------
    Google Maps
    -----------------------------------------------------------------*/

#google-map {
    position: relative;
    width: 100%;
    height: 450px;
}

.gmap img {
    max-width: none !important;
}

.gm-style .gm-style-iw h3 span {
    font-size: inherit;
    font-family: inherit;
}

.gm-style .gm-style-iw {
    max-width: 290px;
}

#map-overlay {
    position: relative;
    padding: 100px 0;
}

    #map-overlay #google-map {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
    }

/* ----------------------------------------------------------------
    Heading Styles
    -----------------------------------------------------------------*/

/* Block Titles
-----------------------------------------------------------------*/

.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #009aa6;
    margin-bottom: 30px;
}

.title-block-right {
    padding: 2px 20px 3px 0;
    border-left: 0;
    border-right: 7px solid #009aa6;
    text-align: right;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
    margin-bottom: 0;
}

.title-block > span {
    display: block;
    margin-top: 4px;
    color: #555;
    font-weight: 300;
}

.title-block h1 + span {
    font-size: 22px;
}

.title-block h2 + span {
    font-size: 19px;
}

.title-block h3 + span {
    font-size: 17px;
}

.title-block h4 + span {
    font-size: 15px;
    margin-top: 3px;
}

/* Heading Block - with Subtitle
-----------------------------------------------------------------*/

.heading-block {
    margin-bottom: 30px;
}

    .heading-block h3 a {
        color: #444;
    }

    .heading-block h1,
    .heading-block h2,
    .heading-block h3,
    .heading-block h4,
    .emphasis-title h1,
    .emphasis-title h2 {
        margin-bottom: 0;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #333;
    }

.emphasis-title h1,
.emphasis-title h2 {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.heading-block h1 {
    font-size: 44px;
}

.heading-block h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.heading-block h3 {
    font-size: 26px;
}

.heading-block h4 {
    font-size: 20px;
    font-weight: 700;
}

.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
}

.heading-block .before-heading {
    margin-bottom: 7px;
}

.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
    margin-left: auto;
    margin-right: auto;
}

.heading-block h1 + span {
    font-size: 30px;
}

.heading-block h2 + span {
    font-size: 22px;
}

.heading-block h3 + span,
.heading-block h4 + span {
    font-size: 20px;
}

.heading-block ~ p:not(.lead) {
    font-size: 15px;
}

/*.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
    }*/

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after {
    margin: 30px auto 0;
}

.heading-block.noborder:after,
.heading-block.nobottomborder:after {
    display: none;
}

.heading-block.border-color:after {
    border-color: #009aa6;
}

/* Emphasis Title
-----------------------------------------------------------------*/

.emphasis-title {
    margin: 0 0 50px;
}

    .emphasis-title h1,
    .emphasis-title h2 {
        font-size: 64px;
        letter-spacing: -2px;
    }

        .emphasis-title h1 strong,
        .emphasis-title h2 strong {
            font-weight: 700;
        }

/* Justify Border Title
-----------------------------------------------------------------*/

.fancy-title {
    position: relative;
    margin-bottom: 30px;
}

    .fancy-title h1,
    .fancy-title h2,
    .fancy-title h3,
    .fancy-title h4,
    .fancy-title h5,
    .fancy-title h6 {
        position: relative;
        display: inline-block;
        background-color: #FFF;
        padding-right: 15px;
        margin-bottom: 0;
    }

    .fancy-title h4,
    .fancy-title h5,
    .fancy-title h6 {
        padding-right: 10px;
    }

    .fancy-title.title-double-border:before,
    .fancy-title.title-border:before,
    .fancy-title.title-border-color:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        border-top: 3px double #E5E5E5;
        left: auto;
        top: 46%;
        right: 0;
    }

    .fancy-title.title-border:before {
        top: 49%;
        border-top: 1px solid #EEE;
    }

    .fancy-title.title-border-color:before {
        top: 49%;
        border-top: 1px solid #009aa6;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    }

/* Fancy Title - Center Align
-----------------------------------------------------------------*/

.title-center {
    text-align: center;
}

    .title-center h1,
    .title-center h2,
    .title-center h3 {
        padding: 0 15px;
    }

    .title-center h4,
    .title-center h5,
    .title-center h6 {
        padding: 0 10px;
    }

/* Fancy Title - Right Align
-----------------------------------------------------------------*/

.title-right {
    text-align: right;
}

    .title-right h1,
    .title-right h2,
    .title-right h3 {
        padding: 0 0 0 15px;
    }

    .title-right h4,
    .title-right h5,
    .title-right h6 {
        padding: 0 0 0 10px;
    }

/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/

.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
    display: block;
    background: transparent;
    padding: 0 0 10px;
    border-bottom: 2px solid #009aa6;
}

/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/

.fancy-title.title-dotted-border {
    background: url('/_frontend/images/icons/dotted.png') repeat-x center;
}

/* Sub Heading
-----------------------------------------------------------------*/

.before-heading {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-weight: 400;
    color: #999;
}

/* ----------------------------------------------------------------
    Quotes & Blockquotes
    -----------------------------------------------------------------*/

blockquote p {
    margin-bottom: 15px;
}

blockquote.pull-left {
    max-width: 300px;
    margin: 5px 20px 10px 0;
    padding-right: 0;
}

blockquote.pull-right {
    max-width: 300px;
    margin: 5px 0 10px 20px;
    padding-left: 0;
}

.quote {
    border: none !important;
    position: relative;
}

    .quote p {
        position: relative;
    }

    .quote:before {
        font-family: 'font-icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        content: "\e7ad";
        position: absolute;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 42px;
        top: 0;
        left: 0;
        color: #EEE;
    }

    .quote.blockquote-reverse:before {
        content: "\e7ae";
        left: auto;
        right: 0;
    }

/* ----------------------------------------------------------------
    Dropcaps & Highlights
    -----------------------------------------------------------------*/

.dropcap {
    float: left;
    font-size: 42px;
    line-height: 1;
    margin: 0 5px 0 0;
    text-transform: uppercase;
}

.highlight {
    padding: 2px 5px;
    background-color: #444;
    color: #FFF;
    border-radius: 2px;
}

/* ----------------------------------------------------------------
    Text Rotater
    -----------------------------------------------------------------*/

.text-rotater {
}

    .text-rotater > .t-rotate > .animated {
        display: inline-block;
    }

/* ----------------------------------------------------------------
    Go To Top
    -----------------------------------------------------------------*/

#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0,0,0,0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.stretched #gotoTop {
    bottom: 30px;
}

#gotoTop:hover {
    background-color: #007ac9;
}

/* ----------------------------------------------------------------
    Error 404
    -----------------------------------------------------------------*/

.error404 {
    display: block;
    font-size: 216px;
    font-weight: 600;
    color: #DDD;
    line-height: 1.35;
    letter-spacing: 4px;
}

.error404-wrap .container {
    z-index: 7;
}

.error404-wrap .error404 {
    line-height: 0.9;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 244px;
    color: #FFF !important;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.error404-wrap .heading-block h4 {
    font-weight: 300;
    margin-bottom: 8px;
}

.error404-wrap .heading-block span {
    font-size: 17px;
}

.error404-wrap form {
    max-width: 500px;
}

/* ----------------------------------------------------------------
    Preloaders
    -----------------------------------------------------------------*/

.preloader,
.preloader2,
.form-process {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/_frontend/images/preloader.gif") center center no-repeat #FFF;
}

.preloader2 {
    background-color: transparent;
}

.form-process {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: rgba(255,255,255,0.7);
}

/* ----------------------------------------------------------------
    Footer
    -----------------------------------------------------------------*/

#footer {
    position: relative;
    background-color: #007ac9;
}

    #footer p {
        margin-bottom: 15px;
    }

    #footer .footer-widgets-wrap {
        position: relative;
        padding: 80px 0;
    }

.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth {
    margin-bottom: 0;
}

#copyrights {
    padding: 40px 0;
    background-color: #007ac9;
    font-size: 14px;
    line-height: 1.8;
}

    #copyrights i.footer-icon {
        position: relative;
        top: 1px;
        font-size: 14px;
        width: 14px;
        text-align: center;
        margin-right: 3px;
    }

.copyright-links {
    color: #fff;
}

    .copyright-links a {
        display: inline-block;
        margin: 0 3px;
        color: #fff;
        border-bottom: 1px dotted #fff;
    }

        .copyright-links a:hover {
            color: #fff;
            border-bottom: 1px solid #fff;
        }

.copyrights-menu {
    margin-bottom: 10px;
}

    .copyrights-menu a {
        font-size: 14px;
        margin: 0 10px;
        border-bottom: 0 !important;
    }

#copyrights .col_half {
    margin-bottom: 0 !important;
}

#copyrights a:first-child {
    margin-left: 0;
}

#copyrights .tright a:last-child {
    margin-right: 0;
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
}

/* Tag Cloud
-----------------------------------------------------------------*/

.tagcloud {
    margin-bottom: -2px;
}

    .tagcloud a {
        display: block;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
        padding: 3px 6px;
        border: 1px solid #E5E5E5;
        font-size: 13px !important;
        color: #666;
        border-radius: 2px;
    }

body:not(.device-touch) .tagcloud a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tagcloud a:hover {
    border-color: #007ac9 !important;
    color: #007ac9 !important;
}

/* Widget - Quick Contact Form
-----------------------------------------------------------------*/

.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control {
    margin-bottom: 10px;
}

    .quick-contact-widget .input-group .form-control {
        margin-bottom: 0;
    }

.quick-contact-widget form,
#template-contactform {
    position: relative;
}

/* ----------------------------------------------------------------
    Bootstrap Specific
    -----------------------------------------------------------------*/

.table .success {
    color: #3c763d;
}

.table .info {
    color: #31708f;
}

.table .warning {
    color: #8a6d3b;
}

.table .danger {
    color: #a94442;
}

.btn-link {
    color: #009aa6;
}

    .btn-link:hover,
    .btn-link:focus {
        color: #222;
    }

.boot-tabs {
    margin-bottom: 20px !important;
}

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
    position: absolute;
    top: 47.5%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-chevron-left {
    left: 50%;
}

.carousel-control .icon-chevron-right {
    right: 50%;
}

.responsive-utilities th small {
    display: block;
    font-weight: 400;
    color: #999;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #EEE;
    border: 1px solid #DDD;
}

.img-circle {
    border-radius: 50% !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #FFF !important;
    background-color: #007ac9 !important;
    border-color: #007ac9 !important;
}

label.radio,
label.checkbox {
    padding-left: 20px;
}

/* ----------------------------------------------------------------
    Stretched Layout
    -----------------------------------------------------------------*/

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
}

/* ----------------------------------------------------------------
    Page Transitions
    -----------------------------------------------------------------*/

body:not(.no-transition) #wrapper,
.animsition-overlay {
    position: relative;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css3-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    background-color: #FFF;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .css3-spinner > div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -9px;
        margin-left: 13px;
        width: 18px;
        height: 18px;
        background-color: #DDD;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .css3-spinner .css3-spinner-bounce1 {
        margin-left: -31px;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .css3-spinner .css3-spinner-bounce2 {
        margin-left: -9px;
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* ----------------------------------------------------------------
    HTML5 Youtube Video Backgrounds
    -----------------------------------------------------------------*/

.mb_YTVPlayer :focus {
    outline: 0;
}

.mb_YTVPlayer {
    display: block;
    transform: translateZ(0);
    transform-style: preserve-3d;
    perspective: 1000;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
    animation-timing-function: linear;
}

    .mb_YTVPlayer.fullscreen {
        display: block !important;
        position: fixed !important;
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        border: none !important;
    }

        .mb_YTVPlayer.fullscreen .mbYTP_wrapper {
            opacity: 1 !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

.mbYTP_wrapper iframe {
    max-width: 4000px !important;
}

.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    background: rgba(0,0,0,.5);
}

    .inline_YTPlayer img {
        border: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

.video-button {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 410px;
    max-height: 60px;
}

    .video-button video {
        width: 420px;
        margin-left: -80px;
        margin-right: -80px;
        margin-top: -130px;
    }

    .video-button .video-button-label {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        margin-top: -12px;
        font-size: 16px;
        z-index: 10;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        letter-spacing: 3px;
    }

        .video-button .video-button-label i {
            position: relative;
            top: 2px;
            margin-right: 5px;
        }

.input-validation-error {
    border-color: red;
}

/*Download Form*/

.downloadform .contourPageName, .downloadform legend {
    display: none !important;
}

.downloadform .contourField {
    margin-bottom: 10px;
}

.downloadform .contourFieldSet {
    padding: 0;
}

.downloadform label {
    width: 100% !important;
}

.downloadform input[type=submit] {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #007ac9;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    margin: 0 !important;
}

.siteSearchForm legend {
    display: none;
}

.siteSearchForm button {
    float: right;
    width: 100%;
    margin: 0;
}

.siteSearchForm .search-field {
    margin-bottom: 10px;
}

.ui-widget-header {
    background: #007ac9 !important;
    border-color: #007ac9 !important;
}

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        background: #009aa6 !important;
        border-color: #009aa6 !important;
        color: white !important;
    }

.ui-state-active, .ui-state-hover {
    background: #a7e8e5 !important;
    border-color: #009aa6 !important;
    color: #007ac9 !important;
}

    .ui-state-hover .ui-icon {
        background-image: url("/_frontend/css/images/ui-icons_ffffff_256x240.png") !important;
    }

.counters-wrapper .single-counter:nth-of-type(1) {
    background-color: rgb(0, 114, 188);
}

.counters-wrapper .single-counter:nth-of-type(2) {
    background-color: rgb(41, 105, 136);
}

.counters-wrapper .single-counter:nth-of-type(3) {
    background-color: rgb(57, 145, 188);
}

.counters-wrapper .single-counter:nth-of-type(4) {
    background-color: rgb(110, 188, 226);
}

.translate-modal {
    width: 100% !important;
}

.page-intro, .page-intro p {
    font-size: 22px !important;
}

    .page-intro a {
        border-bottom: 1px solid #007ac9;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

/*@media only screen and (max-width: 990px) {
    .page-sub-menu .subnav:hover > .subnav-dd,
    .page-sub-menu .subnav > .subnav-dd:hover .subnav-dd {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: block !important;
        display: none;
        position: absolute;
        width: 220px;
        background-color: #FFF;
        box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
        border-top: 2px solid #009aa6;
        height: auto;
        z-index: 199;
        top: 44px;
        right: 0;
        margin: 0;
    }
    }*/

@media only screen and (min-width: 991px) {
    .page-sub-menu .subnav:hover > .subnav-dd {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: block !important;
        display: none;
        position: absolute;
        width: 220px;
        background-color: #FFF;
        box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
        border-top: 2px solid #009aa6;
        height: auto;
        z-index: 199;
        top: 44px;
        right: 0;
        margin: 0;
    }

    .subnav-dd li:hover > .subnav-dd {
        display: block;
        position: absolute;
        left: -200px;
        top: -2px;
        width: 200px;
    }

    .subnav-dd li .subnav-dd li:hover > .subnav-dd {
        display: block;
        position: inherit;
        left: 0;
    }
}

.page-sub-menu .subnav .subnav-dd li {
    width: 100%;
}

    .page-sub-menu .subnav .subnav-dd li a {
        width: 100%;
        background-color: #FFF !important;
    }

        .page-sub-menu .subnav .subnav-dd li a:hover {
            background-color: #e6eff2 !important;
        }

.page-sub-menu .subnav .subnav-dd {
    display: none;
    border-top: 2px solid #009aa6;
}

    .page-sub-menu .subnav .subnav-dd a {
        color: grey !important;
    }

    .page-sub-menu .subnav .subnav-dd .subnav-dd li a {
        padding-left: 30px !important;
    }

/* GOOGLE TRANSLATE */

.button-translate .lang {
    display: inline;
}

#google_translate_element {
    opacity: 0;
}

.news-linkedin span {
    background: none !important;
    height: 0 !important;
    width: 0 !important;
}

.sitemap ul {
    padding-left: 40px;
}

.single-office {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .download-wrapper h3, .download-wrapper span {
        width: 100%;
    }
}

.download-wrapper h3, .download-wrapper span {
    width: 90%;
}

@media only screen and (max-width: 1050px) {
    #logo {
        height: 100px;
    }
}

.acc-icon {
    font-family: 'font-icons';
    right: 20px;
    position: absolute;
}

    .acc-icon:before {
        content: "\e72d";
    }

.active-tab .acc-icon:before {
    content: "\e72c";
}

.internal-banner {
    max-height: 400px;
}

@media only screen and (min-width: 991px) {
    .internal-banner {
        max-height: none;
        padding: 200px 0 !important;
    }
}

.lt-ie9 #top-search .form-control {
    width: 60% !important;
}

.h-banner-btn {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .h-banner-btn {
        height: auto !important;
        line-height: 40px !important;
        margin-top: 10px;
    }

        .h-banner-btn .icon-angle-down {
            line-height: 40px !important;
        }
}

.contourField.dropdownlist select {
    max-width: 300px;
}

#contour label.fieldLabel, .contour label.fieldLabel {
    margin-right: 10px;
}

/*------------- Rich Text Area Styles ----------*/

.rte-area img {
    margin: 15px;
    HEIGHT: auto;
}

.rte-area ul li, .rte-area ol li {
    line-height: 1.6;
    font-size: 20px;
    font-weight: 300;
}

.rte-area ul, .rte-area ol {
    padding-left: 20px;
}

    .rte-area ul li {
        list-style: none;
    }

        .rte-area ul li:before {
            /* For a round bullet */
            content: '\2022';
            /* For a square bullet */
            /*content:'\25A0';*/
            display: block;
            position: relative;
            max-width: 0;
            max-height: 0;
            left: -20px;
            top: 0;
            color: #007ac9;
            font-size: 20px;
        }

.rte-area table {
    border-collapse: collapse;
}

    .rte-area table td {
        border: 1px solid #b2b2b2;
        padding: 10px;
    }

.rte-area a {
    border-bottom: 1px solid #007ac9;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#header.sticky-header #primary-menu > ul > li > a {
    height: 40px !important;
}

.no-js #wrapper {
    opacity: 1 !important;
}

.counter-smaller-text {
    font-size: 30px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.skip_to_content:focus {
    clip: auto;
    height: auto;
    width: auto;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    color: white;
    padding: 1em 1.5em;
    z-index: 999999;
    background-color: #007AC9;
    font-weight: bold;
}

/*------------- Meet the team Styles ----------*/

#block-info-grid.small-block-images .block-grid-item .block-grid-item-image {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


#block-info-grid.small-block-images .block-grid-item{
   background-color:#ffffff;
}



/*============= New Bordered blocks ================*/

#block-info-grid.bordered-blocks .block-grid-item .overlay {
    opacity: 0;
}

#block-info-grid.bordered-blocks .block-grid-item {
    border:2px solid  #80BDE4;
 
}

#block-info-grid.bordered-blocks .block-grid-item:hover .overlay {
    opacity:0.5;
}

/*============= End Bordered blocks ================*/

#block-info-grid {
    background-color: #ffffff;
    margin-top: 10px;
}

    #block-info-grid .block-grid-item {
        height: 285px;
        margin-bottom: 10px;
        position: relative;
        float: left;
    }

        #block-info-grid .block-grid-item .block-grid-item-image {
            width: 100%;
            height: 100%;
        }

    #block-info-grid .name, #block-info-grid .title, #block-info-grid .info {
        display: none;
    }

    #block-info-grid .block-grid-item .overlay {
        opacity: 0.5;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: block;
        background-color: #007ac9;
        transition: opacity .3s ease-in-out;
        -webkit-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
    }

    #block-info-grid .block-grid-item.active .overlay, #block-info-grid .block-grid-item:hover .overlay {
        opacity: 0;
    }

    #block-info-grid .large-info-block {
        height: 580px;
        margin-bottom: 10px;
        background-color: #007ac9;
        color: #ffffff;
        padding: 40px;
        position: relative;
        float: left;
        display: none;
        -moz-transition-property: top, left, transform, opacity !important;
        -o-transition-property: top, left, transform, opacity !important;
        -webkit-transition-property: top, left, transform, opacity !important;
        transition-property: top, left, transform, opacity !important;
        overflow: hidden;
    }

        #block-info-grid .large-info-block #close-info-block {
            position: absolute;
            right: 40px;
            top: 40px;
            font-size: 30PX;
        }

            #block-info-grid .large-info-block #close-info-block:hover {
                cursor: pointer;
            }

        #block-info-grid .large-info-block h2, #block-info-grid .large-info-block h3, #block-info-grid .large-info-block p {
            color: #ffffff;
        }

        #block-info-grid .large-info-block h2 {
            font-size: 40px;
            margin-top: 0;
        }

        #block-info-grid .large-info-block h3 {
            font-size: 25px;
            font-style: italic;
            margin-bottom: 20px;
        }

        #block-info-grid .large-info-block img {
            display: none !important;
        }

        #block-info-grid .large-info-block p {
            color: #ffffff;
            font-size: 18px;
        }

        #block-info-grid .large-info-block p a {
            color: #ffffff;
            text-decoration:underline !important;
        }

        #block-info-grid .large-info-block p a:hover {
             text-decoration:none !important;
        }

        #block-info-grid .large-info-block .button {
            margin: 20px 0;
        }

@media only screen and (max-width:479px) {
    #block-info-grid .large-info-block {
        height: auto !important;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    #block-info-grid .large-info-block {
        height: auto !important;
    }
}

.promo-text-wrapper {
    text-align: center;
    width: 100%;
    max-width: 310px;
    margin: auto;
}

@media only screen and (min-width:990px) {
    .promo-text-wrapper {
        text-align: left;
        MAX-WIDTH: 570px;
        margin: 0;
    }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
H1 {
}

H2 {
}

H3 {
}

H4 {
}

.editorButton a {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    background-color: #0071bb;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 3px;
}

    .editorButton a:hover {
        background-color: #444;
        color: #FFF;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }

