/*
Theme Name: Brushed 
Theme URI: http://www.themes.alessioatzeni.com/html/brushed/
Author: Alessio Atzeni
Author URI: http://www.alessioatzeni.com
Description: Personal Website and Portfolio of Alessio Atzeni
Version: 1.0
*/


/* ==================================================
   Basic Styles
================================================== */
html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background:#2F3238;
	color:#eaeaea;
	font-weight:bold;
	font-size:16px;
	line-height:28px;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

.cleardiv{
clear:both;
}
/*a{
	color:#DE5E60;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#eaeaea;
	text-decoration:none;
}*/

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

.img100 {
	width: 100%;	
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text {
    color: #DE5E60;
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0px;
	color: #eaeaea;
	font-weight: 300;
	/*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
	line-height: 1.5em;
}

h1,
h2,
h3{
	font-size: 18px;
	font-weight: bold; 
}

h4{
	font-size: 30px;
	font-weight: bold; 
	margin-bottom: 30px;
}

/*h2{
	font-size:36px;
}

h3{
	font-size:24px;
}*/

/*h4{
	font-size:20px;
}*/

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {
	color: #eaeaea;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}

/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #26292E;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 0;
}

#home-slider .slider-text {
	position: absolute;
	left: 50%;
	bottom: 0%;
	margin: 0 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 1;
	text-align: center;
	text-shadow: none;	
}

#home-slider .slide-content {
	font-size: 6vw;
	color: #eaeaea;
	letter-spacing: -3px;
	text-shadow: black 3px 3px 2px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
	opacity:0.6;
/*	text-transform: uppercase;*/
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #2F3238;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#DE5E60;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #eaeaea;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0 0 0 25px;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#DE5E60;
}

#home-slider #nextsection {
	background-color: #26292E;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#DE5E60;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #eaeaea;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
	background:#2F3238;
}

header .sticky-nav {
	position: relative;
	/*width: 100%;*/
	height: 50px;
	background: #6E7074;
	z-index: 1001;
	
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	/*left: 0;*/
	width: 100%;
	z-index: 1001;
}

header #logo {
	color: #eaeaea;
	float: left;
	padding: 10px 0 0 0;
	margin-left: 20px;
}

header #logo a {
	/*background: url(../img/logo.png) no-repeat;*/
	/*width: 96px;*/
	height: auto;
	/*text-indent: -9999px;*/
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

nav#menu {
	float: right;
	margin-right: 20px;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 50px;	
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #eaeaea;
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #DE5E60;
}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background:url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #26292E;	
	border-bottom: 1px solid #2F3238;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #2F3238;
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
}


/* ==================================================
   Section Page
================================================== */

.page {
	background: #2F3238;
	padding: 80px 50px 100px 50px;
	position: relative;
	z-index: 99;
}

.pagems {
	background: #2F3238;
	padding: 80px 50px 50px 50px;
	position: relative;
	z-index: 99;
}

.gallery {
	background: #2F3238;
	padding: 0px 50px 100px 50px;
	position: relative;
	z-index: 99;
}

.page-alternate {
	background: #26292E;
	padding: 100px 0;
	position: relative;
	z-index: 99;
}

.title-page {
	text-align: center;
	margin-bottom: 100px;	
}

.title-page .title {
	font-size: 48px;
	margin: 0 0 10px 0
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}

/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #eaeaea;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {
	color: #eaeaea;
}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #DE5E60;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #eaeaea;
	font-size: 32px;
	line-height: 1em;
	
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ==================================================
   About Section
================================================== */

.profile-name {
	margin-bottom: 15px;	
}

.profile-description {
	margin-bottom: 25px;	
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
}

.image-wrap img {
	width: 100%;	
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #DE5E60;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #eaeaea;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;	
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #eaeaea;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: opacity 0.1s linear 0s;	
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color: #eaeaea;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;	
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #26292E;
    color: #eaeaea;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #3C3F45;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #DE5E60;
    color: #eaeaea;
}

#response {
	margin-top: 20px;
	color: #eaeaea;
}


/* ==================================================
   Twitter Feed
================================================== */

#twitter-feed {
	padding: 100px 0 90px;
	text-align: center;	
}

#twitter-feed .follow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -8px;
	font-size: 16px;	
}

