/*
Theme Name: Thirteen05
Theme URI: http://www.thirteen05.com
Author: Thirteen05 Creative
Author URI: http://www.thirteen05.com
Description: Custom Wordpress Theme for Development by Thirteen05 Creative
Version: 1.0
Tags: 
Text Domain: thirteen05

Thirteen05 WordPress Theme © 2016 Thirteen05 Creative
*/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800,900');/*
Theme Name: Thirteen05
Theme URI: http://www.thirteen05.com
Author: Thirteen05 Creative
Author URI: http://www.thirteen05.com
Description: Custom Wordpress Theme for Development by Thirteen05 Creative
Version: 1.0
Tags: 
Text Domain: thirteen05

Thirteen05 WordPress Theme © 2016 Thirteen05 Creative
*/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800,900');

/*
------------------------------
GLOBAL STYLES
------------------------------
*/

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 17px;
    color: #333;
    overflow-x: hidden;
    /*padding-top: 130px;*/
}

body.home {
    padding-top: 0;
}

a {
    color: #f47a36;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 900 !important;
}


/*
------------------------------
HELPER STYLES
------------------------------
*/

.bg-orange-gradient {
    background-color: #f47936;
    background: rgb(244, 122, 54);
    background: -moz-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f47a36', endColorstr='#f8aa4b', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px #f47936;
    box-shadow: inset 0px -3px 0px 0px #f47936;
}

.bg-blue-gradient {
    background: rgb(1, 83, 156);
    background: -moz-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01539c', endColorstr='#0176c6', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
    box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
}

/* Tables & Lists */

.content-table {
    padding-bottom: 0px !important;
}

.content-table li {
    padding-bottom:10px !important;
}

.content-table ul,
.content-table li ul.circle-list-style {
    margin-top: 0px !important;
    margin-left: 50px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.contact_list {
    padding:0 !important;
    margin:0 !important;
}
.contact_list div {
    position: relative !important;
    padding-left:30px !important;
    margin-bottom:8px !important;
}
.contact_list .fa {
position: absolute;
    top: 0;
    left: 0;
    background-color: #2770c9;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    font-size: 13px;
}

.no-list-style {
    list-style-type: none !important;
}

.circle-list-style li {
    list-style-type: circle !important;
}

.faq {
    padding-bottom: 20px !important;
}

.question{
    font-weight:700;
    padding-bottom: 0px !important;
}

.answer {
    font-style: italic;
}

/* Contact Form 7 */

.cf7-txtarea {
    border: 1px solid #bbb !important;
    padding: 5px 10px !important;
}

.cf7-btn {
    border-radius: 30px !important;
    padding: 8px 20px !important;
    background-color: #f47936 !important;
    background: rgb(244, 122, 54) !important;
    background: -moz-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f47a36', endColorstr='#f8aa4b', GradientType=0) !important;
    border: solid 2px #f47936 !important;
    color: #fff !important;
    -webkit-transition: all 500ms !important;
    -o-transition: all 500ms !important;
    transition: all 500ms !important;
}


.cf7-btn:hover {
    border-color: #f47936;
    background: -moz-linear-gradient(top, rgba(248, 170, 75, 1) 0%, rgba(244, 122, 54, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(248, 170, 75, 1) 0%, rgba(244, 122, 54, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(248, 170, 75, 1) 0%, rgba(244, 122, 54, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8aa4b', endColorstr='#f47a36', GradientType=0) !important;
}

/*
------------------------------
RESETS
------------------------------
*/


/* BOOTSTRAP */

/* btn base */

.btn {
    border-radius: 40px;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn:hover {
    padding-left: 25px;
    padding-right: 25px;
}


/* btn default */

.btn-default {}


/* btn primary */

.btn-primary {
    background-color: #f47936;
    background: rgb(244, 122, 54);
    background: -moz-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f47a36', endColorstr='#f8aa4b', GradientType=0);
    border: solid 2px #f47936;
    color: #fff;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border-color: #f47936;
    background: -moz-linear-gradient(top, rgba(248, 170, 75, 1) 0%, rgba(244, 122, 54, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(248, 170, 75, 1) 0%, rgba(244, 122, 54, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 170, 75, 1) 0%, rgba(244, 122, 54, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8aa4b', endColorstr='#f47a36', GradientType=0);
}


/* btn white outline */

.btn-outline-white {
    color: #fff;
    border: solid 3px rgba(255, 255, 255, .4);
    background-color: transparent;
}

.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus {
    border-color: rgba(255, 255, 255, 1);
    color: #fff;
    background-color: transparent;
}


/*
------------------------------
DIVI PAGE BUILDER
------------------------------
*/


/*.et_pb_row {
    background: #fff !important;
}*/


.et_divi_builder #et_builder_outer_content .et_pb_module a {
    color: #f47a36 !important;
}


/*
------------------------------
LAYOUT
------------------------------
*/

/* HEADER */
#mobile-menu-button .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before { background-color:#fff; }
#mobile-menu-wrap {border:none;}
#mobile-menu li a {
    background-color:#2e3034;
    color:#fff;
    font-weight: bold;
    border-bottom:solid 1px rgba(204, 204, 204, 0.17);
    text-align: center;
    text-transform: uppercase;
}
/* --- */
.page-head-panel {
    background-color: #313131;
    background-image: url(images/panel-header-bg.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    color: #999;
    font-size: 16px;
    -webkit-box-shadow: inset 0px 0 60px 7px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0 60px 7px rgba(0, 0, 0, .5);
    padding-bottom: 275px;
}

body.home .page-head-panel {
    display: none;
}

#wrapper {
    background-color: #ddd;
}

#container {
    padding: 0;
}

#content {
    margin-top: -200px;
    position: relative;
    background-color: #fff;
    padding: 79px 40px 40px 40px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .2);
}

#content header.header {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    overflow: hidden;
    width: 100%;
    background: rgb(1, 83, 156);
    background: -moz-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01539c', endColorstr='#0176c6', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
    box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
}

#content header.header h1 {
    margin: 0;
}

#content header.header .entry-title {
    display: inline-block;
    position: relative;
    padding: 20px;
    z-index: 1;
    text-transform: uppercase;
}

#content header.header .entry-title:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -30px;
    width: 130%;
    height: 100%;
    background-color: #f47936;
    background: rgb(244, 122, 54);
    background: -moz-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f47a36', endColorstr='#f8aa4b', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px #f47936;
    box-shadow: inset 0px -3px 0px 0px #f47936;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

/*
------------------------------
INTERNAL PAGE NAV TEMPLATE
------------------------------
*/
    /* Top Content */
    .top-copy {
        background-color: #eeeeee;
        padding:2% 5%;
        margin: 0px -40px;
    }

    .top-copy p{
        font-size: 23px;
        color: #919191;
        line-height: 1.3em;
        text-align:center;
    }

    /* Side Nav Menu */
    .internal-nav-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        width:50px;
        height:80%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border: none;
        font-size: 35px;
        background-color: rgba(0,0,0,.15);
        display: none;
    }

    .internal-nav-toggle .fa-angle-up,
    .internal-nav-toggle.active .fa-angle-down {
        display: none;
    }
    .internal-nav-toggle.active .fa-angle-up {
        display: block;
    }


    .internal-nav-wrap {
        padding: 45px 0 !important;
    }

    .internal-nav-wrap ul {
        list-style-type: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .internal-nav-wrap ul li {
        padding: 0 !important;
        margin: 0 !important;
    }

    .internal-nav-wrap ul a {
        display: block !important;
        font-weight: 700 !important;
        border-bottom: solid 10px #eee !important;
        padding: 10px 0px !important;
        color: rgba(1, 83, 158, 1) !important;
        font-size: 16px !important;
        text-transform: uppercase !important;
    }
    .internal-nav-wrap ul li.current-menu-item a {
        background-color: #6f6f6f;
        color: #fff !important;
        padding-left:20px !important;
    }

 /* Legacy Side Nav */

.internal-page-list {}

.internal-page-list {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.internal-page-list li {
    padding: 0 !important;
    margin: 0 !important;
}

.internal-page-list a {
    display: block !important;
    font-weight: 700 !important;
    border-bottom: solid 1px #eee !important;
    padding: 10px 0px !important;
    color: rgba(1, 83, 156, 1) !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.our-services-links {
    background-color: #eee !important;
    padding: 20px !important;
}

.our-services-links a {
    color: #555 !important;
    font-size: 16px !important;
    display: block !important;
    padding: 10px 0 !important;
    border-bottom: solid 1px #ddd !important;
}


/*
------------------------------
MAIN HEADER
------------------------------
*/

header#header {
    border-bottom: none;
    overflow:hidden;
    /*    position: fixed;
    top: 0;
    left: 0;
    width: 100%;*/
    height: 130px;
    z-index: 999;
    -webkit-box-shadow: inset 0px -3px 0px 0px #f47936, inset 0px -3px 0px 0px #f47936, 0px 0px 20px 0px rgba(0, 0, 0, .5);
    box-shadow: inset 0px -3px 0px 0px #f47936, 0px 0px 20px 0px rgba(0, 0, 0, .5);
}

header#header nav#menu {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 21px;
}

header#header nav#menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -25px;
    width: 130%;
    height: 100%;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background: rgb(1, 83, 156);
    background: -moz-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01539c', endColorstr='#0176c6', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
    box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
}

