﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #30282a;
    width: 100%;
    min-width: 1100px;
    font-weight: normal;
    background: #515151 url("body_bg.png") center repeat-y;
    position: relative;
}



/* text styles

        -----------------------------------------------------------------------------*/



h1, .h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 35px;
    line-height: 38px;
    font-weight: normal;
    text-transform: uppercase;
    color: #30282a;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

h2, .h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    line-height: 33px;
    font-weight: normal;
    text-transform: uppercase;
    color: #30282a;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

h3, .h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

h4, .h4 {
    font-family: 'Bebas Neue', cursive;
    font-size: 22px;
    line-height: 25px;
    font-weight: normal;
    text-transform: uppercase;
    color: #30282a;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}



a {
    color: #8f8178;
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: underline;
    }



table {
    border: 0px;
    border-spacing: 0px;
    border-collapse: separate;
    padding: 0px;
    margin: 0px;
}



ul, ol {
    margin: 0px 0px 10px 20px;
    padding: 0px 0px 0px 0px;
    /*	list-style-position: inside;*/
}

ul {
    /*	list-style-image: url("https://www.nnfencecompany.com/images/icon_bullet.png");*/
}

    ul.no-list-image, ul.no-list-image li {
        list-style: none;
        list-style-image: none;
    }



p {
    margin: 15px 0px 15px 0px;
}

img {
    border: none;
}



/* forms styles

        -----------------------------------------------------------------------------*/

input, textarea, select {
    color: #000;
    box-sizing: border-box;
}

label {
    box-sizing: border-box;
}

input {
    vertical-align: middle;
}



.form_standard {
    width: 700px !important;
    display: table;
    margin: 0 auto;
}

.form_standard_half {
    width: 350px !important;
    display: table;
    margin: 0 auto;
}



.form {
    width: 100%;
}

    .form input.submit, input.button {
        width: auto;
        color: #fff;
        background: #8f8178;
        font-family: 'Bebas Neue', cursive;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        border: 0px;
        padding: 12px 20px 12px 20px;
    }

    .form fieldset {
        border: 0px;
        padding: 0px;
        margin: 0px;
    }

        .form fieldset legend {
            color: #000;
            font-size: 16px;
            font-weight: bold;
            padding: 0px;
        }



    .form label {
        float: left;
        padding: 0px 2px 0px 0px;
        margin: 0;
        font-family: 'Bebas Neue', cursive;
        color: #30282a;
        font-size: 20px;
        line-height: 20px;
    }

        .form label.edit {
            width: 50%;
        }

        .form label.edit_full {
            width: 100%;
        }

        .form label.edit_half {
            width: 25%;
        }



    .form input[type=text], .form input[type=email], .form select, .form textarea {
        width: 100%;
        color: #000;
        font-family: 'Bebas Neue', cursive;
        font-size: 22px;
        line-height: 29px;
        padding: 9px 15px 9px 15px;
        margin: 0px 0px 10px 0px;
        background: #fff;
        border: 1px solid #dcdcdc;
    }

    .form select {
        padding: 8px 14px 8px 14px;
    }



    .form textarea {
        height: 150px;
    }



.required {
    color: #f00;
}



/* scode_block

        -----------------------------------------------------------------------------*/

#scode_block {
    width: 100%;
    text-align: center;
}

    #scode_block table {
        border: 0px;
        border-spacing: 0px;
        border-collapse: separate;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
    }

        #scode_block table tr {
            vertical-align: top;
        }

        #scode_block table td {
            width: auto;
        }

        #scode_block table td {
            padding: 0px 2px 0px 2px;
            margin: 0px;
        }

    #scode_block #scode {
        width: 105px;
    }

    #scode_block input[type=text] {
        margin: 0px;
    }

    #scode_block #img_code {
    }





/* placeholder

        -----------------------------------------------------------------------------*/

::-webkit-input-placeholder {
    color: #30282a !important;
    font-weight: normal;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

::-moz-placeholder {
    color: #30282a !important;
    font-weight: normal;
    text-overflow: ellipsis;
}

:-moz-placeholder {
    color: #30282a !important;
    font-weight: normal;
    text-overflow: ellipsis;
}

:-ms-input-placeholder {
    color: #30282a !important;
    font-weight: normal;
    text-overflow: ellipsis;
}



/* standard styles

        -----------------------------------------------------------------------------*/



.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline
}



