html {
    margin: 0 auto;
    padding: 0;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Jost', Arial;
    color: #181818;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    background: #bad7d9 url(img/mainBg.png) repeat-y;
    background-position: 50% 0;
}


.mobile {
    display: none !important;
}

a {
    color: #833a2b;
    text-decoration: none;
    outline: 0px;
}

a:focus {outline: 2px solid #ff0000;}

b,
strong {
    font-weight: 700
}

a:hover {
    color: #000;
}

a img {
    border: 0px;
}

p {
    margin: 0 0 15px;
}

p.big {
    font-size: 19px;
    line-height: 30px;
}

p.bold {
    font-weight: bold;
}

h1 {
    color: #833a2b;
    font-family: 'Jost', Arial, Tahoma;
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
    margin: 0 0 20px 0;
    padding: 0;
}

h2 {
    color: #833a2b;
    font-family: 'Jost', Arial, Tahoma;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 20px 0;
    padding: 0;
}

h3 {
    color: #2c2c2c;
    font-family: 'Jost', Arial, Tahoma;
    font-size: 30px;
    font-weight: 800;
    line-height: 31px;
    margin: 0 0 20px 0;
    padding: 0 0 0;
}

h3.border {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-bottom: 10px;
    margin-top: 35px;
}

#middle-section h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

h3 span {
    color: #039daa;
    font-size: 45px;
    text-decoration: underline;
    line-height: 50px;
    font-weight: bold;
}

h4 {
    color: #833a2b;
    font-family: 'Jost', Arial, Tahoma;
    font-size: 22px;
    font-weight: 800;
    line-height: 24px;
    margin: 30px 0 15px 0;
    padding: 0;
}

h4 span {
    color: #007425;
}

h5 {
    color: #000;
    font-family: 'Jost', Arial, Tahoma;
    font-size: 21px;
    font-weight: bold;
    line-height: 29px;
    margin: 0 0 35px 0;
    padding: 0;
}

.titleBox {
    width: 100%;
    padding-bottom: 0;
}

.titleBox.center {
    text-align: center;
}

.titleBox.center h3 {
    color: #00545a;
    font-size: 30px;
    margin-bottom: 50px;
    
}

.title-green {
    color: #8dc63f
}

.titleBox h1,
.titleBox h2,
body.index .titleBox h2 {
    padding: 0;
    width: 100%;
    line-height: 32px;
    color: #00545a;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.titleBox h3 {
    padding: 0;
    width: 100%;
    line-height: 30px;
    color: #00545a;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.subTitle {
    width: 100%;
    text-align: center;
    color: #726d6f;
    margin-bottom: 40px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 27px;
}

.dark .subTitle {
    color: #fff;
}

.centerRow {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 15px;
}

.more {
    color: #fff !important;
    font-size: 19px;
    background: #039daa;
    display: block;
    margin: 20px 0 0;
    line-height: 17px;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    padding: 13px 25px 13px;
}

.centerRow .more {
    float: none;
    width: 225px;
    text-align: center;
    margin: 0 auto;
}

.more:hover {
    background: #00545a;
}

.more.no-margin {
    margin-top: 0
}

.more.backLink {
    margin-top: 40px
}

header {
    display: block;
    float: left;
    position: relative;
    height: 185px;
    position: fixed;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;  -o-transition: all 0.3s;   transition: all 0.3s;
    width: 100%;
    z-index: 1002;
}

header.smaller {
    height: 125px;
    background: #fff;
    -moz-box-shadow: 0 0 14px RGB(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 14px RGB(0, 0, 0, 0.4);
    box-shadow: 0 0 14px RGB(0, 0, 0, 0.4);
}

#topRow .container {
    position: relative;
    background: #fff;
    width: 1350px;
    height: 185px;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;  -o-transition: all 0.3s;   transition: all 0.3s;
}

header.smaller #topRow .container {
    height: 125px;
}
.bipLink {
    float:left;
    display: inline;
    transition: all 0.3s ease 0s;
    margin-left: 25px;
    margin-top:3px;
}

