
/*********************************
3. Header
*********************************/

.header
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.header_container
{
    width: 100%;
    z-index: 1;
    background: #FFFFFF;
    /*background: #A9283A;*/
}
.header_content
{
    width: 100%;
    height: 130px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header.scrolled .header_content
{
    height: 70px;
}
.logo a
{
    font-size: 36px;
    font-weight: 800;
    color: #AA2739;
    /*color: #F8E0D9;*/
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header .logo{
    width: 190px;
    height: 60px;
}
.header .logo .logo-image{
    width: 190px;
    height: auto;
}
.header.scrolled .logo a
{
    font-size: 24px;
}
.main_nav
{
    /*margin-left: 156px;*/
    margin-left: 96px;
}
.main_nav > ul > li
{
    display: inline-block;
    position: relative;
}
.main_nav > ul > li:not(:last-child)
{
    margin-right: 46px;
}
.main_nav > ul > li > a
{
    /*font-size: 16px;*/
    font-size: 20px;
    font-weight: 600;
    color: #767676;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.main_nav > ul > li > a:hover,
.main_nav > ul > li.active > a
{
    color: #1b1b1b;
}
.main_nav ul li.hassubs::after
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 3px);
    font-family: 'FontAwesome';
    font-size: 10px;
    content: '\f078';
    color: #767676;
}
.main_nav ul li:hover::after,
.main_nav ul li.active::after
{
    color: #1b1b1b;
}
.hassubs ul
{
    position: absolute;
    left: -15px;
    top: calc(100% + 20px);
    text-align: left;
    background: #FFFFFF;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 220px;
}
.hassubs:hover ul
{
    visibility: visible;
    opacity: 1;
    top: calc(100% + 0px);
}
.hassubs ul li:not(:last-child)
{
    margin-bottom: 11px;
}
.hassubs ul li a
{
    font-size: 14px;
    font-weight: 600;
    color: #767676;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.hassubs ul li a:hover
{
    color: #1b1b1b;
}
.header_extra
{

}
.shopping_cart
{
    display: inline-block;
}
.shopping_cart a svg
{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.shopping_cart a:hover svg,
.shopping_cart a:hover div
{
    fill: #e95a5a;
    color: #e95a5a;
}
.shopping_cart a div
{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: #1b1b1b;
    margin-left: 13px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.shopping_cart a div span
{
    margin-left: 4px;
}
.search
{
    display: inline-block;
    margin-left: 51px;
    cursor: pointer;
    vertical-align: sub;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}
.search_icon
{
    width: 13px;
    height: 13px;
}
.search_icon svg
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.search_icon:hover svg
{
    fill: #e95a5a;
}
.hamburger
{
    display: none;
    margin-left: 30px;
    cursor: pointer;
    margin-right: 4px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}
.hamburger i
{
    font-size: 18px;
    color: #1b1b1b;
}
.search_panel
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #e4e4e4;
    z-index: -1;
}
.search_panel.active
{
    bottom: -80px;
}
.search_panel_content
{
    height: 80px;
}
.search_input
{
    width: 300px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 3px;
    padding-left: 20px;
}
.search_input::-webkit-input-placeholder
{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #767676 !important;
}
.search_input:-moz-placeholder
{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #767676 !important;
}
.search_input::-moz-placeholder
{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #767676 !important;
}
.search_input:-ms-input-placeholder
{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #767676 !important;
}
.search_input::input-placeholder
{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #767676 !important;
}
.header_social
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    z-index: 1;
    margin-right: -5px;
}
.header_social ul li
{
    display: inline-block;
}
.header_social ul li:not(:last-child)
{
    margin-right: 18px;
}
.header_social ul li a i
{
    font-size: 16px;
    color: #b5b5b5;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header_social ul li a i:hover
{
    color: #1b1b1b;
}

/*********************************
4. Menu
*********************************/

.menu
{
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #e4e4e4;
    z-index: 101;
}
.menu.active
{
    right: 0;
}
.menu_container
{
    width: 100%;
    height: 0px;
    padding-top: 130px;
}
.menu.active .menu_container
{
    height: 500px;
}
.page_menu_content
{
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    text-align: right;
}
.page_menu_search
{
    display: none;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.page_menu_nav
{

}
.page_menu_search_input
{
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: none;
    outline: none;
    padding-left: 25px;
}
.page_menu_item
{
    display: block;
    position: relative;
    vertical-align: middle;
}
.page_menu_nav > li
{
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.page_menu_item > a
{
    display: block;
    color: #1b1b1b;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.page_menu_item > a:hover
{
    color: #c3c1cc;
}
.page_menu_item a i
{
    display: none;
    margin-left: 8px;
}
.page_menu_item.has-children > a > i
{
    display: inline-block;
}
.page_menu_selection
{
    margin: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 1;
}
.page_menu_selection li
{
    padding-right: 15px;
    line-height: 40px;
}
.page_menu_selection li:last-child
{
    padding-bottom: 20px;
}
.page_menu_selection li a
{
    display: block;
    color: #1b1b1b;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    font-size: 14px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.page_menu_selection li a:hover
{
    color: #c3c1cc;
}
.page_menu_selection li:last-child a
{
    border-bottom: none;
}
.menu_social
{
    position: absolute;
    right: 30px;
    bottom: 15px;
}
.menu_social ul li
{
    display: inline-block;
}
.menu_social ul li:not(:last-child)
{
    margin-right: 18px;
}
.menu_social ul li a i
{
    font-size: 16px;
    color: #b5b5b5;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_social ul li a i:hover
{
    color: #1b1b1b;
}
.menu_close
{
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.menu_close i
{
    font-size: 16px;
    color: #1b1b1b;
    padding: 5px;
}

/*********************************
11. Footer
*********************************/

.footer_overlay
{
    width: 100%;
    /*height: 350px;*/
height: 280px;
    background: transparent;
    z-index: 1;
}
.footer
{
    position: fixed;
    /*position: relative;*/
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.footer_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-repeat: no-repeat;*/
    background-size: cover;
    /*background-position: center center;*/

    /*background: rgba(22,22,22,.92);*/
    background: rgba(170,39,57,.92);
}
.footer_content
{
    width: 100%;
    height: 220px;
}
.footer_logo
{
    width: 45%;
    height: 100%;
}
.footer_logo h2 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    margin-top: 50px;
}
.footer_logo p
{
    font-size: 14px;
    /*line-height: 0.75;*/
    /*color: #D2A7A2;*/
    color: #ffffff;
    /*font-weight: 700;*/
}
/*.copyright
{
	width: 10%;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #7b7b7b;
}*/
.footer_social
{
    width: 45%;
    text-align: left;
    height: 100%;
}
.footer_social h2 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    margin-top: 50px;
}
.footer_social ul li
{
    /*display: inline-block;*/
    display: block;
    font-size: 14px;
    /*color: #D2A7A2;*/
    color: #ffffff;

}
.footer_social ul li:not(:last-child)
{
    margin-right: 26px;
}

.footer_social ul li span.label{
    /*font-size: 17px;*/
    /*color: #D2A7A2;*/
    color: #ffffff;
    margin-right: 10px;
}

.footer_social ul li a i
{
    font-size: 17px;
    /*color: #D2A7A2;*/
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_social ul li a i:hover
{
    color: #FFFFFF;
}

.footer_copyright{
    /*padding: 30px 0;*/
    /*padding-top: 100px;*/
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    /*color: #D2A7A2;*/
    color: rgba(255,255,255,0.5);
    /*background: #131212;*/
    text-align: center;
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
    .footer_overlay{
        height: 330px;
    }

    .footer_copyright{
        padding-top: 80px;
    }

}