/**
 * Created by Md. Rokibul Islam
 */
/**
 * Table of Contents
 *
 * 1.0 - Common CSS
 *      1.1 - Font Face
 *      1.2 - Common CSS
 *          1.2.1 - Html tag
 *          1.2.2 - Font sizes
 *          1.2.3 - Width
 *          1.2.4 - Common class
 *          1.2.5 - Margin
 *          1.2.6 - Padding
 *          1.2.7 - Article block
 *          1.2.8 - Callout
 *      1.3 - Advertise Box
 *      1.4 - Scroll to top link
 *      1.6 - Spinner
 * 2.0 - Header
 *      2.1 - Logo
 *      2.2 - Navigation Menu
 *      2.3 - Search bar
 * 3.0 - Content Section
 *      3.1 - Common CSS of Content Section
 * 4.0 - Pages
 *      4.1 - Homepage
 *      4.2 - Article show  page
 *      4.3 - Category wise article page
 *      4.4 - Author
 *      4.5 - Business
 *      4.6 - People
 *      4.7 - Contributor block
 *      4.8 - Writer guideline
 *      4.9 - About us
 *      4.10 - Album and Gallery
 *      4.11 - Profile
 *      4.12 - Jobs
 *      4.* - others
 * 5.0 - Footer
 *      5.1 - Footer Content
 *      5.2 - Copyright
 * 6.0 - Media Queries
 */


/**
 * 1.0 - new design feed block
 */

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

.right-sidebar-items > * {
    margin-bottom: 10px;
    text-align: left;
    max-width: 300px;
}

.right-sidebar-footer {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
}

.right-sidebar-footer .footer-content {
    background: #EEEEEE;
}

ul.inline-ul {
    padding-left: 0;
}

ul.inline-ul li {
    display: inline;
    margin: 5px 12px 12px 0;
}

ul.inline-ul li a {
    text-decoration: none;
    color: #4F6878;
}

ul.inline-ul li a:hover {
    color: #337ab7;
}

.side-bar-menu {
    padding: 0;
}

.side-bar-menu li a i {
    display: inline-block;
    margin-right: 3px;
}

.side-bar-menu li {
    list-style: none;
    padding: 8px 5px 8px 10px;
}

.side-bar-menu li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.side-bar-menu li:hover a {
    text-decoration: none;
    color: #000000;
}

.side-bar-menu li:hover {
    background: #ffffff;
    text-decoration: none;
    color: #000000;
}


.priyo-hover {
    text-decoration: none !important;
    color: #000000 !important;
}

.priyo-hover:hover {
    text-decoration: none !important;
    color: #BB1919 !important;
}

.default-hover:hover{
    text-decoration: underline;
}

.popular-article .feed-horizontal .article-image {
    flex: 0 0 150px !important;
}

/**
 * 1.0 - Common CSS
 */

/**
 * 1.1 - Font Face
 */

@font-face {
    font-family: 'Kalpurush';
    src: url('../fonts/kalpurush/Kalpurush.eot');
    src: url('../fonts/kalpurush/Kalpurush.eot?#iefix') format('embedded-opentype'),
    url('../fonts/kalpurush/Kalpurush.woff') format('woff'),
    url('../fonts/kalpurush/Kalpurush.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi/SolaimanLipi.eot');
    src: url('../fonts/SolaimanLipi/SolaimanLipi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SolaimanLipi/SolaimanLipi.woff2') format('woff2'),
    url('../fonts/SolaimanLipi/SolaimanLipi.woff') format('woff'),
    url('../fonts/SolaimanLipi/SolaimanLipi.ttf') format('truetype'),
    url('../fonts/SolaimanLipi/SolaimanLipi.svg#SolaimanLipi') format('svg');
    font-weight: normal;
    font-style: normal;
}


.priyo-eng-font {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, fira sans, Ubuntu, Oxygen, oxygen sans, Cantarell, droid sans, apple color emoji, segoe ui emoji, segoe ui emoji, segoe ui symbol, lucida grande, Helvetica, Arial, sans-serif;
}

.vr-medium-block .article-image img {
    width: 100%;
}

.hr-large-block .article-image a, .hr-large-block .article-image img {
    max-width: 100%;
}

.select2-container {
    width: 100% !important;
}

/**
 *  - wcf 2018 CSS
 */

#top-flop .article-image {
    max-height: 343px;
    overflow: hidden;
}

/**
 *  - Review CSS
 */
.rateYo {
    padding-left: 0;
    z-index: 2;
}

input#id_rating {
    border: none;
    position: absolute;
    width: 165px;
    z-index: 0;
}

.review-list-box {
    background: #f6f6f5;
}

.reviewed-biz {
    width: 120px;
    margin-right: 15px;
}

.biz-review .review-info {
    width: calc(100% - 135px);
}

.review-info {
    width: calc(100% - 75px);
}

.review-info .review-img img {
    width: 100%;
}

textarea#id_review {
    height: 180px;
}

.img-upload-btn {
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 360px;
    text-align: center;
}

