body {
    padding-top: 160.25px;
    /*-webkit-transition: all 0.3s;
    transition: all 0.3s;*/
}


header {
	position: relative;
}

/** top header section **/
header .main-header-wrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    z-index: 1111;
    width: 100%;
    top: 0;
    right: 0;
}

header .main-header-wrapper.__sticky {
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
}

header .top-header-section {
    background-color: #841c1c;
    overflow: hidden;
}

header .top-header-section .__custom_row {
    max-width: 76.042vw;
    /*max-width: 73rem;*/
}

header .top-header-section .links-search-wrapper {
    text-align: right;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: end;
}

header .top-header-section .button-links {
	/*display: flex;*/
    display: none;
	border-right: 1px solid #ffffff;
	margin-right: 110px;
}

header .top-header-section .button-links a {
    text-decoration: none;
    display: inline-block;
    background-color: #841c1c;
    font-size: 13px;
    font-family: 'SourceSansProSemiBold';
    color: #ffffff;
    padding: 7px 17px;
    margin: 0 2px;
}

header .top-header-section .button-links a:first-of-type {
	margin: 0;
}

header .top-header-section .button-links a:hover {
	background-color: #ffffff;
	color: #841c1c;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

header .top-header-section .header-search {
	position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 33.5px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 17px;
}

header .top-header-section .header-search span.__search_btn {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: 'SourceSansProSemiBold';
    color: #ffffff;
    cursor: pointer;
}

header .top-header-section .header-search span.__search_btn_inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-left: 11px;
}

header .top-header-section .header-search span.__search_btn_inner i {
	font-size: 9px;
}

header .top-header-section .header-search .searchbox.search-btn {
    display: none;
    position: absolute;
    right: 103px;
}

header .top-header-section .header-search .searchform {
	display: flex;
}

header .top-header-section .header-search .searchinput {
    width: 210px;
    height: 32px;
    outline: none !important;
    background: #ffffff;
    border: 0;
    font-family: 'SourceSansProSemiBold';
    font-size: 13px;
    color: #000000;
    padding: 5px 10px;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

header .top-header-section .header-search .searchinput::-webkit-input-placeholder {
    color: #000000;
    letter-spacing: 0;
    opacity: 1;
}

header .top-header-section .header-search .searchinput:-ms-input-placeholder {
    color: #000000;
    letter-spacing: 0;
    opacity: 1;
}

header .top-header-section .header-search .searchinput::-moz-placeholder {
    color: #000000;
    letter-spacing: 0;
    opacity: 1;
}

header .top-header-section .header-search .searchinput:-moz-placeholder {
    color: #000000;
    letter-spacing: 0;
    opacity: 1;
}

header .top-header-section .header-search .searchinput::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-color: #841c1c;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
    cursor: pointer;
}

header .top-header-section .header-search button.search-btn {
    display: none;
}

header .top-header-section .social-media {
	display: flex;
	margin-left: 20px;
}

header .top-header-section .social-media span {
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-left: 6px;
}

header .top-header-section .social-media span:first-of-type {
	margin-left: 0;
}

