body {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    
    line-height: 20px;
    color: #eee8c5;
    
    background: #000000;
    
    -webkit-font-smoothing:antialiased;
}

.invisible {
	display: none;
}

a {
    color: #e30b50;
}

h1 {
    font-family: 'Sarpanch', sans-serif;
    color: #e30b50;
    font-weight: 900;

    font-size: 44px;
    line-height: 48px;

    padding-bottom: 10px;
}
body.mobile h1 {
    font-size: 32px;
    line-height: 34px;
}

h2 {
    font-family: 'Sarpanch', sans-serif;
    color: #e30b50;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    padding-bottom: 10px;
}

h3 {
    font-weight: bold;
    text-decoration: underline;
}

p {
    padding-bottom: 10px;
}

em {
	font-style: italic;
	color: #eee8c5;
}

strong {
	font-weight: 700;
	color: #eee8c5;
}


#wrapper {
    width: 900px;
    margin: 0 auto;
    padding-right: 20px;
}
body.mobile #wrapper {
    width: auto;
    margin-left: 3px;
}

/* HEADER */

#header {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

#header .logo {
    float: left;
    width: 100%;
    height: 531px;
    text-align: center;
    margin: 20px -20px;
    position: relative;
}
#header .logo img {
    margin-left: 47px;
}
body.mobile #header .logo {
    height: auto;
    padding-left: 8px;
    margin: 20px 0px;
}
body.mobile #header .logo img {
    width: 100%;
    height: auto;
    margin: 0px;
}

#header .logo .japan {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 72px;
    height: 26px;
    margin-left: -6px;

    background: url("../imgs/japan.png") no-repeat 0px 0px transparent;
    background-size: 144px 26px;
}
#header .logo .japan:hover {
    background: url("../imgs/japan.png") no-repeat -72px 0px transparent;
    background-size: 144px 26px;
}

body.mobile #header .logo .japan {
    margin-left: -26px;
    bottom: -10px;
}

#header .teaser {
    float: left;
    text-align: center;
    margin: 20px 0px;

    border: 2px solid #e30b50;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    width: 100%;
    overflow: hidden;
}

#header .teaser img {
    display: block;
    margin: 0px auto;
}

body.mobile #header .teaser {
    padding: 0px 6px;
}

body.mobile #header .teaser img {
    width: 100%;
}

#header .nav-main {
   	float: left;
   	position: relative;
    
    width: 100%;
    z-index: 2;

    border: 2px solid #e30b50;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    padding: 4px 8px 4px 4px;
}
#header .nav-main .inside-navigation {
	float: left;
	width: 100%;
 	border: 2px solid #8db9e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;   
}

#header .nav-main ul {
	margin-left: 20px;
}
#header .nav-main ul {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

#header .nav-main li {
    float: left;
}
body.mobile #header .nav-main li {
    width: 100%;
}


#header .nav-main li a {
    float: left;
    font-family: 'Sarpanch', sans-serif;
    font-weight: 900;
    color: #e30b50;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 21px;
    padding: 0px 10px;
    border-left: 2px solid #8db9e5;
    margin: 10px 0px;
}
#header .nav-main li.first a {
    border-left: none;   
}
body.mobile #header .nav-main li a {
    border-left: 0px none;
    width: 100%;
    margin: 2px 0px;
    padding: 0px;
}


#header .nav-main li.active a,
#header .nav-main li a:hover {
	color: #eee8c5;
}

/* SOCIAL BUTTONS */

.social-button {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url("../imgs/social-buttons.png") no-repeat 0px 0px transparent;
    background-size: 160px 320px;
    z-index: 1;
}
body.mobile .social-button {
    width: 40px;
    height: 40px;
    background-size: 80px 160px;   
}

.social-button.facebook {
    top: 30px;
    right: 100px;
    background-position: 0px 0px;
}
.social-button.facebook:hover {
    background-position: -80px 0px;   
}
body.mobile .social-button.facebook {
    margin-left: -80px;
}
body.mobile .social-button.facebook:hover {
    background-position: -40px 0px;
}

.social-button.soundcloud {
    top: 280px;
    right: -20px;
    background-position: 0px -160px;
}
.social-button.soundcloud:hover {
    background-position: -80px -160px;   
}
body.mobile .social-button.soundcloud {
    margin-left: 10px;
    background-position: 0px -80px;
}
body.mobile .social-button.soundcloud:hover {
    background-position: -40px -80px;   
}

.social-button.youtube {
    top: 147px;
    right: 19px;
    background-position: 0px -80px;
}
.social-button.youtube:hover {
    background-position: -80px -80px;   
}
body.mobile .social-button.youtube {
    margin-left: -20px;
    background-position: 0px -40px;
}
body.mobile .social-button.youtube:hover {
    background-position: -40px -40px;   
}

