/******************************************************************
 RESET CSS - Normalize
******************************************************************/
body, img, p, h1, h2, h3, h4, h5, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    resize: none;
}

p {
    text-align: justify;
}

a, a:hover, a:visited, a:focus {
    text-decoration: none !important;
}

ul, ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

input[type=submit] {
    cursor: pointer;
}

*:focus {
    outline: none;
}

::selection {
    background: #000;
    color: #fafafa;
}

::-moz-selection {
    background: #000;
    color: #fafafa;
}

._v-align {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.relative {
    position: relative;
}

.unstyled {
    background: none;
    border: 0;
    box-shadow: none;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

/******************************************************************
Webfonts
******************************************************************/

@font-face {
    font-family: 'SohoStd-Medium';
    src: url('../fonts/SohoStd/medium/SohoStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/SohoStd/medium/SohoStd-Medium.otf') format('opentype'), url('../fonts/SohoStd/medium/SohoStd-Medium.woff') format('woff'), url('../fonts/SohoStd/medium/SohoStd-Medium.ttf') format('truetype'), url('../fonts/SohoStd/medium/SohoStd-Medium.svg#SohoStd-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SohoStd-Light';
    src: url('../fonts/SohoStd/light/SohoStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SohoStd/light/SohoStd-Light.otf') format('opentype'), url('../fonts/SohoStd/light/SohoStd-Light.woff') format('woff'), url('../fonts/SohoStd/light/SohoStd-Light.ttf') format('truetype'), url('../fonts/SohoStd/light/SohoStd-Light.svg#SohoStd-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRoundedBold';
    src: url('../fonts/GothamRounded/bold/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamRounded/bold/GothamRounded-Bold.otf') format('opentype'), url('../fonts/GothamRounded/bold/GothamRounded-Bold.woff') format('woff'), url('../fonts/GothamRounded/bold/GothamRounded-Bold.ttf') format('truetype'), url('../fonts/GothamRounded/bold/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/******************************************************************
popUpModal
******************************************************************/
body .popUpModal {
}

    body .popUpModal img {
        max-width: 100%;
    }

    body .popUpModal .modal-content {
        border-radius: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        border: 0;
    }

    body .popUpModal .modal-header {
        border: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative;
    }

        body .popUpModal .modal-header .close {
            position: absolute;
            right: -15px;
            top: -15px;
            opacity: 1;
        }

    body .popUpModal .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }

    body .popUpModal .modal-body {
        padding: 0;
    }
/******************************************************************
WayPoints Stuff
******************************************************************/
.os-animation {
    opacity: 0;
}

    .os-animation.animated {
        opacity: 1;
    }

.staggered-animation {
    opacity: 0;
}

    .staggered-animation.animated {
        opacity: 1;
    }

.delay-1s {
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/******************************************************************
Geral Html
******************************************************************/
body {
    overflow-x: hidden;
    position: relative;
}

    body .wrapper {
        padding: 0 15px;
        max-width: 1210px;
        display: block;
        margin: auto;
        position: relative;
    }


/* Flexslider */
.flexslider {
    margin: 0;
    box-shadow: none;
    padding: 0;
    border: 0;
    border-radius: 0;
}

    .flexslider .flex-direction-nav a {
        height: 48px;
    }
/*.flexslider .flex-direction-nav a:before { content: none; }*/

/* Select2 */
body .select2-container .select2-choice {
    height: 34px;
    line-height: 34px;
}

body .select2-container.form-control {
    padding: 0;
    border: 0;
}

/* Social  */
body .stButton span {
    height: 25px !important;
}

/* Status */
.status.error {
    color: red;
}

.status.success {
    color: green;
}

/* Error inpus */
body input.error, body textarea.error {
    border-color: #B94A48;
    color: #A60D10;
}

    body input.error:focus, body textarea.error:focus {
        border-color: #B94A48;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 0 0 2px rgba(185, 74, 72, 0.3);
    }

/* Login Modal */
#LoginModal {
}

    #LoginModal .status {
        margin-bottom: 10px;
        text-align: center;
    }

    #LoginModal .modal-header {
        border: 0;
        padding-bottom: 0;
    }

    #LoginModal .modal-title {
        text-align: center;
        color: #000;
    }

    #LoginModal .modal-dialog {
        width: 450px;
    }

        #LoginModal .modal-dialog label {
            font-weight: normal;
            margin-bottom: 0;
            cursor: pointer;
        }

    #LoginModal .modal-body a {
        color: #656565;
    }

    #LoginModal .modal-footer {
        margin-top: 0;
        border-top: 0;
    }

        #LoginModal .modal-footer a {
            color: #163882;
        }

#LoginModal-CreateAccount .modal-footer {
    border: 0;
}


/* Basket Modal */
#BasketModal {
    top: 30px;
    right: 30px;
    width: 450px;
    bottom: auto;
    left: auto;
    margin: 0;
    overflow: hidden;
}

    #BasketModal .modal-body {
        padding: 0 15px;
        background: #FFF;
    }

    #BasketModal .modal-header h4 {
        display: inline-block;
        vertical-align: middle;
    }

    #BasketModal .modal-dialog {
        width: auto;
        display: block;
        padding: 0;
        margin: 0;
    }

    #BasketModal .modal-content {
        background: #f4f4f4;
        border: 0;
        border-radius: 0;
    }

        #BasketModal .modal-content .infos {
            font-size: 18px;
            padding: 15px 0;
            background: #f4f4f4;
        }

            #BasketModal .modal-content .infos strong {
                display: block;
                font-size: 25px;
            }

        #BasketModal .modal-content .product {
            margin: 0;
            border-bottom: 1px solid #e5e5e5;
            padding: 15px 0;
        }

            #BasketModal .modal-content .product h2 {
                font-size: 18px;
            }

    #BasketModal .modal-footer {
        text-align: left;
        margin-top: 0;
        padding: 0;
    }

        #BasketModal .modal-footer a {
            height: 50px;
            line-height: 50px;
            padding: 0;
            display: block;
            text-align: center;
            font-size: 18px;
            border-radius: 0;
        }


/* TermsAndConditions Modal */
#TermsAndConditionsModal .modal-dialog {
    width: 75%;
}

/* ShopConditionsModal Modal */
#ShopConditionsModal .modal-dialog {
    width: 75%;
}

/* Pagination */
.pagination {
    padding: 33px 0;
    margin: 0;
    border-radius: 0;
}

    .pagination a {
        color: #007AA4 !important;
        background-color: white !important;
        height: 35px;
        width: 35px;
        border-color: #007AA4 !important;
        border-radius: 4px;
        margin: 0 5px;
    }

    .pagination .active a {
        border-color: #007AA4;
        background: #007AA4 !important;
        color: white !important;
        border: 1px solid #007AA4;
    }

    .pagination .disabled a {
        cursor: not-allowed;
        opacity: 0.5 !important;
        filter: alpha(opacity=50) !important;
        font-size: 16px !important;
        text-align: center;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        padding: 6px 4px;
        border-radius: 4px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        padding: 6px 9px;
        border-radius: 4px;
    }

/* Buttons */
.btn { /* TODO */
}

    .btn.btn-primary { /* TODO */
    }

    .btn.btn-default { /* TODO */
    }

    .btn.btn-info { /* TODO */
    }

    .btn.btn-warning { /* TODO */
    }

    .btn.btn-success { /* TODO */
    }

    .btn.btn-danger { /* TODO */
    }

    .btn.btn-full {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        display: block;
        width: 100%;
    }

    .btn.btn-square {
        border-radius: 0 !important;
    }

.color-red {
    color: red !important;
}

.color-green {
    color: green !important;
}

body ul.no-style {
    margin: 0;
    padding: 0;
    list-style: none;
}

body ._wishlist-open {
    position: relative;
}

body ._wishlist-selector {
    z-index: 999;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 15px;
    width: 150px;
    display: block;
    background: #DFDFDF;
    padding: 10px;
    border-radius: 5px;
}

    body ._wishlist-selector:before {
        content: ' ';
        position: absolute;
        left: -10px;
        top: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 10px 7.5px 0;
        border-color: transparent #DFDFDF transparent transparent;
    }

/* Headings */
body h1 {
    font-size: 40px;
}

body h2 {
    font-size: 30px;
}

body h3 {
    font-size: 24px;
}

body h4 {
    font-size: 20px;
}

body h5 {
    font-size: 16px;
}

/* Inputs */
input[type="text"], input[type="password"] {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 34px;
    border: 1px solid #ccc;
}

.select2-container.error .select2-selection--single {
    border-color: #B94A48;
    color: #A60D10;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    line-height: 32px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    line-height: 32px;
    height: 32px;
}

textarea {
    padding: 4px 10px;
}

    textarea.no-resize {
        resize: none;
    }

.humanverification {
    color: white;
    text-align: left !important;
}

.humanverificationContact {
    margin-bottom: 20px;
    color: #95c11e;
}

/*#HomeRecruits .humanverificationRecruits {
    margin-bottom: 20px;
    color: #000;
}*/


.resultverification {
    width: 25% !important;
    padding: 0;
    padding-left: 0 !important;
}

.contactUs {
    display: flex;
    /* width: 100%; */
    align-items: center;
}

    .contactUs > label {
        margin-right: 10px;
    }
/* tables */
.table th, .table td {
    vertical-align: middle !important;
}

/* body .zcmscontent-area */
body .zcmscontent-area h1, body .zcmscontent-area h2, body .zcmscontent-area h3, body .zcmscontent-area h4 {
    margin-bottom: 8px;
}

body .zcmscontent-area figcaption {
    margin-top: 12px;
}

body .margin-bottom {
    margin-bottom: 20px;
}

/* #CoockiesTerms */
#CoockiesTerms {
    position: fixed;
    width: 340px;
    padding: 30px;
    padding-top: 40px;
    left: 30px;
    bottom: 30px;
    border: 1px solid #DDD;
    background: none repeat scroll #FFF;
    color: #808080;
    font-size: 10px;
    z-index: 10000;
}

    #CoockiesTerms .close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 18px;
    }

