/*-------------------------------------------------------------------------------------------------------------------------------*/
/* RESET.CSS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html{
	overflow-x: hidden;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	overflow-x: hidden;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PRELOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
	display: none;
}
#jpreOverlay, #qLoverlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
#jpreLoader, #qLloader {
	width: 300px;
	height: 100px;
	position: fixed;
	top: 45%;
	left: calc(50% - 150px);
	margin-left: 0px;
	margin-top: -300px;
}
#jpreBar, #qLbar {
	width: 300px;
	height: 0;
	position: absolute;
	bottom: 0;
	background: url('../images/loading-logo.png') 100px 100% no-repeat;
}
#jprePercentage, #qLpercentage {
	color: #aaa;
	text-align: center;
	position: absolute;
	height: 30px;
	width: 300px;
	margin-top: 120px;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
	line-height: 125%;
	color: #000000;
}

h4, h5, h6{
	font-family: 'Roboto', sans-serif;
	line-height: 125%;
	color: #000;
}

h1.light, h2.light, h3.light{
	color: #fff;
}

h1 {
	font-weight: 600;
	font-size: 48px;

}

h2 {
	font-weight: 600;
	font-size: 32px;
}

h3 {
	font-weight: 400;
	font-size: 24px;
}

h4 {
	font-weight: 300;
	font-size: 22px;
}

h5 {
	font-weight: 300;
	font-size: 20px;
}

h6 {
	font-weight: 300;
	font-size: 18px;
}

b, strong {
	font-weight: 900;
}


body, p, a {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 150%;
	color: #757575;
	font-weight: 300;
}


p {
	padding-bottom: 20px;
}

a {
	text-decoration: none;
}

.thin {
	font-weight: 100 !important;
}

.thick {
	font-weight: 700 !important;
}

.white{
	color: #fff;
}

.highlight{
	color: #fe6700;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* COMMON ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.page-header{
	background: #000;
}

.page-header h1{
	color: #fff;
	font-size:74px;
	display:block;
	padding-right: 40px;
	position: relative;
}
.page-header h4{
	color: #fff;
	font-size:24px;
	font-weight:bold;
}
.page-header h1:after{
	display:block;
	width:3px;
	height: 60px;
	position: absolute;
	right:10px;
	top:20px;
	background: #fff;
	content:'';
}

.page-content, .page-content p{
	color: #000;
	font-weight: normal;
}

.page-heading{
	padding-bottom:80px;
	display:block;
	position:relative;
}
.page-heading h1{
	font-weight: normal;
}
.page-heading.white h1{
	color: #fff;
}
.page-heading h1 span {
	font-weight: bold;
}

.page-heading:after{
	position: absolute;
	display:block;
	width:50px;
	height: 2px;
	left: calc(50% - 25px);
	bottom: 40px;
	content: '';
	background: #fe6700;
}
.page-heading.white:after{
	background: #fe6700;
}

.bringup{
	z-index:99;
}

.italic {
	font-style: italic;
}

.container{
	z-index: 22;
}

/* -------------- overlaps --------------------------------------*/
.overlap, .overlap-white, .overlap-services {
	position: relative;
}

.overlap:before, .overlap-white:before, .overlap-services:before {
	position: absolute;
	top:0;
	left:-100px;
	width: 150%;
	height: 120px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
	content: '';
	display:block;
	z-index:0;
}
.overlap:before{
	background: #000;
}
.overlap-white:before{
	background: #fff;
}
.overlap-services:before {
	background: #000 url(../images/bg_works.jpg) left top repeat;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.right {
	float: right;
	clear: both;
}
.left {
	float: left;
	clear: both;
}

.clearfix {
  display: block;
  clear: both;
  content: "";
}

body {
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}
iframe {
	border: 0;
}

section {
	position: relative;
}

