@font-face {
    font-family: Swiss721Bold;
    src: url(font/Swiss721BT-BoldCondensed.woff);
}

@font-face {
    font-family: Swiss721Medium;
    src: url(font/Swiss721BT-Medium.woff);
}

@font-face {
    font-family: Swiss721Roman;
    src: url(font/Swiss721BT-Roman.woff);
}

html,
body {
    font-family: 'Swiss721Roman', Open Sans, Arial, sans-serif;
}

b,
strong {
    font-family: 'Swiss721Bold', Open Sans, Arial, sans-serif;
}

.left-filter-bar {
    z-index: 1;
}

.footer {
    z-index: 0;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.btn-outline-success {
    color: #1c1c1c;
    border-color: #1c1c1c;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

.globe-ico-select-country {
    width: 1rem;
    height: 1rem;
    margin-bottom: .25rem;
}

.header_inner {
    position: relative;
}

.header_inner .navbar,
.header_inner .navbar .navbar-brand {
    padding-top: 0;
}

.navbar-nav .nav-item {
    margin: 0 10px;
}

.destinations_location_map {
    width: 100%;
    height: 70vh;
}

@media (max-width: 767.98px) {
    .destinations_location_map {
        height: 320px;
    }
}

.search_pnl {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 15px;
    background: #fff;
    z-index: 10;
    border: 1px solid #ced4da;
}

.btn_black {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    border-radius: 100px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
}

.btn_black:hover {
    color: #fff;
    background-color: #f68d6e;
    border-color: #f68d6e;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    box-shadow: 0 0 0 .25rem rgba(28, 28, 28, .5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header_wrap .nav-link {
    color: #1c1c1c;
    font-weight: 700;
}

.header_wrap .nav-link:focus,
.header_wrap .nav-link:hover,
.header_wrap .nav-link.active {
    color: #f68d6e;
}

.header_wrap .dropdown-menu,
.country_lan_block .dropdown-menu,
.left_drop_down .dropdown-menu {
    background-color: #f68d6e;
    border: 1px solid #f68d6e;
    border-radius: 13px;
    color: #1c1c1c;
}

.left_drop_down .dropdown-item:focus,
.left_drop_down .dropdown-item:hover,
.header_wrap .dropdown-item:focus,
.header_wrap .dropdown-item:hover,
.country_lan_block .dropdown-item:focus,
.country_lan_block .dropdown-item:hover {
    color: #fff;
    background-color: #f68d6e;
}

.header_wrap .nav-link:focus,
.header_wrap .nav-link:hover,
.header_wrap .nav-link.active {
    color: #f68d6e;
}

.header_wrap {
    background-color: transparent;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    position: relative;
}

.header_wrap.stickyHeader {
    background: #fff;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-animation: topMenuSlideDown 0.5s ease-in-out;
    -moz-animation: topMenuSlideDown 0.5s ease-in-out;
    -ms-animation: topMenuSlideDown 0.5s ease-in-out;
    -o-animation: topMenuSlideDown 0.5s ease-in-out;
    animation: topMenuSlideDown 0.5s ease-in-out;
}

.header_wrap::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #1c1c1c;
    position: absolute;
    left: 0;
    bottom: 43px;
}

#navbarMain {
    margin-top: -45px;
}

.carousel_captionk {
    padding: 20px 20px 20px 55px;
    z-index: 2;
}

.dir-rtl .carousel_captionk .more_link {
    margin-right: 3rem;
}

.slider_content img {
    max-width: 50%;
    width: 100%;
    border-radius: 5px;
}

.post_date,
.category_wrap .post_date {
    color: #f68d6e;
    font-size: 14px;
    font-weight: 500;
}

.carousel_captionk h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.text_btn {
    color: #1c1c1c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background: url('../images/arrow_right.svg') no-repeat right center;
    padding-right: 25px;
}

.text_btn:hover {
    color: #f68d6e;
}

.carousel-control-next,
.carousel-control-prev {
    top: auto;
    bottom: 1rem;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    padding: 5px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 50px;
    height: 40px;
}

.carousel-control-prev-icon {
    background: #f68d6e url('../images/left_arrow_small.svg') no-repeat center center;
    background-size: 7px;
}

.carousel-control-next-icon {
    background: #f68d6e url('../images/right_arrow_small.svg') no-repeat center center;
    background-size: 7px;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    opacity: 1;
    left: calc(50% - 25px);
    transform: translateX(-50%);
}

