/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
}

.page-header-bg {
}

.breadcrumb-img {
    margin-bottom: 20px;
}

a.img-zoom {
    position: relative;
    overflow: hidden;
    display: block;
}

    a.img-zoom img {
        width: 100%;
        position: relative;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }

    a.img-zoom:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

p {
    padding: 10px 0px;
}

form {
    height: 100%;
}

span.text-highlight {
    background-color: #ffff00;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    clear: both;
    margin-bottom: 40px;
}

.no-padding {
    padding: 0 !important;
}

.active2 {
    background-color: #f5f5f5;
}

.stats {
    font-size: 12px;
    color: #999;
}

.modal-content {
    border-radius: 0px;
}

.tab-content {
    padding: 20px 0px;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    overflow: hidden;
}

.nav-tabs > li {
    font-size: 18px;
    text-transform: uppercase;
}
/*background color*/
.bg-default {
    background-color: transparent;
}

.bg-white {
    background-color: #fff !important;
}

.bg-blue {
    background: #3498db !important;
}

.bg-red {
    background: #e74c3c !important;
}

.bg-sea {
    background: #1abc9c !important;
}

.bg-green {
    background: #2ecc71 !important;
}

.bg-yellow {
    background: #f1c40f !important;
}

.bg-orange {
    background: #e67e22 !important;
}

.bg-grey {
    background: #95a5a6 !important;
}

.bg-dark {
    background: #555 !important;
}

.bg-darker {
    background: #333 !important;
}

.bg-purple {
    background: #9b6bcc !important;
}

.bg-aqua {
    background: #27d7e7 !important;
}

.bg-brown {
    background: #9c8061 !important;
}

.bg-dark-blue {
    background: #4765a0 !important;
}

.bg-light-green {
    background: #79d5b3 !important;
}

.bg-grey98 {
    background: #fafafa !important;
}

/*border top*/
.border-top-blue {
    border-top: solid 2px #3498db;
}

.border-top-red {
    border-top: solid 2px #e74c3c;
}

.border-top-sea {
    border-top: solid 2px #1abc9c;
}

.border-top-green {
    border-top: solid 2px #2ecc71;
}

.border-top-yellow {
    border-top: solid 2px #f1c40f;
}

.border-top-orange {
    border-top: solid 2px #e67e22;
}

.border-top-grey {
    border-top: solid 2px #95a5a6;
}

.border-top-dark {
    border-top: solid 2px #555;
}

.border-top-darker {
    border-top: solid 2px #333;
}

.border-top-purple {
    border-top: solid 2px #9b6bcc;
}

.border-top-aqua {
    border-top: solid 2px #27d7e7;
}

.border-top-brown {
    border-top: solid 2px #9c8061;
}

.border-top-dark-blue {
    border-top: solid 2px #4765a0;
}

.border-top-light-green {
    border-top: solid 2px #79d5b3;
}

.border-top-grey98 {
    border-top: solid 2px #fafafa;
}

/*border left*/
.border-left-blue {
    border-left: solid 2px #3498db;
}

.border-left-red {
    border-left: solid 2px #e74c3c;
}

.border-left-sea {
    border-left: solid 2px #1abc9c;
}

.border-left-green {
    border-left: solid 2px #2ecc71;
}

.border-left-yellow {
    border-left: solid 2px #f1c40f;
}

.border-left-orange {
    border-left: solid 2px #e67e22;
}

.border-left-grey {
    border-left: solid 2px #95a5a6;
}

.border-left-dark {
    border-left: solid 2px #555;
}

.border-left-darker {
    border-left: solid 2px #333;
}

.border-left-purple {
    border-left: solid 2px #9b6bcc;
}

.border-left-aqua {
    border-left: solid 2px #27d7e7;
}

.border-left-brown {
    border-left: solid 2px #9c8061;
}

.border-left-dark-blue {
    border-left: solid 2px #4765a0;
}

.border-left-light-green {
    border-left: solid 2px #79d5b3;
}

.border-left-grey98 {
    border-left: solid 2px #fafafa;
}

/*photolist*/
.photo-item {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: center;
}

    .photo-item h3 {
        font-size: 14px;
        margin: 10px 0px;
    }

/*blogpost*/
img.blogpost-thumb {
    width: 100%;
    margin-bottom: 15px;
}

.blogpost-stat {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.starrr-stat {
    font-size: 12px;
}
/*banner*/
.static-banner {
    overflow: hidden;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .static-banner img {
        width: 100%;
        height: auto;
    }

/*navbar*/
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
}

    .navbar-default .navbar-nav > li > a .fa {
        font-size: 14px;
    }

/* Row with equal height columns */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*img-shadow*/
span.img-shadow {
    display: block;
    background: url(../img/shadow.png) center bottom no-repeat;
    padding-bottom: 28px;
}

    span.img-shadow img {
        padding: 5px;
        background: #fff;
        box-shadow: 0 0 10px #999;
    }

.featureslickslider,
.featureboxedspace {
    background: #e2e6e9;
}

.featurelist1,
.featurelist2,
.featurelist3,
.featurelist4 {
    padding-top: 50px;
    background: #e2e6e9;
}

    .featurelist3 h3 {
        margin: 0px 0px;
        font-size: 22px;
        color: #2a70d0;
    }

    .featurelist3 a.btn-more {
        font-style: italic;
        display: inline-block;
        background: #337ab7;
        color: #fff;
        margin-bottom: 20px;
        padding: 5px 15px;
    }

    /*featurelist4*/
    .featurelist4 .thumbnail {
        position: relative;
        background: #12aef7;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        padding: 0px 0px;
        border: none;
        border-radius: 0px;
    }

        .featurelist4 .thumbnail:before,
        .featurelist4 .thumbnail:after {
            content: " ";
            display: table;
        }

        .featurelist4 .thumbnail:after {
            clear: both;
        }

        .featurelist4 .thumbnail:hover {
            background: #f90;
        }

        .featurelist4 .thumbnail .caption {
            margin-top: 0;
            text-align: center;
            /*padding: 28px 65px 16px 65px;*/
        }

            .featurelist4 .thumbnail .caption h3,
            .featurelist4 .thumbnail .caption h3 a,
            .featurelist4 .thumbnail .caption p {
                color: #ffffff;
            }

            .featurelist4 .thumbnail .caption p {
                line-height: 21px;
            }

            .featurelist4 .thumbnail .caption .btn-xs {
                display: inline-block;
            }

    .featurelist4 .btn-xs {
        padding: 0;
        line-height: 0;
        border: none;
        width: 28px;
        height: 28px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        text-align: center;
    }

        .featurelist4 .btn-xs:before {
            font-family: 'FontAwesome';
            content: '\f105';
            line-height: 27px;
            color: #000;
            font-size: 18px;
            position: absolute;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            left: 0;
            right: 0;
        }

        .featurelist4 .btn-xs:hover {
            background: #12aef7;
        }

            .featurelist4 .btn-xs:hover:before {
                color: #fff;
                background: transparent;
            }

    .featurelist4 .f1 {
        background-color: #aec40b;
    }

        .featurelist4 .f1:hover {
            background-color: #586306;
        }

    .featurelist4 .f2 {
        background-color: #00b1e0;
    }

        .featurelist4 .f2:hover {
            background-color: #00607a;
        }

    .featurelist4 .f3 {
        background-color: #0f5a6d;
    }

        .featurelist4 .f3:hover {
            background-color: #031013;
        }

    .featurelist4 .f4 {
        background-color: #44ce76;
    }

        .featurelist4 .f4:hover {
            background-color: #339a58;
        }

    .featurelist4 .f5 {
        background-color: #d48811;
    }

        .featurelist4 .f5:hover {
            background-color: #9f660c;
        }

    .featurelist4 .f6 {
        background-color: #d45f11;
    }

        .featurelist4 .f6:hover {
            background-color: #9f470c;
        }

@media (max-width: 1199px) {
    .featurelist4 .thumbnail .caption {
        padding: 28px 10px 16px;
    }
}

/*feature-sidebar*/
.feature-sidebar {
    background: transparent url(../img/bg-black-10.png) repeat scroll 0 0 !important;
    margin-right: 15px;
}

hr.no-border {
    border: none;
}

h3.border-top {
    border-top: solid 1px #ddd;
    margin-top: 0px;
    padding-top: 20px;
}

.img-hover {
    width: 100%;
}

    .img-hover:hover {
        opacity: 0.8;
    }

ul.list-article-older {
    margin-bottom: 0px;
}

    ul.list-article-older li {
        padding: 10px 0px;
        border-top: dotted 1px #ccc;
    }

a.navbar-brand {
    padding: 0px 15px;
}

    a.navbar-brand img {
        margin-top: 5px;
        height: 40px;
        border: none;
        display: inline-block;
    }

/*gallery*/
.thumb {
    margin-bottom: 10px;
}

/*Back To Top
------------------------------------*/
#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: rgba(0,0,0,0.3);
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
}

    #topcontrol:after {
        top: -2px;
        left: 8.5px;
        content: "\f106";
        position: absolute;
        text-align: center;
        font-family: FontAwesome;
    }

    #topcontrol:hover {
        color: #fff;
        background: #72c02c;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

/*Photostream
------------------------------------*/
.photostream {
    margin-right: -5px;
    text-align: center;
}

    .photostream li {
        padding: 0;
        margin: 3px 5px 2px;
        position: relative;
    }

        .photostream li img {
            width: 80px;
            height: 49px;
        }

/*Image Hover v2*/
.img-hover-v2 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.img-hover-v2:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

/* flexslider */
.flexslider-container {
    padding: 30px 45px;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
}

.border {
    height: 1px;
    width: auto;
    background: #d8d8d8;
    margin: 20px 0 10px 0;
}

/*Revolution Slider*/
.tp-dottedoverlay {
    z-index: 1 !important;
}

.tp-bullets.preview4 .bullet {
    border-radius: 10px !important;
}

.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
    color: #fff;
    border: solid 1px transparent;
}

.tp-banner-container a.re-btn-brd {
    background: none;
    border: solid 1px #fff;
}

    .tp-banner-container a.re-btn-brd:hover {
        color: #555;
        background: #fff;
    }

/*Fullwidth*/
.tp-banner-container .btn-u.btn-brd {
    font-weight: 400;
}

.tp-banner-container {
    position: relative;
}

/*Fullscreen*/
.fullscreen-container {
    padding: 0;
    width: 100%;
    position: relative;
}

