/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

@import url(owl.carousel.min.css); 
@import url(owl.theme.default.min.css); 


html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.no-upper{text-transform: none; display: inline-block !important;}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font-size: 16px;
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	color:#666666;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    background: #ffffff;
	height:102px;
	width:100%;
	position: relative;
	z-index: 9;
}

.is-sticky .header-container {
    background: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0px 15px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 15px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 15px 15px rgba(0,0,0,0.1);
}

.title {
    margin:0;
	line-height:92px;
	float: left;
}

/* ==============
    MOBILE: Menu
   ============== */

nav {
	text-align: center;
    width: 100%;
}

nav ul {
    margin: 40px 0 0;
    padding: 0;
}

nav a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
	text-transform:uppercase;
    color: #231f20;
	font-family: 'Montserrat', sans-serif;
	outline:none;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

nav a:hover,
nav .active a, nav a.active {
    color: #e11e27;
	outline:none;
}

/* ====================
    INTERMEDIATE: Menu
   ==================== */

nav li:first-child a {
	margin-left: 0;
}

nav li:last-child a {
	margin-right: 0;
}

/* ========================
	INTERMEDIATE: IE Fixes
	======================== */

nav ul li {
	display: inline;
	margin-left:32px;
}

.oldie nav a {
	margin: 0 0.7%;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Hero */
#hero {
	height:750px;
	width:100%;
	background:url("../img/hero-slide.jpg") center top no-repeat;
	text-align:center;
	position: relative;
}
#hero:after{ content: '';position: absolute; left:0; top: 0; bottom: 0; width: 50%; background:rgba(237,28,36,0.7); }
.hero-content{
	position: relative;z-index: 1;
}
#hero h1 {
	font-size:64px;
	font-weight:normal;
	font-family: 'Oswald', sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	line-height:1.1;
	margin:0;
	padding-top:180px;
	font-weight:bold;
}
#hero h1 span {
	display:block;
	font-weight:bold;
}
#hero h1 span i{
	text-transform: none;
	font-style: normal;	
}
#hero h1:after {
	content:"";
	width:200px;
	height:7px;
	background:rgba(255,255,255,0.5);
	display:table;
	margin:50px auto;
}
#hero p {
	font-size:24px;
	color:#ffffff;
	font-family: 'Droid Serif', serif;
	margin:20px 0 180px;
}
.btn {
	font-family: 'Raleway', sans-serif;
	color:#ffffff;
	font-size:13px;
	font-weight:800;
	padding:15px 25px;
	border:2px solid #ffffff;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
	color:#ffffff;
}

/* Content */
#content {
	background:url("../img/content-bg.jpg") center bottom no-repeat;
	padding:150px 0;
}
#content img {
	max-width:100%;
	height:auto;
}

/* About Us */
#about {
	float:left;
	width:48.71794871794872%;
	padding:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#ffffff;
}
#about img {
	margin-bottom:25px;
}

/* Services */
#services {
	float:right;
	width:48.71794871794872%;
}
.accordion {
	margin: 0 0 10px;
	padding:20px;
	background: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight:900;
	color:#333333;
	letter-spacing:2px;
	text-transform:uppercase;
	cursor:pointer;
}
.accordion-open {
	color: #e11e27;
}
.accordion-open span {
	display:block;
	float:right;
	padding:13px;
}
.accordion-open span {
	background:url("../img/minus.png") center center no-repeat;
}
.accordion-close span {
	display:block;
	float:right;
	background:url("../img/plus.png") center center no-repeat;
	padding:13px;
}
div.container {
	padding:0;
	margin:-10px 0 10px;
	border-top:1px solid #f1f1f1;
}
div.content {
	background:#ffffff;
	margin: 0;
	padding:20px;
	font-size:18px;
	line-height:28px;
	font-family: 'Droid Serif', serif;
	color:#666666;
}
 div.content p {
	padding:0;
	margin:0 0 15px ;
}
div.content ul{
	padding:0;
	margin:0 0 15px 25px ;
}
#services h4 {
	font-family: 'Oswald', sans-serif;
	color:#333333;
	font-weight:normal;
	margin-bottom:0;
}
table th, table td {
	padding:5px 8px;
}
table th {
	border-bottom:2px solid #cccccc;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	color:#333333;
	text-transform:uppercase;
	text-align:left;
	line-height:1.3;
}
table td {
	border-bottom:1px solid #cccccc;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	color:#666666;
	text-align:left;
	line-height:1.3;
	padding:10px 8px;
}

