.info-page {
    max-width: 1040px;
    margin: 0 auto;
}

body {
    background-color: #F5F5F5;
}

#content {
    margin-bottom: 100px;
}

#info-header { 
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #F2F2F2;
    z-index: 99;
}

body.nav-mode #info-header {
    border-bottom: none;
}

#info-header-wrap {
    position: relative;
    padding: 14px 40px;
}

.style-page {
    margin-top: 20px; 
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(40,40,40,0.3);
}

#style-title-container {
}

#style-title {
    padding: 16px 20px; 
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #9BC26F;
    color: #FFF;
}

#style-hero {
    position: relative;
}

#style-hero-image-frame {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.style-hero-image {    
    display: block;   
    position: absolute;
    left: 0;
    right: 0;
    top: -200%;
    bottom: -200%;
    width: 100%;
    height: auto;
    margin: auto;
    opacity: 0;    
    z-index: 1;
    visibility: hidden;
}

.style-hero-image.background {
    z-index: 2;
}

.style-hero-image.active { 
    opacity: 1;
    z-index: 3;
}

#style-hero-previous-button {
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 0;
    width: 20%;
    z-index: 10;
    cursor: pointer;
}

#style-hero-next-button {
    position: absolute;
    top: 60px;
    bottom: 60px;
    right: 0;
    width: 20%;
    z-index: 10;
    cursor: pointer;
}

#style-hero-previous-button img, #style-hero-next-button img {
    position: absolute;
    top: 50%;
    height: 100px;
    margin-top: -70px;
    padding: 10px;
    opacity: 0;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

#style-hero-previous-button img {
    left: 0;
}

#style-hero-next-button img {
    right: 0;
}

#style-hero-previous-button:hover img {
    opacity: 0.9;
}

#style-hero-next-button:hover img {
    opacity: 0.9;
}

.attribution {
    display: none;
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 11;
    font-size: 13px;
}

.attribution.active {
    display: block;
}

.attribution-button {
    display: block;
    height: 20px;
    cursor: pointer;
}

.slide-attribution {
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: #FFF;
    border-radius: 4px; 
    opacity: 0.8;
    -moz-transition: width 0.3s, height 0.2s;
    -webkit-transition: width 0.3s, height 0.2s;
    transition: width 0.3s, height 0.2s;
    overflow: hidden;
}

.slide-attribution a { 
    display: block;
    visibility: hidden;
    padding: .6em;
    opacity: 0;     
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    -moz-transition: opacity 0s;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


.slide-attribution a,
.slide-attribution a:visited,
.slide-attribution a:active {
    color: #000;
    text-decoration: none;
}

.attribution:hover .slide-attribution {
    visibility: visible;
    height: 4.5em;
    width: 200px;
}

.attribution:hover .slide-attribution a {
    visibility: visible;
    opacity: 1;   
}

.style-content {
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}

#style-gallery-block {
    display: inline-block;
    float: right;
    width: 60%;
}

#style-gallery {
    padding: 10px;
}

.style-gallery-card {
    float: left;
    width: 50%;
}

.style-gallery-card-wrapper {
    padding: 10px;
}

.style-gallery-image-frame {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #E0E0E0;
    overflow: hidden;
}

.style-gallery-image {
    display: block;
    position: absolute;
    left: -200%;
    right: -200%;
    top: 0px;
    bottom: auto;
    height: 100%;
    margin: auto;
    width: auto;
    cursor: pointer;
    visibility: hidden;    
}

#info-section {
    display: inline-block;
    float: right;
    width: 40%;
    margin-top: 20px;
    margin-bottom: 10px;
}

#info-section-frame {
    position: relative;
    min-height: 454px;
    margin: 0px 20px;
    padding-bottom: 120px;
    background-color: #E0E0E0;
}

#info-section h3 {
    padding: 20px 30px 0px 30px;
    color: #353535;  
    font-family: "Roboto Slab", sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}

#info-section p {
    padding: 20px 30px;
    color: #353535;  
    font-family: "Roboto Slab", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
}


#info-section-shop-button {
    position: absolute;
    bottom: 20px;
    left: 50%;    
    transform: translateX(-50%);
}

#info-section-shop-button {
    display: block;
    width: 120px;
    padding: 14px 0px;
    background-color: #9BC26F;
    border-radius: 4px;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
}

#info-section-shop-button,
#info-section-shop-button:visited,
#info-section-shop-button:active {
    color: #FFF;
    text-decoration: none;
}

#info-section-shop-button:hover {
    background-color: #213034; 
}

#info-shop-button-img-container {
    padding: 0px 40px;
}

#info-section-shop-button-text {
    padding: 6px 6px 0px 6px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

#info-section-shop-button img {
    width: 100%;
}

@media only screen and (max-width: 1040px) {  
    .style-page {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 900px) {  
    body.nav-mode #info-header {
        border: none;
    } 
    #style-hero-image-container {
        padding: 0px 0px 10px 0px;
    }
    #style-gallery-block {
        width: 100%;
    }
    #style-gallery {
        padding: 0px 10px;
    }
    .style-gallery-card {
        width: 25%;
    }
    #info-section {
        width: 100%;
        margin-top: 10px;
    } 
    #info-section-frame {
        min-height: 300px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 840px) {  
    .style-hero-image {
        width: auto;
        height: 520px;
        right: -200%;
        left: -200%;
    }
}

@media only screen and (max-width: 480px) {     
    #style-hero-image-frame {
        height: 320px;
    }
    .style-hero-image {
        height: 320px;
    }
    #style-gallery {
        padding: 0px 10px;
    }
    .style-gallery-card-wrapper {
        padding: 5px;
    }
    #info-section-frame {
        margin: 0px 15px;
    }
    #info-section p {
        padding: 20px;
        font-size: 15px;
    }
}