/*Slider Contents v1*/
.revolution-mch-1:after {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background: rgba(0,0,0,0.1);
}

.revolution-ch1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
}

.revolution-ch2 {
    color: #fff;
    font-size: 20px;
    max-width: 470px;
    line-height: 25px;
    position: relative;
    text-align: center;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

/*.revolution-ch2:after {
  left: 50%;
  width: 70px;
  height: 2px;
  content: ' '; 
  bottom: -20px;
  background: #fff;
  margin-left: -35px;
  position: absolute;
}*/

/*Slider Contents v2*/
.re-title-v1 {
    color: #fff;
    font-size: 75px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
}

.re-title-v2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v1 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v2 {
    color: #fff;
    font-size: 24px;
    font-family: "Open Sans", Arial, sans-serif;
}

/*Slides*/
.rs-caption-1 {
    color: #fff;
    font-size: 32px;
    font-weight: 200;
    padding: 6px 75px;
    position: relative;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

    .rs-caption-1:after,
    .rs-caption-1:before {
        font-size: 16px;
        content: "\f005";
        position: absolute;
        font-family: FontAwesome;
    }

@media (max-width: 768px) {
    .rs-caption-1:after,
    .rs-caption-1:before {
        content: "";
    }
}

.rs-caption-1:after {
    right: 4%;
}

.rs-caption-1:before {
    left: 4%;
}

.rs-caption-2 {
    color: #fff;
    position: relative;
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    padding: 10px 50px;
    text-align: center;
}

    .rs-caption-2:after {
        left: 50%;
        content: "";
        height: 1px;
        width: 100px;
        bottom: -10px;
        background: #fff;
        margin-left: -50px;
        position: absolute;
    }

.rs-caption-3 a {
    margin: 0 5px;
    padding: 7px 20px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .rs-caption-1,
    .rs-caption-2,
    .rs-caption-3 {
        font-weight: normal;
    }
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

    header.carousel .item,
    header.carousel .item.active,
    header.carousel .carousel-inner {
        height: 100%;
    }

    header.carousel .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }

.carousel-caption h2 {
    background-color: rgba(0,0,0,.6);
    display: inline-block;
    padding: 5px 10px;
}

    .carousel-caption h2 a,
    .carousel-caption h2 a:visited {
        text-decoration: none;
        color: #fff;
    }

        .carousel-caption h2 a:hover {
            color: #337ab7;
        }

.portfolio-caption {
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 0px 10px 50px 10px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    text-align: justify;
}

/*custom*/
.carousel-caption .caption-inner {
    background-color: rgba(0,0,0,.3);
    display: inline-block;
    padding: 5px 10px;
    width: 50%;
    text-align: left;
    float: left;
}

    .carousel-caption .caption-inner .hc1 {
        font-size: 18px;
        text-transform: uppercase;
    }

    .carousel-caption .caption-inner .hc2 {
        font-size: 24px;
        text-transform: uppercase;
    }

    .carousel-caption .caption-inner .desc {
        text-align: justify;
    }

    .carousel-caption .caption-inner .more {
        text-align: right;
        margin-top: 5px;
        margin-bottom: 5px;
    }

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

    .price sup {
        top: -20px;
        left: 2px;
        font-size: 20px;
    }

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    background-color: #ddd;
    margin: 0 0;
}

.copyright {
    background-color: #777;
    /*border-top-left-radius: 6px;
    border-top-right-radius: 6px;*/
    padding-top: 15px;
    color: #fff;
}

.footer-socials {
    font-size: 12px;
    text-align: right;
}

    .footer-socials a {
        color: #f5f5f5;
    }

/*Latest List*/
.latest-list li {
    padding: 8px 0;
    border-top: 1px dotted #aaa;
}

    .latest-list li:first-child {
        padding-top: 0;
        border-top: none;
    }

    .latest-list li a {
        color: #000;
    }

.latest-list small {
    color: #999;
    display: block;
}

address {
    line-height: 25px;
    background: url(../img/map-bg.png) top center no-repeat;
    min-height: 130px;
}

/*subscribe*/
.subscribe {
    margin-bottom: 15px;
}

    .subscribe input {
        border-color: #18ba9b;
        border-right: none;
        background: transparent;
    }

    .subscribe .form-control {
        font-size: 14px;
        font-weight: 200;
    }

        .subscribe .form-control:focus {
            box-shadow: none;
            border-color: #18ba9b;
        }

    /*.subscribe .form-control::-moz-placeholder {
	color: #fff;
}
.subscribe .form-control:-ms-input-placeholder {
	color: #fff;
}
.subscribe .form-control::-webkit-input-placeholder {
	color: #fff;
}*/

    .subscribe .input-group-btn {
        border-color: #18ba9b;
        background: transparent;
    }

        .subscribe .input-group-btn .btn {
            border: 1px solid #18ba9b;
            background: #18ba9b;
        }

        .subscribe .input-group-btn i {
            color: #fff;
            font-size: 16px;
            font-weight: 200;
        }

/*Link List*/
.link-list li {
    border-top: 1px dotted #aaa;
}

    .link-list li:first-child {
        border-top: none !important;
    }

.link-list a {
    color: #000;
    font-size: 12px;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px;
}

/*Block Headline*/
.headline {
    display: block;
    margin: 10px 0 15px 0;
    border-bottom: 2px solid #aaa;
}

    .headline h2 {
        font-size: 20px;
        margin: 0 0 -2px 0;
        padding-bottom: 5px;
        display: inline-block;
        border-bottom: 2px solid #337ab7;
    }

    .headline h1 {
        font-size: 25px;
        margin: 0 0 -2px 0;
        padding-bottom: 5px;
        display: inline-block;
        border-bottom: 2px solid #337ab7;
    }

        .headline h1 a:hover {
            text-decoration: none;
        }

/*Funny Boxes*/
.funny-bg-grey {
    background: #f7f7f7;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.content-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .sm-margin-bottom-40 {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .md-margin-bottom-40 {
        margin-bottom: 40px;
    }
}

