/*toggles*/

.bottombar {
	display:block;
}

/*core tags*/

body{
	width:100%;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #ccc;
	font-size: 16px;
	line-height:1.8em;
	color:#666;
	font-style: normal;
	background: #fff;
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
	text-decoration:none;
	color:#444;
	transition: all 0.4s ease;
	font-style:italic;
	font-weight:600;
}

h1{
	font-size:2em;
	font-family: 'Quicksand', sans-serif;
	line-height: 1.3em;
    margin-bottom: 0.5em;
	color: #a41f20;
}
h2{
	font-size:1.5em;
	line-height:1.5em;
	color: #a41f20;
}
h3{
	font-size:1.5em;
	line-height:1.5em;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-weight:100;
	background-color:#aaa;
	padding-left:1em;
	margin:10px -20px;
}
h4{
	font-size:1.3em;
	line-height:1.5em;
	color: #444;
	font-family: 'Quicksand', sans-serif;
	font-seight:100;
}
h5{
	font-size:1em;
	color: #333;
}
h6{
	font-size:1em;
	color: #333;
}
ul, ol { 
	margin-left: 2em;
	line-height:2em;
}

blockquote {
	background: url("images/quote.png") no-repeat scroll 20px 10px #eee;
	font-size:1.1em;
	text-align:center;
	padding:2em 1em 3em 80px;
	margin: 1em 0;
	position:relative;
	color:#333;
	font-style:italic;
	border-left:10px solid #ff7800;
	box-shadow:0 5px 5px rgba(0,0,0,.3);
}

blockquote span {
	position:absolute;
	bottom:1em;
	right:1em;
	color:#666;
	font-style:normal;
}

.sidebar blockquote {
	background-color:#fff;
	box-shadow:none;
	border:solid 1px #ddd;
	background-image:none;
	font-size:.9em;
	padding:10px;
	text-align:right
}

.sidebar blockquote:before {
	content:"“";
	color:#ff7800;
	font-size:50px;
	float:left;
	margin-top:12px;
}

.sidebar blockquote span {
	position: relative;
	display:block;
	bottom:0;
	right:0;
	margin-top:20px;
}

hr {
	border-top: 1px dashed #888;
	border-bottom: 1px dashed #ddd;
}

img {
	box-sizing: border-box;
	max-width:100%;
}

p {
	margin-bottom:1em;
}

.wrapper {
	display:block;
	max-width:1000px;
	margin:auto;
	overflow:hidden;
}

/* header */



/* Header */
.topbar {
	text-align:center;
}
.header {
	background:url(images/headerbg.jpg) no-repeat 0 0 / cover #111;
	overflow:hidden;
}
.back > .header{background:url(images/bakpattern.jpg)}
.header a.logo {
	float:left;
	overflow:hidden;
}
.header .mobilelogo {
	margin:10px 10px 0;
}
.header .phone {
	color:#fff;
	font-size:2em;
	font-family: 'Quicksand', sans-serif;
	float:left;
	width:300px;
	margin:0 10px;
	clear:left;
	text-align:center;
	font-weight:600;
}
.header .mobilephone {
	color:#fff;
	font-size:2em;
	font-family: 'Quicksand', sans-serif;
	width:300px;
	margin:auto;
	clear:left;
	text-align:center;
	display:none;
	font-style:normal;
}

.banner {
	clear:both;
}

.headerimg {
	float:left;
	background: url(images/headerimg.png) left bottom no-repeat;
	display:block;
	width:500px;
	height:500px;
}

.headertext {
	float:right;
	max-width:480px;
	color:#fff;
	font-size: 1.3em;
	line-height:1.8em;
	padding:60px 0 0 30px;
	box-sizing:border-box;
}

.headertext span {
	font-size: 3em;
	line-height:1em;
	font-weight:600;
	display:block;
	margin-bottom:10px;
}
a.topcontact {
	color:#fff;
	display:block;
	margin:10px 0;
	width:60%;
	padding:10px;
	text-align:center;
	background-color:#d73437;
	height:40px;
	position:relative;
	border-radius:25px;
	border-bottom:10px solid #a41f20;
}
a.topcontact:hover{
	text-shadow:0 0 5px rgba(0,0,0,.5);
}
a.topcontact:active {
	margin-top:20px;
	border-bottom-width:0;
}

.pagetitle {
	display:block;
	clear:both;
	background-color:#fff;
	text-transform:uppercase;
	font-size:50px;
	line-height:1em;
	margin:20px 0;
	word-spacing:5px;
}
.pagetitle .wrapper {
	padding:20px;
}	

@media (max-width:1000px){
	.headerimg {
		display:none;
	}
	.headertext{
		float:none;
		margin:10px auto;
		text-align:center;
		border-top: dashed 1px;
		padding:15px;
	}
	.headertext span {
		font-size:2em;
	}
	.header a.logo {
		float:none;
	}
	.header .phone {
		display:none;
	}	
	.header .mobilephone {
		display:block;
	}	
	a.topcontact { 
		width:90%;
	}
	.topbar {
		 margin-top: 70px;
		text-align: center;
	}
	.pagetitle {
		font-size:30px;
		word-spacing:normal;
	}
}


/* Main Menu */

div.mainnav{
	float:right;
	padding:10px;
}
div.mainnav ul{ 
	list-style:none;
	background-color:#fff;
	overflow:hidden;
	border-radius:10px;
	
}
div.mainnav li {
	float:left;
	border-right:1px solid #ddd;
}
div.mainnav a {
	padding:5px 10px;
	display:block;
	font-style:normal;
}
	
