@import url("https://use.typekit.net/zql3uaj.css");
html#front {
	background: #000 url('../../Assets/Images/background.jpg') 0 0 no-repeat;
	background-size: 100% auto;
	color: #fff
}
body {
	font-family: "westsac", sans-serif;
	font-size: 26px;
	color: #333;
}
html#front body {
	font-family: "westsac", sans-serif;
	font-size: 26px;
	color: #fff;
}
a {
	color:#333;
}
html#front a {
	color:#fff;
}
a:hover {
	color:#afafaf;
}
p {
	line-height: 40px;
	margin-bottom: 25px;
}

h1 {
	font-size: 48px;
	font-weight: normal;
	color: #333;
}
html#front h1 {
	font-size: 48px;
	font-weight: normal;
	color: #fff;
}
h2 {
	font-size: 42px;
	color: #333;
	font-weight: normal;
}
html#front h2 {
	font-size: 42px;
	color: #fff;
	font-weight: normal;
}
h3 {
	font-size: 28px;
	color: #333;
	font-weight: normal;
}
html#front h3 {
	font-size: 28px;
	color: #fff;
	font-weight: normal;
}
h4 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
html#front h4 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
h5 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
html#front h5 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
h6 {
	font-size: 24px;
	color: #a71d1d;
	font-weight: bold;
}
main {
	background-size: cover;
}
.block .bgcolor {
	padding: 30px;
}
.block.withbg h6 {
	color: #f38901;
}
.block .bgcolor h5 a,
.block.withbg h5 a {
	color: #f38901;
}
#navigation {
	background: transparent;
	border-bottom: 1px solid #a71d1d;
}
header .nav > ul {
	text-align: center;
	background-color: transparent;
}
header .nav > ul > li > a {
	color: #fff;
	text-transform: uppercase;
	padding: 4px 25px;
}
header .nav ul li:hover {
	background: transparent url('../../Assets/Images/splatter.png') 50% 0 no-repeat;
	background-size: cover;
}
header .nav ul li:hover a {

}
header .nav > ul > li ul {
	background-color: #000;
}
header .nav > ul > li > ul > li a:hover {
	background: transparent;
}
.button {
	padding: 10px 20px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #c50908;
	font-size: 22px;
	border-radius: 0;
}
.button:hover {
	background: #730302;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.red-button {
	background: #c50908;
	color: #fff;
	border: 1px solid #fff;
}
.red-button:hover {
	background: #730302;
}
.col14 {
	width: 23%;
	float: left;
	margin: 0 1%;
}

	.mobile {
		display: none;
	}
	.no-mobile {
		display: block;
	}

/* HEADER */
	header {
		background: transparent;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.scroll header {
		background: rgba(0, 0, 0, 0.88);
	}
	header .container {
		align-items: center;
	}
	header #above-nav {
		background: transparent;
		padding: 20px 0;
	} 
	header #logo {
		width: 20%;
	}
	header #logo img {
		max-width: 300px;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.scroll header #logo img {
		max-width: 80px;
	}
	header #links {
		width: 80%;
	}
	header #links a {
		color: #fff;
		font-size: 28px;
	}
	header #social {
		position: absolute;
		top: 30px;
		right: 15%;
	}
	.scroll header #social {
		top: 20px;
	}
	header #social .social {
		font-size: 30px;
		margin: 0 5px;
	}
	.scroll header #social .social {
		font-size: 26px;
		margin: 0 5px;
	}

/* ^ HEADER */
/* BLOCKS */
	.doublecolumn.wideleft .right .button,
	.doublecolumn.wideright .left .button {
		margin-top: 100px;
	}
	.TabbedPanel.Purple,
	.TabbedPanel.Brown,
	.TabbedPanel.Green,
	.TabbedPanel.Blue,
	.TripleColumn.Purple,
	.TripleColumn.Brown,
	.TripleColumn.Green,
	.TripleColumn.Blue {
		padding: 20px 0 50px;
		clip-path: polygon(100% 1%, 100% 85%, 50% 100%, 0 85%, 0 0);
	}
	.TabbedPanel.Blue .content,
	.TripleColumn.Blue {
		background: #d5eef1;
	}
	.TabbedPanel.Green .content,
	.TripleColumn.Green {
		background: #aadfac;
	}
	.TabbedPanel.Brown .content,
	.TripleColumn.Brown {
		background: #dfc7aa;
	}
	.TabbedPanel.Purple .content,
	.TripleColumn.Purple {
		background: #caaadf;
	}
	.TripleColumn .left,
	.TripleColumn .right,
	.TripleColumn .center {
		padding: 0 30px;
	}
	.TripleColumn h3 {
		font-size: 26px;
	}
	.TripleColumn h3 strong {
		font-size: 50px;
	}
	
	.TabbedPanel .header .tab-header {
		background: #486f90;
		color: #fff;
		text-align: center;
		margin-right: 15px;
		padding: 10px;
		float: left;
		cursor: pointer;
	}
	.TabbedPanel .header .tab-header:hover {
		text-decoration: underline;
	}
	.TabbedPanel .header .tab-header.active {
		background: #0a83eb;
	}
	.TabbedPanel .content .tab-content {
		display: none;
		padding: 30px 0;
	}
	.TabbedPanel .content .tab-content.active {
		display: block;
	}


