@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

body, html{
	font-family: font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, "Arial", "SVbN", YuGothic, "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-size: 14px;
	color: #555555;
	width: 100%;
}

h1{
	text-transform: none;
}
h1 strong{
	font-weight: 900;
}
h2{
	font-size: 200%;
	text-transform: none;
	line-height: 122%;
	margin: 30px;
}
h3{
font-size: 150%;
font-weight: 900;
}
h3.name{
	font-size: 136%;
	margin: 10px 0 5px 0;
	line-height: 100%;
	color: #ffffff;
}
h4{
	text-transform: none;
}
h5{
	text-transform: none;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Open Sans', sans-serif;
}

p.roma{
	font-size: 122%;
	margin: 30px 0 5px 0;
	line-height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #dcdcdc;
}
p.position{
	font-size: 122%;
	font-family: 'Open Sans', sans-serif;
	color: #dcdcdc;
	margin: 0px 0 15px 0;
}

a{ color: #dcdcdc;}
a:hover,
a:focus{
	text-decoration: none;
	color: #dcdcdc;
}

.section-title h2{
	margin: 5px 0 0 0;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space
{
	margin-top:60px;	
}
/* Navigation */
#tf-menu {
	padding: 20px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
	font-weight: 700;
}
#tf-menu a.navbar-brand {
	text-transform: none;
	font-size: 200%;
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: none;
	font-size: 100%;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
}
#tf-menu i.fa {
	font-size: 100%;
	color: #ffffff;
	margin: 0 3px 0 3px;
}

#tf-menu a.mainmenu {
	color: #ffffff;
	text-decoration: none;
}
#tf-menu a.mainmenu:hover {
	text-decoration: none;
	color: #dcdcdc;
}
#tf-menu a.mainmenu:focus {
	text-decoration: none;
	color: #dcdcdc;
}

.on {
	background-color: #222222 !important;
	padding: 0 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #aaaaaa !important;
	background-color: transparent;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.navbar-toggle {
	border-radius: 0;
	border: 1px solid #c0c0c0;
	width: 45px;
	height: 40px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #e0e0e0;
	border-color: #ffffff;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #333333;
}

/* Home Style */
@media only screen and (min-width: 768px) {
#tf-home{
	background: url(../img/01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cccccc;
	}
}
@media screen and (min-width: 641px) and (max-width: 767px) {
#tf-home {
	background: url(../img/01_s.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #dcdcdc;
	height: auto;
	padding: 0 0 30px 0;
	}
}
@media only screen and (max-width: 640px) {
#tf-home {
	background: url(../img/01_s.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	color: #dcdcdc;
	height: auto;
	padding: 0 0 120px 0;
	}
}
@media only screen and (min-width: 768px) {
#tf-home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: 750px;
	background-attachment: fixed;
	}
}
#tf-home h1{
	font-size: 186%;
	font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 767px) {
.content{
	position: relative;
	}
}
@media only screen and (min-width: 768px) {
.content{
	position: relative;
	padding: 24% 0 0 0;
	}
}
.color{
	color: #ffffff;
}

.color2{
	color: #222222;
}

.color3{
	color: #c0c0c0;
}

.color4{
	color: #aaaaaa;
}

a.fa.fa-angle-down {
	padding: 14px 18px;
	color: #c0c0c0;
	border: 2px solid #c0c0c0;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 50px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #dcdcdc;
	color: #ffffff;
	border: 2px solid #ffffff;
}
.pagedown{
	text-align: center;
}

a.fa.fa-angle-up {
	padding: 14px 18px;
	color: #c0c0c0;
	border: 2px solid #c0c0c0;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 50px;
	transition: all 0.5s;
}
a.fa.fa-angle-up:hover{
	background: #dcdcdc;
	color: #ffffff;
	border: 2px solid #ffffff;
	}
.pageup{
	text-align: center;
}
@media only screen and (min-width: 768px) {
.pageup{
	display: none;
	}
}

/* Topics Section */


@media only screen and (min-width: 768px) {
#topics{
	background-color: #000;
	padding:15px 0 30px 0;
	}
}
@media only screen and (max-width: 767px) {
#topics{
	background-color: #222;
	padding:15px 0 30px 0;
	}
}

#topics h2{
	font-weight: 400;
	color: #dcdcdc;
}

.topics-txt{
	font-size: 122%;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}

#topics .new {
	font-size: 93%;
	background-color: rgba( 255, 0, 0, 0.50 );
	color: #ffffff;
	padding: 3px 7px 3px 7px;
	margin: 0 10px 0 0;
	font-family: 'Open Sans', sans-serif;
}

a.topics-link {
	text-decoration: underline;
	color: #ffffff;
}
a.topics-link:hover {
	color: #ffffff;
	text-decoration: none;
}
a.topics-link:focus {
	color: #ffffff;
	text-decoration: underline;
	}