.img-upload-btn input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.img-upload-btn input {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.img-with-caption {
    width: 100%;
    height: 360px;
    text-align: center;
    border: 1px solid #CCCCCC;
    background: #f6f7f9;
    max-width: 100%;
}

.img-with-caption .img-box {
    width: 100%;
    height: 272px;
    overflow: hidden;
    padding-top: 5px;
}

.img-with-caption .img-box img {
    height: 100%;
    min-height: 100%;
    max-height: 272px;
}

/**
 * 1.0 - Album CSS
 */

.img-icon {
    font-size: 6.5rem;
    margin-right: 20px;
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

a.color-red {
    text-decoration: underline;
}

/**
 * 1.2 - Common CSS
 */

.row > .google-auto-placed {
    display: none;
}

.ajax-loader {
    display: none;
}

/*
old color: #c0273c
new red color: #FF0000
cnn red: #BB1919

c0273b
*/

/**
 * 1.2.1 - Html tag
 */

html {
    font-size: 16px;
}

body {
    font-family: "Kalpurush", sans-serif;
    padding-top: 35px;
    overflow-x: hidden;
    font-size: 1rem;
    background: #EEEEEE;
}

.fixed-top-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

a {
    color: #000000;
}

p {
    margin-bottom: 0;
}

.small, small {
    font-size: 75%;
    font-weight: 400;
}

object {
    max-width: 100%;
}

.cmt-login:hover {
    color: #ffffff;
}

/**
 * 1.2.2 - Font sizes
 */
.f-10 {
    font-size: 0.625rem !important;
}

.f-12 {
    font-size: 0.75rem !important;
}

.f-14 {
    font-size: 0.875rem !important;
}

.f-16 {
    font-size: 1rem !important;
}

.f-18 {
    font-size: 1.125rem !important;
}

.f-20 {
    font-size: 1.25rem !important;
}

.f-22 {
    font-size: 1.375rem !important;
}


/**
 * 1.2.3 - Width
 */
.w-m-80 {
    max-width: 80px;
}

.w-m-50 {
    max-width: 50px;
}

.w-m-70 {
    width: 70px;
    height: 70px;
}

.w-300 {
    width: 300px;
}

.w-200 {
    width: 200px;
}

.w-160 {
    width: 160px;
}
.w-170 {
    width: 170px;
}

.w-block {
    width: 100%;
}


.h-16 {
    height: 16px !important;
}

/**
 * 1.2.4 - Common Class
 */

.brands-logo-text {
    color: #000000;
    text-decoration: none;
}

.brands-logo-text a:hover, .brands-logo-text a:active, a.brands-logo-text:hover, a.brands-logo-text:active {
    color: #000000;
    text-decoration: none;
}

.bg-red {
    /*background: #BB1919 !important;*/
    background: #BB1919 !important;
}

.bg-black {
    background: #000 !important;
}

.gone {
    display: none;
}

.text-red {
    /*color: #BB1919;*/
    color: #BB1919;
}

a.plz-join {
    display: inline-block;
    margin-left: 10px;
    /*text-decoration: underline;*/
}

.default-link a {
    color: #007bff;
}

.text-red a, a.text-red {
    color: #BB1919;
}

.text-red a:hover, .text-red a:active, a.text-red:hover, a.text-red:active {
    color: #BB1919;
}

.text-yellow {
    color: yellow !important;
}

/*news feed slide menu*/
.back-to-priyo {
    height: 40px;
    cursor: pointer;
    padding: 17px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 100000;
}

.d-table {
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    table-layout: fixed;
}

.d-c-table {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
}

.btn-priyo {
    color: #fff;
    background-color: #BB1919 !important;
    border-color: #BB1919 !important;
}

.btn-priyo-2 {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    max-width: 480px;
    overflow: hidden;
    outline-width: 2px;
    transition-property: background-color, box-shadow, color;
    vertical-align: middle;
    color: #BB1919;
    box-shadow: inset 0 0 0 1px #BB1919;
    background: transparent;
    min-height: 40px;
    line-height: 20px;
    padding: 10px 16px;
}

.btn-priyo-2:hover {
    box-shadow: inset 0 0 0 2px #BB1919
}


.btn-priyo-3 {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    max-width: 480px;
    overflow: hidden;
    outline-width: 2px;
    transition-property: background-color, box-shadow, color, opacity;
    vertical-align: middle;
    color: #fff;
    min-height: 40px;
    line-height: 20px;
    padding: 10px 16px;
    background-color: #BB1919;
}

.btn-priyo-3:hover {
    /*box-shadow: inset 0 0 0 2px #BB1919;*/
    opacity: .8;
}

.priyo-2-badge {
    min-height: 9px;
    padding: 12px 8px;
    line-height: 48;
    font-weight: 100;
    height: 20px !important;
}


a.btn-priyo:hover {
    color: #ffffff;
}

.btn-red {
    border: 1px solid #ffffff2b;
    padding: 5px !important;
    margin-top: 4px;
}

.btn-orange {
    color: #fff;
    background-color: #FF8C00 !important;
    border-color: #FF8C00 !important;
}

.read-more-link a {
    color: #ffffff;
    width: 200px;
}

.cl-r {
    clear: right;
}

.search-form {
    margin: 0 auto;
}

.t-black-light {
    color: rgba(0, 0, 0, .6);
}

/*.list-inline .separator:last-child {
    display: none;
}*/

/**
 * 1.2.5 - Margin
 */

.mc-10 > * {
    margin-bottom: 10px;
}

.mc-20 > * {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

/**
 * 1.2.6 - Padding
 */
.pt-20 {
    padding-top: 20px;
}

/**
 * 1.2.7 - Article block
 */


.show-in-mobile {
    display: none;
}

.hide-in-mobile {
    display: block;
}

.feed {
    background: #ffffff;
    width: 100%;
    webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #00000024;
    border-radius: 7px;
}

.feed-horizontal {
    border-radius: unset;
}


.feed-horizontal .article-description h4 {
    max-height: 56px;
    overflow: hidden;
}


.feed-horizontal .article-image {
    flex: 0 0 203px;
}

.feed-horizontal .article-image a {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.feed-horizontal .article-description {
    flex: 1;
}

.feed-horizontal .article-description .summary {
    max-height: 70px;
    overflow: hidden;
}

.feed-horizontal .article-description h3 {
    max-height: 67px;
    overflow: hidden;
    line-height: 1.24;
}

.feed-horizontal hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.feed .article-category-link {
    margin: 5px 0;
    cursor: pointer;
}

.article-medium-block .article-category-link:hover {
    text-decoration: underline;
}

.feed .published-date {
    font-size: 1rem;
}

.feed .author-name, .feed .created-date {
    color: #666;
}

.feed .author-name {
    font-size: .875rem;
}

.feed .author-info .author-avatar {
    width: 50px !important;
    height: 50px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 10px;
}

.feed .published-date {
    font-size: .75rem;
    font-style: italic;
}

.feed a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.feed .article-image {
    position: relative;
}

.feed .article-image, .feed .article-image img, .feed .article-image object, .feed .author-avatar img {
    width: 100%;
}

.feed .video-icon {
    position: absolute;
    bottom: 0;
    font-size: 35px;
    left: calc(50% - 19px);
    text-align: center;
    width: 38px;
    top: calc(50% - 19px);
    height: 38px;
}

.feed .video-icon img {
    vertical-align: initial;
}

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

.section-contributor .card {
    margin-bottom: 10px;
}

.hr-medium-block {
    margin-bottom: 1.5rem !important;
}

.horizontal-small-block .article-description .article-title {
    font-size: 1.125rem;
    line-height: 0.5;
}

.horizontal-small-block img, .horizontal-small-block object {
    width: 60%;
}

/**
 * 1.2.8 - Callout
 */

.callout-red {
    border-bottom: 3px solid #BB1919;
}

.callout-green {
    border-bottom: 1px solid #409800;
}

.callout-blue {
    border-bottom: 3px solid #009cff;
}

.callout-yellow {
    border-bottom: 3px solid #ffb400;
}

.callout-orange {
    border-bottom: 3px solid #FF8C00;
}

.callout-brown {
    border-bottom: 3px solid #A52A2A;
}

.callout-butterfly-bush {
    border-bottom: 3px solid #624F87;
}

.callout-salem {
    border-bottom: 3px solid #989898;
}

.callout-blue-lagoon {
    border-bottom: 3px solid #007B91;
}

.callout {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.callout-shape {
    position: relative;
    margin-right: 45px;
    color: white;
    display: inline-block;
    padding: 6px 20px;
    font-weight: 600;
    font-size: 1.25rem;
}

.callout-red .callout-shape {
    background: #BB1919;
}

.callout-green .callout-shape {
    background: #409800;
}

.callout-blue .callout-shape {
    background: #009cff;
}

.callout-yellow .callout-shape {
    background: #ffb400;
}

.callout-butterfly-bush .callout-shape {
    background: #624F87;
}

.callout-salem .callout-shape {
    background: #989898;
}

.callout-blue-lagoon .callout-shape {
    background: #007B91;
}

.callout-orange .callout-shape {
    background: #FF8C00;
}

.callout-brown .callout-shape {
    background: #A52A2A;
}

.callout-blue .callout-shape:before {
    background: #009cff;
}

.callout-red .callout-shape:before {
    background: #BB1919;
}

.callout-yellow .callout-shape:before {
    background: #ffb400;
}

.callout-green .callout-shape:before {
    background: #409800;
}

.callout-butterfly-bush .callout-shape:before {
    background: #624F87;
}

.callout-salem .callout-shape:before {
    background: #989898;
}

.callout-blue-lagoon .callout-shape:before {
    background: #007B91;
}

.callout-orange .callout-shape:before {
    background: #FF8C00;
}

.callout-brown .callout-shape:before {
    background: #A52A2A;
}

.callout-shape:before {
    content: '';
    width: 60px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: -1;
    display: block;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
}

.callout-fill {
    background: #BB1919;
}

.callout-fill-orange {
    background: #FF8C00;
}

.callout-fill-orange span {
    color: black;
}

.callout-link {
    text-decoration: none;
    padding-top: 8px;
    color: #ffffff;
}

.callout-link:hover {
    text-decoration: underline;
    color: #ffffff;
}

.callout .callout-link {
    padding: 10px;
}

/**
 * 2.0 - Header
 */

.navbar-brand img {
    height: 30px !important;
}

.pre-logo img {
    height: 35px !important;
    position: relative;
    top: 4px;
    border-radius: 50%;
}

.nav-item {
    padding-left: 5px;
}

.header-nav .nav-item a {
    /*text-align: center;*/
}

.header-nav .nav-item a i {
    display: block;
}

.nav-link-go {
    line-height: 1.1 !important;
}

/**
 * 2.2 - Navigation Menu
 */
.navbar {
    background: #BB1919 !important;
    padding: 0 !important;
}

.navbar.bg-red a, .navbar.bg-black a {
    color: white !important;
}

.navbar a {
    font-size: 1.15rem !important;
    color: #fff !important;
}

.navbar .dropdown-menu, .navbar .dropdown-menu a {
    color: #fff !important;
}

.btn-all-category {
    cursor: pointer;
}

/* sub menu */
.navbar .dropdown-menu:not(.sub-menu) a:hover {
    color: #ffffff !important;
}

.sub-menu {
    background: #BB1919 !important;
}

.sub-menu.dropdown-menu a {
    color: white !important;
}

.sub-menu.dropdown-menu a:hover {
    color: black !important;
}

.dropdown-menu .nav-item a {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem !important;
}

.dropdown-menu .nav-item:hover {
    background: #BB1919;
}

/* account sidebar */
.account-sidebar {
    padding: 0 !important;
    list-style: none;
}

.account-sidebar li {
    padding: 10px 0;
    border-bottom: 1px solid #ced4da;
}

.header-nav li {
    padding-right: 20px;
}

.login-link {
    display: none !important;
}

.category-menu-wrapper {
    background: #BB1919;
    position: fixed;
    width: 100%;
    padding-top: 5px;
    font-size: 1.15rem;
    color: white;
    border-top: 1px solid #a91c2e;
    z-index: 6;
}

.category-menu-wrapper ul {
    list-style: none;
    padding: 2px;
    display: inline-block;
    float: left;
}

.category-menu-wrapper ul:not(:last-child) {
    margin-right: 100px;
}

.category-menu-wrapper ul li {
    padding: 5px;
}

.category-menu-wrapper ul li a {
    color: white;
}

.loggedin-menu li {
    display: inline-block;
    width: 49%;
}

ul.loggedin-menu {
    width: 100% !important;
    height: auto !important;
    margin-left: -10px;
}

.parent-category {
    font-weight: bold;
    border-bottom: 2px solid white;
}

.navbar .dropdown-menu.dropdown-menu-right a {
    color: #000 !important;
}

/**
* 2.3 - Search bar
*/

.site-search-bar {
    margin-top: 5px;
}

#search-dropdown-2 {
    top: 11px;
}

.form-b {
    width: 100%;
}

.form-b > div {
    width: 100%;
}

.site-search-bar .all-search {
    border-radius: 0;
    width: 213px;
    border: 1px solid black;
    height: 30px;
}

.site-search-bar .search-dropdown {
    width: 213px;
    margin-top: 27px;
    border-radius: 0;
    background: #BB1919;
}

.site-search-bar .dropdown-toggle {
    border-radius: 0;
}

.site-search-bar ul {
    padding-left: 10px;
}

.site-search-bar li {
    list-style: none;
    color: white;
}

.bg-grey {
    background: #f3f3f3;
}

/**
 * 4.0 - Pages
 */

/**
 * 4.1 - Homepage
 */

.home-cover {
    height: 480px;
    background-color: black !important;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: top center;
}

.home-cover h1 {
    font-size: 4rem;
    bottom: 10px;
    font-weight: 600;
    background: #0000009e;
    line-height: 1;
    text-shadow: -1px 2px 4px black;
}

.cover-header-mobile {
    display: none;
}

.cover-image {
    width: 100%;
    margin-top: 0;
    height: auto;
}

.cover-image img {
    width: 100%;
    height: auto;
}

.cover-image-mobile {
    display: none;
    width: 100%;
}

/**
 * 4.2 - Article show  page
 */

.article-summary {
    font-size: 1.25rem !important;
    margin-top: 0 !important;
    opacity: 0.5;
    border-bottom: 1px dotted gray;
    padding-bottom: 10px;

}

.article-details .advert {
    padding-top: 10px;
}

.article-title {
    margin-bottom: 0 !important;
}

.article-content img {
    width: 100%;
    height: auto;
}

.article-content a {
    color: #007bff;
}

.article-details p {
    margin: 10px 0;
    font-size: 1.375rem;

}

.article-details ul li {
    font-size: 1.375rem;
    line-height: 2rem;
}

.article-category-label {
    font-size: 1.25rem;
    font-style: italic;
}

.h-t {
    font-size: 2.6rem;
    font-weight: bold;
}

.article-details hr {
    border-top: 1px dotted gray !important;
}

.img-optimized {
    max-width: 65% !important;
}

.border-bottom-dotted {
    border-bottom: 1px dotted #dee2e6 !important;
}

.article-details blockquote {
    font-size: 1.4em;
    width: 100%;
    margin: 20px auto;
    font-style: italic;
    color: #555555;
    padding: 5px 15px 10px 75px;
    border-left: 8px solid #bb1919;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

.article-details blockquote::before {
    content: "\201C";
    color: #bb1919;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

.article-details blockquote::after {
    content: '';
}

.article-details blockquote p {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}


.article-details iframe {
    width: 100%;
}

.img-circle {
    border-radius: 50%;
}

/* offer card */
.offer-page-title a {
    color: #fff;
}

#mobile_offer_view {
    display: none;
}

.section-offer {
    background: #800080;
}

.offer-page-title {
    text-align: center;
}

#priyo_offer_section {
    overflow: hidden;
}

.offer-card {
    padding: 10px;
    min-height: 240px !important;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
}

.offer-card hr {
    display: none;
}

.offer-block {
    min-height: 240px !important;
}

.offer-block .article-image {
}

.offer-card hr {
    display: none;
}

.offer-block .offer-title {
    width: 100%;
    padding: 0;
    color: #fff;
    display: none;
}


.offer_grid .item-card img {
    width: 100%;
}

.offer_grid .card-image {
    width: 100%;
    height: auto;
}

.offer_grid .card {
    background: #fbfbfb;
}

.offer_grid .panel {
    border-radius: 3px;
    border: 1px solid #e3e1e1;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.offer_grid .card-footer {
    padding: .5rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.offer_grid .grid-item:hover {
    cursor: pointer;
}


/* offer card */

/**
 * 4.3 - Category wise article page
 */

/**
 * 4.4 - Author
 */

.author-title {
    color: #666;
}

/**
 * 4.5 - Business
 */

.business-info h2 {
    margin-top: 10px;
}

.business-image img {
    max-width: 100%;
}

.business-medium-block .business-image img, .business-medium-block .business-image object {
    max-width: 100%;
}

.business-medium-block .business-title {
    font-size: 1rem;
    margin-top: 0 !important;
    font-weight: bold;
}

.business-medium-block .art-list {
    padding-left: 0;
}

.business-medium-block.mb-4 {
    border-bottom: 1px solid #ccc;
}

.business-cover {
    background: #f5f5f1;
    padding-top: 10px;
    position: relative;
    margin-bottom: 25px;
}

.business-cover .biz-cover-image {
    width: calc(100% - 308px);
    margin-top: 0;
    height: 335px;
}

.address-container {
    width: 306px;
    background: #fff;
    height: 335px;
    border: 1px solid #ccc;
    margin-right: 2px;
}

.business-cover .business-info {
    position: relative;
    bottom: -25px;
}

.biz-cover-image img {
    width: 100%;
    height: 100%;
}

#biz-banner {
    height: 500px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.biz-banner-img {
    height: 100%;
    width: 100%;
    position: absolute;
}

.biz-banner-img img {
    opacity: 0.7;
    display: inline-block;
    width: 100%;
}

.biz-info {
    height: 50px;
}

.biz-info a {
    height: 100%;
    width: 100%;
    display: block;
}

#biz-search {
    position: relative;
    top: 50%;
}

.biz-title {
    font-size: 12px;
    max-width: 130px
}

.biz-image {
    background: #ccc;
    height: 120px;
    width: 100%;
    line-height: 120px;
}

.biz-image img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}

.photo-box-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3px 6px;
    border-radius: 0 0 4px 4px;
    background: #333;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 1.5em;
    font-weight: 700;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top-biz-box {
    position: relative;
    height: 100%;
}

.top-biz-img {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.top-biz-img object, .top-biz-img img {
    height: 100%;
    max-width: none;
}

.top-biz-box-460-300 {
    width: 460px;
    height: 300px;
}

.top-biz-box-350-300 {
    width: 350px;
    height: 300px;
}

.top-biz-box-400-300 {
    width: 400px;
    height: 300px;
}

.top-biz-box-400-140 {
    width: 400px;
    height: 140px;
}

.top-biz-box-190-140 {
    width: 190px;
    height: 140px;
}

.top-biz-box a {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
}

/**
 * 4.6 - People
 */


/*My network*/

.people-wrapper .people-card {
    border: 1px solid rgba(0, 0, 0, .125);
    background: #FFFFFF;
    width: 202px;
    border-radius: 4px
}

.people-wrapper .people-card .people-img {
    width: 100%;
}

.people-wrapper .people-card .people-img img {
    width: 100%;
}

.people-wrapper .people-card:hover {
    background-color: #f8f8f8;
}

.people-wrapper .people-card a {
    text-decoration: none;
}

@media (min-width: 320px) {
    .people-wrapper .people-card {
        width: 100%;
    }
}

@media (min-width: 375px) {
    .people-wrapper .people-card {
        width: 49%;
    }
}

@media (min-width: 768px) {
    .people-wrapper .people-card {
        width: 202px;
    }
}

@media (min-width: 1024px) {

    .people-wrapper .people-card {
        width: 198px;
    }
}


/*======================*/
.people-in-news-title {
    width: 100% !important;
    display: block !important;
}

.people-in-news-title h3 {
    display: flex;
    flex-direction: row;
    margin-right: 10px;
}

.people-in-news-title h3:before, .people-in-news-title h3:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #c0273c;
    margin: auto;
}

/*======================*/

.people-image {
    width: 100%;
    height: 263px;
    overflow: hidden;
}

.people-image img{
    width: 100%;
    height: 100%;
}

.people-image object {
    width: 100%;
}

.people .people-info {
    padding: 10px;
}

.people .people-info p {
    font-size: 0.875rem;
}

.people-info h2 {
    margin-top: 10px;
}

#latest-user .item img {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

.lt-user {
    width: 10%;
    margin-right: 10px;
}

.lt-user a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.lt-user a:hover, .lt-user a:active {
    color: #000000;
    text-decoration: none;
}

.lt-user a:focus {
    border: none;
}

/**
 * 4.7 - Contributor Page
 */

.contributor-block {
    height: 240px;
}

.contributor-title {
}

.contributor-block a {
    text-decoration: none;
}

.contributor-block .card {
    padding-bottom: 10px;
    height: 100%;
}

.contributor-block .card .card-block {
    padding: 6px !important;
}

.contributor-block a:hover {
    color: #000;
}

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

.contributor-block img {
    height: 100px;
    width: 100px;
    margin-top: 20px;
}

.contributor-block .contributor-title {
    height: 65px;
    overflow: hidden;
    font-size: 18px;
}

.card-img-top {
    border: 2px solid #666666ad !important;
}

.card-image {
    height: 200px;
    text-align: center;
    vertical-align: center;
}

.card-image img, .card-image object {
    padding: 20px;
    max-width: 100%;
}

/**
* 4.8 - Writer guideline
*/

.writer-cover {
    height: 500px;
    background-clip: content-box !important;
    background-origin: content-box !important;
    background-position: center !important;
    background-size: cover !important;
    margin-bottom: 20px;
    color: white;
}

.writer-cover > div {
    padding-top: 100px;
}

/**
* 4.9 - About us
*/

/**
* 4.10 - Album and Gallery
*/

.album-img {
    height: 360px;
    width: 340px;
    text-align: center;
    border: 1px solid #CCCCCC;
    background: #f6f7f9;
}

.album-img .img-box {
    width: 100%;
    height: 272px;
    overflow: hidden;
    padding-top: 5px;
}

.album-img .img-box img {
    height: 100%;
    min-height: 100%;
    max-height: 272px;
}

.album-img-btn {
    border: 1px solid #CCCCCC;
    height: 360px;
    width: 340px;
    text-align: center;
}

.album-img-btn input {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.add-img {
    display: inline-block;
    padding-top: 45%;
}

.album-img-btn input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.alb-img > img {
    width: 100%;
}

.album {
    display: inline-block;
    position: relative;
}

.album > a {
    background: #000000;
    width: 100%;
    height: 100%;
    display: block;
}

.album-description {
    background: linear-gradient(transparent, rgba(0, 0, 0, .9));
    bottom: 0;
    color: #fff !important;
    max-height: 90px;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 15px 5px 5px;
    opacity: 0;
}

.album-details img {
    height: 220px;
    width: auto;
}

.alb-img-box {
    text-align: center;
    background: #000000 !important;
    position: absolute;
    display: inline-block;
    overflow: hidden;
}

.alb-img {
    display: block;
    width: 100%;
    height: 100%;
}

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.alb-image .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 15px 10px;
    font-size: 17px;
    line-height: 18px;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
    opacity: 0;
    width: 100%;
}

.alb-image:hover .caption, .album:hover .album-description {
    opacity: 1;
}

.alb-image.zoom-on-hover .image, .album .album-description, .album .alb-img {
    transition: transform 0.8s ease, opacity 0.8s ease;
    width: 100%;
}

.alb-image.zoom-on-hover:hover .image, .album:hover .alb-img {
    transform: scale(1.3);
    opacity: 0.7;
}

#cboxTitle {
    bottom: 5px !important;
    padding-left: 9px !important;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39)) !important;
    width: 100% !important;
    top: auto !important;
}

