body {
    /*     background: #eeeeee; */
    /* background: #fff; */
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}

a {
    color: #151515;
    text-decoration: none;
    transition: .25s;
}

.header-wrapper {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header-up {
    border: 1px solid #e7e7e7;
}

.navbar-default {
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
    /* padding-top: 6px; */
    /* padding-bottom: 15px; */
    background: #47bd4d; /* Old browsers */
    /*background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 35%, #47bd4d 35%, #47bd4d 100%); !* FF3.6-15 *!*/
    /* background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 35%, #47bd4d 35%, #47bd4d 100%); */ /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right, #ffffff 0%, #ffffff 35%, #47bd4d 35%, #47bd4d 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#47bd4d', GradientType=1); !* IE6-9 *!*/
}

.navbar-default .navbar-nav > li > a {
    /* font-weight: bolder; */
    font-size: 18px;
    padding: 24px 14px 16px;
    /* padding-right: 15px; */
    color: #fff;
    /* text-transform: uppercase; */
    /* margin-right: 85px; */
    font-stretch: semi-condensed;
}

.navbar-brand {
    background: #fff;
    height: 90px;
    padding: 6px;
}

ul.navbar-nav.nav {
    /* margin-left: -20px; */
    background: #47bd4d;
    margin: 0 auto;
    display: inline-block;
    float: none !important;
    /* margin-top: 4px; */
}

.block {
    border: 1px solid #ddd;
    background: #fff;
    display: block;
    padding: 10px 15px;
}

.block .header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.block .header h2 {
    margin: 0px;
    font-size: 17px;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: Halvetica, Arial;
    color: #2e2e2e;
    font-stretch: semi-condensed;
}

.main_news_block .blog_header {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 1.3;
}

.item_meta_wrapper {
    font-size: 15px;
    font-stretch: semi-condensed;
    color: #555;
    padding: 5px 0px 0px;
}

.item_meta_wrapper .inline {
    border-right: 1px solid #ddd;
    padding: 0px 8px;
}

.item_meta_wrapper .inline:last-child {
    border-right: none;
}

.item_meta_wrapper .inline:first-child {
    padding-left: 0px
}

.item_category a {
    color: #3f6919;
}

.entry-date {
    color: #272727;
    font-size: 15px;
    font-stretch: semi-condensed;
}

.inline {
    display: inline;
}

.main_news_block {
    position: relative;
    min-height: 350px;
    /* background: #eee; */
}

.main_news_block_description {
    margin-top: 5px;
}

.blog_header a {
    color: #151515;
    font-stretch: semi-condensed;
}

a:hover {
    outline: medium none;
    text-decoration: none;
    color: #3c9c41;
}

.inline-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 1440px) {
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.7361rem;
        margin-right: -1.7361rem;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        position: relative;
        min-height: 1px;
        padding-left: 1.7361rem;
        padding-right: 1.7361rem;
    }
}

.entry-box .entry-title a {
    font-size: 25px;
    line-height: 1.2;
    /* text-transform: lowercase; */
    font-stretch: semi-condensed;
    color: #414141;
    padding: 15px 15px 0px;
    display: block;
}

.entry-title {
    /* font-size: 14px; */
    /* margin: 0px; */
    /* font-stretch: ultra-condensed; */
    margin: 0px;
    margin-bottom: 10px;
}

.entry-desc {
    /* box-sizing: border-box; */
    color: rgb(119, 119, 119);
    /* display: block; */
    /* font-family: Roboto, sans-serif; */
    font-size: 15px;
    /* font-style: normal; */
    /* font-weight: 400; */
    /* height: 90px; */
    hyphens: none;
    /* letter-spacing: normal; */
    line-height: 1.2;
    /* margin-bottom: 15px; */
    text-transform: uppercase;
}

.entry-list .entry-desc {
    text-transform: initial;
    font-size: 14px;
}

.entry-list {
    padding: 15px 0px;
}

.entry-title .entry-date {
    font-size: 12px;
    color: #a5a5a5;
    /* font-weight: bolder; */
    /* font-stretch: semi-condensed; */
    margin-right: 8px;
}

.entry-title a {
    color: #2f2f2f;
    font-size: 25px;
    font-stretch: semi-condensed;
    line-height: 1.2;
    font-size: 25px;
    line-height: 1.2;
    /* text-transform: lowercase; */
    font-stretch: semi-condensed;
    color: #414141;
    /* display: block; */
    /* font-family: 'Myraid Pro'; */
}

