/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.product-info{

    background: none repeat scroll 0 0 #3399FF;
    border-radius: 7px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 4px;
    position: relative;
}

body {
    font-family: "proxima-nova","Lato","Lucida Sans Unicode","Lucida Grande",sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    text-rendering: optimizelegibility;
}

img {
    max-width: 100%;
}
a {
    white-space: nowrap;
    color: #555;
    text-decoration: none;
}


/* Full Width Photo */

h1.title {
    display: inline-block;
    font-size: 5vw;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.125em;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
    word-wrap: break-word;
}

h4.date {
    display: block;
    font-family: "Times New Roman",Times,serif;
    font-size: 2vw;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.5em;
    margin: 0;
    width: 100%;
    word-wrap: break-word;
}


div.cover {
    color: #fff;
    margin-top: -7%;
    position: absolute;
    text-align: center;
    top: 54%;
    width: 100%;
    z-index: 9;
}



.image-bg-fluid-height {
        padding: 100px 0;
    }

.image-bg-fixed-height {
    height: 700px;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 50px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}

.crop-drop{
    text-align: center;
    width: 360px;
    height: 360px;
    background-color: #FFF;
}

.jcrop-holder{
    margin:auto;

}
.jcrop-keymgr{

    left: -9999px !important;
}

#crop-target {

  overflow: hidden;

}

.edit-crop-DIGITAL{
    display: none;
}


/* Affixed Navbar */
.navbar-form input, .form-inline input {
	width:auto;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar {
   margin-bottom: 0px;
}

.navbar-default {
	background-color: #fff;
	border: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
}

#nav-icon-buttons a:hover{
    background-color: none;
}

.navbar li {
    letter-spacing: 1px;
    line-height: 1em;
    margin: 0;
    font-size: 12px;

}

.container > .navbar-header {
   margin-right: 0px;
   margin-left: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #AAA;
}

.navbar h2, .navbar h2 a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    padding: 0px;
    text-decoration: none;
    text-align: left;
    word-break: keep-all;
    width: 300px;
}

div.nav-business-name {
    padding: 11px;
}

.nav-business-name #business-link {
    color: #999;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
}

div.navbar-inner {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    padding: 0px;
    position: relative;
    text-align: center;
    transition: all 150ms ease-out 0s;
}


#nav-icon-buttons span.navicon {
	padding: 15px 5px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
}


#nav-icon-buttons a {
	display:inline-block;
    width:32px;
    text-align: left;
    cursor: pointer;
}

/* Gamma Gallery */

.gamma-buttons button{
    background: none;
}

.container {
	width: 100%;
	position: relative;
}

.main {
	padding: 5px 10px 100px 10px;
	margin: 0 auto;

}

.main > header {
	padding: 0 10px 30px;
}

.main > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.main > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

.main h2 {
	font-size: 38px;
	font-weight: 300;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.loadmore {
	padding: 10px;
	background: #ddd;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	margin: 10px 4px;
	display: none;
}

.loadmore:hover {
	background: #333;
}

.gamma-gallery li img {
	width: 100%;
}

/* Cart */
/*
body.modal-open{
     overflow-y:hidden;
     position: fixed;
     top: 0; bottom: 0; right:0; left:0;
}
*/

.modal{
    z-index: 10050;
}

h4.modal-title {
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0px;
	font-size: 24px;
}

p#crop-warning {
	color: #777;
	font-size: 12px;
	font-style: italic;
	margin: 10px auto 0;
	width: 60%;
	text-align: center;
}

a.item-qty-btn, a.item-qty-btn-remove {
	padding: 5px;
	color: #a0a0a0;
}

#products table th, #cart table th {
	font-size: 13px;
	}

th.product-name {
	color: #222;
	font-weight: 700;
	width: 60%;
}

tr.product-row, #cart tbody tr {
	font-size: 13px;
}

tr.product-row-selected {
    background-color: #EEEEEE;
}
.productImageThumb {
    width: 136px;
    height: 136px;
    display: block;
    border: 0px solid black;
    z-index: 0;
    overflow: hidden;
    margin: auto;

}
.cartImageThumb {
    width: 135px;
    height: 135px;
    display: block;
    border: 0px solid black;
    z-index: 0;
    overflow: hidden;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;

}
.photoMarqee {
    padding: 0;
    border-color: #0099CC;
    border-style: solid;
    display: block;
    margin: auto;
}

