/* header */
.body {
    font-family: 'Open Sans', sans-serif;
}
.darknav {
    background-color: #111111;
}
.darknav a {
    color: #666666;
    text-decoration: none;
}
.darknav a:hover i, .darknav a:hover span {
    color: #f44336;
}
.darknav a:focus {
    text-decoration: none;
}
.darknav i {
    font-size: 14px;
}
.darknav .fa-twitter{
    font-size: 20px;
}
.darknav .fa-instagram{
    font-size: 20px;
}
.darknav .fa-facebook{
    font-size: 20px;
}
.darknav .row {
    padding: 5px 0;
}
.darknav span {
    font-size: 12px;
    text-transform: uppercase;
    color: #c7c7c7;
    font-weight: bold;
}
.darknav .container .custom-row div {
    border-right: 1px solid #777777;
}
.darknav .container .custom-row div:nth-child(1) {
    border-left: none;
    border-right: 1px solid #777777;

}
.darknav .container .custom-row div:nth-last-child(1) {
     border-left: none;
     border-right: none;
 }
.darknav .socials a {
    margin: 0 5px;
}
.darknav img {
    padding-bottom: 3px;
}
.darknav strong {
    color: #fff;
}
.darknav .active span {
    padding-bottom: 5px;
    color: #f14133;
    font-weight: bold;
    border-bottom: 2px solid;
}
.lightnav {
    background-color: #222;
}
.lightnav .logo, .lightnav .banner {
    padding: 15px;
}
.lightnav .logo img {
    width: 80%;
    margin: 31px 0px;
    /*max-height: 39px;*/
 }
.lightnav .banner img {
    width: 728px;
    height: 90px;
}
/* menu */
.menu {
    background-color: #fafafc;
    border-bottom: 1px solid #ededed;
    position: absolute;
    width: 100%;
}
.menu .dropdown-toggle::after {
    content: "\f078";
    font-family: FontAwesome;
    border: 0;
    vertical-align: baseline;
    margin: 0;
}
.menu .navbar-toggler:focus {
    outline: none;
}
.menu .dropdown-toggle, .menu .nav-link {
    margin: 0;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 12px;
    font-weight: 600;
}
.menu .dropdown {
    padding: 10px;
    margin: 0 2px;
}
.menu .navbar-nav {
    margin-right: 10px !important;
    justify-content: left;
    width: 100%;
}
.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.navbar-toggler-right {
    top: 5px;
}

.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: relative;
    z-index: 2;
    right: 0 !important;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    top: 1px !important;
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 37px;
    font-size: 12px;
    padding: 10px 30px 10px 15px;
}
.icon-addon.addon-lg .fa {
    font-size: 14px;
    margin-left: 0;
    right: 11px;
    top: 1px;
    color: #222222;
}
.menu .navbar-nav li:nth-child(1) {
    border-top: 3px solid #f14133;
}
.menu .navbar-nav li:nth-child(2) {
    border-top: 3px solid #ab6430;
}
.menu .navbar-nav li:nth-child(3) {
    border-top: 3px solid #4c60f6;
}
.menu .navbar-nav li:nth-child(4) {
    border-top: 3px solid #3ca5f3;
}
.menu .navbar-nav li:nth-child(5) {
    border-top: 3px solid #37bd85;
}
.menu .navbar-nav li:nth-child(6) {
    border-top: 3px solid #c9a21b;
}
.menu .navbar-nav li:nth-child(7) {
    border-top: 3px solid #f58022;
}
.menu .navbar-nav li:nth-child(8) {
    border-top: 3px solid #74b430;
}
.menu .navbar-nav li:nth-child(9) {
    border-top: 3px solid #9f34c7;
}
        /*hover*/
