@charset "UTF-8";

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-size: 62.5%;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.6em;
	font-family: 'Open Sans', sans-serif;
	color: #222;
}
ul, ol, dl {
	margin: 0;
	padding: 0;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  	margin-top: 0;
  	margin-bottom: 2rem;
	padding: 0 15px 0 15px;
}
h1 { font-size: 3.0rem; line-height: 1.2; text-shadow: 1px 1px 0 #B9B9B9}
h2 { font-size: 2.6rem; line-height: 1.25; }
h3 { font-size: 2.0rem; line-height: 1.3; }
h4 { font-size: 1.4rem; line-height: 1.35; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.5rem; line-height: 1.6; }
p { margin-top: 0; padding: 0 15px 0 15px; }

.grid-services h2 {
	font-size: 2.5rem;
	line-height: 2rem;
	margin: 15px 0 5px 0;
}
.grid-services h3 {
	font-size: 1.6rem;
	line-height: 3rem;
	font-weight:100;
	margin: 0 0 10px 0;
}
.testimonials h2 {
	color: #FFF;
	background: #fe1900;
	display: block;
	padding: 10px 15px 10px 15px;
	text-shadow: 2px 2px 0 #a61000;
}
.four.column h3 {
	color: #FFF;
	text-align: center;
	display: block;
	padding: 0;
	text-shadow: 2px 2px 0 #a61000;
}
@media only screen and (max-width : 769px)  {
.grid-services h2 {
	font-size: 2.5rem;
	line-height: 1.2rem;
	margin: 15px 0 5px 0;
}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	color: #970F00;
	text-decoration: none;
	transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
}
a:hover {
	color: #fe1900; 
}
.main-nav a:link, .main-nav a:visited {
	display: block;
	color: #FFF; 
}
.main-nav a:hover {
	color: #fff300;
}
.grid-services a:link, .grid-services a:visited {
	color: #FFF;
	display: block;
	margin: 0;
	padding: 0;
}
.grid-services a:hover, .grid-services a:active, .grid-services a:focus {
	color: #fff300;
	display: block;
}
footer a:link, footer a:visited {
	color: #000;
	display: block;
	font-weight: bold;
}
footer a:hover, footer a:active, footer a:focus {
	color: #fe1900;
}
a.rs-link {
	display: block;
	background: #000;
	text-align: center;
	line-height: 40px;
}
a.ph {
	color: #FFF;
}


/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  	position: relative;
  	width: 100%;
  	margin: 0 auto;
  	padding: 0 20px;
  	box-sizing: border-box;
}
.internal-wrapper {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	padding: 0 3% 0 3%;
	box-sizing: border-box;
}
header {
	position: relative;
	background: #000;
	height: 100px;
	padding: 0;
}
.banner { 
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}	
.grid-services {
	background: #000;
	position: relative;
	bottom: 0;
	overflow: hidden;
	z-index: 100;
	width: 100%;
}
.content {
	position: relative;
	width: 70%;
	float: left;
}
aside {
	width: 30%;
	float: left;
}
footer {
	position: relative;
	clear: both;
	padding: 15px 0 15px 0;
	border-top: 3px solid #fe1900;
	background: #fff300;
	background-image: -webkit-linear-gradient(270deg,rgba(226,197,0,1.00) 0%,rgba(255,243,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(226,197,0,1.00) 0%,rgba(255,243,0,1.00) 100%);
	overflow: hidden;
}
@media only screen and (max-width : 480px)  {
.internal-wrapper {
	padding: 0;
}
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	padding: 30px 30px 15px 30px;
	overflow: hidden;
}
@media only screen and (min-width:768px)  {
.column {
	float: left;
	margin-right: 0;
	box-sizing: border-box;
	padding: 30px 30px 15px 30px;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*-----Navigation Main-----*/
.main-nav {
	width: 100%;
}
.main-nav ul {
	width: 40%;
	position: absolute;
	right: 4%;
	top: 60px;
}
.main-nav ul li {
	width: 33.333%;
	list-style: none;
	text-align: right;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (max-width : 768px)  {
.main-nav ul {
	width: 75%;
	top: 60px;
}
}
@media only screen and (max-width : 480px)  {
.main-nav ul {
	width: 75%;
	top: 50px;
}
.main-nav ul li {
	font-size: 14px;
	line-height: 50px;
}
}

/*-----Navigation Services-----*/
.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; margin: 0; }

nav.services {
	width: 100%;
	background-color: #fff300;
	min-height: 50px;
	position: relative;
	border-bottom: 3px solid #fe1900;
	background-image: -webkit-linear-gradient(270deg,rgba(226,197,0,1.00) 0%,rgba(255,243,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(226,197,0,1.00) 0%,rgba(255,243,0,1.00) 100%);
}
nav.services ul {
	width: 40%;
	position: absolute;
	right: 3%;
	top: 0;
}
nav.services ul li {
	width: 25%;
	list-style: none;
	text-align: center;
	float: left;
}
nav.services a:link, nav.services a:visited {
	color: #000;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 50px;
}
nav.services a:hover, nav.services a:active, nav.services a:focus {
	background: #fe1900;
}
a#pull {
	display: none;
}
@media only screen and (max-width : 1080px)  {
nav.services ul {
	width: 60%;
}
}
@media only screen and (max-width : 769px)  {
nav.services ul {
	width: 100%;
	right: 0;
}
}
@media only screen and (max-width : 480px)  {
nav.services {
	width: 100%;
	background-color: #000;
	position: relative;
}
nav.services ul {
	width: 100%;
	display: none;
	margin: 0;
	position: relative;
	right: 0;
	left: 0;
}
nav.services ul li {
	float: none;
	width: 100%;
	margin: 0;
	position: relative;
	border-bottom: solid 1px #e2c500;
}
a#pull {
	display: block;
	background-image: -webkit-linear-gradient(270deg,rgba(226,197,0,1.00) 0%,rgba(255,243,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(226,197,0,1.00) 0%,rgba(255,243,0,1.00) 100%);
	width: 100%;
	height: 50px;
	padding: 0;
	font-size: 1.8rem;
}
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column ul, .column ol {
	margin: 0 0 0 40px;
}
.banner ul {
	width: 100%;
	margin: 0;
}
.banner ul li { 
	list-style: none; 
	width: 100%; 
	background: #000;
	height: 300px;
	float: left;
}
ul.gallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
}
.gallery li {
	display: block;
	float: left;
	height: auto;
	margin-bottom: 8px;
	margin-right: 4%;
	width: 46%;
}
.gallery li:hover {
	transform: scale(1.1);
	opacity: 0.8;
}
.gallery li a img {
	max-width: 100%;
	height: auto;
	display: block;
}
footer ul {
	list-style: none;
	width: 33.333%;
	float: left;
	margin: 0;
}
footer ul li {
	font-size: 12px;
}
@media only screen and (max-width : 768px)  {
.gallery li {
	margin-right: 2%;
	width: 23%;
}
}
@media only screen and (max-width : 480px)  {
.gallery li {
	margin-right: 2%;
	width: 31.333%;
}
footer ul {
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0 auto 0px auto;
}
footer ul li {
	font-size: 15px;
	list-style: none;
	line-height: 32px;
	border-bottom: solid 1px #e2c500;
}
footer ul:last-child {
	display: none;
}
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.logo img {
	width: 220px;
	height: auto;
	display: block;
}
img.client-logo {
	width: 33.333%;
	height: auto;
	float: left;
}
@media only screen and (max-width : 1080px)  {
.logo img {
	width: 200px;
}
}
@media only screen and (max-width : 769px)  {
.logo img {
	width: 90px;
}
}
.grid-services ul li img {
	margin: 0 0 15px 0;
}
@media only screen and (max-width : 480px)  {
.grid-services ul li img {
	margin: 0 15px 15px 0;
	float: left;
}
}
a#pull img {
	float: left;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form {
	width: 100%;
	font-size: 1.5rem;
	font-weight: 600;
}
input[type="email"],
input[type="phone"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 28px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
	width: 100%;
	margin: 0 0 5px 0;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
label,
legend {
    display: block;
    margin-bottom: .5rem;
	font-size: 1.2rem;
	font-weight: 100;
}
textarea {
	min-height: 90px;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
	float: left;
	margin: 5px 5px 0 0;
}
input[type="submit"] {
	background: #FF0000;
	border: none;
	line-height: 2;
	width: 50%;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	font-weight: 600;
	color: #FFF;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.logo {
	position: absolute;
	z-index: 100;
	top: 15px;
	border: solid 2px #fe1900;
	box-shadow: 0 0 20px #000;
}
.ph {
	position: absolute;
	right: 3%;
	top:  10px;
	font-size: 3rem;
	font-weight: bold;
	width: 80%;
	text-align: right;
}
.i-social {
	width: 40px;
	height: 40px;
}
.i-social:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.testimonials {
	width: 100%;
	border: solid 1px #fe1900;
}
blockquote {
	color: #fe1900;
	font-size: 18px;
}
.byline {
	background: #000;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
 }
@media only screen and (max-width : 1080px)  {
.logo {
	top: 30px;
}
}
@media only screen and (max-width : 769px)  {
.logo {
	top: 10px;
	left: 3%;
}
}



/* REMOVED SERVICES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.grid-services ul {
	position: relative;
	z-index: 100;
}
.grid-services ul li {
	list-style: none;
	width: 25%;
	float: left;
	text-align: center;
	color: #FFF;
	background: none;
	height: auto;
}
@media only screen and (max-width : 769px)  {
.grid-services ul li {
	width: 50%;
	float: left;
}
}
@media only screen and (max-width : 480px)  {
.grid-services ul li {
	width: 100%;
	float: left;
	text-align: left;
	border-bottom: solid 1px #2C2C2C;
}
}