header#header #branding {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}

header#header .main-header-contact {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    padding-top: 11px;
    padding-right: 30px;
}

header#header #branding #site-title h1 {
    padding: 4px 0 0 35px;
    position: relative;
}

header#header #branding #site-title img {
    position: relative;
    margin-bottom: -13px;
    z-index: 999;
}

header#header #branding #site-title {
    position: relative;
    height: 100%;
}

header#header #branding #site-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    width: 140%;
    height: 100%;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background: rgb(1, 83, 156);
    background: -moz-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01539c', endColorstr='#0176c6', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156), 0px 0px 30px 0px rgba(0, 0, 0, .5);
    box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156), 0px 0px 30px 0px rgba(0, 0, 0, .5);
}


/* HEADER > MAIN NAV LINKS */

header#header nav#menu ul.menu li a {
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

header#header nav#menu ul.menu li a:hover {
    background-color: transparent;
}

header#header nav#menu ul.menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #f47936;
    background: rgb(244, 122, 54);
    background: -moz-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f47a36', endColorstr='#f8aa4b', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px #f47936, 0px 0px 10px 0px rgba(0, 0, 0, .25);
    box-shadow: inset 0px -3px 0px 0px #f47936, 0px 0px 10px 0px rgba(0, 0, 0, .25);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    z-index: -1
}

header#header nav#menu ul.menu li a:hover:before {
    width: 100%;
}

header#header nav#menu ul.menu li.current_page_item a {
    font-weight: 800;
}

/*
------------------------------
GALLERIES
------------------------------
*/

/* IMAGE GALLERIES*/
    .gallery-content {
        padding-top: 45px;
    } 




/*
------------------------------
PAGES
------------------------------
*/


/* GLOBAL PAGE TITLE */

.global-page-title .et_pb_title_container {
    position: relative;
}
.global-page-title .et_pb_title_container:before {}
.global-page-title .et_pb_title_container .entry-title {}


/*
------------------------------
PAGES > HOME 
------------------------------
*/

body.home #home-navigation {
    padding: 0px 100px 100px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 100%;
    background-image: url(images/home-corner-nav-bg.png);
    background-position: -10px -50px;
    background-repeat: no-repeat;
    z-index: 999;
}

body.home #home-navigation:after {
    /*  content:"";
    position: absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
    background-color:#01539c;*/
}

body.home #home-navigation #home-nav-logo {
    width: 231px;
    max-width: 100%;
}

body.home #home-navigation #home-nav-logo img {
    max-width: 100%;
}

body.home #home-navigation .nav {
    position: relative;
    padding-left: 120px;
    margin-top: 5px;
}

body.home #home-navigation .nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

body.home #home-navigation .nav li {
    list-style-type: none;
    margin-bottom: 8px;
}

body.home #home-navigation .nav li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

body.home #home-navigation .nav li a:after {
    content: "";
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 0;
    width: 0;
    height: 150%;
    -webkit-transform: translateX(-20px) translateY(-50%) skew(-30deg);
    -ms-transform: translateX(-20px) translateY(-50%) skew(-30deg);
    -o-transform: translateX(-20px) translateY(-50%) skew(-30deg);
    transform: translateX(-20px) translateY(-50%) skew(-30deg);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    z-index: -1;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

body.home #home-navigation .nav li a:hover:before {
    opacity: 1;
    width: 150px;
    -webkit-transform: translateX(0) translateY(-50%) skew(-30deg);
    -ms-transform: translateX(0) translateY(-50%) skew(-30deg);
    -o-transform: translateX(0) translateY(-50%) skew(-30deg);
    transform: translateX(0) translateY(-50%) skew(-30deg);
}

body.home #home-navigation .nav li a:hover {
    margin-left: 25px;
}

body.home #home-navigation .nav li:nth-child(1) {
    -webkit-transform: translateX(-0px);
    -ms-transform: translateX(-0px);
    -o-transform: translateX(-0px);
    transform: translateX(-0px);
}

body.home #home-navigation .nav li:nth-child(2) {
    -webkit-transform: translateX(-21px);
    -ms-transform: translateX(-21px);
    -o-transform: translateX(-21px);
    transform: translateX(-21px);
}

body.home #home-navigation .nav li:nth-child(3) {
    -webkit-transform: translateX(-42px);
    -ms-transform: translateX(-42px);
    -o-transform: translateX(-42px);
    transform: translateX(-42px);
}

body.home #home-navigation .nav li:nth-child(4) {
    -webkit-transform: translateX(-63px);
    -ms-transform: translateX(-63px);
    -o-transform: translateX(-63px);
    transform: translateX(-63px);
}

body.home #home-navigation .nav li:nth-child(5) {
    -webkit-transform: translateX(-84px);
    -ms-transform: translateX(-84px);
    -o-transform: translateX(-84px);
    transform: translateX(-84px);
}

body.home #home-navigation .nav li:nth-child(6) {
    -webkit-transform: translateX(-105px);
    -ms-transform: translateX(-105px);
    -o-transform: translateX(-105px);
    transform: translateX(-105px);
}

body.home #home-navigation .nav li:nth-child(7) {
    -webkit-transform: translateX(-126px);
    -ms-transform: translateX(-126px);
    -o-transform: translateX(-126px);
    transform: translateX(-126px);
}

body.home #home-navigation .nav li:nth-child(8) {
    -webkit-transform: translateX(-151px);
    -ms-transform: translateX(-151px);
    -o-transform: translateX(-151px);
    transform: translateX(-151px);
}

body.home #home-navigation .social-icons {}

body.home #home-navigation .social-icons a {
    color: #fff;
    display: inline-block;
    padding: 0 4px;
    font-size: 23px;
}

body.home #home-navigation .social-icons a :hover {}

#home-contact {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    color: #fff;
    height: 70px;
    padding: 0 20px;
}

#home-contact:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 110%;
    height: 100%;
    background: rgb(1, 83, 156);
    background: -moz-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01539c', endColorstr='#0176c6', GradientType=0);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    -webkit-box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
    box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
}

#home-contact:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    width: 5%;
    height: 100%;
    background-color: #f47936;
    background: rgb(244, 122, 54);
    background: -moz-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f47a36', endColorstr='#f8aa4b', GradientType=0);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    -webkit-box-shadow: inset 0px -3px 0px 0px #f47936;
    box-shadow: inset 0px -3px 0px 0px #f47936;
}

#home-contact div {
    font-size: 20px;
    line-height: 70px;
    letter-spacing: 1px
}

#home-contact a {
    color: #fff;
    font-weight: 700;
}

#home-contact .fa {
    color: #f47936;
}

body.home #header {
    display: none;
}

body.home #container {
    padding: 0;
}

body.home #hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #eee;
    overflow: hidden;
}

body.home #hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: block;
    width: 322px;
    height: 557px;
    background-image: url(images/home-hero-corner-emblem.png);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}