.contactWrapper {
    float:right;
    margin-top: 46px;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;  -o-transition: all 0.3s;   transition: all 0.3s;
}

header.smaller .contactWrapper {
    margin-top: 15px;
}

.contactInfo {
    display:inline;
    float:right;
    font-size: 20px;
    color:#2c2c2c;
    font-weight: 700;
    line-height: 21px;
    margin-left: 50px;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;  -o-transition: all 0.3s;   transition: all 0.3s;
}

.contactInfo:hover {
    opacity: 0.7;
}
.contactInfo i {
    font-size:37px;
    float:left;
    margin-top:2px;
    margin-right:15px;
    color:#039daa;
}
.contactInfo i.fa-envelope {
    font-size:35px;
}
.contactInfo span {
    color:#7e7e7e;
    font-size:14px;
    font-weight: 400;
    line-height: 30px;
}
header.smaller .contactInfo {
    font-size:19px;
    line-height: 19px
}

.specialIcons {
    float:right;
    margin: 47px 30px 0 45px;
    transition: all 0.3s ease 0s;
}

header.smaller .specialIcons {
    margin-top: 15px;
}
#disabled {
    color: #fff;
    float: left;
    display: inline;
    border-radius: 100%;
    margin-top: 12px;
    margin-right: 15px;
    background: #833a2b;
    transition: all 0.3s ease 0s;
    padding: 3px 13px;
    font-size: 16px;
}

#disabled em {
    color: #fff;
}

#disabled:hover {
    background: #2c2c2c;
}

#mainLink {
    margin: 10px 0 0 50px;
    display: block;
    float: left;
    background-image: url('img/mainLogo.png');
    background-repeat: no-repeat;
    background-size: 252px auto;
    width: 252px;
    height: 249px;
    transition: all 0.3s ease 0s;
    z-index: 100;
}

header.smaller #mainLink {
    margin: 5px 0 0 30px;
    width: 135px;
    height: 135px;
    background-size: 135px auto;
}

#mainLink:hover {
    margin: 13px 0 0 50px;
}

.container {
    width: 1290px;
    margin: auto;
}

a.fadeLink {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-opacity: 1.0;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

a:hover.fadeLink {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.zoomLink {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.zoomLink:hover {
    transform: scale(1.07);
}

.socialBox {
    position: absolute;
    top: 3px;
    right:10px;
    color:#fff;
    font-size: 27px;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    text-align: center;
    transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
}

header.smaller .socialBox {
    height: 50px;
    line-height: 51px;
    font-size: 24px;
}
.socialBox a {
    color:#fff;
    float:left;
    margin: 0 0 0 15px;
    display: inline;
}

#menuWrapper {
    width: 100%;
    transition: all 0.3s ease 0s;
    position: absolute;
    bottom: 0;
    background: #833a2b;
    left: 0;
}

#mainMenu {
    z-index: 100;
    padding-right: 100px;
    margin-top: 37px;
    margin-right: 30px;
    float: right;
    background: #039daa;
    transition: all 0.3s ease 0s;
}

header.smaller #mainMenu {
    margin-top: 6px;
}
#menuWrapper .container {
    position: relative;
}

#menuWrapper .container #background {
    float:left;
    width: 100%;
}


#mainMenu ul {
    padding: 0;
    margin: 0;
}

#mainMenu li {
    display: inline;
    float: left;
    list-style-type: none;
    position: relative;
    margin: 0;
    border-right: 1px solid rgb(255,255,255,0.1);
    padding: 0;
}

#mainMenu li:last-child {
    border-right: none;
}

#mainMenu li a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 1px RGB(0,0,0,0.4);
    font-family: 'Jost', Arial;
    float: left;
    transition: padding 0.4s ease 0s;
    font-weight: 800;
    padding: 13px 19px;
    margin: 0;
}

#mainMenu li:hover a.menuTop {
    color: #fff;
    background: #058994;
    cursor: pointer;
}

