@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype'), url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold-webfont.woff') format('woff'), url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** 320+ **/

/** Clearfix **/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.visuallyhidden {
    display: none;
}

/**
 * Global styles
 */

body {
    background: #dedede;
    background: -moz-linear-gradient(top,  #dedede 15%, #ffffff 85%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#dedede), color-stop(85%,#ffffff));
    background: -webkit-linear-gradient(top,  #dedede 15%,#ffffff 85%);
    background: -o-linear-gradient(top,  #dedede 15%,#ffffff 85%);
    background: -ms-linear-gradient(top,  #dedede 15%,#ffffff 85%);
    background: linear-gradient(to bottom,  #dedede 15%,#ffffff 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 );
    font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
    padding-left: 0;
    padding-right: 0;
}

h1, h2, h3, h4 {
    font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-top: 0;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

nav > ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

nav li {
    display: block;
    float: left;
    padding: 0 10px;
}

h1.logo, span.logo {
    background: url(../img/logo-300.png) no-repeat center center;
    height: 33px;
    margin: 0 auto 10px;
    width: 300px;
}

h1 a, span.logo a {
    display: block;
    height: 100%;
    width: 100%;
}

a:hover {
    color: #ebb806;
}

.gap {
    margin-top: 20px;
}

.nav-next {
    float: left;
}

.nav-next + nav:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.grid, .list {
    list-style: none;
    margin: 0;
}

.grid li {
    float: left;
    margin: 5px 4px;
    position: relative;
}

.list li {
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    position: relative;
}

.list.slider li {
    border-bottom: none;
}

.list li:last-child {
    border-bottom: none;
}

.list li footer {
    border-top: 0;
}

.star-rating-outer {
    background: url(../img/star-rating.png) repeat-x center bottom;
    height: 10px;
    margin: auto;
    width: 75px;
}

.star-rating-inner {
    background: url(../img/star-rating.png) repeat-x left top;
    height: 10px;
    margin: 0;
    text-align: left;
    text-indent: -9999px;
}

.review-form {
    color: #313131;
    text-transform: uppercase;
}

#star {
    float: left;
}
.star-hint-wrap {
    display: none;
    float: left;
    margin-left: 110px;
    margin-top: -5px;
    position: absolute;
}
    .star-hint {
        background-color: #EBB809;
        border-radius: 4px;
        color: #FFFFFF;
        height: 20px;
        padding: 5px 10px;
        text-align: center;
        text-transform: uppercase;
        width: 100px;
    }

.star-system {
    margin-bottom: 15px;
}

.sash {
    height: 45px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 45px;
}

.sash.code {
    background: url(../img/sash-code.png) no-repeat;
}
.sash.code.exclusive {
    background: url(../img/sash-code-exclusive.png) no-repeat;
}
.sash.code.expired {
    background: url(../img/sash-code-expired.png) no-repeat;
}

.sash.sale {
    background: url(../img/sash-sale.png) no-repeat;
}
.sash.sale.expired {
    background: url(../img/sash-sale-expired.png) no-repeat;
}

input[type=text], input[type=password], input[type=file], input[type=email], input[type=tel], input[type=url], select, textarea {
    border: 1px solid #dedede;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.9em;
    margin-bottom: 0;
    padding: 10px 5px 10px 15px;
}

input[type=submit], button {
    background: #ebb806;
    border: none;
    color: #fff;
    font-size: 1.2em;
    margin: 5px 5px 5px 0;
    padding: 5px;
    text-shadow: none;
}

input.input-block-level, select.input-block-level {
    font-size: 1.1em;
    height: auto;
    margin-bottom: 15px;
}

input[type=checkbox].input-block-level {
    height: 30px;
    min-height: auto;
    margin-top: 0;
}

input[type=checkbox].input-block-level + label {
    color: #555;
    font-size: 1.1em;
    line-height: 30px;
}

input[type=submit].block-level, button.block-level {
    background: #4f4f4f;
    border-radius: 2px;
    display: block;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
}

input[type=submit].block-level:hover, button.block-level:hover {
    color: #ebb806;
}

div#ccc-icon button {
    margin: 0;
    padding: 0;
}

.ccc-inner h2 {
    font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.ccc-expand {
    padding: 0;
}

/**
 * Global header
 */

header[role=main] {
    background: #000;
    color: #fff;
}

.very-top {
    border-bottom: 1px solid #444;
    min-height: 20px;
}

.very-top .user img {
    height: 20px;
    width: 20px;
}

nav.user {
    color: #444;
}

nav.user ul {
    float: right;
}

nav.user li {
    padding: 5px;
    text-transform: uppercase;
}

nav.user a {
    color: #fff;
}

nav.user .counter-cloud {
    color: #fff;
}

.branding {
    padding: 1em 0;
}

.banner {
    background-color: #666;
    display: none;
    float: right;
    height: 60px;
    width: 468px;
}

.inline-tab {
    background-color: #999999;
    color: #FFFFFF;
    font-weight: normal;
    margin-left: 8px;
    padding: 3px 5px 1px;
    text-decoration: none;
    text-transform: uppercase;
}

nav.primary {
    text-align: center;
}

nav.primary ul {
    padding: 5px 0;
}

nav.primary li {
    display: inline;
    float: none;
    font-family: 'bebas_neueregular';
    font-size: 1.5em;
    padding: 5px 10px;
}

nav.primary .active {
    background-color: #dedede;
    border: 1px solid #dedede;
}

nav.primary a {
    color: #fff;
    display: inline-block;
}

nav.primary .active a {
    color: #000;
}

nav.leader, nav.footer {
    float: right;
    padding-top: 5px;
}

.nav {
    line-height: 12px;
    text-transform: uppercase;
}

.nav.nav-pills li {
    padding: 0;
}

.nav.nav-pills li a {
    background-color: #dedede;
    color: #fff;
    margin-right: 5px;
    padding-bottom: 6px;
}

.nav.nav-pills li .sprite {
    vertical-align: bottom;
}

nav.leader .nav.nav-pills li:last-child {
    padding-right: 0;
}

nav.leader .nav.nav-pills a {
    margin-left: 5px;
    margin-right: 0;
}

nav.icons {
    float: right;
    text-align: right;
}

nav.icons ul {
    margin: 0;
}

nav.icons li {
    min-width: 15px;
    padding-left: 2px;
    padding-right: 2px;
}

nav.icons a:hover {
    background-color: inherit;
}

.view-links .nav.nav-pills a {
    margin-left: 0;
    margin-right: 0;
}

.nav.nav-pills li a:hover {
    background-color: #606060;
}

.nav.nav-pills li.active a {
    background-color: #606060;
}

.nav.nav-tabs li {
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    margin-right: 2px;
}

.nav.nav-tabs li a {
    background-color: #fafafa;
    border: none;
    border-radius: 0;
    color: #000;
    margin-right: 0;
    padding: 4px 20px 3px;
}

.nav.nav-tabs li.active {
    border-bottom-color: #fff;
}

.nav.nav-tabs li.active a {
    background-color: #fff;
}

.nav.nav-tabs li a:hover {
    background-color: #fff;
    border: none;
}

.tabs {
    margin-top: 10px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.content-leader {
    padding-bottom: 10px;
    padding-top: 10px;
}

.content-leader > * {
    vertical-align: middle;
}

.content-leader .social {
    display: none;
    margin-top: 8px;
    overflow: hidden;
}

.content-leader .social > * {
    float: left;
    height: 20px;
    vertical-align: middle;
    width: 80px;
}
.counter-leader .social > .social-facebook {
    width: 90px;
}

.image.leader {
    margin-bottom: 1em;
}

.twitter {
    height: 40px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.tweet {
    display: none;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
}

.tweet-inner {
    background: url(../img/tweet.png) no-repeat left center;
    display: table;
    height: 40px;
    margin-bottom: 0;
    width: 100%;
}

.tweet-inner > p {
    display: table-cell;
    padding-left: 36px;
    vertical-align: middle;
}

.search form {
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
}

.search label {
    margin-bottom: 0;
}

.search input[type=text] {
    border: none;
    box-shadow: none;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 5px 5px 5px 15px;
}

.search input[type=submit] {
    background: #ebb806 url(../img/search.png) no-repeat center center;
    border: none;
    float: right;
    height: 30px;
    margin: 5px 5px 5px 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 30px;
}

.shop .sidebar-primary .search {
    border-top: 3px solid #EEEEEE;
    border-bottom: 3px solid #EEEEEE;
}
.shop .sidebar-primary .search input {
    float: left;
}
.shop .sidebar-primary .search input[name="q"] {
    width: 80%;
}

.sidebar-gender {
    margin: 15px;
    border-bottom: 1px solid #EEEEEE;
}
.sidebar-gender div {
    color: #CCCCCC;
    font-family: bebas_neueregular;
    font-size: 16pt;
    text-transform: uppercase;
}
.sidebar-gender div.active {
    color: #333333;
}
.sidebar-gender div.right {
    text-align: right;
}
.sidebar-gender div.weird {
    color: #313131;
    font-family: proxima_nova_rgregular;
    font-weight: normal;
    font-size: 10pt;
    margin: 0;
}

.shop .categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.shop .categories li,
.shop .categories li a{
    color: #313131;
    margin: 5px;
}
.shop .categories li.active,
.shop .categories li.active a{
    color: #F1C152;
}

.view-links {
    float: right;
    width: 200px;
}

.view-links li {
    text-align: center;
    width: 200px;
}

.view-badge {
    float: left;
    margin-right: 10px;
}

.view-badge a {
    display: block;
    position: relative;
}
.view-badge a .sash {
    margin-top: -5px;
}

.view-details p {
    font-size: 11px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.view-details i {
    vertical-align: middle;
}

.label {
    font-weight: normal;
    padding-top: 3px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    width: 75px;
}

.label-discount {
    background: rgb(42, 120, 168);
}

.label-sale {
    background: rgb(174, 37, 45);
}

.discount-code {
    border: 1px dashed #CCCCCC;
    background: #F0F0F0;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 10px 15px;
    /*position: absolute;*/
    right: 220px;
    text-align: center;
    text-transform: uppercase;
    top: 70px;
    width: 250px;
}
.discount-code .code {
    font-family: "Courier New";
    font-size: 17px;
}

.tooltip-inner {
    line-height: 13px;
    max-width: none;
    white-space: pre;
}

/**
 * Content
 */

div[role=container] {
    background: #fff;
}

div[role=content], div[role=sidebar] {
    margin-top: 15px;
}

.content {
    border-top: 3px solid #f0f0f0;
    margin-bottom: 10px;
    position: relative;
}

.content header {
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}

.content header h1, .content header h2, .content header h3 {
    margin-bottom: 0;
    /*padding-right: 400px;*/
}
.content h1 {
    font-size: 31px !important;
}

.content footer {
    border-top: 1px solid #dedede;
    margin-top: 10px;
    padding-top: 10px;
}

.content footer .link {
    text-align: right;
    text-transform: uppercase;
}

.content footer .link a {
    background: url(../img/arrow-right.png) no-repeat right center;
    color: #000;
    padding-right: 12px;
}

/**
 * Global footer
 */

.newsletter-signup .container {
    background-color: #fff;
    border-top: 1px solid #dedede;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.newsletter-signup p {
    margin: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.newsletter-signup form {
    background-color: #fff;
    border: 1px solid #dedede;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.newsletter-signup label {
    margin-bottom: 0;
}

.newsletter-signup input[type=text], .newsletter-signup input[type=email] {
    border: none;
    box-shadow: none;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 5px 5px 5px 15px;
}

.newsletter-signup input[type=submit] {
    background: #ebb806 url(../img/confirm.png) no-repeat center center;
    border: none;
    float: right;
    height: 30px;
    margin: 5px 5px 5px 0;
    text-indent: -9999px;
    width: 30px;
}

.newsletter-signup .to-the-top {
    display: none;
    position: absolute;
    right: 20px;
    top: 22px;
    text-transform: uppercase;
}

.to-the-top a {
    color: #000;
}

footer[role=main] {
    background: #000;
    color: #fff;
}

footer h3 {
    color: #ebb806;
}

footer .menu nav {
    float: left;
    margin-top: 10px;
    width: 33%;
}

footer .menu ul {
    float: none;
}

footer .menu li {
    display: block;
    float: none;
    padding-left: 0;
}

footer .menu a {
    color: #fff;
}

footer .social {
    clear: both;
    margin-top: 10px;
    padding-top: 20px;
}

footer .social li {
    padding: 0 5px;
}

footer .social li:first-child {
    padding-left: 0;
}

footer .very-bottom .container {
    border-top: 1px solid #444;
    color: #989898;
    margin-top: 10px;
    padding-top: 10px;
}

/**
 * Filters
 */

.filter {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.filter span {
    color: #b3b3b3;
    float: left;
    font-size: 1.125em;
    padding-right: 10px;
    padding-top: 6px;
    text-transform: uppercase;
}
.filter .caret {
    color: #b3b3b3;
    float: none;
    font-size: inherit;
    padding-right: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.filter .nav {
    float: left;
    font-size: 0.875em;
    margin-bottom: 0;
}

.filter .nav.nav-pills li a {
    background-color: #dedede;
    color: #fff;
    line-height: 12px;
    margin-right: 5px;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.filter .nav li a:hover {
    background-color: #404040;
}

.filter .nav li.active a {
    background-color: #404040;
}

.nav.nav-pills.write-review {
    margin: -10px 0 0;
}

/**
 * Pagination
 */

div[role=content] > .pagination {
    margin-left: 0;
}

.pagination {
    border-top: 1px solid #ccc;
    margin-top: 100px;
    padding: 5px 10px 10px;
}

.pagination .nav {
    box-shadow: none;
    float: left;
    font-size: 0.875em;
    margin-bottom: 0;
}

.pagination .nav li {
    padding-left: 0;
    padding-right: 0;
}

.pagination .nav li a {
    background-color: #dedede;
    border: 0;
    box-shadow: none;
    color: #fff;
    line-height: 12px;
    margin-right: 5px;
    min-width: 14px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

.pagination .nav li a:hover {
    background-color: #ebb806;
}

.pagination .nav li.active a {
    background-color: #ebb806;
}

/**
 * Stores
 */

.stores li, .store-badge {
    border: 1px solid #dedede;
    width: 130px;
}

.stores li img, .store-badge img {
    display: block;
    height: 60px;
    margin: 5px;
    width: 120px;
}

.stores li .discount, .stores li .rating, .store-badge .discount, .store-badge .rating {
    border-top: 1px solid #dedede;
    color: #000;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
}

.stores li .store-overlay {
    bottom: 20px;
    /* display: none; */
    left: 3px;
    opacity: 0;
    padding-top: 3%;
    position: absolute;
    right: 3px;
    top: 3px;
}
.stores li .store-overlay a {
    background-color: #ebb806;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    margin: 5px 25%;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none;
}

.stores li:hover .store-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    /* display: block; */
    opacity: 1;

    -webkit-transition: opacity, background-color 0.2s;
    -moz-transition: opacity, background-color 0.2s;
    -ms-transition: opacity, background-color 0.2s;
    -o-transition: opacity, background-color 0.2s;
    transition: opacity, background-color 0.2s;
}

/**
 * Brands
 */

.brands {
    font-size: 90%;
}

.brands li {
    height: 22px;
    overflow: hidden;
    width: 170px;
}

.brands li a {
    color: #666;
}

.brands li i {
    margin-right: 5px;
    vertical-align: middle;
}

.store-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.store-links li {
    width: auto;
}
.branded-label {
    background-color: #DEDEDE;
    border-radius: 40px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 10px;
    height: 10px;
    line-height: 11px;
    padding: 3px;
    text-align: center;
    text-decoration: none !important;
    width: 10px;
}
.branded-label.sale {
    background-color: #B64749;
}
.branded-label.discount {
    background-color: #567FB6;
}
.branded-label.store {
    background-color: #F5B400;
}

.brand-details {
    display: inline-block;
    width: 100%;
}

/**
 * Discounts
 */


/**
 * Sales
 */



/**
 * Reviews
 */

.reviews li:first-child {
    padding-top: 0;
}

.reviews h3 {
    margin-bottom: 0;
}

.reviews a {
    color: #000;
}

.reviews .rating {
    position: absolute;
    right: 0;
    top: 16px;
}

.review {
    margin-bottom: 15px;
}

.review-side {
    color: #999;
    float: left;
    font-size: 11px;
    line-height: 16px;
    margin-right: 10px;
    width: 15%;
}

.review-side img {
    margin-bottom: 2px;
}

.review-side a {
    color: #000;
    display: block;
    font-size: 13px;
    text-align: center;
    width: 100px;
}

.review-main {
    border: 1px solid #eee;
    margin-left: 15%;
    padding: 10px;
    position: relative;
}

.review-main .date {
    color: #999;
    position: absolute;
    right: 10px;
    top: 10px;
}

.review-main .title {
    left: 10px;
    position: absolute;
    top: 10px;
    width: 80%;
}

.review-main .title > * {
    float: left;
}

.review-main .star-rating-outer {
    margin-top: 4px;
    margin-left: 10px;
}

.review-main article {
    margin-top: 25px;
}

.review-main .helpful-link {
    color: #999;
    font-size: 11px;
    margin-bottom: 0;
}

.review-comment-reply {
    border: 1px solid #000000;
    width: 75%;
    margin-left: 25%;
}
    .review-comment-reply .textarea {
        width: 80%;
        margin-left: 20%;
    }
        .review-comment-reply .textarea textarea {
            margin-right: 0;
            width: auto;
        }
    .review-comment-reply .submit {
        text-align: right;
    }

/**
 * Partners
 */

.partners {
    margin-top: 10px;
}

.partners li {
    border: 1px solid #dedede;
    padding: 2px;
}

/**
 * Competitions
 */

.competitions .thumbnail {
    float: left;
    height: 170px;
    margin-right: 20px;
    width: 170px;
}

.widget .competitions.list {
    height: 150px;
}

.widget .competitions.list li {
    width: 100%;
}

.widget .competitions .thumbnail {
    height: 75px;
    margin-right: 10px;
    width: 75px;
}

.competitions h3 {
    line-height: 24.5px;
}

.widget .competitions h3 {
    margin-bottom: 0;
}

.competitions a {
    color: #000;
}

.competitions .closes {
    float: left;
    max-width: 450px;
}

.competitions .closes i {
    background: url(../img/sprites.png) no-repeat -188px 0;
    display: inline-block;
    float: left;
    height: 21px;
    margin-right: 10px;
    text-indent: -9999px;
    vertical-align: bottom;
    width: 21px;
}

.competitions .closes i.closed {
    background-position: -210px 0;
    width: 20px;
}
.competitions.nav {
    margin: 0;
    margin-top: -15px;
}

/**
 * Products
 */

.widget .products.list {
    height: 175px;
    width: 100%;
}

.products li {
    min-height: 85px;
    width: 100%;
}

.widget .products li {
    width: 120px;
}

.products .thumbnail {
    height: 75px;
    margin-right: 10px;
    overflow: hidden;
    width: 75px;
}

.widget .products .thumbnail {
    height: 150px;
    margin-right: 0;
    width: 100px;
}

.products h3 {
    line-height: 24.5px;
    margin-bottom: 0;
}

.products h4 {
    margin-bottom: 0;
}

.price {
    color: #ebb806;
}

.products .price {
    text-align: right;
}

.products-list {
    list-style: none;
}

.products-list li {
    border: 1px solid #CCC;
    height: 80px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}

.jcarousel-clip {
    overflow: hidden;
}

body.shop .content {
    margin-top: 15px;
}

.shop-products .product {
    text-align: center;
    margin: 5px 15px;
}
.shop-products .product:first-of-type,
.shop-products .product:nth-of-type(4n+1) {
    margin-left: 0px;
}
.shop-products .product:nth-of-type(4n) {
     margin-right: 0px;
 }
.shop-products .product img {
    border: 1px solid #CCCCCC;
    padding: 3px;
}
.shop-products .product img,
.shop-products .product span {
    display: block;
}
.shop-products .product span {
    word-wrap: break-word;
}
.shop-products .product .name {
    height: 40px;
    max-width: 150px;
    overflow: hidden;
}

/**
 * Page shop
 */

.page-shop {

}
.page-shop .carousel {
    margin: 0 -10px 20px;
}
.shop-navigation {
    padding: 0;
}
.shop-navigation ul {
    list-style: none;
    margin-top: 10px;
}
.shop-navigation li {
    display: inline-block;
    font-size: 12pt;
    font-weight: lighter;
    margin: 0 10px;
    text-transform: uppercase;
    line-height: 1;
}

.shop-navigation li.gender {
    font-size: 14pt;
    font-weight: bolder;
    margin: 0;
    padding: 0 5px;
}
.shop-navigation li.gender:first-of-type {
    border-right: 1px solid #333333;
}

.shop-navigation li:first-of-type {
    margin-left: 0;
}
.shop-navigation li:last-of-type {
    margin-right: 0;
}
.shop-navigation a {
    color: #333333;
}
.shop-navigation a:hover, .shop-navigation a.active {
    color: #000000;
    text-decoration: none;
}

.shop-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
}
.shop-caption div {
    margin-bottom: 50px;
    text-align: center;
}

.btn-shop {
    background-color: #666;
    border-radius: 15px;
    color: #ffffff;
    font-size: 24px;
    font-weight: lighter;
    padding: 15px 50px;
    text-transform: uppercase;
}
.btn-shop:hover, .btn-shop:active {
    text-decoration: none;
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #333;
    text-align: center;
    background: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: .5;
    padding: 15px 0;
}
.carousel-control.right {
    right: 0px;
}
.carousel-control:hover {
    color: #666;
}

/**
 * Register/login
 */

.page-register-login h1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.page-register-login header {
    text-align: center;
}

.form-section-leader {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

.login-buttons {
    text-align: center;
}

.login-buttons > a {
    display: block;
    height: 67px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.form-section-footer {
    padding-top: 5px;
    text-align: center;
}

.page-register-login form {
    background-color: #eee;
    margin-bottom: 5px;
    padding: 30px;
}

.page-register-login legend {
    display: none;
}

.page-register-login form label {
    display: none;
}

.page-register-login form .checkbox label {
    display: inline;
}

.page-register-login .submit a {
    display: inline-block;
    margin-top: 10px;
}

.edit-boxed {
    margin: 0 auto;
    max-width: 600px;
}

.profile-form .edit-boxed {
    margin-left: 0;
    margin-right: auto;
}

.edit-avatar {
    background: #DDDDDD;
    display: inline-block;
    float: right;
    margin: 5px;
    max-height: 100px;
    max-width: 100px;
}

.edit-info {
    font-size: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
}

/** Profile view **/

.profile {
    border-top: none;
    display: inline-block;
}

.profile-photo {
    border: 1px solid #ddd;
    float: left;
    margin: 5px;
    padding: 4px;
}
    .profile-avatar {
        background: #fff;
    }

.profile-setting .profile-photo {
    float: none;
    width: 125px;
}

.profile .profile-info {
    display: block;
    float: right;
    margin-top: 5px;
    width: 610px;
}

    .profile .profile-info h2, .profile .profile-sidebar h2 {
        border-bottom: 1px solid #dedede;
        border-top: 3px solid #f0f0f0;
        margin: 0 0 10px;
    }
    .profile-info .statistics span {
        border-right: 1px solid #BBBBBB;
        color: #727272;
        display: inline-block;
        font-size: 11px;
        line-height: 1.5;
        margin: 0;
        padding: 0 50px 0 15px;
        text-transform: uppercase;
    }
    .profile-info .statistics span:last-of-type {
        border: none;
    }
        i.number {
            color: #EDBB04;
            display: block;
            font-size: 14pt;
            font-style: normal;
        }


.profile .profile-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
    .profile-nav li {
        background-color: #F6F6F6;
        border: 1px solid #E3E3E3;
        border-right: none;
        color: #6E6E6E;
        cursor: pointer;
        float: left;
        font-size: 11px;
        margin-bottom: -1px;
        padding: 5px 0;
        text-align: center;
        text-transform: uppercase;
        width: 92px;
    }
    .profile-nav li:last-of-type {
        border-right: 1px solid #E3E3E3;
    }
    .profile-nav li.active, .profile-nav li:hover {
        background-color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        color: #000000;
    }

.profile .log .entries, .recent-activity {
    list-style: none;
    margin: 0;
    padding: 0;
}
    .entries .entry {
        padding: 20px 0;
        border-bottom: 1px solid #E7E7E7;
    }
    .entries .entry:last-of-type {
        border-bottom: none;
    }
        .entry .feed-event {
            float: left;
            width: 20%;
        }
            .feed-event img {
                padding: 3px;
                border: 1px solid #E8E8E8;
            }
        .entry .feed-content {
            color: #313131;
            float: left;
            font-size: 12px;
            padding-top: 15px;
        }
        .entry .feed-content .sprite {
            vertical-align: bottom;
        }
        .entry .feed-time {
            color: #313131;
            float: right;
            font-size: 12px;
            padding-top: 15px;
            text-align: right;
        }
        .entry.post {
            border: none;
        }

.profile-setting {
    border-bottom: 1px solid #ddd;
}

.profile-location {
    padding-right: 20px;
}

.recent-activity {
    color: #313131;
    font-size: 12px;
    margin: 0 5px 10px;
    padding: 0;
    list-style: none;
}

.recent-activity span {
    color: #D0D0D0;
    display: block;
    font-size: 11px;
}

.followings {
    margin-top: 10px;
}

.followings li {
    margin: 5px;
    text-align: center;
}

.followings li img {
    border: 1px solid #ddd;
    padding: 3px;
}

.widget .followings li {
    height: 60px;
    width: 60px;
}

.view-all {
    color: #686868;
    border-top: 1px solid #DFDFDF;
    padding: 5px 0;
    text-align: right;
    text-transform: uppercase;
}

/* Share */
.share-buttons {
    position: absolute;
    top: 5px;
    right: 0;
}

/* Forum */

.forum h2 {
    border-bottom: 1px solid #dedede;
    border-top: 3px solid #f0f0f0;
    margin: 0 5px 10px;
}

.forum .forums, .forum .topics {
    list-style: none;
    margin: 0;
    padding: 0;
}
    .forum .forums li, .forum .topics li {
        border-bottom: 1px solid #DFDFDF;
        margin: 10px;
        min-height: 45px;
    }
    .forum .forums li:last-of-type, .forum .topics li:last-of-type {
        border-bottom: none;
    }
        .forums div.masterConteiner, .topics div.masterConteiner {
            display: inline-block;
            float: left;
            margin: 5px;
        }

    .forum-icon {
        min-height: 45px;
        min-width: 45px;
        width: 5%;
    }
    .forum-details {
        padding-left: 15px;
        width: 40%;
    }
        .forum-title {
            color: #333333;
            font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
            font-size: 13pt;
            text-transform: uppercase;
        }
        .forum-description, .topic-creator {
            color: #AEAEAE;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            margin: 0;
            padding: 0;
        }
    .forum-stats {
        width: 10%;
    }
        .forum-stats p {
            color: #A8A8A8;
            font-size: 11px;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
        }
            .forum-stats span {
                color: #333333;
            }
    .forum-lrow {
        float: right !important;
        text-align: right;
    }
    .forum-lastpost {
        font-size: 11px;
    }
        .forum-lastpost p {
            line-height: 1.2;
            margin: 0;
            padding: 0;
        }
        .forum-lastpost p.time {
            color: #A8A8A8;
            text-transform: uppercase;
        }

    .posts {
        margin: 10px;
        padding: 0;
    }
        .post {
            border: 1px solid #EBEBEB;
            margin: 10px 0;
            position: relative;
            width: 100%;
        }
        .post-new {
            background-color: #f9ffed;
        }

        .post-head {
            background: #DDDDDD;
            color: #616161;
            padding: 5px 10px;
            text-transform: uppercase;
        }
            .post-author-name {
                display: inline-block;
            }
            .post-created {
                display: inline-block;
                float: right;

            }
            .new {
                display: inline-block;
                margin-left: 15%;
            }

        .post-author {
            border-right: 1px solid #EBEBEB;
            color: #5D5D5D;
            float: left;
            font-size: 11px;
            min-width: 122px;
            padding: 10px;
            text-align: center;
            text-transform: uppercase;
            width: 15%;
        }
            .post-author img {
                margin: 5px;
            }
            .post-author .wrap {
                display: inline-block;
                text-align: left;
            }
            .post-author p {
                line-height: 1.5;
                margin: 0;
                padding: 0;
            }

        .post-content {
            border-left: 1px solid #EBEBEB;
            float: left;
            margin-left: -1px;
            padding: 15px 15px 50px;
            width: 75%;
        }
            .post-content img {
                max-width: 600px;
            }

        .post-actions {
            bottom: 10px;
            position: absolute;
            right: 10px;
        }
.forum-button {
    border-radius: 7px !important;
    font-size: 12px !important;
    text-transform: uppercase;
}
.forum-button:hover, .forum-button:active {
    text-decoration: none;
}
    .forum-button.dark {
        background: #626262;
        color: #E5E5E5;
        padding: 5px 15px;
    }
    .forum-button.light {
        background: #DEDEDE;
        color: #FFFFFF;
        padding: 5px;
    }
    .new-thread {
        float: right;
        margin: 5px;
    }

.forumIcon {
    border-radius: 40px;
    content: " ";
    height: 40px;
    margin: 0 auto;
    text-indent: -9999px;
    width: 40px;
}

    .forumIcon.read {
        background-color: #F0F0F0;
    }

/* Sprite */

.sprite {
    background-image: url('../img/sprites.png');
    content: " ";
    display: inline-block;
    height: 19px;
    margin: 0 2px;
    text-indent: -9999px;
}
    .sprite.pin {
        background-position: 0 0;
        width: 13px;
    }
    .sprite.globe {
        background-position: -14px 0;
        width: 17px;
    }
    .sprite.twitter {
        background-position: -32px 0;
        width: 17px;
    }
    .sprite.facebook {
        background-position: -50px 0;
        width: 15px;
    }
    .sprite.pinterest {
        background-position: -66px 0;
        width: 17px;
    }
    .sprite.instagram {
        background-position: -84px 0;
        width: 15px;
    }
    .sprite.heart {
        background-position: -100px 0;
        width: 16px;
    }
    .sprite.star {
        background-position: -117px 0;
        width: 17px;
    }
    .sprite.dark-plus {
        background-position: -135px 0;
        width: 15px;
    }
    .sprite.tag {
        background-position: -310px 0;
        height: 22px;
        width: 22px;
    }
    .sprite.envelope {
        background-position: -151px -2px;
        height: 16px;
        width: 18px;
    }
    .sprite.settings {
        background-position: -45px -20px;
        height: 16px;
        width: 16px;
    }
    .sprite.light-plus {
        background-position: 170px 0;
        width: 17px;
    }
    .sprite.arrow {
        background-position: -465px -5px;
        height: 9px;
        width: 12px;
    }
    .sprite.trophy {
        background-position: -210px 0;
        height: 20px;
        width: 21px;
    }
    .sprite.speech {
        background-position: 0 -20px;
        height: 14px;
        width: 14px;
    }
    .sprite.envelope-light {
        background-position: -16px -18px;
        height: 16px;
        width: 17px;
    }
    .sprite.simple-plus {
        background-position: -34px -18px;
        height: 15px;
        width: 10px;
    }
    .sprite.simple-minus {
        background-position: -62px -18px;
        height: 15px;
        width: 10px;
    }
    .sprite.envelope-dark {
        background-position: -73px -20px;
        height: 14px;
        width: 18px;
    }
    .sprite.megaphone {
        background-position: -92px -20px;
        height: 18px;
        width: 20px;
    }
    .sprite.counter-arrow {
        background-position: -113px -20px;
        height: 10px;
        width: 6px;
    }
    .sprite.post {
        background-position: 0 -20px;
        border: none;
        height: 15px;
        width: 15px;
    }
    .sprite.filter-arrow {
        background-position: -120px -20px;
        height: 42px;
        width: 14px;
    }
    .sprite.hint-arrow {
        background-position: -120px -20px;
        float: left;
        height: 12px;
        margin-top: 9px;
        margin-left: -9px;
        width: 9px;
    }

    .sprite.small-tag {
        background-position: -231px 0;
        display: inline-block;
        height: 11px;
        width: 11px;
    }

    .sprite.menu-item {
        background-position: -130px -20px;
        height: 6px;
        width: 6px;
    }
    .active .sprite.menu-item {
        background-position: -137px -20px;
    }

    .sprite.yellow-star {
        background-position: -145px -20px;
        height: 12px;
        margin-left: -1px;
        width: 12px;
    }

/** 768+ **/
@media only screen and (min-width: 768px) {

    /**
     * Global styles
     */

    .very-top .container {
        padding: 0;
    }
        .counter-cloud {
            background-color: #ECB82B;
            border-radius: 5px;
            margin-left: -2px;
            padding: 3px 10px;
        }
        .top-envelope {
            position: relative;
            top: 3px;
        }

    h1.logo, span.logo {
        background: url(../img/logo.png) no-repeat center center;
        float: left;
        height: 60px;
        margin: 0;
        width: 427px;
    }

    .grid li {
        margin: 5px 9px;
    }
    .grid li.empty {
        border: none;
        width: 100%;
    }

    .search-filters {
        float: left;
        list-style: none;
        margin: 0;
        max-width: 300px;
        min-width: 100px;
        padding: 0;
        width: 15%;
    }
    .search-filters li {
        background-color: #F6F6F6;
        border: 1px solid #E8E8E8;
        border-bottom: none;
        color: #9F9F9F;
        cursor: pointer;
        padding: 10px;
    }
    .search-filters li:last-of-type {
        border-bottom: 1px solid #E3E3E3;
    }
        .search-filters li.active, .search-filters li:hover {
            background-color: #FFFFFF;
            color: #272727;
        }
    .search-filter-tabs {
        display: block;
        float: left;
        margin-left: 15px;
        max-width: 70%;
        width: 70%;
    }
        .search-filter-tabs .search-filter {
            display: none;
            margin: 10px 0;
        }
        .search-filter-tabs .search-filter.active {
            display: block;
        }

    /**
     * Global header
     */

    .banner {
        display: block;
    }

    nav.primary li {
        padding: 5px 1.2em;
    }

    .content-leader .social {
        display: block;
    }

    .search input[type=text] {
        width: 110px;
    }

    /**
     * Content
     */

    div[role=content] > *, div[role=sidebar] > * {
        margin-left: 15px;
    }

    div[role=container] > .row > div[role]:last-child > * {
        margin-left: 0;
        margin-right: 15px;
    }

    div[role=container] > .row > div[role]:first-child:last-child > * {
        margin-left: 15px;
        margin-right: 15px;
    }

    /**
     * Global footer
     */

    .newsletter-signup p {
        text-align: right;
    }

    .newsletter-signup form {
        margin-left: 0;
        margin-right: 0;
    }

    .newsletter-signup .to-the-top {
        display: block;
    }

    footer .social {
        clear: none;
        padding-top: 0;
    }

    /**
     * Partners
     */

    .partners li {
        margin: 5px 4px;
    }

    /**
     * Register/login
     */

    .page-register-login [role=container] {
        margin-top: 20px;
        padding-bottom: 200px;
    }

    .login-buttons > a {
        display: inline;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 0;
    }

    .page-register-login form {
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
        padding: 30px 40px;
    }

}

.ignore-margin-left {
    margin-left: 0 !important;
}
.ignore-margin-right {
    margin-right: 0 !important;
}

/** 980+ **/
@media only screen and (min-width: 980px) {

    /**
     * Global header
     */

    .search input[type=text] {
        width: 165px;
    }

}



/** 1200+ **/
@media only screen and (min-width: 1200px) {

    /**
     * Global header
     */

    nav.primary li {
        padding: 6px 2em;
    }

    .search input[type=text] {
        width: 165px;
    }

    /**
     * Partners
     */

    .partners li {
        margin: 5px 15px;
        padding: 10px;
    }

}

.text-center {
    text-align: center;
}