.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.close {
    float: right;
    font-size: 15px;
    line-height: 20px;
}

/*.prev {
    float: left;
    font-size: 15px;
    line-height: 20px;
}

.modal-header.forgot a {
    font-family: var(--regular);
    font-size: 14px;
    color: #a5a5a5;
    margin-left: 10px;
    line-height: 4;
}

button.close {
    padding: 0;
    cursor: pointer;
    color: #d9d9d9;
    border: 0;
    -webkit-appearance: none;
    background: transparent;
    font-size: 30px;
    margin: 0;
    z-index: 850;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all ease .3s;
}

button.close:hover {
    color: #c50000;
}

button.close.baskets {
    margin: 18px 24px 0 0;
    z-index: 100000;
}

button.close.address {
    margin: 16px 45px 0 0;
    z-index: 100001;
}

button.close.returned-product {
    margin: 16px 14px 0 0;
    z-index: 100001;
}

button.prev {
    padding: 0;
    cursor: pointer;
    color: #a5a5a5;
    border: 0;
    -webkit-appearance: none;
    width: 8px;
    height: 16px;
    background: transparent;
    font-size: 15px;
    margin: 19px 0px 0 35px;
}
*/
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #1a1816;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.65;
    filter: alpha(opacity=50);
}

.modal-backdrop.fade.in .baskets {
    opacity: 0.01;
}

/*.modal-body {
    height: 440px;
}


.modal {
    position: fixed;
    z-index: 1050;
    width: 598px;
    background: #FFF;
    outline: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    max-height: 585px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.modal.small {
    width: 463px;
    margin-left: -231px;
}

.modal.small .modal-header {
    background: #FFF;
    height: 37px;
}

.modal.small button.close {
    background: #ffad00;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    padding-top: 2px;
    text-align: center;
    font-size: 14px;
}

.modal.small .modal-title {
    color: #7fbf35;
    font-size: 18px;
    margin: 10px 0 5px 0
}

.modal.small .modal-body {
    background: url(../images/success.png) no-repeat top center;
    padding-top: 70px;
    margin-top: 0;
    font-size: 18px;
    width: 65%;
    text-align: center;
    padding-bottom: 35px;
    line-height: 24px;
}

.modal.small .modal-body.noimage {
    background: none;
    padding-top: 20px;
    width: 85%
}

.modal.big {
    width: 800px;
    margin-left: -400px;
}

.modal.big .modal-header {
    background: #FFF;
    height: 37px;
}

.modal.big button.close {
    background: #ffad00;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    padding-top: 2px;
    text-align: center;
    font-size: 14px;
}

.modal.big .modal-title {
    color: #403e3e;
    font-size: 20px;
    margin: 10px 0 15px 0;
    width: 100%;
    text-align: center;
}

.modal.big .modal-body {
    background: none;
    margin-top: 0;
    font-size: 15px;
    width: 100%;
    padding: 0 30px 20px 30px;
    line-height: 20px;
    height: 470px
}

.modal.big .modal-body>.content {
    width: 100%;
    height: 400px;
    padding-right: 10px;
    position: relative
}

.ps--active-x.content>.ps__rail-x,
.ps--active-y.content>.ps__rail-y {
    background: #e6e6e6
}*/

/*.modal.big .modal-body > .content::-webkit-scrollbar-track
{
	
	border-radius: 3px;
	background-color: #fff;
}

.modal.big .modal-body > .content::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.modal.big .modal-body > .content::-webkit-scrollbar-thumb
{
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #a1a1a1;
}


.modal.big .modal-body > .content::-webkit-scrollbar-thumb:hover {
  background: #ffad00; 
}*/