.homepage-main-img {
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

.home-album img {
    max-width: 100%;
}

.home-album {
    position: relative;
    z-index: 3;
}

.section-album {
    background: #000;
    height: 715px;
    padding-top: 20px;
    overflow: hidden;
    position: relative;
}

.homepage-main-img {
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

.homepage-main-img .home-alb-img img {
    width: 100%;
}

.album-other-image {
    position: relative;
    top: 228px;
    height: 252px;
}

.album-other-image .home-alb-img {
    height: 200px;
    overflow: hidden;
}

.album-other-image .home-alb-img img {
    height: 100%;
}

.home-album-title-box {
    width: calc(100% - 164px);
}

.section-album .album-other-image .album {
    z-index: 3;
}

.section-album:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4) linear-gradient(rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.8) 100%);
    bottom: 0;
}

.home-album-description {
    z-index: 2;
    color: #fff;
    padding-top: 5px;
}

.homepage-main-img-desc {
    z-index: 2;
    color: #fff;
    top: 180px;
    position: relative;
    cursor: pointer;
}

.homepage-main-img-desc a {
    color: #fff;
}

.homepage-main-img-desc a:hover .home-album-title {
    text-decoration: underline !important;
}

.album-section-title {
    z-index: 2;
    color: #fff;
    position: relative;
}

