html,
body {
    font-family: 'Raleway', sans-serif;
}

.register-container{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
}

.register-image{
    display: block;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.register-image img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.register-image-button{
    width: 50%;
    height: 100%;
}

.register-buttons{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0;
}

.register-button{
    color: #000000;
    font-family: Raleway, serif;
    font-size: 20px;
    border-radius: 10px;
    border: 1px solid #000000;
    padding: 10px 15px;
}

@media screen and (max-width: 600px) {
    .register-container{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 100%;
    }
    .register-image{
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .register-buttons{
        position: relative;
        top: -123vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin: 15px 0;
    }
    .register-button{
        color: #000000;
        font-family: Raleway, serif;
        font-size: 20px;
        border-radius: 10px;
        border: 1px solid #000000;
        padding: 10px 15px;
        margin-top: 15px;
    }
    .register-button:nth-child(2) {
        position: absolute;
        top: 75vw;
    }
}

.button-client{
    background: #E47A3B;
    border: none;
    color: #ffffff;
}

.button-designer{
    background: #1d1d1d;
    color: #ffffff;
    border: none;
}

.button-client:hover{
    text-decoration: none;
    color: #1d1d1d;
}

.button-designer:hover{
    text-decoration: none;
    color: #E47A3B;
}

.choose-user-type{
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.choose-user-type img{
    width: 100%;
}

.choose-user-type h1{
    z-index: 100;
}

.before-footer-container
{
	background-color: #3c3d41;
	padding: 10px;
	color: #ffffff;
}

input[type=radio] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.1); /* IE */
    -moz-transform: scale(1.1); /* FF */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1) !important;
    padding: 10px;
}

/*New big button*/
#login-form h4 {
    color: #1d1d1d;
}

.navbar-pic img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    /* border: 1px solid #95a5a6; */
}

.navbar-pic {
}

.avatar a {
	padding: 5px 15px 0 0 !important;
}

.btn-big {
    display: flex;
    background-color: #323234;
    width: auto;
    min-width: 300px;
    height: 110px;
    padding: 20px 20px 20px 20px;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.36);
    border-radius: 25px;
    transition: all 250ms ease-out;
}

.btn-big.orange {
    background-color: #d96e26;
}

.btn-big > span {
    color: #fff;
    line-height: 0.9;
    font-size: 32px;
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    margin-top: 7px;
    margin-left: 7px;
}

.btn-big > img {
    width: 20px;
    height: auto;
    display: block;
    margin: auto 0 auto auto !important;
    position: relative !important;
    z-index: 1 !important;
    transition: all .8s ease-out;
    opacity: 1;
}

.btn-big:hover > img {
    transform: translateX(100px);
    opacity: 0;
}

a.btn-big.orange:hover {
    background-color: #e08b52;
}

a.btn-big:hover {
    transition: all 200ms ease-out;
    box-shadow: 4px 8px 30px 0px rgba(0, 0, 0, 0.36);
    transform: translateY(-2px);
    background-color: hsla(240, 2%, 30%, 1);
}


/* on index page */

.btn_cont {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100px;
}

.btn_cont .btn-designship {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 930px) {
    .btn_cont .btn-designship {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 500px) {

    .btn_cont .btn-designship {
        margin-top: 20px;
    }

}


#billboard-design_size {
    display: flex;
    flex-direction: column;
}

#billboard-design_size > label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
}

#billboard-design_size > label > span {
    padding: 10px;
    background-color: #fff;
    height: 170px;
}

#billboard-design_size > label:nth-child(1) > span {
    width: 20%
}

#billboard-design_size > label:nth-child(2) > span {
    width: 70%
}

#billboard-design_size > label:nth-child(3) > span {
    width: 85%
}

#printable-design_orientation {
    margin-top: 5px;
}

#printable-design_orientation > .row {
    display: flex;
    justify-content: space-between;
    position: relative;
}

#printable-design_orientation > .row:before,
#printable-design_orientation > .row:after {
    display: none;
}

#printable-design_orientation > .row:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 57%;
}

#printable-design_orientation > .row .col-lg-6 {
    width: fit-content;
    width: -moz-fit-content;
}

#printable-design_orientation .paper {
    width: 15em;
    height: 10em;
    background-color: white;
    border: 1px solid black;
    margin: 5px 0 0 13px;
}

#printable-design_orientation .paper.two {
    width: 10em;
    height: 15em;
}

#printable-design_orientation .form-group {
    position: absolute;
    left: 10px;
    top: 15px;
}

.comps div div div button {
    background-color: transparent;
    border: 1px solid black;
    margin-top: 1.5em;
    padding: 0.5em 2.5em 0.5em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    transition: .2s;
}

.comps div div div button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}


.sw-theme-arrows > ul.step-anchor > li.active > a {
    background-color: #636363 !important;
    border-color: #636363 !important;
}

.sw-theme-arrows > ul.step-anchor > li.active > a::after {
    border-left: 30px solid #636363 !important;
}

.sw-theme-arrows > ul.step-anchor > li.done > a {
    background-color: #939393 !important;
    border-color: #939393 !important;
}

.sw-theme-arrows > ul.step-anchor > li.done > a::after {
    border-left: 30px solid #939393 !important;
}

.sw-theme-arrows .step-content {
    background-color: inherit;
}

.sw-theme-arrows {
    font-family: 'Raleway', sans-serif !important;
    border: 0;
}

.btn.btn-designship {
    background-color: #636363;
    border-color: #636363;
    color: white;
}

.btn.btn-designship:hover {
    background-color: #434343;
    border-color: #434343;
    color: white;
}

.btn.btn-designship.fancy {
    background-color: inherit;
    border-color: #1d1d1d;
    color: #1d1d1d;
}

.btn.btn-designship.fancy:hover {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: white;
}

.panel.panel-designship {
    font-family: 'Raleway', sans-serif;
    border: 1px solid #636363;
    background-color: transparent !important;
}

.panel.panel-designship .panel-heading {
    background-color: #636363;
    color: white;
}

.panel.panel-designship .panel-body hr {
    border-top: 1px solid #636363;
}


.navbar > .container-fluid .navbar-brand {
    padding: 5px;
}

.navbar > .container-fluid .navbar-brand > img {
    height: 100%;
    width: auto;
}

.category-circle {
    width: 150px;
    min-width: 150px;
}

