/*  Fonts  */
@font-face  {
    font-family: 'lato_regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face  {
    font-family: 'lato_bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face  {
    font-family: 'avantgardelt-extralight';
    src: url('../fonts/avantgardelt-extralight.eot');
    src: url('../fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardelt-extralight.woff') format('woff'),
         url('../fonts/avantgardelt-extralight.ttf') format('truetype'),
         url('../fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*  General CSS*/
.wrapper  {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
}

::selection {color:#ffffff;background:#353434;}
::-moz-selection {color:#ffffff;background:#353434;}






/*  header  */
header  {
    width: 100%;
    height: 145px;
    background: #353434;
}

header .logo  {
    float: left;
    margin-top: 21px;
}

@media only screen and (max-width: 500px)  {
    header .logo  {
        width: 141px;
        height: 55.2px;
    }
    header  {
        height: 90px;
    }
}

header .menu_icon  {
    display: block;
    width: 35px;
    height: 35px;
    background: url('http://skycoservices.com/img/menu_icon.png') no-repeat;
    float: right;
    margin-top: 23px;
    display: none;
}

header nav  {
    overflow: hidden;
    display: inline-block;
    margin: 20px 0 0 40px;
    padding: 13px 40px;
    border-left: 1px #404040 solid;
    z-index: 9999;
}

header nav ul  {
    list-style: none;
}

header nav ul li  {
    float: left;
    margin-left: 35px;
    font-size: 16px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
    color: #65bf95
}

header nav ul li:first-child  {
    margin-left: 0;
}

header nav ul li a  {
    text-decoration: none;
    color: #fff;
}

header nav ul li a:hover  {
    color: #65bf95;
}


/*  Billboard  */
.billboard  {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/*  Services/features  */
.features  {
    width: 100%;
    padding-top: 100px;
    background: #fbfbfb;
    overflow: hidden;
}

.features .feature  {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin-right: 6.666666666666667%;
    margin-bottom: 100px;
}

.features .feature:nth-child(3n+0)  {
    margin-right: 0;
}



.feature h3  {
    margin-bottom: 20px;
    color: #767575;
    font-family: "lato_bold", arial;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;

}

.feature p  {
    margin-bottom: 20px;
    color: #9e9e9e;
    font-family: "lato_regular", arial;
    font-size: 15px;
    line-height: 22px;

}

.feature a  {
    color: #848484;
    font-family: "lato_regular", arial;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: .5px;
}

.feature a:hover  {
    color: #353434;
}

.feature a span  {
    font-family: arial;
    margin-left: 10px;
}

.sep_line  {
    display: block;
    width: 13.5px;
    height: 100px;
}

.sep_line:after  {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dedede;
    margin: 0 auto;
}

.sep_top  {
    border-bottom: 1px #dedede solid;
    margin: 0 auto 40px auto;
}

.sep_bottom  {
    border-top: 1px #dedede solid;
    margin: 40px auto 0 auto;
}




/*  Info Section  */
.info  {
    width: 100%;
    overflow: hidden;
    background: #3b3b3b;
}

.info_pic1  {
    display: block;
    width: 50%;
    height: 405px;
    float: left;
    background: url('http://skycoservices.com/img/res.jpg') no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
}
.info_pic2  {
    display: block;
    width: 50%;
    height: 405px;
    float: left;
    background: url('http://skycoservices.com/img/com.jpg') no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
}
.info_pic3  {
    display: block;
    width: 50%;
    height: 405px;
    float: left;
    background: url('http://skycoservices.com/img/spe.jpg') no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
}

.info_details  {
    display: block;
    width: 50%;
    height: 245px;
    float: left;
    padding: 40px 0px 120px 0px;
}

.info_details h3  {
    color: #f7f7f7;
    font-family: "lato_bold", arial;
    font-size: 30px;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 560px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 40px;
}

.info_details p  {
    color: white;
    font-family: "lato_regular", arial;
    font-size: 16px;
    max-width: 560px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 30px;
}

.info_details a  {
    color: white;
    font-family: "lato_regular", arial;
    font-size: 16px;
    margin: 0 0 0 40px;
    text-decoration: none;
}

.info_details a span  {
    margin-left: 10px;
}




/*  Call To Action Section  */
.cta  {
    display: block;
    text-align: left;
    padding-top: 75px;
    margin: 0px 15% 0px 15%;
    line-height: 150%;
}

.cta h3  {
    color: #6b6b6b;
    font-family: "lato_bold", arial;
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.cta p  {
    color: #7f7c7c;
    font-family: "lato_regular", arial;
    font-size: 17px;
    margin-top: 20px;
    letter-spacing: .5px;
}





.cta .cta_sep  {
    display: block;
    width: 1px;
    height: 100px;
    background: #dedede;
    margin: 0 auto;
}




/*  Footer  */
footer  {
    padding: 100px 0;
    border-top: 1px #dedede solid;
    background: #f7f7f7;
    text-align: center;
}

footer .rights  {
    color: #3b3b3b;
    font-family: "lato_regular", arial;
    font-size: 14px;
    margin-top: 30px;
    line-height: 25px;
}
footer .rights a  {
    font-weight: lighter;
    text-decoration: none;
}

footer .rights a  {
    text-decoration: none;
    font-family: 'lato_bold', arial;
    font-weight: bold;
    color: #3b3b3b;
}

a  {
    color: #3b3b3b;
}




/*  Responsive code  */
@media (max-width:1300px) {
    .wrapper  {
        padding: 0 40px;
    }
    .info_pic1,
    .info_pic2,
    .info_pic3,
    .info_details  {
        width: 100%;
    }

    .info_details  {
        height: auto;
        padding: 40px 0;
    }

    .info_details h3,
    .info_details p,
    .info_details a  {
        max-width: 80%;
        display: block;
        text-align: center;
        margin: 40px auto;
    }
}


@media (max-width:1025.999999999999px)  {

    .cta  {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    
    header .logo  {
        float: none;
    }

    header .menu_icon  {
        display: block;
    }

    header nav  {
        display: block;
        background: #353434;
        margin: 21px 0 0 0;
        padding: 0;
        border-left: 0;
        border-top: 1px #2c2c2c solid;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 9999;
        display: none;
    }
    header nav  {
        border-bottom-left-radius: 2px; 
        -webkit-border-bottom-left-radius: 2px; 
        -moz-border-bottom-left-radius: 2px; 
        -o-border-bottom-left-radius: 2px; 
        border-bottom-right-radius: 2px; 
        -webkit-border-bottom-right-radius: 2px; 
        -moz-border-bottom-right-radius: 2px; 
        -o-border-bottom-right-radius: 2px; 
    }
    header nav.show_menu  {
        display: block;
    }
    header nav ul li  {
        margin: 0;
        width: 100%;
        border-bottom: 1px #2c2c2c solid;
    }
    header nav ul li:last-child  {
        border-bottom: 0;
    }
    header nav ul li a  {
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    header nav ul li a:active  {
        display: block;
        width: 100%;
        padding: 20px 0;
        background: #2c2c2c;
    }

    .features .feature  {
        width: 100%;
        margin-right: 6.666666666666667%!important;
        text-align: center;
    }
    .features .feature:nth-child(2n+2)  {
        margin-right: 0!important;
    }
}

@media (max-width:500px)  {

    .features .feature  {
        width: 100%;
        margin-right: 0!important;
    }
    header nav  {
        margin-top: 10px;
    }

}

#feedback-page  {
    text-align:center;
}
#text-feedback  {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    background-color:white;
    text-align:center;
}
@media (min-width:1026px)  {
    #button-green {
        font-family: 'lato_regular', arial, sans-serif;
        float:left;
        width: 100%;
        border: #fbfbfb solid 4px;
        cursor:pointer;
        background-color: #65bf95;
        color:white;
        font-size:24px;
        padding-top:22px;
        padding-bottom:22px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    #button-green:hover  {
        background-color: rgba(0, 0, 0, 0);
        color: #65bf95;
    }
    .submit:hover  {
        color: #65bf95;
    }
    .ease  {
        border-top:3px #3c3c3c solid;
        width: 0px;
        height: 76px;
        background-color: #fbfbfb;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        -ms-transition: .3s ease;
        transition: .3s ease;
    }
    .submit:hover .ease   {
        width:100%;
        background-color:white;
    }
    .feedback-input  {
        opacity:0.9;
        color: #65bf95;
        font-family: 'lato_regular', arial, sans-serif;
        font-weight:400;
        font-size: 18px;
        border-radius: 0;
        line-height: 22px;
        background-color: #fbfbfb;
        border: 3px solid #fbfbfb;
        padding: 13px 13px 13px 13px;
        margin-bottom: 10px;
        width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .feedback-input:focus  {
        background: #fff;
        box-shadow: none;
        border: 3px solid #65bf95;
        color: #65bf95;
        outline: none;
        padding: 13px 13px 13px 13px;
    }
    .focused  {
        color:#65bf95;
        border:#65bf95 solid 3px;
    }
    textarea  {
        width: 100%;
        height: 150px;
        line-height: 150%;
        resize: vertical;
    }
    input:hover, textarea:hover, input:focus, textarea:focus  {
        background-color:white;
    }
}
@media (max-width:1025.999999px)  {
    #button-green  {
        font-family: 'lato_regular', arial, sans-serif;
        float:left;
        width: 100%;
        border: #65bf95 solid 4px;
        background-color: white;
        color: #65bf95;
        font-size:24px;
        padding-top:22px;
        padding-bottom:22px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-border-radius:0; 
        -moz-border-radius:0;
        border-radius:0;
    }
    .ease  {
        width: 0px;
        height: 76px;
        background-color: #fbfbfb;
    }
    .nophone  {
        display: none;
    }
    .feedback-input  {
        font-family: 'lato_regular', arial, sans-serif;
        font-weight:400;
        font-size: 18px;
        line-height: 22px;
        border: #65bf95 solid 4px;
        background-color: white;
        color: #65bf95;
        padding: 13px 13px 13px 13px;
        margin-bottom: 10px;
        width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-border-radius:0; 
        -moz-border-radius:0;
        border-radius:0;
    }
    textarea  {
        border: #65bf95 solid 4px;
        background-color: white;
        color: #65bf95;
        width: 100%;
        height: 150px;
        line-height: 150%;
        resize: vertical;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-border-radius:0; 
        -moz-border-radius:0;
        border-radius:0;
    }
}
@media only screen and (max-width: 580px)  {
    #form-div {
        left: 3%;
        margin-right: 3%;
        width: 88%;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
}
.careers {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #353434;
    text-align: center;
    overflow: hidden;
}
.careers h3, .careers p {
    color: #fbfbfb;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
    height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
    height: auto;
}
@supports (object-fit:cover) {
    .nivoSlider {
        height: 480px;
    }
    .nivoSlider img {
        height: 480px !important;
        object-fit: cover;
    }
}
.nivoSlider img:not(:first-child) {
    display:none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles*/
.nivo-caption {
    color: #000;
    font-family: "avantgardelt-extralight", arial;
    font-weight: lighter;
    font-size: 62px;
    text-align: left;
	position: absolute;
	left:50%;
	top:25%;
	background: rgba(255, 255, 255, 0.6);
	width:auto;
	z-index:8;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
    border: none;
    padding: 1%;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
    text-decoration: none;
}
.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
@media only screen and (max-width: 1200px) {
    .nivo-caption {
        font-size: 32px;
        left: 33.33%;
    }
}
@media only screen and (max-width: 550px) {
    .nivo-caption {
        font-size: 32px;
        left: 0;
    }
}
@media only screen and (max-width: 450px) {
    .nivo-caption {
        font-size: 24px;
        left: 0;
    }
}
@supports (object-fit: cover) {
    @media only screen and (max-width: 580px) {
        .nivo-caption {
            font-size: 32px;
            left: 33.33%;
        }
    }
}
.noty_text {
    font-family: 'lato_regular', arial, sans-serif;
}
.gmap {
    width: 100%;
    height: 450px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.servic {
    display: block;
    text-align: center;
    padding: 75px;
    background-color: #f7f7f7;
}

.servic h3 {
    color: #6b6b6b;
    font-family: "lato_bold", arial;
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 50px;
}
@media only screen and (max-width: 580px) {
    .servic {
        padding: 35px;
    }
    .servic h3 {
        font-size: 32px;
    }
    .gmap {
        height: 175px;
    }
}