.content-footer > * {
    display: block;
    padding: 10px 0;
}
/* Mobile side-sliding menu */
#mobile-menu-icon a {
    position: absolute;
    top: 2px;
    left: 20px;
}

#mobile-cart-icon .cart-btn {
    border: 1px solid #ccc;
    background: #eee;
    line-height: 100%;
    margin-top: 0px;
    position: absolute;
    top: 6px;
    right: 24px;
    
}

#mobile-cart-icon .cart-btn-inner {
    font-size: 16px;
    padding: 4px 16px 4px 10px;
    min-width: .75em;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1;
}

#mobile-cart-icon .cart-btn-text {
    font-size: 64%;
    }

#mobile-cart-icon .cart-icon {
    display: inline-block;
    vertical-align: middle;
    /*margin-top: -.25em;*/
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-color: rgba(0,0,0,.4);
    background-image: url(../images/icons-18-white.png);
    background-repeat: no-repeat;
    border-radius: 9px;
    width: 18px;
    height: 18px;
    left: 10px;
}

#mobile-cart-icon .ui-btn-text {
    font-size: 64%;
}

.myAccount_list_noA {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

.myAccount_list img {
    padding: 0px;
    float: left;
    margin-right: 6px;
    max-height: 60px;
    max-width: 60px;
    /*height: auto;*/
}

.myAccount_list h5 {
    font-size: 0.9em;
    font-weight: bold; 
    overflow-x: hidden;
    margin: 10px 10px 0 0;
    line-height: 120%;
}
.myAccount_list p {
    white-space: normal;
    display: block;
    font-size: 0.7em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 140%;
    font-weight: lighter;
    margin: 5px 5px 10px 0;
}

.myAccount_list2 img {
    padding: 0px;
    float: left;
    margin-right: 6px;
    max-height: 60px;
    max-width: 60px;
    /*height: auto;*/
}

.myAccount_list2 h5 {
    font-size: 0.9em;
    font-weight: bold; 
    overflow-x: hidden;
    margin: 10px 10px 0 0;
    line-height: 120%;
}
.myAccount_list2 p {
    white-space: normal;
    display: block;
    font-size: 0.7em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 140%;
    font-weight: lighter;
    margin: 5px 5px 10px 0;
}
.aboutUs-container {
  margin: 0 auto;
  /*padding: 0px 5% 0px 5%;*/
  /*background: #f8f8f8;*/
  width: 100%;
  overflow: hidden;  
}
.printCollection-container {
  margin: 0 auto;
  /*padding: 10px 5% 0px 5%;*/
  /*background: #f8f8f8;*/
  width: 90%;
  overflow: hidden;  
}
.albumsGrid {
    padding: 60px 10px 60px 10px;
    text-align: center;
    margin: auto;
}

.albumGrid {
    padding: 0px 10px 140px 10px;
    text-align: center;
    margin: auto;
}

.albumGrid li {
    text-align: center;
    width: 300px;
    display: inline-block;
    font-size: 10px;
}
.albumGrid h5 {
    font-size: 1.5em;
    margin-top: -20px;
}
.albumGrid p {
    font-size: 1.2em;
}
.print {
    background-color: white;
    padding: 10px;
    display: block;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 1px 1px 1px;
	box-shadow: 6px 6px 6px #888888;
   
}

.border {
    overflow: hidden; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

.content-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: lightgray;
    text-align: center;
}

.content-footer-button {
    text-align: center;
    margin-top: 6px;
    margin-left: auto;
    width: 48%;
    height: 24px;
    border-radius: 8px;
    border: 2px;
    background-color: #A64081;
    color: white;
}

.header-right-button {
    position: absolute;
    left:auto;
    right: 2%;
    padding: .01em;
    font-size: smaller;
    color: gray;
}

.header-right-button a {
    color: gray;
 }

.youTube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pixLeft {
    max-width: 100%;
    margin: auto;
}

.pixRight {
    max-width: 100%;
    margin: auto;
}

.pixLeftSmall {
    float: left;
    max-width: 40%;
    margin-right: 10px;
    margin-bottom: -10px;
}

.pixLeftSmallSmall {
    float: left;
    max-width: 20%;
    margin-right: 10px;
    margin-bottom: -10px;
}

.pixRightSmall {
    float: right;
    max-width: 40%;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pixRightSmallInstamoments {
    float: right;
    max-width: 20%;
    margin-left: 10px;
    margin-bottom: 0px;
}

.pix100 {
    width: 100%;
    height: calc(width * 0.5625); /*16:9 aspect ratio*/
    margin: auto;
}

.pix80 {
    width: 80%;
    margin: auto;
}

.pix60 {
    width: 60%;
    margin: auto;
}

.pix40 {
    width: 40%;
    margin: auto;
}

.pixLeftLarge {
    max-width: 100%;
    margin: auto;
}

.pixRightLarge {
    max-width: 100%;
    margin: auto;
}

.pixPanorama {
    max-width: 100%;
    
}

.videoTiles li {
    height: 700px !important;
}

.videoTiles li h4 {
    font-size: 1.6em !important;
}
