body {
    font-size: 11px;
    font-family: sans-serif, "Lato", Arial;
}

h3, .h3 {
    font-size: 16.5px;
}

a:active, a:focus {
    outline: none;
}

#sb-site {
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3); /* Shadow cast onto the slidebars when opened. */
    padding: 80px 0 30px 0;
}

.page-header h1 {
    font-size: 24px;
    line-height: 30px;
}

.page-header h1 .prefix {
    font-size: 16px;
}

.page_inner {
    width: 90%;
    margin: 0 auto;
}

#adverts {
    margin-top: 20px;
}

a:hover .thumbnail {
    border: none;
    box-shadow: none;
}

.advert {
    border-radius: 3px;
    border: 1px solid #727272;
    margin-bottom: 10px;
    padding: 3px;
}

.navbar {
    box-shadow: /* Shadow beneath the bar and edge highlights. */ /* Layered single pixel shadows to create a one sided shadow effect. */ 0 5px 0 0 rgba(0, 0, 0, 0.01),
    0 4px 0 0 rgba(0, 0, 0, 0.02),
    0 3px 0 0 rgba(0, 0, 0, 0.04),
    0 2px 0 0 rgba(0, 0, 0, 0.06),
    0 1px 0 0 rgba(0, 0, 0, 0.08),
        /* Top highlight */ 0 1px 0 0 rgba(255, 255, 255, 0.1) inset,
        /* Left highlight */ 1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
        /* Right highlight */ -1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
        /* Bottom lowlight */ 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;

    /* Glass gradient overlay. */
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.02) 51%); /*  Webkit syntax. */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.02) 51%); /* Final syntax. */
    background-size: 100%;
    background-repeat: no-repeat;

    /* Bootstrap Changes */
    border: none;
    width: 100%;
    left: auto;
    right: auto;
}

.sb-android .navbar {
    position: absolute;
}

#logo {
    margin-top: 4px;
    text-align: center;
}

#top-arrow {
    padding-top: 17px;
    padding-bottom: 13px;
}

.navbar .sb-toggle-left {
    width: 58px;
    float: left;
    padding: 14px;
}

.navbar-toggle.navbar-right {
    width: 58px;
    float: right;
    padding: 11px;
    display: none;
}

.sb-toggle-left, .navbar-right, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
    cursor: pointer;
}

.sb-right {
    margin-top: 50px;
}

.navicon-line {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 3px;
    background-color: #1f1f1f;
}

ul.navbar-nav {
    display: none;
}

/* Slidebars */

.sb-slidebar {
    background-color: #888888;
}

/* Left */

.sb-menu li .sb-open-right, .sb-menu li small {
    display: inline-block;
    padding: 14px;
}

.sb-menu li img {
    margin: 14px;
}

/* Right */
aside#about-me {
    padding: 14px 14px 14px 14px;
}

img.img-me {
    margin: 14px auto;
    border: 4px solid #fff;
}

/* Slidebar Type */

.sb-slidebar, .sb-slidebar h3 {
    color: #F0F0F0;
}

.sb-slidebar ul.sb-nav li a {
    color: #DEDEDE;
}

.sb-slidebar ul.sb-nav li a:hover {
    color: #C7C7C7;
    text-decoration: none;
}

.sb-slidebar ul.sb-nav li span:hover {
    color: #C7C7C7;
}

/* Anchor Links */
#download, #api, #options, #helper-classes {
    margin-top: -50px;
    padding-top: 50px;
}

/* Helper Classes */
.add-bottom-margin {
    margin-bottom: 15px;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.add-top-margin {
    margin-top: 15px;
}

.no-top-margin {
    margin-top: 0;
}

.push-down {
    position: relative;
    top: 2px;
}

.item_about {
    color: white;
    cursor: pointer;
}

/******** ADDED PERSONAL CSS ********/
.container-fluid.blog {
    margin: 0 auto;
    max-width: 95%;
    text-transform: uppercase;
    padding: 20px 0 5px;
}

.navbar-default {
    background-color: white;
}

.navbar .nav > li > a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 15px;
}

.footer {
    background-color: #000;
    clear: both;
    color: #ffffff;
    position: relative;
}

.footer h3 {
    color: grey;
    font-size: 14px;
}

.footer-links {
    margin-left: 0;
}

.footer-links p {
    margin-bottom: 5px;
}

.footer-links:after {
    clear: both;
}

.nav-collapse.footer-list-01 {
    margin: 0;
}

.nav-collapse.footer-list-01 a {
    color: #ffffff;
}

.nav-collapse.footer-list-01 a:hover {
    color: #888888;
}

.footer-links > li {
    float: left;
}

.items_footer {
    margin-left: 50px;
}

.footer-links li {
    list-style: none outside none;
    line-height: 12px;
}

.footer-disc a {
    font-size: 8px;
}