/*.modal.sendmessage {
    width: 598px;
    margin-left: -299px;
}

.modal.sendmessage.showcase {
    width: 516px;
    margin-left: -258px;
}

.modal.sendmessage .modal-header {
    background: #FFF;
    height: 37px;

}

.modal.sendmessage button.close {
    background: #ffad00;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    padding-top: 2px;
    text-align: center;
    font-size: 14px;
}

.modal.sendmessage .modal-title {
    color: #7fbf35;
    font-size: 24px;
    margin: 0 0 5px 0;
    font-family: 'Ubuntu-Regular';
    text-align: left
}

.modal.sendmessage.showcase .modal-title {
    color: #403e3e;
    font-size: 20px;
    margin: 20px 0 10px 0;
    font-family: 'Ubuntu-Regular';
    text-align: center;
}

.modal.sendmessage .modal-description {

    font-size: 16px;
    margin: 0px 0 30px 0;
    line-height: 22px
}

.modal.sendmessage .modal-body {
    padding: 12px 42px 10px 42px;
    margin-top: 0;
    font-size: 18px;
    width: 100%;
    display: table;

}

.modal.demands {
    width: 598px;
    margin-left: -299px;
    max-height: 600px;
}

.modal.demands .modal-header {
    background: #FFF;
    height: 37px;

}

.modal.demands button.close {
    background: #ffad00;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    padding-top: 2px;
    text-align: center;
    font-size: 14px;
}

.modal.demands .modal-body {
    padding: 5px 42px 5px 42px;
    margin-top: 0;
    font-size: 14px;
    width: 100%;
    display: table;

}


.modal.demansmessage {
    width: 848px;
    margin-left: -424px;
}

.modal.demansmessage .modal-header {
    background: #FFF;
    height: auto;

}

.modal.demansmessage button.close {
    background: #ffad00;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    padding-top: 2px;
    text-align: center;
    font-size: 14px;
}

.modal.demansmessage .modal-title {
    color: #7fbf35;
    font-size: 24px;
    margin: 0 0 5px 0;
    font-family: 'Ubuntu-Regular';
    text-align: left
}

.modal.demansmessage .modal-description {

    font-size: 16px;
    margin: 0px 0 30px 0;
    line-height: 22px
}

.modal.demansmessage .modal-body {
    padding: 0px 45px 5px 45px;
    margin-top: 0;
    font-size: 14px;
    width: 100%;
    display: table;

}


.modal.products {
    width: 800px;
    margin-left: -400px;
}

.modal.products .modal-header {
    background: #FFF;
    height: auto;
    font-size: 16px;
    color: #1a1a1a;
    padding: 25px 45px 10px 45px;
    text-align: center;
    line-height: 22px;
    box-shadow: 0 0 7px rgba(26, 24, 24, 0.2);
    position: relative;
    z-index: 1;
}



.modal.products button.close {
    background: #ffad00;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.products .modal-title {
    color: #7fbf35;
    font-size: 24px;
    margin: 0 0 5px 0;
    font-family: 'Ubuntu-Regular';
    text-align: left
}

.modal.products .modal-description {

    font-size: 16px;
    margin: 0px 0 30px 0;
    line-height: 22px
}

.modal.products .modal-body {
    padding: 0px 45px 5px 45px;
    margin-top: 0;
    font-size: 14px;
    width: 100%;
    display: table;

}

.ui-helper-hidden-accessible {
    display: none;
}


.modal.fade {
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
    z-index: -1;
}

.modal.fade.in {
    z-index: 9999;
    background-image: url(../images/zemin_gorsel.png);
    background-repeat: no-repeat;
    width: 50%;
    height: 585px;
}

.modal.fade.in.forgot {
    top: 28%;
    z-index: 9999;
    background-image: none;
    left: 52%;
    width: 27.4%;
    height: 400px;
}

.modal.fade.in.send {
    top: 35%;
    z-index: 9999;
    background-image: none;
    left: 52%;
    width: 24.2%;
    height: 258px;
}

.modal.fade.in.detail {
    top: 10%;
    z-index: 9999;
    background-image: none;
    left: 43.7%;
    width: 45.2%;
    min-height: 745px;
    border-radius: 10px;
}

.modal.fade.in.agreement {
    top: 16%;
    z-index: 9999;
    left: 43.7%;
    width: 45.3%;
    min-height: 745px;
    border-radius: 10px;
    background-image: none;
}

.modal.fade.in.baskets {
    top: 0%;
    left: 92%;
    width: 23.7%;
    min-height: 100%;
    border-radius: 0;
    background: #f7f7f7;
    -webkit-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
}

.modal.fade.in.shop {
    top: 0%;
    left: 92%;
    width: 23.7%;
    min-height: 970px;
    border-radius: 0;
    background: #f7f7f7;
    -webkit-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
}

.modal.fade.in.coupon {
    top: 30%;
    left: 51.2%;
    width: 29.1%;
    max-height: 385px;
    height: auto;
    padding-bottom: 20px;
    border-radius: 9px;
    background: #fff;
    -webkit-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
}

.modal.fade.in.Coupons {
    top: 42%;
    left: 55%;
    width: 22.1%;
    height: 145px;
    border-radius: 9px;
    background: #fff;
    -webkit-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
}

.modal.fade.in.Promotions {
    top: 42%;
    left: 55%;
    width: 22.1%;
    height: 145px;
    border-radius: 9px;
    background: #fff;
    -webkit-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
}

.modal.fade.in.address {
    top: 16%;
    left: 44.5%;
    width: 43.7%;
    min-height: 626px;
    border-radius: 9px;
    background: #fff;
    -webkit-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
}

.modal.fade.in.account {
    top: 16%;
    left: 44.5%;
    width: 43.7%;
    min-height: 645px;
    border-radius: 9px;
    background: #fff;
    -webkit-box-shadow: -2px 4px 17px -4px rgb(0 0 0 / 70%);
    -moz-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    box-shadow: -2px 4px 17px -4px rgb(0 0 0 / 70%);
}

.modal.fade.in.return {
    top: 38%;
    left: 49%;
    width: 33.7%;
    height: 218px;
    border-radius: 9px;
    background: #fff;
    -webkit-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
    box-shadow: -2px 4px 17px -4px rgba(0, 0, 0, 0.7);
}

.modal-header {
    display: block;
}

.modal-header.baskets {
    background-image: none;
}

.modal-header.shop {
    background: none;
    height: 0px;
}

.modal-header.Coupons {
    background: none;
    width: 420px;
    height: auto;
}

.modal-header.Promotions {
    background: none;
    width: 420px;
    height: auto;
}

.modal-header.return {
    background: none;
    width: 640px;
    height: auto;
}

.modal-header.detail {
    margin: 0 auto 0 auto;
    background-image: none;
    height: 0;
}

.modal-header.address {
    margin: 0 auto 0 auto;
    background-image: none;
    height: 0;
}

.modal-header.account {
    margin: 0 auto 0 auto;
    background-image: none;
    height: 0;
}



.modal-header .modal_title {
    margin: 0;
    line-height: 30px;
    color: #c3276f;
}


.modal-body.forgot {
    margin: 0 auto 0 auto;
}

.modal-body.send {
    margin: 0 auto 0 auto;
}

.modal-body.baskets {
    width: 100%;
    margin: 0 auto 0 auto;
    height: 100vh;
}

.modal-body.shop {
    width: 100%;
    margin: 44px 0 0 0;
}

.modal-body.detail {
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
}

.modal-body.coupon {
    width: 100%;
    margin: 62px auto 0 auto;
}

.modal-body.Coupons {
    width: 100%;
    margin: 0 auto 0 auto;
}

.modal-body.Promotions {
    width: 100%;
    margin: 0 auto 0 auto;
}

.modal-body.address {
    width: 100%;
    margin: 0 auto 0 auto;
}

#divDetail {
    overflow-y: auto;
}

.modal-icon {
    background: url(../images/logo.svg) no-repeat;
    width: 47%;
    height: 98px;
    display: block;
    margin: 70px 0 0 79px;
}

.modal-icon.forgot {
    background: none;
    height: 0;
    margin: 0 auto 0 auto;
}

.modal-icon.send {
    background-image: url("../images/Layer104.png");
    background-repeat: no-repeat;
    height: 109px;
    margin: 31px auto 0 auto;
    background-position: center center;
}

.modal-icon.shop {
    width: 260px;
    height: 260px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 9px 20px -6px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0px 9px 20px -6px rgba(0, 0, 0, 0.64);
    box-shadow: 0px 9px 19px -4px rgb(0 0 0 / 22%);
    float: left;
    margin: 66px 10px 0 95px;
}

.modal-icon.baskets {
    background: none;
    height: 0;
    width: 0;
    margin: 0 0 0 0;
}

.shop-gif {
    background-image: url(../images/sepet-bos.gif);
    background-repeat: no-repeat;
    background-position: 88% 57%;
    background-size: 89% 106%;
    width: 152px;
    height: 108px;
    display: block;
    margin: 5px 0 0 0;
    position: relative;
    top: 79px;
    left: 40px;
}

.modal-title {
    color: #1a1a18;
    font-size: 18px;
    font-family: 'Rubik Medium';
    width: 100%;
    text-align: center;
    padding: 42px 0 11px 20px;
}

.modal-title.send {
    color: #1a1a18;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 1.4;
    padding: 17px 25px 11px 25px;
}

.modal-title.forgot {
    color: #e4b84b;
    font-size: 16px;
    padding: 0 0 0 0;
    margin-top: 32px;
}

.modal-title.detail {
    color: #e4b84b;
    font-size: 24px;
    text-align: left;
    padding: 53px 0 0px 47px;
}

.modal-title.agreement {
    color: #e4b84b;
    font-size: 24px;
    text-align: left;
    margin: 11px 0 17px 25px;
}

.modal-title.baskets {
    font-size: 18px;
    color: #e4b84b;
    text-align: left;
    margin: 0 0 6px 8px;
}

.modal-title.shop {
    font-size: 20px;
    color: #1a1a18;
    display: inline-block;
    width: 100%;
    padding: 69px 0 0-11px 0;
}

.modal-title.address {
    color: #1a1a18;
    font-size: 18px;
    margin: 9px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    display: block;
    position: absolute;
}

.modal-title.account {
    color: #1a1a18;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    display: block;
    position: absolute;
    padding: 42px 0 11px 83px;
}

.modal-title.return {
    font-size: 18px;
    color: #1a1a18;
    display: inline-block;
    width: 90%;
    margin: 21px 0 11px 34px;
    padding: 0 0 0 0;
}

.modal-form {
    margin-bottom: 0;
}


.modal-footer {
    padding: 15px;
    margin-bottom: 0;
    zoom: 1;
}

.modal-footer.error {
    color: #d33801;
    text-align: center;
    font-family: 'Prompt-Regular';
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
*/