.funny-boxes {
    min-height: 240px;
    text-align: justify;
    background: #f7f7f7;
    padding: 20px 20px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .funny-boxes h2 {
        margin-top: 0;
        font-size: 18px;
        line-height: 20px;
    }

        .funny-boxes h2 a {
            color: #555;
        }

    .funny-boxes p a {
        color: #72c02c;
    }

    .funny-boxes .funny-boxes-img li {
        font-size: 12px;
        margin-bottom: 2px;
    }

        .funny-boxes .funny-boxes-img li i {
            color: #72c02c;
            font-size: 12px;
            margin-right: 5px;
        }

@media (max-width: 992px) {
    .funny-boxes .funny-boxes-img li {
        display: inline-block;
    }
}

.funny-boxes .funny-boxes-img img {
    margin: 5px 10px 15px 0;
}

.funny-boxes ul.funny-boxes-rating li {
    display: inline-block;
}

    .funny-boxes ul.funny-boxes-rating li i {
        color: #f8be2c;
        cursor: pointer;
        font-size: 14px;
    }

        .funny-boxes ul.funny-boxes-rating li i:hover {
            color: #f8be2c;
        }

.funny-boxes-colored p,
.funny-boxes-colored h2 a,
.funny-boxes-colored .funny-boxes-img li,
.funny-boxes-colored .funny-boxes-img li i {
    color: #fff;
}

/*News v1
------------------------------------*/
.news-section {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.news-v1 .news-v1-in {
    background: #fafafa;
    text-align: justify;
}

.news-v1 h3 {
    margin-bottom: 0;
    font-weight: 200;
    line-height: 28px;
    padding: 10px 15px 15px;
}

    .news-v1 h3 a {
        color: #337ab7;
    }

.news-v1 p {
    color: #555;
    padding: 0 15px;
    margin-bottom: 20px;
}

.news-v1 .news-v1-info {
    margin-left: 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 8px 10px;
    border-top: solid 1px #eee;
}

    .news-v1 .news-v1-info li {
        font-size: 12px;
    }

        .news-v1 .news-v1-info li a:hover {
            color: #72c02c;
            text-decoration: none;
        }

/*News v2
------------------------------------*/
/*News Badge*/
.news-v2 .news-v2-badge {
    overflow: hidden;
    position: relative;
}

    .news-v2 .news-v2-badge p {
        left: 0;
        top: 20px;
        background: rgba(255, 255, 255, 1.0);
        padding: 5px 15px;
        text-align: center;
        position: absolute;
    }

    .news-v2 .news-v2-badge span {
        color: #555;
        display: block;
        font-size: 16px;
        line-height: 16px;
    }

    .news-v2 .news-v2-badge small {
        color: #555;
        display: block;
        font-size: 10px;
        /*text-transform: uppercase;*/
    }

/*News Description*/
.news-v2 .news-v2-desc {
    padding: 20px;
    background: #fff;
    text-align: justify;
}

    .news-v2 .news-v2-desc h3 {
        margin: 0 0 3px;
        /*font-size: 16px;*/
    }

        .news-v2 .news-v2-desc h3 a {
            color: #337ab7;
        }

    .news-v2 .news-v2-desc small {
        color: #555;
        display: block;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .news-v2 .news-v2-desc p {
        color: #555;
    }

.bg-color-light {
    background-color: #f7f7f7 !important;
}

    .bg-color-light .bg-color-light {
        background-color: #fff !important;
    }

.content-md {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*News v3
------------------------------------*/
/*News Posts*/
.news-v3 .news-v3-in {
    padding: 35px 30px;
}

.news-v3 .news-v3-in-sm {
    padding: 20px;
}

.news-v3 h2 {
    font-size: 32px;
    font-weight: 200;
    margin: 0 0 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.news-v3 .news-v3-in-sm h2 {
    font-size: 22px;
    margin: 0 0;
    line-height: 26px;
    text-transform: inherit;
}

@media (max-width: 768px) {
    .news-v3 h2 {
        font-size: 22px;
        line-height: 26px;
    }
}

.news-v3 h2 a {
    color: #337ab7;
}

    .news-v3 h2 a:hover {
        color: #72c02c;
        text-decoration: none;
    }

.news-v3 p {
    color: #555;
    margin-bottom: 10px;
}

/*News Info*/
.news-v3 .posted-info li {
    color: #555;
    font-style: italic;
}

.news-v3 .news-v3-in-sm .posted-info li {
    padding: 0;
    font-size: 12px;
    padding-left: 5px;
}

    .news-v3 .posted-info li:before,
    .news-v3 .news-v3-in-sm .posted-info li:before {
        content: '/';
    }

.news-v3 .posted-info li:before {
    font-size: 12px;
    line-height: 12px;
    margin-right: 13px;
}

.news-v3 .news-v3-in-sm .posted-info li:before {
    font-size: 11px;
    line-height: 11px;
    margin-right: 9px;
}

.news-v3 .posted-info li:first-child:before,
.news-v3 .news-v3-in-sm .posted-info li:first-child:before {
    content: " ";
    margin-right: 0;
}

.news-v3 .posted-info li a {
    color: #555;
}

    .news-v3 .posted-info li a:hover {
        color: #72c02c;
    }

/*News Shares*/
.news-v3 .post-shares {
    padding-left: 0;
    list-style: none;
    margin: 20px 0 0 -5px;
}

.news-v3 .news-v3-in-sm .post-shares {
    margin: 10px 0 0 -5px;
}

.news-v3 .post-shares li {
    position: relative;
    padding: 0 10px 0 5px;
    display: inline-block;
}

    .news-v3 .post-shares li i {
        color: #555;
        width: 37px;
        height: 37px;
        padding: 13px;
        font-size: 13px;
        background: #eee;
        text-align: center;
        display: inline-block;
    }

        .news-v3 .post-shares li i:hover {
            background: #ddd;
        }

    .news-v3 .post-shares li span {
        top: -5px;
        /*right: 6px;*/
        right: -12px;
        color: #fff;
        /*width: 22px;*/
        height: 22px;
        padding: 4px;
        font-size: 10px;
        line-height: 10px;
        position: absolute;
        text-align: center;
        background: #72c02c;
        border: 2px solid #fff;
        border-radius: 50% !important;
    }

.news-v3 .post-shares-lg li span {
    top: -10px;
    right: 0px;
    width: 29px;
    height: 29px;
    padding: 4px;
    font-size: 10px;
    line-height: 16px;
}

/*Thumbnails*/
.overflow-hidden {
    overflow: hidden;
}

.thumbnail-style {
    padding: 7px;
    margin-bottom: 20px;
}

    .thumbnail-style:hover {
        box-shadow: 0 0 8px #ddd;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

    .thumbnail-style h3 {
        margin: 6px 0 8px 0;
        line-height: normal;
    }

        .thumbnail-style h3 a {
            color: #333;
            font-size: 20px;
        }

            .thumbnail-style h3 a:hover {
                color: #337ab7;
                text-decoration: none;
            }

    .thumbnail-style .thumbnail-img {
        position: relative;
        margin-bottom: 11px;
    }

    .thumbnail-style a.btn-more {
        right: -10px;
        bottom: 10px;
        color: #fff;
        padding: 1px 6px;
        position: absolute;
        background: #337ab7;
        display: inline-block;
        font-size: 13px;
    }

        .thumbnail-style a.btn-more:hover {
            text-decoration: none;
            box-shadow: 0 0 0 2px #337ab7;
        }

    .thumbnail-style:hover a.btn-more {
        right: 10px;
    }

.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

.thumbnail-style .caption {
    text-align: justify;
}

/*Home News*/
h2.home-news-group {
    color: #3E4548;
    font-weight: normal;
    margin: 15px 0 0px 0;
}

    h2.home-news-group a {
        background: #337ab7;
        color: #fff;
        padding: 10px 10px;
        display: inline-block;
        font-size: 20px;
    }

.home-news {
    padding: 10px;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    margin: 0 0px 15px 0;
}

    .home-news h3 {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 18px;
    }

    .home-news h4 {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 15px;
    }

    .home-news p {
        text-align: justify;
    }

    .home-news .list-unstyled {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

        .home-news .list-unstyled li {
            display: inline-block;
            padding-right: 10px;
            font-size: 11px;
            color: #999;
        }

    .home-news .list-small {
        margin-bottom: 10px;
        padding-top: 10px;
        clear: both;
        overflow: hidden;
        border-top: solid 1px #eee;
    }

    .home-news .img-small {
        width: 30%;
        float: left;
        margin: 0px 10px 10px 0px;
    }

/*One Page
------------------------------------*/
.one-page {
    padding-left: 0;
    padding-right: 0;
}

.one-page {
    color: #fff;
}

    .one-page .list-unstyled li {
        display: inline-block;
        padding-right: 10px;
    }

    .one-page h2 {
        font-size: 24px;
        line-height: normal;
    }

    .one-page a {
        color: #fff;
    }

    .one-page .headline {
        border-bottom: 1px solid #fff;
    }

        .one-page .headline h1 {
            border-bottom: 0px solid #fff;
        }

    .one-page .bg-default p,
    .one-page .bg-default h1,
    .one-page .bg-default h2,
    .one-page .bg-default li {
        color: #333;
    }

    .one-page .bg-default a {
        color: #337ab7;
        text-decoration: none;
    }

    .one-page .bg-default .headline {
        border-bottom: 2px solid #ddd;
    }

        .one-page .bg-default .headline h1 {
            border-bottom: 2px solid #337ab7;
        }

    .one-page .one-page-inner {
        padding: 10px 0;
        text-align: justify;
    }

    .one-page .one-page-btn {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 200;
        padding-left: 30px;
        padding-right: 30px;
    }

    .one-page .btn-u {
        margin-bottom: 15px;
    }

    .one-page h4 {
        font-size: 17px;
        line-height: normal;
        padding: 0px 0px;
        margin: 0px 0px 10px 0px;
    }

    .one-page .img-small {
        width: 30%;
        float: left;
        margin: 0px 10px 10px 0px;
    }
/*Portfolio*/
.portfolio {
    padding: 0px 0px;
    border-left: #f6f6f6 1px solid;
    border-bottom: #f6f6f6 1px solid;
    margin: 0 0 15px 0;
}

    .portfolio .item {
        position: relative;
        overflow: hidden;
        border: #f6f6f6 1px solid;
        border-left: 0;
        border-bottom: 0;
        /*padding: 0 0;*/
        padding: 15px 15px;
    }

        .portfolio .item a {
            text-decoration: none;
            background: #fff;
            display: block;
            text-align: justify;
        }

        .portfolio .item img {
            border: 0;
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto !important;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
            /* Firefox 10+, Firefox on Android */
            /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
            /* IE6-9 */
            /*filter: gray;*/
            /* Chrome 19+, Safari 6+, Safari 6+ iOS */
            /*-webkit-filter: grayscale(100%);*/
        }

.portfolio-filter {
    padding: 0 10px;
}

    .portfolio-filter a {
        color: #000;
    }

        .portfolio-filter a i {
            padding-right: 6px;
        }

.portfolio .item .current img,
.portfolio .item:hover img {
    -webkit-filter: grayscale(0%);
    filter: none; /* IE6-9 */
    opacity: 1;
}

.portfolio .item .current,
.portfolio .item a:hover {
    background: #337ab7;
    color: #fff;
}


/* image detail (extras) */
.imgextras {
    padding: 16px 10px;
}

    .imgextras h3 {
        font-size: 17px;
        line-height: 20px !important;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
    }

    .imgextras p {
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
    }

/*@OWL CAROUSEL*/
.owl-carousel.column {
    font-size: 15px;
    display: block;
}

    .owl-carousel.column .item {
        margin: 20px 10px;
        text-align: justify;
        background-color: #ff9900;
        border: solid 1px #ff9900;
    }

        .owl-carousel.column .item .social {
            border: transparent 1px solid;
            margin: 10px 1px;
        }

        .owl-carousel.column .item h4,
        .owl-carousel.column .item p {
            padding: 0px 10px;
            color: #fff !important;
        }

        .owl-carousel.column .item a {
            color: #fff !important;
        }

    .owl-carousel.column .top-image {
        text-align: center;
        overflow: hidden;
        display: inline-block;
        /*-webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;*/
        width: 100%;
    }

    .owl-carousel.column img {
        width: 100%;
        height: auto;
    }

/*Search Box*/
.navbar .search {
    width: 30px;
}

.navbar .search-open {
    right: 0;
    display: none;
    padding: 14px;
    position: absolute;
    background: #fcfcfc;
    border-top: solid 1px #eee;
    box-shadow: 0 1px 3px #ddd;
    width: 330px;
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #337ab7;
    border: solid 1px #337ab7;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border: solid 1px #337ab7;
}

.navbar .search-open .form-control {
    border-radius: 0px;
}

/*Results-number*/
.s-results .results-number {
    color: #333;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/*Inner-results*/
.s-results .inner-results {
    clear: both;
    overflow: hidden;
}

    .s-results .inner-results h3 {
        font-size: 18px;
        margin-bottom: 3px;
    }

        .s-results .inner-results h3 a {
            color: #337ab7;
        }

    .s-results .inner-results img {
        float: left;
        width: 150px;
        height: auto;
        margin: 0 10px 10px 0;
    }

    .s-results .inner-results p {
        margin-bottom: 5px;
    }

/*down-ul*/
.s-results .down-ul {
    margin-bottom: 0;
}

    .s-results .down-ul li {
        color: #999;
    }

        .s-results .down-ul li a {
            color: #337ab7;
        }

/*hit counter*/
.hitcounter {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 5px 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ccc;
}

    .hitcounter .visitors,
    .hitcounter .online {
        text-align: center;
        width: 50%;
    }

    .hitcounter .visitors {
        float: left;
    }

    .hitcounter .online {
        float: right;
    }

    .hitcounter .count {
        display: block;
        font-size: 24px;
        font-weight: 700;
    }

    .hitcounter .desc {
        display: block;
        font-size: 12px;
    }

/*Blog Gallery*/
.blog-gallery .post-single {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
}

    .blog-gallery .post-single .post-content {
        min-height: 100%;
        background: rgba(0, 0, 0, 0.5);
        padding: 15px;
        position: relative;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

        .blog-gallery .post-single .post-content .featured-mark {
            position: absolute;
            bottom: -5px;
            right: -41px;
            width: 110px;
            height: 40px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            text-align: center;
            line-height: 50px;
            background: #ff9900;
            color: #ffffff;
        }

            .blog-gallery .post-single .post-content .featured-mark i {
                -webkit-transform: rotate(-135deg);
                -moz-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                -o-transform: rotate(-135deg);
                transform: rotate(-135deg);
                font-size: 16px;
            }

        .blog-gallery .post-single .post-content .bdr-top,
        .blog-gallery .post-single .post-content .bdr-right,
        .blog-gallery .post-single .post-content .bdr-bottom,
        .blog-gallery .post-single .post-content .bdr-left {
            -webkit-transition: all 0.15s;
            -o-transition: all 0.15s;
            transition: all 0.15s;
            -webkit-transition-delay: 0;
            -o-transition-delay: 0;
            transition-delay: 0;
            background: #202020;
        }

        .blog-gallery .post-single .post-content .bdr-top {
            height: 2px;
            width: 100%;
            position: absolute;
            top: 0;
            right: 100%;
        }

        .blog-gallery .post-single .post-content .bdr-right {
            height: 100%;
            width: 2px;
            position: absolute;
            bottom: 100%;
            right: 0;
        }

        .blog-gallery .post-single .post-content .bdr-bottom {
            height: 2px;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 100%;
        }

        .blog-gallery .post-single .post-content .bdr-left {
            height: 100%;
            width: 2px;
            position: absolute;
            top: 100%;
            left: 0;
        }

    .blog-gallery .post-single.no-image .post-content {
        background: #ffffff;
    }

        .blog-gallery .post-single.no-image .post-content .post-header .post-meta {
            visibility: visible;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=(100));
        }

        .blog-gallery .post-single.no-image .post-content .post-header .post-title {
            color: #202020;
        }

        .blog-gallery .post-single.no-image .post-content .post-excerpt {
            margin-top: 28px;
            visibility: visible;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=(100));
        }

        .blog-gallery .post-single.no-image .post-content .post-footer {
            visibility: visible;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=(100));
        }

.blog-gallery .post-header .post-meta {
    color: #ff9900;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
}

.blog-gallery .post-header .post-title {
    margin-top: 0;
    /*text-transform: uppercase;*/
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.blog-gallery .post-excerpt {
    margin-top: 10px;
    visibility: hidden;
    overflow: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=(0));
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    max-height: 150px;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.blog-gallery .post-footer {
    position: absolute;
    bottom: 25px;
    /*left: 42px;*/
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=(0));
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: transparent;
}

    .blog-gallery .post-footer .avatar {
        /*width: 24px;
        height: 24px;*/
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .blog-gallery .post-footer .author-name {
        font-size: 12px;
        color: #bbbbbb;
    }

.blog-gallery .posts-wrap-outer {
    margin-top: 2px;
}

.blog-gallery {
    padding: 1px;
    height: 300px;
    overflow: hidden;
}

    .blog-gallery a {
        color: #505050;
        text-decoration: none;
    }

        .blog-gallery a:hover {
            color: #505050;
        }

            .blog-gallery a:hover .post-content {
                background: rgba(255, 255, 255, 0.95);
            }

                .blog-gallery a:hover .post-content .post-header .post-meta {
                    visibility: visible;
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    -ms-opacity: 1;
                    -o-opacity: 1;
                    opacity: 1;
                    filter: alpha(opacity=(100));
                }

                .blog-gallery a:hover .post-content .post-header .post-title {
                    color: #202020;
                }

                .blog-gallery a:hover .post-content .post-excerpt {
                    margin-top: 10px;
                    visibility: visible;
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    -ms-opacity: 1;
                    -o-opacity: 1;
                    opacity: 1;
                    filter: alpha(opacity=(100));
                }

                .blog-gallery a:hover .post-content .post-footer {
                    visibility: visible;
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    -ms-opacity: 1;
                    -o-opacity: 1;
                    opacity: 1;
                    filter: alpha(opacity=(100));
                }

                .blog-gallery a:hover .post-content .bdr-top {
                    right: 0;
                    -webkit-transition-delay: 0.4s;
                    -o-transition-delay: 0.4s;
                    transition-delay: 0.4s;
                }

                .blog-gallery a:hover .post-content .bdr-right {
                    bottom: 0;
                    -webkit-transition-delay: 0.55s;
                    -o-transition-delay: 0.55s;
                    transition-delay: 0.55s;
                }

                .blog-gallery a:hover .post-content .bdr-bottom {
                    left: 0;
                    -webkit-transition-delay: 0.7s;
                    -o-transition-delay: 0.7s;
                    transition-delay: 0.7s;
                }

                .blog-gallery a:hover .post-content .bdr-left {
                    top: 0;
                    -webkit-transition-delay: 0.85s;
                    -o-transition-delay: 0.85s;
                    transition-delay: 0.85s;
                }

/*Blog Comments*/
.blog-comments-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.blog-comments img {
    width: 80px;
    height: auto;
}

.blog-comments .comments-itself {
    background: #f5f5f5;
    padding: 20px 30px;
    position: relative;
}

    .blog-comments .comments-itself:before {
        width: 0;
        height: 0;
        top: 20px;
        left: -17px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 15px 17px 15px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }

    .blog-comments .comments-itself h3 {
        margin: 0 0 10px;
    }

    .blog-comments .comments-itself span {
        color: #555;
        float: right;
        font-size: 13px;
    }

    .blog-comments .comments-itself p {
        color: #555;
    }

/*Comments Reply*/
.blog-comments.blog-comments-reply {
    margin-left: 70px;
}

/*Blog Grid*/
.blog-grid {
    text-align: justify;
}

    .blog-grid img {
        margin-bottom: 15px;
    }

    .blog-grid h3 {
        font-size: 22px;
        margin: 0 0 10px;
        line-height: 1.4;
    }

    .blog-grid h2.blog-grid-title-lg {
        font-size: 28px;
        line-height: 1.4;
        margin: 0 0 10px;
    }

    .blog-grid h3.blog-grid-title-sm {
        font-size: 15px;
        line-height: 1.4;
    }

    .blog-grid p {
        margin-bottom: 15px;
    }

.blog-grid-inner {
    padding: 20px;
    background: #fff;
    margin: -70px 40px 0;
    position: relative;
}

/*Blog Grid Info*/
.blog-grid .blog-grid-info {
    padding-left: 0;
    list-style: none;
}

    .blog-grid .blog-grid-info li {
        color: #888;
        padding: 0 2px;
        font-size: 12px;
        display: inline-block;
    }

        .blog-grid .blog-grid-info li:before {
            /*content: '/';*/
            font-size: 12px;
            line-height: 1.4;
            margin-right: 9px;
        }

        .blog-grid .blog-grid-info li:first-child:before {
            content: " ";
            margin-right: 0;
        }

        .blog-grid .blog-grid-info li a {
            color: #888;
        }

            .blog-grid .blog-grid-info li a:hover {
                text-decoration: none;
            }

/*box-title*/
.box-title {
    font-size: 18px;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid #e74c3c;
    color: #e74c3c;
}

.box-item {
}
/*Read More Link*/
.blog-grid a.r-more {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
}

    .blog-grid a.r-more:hover {
        text-decoration: none;
    }


/*--------------------------------------------------
[Blog Thumb]
----------------------------------------------------*/

.blog-thumb {
    overflow: hidden;
    text-align: justify;
}

    /*Blog Grid Hover*/
    .blog-thumb .blog-thumb-hover {
        float: left;
        position: relative;
        margin-right: 15px;
    }

        .blog-thumb .blog-thumb-hover:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute;
            -webkit-transition: all 0.35s, -webkit-transform 0.35s;
            transition: all 0.35s, transform 0.35s;
        }

        .blog-thumb .blog-thumb-hover img {
            width: 120px;
            height: auto;
        }

            .blog-thumb .blog-thumb-hover img.video-play-btn {
                width: 30px;
                height: 30px;
            }

        /*Icon Hover Gradient*/
        .blog-thumb .blog-thumb-hover .hover-grad {
            left: 0;
            top: 50%;
            z-index: 1;
            opacity: 0;
            width: 100%;
            color: #fff;
            font-size: 20px;
            margin-top: -14px;
            text-align: center;
            position: absolute;
            display: inline-block;
            -webkit-transition: all 0.65s, -webkit-transform 0.65s;
            transition: all 0.65s, transform 0.65s;
        }

        .blog-thumb .blog-thumb-hover:hover .hover-grad {
            opacity: 1;
            -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
            transition: opacity 0.55s, transform 0.55s;
        }

        .blog-thumb .blog-thumb-hover:hover:after {
            background: rgba(51, 122, 183, 0.9);
        }

    /*Blog Thumb Description*/
    .blog-thumb .blog-thumb-desc {
        overflow: hidden;
    }

        .blog-thumb .blog-thumb-desc h3 {
            font-size: 14px;
            margin: 0 0 5px;
            font-weight: 400;
            line-height: 1.4;
        }

    /*Blog Grid Info*/
    .blog-thumb .blog-thumb-info {
        padding-left: 0;
        list-style: none;
    }

        .blog-thumb .blog-thumb-info li {
            color: #888;
            padding: 0 2px;
            font-size: 12px;
            display: inline-block;
        }

            .blog-thumb .blog-thumb-info li:before {
                /*content: '/';*/
                font-size: 12px;
                line-height: 1.4;
                margin-right: 9px;
            }

            .blog-thumb .blog-thumb-info li:first-child:before {
                content: " ";
                margin-right: 0;
            }

            .blog-thumb .blog-thumb-info li a:hover {
                color: #e74c3c;
            }

/*Blog Thumb v3*/
.blog-thumb-v3 h3 {
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.4;
    text-align: justify;
}

    .blog-thumb-v3 h3 a {
        color: #333;
    }

.blog-thumb-v3 small {
    color: #999;
}

/*tags*/
.tags {
    text-align: left;
    float: left;
}

/*shares*/
.shares {
    text-align: right;
    float: right;
    margin-bottom: 15px;
    /*border-top: 1px solid #eee;
    margin-top: 15px;
    padding: 10px 0px;*/
}

    .shares .sb {
        color: #fff;
        margin: 2px;
        border-radius: 50%;
        padding: 2px 5px;
        display: inline-block;
        width: 24px;
        text-align: center;
    }

    .shares .sb-twitter {
        background-color: #00acee;
    }

    .shares .sb-facebook {
        background-color: #3b5998;
    }

    .shares .sb-googleplus {
        background-color: #e93f2e;
    }

    .shares .sb-stumbleupon {
        background-color: #f74425;
    }

    .shares .sb-linkedin {
        background-color: #0e76a8;
    }

/*Tag Cloud*/
.tagcloud {
    text-align: center;
}

    .tagcloud a {
        color: #FFF;
        display: inline-block;
        margin: 0 5px 5px 0;
        padding: 0 10px;
        line-height: 26px;
        border: solid 1px;
        border-radius: 4px;
    }

    .tagcloud .tag0 {
        font-size: 0.8em;
        color: #1abc9c;
    }

    .tagcloud .tag1 {
        font-size: 1.0em;
        color: #3498db;
    }

    .tagcloud .tag2 {
        font-size: 1.2em;
        color: #e74c3c;
    }

    .tagcloud .tag3 {
        font-size: 1.4em;
        color: #f1c40f;
    }

    .tagcloud .tag4 {
        font-size: 1.6em;
        color: #9c8061;
    }

    .tagcloud .tag5 {
        font-size: 1.8em;
        color: #27d7e7;
    }

    .tagcloud .tag6 {
        font-size: 2.0em;
        color: #2ecc71;
    }

    .tagcloud .tag7 {
        font-size: 2.2em;
        color: #9b6bcc;
    }

    .tagcloud .tag8 {
        font-size: 2.4em;
        color: #555555;
    }

    .tagcloud .tag9 {
        font-size: 2.8em;
        color: #e67e22;
    }

/*Testimonials*/
.testimonials {
    margin-bottom: 10px;
}

    .testimonials .testimonial-info {
        color: #72c02c;
        font-size: 16px;
        padding: 0 15px;
        margin-top: 18px;
    }

        .testimonials .testimonial-info span {
            top: 3px;
            position: relative;
        }

        .testimonials .testimonial-info em {
            color: #777;
            display: block;
            font-size: 13px;
        }

        .testimonials .testimonial-info img {
            width: 60px;
            float: left;
            height: 60px;
            padding: 2px;
            margin-right: 15px;
            border: solid 1px #ccc;
        }

    .testimonials .testimonial-author {
        overflow: hidden;
    }

    .testimonials .carousel-arrow {
        top: -65px;
        position: relative;
    }

        .testimonials .carousel-arrow i {
            color: #777;
            padding: 2px;
            min-width: 25px;
            font-size: 20px;
            text-align: center;
            background: #f5f5f5;
        }

            .testimonials .carousel-arrow i:hover {
                color: #fff;
                background: #72c02c;
            }

    .testimonials .carousel-control {
        opacity: 1;
        width: 100%;
        text-align: right;
        text-shadow: none;
        position: absolute;
        filter: Alpha(opacity = 100); /*For IE*/
    }

        .testimonials .carousel-control.left {
            right: 27px;
            left: auto;
        }

        .testimonials .carousel-control.right {
            right: 0px;
        }

    /*Testimonials v1*/
    .testimonials.testimonials-v1 .item p {
        position: relative;
    }

        .testimonials.testimonials-v1 .item p:after,
        .testimonials.testimonials-v1 .item p:before {
            left: 80px;
            bottom: -20px;
        }

        .testimonials.testimonials-v1 .item p:after {
            border-top: 22px solid;
            border-left: 0 solid transparent;
            border-right: 22px solid transparent;
        }

    /*Testimonials v2*/
    .testimonials.testimonials-v2 .testimonial-info {
        padding: 0 20px;
    }

    .testimonials.testimonials-v2 p {
        padding-bottom: 15px;
    }

    .testimonials.testimonials-v2 .carousel-arrow {
        top: -55px;
    }

    .testimonials.testimonials-v2 .item p:after,
    .testimonials.testimonials-v2 .item p:before {
        left: 8%;
        bottom: 45px;
    }

    .testimonials.testimonials-v2 .item p:after {
        border-top: 20px solid;
        border-left: 25px solid transparent;
        border-right: 0px solid transparent;
    }

    /*General Testimonials v1/v2*/
    .testimonials.testimonials-v1 p,
    .testimonials.testimonials-v2 p {
        padding: 15px;
        font-size: 14px;
        font-style: italic;
        background: #f5f5f5;
    }

    .testimonials.testimonials-v1 .item p:after,
    .testimonials.testimonials-v2 .item p:after {
        width: 0;
        height: 0;
        content: " ";
        display: block;
        position: absolute;
        border-top-color: #f5f5f5;
        border-left-style: inset; /*FF fixes*/
        border-right-style: inset; /*FF fixes*/
    }

/*Testimonials Backgrounds*/
.testimonials-bg-dark .item p,
.testimonials-bg-default .item p {
    color: #fff;
    font-weight: 200;
}

.testimonials-bg-dark .carousel-arrow i,
.testimonials-bg-default .carousel-arrow i {
    color: #fff;
}

/*Testimonials Default*/
.testimonials-bg-default .item p {
    background: #72c02c;
}

.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
    border-top-color: #72c02c;
}

.testimonials-bg-default .carousel-arrow i {
    background: #72c02c;
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
    background: #5fb611;
}

/*Testimonials Dark*/
.testimonials-bg-dark .item p {
    background: #555;
}

.testimonials.testimonials-bg-dark .item p:after,
.testimonials.testimonials-bg-dark .item p:after {
    border-top-color: #555;
}

.testimonials-bg-dark .carousel-arrow i {
    color: #fff;
    background: #555;
}

.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
    background: #333;
}

.testimonials.testimonials-bg-dark .testimonial-info {
    color: #555;
}

.rounded-x {
    border-radius: 50% !important;
}

/*weblinks*/
.weblinks-bg {
    background: #f2f2f2;
}

.weblinks {
    margin-top: 20px;
    overflow: hidden;
}

    .weblinks .link-item {
        margin: 0 10px;
        padding: 3px 3px;
        text-align: center;
        position: relative;
        border: 1px solid #e4e2e2;
    }

    .weblinks .owl-wrapper-outer {
        margin-bottom: 20px;
    }

    .weblinks .owl-controls .owl-page span {
        margin: 5px 3px !important;
    }

/*Timeline v1------------------------------------*/
.timeline-v1 {
    padding: 20px 0;
    list-style: none;
    position: relative;
}

    .timeline-v1:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline-v1 > li {
        margin-bottom: 40px;
        position: relative;
        width: 50%;
        float: left;
        clear: left;
    }

        .timeline-v1 > li:before,
        .timeline-v1 > li:after {
            content: " ";
            display: table;
        }

        .timeline-v1 > li:after {
            clear: both;
        }

        .timeline-v1 > li:before,
        .timeline-v1 > li:after {
            content: " ";
            display: table;
        }

        .timeline-v1 > li:after {
            clear: both;
        }

        .timeline-v1 > li > .timeline-panel {
            width: 94%;
            float: left;
            border: 1px solid #d4d4d4;
            /*border-radius: 2px;*/
            /*padding: 20px;*/
            position: relative;
        }

            .timeline-v1 > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline-v1 > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline-v1 > li > .timeline-badge {
            color: #ccc;
            width: 24px;
            height: 24px;
            line-height: 50px;
            font-size: 1.4em;
            cursor: pointer;
            text-align: center;
            position: absolute;
            top: 19px;
            right: -12px;
            /*background-color: #999999;*/
            z-index: 9;
            /*
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	*/
        }

            .timeline-v1 > li > .timeline-badge i:hover {
                color: #72c02c;
            }

        .timeline-v1 > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline-v1 > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline-v1 > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline-v1 > li > .timeline-panel .timeline-heading {
            padding: 5px;
        }

            .timeline-v1 > li > .timeline-panel .timeline-heading img {
                width: 100%;
            }

    .timeline-v1 .timeline-body {
        padding: 12px;
        /*margin-bottom: 20px;*/
    }

        .timeline-v1 .timeline-body h2 {
            font-size: 24px;
        }

    .timeline-v1 .timeline-footer {
        padding: 7px 12px;
        overflow: hidden;
        border-top: 1px solid #ccc;
    }

        .timeline-v1 .timeline-footer .blog-info {
            float: left;
        }

            .timeline-v1 .timeline-footer .blog-info i {
                color: #777;
            }

        .timeline-v1 .timeline-footer .likes {
            float: right;
        }

            .timeline-v1 .timeline-footer .likes i {
                margin-right: 2px;
                color: #777;
            }

            .timeline-v1 .timeline-footer .likes:hover {
                text-decoration: none;
                color: inherit;
            }

                .timeline-v1 .timeline-footer .likes:hover i {
                    color: #72c02c;
                }

    .timeline-v1 > li.timeline-inverted {
        float: right;
        clear: right;
        margin-bottom: 40px;
    }

    .timeline-v1 > li:nth-child(2) {
        margin-top: 60px;
    }

    .timeline-v1 > li.timeline-inverted > .timeline-badge {
        left: -12px;
    }

@media (max-width: 992px) {
    .timeline-v1 > li > .timeline-panel:before {
        top: 31px;
        right: -11px;
        border-top: 11px solid transparent;
        border-left: 11px solid #ccc;
        border-bottom: 11px solid transparent;
    }

    .timeline-v1 > li > .timeline-panel:after {
        top: 32px;
        right: -10px;
        border-top: 10px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 10px solid transparent;
    }

    .timeline-v1 > li.timeline-inverted > .timeline-panel:before {
        border-right-width: 11px;
        left: -11px;
    }

    .timeline-v1 > li.timeline-inverted > .timeline-panel:after {
        border-right-width: 10px;
        left: -10px;
    }
}

@media (max-width: 767px) {
    ul.timeline-v1:before {
        left: 40px;
    }

    ul.timeline-v1 > li {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }

        ul.timeline-v1 > li > .timeline-panel {
            width: calc(100% - 70px);
            width: -moz-calc(100% - 70px);
            width: -webkit-calc(100% - 70px);
        }

        ul.timeline-v1 > li > .timeline-badge {
            left: 28px;
            margin-left: 0;
            top: 16px;
        }

        ul.timeline-v1 > li > .timeline-panel {
            float: right;
        }

            ul.timeline-v1 > li > .timeline-panel:before {
                top: 27px;
                right: -12px;
                border-top: 12px solid transparent;
                border-left: 12px solid #ccc;
                border-bottom: 12px solid transparent;
            }

            ul.timeline-v1 > li > .timeline-panel:after {
                top: 28px;
                right: -11px;
                border-top: 11px solid transparent;
                border-left: 11px solid #fff;
                border-bottom: 11px solid transparent;
            }

            ul.timeline-v1 > li > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 12px;
                left: -12px;
                right: auto;
            }

            ul.timeline-v1 > li > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 11px;
                left: -11px;
                right: auto;
            }

    .timeline-v1 > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .timeline-v1 > li.timeline-inverted > .timeline-badge {
            left: 28px;
        }
}

/*Timeline v2
------------------------------------*/
.timeline-v2 {
    padding: 0;
    list-style: none;
    position: relative;
}

    /* The line */
    .timeline-v2 > li {
        position: relative;
    }

    .timeline-v2:before {
        top: 0;
        bottom: 0;
        left: 22%;
        width: 4px;
        content: '';
        background: #f3f3f3;
        position: absolute;
        margin-left: -14px;
    }

    /* The date/time */
    .timeline-v2 > li .cbp_tmtime {
        width: 25%;
        display: block;
        position: absolute;
        padding-right: 80px;
    }

        .timeline-v2 > li .cbp_tmtime span {
            top: 9px;
            display: block;
            text-align: right;
            position: relative;
        }

            .timeline-v2 > li .cbp_tmtime span:first-child {
                color: #999;
                font-size: 14px;
                line-height: 0.9;
            }

            .timeline-v2 > li .cbp_tmtime span:last-child {
                color: #585f69;
                font-size: 20px;
                font-weight: normal;
            }

    /* Right content */
    .timeline-v2 > li .cbp_tmlabel {
        padding: 10px 20px 20px;
        background: #f3f3f3;
        line-height: 1.4;
        clear: both;
        position: relative;
        border-radius: 5px;
        margin: 0 0 40px 25%;
        text-align: justify;
    }

        /*
.timeline-v2 > li .cbp_tmlabel img.big-thumb {
	width: 100%;
}
*/

        .timeline-v2 > li .cbp_tmlabel li {
            padding: 0;
        }

        /*
.timeline-v2 > li .cbp_tmlabel img.small-thumb {
	width: 111px;
	height: auto;
}
*/

        .timeline-v2 > li .cbp_tmlabel h2 {
            margin-top: 0px;
            font-size: 21px;
            padding: 0 0 5px;
            margin-bottom: 10px;
            text-transform: capitalize;
            border-bottom: 1px solid #ddd;
        }

        .timeline-v2 > li .cbp_tmlabel .text-left {
            float: left;
        }

        /* The triangle */
        .timeline-v2 > li .cbp_tmlabel:after {
            right: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-right-color: #f3f3f3;
            border-width: 10px;
            top: 18px;
        }

    /* The icons */
    .timeline-v2 > li .cbp_tmicon {
        top: 22px;
        left: 22%;
        width: 10px;
        height: 10px;
        position: absolute;
        background: #72c02c;
        margin: 0 0 0 -17px;
        box-shadow: 0 0 0 4px #f3f3f3;
        -webkit-font-smoothing: antialiased;
    }

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .timeline-v2 > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .timeline-v2:before {
        display: none;
    }

    .timeline-v2 > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

        .timeline-v2 > li .cbp_tmtime span {
            text-align: left;
        }

    .timeline-v2 > li .cbp_tmlabel {
        padding: 1em;
        font-weight: 400;
        margin: 0 0 30px 0;
    }

        .timeline-v2 > li .cbp_tmlabel:after {
            left: 20px;
            top: -20px;
            right: auto;
            border-bottom-color: #f3f3f3;
            border-right-color: transparent;
        }

    .timeline-v2 > li .cbp_tmicon {
        left: auto;
        float: right;
        position: relative;
        margin: -55px 5px 0 0px;
    }
}

/*Timeline v3------------------------------------*/
.timeline-v3 {
    background-image: url(../img/line-1.png);
    background-position: center;
    background-repeat: repeat-y;
    margin: 0 auto;
    position: relative;
    height: auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    list-style: none;
}

    .timeline-v3 li.year {
        clear: both;
        width: 4em;
        margin: 0 auto;
        line-height: 4em;
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
        margin-bottom: 25px;
        border: 1px solid #f39c12;
        box-shadow: 2px 2px 2px #888888;
        -moz-box-shadow: 2px 2px 2px #888888;
        -webkit-box-shadow: 2px 2px 2px #888888;
    }

        .timeline-v3 li.year:first-child {
            margin-top: 0px;
        }

    .timeline-v3 li.year, .timeline li.event {
        list-style-type: none;
        z-index: 999;
    }

    .timeline-v3 li.event {
        width: 45%;
        margin-bottom: 20px;
        padding: 20px;
        position: relative;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-color: #e5e6e9 #dfe0e4 #d0d1d5;
        border-image: none;
        border-style: solid;
        border-width: 1px;
    }

        .timeline-v3 li.event p {
            text-align: justify;
            color: #111;
        }

        .timeline-v3 li.event li {
            font-size: 12px;
        }

        .timeline-v3 li.event:nth-child(odd) {
            color: #999;
            clear: left;
            float: left;
        }

        .timeline-v3 li.event:nth-child(even) {
            color: #999;
            clear: right;
            float: right;
            margin-top: 100px;
            margin-bottom: 50px;
        }

        .timeline-v3 li.event:nth-child(odd)::after {
            background: red;
            content: "";
            height: 2px;
            position: absolute;
            right: -11.2%;
            top: 30px;
            width: 11.2%;
        }

        .timeline-v3 li.event:nth-child(even)::before {
            background: red;
            content: "";
            height: 2px;
            position: absolute;
            top: 30px;
            width: 11.2%;
            left: -11.2%;
        }

@media (max-width: 640px) {
    .timeline-v3 li.event {
        width: 80%;
        background-color: #fff;
        border: 1px solid #ff0000;
        margin: 20px auto;
        padding: 20px;
        position: relative;
    }

        .timeline-v3 li.event:nth-child(odd) {
            color: green;
            clear: both;
            float: none;
        }

        .timeline-v3 li.event:nth-child(even) {
            color: red;
            clear: both;
            float: none;
        }

        .timeline-v3 li.event:nth-child(odd)::after, li.event:nth-child(even)::before {
            width: 0px;
        }
}

/*timeline-v4*/
.timeline-v4 {
    list-style: none;
    padding: 0;
    position: relative;
}

    .timeline-v4:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: "";
        width: 2px;
        background-color: #f1f1f1;
        left: 40px;
        margin-left: -1.5px;
    }

    .timeline-v4 > li {
        margin-bottom: 20px;
        position: relative;
        min-height: 50px;
    }

        .timeline-v4 > li:after, .timeline-v4 > li:before {
            content: " ";
            display: table;
        }

        .timeline-v4 > li:after {
            clear: both;
        }

        .timeline-v4 > li .timeline-panel {
            width: 100%;
            float: right;
            padding: 0 20px 0 100px;
            position: relative;
            text-align: left;
        }

            .timeline-v4 > li .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline-v4 > li .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline-v4 > li .timeline-image {
            left: 0;
            margin-left: 0;
            width: 80px;
            height: 80px;
            position: absolute;
            z-index: 100;
            background-color: #fed136;
            color: #fff;
            border-radius: 100%;
            border: 7px solid #f1f1f1;
            text-align: center;
        }

            .timeline-v4 > li .timeline-image img {
                width: 100%;
                height: 100%;
            }

            .timeline-v4 > li .timeline-image h4 {
                font-size: 10px;
                margin-top: 12px;
                line-height: 14px;
            }

        .timeline-v4 > li.timeline-inverted > .timeline-panel {
            float: right;
            text-align: left;
            padding: 0 20px 0 100px;
        }

            .timeline-v4 > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline-v4 > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline-v4 > li:last-child {
            margin-bottom: 0;
        }

    .timeline-v4 .timeline-heading h4 {
        margin-top: 0;
        color: inherit;
    }

        .timeline-v4 .timeline-heading h4.subheading {
            text-transform: none;
        }

    .timeline-v4 .timeline-body > p, .timeline-v4 .timeline-body > ul {
        margin-bottom: 0;
    }