div.mainnav a:hover{
	background-color:#a41f20;color:#fff;
}


/* main menu - mobile */

#menutoggle {
	display:none;
	background:url(images/menutoggle.png) no-repeat center left;
	text-align:center;
	color:#fff;
	font-style:normal;
	font-size:1.5em;
	width:120px;
	margin:auto;
}		
		
@media (max-width:1000px){
	#menutoggle {
		display:block;
	}	
	div.mainnav {
		float:none;
		background-color:#444;
		position:absolute;
		top:0;
		width:100%;
		box-sizing:border-box;
	}
	div.mainnav ul{
		display:none;
		background-color:#fff;
		text-align:left;
		margin-left:0;
	}	
	div.mainnav li {
		float:none;
	}
	div.mainnav a {
		padding: 10px 20px;
	}
}		
		
		
/* Content */
section#body {
	overflow:hidden;
	background:url(images/dark-bg.png);
}	
body#back section#body{
	padding-top:140px;
}
.page {
	margin:0 auto;
	max-width:1000px;
	overflow:hidden;
	position:relative;
}

.page a:hover, .page a:active {
	border-bottom: 1px solid #444;
}

.page .main {
	float:left; 
	width:700px;
	padding:20px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background-color:#fff;
}
.page .sidebar {
	position:absolute;
	max-width:230px;
	background-color:#eee;
	top:0;
	bottom:0;
	right:0;
	padding:10px;
	
}

/* Content - mobile */
@media (max-width:1000px){
	.page .main {
		float:none;
		width:auto;
	}
	.page .sidebar {
		position:relative;
		max-width:none;
	}
}


/* Footer */

div.footer{
	background: #a41f20;
	width:100%;
	overflow:hidden;
}
div.footer>div {
	max-width:1000px;
	margin:auto;
	padding:1em;
	overflow:hidden;
}
div.footer .nav {
	float:left;
}
div.footer .nav ul {	
	margin:0;
	list-style-type:none;
}
div.footer .nav a {	
	color: #fff;
	font-weight:100;
        font-style:normal
}
div.footer .nav a:hover {	
	color: #bbb;
}
div.footer .content {
	float:right;
	color: #fff;
	max-width:400px;
}
div.footer .content a {
	color:#fff;font-style:normal
}
div.footer hr {
	border-top:none;
}

div.subfooter {
background-color:#222;
clear:both;
text-align:center;
}

.creditcards {
	display:block;
	width:230px;
	height:44px;
	background: url('images/credit-cards.png') center no-repeat;
	background-size:contain;
	margin:auto;
}

/* Footer - mobile */

@media (max-width:780px){
	div.footer .nav {
		float:none;
	}
	div.footer .content {
		float:none;
		max-width:inherit;
	}
	div.footer .nav a {
		display:block;
		text-align:center;
	}
}

/* template sections */

.shoutout{
	overflow:hidden;
	border:solid 1px #ddd;
	border-radius:1em;
	margin:10px 0;
	padding:2em;
}

.allcentered{
	overflow:hidden;
}
.allcentered > div {
	text-align:center;
	padding:10px;
}

.allcentered > div img {
	margin:1em;
}

.brandlogos div {
	background-color:#fff;
	padding:10px;
	border:1px solid #ddd;
	margin: 10px 0;
	text-align:center;
}

.sidebarphone {
	border:1px solid #ddd;
	padding:10px;
	background-color:#ff7800;
	margin: 10px 0;
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
}
.sidebarphone:hover {
	background-color:#666;
	text-shadow:0 0 5px rgba(0,0,0,.5);
}

.sidebarphone .desktopphone, .sidebarphone .mobilephone{
	color:#fff;
	font-size:30px;
	font-weight:600;
	font-style:italic;
	text-align:center;
	margin:10px 0;
}

.sidebarphone .desktopphone {
	display:block;
}
.sidebarphone .mobilephone {
	display:none;
}

.sidebarphone .mobilephone:hover {
	border-bottom:none;
}

.sidebarcta>a{
	background-color:#d73437;
	color:#fff;
	text-align:center;
	padding:10px;
	font-size:20px;
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	display:block;
}

.sidebarcta>a:hover {
	background-color:#666;
}
.sidebarcta>a span {
	font-size:60px;
	font-style:normal;
	font-weight:800;
	text-transform:uppercase;
	margin:10px 0;
	display:block;
}
.sidebarcta>a:hover span{
	text-shadow:0 0 5px rgba(0,0,0,.5);
}

.sidebarcta>a:hover {
	border-bottom:none;
}

/* template sections - mobile */

@media (max-width:1000px){
	.sidebarphone .desktopphone {
		display:none;
	}
	.sidebarphone .mobilephone {
		display:block;
	}


}


/* Required */

.image-left{
	float:left;
	border: 1px solid;
	border-color: #BBBBBB #EEEEEE #FFFFFF #CCCCCC;
	margin: 5px 15px 5px 0;
}

.image-right{
	float:right;
	border: 1px solid;
	border-color: #BBBBBB #EEEEEE #FFFFFF #CCCCCC;
	margin: 5px 0 5px 15px;
}

.image-center{
	display:block;
	border: 1px solid;
	border-color: #BBBBBB #EEEEEE #FFFFFF #CCCCCC;
	margin:1em auto;
}

.image-noborder{
	border-style:none;
}

@media (max-width:780px){
	.image-left, .image-right, .page img {
		float:none;
		margin-top:1em;
		margin-bottom:1em;
		margin-left:auto!important;
		margin-right:auto!important;
		display:block;
		width:auto!important;
	}
}