/*
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:#FFFFFF;
	color:#323232;
	font-weight:300;
	font-size:16px;
	font-family: 'Titillium Web', sans-serif;
	line-height:28px;
}


a:link{
	color:#384bcd;
	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:visited {
	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{
	text-decoration: underline;
	color:#9168cd;
}

a img {
	border: none;
}
/* ==================================================
   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;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

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 {
	margin:0;
}
/* ==================================================
   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%;
	top: 50%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#home-slider .slide-content {
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: -3px;
	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: #FFFFFF;
	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;
	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: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

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

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

header {
	width: 100%;
	z-index: 99;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 60px;
    background:#000000;
	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;
	z-index: 1001;
}

header #logo {
	color: #FFFFFF;
	float: left;
	padding:10px 0 0;
	/*margin-left: 10px;*/
}

header #logo a {
	background: url(../img/logo.png) no-repeat left center;
	width: 200px;
	float:left;
	height: 60px;
	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;
	float:left;
}

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: #FFFFFF;
	font-size: 16px;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
	padding-left:15px;
	background:url(../img/navMark00.gif) no-repeat left center;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #f6da1d;
	padding-left:15px;
	background:url(../img/navMark.gif) no-repeat left center;
}
.backHome {
	padding:0 30px 0 0;
	line-height:3.3em;
	font-size:110%;
}
.backHome a:link,
.backHome a:visited {
	color:#FFFFFF;
}
.backHome a:hover {
	color:#F6DA1D;
}
/* ==================================================
   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 600ms ease-out 0s;	
	   -moz-transition: -moz-transform 600ms ease-out 0s;
		 -o-transition: -o-transform 600ms ease-out 0s;
		    transition: transform 600ms 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-bottom: 1px solid #2F3238;
}
#navigation-mobile li a:link,
#navigation-mobile li a:visited {
	color:#FFFFFF;
	-webkit-transition: all 600ms ease-out 0s;	
	-moz-transition: all 600ms ease-out 0s;
	-o-transition: all 600ms ease-out 0s;
	transition: all 600ms ease-out 0s;
}
#navigation-mobile li a:hover {
	color:#F6DA1D;
	background:#000000;
}
#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
}
.backHome {
	padding:0 20px 0 0;
	line-height:3.5em;
}
.backHome a {
	display:block;
	width:102%;
}
.backHome a:link,
.backHome a:visited {
	font-weight:bold;
	color:#c4e0ff;
	-webkit-transition: all 600ms ease-out 0s;	
	-moz-transition: all 600ms ease-out 0s;
	-o-transition: all 600ms ease-out 0s;
	transition: all 600ms ease-out 0s;
}
.backHome a:hover {
	color:#F6DA1D;
	font-weight:bold;
	background:#000000;
}
/* ==================================================
   Section Page
================================================== */

.page {
	background: #FFFFFF;
	padding: 100px 0;
	position: relative;
	z-index: 99;
	border-bottom:1px dotted #969696;
}

.page-alternate {
	background: #FFFFFF;
	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;
}


/* ==================================================
   Document
================================================== */
.container h2 {
	font-size:190%;
	margin:0 0 30px;
}

.container h3 {
	font-size:120%;
	border-bottom:1px solid #000000;
	margin:0 0 5px 0;
}
.container p {
	width:900px;
	margin:0 auto 20px;
}

.aboutpdfTitle {
	padding:0 0 0 60px;
	background:url(../img/pdflogo.png) no-repeat left center;
}

/*-------------------Index*/

.indexSection {
	padding:0 0 10px;
	border-bottom:1px solid #464646;
}
#index-nav{
	list-style-type:none; 
}
#index-nav li{
	margin:20px 0;
	
}
.indexMark {
	padding:0 23px 0;
	background:url(../img/indexmark.gif) no-repeat left center;
}
.bq {
	text-indent:20px;
}
/*-------------------入稿について*/
.submit {
	text-align:left;
	width:980px;
	margin:0 auto;
}
.submit h1 {
	margin:0 0 20px;
}
.submit h2 {
	font-size:110%;
	border-bottom:1px solid #000000;
	margin:20px 0 5px;
	padding:0 0 5px;
}
.submit h3 {
	font-size:110%;
	border-left:6px solid #FF0000;
	text-indent:10px;
	margin:15px 0;
}
.applications {
	width:240px;
	float:left;
	margin:5px 10px 20px;
}


.applications dt {
	font-weight:bold;
	padding:0 0 5px;
	margin:0 0 5px;
	border-bottom:1px dotted #464646;
}
.applications dd {
	font-weight:bold;
}
.applications dd img {
	margin:0 5px 0 0;
	vertical-align:middle;
}
.aboutpdf {
	margin:10px 0 0;
}
.aboutpdf a:link img,
.aboutpdf a:visited img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	opacity:1.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;
}
.aboutpdf a:hover img{
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity:0.8;
    opacity:0.8;
}
.aboutpdf h4{
	font-weight:bold;
	margin:0 0 10px;
}
.reccomendpdf {
	float:left;
	margin:0 15px;
	line-height:1.5em;
}
.aboutpdfSent {
	width:95%;
}
.blockind {
	width:890px;
	margin:0 10px 5px;
}