.carousel-control-next {
    right: auto;
    margin-left: 51px;
}

.carousel-control-next-icon {
    border-radius: 0 10px 10px 0;
}

.carousel-control-prev-icon {
    border-radius: 10px 0 0 10px;
}

/*.carousel-control-prev{border-right:1px solid #000;}*/

.carousel-control-next:focus span,
.carousel-control-next:hover span,
.carousel-control-prev:focus span,
.carousel-control-prev:hover span {
    opacity: 1;
    ackground-color: #1c1c1c;
}

.search_block {
    width: 50%;
    margin-left: auto;
    max-width: 300px;
}

.search_block .input-group-append,
.search_block .input-group-prepend {
    display: flex;
}

.search_block .input-group-text {
    border: 0px solid #ced4da;
}

.search_block .input-group-append {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    padding: 7px 0;
}

.category_wrap {
    background: #1c1c1c;
    padding-top: 40px;
    padding-bottom: 40px;
}

.category_wrap h2,
.category_wrap p,
.trending_wrap h2,
.cat_details h3 {
    color: #fff;
}

.search_block .form-control {
    border-radius: 13px !important;
}

.left_drop_down .btn,
.calendar_wrap input {
    border-radius: 13px;
    background: #f68d6e;
    color: #1c1c1c;
    border-color: #f68d6e;
    padding: 7px 25px;
}

.left_drop_down .dropdown-toggle::after {
    color: #fff;
    background: url('../images/down-arrow-small.svg') no-repeat;
    width: 9px;
    height: 6px;
    border: none;
    margin-left: 15px;
}

.left_drop_down .country_dd .btn {
    background: #f68d6e url('../images/globe-icon.svg') no-repeat left 10px center;
    padding: 7px 25px 7px 35px;
}

.left_drop_down .lang_dd .btn {
    background: #f68d6e url('../images/language-icon.svg') no-repeat left 10px center;
    padding: 7px 25px 7px 35px;
}

.left_drop_down .topic_dd .btn {
    background: #f68d6e url('../images/pen-icon.svg') no-repeat left 10px center;
    padding: 7px 25px 7px 35px;
}

.left_drop_down .brand_dd .btn {
    background: #f68d6e url('../images/award-icon.svg') no-repeat left 10px center;
    padding: 7px 25px 7px 35px;
}

.left_drop_down .category_dd .btn {
    background: #f68d6e url('../images/grid-icon-white.svg') no-repeat left 10px center;
    padding: 7px 25px 7px 35px;
}

.trending_wrap {
    margin-top: 65px;
    width: 60%;
}

.trending_topics ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.trending_topics ul li {
    color: #1c1c1c;
    display: inline-block;
    border-radius: 13px;
    padding: 8px 25px 8px 35px;
    margin: 8px 5px;
    background: #f68d6e url('../images/trending-icon.svg') no-repeat left 10px center;
}

.trending_topics ul li a {
    color: #1c1c1c;
    text-decoration: none;
}

.category_list img {
    max-width: 100%;
    margin-bottom: 30px;
    max-height: 100%;
    border-radius: 15px;
}

.cat_details h3 {
    margin-bottom: 20px;
}

.category_list {
    margin-bottom: 50px;
}

.category_listing_wrap {
    margin-top: 40px;
}

.load_more_btn {
    color: #fff;
    display: inline-block;
    width: auto;
    margin: 30px auto;
    border: 1px solid #fff;
    border-radius: 13px;
    padding: 8px 25px;
}

.load_more_btn:hover {
    color: #1c1c1c;
    background: #f68d6e;
}

.video_gallery_wrap {
    padding: 50px 0;
}

.video_gallery_wrap h2,
.social_media_wrap h2,
.brands_wrap h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1c1c1c;
}

.video_galley img {
    max-width: 100%;
    width: 100%;
}

.video_galley .carousel-item {
    text-align: center;
}

.social_media_wrap {
    text-align: center;
    margin-top: 60px;
}

.social_media_wrap p {
    color: #1c1c1c;
    margin-bottom: 50px;
}

.social_med_btn .btn_black {
    border-radius: 13px;
    padding: 10px 25px;
    line-height: normal;
}

.social_med_btn .btn_black .fa-brands {
    font-size: 16px;
    margin-right: 10px;
    color: #f68d6e;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

.social_med_btn .btn_black:hover .fa-brands {
    color: #1c1c1c;
}

.brands_wrap {
    margin-top: 50px;
}

.brands_wrap h2 {
    text-align: left;
}

.brand_list h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #f68d6e;
    margin-bottom: 20px;
}

