/** icons from contest page styles **/

.item_icons_comment,
.item_icons_delete,
.item_icons_delete_noop,
.item_icons_report,
.item_icons_report_noop,
.item_icons_edit,
.item_icons_edit_noop,
.item_icons_update,
.design_item_edit .unvision,
.design_item_edit .edit-delete,
.selected-designers .edit-delete {
    background-image: url("https://designcontest-at-designcontest.netdna-ssl.com/images/new_item_icons.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    float: right;
    margin: 1px 4px 0 2px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
}

.item_icons_edit_noop {
    background-image: none;
}

.likers {
    width: 48px;
    display: inline-block;
    float: left;
}

/* optimal width for French */

html[lang="fr-fr"] .likers {
    width: 38px;
}

/* optimal width for Spanish */

html[lang="es-es"] .likers {
    width: 41px;
}

.item_icons a {
    width: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 20px;
    float: right;
}

/** end icons styles **/

@font-face {
    font-family: 'Exo2';
    src: url("https://designcontest-at-designcontest.netdna-ssl.com/fonts/Exo2-Medium.ttf");
}

.main_wrapper {
    background-color: #f2f2f2;
}

.main_wrapper.leaderboard {
    background-color: #f8f8f8;
}

/*Rocket Steps*/

.steps li {
    display: inline-block;
    margin-right: -4px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 25%;
}

.steps {
    padding: 20px 0 40px;
}

.steps .step_icon {
    height: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 10px;
    border-left: 12px solid #f2f2f2;
    border-right: 12px solid #f2f2f2;
    display: block;
    margin: 0 auto;
}

.steps .step_icon:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bcbcbc;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin: -5px 0 0 0;
}

.step_number {
    color: #d2d2d2;
}

.steps .step_icon.blue_icon {
    width: 28px;
    font-size: 28px;
    background: #f2f2f2;
    color: #4dc8f4;
}

#finalization_box .steps .step_icon.blue_icon {
    background: #fff;
}

.steps .step_icon.blue_icon:after {
    content: '\e94e';
    font-family: 'DC-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.steps .step_icon.green_icon {
    width: 28px;
    font-size: 28px;
    background: #f2f2f2;
    color: #5fac52;
}

#finalization_box .steps .step_icon.green_icon {
    background: #fff;
}

.steps .step_icon.green_icon:after {
    content: '\e94e';
    font-family: 'DC-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.steps .step_icon.blue_icon:before,
.steps .step_icon.green_icon:before {
    display: none;
}

.grey_border_l {
    background: #f2f2f2;
    height: 3px;
    left: 50%;
    position: absolute;
    top: 31px;
    width: 20px;
    z-index: 1;
}

.grey_border_r {
    background: #f2f2f2;
    height: 3px;
    position: absolute;
    right: 50%;
    top: 31px;
    width: 20px;
    z-index: 1;
}

#step_info {
    margin: 0 0 30px;
}

.r_line {
    border-bottom: 1px solid #bbb;
    height: 0;
    left: 50%;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 0;
}

.step_text {
    color: #434753;
    font-size: 16px;
    line-height: 18px;
}

.gray_text {
    color: #d2d2d2;
}

.blue_text {
    color: #4dc8f4;
}

.green_text {
    color: #5fac52;
}

.blue_line {
    border-bottom: 1px solid #4dc8f4;
}

.green_line {
    border-bottom: 1px solid #5fac52;
}

.rocket_blue {
    height: 30px;
    position: absolute;
    right: 0;
    top: 18px;
    width: 45px;
}

.rocket_blue .grey_border_l {
    left: 30px;
}

.rocket_blue .grey_border_r {
    right: 30px;
}

.rocket_blue .grey_border_l,
.rocket_blue .grey_border_r {
    background: #f2f2f2;
    display: inline-block;
    height: 3px;
    position: relative;
    top: 3px;
    width: 15px;
    z-index: 1;
}

.rocket_blue .rocket {
    height: 30px;
    font-size: 23px;
    line-height: 30px;
    color: #00c9f6;
    left: 0;
    position: absolute;
    width: 45px;
    z-index: 3;
    top: 0;
}

/*Rocket step ower*/

.content_flesh h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 10px;
    text-align: left;
}

.headline {
    padding: 0 0 40px;
    position: relative;
}

.one_on_one .headline {
    padding: 0 0 10px;
}

.headline p {
    color: #434753;
    font-size: 16px;
    line-height: 24px;
}

.content_flesh:after {
    clear: both;
    content: '';
    display: block;
}

.menu_box h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    max-width: 265px;
    padding: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
}

.menu_box {
    padding: 1% 3%;
    width: 27%;
}

.menu_box li {
    line-height: 32px;
}

.menu_box a {
    font-size: 16px;
    line-height: 18px;
}

/*.menu_box a:hover {
    text-decoration: underline;
}*/

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.menu_icon {
    position: relative;
}

.pero,
.earth,
.phon,
.shirt,
.book,
.banner,
.infoico {
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/sprite-order-contests.png") no-repeat 0 0;
    height: 34px;
    position: absolute;
    width: 29px;
    top: -5px;
    right: 100%;
    padding: 0 5px 0 0;
}

.pero {
    background-position: 0 -123px;
}

.earth {
    background-position: 0 -160px;
}

.phon {
    background-position: 0 -196px;
}

.shirt {
    background-position: 0 -231px;
}

.book {
    background-position: 0 -265px;
}

.banner {
    background-position: 0 -300px;
}

.infoico {
    background-position: 0 -337px;
}

.norton_box a {
    /*background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/norton.png") no-repeat 0 0;*/

    display: inline-block;
    height: 0px;
    overflow: hidden;
    margin: 0 12px 0 0;
    text-indent: -9999px;
    width: 145px;
}

.secured_box {
    display: inline-block;
}

.norton_box object {
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    height: 86px !important;
    position: absolute;
    right: 15px;
    z-index: 10
}

.img-norton {
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/norton.png");
    background-repeat: no-repeat;
    width: 142px;
    height: 86px;
    position: absolute;
    z-index: 5;
    right: 3px;
}

.cart_box .secured-ico {
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/secured.png") no-repeat 1% 0 #fff;
    border-radius: 2px;
    color: #595c67;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    overflow: hidden;
    padding: 10px 0 0 40px;
    width: 241px;
    line-height: 15px;
    text-decoration: none;
}

html[lang="es-es"] .cart_box .secured-ico {
    width: 252px;
}

html[lang="fr-fr"] .cart_box .secured-ico {
    width: 280px;
}

