html > body > .fadeout {
content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10000;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}
html > body > .fadeout.fade {
	opacity: 0;	
}
ul.enumenu_ul.menu.desk li.leaf {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
.footer-bg {
    background: #343a40;
    color: white;
    padding: 20px 0;
}

footer {
    margin: 0;
}

ul.menu {
    padding-left: 0;
}

.sec-menu {
	position: absolute;
	top: 697px;
	z-index: 100;
}

body.admin-menu {
    margin-top: 0 !important;
}

ul.tabs.primary {
	margin-top: 90px;
}

.taxonomy-term-1 .title-heading-with-bg h1 em {
    float: left;
    clear: both;
}

.inner-banner-wrapper p {
    float: left;
    width: 100%;
}

.owl-carousel {
	max-width: 1000px;
	width: 100%;
	overflow-x: hidden;
}

	
.owl-carousel .owl-stage{
		display: flex;
	}
	
.owl-dot {
    display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    border: none;
        background-repeat: no-repeat !important;
}

.other-category-wrapper .other-category-img {
    padding-bottom: 0;
}

#header .container-fluid {
    max-width: 1140px;
    margin: 0 auto;
}
.drop>ul:last-child {
    float: right;
    font-weight: 300;
}
.drop>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.drop>ul>li {
    float: left;
    margin: 0 27px 0 0;
    color: #999;
}
.drop>ul>li>a {
    float: left;
    color: #fff;
    text-decoration: none;
    padding-bottom: 35px;
    position: relative;
}

#header {
    background: #333;
    padding: 18px 0 0;
    z-index: 3;
    width: 100%;
    position: relative;
}
#header {
	background: #981e33;
	padding: 28px 0px 0px 0px;
	height: 86px;
	border-bottom: 4px solid #e11b22;
}

#header a {
    text-decoration: none;
}
.drop>ul>li.active>a {
    color: #fff;
    font-weight: 600;
}
.drop>ul>li.active>a:after {
    height: 0;
    width: 0;
    border-bottom: 6px solid #e11b22;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 2px;
    content: '';
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.logo {
    float: left;
    width: 149px;
    height: 51px;
    margin: 0 -100% 0 0;
    position: relative;
    z-index: 1;
}

#header a {
    text-decoration: none;
}

.logo img {
    max-width: inherit;
    height: auto;
    vertical-align: top;
}
.menu {
    width: 100%;
    float: left;
}
.menu .menu-holder {
    margin: 0 0 0 189px;
}
.nav-opener {
    float: right;
    height: 29px;
    position: relative;
    border-radius: 3px;
    display: none;
    color: #fff;
    text-decoration: none;
    padding: 25px 0 0;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    letter-spacing: -0.5px;
}
.nav-opener:hover, .nav-opener:focus {
    color: #fff;
    text-decoration: none;
}
.nav-opener:before, .nav-opener:after, .nav-opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    height: 3px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav-opener:before, .nav-opener:after {
    content: '';
    top: 10px;
}
.nav-opener:after {
    top: 24px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}
@media ( max-width : 1023px) {
	.drop {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.25s linear;
		transition: opacity 0.25s linear;
		height: 0;
		background: #333;
		border-top: 4px solid #e11b22;
		margin-top: -1px;
		padding: 0 0 9px;
	}
	.nav-active .drop {
		opacity: 1;
		visibility: visible;
		height: auto;
	}
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 15%;
    right: 15%;
}
.nav-active .nav-opener span {
    opacity: 0;
}
.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#header .drop .menu-mlid-354 {
    margin-left: 50px !important;
}

.drop>ul>li {
    list-style: none;
}


@media ( max-width : 1023px) {
	.drop {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.25s linear;
		transition: opacity 0.25s linear;
		height: 0;
		background: #333;
		border-top: 4px solid #e11b22;
		margin-top: -1px;
		padding: 0 0 9px;
	}
	.nav-active .drop {
		opacity: 1;
		visibility: visible;
		height: auto;
	}
}

