/******************************************************************
 RESET CSS - Normalize
******************************************************************/
body, img, p, h1, h2, h3, h4, h5, fieldset { margin: 0; padding: 0; border: 0; resize: none; }
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; }

/******************************************************************
Webfonts
******************************************************************/

@font-face { font-family: 'TextaLight'; src: url('../fonts/Texta/Texta-light/Texta-Lightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Texta/Texta-light/Texta-Light.otf') format('opentype'), url('../fonts/Texta/Texta-light/Texta-Light.woff') format('woff'), url('../fonts/Texta/Texta-light/Texta-Light.ttf') format('truetype'), url('../fonts/Texta/Texta-light/Texta-Light.svg#Texta-Light') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'TextaHeavy'; src: url('../fonts/Texta/Texta-heavy/Texta-Heavyd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Texta/Texta-heavy/Texta-Heavy.otf') format('opentype'), url('../fonts/Texta/Texta-heavy/Texta-Heavy.woff') format('woff'), url('../fonts/Texta/Texta-heavy/Texta-Heavy.ttf') format('truetype'), url('../fonts/Texta/Texta-heavy/Texta-Heavy.svg#Texta-Heavy') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'TextaMedium'; src: url('../fonts/Texta/Texta-medium/Texta-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Texta/Texta-medium/Texta-Medium.otf') format('opentype'), url('../fonts/Texta/Texta-medium/Texta-Medium.woff') format('woff'), url('../fonts/Texta/Texta-medium/Texta-Medium.ttf') format('truetype'), url('../fonts/Texta/Texta-medium/Texta-Medium.svg#Texta-Medium') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'TextaRegular'; src: url('../fonts/Texta/Texta-regular/Texta-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Texta/Texta-regular/Texta-Regular.otf') format('opentype'), url('../fonts/Texta/Texta-regular/Texta-Regular.woff') format('woff'), url('../fonts/Texta/Texta-regular/Texta-Regular.ttf') format('truetype'), url('../fonts/Texta/Texta-regular/Texta-Regular.svg#Texta-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'TextaBold'; src: url('../fonts/Texta/Texta-bold/Texta-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Texta/Texta-bold/Texta-Bold.otf') format('opentype'), url('../fonts/Texta/Texta-bold/Texta-Bold.woff') format('woff'), url('../fonts/Texta/Texta-bold/Texta-Bold.ttf') format('truetype'), url('../fonts/Texta/Texta-bold/Texta-Bold.svg#Texta-Bold') format('svg'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'CabinRegular'; src: url('../fonts/Cabin/Cabin-regular/Cabin-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Cabin/Cabin-regular/Cabin-Regular.woff') format('woff'), url('../fonts/Cabin/Cabin-regular/Cabin-Regular.ttf') format('truetype'), url('../fonts/Cabin/Cabin-regular/Cabin-Regular.svg#Cabin-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'CabinMedium'; src: url('../fonts/Cabin/Cabin-medium/Cabin-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Cabin/Cabin-medium/Cabin-Medium.woff') format('woff'), url('../fonts/Cabin/Cabin-medium/Cabin-Medium.ttf') format('truetype'), url('../fonts/Cabin/Cabin-medium/Cabin-Medium.svg#Cabin-Medium') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'CabinItalic'; src: url('../fonts/Cabin/Cabin-italic/Cabin-Italicd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Cabin/Cabin-italic/Cabin-Italic.woff') format('woff'), url('../fonts/Cabin/Cabin-italic/Cabin-Italic.ttf') format('truetype'), url('../fonts/Cabin/Cabin-italic/Cabin-Italic.svg#Cabin-Italic') format('svg'); font-weight: normal; font-style: 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; }

/******************************************************************
Geral Html
******************************************************************/
body { overflow-x: hidden; /* TODO */ }
    body .wrapper { padding: 0 15px; max-width: 850px; 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: white !important; background-color: #BD2429 !important; border-color: white !important; height: 35px; width: 35px; border-radius: 50%; margin: 0 7px; }
    .pagination .active a { border-color: #BD2429; background: white !important; color: #BD2429 !important; }
    .pagination .disabled a { cursor: not-allowed; opacity: 0.5 !important; filter: alpha(opacity=50) !important; border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; border: 0 !important; font-size: 16px !important; padding: 7px 0 !important; width: 25px !important; }
    .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; border: 0; font-size: 16px; padding: 7px 0; width: 25px; }
    .pagination > li:first-child > a, .pagination > li:first-child > span { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; border: 0; font-size: 16px; padding: 7px 0; width: 25px; }

/* 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; }

.MapContentDescription { width: 155px; text-align: center; }
    .MapContentDescription .arrow-top { width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #00A4D8; position: absolute; top: -10px; left: 0; right: 0; margin: auto; }
    .MapContentDescription .info { background-color: #00A4D8; padding: 5px 10px; text-transform: uppercase; color: white; font-size: 12px; font-family: TextaRegular; }
.gm-style-iw + div { display: none !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; }

/* 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); }




/******************************************************************
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; }
.holder { top: auto; right: 0; bottom: 5%; left: 0; position: absolute; width: 2.5em; height: 3.85em; z-index: 99; border: 2px solid #FFF; margin: 0 auto; -webkit-border-radius: 3em; -moz-border-radius: 3em; border-radius: 3em; }
html > body .moreArrow { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; }
.moving { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in-out; -moz-animation-timing-function: ease-in-out; -o-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.moreArrow { display: block; font-size: 1em; color: #FFF; text-align: center; margin: 0 auto; margin-top: 15px !important; width: 2px; height: 8px; border-radius: 21px; background-color: white; }
    .moreArrow .icon:before { margin-left: 0.6em !important; }

.holder.down { bottom: -112px; }
#Mouse { cursor: pointer; }
.display-none{display:none;}
/******************************************************************
Header
******************************************************************/
#Header { display: block; padding: 20px 0; }
    #Header .wrapper { width: 905px; }
    #Header .logo { display: inline-block; }
    #Header .navigation { margin: 0; padding: 0; display: inline-block; padding-top: 20px; position: absolute; right: 100px;  }
        #Header .navigation li { display: inline-block; vertical-align: middle; text-transform: uppercase; font-family: TextaRegular; font-size: 14px;  padding-bottom:30px; }
        #Header .navigation a { display: inline-block; vertical-align: middle; text-transform: uppercase; font-family: TextaRegular; font-size: 14px; padding-bottom: 5px; }
        #Header .navigation li a { margin-right: 10px; color: #575755; vertical-align: middle; font-weight: 400; display: inline-block; }
            #Header .navigation li a:hover { color: rgb(71, 163, 214); border-bottom: 2px solid #47A3D6; padding-bottom: 3px; }
            #Header .navigation li a.active { border-bottom: 2px solid #47A3D6; padding-bottom: 3px; }
          #Header  .languages{display:inline-block; float:right; padding-top:20px;}
                    #Header  .languages a{opacity:0.5;}
          #Header  .languages a:hover{opacity:0.5;}
          #Header  .languages a.active{opacity:1;}

         #Header  .sub-header{background-color:rgba(71, 163, 214, 0.5); position:absolute; top:87px; width:100%; z-index:3; display:none;}
         #Header  .sub-header a{ display:inline-block; vertical-align:bottom; }
         #Header  .sub-header img{max-width:110px; display:inline-block; vertical-align:bottom; margin:0 20px; padding:20px 0; }


/******************************************************************
Footer
******************************************************************/
#Footer { }
    #Footer .wrapper { width: 800px; }
    #Footer .foot-top { background: #7B90A6; color: white; padding: 50px 0; }
        #Footer .foot-top h3 { font-size: 13px; color: #4F4A48; text-transform: uppercase; height: 22px; font-family: TextaLight; }
        #Footer .foot-top p { font-size: 14px; color: white; font-family: TextaLight; }
            #Footer .foot-top p b { color: #4F4A48; }
        #Footer .foot-top .text p { font-size: 14px; color: white; font-family: TextaMedium; }
        #Footer .foot-top .line { border-right: 2px solid #A6B0BF; position: absolute; right: 25px; display: inline-block; height: 83px; top: 0; }
        #Footer .foot-top img{max-width:100px; display:inline-block; vertical-align:bottom; margin-right:30px;}
        #Footer .foot-top a{ display:inline-block; vertical-align:bottom; }
    #Footer .foot-bottom { background-color: #504B49; padding: 30px 0; }
     #Footer .foot-bottom ul{margin-bottom:30px; display:block; padding-left:0;}   
     #Footer .foot-bottom ul li { list-style: none; display: inline-block; text-align: center; text-transform: uppercase; }
            #Footer .foot-bottom ul li a { color: white; font-family: TextaRegular; padding: 0 8px; }
        #Footer .foot-bottom .copy-right { color: #949392; font-family: TextaRegular; font-size: 14px; }
            #Footer .foot-bottom .copy-right a { color: #949392; }


/******************************************************************
zCMSContent
******************************************************************/
#zCMSContent { padding: 0; }

/******************************************************************
HomeIndex
******************************************************************/
#HomeIndex { background-color: #f5f5f5; padding-bottom:100px;}
    #HomeIndex .wrapper { max-width: 1110px; }
    #HomeIndex .moreArrow { margin-left: 14px; width: 2px; height: 8px; border-radius: 21px; background-color: white; }
    #HomeIndex .video { position: relative; cursor: pointer; }
        #HomeIndex .video .text-video { display: block; position: absolute; width: 100%; height: auto; top: 0; bottom: 0; right: 0; left: 0; margin: auto; }
            #HomeIndex .video .text-video .icon { margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
            #HomeIndex .video .text-video .description { position: absolute; bottom: 40px; left: 40px; display: inline-block; width: 405px; }
                #HomeIndex .video .text-video .description h3 { font-family: TextaBold; font-size: 26px; color: white; text-transform: uppercase; display: block; }
                #HomeIndex .video .text-video .description p { color: white; font-size: 14px; font-family: CabinRegular; display: block; }
        #HomeIndex .video .selected { display: block;}
        #HomeIndex .video .selected .text{display:none;}
        #HomeIndex .video .selected:hover .description{display:none;}
            #HomeIndex .video .selected:hover .text { color: white; text-transform: lowercase; display: block; text-align: center; font-size: 17px; font-family: TextaRegular; height: 20px; position: absolute; left: 0; right: 0; bottom: -100px; top: 0; margin: auto; z-index: 20; }
    #HomeIndex .video-play { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; display: none; }
    #HomeIndex .videoh3 { color: #00A4D8; font-size: 26px; font-family: TextaRegular; padding-bottom: 50px; text-transform: uppercase; }
    #HomeIndex .company { background-color: #E7E7E7; }
        #HomeIndex .company h2 { font-size: 40px; text-transform: uppercase; font-family: TextaRegular; color: #4F4A48; padding-bottom: 10px; margin-top: 30px; }
        #HomeIndex .company .img { display: block; margin-bottom: 20px; }
        #HomeIndex .company .more { display: block; padding-top: 10px; }
        #HomeIndex .company .content { font-size: 16px; color: #4F4A48; font-family: CabinRegular; margin-left: 15px; padding-bottom:25px;}
        #HomeIndex .company .content .text{margin-right:0;}
    #HomeIndex h3 { font-size: 24px; text-transform: uppercase; font-family: TextaBold; color: #4F4A48; }
    #HomeIndex .section-title { text-align: center; padding: 50px 0 20px 0; }
    #HomeIndex .news .wrapper { max-width: 1110px; }
    #HomeIndex .box-content .imageWrapper img { max-width: 100%; }
    #HomeIndex .box-content .box { padding: 20px 0; }
        #HomeIndex .box-content .box .date { font-family: CabinMedium; font-size: 14px; color: #4F4A48; }
        #HomeIndex .box-content .box h3 { text-transform: uppercase; color: #00A4D8; font-size: 20px; font-family: TextaRegular; height: 45px; }
        #HomeIndex .box-content .box .more { color: #4F4A48; font-family: CabinRegular; font-size: 14px; }
    #HomeIndex .list-more { text-align: center; padding: 20px 0; display: block; }
    #HomeIndex .atribute { position: absolute; top: 15px; left: 15px; font-size: 16px; font-family: TextaBold; color: white; text-transform: uppercase; }
        #HomeIndex .atribute .subtitle { display: block; width: 70px; }
        #HomeIndex .atribute .subtitle b{color:#4F4A48; font-style:normal; font-family: TextaRegular;}
                #HomeIndex  .atribute .esp b { color: #00A4D8; }
        #HomeIndex  .atribute .esp { display: block; font-size: 16px; font-family: TextaLight; width: 70px; line-height: 16px; }
    #HomeIndex .name { position: absolute; bottom: 15px; left: 15px; color: white; }
    #HomeIndex .orige { color: #00A4D8; font-size: 14px; font-family: TextaMedium; }
    #HomeIndex .title { color: white; font-size: 14px; font-family: TextaLight; }
    #HomeIndex .prod.col-md-3 { padding: 0; }
            #HomeIndex .prod.col-md-3 .imgWrapper { position: relative; overflow:hidden; margin-right:-1px; }
            #HomeIndex .prod.col-md-3 .imgWrapper img { max-height: 100%; }
            #HomeIndex .bannerProducts{text-align:center; color:white; }
            #HomeIndex .bannerProducts .box-content{padding-top:85px;}
            #HomeIndex .bannerProducts .box-content h1{margin-top:15px; text-transform:uppercase; font-family:TextaMedium; font-size: 50px;}
            #HomeIndex .bannerProducts .box-content h4{ font-family:CabinRegular; font-size: 28px;}


#HomeBanners { margin-bottom: 0; }
    #HomeBanners .image .content { color: white; position: absolute; right: 0; left: 0; text-align: center; top: 175px; max-width: 800px; margin: auto; }
        #HomeBanners .image .content h1 { font-size: 78px; line-height: 67px; font-family: TextaRegular; color: white; text-transform: uppercase; }
        #HomeBanners .image .content p { font-size: 22px; font-family: CabinRegular; color: #F4F4F4; margin-top: 15px; }
         #HomeBanners .image .content .image-box{display:block; vertical-align:middle; margin-top:100px;}
         #HomeBanners .image .content .image-box img{display:inline-block; vertical-align:bottom; width: 155px; margin:0 30px;}
         #HomeBanners .image .content .image-box a{display:inline-block; vertical-align:bottom;}
    #HomeBanners .flex-control-nav { bottom: 150px; text-align: center; z-index: 2; }
    #HomeBanners .flex-control-paging li a.flex-active { background-color: white !important; }
    #HomeBanners .flex-control-paging li a { background-color: transparent !important; border: 1px solid white; }


/******************************************************************
HomeContent
******************************************************************/
#HomeContent { background-color: #f5f5f5; }
    #HomeContent .image-banner .text { position: relative;  max-width: 800px; margin: auto; text-align: center; margin-bottom:50px; padding-top:80px;}
    #HomeContent .image-banner .text img.companyLogo{display:block; margin-top:30px; max-width:265px; margin:auto;}    
    #HomeContent .image-banner .text img{display:inline-block; vertical-align:bottom; max-width:155px; height:auto; margin:0 30px;}    
    #HomeContent .image-banner .text .lineBlue{height:1px; max-width:600px; background-color:#00A4D8; margin:30px auto; }    
    #HomeContent .image-banner .text h2 { font-family: TextaRegular; font-size: 40px; color: #4F4A48; text-transform: uppercase; text-align: center; margin-bottom: 15px; }
        #HomeContent .image-banner .text p { font-family: CabinRegular; font-size: 21px; line-height: 24px; color: #4F4A48; text-transform: uppercase; margin-top: 30px; }
    #HomeContent .content { padding-top: 65px; }
        #HomeContent .content h2 { font-family: TextaRegular; font-size: 40px; color: #4F4A48; text-transform: uppercase; text-align: center; margin-bottom: 15px; }
        #HomeContent .content img { margin-bottom: 30px; }
        #HomeContent .content p { font-family: CabinMedium; font-size: 16px; color: #4F4A48; }
        #HomeContent .content h3 { font-family: CabinRegular; font-size: 16px; text-transform: uppercase; }
        #HomeContent .content .wrapper { max-width: 700px; }
    #HomeContent .video { position: relative; cursor: pointer; padding-bottom: 50px; }
        #HomeContent .video .text-video { display: block; position: absolute; width: 100%; height: auto; top: 0; bottom: 0; right: 0; left: 0; margin: auto; }
            #HomeContent .video .text-video .icon { margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
            #HomeContent .video .text-video .description { position: absolute; bottom: 40px; left: 40px; display: inline-block; width: 405px; }
        #HomeContent .video .selected { display: block; }
            #HomeContent .video .selected .text{display:none;}
        #HomeContent .video .selected:hover .description{display:none;}
            #HomeContent .video .selected:hover .text { color: white; text-transform: lowercase; display: block; text-align: center; font-size: 17px; font-family: TextaRegular; height: 20px; position: absolute; left: 0; right: 0; bottom: -100px; top: 0; margin: auto; z-index: 20; }

        #HomeContent .video .text-video .description h3 { font-family: TextaBold; font-size: 26px; color: white; text-transform: uppercase; display: block; }
        #HomeContent .video .text-video .description p { color: white; font-size: 14px; font-family: CabinRegular; display: block; }
    #HomeContent .video-play { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; display: none; }
    #HomeContent .videoh3 { color: #00A4D8; font-size: 26px; font-family: TextaRegular; padding-bottom: 50px; text-transform: uppercase; }
    #HomeContent .explorations { color: #4F4A48; font-size: 40px; font-family: TextaRegular; padding: 50px 0 10px 0; text-transform: uppercase; text-align: center; }

   #HomeContent  .box-products{padding:100px 85px;}
   #HomeContent .box-products .explorations{padding-top:0;}
    #HomeContent .product-page .box { position: absolute; top: 35vh; padding:0 50px; color: #fff; font-size: 1.55em; text-align: center; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 1; }
        #HomeContent .product-page .box img { display: inline-block; vertical-align: bottom; max-width: 400px;  margin: 0 30px; }
    #HomeContent .product-page .box a { display: inline-block !important;}
        #HomeContent .product-page p{font-family: CabinRegular; font-size: 28px; line-height: 32px; color: white; }
        #HomeContent .product-page h2{ font-family: TextaRegular; font-size: 78px; color: white; line-height: 63px; text-transform: uppercase; text-align: center;  margin-bottom:50px;}

/******************************************************************
HomeContacts
******************************************************************/
#HomeContacts { background-color: #f5f5f5; }
    #HomeContacts .contacts { padding: 70px 0; }
        #HomeContacts .contacts h3 { color: #00A4D8; font-family: TextaMedium; font-size: 13px; text-transform: uppercase; }
        #HomeContacts .contacts p { color: #4F4A48; font-family: TextaMedium; font-size: 14px; }
            #HomeContacts .contacts p b { color: #00A4D8; font-family: TextaHeavy; font-size: 14px; }
            #HomeContacts .contacts p.title { font-family: TextaHeavy; font-size: 14px; color: #4F4A48; }
        #HomeContacts .contacts .col-md-9 .row { padding-bottom: 15px; margin: 0; }
            #HomeContacts .contacts .col-md-9 .row .col-md-4 { padding: 0; margin-bottom:10px;}
            #HomeContacts .contacts .col-md-9 .row.line { border-top: 1px solid #666666; padding-top: 15px; }
        /*#HomeContacts .contacts .col-md-3 { padding: 0; }*/
    #HomeContacts h2 { text-align: center; text-transform: uppercase ; color: #4F4A48; font-size: 40px; font-family: TextaRegular; }

#ZForm-13 { padding: 20px 0 40px 0; }
    #ZForm-13 .ZFormGroupTitle { color: #f5f5f5; }
.zForm .form-control { color: #00A4D8; background-color: #F0F0F0; border-radius: 0; border: 0; font-family: TextaRegular; font-size: 14px; }
    .zForm .form-control::-webkit-input-placeholder { color: #00A4D8; font-family: TextaRegular; font-size: 14px; }
    .zForm .form-control:-moz-placeholder { color: #00A4D8; opacity: 1; font-family: TextaRegular; font-size: 14px; }
    .zForm .form-control::-moz-placeholder { color: #00A4D8; opacity: 1; font-family: TextaRegular; font-size: 14px; }
    .zForm .form-control:-ms-input-placeholder { color: #00A4D8; font-family: TextaRegular; font-size: 14px; }
.zForm .btn-success { background-color: #00A4D8; border: 1px solid #00A4D8; border-radius: 0; padding: 5px 55px; text-transform: uppercase; font-size: 14px; color: white; font-family: TextaRegular; }
.zForm label { color: #00A4D8; font-family: TextaRegular; font-size: 14px; }
.zForm .zFormOptionsHolder { display: inline-block; }
.zForm .zFormOption { display: inline-block; color: #00A4D8; font-family: TextaRegular; font-size: 14px; vertical-align: middle; }


input[type="radio"] { vertical-align: middle; margin:0;}
#ZForm-13 .form-actions { text-align: center; }
#ZForm-13 .ZFormGroupTitle{display:none;}

/******************************************************************
HomeRecruitment
******************************************************************/
#HomeRecruitment { background-color: #f5f5f5; }
    #HomeRecruitment .image-banner .text { position: absolute; left: 0; right: 0; top: 100px; width: 600px; margin: auto; text-align: center; }
        #HomeRecruitment .image-banner .text h1 { font-family: TextaMedium; font-size: 78px; color: white; text-transform: uppercase; line-height: 60px; }
        #HomeRecruitment .image-banner .text h3 { font-family: CabinRegular; font-size: 22px; line-height: 24px; color: white; text-transform: uppercase; margin-top: 30px; }
    #HomeRecruitment h2 { font-family: TextaRegular; font-size: 40px; line-height: 24px; color: #4F4A48; text-transform: uppercase; margin-top: 50px; padding-bottom: 15px; }
#ZForm-14 { width: 400px; margin: auto; margin-top: 20px; padding-bottom: 40px; }
    #ZForm-14 .ZFormGroupTitle { color: #f5f5f5; }
    #ZForm-14 .form-actions { text-align: center; }


/******************************************************************
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 */ }

/******************************************************************
BlogIndex
******************************************************************/
#BlogIndex { padding: 40px 0; background-color: #F5F5F5; }
    #BlogIndex .top-title { text-align: center; margin-bottom: 40px; }
        #BlogIndex .top-title h1 { font-family: TextaRegular; color: #4F4A48; font-size: 40px; text-transform: uppercase; }
    #BlogIndex .wrapper { max-width: 1110px; }
    #BlogIndex .box-content .imageWrapper {min-height:200px;}
    #BlogIndex .box-content .imageWrapper img { max-width: 100%; }
    #BlogIndex .box-content .box { padding: 20px 0; }
        #BlogIndex .box-content .box .date { font-family: CabinMedium; font-size: 14px; color: #4F4A48; }
        #BlogIndex .box-content .box h3 { text-transform: uppercase; color: #00A4D8; font-size: 20px; font-family: TextaRegular; height: 45px; }
        #BlogIndex .box-content .box .more { color: #4F4A48; font-family: CabinRegular; font-size: 14px; }
    #BlogIndex .col-md-4 a { display: block; }
        #BlogIndex .col-md-4 a:hover { -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease; opacity: 0.7; }
    #BlogIndex .details img { width: 100%; }
    #BlogIndex .details h2 { font-family: TextaBold; font-size: 26px; color: #00A4D8; text-transform: uppercase; }
    #BlogIndex .details .content { font-family: CabinRegular; font-size: 16px; color: #4F4A48; margin: 10px 0; }
    #BlogIndex .details { padding-bottom: 50px; }
        #BlogIndex .details .imgWrapper { position: relative; min-height:300px;}
            #BlogIndex .details .imgWrapper .back-effect { width: 100%; height: 74px; background-color: #000; opacity: 0.4; position: absolute; left: 0; bottom: 0; z-index: 1; }
            #BlogIndex .details .imgWrapper .text { height: 74px; padding: 22px; color: white; text-transform: uppercase; position: absolute; left: 0; bottom: 0; font-size: 18px; font-family: TextaMedium; z-index: 2; }
        #BlogIndex .details .share .icon { font-size: 25px; color: #00A4D8; }
            #BlogIndex .details .share .icon:hover { color: #4F4A48; -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease; }
        #BlogIndex .details .date { font-family: CabinMedium; font-size: 14px; color: #4F4A48; }
        #BlogIndex .details .category { position: absolute; right: 0; bottom: 5px; color: #00A4D8; font-family: CabinMedium; font-size: 14px; }
    #BlogIndex .nav-tabs { border-bottom: 1px solid transparent !important; }

/******************************************************************
BlogDetail
******************************************************************/
#BlogDetail { /* TODO  */ }

/******************************************************************
ProductsIndex
******************************************************************/
#ProductsIndex { padding: 60px 0; background-color: #F5F5F5; }
    #ProductsIndex h1 { font-family: TextaRegular; color: #4F4A48; font-size: 40px; text-transform: uppercase; }
    #ProductsIndex .content { text-align: center; padding-bottom: 40px; }
    #ProductsIndex .content .logo{display:block; margin:30px auto; }
    #ProductsIndex .wrapper { max-width: 1110px; }
    #ProductsIndex .categories .imgWrapper { position: relative; overflow:hidden; margin-right:-1px;}
        #ProductsIndex .categories .imgWrapper img { max-height: 100%; margin-left: -10px;}
    #ProductsIndex .categories .col-md-3, #ProductsIndex .categories .col-md-9, #ProductsIndex .categories .col-md-9 .row .col-md-4 { padding: 0; }
    #ProductsIndex .categories .fancybox{display:block;}
        #ProductsIndex .categories .col-md-9 .row { margin: 0; }
    #ProductsIndex .categories .category { position: relative; min-height: 209px; }
    #ProductsIndex .categories .atribute { position: absolute; top: 15px; left: 15px; font-size: 16px; font-family: TextaRegular; color: white; text-transform: uppercase; }
        #ProductsIndex .categories .atribute .subtitle { display: block; font-family: TextaRegular; }
        #ProductsIndex .categories .atribute .subtitle b{color: #4F4A48; font-style:normal; font-family: TextaRegular; }
                #ProductsIndex .categories .atribute .subtitle span{color:#A45B45; font-family: TextaRegular; }
        #ProductsIndex .categories .atribute .esp { display: block; font-size: 16px; font-family: TextaLight; width: 70px; line-height: 16px; }
                #ProductsIndex .categories .atribute .esp b{color: #00A4D8;}
    #ProductsIndex .categories .name { position: absolute; bottom: 15px; left: 15px; color: white; }
    #ProductsIndex .categories .orige { color: #00A4D8; font-size: 14px; font-family: TextaMedium; }
    #ProductsIndex .categories .title { color: white; font-size: 14px; font-family: TextaLight; }
    #ProductsIndex .categories .category .title-cat { font-family: TextaMedium; font-size: 34px; color: white; text-transform: uppercase; display: block; padding-left: 20px; padding-top: 15px; line-height:27px; }
    #ProductsIndex .categories .text-cat { position: absolute; bottom: 15px; left: 20px; width: 250px; z-index: 2;}
        #ProductsIndex .categories .text-cat .description-cat { font-size: 16px; font-family: TextaLight; display: block; color: #4F4A48; }
                #ProductsIndex .categories .text-cat .description-cat a{color: #4F4A48; }
                #ProductsIndex .categories .text-cat .description-cat a:hover{color:white;}
    #ProductsIndex .text-cat .apply { font-size: 16px; font-family: TextaBold; text-transform: uppercase; display: block; color: white; }
    #ProductsIndex .categories .stones { position: relative; margin-bottom: 30px; }

/******************************************************************
ProductsApply
******************************************************************/
#ProductsApply { padding: 60px 0; background-color: #F5F5F5; }
    #ProductsApply .content { text-align: center; padding-bottom: 40px; }
    #ProductsApply h1 { font-family: TextaRegular; color: #4F4A48; font-size: 40px; text-transform: uppercase; }
    #ProductsApply .wrapper { max-width: 1110px; }
    #ProductsApply .product-lines { }
        #ProductsApply .product-lines .col-md-4 { padding: 0; height: 370px; }
        #ProductsApply .product-lines .imageWrapper { overflow: hidden; position: relative; }
            #ProductsApply .product-lines .imageWrapper img { width: 100%; }
        #ProductsApply .product-lines .text { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; text-align: center; height: 65px; width: 200px; line-height: 30px; }
            #ProductsApply .product-lines .text .name { display: block; font-size: 36px; font-family: TextaBold; color: white; text-transform: uppercase; }
            #ProductsApply .product-lines .text .more { display: block; font-size: 32px; font-family: TextaRegular; color: white; margin-top: 5px; }
        #ProductsApply .product-lines .col-md-4 .link:hover { opacity: 0.8; display: block; }


/******************************************************************
ProductsApplyDetail
******************************************************************/
#ProductsApplyDetail { background-color: #F5F5F5; padding-bottom:15px;}
    #ProductsApplyDetail .image-banner .text { position: absolute; left: 0; right: 0; top: 200px; width: 455px; margin: auto; text-align: center; }
        #ProductsApplyDetail .image-banner .text h1 { font-family: TextaMedium; font-size: 78px; color: white; text-transform: uppercase; line-height: 68px; margin-bottom: 20px; }
        #ProductsApplyDetail .image-banner .text p { font-family: CabinItalic; font-size: 22px; line-height: 24px; color: white; width: 300px; margin: auto; margin-top: 30px; }
    #ProductsApplyDetail h2 { font-family: TextaRegular; font-size: 40px; color: #4F4A48; text-transform: uppercase; line-height: 40px; margin-bottom: 5px; margin-top: 50px; }
    #ProductsApplyDetail .content { padding-top: 45px; font-family: CabinRegular; font-size: 16px; color: #4F4A48; }
    #ProductsApplyDetail .wrapper { max-width: 700px; }
    #ProductsApplyDetail .products { margin-top: 30px; }
        #ProductsApplyDetail .products .wrapper { max-width: 1110px; }
        #ProductsApplyDetail .products .imgWrapper { position: relative; overflow:hidden; margin-right:-1px; }
            #ProductsApplyDetail .products .imgWrapper img { max-height: 100%; margin-left:-10px; }
        #ProductsApplyDetail .products .col-md-3, #ProductsApplyDetail .col-md-9, #ProductsApplyDetail .col-md-9 .row .col-md-4 { padding: 0; }
        #ProductsApplyDetail .products .col-md-9 .row { margin: 0; }
    #ProductsApplyDetail .categories .category { position: relative; min-height: 210px; }
    #ProductsApplyDetail .products .atribute { position: absolute; top: 15px; left: 15px; font-size: 16px; font-family: TextaRegular; color: white; text-transform: uppercase; }
        #ProductsApplyDetail .products .atribute .subtitle { display: block; font-family: TextaRegular;}
        #ProductsApplyDetail .products .atribute .subtitle span{color:#A45B45; font-family: TextaRegular;}
                #ProductsApplyDetail .products .atribute .subtitle b{color:#4F4A48; font-style:normal; font-family: TextaRegular;}
        #ProductsApplyDetail .products .atribute .esp b { color: #00A4D8; }
        #ProductsApplyDetail .products .atribute .esp { display: block; font-size: 16px; font-family: TextaLight; width: 70px; line-height: 16px; }
    #ProductsApplyDetail .products .name { position: absolute; bottom: 15px; left: 15px; color: white; }
    #ProductsApplyDetail .products .orige { color: #00A4D8; font-size: 14px; font-family: TextaMedium; }
    #ProductsApplyDetail .products .title { color: white; font-size: 14px; font-family: TextaLight; }
    #ProductsApplyDetail .products .title-cat { font-family: TextaMedium; font-size: 34px; color: white; text-transform: uppercase; display: block; padding-left: 20px; line-height:27px; margin-top:20px;}
    #ProductsApplyDetail .products .title-cat b{color:#4F4A48;}
    #ProductsApplyDetail .text-cat { position: absolute; bottom: 30px; left: 20px; width: 250px; }
    #ProductsApplyDetail .products .text-cat .description-cat { font-size: 16px; font-family: TextaLight; display: block; color: #4F4A48; }
    #ProductsApplyDetail .text-cat .apply { font-size: 16px; font-family: TextaBold; text-transform: uppercase; display: block; color: white; }
    #ProductsApplyDetail .products .stones { position: relative; margin-bottom: 30px; }

/******************************************************************
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; }


/******************************************************************
Icons
******************************************************************/
.icon { display: inline-block; }
    .icon.icon-play-square { background: url(../images/sprites.png); width: 45px; height: 45px; }
    .icon.icon-more { background: url(../images/sprites.png) -51px 0; width: 20px; height: 20px; }

@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; }
}