/* LIVE EVENT Section */
#tf-event .section-title h2,
#tf-event .section-title.center h2{
	font-weight: 250;
	margin: 30px 0 30px 0;
	color: #ffffff;
}
@media only screen and (min-width: 768px) {
#tf-event{
	background: url(../img/05.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color; #000;
	color: #fff;
	}
}
@media screen and (min-width: 641px) and (max-width: 767px) {
#tf-event{
	color: #ffffff;
	background-color: #000;
	padding:70px 0 40px 0;
	}
}
@media only screen and (max-width: 640px) {
#tf-event{
	color: #ffffff;
	background-color: #000;
	padding:70px 0 40px 0;
	}
}
@media only screen and (min-width: 768px) {
#tf-event .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 70px 0;
	}
}
@media only screen and (min-width: 640px) {
#event{
	display: inline-flex;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-box;
	display: -o-inline-box;
	margin: 0 auto;
	text-align: center;
	}
}
@media only screen and (min-width: 640px) {
#event .item{
	display: flexbox;
	display: -moz-flexbox;
	display: -o-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	padding: 30px 20px 15px 20px;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	}
}
@media screen and (min-width: 641px) and (max-width: 767px) {
#event{
	display: inline-flex;
	margin: 0 auto;
	text-align: center;
	}
}
@media screen and (min-width: 641px) and (max-width: 767px) {
#event .item{
	display: flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 30px 20px 15px 20px;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	}
}

@media only screen and (max-width: 640px) {
#event{
	display: inline;
	margin: 0 auto;
	text-align: center;
	}
}
@media only screen and (max-width: 640px) {
#event .item{
	display: block;
	padding: 15px 25px 20px 25px;
	text-align: left;
	vertical-align: top;
	}
}
@media only screen and (max-width: 640px) {
#event .item br{
	display: none;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {
#event{
	display: inline;
	margin: 0 auto;
	text-align: center;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {
#event .item{
	display: block;
	padding: 15px 25px 20px 25px;
	text-align: left;
	vertical-align: top;
	}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {
#event .item br{
	display: none;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
#event{
	display: inline;
	margin: 0 auto;
	text-align: center;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
#event .item{
	display: block;
	padding: 15px 25px 20px 25px;
	text-align: left;
	vertical-align: top;
	}
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
#event .item br{
	display: none;
	}
}

#event .item h3 {
	font-size: 115%;
	line-height:122%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
#event .item h4 {
	font-size: 108%;
	line-height:129%;
	font-weight: 700;
	margin: 15px 0 15px 0;
	font-family: 'Open Sans', sans-serif;
}
#event .item p {
	font-size: 93%;
	line-height:136%;
	margin: 10px 0 0 0;
	color: #dcdcdc;
	font-family: 'Open Sans', sans-serif;
}
#event .new {
	font-size: 100%;
	background-color: rgba( 255, 0, 0, 0.50 );
	color: #ffffff;
	padding: 3px 7px 3px 7px;
	margin: 0 10px 0 0;
	font-family: 'Open Sans', sans-serif;
}
#event .icon {
	font-size: 100%;
	background-color: rgba( 100, 100, 100, 0.70 );
	color: #ffffff;
	padding: 3px 7px 3px 7px;
	margin: 0 10px 0 0;
	font-family: 'Open Sans', sans-serif;
}
a.detail {
	color: #dcdcdc;
	text-decoration: underline;
	font-weight: 700;
}
a.detail:hover {
	color: #dcdcdc;
	text-decoration: none;
}
a.detail:focus {
	color: #dcdcdc;
	text-decoration: none;
}

a.more {
	color: #d1d1d1;
	text-decoration: underline;
}
a.more:hover {
color: #d1d1d1;
	text-decoration: none;
}
a.more:focus {
	color: #d1d1d1;
	text-decoration: none;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
  clear: both;
}

@media screen and (min-width: 640px) {
#event .clearfix {
  display: none;
  }
}

#tf-event .outlink {
	margin: 45px 0 0 0;
	text-align: center;
}
#tf-event .outlink-txt {
	font-size: 115%;
	background-color: rgba( 100, 100, 100, 0.70 );
	color: ffffff;
	font-weight: 700;
	padding: 12px 24px 12px 24px;
	font-family: 'Open Sans', sans-serif;
}
#tf-event i.fa {
	font-size: 100%;
	color: #d1d1d1;
	margin: 0 5px 0 0;
}