.fadeIn {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

:root .fadeIn {
	opacity: 1\0/;
}

/*---------------------------------------------------------------*/
/* BUTTONS */
/*---------------------------------------------------------------*/
.button{
	margin: 0 auto;
	text-align:center;
	padding:15px 35px;
	font-weight:normal;
	font-size:16px;
	color: #000;
	border:2px solid;
	text-transform: uppercase;
	position:relative;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	background: transparent;
}

.button.dark{
	color: #fff;
	border:1px solid;
}

.button:before{
	position:absolute;
	display:block;
	height:20px;
	width:2px;
	left:-2px;
	top: calc(50% - 10px);
	content: '';
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background: #fe6700;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.button.dark:before{
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	width:1px;
	left:-1px;
}

.button:hover {
	border:2px solid #fe6700;
}

.button:hover:before, 
.button:hover:after{
	background: #000; 
}

.button.dark:hover:before, 
.button.dark:hover:after {
	border:1px solid #fe6700;
	background: #fff; 
}

.button:after{
	position:absolute;
	display:block;
	height:20px;
	width:2px;
	right:-2px;
	top: calc(50% - 10px);
	content: '';
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background: #fe6700; 
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.button.dark:after{
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	width:1px;
	right:-1px;
}

.button span {
	font-weight: bold;
}

.btn_s {
	font-family: 'Droid Sans', sans-serif;
	letter-spacing: 0px;
	display: inline-block;
	margin: 10px 0;
	font-size: 90%;
	padding: 3px 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #ddd;
	text-decoration: none;
	color: #fff;
	transition: all 0.2s ease-out;
}

.btn_s i {
	font-weight: normal;
}

.btn_s:hover {
	background: #999;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SPACING CLASSES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.margin-left-10 { margin-left: 10px !important; }
.margin-left-20 { margin-left: 20px !important; }
.margin-left-30 { margin-left: 30px !important; }
.margin-left-40 { margin-left: 40px !important; }
.margin-left-50 { margin-left: 50px !important; }

.margin-right-10 { margin-right: 10px !important; }
.margin-right-20 { margin-right: 20px !important; }
.margin-right-30 { margin-right: 30px !important; }
.margin-right-40 { margin-right: 30px !important; }
.margin-right-50 { margin-right: 50px !important; }

.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 {	margin-bottom: 30px; }
.margin-bottom-50 { margin-bottom: 50px; }
.margin-bottom-100 { margin-bottom: 100px; }

.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-100 { margin-top: 100px; }

.padding-10 { padding: 10px; }
.padding-15 { padding: 15px; }
.padding-20 { padding: 20px; }
.padding-30 { padding: 30px; }
.padding-50 {padding: 50px; }

.padding-top-5 { padding-top: 5px; }
.padding-top-10 { padding-top: 10px; }
.padding-top-15 { padding-top: 15px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-30 { padding-top: 30px; }
.padding-top-40 { padding-top: 40px; }
.padding-top-50 { padding-top: 50px; }
.padding-top-60 { padding-top: 60px; }
.padding-top-70 { padding-top: 70px; }
.padding-top-80 { padding-top: 80px; }
.padding-top-90 { padding-top: 90px; }
.padding-top-100 { padding-top: 100px; }
.padding-top-110 { padding-top: 110px; }
.padding-top-120 { padding-top: 120px; }
.padding-top-130 { padding-top: 130px; }
.padding-top-140 { padding-top: 140px; }
.padding-top-150 { padding-top: 150px; }
.padding-top-160 { padding-top: 160px; }
.padding-top-170 { padding-top: 170px; }
.padding-top-180 { padding-top: 180px; }
.padding-top-190 { padding-top: 190px; }
.padding-top-200 { padding-top: 200px; }

.padding-bottom-5 { padding-bottom: 5px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-bottom-15 { padding-bottom: 15px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-bottom-30 { padding-bottom: 30px; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-bottom-50 { padding-bottom: 50px; }
.padding-bottom-60 { padding-bottom: 60px; }
.padding-bottom-70 { padding-bottom: 70px; }
.padding-bottom-80 { padding-bottom: 80px; }
.padding-bottom-90 { padding-bottom: 90px; }
.padding-bottom-100 { padding-bottom: 100px; }
.padding-bottom-110 { padding-bottom: 110px; }
.padding-bottom-120 { padding-bottom: 120px; }
.padding-bottom-130 { padding-bottom: 130px; }
.padding-bottom-140 { padding-bottom: 140px; }
.padding-bottom-150 { padding-bottom: 150px; }
.padding-bottom-160 { padding-bottom: 160px; }
.padding-bottom-170 { padding-bottom: 170px; }
.padding-bottom-180 { padding-bottom: 180px; }
.padding-bottom-190 { padding-bottom: 190px; }
.padding-bottom-200 { padding-bottom: 200px; }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Header */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.header {
	background: #000;
	height: 800px;
	width: 100%;
	position: relative;
	z-index: -1;
}

	#canvas {
		position: absolute;
		z-index: -1;
		left:0;
		top:0;
		width: 100%;
		height: 800px;
	}
	#mainlogo {
		position: absolute;
		left: 0;
		top: 200px;
		width: 100%;
	}
	#mainlogo-img {
		-moz-opacity: 0;
		-webkit-opacity: 0;
		opacity: 0;
	}
	.mainlogo-l {
		display: block;
	}
	.mainlogo-s {
		display: none;
	}


/*---------------------------------------------------------------*/
/* CONCEPT */
/*---------------------------------------------------------------*/
.chart {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 180px;
	text-align: center;
	background: transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.chart h2 {
	display: inline-block;
	line-height: 220px;
	z-index: 2;
	color:;
	font-weight: bold;
	font-size: 30px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.chart h2 span {
	color: #fe6700;
}

.progress-bar p {
	margin-top: 32px;
	text-align: left;
	font-family: sans-serif;
}


/*---------------------------------------------------------------*/
/* SERVICES */
/*---------------------------------------------------------------*/
#service {
	background: #000 url(../images/bg_works.jpg) left top repeat;
}
.service {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

.service i{
	display:block;
	padding-bottom:15px;
	font-size:30px;
	color: #fe6700;
}
.icon-dark i{
	color: #000;
}
.service p{
	font-weight:400;
	color: #ddd;
}
.service h3 {
	font-size: 26px;
	font-weight: bold;
	padding-bottom:12px;
}
.service span a{
	font-size: 13px;
	color: #000;
	font-weight:600;
	position: relative;
}

.service span a:after{
	position: absolute;
	top:0;
	color: #000;
	right: -12px;
	font-family: 'FontAwesome';
	content: "\f0da";
	top:0;
}

#info{
	background: #000;
}

/*---------------------------------------------------------------*/
/* WORKS */
/*---------------------------------------------------------------*/
.works-picture {
	display:block;
	width:100%;
	height: 270px;
	position:relative;
	background: no-repeat;
	background-position: 50% 50%;
	background-size: cover !important;
	margin-bottom: 20px;
	transition: all .18s linear;
}

.works-picture:hover {
	-moz-opacity: .9;
	-webkit-opacity: .9;
	opacity: .9;
	cursor: pointer;
}

.works-picture:after{
	display:block;
	content:'';
	position: absolute;
	background: #fe6700;
	width:deg100%;
	height: 4px;
	bottom:0;
	left:0;
}

.works-category {
	background: #fe6700;
	text-align:center;
	position: absolute;
	top: -30px;
	left: -20px;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.works-category span {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height: 80px;
	font-weight:bold;
	display:block;
	transform: rotate(-12deg);
}

.works-content h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
}

p.client {
	font-size: .8em;
	padding:4px 0 8px;
}

/*---------------------------------------------------------------*/
/* ABOUT US */
/*---------------------------------------------------------------*/
#about {
	background: #000;
}

dl#info {
	border-bottom: 1px solid #333;
}

#info dt, #info dd {
	color: #fff;
	border-top: 1px solid #333;
	padding: 20px 8px;
}

#info dt {
	clear:both;
	width: 25%;
	float:left;
}
#info dd {
	width: 75%;
	float:left;
}
	#info dd dl {
		list-style-position: inside;
		list-style-type: decimal;
	}
	#info dd dl dt {
		width: 100%;
		float: none;
		display: block;
		border: none;
		padding: 5px 0;
	}
	#info dd dl dt:first-child {
		padding-top: 0px;
	}
	#info dd dl dd {
		padding: 2px 0 2px 30px;
		border: none;
		display: block;
		list-style-position: inside;
		list-style-type: disc;
	}
	#info dd dl dd:before{
		display: block;
		float: left;
		margin-left: -1.2em;
		width: 1.2em;
		content:"・"
	}

/*---------------------------------------------------------------*/
/* Google Map */
/*---------------------------------------------------------------*/
#map {
	background: #000;
	height: 500px;
}

#gmap {
	width: 100%;
	height: 500px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Contact */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#contact h1 {
	color: #000;
}

.form-control {
	width: 100%;
}

.form-control {
	display: block;
	width: 100%;
	height: 70px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	background-color: transparent;
	border:none;
	border-bottom: 1px solid #999;
}
.form-control:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}


::-webkit-input-placeholder {
   color: #999;  
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}

.form-group textarea{
	height:200px;
	border:1px solid #999;
	margin-top:40px;
}

.success {
	background: #F8FCF2;
	border: 1px solid #D1E2B0;
	color: #4E7B25;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.error {
	background: #FCF2F2;
	border: 1px solid #D8A1A1;
	color: #D02828;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#footer{
	background: #000;
}

#footer p.copyright {
	font-size: 12px;
	color: #999;
}