﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/** general **/
body {
    font-family: 'Lato', sans-serif, Helvetica, Arial, sans-serif;
    color: #656565;
    font-size: 13px;
}

a {
    color: #333333;
    text-decoration: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0;
}

    a:hover {
        color: #453951;
        text-decoration: none;
        outline: none;
    }

    a:focus {
        text-decoration: none;
        outline: 0;
    }

.banner_header {
    text-shadow: 1px 1px 1px #333333;
}

h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    line-height: normal;
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-size: 30px;
    /*font-weight: 600;*/
    line-height: 40px;
    color: #333;
    line-height: normal;
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
}

    h2 span {
        font-weight: 300;
    }

h3 {
    font-size: 25px;
    /*font-weight: 700;*/
    line-height: 30px;
    line-height: normal;
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    line-height: normal;
    margin: 0 0 15px 0;
    font-family: 'Open Sans', sans-serif;
}

    h4 span {
        font-weight: 300;
    }

h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    line-height: normal;
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
}

h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    line-height: normal;
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h4, h5, h3, h6 {
    color: #000; /*#333333;*/
}

address { font-size: medium;}

p {
    margin-bottom: 15px;
    font-size: 15px; /*13px;*/
    color: #656565;
    line-height: 20px;
}

blockquote footer, blockquote small, blockquote .small {
    color: #453951;
}

hr {
    margin: 30px 0;
    border-color: #e5e5e5;
}

.form-control {
    border-color: #999999;
}

.bs-glyphicons-list li {
    width: 33%;
    float: left;
}

    .bs-glyphicons-list li span {
        margin-right: 5px;
        font-size: 15px;
    }

.bs-glyphicons-list {
    padding: 0;
    list-style: none;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
}

.bs-example-bg-classes p {
    padding: 15px;
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(251, 68, 0, 0.3);
}

ol li {
    margin: 0 !important;
}

img {
    max-width: 100%;
}

span.overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(251, 68, 0, 0.3);
}

.pagination > li > a:hover, .pagination > li > a.active {
    color: #fff;
    background: #952800;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 10px;
    color: #333;
    border-radius: 4px;
    border: none;
    background: #eeeeee;
}

.pagination > li {
    margin: 0 2px;
    float: left;
}

ul#accordion {
    padding: 0 0 20px 0;
    overflow: hidden;
    margin: 0;
    list-style: none;
}

    ul#accordion li {
        padding: 0;
        border-radius: 0;
        border: none;
        float: left;
        width: 100%;
    }

        ul#accordion li .panel-collapse {
            border: 1px solid #CCCCCC;
            border-top: none;
        }

    ul#accordion.panel-group .panel {
        border-radius: 0;
    }

    ul#accordion li .top {
        padding: 0;
        min-height: 46px;
        color: #777777;
        font-size: 13px;
        cursor: pointer;
        line-height: 20px;
    }

        ul#accordion li .top a {
            padding: 10px 0 10px 15px;
            display: block;
            color: #fff;
        }

        ul#accordion li .top i {
            font-size: 11px;
            line-height: 20px;
            display: block;
            text-align: center;
        }

        ul#accordion li .top span.minus {
            display: block;
            color: #000;
        }

        ul#accordion li .top span.plus {
            display: none;
        }

        ul#accordion li .top .collapsed span.minus {
            display: none;
        }

        ul#accordion li .top .collapsed span.plus {
            display: block;
        }

    ul#accordion .panel-default > .panel-heading {
        line-height: 28px;
        color: #fff;
        border-color: #363636;
        background: #727C89;
    }

    ul#accordion li a.collapsed {
        color: #555555;
        background: #F0F0F0;
    }

    ul#accordion li a {
        background: #FB4400;
        color: #fff;
        border-color: #FB4400;
        font-size: 16px;
    }

    ul#accordion li .top span {
        text-align: center;
        color: #868686;
        line-height: 22px;
        font-size: 9px;
        font-weight: normal;
        font-family: Arial;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        margin-right: 20px;
        margin-top: 3px;
        width: 22px;
        height: 22px;
        background: #fff;
        display: block;
        float: left;
    }

    ul#accordion li p {
        padding: 5px 12px;
        margin: 0;
    }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background: #00A9E0;
    color: #fff;
    border-color: #00A9E0;
}

