@charset "UTF-8";
/*

@Author: Mausam Neupane
@URL: https://nepalideveloper.com

    // Table of contents //

    01. FONTS
    02. BODY
    03. LINKS
    04. HTML TAGS
    05. HEADLINES
    06. FORM ELEMENTS
    07. CUSTOM CONTAINER
    08. SPACING
    09. CUSTOM CLASSES
    10. THEME DARK
    11. CUSTOM SWITCHER
    12. PAGINATION
    13. CONTENT SECTION
    14. SECTION SEPARATOR
    15. SECTION AD
    16. SECTION TITLE
    17. SEARCH BOX
    18. SIDE WIDGET
    19. SIDEBAR
    20. SCROLL UP
    21. STICKY NAVBAR
    22. HEADER
    23. NAVBAR
    24. PAGE HEADER
    25. SINGLE HEADER
    26. MAIN SLIDER
    27. NEWS SLIDER
    28. HIGHLIGHT SLIDER
    29. SIDE NEWS
    30. BLOG POST
    31. NEW YORK
    32. CHICAGO
    33. MIAMI
    34. NEVADA
    35. KENTUCKY
    36. KANSAS
    37. FLORIDA
    38. ARIZONA
    39. TEXAS
    40. GEORGIA
    41. COLORADO
    42. UTAH
    43. ALASKA
    44. CALIFORNIA
    45. INDIANA
    46. MONTANA
    47. AUTHORS
    48. AUTHORS INFO BOX
    49.POST NAVIGATION
    50.AUTHOR BOX
    51.CONTACT BOX
    52.NEWSLETTER BOX
    53.FOOTER
    54.RESPONSIVE MEDIUM
    55.RESPONSIVE TABLET
    56.RESPONSIVE MOBILE


*/

/* CUSTOM FONTS */

/*.main-heading-title{*/
/*    position: sticky;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    width: 100%;*/
/*    z-index: 999;*/
/*    background: #ffffff;*/
/*    padding: 20px ;*/
/*    font-size: 50px;*/
/*}*/

@font-face {
    font-family: 'Mont';
    src: url("../fonts/Mont-Regular.eot");
    src: local("☺"), url("../fonts/Mont-Regular.woff") format("woff"), url("../fonts/Mont-Regular.ttf") format("truetype"), url("../fonts/Mont-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url("../fonts/Mont-Bold.eot");
    src: local("☺"), url("../fonts/Mont-Bold.woff") format("woff"), url("../fonts/Mont-Bold.ttf") format("truetype"), url("../fonts/Mont-Bold.svg") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url("../fonts/Mont-Heavy.eot");
    src: local("☺"), url("../fonts/Mont-Heavy.woff") format("woff"), url("../fonts/Mont-Heavy.ttf") format("truetype"), url("../fonts/Mont-Heavy.svg") format("svg");
    font-weight: 800;
    font-style: normal;
}

:root {
    --dark-color: #17161a;
    --primary-color: #07172d;
    --secondary-color: #ecb5b9;
}

* {
    outline: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Mukta", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    color: #0c0c0c;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 300px;
}

.navbar-brand-box-top {
    padding-left: 20px;
    width: 250px;
    background: #fbfaff;
    border-right: 1px solid #e9e9ef;
    -webkit-box-shadow: 0 2px 2px #fbfaff;
    box-shadow: 0 2px 2px #fbfaff;
}

/* LINKS */
a {
    color: #0c0c0c;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

a:hover {
    color: #0c0c0c;
    text-decoration: underline;
}

/* HTML TAGS */
img {
    max-width: 100%;
}

strong {
    font-weight: 600;
}

.text__theme {
    color: #c90707;
}

.text__theme__underline {
    font-size: 22px;
    border-bottom: 2px solid #938d8d;
}

.text__theme__underline__address {
    font-size: 26px;
    border-bottom: 4px solid #938d8d;
}

.medium__text p {
    font-size: 18px;
}

.marquee__icon {
    float: left;
    margin-right: 10px;
    background: #c90707;
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}


.marquee__icon::after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 5px;
    right: -28px;
    border-color: transparent transparent transparent rgb(107, 107, 114);
    border-style: solid;
    border-width: .7em;
}

blockquote {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 30px;
    padding: 0 50px;
    font-family: "Times New Roman";
    position: relative;
    line-height: 1.2;
}

blockquote:before {
    content: "“";
    font-size: 80px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
}

/* HEADLINES */
h1 {
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 20px;
}

h3 {
    margin-bottom: 20px;
}

h4 {
    margin-bottom: 20px;
}

h5 {
    margin-bottom: 20px;
}

h6 {
    margin-bottom: 20px;
}

/*!* FORM ELEMENTS *!*/
/*input[type="text"] {*/
/*    width: 420px;*/
/*    max-width: 100%;*/
/*    height: 60px;*/
/*    padding: 0 30px;*/
/*    border: 1px solid #cecece;*/
/*}*/

/*input[type="email"] {*/
/*    width: 420px;*/
/*    max-width: 100%;*/
/*    height: 60px;*/
/*    padding: 0 30px;*/
/*    border: 1px solid #cecece;*/
/*}*/

/*input[type="search"] {*/
/*    width: 420px;*/
/*    max-width: 100%;*/
/*    height: 60px;*/
/*    padding: 0 30px;*/
/*    border: 1px solid #cecece;*/
/*}*/

/*input[type="password"] {*/
/*    width: 420px;*/
/*    max-width: 100%;*/
/*    height: 60px;*/
/*    padding: 0 30px;*/
/*    border: 1px solid #cecece;*/
/*}*/

/*input[type="number"] {*/
/*    width: 420px;*/
/*    max-width: 100%;*/
/*    height: 60px;*/
/*    padding: 0 30px;*/
/*    border: 1px solid #cecece;*/
/*}*/

/*input[type="date"] {*/
/*    width: 420px;*/
/*    max-width: 100%;*/
/*    height: 60px;*/
/*    padding: 0 30px;*/
/*    border: 1px solid #cecece;*/
/*}*/

/*input[type="radio"] {*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    display: inline-block;*/
/*    margin-right: 4px;*/
/*    transform: translateY(3px);*/
/*    appearance: none;*/
/*    background: #ededed;*/
/*    border-radius: 50%;*/
/*}*/

/*input[type="radio"]:checked {*/
/*    border: 6px solid #0c0c0c;*/
/*}*/

/*input[type="checkbox"] {*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    display: inline-block;*/
/*    margin-right: 4px;*/
/*    transform: translateY(2px);*/
/*    appearance: none;*/
/*    background: #0c0c0c;*/
/*}*/

/*input[type="checkbox"]:checked {*/
/*    border: 4px solid #ededed;*/
/*}*/

textarea {
    width: 520px;
    max-width: 100%;
    height: 140px;
    padding: 30px;
    border: 1px solid #cecece;
}

select {
    width: 420px;
    max-width: 100%;
    height: 60px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 30px) 34px, calc(100% - 25px) 34px, calc(100% - 3.5em) 20px;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
}

input[type="submit"] {
    height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: whitesmoke;
    background: #a30000;
    border: none;
    padding: 0 40px;
}

button[type="submit"] {
    height: 60px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: whitesmoke;
    background: #a30000;
    border: none;
    padding: 0 40px;
}

button[type="submit"] i {
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    transform: translateY(2px);
}


.sticky-navbar .logo .light-logo {
    display: none;
}

/* CUSTOM CONTAINER */
@media (min-width: 1170px) {
    .container {
        max-width: 1100px;
    }
}

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


/* SPACING */
.no-spacing {
    margin: 0 !important;
    padding: 0 !important;
}