@media (min-width:768px) {
    .timeline-v4:before {
        left: 50%;
    }

    .timeline-v4 > li {
        margin-bottom: 20px;
        min-height: 100px;
    }

        .timeline-v4 > li .timeline-panel {
            width: 41%;
            float: left;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline-v4 > li .timeline-image {
            width: 100px;
            height: 100px;
            left: 50%;
            margin-left: -50px;
        }

            .timeline-v4 > li .timeline-image h4 {
                font-size: 13px;
                margin-top: 16px;
                line-height: 18px;
            }

        .timeline-v4 > li.timeline-inverted > .timeline-panel {
            float: right;
            text-align: left;
            padding: 0 30px 20px 20px;
        }
}

@media (min-width:992px) {
    .timeline-v4 > li .timeline-panel, .timeline-v4 > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline-v4 > li {
        min-height: 150px;
    }

        .timeline-v4 > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px;
        }

            .timeline-v4 > li .timeline-image h4 {
                font-size: 18px;
                margin-top: 30px;
                line-height: 26px;
            }
}

@media (min-width:1200px) {
    .timeline-v4 > li {
        min-height: 170px;
    }

        .timeline-v4 > li .timeline-panel {
            padding: 0 20px 20px 100px;
        }

        .timeline-v4 > li .timeline-image {
            width: 170px;
            height: 170px;
            margin-left: -85px;
        }

            .timeline-v4 > li .timeline-image h4 {
                margin-top: 40px;
            }

        .timeline-v4 > li.timeline-inverted > .timeline-panel {
            padding: 0 100px 20px 20px;
        }
}