body {
    /* These styles don't have to be on body,
     they could be on an element that wraps around
     the left-flyout-nav and the content. 
     This is to prevent a problem on Chrome that
     leaves the width of the container with the 
     added width of the flyout nav even after it's been
     hidden. */
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

.layout-left-flyout {
    height: 100%;
    position: fixed;
    visibility: hidden;
    z-index: 0;
    -moz-transition: visibility 0 linear 0.2s;
    -o-transition: visibility 0 linear 0.2s;
    -webkit-transition: visibility 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: visibility 0 linear 0.2s;
    background: #833a2b;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-left-flyout.isCbFlyNavActive {
    visibility: visible;
    z-index: 1;
    -moz-transition: z-index 0 linear 0.2s;
    -o-transition: z-index 0 linear 0.2s;
    -webkit-transition: z-index 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 270px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbFlyNav-wrap > nav {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: -moz-transform 0 ease-in-out;
    -o-transition: -o-transform 0 ease-in-out;
    -webkit-transition: -webkit-transform 0 ease-in-out;
    transition: transform 0 ease-in-out;
    /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-right-content {
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;

    z-index: 1;
    /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
    background: #fff;
    /*background: #E72534;*/
}

.layout-right-content.isCbFlyNavActive {
    -moz-transform: translate3d(270px, 0, 0);
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    min-width: 320px;
}

.icon-cbmore {
    box-shadow: 1px -1px 0 0 #fff inset;
    content: "";
    float: right;
    margin-top: 4.5px;
    padding: 4.5px;
    transform: rotate(225deg);
}

.nav-flyout-navmask,
.nav-flyout-contentmask {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100vh;
    left: 0;
    right: 0;
}

.nav-flyout-contentmask {
    z-index: 1;
}

.nav-flyout-navmask {
    right: 180px;
    z-index: 1;
}

@media screen and (max-width: 767px) {

    /* Menu Toggle */
    .btn-navbar {
        display: block;
        height: 32px;
        padding: 6px 0;
        position: absolute;
        width: 70px;
        z-index: 1;
    }

    .btn-navbar-navtoggle {
        left: 0;
        top: -17px;
        background: #833a2b;
    }

    .btn-navbar .icon-bar {
        display: block;
        width: 28px;
        height: 4px;
        background-color: #fff;
        margin: 7px auto 0 auto;
    }

    .btn-navbar .icon-bar + .icon-bar {
        margin-top: 3px;
    }
}

@media screen and (min-width: 767px) {
    .btn-navbar {
        display: none;
    }
}

/* Navbar Styles */
.navbar {
    margin: 0;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .navbar .nav-collapse {
        display: none;
    }

    #mainMenu {
        left: 0;
        right: auto
    }
}

@media screen and (min-width: 321px) {
    .navbar {
        height: auto;
        position: relative;
        width: auto;
        transition: all 0.3s ease 0s;
        padding: 0;
    }
}

/* Mobile First Nav */
.the-nav ul.nav-flyout {
    display: block;
    margin-bottom: 15px;
    float: none;
    padding: 10px 0 0 0;
    height: 100%;
}

.the-nav ul.nav-flyout > li {
    float: none;
    display: block;
    width: 270px;
}

.the-nav ul.nav-flyout li a {
    color: #FFF !important;
    display: block;
    text-decoration: none;
    width: auto;
    font-size: 17px;
    padding: 11px 15px;
    text-transform: uppercase;
    margin-right: 0;
}

.the-nav ul.nav-flyout li ul li a {
    float: left;
    padding: 0 !important;
    font-size: 17px !important;
    font-weight: normal !important;
    width: 155px !important;
}

.the-nav ul.nav-flyout li a:hover {
    color: #e68022;
}

.the-nav ul.nav-flyout .dropdown {
    position: static;
}

.the-nav ul.nav-flyout .dropdown .subnav {
    float: none;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 10px 0 0 0 !important;
    left: auto;
    width: 0;
    min-width: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
    background: #039daa;
    transition: width .2s ease-in-out;
}

.the-nav ul.nav-flyout .dropdown .subnav a {
    color: #fff !important
}

.the-nav ul.nav-flyout .dropdown .subnav > li {
    width: 180px;
    padding: 6px 0 6px 15px;
    border-bottom: 1px dashed #999;
}

.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
    width: 180px;
    padding-top: 30px;
    padding-left: 0;

}

.the-nav.is-inactive ul.nav-flyout > li > a {
    opacity: .2;

}

.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
    opacity: 1;
    color:

}