.mobile-view-img {
    visibility: hidden;
}

.album-section-title a {
    color: #fff;
}

.home-album-title {
    font-size: 3rem;
}

.album-other-image > .row {
    height: 100%;
}

/**
* 4.11 - Profile
*/

.edu-item {
    position: relative;
}

.edit-edu-btn {
    position: absolute;
    right: 0;
    top: -9px;
}

/**
* 4.12 - Jobs
*/

.job-container {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.job-search {
    display: block;
    background: #e43535;
    padding: 32px 0 8px 0;
}


.job-card-search-title {
    display: block;
    line-height: 1rem !important;
    max-height: 4rem;
    overflow: hidden;
    font-size: 1rem;
}

.job-card-search-company-name {
    font-size: .9rem;
    line-height: 1.42857;
    font-weight: 400;
    color: rgba(0, 0, 0, .9);
}

.job-card-search-logo-wrapper {
    width: 100px;
    margin-right: 10px;
}

.job-card-search-link-wrapper {
    color: #0073b1;
    font-weight: 600;
}

.job-card-search-link {
    display: block;
}

.job-card-search-location {
    display: flex !important;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.9rem;
    margin-bottom: 1px;
}

.job-info {
    position: relative;
    width: 100%;
}

.job-card-search:hover {
    cursor: pointer;
}

.job-card-search:hover {
    cursor: pointer;
}

.job-card-search:hover .job-card-search-title a {
    text-decoration: underline;
}

.job-card-search-link:hover {
    text-decoration: none;
}

.job-info::after {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    bottom: 1px;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


.job-search-box-input {
    position: relative;
    flex: 1;
    margin-right: 8px;
    z-index: 5;
    outline: transparent solid 1px;
    font-size: 1.6rem;
}

.job-search-box-input input {
    height: 40px;
    font-size: 1.2rem;
}

.job-search-btn {
    height: 40px;
    line-height: 40px;
    outline-width: 2px;
    padding: 0 24px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
}

.fetch-more-items-btn {
    background-color: transparent;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: inherit;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    outline-width: 2px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition-duration: 167ms;
    transition-property: background-color, box-shadow, color;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    vertical-align: middle;
    z-index: 0;
    color: #0073b1 !important;
}

.fetch-more-items {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, .1);
    justify-content: center;
    align-items: center;
}

.job-nav {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms;
    background-color: #fff;
    background-clip: padding-box;
    margin-bottom: 8px;
}

.job-nav-item {
    margin: 16px 0 16px 16px;
    padding-right: 16px;
    align-items: center;
}

.job-nav-item {
    border-right: 1px solid rgba(0, 0, 0, .15);
}

.job-nav-item:last-child {
    border: 0;
}

.job-nav-item:first-child {
    margin-left: 0;
}

.job-nav-link {
    flex: 2;
}

.job-post {
    flex: 1;
}

.job-nav-count-number {
    text-decoration: none;
    font-weight: 600;
    border: 0;
    color: #BB1919;
}

.job-post a {
    margin: 10px 0 10px 10px;
}

.job-post-btn:hover {
    background-color: #006097;
    color: #fff
}

.job-post-btn {
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: inherit;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    outline-width: 2px;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition-duration: 167ms;
    transition-property: background-color, box-shadow, color;
    vertical-align: middle;
    z-index: 0;
    background-color: #0073b1;
}


.job-blended-container {
    margin-bottom: 16px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms;
}

.job-card {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 2px;
    position: relative;
    transition: box-shadow 83ms;
    padding: 12px;
    flex: 0 0 24%;
    margin-bottom: 20px;
}

.job-card-title {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    color: rgba(0, 0, 0, .9);
}

.job-card-company-name {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    color: rgba(0, 0, 0, .9);
}

.job-card-location {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
}

.job-card-footer {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.job-card-footer::before {
    content: '';
    width: 40px;
    height: 0;
    border-top: 1px solid #cdcfd2;
    margin: 8px 0;
    order: -1;
}

.job-card-footer::after {
    content: '';
    flex-basis: 100%;
    order: -1;
}

.job-card-listed-status {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
}

.job-card:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms
}


.job-card a:hover {
    text-decoration: none;
}

.job-card-link-wrapper {
    display: block;
    height: 100%;
}

.job-company-card {
    padding: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 2px;
    transition: box-shadow 83ms;
    margin-bottom: 20px;
    flex: 0 0 32%;
}

.job-company-card__link-wrapper {
    display: block;
    padding: 16px 16px 12px;
    height: 248px;
    overflow: hidden;
}

.job-company-card-image {
    width: 64px;
    margin-right: 10px;
}

.job-company-card-content-wrapper {
    padding: 0;
    border: none;
    width: calc(100% - 74px);
}

.job-company-card__company-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .9);
    line-height: 1.4rem;
}

