@import url('./font/entypo.css');
body {
    /*    font-family: 'Abel', sans-serif;*/
    /*    font-family: 'Open Sans Condensed', sans-serif;*/
    /*    font-family: 'Julius Sans One', sans-serif;*/
    /*        font-family: 'Quicksand', sans-serif;*/
    /*    font-family: 'Open Sans Condensed', sans-serif;*/
    /*    font-family:Segoe UI,Arial,Helvetica,sans-serif;*/
    /*        font-family: 'segoeuit', Arial, sans-serif;*/
    /*    font-family: 'Noto Sans', sans-serif;*/
    /*    font-family: 'Poiret One', cursive;*/
    /*    font-family: 'Josefin Slab', serif;*/
    /*    font-family: 'Syncopate', sans-serif;*/
    /*    font-family: 'Advent Pro', sans-serif;*/


}

@font-face {
    font-family: "Champagne & Limousines";
    font-weight: normal;
    src: url("champagne_limousines/Champagne & Limousines.ttf");
}
@font-face {
    font-family: "Champagne & Limousines";
    font-weight: bold;
    src: url("champagne_limousines/Champagne & Limousines Bold.ttf");
}
@font-face {
    font-family: "Champagne & Limousines";
    font-weight: normal;
    font-style: italic;
    src: url("champagne_limousines/Champagne & Limousines Italic.ttf");
}
@font-face {
    font-family: "Champagne & Limousines";
    font-weight: bold;
    font-style: italic;
    src: url("champagne_limousines/Champagne & Limousines Bold Italic.ttf");
}


body {
    font-family: "Champagne & Limousines", Arial, sans-serif;
}
h1, h2, h3 ,h4 ,h5 ,h6 p {
    font-family: "Champagne & Limousines", Arial, sans-serif;
}
/*.container{
    width:79%;
    padding:0;
    clear:both;
    margin:0 auto;
}
@media (max-width: 1100px){
    .container {
        width: 96%;
    }
}
@media (max-width: 600px){
    .container {
        width: 95%;
    }
}*/
div#serviciu1 {
    cursor: pointer;
}
div#serviciu2 {
    cursor: pointer;
}
div#serviciu3 {
    cursor: pointer;
}
div#serviciu4 {
    cursor: pointer;
}
div#serviciu5 {
    cursor: pointer;
}
.breadcrumb li{
    background-color: #543F50;
    padding:10px;
    color:#FFF;
}
.section-class{
    margin-bottom: 20px;
    font-size:20px;
    color:#525252;
    text-align:center;
    font-weight: 100;
}
.serv{
    margin-right:47px;
}
.final-heading{
    text-align: center;
    font-size: 16px;
}

.btn-group-vertical {
    margin-bottom:40px;
    display:block;
}
.btn-group-vertical .btn.active{
    background-color: #543F50;
    color:#FFF;
}
.form-group{
    padding:3px;
}
.sumar{
    padding:15px;
}
.sumar h1{

    font-size:30px;
    color:#525252;
    padding:0 ;
}
.sumar h2{

    font-size:16px;
    color: #543F50;
    text-align:left;
}
.sumar span{
    font-size:14px;
    color:#525252;
    display:inline;
    text-align:left;
}
.list-inline{
    z-index:10000;
}
.gratuit-sophia {
    position: absolute;
    float: right;
    right: 0px;
    height: 100%;
}
/* carousel */
/* Global */
.in{
    padding:0;
}
.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}
@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.title {
    padding: 28px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}


.details h1{
    font-size:18px;
    color: #543F50;
    text-align:center;
}
.details h2{
    font-size:12px;
    color:#525252;
    text-align:center;
    margin-top:0;
}
.btn-default a{
    color: #543F50;
    border:1px solid #543F50;
    margin:0;
}
.btn-default p{
    color:#FFF;
    border:1px solid #525252;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    margin:0;
    padding:2px;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    margin:0;padding:2px;
}
.numberCircle {
    border-radius: 50%;
    width:50px;
    height:50px;
    padding:7px;
    background: #543F50;
    border: 1px solid #543F50;
    color: #FFF;
    text-align: center;
    right:5%;
    font: 11px Arial, sans-serif;
    position:absolute;
}
@media (min-width:600px){
    .numberCircle{
        width:50px;
        height:50px;
        padding:7px;
        font: 11px Arial, sans-serif;
    }
}
@media (max-width:600px){
    .numberCircle{
        width:40px;
        height:40px;
        padding:8px;
        font-size:8px;
    }
}