.footer-disclaimer {
    background: none repeat scroll 0 0 #f0f0f0;
    font-size: 0.85em;
    line-height: 40px;
}

.text_gob {
    font-size: 8px;
}

/* CUSTOM SLIDEBAR LEFT */
.sb-left .sb-menu li a {
    text-transform: uppercase;
    font-weight: 700;
}

.sb-slidebar a:hover {
    color: #ffffff;
}

#sb-site {
    box-shadow: none;
    padding: 0;
    background-color: white;
}

.navbar {
    box-shadow: none;
    background-image: none;
}

.navicon-line {
    background-color: #888888;
}

.image_container {
    min-height: inherit;
}

.image_container img {
    max-width: none;
    width: 85%;
    max-height: none;
    float: left;
}

.thumbnail {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.product_pod {
    height: auto;
    margin-top: 15px;
}

.product_pod .product_price {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
}

.product_pod h3, h5 {
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

.prod_time {
    margin-top: -10px;
}

.product_price p {
    float: left;
}

.product_pod .price_color {
    font-size: 14px;
    margin-top: -2px;
}

.product_price_detail {
    float: left;
    text-transform: uppercase;
    margin-top: 20px;
}

a {
    color: #2B2B2B;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus {
    color: #C4C4C4;
    text-decoration: none;
}

.price_color {
    color: #000;
    font-size: 22px;
}

.price_detail_prod {
    float: left;
}

.price_detail_prod > .price_color {
    font-size: 22px;
}

.logo {
    padding: 12px;
}

.logo_index {
    padding: 10px 0 12px 2.6%;
}

.collapse {
    overflow: visible;
}

#collapseTwo, #collapseOne, #collapseThree.collapse {
    overflow: hidden;
}

.well {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.navbar-accounts .navbar-inner .brand {
    width: 300px;
}

/*MODIFICATIONS CONTAINER */
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100%;
}

.container-fluid.main {
    max-width: 97%;
    padding-top: 120px;
}

.container-fluid.footer-disc {
    max-width: 100%;
    float: right;
    margin-top: 6%;
    text-transform: none;
}

.container-fluid.footer-disc a {
    color: white;
}

.social-icons a {
    color: #ffffff;
    font-size: 20px;
    padding: 5px;
}

.social-icons a:hover {
    color: #888888;
}

.icon {
    width: 16%;
    margin-top: -6px;
}

.alphabetic_designers {
    list-style: none;
    width: 45%;
    padding: 1%;
}

.alphabetic_designers ul {
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-weight: bold;
}

.alphabetic_designers li {
    text-transform: capitalize;
}

#designers_school div span {
    display:block;
    border-top:1px solid #000;
    margin:10px 0;
    padding:5px 0;
    text-align:center;
    text-transform:uppercase;
    font-size:1.1em;
}

#designers_school img {
    border: 1px solid #CCC;
}

/* MODIFICATIONS BREADCRUMB-BAR */
.breadcrumb {
    border-radius: 0;
    background-color: #000000;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding: 4px 15px;
}

.breadcrumb > li {
    text-shadow: none;
}

.breadcrumb > li a {
    color: white;
}

/* MODIFICATIONS SLIDER */
.flex-direction-nav a {
    display: none;
}

.flex-direction-nav a:before {
    line-height: 50px;
}

.panel-heading a {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    font-size: 13px;
}

.panel-heading a:hover {
    color: #999999;
}

h1, h2, h3, h4, h5, h6, p, form, .control-group, .table, .page-header, .sub-header {
    margin: 5px 0 10px 0;
}

h1 {
    text-transform: uppercase;
}

h4, .h4 {
    line-height: 8px;
}

h5 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: -5px;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 1.6em;
    height: auto;
}

.title {
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 0;
}

hr {
    margin: 0;
}

#collapseOne p {
    margin-left: 10px;
    text-transform: uppercase;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f5f5f5;
}

#product_gallery .carousel-control.left {
    display: none;
}

#product_gallery .carousel-control.right {
    display: none;
}

.carousel-control {
    line-height: 29px;
    text-align: center;
}

.review_add, .review_all, .review_read, .side_categories {
    border-radius: 0;
}

input[type="text"][id*="quantity"], input[type="number"][id*="quantity"] {
    width: 50px;
    height: 30px;
}

.navbar-accounts .navbar-inner .brand {
    width: 350px;
}

.alert {
    border-radius: 0;
    text-transform: uppercase;
    text-shadow: none;
}

ul, ol {
    margin: 0;
    padding: 0;
}

.btn {
    border-radius: 0;
}

.btn-add-to-basket {
    width:100%;
    padding: 0px 10px;
    height: 40px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    background: #FFF;
    border-radius: 0;
    border: 1px solid #999;
    box-shadow: 2px 2px #F0F0F0;
    text-align: center;
    text-transform: uppercase;
    float: left;
}

.btn-add-to-basket:hover {
    color: #FFF;
    background: #333;
}

