/*------------------------------------------------------------------
Project:	Nantes - multi purpose one-page template
Version:	1.0
Last change:	18/02/2016 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page
-------------------------------------------------------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.mz-module:hover .ot-circle.color1 {
	color: #C54A4A;
}
.mz-module:hover .ot-circle.color2 {
	color: #6091DC;
}
.mz-module:hover .ot-circle.color3 {
	color: #6EB377;
}
.mz-module:hover .ot-circle.color4 {
	color: #FCBE03;
}

/*--------------------
1. General
--------------------*/

body {
	margin: 0px;
	font-family: "niveau-grotesk",sans-serif;
	background-color: #000;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	letter-spacing: 0.4px;
	font-family: "niveau-grotesk",sans-serif;
	color: #fff;
}

p {
	font-family: "niveau-grotesk",sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #fff;
}

.dark-bg p {
color: #B1B1B1;	
}

a:hover, a:focus, a:active, a.active {
	color: #fec503;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

::selection {
	text-shadow: none;
	background: #0250A6;
}

@media (min-width: 768px) {
	section {
		padding: 150px 0;
	}
}

section {
	padding: 70px 0;
}

ul {
	padding-left: 0;
	padding-top: 10px;	
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
}

section ul li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f105";
	padding-right: 7px;
	color: #23AD21;
}

.p16{
	font-size: 16px;
	padding: 20px;
}
.pink{
	color:#e9589a;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #000;
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Open Sans",sans-serif;
	padding: 0px;
	margin-left: 10px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(0,0,0,.02)
}
.navbar-default .navbar-toggle {
	background-color: #0250A6;
	border-color: #0250A6
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #0250A6
}
.navbar-default .nav li a {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #0250A6;
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #0250A6
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: rgba(0, 0, 0, 1);
		padding: 5px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
		margin-top: 10px;
	    margin-left: 10px;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #000;
		border-bottom: 1px solid #828282;
		padding: 5px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		margin-top: 10px;
	}
}

/*--------------------
3. Header
--------------------*/

header {
    margin-top: 80px;
}

.owl-slider-item {
	position: relative;
	background-color: #000;
}
.owl-slider-item img {
	opacity: 1;
}
.owl-slider .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-slider .owl-controls .owl-nav [class*=owl-] {
	padding: 30px 40px;
	background: rgba(0, 0, 0, 0.26);
	border-radius: 0;
	margin: 0;
	font-size: 30px;
	z-index: 1000;
}
@media (max-width: 768px) {
	.owl-slider .owl-controls .owl-nav [class*=owl-] {
		padding: 10px;
		background: rgba(0, 0, 0, 0.26);
		border-radius: 0;
		margin: 0;
		font-size: 30px;
		z-index: 1000;
	}
}

.owl-slider .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
	float: left;
}

.owl-slider .owl-controls .owl-next {
	float: right;
}

.intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
	position: absolute;
	top: 50px;
    text-align: center;
	transform: translateX(-50%);
	left: 50%;
}

@media (min-width: 768px) {
	.intro-text {
		padding-top: 230px;
		padding-bottom: 400px;
    }
}

.intro-text .intro-lead-in {
	display: inline-block;
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: "Open Sans",sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 100;
	line-height: 40px;
}

@media (min-width: 768px) {
	.intro-text .intro-lead-in {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 45px;
	}
}

.intro-text .intro-heading {
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
	letter-spacing: -3px;
	word-spacing: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
	.intro-text .intro-heading {
		line-height: 95px;
		font-size: 77px;
		margin-bottom: 50px;
	}
}

/*--------------------
4. Sections
--------------------*/
.img-sp {
    display: none;
}

@media screen and (max-width:560px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
}
.comment {
	width: 80%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 200%;
	margin: 0 auto 200px auto;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 2px;
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
	text-align: center;
}

.section-title h2:after {
	left: 0;
	z-index: 1;
	width: 100%;
	height: 3px;
	content: " ";
	bottom: -5px;
	text-align: center;
	position: absolute;
	background:url(/images/bdr.png) center no-repeat;
}

.dark-bg .section-title h2 {
	color: #fff;
}


.section-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 31px;
	/*margin: 20px 100px 60px 100px;*/
}


/*--------------------
4.1. About
--------------------*/

.mz-module {
	position: relative;
	margin-bottom: 30px;
}