/*Sidebar Posts*/
.magazine-posts h3 {
    margin-top: 0px;
    color: #555;
    font-size: 14px;
    margin-bottom: 1px;
    text-decoration: none;
}

    .magazine-posts h3 a:hover {
        color: #72c02c;
    }

.magazine-posts span {
    color: #777;
    display: block;
    font-size: 12px;
    margin-bottom: 7px;
}

    .magazine-posts span i {
        font-style: normal;
    }

.magazine-posts .magazine-posts-img {
    overflow: hidden;
    max-height: 105px;
    position: relative;
}

    .magazine-posts .magazine-posts-img:hover img {
        opacity: 0.9;
    }

span.magazine-badge {
    top: 0;
    left: 0;
    color: #fff;
    font-size: 10px;
    padding: 2px 8px;
    position: absolute;
    font-style: inherit;
}

#newsticker-prev {
    cursor: pointer;
    text-align: center;
}

#newsticker-next {
    cursor: pointer;
    text-align: center;
}

/*weblink-feature*/
.weblinkticker {
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

    .weblinkticker li {
        display: block;
        text-align: center;
        height: 100px;
        line-height: 100px;
    }

        .weblinkticker li img {
            vertical-align: middle;
            max-height: 100px;
            max-width: 100%;
            width: 100%;
            border: none;
        }

/*nav side menu*/
.nav-side-menu {
    overflow: hidden;
    background-color: #f8f8f8;
    color: #555;
    margin-bottom: 20px;
}

    .nav-side-menu .brand {
        background-color: #337ab7;
        color: #fff;
        line-height: 42px;
        display: block;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
    }

        .nav-side-menu .brand a {
            color: #fff;
        }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
            font-size: 11px;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #d19b3d;
            background-color: #f8f8f8;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #fff;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-left: 3px solid #ddd;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #ffffba;
                border-left: 3px solid #d19b3d;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 15px;
                padding-right: 0px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #337ab7;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #555;
            padding-left: 10px;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #d19b3d;
            background-color: #FFFf96;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

.table {
    background-color: #fff;
}

    .table > thead > tr > th {
        white-space: nowrap;
        background-color: #337ab7;
        color: #fff;
    }

.search-block-v2 {
    margin-bottom: 50px;
    padding: 50px 0 58px;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}

    .search-block-v2 h2 {
        font-size: 24px;
        font-weight: 200;
        text-align: center;
        margin-bottom: 18px;
        text-transform: uppercase;
    }

.dic-item {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: solid 1px #eee;
    background: transparent;
    text-align: justify;
}

    .dic-item:hover {
        background: #f9f9f9;
    }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            color: #fff;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}


/* Responsive Styles */
@media(max-width:1200px) {
    .photostream li img {
        width: 64px;
        height: 40px;
    }
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    .footer-socials {
        text-align: left;
    }

    .row-eq-height {
        display: initial;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    /*Search Box*/
    .navbar .search-open {
        width: 83%;
        top: 5px;
        padding: 0;
        border-top: none;
        box-shadow: none;
        background: none;
        margin-left: 40px;
        right: initial;
    }

    .navbar .search .search-btn {
        text-align: left;
        line-height: 12px;
        text-align: center;
        border-bottom: none;
    }

    /*Blog Comments*/
    .blog-comments .comments-itself:before {
        display: none;
    }

    .blog-comments .comments-itself:after {
        width: 0;
        height: 0;
        top: -17px;
        left: 20px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 0 15px 17px 15px;
        border-color: transparent transparent #f5f5f5 transparent;
    }

    .sm-margin-bottom-30 {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    /*Inner-results*/
    .s-results .inner-results img {
        width: 60px;
        height: auto;
    }

    .s-results .inner-results .overflow-a p {
        display: none;
    }

    /*feature*/
    .blog-thumb .blog-thumb-desc {
        clear: both;
    }

    .blog-thumb .blog-thumb-hover {
        width: 100%;
    }

        .blog-thumb .blog-thumb-hover img {
            width: 100%;
        }
}
/* --------------------------------------------------
    [5. Our Courses]
---------------------------------------------------- */
.course-info__block {
    position: relative;
    z-index: 1;
    box-shadow: 2px 2px 2px #ebebeb;
}

    .course-info__block:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: rgba(0,0,0,0.2);*/
        z-index: 1;
    }

/* Coruses Category */
.course-info__cat {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5;
    background: #fff;
    color: #555;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    max-height: 27px;
    line-height: 0.8;
    transition: all .2s ease-in-out;
}

    .course-info__cat:hover {
        color: #fff;
        background: #6bda95;
        text-decoration: none;
    }

/* Coruses Title */
.course-info__title {
    position: absolute;
    bottom: -10px;
    /*left: 10px;
    bottom: 30px;
    left: 25px;left: 30px;
	text-transform: uppercase;
	font-weight: bold;*/
    font-size: 16px;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
    width: 100%;
    text-align: justify;
}

.course-info__link,
.course-info__link:hover {
    color: #fff;
}

    .course-info__link:hover {
        text-decoration: underline;
    }

/* Coruses Bottom */
.course-info__bott {
    margin-top: -60px;
    /*margin-top: -80px;
	display: none;	*/
    position: relative;
    z-index: 2;
}

/* Coruses Price */
.course-info__price {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

    .course-info__price i.fa {
        font-size: 14px;
    }

.course-info__price--big {
    font-size: 16px;
}

.course-info__text {
    color: #000;
    font-size: 14px;
    text-align: justify;
}

.course-info__dur,
.course-info__level {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.course-info__icon {
    font-size: 18px;
    color: #6bda95;
    line-height: 0.8;
}

.course-info__bott,
/*.course-info__price,*/
.course-info__title,
.course-info__text,
.course-info__icon,
.course-info__dur,
.course-info__level {
    transition: all 0.5s ease-in-out;
}

/*course info block special hover effect*/
.course-info:hover .course-info__bott {
    background: rgba(107,218,149,0.9);
    box-shadow: 2px 2px 2px #ebebeb;
}

.course-info:hover .course-info__price {
    visibility: visible;
}

.course-info:hover .course-info__title {
    bottom: 60px;
    /*bottom: 80px;*/
}

.course-info:hover .course-info__text,
.course-info:hover .course-info__icon {
    color: #fff;
    opacity: 0.8;
}

.course-info:hover .course-info__dur,
.course-info:hover .course-info__level {
    color: #fff;
}

.course-info:hover .course-info__bott,
.course-info:hover .course-info__price,
.course-info:hover .course-info__title,
.course-info:hover .course-info__text,
.course-info:hover .course-info__icon,
.course-info:hover .course-info__dur,
.course-info:hover .course-info__level {
    transition: all 0.5s ease-in-out;
}

/* Owl Controls */
.controls-v1.owl-theme .owl-controls .owl-buttons div {
    padding: 15px 17px;
    width: 45px;
    height: 45px;
    color: #999;
    background: #fff;
    font-size: 10px;
    cursor: pointer;
}

    .controls-v1.owl-theme .owl-controls .owl-buttons div:hover,
    .controls-v1.owl-theme .owl-controls .owl-buttons div:focus {
        background: #6bda95;
        color: #fff;
    }

.controls-v1.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 28%;
}

.controls-v1.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 30px;
}

.controls-v1.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 30px;
}

/*global*/
.g-padding-10 {
    padding: 10px;
}

.g-padding-30 {
    padding: 30px;
}

.g-mb-10 {
    margin-bottom: 10px;
}

.g-mb-15 {
    margin-bottom: 15px;
}

.g-mb-20 {
    margin-bottom: 20px;
}

.g-mb-25 {
    margin-bottom: 25px;
}

.g-mb-30 {
    margin-bottom: 30px;
}

.g-mb-40 {
    margin-bottom: 40px;
}

.g-mb-80 {
    margin-bottom: 80px;
}

.g-pt-10 {
    padding-top: 10px;
}

.g-mr-10 {
    margin-right: 10px;
}

.g-pr-30 {
    padding-right: 30px;
}

.g-pl-30 {
    padding-left: 30px;
}

.content-lg {
    padding-top: 0px;
    padding-bottom: 0px;
}

.g-dp-block {
    display: block;
}

.section-heading h1 {
    text-transform: uppercase;
    font-size: 26px;
    color: #000;
}

    .section-heading h1 a {
        color: #000;
    }

.pattern-gray {
    background: url(../img/pattern-gray.png) repeat;
}

.pattern-green {
    background: url(../img/pattern-green.png) repeat;
}

/* --------------------------------------------------
    [3. Banner]
---------------------------------------------------- */
.featurecarousel {
    margin-top: 30px;
    position: relative;
}

.course {
    max-height: 735px;
    position: relative;
}

    .course:before {
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

.course__cat {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #fff;
    color: #555;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    max-height: 27px;
    line-height: 0.8;
    z-index: 5;
    transition: all .2s ease-in-out;
}

    .course__cat:hover {
        color: #fff;
        background: #6bda95;
        text-decoration: none;
    }

.course--bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 5;
    text-align: justify;
}

.course__dur {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

    .course__dur i.fa {
        font-size: 22px;
    }

.course__icon {
    color: #6bda95;
    font-size: 22px;
}

.course__title {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .course__title, .course__title a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
    }

.course__text {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
}

.course__btn-u,
.course__btn-u:focus {
    background: #6bda95;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 21px;
    border: 3px solid #6bda95;
}

    .course__btn-u:hover {
        background: transparent;
        border: 3px solid #6bda95;
        color: #fff;
    }

/*--------------------------------------------------
[Master Slider]
----------------------------------------------------*/

/*MS Style v1*/
.blog-ms-v1-extend {
    padding: 5px;
}

/*MS Style v2*/
.blog-ms-v2 .ms-thumb {
    background: #222;
    text-shadow: none;
}

    .blog-ms-v2 .ms-thumb p,
    .blog-ms-v2 .ms-thumb h3 {
        color: #fff;
    }

.blog-ms-v2 .ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    border-bottom-color: #222 !important;
}

/*Video Gallery*/
.blog-ms-v1 .ms-videogallery-template .ms-layer.video-title {
    left: 0;
    bottom: 30px;
    position: absolute;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 10px 15px !important;
    background: #e74c3c !important;
}

.blog-ms-v1 .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame h3 {
    line-height: 18px;
    text-transform: inherit;
}

@media (max-width: 650px) {
    .blog-ms-v1 .ms-videogallery-template .ms-layer.video-title {
        font-size: 12px !important;
        line-height: 16px !important;
        padding: 10px 15px !important;
    }
}

/*Partial View*/
.blog-slider {
    position: relative;
}

    .blog-slider:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        text-align: center;
        background: rgba(0,0,0,0.2.99);
    }

    .blog-slider span.blog-slider-badge {
        top: 20px;
        left: 20px;
        z-index: 1;
        color: #fff;
        font-size: 14px;
        padding: 5px 10px;
        position: absolute;
    }

    /*Blog Slider Title*/
    .blog-slider .blog-slider-title {
        left: 0;
        z-index: 1;
        bottom: 20px;
        padding: 0 20px;
        position: absolute !important;
    }

        .blog-slider .blog-slider-title h2 {
            margin: 0;
            color: #fff;
            font-size: 38px;
            font-weight: 600;
            line-height: 1.4;
        }

