@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*------------------------------------------------------------------------------
[Master Stylesheet]

Project:        I-news - Responsive HTML Template
Version:        1.0
Last change:    04/29/2017
Primary use:    Newspaper & blog
Author:         themeparker
URL:            https://themeforest.net/user/themeparker
------------------------------------------------------------------------------*/


/*
This file contains the common info of this theme.
*/


/*------------------------------------------------------------------------------
[Table of contents]

    01.  General Styling & Typography
    02.  Top Header
    03.  Navber Adjustment
    04.  NewsTicker
    05.  Slider
    06.  All Post
    07.  Weather Widget
    08.  Weather Widget (Two)
    09.  Social Icon
    10.  Tabs
    11.  Games News
    12.  Categories Widgets
    13.  Achive Widget (Calender)
    14.  Poll Widget
    15.  Tags Widget
    16.  Featured News
    17.  Youtube
    18.  More News
    19.  Post Card News
    20.  Article
    21.  Pagination
    22.  Footer
    23.  Category page
    24.  Contact Page
    25.  Details page
    26.  Category Style One
    27.  Home Style Two
    28.  About us page
    29.  F.A.Q us page
    * --------------------------------------------------------------------------- */


/*** 01. General Styling & Typography
------------------------------------------------------------------------------*/

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(100, 100, 100, 0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.8);
}

::-webkit-selection {
    background-color: #eb0254;
    color: #ffffff;
}

::-moz-selection {
    background-color: #eb0254;
    color: #ffffff;
}

::selection {
    background-color: #eb0254;
    color: #ffffff;
}


/*--- common style ----*/

body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    color: #24252f;
}

body.home_six,
body.home_seven {
    background: #fff;
}

html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body.boxed-layout {
    background: #f7f7f7 url(../images/boxed-bg.jpg) no-repeat;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body.boxed-layout .wrapper {
    background: #fff;
    max-width: 1140px;
    margin: 30px auto;
    overflow-x: hidden;
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15);
}

p {
    /*    color: #777777;*/
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

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;
}

a:hover {
    color: #eb0254;
    text-decoration: none
}

.m_0 {
    margin: 0 !important;
}

.page_main_wrapper {
    padding-bottom: 60px;
}

.row-m {
    margin-right: -5px;
    margin-left: -5px;
}

@media (max-width: 767px) {
    .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media(min-width:0px) and (max-width:1199px) {
    body.boxed-layout .wrapper {
        margin: 10px;
    }
}

.col-p {
    padding-right: 5px;
    padding-left: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    color: #111;
}

a {
    text-decoration: none;
}

.featured-inner,
.post-body,
.youtube-wrapper,
.add-inner,
.archive-wrapper {
    position: relative;
    padding: 15px;
    background-color: #fff;
}

.home_seven .featured-inner,
.home_seven .youtube-wrapper,
.home_seven .add-inner,
.home_seven .archive-wrapper {
    padding: 0;
}

.home_seven .post-body {
    padding: 30px 0;
}

.home_seven .panel_body {
    padding: 30px 0 0;
}

@media (max-width:767px) {
    .featured-inner,
    .post-body,
    .youtube-wrapper,
    .add-inner,
    .archive-wrapper {
        padding: 10px;
    }
}

.featured-inner,
.post-inner,
.add-inner,
.weather-wrapper,
.tabs-wrapper,
.youtube-wrapper,
.posts,
.panel_inner,
.archive-wrapper,
.weather-wrapper-2 {
    margin-bottom: 10px;
}

.home_seven .featured-inner,
.home_seven .post-inner,
.home_seven .add-inner,
.home_seven .weather-wrapper,
.home_seven .tabs-wrapper,
.home_seven .youtube-wrapper,
.home_seven .posts,
.home_seven .panel_inner,
.home_seven .archive-wrapper,
.home_seven .weather-wrapper-2 {
    margin-bottom: 30px;
}

.home_six .featured-inner,
.home_six .post-inner,
.home_six .add-inner,
.home_six .weather-wrapper,
.home_six .tabs-wrapper,
.home_six .posts,
.home_six .panel_inner,
.home_six .archive-wrapper,
.home_six .weather-wrapper-2 {
    /*border: 1px solid #ddd;*/
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.home_six .youtube-wrapper {
    padding: 0;
}

.header-right-menu ul,
.most-viewed ul,
.social-media,
.posts ul,
.twitter-inner ul,
.about-inner ul,
.header-social>ul,
.top-left-menu>ul,
.headser-right-menu>ul,
ul.category-list,
.poll-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/* Paste this css to your style sheet file or under head tag */


/* This only works with JavaScript,
if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader1.gif) center no-repeat #fff;
}


/*
Color
=========================== */

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list>li>h6>a,
.attr-nav>ul>li>a:hover,
.attr-nav>ul>li>a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on>a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on>a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav li.active>a,
nav.navbar li.dropdown ul.dropdown-menu>li a:hover {
    color: #22afc1 !important;
}


/* nav.navbar.navbar-transparent ul.nav>li>a:hover,
nav.navbar.no-background ul.nav>li>a:hover,
nav.navbar ul.nav li.scroll.active>a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu>li>a:hover,
nav.navbar ul.nav li.dropdown.on>a,
nav.navbar-dark ul.nav li.dropdown.on>a {
	color: #eb0254 !important;
} */

@media(max-width:920px) {
    nav.navbar .dropdown .megamenu-content .col-menu ul>li>a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
        color: #eb0254 !important;
    }
}


/* Border ------*/

ul.cart-list>li.total>.btn {
    border-color: #eb0254;
}

nav.navbar li.dropdown ul.dropdown-menu {
    border-top-color: #eb0254 !important;
}


/* Background ------*/

ul.cart-list>li.total>.btn,
.attr-nav>ul>li>a span.badge,
nav.navbar .share ul>li>a:hover,
nav.navbar .share ul>li>a:focus {
    background-color: #eb0254;
}

ul.cart-list>li.total>.btn:hover,
ul.cart-list>li.total>.btn:focus {
    background-color: #dc3236 !important;
}


/* Back to top ------*/

#toTop {
    position: fixed;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.back-top {
    background-color: #eb0254;
    border: 1px solid #eb0254;
    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;
    }
}


/* Image hover ------*/

.news-image:before,
figure a::before,
.thumb::before,
.grid-item-img:before {
    /* top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 0;
	pointer-events: none;
	position: absolute;
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease; */
}

.post-height-3 .news-image:before {
    background-color: #000;
}

.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;
}


/*figure, .thumb{
    background: url(../images/default-thumbnail.jpg) no-repeat;
    background-size: contain;
    }*/


/* 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;
    }
}


/*** 02. Top header
------------------------------------------------------------------------------*/

.header-top {
    display: block;
    background: #111111;
    position: relative;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    font-size: 11px;
}

.header-top a {
    color: #fff;
}

.header-top a:hover {
    color: #eeeeee;
}

.boxed-layout .header-top {
    padding: 8px 0;
}

.header-social {
    text-align: left;
    float: left;
}

.header-social>ul>li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.header-social>ul>li>a {
    color: #fff;
    /*opacity: 0.30;*/
}

.header-social>ul>li>a .fa {
    font-size: 13px;
}

.header-social>ul>li>a:hover {
    opacity: 0.30;
}

.top-left-menu {
    float: left;
}

.top-left-menu>ul>li {
    display: inline-block;
    list-style: none
}

.top-left-menu>ul>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    border-left: 1px solid #3a3b44;
    letter-spacing: 0.2px;
    transition: .3s;
}

.top-left-menu>ul>li>a:hover {
    color: #22afc1;
    transition: .3s;
}

.header-right-menu {
    text-align: right;
}

.header-right-menu>ul>li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0 15px;
    border-right: 1px solid #3a3b44;
    letter-spacing: 0.2px;
}

.header-right-menu>ul>li:hover .dropdown-menu {
    display: block;
}

.header-right-menu>ul>li:last-child {
    border: none;
}

.header-right-menu>ul>li>a {
    color: #fff;
    font-size: 16px;
    transition: .3s;
}

.header-right-menu>ul>li>a:hover {
    color: #22afc1;
    transition: .3s;
}

.header-right-menu>ul>li>a>i {
    margin-right: 5px;
}

@media (max-width:767px) {
    .top-left-menu {
        float: right;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .header-right-menu>ul>li:nth-child(1),
    .header-right-menu>ul>li:nth-child(2) {
        display: none;
    }
}


/* Header-middle ------*/

.header-mid {
    background-color: #222222;
    padding: 20px 0;
}

.logo {
    /*    width: 270px;
        position: relative;
        height: 76px;*/
    margin: 8px 0;
}


/*** 03. Navbar Adjusment
------------------------------------------------------------------------------*/


/* Navbar Atribute ------*/

.top-search {
    background-color: #24252f;
}

.attr-nav>ul>li>a {
    padding: 15px 15px;
    color: #1b1c26;
    font-size: 16px;
}

ul.cart-list>li.total>.btn {
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

.menu-badge {
    font-size: 10px;
    background-color: #f8e6ec;
    color: #eb0254;
    border-radius: 10px;
    padding: 3px 10px;
    margin-left: 6px;
    line-height: 1;
    position: relative;
}

nav.navbar.bootsnav {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.home_seven nav.navbar.bootsnav {
    border-top: 0;
}

nav.navbar.bootsnav ul.nav>li>a {
    margin-bottom: -1px;
    color: #b7b7b7;
}

@media (min-width: 993px) {
    /* Navbar General ------*/
    nav.navbar.bootsnav .navbar-collapse {
        padding: 0;
    }
    nav.navbar.bootsnav ul.nav>li {
        /* border-left: 1px solid #e7e7e7; */
    }
    /* nav.navbar.bootsnav ul.nav > li:last-child {
		border-right: 1px solid #e7e7e7;
	} */
    .home_seven nav.navbar.bootsnav ul.nav>li,
    .home_seven nav.navbar.bootsnav ul.nav>li:last-child {
        border: 0;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 15px 10px;
        font-weight: 600;
        color: #24252f;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .home_seven nav.navbar.bootsnav ul.nav>li>a {
        padding: 15px 20px 15px 0px;
    }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
        color: #2e3233;
        font-size: 1.4rem;
    }
    /* Navbar Dropdown ------*/
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        margin-top: 1px;
        border: 0;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
        /*width: 200px;*/
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content {
        width: -webkit-calc(100% - 60px) important;
        width: -moz-calc(100% - 60px) important;
        width: calc(100% - 30px) !important;
        left: 15px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
        color: #2e3233;
        font-size: 1.4rem;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li.active>a,
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
        background: #f9f9f9;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::after {
        font-family: 'themify';
        content: "\e64b";
        margin-left: 10px;
        margin-top: 2px;
        font-size: 10px;
    }
    /* Navbar Video ------*/
    .video-nav-item {
        border-bottom: none;
        padding: 0;
        height: auto;
        line-height: 1.2;
        text-overflow: inherit;
        white-space: inherit;
    }
    .video-nav-item .img-wrapper {
        position: relative;
    }
    .video-nav-item .img-wrapper img {
        position: static;
        margin-top: 0;
        height: auto;
        width: 100%;
        margin-bottom: .6em;
    }
    .video-nav-item .img-wrapper .link-icon {
        height: 36px;
        width: 40px;
        font-size: 20px;
        line-height: 35px;
    }
    .video-nav-item h4 {
        margin-top: 0;
        font-size: 15px;
    }
    .video-nav-item:hover h4 {
        color: #eb0254;
    }
    nav.bootsnav .megamenu-content .title {
        font-size: 15px;
        color: #eb0254;
        font-weight: 600;
    }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu-video {
        padding: 0 10px;
        margin: 0 -0.5px;
        width: 20%;
    }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu-video:first-child {
        border-left: none;
    }
    nav.navbar .navbar-brand {
        margin-top: 0;
    }
    nav.navbar .navbar-brand img.logo {
        width: 50px;
    }
    nav.navbar .navbar-brand {
        margin-top: 0;
    }
    nav.navbar .navbar-brand img.logo {
        width: 50px;
    }
    nav.navbar li.dropdown ul.dropdown-menu {
        border-top: solid 5px;
    }
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand {
        margin: 0 !important;
    }
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand {
        margin: 10px !important;
    }
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        position: relative;
        top: -15px;
    }
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand {
        margin-bottom: 50px;
    }
    nav.navbar-sidebar ul.nav>li>a {
        padding: 10px 15px;
        font-weight: bold;
    }
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255, 255, 255, 0.3);
        border-bottom: solid 1px #bbb;
    }
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #555;
    }
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
        border-left: solid 1px #bbb;
    }
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #555;
    }
    nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a,
    nav.navbar.bootsnav.no-background.white ul.nav>li>a {
        color: #fff;
    }
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a {
        color: #eee;
    }
}

@media (max-width: 992px) {
    header {
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
        box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    }
    /* Navbar General ------*/
    nav.navbar.bootsnav {
        border: 0;
    }
    nav.navbar .navbar-brand {
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    nav.navbar .navbar-brand img.logo {
        width: 150px;
        /* filter: brightness(16.5) */
    }
    .attr-nav>ul>li>a {
        padding: 12px 15px 15px;
        font-size: 22px;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        background: #24252f;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav {
        border-top: 0;
    }
    /* Navbar Mobile slide ------*/
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a {
        border: 0;
        font-weight: 600;
        font-size: 17px;
        padding: 10px 15px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a,
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title,
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul>li>a {
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        color: #969696;
        font-weight: 600;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
        color: #9a9a9a;
        font-size: 14px;
        font-weight: 500;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul>li>a {
        font-weight: 500;
        color: #9a9a9a;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu>li>a {
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        top: 0;
        padding-top: 10px;
    }
    /* Navbar Logo ------*/
    nav.navbar.bootsnav .navbar-brand {
        padding: 2px 15px;
    }
    /* Navbar Toggle ------*/
    nav.navbar.bootsnav .navbar-toggle {
        color: #1b1c26;
        font-size: 22px;
        margin-top: 8px;
    }
}


/* Navbar Inverse
=================================*/

nav.navbar.navbar-inverse {
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li.total>.btn {
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list>li.total .pull-right {
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav>li>a {
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav>li.dropdown>a {
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu>li>a {
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6 {
    color: #fff;
}

nav.navbar.navbar-inverse .form-control {
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav>ul>li>a {
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav>ul>li.dropdown ul.dropdown-menu {
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li {
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list>li img {
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li.total {
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul>li>a {
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu {
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a {
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content {
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li.active>a {
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav>li>a {
    border: none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle {
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu {
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }
    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu>li>a {
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu {
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    nav.navbar.navbar-inverse.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #999;
    }
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #999;
    }
    nav.navbar.navbar-inverse.no-background.white .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav>li>a,
    nav.navbar.navbar-inverse.no-background.white ul.nav>li>a {
        color: #fff;
    }
    nav.navbar.navbar-inverse.no-background.dark .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav>li>a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav>li>a {
        color: #3f3f3f;
    }
}

@media (max-width: 992px) {
    nav.navbar.navbar-inverse .navbar-toggle {
        color: #eee;
        background-color: #222 !important;
    }
    nav.navbar.navbar-inverse .navbar-nav>li>a {
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu>li>a {
        color: #999;
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title {
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul>li>a {
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul {
        border-top: solid 1px #303030;
    }
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse {
        background-color: #222;
    }
}

@media (max-width: 767px) {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav {
        border-top: solid 1px #222;
    }
}


/*** 04. NewsTicker
------------------------------------------------------------------------------*/

.newstricker_inner {
    position: relative;
    line-height: 30px;
    margin: 20px 0;
    padding: 0 0 0 125px;
}

.trending {
    background-color: #f14133;
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 11px;
    padding: 0 12px 0 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-radius: 3px;
}

.trending::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 8px solid #f14133;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -7px;
}

#NewsTicker .item a {
    font-size: 13px;
}

#NewsTicker.owl-carousel {
    overflow: hidden;
    height: 30px;
}

#NewsTicker.owl-theme.owl-carousel .owl-controls .owl-buttons div {
    top: 0 !important;
}

@media (max-width: 767px) {
    #NewsTicker .item a {
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }
    #NewsTicker.owl-theme .owl-controls {
        display: none !important;
    }
}


/*** 05. Slider
------------------------------------------------------------------------------*/

.slider-inner {
    position: relative;
    margin-bottom: 48px;
}

#owl-slider .item img {
    display: block;
    width: 100%;
}

.sub-post {
    position: relative;
    padding: 7px;
}


/*figure{
    float: left;
    margin: 4px 18px 0 0;
    }*/

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: #eb0254;
}

.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;
    }*/

.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: rgb(17 17 17 / 0.8);
    text-align: center;
}

.post-category {
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 7px;
    padding: 0px 8px;
    background-color: #22afc1;
    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: 19px 0;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.home_seven .post-head,
.home_seven .panel_header {
    padding: 0 0 10px;
    border-bottom: 2px solid #eb0254;
}

.home_seven .post-inner-2 .post-head {
    border-color: #008900;
}

.post-head .title,
.panel_header h4 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
}

.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: #eb0254;
}

.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-carousel .owl-controls .owl-buttons div,
#post-slider.owl-theme.owl-carousel .owl-controls .owl-buttons div {
    /* #post-slider-2.owl-theme.owl-carousel .owl-controls .owl-buttons div, */
    /* #post-slider-3.owl-theme.owl-carousel .owl-controls .owl-buttons div { */
    padding: 2px;
    position: absolute;
    line-height: 2.4;
    opacity: 1;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #d2d2d2;
    position: absolute;
    margin: 0;
    top: -59px;
    color: #777;
    font-size: 11px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 7px;
    line-height: 1;
    padding-top: 2px;
    top: 5px !important;
    border-radius: 50%;
}

.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: #eb0254;
    border: 1px solid #eb0254;
    color: #fff;
}

#post-slider-2.owl-theme .owl-controls .owl-buttons div:hover {
    background: #22afc1;
    border: 1px solid #22afc1;
    color: #fff;
    transition: .5s;
}

#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: 25px;
}

#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 #f0f0f0;
    padding: 15px 0;
}

.news-list-item:first-child {
    padding-top: 0;
}


/* .news-list-item:last-child {
    	padding-bottom: 0;
    } */

.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: #eb0254;
    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: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0.5px;
    text-transform: initial;
}

.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;
    font-size: 15px;
    color: #9a9a9a;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin-right: 10px;
}

.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: #eb0254;
}

.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: #eb0254;
    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: #eb0254 !important;
}


/* Post-slider-2 color ------*/

.post-inner-2 .post-category,
#post-slider-2 .link-icon {
    background-color: #008900;
}

.post-inner-2 .filter-nav ul a:hover,
.post-inner-2 .filter-nav ul a.active,
.post-inner-2 article:hover h3 a,
.grid-item:hover h5 {
    color: #008900;
}


/*** 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: #eb0254;
    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: darkcyan;
}

.social-media li .fb:hover {
    color: #fff;
    background-color: darkcyan;
}

.home_six .social-media li .fb,
.home_seven .social-media li .fb {
    color: #fff;
    background-color: darkcyan;
}

.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: 101.9%;
        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 {
    width: 50%;
}

.nav-tabs>li>a {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 15px;
    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: #eb0254;
}

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: #eb0254;
    border: 1px solid #eb0254;
}

@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: #eb0254;
    border-color: #eb0254;
    padding: 6px 15px;
}

.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: 5px;
    position: relative;
    border-radius: 0 .28571429rem .28571429rem 0;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    background-color: #FFF;
    background-image: none;
    padding: 0;
    color: rgba(0, 0, 0, .6);
    text-transform: none;
    border: 0 solid transparent;
    font-size: 12px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    padding: 10px;
}


/*.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: #eb0254;
    background-color: #eb0254;
    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: #eb0254;
}

.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 0;
    transition: 0.3s;
}

@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: #eb0254;
    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: darkcyan;
}


/*.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: darkcyan;
    -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: inherit;
}

.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;
    width: 100%;
}

.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: #eb0254;
    border-color: #eb0254;
}

.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;*/
    padding: 25px 0px 15px;
    background-color: #222222;
}

.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: #eb0254;
}

.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: #eb0254;
}

.twitter-inner li span {
    display: block;
    margin-top: 10px;
}

.twitter-inner li span i {
    color: #eb0254;
    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: #eb0254;
}

.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: #222222;
    padding: 40px 0 10px;
    color: #fff;
}