body .admin-inactive-view {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


#Intro {
    background: url('/Content/app/images/bg.jpg') no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    background-position: center center;
    z-index: 99999;
    background-size: 100%;
    padding-right: 0 !important;
}

    #Intro .box {
        position: relative;
        top: 270px;
    }

        #Intro .box .over {
            background-color: #799f24;
            width: 100%;
            height: 560px;
            position: absolute;
            opacity: 0.7;
            z-index: 0;
        }

        #Intro .box .content {
            position: absolute;
            opacity: 1;
            text-align: center;
            z-index: 11;
            width: 100%;
            top: 190px;
        }

            #Intro .box .content a {
                border-radius: 30px;
                text-transform: uppercase;
                color: white;
                background-color: rgba(0, 0, 0, 0.3);
                display: inline-block;
                padding: 4px 40px;
                font-family: 'Open Sans';
                font-weight: 700;
                font-size: 20px;
            }

                #Intro .box .content a:hover {
                    background-color: rgba(0, 0, 0, 0.7);
                    -moz-transition: 1s ease;
                    -o-transition: 1s ease;
                    -webkit-transition: 1s ease;
                    transition: 1s ease;
                }

            #Intro .box .content p {
                color: white;
                padding: 64px 0 35px 0;
                font-size: 16px;
                font-family: 'Open Sans';
                font-weight: 400;
                margin: auto;
                width: 350px;
            }

            #Intro .box .content .img-wrapper {
                max-width: 340px;
                position: absolute;
                top: -395px;
                left: 0;
                right: 0;
                margin: auto;
            }

                #Intro .box .content .img-wrapper .decades {
                    width: 100%;
                    height: 305px;
                }

            #Intro .box .content img {
                width: 385px;
                height: 65px;
            }


/******************************************************************
Helpers
******************************************************************/
.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.hidden {
    display: none;
}

/******************************************************************
product
******************************************************************/
body .product {
    background: white;
    display: block;
    margin-bottom: 20px;
}

    body .product .discount {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        background: #a93737;
        color: #FFF;
    }

    body .product .imgWrapper {
        display: block;
    }

        body .product .imgWrapper > img {
            display: inline-block;
            width: 100%;
        }

    body .product .details {
        padding: 15px;
        background: #f2f2f2;
    }

        body .product .details .title {
            color: #3E3E3E;
            font-size: 16px;
            font-weight: 700;
        }

        body .product .details .subtitle {
            color: #888888;
            font-size: 14px;
            padding-top: 3px;
        }

        body .product .details .actions {
            text-align: left;
            padding-top: 10px;
            min-height: 63px;
        }

            body .product .details .actions .priceHolder {
                padding-top: 8px;
            }

            body .product .details .actions .old {
                text-decoration: line-through;
                color: #626262;
            }

            body .product .details .actions .price {
                font-size: 18px;
                font-weight: 900;
                color: #3D3D3D;
            }

            body .product .details .actions .seeDetail {
                padding: 7px 0;
                width: 100%;
                font-weight: 700;
            }

/******************************************************************
reviews
******************************************************************/
body .reviews {
}

body .review {
    border: 2px solid #DDD;
    padding: 10px;
    margin: 0 15px 15px 0;
    border-radius: 10px;
}

    body .review .rating {
        display: block;
    }

        body .review .rating .icon {
            font-size: 22px;
            margin: 0;
            padding: 0;
            margin-right: -10px;
        }

        body .review .rating .icon-star {
            color: #f1c40f;
        }

    body .review .description {
        margin: 5px 0;
        color: #000;
        font-size: 15px;
    }

    body .review .user {
        color: #595959;
        text-transform: uppercase;
        line-height: 15px;
        margin-top: 5px;
    }

        body .review .user strong {
        }

        body .review .user p {
            float: right;
        }

.sectionRight .uptop {
    z-index: 2;
    padding: 15px;
    color: white;
    margin-bottom: 15px;
    background-color: #95c120;
    position: relative;
}

    .sectionRight .uptop img {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 30px;
        width: 100%;
    }

    .sectionRight .uptop .content {
    }

        .sectionRight .uptop .content .ZFormGroupTitle {
            padding-bottom: 135px;
            text-transform: uppercase;
            font-family: 'SohoStd-Medium';
            font-size: 24px;
            width: 150px;
        }

        .sectionRight .uptop .content .form-group {
            margin-bottom: 7px;
        }

            .sectionRight .uptop .content .form-group .form-control {
                border-radius: 0;
                border: none;
            }

        .sectionRight .uptop .content .btn-success {
            border-radius: 0;
            border: none;
            width: 100%;
            background-color: #148545;
            text-transform: uppercase;
        }

            .sectionRight .uptop .content .btn-success:hover {
                background-color: white;
                -moz-transition: 1s ease;
                -o-transition: 1s ease;
                -webkit-transition: 1s ease;
                transition: 1s ease;
                color: #148545;
            }

        .sectionRight .uptop .content .checkbox {
            color: white;
            display: block;
            font-family: 'Open Sans';
            font-weight: 400;
            margin-bottom: 5px;
        }

.sectionRight .middle {
    display: block;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
}

    .sectionRight .middle img {
        max-width: 100%;
    }

    .sectionRight .middle .tec30s {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }

    .sectionRight .middle .play {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }

.sectionRight .tecni-apps {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

    .sectionRight .tecni-apps img {
        -moz-transition: 1s ease;
        -o-transition: 1s ease;
        -webkit-transition: 1s ease;
        transition: 1s ease;
        transform: scale(1);
    }

    .sectionRight .tecni-apps:hover img {
        -moz-transition: 1s ease;
        -o-transition: 1s ease;
        -webkit-transition: 1s ease;
        transition: 1s ease;
        transform: scale(1.1);
    }

    .sectionRight .tecni-apps:hover .icon-logo {
        -moz-transition: 1s ease;
        -o-transition: 1s ease;
        -webkit-transition: 1s ease;
        transition: 1s ease;
        transform: scale(1);
    }

    .sectionRight .tecni-apps .icon-logo {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
        transform: scale(1);
    }

.paths {
    padding-top: 35px;
    padding-bottom: 10px;
}

    .paths.apps {
        padding-left: 30px;
    }

    .paths .breadcrumb {
        background: none;
    }

        .paths .breadcrumb a {
            font-family: 'SohoStd-Medium';
            color: #7a6356;
            font-size: 14px;
        }

    .paths.company .breadcrumb a {
        font-size: 17px;
    }

    .paths .breadcrumb a:hover {
        color: #92be1e;
        -moz-transition: 1s ease;
        -o-transition: 1s ease;
        -webkit-transition: 1s ease;
        transition: 1s ease;
    }

    .paths.apps .breadcrumb a:hover {
        color: #f08225;
        -moz-transition: 1s ease;
        -o-transition: 1s ease;
        -webkit-transition: 1s ease;
        transition: 1s ease;
    }

    .paths .breadcrumb > li + li:before {
        content: "";
        color: white;
        display: inline-block;
        padding: 0 20px;
    }

    .paths .breadcrumb li {
        list-style: none;
        display: inline-block;
    }

        .paths .breadcrumb li a {
            color: #7a6356;
            text-transform: uppercase;
        }

            .paths .breadcrumb li a.active {
                font-weight: 700;
            }

.mini-bread {
    color: #7a6356;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .mini-bread a {
        color: #7a6356;
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 12px;
    }

        .mini-bread a:hover {
            font-weight: 700;
            -moz-transition: 1s ease;
            -o-transition: 1s ease;
            -webkit-transition: 1s ease;
            transition: 1s ease;
            font-weight: 400;
        }

        .mini-bread a.active {
            font-weight: 700;
        }

.bgWhite {
    background-color: white;
    padding: 0;
}

.row .col-md-3.rightSection {
    padding-left: 0;
}


/******************************************************************
Header
******************************************************************/
#Header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: white;
}

    #Header .menu-top {
        padding: 15px 0;
    }

    #Header .wrapper {
        z-index: 99;
    }

    #Header .wrapper-med {
        max-width: 1140px;
        margin: auto;
    }

    #Header .logo {
        display: inline-block;
    }

    #Header .menu {
        display: inline-block;
        margin-left: 90px;
    }

        #Header .menu .nav-menu {
            list-style-type: none;
            margin-bottom: 0;
        }

            #Header .menu .nav-menu li {
                display: inline-block;
                margin: 0 15px;
                position: relative;
            }

                #Header .menu .nav-menu li a {
                    display: inline-block;
                    color: #95c11e;
                    font-size: 14px;
                    font-family: 'SohoStd-Medium';
                    text-transform: uppercase;
                }

                    #Header .menu .nav-menu li a:hover {
                        color: #634e43;
                        -moz-transition: 1s ease;
                        -o-transition: 1s ease;
                        -webkit-transition: 1s ease;
                        transition: 1s ease;
                    }

                #Header .menu .nav-menu li.active a {
                    color: #634e43;
                }

                #Header .menu .nav-menu li.prod:hover .icon {
                    display: block;
                    -moz-transition: 1s ease;
                    -o-transition: 1s ease;
                    -webkit-transition: 1s ease;
                    transition: 1s ease;
                }

                #Header .menu .nav-menu li.client:hover .icon {
                    display: block;
                    -moz-transition: 1s ease;
                    -o-transition: 1s ease;
                    -webkit-transition: 1s ease;
                    transition: 1s ease;
                }

                #Header .menu .nav-menu li.company:hover .icon {
                    display: block;
                    -moz-transition: 1s ease;
                    -o-transition: 1s ease;
                    -webkit-transition: 1s ease;
                    transition: 1s ease;
                }

                #Header .menu .nav-menu li .icon {
                    position: absolute;
                    left: 10px;
                    bottom: -48px;
                    font-size: 40px;
                    color: #634e43;
                    display: none;
                }

    #Header .lang a {
        width: 49px;
        color: #666;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 600;
        line-height: 40px;
        padding: 0 16px !important;
    }

    #Header .lang .caret {
        color: #95c11e;
    }

    #Header .lang .dropdown-menu a {
        line-height: 16px;
        display: inline-block;
    }

        #Header .lang .dropdown-menu a:hover {
            background-color: transparent;
            color: #95c11e;
        }

    #Header .lang .dropdown-menu {
        right: 28px !important;
        min-width: auto !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    #Header .sub-menu {
        background-color: #634e43;
        padding: 35px 0;
        display: none;
        overflow: hidden;
        -moz-transition: 1s ease;
        -o-transition: 1s ease;
        -webkit-transition: 1s ease;
        transition: 1s ease;
    }

        #Header .sub-menu .col-md-2 {
            padding: 0;
        }

        #Header .sub-menu h3 {
            text-transform: uppercase;
            color: #95c11e;
            font-family: 'SohoStd-Medium';
            font-size: 14px;
        }

            #Header .sub-menu h3 a {
                text-transform: uppercase;
                color: #95c11e;
                font-family: 'SohoStd-Medium';
                font-size: 14px;
                line-height: 16px;
            }

                #Header .sub-menu h3 a:hover {
                    color: white;
                    -moz-transition: 1s ease;
                    -o-transition: 1s ease;
                    -webkit-transition: 1s ease;
                    transition: 1s ease;
                }

            #Header .sub-menu h3.orange a {
                color: #f08225;
                margin-top: 15px;
                display: block;
            }

    #Header .sub-menu-prod ul {
        padding-left: 0;
        margin: 0;
    }

    #Header .sub-menu ul li {
        list-style: none;
        color: white;
        font-size: 12px;
        font-family: 'Open Sans';
        font-weight: 400;
    }

        #Header .sub-menu ul li a {
            color: white;
            font-size: 12px;
            font-family: 'Open Sans';
            font-weight: 400;
            text-transform: uppercase;
            text-align: left;
        }

            #Header .sub-menu ul li a b {
                font-weight: 400;
            }

            #Header .sub-menu ul li a:hover {
                color: #95c11e;
                -moz-transition: 1s ease;
                -o-transition: 1s ease;
                -webkit-transition: 1s ease;
                transition: 1s ease;
            }