.category-circle .round {
    width: 100%;
    height: 150px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.category-circle:hover .round {
    background-color: #fff;
}

.category-circle:hover .round > img {
    filter: invert(1);
}

.category-circle .round > img {
    width: 40%;
    height: 40%;
    transition: .3s;
}

.category-circle > span {
    text-align: center;
    font-weight: 300;
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 22px;
    margin-top: 25px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.navbar {
    margin-bottom: 0 !important;
}

.breadcrumb {
    margin-bottom: 0 !important;
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -webkit-linear-gradient(top, white, black);
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}

body {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

/*
* {
	font-weight: 300;
}
*/
textarea {
    resize: none;
    border: 0px;
}

*:focus {
    outline: none;
}

.p-def {
    margin-top: 10px !important;
}

.basic-a {
    border: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .0) !important;
    width: auto !important;
    height: auto !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.basic-a:hover {
    background-color: inherit !important;
    border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
    color: inherit !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.error {
    border-bottom: 1px solid #ff6961 !important;
    -webkit-transition: all 0.22s;
    -o-transition: all 0.22s;
    transition: all 0.22s;
}

#nav-icon {
    width: 40px;
    height: 45px;
    position: relative;
    margin: 0px auto 50px auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #333333;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3.5px;
    left: 8px;
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32.5px;
    left: 8px;
}

.inv {
    display: block;
}

.mobile-menu {
    display: none;
    width: 100%;
    height: 70px;
    position: relative;
    margin-top: -70px;
    background-color: #dadada;
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
}

.mobile-menu-dropdown {
    margin-top: 0px;
}

header {
    padding: 40px;
    background-image: url(../img/backgrounds/bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-span {
    color: #b1b1b1;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
}

.header-span-2 {
    color: #efb400;
    font-size: 45px;
}

.logo-img {
    display: block;
}

.logo-cont {
    margin: 0 auto;
    width: 248px;
}

.bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -100;
}

.top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    float: right;
}

.top-nav li {
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
    padding-left: 10px;
}

.face {
    z-index: 100 !important;
    margin-left: 200px !important;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
}

.fadedinface {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.66s ease-in-out;
    -o-transition: all 0.66s ease-in-out;
    transition: all 0.66s ease-in-out;
    -webkit-transition-delay: 0.33s;
    -o-transition-delay: 0.33s;
    transition-delay: 0.33s;
    opacity: 1;
}

.header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 100px auto;
    margin-top: 0 !important;
    width: 59%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
}

.headerfadein {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.66s ease-in;
    -o-transition: all 0.66s ease-in;
    transition: all 0.66s ease-in;
    opacity: 1;
}

.header-main div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.header-main img {
    position: absolute;
    margin-left: -150px;
    z-index: -99;
}

.header-main div p {
    color: black;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    margin-top: -40px;
}

.header-main div h1 {
    color: black;
    font-size: 27px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 50px;
}

.header-main div span {
    font-weight: 800;
}

.header-main div form {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 100px;
    z-index: 200;
}

.header-main div form button {
    background-color: transparent;
    border: 1px solid black;
    margin-top: 1em;
    padding: 0.5em 2.5em 0.5em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.header-main div form a {
    background-color: transparent;
    border: 1px solid black;
    margin-top: 1em;
    padding: 0.8em 2.5em 0.8em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.header-main div form a:hover {
    background-color: black;
    color: white;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.header-main div form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.main-register-row {
    display: flex !important;
    flex-direction: row !important;
    margin-top: 5px;
}

.header-main div form button:hover {
    background-color: black;
    color: white;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.header-main div form label {
    font-size: 12px;
    text-transform: uppercase;
}

.header-main div form input[type=checkbox] {
    margin: 0px;
}

.header-main div form h4 {
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

/* .header-main div form input[type=password], input[type=text]{
  border: 0;
  padding: 0.5em;
  margin: 0.5em 0em 0em 0em;
}

.header-main div form input[type=password]{
  margin-bottom: 0.5em;
} */

.help-block {
    margin-top: 5px;
    width: fit-content !important;
    width: -moz-fit-content !important;
}

section h2 {
    color: black;
    text-transform: uppercase;
    text-align: left;
    font-size: 22px;
    padding-left: 1.5em;
    font-weight: 800;
}

.howitworks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 5em;
}

.howitworks img {
    margin: 0 auto;
    display: block;
    padding-top: 7em;
    padding-bottom: 5em;
    padding-left: 6em;
    width: 650px;
}

.howitworks a {
    background-color: transparent;
    border: 1px solid black;
    margin-top: 1em;
    padding: 0.8em 5.5em 0.8em 5.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 50px;
}

.howitworks a:hover {
    background-color: black;
    color: white;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.howitworks-all {
    position: relative;
}

.howitworks-all div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.howitworks-all div {
    /* margin-left: -25px; */
    padding-right: 4em;
    padding-left: 2.5em;
    overflow: hidden;
}

.stepTriangle1 {
    position: absolute;
    top: 0;
    left: calc(8em + 18%);
    content: "";
    z-index: 1000;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #7f8c8d;
}

.howitworks-all img {
    padding: 0px !important;
    position: absolute;
    left: 0;
    top: 0;
}

.howitworks-all h2 {
    font-size: 30px;
    text-transform: none;
    padding-left: 0px;
    font-weight: 800;
}

.howitworks-all p {
    font-size: 16px !important;
}

.slide-right {
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
}

.howitworks-all ul li {
    margin-bottom: 20px;
    font-size: 15px;
}

.how-opacity {
    opacity: 0.25 !important;
}

.step-span1 {
    opacity: 0;
    -webkit-transition: all 0.66s;
    -o-transition: all 0.66s;
    transition: all 0.66s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.step-span2 {
    opacity: 0;
    -webkit-transition: all 0.66s;
    -o-transition: all 0.66s;
    transition: all 0.66s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.step-span3 {
    opacity: 0;
    -webkit-transition: all 0.66s;
    -o-transition: all 0.66s;
    transition: all 0.66s;
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.step-span4 {
    opacity: 0;
    -webkit-transition: all 0.66s;
    -o-transition: all 0.66s;
    transition: all 0.66s;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.step-1 {
    z-index: 50;
    -webkit-filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.2));
    position: relative;
    background-color: #ecf0f1;
    /* background-image: url("../img/howitworks/bg1.png"); */
    background-repeat: no-repeat;
    -webkit-transition: all 0.66s;
    -o-transition: all 0.66s;
    transition: all 0.66s;
    width: 20%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 3em;
}

/*.step-1 span {*/
/*	background: -webkit-linear-gradient(#000, #ffcc30);*/
/*	-webkit-background-clip: text;*/
/*	-webkit-text-fill-color: transparent;*/
/*	position: absolute;*/
/*	right: 20px;*/
/*	bottom: -80px;*/
/*	font-size: 350px;*/
/*	font-weight: 800;*/
/*	color: black;*/
/*}*/
.step-2 {
    z-index: 49;
    -webkit-filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.2));
    /* background-image: url("../img/howitworks/bg2.png"); */
    background-color: #ecf0f1;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    -webkit-transition: all 0.66s;
    -o-transition: all 0.66s;
    transition: all 0.66s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    width: 20%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 3em;
}

/*.step-2 span {*/
/*	background: -webkit-linear-gradient(#000, #ffcc30);*/
/*	-webkit-background-clip: text;*/
/*	-webkit-text-fill-color: transparent;*/
/*	position: absolute;*/
/*	right: 10px;*/
/*	bottom: -80px;*/
/*	font-size: 350px;*/
/*	font-weight: 800;*/
/*	color: black;*/
/*}*/
.step-3 {
    z-index: 48;
    -webkit-filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(10px 0px 5px rgba(0, 0, 0, 0.2));
    /* background-image: url("../img/howitworks/bg3.png"); */
    background-color: #ecf0f1;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transform: translateX(-850px);
    -ms-transform: translateX(-850px);
    transform: translateX(-850px);
    -webkit-transition: all 0.66s;
    -o-transition: all 0.66s;
    transition: all 0.66s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    width: 20%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 3em;
}

/*.step-3 span {*/
/*	background: -webkit-linear-gradient(#000, #ffcc30);*/
/*	-webkit-background-clip: text;*/
/*	-webkit-text-fill-color: transparent;*/
/*	position: absolute;*/
/*	right: 10px;*/
/*	bottom: -80px;*/
/*	font-size: 350px;*/
/*	font-weight: 800;*/
/*	color: black;*/
/*}*/
.step-4 {
    /* background-image: url("../img/howitworks/bg4.png"); */
    background-color: #ecf0f1;
    background-repeat: no-repeat;
    z-index: 47;
    position: relative;
    -webkit-transform: translateX(-1280px);
    -ms-transform: translateX(-1280px);
    transform: translateX(-1280px);
    -webkit-transition: all 0.66s;
    -o-transition: all 0.66s;
    transition: all 0.66s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    width: 20%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 3em;
}

/*.step-4 span {*/
/*	background: -webkit-linear-gradient(#000, #ffcc30);*/
/*	-webkit-background-clip: text;*/
/*	-webkit-text-fill-color: transparent;*/
/*	position: absolute;*/
/*	right: -20px;*/
/*	bottom: -80px;*/
/*	font-size: 350px;*/
/*	font-weight: 800;*/
/*	color: black;*/
/*}*/
.howitworks-button-show {
    -webkit-transition: 0.22s;
    -o-transition: 0.22s;
    transition: 0.22s;
}

.howitworks-button-hide {
    -webkit-transition: 0.22s;
    -o-transition: 0.22s;
    transition: 0.22s;
    display: none;
}

.howitworks-all a {
    background-color: transparent;
    border: 1px solid black;
    margin-top: 1em;
    padding: 0.8em 5.5em 0.8em 5.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 50px;
}

.howitworks-all a:hover {
    background-color: black;
    color: white;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.howitworks-row {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin-right: 70px;
    margin-bottom: 150px;
}

.howitworks-row ul li {
    font-size: 14px;
    margin-bottom: -15px;
}

.howitworks-row h2 {
    padding: 0px;
    font-size: 25px;
    font-weight: 300;
}

.howitworks-row p {
    font-size: 14px;
}

.howitworks-all {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
    display: none;
}

.howitworks-row div {
    width: 19%;
    padding-left: 20px;
    padding-right: 35px;
}

.choose {
    width: 100%;
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.choose h3 {
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid white;
    display: block;
    text-align: center;
    margin: 272px auto 0px auto;
    font-weight: 300;
    font-size: 40px;
    width: 250px;
}

.choose button {
    background-color: transparent;
    border: 1px solid white;
    width: 220px;
    color: white;
    display: block;
    text-align: center;
    margin: 10px auto 0px auto;
    padding: 0.5em 2.5em 0.5em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
}

.choose a {
    background-color: transparent;
    border: 1px solid white;
    width: 220px;
    color: white;
    display: block;
    text-align: center;
    margin: 10px auto 0px auto;
    padding: 0.5em 2.5em 0.5em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.choose button:hover {
    background-color: white;
    color: black;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.choose a:hover {
    background-color: white;
    color: black;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.left {
    width: 50%;
    background-image: url(../img/backgrounds/zadavatel.jpg);
    background-position: center;
}

.right {
    width: 50%;
    background-image: url(../img/backgrounds/dizajner.jpg);
    background-position: center;
}

.absolute {
    position: absolute;
    left: -webkit-calc(100% / 2 - 40px);
    left: calc(100% / 2 - 40px);
    margin-top: 100px;
}

.comps {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comps div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.comps div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: auto !important;
}

.comps div div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0em 2em 2em 2em;
}

.comps div div div h5 {
    color: #7b7b7b;
    font-weight: 400;
    font-size: 16px;
}

.comps div div div table tr td {
    padding-right: 1em;
    padding-top: 0.7em;
    font-size: 16px;
}

.comps div div div table tr td span {
    font-weight: 600;
}

.comps h2 {
    color: #efb400;
    text-transform: uppercase;
    text-align: left;
    font-size: 22px;
    padding-left: 1.5em;
    margin-bottom: 20px;
    margin-top: 40px;
}

.vl {
    border-left: 1px solid black;
    margin: 140px 0px 0px 0px;
    height: 250px;
    width: 0px !important;
    min-width: 0px !important;
}

.swiper-scrollbar {
    background-color: initial;
}

.swiper-button-prev {
    left: 280px !important;
    top: 95% !important;
    width: 18px;
    height: 36px;
    -webkit-background-size: 18px 36px;
    background-size: 18px 36px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
    right: 280px !important;
    top: 95% !important;
    width: 18px;
    height: 36px;
    -webkit-background-size: 18px 36px;
    background-size: 18px 36px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2300000'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-pagination-progressbar {
    width: 65% !important;
    height: 2px !important;
    margin: 25px auto 25px auto;;
    position: relative !important;
    background-color: #9b9b9b !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: black !important;
}

.main-button {
    background-color: transparent;
    border: 1px solid white;
    width: 220px;
    color: white;
    display: block;
    text-align: center;
    margin: 150px auto 0px auto;
    padding: 0.5em 2.5em 0.5em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 13px;
}

.main-button-2 {
    background-color: transparent;
    border: 1px solid black;
    width: fit-content;
    width: -moz-fit-content;
    color: black;
    display: block;
    text-align: center;
    margin: 10px auto 20px auto;
    padding: 0.5em 3.5em 0.5em 3.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 13px;
}

.main-button-2:hover {
    background-color: black;
    color: white;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.main-button:hover {
    background-color: white;
    color: black;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.zaujem {
    padding: 50px 40px;
    background-image: url(../img/backgrounds/zaujem.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

.zaujem .main-button {
    margin: 0 auto;
}

/*
.zaujem button {
	background-color: transparent;
	border: 1px solid white;
	width: 220px;
	color: white;
	display: block;
	text-align: center;
	margin: 120px auto 0px auto;
	padding: 0.5em 2.5em 0.5em 2.5em;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-transform: uppercase;
}
.zaujem button:hover {
	background-color: white;
	color: black;
	-webkit-transition: all 0.20s;
	-o-transition: all 0.20s;
	transition: all 0.20s;
	cursor: pointer;
}
*/
.newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.newsletter .questions form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 45%;
}

.newsletter .questions form input {
    background-color: inherit;
    border: 0px;
    border-bottom: 1px solid black;
    padding: 0.5em 0.5em 0.5em 0;
    font-weight: 600;
    margin-top: 25px;
}

.newsletter .questions form button {
    background-color: transparent;
    border: 1px solid black;
    width: 120px;
    color: black;
    display: block;
    text-align: center;
    margin: 25px 0 0px auto;
    padding: 0.5em 2em 0.5em 2em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
}

.newsletter .questions form button:hover {
    background-color: black;
    color: white;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.newsletter .questions form h4 {
    font-weight: 800;
    font-size: 18px;
}

.ideas {
    background-image: url(../img/ideas.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 594px;
}

.questions {
    background-color: #ebebeb;
    width: 50%;
    height: 594px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom {
    position: relative;
    width: 100%;
    background-color: #5e5e5e;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.bottom a {
    color: #b4b4b4;
    padding-right: 2em;
    padding-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 14px;
}

.bottom p {
    color: #b4b4b4;
    font-size: 14px;
    padding-right: 2em;
    padding-left: 2em;
}

/*register page*/

.register {
    background-color: #efefef;
    padding: 40px 40px 40px 40px;
}

.register form {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 25px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.register form h1 {
    text-transform: uppercase;
    color: black;
    border-bottom: 1px solid black;
    display: block;
    text-align: center;
    margin: 50px auto 30px auto;
    font-weight: 300;
    font-size: 40px;
}

.register form button {
    background-color: transparent;
    border: 1px solid black;
    margin: 2.5em auto;
    padding: 0.5em 2.5em 0.5em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: fit-content;
    width: -moz-fit-content;
    font-size: 14px;
    text-transform: uppercase;
}

.register form button:hover {
    background-color: black;
    color: white;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.register form input {
    border: 0;
    padding: 0.5em;
    margin: 2em 0em 0em 0em;
    width: 100%;
}

.register form input[type=checkbox] {
    border: 0;
    padding: 0;
    margin: 0 20px 0 0;
    width: auto;
}

.register form img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}

.register .field-register-form-tos  {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
}

.register .field-register-form-bio textarea{
    padding: 0.5em;
}

.form-group {
    width: 100%;
    flex-direction: column !important;
}

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

.lang-select {
    position: relative !important;
    opacity: 1 !important;
}

.register-img {
    width: 230px;
    height: 230px;
    border-radius: 100%;
    overflow: hidden;
}

.register form a input[type=checkbox] {
    background-color: #efefef !important;
    border: 1px solid black !important;
    margin: 0px !important;
    width: auto !important;
    margin-right: 20px !important;
}

.register form p {
    font-size: 14px;
}

.register-a {
    border-bottom: 0px !important;
    padding-bottom: 0em !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    margin: 0 auto;
}

.small-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 20px 20px 20px;
    background-color: #efefef;
}

.small-menu #nav-icon {
    margin: 0px !important;
}

.pdf {
    -webkit-border-radius: 0% !important;
    border-radius: 0% !important;
    width: 30px !important;
    height: auto !important;
    margin: 0px 20px 0px 35px !important;
}

/*projects page*/

.projects {
    background-color: #efefef;
    padding: 40px 40px 40px 40px;
}

.projects-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
}

.list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    width: 50%;
    margin: 0 auto;
}

.filter-button {
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    display: block;
    border-bottom: 1px solid black;
    cursor: pointer;
}

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto !important;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 25px auto;
    width: 50% !important;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
}

.price-filter {
    font-weight: 800;
}

.tags {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    margin: 0px !important;
}

.sub-button {
    background-color: transparent;
    border: 1px solid black;
    width: 170px;
    min-width: 170px;
    color: black;
    display: block;
    text-align: center;
    margin-left: 10px;
    padding: 0.2em 2.5em 0.2em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 13px;
}

.sub-button:hover {
    background-color: black;
    color: white;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.sub-div {
    flex-direction: row;
    height: 30px;
    display: none;
    justify-content: flex-end;
}

.filter-checkbox-div {
    position: relative;
    display: flex;
    align-items: center;
}

.filter-checkbox-div img {
    margin-right: 5px;
}

.filter-checkbox-div img:hover {
    cursor: pointer;
}

.tags a {
    margin-right: 5px;
}

.filter-label {
    justify-content: flex-start !important;
}

.filter-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.filter-row-2 {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.filter-row-2 div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.filter-row-2 div button {
    height: 35px;
    border: 0px;
    margin: 10px;
}

.filter-row-2 div button:hover {
    cursor: pointer;
}

.filter-row-2 div button:active {
    background-color: #7a7a7a;
    color: white;
}

.filter-row select {
    margin: 10px;
}

.filter input[type=text] {
    width: 40%;
    min-width: 40%;
    border: 2px solid #e1e4e9;
    padding: 0.5em;
}

.filter-display {
    height: 200px;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    opacity: 1;
}

.projects-list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 10px;
}

.projects-list div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20% !important;
}

.desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 65% !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.desc a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid black;
    padding: 5px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 5px;
}

.informations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 17% !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.informations a {
    background-color: transparent;
    border: 1px solid black;
    margin-top: 1.5em;
    padding: 0.5em 2.5em 0.5em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    width: fit-content;
    width: -moz-fit-content;
}

.informations a:hover {
    background-color: black;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.desc h3 {
    color: #7a7a7a;
    font-weight: 400;
}

.desc table tr td {
    padding-left: 25px;
}

.desc button {
    background-color: transparent;
    border: 1px solid black;
    margin-top: 1.5em;
    padding: 0.5em 2.5em 0.5em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
}

.desc button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
}

.projects-list div img {
    margin-top: -50px;
    width: 30px;
    height: 30px;
}

.projects h1 {
    font-size: 40px;
    font-weight: 300;
}

select {
    font-size: 16px;
    width: 200px;
    background-color: inherit;
    border: 0px;
    border-bottom: 1px solid black;
}

option {
    background-color: #efefef;
}

.lister-swiper {
    margin: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 0px !important;
    height: 0px !important;
    font-size: 25px;
    padding-right: 0.2em;
    padding-left: 0.2em;
}

.swiper-pagination-projects {
    left: 390px !important;
    bottom: 1px !important;
}

.swiper-wrapper-projects {
    padding-bottom: 50px;
}

.swiper-button-prev-projects {
    left: 1250px !important;
    top: 99% !important;
    width: 10px;
    height: 28px;
    -webkit-background-size: 10px 28px;
    background-size: 10px 28px;
}

.swiper-button-next-projects {
    right: 460px !important;
    top: 99% !important;
    width: 10px;
    height: 28px;
    -webkit-background-size: 10px 28px;
    background-size: 10px 28px;
}

/*login*/

.login {
    background-color: #efefef;
    padding: 0px 20px 20px 20px;
}

.login-form {
    background-color: #efefef;
    padding-top: 20px;
    padding-bottom: 40px;
}

.login-form form {
    width: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 25px auto;
}

.login-form form h1 {
    text-transform: uppercase;
    color: #a9a9a9;
    display: block;
    text-align: left;
    margin: 50px 0px 0px 0px;
    font-weight: 300;
    font-size: 18px;
}

.login-form form button {
    background-color: transparent;
    border: 1px solid black;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.5em 2.5em 0.5em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
}

.login-form form button:hover {
    background-color: black;
    color: white;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.login-form form input {
    border: 0;
    padding: 0.5em;
    margin: 2em 0em 0em 0em;
    width: 100%;
}

.login-form form img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 220px;
    width: 230px;
    display: block;
    margin: 0 auto;
}

.login-form form a {
    color: #747474;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #747474;
    padding-bottom: 1em;
}

.login-form form a input[type=checkbox] {
    background-color: #efefef !important;
    border: 1px solid black !important;
    margin: 0px !important;
    width: auto !important;
    margin-right: 20px !important;
}

.login-form form p {
    font-size: 14px;
}

.login-form form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.login-form-a {
    border-bottom: 0px !important;
    padding-bottom: 0em !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    margin: 0 auto;
}

.continue-button {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    width: 100%;
}

/*business card*/

.business .business-card-editor h1 {
    font-size: 40px;
    font-weight: 300;
    margin-left: -250px;
}

.business {
    background-color: #efefef;
    padding: 40px 40px 40px 40px;
}

.multiple-select {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-top: 15px;
}

.multiple-select div {
    margin-top: 5px;
}

.business-card-editor {
    width: 30%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.business-card-editor h6 {
    color: #434343;
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.business-card-editor p {
    font-weight: 600;
    color: #434343;
    font-size: 14px;
}

.business-card-editor div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.input-no-margin {
    margin: 14px 0px 14px 0px !important;
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: #797979;
    outline: none;
    margin-bottom: 50px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 36px;
    border: 0;
    background: url('../img/swipe.png');
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 36px;
    border: 0;
    background: url('../img/swipe.png');
    cursor: pointer;
}

/*.sp-dd {*/
/*    background-image: url('../img/plus.png');*/
/*    -webkit-background-size: 18px 18px;*/
/*    background-size: 18px 18px;*/
/*    background-repeat: no-repeat;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    line-height: 500px;*/
/*}*/

/*.sp-replacer {*/
/*    border: 0px;*/
/*}*/

/*.sp-preview {*/
/*    border: 0px;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*}*/

.business-card-editor input[type=text] {
    padding: 0.6em;
    border: 0px;
    margin-top: 15px;
}

.business-card-editor select {
    padding: 0.6em;
    border: 0px;
    margin-top: 15px;
    background-color: white;
    width: 100%;
    margin-left: 0px;
}

.business-card-editor fieldset {
    border: 1px dashed black;
    height: 30px;
    padding: 0px;
}

.business-card-editor textarea {
    resize: none;
    height: 230px;
    border: 0px;
    padding: 1em;
    margin-top: 15px;
}

.flyer-size {
    width: 100%;
    margin-top: 15px;
}

.business-card-editor input[type=file] {
    width: 100%;
    opacity: 0;
    border: 1px dashed black;
    z-index: 100;
    height: 40px;
}

.business-card-editor input[type=file] + label {
    position: absolute;
    padding: 0.4em;
    display: inline-block;
    border: 1px dashed black;
    width: 28%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

input[type="checkbox"] + label {
    color: #434343;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin: -2px 9px 0 0;
    vertical-align:middle;
    background-color: white;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url('../img/check.png') top no-repeat;
    -webkit-background-size: 16px 16px;
            background-size: 16px 16px;
    background-color: white;
} */

.orient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.card9x5 {
    width: 170px;
    height: 100px;
    background-color: white;
    font-weight: 600;
    padding: 1em;
    margin-left: -25px;
}

.card5x9 {
    width: 100px;
    height: 170px;
    background-color: white;
    font-weight: 600;
    padding: 1em;
    margin-left: -25px;
}

.billboard-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.billboard {
    width: 300px;
    height: 150px;
    background-color: white;
    margin-bottom: 25px;
    padding: 1em;
}

.bigboard {
    width: 380px;
    height: 200px;
    background-color: white;
    margin-bottom: 25px;
    padding: 1em;
}

.citylight {
    width: 130px;
    height: 170px;
    background-color: white;
    margin-bottom: 25px;
    padding: 1em;
}

.pages {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
}

.input-span {
    border: 0px !important;
    border-bottom: 1px solid black !important;
    font-weight: 600 !important;
    background-color: inherit !important;
    color: #434343 !important;
    margin-top: -15px !important;
    padding-bottom: 0.1em !important;
    margin-left: -10px !important;
}

.pages input[type=text]::-webkit-input-placeholder {
    color: #434343;
    font-size: 14px;
}

/*designer subpage*/

.designer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    padding: 40px;
    background-color: #efefef;
    /*	z-index: -900;*/
}

.designer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 20%;
}

.designer-flex span {
    font-weight: 600;
    font-size: 14px;
}

.designer-flex div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.designer-flex a {
    border-bottom: 1px solid black;
    font-weight: 800;
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-top: 20px;
}

.designer-flex a:hover {
    color: #aeaeae;
    border-bottom: 1px solid #aeaeae;
}

.designer-flex p {
    margin-bottom: 0px;
}

.designer-flex h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 300;
}

.designer-flex h4 {
    font-weight: 800;
    margin-bottom: 0px;
}

.designer-flex h5 {
    margin: 0px;
}

.designer-flex h5:after {
    content: " ";
    display: block;
    height: 20px;
    border-bottom: 1px solid #b7b7b7;
    width: 100%;
}

.designer > h1 {
    position: absolute;
    top: 40px;
    left: 40px;
    font-weight: 300;
}

.portfolio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 1150px;
}

.portfolio > p {
    font-size: 16px;
    line-height: 18px;
    margin: 15px 0;
    font-weight: 700;
}

.lister-swiper.first {
    width: calc(100% + 34px);
    margin: 0 -17px;
    padding: 0 17px;
}

.lister-swiper.first .swiper-button-next {
    top: 50% !important;
    right: 0 !important;
}

.lister-swiper.first .swiper-button-prev {
    top: 50% !important;
    left: 0 !important;
}

.lister-swiper.first .swiper-button-next,
.lister-swiper.first .swiper-button-prev {
    width: 17px;
    height: 34px;
    margin-top: calc(-17px - 30px); /* because of padding bottom */
    background-size: 17px 34px;
}

.lister-swiper.first.designer-edition .swiper-button-next,
.lister-swiper.first.designer-edition .swiper-button-prev {
    margin-top: -17px;
}

.lister-swiper.first .swiper-button-disabled {
    opacity: 0.1;
}

.lister-swiper.first.designer-edition .swiper-slide {
    margin-top: auto;
    margin-bottom: auto;
}

.cover {
    width: 100%;
}

.cover img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.portfolio-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid black;
}

.portfolio-header.designer-edition {
    flex-direction: column;
    margin-top: 0
}

.portfolio-pic {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid white;
    overflow: hidden;
    width: 170px;
    height: 170px;
    margin-top: -80px;
    margin-right: 50px;
}

.client-pic {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid white;
    overflow: hidden;
    width: 140px;
    min-width: 140px;
    height: 140px;
    margin-right: 50px;
}

.portfolio-header.designer-edition .client-pic {
    align-self: flex-start;
    margin: -50px 0 0 0;
}

.edit-field {
    display: none;
}

.edit-name {
    position: absolute;
    left: -31%;
    top: -30px;
    font-size: 1em;
    width: 20% !important;
}

.portfolio-header form {
    width: 80%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: fit-content;
    height: moz-fit-content;
}

.portfolio-header form input {
    padding: 0.5em;
    margin: 10px;
    margin-left: 0px;
    width: 60%;
}

.portfolio-header form textarea {
    padding: 0.5em;
    margin: 10px;
    margin-left: 0px;
    height: 70px;
}

#edit-button {
    margin-left: 0px !important;
}

.edit-ico {
    border: 0px !important;
    width: 20px;
    right: 210px !important;
    top: 9px !important;
}

.edit-ico:hover {
    background-color: inherit !important;
    cursor: pointer;
}

.active-projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.active-projects div button {
    background-color: transparent;
    border: 1px solid black;
    margin-top: 1.5em;
    padding: 0.5em 2.5em 0.5em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.active-projects div button:hover {
    background-color: black;
    color: white;
    -webkit-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
    cursor: pointer;
}

.active-projects div h5 {
    color: #7b7b7b;
    font-weight: 400;
    font-size: 16px;
}

.active-projects div table tr td {
    padding-right: 1em;
    padding-top: 0.7em;
    font-size: 16px;
}

.active-projects div table tr td span {
    font-weight: 600;
}

.client-prev {
    top: 97% !important;
}

.client-next {
    top: 97% !important;
}

.portfolio-header a {
    position: absolute;
    right: 0;
    bottom: 15px;
    background-color: transparent;
    border: 1px solid black;
    margin-top: 1em;
    padding: 0.8em 2.5em 0.8em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.portfolio-header div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.portfolio-buttons {
    position: absolute;
    top: -35px;
    right: 0px;
}

.portfolio-buttons a {
    position: relative;
}

.stats-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
}

.portfolio-header a:hover {
    background-color: black;
    color: white;
}

.portfolio-header img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.portfolio-header p {
    font-size: 14px;
}

.portfolio-header.designer-edition > p {
    width: calc(100% - 220px);
    align-self: flex-end;
    margin-top: -75px;
}


.portfolio-header span {
    font-weight: 700;
}

.stats {
    width: 60px;
    height: 60px;
    border: 1px solid black;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px;
    margin-left: 10px;
}

.client-pagination {
    color: black;
    font-size: 15px;
    left: 470px !important;
}

.client-next {
    width: 10px;
    height: 28px;
    -webkit-background-size: 10px 28px;
    background-size: 10px 28px;
    right: 0px !important;
}

.client-prev {
    width: 10px;
    height: 28px;
    -webkit-background-size: 10px 28px;
    background-size: 10px 28px;
    left: 950px !important;
}

.portfolio-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}

.client-prev-2 {
    top: 98.6% !important;
}

.client-next-2 {
    top: 98.6% !important;
}

.portfolio-projects > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: auto;
    max-height: 400px;
    width: 95%;
    position: relative;
    overflow: visible;
}

.portfolio-projects > div > div {
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    margin: auto;
    padding: 0 7px;
    position: relative;
}

.portfolio-projects div > div:before {
    content: attr(title);
    position: absolute;
    background-color: #595959;
    padding: 5px 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    color: white;
    top: -15px;
    left: 20px;
    z-index: 999;
}

.portfolio-projects div img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.portfolio-project-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    width: 100%;
    z-index: 100;
    margin: 15px 0px 0px 0px !important;
    border-top: 1px solid black;
    height: auto !important;
    padding: 5px;
}

.portfolio-project-desc embed {
    margin-right: 5px;
}

.portfolio-project-desc p {
    margin-top: 5px;
}

.sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-top: 10px;
    padding-bottom: 40px;
}

.sort p {
    font-weight: 600;
    margin: 0px;
}

/*pay*/

.pay-input-box {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
}

.pay-input {
    padding: 0px !important;
    width: 100px;
    background-color: inherit;
    border-bottom: 1px solid black !important;
    margin-top: 0px !important;
    font-weight: 600;
    height: 30px;
}

.pay-output {
    border: 1px solid #0d0d0d;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    text-align: center !important;
}

.output-span {
    font-weight: 600;
}

.pay-output-final {
    background-color: #636363;
    border: 0px;
    margin-top: 50px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
}

.output-span-final {
    color: white;
    font-weight: 600;
}

.pay-output-final p {
    color: white;
    font-weight: 300 !important;
}

/*get-started*/

.get-started {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #efefef;
    padding: 20px;
}

.get-started-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    overflow: visible;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.get-started-top div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.get-started-top div img {
    position: absolute;
    left: 25px;
    bottom: 0;
    z-index: 100;
}

.get-started-top div embed {
    margin-top: 50px;
}

.p-1 {
    font-size: 17px;
    font-weight: 600;
    color: #c1c1c1;
    text-transform: uppercase;
    margin-left: 35px;
}

.p-2 {
    font-size: 17px;
    font-weight: 600;
    color: #c1c1c1;
    text-transform: uppercase;
    margin-left: 65px;
}

.span-1 {
    font-size: 80px;
    font-weight: 800;
    color: #c1c1c1;
}

.raise-5 {
    margin-bottom: 60px;
}

.raise-4 {
    margin-bottom: 50px;
}

.raise-3 {
    margin-bottom: 40px;
}

.raise-2 {
    margin-bottom: 30px;
}

.raise-1 {
    margin-bottom: 20px;
}

.get-started-swiper {
    width: 100%;
}

.get-started input[type=text] {
    padding: 0.6em;
    border: 0px;
    margin-top: 15px;
    margin-bottom: 40px;
    background-color: white;
}

.get-started-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.get-started-horizontal div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 24%;
    margin: 40px;
}

.get-started-horizontal div h1 {
    font-size: 30px;
    text-transform: uppercase;
}

.get-started-horizontal label {
    margin-top: 25px;
    margin-bottom: 5px;
}

.get-started-horizontal input[type=file] {
    width: 100%;
    opacity: 0;
    border: 1px dashed black;
    z-index: 100;
    height: 250px;
}

.get-started-horizontal textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
}

.get-started-drag {
    position: absolute;
    height: 250px;
    width: 23.5%;
    border: 1px dashed black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.get-started-horizontal button {
    background-color: transparent;
    border: 1px solid black;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.5em 2.5em 0.5em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: 40%;
    text-transform: uppercase;
}

.get-started-horizontal button:hover {
    color: white;
    background-color: black;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.buttons-get-started {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    width: 100% !important;
    margin: 25px auto !important;
}

/*designers-lister*/

.designers-lister {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #efefef;
}

.designers-lister h1 {
    font-size: 40px;
    font-weight: 300;
    margin: 0;
}

.designers-lister-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 35%;
}

.designers-lister-top span {
    font-weight: 600;
}

.designers-lister-designers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65%;
}

.designers-lister-designers div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
    width: 100%;
}

.designers-lister-desc {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
    border-left: 1px solid #747474;
    padding-left: 10px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 75% !important;
}

.designers-lister-desc a {
    background-color: transparent;
    border: 1px solid black;
    margin-top: 1em;
    padding: 0.8em 2.5em 0.8em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.designers-lister-desc a:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}

.designers-ister-designers div h4 {
    font-weight: 600;
}

.designers-lister-pic {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid black;
    overflow: hidden;
    width: 150px !important;
    height: 150px !important;
    position: relative;
}

.designers-lister-designers div img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*select*/

.designers-lister-pic embed {
    margin: auto;
    left: 0;
    right: 0;
    height: fit-content;
}

.select-desc {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
    margin: 15px 0 0 15px;
}

.select-desc ul {
    list-style-type: square;
}

.select-desc ul li {
    margin-top: 5px;
}

.select-lister {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 1120px;
    margin: 0 auto;
}

.select-lister > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-left: 0px;
    margin-top: 35px;
}

.select-lister div p {
    margin: 0px;
}

.select-desc h4 {
    font-size: 25px;
    margin: 0px;
    margin-left: 10px;
}

/*    designers-lister-NEW-UPDATE   */

.select-lister .category-circle {
    height: fit-content;
    height: -moz-fit-content;
    margin-top: 15px;
}

.select-lister .category-circle .round {
    border: 1px solid #000;
}

.select-lister .category-circle .round > img {
    filter: invert(1);
}

.select-lister .category-circle:hover .round,
.select-lister .category-circle.hovered .round {
    background-color: #887e7e;
    border: 1px solid #887e7e;
}

.select-lister .category-circle.hovered .round > img,
.select-lister .category-circle:hover .round > img {
    filter: invert(0);
}

.select-desc > a {
    transition: .3s;
    display: block;
}

.select-desc > a:hover {
    color: #887e7e !important;
}

.select-lister .category-circle:hover + .select-desc > a {
    color: #887e7e !important;
}

/*project-subpage*/

.project-subpage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 40px 40px 150px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #efefef;
}

.project-subpage-label img {
    width: 15px;
    margin-right: 5px;
}

.project-subpage-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin: 0 auto;
}

