
/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
	background-color: #475B6F;
	color: #fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #6a6a6a;	
	background: #f1f0f0;
}

p {margin: 0 0 20px 0;	
	font-size: 15px;}

img {max-width: 100%;}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #4da7ca;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #4290ae;	
}


h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;	
	color: #3A4F52;
	font-family: 'Alegreya Sans';
line-height: 160%;
}

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}
.btn-o:hover {
    background: #3A4F52;
    color: white;
}
.btn.btn-o-white {
	font-size: 14px;
    border: 1px solid white;
    color: white;
    background: none;
}

.btn.btn-o-white:hover {
	font-size: 14px;
    background: white;
    border-radius: 20px;
@@box-shadow: 2px 2px 2px rgb(0, 0, 0);
    color: #6a6a6a;
}


/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	position: relative;			
	text-align: center;
	padding: 0 !important;
}


#header .top {
	position:fixed;
	top:0;
	width: 100%;
	padding: 30px;
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;	
	transition: all .5s;		
}
#header .top.solid {
	width: 100%;
	height: auto;
    background: #475B6F;
    padding-top: 10px;
    padding-bottom: 0px;
}

#header .top h1{
	margin-bottom: 0;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo{
color: #7fffd4;
float:left;
}

#header .logo{
font-family: 'Racing Sans One', cursive;
	color: #7fffd4;
}

#header .toggleDrawer{
float:right;
    margin-top: -50px;
	color: #7fffd4;
}

#large-header .large-header{
    position: absolute;
    top: -1000px;
	z-index: 0;
}
canvas #demo-canvas{
    position: absolute;
    top: -1000px;
	z-index: 0;
}

#header > img.#119 {
display:block;
    position: absolute;
    top: 20%;
left:40%;
    text-align: center;
}

#header .slogan{
	font-size: 2.8em;
	margin-bottom: -90px;
	margin-left: 0;
	line-height: 1.5em;
font-family: "Hiragino Mincho ProN","HG–¾’©E","‚l‚r ‚o–¾’©", serif;
	color: white;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

#header .secondary-slogan{
	margin-bottom: -20px;
	font-size: 2.0em;
	color: rgba(255,255,255,1);
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	line-height: 1em;
font-family: "Hiragino Mincho ProN","HG–¾’©E","‚l‚r ‚o–¾’©", serif;
}

.musen {
    float: left;
    display: block;
margin-top: 20px;
}

.shop {
    float: right;
    display: block;
margin-top: 20px;
}

#header > .bottom {
    position: absolute;
    bottom: 80px;
    text-align: center;
    width: 100%;
}
#header > .bottom a img {
    width: 300px;
    margin-bottom: 20px;
}
#header > .bottom a {
    opacity: 1.0;
}
#header > .bottom a:hover {
    opacity: 0.6;
}

.nav {
    float: left;
    display: inline-block;
    padding: 20px 0px 0 0px;
    margin: 0 0px 0px 0px;
}

.nav li a{
    padding-left: 10px;
color:#fafad2;
}

#header .content-block{
    display: inline-block;
}
.pull-left{
    width: 100%;
    display: inline-block;
    float: right;
}

.pull-left .nav .clearfix li{
    display: inline-block;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#header > .dropdown-menu {
  z-index: 999;
  padding: 8px 10px;
  color: #fff;
}

#header > .dropdown-menu:before{
  position: absolute;
  top:0;
}

#header > .dropdown-menu > li > a {
  z-index: 999;
  padding: 8px 10px;
  color: #fff;
}

#header > .dropdown-menu > li:hover > a,
#header > .dropdown-menu > li:focus > a,
#header > .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #2B3E51;
    width: 300px;
    padding: 20px;
    z-index: 9999;
}

#drawer-right h1, #drawer-right h2{color: white;}

#drawer-right .nav-pills>li>a {
	font-size: 18px;
line-height: 1em;
	border-radius: 0;
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}

#drawer-right .social ul > li > a:hover{
	color: white;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/


.content-block{
	background:transparent no-repeat center center fixed;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 60px 0;
}
.parallax{
	padding: 80px 0;
}

.block-body {
	margin-top: 60px;
}
#header {
   width: 100%;
}