/******************************************************************
Footer
******************************************************************/
#Footer {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 40px 0 20px 0;
}

    #Footer .img a {
        display: block;
    }

        #Footer .img a.logo {
            display: block;
        }

            #Footer .img a.logo img {
                max-width: 100%;
            }

            #Footer .img a.logo svg {
                max-width: 100%;
            }

    #Footer .img .image {
        width: 60px;
        margin-top: 15px;
        margin-right: 10px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    #Footer h2 {
        display: inline-block;
        color: #94c01e;
        font-size: 12px;
        font-family: 'SohoStd-Medium';
        text-transform: uppercase;
    }

    #Footer .company a {
        display: block;
        color: white;
        font-size: 12px;
        font-family: 'Open Sans';
        font-weight: 500;
        line-height: 13px;
    }

    #Footer .products a {
        display: block;
        color: white;
        font-size: 12px;
        font-family: 'Open Sans';
        font-weight: 500;
        line-height: 13px;
    }

    #Footer .clients h2.contact {
        padding-bottom: 20px;
        color: #94c01e;
        font-family: 'SohoStd-Medium';
        text-transform: uppercase;
    }

        #Footer .clients h2.contact a {
            padding-bottom: 20px;
            color: #94c01e;
            font-family: 'SohoStd-Medium';
            text-transform: uppercase;
            margin-top: 20px;
            font-size: 12px;
        }

    #Footer .clients a {
        display: block;
        color: white;
        font-size: 12px;
        font-family: 'Open Sans';
        font-weight: 500;
        line-height: 13px;
    }

    #Footer .networks p {
        font-size: 14px;
        font-family: 'Open Sans';
        font-weight: 500;
        color: white;
        padding-bottom: 15px;
    }

    #Footer .networks.social p {
        font-size: 14px;
        font-family: 'Open Sans';
        font-weight: 500;
        color: white;
        padding-bottom: 15px;
        max-width: 70px;
        display: inline-block;
        vertical-align: top;
    }

    #Footer .networks.social a.link {
        font-size: 14px;
        font-family: 'Open Sans';
        font-weight: 500;
        color: white;
        padding-top: 15px;
        display: block;
    }

    #Footer .extra span {
        float: left;
        color: white;
        font-size: 12px;
        font-family: 'Open Sans';
    }

    #Footer .extra p {
        float: right;
        color: white;
        font-size: 12px;
        font-family: 'Open Sans';
    }

    #Footer .extra a {
        color: white;
    }

        #Footer .extra a:hover {
            color: #94c01e;
        }

    #Footer .col-md-5 a:hover {
        color: #94c01e;
    }

    #Footer .networks a:hover {
        color: #94c01e;
        opacity: 0.8;
    }


#NewsletterForm {
    position: relative;
    width: 100%;
}

    #NewsletterForm.form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        width: 100% !important;
    }

    #NewsletterForm .form-control {
        padding-left: 40px;
        border-radius: 8px;
    }

        #NewsletterForm .form-control::-webkit-input-placeholder {
            font-family: 'Open Sans';
            font-weight: 400;
        }

        #NewsletterForm .form-control:-moz-placeholder {
            font-family: 'Open Sans';
            font-weight: 400;
        }

        #NewsletterForm .form-control::-moz-placeholder {
            font-family: 'Open Sans';
            font-weight: 400;
        }

        #NewsletterForm .form-control:-ms-input-placeholder {
            font-family: 'Open Sans';
            font-weight: 400;
        }

    #NewsletterForm .input-group {
        width: 100% !important;
    }

    #NewsletterForm .input-group-addon {
        background-color: #95c11e;
        border: none;
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 13px;
        color: white;
    }

    #NewsletterForm .btn-primary {
        background-color: #95c11e;
        border-color: #95c11e;
        font-family: 'Open Sans';
        font-weight: 400;
        border-radius: 8px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    #NewsletterForm i {
        position: absolute;
        left: 10px;
        top: 2px;
        color: #95c11e;
        font-size: 15px;
        z-index: 2;
        line-height: 30px;
    }

    #NewsletterForm button {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
    }

/******************************************************************
zCMSContent
******************************************************************/
#zCMSContent {
    padding: 0;
    padding-top: 70px;
}

/******************************************************************
HomeIndex
******************************************************************/

#HomeIndex {
}

    #HomeIndex .screen {
        padding-top: 45px;
    }

        #HomeIndex .screen .section-one .col-md-6 {
            padding-left: 0;
            overflow: hidden;
            height: 355px;
            margin-bottom: 15px;
        }

        #HomeIndex .screen .section-two .col-md-4 {
            padding-left: 0;
            overflow: hidden;
            height: 252px;
            margin-bottom: 15px;
        }

        #HomeIndex .screen .section-three .col-md-6 {
            padding-left: 0;
            overflow: hidden;
            height: 334px;
            margin-bottom: 15px;
        }

        #HomeIndex .screen .section-three .col-md-3 {
            padding-left: 0;
            overflow: hidden;
            height: 334px;
            margin-bottom: 15px;
        }

        #HomeIndex .screen a {
            color: white;
            overflow: hidden;
        }

        #HomeIndex .screen .products {
            text-align: center;
            margin: auto;
            height: 355px;
            display: inline-block;
            width: 100%;
            margin-bottom: 10px;
            position: relative;
            -moz-transition: 1s ease;
            -o-transition: 1s ease;
            -webkit-transition: 1s ease;
            transition: 1s ease;
        }

            #HomeIndex .screen .products span {
                width: 265px;
                font-family: 'SohoStd-Medium';
                font-size: 30px;
                text-transform: uppercase;
                position: absolute;
                left: 0;
                right: 0;
                margin: auto;
                display: block;
                text-align: center;
                top: 0;
                bottom: 0;
                height: 100px;
                line-height: 36px;
            }

                #HomeIndex .screen .products span img {
                    display: block;
                    height: 65px;
                    margin: auto;
                    margin-bottom: 5px;
                }

        #HomeIndex .screen a:hover img {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
            -moz-transition: 1s ease;
            -o-transition: 1s ease;
            -webkit-transition: 1s ease;
            transition: 1s ease;
        }

        #HomeIndex .screen a:hover .logo-icon {
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        #HomeIndex .screen a img {
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
            -moz-transition: 1s ease;
            -o-transition: 1s ease;
            -webkit-transition: 1s ease;
            transition: 1s ease;
        }

        #HomeIndex .screen .apps {
            height: 252px;
            text-align: center;
            margin: auto;
            display: inline-block;
            width: 100%;
            margin-bottom: 15px;
            position: relative;
            -moz-transition: 1s ease;
            -o-transition: 1s ease;
            -webkit-transition: 1s ease;
            transition: 1s ease;
        }

            #HomeIndex .screen .apps span {
                font-family: 'SohoStd-Medium';
                font-size: 30px;
                text-transform: uppercase;
                position: absolute;
                left: 0;
                right: 0;
                margin: auto;
                display: block;
                width: 100%;
                text-align: center;
                top: 0;
                bottom: 0;
                height: 100px;
                max-width: 250px;
                line-height: 36px;
            }

                #HomeIndex .screen .apps span img {
                    display: block;
                    margin: auto;
                    margin-bottom: 5px;
                }

                #HomeIndex .screen .apps span .app {
                    display: block;
                    margin: auto;
                    height: 125px;
                }

                #HomeIndex .screen .apps span .mini-fac {
                    display: block;
                    height: 39px;
                    margin: auto;
                }

                #HomeIndex .screen .apps span .bio {
                    display: block;
                    height: 85px;
                    margin: auto;
                }

        #HomeIndex .screen .show-off {
            height: 334px;
            text-align: center;
            margin: auto;
            display: inline-block;
            width: 100%;
            margin-bottom: 15px;
            position: relative;
        }

            #HomeIndex .screen .show-off span {
                position: absolute;
                left: 0;
                right: 0;
                margin: auto;
                display: block;
                width: 100%;
                text-align: center;
                top: 0;
                bottom: 0;
                height: 100px;
            }

            #HomeIndex .screen .show-off .subject {
                font-family: 'SohoStd-Medium';
                font-size: 30px;
                text-transform: uppercase;
                position: absolute;
                bottom: 39px;
                height: auto;
                top: initial;
                display: block;
            }

            #HomeIndex .screen .show-off span img {
                display: block;
                height: 57px;
                margin: auto;
            }

        #HomeIndex .screen .news {
            height: 334px;
            margin: auto;
            display: inline-block;
            width: 100%;
            margin-bottom: 15px;
            position: relative;
            font-family: 'SohoStd-Medium';
        }

            #HomeIndex .screen .news h4 {
                font-size: 14px;
                position: absolute;
                top: 10px;
                font-family: 'Open Sans';
                font-weight: 700;
                left: 10px;
                text-transform: uppercase;
            }

            #HomeIndex .screen .news p {
                font-size: 12px;
                position: absolute;
                bottom: 65px;
                left: 10px;
            }

            #HomeIndex .screen .news span {
                font-size: 13px;
                position: absolute;
                bottom: 15px;
                width: 270px;
                left: 10px;
                line-height: 17px;
            }

            #HomeIndex .screen .news img {
                height: 100%;
            }

            #HomeIndex .screen .news .box {
                background-color: rgba(0, 0, 0, 0.60);
                display: block;
                height: 86px;
                position: absolute;
                width: 100%;
                bottom: 0;
            }


    #HomeIndex .buttons {
        padding-bottom: 245px;
    }

        #HomeIndex .buttons .row {
            margin: 0 -10px;
        }

        #HomeIndex .buttons .col-md-6 {
            padding-left: 0;
        }

            #HomeIndex .buttons .col-md-6.addons {
                padding-right: 15px;
            }

        #HomeIndex .buttons .content {
            height: 103px;
            background-color: #f08225;
        }

            #HomeIndex .buttons .content:hover {
                background-color: #57453f;
                -moz-transition: 1s ease;
                -o-transition: 1s ease;
                -webkit-transition: 1s ease;
                transition: 1s ease;
                cursor: pointer;
            }

            #HomeIndex .buttons .content img {
                padding-right: 35px;
            }

            #HomeIndex .buttons .content a {
                display: block;
                padding: 0 30px;
                font-size: 28px;
                font-family: 'SohoStd-Medium';
                padding-top: 25px;
            }

                #HomeIndex .buttons .content a span {
                    color: white;
                    text-transform: uppercase;
                    vertical-align: middle;
                    font-family: 'SohoStd-Medium';
                    font-size: 28px;
                }