@media only screen and (max-width:359px) {

    .modal {
        width: 94%;
        left: 3%;
        margin-left: 0;
        position: absolute;
        max-height: 685px;
        /**/
        top: 10%;
    }

    .modal-body {
        width: 100%;
        max-height: 700px
    }


    .modal.big {
        width: 94%;
        margin-left: 0;
    }

    .modal.big .modal-body {
        padding: 0 15px 20px 15px;
    }

    .modal.big .modal-body>.content {
        padding-right: 0
    }

    .modal.big .modal-body>.content .scroll-container {
        height: 360px
    }

    .modal.big .modal-title {
        font-size: 18px
    }

    .modal.sendmessage {
        width: 94%;
        margin-left: 0;
    }

    .modal.sendmessage .modal-body {
        padding: 12px 15px 10px 15px;
    }

    .modal.demands {
        width: 94%;
        margin-left: 0;
        max-height: inherit
    }

    .modal.demands .modal-body {
        padding: 5px 15px 5px 15px;
    }

    .modal.small {
        width: 94%;
        margin-left: 0;
    }

    .modal.small .modal-body.noimage {
        width: 100%
    }

    .modal.demansmessage {
        width: 94%;
        margin-left: 0
    }

    .modal.demansmessage .modal-body {
        padding: 0 15px 5px 15px
    }

    .modal.sendmessage.showcase {
        width: 94%;
        margin-left: 0
    }

    .modal-showcase-list {
        width: 100%
    }
}