/* Hero Slider */

body.home #home-hero-slider {}

body.home #home-hero-slider .item {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url(images/586063360.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

body.home #home-hero-slider .item#hero-plant-maintenance {
    background-image: url(images/697975490.jpg);
}

body.home #home-hero-slider .item#hero-turnarounds-outages {
    /*background-image: url();*/
}

body.home #home-hero-slider .item#hero-project-scheduling {
    background-image: url(images/518698383.jpg);
}

body.home #home-hero-slider .item#hero-fabrication {
    background-image: url(images/835280284.jpg);
}

body.home #home-hero-slider .item#hero-new-facility-construction {
    background-image: url(images/617866412.jpg);
}

body.home #home-hero-slider .item#hero-equipment-sales {
    background-image: url(images/Equipment-Sales-1.jpg);
}

body.home #home-hero-slider .item .right {
    position: absolute;
    top: 0;
    right: 0%;
    width: 60%;
    height: 100%;
    background: rgba(0, 0, 0, .60);
}

body.home #home-hero-slider .item .right .vcenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.home #home-hero-slider .item .right .vcenter .content {
    position: relative;
    padding-left: 40px;
}

body.home #home-hero-slider .item .content:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #fff;
}

body.home #home-hero-slider .active .item .content:after {
    animation-name: slideInDown;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

body.home #home-hero-slider .item .service-label {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

body.home #home-hero-slider .item h2 {
    color: #fff;
    font-size: 103px;
    line-height: .8em;
}

body.home #home-hero-slider .item p {
    font-weight: 400;
    font-size: 28px;
}

body.home #home-hero-slider .item a.btn {
    margin-left: 40px;
}

body.home #home-hero-slider .item a.btn:hover {}


/* Animation Settings */

body.home #home-hero-slider .active .item .service-label, body.home #home-hero-slider .active .item h2, body.home #home-hero-slider .active .item p, body.home #home-hero-slider .active .item .btn {
    animation-name: slideInLeft;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

body.home #home-hero-slider .active .item .content {
    animation-duration: 250ms;
}

body.home #home-hero-slider .active .item .service-label {
    animation-duration: 1500ms;
}

body.home #home-hero-slider .active .item h2 {
    animation-duration: 2000ms;
}

body.home #home-hero-slider .active .item p {
    animation-duration: 2500ms;
}

body.home #home-hero-slider .active .item .btn {
    animation-duration: 3000ms;
}


/* Hero Slider Animations */

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        height: 200%;
        -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%);
    }
    100% {
        opacity: 1;
        height: 100%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes growIn {
    0% {
        width: 0%;
    }
    100% {
        width: 60%;
    }
}


/* Home Hero Slider Naviation */

body.home .home-hero-slider-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    width: 100%;
    height: 70px;
    /*background:#f47936;*/
    -webkit-box-shadow: inset 0px -3px 0px 0px #f47936;
    box-shadow: inset 0px -3px 0px 0px #f47936;
    height: 75px;
    z-index: 1000;
}

body.home .home-hero-slider-navigation ul {}

body.home .home-hero-slider-navigation ul {
    overflow: hidden;
}

body.home .home-hero-slider-navigation ul li {
    display: block;
    float: left;
    padding: 0;
}

body.home .home-hero-slider-navigation ul li a {
    position: relative;
    display: block;
    height: 75px;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.5px;
    padding: 0 10px;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    border-left: solid 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, .15);
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, .15);
}
body.home .home-hero-slider-navigation ul li a span.dot {display: none;}
body.home .home-hero-slider-navigation ul li a:hover, body.home .home-hero-slider-navigation ul li a:active, body.home .home-hero-slider-navigation ul li a:focus {
    text-decoration: none;
}

body.home .home-hero-slider-navigation .active-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    margin-left: 1px;
    text-decoration: none;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    -webkit-box-shadow: inset 0px -3px 0px 0px #01539c, 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px -3px 0px 0px #01539c, 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

body.home .home-hero-slider-navigation .active-element:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(1, 83, 156, 0);
    border-bottom-color: #01539c;
    border-width: 15px;
    margin-left: -15px;
}


/*
------------------------------
PAGES > ABOUT US
------------------------------
*/

#about {
    position: relative;
    background-color: #2e3034;
    background-image: url(images/home-about-us-bg.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
    padding: 30px 0;
}

#about:before {
    position: absolute;
    display: block;
    content: "";
    background-color: #01539c;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateY(-0%) translateX(-24%) skew(-30deg);
    -ms-transform: translateY(-0%) translateX(-24%) skew(-30deg);
    -o-transform: translateY(-0%) translateX(-24%) skew(-30deg);
    transform: translateY(-0%) translateX(-24%) skew(-30deg);
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .7);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .7);
    pointer-events: none;
}

#about:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    pointer-events: none;
    opacity: .7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
}

#about div[class^="col-"] {
    padding: 30px;
}

#about #left {
    /*background-color:#01539c;*/
}

#about #left h3 {
    text-align: center;
    font-size: 175px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -8px;
    margin: 22px 0 0 0;
    padding: 0;
}

#about #left h3 span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 8px;
}

#about #right {
    font-size: 18px;
    font-weight: 400;
}

.et_divi_builder #et_builder_outer_content #about-content {
    padding-top: 45px !important;
}



/* QUICK LINKS */

#quicklinks {
    /*background:#f47a36;*/
    padding: 30px;
}

#quicklinks .quicklink {
    position: relative;
    display: block;
    width: 100%;
    border: solid 3px rgba(255, 255, 255, 1);
    border-radius: 7px;
    box-sizing: border-box;
    font-weight: 900;
    text-transform: uppercase;
    padding: 70px 15px 15px 15px;
    color: #fff;
    font-size: 37px;
    line-height: 1em;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    overflow: hidden;
}

#quicklinks .quicklink div {
    position: relative;
    transition: all 250ms
}

#quicklinks .quicklink span {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    display: block;
    line-height: 1em;
    transition: all 250ms
}

#quicklinks .quicklink:hover {
    border-color: #01539c;
    background-color: #f8aa4b;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .5);
}

#quicklinks .quicklink:hover div>div {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    transition-delay: 250ms;
}

#quicklinks .quicklink:hover div>span {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    transition-delay: 0ms;
}

#quicklinks .quicklink:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #01539c;
    background: rgb(1, 83, 156);
    background: -moz-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01539c', endColorstr='#0176c6', GradientType=0);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

#quicklinks .quicklink:hover:before {
    width: 100%;
    animation-name: growRight;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes growRight {
    0% {
        width: 0%;
        height: 200%;
        -webkit-transform:  rotate(180deg) skew(-30deg);
        -ms-transform:  rotate(180deg) skew(-30deg);
        -o-transform:  rotate(180deg) skew(-30deg);
        transform:  rotate(180deg) skew(-30deg);
        background-color: #f8aa4b;
    }
    50% {
        width: 50%;
        height: 200%;
        -webkit-transform: rotate(180deg) skew(-30deg);
        -ms-transform: rotate(180deg) skew(-30deg);
        -o-transform: rotate(180deg) skew(-30deg);
        transform: rotate(180deg) skew(-30deg);
        background-color: #f8aa4b;
    }
    100% {
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(0deg) skew(0deg);
        -ms-transform: rotate(0deg) skew(0deg);
        -o-transform: rotate(0deg) skew(0deg);
        transform: rotate(0deg) skew(0deg);
        background-color: #01539c;
    }
}

/* PORJECTS */
#project-list {
    padding-top:50px;
}
#project-list article {
    margin-bottom:30px;
}
#project-list article .project-thumb {
    position: relative;
    display: block;
    background-size:cover;
    background-position: center;
    width:100%;
    height:250px;
    border-radius:0px;
    overflow: hidden;
    color:#333;
}
#project-list article h4 a {
    color:#444;
}
#project-list article .project-thumb 
#project-list article .project-thumb:hover {}

#project-list article .project-thumb:before {
    content:"";
    position: absolute;
    opacity:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #f47936;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
