html, 
body {
	height: 100%;
	font-family: Roboto;
	font-size: 15px;
	line-height: 20px;
}

a {
	color: #eeeeee;
}

#wrapper {
	position: relative;
	min-height: 100%;
}

.center {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

input[type=text], textarea {
	height: 20px;
	padding: 15px;
	border: none;
	font-family: Roboto;
	font-size: 15px;
	width: calc(100% - 30px);
	resize: vertical;
	box-shadow: inset 0px 0px 10px rgba(150,150,150,0.1);
}

input[type=submit] {
	width: 100%;
	height: 50px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ed1b24;
	border: none;
	cursor: pointer;
}

/*--------------------*/
/*-----[ Header ]-----*/
/*--------------------*/

#header {
	width: 100%;
}

#titleBar {
	height: 60px;
	background: #111111;
	border-bottom: solid 8px #ed1b24;
}

#titleLogo {
	position: relative;
	z-index: 10;
	padding: 0px 0px 0px 0px;
	float: left;
}

#titleContact {
	float: right;
	line-height: 60px;
	color: #eeeeee;
}

#titleImg {
	width: 100%;
	height: 300px;
	background: url(/img/title-image-2.jpg) no-repeat right;
	background-size: cover;
	position: relative;
	display: block;
}

#titleImg h2 {
	position: absolute;
	line-height: 300px;
	color: #ed1b24;
	font-size: 35px;
	font-weight: bold;
	font-style: italic;
}

/*#titleImg:before {
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=1 );
}*/

#navBar {
	overflow: hidden;
	background-color: #111111;
	border-bottom: solid 8px #ed1b24;
	-webkit-transition: height 200ms ease;
	-moz-transition: height 200ms ease;
	-o-transition: height 200ms ease;
	transition: height 200ms ease;
}

#navMob {
	display: none;
}

.navBarShut {
	height: 60px;
	overflow: hidden;
}

.navBarOpen {
	height: 60px;
	overflow: hidden;
}

#navBar ul {
	list-style: none;
}

#navBar li {
	position: relative;
	height: 60px;
	float: left;
	background-color: #111111;
}

#navBar li:hover {
	background-color: #000000;
}

#navBar a {
	display: block;
	position: relative;
	z-index: 1;
	height: 20px;
	padding: 20px 30px 20px 30px;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #eeeeee;
	cursor: pointer;
}

#navBar li:hover a {
	text-decoration: underline;
	color: #ed1b24;
}

#currentPage a {
	color: #ed1b24;
}

#currentPage a::after {
	position: absolute;
	left: calc(50% - 8px);
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ed1b24;
	content: "";
}

/*--------------------*/
/*-----[ Header ]-----*/
/*--------------------*/



/*---------------------*/
/*-----[ Content ]-----*/
/*---------------------*/

#content {
	padding-bottom: 118px;
	background: #f8f8f8 url(/img/metal.png);
}

#contentMain {
	width: 70%;
	float: left;
	margin-top: 20px;
}

.section {
	margin-right: 20px;
	margin-bottom: 20px;
	background: #111111;
}

.half {
	float: left;
	width: calc(50% - 20px);
}

.side {
	margin-right: 0px;
}

.sectionHeader {
	height: 42px;
	background-color: #111111;
	border-bottom: 8px solid #ed1b24;
}

.sectionHeader span {
	display: block;
	padding: 11px 0px 11px 15px;
	font-size: 12pt;
	font-weight: bold;
	color: #eeeeee;
}

.sectionHeader > a {
	display: block;
	padding: 11px 0px 11px 15px;
	font-size: 12pt;
	font-weight: bold;
	color: #eeeeee;
}

.sectionContent {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	
}

.sectionContent > p {
	padding: 20px 40px 30px 40px;
}

.faq {
	padding: 10px 40px 10px 40px;

}