.btn-checkout-basket {
    width: 90%;
    padding: 9px 10px;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    background: #FFF;
    border-radius: 0;
    border: 1px solid #999;
    box-shadow: 2px 2px #F0F0F0;
    text-align: center;
    text-transform: uppercase;
}

.btn-checkout-basket:hover {
    color: #FFF;
    background: #333;
}

.btn-add-to-basket.inverse.dropdown-toggle {
    color: #FFF;
    display: block;
    background: #333;
    width: 100%;
    padding: 10px 0px;
    height: auto;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #999;
    box-shadow: 2px 2px #F0F0F0;
    text-align: center;
    text-transform: uppercase;
    float: right;
}

.btn-add-to-basket.inverse:hover {
    color: #000;
    background: #FFF;
}

.btn-add-to-basket.inverse.dropdown-toggle2 {
    color: #FFF;
    display: block;
    background: #ADADAD;
    width:100%;
    padding: 10px 10px;
    height: 40px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #999;
    box-shadow: 2px 2px #F0F0F0;
    text-align: center;
    text-transform: uppercase;
    float: right;
}

.btn-group > .btn:first-child {
    border-radius: 0;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    border-radius: 0;
}

.btn-search {
    color: #FFF;
    display: block;
    background: #333;
    width: 100%;
    padding: 5px;
    height: 30px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #999;
    box-shadow: 2px 2px #F0F0F0;
    text-align: center;
    text-transform: uppercase;
    float: right;
    margin-left: 8px;
}

.btn-search:hover {
    color: #000;
    background: #FFF;
}

.btn-add-to-basket.half {
    margin-right: 1.1%;
    width: 20%;
    padding: 0 !important;
}

.btn-add-to-basket.full {
    margin-top: 20px;
    width: 100%;
}

.btn-add-to-basket.quart {
    width: 25%;
}

.btn-group.btn-wishlist {
    width: 45%;
    float: right;
}

.add-to-basket {
    width: 100%;
}

.add-to-basket, .btn-wishlist {
    display: inline;
}

.price_and_variant > .control-group {
    float: left;
    clear: both;
}

.price_and_variant > .control-group > label{
    visibility: hidden;
}

.price_and_variant {
    float: left;
    width: 100%;
}

.buttons_detail_prod {
    float: left;
    width: 100%;
}

.dropdown-menu {
    border-radius: 0;
}

.basket-items:nth-child(even) {
    background-color: #f5f5f5;
    margin-bottom: 15px;
}

.dropdown-menu > li > a {
    padding: 5px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #333;
    background-image: none;
}

.wishlist_link {
    margin-top: 5px;
}

#size_guide {
    float: left;
    font-size: 12px;
    margin: 3% 0 0 4%;
}

#size_guide a {
    margin-left: 5px;
}

.total {
    background-color: #f0f0f0 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #333333;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background-color: #333333;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li > a:hover {
    color: #333333;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #333333;
    color: white;
}

.row-fluid.special {
    width: 150%;
    margin: 0;
}

.well.shipping_address {
    width: 49%;
}

.well.edit_address {
    width: 65%;
}

.well-info {
    background-color: #f5f5f5;
}

.well-success {
    background-color: #f0f0f0
}

#new_shipping_address input {
    width: 90%;
    height: 10%;
}

#edit_address input {
    width: 90%;
    height: 10%;
}

.well address {
    margin-bottom: 25px;
}

#id_notes {
    width: 90%;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin: 0;
}

.navbar .nav.pull-right {
    margin-right: -1.6%;
}

.settings {
    color: #888888;
    font-size: 26px;
}

.side_info {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
aside.sidebar {
    margin-top:0;
}
#about_text {
    text-align: justify;
    margin-bottom:40px;
    font-size:1.1em;
}

#interview_text {
    text-align: justify;
}

#homepage-carousel {
    margin: 0 0 5px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#responsive-carousel {
    margin: 0 0 25px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#designers-carousel {
    width: 130%;
    height: auto;
}

.search {
    float: right;
    margin-right: 2%;
    position: relative;
    margin-top: -3.5%;
}

.location {
    text-transform: uppercase;
}

.sub-header h2, .sub-header h3, .sub-header h4 {
    text-transform: uppercase;
}

.headline_interview {
    font-style: italic;
    font-size: 17px;
    line-height: 20px;
}

#schools-carousel.flexslider {
    width: 100%;
    height: auto;
}

.select2-container .select2-choice, .select2-container-multi .select2-choices {
    min-width: 200px;
}

#schools-carousel.flexslider .slides img {
    width: 100%;
    height: 300px;
}

#add_to_basket_form {
    margin: 0;
}

#register_degisner_form input {
    height: 30px;
}

.span5.register_form label {
    margin: 17px 0 10px 0;

}

.register_form input {
    width: 95%;
}