.brand_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.brand_list ul li {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 13px;
    margin-right: 20px;
    border: 1px solid #f7f7f7;
    width: 175px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.brand_list ul li:hover {
    background: #fff;
}

.brand_list ul li img {
    max-width: 100%;
    max-height: 68px;
}

.brand_list {
    margin-bottom: 40px;
}

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

.signup_wrap {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 190px;
    background: #fde8e2;
    position: relative;
    margin-bottom: 0;
}



.header_nohero_wrap {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 190px;
    background: #fff;
    position: relative;
    margin-bottom: 0;
}

.header_nohero_wrap:before,
.signup_wrap:before {
    content: "";
    background: url('../images/signup-bg.svg') no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    top: -9.31rem;
    width: 100%;
    background-size: contain;
    z-index: 0;
}

.header_nohero_wrap:before {
    top: 0;
}

.header_nohero_logo {
    position: absolute;
    top: 20%;
    left: 50%;
}

.header_nohero_logo img {
    max-width: 90%;
    max-height: 130px;
}

.hero_slider_wrap {
    margin-bottom: 30px;
}

.signup_form {
    width: 100%;
    margin: 0 auto;
}

.signup_form .input_block {
    width: calc(100% - 125px);
}

.footer {
    margin-top: 100px;
}

.signup_inr {
    position: relative;
    z-index: 99;
    max-width: 35%;
    margin: 0 auto;
}

.footer_link_blk {
    background: #1c1c1c;
    padding: 50px 0;
}

.signup_inr h3 {
    font-size: 40px;
    font-weight: 700;
}

.signup_inr p {
    font-size: 14px;
}

.signup_form .input_block input {
    border-radius: 13px;
    padding: 7px 15px;
}

.signup_form button {
    padding: 8px 15px;
    background-color: #f68d6e;
    border-color: #f68d6e;
    border-radius: 13px;
}

.signup_form button:hover {
    padding: 8px 15px;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

.footer_links h3 {
    color: #f68d6e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

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

.footer_links ul li {
    margin-bottom: 7px;
}

.footer_links ul li:last-child {
    margin-bottom: 0;
}

.footer_links ul li a {
    color: #fff;
    text-decoration: none;
}

.footer_links p {
    color: #fff;
}

.footer_links ul li a:hover {
    color: #f68d6e;
}

.footer_links .search_block {
    width: 100%;
}

.powered_by {
    margin-top: 30px;
}

.powered_by p {
    margin-right: 20px;
}

.copyright_block {
    background: #1c1c1c;
    padding: 50px 0;
    border-top: 2px solid #834b3b;
}

.copyright img {
    margin-right: 20px;
}

.copyright p {
    color: #fff;
}

.breadcrumb_wrap {
    background: #1c1c1c;
    margin-top: -48px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.breadcrumb_inr {
    position: relative;
    z-index: 10;
    max-width: 70%;
    margin: 0 auto;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #fff;
    max-width: 75%;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item a:hover {
    color: #f68d6e;
}

.main_category_page #navbarMain {
    margin-top: -40px;
}

.main_category {
    background: #fff;
    margin-top: 0;
}

.cat_top_search_block .search_block {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 30px;
}

.cat_top_search_block {
    background: #fde8e2;
    padding: 60px 0;
}

.cat_top_search_block .reset_btn {
    float: right;
    background: #d8d8d8;
    border-color: #d8d8d8;
}

.cat_top_search_block .reset_btn:hover {
    background: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
}

.main_category .main_category_item h2 {
    color: #b74d15;
    font-size: 24px;
    font-weight: 700;
}

.main_category .main_category_item h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.cat_top_search_block .left_drop_down .country_dd .btn {
    margin-right: 15px;
}

.main_cat_title {
    display: flex;
    align-items: center;
}

.main_cat_title a {
    margin-left: auto;
    font-size: 12px;
    color: #b74d15;
}

.main_cat_title a:hover {
    color: #1c1c1c;
}

.calendar_wrap ::-webkit-input-placeholder {
    color: #1c1c1c;
}

.calendar_wrap :-ms-input-placeholder {
    color: #1c1c1c;
}

.calendar_wrap ::placeholder {
    color: #1c1c1c;
}

.calendar_wrap .input-group-text,
.calendar_wrap .input-group-append {
    background: #f68d6e;
    padding: 5px 0px 5px 13px;
    border-color: #f68d6e;
    border-radius: 13px 0 0 13px;
}

.calendar_wrap .input-group-text {
    padding: 5px 0 0 0;
}

.calendar_wrap .form-control:focus {
    color: #1c1c1c;
    background-color: #f68d6e;
    border-color: #f68d6e;
    outline: 0;
    box-shadow: none;
}

.calendar_wrap .form-control {
    padding: 7px 10px;
    margin-left: 0 !important;
}

.calendar_wrap .fa-calendar::before {
    content: "";
    background: url('../images/calendar-icon.svg') no-repeat left center;
    width: 14px;
    height: 15px;
    display: block;
}

.cat_top_search_block .left_drop_down.single_cat .country_dd .btn {
    margin-right: 0;
}

.single_cat .btn-group {
    margin-right: 5px;
}

.single_cat_listing .category_list img {
    max-height: 100%;
    max-width: 100%;
}

.single_cat_more_btn {
    border: 1px solid #f68d6e;
    color: #f68d6e;
}

.single_cat_listing .main_cat_title {
    display: block;
    text-align: center;
}

.single_cat_listing .main_cat_title p {
    color: #1c1c1c;
}

.category_wrap.news_cat_listing {
    background: #fff;
    margin-top: 0;
    padding-top: 20px;
}

.news_cat_listing p,
.news_cat_listing h3,
.news_cat_listing h3 a {
    color: #1c1c1c;
}

.news_cat_listing h3 {
    font-size: 20px;
}

.btn_wrap {
    text-align: center;
}

.press_release_top {
    position: relative;
}

.pr_btn_wrap {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.btn-toolbar .btn-group {
    margin-right: 10px;
}

.btn_icon_black {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff !important;
    border-radius: 13px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 10px 20px;
    line-height: normal;
}

.btn_icon_black:hover {
    color: #1c1c1c !important;
    background-color: #fff;
    border-color: #fff;
}

.btn_icon_white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1c1c1c;
    border-radius: 13px;
    display: flex;
    align-items: center;
    font-size: 14px;
    /*padding: 10px 20px;*/
    line-height: normal;
}

.btn_icon_orange {
    background-color: #f68d6e;
    border-color: #f68d6e;
    color: #fff !important;
    border-radius: 13px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 10px;
    line-height: normal;
}

.btn_icon_white:hover,
.btn_icon_orange:hover {
    color: #fff !important;
    background-color: #1c1c1c;
    border-color: #f68d6e;
}

.btn_icon {
    width: 17px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
}

.copy_icon {
    background: url('../images/link-icon.svg') no-repeat;
}

.share_icon {
    background: url('../images/share-icon.svg') no-repeat;
}

.download_icon {
    background: url('../images/download-icon.svg') no-repeat;
}

.img_icon {
    background: url('../images/image-icon.svg') no-repeat center center;
    margin-right: 0;
}

.info_icon {
    background: url('../images/info-icon.svg') no-repeat center center;
    margin-right: 0;
}

.terms_sidebar .r_arrow_icon {
    background: url('../images/arrow-down-right.svg') no-repeat left center;
    margin-right: 0;
}

.press_release_top img {
    max-width: 100%;
    /*max-height: 600px;*/
    border-radius: 13px;
    width: 100%;
    min-height: 200px;
}

.press_release_wrap,
.images_wrap {
    margin-top: 60px;
}

.page_wrap {
    margin-top: 3rem;
}

.post_content {
    margin-top: 20px;
    margin-bottom: 100px;
}

.post_content h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}

.post_content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.post_content p,
.post_content ul li,
.post_content ol li {
    font-size: 14px;
}

.post_content a {
    color: #b74d15;
    font-weight: 700;
}

.cautionary_txt h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.cautionary_txt p {
    font-size: 12px;
}

.press_date {
    background: #f68d6e url(../images/calendar-icon.svg) no-repeat left 13px center;
}

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

.download_links {
    background: #f68d6e;
    padding: 30px;
    border-radius: 13px;
}

.download_links ul li {
    margin-bottom: 10px;
}

.download_links ul li:last-child {
    margin-bottom: 0;
}

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

.press_img_related_post {
    margin-top: 30px;
    background: #1c1c1c;
    border-radius: 13px;
    padding: 30px;
}

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

.press_img_related_post ul li {
    margin-bottom: 30px;
}

.press_img_related_post ul li:last-child {
    margin-bottom: 0;
}

.press_img_related_post ul li img,
.post_item img {
    width: 100%;
    max-width: 325px;
    border-radius: 13px;
    width: 100%;
}

.press_img_related_post h3,
.terms_sidebar .download_links h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.post_item h4 {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.press_images {
    margin-bottom: 50px;
}

.related_press .post_item {
    margin-bottom: 50px;
}

.related_press .post_item:last-child {
    margin-bottom: 0;
}

.images_search .search_block {
    margin-bottom: 0;
}

.filter_sidebar {
    background: #1c1c1c;
    padding: 30px 20px;
    border-radius: 13px;
}

.filter_sidebar .filter_heading {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.filter_sidebar ul {
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
}

.filter_sidebar .filter_title {
    font-size: 14px;
    color: #f68d6e;
    padding-left: 25px;
    margin-bottom: 20px;
}

.filter_sidebar .custom_check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}

.filter_sidebar .custom_check input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
    z-index: 2;
}

.filter_sidebar .custom_check .check_indicator {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 0px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    transform: translateY(-50%);
}

.filter_sidebar .custom_check input:checked+.check_indicator::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/check-sign.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    content: "";
}

.filter_sidebar ul li .custom_check input:checked+.check_indicator::before {
    background-color: #f68d6e;
}

.country_filter {
    background: url('../images/globe-icon.svg') no-repeat left center
}

.brand_filter {
    background: url('../images/award-icon.svg') no-repeat left center
}

.category_filter {
    background: url('../images/grid-icon-white.svg') no-repeat left center
}

.filter_sidebar .filter_item {
    margin-bottom: 50px;
}

.filter_sidebar .filter_item:last-child {
    margin-bottom: 0;
}

.filter_sidebar ul li:not(.filter_title) {
    margin-bottom: 10px;
}

.filter_sidebar ul li:last-child {
    margin-bottom: 0;
}

.filter_image_listing h3 {
    font-size: 20px;
    color: #1c1c1c;
    margin-bottom: 0;
    font-weight: 700;
}

.filter_image_listing .category_list {
    margin-bottom: 30px;
}

.filter_image_listing .category_list img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 13px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.filter_image_listing .category_list.video_list img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.filter_menu_mobile {
    display: none;
    background-color: #f68d6e;
    border-radius: 13px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #f68d6e;
    padding: 7px 15px;
    margin-bottom: 15px;
}

.filter_menu_mobile:hover {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #f68d6e;
}

.single_image_wrap {
    background: #1c1c1c;
    padding-top: 30px;
    padding-bottom: 120px;
}

.single_image_wrap .single_hero_img img,
.single_image_wrap .single_hero_img video {
    max-width: 100%;
    margin-bottom: 100px;
    width: 100%;
}

/*.single_image_wrap .single_hero_img img{max-height: 60vh;}*/

.single_img_info h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}

.single_img_info h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.single_img_info p {
    color: #fff;
    font-size: 14px;
}

.single_image_page .footer,
.single_video_page .footer {
    margin-top: 0;
    padding-top: 100px;
    background: #1c1c1c;
}

.single_image_wrap .main_cat_title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.related_im_wrap {
    margin-top: 50px;
}

.related_list img,
.related_list video {
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
}

.related_list .cat_details h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}