.table > thead > tr > th {
	border-bottom: 1px solid #e5e5e5;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none;
	}

#products-categories .category-buttons a {
	background-color: #787878;
	color: #fff;
	font-size: 10px;
    font-weight: bold;
	padding: 2px 5px;
	text-transform: uppercase;
	transition: background-color 150ms ease-out 0s;
	margin: 0 5px 10px 0px;
}

#products-categories .category-buttons a:hover {
	background-color: #999;
	text-decoration: none;

}

div.modal-header {
	border-bottom: none;
}


div.modal-footer {
	border-top: none;
}

div#products {
	margin: 15px 0 0 0;

}


#products {
	max-height: 250px;
	overflow: auto;
	position: relative;
	margin: 0 0 30x;
}

.product-increment-td{
    min-width: 86px;
}
#products .quantity, .product-quantity{
    width:16px;
    display: inline-block;
    text-align: center;

}

#products .product-increment{
    display: inline-block;
}

.grid-action-holder {
    position: absolute;
    bottom: 10px;
    right: 8px;
    z-index: 1;
    display: none
}

.grid-action-btn {
    margin-left: 4px;
    font-size: 12px;
    background: #000;
    background: rgba(0, 0, 0, .3);
    color: #FFF;
    padding: 5px;
    -webkit-transition: background 100ms ease-out;
    -moz-transition: background 100ms ease-out;
    transition: background 100ms ease-out
}

.grid-action-btn i {
    vertical-align: baseline
}

.grid-action-btn:hover {
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #fff
}

.image-grid-labels{
    position: absolute;
    top:15px;
    left:10px;
}

.image-grid-labels .glyphicon-heart{
    display: none;
}
.image-grid-labels .glyphicon-heart.active{
    display: block;

}

.image-grid-sharelist {
    position: absolute;
    bottom: 32px;
    right: 0px;
    display: none;

}



.image-grid-nav{
    display: inline;
    z-index: 50000;
    position: relative;
}
.gamma-single-view .image-grid-sharelist{
    display: inline;
    position:relative;
    bottom: 3px;
    z-index:50000;

}

.gamma-single-view .glyphicon-share-alt{
    display: none;

}
.gamma-single-view .image-grid-sharelist .social-btn{
    display: inline;
}

.image-grid-sharelist .social-btn {
    font-size: 14px;
    display: block;
    background: #000;
    background: rgba(0, 0, 0, .3);
    color: #FFF;
    padding: 2px 5px;
    -webkit-transition: background 100ms ease-out;
    -moz-transition: background 100ms ease-out;
    transition: background 100ms ease-out
}

.gamma-single-view .social-btn {
    font-size: 22px;
    display: block;
    background: none;
    color: #666;
    padding: 2px 5px;
}


.image-grid-sharelist .social-btn.email:hover {
    background: #999
}

.image-grid-sharelist .social-btn.facebook:hover {
    background: #3b5998
}

.image-grid-sharelist .social-btn.twitter:hover {
    background: #00aced
}

.image-grid-sharelist .social-btn.googleplus:hover {
    background: #cc2127
}

.image-grid-sharelist .social-btn.pinterest:hover {
    background: #d64a2d
}

.gamma-single-view .social-btn:hover{
    background: none!important;
    cursor:pointer;
}

.gamma-single-view .gamma-description span{
    color:#666;
    text-shadow:none;
    font-size: 22px;
}

.gamma-single-view .gamma-description-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
    height:50px;
    background-color:rgba(255,255,255, 0.8);
}

.gamma-single-view .gamma-description-wrapper .gamma-description {
    background: transparent;
    position: absolute;
    bottom: auto;
    left: 0px;
    right:0px;
    padding-right: 80px;
    top: 12px;
    width: 100%;
}


.image-grid-sharelist .social-btn i {
    vertical-align: baseline
}

.gamma-single-view .gamma-description span.glyphicon-heart.active, span.glyphicon-heart.active, .like-1 i{
    color: red;
}

/* Cart Summary Modal */
a.adjust-crop-btn {
	color: #999;
	font-size: 12px;
	text-decoration: underline;
}

span.extra-shipping {
	color: #999;
	font-size: 11px;
}

span#nav-cart-count {
    background: none repeat scroll 0 0 #d9534f;
    border-radius: 7px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 4px;
    position: relative;
    right: 10px;
    top: -9px;
}

