

/*
Theme Name: Catalog theme
Version: 1.0
Text Domain: cataloh
*/


/*/20-09-2019 End/*/
body{
    font-size:25px;
}
a{
    color:#D80028;
}
figcaption {font-size: 18px;}
h1{
    font-size: 67px;
    /*font-family: 'FuturaPTDemi';*/
    color: #000;
    font-family: "futura-pt";
    font-weight: 600;
}
h2{
    font-size: 20px;
    /*font-family: 'FuturaPTDemi';*/
    color: #fff;
    font-family: "futura-pt";
    font-weight: 600;
}
h3{
    font-size: 25px;
   /*font-family: 'FuturaPTHeavy';*/
    color: #000;
    font-family: "futura-pt";
    font-weight: 700;
}
h4{
    font-size: 22px;
    /*font-family: 'FuturaPTDemi';*/
    color: #000;
    font-family: "futura-pt";
    font-weight: 600;
}
h5{
    font-size: 20px;
    /*font-family: 'FuturaPTDemi';*/
    color: #000;
    font-family: "futura-pt";
    font-weight: 600;
}
h6{
    font-size: 18px;
    /*font-family: 'FuturaPTDemi';*/
    color: #000;
    font-family: "futura-pt";
    font-weight: 600;
}
/*/20-09-2019 End/*/
body{
    /*font-family: 'FuturaPTBook';*/
    margin: 0;
    font-family: "futura-pt";
    font-weight: 400;
}
a{
    text-decoration: none;
}
.header_top_menu ul li a{
    cursor:pointer;   
}
.innerpage_sub_content a:hover{
    color:#000;   
}
img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}
input:focus {
    outline-offset: 0px;
}
:focus {
    outline: 0;
}
.homeslider_slide_sub_title a:hover,.catalog_footer_banner_text a:hover{
    color:#fff;   
}
.home_video_title_content a:hover{
    color:#000;   
}
.mega-menu-dropdown .menu-head-border-bottom a.title.link_blank{
    color:#fff !important;   
}

/* Header CSS start */
.header_top{
    background: #000000;
} 
header .container{
    padding: 0 15px;
    margin: 0 auto;
}
.header_top_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.header_top_menu ul li {
    display: inline-block;
    padding: 11px 18px;
}
.header_top_menu ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.header_bottom {
    padding: 18px 0px 15px;
}
.mobile_view,.header_logo_hover{
    display: none;
}
.header_social_icon h2{
    color: #fff;
    /*font-family: 'FuturaPTBook';*/
    font-size: 1.5em;
    letter-spacing: 3px;
    font-family: "futura-pt";
    font-weight: 500;
}
.header_search input.search-field {
    display: none;
    -webkit-appearance: none;
    outline: none;   
    border: 0;
    border-bottom: 3px solid #fff;
    background: transparent;
    color: #fff;
    padding: 0 70px 16px 0;
    font-size: 60px;
    z-index: 111;
    /*font-family: 'FuturaPTBook';*/
    letter-spacing: 14px;
    width: 100%;
    font-family: "futura-pt";
    font-weight: 600;
}
.header_search input.search-field::-webkit-input-placeholder {
    text-transform: uppercase;
    color:#fff;
}
.header_search input.search-field::-moz-placeholder {
    text-transform: uppercase;
    color:#fff;
    opacity: 1;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
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 { display: none; }

.navbar_header{
    display: inline-block;
    vertical-align: text-top;
}
.header_search{
    display: inline-block;
    padding: 0 18px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.header_toggle{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.navbar_header ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.navbar_header ul li {
    display: inline-block;
    padding: 0px 8px;
}
.navbar_header ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2.7px;
}
.header_bottom_right {
    float: right;
    padding-top: 8px;
}
.header_bottom_left {
    display: inline-block;
}
.mega-menu-dropdown {
    align-items: center;
    justify-content: center;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11111;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.95);
    overflow: auto; 
    transition: 0.5s;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.mega-menu-dropdown .container {    
    color: #fff;    
    width:1200px;
    display: table-cell;
}
.mega-menu-dropdown .mega_menu_space{
    padding: 50px;
    display: inline-block;
}
.mega-menu-dropdown .col-xl-3 {
    float: left;
    width: 24.3%;
}
.mega-menu-dropdown .col-xl-3:nth-child(4n+1) {
    clear: both;
}
.mega-menu-dropdown a{
    color: #fff;
    font-size: 18px;
}
ul.nav.flex-column.custom-nav {
    list-style: none;
    padding: 0; 
    margin: 10px 0 38px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 111;
}
.sticky .header_logo{
    display: none;
}
.sticky .header_logo_hover{
    display: block;
}
.sticky .navbar_header ul li a{
    color: #fff;
}
.sticky .desktop_view{
    display:none;
}
.sticky .mobile_view{
    display:block;
}
.navbar_header ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 210px;
    text-align: left;
    background: #000;
    color: #fff;
    z-index: 111;
    top: 52px;
    padding:5px 0;

}
.navbar_header ul li{
    position: relative;
}
.navbar_header ul li a{
    padding-bottom: 29px;
}
.navbar_header ul.sub-menu li {
    position: relative;
    display: block;
}

.navbar_header ul.sub-menu li a {
    color: #fff;
    padding: 5px 0;
    display: block;
    font-size: 15px;
}
.navbar_header .open_content >  ul.sub-menu {
    display: block;
}
.navbar_header .open_content   ul.sub-menu .open_content   ul.sub-menu {
    display: block;
    top: 0;
    left:-210px;
}
.header_bottom span {
    color: #000;
    font-size: 33px;
    letter-spacing: 4.95px;
    /*    vertical-align: top;*/
    margin-left: 12px;
    padding-top: 2px;
    display: inline-block;
}
.header_bottom.sticky span {
    color: #fff;   
}
.search_open{
    overflow: hidden;
}
.header_search_box, .list_search_box {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 11111;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.95);
    display: flex;
    align-items: center;
    justify-content: center;  
    padding: 0;
    cursor: default;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.search_open .header_search_box,.toggle_open .mega-menu-dropdown, .list_search_open .list_search_box{
    visibility: visible;
    opacity: 1;
}
.search_close,.toggle_close, .list_search_close {
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 43px;
    top: 40px;
}
.search_open_icon {
    display: block;  
}
.header_search input.search-field{
    display: inline-block;
}
form.search-form {
    width: 960px;
    position: relative;
}
.mega-menu-dropdown .menu-head-border-bottom a.title{
    /*font-family: 'FuturaPTDemi';*/
    font-size: 18px;
    letter-spacing: 2.6px;
    display: table;
    font-family: "futura-pt";
    font-weight: 600;
}
.toggle_open{
    overflow: hidden;
}
.footer_top #text-8 ul li {
    margin-bottom: 20px;
}
.book_font a {
    /*font-family: 'FuturaPTBook';*/
    font-family: "futura-pt";
    font-weight: 400;
}

