
body {
    margin: 0px 0px 0px 0px;
    -webkit-text-size-adjust: 100%;
    color: #060708;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    background-color: #07131a;
}

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

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

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

form {
	display: inline;
	padding: 0px;
	margin: 0px;
}

fieldset, input, select, button {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
}

:invalid {
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow:none;
}

button {
	cursor: pointer;
}

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: #6096b5;
    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;
    word-wrap: break-word;
}

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

a:hover {
    color: #060708;
    text-decoration: underline;
}

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.7;
}

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

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

h2 {
    display: block;
    color: #356b8a;
	font-family: 'Petit Formal Script', cursive;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
}

.common-pad {
    padding-left: 150px;
    padding-right: 150px;
}

.wrapper {
    max-width: 1150px;
    margin: 0 auto;
}

#menu {
    position: fixed;
    z-index: 55;
    top: 0px;
    left: -400px;
    width: 310px;
    max-width: 100%;
    min-height: 100vh;
    background-color: #2c617f;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#close-menu {
    
}

#close-menu a {
    display: block;
    width: 140px;
    height: 140px;
    padding-right: calc(100% - 140px);
    background-color: #2c5267;
    color: #4b819f;
    font-size: 50px;
    font-weight: normal;
    line-height: 140px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#close-menu a:hover {
    background-color: #1d3745;
    color: #4b819f;
    text-decoration: none;
}

#menu-wrapper {
    padding-top: 62px;
    padding-bottom: 45px;
    text-align: center;
}

#menu-wrapper a {
    display: inline-block;
    color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
    letter-spacing: 1px;
    padding: 0px 4px 0px 5px;
    margin-bottom: 20px;
}

#menu-wrapper a:hover {
    color: #8bbbd5;
    text-decoration: none;
}

.open-it {
	left: 0px !important;
}

#open-menu {
    position: fixed;
    z-index: 50;    
    top: 0px;
    left: 0px;
}

#open-menu a {
    display: block;
    width: 140px;
    height: 140px;
    background-color: #2c617f;
    color: #ffffff;
    font-size: 50px;
    font-weight: normal;
    line-height: 140px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#open-menu a:hover {
    background-color: #2c5267;
    color: #ffffff;
    text-decoration: none;
}

#top-social {
    position: absolute;
    z-index: 40;    
    top: 57px;
    right: 50px;
    text-align: right;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}

#top-social a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 16px;
}

#top-social a:hover {
    color: #07131a;
    text-decoration: none;
}

#header-full {
    background-color: #6096b4;
    background-image: url(/img/common/bg-top.jpg);	
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
}

/*
@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) { 
	#header-full {
		background-image: url(/img/common/bg-top@2x.jpg);
	}
}
*/

#header {
    position: relative;
    height: 1000px;
}

#header-angel {
    position: absolute;
    bottom: 0px;
    left: -40px;
    width: 100%;
    height: 100%;
    background-image: url(/img/common/angel.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 495px 615px;
    z-index: 20;
}

@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) {
	#header-angel {
		background-image: url(/img/common/angel@2x.png);
	}
}

#logo {
    position: relative;
    width: 660px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 57px;
    z-index: 21;
}

#logo img {
    width: 100%;
    height: auto;
}

#album-promo {
    position: relative;
    float: right;
    width: 700px;
    text-align: center;
    padding-top: 317px;
    z-index: 22;
}

#album-promo h1 {
    display: block;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 90px;
	font-weight: 700;
	line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 40px;
    margin-left: 40px;
}

#album-promo-text {
    color: #d9f1fe;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 2px;
    padding-top: 4px;
}

#album-promo-text a {
    color: #d9f1fe;
    text-decoration: none;
}

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

#mobile-angel {
    display: none;
}

#music-full {
    background-color: #8bbbd5;
}

#music-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#music-title {
    height: 115px;
    padding-top: 85px;
    text-align: center;
}

#music-heaven {
    float: left;
}

#music-sore {
    float: right;
}

.music-item {
    width: 350px;
}

.music-item a {
    display: block;
    background-color: #ffffff;
    padding: 15px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.music-item a:hover {
    background-color: #356b8a;
}

.music-item img {
    width: 100%;
    height: auto;
}

#tour-full {
    background-color: #eaf3f9;
    background-image: url(/img/common/bg-tour.jpg);	
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
}

/*
@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-full {
		background-image: url(/img/common/bg-tour@2x.jpg);
	}
}
*/

#tour-wrapper {
    padding-bottom: 50px;
}

#tour-title {
    height: 90px;
    padding-top: 85px;
    text-align: center;
}

#videos-full {
    background-color: #8bbbd5;
}

#videos-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#videos-title {
    height: 115px;
    padding-top: 85px;
    text-align: center;
}

#videos-content {
    
}

