@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800|Francois+One');
* { margin: 0; padding: 0; }

html, body {
  width: 100%;
  height: 100%;
  background-color: black;
}

.wrapper {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 1920px;
height: auto;
margin: 0 auto;
}

textarea {
resize: none;
}
iframe {
display: block;
overflow: hidden;
box-sizing: border-box;
border: none;
width: 100%;
}

/* DEFAULTS */

a:link, a:visited {
font-family: 'Open Sans', sans-serif;
font-size: 19px;
color: white;
text-decoration: underline;
font-weight: bold;
}
a:active, a:hover {
font-family: 'Open Sans', sans-serif;
font-size: 19px;
color: #f3c601;
text-decoration: underline;
font-weight: bold;
}
ul {
margin: 10px 0;
}
li {
margin-left: 20px;
}
p {
font-family: 'Open Sans', sans-serif;
font-size: 19px;
color: white;
text-decoration: none;
font-weight: normal;
margin-bottom: 15px;
}


/* TOP */

.topBar {
display: block;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
border-bottom: #3a3939 2px solid;
background-color: black;
}
.topBarCont {
max-width: 1500px;
height: auto;
margin: 0 auto;
padding: 5px;
text-align: right;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #535353;
text-decoration: none;
font-weight: normal;
}
	.topBarCont a[href^="tel:"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #f30801;
	font-weight: 800;
	text-decoration: none;
	}
	.topBarCont a[href^="tel:"]:active, .topBarCont a[href^="tel:"]:hover {
	color: #ffffff;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
	}

.headerBar {
display: block;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
background: black url(images/bg-header.jpg) repeat-x;
border-bottom: #000000 4px solid;
}
.headerArea {
display: block;
clear: both;
overflow: hidden;
max-width: 1500px;
width: 100%;
height: auto;
margin: 0 auto;
padding: 0 5px;
}
	.logo img {
	display: block;
	width: 100%;
	height: auto;
	}
	.logoM img {
	display: none;
	width: 100%;
	height: auto;
	}
	
@media screen and (max-width: 720px) {
	.topBarCont a[href^="tel:"] {
	font-size: 14px;
	}
	.topBarCont a[href^="tel:"]:active, .topBarCont a[href^="tel:"]:hover {
	font-size: 14px;
	}
	.logo img {
	display: none;
	}
	.logoM img {
	display: block;
	}  
	.headerBar {
	background-image: none;
	}
}


/* FOOTER AREA */

.footerBar {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background-color: black;
border-top: #262626 2px solid;
}

	.footerCont {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #e6e5e4;
	text-decoration: none;
	font-weight: normal;
	padding: 10px 0;
	line-height: 125%;
	}
	.footerCont a:link, .footerCont a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #e6e5e4;
	text-decoration: underline;
	font-weight: normal;
	}
	.footerCont a:active, .footerCont a:hover {
	color: #f30801;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
	}
	.footerCont a[href^="tel:"] {
	font-size: 16px;
	color: #e6e5e4;
	font-weight: bold;
	text-decoration: none;
	}
	.footerCont a[href^="tel:"]:active, .footerCont a[href^="tel:"]:hover {
	color: #f30801;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
	}

/* BACK TO TOP */

#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 60%;
	z-index: 1000;
}
#back-top i.fa { font-size: 34px; }

#back-top a {
	width: 150px;
	height: auto;
	display: block;
	padding: 3px;
	text-align: center;
	color: #ffffff;
	background-color: transparent;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:link, #back-top a:visited { color: #ffffff; }
#back-top a:hover { color: #f30801; }

@media screen and (max-width: 1200px) {
	.footerCont, .content {
	padding: 10px;
	}
}

span.sitestamp {
display: block;
width: 100%;
text-align: right;
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 10px;
color: #e6e5e4;
text-decoration: none;
font-weight: normal;
}
span.sitestamp a:link, span.sitestamp a:visited {
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 10px;
color: #e6e5e4;
text-decoration: underline;
font-weight: normal;
}
span.sitestamp a:active, span.sitestamp a:hover {
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 10px;
color: #f30801;
text-decoration: underline;
font-weight: normal;
}