@media (max-width: 768px) {
    .blog-slider .blog-slider-title h2 {
        font-size: 24px;
        line-height: 1.4;
    }
}

.blog-slider .blog-slider-title h2 a {
    color: #fff;
}

.blog-slider .blog-slider-title span.blog-slider-posted {
    color: #fff;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.bg-color-darker {
    background-color: #222 !important;
}

.blog-slider span.blog-slider-badge {
    background: #e74c3c;
}

.blog-slider .blog-slider-title h2 a:hover {
    color: #e74c3c;
}

.blog-ms-v2 .ms-thumb-frame-selected .ms-thumb h3 {
    color: #e74c3c;
}

/*RSS*/
.rss .pull-xs-right {
    float: right !important;
}

.rss .tag-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.rss .tag {
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
}

.rss .fa {
    color: #ff9900;
}

.rss li:hover {
    background-color: #f5f5f5;
}

.rss a:hover {
    text-decoration: none;
}

/*sorting block*/
.sorting-block ul {
    margin: 0;
    padding: 0;
}

/*Sorting Navigation*/
.sorting-block .sorting-nav {
    margin-bottom: 30px;
}

    .sorting-block .sorting-nav li {
        padding: 0 2px;
        font-size: 14px;
        cursor: pointer;
        list-style: none;
        display: inline-block;
    }

        .sorting-block .sorting-nav li.active {
            color: #72c02c;
            border-bottom: solid 1px #72c02c;
        }