a .overlay {
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover .overlay {
    opacity: 10;
}

/* Buttons */
.btn {
    border: 1px solid #FB4400;
    text-decoration: none;
    font-size: 15px;
    text-transform: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0;
    background: #FB4400;
    color: #fff;
}

    .btn:hover, .btn.active {
        color: #fff;
        border-color: #952800;
        background: #952800;
    }

.btn-default {
    background: #FB4400;
    color: white;
    border-color: #FB4400;
    font-size: 14px;
    border-radius: 0;
}

.btn-lg, .btn-primary {
    color: #fff;
}

.btn-danger {
    color: #fff;
}

.form-control {
    border-radius: 0;
}

.btn-default i {
    font-size: 16px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background: #952800;
    color: #fff;
    border-color: #952800;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background: #8DBB3E;
    border-color: #8DBB3E;
}

    .btn-primary:hover {
        background: #7ca732;
        color: #fff;
        border-color: #7ca732;
    }

.btn-outline-inverse {
    border: 2px solid #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0.0);
}

    .btn-outline-inverse:hover {
        background: #fff;
        color: #453951;
        border: 2px solid #fff;
    }

    .btn-outline-inverse:hover, .btn-outline-inverse:focus {
        background: #fff;
        color: #453951;
    }

.tags {
    padding-bottom: 30px;
    overflow: hidden;
}

    .tags ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .tags li {
        padding: 0 5px 5px 0;
        float: left;
    }

        .tags li a {
            padding: 3px 9px;
            display: block;
            border-radius: 4px;
            text-transform: uppercase;
            font-size: 13px;
            line-height: 23px;
            border: 1px solid #FB4400;
            background: #FB4400;
            color: #fff;
        }

            .tags li a i {
                padding-right: 5px;
            }

            .tags li a:hover {
                background: #952800;
                color: #fff;
                border-color: #952800;
            }

.nav-tabs {
    border: none;
}

    .nav-tabs > li > a {
        text-transform: none;
        border: none;
        font-weight: 700;
        border-radius: 0;
        color: #fff;
        background: #FB4400;
    }

        .nav-tabs > li > a span {
            font-size: 12px;
            width: 20px;
            height: 20px;
            line-height: 20px;
            color: #393a3b;
            text-align: center;
            display: inline-block;
            margin-right: 5px;
            border-radius: 50px;
            background: #fff;
        }

.nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus {
    border: none;
    color: #000;
    background: #f0f0f0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    background: #f0f0f0;
}

.tab-content {
    padding: 20px;
    overflow: hidden;
    background: #f0f0f0;
}

header.fix .top_links {
    min-height: inherit;
    height: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
    margin-bottom: 0;
}

.top_links {
    padding-bottom: 0;
    width: 100%;
    overflow: hidden;
    min-height: 35px;
    background: #fb4400;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

    .top_links ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .top_links li {
        color: #fff;
        float: left;
    }

    .top_links .links li {
        color: #fff;
    }

        .top_links .links li a {
            color: #fff;
        }

.social {
    padding: 0;
    list-style: none;
    margin-top: 0;
}

    .social li a {
        padding: 0;
        text-align: center;
        display: block;
        color: #fff;
        line-height: 30px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        width: 30px;
        background: none;
    }

        .social li a:hover {
            color: #000;
            background: none;
        }

        .social li a i {
            font-size: 15px;
        }

    .social li {
        padding-left: 3px;
        float: left;
    }

    .social ul {
        list-style: none;
        float: right;
        margin-top: 0;
    }

.links ul {
    padding: 0 5px 0 0;
    list-style: none;
    overflow: hidden;
}

.links li {
    padding: 0 5px;
    float: left;
    color: #e3e3e3;
    line-height: 28px;
}

    .links li i {
        margin-right: 10px;
    }

    .links li a {
        padding-right: 3px;
        display: inline-block;
        color: #e3e3e3;
    }

        .links li a:hover {
            color: #000;
        }

select {
    margin-top: 6px;
}

label {
    line-height: 30px;
    margin: 0 10px;
    display: block;
    color: #fff;
    font-weight: 400;
}

header {
    position: absolute;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 99999;
    width: 100%;
    border-bottom: 1px solid #5b3810;
    background: #fff;
}

    header.fix {
        position: fixed;
    }

.mid_search {
    padding-top: 0;
    height: 80px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

navbar-collapse {
    padding-right: 0;
}

.navbar-nav > li > a {
    position: relative;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 30px 20px 26px;
    font-size: 15px;
    color: #393A3B;
    font-weight: 400;
    background: none;
}

    .navbar-nav > li > a i {
        position: absolute;
        left: 50%;
        margin-left: -8px;
        display: none;
        text-align: center;
        font-size: 24px;
        line-height: 6px;
        text-indent: -9999px;
        color: #418226;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 7px 0 7px;
        border-color: #418226 transparent transparent transparent;
    }

.nav > li > a:hover, .nav > li > a:focus {
    color: #515a5f;
    background: none;
}

.navbar-nav > li > a:hover, .navbar-nav > li.open > a, .navbar-nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #418226;
    background: none;
}

    .navbar-nav > li > a:hover i, .navbar-nav > li.open > a i, .navbar-nav > li > a:focus i, .nav .open > a i, .nav .open > a:hover i, .nav .open > a:focus i {
        display: block;
    }

.navbar-brand {
    padding: 0;
    color: #393a3a !important;
    margin: 5px 0 5px 15px;
    height: auto;
    display: block;
    line-height: 40px;
    float: left;
    font-weight: 400;
    font-size: 30px;
    text-transform: none;
}

    .navbar-brand i {
        color: #418226;
        font-size: 38px;
        margin-right: 10px;
    }

.navbar-nav > li > .dropdown-menu {
    box-shadow: none;
    border: none;
    border-bottom: 4px solid #418226;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.navbar-nav .dropdown-menu > li {
    border-top: 1px solid #f3f3f3;
}

    .navbar-nav .dropdown-menu > li:first-child {
        border: none;
    }

    .navbar-nav .dropdown-menu > li > a {
        padding: 2px 13px;
        font-weight: 400;
        line-height: 30px;
        color: #393A3B;
        text-transform: none;
    }

        .navbar-nav .dropdown-menu > li > a:hover {
            color: #fff;
            background: #418226;
        }

#mainArea {
    padding-top: 0;  /*114px;*/
}

/* Main Slider */
#main-slider {
    position: relative;
    overflow: hidden;
}

    #main-slider .nivo-caption {
        padding: 0;
        margin: 0 0 0 -50%;
        display: none;
        position: absolute;
        top: 25%;
        left: 60%;
        z-index: 99;
        background: none;
    }

    #main-slider h1 {
        padding: 0 15px;
        line-height: 60px;
        float: left;
        font-size: 40px;
        background: #418226;
        color: #fff;
    }

    #main-slider .nivo-caption li {
        margin-top: 5px;
        float: left;
        width: 100%;
        border-left: 5px solid #393A3B;
    }

        #main-slider .nivo-caption li a {
            display: block;
            padding: 5px;
            float: left;
            color: #fff;
            background: #418226;
        }

            #main-slider .nivo-caption li a:hover {
                background: #393A3B;
            }

