/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
*{
	font-size:14px;
	color:#FFFFFF;
	font-family:'Arial', sans-serif;
}
p {
	font-size:14px;
    line-height: 22px;
    margin: 0 0 30px 0;
	color:#FFFFFF;
	font:inherit;
}
b, strong {
	color:#1fff23;
}
a, a:visited {
	-o-transition:0.6s;
	-ms-transition:0.6s;
	-moz-transition:0.6s;
	-webkit-transition:0.6s;
	transition:0.6s;
}
html,
button,
input,
select,
textarea {
    color: #000000;
}
html {
    overflow-x:hidden;
	overflow-y:auto;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
	width:200px;
    border: 0;
    border-top:3px solid #1fff23;
    margin:0 auto 30px auto;
    padding: 0;
}
audio,
canvas,
video,
source {
    vertical-align: middle;
	background:#FFFFFF;
}
video {
	background:#000000;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
body {
	background:#000000;
}
.header-container {
    height: 90px;
    margin:0;
    padding:0;
    width: 100%;
}
#ctc {
  float: right;
  padding-top:25px;
}
#ctc p {
  color: #ffffff;
  font-size:12px;
  line-height:18px;
  margin:0;
}
#ctc p:nth-child(2) {
  float: right;
}
#ctc p.tel {
  color: #1fff23;
  font-size:20px;
  line-height:20px;
}
#ctc p.tel span {
  color: #ffffff;
  font-size:18px;
}
.animation {
	margin-top:-10px;
	width:100%;
}
.footer-container {
    padding:0;
    width: 100%;
	min-height:50px;
	position:relative;
	background:#000000;
}
.footer-container .top {
	position:absolute;
	top:-100px;
	left:0;
	height:100px;
	width:100%;
	z-index:10;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
	background: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1));
	background: -moz-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1));
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.main {
    padding:0 0 30px 0;
}
#footer .wrapper {
  width: 100%;
  background:#000000;
}
.footer-container footer {
    color: white;
    padding:0;
	text-align:center;
	color:#000000;
}
.footer-container footer .copyright li {
	display:inline;
	list-style:none;
	margin:0 10px;
	color:#FFFFFF;
}
.footer-container footer a,
.footer-container footer p {
	text-decoration:none;
	color:#FFFFFF;
}
.footer-container footer p {
	margin:0 0 20px 0;
	font-size:18px;
	line-height:28px;
}
.footer-container footer p.small {
	font-size:14px;
	line-height:22px;
}
.footer-container footer a:hover {
	color:#d52727;
}
.footer-container footer .footer-container footer a {
	color: #DF6E00;
	text-decoration:none;
}
.footer-container footer .footer-container footer a:hover {
	color:#FFFFFF;
}
footer h2 {
  color: #ffffff;
  font-size:46px;
  line-height:46px;
  margin:10px 0 20px 0;
}
#mainMenu ul li {
    padding:0 0 15px 0;
}
#mainMenu ul li a {
  color: #ffffff;
  font-size:20px;
  line-height:20px;
  font-weight: bold;
  text-decoration: none;
}
#mainMenu ul li ul.hidden {
	margin:15px 0 0 0;
	display:none;
}
#mainMenu ul li ul li {
  margin: 0;
  padding: 0 0 10px;
}
#mainMenu ul li ul li:last-child {
	padding:0;
}
#mainMenu ul li ul li a {
  font-size: 14px;
  font-weight:normal;
}
#mainMenu ul li.active {
    /*background:#FFFFFF;*/
}
#mainMenu ul li.active a,
#mainMenu ul li span,
#mainMenu ul li a:hover {
	color: #1fff23;
}
.half {
  float: left;
  clear:left;
  padding: 10px 0;
  width: 100%;
}
.half img {
	width:95%;
}
/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

.off {
	display:none;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.content {
	margin:3px 0 0 0;
}
#home .content {
	margin:0;
}
.main article {
	float: left;
	width: 57%;
}
.main content {
  display: block;
  float: left;
  width: 95%;
  padding-left:5%;
}
.main aside {
  float: left;
  margin: 0 0 0 15px;
  width:200px;
}
.header-container h1 {
	float:left;
	margin:0;
}

input[type="text"] {
    background-color: #ebebeb !important;
    border: medium none;
    color: #000000;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    padding: 4%;
    width: 84%;
}
textarea {
	width:84%;
	height:200px;
	padding:4%;
	margin-bottom:20px;
	overflow:auto;
	border:none;
	background-color:#ebebeb !important;
	color: #000000;
    font-size:22px;
}
.required {
	background:url("../images/required.png") no-repeat scroll right 10px rgba(0, 0, 0, 0);
}
.footer-container footer a {
    color: #FFFFFF;
    text-decoration: none;
}
menu, ol, ul {
	padding:0;
}
.field {
	float:left;
	clear:left;
	width:100%;
	background:#FFFFFF;
	padding:50px 0;
}
.field p {
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 40px;
}
#services .field p {
	margin:0 0 20px 0;
}
.moreWork {
    clear: both;
    margin: 20px 0;
    text-align: center;
}
button, #submit, .submitBtn {
    background: none repeat scroll 0 0 #d52727;
    border: 0 none;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
	text-decoration:none;
	display:inline-block;
	width:auto;
	height:auto;
}
#submit {
	padding:10px 30px;
}
#submit:hover {
	opacity:.7;
	filter:alpha(opacity=70);
}
button:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

::-webkit-input-placeholder {
   color: #000000;
   font-size:22px;
}
:-moz-placeholder {
   color: #000000;
   font-size:22px;
}
::-moz-placeholder {
   color: #000000;
   font-size:22px;
}
:-ms-input-placeholder {  
   color: #000000;
   font-size:22px;
}
.error::-webkit-input-placeholder {
   color: #d52727;
}
.error:-moz-placeholder {
   color: #d52727;
}
.error::-moz-placeholder {
   color: #d52727;
}
.error:-ms-input-placeholder {  
   color: #d52727;
}
.video-background {
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	overflow: hidden;
	z-index: 0;
	background:#FFFFFF;
	width:100%;
	height:300px;
	background:#000000;
	background-size:cover;
}
.video-background img {
	width:100%;
}
.video-background video {
	min-width:100%;
}
.wrapper {
	width:100%;
	margin: 0 auto;
	position:relative;
}
.main.wrapper {
	padding:0 0 10px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

@media only screen and (min-width:1024px){
.wrapper {
	width:1300px;
}
.main content {
  margin-left: 20px;
  width: 1065px;
  padding:0;
}
.main aside {
  float: left;
  margin: 30px 0 0 15px;
  width:200px;
}
.video-background {
	height:1000px;
}
.half {
  clear:none;
  padding: 10px;
  width: 512px;
}
.half:nth-child(2){
	padding-right:0;
	width:522px;
}
.footer-container {
    position:fixed;
	z-index:2;
	bottom:0;
	left:0;
    padding:0;
    width: 100%;
	min-height:50px;
}
#footer .wrapper {
  width: 50%;
}
#ctc p {
  color: #ffffff;
  font-size:18px;
  line-height:28px;
  margin:0;
}
#ctc p.tel {
  color: #1fff23;
  font-size:30px;
  line-height:30px;
}
#ctc p.tel span {
  color: #ffffff;
  font-size:28px;
}
.half img {
	width:100%;
}
}

.active {
	color:#1fff23 !important;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.clearAll {
	clear:both;
}
