hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #dddddd;
}

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px;
}

.profile-link {
  font-size: 32px;
  color: black;
  text-decoration: none;
}

.logo_holder, .footer {
  text-align: center;
}

.footer {
  margin-top: 20px;
}

.pure-menu-item {
  margin: 20px;
}

/*
 * Contact page
 */
.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*
 * page top notice info for customer downloads
 */

.notice_info {
    background: #d3eda3;
    padding: 0.3em 1em;
    border-radius: 2px;
    color: #72962e;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

/* published images pagination (http://www.w3schools.com/css/css3_pagination.asp) */

@media (min-width: 801px) {
  ul.pub_pagination {
      display: inline-block;
      padding: 0;
      margin: 0;
  }
  .pub_pagination_dropdown { display: none; }
}

@media (max-width: 800px) {
  ul.pub_pagination {
      padding: 0;
      margin: 0;
      display: none;
  }
  .pub_pagination_dropdown { display: inline-block; }
}

ul.pub_pagination li { display: inline; }

ul.pub_pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

ul.pub_pagination li a.active {
    background-color: #0078e7;
    color: white;
}

ul.pub_pagination li a.disabled {
    color: #777;
}

ul.pub_pagination li a:hover:not(.active):not(.disabled) {
    background-color: #eee;
}

ul.pub_pagination li a {
    border-radius: 2px;
}

ul.pub_pagination li a.active {
    border-radius: 2px;
}

ul.pub_pagination li a {
    transition: background-color .3s;
}

ul.pub_pagination2 li { display: inline; }

ul.pub_pagination2 li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

ul.pub_pagination2 li a.active {
    background-color: #0078e7;
    color: white;
}

ul.pub_pagination2 li a.disabled {
    color: #777;
}

ul.pub_pagination2 li a:hover:not(.active):not(.disabled) {
    background-color: #eee;
}

ul.pub_pagination2 li a {
    border-radius: 2px;
}

ul.pub_pagination2 li a.active {
    border-radius: 2px;
}

ul.pub_pagination2 li a {
    transition: background-color .3s;
}

/*
 * navbar
 * TODO: better naming
 */

.custom-wrapper {
    background-color: #e1f2fa;
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 32px;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
    border-radius: 2px;
}

.custom-wrapper-single-language.open {
    height: 307px;
}

.custom-wrapper-dual-language.open {
    height: 367px;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    border-radius: 2px;
}

.custom-toggle .bar {
    background-color: #008ed4;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 200000px) {
  .custom-toggle { display: block; }
}

/*
 * l2-box: moments,contact,package page
 * TODO: remove, this is deprecated
 */
.l2-box {
    margin: 10px;
}
.l2-box img {
    width: 100%;
    height: auto
}

/*
 * dynamic layout for preview pages
 * TODO: remove, this is deprecated
 */
.l-box img {
max-width:100%;
display: block;
}

.l-box2 img {
max-width:100%;
display: block;
}

.l-box {
margin: 5px;
}

.l-box2 {
margin-top: 10px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
}

.LRR-left {
width: 47%;
display: inline-block;
vertical-align: top;
}

.LRR-right {
width: 53%;
display: inline-block;
vertical-align: top;
}

.LR-left {
width: 31%;
display: inline-block;
vertical-align: top;
}

.LR-right {
width: 69%;
display: inline-block;
vertical-align: top;
}

.L-LRR {
height: 688px;
background-repeat: no-repeat;
background-size: cover;
}

.L-LR {
height: 444px;
background-repeat: no-repeat;
background-size: cover;
}

@media screen and (max-width: 35.4999em) {
  .layout-by-pure { display: visible; }
  .layout-by-js { display: none; }
}
@media screen and (min-width: 35.5em) {
  .layout-by-pure { display: none; }
  .layout-by-js { display: visible; }
}

/* =============================================================================== */

/*
* TODO: deprecate stuff above this line (2018.06), also rename file to themoment.css
*/


/*
Top dropdown navbar
*/

@media (min-width: 801px) {
    #nav_banner_img {
        width: 320px;
        height: 180px;
        margin-bottom: -20px;
    }
    #float_top_navbar { display: none; }
    #normal_navbar {display: block; }
}