/* ^ BLOCKS */
/* FOOTER */
	footer {
		background: #000;
		color: #fff;
		padding: 10px 0;
		margin: 0px 0;
		font-size: 20px;
		border-top: 0px solid #000;
	}
	#footer .container {
		align-items: center;
	}
	#footer {
		color: #fff;
		padding-top: 0px;
		padding-bottom:0px;
	}
	#footer p {
		line-height: 26px;
		text-transform: uppercase;
	}
	#footer a {
		color: #fff;
	}
	#footer #footer-social {
		margin-bottom: 20px;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #fff;
	}
	#footer .left {
		width: 50%;
		border-right: 0px solid #000;
		padding: 50px 2% 50px 0;
	}
	#footer .right {
		width: 50%;
		text-align: right;
	}
	#footer .right img {
		max-width: 220px;
	}
	#footer .left ul {
		list-style: none;
		width: 100%;
		text-align: right;
	}
	#footer .left ul li {
		text-align: right;
		text-transform: uppercase;
		font-size: 23px;
		margin: 15px 0;
	}
	#footer .title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#footer .siteby {
		margin-top: 30px;
	}
		/* ^ FOOTER */
.banner-slider,
.banner {
	max-height: 1700px;
}
.bg-bg1 {
	background: transparent url("../../Assets/Images/edited-bg.png") 0 0 no-repeat;
	background-size: cover;
	padding-top: 130px;
}
.bg-bg2 {
	background: transparent url("../../Assets/Images/grunge-1.jpg") 0 0 no-repeat;
	background-size: cover;
}
.bg-author {
	background: transparent url("../../Assets/Images/background-author.jpg") 0 0 no-repeat;
	background-size: cover;
	padding-top: 80px;
}
.bg-trex {
	background: transparent url("../../Assets/Images/background-trex.jpg") 0 0 no-repeat;
	background-size: cover;
	padding-top: 80px;
}
.block.black-hr .container {
	padding-top: 100px;
}
div.black-background {
	background: transparent url("../../Assets/Images/black.png") 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	min-height: 220px;
	top: -80px;
	left: 0;
}
div.blackhr-background {
	background: transparent url("../../Assets/Images/black-hr.png") 0 0 no-repeat;
	background-size: cover;
	width: 100%;
	position: absolute;
	min-height: 220px;
	top: -80px;
	left: 0;
}
.ThreeColumn .center p,
.ThreeColumn .right p,
.ThreeColumn .left p {
	margin-bottom: 25px;
}
.ThreeColumn .center a img,
.ThreeColumn .right a img,
.ThreeColumn .left a img {
	width: 250px;
	max-width: 250px;
}
.xThreeColumn a:hover img {
	box-shadow: 0px 0px 10px 10px red;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.red-hover img:hover {
	box-shadow: 0px 0px 10px 10px red;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.block.large-bottom-padding[rel="36"] {
	padding-bottom: 100px;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
}
@media (max-width:1000px) {
	html#front body {
		font-size: 24px;
	}
	html#front h1,
	h1 {
		font-size: 38px;
		line-height: 44px;
	}
	html#front h2,
	h2 {
		font-size: 32px;
	}
	html#front h3,
	h3 {
		font-size: 26px;
	}
	html#front h4,
	h4 {
		font-size: 26px;
	}
	html#front h5,
	h5 {
		font-size: 24px;
	}
	html#front h6,
	h6 {
		font-size: 24px;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.button,
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
		header #links,
		header #logo {
			text-align: center;
			width: 100%;
			margin: 0px 0;
		}
		header .container {
			margin: 20px 0 0;
			padding: 0;
		}
		header #social {
			top: 20px;
		}
		header .nav ul li:hover {
			background: #1c1c1c url('../../Assets/Images/splatter.png') 50% 0 no-repeat;
			background-size: cover;
		}
		header .nav > ul > li:hover ul {
			background: #1c1c1c;
		}
		header .nav > ul {
			background-color: #000;
		}
		header .nav ul li a:hover {
			background-color: transparent;
		}
		header #links a {
			font-size: 24px;
		}
		header #links ul li ul li a {
			text-wrap: auto;
			font-size: 20px;
		}
	/* ^ HEADER */
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 0;
		padding: 0;
		border: 0px;
		text-align: center;
	}
	#footer .left ul,
	#footer .left,
	#footer .right {
		text-align: center;
		padding: 0;
		border: 0px;
	}
	#footer .left ul li {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
	.block[rel="11"] .clear {
		display: flex;
		flex-wrap: wrap;
	}
	.block[rel="11"] .clear .left {
		order: 1;
	}
	.block[rel="11"] .clear .right {
		order: 0;
	}
}