/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: none;
    }

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

    .nivo-box img {
        display: block;
    }
/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .nivo-caption p {
        padding: 5px;
        margin: 0;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 99999;
    line-height: 40px;
    height: 40px;
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
}

    .nivo-directionNav a i {
        line-height: 40px;
    }

    .nivo-directionNav a:hover {
        color: #418226;
    }

.nivo-prevNav {
    left: 10px;
    z-index: 999;
}

.nivo-nextNav {
    right: 10px;
    z-index: 999;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    margin-top: -20px;
    position: relative;
    z-index: 999;
}

    .nivo-controlNav a {
        padding: 0;
        color: #fff;
        width: 13px;
        border: 2px solid #393A3B;
        height: 13px;
        cursor: pointer;
        border-radius: 40px;
        margin: 0 3px;
        text-indent: -9999px;
        display: inline-block;
        background: #fff;
    }

        .nivo-controlNav a.active {
            width: 13px;
            height: 13px;
            background: #418226;
            border-color: #418226;
        }

.breadcrumb {
    margin-bottom: 6px;
    background: none;
}

    .breadcrumb li {
        color: #fff;
        font-size: 13px;
    }

        .breadcrumb li a {
            color: #fefefe;
        }

            .breadcrumb li a:hover {
                color: #000;
            }

/* title Area */
#titleArea {
    padding: 140px 0 10px;
    margin-bottom: 40px;
    min-height: 100px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    background: #418226;
}

    #titleArea h2 {
        /*padding-left: 10px;*/
        margin-bottom: 0;
        font-size: 34px;
        font-weight: 400;
        color: #fff;
    }

    #titleArea.spacer {
        margin-bottom: 0;
    }