#project-list article .project-thumb:hover:before {
    opacity:.8;
}
#project-list article .project-thumb:after {
    position: absolute;
    top:50%;
    left:50%;
    opacity:0;
    -webkit-transform: translate3d(-50%,-20%,0);
    -ms-transform: translate3d(-50%,-20%,0);
    -o-transform: translate3d(-50%,-20%,0);
    transform: translate3d(-50%,-20%,0);
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-transition: opacity .5s, transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    color:#fff;
    font-size:35px;
}
#project-list article .project-thumb:hover:after {
    opacity:1;
    -webkit-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

#project-content {
    padding-top:50px;
}
#project-feat-image {
    margin-bottom:10px;
}
#project-feat-image img {
    border-radius:0px;
    width:100%;
}
#project-details {}
#project-details ul {}
#project-details ul li {
    padding:10px 0;
}
#project-details ul li strong {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 700;
}
#project-gallery {}
#project-gallery h3 {
    margin-top:0;
}
#project-gallery .row {
    padding:0;
    margin:0;
}
#project-gallery .row *[class^="col-"] {
    padding:0 5px;
    margin:0;
}
/*--------------------------------------------------------------*/
#project-gallery a {
    position: relative;
    display: block;
    width:100%;
    height:130px;
    background-size:cover;
    background-position: center;
    overflow:hidden;
    border-radius:0px;
    margin:0 5px;
}

#project-gallery a:hover {}

#project-gallery a:before {
    content:"";
    position: absolute;
    opacity:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #f47936;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
#project-gallery a:hover:before {
    opacity:.8;
}
#project-gallery a:after {
    position: absolute;
    top:50%;
    left:50%;
    opacity:0;
    -webkit-transform: translate3d(-50%,-20%,0);
    -ms-transform: translate3d(-50%,-20%,0);
    -o-transform: translate3d(-50%,-20%,0);
    transform: translate3d(-50%,-20%,0);
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-transition: opacity .5s, transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    color:#fff;
    font-size:35px;
}
#project-gallery a:hover:after {
    opacity:1;
    -webkit-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
/*--------------------------------------------------------------*/


#project-gallery a img {}

.post-navigation {
    margin-top:20px;
    background:#ddd;
    border-radius:0px;
    padding:20px;
}
/*
------------------------------
PROJECTS
------------------------------
*/


/* SINGLE PROJECT PAGE/TEMPLATE */


/*
------------------------------
FOOTER
------------------------------
*/

footer .container {
    width: 1500px;
    max-width: 100%;
}

footer#footer-wrap {
    background-color: #313131;
    background-image: url(images/footer-bg.jpg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    color: #999;
    font-size: 16px;
    -webkit-box-shadow: inset 0px 0 60px 7px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0 60px 7px rgba(0, 0, 0, .5);
}

footer#footer-wrap a {
    color: #999
}

footer#footer-wrap .widget-title {
    color: #fff;
    font-weight: 800;
}

.widget-area {
    font-size: 15px;
}

footer#footer-top {
    background-color: transparent;
    padding: 60px 0 0 0;
}

footer#footer-top .widget-container ul li {
    padding: 0;
}

footer #footer-logo {
    width: 70%;
    opacity: .1;
    display: inline-block;
    margin: 30px 0 0 0;
}

footer#footer #copyright {
    text-align: left;
    font-size: 17px;
    color: #fff;
}


/*
------------------------------
MEDIA QUERIES 
Desktop First Method
via Bootstrap 3 Breakpoints
------------------------------
*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    header#header { height:100px; }
    header#header .main-header-contact { font-size: 17px; }
    header#header nav#menu ul.menu li a { font-size:15px; padding:21px 5px; }
    header#header #branding #site-title h1 {padding-top:12px;}
    header#header #branding #site-title img { width:170px; }

    /* HOME */
    body.home #header { 
        display: block; 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    body.home #home-navigation, #home-contact { display: none; }
    body.home #home-hero-slider .item .right {width:70%;}
    body.home #home-hero-slider .item h2 {font-size:70px;}


    body.home #hero:after {background-size:contain;width:250px;}
    body.home .home-hero-slider-navigation ul li a {letter-spacing:0px; text-transform: none;}


    #quicklinks .quicklink span {font-size: 15px;}
    #quicklinks .quicklink { font-size:24px; }

}


/* Medium Devices, Desktops */

@media only screen and (max-width: 1100px) {}


/* Small Devices, Tablets */

@media only screen and (max-width: 992px) {
    .top-copy {
        display: none;
    }

    header#header #branding #site-title h1 {padding-right:13px; }
    header#header #branding #site-title::before { width:133%; }
    header#header nav#menu ul.menu li a { text-transform: none; }
    #mobile-menu-button {top:12px; right:10px;}
    /* INTERNAL PAGE NAV */
    .internal-nav-wrap {
        padding:0 !important;
        margin: 0 -40px;
        background:#f5f5f5;
        display: none;
    }
    .internal-nav-wrap.active { display: block; }
    .internal-nav-wrap ul a {
        padding:10px 40px !important;
    }
    .internal-nav-toggle {
        display: block;
        right: 10px;
    }
    body.home .home-hero-slider-navigation {height:55px;}
    body.home .home-hero-slider-navigation ul li a {line-height:55px;height:55px;}
    body.home #home-hero-slider .item .right {width:100%;}
    body.home #home-hero-slider .item .right .vcenter {text-align: center;}
    body.home #home-hero-slider .item .right .vcenter .content {text-align:center;}
    body.home #home-hero-slider .active .item .content:after {display: none;}
    body.home #home-hero-slider .item h2 {font-size:55px;}
    body.home .home-hero-slider-navigation ul li a span.link-label {display: none;}
    body.home .home-hero-slider-navigation ul li a span.dot {display: block;}
    body.home .home-hero-slider-navigation ul {text-align:center;}
    body.home .home-hero-slider-navigation ul li {display: inline-block}
    body.home .home-hero-slider-navigation ul li a:after {}
    body.home #hero:after {display: none;}

    body.home #about { text-align:center; }
    body.home #about div[class^="col-"] {padding:0 20px;}
    #about #left h3 {font-size:115px;}
    body.home #about:before {display: none;}

    #quicklinks .quicklink {margin-bottom:30px;}
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    header#header nav#menu:before {
        display: none !important;
    } 

    header#header { height: 80px; overflow:visible;}
    header#header #branding #site-title img {width:123px;}
    header#header .main-header-contact { display: none; }

    #content header.header {}
    #content header.header h1 {font-size:23px; padding:30px;}

    body.home #home-hero-slider .item .right .vcenter .content {padding:20px;}
    body.home #home-hero-slider .item a.btn {margin-left: 0px}
    .internal-nav-toggle { right: 30px; }
    .internal-nav-wrap {margin-top: -14px;}

    footer#footer-top *[class*="col-"],
    footer#footer #copyright { text-align:center; }

    /* PAGE - HOME > HERO*/
    body.home #home-hero-slider .item .right .vcenter .content {
        margin-top:10px;
    }

    body.home #home-hero-slider .owl-item .service-label,
    body.home #home-hero-slider .owl-item p {
        display: none;
    }

    body.home #home-hero-slider .owl-item h2 {
        margin-top:10px;
        margin-bottom:0px
    }

    body.home #home-hero-slider .item h2 {
        line-height: 1em;
    }
    
    /* INTERNAL PAGES */
    .page-head-panel {
        padding-bottom: 200px;
    }

    .et_divi_builder #et_builder_outer_content .et_pb_section {
        padding: 20px 0 !important;
    }

    .et_divi_builder #et_builder_outer_content .et_pb_row {
        padding-top: 0px !important;
    }

}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    body.home #home-hero-slider .item h2 {font-size:45px;}
    body.home #home-hero-slider .item p {font-size:19px;}

    /* PAGE - HOME > HERO*/
    body.home #home-hero-slider .owl-item .service-label,
    body.home #home-hero-slider .owl-item p {
        display: block;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}

/*
------------------------------
GLOBAL STYLES
------------------------------
*/

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 17px;
    color: #333;
    overflow-x: hidden;
    /*padding-top: 130px;*/
}

body.home {
    padding-top: 0;
}