.project-subpage-info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 350px;
    border-left: 1px solid #5e5e5e;
    padding-left: 10px;
}

.info-pic {
    border: 1px solid black;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 80px !important;
    height: 80px !important;
    margin-right: 15px;
}

.project-subpage-info h2 {
    padding-right: 10px;
    font-weight: 800;
    margin: 0;
}

.project-subpage-info h3 {
    margin: 0px;
}

.project-subpage-info p {
    margin: 0px;
}

.project-subpage-info embed {
    position: absolute;
    left: 30px;
    top: 25px;
    width: 35px;
}

.time-left {
    margin-left: -webkit-calc(50% - 72.27px);
    margin-left: calc(50% - 72.27px);
    margin-bottom: 200px;
}

.project-subpage input[type="file"] {
    opacity: 0;
}

.project-subpage button {
    background-color: transparent;
    border: 1px solid black;
    margin: 0 auto;
    padding: 0.5em 2.5em 0.5em 2.5em;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
}

.project-subpage button:hover {
    background-color: black;
    color: white;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    cursor: pointer;
}

.project-subpage-label {
    width: 100px;
    border: 1px solid black;
    padding: 0.4em 2em 0.4em 2em;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
}

/*project upload*/

.upload {
    align-items: flex-start;
}

.upload table tr td:nth-child(1) {
    font-weight: 400;
    padding-right: 15px;
}