.login_form input {
    width: 100%;
}

.span6.register_form label {
    margin: 17px 0 10px 0;

}

#contact_form {
    margin: 0;
}

#id_message {
    height: 10%;
    width: 95%;
}

#contact_form input {
    height: 30px;
}

.school_preview ul li {
    list-style: none;
    float: left;
    margin-left: 15px;
}

#product_gallery .carousel-indicators li {
    width: 43%;
    margin: 0 5px;
    opacity: 1;
}

#product_gallery .carousel-inner > .item {
    height: auto;
}

#product_gallery ol {
    margin: 0;
}

#product_gallery .carousel-control {
    top: 300px;
}

#login_form input {
    height: 30px;
    width: 95%;
}

#register_form input {
    height: 30px;
    width: 95%;
}

.form-horizontal input {
    height: 30px;
}

#notes_product {
    text-transform: uppercase;
    font-size: 11px;
    text-align: justify;
    line-height: 16px;
}

#notes_product p {
    margin: 2px 0 2px 0;
}

/* designer section */
#navDesigner {
    text-transform:uppercase;
}
    #navDesigner li:first-child {
        font-weight:bold;
    }
#designerProfile {padding:0 70px;}
    #designerProfile img {width:100%;}
#designerProfile article .span2 {
    margin-top:0;
}
    #designerProfile article {
        padding-bottom:40px;
    }
    #designerProfile article h2 {
        text-transform:uppercase;
        margin-left:-65px;
    }
    #designerProfile article .blockClear {
        clear:both;
    }
#infoDesigner .blockClear,
#designerProfile .blockClear,
#shopDesigner .blockClear,
#collectionDesigner .blockClear,
#interviewDesigner .blockClear {
    font-size:1.3em;
    line-height:1.5em;
}
    #infoDesigner .aboutDesc {
        text-align:justify;
    }
    #infoDesigner .aboutDesc p {
        margin-top:0;
    }
    #infoDesigner .blockClear ul {
        text-transform:uppercase;
    }
    #infoDesigner .blockClear ul li {
        margin-bottom:10px;
        line-height:22px;
    }
#shopDesigner {text-transform:uppercase;}
    #shopDesigner .span4 {
        margin-bottom:40px;
    }
    #shopDesigner img {
        margin-bottom:20px;
    }
    #shopDesigner strong {
        display:block;
    }
    #shopDesigner .btn {
        background:#fff;
        width:100%;
    }
    #shopDesigner .btn:hover {
        color:#fff;
        background:#666;
    }
#collectionDesigner select {
    width:100%;
    margin-bottom:15px;
}
    #collectionDesigner .miniPics li {
        max-width:80px;
        margin-bottom:15px;
    }
#interviewDesigner img {
    margin-bottom:45px;
}
#instagramDesigner .span4 {
    margin-bottom:40px;
}
    #instagramDesigner strong {
        display:block;
        padding-top:10px;
        font-weight:normal;
        text-transform:uppercase;
        font-size:1em;
    }
#instagramList .span3 {
    margin-bottom:40px;
    text-transform:uppercase;
}
    #instagramList .contPic {
        position:relative;
        margin-bottom:10px;
    }
    #instagramList .contPic span {
        position:absolute;
        bottom:0;
        left:0;
        padding:2px 5px;
        background: rgba(255, 255, 255, 0.6);
    }
    .instaDescription {
    	overflow:hidden;
    	height:85px;
    }
    .instaDescription img {
        max-width:65px;
        float:left;
        margin-right:10px;
    }
    .instaDescription strong,
    .instaDescription span {
        display:block;
    }
    .instaDescription a {
        background:#000;
        padding:2px 5px;
        color:#FFF;
    }
.scrollUp {
    font-size:1.2em;
    color:#333;
    padding:1px 8px;
    position:fixed;
    bottom:15px;
    right:15px;
    display:none;
    opacity:0.5;
    transition: all 0.8s ease 0s;
    text-align:center;
}
    .scrollUp:hover {
        opacity:0.8;
    }

    .scrollUp img {
        display:block;
        margin-bottom:2px;
    }
.shareSocial {
    clear:both;
    margin:-20px 0 40px 0;
}
    .shareSocial li {
        vertical-align:top;
        margin-top:5px;
    }

.logo_gob {
    float: right;
    margin-left: 15px;
}

.span1 {
    margin-top: 1%;
}

.span2 {
    margin-top: 1%;
}

.span12.banners_group1 {
    margin-left: 0;
    width: 100%;
}

.span8.banner2 {
    margin-left: 0;
    position: relative;

}

.span8.banner2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;;
}

.span12.banners_group2 {
    margin: 5px 0 20px 0;
    width: 100%;

}

.span4.banner3 {
    margin-left: 0.4%;
}

.span4.banner4 {
    margin-left: 0;
}

.span8.banner5 {
    margin-left: 0.5%;
}

