/**
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
**/
body
{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
}

/** HEADER **/
.header
{
    background-color: #fff;
    min-height: 70px;
    border-bottom: 1px solid #ccc; /* REMOVE */
}
.nav-table
{
    display: table;
    width: 100%;
    height: 100%;
}
.nav-cell
{
    display: table-cell;
    vertical-align: middle;
}
.logo
{
    display: inline-block;
    max-width: 200px;
}
.nav-button-wrapper
{
    text-align: right;
}
.nav-btn
{
    display: inline-block;
    cursor: pointer;
}
.full-screen-menu
{
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}
.full-screen-menu.open
{
    display: block;
}
.main-menu {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
}
.main-menu li
{
    padding: 20px 10px;
}
.main-menu li a
{
    font-size: 48px;
    color: #8a8a8a;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.main-menu li a:hover,
.main-menu li a:focus,
.main-menu li.active a
{
    color: #fff;
    text-decoration: none;
}
.menu-close
{
    position: absolute;
    right: 5%;
    top: 30px;
    font-size: 48px;
    color: #fff;
    cursor: pointer;
}


/** SLIDER **/

.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    min-height: 650px; 
    height: 100%;
    width:100%; 
}
.main-slider .carousel-caption
{
    left: 10%;
    top: 30%;
    text-align: left;
    max-width: 550px;
    font-family: 'Roboto Condensed', sans-serif;
}
.carousel-caption .thin-gray-text
{
    font-weight: 300;
    margin: 0;
    color: #8a8a8a;
    font-size: 48px;
}
.carousel-caption .bold-white-text
{
    font-weight: 700;
    color: #fff;
    font-size: 60px;
    color: #fff;
    margin: 0;
}
.carousel-caption p
{
    padding-top: 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 300;
}



/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 1s;
}
.carousel-caption button {
    animation-delay: 3s;
}
.slider-controls
{
    position: absolute;
    bottom: 30px;
    right: 30px;
    border-bottom: 3px solid #ccc;
    padding-bottom: 10px;
    width: 75px;
}

.slider-controls a
{
    color: #fff;
    font-size: 18px;
}
.slider-controls a.right
{
    float: right;
}
ol.carousel-numbers {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    right: -30px;
    top: 40%;
    left: 100%;
    width: auto;
    margin-left: 50px;
}
ol.carousel-numbers li
{
    border: 0;
    text-indent: inherit;
    font-family: 'Open Sans', sans-serif;
    color: #8a8a8a;
    font-size: 16px;
    height: auto;
    width: auto;
    margin: 0;
}
ol.carousel-numbers li.active
{
    color: #000;
    position: relative;
}

ol.carousel-numbers li.active:before
{
    content: '';
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: -45px;
    top: 10px;
}