/* intro Area */
#introArea {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    background: #39a9e0;
}

    #introArea h2 {
        font-size: 24px;
        font-weight: 400;
        margin: 0;
        font-style: italic;
        color: #fff;
    }

        #introArea h2 span {
            font-weight: 300;
        }

/* business Area */
.businessArea {
    padding: 40px 0 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

    .businessArea h3 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 18px;
        line-height: 36px;
        color: #fff;
        margin: 0;
        background: #303030;
    }

    .businessArea span {
        display: block;
        line-height: 60px;
        font-size: 28px;
        margin-bottom: 10px;
        color: #fff;
        font-weight: 700;
        background: #4a4a4b;
    }

        .businessArea span cite {
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
        }

    .businessArea .btn {
        display: block;
        margin: auto;
        border-radius: 0;
    }

    .businessArea i {
        margin: 0 10px 0 0;
    }

/* service Area */
#serviceArea {
    padding: 40px 0 50px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/image_1900x2000.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*-webkit-background-size: widthpx heightpx;*/
    -webkit-background-size: 1900px 2000px;
}

    #serviceArea h2 {
        color: #fff;
    }

    #serviceArea h4 {
        color: #fff;
        font-weight: 400;
    }

    #serviceArea h3 {
        margin: 0 0 8px;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 400;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    #serviceArea .block {
        padding: 20px;
        overflow: hidden;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        box-shadow: 0 0px 2px #333;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #fb4400;
    }

        #serviceArea .block:hover {
            background: #fff;
        }

    #serviceArea i {
        background-color: #ff723d;
        color: #fff;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        border-radius: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        float: left;
        height: 80px;
        font-size: 35px;
        line-height: 80px;
        margin-right: 30px;
        text-align: center;
        vertical-align: middle;
        width: 80px;
    }

    #serviceArea p {
        margin: 0;
        color: #fff;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    #serviceArea .block:hover i {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
        color: #333;
        background: #EEEEEE;
    }

    #serviceArea .block:hover h3 {
        color: #333;
    }

    #serviceArea .block:hover p {
        color: #333;
    }

    #serviceArea .col-sm-6 {
        padding-top: 30px;
    }

/* people Area */
.peopleArea {
    padding: 30px 0 20px;
    position: relative;
    overflow: hidden;
    background: #4A4A4B;
}

    .peopleArea h2 {
        color: #fff;
        font-weight: 400;
        font-size: 26px;
        padding-bottom: 10px;
        line-height: 40px;
        text-transform: uppercase;
    }

    .peopleArea ul {
        margin: 0;
    }

    .peopleArea li {
        padding: 13px 15px;
        border-color: #f0f0f0;
        border-radius: 5px;
        margin-top: 10px;
        background: #f0f0f0;
    }

        .peopleArea li i {
            font-size: 18px;
            margin-right: 10px;
        }

    .peopleArea h3 {
        margin: 0;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 16px;
    }

    .peopleArea .panel {
        min-height: 250px;
    }

/* account Area */
.accountArea {
    padding: 30px 0 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

    .accountArea h2 {
        font-weight: 700;
        font-size: 22px;
        padding-bottom: 10px;
        line-height: 40px;
        text-transform: uppercase;
    }

        .accountArea h2 span {
            font-weight: 300;
        }

    .accountArea h3 {
        font-size: 18px;
        color: #333;
        margin-bottom: 5px;
        font-weight: 300;
        font-family: 'Lato', sans-serif, Helvetica, Arial, sans-serif;
    }

    .accountArea li {
        line-height: 30px;
        font-size: 16px;
    }

        .accountArea li i {
            padding-right: 10px;
            color: #FB4400;
            font-size: 20px;
            line-height: 30px;
            display: block;
            float: left;
        }

/* footer Area */
#footerArea {
    padding: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 99;
    margin-top: -1px;
    background: #5b3810;
}

    #footerArea .footer_top {
        padding: 30px 0;
        width: 100%;
        background: #333333;
    }

    #footerArea .footer_bottom p {
        padding: 20px 0 0;
    }

    #footerArea .footer_bottom li {
        padding: 15px 5px;
    }

    #footerArea .footer_bottom ul {
        margin: 0;
    }

    #footerArea .footer_bottom li a {
        background: #FB4400;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 30px;
        color: #fff;
    }

        #footerArea .footer_bottom li a i {
            font-size: 13px;
        }

        #footerArea .footer_bottom li a:hover {
            background: #952800;
        }

    #footerArea h4 {
        padding-bottom: 0;
        color: #fff;
        text-transform: none;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
    }

    #footerArea p {
        padding: 0 0 10px;
        /*margin: 0;*/
        color: #e3e3e3;
        float: left;
        font-size: 13px;
        line-height: 18px;
    }

        #footerArea p a {
            display: inline;
        }

    #footerArea a {
        color: #e3e3e3;
    }

        #footerArea a:hover {
            color: #898989;
        }

