@charset "utf-8";

body {
background: #fff;
color: #777;
font-style: normal;
font-weight: 400;
}



a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



/* Back to top ------*/

#toTop {
    position: fixed;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.back-top {
    background-color: #2180ba;
border: 1px solid #2180ba;
    padding: 7px 9px;
    height: 34px;
    width: 34px;
    border-radius: 50% !important;
    color: #fff;
}

.back-top:hover {
    color: #fff;
    background-color: #1b1c26;
    border: 1px solid #1b1c26;
}

@media (min-width: 768px) {
    #toTop {
        right: 30px;
    }
}





.slider-post:hover .news-image:before,
article:hover figure a:before,
.news-list-item:hover .thumb::before,
.grid-item:hover .grid-item-img:before {
    opacity: 1;
}

.thm-margin {
    margin: 0 !important;
}

.thm-padding {
    padding: 0 !important;
}





/* Sideber scrol ------*/

.main-content,
.rightSidebar {
    position: relative;
}

.home_seven .rightSidebar {
    padding-left: 35px;
}

.home_seven .leftSidebar {
    padding-right: 35px;
}

@media(min-width:768px) and (max-width:1199px) {
    .home_seven .rightSidebar {
        padding-left: 20px;
    }
    .home_seven .leftSidebar {
        padding-right: 35px;
    }
}






/*** 05. Slider
------------------------------------------------------------------------------*/

.slider-inner {
    position: relative;
    margin-bottom: 48px;
}

#owl-slider .item img {
    display: block;
    width: 100%;
}

.sub-post {
    position: relative;
    padding: 7px;
}



figure img {
    width: 100%;
}


/* Slider control ------*/

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-pagination {
    position: absolute;
    bottom: 15px;
    right: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
    left: 50%;
    line-height: 1;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 3px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

#owl-slider.owl-theme .owl-controls .owl-buttons div {
    padding: 2px;
    top: 44%;
    line-height: 2.6;
    opacity: 1;
    height: 50px;
    width: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
    border-radius: 0;
    font-size: 20px;
    text-align: center;
}

#owl-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
}

#owl-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
}

#owl-slider.owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #d1995d;
}

.slider-wrapper:hover #owl-slider.owl-theme .owl-controls .owl-buttons div {
    display: block;
}

@media(max-width:767px) {
    #owl-slider.owl-theme .owl-controls .owl-buttons div {
        line-height: 3;
        height: 40px;
        width: 25px;
        background-color: rgba(0, 0, 0, 0.7);
        font-size: 13px;
    }
    .owl-pagination {
        right: 39%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #owl-slider.owl-theme .owl-controls .owl-buttons div {
        top: 41%;
    }
}

.slider-post {
    position: relative;
}

.post-height-1 {
    height: 460px;
}

.post-height-1 .news-image img {
    width: 100%;
    height: 460px;
}

.post-height-2 {
    height: 229px;
    margin-bottom: 2px;
    margin-left: 2px;
}



.post-height-3 {
    height: 460px;
    margin-left: 2px;
    line-height: 0;
    overflow: hidden;
}

.post-height-4 {
    height: 229px;
    margin-bottom: 2px;
    margin-right: 2px;
}

.news-image {
    z-index: 1;
    display: block;
}


/*.slider-right-post .post-height-3 .news-image img {
    width: 100%;
    height: 460px;
}*/

.slider-right-post .post-height-3 .news-image img {
    margin: 0 auto;
    opacity: .9;
    position: absolute;
    left: -10030px;
    right: -9999px;
    width: auto;
    height: 460px;
}

.slider-right-post .news-image img {
    width: 100%;
    height: 229px;
}

.news-content {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 20px;
}

.post-text {
    padding: 40px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
    background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
    background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
}

.post-category {
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 7px;
    padding: 0px 8px;
    background-color: #2180ba;
    letter-spacing: 0.5px;
    line-height: 18px;
}

.post-text h2,
.post-text h4 {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 500;
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    width: 100%;
}

.post-text h2 a,
.post-text h4 a {
    color: #fff;
}

.post-text .authar-info {
    margin: 0
}

.post-text .authar-info li,
.post-text .authar-info li a {
    color: #fff;
}

.slider-right-post .post-text {
    padding: 15px
}

@media(max-width:767px) {
    .slider-inner .container {
        padding: 0 !important;
    }
    .post-height-1 {
        height: auto;
    }
    .post-height-1 .news-image img {
        height: auto;
    }
    .post-text {
        padding: 10px 10px 40px;
    }
    .post-text h2,
    .post-text h4 {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }
    .post-height-2,
    .slider-right-post .news-image img,
    .post-height-4 {
        height: 120px;
    }
    .post-height-3 {
        height: 135px;
    }
    .slider-right-post .post-height-3 .news-image img {
        min-width: 0;
        position: relative;
        left: auto;
        right: auto;
        width: 100%;
        height: 166px;
    }
    .post-height-2,
    .post-height-3,
    .post-height-4 {
        margin: 0;
    }
    .slider-right-post .post-text {
        padding: 10px;
    }
    .post-category {
        font-size: 12px;
        font-weight: 500;
        padding: 0px 7px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .post-height-1,
    .post-height-1 .news-image img,
    .post-height-3,
    .slider-right-post .post-height-3 .news-image img {
        height: 320px;
    }
    .post-text {
        padding: 40px 15px;
    }
    .post-text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .post-text h4 {
        font-size: 16px;
        line-height: 21px;
    }
    .post-height-2,
    .post-height-4,
    .slider-right-post .news-image img {
        height: 159px;
    }
    .slider-right-post .post-text {
        padding: 15px;
    }
}


/*** 06. All Post
------------------------------------------------------------------------------*/


/* Post header ------*/

.post-head {
    background: #fff;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.home_seven .post-head,
.home_seven .panel_header {
    padding: 0 0 10px;
    border-bottom: 2px solid #d1995d;
}

.home_seven .post-inner-2 .post-head {
    border-color: #e0e0e0;
}

.post-head .title,
.panel_header h4 {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.filter-nav {
    color: #929292;
    float: right;
    margin-right: 63px;
    margin-top: 3px;
}

.filter-nav ul {
    font-size: 13px;
    font-weight: 400;
    padding: 0 10px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

.filter-nav ul li {
    display: inline-block;
    text-align: center;
}

.filter-nav ul a {
    color: inherit;
    padding: 0 10px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.filter-nav ul a:hover,
.filter-nav ul a.active {
    color: #2180ba;;
}

.filter-nav ul a.active {
    font-weight: 600;
}

@media(min-width:0px) and (max-width:1199px) {
    .filter-nav {
        display: none;
    }
}


/*post*/

.bord-righ {
    border-right: 1px solid #d2d2d2
}

#NewsTicker.owl-theme .owl-controls .owl-buttons div,
#post-slider.owl-theme .owl-controls .owl-buttons div,
#post-slider-2.owl-theme .owl-controls .owl-buttons div,
#post-slider-3.owl-theme .owl-controls .owl-buttons div {
    padding: 2px;
    position: absolute;
    line-height: 2.4;
    opacity: 1;
    height: 30px;
    width: 30px;
    background: transparent;
    border: 1px solid #d2d2d2;
    position: absolute;
    margin: 0;
    top: -59px;
    color: #777;
    font-size: 11px;
    text-align: center;
}

.home_seven #post-slider.owl-theme .owl-controls .owl-buttons div,
.home_seven #post-slider-2.owl-theme .owl-controls .owl-buttons div {
    top: -17%;
}

#NewsTicker.owl-theme .owl-controls .owl-buttons div:hover,
#post-slider.owl-theme .owl-controls .owl-buttons div:hover,
#post-slider.owl-theme .owl-controls .owl-buttons div:hover,
#post-slider-3.owl-theme .owl-controls .owl-buttons div:hover {
    background: #d1995d;
    border: 1px solid #d1995d;
    color: #fff;
}

#post-slider-2.owl-theme .owl-controls .owl-buttons div:hover {
   
    color: #fff;
}

#NewsTicker.owl-theme .owl-controls .owl-buttons .owl-prev,
#post-slider.owl-theme .owl-controls .owl-buttons .owl-prev,
#post-slider-2.owl-theme .owl-controls .owl-buttons .owl-prev,
#post-slider-3.owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 34px;
}

#NewsTicker.owl-theme .owl-controls .owl-buttons .owl-next,
#post-slider.owl-theme .owl-controls .owl-buttons .owl-next,
#post-slider-2.owl-theme .owl-controls .owl-buttons .owl-next,
#post-slider-3.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
}

article {
    margin-bottom: 20px;
}

figure {
    position: relative;
}


/*.category {
    position: absolute;
    background-color: #cb2028;
    padding: 1px 10px;
    color: #fff;
    left: 10px;
    bottom: 10px;
}*/

article figure .post-category {
    position: absolute;
    left: 15px;
    top: 15px;
}

.post-info h3 {
    font-size: 21px;
    line-height: 25px;
}


/*article:hover .post-info h3 a {
    color: #ff680d;
    text-decoration: none;
}*/

.post-info .authar-info {
    margin-bottom: 15px
}