.section
{
    padding: 60px 0px;
}
.about-heading
{
    text-align: right;
    word-wrap: break-word;
}
.about-heading h2
{
    font-size: 80px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.black-thin
{
    display: block;
    font-weight: 300;
    color: #141414;
}
.gray-bold-borderd
{
    display: inline-block;
    font-weight: 900;
    color: #8a8a8a;
    border-bottom: 5px solid #141414;
}
.about-content
{
    padding-top: 20px;
    font-size: 16px;
    color: #515151;
}
.heading
{
    text-align: center;
}
.heading h3
{
    margin: 0;
    font-size: 36px;
    color: #8a8a8a;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.heading h2
{
    margin: 0;
    font-size: 56px;
    color: #141414;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.services-content
{
    padding: 40px 0px;
}
.services-content h3
{
    margin: 10px 0px;
    font-size: 28px;
    font-weight: 300;
    color: #141414;
    font-family: 'Roboto Condensed', sans-serif;
}
.services-content p
{
    padding-top: 20px;
    font-size: 16px;
    color: #515151;
}

.service-image img
{
    width: 100%;
    margin: 0 auto;
}

.single-service-content a h2
{
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    color: #141414;
}
.single-service-content a:hover,
.single-service-content a:focus
{
    text-decoration: none;
}
.single-service-content p
{
    padding-top: 20px;
    font-size: 16px;
    color: #515151;
    font-weight: 300;
}


.footer
{
    background-color: #141414;
    color: #fff;
    padding: 30px 0px;
    text-align: center;
}
.footer-menu ul
{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-menu ul li
{
    display: inline-block;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.footer-menu ul li:after
{
    content: '|';
    color: #fff;
    position: relative;
}
.footer-menu ul li a
{
    padding: 0px 20px;
    color: #fff;
}
.footer-menu ul li:last-child:after
{
    display: none;
}
.footer-icons ul
{
    list-style: none;
    padding-left: 0;
    margin: 20px auto;
}
.footer-icons ul li
{
    display: inline-block;
    padding: 0px 20px;
}
.footer-icons ul li a
{
    color: #b5b5b5;
    font-size: 20px;
}

.footer-text p
{
    margin-bottom: 0;
}
.footer-text a
{
    color: #fff;
    font-weight: 700;
}


.client-slider-main
{
    text-align: center;
}
.client-slider-main .draggable
{
    max-width: 1050px;
    margin: 0 auto;
}
.client-testimonial
{
    color: #000;
    position: relative;
}
.client-slider-navigation
{
    display: none;
}

/*
.client-slider-navigation a:hover,
.client-slider-navigation a:focus
{
    color: #e80010;
}

.client-slider-navigation .previous_arrow
{
    float: left;
    top: 70px;
    left: 0px;
}

.client-slider-navigation .next_arrow
{
    float: right;
    top: 70px;
    right: 0px;
}
*/
.client-info img
{
    display: inline-block;
}
.client-info .client-name
{
    text-transform: uppercase;
    font-size: 18px;
}
.testimonial-content
{
    padding: 50px 0px;
}
.slick-dots
{
    list-style: none;
    padding-left: 0;
}

.slick-dots li
{
    display: inline-block;
    margin: 0px 5px;
}

.slick-dots li button
{
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    font-size: 0px;
    height: 10px;
    width: 10px;
    border: 0;
    background-color: #ccc;
}
.slick-dots li.slick-active button
{
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    font-size: 0px;
    height: 10px;
    width: 10px;
    border: 0;
    background-color: #14388e;
}
.client-info img
{
    width: 120px;
    height: 120px;
}

.sticky-icons-wrapper
{
    position: fixed;
    top: 50%;
    z-index: 100000;
}
.sticky-social-icons
{
    list-style: none;
    padding-left: 10px;
    margin-bottom: 0;
}
.sticky-social-icons li
{
    margin-bottom: 10px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #141414;
}

.sticky-social-icons li a
{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.sticky-social-icons #sticky-fb:hover,
.sticky-social-icons #sticky-fb:focus
{
    background-color: #5d82d2;
}

.sticky-social-icons #sticky-twitter:hover,
.sticky-social-icons #sticky-twitter:focus
{
    background-color: #40bff4;
}

.sticky-social-icons #sticky-linkedin:hover,
.sticky-social-icons #sticky-linkedin:focus
{
    background-color: #238dc9;
}






/** MEDIA QUERIES **/
@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {
    .main-slider .carousel-caption
    {
        top: 5%;
    }
    ol.carousel-numbers
    {
        display: none;
    }
    .about-heading {
        text-align: left;
    }
    .about-heading h2
    {
        font-size: 36px;
    }
    .section {
        padding: 20px 0px;
    }
    .single-service
    {
        margin-bottom: 20px;
    }
}

/** TAB SECTION **/
.tabs-list
{
    text-align: right;
}
.tabs-list ul li
{
    margin-bottom: 5px;
}
.tabs-list ul li a
{
    display: inline-block;
    color: #141414;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}
.tabs-list ul li.active a
{
    background-color: #141414;
    color: #fff;
}
.tabs-content-wrapper .heading
{
    text-align: right;
    margin-bottom: 20px;
}
.tabs-content-wrapper .content-image img
{
    width: 100%;
}

.tabs-content-wrapper .tab-text
{
    padding: 30px 0;
}

.tabs-content-wrapper .tab-text p
{
    margin-bottom: 20px;
    color: #515151;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

/** CONTACT FORM **/
.contact_area {
    background: url("http://skeltinauerllc.smm.local/assets/public/images/contrac-bg.jpg") no-repeat scroll center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
#contact .section-heading h2
{
    color: #fff;
}
.overlay {
    box-shadow: 0 0 0 1000px rgba(0,0,0,.75) inset;
}
.area_padding {
    padding: 80px 0;
}

.white_section.section_title h2 {
    color: #ffffff;
    text-transform: capitalize;
    z-index: 9;
}
.contact_form {
    padding: 0 25px 25px;
    margin-top: 5px;
}
.input_area input, .message_area textarea, .submit_area input {
    width: 100%;
    padding: 8px 20px;
    margin-bottom: 15px;
    background: none;
    border: rgba(255, 255, 255, 0.7) solid 1px;
    color: #ffffff;
}
.message_area textarea {
    height: 100px;
    resize: none;
}
.submit_area input {
    background: #2184c5;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: rgba(0, 0, 0, 0.2) solid 1px;
}
.contrac_info {
    padding-left: 69px;
    color: #e6e6e6;
}
.overlay h3
{
    color: #fff;
}
.section-heading {
    text-align: center;
    margin-bottom: 20px;
}
.section-heading h2
{
    font-size: 22px;
}
.contrac_info ul li {
    list-style: none;
    padding: 13px 0;
    font-size: 16px;
}
/****Contact form***/
.mail-foot{
    padding-bottom: 13px !important;
    font-size: 20px !important;
}












