﻿/* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the *    `contenteditable` attribute is included anywhere else in the document. *    Otherwise it causes space to appear at the top and bottom of elements *    that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using *    `:before` to contain the top-margins of child elements. */

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
    ;
}

.clearfix:after {
    clear: both;
}

img {
    opacity: 1;
    transition: opacity 0.3s;
}

    img[data-src] {
        opacity: 0;
    }

/***** Layout *****/

.fixed-width {
    clear: both;
    margin: 0 auto;
    width: 1000px;
}

.small-size-banner {
    height: 290px;
}

.small-size-banner-img {
    height: 202px;
}

.full-size-banner {
    height: 410px;
}

.full-size-banner-img {
    height: 320px;
}

h1 {
    color: #fe6700;
    font-family: 'CabinSemiBold',sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

h2 {
    color: #fe6700;
    font-family: 'CabinSemiBold',sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

h3 {
    color: #fe6700;
    font-family: 'CabinSemiBold',sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

    /* Icons */

    h1.icon-onemotion, h2.icon-onemotion, h3.icon-onemotion {
        background: url('../../images/icon.png') no-repeat left center;
        padding: 3px 0px 3px 33px;
    }

/*    Background    *****************/

#background {
    position: absolute;
    left: 0px;
    z-index: -999;
    margin-top: 88px;
    overflow: hidden;
    width: 100%;
}

    #background img {
        position: absolute;
        width: 100%;
        height: auto;
        z-index: -999;
        top: -50%;
        left: 0;
        right: 0;
        bottom: 0;
    }

.full-size-banner #background img {
    top: 0;
}

/*    Shadows************/

.horizontal-shadow-top {
    position: relative;
    width: 100% !important;
    height: 10px;
    bottom: -8px;
    margin: 0 0 0 0;
    -webkit-box-shadow: 0px 0px 12px rgba(160,160,160,1);
    box-shadow: 0px 0px 12px rgba(160,160,160,1);
    border-radius: 50%;
    z-index: 0;
}

    .horizontal-shadow-top:before, .horizontal-shadow-top::before {
        content: ' ';
        position: relative;
        display: block;
        background: #fff;
        width: 100% !important;
        height: 20px !important;
        z-index: 10;
        top: -10px;
    }

.horizontal-shadow-bottom {
    position: relative;
    width: 100% !important;
    height: 10px;
    bottom: 8px;
    margin: 0 0 0 0;
    -webkit-box-shadow: 0px 0px 12px rgba(160,160,160,1);
    box-shadow: 0px 0px 12px rgba(160,160,160,1);
    border-radius: 50%;
    z-index: 0;
}

    .horizontal-shadow-bottom:after, .horizontal-shadow-bottom::after {
        content: ' ';
        position: relative;
        display: block;
        background: #fff;
        width: 100% !important;
        height: 20px !important;
        z-index: 10;
    }

/*	Featured*****************/

#featured {
    position: absolute;
    width: 1000px;
    display: table;
    /*background: url('../../images/info.png') no-repeat right 10px;*/
    margin-top: 92px;
}

    #featured h1 {
        font-size: 32px;
    }

    #featured h1, #featured h2, #featured h3 {
        color: #000;
    }

    #featured div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

/*	Header*****************/

#banner {
    background-color: rgba(255,255,255,.5);
    margin: 0 auto 25px auto;
    z-index: -999;
}

    #banner div.logo {
        float: left;
        position: absolute;
        z-index: 999; /*background-image: url('../../images/logo.png');*/
        background-repeat: no-repeat;
        margin-left: 20px;
        text-indent: -999px;
    }

        #banner div.logo a {
            display: block;
            height: 140px;
            width: 180px;
        }

    /* Main Nav */

    #banner nav {
        float: right;
    }

        #banner nav ul li {
            float: left;
        }

            #banner nav ul li a {
                display: block;
                background: #ffffff;
                font: 12px 'CabinSemiBold',sans-serif;
                font-weight: normal;
                color: #aaa;
                padding: 34px 20px 34px 20px;
                text-decoration: none;
                text-transform: uppercase;
                height: 20px;
            }

                #banner nav ul li a span {
                    display: block;
                }

                #banner nav ul li a.current, #banner nav ul li a:hover {
                    color: #ffffff;
                    background: #f60;
                }

    #banner a.btn-menu {
        display: none;
        position: relative;
        float: right;
        border: 1px solid #f60;
        text-decoration: none;
        top: 20px;
        right: 5px;
        color: #f60;
        text-transform: uppercase;
        font-size: 12px;
        padding: 0.4em 0.7em;
        border-radius: 4px;
    }

        #banner a.btn-menu span {
            font-size: 1.6em;
            vertical-align: -0.15em;
        }

/*	Sidebar*****************/