/* Large Screen Styles*/
@media screen and (min-width: 321px) {

    .the-nav {
        display: table;
        /* Allow the centering to work */
        margin: 0;
    }

    .the-nav .nav {
        display: block;
    }

    .the-nav .nav-pill:after {
        content: "";
        display: table;
        clear: both;
    }

    .the-nav > .nav {
        margin: 0;
        line-height: normal;
    }

    /* Active State */
    .the-nav > .nav > li:hover > a {
        color: #303030;
    }

    .the-nav > .nav > li:hover .subnav {}

    .the-nav > .nav > li:hover .caret {
        border-top-color: #303030;
        border-bottom-color: #303030;
    }

    /* Subnav */
    .nav > li > .subnav {
        display: none;
        position: absolute;
        top: 99%;
        left: 0;
        margin: 0;
        background: #058994;
    }

    .nav li ul.subnav {
        padding: 5px 15px 11px 15px !important;
        width: 220px;

    }

    .nav li ul.subnav.long {
        padding: 5px 0 11px 15px !important;
        width: 295px;
    }

    .nav li .subnav li {
        margin: 0 !important;
        display: block !important;
        float: left;
        border-right: none !important;
        border-bottom: 1px solid #55a423;
        width: 100%;
    }

    .nav li .subnav li:last-child {
        border-bottom: none;
    }

    .nav li.dropdown .subnav li a {
        color: #fff !important;
        display: block !important;
        font-size: 17px !important;
        line-height: 20px !important;
        font-weight: normal !important;
        text-transform: none !important;
        border-right: none !important;
        padding: 7px 0px 7px 0 !important;
        -moz-transition: all, 0.2s;
        -o-transition: all, 0.2s;
        -webkit-transition: all, 0.2s;
        transition: all, 0.2s;
    }

    .nav li.dropdown .subnav.long li a {
        width: 290px;
    }

    .nav li .subnav li:hover a {
        color: #fff68d !important;
    }

}

.wrapper {
    width: 100%;
    float: left;
}

.wrapper.padding {
    padding: 60px 0 55px;
}

.wrapper.paddingTop {
    padding: 50px 0 30px;
}

body.subpage .wrapper.padding,
.paddingSub {
    padding: 50px 0 25px;
}

.wrapper.paddingBottom {
    padding: 0 0 75px 0;
}

.wrapper.padding#gallery {
    padding-bottom: 20px;
}

#contentWrapper {
    margin-top: 185px;
    background: #f5f5f5;
    padding: 24px 0 24px;
}

#contentWrapper h1 {
    margin: 0;
    font-weight: bold;
    color: #2c2c2c;
    text-align: right;
    font-size: 35px;
    line-height: 35px;
}

#contentWrapper h1 p {
    margin: 0;
}

.fluid-wrapper {
    height: 0;
    padding-bottom: 21%;
    position: relative;
}

.fluid-wrapper iframe {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/****** SLIDER *******/
.owl-dots {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    z-index: 1000
}

.owl-dots .owl-dot {
    display: inline;
    margin: 0 5px;
    float: left
}

.owl-dots .owl-dot span {
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 100%;
    float: left
}

.owl-dots .owl-dot.active span {
    background: #039daa;
}

.slider-wrap {
    position: relative;
    margin-top: 195px;
}

#slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

#slider .item a {
    display: block;
    line-height: 1;
}

#slider-wrap .slider-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index:
}

.slider-nav a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    font-size: 2em;
    padding: 10px;
    background: rgba(255, 255, 255, 0.4);
    line-height: 1;
    opacity: 0.5;
}

.slider-nav a:hover {
    opacity: 1;
}

