@font-face {
    font-family: 'MyriadPro';
    src: url('../../bundles/slstudiophotoautomate/css/myriadpro-regular-webfont.eot');
    src: url('../../bundles/slstudiophotoautomate/css/myriadpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../bundles/slstudiophotoautomate/css/myriadpro-regular-webfont.woff') format('woff'),
    url('../../bundles/slstudiophotoautomate/css/myriadpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../../bundles/slstudiophotoautomate/css/myriadpro-it-webfont.eot');
    src: url('../../bundles/slstudiophotoautomate/css/myriadpro-it-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../bundles/slstudiophotoautomate/css/myriadpro-it-webfont.woff') format('woff'),
    url('../../bundles/slstudiophotoautomate/css/myriadpro-it-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../../bundles/slstudiophotoautomate/css/myriadpro-boldit-webfont.eot');
    src: url('../../bundles/slstudiophotoautomate/css/myriadpro-boldit-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../bundles/slstudiophotoautomate/css/myriadpro-boldit-webfont.woff') format('woff'),
    url('../../bundles/slstudiophotoautomate/css/myriadpro-boldit-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../../bundles/slstudiophotoautomate/css/myriadpro-bold-webfont.eot');
    src: url('../../bundles/slstudiophotoautomate/css/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../bundles/slstudiophotoautomate/css/myriadpro-bold-webfont.woff') format('woff'),
    url('../../bundles/slstudiophotoautomate/css/myriadpro-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

::-webkit-input-placeholder {font-style: italic; color: #aaaaaa; line-height:18px;}
::-moz-placeholder          {font-style: italic; color: #aaaaaa; line-height:18px;}/* Firefox 19+ */
:-moz-placeholder           {font-style: italic; color: #aaaaaa; line-height:18px;}/* Firefox 18- */
:-ms-input-placeholder      {font-style: italic; color: #aaaaaa; line-height:18px;}

body {
    background: #21140e;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'MyriadPro';
    font-size: 16px;
    background: url('../../bundles/slstudiophotoautomate/images/bg.jpg') repeat center top;
}

h1 {
    font-size: 74px;
    color: #ffffff;
    margin: 0;
}

.color-red {
    color: #ff0000;
}

.wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;


}

.content {
    width: 100%;
    max-width: 1200px;
    min-width: 750px;
    margin: 0 auto 30px auto;
    overflow: hidden;
}

.header-left {
    margin-top: 30px;
    width: 600px;
    float: left;
    margin-left: 45px;
    font-size: 25px;
    color: #FFFFFF;
}

.header-right {
    float: right;
    width: 350px;
    text-align: center;
    font-size: 25px;
    color: #FFFFFF;
    margin-top: 30px;
}

.phone {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

.phone div {
    font-size: 16px;
    font-weight: normal;
}

.clb {
    clear: both;
}

.photo {
    margin-top: 40px;
    position: relative;
    width: 720px;
    height: 700px;
    float: left;
}

.mag {
    margin-top: 40px;
    position: relative;
    width: 480px;
    min-height: 470px;
    float: left;
}

.order {
    overflow: hidden;
    position: relative;
    width: 480px;
    min-height: 220px;
    float: left;
}

.photo-text {
    top: 5px;
    left: 180px;
    width: 510px;
    height: 60px;
    position: absolute;
    color: #FFFFFF;
}

.mag-text {
    position: absolute;
    color: #FFFFFF;
    top: 5px;
    left: 40px;
    width: 250px;
    height: 80px;
}

.order-text {
    position: absolute;
    color: #FFFFFF;
    top: 10px;
    left: 100px;
    width: 350px;
    height: 60px;
}

.circle {
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    font-size: 64px;
    color: #FFFFFF;
    background: url('../../bundles/slstudiophotoautomate/images/circle.png') no-repeat 0 0;
    width: 75px;
    height: 75px;
    position: absolute;
}

.photo-arrow {
    z-index: 100;
    background: url('../../bundles/slstudiophotoautomate/images/arrow-photo.png') no-repeat 0 0;
    width: 273px;
    height: 251px;
    position: absolute;
    top: 70px;
    left: 180px;
}

.mag-arrow {
    z-index: 100;
    width: 78px;
    height: 346px;
    background: url('../../bundles/slstudiophotoautomate/images/arrow-mag.png') no-repeat 0 0;
    position: absolute;
    top: 30px;
    left: 385px;
}

.photo-num {
    top: 0px;
    left: 80px;
}

.mag-num {
    top: 0px;
    left: 310px;
}

.order-num {
    top: 0px;
    left: 10px;
}

.photo-img {
    position: absolute;
    top: 80px;
    left: 20px;
}

.mag-img {
    position: absolute;
    top: 80px;
    left: 20px;
}

.photo-back {
    z-index: 50;
    background: url('../../bundles/slstudiophotoautomate/images/photo-back.jpg') no-repeat 0 0;
    position: absolute;
    width: 358px;
    height: 530px;
    top: 90px;
    left: 320px;
    -moz-box-shadow: 0px 0px 40px #000;
    -webkit-box-shadow: 0px 0px 40px #000;
    box-shadow: 0px 0px 40px #000;
}



input {
    float: left;
    font-size: 16px;
    background: #FBFBFB;
    outline: none;
    padding: 3px 6px;
    line-height: 16px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #808080;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus {
    border: 1px solid #454545;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(33, 20, 14, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(33, 20, 14, .6);
}

button {
    float: left;
    cursor: pointer;
    font-size: 16px;
    /* margin-top: 10px; */
    display: inline-block;
    background: #f22615;
    color: #fff;
    padding: 4px 18px 3px 18px;
    text-decoration: none;
    border: 1px solid #d91808;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    text-shadow: 0px 1px 1px #bc1f12;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    -webkit-transition: ease-in-out .15s;
    transition: ease-in-out .15s;
}

button:hover {
    background: #ff0000;
    border: 1px solid #c71405;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.form-photo {
    z-index: 200;
    position: absolute;
    width: 280px;
    height: 40px;
    top: 220px;
    left: 90px;
}

.photo-label {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #454545;
    z-index: 200;
    position: absolute;
    width: 260px;
    height: 80px;
    top: 300px;
    left: 90px;
}

.mag-label {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    z-index: 200;
    position: absolute;
    width: 260px;
    height: 60px;
    top: 410px;
    left: 150px;
}

.order-label {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    color: #454545;
    z-index: 200;
    width: 340px;
}

.found {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.order-label.found {
    height: 40px;
    line-height: 40px;
    margin-left: 50px;
    width: 320px;
}



.form-photo .input-num {
    margin-right: 10px;
}

.form-photo .input-code {
    margin-right: 10px;
}

.input-num {
    width: 70px;
}

.input-code {
    width: 63px;
}

.form-mag {
    z-index: 200;
    position: absolute;
    width: 280px;
    height: 40px;
    top: 375px;
    left: 140px;
}

.form-mag button {
    margin-right: 15px;
}

.form-mag .input-num {
    margin-right: 10px;
}

.block-order {
    padding: 15px;
    background: #fff;
    z-index: 200;
    width: 390px;
    min-height: 80px;
    margin-top: 90px;
    margin-left: 50px;
}

.input-email {
    width: 340px;
    margin-right: 20px;
}

.input-phone {
    width: 260px;
    margin-right: 20px;
}

.bold {
    font-weight: bold;
}

.mt10 {
    margin-top: 10px;
}
.form-order {
    overflow: hidden;
    height: 160px;
}

.disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
    pointer-events: none;
}

.error {
    color: #ff0000;
}

.mag-label.wait:before {
    background: none;
}

.order-label.wait {
    margin-left: 25px;
}

.wait:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 16px;
    height: 16px;
    background: url("../../bundles/slstudiophotoautomate/images/spinner.gif") 0px 0px no-repeat;
}

.found:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 38px;
    height: 38px;
    background: url("../../bundles/slstudiophotoautomate/images/ok.png") 0px 0px no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mag-label .timer{
    color: #e0e0e0;
}

.timer {
    margin-top: 5px;
    color: #454545;
    font-size: 14px;
    font-style: italic;
}

.time {
    font-weight: bold;
    font-size: 24px;
}

.orders-list {
    display: none;
}

.live-photo {
    background: url("../../bundles/slstudiophotoautomate/images/live-photo.png") 0px 0px no-repeat;
    margin: 10px auto 0 auto;
    position: relative;
    width: 663px;
    height: 214px;
}

.left-point {
    float: left;
    width: 12px;
    height: 100px;
}


.live-button:hover {
    background: rgb(255,203,72);
    background: -moz-linear-gradient(top,  rgba(255,203,72,1) 0%, rgba(255,156,35,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,203,72,1)), color-stop(100%,rgba(255,156,35,1)));
    background: -webkit-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb48', endColorstr='#ff9c23',GradientType=0 );
}

.live-button:active {
    position: relative;
    top: 90px;
    box-shadow: #c46d00 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;
}

.live-button {
    position: absolute;
    left: 90px;
    top: 85px;

    color: #fff;
    text-decoration: none;

    display: inline-block;
    text-align: center;

    font-size: 30px;
    line-height: 55px;
    width: 230px;
    height: 55px;

    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;

    background: rgb(255,183,0);
    background: -moz-linear-gradient(top, rgba(255,183,0,1) 0%, rgba(255,140,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,0,1)), color-stop(100%,rgba(255,140,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb700', endColorstr='#ff8c00',GradientType=0 );
    border: 1px solid #e59500;

    vertical-align: top;
    border-radius: 4px;
    border: none;

    box-shadow: #c46d00 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

.live-photo-info {
    top: 100px;
    left:50%;
    margin-left:-400px;
    position: absolute;
    z-index: 1000;
    display: none;
    width: 800px;
    height: 660px;
    background: #fff;
    -moz-box-shadow: 0px 0px 40px #000;
    -webkit-box-shadow: 0px 0px 40px #000;
    box-shadow: 0px 0px 40px #000;
}

.live-photo-info .animate {
    float: left;
    width: 400px;
    height: 601px;
    margin: 30px;
    background: url("../../bundles/slstudiophotoautomate/images/anim.gif") 0px 0px no-repeat;
}

.live-photo-info .text p {
    margin-top: 0;
    margin-bottom: 5px;
}

.live-photo-info .text {
    margin-top: 30px;
    width: 310px;
    float: left;
}

.live-photo-info .text h2 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}

.live-photo-info .text h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.live-photo-info .text .center {
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.live-photo-info .text li {
    line-height: 16px;
    margin-bottom: 3px;
}

.small-center {
    text-align: center;
    font-size: 14px;
}

.live-photo-info .text ul, .live-photo-info .text ol {
    margin-top: 0px;
}

.live-photo-info-close:hover i {
    background: #000;
}

.live-photo-info-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
}

.live-photo-info-close > I {
    position: absolute;
    left: 0;
    display: block;
    width: 40px;
    height: 4px;
    margin: 0;
    background: #bcbec0;
    transition: background .3s;
}
.live-photo-info-close > I:nth-child(1) {
    top: 20px;
    -webkit-transform: translateX(2px) translateY(-2px) rotate(45deg);
    transform: translateX(2px) translateY(-2px) rotate(45deg);
}



.live-photo-info-close > I:nth-child(2) {
    top: 16px;
    -webkit-transform: translateX(2px) translateY(2px) rotate(-45deg);
    transform: translateX(2px) translateY(2px) rotate(-45deg);
}

.info {
    width: 700px;
    margin: 20px auto 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 1200px) {
    .photo {
        float: none;
        margin: 40px auto 0 auto;
    }
    .mag {
        margin-top: 20px;
    }

    .order {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1020px) {

    .left-point {
        float: none;
        width: auto;
        height: auto;
    }

    .header-left {
        text-align: center;
        float: none;
        margin: 20px auto 0 auto;
    }
    .header-right {
        float: none;
        margin: 20px auto 0 auto;
    }
    .photo {
        float: none;
        margin: 40px auto 0 auto;
    }
    .mag {
        float: none;
        margin: 0 auto;
    }
    .order {
        float: none;
        margin: 0 auto;
    }
}