.post_info_wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.post_info_wrap li span {
    padding: 7px 15px 7px 35px;
    display: inline-block;
    /*margin: 15px 0 20px 0;*/
    border-radius: 13px;
}

.cat_name {
    /*background: #fff url('../images/grid-icon.svg') no-repeat left 13px center;*/
    background-image: url('../images/grid-icon.svg');
    background-repeat: no-repeat;
    background-position: left 13px center;
}

.vid_info {
    background: #fff url('../images/film-icon.svg') no-repeat left 13px center;
}

.post_info_wrap li {
    margin-right: 10px;
}

.nl_hero {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 44rem;
}

.news_article_wrap {
    margin-top: 0;
}

@keyframes topMenuSlideDown {
    from {
        top: -80px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

.download_links h5 {
    font-size: 24px;
    color: #1c1c1c;
    margin-bottom: 20px;
    font-weight: 700;
}

.news_article_wrap .press_release_sidebar {
    margin-top: -90px;
}

.post_info_wrap .info_blk_bg {
    padding: 7px 15px;
    display: inline-block;
    margin: 15px 0 20px 0;
    border-radius: 13px;
    background: #1c1c1c;
    color: #fff;
}

.item_img_wrap {
    display: flex;
    justify-content: center;
}

.item_img_inr {
    position: relative;
    width: 100%;
    max-width: 613px;
}

.newarticle_post_item h3 {
    margin-bottom: 20px;
}

.newarticle_post_item {
    margin-bottom: 30px;
    margin-top: 30px;
}

.item_img_wrap img {
    max-width: 100%;
    border-radius: 13px;
}

.contact_wrap {
    background: #1c1c1c;
    padding: 50px 0;
}

.contact_hero h2,
.media_block h2 {
    font-size: 34px;
    color: #f68d6e;
    font-weight: 700;
}

.contact_hero p {
    font-size: 14px;
    color: #fff;
}

.contact_hero p a {
    color: #f68d6e;
}

.contact_right {
    margin-left: 100px;
}

.contact_hero h2,
.media_block h2 {
    font-size: 34px;
    color: #f68d6e;
    font-weight: 700;
}

.media_block {
    background: #fde8e2;
    padding: 50px 0 200px 0;
}

.contact_page .footer {
    margin-top: 0;
}

.media_block h2 {
    padding-bottom: 80px;
}

.media_list h6 {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: normal;
    margin-bottom: 20px;
}

.media_item {
    background: #fff;
    padding: 20px;
    border-radius: 13px;
}

.media_item h5 {
    font-size: 20px;
    color: #1c1c1c;
}

.media_item p {
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 5px;
}

.media_item a {
    font-size: 14px;
    color: #b74d15;
}

.media_list {
    margin-bottom: 80px;
}

.terms_sidebar .download_links {
    background: #1c1c1c;
}

.terms_sidebar .download_links .btn_icon_white:hover,
.terms_sidebar .download_links .btn_icon_white.active {
    color: #1c1c1c !important;
    background-color: #f68d6e;
    border-color: #f68d6e;
}

.terms_sidebar .btn_icon_white:hover .r_arrow_icon,
.terms_sidebar .btn_icon_white.active .r_arrow_icon {
    background: #f68d6e url('../images/arrow-down-right-white.svg') no-repeat left center;
    transition: none;
}

.country_dd select,
.country_dd select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/globe-icon.svg'), url('../images/down-arrow-small.svg');
    background-size: 16px, 9px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    border-color: #f68d6e;
    border-radius: 13px;
    background-color: #f68d6e;
    padding: 7px 35px;
}

.lang_dd select,
.lang_dd select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/language-icon.svg'), url('../images/down-arrow-small.svg');
    background-size: 16px, 9px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    border-color: #f68d6e;
    border-radius: 13px;
    background-color: #f68d6e;
    padding: 7px 35px;
}