a {
    color: #f47a36;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 900 !important;
}


/*
------------------------------
HELPER STYLES
------------------------------
*/

.bg-orange-gradient {
    background-color: #f47936;
    background: rgb(244, 122, 54);
    background: -moz-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f47a36', endColorstr='#f8aa4b', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px #f47936;
    box-shadow: inset 0px -3px 0px 0px #f47936;
}

.bg-blue-gradient {
    background: rgb(1, 83, 156);
    background: -moz-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01539c', endColorstr='#0176c6', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
    box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
}

/* Tables & Lists */

.content-table {
    padding-bottom: 0px !important;
}

.content-table li {
    padding-bottom:10px !important;
}

.content-table ul,
.content-table li ul.circle-list-style {
    margin-top: 0px !important;
    margin-left: 50px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.contact_list {
    padding:0 !important;
    margin:0 !important;
}
.contact_list div {
    position: relative !important;
    padding-left:30px !important;
    margin-bottom:8px !important;
}
.contact_list .fa {
position: absolute;
    top: 0;
    left: 0;
    background-color: #2770c9;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    font-size: 13px;
}

.no-list-style {
    list-style-type: none !important;
}

.circle-list-style li {
    list-style-type: circle !important;
}

.faq {
    padding-bottom: 20px !important;
}

.question{
    font-weight:700;
    padding-bottom: 0px !important;
}

.answer {
    font-style: italic;
}

/* Contact Form 7 */

.cf7-txtarea {
    border: 1px solid #bbb !important;
    padding: 5px 10px !important;
}

.cf7-btn {
    border-radius: 30px !important;
    padding: 8px 20px !important;
    background-color: #f47936 !important;
    background: rgb(244, 122, 54) !important;
    background: -moz-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f47a36', endColorstr='#f8aa4b', GradientType=0) !important;
    border: solid 2px #f47936 !important;
    color: #fff !important;
    -webkit-transition: all 500ms !important;
    -o-transition: all 500ms !important;
    transition: all 500ms !important;
}


.cf7-btn:hover {
    border-color: #f47936;
    background: -moz-linear-gradient(top, rgba(248, 170, 75, 1) 0%, rgba(244, 122, 54, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(248, 170, 75, 1) 0%, rgba(244, 122, 54, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(248, 170, 75, 1) 0%, rgba(244, 122, 54, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8aa4b', endColorstr='#f47a36', GradientType=0) !important;
}

/*
------------------------------
RESETS
------------------------------
*/


/* BOOTSTRAP */

/* btn base */

.btn {
    border-radius: 40px;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn:hover {
    padding-left: 25px;
    padding-right: 25px;
}


/* btn default */

.btn-default {}


/* btn primary */

.btn-primary {
    background-color: #f47936;
    background: rgb(244, 122, 54);
    background: -moz-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f47a36', endColorstr='#f8aa4b', GradientType=0);
    border: solid 2px #f47936;
    color: #fff;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border-color: #f47936;
    background: -moz-linear-gradient(top, rgba(248, 170, 75, 1) 0%, rgba(244, 122, 54, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(248, 170, 75, 1) 0%, rgba(244, 122, 54, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 170, 75, 1) 0%, rgba(244, 122, 54, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8aa4b', endColorstr='#f47a36', GradientType=0);
}


/* btn white outline */

.btn-outline-white {
    color: #fff;
    border: solid 3px rgba(255, 255, 255, .4);
    background-color: transparent;
}

.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus {
    border-color: rgba(255, 255, 255, 1);
    color: #fff;
    background-color: transparent;
}


/*
------------------------------
DIVI PAGE BUILDER
------------------------------
*/


/*.et_pb_row {
    background: #fff !important;
}*/


.et_divi_builder #et_builder_outer_content .et_pb_module a {
    color: #f47a36 !important;
}


/*
------------------------------
LAYOUT
------------------------------
*/

/* HEADER */
#mobile-menu-button .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before { background-color:#fff; }
#mobile-menu-wrap {border:none;}
#mobile-menu li a {
    background-color:#2e3034;
    color:#fff;
    font-weight: bold;
    border-bottom:solid 1px rgba(204, 204, 204, 0.17);
    text-align: center;
    text-transform: uppercase;
}
/* --- */
.page-head-panel {
    background-color: #313131;
    background-image: url(images/panel-header-bg.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    color: #999;
    font-size: 16px;
    -webkit-box-shadow: inset 0px 0 60px 7px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0 60px 7px rgba(0, 0, 0, .5);
    padding-bottom: 275px;
}

body.home .page-head-panel {
    display: none;
}

#wrapper {
    background-color: #ddd;
}

#container {
    padding: 0;
}

#content {
    margin-top: -200px;
    position: relative;
    background-color: #fff;
    padding: 79px 40px 40px 40px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .2);
}

#content header.header {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    overflow: hidden;
    width: 100%;
    background: rgb(1, 83, 156);
    background: -moz-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01539c', endColorstr='#0176c6', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
    box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
}

#content header.header h1 {
    margin: 0;
}

#content header.header .entry-title {
    display: inline-block;
    position: relative;
    padding: 20px;
    z-index: 1;
    text-transform: uppercase;
}

#content header.header .entry-title:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -30px;
    width: 130%;
    height: 100%;
    background-color: #f47936;
    background: rgb(244, 122, 54);
    background: -moz-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f47a36', endColorstr='#f8aa4b', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px #f47936;
    box-shadow: inset 0px -3px 0px 0px #f47936;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

/*
------------------------------
INTERNAL PAGE NAV TEMPLATE
------------------------------
*/
    /* Top Content */
    .top-copy {
        background-color: #eeeeee;
        padding:2% 5%;
        margin: 0px -40px;
    }

    .top-copy p{
        font-size: 23px;
        color: #919191;
        line-height: 1.3em;
        text-align:center;
    }

    /* Side Nav Menu */
    .internal-nav-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        width:50px;
        height:80%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border: none;
        font-size: 35px;
        background-color: rgba(0,0,0,.15);
        display: none;
    }

    .internal-nav-toggle .fa-angle-up,
    .internal-nav-toggle.active .fa-angle-down {
        display: none;
    }
    .internal-nav-toggle.active .fa-angle-up {
        display: block;
    }
    .internal-nav-wrap {
        padding: 45px 0 !important;
    }

    .internal-nav-wrap ul {
        list-style-type: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .internal-nav-wrap ul li {
        padding: 0 !important;
        margin: 0 !important;
    }

    .internal-nav-wrap ul a {
        display: block !important;
        font-weight: 700 !important;
        border-bottom: solid 1px #eee !important;
        padding: 10px 0px !important;
        color: rgba(1, 83, 156, 1) !important;
        font-size: 16px !important;
        text-transform: uppercase !important;
    }
    .internal-nav-wrap ul li.current-menu-item a {
        background-color: #6f6f6f;
        color: #fff !important;
        padding-left:20px !important;
    }

 /* Legacy Side Nav */

.internal-page-list {}

.internal-page-list {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.internal-page-list li {
    padding: 0 !important;
    margin: 0 !important;
}

.internal-page-list a {
    display: block !important;
    font-weight: 700 !important;
    border-bottom: solid 1px #eee !important;
    padding: 10px 0px !important;
    color: rgba(1, 83, 156, 1) !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.our-services-links {
    background-color: #eee !important;
    padding: 20px !important;
}

.our-services-links a {
    color: #555 !important;
    font-size: 16px !important;
    display: block !important;
    padding: 10px 0 !important;
    border-bottom: solid 1px #ddd !important;
}


/*
------------------------------
MAIN HEADER
------------------------------
*/

header#header {
    border-bottom: none;
    overflow:hidden;
    /*    position: fixed;
    top: 0;
    left: 0;
    width: 100%;*/
    height: 130px;
    z-index: 999;
    -webkit-box-shadow: inset 0px -3px 0px 0px #f47936, inset 0px -3px 0px 0px #f47936, 0px 0px 20px 0px rgba(0, 0, 0, .5);
    box-shadow: inset 0px -3px 0px 0px #f47936, 0px 0px 20px 0px rgba(0, 0, 0, .5);
}

/*
------------------------------
Upper right menu on all but front page
------------------------------
*/

header#header nav#menu {
    position: relative;
    bottom: 0;
    right: 0;
    padding-right: 21px;
}

header#header nav#menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -25px;
    width: 130%;
    height: 100%;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background: rgb(1, 83, 156);
    background: -moz-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01539c', endColorstr='#0176c6', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
    box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
}