.sidebar {
    position: relative;
    float: left;
    width: 265px; /*height: 850px;*/ /*min-height: 800px;*/ /*background-color: yellow;*/
    z-index: 999;
}

    .sidebar:after, .sidebar::after {
        position: absolute;
        top: 5px;
        right: 0px;
        content: '  ';
        height: 100%;
        -webkit-box-shadow: 0px 0px 12px rgba(160,160,160,1);
        box-shadow: 0px 0px 12px rgba(160,160,160,1);
        border-radius: 50%;
        z-index: -999;
    }

    /* Widgets */

    .sidebar h1, .sidebar h2, .sidebar h3 {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .sidebar .widget {
        padding: 15px;
        background-color: #fff;
    }

        .sidebar .widget article {
            padding-top: 0px;
        }

            .sidebar .widget article .header {
                font-size: 12px;
                font-weight: bold;
                text-transform: uppercase;
                color: #fe6700;
            }

            .sidebar .widget article hr {
                border-top: dotted 2px rgba(153,153,153,0.50);
                margin: 0px;
                padding: 0px;
                height: 2px;
            }

            .sidebar .widget article ul li {
                background: url('../../images/icon-arrow.png') no-repeat left center;
                border-bottom: dotted 2px rgba(153,153,153,0.50);
                padding: 5px 0px 5px 20px;
                margin-bottom: 5px;
            }

            .sidebar .widget article ul.images li {
                float: left;
                background: 0;
                padding: 5px 5px 5px 0px;
                border: 0;
            }

                .sidebar .widget article ul.images li img {
                    width: 70px;
                    height: 70px;
                }

            .sidebar .widget article ul li.last {
                border-bottom: 0;
            }

            .sidebar .widget article ul li a {
                color: #525252;
            }

.orange-widget {
    background-color: #ffefe5 !important;
}

/*	Content*****************/

.main-content {
    float: none;
    clear: both;
}

#content {
    float: left; /*height: 800px;*/ /*height: 100%;*/
    min-height: 800px;
    padding: 7px 15px 15px 15px; /*background-color: yellow;*/
    ;
}

.content-with-sidebar {
    width: 705px;
}

/*    Product list*************/

.p-list {
    padding-top: 10px;
}

.p-image {
    float: left;
    position: relative;
    padding: 15px 15px 15px 0px;
    width: 226px;
}

    .p-image img {
        width: 226px;
        height: 166px;
    }

.p-price-small {
    font-size: 12px;
}

.p-price {
    position: absolute; /*width: 90px;*/
    height: 42px;
    padding: 2px 4px 5px 4px;
    top: 8px;
    right: 8px;
    background-color: #f60;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    text-align: right;
}

    .p-price:after, .p-price::after {
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -20%;
        content: '';
        width: 0;
        height: 0;
        border-top: solid 8px #f60;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
    }

.p-description {
    float: left;
    width: 460px;
    min-height: 350px;
}

.p-title {
    font-size: 18px;
}

.p-action-content {
    background: #f4f4f4; /*padding: 20px;*/ /*padding-top: 25px;    padding-left: 50px;*/
    height: 100px;
    display: table;
    width: 100%;
}

.p-info { /*float: left;*/
    display: table-cell;
    vertical-align: middle;
    color: #535353;
    padding: 15px; /*padding: 15px 15px 0px 25px;*/
    ;
}

    .p-info ul {
        padding: 0;
        margin: 0;
    }

        .p-info ul li {
            padding: 5px 5px 5px 20px;
        }

            .p-info ul li.icon-comment {
                background: url('../../images/icon-comments.png') no-repeat left 8px;
            }

            .p-info ul li.icon-tag {
                background: url('../../images/icon-tag.png') no-repeat left center;
            }

.p-button {
    /*float: left;*/
    display: table-cell;
    vertical-align: middle;
    /*min-width: 190px;*/
    /*width: 190px;*/
    padding: 25px 0px 0px 0px;
}

.c-list ul {
    ;
}

    .c-list ul li {
        float: left;
        width: 50%;
        min-width: 210px;
        margin: 0px;
    }

        .c-list ul li span {
            font-weight: bold;
            display: block;
            margin-top: 5px;
        }

        .c-list ul li ul {
            padding: 0px;
            margin: 0px;
            padding: 3px 0px;
        }

            .c-list ul li ul li {
                clear: both;
                padding: 0px;
                margin: 0px;
                width: 100%;
                padding: 2px 0px;
            }

                .c-list ul li ul li a {
                    color: #f60;
                }

/* button test style  */

button.css3button, a.css3button {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 5px 5px;
    background: -moz-linear-gradient(top,#8ebe3c 0%,#8ebe3c);
    background: #8fbe3c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #fff;
    -moz-box-shadow: 1px 3px 3px rgba(206,206,206,0.7),inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow: 1px 3px 3px rgba(206,206,206,0.7),inset 0px 0px 1px rgba(255,255,255,0.7);
    box-shadow: 1px 3px 3px rgba(206,206,206,0.7),inset 0px 0px 1px rgba(255,255,255,0.7);
}

a.icon-arrow-more-info {
    background: #8fbe3c url('../../images/icon-arrow-more-info.png') no-repeat 5px center;
    padding-left: 25px;
}

/*    Footer****************/

footer {
    clear: both;
    min-height: 280px;
    background: url('../../images/icon-arrow-down-white.png') center top no-repeat #65605c;
    color: #d8d7d6;
}

#footer-container .col {
    float: left;
    width: 25%;
    min-height: 205px;
    padding: 25px 15px 0px 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    ;
}

