/*****************************/
/*         General           */
/*****************************/

.curalate-thumbs {
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

.curalate-hidden {
    display: none;
}

.curalate-clear {
    clear: both;
}

.curalate-fan-reel {
    padding-top: 35px;
}

.curalate-thumbnail {
    display: inline-block;
    height: auto !important;
    width: 225px !important;
    padding: 10px;
    overflow: hidden;
    vertical-align: middle;
}

.curalate-image-container {
    position: relative;
    height: auto;
    width: 100%;
}

.curalate-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

.curalate-lazy-load-spinner {
    left: 50%;
    padding-top: 22px;
    position: absolute;
}

.curalate-image {
    cursor: default !important;
    height: auto;
    width: 225px;
}

.mobilelink {
    display: none;
}

/*****************************/
/*           Hover           */
/*****************************/

.curalate-image:hover {
    cursor: pointer;
    cursor: hand;
}

#curalate-fan-reel .curalate-image-overlay {
    background: rgba(0,0,0,0.6) url('../images/zoom.png') center center no-repeat;
    opacity: 1 !important;
    position: absolute;
    cursor: pointer;
    cursor: hand;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.curalate-hover {
    opacity: 1 !important;
}

/*****************************/
/*           Modal           */
/*****************************/

.curalate-overlay {
    display: none;
    background: url("../images/bgOverlay.png") repeat;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    overflow: scroll;
    position: fixed;
    text-align: center;
    transition: opacity 0.3s linear 0s;
    z-index: 1000;
}

.curalate-overlay.active {
    opacity: 1 !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
      filter: alpha(opacity=100) !important;
      -moz-opacity: 1 !important;
      -khtml-opacity: 1 !important;
}

.curalate-photo-detail-container {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 0;
    box-shadow: none;
    left: 50%;
    top: -10%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
    margin: 0 auto auto -451px;
    opacity: 0;
    padding: 0;
    position: relative;
    height: 560px;
    width: 920px;
    z-index: 1001;
}

.curalate-photo-detail-container.active {
    top: 5%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.curalate-modal-large-photo {
    margin-bottom: 0;
}

.curalate-modal-user-info {
    width: 175px;
    padding-right: 35px;
    display: inline-block;
    vertical-align: middle;
    min-height: 35px;
}

.curalate-modal-caption {
    color: #000000;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 35px;
    width: 100%;
    margin-top: 10px;
    max-width: none;
    overflow: hidden;
    padding-left: 0;
    text-align: left;
    vertical-align: middle;
}

.curalate-navigation {
    height: 57px;
    width: 100%;
    margin-top: 250px;
    padding-bottom: 10px;
    position: absolute;
    text-align: center;
}

.curalate-previous-page {
    background: url("../images/overlayArrows.png") no-repeat scroll 2px 2px;
    display: inline-block;
    float: left;
    height: 65px;
    width: 30px;
    margin-left: 0;
    position: absolute;
    text-indent: -5000px;
    left: -40px;
}

.curalate-next-page {
    background: url("../images/overlayArrows.png") no-repeat scroll -28px 2px;
    display: inline-block;
    float: right;
    height: 65px;
    width: 30px;
    margin-left: 0;
    position: absolute;
    text-indent: -5000px; 
    right: -40px;
}

.curalate-modal-left-content {
    display: inline-block;
    float: left;
    margin-right: 0;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
    width: 570px;
}

.curalate-modal-left-content img {
    height: 560px !important;
    width: auto !important;
}

.curalate-modal-right-content {
    display: inline-block;
    height: 500px;
    width: 345px;
    text-align: left;
    padding-top: 5px;
}

.curalate-modal-right-content h5 {
    border-bottom: 1px solid #D4D4D4;
    color: #000000;
    font-size: 20px;
    margin: 10px 0;
    padding-bottom: 15px;
    width: 100%;
}

.curalate-modal-right-content em {
    color: #5d5d5d;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    margin: 22px 0 0;
    vertical-align: top;
    width: 22%;
}

.curalate-modal-right-content .view {
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 15px;
    margin: 15px 0;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    max-width: 160px;
}

.curalate-modal-bottom-content .curalate-display-name {
    border-bottom: 1px solid #FFFFFF;
    color: #000000;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.curalate-overlay .curalate-display-name {
    border-bottom: 1px solid #ffffff;
    color: #8e8e98;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 64%;
}

.curalate-product-name {
    color: #5d5d5d;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
}

.curalate-product-description {
    color: #5d5d5d;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 99%;
}

.curalate-product-name span {
    font-size: 24px;
    font-weight: bold;
}

.curalate-product-description {
    padding-top: 0px;
    display: none;
}

.curalate-product-description span {
    font-size: 14px;
}

.curalate-product-price {
    padding-top: 5px;
    display: none;
}

.curalate-product-image {
    padding: 20px 0;
    height: 250px;
    width: 100%;
    box-sizing: initial;
}

.curalate-product-image img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
    box-sizing: inherit;
}

.curalate-shop-now-container {
    box-sizing: initial;
}
.curalate-shop-now-container a {
    display: block;
    margin: auto;
    width: 88px;
    height: 20px;
    background: none repeat scroll 0 0 #999999;
    color: #fff;
    padding: 10px 10px 10px 20px;
    font-weight: bold;
    box-sizing: inherit;
}

.curalate-shop-now-button:before {
    content: "Shop Now";
}

.curalate-shop-now-button:hover {
    text-decoration: none;
}

.curalate-shop-now-button {
    text-decoration: none;
}

.curalate-product-details {
    height: 550px;
    overflow-y: scroll;
    padding-right: 6px;
    padding-left: 6px;
}

.curalate-modal-right-content ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}