span#cart-total-count.countBadge,
span#likes-total-count.countBadge {
    background: none repeat scroll 0 0 #d9534f;
    border-radius: 7px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 4px;
    position: relative;
    right: 12px;
    top: -12px;
}

#nav-icon-buttons span.glyphicon-shopping-cart {
  /*-webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);*/
  unicode-bidi:bidi-override;
  direction:rtl;
  position: relative;
  right: 3px;
}

#nav-icon-buttons span.glyphicon-shopping-cart {
  right: 1px;
}

#nav .container{
    padding-right:0px;
    padding-left:0px;
}


.fb-like-container{
    display: inline-block;
    height: 22px;
    overflow: hidden;
    position: relative;
    top: 16px;
    left: 18px;
    }

#nav-icon-buttons{
       position: relative;
       top:7px;
       margin-right:15px;
       margin-left: 15px;
    }

#nav-icon-buttons span.navicon, #nav-icon-buttons i{
    font-size: 22px;
}

#nav-icon-buttons span.navicon{
    padding: 0px 3px;
}

.fb-like.fb_iframe_widget {


}

.panes div.shipping {
    display:none;
}

.panes div.shipping div.error, form .error{
    color: red;
    font-weight: bold;
}

#download-form .error{
    margin-top: 3px;
    font-weight: normal;
}

.panes div.shipping input.error{
    border:1px solid red;
}

.panes div.shipping label.error{
    color:red;
    padding-left:10px;
    font-size: 10px;
    font-weight: bold;
}

.panes div.shipping span.required{
    color:red;
    font-size: 10px;
    padding:2px 3px 0px 0px;
    vertical-align: top;
}

.panes div.shipping p.alert-txt{
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    padding:0;
    width:300px
}


button.ajax-wait{
    background-image: url('/img/submit-progress.gif');
    background-size: 30px auto;
    background-position: 5px center;
    background-repeat: no-repeat;
    text-indent: 30px;
}



ul.tabs{
    display: inline;

}
ul.tabs li{
    display: inline-block;
    list-style: none;
}

ul.tabs .back-to-cart, ul.tabs .checkout{
    display: none;
}

.gamma-nav span {
    left: 10px;
}

.gamma-nav span.gamma-next {
    right: 10px;
}

.row.images div{
    padding:15px;
}

.table > tbody > tr > td.cart-image-thumb-td{
    padding:8px 0;
}

.cartImageThumb{
    width:135px;
    height:135px;
}

.collapse span.dropdown-labels {
    font-size: 1.5em;
    margin-left: 20px;
}

span.countBadge + span.dropdown-labels {
    margin-left: 0px;
}

#download-email-modal{
    display: none;
}

.download-email-modal-dialog{
    width:300px;
}

.gamma-original-filename{
    display: none;
}

.gamma-single-view .gamma-original-filename{
    color:#333;
    font-weight:bold;
    font-size: 12px;
    position: absolute;
    top:5px;
    text-align: center;
    width: 100%;
    display: block;
    z-index: 20000;
}

/* nav bar collapsed styles */

 @media (max-width: 767px){

   .navbar-collapse{
        background-color: #efefef;
    }

    span#nav-cart-count {
        border-radius: 0px;
        right:0;
        top: 0;
    }

    span#cart-total-count.countBadge{
        left: 40px;
    }

    span#likes-total-count.countBadge{
        left:75px;
    }

    span#cart-total-count.countBadge,
    span#likes-total-count.countBadge {
        border-radius: 0px;
        right: 0px;
        top: 0px;
        padding:1px 3px;

    }

    .collapse span.dropdown-labels{
        font-size: 14px;
    }

    span.countBadge + span.dropdown-labels{
        margin-left: -15px;
    }

    .collapse span.dropdown-labels{
        margin-left: 5px;
        font-weight: 600;
    }
    .navbar-collapse{
        padding:0 0 10px 0;
    }

    #nav-icon-buttons span.navicon, #nav-icon-buttons i{
        font-size: 16px;
    }

   .fb-like-container{
        position: absolute;
        top: -25px;
        left: 125px;
        float:none!important;
    }
    .nav > li > a{
        padding:5px 15px;
    }

    .nav .dropdown-labels{
        font-size: 14px;
        font-weight: 600;
        margin-left: 5px;
        color: #666;
    }

}