/* Clients */
#clients {
	text-align:center;
	padding:90px 0;
}
#clients h3 {
	color:#135a89;
}
#clients h2:after {
	margin:60px auto 10px;
	background:#135a89;
}
#clients ul {
	margin:0;
	padding:0;
	text-align:center;
}
#clients ul li {
	display:inline-block;
	list-style:none;
	margin: 8px 22px;
}

/* Contact */
#contact {
	background:#e8e8e8;
	padding:75px 0 0;
}
.contact-image {
	float:left;
	width:42.73504273504274%;
	position: relative;
}
.contact-image:after{ content: '';position: absolute; left:0; top: 0; bottom: 0; width: 50%; background:rgba(237,28,36,0.8); }
.contact-image img {
	max-width:100%;
	height:auto;
}
.contact-content {
	float:right;
	width:51.28205128205128%;
}
#contact h2:after {
	background:#333333;
}
.contact-content > p {
	font-family: 'Droid Serif', serif;
}
.half-contact {
	float:left;
	width:45%;
	margin-top:50px;
}
.half-contact.fit {
	float:right;
}
.widget {
	line-height:2;
	color:#666666;
	font-size:14px;
	margin-bottom:30px;
}
.widget h4 {
	font-size:16px;
	color:#333333;
	font-weight:900;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	margin:0;
}
.widget p {
	margin:0;
}
form {
	margin:5px 0 ;
}
input, textarea {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:15px;
	border:none;
	background:#ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size:14px;
	color:#666666;
	margin-bottom:10px;
}
input[type="submit"] {
	background:#135a89;
	width:75%;
	text-align:center;
	font-weight:800;
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
input[type="submit"]:hover {
	background:#e11e27;
}

/* Footer */
.footer-container {
	background:#25272d;
	padding:20px 0;
	font-size:15px;
	text-align:center;
	color:#ffffff;
}

/* Typo */
section h2 {
	font-size:56px;
	font-weight:normal;
	font-family: 'Oswald', sans-serif;
	color:#333333;
	text-transform:uppercase;
	margin:30px 0;
}
section h2:after {
	content:"";
	margin:60px 0 10px;
	height:5px;
	width:100px;
	display:table;
	background:#e11e27;
}
section h3 {
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight:900;
	color:#e11e27;
	letter-spacing:2px;
	text-transform:uppercase;
}
section h3:before {
	content:"//";
	margin-right:15px;
	color:#333333;
}
a {
	color:#999999;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	color:#e11e27;
}


#whyus {
	text-align:center;
	padding:90px 0;
	background-image: url("../img/truck-bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#whyus:before{ content:'';position: absolute; left:0; top: 0; bottom: 0; right: 0; background-color:rgba(237,28,36,0.8); width: 100%; height: 100%; }

#whyus .wrapper{
	position: relative;
}
#whyus h3, #whyus h2 {
	color:#fff;
}
#whyus h3:before {
    color: #fff
}
#whyus h2:after {
	margin:60px auto 10px;
	background:#fff;
}
.columns {
  
}

.first_column{   
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
	text-align: left;
	width: 43%;
	float: left;	
	min-height: 485px;
	
}

.second_column {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
	text-align: left;
	width: 43%;
	float: right;
	min-height: 485px;
}

.subtitle{ 
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 600;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

/* Responsive Design */
@media (max-width: 1024px) {
   .first_column{    
	width: auto;
	   display: block;
	float: none;	
	   min-height: inherit;
	   margin-bottom: 30px;
}
	.second_column{    
	width: auto;
	   display: block;
	float: none;	
		 min-height: inherit;
}
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width:1023px) {

	.header-container {
		height: auto;
		text-align:center;
	}
	.title {
		float: none;
	}
	nav {
		float: none;
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	nav ul {
		margin: 10px 0 20px;
	}
	#about {
		width:38.71794871794872%;
	}	
	#services {
		width: 56.718%;
	}	
	table th {
		font-size: 11px;
	}
	.half-contact, .half-contact.fit {
		float: none;
		margin-top: 25px;
		width: 100%;
	}
	section h2 {
		font-size: 50px;
	}

}

@media only screen and (max-width:767px) {
	
	.header-container {
		position:relative !important;
	}
	nav ul li {
		display: block;
		margin: 10px 0;
	}	
	#hero p {
		margin: 20px 0 120px;
	}
	#about, #services, .contact-image, .contact-content {
		width:100%;
		float:none;
		margin-bottom:30px;
	}	
	table th {
		font-size: 13px;
	}
	section h2 {
		font-size: 56px;
	}

}

@media only screen and (max-width:479px) {
	
	#hero h1 {
		font-size: 54px;
		padding-top: 140px;
	}
	section h2 {
		font-size: 48px;
	}

}


@media only screen and (min-width: 768px) {

	.main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1170px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}