.view-sixth .mask {
    background: rgba(71, 70, 69, 0.0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -ms-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

/*.view-sixth:hover .mask {*/
/*background: rgba(71, 70, 69, 0.8);*/
/*-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
/*filter: alpha(opacity=100);*/
/*-webkit-transition-delay: 0s;*/
/*-moz-transition-delay: 0s;*/
/*-o-transition-delay: 0s;*/
/*-ms-transition-delay: 0s;*/
/*transition-delay: 0s;*/
/*color: white;*/
/*}*/

.view {
    overflow: hidden;
    position: relative;
    background: #fff no-repeat center center;
}

.view .mask, .view .content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view.contact img {
    height: 895px;
}

.container_mask {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 100%;
}

.container_mask h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.container_mask p {
    margin-top: 5px;
    font-size: 1.2em;
}

.color-black.blankLink {
    border-bottom: 1px solid whitesmoke;
    font-size: 1em;
    color: #333333;
}

.color-black.blankLink:hover {
    color: #FFFFFF;
}

.categories_list {
    list-style: none;
    margin-left: 10px;
}

.categories_list > li {
    padding: 3px 15px;
}

.categories_list > li:hover {
    background-color: #c3c3c3;
}

.categories_list > li a:hover {
    color: white;
}

#accordion h2 {
    color: #B9B9B9;
    text-transform: uppercase;
}

#whishlist {

}

.star-rating {
    margin-top: 0;
}

/* ALERTS */

.alert-info {
    background-color: #c0c4c6;
    border: none;
    color: #000000;
}

.alert-danger, .alert-error {
    background-color: #888888;
    border: none;
}

.alert-danger, .alert-error {
    color: white;
}

.alert-success {
    background-color: #C7C7C7;
    color: white;
    border: 1px solid #C7C7C7;
}

.errorlist {
    margin-bottom: -30px;
}

.row-fluid.products_viewed {
    margin-left: 2%;
}

#id_q {
    height: 20px;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-left: 5px;
}

#id_terms {
    float: left;
    margin: 12px 5px 0 0;
    width: 4%;
}

#id_description {
    width: 100%;
    height: 20%;
}

.thumbnail_gallery {
    float: left;
    width: 64%;
}

.items_footer.no_margin {
    margin-left: 0;
}

.items_footer a {
    color: white;
}

.items_footer a:hover {
    color: #888888;
}

.carousel-indicators.thumbnail img {
    height: auto;
    margin-bottom: 10px;
}

#product_gallery .carousel-indicators {
    width: 35%;
    float: right;
}

.carousel-indicators.thumbnail {
    padding: 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 30px;
}

.pager {
    text-transform: uppercase;
}

.zoom_img {
    display: block;
}

.zoom_img img:hover {
    cursor: url('/static/blogaporter/oscar/img/search.png?ecaf675b02de'), default;
}

#need_help h2 {
    font-size: 20.5px;
}

#need_help h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.modal.fade {
    display: none;
}

.sale_price_color{
    font-size: 14px;
    text-decoration: line-through;
    margin: 0 8px 0 1px;
    color: red;
}

.cardContent form img {
    display:block;
    margin:0 auto 20px;
}
.cardContent .btn {
    min-width:250px;
    margin:0 auto 25px;
    float:none;
}
.pagoAviso {
    text-align:center;
    margin-top:50px;
    margin-bottom:50px;
}
.pagoAviso h4 {
    text-transform:uppercase;
    font-weight:normal;
    margin-bottom:40px;
    line-height: 1.3em;
}
.pagoAviso input {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: 2px 2px #f0f0f0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: auto;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

}

/********* MENU HORIZONTAL *********/

/* common and top level styles */
#nav span {
    display: none;
}

#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#nav {
    float: left;
    margin-left: 2%;
    position: relative;
    width: 97.6%;
}

#nav ul.subs {
    background-color: #000000;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: white;
    display: none;
    left: 0;
    position: absolute;
    top: 30px;
    width: 98.3%;
    height: 40px;
}

#nav > li {
    border-bottom: 5px solid transparent;
    float: left;
    margin-bottom: -5px;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

#nav li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}

#nav > li > a {
    color: #333333;
    display: block;
    font-size: 1.3em;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
}

#nav > li:hover > a, #nav > a:hover {
    background-color: #C7C7C7;
    color: #FFFFFF;
}

#nav li.active > a {
    background-color: #333333;
    color: #FFFFFF;
}

/* submenu */
#nav li:hover ul.subs {
    display: block;
}

#nav ul.subs > li {
    display: inline-block;
    float: none;
    padding: 7px 1%;
    vertical-align: top;
    height: 40px;
}

#nav ul.subs > li a {
    color: white;
    line-height: 17px;
    padding:5px 0;
}

#nav ul li a:hover {
    color: #888888;
}