.align_center {
    text-align: center;
    margin: auto;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.align_justify {
    text-align: justify;
}



.valign_top {
    vertical-align: top;
}

.valign_middle {
    vertical-align: middle;
}

.valign_bottom {
    vertical-align: bottom;
}



.position_center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.position_middle:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}



.box_center {
    display: table;
    margin: 0 auto !important;
}



.clear {
    height: 0;
    font-size: 1px;
    line-height: 0px;
    clear: both;
}



.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}



.hidden {
    display: none;
}



.desktop_only {
}

.mobile_only {
    display: none;
}



.img_left {
    width: auto;
    float: left;
    margin: 0px 15px 10px 0px;
}

.img_right {
    width: auto;
    float: right;
    margin: 0px 0px 10px 15px;
}



.images, .images_left, .images_right {
    border: 0px solid #b7b7b7;
}

.images_left {
    width: auto;
    float: left;
    margin: 0px 25px 15px 0px;
}

.images_right {
    width: auto;
    float: right;
    margin: 0px 0px 15px 25px;
}



hr, .hr {
    line-height: 1px;
    height: 1px;
    font-size: 1px;
    background: #CCC;
    border: 0px;
}



.a_button {
    display: inline-block;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    font-weight: normal;
    outline: none;
    background: #8f8178;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 40px 18px 40px;
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
}

    .a_button:hover {
        text-decoration: none;
        background: #30282a;
    }



.a_button1 {
    background: #fec524;
}



.a_button2 {
    color: #30282a;
    background: #fff;
}

    .a_button2:hover {
        color: #fff;
    }