@media only screen and (min-width:360px) and (max-width:369px) {
    .modal {
        width: 94%;
        left: 3%;
        margin-left: 0;
        position: absolute;
        max-height: 685px;
        /**/
        top: 10%;
    }

    .modal-body {
        width: 100%;
        max-height: 700px
    }



    .modal.big {
        width: 94%;
        margin-left: 0;
    }

    .modal.big .modal-body {
        padding: 0 15px 20px 15px;
    }

    .modal.big .modal-body>.content {
        padding-right: 0
    }

    .modal.big .modal-body>.content .scroll-container {
        height: 360px
    }

    .modal.big .modal-title {
        font-size: 18px
    }

    .modal.sendmessage {
        width: 94%;
        margin-left: 0;
    }

    .modal.sendmessage .modal-body {
        padding: 12px 15px 10px 15px;
    }

    .modal.demands {
        width: 94%;
        margin-left: 0;
        max-height: inherit
    }

    .modal.demands .modal-body {
        padding: 5px 15px 5px 15px;
    }

    .modal.small {
        width: 94%;
        margin-left: 0;
    }

    .modal.small .modal-body.noimage {
        width: 100%
    }

    .modal.demansmessage {
        width: 94%;
        margin-left: 0
    }

    .modal.demansmessage .modal-body {
        padding: 0 15px 5px 15px
    }

    .modal.sendmessage.showcase {
        width: 94%;
        margin-left: 0
    }

    .modal-showcase-list {
        width: 100%
    }
}