.menu .navbar-nav li:nth-child(1) a:hover {
    color:#f14133 !important;
}
.menu .navbar-nav li:nth-child(2) a:hover {
    color:#ab6430 !important;
}
.menu .navbar-nav li:nth-child(3) a:hover {
    color:#4c60f6 !important;
}
.menu .navbar-nav li:nth-child(4) a:hover {
    color:#3ca5f3 !important;
}
.menu .navbar-nav li:nth-child(5) a:hover {
    color:#37bd85 !important;
}
.menu .navbar-nav li:nth-child(6) a:hover {
    color:#c9a21b !important;
}
.menu .navbar-nav li:nth-child(7) a:hover {
    color:#f58022 !important;
}
.menu .navbar-nav li:nth-child(8) a:hover {
    color:#74b430 !important;
}
.menu .navbar-nav li:nth-child(9) a:hover {
    color:#9f34c7 !important;
}
.carousel_label {
    max-width: 150px;
}
.carousel_text {
    margin-right: 100px;
}

/* active */
.menu .navbar-nav li:nth-child(1).active, .menu .navbar-nav li:nth-child(1).active a {
    background-color:#f14133;
    color: #fff !important;
}
.menu .navbar-nav li:nth-child(2).active, .menu .navbar-nav li:nth-child(2).active a {
    background-color:#ab6430;
    color: #fff !important;
}
.menu .navbar-nav li:nth-child(3).active, .menu .navbar-nav li:nth-child(3).active a {
    background-color:#4c60f6;
    color: #fff !important;
}
.menu .navbar-nav li:nth-child(4).active, .menu .navbar-nav li:nth-child(4).active a {
    background-color:#3ca5f3;
    color: #fff !important;
}
.menu .navbar-nav li:nth-child(5).active, .menu .navbar-nav li:nth-child(5).active a {
    background-color:#37bd85;
    color: #fff !important;
}
.menu .navbar-nav li:nth-child(6).active, .menu .navbar-nav li:nth-child(6).active a {
    background-color:#c9a21b;
    color: #fff !important;
}
.menu .navbar-nav li:nth-child(7).active, .menu .navbar-nav li:nth-child(7).active a {
    background-color:#f58022;
    color: #fff !important;
}
.menu .navbar-nav li:nth-child(8).active, .menu .navbar-nav li:nth-child(8).active a {
    background-color:#74b430;
    color: #fff !important;
}
.menu .navbar-nav li:nth-child(9).active, .menu .navbar-nav li:nth-child(9).active a {
    background-color:#9f34c7;
    color: #fff !important;
}
/* newest */
.newest {
    margin: 70px 0 0px 0;
}
.newest .new {
    color: #fff;
    background-image: url('../images/header/newest.png');
    background-repeat: no-repeat;
    padding: 8px 15px;
    font-size: 12px;
}
#newest_carousel p span {
    color: #f44336
}
#newest_carousel p {
    font-size: 14px;
    color: #777777;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#newest_carousel a {
    font-size: 14px;
    color: #777777;
    margin-bottom: 0;
    overflow: hidden;
}
#newest_carousel a:hover {
    text-decoration: none;
}


