html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
}
/*header h3,.h3 {
	font-family: "Source Sans Pro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 200;
	font-size: 360px;
	-webkit-font-smoothing: antialiased;
}*/
a {
    color: #E8410C;
}
a:hover {
    color: #FF3D00;
    text-decoration: none;
    text-transform: none;
}
img {
    width: 100%;
    height: auto;
}
header h2,
.h2 {
    font-family: "Source Sans Pro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
.bg-primary {
    background: #E8410D;
}
/* Custom Button Styles */

.btn-black {
    border-radius: 4px;
    color: #fff;
    background-color: #252525;
    padding: .7em 3em;
    letter-spacing: 1px;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
    color: #fff;
    background-color: #000;
}
.btn-dark {
    border-radius: 4px;
    color: #fff;
    background-color: #E8410C;
    padding: .7em 3em;
    letter-spacing: 1px;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: #B9370E;
}
.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255, 255, 255);
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}
/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}
/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: -250px;
    width: 200px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #000000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 1.3em;
    line-height: 2em;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.fa-times {
    color: #fff;
}
#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 4px;
    left: 4px;
    background-color: #252525;
    color: #fff;
}
#sidebar-wrapper.active {
    left: 0px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.toggle {
    margin: 15px 10px 0 0;
}
/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/* Top */

#top {
    padding-top: 10em;
}
/* About */

.about {
    padding: 100px 0;
    color: #fff;
    background: url("../img/place.jpg") no-repeat center center fixed;
    background-size: cover;
}
/* Services */

.services {
    padding: 50px 0;
}
.service-item {
    margin-bottom: 30px;
}
/* Jobs */

.jobs {
    padding: 150px 0;
    padding-bottom: 0px;
}
/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
}
/* Call to Action */

.call-to-action {
    padding: 50px 0;
}
.call-to-action .btn {
    margin: 10px;
}
/* Map */

#map-wrapper {
    position: relative;
}
#map {
    height: 500px;
}
@media(max-width:768px) {
    #map {
        height: 500px;
    }
}
/* Footer */

hr {
    border-top: 1px solid #464646;
}
footer {
    padding: 100px 0;
    background: #252525;
    color: #BBBBBB;
    font-size: 1.2em;
}
/* Other */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#backshape .wrapper {
    display: block;
    float: left;
    margin: -80px auto 160px;
    width: 100%;
    padding: 0 5%;
    transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, -2deg);
}
#backshape {
    z-index: 1;
    display: block;
    float: left;
    margin-top: -35px;
    width: 100%;
    background: white;
    transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    /* IE 9 */
    
    -webkit-transform: skew(0deg, 2deg);
    /* Safari and Chrome */
}
.carousel-inner {
    min-height: 370px;
}
.carousel-inner .lead {
    text-align: center;
    margin: 0 auto;
    padding: 3em 0em;
    font-weight: 600;
    font-size: 2.5em;
    color: #4e4e4e;
}
.carousel-inner .lead span {
    color: #4e4e4e;
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
    padding-top: 1em;
}
.carousel-inner .lead:before {
    content: "\f27b";
    font-family: "fontawesome";
    display: block;
    text-align: center;
    font-size: 1.5em;
    color: #ccc;
    padding-bottom: 1em;
}
.carousel-indicators .active {
    background-color: #E8410C;
}
.carousel-indicators li {
    border-color: #E8410C;
}
.info-box {
    z-index: 99999;
    top: 14em;
    color: #fff;
    opacity: 0.8;
    padding: 20px;
    font-size: 1.5em;
    font-weight: 200;
    position: absolute;
    background-color: transparent;
    top: 3em;
    left: 3em;
    z-index: 99;
    background: #252525;
}
.info-box img {
    width: 70%;
    height: auto;
    padding-bottom: 1em;
}



/* ANIMATIONS */

/*
==============================================
slideDown
==============================================
*/

.imagination {
    visibility: hidden;
}
/*
==============================================
slideLeft
==============================================
*/

.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}
@keyframes slideLeft {
    0% {
        transform: translateX(150%);
        opacity: 0;
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
        opacity: 1;
    }
}
/*
==============================================
slideRight
==============================================
*/

.slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}
@keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }
}