.brand_dd select,
.brand_dd select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/award-icon.svg'), url('../images/down-arrow-small.svg');
    background-size: 11px, 9px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    border-color: #f68d6e;
    border-radius: 13px;
    background-color: #f68d6e;
    padding: 7px 35px;
}

.topic_dd select,
.topic_dd select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/pen-icon.svg'), url('../images/down-arrow-small.svg');
    background-size: 16px, 9px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    border-color: #f68d6e;
    border-radius: 13px;
    background-color: #f68d6e;
    padding: 7px 35px;
}

.category_dd select,
.category_dd select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/grid-icon-white.svg'), url('../images/down-arrow-small.svg');
    background-size: 14px, 9px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    border-color: #f68d6e;
    border-radius: 13px;
    background-color: #f68d6e;
    padding: 7px 35px;
}

.catlist,
.brdlist {
    max-height: 450px;
    overflow-y: auto;
}

.designer_img_block {
    min-height: 260px;
    min-height: 300px;
}

.designer_img {
    width: 100%;
    height: auto;
}

.grid_desc_block,
.designer_desc_block {
    width: 100%;
    height: 90px;
    background-color: #1c1c1c;
    color: #ffffff;
    padding: 0.5rem 1.2rem;
    position: absolute;
    bottom: 0;
}