.job-company-card__company-industry {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
}

.job-company-card__company-description {
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    margin: 4px 0 8px;
    min-height: 60px;
    word-wrap: break-word;
    word-break: break-word;
}

.job-company-card__cta-wrap {
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    padding: 4px 0;
    margin-top: auto;
}

.job-company-card__cta-link {
    text-decoration: none;
    font-weight: 600;
    background-color: transparent;
    border: 0;
    color: #0073b1;
    height: 40px;
    line-height: 40px;
}

.job-company-card:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms
}

.job-company-card a:hover {
    text-decoration: none;
}

.company-info {
    flex: 1;
}

.job-details, .job-list {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
    transition: box-shadow 83ms;
    background-color: #fff;
    background-clip: padding-box;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    animation: fade-in 834ms 1;
}

.job-top-card-bullet::before {
    content: '\2022';
}

.job-top-card-company-info {
    font-size: 1rem;
}


.jobs-description {
    border-top: 1px solid rgba(0, 0, 0, .15);
    box-shadow: none;
}

.business-job-card .experience {
    font-size: 15px;
}

/**
* 4.* - Others
*/

/**
* Comments
*/
.commented-by {
    float: left;
    width: 50px;
    margin-right: 12px;
}

.comment-info {
    float: left;
    width: calc(100% - 70px);
}

