/* PLACE YOU CUSTOM STYLES IN THIS FILE */

body {
	font-family: 'Roboto Condensed', sans-serif !important;
}
p {
	font-family: 'Roboto Condensed', sans-serif !important;
}
a {
	font-family: 'Roboto Condensed', sans-serif !important;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif !important;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 300 !important;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif !important;
}
h4 {
	font-family: 'Roboto Condensed', sans-serif !important;
}
h5 {
	font-family: 'Roboto Condensed', sans-serif !important;
}

.nk-icon-burger {
	color: #fff !important;
}

nav.nk-navbar-top {
	background: url('../images/head.jpg')no-repeat center center;
	background-size: cover;
}
nav.nk-navbar-top a {
	color: #fff;
}
@media (max-width: 991px) {
	.nk-carousel-inner {
		display: none;
	}
}
.carousel-mobile {
	height: 100vh;
	background-size: cover !important;
}
@media (min-width: 992px) {
	.carousel-mobile {
		display: none;
	}
}

.nk-flickity-arrow {
	background: #e60000 !important;
}
.arrow {
	margin-top: -5px;
	margin-left: 10px;
	height: 15px !important;
}
.arrow-white {
	margin-top: -5px;
	margin-left: 10px;
	height: 15px !important;
}
.more {
	color: #e60000;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 1.2em;
}
.more:hover {
	color: inherit !important;
	text-decoration: none;
}
.nk-button,
.nk-button .container {
    display: table;
    left: -15px;
    right: -15px;
}
.nk-button > a,
.nk-button .container > a {
    display: inline-block;
    vertical-align: middle;
    color: #171717;
    font-weight: 700 !important;
    font-size: 0.97rem;
    text-decoration: none;
    padding: 0px;
    transition: .5s opacity;
}
.nk-button > a:hover,
.nk-button .container > a:hover {
    opacity: 0.6;
}
.nk-button > span,
.nk-button .container > span {
    display: inline-block;
    vertical-align: middle;
    color: #171717;
    font-size: 0.97rem;
    padding: 19px;
}