.grid_desc,
.cat_desc,
.designer_desc,
.news_desc {
    min-height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.6rem 0rem 0.5rem;
}

.grid_desc>a,
.cat_desc,
.designer_desc>a,
.news_desc>a {
    color: #fff;
}

;

.image-list-main {
    margin-bottom: 20px;
}

.grid_img_block {
    position: relative;
    width: 100%;
    min-height: 210px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.grid_img_block a {
    text-decoration: none;
}

.designer_desc>a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.designer_profile {
    font-size: 13px;
}

.grid_img img,
.designer_img img {
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 0;
}

.boards_mem_detail {
    background: #1c1c1c none repeat scroll 0 0;
    float: left;
    margin-bottom: 50px;
    width: 100%;
    margin-top: 20px;
}

.boards_mem_img>img {
    float: left;
    margin-right: 15px;
}

.boards_mem_img h3 {
    padding-top: 100px;
    padding-bottom: 10px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.boards_mem_img p {
    padding-bottom: 10px;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}

.anchor-our_brands {
    position: absolute;
    top: -300px;
}

@media (min-width:992px) {
    #sidebarFilter {
        display: block !important;
    }
}

@media (max-width:1340px) {
    .signup_wrap {
        padding-bottom: 160px;
    }
}

@media only screen and (min-width:1440px) {
    .grid_img_block {
        min-height: 390px;
        max-height: 490px;
    }

    .grid_desc_block {
        height: 110px;
    }

    .designer_img_block {
        min-height: 340px;
    }
}

@media (min-width: 1600px) {
    .designer_img_block {
        min-height: 410px;
    }
}

@media (min-width: 2000px) {
    .designer_img_block {
        min-height: 420px;
    }
}

@media (max-width:1199px) {
    .navbar-nav .nav-item {
        margin: 0;
    }

    .breadcrumb_inr {
        /*max-width: 65%;*/
        max-width: 100%;
        margin: 0;
    }

    .signup_wrap {
        padding-bottom: 90px;
    }

    .single_cat_listing .category_list img,
    .category_list img,
    .press_release_top img,
    .filter_image_listing .category_list img,
    .filter_image_listing .category_list.video_list img,
    .item_img_wrap img {
        max-width: 100%;
    }
}

@media (max-width:1024px) {
    .navbar-nav .nav-item {
        margin: 0;
    }

    .signup_wrap {
        padding-bottom: 55px;
    }
}

@media (max-width:991px) {
    .header_nohero_logo {
        top: 0;
    }

    #navbarMain {
        padding: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        margin-top: 10px;
        position: absolute;
        left: 0px;
        top: 90%;
        width: 100%;
        z-index: 11;
        background: rgb(255, 255, 255);
    }

    .search_pnl {
        display: block !important;
        position: relative;
    }

    .search_icon {
        display: none;
    }

    .login_btn {
        text-align: left !important;
        margin-bottom: 20px;
    }

    .navbar-nav .nav-link {
        display: inline-block;
    }

    .carousel-control-next,
    .carousel-control-prev {
        bottom: 0;
    }

    .carousel_captionk h2 {
        font-size: 30px;
    }

    .btn-group,
    .btn-group-vertical {
        margin-bottom: 10px;
    }

    .powered_by {
        flex-direction: column;
        align-items: baseline;
    }

    .navbar-toggler {
        border-color: #1c1c1c;
        margin-top: -40px;
    }

    .breadcrumb_inr {
        /*max-width: 50%;*/
    }

    .signup_wrap::before {
        display: none;
    }

    .signup_wrap {
        padding: 30px 0;
    }

    .signup_form {
        width: 100%;
    }

    .signup_inr {
        max-width: 100%;
    }

    .post_content {
        margin-bottom: 50px;
    }

    .press_img_related_post {
        text-align: center;
    }

    .filter_menu_mobile {
        display: inline-flex;
    }

    #sidebarFilter {
        margin-bottom: 20px;
    }

    .single_image_page .footer,
    .single_video_page .footer {
        padding-top: 0;
    }

    .single_image_wrap {
        padding-bottom: 20px;
    }

    .related_list {
        margin-bottom: 40px;
    }

    .single_image_wrap .single_hero_img img,
    .single_image_wrap .single_hero_img video {
        margin-bottom: 40px;
    }

    .breadcrumb-item a,
    .breadcrumb-item.active {
        max-width: 100%;
    }

    .news_article_wrap .press_release_sidebar {
        margin-top: 0;
    }
}