#ticker .tweet_list {
	margin: 0;
	padding: 0;
	height: 64px;
	list-style: none;
	overflow-y: hidden;	
}

#ticker .tweet_list li {
	font-size: 18px;
	height: 64px;
	line-height: 28px;
	overflow: hidden;
}

#ticker .tweet_list .tweet_time a {
	color: #7f8289;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;	
}

#ticker .tweet_list .tweet_time a:hover {
	color: #eaeaea;	
}


/* ==================================================
   Social Area
================================================== */

#social-area {
    text-align: center;
}

#social-area #social ul {
	margin: 0;
	padding: 0;
}

#social-area #social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#social-area #social ul li:first-child {
	margin-left: 0;
}

#social ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #26292E;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: #55606a;
	font-size: 32px;
	line-height: 70px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #DE5E60;	
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #eaeaea;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	/*width: 100%;*/
	height: auto;
	background: #26292E;
	text-align: center;
	z-index: 99;
}

footer .credits {
	color: #eaeaea;
	font-size: 12px;
	margin-bottom: 0;
	padding: 20px 0;
	/*text-transform: uppercase;	*/
}

footer .credits a{
	color: #eaeaea;
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #3C3F45;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color:#DE5E60;
}

#back-to-top i {
	font-size: 16px;
	color: #eaeaea;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}


/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #2F3238;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 24px;
	color: #eaeaea;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #DE5E60;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}


/* ==================================================
   Isotope Filtering
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */


.fr_banner{
background:#2F3238;
padding:100px 50px 0px 50px;
width:100%;
}

.fr_banner_s{
width:75%;
max-width:500px;
display:block;
margin:auto;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
.oreore {
	margin-top: 20px;
	margin-left: 20px;
	text-shadow: black 3px 3px 2px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
}

.page_title{
	margin-top: 20px;
	text-align: center;
	font-size: 30px;
	font-weight:bold;
}

.icon2{
	margin-right: 20px;
}

img.img_pc{display: block !important;
}

img.img_sp{display: none !important;
}

#message_contents {
position:relative;
background-color:#eaeaea;
height:50vw;
}

#message_article .fb_box {
position: absolute;
top: 3%;
left: 3%;
line-height:0px;
}

#message_contents img {
width: 100%;
}

#message_column {
width: 47%;
height: 70%;
position: absolute;
bottom: 3%;
right: 3%;
color:#2F3238;
background-color:#FFF;
}

#osusume_column {
width: 94%;
height: 70%;
position: absolute;
bottom: 3%;
right: 3%;
color:#2F3238;
background-color:#FFF;
}




#message_column .message-comment01 {
font-size: 16px;
height: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 15px;
line-height: 16px;
}

#message_column .notice {
color:#FF0000;
}

#message_column .swiper-container-10{
width: 100%;
height: 100%;
}

.swiper-container-10 dd {
margin-bottom: 1em;
padding-left: 1em;
}

#osusume {
position: absolute;
top: 3%;
right: 3%;
width: 47%;
height: 18%;
}

.message-mo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    border: none;
background-color:#eaeaea;
}

.swiper-container-12 {
width: 100%;
height: 100%;
z-index: 3;
background:#FFF;
}

.swiper-container-13 {
width: 100%;
height: 100%;
z-index: 2;
background:#FFF;
position:absolute;
top:0px;
}

.swiper-container-13 dl{
font-size:20px;
}

.swiper-container-13 dt{
margin-top:4vw;
}

.swiper-container-13 dd{
margin-left:4vw;
}

#osusume_column .message-comment02 {
font-size: 16px;
height: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 2%;
line-height: 16px;
}

#osusume_bnsp{
height:12vw;
padding-top:1.5%;
width:100%;
position:absolute;
top:-13.5vw;
}

#osusume_bnsp #banner01_btn{
height:100%;
width:auto;
float:left;
}

#osusume_bnsp #banner02_btn{
height:100%;
width:auto;
float:right;
}

.message-mo #zibunyou_btn{
display:none;
}

.osusume-slide2{
position:absolute;
top:3%;
right:2%;
font-size:3vw;
color:red;
z-index:9;
}

#osusume_column .rec_out{
margin-top:3vw;
border:dashed 0.1vw #2F3238;
padding:2%;
}