.comment-info p {
    font-size: 1rem;
}

/*
* latest user
*/
#latest-user {
    margin-bottom: 10px;
}

#latest-user .card-img-top, .user-pop-up-info .card-img-top {
    background-image: url('../static/img/fallback_profile.png');
    border: 0 !important;
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.user-pop-up-info {
    width: 250px;
}

/* Circular Logo */
.image-circular {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.image-circular-60 {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: 10px;
}

.image-circular-40 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.image-circular-35 {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.image-circular-25 {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

/* container */

.side-bar-title {
    margin-right: 45px;
    color: white;
    display: inline-block;
    padding: 6px 20px;
    font-weight: 600;
    font-size: 1.25rem;
}

.side-bar-title ul {
    margin: 0;
}

.side-bar-title a {
    color: white;
}

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

.add-w-950 {
    width: 950px;
}

.add-w-766 {
    width: 766px;
    overflow: hidden !important;
}

.article-tag ul {
    display: inline-block;
}

/*sticky bottom ad*/

.anchor_ad_wrapper {
    position: fixed;
    bottom: 0;
    height: 55px;
    left: 0;
    right: 0;
    padding: 20px 0 0;
}

.anchor_ad_top_border {
    background: #D8D8D8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    box-shadow: 0 0 8px #999;
}

.anchor_ad_close_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    height: 32px;
}

.anchor_ad_container {
    background-color: #000;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0
}

.advertise-300 {
    width: 300px;
    height: 300px;
    padding-bottom: 15px;
    margin: 0 auto 10px;
}

.sidebar-add {
    height: 300px;
}

.advertise-300 iframe {
    display: inline-block;
    margin: 0 auto;
    width: 300px;
}

#anchor_ad_close {
    width: 40px;
    height: 22px;
    border-radius: 28px 28px 0 0;
    background-color: #D8D8D8;
    margin: 0 auto;
    padding: 8px 10px;
}

#anchor_ad_close div {
    background: grey;
    width: 100%;
    height: 2px;
    margin: 2px 0
}

.article-content table, .article-content th, .article-details .article-content table td {
    border: 1px solid black;
}

.article-content table > tbody > tr > td, .article-content table > tbody > tr > th, .article-content table > tfoot > tr > td, .article-content table > tfoot > tr > th, .article-content table > thead > tr > td, .article-content table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
}

.article-content table {
    width: 100%;
}

/* sticky bottom ad end */

/* auth block */
.auth-container {

}

.auth-container a {
    color: #2F96B4;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* auth block end */
.article-label {
    background: #BB1919;
    padding: 0 5px;
    border-radius: 3px;
    color: white;
}

/* Around the web page */

.news-feed-article a {
    font-size: 1.25rem;
}

.feed-album-anchor {
    position: relative;
}

.feed-album-anchor .album-feed-camera-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    padding: 0;
    background: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 27px;
    font-size: 15px;
}

.news-feed-article .news-feed-date {
    font-size: 1rem;
    color: grey;
}

.news-feed-article .news-feed-image {
    height: 65px;
    float: left;
}

.around-the-web .news-feed-summary a {
    font-size: 1.125rem;
    line-height: 0.5;
}

.around-the-web .news-feed-date {
    font-size: 0.875rem;
    color: grey;
}

.around-the-web .news-feed-date {
    font-size: 0.875rem;
    font-style: italic;
    color: grey;
}

.around-the-web .news-feed-category {
    font-size: 0.875rem;
    color: #2F4F4F;
}

.popular-topic-list, .crawled-news-list, .home-page-topic-list {
    text-align: center;
}

.popular-topic-list .title, .crawled-news-list .title {
    font-size: 1.125rem;
    font-weight: bold;
}

.searchterm-list a {
    color: #2d69ae;
}

.home-page-topic-list .title a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #BB1919;
}

/* ext news iframe show */
#ext-news-show {
    width: 100%;
    text-align: center;
}

#ext-news-show .ext-news-block {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

#ext-news-show .ext-news-description {
    padding: 20px;
}

#ext-news-show .detail p {
    font-size: 18px;
}

#ext-news-show .ext-news-image img {
    width: 100%;
}

#newsfeedNav {
    border: 2px solid black;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Stay on top */
    top: 0; /* Stay at the top */
    right: -4px;
    background-color: #FFFFFF; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 66px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 62px;
    right: 8px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}

.ext-iframe {
    height: 100vh;
    width: 100%;
}

#externalnews-slidemenu-container iframe {
    background-size: 200px;
}

.cross-button {
    height: 32px;
    width: 32px;
    color: #BB1919;
    background-color: white;
    border-radius: 50%;
    z-index: 100000;
}

/* ext news iframe show */

/***
* Graph
*/

#mynetwork {
    width: 100%;
    height: 400px;
    border: 1px solid #ffffff;
    margin: 0 auto 20px;
    background: #cccccc;
}

#people-page .breadcrumb {
    font-size: 1.25rem;
}

.graph-fullscreen-icon {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    -webkit-transition: width .5s, height .5s;
    transition: width .5s, height .5s;
}

.graph-fullscreen-icon:hover {
    height: 22px;
    width: 22px;
}

.embed-button {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
}

.graph-feedback-button {
    position: absolute;
    right: 75px;
    bottom: 5px;
    z-index: 2;
}

.graph-fullscreen-off-icon {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 5px;
    top: 65px;
    z-index: 999;
    padding: 2px;
    border: 2px solid black;
    -webkit-transition: width .5s, height .5s;
    transition: width .5s, height .5s;
}

.graph-fullscreen-off-icon:hover {
    height: 26px;
    width: 26px;
}

.fullscreen-on-btn {
    display: block;
}

.fullscreen-off-btn {
    display: none;
}

.graph-view {
    position: relative;
}

#embedtext {
    position: absolute;
}

.news-feed-article a {
    font-size: 16px;
}

.news-feed-article .news-feed-date {
    font-size: 13px;
}

/**
 * 5.0 - Footer
 */
.footer-app-badges, .brands-site-logo {
    text-align: center;
}

.footer-app-badges {
    margin-top: 20px;
}

footer {
    margin-top: 100px;
}

.footer-content {
    background: #CCCCCC;
}

.footer-social {
    background: #f1f1f1;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

footer a, .writer-guideline a {
    color: #337ab7;
}

footer ul {
    list-style: none;
}

.footer-social-links a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #c3c4c5;
    color: #000;
    text-align: center;
    margin-right: 7px;
}

.footer-social-links .fa {
    color: #000;
    font-size: 1.3rem;
    line-height: 38px;
}

.app-badge {
    width: 109px;
    height: 32px;
    display: inline-block;
}

.app-badge img {
    width: 100%;
    height: 100%;
}

.footer-app-badges {
    text-align: right;
}