@media only screen and (min-width:990px) {
    .grid_img_block {
        min-height: 240px;
        max-height: 340px;
    }

    .grid_desc_block {
        height: 90px;
    }

    .designer_img_block {
        min-height: 330px;
    }

    .boards_mem_img h3 {
        padding-top: 20px;
    }
}

@media only screen and (min-width:1200px) {
    .designer_img_block {
        min-height: 280px;
    }
}

@media (max-width:767px) {
    .slider_content {
        flex-direction: column;
    }

    .slider_content img {
        max-width: 100%;
    }

    .carousel_captionk {
        padding: 20px 0;
    }

    .footer,
    .brands_wrap,
    .press_release_wrap,
    .press_release_wrap,
    .images_wrap {
        margin-top: 30px;
    }

    .social_media_wrap {
        margin-top: 0;
    }

    .load_more_btn {
        margin: 0px auto;
    }

    .social_media_wrap p {
        margin-bottom: 30px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        left: calc(50% - 24px);
    }

    .footer_links ul {
        margin-bottom: 30px;
    }

    .footer_links .search_block {
        margin-left: 0;
    }

    .powered_by {
        flex-direction: row;
        align-items: flex-start;
    }

    .copyright_block {
        padding: 15px 0;
    }

    .signup_inr h3 {
        font-size: 30px;
    }

    .header_inner .navbar .navbar-brand img {
        max-width: 100px;
    }

    .breadcrumb_wrap {
        padding-left: 0;
        margin-top: -40px;
    }

    .breadcrumb {
        justify-content: flex-start;
        padding-top: 25px;
    }

    .cat_top_search_block {
        background: #fde8e2;
        padding: 30px 0;
    }

    .main_category .main_category_item h3 {
        font-size: 18px;
    }

    .breadcrumb_inr {
        /*max-width: 100%;*/
    }

    .header_wrap::before {
        bottom: 35px;
    }

    .navbar-toggler {
        margin-top: -33px;
    }

    .single_cat_top_block.cat_top_search_block .reset_btn {
        float: none;
    }

    .post_content h2,
    .single_img_info h2,
    .media_block h2,
    .contact_hero h2,
    .media_block h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .breadcrumb .breadcrumb-item {
        font-size: 14px;
        line-height: normal;
    }

    .post_info_wrap li span {
        margin: 5px 0;
    }

    .post_info_wrap {
        margin-bottom: 15px;
    }

    .category_list img,
    .single_cat_listing .category_list img,
    .press_release_top img,
    .filter_image_listing .category_list img,
    .item_img_wrap img {
        min-height: initial;
    }

    .post_info_wrap .info_blk_bg {
        margin: 5px 0;
    }

    .newarticle_post_item h3 {
        margin-bottom: 10px;
    }

    .contact_hero {
        flex-direction: column;
    }

    .contact_right {
        margin-left: 0;
    }

    .contact_wrap,
    .media_block {
        padding: 30px 0;
    }

    .media_list {
        margin-bottom: 30px;
    }

    .media_item {
        margin-bottom: 10px;
    }

    .media_block h2 {
        padding-bottom: 30px;
    }

    .post_content {
        margin-bottom: 30px;
    }

    .boards_mem_img h3 {
        padding-top: 10px;
        font-size: 22px;
    }

    .boards_mem_img p {
        font-size: 16px;
    }
}