@media only screen and (min-width:370px) and (max-width:399px) {
    .modal {
        width: 94%;
        left: 3%;
        margin-left: 0;
        position: absolute;
        max-height: 685px;
        /**/
        top: 17%;
    }

    .modal-body {
        width: 100%;
        max-height: 700px
    }



    .modal.big {
        width: 94%;
        margin-left: 0;
    }

    .modal.big .modal-body {
        padding: 0 15px 20px 15px;
    }

    .modal.big .modal-body>.content {
        padding-right: 0
    }

    .modal.big .modal-body>.content .scroll-container {
        height: 360px
    }

    .modal.big .modal-title {
        font-size: 18px
    }

    .modal.sendmessage {
        width: 94%;
        margin-left: 0;
    }

    .modal.sendmessage .modal-body {
        padding: 12px 15px 10px 15px;
    }

    .modal.demands {
        width: 94%;
        margin-left: 0;
        max-height: inherit
    }

    .modal.demands .modal-body {
        padding: 5px 15px 5px 15px;
    }

    .modal.small {
        width: 94%;
        margin-left: 0;
    }

    .modal.small .modal-body.noimage {
        width: 100%
    }

    .modal.demansmessage {
        width: 94%;
        margin-left: 0
    }

    .modal.demansmessage .modal-body {
        padding: 0 15px 5px 15px
    }

    .modal.sendmessage.showcase {
        width: 94%;
        margin-left: 0
    }

    .modal-showcase-list {
        width: 100%
    }
}

@media only screen and (min-width:400px) and (max-width:479px) {
    .modal {
        width: 94%;
        left: 3%;
        margin-left: 0;
        position: absolute;
        max-height: 685px;
        /**/
        top: 10%;
    }

    .modal-body {
        width: 100%;
        max-height: 700px
    }



    .modal.big {
        width: 94%;
        margin-left: 0;
    }

    .modal.big .modal-body {
        padding: 0 15px 20px 15px;
    }

    .modal.big .modal-body>.content {
        padding-right: 0
    }

    .modal.big .modal-body>.content .scroll-container {
        height: 360px
    }

    .modal.big .modal-title {
        font-size: 18px
    }

    .modal.sendmessage {
        width: 94%;
        margin-left: 0;
    }

    .modal.sendmessage .modal-body {
        padding: 12px 15px 10px 15px;
    }

    .modal.demands {
        width: 94%;
        margin-left: 0;
        max-height: inherit
    }

    .modal.demands .modal-body {
        padding: 5px 15px 5px 15px;
    }

    .modal.small {
        width: 94%;
        margin-left: 0;
    }

    .modal.small .modal-body.noimage {
        width: 100%
    }

    .modal.demansmessage {
        width: 94%;
        margin-left: 0
    }

    .modal.demansmessage .modal-body {
        padding: 0 15px 5px 15px
    }

    .modal.sendmessage.showcase {
        width: 94%;
        margin-left: 0
    }

    .modal-showcase-list {
        width: 100%
    }
}

@media only screen and (min-width:480px) and (max-width:559px) {
    .modal {
        width: 94%;
        left: 3%;
        margin-left: 0;
        position: absolute;
        max-height: 685px;
        /**/
        top: 10%;
    }

    .modal-body {
        width: 100%;
        max-height: 700px
    }



    .modal.big {
        width: 94%;
        margin-left: 0;
    }

    .modal.big .modal-body {
        padding: 0 15px 20px 15px;
    }

    .modal.big .modal-body>.content {
        padding-right: 0
    }

    .modal.big .modal-body>.content .scroll-container {
        height: 360px
    }

    .modal.big .modal-title {
        font-size: 18px
    }

    .modal.sendmessage {
        width: 94%;
        margin-left: 0;
    }

    .modal.sendmessage .modal-body {
        padding: 12px 15px 10px 15px;
    }

    .modal.demands {
        width: 94%;
        margin-left: 0;
        max-height: inherit
    }

    .modal.demands .modal-body {
        padding: 5px 15px 5px 15px;
    }

    .modal.small {
        width: 94%;
        margin-left: 0;
    }

    .modal.small .modal-body.noimage {
        width: 100%
    }

    .modal.demansmessage {
        width: 94%;
        margin-left: 0
    }

    .modal.demansmessage .modal-body {
        padding: 0 15px 5px 15px
    }

    .modal.sendmessage.showcase {
        width: 94%;
        margin-left: 0
    }

    .modal-showcase-list {
        width: 100%
    }
}