.mz-module-about {
    border: 1px solid #E6E6EA;
    min-height: 280px;
    padding: 20px;
    background-color: #EFEFF1;
}

.mz-module-about h3 {
	font-weight: 500;
	font-size: 19px;
	/* text-transform: uppercase; */
	color: #424242;
	/* letter-spacing: 2px; */
	margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
	color: #FFFFFF;
}

.mz-module-about p {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	color: #848484;
}
.mz-module-button {
	background-color: #B6B6C3;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	color: #fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
.mz-module:hover .mz-module-button {
	bottom: -45px;
	opacity: 1;
}
.mz-module-button:hover {
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
}

.mz-module-button {
	color: #fff;
}

.ot-circle {
	height: 95px;
	width: 95px;
	text-align: center;
	line-height: 98px;
	color: #FFFFFF;
	margin: 0 2px 4px;
	font-size: 75px;

	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;

}

/*--------------------
4.2. Artist
--------------------*/
#artist{
	background-color: #333333;
}
#artist .idol{
	margin-bottom: 150px;
}

#artist .idol p,#artist .band .band p{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 3% 0;
    padding: 0 1% 4%;
	font-size: 12px;
}

@media (max-width: 768px) {
	#artist .idol p,#artist .band .band p{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 3% 0;
    padding: 5%;
	font-size: 12px;
	min-height: 50px;
	line-height: 1.4
}
}

#artist p.small{
	font-size: 12px;
}
#artist p.new{
	color: #22C48B;
}

#artist p.hiwari,#timetable p.hiwari{
	background-color: #e9589a;
	padding: 20px;
	margin: 50px 0 20px 0;
}
#artist .band h3,#artist .mc h3{
	font-size: 14px;
	margin: 50px 0 20px 0;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	color: #0250A6;
}
#artist .hiwaributton{
	margin-top: 40px;
}

#artist .hiwaributton a{
	padding: 10px 20px;
	text-align: center;
	background-color: #7D7EDE;
	color: #ffffff;
	border-radius: 5px;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
}
#artist .hiwaributton a:hover{
	opacity: 0.5;
}

#artist .title p{
	font-size: 22px;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	font-weight: bold;
}

#artist .day12{
	color: #31FF94;
}

#artist .day13{
	color: #FF6EF3;
}

#artist .hiwari{
	margin: 50px 0;
	font-size: 18px;
	font-weight: bold;
}


/*--------------------
4.3. Timetable
--------------------*/
#timetable a.btn_tt{
	margin: 20px;
	padding: 20px 10px;
	background-color: #fff;
	color: #0250A6;
	font-weight: bold;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
}
#timetable a.btn_tt:hover{
	background-color: #0250A6;
	color: #fff;
}
#timetable p.small{
	font-size: 12px;
}

#goods{
	background-color: #333333;
}


/*--------------------
4.4. Information
--------------------*/
#information{
	background-color: #0000000;
}
#information dt{
	background-color: #0250A6;
	font-size: 20px;
}
#information dt{
	padding: 5px 15px;
	text-align: center;
	margin-bottom: 15px;
}
#information dd{
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	#timetable a.btn_tt{
		display: block;
		width: 100%;
		margin: 10px 0px;
	}
}
#information h4{
	font-weight: bold;
	color: #e9589a;
}

/*--------------------
4.5. Map
--------------------*/
.map h3{
	background: url(../images/titbg01.png) no-repeat center;
	width: 100%;
	height: 59px;
	line-height: 59px;
	text-align: center;
	border-bottom: 5px solid #0250A6;
	margin-bottom: 0;
}
/*--------------------
4.5. attention
--------------------*/
#attention{
	background-color: #333333;	
}

#attention h4{
	font-weight: bold;
	color: #e9589a;
	padding-top: 20px;
}



/*--------------------
 Footer
--------------------*/

footer {
	padding: 30px;
	background-color: #0250A6;	
}

footer p {
	color: #fff;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6px;
}

footer p a {
	color: #fff;
}

footer p a span {
	color: #FCBE03;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {	
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #0250A6;
	margin-right: 15px;
	padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #fff;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.btn {
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #FCBE03;
}

.btn-xl {
color: #fff;
    background-color: #FCBE03;
    /* border-color: #726FB9; */
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #A9A9B1;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #0250A6;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}