.entry-title a:hover {
    color: #0a8507;
}

.entry-description,
.entry-description a {
    color: #696969;
    font-size: 17px;
    font-stretch: semi-condensed;
}

.most-recent {
    min-height: 250px;
}

.entry-header .entry-title a {
    /*font-family: Montserrat, sans-serif;*/
    /* font-size: 16px; */
    /* font-style: normal; */
    /* font-weight: 700; */
    /* text-transform: uppercase; */
}

.inner_block .entry-image.pull-left {
    /* margin-bottom: 15px */
    min-height: 80px;
    margin-right: 15px;
    margin-top: 4px;
}

.entry-image img {
    max-width: 100%
}

.single-box .box-title {
    /* font-size: 23px; */
    /* line-height: 1.2; */
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    /* color: #fff; */
    margin: 0px;
    /* padding: 15px 5px; */
    /* background: rgba(92, 184, 92, 0.8); */
}

.single-box {
    position: relative;
}

.single-box .box-title a {
    color: #fff;
    padding: 15px 5px;
    display: block;
    background: rgba(9, 173, 66, 0.71);
    font-size: 16px;
    line-height: 1.2;
}

.single-box.gallery {
    height: 200px;
    overflow: hidden;
}

.single-box .box-title a:hover {
    background: rgb(9, 173, 66);
}

.single-box img {
    min-width: 100%;
}

/*header navbar menu*/
.header-bottom .dropdown-menu {
    border-top: 3px solid #34963a;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.88);
    padding: 0px;
    top: 61px;
}

.header-bottom .dropdown-menu li {
    border-bottom: 1px solid #34963a78;
    padding: 3px 10px;
}

.header-bottom .dropdown-menu li:last-child {
    border: none;
}

.header-bottom .dropdown-menu > li > a {
    line-height: 1.8;
    padding: 0px;
    font-size: 16px;
    font-stretch: semi-condensed;
    border-bottom: 0px solid #ddd;
}

/*footer area*/
.footer-area {
    background: #018d3e;
    color: #d8d8d8;
    /* padding-bottom: 35px; */
    /* padding-top: 10px; */
    /* margin-top: 55px; */
    /* border-top: 1px solid #3c783a; */
    font-stretch: semi-condensed;
}

.single-footer {
    padding-top: 35px;
    padding-bottom: 13px;
}

.single-footer h3 {
    margin: 5px 0px 3px;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    font-stretch: semi-condensed;
}

ul.footer-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.footer-list li {
    /* border-bottom: 1px solid #636363; */
}

ul.footer-list li a,
ul.footer-list li {
    padding: 3px 0px;
    color: inherit;
    /* cursor: pointer; */
    font-size: 16px;
    /* font-style: normal; */
    /* font-weight: 600; */
    font-stretch: semi-condensed;
}

ul.footer-list li a:hover {
    color: #fff;
}

ul.footer-list li .fa {
    margin-right: 5px;
    display: inline;
}

.footer-area input#itemwrapper-calendar_date {
    display: none;
}

.footer-area .datepicker table tr td, .footer-area .datepicker table tr th {
    border-radius: 0px;
    /* width: 40px; */
    padding: 3px 9px;
}

.footer-area .datepicker .datepicker-switch:hover, .footer-area .datepicker .prev:hover, .footer-area .datepicker .next:hover, .footer-area .datepicker tfoot tr th:hover {
    background: #4e4e4e;
    color: #fff;
}

.footer-area .datepicker table tr td.day:hover, .footer-area .datepicker table tr td.focused {
    background: #4e4e4e;
    color: #fff;
}

/* Portfolio */
#portfolio {
    padding: 66px 0 44px 0;
    background: #eee;
}

.portfolio-filter {
    width: 100%;
    padding: 22px 0 44px 0;
    background: #fff;
    margin: 0 0 66px 0;
    position: relative;
}

@media (max-width: 768px) {
    .portfolio-filter {
        display: none;
    }

    .layer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.portfolio-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.portfolio-filter li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 14px;
    margin: 22px 22px 0 0;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    cursor: pointer;
}

.portfolio-filter li:hover,
.portfolio-filter li.active {
    color: #fff;
}

.portfolio-filter li.active {
    cursor: default;
}