.footer-nav {
    text-align: left !important;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.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 {
    float: right;
    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: 30px;
    margin-bottom: 25px;
    color: #333;
}

.post_details_block p {
    font-size: 17px;
    line-height: 28px;
}

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: darkcyan;
}

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: #eb0254;
    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 -20px 25px;
    border-left: 0;
    background: #eeeeee;
    padding: 30px 40px 30px 70px;
    position: relative;
}

.post_details_block blockquote p {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    color: #eb0254;
    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, #eb0254 0%, #34d9da 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #eb0254;
    }*/

blockquote.no-sign p {
    background: -webkit-linear-gradient(330deg, #eb0254 0%, #34d9da 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #eb0254;
    font-size: 24px;
    line-height: 33px;
    font-style: inherit;
    font-weight: 600;
}


/* comment ------*/

.comments-container {
    padding: 15px;
    margin: 0 0 10px;
    background-color: #fff;
}

.comments-container h3,
.comment-form h3 {
    margin: 0 0 30px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    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-left: 50px;
    clear: both;
    margin-top: 30px;
}

.comments-list .comment-avatar {
    width: 70px;
    height: 70px;
    position: relative;
    float: left;
    -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;
}

.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}

.reply-list .comment-avatar {
    width: 55px;
    height: 55px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.comments-list .comment-box {
    width: 87%;
    float: right;
    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);
    left: -12px;
}

.reply-list .comment-box {
    width: 87%;
}

@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(34, 34, 34);
    text-transform: uppercase;
    margin-top: 0;
    font-style: normal;
    letter-spacing: 0;
}

.comment-datetime {
    margin-left: 15px;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #ababab;
}

.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 {
    background-color: #fff;
    padding: 15px;
    margin: 0 0 10px;
}

.comment-form label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #eb0254;
}

.comment-form .form-group {
    margin-bottom: 20px
}

.comment-form .form-control {
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    font-size: 13px;
    border-width: 0 0 1px 0;
    padding: 0;
    border-color: #e0e0e0;
    border-style: dotted;
}

.comment-form .form-control:focus {
    border-color: #eb0254;
}

.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 #eb0254;
    border-right: 12px solid transparent;
    position: absolute;
    left: 0px;
    top: 0px;
}

.home-2 .post-inner-2 .post-head::before {
    border-top: 12px solid #008900;
}

.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;
}

.inner-head .breadcrumb {
    margin-top: 20px;
    background-color: transparent;
    border: 0;
    float: none;
}

.inner-head .breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.inner-head .breadcrumb li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    font-size: 15px;
    color: #cecfd2;
}

.inner-head .breadcrumb li a {
    display: block;
    color: #fecc17;
}

.inner-head .breadcrumb li::after {
    content: '\f105';
    font: normal normal normal 13px/1 "FontAwesome";
    display: block;
    position: absolute;
    left: 100%;
    top: 4px;
    color: #cecfd2;
}

.inner-head .breadcrumb li:last-of-type:after {
    display: none;
}

.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: #eb0254;
    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;
}


/*custom css*/

::selection {
    background-color: #22afc1;
}

a:hover {
    color: #22afc1;
}

.weather-wrapper div.image img {
    width: auto;
    height: auto;
    border: none !important;
    max-height: 445px;
}

.newslatter-s {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newslatter-s form {
    width: 94%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.newslatter-s span {
    color: #24252f;
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
}

.newslatter-s form .input-block:first-child,
.newslatter-s form .input-block:nth-child(2) {
    width: 48.5%;
}

.newslatter-s form .input-block:nth-child(3) {
    width: 48.5%;
}

.newslatter-s form .input-block p {
    position: absolute;
    margin-top: -28px;
    margin-left: 5px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    transition: .3s;
    opacity: 0.7;
}

.newslatter-s form input:focus+p {
    margin-top: -50px;
    font-size: 12px;
    transition: .3s;
}

.newslatter-s form .input-block p.focus2 {
    margin-top: -50px;
    font-size: 12px;
}

.newslatter-s form input {
    width: 100%;
    color: #000;
    padding-bottom: 0;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-top: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 9px;
    border-radius: 0;
    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); */
}

.newslatter-s form input::placeholder {
    color: #777;
    font-size: 13px;
}

.newslatter-s form input:focus {
    outline: none;
}

.games-news .panel_body {
    padding: 10px;
}

.games-news .panel_body .most-viewed,
.games-news .panel_body .popular-news {
    padding: 0;
}

.games-news .panel_body .most-viewed .content li {
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}

.most-viewed .content li .count {
    margin-top: -10px;
    padding-right: 0;
    width: 105px;
    background: #21b0c2;
    font-size: 15px;
    color: #FFF;
    font-family: "Lato";
    border-radius: 3px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 1;
    z-index: 1;
}

.most-viewed .content li .text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-left: 0;
    width: 50%;
    padding-left: 10px;
}

.most-viewed .content li .text .inception {
    margin-right: 5px;
}

.most-viewed .content li .text a {
    color: #ccc;
    text-align: left;
}

.most-viewed .content li .text a:hover {
    color: #22afc1;
}

.most-viewed {
    text-align: center;
}

.most-viewed .content li img {
    padding: 5px;
}

.most-viewed .read_more_btn {
    width: 120px;
    height: 40px;
    border: none;
    border: 1px solid #24252f;
    background: none;
    margin-bottom: 10px;
    color: #24252f;
    padding: 0;
    display: inline-block;
    padding: 8px;
    transition: .3s;
}

.most-viewed .read_more_btn:hover {
    background: #24252f;
    color: #fff;
    transition: .3s;
}

.newslatter-s form input[type=submit] {
    width: 48.5%;
    height: 40px;
    border: 1px solid #22afc1;
    background: #22afc1;
    margin-bottom: 10px;
    color: #fff;
    padding: 0;
    opacity: 1;
    transition: .3s;
}

.newslatter-s form input[type=submit]:hover {
    background: #fff;
    color: #22afc1;
    /* box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.3); */
    transition: .3s;
    border: 1px solid #22afc1;
}

.footer-box .about-inner li i,
.footer-box .about-inner li a {
    color: #999999;
}

.footer-box .about-inner li:hover i,
.footer-box .about-inner li:hover a {
    color: #22afc1;
    transition: .3s;
}

.menu-services li a:hover {
    color: #22afc1;
    transition: .3s;
}

.post-footer .more-btn:hover {
    color: #24252f;
    transition: .3s;
}

.reatting {
    color: #22afc1;
}

#toTop {
    background-color: #22afc1;
    border: 1px solid #22afc1;
    transition: .3s;
}

#toTop:hover {
    color: #22afc1;
    background-color: #fff;
    border: 1px solid #22afc1;
    transition: .3s;
}

.ui.tag:hover {
    border-color: #22afc1;
    background-color: #22afc1;
    transition: .3s;
}

article:hover .post-info h3 a,
.news-list-item:hover .post-info-2 h5 a {
    color: #000 !important;
    transition: .3s;
    text-decoration: underline;
}

.news-list-item:hover .post-info-2 h4 a {
    color: inherit !important;
    text-decoration: underline;
    transition: .3s;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list>li>h6>a,
.attr-nav>ul>li>a:hover,
.attr-nav>ul>li>a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on>a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav li.active>a,
nav.navbar li.dropdown ul.dropdown-menu>li a:hover {
    color: #22afc1 !important;
    transition: .3s;
}

nav.navbar ul.nav>li.active>a:hover {
    color: #fff !important;
}

#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: #22afc1;
    border: 1px solid #22afc1;
    transition: .3s;
}

.RYPP .RYPP-playlist>header {
    background: #22afc1 !important;
    border-left: 8px solid #22afc1 !important;
    border-right: 8px solid #22afc1 !important;
    border-bottom: 1px solid #22afc1 !important;
}

.RYPP .RYPP-playlist ol li.selected>img {
    border: 2px solid #22afc1 !important;
}

.header-social>ul>li>a {
    opacity: 1;
    color: #fff;
}

.header-social>ul>li>a:hover {
    opacity: 1;
    color: #22afc1;
    transition: .3s;
}

.post-footer .social ul li a:hover {
    transition: .3s;
}

.post-footer .social i:hover {
    color: #22afc1;
    transition: .3s;
}

.post-inner-2 .filter-nav ul a:hover,
.post-inner-2 .filter-nav ul a.active {
    color: #22afc1 !important;
    transition: .3s;
}

.post-inner-2 article:hover h3 a,
.grid-item:hover h5 a {
    color: #000 !important;
    text-decoration: underline;
    transition: .3s;
}

.post-inner-2 .post-category,
#post-slider-2 .link-icon {
    background-color: #22afc1;
}

.top-search>.container>.input-group {
    width: 98%;
    margin: auto;
}

#search-block-form--2 .form-item-search-block-form>input {
    width: 100%;
    position: relative;
    background: none;
    border: none;
    height: 32px;
    /* color: #fff; */
    background: #FFF;
    border: 1px solid #eeeeee;
    padding: 0 9px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    width: 200px;
    margin-top: 15px;
}

#search-block-form--2 .form-actions.form-wrapper#edit-actions {display: none;}

#search-block-form--2 .form-item-search-block-form>input::placeholder {
    color: #aaa;
    font-size: 14px;
    font-weight: 100;
}

#search-block-form--2 .form-actions.form-wrapper {
    position: absolute;
    left: 0;
    width: 14px;
    height: 21px;
    top: -1px;
}

#search-block-form--2 .form-actions.form-wrapper:hover {
    cursor: pointer;
}

#search-block-form--2 .form-actions.form-wrapper>input {
    opacity: 1;
    width: 14px;
    background: none;
    border: none;
    color: #000;
    z-index: 20;
    position: relative;
}

#search-block-form--2 .form-actions.form-wrapper>input:focus {
    outline: none;
}

#search-block-form--2 .form-actions.form-wrapper>input:hover {
    cursor: pointer;
}

#search-block-form--2 .form-actions.form-wrapper::after {
    content: '\f002';
    font-family: 'FontAwesome';
    width: 14px;
    height: 25px;
    background: none;
    display: block;
    position: absolute;
    left: -8px;
    top: 11px;
    color: #fff;
}

#search-block-form--2 .form-actions.form-wrapper::after:hover {
    cursor: pointer;
}

.form-item.form-type-textfield.form-item-search-block-form {
    margin-left: 20px;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.form-item.form-type-textfield.form-item-search-block-form>input::placeholder {
    content: 'Search';
    color: #fff;
}

.form-item.form-type-textfield.form-item-search-block-form>input:focus {
    outline: none;
}

.news-image:before,
figure a::before,
.thumb::before,
.grid-item-img:before {
    background-color: inherit;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    margin: 10px auto;
}

.theiaStickySidebar .row.row-m {
    margin-top: 10px;
}

.authar-info li+li::before {
    content: '';
}

.btn-blue-reverse {
    width: 114px;
    height: 30px;
    border: 1px solid #21b0c2;
    background: #21b0c2;
    color: #FFF;
    text-align: center;
    display: block;
    margin: auto;
    padding: 3px;
    text-transform: uppercase;
    /* padding: 5px 30px; */
    font-weight: bold;
    border-radius: 3px;
}

.btn-blue-reverse:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}

.events_block .posts-inner .authar-info {
    display: flex;
}

.events_block .posts-inner .authar-info li {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

.events_block .posts-inner .posts-title {
    max-height: 26px;
    overflow: hidden;
}

.theiaStickySidebar .post_details_block figure.social-icon {
    margin: 0;
    float: left;
}

.theiaStickySidebar .post-inner .post-body .col-xs-6.col-sm-6.col-md-6.col-padding {
    width: 49%;
}

.post_details_block .authar-info {
    margin: 0 0 5px;
}

.node-type-blogs .wp-caption>p {
    margin-bottom: 0;
    margin-top: 10px;
}

.node-type-blogs .theiaStickySidebar .post_details_block figure.social-icon img {
    width: 168px;
    height: 100%;
    margin: 0;
    padding: 0 10px 10px 0;
}

.node-type-blogs .post_details_block a {
    color: #22afc1 !important;
}

.node-type-blogs .post_details_block .authar-info {
    float: right;
    background: #eee;
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 10px;
    width: calc(100% - 168px);
}

.node-type-blogs .post_details_block .rtejustify strong {
    font-style: italic;
}

.node-type-blogs .post_details_block .authar-info i {
    padding-left: 5px;
}

.node-type-blogs .post_details_block .authar-info li {
    margin-right: 0;
}

.node-type-featured-interview .theiaStickySidebar .post_details_block figure.social-icon img {
    width: 168px;
    height: 100%;
    margin: 0;
    padding: 0 10px 10px 0;
}

.node-type-featured-interview .post_details_block .authar-info {
    float: right;
    background: #eee;
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 10px;
    width: calc(100% - 168px);
}

.node-type-events .theiaStickySidebar .post_details_block figure.social-icon img {
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0 10px 10px 0;
}

.node-type-events .post_details_block .authar-info {
    float: right;
    background: #eee;
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
    border-radius: 10px;
    margin-top: 10px;
    width: calc(100% - 250px);
}

.node-type-events .wbn_events_regist {
    width: 120px;
    height: 40px;
    border: 1px solid #24252f;
    color: #24252f;
    background: none;
    margin: 10px 0;
    padding: 8px;
    text-align: center;
    opacity: 1;
    background: #24252f;
    color: #FFF !important;
    text-decoration: none !important;
    border-radius: 5px;
}

.node-type-events .wbn_events_regist:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}

.node-type-publications .theiaStickySidebar .post_details_block figure.social-icon img {
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0 10px 10px 0;
}

.node-type-publications .post_details_block .authar-info {
    float: right;
    background: #eee;
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 10px;
    width: calc(100% - 250px);
}

.node-type-publications .post_details_block p {
    margin-bottom: 30px;
}

.node-type-publications .post_details_block>a,
.node-type-publications .post_details_block .ftc_pdf_icon a {
    display: inline-block;
    border: 1px solid #24252f;
    background: #24252f;
    margin-top: 10px;
    color: #24252f;
    padding: 10px 15px;
    opacity: 1;
    outline: none;
    border-radius: 5px;
    text-decoration: none !important;
    color: #FFF !important;
}

.node-type-publications .post_details_block>a:hover,
.node-type-publications .post_details_block .ftc_pdf_icon a:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}

.node-type-news .theiaStickySidebar .post_details_block figure.social-icon img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 10px 10px 0;
    padding-right: 0;
    margin-bottom: 30px;
}

.node-type-news .post_details_block .authar-info {
    float: right;
    background: #eee;
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 10px;
    width: calc(100% - 290px);
}


/* .node-type-news .post_details_block p a{
	color: #000 !important;
} */

.node-type-news .post_details_block p a:hover {
    color: #22afc1 !important;
}


/* .node-type-news .post_details_block p{
	margin-bottom: 0;
} */

.wbn_events_regist {
    padding: 5px 10px;
    border: 1px solid;
    margin: 10px 0;
    display: inline-block;
}

figure.social-icon>div {
    right: 0;
}

figure.social-icon {
    display: flex;
    min-height: 100px;
}

.post_details_block .authar-info {
    margin: 5px 30px;
}

#submit-content-modal label {
    display: none;
}

#submit-content-modal .modal-body {
    padding: 20px 40px;
}

#submit-content-modal .sbc-about,
#submit-content-modal .modal-title {
    text-align: center;
}

#submit-content-modal .webform-component-email,
#submit-content-modal .webform-component-select,
#submit-content-modal .webform-component-textfield,
#submit-content-modal .webform-component-textarea {
    display: flex;
    justify-content: center;
}

#submit-content-modal .webform-component-email input,
#submit-content-modal .webform-component-textfield input,
#submit-content-modal .webform-component-select select,
#submit-content-modal .webform-component-textarea textarea {
    width: 518px;
    background: none;
    outline: none;
    border: 1px solid #ddd;
    padding: 10px;
}

#submit-content-modal .webform-component-textarea .grippie {
    display: none;
}

.file-widget.form-managed-file.clearfix {
    display: flex;
    align-items: center;
}

.file-widget.form-managed-file.clearfix .form-submit,
#submit-content-modal .webform-submit.button-primary.form-submit,
.form-actions.form-wrapper>.form-submit,
.sticky-enabled.tabledrag-processed.tableheader-processed.sticky-table .form-submit {
    width: 120px;
    height: 40px;
    border: 1px solid #24252f;
    color: #24252f;
    background: none;
    margin: 10px 0;
    padding: 0;
    opacity: 1;
}

.file-widget.form-managed-file.clearfix .form-submit:hover,
#submit-content-modal .webform-submit.button-primary.form-submit:hover,
.form-actions.form-wrapper .form-submit:hover,
.sticky-enabled.tabledrag-processed.tableheader-processed.sticky-table .form-submit:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}

#edit-submitted-upload {
    margin-bottom: 0;
    padding: 0;
}

#edit-submitted-upload>legend {
    margin-bottom: 0;
}

.login-info {
    position: relative;
}

.page-user-register .login-info .mykpr {
    right: 47px;
    top: 31px;
}

.login-info .form-item.form-type-checkbox.form-item-remember-me input {
    display: none;
}

.login-info .form-item.form-type-checkbox.form-item-remember-me label {
    padding-left: 20px;
}

.login-info .form-item.form-type-checkbox.form-item-remember-me {
    position: relative;
}

.login-info .form-item.form-type-checkbox.form-item-remember-me label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #22afc1;
    border-radius: 3px;
}

.login-info .form-item.form-type-checkbox.form-item-remember-me input:checked+label::after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 2px;
    width: 10px;
    height: 10px;
    color: #22afc1;
}

.login-info>.login-info-register {
    display: inline-block;
    width: 41%;
}

.login-info>.login-info {
    width: 59%;
    display: inline-block;
}

.mykpr {
    position: absolute;
    right: 47px;
    top: 31px;
    border-radius: 4px;
    background: transparent url('/sites/all/modules/hybridauth/plugins/icon_pack/hybridauth_32/icons/facebook.png') 0px 0px no-repeat;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.mykpr:hover {
    cursor: pointer;
}

.login-info>form>div>.item-list>ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.login-info>form>div>.form-actions.form-wrapper {
    text-align: center;
}

.login-info>form>div>.item-list>ul li {
    margin-left: 0;
    margin-right: 15px;
}

.hybridauth-widget-wrapper {
    display: flex;
    justify-content: center;
}

.hybridauth-widget span {
    opacity: 1;
}

.hybridauth-widget-wrapper>.item-list {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: -47px;
}

.hybridauth-widget-wrapper>.item-list>h3 {
    margin: 0;
    margin-bottom: 4px;
    margin-right: 5px;
}

.form-item.form-type-textfield.form-item-name label,
.form-item.form-type-password.form-item-pass label {
    display: none;
}

.form-item.form-type-textfield.form-item-name input,
.form-item.form-type-password.form-item-pass input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    background: none;
    outline: #22afc1;
}

.form-item.form-type-textfield.form-item-name input::placeholder,
.form-item.form-type-password.form-item-pass input::placeholder {
    color: #aaa;
}

.form-item.form-type-checkbox.form-item-remember-me input {
    width: 17px;
    height: 17px;
    margin: 0;
}

#signUpModal .login-wrapper {
    width: 305px;
    margin: auto;
}

#exampleModalLabel {
    display: inline-block;
}

.tabledrag-toggle-weight-wrapper {
    display: none;
}

.ajax-new-content.draggable.odd {
    background: none;
    border: none;
    padding: 0;
}

.header-mid>.container>.row>.col-sm-9 {
    text-align: right;
}

.header-mid>.container>.row>.col-sm-3>.logo>a>img {
    margin: 0;
}


/*search result*/

.search-results.node-results {
    padding: 0;
}

.search-results.node-results>.search-result>.search_img {
    width: 30%;
    height: 120px;
    /* float: left; */
    padding: 0 15px;
}

.search-results.node-results>.search-result>.search_img>a>img {
    float: left;
    height: 120px;
    margin-right: 20px;
    object-fit: cover;
}

.item-list .pager {
    margin-top: 10px;
}