#nav ul.subs > li > a {
    font-size: 1.3em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#nav ul.subs > li li {
    float: none;
    padding-left: 8px;
    -moz-transition: padding 150ms ease-out 0s;
    -ms-transition: padding 150ms ease-out 0s;
    -o-transition: padding 150ms ease-out 0s;
    -webkit-transition: padding 150ms ease-out 0s;
    transition: padding 150ms ease-out 0s;
}

#nav ul.subs > li li:hover {
    padding-left: 15px;
}

table.sizes {
    margin: 20px 40px;
    padding: 0 0 10px;
    text-align: center;
    width: 90%;
}

table.sizes th {
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #ebebeb;
    font-size: 11px;
    font-weight: 600;
    padding: 5px;
    text-transform: uppercase;
}

table.sizes td {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    font-size: 11px;
    padding: 5px;
}

p.sizes {
    font-size: 12px;
}

.modal-body {
    max-height: 450px;
}

.modal.fade.in {
    top: 25%;
}

.modal-backdrop {
    z-index: 1000;
}

.errorlist li {
    margin: -3px 0 10px 10px;
    list-style: outside;
    text-transform: uppercase;
}

#list_products {
    margin-left: 3%;
}

.pager li > a, .pager li > span {
    border-radius: 0;
}

#product_gallery {
    overflow: hidden;
}

.carousel {
    padding-top: 1%;
}

#product_gallery .carousel-indicators {
    margin-top: 0;
}

.captcha {
    margin-bottom: 10px;
    width: 35%;
}

#search_content {
    border: 1px solid #cccccc;
    padding: 5px;
    display: block;
    height: 17px;
}

#search_content i {
    float: left;
}

.content_info_product h1 {
    font-size: 24px;
}

.help-inline {
    color: white !important;
}

#transporter {
    display: none;
}

.hero-unit {
    padding: 200px;
}

.hero-unit .btn-primary:hover {
    border-color: inherit;
}

#CookielawBanner {
    background-color: rgba(34, 34, 34, 0.85);
    color: white;
    margin-left: 8%;
    padding: 15px;
    position: absolute;
    width: 80%;
    z-index: 100;
}

#CookielawBanner p a {
    color: inherit;
}

.foundation-data-attribute-namespace {
    font-family: false;
}

#accordion_main_menu {
    float: right;
}

#accordion_main_menu .sub-header {
    margin: 15px 5px 0 0;
    border-bottom: none;
}

#search_menu, #option_cog {
    float: right;
}

#search_menu .sub-header {
    margin: 14px 0 0 10px;
    border-bottom: none;
    font-size: 20px;
    color: #888888;
    position:relative;
    z-index:1;
}
#search_menu .sub-header i {
    padding-right:15px;
}

#option_cog .sub-header {
    margin: 14px 0 0 0;
    border-bottom: none;
    font-size: 20px;
    color: #888888;
    position:relative;
    z-index:5;
}

#option_cog .sub-header i {
    display:block;
    padding-right:15px;
    color:#888888;
}

#collapseSearch {
    background-color: white;
}

#basket_device{
    float: right;
    margin-top: 8px;
    width: 45px;
}

.sales{
    color: red!important;
}

/********* MEDIA MOBILE LAYOUTS *********/

