/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2024 | 11:45:15 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@media (min-width: 1200px) {
    .k-header__main__nav {
        width: 60% !important;
    }
	
.k-header__main__identity, .k-header__main__utility {
        width: 20% !important;
    }	
}

@media (min-width: 1180px) {
    .k-header__main__utility {
        width: 20% !important;
    }
	
	 .k-header__main__identity {
        width: 15% !important;
    }
	    .k-header__main__nav {
        width: 65% !important;
    }
	
	.k-header__main__nav {
    font-size: .8375rem;
}
}

@media (min-width: 1500px) {
    .k-header a.k-nav__link span {
/*        display: none !important; */
    }
}

.k-header__main {
    background-color: #ffffff;
    color: #000;
}

.k-header__subnav {
    background-color: #fafafa;
    border-bottom: 1px solid #ededed;
    color: #000;
    font-size: .9375rem;
    letter-spacing: .18em;
    padding-bottom: 5px;
    padding-top: 5px;
}

.k-header .k-widget--mobile-nav-toggle, .k-header .k-widget--search-offscreen-toggle {
    margin-right: 10px !important;
}

.k-footer {
    background-color: #fff;
	color: #000;
}

.k-footer__1 {
    color: #000;
}

.k-model__info ul {
	text-align: center;
}

.single-model .k-model .the-title, .single-model .k-model .k-model__buttons, .single-model .k-model .k-model__terms {
	text-align: center;
}

.menu-image-centre {
	text-align: center;
}