span.menu_arrow {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #000;
    width: 8px;
    height: 8px;
    padding: 0;
    transform: rotate(45deg);
    margin: 3px 0 0 7px;
    cursor: pointer;
}
span.menu_arrow.open {
    transform: rotate(-135deg);
    margin-top: 9px;
}
.header_bottom.sticky span.menu_arrow{
    border-color: #fff;
}
.sub-menu span.menu_arrow {
    display: inline-block;
    border-color: #fff;
    float: right;
    margin: 4px;
}

/* Header CSS end */
/* Footer  CSS start*/
footer{
    background: #000;
}
footer .container{
    padding: 0 15px;
    margin: 0 auto;
}
.footer_top .row{
    margin-left: -15px;
    margin-right: -15px;
}
.footer_top .col-sm-3{
    width: 22.5%;
    float: left;
    padding: 0 15px;
}
.footer_top {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 20px;
}
.footer_top ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_top a{   
    color: #fff;
}
.footer_top h2{
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    /*font-family: 'FuturaPTDemi';*/
    letter-spacing: 2px;
    color: #fff;
    font-family: "futura-pt";
    font-weight: 600;
}
.footer_top p{    
    margin-top: 0;
}
.footer_top #text-4 {
    margin-bottom: 20px;
}
.footer_top #text-6 {
    margin-bottom: 20px;
}
.footer_top #text-6 ul li {
    margin-bottom: 20px;
}
.footer_top #text-6 ul li:last-child {
    margin-bottom: 0px;
}
.footer_top #text-6 ul  ul li {
    margin-bottom: 0px;
}

.footer_top #text-6 ul  ul li:last-child {
    margin-bottom: 20px;
}
.footer_bottom span {
    display: block;
    color: #5C5C5C;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    padding: 0 0 20px;
}
.header_top_menu ul li:last-child{
    background: #D80028;
}
.subscription_section_title h2 {
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    margin-top: 0;
    font-size: 24px;
    letter-spacing: 3.6px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 36px;
    /*font-family: 'FuturaPTBook';*/
    font-family: "futura-pt";
    font-weight: 400;
}
.subscription_section_form input[type="text"] {
    background: #fff;
    border: 0;
    width: 940px;
    /* height: 55px; */
    font-size: 24px;
    display: inline-block;
    letter-spacing: 3.6px;
    padding: 12px 15px;
    /*font-family: 'FuturaPTBook';*/
    font-family: "futura-pt";
    font-weight: 400;
}
.subscription_section_form input[type="submit"] {
    background: #D80028;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    /*font-family: 'FuturaPTBook';*/
    margin-left: -5px;
    padding: 12px 23px;
    letter-spacing: 3.6px;
    font-family: "futura-pt";
    font-weight: 400;
}
.subscription_section_container {
    text-align: center;
}
.subscription_section {
    padding: 82px 0 105px;
    position: relative;
    background-color: #626262;
}
a.legal_link {
    text-transform: uppercase;
    /*font-family: 'FuturaPTDemi';*/
    letter-spacing: 2px;
    font-family: "futura-pt";
    font-weight: 600;
}
.last_footer_content {
    /*font-family: 'FuturaPTDemi';*/
    letter-spacing: 2px;
    font-family: "futura-pt";
    font-weight: 600;
}
.last_footer_content li li a {
    /*font-family: 'FuturaPTBook';*/
    letter-spacing: 0px;
    font-family: "futura-pt";
    font-weight: 400;
}
/* Footer CSS end */

.footer_top a.text_red{
    color:#D80028; 
}
.footer_top a.text_red:hover{
    color:#fff; 
}
.error-404 {
    text-align: center;
    padding: 50px 0;
}
.error-404 h1{
    font-size: 50px;  
    letter-spacing: 2.85px;
    margin: 0 0 20px;
    /*font-family: 'FuturaPTDemi';*/
    font-family: "futura-pt";
    font-weight: 600;
}
.error-404 h6{
    font-size: 20px;
    margin: 0;  
    /*font-family: 'FuturaPTDemi';*/
    font-family: "futura-pt";
    font-weight: 600;
}
.error_btn {
    margin-top: 15px;
}
.error_btn a {
    color: #fff;
    background: red;
    /*font-family: 'FuturaPTDemi';*/
    text-transform: capitalize;
    padding: 8px 15px 10px;
    display: inline-block;
    font-family: "futura-pt";
    font-weight: 600;
}

@media print {  
  #moove_gdpr_cookie_info_bar { 
    display: none !important;   
  } 
}