
html,
body {
  width: 100%;
  height: 100%;
}

body {
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #3c3c3c;
	font-family: 'Heebo', sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
    text-transform: uppercase;
	background-color: #e2e0d4;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
    outline: none;
    display: block;
}

img, a, span {
    vertical-align: baseline;
}

div {
    padding: 0px;
    margin: 0px;
}

ul, ol {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}

ul span, ul a {

}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
    border-spacing: 0;
}

iframe {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

a {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:active, a:focus, audio:active, audio:focus {
	outline: none;
}

a:hover {
	color: #3e7e7a;
	text-decoration: none;
}

a .imgroller {
	opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

a:hover .imgroller {
	opacity: 0.5;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

#video-full {
    
}

#album-wrapper {
    background-color: #163a73; 
    background-image: url("/img/us/bg-blue.jpg");
    background-repeat: repeat;
    background-position: right top;
    background-size: 600px 600px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#album-wrapper {
		background-image: url("/img/us/bg-blue@2x.jpg");
	}
}

#album-img {
    float: left;
    width: 50%;
}

#album-img img {
    width: 100%;
    height: auto;
}

#album-info {
    float: right;
    width: 50%;
    /* center content */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

#album-info-wrapper {
    display: inline-block;
    overflow: hidden;
    text-align: left;    
}

#album-title {
    
}

#album-artist {
    text-align: center;
    padding-left: 2px;
    padding-bottom: 3px;
}

h1 {
    display: inline-block;
    color: #e2d2c7;
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#album-name {
    width: 90%;
    max-width: 540px;
    margin: 0 auto;
}

#album-name img {
    width: 100%;
    height: auto;
}

#album-date {
    text-align: center;
    padding-left: 18px;
    padding-top: 20px;
}

h3 {
    display: inline-block;
    color: #c54b42;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 18px;
}

#album-links {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 87px;
    border-top: 3px solid #e2d2c7;
    padding-top: 33px;
}

#album-links a {
    color: #e2d2c7;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px; 
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

#album-links a:hover {
    color: #ffffff;
    text-decoration: none;
}

#links-store {
    float: left;
    padding-left: 40px;
}

#links-social {
    float: right;
    text-align: right;
    padding-right: 40px;
}

#links-social a {
    font-size: 18px;
    letter-spacing: 0px;
    margin-right: 20px;
}

#links-social a.no-margin {
    margin-right: 0px !important;
}

#footer {
    text-align: center;
    letter-spacing: 1px;
    padding-left: 1px;
    padding-top: 43px;
    padding-bottom: 38px;
}

#footer span {
    display: inline-block;
    color: #3c3c3c;
}

#footer br {
    display: none;    
}

#footer a {
    color: #3c3c3c;
    text-decoration: none;
}

#footer a:hover {
    color: #c4382c;
    text-decoration: none;
}

.section-title {
    color: #c4382c;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-left: 4px;
    padding-top: 58px;
    text-align: center;
}

#videos-wrapper {
    background-color: #e7d9cb;
    background-image: url("/img/us/bg-beige.jpg");
    background-repeat: repeat;
    background-position: right top;
    background-size: 600px 600px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#videos-wrapper {
		background-image: url("/img/us/bg-beige@2x.jpg");
	}
}

#videos-title {
    
}

#videos-content { 
    padding: 54px 40px 100px 40px;
    overflow: hidden;
}

#videos-list {
    display: flex;
    min-width: 100%;
    overflow-y: none;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

#videos-list::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

#videos-list a {
    position: relative;
    display: inline-block;
    margin: 0px 25px;
    min-width: 380px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1.0;
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#videos-list a:hover {
    opacity: 0.8;
	-webkit-filter: grayscale(100%) brightness(70%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(70%);
}

#videos-list a img {
    width: 100%;
    height: auto;
}

#videos-list a span {
    position: absolute; 
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 55px;
    text-decoration: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

#tour-wrapper {
    background-color: #ecfaff;
    background-image: url("/img/us/bg-tour.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#tour-wrapper {
		background-image: url("/img/us/bg-tour@2x.jpg");
	}
}

#tour-title {
    
}