.curalate-modal-right-content ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border-radius: 4px;
    background-color: rgba(237,237,237,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.curalate-social-details {
    display: none;
    line-height: 1 !important;
}

.curalate-product-details {
    display: none;
    line-height: 1 !important;
}

.curalate-avatar {
    border: medium none;
    float: left;
    height: auto;
    margin-right: 15px;
    vertical-align: top;
    width: 60px;
}

.curalate-overlay .curalate-display-name {
    border-bottom: 1px solid #ffffff;
    color: #000;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 64%;
}
.curalate-posted-elapsed {
    color: #8e8e98;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}

.curalate-modal-caption {
    color: #5d5d5d;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 47px;
    line-height: 16px;
    margin: 20px 0 5px;
    overflow: hidden;
}

.curalate-likes {
    float:left;
    padding: 0 10px 0 3px;
}

.curalate-comments {
    float:left;
    padding: 0 3px;
}

span.curalate-likes-icon {
    float: left !important;
    width: 19px;
    height: 16px;
    background: url('../images/heart-icon.png') center 0 no-repeat;
}

span.curalate-comments-icon {
    float: left !important;
    width: 16px;
    height: 16px;
    background: url('../images/comment-icon.png') center 0 no-repeat;
}

div.curalate-photo-detail-share {
    position: static;
    height: 60px;
    padding: 5px 30px 5px 70px;
}

div.curalate-photo-detail-share span {
    font-size: 16px;
}

div.curalate-photo-detail-share a {
    display: inline-block !important;
    position: relative !important;
    width: 24px !important;
    height: 24px !important;
    top: 8px !important;
    left: 0px !important;
    margin-left: 1px;
}

a.curalate-share-facebook { 
    background: url('../images/social-facebook.png'); 
}

a.curalate-share-pinterest { 
    background: url('../images/social-pinterest.png'); 
}

a.curalate-share-twitter { 
    background: url('../images/social-twitter.png'); 
}


/****************************************************************************************************************/
/*                                                      1024                                                    */
/****************************************************************************************************************/


@media screen and (max-width:1024px) {

.curalate-modal-left-content {
    width: 400px;
}

.curalate-photo-detail-container {
    height: 400px;
    width: 750px;
    margin: 0 auto auto -375px;
}

.curalate-modal-left-content img {
    height: auto !important;
    width: 100% !important;
}

.curalate-product-details {
    height: 385px;
}

.curalate-navigation {
    margin-top: 160px;
}

}


/****************************************************************************************************************/
/*                                                       830                                                    */
/****************************************************************************************************************/


@media screen and (max-width:830px) {

.curalate-image {
    cursor: default !important;
    height: auto !important;
    width: 200px !important;
}

.curalate-thumbnail {
    height: auto !important;
    width: 200px !important;
}

.curalate-modal-left-content {
    width: 300px;
}

.curalate-photo-detail-container {
    height: 300px;
    width: 650px;
    margin: 0 auto auto -315px;
}

.curalate-modal-left-content img {
    height: auto !important;
    width: 100% !important;
}

.curalate-product-details {
    height: 285px;
}

.curalate-navigation {
    margin-top: 110px;
}

.curalate-product-image {
    height: 185px;
    padding-left: 65px;
}

}


/****************************************************************************************************************/
/*                                                       740                                                    */
/****************************************************************************************************************/



@media screen and (max-width:740px) {

.curalate-image {
    cursor: default !important;
    height: auto !important;
    width: 150px !important;
}

.curalate-thumbnail {
    height: auto !important;
    width: 150px !important;
}

.curalate-active-container {
    width: 480px;
}

.curalate-modal-right-content {
    width: 480px;
}

.curalate-modal-left-content {
    width: 480px;
}

.curalate-photo-detail-container {
    height: 785px;
    width: 480px;
    margin: 0 auto auto -235px;
}

.curalate-modal-left-content img {
    height: auto !important;
    width: 100% !important;
}

.curalate-product-details {
    height: 285px;
}

.curalate-navigation {
    margin-top: 185px;
}

.curalate-product-image {
    height: 185px;
    padding-left: 115px;
}

.curalate-photo-detail-container .curalate-shop-now-container {
    padding: 26px 0 26px 115px;
}

}


/****************************************************************************************************************/
/*                                                       550                                                    */
/****************************************************************************************************************/


@media screen and (max-width:550px) {

.curalate-thumbnail {
    height: auto !important;
    width: 90% !important;
}

.curalate-image {
    height: auto !important;
    width: 90% !important;
}

.curalate-image-overlay {
    display: none !important;
}

.mobilelink {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
}

}