.no-top-spacing {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.spacing-50 {
    width: 100%;
    display: flex;
    height: 50px;
}

/* CUSTOM CLASSES */
.overflow {
    overflow: hidden;
}

.only__side__nav {
    display: none;
    visibility: hidden;
}

.image {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.video-frame {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* # IMPORTANT Dont Touch this */
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card .marquee a {
    font-size: 17px;
}

.card .marquee a:hover {
    color: #f70000;
    text-decoration: none;
}

/* THEME DARK */
body[data-theme="dark"] {
    background-color: #07172c !important;
    color: #fff;
}

body[data-theme="dark"] a {
    color: #fff;
}

body[data-theme="dark"] a:hover {
    color: #fff !important;
    opacity: 0.8;
}

body[data-theme="dark"] .header .container .left-side .social-media .social-info {
    background: #0c0c0c;
    border-color: rgba(255, 255, 255, 0.15);
}

body[data-theme="dark"] .search-box {
    background: #0c0c0c;
}

body[data-theme="dark"] .search-box .container input[type="search"] {
    color: #fff;
}

body[data-theme="dark"] .sticky-navbar {
    background: #041427;
}

body[data-theme="dark"] .sticky-navbar .logo .dark-logo {
    display: none;
}

body[data-theme="dark"] .sticky-navbar .logo .light-logo {
    display: block;
}

body[data-theme="dark"] .sticky-navbar .site-menu ul li a {
    color: #ffffff;
}

body[data-theme="dark"] .blog-post .metas .dot {
    background: #fff;
}

body[data-theme="dark"] .header .container .logo a .logo-light {
    display: block;
}

body[data-theme="dark"] .header .container .logo a .logo-dark {
    display: none;
}

body[data-theme="dark"] .navbar .site-menu ul li i {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

body[data-theme="dark"] .navbar .logo .logo-dark {
    display: none;
}

body[data-theme="dark"] .navbar .logo .logo-light {
    display: block;
}

body[data-theme="dark"] .page-header {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

body[data-theme="dark"] .header {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

body[data-theme="dark"] .navbar {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

body[data-theme="dark"] .pagination .page-item .page-link {
    background: none;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
}

body[data-theme="dark"] .pagination .page-item.active .page-link {
    background: #c90707;
    color: #dedede;
}

body[data-theme="dark"] .blog-post .metas .views img {
    filter: invert(1) brightness(1);
}

body[data-theme="dark"] .california .post-content .post-title {
    color: #fff;
}

body[data-theme="dark"] .california .post-content .metas {
    color: #fff;
}

body[data-theme="dark"] .california .post-content .dot {
    background: #fff;
}

body[data-theme="dark"] .california .post-content {
    color: #fff;
}

body[data-theme="dark"] .california .post-content strong {
    color: #fff;
    opacity: 0.8;
}

body[data-theme="dark"] .california .post-content u {
    color: #fff;
    opacity: 0.8;
}

body[data-theme="dark"] .california .post-content blockquote {
    border-color: var(--primary-color);
}

body[data-theme="dark"] .author-info-box .content ul li a {
    color: #fff;
}

body[data-theme="dark"] .author-info-box .content ul li a:hover {
    color: var(--primary-color);
}

body[data-theme="dark"] .author-box {
    border-color: rgba(255, 255, 255, 0.15);
}

body[data-theme="dark"] .author-box .content .social li a:hover {
    color: var(--primary-color);
}

body[data-theme="dark"] .alaska .post-content {
    background: #2b2b2b;
}

body[data-theme="dark"] .alaska .post-content .metas .dot {
    background: #fff;
}

body[data-theme="dark"] .miami {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

body[data-theme="dark"] .nevada .post-content {
    color: #ffffff;
    padding-bottom: 36px;
    background: #07172b;
}

body[data-theme="dark"] .nevada .post-content .post-title a {
    color: #fff;
}

body[data-theme="dark"] .nevada .post-content .metas .author a {
    color: #0c0c0c;
}

body[data-theme="dark"] .kansas .metas .date {
    color: rgba(255, 255, 255, 0.6);
}

body[data-theme="dark"] .kansas .metas .dot {
    background: #fff;
}

body[data-theme="dark"] .kansas .metas .author {
    color: rgba(255, 255, 255, 0.6);
}

body[data-theme="dark"] .kansas .metas .author a {
    color: rgba(255, 255, 255, 0.6);
}

body[data-theme="dark"] .florida .post-content .post-title a {
    color: #0c0c0c;
}

body[data-theme="dark"] .florida .post-content .metas {
    color: #0c0c0c;
}

body[data-theme="dark"] .florida .post-content .metas .author a {
    color: #0c0c0c;
}

body[data-theme="dark"] .kentucky .post-content .post-title a {
    color: #0c0c0c;
    background: #07172b;
}

body[data-theme="dark"] .texas .post-content {
    color: #fff;
    background: #07172b;
}

body[data-theme="dark"] .texas .post-content .post-title a {
    color: #fff;
}

body[data-theme="dark"] .col-lg-4:first-child .texas {
    margin-bottom: 50px;
}

body[data-theme="dark"] .section-separator hr {
    background: rgba(255, 255, 255, 0.3);
}

body[data-theme="dark"] .utah .post-content .metas .date {
    color: rgba(255, 255, 255, 0.6);
}

body[data-theme="dark"] .utah .post-content .post-title a {
}

body[data-theme="dark"] .highlight-slider-wrapper .highlight-slider-bottom:before {
    background: #2b2b2b;
}

body[data-theme="dark"] .montana .post-content .post-title a {
}

body[data-theme="dark"] .montana {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

body[data-theme="dark"] .montana .post-content .metas {
    color: rgba(255, 255, 255, 0.6);
}

body[data-theme="dark"] .montana .post-content .metas .dot {
    background: rgba(255, 255, 255, 0.6);
}

body[data-theme="dark"] .montana .post-content .metas .author a {
    color: rgba(255, 255, 255, 0.6);
}

body[data-theme="dark"] .sidebar .widget .tab-content .tab-nav li.active a {
    color: #0c0c0c;
}

body[data-theme="dark"] .sidebar .widget .tab-content .tab-nav {
    background: rgba(255, 255, 255, 0.3);
}

body[data-theme="dark"] .scrollup {
    background: transparent;
    border-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}

body[data-theme="dark"] .scrollup:after {
    color: #fff;
}

body[data-theme="dark"] .scrollup svg.progress-circle path {
    stroke: var(--primary-color);
}

/* CUSTOM CONTROL */
.custom-control-label::before {
    border: #dddddd solid 1px;
}

.custom-switch .custom-control-label::after {
    background: #0c0c0c;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background: var(--primary-color);
    border-color: white;
    color: #0c0c0c;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background: #fff;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border: #dddddd solid 1px;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-switch .custom-control-label::before {
    top: 3px;
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 1px);
}


.nav_style1.utilities .single_post {
    display: flex;
    text-align: left;
    align-content: center;
    font-family: Mukta;
    margin-bottom: 8px;
}

.nav_style1.utilities .post_img.number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9eaeb;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: 0;
    left: 0;
    margin-right: 20px;
}

.post_img.number h2 {
    color: #dc143b;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.single_post_text {
    padding-top: 0;
    padding-bottom: 7px;
}

.single_post_text span.a {
    color: #a30000;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .02em;
}

.nav_style1.utilities .single_post_text h4 a {
    height: 25px;
    font-size: .8em;
    font-weight: 600;
}

.utility-widget .widget-title {
    padding-left: 50px;
}

.widget-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.utility-widget .widget-title::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 30px;
    background: linear-gradient(90deg, #5152da, #ad3535);
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    z-index: -1;
}

.b-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.b-btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.b-btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.header .container .right-side .custom-switch .custom-control-input {
    width: 100% !important;
    border: none;
    right: 0;
    left: auto !important;
    margin: 0;
}


.header-nav-border {
    background: #a30000;
    border-radius: 15px;
    padding: 2px 14px;
    font-size: 14px;
    color: #d5d5d5;
}

.header-nav-border-is-route {
    background: #d22127;
    border-radius: 15px;
    padding: 2px 14px;
    font-size: 14px;
    color: #d5d5d5;
}

/* PAGINATION */
.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 40px;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination .page-item.active .page-link {
    background: #c90707;
    border-color: transparent;
    color: #fff;
}

.pagination .page-item .page-link {
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #0c0c0c;
    outline: none !important;
}

.pagination .page-item .page-link:focus {
    outline: none !important;
}

/* CONTENT SECTION */
.content-section {
    width: 100%;
    display: block;
    padding: 60px 0;
    position: relative;
}

.bigyapan-section {
    width: 100%;
    display: block;
    padding: 60px 15px;
    position: relative;
}

.bigyapan-section.space-50 {
    padding: 30px 15px;
}

.bigyapan-section.space-top-50 {
    padding: 30px 15px 0;
}

.content-section.space-50 {
    padding: 30px 0;
}


.content-section.space-20 {
    padding-top: 14px;
    padding-bottom: 0;
}


/* SECTION SEPARATOR*/
.section-separator {
    width: 100%;
    display: block;
}

.section-separator hr {
    width: 100%;
    height: 3px;
    background: #ddd;
    border: none;
    margin: 0;
}

/* SECTION AD */
.section-ad {
    width: 100%;
    display: block;
}

.section-ad figure {
    width: 100%;
    display: flex;
    padding: 0;
    margin-bottom: 0;
    background: #f9f7f7;
}

/* SECTION TITLE */
.section-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-weight: 600;
    justify-content: space-between;
}

.section-title-video {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    justify-content: space-between;
}

.section-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.section-title a {
    margin-bottom: 0 !important;
    border-radius: 30px;
    font-size: 14px;
}

/* SEARCH BOX */
.search-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: #fff;
}

.search-box .close-button {
    position: absolute;
    right: 50px;
    top: 30px;
    color: red;
    font-size: 40px;
    cursor: pointer;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.search-box .close-button:hover {
    transform: scale(1.2);
}

.search-box .container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.search-box .container form {
    width: 100%;
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
}

.search-box .container input[type="search"] {
    width: 60vw;
    border: none;
    border-bottom: 4px solid #be7a7a;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: none;
}

.search-box .container h6 {
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

.search-box .container ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.search-box .container ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}

.search-box .container ul li a {
    display: inline-block;
    text-decoration: underline;
}

.search-box .container ul li a:hover {
    color: #777;
    text-decoration: none;
}

.search-box.active {
    opacity: 1;
    visibility: visible;
}

.shade {
    width: 100%;
    height: 100%;
    background: rgba(40, 31, 31, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.shade__business {
    width: 100%;
    height: 100px;
    background: rgba(40, 31, 31, 0.5);
    position: absolute;
    bottom: 0;
}

.shade__entertainment {
    width: 100%;
    height: 150px;
    background: rgba(40, 31, 31, 0.5);
    position: absolute;
    bottom: 0;
}

.banner-img-section {
    position: absolute;
    bottom: 4%;
    left: 4%;
    color: white;
}

.banner-img-title {
    font-size: 40px;
    line-height: 60px;
}

.banner2-img-title {
    font-size: 36px;
    line-height: 60px;
}

.cat1-img-title {
    font-size: 22px;
    line-height: 32px;
}

.cat2-img-title {
    font-size: 22px;
    line-height: 26px;
}

.text-img-title-26 {
    font-size: 26px;
    line-height: 36px;
}

.text-img-title-32 {
    font-size: 32px;
    line-height: 42px;
}

/*smililar articles*/

.similar__img {
    width: 260px;
    /*height: 112px;*/
    object-fit: cover;
}

.similar__text {
    width: 100%;
}

.similar__rajniti__img {
    width: 180px;
    /*height: 110px;*/
    object-fit: cover;
}


/* SIDE WIDGET */
.side-widget {
    width: 400px;
    max-width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 7;
    background: #f4f6f8;
    box-shadow: rgba(34, 96, 191, .24) 0 0 48px;
    padding: 20px 36px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all .3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.side-widget .close-button {
    position: absolute;
    right: 36px;
    top: 20px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.side-widget .close-button:hover {
    transform: scale(1.2);
}

.side-widget .logo {
    width: 90%;
    display: block;
    /*margin-bottom: 20px;*/
}

.side-widget .logo img {
    height: 80px;
}

.side-widget .inner {
    width: 100%;
    max-height: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow-y: auto;
}

.side-widget .inner .widget {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    color: #fff;
}

.side-widget .inner .widget .widget-title {
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.side-widget .inner .widget:last-child {
    margin-bottom: 0;
}

.side-widget .inner .account {
    width: 100%;
    display: none;
    align-items: center;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.side-widget .inner .account i {
    font-size: 20px;
    margin-right: 8px;
}

.side-widget .inner .account a {
    color: #fff;
    font-weight: 600;
}

.side-widget .inner .site-menu {
    width: 100%;
    display: block;
}

.side-widget .inner .site-menu ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.side-widget .inner .site-menu ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.side-widget .inner .site-menu ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.side-widget .inner .site-menu ul li ul {
    display: none;
    padding-left: 15px;
    margin: 15px 0;
}

.side-widget .inner .site-menu ul li ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: none;
}

.side-widget .inner .site-menu ul li i {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: 230px;
    /*margin-right: 20px;*/
}

.side-widget .inner .site-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.side-widget .inner .side-newsletter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.side-widget .inner .side-newsletter p {
    width: 100%;
    display: block;
}

.side-widget .inner .side-newsletter form {
    width: 100%;
    display: block;
}

.side-widget .inner .side-newsletter input[type="email"] {
    max-width: 100%;
    margin-bottom: 10px;
    border: none;
}

.side-widget .inner .side-newsletter label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.side-widget .inner .side-newsletter input[type="checkbox"] {
    display: inline-block;
    background: #ededed;
}

.side-widget .inner .side-newsletter input[type="checkbox"]:checked {
    border: 4px solid #ededed;
    background: #0c0c0c;
}

.side-widget.active {
    left: 0;
}

/* SIDEBAR */
.sidebar {
    width: 100%;
    padding-top: 30px;
    z-index: 5;
    margin-top: -30px;
}

.sidebar .widget {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget .tab-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.sidebar .widget .tab-content .tab-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    background: #fbfbfb;
}

.sidebar .widget .tab-content .tab-nav li {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .widget .tab-content .tab-nav li.active a {
    background: var(--primary-color);
    color: white;
}

.sidebar .widget .tab-content .tab-nav li a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    float: left;
    font-weight: 600;
    padding: 0;
    text-align: center;
}

.sidebar .widget .tab-content .tab-item {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.sidebar .widget .tab-content .tab-item.active-item {
    display: block;
}

.sidebar .widget .side-newsletter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #0c0c0c;
    color: #fff;
    padding: 40px;
}

.sidebar .widget .side-newsletter h3 {
    width: 100%;
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.sidebar .widget .side-newsletter p {
    width: 100%;
    display: block;
}

.sidebar .widget .side-newsletter form {
    width: 100%;
    display: block;
}

.sidebar .widget .side-newsletter input[type="email"] {
    max-width: 100%;
    margin-bottom: 10px;
    border: none;
}

.sidebar .widget .side-newsletter label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.sidebar .widget .side-newsletter input[type="checkbox"] {
    display: inline-block;
    background: #ededed;
}

.sidebar .widget .side-newsletter input[type="checkbox"]:checked {
    border: 4px solid #ededed;
    background: #0c0c0c;
}

/* SCROLL UP*/
.scrollup {
    width: 56px;
    height: 56px;
    border-radius: 46px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    box-shadow: inset 0 0 0 2px #cccccc;
    cursor: pointer;
    z-index: 6;
    display: none;
    border: 5px solid #fff;
    background: #fff;
}

.scrollup:after {
    content: '\f062';
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #1f2029;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    cursor: pointer;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 18px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.scrollup svg path {
    fill: none;
}

.scrollup svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    stroke: #1f2029;
    stroke-width: 4px;
}

/* STICKY NAVBAR */
.sticky-navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    background: #a30000;
    box-shadow: 0 0 10px rgba(14, 9, 9, 0.1);
    position: fixed;
    z-index: 6;
    top: -100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    padding: 12px 60px;
}

.sticky-navbar.nav-up {
    top: 0 !important;
}

.sticky-navbar.nav-down {
    top: 0 !important;
}

.sticky-navbar .logo {
    margin-right: auto;
}

.sticky-navbar .logo img {
    height: 38px;
}

.sticky-navbar .site-menu {
    display: inline-block;
    margin: 0 auto;
}

.sticky-navbar .site-menu ul {
    display: inline-block;
    margin: 0;
    padding-top: 8px;
}

.sticky-navbar .site-menu ul li {
    display: inline-block;
    margin: 0;
    margin-right: 3vw;
    padding: 0;
    list-style: none;
    position: relative;
}

.sticky-navbar .site-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.sticky-navbar .site-menu ul li i {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-bottom: 2px solid #d2a2a2;
    border-left: 2px solid #d2a2a2;
    transform: rotate(-45deg) translateY(-5px);
    margin-left: 10px;
}

.sticky-navbar .site-menu ul li a {
    display: inline-block;
    position: relative;
    color: white;
    text-underline: #0b2e13;
}

.sticky-navbar .site-menu ul li a:hover {
    text-decoration: none;
    color: #d2a2a2;
}

.sticky-navbar .site-menu ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 3px;
    height: 5px;
    width: 0;
    transition: width 0s ease, background .25s ease;
    mix-blend-mode: multiply;
}

.sticky-navbar .site-menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 3px;
    height: 5px;
    width: 0;
    background: linear-gradient(180deg, #9A0606 0%, #F70909 100%);
    transition: width .25s ease;
    mix-blend-mode: multiply;
}

.sticky-navbar .site-menu ul li a:hover:before {
    width: 100%;
    background: linear-gradient(180deg, #9A0606 0%, #F70909 100%);
    transition: width .25s ease;
}

.sticky-navbar .site-menu ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

.sticky-navbar .site-menu ul li ul {
    position: absolute;
    left: -30px;
    top: calc(100% + 25px);
    z-index: 1;
    background: #fff;
    padding: 30px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background: #a30000;
}

.sticky-navbar .site-menu ul li ul:before {
    content: "";
    width: 100%;
    height: 27px;
    position: absolute;
    left: 0;
    top: -27px;
}

.sticky-navbar .site-menu ul li ul li {
    width: 100%;
    display: block;
    white-space: nowrap;
    margin-bottom: 7px;
}

.sticky-navbar .site-menu ul li ul li:last-child {
    margin-bottom: 0;
}

.sticky-navbar .site-menu ul li ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.sticky-navbar .site-menu ul li ul li a:hover {
    color: var(--primary-color);
}

.sticky-navbar .site-menu ul li ul li a:before {
    display: none;
}

.sticky-navbar .site-menu ul li ul li a:after {
    display: none;
}

.sticky-navbar .search-button {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.sticky-navbar .search-button i {
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}

/* HEADER */
.header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.header .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header .container .left-side {
    width: 25%;
    display: inline-block;
    margin-right: auto;
}

.header .container .single {
    width: 100%;
    display: inline-block;
    margin-right: auto;
}

.header .container .left-side .social-media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.header .container .left-side .social-media .social-info {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: calc(100% + 26px);
    z-index: 1;
    background: #fff;
    padding: 15px 25px;
    border: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    white-space: nowrap;
    font-weight: 400;
}

.header .container .left-side .social-media .social-info:before {
    content: "";
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    top: -25px;
}

.header .container .left-side .social-media .social-info ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.header .container .left-side .social-media .social-info ol li {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 3px 0;
    padding: 0;
    list-style: none;
}

.header .container .left-side .social-media .social-info ol li i {
    width: 24px;
    font-size: 13px;
}

.header .container .left-side .social-media .social-info ol li span {
    width: 50px;
    text-align: right;
    margin-left: auto;
}

.header .container .left-side .social-media .label {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 800;
    position: relative;
}

.header .container .left-side .social-media .label:hover .social-info {
    opacity: 1;
    visibility: visible;
}

.header .container .left-side .social-media ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.header .container .left-side .social-media ul li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}

.header .container .left-side .social-media ul li a {
    display: inline-block;
    font-size: 13px;
}

.header .container .left-side .social-media ul li a:hover {
    color: #777;
}

.header .container .logo {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.header .container .logo a {
    display: inline-block;
}

.header .container .logo a .logo-light {
    display: none;
}

.header .container .logo a img {
    height: 80px;
}

.header .container .right-side {
    width: 25%;
    display: flex;
    margin-left: auto;
}

.header .container .right-side .custom-switch {
    display: flex;
    align-items: center;
    margin-left: auto;
    white-space: nowrap;
    font-size: 20px;
}

.header .container .right-side .custom-switch:focus {
    border: none;
}

.header .container .right-side .custom-switch .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
    transform: none;
}

.header .container .right-side .account {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.header .container .right-side .account i {
    font-size: 20px;
}

.header .container .right-side .account a {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 600;
}


/* NAVBAR */
.navbar_custom {
    background: #f9dada;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
}

.navbar_custom .hamburger-menu {
    margin-right: auto;
    display: flex;
    align-items: center;
    color: white;
    cursor: pointer;
}

.navbar_custom .hamburger-menu i {
    font-size: 24px;
}

.navbar_custom .logo {
    display: none;
}

.navbar_custom .logo .logo-light {
    display: none;
}

.navbar_custom .logo .logo-dark {
    display: inline-block;
}

.navbar_custom .site-menu {
    display: inline-block;
}

.navbar_custom .site-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.navbar_custom .site-menu ul li {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-right: 3vw;
    padding: 0;
    list-style: none;
    position: relative;
    color: white;
}


.navbar_custom .site-menu ul li a.active {
    border-bottom: 2px solid var(--secondary-color);
    color: var(--secondary-color);
}

.navbar_custom .site-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.navbar_custom .site-menu ul li .label {
    height: 16px;
    line-height: 16px;
    display: inline-block;
    padding: 0 5px;
    border-radius: 16px;
    background: var(--primary-color);
    color: #0c0c0c;
    font-size: 9px;
    font-weight: 600;
    transform: translateY(-6px);
}

.navbar_custom .site-menu ul li i {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-bottom: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    transform: rotate(-45deg) translateY(-5px);
    margin-left: 10px;
}

.navbar_custom .site-menu ul li a {
    display: inline-block;
    position: relative;
}

.navbar_custom .site-menu ul li a:hover {
    text-decoration: none;
    color: var(--secondary-color);
}

.navbar_custom .site-menu ul li ul {
    position: absolute;
    left: -30px;
    top: calc(100% + 23px);
    z-index: 2;
    padding: 30px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background: #f4f6f8;
}

.navbar_custom .site-menu ul li ul:before {
    content: "";
    width: 100%;
    height: 27px;
    position: absolute;
    left: 0;
    top: -27px;
}

.navbar_custom .site-menu ul li ul li {
    width: 100%;
    display: block;
    white-space: nowrap;
    margin-bottom: 7px;
}

.navbar_custom .site-menu ul li ul li:last-child {
    margin-bottom: 0;
}

.navbar_custom .site-menu ul li ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.navbar_custom .site-menu ul li ul li a:hover {
    color: #b0d7ff;
}

.navbar_custom .site-menu ul li ul li a:before {
    display: none;
}

.navbar_custom .site-menu ul li ul li a:after {
    display: none;
}


/* NAVBAR */
.navbar {
    background: #a30000;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
}

.navbar .hamburger-menu {
    margin-right: auto;
    display: flex;
    align-items: center;
    color: white;
    cursor: pointer;
}

.navbar .hamburger-menu i {
    font-size: 24px;
}

.navbar .logo {
    display: none;
}

.navbar .logo .logo-light {
    display: none;
}

.navbar .logo .logo-dark {
    display: inline-block;
}

.navbar .site-menu {
    display: inline-block;
}

.navbar .site-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.navbar .site-menu ul li {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-right: 3vw;
    padding: 0;
    list-style: none;
    position: relative;
    color: white;
}


.navbar .site-menu ul li a.active {
    border-bottom: 2px solid var(--secondary-color);
    color: var(--secondary-color);
}

.navbar .site-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.navbar .site-menu ul li .label {
    height: 16px;
    line-height: 16px;
    display: inline-block;
    padding: 0 5px;
    border-radius: 16px;
    background: var(--primary-color);
    color: #0c0c0c;
    font-size: 9px;
    font-weight: 600;
    transform: translateY(-6px);
}

.navbar .site-menu ul li i {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-bottom: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    transform: rotate(-45deg) translateY(-5px);
    margin-left: 10px;
}

.navbar .site-menu ul li a {
    display: inline-block;
    position: relative;
}

.navbar .site-menu ul li a:hover {
    text-decoration: none;
    color: var(--secondary-color);
}

.navbar .site-menu ul li ul {
    position: absolute;
    left: -30px;
    top: calc(100% + 23px);
    z-index: 2;
    padding: 30px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background: #a30000;
}

.navbar .site-menu ul li ul:before {
    content: "";
    width: 100%;
    height: 27px;
    position: absolute;
    left: 0;
    top: -27px;
}

.navbar .site-menu ul li ul li {
    width: 100%;
    display: block;
    white-space: nowrap;
    margin-bottom: 7px;
}

.navbar .site-menu ul li ul li:last-child {
    margin-bottom: 0;
}

.navbar .site-menu ul li ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.navbar .site-menu ul li ul li a:hover {
    color: #b0d7ff;
}

.navbar .site-menu ul li ul li a:before {
    display: none;
}

.navbar .site-menu ul li ul li a:after {
    display: none;
}

.navbar .search-button {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.navbar .search-button i {
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}

/* PAGE HEADER */
.page-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
}

.page-header .col-12 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-header small {
    width: 100%;
    display: block;
    font-weight: 600;
    opacity: 0.6;
}

.page-header h2 {
    width: 100%;
    display: inline-block;
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 0;
}

.page-header p {
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50%;
    opacity: 0.6;
}

.page-header .breadcrumb {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: none;
    margin: 0;
    margin-left: auto;
}

.page-header .breadcrumb ul {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

.page-header .breadcrumb ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

.page-header .breadcrumb ul li a {
    display: inline-block;
    font-weight: 400;
}

.page-header .breadcrumb ul li:last-child {
    margin-right: 0;
}

.page-header .breadcrumb ul li:last-child:after {
    display: none;
}

.page-header .breadcrumb ul li:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #0c0c0c;
    display: inline-block;
    margin-left: 17px;
    transform: translateY(4px) rotate(22deg);
}

.single-header {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.single-header .container {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.single-header .post-categories {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 20px;
    padding: 0;
}

.single-header .post-categories li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}

.single-header .post-categories li a {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    background: var(--primary-color);
    color: #0c0c0c;
}

.single-header .post-categories li a:hover {
    text-decoration: none;
    background: #0c0c0c;
    color: #fff;
}

.single-header .bookmark {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.single-header .bookmark:hover {
    background: var(--primary-color);
    color: #0c0c0c;
}

/* MAIN SLIDER */
.main-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.main-slider .swiper-slide {
    overflow: hidden;
}

.main-slider .swiper-pagination {
    width: 20px;
    display: inline-block;
    position: absolute;
    bottom: 50%;
    left: auto;
    right: 30px;
    z-index: 2;
    transform: translateY(50%);
}

.main-slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    height: 14px;
    width: 14px;
    background: none;
    text-align: center;
    float: left;
    margin: 4px 0;
}

.main-slider .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.main-slider .swiper-pagination .swiper-pagination-bullet svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.main-slider .swiper-pagination .swiper-pagination-bullet svg circle {
    width: 14px;
    height: 14px;
    stroke-dasharray: 83px;
    stroke-dashoffset: 83px;
    stroke-linecap: round;
    stroke-width: 3px;
    stroke: #fff;
    fill: none;
    animation: none;
    animation-play-state: paused;
    animation-fill-mode: none;
}

.main-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: none;
}

.main-slider .swiper-pagination .swiper-pagination-bullet-active svg circle {
    stroke-dashoffset: 0;
    stroke-linejoin: round;
    -webkit-transition: stroke-dashoffset .5s ease;
    -moz-transition: stroke-dashoffset .5s ease;
    -o-transition: stroke-dashoffset .5s ease;
    transition: stroke-dashoffset .5s ease;
}

.main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    animation-play-state: running;
    stroke-width: 3px;
    animation: countdown 4.5s linear forwards;
    animation-delay: 0.5s;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 83px;
    }
}

/* NEWS SLIDER */
.news-slider-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.news-slider-wrapper .news-slider-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.news-slider-wrapper .news-slider-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
}

.news-slider-wrapper .news-slider-bottom .news-slider-thumbs {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.news-slider-wrapper .news-slider-bottom .news-slider-thumbs figure {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.news-slider-wrapper .news-slider-bottom .news-slider-thumbs figure img {
    width: 50%;
}

.news-slider-wrapper .news-slider-bottom .news-slider-thumbs figure figcaption {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-right: 20%;
    line-height: 1.3;
}

/* HIGHLIGHT SLIDER */
.highlight-slider-wrapper {
    width: 100%;
    /*height: 700px;*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.highlight-slider-wrapper .highlight-slider-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.highlight-slider-wrapper .highlight-slider-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.highlight-slider-wrapper .highlight-slider-bottom:before {
    content: "";
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.highlight-slider-wrapper .highlight-slider-bottom .highlight-slider-thumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.highlight-slider-wrapper .highlight-slider-bottom .highlight-slider-thumbs .swiper-slide figure {
    width: 100%;
    display: block;
    margin-bottom: 0;
    position: relative;
    background: #0c0c0c;
    height: 250px;
}

.highlight-slider-wrapper .highlight-slider-bottom .highlight-slider-thumbs .swiper-slide figure figcaption {
    display: flex;
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: #fff;
    background: #c60707;
    padding: 2px 6px;
    font-size: 13px;
}

.highlight-slider-wrapper .highlight-slider-bottom .highlight-slider-thumbs .swiper-slide figure img {
    opacity: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.highlight-slider-wrapper .highlight-slider-bottom .highlight-slider-thumbs .swiper-slide-active figure img {
    opacity: 0.6;
}

/* SIDE NEWS */
.side-news {
    width: 360px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translateX(260px) translateY(-50%);
}

/* BLOG POSTS */
.blog-post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.blog-post.light {
    color: #fff;
}

.blog-post.light .post-categories li a:hover {
    background: #fff;
    color: #0c0c0c;
}

.blog-post.light .post-title {
    color: #fff;
}

.blog-post.light .post-title a {
    color: #fff;
}

.blog-post.light .post-content {
    color: #fff;
}

.blog-post.light .post-content .metas {
    color: #fff;
}

.blog-post.light .post-content .metas .date {
    opacity: 0.6;
    color: #fff;
}

.blog-post.light .post-content .metas .dot {
    background: #eee;
}

.blog-post.light .post-content .metas .author {
    color: rgba(255, 255, 255, 0.6);
}

.blog-post.light .post-content .metas .author a {
    color: rgba(255, 255, 255, 0.6);
}

.blog-post:hover .post-image img {
    transform: scale(1.05);
    opacity: 0.90;
}

.blog-post:hover .post-image .bookmark {
    opacity: 1;
}

.blog-post .post-image {
    letter-spacing: 0;
    overflow: hidden;
    background: #0c0c0c;
    position: relative;
}

.blog-post .post-image .bookmark {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
}

.blog-post .post-image .bookmark.video {
    width: 50px;
    height: 50px;
    line-height: 54px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
}

.kansas-video.blog-post .post-image .bookmark.video {
    width: 50px;
    height: 50px;
    line-height: 54px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
}

.blog-post .post-image .bookmark:hover {
    background: var(--primary-color);
    color: #0c0c0c;
}

.blog-post .post-image img {
    width: 100%;
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}

.blog-post .post-categories {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 0;
}

.blog-post .post-categories li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}

.blog-post .post-categories li a {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    background: var(--primary-color);
    color: #0c0c0c;
}

.blog-post .post-categories li a:hover {
    text-decoration: none;
    background: #0c0c0c;
    color: #fff;
}

.blog-post .metas {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-post .metas .dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    margin: 0 15px;
}

.blog-post .metas .date {
    display: inline-block;
    font-size: 13px;
}

.blog-post .metas .author {
    display: inline-block;
    font-size: 13px;
}

.blog-post .metas .author figure {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.blog-post .metas .author figure img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}

.blog-post .metas .author a {
    text-decoration: underline;
    font-weight: 600;
}

.blog-post .metas .author a:hover {
    text-decoration: none;
}

.blog-post .metas .comments {
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    background: #f3f3f3;
    color: #0c0c0c;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    margin-left: 30px;
    position: relative;
}

.blog-post .metas .comments:after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 6px 0 6px;
    border-color: #f3f3f3 transparent transparent transparent;
    transform: rotate(35deg);
}

.blog-post .metas .views {
    display: inline-block;
    font-size: 13px;
}

.blog-post .metas .views img {
    display: inline-block;
    height: 13px;
    margin-right: 5px;
}

.blog-post .metas .views i {
    display: inline-block;
    margin-right: 5px;
}

.blog-post .metas .views span {
    font-size: 13px;
    opacity: 0.6;
}

.blog-post .metas .read-time {
    display: inline-block;
    margin-left: 15px;
}

.blog-post .metas .read-time i {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.blog-post .metas .read-time span {
    font-size: 13px;
    opacity: 0.6;
}

.blog-post .post-link {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}

.blog-post .post-link:hover {
    text-decoration: none;
}

.blog-post .post-link:before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    z-index: 0;
    transition: all .35s ease;
    background: var(--primary-color);
}

.blog-post .post-link:hover:before {
    width: 0;
}

.row {
    counter-reset: figure;
}

/* NEW YORK*/
.new-york {
    position: relative;
    padding-left: 30px;
}

.new-york:before {
    counter-increment: figure;
    content: counter(figure, decimal-leading-zero);
    font-size: 20px;
    font-weight: 600;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

.new-york .post-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.new-york .post-content .post-title {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.new-york .post-content .post-title a {
    display: inline;
}

.new-york .post-content .post-title a:hover {
    text-decoration: none;
    color: #a30000;
    transition: 0.5s ease;
}


/* NEW YORK VERTICAL*/
.new-york-vertical {
    position: relative;
    padding-left: 30px;
    margin-bottom: 22px;
}

.new-york-vertical:before {
    counter-increment: figure;
    content: counter(figure, decimal-leading-zero);
    font-size: 20px;
    font-weight: 600;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

.new-york-vertical .post-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid gray;
}

.new-york-vertical .post-content .post-title {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.new-york-vertical .post-content .post-title a {
    display: inline;
}

.new-york-vertical .post-content .post-title a:hover {
    text-decoration: none;
    color: #a30000;
    transition: 0.5s ease;
}

/* Baluwatar vertical */
.baluwatar {
    position: relative;
    padding-left: 42px;
    margin-bottom: 22px;
}

.baluwatar:before {
    counter-increment: figure;
    content: counter(figure, decimal-leading-zero);
    font-size: 26px;
    font-weight: 600;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 170%;
}

.baluwatar .post-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid gray;
}

.baluwatar .post-content .post-title {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

.baluwatar .post-content .post-title a {
    display: inline;
}

.baluwatar .post-content .post-title a:hover {
    text-decoration: none;
    color: #a30000;
    transition: 0.5s ease;
}

/* CHICAGO */
.chicago {
    position: relative;
    align-items: center;
}

.chicago .post-content {
    width: 45%;
    margin-right: -21%;
    position: relative;
    z-index: 1;
}

.chicago .post-content .post-title {
    font-size: 50px;
    font-weight: 800;
    display: inline;
    line-height: 150%;
    background-color: #1a192f;
    box-shadow: 0.5em 0 0 #1a192f, -0.5em 0 0 #1a192f;
}

.chicago .post-content .post-title a {
    display: inline;
}

.chicago .post-content .post-title a:hover {
    text-decoration: none;
    color: #fff;
}

.chicago .post-content .ticker {
    padding: 9px 20px 6px;
    font-size: 16px;
    font-weight: 600;
    background: #d00707;
    width: fit-content;
}

.chicago .post-content .metas {
    margin-top: 30px;
}

.chicago .post-image {
    width: 66%;
    margin-bottom: 0;
}

.chicago .post-image img {
    width: 100%;
}


/* CHICAGO-Video */
.chicago-video {
    position: relative;
    align-items: center;
}

.chicago-video .post-content {
    width: 55%;
    margin-right: -21%;
    position: relative;
    z-index: 1;
}

.chicago-video .post-content .post-title {
    font-size: 50px;
    font-weight: 800;
    display: inline;
    line-height: 66px;
    background-color: #0c0c0c;
    box-shadow: 0.5em 0 0 #0c0c0c, -0.5em 0 0 #0c0c0c;
}

.chicago-video .post-content .post-title a {
    display: inline;
}

.chicago-video .post-content .post-title a:hover {
    text-decoration: none;
    color: #fff;
}

.chicago-video .post-content .metas {
    margin-top: 30px;
}

.chicago-video .post-image {
    width: 66%;
    margin-bottom: 0;
}

.chicago-video .post-image img {
    width: 100%;
}

.chicago-video.blog-post .post-image .bookmark.video {
    opacity: 1;
}

/* MIAMI */
.miami {
    position: relative;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 16px;
}

.miami:last-child {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
}

.miami .post-image {
    width: 120px;
    display: inline-block;
    margin-bottom: 0;
}

.miami .post-content {
    width: calc(100% - 140px);
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.miami .post-content .post-title {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 2px;
}

.miami .post-content .post-title a {
    display: inline;
}

.miami .post-content .post-title a:hover {
    text-decoration: none;
    color: #a30000;
    transition: 0.5s ease;
}

.miami .post-content .views {
    display: inline-block;
}

.miami .post-content .views img {
    display: inline-block;
    height: 13px;
    margin-right: 5px;
}

.miami .post-content .views i {
    display: inline-block;
    margin-right: 5px;
}


/* MIAMI LARGE */
.miami-large {
    position: relative;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 16px;
}

.miami-large:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.miami-large .post-image {
    width: 220px;
    display: inline-block;
    margin-bottom: 0;
}

.miami-large .post-content {
    width: calc(100% - 240px);
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.miami-large .post-content .post-title {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 4px;
}

.miami-large .post-content .post-title a {
    display: inline;
}

.miami-large .post-content .post-title a:hover {
    text-decoration: none;
    color: #a30000;
    transition: 0.5s ease;
}

.miami-large .post-content .views {
    display: inline-block;
}

.miami-large .post-content .views img {
    display: inline-block;
    height: 13px;
    margin-right: 5px;
}

.miami-large .post-content .views i {
    display: inline-block;
    margin-right: 5px;
}


/* MIAMI Medium */
.miami-medium {
    position: relative;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 16px;
}

.miami-medium:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.miami-medium .post-image {
    width: 180px;
    display: inline-block;
    margin-bottom: 0;
}

.miami-medium .post-content {
    width: calc(100% - 240px);
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.miami-medium .post-content .post-title {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 4px;
}

.miami-medium .post-content .post-title a {
    display: inline;
}

.miami-medium .post-content .post-title a:hover {
    text-decoration: none;
    color: #a30000;
    background-size: 100% 100%;
}

.miami-medium .post-content .views {
    display: inline-block;
}

.miami-medium .post-content .views img {
    display: inline-block;
    height: 13px;
    margin-right: 5px;
}

.miami-medium .post-content .views i {
    display: inline-block;
    margin-right: 5px;
}


/* NEVADA */
.nevada {
    position: relative;
}

.nevada .post-content {
    width: 90%;
    padding: 20px 20px 0;
    background: #fff;
    margin-top: -80px;
    position: relative;
}

.nevada .post-content .post-categories {
    margin-top: -80px;
    margin-bottom: 55px;
}

.nevada .post-content .post-title {
    font-size: 34px;
    font-weight: 600;
}

.nevada .post-content .post-title a {
    display: inline;
    transition: background-size 0.5s;
    line-height: 1.4;
}

.post-title a {
    display: inline;
}

.nevada .post-content .post-title a:hover {
    text-decoration: none;
    color: #a30000;
    background-size: 100% 100%;
}

.post-title a:hover {
    text-decoration: none;
    color: #a30000;
    transition: 0.5s ease;
    background-size: 100% 100%;
}

.nevada .post-content .metas {
    margin-top: 20px;
}

/* KENTUCKY */
.kentucky {
    position: relative;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.kentucky:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.kentucky .post-image {
    width: 70px;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
}

.kentucky .post-image img {
    width: 70px;
}

.kentucky .post-content {
    width: calc(100% - 90px);
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.kentucky .post-content .metas {
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.6);
}

.kentucky .post-content .post-title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.kentucky .post-content .post-title a {
    display: inline;
}

.kentucky .post-content .post-title a:hover {
    text-decoration: none;
    color: #a30000;
    transition: 0.5s ease;
}

/* KANSAS */
.kansas {
    position: relative;
}

.kansas .post-image {
    width: 100%;
    object-fit: cover;
    height: 200px;
    display: block;
    margin-bottom: 15px;
}

.kansas.blog-post .metas .dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin: 0 15px;
}

.kansas .post-image img {
    width: 100%;
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.kansas .post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 128px;
}

.kansas .post-content-category {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*min-height: 128px;*/
}

.kansas .post-title {
    font-size: 24px;
    line-height: 150%;
    font-weight: 600;
}

.kansas .post-title a {
    display: inline;
}

.kansas .post-title a:hover {
    text-decoration: none;
    color: #a30000;
    transition: 0.5s ease;
}

.kansas .metas {
    width: 100%;
}

.kansas .metas .date {
    color: rgba(255, 255, 255, 1);
}

.kansas .metas .author {
    color: rgba(255, 255, 255, 0.5);
}

.kansas .metas .author a {
    color: #ffffff;
}

/* KANSAS */
.kansas-video {
    position: relative;
}

.rajniti .post-image {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    height: 200px;
}

.sports .post-image {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    height: 180px;
}

.footer__content .post-image {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    height: 250px;
}

.kansas-video .post-image {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    height: 150px;
}

.kansas-video.blog-post .metas .dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin: 0 15px;
}

.kansas-video.blog-post .post-image .bookmark.video {
    opacity: 1;
}

.kansas-video .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kansas-video .post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kansas-video .post-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 4px;
}

.kansas-video .post-title a {
    display: inline;
}

.kansas-video .post-title a:hover {
    text-decoration: none;
    color: #a30000;
    transition: 0.5s ease;
}

.kansas-video .metas {
    width: 100%;
}

.kansas-video .metas .date {
    color: rgba(255, 255, 255, 1);
}

.kansas-video .metas .author {
    color: rgba(255, 255, 255, 0.5);
}

.kansas-video .metas .author a {
    color: #ffffff;
}

/*Kansas Dark*/
.kansas-light {
    position: relative;
    margin-bottom: 12px;
}

.kansas-light .post-image {
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

.kansas-light.blog-post .metas .dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    margin: 0 15px;
}

.kansas-light .post-image img {
    width: 100%;
}

.kansas-light .post-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2px;
}

.kansas-light .post-title a {
    display: inline;
    line-height: 1.4;
}

.kansas-light .post-title a:hover {
    text-decoration: none;
    color: #a30000;
    transition: 0.5s ease;
}

.kansas-light .metas {
    width: 100%;
}

.kansas-light .metas .date {
    color: rgba(0, 0, 0, 1);
}

.kansas-light .metas .author {
    color: rgba(0, 0, 0, 0.5);
}

.kansas-light .metas .author a {
    color: #000;
}

/* FLORIDA */
.florida {
    position: relative;
    margin-top: 50px;
}

.florida .post-image {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.florida .post-image img {
    width: 100%;
}

.florida .post-content {
    width: 40%;
    position: absolute;
    left: 36px;
    bottom: 36px;
    background: #fff;
    padding: 36px;
}

.florida .post-content .post-categories {
    margin-top: -80px;
    margin-bottom: 55px;
}

.florida .post-content .post-title {
    font-size: 30px;
    font-weight: 800;
}

.florida .post-content .post-title a {
    display: inline;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
    background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.5s;
}

.florida .post-content .post-title a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}

.florida .post-content .metas {
    margin-top: 20px;
}

/* ARIZONA */
.arizona {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #0c0c0c;
}

.arizona .post-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center !important;
    opacity: 0.7;
}

.arizona .post-content {
    width: 50%;
    display: block;
    padding-left: 10px;
    margin: 200px 0;
    margin-bottom: 300px;
    position: relative;
    z-index: 1;
}

.arizona .post-content .post-categories {
    margin-left: -10px;
}

.arizona .post-content .post-title {
    font-size: 40px;
    font-weight: 800;
    display: inline;
    line-height: 1.7;
    background-color: #0c0c0c;
    box-shadow: 0 0 0 10px #0c0c0c;
}

.arizona .post-content .post-title a {
    display: inline;
    color: #fff;
}

.arizona .post-content .post-title a:hover {
    text-decoration: none;
    color: #a30000;
}

.arizona .post-content .metas {
    margin-top: 30px;
    margin-left: -10px;
}

/* TEXAS */
.texas {
    position: relative;
    border: 1px solid #ddd;
}

.texas .post-image {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0;
}

.texas .post-image .post-categories {
    position: absolute;
    left: 36px;
    top: 36px;
}

.texas .post-content {
    width: calc(100% - 36px);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 36px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
    font-size: 18px;
}


.texas .post-content .metas {
    margin-bottom: 10px;
}

.texas .post-content .metas .date {
    color: rgba(0, 0, 0, 0.6);
}

.texas .post-content .post-title {
    font-size: 26px;
    font-weight: 600;
    display: inline;
    /*margin-left: -40px;*/
    width: 95%;
}

.texas .post-content .post-title a {
    display: inline;
    color: #fff;
    line-height: 1.9;
    background-color: #282f40;
    box-shadow: 0 0 0 8px #282f40;
}

.texas.blog-post .metas .author figure {
    width: 46px;
    height: 36px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.texas.blog-post .metas .author figure img {
    width: 100%;
    height: auto;
}

.texas .post-content .post-title a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}

.texas .post-content .post-excerpt {
    margin-bottom: 20px;
}

/* GEORGIA */
.georgia {
    position: relative;
}


.blog-post.georgia {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.georgia .post-content {
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, #a30000 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    color: #fff;
    padding: 36px;
    position: relative;
    z-index: 1;
    height: 450px;
    justify-content: flex-end;
}

.georgia .post-content .metas {
    margin-bottom: 10px;
}

.georgia .post-content .metas .date {
    color: rgba(255, 255, 255, 0.6);
}

.georgia .post-content .post-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.georgia .post-content .post-title a {
    display: inline;
    color: #fff;
}

.georgia .post-content .post-title a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.5s ease;
}

.georgia .post-excerpt {
    margin-bottom: 20px;
}

/* COLORADO */
.colorado {
    position: relative;
}

.colorado .post-image {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.colorado .post-image img {
    width: 100%;
}

.colorado .post-content {
    width: 70%;
    position: absolute;
    left: 24px;
    bottom: 18px;
    padding-left: 10px;
}

.colorado .post-content .post-categories {
    margin-left: -10px;
}

.colorado .post-content .post-title {
    font-size: 24px;
    font-weight: 800;
    display: inline;
    line-height: 1.7;
    background-color: #0c0c0c;
    box-shadow: 0 0 0 10px #0c0c0c;
}

.colorado .post-content .post-title a {
    display: inline;
    color: #fff;
}

.colorado .post-content .post-title a:hover {
    text-decoration: none;
    color: #a30000;
}

.colorado .post-content .metas {
    color: #fff;
    margin-top: 30px;
    margin-left: -10px;
}

.colorado .post-content .metas .dot {
    background: #fff;
}

.colorado .post-content .metas .comments {
    background: var(--primary-color);
}

.colorado .post-content .metas .comments:after {
    border-color: var(--primary-color) transparent transparent transparent;
}

.colorado .post-content .metas .author a {
    color: #fff;
}

/* UTAH */
.utah {
    position: relative;
}

.utah:hover .post-image video {
    transform: scale(1.05);
}

.utah .post-image {
    width: 100%;
    overflow: hidden;
}

.utah .post-image video {
    width: 100%;
    float: left;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.utah .post-content {
    width: 100%;
}

.utah .post-content .post-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.utah .post-content .post-title a {
    display: inline;
}

.utah .post-content .post-title a:hover {
    text-decoration: none;
    color: #a30000;
    transition: 0.5s ease;
}

.utah .post-content .metas {
    width: 100%;
    display: block;
    margin-top: 4px;
    margin-bottom: 10px;
}

.utah .post-content .metas .date {
    color: rgba(0, 0, 0, 0.6);
}

.utah .post-content .metas .comments {
    background: var(--primary-color);
}

.utah .post-content .metas .comments:after {
    border-color: var(--primary-color) transparent transparent transparent;
}

/* ALASKA */
.alaska {
    width: calc(100% - 50px);
    margin-bottom: 50px;
}

.alaska:last-child {
    margin-bottom: 0;
}

.alaska .post-image {
    width: 100%;
}

.alaska .post-image .post-categories {
    position: absolute;
    left: 36px;
    top: 36px;
    z-index: 1;
}

.alaska .post-content {
    width: calc(100% - 50px);
    background: #fff;
    padding: 36px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.alaska .post-content .metas {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}

.alaska .post-content .metas .author figure {
    width: 50px;
    height: 50px;
}

.alaska .post-content .metas .author figure img {
    width: 50px;
    height: 50px;
}

.alaska .post-content .post-title {
    font-size: 32px;
    font-weight: 800;
}

.alaska .post-content .post-title a {
    display: inline;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
    background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.5s;
}

.alaska .post-content .post-title a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}

/* CALIFORNIA */
.california {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-right: 50px;
}

.california .side-share {
    width: 100px;
    position: sticky;
    top: 30px;
    float: left;
    padding-right: 30px;
}

.california .side-share .total {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1.4;
}

.california .side-share .total small {
    width: 100%;
    display: block;
    font-weight: 600;
}

.california .side-share ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0;
}

.california .side-share ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding: 0 15px;
    list-style: none;
    font-size: 12px;
}

.california .side-share ul li:hover {
    background: var(--primary-color);
    border-color: transparent;
}

.california .side-share ul li a {
    display: inline-block;
}

.california .side-share ul li b {
    font-weight: 600;
    display: inline-block;
    margin-left: auto;
    opacity: 0.6;
}

.california .post-content {
    width: calc(100% - 100px);
    float: right;
    position: relative;
    z-index: 1;
    margin-left: auto;
    font-size: 17px;
    color: #555;
}

.california .post-content .metas {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}

.california .post-content .metas .author figure {
    width: 70px;
    height: 70px;
}

.california .post-content .metas .author figure img {
    width: 70px;
    height: 70px;
}

.california .post-content .post-title {
    font-size: 48px;
    font-weight: 800;
    color: #0c0c0c;
}

.california .post-content .image {
    width: 100%;
    display: block;
}

.california .post-content .image figcaption {
    width: 100%;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.california .post-content .image figcaption b {
    font-weight: 600;
}

.california .post-content .half-left-image {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
}

.california .post-content .half-right-image {
    width: 50%;
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
}

.california .post-content .video {
    width: 100%;
    display: block;
    margin: 20px 0;
}

.california .post-content .video video {
    width: 100%;
}

.california .post-content p {
    margin-bottom: 20px;
}

.california .post-content blockquote {
    width: 100%;
    /*background: #f5f5f5;*/
    padding: 36px;
    border-left: 5px solid #eee;
}

.california .post-content blockquote:before {
    left: 20px;
    top: 20px;
}

.california .post-content ol {
    padding-left: 30px;
    margin-bottom: 30px;
}

.california .post-content ol li {
    margin: 5px 0;
}

.california .post-content strong {
    color: #0c0c0c;
}

.california .post-content u {
    color: #0c0c0c;
}

.clamp1 {
    -webkit-line-clamp: 1;
}

.clamp2 {
    -webkit-line-clamp: 2;
}


.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}

.clamp-base {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.category__header {
    /*background: #fdc5c5;*/
}

.footer__content__header {
    /*background: #fdc5c5;*/
}

.theme__text__color {
    color: #a30000;
}

.sabi__text__color {
    color: #a30000;
}

.category__header .theme__text__color {
    border-bottom: 4px solid #a30000;
    font-size: 35px;
    font-weight: 650;
}

.category__header .theme__text__white__color {
    border-bottom: 4px solid #ebecf3;
    color: white;
    font-size: 35px;
    font-weight: 650;
}

.footer__content__header .theme__text__color {
    padding-left: 10px;
    font-size: 28px;
    font-weight: 650;
}


/* KATHMANDU */
.kathmandu {
    width: 100%;
    display: inline-block;
    position: relative;
}

.kathmandu .side-share {
    width: 100px;
    position: sticky;
    top: 30px;
    float: left;
    padding-right: 30px;
}

.kathmandu .side-share .total {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1.4;
}

.kathmandu .side-share .total small {
    width: 100%;
    display: block;
    font-weight: 600;
}

.kathmandu .side-share ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0;
}

.kathmandu .side-share ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding: 0 15px;
    list-style: none;
    font-size: 12px;
}

.kathmandu .side-share ul li:hover {
    background: var(--primary-color);
    border-color: transparent;
}

.kathmandu .side-share ul li a {
    display: inline-block;
}

.kathmandu .side-share ul li b {
    font-weight: 600;
    display: inline-block;
    margin-left: auto;
    opacity: 0.6;
}

.kathmandu .post-content {
    width: calc(100%);
    float: right;
    position: relative;
    z-index: 1;
    margin-left: auto;
    font-size: 24px;
    color: #555;
    text-align: start;
}

.kathmandu .post-content .ticker {
    padding: 9px 20px 6px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(180deg, #9A0606 0%, #F70909 100%);
    width: fit-content;
    color: white;
}

.kathmandu .post-content .metas {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}

.kathmandu .post-content .metas .author figure {
    width: 48px;
    height: 48px;
}

.kathmandu .post-content .metas .author figure img {
    width: 48px;
    height: 48px;
}

.kathmandu .post-content .post-title {
    font-size: 3.6rem;
    font-weight: 600;
    color: #0c0c0c;
}

body[data-theme="dark"] .kathmandu .post-content .post-title {
    color: white;
}

body[data-theme="dark"] .kathmandu .post-content {
    color: white;
}

.kathmandu .post-content .image {
    width: 100%;
    display: block;
}

.kathmandu .post-content .image figcaption {
    width: 100%;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.kathmandu .post-content .image figcaption b {
    font-weight: 600;
}

.kathmandu .post-content .half-left-image {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
}

.kathmandu .post-content .half-right-image {
    width: 50%;
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
}

.kathmandu .post-content .video {
    width: 100%;
    display: block;
    margin: 20px 0;
}

.kathmandu .post-content .video video {
    width: 100%;
}

.kathmandu .post-content p {
    margin-bottom: 20px;
}

.kathmandu .post-content blockquote {
    width: 100%;
    /*background: #f5f5f5;*/
    padding: 36px;
    border-left: 5px solid #eee;
}

.kathmandu .post-content blockquote:before {
    left: 5px;
    top: 1px;
}

.kathmandu .post-content ol {
    padding-left: 30px;
    margin-bottom: 30px;
}

.kathmandu .post-content ol li {
    margin: 5px 0;
}

.kathmandu .post-content strong {
    color: #0c0c0c;
}

.kathmandu .post-content u {
    color: #0c0c0c;
}


/* INDIANA */
.indiana {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.indiana .post-image {
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center !important;
}

.indiana .post-content {
    width: 100%;
    margin: 200px 0;
    margin-bottom: 300px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.indiana .post-content .post-categories {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
}

.indiana .post-content .post-title {
    font-size: 45px;
    font-weight: 800;
    display: inline;
    line-height: 1.7;
    background-color: rgba(40, 31, 31, 0.5);;
    box-shadow: 0px 0 0 28px rgba(40, 31, 31, 0.5);;
}

.indiana .post-content .post-title a {
    display: inline;
    color: #fff;
}

.indiana .post-content .post-title a:hover {
    text-decoration: none;
    color: #ffb3b3;
    border-bottom: 2px solid red;
}

/* MONTANA */
.montana {
    position: relative;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.montana:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.montana .post-image {
    width: 320px;
    margin-bottom: 0;
}

.montana .post-content {
    width: calc(100% - 340px);
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.montana .post-content .post-title {
    font-size: 24px;
    font-weight: 600;
}

.montana .post-content .post-title a {
    display: inline;
    line-height: 1.5;
}

.montana .post-content .post-title a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}

.montana .post-content .metas {
    width: 100%;
    display: block;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.6);
}

/* AUTHORS */
.authors {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.authors li {
    width: 33.33333%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.authors li figure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.authors li figure a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: var(--primary-color);
    color: #0c0c0c;
    border-radius: 50%;
    position: absolute;
    left: 86px;
    top: 0;
    text-align: center;
    font-size: 14px;
}

.authors li figure img {
    width: 110px;
    height: 110px;
    margin-bottom: 0;
    border-radius: 50%;
}

.authors li figure figcaption {
    width: calc(100% - 130px);
    margin-left: 20px;
    padding-right: 20px;
}

.authors li figure figcaption small {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.authors li figure figcaption b {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-weight: 600;
}

/* AUTHOR INFO BOX */
.author-info-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    margin-top: 50px;
    border-top: 1px solid #ddd;
}

.author-info-box figure {
    width: 100px;
    display: inline-block;
}

.author-info-box figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.author-info-box .content {
    width: calc(100% - 130px);
    display: inline-block;
    margin-left: 30px;
}

.author-info-box .content h5 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}

.author-info-box .content small {
    width: 100%;
    display: block;
    opacity: 0.6;
    margin-bottom: 10px;
}

.author-info-box .content ul {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 0;
}

.author-info-box .content ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}

.author-info-box .content ul li a {
    display: inline-block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.author-info-box .content ul li a:hover {
    color: #0c0c0c;
}

.author-info-box .content p {
    width: 100%;
    margin-bottom: 0;
}

/* POST NAVIGATION */
.post-navigation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.post-navigation span {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    background: var(--primary-color);
    font-weight: 600;
    margin-bottom: 10px;
    color: #0c0c0c;
    font-size: 13px;
}

.post-navigation h5 {
    display: block;
    margin-bottom: 0;
}

.post-navigation h5 a {
    display: inline;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
    background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.5s;
}

.post-navigation h5 a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}

.post-navigation .post-prev {
    flex: 1;
    border-right: 1px solid #f1f1f1;
    padding-right: 30px;
}

.post-navigation .post-next {
    flex: 1;
    text-align: right;
    padding-left: 30px;
}

/* AUTHOR BOX */
.author-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.author-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.author-box figure {
    width: 140px;
    display: inline-block;
}

.author-box figure img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.author-box .content {
    display: inline-block;
    text-align: center;
}

.author-box .content h6 {
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 20px;
}

.author-box .content h5 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}

.author-box .content small {
    width: 100%;
    display: block;
    opacity: 0.6;
    margin-bottom: 10px;
}

.author-box .content .social {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 0;
}

.author-box .content .social li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}

.author-box .content .social li a {
    display: inline-block;
    font-size: 12px;
    opacity: 0.6;
}

.author-box .content .social li a:hover {
    color: #0c0c0c;
    opacity: 1;
}

.author-box .content .recent-post-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.author-box .content .recent-post-list li {
    width: 50%;
    display: inline-block;
    padding: 0;
    padding-right: 10%;
    list-style: none;
}

.author-box .content .recent-post-list li .new-york .post-content .post-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.author-box .content .recent-post-list li:nth-child(1) {
    margin-bottom: 30px;
}

.author-box .content .recent-post-list li:nth-child(2) {
    margin-bottom: 30px;
}

.author-box .content p {
    width: 100%;
    margin-bottom: 40px;
}

/* CONTACT BOX */
.contact-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.contact-box i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: var(--primary-color);
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    color: #0c0c0c;
}

.contact-box h6 {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-box address {
    margin-bottom: 0;
}

/* GOOGLE MAPS */
.google-maps {
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
}

.google-maps iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* NEWSLETTER BOX */
.newsletter-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    text-align: center;
}

.newsletter-box i {
    width: 60px;
    height: 60px;
    line-height: 54px;
    display: inline-block;
    background: #fff;
    color: #0c0c0c;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.newsletter-box h3 {
    width: 100%;
    display: block;
    font-size: 36px;
    font-weight: 800;
}

.newsletter-box p {
    width: 100%;
    display: block;
    font-size: 17px;
}

.newsletter-box form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15%;
}

.newsletter-box input[type="email"] {
    border: none;
}

.newsletter-box input[type="checkbox"] {
    display: inline-block;
    background: #ededed;
}

.newsletter-box input[type="checkbox"]:checked {
    border: 4px solid #ededed;
    background: #0c0c0c;
}

.newsletter-box label {
    width: 100%;
    margin-top: 15px;
}

/* FOOTER */

.footer .advertisement__border {
    border-left: 2px solid white;
}

.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    background: #a30000;
    color: #fff;
}

.footer h6 a {
    color: #fff;
    text-decoration: none;
}

.footer h6 a:hover {
    color: var(--primary-color);
}

.footer .footer-menu {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.post-content h4 {
    margin-bottom: 0;
}

.footer .footer-menu li {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    padding: 0;
    list-style: none;
}

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

.footer .footer-menu li a:hover {
    opacity: 0.8;
}

.footer .footer-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.footer .footer-logo img {
    height: 30px;
}

.footer .footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

/* new changes to footer-social and li-icons */
.footer .footer-social {
    margin-left: 65px;
}

.footer .footer-social li {
    display: inline-block;
    margin-left: 40px;
    padding: 0;
    list-style: none;

}

.footer .footer-social li:first-child {
    margin-left: 0;
}

.footer .footer-social li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
}

.footer .footer-social li a:hover {
    color: var(--primary-color);
}

.footer-btn {
    width: 150px !important;
}

.footer-btn a {
    font-weight: 600;
}

.footer-links {
    margin-top: 20px;
}

/* change to copyright */
.footer .copyright {
    width: 50%;
    margin-left: 55%;
    text-align: center;
    font-size: 12px;
    opacity: 0.6;
}

.footer .container .social-media ul li {
    display: inline-block;
    margin-right: 20px;
}

.footer .container .social-media ul li a {
    font-size: 22px;
}

.footer .container .social-media ul li a:hover {
    color: #9d1b1b;
}

.footer .advertisement {
    background-color: #2b334d;
    padding: 20px;
    border-radius: 25px;
}


/* Helper Classes */

.font-size-0 {
    font-size: 0
}

.text-very-small {
    font-size: 11px;
    line-height: 14px
}

.text-extra-small {
    font-size: 12px;
    line-height: 16px
}

.text-small {
    font-size: 13px;
    line-height: 22px
}

.text-medium {
    font-size: 14px;
    line-height: 20px
}

.text-extra-medium {
    font-size: 16px;
    line-height: 28px
}

.text-large {
    font-size: 18px;
    line-height: 22px
}

.text-extra-large {
    font-size: 20px;
    line-height: 28px
}

.title-extra-small {
    font-size: 30px;
    line-height: 32px
}

.title-small {
    font-size: 36px;
    line-height: 42px
}

.title-small-2 {
    font-size: 56px;
    line-height: 80px;
}

.title-large {
    font-size: 100px;
    line-height: 95px
}

.title-large-2 {
    font-size: 70px;
    line-height: 80px
}

.title-large-3 {
    font-size: 80px;
    line-height: 80px
}

.title-extra-large {
    font-size: 130px;
    line-height: 120px
}

.title-extra-large-heavy {
    font-size: 11rem;
    line-height: 11rem
}

.text-big {
    font-size: 200px;
    line-height: 200px
}

.text-extra-big {
    font-size: 230px;
    line-height: 230px
}

.text-extra-big-2 {
    font-size: 300px;
    line-height: 260px
}

.margin-one-all {
    margin: 1%
}

.margin-two-all {
    margin: 2%
}

.margin-three-all {
    margin: 3%
}

.margin-four-all {
    margin: 4%
}

.margin-five-all {
    margin: 5%
}

.margin-six-all {
    margin: 6%
}

.margin-seven-all {
    margin: 7%
}

.margin-eight-all {
    margin: 8%
}

.margin-nine-all {
    margin: 9%
}

.margin-ten-all {
    margin: 10%
}

.margin-eleven-all {
    margin: 11%
}

.margin-twelve-all {
    margin: 12%
}

.margin-thirteen-all {
    margin: 13%
}

.margin-fourteen-all {
    margin: 14%
}

.margin-fifteen-all {
    margin: 15%
}

.margin-sixteen-all {
    margin: 16%
}

.margin-seventeen-all {
    margin: 17%
}

.margin-eighteen-all {
    margin: 18%
}

.margin-nineteen-all {
    margin: 19%
}

.margin-twenty-all {
    margin: 20%
}

.margin-5px-all {
    margin: 5px
}

.margin-10px-all {
    margin: 10px
}

.margin-15px-all {
    margin: 15px
}

.margin-20px-all {
    margin: 20px
}

.margin-25px-all {
    margin: 25px
}

.margin-30px-all {
    margin: 30px
}

.margin-35px-all {
    margin: 35px
}

.margin-40px-all {
    margin: 40px
}

.margin-45px-all {
    margin: 45px
}

.margin-50px-all {
    margin: 50px
}

.margin-55px-all {
    margin: 55px
}

.margin-60px-all {
    margin: 60px
}

.margin-65px-all {
    margin: 65px
}

.margin-70px-all {
    margin: 70px
}

.margin-75px-all {
    margin: 75px
}

.margin-80px-all {
    margin: 80px
}

.margin-85px-all {
    margin: 85px
}

.margin-90px-all {
    margin: 90px
}

.margin-95px-all {
    margin: 95px
}

.margin-100px-all {
    margin: 100px
}

.margin-1-rem-all {
    margin: 1rem
}

.margin-1-half-rem-all {
    margin: 1.5rem
}

.margin-2-rem-all {
    margin: 2rem
}

.margin-2-half-rem-all {
    margin: 2.5rem
}

.margin-3-rem-all {
    margin: 3rem
}

.margin-3-half-rem-all {
    margin: 3.5rem
}

.margin-4-rem-all {
    margin: 4rem
}

.margin-4-half-rem-all {
    margin: 4.5rem
}

.margin-5-rem-all {
    margin: 5rem
}

.margin-5-half-rem-all {
    margin: 5.5rem
}

.margin-6-rem-all {
    margin: 6rem
}

.margin-6-half-rem-all {
    margin: 6.5rem
}

.margin-7-rem-all {
    margin: 7rem
}

.margin-7-half-rem-all {
    margin: 7.5rem
}

.margin-8-rem-all {
    margin: 8rem
}

.margin-8-half-rem-all {
    margin: 8.5rem
}

.margin-9-rem-all {
    margin: 9rem
}

.margin-9-half-rem-all {
    margin: 9.5rem
}

.margin-10-rem-all {
    margin: 10rem
}

.margin-10-half-rem-all {
    margin: 10.5rem
}

.margin-one-top {
    margin-top: 1%
}

.margin-two-top {
    margin-top: 2%
}

.margin-three-top {
    margin-top: 3%
}

.margin-four-top {
    margin-top: 4%
}

.margin-five-top {
    margin-top: 5%
}

.margin-six-top {
    margin-top: 6%
}

.margin-seven-top {
    margin-top: 7%
}

.margin-eight-top {
    margin-top: 8%
}

.margin-nine-top {
    margin-top: 9%
}

.margin-ten-top {
    margin-top: 10%
}

.margin-eleven-top {
    margin-top: 11%
}

.margin-twelve-top {
    margin-top: 12%
}

.margin-thirteen-top {
    margin-top: 13%
}

.margin-fourteen-top {
    margin-top: 14%
}

.margin-fifteen-top {
    margin-top: 15%
}

.margin-sixteen-top {
    margin-top: 16%
}

.margin-seventeen-top {
    margin-top: 17%
}

.margin-eighteen-top {
    margin-top: 18%
}

.margin-nineteen-top {
    margin-top: 19%
}

.margin-twenty-top {
    margin-top: 20%
}

.margin-twenty-five-top {
    margin-top: 20%
}

.margin-5px-top {
    margin-top: 5px
}

.margin-10px-top {
    margin-top: 10px
}

.margin-15px-top {
    margin-top: 15px
}

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

.margin-25px-top {
    margin-top: 25px
}

.margin-30px-top {
    margin-top: 30px
}

.margin-35px-top {
    margin-top: 35px
}

.margin-40px-top {
    margin-top: 40px
}

.margin-45px-top {
    margin-top: 45px
}

.margin-50px-top {
    margin-top: 50px
}

.margin-55px-top {
    margin-top: 55px
}

.margin-60px-top {
    margin-top: 60px
}

.margin-65px-top {
    margin-top: 65px
}

.margin-70px-top {
    margin-top: 70px
}

.margin-75px-top {
    margin-top: 75px
}

.margin-80px-top {
    margin-top: 80px
}

.margin-85px-top {
    margin-top: 85px
}

.margin-90px-top {
    margin-top: 90px
}

.margin-95px-top {
    margin-top: 95px
}

.margin-100px-top {
    margin-top: 100px
}

.margin-1-rem-top {
    margin-top: 1rem
}

.margin-1-half-rem-top {
    margin-top: 1.5rem
}

.margin-2-rem-top {
    margin-top: 2rem
}

.margin-2-half-rem-top {
    margin-top: 2.5rem
}

.margin-3-rem-top {
    margin-top: 3rem
}

.margin-3-half-rem-top {
    margin-top: 3.5rem
}

.margin-4-rem-top {
    margin-top: 4rem
}

.margin-4-half-rem-top {
    margin-top: 4.5rem
}

.margin-5-rem-top {
    margin-top: 5rem
}

.margin-5-half-rem-top {
    margin-top: 5.5rem
}

.margin-6-rem-top {
    margin-top: 6rem
}

.margin-6-half-rem-top {
    margin-top: 6.5rem
}

.margin-7-rem-top {
    margin-top: 7rem
}

.margin-7-half-rem-top {
    margin-top: 7.5rem
}

.margin-8-rem-top {
    margin-top: 8rem
}

.margin-8-half-rem-top {
    margin-top: 8.5rem
}

.margin-9-rem-top {
    margin-top: 9rem
}

.margin-9-half-rem-top {
    margin-top: 9.5rem
}

.margin-10-rem-top {
    margin-top: 10rem
}

.margin-10-half-rem-top {
    margin-top: 10.5rem
}

.margin-one-bottom {
    margin-bottom: 1%
}

.margin-two-bottom {
    margin-bottom: 2%
}

.margin-three-bottom {
    margin-bottom: 3%
}

.margin-four-bottom {
    margin-bottom: 4%
}

.margin-five-bottom {
    margin-bottom: 5%
}

.margin-six-bottom {
    margin-bottom: 6%
}

.margin-seven-bottom {
    margin-bottom: 7%
}

.margin-eight-bottom {
    margin-bottom: 8%
}

.margin-nine-bottom {
    margin-bottom: 9%
}

.margin-ten-bottom {
    margin-bottom: 10%
}

.margin-eleven-bottom {
    margin-bottom: 11%
}

.margin-twelve-bottom {
    margin-bottom: 12%
}

.margin-thirteen-bottom {
    margin-bottom: 13%
}

.margin-fourteen-bottom {
    margin-bottom: 14%
}

.margin-fifteen-bottom {
    margin-bottom: 15%
}

.margin-sixteen-bottom {
    margin-bottom: 16%
}

.margin-seventeen-bottom {
    margin-bottom: 17%
}

.margin-eighteen-bottom {
    margin-bottom: 18%
}

.margin-nineteen-bottom {
    margin-bottom: 19%
}

.margin-twenty-bottom {
    margin-bottom: 20%
}

.margin-5px-bottom {
    margin-bottom: 5px
}

.margin-10px-bottom {
    margin-bottom: 10px
}

.margin-15px-bottom {
    margin-bottom: 15px
}

.margin-20px-bottom {
    margin-bottom: 20px
}

.margin-25px-bottom {
    margin-bottom: 25px
}

.margin-30px-bottom {
    margin-bottom: 30px
}

.margin-35px-bottom {
    margin-bottom: 35px
}

.margin-40px-bottom {
    margin-bottom: 40px
}

.margin-45px-bottom {
    margin-bottom: 45px
}

.margin-50px-bottom {
    margin-bottom: 50px
}

.margin-55px-bottom {
    margin-bottom: 55px
}

.margin-60px-bottom {
    margin-bottom: 60px
}

.margin-65px-bottom {
    margin-bottom: 65px
}

.margin-70px-bottom {
    margin-bottom: 70px
}

.margin-75px-bottom {
    margin-bottom: 75px
}

.margin-80px-bottom {
    margin-bottom: 80px
}

.margin-85px-bottom {
    margin-bottom: 85px
}

.margin-90px-bottom {
    margin-bottom: 90px
}

.margin-95px-bottom {
    margin-bottom: 95px
}

.margin-100px-bottom {
    margin-bottom: 100px
}

.margin-1-rem-bottom {
    margin-bottom: 1rem
}

.margin-1-half-rem-bottom {
    margin-bottom: 1.5rem
}

.margin-2-rem-bottom {
    margin-bottom: 2rem
}

.margin-2-half-rem-bottom {
    margin-bottom: 2.5rem
}

.margin-3-rem-bottom {
    margin-bottom: 3rem
}

.margin-3-half-rem-bottom {
    margin-bottom: 3.5rem
}

.margin-4-rem-bottom {
    margin-bottom: 4rem
}

.margin-4-half-rem-bottom {
    margin-bottom: 4.5rem
}

.margin-5-rem-bottom {
    margin-bottom: 5rem
}

.margin-5-half-rem-bottom {
    margin-bottom: 5.5rem
}

.margin-6-rem-bottom {
    margin-bottom: 6rem
}

.margin-6-half-rem-bottom {
    margin-bottom: 6.5rem
}

.margin-7-rem-bottom {
    margin-bottom: 7rem
}

.margin-7-half-rem-bottom {
    margin-bottom: 7.5rem
}

.margin-8-rem-bottom {
    margin-bottom: 8rem
}

.margin-8-half-rem-bottom {
    margin-bottom: 8.5rem
}

.margin-9-rem-bottom {
    margin-bottom: 9rem
}

.margin-9-half-rem-bottom {
    margin-bottom: 9.5rem
}

.margin-10-rem-bottom {
    margin-bottom: 10rem
}

.margin-10-half-rem-bottom {
    margin-bottom: 10.5rem
}

.margin-15-rem-bottom {
    margin-bottom: 15rem
}

.margin-27-rem-bottom {
    margin-bottom: 27rem
}

.margin-one-right {
    margin-right: 1%
}

.margin-two-right {
    margin-right: 2%
}

.margin-three-right {
    margin-right: 3%
}

.margin-four-right {
    margin-right: 4%
}

.margin-five-right {
    margin-right: 5%
}

.margin-six-right {
    margin-right: 6%
}

.margin-seven-right {
    margin-right: 7%
}

.margin-eight-right {
    margin-right: 8%
}

.margin-nine-right {
    margin-right: 9%
}

.margin-ten-right {
    margin-right: 10%
}

.margin-eleven-right {
    margin-right: 11%
}

.margin-twelve-right {
    margin-right: 12%
}

.margin-thirteen-right {
    margin-right: 13%
}

.margin-fourteen-right {
    margin-right: 14%
}

.margin-fifteen-right {
    margin-right: 15%
}

.margin-sixteen-right {
    margin-right: 16%
}

.margin-seventeen-right {
    margin-right: 17%
}

.margin-eighteen-right {
    margin-right: 18%
}

.margin-nineteen-right {
    margin-right: 19%
}

.margin-twenty-right {
    margin-right: 20%
}

.margin-5px-right {
    margin-right: 5px
}

.margin-10px-right {
    margin-right: 10px
}

.margin-15px-right {
    margin-right: 15px
}

.margin-20px-right {
    margin-right: 20px
}

.margin-25px-right {
    margin-right: 25px
}

.margin-30px-right {
    margin-right: 30px
}

.margin-35px-right {
    margin-right: 35px
}

.margin-40px-right {
    margin-right: 40px
}

.margin-45px-right {
    margin-right: 45px
}

.margin-50px-right {
    margin-right: 50px
}

.margin-55px-right {
    margin-right: 55px
}

.margin-60px-right {
    margin-right: 60px
}

.margin-65px-right {
    margin-right: 65px
}

.margin-70px-right {
    margin-right: 70px
}

.margin-75px-right {
    margin-right: 75px
}

.margin-80px-right {
    margin-right: 80px
}

.margin-85px-right {
    margin-right: 85px
}

.margin-90px-right {
    margin-right: 90px
}

.margin-95px-right {
    margin-right: 95px
}

.margin-100px-right {
    margin-right: 100px
}

.margin-1-rem-right {
    margin-right: 1rem
}

.margin-1-half-rem-right {
    margin-right: 1.5rem
}

.margin-2-rem-right {
    margin-right: 2rem
}

.margin-2-half-rem-right {
    margin-right: 2.5rem
}

.margin-3-rem-right {
    margin-right: 3rem
}

.margin-3-half-rem-right {
    margin-right: 3.5rem
}

.margin-4-rem-right {
    margin-right: 4rem
}

.margin-4-half-rem-right {
    margin-right: 4.5rem
}

.margin-5-rem-right {
    margin-right: 5rem
}

.margin-5-half-rem-right {
    margin-right: 5.5rem
}

.margin-6-rem-right {
    margin-right: 6rem
}

.margin-6-half-rem-right {
    margin-right: 6.5rem
}

.margin-7-rem-right {
    margin-right: 7rem
}

.margin-7-half-rem-right {
    margin-right: 7.5rem
}

.margin-8-rem-right {
    margin-right: 8rem
}

.margin-8-half-rem-right {
    margin-right: 8.5rem
}

.margin-9-rem-right {
    margin-right: 9rem
}

.margin-9-half-rem-right {
    margin-right: 9.5rem
}

.margin-10-rem-right {
    margin-right: 10rem
}

.margin-10-half-rem-right {
    margin-right: 10.5rem
}

.margin-one-left {
    margin-left: 1%
}

.margin-two-left {
    margin-left: 2%
}

.margin-three-left {
    margin-left: 3%
}

.margin-four-left {
    margin-left: 4%
}

.margin-five-left {
    margin-left: 5%
}

.margin-six-left {
    margin-left: 6%
}

.margin-seven-left {
    margin-left: 7%
}

.margin-eight-left {
    margin-left: 8%
}

.margin-nine-left {
    margin-left: 9%
}

.margin-ten-left {
    margin-left: 10%
}

.margin-eleven-left {
    margin-left: 11%
}

.margin-twelve-left {
    margin-left: 12%
}

.margin-thirteen-left {
    margin-left: 13%
}

.margin-fourteen-left {
    margin-left: 14%
}

.margin-fifteen-left {
    margin-left: 15%
}

.margin-sixteen-left {
    margin-left: 16%
}

.margin-seventeen-left {
    margin-left: 17%
}

.margin-eighteen-left {
    margin-left: 18%
}

.margin-nineteen-left {
    margin-left: 19%
}

.margin-twenty-left {
    margin-left: 20%
}

.margin-5px-left {
    margin-left: 5px
}

.margin-10px-left {
    margin-left: 10px
}

.margin-15px-left {
    margin-left: 15px
}

.margin-20px-left {
    margin-left: 20px
}

.margin-25px-left {
    margin-left: 25px
}

.margin-30px-left {
    margin-left: 30px
}

.margin-35px-left {
    margin-left: 35px
}

.margin-40px-left {
    margin-left: 40px
}

.margin-45px-left {
    margin-left: 45px
}

.margin-50px-left {
    margin-left: 50px
}

.margin-55px-left {
    margin-left: 55px
}

.margin-60px-left {
    margin-left: 60px
}

.margin-65px-left {
    margin-left: 65px
}

.margin-70px-left {
    margin-left: 70px
}

.margin-75px-left {
    margin-left: 75px
}

.margin-80px-left {
    margin-left: 80px
}

.margin-85px-left {
    margin-left: 85px
}

.margin-90px-left {
    margin-left: 90px
}

.margin-95px-left {
    margin-left: 95px
}

.margin-100px-left {
    margin-left: 100px
}

.margin-1-rem-left {
    margin-left: 1rem
}

.margin-1-half-rem-left {
    margin-left: 1.5rem
}

.margin-2-rem-left {
    margin-left: 2rem
}

.margin-2-half-rem-left {
    margin-left: 2.5rem
}

.margin-3-rem-left {
    margin-left: 3rem
}

.margin-3-half-rem-left {
    margin-left: 3.5rem
}

.margin-4-rem-left {
    margin-left: 4rem
}

.margin-4-half-rem-left {
    margin-left: 4.5rem
}

.margin-5-rem-left {
    margin-left: 5rem
}

.margin-5-half-rem-left {
    margin-left: 5.5rem
}

.margin-6-rem-left {
    margin-left: 6rem
}

.margin-6-half-rem-left {
    margin-left: 6.5rem
}

.margin-7-rem-left {
    margin-left: 7rem
}

.margin-7-half-rem-left {
    margin-left: 7.5rem
}

.margin-8-rem-left {
    margin-left: 8rem
}

.margin-8-half-rem-left {
    margin-left: 8.5rem
}

.margin-9-rem-left {
    margin-left: 9rem
}

.margin-9-half-rem-left {
    margin-left: 9.5rem
}

.margin-10-rem-left {
    margin-left: 10rem
}

.margin-10-half-rem-left {
    margin-left: 10.5rem
}

.margin-one-lr {
    margin-left: 1%;
    margin-right: 1%
}

.margin-two-lr {
    margin-left: 2%;
    margin-right: 2%
}

.margin-three-lr {
    margin-left: 3%;
    margin-right: 3%
}

.margin-four-lr {
    margin-left: 4%;
    margin-right: 4%
}

.margin-five-lr {
    margin-left: 5%;
    margin-right: 5%
}

.margin-six-lr {
    margin-left: 6%;
    margin-right: 6%
}

.margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%
}

.margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%
}

.margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%
}

.margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%
}

.margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%
}

.margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%
}

.margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%
}

.margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%
}

.margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%
}

.margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%
}

.margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%
}

.margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%
}

.margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%
}

.margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%
}

.margin-5px-lr {
    margin-left: 5px;
    margin-right: 5px
}

.margin-10px-lr {
    margin-left: 10px;
    margin-right: 10px
}

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

.margin-20px-lr {
    margin-left: 20px;
    margin-right: 20px
}

.margin-25px-lr {
    margin-left: 25px;
    margin-right: 25px
}

.margin-30px-lr {
    margin-left: 30px;
    margin-right: 30px
}

.margin-35px-lr {
    margin-left: 35px;
    margin-right: 35px
}

.margin-40px-lr {
    margin-left: 40px;
    margin-right: 40px
}

.margin-45px-lr {
    margin-left: 45px;
    margin-right: 45px
}

.margin-50px-lr {
    margin-left: 50px;
    margin-right: 50px
}

.margin-55px-lr {
    margin-left: 55px;
    margin-right: 55px
}

.margin-60px-lr {
    margin-left: 60px;
    margin-right: 60px
}

.margin-65px-lr {
    margin-left: 65px;
    margin-right: 65px
}

.margin-70px-lr {
    margin-left: 70px;
    margin-right: 70px
}

.margin-75px-lr {
    margin-left: 75px;
    margin-right: 75px
}