.upload-time {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid black;
    padding-bottom: 1em;
}

.upload-time span {
    font-weight: 400;
}

.upload-time div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.guaranteed {
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
}

.share {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: 800;
    align-items: center;
}

.share p {
    margin: 0px;
    width: auto;
    font-size: 20px;
}

.portfolio-buttons-upload {
    flex-direction: row !important;
    height: 45px;
}

.portfolio-buttons-upload a {
    position: relative;
    margin-right: 10px;
}

.upload-tabs {
    flex-direction: row !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.upload-tabs a {
    position: relative;
    font-size: 19px;
    font-weight: 400;
    margin: 10px;
}

.upload-tabs a:hover {
    cursor: pointer;
}

#messages-container {
    display: none;
}

.message-container{
    max-height: 500px;
    overflow: scroll;
}

.upload-prev {
    top: 98.5% !important;
}

.upload-next {
    top: 98.5% !important;
}

/*media query*/

@media only screen and (max-width: 1824px) {
    .howitworks-all {
        width: 100%;
    }

    .step-1 {
        width: 18%;
    }

    .step-2 {
        width: 18%;
    }

    .step-3 {
        width: 18%;
    }

    .step-4 {
        width: 18%;
    }

    .howitworks-all ul {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1740px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        width: fit-content;
        width: -moz-fit-content;
        left: calc(50% - 28px) !important;
    }

    .projects-list {
        width: 80%;
    }

    .designers-lister-designers {
        width: 75%;
    }

    .header-main {
        width: 65%;
    }
}