@media only screen and (min-width:560px) and (max-width:639px) {
    .modal {
        width: 94%;
        left: 3%;
        margin-left: 0;
        position: absolute;
        max-height: 685px;
        /**/
        top: 10%;
    }

    .modal-body {
        width: 60%;
        max-height: 700px
    }



    .modal.big {
        width: 94%;
        margin-left: 0;
    }

    .modal.big .modal-body {
        padding: 0 20px 20px 20px;
    }

    .modal.big .modal-body>.content {
        padding-right: 0
    }

    .modal.big .modal-body>.content .scroll-container {
        height: 360px
    }

    .modal.big .modal-title {
        font-size: 18px
    }

    .modal.sendmessage {
        width: 94%;
        margin-left: 0;
    }

    .modal.sendmessage .modal-body {
        padding: 12px 15px 10px 15px;
    }

    .modal.demands {
        width: 94%;
        margin-left: 0;
        max-height: inherit
    }

    .modal.demands .modal-body {
        padding: 5px 15px 5px 15px;
    }

    .modal.small {
        width: 94%;
        margin-left: 0;
    }

    .modal.small .modal-body.noimage {
        width: 100%
    }

    .modal.demansmessage {
        width: 94%;
        margin-left: 0
    }

    .modal.demansmessage .modal-body {
        padding: 0 15px 5px 15px
    }

    .modal.sendmessage.showcase {
        width: 94%;
        margin-left: 0
    }
}

@media only screen and (min-width:640px) and (max-width:659px) {
    .modal {
        width: 92%;
        left: 4%;
        margin-left: 0;
        position: absolute;
        max-height: 685px;
        /**/
        top: 10%;
    }

    .modal-body {
        width: 60%;
        max-height: 700px
    }



    .modal.big {
        width: 94%;
        margin-left: 0;
    }

    .modal.big .modal-body {
        padding: 0 20px 20px 20px;
    }

    .modal.big .modal-body>.content {
        padding-right: 0
    }

    .modal.big .modal-body>.content .scroll-container {
        height: 360px
    }

    .modal.big .modal-title {
        font-size: 18px
    }

    .modal.sendmessage {
        width: 94%;
        margin-left: 0;
    }

    .modal.demands {
        width: 94%;
        margin-left: 0;
        max-height: inherit
    }

    .modal.demands .modal-body {
        padding: 5px 15px 5px 15px;
    }

    .modal.small {
        width: 94%;
        margin-left: 0;
    }

    .modal.small .modal-body.noimage {
        width: 100%
    }

    .modal.demansmessage {
        width: 94%;
        margin-left: 0
    }

    .modal.demansmessage .modal-body {
        padding: 0 15px 5px 15px
    }

    .modal.sendmessage.showcase {
        width: 80%;
        margin-left: 35px
    }
}

@media only screen and (min-width:660px) and (max-width:699px) {
    .modal {
        width: 92%;
        left: 4%;
        margin-left: 0;
        position: absolute;
        max-height: 685px;
        /**/
        top: 10%;
    }

    .modal-body {
        width: 60%;
        max-height: 700px
    }



    .modal.big {
        width: 94%;
        margin-left: -8px;
    }

    .modal.big .modal-body {
        padding: 0 20px 20px 20px;
    }

    .modal.big .modal-body>.content {
        padding-right: 0
    }

    .modal.big .modal-body>.content .scroll-container {
        height: 360px
    }

    .modal.big .modal-title {
        font-size: 18px
    }

    .modal.sendmessage {
        width: 94%;
        margin-left: 0;
    }

    .modal.demands {
        width: 94%;
        margin-left: 0;
        max-height: inherit
    }

    .modal.demands .modal-body {
        padding: 5px 15px 5px 15px;
    }

    .modal.small {
        width: 94%;
        margin-left: 0;
    }

    .modal.small .modal-body.noimage {
        width: 100%
    }

    .modal.demansmessage {
        width: 94%;
        margin-left: 0
    }

    .modal.demansmessage .modal-body {
        padding: 0 15px 5px 15px
    }

    .modal.sendmessage.showcase {
        width: 80%;
        margin-left: 35px
    }
}