.photo li {
    padding: 10px 0;
    border: none;
    border-top: 1px solid #43464b;
    width: 100%;
    float: left;
}

    .photo li:first-child {
        border: none;
    }

    .photo li a {
        line-height: 20px;
        color: #e3e3e3;
        display: block;
    }

        .photo li a:hover {
            color: #898989;
        }

        .photo li a.image {
            width: 60px;
            float: left;
            height: 60px;
            margin: 0 10px 0 0;
            display: block;
            color: #fff;
            border: 3px solid #fff;
        }

            .photo li a.image img {
                width: 100%;
                height: auto;
            }

    .photo li span {
        padding-top: 5px;
        color: #898989;
        display: block;
        line-height: 20px;
        font-size: 12px;
    }

.images ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.images li {
    padding: 0 5px 5px 0;
    float: left;
}

    .images li a {
        width: 60px;
        float: left;
        height: 60px;
        margin: 0;
        display: block;
        color: #fff;
        opacity: 0.8;
    }

        .images li a:hover {
            opacity: 10;
        }

.address {
    padding-bottom: 0;
    color: #e3e3e3;
    overflow: hidden;
    border-bottom: 1px solid #414141;
}

    .address address {
        color: #e3e3e3;
        line-height: 20px;
        font-style: normal;
        font-size: 12px;
    }

        .address address a {
            color: #e3e3e3;
        }

            .address address a:hover {
                color: #fff;
            }

        .address address i {
            display: block;
            float: left;
            color: #e3e3e3;
            font-size: 13px;
            line-height: 20px;
            width: 20px;
        }

.categories {
    padding: 0 0 20px;
    overflow: hidden;
}

    .categories .tab-content {
        padding: 5px 10px;
        margin-bottom: 30px;
        border: 1px solid #efefef;
        border-top: none;
    }

    .categories .nav-tabs {
        border-bottom: 1px solid #efefef;
    }

        .categories .nav-tabs > li.active > a, .categories .nav-tabs > li.active > a:hover, .categories .nav-tabs > li.active > a:focus {
            border-right: 1px solid #efefef;
            border-left: 1px solid #efefef;
        }

        .categories .nav-tabs > li a {
            text-transform: none;
        }

    .categories h4 {
        text-transform: none;
    }

    .categories .links ul {
        padding: 0;
        margin: 0 0 30px;
        list-style: none;
        overflow: hidden;
    }

    .categories .links li {
        width: 100%;
        border-bottom: 1px dotted #e2e2e2;
    }

        .categories .links li a {
            padding: 0;
            font-size: 13px;
            line-height: 34px;
            color: #999;
            display: block;
        }

            .categories .links li a:hover {
                color: #952800;
                font-weight: 700;
            }

            .categories .links li a i {
                margin-right: 10px;
                display: block;
                float: left;
                line-height: 34px;
                font-size: 12px;
            }

    .categories p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 30px;
    }

        .categories p img {
            margin: 0 15px 0 0;
        }

    .categories .photo {
        overflow: hidden;
    }

        .categories .photo ul {
            padding: 0;
            margin: 0;
            list-style: none;
            overflow: hidden;
        }

        .categories .photo li {
            padding: 10px 0;
            border: none;
            width: 100%;
            float: left;
        }

            .categories .photo li:first-child {
                padding-top: 0;
            }

            .categories .photo li a {
                line-height: 18px;
                font-size: 14px;
                display: block;
                color: #999999;
            }

                .categories .photo li a.image {
                    width: 60px;
                    float: left;
                    height: 60px;
                    margin: 0 10px 0 0;
                    display: block;
                    color: #fff;
                    border: 3px solid #e5e5e5;
                }

                    .categories .photo li a.image img {
                        width: 100%;
                        height: auto;
                    }

            .categories .photo li:hover a.image {
                text-decoration: underline;
                border-color: #952800;
            }

            .categories .photo li:hover a {
                color: #952800;
            }

            .categories .photo li span {
                padding-top: 5px;
                color: #898989;
                display: block;
                line-height: 16px;
                font-size: 12px;
            }