.margin-80px-lr {
    margin-left: 80px;
    margin-right: 80px
}

.margin-85px-lr {
    margin-left: 85px;
    margin-right: 85px
}

.margin-90px-lr {
    margin-left: 90px;
    margin-right: 90px
}

.margin-95px-lr {
    margin-left: 95px;
    margin-right: 95px
}

.margin-100px-lr {
    margin-left: 100px;
    margin-right: 100px
}

.margin-1-rem-lr {
    margin-left: 1rem;
    margin-right: 1rem
}

.margin-1-half-rem-lr {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.margin-2-rem-lr {
    margin-left: 2rem;
    margin-right: 2rem
}

.margin-2-half-rem-lr {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.margin-3-rem-lr {
    margin-left: 3rem;
    margin-right: 3rem
}

.margin-3-half-rem-lr {
    margin-left: 3.5rem;
    margin-right: 3.5rem
}

.margin-4-rem-lr {
    margin-left: 4rem;
    margin-right: 4rem
}

.margin-4-half-rem-lr {
    margin-left: 4.5rem;
    margin-right: 4.5rem
}

.margin-5-rem-lr {
    margin-left: 5rem;
    margin-right: 5rem
}

.margin-5-half-rem-lr {
    margin-left: 5.5rem;
    margin-right: 5.5rem
}

.margin-6-rem-lr {
    margin-left: 6rem;
    margin-right: 6rem
}

.margin-6-half-rem-lr {
    margin-left: 6.5rem;
    margin-right: 6.5rem
}

.margin-7-rem-lr {
    margin-left: 7rem;
    margin-right: 7rem
}

.margin-7-half-rem-lr {
    margin-left: 7.5rem;
    margin-right: 7.5rem
}

.margin-8-rem-lr {
    margin-left: 8rem;
    margin-right: 8rem
}

.margin-8-half-rem-lr {
    margin-left: 8.5rem;
    margin-right: 8.5rem
}

.margin-9-rem-lr {
    margin-left: 9rem;
    margin-right: 9rem
}

.margin-9-half-rem-lr {
    margin-left: 9.5rem;
    margin-right: 9.5rem
}

.margin-10-rem-lr {
    margin-left: 10rem;
    margin-right: 10rem
}

.margin-10-half-rem-lr {
    margin-left: 10.5rem;
    margin-right: 10.5rem
}

.margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%
}

.margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%
}

.margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%
}

.margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%
}

.margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%
}

.margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%
}

.margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%
}

.margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%
}

.margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%
}

.margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%
}

.margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%
}

.margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%
}

.margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%
}

.margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%
}

.margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%
}

.margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%
}

.margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%
}

.margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%
}

.margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%
}

.margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%
}

.margin-5px-tb {
    margin-top: 5px;
    margin-bottom: 5px
}

.margin-10px-tb {
    margin-top: 10px;
    margin-bottom: 10px
}

.margin-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px
}

.margin-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px
}

.margin-25px-tb {
    margin-top: 25px;
    margin-bottom: 25px
}

.margin-30px-tb {
    margin-top: 30px;
    margin-bottom: 30px
}

.margin-35px-tb {
    margin-top: 35px;
    margin-bottom: 35px
}

.margin-40px-tb {
    margin-top: 40px;
    margin-bottom: 40px
}

.margin-45px-tb {
    margin-top: 45px;
    margin-bottom: 45px
}

.margin-50px-tb {
    margin-top: 50px;
    margin-bottom: 50px
}

.margin-55px-tb {
    margin-top: 55px;
    margin-bottom: 55px
}

.margin-60px-tb {
    margin-top: 60px;
    margin-bottom: 60px
}