.slider-nav a:first-child {
    margin: 0 1px 0 0;
}

.captionWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 80%;
    background: RGB(0,0,0,0.7);
    padding: 15px 30px 5px;
    display: block;
}

.captionBox {
    display: block;
    float: left;
}

.captionBox h5 {
    padding: 0;
    margin: 0 0 6px;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
}

.captionBox .desc {
    font-size: 15px;
    line-height: 23px;
    color: #eee;
    font-weight: 300;
}

.captionBox .desc a {
    color: #fff;
}

.captionBox .desc ul {
    margin-top: 25px;
}
.captionBox .desc ul li {
    margin-bottom: 8px;
}
.captionBox .desc strong {
    font-size: 19px;
}


/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeInIcon {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeInIcon {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInIcon {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate-me {
    opacity: 1;
    -webkit-transition: opacity 1500ms linear;
    -moz-transition: opacity 1500ms linear;
    -o-transition: opacity 1500ms linear;
    -ms-transition: opacity 1500ms linear;
    transition: opacity 1500ms linear;
}


/* 
* 	Core Owl Carousel CSS File
*	v1.24
*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.slider-wrap .owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%
}

.slider-wrap .owl-pagination {
    width: 1170px;
    margin: auto;
    text-align: right
}

.slider-wrap .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}

.slider-wrap .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.slider-wrap .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.slider-wrap .owl-theme .owl-controls .owl-page span {
    background: #fff;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.slider-wrap .owl-theme .owl-controls .owl-page.active span,
.slider-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ff9902;
}

.slider-wrap .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.slider-wrap .owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

/****** END OF SLIDER *******/



/****** CONTENT GRID CSS *******/

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0 0 3% 4%;
}

body.index .container .col {
    margin-bottom: 0
}

body.index .container .col.teamIntro {
    margin-bottom: 30px
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
    margin: 0 0 3% 0;
}

.span_11_of_12 {
    width: 91.33%;
}

.span_10_of_12 {
    width: 82.66%;
}

.span_9_of_12 {
    width: 74%;
}

.span_8_of_12 {
    width: 65.33%;
}

.span_7_of_12 {
    width: 56.66%;
}

.span_6_of_12 {
    width: 48%;
}

.span_5_of_12 {
    width: 39.33%;
}

.span_4_of_12 {
    width: 30.66%;
}

.span_3_of_12 {
    width: 22%;
}

.span_2_of_12 {
    width: 13.33%;
}

.span_1_of_12 {
    width: 4.666%;
}

.first {
    margin-left: 0;
}

.last {
    margin-right: 0;
}

.padding {
    padding: 45px 0 10px;
}

.col.right {
    float: right
}

.col.pull-right {
    text-align: right
}

.col img {
    max-width: 100%;
    height: auto
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;

    left: 0;
    width: 100%;
    height: 100%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }
}

/****** END OF CONTENT GRID CSS *******/

#sidebar {
    background: #f4f4f2;
    padding:25px 25px;
    overflow: hidden
}

.rightnav {
    padding: 0;
    margin:0;
    float:left;
    width: 100%;
}

.rightnav li {
    padding: 5px 0 6px 16px;
    margin:0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    background: url(img/dot.png) no-repeat 0 16px;
    border-bottom: 1px solid #dfdfdf
}

.rightnav li a {
    color: #333
}

.rightnav li a:hover {
    color: #833a2b
}

#content {
    margin-bottom: 25px;
}

#middle-section {
    background: #bad7d9;
    padding: 100px 0 90px;
}

#footer {
    background: #fff;
    padding: 50px 0 35px;
    color:#1d1d1d;
    font-size: 21px;
    line-height: 31px;
}

#footer img {
    margin-bottom: 20px;
}
#footer a {
    color:#1d1d1d;
}

#footer a:hover {
    color:#dc8508;
}

#copyright {
	padding: 40px 0 37px;
    font-size: 14px;
    background: #bad7d9;
    color: #5b6162;
    line-height: 24px;
}

#copyright .col {
    margin-bottom: 0;
}