.carousel {
    margin-bottom: 10px;
}

.textArea {
    padding-bottom: 30px;
    overflow: hidden;
}

    .textArea .slider {
        padding-bottom: 20px;
    }

        .textArea .slider a {
            margin: 0;
        }

    .textArea h3 {
        margin-bottom: 20px;
    }

        .textArea h3 span {
            font-weight: 300;
        }

    .textArea h4 {
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 26px;
        line-height: 40px;
        color: #999999;
    }

        .textArea h4 span {
            color: #fb4400;
            font-weight: 400;
        }

    .textArea p {
        margin-bottom: 20px;
    }

    .textArea img {
        margin-bottom: 15px;
    }

    .textArea .block {
        border-left: 3px solid #E8E8E8;
        line-height: 20px;
        margin: 20px 0 20px 15px;
        padding-left: 20px;
    }

        .textArea .block p {
            color: #AFAFAF;
        }

    .textArea a {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }

        .textArea a.btn {
            float: left;
        }

    .textArea li:first-child {
        padding-bottom: 5px;
        color: #333333;
        float: left;
        width: 100%;
    }

    .textArea li strong {
        font-weight: 700;
    }

        .textArea li strong i {
            font-weight: 400;
        }

    .textArea li a i {
        font-size: 13px;
    }

    .textArea li a {
        margin: 0;
        color: #ccc;
    }

        .textArea li a:hover {
            color: #000;
        }

    .textArea li {
        padding: 0 2px;
    }

    .textArea .icon {
        border: 3px solid #F0F0F0;
        border-radius: 100%;
        float: left;
        height: 100px;
        margin: 0 15px 15px 0;
        text-align: center;
        vertical-align: middle;
        width: 100px;
    }

        .textArea .icon i {
            color: #B9B9B9;
            line-height: 94px;
            font-size: 40px;
        }

    .textArea h5 {
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: 300;
    }

    .textArea .list_items li {
        padding: 0;
        border: none;
    }

        .textArea .list_items li span {
            background-color: #F3F3F3;
            border-radius: 100%;
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 0 0 #FFFFFF;
            float: left;
            font-size: 22px;
            height: 65px;
            line-height: 65px;
            margin: 0 25px 0 0;
            padding: 0;
            text-align: center;
            vertical-align: middle;
            width: 65px;
        }

    .textArea .list_items li {
        padding-bottom: 10px;
        width: 100%;
        float: left;
    }

        .textArea .list_items li h6 {
            padding-top: 5px;
            color: #fb4400;
            font-weight: 300;
            font-size: 18px;
            line-height: 24px;
            margin: 0;
        }

.blog_post .image {
    overflow: hidden;
    margin-bottom: 20px;
}

    .blog_post .image a {
        display: block;
        position: relative;
    }

.blog_post .date {
    padding: 0;
    margin: 0 25% 0 0;
    color: #816565;
    text-transform: uppercase;
    background: #f5f5f5;
}

    .blog_post .date span {
        padding: 0;
        display: block;
        margin: 0;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        line-height: 40px;
    }

    .blog_post .date cite {
        padding: 0;
        display: block;
        margin: 0;
        color: #fff;
        text-align: center;
        font-style: normal;
        font-size: 10px;
        line-height: 20px;
        background: #FB4400;
    }

.blog_post h2 {
    font-weight: 300;
    font-size: 28px;
}

    .blog_post h2 a:hover {
        color: #FB4400;
    }

.blog_post .btn i {
    font-weight: 300;
    font-size: 13px;
}

.blog_post .post-meta {
    padding: 0 0 10px;
    width: 100%;
    overflow: hidden;
}

    .blog_post .post-meta span {
        padding: 0;
        display: block;
        float: left;
        line-height: 20px;
        color: #27528C;
        margin-right: 5px;
        font-size: 12px;
    }

        .blog_post .post-meta span a {
            color: #A1A1A1;
        }

            .blog_post .post-meta span a:hover {
                color: #000;
            }

        .blog_post .post-meta span i {
            color: #aaaaaa;
            margin-right: 5px;
        }

    .blog_post .post-meta a.btn {
        padding: 3px 8px;
        font-size: 13px;
    }