@media (max-width: 800px) {
    #nav_banner_img {
        width: 256px;
        height: 144px;
        margin-bottom: 0px;
    }
    #float_top_navbar { display: block; }
    #normal_navbar {display: none; }
}

/*
Moments page
*/

.moments-box {
    margin: 20px 10px 20px 10px;
}

.moments-box img {
    width: 100%;
    height: auto;
}

.moments-link {
    text-decoration: none;
    color: #777;
    font-size: 16px
}

/*
Photo set info
*/

.expire_date_info {
    background: #d3eda3;
    padding: 0.3em 1em;
    border-radius: 2px;
    color: #72962e;
    margin: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.additional_info {
    background: #ddaeff;
    padding: 0.3em 1em;
    border-radius: 2px;
    color: #8156a7;
    margin: 15px 5px 15px 5px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.additional_info a {
    text-decoration: underline;
    color: #8156a7;
}

/*
Layout v3
*/

.layout3-img-wrap {
    margin: 5px;
}

.layout3-img-wrap img {
    max-width: 100%;
    display: inline-block;
}

.layout3-PL-P {
    width: 30.76%;
    display: inline-block;
    position: relative;
}
.layout3-PL-P:after {
    padding-top: 150%;
    display: block;
    content: '';
}
.layout3-PL-L {
    width: 69.23%;
    display: inline-block;
    position: relative;
}
.layout3-PL-L:after {
    padding-top: 66.66%;
    display: block;
    content: '';
}

.layout3-SL-S {
    width: 40%;
    display: inline-block;
    position: relative;
}
.layout3-SL-S:after {
    padding-top: 100%;
    display: block;
    content: '';
}
.layout3-SL-L {
    width: 60%;
    display: inline-block;
    position: relative;
}
.layout3-SL-L:after {
    padding-top: 66.66%;
    display: block;
    content: '';
}

.layout3-PS-S {
    width: 60%;
    display: inline-block;
    position: relative;
}
.layout3-PS-S:after {
    padding-top: 100%;
    display: block;
    content: '';
}
.layout3-PS-P {
    width: 40%;
    display: inline-block;
    position: relative;
}
.layout3-PS-P:after {
    padding-top: 150%;
    display: block;
    content: '';
}

.layout3-PPS-S {
    width: 42.86%;
    display: inline-block;
    position: relative;
}
.layout3-PPS-S:after {
    padding-top: 100%;
    display: block;
    content: '';
}
.layout3-PPS-P {
    width: 28.57%;
    display: inline-block;
    position: relative;
}
.layout3-PPS-P:after {
    padding-top: 150%;
    display: block;
    content: '';
}

.layout3-SSP-SS {
    width: 42.86%;
    display: inline-block;
    position: relative;
}
.layout3-SSP-SS:after {
    padding-top: 100%;
    display: block;
    content: '';
}
.layout3-SSP-P {
    width: 57.14%;
    display: inline-block;
    position: relative;
}
.layout3-SSP-P:after {
    padding-top: 150%;
    display: block;
    content: '';
}
.layout3-SSP-SS-top {
    position: absolute;
    top: 0;
    bottom: 50%;
    right: 0;
    left: 0;
}
.layout3-SSP-SS-bottom {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
}

.layout3-bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 5px;
    background-size: cover;
}

@media screen and (max-width: 35.4999em) {
    .layout3-by-pure-css { display: visible; }
    .layout3-custom { display: none; }
}
@media screen and (min-width: 35.5em) {
    .layout3-by-pure-css { display: none; }
    .layout3-custom { display: visible; }
}
