::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}


html {
    background-color: #bad80a;
}
body {
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
       -moz-transition: opacity .15s linear;
         -o-transition: opacity .15s linear;
            transition: opacity .15s linear;
}
img{
    max-width: 100%;
    height: auto;
}
.no-js body,
.wf-active body,
.wf-inactive body {
    opacity: 1;
}
.sidebar {
    padding-top: 15px;
}


.header-logo.moduletable {
    float: left;
    margin: 30px 0;
}
.header-logo p {
    margin: 0;
}
.header-logo a.logo {
    display: block;
    width: 423px;
    height: 53px;
    background: url('../img/logo.png') center no-repeat;
}
.main-menu.moduletable {
    float: right;
    margin-top: 83px;
}
.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu li {
    float: left;
}
.main-menu li + li {
    border-left: solid 1px #bad80a;
}
.main-menu a {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
.main-menu .active a {
    color: #bad80a;
}
.main-menu button{
    display: none;
}
@media (max-width: 991px) {
    header{
        position: relative;
        z-index: 100;
        background: #fff;
    }
    header .container{
        position: relative;
    }
    .header-logo.moduletable{
      float: none;
      margin-bottom: 40px;
    }
    .header-logo a.logo{
        float: left;
    }
    header .tel{
        font-size: 20px;
        text-decoration: none;
        /*width: 423px;
        text-align: right;*/
        float: right;
        margin-top: 10px;
    }
    header .tel::before {
        content: '\f095';
        font-family: fontAwesome;
        padding: 0 5px;
    }
    .main-menu button{
        display: block;
        width: 44px;
        height: 44px;
        text-align: center;
        background: #bad80a;
        line-height: 44px;
        padding: 0;
        border: none;
        position: absolute;
        bottom: 40px;
        bottom: 0;
        right: 20px;
        font-size: 20px;
        color: #666c70;
    }
    .main-menu button::before {
        content: '\f0c9';
        font-family: fontAwesome;
    }
    .main-menu.open button::before {
        content: '\f00d';
    }
    .main-menu.moduletable{
        float: none;
        margin-top: 0px;
    }
    .main-menu ul{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
    }
    .main-menu.open ul{
        display: block;
    }
    .main-menu li{
        float: none;
    }
    .main-menu li + li{
        border: none;
    }
    .main-menu a{
        display: block;
        line-height: 50px;
        font-size:20px;
        padding: 0 20px;
    }
    .active_menu #menu_bg{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 90;
        background: rgba(203, 203, 203, .5);
    }
}
@media (max-width: 630px) {
    .header-logo a.logo {
        display: block;
        width: 235px;
        height: 53px;
        background: url('../img/logo-m.png') left no-repeat;
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header-logo a.logo {
         background: url('../img/logo.png') left no-repeat;
        background-size: 235px 30px;
    }
}
@media (max-width: 480px) {
    .header-logo.moduletable{
        margin: 20px 0 10px;
    }
    .header-logo a.logo,
    header .tel{
        float: none;
        margin: 0;
    }
}

.banner {
    margin-bottom: 30px;
}
.top-banner.moduletable,
.homepage-slideshow.moduletable {
    border-top: solid 4px #bad80a;
    border-bottom: solid 4px #bad80a;
}
.homepage-slideshow.moduletable {
    position: relative;
}
.homepage-slideshow .e2slideshow-slide {
    position: relative;
}
.homepage-slideshow .e2slideshow-slide-description {
    position: absolute;
    left: 85px;
    bottom: 50px;
    width: 260px;
    padding: 20px;
    background-color: rgba(102, 108, 112, .7);
}
.no-rgba .homepage-slideshow .e2slideshow-slide-description {
    background: url('../img/transparent-grey-50.png') repeat;
}
.homepage-slideshow .e2slideshow-slide-description * {
    color: #fff;
}
.homepage-slideshow .e2slideshow-slide-description p {
    font-size: 18px;
}
.homepage-slideshow .e2slideshow-slide-description > :last-child {
    margin-bottom: 0;
}
.homepage-slideshow .flex-homepage-control-nav,
.homepage-slideshow .flex-homepage-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.homepage-slideshow .flex-homepage-control-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(102, 108, 112, .5);
    text-align: center;
}
.no-rgba .homepage-slideshow .flex-homepage-control-nav {
    background: url('../img/transparent-grey-50.png') repeat;
}
.homepage-slideshow .flex-homepage-control-nav li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
.homepage-slideshow .flex-homepage-control-nav li + li {
    margin-left: 6px;
}
.homepage-slideshow .flex-homepage-control-nav a {
    display: inline-block;
    width: 6px;
    height: 6px;
    text-indent: -999px;
    overflow: hidden;
    background-color: #bad80a;
    cursor: pointer;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .4);
       -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .4);
            box-shadow: 0 0 8px 4px rgba(0, 0, 0, .4);
}
.homepage-slideshow .flex-homepage-control-nav .flex-homepage-active {
    background-color: #fff;
}
.homepage-slideshow .flex-homepage-direction-nav a {
    position: absolute;
    top: 50%;
    display: none;
    width: 64px;
    height: 94px;
    margin-top: -47px;
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/arrows.png') no-repeat;
}
.homepage-slideshow:hover .flex-homepage-direction-nav a {
    display: block;
}
.homepage-slideshow .flex-homepage-direction-nav .flex-homepage-prev {
    left: 5px;
    background-position: left;
}
.homepage-slideshow .flex-homepage-direction-nav .flex-homepage-next {
    right: 5px;
    background-position: right;
}
.homepage-slideshow img{
        height: 400px;
    }