header#header #branding {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}

/*
------------------------------
Give Us a Call section
*/

header#header .main-header-contact {
    position: absolute;
	right: 0px;
    top: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    padding-top: 41px;
    padding-right: 30px;
}
/*
------------------------------
Section above logo
*/
header#header #branding #site-title h1 {
    padding: 4px 0 0 35px;
    position: relative;
}

header#header #branding #site-title img {
    position: relative;
    margin-bottom: -13px;
    z-index: 999;
}

header#header #branding #site-title {
    position: relative;
    height: 100%;
}

header#header #branding #site-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    width: 140%;
    height: 100%;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background: rgb(1, 83, 156);
    background: -moz-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01539c', endColorstr='#0176c6', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156), 0px 0px 30px 0px rgba(0, 0, 0, .5);
    box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156), 0px 0px 30px 0px rgba(0, 0, 0, .5);
}


/* HEADER > MAIN NAV LINKS - blue upper nav menu*/

header#header nav#menu ul.menu li a {
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
	padding-left: 10px;
	padding-right: 10px;
}

header#header nav#menu ul.menu li a:hover {
    background-color: transparent;
}

header#header nav#menu ul.menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #f47936;
    background: rgb(244, 122, 54);
    background: -moz-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f47a36', endColorstr='#f8aa4b', GradientType=0);
    -webkit-box-shadow: inset 0px -3px 0px 0px #f47936, 0px 0px 10px 0px rgba(0, 0, 0, .25);
    box-shadow: inset 0px -3px 0px 0px #f47936, 0px 0px 10px 0px rgba(0, 0, 0, .25);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    z-index: -1
}

header#header nav#menu ul.menu li a:hover:before {
    width: 100%;
}

header#header nav#menu ul.menu li.current_page_item a {
    font-weight: 800;
}

/*
------------------------------
GALLERIES
------------------------------
*/

/* IMAGE GALLERIES*/
    .gallery-content {
        padding-top: 45px;
    } 




/*
------------------------------
PAGES
------------------------------
*/


/* GLOBAL PAGE TITLE */

.global-page-title .et_pb_title_container {
    position: relative;
}
.global-page-title .et_pb_title_container:before {}
.global-page-title .et_pb_title_container .entry-title {}


/*
------------------------------
PAGES > HOME 
Upper Left section
------------------------------
*/

body.home #home-navigation {
    padding: 15px 0 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 440px;
    height: 100%;
    background-image: url(images/home-corner-nav-bg.png);
    /*background-position: 15px -50px;*/
    background-position: 0px -0px;
    background-repeat: no-repeat;
    z-index: 999;
}

body.home #home-navigation:after {
    /*  content:"";
    position: absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
    background-color:#01539c;*/
}

body.home #home-navigation #home-nav-logo {
    width: 231px;
    max-width: 100%;
}

body.home #home-navigation #home-nav-logo img {
    max-width: 100%;
}

body.home #home-navigation .nav {
    position: relative;
    padding-left: 120px;
    margin-top: 5px;
}

body.home #home-navigation .nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

body.home #home-navigation .nav li {
    list-style-type: none;
    margin-bottom: 8px;
}

body.home #home-navigation .nav li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

body.home #home-navigation .nav li a:after {
    content: "";
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 0;
    width: 0;
    height: 150%;
    -webkit-transform: translateX(-20px) translateY(-50%) skew(-30deg);
    -ms-transform: translateX(-20px) translateY(-50%) skew(-30deg);
    -o-transform: translateX(-20px) translateY(-50%) skew(-30deg);
    transform: translateX(-20px) translateY(-50%) skew(-30deg);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    z-index: -1;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

body.home #home-navigation .nav li a:hover:before {
    opacity: 1;
    width: 150px;
    -webkit-transform: translateX(0) translateY(-50%) skew(-30deg);
    -ms-transform: translateX(0) translateY(-50%) skew(-30deg);
    -o-transform: translateX(0) translateY(-50%) skew(-30deg);
    transform: translateX(0) translateY(-50%) skew(-30deg);
}

body.home #home-navigation .nav li a:hover {
    margin-left: 25px;
}

body.home #home-navigation .nav li:nth-child(1) {
    -webkit-transform: translateX(-0px);
    -ms-transform: translateX(-0px);
    -o-transform: translateX(-0px);
    transform: translateX(-0px);
}

body.home #home-navigation .nav li:nth-child(2) {
    -webkit-transform: translateX(-21px);
    -ms-transform: translateX(-21px);
    -o-transform: translateX(-21px);
    transform: translateX(-21px);
}

body.home #home-navigation .nav li:nth-child(3) {
    -webkit-transform: translateX(-42px);
    -ms-transform: translateX(-42px);
    -o-transform: translateX(-42px);
    transform: translateX(-42px);
}

body.home #home-navigation .nav li:nth-child(4) {
    -webkit-transform: translateX(-63px);
    -ms-transform: translateX(-63px);
    -o-transform: translateX(-63px);
    transform: translateX(-63px);
}

body.home #home-navigation .nav li:nth-child(5) {
    -webkit-transform: translateX(-84px);
    -ms-transform: translateX(-84px);
    -o-transform: translateX(-84px);
    transform: translateX(-84px);
}

body.home #home-navigation .nav li:nth-child(6) {
    -webkit-transform: translateX(-105px);
    -ms-transform: translateX(-105px);
    -o-transform: translateX(-105px);
    transform: translateX(-105px);
}

body.home #home-navigation .nav li:nth-child(7) {
    -webkit-transform: translateX(-126px);
    -ms-transform: translateX(-126px);
    -o-transform: translateX(-126px);
    transform: translateX(-126px);
}

body.home #home-navigation .nav li:nth-child(8) {
    -webkit-transform: translateX(-151px);
    -ms-transform: translateX(-151px);
    -o-transform: translateX(-151px);
    transform: translateX(-151px);
}

body.home #home-navigation .social-icons {}

body.home #home-navigation .social-icons a {
    color: #fff;
    display: inline-block;
    padding: 0 4px;
    font-size: 23px;
}

body.home #home-navigation .social-icons a :hover {}

/* Home Page Upper Right element */

#home-contact {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    color: #fff;
    height: 70px;
    padding: 0 20px;
}

#home-contact:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 110%;
    height: 100%;
    background: rgb(1, 83, 156);
    background: -moz-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01539c', endColorstr='#0176c6', GradientType=0);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    -webkit-box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
    box-shadow: inset 0px -3px 0px 0px rgb(1, 83, 156);
}

#home-contact:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    width: 5%;
    height: 100%;
    background-color: #f47936;
    background: rgb(244, 122, 54);
    background: -moz-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 122, 54, 1) 0%, rgba(248, 170, 75, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f47a36', endColorstr='#f8aa4b', GradientType=0);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    -webkit-box-shadow: inset 0px -3px 0px 0px #f47936;
    box-shadow: inset 0px -3px 0px 0px #f47936;
}

#home-contact div {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1px
}

#home-contact a {
    color: #fff;
    font-weight: 700;
}

#home-contact .fa {
    color: #f47936;
}

#home-contact .xa {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1px
}


body.home #header {
    display: none;
}

body.home #container {
    padding: 0;
}

body.home #hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #eee;
    overflow: hidden;
}

body.home #hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: block;
    width: 322px;
    height: 557px;
    background-image: url(images/home-hero-corner-emblem.png);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}


/* Hero Slider */

body.home #home-hero-slider {}

body.home #home-hero-slider .item {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url(images/586063360.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

body.home #home-hero-slider .item#hero-plant-maintenance {
    background-image: url(images/697975490.jpg);
}

body.home #home-hero-slider .item#hero-turnarounds-outages {
    /*background-image: url();*/
}