.blog_post .col-sm-10 {
    padding-left: 0;
}

#logoArea #logo {
    z-index: 99;
    position: relative;
}

#logoArea {
    padding: 30px 0;
    overflow: hidden;
    width: 100%;
    background: #39a9e0;
}

    #logoArea .flex-viewport li {
        margin-right: 45px;
        text-align: center;
    }

    #logoArea .flex-next {
        top: 50%;
        margin-top: -20px;
        right: -15px;
        left: auto;
    }

    #logoArea .flex-prev {
        top: 50%;
        margin-top: -20px;
        left: -15px;
        right: auto;
    }

    #logoArea .flex-direction-nav li {
        margin-left: 15px;
        height: auto;
        width: auto;
    }

    #logoArea .flex-direction-nav li {
        display: block;
        width: auto;
        height: auto;
        line-height: 35px;
    }

        #logoArea .flex-direction-nav li a:hover span {
            color: #000;
        }

/* Contact Area */
#contactArea {
    padding: 40px 0;
    background: #fff;
}

    #contactArea #map {
        margin: 0 0 40px 0;
    }

    #contactArea #map_canvas {
        height: 400px;
        width: 100%;
        clear: both;
    }

    #contactArea textarea {
        min-height: 180px;
    }

    #contactArea .form-control {
        padding: 5px 10px;
        height: 45px;
        margin-bottom: 15px;
        border-color: #EFEFEF;
    }

        #contactArea .form-control:focus {
            color: #333;
            border-color: #FB4400;
        }

    #contactArea h2 {
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: 400;
    }

    #contactArea h5 {
        font-weight: 700;
        margin: 0;
        font-size: 13px;
    }

    #contactArea address {
        line-height: 22px;
        margin: 0;
        font-size: 13px;
    }

        #contactArea address a {
            color: #4689d5;
        }

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1224px) {

    #logoArea .flex-viewport a img {
        width: 160px;
    }

    #logoArea .flex-viewport a {
        margin: 0 5px;
    }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    #main-slider .nivo-caption {
        top: 10%;
    }

    #titleArea {
        padding-top: 110px;
    }

    #mainArea {
        padding-top: 95px;
    }

    .navbar-brand {
        font-size: 26px;
        margin-top: 10px;
    }

    .mid_search {
        height: 60px;
    }

    .navbar-brand i {
        font-size: 30px;
    }

    .top_links .social li a {
        width: 20px;
    }

    .top_links label {
        margin: 0 5px;
    }

    .top_links select {
        font-size: 12px;
        width: 100px;
    }

    .top_links .links li {
        padding: 0 3px;
        font-size: 12px;
    }

    ul#accordion li .top span {
        margin-right: 10px;
    }

    .navbar-nav > li > a {
        padding: 20px 8px;
        font-size: 13px;
    }

    .navbar-brand {
        font-size: 26px;
    }

    .popup_btn {
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 99;
    }

    .beautifulArea .beautiful .text {
        padding: 10px;
    }

    .beautifulArea h3 {
        font-size: 16px;
    }

    .bs-glyphicons-list li {
        width: 48%;
        font-size: 14px;
    }

    .categories .photo li a.image {
        width: 100%;
        margin: 0 0 10px;
        height: auto;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    #mainArea {
        padding: 0;
    }

    #main-slider .flex-control-nav {
        display: none !important;
    }

    .flex-direction-nav a span {
        font-size: 22px !important;
    }

    .nivo-caption {
        display: none !important;
    }

    #contactArea .col-sm-3 {
        margin: 20px 0;
        overflow: hidden;
    }

    #serviceArea {
        padding-top: 30px;
    }

    #titleArea {
        padding-top: 20px;
    }

    hr {
        margin: 15px 0 25px;
    }

    header {
        position: static !important;
    }

        header.fix .mid_search {
            height: auto;
        }

        header.fix .navbar-brand {
            margin: 0 auto;
        }

        header.fix .top_links {
            height: auto;
        }

        header.fix .navbar-nav > li > a {
            padding: 5px 10px;
        }

    .navbar-brand {
        padding: 10px 0;
        width: 170px;
        z-index: 9999;
        position: relative;
        text-align: center;
        display: block;
        float: left;
        margin: 0;
        overflow: hidden;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-toggle {
        background: #418226;
        float: right;
        margin-top: 13px;
        margin-right: 0;
    }

        .navbar-toggle:focus {
            background: #418226;
        }

            .navbar-toggle:focus .icon-bar {
                background: #fff;
            }

    .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        font-size: 12px;
        padding: 5px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding-right: 25px;
        text-align: right;
    }

    .navbar-nav > li > a {
        padding: 5px 20px;
        /*text-align: right;*/
    }

        .navbar-nav > li > a:hover, .navbar-nav > li.open > a, .navbar-nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
            border: none;
            background: #418226;
            color: #fff;
        }

        .navbar-nav > li > a:hover {
            background: #418226;
        }

    .dropdown-menu > li > a:hover {
        background: #2B5B9C;
        color: #fff;
    }

    .navbar-nav > li > a i {
        display: none !important;
    }

    .mid_search .pull-right {
        float: none !important;
    }

    .mid_search {
        height: auto;
    }

    .top_links .links {
        text-align: center;
    }

        .top_links .links ul {
            padding: 14px 0 15px 0;
            float: none;
            overflow: hidden;
            text-align: center;
            margin: 0 auto;
        }

    .top_links .social ul {
        padding: 0 0 15px 0;
        float: none;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
    }

    .top_links li {
        float: none;
        display: inline-block;
        text-align: center;
        width: auto;
        padding: 0;
    }

        .top_links li a {
            display: inline-block;
            text-align: center;
        }

    .top_links .links li {
        float: none;
        display: inline-block;
        text-align: center;
        width: auto;
        padding: 0;
    }

        .top_links .links li a {
            display: inline-block;
            text-align: center;
        }

    .top_links select {
        display: none;
    }

    .top_links label {
        display: none;
    }

    .top_links .pull-right {
        float: none !important;
        text-align: center;
    }

    .beautifulArea .col-sm-6 {
        text-align: left !important;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .beautifulArea .col-sm-6 .btn {
            float: left !important;
        }

    .blog_post .post-meta a.btn {
        float: left;
        margin: 15px 0 10px;
    }

    .blog_post .date {
        margin-bottom: 15px;
    }

    .blog_post h2 {
        font-size: 24px;
    }

    .blog_post .col-sm-10 {
        padding-left: 15px;
    }

    .blog_post .date {
        margin-right: 0;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 3px 10px;
        font-size: 13px;
    }

    .bs-glyphicons-list li {
        width: 98%;
        font-size: 13px;
    }

    .textArea .icon {
        float: none;
        margin: 0 auto 10px;
    }

    .textArea .list_items li span {
        margin-right: 10px;
    }

    .textArea .list_items li h6 {
        font-size: 16px;
    }

    h2 {
        font-size: 25px;
    }

    .textArea h4 {
        font-size: 22px;
    }

    .container .col-sm-6 {
        margin-bottom: 20px;
    }

    #footerArea .col-sm-3 {
        margin-bottom: 20px;
        overflow: hidden;
    }

    #footerArea .footer_bottom {
        padding: 10px 0;
    }

    #footerArea p {
        float: none;
        width: 100%;
    }

    #footerArea .footer_bottom ul {
        margin: 0;
        width: 100%;
        text-align: center;
        margin: auto;
        float: none;
    }

    #footerArea .footer_bottom li {
        padding: 0 10px;
        width: auto;
        border: none;
        float: none;
        display: inline;
    }

        #footerArea .footer_bottom li a {
            display: inline;
            float: none;
        }

    #footerArea .footer_bottom ul.social li a {
        display: inline-block;
    }

    #footerArea .footer_bottom ul.social li {
        padding: 0 3px;
    }

    #footerArea .footer_bottom ul.social {
        padding-top: 15px;
    }

    #footerArea .footer_bottom p {
        padding: 5px 0 0 0;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    #main-slider .jumbotron {
        padding-top: 5px;
    }

        #main-slider .jumbotron h1 {
            margin: 0;
            font-size: 20px;
            line-height: 28px;
        }

        #main-slider .jumbotron p {
            padding: 0 20px;
            margin: 0 0 5px;
            font-size: 12px;
            line-height: 16px;
        }

        #main-slider .jumbotron .btn {
            padding: 6px 10px;
            font-size: 12px;
        }
}