@media only screen and (min-width:760px) {
    .designer_img_block {
        min-height: 260px;
    }
}

@media (max-width:599px) {
    .top_drop_down_wrap {
        flex-direction: column;
        align-items: normal !important;
    }

    .search_block {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .trending_wrap {
        margin-top: 30px;
        width: 100%;
    }

    .brand_list ul li {
        width: 125px;
    }
}

@media (max-width:576px) {

    .category_list,
    .main_category .main_category_item h2,
    .related_list,
    .single_image_wrap .main_cat_title h2 {
        text-align: center;
    }

    .main_category_item .category_list img {
        margin-bottom: 10px;
    }

    .press_img_related_post {
        text-align: left;
    }

    .download_links,
    .press_img_related_post {
        padding: 20px;
    }

    .press_img_related_post h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .post_item h4 {
        font-size: 18px;
    }

    .boards_mem_img h3 {
        clear: left;
        margin-left: 15px;
        padding-top: 20px;
        font-size: 20px;
    }

    .boards_mem_img p {
        font-size: 15px;
        margin-left: 15px;
    }
}

@media (max-width:430px) {
    .header_nohero_logo {
        top: 0;
        left: 10%;
    }

    .cat_top_search_block .reset_btn {
        float: none;
    }
}

@media (max-width:360px) {
    .header_nohero_logo {
        left: 0;
    }

    .country_lan_block .btn-group {
        display: block;
    }
}

@media only screen {
    #cookiescript_badge {
        display: flex !important;
    }
}

.error_format_base {
    border: 1px solid #990000;
    padding-left: 20px;
    margin: 0 0 10px 0;
}