ul#videos-list {
	width: 100%;
	margin: 0px;
	text-align: center;
	overflow: hidden;
}

ul#videos-list li {
	list-style: none;
	float: left;
	width: calc(50% - 25px);
	margin-right: 50px;
}

ul#videos-list li:nth-of-type(2n+2) {
	margin-right: 0px;
}

ul#videos-list li:nth-of-type(2n+3) {
    clear: both;
}

ul#videos-list li:nth-of-type(1n+3) {
    margin-top: 50px;
}

#list-full {
    background-color: #5188a6;
}

#list-wrapper {
    padding-bottom: 90px;
}

#list-title {
    height: 75px;
    padding-top: 85px;
    text-align: center;
}

#list-title h2 {
    color: #ffffff !important;
}

#list-content {
    max-width: 250px;
    margin: 0 auto;
}

#list-content input {
    width: 100%;
	max-width: calc(100% - 30px);
    height: 40px;
    padding: 0px 15px;
    background-color: #457995;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
	line-height: normal;
    text-align: center;
    margin-bottom: 10px;
}

::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1 !important; /* for chrome */
}

:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
	opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff;
	opacity: 1 !important;
}

:-ms-input-placeholder {
   color: #ffffff;
   opacity: 1 !important;
}

#list-submit {
    
}

#list-submit button {
	display: block;
    width: 100%;
	height: 40px;
	border: none;
	background-color: #ffffff;
	text-align: center;
	color: #5188a6;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 2px;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#list-submit button:hover {
	background-color: #8bbbd5;
	color: #ffffff;
	text-decoration: none;
}

#footer-full {
    
}

#footer {
    color: #8eb3cd;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 1px;
    padding-top: 78px;
    padding-bottom: 76px;
    text-align: center;
}

#footer span {
    color: #5a707f;
}

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

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


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

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

    /* ipad horizontal layout */

    .common-pad {
        padding-left: 112px;
        padding-right: 112px;
    }

    #close-menu a {
        width: 100px;
        height: 100px;
        padding-right: calc(100% - 100px);
        font-size: 40px;
        line-height: 100px;
    }

    #menu-wrapper {
        padding-top: 52px;
        padding-bottom: 35px;
    }

    #menu-wrapper a {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        padding: 0px 4px 0px 5px;
        margin-bottom: 20px;
    }

    #open-menu a {
        width: 100px;
        height: 100px;
        font-size: 40px;
        line-height: 100px;
    }

    #top-social {  
        top: 42px;
        right: 40px;
        font-size: 20px;
    }

    #top-social a {
        margin-left: 16px;
    }

    #header {
        height: 800px;
    }

    #header-angel {
        left: -50px;
        background-position: left bottom;
        background-size: 380px auto;
    }

    #logo {
        width: 520px;
        padding-top: 50px;
    }

    #album-promo {
        width: 500px;
        padding-top: 220px;
    }

    #album-promo h1 {
        font-size: 70px;
        font-weight: 700;
        line-height: 70px;
        letter-spacing: 16px;
        margin-left: 16px;
    }

    #album-promo-text {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
        padding-top: 4px;
    }

    #music-wrapper {
        padding-bottom: 40px;
    }

    #music-title {
        height: 95px;
        padding-top: 65px;
    }

    .music-item {
        width: 350px;
        max-width: calc(50% - 20px);
    }

    .music-item a {
        padding: 15px;
    }

    #tour-wrapper {
        padding-bottom: 40px;
    }

    #tour-title {
        height: 70px;
        padding-top: 65px;
    }

    #videos-wrapper {
        padding-bottom: 40px;
    }

    #videos-title {
        height: 95px;
        padding-top: 65px;
    }

    ul#videos-list li {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    ul#videos-list li:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    ul#videos-list li:nth-of-type(2n+3) {
        clear: both;
    }

    ul#videos-list li:nth-of-type(1n+3) {
        margin-top: 40px;
    }

    #list-wrapper {
        padding-bottom: 70px;
    }

    #list-title {
        height: 55px;
        padding-top: 65px;
    }

    #footer {
        padding-top: 58px;
        padding-bottom: 56px;
    }

}


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

