@charset "utf-8";
/*
 Knight Bootstrap theme by BootstrapTaste.com
 Theme URI: http://bootstraptaste.com/knight-free-bootstrap-theme/
 Author: BootstrapTaste
 Author URI: http://bootstraptaste.com
 */
 
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
}
h2{
	font-size:34px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}
h3{
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h6{
	font-size:16px;
	color:#888888;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:24px;
	margin:0;
}
/*loading*/
.loading{
	position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 100000;
}
/*pc sp only*/

@media all and (min-width: 768px) {
  .nonePC {
    display: none !important;
  }
}
@media all and (max-width:767px) {
  .noneSP {
    display: none !important;
  }
}

/* Header Styles
---------------------------------*/

.header {
    text-align: center;
	/*background-color: #1d2b55;*/

  /*background-color: #31102F;*/ /*#280B29*/
	background: radial-gradient(ellipse at center, rgba(71, 97, 170,1) 0%, rgba(0,16,40,1) 100%);
    /*background: url(../img/pw_maze_black_2X.png) left top repeat;*/
    /* padding: 280px 0; */
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
    overflow: hidden;
    padding:0 !important;
}
.logo{
	display: flex;
	align-items: center;
}
.logo a img{
	width:130px;
	margin:0 auto 35px;
}
.header h1{
	font-family: 'Montserrat',sans-serif;
	font-size:50px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
	color:#fff;
}
#stars {
	display: block;
	position: absolute;
	width: 100%;
	/*height: 16rem;*/
	height: 100vh;
	z-index: 1;
}
.header .container {
    /*background-color: rgba(255,255,255,0.8);*/
    z-index: 2;
    position: relative;
    height: 70vh;
    width: 80vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 2em;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.8);*/
    top: -3vh;
}



.square{
  width: 450px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;

  background-image: 
    linear-gradient(00deg, white, white),
    linear-gradient(00deg, white, white),
    linear-gradient(00deg, white, white),
    linear-gradient(00deg, white, white);

  background-repeat: no-repeat;

  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: left bottom, left top, right top, right bottom;

  animation: square_anim 2s linear forwards;
}

@keyframes square_anim{
  00%{
    background-size: 
      1px 0, 0 1px,
      1px 0, 0 1px; 
  }
  25%{
    background-size: 
      1px 100%, 0 1px,
      1px 0, 0 1px;
  }
  50%{
    background-size: 
      1px 100%, 100% 1px,
      1px 0, 0 1px;
  }
  75%{
    background-size: 
      1px 100%, 100% 1px,
      1px 100%, 0 1px;
  }
  100%{
    background-size: 
      1px 100%, 100% 1px,
      1px 100%, 100% 1px;
  }
}

.mainttl{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.mainttl span{
	flex-shrink: 0;
}
.mainttl span img{
	height: inherit;
}
.ttl01 span img{
	height: 33px;
}
.ttl02{
	margin-top: 45px;
	margin-bottom: 60px;
}
.ttl02 span img{
	height: 122px;
}
.ttl03 span img{
	height: 26px;
}

/*span.ttl01__1{
	height: 25.5px;
}

span.ttl01__2{
	height: 25px;
}

span.ttl01__3{
	height: 33px;
}

span.ttl02__1{
	height: 122px;
}

span.ttl02__2{
	height: 122px;
}

span.ttl02__3{
	height: 38px;
}

span.ttl03__1{
	height: 23.5px;
}

span.ttl03__2{
	height: 18px;
}
*/

.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding:15px 35px;
	background:#7cc576;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#7cc576 !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #7cc576;
	text-decoration:none;
	color:#fff !important;
}
@keyframes scrollanime {
  0% {
  	height: 40px;
  	opacity: 0;
  }
  10% {
  	height: 40px;
  	opacity: 1;
  }
  20% {
  	height: 40px;
  }

  60% {
  	height: 0px;
  }
  100%{
  	height: 0px;
  	opacity: 1;
  }
}
.scroll_btn {
    position: absolute;
    bottom: 45px;
    left: calc(50% - 1.5em);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    letter-spacing: 0.1em;
}
.scroll_btn::after {
    content: '';
    width: 1px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    margin-top: 5px;
    bottom: -45px;
    animation: scrollanime 2s ease-in-out 0s infinite normal none running;
    transition: 0.3s;
    opacity: 0;
}