#scroll-btn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 25px;
    background-color: #BB1919;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #BB1919;
    text-decoration: none;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 10;
}

#scroll-btn i {
    font-size: 1.5rem;
    font-weight: bold;
}

.xy50 {
    height: 50px;
    width: 50px;
}

.profile-nav li {
    padding-right: 0 !important;
}

.user-search {
    position: relative;
}

.user-search-list {
    background: white;
    border: 1px solid #ced4da;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: none !important;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.user-search-list a {
    text-decoration: none;
}

.user-search-list .user-search-item {
    padding: 10px;
}

.user-search-item img {
    max-width: 25px;
}

.user-search-item:hover {
    cursor: pointer;
    background: #e9ecef;
}

.btn-rounded {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 50px !important;
}

.card-title {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 20px;
}

.suggest-user h6, small, p {
    margin-bottom: 0 !important;
}

.suggest-user img {
    height: 50px;
    width: 50px;
}

.user-search-input {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.user-search-form .input-group-append span {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.me-avatar {
    width: 250px;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.me-avatar p {
    line-height: 1.2;
}

/**
 * 6.0 - Media Queries
 */

@media (min-width: 320px) {
    .carousel-caption h1 {
        font-size: 1.3rem;
    }

    .cr-up-date {
        display: block;
        width: 100%;
    }

    .add-w-950 {
        width: 100% !important;
    }

    .add-w-766 {
        width: 100% !important;
    }

    .search-form {
        width: 100%;
    }

    .homepage-img-box {
        height: auto;
    }

    .homepage-img-box img {
        width: 100%;
        height: auto;
    }

    #biz-banner {
        height: 211px;
    }

    .biz-banner-img img {
        width: auto;
        height: 100%;
    }

    .section-album {
        height: auto;
    }

    .homepage-main-img {
        height: 250px;
    }

    .homepage-main-img-desc {
        top: 80px;
    }

    .home-album-title-box {
        margin-top: 0 !important;
        padding-top: 5px;
        height: 85px;
        width: calc(100% - 64px);
    }

    .home-album-title {
        font-size: 1.5rem;
    }

    .img-icon {
        font-size: 2rem;
    }

    .album-other-image {
        top: 130px;
        height: auto;
    }

    .album-other-image .home-alb-img {
        height: auto;
    }

    .album-other-image .home-album {
        padding: 0;
        margin-bottom: 25px;
    }

    .album-other-image .home-album-description {
        padding-left: 5px;
        font-size: 1.35rem;
    }

    .album-other-image .home-alb-img img {
        width: 100%;
    }

    .callout {
        margin-left: -15px;
        margin-right: -15px;
    }

    .article-content img {
        width: 110%;
        margin-right: -15px;
        margin-left: -15px;
    }

    .hr-large-block .article-image img {
        width: 100%;
    }

    .lt-user {
        width: 45%;
    }

    #priyo_offer {
        display: none;
    }

    #mobile_offer_view {
        display: block;
    }

    .offer-card {
        min-height: 200px !important;
    }

    .article-details .article-image img {
        width: 100%;
    }

    .job-nav-item {
        margin: 16px 0 16px 9px;
        padding-right: 10px;
    }

    .job-search-btn {
        padding: 0 10px;
    }

    .job-post a {
        margin: 10px 0 10px 0;
    }

    .job-post {
        text-align: left !important;
    }

    .job-container.container {
        padding-left: 0;
        padding-right: 0;
    }

    .job-card, .job-company-card {
        flex: 0 0 100%;
    }

    .company-info {
        flex: 0 0 100%;
    }

    .show-in-mobile {
        display: block;
    }

    .hide-in-mobile {
        display: none;
    }

    .fixed-top-menu {
        position: initial;
    }

    .feed-horizontal .article-description h4 {
        font-size: 1.125rem;
    }

    .people-image {
        height: auto;
    }

    .app-download-alert h3 {
        display: block !important;
    }

}

@media (min-width: 375px) {
    .lt-user {
        width: 30%;
    }
}

@media (min-width: 576px) {
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

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

    .people-image {
        height: 129px;
    }
}

@media (min-width: 768px) {

    .app-download-alert h3 {
        display: inline !important;
    }

    .people-image {
        height: 184px;
    }

    .feed-horizontal .article-description h4 {
        font-size: 1.5rem;
    }

    .cr-up-date {
        display: inline;
        width: auto;
    }

    .carousel-caption h1 {
        font-size: 1.8rem;
    }

    .leaderboard-ad {
        display: block;
    }

    .img-upload-preview .col-md-4 {
        max-width: 50% !important;
        flex: 0 0 50%;
    }

    .add-w-950 {
        width: 720px !important;
    }

    .add-w-766 {
        width: 720px !important;
    }

    .search-form {
        width: 50%;
    }

    #biz-banner {
        height: 381px;
    }

    .section-album {
        height: 470px;
    }

    .homepage-main-img-desc {
        top: 90px;
    }

    .homepage-main-img {
        height: 100%;
    }

    .home-album-title-box {
        width: calc(100% - 164px);
    }

    .home-album-title {
        font-size: 2rem;
    }

    .img-icon {
        font-size: 4rem;
    }

    .album-other-image {
        top: 140px;
        height: 170px;
    }

    .album-other-image .home-alb-img {
        height: 110px;
    }

    .album-other-image .home-album-description {
        font-size: 1rem;
    }

    .album-other-image .home-alb-img img {
        width: auto;
    }

    .article-content img {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .hr-large-block .article-image img {
        width: auto;
    }

    .lt-user {
        width: 15%;
    }

    .offer-card {
        min-height: 260px !important;
    }

    .job-search-btn {
        padding: 0 24px;
    }

    .job-post a {
        margin: 10px 0 10px 10px;
    }

    .job-post {
        text-align: right !important;
    }

    .job-container.container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .job-card, .job-company-card {
        flex: 0 0 46%;
    }

    .show-in-mobile {
        display: none;
    }

    .hide-in-mobile {
        display: block;
    }

}

@media (min-width: 1024px) {
    body {
        padding-top: 35px;
    }

    .fixed-top-menu {
        position: fixed;
    }

    #priyo_offer {
        display: block;
    }

    #mobile_offer_view {
        display: none;
    }

    .add-w-950 {
        width: 606px !important;
    }

    .add-w-766 {
        width: 445px !important;
    }

    .top-biz-box-460-300 {
        width: 360px;
    }

    .top-biz-box-350-300 {
        width: 300px;
    }

    .top-biz-box-400-300 {
        width: 400px;
    }

    .top-biz-box-400-140 {
        width: 230px;
    }

    .top-biz-box-190-140 {
        width: 190px;
    }

    .album-other-image .home-alb-img {
        height: 150px;
    }

    .lt-user {
        width: 15%;
    }

    .offer-card {
        min-height: 260px !important;
    }

    .job-card {
        flex: 0 0 24%;
    }

    .job-company-card {
        flex: 0 0 32%;
    }

}

@media (min-width: 1025px) {
    .add-w-950 {
        width: 950px !important;
    }

    .add-w-766 {
        width: 766px !important;
    }

    .lt-user {
        width: 10%;
    }

    .people-image {
        height: 165px;
    }
}

