.font100px {font-size: 100px}
.font80px {font-size: 76px}
.font12px{font-size: 12px}
.font_babes {font-family: BebasNeue}
.font_grotesk {font-family: AkzidenzGrotesk}
.font_georgia {font-family: Georgia}
.orange-color {color:#FF9C00 }
.italic {font-style: italic}
.align_center {text-align: center}

.showcase_header .head_title{line-height: 1; margin: 0}
.showcase_header {
    padding: 1% 0 0;
    position: relative;
    width: 100%;
    border-bottom: 4px solid #ededed;
}
.showcase_item img{width: 100%}
.showcase_item.popart_style .back img {position: absolute; bottom: 0}
.showcase_item.popart_style .back {bottom: 0}
.sort_theme, .sort_style {width: 47%; margin-top: 7%;}
.sort_theme {width: 51%}
#dd, #dd1 {width: 100%}
.no_padding{padding: 0}
a.pet_item {color: #333}
a.pet_item:hover {color: #57a9d9; text-decoration: none}
.testimonial_fix .showcase_item
{
    margin-bottom: 4%;cursor: pointer;position: relative;width: 98%;height: 505px; overflow: hidden;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center top !important
}
.showcase_item {
    margin-bottom: 0;cursor: pointer;position: relative;width: 98%;height: 590px; overflow: hidden;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center top !important;
    float: left;
}
.showcase_item.right {float: right}
.showcase_item.showcase_video {margin-bottom: 20px}
.img_showcase_testimonial {background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center top !important;
    height: 360px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.showcase_content {
    position: relative; min-height: 1500px; margin-top: 20px
}
.item_fix {float:left; width: 50%}
.showcase_banner {margin-bottom:20px;margin-top: 0 }
.bg_title, .bg_title_hover {background: url(../img/showcase/bg_title.png) repeat-x; position: absolute;width: 100%; bottom: 0;padding: 2% 4%;overflow: hidden}
.bg_title_hover{background: url(../img/showcase/bg_title_hover.png) repeat-x;opacity: 0; max-height: 590px}
.showcase_header .select_right { bottom: 20px;
    padding-left: 2.4%;
    position: absolute;
    right: 0;}
.showcase_item:hover .bg_title {
    display: none!important;
}
.showcase_item:hover .bg_title_hover {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 1;}
.block_button {
    border-top: 3px solid #43473d;
    margin-top: 10px;
    padding-top: 0;
    float: left;
    width: 100%
}
.block_artist {margin-bottom: 8px}
.block_artist a.more_lnk {color: #00BDC1; text-decoration: underline}
.block_artist a.more_lnk:hover {color: #138384}
.orange_button {background-color: #FF9C00; border-radius: 5px;padding: 8px 15px;; display: block}
.orange_button:hover {text-decoration: none;color: #ffffff}
.share_this{color: #A7A7A7; margin-bottom: 2%}
.list_social {width: 100%}
.list_social a {
    margin-left: 6%;
    width: 17%
}
.list_social a:last-child{margin-left: 0}
.style_name {background-color: #ff8c00;
    padding: 0 10px; }
/*for testimonial photo item*/
.showcase_testimonial, .showcase_video{background-color: #f7f7f7;
    padding: 3%;box-shadow: 1px 1px 7px -1px #979393;
    -moz-box-shadow: 1px 1px 7px -1px #979393;
    -webkit-box-shadow: 1px 1px 7px -1px #979393}
.content_showcase_testimonial .btn-join {width: 60%; padding: 0 2%;margin: 2.5% auto auto;}
body.language_fr .content_showcase_testimonial .btn-join {width: 65%}
.content_showcase_testimonial .btn-join .tick-pink {min-height: 40px}
.content_showcase_testimonial .btn-join strong {line-height: 40px;margin-right: 10px;}
.content_showcase_testimonial {margin: 3% 0}
/*for testimonial video item*/
#showcase_video .img_showcase_testimonial {position: relative;
    padding-bottom: 75%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;}
.img_showcase_testimonial iframe  {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
.showcase_video .img_showcase_testimonial {position: relative;
    padding-bottom: 65%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;}
.banner-content span.sale{margin-top:8px}
/*custom the modal popup that showing the full big images*/
#showBigImage .modal-header .close {
    margin-top: -11px;
}
#showBigImage .modal-dialog {width: auto; margin: 10px auto}
#showBigImage .modal-body {padding: 0}
#wrapper_popup {
    background-color: #000;
    display: none;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}
#popup_loading {
    display: none;
    left: 29%;
    position: fixed;
    text-align: center;
    top: 30%;
    width: 650px;
    z-index: 12;
}
.popup_content {
    float: left;
    padding: 30px;
    position: relative;
    width: 100%;
}

#showBigImage .modal-content .close, #showBigImageButton {
    background-color: white;
    border-radius: 15px;
    font-size: 22px;
    font-weight: normal;
    height: 31px;
    line-height: 13px;
    opacity: 1;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 31px;
    z-index: 1000;
}
#showBigImageButton {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10000;
}
@media (min-width:750px) and (max-width:800px){
    #popup_loading {left: 7%}
    .showcase_content {margin-top: 10px}
    .showcase_header { margin-bottom: 1%;}
    .font100px {font-size: 70px}
    .font12px {
        font-size: 9px;
    }
    .font20px {
        font-size: 12px;
    }
    .list_social a {
        width: 23%
    }
    .font80px{font-size: 46px}
    .banner-content span.sale{margin-top:5px}
    #showcase_video .img_showcase_testimonial {padding-bottom: 63%;}
    .showcase_video .img_showcase_testimonial {
        padding-bottom: 50%;
       }
    .showcase_testimonial .img_showcase_testimonial{height: 170px}
    #showcase_testimonial .img_showcase_testimonial{height: 197px}
    .content_showcase_testimonial .btn-join {width: 80%}
    #showcase_testimonial .btn-join {margin-top: 2%}
    .showcase_item {height: 330px}
    .testimonial_fix .showcase_item {height: 305px}
}
@media (min-width:801px) and (max-width:900px){
    #popup_loading {left: 7%}
    .showcase_content {margin-top: 10px}
    .showcase_header { margin-bottom: 1%;}
    .font100px {font-size: 75px}
    .font12px {
        font-size: 10px;
    }
    .font20px {
        font-size: 13px;
    }
    .list_social a {
        width: 23%
    }
    .font80px{font-size: 50px}
    .banner-content span.sale{margin-top: 3px}
    #showcase_video .img_showcase_testimonial {padding-bottom: 68%;}
    .showcase_video .img_showcase_testimonial {
        padding-bottom: 50%;
    }
    #showcase_testimonial .img_showcase_testimonial{height: 225px}
    .showcase_testimonial .img_showcase_testimonial{height: 190px}
    .showcase_item {height: 360px}
    .content_showcase_testimonial .btn-join {width: 80%}
    #showcase_testimonial .btn-join {margin-top: 2%}
    .testimonial_fix .showcase_item {height: 330px}
}
@media (min-width:901px) and (max-width:979px){
    #popup_loading {left: 12%}
    .showcase_content {margin-top: 10px}
    .showcase_header { margin-bottom: 0;}
    .font100px {font-size: 85px}
    .font12px {
        font-size: 10px;
    }
    .font20px {
        font-size: 13px;
    }
    .list_social a {
        width: 23%
    }
    .font80px{font-size: 50px}
    .banner-content span.sale{margin-top: 3px}
    #showcase_video .img_showcase_testimonial {padding-bottom: 75%;}
    #showcase_testimonial .img_showcase_testimonial{height: 255px}
    .showcase_testimonial .img_showcase_testimonial{height: 225px}
    .showcase_item {height: 400px}
    .content_showcase_testimonial .btn-join {width: 80%}
    #showcase_testimonial .btn-join {margin-top: 2%}
    .showcase_video .img_showcase_testimonial {
        padding-bottom: 60%;
    }
    .testimonial_fix .showcase_item {height: 360px}
}
@media (min-width:980px) and (max-width:1023px){
    #popup_loading {left: 16%}
    .showcase_content {margin-top: 10px}
    .showcase_header { margin-bottom: 0;}
    .font100px {font-size: 75px}
    .font12px {
        font-size: 12px;
    }
    .font20px {
        font-size: 15px;
    }
    .list_social a {
        width: 23%
    }
    .font80px{font-size: 50px}
    .banner-content span.sale{margin-top: 10px}
    #showcase_video .img_showcase_testimonial {padding-bottom: 70%}
    .showcase_video .img_showcase_testimonial {
        padding-bottom: 60%;
    }
    #showcase_testimonial .img_showcase_testimonial{height: 275px}
    .showcase_testimonial .img_showcase_testimonial{height: 245px}
    .showcase_item {height: 430px}
    .content_showcase_testimonial .btn-join {width: 80%}
    #showcase_testimonial .btn-join {margin-top: 2%}
    .testimonial_fix .showcase_item {height: 390px}

}
@media (min-width:1024px) and (max-width:1100px){
    #popup_loading {left: 20%}
    .showcase_content {margin-top: 10px}
    .showcase_header { margin-bottom: 1%;}
    .font100px {font-size: 75px}
    .font12px {
        font-size: 12px;
    }
    .font20px {
        font-size: 16px;
    }
    .list_social a {
        width: 23%
    }
    .banner-content span.sale{margin-top: 3px}
    .font80px{font-size: 50px}
    #showcase_video .img_showcase_testimonial {padding-bottom: 68%;}
    .showcase_video .img_showcase_testimonial {
        padding-bottom: 60%;
    }
    #showcase_testimonial .img_showcase_testimonial{height: 295px}
    .showcase_testimonial .img_showcase_testimonial{height: 245px}
    .showcase_item {height: 458px}
    .content_showcase_testimonial .btn-join {width: 80%}
    #showcase_testimonial .btn-join {margin-top: 2%}
    .testimonial_fix .showcase_item {height: 460px}
}

@media (min-width:1101px) and (max-width:1199px){
    .showcase_header { margin-bottom: 1%;}
    .font100px {font-size: 85px}
    .font12px {
        font-size: 12px;
    }
    .font20px {
        font-size: 16px;
    }
    .list_social a {
        width: 23%
    }
    .font80px{font-size: 50px}
    .banner-content span.sale{margin-top: 3px}
    #showcase_video .img_showcase_testimonial {padding-bottom: 80%;}
    .showcase_video .img_showcase_testimonial {
        padding-bottom: 60%;
    }
    #showcase_testimonial .img_showcase_testimonial{height: 335px}
    .showcase_testimonial .img_showcase_testimonial{height: 295px}
    .showcase_item {height: 495px}
    .content_showcase_testimonial .btn-join {width: 80%}
    #showcase_testimonial .btn-join {margin-top: 2%}
    .testimonial_fix .showcase_item {height: 510px}
}
@media(width:1024px){
    .showcase_header .col-md-6 {width: 500px}
    .font80px{font-size: 60px}
    .banner-content span.sale {margin-top: 5px}
}
@media (min-width:1025px) and (max-width: 1200px){
    .font80px{font-size: 60px}
    .banner-content span.sale {margin-top: 5px}
}
.showcase_item .showcase_message {
    overflow: hidden;max-height: 300px; margin-bottom: 0}
.banner-content a{color: #fff}
.bg_title p {max-height: 57px;overflow: hidden}

.showcase_item .bg_title_hover .name-group {
    display: table;
    width: 100%;
}

.showcase_item .bg_title_hover .name-group .name-group-left{
    display: table-cell;
}

.showcase_item .bg_title_hover .name-group .name-group-right{
    cursor: pointer;
    display: table-cell;
    text-align: right;
}

.showcase_item .heart-icon {
    background: url('../img/showcase/heart_un_clicked.png') center no-repeat;
    position: absolute;
    top: 20px;
    left: 15px;
    width: 39px;
    height: 39px;
    display: block;
}
.showcase_item p.text-like-painting{
    position: absolute;
    top: 60px;
    left: 8px;
    display: block;
    color: #fff;
}
.showcase_item .heart-icon.clicked {
    background-image: url('../img/showcase/heart_clicked_new.png');
}
/* css for scroll-to-order*/
#content .scroll-to-order{
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    position: fixed;
    height: 60px;
    text-align: center;
    padding-top: 6px;
    background: rgba(0, 0, 0, 0) url("../img/showcase/scroll_order_opac.bg.png") repeat scroll 0 0;
}
#content .scroll-to-order .btn-paint-my-photo{
    display: inline;
    font-weight: bold;
    background: rgb(255, 156, 0) none repeat scroll 0px 0px;
    border-radius: 5px;
    padding: 8px 15px;
}
#content .scroll-to-order .btn-paint-my-photo a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: 0px none;
}
#content .scroll-to-order .special-discount-code{
    display: inline;
}
#content .scroll-to-order .special-discount-code .special-discount{
    color: rgb(255, 19, 94);
    font-weight: bold;
    margin-left: 20px;
}
#content .scroll-to-order .special-discount-code .use-code{
    color: rgb(255, 255, 255);
}
.scroll-to-order .bx-wrapper {height: 54px}
.scroll-to-order .bx-wrapper ul li {top: 7px!important;width: 100%}
.scroll-to-order .bx-wrapper .bx-window {height: 54px!important;}
.slide_text_showcase {width: 100%; float: left; text-align: center; color: #fff; line-height: 32px;height: 54px}
@media (min-width:750px) and (max-width:1023px){
    #content .scroll-to-order{
        padding-top: 20px;
    }
}