#osusume_column .rec_img{
width:30%;
margin-right:2%;
float:left;
}

#osusume_column .rec_txt{
width:68%;
float:right;
}

#osusume_column .rec_txt h5{
color:red;
font-weight:bold;
font-size: 16px;
}

#osusume_column .rec_txt p{
margin:0px;
}

[data-block="out"] {
    z-index: 10;
}

.gallery_column {
width: 100%;
height: 45vw;
color:#2F3238;
background-color:#FFF;
overflow:hidden;
}

.gallery_column.is-hide {
  height: 0px;
}

.gallery_column .gallery-comment01 {
font-size: 16px;
height: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 15px;
line-height: 16px;
}

.gallery_column .swiper-container-14{
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}

.gallery_column .swiper-container-14 img{
height: 100%;
}

.gallery_column .swiper-container-14 .swiper-slide{
margin-top:2vh;
margin-bottom:2vh;
text-align: center;
background: #fff;
height: 22vh;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

#profile_article h5 {
position: absolute;
top: 3%;
left: 3%;
font-size: 4vw;
font-weight: bold;
color: #FF0000;
text-shadow: white 1px 0px, white 0px 1px, white -1px 0px, white 0px -1px;
z-index:10;
}

#profile_article .swiper-container-4 {
width: 100%;
}

.swiper-container-4 .img_maincolumn img {
width: 100%;
}

#profile_article .swiper-container-5 {
background-color: rgba(255, 255, 255, 0.8);
color: #2F3238;
width: 40%;
height: 35%;
position: absolute;
bottom: 3%;
left: 2%;
}

#profile_article .profile-comment01 {
font-size: 16px;
height: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 15px;
line-height: 16px;
}

#profile_article .nogod_youtube {
width: 40%;
position: absolute;
bottom: 3%;
right: 2%;
padding-bottom: 23.35%;
}

#profile_article .swiper-container-6 {
background-color: rgba(255, 255, 255, 0.8);
color: #2F3238;
width: 60%;
height: 25%;
position: absolute;
bottom: 3%;
right: 2%;
}

#profile_article .swiper-container-7 {
background-color: rgba(240, 240, 240, 0.8);
color: #2F3238;
width: 95.4%;
height: 24%;
position: absolute;
bottom: 3%;
left: 2.3%;
}

#profile_comment {
width: 50%;
height: 83%;
position: absolute;
top: 12.5%;
right: 3%;
}

#profile_article .swiper-container-8 {
background-color: rgba(240, 240, 240, 0.8);
color: #2F3238;
width: 100%;
height: 100%;
}

#profile_article .swiper-container-8 .profile-comment01 {
padding: 10px;
}

#profile_article .swiper-container-9 {
background-color: rgba(255, 255, 255, 0.8);
color: #2F3238;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
right: 0px;
padding:7vw 5vw 30px 5vw;
}

#profile_article .swiper-container-9 p:before{
content: "◆ ";
}

#profile_article .swiper-container-9 p{
margin-bottom:5vw;
font-size: 3vw;
}

#profile_article h6 {
background-color: #2F3238;
width: 50%;
height: 8%;
font-size: 3vw;
text-align: center;
position: absolute;
top: 4.5%;
right: 3%;
line-height:2;
}

#profile_article h6 span {
font-size: 1.5vw;
}

#profile_article a {
color:#2F3238;
text-decoration:underline;
word-break: word-wrap;
}
#profile_article a:hover {
color:#DE5E60;
word-break: word-wrap;
}

.swiper-container-8 dt:before {
content: "・";
}

.swiper-container-8 dl {
margin-bottom: 0px;
}

.swiper-container-8 dd {
margin-bottom: 1em;
padding-left: 1em;
}

.swiper-container-8 dd.last {
margin-bottom: 0em;
}