.social-button.instagram {
    top: 286px;
    right: 0px;
    background-position: 0px -240px;
}
.social-button.instagram:hover {
    background-position: -80px -240px;   
}
body.mobile .social-button.instagram {
    margin-left: 40px;
    background-position: 0px -120px;
}
body.mobile .social-button.instagram:hover {
    background-position: -40px -120px;   
}

body.mobile .social-media {
    float: left;
    width: 100%;
    height: 70px;
    position: relative;
}

body.mobile .social-button {
    top: 20px;
    left: 50%;
}


.shirt-button {
    position: absolute;
    left: 0px;
    top: 300px;
}

.shirt-button > .inside-shirt-button {
    width: 156px;
    height: 145px;
    background: url("../imgs/shirt-icon.png") no-repeat 0px 0px transparent;
    background-size: 312px 145px;
    display: block;
}
.shirt-button .inside-shirt-button:hover {
    background-position: -156px 0px;
}

body.mobile .shirt-button {
    position: relative;
    float: left;

    left: auto;
    top: auto;

    width: 100%;
}
body.mobile .shirt-button > .inside-shirt-button {
    margin: 0px auto;
}


/* MORE BUTTONS */
.more-button {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url("../imgs/more-buttons.png") no-repeat 0px 0px transparent;
    background-size: 160px 320px;
    z-index: 1;
}
body.mobile .more-button {
    width: 40px;
    height: 40px;
    background-size: 80px 160px;   
}

.more-button.music {
    top: 30px;
    left: 100px;
    background-position: 0px 0px;
}
.more-button.music:hover {
    background-position: -80px 0px;   
}
body.mobile .more-button.music {
    margin-left: -110px;
}
body.mobile .more-button.music:hover {
    background-position: -40px 0px;
}


.more-button.shop {
    top: 30px;
    left: 100px;
    background-position: 0px 0px;
}
.more-button.music:hover {
    background-position: -80px 0px;   
}
body.mobile .more-button.music {
    margin-left: -80px;
}
body.mobile .more-button.music:hover {
    background-position: -40px 0px;
}

.more-button.shop {
    top: 147px;
    left: 19px;
    background-position: 0px -80px;
}
.more-button.shop:hover {
    background-position: -80px -80px;   
}
body.mobile .more-button.shop {
    margin-left: -20px;
    background-position: 0px -40px;
}
body.mobile .more-button.shop:hover {
    background-position: -40px -40px;   
}


.more-button.support {
    top: 286px;
    left: 0px;
    background-position: 0px -160px;
}
.more-button.support:hover {
    background-position: -80px -160px;   
}
body.mobile .more-button.support {
    margin-left: 40px;
    background-position: 0px -80px;
}
body.mobile .more-button.support:hover {
    background-position: -40px -80px;   
}


body.mobile .more-buttons {
    float: left;
    width: 100%;
    height: 50px;
    position: relative;
}

body.mobile .more-button {
    top: 10px;
    left: 50%;
}


/* SLIDESHOW */

#header > .inside > .mod_article {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 912px;
    overflow: hidden;   

    border: 2px solid #e30b50;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#header > .inside > .mod_article iframe {
    float: left;
}
body.mobile #header > .inside > .mod_article {
    width: 100%;
    padding: 6px;
}

body.mobile #slideshow {
    display: none;
}

#slideshow .ce_gallery {
    height: 300px;
}
body.mobile #slideshow .ce_gallery {
    height: 200px;
}

#slideshow .ce_gallery li {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#slideshow .ce_gallery li img {
    float: left;
}
#slideshow .ce_gallery li:first-child {
    display: block;
}

#slideshow .ce_gallery .thumbs-container {
    position: absolute;
    bottom: 22px;
    left: 22px;
}

#slideshow .ce_gallery .thumbs-container .pageimg-thumb {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: #e30b50;
    cursor: pointer;

    border-radius: 10px;
}

#slideshow .ce_gallery .thumbs-container .pageimg-thumb.active,
#slideshow .ce_gallery .thumbs-container .pageimg-thumb:hover {
    background: #eee8c5;
}

/* CONTENT */

#container {
	float: left;
    width: 100%;
    position: relative;

    border: 2px solid #e30b50;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    padding: 4px 8px 4px 4px;

    margin-bottom: 100px;
}
body.mobile #container {
    padding: 4px;
    margin-left: 2px;
}

#main {
	width: 600px;
	float: left;

	border: 2px solid #8db9e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;   
}
body.no-subnav #main {
    width: 100%;
}
body.mobile #main {
    width: auto;
}


#main > .inside {
	float: left;
	padding: 20px;
}

#main .mod_article {
	float: left;
	margin-bottom: 50px;
}