/* ABOUT Section */
#tf-about{
	padding: 40px 0 40px 0;
}
#tf-about .section-title h2,
#tf-about .section-title.center h2{
	font-weight: 250;
	margin: 30px 0 30px 0;
}
@media only screen and (min-width: 640px) {
p.intro{
	font-size: 108%;
	margin: 80px 0 0 0;
	line-height: 200%;
	text-align: left;
	vertical-align: center;
	padding: 0 10px 0 10px;
	font-family: 'Open Sans', sans-serif;
	}
}
@media only screen and (max-width: 640px) {
p.intro{
	font-size: 115%;
	margin: 20px 0 0 0;
	line-height: 200%;
	text-align: left;
	vertical-align: center;
	padding: 0 10px 0 10px;
	font-family: 'Open Sans', sans-serif;
	}
}

#tf-puromaido{
	padding: 30px 0 0px 0;
}

/* Team Section */
@media only screen and (min-width: 768px) {
#tf-member{
	background: url(../img/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
	}
}
@media screen and (min-width: 641px) and (max-width: 767px) {
#tf-member{
	background-color: #313131;
	color: #fff;
	padding: 50px 0 40px 0;
	}
}
@media only screen and (max-width: 640px) {
#tf-member{
	background-color: #313131;
	color: #fff;
	padding: 50px 0 40px 0;
	}
}
@media only screen and (min-width: 768px) {
#tf-member .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 50px 0 40px 0;
	}
}
#tf-member .section-title.center{
	padding: 25px 0 10px 0;
}
#tf-member .section-title h2,
.section-title.center h2{
	font-weight: 250;
	color: #ffffff;
}

#team{
	display: inline;
	margin: 0 auto;
	text-aline: center;
}
#team .item{
	display: inline-block;
	margin: 20px 20px 10px 20px ;
	color: #FFF;
	text-align: center;
	vertical-align: top;
}
img.img-circle.team-img {
	width: 240px;
	height: 240px;
	transition: all 0.5s;
}
img.img-circle.team-img2 {
	width: 150px;
	height: 150px;
	transition: all 0.5s;
}
#tf-member .item .thumbnail:hover>img.img-circle.team-img{
	border: 4px solid #fffff;
}
#tf-member .thumbnail {
	background: transparent;
	border: 0;
}

#tf-member .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}

#tf-member .item2{
	margin: 30px 0 0 0;
}
#tf-member .item2 h3{
	font-size; 100%;
	color: #fff;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #FFFFFF;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #ffffff;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #ffffff;
}

#tf-member i.fa {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 2px solid #c0c0c0;
	font-size: 20px;
	margin: 4px 2px;
	padding: 13px 15px;
	border-radius: 50%;
	color: #dcdcdc;
	transition: all 0.5s;
}
#tf-member i.fa:hover{
	background: #dcdcdc;
	border-color: #ffffff;
	color: #ffffff;
}


/* Discography Section 
==============================*/
#tf-discography{
	padding: 80px 0 45px 0;
}
.categories{ 
	padding: 10px 0 15px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-discography h4 {
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
}
#tf-discography li.pull-right {
	margin-top: 10px;
}
a.disc-menu {
	text-decoration: underline;
	color: #333333;
}
a.disc-menu:hover {
	color: #333333;
	text-decoration: none;
}
a.disc-menu:focus {
	color: #333333;
	text-decoration: underline;
	}
@media screen and (min-width: 640px) {
#tf-discography .info {
	display: none;
	}
}
@media screen and (max-width: 640px) {
#tf-discography .disc-title {
	margin:10px 0 10px 0;
	color: #333333;
	}
}
@media screen and (max-width: 640px) {
a.disc-link {
	text-decoration: underline;
	color: #333333;
}
a.disc-link:hover {
	color: #333333;
	text-decoration: none;
}
a.disc-link:focus {
	color: #333333;
	text-decoration: underline;
	}
}

#tf-discography .outlink {
	margin: 45px 0 0 0;
	text-align: center;
}
#tf-discography .outlink-txt {
	font-size: 115%;
	background-color: rgba( 100, 100, 100, 0.90 );
	color: ffffff;
	font-weight: 700;
	padding: 12px 24px 12px 24px;
	font-family: 'Open Sans', sans-serif;
}

ol.type li{
	display: inline-block;
	margin: 0 0 10px 15px;
	font-family: 'Open Sans', sans-serif;
}
ol.type li:after{
	content: ' | ';
	margin: 0 0 10px 15px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
	margin-bottom: 30px;
}
.portfolio-item .hover-bg{
	height: auto;
	overflow: hidden;
	position: relative;
}
#tf-discography .new {
	font-size: 93%;
	background-color: rgba( 200, 0, 15, 1.00 );
	color: #ffffff;
	padding: 3px 7px 3px 7px;
	margin: 0 10px 0 0;
	font-family: 'Open Sans', sans-serif;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
@media screen and (max-width: 640px) {
#tf-discography .hover-text{
	display: none;
	}
}