.columns {
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}



    .columns[data-columns-count="2"] {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .columns[data-columns-count="3"] {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .columns[data-columns-count="4"] {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

    .columns[data-columns-count="5"] {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }

    .columns[data-columns-count="6"] {
        -moz-column-count: 6;
        -webkit-column-count: 6;
        column-count: 6;
    }



.res_list div {
    display: inline-block;
    padding-bottom: 10px;
}





/* columns_list

        -----------------------------------------------------------------------------*/

ul.columns_list {
    list-style: none;
}

    ul.columns_list > li {
        list-style: none;
        list-style-image: none;
        display: inline-block;
        padding: 0px 0px 15px 0px;
        margin: 0px 0px 0px 0px;
        vertical-align: top;
    }

    ul.columns_list > li, ul.columns_list[data-columns-count="2"] > li {
        width: 47%;
        margin-right: 3%;
    }

    ul.columns_list[data-columns-count="3"] > li {
        width: 30%;
        margin-right: 3%;
    }

    ul.columns_list[data-columns-count="4"] > li {
        width: 22%;
        margin-right: 3%;
    }

    ul.columns_list[data-columns-count="5"] > li {
        width: 17%;
        margin-right: 3%;
    }





/* portfolio styles

        -----------------------------------------------------------------------------*/

.sectionname, .imagepages {
    display: inline-block;
    color: #fff;
    background: #878787;
    padding: 3px 6px 3px 6px;
    margin: 0px 3px 5px 0px;
    border-radius: 2px;
}

    .sectionname:hover, .imagepages:hover {
        text-decoration: none;
        color: #fff;
        background: #1d8917;
    }



.sectionnameselected, .imagepageselected {
    display: inline-block;
    color: #fff;
    background: #1d8917;
    padding: 3px 6px 3px 6px;
    margin: 0px 3px 5px 0px;
    border-radius: 2px;
}

    .sectionnameselected:hover, .imagepageselected:hover {
        text-decoration: none;
    }



.sectionname_divider {
    display: none;
}



.imagesmallname {
    color: #000;
}



.imagemediumname {
    color: #000;
    font-weight: bold;
}



.image_delimiter {
    font-size: 1px;
    line-height: 1px;
    height: 3px;
    padding: 0px;
    margin: 0px;
}





/* portfolio

        -----------------------------------------------------------------------------*/

.portfolio {
}

    .portfolio ul {
        display: table;
        margin: 0 auto;
        padding: 0px;
        list-style: none;
        list-style-image: none;
    }

        .portfolio ul li {
            display: inline-block;
            margin: 0px 2px 10px 2px;
            padding: 0px;
            vertical-align: top;
        }

            .portfolio ul li:first-child {
            }

            .portfolio ul li:last-child {
            }

a.portfolio_button {
    display: inline-block;
    position: relative;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    outline: none;
    background: #5dd323;
    text-align: center;
    padding: 8px 10px 8px 10px;
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
}

    a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
        color: #fff;
        text-decoration: none;
        background: #f6ed10;
    }





/* portfolio_sections_list

        -----------------------------------------------------------------------------*/

.portfolio_sections_list {
    padding: 0px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 15px;
}

.portfolio_sections_list_caption {
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
    padding: 0px 0px 5px 0px;
}

.portfolio_sections_list select {
    width: 100%;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    line-height: 20px;
    padding: 8px;
    margin: 0px 0px 10px 0px;
    background: #fff url("input_bg.png") top repeat-x;
    border: 1px solid #ccc;
}

.portfolio_sections_list ul li {
    margin: 0px 4px 10px 4px;
    padding: 0px;
    vertical-align: top;
}



.portfolio_section_name {
    font-family: 'Bebas Neue', cursive;
    font-size: 27px;
    line-height: 30px;
    font-weight: normal;
    color: #5dd323;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
}

.portfolio_section_text {
    padding: 0px 0px 20px 0px;
    text-align: left;
}





/* portfolio_navigation

        -----------------------------------------------------------------------------*/

.portfolio_navigation {
    padding: 0px 0px 10px 0px;
}

.portfolio_navigation_last {
    width: 100px;
    float: left;
}

.portfolio_navigation_next {
    width: 100px;
    float: right;
    text-align: right;
}

.portfolio_navigation_pages {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    float: left;
    text-align: center;
}





/* portfolio_thumbnails

        -----------------------------------------------------------------------------*/

.portfolio_thumbnails {
    padding: 0px 0px 10px 0px;
    text-align: center;
}

.portfolio_thumbnails_caption {
    padding: 0px 0px 20px 0px;
}

.portfolio_thumbnails ul li {
    text-align: left;
    position: relative;
}



.portfolio_thumbnail_link {
}

.portfolio_thumbnail_image {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

    .portfolio_thumbnail_image img {
        vertical-align: bottom;
    }



.portfolio_thumbnail_caption {
    width: 92%;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    padding: 7px 4% 7px 4%;
    opacity: 0;
    background: rgba(93,211,35,0.8);
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
}

.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
    opacity: 1;
    bottom: 0px;
}

.portfolio_thumbnail_caption a {
    color: #FF0;
}





/* portfolio_index

        -----------------------------------------------------------------------------*/

.portfolio_index {
    padding: 0px 0px 10px 0px;
    text-align: center;
}

    .portfolio_index ul li {
        text-align: left;
        position: relative;
    }



.portfolio_index_link {
    color: #FF0;
}

.portfolio_index_image {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

    .portfolio_index_image img {
        vertical-align: bottom;
        transition: all 250ms ease-in;
        -webkit-transition: all 250ms ease-in;
    }

.portfolio_index ul li:hover .portfolio_index_image img {
    transform: scale(1.1);
}



.portfolio_index_caption {
    width: 80%;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -8%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 2;
    background: rgba(93,211,35,0.8);
    font-family: 'Bebas Neue', cursive;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 5%;
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
}

.portfolio_index ul li:hover .portfolio_index_caption {
    background: rgba(246,237,16,0.8);
}





/* portfolio_slider

        -----------------------------------------------------------------------------*/

.portfolio_slider {
}



.portfolio_slider_previews_area {
    position: relative;
}

.portfolio_slider_previews {
    vertical-align: middle;
    height: 500px;
    overflow: hidden;
    margin-bottom: 10px;
}



.portfolio_slider_preview {
    width: auto;
    height: 500px;
    text-align: center;
}

.portfolio_slider_preview_link {
    width: auto;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio_slider_preview_image {
    width: 100%;
    height: auto;
}

    .portfolio_slider_preview_image img {
        width: 100%;
        height: auto;
    }

.portfolio_slider_preview_caption {
    width: 94%;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 3% 10px 3%;
    opacity: 1;
    background: rgba(72,72,72,0.7);
}

    .portfolio_slider_preview_caption small {
        color: #CCC;
    }



.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
    position: absolute !important;
    top: 50%;
    margin-top: -20px;
    left: 20px;
}

    .portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url("portfolio_slider_last.png") center center no-repeat;
    }



.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
    position: absolute !important;
    top: 50%;
    margin-top: -20px;
    right: 20px;
}

    .portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url("portfolio_slider_next.png") center center no-repeat;
    }