/*----------------------PDF入稿について*/
.aboutpdfBlock dl {
	margin:0 0 40px;
}
.aboutpdfBlock dt {
	font-size:120%;
	margin:20px 0;
}

.aboutpdfBlock dd {
	line-height:1.7em;
	padding:0 10px;
	border-left:3px solid #e96e00;
}
.question {
	font-weight:bold;
	color:#6f3300;
	display:block;
	margin:0 0 10px;
}
.answer {
	color:#091eaf;
	font-weight:bold;
}
.pdfOnefile {
	float:right;
	margin:0 0 0 10px;
}

/*----------------------------設定方法*/

dl.setup {
	margin:15px auto;
	/*width:900px;*/
	width:95%;
}

dl.setup dt{
	background:#dcdcdc;
	padding:5px 10px;
	margin:0 0 10px;
	
}
dl.setup dd{
	margin:0 0 20px;
	padding:10px;
	clear:both;
}
dl.setup dd img {
	float:left;
	margin:0 10px 0 0;
	clear:both;
	vertical-align:top;
}
.creatingMenu {
	list-style-type:none:
	margin:5px;
	text-align:right;
}
h4#setupAi {
	font-size:120%;
	margin:10px 20px;
	padding:20px 0 20px 65px;
	background:url(../../../images/icon_ai.gif) no-repeat left center;
}
h4#setupIndd {
	font-size:120%;
	margin:10px 20px;
	padding:20px 0 20px 65px;
	background:url(../../../images/icon_indd.gif) no-repeat left center;
}
.creatingMenu li{
	display:inline;
	padding:5px;
}
.creatingMenu li a:link,
.creatingMenu li a:visited{
	filter:alpha(opacity=100);
     -moz-opacity:1.0;
     -khtml-opacity: 1.0;
     opacity:1.0;
}
.creatingMenu li a:hover{
	filter:alpha(opacity=70);
     -moz-opacity:0.7;
     -khtml-opacity: 0.7;
     opacity:0.7;
}
.preAppli {
	float:left;
	margin:5px;
}
.presetDownload ul {
	list-style-type:none;
	text-align:right;
	margin:5px 10px;
	/*width:32%;*/
	width:25%;
	float:left;
}
.presetDownload li,
.presetDownload li img {
	margin:5px 10px;
	clear:both;
}

.presetDownload li a:link,
.presetDownload li a:visited{
	filter:alpha(opacity=100);
     -moz-opacity:1.0;
     -khtml-opacity: 1.0;
     opacity:1.0;
}
.presetDownload li a:hover{
	filter:alpha(opacity=70);
     -moz-opacity:0.7;
     -khtml-opacity: 0.7;
     opacity:0.7;
}
.flightcheckerDl a {
	display:block;
	font-size:105%;
	margin:0 0 10px 0;
}
.flightcheckerDl a:link{
	color:#332df6;
}
.flightcheckerDl a:visited{
	color:#8a2df6;
}
.flightcheckerDl a:hover{
	color:#f6271b;
	text-decoration:underline;
}
/*---------------------------------ダウンロード*/
.thumb img{
	float:left;
	margin:0 15px 0 0;
	vertical-align:middle;
}
.thumb a{
	margin:20px 0 0;
	clear:both;
}
.thumb dd{
	margin:0 0 30px 0;
}
/* ==================================================
   Footer
================================================== */

footer {
	position: fixed;
	width: 100%;
	height: auto;
	background: #26292E;
	text-align: center;
	z-index: 99;
	bottom:0;
}
#footer {
		/*width:982px;*/
		color:#FFFFFF;
		background:url(../../../images/footerColorBar.gif) repeat-x left bottom;
		background-color: #000;
}
#footer a:link,
#footer a:visited,{
	opacity: 1;
}
#footer a:hover {
	opacity: 0.7;
}
#footWrapp {
		width:100;
		height:58px;
		margin:0 auto;
		z-index:10;
}
#topOfPage {
	display:none;
}

address {
	text-align:right;
	position:relative;
	top:65px;
	right:-30px;
	color:#969696;
	font-style:normal;
	font-size:75%;
}
.groupCompany {
	width:70%;
	height:58px;
	float:left;
	text-align:left;
	overflow:hidden;
	margin:0 0 0 20px;
	}
.btnFacebook {
	width:20%;
	float:right;
	text-align:right;
	margin:0 20px;
	}

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

#pagetop a {
	position:fixed;
	bottom:60px;
	right:18px;
}


/* ==================================================
   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: #FFFFFF;	

	-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 */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
/* ==================================================
   Tools
================================================== */

.checkpoint {
	font-weight:bold;
	color:#af5421;
}
.clear {
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.overPicture img {
	width:100%;
	overflow:hidden;
}