#disc-outlink i.fa {
	font-size: 100%;
	color: #d1d1d1;
	margin: 0 5px 0 0;
}

#tf-dance{
	padding: 5px 0 40px 0;
	text-align: center;
}
#tf-dance .section-title h3{
	font-size: 150%;
	color: #666666;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
#tf-dance p{
	font-size: 100%;
	color: #666666;
}
#dance{
	display: inline;
	margin: 0 auto;
	text-aline: center;
}
#dance .item{
	display: inline-block;
	margin: 20px 20px 15px 20px ;
	color: #FFF;
	text-align: center;
	vertical-align: top;
}

#dance img.img-circle.dance-img {
	width: 100px;
	height: 100px;
	border: 3px solid #cccccc;
}

#dance .new {
	font-size: 93%;
	background-color: rgba( 200, 0, 15, 1.00 );
	color: #ffffff;
	padding: 3px 7px 3px 7px;
	margin: 0 10px 0 0;
	font-family: 'Open Sans', sans-serif;
}
a:hover img.dance-img{
	opacity: 0.6;
	filter: alpha(opacity=80);
	-ms-filter: galpha( opacity=80 )h;
}
a:focus img.dance-img{
	opacity: 0.6;
	filter: alpha(opacity=80);
	-ms-filter: galpha( opacity=80 )h;
}

#dance .furi-title{
	margin: 8px 0 0 0;
}
@media screen and (min-width: 768px) {
#dance .clearfix {
	display: none;
	}
}

/* for FAN Section */
@media only screen and (min-width: 768px) {
#tf-fan{
	background: url(../img/06.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color; #000;
	color: #fff;
	}
}
@media screen and (min-width: 641px) and (max-width: 767px) {
#tf-fan{
	color: #ffffff;
	background-color: #000;
	padding:70px 0 40px 0;
	}
}
@media only screen and (max-width: 640px) {
#tf-fan{
	color: #ffffff;
	background-color: #000;
	padding:70px 0 40px 0;
	}
}
@media only screen and (min-width: 768px) {
#tf-fan .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 70px 0;
	}
}

#tf-fan{
	background-color: #000000;
	height: auto;
	vertical-align: center;
}

.space{
	margin: 40px 0 40px 0;
}

a.fans {
	color: #d0d0d0;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
a.fans:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
a.fans:focus {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
#tf-fan i.fa {
	font-size: 40px;
	border: 3px solid #dcdcdc;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin: 20px 0 10px 0;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-fan i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#tf-fan .service:hover>i.fa{
	background: #c0c0c0;
	color: #ffffff;
}
button.btn.tf-btn.btn-default {
	float: right;
	background: #FCAC45;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: none;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}

/* Download */

#tf-download {
	padding: 40px 0 45px 0;
	background-color: #fff;
}
#tf-download .section-title.center{
	padding: 25px 0 15px 0;
}
#tf-download .section-title h2,
.section-title.center h2{
	font-weight: 250;
	color: #555555;
}
#download{
	display: inline;
	margin: 0 auto;
	text-aline: center;
}
#download .item{
	display: inline-block;
	margin: 30px 20px 20px 20px ;
	color: #333333;
	text-align: center;
	vertical-align: top;
}
#download .new {
	font-size: 93%;
	background-color: rgba( 200, 0, 15, 1.00 );
	color: #ffffff;
	padding: 3px 7px 3px 7px;
	margin: 0 10px 0 0;
	font-family: 'Open Sans', sans-serif;
}
img.dl-thumb01 {
	width: 200px;
	height: auto;
}
img.dl-thumb02 {
	width: 266.5px;
	height: auto;
}
#download p{
	margin-top: 20px;
}
#download i.fa {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 2px solid #c0c0c0;
	font-size: 20px;
	margin: 4px 2px 15px 2px;
	padding: 13px 14px;
	border-radius: 50%;
	color: #c0c0c0;
	transition: all 0.5s;
}
#download i.fa:hover{
	background: #dcdcdc;
	border-color: #ffffff;
	color: #ffffff;
}

/* Footer */

@media only screen and (min-width: 768px) {
footer #pagetop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:70px;
	right:30px;
	}
}
@media only screen and (min-width: 768px) {
footer #pagetop a {
	padding: 10px 13px;
	color: #c0c0c0;
	border: 2px solid #c0c0c0;
	border-radius: 50%;
	font-size: 20px;
	margin-top: 50px;
	transition: all 0.5s;
	}
}
@media only screen and (min-width: 768px) {
footer #pagetop a:hover {
	background: #dcdcdc;
	color: #ffffff;
	border: 2px solid #ffffff;
	}
}
@media only screen and (max-width: 767px) {
footer {
	display: none;
	}
}
nav#footer{
	background: #222222;
	color: #dcdcdc;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 100%;
	margin-top: 10px;
}