@charset "UTF-8";
/* CSS Document */

html { width:100%; min-height: -webkit-fill-available; height:100vh;}
*:focus { outline:0!important;}

body {
	height:100vh;
	min-height: -webkit-fill-available;
	min-height:100%;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	background-color:#FFFFFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100% cover;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;

	color:#000000;
	font-size:14px;
	font-weight:400;
	margin:0px;
}

.clearfix {
	clear:both;
}

a {
	font-weight:600;
	text-decoration: none;
	color:#38407b;
}

a:hover {
	color:#000000;
	cursor: pointer;
}

.container-fluid {
    background:url("../images/bg-ecard.jpg")!important;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	position:relative;
	margin:50px auto 0px;
	padding:0px 0px 0px 0px;
    border:solid 1px #FFFFFF;
}

.shadow {
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.btn:hover {
	opacity:0.7;
	cursor: pointer;
}

.content {
    width:920px;
    margin:20px 0px 0px 30px;
}

.sup-title {
	font-weight:normal;
	vertical-align:text-top;
	font-size:75%;
}
.purple {color:#38407b;}
.red {color:#DA0003;}
.fs-13 {font-size:13px;}
.fs-15 {font-size:15px;}
.fs-16 {font-size:16px;}
.fs-18 {font-size:18px;}
.fs-20 {font-size:20px;}
.fs-25 {font-size:25px;}
.fs-35 {font-size:35px;}
.fw-400 {font-weight:400;}
.fw-600 {font-weight:600;}
.fw-700 {font-weight:700;}
.mt-5 {margin-top:5px;}
.mt-10 {margin-top:10px!important;}
.mt-15 {margin-top:15px!important;}
.mt-20 {margin-top:20px!important;}
.mr-10 {margin-right:10px;}
.mb-0 {margin-bottom:0px;}
.mb-10 {margin-bottom:10px;}
.float-left {float:left;}
.float-right {float:right;}
.ta-right {text-align:right;}
.ta-center {text-align:center;}
hr.dashed {border:1px dashed #000000;}
.pl-10 {padding-left:10px;}
.pl15 {padding-left:15px;}

/* HEADER */
.top-logo-main {
    width:980px;
    height:45px;
}

.logo-mob {
    display:none;
}

.logo-swr-container {
    width:390px;
	height:26px;
	padding:10px 0px 10px 30px;
    background-color:#38407b;
    float:left;
    display:block;
}

.top-arrows {
    float:left;
    display:block;
}


.nav-l-table {
    display: table;
    width:100%;
    background-color:#EEE;
}
.nav-l-tr {
    display: table-row;
}
.nav-l-td {
    display: table-cell;
    width: 47%;
}

/* NAVIGATION */
.navigation-main {
    float:right;
    margin:15px 30px 0px 0px;
    display:block;
}

.navbtn {
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    margin:0px 20px;
    color:#000000;
}

.navbtn-activ {
    color:#38407b;
    border-bottom:solid 3px #b6b5d4;
}

.navbtn:hover {
    cursor:pointer;
}

.lang-switch-mob {
    display:none;
}

.navigation-mobile {
    display:none;
    width:100%;
    position:absolute;
    z-index:90;
    margin-bottom:20px;
}

/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color:#38407b;
    position: relative;
}

.nav-mob {
    width:100%;
    height:45px;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color:#38407b;
    background-color:#eeeeee;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    text-align:center;
    border-bottom:1px solid #38407b;
}

/* Style the hamburger menu */
.topnav a.icon {
    background:#38407b;
    color:white;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color:#b6b5d4;
  color:#FFF;
}

/* Style the active link (or home/logo) */
.active {
  background-color:#f1b395;
  color: white;
}

.ecard-bottom {
    position:absolute;
    width:980px;
    height:20px;
    padding:5px 0px;
    background-color:#38407b;
    bottom:0px;
    color:#FFFFFF;
    display:block;
}

.language-switch {
    float:right;
    margin-right:30px;
}

.langbtn {
    color:#FFFFFF;
    margin:10px;
}

.langbtn-activ {
    color:#b6b5d4;
}

.langbtn:hover {
    cursor:pointer;
}

/* HOME */
.albums-container {
    width:865px;
    margin:20px auto;
    position:relative;
    left:15px;
}
.main-album {
    width:200px;
    float:left;
    position:relative;
    margin-right:30px;
}

.catno-vert {
    transform: rotate(-90deg);
    position:absolute;
}

.catno-mainalbum {
    font-size:12px;
    left:-48px;
    bottom:35px;
}

.catno-others {
    font-size:10px;
    position:absolute;
    left:-40px;
    bottom:30px;
}

.albums-right-container-main {
    width:625px;
    float:left;
    position:relative;
    display:block;
}

.albums-right-container-mob {
    display:none;
}

.arc-top {
    width:500px;
    margin:10px auto 20px;
}

.home-album-indiv {
    width:115px;
    float:left;
    position:relative;
    margin:0px 5px;
}

.cover-indiv {
    width:100px;
    position:relative;
}

.about-left {
    width:445px;
    float:left;
}

.about-right {
    width:465px;
    float:left;
}

.about-line {
    margin:5px 0px;
}

.arrow-single {
    width:10px;
    margin-right:5px;
    float:left;
    padding-top:5px;
}

.about-text-l {
    width:430px;
    float:left;
    line-height: 20px;
}

.about-text-r {
    width:450px;
    float:left;
    line-height: 20px;
}

.inside-left {
    width:320px;
    float:left;
    margin:20px 30px 0px 0px;
}

.backbtn {
    margin-bottom:10px;
    font-weight:700;
}

.buystreambtn {
    width:130px;
    text-align:center;
    letter-spacing: 1px;
    font-weight:600;
    background-color:#38407B;
    color:#FFFFFF;
    padding:5px;
    margin:10px auto;
    border:solid 3px #38407b;
}

.buystreambtn:hover {
    background-color:transparent;
    color:#38407b;
    cursor:pointer;
}

.inside-right {
    width:570px;
    float:left;
    margin:20px 0px 0px;
}

.trackbtn {
    width:100px;
    padding:5px;
    text-align:center;
    border:solid 3px #b6b5d4;
    margin:10px 0px;
}

.trackbtn:hover {
    background-color:#b6b5d4;
    color:#ffffff;
    letter-spacing:1px;
}

.audioplayer {
    margin:10px 0px 20px;
}

.audioinfo {
    font-size:13px;
    margin-bottom:5px;
}

.sp-line {
    width:560px;
    margin-bottom:5px;
}

.sp-arrow {
    width:15px;
    margin-right:5px;
    float:left;
    padding-top:5px;    
}

.sp-text {
    width:540px;
    float:left;
    font-size:13px;
    line-height:18px;
}

.inside-overflow {
    width:580px;
    height:150px;
    overflow-y:scroll;
}

.inside-overflow-130 {
    width:580px;
    height:130px;
    overflow-y:scroll;
}

.inside-overflow-140 {
    width:580px;
    height:140px;
    overflow-y:scroll;
}

.inside-overflow-150 {
    width:580px;
    height:150px;
    overflow-y:scroll;
}

.inside-overflow-200 {
    width:580px;
    height:200px;
    margin-top:20px;
    overflow-y:scroll;
}

.inside-overflow-220 {
    width:580px;
    height:220px;
    margin-top:20px;
    overflow-y:scroll;
}

.inside-overflow-250 {
    width:580px;
    height:250px;
    margin-top:20px;
    overflow-y:scroll;
}

.inside-overflow p {
    font-size:13px;
    line-height:18px;
}

.inline-style {
    width:100%;
    background-color:#FFF;
    padding:20px;
}

.nav-l-td20 {
    display: table-cell;
    width: 25px;
}
.nav-l-tdf {
    display: table-cell;
}

.track-left {
    width:365px;
    float:left;
    margin-right:20px;
}

.track-right {
    width:365px;
    float:left;
}

.track-row {
    margin:3px 0px 5px;
}

.trackno {
    width:60px;
    float:left;
    margin-right:10px;
}

.trackno-small {
    width:25px;
    float:left;
    margin-right:10px;
}

.trackbox {
    width:22px;
    float:left;
    font-size:10px;
    text-align:center;
    border:solid 2px #38407B;
    font-weight:600;
}

.ndash {
    float:left;
    margin:0px 3px;
}

.trackname {
    width:295px;
    float:left;
    font-sizr:13px;
}

.reco-content {
    width:540px;
    margin:auto;
}

.reco-indiv {
    width:250px;
    float:left;
    margin: 20px 10px 0px;
}

.review {
    width:40px;
    margin:5px auto 0px;
}

/* FOOTER */
.footer {
	font-size:11px;
	text-align:center;
    margin-top:20px;
	color:#000000;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-right: -15px;
  margin-left: -15px;*/
}

.show-desk { display:block;}
.show-mob { display:none;}


@media screen and (min-width: 980px) {
    .container-fluid {
        width:980px!important;
        height:570px!important;
    }
}

@media screen and (max-width: 979px) {
	.show-desk { display:none;}
	.show-mob { display:block;}
    .container-fluid {
        width:100%;
        background:rgba(255, 255, 255, 1)!important;
        /*height:100%;*/
        margin:0px!important;
        padding:0px!important;
        border-left:none;
        border-right:none;
        border-top:none;
        overflow-y:scroll;
    }

    .content {width:80%; margin:30px auto 30px;}
    .top-logo-main {width:100%;}
    .logo-mob {
        width:250px;
        display:block;
        position:absolute;
        z-index:200;
        left:30px;
        top:10px;
    }
    .navigation-main {display:none;}
    .navigation-mobile {
        display:block;
        position:absolute;
        top:0px;
    }
    .lang-switch-mob {
        display:block;
        position:absolute;
        z-index:100;
        color:#FFFFFF;
        right:100px;
    }
    
    .logo-swr-container {display:none;}
    .top-arrows {display:none;}
    .ecard-bottom {display:none;}
    
    #htitle-main {
        width:100%;
        margin:0px auto 10px!important;
        padding:0px!important;
        line-height:35px;
    }
    #htitle-sub {
        width:100%;
        margin:0px!important;
        padding:0px!important;
        line-height:20px;
    }
    
    .albums-right-container-main {display:none;}
    .albums-right-container-mob {display:block;}
    .albums-container, .main-album, .albums-right-container, .arc-top, .arc-bottom {width:100%;}
    .home-album-indiv {
        width:40%;
        margin:5%;
    }
    .albums-container {
    	position:relative;
	left:0px!important;
    }
    
    .home-album-indiv-last {
        width:40%;
        left:0px;
        right:0px;
        margin:auto;
    }
    .cover-indiv {width:100%;}
    .about, .about-left, .about-right, .about-line {width:100%;}
    .arrow-single {width:5%; margin-right:1%; padding:3px 0px 0px;}
    .about-text-l, .about-text-r {width:90%; font-size:14px; line-height:20px;}
    .about-right {margin-bottom:50px;}
    
    .inside-left {
        width:100%;
        margin:10px 0px 0px;
        padding:0px;
    }
    .inside-right {
        width:100%;
        margin:20px 0px 0px;
    }
    
    .inside-overflow, .inside-overflow-130, .inside-overflow-140, .inside-overflow-150, .inside-overflow-200, .inside-overflow-220, .inside-overflow-250 {
        width:100%;
        height:100%;
        overflow-y: hidden;
    }
    .sp-line {width:100%}
    .sp-arrow {width:5%;}
    .sp-text {width:90%;}
    .track-left, .track-right {
        width:100%;
    }
    .track-right {margin-top:10px;}
    .trackname {width:75%;}
    
    .reco-content {width:100%;}

    .reco-indiv {
        width:100%;
        margin:0px!important;
    }
    
    .review {
        width:10%;
        margin:10px auto 40px;
    }

.trackbtn {
    margin:10px auto;
}

}

@media screen and (max-width: 375px) {
    .logo-mob {
        width:50%;
        display:block;
        position:absolute;
        z-index:200;
        left:0px;
        right:0px;
        top:15px;
        margin:auto;
    }
    
}