#main .mod_article > * {
	width: 100%;
	float: left;
}
#main .mod_article.memory > .ce_text {
	width: 110px;
	height: 160px;
}

#main .mod_article h1 {
	padding-top: 50px;
}
#main .mod_article h2 {
	padding-top: 20px;
}

#main .mod_article > *:first-child h1 {
	padding-top: 0px;
}
#main .mod_article > h1:first-child {
	padding-top: 0px;
}

#main .mod_article.music iframe {
    margin-bottom: 10px;
}

/* BLOG */

#main .mod_newslist .layout_latest h2 {
    padding-top: 0px;
    font-size: 20px;
    line-height: 26px;
}

#main .mod_newslist .layout_latest,
#main .mod_eventlist .layout_full {
    float: left;
    margin-bottom: 100px;
    width: 100%;
}

.pdf_link {
    width: 550px;
    float: left;
    height: 20px;
    position: relative;
    background: #eee8c5;
    padding: 7px;
    color: #000000;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
body.mobile .pdf_link {
    width: 100%;
}

.pdf_link .inside-pdf-link {
    position: absolute;
    right: 0px;
    top: 9px;
}

.pdf_link a {
    float: left;
    margin-right: 10px;
    text-decoration: none;
}

#main video {
    width: 100%;
}
#main audio {
    width: 100%;
}

body.mobile #main iframe {
    width: 100%;
}

body.mobile #main img {
    width: 100%;
    height: auto;
}


#main .ce_download img {
    width: 18px !important;
    height: 18px !important;
}


/* GALLERY */


#main .ce_gallery li {
    float: left;
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 0px 10px 10px 0px;
}

#main .ce_gallery li.col_last {
    margin: 0px 0px 10px 0px;   
}

/* FORMULA */
.ce_form table td {
    vertical-align: top;
    /*padding: 10px;*/
}

.ce_form table td input,
.ce_form table td textarea,
.ce_form table td select {
    
    margin: 10px 0px;

    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    
    line-height: 16px;
    padding: 3px;
    color: #eee8c5;
    
    border: 1px solid #eee8c5;
    background: transparent;
}
.ce_form table td label {
    margin: 10px 0px;
    display: block;
    float: left;
}

.ce_form table td input.submit {
    font-family: 'Sarpanch', sans-serif;
    background: #e30b50;
    border: 0px none;
    color: #eee8c5;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    padding: 5px 10px;
}

/*
.ce_form table td img {
    width: 200px;
}
*/

.ce_form table td textarea {
    width: 100%;
    height: 100px;
}

.ce_form .radio_container > span{
    clear: both;
    margin-top: 10px;
    float: left;
}

.ce_form p.error {
    color: #e30b50;
}

/* NAV SUB */
body.mobile #right {
    display: none;
}

#right .nav-sub {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 150px;
    width: 300px;
}

#right .nav-sub.fixed {
    position: fixed;
    margin-left: 148px;   
}

#right .nav-sub ul.level_1 {
    float: left;
    margin-top: 15px;
}

#right .nav-sub ul.level_2 {
    float: left;
    margin-bottom: 20px;
}

#right .nav-sub li {
    float: left;
    width: 275px;
}
#main .pagination li {
    float: left;
}


#right .nav-sub a,
#right .nav-sub .pagination span,
#main .pagination a,
#main .pagination span {
    float: left;
    width: 100%;
    padding: 5px 5px 5px 20px;
    
    font-family: 'Sarpanch', sans-serif;
    font-weight: 900;
    color: #e30b50;
    
    text-transform: uppercase;
    text-decoration: none;

    font-size: 20px;
    line-height: 18px;

    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;

    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}
#main .pagination a,
#main .pagination span {
    width: auto;
    padding: 5px;
}

#right .nav-sub ul.level_2 li {
    width: 255px;
}
#right .nav-sub ul.level_2 li > a {
    padding-left: 40px;
    font-size: 18px;
    line-height: 16px;
}

#right .nav-sub a:hover,
#right .nav-sub li.active > a,
#right .nav-sub .pagination span,
#main .pagination span {
    color: #eee8c5;
}

#right .nav-sub li.active > a {
    background: #000000;

    border-right: 2px solid #8db9e5;
    border-top: 2px solid #8db9e5;
    border-bottom: 2px solid #8db9e5;
}


#right .nav-sub .pagination > p {
    display: none;
}

#right .nav-sub .pagination {
    float: left;
    width: 100%;
}

#right .nav-sub .pagination ul {
    float: left;
    margin: 20px 20px 20px 40px;
}

#right .nav-sub .pagination li,
#main .pagination li {
    width: auto;
    margin-right: 10px;
}

#right .nav-sub .pagination li a,
#right .nav-sub .pagination li span {
    padding: 0px;
    border: 0px none;
    font-size: 14px;
}



