﻿/*@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=Roboto:400,900italic,900,700,500italic,500,700italic,400italic,300italic,300,100italic,100&subset=latin,greek-ext,greek,vietnamese,latin-ext,cyrillic-ext); Removed by Jam*/
@charset "UTF-8";

.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;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.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('fancybox/fancybox_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/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 50%;
    /*width: 40%;
    height: 100%;*/

    cursor: pointer;
    text-decoration: none;
    background: transparent url('fancybox/blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.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);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }

        #fancybox-loading div {
            background-image: url('fancybox/fancybox_loading@2x.gif');
            background-size: 24px 24px;
        }
}

.primary_block {
    margin-bottom: 40px;
	margin-right:10px;
}



    .primary_block .pb-left-column img {
        max-width: 100%;
        height: auto;
    }

a.fancybox-nav {
    outline: 0;
}

.pb-left-column #image-block {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #dbdbdb;
    background: white;
}

@media (max-width:767px) {
    .pb-left-column #image-block {
        width: 280px;
        //margin: 0 auto;
    }
}

.pb-left-column #image-block img {
    background: #fbfbfb;
    width: 100%;
}

.pb-left-column #image-block #view_full_size .span_link,.span_link_video {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #333333;
    width: 136px;
    text-align: center;
    font-weight: 700;
    background: rgba(255,255,255,0.85);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    z-index:1000;
}

    .pb-left-column #image-block #view_full_size .span_link:after {
        font-family: "FontAwesome";
        color: #777676;
        font-size: 17px;
        line-height: 22px;
        vertical-align: -2px;
        content: "\f00e";
        font-weight: normal;
        margin: 0 0 0 4px;
    }

.pb-left-column #image-block #view_full_size .span_link_video:after {
        font-family: "FontAwesome";
        color: #777676;
        font-size: 17px;
        line-height: 22px;
        vertical-align: -2px;
        content: "\f16a";
        font-weight: normal;
        margin: 0 0 0 4px;
    }

    .pb-left-column #image-block #view_full_size .span_link,.span_link_video:hover:after {
        color: #333333;
    }

.pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px;
}

.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none;
}

.pb-left-column #image-block .zoomPad {
    z-index: auto !important;
}

.pb-left-column #image-block .new-box, .pb-left-column #image-block .sale-box {
    z-index: 5002;
}

.pb-left-column #views_block {
    margin-top: 10px;
}

@media (max-width:767px) {
    .pb-left-column #views_block {
        width: 280px;
        //margin: 0 auto;
    }
}

#thumbs_list {
    overflow: hidden;
    float: left;
    width: 392px;
}

@media (min-width:992px) and (max-width:1199px) {
    #thumbs_list {
        width: 290px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #thumbs_list {
        width: 164px;
    }
}

@media (max-width:767px) {
    #thumbs_list {
        width: 194px;
    }
}

#thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
}

#thumbs_list li {
    float: left;
    width: 90px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    margin-right: 8px;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	max-width: 100%;
}

@media (min-width:768px) and (max-width:991px) {
    #thumbs_list li {
        width: 76px;
    }
}

#thumbs_list li:first-child {
    margin: 0 9px 0 0;
}

#thumbs_list li.last {
    margin-right: 0;
}

#thumbs_list li a {
    display: block;
    border: 3px solid white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfbfb;
}

    #thumbs_list li a:hover, #thumbs_list li a.shown {
        border-color: #dbdbdb;
    }

#thumbs_list li img {
    border: 1px solid white;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width:768px) and (max-width:991px) {
    #thumbs_list li img {
        width: 68px;
    }
}


#view_scroll_left, #view_scroll_right {
    margin-top: 38px;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

@media (min-width:768px) and (max-width:991px) {
    #view_scroll_left, #view_scroll_right {
        margin-top: 28px;
    }
}

#view_scroll_left:before, #view_scroll_right:before {
    padding-left: 2px;
    color: silver;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px;
}

#view_scroll_left:hover:before, #view_scroll_right:hover:before {
    color: #333333;
}

#view_scroll_right {
    float: left;
}

    #view_scroll_right:before {
        content: "\f138";
    }

#view_scroll_left {
    margin-top: 0;
}

    #view_scroll_left:before {
        content: "\f137";
        padding-right: 2px;
    }



.ie8 .pb-left-column #image-block #view_full_size .span_link {
    background: #fff;
    border: 1px solid #d6d4d4;
}

.ie8 .box-security {
    filter: none;
}

.zoomWindowContainer .zoomWindow {
    margin-left: 22px!important;
    margin-top: -6px!important;
}

span.view_scroll_spacer {
    float: left;
    width: 39px;
    padding-left: 12px;
}

@media (min-width:768px) and (max-width:991px) {
    span.view_scroll_spacer {
        padding-left: 6px;
        width: 28px;
    }
}

#view_scroll_left, #view_scroll_right {
    margin-top: 38px;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

@media (min-width:768px) and (max-width:991px) {
    #view_scroll_left, #view_scroll_right {
        margin-top: 28px;
    }
}

#view_scroll_left:before, #view_scroll_right:before {
    padding-left: 2px;
    color: silver;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px;
}

#view_scroll_left:hover:before, #view_scroll_right:hover:before {
    color: #333333;
}

#view_scroll_right {
    float: left;
}

    #view_scroll_right:before {
        content: "\f138";
    }

#view_scroll_left {
    margin-top: 0;
}

    #view_scroll_left:before {
        content: "\f137";
        padding-right: 2px;
    }