body.home #home-hero-slider .item#hero-project-scheduling {
    background-image: url(images/518698383.jpg);
}

body.home #home-hero-slider .item#hero-fabrication {
    background-image: url(images/835280284.jpg);
}

body.home #home-hero-slider .item#hero-new-facility-construction {
    background-image: url(images/617866412.jpg);
}

body.home #home-hero-slider .item#hero-equipment-sales {
    background-image: url(images/Equipment-Sales-1.jpg);
}

body.home #home-hero-slider .item .right {
    position: absolute;
    top: 0;
    right: 0%;
    width: 60%;
    height: 100%;
    background: rgba(0, 0, 0, .60);
}

body.home #home-hero-slider .item .right .vcenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.home #home-hero-slider .item .right .vcenter .content {
    position: relative;
    padding-left: 40px;
}

body.home #home-hero-slider .item .content:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #fff;
}

body.home #home-hero-slider .active .item .content:after {
    animation-name: slideInDown;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

body.home #home-hero-slider .item .service-label {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

body.home #home-hero-slider .item h2 {
    color: #fff;
    font-size: 103px;
    line-height: .8em;
}

body.home #home-hero-slider .item p {
    font-weight: 400;
    font-size: 28px;
}

body.home #home-hero-slider .item a.btn {
    margin-left: 40px;
}

body.home #home-hero-slider .item a.btn:hover {}


/* Animation Settings */

body.home #home-hero-slider .active .item .service-label, body.home #home-hero-slider .active .item h2, body.home #home-hero-slider .active .item p, body.home #home-hero-slider .active .item .btn {
    animation-name: slideInLeft;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

body.home #home-hero-slider .active .item .content {
    animation-duration: 250ms;
}

body.home #home-hero-slider .active .item .service-label {
    animation-duration: 1500ms;
}

body.home #home-hero-slider .active .item h2 {
    animation-duration: 2000ms;
}

body.home #home-hero-slider .active .item p {
    animation-duration: 2500ms;
}

body.home #home-hero-slider .active .item .btn {
    animation-duration: 3000ms;
}


/* Hero Slider Animations */

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        height: 200%;
        -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%);
    }
    100% {
        opacity: 1;
        height: 100%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes growIn {
    0% {
        width: 0%;
    }
    100% {
        width: 60%;
    }
}


/* Home Hero Slider Naviation */

body.home .home-hero-slider-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    width: 100%;
    height: 70px;
    /*background:#f47936;*/
    -webkit-box-shadow: inset 0px -3px 0px 0px #f47936;
    box-shadow: inset 0px -3px 0px 0px #f47936;
    height: 75px;
    z-index: 1000;
}

body.home .home-hero-slider-navigation ul {}

body.home .home-hero-slider-navigation ul {
    overflow: hidden;
}

body.home .home-hero-slider-navigation ul li {
    display: block;
    float: left;
    padding: 0;
}

body.home .home-hero-slider-navigation ul li a {
    position: relative;
    display: block;
    height: 75px;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.5px;
    padding: 0 10px;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    border-left: solid 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, .15);
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, .15);
}
body.home .home-hero-slider-navigation ul li a span.dot {display: none;}
body.home .home-hero-slider-navigation ul li a:hover, body.home .home-hero-slider-navigation ul li a:active, body.home .home-hero-slider-navigation ul li a:focus {
    text-decoration: none;
}

body.home .home-hero-slider-navigation .active-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    margin-left: 1px;
    text-decoration: none;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    -webkit-box-shadow: inset 0px -3px 0px 0px #01539c, 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px -3px 0px 0px #01539c, 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

body.home .home-hero-slider-navigation .active-element:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(1, 83, 156, 0);
    border-bottom-color: #01539c;
    border-width: 15px;
    margin-left: -15px;
}


/*
------------------------------
PAGES > ABOUT US
------------------------------
*/

#about {
    position: relative;
    background-color: #2e3034;
    background-image: url(images/home-about-us-bg.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
    padding: 30px 0;
}

#about:before {
    position: absolute;
    display: block;
    content: "";
    background-color: #01539c;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateY(-0%) translateX(-24%) skew(-30deg);
    -ms-transform: translateY(-0%) translateX(-24%) skew(-30deg);
    -o-transform: translateY(-0%) translateX(-24%) skew(-30deg);
    transform: translateY(-0%) translateX(-24%) skew(-30deg);
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .7);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .7);
    pointer-events: none;
}

#about:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    pointer-events: none;
    opacity: .7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
}

#about div[class^="col-"] {
    padding: 30px;
}

#about #left {
    /*background-color:#01539c;*/
}

#about #left h3 {
    text-align: center;
    font-size: 175px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -8px;
    margin: 22px 0 0 0;
    padding: 0;
}

#about #left h3 span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 8px;
}

#about #right {
    font-size: 18px;
    font-weight: 400;
}

.et_divi_builder #et_builder_outer_content #about-content {
    padding-top: 45px !important;
}



/* QUICK LINKS */

#quicklinks {
    /*background:#f47a36;*/
    padding: 30px;
}

#quicklinks .quicklink {
    position: relative;
    display: block;
    width: 100%;
    border: solid 3px rgba(255, 255, 255, 1);
    border-radius: 7px;
    box-sizing: border-box;
    font-weight: 900;
    text-transform: uppercase;
    padding: 70px 15px 15px 15px;
    color: #fff;
    font-size: 37px;
    line-height: 1em;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    overflow: hidden;
}

#quicklinks .quicklink div {
    position: relative;
    transition: all 250ms
}

#quicklinks .quicklink span {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    display: block;
    line-height: 1em;
    transition: all 250ms
}

#quicklinks .quicklink:hover {
    border-color: #01539c;
    background-color: #f8aa4b;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .5);
}

#quicklinks .quicklink:hover div>div {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    transition-delay: 250ms;
}

#quicklinks .quicklink:hover div>span {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    transition-delay: 0ms;
}

#quicklinks .quicklink:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #01539c;
    background: rgb(1, 83, 156);
    background: -moz-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 83, 156, 1) 0%, rgba(1, 118, 198, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01539c', endColorstr='#0176c6', GradientType=0);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

#quicklinks .quicklink:hover:before {
    width: 100%;
    animation-name: growRight;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes growRight {
    0% {
        width: 0%;
        height: 200%;
        -webkit-transform:  rotate(180deg) skew(-30deg);
        -ms-transform:  rotate(180deg) skew(-30deg);
        -o-transform:  rotate(180deg) skew(-30deg);
        transform:  rotate(180deg) skew(-30deg);
        background-color: #f8aa4b;
    }
    50% {
        width: 50%;
        height: 200%;
        -webkit-transform: rotate(180deg) skew(-30deg);
        -ms-transform: rotate(180deg) skew(-30deg);
        -o-transform: rotate(180deg) skew(-30deg);
        transform: rotate(180deg) skew(-30deg);
        background-color: #f8aa4b;
    }
    100% {
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(0deg) skew(0deg);
        -ms-transform: rotate(0deg) skew(0deg);
        -o-transform: rotate(0deg) skew(0deg);
        transform: rotate(0deg) skew(0deg);
        background-color: #01539c;
    }
}

/* PORJECTS */
#project-list {
    padding-top:50px;
}
#project-list article {
    margin-bottom:30px;
}
#project-list article .project-thumb {
    position: relative;
    display: block;
    background-size:cover;
    background-position: center;
    width:100%;
    height:250px;
    border-radius:7px;
    overflow: hidden;
    color:#333;
}
#project-list article h4 a {
    color:#444;
}
#project-list article .project-thumb 
#project-list article .project-thumb:hover {}

#project-list article .project-thumb:before {
    content:"";
    position: absolute;
    opacity:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #f47936;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
#project-list article .project-thumb:hover:before {
    opacity:.8;
}
#project-list article .project-thumb:after {
    position: absolute;
    top:50%;
    left:50%;
    opacity:0;
    -webkit-transform: translate3d(-50%,-20%,0);
    -ms-transform: translate3d(-50%,-20%,0);
    -o-transform: translate3d(-50%,-20%,0);
    transform: translate3d(-50%,-20%,0);
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-transition: opacity .5s, transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    color:#fff;
    font-size:35px;
}
#project-list article .project-thumb:hover:after {
    opacity:1;
    -webkit-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