@media only screen and (max-width: 1700px) {

    .swiper-pagination-progressbar {
        width: 55% !important;
    }

}

@media only screen and (max-width: 1688px) {
    .howitworks-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #ffcc30;
        width: 60%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px;
        margin-right: 0px;
    }

    .howitworks-row div {
        width: 50%;
        margin-bottom: 50px;
    }

    .register form {
        width: 75%;
    }
}

@media only screen and (max-width: 1632px) {
    .vl {
        display: none !important;
    }

    /*
	.swiper-button-prev {
		top: 97.5% !important;
	}
	.swiper-button-next {
		top: 97.5% !important;
	}
*/
    .login-form form {
        width: 25%;
    }
}

@media only screen and (max-width: 1600px) {

    .newsletter .questions form {
        width: 60%;
    }

}

@media only screen and (max-width: 1580px) {
    .edit-name {
        left: -25%;
    }

    .howitworks-all p {
        font-size: 14px;
    }

    .howitworks-all ul li {
        font-size: 14px;
    }

    .howitworks-all h2 {
        font-size: 25px;
    }

    .projects-list {
        width: 90%;
    }

    .designers-lister-designers {
        width: 90%;
    }

    .designers-lister-top {
        width: 45%;
    }

    .get-started-horizontal div {
        width: 25%;
    }

    .get-started-drag {
        width: 24.5%;
    }

    .header-main {
        width: 71.7%;
    }

    .vl {
        display: none;
    }

    .portfolio {
        width: 830px;
    }

}