@media (max-width: 768px) {

    /* MAIN MENU */
    #nav > li > a {
        line-height: 35px;
    }

    #nav > li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;
    }

    #nav ul.subs {
        position: relative;
        top: 0;
    }

    #nav li:hover ul.subs {
        display: none;
    }

    #nav li #s1:target + ul.subs,
    #nav li #s2:target + ul.subs,
    #nav li #s3:target + ul.subs,
    #nav li #s4:target + ul.subs,
    #nav li .submenu:target + ul.subs {
        display: block;
    }

    #nav ul.subs > li {
        display: block;
        width: auto;
    }

    #nav ul.subs > li > a {
        padding: 5px;
    }
    .shareSocial {
        margin:0 0 20px 0;
    }
    /* SETTINGS MENU */
    .navbar .nav > li {
        float: left;
        line-height: 5px;
    }

    .navbar .nav.pull-right {
        margin: 0 auto;
        width: 100%;
    }

    .navbar .nav > li > a {
        font-weight: normal;
        padding: 12px;
    }

    .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
        background-color: #888888;
        color: white;
    }

    .navbar-toggle.navbar-right {
        display: block;
        padding: 10px;
        width: 25px;
    }

    .price_color {
        font-size: 17px;
    }

    .product_pod .price_color {
        margin-top: -10px;
    }

    #product_gallery .carousel-inner > .item {
        height: auto;
    }

    .carousel {
        margin-top: 0;
        margin-bottom: -5px;
    }

    .carousel-indicators.thumbnail img {
        height: auto;
    }

    .container-fluid.main {
        padding-top: 0;
    }

    .price_and_variant > .control-group {
        width: 50%;
    }

    #id_q {
        width: 85%;
    }

    .carousel-inner {
        width: 100%;
    }

    .carousel-indicators.thumbnail img {
        height: auto;
    }

    input, textarea, .uneditable-input {
        width: 100%;
    }

    #register_degisner_form .register_form {
        margin-left: 0px;
    }

    #size_guide {
        display: none;
    }

    .view.contact img {
        margin-top: 5px;
    }

    .btn-add-to-basket.inverse.dropdown-toggle2 {
        padding: 0;
        width: 100%;
    }

    .btn-group.btn-wishlist {
        width: 100%;
    }

    .btn-group.btn-wishlist {
        width: 100%;
    }

    .btn-add-to-basket.half {
        width: 100%;
    }

    .btn-add-to-basket.quart {
        width: 55%;
    }

    .btn-add-to-basket {
        width: 100%;
    }

    .sub-header h2, .sub-header h3, .sub-header h4 {
        font-size: 13.5px;
    }

    .well.shipping_address {
        width: 100%;
    }

    .container-fluid.blog {
        padding: 20px;
    }

    .container-fluid.main {
        padding-top: 0;

    }

    .items_footer {
        margin-left: 0;
    }

    .items_footer:first-child {
        margin-right: 4%;
    }

    .price_and_variant > .control-group {
        width: 58%;
    }

    .price_and_variant select {
        width: 134px;
    }

    .collapse {
        overflow: hidden;
    }

    .span12 {
        width: 100%;
    }

    .offset1 {
        margin-left: 20px;
    }

    .search {
        float: left;
        margin-left: 6%;
        margin-top: 2%;
    }

    .search_title {
        color: #c3c3c3 !important;
    }

    .view.contact img {
        display: none;
    }

    .span6.register_form {
        margin-left: 0;
    }

    .product_pod .image_container, .product_pod .availability, .product_pod .price_color {
        margin-bottom: 0;
    }

    .container-fluid.footer-disc {
        float: left;
        clear: both;
    }

    .logo_gob {
        float: left;
        margin-left: 0;
    }

    .logo_gob .pull-right {
        float: left;
        margin-left: 0;
    }

    .row-fluid.products_viewed {
        margin-left: 0;
    }

    #notes_product {
        margin-top: 20px;
    }

    #notes_product {
        margin-top: 20px;
    }

    .icon {
        width: 40%;
        margin-top: 0;
    }

    #nav ul.subs {
        height: auto;
    }

    .carousel-inner {
        margin-left: 0;
    }

    .thumbnail_gallery {
        width: 100%;
    }

    #product_gallery .carousel-indicators {
        float: none;
        width: 100%;
    }

    #product_gallery .carousel-indicators li {
        margin: 5px 0 5px 5px;
        width: 22%;
    }

    #modalSizes {
        display: none;
    }

    #need_help {
        display: none;
    }

    #navbar-collapse-menu {
        background: #fff;
        z-index: 7;
        margin-bottom: 0;
    }

    #navbar-collapse-menu.in {
        overflow: visible;
    }

    #collapseMenu, #accordion_main_menu {
        background: #FFFFFF;
        position: relative;
        z-index: 5;
    }

    #collapseMenu .search {
        display: none;
    }

    .content_info_product h1 {
        font-size: 17px;
    }

    .product_pod {
        height: 100%;
    }

    .product_price_detail {
        margin-top: 5px;
    }

    .product_pod .price_color {
        margin-top: -6px;
    }

    h5 {
        margin-bottom: -8px;
    }

    #product_gallery .carousel-indicators li:first-child {
        margin-left: 0;
    }

    .dropdown-menu > li > a {
        text-align: right;
    }

    #transporter {
        display: inline;
    }
    #designerProfile {
        padding:0;
    }
    #designerProfile article h2 {
        margin-left:0;
    }
    #infoDesigner img,
    #collectionDesigner .span4 {
        margin-bottom:20px;
    }

    .footer-links > li {
        margin-right: 4%;
    }

    .footer {
        display: none;
    }

    #search_content {
        width: 135%;
    }

    .modal {
        width: 90%;
    }

    .basket_web{
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    #collectionDesigner .miniPics li {
        max-width:50px;
    }
}