@media (min-width: 1200px) {
    .offer-card {
        min-height: 215px !important;
    }

    .company-info {
        flex: 1;
    }

    .people-image {
        height: 220px;
    }
}

@media (min-width: 1280px) {
    .people-image {
        height: 263px;
    }

    .img-upload-preview .col-md-4 {
        max-width: 33.333333% !important;
        flex: 0 0 33.333333%;
    }

    .container {
        max-width: 1280px;
    }

    #biz-banner {
        height: 500px;
    }

    .section-album {
        height: 715px;
    }

    .homepage-main-img-desc {
        top: 180px;
    }

    .img-icon {
        font-size: 6.5rem;
    }

    .home-album-title-box {
        height: auto;
        margin-top: 10px !important;

    }

    .home-album-title {
        font-size: 3rem;
    }

    .album-other-image {
        top: 228px;
        height: 252px;
    }

    .album-other-image .home-alb-img {
        height: 200px;
    }

    .album-other-image .home-alb-img img {
        height: 100%;
    }

    .top-biz-box-460-300 {
        width: 460px;
    }

    .top-biz-box-350-300 {
        width: 350px;
    }

    .top-biz-box-400-140 {
        width: 400px;
    }

    .offer-card {
        min-height: 240px !important;
    }

}

/***===  320px  ===***/
@media only screen and (min-width: 20rem) {
    .anchor_ad_wrapper {
        display: block;
        z-index: 9999;
    }
}

/***===  768px  ===***/
@media only screen and (min-width: 48rem) {
    .anchor_ad_wrapper {
        display: none;
    }
}

/* tablet */
@media (max-width: 425px) {
    .cover-header {
        display: none !important;
    }

    .cover-header-mobile {
        display: block;
        background: none !important;
        text-shadow: none !important;
        color: black !important;
        width: 100% !important;
        padding: 10px !important;
        font-size: 2rem !important;
        background: #cccccc !important;
    }

    .category-menu-wrapper a {
        font-size: 1.5rem;
    }

    .around-the-web object {
        margin-bottom: 25px;
    }

    .offer-card.article-image {
        margin-right: -5px;
        margin-left: -5px;
    }

    .feed-horizontal .article-image {
        flex: 0 0 175px;
    }
}

@media (max-width: 475px) {
    .around-the-web .news-feed-summary a {
        font-size: 1rem;
        line-height: 0.5;
    }

    .around-the-web .news-feed-date i {
        font-size: 0.75rem;
        color: grey;
    }
}

@media (max-width: 575px) {
    .around-the-web object {
        width: 60%;
    }

    .around-the-web .news-feed-summary a {
        font-size: 1.125rem;
        line-height: 0.5;
    }

    .around-the-web .news-feed-date i {
        font-size: 0.875rem;
        color: grey;
    }
}

/* original */
@media (max-width: 770px) {

    .site-search-bar .all-search {
        width: 90%;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding: 5px;
    }

    #search-dropdown-2 {
        left: 0;
        top: 11px;
    }

    .desktop-view-img {
        display: none;
    }

    .mobile-view-img {
        visibility: visible;
    }

    .d-c-table {
        display: block;
        padding-right: 0 !important;
    }

    .category-menu-wrapper ul {
        width: 42%;
        height: 265px;
    }

    .login-link {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    .category-menu-wrapper a {
        font-size: 1rem;
    }

    footer ul {
        padding: 0;
    }

    .copyright {
        text-align: left !important;
        padding: 10px;
    }

    .footer-logo {
        margin-bottom: 10px;
    }

    .d-table {
        height: auto !important;
        table-layout: fixed;
    }

    .section-contributor .card {
        margin-bottom: 10px;
    }

    .social-share {
        text-align: left !important;
    }

    footer {
        margin-top: 30px !important;
    }

    .order-featured-article-end {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .order-featured-article-start {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-end {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .order-start {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .hr-full-mobile .pr-4 {
        padding: 0 !important;
    }

    .people-card {
        margin-bottom: 20px;
    }

    .home-cover .h-100 {
        height: auto !important;
    }

    .home-cover {
        background-image: none !important;
        height: auto !important;
        background-position: initial;
        background-size: 100% auto;
        background-color: transparent !important;
        margin-bottom: 0 !important;
    }

    .cover-image-mobile {
        display: block;
    }

    .contributor-block img {
        margin: 0 auto !important;
    }

    iframe {
        max-width: 100% !important;
        display: inline-block;
        border: 0;
    }

    .home-cover h1 {
        width: 90%;
        font-size: 2.15rem;
    }

    .w-300 {
        width: auto !important;
    }

    .hr-large-block {
        margin-bottom: 20px !important;
    }

    .article-details h1 {
        font-size: 2rem;
    }

    .featured-block {
        border-bottom: 1px solid #dee2e6 !important;
        padding-bottom: 0.75rem;
    }

    .category-article-block img {
        min-width: 100% !important;
    }

    .story-article-block img {
        max-width: 100% !important;
    }

    .story-article-block {
        padding-bottom: 0.75rem !important;
    }

    .page-item.active {
        display: none !important;
    }

    .navbar-collapse ul {
        display: none !important;
    }

    .category-menu-wrapper {
        height: 100% !important;
        overflow-y: scroll !important;
    }

    .category-menu-wrapper .scroll {
        height: 80% !important;
        overflow-y: scroll !important;
        box-sizing: border-box;
        padding-bottom: 20%;
    }

    .category-menu-wrapper ul:not(:last-child) {
        margin-right: 20px;
    }

    .navbar-toggler {
        position: absolute;
    }

    .navbar-brand {
        margin-left: 60px !important;
    }

    .people-in-news-title h3 {
        font-size: 20px;
    }

    .offer-card {
        border: none !important;
    }

    .offer-card-img {
        display: block;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px;
    }

    /*New design for feed in mobile view*/
    #feed-box {
        padding: 0;
    }

    .sidebar-menu-box {
        display: none;
    }

    .feed-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .right-sidebar {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .right-sidebar > div {
        display: none;
    }

    .feed-block {
        margin-left: -15px;
        margin-right: -15px;
    }

}

/*============================*/

@media (max-width: 1200px) {
    .around-the-web object {
        margin-bottom: 65px;
    }
}

@media (max-width: 1024px) {
    .around-the-web .news-feed-summary a {
        font-size: 1rem;
        line-height: 0.5;
    }

    .around-the-web .news-feed-date i {
        font-size: 0.75rem;
        color: grey;
    }

    .around-the-web object {
        margin-bottom: 45px;
    }
}

@media (max-width: 992px) {
    .around-the-web object {
        margin-bottom: 0;
    }
}

/*============================*/

@media (max-width: 1280px) {
    .biz-banner-img img {
        width: 100%;
    }

    .around-the-web object {
        width: 150px;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 40rem) {
    #mynetwork {
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 768px) {
    #ext-news-show {
        overflow-y: scroll;
        height: 800px;
        -webkit-overflow-scrolling: touch;
    }

    .album-description {
        opacity: 1;
    }

    .business-cover .biz-cover-image {
        width: 100%;
        margin-top: 20px;
        height: auto;
    }

    .address-container {
        width: 100%;
    }

    .footer-app-badges, .brands-site-logo {
        text-align: center;
    }

    .footer-app-badges {
        margin-top: 20px;
    }

}