@media only screen and (max-width: 1541px) {

    .swiper-button-prev,
    .swiper-button-next {
        top: 50% !important;
    }

    .swiper-pagination-progressbar {
        margin: 10px auto;
        width: 770px !important;
    }

    .comps h2 {
        margin-bottom: 10px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1440px) {
    .filter {
        width: 80% !important;
    }

    .get-started-horizontal div {
        width: 27%;
    }

    .get-started-drag {
        width: 26.5%;
    }

    .list-header {
        width: 65%;
    }

    .header-main {
        width: 79%;
    }

    .swiper-button-prev {
        left: 200px !important;
    }

    .swiper-button-next {
        right: 200px !important;
    }

    .business-card-editor {
        width: 40%;
    }

    .business-card-editor input[type=file] + label {
        width: 36.7%;
    }

    .zaujem .flex {
        width: 95%;
        justify-content: space-between;
    }

    .zaujem .flex .category-circle {
        width: 120px;
    }

    .zaujem .flex .category-circle .round {
        height: 120px;
    }

    .zaujem .flex .category-circle > span {
        font-size: 18px;
        line-height: 20px;
    }

}

@media only screen and (max-width: 1439px) {
    .step-1 {
        width: 30%;
    }

    .step-2 {
        width: 30%;
        filter: none;
    }

    .step-3 {
        width: 30%;
    }

    .step-4 {
        width: 30%;
    }
}

@media only screen and (max-width: 1370px) {
    .get-started-horizontal {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .projects-list {
        width: 100%;
    }

    .informations {
        width: 25% !important;
    }

    .get-started-horizontal div {
        width: 50%;
    }

    .get-started-horizontal label {
        width: 49.5%;
    }

    .p-1 {
        font-size: 16px;
    }

    .p-2 {
        font-size: 16px;
    }

    .span-1 {
        font-size: 75px;
    }

    .swiper-pagination-projects {
        left: 350px !important;
        bottom: 7px !important;
    }

    .face {
        display: none;
    }

    .header-main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 60%;
    }
}

@media only screen and (max-width: 1300px) {

    .select-lister {
        width: 890px;
    }

    .select-desc h4 {
        font-size: 20px;
    }

    .select-lister .category-circle {
        width: 100px;
        min-width: 100px;
    }

    .select-lister .category-circle .round {
        height: 100px;
    }

}

@media only screen and (max-width: 1280px) {
    .portfolio-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .client-pic {
        margin-right: 0;
    }

    .portfolio-pic {
        margin-left: 0px;
        margin-bottom: 25px;
        width: 170px;
    }

    .swiper-button-prev {
        left: 10% !important;
    }

    .swiper-button-next {
        right: 10% !important;
    }

}

@media only screen and (max-width: 1250px) {

    .designer.designer-edition {
        flex-direction: column;
        align-items: center;
    }

    .designer.designer-edition > h1 {
        width: 830px;
        position: relative;
        top: auto;
        left: auto;
    }

    .portfolio-header.designer-edition > p {
        width: calc(100% - 190px);
    }

    .newsletter {
        height: 400px;
    }

    .ideas,
    .questions {
        height: 100%;
    }

}

@media only screen and (max-width: 1234px) {
    .designers-lister-top {
        width: 60%;
    }

    .designers-lister-designers {
        width: 100%;
    }

    .get-started-top {
        width: 80%;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .register form {
        width: 60%;
    }

    .login-form form {
        width: 35%;
    }

    .swiper-pagination-projects {
        left: 300px !important;
        bottom: 7px !important;
    }
}

@media only screen and (max-width: 1204px) {
    #top-row {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1200px) {

    .zaujem {
        height: 750px;
        padding: 30px;
    }

    .zaujem .flex {
        margin-top: -30px;
        width: 690px;
    }

    .zaujem .flex .category-circle {
        margin-top: 30px;
        width: 140px;
    }

    .zaujem .flex .category-circle .round {
        height: 140px;
    }

}

@media only screen and (max-width: 1199px) {

    #billboard-design_size > label:nth-child(1) > span {
        width: 30%;
    }

}

@media only screen and (max-width: 1150px) {

    .select-desc h4 {
        font-size: 21px;
    }

}

@media only screen and (max-width: 1130px) {
    .list-header {
        width: 75%;
    }

    .swiper-button-next {
        right: 130px !important;
    }

    .business-card-editor {
        width: 50%;
    }

    .business-card-editor input[type=file] + label {
        width: 45%;
    }

    .business .business-card-editor h1 {
        margin-left: 0;
    }

    .business-card-editor:after {
        width: 100%;
        margin-left: 0%;
    }
}

@media only screen and (max-width: 1100px) {

    .header-main {
        width: 70%;
    }

    .inv {
        display: none;
    }

    .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    #nav-icon {
        display: block;
    }

    .swiper-button-prev {
        left: 5% !important;
    }

    .swiper-button-next {
        right: 5% !important;
    }

}