.portfolio_slider_navigation {
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
}



.portfolio_slider_slideshow {
    position: relative;
}



.portfolio_slider_thumbnails_area {
    position: relative;
}

.portfolio_slider_thumbnails {
    margin-bottom: 10px;
}



.portfolio_slider_thumbnail {
    text-align: center;
}



.portfolio_slider_thumbnail_link {
    text-align: left;
    position: relative;
    width: auto;
    display: inline-block;
}



.portfolio_slider_thumbnail_image img {
    opacity: 0.7;
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
}

.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
    opacity: 1 !important;
}



.portfolio_slider_thumbnail_caption {
    width: 92%;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    padding: 7px 4% 7px 4%;
    opacity: 0;
    background: rgba(72,72,72,0.7);
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
}

.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
    opacity: 1;
    bottom: 0px;
}

.portfolio_slider_thumbnail_caption a {
    color: #FF0;
}





/* portfolio magnific-popup styles

        -----------------------------------------------------------------------------*/

.mfp-figure {
}

.mfp-close {
}

.mfp-img {
}

.mfp-bottom-bar {
}

.mfp-title {
    font-size: 14px;
    line-height: 16px;
}

    .mfp-title a {
        color: #FF0;
    }

    .mfp-title small {
        font-size: 13px;
        line-height: 14px;
        color: #fff;
    }

.mfp-counter {
}





/* breadcrumbs

        -----------------------------------------------------------------------------*/

.breadcrumbs {
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    line-height: 20px;
    color: #30282a;
    padding: 0px 0px 13px 0px;
    margin: 0px 0px 30px 0px;
    border-bottom: 1px solid #CCC;
}

    .breadcrumbs ol {
        margin: 0px;
        padding: 0px;
        list-style: none;
        list-style-image: none;
    }

        .breadcrumbs ol li {
            position: relative;
            display: inline-block;
            padding: 0px 15px 0px 0px;
            margin: 0px 5px 0px 0px;
        }

            .breadcrumbs ol li:after {
                content: " >";
                display: block;
                width: 20px;
                height: 100%;
                position: absolute;
                top: 3px;
                right: 0px;
                text-align: right;
                font-size: 14px;
                line-height: 14px;
            }

            .breadcrumbs ol li:last-child {
                margin: 0px 0px 0px 0px;
            }

                .breadcrumbs ol li:last-child:after {
                    content: "";
                    display: block;
                    width: 0px;
                }



            .breadcrumbs ol li a {
                color: #8f8178;
            }

            .breadcrumbs ol li:hover a {
                text-decoration: underline;
            }





/* Table

        -----------------------------------------------------------------------------*/

.table {
    width: 100%;
    border-top: 1px solid #bdb6a3;
    border-left: 1px solid #bdb6a3;
}

    .table tr {
        vertical-align: middle;
    }

    .table th, .table td {
        padding: 5px;
        border-bottom: 1px solid #bdb6a3;
        border-right: 1px solid #bdb6a3;
        color: #64534c;
    }

    .table thead td, .table tfoot td {
        background: #efae40 url("table_header_bg.png") top repeat-x;
        font-family: 'Bebas Neue', cursive;
        color: #fff;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;
        text-transform: uppercase;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

    .table tr th {
        font-family: 'Bebas Neue', cursive;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        background: #ada48c;
    }

    .table tr:nth-child(odd) {
        background: #efede8;
    }

    .table tr:nth-child(even) {
        background: #f5f3ee;
    }





/* belgard

        -----------------------------------------------------------------------------*/

table.belgard td {
    padding: 0px 20px 20px 0px;
}



/* main styles

        -----------------------------------------------------------------------------*/

.animatedParent {
    /*	overflow: hidden;*/
}



.page_wrapper {
    width: 1100px;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}



#main_wrapper {
    overflow: hidden;
}



