/******************************************************************
 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; border: 0; border-collapse: collapse !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: 'SegoeuiRegular'; src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'SegoeuiBold'; src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype'), url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg'); font-weight: normal; font-style: normal; }

/******************************************************************
InitialLoader
******************************************************************/
#InitialLoader { position: fixed; top: 0; right: 0; z-index: 10000; width: 100%; height: 100%; background: white; display: none; opacity: 0; }
    #InitialLoader.fade { display: block; opacity: 0; }
    #InitialLoader.active { display: block; opacity: 1; }
    #InitialLoader .loadLogoHolder { width: 200px; height: 80px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
        #InitialLoader .loadLogoHolder svg { max-width: 100%; vertical-align: top; }
    #InitialLoader .loaderHolder { position: fixed; width: 250px; height: 150px; bottom: 0; left: 0; right: 0; top: 0; margin: auto; }

/******************************************************************
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: 1200px; display: block; margin: auto; position: relative; }


/* Flexslider */
.flexslider { margin: 0; box-shadow: none; padding: 0; border: 0; border-radius: 0; }
    .flexslider .flex-direction-nav a { height: 48px; }
/*.flexslider .flex-direction-nav a:before { content: none; }*/

/* Select2 */
body .select2-container .select2-choice { height: 34px; line-height: 34px; }
body .select2-container.form-control { padding: 0; border: 0; }

/* Social  */
body .stButton span { height: 25px !important; }

/* Status */
.status.error { color: red; }
.status.success { color: green; }