/* Pagina 1 alege serviciile */
/* ribbon*/
.montaj{
    display: none;
}
.consiliere{
    display: inline;
}
.box {
    width: 75%;
    padding: 25px 10px 50px 10px;
    margin: 20px auto;
    background-color: #FFF;
    border:1px solid #A3A3A3;
    box-shadow:0px 0px 80px rgba(0,0,0,0.5);
}
.ribbon {
    position: relative;
    color: #333;
    background-color: #dcc7c7;
    font-size: 30px;
    margin: 40px -30px 20px -30px;
    padding:0;
    box-shadow: 0px -10px 47px -12px rgba(0,0,0,0.75);
}
.ribbon h6{
    font-size: 30px;
    /*padding: 20px 20px 0 60px;*/
    padding: 0px 20px 20px 60px;
    font-family: "Champagne & Limousines", Arial, sans-serif;
	color: #6b5063;

}
.ribbon h5{
    font-size: 24px;
    padding: 5px 20px 30px 60px;
    box-shadow: 0px 20px 47px -12px rgba(0,0,0,0.75);
    font-family: "Champagne & Limousines", Arial, sans-serif;

}
@media (max-width:810px){
    .ribbon h6{
        text-align:center;
        font-size:24px;
    }
    .ribbon h5{
        text-align:center;
        font-size:16px;
    }
}
h6:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: -1;
    position: absolute;
    border-top: 30px solid maroon;
    border-left: 30px solid transparent;
    background: transparent;
}

h6:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: -1;
    position: absolute;
    border-top: 30px solid maroon;
    border-right: 30px solid transparent;
    background: transparent;
}

.inside{
    min-height:370px;
    background-color: #fff;
	padding: 30px 15px;
}
.background {
    background-image: linear-gradient(45deg, rgba(148,44,105,0.3) 0%, rgba(171,173,125,0.3) 100%), url(../images/curtains.jpg);
    padding: 0;
    margin-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 100px rgba(0,0,0,0.5);
}
.headers{
    margin-top:20px;
    background: linear-gradient(to right top, rgba(148,44,105,1) 0%, rgba(191,122,163,1) 100%);
}
.headings{
    color:#fff;
    padding:10px 20px;
    margin:0;
}
.headings h1{
    font-size: 30px;
}
.headings h2{
    font-size:18px;
}
.mobile-ribbon {
    display: none;
}
@media (max-width:740px){
    h6:before{
        display: none;
    }
    h6:after{
        display: none;
    }
    .ribbon{
        display: none;
    }
    .mobile-ribbon {
        color: #333;
        background-color: #dcc7c7;
        /*background-image: linear-gradient(to right top, rgba(148,44,105,1) 0%, rgba(191,122,163,1) 100%);*/
        font-size: 30px;
        display: block;
    }
}
.show{
    padding:2px;
}
/* services flip card */
.flip {
    -webkit-perspective: 800;
    -moz-perspective: 800;
    perspective: 800;
    position: relative;
    text-align: center;
}

.flip .card.flipped {
    -webkit-transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}

.flip .card {
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.flip .card .face {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}

.flip .card .front {
    box-shadow: 0px 10px 20px -12px #543F50;
    position: absolute;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.flip .card .back {
    -webkit-transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    background: #fff;
    width:101%;
}


.ima img{
    height: 120px;
    width:100%;
}

i.fa.fa-check.fa-5x {
    margin-top: 20px;
}
.inner {
    height: 120px !important;
    margin: 0px !important;
}
/* ----------------------------------------------*/


/* Pagina 2 alege locatia */


.markers-wrap {
	margin: 30px 0;
}
#map {
    width: 100%;
    height: 300px;
}

/* ----------------------------------------------*/


/* Pagina 3 echipa sohpia */
/*--Team section----*/
.btn-group-vertical>.btn:first-child:not(:last-child) {
    margin: 0;
    padding: 2px;
    font-size: 14px;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    margin: 0;
    padding: 2px;
    font-size: 14px;
}
.name-city h3{
    margin:0;
    font-size: 14px;
    color:#525252;
}
.flip h4 {
    color: #543F50;
    font-size: 14px;
    margin-top:5px;
    font-weight: bold;
}
.flip h5{
    font-size:16px;
}
.bod {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 100px
}
.team{
    width:100%;
}
.team p{
    margin:0;
}
.teamimg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    width:100px;
    height:100px;
    /*    box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);*/
}
stars {
    margin:0;
}
.stars p{
    margin:0;
    color: gold;
    font-size:18px;
}
/* portofoliu designer */
.review{
    border:1px solid #543F50;
    background:#fafafa;
}
.proiecte{
    padding-top:40px;
    padding-left:20px;
}
.proiecte-personale{
    list-style: none;
    padding:0;
}
.titlu-proiecte{
    color: #543F50;
    font-weight: 600;
}
.id-portofoliu{
    padding-right:0;
}
.despre-designer{
    padding-right:0;
    margin:10px 0 10px;
}
/* ----------------------------------------------*/