#newest_carousel {
    padding: 5px 0;
}
#newest_carousel .carousel-item {
    height: 38px;
}
.carousel_actions {
    display: flex;
    justify-content: space-between;
}
.carousel_actions a .carousel-control-prev-icon, .carousel_actions a .carousel-control-next-icon {
    background-image: none;
    border: 1px solid #777;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}
.carousel_actions a .carousel-control-prev-icon::after {
    content: '\f053';
    font-family: FontAwesome;
   color: #777777;
}
.carousel_actions a .carousel-control-next-icon::after {
    content: '\f054';
    font-family: FontAwesome;
    color: #777777;
}
.carousel_actions a {
    align-items: baseline;
    -webkit-align-items: baseline;
    width: 26px;
    position: initial;
} 
.play-pause span {
    width: 26px;
    height: 26px;
    border: 1px solid #777;
    border-radius: 50%;
    color: #777777;
    opacity: .5;
    padding: 4px 6px;
    font-size: 15px;
}
.play-pause span.fa-play {
    padding: 4px 8px;
} 
.carousel_actions a:hover span, .carousel_actions a:hover span::after {
    opacity: 1;
    background-color: #f44336;
    color: #fff;
    border-color: #f44336;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/*Sidebar css*/

.sidebar {
    padding-left: 15px;
    padding-right: 0px;
    margin-bottom: 30px;
}
.sidebar .row {
    margin-bottom: 30px;
}
.custom-tab .nav-tabs {
    width: 100%;
}
.custom-tab .nav-item {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.custom-tab .nav-tabs .nav-item.show .nav-link, .custom-tab .nav-tabs .nav-link.active {
    background-color: #f44336;
    color: #fff;
    border: none;
    border-bottom: 3px solid #ee4236 !important;
    border-radius: 0;
    cursor: default !important;
}
.custom-tab .nav-tabs .nav-link {
    background-color: #222222;
    color: #fff;
    border-radius: 0;
    border-bottom: 3px solid #ee4236 !important;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
}
.custom-tab .tab-content {
    background-color: #fafafa;
    width: 100%;
}
.custom-tab .nav-tabs .nav-link:focus, .custom-tab .nav-tabs .nav-link:hover {
    border: none;
    background-color: #ee4236;
}
.custom-tab .nav-tabs .nav-link span {
    width: 100%;
    float: left;
    font-size: 10px;
    line-height: 10px;
    height: 10px;
}
.custom-tab .tab-content .single-blog {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    float: left;
    width: 100%;
}
.popular .single-blog {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    float: left;
    width: 100%;
}
.s-popular {
    padding-left: 0;
    padding-right: 30px;
}
.popular .s-image {
    height: 100px;
} 
.popular .single-blog a h4:hover, .custom-tab .tab-content .single-blog h4:hover {
    color: #f14133;
}
.popular .single-blog h4 {
    float: left;
    width: 70%;
    color: #292b2c;
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 45px;
    padding-top: 5px;
    border-bottom: none;
    text-transform: none;
}
.custom-tab .tab-content .single-blog h4 {
    float: left;
    width: 70%;
    color: #292b2c;
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
    padding-top: 10px;
    border-bottom: none;
    text-transform: none;
}
.popular .blog-category {
    margin-bottom: 0;
    font-weight: 600;
}
.custom-tab .tab-content .single-blog label, .popular .single-blog label {
    float: left;
    padding-left: 15px;
    font-size: 12px;
    color: #999999;
    font-style: italic;
}

/*sidebar banner*/
.s-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 30%;
    height: 90px;
    float: left;
}
.banner-first a {
    margin: auto;
}
.banner-first img {
    max-height: 250px;
    padding: 0;
    width: 300px;
    margin: auto;
}

/*sidebar nesletter*/
.newsletter {
    background-color: #222222;
    color: #fff;
    padding: 25px 20px;
}
.newsletter h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.newsletter form, .newsletter input {
    width: 100%;
}
.newsletter input {
    padding: 8px 15px;
}
.newsletter .form-group {
    width: 80%;
    float: left;
}
.newsletter .icon-btn {
    -webkit-appearance: none;
    width: 20%;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: #f44336;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: none;
}

/*sidebar facebook*/
.facebook-like .fb-page {
    width: 100%;
}

/*Pind posts carousel*/
#pindCarousel, #pindCarousel img, .pind-text a {
    width: 100%;
}
#pindCarousel ol li {
    max-width: 10px;
    height: 10px;
    border-radius: 50%;
}
.pind-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    align-items: center;
    -webkit-align-items: center;
    display: inline-block;
    padding: 95px 0;
    border: none;
}
.pind-text label {
    margin: 0 10px;
    font-size: 14px;
    font-style: italic;
}
.pind-text a h4 {
    font-size: 18px;
    line-height: 22px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 66px;
    border: none;
}
.pind-text a h4:hover, .pind-text a:hover  {
    color: #f14133;
    text-decoration: none;
}
#pindCarousel .carousel-indicators .active {
    background-color: #f44336;
}
.title-border h4 {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.title-border h4 label {
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}
.title-border h4 label hr {
    margin: 0;
    background-color: #f14133;
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 29px;
}

/*Tags sidebar*/
.tags-sidebar .tags label {
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    color: #7b7b7b;
}
.tags-sidebar .tags label:hover {
    background-color: #f14133;
    color: #fff;
}


/*Footer css*/

.Footer {
    background-color: #222222;
    position: relative;
}
.footer-top {
    text-align: center;
    padding: 20px 0;
}
.footer-top a {
    text-decoration: none;
    color: #fff;
}
.footer-top a:hover, .Footer .copyright a:hover, .Footer .copyright a:hover span {
    color: #f14133;
}
.footer-top label {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px 0;
}
.footer-top label img {
    margin-right: 15px;
    height: 24px;
}
.footer-top .middle {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}
.Footer .copyright  {
    border-top: 1px solid #333333;
}
.Footer .copyright .copytext {
    padding: 20px 0;
    text-align: center;
}
.Footer .copyright .copytext label {
    color: #666666;
    margin-bottom: 0;
    font-size: 12px;
}
.Footer .copyright a {
    text-decoration: none;
    color: #666666;
}
.Footer .copyright a span {
    color: #358cbd;
}
.Footer .copyright .social .fa {
    padding: 7px 0;
    font-size: 20px;
    margin: 0 8px;
    width: 40px;
    border: 1px solid #666;
    border-radius: 5px;
}
.Footer .copyright .social {
    margin-bottom: 10px;
}
.Footer .copyright .social a:hover .fa {
    border-color: #f14133;
}
.Footer .back-top {
    position: absolute;
    bottom: 20px;
    right: 40px;
}
.back-top label {
    margin: 0;
    padding: 5px 12px;
    border: 1px solid #666662;
    border-radius: 5px;
    background-color: #232322;
    cursor: pointer;
}
.back-top label .fa {
    font-size: 36px;
    line-height: 30px;
    color:  #666662;
}
.back-top label:hover {
    background-color: #f14133;
    border: 1px solid #fff;
}
.back-top label:hover .fa {
    color: #fff;
}


/*Contact page*/
.infos {
    margin-bottom: 20px;
    color: #333333;
}
.infos p {
    font-weight: 400;
    margin-bottom: 5px;
}
.infos label {
    font-size: 14px;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.contact-form {
    margin-top: 30px;
    margin-bottom: 30px;
}
.contact-form h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
}
#contact_form input, #contact_form textarea {
    border-radius: 0px;
    background-color: #fafafa;
}
.contact-form .black-btn {
    background-color: #222222;
    color: #cccccc;
    text-transform: uppercase;
    padding: 10px 25px;
}
.contact-form .black-btn:hover {
    background-color: #f14133;
    color: #ffffff;
    cursor: pointer;
}
.info {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ee4236;
}