.margin-65px-tb {
    margin-top: 65px;
    margin-bottom: 65px
}

.margin-70px-tb {
    margin-top: 70px;
    margin-bottom: 70px
}

.margin-75px-tb {
    margin-top: 75px;
    margin-bottom: 75px
}

.margin-80px-tb {
    margin-top: 80px;
    margin-bottom: 80px
}

.margin-85px-tb {
    margin-top: 85px;
    margin-bottom: 85px
}

.margin-90px-tb {
    margin-top: 90px;
    margin-bottom: 90px
}

.margin-95px-tb {
    margin-top: 95px;
    margin-bottom: 95px
}

.margin-100px-tb {
    margin-top: 100px;
    margin-bottom: 100px
}

.margin-1-rem-tb {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.margin-1-half-rem-tb {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.margin-2-rem-tb {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.margin-2-half-rem-tb {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.margin-3-rem-tb {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.margin-3-half-rem-tb {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}

.margin-4-rem-tb {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.margin-4-half-rem-tb {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem
}

.margin-5-rem-tb {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.margin-5-half-rem-tb {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem
}

.margin-6-rem-tb {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.margin-6-half-rem-tb {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem
}

.margin-7-rem-tb {
    margin-top: 7rem;
    margin-bottom: 7rem
}

.margin-7-half-rem-tb {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem
}

.margin-8-rem-tb {
    margin-top: 8rem;
    margin-bottom: 8rem
}

.margin-8-half-rem-tb {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem
}

.margin-9-rem-tb {
    margin-top: 9rem;
    margin-bottom: 9rem
}

.margin-9-half-rem-tb {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem
}

.margin-10-rem-tb {
    margin-top: 10rem;
    margin-bottom: 10rem
}

.margin-10-half-rem-tb {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem
}

.margin-auto-lr {
    margin: 0 auto
}

.margin-auto {
    margin: auto
}

.no-margin {
    margin: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.no-margin-lr {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.padding-one-all {
    padding: 1%
}

.padding-two-all {
    padding: 2%
}

.padding-three-all {
    padding: 3%
}

.padding-four-all {
    padding: 4%
}

.padding-five-all {
    padding: 5%
}

.padding-six-all {
    padding: 6%
}

.padding-seven-all {
    padding: 7%
}

.padding-eight-all {
    padding: 8%
}

.padding-nine-all {
    padding: 9%
}

.padding-ten-all {
    padding: 10%
}

.padding-eleven-all {
    padding: 11%
}

.padding-twelve-all {
    padding: 12%
}

.padding-thirteen-all {
    padding: 13%
}

.padding-fourteen-all {
    padding: 14%
}

.padding-fifteen-all {
    padding: 15%
}

.padding-sixteen-all {
    padding: 16%
}

.padding-seventeen-all {
    padding: 17%
}

.padding-eighteen-all {
    padding: 18%
}

.padding-nineteen-all {
    padding: 19%
}

.padding-twenty-all {
    padding: 20%
}

.padding-5px-all {
    padding: 5px
}

.padding-10px-all {
    padding: 10px
}

.padding-15px-all {
    padding: 15px
}

.padding-20px-all {
    padding: 20px
}

.padding-25px-all {
    padding: 25px
}

.padding-30px-all {
    padding: 30px
}

.padding-35px-all {
    padding: 35px
}

.padding-40px-all {
    padding: 40px
}

.padding-45px-all {
    padding: 45px
}

.padding-50px-all {
    padding: 50px
}

.padding-55px-all {
    padding: 55px
}

.padding-60px-all {
    padding: 60px
}

.padding-65px-all {
    padding: 65px
}

.padding-70px-all {
    padding: 70px
}

.padding-75px-all {
    padding: 75px
}

.padding-80px-all {
    padding: 80px
}

.padding-85px-all {
    padding: 85px
}

.padding-90px-all {
    padding: 90px
}

.padding-95px-all {
    padding: 95px
}

.padding-100px-all {
    padding: 100px
}

.padding-1-rem-all {
    padding: 1rem
}

.padding-1-half-rem-all {
    padding: 1.5rem
}

.padding-2-rem-all {
    padding: 2rem
}

.padding-2-half-rem-all {
    padding: 2.5rem
}

.padding-3-rem-all {
    padding: 3rem
}

.padding-3-half-rem-all {
    padding: 3.5rem
}

.padding-4-rem-all {
    padding: 4rem
}

.padding-4-half-rem-all {
    padding: 4.5rem
}

.padding-5-rem-all {
    padding: 5rem
}

.padding-5-half-rem-all {
    padding: 5.5rem
}

.padding-6-rem-all {
    padding: 6rem
}

.padding-6-half-rem-all {
    padding: 6.5rem
}

.padding-7-rem-all {
    padding: 7rem
}

.padding-7-half-rem-all {
    padding: 7.5rem
}

.padding-8-rem-all {
    padding: 8rem
}

.padding-8-half-rem-all {
    padding: 8.5rem
}

.padding-9-rem-all {
    padding: 9rem
}

.padding-9-half-rem-all {
    padding: 9.5rem
}

.padding-10-rem-all {
    padding: 10rem
}

.padding-10-half-rem-all {
    padding: 10.5rem
}

.padding-one-top {
    padding-top: 1%
}

.padding-two-top {
    padding-top: 2%
}

.padding-three-top {
    padding-top: 3%
}

.padding-four-top {
    padding-top: 4%
}

.padding-five-top {
    padding-top: 5%
}

.padding-six-top {
    padding-top: 6%
}

.padding-seven-top {
    padding-top: 7%
}

.padding-eight-top {
    padding-top: 8%
}

.padding-nine-top {
    padding-top: 9%
}

.padding-ten-top {
    padding-top: 10%
}

.padding-eleven-top {
    padding-top: 11%
}

.padding-twelve-top {
    padding-top: 12%
}

.padding-thirteen-top {
    padding-top: 13%
}

.padding-fourteen-top {
    padding-top: 14%
}

.padding-fifteen-top {
    padding-top: 15%
}

.padding-sixteen-top {
    padding-top: 16%
}

.padding-seventeen-top {
    padding-top: 17%
}

.padding-eighteen-top {
    padding-top: 18%
}

.padding-nineteen-top {
    padding-top: 19%
}

.padding-twenty-top {
    padding-top: 20%
}

.padding-5px-top {
    padding-top: 5px
}

.padding-10px-top {
    padding-top: 10px
}

.padding-15px-top {
    padding-top: 15px
}

.padding-20px-top {
    padding-top: 20px
}

.padding-25px-top {
    padding-top: 25px
}

.padding-30px-top {
    padding-top: 30px
}

.padding-35px-top {
    padding-top: 35px
}

.padding-40px-top {
    padding-top: 40px
}

.padding-45px-top {
    padding-top: 45px
}

.padding-50px-top {
    padding-top: 50px
}

.padding-55px-top {
    padding-top: 55px
}

.padding-60px-top {
    padding-top: 60px
}

.padding-65px-top {
    padding-top: 65px
}

.padding-70px-top {
    padding-top: 70px
}

.padding-75px-top {
    padding-top: 75px
}

.padding-80px-top {
    padding-top: 80px
}

.padding-85px-top {
    padding-top: 85px
}

.padding-90px-top {
    padding-top: 90px
}

.padding-95px-top {
    padding-top: 95px
}

.padding-100px-top {
    padding-top: 100px
}

.padding-1-rem-top {
    padding-top: 1rem
}

.padding-1-half-rem-top {
    padding-top: 1.5rem
}

.padding-2-rem-top {
    padding-top: 2rem
}

.padding-2-half-rem-top {
    padding-top: 2.5rem
}

.padding-3-rem-top {
    padding-top: 3rem
}

.padding-3-half-rem-top {
    padding-top: 3.5rem
}

.padding-4-rem-top {
    padding-top: 4rem
}

.padding-4-half-rem-top {
    padding-top: 4.5rem
}

.padding-5-rem-top {
    padding-top: 5rem
}

.padding-5-half-rem-top {
    padding-top: 5.5rem
}

.padding-6-rem-top {
    padding-top: 6rem
}

.padding-6-half-rem-top {
    padding-top: 6.5rem
}

.padding-7-rem-top {
    padding-top: 7rem
}

.padding-7-half-rem-top {
    padding-top: 7.5rem
}

.padding-8-rem-top {
    padding-top: 8rem
}

.padding-8-half-rem-top {
    padding-top: 8.5rem
}

.padding-9-rem-top {
    padding-top: 9rem
}

.padding-9-half-rem-top {
    padding-top: 9.5rem
}

.padding-10-rem-top {
    padding-top: 10rem
}

.padding-10-half-rem-top {
    padding-top: 10.5rem
}

.padding-one-bottom {
    padding-bottom: 1%
}

.padding-two-bottom {
    padding-bottom: 2%
}

.padding-three-bottom {
    padding-bottom: 3%
}

.padding-four-bottom {
    padding-bottom: 4%
}

.padding-five-bottom {
    padding-bottom: 5%
}

.padding-six-bottom {
    padding-bottom: 6%
}

.padding-seven-bottom {
    padding-bottom: 7%
}

.padding-eight-bottom {
    padding-bottom: 8%
}

.padding-nine-bottom {
    padding-bottom: 9%
}

.padding-ten-bottom {
    padding-bottom: 10%
}

.padding-eleven-bottom {
    padding-bottom: 11%
}

.padding-twelve-bottom {
    padding-bottom: 12%
}

.padding-thirteen-bottom {
    padding-bottom: 13%
}

.padding-fourteen-bottom {
    padding-bottom: 14%
}

.padding-fifteen-bottom {
    padding-bottom: 15%
}

.padding-sixteen-bottom {
    padding-bottom: 16%
}

.padding-seventeen-bottom {
    padding-bottom: 17%
}

.padding-eighteen-bottom {
    padding-bottom: 18%
}

.padding-nineteen-bottom {
    padding-bottom: 19%
}

.padding-twenty-bottom {
    padding-bottom: 20%
}

.padding-5px-bottom {
    padding-bottom: 5px
}

.padding-10px-bottom {
    padding-bottom: 10px
}

.padding-15px-bottom {
    padding-bottom: 15px
}

.padding-20px-bottom {
    padding-bottom: 20px
}

.padding-25px-bottom {
    padding-bottom: 25px
}

.padding-30px-bottom {
    padding-bottom: 30px
}

.padding-35px-bottom {
    padding-bottom: 35px
}

.padding-40px-bottom {
    padding-bottom: 40px
}

.padding-45px-bottom {
    padding-bottom: 45px
}

.padding-50px-bottom {
    padding-bottom: 50px
}

.padding-55px-bottom {
    padding-bottom: 55px
}

.padding-60px-bottom {
    padding-bottom: 60px
}

.padding-65px-bottom {
    padding-bottom: 65px
}

.padding-70px-bottom {
    padding-bottom: 70px
}

.padding-75px-bottom {
    padding-bottom: 75px
}

.padding-80px-bottom {
    padding-bottom: 80px
}

.padding-85px-bottom {
    padding-bottom: 85px
}

.padding-90px-bottom {
    padding-bottom: 90px
}

.padding-95px-bottom {
    padding-bottom: 95px
}

.padding-100px-bottom {
    padding-bottom: 100px
}

.padding-1-rem-bottom {
    padding-bottom: 1rem
}

.padding-1-half-rem-bottom {
    padding-bottom: 1.5rem
}

.padding-2-rem-bottom {
    padding-bottom: 2rem
}

.padding-2-half-rem-bottom {
    padding-bottom: 2.5rem
}

.padding-3-rem-bottom {
    padding-bottom: 3rem
}

.padding-3-half-rem-bottom {
    padding-bottom: 3.5rem
}

.padding-4-rem-bottom {
    padding-bottom: 4rem
}

.padding-4-half-rem-bottom {
    padding-bottom: 4.5rem
}

.padding-5-rem-bottom {
    padding-bottom: 5rem
}

.padding-5-half-rem-bottom {
    padding-bottom: 5.5rem
}

.padding-6-rem-bottom {
    padding-bottom: 6rem
}

.padding-6-half-rem-bottom {
    padding-bottom: 6.5rem
}

.padding-7-rem-bottom {
    padding-bottom: 7rem
}

.padding-7-half-rem-bottom {
    padding-bottom: 7.5rem
}

.padding-8-rem-bottom {
    padding-bottom: 8rem
}

.padding-8-half-rem-bottom {
    padding-bottom: 8.5rem
}

.padding-9-rem-bottom {
    padding-bottom: 9rem
}

.padding-9-half-rem-bottom {
    padding-bottom: 9.5rem
}

.padding-10-rem-bottom {
    padding-bottom: 10rem
}

.padding-10-half-rem-bottom {
    padding-bottom: 10.5rem
}

.padding-one-right {
    padding-right: 1%
}

.padding-two-right {
    padding-right: 2%
}

.padding-three-right {
    padding-right: 3%
}

.padding-four-right {
    padding-right: 4%
}

.padding-five-right {
    padding-right: 5%
}

.padding-six-right {
    padding-right: 6%
}

.padding-seven-right {
    padding-right: 7%
}

.padding-eight-right {
    padding-right: 8%
}

.padding-nine-right {
    padding-right: 9%
}

.padding-ten-right {
    padding-right: 10%
}

.padding-eleven-right {
    padding-right: 11%
}

.padding-twelve-right {
    padding-right: 12%
}

.padding-thirteen-right {
    padding-right: 13%
}

.padding-fourteen-right {
    padding-right: 14%
}

.padding-fifteen-right {
    padding-right: 15%
}

.padding-sixteen-right {
    padding-right: 16%
}

.padding-seventeen-right {
    padding-right: 17%
}

.padding-eighteen-right {
    padding-right: 18%
}

.padding-nineteen-right {
    padding-right: 19%
}

.padding-twenty-right {
    padding-right: 20%
}

.padding-5px-right {
    padding-right: 5px
}

.padding-10px-right {
    padding-right: 10px
}

.padding-15px-right {
    padding-right: 15px
}

.padding-20px-right {
    padding-right: 20px
}

.padding-25px-right {
    padding-right: 25px
}

.padding-30px-right {
    padding-right: 30px
}

.padding-35px-right {
    padding-right: 35px
}

.padding-40px-right {
    padding-right: 40px
}

.padding-45px-right {
    padding-right: 45px
}

.padding-50px-right {
    padding-right: 50px
}

.padding-55px-right {
    padding-right: 55px
}

.padding-60px-right {
    padding-right: 60px
}

.padding-65px-right {
    padding-right: 65px
}

.padding-70px-right {
    padding-right: 70px
}

.padding-75px-right {
    padding-right: 75px
}

.padding-80px-right {
    padding-right: 80px
}

.padding-85px-right {
    padding-right: 85px
}

.padding-90px-right {
    padding-right: 90px
}

.padding-95px-right {
    padding-right: 95px
}

.padding-100px-right {
    padding-right: 100px
}

.padding-1-rem-right {
    padding-right: 1rem
}

.padding-1-half-rem-right {
    padding-right: 1.5rem
}

.padding-2-rem-right {
    padding-right: 2rem
}

.padding-2-half-rem-right {
    padding-right: 2.5rem
}

.padding-3-rem-right {
    padding-right: 3rem
}

.padding-3-half-rem-right {
    padding-right: 3.5rem
}

.padding-4-rem-right {
    padding-right: 4rem
}

.padding-4-half-rem-right {
    padding-right: 4.5rem
}

.padding-5-rem-right {
    padding-right: 5rem
}

.padding-5-half-rem-right {
    padding-right: 5.5rem
}

.padding-6-rem-right {
    padding-right: 6rem
}

.padding-6-half-rem-right {
    padding-right: 6.5rem
}

.padding-7-rem-right {
    padding-right: 7rem
}

.padding-7-half-rem-right {
    padding-right: 7.5rem
}

.padding-8-rem-right {
    padding-right: 8rem
}

.padding-8-half-rem-right {
    padding-right: 8.5rem
}

.padding-9-rem-right {
    padding-right: 9rem
}

.padding-9-half-rem-right {
    padding-right: 9.5rem
}

.padding-10-rem-right {
    padding-right: 10rem
}

.padding-10-half-rem-right {
    padding-right: 10.5rem
}

.padding-one-left {
    padding-left: 1%
}

.padding-two-left {
    padding-left: 2%
}

.padding-three-left {
    padding-left: 3%
}

.padding-four-left {
    padding-left: 4%
}

.padding-five-left {
    padding-left: 5%
}

.padding-six-left {
    padding-left: 6%
}

.padding-seven-left {
    padding-left: 7%
}

.padding-eight-left {
    padding-left: 8%
}

.padding-nine-left {
    padding-left: 9%
}

.padding-ten-left {
    padding-left: 10%
}

.padding-eleven-left {
    padding-left: 11%
}

.padding-twelve-left {
    padding-left: 12%
}

.padding-thirteen-left {
    padding-left: 13%
}

.padding-fourteen-left {
    padding-left: 14%
}

.padding-fifteen-left {
    padding-left: 15%
}

.padding-sixteen-left {
    padding-left: 16%
}

.padding-seventeen-left {
    padding-left: 17%
}

.padding-eighteen-left {
    padding-left: 18%
}

.padding-nineteen-left {
    padding-left: 19%
}

.padding-twenty-left {
    padding-left: 20%
}

.padding-5px-left {
    padding-left: 5px
}

.padding-10px-left {
    padding-left: 10px
}

.padding-15px-left {
    padding-left: 15px
}

.padding-20px-left {
    padding-left: 20px
}

.padding-25px-left {
    padding-left: 25px
}

.padding-30px-left {
    padding-left: 30px
}

.padding-35px-left {
    padding-left: 35px
}

.padding-40px-left {
    padding-left: 40px
}

.padding-45px-left {
    padding-left: 45px
}

.padding-50px-left {
    padding-left: 50px
}

.padding-55px-left {
    padding-left: 55px
}

.padding-60px-left {
    padding-left: 60px
}

.padding-65px-left {
    padding-left: 65px
}

.padding-70px-left {
    padding-left: 70px
}

.padding-75px-left {
    padding-left: 75px
}

.padding-80px-left {
    padding-left: 80px
}

.padding-85px-left {
    padding-left: 85px
}

.padding-90px-left {
    padding-left: 90px
}

.padding-95px-left {
    padding-left: 95px
}

.padding-100px-left {
    padding-left: 100px
}

.padding-1-rem-left {
    padding-left: 1rem
}

.padding-1-half-rem-left {
    padding-left: 1.5rem
}

.padding-2-rem-left {
    padding-left: 2rem
}

.padding-2-half-rem-left {
    padding-left: 2.5rem
}

.padding-3-rem-left {
    padding-left: 3rem
}

.padding-3-half-rem-left {
    padding-left: 3.5rem
}

.padding-4-rem-left {
    padding-left: 4rem
}

.padding-4-half-rem-left {
    padding-left: 4.5rem
}

.padding-5-rem-left {
    padding-left: 5rem
}

.padding-5-half-rem-left {
    padding-left: 5.5rem
}

.padding-6-rem-left {
    padding-left: 6rem
}

.padding-6-half-rem-left {
    padding-left: 6.5rem
}

.padding-7-rem-left {
    padding-left: 7rem
}

.padding-7-half-rem-left {
    padding-left: 7.5rem
}

.padding-8-rem-left {
    padding-left: 8rem
}

.padding-8-half-rem-left {
    padding-left: 8.5rem
}

.padding-9-rem-left {
    padding-left: 9rem
}

.padding-9-half-rem-left {
    padding-left: 9.5rem
}

.padding-10-rem-left {
    padding-left: 10rem
}

.padding-10-half-rem-left {
    padding-left: 10.5rem
}

.padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%
}

.padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%
}

.padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%
}

.padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%
}

.padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%
}

.padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%
}

.padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%
}

.padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%
}

.padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%
}

.padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%
}

.padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%
}

.padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%
}

.padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%
}

.padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%
}

.padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%
}

.padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%
}

.padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%
}

.padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%
}

.padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%
}

.padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%
}

.padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px
}

.padding-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px
}

.padding-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px
}

.padding-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding-25px-tb {
    padding-top: 25px;
    padding-bottom: 25px
}

.padding-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px
}

.padding-35px-tb {
    padding-top: 35px;
    padding-bottom: 35px
}

.padding-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px
}

.padding-45px-tb {
    padding-top: 45px;
    padding-bottom: 45px
}

.padding-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px
}

.padding-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px
}

.padding-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px
}

.padding-65px-tb {
    padding-top: 65px;
    padding-bottom: 65px
}

.padding-70px-tb {
    padding-top: 70px;
    padding-bottom: 70px
}

.padding-75px-tb {
    padding-top: 75px;
    padding-bottom: 75px
}

.padding-80px-tb {
    padding-top: 80px;
    padding-bottom: 80px
}

.padding-85px-tb {
    padding-top: 85px;
    padding-bottom: 85px
}

.padding-90px-tb {
    padding-top: 90px;
    padding-bottom: 90px
}

.padding-95px-tb {
    padding-top: 95px;
    padding-bottom: 95px
}

.padding-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px
}

.padding-1-rem-tb {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.padding-1-half-rem-tb {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.padding-2-rem-tb {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.padding-2-half-rem-tb {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.padding-3-rem-tb {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.padding-3-half-rem-tb {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.padding-4-rem-tb {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.padding-4-half-rem-tb {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem
}

.padding-5-rem-tb {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.padding-5-half-rem-tb {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem
}

.padding-6-rem-tb {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.padding-6-half-rem-tb {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem
}

.padding-7-rem-tb {
    padding-top: 7rem;
    padding-bottom: 7rem
}

.padding-7-half-rem-tb {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem
}

.padding-8-rem-tb {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.padding-8-half-rem-tb {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem
}

.padding-9-rem-tb {
    padding-top: 9rem;
    padding-bottom: 9rem
}

.padding-9-half-rem-tb {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem
}

.padding-10-rem-tb {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.padding-10-half-rem-tb {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem
}

.padding-one-lr {
    padding-left: 1%;
    padding-right: 1%
}

.padding-two-lr {
    padding-left: 2%;
    padding-right: 2%
}

.padding-three-lr {
    padding-left: 3%;
    padding-right: 3%
}

.padding-four-lr {
    padding-left: 4%;
    padding-right: 4%
}

.padding-five-lr {
    padding-left: 5%;
    padding-right: 5%
}

.padding-six-lr {
    padding-left: 6%;
    padding-right: 6%
}

.padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%
}

.padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%
}

.padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%
}

.padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%
}

.padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%
}

.padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%
}

.padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%
}

.padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%
}

.padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%
}

.padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%
}

.padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%
}

.padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%
}

.padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%
}

.padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%
}

.padding-5px-lr {
    padding-left: 5px;
    padding-right: 5px
}

.padding-10px-lr {
    padding-left: 10px;
    padding-right: 10px
}

.padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px
}

.padding-20px-lr {
    padding-left: 20px;
    padding-right: 20px
}

.padding-25px-lr {
    padding-left: 25px;
    padding-right: 25px
}

.padding-30px-lr {
    padding-left: 30px;
    padding-right: 30px
}

.padding-35px-lr {
    padding-left: 35px;
    padding-right: 35px
}

.padding-40px-lr {
    padding-left: 40px;
    padding-right: 40px
}

.padding-45px-lr {
    padding-left: 45px;
    padding-right: 45px
}

.padding-50px-lr {
    padding-left: 50px;
    padding-right: 50px
}

.padding-55px-lr {
    padding-left: 55px;
    padding-right: 55px
}

.padding-60px-lr {
    padding-left: 60px;
    padding-right: 60px
}

.padding-65px-lr {
    padding-left: 65px;
    padding-right: 65px
}

.padding-70px-lr {
    padding-left: 70px;
    padding-right: 70px
}

.padding-75px-lr {
    padding-left: 75px;
    padding-right: 75px
}

.padding-80px-lr {
    padding-left: 80px;
    padding-right: 80px
}

.padding-85px-lr {
    padding-left: 85px;
    padding-right: 85px
}

.padding-90px-lr {
    padding-left: 90px;
    padding-right: 90px
}

.padding-95px-lr {
    padding-left: 95px;
    padding-right: 95px
}

.padding-100px-lr {
    padding-left: 100px;
    padding-right: 100px
}

.padding-1-rem-lr {
    padding-left: 1rem;
    padding-right: 1rem
}