/* Smart Phone */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 1024px)  {
    .download-email-modal-dialog{
    width:auto;
    height:100%;
    z-index:50000;
    }
    .gamma-nav span{
        display: none;
    }



    #gallery-cover{
        display: none;
    }

    .affix-top{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    div.main{
        margin-top:51px;
    }

    #nav .container{
        padding-right: 10px;
        padding-left:15px;
    }

    .cart-table a.item-qty-btn, #products a.item-qty-btn {
        display: inline-block;
        width: 24px;
        height: 27px;
        background-color: #dddddd;
    }

    ul li .gamma-description{
        display:none;
    }

    .nav-business-name #business-link {
        font-size: 11px;
    }

    tr.product-row, #cart tbody tr {
        font-size: 13px;
    }

    .gamma-overlay{
        top: 0; bottom: 0; right:0; left:0;
    }

    .single-view-fix{
        position: fixed;
        top: 0; bottom: 0; right:0; left:0;
    }

    /* collapsed nav bar mobile styles */

    ul#nav-icon-buttons{
        margin-left:0;
    }

    div.nav-business-name{
        padding-left:0;
    }

    .close{
        font-size: 30px;
    }

    .mobile-feature-button-holder {
        position: fixed;
        bottom: 15px;
        right: 0;
        width: 100%;
        text-align: right;
    }

    .mobile-feature-button-holder a{
        font-size: 1em;
        background: #fff;
        background: rgba(255,255,255,.7);
        color: #333;
        padding: 1em;
    }

    .royalSlider .slider-close-btn {
        position: fixed;
        top: 0;
        right: 0;
    }
    .royalSlider .slider-close-btn a{
        font-size: 20px;
        color: #333;
        background: #fff;
        background: rgba(255,255,255,.7);
        display: block;
        width: 50px;
        height:40px;
        text-align: center;
        padding: 10px;
    }

    .img-protect-div{
        position: absolute;
        z-index: 10000;
    }

    .img-protect-div, .img-protect-div img, .rsImg { pointer-events: none; }

    h4.modal-title {
        margin: 20px 0px 0;
    }

    a.adjust-crop-btn {
        font-size: 16px;
        text-decoration: none;
    }

    .product-increment-td{
        margin-bottom: 5px;
    }

    .crop-drop{
        width: 240px;
        height: 240px;
    }
/* iphone 5 & 6 in landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 960px)
and (orientation : landscape) {
    .mobile-feature-button-holder {
        position: fixed;
        top:15px;
        left: 0;
        width: 48px;
        text-align: left;
    }

    .mobile-feature-button-holder a{
        font-size: 1em;
        background: #fff;
        background: rgba(255,255,255,.7);
        color: #333;
        padding: 1em;
        width:48px;
        height:48px;
        display: block;
    }

    .rs-img-name{
        position: absolute;
        bottom: 0px;
        width: 100%;
        z-index: 100000;
        text-align: center;
        background-color: rgba(255,255,255, 0.7);
        font-weight:bold;
        height:30px;
        line-height:30px;
    }
}

/* iphone 5 & 6 in landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 960px)
and (orientation : portrait) {

    .rs-img-name{
        position: absolute;
        width: 100%;
        top: 0px;
        z-index: 100000;
        text-align: center;
        background-color: rgba(255,255,255, 0.8);
        font-weight: bold;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {


    #nav-icon-buttons{
       position: relative;
       right:0px;
       top:0px;
    }

    .delete-cart-item{
        display:none;
    }
    .nav-business-name #business-link {
        font-size: 10px;
    }

    #products-categories .category-buttons{
        display:none;
    }

    .modal-dialog{
        margin: 3px;
    }

    .modal-content{
        border-radius: 0;
    }

    #product-selector .modal-header{
        padding:15px 15px 0 15px;
    }
    #product-selector h4.modal-title{
        margin:5px auto;
    }

    #product-selector .modal-body{
        padding: 0 15px;
    }

    #product-selector p#crop-warning{
        margin:0 auto;
        width:90%;
    }

    #product-selector div#products{
        margin: 15px 0 0 0 ;
        max-height: 250px;
    }

    #product-selector .modal-footer{
        padding:5px 15px;
    }

    .panes div.shipping p.alert-txt{
        font-size: 11px;
    }

 }

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


img {
    image-orientation: from-image;
}

    body.modal-open {
    overflow: visible;
}