footer .logo-footer {
    background: url('../../images/logo-footer.png') no-repeat top center;
    padding-top: 140px !important;
}

footer p {
    color: #d8d7d6;
}

footer a:visited, footer a {
    color: #d8d7d6;
}

footer h4 {
    max-width: 250px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 1px solid #53504d;
    -webkit-box-shadow: 0 1px 0 #78736d;
    box-shadow: 0 1px 0 #78736d;
}

footer ul li {
    padding: 5px 0px 5px 0px;
    max-width: 250px;
    margin-bottom: 5px;
    border-bottom: 1px solid #53504d;
    -webkit-box-shadow: 0 1px 0 #78736d;
    box-shadow: 0 1px 0 #78736d;
}

    footer ul li.icon-mark {
        background: url('../../images/icon-mark.png') no-repeat left center;
        padding: 5px 0px 5px 15px;
    }

footer small {
    clear: both;
    display: block;
    height: 30px;
    padding: 10px 0px 0px 0px;
}

#copyright {
    clear: both;
    height: 40px;
    background: #4d4946;
}

/*    Featured blocks*******************/

#featured-blocks {
    ;
}

    #featured-blocks .block {
        float: left;
        width: 33%;
        padding: 10px 10px 10px 10px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        ;
    }

        #featured-blocks .block img {
            padding: 10px;
        }

        #featured-blocks .block h3 {
            color: #333333;
            text-transform: uppercase;
            font-size: 14px;
        }

a.orange-text, a.orange-text:hover, a.orange-text:active, a.orange-text:visited,
.orange a, .orange a:hover, .orange a:active, .orange a:visited, .orange {
    color: #f60;
}

.validation-summary-errors {
    border: dashed 1px red;
}

.input-validation-error {
    border: solid 1px red !important;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 10px;
}

    .validation-summary-errors ul li {
        padding: 2px 5px 2px 15px;
        color: red;
    }

.contactForm label {
    clear: left;
    float: left;
    width: 110px;
    text-align: left;
    padding-right: 10px;
}

.contactForm input {
    margin-bottom: 0;
}

.contactForm button {
    margin-left: 120px;
}

/* The element to hover over */

.qs {
    background-color: #f60;
    border-radius: 16px;
    color: #e3fbff;
    cursor: default;
    display: inline-block;
    font-family: 'Helvetica',sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px;
}

    .qs .popover {
        background-color: rgba(0,0,0,0.85);
        border-radius: 5px;
        bottom: 42px;
        box-shadow: 0 0 5px rgba(0,0,0,0.4);
        color: #fff;
        display: none;
        font-size: 12px;
        font-family: 'Helvetica',sans-serif;
        left: -95px;
        padding: 7px 10px;
        position: absolute;
        width: 200px;
        z-index: 4;
    }

        .qs .popover:before {
            border-top: 7px solid rgba(0,0,0,0.85);
            border-right: 7px solid transparent;
            border-left: 7px solid transparent;
            bottom: -7px;
            content: '';
            display: block;
            left: 50%;
            margin-left: -7px;
            position: absolute;
        }

    .qs:hover .popover {
        display: block;
        -webkit-animation: fade-in .3s linear 1,move-up .3s linear 1;
        -moz-animation: fade-in .3s linear 1,move-up .3s linear 1;
        -ms-animation: fade-in .3s linear 1,move-up .3s linear 1;
    }

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes move-up {
    from {
        bottom: 30px;
    }

    to {
        bottom: 42px;
    }
}

@-moz-keyframes move-up {
    from {
        bottom: 30px;
    }

    to {
        bottom: 42px;
    }
}

@-ms-keyframes move-up {
    from {
        bottom: 30px;
    }

    to {
        bottom: 42px;
    }
}

/* #tiny accordion
================================================== */

.acc {
    list-style: none;
    margin-top: 14px;
    width: 100%;
}

.sidebar .acc {
    margin-top: 15px;
}

.acc .separator {
    margin: 0;
}



.acc h4 {
    color: #aaa;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 8px 5px 9px 40px;
    background: #f8f8f8 url('/images/icons/accPlusMinus.png') 8px 8px no-repeat;
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, background 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out;
}


.sidebar .acc h4 {
    color: #aaa;
}


.acc h4.acc-selected {
    color: #fff;
    background: #aaa url('/images/icons/accPlusMinus.png') 8px -14px no-repeat;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.acc .acc-section {
    overflow: hidden;
}


.acc .acc-content {
    width: 100%;
    padding: 10px;
    border: 1px solid #aaa;
    background: #fff;
    margin-bottom: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .acc .acc-content p {
        margin-bottom: 0px;
    }

/**umb_name:orange*/
.orange {
    color: #fe6700;
}