.drop>ul {
	font-size: 18px;
	line-height: 21px;
	/* padding: 12px 0 0; */
	float: left;
	font-weight: 600;
}

@media ( max-width : 1023px) {
	.drop>ul {
		font-size: 20px;
		line-height: 23px;
		float: none;
		padding: 12px 0 1px;
	}
}
.search-result img {
    height: auto;
}
.row.search-result {
    margin-bottom: 50px;
}

.row.search-result a {
    color: #333;    
    font-weight: 300;
}

.row.search-result h3 {
    text-transform: uppercase;
    font-size: 25px;
}

p.search-snippet > strong {
    color: #e11b22;
}
.drop>ul:last-child {
	float: right;
	font-weight: 300;
}

@media ( max-width : 1023px) {
	.drop>ul:last-child {
		font-weight: 400;
	}
}

.drop>ul:last-child>li {
	margin: 0 30px 0 0;
}

.drop>ul:last-child>li:last-child {
	margin: 0;
}

@media ( max-width : 1023px) {
	.drop>ul:last-child>li {
		margin: 0 0 10px;
	}
}

@media ( max-width : 1023px) {
	.drop>ul:last-child {
		float: none;
	}
}

.drop>ul .fa {
	display: none;
}

@media ( max-width : 1023px) {
	.drop>ul>li .fa {
		display: none;
	}
	.drop>ul>li.hasdrop .fa {
		display: inline-block;
		vertical-align: middle;
		margin: -2px 0 0 11px;
	}
}
#main-wrapper div#main {
    padding-top: 60px;
}
.drop>ul>li {
	float: left;
	margin: 0 27px 0 0;
	color: #999;
}
input.form-text {
    border: 1px solid #666;
    padding: 5px 10px;
}
.form-item-search-block-form input {
    border: none;
}
@media ( max-width : 1023px) {
	.drop>ul>li {
		margin: 0 0 8px;
		float: none;
	}
}
.taxonomy-term-6 .title-heading-with-bg h2 em, .taxonomy-term-6 .title-heading-with-bg h1 em {
    clear: none;
    margin-left: 17px;
}
.taxonomy-term-6 .other-category-wrapper, .taxonomy-term-7 .other-category-wrapper {
    display: none;
}
.drop>ul>li.hover, .drop>ul>li:focus {
	color: #fff;
}
li.menu-mlid-1150 a, li.menu-mlid-367 a, li.menu-mlid-373 a {
    font-weight: 300 !important;
}

li.expanded, li.collapsed, li.leaf, ul li.leaf {
    list-style: none;
    padding: 0;
}

.field-name-field-intro-image img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

p.thumbs-icon {
    padding: 20px 20px 20px 100px;
    position: relative;
}

p.thumbs-icon:before {
    font-family: "FontAwesome";
    content: "\f164";
    position: absolute;
    left: 33px;
    font-size: 42px;
    color: #337ab7;
    top: calc(50% - 20px);
    line-height: 40px;
}
form#search-form label {
    display: block;
    font-size: 26px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-search h2 {
    font-size: 20px;
    display: block;
    font-size: 36px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

form#search-form label {
    display: block;
    font-size: 26px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-search h2 {
    font-size: 20px;
    display: block;
    font-size: 36px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media(max-width: 991px) {
    .search-result img {
        width: 100%;
        margin-bottom: 40px;
    }
}
@media (max-width: 1023px) {
	.nav-opener {
	    display: block;
	}
	.drop>ul>li>a {
	    float: none;
	    display: block;
	    padding: 0 0 11px 13px;
	    font-size: 20px;
	    line-height: 23px;
	}
	
	#header .drop .menu-mlid-354 {
	    margin: 0 0 8px !important;
	}
	
	.drop>ul>li.active>a:after {
	    content: none;
	}
}
@media (max-width: 540px) {
	.owl-stage .owl-item {
    text-align: center;
}
}

.pager li>a, .pager li>span {
    border: none;
    font-weight: 300;
    text-transform: uppercase;
}