#sponsors_article .swiper-container-1 {
width:100%;
}
.swiper-container-1 .swiper-slide img {
width:100%;	
}
#sponsors_article .swiper-container-2 {
background-color: rgba(255,255,255,1);
color:#2F3238;
width:30%;
height:50%;
position: absolute;
bottom: 3%;
left: 2%;
}
#sponsors_article .swiper-container-3{
width: 100%;
height: 100%;
}
#sponsors_article .sponsors-comment01 {
font-size: 14px;
height: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 30px;
line-height:16px;
}
#sponsors_article .sponsors-comment01 h5 {
color:#2F3238;
font-weight:bold;
margin-bottom:10px;
border-bottom: dotted 5px;
}
#sponsors_article .sponsors-comment01 p {
margin:10px 0 0 0;
}
#sponsors_article .sponsors-comment01 a {
color:#2F3238;
text-decoration:underline;
}
#sponsors_article .sponsors-comment01 a:hover {
color:#DE5E60;
}

#record_table {
	width: 100%;
}

#record_article table,
#record_article td {
	border: solid 1px #6E7074;
	border-spacing: 5px 5px;
	padding:10px;
}
.record_nowrap,
.record_nowrap_start,
.record_nowrap_second{
	width: 1px;
	white-space:nowrap;
}

#record_table ul{
	margin-left:20px;
}



#Contact_article dl,
#Contact_article dt,
#Contact_article dd,
#Contact_article form,
#Contact_article input,
#Contact_article textarea,
#Contact_article p{
	margin : 0;
	padding : 0;
}







@media only screen and (max-width: 900px) {
  #profile_article h6 span span{
	display:none;
  }
}

@media only screen and (max-width: 660px) {
img.img_pc{display: none !important;
}

img.img_sp{display: block !important;
}

#home-slider .slide-content {
font-size: 22px;
font-weight:bold;
letter-spacing: 0px;
}


.fr_banner{
padding:40px 10px 0px 10px;
}
.fr_banner_s{
width:75%;
max-width:initial;
display:block;
margin:auto;
}

#message_contents {
background-color:transparent;
height:630px;
}

.message-mo{
background-color:#2F3238;
}

#message_article .fb_box {
position: relative;
left: 0px;
right: 0px;
top:0%;
text-align:center;
}

#osusume {
width:100%;
position: relative;
margin-top:20px;
top:0%;
bottom: 0px;
left: 0px;
height:auto;
height:initial;
text-align:center;
}

#osusume_column {
width: 100%;
right: auto;
right: initial;
}

#osusume_bnsp{
top:-85px;
}

#osusume_column .rec_img{
width:100%;
float:none;
text-align:center;
}

#osusume_column .rec_img img{
max-width:none;
max-height:none;
width:50%;
}

#osusume_column .rec_txt{
width:100%;
float:none;
}

.message-mo #zibunyou_btn{
width:100%;
display:inline;
max-width:1100px;
}

.osusume-slide2{
position:absolute;
top:3%;
right:2%;
font-size:8vw;
}

#message_column {
width:100%;
height:200px;
position: relative;
margin-top:20px;
bottom: 0px;
left: 0px;
}

#message_contents img{
max-width:403px;
max-height:90px;
}

#profile_article .profile-commentdown {
width:100%;
height:150px;
position: relative;
}

#profile_article .profile-commentdown .swiper-container{
background-color: rgba(255, 255, 255, 1);
bottom: 0px;
left: 0px;
width:100%;
height:100%;
}

#profile_article h6 {
background-color: #d9534f;
width: 100%;
height: 5vw;
line-height: 6vw;
font-size: 3.5vw;
top: -5vw;
right: 0px;
}

#profile_article h6 span{
font-size: 2vw;
}

#profile_article h6 span span{
display:initial;
}

#profile_comment {
top: 0px;
right: 0px;
width: 100%;
height: 100%;
}

#profile_article .swiper-container-8 .profile-comment01 {
padding: 15px;
}

#profile_article .nogod_youtube {
bottom: 160px;
right: 2%;
}

#profile_article .swiper-container-9 {
padding:0;
}

#sponsors_article .swiper-container-2 {
width:100%;
height:150px;
position: static;
bottom: 0%;
left: 0%;
}

.swiper-pagination-1{
	bottom:160px !important;
}

.swiper-button-prev-1,
.swiper-button-next-1,
.swiper-button-prev-4,
.swiper-button-next-4{
	top:40% !important;
	background-size:13px 22px !important;
}

.page {
	padding: 20px 10px;
}

.gallery {
	padding: 0px 10px 20px 10px;
}

}