/* Pagina 4 datepicker & timepicker */
.calendar {
    position: absolute;
    width: 280px;
    left: 50%;
    top: 50%;
    margin: -145px 0px 0px -140px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #b0aead;
    background: #e9e5e3;
    margin-bottom: 10px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border: 2px solid #b0aead;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}
.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}
.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}
.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-left: 2px solid #b0aead;
    border-bottom: 2px solid #b0aead;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
    border-color: #5ed1cc;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}
.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #00a8b2;
    margin-bottom: 5px;
    font-size: 13px;
}
.ui-state-default {
    display: block;
    text-decoration: none;
    color: #b5b5b5;
    line-height: 40px;
    font-size: 12px;
}
.ui-state-default:hover {
    background: rgba(0,0,0,0.02);
}
.ui-state-highlight {
    color: #8dd391;
}
.ui-state-active {
    color: #5ed1cc;
}
.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}


.stepper .nav-tabs {
    position: relative;
}
.stepper .nav-tabs > li {
    width: 20%;
    position: relative;
}
.stepper .nav-tabs > li:after {
    content: '';
    position: absolute;
    background: #f1f1f1;
    display: block;
    width: 100%;
    height: 5px;
    top: 30px;
    left: 50%;
    z-index: 1;
}
.stepper .nav-tabs > li.completed::after {
    background: #543F50;
}
.stepper .nav-tabs > li:last-child::after {
    background: transparent;
}
.stepper .nav-tabs > li.active:last-child .round-tab {
    background: #543F50;
}
.stepper .nav-tabs > li.active:last-child .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
.stepper .nav-tabs [data-toggle='tab'] {
    width: 25px;
    height: 25px;
    margin: 20px auto;
    border-radius: 100%;
    border: none;
    padding: 0;
    color: #f1f1f1;
}
.stepper .nav-tabs [data-toggle='tab']:hover {
    background: transparent;
    border: none;
}
.stepper .nav-tabs > .active > [data-toggle='tab'], .stepper .nav-tabs > .active > [data-toggle='tab']:hover, .stepper .nav-tabs > .active > [data-toggle='tab']:focus {
    color: #543F50;
    cursor: default;
    border: none;
}
.stepper .tab-pane {
    position: relative;
    padding-top: 50px;
}
.stepper .round-tab {
    width: 25px;
    height: 25px;
    line-height: 22px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #543F50;
    color: #543F50;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}
.stepper .completed .round-tab {
    background: #543F50;
}
.stepper .completed .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
.stepper .active .round-tab {
    background: #fff;
    border: 2px solid #543F50;
}
.stepper .active .round-tab:hover {
    background: #fff;
    border: 2px solid #543F50;
}
.stepper .active .round-tab::after {
    display: none;
}
.stepper .disabled .round-tab {
    background: #fff;
    color: #f1f1f1;
    border-color: #f1f1f1;
}
.stepper .disabled .round-tab:hover {
    color: #4dd3b6;
    border: 2px solid #a6dfd3;
}
.stepper .disabled .round-tab::after {
    display: none;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #543F50;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 30px;
    height: 15px;
    line-height: 15px;
    margin: 2px 1.5px;
    cursor: pointer;
    color: #543F50;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td {
    height: 15px;
    line-height: 15px;
    width: 25px;
}
.time-clock-wrap .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0 auto;
    max-width: 50px;
}
.time-clock-wrap .bootstrap-datetimepicker-widget table td span,
.time-clock-wrap .bootstrap-datetimepicker-widget .timepicker-hour,
.time-clock-wrap .bootstrap-datetimepicker-widget .timepicker-minute{
	width: 25px;
}
.glyphicon-chevron-right:before {
    color: #543F50;
}
.glyphicon-chevron-left:before {
    color: #543F50;
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #e4e6a3;
    border-top-color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.extra-optiuni{
    margin-bottom:20px;
}
/* --------------------------------------*/



/* --------------------------------------*/

.butoane{
    margin-bottom: 10px;
    margin-top: 20px;
    padding:0;
}

.logo {
    width: 250px;
    padding: 20px 20px 0 60px;
    margin-bottom: 8px;
}

.btn-primary{
    background-color: #543F50;
    color:#FFF;
    border:none;
    width:100%;
    /*    box-shadow:0px 0px 10px rgba(148,44,105,0.6);*/
}
.btn-primary:hover{
    border:none;
    background-color: #801E57;
    color:#FFF;
}
.btn-primary:active{
    background-color: #525252;
    color:#FFF;
}
.btn-default{
    border:none;
    margin-bottom: 5px;
    background-color: #e4e6a3;
    color:#525252;
    width:100%;
    /*    box-shadow:0px 0px 10px rgba(0,0,0,0.6);*/
}
.btn-default:hover{
    background-color: #674e75;
    color:#FFF;
}

.btn-danger{
    width:100%;
    background:#A3A3A3;
    color:#525252;
    border:none;
}

.btn-success{
    border:none;
}

/* Pagina 5 trimite comanda*/

/* --------------------------------------------------- */

.font-weight-bold {
    font-weight: bold;
}
.nav-btn.btn-danger {
    width: auto;
}
.nav-btn.btn-primary {
    font-size: 18px;
    width: auto;
}
.nav-btn.btn-primary.btn-lg {
    font-size: 26px;
}
.nav-btn.btn-danger.btn-sm {
    margin-bottom:15px;
}
@media (max-width: 767px) {
    .nav-btn.btn-danger {
        width: 100%;
    }
    .nav-btn.btn-primary {
        width: 100%;
    }

}
.alert-danger {
    color: #a94442;
    background-color: #f2f2f2;
    border-color: #ebebeb;
}

/*.designer-container.disigner-grey {
    pointer-events: none;
}
.designer-wrap.designer-grey {
    pointer-events: none;
}*/
.designer-grey .label-free-hour {
    background-color: #cccccc !important;
}
.designer-grey .rezerva-ora {
    /*background-color: #cccccc !important;*/
    /*pointer-events: none;*/
}
/*.designer-grey .designer-img {
    filter: grayscale(100%);
}*/

.banner {
    position: relative;
}
.banner .step {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    left: 15px;
    font-family: "Champagne & Limousines", Arial, sans-serif;
    width: 70px;
    border: 0;
    height: 62px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: url("../images/Boking - dreptunghi mare.jpg") no-repeat 0 0;
    background-size: cover;
}
@media (max-width: 920px) {
    .banner .step {
        left: 5px;
    }
}
@media (max-width: 767px) {
    .banner .step {
        display: none;
    }
}

.banner .step .text {
    font-size: 18px;
    line-height: 1;
}
.banner .step .number {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}
.container-locatie-intro {
    margin-bottom: 30px;
}
.container-locatie {
    margin-bottom: 30px;
}
.team-info {
    position: absolute;
    bottom: 10px;
    left: 25px;
    background: url("../images/Boking - dreptunghi echipa.jpg") no-repeat center center;
    background-size: contain;
    width: 90px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: "Champagne & Limousines", Arial, sans-serif;
    line-height: 1;
    text-align: center;
}
.team-name {
    font-family: "Champagne & Limousines", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.designer-wrap {
    padding: 0 20px;
    width: 100%;
    height: 262px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
}
@media (max-width: 767px) {
    .designer-wrap {
        padding: 0;
    }
    .container-designer + .container-locatie-intro {
        display: none;
    }
}
.image-cropper {
    width:100%;
    height: auto !important;
    margin-top: 0;
}
.image-cropper:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.designer-img {
    width: auto;
    position: absolute;
    height: 100%;
}
.designer-title {
    margin-top: 5px;
    font-family: "Champagne & Limousines", Arial, sans-serif;
    font-size: 16px;
}
.designer-descr {
    font-family: "Champagne & Limousines", Arial, sans-serif;
    font-size: 14px;
    line-height: 1em;
    color:#fff;
    background-color: #000;
    margin-bottom: 5px;
    padding:2px 5px;
}
.designer-studii {
    font-family: "Champagne & Limousines", Arial, sans-serif;
    font-size: 14px;
    line-height: 1em;
}
.btn-choose {
    margin-top: 0;
    font-family: "Champagne & Limousines", Arial, sans-serif;
    font-size: 18px;
    background: url("../images/Boking - dreptunghi Alege.jpg") no-repeat center center;
    background-size: contain;
    text-align: center;
    padding: 0 10px;
    color:#000;
    border-radius: 0;
}
.step-title {
    font-family: "Champagne & Limousines", Arial, sans-serif;
}
.navigation-wrap {
    position: absolute;
    z-index: 20;
    top: -82px;
    right: 26px;
    font-weight: 600;
}
@media (max-width: 1300px) {
    .navigation-wrap {
        right: 30px;
    }
}
@media (max-width: 1200px) {
    .navigation-wrap {
        top: -80px;
    }
}
@media (max-width: 920px) {
    .navigation-wrap {
        top: -75px;
        right: 2px;
    }
}
.navigation-wrap .nav-btn {
    padding: 4px 6px;
    height: auto !important;
    font-size: 10px !important;
}
.container-designer.selected .designer-wrap:before {
    width: calc(100% - 30px);
}
.ratio-portrait .designer-img {
    margin-left: 0;
}