.portfolio-item {
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
    opacity: 1;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.portfolio-item.fade {
    opacity: 0.3;
}

.portfolio-item figure {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 400px;
}

.portfolio-item figure .portfolio-img {
    position: relative;
    display: block;
    width: 100%;
    height: 360px;
    margin: 44px 0 0 0;
    opacity: 1;
    transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.upsidedown .portfolio-item figure .portfolio-img {
    height: 345px;
    margin: 0;
}

.portfolio-item figcaption {
    position: absolute;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    text-align: center;
}

.portfolio-item svg {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 10;
    width: 101%;
    height: 101%;
}

.upsidedown .portfolio-content {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.portfolio-item .seperator {
    height: 5px;
    width: 44px;
    margin: 44px auto 0 auto;
    transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
}

.portfolio-item h3 {
    padding: 22px 22px 11px 22px;
    margin: 0;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
    word-break: keep-all;
    color: #fff75e;
    font-weight: bolder;
    font-stretch: semi-condensed;
}

.portfolio-item.hovered h3 {
    color: #333;
}

.portfolio-item p {
    padding: 0 22px 11px 22px;
    transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
    transition-delay: 0s;
    transition-duration: 0.1s;
    color: #ffffff;
}

.upsidedown .portfolio-item p {
    height: 66px;
}

.portfolio-item .button-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.upsidedown .portfolio-item .button-container {
    top: 35%;
}

.portfolio-item button {
    display: inline-block;
    background: #fff;
    padding: 11px 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    border: none;
    text-align: center;
    opacity: 0;
}

.portfolio-item:hover figure .portfolio-img {
    opacity: 1;
}

/*#portfolio .portfolio-item:hover,
#portfolio .portfolio-item:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}*/
#portfolio .portfolio-item:hover .seperator,
#portfolio .portfolio-item:hover h3,
.portfolio .portfolio-item:hover .seperator,
.portfolio .portfolio-item:hover h3 {
    margin-top: -5px;
}

.upsidedown .portfolio-item:hover p {
    height: 0px;
}

#portfolio .portfolio-item:hover .seperator,
#portfolio .portfolio-item:hover p,
.portfolio .portfolio-item:hover .seperator,
.portfolio .portfolio-item:hover p {
    opacity: 0;
}

#portfolio .portfolio-item:hover button,
.portfolio .portfolio-item:hover button {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.portfolio-item figure .portfolio-img img {
    max-width: 100%;
    bottom: 0px;
    position: absolute;
    left: 0px;
}

#map {
    display: block;
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
    -moz-box-shadow: 0px 5px 20px #ccc;
    /* -webkit-box-shadow: 0px 5px 20px #ccc; */
    /* box-shadow: 0px 5px 20px #ccc; */
}

#map.large {
    height: 500px;
}

.nogutter + .nogutter {
    padding-left: 0px;
}

.post-modern {
    /* background: rgb(251, 251, 251); */
    /* border: 1px solid #eaeaea; */
    min-height: 450px;
    max-height: 450px;
    margin-bottom: 30px;
    display: inline-block;
    overflow: hidden;
}

.post-modern__image-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    /* background: #000; */
}

.post-modern__image-wrap img {
    opacity: 1;
    transition: .33s;
    max-width: 100%;
}

.post-modern__image {
    position: relative;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    min-height: 215px;
    /* min-width: 100%; */
    max-width: none;
    will-change: transform;
}

.post-modern__title {
    position: relative;
    padding-left: 10px;
    min-height: 50px;
    font-size: 18px;
    line-height: 1.44444;
    font-weight: 500;
    color: #151515;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

* + .post-modern__text {
    margin-top: 5px;
    padding: 1px 10px;
}

ul.post-modern__meta {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9fa3a7;
    margin-left: -6px;
    padding: 10px;
}

ul.post-modern__meta > li {
    display: inline-block;
    padding: 3px 5px;
    vertical-align: middle;
}

ul.post-modern__meta .fa {
    position: relative;
    top: 2px;
    font-size: 16px;
    padding: 0;
    margin-right: 2px;
    display: inline-block;
    vertical-align: baseline;
}

ul.post-modern__meta > li > * {
    display: inline;
    vertical-align: middle;
    padding: 0 .3em;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .post-modern__title {
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .post-modern__main {
        padding: 30px 20px 30px 15px;
    }
}

h1.page-title {
    font-stretch: semi-condensed;
    /* font-weight: bold; */
    font-size: 33px;
    margin-top: 15px;
    color: #326909;
    text-transform: uppercase;
}

.breadcrumb {
    margin: 0px -15px;
    /* padding: 6px 15px 11px; */
    margin-bottom: 0px;
    margin-top: 0px;
    list-style: none;
    background: none;
    border-radius: 0px;
    /* border-bottom: 1px solid #ddd; */
}

.breadcrumb a, .breadcrumb li {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 2.25;
    /*font-family: Roboto, sans-serif;*/
    letter-spacing: 0px;
}

.breadcrumb .active {
    color: #198ef1;
}

.ep-heading h1 {
    font-size: 24px;
    font-weight: bolder;
    font-stretch: semi-condensed;
    /*font-family: Helvetica, Arial;*/
}

.ep-type ul.post-modern__meta {
    padding: 0px;
    margin-left: -5px;
}

.ep-content {
    padding-top: 15px;
    font-size: 15px;
    /*font-family: Helvetica, Arial;*/
}

.sma-img img {
    max-width: 100%;
    min-height: 190px;
    min-width: 100%;
}

.box-title {
    background: #09ad42;
    padding: 7px;
    min-height: 75px;
}

.box-title a {
    color: #fff;
    font-size: 13px;
}

.box-title a:hover {
    text-decoration: underline;
}

.route-wrapper-search .form-control {
    border-radius: 4px;
    /* border: none; */
    border: 1px solid #5ac55a !important;
    box-shadow: none !important;
    height: 46px;
    font-size: 15px;
    /* background: #ebf5ea; */
}

.route-wrapper-search ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

.route-wrapper-search ul li {
    float: left;
    margin-right: 20px;

}

.route-wrapper-search ul li a {
    display: block;
    padding: 10px 20px;
    color: #0a5821;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #079d35;
    border-radius: 33px;
}

.route-wrapper-search ul li a.selected {
    background: #ebf5ea;
}

.route-wrapper-search button {
    padding: 10px 45px;
}

.contact-text h2 {
    /* font-stretch: semi-condensed; */
    font-weight: bold;
}

.form-control {
    border-radius: 0px;
    /* border: 1px solid #ddd; */
    /* height: 50px; */
    box-shadow: none !important;
    /* padding: 5px 2px 6px 2px; */
    /* box-sizing: initial; */
}

div.routes-table {
    display: block;
    /* border: 1px solid #5ac55a; */
    background: #f5f9fb;
    /* padding: 15px; */
    margin-top: 28px;
}

.routes-table thead {
    background: #d7ebdc;
}

.routes-table th,
.routes-table th a {
    font-size: 14px;
    color: #105810;
    font-stretch: semi-condensed;
    vertical-align: middle;
}

.routes-table .table tbody tr > td {
    border-top: none;
    font-size: 14px;
    /* font-stretch: semi-condensed; */
    /* font-weight: bolder; */
    color: #3c3c3c;
}

.routes-table .table > thead > tr > th {
    border-bottom: 0px;
}

.divider {
    height: 22px;
    display: block;
    width: 100%;
    background: #eee70461;
    margin: 15px 0px;
}

.divider .strong-border {
    display: block;
    width: 100%;
    border-bottom: 2px dashed #d0c333;
    padding: 5px 0px;
}

#gallery-list {
    margin: -5px;
}

.gallery_view {
    margin: 5px -10px;
    overflow: hidden;
    height: 300px;
}

.gallery_view img {
    min-width: 100%;
    min-height: 100%;
    max-width: initial;
}

.gallery {
    position: relative;
    /* margin-bottom: 15px; */
    /* border: 1px solid #30c564; */
    border-radius: 2px;
    padding: 0px;
    min-height: 190px;
    overflow: hidden;
}

.gallery:hover a img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1)
}