.padding-1-half-rem-lr {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.padding-2-rem-lr {
    padding-left: 2rem;
    padding-right: 2rem
}

.padding-2-half-rem-lr {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.padding-3-rem-lr {
    padding-left: 3rem;
    padding-right: 3rem
}

.padding-3-half-rem-lr {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

.padding-4-rem-lr {
    padding-left: 4rem;
    padding-right: 4rem
}

.padding-4-half-rem-lr {
    padding-left: 4.5rem;
    padding-right: 4.5rem
}

.padding-5-rem-lr {
    padding-left: 5rem;
    padding-right: 5rem
}

.padding-5-half-rem-lr {
    padding-left: 5.5rem;
    padding-right: 5.5rem
}

.padding-6-rem-lr {
    padding-left: 6rem;
    padding-right: 6rem
}

.padding-6-half-rem-lr {
    padding-left: 6.5rem;
    padding-right: 6.5rem
}

.padding-7-rem-lr {
    padding-left: 7rem;
    padding-right: 7rem
}

.padding-7-half-rem-lr {
    padding-left: 7.5rem;
    padding-right: 7.5rem
}

.padding-8-rem-lr {
    padding-left: 8rem;
    padding-right: 8rem
}

.padding-8-half-rem-lr {
    padding-left: 8.5rem;
    padding-right: 8.5rem
}

.padding-9-rem-lr {
    padding-left: 9rem;
    padding-right: 9rem
}

.padding-9-half-rem-lr {
    padding-left: 9.5rem;
    padding-right: 9.5rem
}

.padding-10-rem-lr {
    padding-left: 10rem;
    padding-right: 10rem
}

.padding-10-half-rem-lr {
    padding-left: 10.5rem;
    padding-right: 10.5rem
}

.no-padding {
    padding: 0 !important
}

.no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.d-initial {
    display: initial !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-auto {
    overflow: auto !important
}

.position-inherit {
    position: inherit !important
}

.top-0px {
    top: 0
}

.top-1px {
    top: 1px
}

.top-2px {
    top: 2px
}

.top-3px {
    top: 3px
}

.top-4px {
    top: 4px
}

.top-5px {
    top: 5px
}

.top-6px {
    top: 6px
}

.top-7px {
    top: 7px
}

.top-8px {
    top: 8px
}

.top-9px {
    top: 9px
}

.top-10px {
    top: 10px
}

.top-15px {
    top: 15px
}

.top-20px {
    top: 20px
}

.top-25px {
    top: 25px
}

.top-30px {
    top: 30px
}

.top-35px {
    top: 35px
}

.top-40px {
    top: 40px
}

.top-45px {
    top: 45px
}

.top-50px {
    top: 50px
}

.top-60px {
    top: 60px
}

.top-70px {
    top: 70px
}

.top-80px {
    top: 80px
}

.top-90px {
    top: 90px
}

.top-100px {
    top: 100px
}

.top-auto {
    top: auto
}

.top-inherit {
    top: inherit
}

.top-minus-1px {
    top: -1px
}

.top-minus-2px {
    top: -2px
}

.top-minus-3px {
    top: -3px
}

.top-minus-4px {
    top: -4px
}

.top-minus-5px {
    top: -5px
}

.top-minus-6px {
    top: -6px
}

.top-minus-7px {
    top: -7px
}

.top-minus-8px {
    top: -8px
}

.top-minus-9px {
    top: -9px
}

.top-minus-10px {
    top: -10px
}

.top-minus-15px {
    top: -15px
}

.top-minus-20px {
    top: -20px
}

.top-minus-25px {
    top: -25px
}

.top-minus-30px {
    top: -30px
}

.top-minus-35px {
    top: -35px
}

.top-minus-40px {
    top: -40px
}

.top-minus-45px {
    top: -45px
}

.top-minus-50px {
    top: -50px
}

.top-minus-60px {
    top: -60px
}

.top-minus-70px {
    top: -70px
}

.bottom-0px {
    bottom: 0
}

.bottom-1px {
    bottom: 1px
}

.bottom-2px {
    bottom: 2px
}

.bottom-3px {
    bottom: 3px
}

.bottom-4px {
    bottom: 4px
}

.bottom-5px {
    bottom: 5px
}

.bottom-6px {
    bottom: 6px
}

.bottom-7px {
    bottom: 7px
}

.bottom-8px {
    bottom: 8px
}

.bottom-9px {
    bottom: 9px
}

.bottom-10px {
    bottom: 10px
}

.bottom-15px {
    bottom: 15px
}

.bottom-20px {
    bottom: 20px
}

.bottom-25px {
    bottom: 25px
}

.bottom-30px {
    bottom: 30px
}

.bottom-35px {
    bottom: 35px
}

.bottom-40px {
    bottom: 40px
}

.bottom-45px {
    bottom: 45px
}

.bottom-50px {
    bottom: 50px
}

.bottom-55px {
    bottom: 55px
}

.bottom-60px {
    bottom: 60px
}

.bottom-65px {
    bottom: 65px
}

.bottom-70px {
    bottom: 70px
}

.bottom-75px {
    bottom: 75px
}

.bottom-80px {
    bottom: 80px
}

.bottom-85px {
    bottom: 85px
}

.bottom-90px {
    bottom: 90px
}

.bottom-95px {
    bottom: 95px
}

.bottom-100px {
    bottom: 100px
}

.bottom-auto {
    bottom: auto
}

.bottom-inherit {
    bottom: inherit
}

.bottom-minus-1px {
    bottom: -1px
}

.bottom-minus-2px {
    bottom: -2px
}

.bottom-minus-3px {
    bottom: -3px
}

.bottom-minus-4px {
    bottom: -4px
}

.bottom-minus-5px {
    bottom: -5px
}

.bottom-minus-6px {
    bottom: -6px
}

.bottom-minus-7px {
    bottom: -7px
}

.bottom-minus-8px {
    bottom: -8px
}

.bottom-minus-9px {
    bottom: -9px
}

.bottom-minus-10px {
    bottom: -10px
}

.bottom-minus-15px {
    bottom: -15px
}

.bottom-minus-20px {
    bottom: -20px
}

.bottom-minus-25px {
    bottom: -25px
}

.bottom-minus-30px {
    bottom: -30px
}

.bottom-minus-35px {
    bottom: -35px
}

.bottom-minus-40px {
    bottom: -40px
}

.bottom-minus-45px {
    bottom: -45px
}

.bottom-minus-50px {
    bottom: -50px
}

.right-0px {
    right: 0
}

.right-1px {
    right: 1px
}

.right-2px {
    right: 2px
}

.right-3px {
    right: 3px
}

.right-4px {
    right: 4px
}

.right-5px {
    right: 5px
}

.right-6px {
    right: 6px
}

.right-7px {
    right: 7px
}

.right-8px {
    right: 8px
}

.right-9px {
    right: 9px
}

.right-10px {
    right: 10px
}

.right-15px {
    right: 15px
}

.right-20px {
    right: 20px
}

.right-25px {
    right: 25px
}

.right-30px {
    right: 30px
}

.right-35px {
    right: 35px
}

.right-40px {
    right: 40px
}

.right-45px {
    right: 45px
}

.right-50px {
    right: 50px
}

.right-55px {
    right: 55px
}

.right-60px {
    right: 60px
}

.right-auto {
    right: auto
}

.right-inherit {
    right: inherit
}

.right-minus-1px {
    right: -1px
}

.right-minus-2px {
    right: -2px
}

.right-minus-3px {
    right: -3px
}

.right-minus-4px {
    right: -4px
}

.right-minus-5px {
    right: -5px
}

.right-minus-6px {
    right: -6px
}

.right-minus-7px {
    right: -7px
}

.right-minus-8px {
    right: -8px
}

.right-minus-9px {
    right: -9px
}

.right-minus-10px {
    right: -10px
}

.right-minus-15px {
    right: -15px
}

.right-minus-20px {
    right: -20px
}

.right-minus-25px {
    right: -25px
}

.right-minus-30px {
    right: -30px
}

.right-minus-35px {
    right: -35px
}

.right-minus-40px {
    right: -40px
}

.right-minus-45px {
    right: -45px
}

.right-minus-50px {
    right: -50px
}

.right-minus-60px {
    right: -60px
}

.right-minus-70px {
    right: -70px
}

.left-0px {
    left: 0
}

.left-1px {
    left: 1px
}

.left-2px {
    left: 2px
}

.left-3px {
    left: 3px
}

.left-4px {
    left: 4px
}

.left-5px {
    left: 5px
}

.left-6px {
    left: 6px
}

.left-7px {
    left: 7px
}

.left-8px {
    left: 8px
}

.left-9px {
    left: 9px
}

.left-10px {
    left: 10px
}

.left-15px {
    left: 15px
}

.left-20px {
    left: 20px
}

.left-25px {
    left: 25px
}

.left-30px {
    left: 30px
}

.left-35px {
    left: 35px
}

.left-40px {
    left: 40px
}

.left-45px {
    left: 45px
}

.left-50px {
    left: 50px
}

.left-auto {
    left: auto
}

.left-inherit {
    left: inherit
}

.left-0px {
    left: 0
}

.left-minus-1px {
    left: -1px
}

.left-minus-2px {
    left: -2px
}

.left-minus-3px {
    left: -3px
}

.left-minus-4px {
    left: -4px
}

.left-minus-5px {
    left: -5px
}

.left-minus-6px {
    left: -6px
}

.left-minus-7px {
    left: -7px
}

.left-minus-8px {
    left: -8px
}

.left-minus-9px {
    left: -9px
}

.left-minus-10px {
    left: -10px
}

.left-minus-15px {
    left: -15px
}

.left-minus-20px {
    left: -20px
}

.left-minus-25px {
    left: -25px
}

.left-minus-30px {
    left: -30px
}

.left-minus-35px {
    left: -35px
}

.left-minus-40px {
    left: -40px
}

.left-minus-45px {
    left: -45px
}

.left-minus-50px {
    left: -50px
}

.w-1px {
    width: 1px
}

.w-2px {
    width: 2px
}

.w-3px {
    width: 3px
}

.w-4px {
    width: 4px
}

.w-5px {
    width: 5px
}

.w-6px {
    width: 6px
}

.w-7px {
    width: 7px
}

.w-8px {
    width: 8px
}

.w-9px {
    width: 9px
}

.w-10px {
    width: 10px
}

.w-15px {
    width: 15px
}

.w-20px {
    width: 20px
}

.w-25px {
    width: 25px
}

.w-30px {
    width: 30px
}

.w-35px {
    width: 35px
}

.w-40px {
    width: 40px
}

.w-45px {
    width: 45px
}

.w-50px {
    width: 50px
}

.w-55px {
    width: 55px
}

.w-60px {
    width: 60px
}

.w-65px {
    width: 65px
}

.w-70px {
    width: 70px
}

.w-75px {
    width: 75px
}

.w-80px {
    width: 80px
}

.w-85px {
    width: 85px
}

.w-90px {
    width: 90px
}

.w-95px {
    width: 95px
}

.w-100px {
    width: 100px
}

.w-110px {
    width: 110px
}

.w-120px {
    width: 120px
}

.w-130px {
    width: 130px
}

.w-140px {
    width: 140px
}

.w-150px {
    width: 150px
}

.w-160px {
    width: 160px
}

.w-170px {
    width: 170px
}

.w-180px {
    width: 180px
}

.w-190px {
    width: 190px
}

.w-200px {
    width: 200px
}

.w-250px {
    width: 250px
}

.w-300px {
    width: 300px
}

.w-350px {
    width: 350px
}

.w-400px {
    width: 400px
}

.w-450px {
    width: 450px
}

.w-500px {
    width: 500px
}

.w-550px {
    width: 550px
}

.w-600px {
    width: 600px
}

.w-650px {
    width: 650px
}

.w-700px {
    width: 700px
}

.w-750px {
    width: 750px
}

.w-800px {
    width: 800px
}

.w-850px {
    width: 850px
}

.w-900px {
    width: 900px
}

.w-950px {
    width: 950px
}

.w-1000px {
    width: 1000px
}

.w-10 {
    width: 10%
}

.w-15 {
    width: 15%
}

.w-18 {
    width: 18%
}

.w-20 {
    width: 20%
}

.w-25 {
    width: 25%
}

.w-30 {
    width: 30%
}

.w-35 {
    width: 35%
}

.w-40 {
    width: 40%
}

.w-45 {
    width: 45%
}

.w-50 {
    width: 50%
}

.w-55 {
    width: 55%
}

.w-57 {
    width: 57%
}

.w-60 {
    width: 60%
}

.w-65 {
    width: 65%
}

.w-70 {
    width: 70%
}

.w-75 {
    width: 75%
}

.w-80 {
    width: 80%
}

.w-85 {
    width: 85%
}

.w-90 {
    width: 90%
}

.w-95 {
    width: 95%
}

.w-100 {
    width: 100%
}

.w-auto {
    width: auto
}

.swiper-container {
    width: 100%;
    height: 100%
}

.h-1px {
    height: 1px
}

.h-2px {
    height: 2px
}

.h-3px {
    height: 3px
}

.h-4px {
    height: 4px
}

.h-5px {
    height: 5px
}

.h-6px {
    height: 6px
}

.h-7px {
    height: 7px
}

.h-8px {
    height: 8px
}

.h-9px {
    height: 9px
}

.h-10px {
    height: 10px
}

.h-15px {
    height: 15px
}

.h-20px {
    height: 20px
}

.h-25px {
    height: 25px
}

.h-30px {
    height: 30px
}

.h-35px {
    height: 35px
}

.h-40px {
    height: 40px
}

.h-42px {
    height: 42px
}

.h-45px {
    height: 45px
}

.h-50px {
    height: 50px
}

.h-55px {
    height: 55px
}

.h-60px {
    height: 60px
}

.h-65px {
    height: 65px
}

.h-70px {
    height: 70px
}

.h-75px {
    height: 75px
}

.h-80px {
    height: 80px
}

.h-85px {
    height: 85px
}

.h-90px {
    height: 90px
}

.h-95px {
    height: 95px
}

.h-100px {
    height: 100px
}

.h-110px {
    height: 110px
}

.h-120px {
    height: 120px
}

.h-130px {
    height: 130px
}

.h-140px {
    height: 140px
}

.h-150px {
    height: 150px
}

.h-160px {
    height: 160px
}

.h-170px {
    height: 170px
}

.h-180px {
    height: 180px
}

.h-190px {
    height: 190px
}

.h-200px {
    height: 200px
}

.h-250px {
    height: 250px
}

.h-300px {
    height: 300px
}

.h-350px {
    height: 350px
}

.h-358px {
    height: 358px
}


.h-400px {
    height: 400px
}

.h-408px {
    height: 408px
}

.h-450px {
    height: 450px
}

.h-480px {
    height: 490px
}

.h-500px {
    height: 500px
}
.h-564px {
    height: 564px
}

.h-488px {
    height: 488px
}

.h-520px {
    height: 520px
}

.h-550px {
    height: 550px
}

.h-580px {
    height: 580px
}

.h-600px {
    height: 600px
}

.h-634px {
    height: 634px
}


.h-650px {
    height: 650px
}

.h-700px {
    height: 700px
}

.h-720px {
    height: 720px
}

.h-750px {
    height: 750px
}

.h-800px {
    height: 800px
}

.h-820px {
    height: 820px
}

.h-830px {
    height: 830px
}

.h-850px {
    height: 850px
}

.h-50 {
    height: 50%
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.max-h-100 {
    max-height: 100%
}

.max-h-inherit {
    max-height: inherit !important
}


.full-screen, .fullscreenabanner, .mobileoff-fullscreen-top-space {
    height: 980px
}

.min-h-100px {
    min-height: 100px
}

.min-h-200px {
    min-height: 200px
}

.min-h-300px {
    min-height: 300px
}

.min-h-400px {
    min-height: 400px
}

.min-h-500px {
    min-height: 500px
}

.min-h-600px {
    min-height: 600px
}

.min-h-700px {
    min-height: 700px
}

.min-h-100vh {
    min-height: 100vh
}

.extra-small-screen {
    height: 300px
}

.small-screen {
    height: 400px
}

.one-half-screen {
    height: 600px
}

.one-third-screen {
    height: 700px
}

.one-fourth-screen {
    height: 800px
}

.one-fifth-screen {
    height: 900px
}


.font-size-10 {
    font-size: 10px !important
}

.font-size-11 {
    font-size: 11px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-24 {
    font-size: 24px !important
}

.font-size-35 {
    font-size: 35px !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}


.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.2 !important;
}

.opacity-2 {
    opacity: 0.4 !important;
}

.opacity-3 {
    opacity: 0.6 !important;
}

.opacity-4 {
    opacity: .8 !important;
}

.opacity-5 {
    opacity: 1 !important;
}


.sm-display-none {
    display: block;
}

.sm-display-block {
    display: none;
}

/* footer team section */

.v-line {
    border-left: 1px solid #fff;
    height: 250px;
}

.team p {
    display: inline-block;
}

.member {
    display: inline-block;
    margin-right: 8%;
    margin-bottom: 20px;
}

.copyright {
    margin-left: 20%;
}

.app-img {
    width: 50%;
    height: 120px;
}

.hr {
    height: 1px;
    width: 95%;
    margin-bottom: 15px;
    background-color: #fff;
}

.hr-app-icon {
    display: none;
    height: 1px;
    width: 95%;
    margin-bottom: 15px;
    background-color: #fff;
}

.h-line-links {
    border-left: 1px solid #fff;
}

.h-line-teams {
    border-left: 1px solid #fff;
}

.footer-btn {
    width: 140px;
    height: 40px;
    display: block;
}

.footer-btn a {
    text-decoration: none;
    color: #fff;
}

.member span {
    color: #d6d6d6;
}


.breaking-news-1 .ticker, .breaking-news-2 .ticker {
    padding: 9px 20px 6px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(180deg, #9A0606 0%, #F70909 100%);
    width: fit-content;
    color: white;
}


.lightbox-container {
    z-index: 1;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {


    .header .container .right-side .custom-switch {
        margin-right: 10px;
    }

    .chicago .post-content .post-title {
        font-size: 40px;
        line-height: 54px;
    }

    .nevada .post-content {
        width: 75%;
    }

    .florida .post-content {
        width: 60%;
    }

    .side-news {
        width: 280px;
        transform: translateX(190px) translateY(-50%);
        padding: 20px;
    }

    .texas .post-content {
        width: 100%;
        margin-top: 0;
        padding: 20px 0;
    }

    .texas .post-content:before {
        left: 38px;
        bottom: 41px;
    }

    .georgia .post-content {
        width: 100%;
        padding: 20px;
    }

    .georgia .post-content:before {
        left: 58px;
        bottom: 41px;
    }

    .utah .post-content .post-title {
        font-size: 22px;
    }

    .montana .post-content .post-title {
        font-size: 22px;
    }

    .montana .post-content .post-title a {
        line-height: 1.6;
    }

    .montana .post-content .metas .dot {
        display: none;
    }

    .montana .post-content .metas .author {
        width: 100%;
    }

    .california {
        padding-right: 0;
    }

    .kathmandu {
        padding-right: 0;
    }

    .sidebar .widget .side-newsletter {
        padding: 30px;
    }

    .newsletter-box {
        padding: 70px 0;
    }

    .page-header p {
        padding: 0;
    }

    /* for vertical lines */
    .v-line {
        display: none;
    }

    /* for footers */
    .footer {
        margin-top: 10px;
    }

    .footer-links {
        margin-top: 25px;
    }

    .footer-btn {
        display: block;
        height: 50px;
        width: 25%;
    }

    .footer-btn a {
        text-decoration: none;
        color: #fff;
    }

    .footer-logo img {
        margin-right: 20%;
    }

    .footer .copyright {
        width: 40%;
        margin-top: 20px;
    }

    .footer-links {
        margin-top: 25px;
    }

    .social-icons {
        padding: 0;
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .h-line-links {
        border-left: 1px solid #fff;
    }

    .h-line-teams {
        border-left: 1px solid #fff;
    }

}


/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .sticky-navbar {
        padding: 25px 30px;
    }

    .content-section {
        padding: 60px 0;
    }

    .side-widget .logo img {
        height: 80px;
    }

    .header .container .logo a img {
        height: 80px;
    }

    .header .container .left-side {
        width: 35%;
    }

    .header .container .right-side {
        width: 35%;
    }

    .col-lg-3:first-child .new-york {
        margin-bottom: 50px;
    }

    .chicago .post-content .post-title {
        font-size: 30px;
        line-height: 38px;
    }

    /*.chicago .post-content .metas .dot {*/
    /*    display: none;*/
    /*}*/
    /*.chicago .post-content .metas .date {*/
    /*    width: 100%;*/
    /*    margin-top: 10px;*/
    /*}*/
    .nevada {
        margin-top: 0px;
    }

    .nevada .post-content {
        width: calc(100% - 100px);
    }

    .col-lg-4:first-child .kansas {
        margin-bottom: 50px;
    }

    .florida .post-content {
        width: calc(100% - 72px);
        padding: 20px;
    }

    .florida .post-content .post-categories {
        margin-top: -60px;
        margin-bottom: 35px;
    }

    .florida .post-content .post-title {
        font-size: 26px;
    }

    .side-news {
        display: none;
    }

    .arizona .post-content {
        width: 80%;
    }

    .col-lg-8 .colorado {
        margin-bottom: 50px;
    }

    .col-md-6 .miami:last-child {
        margin-bottom: 0px;
        padding-bottom: 25px;
        border-bottom: none;
    }

    .texas .post-content .post-title {
        margin-left: -15px;
    }

    .texas.blog-post {
        padding: 0 12px;
        margin-bottom: 18px;
    }

    .sm-mb-3 {
        margin-bottom: 2rem !important;
    }

    .indiana .post-content {
        padding: 0 5%;
    }

    .kansas .post-content {
        min-height: 100px;
        margin-bottom: 12px;
    }

    .bigyapan-section.space-50 {
        padding: 15px;
    }

    .content-section.space-50 {
        padding: 15px 0;
    }

    .content-section.space-20 {
        padding: 15px 0;
    }

    .montana .post-image {
        width: 100%;
    }

    .sm-mt-3 {
        margin-top: 1rem !important;
    }

    h3 {
        margin-bottom: 10px;
    }

    .indiana .post-content .post-title {
        font-size: 40px;
    }

    .alaska {
        width: 100%;
    }

    .california .post-content .post-title {
        font-size: 42px;
    }

    .authors li {
        width: 100%;
    }

    .newsletter-box input[type="email"] {
        margin-bottom: 10px;
    }

    .sidebar {
        margin-top: 50px;
    }

    /* footer section */
    .footer .footer-menu {
        text-align: start;
    }

    .footer .footer-logo {
        margin: 30px 0;
    }

    .footer .footer-social {
        justify-content: center;
    }

    .hr {
        width: 100%;
    }

    .app-img {
        width: 175px;
    }

    .footer-logo img {
        margin-left: 50%;
    }

    .footer-social {
        margin-left: 55%;
    }

    .h-line-teams {
        border-left: 1px solid white;
    }

    .member {
        margin-right: 14%;
    }

    .hr-app-icon {
        width: 100% !important;
    }

    .h-line-links {
        border-left: none;
    }

    .footer-logo img {
        margin-left: 28%;
    }

    .social-icons {
        padding: 0 !important;
    }

    .footer .copyright {
        margin-left: 32%;
    }

    /* for horizontal line */
    .hr-app-icon {
        display: block;
        height: 1px;
        width: 95%;
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: #fff;
    }

}

/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

    .category__header .theme__text__color {
        font-size: 30px;
    }

    .breaking-news-1 .banner-img-section .banner-img-title {
        font-size: 30px;
        line-height: 40px;
    }

    .breaking-news-1 .banner-img-section .banner2-img-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bigyapan-section .bigyapan__img {
        height: 58px;
    }

    .footer .advertisement__border {
        border-top: 2px solid white;
    }

    .side-widget .inner .site-menu ul li a {
        font-size: 18px;
    }

    .main-slider .swiper-pagination {
        display: none;
    }

    .miami-large .post-image {
        width: 100%;
    }

    .chicago-video .post-content {
        width: 100%;
    }

    .chicago-video .post-content .post-title {
        font-size: 24px;
        line-height: 32px;
    }

    .chicago-video .post-content .metas {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .chicago-video .post-image {
        width: 100%;
    }

    .kansas-video h3.post-title {
        margin-bottom: 0;
        font-size: 11px;
    }

    .kansas-video .post-content {
        /*min-height: 100px;*/
        margin-bottom: 10px;
    }

    .miami-large .post-content {
        width: 100%;
        margin-left: 0;
        margin-top: 4px;
    }

    .breaking-news-1 h3.title-small-2, .breaking-news-2 h3.title-small-2 {
        line-height: 30px !important;
    }

    .breaking-news-1 h3.title-small-2 a, .breaking-news-2 h3.title-small-2 a {
        font-size: 30px;
    }

    .breaking-news-1 p.font-size-24 {
        font-size: 14px !important;
    }

    .breaking-news-1 .container .col-lg-12.text-center img.w-80, .featured-1 .chicago.light .post-content .w-60 {
        width: 100% !important;
    }

    .sticky-navbar {
        display: none;
    }

    .sm-display-none {
        display: none;
    }

    .sm-display-block {
        display: block;
    }

    .side-widget .inner .account {
        display: flex;
    }

    .header .container .left-side .social-media .social-info {
        top: calc(100% + 11px);
    }

    .header {
        padding: 10px 0;
    }

    .header .container .left-side {
        display: none;
    }

    .header .container .logo a img {
        height: 80px;
    }


    .header .container .right-side {
        width: auto;
    }

    .header .container .right-side .account {
        display: none;
    }

    .header .container .right-side .custom-switch {
        padding: 0;
        margin-right: 0;
    }

    .header .container .right-side .custom-control-label {
        text-indent: -9999px;
    }

    .navbar .site-menu {
        display: none;
    }

    .navbar .logo {
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .navbar .logo img {
        height: 25px;
    }

    .header .container .logo {
        margin: 0;
    }

    .page-header h2 {
        font-size: 42px;
    }

    .page-header p {
        font-size: 15px;
    }

    blockquote {
        padding: 0 20px;
        font-size: 23px;
    }

    .author-box figure {
        width: 100%;
    }

    .author-box .content {
        width: 100%;
        margin-left: 0;
    }

    .author-box .content .recent-post-list li {
        width: 100%;
    }

    .alaska .post-image .post-categories {
        left: 20px;
        top: 20px;
    }

    .alaska .post-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .alaska .post-content .post-title {
        font-size: 24px;
    }

    .pagination .page-item {
        display: none;
    }

    .pagination .page-item:first-child {
        display: inline-block;
    }

    .pagination .page-item:last-child {
        display: inline-block;
    }

    .california {
        display: flex;
        flex-wrap: wrap;
    }

    .california .side-share {
        width: 100%;
        position: static;
        display: block;
        padding-right: 0;
        order: 2;
    }

    .california .post-content {
        width: 100%;
        order: 1;
    }

    .california .post-content .post-title {
        font-size: 28px;
    }

    /*.blog-post .metas .author {*/
    /*    width: 100%;*/
    /*    display: block;*/
    /*    margin-bottom: 10px;*/
    /*}*/
    /*.blog-post .metas .dot {*/
    /*    display: none;*/
    /*}*/
    .california .post-content blockquote {
        padding: 20px;
    }

    .author-info-box figure {
        width: 100%;
    }

    .author-info-box .content {
        width: 100%;
        margin-left: 0;
    }

    .post-navigation .post-prev {
        width: 100%;
        flex: none;
        border-right: none;
        margin-bottom: 30px;
    }

    .post-navigation .post-next {
        width: 100%;
        flex: none;
        text-align: left;
        padding-left: 0;
    }

    .contact-box {
        margin: 15px 0;
    }

    .contact-box i {
        margin-bottom: 10px;
    }

    .contact-box h6 {
        margin-bottom: 15px;
    }

    .new-york .post-content .post-title {
        font-size: 16px;
    }

    .col-lg-3 .new-york {
        margin-bottom: 30px;
    }

    .col-lg-3:first-child .new-york {
        margin-bottom: 30px;
    }

    .col-lg-3:last-child .new-york {
        margin-bottom: 0;
    }

    .chicago .post-content {
        width: 100%;
        margin-right: 0;
    }

    .chicago .post-image {
        width: 100%;
        margin-top: 25px;
    }

    .nevada .post-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .nevada .post-content .post-title {
        font-size: 30px;
        padding: 0;
    }


    .col-lg-4:nth-child(2) .kansas {
        margin-bottom: 50px;
    }

    .florida .post-image {
        margin-bottom: 15px;
    }

    .florida .post-content {
        position: static;
        width: 100%;
        padding: 0;
    }

    .florida .post-content .metas .author {
        width: 100%;
        margin-bottom: 10px;
    }

    .florida .post-content .metas .dot {
        display: none;
    }

    .florida .post-content .post-title {
        font-size: 23px;
    }

    .news-slider-wrapper .news-slider-bottom {
        display: none;
    }

    .arizona {
        height: 100%;
    }

    .arizona .post-content {
        margin: 100px 0 !important;
    }

    .arizona .post-content .post-title {
        font-size: 22px;
    }

    .georgia {
        margin-bottom: 0px;
    }

    .colorado .post-image {
        margin-bottom: 15px;
    }

    .colorado .post-content {
        width: 100%;
        position: static;
        padding: 0;
        padding-left: 10px;
    }

    .colorado .post-content .post-title {
        font-size: 22px;
    }

    .colorado .post-content .metas {
        display: none;
    }

    .indiana .post-content .post-title {
        font-size: 24px;
    }

    .highlight-slider-wrapper .highlight-slider-bottom {
        display: none;
    }

    .indiana .post-content {
        margin: 100px 0 !important;
    }

    .montana .post-image {
        margin-bottom: 15px;
    }

    .montana .post-content {
        width: 100%;
        padding: 0;
        margin-left: 0;
    }

    .montana .post-content .metas .author {
        width: auto;
    }

    .texas .post-image .post-categories {
        top: 20px;
        left: 20px;
    }

    .newsletter-box h3 {
        font-size: 28px;
    }

    .newsletter-box form {
        padding: 0;
    }

    .newsletter-box {
        padding: 40px 0;
    }

    .search-box .container input[type="search"] {
        width: 100%;
    }

    .search-box .close-button {
        right: 25px;
        top: 15px;
    }

    .kathmandu .post-content .post-title {
        font-size: 2.3rem;
        line-height: 150%;
    }

    .kathmandu .post-content {
        font-size: 20px;
    }

    body[data-theme="dark"] .nevada .post-content {
        padding: 20px;
        margin-top: -15px;
    }

    body[data-theme="dark"] .florida .post-content {
        padding: 20px;
        margin-top: -15px;
    }

    body[data-theme="dark"] .texas {
        margin-bottom: 30px;
    }

    body[data-theme="dark"] .texas .post-content {
        padding: 20px;
    }

    body[data-theme="dark"] .texas .post-content:before {
        left: 58px;
    }

    body[data-theme="dark"] .california .side-share ul li:hover {
        color: #0c0c0c;
    }

    body[data-theme="dark"] .california .side-share ul li:hover a {
        color: #0c0c0c;
    }

    body[data-theme="dark"] .post-content .post-title a:hover {
        color: #eeeeee !important;
    }


    /* footer section */
    .footer-logo img {
        margin-left: 20%;
    }

    .footer-social {
        margin-left: 0 !important;
    }

    .copyright {
        width: 40% !important;
    }

    /* horizontal lines */
    .hr {
        width: 100%;
    }

    .hr-app-icon {
        width: 100%;
    }

    .hr-links {
        height: 1px;
        width: 100%;
        background-color: #fff;
        margin-top: 1.5rem;
    }

    .h-line-links {
        border-left: none;
    }

    .h-line-teams {
        border-left: none;
    }

    .member {
        margin-right: 14%;
    }

    /*     .footer .footer-social ul {
        margin-left: 20%;
    } */
    .footer .footer-social li {
        margin-left: 10px;
    }

}






