/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    animation: none repeat scroll 0 0 #ffffff;
    box-sizing:border-box;
    }

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    background-position: -658px -73px;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 41px;
    height:100%;
    cursor: pointer;
    text-decoration: none;
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
    background: rgba(255, 255, 255, 0.2);
}


.fancybox-nav:hover span {
    opacity: 0.61;
}

.fancybox-nav span {
    transition: 		linear 0.2s;
    -webkit-transition: linear 0.2s;
    -moz-transition: 	linear 0.2s;
    -o-transition: 		linear 0.2s;
}

.big-gallery .fancybox-nav:hover {
    opacity: 1;
}

.big-gallery .fancybox-nav:hover span {
    opacity: 0.61;
}
.big-gallery .fancybox-nav {
    transition: 		none;
    -webkit-transition: none;
    -moz-transition: 	none;
    -o-transition: 		none;
}

.fancybox-prev {
    left: -41px;
}

.fancybox-next {
    right: -40px;
    background-position: -590px -73px;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    width: auto;
}

.fancybox-lock body {
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(58, 0, 55, 0.8);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;

}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
    font-family: MyriadProRegular, sans-serif;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
    bottom: -30px;
    color: #fff;
    position: absolute;
}

.fancybox-title-float-wrap {
    bottom: 0;
    z-index: 8050;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 16px;
    white-space: nowrap;
    font-size: 14px;
    font-family: helveticaneuecyrroman, sans-serif;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.big-gallery .fancybox-skin {
    padding: 30px !important;
}

.big-gallery .fancybox-prev {
    left: -80px;
    background: rgba(255, 255, 255, 0.1);
    margin: -30px 0 0 0;
    top: 0;
    width: 50px;
}

.big-gallery .fancybox-prev span {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-decoration: none;
    background: url("../images/sprite.png") repeat scroll -109px 0 rgba(0, 0, 0, 0); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
    margin-top: -12px;
    left: 12px;
}

.big-gallery .fancybox-next {
    right: -80px;
    background: rgba(255, 255, 255, 0.1);
    margin: -30px 0 0 0;
    top: 0;
    width: 50px;
}

.big-gallery .fancybox-next span {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-decoration: none;
    background: url("../images/sprite.png") repeat scroll -133px 0 rgba(0, 0, 0, 0); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
    margin-top: -12px;
    left: 12px;
}


.big-gallery .fancybox-next {
    right: -80px;
}

.fancybox-close:hover {
    opacity: 0.64;
}

.fancybox-nav.fancybox-next > span {
    background: url("../images/sprite.png") repeat scroll -647px -103px rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 42px;
}

.fancybox-nav.fancybox-prev > span {
    background: url("../images/sprite.png") repeat scroll -647px -133px rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 42px;
}

.fancybox-overlay-gren {
    background: rgba(160,210,53,0.9) !important;
}

.popup-form {
    background: transparent;
    width: 380px;
    display: none;
}

    .popup-form .title {
        color: #3b0038;
        font-size: 24px;
        text-align: center;
        font-family: 'HelveticaNeueCyrRoman', arial, sans-serif;
    }

    #call-back.popup-form .title {
        background: url("../images/popup-icon.png") no-repeat scroll center 70px rgba(0, 0, 0, 0);
        height: 130px;
    }

    #vakanci.popup-form .title {
        height: 75px;
    }

    #vakanci form {
        display: block;
        width: 100%;
    }

    #report {
        width: 410px;
        !important;
    }

        #report .title {
            text-align: left;
            height: 70px;
        }

        #report form {
            width: 100%;
            display: block;
            margin: 0 auto;
        }

    #call-back form {
        width: 190px;
        display: block;
        margin: 0 auto;
    }

    .popup-form .subtitle {
        font-size: 14px;
        text-align: center;
        color: #333333;
        font-family: 'HelveticaNeueCyrRoman', sans-serif;
    }

    .popup-form input[type='text'] {
        display: block;
        height: 43px;
        margin-bottom: 21px;
        width: 100%;
    }

    .popup-form input[type='submit'] {
        width: 100%;
        height: 50px;
        font-size: 17px;
        margin-bottom: 30px;
    }

    .popup-form .phone {
        color: #3a0037;
        font-family: 'OfficinaSerifBold', serif;
        font-size: 18px;
        line-height: 60px;
        text-align: center;
    }

        .popup-form .phone span {
            color: #938a93;
        }

.to-popup .modal {
    color: inherit;
    display: block;
    text-decoration: none;
}

.fancybox-overlay-gren .fancybox-close {
    top: 0;

}

.popup-form input[type="submit"] {
    margin-top:39px;

}

.popup-form input:focus {
    border-color: #3a0037;
    color: #363636;
}

.popup-form input.error {
    color: #c23434;
    border-color: #c23434;
}
.popup-form textarea:focus {
    border-color: #3a0037;
    color: #363636;
}

.popup-form textarea.error {
    color: #c23434;
    border-color: #c23434;
}

.popup-form textarea {
    width: 100%;
    display: block;
}

.popup-form textarea {
    color: #333333;
    font-size: 20px;
    box-sizing: border-box;
    display: block;
    padding: 0 20px;
    border: 1px solid #cccccc;
    background: #FFFFFF;
    font-family: 'helveticaneuecyr', sans-serif;
    font-weight: 300;
}

.popup-form textarea:-moz-placeholder {
    color: #333333;
    opacity: 1;
}
.popup-form textarea:-ms-input-placeholder{
    color: #333333;
    opacity: 1;
}

.popup-form textarea::-moz-placeholder {
    color: #333333;
    opacity: 1;
}


#report textarea {
    clear: both;
    display: block;
    float: none;
    resize: none;
    width: 100%;
    height: 251px;
    padding-top: 10px;
}


#report input[type='text'] {
    float: left;
    width: 190px;
}

#report #home-phone-rep {
    float: right;
}


#report input[type="submit"], #vakanci input[type="submit"]  {
    display: block;
    margin: 60px auto 30px;
    width: 180px;
}

.form_message {
    display:none;
    }