.gallery a img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    min-height: 100%
}

.gallery .video-icon {
    background: url("../img/play.png");
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.gallery .gallery-title {
    position: absolute;
    bottom: 0px;
    background: #0000009c;
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    min-height: 50px;
}

.gallery .gallery-title a {
    color: #fff;
}

.container.white {
    background: #FFF;
    margin-top: 15px;
    padding: 15px;
    padding-top: 5px;
    border: 1px solid #e2e2e2;
}

.widget-title h2 {
    /* font-stretch: semi-condensed; */
    /* font-weight: bold; */
    font-size: 35px;
    margin-top: 3px;
    margin-bottom: 5px;
    /* text-decoration: underline; */
}

.logo_wrapper a {
    padding-bottom: 10px;
    padding-top: 10px;
    display: inline-block;
}

img.logo {
    max-width: 100%;
}

span#searchicon {
    background: #09ad42;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 33px;
    height: 30px;
}

input#searchbox {
    border: 1px solid #e6e6e6;
    /* min-width: 450px; */
    margin: 0 auto;
    border-radius: 3px;
}

aside {
    margin-bottom: 25px;
    margin-top: 15px;
    /* border-bottom: 1px solid #ddd; */
}

.normal-title {
    line-height: 1.4em;
    padding: 10px 0px 25px;
}