@media (min-width: 680px) and (max-width: 1024px) {

    #nav > li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;
    }

    #nav ul.subs {
        position: relative;
        top: 0;
    }

    #nav li:hover ul.subs {
        display: none;
    }

    #nav li #s1:target + ul.subs,
    #nav li #s2:target + ul.subs,
    #nav li #s3:target + ul.subs,
    #nav li #s4:target + ul.subs,
    #nav li .submenu:target + ul.subs {
        display: block;
    }

    #nav ul.subs > li {
        display: block;
        width: auto;
    }

    .shareSocial {
        margin:0 0 20px 0;
    }

    h5 {
        margin-top: -17px;
    }

    #product_gallery .carousel-inner > .item {
        height: auto;
    }

    #accordion_main_menu h2 {
        margin-left: 2%;
    }

    #nav ul.subs > li > a {
        padding: 5px;
    }

    .btn-group.btn-wishlist {
        width: 100%;
    }

    .carousel {
        margin-top: 0;
        margin-bottom: -10px;
    }

    .carousel-indicators.thumbnail img {
        height: auto;
    }

    #size_guide {
        margin: 9% 0 0 2%;

    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: relative;
    }

    .navbar-toggle.navbar-right {
        display: block;
    }

    h5 {
        margin-top: 2px;
    }

    .product_pod h3, h5 {
        font-size: 12px;
    }

    .product_pod .price_color {
        margin-top: -5px;
        font-size: 12px;
    }

    .navbar .nav > li {
        float: left;
        line-height: 5px;
    }

    .navbar .nav.pull-right {
        margin: 0 auto;
        width: 100%;
    }

    .navbar .nav > li > a {
        font-weight: normal;
    }

    .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
        background-color: #888888;
        color: white;
    }

    .btn-add-to-basket.inverse.dropdown-toggle2 {
        padding: 0;
        width: 100%;
    }

    .sub-header h2, .sub-header h3, .sub-header h4 {
        font-size: 17.5px;
    }

    .btn-add-to-basket.half {
        width: 40%;
    }

    .btn-add-to-basket.quart {
        width: 55%;
    }

    .btn-add-to-basket {
        width: 100%;
    }

    .well.shipping_address {
        width: 100%;
    }

    .container-fluid.blog {
        padding: 20px;
    }

    .container-fluid.main {
        padding-top: 25px;
    }

    .price_and_variant > .control-group {
        width: 58%;
    }

    .price_and_variant select {
        width: 100%;
    }

    .collapse {
        overflow: hidden;
    }

    .span12 {
        width: 100%;
    }

    .offset1 {
        margin-left: 20px;
    }

    .row-fluid.products_viewed {
        margin-left: 0;
    }

    .icon {
        width: 40.5%;
        margin-top: 0;
    }

    #nav ul.subs {
        height: auto;
    }

    .search {
        margin-top: 0;
    }

    #notes_product {
        margin-top: 4%;
    }

    h5 {
        font-size: 12px;
    }

    .carousel-inner {
        margin-left: 0;
    }

    .thumbnail_gallery {
        width: 100%;
    }

    .product_pod {
        float: left;
    }

    #product_gallery .carousel-indicators {
        float: none;
        width: auto;
    }

    #product_gallery .carousel-indicators li {
        margin: 5px 0 5px 5px;
        width: 22%;
    }

    .product_price_detail {
        margin-top: 5px;
    }

    #product_gallery .carousel-indicators li:first-child {
        margin-left: 0;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
    }

    #collapseMenu .search {
        display: none;
    }

    #navbar-collapse-menu.in {
        overflow: visible;
    }

    .dropdown-menu > li > a {
        text-align: right;
    }

    .basket_web{
        display: none;
    }
    #collectionDesigner .miniPics li {
        max-width:40px;
    }
}

@media (max-width: 350px) {
    .logo_index {
        max-width:150px;
    }
}

@media (max-width: 435px) {
    .navbar .nav > li > a {
        font-weight: normal;
        padding: 10px;
    }
}

@media (min-width: 775px ) {
    #responsive-carousel {
        display: none;
    }
}

@media (min-width: 1025px) {

    #size_guide {
        margin: 8% 0 0 4%;
    }

    #accordion_main_menu {
        display: none;
    }

    #search_menu {
        display: none;
    }

    #collapseSearch {
        display: none;
    }

    #responsive-carousel {
        display: none;
    }

    #basket_device{
        display: none;
    }
    .nav > li.basket_web > a {
        padding-right:0;
    }

    a.btn-add-to-basket.inverse.dropdown-toggle {
        width: 220%;
        font-size: 15px;
    }
}

@media (min-width: 1280px) {
    #size_guide {
        margin: 5% 0 0 2%;
    }

    .search {
        margin-top: -2.8%;
    }
}

@media (max-width: 1280px) {
    .btn-add-to-basket.inverse.dropdown-toggle2 {
        font-size: 15px !important;
    }

}

@media (min-width: 1400px) {
    .search {
        margin-top: -2.5%;
    }
}

@media (min-width: 1600px) {
    .search {
        margin-top: -2.5%;
    }

}

@media (max-width: 979px) and (min-width: 768px) {
    .row-fluid-shop [class*="span"] {
        min-height: 380px;
    }
    .shareSocial {
        margin:0 0 20px 0;
    }
    .cardContent .btn {
        min-width:auto;
        font-size:1.1em;
    }
}

@media (max-width: 1275px) and (min-width: 980px) {
    .cardContent .btn {
        min-width:auto;
        font-size:1.1em;
    }
}
