/*Helpers*/

body {
    background: #470000 !important;
    font-family: 'Merriweather', serif;
}

.row {
	width: 1200px !important;
	max-width: 1200px !important;
}

h1 {
    font-size: 22px;
    font-family: 'Pacifico', cursive;
    color: #fff;
}

.h1 {
    font-family: 'Pacifico', cursive;
    font-size: 35px;
    color: #fff;
    margin-bottom: 0px;
}

label {
	color: #aaaaaa!important;
}
h2 {
    font-size: 20px;
    color: #fff;
}

h3 {
    font-size: 20px;
    color: #470000;
	background: #fff;
	padding: 20px;
}

h4 {
    font-family: 'Pacifico', cursive;
    color: #fff;
}

.spacer {
	height: 10px;
}

.clearfix {
    clear: both;
}

[type='submit'], [type='button'] {
	background: #ffffff !important;
	padding: 15px !important;
}

.TA_selfserveprop{
	padding-left: 100px !important;
}

.alert-box {
	color: #fff !important;
}

/*Navigation*/

nav {
    margin: 0px!important;
}

nav ul li a {
    background: unset!important;
}

.nav-items {
    margin-left: 30px;
	float: right;
}

.nav-items li {
    display: inline-block;
    margin: 0;
    padding: 0px 20px 10px 20px;
    text-align: left;
}

.nav-items li a {
    color: #fff;
    border: none;
    display: block;
    font-size: 18px;
    position: relative;
}

.top-wrap {
    height: 444px;
    background-size: unset!important;
    background-repeat: no-repeat!important;
}

.nav-wrap {
    background: rgba(0, 0, 0, 0.3);
}

nav {
    position: absolute;
    z-index: 2;
    margin: 25px 0px 0px 0px;
    font-size: 14px;
}

nav ul li {
    float: left;
    list-style-type: none;
    position: relative;
    text-align: center;

}

nav ul li a {
    color: #fff;
    padding: 15px 10px;
    background: #da161a;
}

nav ul li a:hover {
    color: #fff;
    padding: 15px 10px;
    background: #b30e12;
}

nav ul li a:focus {
    color: #ddd6d6;
}


.hamburger {
    position: absolute;
    right: 0;
    z-index: 2;
    margin: 15px 15px;
    background: #470000;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    transition: .3s;
}

/*Main content*/

.main-content {
    padding: 60px 0px;
}

.main-content p {
    color: #aaaaaa!important;
}

/*Footer*/

footer {
    border-top: 1px solid #E9E9E9;
    color: #666;
    font-size: 16px;
    padding: 30px 0;
    text-align: center;
}

/*Custom buttons*/

.btn-custom1 {
    background: white;
    border: lightgray 2px solid;
    color:  lightgray;
    padding: 10px 0px;
    text-align: center;
    transition: .3s;
}

.btn-custom1:hover {
    transition: .3s;
    background: #da161a;
    color: white;
}

/*@media's*/

@media only screen and (max-width: 600px) {

    .logo {
        text-align: center;
        font-size: 25px;
        margin-left: -60px;
    }

    .top-wrap {
        background-size: contain!important;
        background-repeat: no-repeat!important;
        height: 158px;
    }

    a {
        color: #fff!important;
    }

    .row {max-width: unset!important;width:unset!important;}

}