/******************************************************************
 #HomeContent
******************************************************************/
#HomeContent {
    position: relative;
}

    #HomeContent .seperated-img {
        width: 100%;
    }

    #HomeContent .row .col-md-9 {
        position: relative;
    }

        #HomeContent .row .col-md-9 .navegation-section {
            position: fixed;
            z-index: 2;
        }

            #HomeContent .row .col-md-9 .navegation-section .ball {
                width: 16px;
                height: 16px;
                display: inline-block;
                background-color: white;
                border: 1px solid #666;
                position: relative;
                z-index: 2;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
            }

            #HomeContent .row .col-md-9 .navegation-section .active {
                background-color: #95c11e;
                border: 1px solid #666;
            }

        #HomeContent .row .col-md-9 img {
            width: 100%;
        }

            #HomeContent .row .col-md-9 img.play {
                max-width: 100%;
            }

    #HomeContent .box-content {
        display: block;
        position: relative;
    }

        #HomeContent .box-content:hover {
            opacity: 0.8;
            -moz-transition: 1s ease;
            -o-transition: 1s ease;
            -webkit-transition: 1s ease;
            transition: 1s ease;
        }

        #HomeContent .box-content .play {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            right: 0;
            width: 10%;
        }

        #HomeContent .box-content img {
            max-width: 100%;
            width: auto !important;
        }

    #HomeContent .section {
        padding: 50px 0 55px 50px;
        background-color: white;
    }

#Section1, #Section2 {
    padding-right: 100px !important;
}

    #Section1 ul {
        padding-left: 20px;
    }

        #Section1 ul li {
            list-style: outside !important;
            color: #95c11e;
            text-align: justify;
        }

#HomeContent .section h2 {
    color: #95c11e;
    font-family: 'SohoStd-Medium';
    font-size: 47px;
    padding-bottom: 50px;
    text-transform: uppercase;
    width: 550px;
}

#HomeContent .section p {
    color: #7a6356;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}

    #HomeContent .section p b {
        color: #95c11e;
        font-weight: 700;
    }

#HomeContent .section h3 {
    color: #95c11e;
    font-family: 'SohoStd-Medium';
    font-size: 19px;
    padding-bottom: 8px;
    text-align: justify;
}

#HomeContent .section h4 {
    color: #95c11e;
    font-family: 'SohoStd-Medium';
    font-size: 28px;
    padding-bottom: 8px;
    text-align: justify;
}

#HomeContent .section span {
    color: white;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 3px;
    text-align: justify;
}

#HomeContent .section.bgGreen {
    background-color: #95c11e;
}

    #HomeContent .section.bgGreen h2 {
        color: white;
    }

    #HomeContent .section.bgGreen p {
        color: white;
    }

        #HomeContent .section.bgGreen p b {
            color: white;
        }

#HomeContent .section.map {
    height: 820px;
    margin-bottom: 300px;
    overflow: hidden;
}

    #HomeContent .section.map img {
        float: right;
        position: absolute;
        right: -85px;
    }

    #HomeContent .section.map h4 {
        font-family: 'Open Sans';
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
    }

    #HomeContent .section.map p span {
        color: #7a6356;
        font-family: 'Open Sans';
        font-size: 18px;
        font-weight: 400;
    }

    #HomeContent .section.map ul li {
        color: #7a6356;
        font-family: 'Open Sans';
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        list-style: none;
    }

/*placeholder fonts*/
#HomeContent input::-webkit-input-placeholder {
    font-family: 'Open Sans';
    font-weight: 400;
}

#HomeContent input:-moz-placeholder {
    font-family: 'Open Sans';
    font-weight: 400;
}

#HomeContent input::-moz-placeholder {
    font-family: 'Open Sans';
    font-weight: 400;
}

#HomeContent input:-ms-input-placeholder {
    font-family: 'Open Sans';
    font-weight: 400;
}

#HomeContent .btn.btn-success {
    font-family: 'Open Sans';
    font-weight: 400;
}


/******************************************************************
 #HomeRecruits
******************************************************************/
#HomeRecruits {
    padding-bottom: 240px;
}

    #HomeRecruits .col-md-9 {
        padding-bottom: 40px;
    }

    #HomeRecruits .box-content {
        padding: 45px;
    }

        #HomeRecruits .box-content h2 {
            font-family: Soho Std;
            font-size: 36px;
            font-weight: 700;
            color: #95c11e;
            width: 135px;
            padding-bottom: 35px;
            text-transform: uppercase;
        }

        #HomeRecruits .box-content p {
            font-family: Open Sans;
            font-size: 16px;
            font-weight: 500;
            color: #7a6356;
            padding-bottom: 25px;
        }

            #HomeRecruits .box-content p b {
                color: #95c11e;
            }

        #HomeRecruits .box-content span {
            font-family: Open Sans;
            font-size: 16px;
            font-weight: 400;
            color: #95c11e;
        }

    #HomeRecruits .col-md-9 .formContainer {
        padding-right: 45px;
        padding-top: 45px;
    }

        #HomeRecruits .col-md-9 .formContainer .form-group {
            text-align: center;
        }

            #HomeRecruits .col-md-9 .formContainer .form-group input {
                box-shadow: none;
                background-color: #f4f1ec;
                border: 0;
                border-radius: 0;
                margin-bottom: 10px;
                font-family: Open Sans;
                font-size: 12px;
                font-weight: 500;
            }

                #HomeRecruits .col-md-9 .formContainer .form-group input::-webkit-input-placeholder {
                    color: #d3d2d0;
                    font-family: Open Sans;
                    font-size: 12px;
                    font-weight: 500;
                }

                #HomeRecruits .col-md-9 .formContainer .form-group input::-moz-placeholder {
                    color: #d3d2d0;
                    font-family: Open Sans;
                    font-size: 12px;
                    font-weight: 500;
                }

                #HomeRecruits .col-md-9 .formContainer .form-group input:-moz-placeholder {
                    color: #d3d2d0;
                    font-family: Open Sans;
                    font-size: 12px;
                    font-weight: 500;
                }

                #HomeRecruits .col-md-9 .formContainer .form-group input:-ms-input-placeholder {
                    color: #d3d2d0;
                    font-family: Open Sans;
                    font-size: 12px;
                    font-weight: 500;
                }

            #HomeRecruits .col-md-9 .formContainer .form-group textarea {
                box-shadow: none;
                background-color: #f4f1ec;
                border: 0;
                border-radius: 0;
                margin-bottom: 25px;
                font-family: Open Sans;
                font-size: 12px;
                font-weight: 500;
            }

                #HomeRecruits .col-md-9 .formContainer .form-group textarea::-webkit-input-placeholder {
                    color: #d3d2d0;
                    font-family: Open Sans;
                    font-size: 12px;
                    font-weight: 500;
                }

                #HomeRecruits .col-md-9 .formContainer .form-group textarea::-moz-placeholder {
                    color: #d3d2d0;
                    font-family: Open Sans;
                    font-size: 12px;
                    font-weight: 500;
                }

                #HomeRecruits .col-md-9 .formContainer .form-group textarea:-moz-placeholder {
                    color: #d3d2d0;
                    font-family: Open Sans;
                    font-size: 12px;
                    font-weight: 500;
                }

                #HomeRecruits .col-md-9 .formContainer .form-group textarea:-ms-input-placeholder {
                    color: #d3d2d0;
                    font-family: Open Sans;
                    font-size: 12px;
                    font-weight: 500;
                }

        #HomeRecruits .col-md-9 .formContainer .btn.btn-success {
            border-radius: 40px;
            padding: 5px 55px;
            background-color: #95c11e;
            border: 0;
            font-family: Open Sans;
            font-weight: 700;
            text-transform: uppercase;
            border: 1px solid #95c11e;
        }

        #HomeRecruits .col-md-9 .formContainer .btn-success:hover {
            background-color: white;
            color: #95c11e;
            -moz-transition: 1s ease;
            -o-transition: 1s ease;
            -webkit-transition: 1s ease;
            transition: 1s ease;
            border: 1px solid #95c11e;
        }

        #HomeRecruits .col-md-9 .formContainer .form-group .radios {
            text-align: left;
            padding: 15px 0;
            color: #95c11e;
            font-family: Open Sans;
            font-weight: 500;
        }

            #HomeRecruits .col-md-9 .formContainer .form-group .radios span {
                font-size: 12px;
                font-weight: 500;
                margin-right: 15px;
            }

            #HomeRecruits .col-md-9 .formContainer .form-group .radios input {
                background-color: #f4f1ec;
                border: 0;
            }

        #HomeRecruits .col-md-9 .formContainer .ZFormGroupTitle {
            display: none;
        }

        #HomeRecruits .col-md-9 .formContainer .form-actions {
            text-align: center;
        }

        #HomeRecruits .col-md-9 .formContainer .zFormOption {
            display: inline-block;
            color: #7a6356;
            font-family: Open Sans;
            font-size: 12px;
            font-weight: 500;
        }