header .top-header-section .social-media span a {
	text-decoration: none;
	color: #ffffff;
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

header .top-header-section .social-media span i {
    font-size: 10px;
    position: relative;
    top: 1px;
}

header .top-header-section .social-media span i.fa-instagram {
	left: 0.2px;
}

/** logo menu section **/
header .header-logo-menu-section {
	background-color: #ffffff;
    padding: 25px 0 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .main-header-wrapper.__sticky .header-logo-menu-section {
    padding: 20px 0 20px;
}

header .header-logo-menu-section .__custom_row {
    max-width: 76.042vw;
    /*max-width: 73rem;*/
}

header .header-logo-menu-section .logo-menu-container {
    display: flex;
    display: -webkit-flex;
    align-items: end;
    justify-content: space-between;
}

header .header-logo-menu-section .header-logo {
	width: 205px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .main-header-wrapper.__sticky .header-logo-menu-section .header-logo {
	width: 190px;
}

/* first level menu */
header .header-logo-menu-section .header-main-menu {
	position: relative;
	margin-bottom: 5px;
}

header .header-logo-menu-section .header-main-menu ul {
    padding: 0;
    margin: 0;
    display: block;
}

header .header-logo-menu-section .header-main-menu ul li {
    list-style: none;
    display: inline-block;
}

header .header-logo-menu-section .header-main-menu ul li.menu-item-has-children a:after {
    content: none;
}

header .header-logo-menu-section .header-main-menu ul li a {
	position: relative;
    text-decoration: none;
    display: inline-block;
    font-family: 'SourceSansProSemiBold';
    font-size: 19px;
    color: #841c1c;
    text-transform: capitalize;
    letter-spacing: 0;
    background-color: transparent;
    padding: 7px 18.5px !important;
}

header .header-logo-menu-section .header-main-menu ul li a:before {
    content: '';
    width: 1px;
    height: 25px;
    background-color: #841c1c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .header-logo-menu-section .header-main-menu ul li:first-of-type a:before {
	content: none;
}

header .header-logo-menu-section .header-main-menu ul li a:hover {
	background-color: #841c1c;
    color: #ffffff;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

header .header-logo-menu-section .header-main-menu ul li.current-menu-item a {
	background-color: #841c1c;
    color: #ffffff;
}

header .header-logo-menu-section .header-main-menu ul li.current-menu-parent a {
	background-color: #841c1c;
    color: #ffffff;
}
/* first level menu */

/* second level menu */
header .header-logo-menu-section .header-main-menu li.menu-item-has-children ul li a {
	background-color: #ffffff;
    color: #841c1c;
}

header .header-logo-menu-section .header-main-menu li.menu-item-has-children ul li a:before,
header .header-logo-menu-section .header-main-menu li.menu-item-has-children ul li a:after {
    content: none !important;
}

header .header-logo-menu-section .header-main-menu li.menu-item-has-children ul li.current-menu-item a {
	background-color: #841c1c;
    color: #ffffff;
}

header .header-logo-menu-section .header-main-menu li > ul {
    display: none;
    position: absolute;
    z-index: 12;
    width: 230px;
    margin-top: 10px;
    background-color: #ffffff;
    border-left: 5px solid #841c1c;
    padding: 0 3px;
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
}

header .header-logo-menu-section .header-main-menu li > ul li {
    list-style: none;
    display: block;
    padding: 0 !important;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #841c1c;
    line-height: normal;
}

header .header-logo-menu-section .header-main-menu li > ul li:last-of-type {
    border-bottom: 0;
    margin: 0;
}

header .header-logo-menu-section .header-main-menu li > ul li a {
    text-align: left;
    font-size: 18px;
    font-family: 'SourceSansProSemiBold';
    text-transform: capitalize;
    width: 100%;
    padding: 11px 20px !important;
}

header .header-logo-menu-section .header-main-menu li > ul li a:hover {
    background-color: #841c1c;
    color: #ffffff;
}
/* second level menu */


/** mobile menu responsive **/
header .__mobile_logo_menu {
    display: none;
}

header .mobile-main-menu {
    position: relative;
}

header .mobile-main-menu a > img {
    width: 190px;
}

header .mobile-main-menu #open-mobile-menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .mobile-main-menu #open-mobile-menu i.fa.fa-bars {
    cursor: pointer;
    font-size: 28px;
    color: #841c1c;
    padding: 4px 6px;
    border: 2px solid #841c1c;
    border-radius: 4px;
    background: transparent;
}

header .mobile-main-menu #mobile-menu {
    display: none;
}
/** mobile menu responsive **/


/** moby mobile menu **/
.moby {
    overflow: unset !important;
}

.moby.left-side {
    min-width: 350px !important;
    left: -1px !important;
}

.moby .moby-close {
    padding: 0 !important;
    position: absolute !important;
    background: transparent !important;
    right: 0 !important;
    top: 5px !important;
}

.moby .moby-close .moby-close-icon {
    height: 40px !important;
    width: 40px !important;
}

.moby .moby-close .moby-close-icon:before, .moby .moby-close .moby-close-icon:after {
    background: #ffffff !important;
}

.moby .moby-close .moby-close-icon:hover:before, .moby .moby-close .moby-close-icon:hover:after {
    background: #841c1c !important;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.moby.moby-active .moby-close {
    right: -55px !important;
}

.moby .moby-wrap {
    overflow-y: auto !important;
    height: 100% !important;
    background: #ffffff !important;
}

.moby .moby-wrap .__mobile_side_logo {
    max-width: 200px;
    margin: 35px auto 20px;
}

.moby .moby-wrap .__mobile_search {
    text-align: center;
    margin-bottom: 30px;
}

.moby .moby-wrap .__mobile_search .searchform {
    display: flex;
}

.moby .moby-wrap .__mobile_search .searchinput {
    width: 215px;
    outline: none !important;
    background: #ffffff;
    border: 1px solid #841c1c;
    font-family: 'SourceSansProSemiBold';
    font-size: 14px;
    color: #000000;
    padding: 4px 10px;
    letter-spacing: 0;
    margin-bottom: 0;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.moby .moby-wrap .__mobile_search .searchinput::-webkit-input-placeholder {
    color: #000000;
    letter-spacing: 0;
    opacity: 1;
}

.moby .moby-wrap .__mobile_search .searchinput:-ms-input-placeholder {
    color: #000000;
    letter-spacing: 0;
    opacity: 1;
}

.moby .moby-wrap .__mobile_search .searchinput::-moz-placeholder {
    color: #000000;
    letter-spacing: 0;
    opacity: 1;
}

.moby .moby-wrap .__mobile_search .searchinput:-moz-placeholder {
    color: #ffffff;
    letter-spacing: 0;
    opacity: 1;
}

.moby .moby-wrap .__mobile_search .searchinput::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-color: #841c1c;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
}

.moby .moby-wrap .__mobile_search button.search-btn {
    outline: none !important;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #841c1c;
    border-left: 0;
    font-family: 'SourceSansProSemiBold';
    font-size: 14.5px;
    color: #000000;
    letter-spacing: 0;
    padding: 0px 12px;
}

.moby .moby-wrap .__mobile_search button.search-btn:hover {
    background: #841c1c;
    color: #ffffff;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.moby .moby-wrap .menu-main-menu-container ul {
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.moby .moby-wrap .menu-main-menu-container ul > li > a {
    padding: 0;
    color: #000000;
    font-size: 18px;
    font-family: 'SourceSansProSemiBold';
    letter-spacing: 0;
    padding: 20px 15px;
    border-top: 1px solid #841c1c;
    text-transform: capitalize;
}

.moby .moby-wrap .menu-main-menu-container ul > li.current-menu-item a {
    color: #841c1c;
}

.moby .moby-wrap .menu-main-menu-container ul > li.current-menu-parent a {
    color: #841c1c;
}

.moby .moby-wrap .menu-main-menu-container ul > li > a:hover {
    color: #841c1c;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.moby .moby-wrap .menu-main-menu-container ul > li > a .moby-expand {
    color: #841c1c;
}

.moby .moby-wrap .menu-main-menu-container ul > li:last-of-type a {
    border-bottom: 1px solid #841c1c;
}

.moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul {
    border-top: 1px solid #841c1c;
    padding: 10px 0 10px 15px;
}

.moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li {
    padding: 10px 0;
    display: block;
}

.moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li a {
    display: table;
    padding: 0 0 5px;
    border-bottom: 1px solid transparent;
    border-top: 0;
    color: #000000;
}

.moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li a:hover {
    color: #841c1c;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;    
}

.moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li.current-menu-item a {
    color: #841c1c;
}

.moby .moby-wrap .menu-main-menu-container ul li:last-of-type.menu-item-has-children ul {
    border-top: 0;
    border-bottom: 1px solid #841c1c;
}
/** moby mobile menu **/