/*Sorting Navigation v1*/
.sorting-block .sorting-nav-v1 li {
    margin: 0 5px;
    font-size: 17px;
    font-style: italic;
}

/*Sorting Grid*/
.sorting-block .sorting-grid {
    list-style: none;
}

    .sorting-block .sorting-grid .mix {
        opacity: 0;
        display: none;
        margin-bottom: 30px;
    }

    /*Sorting Grid with Text*/
    .sorting-block .sorting-grid li a:hover {
        text-decoration: none;
    }

    .sorting-block .sorting-grid li .sorting-cover {
        padding: 8px;
        display: block;
        margin-top: 1px;
        background: #fcfcfc;
    }

        .sorting-block .sorting-grid li .sorting-cover p {
            margin-bottom: 0;
        }

        .sorting-block .sorting-grid li .sorting-cover span {
            font-size: 16px;
            text-transform: uppercase;
        }

        .sorting-block .sorting-grid li .sorting-cover i.fa {
            color: #ff9900;
        }

    .sorting-block .sorting-grid li a:hover .sorting-cover {
        background: #72c02c;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .sorting-block .sorting-grid li a:hover .sorting-cover p,
        .sorting-block .sorting-grid li a:hover .sorting-cover span {
            color: #fff;
        }

.faq-form {
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 4px;
}

    .faq-form h3 {
        margin-top: 0px;
        background-color: #ddd;
        margin: -10px -10px 10px;
        padding: 10px 10px;
    }

.faq-list ul {
    padding-top: 10px;
}

.faq-list li {
    color: #666;
    font-style: italic;
    font-size: 13px;
    float: right;
}

.faq-list .fa {
    color: #337ab7;
}

/*Blog 3*/
.blog3 {
}

    .blog3 .heading-title {
        display: block;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

        .blog3 .heading-title h2 {
            color: #5f6272;
            font-weight: 700;
            text-align: left;
            font-size: 30px;
            line-height: 34px;
            margin-top: 0;
            margin-bottom: 30px;
        }

        .blog3 .heading-title.heading-small h2 {
            color: #5f6272;
            font-weight: 400;
            text-align: left;
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 10px;
        }

        .blog3 .heading-title h2 a {
            color: #2c3e50;
        }

            .blog3 .heading-title h2 a:focus, .blog3 .heading-title h2 a:hover {
                text-decoration: none;
                color: #858899;
            }

    .blog3 .hentry {
        position: relative;
    }

    .blog3 .post {
        position: relative;
    }

        .blog3 .post h2 {
            margin-bottom: 20px;
            font-weight: 700;
            color: #2c3e50;
        }

    .blog3 .post-container {
        margin-bottom: 30px;
    }

        .blog3 .post-container::after, .post-container::before {
            content: "";
            clear: both;
            display: table;
        }

    .blog3 .post-content {
        position: relative;
        display: block;
        background-color: #fff;
        border: 1px solid #e6e6e6;
        padding: 20px 25px;
        margin-bottom: 2px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

        .blog3 .post-content.no-padding {
            padding: 0;
        }

            .blog3 .post-content.no-padding img {
                margin: 0;
            }

        .blog3 .post-content img {
            /*max-width: 100%;
        height: auto;*/
            display: block;
            margin-top: 5px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -ms-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;
        }

        .blog3 .post-content .post-meta-cat {
            text-transform: uppercase;
            font-size: 11px;
            line-height: 22px;
        }

    .blog3 .post-meta {
        display: block;
        padding-top: 5px;
        padding-bottom: 15px;
    }

        .blog3 .post-meta span {
            font-size: 13px;
            line-height: 13px;
            text-transform: capitalize;
            color: #9395a5;
            padding-right: 25px;
        }

    .blog3 .more-link {
        display: block;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background-image: url(../img/read_more.png);
        background-repeat: repeat-x;
        background-position: 10px center;
    }

        .blog3 .more-link:focus, .blog3 .more-link:hover {
            color: #3c4b78;
        }

            .blog3 .more-link:focus > .moretext, .blog3 .more-link:hover > .moretext {
                color: #3c4b78;
                -webkit-border-radius: 14px;
                -moz-border-radius: 14px;
                -ms-border-radius: 14px;
                -o-border-radius: 14px;
                border-radius: 14px;
                -webkit-transition: all .3s linear;
                -moz-transition: all .3s linear;
                -ms-transition: all .3s linear;
                -o-transition: all .3s linear;
                transition: all .3s linear;
            }

        .blog3 .more-link .moretext {
            display: inline-block;
            padding: 5px 30px;
            font-size: 12px;
            text-transform: uppercase;
            color: #6b6e80;
            border: 1px solid #e0e0e0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            background-color: #fff;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

/*popular-entries*/
.popular_entries {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}

    .popular_entries::after, .popular_entries::before {
        content: '';
        display: table;
        clear: both;
    }

    .popular_entries h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .popular_entries ul li {
        padding: 5px 5px 10px 0;
    }

        .popular_entries ul li a {
            color: #6b6e80;
        }

            .popular_entries ul li a:hover {
                color: #3f507f;
            }

    .popular_entries ul {
        list-style-type: none;
        padding-left: 0;
    }

        .popular_entries ul li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

        .popular_entries ul li .popular-entry {
            display: block;
            position: relative;
            margin-bottom: 5px;
            padding: 0 0 20px 80px;
            min-height: 100px;
            border-bottom: 1px dashed #d9d9d9;
        }

        .popular_entries ul li .entry-image {
            position: absolute;
            left: 0;
            top: 0;
            width: 80px;
            height: 80px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            overflow: hidden;
        }

            .popular_entries ul li .entry-image img {
                width: 100%;
                height: 100%;
            }

        .popular_entries ul li .entry-content {
            padding-left: 15px;
        }

        .popular_entries ul li .entry-title {
            font-size: 13px;
            line-height: 22px;
        }

            .popular_entries ul li .entry-title a {
                color: #2b2b2b;
            }

                .popular_entries ul li .entry-title a:hover {
                    color: #6b6e80;
                }

        .popular_entries ul li .entry-category {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .popular_entries ul li .entry-category a {
                color: #5065a1;
            }

                .popular_entries ul li .entry-category a:hover {
                    color: #2b2b2b;
                }

        .popular_entries ul li .entry-datetime {
            position: relative;
            font-size: 11px;
            padding-left: 15px;
            text-transform: uppercase;
        }

            .popular_entries ul li .entry-datetime::before {
                content: '/';
                position: absolute;
                font-size: 9px;
                top: -5px;
                left: 5px;
                color: #6b6e80;
            }
/*video*/
.video {
    margin-bottom: 15px;
}

    .video .video_wrap {
        position: relative;
    }

        .video .video_wrap .entry-title {
            font-size: 16px;
            margin: 0 0 6px 0;
        }

        .video .video_wrap:hover .entry-title a {
            color: #4db2ec;
        }

        .video .video_wrap .entry-title a {
            color: #fff;
        }

    .video .video-thumb {
        position: relative;
        margin-bottom: 13px;
    }

        .video .video-thumb .entry-thumb {
            display: block;
            width: 100%;
        }

        .video .video-thumb .video-play-ico > img {
            position: absolute;
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
        }

    .video .video-meta-info {
        position: absolute;
        bottom: 0;
        padding: 0 10px;
        margin-bottom: 10px;
        z-index: 1;
        font-size: 11px;
        line-height: 1;
        min-height: 17px;
    }

        .video .video-meta-info .video-post-date {
            color: #aaa;
        }

.video-player {
    width: 100%;
}

.video-stat {
    padding: 10px 0px 0px 0px;
    margin-top: 10px;
}

.video-desc {
    padding: 10px 0px;
    margin-bottom: 10px;
}

/*other video*/
.other-video {
    margin-bottom: 10px;
    overflow: hidden;
}

    .other-video .video-thumb {
        position: absolute;
        /*left: 0;*/
        top: 0;
    }

@media (min-width: 768px) and (max-width: 1018px) {
    .other-video .video-thumb {
        width: 80px;
    }
}

.other-video .video-wrap .item-details {
    margin-left: 116px;
    min-height: 70px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .other-video .video-wrap .item-details {
        margin-left: 95px;
        /*min-height: 55px;*/
    }
}

.other-video .video-wrap .entry-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 4px 0;
}

@media (min-width: 768px) and (max-width: 1140px) {
    .other-video .video-wrap .entry-title {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .other-video .video-wrap .entry-title {
        font-size: 14px;
    }
}

.other-video .video-wrap .video-meta-info {
    color: #aaa;
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
}

.other-video .video-thumb .video-play-ico > img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.popin {
    background: #fff;
    padding: 10px 10px 0px 10px;
    box-shadow: 0 0 15px #999;
    border-radius: 2px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .popin .place-map {
        width: 100%;
        height: 250px;
    }

    .popin .directions {
        margin-top: 10px;
    }

        .popin .directions ul#instructions {
            background: rgba(255, 255, 0, 0.3);
            margin-top: 5px;
        }