/******************************************************************
 #NewsIndex
******************************************************************/
#NewsIndex {
    padding-bottom: 240px;
}

    #NewsIndex span {
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 700;
        color: #7a6356;
    }

    #NewsIndex h3 {
        font-family: 'Soho Std';
        font-size: 18px;
        font-weight: 500;
        color: #95c11e;
        padding-bottom: 15px;
        text-align: justify;
    }

    #NewsIndex p {
        font-family: Open Sans;
        font-size: 13px;
        font-weight: 500;
        color: #7a6356;
        text-align: justify;
    }

    #NewsIndex .sec-content {
        background-color: white;
        text-align: justify;
    }

        #NewsIndex .sec-content .col-md-8 {
            padding-left: 0;
            margin-bottom: 10px;
            height: 330px;
        }

        #NewsIndex .sec-content .col-md-4 {
            padding-left: 0;
            margin-bottom: 10px;
        }

        #NewsIndex .sec-content .box-content {
            padding: 20px 40px 20px 25px;
        }

    #NewsIndex .bgWhite {
        padding-right: 15px;
    }

    #NewsIndex .share {
        color: #95c11e;
        font-size: 26px;
    }

        #NewsIndex .share:hover {
            color: #7a6356;
            transition: 1s ease;
        }

/*Flexslider*/
#NewsSlide {
    border: none;
    background: none;
    margin: 0;
}

    #NewsSlide .slides .wrapper-img {
        height: 286px;
        overflow: hidden;
    }

        #NewsSlide .slides .wrapper-img img {
            height: 100%;
            width: auto !important;
        }

    #NewsSlide .flex-control-nav {
        display: none;
    }

    #NewsSlide .flex-direction-nav a:before {
        display: none;
    }

    #NewsSlide .flex-direction-nav .flex-prev {
        background: url('/Content/app/images/prev.png') no-repeat;
        height: 50px;
        opacity: 1;
        background-position: center;
        width: 25px;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }

    #NewsSlide .flex-direction-nav .flex-next {
        background: url('/Content/app/images/next.png') no-repeat;
        height: 50px;
        opacity: 1;
        background-position: center;
        width: 25px;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }

    #NewsSlide .flex-direction-nav .flex-prev:hover {
        left: 0;
    }

    #NewsSlide .flex-direction-nav .flex-next:hover {
        right: 0;
    }


/***************************************************************** 
HomeApps  
******************************************************************/
#HomeApps {
    position: relative;
    overflow: hidden;
}

    #HomeApps .satelit {
        position: absolute;
        top: 112px;
        right: -165px;
    }

    #HomeApps .logo {
        padding: 45px 0 0 0;
        margin-left: 80px;
    }

    #HomeApps .categories {
        padding-bottom: 15px;
    }

        #HomeApps .categories a {
            color: white;
            font-family: 'SohoStd-Medium';
            font-size: 14px;
            margin-left: 15px;
        }

            #HomeApps .categories a:hover {
                color: #f08225;
                -moz-transition: 1s ease;
                -o-transition: 1s ease;
                -webkit-transition: 1s ease;
                transition: 1s ease;
            }


    #HomeApps .navegation-section {
        position: fixed;
        z-index: 2;
    }

        #HomeApps .navegation-section .ball {
            width: 16px;
            height: 16px;
            display: inline-block;
            background-color: white;
            border: 1px solid #666;
            position: relative;
            z-index: 2;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }

        #HomeApps .navegation-section .active {
            background-color: #f08225;
            border: 1px solid #666;
        }

    #HomeApps .section {
        background-color: white;
    }

        #HomeApps .section.top {
            height: 765px;
            background-color: white;
            position: relative;
            padding: 80px;
        }

            #HomeApps .section.top img {
                position: absolute;
                width: 100%;
                bottom: 0;
                left: 0;
            }

        #HomeApps .section h1 {
            color: #f08225;
            font-family: 'SohoStd-Medium';
            font-size: 58px;
            text-transform: uppercase;
            width: 415px;
        }

        #HomeApps .section h3 {
            color: #7a6356;
            font-family: 'Open Sans';
            font-size: 30px;
            font-weight: 400;
        }

        #HomeApps .section p {
            color: #7a6356;
            font-family: 'Open Sans';
            font-size: 14px;
            font-weight: 400;
        }

        #HomeApps .section span {
            color: #7a6356;
            font-family: 'Open Sans';
            font-size: 12px;
            font-weight: 400;
        }

        #HomeApps .section h4 {
            color: #f08225;
            font-family: 'Open Sans';
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
        }

        #HomeApps .section ul {
            padding: 0;
            padding-left: 15px;
        }

            #HomeApps .section ul li {
                list-style-type: disc;
                color: #95c11e;
                padding-bottom: 10px;
            }

            #HomeApps .section ul.pro li {
                list-style-image: url('/Content/app/images/folha.png') !important;
                color: #57453f;
                font-family: 'Open Sans';
                font-size: 18px;
                font-weight: 400;
            }

                #HomeApps .section ul.pro li span {
                    color: #57453f;
                    font-family: 'Open Sans';
                    font-size: 18px;
                    font-weight: 400;
                }

        #HomeApps .section.bgOrange {
            background-color: white;
        }

            #HomeApps .section.bgOrange .row {
                margin: 0;
            }

                #HomeApps .section.bgOrange .row .colored-div {
                    background-color: #f08225;
                    height: 377px;
                    padding: 55px 25px 55px 85px;
                }

                #HomeApps .section.bgOrange .row .col-md-5 {
                    height: 485px;
                }

                #HomeApps .section.bgOrange .row .col-md-7 {
                    height: 485px;
                }

            #HomeApps .section.bgOrange h2 {
                color: white;
                font-family: 'SohoStd-Medium';
                font-size: 28px;
                text-transform: uppercase;
            }

            #HomeApps .section.bgOrange h3 {
                color: #57453f;
                font-family: 'Open Sans';
                font-size: 24px;
                font-weight: 400;
                padding-bottom: 53px;
                padding-top: 12px;
            }

            #HomeApps .section.bgOrange h4 {
                color: white;
                font-family: 'Open Sans';
                font-size: 18px;
                font-weight: 700;
                text-transform: none;
            }

            #HomeApps .section.bgOrange span {
                color: white;
                font-family: 'Open Sans';
                font-size: 18px;
                font-weight: 700;
            }

            #HomeApps .section.bgOrange p {
                color: #57453f;
                font-family: 'Open Sans';
                font-size: 18px;
                font-weight: 400;
            }

            #HomeApps .section.bgOrange img {
                float: right;
                margin-top: 50px;
                margin-right: 50px;
            }

        #HomeApps .section.middle {
            background-color: white;
        }

            #HomeApps .section.middle h2 {
                color: #f08225;
                font-family: 'SohoStd-Medium';
                font-size: 28px;
                text-transform: uppercase;
            }

            #HomeApps .section.middle .row {
                margin: 0;
            }

                #HomeApps .section.middle .row .colored-div {
                    height: 485px;
                    padding: 55px 25px 55px 85px;
                }

                #HomeApps .section.middle .row .col-md-7 {
                    padding: 0;
                    height: 485px;
                }

                #HomeApps .section.middle .row img {
                    max-width: 100%;
                }

        #HomeApps .section.bottom {
            margin-bottom: 30px;
        }

            #HomeApps .section.bottom h2 {
                color: #f08225;
                font-family: 'SohoStd-Medium';
                font-size: 34px;
                text-transform: uppercase;
            }

            #HomeApps .section.bottom h5 {
                color: #7b6a59;
                font-family: Open Sans;
                font-size: 16px;
                font-weight: 400;
            }

            #HomeApps .section.bottom span {
                color: #7b6a59;
                font-family: Open Sans;
                font-size: 20px;
                font-weight: 400;
            }

            #HomeApps .section.bottom p {
                padding-top: 10px;
            }

            #HomeApps .section.bottom .row {
                margin: 0;
            }

                #HomeApps .section.bottom .row .col-md-5 {
                    height: 652px;
                    padding: 55px 25px 55px 85px;
                }

                #HomeApps .section.bottom .row .back-effect {
                    background-color: rgba(0, 0, 0, 0.4);
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    height: 280px;
                    width: 100%;
                    padding: 30px 75px 55px 75px;
                }

                    #HomeApps .section.bottom .row .back-effect p {
                        color: white;
                        font-family: Open Sans;
                        font-size: 14px;
                        font-weight: 400;
                    }

                #HomeApps .section.bottom .row .col-md-7 {
                    height: 750px;
                    padding: 40px 25px 55px 45px;
                    background-color: white;
                    position: relative;
                }

                    #HomeApps .section.bottom .row .col-md-7 figcaption p {
                        width: 100px;
                        text-align: center;
                        margin: auto;
                        color: #f08225;
                        font-family: Open Sans;
                        font-size: 14px;
                        font-weight: 400;
                    }

    #HomeApps .buttons {
        padding-bottom: 245px;
    }

        #HomeApps .buttons .row {
            margin: 0;
        }

        #HomeApps .buttons .col-md-6 {
            padding: 0;
        }

            #HomeApps .buttons .col-md-6.addons {
                padding-right: 15px;
            }

        #HomeApps .buttons .content {
            height: 103px;
            background-color: #f08225;
        }

            #HomeApps .buttons .content:hover {
                background-color: #57453f;
                -moz-transition: 1s ease;
                -o-transition: 1s ease;
                -webkit-transition: 1s ease;
                transition: 1s ease;
                cursor: pointer;
            }

            #HomeApps .buttons .content img {
                padding-right: 35px;
            }

            #HomeApps .buttons .content a {
                display: block;
                padding: 0 30px;
                font-size: 28px;
                font-family: 'SohoStd-Medium';
                padding-top: 25px;
            }

                #HomeApps .buttons .content a span {
                    color: white;
                    text-transform: uppercase;
                    vertical-align: middle;
                    font-family: 'SohoStd-Medium';
                    font-size: 28px;
                }