@media only screen and (min-width:700px) and (max-width:759px) {
    .modal {
        width: 92%;
        margin-left: 0;
        left: 4%;
        position: absolute;
        max-height: 685px;
        /**/
        top: 10%;
    }

    .modal-body {
        width: 60%;
        max-height: 700px
    }



    .modal.big {
        width: 94%;
        margin-left: -8px;
    }

    .modal.big .modal-body {
        padding: 0 20px 20px 20px;
    }

    .modal.big .modal-body>.content {
        padding-right: 0
    }

    .modal.big .modal-body>.content .scroll-container {
        height: 360px
    }

    .modal.big .modal-title {
        font-size: 18px
    }

    .modal.sendmessage {
        width: 94%;
        margin-left: 0;
    }

    .modal.demands {
        width: 94%;
        margin-left: 0;
        max-height: inherit
    }

    .modal.demands .modal-body {
        padding: 5px 15px 5px 15px;
    }

    .modal.demansmessage {
        width: 94%;
        margin-left: 0
    }

    .modal.demansmessage .modal-body {
        padding: 0 15px 5px 15px
    }

    .modal.sendmessage.showcase {
        margin-left: 70px
    }

    .modal.small {
        margin-left: 15%
    }
}

@media only screen and (min-width:760px) and (max-width:810px) {
    .modal {
        max-height: 685px;
        /**/
        top: 10%;
    }

    .modal-body {
        width: 60%;
        max-height: 700px
    }



    .modal.big {
        width: 94%;
        margin-left: -47%
    }

    .modal.big .modal-body {
        padding: 0 20px 20px 20px;
    }

    .modal.big .modal-body>.content {
        padding-right: 0
    }

    .modal.big .modal-body>.content .scroll-container {
        height: 360px
    }

    .modal.big .modal-title {
        font-size: 18px
    }

    .modal.sendmessage {
        width: 94%;
        margin-left: -47%;
    }

    .modal.demands {
        width: 94%;
        margin-left: -47%;
        max-height: inherit
    }

    .modal.demands .modal-body {
        padding: 5px 15px 5px 15px;
    }

    .modal.demansmessage {
        width: 94%;
        margin-left: -47%
    }

    .modal.demansmessage .modal-body {
        padding: 0 15px 5px 15px
    }

    .modal.sendmessage.showcase {
        margin-left: -34%
    }

    .modal.small {
        margin-left: -29%
    }
}

@media only screen and (min-width:811px) and (max-width:999px) {
    .modal {
        max-height: 685px;
        position: absolute;
        /**/
        top: 10%;
    }

    .modal-body {
        width: 60%;
        max-height: 700px
    }



    .modal.big {
        width: 94%;
        margin-left: -47%
    }

    .modal.big .modal-body {
        padding: 0 20px 20px 20px;
    }

    .modal.big .modal-body>.content {
        padding-right: 0
    }

    .modal.big .modal-body>.content .scroll-container {
        height: 360px
    }

    .modal.big .modal-title {
        font-size: 18px
    }

    .modal.demands {
        max-height: inherit
    }

    .modal.demands .modal-body {
        padding: 5px 15px 5px 15px;
    }

    .modal.demansmessage {
        width: 94%;
        margin-left: -47%
    }

    .modal.demansmessage .modal-body {
        padding: 0 15px 5px 15px
    }

    .modal.sendmessage.showcase {
        margin-left: -34%
    }

    .modal.small {
        margin-left: -29%
    }
}


@media only screen and (min-width:1000px) and (max-width:1024px) {}

@media only screen and (min-width: 1025px) and (max-width:1278px) {}

@media only screen and (min-width: 1279px) and (max-width:1366px) {}


/* width 1440 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
    /*.modal.fade.in {
        width: 70%;
    }*/
}

/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) {
    /*.modal.fade.in {
        width: 70%;
    }*/
}

/*width 1278*/
@media only screen and (min-width: 1025px) and (max-width:1278px) {
  /*  .modal.fade.in {
        width: 70%;
    }*/
}

/*1024*/
@media only screen and (min-width:1000px) and (max-width:1024px) {
   /* .modal.fade.in {
        width: 70%;
    }*/
}