/* Error inpus */
body input.error, body textarea.error { border-color: #B94A48; color: #A60D10; }
    body input.error:focus, body textarea.error:focus { border-color: #B94A48; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 0 0 2px rgba(185, 74, 72, 0.3); }

/* Login Modal */
#LoginModal { }
    #LoginModal .status { margin-bottom: 10px; text-align: center; }
    #LoginModal .modal-header { border: 0; padding-bottom: 0; }
    #LoginModal .modal-title { text-align: center; color: #000; }
    #LoginModal .modal-dialog { width: 450px; }
        #LoginModal .modal-dialog label { font-weight: normal; margin-bottom: 0; cursor: pointer; }
    #LoginModal .modal-body a { color: #656565; }
    #LoginModal .modal-footer { margin-top: 0; border-top: 0; }
        #LoginModal .modal-footer a { color: #163882; }

#LoginModal-CreateAccount .modal-footer { border: 0; }


/* Basket Modal */
#BasketModal { top: 30px; right: 30px; width: 450px; bottom: auto; left: auto; margin: 0; overflow: hidden; }
    #BasketModal .modal-body { padding: 0 15px; background: #FFF; }
    #BasketModal .modal-header h4 { display: inline-block; vertical-align: middle; }
    #BasketModal .modal-dialog { width: auto; display: block; padding: 0; margin: 0; }
    #BasketModal .modal-content { background: #f4f4f4; border: 0; border-radius: 0; }
        #BasketModal .modal-content .infos { font-size: 18px; padding: 15px 0; background: #f4f4f4; }
            #BasketModal .modal-content .infos strong { display: block; font-size: 25px; }
        #BasketModal .modal-content .product { margin: 0; border-bottom: 1px solid #e5e5e5; padding: 15px 0; }
            #BasketModal .modal-content .product h2 { font-size: 18px; }
    #BasketModal .modal-footer { text-align: left; margin-top: 0; padding: 0; }
        #BasketModal .modal-footer a { height: 50px; line-height: 50px; padding: 0; display: block; text-align: center; font-size: 18px; border-radius: 0; }


/* TermsAndConditions Modal */
#TermsAndConditionsModal .modal-dialog { width: 75%; }

/* ShopConditionsModal Modal */
#ShopConditionsModal .modal-dialog { width: 75%; }

/* Pagination */
.pagination { padding: 33px 0; margin: 0; border-radius: 0; }
    .pagination a { color: #007AA4 !important; background-color: white !important; height: 35px; width: 35px; border-color: #007AA4 !important; border-radius: 4px; margin: 0 5px; }
    .pagination .active a { border-color: #007AA4; background: #007AA4 !important; color: white !important; border: 1px solid #007AA4; }
    .pagination .disabled a { cursor: not-allowed; opacity: 0.5 !important; filter: alpha(opacity=50) !important; font-size: 16px !important; text-align: center; }
    .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; padding: 6px 4px; border-radius: 4px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 0; border-top-right-radius: 0; padding: 6px 9px; border-radius: 4px; }

/* Buttons */
.btn { /* TODO */ }
    .btn.btn-primary { /* TODO */ }
    .btn.btn-default { /* TODO */ }
    .btn.btn-info { /* TODO */ }
    .btn.btn-warning { /* TODO */ }
    .btn.btn-success { /* TODO */ }
    .btn.btn-danger { /* TODO */ }
    .btn.btn-full { padding-left: 0; padding-right: 0; text-align: center; display: block; width: 100%; }
    .btn.btn-square { border-radius: 0 !important; }

.color-red { color: red !important; }
.color-green { color: green !important; }

body ul.no-style { margin: 0; padding: 0; list-style: none; }

body ._wishlist-open { position: relative; }
body ._wishlist-selector { z-index: 999; position: absolute; left: 100%; top: 0; margin-left: 15px; width: 150px; display: block; background: #DFDFDF; padding: 10px; border-radius: 5px; }
    body ._wishlist-selector:before { content: ' '; position: absolute; left: -10px; top: 10px; width: 0; height: 0; border-style: solid; border-width: 7.5px 10px 7.5px 0; border-color: transparent #DFDFDF transparent transparent; }

/* Headings */
body h1 { font-size: 40px; }
body h2 { font-size: 30px; }
body h3 { font-size: 22px; }
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; }

.image-solucoes img { max-height: 100% !important; max-width: unset; }

/******************************************************************
Header
******************************************************************/
#Header { font-family: SegoeuiRegular; height: 82px; }
    #Header .w-nav { background-color: white; }
    #Header .logo { padding-top: 10px; padding-bottom: 10px; max-width: 20%; }
        #Header .logo img { height: auto; margin-top: 20px; }
    #Header .link-menu { padding: 30px 15px; border-right: 2px solid #e8e8e8; border-left: 0px solid #e8e8e8; margin: 0 !important; float: left; color: #333333; }
        #Header .link-menu:first-child { border-left: 2px solid #e8e8e8; }
    #Header .link-language { font-size: 13px; }
    #Header .link-menu.active { /*font-weight: 700;*/ color: #333333; background-color: #e3f8ff; }


/******************************************************************
Footer
******************************************************************/
#Footer { }
    #Footer .link-contact-atalho:hover { color: white; }
    #Footer .w-nav-menu { position: relative; float: right; background-color: #e4e4e4; }
    #Footer .sub-title a { color: #000; }
    #Footer .icon-facebook { font-size: 30px; line-height: 30px; }
    #Footer .box-links-footer, #Footer .box-menu-footer { margin-top: 10px; }

/******************************************************************
zCMSContent
******************************************************************/
#zCMSContent { padding: 0; }

/******************************************************************
HomeIndex
******************************************************************/
#HomeIndex { }
    #HomeIndex .box-color-conteudo { height: 220px; padding-top: 20px; padding-right: 30px; padding-left: 30px; overflow: hidden; background-color: #e3f8ff; }
    #HomeIndex .h3-title.black { margin-bottom: 30px; }
    #HomeIndex .row-collage-home .w-col-4 { margin-bottom: 20px; overflow: hidden; }
        #HomeIndex .row-collage-home .w-col-4 .box-image-collage img { max-height: 100%; max-width: initial; }
        #HomeIndex .row-collage-home .w-col-4 ul { padding-left: 15px; height: 57px; overflow: hidden; margin-bottom: 10px; font-family: 'SegoeuiRegular', sans-serif; font-size: 15px; }
        #HomeIndex .row-collage-home .w-col-4 .item40 { display: none; }
    #HomeIndex .menu-reference .h2-title { text-transform: none; margin-bottom: 25px; }
    #HomeIndex .menu-reference .item-menu-reference { margin-right: 0px; margin-left: 0px; padding-top: 30px; padding-bottom: 30px; background-color: #1a9ad7; font-family: Segoeui, sans-serif; color: #fff; float: left; border-right: 1px solid #1788ca; }
#Gallery .news-Title { font-family: 'SegoeuiRegular', sans-serif !important; color: white !important; font-weight: 400 !important; padding: 10px 35px !important; display: inline-block !important; min-height: unset !important; font-size: 24px !important; min-width: unset !important; line-height: 24px !important; width: 500px !important; margin: auto !important; margin-bottom: 100px !important; text-shadow: rgb(51, 51, 51) 2px 0; }
#News .flex-direction-nav a:before { content: ''; }
#News { margin-top: 20px; }
    #News .flex-direction-nav .flex-prev { left: -100px; opacity: 1; }
    #News .flex-direction-nav .flex-next { right: -100px; opacity: 1; }
    #News .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { height: auto !important; font-size: 60px; width: auto; color: #1788ca; opacity: 1 !important; }
    #News .flexslider:hover .flex-direction-nav .flex-prev { opacity: 1; left: 0; }
    #News .icon-angle-down { font-size: 22px; }

#HomeBanners .flexslider .flex-direction-nav a { display: none; }
#HomeBanners .button { background-color: #fff; color: #1788ca; }
    #HomeBanners .button:hover { background-color: #1788ca; color: #fff; transition: 0.3s ease; }
#HomeBanners .h3-title { max-width: 650px; }

/******************************************************************
HomeContent
******************************************************************/
#HomeContent { }
    #HomeContent .box-conteudo-section h2 { font-family: 'SegoeuiRegular', sans-serif; color: #000; font-weight: 400; margin-bottom: 20px; }
    #HomeContent .box-conteudo-section p, #HomeContent .box-conteudo-section span { font-family: 'SegoeuiRegular', sans-serif; color: #000; font-weight: 400; }
    #HomeContent .box-conteudo-section .files a { display: block; font-family: 'SegoeuiRegular', sans-serif; color: #000; font-size: 16px; margin-bottom: 10px; }
        #HomeContent .box-conteudo-section .files a .icon { margin-right: 10px; font-size: 20px; }
        #HomeContent .box-conteudo-section .files a:hover { color: #1788ca; transition: 1s ease; }
    #HomeContent .list-valores { display: inline-block; margin-top: 0; margin-right: 30px; padding-left: 25px; color: #1788ca; font-size: 30px; text-align: left; }
    #HomeContent .row-icons-quality { margin-top: 0; margin-left: 5px; margin-right: 5px; }
        #HomeContent .row-icons-quality .box-color-quality { display: block; transition: 0.3s; margin-bottom: 20px; }
    #HomeContent .dropdown-menu { position: relative !important; width: 100%; border: 0; border-radius: 0; box-shadow: none; margin-top: 20px; font-family: 'SegoeuiRegular', sans-serif; color: #000; }
        #HomeContent .dropdown-menu .dropdown-submenu .dropdown-menu { margin-top: 0; }
            #HomeContent .dropdown-menu .dropdown-submenu .dropdown-menu li a { padding-left: 45px; }
        #HomeContent .dropdown-menu li a:hover { color: white; background-color: #1788ca; }
    #HomeContent .row-icons-quality .box-color-quality[aria-expanded*="true"] { box-shadow: 0 0 10px 0 #757575; }



/******************************************************************
HomeContacts
******************************************************************/
#HomeContacts { }
    #HomeContacts .banner.contacts { height: 580px !important; }
    #HomeContacts .banner-box-title .h2-title { text-transform: uppercase; }
    #HomeContacts .h2-title { text-transform: none; }
    #HomeContacts .box-descr-contact a { color: #000; }
        #HomeContacts .box-descr-contact a:hover { color: #3898EC; transition: 0.2s ease; }
    #HomeContacts .emailbox .ZFormGroupTitle { font-family: SegoeuiRegular, sans-serif; color: #000; font-size: 24px; line-height: 30px; margin-bottom: 30px; }
    #HomeContacts .emailbox input, #HomeContacts .emailbox textarea { border-radius: 0; background-color: transparent; color: #1788ca; border: 0; border-bottom: 1px solid white; box-shadow: none; padding: 0; font-family: SegoeuiRegular, sans-serif; }
        #HomeContacts .emailbox input:focus, #HomeContacts .emailbox textarea:focus { border-bottom: 1px solid #1788ca; }
        #HomeContacts .emailbox input::-webkit-input-placeholder, #HomeContacts .emailbox textarea::-webkit-input-placeholder { color: #999999; }
        #HomeContacts .emailbox input:-moz-placeholder, #HomeContacts .emailbox textarea:-moz-placeholder { color: #999999; }
        #HomeContacts .emailbox input::-moz-placeholder, #HomeContacts .emailbox textarea::-moz-placeholder { color: #999999; }
        #HomeContacts .emailbox input:-ms-input-placeholder, #HomeContacts .emailbox textarea:-ms-input-placeholder { color: #999999; }
    #HomeContacts .emailbox .form-actions { text-align: right; }
        #HomeContacts .emailbox .form-actions .btn-success { font-family: SegoeuiRegular, sans-serif; display: inline-block; padding: 9px 15px; background-color: #3898EC; color: white; border: 1px solid #3898EC; line-height: inherit; text-decoration: none; cursor: pointer; border-radius: 0; }
            #HomeContacts .emailbox .form-actions .btn-success:hover { background-color: white; color: #3898EC; transition: 0.5s ease; border: 1px solid #3898EC; }
.box-descr-contact .sub-title { line-height: 22px; }

/******************************************************************
HomeSolutions
******************************************************************/
#HomeSolutions { }
    #HomeSolutions .banner-box-title .h2-title { text-transform: uppercase; }
    #HomeSolutions .h2-title { text-transform: none; }
    #HomeSolutions .text ul { padding-left: 15px; margin-top: 15px; }
        #HomeSolutions .text ul li { font-family: SegoeuiRegular, sans-serif; color: #000; font-size: 16px; line-height: 24px; }


/******************************************************************
HomeProjects
******************************************************************/
#HomeProjects { }
    #HomeProjects .item-menu-reference { color: white; float: left; padding: 23px; border-right: 1px solid #1788ca; }
    #HomeProjects .w-nav-menu { background-color: #1788ca; }
    #HomeProjects .h2-title { text-transform: none; margin-top: 15px; }
    #HomeProjects .box-group-projects { padding-top: 10px; }
    #HomeProjects .nav-tabs { border-bottom: 0 solid #ddd; }
        #HomeProjects .nav-tabs > li > a:hover { border-color: transparent; background-color: transparent; color: black; border-radius: 0; }
        #HomeProjects .nav-tabs > li:hover { color: #1788ca; background-color: transparent; }
        #HomeProjects .nav-tabs > li { list-style: circle !important; display: list-item; list-style-type: disc !important; width: 32.333%; list-style-position: outside !important; margin-top: 0; line-height: 26px !important; }
            #HomeProjects .nav-tabs > li.active { background-color: transparent; list-style-position: outside !important; color: #1788ca; font-weight: 700; }
                #HomeProjects .nav-tabs > li.active > a { color: white !important; border-radius: 0; background-color: transparent; border: 0px solid #ddd; border-bottom-color: transparent; cursor: pointer; }
                #HomeProjects .nav-tabs > li.active a:hover { color: #1788ca !important; }
    #HomeProjects a .sub-title { line-height: 14px !important; }
    #HomeProjects .nav-tabs > li.active > a .sub-title { color: #1788ca; line-height: 14px !important; }
    #HomeProjects .nav-tabs > li.active:hover > a .sub-title { color: #1788ca; line-height: 14px !important; }
    #HomeProjects .text, #HomeProjects .text p, #HomeProjects .text span { color: white; margin-top: 20px; font-family: SegoeuiRegular, sans-serif; }
        #HomeProjects .text ul { padding-left: 25px; }
            #HomeProjects .text ul li { line-height: 22px; }
    #HomeProjects .nav-tabs > li:hover > a .sub-title { color: #1788ca; line-height: 12px !important; }
    #HomeProjects .nav > li > a { position: relative; display: block; padding: 5px 15px; height: 42px; line-height: 14px !important; }
    #HomeProjects .list { padding-left: 15px; }

    #HomeProjects .box-title-solutions { width: 78%; margin-left: 0; }
        #HomeProjects .box-title-solutions .sub-title { line-height: 14px !important; }
    #HomeProjects .box-icon-solutions { width: 20%; }

    #HomeProjects button { background-color: transparent; border: 0; border-radius: 0; box-shadow: none; color: #1788ca; font-size: 80px; text-decoration: none; }
        #HomeProjects button:focus { outline: none; }
#prevtab { position: absolute; left: -150px; top: 0; bottom: 0; margin: auto; }
#nexttab { position: absolute; right: -150px; top: 0; bottom: 0; margin: auto; }

/******************************************************************
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 .banner-box-title .h2-title { text-transform: uppercase; }
#BlogIndex .h2-title { text-transform: none; }
#BlogIndex .h3-title.blue.margin { height: 30px; }
.box-conteudo-new .sub-title { line-height: 22px; }

/******************************************************************
BlogDetail
******************************************************************/
#BlogDetail { /* TODO  */ }
    #BlogDetail .banner-box-title .h2-title { text-transform: uppercase; }
    #BlogDetail .h2-title { text-transform: none; }
    #BlogDetail .text, #BlogIndex .text p, #BlogIndex .text span { font-family: SegoeuiRegular, sans-serif; color: #000; }
.sub-title.cinza { line-height: 22px; }

/******************************************************************
ProductsIndex
******************************************************************/
#ProductsIndex { /* TODO  */ }
    #ProductsIndex .filters { }
        #ProductsIndex .filters .catsHeader { color: #0d2935; font-size: 20px; margin-bottom: 15px; text-transform: uppercase; border-bottom: 1px solid #0d2935; padding-bottom: 10px; }
        #ProductsIndex .filters .categoriesHolder { padding-left: 10px; }
        #ProductsIndex .filters .categories { }
            #ProductsIndex .filters .categories .category { width: 100%; background: none; border: 0; text-align: left; padding: 0; }
                #ProductsIndex .filters .categories .category.active { color: red; }
            #ProductsIndex .filters .categories .sub-cat { display: none; }
            #ProductsIndex .filters .categories .show-sub-categories .categoriesHolder > .sub-cat { display: block; }
        #ProductsIndex .filters .brands { }
        #ProductsIndex .filters .colors { }
        #ProductsIndex .filters .sizes { }
    #ProductsIndex .listing { }
        #ProductsIndex .listing .products { padding-top: 25px; }
    #ProductsIndex .mainCategories { background: #e5e5e5; margin-bottom: 20px; padding-top: 20px; padding-bottom: 23px; }
        #ProductsIndex .mainCategories .category { text-transform: uppercase; padding-right: 50px; color: #ABABAB; font-weight: 700; font-size: 14px; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
        #ProductsIndex .mainCategories .active { color: #E68D22; text-decoration: underline !important; }
        #ProductsIndex .mainCategories .category:hover { color: #E68D22; text-decoration: underline !important; }


#PriceRangeSlider { width: 100%; margin: 20px 0; }
    #PriceRangeSlider .range-slider-value { margin-top: 8px; }


/******************************************************************
ProductDetail 
******************************************************************/
#ProductDetail { /* TODO */ }
    #ProductDetail .details-prod { background-color: #F5F5F5; }
    #ProductDetail .top { background: #F9F9F9; padding-top: 45px; padding-bottom: 20px; margin-bottom: 45px; text-transform: uppercase; }
        #ProductDetail .top .categories { font-size: 14px; color: #C1C1C1; }
        #ProductDetail .top .title { font-size: 30px; color: #363636; font-weight: 800; }
    #ProductDetail .productImages { position: relative; }
        #ProductDetail .productImages .promo { position: absolute; font-weight: 700; top: 15px; left: 15px; border-radius: 5px; display: inline-block; padding: 3px 5px; background: #ED7777; color: white; text-transform: uppercase; z-index: 20; }
        #ProductDetail .productImages .new { position: absolute; font-weight: 700; top: 15px; right: 15px; border-radius: 5px; display: inline-block; padding: 3px 5px; background: #3CB878; color: white; text-transform: uppercase; z-index: 20; }
    #ProductDetail .details-prod .details { padding: 40px 25px; }
        #ProductDetail .details-prod .details h1 { font-weight: 700; font-size: 30px; color: #555555; text-transform: uppercase; }
        #ProductDetail .details-prod .details .reference { font-size: 17px; color: #656565; padding-top: 20px; padding-bottom: 8px; border-bottom: 1px solid #777777; display: inline-block; }
        #ProductDetail .details-prod .details .introduction { font-weight: 400; font-size: 16px; color: #656565; }
        #ProductDetail .details-prod .details .brand { padding: 10px; border: 2px solid #C1C1C1; background-color: white; position: relative; margin-top: 30px; }
            #ProductDetail .details-prod .details .brand .name-brand { font-weight: 600; color: #656565; font-size: 17px; display: inline-block; }
            #ProductDetail .details-prod .details .brand img { display: block; position: relative; right: 0; width: 200px; margin: auto; margin-bottom: 20px; }
        #ProductDetail .details-prod .details .priceHolder { padding-top: 30px; font-weight: 400; }
            #ProductDetail .details-prod .details .priceHolder .price { font-size: 30px; color: #555555; line-height: 34px; display: inline-block; vertical-align: middle; }
                #ProductDetail .details-prod .details .priceHolder .price.desc { font-weight: 700; color: #BF2328; font-size: 36px; }
            #ProductDetail .details-prod .details .priceHolder .oldPrice { font-size: 30px; color: #C1C1C1; text-decoration: line-through; padding-right: 15px; line-height: 34px; display: inline-block; vertical-align: middle; }
            #ProductDetail .details-prod .details .priceHolder .iva { float: right; font-size: 12px; color: #555555; display: inline-block; vertical-align: middle; line-height: 34px; }
        #ProductDetail .details-prod .details .options { padding: 10px 0; }
            #ProductDetail .details-prod .details .options .actions { display: inline-block; vertical-align: middle; margin-top: 12px; }
                #ProductDetail .details-prod .details .options .actions .stockHolder { height: 0; opacity: 0; overflow: hidden; }
                    #ProductDetail .details-prod .details .options .actions .stockHolder.selected { height: auto; opacity: 1; }
            #ProductDetail .details-prod .details .options .quantities { padding: 10px 0; padding-right: 10px; position: relative; z-index: 1; display: inline-block; vertical-align: middle; }
                #ProductDetail .details-prod .details .options .quantities .quantity { text-align: center; color: #545454; font-size: 18px; width: 110px; display: inline-block; padding: 8px 15px; font-weight: 700; border: 2px solid #DFDFDF; height: 50px; }
                #ProductDetail .details-prod .details .options .quantities .controller { vertical-align: top; text-align: center; color: #C2C2C2; font-size: 16px; display: inline-block; padding: 4px 15px; }
                    #ProductDetail .details-prod .details .options .quantities .controller:hover { color: #BF2328; }
                    #ProductDetail .details-prod .details .options .quantities .controller.increment { position: absolute; right: 15px; top: 24px; display: inline-block; vertical-align: middle; padding: 0; }
                    #ProductDetail .details-prod .details .options .quantities .controller.decrement { position: absolute; left: 8px; top: 25px; display: inline-block; vertical-align: middle; padding: 0; }

    #ProductDetail .details-prod .versionsHolder { padding-top: 30px; padding-bottom: 30px; color: #717174; font-size: 30px; text-align: center; }
        #ProductDetail .details-prod .versionsHolder .btn { padding: 5px 20px; color: #717174; font-size: 18px; border: 1px solid #BFBFBF; text-align: center; }
            #ProductDetail .details-prod .versionsHolder .btn.hidden { height: 0 !important; }
            #ProductDetail .details-prod .versionsHolder .btn.selected, #ProductDetail .details-prod .versionsHolder .btn:hover { color: #BF2328; }
        #ProductDetail .details-prod .versionsHolder .productSize { }
        #ProductDetail .details-prod .versionsHolder .productColor { height: 40px; width: 40px; border-radius: 50%; }
        #ProductDetail .details-prod .versionsHolder .sizeHolder { height: 0; overflow: hidden; opacity: 0; }
            #ProductDetail .details-prod .versionsHolder .sizeHolder.selected { height: auto; opacity: 1; }
    #ProductDetail .details-prod .cartHolder { padding-top: 35px; padding-bottom: 35px; text-align: center; }
        #ProductDetail .details-prod .cartHolder .btn { padding: 10px 72px; text-transform: uppercase; font-size: 12px; }
    #ProductDetail .details-prod .actionsHolder { padding-top: 15px; padding-bottom: 15px; color: #717174; font-size: 12px; text-align: center; border-bottom: 1px solid #BFBFBF; }
        #ProductDetail .details-prod .actionsHolder a { color: #717174; font-size: 12px; text-transform: uppercase; }
            #ProductDetail .details-prod .actionsHolder a:hover { color: #BF2328; }
        #ProductDetail .details-prod .actionsHolder .icon { font-size: 25px; vertical-align: middle; }

    #ProductDetail .details-prod .details .share { margin-top: 30px; }
    #ProductDetail .details-prod .next { margin-top: 200px; display: block; float: right; padding-right: 50px; }
    #ProductDetail .details-prod .details .share .caption { font-size: 17px; color: #656565; font-weight: 600; text-transform: uppercase; }
    #ProductDetail .details-prod .details .share .social { display: block; margin-top: 20px; }
        #ProductDetail .details-prod .details .share .social .square { height: 55px; width: 55px; border: 2px solid #C7C7C7; background-color: white; padding: 10px 5px; border-radius: 2px; margin-right: 10px; }
            #ProductDetail .details-prod .details .share .social .square:hover { border: 2px solid #BF2328; -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease; }
                #ProductDetail .details-prod .details .share .social .square:hover .icon { color: #BF2328; -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease; }
            #ProductDetail .details-prod .details .share .social .square .icon { font-size: 22px; color: #C7C7C7; }
    #ProductDetail .details-prod .details .share .text .stButton .stLarge { height: 32px !important; }
    #ProductDetail .specs { font-weight: 400; font-size: 16px; padding-top: 60px; }
        #ProductDetail .specs .nav-tabs { border-bottom: 1px solid #DDDDDD; text-align: center; }
            #ProductDetail .specs .nav-tabs > li { display: inline-block; float: none !important; }
                #ProductDetail .specs .nav-tabs > li > a { border-radius: 0; border: 1px solid transparent; font-size: 18px; color: #656565; font-weight: 600; text-transform: uppercase; }
                #ProductDetail .specs .nav-tabs > li.active { border: 1px solid #DDDDDD; border-bottom: 0; border-top: 3px solid #374C83; background-color: white; text-decoration: none; }
        #ProductDetail .specs .nav > li > a:hover { background-color: white; border: 1px solid transparent; }
        #ProductDetail .specs .inner { padding-top: 50px; }
        #ProductDetail .specs .table > thead > tr > th, #ProductDetail .specs .table > tbody > tr > th, #ProductDetail .specs .table > tfoot > tr > th, #ProductDetail .specs .table > thead > tr > td, #ProductDetail .specs .table > tbody > tr > td, #ProductDetail .specs .table > tfoot > tr > td { border: 0 !important; }
    #ProductDetail .relatedProducts { padding-bottom: 40px; padding-top: 55px; margin: 0 70px; }
        #ProductDetail .relatedProducts .caption { padding-bottom: 30px; font-size: 35px; color: #666666; font-weight: 400; line-height: 30px; text-transform: uppercase; margin-bottom: 35px; text-align: center; }
    #ProductDetail .glass { position: absolute; bottom: 0; right: 0; z-index: 1; color: #666666; width: 40px; height: 40px; background-color: white; }
        #ProductDetail .glass .icon { text-align: center; position: relative; top: 8px; left: 11px; }

/* PhotosGalery */
#PhotosGalery { }
/* #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 { padding: 25px 30px; background-color: #EBEBEB; height: 170px; }
    #ThumbsGalery li { padding: 5px 5px 5px 0; }
        #ThumbsGalery li img { border: 2px solid #DFDFDF; 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; 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; }


.sk-folding-cube { margin: 20px auto; width: 40px; height: 40px; position: relative; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); }

    .sk-folding-cube .sk-cube { float: left; width: 50%; height: 50%; position: relative; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
        .sk-folding-cube .sk-cube:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #1788ca; -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both; animation: sk-foldCubeAngle 2.4s infinite linear both; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; }
    .sk-folding-cube .sk-cube2 { -webkit-transform: scale(1.1) rotateZ(90deg); transform: scale(1.1) rotateZ(90deg); }
    .sk-folding-cube .sk-cube3 { -webkit-transform: scale(1.1) rotateZ(180deg); transform: scale(1.1) rotateZ(180deg); }
    .sk-folding-cube .sk-cube4 { -webkit-transform: scale(1.1) rotateZ(270deg); transform: scale(1.1) rotateZ(270deg); }
    .sk-folding-cube .sk-cube2:before { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
    .sk-folding-cube .sk-cube3:before { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
    .sk-folding-cube .sk-cube4:before { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; }
    25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; }
    90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; }
}

@keyframes sk-foldCubeAngle {
    0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; }
    25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; }
    90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; }
}