#copyright a {
    color:#5b6162;
}

#copyright a:hover {
    color:#000;
}


.footerMenu {
    padding: 0;
    margin: 0;
    float:right;
}

.footerMenu li {
    display: inline;
    float:left;
    margin-right: 22px;
}

.footerMenu li:last-child {
    margin-right: 0;
}

.footerMenu li a {
    font-size: 14px;
    color: #484848;
}

.footerMenu li a:hover {
    color: #833a2b;
}
body.subpage #gallery {
    overflow: hidden;
    width: 100%;
}

#gallery .miniatureWrapper {
    display: inline;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative
}

#gallery .miniatureWrapper span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #877762;
    color: #fff;
    padding: 5px 10px
}

#gallery .miniatureWrapper a img {
    display: block;
    float: left;
}

#contactBox {
    float: left;
    width: 460px
}

#formBox {
    float: right;
    width: 100%;
    margin-top: 30px;
}

.newsIntro {
    transition: all 0.3s ease 0s;
}

.newsIntro img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}

.newsIntro .newsTitle {
    font-size: 17px;
    font-weight: bold;
    color: #039daa;
    margin: 10px 0 3px;
}

.newsIntro .newsDate {
    font-size: 14px;
    font-weight: 400;
    color: #979797;
    margin: 0 0 7px;
}

.newsIntro .newsDescription {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #353535;
}

.newsIntro:hover .newsTitle,
.newsIntro:hover .newsDescription {
    color: #833a2b;
}

.newsIntro:hover img {
    -moz-box-shadow: 0 0 10px #bdbdbd;
    -webkit-box-shadow: 0 0 10px #bdbdbd;
    box-shadow: 0 0 10px #bdbdbd;
}

.defaultIntro {
    transition: all 0.3s ease 0s;
    background-size: 100% auto;
}
.defaultIntro:hover {
    -moz-box-shadow: 0 0 19px #b7b7b7;
	-webkit-box-shadow: 0 0 19px #b7b7b7;
	box-shadow: 0 0 19px #b7b7b7;
    background-size: 103% auto;
}
.defaultIntro .inner {
    height: 210px;
    position: relative;
}

.defaultIntro .inner .newsTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color:#fff;
    font-weight: bold;
    text-shadow: 0 1px 0 #000;
    padding:8px 0 10px;
    font-size:16px;
    background: #039daa
}

.offerIntro {
    transition: all 0.3s ease 0s;
    display: flex;
    margin-left: 0;
    margin-bottom: 10px;
    float: left;
}

.offerIntro:hover {
    margin-left: -5px;
}

.offerIntro .icon-box {
    min-width: 190px;
    transition: all 0.3s ease 0s;
}

.offerIntro .offer-box {
    margin-left: 22px;
}

.offerIntro .offer-box .offer-title {
    color: #039daa;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0 10px;
    transition: all 0.3s ease 0s;
}

.offerIntro .offer-box .offer-desc {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
}

.offerIntro:hover .offer-box .offer-desc {
    color: #c9252b;
}

.offerIntro:hover .icon-box img {
    -moz-box-shadow: 0 0 19px #eee;
    -webkit-box-shadow: 0 0 19px #eee;
    box-shadow: 0 0 19px #eee;
}

.carouselIntro {
    overflow: hidden;
}

.carouselIntro .inner {
    height: 245px;
    max-width: 270px;
    background-size: auto 245px;
    margin:auto;
    position: relative;
    transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
}

.carouselIntro:hover .inner {
    -moz-box-shadow: 0 0 15px RGB(0,0,0,0.2);
    -webkit-box-shadow: 0 0 15px RGB(0,0,0,0.2);
    box-shadow: 0 0 15px RGB(0,0,0,0.2);
    background-size: auto 255px;
}