.related-blogs {
    padding: 15px 0px;
}

.related-box {
    min-height: 290px;
}

.related-blogs .widget-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.total-aside .widget-title {
    background: #19bf53;
    padding: 1px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.total-aside .widget-title a {
    color: #fff;
}

.total-aside .widget-title h2 {
    color: #fff;
    font-size: 18px
}

span.list-icon {
    font-size: 17px;
    color: #19bf53;
    padding-left: 1px;
}

h4.search_title {
    margin-top: 30px;
    font-size: 16px;
}

h4.search_title a {
    color: #337ab7;
}

p.search_content {
    font-size: 13px;
}

ul#route-region-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 30px;
    margin-top: 13px;
    display: inline-block;
}

ul#route-region-list li {
    padding: 0px;
    margin: 0px;
    float: left;
}

ul#route-region-list li a {
    /* background: #ddd; */
    padding: 6px 10px;
    color: #099c34;
    font-weight: bold;
    font-stretch: semi-condensed;
    font-size: 17px;
}

ul#route-region-list li.selected a {
    /* text-decoration:underline; */
    color: #ffffff;
    background: #5cb85c;
    border-radius: 3px;
}

ul#route-region-list li + li a {
    margin: 0px 10px;
}

.leaflet-control-container .leaflet-routing-container {
    display: none;
}

.modal-dialog {
    width: 75%;
    margin: 0 auto;
}

.nivoSlider img {
    max-width: 100%;
}

.home_pubs {
    background-color: #f3f7fe;
}

.home_pubs .description {
    color: #ffffff;
    display: inline;
    /*font-family: Roboto, sans-serif;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4
}

.entry-box {
    background: #fff;
    box-shadow: 0px 0px 2px #edf3fd;
    min-height: 385px;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    /* font-family: Montserrat, sans-serif; */
    /* letter-spacing: -4px; */
    text-align: inherit;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .home_aboutus h2 {
        font-size: 92px;
    }

    .layer {
        padding-top: 0px;
        padding-bottom: 30px;
    }
}

.ep-content {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    /*font-family: Roboto, sans-serif;*/
    letter-spacing: 0px;
    text-align: left;
    color: #6f6f6f;
}

img {
    max-width: 100%;
}

.information-contact {
    font-size: 16px;
    line-height: 1.5;
}

/*--------------------------------------------------------------
3.0 - Slider
--------------------------------------------------------------*/

#main-slider span {
    font-size: inherit !important;
    color: #ffffff;
    line-height: 1.45 !important;
    /* display: inherit; */
}

#main-slider h2 {
    color: #ffffff;
}

#main-slider .big-caption {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

#main-slider .normal-caption {
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 18px;
    text-align: center;
}

#main-slider .btn {
    font-size: 14px !important;
    line-height: 40px !important;
    padding: 0 15px !important;
    height: 40px !important;
}

@media screen and (min-width: 550px) and (max-width: 768px) {
    #main-slider .big-caption {
        font-size: 28px !important;
    }

    #main-slider .normal-caption {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 550px) {
    #main-slider .big-caption {
        font-size: 20px !important;
    }

    #main-slider .normal-caption {
        font-size: 12px !important;
    }
}

.rev_slider .slotholder:after, .rev_slider .slotholder .kenburnimg img:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 99;
    background: rgba(0, 0, 0, 0.45);
}

button.btn {
    height: 50px;
    border-radius: 0px;
    padding: 10px 20px;
    outline: none;
}

a.btn-sds {
    line-height: 30px;
    border-radius: 0px;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    outline: none;
}

div#dsel2 {
    padding: 30px 0px;
}

.search_wrapper .search_button,
.search_wrapper .search_input {
    border: 1px solid #b7b7b7;
    border-radius: 7px;
}

