/* General styling */
body {
    font-size: 16px;
    font-family: 'Raleway', Arial, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
	line-height: 140%;
}

h1 {
    font-size: 32px;
    color: #bd0000;
    text-shadow: 2px 2px 2px #888;
	margin: 30px 0 0;
}

h2 {
	font-size: 24px;
	margin: 30px 0 0;
}

h3 {
	font-size: 20px;
	margin: 20px 0 0;
}

h4 {
	font-size: 18px;
	margin: 20px 0 0;
}

h5 {
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0 0;
}

p {
	margin: 20px 0 0;
}

p:last-child {
	margin-bottom: 0;
}

.contentArea ul {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
	margin: 30px 0 0;
	height: 100%;
	overflow: auto;
}

.contentArea li {
	width: 25%;
	margin: 0 0 10px;
}

.serviceArea ul {
	display: block;
}

.serviceArea li {
	width: auto;
	margin: inherit;
}

a {
    color: #bd0000;
    text-decoration: none;
}

b {
	font-weight: 700!important;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

i {
	font-style: italic;
}

sup {
    font-size: 60%;
    position: relative;
    top: -5px;
}

sub {
    bottom: -5px;
    font-size: 60%;
    position: relative;
}

a:hover {
    color: #d99228;
    text-decoration: underline;
}

input, textarea {
	font-family: "Raleway",Arial,sans-serif;
	padding: 5px 10px;
}

iframe {
	width: 100%;
	min-height: 400px;
}

/* Header Styling */
header {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.m-menu {
	display: none;
}

header img {
    align-self: center;
    width: 25%;
    max-width: 180px;
    margin: 10px 0;
}

header .socialIcons {
    align-self: center;
    padding-left: 20%;
}

header .socialIcons img {
    width: 20%;
    max-width: 35px;
    margin: 0 5px;
}

header h1 {
    align-self: center;
    margin: 0;
}

/* Navigation Styling */
nav {
    width: 70%;
    padding: 0 15%;
	background: -webkit-linear-gradient(bottom, #c8362d, #5b0000); /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(bottom, #c8362d, #5b0000); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(bottom, #c8362d, #5b0000); /* For pre-releases of IE 10*/
    background: -o-linear-gradient(bottom, #c8362d, #5b0000); /* For Opera 11.1 to 12.0 */
    background: linear-gradient(to bottom, #c8362d, #5b0000); /* Standard Syntax */
}

nav ul {
    display: flex;
    flex-direction: row nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style-type: none;
    padding: 5px 0;
}

.active {
    font-weight: 700;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

/* Content Area Styling */
.slideshow {
	position: relative;
    width: 60%;
    padding: 0 20%;
    background-color: #000;
    color: #fff;
}

.slideshow #slide_holder, .slideshow #slide_holder div {
    width: 100%;
	min-height: 500px;
}

.slideshow img{
    width: 100%;
}

.slideshow .slideOv {
	width: 60%;
    position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 10;
}

.slideshow .slideOv .ovPos {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3)!important;
}

.slideshow .slideOv .overlay {
	padding: 20px 0;
	background-color: inherit;
}

.slideshow .slideOv .overlay h1, .slideshow .slideOv .overlay p {
	margin: 0;
}

.slideshow .slideOv .overlay h1 {
	margin: 0 0 20px;
	text-shadow:
    2px 2px 4px rgba(0, 0, 0, 0.8),
    -1px -1px 1px #fff,  
    1px -1px 1px #fff,
    -1px 1px 1px #fff,
    1px 1px 1px #fff;
}

#content {
	background-color: #fff;
}

.contentArea {
    width: 70%;
    margin: 0 auto;
}

/* Homepage Service Styling */
.services {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
	-webkit-animation: servicefade 2000ms ease-in-out none alternate;
	-moz-animation: servicefade 2000ms ease-in-out none alternate;
	-o-animation: servicefade 2000ms ease-in-out none alternate;
	animation: servicefade 2000ms ease-in-out none alternate;
}

@keyframes servicefade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Services */

.serviceArea {
    width: 30%;
    margin: 30px 0 0;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #333;
	position: relative;
}

.serviceArea:nth-child(3n + 1) {
	background: -webkit-linear-gradient(left, #d99228, #d7792f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d99228, #d7792f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #d99228, #d7792f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #d99228, #d7792f); /* Standard Syntax */
    color: #fff;
}

.window {
	background: none!important;
	box-shadow: none!important;
}

.windowArea {
    box-shadow: 3px 3px 10px #333;
	padding: 10px 0;
    border-radius: 5px;
}

.window:nth-child(3n + 1) .windowArea {
	background: -webkit-linear-gradient(left, #d99228, #d7792f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d99228, #d7792f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #d99228, #d7792f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #d99228, #d7792f); /* Standard Syntax */
}

.window:nth-child(3n + 2) .windowArea {
	background: -webkit-linear-gradient(left, #d7792f, #c21d2c); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d7792f, #c21d2c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #d7792f, #c21d2c); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #d7792f, #c21d2c); /* Standard Syntax */
}

.window:nth-child(3n + 3) .windowArea {
	background: -webkit-linear-gradient(left, #c21d2c, #5b0000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #c21d2c, #5b0000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #c21d2c, #5b0000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #c21d2c, #5b0000); /* Standard Syntax */
}

.windowArea h2 {
	margin: 0 0 10px!important;
}

.serviceArea:nth-child(3n + 2) {
	background: -webkit-linear-gradient(left, #d7792f, #c21d2c); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d7792f, #c21d2c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #d7792f, #c21d2c); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #d7792f, #c21d2c); /* Standard Syntax */
    color: #fff;
}

.door {
	background: none!important;
	box-shadow: none!important;
}

.doorArea {
    box-shadow: 3px 3px 10px #333;
	padding: 10px 0;
    border-radius: 5px;
}

.door:nth-child(3n + 1) .doorArea {
	background: -webkit-linear-gradient(left, #d99228, #d7792f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d99228, #d7792f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #d99228, #d7792f); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #d99228, #d7792f); /* Standard Syntax */
}

.door:nth-child(3n + 2) .doorArea {
	background: -webkit-linear-gradient(left, #d7792f, #c21d2c); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d7792f, #c21d2c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #d7792f, #c21d2c); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #d7792f, #c21d2c); /* Standard Syntax */
}

.door:nth-child(3n + 3) .doorArea {
	background: -webkit-linear-gradient(left, #c21d2c, #5b0000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #c21d2c, #5b0000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #c21d2c, #5b0000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #c21d2c, #5b0000); /* Standard Syntax */
}

.doorArea h2 {
	margin: 0 0 10px!important;
}

.serviceArea:nth-child(3n + 3) {
    background: -webkit-linear-gradient(left, #c21d2c, #5b0000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #c21d2c, #5b0000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #c21d2c, #5b0000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #c21d2c, #5b0000); /* Standard Syntax */
    color: #fff;
}

.serviceArea img {
    width: 90%;
	max-height: 250px;
    margin: 0 5% 10px;
	z-index: 2;
	border-radius: 3px;
}

.serviceArea h2{
    text-align: center;
    margin: 10px 0;
}

.serviceArea a {
    color: inherit;
    text-decoration: none;
}

.serviceArea a:hover {
    text-decoration: underline;
}

.serviceArea.home {
	font-size: 90%;
}

.serviceArea .serviceContent {
	font-size: 100%;
	margin: 10px 0;
	padding: 50px 10%;
	margin: 0;
	z-index: -1;
	background-color: #f4f4f4;
}

.serviceArea .serviceContent p {
	margin: 0;
}

/* Animation to open upward */
.window {
	-webkit-perspective: 40em;
	-moz-perspective: 40em;
	-ms-perspective: 40em;
	-o-perspective: 40em;
	perspective: 40em;
	cursor: pointer;
	align-self: center;
}

.window .windowArea {
	-webkit-animation: windowclose 750ms ease-in-out none alternate;
	-moz-animation: windowclose 750ms ease-in-out none alternate;
	-o-animation: windowclose 750ms ease-in-out none alternate;
	animation: windowclose 750ms ease-in-out none alternate;
	-webkit-transform: translateY(0) rotateX(0deg);
	-moz-transform: translateY(0) rotateX(0deg);
	-ms-transform: translateY(0) rotateX(0deg);
	-o-transform: translateY(0) rotateX(0deg);
	transform: translateY(0) rotateX(0deg);
}

.window.home.windowOpen .windowArea {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	top: 0;
}

.window.home:hover .windowArea {
	-webkit-animation: windowopen 1s ease-in-out none alternate;
	-moz-animation: windowopen 1s ease-in-out none alternate;
	-o-animation: windowopen 1s ease-in-out none alternate;
	animation: windowopen 1s ease-in-out none alternate;
	-webkit-transform: translateY(-56%) rotateX(85deg);
	-moz-transform: translateY(-56%) rotateX(85deg);
	-ms-transform: translateY(-56%) rotateX(85deg);
	-o-transform: translateY(-56%) rotateX(85deg);
	transform: translateY(-56%) rotateX(85deg);
}

.window.windowOpen .windowArea {
	-webkit-animation: windowopen 1s ease-in-out none alternate;
	-moz-animation: windowopen 1s ease-in-out none alternate;
	-o-animation: windowopen 1s ease-in-out none alternate;
	animation: windowopen 1s ease-in-out none alternate;
	-webkit-transform: translateY(-56%) rotateX(85deg);
	-moz-transform: translateY(-56%) rotateX(85deg);
	-ms-transform: translateY(-56%) rotateX(85deg);
	-o-transform: translateY(-56%) rotateX(85deg);
	transform: translateY(-56%) rotateX(85deg);
}

@keyframes windowclose {
	0% {
		-webkit-transform: translateY(-56%) rotateX(85deg);
		-moz-transform: translateY(-56%) rotateX(85deg);
		-ms-transform: translateY(-56%) rotateX(85deg);
		-o-transform: translateY(-56%) rotateX(85deg);
		transform: translateY(-56%) rotateX(85deg);
	}
	100% {
		-webkit-transform: translateY(0) rotateX(0deg);
		-moz-transform: translateY(0) rotateX(0deg);
		-ms-transform: translateY(0) rotateX(0deg);
		-o-transform: translateY(0) rotateX(0deg);
		transform: translateY(0) rotateX(0deg);
	}
}

@keyframes windowopen {
	0% {
		-webkit-transform: translateY(0) rotateX(0);
		-moz-transform: translateY(0) rotateX(0);
		-ms-transform: translateY(0) rotateX(0);
		-o-transform: translateY(0) rotateX(0);
		transform: translateY(0) rotateX(0);
	}
	100% {
		-webkit-transform: translateY(-56%) rotateX(85deg);
		-moz-transform: translateY(-56%) rotateX(85deg);
		-ms-transform: translateY(-56%) rotateX(85deg);
		-o-transform: translateY(-56%) rotateX(85deg);
		transform: translateY(-56%) rotateX(85deg);
	}
}

.window .serviceContent {
	width: 80%;
	height: calc(100% - 120px);
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px 10%;
	margin: 0;
	z-index: -1;
	background-color: #f4f4f4;
	color: #333;
}

.window ul {
	width: 80%;
	height: calc(100% - 20px);
	position: absolute;
	top: 0;
	left: 10%;
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
	z-index: -1;
	color: #333;
}

/* Animation to open to the left */

.door {
	-webkit-perspective: 40em;
	-moz-perspective: 40em;
	-ms-perspective: 40em;
	-o-perspective: 40em;
	perspective: 40em;
	cursor: pointer;
	align-self: center;
}

.door .doorArea {
	-webkit-animation: doorclose 750ms ease-in-out none alternate;
	-moz-animation: doorclose 750ms ease-in-out none alternate;
	-o-animation: doorclose 750ms ease-in-out none alternate;
	animation: doorclose 750ms ease-in-out none alternate;
	-webkit-transform: translateX(0) rotateY(0deg);
	-moz-transform: translateX(0) rotateY(0deg);
	-ms-transform: translateX(0) rotateY(0deg);
	-o-transform: translateX(0) rotateY(0deg);
	transform: translateX(0) rotateY(0deg);
}

.door.home:hover .doorArea {
	-webkit-animation: dooropen 1s ease-in-out none alternate;
	-moz-animation: dooropen 1s ease-in-out none alternate;
	-o-animation: dooropen 1s ease-in-out none alternate;
	animation: dooropen 1s ease-in-out none alternate;
	-webkit-transform: translateX(-50%) rotateY(-85deg);
	-moz-transform: translateX(-50%) rotateY(-85deg);
	-ms-transform: translateX(-50%) rotateY(-85deg);
	-o-transform: translateX(-50%) rotateY(-85deg);
	transform: translateX(-50%) rotateY(-85deg);
}

.door.home.doorOpen .doorArea {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	left: 0;
}

.door.doorOpen .doorArea {
	-webkit-animation: dooropen 1s ease-in-out none alternate;
	-moz-animation: dooropen 1s ease-in-out none alternate;
	-o-animation: dooropen 1s ease-in-out none alternate;
	animation: dooropen 1s ease-in-out none alternate;
	-webkit-transform: translateX(-50%) rotateY(-85deg);
	-moz-transform: translateX(-50%) rotateY(-85deg);
	-ms-transform: translateX(-50%) rotateY(-85deg);
	-o-transform: translateX(-50%) rotateY(-85deg);
	transform: translateX(-50%) rotateY(-85deg);
}

@keyframes doorclose {
	0% {
		transform: translateX(-50%) rotateY(-85deg);
		-moz-transform: translateX(-50%) rotateY(-85deg);
		-ms-transform: translateX(-50%) rotateY(-85deg);
		-o-transform: translateX(-50%) rotateY(-85deg);
		transform: translateX(-50%) rotateY(-85deg);
	}
	100% {
		-webkit-transform: translateX(0) rotateY(0deg);
		-moz-transform: translateX(0) rotateY(0deg);
		-ms-transform: translateX(0) rotateY(0deg);
		-o-transform: translateX(0) rotateY(0deg);
		transform: translateX(0) rotateY(0deg);
	}
}

@keyframes dooropen {
	0% {
		-webkit-transform: translateX(0) rotateY(0);
		-moz-transform: translateX(0) rotateY(0);
		-ms-transform: translateX(0) rotateY(0);
		-o-transform: translateX(0) rotateY(0);
		transform: translateX(0) rotateY(0);
	}
	100% {
		-webkit-transform: translateX(-50%) rotateY(-85deg);
		-moz-transform: translateX(-50%) rotateY(-85deg);
		-ms-transform: translateX(-50%) rotateY(-85deg);
		-o-transform: translateX(-50%) rotateY(-85deg);
		transform: translateX(-50%) rotateY(-85deg);
	}
}

.door .serviceContent {
	width: 80%;
	height: calc(100% - 100px);
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px 10%;
	margin: 0;
	z-index: -1;
	background-color: #f4f4f4;
	color: #333;
}

.door ul {
	width: 80%;
	height: calc(100% - 20px);
	position: absolute;
	top: 0;
	left: 10%;
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
	z-index: -1;
	color: #333;
}

/* Speech bubble to pop out */

.testi {
	-webkit-perspective: 0em;
	-moz-perspective: 0em;
	-ms-perspective: 0em;
	-o-perspective: 0em;
	perspective: 0em;
	cursor: pointer;
}

.testi div {
	background-color: #fff;
	color: #333;
	width: 85%;
	position: absolute;
	bottom: 40px;
	left: 7.5%;
	padding: 10px;
	margin: 0;
	border-radius: 50%;
	box-shadow: 1px 1px 4px #333;
	list-style-type: none;
	z-index: 1;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	text-align: center;
}

.testi div:before {
	content: " ";
	position: absolute;
	top: -18px;
	right: 40%;
	border-right: 40px solid #fff;
	border-top: 21px solid transparent;
}

.testi:hover div {
	-webkit-animation: testimonial 1s ease-in-out none alternate;
	-moz-animation: testimonial 1s ease-in-out none alternate;
	-o-animation: testimonial 1s ease-in-out none alternate;
	animation: testimonial 1s ease-in-out none alternate;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

@keyframes testimonial {
	0% {
		-webkit-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-o-transform: scale(0, 0);
		transform: scale(0, 0);
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

.testi div blockquote {
	width: 90%;
	margin: 0;
	padding: 20px 5%;
	background: 0;
	border: 0;
	quotes: none;
}

.testi div blockquote:before {
	content: none;
}

.testi div blockquote:after {
	content: none;
}

/* Standard Blockquotes */

blockquote {
	width: 90%;
	margin: 30px 0 0;
	padding: 20px 5%;
	position: relative;
	quotes: "\201C""\201D""\2018""\2019";
	border-radius: 3px;
}

blockquote:nth-child(odd) {
	background-color: #f8f8f8;
	border-left: 5px solid #ccc;
}

blockquote:nth-child(even) {
	border-left: 5px solid #ccc;
}

/* Open quote */
blockquote:before {
	font-family: serif;
	color: #ccc;
	font-size: 360%;
	content: open-quote!important;
	position: absolute;
	top: 20px;
	left: 10px;
}

/* Close quote */
blockquote:after {
	font-family: serif;
	color: #ccc;
	font-size: 360%;
	content: close-quote!important;
	position: absolute;
	right: 10px;
	bottom: -5px;
}

cite {
	width: 100%;
	display: block;
	font-style: italic;
	text-align: right;
}

/* Contact form */

form {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
	margin: 30px 0 0;
}

form .contactInput {
	width: calc(22% - 40px);
	padding: 20px;
	color: #fff;
	border-radius: 3px;
}

form .contactInput input {
	width: calc(100% - 20px);
	border: 0;
	border-radius: 3px;
}

form .contactInput:nth-child(2) {
	background: -webkit-linear-gradient(left, #d99228, #d87d2e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d99228, #d87d2e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #d99228, #d87d2e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #d99228, #d87d2e); /* Standard Syntax */
}

form .contactInput:nth-child(3) {
	background: -webkit-linear-gradient(left, #d87d2e, #d15f2e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d87d2e, #d15f2e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #d87d2e, #d15f2e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #d87d2e, #d15f2e); /* Standard Syntax */
}

form .contactInput:nth-child(4) {
	background: -webkit-linear-gradient(left, #d15f2e, #ac1723); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d15f2e, #ac1723); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #d15f2e, #ac1723); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #d15f2e, #ac1723); /* Standard Syntax */
}

form .contactInput:nth-child(5) {
	background: -webkit-linear-gradient(left, #ac1723, #5c0100); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ac1723, #5c0100); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ac1723, #5c0100); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #ac1723, #5c0100); /* Standard Syntax */
}

form .contactText {
	width: calc(74% - 40px);
	margin: 30px 0 0;
	padding: 20px;
	color: #fff;
	border-radius: 3px;
	background: -webkit-linear-gradient(left, #d99228, #ac1723); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d99228, #ac1723); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #d99228, #ac1723); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #d99228, #ac1723); /* Standard Syntax */
}

form .contactText textarea {
	width: calc(100% - 20px);
	min-width: calc(100% - 20px);
	max-width: calc(100% - 20px);
	height: 100px;
	min-height: 50px;
	max-height: 250px;
	border: 0;
	border-radius: 3px;
}

form .submit {
	width: 22%;
	align-self: flex-end;
}

form .submit input {
	font-family: "Raleway", Arial, sans-serif;
	font-size: 120%;
	width: 100%;
	padding: 10px 0;
	border: 0;
	border-radius: 3px;
	background: -webkit-linear-gradient(top left, #ac1723, #d15f2e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #ac1723, #d15f2e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #ac1723, #d15f2e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #ac1723, #d15f2e); /* Standard Syntax */
	color: #fff;
	cursor: pointer;
}

form .submit input:hover {
	background: -webkit-linear-gradient(bottom right, #ac1723, #5c0100); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top left, #ac1723, #5c0100); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top left, #ac1723, #5c0100); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top left, #ac1723, #5c0100); /* Standard Syntax */
	color: #fff;
}

#content .socialIcons {
	margin: 20px 0 0;
}

#content .socialIcons img {
	max-width: 50px;
}

.approved {
	margin-top: 30px;
}

.approved img {
	max-width: 100px;
	margin: 0 10px;
}

/* Footer Styling */
footer {
    width: 70%;
    margin: 30px 0 0;
    padding: 20px 15%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    background-color: #000;
    color: #fff;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

footer ul .active {
    text-decoration: none;
}

footer ul li {
    width: 48%;
}

footer li a {
    color: #fff;
    text-decoration: none;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer p {
    margin: 0 0 10px;
}

.companyInfo {
	text-align: right;
}