.item-list .pager li {
    padding: 0 !important;
    margin: 2px;
}

.item-list .pager .pager-current {
    border: 1px solid #22afc1;
    background: #22afc1;
    color: #fff;
    padding: 3px 10px !important;
}

.item-list .pager li a {
    padding: 1px 8px;
    border-radius: 0;
    border: 1px solid #999;
    color: #999;
}

.item-list .pager li a:hover {
    background: #fff;
    color: #22afc1;
    border: 1px solid #22afc1;
}


/*contact us*/

.webform-component--select-a-topic select,
.webform-component--your-question textarea,
.webform-component--your-name input,
.webform-component--company input,
.webform-component--e-mail input,
.webform-component--phone input {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    outline: none;
}

.webform-component--your-question>div>.grippie {
    display: none;
}

.webform-submit.button-primary.form-submit {
    width: 120px;
    border: 1px solid #24252f;
    color: #24252f;
    height: 40px;
    background: none;
    padding: 0;
    opacity: 1;
}

.webform-submit.button-primary.form-submit:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}


/*header, footer*/

.header-mid>.container .row {
    display: flex;
    align-items: center;
}

.header-mid>.container .row>.col-sm-8 {
    text-align: right;
}

.header-mid>.container .row>.col-sm-4 img {
    max-width: 70%;
    margin-left: 0;
}

.about-inner img {
    margin: 0 0 30px 0;
    width: 250px;
}


/*magazine subscription*/

.webform-client-form>div>.webform-component--first-name>label,
.webform-client-form>div>.webform-component--last-name>label,
.webform-client-form>div>.webform-component--title>label,
.webform-client-form>div>.webform-component--organization-name>label,
.webform-client-form>div>.webform-component--address-1>label,
.webform-client-form>div>.webform-component--address-2>label,
.webform-client-form>div>.webform-component--city>label,
.webform-client-form>div>.webform-component--state-province>label,
.webform-client-form>div>.webform-component--zip-postal-code>label,
.webform-client-form>div>.webform-component--phone>label,
.webform-client-form>div>.webform-component--email>label,
.webform-client-form>div>.webform-component--country>label,
.webform-client-form>div>.webform-component--fax>label {
    display: none;
}

.webform-client-form>div>.webform-component--first-name>input,
.webform-client-form>div>.webform-component--last-name>input,
.webform-client-form>div>.webform-component--title>input,
.webform-client-form>div>.webform-component--organization-name>input,
.webform-client-form>div>.webform-component--address-1>input,
.webform-client-form>div>.webform-component--address-2>input,
.webform-client-form>div>.webform-component--city>input,
.webform-client-form>div>.webform-component--state-province>input,
.webform-client-form>div>.webform-component--zip-postal-code>input,
.webform-client-form>div>.webform-component--phone>input,
.webform-client-form>div>.webform-component--email>input,
.webform-client-form>div>.webform-component--country>select,
.webform-client-form>div>.webform-component--fax>input {
    width: 100%;
    outline: none;
    padding-top: 10px;
    border: 1px solid #ddd;
    padding: 10px;
}


/*multimedia video page*/

.node-type-multimedia .authar-info {
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: #777;
}

.node-type-multimedia .authar-info li {
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

.node-type-multimedia .post_details_block p {
    font-size: 15px;
    text-align: center;
}


/*password page*/

.page-user-password .form-actions .form-submit {
    width: 150px;
}

.page-user-password .form-item.form-type-textfield.form-item-name input {
    width: 100%;
    padding: 10px;
}


/*search page*/

.page-search-node .post-footer {
    margin-top: -11px;
}

.page-search-node .search-form {
    margin: 0;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.page-search-node .post-body {
    padding: 0;
}

.page-search-node input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.page-search-node .search-result {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    margin: 0;
    display: flex;
}

.page-search-node .search-result .search_text {
    width: 70%;
}

.page-search-node .search-form .form-item.form-type-textfield.form-item-keys label {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #22afc1;
    margin-bottom: 15px;
}

.page-search-node .form-text {
    width: 90%;
    padding: 10px;
    border: 1px solid #22afc1;
    outline: none;
}

.page-search-node .form-submit {
    width: 10%;
    padding: 10px;
    border: 1px solid #22afc1;
    border-left: 0;
    color: #22afc1;
    background: #fff;
    outline: none;
    transition: .5s;
}

.page-search-node .form-submit:hover {
    color: #fff;
    background: #22afc1;
    transition: .5s;
}


/*page-products*/

.page-products .btn-green.btn-lg.rate-btn {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.3333333;
    border: 1px solid #22afc1;
    border-radius: 0;
    color: #22afc1;
    margin-top: 10px;
    display: inline-block;
}

.page-products .btn-green.btn-lg.rate-btn:hover {
    border: 1px solid #22afc1;
    background: #22afc1;
    color: #fff;
}

.page-products .authar-info {
    margin: 0 !important;
}

.page-products .authar-info li {
    margin-right: 5px;
}

.page-products .authar-info span {
    margin-right: 5px;
}

.page-products .authar-info a {
    margin-right: 5px;
}

.page-products .main-content h4 {
    margin: 0;
    font-size: 15px;
    color: #22afc1;
    line-height: 20px;
    margin-bottom: 12px;
    width: 80%;
}

.page-products .progressber {
    top: -10px;
}

.page-products .avg_rating {
    margin-top: 15px;
    margin-right: 6px;
    position: absolute;
    right: 0;
    top: 40px;
}

.page-products .no-votes {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    margin-top: -32px;
    margin-left: 90px;
}

.page-products .view-newly-added-products {
    background: #fff;
}

.page-products .view-newly-added-products .views-exposed-form {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.page-products .view-newly-added-products .views-exposed-form .views-exposed-widget {
    width: 50%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.page-products .view-newly-added-products .views-exposed-form .views-exposed-widget select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}

.page-products .view-newly-added-products .views-exposed-form .views-exposed-widget input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}

.page-products .view-newly-added-products .views-exposed-form input.form-submit {
    width: 120px;
    height: 40px;
    border: 1px solid #24252f;
    color: #24252f;
    background: none;
    margin: 10px 0;
    padding: 0;
    opacity: 1;
}

.page-products .view-newly-added-products .views-exposed-form .form-submit:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}

.page-products .views-widget-filter-field_technology_category_tid,
.page-products .views-widget-filter-field_target_market_tid,
.page-products .views-widget-filter-field_customer_size_tid,
.page-products .views-widget-filter-field_customers_type1_tid,
.page-products .views-widget-filter-title,
.page-products .views-widget-filter-field_company_name_value {
    display: flex;
    align-items: center;
}

.page-products .views-exposed-form .views-exposed-widgets.clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-products .views-widget-filter-field_technology_category_tid label,
.page-products .views-widget-filter-field_target_market_tid label,
.page-products .views-widget-filter-field_customer_size_tid label,
.page-products .views-widget-filter-field_customers_type1_tid label,
.page-products .views-widget-filter-title label,
.page-products .views-widget-filter-field_company_name_value label {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 15px;
}

.page-products .views-widget-filter-field_technology_category_tid .views-widget,
.page-products .views-widget-filter-field_target_market_tid .views-widget,
.page-products .views-widget-filter-field_customer_size_tid .views-widget,
.page-products .views-widget-filter-field_customers_type1_tid .views-widget,
.page-products .views-widget-filter-title .views-widget,
.page-products .views-widget-filter-field_company_name_value .views-widget {
    width: 100%;
}

.page-products .views-widget-filter-field_technology_category_tid .views-widget select,
.page-products .views-widget-filter-field_target_market_tid .views-widget select,
.page-products .views-widget-filter-field_customer_size_tid .views-widget select,
.page-products .views-widget-filter-field_customers_type1_tid .views-widget select,
.page-products .views-widget-filter-title .views-widget input,
.page-products .views-widget-filter-field_company_name_value .views-widget input {
    outline: none;
}

.page-products .view-newly-added-products .views-exposed-form .views-exposed-widget.views-submit-button {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
}


/*page events*/

.page-events .view-filters {
    background: #fff;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    border-bottom: 0;
}

.page-events .form-item.form-type-date-select.form-item-field-start-date-value-value {
    margin: 0;
}

.page-events .view-filters .views-exposed-widget.views-widget-filter-field_start_date_value {
    font-size: 16px;
    margin-bottom: 5px;
    padding-right: 0;
}

.page-events .date-month.form-select,
.page-events .date-year.form-select {
    border: 1px solid #e1e1e1;
    color: #999999;
    background: #fafafa;
    outline: none;
    margin-right: 20px;
    padding: 10px;
    font-size: 14px;
    width: calc(100% - 15px);
}

.page-events .date-month.form-select:hover,
.page-events .date-year.form-select:hover {
    cursor: pointer;
}

.page-events .form-submit {
    width: 120px;
    height: 40px;
    border: 1px solid #000;
    color: #FFF;
    background: #000;
    margin: 10px 0;
    padding: 0;
    opacity: 1;
    border-radius: 3px;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: -5px !important;
    transition: 300ms !important;
}

.page-events .form-submit:hover {
    background: #21b0c2;
    color: #fff;
    transition: .5s;
    border-color: #21b0c2;
}

.page-events .views-exposed-widgets {
    display: flex;
    align-items: center;
}


/*node type issues*/

.node-type-issues .social-icon {
    width: 40%;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
}

.node-type-issues .social-icon img {
    height: 100%;
}

.node-type-issues .social-icon div {
    right: -40px;
    width: 30px;
    top: 4px;
}

.node-type-issues .authar-info li {
    font-size: 12px;
}

.node-type-issues .authar-info li i {
    font-size: 10px;
}

.node-type-issues .authar-info li span {
    margin-right: 8px;
}

.node-type-issues .ftc_pdf_icon a {
    width: 120px;
    height: 40px;
    border: 1px solid #24252f;
    color: #24252f;
    background: none;
    margin: 10px 0;
    padding: 10px 15px;
    opacity: 1;
    outline: none;
    border: 1px solid #000;
    color: #FFF !important;
    background: #000;
    border-radius: 3px;
    text-decoration: none !important;
}

.node-type-issues .ftc_pdf_icon a:hover {
    background: #22afc1;
    border-color: #22afc1;
}

.node-type-issues .ftc_pdf_icon a:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}


/*page-user*/

.page-user .col-sm-8.col-p.main-content .post-inner {
    padding: 0;
    background: #fff;
}

.page-user .col-sm-8.col-p.main-content .post-inner form>div {
    position: relative;
}

.page-user .col-sm-8.col-p.main-content .post-inner form>div .mykpr {
    right: 240px;
    top: 11px;
}

.page-user .post-inner .form-item-remember-me input {
    display: none;
}

.page-user .post-inner .form-item-remember-me label {
    padding-left: 20px;
}

.page-user .post-inner .form-item-remember-me {
    position: relative;
}

.page-user .post-inner .form-item-remember-me label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #22afc1;
    border-radius: 3px;
}

.page-user .post-inner .form-item-remember-me input:checked+label::after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 2px;
    width: 10px;
    height: 10px;
    color: #22afc1;
}

.page-user .page_main_wrapper .main-content .profile .profile_edit {
    display: flex;
}

.page-user .page_main_wrapper .main-content .profile .profile_edit .user_action_cover {
    margin-left: 15px;
}

.page-user .page_main_wrapper .main-content .profile-details .profile-light-btn {
    /* max-width: 170px; */
    background: #FFF;
    color: #222;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 10px;
    font-size: 11px;
    margin-top: 20px;
    display: block;
    text-align: center;
    /* width: 100%; */
    text-transform: uppercase;
    border: 1px solid #222;
    margin-right: 15px;
    white-space: nowrap;
}

.page-user .page_main_wrapper .main-content .profile-details .body {
    display: flex;
}

