body {
    background: #98c000;
    font: 13px Arial, sans-serif;
    color: #666666;
    line-height: 22px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    padding: 0;
    color: #666;
    margin-top: 0px;
    letter-spacing: -0.1px;
    font-family: 'Roboto', Arial, sans-serif;
}

h1 {
    font-size: 30px;
    line-height: 28px;
}

h2 {
    font-size: 24px;
    line-height: 27px;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 16px;
    line-height: 22px;
}

h4 {
    font-size: 14px;
    line-height: 20px;
}

h5 {
    font-size: 12px;
    line-height: 18px;
}

h6 {
    font-size: 10px;
    line-height: 16px;
}

.container-boxed {
    margin: 0 auto;
    -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
    /*overflow: hidden;*/
    max-width: 1200px;
}


.pre-header {
    background: #202020;
    color: #a4a4a4;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 2px;

}

.pre-header a {
    color: #ffffff;
}

.header-social {
    margin-bottom: 0px;
    padding: 0;
}

.header-social li {
    display: inline-block;
    vertical-align: top;
}

.header-social li a {
    padding: 5px;
    color: #d3d3d3;
    font-size: 14px;
}

.header-social li a:hover {
    background-color: #bca474;
}

.header-social li a:active {
    outline: none
}

.header-social, .header-language {
    margin-top: 10px;
}

.header {
    background: #ffffff;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
}


.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background: none;
    border: none;
    box-shadow: none;

}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 15px;
}

.navbar-brand {
    background: url("../images/logo.png") no-repeat;
    height: 80px;
    width: 300px;
    background-size: contain;

}

.navbar > .container .navbar-brand {
    margin-left: 0px;
    margin-top: 10px;
}

.navbar-nav > li > a {
    padding-bottom: 40px;
    padding-top: 40px;
}

.navbar-nav > li > .dropdown-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background: #f9b700 !important;
}