#header {
	background-image: url(../images/NX-109RD-top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#services {
    margin-top: -100px;
	background-image: url(../images/thunder.jpg);
	color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#parallax {
	margin-top: 0px;
	background-image: url(../images/lava.jpg);
	color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#movie {
	background-image: url(../images/wave.jpg);
	color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#parallax h1{
	margin-bottom: 60px;
	color: white;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

#services  p.center{
	text-align: left;
	color: white;
   font-size: 16px;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

#portfolio {
height:1000px;
margin-top: 0px;
padding-top: 20px;
margin-bottom: 100px;
padding-bottom: 50px;
    z-index: 50;
}

#row3{
height:50px;
}

.musen {
float:left;
display:inlign-block;
margin-bottom: -40px;
}

h2.kinou{
text-size:180%;
color: #ffffff;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
    position: absolute;
    left: 13%;
    top: 15%;
    opacity: 1;
}
h2.kinou:hover {
    background-position: center;
}

h2.kinou:hover:before, .recent-work:hover span {
    opacity: 1;
}

p.white {
	z-index: 100;
	color: #ffffff;
	font-size: 16px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    position: absolute;
    left: 14%;
    top: 45%;
	opacity: 0;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}
p.white:hover:before, .recent-work:hover p {
    opacity: 1;
	color: #ffffff;
	z-index: 100;
}

p.white:hover {
    background-position: center;
}
.recent-work {
    width: 100%;
    height: 100%;
    padding-bottom: 35%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 35%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.recent-work span{
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 1;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.recent-work:hover {
    background-size: 200%;
    background-position: center;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}





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

#services {
    margin-top: -200px;
   padding-top: 50px;
    z-index: 0;
}

#services h1, #services h2{
	color: white;
}
.service i {
    font-size: 60px;
}
.service {
    padding: 0 25px;
}

#services td{
padding: 2px 5px;
}

#services  .services #animation{
	width:348px;
}

/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}

 .col-sm-4 blog-post{
margin: 0 20px;
width:100%;
}

#blog  .col-sm-4 blog-post table.site {
border-collapse: collapse;
border-top: #fff dotted 0px;
border-right: #fff dotted 0px;
border-left: #fff dotted 0px;
border-bottom: #fff dotted 0px;
}

#blog  .col-sm-4 blog-post  table.site tr td.left{
margin: 0 20px;
padding: 8px 12px;
width:50%;
}

#blog  .col-sm-4 blog-post  table.site tr td.right{
margin: 0 20px;
padding: 8px 12px;
width:50%;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


#testimonials{
	text-align: center;
}

#testimonials p#bun{
	text-align: left;
}

#testimonials .testimonial > img {
    border-radius: 20%;
    margin-bottom: 15px;
}
#testimonials .testimonial {
	padding: 25px;
}


/*////////////////////////////////////////////////////////////////////////
//  09 - movie
///////////////////////////////////////////////////////////////////////*/


#movie{
	color: white;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

#movie h1{

	color: white;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
}


#movie .row{
	text-align: center;
margin-bottom:30px;
}


#movie h2.videos {
color: white;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
padding-top:50px;
}

#movie h2.mov{
	color: #ffffff;
	font-size: 48px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
position: relative;
  margin-left: 0%;
   padding-top: 0%;
}

#movie h4.ime{
	color: #ffffff;
	font-size: 24px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

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


#footer{ background: #2B3E51; color: white;}



/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (max-width: 767px){
	.blog-post {
		margin-bottom: 40px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}

	.recent-work span {
		opacity: 1;
	}


#header .slogan{
	font-size: 24px;
}

#header .secondary-slogan{
	font-size: 18px;
}

h2.kinou{
text-size:16px;
color: #ffffff;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
text-align:center;
    position: absolute;
    left: 15%;
    top: 15%;
}

p.white {
	z-index: 100;
	color: #ffffff;
	font-size: 11px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    position: absolute;
    left: 14%;
    top: 45%;
	opacity: 1;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}
iframe{
width:100%;
}

.shop {
display: block;
clear:both;
margin-top:10px;
}
}

@media (max-width: 480px) {
	#drawer-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a {
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#drawer-right .social {
		margin-top: 5px;
	}

	#header {
		background-size: cover;
	}


#header .slogan{
	font-size: 18px;
}

#header .secondary-slogan{
	font-size: 15px;
}

h2.kinou{
text-size:12px;
color: #ffffff;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
    position: absolute;
    left: 13%;
    top: 15%;
}

p.white {
	z-index: 100;
	color: #ffffff;
	font-size: 9px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    position: absolute;
    left: 14%;
    top: 45%;
	opacity: 1;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}
iframe{
width:100%;
}

.nav {
width:70%;
font-size: 9px;
}

.shop {
display: block;
clear:both;
margin-top:10px;
}
}