#artist_info .biography {
    font-size: 17px;
}
#artist_info {
    padding-bottom: 20px;
}
.artist_gallery {
    color: #00BBBD;
}

.order_info {border: 1px solid #EBEBEB; width: 100%; float: left}
.order_info .block1 td {border-bottom: 1px solid #EBEBEB; border-right: 1px solid #EBEBEB}
.order_info .block2 td {border-right: 1px solid #EBEBEB}
.order_info .block3 {background-color: #F2F2F2; padding: 0 1%}
.order_info table {
    width: 100%;
}

.summary-item .item1 {
    margin-right: 5px;
    margin-top: 11px;
}
.cart_right .summary-item .item1 {
    margin-top: 0;
}
.font24px {
    font-size: 24px;
}
.font-sanspro {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    letter-spacing: -.3px;
}
.display_block {
    display: block;
}
.left {
    float: left;
}

.order_info .btn-photo.pink-background:hover {
    background-color: #ca0e4a;
}
.order_info .btn-photo.pink-background {
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.order_info .btn-photo.pink-background {
    background-color: #F01360;
    margin: 10px 0 0;
}
.order_info .medium_text, .order_info .subject_text, .size_text, .order_info .framing_text {
    float: left;
    padding: 2% 5%;
    width: 100%;
}
.order_info {
    margin-top: 10px;
}