/*error page*/
.error {
    padding: 30px;
    color: #fff;
    background-color: #f14133;
    margin-bottom: 30px;
}
.error label {
    margin: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}
.error h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 300;
}
.error h1 b {
    font-weight: 600;
}
.row-search {
    margin-bottom: 30px;
}
.row-search .stylish-input-group .input-group-addon{
    background: white !important; 
    border-radius: 0;
}
.row-search .stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
    border-radius: 0;
}
.row-search .stylish-input-group button{
    border:0;
    background:transparent;
    cursor: pointer;
}

/*banners*/
.banner-left, .banner-right {
    position: fixed;
    top: 230px;
    /*width: 160px;*/
    /*height: 600px;*/
}
.banner-left {
    margin-right: 15px;
}
.banner-right {
    margin-left: 15px;
}
/*sticky menu*/
.sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.home_sect .sidebar{
    margin-bottom: 0;
}
.home_sect {
    margin-bottom: 0px;
}

.newest-news .single-blog h4 {
    -webkit-line-clamp: 3; 
}
.main-row {
    margin-bottom: 40px
}
.title-border h4 label .blue {
    background-color: #4c60f6;
}
.first-news {
    height: 300px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
}
.first-news .pind-text {
    padding: 0px;
    display: flex;
    flex-flow: column wrap;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-end;
}

.first-news .pind-text h4 {
    -webkit-line-clamp: 5;
    text-transform: none;
}
.first-news .pind-text label {
    margin-bottom: 30px;
    color: #d9d7d7;
}
.first-news .pind-text label .fa-eye {
    margin-left: 10px;
}
.o-name h4 {
    padding-top: 15px !important;
    min-height: 55px !important;
}
.main-row .banner {
    text-align: center;
}
.title-border h4 label .green {
    background-color: #37bd85;
}
.title-border h4 label .ds {
    background-color: #3ca5f3;
}
.title-border h4 label .orange {
    background-color: #f58022;
}
.title-border h4 label .purple {
    background-color: #9f34c7;
}
.title-border h4 label .chr {
    background-color: #c9a21b;
}
.title-border h4 label .sport {
    background-color: #74b430;
}
.full-h {
    width: 100%;
    margin-top: 30px;
}