.body_offset {
    padding-top: 44px;
}



.body_wrapper {
    max-width: 1920px !important;
    margin: 0 auto !important;
    float: none !important;
}



.box_fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 1000 !important;
    width: 100% !important;
    max-width: 1920px !important;
    float: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}





/* Header_top

        -----------------------------------------------------------------------------*/

#header_top {
    width: 100%;
    position: relative;
    height: 50px;
    color: #231f20;
    font-family: 'Bebas Neue', cursive;
    background: #fec524;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
}

#header_top_slogan {
    width: 500px;
    position: absolute;
    left: 0px;
    top: 17px;
}



#header_top_address {
    width: 260px;
    position: absolute;
    right: 100px;
    top: 17px;
    padding-left: 20px;
    background: url("icon_location.png") left top no-repeat;
}



#header_top_cards {
    width: 95px;
    position: absolute;
    right: 0px;
    top: 12px;
    text-align: right;
}

    #header_top_cards a img {
        margin: 0px 0px 0px 2px;
        transition: all 250ms ease-in;
        -webkit-transition: all 250ms ease-in;
        opacity: 1;
    }

    #header_top_cards a:hover img {
        opacity: 0.7;
    }





/* Header

        -----------------------------------------------------------------------------*/

#header {
    width: 100%;
    position: relative;
    height: 124px;
    color: #231f20;
    font-family: 'Bebas Neue', cursive;
    background: #f6ed10;
    font-size: 22px;
    line-height: 22px;
    background: #fff;
    text-transform: uppercase;
}



#header_logo {
    width: 321px;
    position: absolute;
    left: 0px;
    top: 25px;
}



#header_phone {
    width: 122px;
    position: absolute;
    right: 80px;
    top: 53px;
    text-align: right;
    background: url("icon_phone.png") left center no-repeat;
}



#header_social {
    width: 80px;
    position: absolute;
    right: 0px;
    top: 44px;
    text-align: right;
}

    #header_social a img {
        margin: 0px 0px 0px 2px;
        transition: all 250ms ease-in;
        -webkit-transition: all 250ms ease-in;
        opacity: 1;
    }

    #header_social a:hover img {
        opacity: 0.7;
    }





/* menutop

        -----------------------------------------------------------------------------*/

#menutop {
    height: 50px;
    background: #8f8178;
    text-transform: uppercase;
}

    #menutop ul {
        display: table;
        margin: 0 auto;
        padding: 0px;
        list-style: none;
        list-style-image: none;
    }

    #menutop li {
        float: left;
        padding: 0px 15px 0px 15px;
        margin: 0px;
    }

        #menutop li:last-child {
            background: none;
        }

            #menutop li:last-child a {
            }



    #menutop ul li a {
        display: block;
        color: #352d2f;
        font-family: 'Bebas Neue', cursive;
        font-size: 21px;
        line-height: 21px;
        font-weight: normal;
        height: 33px;
        text-align: center;
        padding: 17px 15px 0px 15px;
        margin: 0px;
        transition: all 150ms ease-in;
        -webkit-transition: all 150ms ease-in;
    }

    #menutop ul li:hover a, #menutop li.selected a {
        color: #fff;
        text-decoration: none;
    }





/* slideshow

        -----------------------------------------------------------------------------*/

#slideshow {
    width: 100%;
    height: 800px;
    position: relative;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    z-index: 0;
    text-transform: uppercase;
}

.inside #slideshow {
    height: 430px;
}



#slideshow ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-image: none;
}



#slideshow li {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    list-style: none;
    list-style-image: none;
}



#slides_arrow_next {
    width: auto;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    right: 45px;
    z-index: 101;
}

#slides_arrow_prev {
    width: auto;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    left: 45px;
    z-index: 101;
}