/******************************************************************
HomeContacts
******************************************************************/
#MapContentDescription {
    background-color: #95c11e;
    padding: 15px;
    display: block;
    border-radius: 10px;
    max-width: 150px;
    position: relative;
    top: 50px;
    left: -60px;
}

    #MapContentDescription .icon-up-dir {
        position: absolute;
        left: -55px;
        top: -30px;
        right: 0;
        margin: auto !important;
        color: #95c11e;
        font-size: 50px;
        line-height: 20px;
        width: 20px;
        z-index: 2;
    }

    #MapContentDescription .info span {
        color: white;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        font-family: 'Open Sans';
    }

    #MapContentDescription .info {
        color: white;
        font-size: 11px;
        font-weight: 400;
        font-family: 'Open Sans';
    }

#HomeContacts {
    padding-bottom: 250px;
    position: relative;
}

    #HomeContacts .col-md-9 {
        background-color: white;
        padding: 0;
        overflow: hidden;
    }

        #HomeContacts .col-md-9 .box-content {
            padding: 45px;
        }

            #HomeContacts .col-md-9 .box-content h5 {
                font-family: SohoStd-Light;
                font-size: 14px;
                color: #95c11e;
                margin-bottom: 20px;
            }

            #HomeContacts .col-md-9 .box-content img {
                width: 260px;
                height: 45px;
            }

            #HomeContacts .col-md-9 .box-content .col-md-6 img {
                max-width: 100%;
                height: auto;
            }

            #HomeContacts .col-md-9 .box-content .inner-box {
                padding-left: 55px;
            }

                #HomeContacts .col-md-9 .box-content .inner-box h3 {
                    font-family: SohoStd-Light;
                    font-size: 16px;
                    color: #95c11e;
                    padding-bottom: 15px;
                    padding-top: 40px;
                    width: 130px;
                    text-transform: uppercase;
                }

                #HomeContacts .col-md-9 .box-content .inner-box h4 {
                    font-family: Open Sans;
                    font-size: 16px;
                    font-weight: 700;
                    color: #95c11e;
                    width: 135px;
                }

                #HomeContacts .col-md-9 .box-content .inner-box p {
                    font-family: Open Sans;
                    font-size: 14px;
                    font-weight: 500;
                    color: #7a6356;
                }

                #HomeContacts .col-md-9 .box-content .inner-box .contacts {
                    padding: 10px 0;
                }

                    #HomeContacts .col-md-9 .box-content .inner-box .contacts p span {
                        color: #95c11e;
                    }

    #HomeContacts .bgGray {
        background-color: #eee9e0;
    }

        #HomeContacts .bgGray h2 {
            font-family: SohoStd-Medium;
            font-size: 22px;
            color: #95c11e;
            text-transform: uppercase;
            text-align: center;
            padding-bottom: 40px;
        }

    #HomeContacts .col-md-9 .formContainer .form-group {
        text-align: center;
    }

        #HomeContacts .col-md-9 .formContainer .form-group input {
            box-shadow: none;
            border-radius: 0;
            margin-bottom: 10px;
            border: 0;
            font-family: Open Sans;
            font-size: 12px;
            font-weight: 500;
        }

            #HomeContacts .col-md-9 .formContainer .form-group input::-webkit-input-placeholder {
                color: #d9d9d9;
                font-family: Open Sans;
                font-size: 12px;
                font-weight: 500;
            }

            #HomeContacts .col-md-9 .formContainer .form-group input::-moz-placeholder {
                color: #d9d9d9;
                font-family: Open Sans;
                font-size: 12px;
                font-weight: 500;
            }

            #HomeContacts .col-md-9 .formContainer .form-group input:-moz-placeholder {
                color: #d9d9d9;
                font-family: Open Sans;
                font-size: 12px;
                font-weight: 500;
            }

            #HomeContacts .col-md-9 .formContainer .form-group input:-ms-input-placeholder {
                color: #d9d9d9;
                font-family: Open Sans;
                font-size: 12px;
                font-weight: 500;
            }

        #HomeContacts .col-md-9 .formContainer .form-group textarea {
            box-shadow: none;
            border-radius: 0;
            margin: 35px 0 25px 0;
            border: 0;
            font-family: Open Sans;
            font-size: 12px;
            font-weight: 500;
        }

            #HomeContacts .col-md-9 .formContainer .form-group textarea::-webkit-input-placeholder {
                color: #d9d9d9;
                font-family: Open Sans;
                font-size: 12px;
                font-weight: 500;
            }

            #HomeContacts .col-md-9 .formContainer .form-group textarea::-moz-placeholder {
                color: #d9d9d9;
                font-family: Open Sans;
                font-size: 12px;
                font-weight: 500;
            }

            #HomeContacts .col-md-9 .formContainer .form-group textarea:-moz-placeholder {
                color: #d9d9d9;
                font-family: Open Sans;
                font-size: 12px;
                font-weight: 500;
            }

            #HomeContacts .col-md-9 .formContainer .form-group textarea:-ms-input-placeholder {
                color: #d9d9d9;
                font-family: Open Sans;
                font-size: 12px;
                font-weight: 500;
            }

    #HomeContacts .col-md-9 .formContainer .btn.btn-success {
        border-radius: 40px;
        padding: 5px 55px;
        background-color: #95c11e;
        border: 0;
        font-family: Open Sans;
        font-weight: 700;
    }

        #HomeContacts .col-md-9 .formContainer .btn.btn-success:hover {
            background-color: white;
            color: #95c11e;
            -moz-transition: 1s ease;
            -o-transition: 1s ease;
            -webkit-transition: 1s ease;
            transition: 1s ease;
        }

    #HomeContacts .col-md-9 .formContainer .ZFormGroupTitle {
        display: none;
    }

    #HomeContacts .formContainer .form-actions {
        text-align: center;
    }

    #HomeContacts .nav-tabs {
        border-bottom: 0;
        margin-bottom: 20px;
    }

        #HomeContacts .nav-tabs > li > a {
            margin-right: 0;
            line-height: unset;
            border: 1px solid transparent;
            border-radius: 0;
            font-family: SohoStd-Light;
            font-size: 14px;
            line-height: 18px;
            color: #95c11e;
            padding: 0 2px;
            vertical-align: middle;
        }

        #HomeContacts .nav-tabs > li::before {
            content: '|' !important;
            position: absolute;
            right: 0;
            color: #95c11e;
            padding-left: 5px;
            padding-right: 1px;
            line-height: 18px;
            width: 1px;
        }

        #HomeContacts .nav-tabs > li:last-child::before {
            content: '' !important;
            width: 1px;
        }

    #HomeContacts .nav > li > a:hover, #HomeContacts .nav > li > a:focus {
        text-decoration: none;
        color: #666;
        background-color: transparent;
    }

        #HomeContacts .nav > li > a:hover h5 {
            text-decoration: none;
            color: #666;
            background-color: transparent;
        }

    #HomeContacts .nav-tabs > li.active > a, #HomeContacts .nav-tabs > li.active > a:hover, #HomeContacts .nav-tabs > li.active > a:focus {
        color: #007AA4 !important;
        font-family: SohoStd-Medium !important;
    }

        #HomeContacts .nav-tabs > li.active > a h5 {
            color: #007AA4 !important;
            font-family: SohoStd-Medium !important;
        }

    #HomeContacts .nav > li:last-child {
        display: none !important;
    }

    #HomeContacts .nav > li:nth-child(5n) {
        display: none;
    }

    #HomeContacts .nav > li:nth-child(4n) {
        display: none;
    }

    #HomeContacts .nav-tabs > li:nth-child(3n)::before {
        content: '' !important;
        width: 1px;
    }

    #HomeContacts .zcmscontent-item {
        margin-bottom: 0;
    }