.carouselIntro .inner .title {
    font-size:16px;
    line-height: 21px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    background: RGB(0,0,0,0.6);
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.mainIntro {
    margin-bottom: 23px;
}
.mainIntro .newsPic img {
    transition: all 0.35s ease-in-out; 
	 -webkit-transition: all 0.35s ease-in-out; 
	 -moz-transition: all 0.35s ease-in-out; 
}

.mainIntro:hover .newsPic img {
    -moz-box-shadow: 0 0 15px RGB(0,0,0,0.35);
    -webkit-box-shadow: 0 0 15px RGB(0,0,0,0.35);
    box-shadow: 0 0 15px RGB(0,0,0,0.35);
}
.mainIntro .articleLink {
    margin-top: -3px;
}
.mainIntro .articleLink a {
    color:#039daa;
    font-size: 19px;
    line-height: 1.3;
    font-weight: bold;
}

.mainIntro .articleLink a:hover {
    color:#833a2b;
}
.mainIntro .newsDate {
    color:#797979;
    font-size: 14px;
}
.mainIntro .newsDescription {
    color:#4e4e4e;
    font-size: 14px;
    line-height: 22px;
}
.specialIntro {
    width: 100%;
    float:left;
    position: relative;
    overflow: hidden;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 50% auto;
    transition: all 0.35s ease-in-out; 
	 -webkit-transition: all 0.35s ease-in-out; 
	 -moz-transition: all 0.35s ease-in-out; 
}
.specialIntro:nth-child(odd) {
    background-position: 100% 50%;
}

.specialIntro:hover {
    background-size: 51% auto;
}

.specialIntro .contentColumn {
    width: 40%;
    float:right;
    padding: 50px 5%;
    background: #fbfbfb;
    transition: all 0.35s ease-in-out; 
	 -webkit-transition: all 0.35s ease-in-out; 
	 -moz-transition: all 0.35s ease-in-out; 
}

.specialIntro:nth-child(odd) .contentColumn {
    float:left;
}

.specialIntro:hover .contentColumn {
    -moz-box-shadow: 0 0 50px RGB(0,0,0,0.6);
    -webkit-box-shadow: 0 0 50px RGB(0,0,0,0.6);
    box-shadow: 0 0 50px RGB(0,0,0,0.6);
}

.specialIntro .contentColumn .title {
    color: #833a2b;
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 15px;
    font-weight: bold;
}

.specialIntro:hover .contentColumn .title {
    color: #039daa;
}

.specialIntro .contentColumn .description {
    color: #2c2c2c;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.partners .item {
	text-align: center;
}

.partners .item img {
	max-width: 80%;
    height: auto;
    max-height: 100px;
}

.newsBox {
    float: left;
    width: 100%;
}

.newsMore a {
    background: #833a2b;
    color: #fff;
    font-weight: bold;
    padding: 6px 15px;
    float: right;
    margin-top: 20px;
}

.newsMore a:hover {
    background: #e1a400;
}

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    bottom: 35px;
    right: 40px;
    display: none;
    background: url('img/icon_top.png') no-repeat;
}

body.subpage .container img {
    max-width: 100%;
    height: auto;
}

.simpleTable {
    border-collapse: collapse;
    border: 1px solid #CCC;
    width: 100%
}

.simpleTable td {
    border: 1px solid #CCC;
    padding: 6px 5px;
}

.simpleTable th {
    border: 1px solid #CCC;
    padding: 6px 5px;
    font-weight: bold;
    text-align: left;
    line-height: 23px;
    background: #eee;
    font-size: 17px;
}

.simpleTable td p, .simpleTable th p {
    margin: 0;
}

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    bottom: 35px;
    right: 40px;
    display: none;
    background: url('img/icon_top.png') no-repeat;
}


#formWrapper {
    background: #f5f5f5;
    padding-bottom: 25px;
    z-index: 99;
    position: relative
}

.sectionBox {
    background: #eee;
    padding: 25px 20px 10px;
    margin-top: 35px;
    overflow: hidden;
}

.bordered {
    color: #007425;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 26px;
    margin-top: 0;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    line-height: 28px;
}

ul.arrowList {
    padding-left:10px;
    margin-top:25px !important;
}