.search_wrapper .search_input {
    padding: 10px;
    font-size: 16px;
    display: inline;
    width: 98%;
    outline: none;
}

.search_wrapper .search_button {
    padding: 10px 40px;
    font-size: 16px;
    display: inline;
    position: absolute;
    right: 0px;
    background: #29b43c;
    color: #fff;
    font-weight: bolder;
}

.search_wrapper {
    display: block;
    /* width: 600px; */
    margin: 0 auto;
    position: relative;
    padding-top: 25px;
}

.tlogo_wrapper {
    margin-bottom: 10px;
}

.header-top {
    background: #285f40;
}

.header-top a .icon {
    display: block;
    width: 30px;
    height: 24px;
    margin: 0 auto;
    margin-bottom: 2px;
    background: url("../img/header-top-icons.png");
}

.header-top ul.nav li a {
    padding: 5px 30px;
    /* margin-right: 20px; */
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #6f6f6f;
}

.header-top ul.nav li a .icon.ticket {
    background-position: -4px 0px;
}

.header-top ul.nav li a .icon.service {
    background-position: -39px 0px;
}

.header-top ul.nav li a .icon.qa {
    background-position: -83px 0px;
}

.header-top ul.nav li a .icon.contact {
    background-position: -116px 0px;
}

.header-top ul.nav li a .icon.login {
    background-position: -155px 0px;
}

.header-middle {
    padding-top: 5px;
    padding-bottom: 5px;
}

.language-switcher > a > label {
    display: block;
    margin: 0px;
}

.language-switcher ul.dropdown-menu li a {
    padding: 5px 15px;
}

.language-switcher ul.dropdown-menu li a label {
    margin-left: 5px;
}

.page-header {
    padding: 25px 0px;
    border: none;
    border-left: 4px solid #6dba6c;
    padding-left: 15px;
    background: #f3f5ff;
    margin: 0px;
    margin-bottom: 15px;
}

.item-wrapper-search {
    border-bottom: 1px solid #ddd;
}

.col-wide-right {
    padding-right: 0;
}

.col-wide-left {
    padding-left: 0;
}

.sidebox {
    border: 1px solid #ddd;
    padding: 15px !important;
    background: #fbfbfb;
    border-top: 4px solid #56af14;
}

.owlNavigation .fa {
    font-size: 15px;
    color: #26bf69;
    font-weight: normal;
}

.widget-header a,
.widget-header {
    text-transform: uppercase;
    color: #4fa013;
    font-weight: bolder;
    margin-bottom: 15px;
    font-size: 21px;
}

.owlNavigation {
    position: relative;
    top: 0px;
    height: 50px;
}

.btn-circle {
    border-radius: 58px;
    padding: 7px 8px 4px;
    line-height: 1;
    box-shadow: 0px 1px 2px #5d5d5d;
    color: #ddd;
    margin: 0px 3px;
}

.entry-box .entry-content {
    padding: 10px;
}

.widget-show-all a {
    display: inline-block;
    text-align: center;
    color: #404040;
    font-size: 21px;
    margin: 15px auto;
    font-stretch: semi-condensed;
}

.carousel-box .widget-show-all a:hover {
    color: #3c783a;
}

.event-box .widget-show-all a {
    background: #dedede;
    display: block;
    /* width: 250px; */
    padding: 8px;
    text-align: center;
    color: #424242;
    /* border-radius: 5px; */
    line-height: 1.3;
    font-weight: bolder;
    font-size: 12px;
    text-transform: uppercase;
    margin: 30px auto;
}

.event-box .widget-show-all a:hover {
    background: #d4d4d4;
}

.news-list .widget-show-all a {
    line-height: 1.3;
    font-size: 13px;
    text-transform: uppercase;
    color: #616161;
    display: inline-block;
    margin-top: 10px;
}

.news-list .widget-show-all a:hover {
    text-decoration: underline;
}

.news-list {
    display: inline-block;
    padding: 50px 0px;
}

.news-list .entry-title a {
    color: #78b5e8;
    font-size: 15px;
    text-decoration: underline;
}

.news-title {
    margin-top: 70px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 15px;
    font-size: 21px;
}

.event_text {
    /* font-weight: bold; */
    font-size: 16px;
    text-align: center;
    display: block;
    color: #448c0e;
    border-bottom: 1px solid #63bb05;
    padding: 10px;
    width: 300px;
    margin: 0 auto;
}