#tour-content {
    padding: 45px 50px 50px 50px;
    max-width: 850px;
    margin: 0 auto;
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1249px) {

	/* ipad horizontal layout */
    
    /*h1, h2, h3 {
        font-size: 60px;
        line-height: 52px;
        letter-spacing: 3px;
    }

    #album-links {
        padding-top: 50px;
    }

    #album-links a {
        font-size: 20px;
        line-height: 26px; 
        letter-spacing: 2px;
    }

    #links-store {
        height: 50px;
        margin-right: 60px;
    }

    #links-store a {
        margin-right: -2px;    
    }

    #links-social {
        height: 50px;
    }

    #links-social a {
        font-size: 18px;
        letter-spacing: 0px;
        margin-right: 24px;
    }*/
    
    #album-artist {
        padding-left: 2px;
        padding-bottom: 3px;
    }

    h1 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 2px;
    }

    #album-name {
        width: 90%;
        max-width: 540px;
        margin: 0 auto;
    }

    #album-date {
        padding-left: 12px;
        padding-top: 20px;
    }

    h3 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 12px;
    }

    #album-links {
        width: 80%;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 80px;
        border-top: 3px solid #e2d2c7;
        padding-top: 30px;
    }

    #album-links a {
        font-size: 20px;
        line-height: 32px; 
        letter-spacing: 2px;
    }

    #links-store {
        float: left;
        padding-left: 30px;
    }

    #links-social {
        float: right;
        text-align: right;
        padding-right: 30px;
    }

    #links-social a {
        font-size: 18px;
        letter-spacing: 0px;
        margin-right: 16px;
    }
    
    .section-title {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 3px;
        padding-left: 3px;
        padding-top: 40px;
    }

    #videos-content { 
        padding: 40px 30px 80px 30px;
    }

    #videos-list a {
        margin: 0px 20px;
        min-width: 300px;
    }

    #videos-list a span {
        font-size: 55px;
    }

    #tour-content {
        padding: 35px 40px 40px 40px;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1023px) {

	/* ipad vertical layout */
    
    /*h1, h2, h3 {
        font-size: 44px;
        line-height: 38px;
        letter-spacing: 2px;
    }

    #album-links {
        padding-top: 50px;
    }

    #album-links a {
        font-size: 20px;
        line-height: 26px; 
        letter-spacing: 2px;
    }

    #links-store {
        height: 40px;
        margin-right: 40px;
    }

    #links-store a {
        margin-right: -2px;    
    }

    #links-social {
        height: 40px;
    }

    #links-social a {
        font-size: 18px;
        letter-spacing: 0px;
        margin-right: 20px;
    }*/
    
    #album-artist {
        padding-left: 2px;
        padding-bottom: 2px;
    }

    h1 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 2px;
    }

    #album-name {
        width: 90%;
        max-width: 540px;
        margin: 0 auto;
    }

    #album-date {
        padding-left: 8px;
        padding-top: 18px;
    }

    h3 {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 8px;
    }

    #album-links {
        width: 80%;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 20px;
        border-top: 2px solid #e2d2c7;
        padding-top: 20px;
    }

    #album-links a {
        font-size: 18px;
        line-height: 30px; 
        letter-spacing: 2px;
    }

    #links-store {
        float: none;
        text-align: center;
        padding-left: 2px;
    }

    #links-social {
        float: none;
        text-align: center;
        padding-right: 0px;
    }

    #links-social a {
        font-size: 16px;
        letter-spacing: 0px;
        margin-right: 16px;
    }
    
    #videos-content { 
        padding: 40px 30px 60px 30px;
    }

    #videos-list a {
        min-width: 280px;
    }

}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 767px) {

	/* mobile layout */
    
    /*h1, h2, h3 {
        font-size: 36px;
        line-height: 30px;
        letter-spacing: 2px;
    }

    #album-links {
        padding-top: 30px;
    }

    #album-links a {
        font-size: 18px;
        line-height: 24px; 
        letter-spacing: 1px;
    }

    #links-store {
        height: 30px;
        margin-right: 20px;
    }

    #links-store a {
        margin-right: -1px;    
    }

    #links-social {
        height: 30px;
    }

    #links-social a {
        font-size: 16px;
        letter-spacing: 0px;
        margin-right: 14px;
    }*/
    
    #album-artist {
        padding-left: 1px;
        padding-bottom: 2px;
    }

    h1 {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 1px;
    }

    #album-name {
        width: 80%;
        max-width: 540px;
        margin: 0 auto;
    }

    #album-date {
        padding-left: 4px;
        padding-top: 10px;
    }

    h3 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 4px;
    }

    #album-links {
        width: 70%;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 20px;
        border-top: 2px solid #e2d2c7;
        padding-top: 20px;
    }

    #album-links a {
        font-size: 16px;
        line-height: 30px; 
        letter-spacing: 1px;
    }

    #links-store {
        float: none;
        text-align: center;
        padding-left: 1px;
    }

    #links-social {
        float: none;
        text-align: center;
        padding-right: 0px;
    }

    #links-social a {
        font-size: 14px;
        letter-spacing: 0px;
        margin-right: 12px;
    }
    
    .section-title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 2px;
        padding-left: 2px;
        padding-top: 30px;
    }

    #videos-content { 
        padding: 30px 10px 40px 10px;
    }

    #videos-list a {
        margin: 0px 10px;
        min-width: 200px;
    }

    #videos-list a span {
        font-size: 40px;
    }

    #tour-content {
        padding: 25px 30px 30px 30px;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 599px) {

	/* in-between size */
    
    /*h1, h2, h3 {
        font-size: 30px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    
    #album-links {
        padding-top: 20px;
    }

    #album-links a {
        font-size: 16px;
        line-height: 20px; 
        letter-spacing: 0px;
    }

    #links-store {
        height: 30px;
        margin-right: 12px;
    }

    #links-store a {
        margin-right: 0px;    
    }

    #links-social {
        height: 30px;
    }

    #links-social a {
        font-size: 14px;
        letter-spacing: 0px;
        margin-right: 12px;
    }*/
    
    h1 {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 1px;
    }

    #album-name {
        width: 80%;
        max-width: 540px;
        margin: 0 auto;
    }

    #album-date {
        padding-left: 4px;
        padding-top: 10px;
    }

    h3 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 4px;
    }

    #album-links {
        width: 70%;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 14px;
        border-top: 2px solid #e2d2c7;
        padding-top: 14px;
    }

    #album-links a {
        font-size: 16px;
        line-height: 24px; 
        letter-spacing: 1px;
    }

    #links-store {
        float: none;
        text-align: center;
        padding-left: 1px;
    }

    #links-social {
        float: none;
        text-align: center;
        padding-right: 0px;
    }

    #links-social a {
        font-size: 14px;
        letter-spacing: 0px;
        margin-right: 12px;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {

	/* mobile vertical layout */

    /*h1, h2, h3 {
        font-size: 36px;
        line-height: 30px;
        letter-spacing: 2px;
    }*/

    #album-img {
        float: none;
        width: 100%;
    }
    
    #album-info {
        float: none;
        width: 100%;
        height: auto !important;
    }
    
    #album-info-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /*#album-links {
        padding-top: 30px;
    }

    #album-links a {
        font-size: 18px;
        line-height: 24px; 
        letter-spacing: 1px;
    }

    #links-store {
        height: 30px;
        margin-right: 20px;
    }

    #links-store a {
        margin-right: -1px;    
    }

    #links-social {
        height: 30px;
    }

    #links-social a {
        font-size: 16px;
        letter-spacing: 0px;
        margin-right: 14px;
    }*/
    
    #album-artist {
        padding-left: 2px;
        padding-bottom: 2px;
    }

    h1 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 2px;
    }

    #album-name {
        width: 90%;
        max-width: 540px;
        margin: 0 auto;
    }

    #album-date {
        padding-left: 8px;
        padding-top: 18px;
    }

    h3 {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 8px;
    }

    #album-links {
        width: 80%;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 20px;
        border-top: 2px solid #e2d2c7;
        padding-top: 20px;
    }

    #album-links a {
        font-size: 18px;
        line-height: 30px; 
        letter-spacing: 2px;
    }

    #links-store {
        float: none;
        text-align: center;
        padding-left: 2px;
    }

    #links-social {
        float: none;
        text-align: center;
        padding-right: 0px;
    }

    #links-social a {
        font-size: 16px;
        letter-spacing: 0px;
        margin-right: 16px;
    }

    #footer span {
        display: none;
    }

    #footer br {
        display: block;    
    }
    
}