.news-list-item {
    display: table;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.news-list-item:first-child {
  
}

.news-list-item:last-child {
   
}

.home_seven .news-list-item,
.home_seven .post-grid {
    border: 0;
}

.news-list-item:last-child,
.footer-news-grid .news-list-item:last-child {
    border-bottom: 0px;
}

.news-list-item .img-wrapper {
    position: relative;
    width: 100px;
    max-width: 100px;
}

.link-icon {
    bottom: 0;
    right: 0;
    color: #fff;
    height: 24px;
    width: 28px;
    position: absolute;
    padding: 4px 8px;
    background-color: #d1995d;
    font-size: 12px;
    text-align: center;
}

.post-info-2 {
    position: relative;
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding: 0 0 0 15px;
}

.post-info-2 h5 {
    margin-top: 0;
    line-height: 20px;
    font-size: 15px;
}

.authar-info {
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.news-list-item .post-info-2 .authar-info {
    line-height: 1;
    margin-top: 5px;
}

.news-grid-2 .row-margin {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.news-grid-2 .col-padding {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

@media(min-width:768px) {
    .bord-right {
        border-right: 1px solid #e0e0e0
    }
    .home_seven .bord-right {
        border-right: 0
    }
}

@media(max-width:767px) {
    #NewsTicker.owl-theme .owl-controls .owl-buttons div,
    #post-slider.owl-theme .owl-controls .owl-buttons div,
    #post-slider-2.owl-theme .owl-controls .owl-buttons div,
    #post-slider-3.owl-theme .owl-controls .owl-buttons div {
        top: -53px;
    }
    .home_seven #post-slider.owl-theme .owl-controls .owl-buttons div,
    .home_seven #post-slider-2.owl-theme .owl-controls .owl-buttons div {
        top: -68px;
    }
    .post-info h3 {
        font-size: 22px;
        font-weight: 400;
    }
    .news-grid-2 .row-margin {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .news-grid-2 .col-padding {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.grid-item {
    margin-bottom: 15px;
}

.grid-item h5 {
    font-size: 15px;
    line-height: 18px;
}

.grid-item .grid-item-img {
    position: relative;
}

.grid-item .grid-item-img img {
    width: 100%;
}

.grid-item .title {
    margin: 5px 0;
}

.authar-info li {
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    color: #9a9a9a;
}

.authar-info li:first-child {
    padding-left: 0;
}

.authar-info li a {
    color: #9a9a9a;
}

.authar-info i {
    margin-right: 2px;
    font-size: 12px;
    font-weight: 600;
}

.authar-info li + li::before {
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    left: -6px;
    content: '';
    color: #9a9a9a;
    top: -1px;
}

@media(min-width:768px) and (max-width:1199px) {
    .authar-info li {
        font-size: 13px;
        line-height: 18px;
    }
    .reviews-reatting {
        font-size: 12px;
    }
}


/* Post footer ------*/

.post-footer {
    background: #fff;
    border-top: 1px solid #e0e0e0;
}

.home_seven .post-footer {
    border: 1px solid #e0e0e0;
    /*box-shadow: 0 1px 3px rgba(0,0,0,.1);*/
}

.post-footer .more-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-footer .more-btn:hover {
    color: #d1995d;
}

.post-footer .social {
    padding: 10px 20px 10px;
    border-left: 1px solid #e0e0e0;
}

.post-footer .social ul {
    text-align: center;
    margin: 0;
}

.post-footer .social ul li {
    list-style: none outside none;
    display: inline-block;
    position: relative;
}

.post-footer .social ul li a {
    color: rgba(35, 35, 35, 0.6);
}

.post-footer .social i {
    font-size: 18px;
    text-align: center;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    margin-right: 7px;
    cursor: pointer;
}

.post-footer .social i:hover {
    color: #d1995d;
    text-decoration: none;
}


/* Share Buttons ------*/

.transition,
.transition img,
.transition a,
.transition i,
.transition li,
.transition span {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.share {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 150px;
    height: 24px;
    overflow: hidden;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

.share .ico {
    font-size: 18px;
    position: absolute;
    top: -1px;
    right: -35px;
    display: inline-block;
    z-index: 2;
}

.share:hover .fb {
    color: #78A4DD;
    right: 25px;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.share:hover .tw {
    color: #53B9FD;
    right: 50px;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.share:hover .gp {
    color: #FC5B5B;
    right: 80px;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.share:hover .pin {
    color: #F35359;
    right: 120px;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


/*.share:hover .ico-share {
    left: -150px;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}*/

@media(min-width:768px) and (max-width:1199px) {
    .home_seven .news-list-item {
        padding: 10px 0;
    }
    .post-info h3 {
        font-size: 19px;
        font-weight: 400;
        line-height: 23px;
    }
    .news-list-item .img-wrapper {
        width: 90px;
    }
    .post-info-2 h5,
    .grid-item h5 {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .news-list-item .post-info-2 .authar-info {
        margin-bottom: 0;
    }
}


/* Post-slider-1 color ------*/

article:hover .post-info h3 a,
.news-list-item:hover .post-info-2 h5 a,
.news-list-item:hover .post-info-2 h4 a {
    color: #d1995d !important;
}


/* Post-slider-2 color ------*/




/*** 07. Weather Widget
------------------------------------------------------------------------------*/

.weather-week .list-group {
    margin-bottom: 0;
}

.weather-week .list-group-item {
    color: #333333;
    text-align: center;
    font-size: 15px;
    padding: 12px;
    border-radius: 0 !important;
    border-color: #e0e0e0;
    border-width: 1px 1px 1px 0px;
}

.weather-week .list-group a:first-child {
    border-top: 0;
}

.weather-week .list-group a:last-child {
    border-bottom: 0;
}

.list-group-item i {
    font-size: 26px;
    line-height: 25px;
}

.weather-week .list-group > a.active,
.weather-week .list-group > a.active .glyphicon,
.weather-week .list-group > a.active .fa {
    background-color: transparent;
    color: #d1995d;
    border-color: #e0e0e0;
    border-radius: 0;
}

div.bhoechie-tab .weather-temp-wrap:not(.active) {
    display: none;
}

.weather-wrapper {
    position: relative;
    background-color: #fff;
}

.weather-temp-wrap {
    color: #000 !important;
    text-align: left;
    position: relative;
    padding: 30px 20px;
}

.city-day .city {
    font-size: 21px;
    font-weight: bold;
}

.weather-icon {
    padding: 12% 20px;
    position: relative;
    display: table;
}

.weather-icon i {
    font-size: 80px;
    line-height: 80px;
    position: relative;
    display: table-cell;
    padding: 0 15px 0 0;
}

.main-temp {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.break .wind-condition,
.break .humidity {
    font-size: 14px;
    margin-top: 2px
}

@media (max-width: 767px) {
    .weather-week .list-group-item {
        font-size: 11px;
        height: 75px;
    }
    .weather-icon {
        padding: 9% 20px;
    }
    .weather-icon i {
        font-size: 60px;
    }
    .main-temp {
        font-size: 30px;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .weather-week .list-group-item {
        font-size: 12px;
        padding: 8px;
    }
    .weather-temp-wrap {
        padding: 10px;
    }
    .weather-icon i {
        font-size: 50px;
    }
    .main-temp {
        font-size: 20px;
    }
}


/*** 08. Weather Widget (Two)
------------------------------------------------------------------------------*/

.weather-wrapper-2 {
    position: relative;
    text-align: center;
    color: #fff;
    background: 50% 50% no-repeat;
    background-size: cover;
    background-color: #fa424a;
    background-image: url(../images/statistic-box-red.png);
}

.weather-wrapper-2.weather-bg-2 {
    background-image: url(../images/wethear-bg.jpg);
}


/*.weather-wrapper-2::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(1,183,255,0.1);
}*/

.weather-temperature {
    width: 100%;
    padding: 50px 10px 0px;
    display: flex;
}

.weather-now {
    text-align: right;
    line-height: 1;
    font-weight: 300;
    width: 50%;
}

.weather-now .big-degrees {
    font-size: 70px;
    font-weight: 500;
}

.weather-now .circle {
    font-size: 70px;
    position: relative;
    top: -6px;
    line-height: 1;
    vertical-align: top;
}

.weather-now .weather-unit {
    font-size: 16px;
    position: relative;
    top: -4px;
    font-weight: 400;
    opacity: .6;
    left: -2px;
    line-height: 1;
    vertical-align: top;
}

.weather-icon-2 {
    text-align: left;
    position: relative;
    width: 50%;
}

.weather-icon-2 i {
    font-size: 70px;
}

.weather-info {
    padding: 20px 10px;
}

.weather-info .weather-name,
.weather-footer .weather-date {
    font-size: 21px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.weather-week-2 {
    display: flex;
    font-family: 'Roboto', sans-serif;
    padding: 15px 20px;
    width: 100%;
    line-height: 1;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
}

.weather-days {
    width: 14.28%;
    text-align: center;
    text-transform: uppercase;
}

.weather-days .day-0,
.weather-days .day-1,
.weather-days .day-2,
.weather-days .day-3,
.weather-days .day-4,
.weather-days .day-5,
.weather-days .day-6 {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
}

.day-icon {
    margin-bottom: 10px;
}

.day-icon i {
    font-size: 21px;
}

.weather-days .day-degrees {
    font-size: 15px;
    position: relative;
    left: 4px;
    line-height: 14px;
    opacity: .7;
}

.weather-days .circle {
    position: relative;
    right: 5px;
}

.weather-footer {
    padding: 15px 10px 30px;
}

@media(min-width:768px) and (max-width:1199px) {
    .weather-temperature {
        padding: 30px 10px 0px;
    }
    .weather-now .big-degrees,
    .weather-now .circle,
    .weather-icon-2 i {
        font-size: 45px;
    }
    .weather-week-2 {
        padding: 15px 10px;
    }
    .weather-info .weather-name,
    .weather-footer .weather-date {
        font-size: 17px;
    }
}


/*** 09. Social Icon
------------------------------------------------------------------------------*/

.home_seven .social-media-inner {
    margin-bottom: 20px;
}

.social-media {
    margin-left: -10px;
}

.social-media li {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}

.social-media li a {
    padding: 20px 10px;
    text-align: center;
    display: inline-block;
    min-width: 106.6px;
    background: #fff;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

@media (min-width: 1200px) {
    .home_seven .social-media li a {
        padding: 15px 10px;
        min-width: 96.6px;
    }
}

.social-media li a i {
    font-size: 24px;
}

.social-media li .rss,
.home_six .social-media li .rss:hover,
.home_seven .social-media li .rss:hover {
    color: #ff680d;
}

.social-media li .rss:hover {
    color: #fff;
    background-color: #ff680d;
}

.home_six .social-media li .rss,
.home_seven .social-media li .rss {
    color: #fff;
    background-color: #ff680d;
}

.home_six .social-media li .rss:hover,
.home_six .social-media li .fb:hover,
.home_six .social-media li .g_plus:hover,
.home_six .social-media li .you_tube:hover,
.home_six .social-media li .twitter:hover,
.home_six .social-media li .pint:hover,
.home_seven .social-media li .rss:hover,
.home_seven .social-media li .fb:hover,
.home_seven .social-media li .g_plus:hover,
.home_seven .social-media li .you_tube:hover,
.home_seven .social-media li .twitter:hover,
.home_seven .social-media li .pint:hover {
    background-color: #edeff4;
}

.social-media li .fb,
.home_six .social-media li .fb:hover,
.home_seven .social-media li .fb:hover {
    color: #4c66a3;
}

.social-media li .fb:hover {
    color: #fff;
    background-color: #4c66a3;
}

.home_six .social-media li .fb,
.home_seven .social-media li .fb {
    color: #fff;
    background-color: #4c66a3;
}

.social-media li .g_plus,
.home_six .social-media li .g_plus:hover,
.home_seven .social-media li .g_plus:hover {
    color: #cf3e28;
}

.social-media li .g_plus:hover {
    color: #fff;
    background-color: #cf3e28;
}

.home_six .social-media li .g_plus,
.home_seven .social-media li .g_plus {
    color: #fff;
    background-color: #cf3e28;
}

.social-media li .you_tube,
.home_six .social-media li .you_tube:hover,
.home_seven .social-media li .you_tube:hover {
    color: #e42c27;
}

.social-media li .you_tube:hover {
    background-color: #e42c27;
    color: #fff;
}

.home_six .social-media li .you_tube,
.home_seven .social-media li .you_tube {
    background-color: #e42c27;
    color: #fff;
}

.social-media li .twitter,
.home_six .social-media li .twitter:hover,
.home_seven .social-media li .twitter:hover {
    color: #2fc2ee;
}

.social-media li .twitter:hover {
    background-color: #2fc2ee;
    color: #fff;
}

.home_six .social-media li .twitter,
.home_seven .social-media li .twitter {
    background-color: #2fc2ee;
    color: #fff;
}

.social-media li .pint,
.home_six .social-media li .pint:hover,
.home_seven .social-media li .pint:hover {
    color: #cb2028;
}

.social-media li .pint:hover {
    background-color: #cb2028;
    color: #fff;
}

.home_six .social-media li .pint,
.home_seven .social-media li .pint {
    background-color: #cb2028;
    color: #fff;
}

.social-media li a div {
    font-weight: bold;
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
}

.social-media li p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

@media(min-width:0px) and (max-width:1199px) {
    .social-media-inner {
        margin-bottom: 5px;
    }
    .social-media {
        width: 100%;
        margin-left: -5px;
    }
    .social-media li {
        width: 31.6%;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    .home_seven .social-media li {
        width: 31%;
    }
    .social-media li a {
        min-width: auto;
        width: 100%;
    }
    .social-media li a div {
        font-size: 21px;
    }
    .home_seven .social-media li a div {
        font-size: 19px;
    }
    .social-media li p {
        font-size: 10px;
    }
    .home_seven .social-media li p {
        font-size: 9px;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .social-media li {
        width: 31.2%;
    }
    .social-media li a {
        padding: 15px 5px;
    }
}


/*** 10. Tabs
------------------------------------------------------------------------------*/

.tabs-wrapper {
    position: relative;
    background-color: #fff;
}

.nav-tabs {
    border-bottom: 0;
    width: 100%
}


.nav-tabs>li>a {
    text-align: center;
    font-weight: 600;
    border-radius: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #16224d;
    border: 1px solid #fff;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.nav-tabs>li>a:hover {
    border-color: #fff;
}

.most-viewed,
.popular-news {
    padding: 15px;
}

.most-viewed .content li {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    line-height: 20px;
    padding: 20px 0;
}

.most-viewed .content li .count {
    width: 20%;
    float: left;
    color: #888;
    font-size: 40px;
    padding-right: 20px;
    line-height: 24px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 600;
}

.most-viewed .content li .text {
    width: 80%;
    float: left;
    font-size: 1.07692em;
    padding-left: 20px;
    border-left: 1px solid #aaa;
    font-weight: 600;
}

.most-viewed .content li:after {
    content: "";
    display: table;
    clear: both;
}

.most-viewed .content li:last-child,
.p-post:last-child {
    border: 0;
    padding-bottom: 10px;
}

.popular-news {
    text-align: center;
}

.p-post {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.p-post h4,
.authar-info {
    margin: 0 0 10px;
}

@media(min-width:768px) and (max-width:1199px) {
    .nav-tabs > li > a {
        font-weight: 500;
        padding: 15px 10px;
        font-size: 12px;
    }
    .most-viewed .content li {
        padding: 10px 0;
    }
    .most-viewed .content li .count {
        width: 16%;
        font-size: 30px;
        padding-right: 10px;
    }
    .most-viewed .content li .text {
        width: 84%;
        font-size: 13px;
        padding-left: 10px;
    }
    .p-post {
        padding: 15px 0;
    }
    .p-post h4,
    .authar-info {
        font-size: 13px;
    }
}


/*** 11. Games News
------------------------------------------------------------------------------*/

.panel_inner {
    position: relative;
    background: #fff;
}

.panel_header {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.panel_body {
    padding: 15px;
}

.home_seven .games-news {
    background-color: #f5f7f9;
    padding: 15px;
}

.games-result-header {
    text-align: center;
    margin-bottom: 15px;
}

.games-result-title {
    margin-bottom: .25em;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0px;
}

.games-result-date {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #9a9da2;
    letter-spacing: 0.2px;
}

.games-result-main {
    margin-bottom: 6px;
    width: 100%;
    display: table;
}

.games-result-team {
    text-align: center;
    width: 30%;
    float: left;
}

.games-result-team-logo {
    height: 70px;
    display: block;
    position: relative;
}

.games-result-team-logo img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.games-result-team-info {
    padding: 6px 0 0 0;
}

.games-result-team-name {
    font-size: 13px;
    max-width: 85px;
    display: block;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto 0.1em auto;
    text-transform: uppercase;
    font-weight: 600;
}

.games-result-team-desc {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0.3px;
}

.games-result-score-inner {
    text-align: center;
    vertical-align: middle;
    width: 40%;
    float: left;
}

.games-result-score {
    font-size: 23px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #31404b;
    margin-top: 15px;
}

.games-result-score-result {
    position: relative;
}

.games-result-score-result.winner::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid #ffdc11;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.games-result-score-result.loser {
    color: #9a9da2;
}

.games-result-score-label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #31404b;
    line-height: 1.2em;
}

.table {
    margin-bottom: 0;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #e4e7ed;
    font-weight: 700;
    color: #31404b;
    text-transform: uppercase;
    /*background-color: #f5f7f9;*/
    background-color: transparent;
    text-align: center;
}

.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child {
    padding-left: 30px;
    text-align: left;
}

.home_seven .table > thead > tr > th:first-child,
.home_seven .table > tbody > tr > td:first-child,
.home_seven .table > tbody > tr > th:first-child {
    padding-left: 0;
}

.table > tbody > tr > th:first-child {
    font-weight: 600;
}

.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child,
.table > tbody > tr > th:last-child {
    padding-right: 30px;
    vertical-align: middle;
}

.home_seven .table > thead > tr > th:last-child,
.home_seven .table > tbody > tr > td:last-child,
.home_seven .table > tbody > tr > th:last-child {
    padding-right: 0;
}


/*** 12. Categories Widget
------------------------------------------------------------------------------*/

ul.category-list {
    overflow: hidden;
}

ul.category-list li {
    list-style: none;
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

ul.category-list li:nth-child(2n) {
    padding-left: 15px;
}

ul.category-list li a {
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.category-list li a:hover {
    color: #d1995d;
}

ul.category-list li a span {
    display: inline-block;
    float: right;
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.category-list li a:hover span {
    color: #fff;
    background-color: #d1995d;
    border: 1px solid #d1995d;
}

@media(min-width:768px) and (max-width:1199px) {
    ul.category-list li {
        margin-bottom: 10px;
        width: 100%;
    }
    ul.category-list li:nth-child(2n+1) {
        display: none;
    }
    ul.category-list li:nth-child(2n) {
        padding-left: 0;
    }
}


/*** 13. Archive Widget (Calender)
------------------------------------------------------------------------------*/

.ui-datepicker {
    width: 100%;
}

.ui-widget.ui-widget-content {
    padding: 0;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    font-family: 'Cormorant Garamond', serif;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.8em 0;
    border-radius: 0;
    background: transparent;
    border-width: 0 0 1px 0;
    font-weight: normal;
    border-color: #e0e0e0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 18px;
    border: 1px solid #e0e0e0;
    height: 32px;
    width: 32px;
    border-radius: 30px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 20px;
}

.ui-datepicker .ui-datepicker-next {
    right: 20px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #000;
}

.ui-datepicker th {
    font-size: 19px;
}

.ui-datepicker-month {
    font-weight: 600;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    padding: 6px 5px;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    border: 0;
    background: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    color: #cb2028 !important;
}

.ui-icon-circle-triangle-w {
    background-position: -96px 0px;
}

.ui-icon-circle-triangle-e {
    background-position: -32px 0px;
}


/*** 14. Poll Widget
------------------------------------------------------------------------------*/

.poll-content h6 {
    line-height: 24px;
    margin: 0;
    color: #111;
    font-size: 21px;
}

.poll-content ul {
    padding: 20px 0 0;
}

.poll-content ul li {
    display: table;
    border: 0;
    padding: 5px 0;
}

.poll-content ul li:first-child {
    padding-top: 0;
}

.poll-content ul li input,
.poll-content ul li label {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.poll-content ul li label {
    padding-left: 13px;
    color: #888;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.poll-content .btn-news {
    margin-top: 20px;
}

.btn-news {
    color: #fff;
    background-color: #d1995d;
    background-color: #eaeaea;
border-color: #dbdbdb;
}

.btn-news:hover {
    color: #fff;
    background-color: #1b1c26;
    border-color: #1b1c26;
}

@media(min-width:768px) and (max-width:1199px) {
    .poll-content h6 {
        font-size: 19px;
    }
}


/*** 15. Tags Widget
------------------------------------------------------------------------------*/


/*.tags-inner{padding: 30px;}*/

.ui.tag {
    margin-left: 1em;
    position: relative;
    border-radius: 0 .28571429rem .28571429rem 0;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    background-color: #E8E8E8;
    background-image: none;
    padding: .5833em 1.5em;
    color: rgba(0, 0, 0, .6);
    text-transform: none;
    border: 0 solid transparent;
    font-size: 13px;
    margin-bottom: 5px;
    cursor: pointer;
}


/*.ui.tag:first-child {margin-left: 0;}*/

.ui.tag::before {
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
    top: 50%;
    right: 100%;
    content: '';
    background-color: inherit;
    background-image: none;
    width: 1.56em;
    height: 1.56em;
    -webkit-transition: none;
    transition: none;
}

.ui.tag::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -.25em;
    margin-top: -.25em;
    background-color: #FFF !important;
    width: .5em;
    height: .5em;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .3);
    border-radius: 500rem;
}

.ui.tag:hover {
    border-color: #d1995d;
    background-color: #d1995d;
    background-image: none;
    color: #fff;
}


/*** 16. Featured News
------------------------------------------------------------------------------*/

.featured-post {
    position: relative;
}

#featured-owl .item {
    margin: 1px;
}

.reatting {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #d1995d;
}

.featured-post .post-text {
    padding: 12px;
}


/*** 17. Youtube
------------------------------------------------------------------------------*/

.playlist-title {
    background-color: #1b1c26;
    padding: 15px;
}

.playlist-title h4 {
    margin: 0;
    color: #fff;
}


/*** 18. More News
------------------------------------------------------------------------------*/

.more-post {
    position: relative;
    margin-bottom: 15px;
}

.more-post .post-text {
    padding: 15px;
}

@media (min-width: 768px) {
    .more-post:last-child {
        /*margin-bottom: 0;*/
    }
}


/* Progress ber ------*/

.progressber {
    position: absolute;
    top: 10px;
    right: 10px;
}

.progressber canvas {
    display: inline-block;
    transform: rotate(135deg);
}

.progressber span {
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    width: 40px;
    color: #d1995d;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
}

@media(min-width:0px) and (max-width:1199px) {
    .more-post .post-text {
        padding: 10px;
    }
    .more-post .post-text h4 {
        font-size: 15px;
        font-weight: 400;
    }
}


/*** 19. Post Cards News
------------------------------------------------------------------------------*/

.posts {
    background-color: #fff;
}

.posts-thumb {
    float: none;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.posts-thumb .post-category {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
    z-index: 1;
}

.posts ul {
    margin-bottom: 10px;
}

.post-grid .post-category {
    background-color: #4c66a3;
}


/*.posts-cat {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    z-index: 1;
}

.post-grid-item .posts-cat {
    display: block;
    position: absolute;
    left: 23px;
    top: 23px;
}*/

.post-grid-item .posts-thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/*.posts-cat-label {
    background-color: #ffcc00;
    font-size: 10px;
    padding-top: .6em;
    padding: .5em 1.1em;
    color: #fff;
    text-transform: uppercase;
}*/

.posts-thumb {
    float: none;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.posts-thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.posts-inner {
    position: relative;
    padding: 14px 15px;
}

.card-post .posts-inner {
    padding: 30px 15px;
}

.home_seven .card-post .posts-inner {
    padding: 30px 0;
}

.posts-inner .post-category {
    margin: 0
}

.posts-link {
    display: block;
    position: absolute;
    top: 0;
    right: 23px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #4c66a3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.posts-link::before,
.posts-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.posts-link::before {
    width: 17px;
    height: 2px;
}

.posts-link::after {
    width: 2px;
    height: 17px;
}

.posts-link:hover::before,
.posts-link:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}


/*.posts-date {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 12px;
    color: #9a9da2;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}*/

.posts-title {
    font-size: 18px;
    line-height: 24px;
}

.post-grid:hover .posts-title a,
.meta-item a:hover {
    color: #4c66a3;
}

.post-grid-item .posts-title {
    /*margin-bottom: 20px;*/
    margin-top: 13px;
}

.posts-inner p {
    margin: 0;
}

.card-post .posts-inner .authar-info {
    margin-bottom: 19px;
}

.posts__footer {
    padding: 15px;
    border-top: 1px solid #e4e7ed;
    display: table;
    width: 100%;
    height: 100%;
}

.home_seven .posts__footer {
    padding: 5px 10px;
    border: 1px solid #e4e7ed;
}

.post-author {
    display: table-cell;
    width: 45%;
    text-align: left;
}

.post-author-avatar {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 14px 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.post-author-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.post-author-name {
    font-size: 12px;
    text-transform: uppercase;
    color: #9a9a9a;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.post-meta {
    display: table-cell;
    width: 55%;
    text-align: right;
}

.meta-item {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle;
    color: #9a9a9a;
}

.meta-item a {
    color: #9a9a9a;
}

.meta-item i {
    margin-right: 5px;
}

.meta-item + .meta-item {
    margin-left: 15px;
}

.post-grid {
    border-bottom: 1px solid #e0e0e0;
}

.post-grid:last-child {
    border-bottom: none;
}

@media (max-width: 767px) {
    .post-author {
        width: 40%;
    }
    .post-meta {
        width: 60%;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .posts-inner {
        padding: 18px 15px;
    }
    .card-post .posts-inner {
        padding: 10px 15px;
    }
    .post-author {
        width: 100%;
    }
    .post-meta {
        display: none;
    }
}


/*** 20. Articles
------------------------------------------------------------------------------*/


/*.articles-wrapper{
    position: relative;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}*/

.news-list-item.articles-list .img-wrapper {
    width: 215px;
    max-width: 218px;
}

.articles-list .post-info-2 {
    padding: 0 0 0 20px;
}

.articles-list .post-info-2 h4 {
    margin-top: 0px;
    line-height: 27px;
}

.articles-list .post-info-2 p {
    margin: 0
}

@media (max-width: 767px) {
    .articles-list.news-list-item .img-wrapper {
        width: 95px;
    }
    .articles-list .post-info-2 h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .articles-list .post-info-2 p {
        display: none;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .articles-list .post-info-2 h4 {
        font-size: 17px;
        line-height: 22px;
        font-weight: 400;
    }
}


/*** 21. Pagination
------------------------------------------------------------------------------*/

.pagination {
    display: inline-block;
    margin: 0;
    float: left;
    padding: 6px 15px;
}

.pagination > li {
    /* display: inline; */
    float: left;
}


/*.pagination > li > a, .pagination > li > span {
    border-radius: 0 !important;
    margin: 0 5px;
    height: 32px;
    width: 32px;
    padding: 5px;
    text-align: center;
    color: #777777;
}*/

.pagination > li > a,
.pagination > li > span {
    border-radius: 0 !important;
    height: 32px;
    width: 32px;
    padding: 6px 8px;
    text-align: center;
    color: #777777;
    border: 0;
    margin: 0 2px;
}

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

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #fff;
    background-color: #1b1c26;
    border-color: #1b1c26;
}

.pagination > .disabled > span.extend {
    border: none;
}

@media (max-width: 767px) {
    .pagination > .disabled > span.extend {
        display: none;
    }
}


/*** 22. Footer
------------------------------------------------------------------------------*/

footer {
    position: relative;
    padding: 70px 0;
    background-color: #1b1c26;
}

.about-inner img {
    margin-bottom: 15px;
}

.about-inner p,
.twitter-inner ul li {
    color: #fff;
}

.about-inner li {
    margin: 7px 0;
    color: #fff;
}

.about-inner li i {
    margin-right: 10px;
    color: #d1995d;
}

.wiget-title {
    color: #fff;
    margin: 0 0 20px 0;
}

.twitter-inner li {
    margin-bottom: 20px;
    line-height: 1.8em;
    font-size: 13px;
}

.twitter-inner li a {
    color: #d1995d;
}

.twitter-inner li span {
    display: block;
    margin-top: 10px;
}

.twitter-inner li span i {
    color: #d1995d;
    margin-right: 7px;
}

.menu-services {
    margin: 0 0 12px 0;
    padding: 0;
    list-style: none;
}

.menu-services li {
    margin-bottom: 6px;
}

.menu-services li::before {
    content: "-";
    margin-right: 6px;
    color: #fff;
}

.menu-services li a {
    color: #fff;
}

.menu-services li a:hover {
    color: #d1995d;
}

.footer-news-grid .title {
    color: #fff;
}

.footer-news-grid .news-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


/* Sub footer ------*/

.sub-footer {
    background-color: #24252f;
    padding: 10px 0;
    color: #fff;
}

.footer-nav {
    text-align: right;
    margin: 0;
    padding: 0;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li a {
    color: #fff;
    padding: 0 5px;
}

@media (max-width: 767px) {
    .footer-box {
        margin-bottom: 40px;
    }
    .sub-footer {
        text-align: center;
    }
    .copy {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 10px;
    }
    .footer-nav {
        text-align: center;
    }
}


/*** 23. Category Page
------------------------------------------------------------------------------*/

.page-title {
    margin: 20px 0;
}

.page-title h1 {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    line-height: 25px;
    padding: 0;
    margin: 6px 0;
}

.breadcrumb {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    padding: 8px 15px;
    list-style: none;
    margin: 0;
}

.breadcrumb > li {
    display: inline-block;
}

.header-title .breadcrumb > li > a {
    color: #374767;
    text-decoration: none;
    display: inline-block;
}

.breadcrumb > .active {
    color: #37a000;
    font-weight: 700;
}


/*.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}*/

@media(max-width:767px) {
    .page-title h1 {
        margin: 0 0 10px;
    }
    .breadcrumb {
        float: left;
    }
}


/*** 24. Contact Page
------------------------------------------------------------------------------*/

#map {
    width: 100%;
    height: 300px;
}

.contact_form_inner .comment-form .form-control {
    padding: 15px;
    border-width: 1px;
}

.contact_form_inner .comment-form {
    background-color: #fff;
    padding: 0;
    margin: 15px 0;
}


/*** 25. Details Page
------------------------------------------------------------------------------*/

.post_details_inner {
    margin-bottom: 10px;
}

.post_details_block {
    background-color: #fff;
    padding: 15px;
}

.post_details_block h2 {
    color: #111;
    font-weight: 400;
    margin-bottom: 10px;
}

.post_details_block .authar-info {
    margin: 0 0 25px;
}

.post_details_block h1,
.post_details_block h2,
.post_details_block h3,
.post_details_block h4,
.post_details_block h5,
.post_details_block h6,
.post_details_block p {
    margin-top: 0;
    margin-bottom: 25px;
    /*line-height: 26px;*/
}

.post_details_block p {
   font-size: 0.92rem;
line-height: 25px;
}

figure.social-icon {
    overflow: hidden;
    text-align: center;
    margin: -15px -15px 25px;
    position: relative;
}

.details_block3 figure.social-icon {
    margin: 0 -15px 35px;
}

figure.social-icon img {
    max-width: 100%;
    position: relative;
}

figure.social-icon > div {
    height: 100%;
    right: -70px;
    width: 50px;
    position: absolute;
    top: 0;
    padding: 5px;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

figure.social-icon > div a i {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    width: 40px;
    /* padding: 11px 8px; */
    position: relative;
    right: -60px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #000;
    margin-bottom: 5px;
    height: 40px;
    line-height: 43px;
    text-align: center;
}

figure.social-icon > div a i.fa-facebook {
    background-color: #4c66a3;
}

figure.social-icon > div a i.fa-twitter {
    background-color: #2fc2ee;
}

figure.social-icon > div a i.fa-google-plus {
    background-color: #cf3e28;
}

figure.social-icon > div a i.fa-linkedin {
    background-color: #0077B5;
}

figure.social-icon > div a i.fa-pinterest-p {
    background-color: #cb2028;
}

figure.social-icon > div a i:hover {
    opacity: .8;
}


/*figure.social-icon:hover img {
    opacity: 0.5;
    left: -60px;
}*/

figure.social-icon:hover > div {
    right: 0;
}

figure.social-icon:hover > div a i {
    right: 0;
}

figure.social-icon:hover a:first-child i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.social-icon:hover a:nth-child(2) i {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.social-icon:hover a:nth-child(3) i {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figure.social-icon:hover a:nth-child(4) i {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

figure.social-icon:hover a:nth-child(5) i {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.article_comment {
    position: relative;
    padding-left: 55px;
    padding-right: 50px;
    margin: 25px 0;
    background-color: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.article_comment::before {
    content: "\f10e";
    position: absolute;
    top: 15px;
    left: 15px;
    color: #d1995d;
    font-family: FontAwesome;
    font-size: 25px;
}

.article_comment p {
    font-size: 15px;
    margin-bottom: 10px;
}

.customers {
    font-size: 14px;
    line-height: 25px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
}

.customers span {
    font-size: 13px;
    line-height: 25px;
    text-transform: none;
    font-weight: 400;
}


/* Arrow ------*/

.arrow_list {
    list-style: none;
    margin-left: 15px;
    margin-bottom: 26px;
    padding: 0
}

.arrow_list li {
    font-size: 17px;
    line-height: 26px;
    margin-left: 21px;
}

.arrow_list li::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0a4";
    float: left;
    margin-left: -25px;
    line-height: 26px;
    font-size: 14px;
    color: #000;
}

.align-left {
    float: left;
    margin: 6px 20px 15px 0;
}


/*details 2*/

.details_block2 figure.social-icon {
    margin: 0 0 35px;
}


/*.post-header .authar-info {
    margin: 0 0 25px;
}*/

.post-header h2 {
    margin-bottom: 10px;
}

.td-category {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.td-category li {
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 1;
}

.adaptive {
    margin-bottom: 25px;
    position: relative;
}

.caption-text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    color: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
}

.post_details_block .dot-list {
    list-style-type: inherit;
    margin-bottom: 25px;
    margin-left: 15px;
}

.post_details_block .dot-list li {
    font-size: 15px;
    line-height: 26px;
}

.post_details_block blockquote {
    margin: 0 0 25px;
    border-left: 0;
}

.post_details_block blockquote p {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    color: #d1995d;
    word-wrap: break-word;
}

@media(max-width:767px) {
    .post-header h2 {
        font-size: 21px;
    }
}


/*details 3*/

.triangle-list {
    list-style: none;
    margin-bottom: 25px;
}

.triangle-list li {
    padding-left: 22px;
    font-size: 15px;
    /*color: #808080;*/
}

.triangle-list li + li {
    margin-top: 10px;
}

.triangle-list li::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
    color: #ccc;
    margin-left: -22px;
}

.triangle-list li::before {
    content: "\f0da";
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 25px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

blockquote {
    border: none;
    padding: 10px;
    margin-bottom: 10px;
}

blockquote.no-sign {
    padding: 0 20px 0 20px;
}


/*blockquote.no-sign p {
    background: -webkit-linear-gradient(330deg, #d1995d 0%, #34d9da 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d1995d;
}*/

blockquote.no-sign p {
    background: -webkit-linear-gradient(330deg, #d1995d 0%, #34d9da 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d1995d;
    font-size: 24px;
    line-height: 33px;
    font-style: inherit;
    font-weight: 600;
}


/* comment ------*/

.comments-container {
    padding: 15px;
    margin: 40px 0 10px 0;
    background-color: #fbfbfb;
	border: 4px double #eee;
}

.comments-container h4,
.comment-form h4 {
    margin: 0 0 30px;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
}

.comments-list {
    padding: 0;
    position: relative;
}

.reply-list:before,
.reply-list:after {
    display: none;
}

.comments-list li {
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list {
    padding-right: 50px;
    clear: both;
    margin-top: 30px;
}

.comments-list .comment-avatar {
    width: 40px;
    height: 40px;
    position: relative;
    float: right;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
	border-radius:50%;
}

.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}

.reply-list .comment-avatar {
    width: 40px;
    height: 40px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.comments-list .comment-box {
    width: 90%;
    float: left;
    position: relative;
    margin-left: 15px;
}

.comments-list .comment-box::before {
    border-width: 10px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, 0.08);
    right: -12px;
}

.reply-list .comment-box {
    width: 90%;
}

@media(min-width:768px) and (max-width:1199px) {
    .comments-list .comment-box {
        width: 80%;
    }
    .reply-list {
        margin-top: 30px;
    }
    .reply-list .comment-box {
        width: 82%;
    }
}


/*.comment-box .comment-content {background: #FFF;}*/

.comment-box .comment-content h5 {
    line-height: 25px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    margin-top: 0;
}

.comment-header {
    margin-bottom: 15px;
    letter-spacing: 0.1em;
}

.comment-author {
    color: rgb(63, 73, 80);
text-transform: uppercase;
margin-top: 0;
font-style: normal;
letter-spacing: 0;
font-weight: 600;
font-size: 14px;
}

.comment-datetime {
    margin-left: 15px;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #5a5757;
	float:left;
}

.comment-content p {
    margin: 0 0 18px
}

.comment-content .btn-news {
    padding: 2px 15px;
    text-transform: capitalize;
}

.article {
    position: relative;
    padding-left: 36px;
    padding-right: 50px;
    padding-top: 0px;
    margin: 50px 0;
}

.article::before {
    content: "\f10e";
    position: absolute;
    top: 2px;
    left: 0px;
    color: rgb(34, 34, 34);
    font-family: FontAwesome;
    font-size: 25px;
}

.article p {
    font-size: 15px;
    line-height: 27px;
}

.customers {
    font-size: 14px;
    line-height: 25px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
}

.customers span {
    font-size: 13px;
    line-height: 25px;
    text-transform: none;
    font-weight: 400;
}


/*.separator{height: 4px;width: 100%;margin: 50px auto;background: #fec107;}*/


/*comment form*/

.comment-form {
    padding: 15px;
    margin: 0 0 10px;
	 background-color: #fbfbfb;
	border: 4px double #eee;
}

.comment-form label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #2180ba;
}

.comment-form .form-group {
    margin-bottom: 20px
}

.comment-form .form-control {
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    font-size: 13px;
    border-width: 1px;
padding: 10px;
    border-color: #e0e0e0;
    border-style: dotted;
}

.comment-form .form-control:focus {
    border-color: #2180ba;
}

.comment-form textarea.form-control {
    height: auto;
}


/*** 26. Category Style One
------------------------------------------------------------------------------*/

.categoty-style-1 .row-m {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.categoty-style-1 .col-p {
    padding-right: 7.5px;
    padding-left: 7.5px;
}


/*** 27. Home Style Two
------------------------------------------------------------------------------*/

.home-2 .post-head {
    border: 1px solid #e0e0e0;
    margin-bottom: 5px;
}

.home-2 .post-head::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid #d1995d;
    border-right: 12px solid transparent;
    position: absolute;
    left: 0px;
    top: 0px;
}

.home-2 .post-inner-2 .post-head::before {
    border-top: 12px solid #e0e0e0;
}

.home-2 .featured-inner,
.home-2 .post-body,
.home-2 .youtube-wrapper,
.home-2 .add-inner,
.home-2 .archive-wrapper,
.home-2 .tabs-wrapper,
.home-2 .panel_inner,
.home-2 .weather-wrapper,
.home-2 .social-media li a,
.home-2 .posts {
    border: 1px solid #e0e0e0;
}

.home-2 .post-footer {
    border: 1px solid #e0e0e0;
    margin-top: 5px;
}

.home-2 #NewsTicker.owl-theme .owl-controls .owl-buttons div,
.home-2 #post-slider.owl-theme .owl-controls .owl-buttons div,
.home-2 #post-slider-2.owl-theme .owl-controls .owl-buttons div,
.home-2 #post-slider-3.owl-theme .owl-controls .owl-buttons div {
    top: -65px;
}

.home-2 .card-post .posts-inner,
.home_six .card-post .posts-inner {
    padding: 30px 15px;
}

.home-2 .posts-inner,
.home_six .posts-inner {
    padding: 12px 15px;
}


/*** 28. About us page
------------------------------------------------------------------------------*/

.inner-head {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    color: white;
    padding: 70px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.inner-head::before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.inner-head h1.entry-title {
    margin-bottom: 17px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
    font-weight: 700;
}

.inner-head .description {
    color: #fff;
    max-width: 770px;
    margin: auto;
    font-size: 15px;
}

.breadcrumb {
  
    background-color: transparent;
    border: 0;
    width:100%;

}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.breadcrumb li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    font-size: 15px;
    color: #cecfd2;
}

.breadcrumb li a {
    display: block;
    color: #2d5d73;
	font-size:12px;
}

.breadcrumb li::after {
    content: '\f105';
    font: normal normal normal 13px/1 "FontAwesome";
    display: block;
    position: absolute;
    left: 100%;
    top: 5px;
color: #4a4c51;
}

.breadcrumb li:last-of-type:after {
    display: none;
}

.breadcrumb > .active {
    color: #2d5d73 !important;
	font-size:11px !important;
}
.team .member,
.about-title {
    margin-bottom: 40px;
}

.team .member figcaption {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 15px 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.team .member figcaption h4 {
    font-weight: 600;
    margin: 0 0 5px;
}

.team .member figcaption small {
    display: block;
    margin-bottom: 10px;
}

.team .member figcaption ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.team .member figcaption ul li {
    float: left;
    margin: 0;
    margin-right: 0px;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}

.team .member figcaption ul li a {
    float: left;
    color: #fff;
    font-size: 13px;
    height: 30px;
    width: 30px;
    background-color: #d1995d;
    padding: 5px;
}

.team .member figcaption ul li a:hover {
    color: #fff;
    background-color: #1b1c26;
}

.about-content h1 {
    font-weight: 700;
    margin-top: 0;
}

.about-content h2 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.about-content h3 {
    font-size: 26px;
    line-height: 25px;
    color: rgb(121, 121, 121);
    margin-top: 0;
    font-weight: 300;
}

.about-content p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 24px;
}


/*** 29. F.A.Q us page
------------------------------------------------------------------------------*/

.faq-inner .title {
    color: #fff
}

.panel {
    box-shadow: none;
    background: #fff;
}

.panel:last-child {
    border-bottom: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
    border: none;
    padding: 0;
}

.panel-title a {
    display: block;
    padding: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

.panel-body {
    background: #fff;
    padding: 25px;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel-body P {
    color: #999;
    line-height: 23px;
    font-size: 16px;
}

.panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}


/* #bs-collapse icon scale option */

.panel-heading a::before {
    content: "\e61a";
    position: absolute;
    font-family: 'themify';
    right: 25px;
    top: 20px;
    font-size: 21px;
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

#accordion .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'themify';
    right: 25px;
    top: 20px;
    transform: scale(0);
    transition: all 0.5s;
}

#accordion .panel-heading.active a:after {
    content: "\e622";
    transform: scale(1);
    transition: all 0.5s;
}



/*Top bar*/

.header-social,
.top-left-menu {
    text-align: right;
    float: right;
}

.header-right-menu {
    text-align: left;
}


/*Navbar*/

.attr-nav {
    float: left;
    margin-left: -15px;
    margin-right: 15px;
}

nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    text-align: right;
}

@media (max-width: 992px) {
    nav.navbar.bootsnav.navbar-mobile ul.nav {
        padding-left: 0;
        padding-right: 15px;
    }
    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        content: "\f104";
        float: left;
        margin: 0 10px 0 0;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        padding: 0 15px 0 0 !important;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding: 13px 0 13px 30px !important;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
        content: "\f104";
        float: left;
        font-size: 16px;
        margin: 0 10px 0 0;
        left: -15px;
        right: auto;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
        padding: 0 15px 0 0;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
        padding: 15px 0 15px 15px !important;
    }
    nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
        left: auto;
        right: 0;
    }
}

@media (min-width: 993px) {
    nav.navbar.bootsnav ul.nav > li:first-child {
        border-right: 1px solid #e7e7e7;
    }
    .home_seven nav.navbar.bootsnav ul.nav > li:first-child {
        border-right: 0;
    }
    nav.navbar.bootsnav ul.nav > li:last-child {
        border-right: 0;
    }
    .home_seven nav.navbar.bootsnav ul.nav > li > a {
        padding: 15px 0 15px 20px;
    }
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
        margin-left: 0;
        float: left;
        margin-right: 10px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
        float: left;
        content: "\f104";
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content {
        right: 15px;
        left: auto;
    }
}


/*News masonry*/

.post-height-2 {
    margin-left: 0;
    margin-right: 2px;
}

#owl-slider-rtl.owl-theme .owl-nav {
    margin-top: 0;
}

#owl-slider-rtl.owl-theme .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    line-height: 1;
}

#owl-slider-rtl.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px;
    background: #fff;
}

#owl-slider-rtl.owl-theme .owl-dots .owl-dot.active span,
#owl-slider-rtl.owl-theme .owl-dots .owl-dot:hover span {
    background: #d1995d;
}

#owl-slider-rtl.owl-theme .owl-nav [class*=owl-] {
    padding: 2px;
    top: 44%;
    line-height: 2.6;
    height: 50px;
    width: 35px;
    margin: 0;
    display: none;
    border-radius: 0;
    font-size: 20px;
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#owl-slider-rtl.owl-carousel .owl-nav .owl-next {
    right: 0px;
}

#owl-slider-rtl.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

#owl-slider-rtl.owl-theme .owl-nav [class*=owl-]:hover {
    background: #d1995d;
}

.slider-wrapper #owl-slider-rtl:hover .owl-nav [class*=owl-] {
    display: block;
}


/*newstricker*/

#NewsTicker-rtl {
    padding-left: 64px;
}

.newstricker_inner {
    padding: 0 125px 0 0;
}

.trending {
    right: 0;
    left: auto;
    padding: 0px 11px 0 12px;
}

.trending::after {
    border-left: 0;
    border-right: 8px solid #1b1c26;
    right: auto;
    left: -8px;
}

#NewsTicker .item a {
    font-size: 15px
}

@media (max-width: 767px) {
    #NewsTicker-rtl {
        padding-left: 0;
    }
    #NewsTicker-rtl .item a {
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }
    #NewsTicker-rtl.owl-theme .owl-nav [class*=owl-] {
        display: none !important;
    }
}


/*Post*/

.filter-nav {
    float: left;
    margin: 3px 0 0 63px;
}

.post-info-2 {
    padding: 0 15px 0 0;
    text-align: right;
}

.post-height-3 {
    margin-left: 0;
    margin-right: 2px;
}

.post-height-4 {
    margin-right: 0;
    margin-left: 2px;
}

@media (max-width: 767px) {
    .post-height-2,
    .post-height-3,
    .post-height-4 {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .bord-right {
        border-left: 1px solid #e0e0e0;
        border-right: 0;
    }
}

#NewsTicker-rtl.owl-theme .owl-nav [class*=owl-],
.post-slider-rtl.owl-theme .owl-nav [class*=owl-] {
    padding: 2px;
    /*position: absolute;*/
    line-height: 2.4;
    opacity: 1;
    height: 30px;
    width: 30px;
    background: transparent;
    border: 1px solid #d2d2d2;
    position: absolute;
    margin: 0;
    top: -59px;
    color: #777;
    font-size: 11px;
    text-align: center;
    border-radius: 25px;
}

.home-2 .post-slider-rtl.owl-theme .owl-nav [class*=owl-] {
    top: -65px;
}

#NewsTicker-rtl.owl-theme .owl-nav [class*=owl-] {
    top: 0 !important;
}

#NewsTicker-rtl.owl-theme .owl-nav [class*=owl-]:hover,
.post-slider-rtl.owl-theme .owl-nav [class*=owl-]:hover {
    background: #d1995d;
    border: 1px solid #d1995d;
    color: #fff;
}

#NewsTicker-rtl.owl-theme .owl-nav .owl-prev,
.post-slider-rtl.owl-theme .owl-nav .owl-prev {
    left: 0px;
}

#NewsTicker-rtl.owl-theme .owl-nav .owl-next,
.post-slider-rtl.owl-theme .owl-nav .owl-next {
    left: 34px;
}

.home-2.post-slider-rtl.owl-theme .owl-nav .owl-next {
    left: 34px;
}

.home_seven .post-slider-rtl.owl-theme .owl-nav [class*=owl-] {
    top: -17%;
}


/*Post style*/

.articles-list .post-info-2 {
    padding: 0 20px 0 0;
}

.post-footer .social {
    border-left: 0;
    border-right: 1px solid #e0e0e0;
}

.share {
    text-align: left;
    left: 0;
    right: auto;
}

.share .ico {
    left: -35px;
    right: auto;
}

.share:hover .fb {
    right: auto;
    left: 25px;
}

.share:hover .tw {
    right: auto;
    left: 50px;
}

.share:hover .gp {
    right: auto;
    left: 80px;
}

.share:hover .pin {
    right: auto;
    left: 120px;
}


/*.share:hover .ico-share {
    left: auto;
    right: -150px;
}*/

.post-author-avatar {
    margin: 0 0 0 15px;
}

.post-meta {
    text-align: left;
}


/*pagination*/

.pagination {
    float: right;
}


/*Tab*/

.most-viewed .content li .count,
.most-viewed .content li .text {
    float: right;
}

.most-viewed .content li .count {
    padding-right: 0;
    padding-left: 20px;
}

.most-viewed .content li .text {
    border-left: 0;
    padding-right: 20px;
    padding-left: 0;
    border-right: 1px solid #aaa;
}


/*Weather*/

.weather-week .list-group-item {
    border-width: 1px 0px 1px 1px;
}

.weather-icon i {
    padding: 0 0 0 15px;
}

.weather-now {
    text-align: left;
}

.weather-icon-2 {
    text-align: right;
}


/*Category*/

ul.category-list li a span {
    float: left;
}


/*Youtube Video*/

.RYPP {
    padding-right: 0;
    padding-left: 350px;
}

.RYPP .RYPP-video {
    float: right;
}

.RYPP .RYPP-playlist {
    left: 0;
    right: auto;
}

.RYPP .RYPP-playlist ol li {
    padding: 9px 8px 8px 0;
}

.RYPP .RYPP-playlist ol li > p {
    padding: 0 0 0 16px;
    float: left;
    text-align: right;
}

@media only screen and (max-width: 639px) {
    .RYPP {
        padding-left: 0;
    }
}


/*Footer*/

@media (min-width: 768px) {
    .footer-nav {
        text-align: left;
    }
}



/*Details page*/
.arrow_list {
    margin: 0 15px 26px 0;
}
.arrow_list li {
    margin: 0 21px 0 0;
}
.arrow_list li::before {
    content: "\f0a5";
    float: right;
    margin: 0 -25px 0 0;
}

/*Table*/
.table > thead > tr > th:first-child, 
.table > tbody > tr > td:first-child, 
.table > tbody > tr > th:first-child {
    text-align: right;
}

/*F.A.Q*/
.panel-heading a::before {
    right: auto;
    left: 25px;

}
.filter-nav {float:none;}
footer {background: #eee; }
.m-slider { border-top:4px solid #2f3233; border-bottom:4px solid #2f3233;}
.slider-inner {
    position: relative;
    margin-bottom: 0px;
}
footer {
  
    padding: 0px;
    margin-top: 0px;
}
.loadmoreposts {display:block; margin:30px auto;}
.latest-ns .col-sm-4 {margin:15px auto;}
h4.followme {width:100%; text-align:center;font-family:    }
.post-frm-instagram {text-align: center;font-family:   }
.ads-md {background:none;}
.ads-md img {margin:0 auto;}
.RYPP .RYPP-playlist > header {
    width: 100%;
    height: 44px;
    padding: 12px 5px 0 8px;
    background: #0077b5;
    border-left: 8px solid #1da1f2;
    border-right: 8px solid #1da1f2;
    border-bottom: 1px solid #1da1f2;
}
RYPP .RYPP-playlist ol li.selected > img {
    border: 2px solid #0077b5;
}
.ui.tag:hover {
    border-color: #0077b5;
    background-color: #0077b5;
    background-image: none;
    color: #fff;
}
.slider-right-post h4 a {font-size:20px;}
.change-sld h2 a {font-size:25px;}
.filter-nav ul {margin-bottom:0px;}
..select {direction:ltr;}




.select {direction:ltr;}
.shareme  {text-align:center;}
.shareme span {}
.shareme a {}
.shareme a i {}
.shareme .fa-facebook {}
.shareme .fa-twitter {}
.shareme .fa-linkedin {}
.shareme .fa-pinterest-p {}
.webads  {padding:0px;}
.webads .col-xs-12 {padding:0px;}
.webads .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -20px;}
.webads .to-ho-hotel-con {
 
    box-shadow: 0px 4px 7px rgba(0, 0, 0,0);
}
.post-header h1 {
font-size: 28px;
line-height: 34px;
color: #1590bd;margin-bottom: 10px;}
.td-category a {color: #fff;
padding: 3px 5px;
border-radius: 3px;}
.td-category  a:hover {
  opacity: 0.7;
}
.post-header hr {margin:10px 0px;}
.pfigr {padding:0px; margin:7px 0px 20px 0px;}


/* post tags list style */
ul.post-tags {
  margin: 0;
  padding: 0;
}
ul.post-tags li {
  display: inline-block;
  margin-left: 7px;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.post-tags li i {
  color: #ccc;
  margin-left: 5px;
}
ul.post-tags li img {
width:25px; border-radius:50%; margin-left:3px;
}
ul.post-tags li cite a {
font-size:12px;
}
ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;

}
ul.post-tags li a:hover {
  
}
ul.post-tags li:last-child {
  margin-right: 0;
}


.share-post-box-single {
 margin: 0 20px 10px 10px;
padding:20px 10px 0px 10px;
text-align: center;
}
.share-post-box-single ul.share-box {
  margin: 0;
  padding: 0;
}
.share-post-box-single span.likeit-share i  {margin-left:7px;font-size:80%}
.share-post-box-single span.likeit-share  {margin-bottom:7px;display:block;}
.share-post-box-single ul.share-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  margin-left: 8px;
  margin-bottom: 2px;

}
.share-post-box-single ul.share-box li i {
  font-size: 15px;
  margin-left: 12px;
  color: #999999;
  float: right;
  margin-top: 5px;
margin-right: 5px;
}
.share-post-box-single ul.share-box li span {
  display: inline-block;
  line-height: 15px;font-size: 14px!important;
}
.share-post-box-single ul.share-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  padding: 5px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.share-post-box-single ul.share-box li a i {
  color: #ffffff;
}
.share-post-box-single ul.share-box li a.facebook {
  background: #1854dd;
}
.share-post-box-single ul.share-box li a.twitter {
  background: #18a3dd;
}
.share-post-box-single ul.share-box li a.google {
  background: #f14133;
}
.share-post-box-single ul.share-box li a.pinterest {
  background: #f14133;

}
.share-post-box-single ul.share-box li a.pinterest i {
  margin-right: 0;

}
.share-post-box-single ul.share-box li a.linkedin {
  background: #1879dd;
}
.share-post-box-single ul.share-box li a.linkedin i {
  margin-right: 0;
 
}
.share-post-box-single ul.share-box li a:hover {
  opacity: 0.7;
}
.single-post-box .about-more-autor {
  margin-bottom: 10px;
}
.about-more-autor {
background: #fff;
margin: 15px 0px 10px 0px;}
.about-more-autor ul.nav-tabs {
  text-align: center;
  border: none;
 
}
.about-more-autor ul.nav-tabs li {
  float: right;
  width: 50%;
  border: none;
  margin: 0;
  padding-right: 1px;
}
.about-more-autor ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 11px 3px;
  background: #2d5d73;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 0;
}
.about-more-autor ul.nav-tabs li a:hover {
  background: #1590bd;
}
.about-more-autor ul.nav-tabs li:first-child {
  padding-left: 0;
}
.about-more-autor ul.nav-tabs li a.active {
  border: none;
  background: #1590bd;
}
.about-more-autor .autor-box {
  padding: 10px 15px 20px 0;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.about-more-autor .autor-box h4 {margin:0px;}
.about-more-autor .autor-box img {
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: right;
}
.about-more-autor .autor-box .autor-content {
 margin-right: 90px;
margin-top: 5px;
}
.about-more-autor .autor-box .autor-content .autor-title {
  overflow: hidden;
  margin-bottom: 10px;
}
.about-more-autor .autor-box .autor-content .autor-title h1 {
  float: right;
  color: #333333;
  font-size: 13px;

  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.about-more-autor .autor-box .autor-content .autor-title h1 span:after {
  content: '/';
  color: #333333;
  font-size: 13px;

  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 6px;
}
.about-more-autor .autor-box .autor-content .autor-title h1 a {
  text-decoration: underline;
  display: inline-block;
  color: #f44336;
}
.about-more-autor .autor-box .autor-content .autor-title h1 a:hover {
  opacity: 0.7;
}
.about-more-autor .autor-box .autor-content .autor-title ul.autor-social {
  margin: 0;
  padding: 0;
  float: right;
}
.about-more-autor .autor-box .autor-content .autor-title ul.autor-social li {
  display: inline-block;
}
.about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a:hover {
  color: #ffffff;
  background: #f44336;
}
.about-more-autor .autor-box .autor-content p {
  margin: 0;
}
.about-more-autor .more-autor-posts {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: -5px;
  margin-right: -5px;
}
.about-more-autor .more-autor-posts .news-post {
  float: right;
  width: 25%;
  padding: 5px;
}
.about-more-autor .more-autor-posts .news-post .hover-box {
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: auto;
}
.show-hide {overflow: hidden; height: 0px; -webkit-transition: all 0.9s ease; -o-transition: all 0.9s ease; transition: all 0.9s ease;}
.show-hide.show {height: 280px;
border: 1px solid #eee;
padding: 10px; margin-top:10px;}
.notlogin {}
.notes-p img {width: 50px;
height: 50px;
border-radius: 50%;}
.comment-content p.notes-p   { color: #4a5560;text-align:center;
    border-bottom: 1px dotted #eee;margin:0px 6px 0px 0px;
padding-bottom: 6px;}
.comment-content p.notes-p a {color: #ff680d; margin:0 5px;}
 span.ateed {display: block!important;
text-align: center!important;
margin: 10px!important;
color: red!important;}
span.ateed:after  {content:"))..."; margin:0px 5px;}
span.ateed:before  {content:"...(("; margin:0px 5px;}
ul.logs-buttons { text-align:center;width:100%; padding:0!important; }
.logs-buttons  li {display:inline-block!important;margin:10px 0 5px 0 }
.notes-p .agree-cmnt {color: #ff680d;border-bottom: 1px dotted #ff680d;
margin: 0 5px;}
.notes-p .nm-cmnt {color: #ff680d;
margin: 0 5px;}

.abt-about-autor .active {
    position:relative;
    background-color:#1590bd;

}

.abt-about-autor .active:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 10px #1590bd;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.alert-dismissable .close, .alert-dismissible .close {left:auto;right: 0px;}
.close {
float: right; }
.alert-dismissable, .alert-dismissible {text-align: center;
    padding-left: 10px;padding-right: 45px;
}
.alert-success {
 
    font-size: 16px;
}

.article-footer {width:100%;background:#fff;}

.more-autor-posts .grid-item .grid-item-img-autor img {max-width:100%!important; display:block!important; margin:0 auto!important;}
.more-autor-posts .grid-item h5 {text-align:center;}
.follow-author {display:block; width:auto; margin:15px 10px;float:right;
padding:  5px 10px 5px 10px;
    border-radius: 15px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #a1a5a7;font-size: 12px;
}
.follow-author:hover {
background: #eee;
color: #333;}
.follow-author  i {margin-left:5px;}
.see-my-articles {display:block; width:auto; margin:15px 10px;float:right;
padding: 5px 10px 5px 10px;
    border-radius: 15px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #a1a5a7;font-size: 12px;
}
.see-my-articles:hover {
background: #eee;
color: #333;}
.see-my-articles  i {margin-left:5px;}

.auth-nms {}
.auth-nms a {display:inline-block; margin:10px;color: #ff680d;}
.auth-nms a i {margin-left:5px; font-size:12px;}
.auth-nms span  {color:#777;}
.auth-nms b {display:inline-block; margin:5px; border:4px double #eee; padding:3px;}
.sign-writer	{   background: black;
		background-color:#35aced;
        margin: 0 0 10px;
        text-align: center;
	    width: 100%;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		padding: 10px 20px;
		text-transform: uppercase;
		letter-spacing: 0;
		outline: none !important;
		vertical-align: baseline;
		border:0px;
		
		}
.sign-writer i {font-size: 13px;
margin-left: 10px;}
.sign-writer:hover {background-color:#2384b9; transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;}
.modal-header {}
.modal-header  .close {margin-top: -28px;    opacity: 0.5; float: left;} 
.modal-header button span {font-size:25px;}
.modal-footer {text-align: right;}
.modal-body .publish-news {
    background: #fff;
    width: 100%;
}
.modal-body .publish-news > p {
    line-height: 1.8;
    text-align: center;
}
.modal-body .publish-news .featured-btns {
    margin: 0 0 -20px;
    padding: 0 10px;
    text-align: center;
}
.modal-body  .publish-news .featured-btns a {
	background: black;
	background-color: #3385cd;
	color: #fff;
	text-transform: uppercase;
	border-color: #3385cd;
    display: inline-block;
    float: none;
    font-size: 15px;
    font-weight: 500;
    margin: 0 10px 20px;
    padding: 10px;
    text-align: right;
    width: calc(50% - 23px);
    border: 1px solid;
	border-radius: 0;
}
.modal-body  .publish-news .featured-btns a i {
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    text-align: center;
    width: 10px; 
	margin-left:10px;
}
.modal-body  .publish-news .featured-btns a:hover{background:none; color:#3385cd;}
.modal-body  .publish-news .featured-btns a:hover i {color:#3385cd;}

/************* rate ***/
.nav-tabs-sr > li > a {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 10px;font-size: 14px;
    border-radius: 0;font-family: 'Cairo', sans-serif;
}
.nav-tabs-sr  > li.active > a, .nav-tabs-sr  > li.active > a:focus, .nav-tabs > li.active > a:hover
{letter-spacing: 0px;
padding: 10px;
background-color: #2180ba;}
.search-external {
margin: 0px 0px 20px 0px;
padding: 5px;
background: #fff;}
.search-external span.inline-checks {display: flex;
overflow: auto;
justify-content: center;
padding: 20px 10px 10px 10px;}
.search-external span.form-border {
	display:block;
	width:100%;
	background-color: rgba(197, 197, 197, 0.14);
    padding: 4px 6px;
	margin: 12px auto;
	border-radius: 5px;
overflow:auto;
	}
.search-external label {font-family: 'Cairo', sans-serif; letter-spacing:0; display:block;}
.search-external input.srchnx {
	display: inline-block;
	width: 70%;
	height: 25px;
	font-size: 16px;
    padding: 5;
    margin: 0;
    border-radius: 0;
    border: none;
	float:right;
	height: 30px;
}
	
.search-external input.sbmt {
	display: inline-block;
width: 30%;
background-color: #2180ba;
border: 1px solid #2180ba;
color: #fff;
float: right;
height: 30px;
padding: 4px;
margin-top: 1px;
	}
	
	
	
.follow-me-youtube {margin-right:20px;font-size:75%;}
.follow-me-youtube .fa { margin:0px 7px;}
.follow-me-youtube a {display: inline-block;
border: 2px solid #303030;
padding: 3px;
border-radius: 5px;font-size:85%;}
.follow-me-youtube .fa-youtube {margin-left:2px;}
.post-frm-instagram .fa { margin:0px 7px;}
.post-frm-instagram .fa-instagram {margin-left:2px;margin-right:2px;}
.post-frm-instagram a 
{
    display: inline-block;
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 2px;}
    
.breadcrumb li a {
    display: inline-block; }
    .breadcrumb > li + li::before {content:none;}
    .breadcrumb li {
  
    font-size: 12px;
    color: #959595;
    }
	.aut-block {overflow:auto;}
		.auth_title {
		font-size: 35px;
margin-top: 10px;
color: #334354;
}
		.divider {
    background: #EDEFF4 ;
    border: none;
    height: 6px;
    margin: 0;
	border-radius:5px;
	}
		.divider_block {
    margin-top: 25px;}
	.divider.first {
    width: 30px;
}
.divider_block .divider {
    float: right;
}
.divider.subheader_arrow {
    width: 20px;
    height: 20px;
    background: url("blog-img/subheader_arrow.png") no-repeat 0 0;
}
.divider.last {
    width: calc(100% - 50px);
}
.box_header {
    background: #EDEFF4;
border-right: 3px solid #2193C9;
    padding: 8px 15px 11px;

}
blockquote.simple
{
background-color: transparent;
padding: 50px 20px 20px;

font-weight: bold;
line-height: 120%;
color: #25282A;
background: #F0F0F0 url("blog-img/quote_content.png") no-repeat top right;
}
blockquote.simple p {color: #25282A;font-size: 23px;}
blockquote .author {
    margin-top: 23px;
    margin-left: 0;
	display: block;
	color: #ABABAB;
	line-height: 120%;
font-size: 12px;
	}
	blockquote::before, blockquote::after, q::before, q::after {
    content: "";display:block;
	}
	


.blockquote-wrapper { position: relative;
  background-color: rgba(0, 0, 0, 0.4);
 
 }


/* center the blockquote in the page */
.blockquote-wrapper {
  display: flex;
height: 100%;
padding: 0 20px;
position: absolute;
top: 0;
width: 100%;
}

/* Blockquote main style */
.blockquote-wrapper .blockquote {
    position: relative;
    font-weight: 800;
    color: #fff;
    padding: 30px 0;
    width: 100%;
    max-width: 600px;
    z-index: 1;
    margin: 80px auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

/* Blockquote header */
.blockquote-wrapper .blockquote h1 {
    position: relative;
    color: #fff!important;
    font-size: 33px!important;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}



/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote-wrapper .blockquote h1 {
        font-size: 60px;
   }

}

/* Blockquote subheader */
.blockquote-wrapper .blockquote h4 {
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-top: 20px;
    z-index: 1;
	margin-bottom:5px!important;
}
.slider-wisdom img {max-height:350px;}
.blockquote-wrapper .blockquote h1::before {
    position: absolute;
    content: "\f10e";
	font-family:FontAwesome;
    color: rgba(255, 255, 255, 1);
    font-size: 2rem;
    line-height: 0;
    right: -30px;
}
.blockquote-wrapper .blockquote h1::after {
    position: absolute;
    content: "\f10d";
	font-family:FontAwesome;
    color: rgba(255, 255, 255, 1);
    font-size: 2rem;
    line-height: 0;
    left: -30px;
	bottom: 15px;
}
.post_details_block {}
#featured-owl img {max-height:220px;}
.featured-inner  {padding-right:0px!important; padding-left:0px!important; }
.tourism-information .nav-tabs {display:flex ;justify-content: center;}
.tourism-information .nav-tabs > li { width:auto;}
.tourism-information .nav-tabs > li  > a:hover {text-align: center;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 12px;
    border-radius: 10px;	
	border-radius: 10px;
	text-transform:none;
	background-color: #2180ba;
	color:#fff;
	margin:0;
	width:auto;
	margin:10px 7px;
	}
.tourism-information .nav-tabs > li  > a {width:auto; 
     border: 0px solid #2180ba;
    padding: 12px;
    border-radius: 10px;
    letter-spacing: 0px;  
    font-weight: 600;
	margin:10px 7px;
  
    
}
.tourism-information .nav-tabs > li  > a i { color:#2180ba; margin-left:5px;}
.tourism-information .nav-tabs > li  > a:hover i { color:#fff;}
.tourism-information .nav-tabs > li > a.active, .tourism-information .nav-tabs > li > a.active:focus, .tourism-information .nav-tabs > li > a.active:hover
{    color: #fff;
 font-weight: 600;
    background-color: #2180ba;
    border: 0px solid #2180ba;
    padding: 12px;
    border-radius: 10px;
    letter-spacing: 0px;
	margin:10px 7px;
}
.tourism-information .nav-tabs > li > a.active i, .tourism-information .nav-tabs > li > a.active:focus i, .tourism-information .nav-tabs > li > a.active:hover i
{    color: #fff; }
.tourism-information p {color:#4d4d4d !important; margin-bottom:7px!important;}
.tourism-information .head-title {margin:30px 0px 10px 0px;color:#464646;}
.plc-name { margin:20px 0px 10px 0px!important;}
.stg {display:block;width:100%; text-align:center;}
.stg a 
{border: 1px solid #e3e3e3;
padding: 5px 10px;
display: inline-block;
margin: 10px auto;
border-radius: 7px;
background: #1da1f2;
color: #fff;
}
.slider-audio  {
  position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; 
    margin-top:10px;
    
} 
.slider-audio iframe {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    
}
.slider-sound  {
  position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 6.25%; 
    margin-top:10px;
    
} 
.slider-sound audio {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    
}
.slider-map  {
  position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; 
    margin-top:10px;
    
} 
.slider-map iframe {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    
}
@media all and (max-width: 767px) {
 .pfigr {padding-right: 0px !important;
padding-left: 0px !important;}  
.types-of-post   { margin-right: -15px !important;
    margin-left: -15px !important;}
}

 .page_main_wrapper .slider-inner {margin-top:63px;}
 #menu-wrap {

	height:63px;
    background: #0087b9;
 }
 .active_sc {background:#fff!important;}
 .owl-nav { top:-10px;}
 .slider-inner .owl-nav {top:44%;}
 #menu-wrap .logo { top:0px;}
 .m-slider {
    border-top: 4px solid #0a7faa;
    border-bottom: 4px solid #e3e3e3;
 }
 #owl-slider-rtl.owl-theme .owl-nav [class*=owl-]:hover {
    background: #dd6708;
}
.ads-pack {margin-top: 10px!important;}
.featured-inner {margin-bottom: 0px; padding:0px;}
.breadcrumb-item + .breadcrumb-item::before {content:none;}
.breadcrumb li {
    position: relative;
    margin-left: 5px;
}
.breadcrumb li:first-child   {margin-right: 0px!important;padding-right:0px!important;}
.breadcrumb li:first-child:after {content:none;}
.breadcrumb li:last-child:after {
    content: '\f105';
    font: normal normal normal 13px/1 "FontAwesome";
    display: block;
    position: absolute;
    left: 100%;
    top: 5px;
    color: #4a4c51;
}
.breadcrumb > .active {line-height:20px;}
.main {margin-top:63px; background-image:none;}
a:hover {
    color: #f36f04;
    text-decoration: none
}
.search-external {margin-bottom:10px;margin-top:50px;}
.search-external .nav-tabs > li {width:auto;}
.search-external .nav-tabs > li > a {padding:5px}
.search-external .nav-tabs > li > a:hover {padding:5px}
.search-external .nav-tabs > li.active > a {padding:5px}
.search-external .nav-tabs > li.active > a:hover {padding:5px}
.search-external .tab-content > .tab-pane {padding:5px; border:0px;}
.m-slider a {color:#fff;}
.latest-links {padding:0px;}
.latest-links li {    margin-bottom: 20px;
    margin-top: 30px;
}
.latest-links a {display: block;
border-radius: 10px;
color: #fff;
}
.latest-links div {position:relative;}
.latest-links  span {position: relative;
display: inline-block;
background: rgba(0, 0, 0, 0.5);
bottom: 0px;
padding: 5px;
border-radius: 0px;
border: 4px double rgba(0, 0, 0, 0.05);
width: 90%;
text-align: center;
text-shadow: 1px 1px 1px #b9b9b9;
margin: 0 5%;}
.latest-links img {display:block;border-radius: 10px;
margin: 0 auto;width: 90%;}
.list-post-sidebar {padding:0px;}
.list-post-sidebar li {clear:both; margin-bottom:20px; width:100%; display:block; padding-bottom:15px; border-bottom:1px solid #f0f0f0;}
.list-post-sidebar  h3.post-title-sidebar:hover a {color:#ff680d;}
.list-post-sidebar img {width:50px; display:inline-block;}
.list-post-sidebar .categories-side-list 	{
background:#ededed;
padding: 2px 5px;
border-radius: 5px;
color:#8f8f8f;
font-size:11px;
}
.mata-sidebar {display:inline-block;font-size: 12px;
color:#8f8f8f;}
.author-side-img  {display: inline-block; font-size:12px; margin:0 0 0 7px;}
.author-side-img img {width: 25px;
display: inline-block;
float: right;
margin-left: 5px;}
.post-title-sidebar {}
.post-title-sidebar a {font-size:15px; color:#2180ba; display:block; margin:10px 0px;}

@media (max-width:500px) {
.share-post-box-single ul.share-box li a span {display:none;}
}
.author-articles-list .blog_top_image img {height:150px; border-radius:10px;}
.author-articles-list h4 { font-size:15px;}
.author-articles-list .categories-tags {margin:5px 0px;}
.author-articles-list .categories-tags a {font-size: 12px;
font-style: italic;
color: #a6a6a6;}

.author-articles-list .pst-authar-view , .author-articles-list .pst-authar-cooments {display:none;}
.btn-to-read {display:block; text-align:center;}
#shout_author_header img {max-height:105px;}
#classic_title_wrapper .prk_author_avatar img {height:95px!important; width:95px!important;}
#classic_title_wrapper .prk_author_avatar {
margin-top: 0px!important;}
.types-of-post {overflow:hidden;}
.types-of-post #owl-slider-rtl.owl-carousel .owl-nav  {top:calc(50% + 2px);}
.cato-view .blog_top_image {border-radius:10px;}
.may-you-like {margin-top:10px; font-size:13px; text-align:center;}
.tabs-wrapper {margin-top:30px;}
.leftSidebar .slider-wrapper {margin-top:120px;}
.slider-single .slider-wrapper {margin-top:20px;}
.sign-writer {cursor:pointer;}
.about-more-autor .autor-box .autor-content p.abt-author {margin-bottom:20px;}
.tab-content > .tab-pane > h3.head-title  {margin-top:20px;}
.in-posts-slider {position:relative; display:block; width:100%;margin:15px 0px;}
.in-posts-slider .figure {position:relative;}
.in-posts-slider .figure .figure-caption {position: absolute;bottom: 55px;color:#fff;width: 100%;text-align: center;font-size: 15px;background:rgba(0,0,0,0.5);padding: 5px;}
.in-posts-slider .owl-nav {top:auto; bottom:30px;}
.in-posts-slider  .owl-theme .owl-nav [class*="owl-"] {background: rgba(0,0,0,0.6); border:0px;}
.tourism-information dt {color: #4d4d4d;
padding: 0px;
border-right: 0px;
font-size: 18px;
margin-top:15px;
line-height:28px;
}
.tourism-information dd {margin:5px 0px 15px 0px; font-size: 0.92rem;color: #4d4d4d; padding:5px 15px;}
.tourism-information  {}
.tourism-information .tab-content .tab-pane {padding:0px;}
.booking-btn {display:block; margin:10px auto; width:165px;}
.description-content ul:not(.nav) li {list-style:square;}
.description-content ol:not(.nav) li {list-style:decimal;}