@media only screen and (max-width: 1068px) {
    .swiper-pagination-projects {
        left: 250px !important;
        bottom: 7px !important;
    }
}

@media only screen and (max-width: 1042px) {
    .edit-name {
        left: -38%;
        width: 35% !important;
    }

    .register form {
        width: 50%;
    }

    .designer-flex {
        width: 30%;
    }

    .header-main {
        width: 80%;
    }

    .howitworks-all {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {

    .select-desc {
        padding-right: 10px;
        margin: 15px 0 0 5px;
    }

    .select-desc h4 {
        font-size: 17px;
    }

    .select-desc ul li {
        margin-top: 3px;
        font-size: 14px;
    }

    .select-lister {
        width: 720px;
    }

    .select-lister .category-circle {
        min-width: 100px;
    }

    .newsletter .questions form {
        width: 80%;
    }

}

@media only screen and (max-width: 986px) {
    .edit-name {
        left: -30%;
    }

    .list-header {
        width: 90%;
    }

    .filter {
        width: 100% !important;
        min-height: 250px;
    }

    .projects-list div div {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .desc {
        width: 100% !important;
    }

    .informations {
        width: 100% !important;
    }

    .swiper-pagination-projects {
        left: 300px !important;
        bottom: 7px !important;
    }

    .swiper-button-next {
        right: 50px !important;
    }

    .business-card-editor {
        width: 65%;
    }

    .business-card-editor input[type=file] + label {
        width: 58%;
    }
}

@media only screen and (max-width: 934px) {
    #edit-button {
        margin: 0 auto !important;
    }

    .edit-name {
        left: -27%;
    }

    .portfolio-header a {
        position: relative;
        margin: 5px auto;
        right: 0px !important;
    }

    .designers-lister-top {
        width: 100%;
    }

    .swiper-pagination-projects {
        left: 200px !important;
        bottom: 7px !important;
    }

    .swiper-button-next {
        right: 50px !important;
    }

    .header-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .header-main div form {
        margin-top: 50px;
        width: 350px;
    }

    .choose {
        height: auto;
    }

    .right {
        width: 100%;
        height: 640px;
    }

    .left {
        width: 100%;
        height: 640px;
    }

    .absolute {
        display: none;
    }

    .swiper-button-prev {
        left: 3% !important;
    }

    .swiper-button-next {
        right: 3% !important;
    }

    .ideas {
        display: none;
    }

    .questions {
        width: 100%;
    }

    .login-form form {
        width: 45%;
    }

    .portfolio-project-desc {
        margin: 10px 0px 0px 0px !important;
    }

    .portfolio-project-desc p {
        font-size: 14px;
    }

    .newsletter .questions form {
        width: 65%;
    }

}

@media only screen and (max-width: 900px) {

    .designer {
        flex-direction: column;
        align-items: center;
    }

    .designer > h1 {
        position: relative;
        top: auto;
        left: auto;
    }

    .portfolio,
    .designer.designer-edition > h1 {
        width: 600px;
    }

    .portfolio-header {
        margin-top: 0;
    }

    .portfolio-projects > div {
        max-height: 300px;
    }

    .portfolio-header.designer-edition .client-pic {
        align-self: center;
    }

    .portfolio-header.designer-edition > p {
        width: 100%;
        margin-top: 10px;
    }

}

@media only screen and (max-width: 850px) {

    .swiper-button-prev {
        left: 1% !important;
    }

    .swiper-button-next {
        right: 1% !important;
    }

}

@media only screen and (max-width: 836px) {
    .filter-row select {
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .howitworks img {
        width: 70%;
    }

    .step-1 {
        width: 60%;
        padding-bottom: 15em;
        filter: none;
    }

    .step-2 {
        width: 59.5%;
        margin-left: -27px !important;
    }

    .step-3 {
        width: 58.7%;
        filter: none;
        margin-left: -35px !important;
    }

    .step-4 {
        width: 56.8%;
        padding-bottom: 10em;
        margin-left: -55px !important;
    }

    .howitworks-row {
        width: 100%;
    }

    .howitworks-row div {
        width: 80%;
        padding: 0px;
    }

    .desc {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .swiper-pagination-projects {
        left: 0px !important;
        bottom: 7px !important;
    }

    .projects-list {
        margin-bottom: 40px;
    }

    .price {
        width: 50% !important;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .projects-list div img {
        margin-left: 22px;
    }
}

@media only screen and (max-width: 800px) {

    .select-lister {
        width: 100%;
        grid-template-columns: 1fr;
        /*justify-items: center;*/
    }

    .select-lister > div:last-child {
        justify-content: flex-start;
        grid-column: auto;
    }

    .select-desc {
        margin: 15px 0 0 15px;
    }

    .select-desc h4 {
        font-size: 20px;
    }

    .select-desc ul li {
        margin-top: 5px;
        font-size: 16px;
    }

    .select-lister .category-circle {
        width: 130px;
        min-width: 130px;
    }

    .select-lister .category-circle .round {
        height: 130px;
    }

    section.competitions {
        display: none;
    }

}

@media only screen and (max-width: 790px) {
    .edit-name {
        left: 0%;
        top: -18%;
        width: 50% !important;
    }

    .portfolio-buttons {
        position: relative;
        top: 0px;
    }

    .get-started-horizontal div {
        width: 75%;
    }

    .get-started-horizontal label {
        width: 70.5%;
    }

    .designer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .designer-flex {
        width: 80%;
        margin-bottom: 50px;
    }

    .sort {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 25px;
    }

    .register form img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        margin: 0 auto;
    }

    .register-img {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        overflow: hidden;
    }

    .comps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .comps div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .comps div div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .comps div div div {
        width: 300px !important;
    }

    .comps h2 {
        text-align: center;
    }

    .swiper-button-prev {
        top: 99% !important;
    }

    .swiper-button-next {
        top: 99% !important;
    }

    .zaujem .flex {
        width: 590px;
    }

    .zaujem .flex .category-circle {
        width: 120px;
    }

    .zaujem .flex .category-circle .round {
        height: 120px;
    }

    .business-card-editor {
        width: 75%;
    }

    .business-card-editor input[type=file] + label {
        width: 65.5%;
    }
}

@media only screen and (max-width: 700px) {

    .portfolio,
    .designer.designer-edition > h1 {
        width: 100%;
    }

    .project-category-printable > .row,
    .project-category-billboard > .row {
        width: 100%;
    }

    .project-category-billboard .row > div {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

}

@media only screen and (max-width: 662px) {
    .project-subpage-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .project-subpage-info div {
        border-left: 0px;
        border-top: 1px solid #5e5e5e;
        padding: 15px;
    }

    .project-subpage-info embed {
        left: 165px;
        top: 40px;
    }

    .project-subpage-info h2 {
        padding: 15px;
    }

    .time-left {
        margin-left: -webkit-calc(60% - 452.91px / 2);
        margin-left: calc(60% - 452.91px / 2);
    }

    .business-card-editor {
        width: 90%;
    }

    .business-card-editor input[type=file] + label {
        width: 75%;
    }

    .login-form form {
        width: 55%;
    }

    .register form {
        width: 80%;
    }

    .list-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .projects-list {
        width: 90%;
    }

    .projects {
        padding: 20px 20px 20px 20px;
    }
}

@media only screen and (max-width: 650px) {

    .zaujem {
        height: auto;
        justify-content: flex-end;
        background-image: none;
        background-color: #6a8791;
    }

    .zaujem .flex {
        margin-top: 30px;
        width: 350px;
    }

    .zaujem .flex .category-circle:last-child {
        margin: 30px auto 0 auto;
    }

    .zaujem .main-button {
        margin: 60px auto 0 auto;
    }

}

@media only screen and (max-width: 634px) {
    .howitworks img {
        padding-left: 0em;
    }

    .swiper-button-prev {
        left: 60px !important;
    }

    .swiper-button-next {
        right: 60px !important
    }

    .designers-lister-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media only screen and (max-width: 600px) {

    .select-desc h4 {
        font-size: 18px;
    }

    .select-desc ul li {
        margin-top: 3px;
        font-size: 14px;
    }

    .select-lister .category-circle {
        width: 100px;
        min-width: 100px;
    }

    .select-lister .category-circle .round {
        height: 100px;
    }

    .portfolio-projects > div {
        max-height: 250px;
    }

    #printable-design_orientation .paper {
        width: 12em;
        height: 7em;
    }

    #printable-design_orientation .paper.two {
        height: 12em;
        width: 7em;
    }

}

@media only screen and (max-width: 550px) {
    .filter {
        align-items: flex-start;
    }

    .filter-row-2 {
        align-items: flex-start;
    }

    .business {
        padding: 20px;
    }

    .citylight {
        width: 80px;
        height: 100px;
    }

    .billboard {
        width: 210px;
        height: 80px;
    }

    .bigboard {
        width: 240px;
        height: 130px;
    }

    .step-1 {
        width: 70%;
    }

    .step-2 {
        width: 70%;
    }

    .step-3 {
        width: 70%;
    }

    .step-4 {
        width: 70%;
    }

    .get-started-horizontal div {
        width: 100%;
    }

    .get-started-horizontal label {
        width: 91.5%;
    }

    .orient {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: left;
        -ms-flex-align: left;
        -webkit-align-items: left;
        align-items: left;
    }

    .card5x9 {
        margin-left: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .card9x5 {
        margin-left: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .login-form form {
        width: 65%;
    }

    .top-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .top-nav a {
        padding: 0.4em;
    }

    .mobile-menu {
        height: 200px;
        margin-top: -200px;
    }

    .mobile-menu-dropdown {
        margin-top: 0px;
    }

    .newsletter .questions form {
        width: 92%;
    }
}

@media only screen and (max-width: 500px) {

    .designer {
        padding: 20px;
    }

    .lister-swiper.first {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .client-pic {
        margin-bottom: 20px;
    }

    .active-projects {
        padding-bottom: 30px;
    }

    .lister-swiper.first .swiper-button-next,
    .lister-swiper.first .swiper-button-prev {
        margin-top: calc(-17px - 15px);
    }

    .lister-swiper.first .swiper-button-disabled {
        opacity: 0.2;
    }

    .portfolio-projects > div {
        max-height: 90vw;
        width: 90%;
    }

    #printable-design_orientation > .row:before {
        display: none;
    }

    #printable-design_orientation > .row {
        flex-direction: column;
        margin-top: -30px;
    }

    #printable-design_orientation > .row .col-lg-6 {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 458px) {
    .portfolio-header form {
        width: 100%;
    }

    .step-2 {
        padding-bottom: 13em;
        -webkit-background-size: 100% 1000px;
        background-size: 100% 1000px;
    }

    .step-4 {
        padding-bottom: 13em;
        -webkit-background-size: 100% 1000px;
        background-size: 100% 1000px;
    }

    .project-subpage {
        padding: 20px;
    }

    .project-subpage-info div {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 100px;
        width: 250px;
    }

    .project-subpage-info embed {
        left: 120px;
    }

    .info-pic {
        margin-right: 0px;
    }

    .time-left {
        margin-left: -webkit-calc(78% - 452.91px / 2);
        margin-left: calc(78% - 452.91px / 2);
        margin-bottom: 70px;
    }

    .designers-lister-pic {
        width: 100px;
        height: 100px;
    }

    .designers-lister {
        padding: 20px;
    }

    .designers-lister-designers div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .designers-lister-desc {
        border-left: 0px;
        border-top: 1px solid #747474;
    }

    .register form {
        width: 90%;
    }

    .stats-flex {
        margin-left: -20px;
    }

    .stats {
        width: 50px;
        height: 50px;
    }

    .login-form form {
        width: 75%;
    }

}

@media only screen and (max-width: 450px) {

    .zaujem .flex {
        width: 300px;
    }

    .zaujem h2 {
        padding-left: 0;
    }

}

@media only screen and (max-width: 425px) {
    .step-3 {
        -webkit-background-size: 100% 1000px;
        background-size: 100% 1000px;
    }

    .get-started {
        padding: 10px;
    }

    .get-started-horizontal label {
        width: 94.5%;
    }

    .get-started-horizontal div {
        margin: 0px !important;
    }

    .business-card-editor input[type=file] + label {
        width: 70%;
    }

    .register form img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        margin: 0 auto;
    }

    .small-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .small-menu #nav-icon {
        margin: 15px auto !important;
    }

    .header-main div form {
        width: 270px;
    }

    .left {
        height: 400px;
    }

    .choose h3 {
        margin: 150px auto 0px auto;
    }

    .right {
        height: 400px;
    }

    .swiper-button-prev {
        left: 30px !important;
    }

    .swiper-button-next {
        right: 30px !important
    }

    .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: 90px;
    }
}

@media only screen and (max-width: 408px) {
    .projects-list div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .list-header {
        width: 100%;
    }

    .login-form form {
        width: 85%;
    }
}

@media only screen and (max-width: 400px) {

    .zaujem {
        padding: 30px 20px;
    }

    .zaujem .flex {
        width: 280px;
    }

    .select-desc h4 {
        font-size: 16px;
    }

    .select-lister .category-circle {
        width: 80px;
        min-width: 80px;
    }

    .select-lister .category-circle .round {
        height: 80px;
    }

}

@media only screen and (max-width: 375px) {
    .sub-div {
        width: 100%;
    }

    .sub-button {
        padding: 0.2em 1.5em 0.2em 1.5em;
        min-width: 150px;
    }

    .filter-checkbox-div {
        margin-bottom: 20px;
    }

    .filter-button {
        margin-bottom: 20px;
    }

    .filter input[type=text] {
        width: 100%;
    }

    .business-card-editor input[type=file] + label {
        width: 65%;
        font-size: 14px;
    }

    .comps div div div {
        width: 250px !important;
    }
}

@media only screen and (max-width: 340px) {

    .select-lister .category-circle {
        width: 100px;
        min-width: 100px;
    }

    .select-lister .category-circle .round {
        height: 100px;
    }

    .select-lister > div {
        flex-direction: column;
    }

    .select-desc {
        margin: 15px 0 0 0;
    }

}

@media only screen and (max-width: 330px) {
    .time-left {
        margin-left: -webkit-calc(90% - 452.91px / 2);
        margin-left: calc(90% - 452.91px / 2)
    }

    .login-form form {
        width: 90%;
    }

    .business-card-editor input[type=file] + label {
        font-size: 13px;
    }

    .business-card-editor input[type=file] + label {
        width: 75%;
    }
}

.container-client , .container-designer{
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 40px 0px 0px 0px;
}

.container-client .col, .container-designer .col{
    width: 48%;
}

@media (max-width: 1042px) {
    .container-client, .container-designer{
        flex-direction: column;
        width: 90%;
    }
    .container-client .col, .container-designer .col{
        width: 100%;
    }
}

.container-designer {
    width: 60%;
}

@media (max-width: 1042px) {
    .container-designer {
        width: 90%;
    }
}