@media only screen and (max-width: 767px) {

	/*.header {
	    height: 100vh;
	}*/
	.square {
	    max-width: 11em;
	    width: 300px;
	    max-height: 11em;
	    height: 300px;
	}
	.mainttl {
	    max-width: 80%;
	}
	.ttl02 {
	    margin-top: 8%;
	    margin-bottom: 12%;
	}
	.ttl01 span img {
	    height: 7.2vw;
	    max-height: 26px;
	}
	.ttl02 span img {
	    height: 26vw;
	    max-height: 96px;
	}
	.ttl03 span img {
	    height: 5.5vw;
	    max-height: 20px;
	}
	.main-nav-outer{
		height: 67px;
		z-index: 1 !important;
	}
	.main-nav {
	    height: 100vh !important;
	    top: 66px !important;
	    display: block !important;
	    opacity: 0 !important;
	    pointer-events: none !important;
	    transform: translateY(-120vh);
	    transition: 0.5s ease;
	}
	.main-nav.nav_open {
	    display: block !important;
	    opacity: 1 !important;
	    pointer-events: initial !important;
	    transform: translateY(0);
	    transition: 0.5s ease;
	}
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	/*border-bottom:1px solid #dddddd;*/
	/*box-shadow:0 4px 5px -3px #ececec;*/
	    /*box-shadow: 0 3px 5px -3px #2b2b2be6;*/
	position:relative;
	/*background:#fff;*/
    background: #1d2b55;
}
.main-nav-outer .container{
	height: 86px;
    width: calc(100% - 20px);
}
ul.main-nav {
    /* display: block !important; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100%;
    text-align: center;
    padding:0;
    overflow: hidden;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color: #8aceff !important;
}

.small-logo{ 
	padding:0 32px;
}
.small-logo img{
	width: 100px;
	height: auto;
}

.main-section{
	padding:90px 0 110px;
}
/*.scroll-to-fixed-fixed{
	background:#fff;
}
.scroll-to-fixed-fixed li a{
	color: #1d2b55;
}*/

@media only screen and (max-width: 991px) {
	.main-nav li a {
	    margin: 17px 10px;
	}
}
@media only screen and (max-width: 767px) {
	.main-nav-outer{
	    background: transparent;
	}
	.main-nav-outer .container {
	    height: 66px;
	    width: 100%;
	    position: relative;
	    display: block;
	    padding:0;
	}
	ul.main-nav {
	     display: block !important; 
	}
	.main-nav li a{
		color:#1d2b55;
	}
	.res-nav_header {
	    width: 100%;
	    height: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin: 0;
	    background: #1d2b55;
	    padding: 0;
	    position: absolute;
	    z-index: 2;
	}
	.res-nav_header > div {
	    width: 75px;
	    height: 31px;
	}
	/*a.res-nav_click {
	    width: 100%;
	    height: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin: 0;
	    background: #1d2b55;
	    padding: 0;
	}*/
}

/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#7cc576;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#dedede;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#1d2b55;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background:#1d2b55;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

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

.main-section.paddind{
	padding-bottom:60px;
}


@media only screen and (max-width: 767px) {
	.Portfolio-nav {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.Portfolio-nav li + li{
	    display: flex;
	    margin-left: 2%;
	}
	.portfolioContainer {
	    padding-left: 0;
	}
	.Portfolio-box {
	    width: 100% !important;
	    height: auto;
	}
}

/* Clients
---------------------------------*/
.client-part{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: ''Open Sans',sans-serif';
	font-style: italic;
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #7cc576;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#7cc576;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#7cc576;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding:85px 0;
    background: #1d2b55;
    color: #fff;
}
.main-section.team h2{
    color: #fff;
}
.main-section.team h3{
    color: #fff;
}
.main-section.team h6{
	margin-bottom:40px;
}


/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:5em auto 0;
}
.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	/*height: 490px;*/
	/*overflow: hidden;*/
	text-align: center;
	float: left;
}
.team-leader-box span{
	margin-bottom:24px;
	display:block;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;
	
}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
	border-radius:50%;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}



@media only screen and (min-width: 768px) {

	/*.team-leader-block{
		max-width:993px;
		margin:0 auto;
	}*/
	.team-leader-block {
	    max-width: 662px;
	    margin: 5em auto 0;
	    display: flex;
	    justify-content: space-between;
	}
	.team-leader-box {
	    width: 46.16%;
	    margin-right: 0;
	    height: auto;
	    /*overflow: hidden;*/
	    text-align: center;
	    float: left;
	}
	.team-leader-box + .team-leader-box {
		margin-left: 10%;
	}
}