#slideshow .page_wrapper {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    z-index: 101;
    padding-top: 150px;
}

.inside #slideshow .page_wrapper {
    padding-top: 100px;
}



#slideshow_slogan_left {
    width: 300px;
    float: left;
}

    #slideshow_slogan_left span {
        color: #fff;
        font-family: 'Bebas Neue', cursive;
        font-size: 72px;
        line-height: 72px;
        display: block;
    }



.inside #slideshow_slogan_left {
    width: 400px;
}

    .inside #slideshow_slogan_left span {
        font-size: 60px;
        line-height: 60px;
    }

    .inside #slideshow_slogan_left img {
        display: inline-block;
        padding-right: 20px;
    }

    .inside #slideshow_slogan_left div {
        display: inline-block;
    }





#slideshow_slogan_right {
    width: 300px;
    float: right;
}

    #slideshow_slogan_right span {
        color: #fff;
        font-family: 'Bebas Neue', cursive;
        font-size: 72px;
        line-height: 72px;
        display: block;
    }



.inside #slideshow_slogan_right {
    width: 400px;
}

    .inside #slideshow_slogan_right span {
        font-size: 60px;
        line-height: 60px;
    }

    .inside #slideshow_slogan_right img {
        display: inline-block;
        padding-right: 20px;
    }

    .inside #slideshow_slogan_right div {
        display: inline-block;
    }





/* slideshow_pager

        -----------------------------------------------------------------------------*/

#slideshow_pager {
    text-align: left;
    width: 1100px;
    z-index: 101 !important;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}



    #slideshow_pager span {
        width: 40px;
        height: 4px;
        display: inline-block;
        cursor: pointer;
        background: url("slide_icon.png") left top no-repeat;
        padding: 0px 2px 0px 2px;
        font-family: arial;
        font-size: 1px;
    }

        #slideshow_pager span.cycle-pager-active {
            background: url("slide_icon_on.png") left top no-repeat;
        }

    #slideshow_pager > * {
        cursor: pointer;
    }





/* box_services

        -----------------------------------------------------------------------------*/

#box_services {
    height: 890px;
    background: url("box_services_bg.jpg") center top no-repeat;
    padding: 110px 0px 0px 0px;
    position: relative;
    color: #30282a;
}

    #box_services ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        list-style-image: none;
    }

        #box_services ul li {
            width: 450px;
            height: 890px;
            vertical-align: top;
        }



            #box_services ul li:nth-child(1) {
                float: left;
            }

                #box_services ul li:nth-child(1) .a_button2 {
                    position: absolute;
                    bottom: 50px;
                    left: 0px;
                }



            #box_services ul li:nth-child(2) {
                float: right;
                color: #fff;
            }

                #box_services ul li:nth-child(2) .content_title {
                    font-size: 60px;
                    line-height: 63px;
                    color: #fff;
                }

                #box_services ul li:nth-child(2) span {
                    font-family: 'Bebas Neue', cursive;
                    font-size: 30px;
                    line-height: 33px;
                    color: #30282a;
                    display: block;
                    padding-bottom: 15px;
                }







/* middle

        -----------------------------------------------------------------------------*/

#middle {
    /*padding: 90px 0px 90px 0px;*/
    padding: 10px 0px 90px 0px;
    background: #fff;
    position: relative;
}

.inside #middle {
    min-height: 600px;
    height: auto !important;
    height: 600px;
}





/* content

        -----------------------------------------------------------------------------*/

#content {
    width: 580px;
    float: left;
}

.inside #content {
    width: 100%;
}



#home_right {
    float: right;
    padding: 0px 130px 0px 130px;
    text-align: center;
}

    #home_right img {
        margin-bottom: 10px;
    }



/* content_title

        -----------------------------------------------------------------------------*/

.content_title {
    width: 100%;
    color: #30282a;
    font-family: 'Bebas Neue', cursive;
    font-size: 72px;
    line-height: 75px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin-bottom: 35px;
}

    .content_title h1 {
        padding: 0px;
        margin: 0px;
        width: 100%;
        color: #30282a;
        font-family: 'Bebas Neue', cursive;
        font-size: 72px;
        line-height: 75px;
        font-weight: normal;
        text-align: left;
    }