ul.arrowList li {
    padding-left:25px;
    list-style: none;
    margin-bottom:11px;
    background: url(img/arrow.png) 0 5px no-repeat;
    font-size:17px;
    line-height: 26px;
}


#facebook-plugin {
    margin-top: 55px;
    float:left;
}

#contact p {
    font-size: 24px;
    margin: 0 0 6px 0;
    line-height: 45px;
    color: #212121;
}

#contact p span, #contact p a {
    color: #039daa;
}

#logosy {
    display: none;
    background: #fff;
    padding: 50px 0px 25px;
    border-bottom: 1px solid #e5e5e5;
}

#logosy a {
    transition: all 0.35s ease-in-out; 
    -webkit-transition: all 0.35s ease-in-out; 
    -moz-transition: all 0.35s ease-in-out; 
    opacity: 1;
    
    margin-right: 87px;
}

#logosy a:last-child {
    margin-right: 0;
}

#logosy a:hover {
    opacity: 0.54;
}


#partners {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    padding: 50px 0px 40px;
}

.footerLogo {
    display: block;
    margin-top: 15px;
    float: left;
    background-image: url('img/footerLogo.png');
    background-repeat: no-repeat;
    background-size: 339px auto;
    width: 339px;
    height: 71px;
}

@media only screen and (min-width: 1920px) { 
    #footer {
        background-size: cover;
    }
    
}


body.contrast,
body.contrast .specialIntro .contentColumn,
body.contrast #footer,
body.contrast #topRow .container,
body.contrast #middle-section,
body.contrast #sidebar,
body.contrast #copyright,
body.contrast #contentWrapper,
body.contrast header {
    color: #fff;
    background: #000;
}
body.contrast #mainMenu,
body.contrast .more,
body.contrast .nav > li > .subnav, 
body.contrast #mainMenu li:hover a.menuTop {
    color: #000 !important;
    background: #fffc00;
}
body.contrast #mainMenu li {
    border: none !important;
}

body.contrast .titleBox h2,
body.contrast .contactInfo em,
body.contrast .specialIntro .contentColumn .title,
body.contrast .specialIntro .contentColumn .description,
body.contrast .newsIntro .newsDescription,
body.contrast .newsIntro .newsTitle,
body.contrast #contact p,
body.contrast .rightnav li a {
    color:#fff !important;
}
body.contrast .contact-item,
body.contrast #copyright,
body.contrast .mainIntro .newsDescription,
body.contrast #copyright a,
body.contrast .offerIntro .offer-box .offer-desc,
body.contrast .contactInfo, 
body.contrast #contentWrapper h1 p {
    color:#fff !important;
}

body.contrast .rightnav li {
    border: none;
}
body.contrast #mainMenu li a {
    text-shadow: none;
}
body.contrast .contactInfo i,
body.contrast .titleBox h3,
body.contrast #middle-section h3,
body.contrast .offerIntro .offer-box .offer-title,
body.contrast #middle-section h3 span,
body.contrast #contact p span, body.contrast #contact p a,
body.contrast .titleBox h1, body.contrast .titleBox h2, body.index.contrast .titleBox h2,
body.contrast .mainIntro .articleLink a {
    color: #fffc00
}
body.contrast #mainMenu li a,
body.contrast .titleBox.center h3,
body.contrast .socialBox a {
    color: #000 !important;
}
body.contrast #mainLink,
body.contrast .footerLogo {
    background-image: url('img/mainLogoDisabled.png');
}
body.fontSize .defaultBody,
body.fontSize .captionBox .desc,
body.fontSize .mainIntro .newsDescription,
body.fontSize .specialIntro .contentColumn .description,
body.fontSize .newsIntro .newsDescription {
    line-height: 1.75;
}

body.fontSize  {
    font-size: 19px;
}
body.fontSize .captionBox h5 {
    font-size: 25px
}

body.fontSize .captionBox .desc,
body.fontSize .rightnav li {
    font-size: 18px;
}

body.fontSize .mainIntro .articleLink a {
    font-size: 23px;
}

body.fontSize .mainIntro .newsDescription {
    font-size: 16px;
}