@media (max-width: 991px) {
    .homepage-slideshow .e2slideshow-slide-description h1,
    .homepage-slideshow .e2slideshow-slide-description h2{
        font-size: 20px;
    }
    .homepage-slideshow .e2slideshow-slide-description p{
        font-size: 14px;
        margin: 0 5px;
    }
    .homepage-slideshow img{
        width: 100%;
        height: 304px;
    }
    .top-banner.moduletable img{
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .e2slideshow-slide-description{
        display: none;
    }
    .homepage-slideshow img{
        height: auto;
    }
    .homepage-slideshow .flex-homepage-direction-nav a{
        width: 40px;
        height: 70px;
    }
}

.alert {
    margin-bottom: 10px;
    padding: 5px;
    color: #3c763d;
    border: solid 1px #d3ebc6;
    background-color: #dcf1d8;
}
.alert.alert-notice {
    color: #31708f;
    border-color: #b2e8f1;
    background-color: #d5edf7;
}
.alert.alert-warning {
    color: #8a6d3b;
    border-color: #fdeccc;
    background-color: #fdf9e3;
}
.alert.alert-error {
    color: #a94442;
    border-color: #f0cbd1;
    background-color: #f5dede;
}
.alert .close {
    display: none;
}
.alert h4 {
    margin: 0 0 10px;
}
.alert p {
    margin: 0;
}
.alert p + p {
    margin-top: 5px;
}


.blog .items-row + .items-row {
    margin-top: 30px;
   /* padding-top: 30px;
    border-top: solid 1px #bad80a;*/
}
.blog .items-row .item{
    padding-top: 30px;
    border-top: solid 1px #bad80a;
}
.blog .category-desc + .items-row .item{
    padding-top: 0;
    border-top: none;
}
.blog h2 a {
    display: block;
    text-decoration: none;
}
.blog .item-image {
    margin-bottom: 15px;
    border-top: solid 2px #bad80a;
    overflow: hidden;
}
.blog .btn {
    max-width: 330px;
}


.back-button.moduletable {
    margin-top: 40px;
}


#xmap ul {
    margin: 0;
}


.sidebar > .moduletable + .moduletable {
    margin-top: 30px;
    padding-top: 25px;
    border-top: solid 1px #bad80a;
}
.mod-articles-category-introimage {
    border-top: solid 2px #bad80a;
    overflow: hidden;
}


.pre-footer {
    margin-top: 80px;
}
.footer-logos ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-logos li {
    float: left;
}
.footer-logos li + li {
    margin-left: 25px;
}
.footer-logos img {
    display: block;
}


footer {
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #666c70;
    background-color: #bad80a;
}
footer a {
    text-decoration: none;
}
footer a:hover,
footer a:focus {
    color: #666c70;
}
.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.footer-links li {
    float: left;
    padding: 0 5px;
}
.footer-links li + li {
    border-left: solid 1px #fff;
}
.footer-copyright .forte-logo {
    display: inline-block;
    width: 81px;
    height: 17px;
    margin-left: 15px;
    vertical-align: text-bottom;
    background: url('../img/logo-footer.png') center no-repeat;
}

@media (max-width: 767px) {
    .footer-links ul{
        float: none;
        text-align: center;
    }
    .footer-links li{
        float: none;
        display: inline;
    }
    .footer-copyright{
        text-align: center;
        margin-top: 20px;
    }
}


.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 150%; }

@media print {
    * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
    a,
    a:visited { text-decoration: underline; }
    pre,
    blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr,
    img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    p,
    h2,
    h3 { orphans: 3; widows: 3; }
    h2,
    h3 { page-break-after: avoid; }

    header,
    .main-menu,
    .banner,
    .sidebar,
    .footer-links {
        display: none;
    }
    .main {
        width: 100%;
    }
}