.page-user .page_main_wrapper .main-content .profile-details>header {
    padding-bottom: 10px;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .details div:nth-child(odd) {
    background: #eee;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .details div {
    padding: 10px;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .details div strong {
    width: 30%;
    margin-right: 5%;
    display: inline-block;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .details header {
    padding: 10px;
    text-align: center;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .profile-contacts div:nth-child(odd) {
    background: #eee;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .profile-contacts div {
    padding: 10px;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .profile-contacts .profile-c-body {
    padding: 0;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .profile-contacts div span:first-child {
    width: 30%;
    margin-right: 5%;
    display: inline-block;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .profile-contacts .w-presense {
    text-align: center;
    font-style: italic;
    padding: 0;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .profile-contacts header {
    padding: 10px;
    text-align: center;
    background: #fff;
    font-style: italic;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .about-ys-profile header {
    padding: 10px;
    text-align: center;
    background: #fff;
    font-style: italic;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .about-ys-profile {
    margin-bottom: 20px;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .checkbox-questions-cover .item .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .checkbox-questions-cover .item .inner>div {
    margin-right: 30px;
    margin-bottom: 10px;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .checkbox-questions-cover .item label {
    display: flex;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .checkbox-questions-cover .item label input {
    margin-right: 5px;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .checkbox-questions-cover footer {
    padding: 0;
    background-color: #fff;
    text-align: center;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .checkbox-questions-cover footer input[type=submit] {
    width: 120px;
    height: 40px;
    border: 1px solid #24252f;
    color: #24252f;
    background: none;
    margin: 10px 0;
    opacity: 1;
    outline: none;
    text-transform: capitalize;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .checkbox-questions-cover footer input[type=submit]:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-left .checkbox-questions-cover img {
    width: 100%;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right {
    margin-left: 20px;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right>img {
    width: 100%;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right .second-tabs .nav-tabs li {
    width: 100%;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right .stats-body table tbody tr:nth-child(odd) {
    background: #eee;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right .stats-body table tbody tr td:first-child {
    min-width: 300px;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right .stats-body table tbody tr td:last-child {
    min-width: 45px;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right .btns-cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right .btns-cover a {
    width: 49%;
    display: inline-block;
    border: 1px solid;
    text-align: center;
    border: none;
    border: 1px solid #24252f;
    background: none;
    margin-bottom: 6px;
    color: #24252f;
    padding: 10px;
    opacity: 1;
    outline: none;
    text-transform: capitalize;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right .btns-cover a:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right .profile-newsletter-option .new-opt-body form div:nth-child(3) {
    float: left;
    margin-right: 36px;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right .profile-newsletter-option .new-opt-body form div:nth-child(2) label,
.page-user .page_main_wrapper .main-content .profile-details .body .body-right .profile-newsletter-option .new-opt-body form div:nth-child(3) label,
.page-user .page_main_wrapper .main-content .profile-details .body .body-right .profile-newsletter-option .new-opt-body form div:nth-child(4) label {
    display: flex;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right .profile-newsletter-option .new-opt-body form div:nth-child(2) label input,
.page-user .page_main_wrapper .main-content .profile-details .body .body-right .profile-newsletter-option .new-opt-body form div:nth-child(3) label input,
.page-user .page_main_wrapper .main-content .profile-details .body .body-right .profile-newsletter-option .new-opt-body form div:nth-child(4) label input {
    margin-right: 5px;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right .profile-newsletter-option .new-opt-body form div:last-child input {
    width: 120px;
    height: 40px;
    border: 1px solid #24252f;
    color: #24252f;
    background: none;
    margin: 10px 0;
    opacity: 1;
    outline: none;
    text-transform: capitalize;
}

.page-user .page_main_wrapper .main-content .profile-details .body .body-right .profile-newsletter-option .new-opt-body form div:last-child input:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}

.page-user .page_main_wrapper .main-content .second-tabs .views-field.views-field-title {
    margin-top: -12px;
}

.page-user .help-block,
.page-users .help-block {
    width: 340px;
    margin: 15px auto;
}

.page-user .help-block p,
.page-users .help-block p {
    font-size: 26px;
    text-align: center;
    line-height: 35px;
    color: #22afc1;
    font-weight: 600;
}

.page-user .help-block p big,
.page-users .help-block p big {
    display: block;
    font-weight: 700;
    color: #24252f;
}

.page-user .tabs {
    border-top: none;
    padding: 10px 0;
    margin: 0;
}


/**/

.page-user .main .nav-tabs li a:hover,
.page-users .main .nav-tabs li a:hover {
    color: #fff;
    background-color: #16224d;
    border: 1px solid #fff;
}

.page-user .main,
.page-users .main {
    background: #fff;
}

.page-user .main .tabs,
.page-users .main .tabs {
    display: flex;
    flex-direction: column;
}

.page-user .main .tabs .right-tabs-body .profile {
    margin-top: 0;
}

.page-user .main .tabs,
.page-users .main .tabs {
    width: 96%;
}

.page-user .main .tabs .left-tabs ul,
.page-users .main .tabs .left-tabs ul {
    display: flex;
    width: 100%;
    background-image: -moz-linear-gradient(90deg, rgba(17, 17, 17, .14) 0%, rgba(17, 17, 17, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(17, 17, 17, .14) 0%, rgba(17, 17, 17, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(17, 17, 17, .14) 0%, rgba(17, 17, 17, 0) 100%);
    box-shadow: 0px 1px 0px 0px rgba(238, 238, 238, 0.004);
    margin-bottom: 20px;
}

.page-user .main .tabs .left-tabs ul li a,
.page-users .main .tabs .left-tabs ul li a {
    padding: 20px 14.8px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0 !important;
    font-size: 12px;
    height: 46px;
    display: flex;
    align-items: center;
}

.page-user .main .tabs .left-tabs ul li,
.page-users .main .tabs .left-tabs ul li {
    margin-bottom: 0;
}

.page-users .main .nav-tabs li a:hover,
.page-users .nav-tabs>li.active>a,
.page-user .main .nav-tabs li a:hover,
.page-user .nav-tabs>li.active>a {
    background: #21b0c2 !important
}

.page-user .main .tabs .left-tabs ul li,
.page-users .main .tabs .left-tabs ul li {
    width: unset;
}

.page-users .main .blogs .links-blogs-page {
    margin: 10px 0;
}

.page-users .main .blogs .links-blogs-page a {
    color: #000;
    margin-right: 10px;
}

.page-users .main .blogs .links-blogs-page a:hover {
    color: #22afc1;
    transition: .5s;
}

.page-users .main .blogs .search-blogs-block form {
    display: flex;
    margin-bottom: 10px;
}

.page-users .main .blogs .search-blogs-block form input[type=text] {
    width: 90%;
    padding: 10px;
    border: 1px solid #22afc1;
    outline: none;
}

.page-users .main .blogs .search-blogs-block form input[type=submit] {
    width: 10%;
    padding: 10px;
    border: 1px solid #22afc1;
    border-left: 0;
    color: #22afc1;
    background: #fff;
    outline: none;
    transition: .5s;
}

.page-users .main .blogs .search-blogs-block form input[type=submit]:hover {
    color: #fff;
    background: #22afc1;
    transition: .5s;
}

.page-users .main .blogs .control-btns {
    margin-bottom: 10px;
}

.page-users .main .blogs .control-btns button {
    width: 120px;
    height: 40px;
    border: 1px solid #24252f;
    color: #24252f;
    background: none;
    margin: 10px 5px;
    opacity: 1;
    outline: none;
    text-transform: capitalize;
}

.page-users .main .blogs .control-btns button:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}

.page-users .main .blogs .pager-blogs {
    margin-bottom: 10px;
}

.page-users .main .blogs .pager-blogs select {
    border: 0;
    outline: none;
    color: #24252f;
    padding: 5px;
}

.page-users .main .blogs .pager-blogs span {
    margin-right: 10px;
}

.page-users .main .blogs .cover .item>a {
    color: #22afc1;
}

.page-users .main .blogs .cover .item {
    margin: 2px 0;
}

.page-users .main .blogs .cover .item .blogs-eye {
    color: #22afc1;
    position: relative;
    padding-left: 25px;
    padding-right: 5px;
}

.page-users .main .blogs .cover .item .blogs-eye::before {
    position: absolute;
    left: 5px;
    top: -1px;
    font-family: FontAwesome;
    content: '\f06e ';
}

.page-users-my-company-products .right-tabs-body {
    width: 100%;
}

.page-users-my-company-products .right-tabs-body .cover .item {
    display: flex;
    align-items: center;
}

.page-users-my-company-products .right-tabs-body .cover .item input,
.page-users-my-company-products .right-tabs-body .cover .item strong,
.page-users-my-company-products .right-tabs-body .cover .item span,
.page-users-my-company-products .right-tabs-body .cover .item time {
    margin: 0 1px;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .title p {
    font-size: 18px;
    padding: 15px 0;
    color: #000;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum {
    width: 24%;
    margin-bottom: 20px;
    padding: 0;
    background: #eee;
    border-radius: 10px;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum .head {
    text-align: center;
    font-size: 20px;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .head,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-cell1,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-cell2,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-cell3,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-cell4,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-cell5,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-cell6,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-cell7 {
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-cell3,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-cell5 {
    height: 200px;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-cell6 {
    height: 130px;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-cell7 {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0;
    transition: .3s;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-cell7 a {
    font-size: 18px;
    color: #fff;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-light .colum-cell7 {
    border: 2px solid #229cc8;
    border-radius: 0 0 10px 10px;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-light .colum-cell7:hover {
    background: #fff;
    border: 2px solid #229cc8;
    border-radius: 0 0 10px 10px;
    transition: .3s;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-light .colum-cell7:hover a {
    color: #229cc8;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-standart .colum-cell7 {
    border: 2px solid #de4b39;
    border-radius: 0 0 10px 10px;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-standart .colum-cell7:hover {
    background: #fff;
    border: 2px solid #de4b39;
    border-radius: 0 0 10px 10px;
    transition: .3s;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-standart .colum-cell7:hover a {
    color: #de4b39;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-silver .colum-cell7 {
    border: 2px solid #90bf61;
    border-radius: 0 0 10px 10px;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-silver .colum-cell7:hover {
    background: #fff;
    border: 2px solid #90bf61;
    border-radius: 0 0 10px 10px;
    transition: .3s;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-silver .colum-cell7:hover a {
    color: #90bf61;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-gold .colum-cell7 {
    border: 2px solid #fe9044;
    border-radius: 0 0 10px 10px;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-gold .colum-cell7:hover {
    background: #fff;
    border: 2px solid #fe9044;
    border-radius: 0 0 10px 10px;
    transition: .3s;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-gold .colum-cell7:hover a {
    color: #fe9044;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum .price {
    background: #f4c71f;
    color: #000;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-light {
    background: #229cc8;
    color: #fff;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-light .colum-cell2,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-light .colum-cell4,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-light .colum-cell6 {
    background: #1eb0e4;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-standart {
    background: #de4b39;
    color: #fff;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-standart .colum-cell2,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-standart .colum-cell4,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-standart .colum-cell6 {
    background: #ee533f;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-silver {
    background: #90bf61;
    color: #fff;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-silver .colum-cell2,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-silver .colum-cell4,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-silver .colum-cell6 {
    background: #9bcc6a;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-gold {
    background: #fe9044;
    color: #fff;
}

.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-gold .colum-cell2,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-gold .colum-cell4,
.page-users-my-company-upgrade .tabs .right-tabs-body .body .colum-gold .colum-cell6 {
    background: #ffab71;
}


/*page-user-register*/

.page-user-register .field-type-taxonomy-term-reference.field-name-field-user-type.field-widget-options-buttons.form-wrapper .form-item.form-type-radios.form-item-field-user-type-und {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.page-user-register .field-type-taxonomy-term-reference.field-name-field-user-type.field-widget-options-buttons.form-wrapper .form-item.form-type-radios.form-item-field-user-type-und label {
    margin-bottom: 0;
}

.page-user-register .field-type-taxonomy-term-reference.field-name-field-user-type.field-widget-options-buttons.form-wrapper .form-item.form-type-radios.form-item-field-user-type-und .form-radios {
    display: flex;
    align-items: center;
}

.page-user-register .field-type-taxonomy-term-reference.field-name-field-user-type.field-widget-options-buttons.form-wrapper .form-item.form-type-radios.form-item-field-user-type-und .form-radios .form-type-radio {
    margin: 0 10px;
}

.page-user-register .field-type-taxonomy-term-reference.field-name-field-user-type.field-widget-options-buttons.form-wrapper .form-item.form-type-radios.form-item-field-user-type-und .form-radios .form-type-radio input {
    display: none;
}

.page-user-register .field-type-taxonomy-term-reference.field-name-field-user-type.field-widget-options-buttons.form-wrapper .form-item.form-type-radios.form-item-field-user-type-und .form-radios .form-type-radio input:checked+label {
    border: 2px solid #22afc1;
    color: #fff;
    background: #22afc1;
}

.page-user-register .field-type-taxonomy-term-reference.field-name-field-user-type.field-widget-options-buttons.form-wrapper .form-item.form-type-radios.form-item-field-user-type-und .form-radios .form-type-radio label {
    padding: 7px 18px;
    border: 1px solid #22afc1;
    color: #22afc1;
    background: #fff;
    transition: .3s;
}

.page-user-register .field-type-taxonomy-term-reference.field-name-field-user-type.field-widget-options-buttons.form-wrapper .form-item.form-type-radios.form-item-field-user-type-und .form-radios .form-type-radio label:hover {
    border: 1px solid #22afc1;
    color: #fff;
    background: #22afc1;
    transition: .3s;
    cursor: pointer;
}

.page-user-register .field-type-taxonomy-term-reference.field-name-field-user-type.field-widget-options-buttons.form-wrapper .form-item.form-type-radios.form-item-field-user-type-und .form-radios .form-type-radio .form-radio {
    margin-left: 10px;
    margin-top: 0;
}

.page-user-register .form-checkbox.required {
    display: none;
}

.page-user-register .form-checkbox.required:checked+.option::after {
    content: '✔';
    position: absolute;
    top: -3px;
    left: -17px;
    width: 10px;
    height: 10px;
    color: #22afc1;
}

.page-user-register .form-item.form-type-checkbox.form-item-field-confirmation-und .option {
    position: relative;
    margin-left: 20px;
}

.page-user-register .form-item.form-type-checkbox.form-item-field-confirmation-und .option:hover {
    cursor: pointer;
}

.page-user-register .form-item.form-type-checkbox.form-item-field-confirmation-und .option::before {
    content: '';
    position: absolute;
    left: -20px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #22afc1;
    border-radius: 3px;
}

.page-user-register .field-type-text label {
    display: none;
}

.page-user-register .field-type-text input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    margin: 5px 0;
}

.page-user-register .field-type-text input::placeholder {
    color: #aaa;
}

.page-user-register .form-item-mail label {
    display: none;
}

.page-user-register .form-item-mail input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    margin: 5px 0;
}

.page-user-register .form-item-mail input::placeholder {
    color: #aaa;
}

.page-user-register .form-type-password label {
    display: none;
}

.page-user-register .form-type-password input {
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    margin: 10px 0;
    width: 61%;
}

.page-user-register .form-type-password input::placeholder {
    color: #aaa;
}

.page-user-register .password-strength {
    margin-top: 11px;
}

.page-user-register .password-confirm {
    margin-top: 14px;
}

.page-user-register .form-item.form-type-password.form-item-pass-pass1.password-parent {
    width: 100%;
}

.page-user-register .form-item.form-type-password.form-item-pass-pass2.confirm-parent {
    width: 100%;
}

.page-user-register .field-type-country label {
    display: none;
}

.page-user-register .field-type-country select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    color: #aaa;
}

.page-user-register .user-info-from-cookie .form-submit {
    width: 150px;
}

.page-user-register .post-inner {
    background: #fff;
    padding: 30px;
}

.page-user-register .user-info-from-cookie>div {
    position: relative;
}

.page-user-register.page-user .col-sm-8.col-p.main-content .post-inner form>div .mykpr {
    position: absolute;
    top: 45px;
    right: 269px;
}

.page-user .col-sm-8.col-p.main-content .post-inner form>div .mykpr
/*node type products*/

.node-type-products li {
    list-style: none;
}

.node-type-products .theiaStickySidebar {
    background: #fff;
    padding: 20px !important;
}

.node-type-products .product-inner>.left-product {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.node-type-products .product-inner .ro>a {
    font-style: italic;
}

.node-type-products .post-inner .product-cover {
    position: relative;
}

.node-type-products .post-inner .product-inner.product_subdata {
    width: 100%;
    position: relative;
    margin: 10px 0;
}


/* .node-type-products .post-inner .product-inner.product_subdata .ro:first-child {
	position: absolute;
	right: 95px;
	top: -95px;
} */

.node-type-products .post-inner .product-profile>.title {
    text-align: left;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.node-type-products .post-inner .product-profile .img-cover {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.node-type-products .post-inner .product-profile .img-cover img {
    width: 100%;
}

.node-type-products .post-inner .product-profile .img-cover .bann-btn {
    display: block;
    border: none;
    border: 1px solid #22afc1;
    background: none;
    margin: 10px 0;
    color: #22afc1;
    padding: 10px;
    opacity: 1;
    outline: none;
    width: 186px;
    /* position: absolute; */
    /* right: -146px; */
    top: -10px;
    text-align: center;
    margin: 20px auto 0;
    border: 1px solid #000;
    color: #FFF;
    background: #000;
    /* margin: 10px 0; */
    /* padding: 0; */
    opacity: 1;
    border-radius: 3px;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: .5s;
    text-decoration: none !important;
}

.node-type-products .post-inner .product-profile .img-cover .bann-btn:hover {
    background: #22afc1;
    border-color: #22afc1;
    color: #fff;
    transition: .5s;
}

.node-type-products .post-inner .product-logo img {
    text-align: center;
    float: left;
}

.node-type-products .post-inner .product-text {
    position: relative;
}

.node-type-products .post-inner .product-text .meta {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 20px;
}

.node-type-products .post-inner .product-text .meta .avg {
    position: absolute;
    top: 0;
    right: 0;
}

.node-type-products .post-inner .product-text .title {
    font-size: 28px;
}

.node-type-products .post-inner .product-text .product-mini-desc h2 {
    font-size: 22px;
}

.node-type-products .post-inner .product-text .meta .progressber {
    right: 0;
}

.node-type-products .post-inner .product-text .meta .rating {
    margin-right: 25px;
}

.node-type-products .post-inner .product-text .meta .rating .rating_label {
    width: 100%;
    text-align: left;
    display: inline-block;
    font-size: 18px;
}

.node-type-products .post-inner .product-text .meta .rating .fivestar-widget.clearfix {
    margin: 10px 0;
}

.node-type-products .post-inner .social-numbers {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.node-type-products .post-inner .social-numbers>iframe {
    width: 125px !important;
}

.node-type-products .post-inner .prod-langs-cover {
    display: flex;
    align-items: center;
}

.node-type-products .post-inner .prod-langs-cover .prod-langs {
    margin-bottom: 2px;
    margin-left: 5px;
}

.node-type-products .post-inner .prod-langs-cover .prod-langs img {
    margin-right: 5px;
}

.node-type-products .post-inner .product-text .title,
.node-type-products .post-inner .product-text .product-mini-desc,
.node-type-products .post-inner .product-text .product-first-date,
.node-type-products .post-inner .product-text .version {
    width: 60%;
    margin: auto;
    margin-right: 10%;
    text-align: center;
}

.node-type-products .post-inner .product-text .product-first-date,
.node-type-products .post-inner .product-text .version {
    font-size: 14px;
}

.node-type-products .post-inner .screenshots {
    padding-bottom: 10px;
}

.node-type-products .post-inner .screenshots .title {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.node-type-products .post-inner .vertical-scroll-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.node-type-products .post-inner .vertical-scroll-block .video_block {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    margin: 5px;
}

.node-type-products .post-inner .vertical-scroll-block a {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    margin: 5px;
}

.node-type-products .post-inner .vertical-scroll-block .fancy_item img {
    width: auto;
    height: 100%;
}

.node-type-products .post-inner .vertical-scroll-block .fancy_item:last-child img {
    margin-right: 0;
}

.node-type-products .targets-description-section {
    display: flex;
}

.node-type-products .targets-description-section .item {
    border-top: 1px solid #ccc;
    padding-bottom: 15px;
    width: 50%;
    margin: 0 10px;
}

.node-type-products .FnB-section {
    display: flex;
}

.node-type-products .FnB-section .rtecenter {
    text-align: left;
}

.node-type-products .FnB-section .item {
    border-top: 1px solid #ccc;
    padding-bottom: 15px;
    width: 50%;
    margin: 0 10px;
}

.node-type-products .FnB-section .item ul {
    padding: 0;
}

.node-type-products .other-desc {
    display: flex;
}

.node-type-products .other-desc .left-side {
    width: 82%;
    margin: 0 10px;
    border-top: 1px solid #ccc;
}

.node-type-products .other-desc .left-side section {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.node-type-products .branches-section {
    padding: 0 10px;
}

.node-type-products .other-desc .left-side section div div {
    padding: 10px;
    display: flex;
}

.node-type-products .other-desc .left-side section div div:nth-child(odd) {
    background: #eee;
}

.node-type-products .other-desc .left-side section div div strong {
    width: 35%;
    margin-right: 5%;
}

.node-type-products .other-desc .left-side section div div label {
    width: 35%;
    margin-right: 5%;
}

.node-type-products .other-desc .left-side section div div span {
    width: 60% !important;
}

.node-type-products .branches-section .body {
    display: flex;
}

.node-type-products .branches-section .body .item {
    width: 30%;
    margin-right: 4%;
}

.node-type-products .body.post-body .item {
    padding: 15px;
    background: aliceblue;
    height: 270px;
    overflow-y: scroll;
    width: 32%;
    margin: 0 5px;
}

.node-type-products .body.post-body .item h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.node-type-products .body.post-body .item a {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    line-height: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.node-type-products .body.post-body .item .views-field.views-field-title:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}

.node-type-products .targets-description-section .item:nth-child(2) .inner div {
    padding: 10px;
}

.node-type-products .targets-description-section .item:nth-child(2) .inner div strong,
.node-type-products .targets-description-section .item:nth-child(2) .inner div label {
    display: inline-block;
    width: 195px;
}

.node-type-products .targets-description-section .item:nth-child(2) .inner div span {}

.node-type-products .targets-description-section .item:nth-child(2) .inner div:nth-child(odd) {
    background: #eee;
}


/*node-type-featured-interview*/

.node-type-featured-interview .post_details_block strong span,
.node-type-featured-interview .post_details_block span strong {
    color: #22afc1 !important;
}

.node-type-publications .post_details_block strong span,
.node-type-publications .post_details_block span strong {
    color: #22afc1 !important;
}


/*pathfinder ranking*/

.page-pathfinder-ranking-companies .col-sm-12.col-p.main-content {
    padding: 0;
}

.page-pathfinder-ranking-companies .share_hello_text.post-body .container,
.page-pathfinder-ranking-companies .financeTable .container {
    width: 100%;
}

.page-pathfinder-ranking-companies .share_hello_text.post-body .container {
    padding: 0;
}

.page-pathfinder-ranking-companies .share_hello_text.post-body .container {
    width: 100%;
}

.page-pathfinder-ranking-companies .shareLinks {
    position: relative;
}

.page-pathfinder-ranking-companies .shareLinks>p {
    display: inline-block;
    float: left;
    /* margin-top: 6px; */
}

.page-pathfinder-ranking-companies .shareLinks ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 10px;
}

.page-pathfinder-ranking-companies .shareLinks ul li {
    margin-right: 5px;
}

.page-pathfinder-ranking-companies .shareLinks ul li a {
    color: #666666;
}


/* .page-pathfinder-ranking-companies .shareLinks ul li a i{
	display: none;
}
.page-pathfinder-ranking-companies .shareLinks ul li:nth-child(1){
	background: transparent url('/sites/all/modules/hybridauth/plugins/icon_pack/hybridauth_32/icons/facebook.png') 0px 0px no-repeat;
	width: 32px;
	height: 32px;
}
.page-pathfinder-ranking-companies .shareLinks ul li:nth-child(2){
	background: transparent url('/sites/all/modules/hybridauth/plugins/icon_pack/hybridauth_32/icons/twitter.png') 0px 0px no-repeat;
	width: 32px;
	height: 32px;
}
.page-pathfinder-ranking-companies .shareLinks ul li:nth-child(3){
	background: transparent url('/sites/all/modules/hybridauth/plugins/icon_pack/hybridauth_32/icons/linkedin.png') 0px 0px no-repeat;
	width: 32px;
	height: 32px;
} */

.page-pathfinder-ranking-companies .shareLinks ul li:hover {
    transition: .5s;
    cursor: pointer;
}

.page-pathfinder-ranking-companies .additional_links {
    position: absolute;
    right: 0;
    top: 20px;
}

.page-pathfinder-ranking-companies .additional_links a {
    margin: 0 auto;
    background: #ffffff;
    color: #222222;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 18px;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    margin-top: 30px;
    margin-left: 5px;
    border: 1px solid #222222;
    text-transform: uppercase;
}

.page-pathfinder-ranking-companies .additional_links a:hover {
    background: #21b0c2;
    color: #fff;
    transition: .5s;
    border-color: #21b0c2;
}

.page-pathfinder-ranking-companies .financeTable {
    background: #fff;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap {
    /* border-top: 1px solid #ccc; */
    padding-top: 10px;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterTableWrap {
    margin-top: 10px;
}

.page-pathfinder-ranking-companies .financeTable .pager-blogs select {
    border: 1px solid #f0f0f0;
    outline: none;
    color: #b4b4b4;
    padding: 5px;
    border-radius: 3px;
}

.page-pathfinder-ranking-companies .financeTable .pager-blogs span {
    margin-right: 10px;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterTableWrap .filtertale th {
    width: 10%;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterTableWrap .filtertale th.industry {
    width: 30%;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterTableWrap .filtertale th.rank {
    width: 5%;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterTableWrap .filtertale td {
    width: 10%;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterTableWrap .filtertale tbody tr {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterTableWrap .filtertale tbody tr:last-child {
    border: none;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterTableWrap .filtertale td.industry {
    width: 30%;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterTableWrap .filtertale td.rank {
    width: 5%;
}

.page-pathfinder-ranking-companies .financeTable .pager-blogs a {
    padding: 0 5px;
    color: #24252f;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterBlock select {
    /* border: 1px solid #22afc1; */
    outline: none;
    /* color: #22afc1; */
    padding: 10px;
    width: 100%;
    border: 1px solid #e1e1e1;
    color: #999999;
    background: #fafafa;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterBlock input {
    /* border: 1px solid #22afc1; */
    outline: none;
    padding: 10px;
    margin-top: 14px;
    width: 240px;
    border: 1px solid #e1e1e1;
    color: #999999;
    background: #fafafa;
    width: 100%;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .views-exposed-widgets.clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterBlock input::placeholder {
    color: #777;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterBlock input[type=submit] {
    width: 120px;
    height: 42px;
    /* border: 1px solid #24252f; */
    /* color: #24252f; */
    background: none;
    margin: 14px 0;
    padding: 0;
    opacity: 1;
    background: #21b0c2;
    color: #fff;
    transition: .5s;
    border-color: #21b0c2;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterBlock input[type=submit]:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}

.page-pathfinder-ranking-companies .row.row-m {
    background: #fff;
}

.page-pathfinder-ranking-companies .topNavigation.clearfix {
    /* border-top: 1px solid #ccc; */
    padding-top: 10px;
}

.page-pathfinder-ranking-companies .views-exposed-widget.views-widget-per-page {
    display: none;
}

.page-pathfinder-ranking-companies .views-exposed-widget.views-submit-button input {
    margin-top: 6px;
}


/*node-type-pathfinder-ranking-companies*/

.node-type-pathfinder-ranking-companies .descriptionText {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: -20px;
}

.node-type-pathfinder-ranking-companies .descriptionLogo {
    display: flex;
    float: left;
    margin-top: 60px;
}

.node-type-pathfinder-ranking-companies .descriptionLogo img {
    margin: 0;
    border: 1px solid #f0f0f0;
    padding: 30px;
    background: #FFF;
    margin-top: 30px;
    margin-bottom: -30px;
}

.node-type-pathfinder-ranking-companies .descriptionLogo table {
    margin: 0 50px;
    width: 500px;
}

.node-type-pathfinder-ranking-companies .descriptionLogo table tbody tr:nth-child(odd) {
    background: #eee;
}

.node-type-pathfinder-ranking-companies .descriptionLogo table tbody {
    border: 0;
}

.node-type-pathfinder-ranking-companies .descriptionLogo table tbody th {
    border: 0;
    width: 140px;
    text-align: center;
    padding: 5px 0;
}

.node-type-pathfinder-ranking-companies .descriptionLogo table tbody td {
    font-style: italic;
    text-align: center;
    padding: 5px 0;
}

.node-type-pathfinder-ranking-companies .rankingAreaInner {
    position: relative;
    background-image: -moz-linear-gradient(90deg, rgba(17, 17, 17, 0.1) 0%, rgba(17, 17, 17, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(17, 17, 17, 0.1) 0%, rgba(17, 17, 17, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(17, 17, 17, 0.1) 0%, rgba(17, 17, 17, 0) 100%);
    box-shadow: 0px 1px 0px 0px rgba(238, 238, 238, 0.004);
}

.node-type-pathfinder-ranking-companies .rankingPage {
    position: relative;
}

.node-type-pathfinder-ranking-companies .rankingPage .share.clearfix {
    top: -54px;
    left: 0;
    height: 54px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

.node-type-pathfinder-ranking-companies .rankingPage .share.clearfix .shareLinks ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 10px;
}

.node-type-pathfinder-ranking-companies .rankingPage .share.clearfix .shareLinks ul li {
    margin-right: 5px;
}

.node-type-pathfinder-ranking-companies .rankingPage .share.clearfix .shareLinks ul li a i {
    display: none;
}

.node-type-pathfinder-ranking-companies .rankingPage .share.clearfix .shareLinks ul li:nth-child(1) {
    background: transparent url('/sites/all/modules/hybridauth/plugins/icon_pack/hybridauth_32/icons/facebook.png') 0px 0px no-repeat;
    width: 32px;
    height: 32px;
}

.node-type-pathfinder-ranking-companies .rankingPage .share.clearfix .shareLinks ul li:nth-child(2) {
    background: transparent url('/sites/all/modules/hybridauth/plugins/icon_pack/hybridauth_32/icons/twitter.png') 0px 0px no-repeat;
    width: 32px;
    height: 32px;
}

.node-type-pathfinder-ranking-companies .rankingPage .share.clearfix .shareLinks ul li:nth-child(3) {
    background: transparent url('/sites/all/modules/hybridauth/plugins/icon_pack/hybridauth_32/icons/linkedin.png') 0px 0px no-repeat;
    width: 32px;
    height: 32px;
}

.node-type-pathfinder-ranking-companies .rankingPage .share.clearfix .shareLinks ul li:hover {
    transition: .5s;
    cursor: pointer;
}

.node-type-pathfinder-ranking-companies .rankingPage .share.clearfix .schedule a {
    border: none;
    border: 1px solid #24252f;
    background: none;
    color: #24252f;
    padding: 10px;
}

.node-type-pathfinder-ranking-companies .rankingPage .share.clearfix .schedule a:hover {
    background: #24252f;
    color: #fff;
    transition: .5s;
}

.node-type-pathfinder-ranking-companies .companyRank {
    position: absolute;
    top: 10px;
    right: 10px;
}

.node-type-pathfinder-ranking-companies .companyInfo {
    margin: 20px 0;
    float: left;
    padding-top: 10px;
    padding-left: 30px;
    width: 70%;
    min-height: 250px;
}

.node-type-pathfinder-ranking-companies .asquiz {
    margin: 20px 0;
}

.node-type-pathfinder-ranking-companies .asquiz .descriptionText {
    margin: 20px 0;
}

.node-type-pathfinder-ranking-companies .asquiz table {
    width: 100%;
}

.node-type-pathfinder-ranking-companies .asquiz table thead tr:nth-child(odd) {
    background: #eee;
}

.node-type-pathfinder-ranking-companies .asquiz table tbody {
    border: 0;
}

.node-type-pathfinder-ranking-companies .asquiz table th {
    padding: 20px 0;
    text-align: center;
    border: 0;
}

.node-type-pathfinder-ranking-companies .asquiz table td {
    padding: 20px 0;
    font-style: italic;
    text-align: center;
    border: 0;
}

.node-type-pathfinder-ranking-companies .overviewBlock table {
    width: 100%;
}

.node-type-pathfinder-ranking-companies .overviewBlock table tbody {
    border: 0;
}

.node-type-pathfinder-ranking-companies .overviewBlock table tbody tr:nth-child(odd) {
    background: #fafafa;
}

.node-type-pathfinder-ranking-companies .overviewBlock table tbody th {
    padding: 20px 0;
    text-align: center;
    border: 0;
}

.node-type-pathfinder-ranking-companies .overviewBlock table tbody td {
    padding: 20px 0;
    font-style: italic;
    text-align: center;
    border: 0;
}

.node-type-pathfinder-ranking-companies .yearTable table {
    width: 100%;
}

.node-type-pathfinder-ranking-companies .yearTable table tbody {
    border: 0;
}

.node-type-pathfinder-ranking-companies .yearTable table tbody tr {
    background: #eee;
}

.node-type-pathfinder-ranking-companies .yearTable table th {
    border: 0;
    text-align: center;
    padding: 20px 0;
}

.node-type-pathfinder-ranking-companies .yearTable table td {
    font-style: italic;
    text-align: center;
    padding: 20px 0;
}

.node-type-pathfinder-ranking-companies .awards {
    margin: 20px 0;
}

.node-type-pathfinder-ranking-companies .shareLinks {
    display: flex;
    align-items: center;
    margin-left: 53px;
}

.node-type-pathfinder-ranking-companies .shareLinks>p {
    margin: 0;
}

.node-type-pathfinder-ranking-companies .shareLinks .socialShare {
    margin-left: 10px;
}

.node-type-pathfinder-ranking-companies .shareLinks .socialShare.twitter a {
    display: block;
    width: 90px;
    height: 30px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
    padding-top: 6px;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.node-type-pathfinder-ranking-companies .shareLinks .socialShare.twitter {
    background: linear-gradient(#00AAF1, #0095CE);
    border-radius: 5px;
}

.node-type-pathfinder-ranking-companies .shareLinks .socialShare.twitter a::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f099";
}

.node-type-pathfinder-ranking-companies .shareLinks .socialShare.facebook a {
    display: block;
    width: 90px;
    height: 30px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
    padding-top: 6px;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.node-type-pathfinder-ranking-companies .shareLinks .socialShare.facebook a::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f09a";
}

.node-type-pathfinder-ranking-companies .shareLinks .socialShare.facebook {
    background: linear-gradient(#4064AF, #39569A);
    border-radius: 5px;
}

.node-type-pathfinder-ranking-companies .shareLinks .socialShare.linkedIn {
    background: linear-gradient(#137BB5, #0367A0);
    border-radius: 5px;
}

.node-type-pathfinder-ranking-companies .shareLinks .socialShare.linkedIn a {
    display: block;
    width: 90px;
    height: 30px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
    padding-top: 6px;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.node-type-pathfinder-ranking-companies .shareLinks .socialShare.linkedIn a::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f0e1";
}

.node-type-pathfinder-ranking-companies .rankingArea .quicklinks .col-sm-3 {
    padding: 15px;
    background: aliceblue;
    height: 300px;
    overflow-y: scroll;
    width: 24%;
    margin: 0 5px;
}

.node-type-pathfinder-ranking-companies .rankingArea .quicklinks .col-sm-3 h4 {
    text-align: center;
    margin-bottom: 15px;
}

.node-type-pathfinder-ranking-companies .rankingArea .quicklinks .col-sm-3 p {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    line-height: 20px;
    margin-bottom: 10px;
}

.node-type-pathfinder-ranking-companies .rankingArea .quicklinks .col-sm-3 p:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


/*page-blogs*/

.page-blogs .authar-info li {
    margin-right: 0;
    margin-left: 5px;
}

.page-blogs .authar-info li span {
    margin-right: 8px;
}


/*system messages*/

div.status,
div.error {
    background-image: none !important;
    border-radius: 4px;
    padding: 40px 20px 20px 20px !important;
    position: fixed;
    z-index: 10;
    width: 600px;
    max-height: 200px;
    overflow-y: scroll;
    top: 60px;
    left: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}

div.status ul,
div.error ul {
    list-style: none !important;
}

div.status {
    border: 1px solid green !important;
}

div.status::before {
    content: '\f058';
    position: absolute;
    top: 10px;
    color: green;
    font-size: 20px;
    font-family: FontAwesome;
    width: 93%;
    text-align: center;
}

div.status,
.ok {
    color: green !important;
}

div.status,
table tr.ok {
    background-color: #fff !important;
}

div.error {
    border: 1px solid red !important;
    color: red !important;
}

div.error::before {
    content: '\f057';
    position: absolute;
    top: 10px;
    color: red;
    font-size: 20px;
    font-family: FontAwesome;
    width: 93%;
    text-align: center;
}

div.error,
table tr.error {
    background-color: #fff !important;
}


/**/

.weather-wrapper div.image {
    text-align: center;
    padding: 10px;
}

.weather-wrapper div.image img {
    border: 7px groove #000;
}

.carousel-fade .carousel-inner>.item {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

div#sponsors-carousel .item {
    height: 210px;
}

.carousel-fade .carousel-inner>.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

#sponsors-carousel .item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.twitter-inner a img {
    width: 200px;
}

.news-list-item.yt_award_image {
    text-align: right;
}

.wrapper .header-mid .logo img {
    max-width: 100%;
}

nav.navbar.bootsnav {
    background: #fafafa;
}

nav.navbar.bootsnav .fa-search {
    color: #fff;
}

nav.navbar.bootsnav .top-search {
    border-bottom: 1px solid #fff;
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #333333 !important;
    padding: 18px 10px;
    font-size: 13px;
}


/* nav.navbar.bootsnav ul.nav > li > :hover,
nav.navbar ul.nav > li > a:hover,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar ul.nav li.dropdown.on > a:hover{
	color: #fff !important;
} */

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    background: #fafafa;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a {
    color: #333;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li.active>a,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
    /* background: #222222; */
    color: #22afc1 !important;
}

.page_main_wrapper .post-inner .news-list .news-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px;
    /* min-height: 220px; */
    text-align: left;
}

.page_main_wrapper .post-inner .news-list .news-list-item .img-wrapper {
    width: 100%;
    max-width: 100%;
}

.page_main_wrapper .post-inner .news-list .news-list-item .img-wrapper img {
    height: 170px;
    width: auto;
    margin: 4px auto;
}

.page_main_wrapper .post-inner .news-list .news-list-item .post-info-2 {
    padding: 0;
}

.page_main_wrapper .post-inner .news-list .news-list-item .post-info-2 h5,
.page_main_wrapper .post-inner .news-list .news-list-item .post-info-2 .authar-info {
    margin: 0;
}

.page_main_wrapper .post-inner .news-list .news-list-item .post-info-2 h5 {
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    height: 40px;
}

.post-footer .social {
    padding: 0;
}

.post-footer .social ul {
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.post-footer .social i {
    margin: 0;
}

.post-footer .social ul li {
    width: 100%;
    height: 41px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-footer .social ul li:first-child {
    background: #3b5999;
    transition: .3s;
}

.post-footer .social ul li:nth-child(2) {
    background: #55acee;
    transition: .3s;
}

.post-footer .social ul li:last-child {
    background: #0077B5;
    transition: .3s;
}

.post-footer .social ul li:hover {
    background: #fff;
    transition: .3s;
}

.post-footer .social ul li i {
    color: #fff;
    transition: .3s;
}

.post-footer .social ul li:first-child:hover i {
    color: #3b5999;
    transition: .3s;
}

.post-footer .social ul li:nth-child(2):hover i {
    color: #55acee;
    transition: .3s;
}

.post-footer .social ul li:last-child:hover i {
    color: #0077B5;
    transition: .3s;
}

.news-grid-2 .row-margin {
    display: flex;
    flex-direction: column;
}

.news-grid-2 .grid-item h5,
.news-grid-2 .grid-item .authar-info {
    margin: 0;
}

.news-grid-2 .grid-item h5 {
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    height: 40px;
}

.news-grid-2 .grid-item {
    margin-bottom: 0;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.news-grid-2 .grid-item .authar-info {
    margin: 0;
}

.news-grid-2 .grid-item .grid-item-img img {
    height: 180px;
    width: auto;
    margin: 4px auto;
}

.theiaStickySidebar .post-inner .post-body .col-xs-6.col-sm-6.col-md-6.col-padding {
    width: 100%;
}

.col-sm-8.main-content.col-p>.theiaStickySidebar>.row.row-m {
    margin-top: 0;
}

.col-sm-8.main-content.col-p>.theiaStickySidebar>.row.row-m .col-sm-6.col-p:first-child {
    padding-right: 0;
    border-right: 1px solid #e0e0e0;
}

.col-sm-8.main-content.col-p>.theiaStickySidebar>.row.row-m .col-sm-6.col-p:last-child {
    padding-left: 0;
}

.col-sm-8.main-content.col-p>.theiaStickySidebar>.row.row-m .col-sm-6.col-p .posts-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
}

.col-sm-8.main-content.col-p>.theiaStickySidebar>.row.row-m .col-sm-6.col-p .events_block .post-grid {
    height: 211.5px;
}

.col-sm-8.main-content.col-p>.theiaStickySidebar>.row.row-m .col-sm-6.col-p .authar-info {
    margin: 0;
}

.col-sm-8.main-content.col-p>.theiaStickySidebar>.row.row-m .col-sm-6.col-p .grid-item-img img {
    height: 110px;
    width: auto;
    margin: 4px auto;
}

.col-sm-8.main-content.col-p>.theiaStickySidebar>.row.row-m .col-sm-6.col-p .posts.card-post {
    margin-bottom: 0;
}

.col-sm-8.main-content.col-p>.theiaStickySidebar>.row.row-m .col-sm-6.col-p .posts.card-post .item {
    margin-top: 25px;
}

.post-footer .more-btn:hover {
    color: #fff;
    background: #24252f;
}

footer ul li a {
    font-size: 18px;
}

.sub-footer ul li {
    margin: 0 10px;
}

.sub-footer ul li a {
    font-size: 16px;
}

.sub-footer ul li a:hover {
    color: #22afc1;
}

footer .footer-box .twitter-inner .margin-top-60 li:first-child a img {
    margin: -13px;
    opacity: 0.9;
}

footer .footer-box .twitter-inner .margin-top-60 li:last-child a img {
    width: 177px;
}

.page_main_wrapper .row.row-m .col-sm-4.rightSidebar.col-p .add-inner {
    text-align: center;
}

.post_details_block form>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post_details_block form>div .form-item.webform-component.webform-component-select.webform-component--select-a-topic,
.post_details_block form>div .form-item.webform-component.webform-component-textarea.webform-component--your-question {
    width: 100%;
}

.post_details_block form>div .form-item.webform-component.webform-component-textfield.webform-component--your-name,
.post_details_block form>div .form-item.webform-component.webform-component-textfield.webform-component--company,
.post_details_block form>div .form-item.webform-component.webform-component-email.webform-component--e-mail,
.post_details_block form>div .form-item.webform-component.webform-component-textfield.webform-component--phone {
    width: 48.5%;
}

ul.primary {
    border-bottom: 1px solid #22afc1 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
}

ul.primary li a {
    margin-right: 1px !important;
    padding: 10px 20px !important;
    background-color: #fff !important;
    border: 1px solid #22afc1 !important;
    color: #22afc1 !important;
}

ul.primary li a:hover {
    background-color: #22afc1 !important;
    border: 1px solid #22afc1 !important;
    color: #fff !important;
}

ul.primary li.active a {
    background-color: #22afc1 !important;
    border: 1px solid #22afc1 !important;
    border-bottom: 1px solid #22afc1 !important;
    color: #fff !important;
}

ul.primary li.active a:hover {
    background-color: #fff !important;
    border: 1px solid #22afc1 !important;
    color: #22afc1 !important;
}

.page-user-register ul.primary {
    border-bottom: 1px solid #22afc1 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
}

.page-user-register ul.primary li a {
    margin-right: 1px !important;
    padding: 10px 20px !important;
    background-color: #fff !important;
    border: 1px solid #22afc1 !important;
    color: #22afc1 !important;
}

.page-user-register ul.primary li:nth-child(2) {
    display: none;
}

.page-user-register ul.primary li a:hover {
    background-color: #22afc1 !important;
    border: 1px solid #22afc1 !important;
    color: #fff !important;
}

.page-user-register ul.primary li.active a {
    background-color: #22afc1 !important;
    border: 1px solid #22afc1 !important;
    border-bottom: 1px solid #22afc1 !important;
    color: #fff !important;
}

.page-user-register ul.primary li.active a:hover {
    background-color: #fff !important;
    border: 1px solid #22afc1 !important;
    color: #22afc1 !important;
}


/* .page-user-register .post-head {
	margin-top: 20px;
	background: #fff;
	padding: 0;
	position: relative;
	border-bottom: 0;
	text-align: center;
} */

.node-type-webform .fosub_main>p {
    text-align: center;
}

.node-type-webform .webform-component-textfield,
.node-type-webform .webform-component-number,
.node-type-webform .webform-component-select,
.node-type-webform .webform-component-email,
.node-type-webform .webform-client-form .form-actions {
    width: 48.5%;
}

.node-type-webform .webform-client-form .form-actions .webform-submit.button-primary.form-submit {
    width: 100%;
}

.header-social>ul>li>a .fa {
    font-size: 22px;
}

.header-social>ul>li {
    margin-right: 30px;
}


/* .page_main_wrapper .post-inner .post-info a:hover, */

.page_main_wrapper .post-inner .post-info-2 a:hover,
.page_main_wrapper .post-inner .grid-item a:hover {
    color: inherit;
    text-decoration: underline;
    transition: .3s;
}

.search-advanced.collapsible.form-wrapper.collapse-processed {
    margin-top: 20px;
}

.search-advanced.collapsible.form-wrapper.collapse-processed>legend {
    border-bottom: 0;
    margin-bottom: 0;
}

.search-advanced.collapsible.form-wrapper.collapse-processed .fieldset-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search-advanced.collapsible.form-wrapper.collapse-processed .fieldset-wrapper .criterion .form-checkboxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-advanced.collapsible.form-wrapper.collapse-processed .fieldset-wrapper .criterion .form-checkboxes .form-item.form-type-checkbox {
    width: 30%;
}

.search-advanced.collapsible.form-wrapper.collapse-processed .fieldset-wrapper .criterion:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0;
}

.search-advanced.collapsible.form-wrapper.collapse-processed .fieldset-wrapper .criterion:first-child .form-item.form-type-textfield {
    width: 33%;
}

.search-advanced.collapsible.form-wrapper.collapse-processed .fieldset-wrapper .action {
    align-self: flex-start;
}

.search-advanced.collapsible.form-wrapper.collapse-processed .fieldset-wrapper .action .form-submit {
    width: 140px;
    border-left: 1px solid #22afc1;
    display: inline-block;
}

.page-user .profile-details .new-opt-body form div input {
    /*opacity: 0;*/
}

.page-user .profile-details .new-opt-body>form>div:first-child {
    /*position: relative;*/
}

.page-user .profile-details .new-opt-body>form>div:first-child label::before {
    /*content: '';*/
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #22afc1;
    border-radius: 3px;
}

.page-user .profile-details .new-opt-body>form>div:first-child input:checked+label::after {
    /*content: '✔';*/
    position: absolute;
    top: 0;
    left: 2px;
    width: 10px;
    height: 10px;
    color: #22afc1;
}

@media(max-width: 1200px) {
    .node-type-products .post-inner .product-inner.product_subdata .ro:first-child {
        position: absolute;
        right: 70px;
        top: -85px;
    }
    .node-type-pathfinder-ranking-companies .rankingArea .quicklinks .col-sm-3 {
        margin: 0 4px;
    }
    .node-type-pathfinder-ranking-companies .descriptionLogo table {
        margin: 0 30px;
    }
}

@media(max-width: 992px) {
    .node-type-pathfinder-ranking-companies .descriptionLogo table {
        margin: 0 30px;
    }
    .node-type-pathfinder-ranking-companies .descriptionLogo {
        flex-direction: column;
        align-items: center;
    }
    .node-type-pathfinder-ranking-companies .descriptionLogo img {
        width: 218px;
    }
    .node-type-pathfinder-ranking-companies .descriptionLogo table {
        width: 91%;
    }
    .node-type-pathfinder-ranking-companies .rankingArea .quicklinks .col-sm-3 {
        margin: 6px 4px;
        width: 48%;
    }
    .page-pathfinder-ranking-companies .financeTable .filterWrap .views-exposed-widgets.clearfix {
        justify-content: flex-start;
    }
    .page-pathfinder-ranking-companies .financeTable .filterWrap .filterTableWrap .post-body {
        overflow-x: scroll;
    }
    .page-pathfinder-ranking-companies .financeTable .filterWrap .filterBlock input {
        margin-top: 25px;
    }
    .page-pathfinder-ranking-companies .financeTable .filterWrap .filterBlock input[type=submit] {
        margin: 0;
        margin-top: 22px;
    }
    .node-type-products .post-inner .product-inner.product_subdata .ro:first-child {
        position: absolute;
        right: 9px;
        top: -59px;
    }
    .node-type-products .targets-description-section {
        display: flex;
        flex-direction: column;
    }
    .node-type-products .targets-description-section .item {
        width: 100%;
        margin: 0;
    }
    .node-type-products .FnB-section {
        display: flex;
        flex-direction: column;
    }
    .node-type-products .FnB-section .item {
        width: 100%;
        margin: 0;
    }
    .node-type-products .body.post-body .item {
        width: 31%;
    }
    .node-type-products .targets-description-section ul {
        padding: 0;
    }
    .node-type-products .other-desc .left-side header {
        box-shadow: none;
    }
    /* footer .container .row{
		text-align: center;
	} */
    footer .container .row .footer-box .about-inner img {
        margin: 30px 0;
    }
    footer .news-list-item.yt_award_image {
        text-align: center;
    }
}

@media(max-width: 767px) {
    .node-type-pathfinder-ranking-companies .overviewBlock {
        overflow-x: scroll;
    }
    .node-type-pathfinder-ranking-companies .rankingArea .quicklinks .col-sm-3 {
        width: 48%;
        float: left;
    }
    /*blog*/
    .node-type-blogs .post-inner.post-inner-2 .item {
        display: flex;
        flex-wrap: wrap;
    }
    /*node-type-news*/
    .node-type-news .post-inner.post-inner-2 .item {
        display: flex;
        flex-wrap: wrap;
    }
    /*page-products*/
    .page-products .news-list-item:first-child {
        padding-top: 10px;
    }
    /*node-type-products*/
    .node-type-products .post-inner .product-profile .img-cover {
        width: 100%;
    }
    .node-type-products .post-inner .product-inner.product_subdata .ro:first-child {
        display: inline-block;
        float: right;
        top: -67px;
    }
    .node-type-products .post-inner .product-profile .img-cover .bann-btn {
        position: static;
    }
    .node-type-products .post-inner .product-text .title,
    .node-type-products .post-inner .product-text .product-mini-desc {
        width: 37%;
        margin-right: 13%;
    }
    .node-type-products .post-inner .product-text .title {
        font-size: 20px;
    }
    .node-type-products .post-inner .product-text .product-mini-desc h2 {
        font-size: 18px;
    }
    .node-type-products .post-inner .product-text .product-first-date,
    .node-type-products .post-inner .product-text .version {
        width: 50%;
        margin-right: 0;
        text-align: right;
    }
    .node-type-products .post-inner .product-text .product-first-date {
        margin-top: 25px;
    }
    .node-type-products .post-inner .vertical-scroll-block .fancy_item img {
        width: 100%;
    }
    .node-type-products .other-desc .left-side {
        margin-left: 0;
    }
    /*node-type-issues*/
    .node-type-issues .post-inner.post-inner-2 .item.active {
        display: flex;
        flex-wrap: wrap;
    }
    .node-type-issues .post-inner.post-inner-2 .item {
        display: flex;
        flex-wrap: wrap;
    }
    .node-type-issues .ftc_pdf_icon {
        margin-top: 20px;
    }
    /*node-type-events*/
    .node-type-events .post-inner.post-inner-2 .item {
        display: flex;
        flex-wrap: wrap;
    }
    /*node-type-webforms*/
    .webform-submit.button-primary.form-submit {
        margin: 10px auto;
        display: block;
    }
    /*node-type-publications*/
    /**/
    .post-body .grid-item h5 {
        text-align: center;
    }
    .post-body .grid-item .authar-info {
        text-align: center;
    }
    .navbar.navbar-default.navbar-sticky.navbar-mobile.bootsnav.on.sticked {
        box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    }
    nav.navbar.bootsnav .navbar-brand {
        padding: 7px 15px;
    }
    .col-sm-8.col-p.main-content .post-info-2 {
        width: 100%;
    }
    .page_main_wrapper .main-content .add-inner iframe {
        width: 100%;
    }
    .rightSidebar .theiaStickySidebar .add-inner {
        display: flex;
        justify-content: center;
    }
    .articles-wrapper .post-info-2 {
        width: 100%;
    }
    div.status,
    div.error {
        top: 5%;
        left: 25%;
        width: 50%;
    }
    .news-list-item {
        display: flex;
        flex-direction: column;
    }
    .articles-list.news-list-item .img-wrapper {
        min-width: 100%;
    }
    .node-type-events .post_details_block .authar-info {
        overflow: hidden;
    }
    .theiaStickySidebar .post_details_block figure.social-icon {
        width: 100%;
    }
    .theiaStickySidebar .post_details_block figure.social-icon>iframe {
        width: 100%;
        height: auto;
    }
    .node-type-issues .articles-list .post-info-2 h4 {
        text-align: center;
    }
    .node-type-issues .news-list-item .post-info-2 .authar-info {
        text-align: center;
    }
    .node-type-issues .authar-info li {
        margin-right: 0;
    }
    .node-type-issues .authar-info li span {
        margin-right: 5px;
    }
}

@media(max-width: 640px) {
    .node-type-pathfinder-ranking-companies .yearTable .year,
    .node-type-pathfinder-ranking-companies .yearTable .yearTotal,
    .node-type-pathfinder-ranking-companies .yearTable .yearRais,
    .node-type-pathfinder-ranking-companies .yearTable .yearExp {
        max-width: 50px;
    }
    .page-pathfinder-ranking-companies .share_hello_text.post-body {
        padding: 10px 0;
    }
    .page-pathfinder-ranking-companies .additional_links {
        position: static;
        margin-top: 10px;
        margin-left: -5px;
    }
    .page-pathfinder-ranking-companies .financeTable .filterWrap .views-exposed-widgets.clearfix .views-exposed-widget,
    .page-pathfinder-ranking-companies .financeTable .filterWrap .views-exposed-widgets.clearfix .views-exposed-widget div,
    .page-pathfinder-ranking-companies .financeTable .filterWrap .views-exposed-widgets.clearfix .views-exposed-widget select,
    .page-pathfinder-ranking-companies .financeTable .filterWrap .views-exposed-widgets.clearfix .views-exposed-widget input {
        width: 100%;
        margin: 0;
    }
    .page-pathfinder-ranking-companies .financeTable .filterWrap .views-exposed-widget.views-widget-filter-title {
        margin-top: 20px !important;
    }
    .page-pathfinder-ranking-companies .financeTable .filterWrap .views-exposed-widget.views-submit-button {
        text-align: center;
    }
    .page-pathfinder-ranking-companies .financeTable .filterWrap .views-exposed-widgets.clearfix .views-exposed-widget input[type=submit] {
        width: 90px;
        margin: 0;
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

@media(max-width: 539px) {
    .node-type-pathfinder-ranking-companies .overviewBlock table tbody tr {
        display: flex;
        flex-direction: column;
        background: #fff !important;
    }
    .node-type-pathfinder-ranking-companies .yearTable table tbody tr {
        background: #fff !important;
    }
    .node-type-pathfinder-ranking-companies .overviewBlock table tbody th {
        width: 90vw;
    }
    .node-type-pathfinder-ranking-companies .shareLinks .socialShare {
        margin-left: 17px;
        margin-bottom: 10px;
    }
    .node-type-pathfinder-ranking-companies .shareLinks {
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .node-type-pathfinder-ranking-companies .companyRank {
        position: static;
        text-align: right;
    }
    .node-type-pathfinder-ranking-companies .rankingPage .share.clearfix {
        position: static;
        background: #fff;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #e0e0e0;
    }
    .node-type-pathfinder-ranking-companies .theiaStickySidebar>.post-inner>.post-head {
        text-align: center;
    }
    .node-type-pathfinder-ranking-companies .rankingArea .quicklinks .col-sm-3 {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .page-pathfinder-ranking-companies .additional_links a {
        margin-top: 5px;
    }
    .page-pathfinder-ranking-companies .financeTable .filterWrap .filterBlock select {
        width: 100%;
    }
    /*blog*/
    .node-type-blogs .theiaStickySidebar .post_details_block figure.social-icon img {
        width: 100vw;
        padding: 0;
    }
    .node-type-blogs .post_details_block .authar-info {
        float: none;
        width: 100%;
    }
    .node-type-blogs .post_details_block .authar-info li:first-child {
        margin-top: 10px;
    }
    /*node-type-news*/
    .node-type-news .theiaStickySidebar .post_details_block figure.social-icon img {
        width: 100vw;
        padding: 0;
    }
    .node-type-news .post_details_block .authar-info {
        float: none;
        width: 100%;
    }
    .node-type-news .post_details_block .authar-info li:first-child {
        margin-top: 10px;
    }
    /*node-type-issues*/
    .node-type-issues .theiaStickySidebar .post_details_block figure.social-icon {
        width: 100%;
    }
    .node-type-issues .theiaStickySidebar .post_details_block figure.social-icon img {
        width: 100vw;
        padding: 0;
    }
    .node-type-issues .post_details_block .authar-info {
        float: none;
        width: 100%;
        margin: 20px 0;
    }
    .node-type-issues .post_details_block .authar-info li:first-child {
        margin-top: 10px;
    }
    /*page-products*/
    .page-products .view-newly-added-products .views-exposed-form .views-exposed-widget {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .page-products .avg_rating {
        top: 35px;
    }
    .page-products .no-votes {
        margin-top: -10px;
        margin-left: 0;
    }
    .page-products .main-content h4 {
        width: 100%;
        margin-top: 30px;
    }
    .page-products .view-newly-added-products .views-exposed-form input.form-submit {
        margin: 10px auto;
    }
    .page-products .views-widget-filter-field_technology_category_tid label,
    .page-products .views-widget-filter-field_target_market_tid label,
    .page-products .views-widget-filter-field_customer_size_tid label,
    .page-products .views-widget-filter-field_customers_type1_tid label,
    .page-products .views-widget-filter-title label,
    .page-products .views-widget-filter-field_company_name_value label {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .page-products .views-widget-filter-field_technology_category_tid .views-widget,
    .page-products .views-widget-filter-field_target_market_tid .views-widget,
    .page-products .views-widget-filter-field_customer_size_tid .views-widget,
    .page-products .views-widget-filter-field_customers_type1_tid .views-widget,
    .page-products .views-widget-filter-title .views-widget,
    .page-products .views-widget-filter-field_company_name_value .views-widget {
        width: 100%;
    }
    /*node-type-webform*/
    .node-type-webform .fosub_main img {
        width: 100% !important;
        height: 100% !important;
    }
    /*page-events*/
    .page-events .news-list-item .post-info-2 .authar-info {
        max-width: 225px;
        overflow: hidden;
    }
    /*node-type-products*/
    .node-type-products .other-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .node-type-products .other-desc .left-side {
        width: 100%;
        margin: 0;
    }
    .node-type-products .other-desc .rightside {
        margin: 10px;
    }
    .node-type-products .branches-section .body {
        display: block;
    }
    .node-type-products .body.post-body .item {
        width: 100%;
        margin: 10px 0;
    }
    .node-type-products .branches-section .body .item {
        width: 100%;
        margin-bottom: 10px;
    }
    .node-type-products .post-inner .product-text .meta .avg {
        position: static;
    }
    .node-type-products .product-inner>.left-product .product-logo img {
        width: 100%;
        margin-bottom: 20px;
    }
    .node-type-products .post-inner .product-text .title,
    .node-type-products .post-inner .product-text .product-mini-desc {
        width: 100%;
        text-align: center;
    }
    .node-type-products .post-inner .product-text .product-first-date,
    .node-type-products .post-inner .product-text .version {
        width: 100%;
        text-align: center;
    }
    .node-type-products .post-inner .product-text .meta {
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
    }
    .node-type-products .post-inner .product-inner.product_subdata .ro:first-child {
        display: block;
        float: none;
        position: static;
    }
    .node-type-products .post-inner .product-profile .img-cover .bann-btn {
        margin: 10px auto;
    }
    .node-type-products .post-inner.post-inner-2 .item>div {
        width: 100%;
    }
    .node-type-products .body.post-body .item a {
        width: 100%;
    }
    .node-type-products .other-desc .left-side section div div {
        display: flex;
        flex-direction: column;
    }
    .node-type-products .other-desc .left-side section div div span,
    .node-type-products .other-desc .left-side section div div strong {
        width: 100% !important;
    }
    .node-type-products .targets-description-section .item {
        overflow: hidden;
    }
    .node-type-products .post-inner .vertical-scroll-block .video_block {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }
    .node-type-products .youtube-field-player {
        width: 100%;
        height: auto;
    }
    /*node-type-events*/
    .node-type-events .theiaStickySidebar .post_details_block figure.social-icon img {
        width: 100vw;
        padding: 0;
    }
    .node-type-events .post_details_block .authar-info {
        float: none;
        width: 100%;
    }
    .node-type-events .post_details_block .authar-info li:first-child {
        margin-top: 10px;
    }
    .node-type-events .wbn_events_regist {
        display: block;
        margin: 10px auto;
    }
    /*node-type-publications*/
    .node-type-publications .theiaStickySidebar .post_details_block figure.social-icon img {
        width: 100vw;
        padding: 0;
    }
    .node-type-publications .post_details_block .authar-info {
        float: none;
        width: 100%;
    }
    .node-type-publications .post_details_block .authar-info li:first-child {
        margin-top: 10px;
    }
    /**/
}

@media(max-width: 400px) {
    .node-type-pathfinder-ranking-companies .shareLinks {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }
    .post-inner.post-inner-2 .item {
        display: flex;
        flex-wrap: wrap;
    }
    .post-inner.post-inner-2 .item .col-xs-6.col-sm-4.col-md-4.col-padding {
        width: 100%;
    }
}

.news-list-item.yt_award_image {
    margin-top: 30px;
    text-align: left;
}

.post-footer .social ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-mid.hidden-xs .logo a {
    padding: 12.3px 15px;
    display: inline-block;
    width: 342px;
    margin-top: 3px;
}

.header-mid.hidden-xs .logo img {
    /* max-width: 100% !important; */
    /* filter: brightness(10); */
}

ul.header-login {
    display: flex;
}

ul.header-login a {
    color: #FFF !important;
}

.navbar .attr-nav {
    display: inline-flex;
    align-items: center;
    margin-top: -3px;
}

.newslatter-s form input::placeholder {
    color: #b3b3b3;
}

nav.navbar.bootsnav .navbar-toggle {
    background: transparent;
    color: #FFF;
    margin-top: 3px;
}

ul.header-login-mobile {
    display: none;
}

ul.social-links {
    display: flex;
}

ul.social-links li::before {
    display: none;
}

ul.social-links li {
    width: 30px;
}

ul.social-links li i {
    font-size: 25px;
}

.messages {
    cursor: pointer;
}

.messages.error {
    background: #f1c6c6 !important;
    color: #b70000 !important;
    border: none !important;
    border-left: 3px solid #b70000 !important;
    padding: 20px !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 55%);
    padding-right: 50px !important;
}

.messages.error::before {
    right: 0;
    width: 52px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #b70000;
}

.messages.error .element-invisible {
    display: none;
}

div.messages ul {
    margin-top: -1em;
}

#views-exposed-form-pathfinder-ranking-companies-page div#edit-field-industry-area-tid-wrapper .views-widget {
    margin-top: 25px;
}

#views-exposed-form-pathfinder-ranking-companies-page #edit-submit-pathfinder-ranking-companies {
    margin-top: 39px;
}

.messages.status {
    background: #ddf9dd !important;
    color: #19c133 !important;
    border: none !important;
    border-left: 3px solid #19c133 !important;
    padding: 20px !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 55%);
    padding-right: 50px !important;
}

.messages.status::before {
    right: 0;
    width: 52px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #19c133;
}

.messages.status .element-invisible {
    display: none;
}

.renew-packs .title {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0 30px;
    font-style: italic;
}

.renew-packs .body {
    box-shadow: 0 0 5px rgb(0 0 0 / 35%);
    display: flex;
    margin-bottom: 30px;
}

.renew-packs .body .colum {
    width: 25%;
}

.renew-packs .body .colum .head {
    font-size: 22px;
    text-align: center;
    padding: 30px 0;
    font-weight: bolder;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
}

.renew-packs .body .colum .head::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(0 0 0 / 10%);
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.renew-packs .body .colum-light .head {
    background: #58d478;
}

.renew-packs .body .colum-standart .head {
    background: #22afc1;
}

.renew-packs .body .colum-silver .head {
    background: #a28686;
}

.renew-packs .body .colum-gold .head {
    background: #ecc710;
}

.renew-packs .body .colum-light .price {
    background: #58d478;
}

.renew-packs .body .colum-standart .price {
    background: #22afc1;
}

.renew-packs .body .colum-silver .price {
    background: #a28686;
}

.renew-packs .body .colum-gold .price {
    background: #ecc710;
}

.renew-packs .body .colum .price {
    text-align: center;
    padding: 0 0 30px;
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}

.renew-packs .body .colum .price::first-line {
    font-size: 34px;
    font-weight: bold;
}

.renew-packs .body .colum>div[class^="colum-cell"] {
    /* height: 60px; */
    /* text-align: center; */
    padding: 15px 25px;
    position: relative;
    font-style: italic;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


/* .renew-packs .body .colum > div[class^="colum-cell"]::before {content: "\2022";position: absolute;left: 10px;top: 50%;transform: translateY(-50%);font-size: 19px;} */

.renew-packs .body .colum>div[class^="colum-cell"]:nth-child(odd) {
    background: rgb(0 0 0 / 11%);
}

.renew-packs .body .colum>.colum-cell6 {
    height: 150px;
}

.renew-packs .body .colum .btrn-subscribe {
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    color: #22afc1;
}

@media (max-width: 1200px) {
    nav.bootsnav.navbar .container {
        width: 100%;
        padding-left: 0;
    }
    header .node-ad img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 991px) {
    ul.header-login {
        display: none;
    }
    ul.header-login-mobile {
        display: block;
        background: #22afc1;
        width: 295px !important;
    }
}

@media (max-width: 768px) {
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 7px;
    }
}

.renew-packs .body .colum>.colum-cell3 {
    height: 190px;
}

.renew-packs .body .colum>.colum-cell5 {
    height: 210px;
}

.post_details_block img {
    max-width: 100%;
    height: auto !important;
}

.header-top-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.header-top-list li {
    padding: 0 20px;
}

.header-top-list li:first-child {
    padding-left: 0;
}

.header-top-list li:not(:last-child) {
    border-right: 1px dotted #5c5c5c;
}

.header-top-list li img {
    margin: -3px 5px 0;
}

.header-top ul.menu-services.social-links {
    justify-content: flex-end;
    margin: 0;
}

.header-top ul.menu-services.social-links a {
    color: #666666;
    font-size: 13px;
    transition: 0.3s;
}

.header-top ul.menu-services.social-links a i {
    font-size: 16px;
}

.header-top ul.menu-services.social-links li {
    margin: 0;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    border-radius: 3px;
    margin: 0 3px;
    transition: 0.3s;
}

.header-top ul.menu-services.social-links li:hover {
    color: #FFF;
    /* background: #21b0c2; */
}

.header-top ul.menu-services.social-links li:hover a {
    color: #FFF;
}

nav.navbar.bootsnav ul.nav>li {
    position: relative;
}

nav.navbar.bootsnav ul.nav>li::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 1px;
    right: 1px;
    height: 3px;
}

nav.navbar.bootsnav ul.nav>li:nth-child(1)::before {
    background: #f14133;
}

nav.navbar.bootsnav ul.nav>li:nth-child(2)::before {
    background: #33a3f1;
}

nav.navbar.bootsnav ul.nav>li:nth-child(3)::before {
    background: #f58021;
}

nav.navbar.bootsnav ul.nav>li:nth-child(4)::before {
    background: #74b430;
}

nav.navbar.bootsnav ul.nav>li:nth-child(5)::before {
    background: #aa35d6;
}

nav.navbar.bootsnav ul.nav>li:nth-child(6)::before {
    background: #d6ac1b;
}

nav.navbar.bootsnav ul.nav>li:nth-child(7)::before {
    background: #4c60f6;
}

nav.navbar.bootsnav ul.nav>li:nth-child(8)::before {
    background: #32b47b;
}

nav.navbar.bootsnav ul.nav>li:nth-child(9)::before {
    background: #ab632e;
}

#search-block-form--2 .form-item-search-block-form>input::placeholder {
    font-size: 11px;
    line-height: 1;
}

.attr-nav {
    margin-right: 0;
}

#search-block-form--2 .form-item-search-block-form>input {
    background: url(./images/magnifier.png) no-repeat;
    background-position: calc(100% - 10px) center;
}

#NewsTicker .item a {
    font-size: 13px;
    color: #000;
}

#NewsTicker.owl-carousel .item {
    padding-left: 10px;
}

.newstricker_inner button.carousel-pause {
    position: absolute;
    right: 50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    z-index: 1;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    color: #999999;
    outline: none !important;
    background: #FFF;
    top: 5px;
}

.newstricker_inner button.carousel-pause:hover {
    color: #FFF;
    background: #22afc1;
    border-color: #22afc1;
}

.trending-now-section {
    background: #ffffff;
    margin-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
}

header {
    /* margin-bottom: 20px; */
}

.post-head::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 68px;
    height: 1px;
    background: #22afc1;
}

#news-slider .item {
    padding: 15px;
}

#news-slider .item img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}

#news-slider .item .post-info h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.429;
    color: rgb(51, 51, 51);
}


/* #news-slider {
	margin: 0 -15px;
} */


/* #news-slider .owl-wrapper-outer {
    margin: 0 -15px;
} */

.post-info .authar-info li {
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 12px;
}

#news-slider .item {
    margin: 15px 0;
    transition: 0.3s;
}

#news-slider .item:hover {
    background: #FFF;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

#news-slider .item:hover img {
    border: 1px solid #e5e5e5;
}

#news-slider .item img {
    border: 1px solid transparent;
    transition: 0.3s;
}

#news-slider .item h3:hover a {
    color: #21b0c2 !important;
    text-decoration: none !important;
}

#news-slider .item h3 a {
    text-decoration: none !important;
}

.news-slider-box {
    margin: 0 -15px;
}

.owl-controls {
    position: absolute;
    right: 0;
    top: -50px;
}

div#NewsTicker .owl-controls {
    position: unset;
}

.owl-carousel.owl-theme .owl-controls .owl-buttons div {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 6px;
    margin: 0 5px 0 5px;
    border: 1px solid #d2d2d2;
    background: transparent;
    color: #8a8a8a;
    opacity: 1;
}

.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover {
    background: #21b0c2;
    color: #FFF;
    border-color: #21b0c2;
}

.news-slider-box .owl-controls {
    right: 10px;
}

.home-banner-with-posts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-top-banner .post-with-image .post-title {
    position: absolute;
    bottom: 63px;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: bold;
    z-index: 1;
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.home-top-banner .post-title {
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: bold;
    z-index: 1;
    transition: 500ms;
}

.home-top-banner .post-with-image {
    position: relative;
}

.home-top-banner .post-with-image .post-title a {
    color: #FFF;
}

.home-top-banner .post-with-image .authar-info {
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #FFF;
    z-index: 1;
    transform: translateX(-50%);
    transition: 500ms;
}

..home-top-banner .post-with-image .authar-info li {
    color: #cccccc;
}

.authar-info li {
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 12px;
}

.home-top-banner .post-with-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+31,0.61+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.61) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.61) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.61) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#9c000000', GradientType=0);
    /* IE6-9 */
}

.home-top-banner {
    padding-top: 20px;
    background: #FFF;
}

.home-banner-with-posts .plain-text-post {
    background: #e9e9e9;
    padding: 45px 10px;
    height: 208px;
}

.home-banner-with-posts .plain-text-post .post-title {
    padding: 0;
    margin-bottom: 10px;
}

.home-banner-with-posts .plain-text-post .short-desc {
    font-size: 13px;
    line-height: 1.538;
    color: #666666;
}

.home-banner-with-posts div[class^="col-"],
.home-banner-with-posts .row,
.home-banner-with-posts .video-post,
.home-banner-with-posts .video-preview {
    height: 100%;
}

.home-banner-with-posts .video-toggler {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    font-size: 22px;
    z-index: 1;
}

.home-banner-with-posts .video-toggler:hover {
    color: #FFF;
    transform: translate(-50%, -50%) scale(1.2);
}

.home-banner-with-posts .video-info .post-title {
    font-size: 30px;
    color: #FFF;
    position: absolute;
    bottom: 70px;
}

.home-banner-with-posts .video-info .post-title a {
    color: #FFF;
}

.home-banner-with-posts .video-preview::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.61) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.61) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.61) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#9c000000', GradientType=0);
    transition: 500ms;
}

.home-banner-with-posts .video-info .authar-info {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.home-banner-with-posts .video-info .authar-info li {
    color: #cccccc;
}

.home-top-banner {
    padding: 0;
}

.home-top-banner .post-with-image {
    position: relative;
}

.home-top-banner .post-with-image img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: 500ms;
}

.post-with-image .authar-info li {
    color: #CCC;
}

.home-top-banner .post-with-image a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.home-top-banner .owl-controls {
    position: unset;
}

.home-top-banner .owl-carousel.owl-theme .owl-controls .owl-buttons div {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgb(34 34 34 / 50%);
    border: none !important;
    font-size: 28px;
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.home-top-banner .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}

.home-top-banner .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

.home-top-banner .owl-carousel.owl-theme .owl-controls .owl-buttons div:hover {
    background: #FFF;
    color: #000;
}

.home-top-banner .desc {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    text-align: center;
    color: #666666;
    opacity: 0;
    max-width: 350px;
    visibility: hidden;
    transition: 500ms;
    padding: 0 30px;
    transition: 500ms;
    width: 400px;
}

.home-top-banner .post-with-image:hover img {
    opacity: 0.2;
}

.home-top-banner .post-with-image:hover .post-title {
    color: #000;
    transform: translateY(-65px);
}

.home-top-banner .post-with-image:hover .authar-info {
    color: #000;
    transform: translateY(-65px) translateX(-50%);
}

.home-top-banner .post-with-image:hover .desc {
    opacity: 1;
    visibility: visible;
}

.home-top-banner .post-with-image:hover .post-title a {
    color: #222222;
}

.home-top-banner .post-with-image:hover .authar-info li {
    color: #999999;
}

.home-top-banner .post-with-image:hover::after {
    opacity: 0;
    visibility: hidden;
}

.home-video-section {
    background: #222222;
    padding: 30px 0;
}

.home-video-section .owl-controls {
    right: 10px;
}

.home-video-section .post-head .title {
    color: #FFF;
}

.video-carousel .item img {
    max-width: 100%;
    height: 200px;
    object-fit: contain;
    background: #FFF;
}

.video-carousel .item {
    padding: 15px;
}

.video-slider-box {
    margin: 0 -15px;
}

.video-carousel .item i.fa.fa-play {
    position: absolute;
    left: 30px;
    top: 30px;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    padding-left: 2px;
    background: #22afc1;
}

.video-carousel .video-length {
    color: #FFF;
    padding: 5px 10px;
    background: rgb(0 0 0 / 0.5);
    font-size: 11px;
    line-height: 1;
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 2px;
}

.video-carousel .video-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 20px;
    background: rgb(0 0 0 / 0.55);
    transition: 500ms;
}

.video-carousel .video-info .title {
    color: #FFF;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}

.video-carousel .video-info .authar-info {
    margin-top: 5px;
    margin-bottom: 0;
}

.video-carousel .item a::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 1;
}

.video-carousel .item:hover .video-info {
    background: rgb(33 176 194 / 0.9);
}

.video-carousel .item:hover .video-info .authar-info li {
    color: #FFF;
}

.home-news {
    background: #FFF;
}

.post-footer .more-btn {
    max-width: 170px;
    margin: 0 auto;
    background: #21b0c2;
    color: #FFF;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 0;
    font-size: 11px;
    margin-top: 30px;
}

.main-post-inner.large-image-post {
    height: 320px;
    position: relative;
}

.main-post-inner.large-image-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-post-inner.large-image-post article {
    height: 100%;
}

.main-post-inner.large-image-post .post-title {
    position: absolute;
    bottom: 50px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 0 30px;
    width: 100%;
    /* left: 0; */
}

.large-image-post .authar-info {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.main-post-inner.large-image-post a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.p-0 {
    padding: 0 !important;
}

.main-content .post-head {
    margin-bottom: 15px;
}

.list-posts-item {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
}

.list-posts-item img {
    width: 100px;
    height: 90px;
    object-fit: cover;
}

.list-posts-item .post-image {
    margin-right: 20px;
}

.list-posts-item .post-title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 15px;
    height: 30px;
}

.list-posts-item .post-title:hover a {
    color: #21b0c2;
    text-decoration: none;
}

#post-slider-2.owl-theme .owl-controls {
    margin-top: -8px;
    margin-right: 10px;
}

.more-post .post-text h4 {
    font-size: 18px !important;
    padding: 0 15px;
    line-height: 1.3;
    margin-bottom: 0;
    max-height: 44px;
    overflow: hidden;
}

.main-post-inner.bord-right {
    border-right: 0;
}

.more-post:hover .post-text {
    background: #21b0c2;
    padding: 20px 0;
}

#post-slider-3 .owl-controls.clickable {
    margin-top: -10px;
}

.events-box .posts-inner {
    position: absolute;
    bottom: 0;
    background: transparent;
    text-align: center;
    left: 0;
    right: 0;
}

.events-box .posts-inner .posts-title {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    padding: 0 45px;
    visibility: hidden;
}

.events-box .post-grid {
    position: relative;
}

.btn-blue-reverse:hover {
    border-color: #000;
}

.events-box.small-event .posts-inner {
    position: unset;
}

.events-box.small-event .posts-inner .posts-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(255 255 255 / 0.8);
    height: 90px;
    display: block;
    max-height: unset;
    padding-top: 5px;
    left: 0;
}

.events-box:not(.small-event) img {
    height: 376px;
    object-fit: contain;
    /* border: 1px solid #e1e1e1; */
}

.events-box .post-grid {
    border: 1px solid #e1e1e1;
}

.events-box .post-grid:not(:last-child) {
    border-bottom: none;
}

.row-0 {
    margin: 0;
}

.events-box.small-event .posts-inner {
    position: relative;
    padding: 13px 15px;
}

.events-box.small-event .post-grid {
    border: 1px solid #e1e1e1;
}

.events-box.small-event>ul {
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-bottom: 0;
}

.events-box {
    margin-top: 15px;
}

.news-list-item.articles-list img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.news-list-item.articles-list h4 {
    font-size: 15px;
    font-weight: bold;
    height: 47px;
    line-height: 1.333;
}

.news-list-item.articles-list .authar-info i {
    margin-right: 5px;
}

.news-list-item p {
    font-size: 14px;
    line-height: 1.571;
    color: #666666;
    margin-top: 25px !important;
}

.add-inner:empty,
.post-inner:empty {
    display: none !important;
}

.rightSidebar .post-head {
    margin: 0 10px;
}

.most-viewed .content li:first-child {
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
}

.most-viewed .content li .count::after {
    content: '';
    width: 27px;
    position: absolute;
    background: #21b0c2;
    height: 28px;
    border-radius: 3px;
    right: -12px;
    transform: rotate(45deg);
    top: 6px;
    z-index: -1;
}

.tags-inner {
    margin-left: -10px;
}

.footer-heading {
    border-bottom: 1px solid #333333;
    margin-bottom: 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 30px;
    line-height: 1;
    padding-top: 35px;
}

footer ul.social-links a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
    border-radius: 3px;
}

footer ul.social-links li {
    width: 45px;
}

footer ul.social-links a:hover {
    background: #18a3dd;
    color: #FFF;
    border-color: #18a3dd;
}

.footer-post .post-image {
    min-width: 80px;
    min-height: 70px;
    width: 80px;
    height: 70px;
    margin-right: 18px;
}

.footer-post .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-post {
    display: flex;
}

.footer-post .post-category {
    background: transparent;
    display: block;
    color: #666666;
    font-size: 12px;
    font-style: italic;
    padding: 0;
    margin-bottom: 0px;
}

.footer-post .post-title {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: 38px;
    overflow: hidden;
}

.sub-footer .container {
    border-top: 1px solid #333333;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sub-footer .col-xs-12 {
    padding: 0;
}

.sub-footer,
.footer-nav li a,
.sub-footer ul li a {
    color: #666666;
    font-size: 12px;
}

.sub-footer ul li:last-child {
    margin-right: 0;
}

.sub-footer ul li {
    position: relative;
}

.sub-footer ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 11px;
    border-right: 1px solid #666666;
    right: -10px;
    top: 4px;
}

#post-slider-3.owl-theme .owl-controls {
    margin-top: -5px;
}

.view-interviews .news-list-item .img-wrapper {
    width: 100%;
    max-width: unset;
    height: unset;
}

.view-interviews .news-list-item.articles-list {
    display: flex;
    flex-direction: column;
}

.view-interviews .news-list-item.articles-list img {
    height: unset;
    max-height: 385px;
    width: 100%;
    object-fit: cover;
}

.view-interviews .post-body {
    padding: 0;
}

.view-interviews .articles-list .post-info-2 {
    padding: 0;
}

.interview-post-top {
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 20px;
}

.news-list-item.articles-list .interview-post-top h4 {
    font-size: 18px;
}

.authar-info li span+span {
    margin-left: 0;
}

.view-interviews .news-list-item p {
    padding: 0 20px;
    margin-top: 30px !important;
    margin-bottom: 30px;
}

.read-more-custom {
    background: #fafafa;
    border: 1px solid #eeeeee;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px;
    border-radius: 3px;
    margin-left: 20px;
    margin-bottom: 15px;
}

.read-more-custom:hover {
    color: #FFF !important;
    background: #21b0c2;
    text-decoration: none !important;
    border-color: #21b0c2;
}

.read-more-custom i {
    margin-right: 5px;
}

.item-list .pager li a {
    /* width: 30px; */
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-color: #f0f0f0;
    border-radius: 3px;
    color: #333;
}

.item-list .pager .pager-current {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 3px;
}

.item-list .pager li.pager-next a,
.item-list .pager li.pager-last a {
    width: 70px;
    text-transform: capitalize;
}

@media (max-width: 1280px) {
    .col-p {
        padding-right: 0;
        padding-left: 0;
    }
    .header-mid .container,
    .header-top .container {
        width: 100%;
    }
    .navbar-left {
        margin-left: 14px;
    }
    .home-top-banner .post-with-image .post-title {
        font-size: 19px;
    }
    .home-top-banner .desc {
        font-size: 11px;
        width: 300px;
    }
    .news-list-item.articles-list h4 {
        overflow: hidden;
    }
}

@media (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 18px 6px;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav {
        background: #111111;
    }
    .header-top {
        display: none;
    }
    #search-block-form--2 .form-actions.form-wrapper {
        display: none;
    }
    .navbar .attr-nav {
        right: 15px;
        margin-top: -5px;
    }
    #search-block-form--2 .form-item-search-block-form>input {
        filter: brightness(10);
    }
    .header-mid {
        padding: 0;
    }
    nav.navbar.bootsnav ul.nav>li::before {
        top: 0;
        right: -10px;
        left: 0;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        color: #ffffff;
    }
    ul.header-login-mobile li:before {
        display: none;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a {
        padding: 20px 15px;
        color: #FFF !important;
    }
    .weather-wrapper div.image img {
        max-width: 100%;
    }
    .container {
        width: 100%;
    }
    .events-box .posts-inner .posts-title {
        padding: 0 5px;
    }
    /* .most-viewed .content li .count {
		width: 45px;
	} */
    .articles-list .post-info-2 p {
        display: block !important;
        margin-top: 10px !important;
        height: 64px;
        overflow: hidden;
    }
    footer .news-list-item.yt_award_image {
        text-align: left;
    }
    .sub-footer {
        padding: 40px 15px 10px;
    }
    .side-right .wrap-sticky nav.navbar.bootsnav.sticked {
        left: 280px;
    }
}

@media (max-width: 768px) {
    .newstricker_inner button.carousel-pause {
        display: none;
    }
    .events-box.small-event .posts-inner .posts-title {
        position: absolute;
        bottom: 50px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .news-list-item.articles-list img {
        width: auto;
        height: auto;
    }
    nav.navbar.bootsnav .navbar-brand {
        padding: 7px 15px;
        position: absolute;
        left: 30px;
    }
    nav.navbar.bootsnav {
        height: 55px;
    }
    .news-list-item.articles-list h4 {
        font-size: 15px;
        font-weight: bold;
        height: 42px;
    }
    .footer-heading {
        padding-top: 0;
    }
}

@media (max-width: 500px) {
    #search-block-form--2 .form-item-search-block-form>input {
        width: 120px;
    }
    .list-posts-item img {
        width: 180px;
    }
    .events-box .posts-inner .posts-title {
        font-size: 14px;
    }
    .card-post .posts-inner {
        padding: 30px 0;
    }
    .events-box.small-event .posts-inner {
        position: relative;
        padding: 23px 15px;
    }
    .video-carousel .item img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 380px) {
    nav.navbar .navbar-brand img.logo {
        width: 110px;
        /* filter: brightness(16.5); */
        margin-top: 13px;
    }
}

.not-front .trending-now-section {
    border-bottom: 0;
}

.item-list .pager {
    text-align: left !important;
    margin-top: 30px;
}

.node-type-news .main-content .post-head:not(.related-news) .title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1.25;
}

.node-type-news .main-content .post-head:not(.related-news)::after {
    display: none;
}

.node-type-news .main-content .post-head:not(.related-news) {
    border-bottom: 0;
}

.node-type-news .post-inner ul.authar-info {
    margin-top: -20px;
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.page-node .post-inner .post_details_block {
    background-color: #fff;
    padding: 0;
    margin-top: -15px;
}

.node-type-news .theiaStickySidebar .post_details_block figure.social-icon {
    float: none;
}

/*.node-type-news .theiaStickySidebar .post_details_block figure.social-icon {*/
/*    margin: 0 -20px;*/
/*}*/

.post_details_block p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 20px;
}

.post_details_block a {
    color: #21b0c2 !important;
    text-decoration: underline !important;
}

.post_details_block blockquote {
    position: relative;
}

.post_details_block blockquote p {
    font-style: italic;
    font-size: 18px;
    color: #222222;
    text-align: left;
    line-height: 1.5;
}

.post_details_block blockquote::before {
    content: url(./images/quote.png);
    position: absolute;
    left: 25px;
    top: 30px;
}

.post-head.related-news .title {
    font-weight: bold;
}

.related-news {
    margin-top: -30px;
}

.related-news-slider .post-body {
    padding: 0;
    margin: 0 -5px;
}

.related-news-slider ul.authar-info {
    margin-top: 0 !important;
}

.related-news-bg {
    padding: 5px 20px 10px;
    background: #5c5c5c;
    margin-top: -40px;
    position: relative;
    transition: 300ms;
}

.related-news-slider .col-padding {
    padding: 0 5px;
}

.related-news-slider .grid-item {
    border: 1px solid #e1e1e1;
    border-bottom: 0;
}

.related-news-bg h5 {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    height: 40px;
}

.related-news-bg h5 a {
    color: #FFF;
}

.node-type-news .post-inner .related-news-bg ul.authar-info {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.related-news-bg .authar-info li {
    color: #FFF;
}

.page_main_wrapper .post-inner .grid-item:hover .related-news-bg a {
    color: #FFF !important;
    text-decoration: none !important;
}

.page_main_wrapper .post-inner .grid-item:hover .related-news-bg {
    background-color: #21b0c2;
}

@media (max-width: 768px) {
    .node-type-news .theiaStickySidebar .post_details_block figure.social-icon {
        margin: 0;
    }
    .page-node .post-inner .post_details_block {
        background-color: #fff;
        padding: 20px 0;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li a {
        padding-left: 30px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        padding-left: 0 !important;
    }
}

.page-video .post-body .post-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 0 20px;
    background: rgb(0 0 1 / 0.6);
    transition: 500ms;
    z-index: 0;
    width: /*355.83px*/
    auto !important;
    height: auto;
}


/* .post-body .post-info:hover {
    background: rgb(33 176 194 / 0.9);
    color: #111111 !important;
} */

.page-video article:hover .post-info {
    background: rgb(33 176 194 / 0.9);
}

.page-video article:hover .page-video .post-body .post-info h3 a {
    color: white;
}

.page-video article:hover.post-info h3 {
    color: white;
}

.page-video article:hover .post-info li {
    color: white;
}

.page-video .post-body .col-sm-6,
.page-video .post-body .col-p {
    overflow: hidden !important;
}

.page-video .post-body .post-info h3,
.page-video .post-body .post-info h3 a {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}

.page-video .col-sm-6 .post-info li {
    color: white;
    padding-top: 10px;
}

.page-video article {
    position: relative;
    margin-bottom: 0;
}

.page-video .post-body {
    padding: 0;
}

.page-video .post-body .post-info h3:hover,
.page-video .post-body .post-info h3:hover a {
    color: #FFF !important;
    text-decoration: none !important;
}

.page-video .post-body article:hover .post-info h3 a,
.page-video .post-body .news-list-item:hover .post-info-2 h5 a {
    color: #FFF !important;
    text-decoration: none !important;
}

.node-type-multimedia figure.social-icon {
    float: none !important;
    margin: 0 auto !important;
    justify-content: center;
}

.node-type-multimedia figure.social-icon {
    float: none !important;
    margin: 0 auto !important;
    justify-content: center;
}

.node-type-multimedia .post-inner-2 .post-body {
    padding: 0;
    margin: 0 -15px;
}

.node-type-multimedia #post-slider-2 .authar-info {
    text-align: left;
}

.node-type-multimedia #post-slider-2 h5 {
    font-size: 13px;
    margin-bottom: 0;
    height: 52px;
}

.video-carousel .video-info .title a {
    color: #FFF !important;
}

.login-info>.login-info {
    text-align: right;
}

.page-publications .news-list-item.articles-list img {
    height: 115px;
    margin-top: 0;
    margin-bottom: 0;
}

.post-inner.post-inner-2 .post-body {
    padding: 0;
    margin: 0 -15px;
}

.front .post-inner.post-inner-2 .post-body {
    margin: 0 !important;
}

.page-issues .post-body .news-list-item img {
    width: 200px;
    height: max-content;
}

.post-inner.post-inner-2 .list-posts-item .post-image {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}

.post-inner.post-inner-2 .list-posts-item .post-image img {
    width: 100%;
    object-fit: cover;
}

.page-node.node-type-issues .post-inner .post_details_block {
    padding: 0;
}

.page-node.node-type-issues .post-inner.post-inner-2 {
    clear: both;
}

.page-events .view-filters form {
    width: 100%;
}

.page-events .view-filters .views-exposed-widget.views-widget-filter-field_start_date_value {
    float: none;
    width: 100%;
    text-align: left;
}

label[for="edit-field-start-date-value"] {
    display: none;
}

.page-events .views-exposed-form .container-inline-date .date-padding,
.page-events .form-item.form-type-date-select.form-item-field-start-date-value-value {
    width: 100%;
}

.page-events .views-exposed-form .container-inline-date .date-padding>div {
    width: 50%;
}

.page-events .post-body .news-list-item img {
    width: 100%;
    max-width: 350px;
    display: block;
    max-width: 350px;
    object-fit: contain;
    height: 280px;
    margin: 0;
}

.page-events .post-body .news-list-item.articles-list .img-wrapper {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
}

.page-events .post-body .news-list-item {
    display: flex;
}

.page-events .news-list-item.articles-list .authar-info i {
    font-family: 'Lato', sans-serif;
    font-style: italic;
}

.page-events .news-list-item.articles-list .authar-info i::before {
    font-family: "FontAwesome";
    font-style: normal;
    margin-right: 10px;
}

.page-events .news-list-item.articles-list .authar-info i.ti-world::before,
.page-events .news-list-item.articles-list .authar-info i.ti-desktop::before {
    font-family: "themify";
    margin-right: 10px;
}

@media (max-width: 767px) {
    .page-events .post-body .news-list-item.articles-list .img-wrapper {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }
    .page-events .post-body .news-list-item img {
        max-width: 100%;
    }
}

.financeTable .post-body {
    padding: 0;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterTableWrap .filtertale th:last-child {
    width: 20%;
}

.page-pathfinder-ranking-companies .views-exposed-form .views-exposed-widget {
    width: 50%;
}

.page-pathfinder-ranking-companies .financeTable .filterWrap .filterBlock input[type=submit]:hover {
    background: #0f0f0f;
    color: #fff;
    transition: .5s;
    border-color: #0e0e0e;
}

.page-pathfinder-ranking-companies .form-item.form-type-date-select.form-item-field-inception-value-value,
.page-pathfinder-ranking-companies .form-item.form-type-date-select.form-item-field-inception-value-value * {
    width: 100%;
}

.node-type-pathfinder-ranking-companies .rankingAreaInner::after {
    content: '';
    position: relative;
    display: block;
    clear: both;
}

.node-type-pathfinder-ranking-companies .tabs-box {
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.node-type-pathfinder-ranking-companies .tabs-box button.tab {
    background: 0;
    border: 0;
    padding: 18px 11.5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    outline: none !important;
    appearance: none;
}

.node-type-pathfinder-ranking-companies .tabs-box button.tab[aria-expanded="true"] {
    background: #FFF;
}

.pathfinder-tab {
    clear: both;
    margin-top: 50px;
}

table.overview-table tbody {
    border: 0;
}

table.overview-table {
    width: 100%;
    margin-top: 10px;
}

.pathfinder-tab .social-links {
    list-style: none;
    font-size: 13px;
    margin-top: 10px;
    padding-left: 0;
}

.pathfinder-tab .social-links li i {
    font-size: 13px;
    text-decoration: none;
    color: #666666;
}

.pathfinder-tab .social-links li a {
    text-decoration: none !important;
}

.pathfinder-tab ul.social-links li {
    width: 20px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.d-block {
    display: block !important;
}

.pathfinder-tab .overviewBlock td,
.pathfinder-tab .overviewBlock th {
    width: 50%;
    text-align: left !important;
}

.pathfinder-tab .overviewBlock td:first-child,
.pathfinder-tab .overviewBlock th:first-child {
    padding-left: 20px;
}

.key-people {
    padding: 30px 0;
    position: relative;
}

.key-people::before {
    content: '';
    width: 200vw;
    display: block;
    position: absolute;
    top: 0;
    left: -50vw;
    right: 0;
    bottom: 0;
    background: #222222;
    z-index: 0;
}

.key-people .post-head .title {
    color: #FFF;
}

.people-slider-box .owl-theme .owl-controls {
    margin-top: -5px;
}

.person-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px auto;
}

.people-slider-box {
    color: #FFF;
}

.people-slider-box b {
    display: block;
    text-align: center;
}

b.person-name {
    font-size: 15px;
    font-weight: bold;
}

b.person-role {
    font-size: 13px;
    font-weight: normal;
}

ul.person-links {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

ul.person-links a i,
ul.person-links a {
    color: #666666;
    text-decoration: none !important;
}

ul.person-links a:hover i,
ul.person-links a:hover {
    color: #21b0c2;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.competitors-search {
    margin-top: 20px;
}

.competitors-search .form-control {
    padding-left: 32px;
    font-size: 11px;
    background: url(./images/magnifier.png) no-repeat;
    background-position: 10px center;
}

.competitor-image-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* padding: 0 25px; */
}

.competitor-image-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
    background: #FFF;
    margin-top: 0;
    margin-bottom: 30px;
}

.competitor-image-box p {
    margin-top: 15px;
}

.competitors-table .post-footer .more-btn {
    color: #FFF !important;
    text-decoration: none !important;
    padding: 10px 20px;
    margin-top: 0;
    width: 100%;
    display: block;
    max-width: unset;
}

.competitors-table {
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
}

.competitors-table td {
    border: 1px solid #f1f1f1;
    padding: 20px 14px;
    vertical-align: top;
}

.competitors-table td:nth-child(even) {
    background: #f9f9f9;
}

.competitors-table tbody {
    border: 0;
    display: table;
}

.reviews-box {
    margin-top: 30px;
    background: #f9f9f9;
    padding: 10px 0 25px;
}

p.reviews-rate {
    margin-top: 5px;
    font-size: 15px;
    color: #666;
    font-weight: bold;
}

.reviews-rate-big {
    font-size: 55px;
}

.reviews-box tbody {
    border-top: 0;
}

.reviews-box table {
    margin-top: 45px;
}

.reviews-box table td:last-child {
    color: #666666;
}

.reviews-slider .item {
    margin: 0 10px;
    background: #f9f9f9;
    padding: 50px 15px 15px 15px;
    transition: 300ms;
    position: relative;
}

.reviews-slider .item p {
    margin-bottom: 0;
}

.reviews-slider .item:hover {
    background-color: #FFF;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.reviews-slider {
    /* margin: -15px; */
    margin-top: 15px;
    /* width: calc(100% + 30px); */
}

.reviews-slider .owl-wrapper-outer {
    /* margin: -15px; */
    padding: 10px;
}

.reviews-slider .owl-wrapper-outer .owl-wrapper {
    margin-left: -10px;
}

.reviews-slider .owl-controls {
    position: static;
}

.reviews-slider.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
}

.reviews-slider.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

.review-rating {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #bfbfbf;
}

.review-rating .blue {
    color: #21b0c2;
}

span.review-date {
    color: #cccccc;
    position: absolute;
    right: 15px;
    top: 15px;
}

h5.review-title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}

.node-type-pathfinder-ranking-companies .post_details_block .related-news-bg a {
    color: #FFF !important;
    text-decoration: none !important;
}

.node-type-pathfinder-ranking-companies .post_details_block .related-news-bg h5 {
    margin-top: 15px;
    margin-bottom: 8px;
}

.node-type-pathfinder-ranking-companies .post_details_block .authar-info {
    margin: 0;
}

.node-type-pathfinder-ranking-companies .grid-item {
    border: 1px solid #e1e1e1;
}

.node-type-pathfinder-ranking-companies div#post-slider-2 {
    margin: 30px 0;
}

.node-type-pathfinder-ranking-companies div#post-slider-2 .owl-controls {
    position: static;
}

.node-type-pathfinder-ranking-companies div#post-slider-2 .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
}

.node-type-pathfinder-ranking-companies div#post-slider-2 .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

.renew-packs .body .colum .btrn-subscribe.current-package {
    color: #424242;
    pointer-events: none;
}

.events_block .img-responsive {
    margin: 2px auto;
    height: 116px;
}

.events-box.small-event .posts-inner .btn-blue-reverse {
    z-index: 2;
    position: relative;
}

.page-node.node-type-multimedia .post-inner .post_details_block {
    margin-top: 15px;
}

.d-none {
    display: none !important;
}

@media (min-width: 991px) {
    .d-lg {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    .node-type-pathfinder-ranking-companies .tabs-box button.tab {
        padding: 10px 5px;
        font-size: 11px;
    }
    table.competitors-table {
        min-width: 1040px;
    }
    .competitors-search+div>div {
        overflow: auto;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .node-type-pathfinder-ranking-companies .descriptionLogo img {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .node-type-pathfinder-ranking-companies .tabs-box {
        padding: 0 30px;
        position: initial;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 768px) {
    .node-type-pathfinder-ranking-companies .descriptionLogo {
        float: none;
    }
    .node-type-pathfinder-ranking-companies .companyInfo {
        padding-right: 30px;
        padding-left: 30px;
        float: none;
        width: unset;
    }
}

.rating {
    display: none;
}

.page-products .view-newly-added-products .views-exposed-form .views-exposed-widgets {
    margin: 0 -20px;
}

.main-post-inner.large-image-post::after {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    z-index: 0;
}

.main-post-inner.large-image-post .post-title,
.main-post-inner.large-image-post .authar-info {
    z-index: 1;
}

.page-user .page_main_wrapper .main-content .profile .profile_edit img {
    border-radius: 50%;
    object-fit: cover;
}

.profile-picture img {
    border-radius: 50%;
}

.profile-picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile_name h3 {
    border: none !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #333;
}

.page-user .details {
    margin-top: 40px;
}

.page-user .details>div {
    display: flex;
}

.page-user .details>div>* {
    width: 50%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.edit-profile {
    position: absolute;
    right: 15px;
    top: 20px;
}

.edit-profile a {
    font-weight: bold;
    color: #21b0c2;
    font-size: 14px;
}

.profile-details header {
    box-shadow: none !important;
}

.profile-details>header {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.page-user .page_main_wrapper .main-content .profile-details .profile-light-btn:hover {
    background: #21b0c2;
    color: #FFF;
    border-color: #21b0c2;
}

.page-user .page_main_wrapper .main-content .profile-details .body>div {
    width: 50%;
}

.page-user ul.tabs.primary {
    display: none;
}

@media (max-width: 768px) {
    .page-user .page_main_wrapper .main-content .profile-details .body>div {
        width: 100%;
    }
    .page-user .page_main_wrapper .main-content .profile-details .body {
        flex-wrap: wrap;
    }
}

@media (max-width: 1280px) {
    .page-user-register.page-user .col-sm-8.col-p.main-content .post-inner form>div .mykpr {
        right: 274px;
    }
}

@media (max-width: 1200px) {
    .page-user-register.page-user .col-sm-8.col-p.main-content .post-inner form>div .mykpr {
        right: 207px;
    }
}

@media (max-width: 991px) {
    .edit-profile {
        position: absolute;
        right: 15px;
        top: -30px;
    }
    .page-user-register .form-item.form-type-password.form-item-pass-pass1.password-parent,
    .page-user-register .form-item.form-type-password.form-item-pass-pass2.confirm-parent {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .page-user-register .password-strength,
    .page-user-register .password-confirm {
        margin-top: 0;
        float: none;
        margin-bottom: 20px;
    }
    .hybridauth-widget-wrapper>.item-list {
        margin-left: 0;
    }
    .hybridauth-widget-wrapper {
        justify-content: flex-start;
    }
    .page-user-register.page-user .col-sm-8.col-p.main-content .post-inner form>div .mykpr {
        right: unset;
        left: 201px;
    }
    .page-user-register .login-info .mykpr {
        right: 79px;
        top: 31px;
    }
    .page-user-register .form-type-password input {
        width: 100%;
    }
    .page-user .main .tabs .left-tabs ul,
    .page-users .main .tabs .left-tabs ul {
        flex-direction: column;
    }
    iframe#ae206553 {
        display: none !important;
    }
}

.form-hidden-field {
    display: none !important;
}

.magazine-form {
    clear: both;
}

.node-type-issues .webform-client-form>div>.webform-component--first-name>label,
.node-type-issues .webform-client-form>div>.webform-component--last-name>label,
.node-type-issues .webform-client-form>div>.webform-component--title>label,
.node-type-issues .webform-client-form>div>.webform-component--organization-name>label,
.node-type-issues .webform-client-form>div>.webform-component--address-1>label,
.node-type-issues .webform-client-form>div>.webform-component--address-2>label,
.node-type-issues .webform-client-form>div>.webform-component--city>label,
.node-type-issues .webform-client-form>div>.webform-component--state-province>label,
.node-type-issues .webform-client-form>div>.webform-component--zip-postal-code>label,
.node-type-issues .webform-client-form>div>.webform-component--phone>label,
.node-type-issues .webform-client-form>div>.webform-component--email>label,
.node-type-issues .webform-client-form>div>.webform-component--country>label,
.node-type-issues .webform-client-form>div>.webform-component--fax>label {
    display: block;
}

.webform-submit.button-primary.form-submit {
    width: 120px;
    border: 1px solid #24252f;
    color: #FFF;
    height: 40px;
    background: none;
    padding: 0;
    opacity: 1;
    background: #24252f;
    border-radius: 5px;
}

form#webform-client-form-45>div>.form-item {
    display: block;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 0;
}

form#webform-client-form-45>div {
    margin: 0 -15px;
}

.node-type-issues .form-actions {
    margin-top: 40px;
    width: 50%;
    padding-left: 15px;
}

table.competitors-table tr>* {
    display: block;
}

table.competitors-table tr {
    display: table-cell;
    height: 100%;
}

.video-carousel .video-info .authar-info li {
    color: #FFF;
}

.competitors-table td:first-child {
    height: 350px !important;
}

.competitors-table td {
    height: 60px;
}

@media (max-width: 768px) {
    div#post-slider-2 .col-xs-6,
    div#post-slider-3 .col-xs-6 {
        padding: 0 15px !important;
        width: 100% !important;
    }
    .node-type-multimedia #post-slider-2 .authar-info {
        text-align: center;
    }
    .owl-controls {
        right: 10px;
    }
    form#webform-client-form-45>div>.form-item {
        width: 100%;
    }
    .node-type-issues .form-actions {
        width: 100%;
    }
    .page-search-node .form-text {
        width: calc(100% - 80px);
    }
    .page-search-node .form-submit {
        width: 80px;
    }
    .events-box.small-event .posts-inner .posts-title {
        height: 60px;
    }
}

.post_details_block p:empty {
    display: none;
}

.rankingAreaInner h4,
.rankingAreaInner p {
    padding: 15px !important;
}

.page-user-register .field-type-taxonomy-term-reference.field-name-field-user-type.field-widget-options-buttons.form-wrapper .form-item.form-type-radios.form-item-field-user-type-und label[for="edit-field-user-type-und"] {
    font-size: 0;
}

.page-user-register .field-type-taxonomy-term-reference.field-name-field-user-type.field-widget-options-buttons.form-wrapper .form-item.form-type-radios.form-item-field-user-type-und {
    display: flex;
    justify-content: center;
}

.page-events .post-body .news-list-item .authar-info {
    max-width: 360px;
}

.page-events .post-body .news-list-item .authar-info li,
.page-events .post-body .news-list-item .authar-info li a {
    max-width: 100%;
    /* display: block; */
    overflow: hidden;
}

.page-events .post-body .news-list-item .authar-info li {}

.node-type-issues .post_details_block .authar-info {
    padding-top: 10px;
}

.node-type-news .related-news {
    margin-top: 0;
}

.page-node-118 .webform-client-form>div>.webform-component--phone>label {
    display: block;
}

.logged-in .magazine-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-nav li a {
    font-size: 15px;
    display: block;
    margin-bottom: 14px;
    color: #FFF;
}

.search-results .search-snippet-info {
    padding-left: 0 !important;
}

@media (max-width: 767px) {
    .theiaStickySidebar .post_details_block figure.social-icon {
        float: none;
    }

    .node-type-featured-interview .post_details_block .authar-info {
        float: none;
        width: 100%;
    }
}

nav.navbar.bootsnav ul.nav>li>a .waves-ripple {
    display: none !important;
}

.finit-app-popup {
    display: none !important
}

.ftc_pdf_icon.dwn_publ {
    clear: both;
}

.ftc_pdf_icon.dwn_publ .modal-title {
    font-weight: bold;
}

.ftc_pdf_icon.dwn_publ .form-text,
.ftc_pdf_icon.dwn_publ .form-item {
    width: 100% !important;
}

.ftc_pdf_icon.dwn_publ .form-checkboxes .form-item .form-checkbox {
    margin-top: -3px;
    margin-right: 5px;
}

.ftc_pdf_icon.dwn_publ .webform-component-checkboxes  {
    margin-bottom: 0;
}

.ftc_pdf_icon.dwn_publ .webform-submit.button-primary.form-submit {
    background: #22afc1;
    border-color: #22afc1;
    border-radius: 0px;
}