.content_title_center {
    text-align: center;
}





/* service_area

        ----------------------------------------------------------------------------*/

#service_area ul {
    margin: 10px 0px 0px 20px;
    padding: 0px;
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

#service_area span {
    font-size: 16px;
    line-height: 17px;
    font-weight: bold;
}

#service_area a[href="javascript:;"] {
    color: #30282a;
    text-decoration: none;
    cursor: text;
}





/* box_numbers

        -----------------------------------------------------------------------------*/

#box_numbers {
    background: #f3f3f3;
    position: relative;
    padding: 50px 0px 60px 0px;
}

    #box_numbers ul {
        display: table;
        margin: 0 auto;
        padding: 0px 0px 0px 0px;
        list-style: none;
        list-style-image: none;
    }

        #box_numbers ul li {
            display: inline-block;
            width: 150px;
            padding: 0px 0px 0px 0px;
            margin: 0px 50px 0px 50px;
            color: #30282a;
            text-align: center;
        }

    #box_numbers li:first-child {
        margin-left: 0px;
    }

    #box_numbers li:last-child {
        margin-right: 0px;
    }

    #box_numbers ul li img {
        padding-bottom: 10px;
    }

    #box_numbers ul li span {
        font-family: 'Bebas Neue', cursive;
        font-size: 80px;
        line-height: 80px;
        font-weight: normal;
        text-transform: uppercase;
        display: block;
        padding-bottom: 10px;
    }

    #box_numbers ul li:nth-child(1) span {
        color: #8f8178;
    }

    #box_numbers ul li:nth-child(2) span {
        color: #fec524;
    }

    #box_numbers ul li:nth-child(3) span {
        color: #5dd323;
    }

    #box_numbers ul li:nth-child(4) span {
        color: #f63c3c;
    }





/* box_portfolio

        -----------------------------------------------------------------------------*/

#box_portfolio {
    background: #fff;
    position: relative;
    padding: 120px 0px 120px 0px;
}

    #box_portfolio ul {
        margin: 0px;
        padding: 530px 0px 0px 0px;
        list-style: none;
        list-style-image: none;
    }

        #box_portfolio ul li {
            width: 350px;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            text-align: center;
            color: #352d2f;
            font-family: 'Bebas Neue', cursive;
            font-size: 36px;
            line-height: 36px;
            text-transform: uppercase;
        }

    #box_portfolio li:first-child {
        float: left;
    }

    #box_portfolio li:last-child {
        float: right;
    }

    #box_portfolio ul li .a_button {
        margin-top: 15px;
    }



#box_portfolio_left {
    background: url("box_portfolio_left.jpg") left bottom no-repeat;
    width: 955px;
    height: 500px;
    position: absolute;
    top: 90px;
    left: -webkit-calc(50% - 960px);
    left: -moz-calc(50% - 960px);
    left: calc(50% - 960px);
}



#box_portfolio_right {
    background: url("box_portfolio_right.jpg") left bottom no-repeat;
    width: 955px;
    height: 500px;
    position: absolute;
    top: 90px;
    right: -webkit-calc(50% - 960px);
    right: -moz-calc(50% - 960px);
    right: calc(50% - 960px);
}





/* box_testimonials

        -----------------------------------------------------------------------------*/

#box_testimonials {
    height: 420px;
    background: url("box_testimonials_bg.jpg") center top no-repeat;
    padding: 120px 0px 0px 0px;
    position: relative;
    color: #3d3d3d;
    text-align: center;
    position: relative;
}



    #box_testimonials ul {
        width: 70%;
        height: 150px;
        display: table;
        margin: 0 auto;
        padding: 0px 0px 60px 0px;
        list-style: none;
        list-style-image: none;
    }



    #box_testimonials li {
        list-style: none;
        list-style-image: none;
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }



        #box_testimonials li span {
            display: block;
            color: #7c7b79;
            font-family: 'Bebas Neue', cursive;
            font-size: 30px;
            line-height: 33px;
            text-transform: uppercase;
        }