@media all and (max-width: 1023px) {
	
	/* ipad vertical layout */
    
    .common-pad {
        padding-left: 94px;
        padding-right: 94px;
    }

    #close-menu a {
        width: 80px;
        height: 80px;
        padding-right: calc(100% - 80px);
        font-size: 40px;
        line-height: 80px;
    }

    #menu-wrapper {
        padding-top: 42px;
        padding-bottom: 35px;
    }

    #menu-wrapper a {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        padding: 0px 4px 0px 5px;
        margin-bottom: 10px;
    }

    #open-menu a {
        width: 80px;
        height: 80px;
        font-size: 40px;
        line-height: 80px;
    }

    #top-social {  
        top: 30px;
        right: 30px;
        font-size: 20px;
    }

    #top-social a {
        margin-left: 12px;
    }

    #header {
        height: 600px;
    }

    #header-angel {
        left: -50px;
        background-position: left bottom;
        background-size: 260px auto;
    }

    #logo {
        width: 520px;
        padding-top: 50px;
    }

    #album-promo {
        width: 350px;
        padding-top: 150px;
    }

    #album-promo h1 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 10px;
        margin-left: 10px;
    }

    #album-promo-text {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0px;
        padding-left: 0px;
        padding-top: 4px;
    }

    #music-wrapper {
        padding-bottom: 40px;
    }

    #music-title {
        height: 95px;
        padding-top: 65px;
    }

    .music-item {
        width: 350px;
        max-width: calc(50% - 20px);
    }

    .music-item a {
        padding: 15px;
    }

    #tour-wrapper {
        padding-bottom: 40px;
    }

    #tour-title {
        height: 70px;
        padding-top: 65px;
    }

    #videos-wrapper {
        padding-bottom: 40px;
    }

    #videos-title {
        height: 95px;
        padding-top: 65px;
    }

    ul#videos-list li {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    ul#videos-list li:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    ul#videos-list li:nth-of-type(2n+3) {
        clear: both;
    }

    ul#videos-list li:nth-of-type(1n+3) {
        margin-top: 40px;
    }

    #list-wrapper {
        padding-bottom: 70px;
    }

    #list-title {
        height: 55px;
        padding-top: 65px;
    }

    #footer {
        padding-top: 58px;
        padding-bottom: 56px;
    }

}


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

@media all and (max-width: 767px) {
	
	/* mobile layout */

	h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .common-pad {
        padding-left: 30px;
        padding-right: 30px;
    }

    #close-menu a {
        width: 50px;
        height: 50px;
        padding-right: calc(100% - 50px);
        font-size: 30px;
        line-height: 50px;
    }

    #menu-wrapper {
        padding-top: 42px;
        padding-bottom: 35px;
    }

    #menu-wrapper a {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        padding: 0px 4px 0px 5px;
        margin-bottom: 10px;
    }

    #open-menu a {
        width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: 50px;
    }

    #top-social {  
        top: 18px;
        right: 20px;
        font-size: 16px;
    }

    #top-social a {
        margin-left: 8px;
    }

    #header {
        height: 500px;
    }

    #header-angel {
        left: -40px;
        background-position: left bottom;
        background-size: 200px auto;
    }

    #logo {
        width: 400px;
        padding-top: 50px;
    }

    #album-promo {
        width: 350px;
        padding-top: 100px;
    }

    #album-promo h1 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 10px;
        margin-left: 10px;
    }

    #album-promo-text {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0px;
        padding-left: 0px;
        padding-top: 4px;
    }

    #music-wrapper {
        padding-bottom: 30px;
    }

    #music-title {
        height: 75px;
        padding-top: 55px;
    }

    .music-item {
        width: 350px;
        max-width: calc(50% - 15px);
    }

    .music-item a {
        padding: 12px;
    }

    #tour-wrapper {
        padding-bottom: 30px;
    }

    #tour-title {
        height: 50px;
        padding-top: 55px;
    }

    #videos-wrapper {
        padding-bottom: 30px;
    }

    #videos-title {
        height: 75px;
        padding-top: 55px;
    }

    ul#videos-list li {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    ul#videos-list li:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    ul#videos-list li:nth-of-type(2n+3) {
        clear: both;
    }

    ul#videos-list li:nth-of-type(1n+3) {
        margin-top: 30px;
    }
    
    ul#videos-list li:nth-of-type(1n+2) {
        margin-top: 30px;
    }

    #list-wrapper {
        padding-bottom: 50px;
    }

    #list-title {
        height: 35px;
        padding-top: 55px;
    }

    #footer {
        padding-top: 48px;
        padding-bottom: 46px;
    }  
    
}


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

@media all and (max-width: 599px) {
	
	/* in-between size */

    #top-social {  
        top: 18px;
        right: 20px;
        font-size: 16px;
    }

    #top-social a {
        margin-left: 8px;
    }

    #header {
        height: auto;
    }

    #header-angel {
        display: none;
    }

    #logo {
        width: 400px;
        padding-top: 50px;
    }

    #album-promo {
        float: none;
        width: 350px;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #album-promo h1 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 10px;
        margin-left: 10px;
    }

    #album-promo-text {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0px;
        padding-left: 0px;
        padding-top: 4px;
    }
    
    #mobile-angel {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    
    #mobile-angel img {
        width: 200px;
        height: auto;
    }
    
}


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

@media all and (max-width: 479px) {
	
	/* mobile vertical layout */
	
	
	
}
