@media screen and (max-width: 768px) {
	a.menulistlink.toplevel {
		padding: 15px 14px;
	}
	#bannerphone, #banneremail, #logo {
		text-align: center;
	}
	#bannerslogan {	
		font-size: 5em;
	}
	#bannerlogo {
		width: 35%;
	}
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	a.menulistlink.toplevel {
		padding: 15px 14px;
	}
	#bannerphone, #banneremail, #logo {
		text-align: center;
	}
	#bannerslogan {	
		font-size: 5em;
	}
	#bannerlogo {
		width: 21%;
	}
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
	a.menulistlink.toplevel {
		padding: 4px 40px;
	}
	#bannerslogan {	
		font-size: 7em;
	}
	#bannerlogo {
		width: 19%;
	}
}

@media screen and (min-width: 1200px) {
	a.menulistlink.toplevel {
		padding: 4px 50px;
	}
	#bannerslogan {	
		font-size: 9em;
	}
	#bannerlogo {
		width: 19%;
	}
}

body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg.png);
	background-color: white;
	background-position: center top;
	background-repeat: repeat;
}

h1 {
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

h2 {
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #691419;
}

h3 {
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	padding: 10px 0px;
}

h4 {
	font-weight: bold;
	font-size: 1em;
}

#wrapper {
	font-family: 'Open Sans', sans-serif;
}

/* Menu setup */

#menustrip {
	border-top: 2px solid black;
}

.row.menu, .row.menumobile {
	display: none;
}

ul.toplevel.menulist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.row.menu ul.secondlevel.menulist {
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	background-color: white;
	z-index: 5000;
	list-style-type: none;
	padding: 5px;
	width: 100%;
}

.row.menumobile ul.secondlevel.menulist {
	display: none;
	background-color: white;
	list-style-type: none;
	padding: 5px;
	width: 100%;
}

.row.menu li.menulistelement.secondlevel {
	text-align: left;
	
}

a {
	color: #691419;
}

a.menulistlink.secondlevel {
	padding: 10px 0px;
    color: black;
    display: block;
}

a.menulistlink.secondlevel:hover {
	background-color: #DDDDDD;
	text-decoration: none;
}

.row.menu li.menulistelement.toplevel {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 1.2em;
}

.row.menumobile li.menulistelement.toplevel {
	display: block;
	font-size: 1.2em;
	text-transform: uppercase;
}

a.menulistlink.toplevel {
	display: block;
	color: #333333;
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

a.menulistlink.toplevel:hover {
	text-decoration: none;
	background-color: #DDD;
	color: black;
}
a.menulistlink.toplevel.topnavselected {
	color: #9E1E26;
}

#menucontentinner {
	
}

.burgermenu {
	padding: 10px 0px 10px 0px;
	text-align: center;

}

.burgermenu img {
	
}

/* End menu setup */

/* Banner setup */

#banner {
	border-top: 8px solid #000000;
}

#bannerslogan {
	font-family: 'Anton', sans-serif;
	line-height: 1;
	letter-spacing: -0.017em;
}

#bannerslogan p {
	margin: 0px;
}

.bannergrey {
	color: #333333;
}

.bannerred {
	color: #691419;
}

#logo {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bannerlogo {
	
}

/* End banner setup */

/* Mainarea setup */

.hoverbutton:hover {
	opacity: 0.6;
}

.mainarea {
	line-height: 1.5em;
	font-size: 1.3em;
	padding-top: 30px;
}

.mainarea p {
	color: #666666;
	margin-bottom: 1.3rem;
	font-size: 0.8em;
}

.mainarea ul {
	color: #666;
	font-size: 0.8em;
}

.featureimginner {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

#backtotop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	cursor: pointer;
}

.seemorelink {
	font-variant: normal;
	font-weight: bold;
	color: #63120E;
	text-align: center;
	cursor: pointer;
}

.mainsection.row {
	background-color: white;
	position: relative;
	padding-bottom: 20px;
}

#contactformstrip {
	background-color: #EAEAEA;
	margin-top: 20px;
	padding: 20px 0px;
}

.contactinfo {
	font-size: 0.8em;
	color: black !important;
}

#slideshow {
	background-color: #000000;
}

.bordertop {
	border-top: 2px solid black;
}

/* End mainarea setup */

/* Footer setup */

#footer {
	border-top: 8px solid #000000;
	margin-top: 30px;
	background-color: rgba(60, 30, 30, 0.1);
}

.footercol {
	min-height: 125px;
    padding: 25px 30px 25px 30px;
    font-size: 0.9em;
}

.footercol a {
	color: black;
	text-decoration: none;
}

#footerbottomwrapper {
	height: 120px;
	background-color: #993399;
	color: white;
	text-align: right;
	padding-top: 15px;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 15px;
}

#footerbottomwrapper a {
	color: #691419;
}

span.footerbottom {
	display: inline-block;
	padding: 0px 10px;
}

a.socialicon {
    display: inline-block;
    padding-right: 8px;
    padding-bottom: 8px;
}

.diblink {
	text-align: center;
	font-size: 0.7em;
	color: white;
	margin-bottom: 3px;
}

.diblink a {
	color: white;
}

#legalstuff {
	text-align: center;
	font-size: 0.8em;
}

/* End footer setup */

/* Contact page setup */

#contactmap {
	border-top: 2px solid black;
}

.map-responsive {
    overflow: hidden;
    position: relative;
    height: 0;
    width: 100%;
}

.map-responsive.letterbox {
	padding-bottom: 20%;
}

.map-responsive.square {
	padding-bottom: 100%;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* End contact page setup */

/* Additional styles */

.btn.btn-primary {
	background-color: #691419;
	border-color: #691419;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
}

#firstsessionfree {
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

#firstsession {
	color: #691419;
	font-size: 2.6em;
}

#freee {
	color: #333333;
	font-size: 5em;
}

.featuretext {
    font-family: 'Anton', sans-serif;
    color: #333333!important;
    text-align: center;
    font-size: 1.1em!important;
    line-height: 1.7;
}

.largered {
	font-family: 'Anton', sans-serif;
    color: #691419!important;
    text-align: center;
    font-size: 2.3em!important;
    line-height: 1.3;
}

.picturelabel {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}