
@import url(http://fonts.googleapis.com/css?family=Roboto:100,400,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,500,600,700,400);
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*
 * -- BASE STYLES -- * 
 */

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 1.7em;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.7em;
    padding: 0;
    background-color:#111;
}

p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #000;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: normal;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3em;
}

span.clear {
    clear: both;
    display: block;
}


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

.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
}

.is-center {
    text-align: center;
}

.orange {
    color: #e47b23;
}

.white {
    color: #fff;
}

.darggrey {
    color: #313131;
}

.grey {
    color: #a9a9a9;
}

.black {
    color: #000;
}

.header-wrapper {
    padding: 50px 0 50px 0;
    background-color:#111;
    border-top: 10px solid #e47b23;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-wrapper.no-border {
    border-top: 0;
}

.header-overlay {
    padding: 0 2%;
}

.header {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    text-align:center;
}

.header img {
    height: 90px;
   
}

.mobile-menu {
    display: block;
    margin-top: -155px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu ul li {
    padding: 10px 10px 6px 10px;
    background: #e47b23;
    border-bottom: 1px solid #000;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-menu ul a  {
    text-decoration: none;

}

.mobile-menu ul li:hover {
    color: #000;
}

.mobile-menu.show {
    margin-top: 0;
}

#nav-icon {
    float: right;
    width: 40px;
    height: 25px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #e47b23;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 10px;
}

#nav-icon span:nth-child(4) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span {
    background: #fff;
}

.menu {
    float: right;
    display: none;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    font-size: 17px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu ul li a:hover {
    color: #e47b23;
}

.banner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
}

.banner h2 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.banner h3 {
    color: #a9a9a9;
    margin: 0;
    font-size: 28px;
}

.content-wrapper {
    padding: 0 2%;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2% 0;
}

.content h2 {
    font-size: 36px;
    text-transform: uppercase;
}

.intro {
    margin-top: 0;
    padding-top: 0;
}

.intro h2 {
    margin-top: 20px;
}

.it-support {
    background: url(../img/topography.png) top left repeat;
    border-top: 1px solid #e87d24;
}

.it-support h1 {
    color: #fff;
    text-transform: uppercase;
}

.it-support h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0;
}

.it-support h1:before,
.it-support h1:after {
    content: '';
    display: block;
    height: 2px;
    width: 150px;
    margin: 0 auto;
    background: #000;
}

.it-support h1:before {
    margin-bottom: 10px;
}

.it-support h1:after {
    margin-top: 10px;
}

.it-support p {
    color: #000;
}

.testimonials {
    background: #FFF;
    text-align: center;
    border-top: 1px solid #cccccc;
}

.bx-pager {
    display: block;
}

.quote-slider {
    position: relative;
    padding: 30px 0;
}

.quote-slider-content {
    max-width: 1200px;
    margin: 0 auto;
}

.quote-slider-arrow {
    display: none;
}

.quote-slider-content p {
    padding: 25px 10px 25px 10px;
    font-size: 27px;
    font-size: 1.6875rem;
    text-align: center;
    position: relative;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #ccc;
}

.quote-slider-content p:before,
.quote-slider-content p:after {
    content: '\201c';
    color: #F58426;
}

.quote-slider-content p:before {}

.quote-slider-content p:after {}

.quote-slider-content cite {
    margin-top: 50px;
    display: block;
    font-size: 16px;
    font-style: normal;
    color: #a9a9a9;
}

.quote-slider-content cite strong {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
}

.quote-slider-content cite *+span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

.cloud {
    border-top: 1px solid #e87d24;
}

.cloud h1,
.testimonials h1 {
    color: #F58426;
    text-transform: uppercase;
}

.cloud h2 {
    color: #000;
    text-transform: uppercase;
    margin: 10px 0;
}

.cloud h1:before,
.cloud h1:after {
    content: '';
    display: block;
    height: 2px;
    width: 150px;
    margin: 0 auto;
    background: #000;
}

.cloud h1:before {
    margin-bottom: 10px;
}

.cloud h1:after {
    margin-top: 10px;
}

.voip {
    background: url(../img/halftone.png) top left repeat;
    border-top: 1px solid #cccccc;
}

.voip h1 {
    color: #000;
    text-transform: uppercase;
}

.voip h3 {
    color: #000;
    text-transform: uppercase;
    margin: 40px 0;
    font-size: 27px;
}

.voip h1:before,
.voip h1:after {
    content: '';
    display: block;
    height: 2px;
    width: 150px;
    margin: 0 auto;
    background: #F58426;
}

.voip h1:before {
    margin-bottom: 10px;
}

.voip h1:after {
    margin-top: 10px;
}

.voip p {
    color: #000;
}

.voip ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.voip li {
    margin: 2% 0 0 0;
    color: #000;
    padding: 0;
}

.call-to {
    background: url(../img/server2.jpg) top center no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 3% 2%;
    margin: 0;
}

.cargen-text {
    width: 100%;
    height: 100%;
}

.cargen-text h1 {
    margin: 0;
    text-transform: uppercase;
    color: #FFF;
}

.cargen-text h2 {
    margin: 0;
    text-transform: uppercase;
    color: #F58426;
    font-size: 32px;
}

.cargen-text h2.tel {
    color: #fff;
    text-transform: none;
    padding-top: 20px;
}

.pa {
    display: flex;
    align-items: center;
    justify-content: center
}

.remote {
    background: #b9d80b;
    color: #000;
}

.remote h2 {
    margin-bottom: 10px;
}

.remote input {
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.remote input[type=submit] { margin:10px 0; }

.footer {
    background: #111;
    padding: 3% 2%;
}

.footer img {
    height: 100px;
}


/*
 * -- TABLET (AND UP) MEDIA QUERIES -- * 
 */

@media (min-width: 48em) {
    body {
        font-size: 17px;
    }
    .header {
        height: 180px;
    }
    .header img {
        height: 110px;
    }
    .menu {
        display: block;
        margin-top: 22px;
    }
    .mobile-menu,
    #nav-icon {
        display: none;
    }
    .l-box-lrg {
        border: none;
    }
    .bx-pager {
        display: none;
    }
    .quote-slider-arrow {
        display: block;
    }
    .quote-slider-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .quote-slider-arrow-left {
        left: 0
    }
    .quote-slider-arrow-right {
        right: 0
    }
}


/*
 * -- DESKTOP (AND UP) MEDIA QUERIES -- * 
 */

@media (min-width: 78em) {
    .menu {
        margin-top: 43px;
    }
    .menu ul li a {
        font-size: 20px;
    }
    .header img {
        height: 150px;
    }
}