.dropdown-menu > li > a {
    color: #d8d8d8;
    padding: 8px 0px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
    .navbar-nav > li > a {
        padding-bottom: 10px;
        padding-top: 10px;

    }
    .navbar > .container .navbar-brand {

        height: 50px;
        width: 250px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .navbar-toggle {
        margin-top:15px;
    }
}

@media(max-width: 992px)  {
    .navbar-nav > li > a {
        font-size: 12px;
    }
}

.dropdown-menu > li:last-child > a {
    border-bottom: none;
}

.dropdown-menu > li > a > i {
    margin-right: 10px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
    color: #ffffff;
}

i.blue {
    color: #007bc3;
}

i.lime {
    color: #98c000;
}

i.orange {
    color: #f9b700;
}

.slider-outer-wrapper {
    border-bottom: 3px solid #007bc3;
}

.main-content {
    background-color: #ffffff;

    padding:30px 10px;
}

.page-title {
    letter-spacing: -0.5px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: -4px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f9b700;

}
.blog {
    margin-bottom: 20px;
}
.blog-title {
    margin-bottom: 6px;
}
.blog-title a {
    color: #000000;
}
.blog-meta {
    margin-bottom: 20px;
}

.list-meta {
    margin-bottom: 10px;
}

.blog-meta i, .list-meta i {
    position: relative;
    top: -1px;
}
.blog-meta > span, .list-meta > span {
    font-size: 13px;
    margin-right: 8px;
    text-transform: uppercase;
}

.post-content {
   /* margin-top: 20px;*/
}

.footer a {
    color: #848484;
}

.footer a:hover {
    color: #ffffff;
}

.footer {
    background: #202020;
    padding-top: 50px;
}

.footer-block .block-title{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 18px;
}

.footer .footer-block ul {
    list-style: none outside none;
    padding: 0;
}

.footer .footer-block ul li a {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 4px 7px 4px 11px;
    background: url('../images/footer-list-arrow.png') no-repeat left center;
    border-bottom: 1px dotted #404040;
}

.footer-copyright {
    border-top: 1px solid #2a2a2a;
    margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 11px;
    text-transform: uppercase;
}

.subscribe_section {
    padding: 40px 30px;
    background: #f5f5f5;
    margin: 0px auto 0px;
    text-align: center;
}

.subscribe_section input {
    border: none;
}

.subscribe_section .subs_email_input {
    padding: 9px 9px;
    margin-right: 15px;
    min-width: 200px;
    font-size: 12px;
    color: #555555;
    vertical-align: middle;
    background: #ffffff;
}

.subscribe_section .btn {
    margin-top: 1px;
    background-color: #c62020;
    color: #ffffff;
}

.subscribe_section label {
    font-size: 18px;
    margin-right: 13px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #777777;
    font-weight: 200;
    font-style: italic;
    vertical-align: middle;
}

.btn {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto', Arial, sans-serif;
    padding: 8px 22px;
    display: inline-block;
    --webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
    color: #fff;
    background-color: #BCA474;
}

.btn:hover {
    color: #fff;
    background-color: #b8b8b8;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

.btn.small {
    padding: 3px 12px;
    font-size: 11px;
}

.btn.large {
    padding: 13px 33px;
    font-size: 14px;
}

.btn-brown {
    background-color: #BCA474;
}

.btn-green {
    background-color: #80b500;
}

.btn-red {
    background-color: #c62020;
}

.btn-pink {
    background-color: #C71C77;
}

.btn-orange {
    background-color: #FA5B0F;
}

.btn-yellow {
    background-color: #FFB400;
}

.btn-blue {
    background-color: #0e7fc5;
}

.btn-cyan {
    background-color: #37B6BD;
}

.btn-purple {
    background-color: #6957AF;
}

.btn-gray {
    background-color: #808080;
}

.btn-celadon {
    background-color: #74AEA1;
}

.top-banner {

    margin-bottom: 20px;
}

.st-pagination{
    text-align: center;
    margin: 20px 0;
}
.st-pagination li{display: inline-block;}
.st-pagination li a{padding:6px 11px;background: #bbbbbb;color:white;}
.st-pagination li a:hover{color:white;}

.datepicker-inline {
    width: auto !important;
}
.datepicker table thead th {
    padding-top:10px;
    padding-bottom:10px;

}
.datepicker table {
    width: 100%;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;

}
.datepicker table tr  {
    border-bottom: 1px solid #eeeeee;
}
.datepicker table tr td, .datepicker table tr th {
    border-right: 1px solid #eeeeee;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-color: #FFB400;
    border-color: #FFB400;
    color: #fff;

}

.datepicker table tr td, .datepicker table tr th {
    border-radius: 0;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
    background-color: #0f0f0f;
    color: #ffffff;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: #0f0f0f;
}

.datepicker .prev,.datepicker .datepicker-switch {
    border-right: none;
}
.btn-top-bar {

}
.btn-top-bar .btn {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 23.667%;
}
.btn-top-bar .btn i {
    font-size: 20px;


}

.sidebar .media {
    border-bottom: 1px dotted #d3d3d3;
}

.sidebar .media .calendar {
    margin:0;
    width: 50px;
    height: 50px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);

}

.sidebar .media .header {
    height: 20px;
    background: #80b500;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 20px
}

.sidebar .media .num-day {
    height: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    line-height: 30px;
}

.sidebar .media .media-body {
    font-size: 11px;
    line-height: 18px;
    padding-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}

.slider-menu {
    position: absolute;
    z-index: 10000;
}


.slider-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 380px;
    padding-top: 20px;
}


.slider-menu ul > li:last-child > a {
    border-bottom:none;
}
.slider-menu ul > li {
    float:none;
}
.slider-menu ul > li > a {
    color: #ffffff;
    padding: 14px 0px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #a3a3a3;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
}
.slider-menu ul > li > a:hover, .slider-menu ul > li > a:active, .slider-menu ul > li > a:focus  {
    background: none;
    color: #c62020;
    outline: none;
}
.slider-menu ul > li > a > i {
    width: 30px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .box-gallery li {
        width: 130px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .box-gallery li {
        width: 150px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .box-gallery li {
        width: 131px;
    }
}

.sidebar-nav ul > li > a {
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
}

.sidebar-nav ul > li > a > i {
    width: 20px;
}

.titlebar-image {
    height: 107px;
}
.titlebar-image.img1 {
    background: url("../images/blue-bg-small.jpg") no-repeat;

}

#bx-pager {
    text-align: center;
}

.box-gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.box-gallery li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.widget-container {
    background: #eee;
    padding: 20px;
}

.widget-container hr{
    border-color: #bbbbbb;

}

.nav li:hover > ul {display: block;}

.nav li ul {
    display: none;
    position: absolute;
    margin: 0;
    background: black;
    padding: 10px;
    white-space: nowrap;
    border-radius: 5px;
    list-style: none;
    top: 60px;
    z-index: 1000;
}

@media (max-width: 768px) {
    .nav li:hover > ul {display: none;}
}

.nav li ul li a {
    display: block;
    padding: 5px;
    text-align: left;
}

.bx-wrapper {
    border: none!important;
}

.btn-search {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #666666;
    height: 34px;
    padding: 0;
    width: 34px;
}

.calendar {width: 267px; background-color: #fff!important; border: none!important;}
.calendar .cal-days-num {background-color: #f0f4f7;}
.calendar .cal-day {
    background-color: #f0f4f7;
    border-color: #aaaaaa #dddddd #dddddd;
    border-style: solid;
    border-width: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #6c7174;
    float: left;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 14%;
}
.calendar .cal-day:before,
.calendar .cal-day:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.calendar .cal-day:hover {background-color: #e7e9ea;}
.calendar .cal-days-num .current-day {background-color: #a4d143!important; color: #eee!important;}
.calendar .cal-days-num .prev-month-days, .calendar .cal-days-num .next-month-days {color: #aaa!important;}
.calendar .cal-top {background-color: #333; width: 98%; line-height: 50px; height: 50px; text-align: center; vertical-align: middle;}
.calendar .cal-top .prev-month, .calendar .cal-top .next-month {
    height: 50px;
    width: 15%;
    float: left;
}
.calendar .cal-top .prev-month i, .calendar .cal-top .next-month i {
    cursor: pointer;
}
.calendar .cal-top .prev-month i, .calendar .cal-top .next-month i, .calendar .cal-top .month-name {
    line-height: 50px;
    vertical-align: middle;
    display: inline-block;
}

.calendar .cal-top .month-name {color: #fff; text-transform: capitalize; width: 70%; float: left;}
.calendar .cal-days-names {background: url("images/calendar-days-names.png") repeat-x transparent; width: 259px; height: 20px;}
.calendar .cal-days-names div {float: left; width: 37px; color: #6c7174; font-size: 9px; height: 20px; line-height: 20px; vertical-align: middle; text-align: center; text-transform: capitalize;}

.prod-desc > p {
    text-align: justify;
}

.cal-dates {
    width: 150px;
    float: left;
    margin-top: 15px;
    height: 75px;
}

.cal-border {
    border: 1px solid #dbdbdb;
    float: left;
}

.cal-date {
    width: 50px;
    border: 1px solid #fff;
    float: left;
}

.cal-day-text, .cal-year, .cal-month {
    background-color: #14b9e7;
    color: #fff;
    font-size: 10px;
    font-weight: bolder !important;
}

.cal-day-text, .cal-year {
    padding: 2px 4px 3px 4px;
    position: relative;
    margin: -6px -6px 5px -6px;
}

.cal-day-text {
    float: left;
}

.cal-year {
    float: right;
}

.cal-day-num {
    color: #14b9e7;
    font-size: 24px;
    font-weight: bolder !important;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 16px;
}

.cal-month {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.cal-day-num {
    background-image: linear-gradient(top, rgb(224, 224, 224) 27%, rgb(255, 255, 255) 67%);
    background-image: -o-linear-gradient(top, rgb(224, 224, 224) 27%, rgb(255, 255, 255) 67%);
    background-image: -moz-linear-gradient(top, rgb(224, 224, 224) 27%, rgb(255, 255, 255) 67%);
    background-image: -webkit-linear-gradient(top, rgb(224, 224, 224) 27%, rgb(255, 255, 255) 67%);
    background-image: -ms-linear-gradient(top, rgb(224, 224, 224) 27%, rgb(255, 255, 255) 67%);

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.27, rgb(224, 224, 224)), color-stop(0.67, rgb(255, 255, 255)));
}

.prod-name {
    clear: both;
    color: #8ba904;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    margin: 10px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.kg-header {
    background: #dddddd none repeat scroll 0 0;
    border-radius: 5px;
    color: #333333;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px;
}
.kg-keywords {
    color: #333333;
    margin: 0 0 0 15px;
    -moz-hyphens: auto;
    text-align: justify;
}

#single-post-tabs {
    margin-top: 40px;
}

#single-post-content {
    border: 1px solid #ccc;
    padding: 10px 0;
}

.img-responsive {
    margin: 0 auto;
}

.bx-wrapper .bx-prev {
    left: 300px!important;
}

.media-body > table tr td:nth-child(2n) {
    height: 100px;
    vertical-align: bottom;
}

.media-body > table tr td:nth-child(2n+1) {
    height: 100px;
    padding: 0 15px 0 0;
    vertical-align: top;
    text-align: justify;
}

.media-body > table {
    width: 100%;
}


.green-date-box {
    background-color: #98c000;
    border: 1px solid #398439;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4285;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.events-name-in-list {
    font-weight: bold;
    height: 42px;
    max-height: 42px;
    overflow: hidden;
    padding: 5px 0 0 5px;
}

.article {
    text-align: justify;
}

.padLft0 {padding-left:0 !important}
.padRgt0 {padding-right:0 !important}
.padTop0 {padding-top:0 !important}
.padBot0 {padding-bottom:0 !important}
.pad1 { padding:1px;}
.pad5 { padding:5px;}
.pad10 { padding:10px;}
.padLft2 {padding-left:2px;}
.padLft5 {padding-left:5px;}
.padLft10 {padding-left:10px;}
.padLft35 {padding-left:35px;}
.padLft1em {padding-left:1em;}
.padRgt5 {padding-right:5px}
.padRgt10 {padding-right:10px !important;}
.padRgt15 {padding-right:15px}
.padRgt1em {padding-right:1em}
.padTop5 {padding-top:5px;}
.padTop2 {padding-top:2px;}
.padTop3 {padding-top:3px;}
.padTop10 {padding-top:10px;}
.padTop15 {padding-top:15px;}
.padTop1em {padding-top:1em;}
.padTop90 {padding-top:80px;}
.padBot5 {padding-bottom:5px;}
.padBot10 {padding-bottom:10px;}

.mrg1 { margin:1px;}
.mrg5 { margin:5px;}
.mrg10 { margin:10px;}
.mrgLft2 {margin-left:2px;}
.mrgLft5 {margin-left:5px;}
.mrgLft10 {margin-left:10px;}
.mrgLft15 {margin-left:15px;}
.mrgLft20 {margin-left:20px;}
.mrgLft35 {margin-left:35px;}
.mrgLft200 {margin-left:200px;}
.mrgLft210 {margin-left:210px;}
.mrgLft220 {margin-left:220px;}
.mrgLft1em {margin-left:1em;}
.mrgRgt5 {margin-right:5px}
.mrgRgt10 {margin-right:10px !important;}
.mrgRgt15 {margin-right:15px}
.mrgRgt1em {margin-right:1em}
.mrgTop5 {margin-top:5px;}
.mrgTop2 {margin-top:2px;}
.mrgTop3 {margin-top:3px;}
.mrgTop10 {margin-top:10px;}
.mrgTop15 {margin-top:15px;}
.mrgTop1em {margin-top:1em;}
.mrgTop90 {margin-top:80px;}
.mrgBot5 {margin-bottom:5px;}
.mrgBot10 {margin-bottom:10px;}
.mrgBot20 {margin-bottom:20px;}
.mrgBot30 {margin-bottom:30px;}

.template-id-26 td {
    text-align: justify;
    padding-right: 5px;
}
iframe, object, embed {
    max-width: 100% !important;
}