@media only screen and (max-width: 767px) {
	.team-leader-box + .team-leader-box{
		margin-top: 3em;
	}
}

/* Talk Business
---------------------------------*/
.business-talking {
    background: url(../img/section-bg2.jpg) top center no-repeat;
    background-size: cover;
    padding: 60px 0 10px;
    text-align: center;
    background-position: center top -2px;
}
.business-talking h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}


/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	/*background:url(../img/bg-map.png) left 190px no-repeat;*/
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#1d2b55;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}


form#mail_form {
    margin: 0 auto;
}
form#mail_form input[type="button"] {
    border: 1px solid #1d2b55;
    background: #1d2b55;
    cursor: pointer;
}
form#mail_form input#form_submit_button {
    /* margin-left: 35%; */
    width: 30%;
    line-height: 2.9em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin: 20px auto;
}
form#mail_form input[type="button"] {
    cursor: pointer;
    transition: 0.3s;
}
form#mail_form input[type="button"]:hover {
    cursor: pointer;
    background: #8aceff;
    border: 1px solid #8aceff;
}
form#mail_form dl dt span {
    color: #bbbbbb;
    font-weight: 400;
}
form#mail_form dl dt {
    color: #222;
}
form#mail_form dd label {
    font-weight: 400;
}
form#mail_form input#name_1{
    width: 60%;
}

@media only screen and (max-width: 767px) {
}

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

.footer{
	background-color: #1d2b55;
	/*background:url(../img/pw_maze_black_2X.png) left top repeat;*/
	padding:35px 0 35px;
}
.footer-logo{
	margin:15px auto 35px;
	width: 76px;
}
.copyright{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a{
	color:#7cc576;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #fff;
}

/*.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}*/
.res-nav_click,
.res-nav_click span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.res-nav_click {
    position: absolute;
    width: 40px;
    height: 32px;
    right: 16px;
}
.res-nav_click span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.res-nav_click span:nth-of-type(1) {
  top: 0;
}
.res-nav_click span:nth-of-type(2) {
  top: 15px;
}
.res-nav_click span:nth-of-type(3) {
  bottom: 0;
}
.nav_open ~ .res-nav_header .res-nav_click span:nth-of-type(1) {
  width: 45%;
  -webkit-transform: translate3d(2px, 7px, 0) rotate(45deg);
  transform: translate3d(2px, 7px, 0) rotate(45deg);
}
.nav_open ~ .res-nav_header  .res-nav_click span:nth-of-type(2) {
  -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
  transform: translate3d(-1px, 0, 0) rotate(-45deg);
}
.nav_open ~ .res-nav_header  .res-nav_click span:nth-of-type(3) {
  width: 45%;
  -webkit-transform: translate3d(18px, -7px, 0) rotate(45deg);
  transform: translate3d(18px, -7px, 0) rotate(45deg);
}

/*.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #7cc576 !important;
}*/

.portfolioContainer{
	max-width: 1140px;
}


@media only screen and (max-width: 767px) {
	/*a.res-nav_click {
	    position: absolute;
	    z-index: 2;
	}*/
	/*.res-nav_click {
		color:#fff;
	}
	 .res-nav_click:active {
		color: #428bca !important;
	}
	 .res-nav_click:focus, .res-nav_click:hover {
		color: #fff;
	}*/
}
/*
.scene, .layer {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}*/

/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-11s { 
	animation-delay: 1.1s; 
	-webkit-animation-delay: 1.1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}
.delay-13s { 
	animation-delay: 1.3s; 
	-webkit-animation-delay: 1.3s; 
}
.delay-14s { 
	animation-delay: 1.4s; 
	-webkit-animation-delay: 1.4s; 
}
.delay-15s { 
	animation-delay: 1.5s; 
	-webkit-animation-delay: 1.5s; 
}
.delay-18s { 
	animation-delay: 1.8s; 
	-webkit-animation-delay: 1.8s; 
}
.delay-2s { 
	animation-delay: 2s; 
	-webkit-animation-delay: 2s; 
}
.delay-21s { 
	animation-delay: 2.1s; 
	-webkit-animation-delay: 2.1s; 
}
.delay-22s { 
	animation-delay: 2.2s; 
	-webkit-animation-delay: 2.2s; 
}
.delay-24s { 
	animation-delay: 2.4s; 
	-webkit-animation-delay: 2.4s; 
}