.cart_box {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.cart_box ul li {
    display: inline-block;
    padding: 14px 6px 0 0;
}

.cart_box ul li span,
.card ul li span {
    background-image: url("https://designcontest-at-designcontest.netdna-ssl.com/images/sprite-order-contests.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 34px;
    overflow: hidden;
    text-indent: -9999px;
    width: 48px;
}

.cart_box ul li a,
.card ul li a {
    background-image: url("https://designcontest-at-designcontest.netdna-ssl.com/images/sprite-order-contests.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 34px;
    overflow: hidden;
    text-indent: -9999px;
    width: 48px;
}
.card ul li div {
    display: inline-block;
    height: 34px;
    overflow: hidden;
    width: 48px;
    padding-left: 18px;
}
.card ul li div img{
    height: 50px;
    width: 48px;
    top: -8px;
    position: relative;
}

.cart_box ul li div,
.card ul li div {
    display: inline-block;
    height: 34px;
    overflow: hidden;
    width: 48px;
}
.cart_box ul li div img{
    height: 50px;
    width: 48px;
    top: -8px;
    position: relative;
}
html[lang="fr-fr"] .cart_box ul li a, .card ul li a {
    margin-left: 20px;
}

/* Paypal icon fix for Spanish */

html[lang="es-es"] .card ul li:last-child .icon_card li:last-child a {
    margin-left: 44px;
}

.visa-ico {
    background-position: -45px -2px;
}

.american-ico {
    background-position: -45px -36px;
}

.discover-ico {
    background-position: -45px -71px;
}

.mastercard-ico {
    background-position: -45px -106px;
}

.paypal-ico {
    background-position: -45px -141px;
}

.intercassa-ico {
    background-position: -45px -176px;
}

.logo_footer_order {
    background-image: url("https://designcontest-at-designcontest.netdna-ssl.com/images/logo_footer_order.png");
    background-repeat: no-repeat;
    color: #595c67;
    display: inline-block;
    float: right;
    height: 40px;
    margin: 10px 0 0;
    width: 222px;
    vertical-align: top;
}

.logo_footer_order p {
    padding: 50px 0 0;
    text-align: center;
}

.norton_box {
    float: left;
    vertical-align: top;
    display: inline-block;
    position: relative;
    height: 86px;
}

.footer_order {
    background: #2f323b;
    height: 80px;
    margin-top: -126px;
    min-width: 300px;
    overflow: hidden;
    padding: 25px 0 22px;
    position: relative;
}

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***************************************************************Order Step 2********/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/*Select css3*/

.draft_box {
    padding: 0 0 24px;
}

/*Edit textarea*/

.nicEdit-main b {
    font-weight: 800;
}

.nicEdit-main i {
    font-style: italic;
}

.contest_name {
    border-bottom: 1px dashed #159bbe;
    text-decoration: none;
}

html[lang="es-es"] .contest_name {
    margin-right: 5px;
}

.nicEdit-main ol {
    list-style: decimal;
    padding: 0 0 0 25px;
}

.nicEdit-main ul {
    list-style: disc;
    padding: 0 0 0 25px;
}

.description input[type="text"] {
    width: 460px;
}

.description input[type="text"]:focus,
.upgrades #place input[type="text"]:focus,
.record input[type="text"]:focus,
.content_submit .left_box .input_box input[type="text"]:focus,
.content_submit .left_box .input_box input[type="text"]:hover,
.content_submit .left_box .addcomment_box_submit textarea:focus,
.draganddrop.options_box .input_box input[type="text"]:focus,
.draganddrop.options_box .input_box input[type="text"]:hover,
.description input[type="text"]:hover,
.upgrades #place input[type="text"]:hover,
.record input[type="text"]:hover {
    border: 1px solid #49badf;
    box-shadow: 0 0 4px #29b0d9;
    outline: none;
}

/*.description input[type="text"],
.upgrades #place input[type="text"],
.record input[type="text"] {
    border-radius: 4px;
    border: 1px solid #b8b8b8;
    height: 26px;
    padding: 0 5px;
    line-height: 18px;
    font-size: 16px;
}*/

.nicEdit-main {
    overflow-y: auto !important;
    font-size: 16px;
    line-height: 18px;
    min-height: 120px !important;
    background: #fff;
}

.nicEdit-selected:focus {
    outline: none;
}

/*end of niceEditor styles*/

.brief_description_wrapper:after {
    display: block;
    clear: both;
    content: '';
}

.description {
    float: left;
    padding: 0 0 30px;
    width: 55%;
}

.step3 .description {
    display: none;
}

.editable_textarea,
.options_box textarea {
    max-width: 100%;
    resize: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fefefe;
    height: 120px;
    width: 470px;
}

.editable_textarea {
    padding: 0 40px 0 0;
}

#description_box {
    height: auto;
}

.description p,
.draft_box p {
    color: #434753;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    line-height: 18px;
}

.name {
    padding: 0 0 18px;
}

.content_flesh .subtext {
    color: #bbb;
    display: block;
    font-weight: 400;
    padding: 5px 0 0;
}

.content_flesh .content_upgrades .subtext {
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 20px;
    margin: -10px 0 0 0;
}

.content_flesh .left_block {
    float: left;
    margin: 0 0 0 0px;
}

.content_flesh .garant {
    overflow: hidden;
    padding: 0 0 40px;
    text-align: center;
    vertical-align: top;
}

.content_flesh .garant.hidden {
    display: none;
}

.content_flesh .garant.copy {
    display: none;
}

.content_flesh .garant span {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.content_flesh .garant p {
    background-image: url("https://designcontest-at-designcontest.netdna-ssl.com/images/garant.png");
    background-repeat: no-repeat;
    color: #434753;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    padding: 20px 0 0 75px;
    text-align: left;
    line-height: 18px;
}

/* styles for brief designers view on contest brief tab */

.designers_view .description,
.designers_view .left_block {
    float: left;
    width: 80%;
    max-width: 80%;
}

.designers_view .description_for_designer {
    float: right;
    width: 19%;
}

/*slider*/

.content_flesh .look_and_feel {
    display: inline-block;
    width: 420px;
}

.content_flesh .look_and_feel .strip,
.content_brief .look_and_feel .strip {
    position: relative;
}

.options_box,
.draganddrop,
.package,
.upgrades,
.privacy,
.preview,
.duration,
.sumary {
    padding: 0 0 30px;
}

.options_box li {
    padding: 0 0 15px 0;
}

.options_box li.disabled {
    display: none;
}

.options_box .option_description {
    padding: 0 0 20px;
    color: #aaa;
}

.options_box li.no_label label {
    display: none;
}

.options_box li.no_label label.selection {
    display: inline-block;
}

.options_box.cms > ul {
    padding: 0 0 20px;
}

.content_flesh h4 {
    color: #434753;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 20px;
    line-height: 24px;
}

.look_and_feel .leftsp {
    position: absolute;
    bottom: 50%;
    left: -45px;
    text-align: right;
    width: 100px;
}

.look_and_feel .rightsp {
    width: 55px;
    position: absolute;
    right: 0;
    bottom: 50%;
}

.look_and_feel .noUi-target {
    height: 14px;
    margin: 0 auto;
    overflow: visible;
    width: 70%;
}

.look_and_feel .noUi-handle:after,
.duration .noUi-handle:after {
    content: '\e929';
    font-family: 'DC-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: #009cc1;
}

.look_and_feel .noUi-background,
.duration .noUi-background {
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/look-and-feel-slider.png") repeat-x 0 0;
}

.look_and_feel .noUi-base,
.duration .noUi-base {
    background: none;
    height: 100%;
    position: relative;
    width: 100%;
}

.look_and_feel .noUi-horizontal .noUi-handle,
.duration .noUi-horizontal .noUi-handle {
    height: 17px;
    left: -5px;
    top: -2px;
    width: 8px;
}

.duration .noUi-horizontal .noUi-handle i {
    position: absolute;
    bottom: 100%;
    left: 50%;
    min-width: 30px;
    text-align: center;
    margin-left: -15px;
    white-space: nowrap;
    margin-bottom: 5px;
}

/*slider end*/
/*like dislike block*/

.like_dislike .like_box,
.like_dislike .dont_like_box {
    display: none;
}

.like_dislike.like .like_box,
.like_dislike.dont_like .dont_like_box {
    display: block;
}

/*end of like dislike block*/

.item_icons_edit.svg-icon {
    background-image: none !important;
    font-size: 16px;
    color: #bbbbbb;
}

.logo_style_examples li {
    display: inline-block;
    height: 110px;
    padding: 18px 0;
    width: 305px;
}

.logo_style_examples li > div {
    border-radius: 4px;
    border: 2px solid #f0f0f0;
    height: 110px;
    width: 280px;
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/logo_design.png") no-repeat;
}

.logo_style_examples li.active > div {
    border: 2px solid #bbb;
    cursor: pointer;
}

.logo_style_examples li > div:active,
.logo_style_examples li.active > div {
    border: 2px solid #159bbe;
    cursor: pointer;
}

.logo_style_examples li.wood > div {
    background-position: 28px 0;
}

.logo_style_examples li.picture > div {
    background-position: 28px -110px;
}

.logo_style_examples li.letter > div {
    background-position: 28px -220px;
}

.logo_style_examples li.emblem > div {
    background-position: 28px -330px;
}

.logo_style_examples li.caligraph > div {
    background-position: 28px -440px;
}

.logo_style_examples li.characte > div {
    background-position: 28px -550px;
}

.logo_style_examples li.wood.active > div {
    background-position: 27px -650px;
}

.logo_style_examples li.picture.active > div {
    background-position: 27px -760px;
}

.logo_style_examples li.letter.active > div {
    background-position: 27px -870px;
}

.logo_style_examples li.emblem.active > div {
    background-position: 27px -980px;
}

.logo_style_examples li.caligraph.active > div {
    background-position: 27px -1090px;
}

.logo_style_examples li.characte.active > div {
    background-position: 27px -1200px;
}

.logo_style_examples li label {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}

.t_shirt_type li {
    display: inline-block;
    padding: 0 0 33px;
}

.t_shirt_type li.none {
    padding-top: 14px;
    width: 100px;
}

html[lang="fr-fr"] .t_shirt_type li.none {
    width: 100px;
}

html[lang="es-es"] .t_shirt_type li.none {
    width: 110px;
}

html[lang="de-de"] .t_shirt_type li.none {
    width: 120px;
}

.t_shirt_type li.none > div {
    margin: 0;
    border: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 0;
}

.t_shirt_type li > div {
    margin: 0;
    border-radius: 4px;
    width: 90px;
    height: 90px;
    padding: 11px 16px 48px 26px;
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/sprite-order-contests.png") no-repeat -3000px 31px;
    position: relative;
}

.t_shirt_type li.active > div {
    border-color: #159bbe;
}

.t_shirt_type li.girls_shirt > div {
    background-position: -118px -97px;
}

.t_shirt_type li > div label {
    position: absolute;
    left: 0;
    bottom: 0;
}

.t_shirt_type li.ringer_shirt > div {
    background-position: -118px -224px;
}

.t_shirt_type li.regular_shirt > div {
    background-position: -118px 31px;
}

/*ColorPicker*/

.color_picker .form-group,
.color_picker li {
    display: inline-block;
    padding: 50px 0 0;
}

.color_picker .minicolors-theme-default .minicolors-swatch {
    border-radius: 25px;
    bottom: 100%;
    height: 50px;
    left: 2%;
    margin: 0 0 0 24px;
    width: 50px;
}

.color_picker .minicolors-swatch-color {
    border-radius: 25px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.color_picker .minicolors-theme-default .minicolors-input {
    border-radius: 4px;
    color: #434753;
    display: inline-block;
    height: 20px;
    margin: 10px 0;
    outline: none;
    text-align: center;
    width: 74px;
    font-size: 14px;
    line-height: 16px;
    padding: 1px 0;
}

.color_picker .minicolors-theme-default .minicolors-input:focus {
    box-shadow: 0 0 4px #29b0d9;
}

.color_picker .minicolors-swatch {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    vertical-align: middle;
}

.color_picker .minicolors-swatch:before {
    font-size: 47px;
    color: #bcbcbc;
    content: '\e99a';
    font-family: 'DC-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 17px;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
}

.color_picker .minicolors-panel {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background: white;
    border-radius: 4px;
    border: solid 1px #c9c9c9;
    box-shadow: 0 0 2px #c9c9c9;
    box-sizing: content-box;
    display: none;
    height: 160px;
    position: absolute;
    width: 190px;
    z-index: 99999;
}

.color_picker .minicolors-slider,
.minicolors-opacity-slider {
    background: white url("https://designcontest-at-designcontest.netdna-ssl.com/images/jquery.minicolors.png") 0 0;
    cursor: row-resize;
    height: 150px;
    left: 166px;
    position: absolute;
    top: 6px;
    width: 20px;
}

.color_picker .minicolors .minicolors-grid {
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/jquery.minicolors.png") 100% 0;
    cursor: crosshair;
    height: 150px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 150px;
}

.color_picker .tangle {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 10px;
    height: 0;
    left: 29px;
    position: absolute;
    top: -19px;
    width: 0;
}

.color_picker .tangle-border {
    border-color: transparent transparent #c9c9c9;
    border-style: solid;
    border-width: 10px;
    height: 0;
    left: 29px;
    position: absolute;
    top: -20px;
    width: 0;
}

.color_picker .minicolors-theme-default.minicolors {
    display: inline-block;
    padding: 0 0 0 10px;
    width: auto;
}

.color_picker .minicolors-theme-default.minicolors:after {
    clear: both;
    display: block;
    content: '';
}

.color_picker .minicolors {
    position: relative;
}

/*.color_picker .minicolors-position-left .minicolors-panel {
    left: 0;
}*/

.color_picker .minicolors-position-bottom .minicolors-panel {
    top: auto;
}

.color_picker .minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0;
}

.color_picker .minicolors-picker {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background: white;
    border: solid 1px black;
    box-sizing: content-box;
    height: 2px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 0;
    width: 18px;
}

.color_picker .minicolors-opacity-slider {
    background-position: -40px 0;
    display: none;
    left: 173px;
}

.color_picker .minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0;
}

.color_picker .minicolors .minicolors-grid-inner {
    background: none;
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
}

.color_picker .minicolors-grid .minicolors-picker {
    background: none;
    border-radius: 10px;
    border: solid 1px black;
    height: 12px;
    left: 70px;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    top: 70px;
    width: 12px;
}

.color_picker .minicolors-grid .minicolors-picker > div {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-radius: 8px;
    border: solid 2px white;
    box-sizing: content-box;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}

/*color picker end*/

.like_box .examples_galery,
.dont_like_box .examples_galery {
    margin: 40px 0 10px;
}

.used ul li {
    padding: 0 0 15px;
}

/*draganddrop*/

.draganddrop ul {
}

.draganddrop li,
.examples_galery li,
.image_preview li {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0 0 20px 0;
    text-align: center;
    vertical-align: top;
    width: 20%;
    z-index: 1;
}

.add_new_file input[type="file"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 162px;
    width: 162px;
    overflow: hidden;
    opacity: 0 !important;
    font-size: 50px;
    filter: alpha(opacity=0) !important;
    z-index: 1000;
}

.add_new_file #submit_file_uploader_entries input[type="file"] {
    height: 210px;
    width: 205px;
}

/*draganddrop end*/

.like_dislike .link_bg {
    background-color: #6ed2f6;
    color: #fff;
    padding: 5px 5px;
    margin: 0 4px;
}

.like_dislike a,
.examples_galery a {
    text-decoration: underline;
}

.examples_galery .uploider_item .conjunction {
    display: inline;
    padding: 0 5px;
}

.content_flesh .button_box {
    display: inline-block;
    width: 68%;
    white-space: normal;
}

html[lang="es-es"] .toggle_like_link:first-child {
    margin-right: 4px;
}

html[lang="es-es"] .toggle_like_link:last-child {
    margin-left: 4px;
}

html[lang="fr-fr"] .toggle_like_link:first-child {
    margin-left: 4px;
}

html[lang="fr-fr"] .img_gallery_link {
    margin-left: 4px;
}

html[lang="de-de"] .img_gallery_link {
    margin-left: 4px;
}

html[lang="es-es"] .content_flesh .button_box {
    width: 78%;
}

html[lang="fr-fr"] .content_flesh .button_box {
    width: 78%;
}

/*.button_box .back,
.button_box .save,
.button_box .add_details {
    background-color: #e8e8e8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#e8e8e8);
    background: linear-gradient(to bottom, #fefefe 0%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    border: 1px solid #b8b8b8;
    color: #595c67;
    font-size: 16px;
    line-height: 18px;
}*/

.button_box .back:active,
.button_box .save:active,
.button_box .add_details:active,
.uploider_item .comment button:active,
.package .box a:active {
    border: #b8b8b8;
    box-shadow: inset 0 1px 4px #b8b8b8;
    color: #595c67;
}

.button_box .back span:after {
    content: '\e95b';
    display: block;
    font-size: 13px;
    vertical-align: middle;
    color: #595c67;
    font-family: 'DC-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -6px 0 0 0;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.button_box .next,
.button_box .back {
    /* width: 110px;*/

    padding: 0 20px;
}

.button_box .back {
    float: left;
}

.button_box .back:active span {
    color: #159bbe;
}

.button_box .back span {
    padding: 0 0 0 24px;
    position: relative;
}

/*.button_box .next:active,
.button_box .payment:active,
.like_logos a:active {
    box-shadow: inset 0 1px 4px #329db9;
    color: #fff;
     background-color: #13b3dc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3cc2e4, endColorstr=#13b3dc);
    background: linear-gradient(to bottom, #3cc2e4 0%, #13b3dc 100%);
    background: -webkit-linear-gradient(top, #3cc2e4 0%, #13b3dc 100%);
    background: -moz-linear-gradient(top, #3cc2e4 0%, #13b3dc 100%);
    background: -o-linear-gradient(top, #3cc2e4 0%, #13b3dc 100%);
    background: -ms-linear-gradient(top, #3cc2e4 0%, #13b3dc 100%);
}*/

.button_box .next:after {
    content: '\e95b';
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    color: #fff;
    font-family: 'DC-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button_box .next:active:after {
    background-position: -1px -474px;
}

/*W.button_box .save,
.button_box .add_details {
    width: 136px;
}*/

.button_box .add_details {
    float: right;
}

.button_box div {
    display: inline-block;
}

.button_box div .subtext {
    color: #595c67;
    padding: 0 12px;
}

.button_box button {
    box-shadow: 0 1px 0 0 #ececec;
    margin: 10px 9px;
    vertical-align: top;
}

.button_box button.btn-blue.PayPal {
    width: 170px;
    height: 40px;
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/paypal-btn.png");
    position: relative;
    text-indent: -9999px;
    border: none;
}

.button_box button.btn-blue.PayPal[disabled=disabled],
.button_box button.btn-blue.PayPal:disabled {
    opacity: 0.5;
    filter: alpha(0.5);
}

.button_box button.btn-blue .express {
    display: none;
}

.button_box button.btn-blue.PayPal .express {
    display: block;
    font-size: 13px;
    color: #434753;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -20px;
    text-indent: 0;
    padding: 0;
    left: 0;
}

.minicolors-swatch-clear {
    -moz-transition-duration: 3s;
    -o-transition-duration: 3s;
    -webkit-transition-duration: 3s;
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/close_details.png") no-repeat;
    display: block;
    height: 37px;
    overflow: hidden;
    position: absolute;
    right: 6px;
    text-indent: -9999px;
    top: 6px;
    transition-duration: 3s;
    width: 37px;
    z-index: 10;
}

.step2 .detailse {
    /* display: none;*/

    width: 100%;
}

.step2.with_details .detailse {
    display: inline-block;
}

.step2.with_details .add_details {
    display: none;
}

.popup.pick_img {
    width: 804px;
    margin: -336px -423px;
    height: 630px;
    max-width: 804px;
}

/*.close_popup {
      width: 22px;
      height: 22px;
      display: block;
      overflow: hidden;
      text-indent: -9999px;
      background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/landing.png") -21px -388px;
      position: absolute;
      top: 15px;
      right: 20px;
  }*/

.like_logos {
    overflow: hidden;
    text-align: center;
    /*height: 100%;*/
}

.popup .like_logos h4 {
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 10px;
    text-align: center;
    font-weight: 600;
}

.popup .like_logos ul {
    padding: 0 0 10px;
}

.like_logos .pick_list li {
    width: 160px;
    height: 114px;
    display: inline-block;
    border: 3px solid #d7d7d7;
    margin: 8px 14px;
    border-radius: 4px;
}

.like_logos .pick_list li img {
    width: 100%;
    height: 100%;
}

.like_logos a {
    padding: 8px 15px;
    line-height: 40px;
}

.like_logos .pick_list li.picked {
    border: 3px solid #2abce1;
    border-radius: 4px;
}

a#send_picked_images {
    border: 1px solid #24a1c2;
    border-radius: 5px;
    background-color: #3dc2e4;
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #12b4dd), color-stop(0.51%, #12b4dd), color-stop(100%, #3dc2e4));
    background: -webkit-linear-gradient(bottom, #12b4dd 0%, #12b4dd 0.51%, #3dc2e4 100%);
    background: -moz-linear-gradient(bottom, #12b4dd 0%, #12b4dd 0.51%, #3dc2e4 100%);
    background: -o-linear-gradient(bottom, #12b4dd 0%, #12b4dd 0.51%, #3dc2e4 100%);
    background: linear-gradient(bottom, #12b4dd 0%, #12b4dd 0.51%, #3dc2e4 100%);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 20px;
}

a#send_picked_images:active {
    box-shadow: inset 0 1px 4px #2d8da6;
    color: #fff;
    border: 1px solid #2091ae;
    background-color: #37aecd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#34adcc, endColorstr=#11a3c6);
    background: linear-gradient(to bottom, #34adcc 0%, #11a3c6 100%);
    background: -webkit-linear-gradient(top, #34adcc 0%, #11a3c6 100%);
    background: -moz-linear-gradient(top, #34adcc 0%, #11a3c6 100%);
    background: -o-linear-gradient(top, #34adcc 0%, #11a3c6 100%);
    background: -ms-linear-gradient(top, #34adcc 0%, #11a3c6 100%);
}

.like_logos .pick_list li.disabled {
    opacity: 0.3;
    cursor: auto;
}

/*ERROR*/

.field_name .name .error,
.content_flesh input.error,
.content_flesh input.error:hover,
.content_flesh input.error:focus,
.color_picker .minicolors .error,
.color_picker .minicolors .error:hover,
.color_picker .minicolors .error:focus {
    border: 1px solid #ed5565;
    box-shadow: 0 0 6px #ed5565;
}

.draganddrop .error_drop {
    border: 2px dashed #ed5565;
}

.draganddrop .error_drop p {
    color: #ed5565;
}

.uploid_details .error_size,
.uploid_details .file_invalid {
    color: #ed5565;
    display: none;
    font-size: 12px;
}

.field_name {
    display: none;
}

.field_name input[type="text"] {
    border-radius: 4px;
    border: 1px solid #b8b8b8;
    height: 24px;
    width: 470px;
}

.error {
    color: #ed5565;
}

/* fix for French */

html[lang="fr-fr"] .name_contest h1 .error {
    font-size: 21px;
}

/* fix for Deutsch */

html[lang="de-de"] .name_contest h1 .error {
    font-size: 18px;
}

/* fix for Spanish */

html[lang="es-es"] .name_contest h1 .error {
    font-size: 18px;
}

.field_name .info {
    color: #ed5565;
}

.touch .look_and_feel .noUi-horizontal .noUi-handle {
    height: 34px;
    left: -5px;
    top: -13px;
    width: 20px;
}

.touch .look_and_feel .noUi-handle {
    font-size: 34px;
}

.touch .look_and_feel .noUi-target {
    height: 20px;
}

.touch .content_flesh .garant {
    padding: 0 0 15px;
}

.touch .look_and_feel .strip {
    padding: 0 0 7px;
}

.touch .look_and_feel .rightsp {
    margin: -20px 0 0;
}

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***************************************************************Order Step 3********/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/

.content_flesh.one_on_one .errors {
    padding: 20px 0;
}

.content_flesh.step3 {
    background-color: #f2f2f2;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
    box-shadow: none;
    padding: 0;
    overflow: hidden;
}

.content_flesh,
.content_flesh.step3 .first_block,
.content_flesh.step3 .third_block {
    background-color: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #e0e0e0;
    border-radius: 4px;
    border-right: 1px solid #e0e0e0;
    box-shadow: 0 1px 1px #e0e0e0;
    padding: 28px 32px;
    overflow: hidden;
}

.second_block .contest_preview {
    font-size: 36px;
    font-family: 'Marck Script', cursive;
    display: inline-block;
    line-height: 40px;
    padding: 0px 100px 15px 20px;
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/sprite-order-contests.png") no-repeat 247px -555px;
    margin: 20px 0;
    white-space: nowrap;
}

.third_block {
    margin: 0 0 5px;
}

.second_third_increase_list.shown {
    display: block;
}

.step3 .currency_box {
    height: 34px;
    margin: -20px 0 30px 0;
}

.currency_box p {
    display: inline-block;
    font-size: 20px;
    padding: 0 10px 0 0;
    line-height: 32px;
}

.content_flesh.step3 .currency_box .selection {
    height: 34px;
    /*width: 110px;*/
}

.currency_box select {
    background-color: #e8e8e8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#e8e8e8);
    background: linear-gradient(to bottom, #fefefe 0%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    border: 1px solid #b8b8b8;
    font-size: 16px;
    height: 34px;
    padding: 2px 30px 0 5px;
    /*width: 110px;*/

    line-height: 28px;
    box-shadow: 0px 1px 0px #ececec;
}

.package ul {
    text-align: center;
}

.package ul li {
    display: inline-block;
    height: 320px;
    margin: 0 -4px 0 0;
    overflow: hidden;
    vertical-align: top;
    width: 22%;
}

.package .box {
    background-color: #f6f2e9;
    border-radius: 4px;
    border: 1px solid #d7cdb8;
    box-shadow: 0 1px 2px #ececec;
    display: inline-block;
    height: 315px;
    margin: 0;
    position: relative;
    width: 220px;
    padding: 0;
}

.package .box .head {
    background-color: #444854;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#686b75, endColorstr=#444854);
    background: linear-gradient(to bottom, #686b75 0%, #444854 100%);
    background: -webkit-linear-gradient(top, #686b75 0%, #444854 100%);
    background: -moz-linear-gradient(top, #686b75 0%, #444854 100%);
    background: -o-linear-gradient(top, #686b75 0%, #444854 100%);
    background: -ms-linear-gradient(top, #686b75 0%, #444854 100%);
    border-bottom: 1px solid #2f323b;
    border-radius: 4px 4px 0 0;
    height: 50px;
    margin: -1px 0 20px -1px;
    padding: 0 0 0 2px;
    width: 100%;
}

.package .box .head p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
}

.package .box .cost {
    height: 100px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

html[lang="es-es"] .package .box .cost {
    height: 118px;
}

.package .box:after,
.package .box .cost:after {
    clear: both;
    content: '';
    display: block;
}

.package .box .cost .naminal {
    color: #2f323b;
    display: inline-block;
    font-size: 20px;
    vertical-align: bottom;
    line-height: 22px;
}

.package .box .cost .naminal span {
    font-size: 20px;
    line-height: 22px;
}

.package .box .cost .summa {
    display: inline-block;
    font-family: 'Exo2';
    height: 62px;
    line-height: 74px;
    max-width: 160px;
    overflow: hidden;
    vertical-align: top;
    padding: 4px 5px;
}

.package .box.complex .cost .summa {
    height: 70px;
}

.package .box.complex .cost .naminal {
    margin: 0 0 10px;
}

.package .box .cost span {
    color: #2f323b;
    font-size: 56px;
}

.package .box .cost span.recomend {
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/recomend.png") no-repeat 50% 0;
    background-size: 145px 100%;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    height: 24px;
    margin: 4px 0;
    text-align: center;
    width: 100%;
    line-height: 18px;
}

.package .box .cost input {
    background: #fbf9f4;
    border-radius: 4px;
    border: 1px solid #d7d5d0;
    font-family: 'Exo2';
    font-size: 56px;
    height: 100%;
    max-width: 100%;
    outline: 0;
    overflow: hidden;
    padding: 0 5px;
    width: 150px;
    line-height: 58px;
    text-align: center;
}

.package .box .expect,
.package .box .depiction {
    height: 20px;
    padding: 0 2px 15px;
}

html[lang="de-de"] .package .box .expect {
    padding: 20px 4px 16px;
}

html[lang="es-es"] .package ul li:last-child .box .depiction {
    height: 18px;
    padding-bottom: 0px;
}

/* fix for Spanish */

html[lang="es-es"] .package .box .depiction {
    height: 30px;
    padding-top: 0px;
}

html[lang="es-es"] .package ul li:last-child .box .expect {
    height: 50px;
}

/* fix for Deutsch */

html[lang="de-de"] .package .box .depiction {
    height: 36px;
    padding-top: 10px;
    padding: 12px 20px;
}

html[lang="de-de"] .package ul li:last-child .box .depiction {
    height: 30px;
}

html[lang="de-de"] .package ul li:last-child .box .expect {
    padding: 12px 3px 28px;
}

/* fix for French */

html[lang="fr-fr"] .package .box .depiction {
    height: 36px;
    padding-top: 10px;
}

.package .box a {
    background-color: #e8e8e8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#e8e8e8);
    background: linear-gradient(to bottom, #fefefe 0%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    border-radius: 4px;
    border: 1px solid #b8b8b8;
    box-shadow: 0 1px 0 0 #e4e0d8;
    color: #595c67;
    display: inline-block;
    line-height: 36px;
    width: 138px;
    text-decoration: none;
    padding: 0;
}

.package .box:active,
.content_flesh .selected {
    background-color: #d1e2e8;
    border: 1px solid #a0bec9;
}

.content_flesh .package .box:active a {
    border: 1px solid #b8b8b8;
    box-shadow: inset 0 1px 4px #b8b8b8;
    color: #595c67;
}

.content_flesh .box.selected a {
    background-color: #dae4e8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3edf1, endColorstr=#dae4e8);
    background: linear-gradient(to bottom, #e3edf1 0%, #dae4e8 100%);
    background: -webkit-linear-gradient(top, #e3edf1 0%, #dae4e8 100%);
    background: -moz-linear-gradient(top, #e3edf1 0%, #dae4e8 100%);
    background: -o-linear-gradient(top, #e3edf1 0%, #dae4e8 100%);
    background: -ms-linear-gradient(top, #e3edf1 0%, #dae4e8 100%);
    border: 1px solid #c7d1d5;
    box-shadow: none;
    color: #7a7e87;
}

.second_block .inner_wrapper .brief_status {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: 76%;
    vertical-align: bottom;
    height: 16px;
}

/* fix for French */

html[lang="fr-fr"] .second_block .inner_wrapper .brief_status {
    font-size: 16px;
}

/* fix for Deutsch */

html[lang="de-de"] .second_block .inner_wrapper .brief_status {
    font-size: 12.5px;
}

/* fix for Spanish */

html[lang="es-es"] .second_block .inner_wrapper .brief_status {
    font-size: 12.5px;
}

.second_block .inner_wrapper .name_contest h1 {
    width: 100%;
    padding: 0;
}

/*upgrade */

.upgrades li,
.privacy li {
    padding: 0 0 20px;
}

.upgrades li .info,
.privacy li .info,
.duration .info {
    color: #808596;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    vertical-align: top;
    line-height: 16px;
    max-width: 70%;
}

.upgrades-item .duration .info {
    padding: 30px 0 0 0;
}

.upgrades li span,
.privacy li span {
    display: inline-block;
    font-weight: 600;
    padding: 0 35px 0 0;
    width: 25px;
}

.upgrades #place input[type="text"] {
    margin: 0 20px 10px 0;
}

.upgrades li label,
.privacy li label {
    display: inline-block;
    padding: 0 46px 0 0;
    vertical-align: top;
    width: 188px;
}

.preview a span {
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/up-down.png") no-repeat 0 0;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
}

.preview a {
    color: #159bbe;
    display: block;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 20px;
    line-height: 18px;
}

.preview img {
    width: 100%;
}

.duration .slider_box {
    display: inline-block;
    height: 18px;
    padding: 30px 30px 20px 0;
    vertical-align: top;
    width: 420px;
}

.duration .rightsp {
    display: inline-block;
    float: none;
    margin: 0 0 0 8px;
    width: 51px;
}

.duration .noUi-target {
    float: left;
    height: 14px;
    margin: 0 auto;
    overflow: visible;
    width: 58%;
}

.duration .leftsp {
    float: left;
    margin: 0 15px 0 0;
}

.duration {
    overflow: hidden;
}

.upgrades-item .duration {
    overflow: visible;
}

.duration .slider_wrapper {
    overflow: visible;
}

.duration .slider_wrapper > #low {
    position: absolute;
    top: 0;
    left: 0;
}

#place {
    display: none;
}

.sumary .box {
    background-color: #f6f2e9;
    border-radius: 4px;
    display: inline-block;
    height: 100%;
    /* width: 300px; */
}

.sumary .box .title p {
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 8px;
}

.sumary .box .inside {
    padding: 22px 40px;
}

.sumary .box .inside .title {
    padding: 0 0 28px;
}

.sumary .box .inside li p {
    display: inline-block;
}

.sumary .box .inside li span {
    float: right;
    font-weight: 600;
    /* width: 34px; */
}

.sumary .box .inside li {
    padding: 0 0 15px;
}

.sumary .box .inside .discount {
    color: #5fac52;
    padding-top: 5px;
}

.sumary .box .inside .total {
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.currency_box .selection:after {
    background-image: url("https://designcontest-at-designcontest.netdna-ssl.com/images/drop_menu.svg");
    height: 32px;
    box-shadow: inset 2px 0px 0px #fefefe;
    width: 30px;
}

.content_flesh.step3 .garant.copy {
    display: inline-block;
    float: right;
    width: 320px;
}

.content_flesh.step3 .extra-fees {
    display: inline-block;
    float: right;
    margin: 5px 0 0;
}

.extra-fees i {
    display: inline-block;
    text-indent: -9999px;
    width: 53px;
    height: 53px;
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/sprite-order-contests.png") -142px -372px;
    margin: 0 20px 0;
}

.extra-fees span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    color: #434753;
    height: 53px;
    line-height: 53px;
}

.content_flesh.step3 .garant.copy.hidden {
    display: none;
}

/* New styles for upgrades*/

.content_flesh.step3 .third_block .content_upgrades {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.third_block .content_upgrades .upgrades-item:after,
.one_on_one .upgrades-item:after,
.strip:after {
    clear: both;
    display: block;
    content: '';
}

.third_block .content_upgrades .upgrades-item .top-line,
.one_on_one .deadline_poject .upgrades-item .top-line {
    float: left;
    width: 25%;
    min-width: 260px;
}

html[lang="es-es"] .third_block .content_upgrades .upgrades-item .top-line,
.one_on_one .deadline_poject .upgrades-item .top-line {
    width: 36%;
}

html[lang="fr-fr"] .third_block .content_upgrades .upgrades-item .top-line,
.one_on_one .deadline_poject .upgrades-item .top-line {
    width: 36%;
}

.third_block .content_upgrades .upgrades-item .upgrade_description,
.one_on_one .upgrades-item .upgrade_description {
    float: left;
    width: 60%;
    margin: 0 0 0 2%;
}

/* End new styles for upgrades*/
/*Popup login*/
/*.popup{
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    border: 1px solid #707070;
    padding: 20px;
    z-index: 99999;
    border-radius: 5px;
    max-height: 90%;
    overflow: auto;
}*/

.popup.loginActive .log_in,
.popup.quickActive .quick {
    display: block !important;
}

.popup.signupActive .sign_up {
    display: block !important;
}

/*.popup.loginActive, .popup.quickActive {
    width:423px;
    margin: 0 auto;
}*/

.popup.signupActive {
    width: 500px;
    margin: 0 auto;
}

/*.popup .log_in h1, .popup .sign_up h1, .popup .quick h1{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 24px;
    text-align: center;
   }*/

.form_login .already {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.popup .form_login .sign_btn button,
.popup .form_login .quick_btn {
    margin: 0 0 20px;
}

.popup .form_login .quick_btn {
    text-align: right;
}

.popup .form_login .quick_btn button {
    width: 150px;
    font-size: 16px;
    line-height: 20px;
}

.popup .form_login .email p {
    padding: 0 0 10px;
}

.draganddrop .close_popup {
    right: 50px;
    z-index: 1000;
}

.content_brief .close_popup {
    top: -4px;
    right: -4px;
}

.content_brief .add_new_file .close_popup {
    top: 10px;
    right: 55px;
}

#show_edit_block {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.tooltip.left-side-arrow .tooltip_in:after {
    left: 10px;
    margin-left: 0;
}

.top_arow.left-side-arrow .tooltip_in:before {
    left: 10px;
    margin-left: 0;
}

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***************************************************************Order Step 4********/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/

.content_flesh.step4 {
    min-height: 400px;
}

.content_flesh.step4 .card ul .icon_card,
.content_flesh.step4 .card ul .icon_card li {
    display: inline-block;
    vertical-align: middle;
}

html[lang="es-es"] .content_flesh.step4 .card ul .icon_card {
    padding-left: 24px;
}

.content_flesh.step4 .card ul li {
    padding: 0 0 10px;
    white-space: nowrap;
}

.content_flesh.step4 .card ul li ul li {
    padding: 0 5px 0 0;
}

.content_flesh.step4 .card {
    float: left;
    padding: 0 0 5px;
}

.content_flesh.step4 .card label {
    display: inline-block;
    width: 136px;
}

.content_flesh.step4 .card,
.content_flesh.step4 .bar_scroll,
.content_flesh.step4 .headline,
.content_flesh.step4 .information,
.content_flesh.step4 .method-payment {
    width: 55%;
}

html[lang='de-de'] .content_flesh.step4 .bar_scroll {
    width: 53%;
}

.content_flesh.step4 .method-payment {
    float: left;
    margin: 0 0 20px;
}

.method-payment .selection.hidden {
    display: none;
}

.content_flesh.step4 .bar_scroll {
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 10;
}

.content_flesh.step4 .headline,
.content_flesh.step4 .information {
    float: left;
    padding: 0 0 20px;
}

.content_flesh.step4 .headline {
    width: 100%;
}

.content_flesh.step4 .card input[type="radio"] + label::before {
    width: 18px;
}

.content_flesh.step4 .tit,
#CreditCard_form .tit {
    padding: 0 0 12px;
}

.content_flesh.step4 .tit p,
#CreditCard_form .tit p {
    background-color: #fff;
    color: #bbb;
    display: inline-block;
    padding: 0 10px 0 0;
}

.content_flesh.step4 .tit span,
#CreditCard_form .tit span {
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/gray-line.png");
    background-position: 50%;
    background-repeat: repeat-x;
    display: inline-block;
    width: 430px;
}

.information .record {
    display: inline-block;
    padding: 0 27px 20px 0;
    vertical-align: top;
    line-height: 14px;
}

.record input[type="text"] {
    font-size: 16px;
    line-height: 18px;
}

.record .medium {
    height: 28px;
    width: 188px;
}

.record .small {
    height: 28px;
    text-align: center;
    width: 48px;
}

.record .larg {
    height: 28px;
    width: 420px;
}

.information .record.exclusive input {
    width: 120px;
}

.information .record.expires p {
    display: inline-block;
    padding: 0 5px 0 0;
    vertical-align: bottom;
    width: 52px;
}

.upgrades-right .information .record.expires > p {
    display: inline-block;
}

.information .record.expires div {
    display: inline-block;
}

.information .record.expires div p,
.information .record p,
.upgrades-right .information .record.expires div p {
    display: block;
    padding: 0 0 5px;
}

.card .icon_card .enlighten {
    opacity: 0.2;
}

.information .img_card div {
    background-color: #cecece;
    border-radius: 4px;
    display: inline-block;
    height: 56px;
    margin: 0 5px;
    vertical-align: top;
    width: 84px;
}

.information .record.img_card p {
    padding: 0 2px;
    border: 1px solid #cecece;
}

html[lang="es-es"] .information .record.img_card p {
    padding: 0px;
}

.information .record.img_card {
    text-align: center;
    width: 200px;
}

.information .img_card div ul li p,
.upgrades-right .information .img_card div ul li p {
    display: inline-block;
    font-size: 7px;
    height: 12px;
    vertical-align: top;
    line-height: 14px;
    padding: 0;
    float: none;
}

html[lang="es-es"] .information .img_card div ul li p {
    font-size: 6px;
}

html[lang="fr-fr"] .information .img_card div ul li p {
    font-size: 6px;
}

html[lang="fr-fr"] .information .img_card div ul li.year p {
    font-size: 5px;
}

html[lang="de-de"] .information .img_card div ul li p {
    font-size: 6px;
}

.information .record.img_card .cvv p {
    border: 1px solid #fff;
}

.information .img_card div ul li i {
    background-image: url("https://designcontest-at-designcontest.netdna-ssl.com/images/sprite-order-contests.png");
    background-position: -59px -213px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    vertical-align: top;
    width: 24px;
}

.information .img_card div ul li {
    height: 14px;
    text-align: left;
    margin: 0;
}

.information .img_card div ul .number {
    margin: 10px 0 3px;
    text-align: center;
    height: 12px;
}

.information .img_card div ul .month p {
    margin: 0 16px 0 6px;
}

.information .img_card div ul .year {
    margin: 0 0 0 6px;
}

.information .img_card div ul .chosen,
.upgrades-right .information .img_card div ul li p.chosen,
.information .record.img_card .cvv p.chosen {
    border: 1px solid #bf3126;
    height: 12px;
}

.information .img_card div ul .magnit {
    background-color: #434753;
    margin: 5px 0 4px;
}

.information .img_card div ul .cvv {
    background-color: #fff;
    font-size: 7px;
    margin: 0 2px;
    padding: 0 4px;
    text-align: right;
    line-height: 16px;
}

.record .selection select {
    width: 200px;
}

.record .country input {
    padding: 0 0 0 42px;
    width: 154px;
}

.record .country .ico {
    background-color: #dfdfdf;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#dfdfdf);
    background: linear-gradient(to bottom, #fefefe 0%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    border-radius: 4px 0px 0px 4px;
    height: 28px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 36px;
    line-height: 26px;
    text-align: center;
}

.record .country .ico i {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
}

.russ {
    background: url("https://designcontest-at-designcontest.netdna-ssl.com/images/russian-ico.png") no-repeat 50% 50%;
}

.information .record div {
    position: relative;
}

.card,
.information {
    display: block;
}

.content_flesh.step4 .terms {
    float: left;
    line-height: 24px;
    padding: 0 0 36px;
}

.content_flesh.step4 .terms p.error {
    display: none;
}

.terms a,
.form_login .already a,
.popup .form_login a {
    text-decoration: underline;
}

.terms label {
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
    padding-left: 27px;
    padding-top: 5px;
    width: auto;
}

.terms input[type="checkbox"] + label::before {
    position: absolute;
    left: 0;
    top: 5px;
}

html[lang="es-es"] .terms input[type="checkbox"] + label::before {
    top: 8px;
}

html[lang="fr-fr"] .terms input[type="checkbox"] + label::before {
    top: 8px;
}

html[lang="de-de"] .terms input[type="checkbox"] + label::before {
    top: 8px;
}

.button_box .payment {
    width: 156px;
}

.sumary .box {
    margin: 0 0 20px;
}

.content_flesh.step4 .garant {
    width: 300px;
}

.content_flesh.step4 .garant.hidden {
    display: none;
}

.content_flesh.step4.paypal .information {
    display: none;
}

.content_flesh.step4 .mob_box {
    display: none;
}

.content_flesh.step4 .record.expires div.month {
    padding: 0 15px 0 0;
}

/*Error*/

.record.error p {
    color: #ed5565;
    font-size: 13px;
    line-height: 15px;
}

.record p.error {
    padding: 5px 0 0 0;
}

/***********************************************************************************/
/****************************************Order Step 4***Paypal**********************/
/***********************************************************************************/

.content_flesh.step4 .information.payp {
    display: none;
}

.content_flesh.step4.paypal .information.payp {
    display: block;
}

.content_flesh.step4.paypal .mastercard,
.content_flesh.step4.paypal .visa,
.content_flesh.step4.paypal .american,
.content_flesh.step4.paypal .discover {
    opacity: 0.3;
}

.information.invoice_message > p {
    width: 420px;
    line-height: 24px;
}

/*************** ONE-ON-ONE ************/
/*First step*/

.one_on_one .description {
    width: 100%;
}

.one_on_one .draganddrop .input_box {
    width: 470px;
    position: relative;
    margin: 0 0 30px;
}

.one_on_one .deadline_poject input[type="text"] {
    width: 130px;
    height: 26px;
    padding: 0;
    display: inline-block;
    background: none;
}

html[lang="fr-fr"] .one_on_one .deadline_poject input[type="text"] {
    padding: 0px 5px;
}

html[lang="de-de"] .one_on_one .deadline_poject input[type="text"] {
    padding: 0px 5px;
}

html[lang="es-es"] .one_on_one .deadline_poject input[type="text"] {
    padding: 0px 5px;
}

.deadline_poject .svg-icon {
    background: none;
    font-size: 13px;
    overflow: visible;
    color: #595c67;
    padding: 0 0 0 5px;
}

.one_on_one .deadline_poject > p {
    padding: 0 0 20px;
}

.one_on_one .deadline_poject p:first-child span,
.set_award_wrapper span {
    font-weight: 600;
    padding: 0 20px 0 0;
    min-width: 150px;
    display: inline-block;
}

.set_award_wrapper {
    padding: 0 0 20px;
}

.set_award_wrapper input {
    width: 148px;
}

.one_on_one .button_box button {
    padding: 0 20px;
    margin: 0 10px 10px;
}

.button_box .btn-grey.continue:after {
    content: '\e95b';
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    font-family: 'DC-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 7px;
}

.one_on_one .filter__in .filter-left {
    padding: 15px 0 5px 25px;
    line-height: 18px;
}

.one_on_one .filter__in .filter__search {
    padding: 16px;
}

.one_on_one #tab_data .invite-ml table tr td {
    border: 1px #dbdbdb solid;
}

.designer_name.favorite {
    border-left: 3px solid #159bbe !important;
}

.one_on_one #tab_data .invite-ml table thead tr td {
    border: none;
}

.expired .btn-grey.save span {
    padding: 5px 0;
    display: inline-block;
    top: 0;
    float: none;
    vertical-align: middle;
}

/***END ONE-ON-ONE**/
/*order step 3*/

@media only screen and (max-width: 1124px) {
    .package ul li {
        width: 25%;
    }

    .content_flesh.step3 .button_box {
        width: 84%;
    }

    /*step4*/
    .content_flesh.step4 .bar_scroll {
        width: 40%;
    }

    .control_center.one_on_one .content_flesh.step4 .bar_scroll {
        width: 50%;
    }

    .main_wrapper.order:after {
        height: 130px;
    }

    .control_center.one_on_one .bar_scroll .sumary {
        margin: 0;
    }

    .team-list .center_wrapper ul li {
        width: 50%;
        margin: 0 -4px 70px 0;
    }

    .nda.block-2 {
        width: 100%;
        padding: 0;
    }
}

/*order step 2 garant box*/

@media only screen and (max-width: 1034px) {
    .content_flesh.step2 .garant {
        display: none;
    }

    .content_flesh.step4 .garant.copy {
        display: none;
        width: 100%;
    }

    .content_flesh .garant.copy {
        display: inline-block;
        width: 100%;
    }

    .popup.finalization .final-content.step-3 .agreement {
        width: 90%;
    }
}

/*end order step 3*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .look_and_feel .noUi-handle:after,
    .duration .noUi-handle:after {
        font-size: 34px;
    }
}

@media only screen and (max-width: 960px) {
    .menu_box {
        padding: 2% 3%;
        width: 44%;
    }

    .float_right {
        float: left;
    }

    .last {
        clear: both;
    }

    .description p,
    .draft_box p {
        font-size: 18px;
        line-height: 20px;
    }

    .content_brief .look_and_feel {
        margin: 0 0 70px 40px;
    }

    /*step 2*/
    .description,
    .content_flesh .left_block {
        width: 100%;
    }

    .content_flesh .look_and_feel {
        padding: 0 0 30px 30px;
        width: 480px;
    }

    .draganddrop li,
    .examples_galery li,
    .image_preview li {
        width: 25%;
    }

    .styl {
        margin: 0 -4px 0 0;
        width: 50%;
    }

    .content_flesh .garant.copy p {
        float: left;
        text-align: left;
    }

    .content_flesh .info,
    .look_and_feel .rightsp,
    .look_and_feel .leftsp,
    .styl label,
    .used label,
    .color_picker .minicolors-theme-default .minicolors-input,
    .content_flesh .garant.copy p,
    .content_flesh .garant.copy span {
        font-size: 16px;
        line-height: 24px;
    }

    .look_and_feel p,
    .detailse p,
    .color_picker p,
    .used p,
    .draganddrop p,
    .like_dislike p,
    .examples_galery p {
        font-size: 18px;
        line-height: 24px;
    }

    .look_and_feel .noUi-horizontal .noUi-handle,
    .duration .noUi-horizontal .noUi-handle {
        height: 34px;
        left: -14px;
        top: -11px;
        width: 24px;
    }

    .look_and_feel .noUi-handle:after,
    .duration .noUi-horizontal .noUi-handle:after {
        font-size: 34px;
        position: relative;
        left: -7px;
    }

    .touch .how-it-works .look_and_feel .noUi-horizontal .noUi-handle {
        background: none;
    }

    .look_and_feel .rightsp {
        width: 65px;
    }

    .touch .look_and_feel .strip {
        padding: 10px 0;
    }

    .content_flesh .button_box {
        width: 90%;
    }

    /**Step 3**/
    .package ul li {
        margin: 0 -4px 30px 0;
        width: 38%;
    }

    .upgrades li .info,
    .privacy li .info,
    .duration .info {
        width: 55%;
    }

    .content_flesh.step3 .garant.copy,
    .content_flesh.step3 .extra-fees {
        display: block;
        float: none;
        height: 74px;
        width: 100%;
    }

    .package .box {
        width: 260px;
    }

    .third_block .content_upgrades .upgrades-item .upgrade_description {
        width: 55%;
    }

    .content_flesh .look_and_feel .strip,
    .content_brief .look_and_feel .strip {
        margin: 0 0 30px
    }

    /*step 4*/
    .content_flesh.step4 .bar_scroll {
        display: none;
    }

    .content_flesh.step4 .mob_box {
        display: block;
        float: left;
        padding: 0 0 35px;
    }

    .content_flesh.step4 .mob_box p {
        display: inline-block;
        font-size: 16px;
        width: 100%;
        line-height: 18px;
    }

    .content_flesh.step4 .mob_box p span {
        float: right;
    }

    .content_flesh.step4 div.total {
        background-color: #f6f2e9;
        border-radius: 10px;
        height: 16px;
        overflow: hidden;
        padding: 30px 40px;
        width: 220px;
    }

    /*.content_flesh.step4 .information,
    .content_flesh.step4 .headline,
    .content_flesh.step4 .card,
    .content_flesh.step4 .mob_box {
        width: 76%;
    }*/
    .content_flesh.step4 .garant.copy,
    .control_center.one_on_one .content_flesh.step4 .bar_scroll {
        display: block;
    }

    .popup.pick_img {
        width: 600px;
    }

    .logo_style_examples li {
        margin: 0 -4px 0 0;
        width: 50%;
        overflow: hidden;
    }

    /*big popup*/
    .popup.bigup .content_flesh {
        width: 100%;
        padding: 0px;
    }
}

@media only screen and (max-width: 885px) {
    .content_flesh.step4 .card,
    .content_flesh.step4 .bar_scroll,
    .content_flesh.step4 .headline,
    .content_flesh.step4 .information,
    .content_flesh.step4 .method-payment {
        width: 65%;
    }

    #contests_list .filter__search.filter__search_right,
    .filter__categories {
        float: left
    }

    .filter__btn.filter__btn_first {
        clear: both;
    }

    .comment_details.with_slider .comment_text {
        width: 60%;
    }

    .one_on_one .contest_heading .entries .deadline_poject input[type="text"] {
        width: 80px;
    }

    .control_center.one_on_one .content_flesh.step4 .bar_scroll {
        position: relative;
        width: 300px;
    }

    .bar_scroll .sumary .box .title .right {
        margin: 20px 0 0 0;
        width: 100%
    }

    .bar_scroll .sumary .box .title .right span {
        display: inline-block;
        text-align: left;
        margin: 0;
        color: #a1a4af;
        padding: 10px 0 0 0;
    }

    .control_center.one_on_one .content_flesh.step4 .bar_scroll .selection {
        float: right;
    }
}

@media only screen and (max-width: 768px) {
    .footer_order {
        height: 314px;
        margin-top: -240px;
        text-align: center;
    }

    .main_wrapper.footer-after:after {
        height: 240px;
    }

    .norton_box {
        margin: 0 auto;
        float: none;
    }

    .logo_footer_order {
        float: none;
    }

    .cart_box {
        display: block;
        padding: 20px 10px;
        float: none;
    }

    .main_wrapper.order:after {
        height: 310px;
    }

    /*step 2*/
    .draganddrop li,
    .examples_galery li,
    .image_preview li {
        width: 33%;
    }

    .package ul li {
        margin: 0 -4px 30px 0;
        width: 50%;
    }

    .content_flesh .button_box {
        width: 100%;
    }

    .upgrades li .info,
    .privacy li .info {
        width: 45%;
    }

    /*step 3*/
    .third_block .content_upgrades .upgrades-item .upgrade_description {
        float: left;
        width: 90%;
        margin: 4px 0 0 28px;
    }

    /*step 4*/
    .content_flesh.step4 .information,
    .content_flesh.step4 .headline,
    .content_flesh.step4 .card {
        width: 78%;
    }

    .one_on_one .upgrades-item .upgrade_description {
        margin: 0 0 0 32px;
    }
}

@media only screen and (max-width: 767px) {
    .popup.pick_img {
        width: 400px;
    }

    .one_on_one .contest_heading .entries .deadline_poject input[type="text"] {
        width: 100px;
    }

    .team-list .center_wrapper ul li div div {
        display: block;
        text-align: center;
        padding: 20px 0 0;
    }

    .team-list .center_wrapper ul li > div {
        width: initial;
        white-space: normal;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .menu_box {
        padding: 2% 8%;
        width: 90%;
    }

    .select_design h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .package .box .cost input {
        width: 130px;
    }

    .step_text {
        font-size: 12px;
        line-height: 14px;
    }

    .select_design {
        padding: 28px;
    }

    .menu_box a {
        font-size: 20px;
        line-height: 24px;
    }

    .select_design p {
        font-size: 20px;
        line-height: 24px;
    }

    .menu_box h2 {
        font-size: 21px;
        line-height: 24px;
    }

    .description input[type="text"],
    .one_on_one .draganddrop .input_box {
        width: 360px;
    }

    .description #area1,
    .like_dislike #area2 {
        width: 100% !important;
    }

    .content_flesh .look_and_feel,
    .content_flesh .look_and_feel .noUi-target,
    .selection select {
        width: 100%;
    }

    .content_brief .look_and_feel {
        margin: 0;
        padding: 0;
    }

    .content_flesh .look_and_feel {
        padding: 0 0 30px 0;
    }

    .draganddrop li,
    .examples_galery li,
    .image_preview li {
        width: 50%;
    }

    .detailse {
        display: block;
    }

    .look_and_feel .leftsp {
        left: 0;
        text-align: left;
        width: auto;
    }

    .look_and_feel .rightsp {
        width: 110px;
        text-align: right;
    }

    .content_flesh {
        padding: 10px;
    }

    .item_style {
        width: 94%;
    }

    .styl label {
        font-size: 14px;
        white-space: nowrap;
        line-height: 16px;
    }

    .item_style {
        background-image: url("https://designcontest-at-designcontest.netdna-ssl.com/images/ilogo_design.png");
        background-repeat: no-repeat;
    }

    .styl {
        margin: 0 -2px 0 0;
        padding: 10px 0;
    }

    .like_dislike .link_bg {
        padding: 2px 8px;
    }

    .touch .look_and_feel .strip {
        padding: 0;
    }

    .button_box .back,
    .button_box .add_details {
        float: none;
    }

    .content_flesh.step2 .button_box {
        width: 290px;
        white-space: normal;
    }

    .button_box .save,
    .button_box .add_details,
    .button_box .back,
    .button_box .next {
        width: 135px;
        padding: 10px;
    }

    .btn-grey.save:after,
    .btn-blue.save:after {
        display: none;
    }

    .button_box button {
        margin: 10px 4px;
    }

    .step2.with_details .save {
        display: block;
    }

    .left_block .look_and_feel .strip {
        margin: 40px 0;
    }

    /*order 3*/
    .upgrades li .info,
    .privacy li .info,
    .duration .info {
        font-size: 14px;
        padding: 0 0 0 32px;
        width: 90%;
        line-height: 16px;
    }

    .upgrades li span,
    .privacy li span {
        padding: 0;
    }

    .upgrades li label,
    .privacy li label {
        padding: 0;
    }

    .look_and_feel .leftsp,
    .look_and_feel .rightsp {
        bottom: 100%;
    }

    .look_and_feel .noUi-target {
        /* margin: 25px 0 0 0;*/

        position: absolute;
    }

    .left_block .look_and_feel .strip,
    .content_brief .look_and_feel .strip {
        margin: 20px 0 60px;
        padding: 30px 0 0 0;
    }

    .look_and_feel h2,
    .look_and_feel h4 {
        margin: 0 0 40px;
    }

    .content_flesh.step3 .button_box {
        width: 100%;
    }

    .content_flesh.step3 .preview {
        display: none;
    }

    .package .box {
        width: 220px;
    }

    .package .box .cost .naminal {
        padding: 0 16px;
    }

    .button_box .payment,
    .button_box .payment span {
        width: 126px;
        padding: 0;
    }

    .content_flesh,
    .content_flesh.step3 .first_block,
    .content_flesh.step3 .third_block {
        padding: 28px 10px;
    }

    .package .box .cost input {
        font-size: 38px;
        line-height: 38px;
    }

    /*popup*/
    .popup .log_in h1,
    .popup .sign_up h1,
    .popup .quick h1 {
        width: 255px;
        margin: 0 auto;
    }

    .close_popup {
        top: 10px;
        right: 15px;
    }

    /* LOGO STYLE BOX */
    .logo_style_examples li > div {
        width: 94%;
    }

    .logo_style_examples li label {
        font-size: 14px;
        white-space: nowrap;
        line-height: 16px;
    }

    .logo_style_examples li > div {
        background-image: url("https://designcontest-at-designcontest.netdna-ssl.com/images/ilogo_design.png");
        background-repeat: no-repeat;
    }

    .logo_style_examples li.wood > div {
        background-position: center 0;
    }

    .logo_style_examples li.picture > div {
        background-position: center -110px;
    }

    .logo_style_examples li.letter > div {
        background-position: center -220px;
    }

    .logo_style_examples li.emblem > div {
        background-position: center -330px;
    }

    .logo_style_examples li.caligraph > div {
        background-position: center -440px;
    }

    .logo_style_examples li.characte > div {
        background-position: center -550px;
    }

    .logo_style_examples li.wood.active > div {
        background-position: center -648px;
    }

    .logo_style_examples li.picture.active > div {
        background-position: center -758px;
    }

    .logo_style_examples li.letter.active > div {
        background-position: center -868px;
    }

    .logo_style_examples li.emblem.active > div {
        background-position: center -978px;
    }

    .logo_style_examples li.caligraph.active > div {
        background-position: center -1088px;
    }

    .logo_style_examples li.characte.active > div {
        background-position: center -1198px;
    }

    .logo_style_examples li {
        margin: 0 -2px 0 0;
        padding: 10px 0;
    }

    .popup {
        padding: 24px 10px;
    }

    .record.expires.cvv {
        margin: -134px 0 0 0;
        padding: 0;
    }

    .content_flesh.step4 .information,
    .content_flesh.step4 .headline,
    .content_flesh.step4 .card,
    .content_flesh.step4 .mob_box {
        width: 68%;
    }

    /* LOGO STYLE BOX END */
    .comment_details.with_slider .comment_text,
    .comment_details .comment_text {
        width: 94%;
    }

    .currency_box .selection {
        width: 100px;
    }
}

@media only screen and (max-width: 530px) {
    .popup,
    .popup.loginActive,
    .popup.quickActive {
        width: 90%;
        min-width: 0 !important;
    }

    .popup.confirmation.invite_designer {
        padding: 40px 15px;
        margin: 0 !important;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 480px) {
    .menu_box {
        padding: 30px 3px 30px 40px;
        width: 90%;
    }

    .steps {
        padding: 20px 0 20px 0;
    }

    .item_icons_edit.svg-icon {
        font-size: 21px;
    }

    /*step2*/
    .description input[type="text"],
    .one_on_one .draganddrop .input_box {
        width: 276px;
    }

    .draganddrop li,
    .examples_galery li,
    .image_preview li {
        width: 100%;
    }

    .color_picker .minicolors-position-left .minicolors-panel {
        left: -34px;
    }

    .color_picker .tangle-border,
    .color_picker .tangle {
        left: 68px;
    }

    .color_picker .form-group {
        margin: 0 -4px 20px 0;
        width: 50%;
    }

    .color_picker .mob {
        display: none;
    }

    .content_flesh .garant.copy p,
    .content_flesh .garant.copy span {
        background-position: 0 2px;
        font-size: 12px;
        line-height: 18px;
    }

    .content_flesh .garant p {
        height: 62px;
    }

    /*step 3*/
    .package ul li {
        height: 180px;
        width: 100%;
    }

    .package .box {
        height: 180px;
        width: 98%;
    }

    .package .box .head {
        background: none;
        border-bottom: none;
        border-radius: 0;
        display: inline-block;
        float: left;
        height: 46px;
        margin: 0 0 20px;
        padding: 0;
        width: 50%;
    }

    .package .box .head p {
        color: #2f323b;
        font-size: 28px;
        font-weight: 600;
        line-height: 16px;
        padding: 20px 4px;
        text-align: center;
        white-space: nowrap;
    }

    .package .box.complex .head {
        margin: 0 0 10px;
    }

    .package .box .cost,
    .package .box .bottbutton {
        float: right;
        text-align: center;
        width: 48%;
    }

    .content_flesh.step3 .save,
    .content_flesh.step4 .save {
        display: block;
    }

    .package .box .bottbutton {
        bottom: 20px;
        position: absolute;
        right: 0;
    }

    .package .box .cost span {
        font-size: 38px;
    }

    .package .box .cost .summa {
        line-height: 86px;
    }

    .package .box.complex .depiction {
        padding: 0 0 10px;
    }

    .package .box .expect,
    .package .box .depiction {
        display: inline-block;
        font-size: 16px;
        line-height: 18px;
        margin: 0 -4px 0 0;
        width: 50%;
    }

    .package .box .expect {
        float: left;
    }

    .package .box a {
        width: 90%;
    }

    .duration .slider_box {
        width: 100%;
        padding: 30px 30px 30px 0;
    }

    .package .box .cost .naminal span,
    .content_flesh.step3 .duration .info {
        display: none;
    }

    .package .box .cost input {
        width: 100px;
    }

    .package .box .cost .naminal {
        padding: 0;
    }

    .package .box .cost {
        padding: 24px 0 0;
        white-space: nowrap;
    }

    .package .box .expect,
    .package .box .depiction {
        padding: 0 0 0 5px;
    }

    .package .box .depiction {
        padding: 0 0 30px;
    }

    .content_flesh.step3 .button_box .garant {
        width: 298px;
    }

    .package .box.complex .cost .summa {
        padding: 10px 0 0;
    }

    .package .box.complex .depiction {
        padding: 0 0 10px;
    }

    .sumary .box {
        width: 264px;
    }

    .package .box .cost .summa {
        padding: 0 4px;
    }

    .package .box .expect {
        height: 56px;
    }

    .content_flesh.step4 .information,
    .content_flesh.step4 .headline,
    .content_flesh.step4 .card {
        overflow: hidden;
        width: 80%;
    }

    .content_flesh.step4 .card input[type="radio"] + label:before {
        margin: 0 2px -4px 0;
        width: 18px;
    }

    .content_flesh.step4 .card label {
        display: inline-block;
        width: 94px;
    }

    .content_flesh.step4 .card ul li ul li {
        padding: 0;
    }
    .content_flesh.step4 .card ul li div {
        padding-left: 2px;
    }

    .content_flesh.step4 .card ul li a {
        width: 46px;
    }

    /*  .content_flesh.step4 .card .visa-ico {
        background-position: 0 1px;
    }
    .content_flesh.step4 .card .american-ico {
        background-position: 0 -30px;
    }
    .content_flesh.step4 .card .discover-ico {
        background-position: 0 -62px;
    }
    .content_flesh.step4 .card .mastercard-ico {
        background-position: 0 -93px;
    }
    .content_flesh.step4 .card .paypal-ico {
        background-position: 0 -125px;
    }*/
    .content_flesh.step4 div.total {
        width: 160px;
    }

    .content_flesh.step4 .tit span {
        width: 95%;
    }

    .information .record.img_card {
        padding: 0 0 20px 0;
        text-align: center;
        width: 224px;
    }

    .information .img_card div {
        height: 66px;
        width: 100px;
    }

    .information .img_card div ul li p {
        display: inline-block;
        font-size: 9px;
        height: 14px;
        line-height: 14px;
    }

    .information .img_card div ul li {
        height: 16px;
    }

    .information .img_card div ul .number {
        margin: 10px 0 4px;
    }

    .information .img_card div ul .cvv {
        font-size: 9px;
        line-height: 16px;
    }

    .information .img_card div ul .month p {
        margin: 0 24px 0 6px;
    }

    .record .larg {
        width: 278px;
    }

    .record .selection select {
        width: 200px;
    }

    .information .record.exclusive {
        width: 100%;
    }

    /*popup*/
    .popup.pick_img {
        width: 84%;
    }

    .like_logos .pick {
        width: 120px;
        height: 114px;
        display: inline-block;
        border: 3px solid rgb(215, 215, 215);
        margin: 2% 1%;
    }

    .popup .like_logos ul {
        text-align: center;
    }

    .like_logos .pick .volkswagen,
    .like_logos .pick .starbucks {
        background-position: -20px 0;
    }

    /* LOGO DESIGN BOX */
    .content_flesh {
        padding: 10px;
    }

    .logo_style_examples li > div {
        width: 94%;
    }

    .logo_style_examples li label {
        font-size: 14px;
        white-space: nowrap;
        line-height: 16px;
    }

    /* LOGO DESIGN BOX END */
    .popup .form_login .quick_btn button {
        width: 130px;
    }

    .filter__btn.filter__btn_first {
        display: none;
    }

    .inner_content #filter_container .filter__search.filter__search_right {
        float: right;
    }

    .filter__btn .filter__clear {
        display: none;
    }

    .extra-fees i {
        margin: 0 10px 0;
    }

    .extra-fees span {
        line-height: 24px;
        width: 200px;
        margin: 5px 0 0;
    }
}

@media only screen and (max-width: 470px) {
    .content_flesh.step4 .information,
    .content_flesh.step4 .headline,
    .content_flesh.step4 .card {
        overflow: hidden;
        width: 100%;
    }
}

/* localization fix */

html[lang="es-es"] .terms_of_service_link {
    margin-left: 4px;
}

html[lang="fr-fr"] .terms_of_service_link:first-child {
    margin-left: 4px;
}

/* option boxes fixes */

html[lang="fr-fr"] .t_shirt_type li:nth-child(3) > div {
    width: 200px;
}

html[lang="en-en"] .t_shirt_type li:nth-child(3) > div {
    width: 200px;
}

html[lang="en-us"] .t_shirt_type li:nth-child(3) > div {
    width: 200px;
}

html[lang="de-de"] .t_shirt_type li:nth-child(3) > div {
    width: 190px;
}

html[lang="de-de"] .package .box .cost {
    height: 100px;
}

html[lang="de-de"] .package .box .head {
    margin: -1px 0 0px -1px;
}

@media screen and (max-width: 960px) {
    html[lang="de-de"] .information.invoice_message > p {
        width: 100%;
    }
}

/* some corrections for responsive version in Deutsch */

@media only screen and (max-width: 640px) {
    html[lang="de-de"] .record.expires.cvv {
        margin: 0;
        padding: 0;
    }

    html[lang="de-de"] .information .record {
        display: block;
    }

    html[lang="de-de"] .billing .btn-grey {
        margin: 10px 0 0 0;
    }

    html[lang="de-de"] .terms label {
        max-width: 250px;
    }

    html[lang="de-de"] #card_payment_editing #save_new_card {
        display: block;
    }
}

/* some corrections for responsive version in French */

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

    /* inline overlapping */
    html[lang="fr-fr"] #CreditCard_form {
        width: 100% !important;
    }

    html[lang="fr-fr"] .information .record.img_card p {
        padding: 0;
    }

    html[lang="fr-fr"] .record.expires.cvv {
        margin: 0;
        padding: 0;
    }

    html[lang="fr-fr"] .information .record {
        display: block;
    }

    html[lang="fr-fr"] .billing .btn-grey {
        margin: 10px 0 0 0;
    }

    html[lang="fr-fr"] .terms label {
        max-width: 250px;
    }

    html[lang="fr-fr"] #card_payment_editing #save_new_card {
        display: block;
    }
}

/* button line-height fix */

html[lang="de-de"] .btn-blue span {
    line-height: 19px;
}

/* price block fix */

@media only screen and (max-width: 480px) {
    html[lang="de-de"] .package .box .depiction {
        padding: 6px 2px;
    }
}

html[lang="fr-fr"] .information .record.expires p {
    width: 54px;
    white-space: nowrap;
}

@media only screen and (max-width: 640px) {
    html[lang="es-es"] .button_box .save, .button_box .add_details, .button_box .back, .button_box .next {
        width: 190px;
        padding: 10px;
    }
    .btn-blue span {
        line-height: 16px;
    }
}