/*single post css*/

/* home section*/
#home_carousel .carousel-item .caro_img {
    width: 100%;
    height: 492px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#home_carousel .carousel-item .caro_img {
    cursor: pointer;
}
#home_carousel .home_caro_action a {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.36);
    border-radius: 5px;
    opacity: .7;
}
#home_carousel .home_caro_action a:hover {
    opacity: 100;
}
#home_carousel .home_caro_action {
    cursor: pointer;
}
#home_carousel .home_caro_action {
    position: absolute;
    height: 100px;
    top: 200px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    text-align: center;
    opacity: 100;
    justify-content: space-between;
}
#home_carousel .home_caro_action .carousel-control-next, #home_carousel .home_caro_action .carousel-control-prev {
    position: initial;
}
#home_carousel .carousel_tag {
    color: #fff;
    background-color: #4c60f6;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 3px;
    margin: 15px 0 0 15px;
}
#home_carousel .home-pind-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(17,17,17,0)), to(rgba(17,17,17,.9)), color-stop(.9,#111) );
    color: #fff;
    align-items: center;
    -webkit-align-items: center;
    display: inline-block;
    padding-bottom: 30px;
}
#home_carousel .home-pind-text a h4 {
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 15px;
}
#home_carousel .home-pind-text a:hover {
    text-decoration: none;
}
#home_carousel .home-pind-text label:not(.carousel_tag) {
    margin: 0 10px 15px 15px;
    font-size: 14px;
    font-style: italic;
}
.each-latest .s-image {
    height: 117px;
    width: 35%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 11px;
}
.each-latest h4 {
    float: left;
    width: 65%;
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
    padding-top: 10px;
    color: #000;
}
.each-latest:nth-child(1) {
    margin: 0;
}
.each-latest .carousel_tag {
    color: #fff;
    background-color: #4c60f6;
    text-transform: uppercase;
    font-size: 8px;
    padding: 3px 10px;
    border-radius: 3px;  
    margin: 15px 0 0 15px;
}
.each-latest label:not(.carousel_tag) {
    float: left;
    padding-left: 15px;
    font-size: 12px;
    color: #999999;
    font-style: italic;
}
/* single post */
.single_title label {
    float: left;
    font-size: 12px;
    color: #999999;
    font-style: italic;
}
.share .face {
    background-color: #4c60f6;
    color: #fff;
    border-radius: 3px;
    padding: 4px 5px 4px 9px;
}
.share .twitter {
    background-color: #3ca5f3;
    color: #fff;
    border-radius: 3px;
    padding: 4px 2px 4px 6px;
}
.share .google_plus {
    background-color: #f14133;
    color: #fff;
    border-radius: 3px;
    padding: 4px 3px 4px 5px;
}
.share .linkedin {
    background-color: #1879dd;
    color: #fff;
    border-radius: 3px;
    padding: 4px 7px 4px 6px;
}
.share a {
    margin-left: 5px;
}
.share p {
    color: #777;
    font-size: 14px
}
.share p i {
    font-size: 18px;
    vertical-align: middle;
}
.share p a:hover {
    text-decoration: none;
}
.share {
    margin-top: 20px;
}
.photo1, .small-photo {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}
.body-text p {
    color: #000000;
}
.body-text {
    margin: 30px 0;
}
.quote {
    background-color: #fafafa;
    padding: 20px;
    display: flex;
    margin-bottom: 20px;
}
.quote img {
    height: 20px;
    margin-right: 20px;
}
.quote blockquote {
    font-style: italic;
    color: #222;
}
.small-photo-text {
    padding: 15px;
}
.caption {
    color: #777;
    font-style: italic;
}
.single-tags {
    margin-top: 3rem;
}
.single-tags p {
    color: #7b7b7b;
    margin: 0;
}
.single-tags label {
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    color: #7b7b7b;
}
.single-tags p label:nth-child(2) {
    margin-left: 10px;
}
.single-tags label:hover {
    background-color: #222;
    color: #fff;
}
.single-tags hr {
    background-color: #e1e1e1;
    border: 0;
    height: 1px;
    margin-top: 10px;
}
.read-more {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}
.read-more label {
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}
.read-more label hr {
    margin: 0;
    background-color: #f14133;
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 29px;
}
/* read more carousel */
#readmore_carousel .carousel-item .caro_img {
    width: calc(100% / 3);
    height: 200px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 5px;
    position: relative;
}
#readmore_carousel .home-pind-text {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    background-color: rgba(34, 34, 34, .7);
    color: #fff;
    align-items: center;
    -webkit-align-items: center;
    display: inline-block;
}
#readmore_carousel .home-pind-text a h4 {
    font-size: 14px;
    width: 100%;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 10px 10px 0 10px;
    margin: 0;
}
#readmore_carousel .home-pind-text a:hover, #readmore_carousel .home-pind-text a:focus {
    text-decoration: none;
}
#readmore_carousel .home-pind-text label {
    margin: 0 10px 10px 10px;
    font-size: 10px;
    font-style: italic;
}
.readmore_caro_action a {
    height: 25px;
    width: 25px;
    border: 1px solid #777;
    border-radius: 3px;
    color: #777;
    position: inherit;
    margin-left: 5px;
}
.readmore_caro_action {
    display: flex;
    justify-content: flex-end;
    float: right;
}
.readmore_caro_action a .carousel-control-prev-icon::after {
    content: '\f053';
    font-family: FontAwesome;
   color: #777777;
}
.readmore_caro_action a .carousel-control-next-icon::after {
    content: '\f054';
    font-family: FontAwesome;
    color: #777777;
}
.readmore_caro_action a span {
    font-size: 15px;
    padding-top: 2px;
}