#project-content {
    padding-top:50px;
}
#project-feat-image {
    margin-bottom:10px;
}
#project-feat-image img {
    border-radius:7px;
    width:100%;
}
#project-details {}
#project-details ul {}
#project-details ul li {
    padding:10px 0;
}
#project-details ul li strong {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 700;
}
#project-gallery {}
#project-gallery h3 {
    margin-top:0;
}
#project-gallery .row {
    padding:0;
    margin:0;
}
#project-gallery .row *[class^="col-"] {
    padding:0 5px;
    margin:0;
}
/*--------------------------------------------------------------*/
#project-gallery a {
    position: relative;
    display: block;
    width:100%;
    height:130px;
    background-size:cover;
    background-position: center;
    overflow:hidden;
    border-radius:7px;
    margin:0 5px;
}

#project-gallery a:hover {}

#project-gallery a:before {
    content:"";
    position: absolute;
    opacity:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #f47936;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
#project-gallery a:hover:before {
    opacity:.8;
}
#project-gallery a:after {
    position: absolute;
    top:50%;
    left:50%;
    opacity:0;
    -webkit-transform: translate3d(-50%,-20%,0);
    -ms-transform: translate3d(-50%,-20%,0);
    -o-transform: translate3d(-50%,-20%,0);
    transform: translate3d(-50%,-20%,0);
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-transition: opacity .5s, transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    color:#fff;
    font-size:35px;
}
#project-gallery a:hover:after {
    opacity:1;
    -webkit-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
/*--------------------------------------------------------------*/


#project-gallery a img {}

.post-navigation {
    margin-top:20px;
    background:#ddd;
    border-radius:50px;
    padding:20px;
}
/*
------------------------------
PROJECTS
------------------------------
*/


/* SINGLE PROJECT PAGE/TEMPLATE */


/*
------------------------------
FOOTER
------------------------------
*/

footer .container {
    width: 1500px;
    max-width: 100%;
}

footer#footer-wrap {
    background-color: #313131;
    background-image: url(images/footer-bg.jpg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    color: #999;
    font-size: 16px;
    -webkit-box-shadow: inset 0px 0 60px 7px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0 60px 7px rgba(0, 0, 0, .5);
}

footer#footer-wrap a {
    color: #999
}

footer#footer-wrap .widget-title {
    color: #fff;
    font-weight: 800;
}

.widget-area {
    font-size: 15px;
}

footer#footer-top {
    background-color: transparent;
    padding: 60px 0 0 0;
}

footer#footer-top .widget-container ul li {
    padding: 0;
}

footer #footer-logo {
    width: 70%;
    opacity: .1;
    display: inline-block;
    margin: 30px 0 0 0;
}

footer#footer #copyright {
    text-align: left;
    font-size: 17px;
    color: #fff;
}

footer#footer #design-by {
    padding-right: 4.5% !important;
}

footer#footer #design-by,
footer#footer #design-by a {
    font-size: 17px;
    color: #484A4C !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

footer#footer #design-by a:hover,
footer#footer #design-by a:focus {
    color: #fff !important;
    text-decoration: none;
    outline: none;
}

/*
------------------------------
MEDIA QUERIES 
Desktop First Method
via Bootstrap 3 Breakpoints
------------------------------
*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    header#header { height:100px; }
    header#header .main-header-contact { font-size: 17px; }
    header#header nav#menu ul.menu li a { font-size:15px; padding:21px 5px; }
    header#header #branding #site-title h1 {padding-top:12px;}
    header#header #branding #site-title img { width:170px; }

    /* HOME */
    body.home #header { 
        display: block; 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    body.home #home-navigation, #home-contact { display: none; }
    body.home #home-hero-slider .item .right {width:70%;}
    body.home #home-hero-slider .item h2 {font-size:70px;}


    body.home #hero:after {background-size:contain;width:250px;}
    body.home .home-hero-slider-navigation ul li a {letter-spacing:0px; text-transform: none;}


    #quicklinks .quicklink span {font-size: 15px;}
    #quicklinks .quicklink { font-size:24px; }

}


/* Medium Devices, Desktops */

@media only screen and (max-width: 1100px) {}


/* Small Devices, Tablets */

@media only screen and (max-width: 992px) {
    .top-copy {
        display: none;
    }

    header#header #branding #site-title h1 {padding-right:13px; }
    header#header #branding #site-title::before { width:133%; }
    header#header nav#menu ul.menu li a { text-transform: none; }
    #mobile-menu-button {top:12px; right:10px;}
    /* INTERNAL PAGE NAV */
    .internal-nav-wrap {
        padding:0 !important;
        margin: 0 -40px;
        background:#f5f5f5;
        display: none;
    }
    .internal-nav-wrap.active { display: block; }
    .internal-nav-wrap ul a {
        padding:10px 40px !important;
    }
    .internal-nav-toggle {
        display: block;
        right: 10px;
    }
    body.home .home-hero-slider-navigation {height:55px;}
    body.home .home-hero-slider-navigation ul li a {line-height:55px;height:55px;}
    body.home #home-hero-slider .item .right {width:100%;}
    body.home #home-hero-slider .item .right .vcenter {text-align: center;}
    body.home #home-hero-slider .item .right .vcenter .content {text-align:center;}
    body.home #home-hero-slider .active .item .content:after {display: none;}
    body.home #home-hero-slider .item h2 {font-size:55px;}
    body.home .home-hero-slider-navigation ul li a span.link-label {display: none;}
    body.home .home-hero-slider-navigation ul li a span.dot {display: block;}
    body.home .home-hero-slider-navigation ul {text-align:center;}
    body.home .home-hero-slider-navigation ul li {display: inline-block}
    body.home .home-hero-slider-navigation ul li a:after {}
    body.home #hero:after {display: none;}

    body.home #about { text-align:center; }
    body.home #about div[class^="col-"] {padding:0 20px;}
    #about #left h3 {font-size:115px;}
    body.home #about:before {display: none;}

    #quicklinks .quicklink {margin-bottom:30px;}

    footer #footer-logo,
    footer#footer #copyright,
    footer#footer #design-by { text-align: center; padding: 0px !important; }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    header#header nav#menu:before {
        display: none !important;
    } 

    header#header { height: 80px; overflow:visible;}
    header#header #branding #site-title img {width:123px;}
    header#header .main-header-contact { display: none; }

    #content header.header {}
    #content header.header h1 {font-size:23px; padding:30px;}

    body.home #home-hero-slider .item .right .vcenter .content {padding:20px;}
    body.home #home-hero-slider .item a.btn {margin-left: 0px}
    .internal-nav-toggle { right: 30px; }
    .internal-nav-wrap {margin-top: -14px;}

    footer#footer-top *[class*="col-"],
    footer#footer #copyright { text-align:center; }

    /* PAGE - HOME > HERO*/
    body.home #home-hero-slider .item .right .vcenter .content {
        margin-top:10px;
    }

    body.home #home-hero-slider .owl-item .service-label,
    body.home #home-hero-slider .owl-item p {
        display: none;
    }

    body.home #home-hero-slider .owl-item h2 {
        margin-top:10px;
        margin-bottom:0px
    }

    body.home #home-hero-slider .item h2 {
        line-height: 1em;
    }
    
    /* INTERNAL PAGES */
    .page-head-panel {
        padding-bottom: 200px;
    }

    .et_divi_builder #et_builder_outer_content .et_pb_section {
        padding: 20px 0 !important;
    }

    .et_divi_builder #et_builder_outer_content .et_pb_row {
        padding-top: 0px !important;
    }

}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    body.home #home-hero-slider .item h2 {font-size:45px;}
    body.home #home-hero-slider .item p {font-size:19px;}

    /* PAGE - HOME > HERO*/
    body.home #home-hero-slider .owl-item .service-label,
    body.home #home-hero-slider .owl-item p {
        display: block;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}