/******************************************************************
 RESET CSS - Normalize
******************************************************************/
body, img, p, h1, h2, h3, h4, h5, fieldset { margin: 0; padding: 0; border: 0; resize: none; }
img { max-width: 100%; }
a, a:hover, a:visited, a:focus { text-decoration: none !important; }
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; }


/******************************************************************
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; }

.no-address { cursor: default !important; }

/******************************************************************
Geral Html
******************************************************************/
body,
body .zcmscontent { font-family: 'Titillium Web', sans-serif; font-size: 14px; color: #222222; line-height: 1.3; overflow-x: hidden; }
    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6,
    body .zcmscontent h1,
    body .zcmscontent h2,
    body .zcmscontent h3,
    body .zcmscontent h4,
    body .zcmscontent h5,
    body .zcmscontent h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 { font-family: 'Titillium Web', sans-serif; font-weight: 700; margin: 0; }
    body h1,
    body .zcmscontent h1,
    .h1 { font-size: 30px; font-weight: 700; text-transform: uppercase; }
    body h2,
    body .zcmscontent h2,
    .h2 { font-size: 30px; font-weight: normal; text-transform: none; }
    body h3,
    body .zcmscontent h3,
    .h3 { font-size: 24px; }
    body h4,
    body .zcmscontent h4,
    .h4 { font-size: 20px; }
    body h5,
    body .zcmscontent h5,
    .h5 { font-size: 18px; font-weight: 300; }
    body h6,
    body .zcmscontent h6,
    .h6 { font-size: 16px; }

    body p,
    body .zcmscontent h6,
    .p { font-size: 14px; line-height: 1.3 !important; font-weight: 300; }


    body .wrapper { padding: 0 80px; width: 100%; display: block; margin: auto; position: relative; }
    body .contentWrapper { padding: 0 15px; max-width: 1230px; display: block; margin: auto; position: relative; }
    body h1.pageTitle { font-size: 60px; line-height: 80px; text-align: center; color: black; font-family: 'Titillium Web', sans-serif; text-transform: uppercase; font-weight: 700; padding-bottom: 35px; }
    body h2.pageTitle { font-size: 60px; line-height: 80px; text-align: center; color: black; font-family: 'Titillium Web', sans-serif; text-transform: uppercase; font-weight: 700; padding-bottom: 35px; }
    body .modal-content { border-radius: 0; }
    /*body .contentPattern { background: url('../images/pattern.jpg'); }
    body .productsPattern { background: url('../images/pattern3.png'); background-size: 100%; }
    body .newsPattern { background: url('../images/pattern5.png'); }
    body .contactsPattern { background: url('../images/pattern4.png'); }*/
    body .generalContentSection { padding-top: 50px; padding-bottom: 50px; background: white; }

.embed-responsive-item img { width: 100%; }

.is-wrapper > div { background: none; }


/* Flexslider */
.flexslider { margin: 0; box-shadow: none; padding: 0; border: 0; border-radius: 0; }
    .flexslider .flex-direction-nav a { height: 110px; margin-top: -55px; }
        .flexslider .flex-direction-nav a:before { content: none; }
    .flexslider .flex-control-paging { bottom: -65px; }
        .flexslider .flex-control-paging li a { border: 1px solid #777777; background: transparent; }
            .flexslider .flex-control-paging li a.flex-active { background: #777777; }


/* 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; }

.switch { position: relative; display: inline-block; width: 52px; height: 26px; line-height: 26px; margin-right: 120px; vertical-align: middle; }
    .switch input { display: none; }
    .switch .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #838389; border-radius: 26px; -webkit-transition: .4s; transition: .4s; }
        .switch .slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 4px; bottom: 4px; border-radius: 50%; background-color: white; -webkit-transition: .4s; transition: .4s; }
    .switch input:checked + .slider { background-color: #434349; }
    .switch input:focus + .slider { box-shadow: 0 0 1px #434349; }
    .switch input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); }
    .switch .hint { display: inline-block; position: absolute; top: 0; left: 60px; right: 0; bottom: 0; line-height: 26px; }
        .switch .hint > span { display: block; text-align: left; }
        .switch .hint .checked { display: none; }
        .switch .hint .unchecked { }
    .switch input:checked + .slider + .hint .unchecked { display: none; }
    .switch input:checked + .slider + .hint .checked { display: block; }

/* 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); }

#ScrollTop { position: fixed; left: 33px; bottom: 33px; z-index: 1000; }
    #ScrollTop a { display: inline-block; height: 50px; width: 50px; text-align: center; background: rgba(131, 131, 137, 0.75); }
        #ScrollTop a i { line-height: 50px; font-size: 30px; color: #434349; }

/* 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 .basket-product { margin: 0; border-bottom: 1px solid #e5e5e5; padding: 15px 0; }
            #BasketModal .modal-content .basket-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%; }


#SearchModal { }
    #SearchModal .modal-header { }
        #SearchModal .modal-header .close { margin-left: 12px; line-height: 34px; vertical-align: middle }


/* Pagination */
.pagination { padding: 33px 0; margin: 0; border-radius: 0; }
    .pagination > li > a,
    .pagination > li > span,
    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover { font-size: 16px; line-height: 16px; height: auto; width: auto; padding: 0 6px; margin: 0; background-color: white; border: none; border-right: 2px solid #222222; border-radius: 0px; color: #222222; }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover { background-color: white; border: none; border-right: 2px solid #222222; border-radius: 0px; color: #222222; font-weight: bold; }

    .pagination .disabled a { display: none; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span { font-size: 14px; margin-left: 0; padding: 0 6px; padding-left: 0; border-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span { font-size: 14px; margin-right: 0; padding: 0 6px; padding-right: 0; border-radius: 0; border-right: none; }

/* Buttons */
.btn { outline: none !important; box-shadow: none !important; border: 1px solid transparent; border-radius: 0; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; font-family: Roboto; font-weight: 500; text-transform: uppercase; }
    .btn.btn-lg { font-size: 18px; }
    .btn.btn-primary { background: #3cb394; color: white; }
        .btn.btn-primary:hover { background: #23c189; }
    .btn.btn-default { /* TODO */ }
    .btn.btn-info { background: #f7fbfa; border-color: #f7fbfa; color: #222222; }
        .btn.btn-info:focus,
        .btn.btn-info:active,
        .btn.btn-info.active { background: #565d67; border-color: #565d67; color: #f7fbfa; }
    .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; }


    .btn.btn-default.btn-outline { margin: 0 5px; border-radius: 2px; border-color: #222222; background-color: transparent; color: #222222; outline: none !important; box-shadow: none !important; }
        .btn.btn-default.btn-outline:focus,
        .btn.btn-default.btn-outline:active,
        .btn.btn-default.btn-outline.active { border-color: #222222; background-color: #222222; color: white; }

.form-control { outline: none !important; border-radius: 0; border-color: #222222; }
    .form-control:focus { border-color: #3cb394; box-shadow: none; }

.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 */


/* Inputs */
input[type="text"], input[type="password"] { height: 34px; line-height: 34px; padding: 0 10px; border-radius: 0; }
.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; }

/* tables */
.table th, .table td { vertical-align: middle !important; }

/* #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; }


.bg-grey { background-color: #C9e1dc; }

.flexslider .slides .slide { height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }

/******************************************************************
Helpers
******************************************************************/
body .header-padder { padding-top: 236px; }
body .no-margin { margin: 0 !important; }
body .small-margin { margin-left: -8px !important; margin-right: -8px !important; }
body .no-padding { padding: 0 !important; }
body .small-padding { padding-left: 8px !important; padding-right: 8px !important; }
body .hidden { display: none; }
body .no-round-corner { border-radius: 0; }
body .transition-regular { -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
body .transition-fast { -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
body .transition-very-fast { -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s; }
body .small-padding-bottom { padding-bottom: 20px; }
body .medium-padding-bottom { padding-bottom: 30px; }
body .large-padding-bottom { padding-bottom: 100px; }
body .text-wrapper { overflow: hidden; height: 100%; }
body .relative { position: relative; }
body .display-inline { display: inline-block; }
body .display-block { display: block; }
body .display-none { display: none; }
body .invisible { visibility: hidden; }
body .admin-inactive-view { opacity: 0.7; filter: alpha(opacity=70); }

.embed-responsive-1by1 { padding-bottom: 100%; }
.embed-responsive-map { padding-bottom: 30%; }

.p-15 { padding: 15px; }
.p-30 { padding: 30px; }
.p-60 { padding: 60px; }
.p-90 { padding: 90px; }
.px-15 { padding-left: 15px; padding-right: 15px; }
.px-30 { padding-left: 30px; padding-right: 30px; }
.px-60 { padding-left: 60px; padding-right: 60px; }
.px-90 { padding-left: 90px; padding-right: 90px; }
.py-15 { padding-top: 15px; padding-bottom: 15px; }
.py-30 { padding-top: 30px; padding-bottom: 30px; }
.py-60 { padding-top: 60px; padding-bottom: 60px; }
.py-90 { padding-top: 90px; padding-bottom: 90px; }

.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-flex { display: -ms-flexbox !important; display: flex !important; align-items: stretch; }
.d-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }
.d-flex > * { height: 100%; }
.d-flex > *,
.d-inline-flex > * { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
.justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
.justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
.justify-content-center { -ms-flex-pack: center !important; justify-content: center !important; }
.justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
.align-items-start { -ms-flex-align: start !important; align-items: flex-start !important; }
.align-items-end { -ms-flex-align: end !important; align-items: flex-end !important; }
.align-items-center { -ms-flex-align: center !important; align-items: center !important; }
.align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
.align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }
.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
.align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
.align-self-center { -ms-flex-item-align: center !important; align-self: center !important; }
.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
.align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }

.flex-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
.col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }


/******************************************************************
article
******************************************************************/
body .article { font-family: 'Titillium Web', sans-serif; margin-bottom: 30px; display: block; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
    body .article .imgWrapper { }
        body .article .imgWrapper img { max-width: 100%; }
    body .article .description { background-color: #f5f5f5; padding: 35px; height: 240px; overflow: hidden; }
        body .article .description h2 { height: 60px; font-size: 26px; text-transform: uppercase; color: #000; margin-bottom: 6px; overflow: hidden; }
        body .article .description .date { height: 14px; font-size: 12px; color: #000; margin-bottom: 20px; overflow: hidden; }
        body .article .description .introduction { height: 72px; font-family: 'Titillium Web', sans-serif; font-size: 14px; line-height: 24px; color: #000; overflow: hidden; }
    body .article:hover { -webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.36); -moz-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.36); box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.36); }
    body .article .textShadowHover { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0); -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
    body .article:hover .textShadowHover { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.56); }

/******************************************************************
product
******************************************************************/

.product { font-family: 'Titillium Web', sans-serif; margin-bottom: 30px; display: block; text-align: left; z-index: 0; transform: scale(1); padding-bottom: 20px; }
    .product a { display: block; color: #222222; font-size: 14px; font-weight: 400; line-height: 24px; }
        .product a .info { padding: 15px 25px; }
        .product a .title { font-size: 18px; line-height: 24px; text-transform: uppercase; min-height: 96px; }
        .product a .price { font-size: 24px; font-weight: 700; }
            .product a .price small { color: #565d67; font-size: 13px; font-weight: 400; }
        .product a .intro { font-size: 0; min-height: 24px; }
    .product .btn-add-product { position: absolute; right: 15px; bottom: 30px; }
    .product,
    .product a,
    .product a .title { -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; transform-origin: center center; }

        .product:hover { transform: scale(1.05); z-index: 20; box-shadow: 0 0 5px 2px rgba(86, 93, 103, 0.25); }
            .product:hover a { }
                .product:hover a .title { text-shadow: 0 0 1px rgba(34, 34, 34, 0.50); }
                .product:hover a .intro { font-size: 14px; }

/******************************************************************
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; }

/******************************************************************
Header
******************************************************************/
#Header { position: relative; height: 80px; background-color: #565d67; padding-top: 20px; padding-bottom: 20px; overflow: hidden; }
    #Header,
    #Header a { color: #fdfbfb; font-family: "Titillium Web"; font-size: 14px; font-weight: 400; text-transform: uppercase; letter-spacing: 1.4px; }
        #Header a { display: inline-block; line-height: 40px; }
            #Header a:hover { text-shadow: 0 0 2px rgba(255, 255, 255, 1); }
            #Header a.active { color: #3cb394; font-weight: bold; }
        #Header svg { vertical-align: baseline; }
            #Header svg path { fill: #fdfbfb; }
        #Header .container-fluid { padding: 0 40px 0; height: 100%; }
            #Header .container-fluid > .d-flex { height: 100%; }
        #Header .logo-wrapper { }
            #Header .logo-wrapper a { transform: scale(1); transform-origin: center center; transition: 0.3s ease-out; }
                #Header .logo-wrapper a:hover { transform: scale(1.1); }

        #Header .login-singin-link { font-size: 24px; }
        #Header .languages a { font-size: 18px; }

        #Header .search { background: white; color: #565d67; font-size: 14px; padding: 12px 16px; line-height: 1; }
            #Header .search:hover { text-shadow: none; box-shadow: 0 0 2px rgba(255, 255, 255, 1); }
        #Header .sli { font-size: 30px; line-height: 1; vertical-align: middle; }


        #Header .searchBox { z-index: 5; display: inline-block; position: absolute; top: 0; right: 0; width: 100%; background-color: #f5f5f5; text-align: right; width: 0%; overflow: hidden; height: 100%; }
            #Header .searchBox.active { width: 100%; }
            #Header .searchBox .item.cross { position: absolute; top: 0; left: 0; }
            #Header .searchBox .searchBoxWrapper { width: 100%; height: 100%; padding-right: 70px; padding-left: 70px; position: relative; }
            #Header .searchBox .item { }
            #Header .searchBox input { line-height: 36px; height: 36px; width: 100%; color: #717074; margin-top: 12px; border: 0; }
            #Header .searchBox ::-webkit-input-placeholder { color: #89888b; }
            #Header .searchBox :-moz-placeholder { /* Firefox 18- */ color: #89888b; }
            #Header .searchBox ::-moz-placeholder { /* Firefox 19+ */ color: #89888b; }
            #Header .searchBox :-ms-input-placeholder { color: #89888b; }


body.auth #Header { height: 140px; }
    body.auth #Header .container-fluid { padding: 0 72px 0; }

/******************************************************************
Footer
******************************************************************/
#Footer { display: block; background: #565d67; color: #fdfbfb; padding: 40px 72px; overflow: hidden; }
    #Footer a { color: #fdfbfb; }
    #Footer .social { font-size: 18px; margin: 0; }
        #Footer .social a > i { color: #fdfbfb; font-size: 24px; line-height: 30px; }
    #Footer .navigation { color: #fdfbfb; font-family: "Titillium Web"; font-size: 14px; font-weight: 400; line-height: 18px; text-transform: uppercase; }
        #Footer .navigation a + a { margin-left: 24px; }
    #Footer form { display: inline-block; }


/******************************************************************
zCMSContent
******************************************************************/
#zCMSContent { padding: 0; min-height: calc(100vh - 190px); }

/******************************************************************
HomeIndex
******************************************************************/
#HomeIndex { }
    #HomeIndex section { position: relative; }

        #HomeIndex section.banner { height: calc(100vh - 80px); box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15); background-color: #000000; z-index: 1; }
            #HomeIndex section.banner .nav { position: absolute; top: 32px; left: 0; right: 0; height: 120px; }
                #HomeIndex section.banner .nav nav { padding: 0 60px; height: 100%; }
                #HomeIndex section.banner .nav a { position: relative; display: inline-block; height: auto; padding: 0 5px 5px; vertical-align: middle; color: #ffffff; font-family: "Titillium Web"; font-size: 16px; font-weight: 400; text-transform: uppercase; }
                    #HomeIndex section.banner .nav a:not(.logo):after { content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; max-width: 0; background-color: #3cb394; transition: 0.3s linear; }
                    #HomeIndex section.banner .nav a:not(.logo):focus:after,
                    #HomeIndex section.banner .nav a:not(.logo):hover:after { max-width: 200px; background-color: #3cb394; }
                    #HomeIndex section.banner .nav a.logo { transition: 0.3s ease-out; }
                        #HomeIndex section.banner .nav a.logo:focus,
                        #HomeIndex section.banner .nav a.logo:hover { transform: scale(1.1); }
            #HomeIndex section.banner .flexslider { background-color: #000000; height: 100%; z-index: -1; }
                #HomeIndex section.banner .flexslider,
                #HomeIndex section.banner .flexslider .slides,
                #HomeIndex section.banner .flexslider .slides li { height: 100%; }
            #HomeIndex section.banner .scroll-down { position: absolute; bottom: 40px; left: 0; right: 0; text-align: center; }
                #HomeIndex section.banner .scroll-down a { display: inline-block; color: white; text-align: center; font-size: 42px; }
                    #HomeIndex section.banner .scroll-down a:hover { -webkit-animation-name: pulse; animation-name: pulse; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

        #HomeIndex section.about,
        #HomeIndex section.showroom,
        #HomeIndex section.newsletter { padding-top: 32px; padding-bottom: 32px; }
        #HomeIndex section.services,
        #HomeIndex section.brands,
        #HomeIndex section.products,
        #HomeIndex section.contacts { padding-top: 64px; padding-bottom: 64px; }

        #HomeIndex section.about h2 { margin-bottom: 50px; }

        #HomeIndex section.showroom { padding-bottom: 0; }
            #HomeIndex section.showroom .flexslider { }
                #HomeIndex section.showroom .flexslider .slides .slide { height: 600px; box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.2), inset 0px -10px 10px -5px rgba(255,255,255,1); }

        #HomeIndex section.newsletter .newsletter { margin-top: 40px; }
            #HomeIndex section.newsletter .newsletter .form-group { padding: 0 10px; }
            #HomeIndex section.newsletter .newsletter .form-control { max-width: 440px; }
                #HomeIndex section.newsletter .newsletter .form-control::-webkit-input-placeholder { color: #222222; }
                #HomeIndex section.newsletter .newsletter .form-control:-moz-placeholder { color: #222222; }
                #HomeIndex section.newsletter .newsletter .form-control::-moz-placeholder { color: #222222; }
                #HomeIndex section.newsletter .newsletter .form-control:-ms-input-placeholder { color: #222222; }


        #HomeIndex section.products .categories { margin: 40px 0 60px; }
        #HomeIndex section.products .home-product { }
            #HomeIndex section.products .home-product .image { background: white; }
                #HomeIndex section.products .home-product .image .embed-responsive-item { display: flex; align-items: center; justify-content: center; }
            #HomeIndex section.products .home-product .info { min-height: 75px; }
            #HomeIndex section.products .home-product .title { color: #222222; font-family: "Titillium Web"; font-size: 20px; font-weight: 700; text-transform: none; line-height: 24px; }
            #HomeIndex section.products .home-product .category { color: #777777; font-family: "Titillium Web"; font-size: 14px; font-weight: 300; text-transform: none; }
        #HomeIndex section.products .more { margin-top: 60px; }

        #HomeIndex section.brands { padding-bottom: 130px; }
            #HomeIndex section.brands > .container { max-width: 900px; }
            #HomeIndex section.brands .flexslider ul.slides li { padding: 0 10px; }
            #HomeIndex section.brands.flexslider:hover .flex-direction-nav .flex-prev { left: 0; }
            #HomeIndex section.brands.flexslider:hover .flex-direction-nav .flex-next { right: 0; }


        #HomeIndex section.contacts { padding-bottom: 0; }
            #HomeIndex section.contacts h2 { margin-bottom: 50px; }
            #HomeIndex section.contacts > .container { padding-left: 80px; padding-right: 80px; margin-bottom: 48px; }

            #HomeIndex section.contacts .form { }
                #HomeIndex section.contacts .form h3 { display: none; }
                #HomeIndex section.contacts .form .form-control { color: black; border: 1px solid #777; box-shadow: none !important; outline: none !important; padding: 20px 25px; height: auto; line-height: 1.1; }
                    #HomeIndex section.contacts .form .form-control::-webkit-input-placeholder { color: #222222; }
                    #HomeIndex section.contacts .form .form-control:-moz-placeholder { color: #222222; }
                    #HomeIndex section.contacts .form .form-control::-moz-placeholder { color: #222222; }
                    #HomeIndex section.contacts .form .form-control:-ms-input-placeholder { color: #222222; }
                #HomeIndex section.contacts .form .form-actions { text-align: left !important }

            #HomeIndex section.contacts .info { }
                #HomeIndex section.contacts .info .intro { color: #4b4b4b; font-size: 14px; font-weight: 300; }
                #HomeIndex section.contacts .info .address { margin-top: 46px; color: #222222; font-family: Roboto; font-size: 16px; font-weight: 400; }
                    #HomeIndex section.contacts .info .address .contacts { margin-top: 24px; }
                #HomeIndex section.contacts .info .social { margin-top: 50px; }
                    #HomeIndex section.contacts .info .social a { display: inline-block; color: #222222; font-family: "Titillium Web"; font-size: 20px; font-weight: 300; display: inline-block; width: 33%; max-width: 80px; }

            #HomeIndex section.contacts .map { margin: 0; }


/*body.auth #HomeIndex section.banner { height: calc(100vh - 140px); }*/
/*#HomeIndex .companySlogan { background: url('../images/pattern2.jpg'); padding: 70px 0; }
        #HomeIndex .companySlogan h4 { font-size: 48px; color: #000; text-align: center; font-family: 'Handlee', cursive; }
    #HomeIndex .contentSection { height: 100vh; }
        #HomeIndex .contentSection .leftPart { width: 40%; height: 100%; background: white; }
        #HomeIndex .contentSection .rightPart { width: 60%; height: 100%; }
        #HomeIndex .contentSection .btnProducts { position: absolute; right: 80px; bottom: 60px; display: inline-block; height: 96px; width: 96px; padding: 24px; border-radius: 50%; }
            #HomeIndex .contentSection .btnProducts:hover { -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2); }
            #HomeIndex .contentSection .btnProducts .svgWrapper { height: 48px; width: 48px; }
                #HomeIndex .contentSection .btnProducts .svgWrapper svg { height: 100%; width: 100%; }
        #HomeIndex .contentSection .contentPart { height: 60%; position: absolute; top: 20%; width: 100%; font-family: 'Titillium Web', sans-serif; }
            #HomeIndex .contentSection .contentPart .subtitle { border: 22px solid #f8f4ec; height: 60vh; width: 50%; padding: 85px 90px; background: #fff; }
                #HomeIndex .contentSection .contentPart .subtitle h2 { font-size: 50px; font-weight: 700; line-height: 80px; text-transform: uppercase; color: #000; max-width: 365px; }*/
/******************************************************************
HomeContent
******************************************************************/
#HomeContent { font-family: 'Titillium Web', sans-serif; }
    #HomeContent h1 { padding-top: 70px; }

/******************************************************************
zForm
******************************************************************/
body .zForm { max-width: 800px; margin: auto; }
    body .zForm h3 { text-align: center; font-family: 'Titillium Web', sans-serif; font-size: 26px; font-weight: 700; padding-bottom: 35px; text-transform: uppercase; }
    body .zForm .form-control { padding: 10px 16px; border-radius: 0; border: 0; color: #000; background: #fff; font-weight: 700; font-size: 14px; }
    body .zForm input[type="text"], .zForm input[type="password"] { height: 42px; line-height: 42px; }
    body .zForm .g-recaptcha > div { margin: auto; }
    body .zForm .form-actions { text-align: center; }
        body .zForm .form-actions .btn { padding: 10px 40px; }

/******************************************************************
HomeContacts
******************************************************************/
#HomeContacts { }
    #HomeContacts h1 { padding-top: 70px; }
    #HomeContacts .mainAddressHolder { padding-top: 85px; padding-bottom: 75px; background: #fff; }
    #HomeContacts .mainAddress .leftSide { max-width: 490px; }
    #HomeContacts .mainAddress h2 { font-family: 'Titillium Web', sans-serif; font-size: 21px; color: #000; font-weight: 400; text-transform: uppercase; margin-bottom: 35px; }
    #HomeContacts .mainAddress h3 { font-family: 'Titillium Web', sans-serif; font-size: 26px; color: #000; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
    #HomeContacts .mainAddress .logo { margin-bottom: 50px; }
        #HomeContacts .mainAddress .logo .svgWrapper { width: 218px; height: 64px; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
            #HomeContacts .mainAddress .logo .svgWrapper svg { width: 100%; height: 100%; }
                #HomeContacts .mainAddress .logo .svgWrapper svg path { fill: #000; }
    #HomeContacts .mapHolder { padding-bottom: 85px; padding-bottom: 80px; }
        #HomeContacts .mapHolder .mapFrame { border: 20px solid white; background: white; -webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16); -moz-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16); box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16); }
        #HomeContacts .mapHolder .map { height: 460px; -webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16); -moz-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16); box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16); }
    #HomeContacts .formHolder { padding-top: 60px; padding-bottom: 80px; }
        #HomeContacts .formHolder ::-webkit-input-placeholder { color: #000; }
        #HomeContacts .formHolder :-moz-placeholder { /* Firefox 18- */ color: #000; }
        #HomeContacts .formHolder ::-moz-placeholder { /* Firefox 19+ */ color: #000; }
        #HomeContacts .formHolder :-ms-input-placeholder { color: #000; }
    #HomeContacts .addressesHolder { padding-top: 90px; padding-bottom: 50px; background: #fff; }
    #HomeContacts .addresses { }
        #HomeContacts .addresses h2 { font-size: 26px; color: #000; font-family: 'Titillium Web', sans-serif; text-align: center; padding-bottom: 50px; font-weight: 700; }
        #HomeContacts .addresses .address { padding-bottom: 30px; }
            #HomeContacts .addresses .address h3 { font-size: 21px; line-height: 24px; color: #000; font-family: 'Titillium Web', sans-serif; margin-bottom: 25px; }
            #HomeContacts .addresses .address .description { padding-top: 20px; }
    #HomeContacts .addressItem { padding-left: 58px; position: relative; font-size: 21px; line-height: 24px; color: #000; margin-bottom: 25px; min-height: 44px; }
        #HomeContacts .addressItem.addressLine .svgWrapper { height: 44px; width: 30px; }
        #HomeContacts .addressItem.mail .svgWrapper { height: 23px; width: 30px; }
        #HomeContacts .addressItem.contacts .svgWrapper { height: 30px; width: 30px; }
        #HomeContacts .addressItem.schedule .svgWrapper { height: 30px; width: 30px; }
        #HomeContacts .addressItem .svgWrapper { position: absolute; top: 0; left: 0; }
            #HomeContacts .addressItem .svgWrapper svg { width: 100%; height: 100%; }

/******************************************************************
AccountSign
******************************************************************/
#AccountSign { /* TODO */ }

/******************************************************************
AccountIndex
******************************************************************/
#AccountIndex { font-family: 'Titillium Web', sans-serif; }
    #AccountIndex hr { margin-top: 7px; margin-bottom: 15px; }
    #AccountIndex h2, #AccountIndex h3 { text-transform: uppercase; color: #000; margin-bottom: 5px; }
    #AccountIndex p { font-size: 12px; color: #000; }
    #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: #000; 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: #000; }
    #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 */ }
    #AccountRegister .step { font-size: 30px; color: #89888b; }
        #AccountRegister .step.step-active { color: #68c3a3; }

/******************************************************************
BlogIndex
******************************************************************/
#BlogIndex { font-family: 'Titillium Web', sans-serif; padding-bottom: 80px; padding-top:80px; }
    #BlogIndex h1 { padding-top: 70px; }
    #BlogIndex .categories { padding-top: 40px; padding-bottom: 65px; }
        #BlogIndex .categories .category { padding: 0 20px; }
            #BlogIndex .categories .category a { border: 1px solid #68c3a3; padding: 14px 8px; display: block; font-size: 16px; color: #000; text-transform: uppercase; text-align: center; font-weight: 700; }
                #BlogIndex .categories .category a.active, #BlogIndex .categories .category a:hover { border: 1px solid #68c3a3; background: #68c3a3; color: #fff; }

/******************************************************************
BlogDetail
******************************************************************/
#BlogDetail { font-family: 'Titillium Web', sans-serif; padding-bottom: 80px; padding-top:80px; }
    #BlogDetail h2 { padding-top: 70px; padding-bottom: 60px; }
    #BlogDetail .imgWrapper { }
        #BlogDetail .imgWrapper img { max-width: 100%; }
    #BlogDetail .description { background-color: #fff; padding: 35px; }
        #BlogDetail .description h1 { font-size: 26px; text-transform: uppercase; color: #000; margin-bottom: 26px; }
        #BlogDetail .description .date { font-size: 12px; color: #000; margin-bottom: 20px; }
        #BlogDetail .description .introduction { font-family: 'Titillium Web', sans-serif; font-size: 14px; line-height: 24px; color: #000; }
    #BlogDetail .btnReturnListing { margin-top: 60px; text-transform: uppercase; padding: 18px 28px; }

/******************************************************************
.newsletters
******************************************************************/
.newsletters { padding: 50px 0; font-family: 'Titillium Web', sans-serif; }
    .newsletters .newslettersWrapper { padding: 0 15px; max-width: 692px; display: block; margin: auto; position: relative; }
    .newsletters .frame { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; }
        .newsletters .frame svg { width: 100%; height: 100%; }
    .newsletters .formHolder { padding: 100px 140px; text-align: center; }
        .newsletters .formHolder h3 { color: white; font-size: 36px; font-weight: 700; padding-bottom: 10px; }
        .newsletters .formHolder h4 { color: white; font-size: 18px; padding-bottom: 20px; }
        .newsletters .formHolder .btn { padding: 12px; font-size: 14px; }
        .newsletters .formHolder .form-group { margin-bottom: 8px; }
        .newsletters .formHolder input { line-height: 42px; height: 42px; color: #717074; }
        .newsletters .formHolder ::-webkit-input-placeholder { color: #89888b; }
        .newsletters .formHolder :-moz-placeholder { /* Firefox 18- */ color: #89888b; }
        .newsletters .formHolder ::-moz-placeholder { /* Firefox 19+ */ color: #89888b; }
        .newsletters .formHolder :-ms-input-placeholder { color: #89888b; }

/******************************************************************
.categoriesTiles
******************************************************************/
.categoriesTiles { font-family: 'Titillium Web', sans-serif; }
    .categoriesTiles .category { display: block; background: white; }
        .categoriesTiles .category .colorGiver { height: 100%; width: 100%; position: absolute; top: 0; left: 0; opacity: 0; }
        .categoriesTiles .category .detailsHolder { height: 195px; width: 100%; position: absolute; top: 0; bottom: 0; margin: auto; }
        .categoriesTiles .category:hover .colorGiver { opacity: 1; }
        .categoriesTiles .category h3 { font-size: 40px; font-weight: 700; text-align: center; color: #fff; margin-top: 45px; line-height: 40px; }
        .categoriesTiles .category .iconWrapper { height: 110px; width: auto; text-align: center; }
            .categoriesTiles .category .iconWrapper svg { height: 100%; width: auto; }
                .categoriesTiles .category .iconWrapper svg path { fill: #fff; }


/******************************************************************
ProductsCategoryDetail
******************************************************************/
#ProductsCategoryDetail { font-family: 'Titillium Web', sans-serif; }

    #ProductsCategoryDetail section.main-categories { background: #C9e1dc; padding: 8px 0; }
        #ProductsCategoryDetail section.main-categories a { color: #222222; font-size: 16px; font-weight: 200; line-height: 24px; text-transform: uppercase; }
            #ProductsCategoryDetail section.main-categories a.active { font-weight: 700; }
            #ProductsCategoryDetail section.main-categories a + a:before { content: ' | '; }

    #ProductsCategoryDetail section.sub-categories { background: #C9e1dc; padding: 8px 0; margin-bottom: 32px; }
        #ProductsCategoryDetail section.sub-categories a { color: #222222; font-size: 16px; font-weight: 200; line-height: 24px; }
            #ProductsCategoryDetail section.sub-categories a.active { font-weight: 700; }
            #ProductsCategoryDetail section.sub-categories a + a:before { content: ' | '; }

    #ProductsCategoryDetail section.sub-sub-categories { }
        #ProductsCategoryDetail section.sub-sub-categories .btn { margin: 4px 8px; }

    #ProductsCategoryDetail section.products { margin-top: 64px; }



/******************************************************************
ProductsIndex
******************************************************************/
#ProductsIndex { font-family: 'Titillium Web', sans-serif; }

    #ProductsIndex .filters { border: 1px solid #68c3a3; padding: 20px 30px; margin-bottom: 60px; }
        #ProductsIndex .filters label { color: #717074; font-family: Titillium Web; font-size: 14px; font-weight: 400; text-transform: uppercase; padding-right: 10px; }
        #ProductsIndex .filters select { border: none; outline: none; background: #f1f1f1; box-shadow: none; height: 38px; color: #717074; font-family: "Myriad Pro"; font-size: 12px; font-weight: 400; }
        #ProductsIndex .filters .iconLink { font-size: 28px; color: #717074; }
            #ProductsIndex .filters .iconLink.active { color: #68c3a3; }

    #ProductsIndex .listing { padding: 25px 0; }
        #ProductsIndex .listing .products { text-align: center; }

    #ProductsIndex .pagination { display: inline-block; }


/******************************************************************
ProductDetail 
******************************************************************/

#ProductDetail { font-family: 'Titillium Web', sans-serif; }


    #ProductDetail section.main-categories { background: #C9e1dc; padding: 8px 0; }
        #ProductDetail section.main-categories a { color: #222222; font-size: 16px; font-weight: 200; line-height: 24px; text-transform: uppercase; }
            #ProductDetail section.main-categories a.active { font-weight: 700; }
            #ProductDetail section.main-categories a + a:before { content: ' | '; }

    #ProductDetail section.sub-categories { background: #C9e1dc; padding: 8px 0; margin-bottom: 32px; }
        #ProductDetail section.sub-categories a { color: #222222; font-size: 16px; font-weight: 200; line-height: 24px; }
            #ProductDetail section.sub-categories a.active { font-weight: 700; }
            #ProductDetail section.sub-categories a + a:before { content: ' | '; }

    #ProductDetail section.sub-sub-categories { }
        #ProductDetail section.sub-sub-categories .btn { margin: 4px 8px; }

    #ProductDetail .details-prod { color: #000000; margin: 80px 0; }
        #ProductDetail .details-prod .full-height { height: 100%; }
        #ProductDetail .details-prod .details-wrapper { position: relative; height: 100%; min-height: 700px; background-color: #C9e1dc; }
        #ProductDetail .details-prod .details { padding: 50px; background-color: #C9e1dc; }
        #ProductDetail .details-prod h1 { line-height: 25px; color: #222222; font-size: 20px; font-weight: 700; text-transform: uppercase; }
        #ProductDetail .details-prod h3 { line-height: 25px; color: #222222; font-size: 20px; font-weight: 400; }
        #ProductDetail .details-prod .reference { line-height: 25px; font-size: 21px; font-weight: 400; text-transform: uppercase; margin-top: 10px; }
        #ProductDetail .details-prod .versions { margin-top: 35px; color: #717074; font-size: 12px; font-weight: 400; }
            #ProductDetail .details-prod .versions h3 { margin-bottom: 10px; }
            #ProductDetail .details-prod .versions .version { background: white; position: relative; padding: 10px; overflow: hidden; transition: 0.66s ease; }
                #ProductDetail .details-prod .versions .version:not(.inactive) { cursor: pointer; padding-right: 200px; }
                #ProductDetail .details-prod .versions .version:not(:first-of-type):last-child { }
                #ProductDetail .details-prod .versions .version .actions-wrapper { position: absolute; top: 0; bottom: 0; right: 0; width: auto; white-space: nowrap; }
                    #ProductDetail .details-prod .versions .version .actions-wrapper div { display: inline-block; position: relative; height: 35px; vertical-align: middle; transition: 0.66s ease; }
                #ProductDetail .details-prod .versions .version .price { line-height: 35px; padding-left: 8px; padding-right: 8px; background: #565d67; color: white; font-family: Titillium Web; font-weight: 400; font-size: 14px; transition: 0.66s ease; }
                #ProductDetail .details-prod .versions .version .spring { height: 100%; margin-right: -125px; overflow: hidden; transition: 0.66s ease; }
                #ProductDetail .details-prod .versions .version .quantities { margin: 0 10px; }
                    #ProductDetail .details-prod .versions .version .quantities input { line-height: 14px; color: #717074; font-family: Titillium Web; font-size: 12px; font-weight: 400; text-align: center; padding: 0; margin: 0; border: none; outline: none; background: none; width: 20px; height: 100%; }
                    #ProductDetail .details-prod .versions .version .quantities a { line-height: 14px; color: #717074; font-family: Titillium Web; font-size: 12px; font-weight: 400; text-align: center; }
                #ProductDetail .details-prod .versions .version button { height: 100%; background: #565d67; color: white; font-size: 18px; }
                /* version:hover */
                #ProductDetail .details-prod .versions .version:not(.inactive):hover { background: white; }
                    #ProductDetail .details-prod .versions .version:not(.inactive):hover .actions-wrapper { }
                        #ProductDetail .details-prod .versions .version:not(.inactive):hover .actions-wrapper div { }
                    #ProductDetail .details-prod .versions .version:not(.inactive):hover .spring { margin-right: 0; box-shadow: -2px 1px 3px rgba(0,0,0,0.1); }
                /* version.inactive */
                #ProductDetail .details-prod .versions .version.inactive { border-color: #e5e5e5; color: #b9b8ba; cursor: not-allowed; }
                    #ProductDetail .details-prod .versions .version.inactive .out { line-height: 35px; margin-right: 20px; color: #717074; font-family: "Myriad Pro"; font-size: 14px; font-weight: 400; text-transform: uppercase; }

        #ProductDetail .details-prod .description { text-align: left; }

    #ProductDetail .productImages { text-align: left; }
/* PhotosGalery */
#PhotosGalery { background: none; }
    #PhotosGalery .imageWrapper { text-align: center; }
        #PhotosGalery .imageWrapper img { width: auto; display: inline-block; height: 100%; }
        #PhotosGalery .imageWrapper .glass { position: absolute; bottom: 0; right: 0; }
            #PhotosGalery .imageWrapper .glass svg { height: 30px; width: 30px; }
/* #PhotosGalery img { max-width: 100%; }
    #PhotosGalery .flex-direction-nav .flex-prev { left: 50px; opacity: 1; background: url('/Content/app/images/sprites.png') -102px -73px; width: 30px; height: 63px; }
    #PhotosGalery .flex-direction-nav .flex-next { right: 50px; opacity: 1; background: url('/Content/app/images/sprites.png') -139px -73px; width: 30px; height: 63px; }
    #PhotosGalery .flex-direction-nav a:before { content: ""; }*/
#ThumbsGalery { display: inline-block; text-align: center; padding: 25px 30px; background: none; height: 144px; min-width: 480px; }
    #ThumbsGalery .flex-active-slide img { opacity: 1; }
    #ThumbsGalery li { padding: 5px 5px 5px 0; }
        #ThumbsGalery li img { border: none; width: 110px; height: auto; opacity: 0.6; cursor: pointer; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }

/******************************************************************
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; line-height: 24px; }
#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; }
}

/******************************************************************
Home Revolution Slider
******************************************************************/
.tp-caption.NotGeneric-Title, .NotGeneric-Title { color: rgba(255,255,255,1.00); font-size: 70px; line-height: 70px; font-weight: 800; font-style: normal; font-family: Raleway; text-decoration: none; background-color: transparent; border-color: transparent; border-style: none; border-width: 0px; border-radius: 0 0 0 0px; text-shadow: 1px 2px 4px rgba(0,0,0,0.5); }
#rev_slider_15_1 .zeus.tparrows { cursor: pointer; min-width: 70px; min-height: 70px; position: absolute; display: block; z-index: 100; border-radius: 50%; overflow: hidden; background: rgba(0,0,0,0.1); }
    #rev_slider_15_1 .zeus.tparrows:before { font-family: "revicons"; font-size: 20px; color: rgb(255,255,255); display: block; line-height: 70px; text-align: center; z-index: 2; position: relative; }
    #rev_slider_15_1 .zeus.tparrows.tp-leftarrow:before { content: "\e824"; }
    #rev_slider_15_1 .zeus.tparrows.tp-rightarrow:before { content: "\e825"; }
#rev_slider_15_1 .zeus .tp-title-wrap { background: rgba(0,0,0,0.5); width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; opacity: 0; -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transform: scale(0); -o-transition: all 0.3s; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; border-radius: 50%; }
#rev_slider_15_1 .zeus .tp-arr-imgholder { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-position: center center; background-size: cover; border-radius: 50%; -moz-transform: translatex(-100%); -ms-transform: translatex(-100%); -o-transform: translatex(-100%); transform: translatex(-100%); -webkit-transform: translatex(-100%); -o-transition: all 0.3s; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; }
#rev_slider_15_1 .zeus.tp-rightarrow .tp-arr-imgholder { -moz-transform: translatex(100%); -ms-transform: translatex(100%); -o-transform: translatex(100%); transform: translatex(100%); -webkit-transform: translatex(100%); }
#rev_slider_15_1 .zeus.tparrows:hover .tp-arr-imgholder { -moz-transform: translatex(0); -ms-transform: translatex(0); -o-transform: translatex(0); transform: translatex(0); -webkit-transform: translatex(0); opacity: 1; }
#rev_slider_15_1 .zeus.tparrows:hover .tp-title-wrap { -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transform: scale(1); opacity: 1; }