.footer-logo h3, .footer-logo h2 {
    /* text-align: center; */
    /* text-transform: uppercase; */
    font-size: 27px;
    font-weight: normal;
    font-stretch: semi-condensed;
}

.footer-logo h2 {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
}

.footer-bottom {
    background: #285f40;
    padding: 10px 0px;
    margin-top: 10px;
    color: #efefef;
    font-size: 15px;
    font-stretch: semi-condensed;
}

.entry-list .events {
    margin-top: 15px;
    font-size: 12px;
    color: #565656;
}

.entry-list .events ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-top: 2px;
}

.entry-list .events a {
    color: #337ab7;
}

.entry-list .events a:hover {
    color: #56af14;
}

.tab-content {
    border-top: none;
    padding: 20px 0px;
    background: #fff;
    margin-bottom: 20px;
}

.location-content {
    padding-top: 50px;
}

.home_pubs .entry-box {
    margin: 5px 0px;
}

.home_pubs .entry-box:hover {

    box-shadow: 2px 1px 14px #c6cdd866;

    border-bottom: 3px solid #6eba6c;
}

.pagination > li > a, .pagination > li > span {
    color: #3c783a;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #56af14;
    border-color: #56af14;
}

.entry-list .entry-location {
    color: #777777;
    padding-top: 15px;
}

.nav.navbar-nav > li:hover > a {
    /* background: #fff; */
    color: #696969;
    z-index: 100;
    /* border: 1px solid #ddd; */
    border-bottom: none;
}

