@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext');

body {
    background: #f8f9fa;
    font-family: 'Open Sans', sans-serif;

    font-weight: 400;
}
html, body {
    height: 100%;
}
a {
    color: #b91818;
    -moz-transition-duration: 0.1s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.content {
}
.action-buttons {
    text-align: center;
    width: 100%;
    padding-top: 5px;
}
.breadcrumbs {
    height: 100px;
    display: block;
    width: 100%;
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-bottom: -60px;
}
.breadcrumbs h1 {
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    color: #fff;
    font-weight: 100;
    margin-top: 20px;
}
.steps-title {
    color: #000;
    font-weight: 500;
    padding: 20px 0;
}
.card {
    border: 0;
    border-radius: 10px;
}
.preview-img {
    max-width: 100%;
    height: auto;
}
.logo {
    max-width: 180px;
}
#accordion button.btn-link i {
    display: inline-block;
    float: right;
    transform: rotate(0deg);
    transition: all linear 0.25s;
    font-size: 18px;
}
#accordion button.btn-link.collapsed i {
    display: inline-block;
    float: : right;
    transform: rotate(90deg) ;
    transition: all linear 0.25s;
}
/*[data-toggle="collapse"]:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f054";
    transform: rotate(90deg) ;
    transition: all linear 0.25s;
    float: right;
}
[data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg) ;
}*/
.card-header {
    background-color: #f8f9fc;
    border-bottom: 1px solid #dadada;
}
.card-header:first-child {
    border-radius: 0;
}
.card-configure img {
    margin: 0 auto;
}
.card-steps {
    margin-top: 30px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-animated {
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #b91818;
    font-size: 14px;
    border: 0;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
/*    box-shadow: 0 10px 30px 0 rgba(79, 3, 224, 0.5);
    -moz-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, .5);
    -webkit-box-shadow: 0 10px 30px 0 rgba(79, 3, 224, 0.5);
    -o-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, .5);
    -ms-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, .5);*/
}


.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #0000a0;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #0000a0, 0 0 5px #0000a0;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 55px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #0000a0;
    border-left-color: #0000a0;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}
.col-configure {
    background: #fff;
}
.col-configure .card-body {
    background: #f3f3f3;
}
h1 {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
}
h2 {
    font-size: 0.8rem;
}
.configure-position h5 button {
    background: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    color: #151515!important;
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0;
    padding: 9px 15px 9px 35px;
}
.configure-position h5 button[data-toggle="collapse"]:after {
    margin-top: 5px;
}
.option-select {
    display: block;
    text-align: center;
    border: 2px solid #e4e4e4;
    background: #fff;
    border-radius: 7px;
    padding: 5px;
    color: #000;
    cursor: pointer;
}
.option-select:hover,
.option-select:focus,
.option-select.active {
    border: 2px solid #b91818;
    color: #b91818;
}

.option-select:hover .option-title,
.option-select:focus .option-title,
.option-select.active .option-title {
    color: #b91818;
}


.option-img {
    display: block;
}
.option-img i:nth-child(2) {
    margin-left: -1px;
}
.row-options .option-img {

    height: 60px;
}
.option-img img {
    max-width: 100%;
    max-height: 60px;
    height: auto;
}
.option-title {
    display: table-cell;
    font-size: 12px;
    line-height: 1.3em;
    height: 32px;
    margin-top: 5px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.btn-link-size {
    font-size: 12px;
    color: #007bff;
}
.btn-link-size:after {
    display: none;
}
.configure-position {
    position: relative;
}
.num-step {
    position: absolute;
    width: 28px;
    height: 43px;
    background: #b91818;
    line-height: 1em;
    text-align: center;
    color: #fff;
    top: 0;
    padding-top: 13px;
}
.round-img img {
    border: 1px solid #d4d1d5;
    border-radius: 50%;
}
.g-delivery {
    padding: 15px;
}
.g-delivery {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.g-delivery img {
    margin: 0 auto;
}
.btn-primary {
    background: #b91818;
    border-color: #b91818;
}
.load-configuration-content {    
    margin-top: -7px;
}
.we {
    position: relative;
    display: block;
    margin-top: 40px;
    margin: 15px;
    border: 1px solid #e4e4e4;
}
.we .title{
    display: block;
    background: #fff;
    position: absolute;
    top: -11px;
    left: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    color: #6c757d;
}
.we-content {
    display: block;
    padding: 30px 15px 15px 15px;
}
.add-to-collection {
    display: inline;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
}
.small-logo {
    display: block;
    position: relative;
    width: 130px;
    z-index: 10;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.col-footer {
    background: #fff;
    padding: 15px!important;
}
.row-copyrights {    
    color: #636363;
    font-size: 12px;
    margin-bottom: 50px;
}
.btn-link {    
    color: #4c4c4c;
}
.product-info-content {
    font-size: 14px;
}
.product {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
    color: #4c4c4c;
}
.product-img {
    width: 180px;
    margin: 0 auto;
}
.product-img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.header-open {
    margin-top: -4px;
    margin-left: 25px;
    color: #b91818;
    font-weight: 400;
    font-size: 12px;
}
.header-email a, .header-phone a {
    color: #b91818;
}
.header-phone {
    position: relative;
    float: right;
    background-image: url(icn-phone-call.png);
    background-position: center left;
    background-repeat: no-repeat;
    color: #b91818;
    font-weight: 400;
    font-size: 16px;
    padding: 22px 15px 22px 40px;
    position: relative;
    margin-top: -18px;    
    margin-left: 30px;
}
.header-email {
    position: relative;
    float: right;
    background-image: url(icn-mail-info-1.png);
    background-position: center left;
    background-repeat: no-repeat;
    color: #b91818;
    font-weight: 400;
    font-size: 16px;
    padding: 22px 15px 22px 40px;
    position: relative;
    margin-top: -18px;
    text-transform: lowercase;
}
.contact-top {
    background: #b91818;
    color: #fff;
    font-size: 14px;
}
.contact-top a {
    color: #fff;
    margin-right: 25px;
}
.contact-top a i {
    margin-right: 3px;
}
.btn-outline-primary {
    color: #b91818;
    border-color: #b91818;
}
.subpage-title {
    font-size: 26px;
    line-height: 1em;
}
.back-link {
    font-size: 13px;
    color: #858585;
}
.subsite-content  {
    background: #fff;
    margin-top: 25px;
    padding: 20px;
}
.subsite-module-content {
    padding-left: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
}
.subsite-module-content iframe {
    margin: 30px 0;
}
.visualization-container {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    height: 420px;
    z-index: 1;
}
.visualization {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin:0 auto;
}
.visualization img {
    margin:0 auto;
    max-height:400px;
}
.col-white {
    background: #fff;
}
.add-to-collection {
    position: absolute;
    bottom: 40px;
    right: 30px;
}
.add-to-collection:before {
    content: '';
    position: absolute;
    display: block;
    left: -58px;
    top: -14px;
    width: 53px;
    height: 53px;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.add-to-collection span {
    display: block;
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 3px;
}
.add-to-collection span strong {
    display: block;
}
.add-to-collection:active,
.add-to-collection:focus,
.add-to-collection:hover,
.add-to-collection:active span,
.add-to-collection:focus span,
.add-to-collection:hover span {
    cursor: pointer;
    text-decoration: none;
    color:#3c3c3c;
}
.creator-loader {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: lowercase;
    color: #b91818;
    margin-top: 50px;
}
.creator-loader img {
    display: block;
    margin:0 auto;
    padding-bottom:10px;
}
.add-to-collection {
    display: none;
}
.group-title {
    font-size: 14px;
}
.group-title .name strong.nm {
    display: block;
}
.group-title .price {
    font-size: 13px;
    margin-bottom: 15px;
}
.row-options .col {
    margin-bottom: 15px;
}
.step-thumb .col-item {
    margin-bottom: 15px;
}
.checkbox-description {
    font-size: 12px;
    min-height: 50px;
}
.checkbox-step-additional {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}
.checkbox-step-additional:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 0.12em solid #6b6b6b;
    border-radius: 5px;
    left: 10px;
    top: 10px;
    padding-top: 1px;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.checkbox-step-active:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    background: #b91818;
    border-color: #b91818;
}
.color-info {
    font-size: 12px;
    padding: 12px 20px 0 20px;
    background: #f3f3f3;
}
#order .alert {
    font-size: 15px;
}
.container-menu {
    position: relative;
}
.menu {
    text-align: right;
}
.profile-icons {
    font-size: 30px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.notify {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    font-size: 16px;
    text-transform: uppercase;
}
.notify .close {
    margin-left: 10px;
}
.alert-danger {
    color: #fff;
    background-color: #ed1d25;
    border-color: #ed1c24;
}
.alert-success {    
    color: #fff;
    background-color: #43ac6a;
    border-color: #43ac6a;
}
.combination-box {
    position: relative;
    display: block;
    border: 1px solid #eee;
    text-align: center;
    color: #4a4a4a;
}
.combination-box h5 {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
}
.combination-footer {
    background: #eee;
    padding: 10px 0;
    font-weight: 600;
    text-transform: lowercase;
}
.combination-box:hover {
    border-color: #b91818;
    color: #b91818;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle,
.dropdown-item.active, .dropdown-item:active {
    background-color: #b91818;
}
.btn-outline-primary:hover {
    background-color: #b91818;
    border-color: #b91818;
}
.col-xs-6 {
    width: 50%;
}
.nav-flex {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.nav>li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px;
    height: 50px;
    font-size: 14px;
}
.nav-flex>li {
    flex-grow: 1;
}
.nav-flex>li>a {
    margin-left: -1px;
    margin-right: 0px;
}
.nav-flex>li:nth-child(5)>a,
.nav-flex>li:nth-child(6)>a {
    margin-top: 5px;
}
.nav-tabs>li>a {
    color: #6d6d6d;
    cursor: default;
    border: 1px solid #d1d1d1;
    background: transparent;
    border-radius: 0;
    padding: 8px 7px;
    cursor: pointer;
}
.nav-tabs>li>a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover {
    color: #fff;
    cursor: default;
    border: 1px solid #8e0c0c;
    background: #b91818;
    border-radius: 0;
    padding: 8px 7px;
}
.page-fr .add-to-collection,
.page-de .add-to-collection,
.page-co-uk .add-to-collection {
    bottom: 0px;
    right: 0px;
}
.col-configure .card-body {
    max-height: 400px;
    overflow-y: scroll;
}
.show-price, .hide-price, .very-price, .individual-price {
    display: none;
}
.row-finishes {
    margin-left: 20px;
    left: -26px;
    position: relative;
}
.row-finishes .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.row-finishes .col-sm-3 span {
    font-size: 13px;
}

#preview{
    position:absolute;
    border:2px solid #fff;
    display:none;
    color:#505050;
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    text-align: center;
    background: #fff;
    z-index: 1100;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 980px;
    }
}
@media (max-width: 992px) {
    .contact-top .float-left,
    .contact-top .float-right {
        float: none!important;
        width: 100%;
        text-align: center!important;
    }
    .contact-top .float-left {
        margin-bottom: 4px;
    }
    .contact-top a {
        margin-right: 10px;
        margin-left: 10px;
    }
    .menu-body {
        display: none;
    }
    .open-menu {
        display: block;
        position: absolute;
        color: #b91818;
        font-size: 32px;
        right: 15px;
        top: 24px;
        cursor: pointer;
    }
    body .container-menu .align-items-center {
        align-items: left!important;
    }
    .menu-body {
        position: absolute;
        z-index: 999;
        background: #f4f5f6;
        width: 100%;
        left: 0;
        margin-top: 15px;
        padding-bottom: 20px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
    .menu-body .btn-link {
        width: 100%;
        display: block;
        text-align: right;
    }
    .menu-body .btn-outline-primary {
        float: right;
        margin-right: 15px;
        margin-top: 5px;
    }
    .step-info-base,
    .step-info-base-ct-color,
    .step-info-base-rt-color,
    .step-info-size,
    .step-info-shape {
        flex-grow: 2;
        margin-bottom: 15px;
    }
    .reset-xs-row {
        display: block;
    }
}

@media (max-width: 768px) {
    .page-fr .add-to-collection, .page-de .add-to-collection, .page-co-uk .add-to-collection {
        bottom: 40px;
        right: 0px;
    }
}



@-webkit-keyframes pace-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
    0% { transform: rotate(0deg); transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/*
@import url(https://fonts.googleapis.com/css?family=Ek+Mukta:400,700,600,200&subset=latin,latin-ext);

html, body ,.column,.container-fluid {
    height: 100%;
}
body {
    font-family: 'Ek Mukta', sans-serif;
    font-size: 400;
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    overflow-y: scroll;
}

h1 {
    color: #b91818;
    text-align: center;
    font-weight: 600;
    margin: 30px 0 20px 0;
}

h1 span{
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 2px;
    border-bottom: 2px solid #b91818;
    top: -10px;
}

*:focus, *:active {
    outline: 0;
}


.animate {
  -moz-transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
.bg-white {
    background: #fff;
    height : 100%;
}


.container-fluid > .row{
    height: 100%;
}

.left-column {
    max-width: 375px;
    min-width: 300px;
    padding: 0;
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
}
.left-column.bg-white {
    overflow: hidden;
}

.right-column {
    width: calc(100% - 460px);
    margin-left:15px;
}

.creator {
    background: #fff;
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
}

.creator-information h3,
.modal h3 {
    color: #b91818;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    padding-top: 21px;
}
.creator-information h3 strong,
.modal h3 strong {
    font-weight: 600;
}

.creator-information h3 span,
.modal h3 span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid #b91818;
}
.modal h3 {
    padding-top: 0;
    margin-top:0;
}


.step {
    position: relative;
    display: block;
    margin-left:10px;
}

.step-row {
    position: relative;
    display: block;
    width: 100%;
    padding:18px 0 13px 0;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.0);
    box-shadow: 0 0 0 rgba(0,0,0,.0);
}
.panel-heading {
    position: relative;
    padding: 0;
}
.panel-title {
    padding: 0;
}
.panel-title a{
    display: block;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    background: #b91818;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.panel-title .step-number {
    left: 0;
    top: 0;
    background: #b91818;
    color: #fff;
    padding: 3px 0;
    width: 32px;
    text-align: center;
    display: inline-block;
    margin-right: 4px;
    font-weight: 400;
}

.panel-title .expand-arrow {
    color: #9c9c9c;
    font-size: 10px;
    font-weight: 300;
    position: absolute;
    display: none;
    right: 38px;
    top: 9px;
}

.panel-title a:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 33px;
    height: 28px;
    background-color: #b91818;
    background-image:url(../images/icn-arrow-top.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    -moz-transition-duration: 0.1s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
}
.text-group-name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}
.panel-title a.collapsed {
    background: #fff;
    color: #b91818;
    z-index: 999;
    position: relative;
}
.panel-title a.collapsed .expand-arrow {
    display: block;
}
.panel-title a.collapsed:after  {
    background-image:url(../images/icn-arrow-bottom.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.panel-default>.panel-heading {
    color: #b91818;
    background-color: transparent;
    border-color: transparent;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border:0px solid transparent;
}
.panel-collapse {
    background: url(../images/menu-shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.panel {
    display: block;
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.0);
    box-shadow: 0 0 0 rgba(0,0,0,.0);
}

.modal-content {
    position: relative;
    background: rgba(255, 255, 255, 0.88);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid transparent;
    border: 0 solid rgba(0,0,0,.0);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-order .modal-content {
    background:#fff;
}

#maestroInformation .close {
    float: none;
    position: absolute;
    right:10px;
    top:4px;
    z-index: 9999;
}

.text-center .img-responsive {
    margin: 0 auto;
}

.creator {
    background: #fff;
    padding: 15px 25px 60px 25px;
}

.step-picked {
    display: table;
}
.step-picked .col-img,
.step-picked .col-text {
    display: table-cell;
    vertical-align: middle;
    color: #6d6d6d;
    font-weight: 300;
    font-size:14px;

}

.step-picked .col-img {
    border:1px solid #e5e5e5;
}

.step-picked .col-img img {
    max-width: 45px;
}
.step-picked .col-text {
    padding-left:10px;
}
.step-row {
    position: relative;
}
.step-row .step-name {
    color: #b91818;
    font-size: 18px;
    font-weight: 300;
    margin-bottom:7px;
}

.step-row .step-number {
    position: absolute;
    display: block;
    left: -30px;
    top: 17px;
    width: 23px;
    background-color: #b91818;
    color: #fff;
    text-align: center;
    padding: 1px 0;
    font-size: 16px;
    font-weight: 600;
}

.send-order {
    display: block;
    width: 100%;
    text-align: center;
    border:0px solid transparent;
    margin:15px 0;
    color:#fff;
    padding:5px 0;
    background-image: url(../images/button_send.jpg);
    background-repeat: repeat-x;
    background-position: left center;
    font-size: 20px;
    text-shadow: 0px 1px 1px rgba(1, 1, 1, 0.47);
    font-weight: 300;
    text-transform: uppercase;
}
.send-order strong{
    font-weight: 400;
}

.visualization {
    position: relative;
    width: 100%;
    max-width: 424px;
    display: block;
    text-align: center;
    margin:0 auto;
}
.visualization img {
    margin:0 auto;
    max-height:700px;
}
.add-to-collection {
    position: absolute;
    bottom: 40px;
    right: 30px;
}
.add-to-collection:before {
    content: '';
    position: absolute;
    display: block;
    left: -58px;
    top: -14px;
    width: 53px;
    height: 53px;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.add-to-collection span {
    display: block;
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 6px;
}
.add-to-collection span strong {
    display: block;
}
.add-to-collection:active,
.add-to-collection:focus,
.add-to-collection:hover,
.add-to-collection:active span,
.add-to-collection:focus span,
.add-to-collection:hover span {
    cursor: pointer;
    text-decoration: none;
    color:#3c3c3c;
}
.link-disabled {
    opacity: 0.4;
}
.link-disabled span {
    color: #868686!important;
}

.logo-maestro {
    position: absolute;
    display: block;
    right:0;
    text-decoration: none!important;
    z-index: 888;
}
.logo-maestro img{
    display: inline-block;
    margin:15px 15px 15px 0;
}

.logo-maestro span{
    display: inline-block;
    width: auto;
    padding-right: 20px;
    height:49px;
    background-color: #b91818;
    background-image: url(../images/icn-arrow-right-10px.png);
    background-position: right center;
    background-repeat: no-repeat;
    color:#fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1em;
    padding-top: 11px;
    padding-left: 7px;
}
.logo-maestro span strong {
    display: block;
    font-weight: 400;
}

.login-box {
    position: relative;
    display: inline-block;
    padding-left:40px;
    height:100px;
    color: #5a5959;
    font-weight: 600;
}

.login-box:before {
    content: '';
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 35px;
    height: 54px;
    background: #b91818;
    background-image: url(../images/icn-user.png);
    background-position: center 20px;
    background-repeat: no-repeat;

    
}
.register-box {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #5a5959;
    padding-left:8px;
    margin-left: 7px;
}
.register-box:focus, 
.register-box:active, 
.register-box:hover {
    color:#000;
    text-decoration: none;
    cursor: pointer;
}
.register-box strong {
    display: block;
    color: #b91818;
    font-weight: 700;
    font-size:15px;
}
.register-box:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height:43px;
    background: #fff;
    left:0px;
}


.login-box form {
    position: relative;
    display: block;
}
.login-box input{
    display: inline-block;
    width: 120px;
    background-color: rgba(255, 255, 255, 0.68);
    border: 1px solid transparent;
    padding: 1px 4px;
}

.login-box .submit-arrow {
    background: #b91818;
    background-image: url(../images/icn-arrow-right.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    border: 0px solid transparent;
    padding: 2px 8px;
}

.login-box .link {
    position: relative;
    background: #fff;
    color:#989898;
    display: inline-block;
    border: 0px solid transparent;
    padding: 2px 30px 2px 8px;
    margin-right: 10px;
}
.login-box .link:after {
    position: absolute;
    content: '';
    display: inline-block;
    width:20px;
    top: 0;
    right: 0;
    height: 100%;
    background: #b91818;
    background-image: url(../images/icn-arrow-right.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.helpline {
    position: absolute;
    display: block;
    color:#b91818;
    text-align: center;
    text-transform: uppercase;
    font-size:14px;
    line-height: 1.6em;
    right: 200px;
    padding-left: 40px;
    bottom: 70px;
}
.helpline-number {
    font-weight: 500;
    font-size:26px;
}
.helpline:before {
    position: absolute;
    content: '';
    background-image: url(../images/phone-call.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 32px;
    height: 100%;
    left: 0;
}

.login-box .link:active, 
.login-box .link:focus, 
.login-box .link:hover {
    background: #b91818;
    color: #fff;
    text-decoration: none;
}

.login-text {
    display: block;
    padding: 5px 0 5px 0;
}

.visualization-bg {
    display: inline-block;
}

.nav-tabs>li>a {
    color: #6d6d6d;
    cursor: default;
    border: 1px solid #d1d1d1;
    background: transparent;
    border-radius: 0;
    padding:8px 7px;
    cursor: pointer;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    border: 1px solid #d1d1d1;
    background: #b91818;
    border-radius: 0;
    padding:8px 7px;
}
.nav-tabs>li>a:hover {
    border: 1px solid #d1d1d1;
    color: #575757;

}

.nav-tabs {
    padding-bottom: 2px;
    border-bottom: 1px solid #c2c2c2;
}
.shape-group-color .row{
    position: relative;
}
.step-group-content {
    position: relative;
    padding:20px 0 10px 0;
}
.step-group-content .name {
    font-weight: 400;
    color: #848484;
    line-height: 1.1em;
    padding-left: 15px;
    font-size:12px;
    min-height: 30px;
}
.step-group-content .name strong {
    display: block;
    font-weight: 600;
    color: #6d6d6d;
    font-size:14px;
}

.step-group-content .price {
    position: absolute;
    right: 0;
    top: 18px;
    background-color: #b91818;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 5px;
    font-size: 12px;
}
.step-group-content .price.empty {
    background-color: #acacac;
}
.shape-group-color .price {
    top: -2px;
}
.step-group-content .col-xs-2 {
    display: inline-block;
    margin: 0;
    padding: 5px;
}
.step-thumb {
    position: relative;
    display: block;
    margin-left:-5px;
    margin-right:-5px;
}
.step-thumb a {
    cursor: pointer;
    display: block;
    color: #6d6d6d;
    font-size: 10px;
    font-weight: 400;
    white-space: nowrap;
}
.step-thumb a:hover, 
.step-thumb a:focus, 
.step-thumb a:active, 
.step-thumb a.active 
{
    cursor: pointer;
    text-decoration: none;
}

.step-thumb a img{
    border:1px solid #e5e5e5;
}

#preview{
    position:absolute;
    border:2px solid #fff;
    display:none;
    color:#505050;
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    text-align: center;
    background: #fff;
    z-index: 1100;
}

#coo-pol-priv-021x {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#show-pp-x012 {
    position: absolute;
    bottom: 10px;
    right:10px;
}

.preview.active {
    background: #b91818;
    text-align: center;
}
.preview.active span {
    color: #fff;
}
.preview.active img {
    border: 1px solid #b91818;
}

.left-column .panel-collapse {
    overflow-y:scroll;
    height: 100%;
}


.panel-body>div {
    display: block;
    height: 100%;
}

.panel-body small {
    line-height: 1.3em;
    text-align: justify;
    color: #000;
    padding-bottom: 10px;
    display: block;
}
.modal .form-horizontal {
    padding:0 15px;
}

button.close {
    position: relative;
    z-index: 9999;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
    color: #b91818;
    padding-bottom: 5px;
}

.input-group-addon {
    color: #fff;
    text-align: center;
    background-color: #b91818;
    border: 0px solid #b91818;
    border-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #b91818;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(185,24,24,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(185,24,24,0.6);
}

.form-horizontal .form-group {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

.alert-danger a {
    color:#b91818;
    font-weight: 600;
    text-decoration: underline;
}

.login-box .alert {
    position: absolute;
    width: 100%;
    padding: 5px 10px;
    top: 30px;
    font-weight: normal;
    font-size: 12px;
}


.subsite .row {
    height:auto!important;
}
.subsite .left-column {
    min-width: 333px;
}
.subsite .bg-white {
    height: auto;
}
.subsite .bg-white a:first-child {
    position: relative;
    display: block;

}
.subsite .bg-white a:first-child:after {
    position: absolute;
    display: block;
    content: '';
    width: 25px;
    top: 0;
    right: 15px;
    height: 30px;
    background: #b91818;
    background-image: url(../images/icn-arrow-right.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.subsite .bg-white a:hover,
.subsite .bg-white a:focus {
    text-decoration: none;
}
.subsite .right-column {
    width: auto;
}
.subsite form {
    padding: 20px 0 40px 0;
}
.subsite form h3 {
    padding-bottom:20px;
}
.subsite .form-group {
    padding:0 70px;
}
.subsite .form-group button {
    width: 100%;
    color:#fff;
    text-transform: uppercase;
    background: #ababab;
    background-image:url(../images/icn-arrow-right.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    border-radius: 0px;
}
.subsite .form-group button:active, 
.subsite .form-group button:focus, 
.subsite .form-group button:hover {
    background-color: #b91818;
}
.subsite .step {
    margin-left:45px;
}
.subsite .step-row {
    border-bottom: 0 solid transparent;
}
.subsite .alert {
    margin: 0;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    border-radius: 0;
}
.subsite #order .alert {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
    margin-bottom: 20px;
}
.notify {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 10px;
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    font-size: 16px;
    text-transform: uppercase;
}
.notify .close{
    text-decoration: none;
    padding-left: 20px;
    opacity: 0.5;
    font-weight: 700;
}
.logged-content {
    display: block;
    margin-top:15px;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
}
.subsite .container-fluid {
    background:url(../images/bg-chairs.png);
    background-position: right bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto 70%;
}

.combination-content {
    display: block;
    margin-top:15px;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    padding: 20px 40px 40px 40px;
}
.combination-header h3 {
    text-align: left;
    padding-left: 15px;
}
.combination-header h3 a.combination-edit, .combination-delete, .combination-pdf {
    position: relative;
    display: inline-block;
    background: #b91818;
    color: #fff!important;
    padding: 4px 30px 4px 10px;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 14px;
}
.combination-header h3 a.combination-edit:after, .combination-delete:after, .combination-pdf:after {
    position: absolute;
    display: block;
    content: '';
    width: 25px;
    top: 0;
    right: 0;
    height: 23px;
    background: #b91818;
    background-image: url(../images/icn-arrow-right.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.combination-delete, .combination-pdf {
    margin-left:10px;
}
.combination-header h3 a.combination-back {
    position: absolute;
    display: block;
    left: 15px;
    margin-top: 1px;
}
.combination-list {
    padding:0 15px;
}
.combination-box {
    display: block;
    margin-top: 30px;
    text-decoration: none;
}
.combination-box:hover {
    text-decoration: none;
}
.combination-box h4{
    margin: 0;
    padding: 0;
    font-weight: 100;
    color:#b91818;
    text-align: center;
    padding:7px 0;
    font-size: 16px;
}
.combination-img {
    display: block;
    border: 1px solid #d1d1d1;
    padding: 5px 0px 5px 15px;
}
.combination-box .img-responsive {
    margin:0 auto;
}

.combination-footer {
    position: relative;
    display: block;
    background: #e0e0e0;
    color:#818181;
    width: 100%;
    padding:2px 10px;
    padding-right:25px;
    text-transform: uppercase;
    font-size:12px;
}
.combination-footer:after {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    top: 0;
    right: 0;
    height: 100%;
    background: #b91818;
    background-image: url(../images/icn-arrow-right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.subsite .send-order {
    margin:0;
}
.visualization-price {
    display: block;
    width: 100%;
    border:1px solid #dbdbdb;
    padding:1px 10px;
    color: #6d6d6d;
    font-size:13px;
    text-align: center;
}

.visualization-price strong {
    font-size: 24px;
    font-weight: 400;
    padding-left:15px;
}

.visualization-price span {
    text-transform: uppercase;
}
#form_combination .visualization-price {
    margin-top:5px;
}
.visualization-price .show-price {
    position: relative;
}
.transport {
    font-size:12px;
    padding-top:4px;
    color: #b91818;
}

.label-checkbox {
    text-transform: none;
    padding-top: 10px;
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    background: #e4e2e2;
    margin-bottom: 0px;
}
.top-back-partner {
    position: relative;
    left: 15px;
    bottom: 14px;
    color: #b91818!important;
    font-size: 13px;
    padding: 2px 10px;
}
.bottom-back-partner {
    right: 0;
    color: #fff!important;
    background: #b91818;
    display: inline-block;
    position: relative;
    padding: 6px 30px 6px 10px;
    width: 150px;
    float: right;
    text-transform: uppercase;
    bottom: 70px;
}
.bottom-back-partner:after, .close-bottom:after {
    position: absolute;
    display: block;
    content: '';
    width: 25px;
    top: 50%;
    margin-top: -15px;
    right: 0px;
    height: 30px;
    background: #b91818;
    background-image: url(../images/icn-arrow-right.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}
.modal-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top:10px;
}
.modal-info ul li {
    position: relative;
    padding: 2px 0;
    padding-left:20px;
}
.modal-info ul li:before {
    content: '';
    position: absolute;
    display: block;
    background: url(../images/right-red.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    width: 10px;
    height: 16px;
    left: 3px;
    top: 5px;
    height: 100%;
}
.modal-info {
    font-size: 13px;
    text-align: justify;
}
.modal-info table {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.modal-info table .img-responsive{
    margin:0 auto;
}
.close-bottom {
    position: relative;
    margin: 30px auto 10px auto;
    display: block;
    color: #fff;
    background: #b91818;
    border: 0;
    padding: 6px 15px;
    padding-right:30px;
    font-size: 15px;
    text-transform: uppercase;
}
.show-price, .hide-price, .very-price, .individual-price {
    display: none;
}
.no-price, .very-price, .individual-price {
    background: #b11111;
    color: #fff;
    padding: 3px 0;
    margin: 2px 0;
}
.modal .table-bordered {
    margin-bottom: 0;
}
.modal .table-bordered td {
    margin-bottom: 0;
    vertical-align: middle;
}
.modal .transport {
    margin-bottom:20px;
}
.creator-information .bg-white h3 {
    padding-top: 0;
}

.creator-loader {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #b11111;
    margin-top:50px;
}
.creator-loader img {
    display: block;
    margin:0 auto;
    padding-bottom:10px;
}
.add-to-collection {
    display: none;
}

.modal .alert-info {
    color: #565656;
    background-color: #f1f1f1;
    border-color: transparent;
    border-radius: 0;
    margin-top: 32px;
}
.go-combination {
    position: absolute;
    margin-top: -15px;
    left: 15px;
    width: 350px;
    padding: 5px 15px;
    background: #fff;
}
.go-combination .form-control {
    height: 28px;
}
.go-combination .btn {
    padding:3px 8px;
    color: #fff;
    background-color: #b91818;
    border-color: #b91818;
    border-radius: 0;
}
.go-combination .btn:active.focus, .go-combination .btn-default:active:focus {
    color: #fff;
    background-color: #920e0e;
    border-color: #920e0e;
}
.logo-mextra {
    position: relative;
    width: 170px;
    margin-top: 35px;
    margin-bottom: -35px;
    margin-left: -10px;
    z-index:99;
}
.checkbox-step,
.checkbox-step-additional {
    padding-left: 30px;
    position: relative;
    color: #b91818;
    line-height: 1em;
    margin-bottom: 17px;
    cursor: pointer;
}
.checkbox-step:before,
.checkbox-step-additional:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 0.12em solid #6b6b6b;;
    border-radius: 5px;
    left: 0;
    top: 0;
    padding-top: 1px;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.checkbox-step-active:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    background: #b91818;
    border-color: #b91818;
}
.checkbox-description {
    padding-top: 7px;
}
.checkbox-step strong,
.checkbox-step-additional strong {
    text-transform: uppercase;
}
.row-with-center-images > div {
    margin-bottom: 10px;
}
.checkbox-step a,
.checkbox-step-additional a {
    color: #b91818;
}
.row-with-center-images a {
    display: block;
    border:1px solid transparent;
    color: #b91818;
    text-decoration: none!important;
}
.row-with-center-images a.checkbox-step-a-active {
    color: #fff;
    background: #b91818;
    border-color: #b91818;
}
.row-with-center-images img {
    margin-bottom: 3px!important;
}
.step-info-finishes .step-picked {
    display: none;
}
.creator-information .step > .row {
    display: table;
    width: 105%;
    height: 100%;
    border-bottom: 1px solid #dbdbdb;
}
.creator-information .step > .row > div{
  display: table-cell;
  float: none;
}
.step-picked-additional,
.step-picked-mix-colors,
.step-picked-thread-color {
    margin-bottom: 10px;
}
.checkbox-description-border-top {
    border-top: 1px solid #b91818;
    padding-top: 5px;
    margin-top: 5px;
}
.text-additional-left {
    color: #b91818;
    margin-bottom: 25px;
}
.nav-flex {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.nav-flex>li {
    flex-grow: 1;
}
.nav-flex>li>a {
    margin-left: -1px;
    margin-right: 0px;
}
.nav-flex>li:nth-child(5)>a,
.nav-flex>li:nth-child(6)>a {
    margin-top: 5px;
}
.a-checkbox {
    margin-left: -30px;
    display: block;
    padding-left: 30px;
    position: relative;
    z-index: 100;
}
@media (max-width: 1430px) {

    .creator-information .step > .row {
        display: block;
        width: 105%;
        height: auto;
        border-bottom: 0 solid #dbdbdb;
    }
    .creator-information .step > .row > div{
      display: block;
      float: none;
      width: 100%;
    }
}

@media (max-width: 1260px) {
    .home .right-column {
        width: calc(100% - 340px);
    }
}

@media (max-width: 1100px) {
    .logo-maestro .img-responsive {
        display: none;
    }
}

@media (max-width: 1000px) {
    .home .right-column .column,
    .creator-information {
        width: 100%!important;
    }

    .home .step-row {
        display: inline-block;
        width: 49%;
    }
}

@media (min-width: 768px) {
    .modal-info {
        width: 660px;
        margin: 30px auto;
    }
}

@media (max-width: 768px) {

    .right-column {
        width: 100%;
        margin-left: 0;
    }
    .left-column {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .subsite {
        padding-bottom: 50px;
        height: auto;
    }
    .login-box {
        height: 65px;
    }
    .logo-maestro {
        display: none;
    }
    .subsite .right-column, .right-column {
        width: 100%;
    }
    .combination-content {
        padding: 0 15px 40px 15px;
    }
    .step-row {
        display: inline-block;
        width: 49%;
    }



    .home .row {
        height:auto!important;
    }
    .home .left-column {
        min-width: 333px;
    }
    .home .bg-white {
        height: auto;
    }
    .home .bg-white a {
        position: relative;
        display: block;
    }
    .home .right-column {
        width: 100%;
    }
    .helpline {
        position: relative;
        margin: 20px 20px 20px 0;
        width: 180px;
        left: 3px;
        bottom: 0;
    }
    .creator {
        background: #fff;
        padding: 15px 25px 10px 25px;
    }

}
@media (max-width: 550px) {
    .combination-item {
        width: 50%;
    }
    .checkbox-step .col-xs-8 {
        width: 50%;
    }
    .checkbox-step .col-xs-4 {
        width: 50%;
    }
    .add-to-collection {
        display: block;
    }
    .go-combination {
        width: 100%;
        position: relative;
        padding: 10px 0;
        left: 0;
    }
    .logo-mextra {
        margin: 0 auto 25px;
    }
    .add-to-collection {
        position: relative;
        bottom: 25px;
        right: 0;
        left: 0;
        margin: 30px auto 0;
        display: inline-block;
        padding-left: 70px;
    }
    .add-to-collection:before {
        left: 5px;
        top: -9px;
    }
}

@media (max-width: 470px) {
    .step-row {
        display: block;
        width: 100%;
    }
    .subsite .form-group {
        padding:0 25px;
    }
    .login-box:before {
        width: 35px;
        height: 35px;
        background: #b91818;
        background-image: url(../images/icn-user.png);
        background-position: center center;
        background-repeat: no-repeat;
    }
    .login-text {
        padding:7px 0 7px 40px;
        margin-bottom: 10px;
    }
    .login-box {
        width: 100%;
        padding-left:0;
    }
    .login-box .link{
        position: relative;
        background: #fff;
        color: #989898;
        display: inline-block;
        border: 0px solid transparent;
        padding: 8px 30px 8px 8px;
        margin-right: 5px;
        width: 100%;
        margin-bottom: 4px;
    }
    .login-box .link:after { 
        width: 40px;
    }
    .subsite .bg-white a:after {
        display: none;
    }
}

@media (max-width: 390px) {
    .combination-item {
        width: 100%;
    }
    .helpline {
        margin: 20px auto 20px auto;
        width: 180px;
        left: auto;
        right: auto;
    }
    .bottom-back-partner {
        float: none;
        bottom: 0;
        margin-bottom: 25px;
        left: auto;
        right: auto;
        margin: 0 auto 25px auto;
        display: block;
    }
}

#coo-pol-priv-021x {
    display: none;
}

.subsite .col-text {
    font-weight: 400!important;
}
.col-text .price-info {
    position: absolute;
    bottom:12px;
    font-size:12px;
    font-weight: 300;
}
























.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #b91818;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #b91818, 0 0 5px #b91818;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #b91818;
  border-left-color: #b91818;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.info {
    position: absolute;
    width:14px;
    right: 19px;
    top: 2px;
}
.info img {
    width: 100%;
    height: auto;
}
#form_combination .visualization-price .info {
    right: -5px;
}
*/
.page-lv .logo,
.page-lv .small-logo{
    max-width: 80px;
}