/*sport section*/

.single-sport {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    margin-bottom: 15px;
}
.single-sport .text-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    background-color: rgba(34, 34, 34, .7);
    color: #fff;
    align-items: center;
    -webkit-align-items: center;
    display: inline-block;
    padding: 5px;
}

.single-sport .text-bottom h4 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 10px 10px 0 10px;
    margin: 0;
    border: none;
    text-transform: none;
}
.single-sport .text-bottom h4:hover, .single-sport .text-bottom a:hover {
    text-decoration: none;
    color: #f14133;
}
.single-sport .text-bottom label {
    margin: 5px 15px;
    font-size: 14px;
    font-style: italic;
    color: #d9d7d7;
}
.single-sport .text-bottom label .fa-eye {
    margin-left: 10px;
}
.tag-name {
    text-transform: uppercase;
    color: #ee4236;
}

/*category - tag list*/
.single-post {
    width: 100%;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}
.single-post .post-img {
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.single-post .single-info span {
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    float: left;
}
.single-post .single-info label {
    float: left;
    padding-right: 20px;
    font-size: 12px;
    color: #999999;
    font-style: italic;
}
.single-post .single-info {
    padding: 10px 15px 10px 10px;
}
.single-post .single-info h4 , .single-post .single-info a {
    text-decoration: none;
    text-transform: none;
    color: #333333;
    border-bottom: 0px;
}
.single-post .single-info h4  {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.single-post .single-info h4:hover , .single-post .single-info a:hover {
    text-decoration: none;
    color: #f14133;
}
.single-info .read-all {
    margin-top: 10px;
    margin-bottom: 0;
    width: auto !important;
    background-color: #f14133;
    border-radius: 5px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 600 !important;
}
.single-info .read-all:hover {
    background-color: #222222;
    cursor: pointer;
}
.single-post .single-info p {
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* category style*/
.category-label {
    margin-bottom: 30px;
}
.category-label label {
    color: #7d7d7d;
    text-transform: uppercase;
    font-size: 10px;
    border: 1px solid #7d7d7d;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 2px 6px;
    position: relative;
    cursor: pointer;
}
.category-label a:hover, .category-label a:focus {
    text-decoration: none;
}
.category-bubble {
    position: relative;
    margin: 0;
    color: #fff !important;
    border: 0 !important;
    background: #f14133;
    height: 20px;
    font-size: 10px;
}
.fix-arrow i {
    visibility: hidden;
}
.category-bubble .fix-arrow i {
    visibility: visible;
 color: #f14133;
 font-size: 14px;
}
.fix-arrow {
    position: absolute;
    bottom: -11px;
    width: 100%;
    left: 0;
}
.h-btn {
    float: right;
    outline: none;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
}
.h-btn:focus {
    outline: none;
}
.serch-form {
    width: 100%;
}
.post-domain {
    margin-top: 15px;
    font-size: 14px;
}

/*pagination*/
.custom-pagination {
    width: 100%;
    text-align: center;
}
.custom-pagination .pagination {
    display: inline-flex;
}
.custom-pagination .pagination li {
    padding: 2px 5px;
    border: 1px solid #bfbdbd;
    border-radius: 5px;
    margin: 0 2px;
    min-width: 35px;
}
.custom-pagination .pagination .active, .custom-pagination .pagination .active:hover {
    color: #fff;
    background-color: #f14133;
}
.custom-pagination .pagination li a {
    color: #222222;
}
.custom-pagination .pagination .disabled {
    color: #bfbdbd;
    cursor: not-allowed;
}
.custom-pagination .pagination .disabled:hover {
    color: #bfbdbd;
    background-color: #fff;
}
.custom-pagination .pagination li:hover a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.custom-pagination .pagination li:hover {
    background-color: #222222;
}
.body-text span {
    font-size: 16px !important;
}
.custom-s .short-s span {
    font-size: 16px !important;
}
.custom-s .short-s {
    max-height: 69px;
    overflow: hidden;
    width: 100%;
}
.collapse.show {
    background-color: #fff;
    z-index: 100;
    overflow-y: scroll;
    max-height: 270px;
}
/*events all*/
.event-box {
    border: 1px solid #e1e1e1;
    border-bottom-width: 3px;
    margin-bottom: 10px;
    margin-top: 15px;
    position: relative;
}
.event-box img {
    float: left;
    width: 24px;
}
.event-content {
    padding: 15px;
    width: 65%;
    float: left;
}
.event-desc {
    float: left;
    width: calc(100% - 35px);
    padding-left: 15px;
}
.event-content label {
    text-transform: uppercase;
    color: #949494;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.event-content h3 {
    color: #333333;
    font-size: 24px;
}
.event-date {
    float: left;
    width: 35%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
}
.e-date {
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 25, 0.60);
    position: absolute;
    display: flex;
    justify-content: center;
    color: #fff;
    flex-direction: column;
}
.e-date h3 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: center;
}
.e-date label {
    text-align: center;
}
.event-content .link {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px 15px;
    border: 1px solid #ee4236;
    border-radius: 5px;
    font-weight: 500;
    color: #ee4236;
    cursor: pointer;
}
.event-content .link:hover {
    color: #fff;
    background-color: #ee4236;
}
/*events slider*/
.box_img {
    width: calc(100% / 3);
    position: relative;
    padding: 0 4px;
}
.box_img .event-image {
    width: 100%;
    height: 180px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.cat-event {
    text-transform: uppercase;
    color: #949494;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    word-wrap: break-word;
}
.box_img h4 {
    font-size: 16px;
    color: #222222;
    margin-bottom: 5px;
    word-wrap: break-word;
    text-decoration: none;
}
.box_img a:hover , .box_img h4:hover{
    text-decoration: none;
    color: #ee4236;
}
.box_img .event-time {
    font-size: 14px;
    margin-bottom: 0;
    color: #222222;
    margin-right: 10px;
}
.full-infos .fa {
    font-size: 22px;
    color: #949494;
    width: 30px;
}
.full-infos {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.full-infos label {
    text-transform: uppercase;
    font-size: 16px;
    color: #949494;
    width: 100%;
    margin-bottom: 5px;
}
.full-infos h5 {
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 22px;
}
.full-infos p {
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 0;
}
.video-section iframe {
    width: 100%;
    height: 350px;
}
.socials-header {
    margin-left: auto !important;
}
.twitter-follow iframe:nth-child(1) {
    margin: auto;
}
.banner-inside-post img{
    max-width: 100%;
    display: none;
}
#popup-modal-button {
    display: none;
}
#popup-banner-modal .modal-content .modal-body img {
    width: 100%;
}
.modal-dialog {
    transform: translateY(-50%) !important;
    top: 50%;
    margin: 0 auto;
}
.gallery-image-single {
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-bottom: 6px !important;
}
.gallery-image-single img {
    width: 100%;
}
.highlight-sidebar-title{
    width: 100%;
    margin-bottom: 15px;
}
.highlight-sidebar-title .nav-tabs {
    width: 100%;
    cursor: default !important;
}
.highlight-sidebar-title .nav-item {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.highlight-sidebar-title .nav-tabs .nav-item.show .nav-link, .custom-tab .nav-tabs .nav-link.active {
    background-color: #ee4236;
    color: #fff;
    border: none;
    border-bottom: 3px solid #ee4236 !important;
    border-radius: 0;
    cursor: default !important;
}
.highlight-sidebar-title .nav-tabs .nav-link {
    background-color: #ee4236;
    color: #fff;
    border-radius: 0;
    border-bottom: 3px solid #ee4236 !important;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
    cursor: default !important;
}
.highlight-sidebar-title .tab-content {
    background-color: #fafafa;
    width: 100%;
}
.highlight-sidebar-title .nav-tabs .nav-link:focus, .custom-tab .nav-tabs .nav-link:hover {
    border: none;
    background-color: #ee4236;
}
.highlight-sidebar-title .nav-tabs .nav-link span {
    width: 100%;
    float: left;
    font-size: 10px;
    line-height: 10px;
    height: 10px;
}

.footer-domains div{
    color: #fff;
}
.footer-domains .row span{
    color: #c7c7c7;
    text-transform: uppercase;
    font-size: 14px;
}
.footer-domains img {
    padding-bottom: 3px;
}

.footer-domains a:hover i, .footer-domains a:hover span {
    color: #f44336;
    font-weight: bold;
}
.footer-contact label{
    margin-left: -15px;
}
.footer-domains .main span{
    font-size: 25px;
}
.footer-domains .main img{
    min-height: 30px;
    padding-bottom: 5px;
}
.custom-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.custom-row .text-center {
    margin: 0px 10px;
    padding-right: 13px;
}
.date-header {
    font-size: 14px;
    color: #777777;
    margin-bottom: 0;
    overflow: hidden;
}
.date-header-container {
    padding-left: 0px;
    padding-bottom: 40px;
}
.main-content div[data-oembed-url] > div {
    max-width: 100% !important;
}

/** new */
.mobile-banner-left{
    position: unset;
    width: auto;
    height: auto;
    padding-bottom: 1rem;
    display: none;
}
.mobile-banner-right{
 display: none;
}
.mobile-site-banner{
    display: none;
}
.mobile-banner-right a{
margin: auto;
}
.banner-left,.banner-right{
    padding-top: 25px;
}
.mobile-banner-right img{
    height: 250px;
    padding: 0;
    width: 300px;
    margin: auto;
}
.mobile-banner {
    height: 250px;
    padding: 0;
    width: 300px;
    margin: auto;
}
.banner-left img {
    max-height: 600px;
}
.banner-right img {
    max-height: 600px;
}
.header-banner img{
    /*max-height: 90px;*/
    width: auto;
}
.banner-below-slider img{
    /*max-height: 90px;*/
    width: auto;
}
.weatherwidget-io{
    position: unset!important;
    height: auto!important;
    width: 100%;
}
.weatherwidget-io > iframe{
    position: unset!important;
}
.banner-slide{
    width: 100%;
}
.dropdown-item:hover  {
    background-color: #111111;
   color: #f14133!important;

}
.dropdown-item:hover > .text  {

   border-bottom: 2px solid;

}
.header-logo:hover .header-dropdown {
    display: block;
    margin-top: 0;
}