.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navbar-nav li .sub-menu {
    left: 0%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.language span, .language a {
    color: #fff;
    font-size: 13px;
    border-right: 1px solid #fff;
    padding: 0px 8px;
    line-height: 1.8;
    text-transform: uppercase;
}

.language span {
    color: #969696;
}

.language span:last-child,
.language a:last-child {
    border: none
}

.category_header {
    /* border-left: 3px solid #47bd4d; */
    /* border-bottom: 1px solid #ddd; */
    margin: 15px 0 15px;
    /* padding: 5px; */
    /* padding-left: 15px; */
}

.category_header.first {
    margin-top: 0;
}

.box_header_index .header {
    display: inline-block;
    border-left: 3px solid #47bd4d;
    padding-left: 15px;
    margin-bottom: 5px;
}

.box_header_index .sub_header {
    display: inline;
    margin-left: 5px;
}

.headerColor {
    color: #131313;
    font-weight: normal;
    line-height: 1;
    font-size: 50px;
    font-stretch: semi-condensed;
}

.box_header_index.header .headerColor {
    font-size: 14px;
}

h1.categoryHeader {
    color: #094091;
    display: inline-block;
    font: bold 30px/1.25em Oswald, sans-serif;
    letter-spacing: normal;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 0;
    text-transform: uppercase;
    vertical-align: baseline;
    word-spacing: normal;
}

.headerColor.mini {
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: bolder;
    line-height: 1.5;
    margin-bottom: 8px;
}

.subHeaderColor {
    color: #5a5a5a;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.next-block {
    margin-top: 15px;
}

.entry-carousel-box {
    border: 1px solid #efefef;
    display: inline-block;
    width: 100%;
    min-height: 200px;
}

.entry-carousel-box:hover {
    border-right: 3px solid #6eba6c;
}

.entry-carousel-box .entry-content {
    padding: 15px;
}

.entry-carousel-box .entry-image {
    margin-right: 15px;
}

.entry-carousel-box .entry-title a {
    font-size: 24px;
    line-height: 1.2;
}

.show_all_arrow {
    color: #4e9a4b;
    font-size: 18px;
}

.doc-list .header {
    border: none;
    padding: 0px;
}

.doc-list-content {
    /* background: #f7fafe; */
    padding: 15px 0px;
    /* border: 1px solid #eee; */
    margin-bottom: 15px;
    border-top: 4px solid #6dba6c;
    display: inline-block;
}

.doc-list-content .panel-heading {
    background: none;
    border: none;
    border-radius: 0px;
    padding: 0px;
    position: relative;
}

.doc-list-content .panel-group .panel-default {
    border-radius: 0px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #6dba6c63;
}

.doc-list-content .panel-body {
    border: none !important;
}

.doc-list-content .panel-title > a {
    padding: 18px 70px 18px 0;
    display: block;
    font-size: 19px;
    font-stretch: condensed;
    /* font-weight: bolder; */
    color: #232323;
}

.doc-list-content .panel-heading .panel-title a:not(.collapsed):after {
    background: #f11;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE1LjEgOC44IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNS4xIDguOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjOTU5NTk1IiBkPSJNNy41LDguOEwwLjMsMS41Yy0wLjMtMC4zLTAuMy0wLjksMC0xLjNjMC4zLTAuMywwLjktMC4zLDEuMywwbDYsNmw2LTZjMC4zLTAuMywwLjktMC4zLDEuMywwDQoJYzAuMywwLjMsMC4zLDAuOSwwLDEuM0w3LjUsOC44eiIvPg0KPC9zdmc+) no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.doc-list-content .panel-heading .panel-title a.collapsed:after {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE1LjEgOC44IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNS4xIDguOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjOTU5NTk1IiBkPSJNNy41LDguOEwwLjMsMS41Yy0wLjMtMC4zLTAuMy0wLjksMC0xLjNjMC4zLTAuMywwLjktMC4zLDEuMywwbDYsNmw2LTZjMC4zLTAuMywwLjktMC4zLDEuMywwDQoJYzAuMywwLjMsMC4zLDAuOSwwLDEuM0w3LjUsOC44eiIvPg0KPC9zdmc+) no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -5px;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.footer-logo-img {
    display: inline-block;
    margin-right: 15px;
    height: 120px;
}

.doc-list-content .entry-title a {
    font-size: 18px;
    font-weight: 300;
    color: #383838;
}

.doc-list-content .entry-title a:hover {
    color: #0a8507;
}

.doc-list-content .entry-date {
    color: #6f6f6f;
}

.navbar-collapse {
    background: #47bd4d;
    text-align: center;
}

button.navbar-toggle {
    border: none;
    outline: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background-color: white;
}

.modal-title {
    display: inline;
}

.sidebar {
    padding-left: 20px;
}

.sidebar-widget {
    margin-bottom: 40px;
}

.sidebar-widget h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

.sidebar-widget form button {
    background: none;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}

.sidebar-widget form {
    position: relative;
    border-radius: 9px;
}

.sidebar-widget form input {
    margin-bottom: 0;
    border-radius: 5px;
    padding-right: 35px;
}

.blog-reply form textarea::-webkit-input-placeholder,
.blog-reply form input::-webkit-input-placeholder,
.sidebar-widget form input::-webkit-input-placeholder {
    color: #333;
}

.sidebar-widget ul li a {
    background: #fafafa;
    display: block;
    padding: 8px 18px;
    border-radius: 5px;
    text-transform: uppercase;
}

.sidebar-widget ul li {
    padding: 5px 0;
}

.sidebar-widget ul li a.active,
.sidebar-widget ul li a:hover {
    background: #46bd4d;
    color: #fff;
}

.sidebar-widget ul li a span {
    float: right;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-menu li i {
    margin-right: 10px;
    font-size: 18px;
}

.message-list-wrapper {
    border: 1px solid #ddd;
    border-top: none;
    padding-top: 50px;
    margin-bottom: 30px;
}

.message-list-wrapper tr {
    cursor: pointer;
}

.grid-view .summary {
    padding: 10px;
}

.task-bold {
    font-weight: bolder;
    font-size: 16px;
}

.task-list-item {
    border: none;
    border-bottom: 1px solid #ddd;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-left: unset;
    padding-right: unset;
}

.task-list-link {
    color: #333333;
}

.task-list-link:hover {
    color: #333333;
    text-decoration: underline;
}

.room-listing-content {
    padding: 20px !important;
}

.task-profile-thumb {
    border: 1px solid #aaaaaa;
    border-radius: 12px;
    width: auto;
}

.staff-tab-wrapper {
    padding: 15px 0px;
    margin-top: 20px;
}

.staff-tab-wrapper .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 40px 15px;
}

.staff-detail label {
    width: 150px;
}
.clock{
    font-size: 16px;
    color: #fff;
}
.clock +.clock{
    margin-left: 20px;
}
.home_pubs .entry-carousel-box{
    background: #fff;
}
.py-4{
    padding-top: 40px;
    padding-bottom: 40px;
}
.header-bottom .navbar-collapse{
    padding: 0;
}
.single-blog .ep-content ul{
    list-style: disc;
    padding: revert;
}
.single-blog .ep-content ol{
    list-style: decimal;
    padding: revert;
}
