.jfbalbum img, .srizon-yt-container img {
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

/* + fullsize image*/
.full-size-image {
    text-align: center;
}

.full-size-image img {
    max-height: inherit;
    max-width: 100%;
}

/* - fullsize image*/

/* + fullsize single image*/
.full-size-single-image {
    text-align: center;
    cursor: pointer;
}

.full-size-single-image img {
    max-height: inherit;
}

.full-size-image-container {
    position: relative;
}

.full-size-image-container:hover span.srz-prev, .full-size-image-container:hover span.srz-next, .full-size-card-image-container:hover span.srz-next {
    opacity: 0.7;
}

.current-caption {
    position: absolute;
    background-color: rgba(38, 38, 38, 0.65);
    color: #DDDDDD;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    z-index: 50;
    overflow: hidden;
    display: none;
}

span.srz-prev, span.srz-next {
    opacity: 0.2;
    position: absolute;
    top: 50%;
    background: none;
    cursor: pointer;
    z-index: 40;
    width: 0;
    height: 0;
    border: 20px solid transparent;

}

span.srz-prev {
    left: 0;
    border-right: 20px solid black;
}

span.srz-next {
    right: 0;
    border-left: 20px solid black;
}

/* + single image card layout */
.full-size-card-image-container {
    position: relative;
    margin-bottom: 40px;
    padding-right: 30px;
}

.full-size-card-image-container img {
    max-height: inherit;
    width: auto;
}

.card-first {
    position: relative;
    top: 0;
    left: 30px;
    z-index: 30;
    cursor: pointer;
}

.card-second {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20;
    opacity: .5;
    border: 1px solid #999;
}

.card-third {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
    opacity: .1;
    border: 1px solid #999;
}

.card-to-be-removed {
    position: absolute;
    left: 200px;
    top: 100px;
    opacity: .0;
    transform: scale(.1) translate3d(2000px, 0, 0);
}

span.srz-next-card {
    right: 0;
    opacity: 0.2;
    position: absolute;
    bottom: 20px;
    background: none;
    cursor: pointer;
    z-index: 40;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left: 20px solid black;
}

.full-size-card-image-container:hover span.srz-next-card {
    opacity: 0.7;
}

/* - single image card layout */

/*+ common styles*/
.srz-clearfix:before,
.srz-clearfix:after {
    content: " ";
    display: table;
}

.srz-clearfix:after {
    clear: both;
}

.withtransition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shadow3pxgrey img {
    box-shadow: 0 0 3px #666;
}

.shadow5pxgrey img {
    box-shadow: 0 0 5px #666;
}

.radius2px img {
    border-radius: 2px;
}

.radius5px img {
    border-radius: 5px;
}

.radius10px img {
    border-radius: 10px;
}

.card-caption {
    display: none;
}

.Caption_Content {
    color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
}

.jfb-big a, .jfb-big img {
    cursor: default;
}

/*- common styles*/

/* + pagination */
.srizon-pagination {
    clear: both;
    padding: 0;
    width: 90%;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
    line-height: 50px;
    unicode-bidi: bidi-override;
}

.srizon-pagination li {
    display: inline;
    line-height: 50px;
}

.srizon-pagination a {
    /*border: 1px solid #D5D5D5;*/
    color: #666666;
    font-size: 100%;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    margin: 4px;
}

.srizon-pagination a:hover, .srizon-pagination a:active {
    background: #efefef;
}

.srizon-pagination span.current {
    background-color: #bebebe;
    /*border: 1px solid #D5D5D5;*/
    color: #ffffff;
    font-size: 100%;
    height: 50px;
    padding: 4px 8px;
    text-decoration: none;
    margin: 4px;
}

.srizon-pagination span.disabled {
    font-size: 100%;
    /*border: 1px solid #EEEEEE;*/
    color: #DDDDDD;
    margin: 4px;
    padding: 4px 8px;
    height: 50px;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

/* - pagination */

/* + animation*/
.jfbalbum.zoom img {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
}

.jfbalbum.zoom img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.Caption_Content {
    cursor: pointer;
}

.jfb-big .Caption_Content {
    cursor: auto;
}

/* - animation*/

div.imgbox, div.imgbox a, div.imgbox a img, div.titlebelowthumb, div.vid_icon, span.vid_icon {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

div.imgbox a {
    float: left;
}

div.vid_icon, span.vid_icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../images/vid_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 5;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

div.vid_icon:hover, span.vid_icon:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}

.elastislide-carousel ul li a {
    position: relative;
}

div.imgbox a, div.imgbox a:hover, div.imgbox a:active, div.imgbox a:focus {
    background: none;
    border: none;
    text-decoration: none;
    font-size: 0;
}

div.imgbox {
    overflow: hidden;
    position: relative;
    border-collapse: separate;
    line-height: 0;
}

div.yt-fp-padding {
    position: relative;
    border: 0;
    margin: 0;
    float: left;
    clear: both;
    width: 100%;
    box-sizing: border-box;
}

div.fpthumb, div.titlebelowthumb {
    float: left;
    clear: both;
}

div.titlebelowthumb {
    text-align: center;
    overflow: hidden;
    padding: 5px;
}

div.yt-fp-outer {
    float: left;
    clear: none;
}

div.padding2 {
    padding: 2px;
}

div.padding3 {
    padding: 3px;
}

div.padding5 {
    padding: 5px;
}

div.padding7 {
    padding: 7px;
}

div.padding10 {
    padding: 10px;
}

div.outerwidthlarge1 {
    width: 100%;
}

div.outerwidthlarge2 {
    width: 50%;
}

div.outerwidthlarge3 {
    width: 33.3%;
}

div.outerwidthlarge4 {
    width: 25%;
}

div.outerwidthlarge5 {
    width: 20%;
}

div.rounding7 div.imgbox {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

div.rounding3 div.imgbox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.rounding5 div.imgbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.rounding10 div.imgbox {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div.shadow10l {
    -webkit-box-shadow: 0px 0px 10px #777;
    -moz-box-shadow: 0px 0px 10px #777;
    box-shadow: 0px 0px 10px #777;
}

div.shadow5l {
    -webkit-box-shadow: 0px 0px 5px #777;
    -moz-box-shadow: 0px 0px 5px #777;
    box-shadow: 0px 0px 5px #777;
}

div.shadow10d {
    -webkit-box-shadow: 0px 0px 10px #222;
    -moz-box-shadow: 0px 0px 10px #222;
    box-shadow: 0px 0px 10px #222;
}

div.shadow5d {
    -webkit-box-shadow: 0px 0px 5px #222;
    -moz-box-shadow: 0px 0px 5px #222;
    box-shadow: 0px 0px 5px #222;
}

div.divider {
    width: 95%;
    height: 1px;
    background-color: #DDDDDD;
    margin: 10px;
    position: relative;
    clear: both;
    float: left;
    -webkit-box-shadow: 0 0 5px #DDDDDD;
    -moz-box-shadow: 0 0 5px #DDDDDD;
    box-shadow: 0 0 5px #DDDDDD;
}

div.descbox {
    width: 100%;
    float: left;
    clear: both;
}

div.yt-twd-outer {
    line-height: 0px;
}

div.ratio2080 div.yt-twd-outer {
    width: 20%;
}

div.ratio2080 div.titlendesc {
    width: 80%;
}

div.ratio2575 div.yt-twd-outer {
    width: 25%;
}

div.ratio2575 div.titlendesc {
    width: 75%;
}

div.ratio3565 div.yt-twd-outer {
    width: 35%;
}

div.ratio3565 div.titlendesc {
    width: 65%;
}

div.ratio5050 div.yt-twd-outer {
    width: 50%;
}

div.ratio5050 div.titlendesc {
    width: 50%;
}

div.ratio100 div.yt-twd-outer {
    width: 100%;
}

div.ratio100 div.titlendesc {
    width: 100%;
}

div.yt-twd-outer {
    margin: 0;
    float: left;
    clear: none;
    padding-top: 10px;
}

div.titlendesc {
    margin: 0;
    float: left;
    clear: right;
}

div.titlendesc div, div.titlendesc h5 {
    padding: 5px 15px !important;
    margin: 0 !important;
}

div.titlendesc h5 {
    font-size: 26px !important;
}

div.respslidercontainer {
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 0;
    position: relative;
}

/* + responsive video player*/
table.juser-vid-table {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.juser-vid-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.juser-vid-container iframe,
.juser-vid-container object,
.juser-vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* - responsive video player*/

#tnt_pagination {
    display: block;
    text-align: left;
    height: 22px;
    line-height: 21px;
    clear: both;
    padding-top: 3px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited {
    padding: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #EBEBEB;
    margin-left: 10px;
    text-decoration: none;
    background-color: #F5F5F5;
    color: #0072bc;
    width: 22px;
    font-weight: normal;
}

#tnt_pagination a:hover {
    background-color: #DDEEFF;
    border: 1px solid #BBDDFF;
    color: #0072BC;
}

#tnt_pagination .active_tnt_link {
    padding: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #BBDDFF;
    margin-left: 10px;
    text-decoration: none;
    background-color: #DDEEFF;
    color: #0072BC;
    cursor: default;
}

#tnt_pagination .disabled_tnt_pagination {
    padding: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #EBEBEB;
    margin-left: 10px;
    text-decoration: none;
    background-color: #F5F5F5;
    color: #D7D7D7;
    cursor: default;
}

.Caption_Content {
    line-height: 1 !important;
}

.Image_Wrapper > a{
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    div.outerwidthsmall1 {
        width: 100% !important;
    }

    div.outerwidthsmall2 {
        width: 50% !important;
    }

    div.outerwidthsmall3 {
        width: 33.3% !important;
    }

    div.yt-twd-outer {
        width: 100% !important;
    }

    div.titlendesc {
        width: 100% !important;
    }
}