#slides_testimonials_arrow_next {
    width: auto;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    right: 45px;
    z-index: 101;
}

#slides_testimonials_arrow_prev {
    width: auto;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 45px;
    z-index: 101;
}



/* slides_testimonials_pager

        -----------------------------------------------------------------------------*/

#slides_testimonials_pager {
    text-align: center;
    width: 1100px;
    z-index: 101 !important;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}



    #slides_testimonials_pager span {
        width: 40px;
        height: 4px;
        display: inline-block;
        cursor: pointer;
        background: url("slide_icon.png") left top no-repeat;
        padding: 0px 2px 0px 2px;
        font-family: arial;
        font-size: 1px;
    }

        #slides_testimonials_pager span.cycle-pager-active {
            background: url("slide_icon_on.png") left top no-repeat;
        }

    #slides_testimonials_pager > * {
        cursor: pointer;
    }





/* box_contact

        -----------------------------------------------------------------------------*/

#box_contact {
    width: 100%;
    padding: 0px 0px 0px 0px;
    background: #f3f3f3;
    color: #30282a;
    font-size: 15px;
    line-height: 20px;
    position: relative;
}



#box_contact_right {
    background: url("box_contact_right.jpg") right bottom no-repeat;
    width: 410px;
    height: 786px;
    position: absolute;
    top: 0px;
    right: -webkit-calc(50% - 960px);
    right: -moz-calc(50% - 960px);
    right: calc(50% - 960px);
}



#box_contact_icons {
    float: left;
    width: 550px;
}

    #box_contact_icons ul {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        list-style: none;
        list-style-image: none;
    }

        #box_contact_icons ul li {
            width: 550px;
            height: 162px;
            padding: 100px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            text-align: center;
            color: #aeacac;
            font-size: 15px;
            line-height: 20px;
        }

            #box_contact_icons ul li img {
                padding: 0px 20px 30px 0px;
                text-align: right;
                vertical-align: top;
            }

            #box_contact_icons ul li div {
                display: inline-block;
                text-align: left;
            }

            #box_contact_icons ul li span {
                display: inline-block;
                color: #fff;
                font-family: 'Bebas Neue', cursive;
                font-size: 36px;
                line-height: 36px;
                text-transform: uppercase;
            }

            #box_contact_icons ul li:nth-child(1) {
                background: #30282a;
            }

            #box_contact_icons ul li:nth-child(2) {
                background: #8f8178;
            }

            #box_contact_icons ul li:nth-child(3) {
                background: #fec524;
            }





/* form_side

        -----------------------------------------------------------------------------*/

#form_estimate_side {
    width: 470px;
    float: left;
    padding: 120px 80px 0px 0px;
}



    #form_estimate_side fieldset {
        border: none;
        padding: 0px;
        margin: 0px;
    }

    #form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
    }

    #form_estimate_side textarea {
        height: 155px;
    }



    #form_estimate_side #table_form {
        width: 100%;
    }

        #form_estimate_side #table_form td {
        }





/* Footer

        ----------------------------------------------------------------------------*/

#footer {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
}



#footer_logo {
    float: left;
    width: 321px;
    text-align: center;
}



#footer_address {
    height: 77px;
    padding: 30px 0px 30px 0px;
    text-align: right;
}

    #footer_address span {
    }



#footer_links {
    padding: 30px 0px 40px 0px;
    background: #352d2f;
    color: #aeacac;
}

    #footer_links a {
        color: #aeacac;
    }

    #footer_links ul {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        list-style: none;
        list-style-image: none;
    }

        #footer_links ul li {
            width: 550px;
            float: left;
        }

            #footer_links ul li:last-child {
                text-align: right;
            }





/* Contact

        -----------------------------------------------------------------------------*/



#contact_address {
    width: 300px;
    padding-right: 50px;
    float: left;
}

#contact_form {
    width: 750px;
    float: right;
}





/* styles

        -----------------------------------------------------------------------------*/

#scroll_top {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #8f8178 url("scroll_top_bg.png") center no-repeat;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
    z-index: 1000;
}

    #scroll_top:hover {
        background: #30282a url("scroll_top_bg.png") center no-repeat;
        text-decoration: none;
    }