/******************************************************************
ServicesIndex
******************************************************************/
#ServicesIndex {
    padding-bottom: 240px;
}

    #ServicesIndex .categories {
        padding-left: 0;
        position: relative;
        overflow: hidden;
    }

        #ServicesIndex .categories .col-md-6 {
            padding-right: 0;
            margin-bottom: 15px;
            height: 305px;
            overflow: hidden;
        }

        #ServicesIndex .categories a {
            display: block;
            overflow: hidden;
            position: relative;
            text-align: center;
            font-family: 'SohoStd-Medium';
            vertical-align: top;
            color: white;
            height: 305px;
        }

            #ServicesIndex .categories a img {
                max-height: 100%;
                -moz-transition: 1s ease;
                -o-transition: 1s ease;
                -webkit-transition: 1s ease;
                transition: 1s ease;
            }

            #ServicesIndex .categories a:hover img {
                -moz-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
                -webkit-transform: scale(1.05);
                transform: scale(1.05);
                -moz-transition: 1s ease;
                -o-transition: 1s ease;
                -webkit-transition: 1s ease;
                transition: 1s ease;
            }

            #ServicesIndex .categories a span {
                color: white;
                position: absolute;
                height: 70px;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                margin: auto;
                text-transform: uppercase;
                font-size: 48px;
                line-height: 38px;
                z-index: 2;
            }

                #ServicesIndex .categories a span span {
                    color: white;
                    position: absolute;
                    top: 82px;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    margin: auto;
                    text-transform: uppercase;
                    line-height: 38px;
                    z-index: 2;
                    font-family: SohoStd-Light;
                    font-size: 38px;
                }

            #ServicesIndex .categories a:hover .icon-logo {
                transform: scale(1);
            }

            #ServicesIndex .categories a .icon-logo {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                transform: scale(1);
            }

/******************************************************************
ServicesDetail
******************************************************************/
#ServicesDetail {
    padding-bottom: 300px;
}

    #ServicesDetail .box-content {
        padding: 40px 30px 80px 65px;
        position: relative;
        overflow: hidden;
    }

        #ServicesDetail .box-content p {
            font-family: Open Sans;
            font-weight: 400;
            font-size: 16px;
            color: #7a6356;
        }

        #ServicesDetail .box-content h1 {
            color: #7a6356;
            font-size: 50px;
            font-weight: 700;
            font-family: GothamRoundedBold;
            text-transform: uppercase;
        }

        #ServicesDetail .box-content h2 {
            color: #7a6356;
            font-size: 50px;
            font-weight: 700;
            font-family: SohoStd-Medium;
            text-transform: uppercase;
        }

        #ServicesDetail .box-content h3 {
            color: #95c11e;
            font-size: 16px;
            font-weight: 700;
            font-family: 'Open Sans';
            text-transform: uppercase;
        }

        #ServicesDetail .box-content h4 {
            color: #7a6356;
            font-size: 16px;
            font-weight: 700;
            font-family: 'Open Sans';
            text-transform: uppercase;
        }

        #ServicesDetail .box-content .temperatura {
            padding-top: 30px;
            text-align: center;
            position: relative;
            margin-bottom: 60px;
        }

            #ServicesDetail .box-content .temperatura .col-md-3 h3 {
                padding-top: 130px;
                text-align: left;
            }

            #ServicesDetail .box-content .temperatura .col-md-8 {
                padding-bottom: 15px;
            }

                #ServicesDetail .box-content .temperatura .col-md-8 img {
                    width: 80px;
                    margin: auto;
                }

                #ServicesDetail .box-content .temperatura .col-md-8 h3 {
                    padding: 8px 0;
                }

            #ServicesDetail .box-content .temperatura .image-temp img {
                position: absolute;
                bottom: -100px;
                left: 20px;
            }

            #ServicesDetail .box-content .temperatura .scheme p {
                font-family: Open Sans;
                font-weight: 400;
                font-size: 16px;
                color: #7a6356;
                margin-top: 8px;
                margin-bottom: 5px;
            }

            #ServicesDetail .box-content .temperatura .scheme .col-md-4 h2 {
                padding-top: 18px;
                float: right;
                color: #94c01e;
                font-family: 'Open Sans';
                font-size: 28px;
                font-weight: 700;
            }

            #ServicesDetail .box-content .temperatura .scheme .col-md-8 {
                padding-bottom: 0;
            }

        #ServicesDetail .box-content .tecnimol-img {
            padding-top: 0;
            padding: 0 80px;
        }

            #ServicesDetail .box-content .tecnimol-img img {
                margin: auto;
            }

            #ServicesDetail .box-content .tecnimol-img figcaption h4 {
                padding-bottom: 10px;
            }

            #ServicesDetail .box-content .tecnimol-img figcaption img {
                padding: 0 50px;
            }

        #ServicesDetail .box-content .special-lists {
        }

            #ServicesDetail .box-content .special-lists h4 {
                color: #94c01e;
                font-family: Open Sans;
                font-size: 16px;
                font-weight: 600;
                line-height: 16px;
                text-transform: none;
                padding-top: 55px;
            }

            #ServicesDetail .box-content .special-lists h3 {
                padding-bottom: 10px;
            }

            #ServicesDetail .box-content .special-lists ul {
                padding: 0;
            }

                #ServicesDetail .box-content .special-lists ul li {
                    list-style-type: disc;
                    color: #95c11e;
                }

            #ServicesDetail .box-content .special-lists .col-md-6 p {
                padding-right: 45px;
            }

            #ServicesDetail .box-content .special-lists .images {
                padding-top: 15px;
            }

            #ServicesDetail .box-content .special-lists .sugestions {
                padding-top: 15px;
            }

                #ServicesDetail .box-content .special-lists .sugestions .lil-box {
                    padding-bottom: 10px;
                }

                    #ServicesDetail .box-content .special-lists .sugestions .lil-box img {
                        width: 25px;
                        margin-right: 10px;
                    }

                    #ServicesDetail .box-content .special-lists .sugestions .lil-box span {
                        padding-left: 3px;
                        vertical-align: middle;
                        color: #7a6356;
                        font-family: Open Sans;
                        font-size: 14px;
                        font-weight: 400;
                    }

        #ServicesDetail .box-content .bottom-two {
            padding-top: 35px;
        }

            #ServicesDetail .box-content .bottom-two .images {
                padding-top: 15px;
            }

        #ServicesDetail .box-content ul {
            padding: 0;
        }

            #ServicesDetail .box-content ul li {
                list-style-type: disc;
                color: #95c11e;
                padding-bottom: 10px;
            }

            #ServicesDetail .box-content ul.pro li {
                list-style-image: url('/Content/app/images/folha.png') !important;
            }
            /*#ServicesDetail .box-content ol.pro li { list-style: outside !important; color: #95c11e; list-style-image:url('/Content/app/images/folha.png');}*/
            #ServicesDetail .box-content ul li p {
                font-family: Open Sans;
                font-weight: 400;
                font-size: 16px;
                color: #7a6356;
                line-height: 16px;
            }

        #ServicesDetail .box-content .bottom-two ul {
            padding: 0;
        }

            #ServicesDetail .box-content .bottom-two ul li {
                list-style-type: disc;
                color: #95c11e;
            }

        #ServicesDetail .box-content .bottom-two h3 {
            padding-bottom: 10px;
        }

        #ServicesDetail .box-content .humigel-p-spaces {
            padding-right: 150px;
        }

        #ServicesDetail .box-content .biofilmBg {
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            bottom: 0;
            height: 450px;
        }

        #ServicesDetail .box-content .biologic {
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            bottom: -140px;
            height: 450px;
        }

    #ServicesDetail .buttons {
    }

        #ServicesDetail .buttons .row {
            margin: 0;
        }

        #ServicesDetail .buttons .col-md-6 {
            padding: 0;
        }

            #ServicesDetail .buttons .col-md-6.addons {
                padding-right: 15px;
            }

        #ServicesDetail .buttons .content {
            height: 103px;
            background-color: #f08225;
        }

            #ServicesDetail .buttons .content:hover {
                background-color: #57453f;
                -moz-transition: 1s ease;
                -o-transition: 1s ease;
                -webkit-transition: 1s ease;
                transition: 1s ease;
                cursor: pointer;
            }

            #ServicesDetail .buttons .content img {
                padding-right: 35px;
            }

            #ServicesDetail .buttons .content a {
                display: block;
                padding: 0 30px;
                font-size: 28px;
                font-family: 'SohoStd-Medium';
                padding-top: 25px;
            }

                #ServicesDetail .buttons .content a span {
                    color: white;
                    text-transform: uppercase;
                    vertical-align: middle;
                    font-family: 'SohoStd-Medium';
                    font-size: 18px;
                }


/******************************************************************
ServicesGallery
******************************************************************/
#ServicesGallery {
    padding-bottom: 250px;
}

    #ServicesGallery .bgWhite {
        padding: 50px 15px;
        margin: 0;
    }

    #ServicesGallery h4 {
        font-size: 24px;
        font-family: 'SohoStd-Medium';
        color: #95c11e;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    #ServicesGallery ul {
        padding-left: 0;
    }

        #ServicesGallery ul li a {
            color: #7a6356;
            font-family: Open Sans;
            font-size: 14px;
            font-weight: 400;
        }

            #ServicesGallery ul li a.active {
                color: #95c11e;
            }

            #ServicesGallery ul li a:hover {
                color: #95c11e;
                transition: 0.3s ease;
            }

    #ServicesGallery .photo-gallery .col-md-4 {
        padding-left: 0;
        margin-bottom: 15px;
    }

        #ServicesGallery .photo-gallery .col-md-4 a.fancybox {
            display: block;
            overflow: hidden;
        }

            #ServicesGallery .photo-gallery .col-md-4 a.fancybox img {
                max-width: 100%;
                -moz-transition: 1s ease;
                -o-transition: 1s ease;
                -webkit-transition: 1s ease;
                transition: 1s ease;
            }

            #ServicesGallery .photo-gallery .col-md-4 a.fancybox:hover {
                opacity: 0.8;
                transition: 0.5s ease;
            }

                #ServicesGallery .photo-gallery .col-md-4 a.fancybox:hover img {
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    -webkit-transform: scale(1.05);
                    transform: scale(1.05);
                    -moz-transition: 1s ease;
                    -o-transition: 1s ease;
                    -webkit-transition: 1s ease;
                    transition: 1s ease;
                }

/******************************************************************
AccountSign
******************************************************************/
#AccountSign { /* TODO */
}