.faq span {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.faq span:hover {
	color: #ed1b24;
}

.faqShut {
	height: 0px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

.faqOpen {
	height: auto;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

.services {
	margin-left: 100px;
	border: none;
}

.half a {
	padding-left: 15px;
	line-height: 20px;
}

.dropDown {
	height: 50px;
	overflow: hidden;
	-webkit-transition: height 200ms ease;
	-moz-transition: height 200ms ease;
	-o-transition: height 200ms ease;
	transition: height 200ms ease;
}

.dropDown li {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	font-weight: bold;
	cursor: pointer;
}

.dropDown li:hover {
	background-color: #eeeeee;
}

.dropDown li:first-child::after {
	position: absolute;
	right: 20px;
	bottom: calc(50% - 2px);
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000000;
	content: "";
}

#empty li {
	color: #bbbbbb;
	cursor: initial;
}

#empty li:hover {
	background-color: #ffffff;
}

#empty li:first-child::after {
	display: none;
}

#contentSide {
	width: 30%;
	float: right;
	margin-top: 20px;
}

#twitterButton {
	float: left;
	width: calc(50% - 10px);
	height: 50px;
	margin-bottom: 20px;
	margin-right: 20px;
	background: #2aaae0 url(/img/twitter.png) no-repeat;
}

#twitterButton:hover {
	background: #28a1d5 url(/img/twitter.png) no-repeat;
}

#facebookButton {
	float: left;
	width: calc(50% - 10px);
	height: 50px;
	margin-bottom: 20px;
	background: #3b5998 url(/img/facebook.png) no-repeat;
}

#facebookButton:hover {
	background: #355089 url(/img/facebook.png) no-repeat;
}

#twitterButton a,
#facebookButton a {
	display: block;
	height: 20px;
	padding-left: 25px;
	padding-top: 14px;
	padding-bottom: 16px;
	font-weight: bold;
	color: #eeeeee;
	text-align: center;
	text-decoration: none;
}

#twitterButton a:hover,
#facebookButton a:hover {
	text-decoration: underline;
}


#twitter-widget-0 {
	display: block !important;
}

/*---------------------*/
/*-----[ Content ]-----*/
/*---------------------*/



/*--------------------*/
/*-----[ Footer ]-----*/
/*--------------------*/

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 110px;
	background-color: #111111;
	border-top: solid 8px #ed1b24;
}

#footerLinks {
	position: relative;
	height: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #111111;
}

#footerLinks span {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #444444;
}

#footerLinks > .center > div {
	float: left;
	position: relative;
}

#footerLinks > .center > div:nth-of-type(4) a {
	float: right;
}

/*--------------------*/
/*-----[ Footer ]-----*/
/*--------------------*/







@media (max-width: 1280px) { /* Laptops */

.center {
	width: 1024px;
}

}

@media (max-width: 1024px) { /* Tablets */

.center {
	width: 100%;
}

.half {
	float: none;
	width: calc(100% - 20px);		
}

#logo {
	margin-left: 20px;
}

#footerLinks > .center > div {
	float: none;
	position: relative;
}

#footerLinks > .center > div:nth-of-type(4) a {
	float: none;
}

#footerLinks {
	height: 218px;
}

#footer {
	height: 300px;
}

#content {
	padding-bottom: 308px;
}

}

@media (max-width: 900px) { /* Phones */

#titleBar {
	display: none;
}

#titleImg {
	display: none;
}

#navMob {
	display: block;
}

#navMobButton {
	width: 60px;
	height: 60px;
	background-image: url(/img/mobile-nav.png);
	cursor: pointer;
}

#navMobButton:hover {
	background-position: 0px 60px;
}

.navBarOpen {
	height: 420px;
	overflow: all;
}

#navBar li {
	float: none;
}

#contentMain {
	float: none;
	width: 100%;
}

#contentSide {
	float: none;
	width: 100%;
}

.section {
	margin-right: 0px;
	margin-bottom: 10px;
}

#contentMain, #contentSide {
	margin-top: 10px;
}

#twitterButton, #facebookButton {
	margin-bottom: 10px;
	width: calc(50% - 5px);
}

#twitterButton {
	margin-right: 10px;
}

.half {
	width: 100%;
}

#currentPage a::after {
	position: absolute;
	left: 0;
	bottom: calc(50% - 8px);
	width: 0;
	height: 0;
	border-left: 8px solid #ed1b24;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
}

.sectionContent p {
	padding: 20px 20px 20px 20px;
}

}