/******************************************************************
AccountIndex
******************************************************************/
#AccountIndex {
}

    #AccountIndex h1 {
        margin-bottom: 25px;
        text-transform: uppercase;
        color: #6D6E6E;
    }

    #AccountIndex hr {
        margin-top: 7px;
        margin-bottom: 15px;
    }

    #AccountIndex h2, #AccountIndex h3 {
        text-transform: uppercase;
        color: #6D6E6E;
        margin-bottom: 5px;
    }

    #AccountIndex p {
        font-size: 12px;
        color: #6D6D6D;
    }

    #AccountIndex .nav-tabs > li {
        display: block;
        float: none;
    }

    #AccountIndex .nav-tabs {
        border-bottom: 0;
    }

        #AccountIndex .nav-tabs li > a {
            border: 0;
            border-top: 1px solid #DDDDDD;
            border-radius: 0;
            padding: 10px 0;
            color: #6D6D6D;
            padding-left: 15px;
        }

        #AccountIndex .nav-tabs li.active > a {
            border: 0;
            border-top: 1px solid #DDDDDD;
            border-radius: 0;
            font-weight: bold;
        }

/******************************************************************
AccountOrder
******************************************************************/
#AccountOrder {
}

    #AccountOrder h1 {
        margin-bottom: 25px;
        text-transform: uppercase;
        color: #6D6E6E;
    }

    #AccountOrder .box {
        margin-bottom: 20px;
    }

        #AccountOrder .box .box-title {
            padding: 10px;
            background: #DFDFDF;
        }

        #AccountOrder .box .box-content {
            padding: 10px;
            background: #f9f9f9;
        }

            #AccountOrder .box .box-content h4 {
                margin-bottom: 10px;
                font-weight: bold;
            }

    #AccountOrder .table td {
        vertical-align: middle;
    }

    #AccountOrder .responsive-scroll {
        margin-bottom: 20px;
    }

        #AccountOrder .responsive-scroll table {
            margin-bottom: 0;
        }

/******************************************************************
AccountRegister
******************************************************************/
#AccountRegister { /* TODO */
}



/******************************************************************
ProductsIndex
******************************************************************/
#ProductsIndex { /* TODO  */
}


/******************************************************************
ProductDetail 
******************************************************************/
#ProductDetail { /* TODO */
}

/******************************************************************
BasketDetail
******************************************************************/
#BasketDetail { /* TODO */
}

    #BasketDetail .basket-products td, #BasketDetail .basket-products th {
        vertical-align: middle;
    }

    #BasketDetail .box-content h1 {
        text-transform: uppercase;
        font-size: 24px;
        color: #656565;
        font-weight: 300;
        padding: 20px 0;
        border-bottom: 1px #E1E1E1 solid;
    }

    #BasketDetail .box-content table {
        width: 100%;
    }

        #BasketDetail .box-content table .price {
            font-size: 14px;
        }

        #BasketDetail .box-content table .price-send {
            font-size: 18px;
        }

        #BasketDetail .box-content table .text-table {
            font-size: 13px;
            padding: 20px 0;
            color: #333333;
            text-transform: none;
        }

        #BasketDetail .box-content table .price-total {
            font-size: 30px;
        }

        #BasketDetail .box-content table th {
            font-size: 13px;
            padding-top: 10px;
            padding-bottom: 10px;
            color: #333333;
        }

        #BasketDetail .box-content table tr {
            border: 1px #E1E1E1 solid;
        }

        #BasketDetail .box-content table td {
            font-size: 14px;
            padding: 15px;
            text-transform: uppercase;
            color: #666666;
        }

        #BasketDetail .box-content table .remove-product, #BasketDetail .box-content table .remove-coupon {
            font-size: 25px;
            color: #c0392b;
        }

    #BasketDetail .actions {
        margin-top: 20px;
    }

    #BasketDetail .product-color-square {
        height: 22px;
        width: 22px;
        display: inline-block;
        border: 1px solid #ccc;
    }

    #BasketDetail .basket-products .product-operation {
        height: 35px;
        border: 1px solid #b6b3b3;
        line-height: 35px;
        width: 35px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        color: #666666;
    }

        #BasketDetail .basket-products .product-operation:hover {
            color: #FFF;
            background: #666;
        }

        #BasketDetail .basket-products .product-operation i {
            margin: 0;
        }

    #BasketDetail .basket-products .quantity {
        height: 35px;
        border: 1px solid #b6b3b3;
        line-height: 32px;
        width: 45px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

    #BasketDetail .coupon {
        background: #eee;
        padding: 20px 20px 20px 20px;
        color: #666;
    }

/******************************************************************
BasketCheckout
******************************************************************/
#BasketCheckout { /* TODO */
}

    #BasketCheckout .box {
        border: 1px solid #e1e1e1;
    }

        #BasketCheckout .box .box-title {
            padding: 20px;
            display: block;
        }

        #BasketCheckout .box.last .box-title {
            background: #583857;
        }

        #BasketCheckout .box .box-title h2 {
            display: block;
            margin: 0;
            padding: 0;
            color: #000;
            text-transform: uppercase;
        }

        #BasketCheckout .box.finished .box-title {
            background: #f0f0f0;
        }

        #BasketCheckout .box.blocked .box-title {
            background: #666;
        }

            #BasketCheckout .box.blocked .box-title h2, #BasketCheckout .box.last .box-title h2 {
                color: #FFF;
            }

        #BasketCheckout .box .box-content {
            padding: 20px;
            border-top: 1px solid #e1e1e1;
        }

        #BasketCheckout .box.finished .box-content {
            background: #f0f0f0;
        }

        #BasketCheckout .box.blocked .box-content {
            background: #666;
            display: none;
        }

        #BasketCheckout .box .box-bottom {
            padding: 20px;
            border-top: 1px solid #e1e1e1;
            min-height: 110px;
        }

            #BasketCheckout .box .box-bottom .info {
                color: #666;
            }

            #BasketCheckout .box .box-bottom .price-total {
                color: #583857;
                font-size: 22px;
                font-weight: 700;
            }

    #BasketCheckout .basket-lines {
    }

        #BasketCheckout .basket-lines table {
            margin: 0;
        }

            #BasketCheckout .basket-lines table td, #BasketCheckout .basket-lines table th {
                vertical-align: middle;
            }

            #BasketCheckout .basket-lines table td {
                border-top: 1px dashed #ddd;
            }

            #BasketCheckout .basket-lines table p b {
                color: #666;
                font-weight: normal;
            }

        #BasketCheckout .basket-lines .product-color-square {
            height: 22px;
            width: 22px;
            display: inline-block;
            border: 1px solid #ccc;
        }

    #BasketCheckout .basket-steps {
    }

        #BasketCheckout .basket-steps .row {
            margin-left: -15px !important;
            margin-right: -15px !important;
        }

        #BasketCheckout .basket-steps .form-group {
            margin-bottom: 10px;
        }

        #BasketCheckout .basket-steps .box {
            margin-bottom: 15px;
        }

        #BasketCheckout .basket-steps h2 {
            font-size: 20px;
        }

        #BasketCheckout .basket-steps h3 {
            font-size: 18px;
            display: block;
            margin-bottom: 20px;
        }

        #BasketCheckout .basket-steps .step {
        }

            #BasketCheckout .basket-steps .step label {
                margin: 0;
                font-weight: normal;
            }

        #BasketCheckout .basket-steps .step-actions {
            margin-top: 15px;
        }

#Step1 form .row {
    height: 34px;
    line-height: 34px;
}

#Step1 form .form-group {
    margin-bottom: 15px !important;
}

#Step1 .newdeliver-option {
    margin-top: 15px;
}

#Step1 .specialDropdown {
    line-height: initial;
}

#Step1 .dropdown {
    margin-right: 15px;
}

    #Step1 .dropdown .dropdown-toggle {
        background: #E1E1E1;
        padding: 0 20px;
        box-shadow: none;
        border: 0;
        color: #333;
    }

    #Step1 .dropdown .dropdown-menu {
        padding: 0;
    }

        #Step1 .dropdown .dropdown-menu li {
            display: block;
            padding: 0 15px;
        }

            #Step1 .dropdown .dropdown-menu li:hover {
                background: #E1E1E1;
                color: #333;
                cursor: pointer;
            }

#NewDeliverAddressLabel {
    text-align: center;
    display: block;
    cursor: pointer;
}

#NewDeliverAddress {
    margin-top: 15px;
}

#Step2 form label {
    cursor: pointer;
    display: block;
    margin: 0;
    height: 30px;
    line-height: 30px;
}

#Step3 p {
    display: block;
    margin-bottom: 10px;
}

#Step3 .price {
    color: #583857;
    font-size: 18px;
    font-weight: 700;
}

/******************************************************************
.TestimoniesPage
******************************************************************/
#TestimoniesPage {
}

    #TestimoniesPage h1 {
        color: white;
        text-align: center;
    }

    #TestimoniesPage h3 {
        margin-bottom: 10px;
        color: #374C83;
    }

    #TestimoniesPage .rules {
        font-size: 12px;
        color: #595959;
    }

        #TestimoniesPage .rules li {
            padding: 3px 0;
            font-size: 12px;
        }

    #TestimoniesPage .modal-title {
        text-transform: uppercase;
        color: #374C83;
    }

    #TestimoniesPage .modal-header {
        border-bottom: 0;
        padding-bottom: 0;
    }

    #TestimoniesPage textarea.form-control {
        border: 2px solid #DFDFDF;
        border-radius: 2px;
    }

    #TestimoniesPage .btn {
        padding: 7px 12px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
    }

@media print {
    /* TODO */
    #Header, #Footer, #CoockiesTerms, #HeaderMobile {
        display: none;
    }

    #AccountOrder {
        padding: 0;
    }

        #AccountOrder .box {
            margin: 0;
            padding: 0;
        }

        #AccountOrder .btn {
            display: none;
        }

        #AccountOrder .col-md-6 {
            width: 50% !important;
            float: left !important;
        }
}
