
.ns-overlay{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0.2+100;Neutral+Density */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 ); /* IE6-8 */

	
	width:100%;
	height:100%;
	position:absolute;
}

.ns-red{
/*color: #9e2752;	*/

color: #FFF;
font-size: 50px;

text-shadow: rgb(71, 71, 71) 3px 5px 2px;
}

.ns-green{
color: #FFF;
	/*color: #4aae48;*/
	font-size: 50px;
	
	text-shadow: rgb(71, 71, 71) 3px 5px 2px;
}

.ns-orange{
	color: #f36f2e;
	font-size: 50px;
	
	text-shadow: rgb(71, 71, 71) 3px 5px 2px;
}
.ns-lorange{
	color: #f1a57a;
	font-size: 50px;

	text-shadow: rgb(71, 71, 71) 3px 5px 2px;
}


/*------------------------------------------------------------------
[Master Stylesheet]



[Table of contents]

1. Body
2. Header / .header
	3. Logo / .logo
	4. Navigation / .main-navi
5. Big Slider / .home
6. About / .about
7. Skills Block / .skills
8. Portfolio / .portfolio
9. Clients / .clients
10. Clients Say / .clients-say
11. Facts / .facts
12. Features / .features
13. Instagram / .instagram
14. Contact / .contact
15. Footer / .footer
-------------------------------------------------------------------*/

p.big{
	font-size: 26px;
	line-height: 32px;
	color: #333;
	text-transform: none;
	margin: 0;
	font-weight: normal;
	margin-bottom: 17px;
}
p.center{
	text-align: center;
}
p.mini{
	font-size: 14px;
	line-height: 24px;
}
/*------  //TEXT STYLE  ------*/

/*------  FORM STYLE  ------*/
/*input[type="text"]{
	border: none;
	box-shadow: inset 0 0 0 1px #333;
	background: none;
	height: 40px;
	line-height: 38px;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 30px;
	color: #333;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
input[type="text"].error{
	box-shadow: inset 0 0 0 2px #D00000;
	color: #fff;
}
textarea:focus,
input[type="text"]:focus{
	box-shadow: inset 0 0 0 2px #fff;
	color: #fff;
}
textarea{
	border: none;
	box-shadow: inset 0 0 0 1px #333;
	background: none;
	width: 100%;
	height: 110px;
	padding: 10px;
	margin-bottom: 30px;
	color: #333;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}*/
/*------  //FORM STYLE  ------*/
/*------  PRELOADER  ------*/
#preloader{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}
.page-wrapper{
	opacity: 0;
}
/*------  //PRELOADER  ------*/






/*------  HEADER  ------*/
/*.header{
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}*/
/*------  LOGO STYLE  ------*/
.logo{
	font-size: 26px;
	font-weight: bold;
	line-height: 140px;
	text-transform: uppercase;
	letter-spacing: 14px;
	color: #fff;
}	
.header.animate{
	background: #202020;
} 
	.animate .main-navi a,
	.animate .logo{
		line-height: 80px;
		color: #ccc;
	}
	.logo > img {
	    position: relative;
	    top: -3px;
	}
	.logo em {
	    font-size: 34px;
	    letter-spacing: 0;
	    margin: 0 -14px 0 -28px;
	    position: relative;
	    top: 2px;
	}
	.logo:hover{
		color: #fff;
	}
/*------  //LOGO STYLE  ------*/

/*------  NAVI STYLE  ------*/
.main-navi a{
	font-size: 13px;
	font-weight: bold;
	line-height: 140px;
	text-transform: uppercase;
	margin-left: 33px;
	color: #fff;
}
.animate .main-navi a:hover,
.main-navi a.active,
.main-navi a:hover{
	color: #fff;
}
.mobile-menu{
	display: none;
	float: right;
    font-size: 40px;
    line-height: 80px;
    color: #ccc;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.mobile-menu:hover{
	color: #fff;
}
/*------  //NAVI STYLE  ------*/
/*------  //HEADER  ------*/

/*------  HOME SLIDER  ------*/
.home{
	/*overflow: hidden;*/
	

	
}
	.home .slides {
	    display: inline-block;
	    width: 100%;
	   
	    
	    
	}
	
	
	.home .flexslider ul{
		margin-left: 0px;
	}
	
	.home .flexslider{
-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.49);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.49);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.49);
		overflow: hidden;
		
	}
	.big{
font-style: italic;
		font-size: 48px;
		font-weight: bold;
		line-height: 48px;
		text-transform: uppercase;
		margin: 6px -10px;
		color: #fff;
		text-shadow: rgb(71, 71, 71) 3px 5px 2px;
	}
	.middle{
	font-style: italic;
		font-size: 48px;
		font-weight: bold;
		line-height: 48px;
		text-transform: uppercase;	
		color: #fff;	
		text-shadow: rgb(71, 71, 71) 3px 5px 2px;
	}
	.small{
	font-style: italic;
		font-size: 48px;
		font-weight: bold;
		/*font-weight: 200;*/
		text-transform: uppercase;
		/*letter-spacing: 16px;*/
		color: #fff;
		text-shadow: rgb(71, 71, 71) 3px 5px 2px;
	}
.home .flexslider .slides img{
	background-position: center 0px;
	background-repeat: no-repeat;





  background-size: cover;


	width: 100%;
}



.home .flexslider .slides img.parallax{
	background-attachment: fixed;
	   
}
.flexslider.video img {
    background: none !important;
}
/*------  VIDEO STYLE  ------*/
#video_player {
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    width: auto;
}
/*------  //VIDEO STYLE  ------*/
.slider-text-wrapper{
	position: absolute;
	width: 100%;
	height: 250px;
	top: 50%;
	left: 0;
	margin-top: -80px;
	text-align: center;
}
	.slider-text-wrapper .button{
		margin-top: 60px;
	}
.flex-control-nav{
	bottom: 40px;
	z-index: 2;
	position: absolute;
	width: 100%;
	text-align: center;
}
.flex-control-nav li{
	display: inline-block;
}
.flex-control-paging li a{
	width: 6px;
	height: 6px;
	box-shadow: none;
	background: #fff;
	display: inline-block;
	text-indent: -9999px;
	border-radius: 50%;
	margin: 0 6px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active{
	/*background: #18263a;*/
}
/*------  //HOME SLIDER  ------*/

/*------  TITLE  ------*/
/*.title{
	text-align: center;
	width: 70%;
	position: relative;
	left: 15%;
	margin-bottom: 80px;
}
	.title.white h2{
		color: #fff;
	}
	.title h2{
		font-size: 28px;
		text-transform: uppercase;
		font-weight: 200;
		letter-spacing: 16px;
		position: relative;
		margin-top: 80px;
		margin-bottom: 20px;
	}
	.title h2.border{
		padding-bottom: 36px;
		margin-bottom: 32px;		
	}
	.title h2.border:after{
		content: "";
		position: absolute;
		width: 130px;
		height: 2px;
		left: 50%;
		bottom: 0;
		margin-left: -65px;
		background: #333;
	}*./
/*------  //TITLE  ------*/

/*------  SKILLS  ------*/
.skills-block{
	border: 1px solid #e0e0e0;
	border-right: none;
	height: 400px;
	overflow: hidden;
	text-align: center;
	line-height: 380px;
	padding: 0 50px;
	opacity: 0;
}
.skills-wrapper{
	height: 150px;
	display: inline-block;
	width: 100%;
	line-height: 1;
	vertical-align: middle;
}
.clients-say .skills-wrapper{
	height: 175px;
}
.clients-say .skills-block{
	width: 100%;
}
	.skills-wrapper img{
		margin-bottom: 27px;

	    -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);

	    -moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.skills-block:hover img{
		margin-bottom: 0;

		-moz-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
	}
	.skills-wrapper .position{
		font-size: 12px;
		color: #666;
		margin-top: 10px;
		position: relative;
		top: 0;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.skills-block:hover .position{
		top: -100px;
	}
	.skills-wrapper em{
		display: block;
		text-align: center;
		font-size: 70px;
		line-height: 70px;
		color: #ccc;
		margin-bottom: 40px;

	    -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);

	    -moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;

	}
	.skills-block:hover em{
	    -moz-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);

	}
	.skills-wrapper .name{
		font-size: 13px;
		font-weight: bold;
		line-height: 15px;
		text-transform: uppercase;
		display: inline-block;
		width: 130px;
		top: 0;
		position: relative;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.skills-block:hover .name{
		top: -100px;
	}
	.skills-wrapper p{
		margin-top: 36px;
		opacity: 0;
		top: 0;
		position: relative;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.skills-block:hover p{
		opacity: 1;
		top: -100px;
	}
.flexslider {
    position: relative;

}
.flex-prev {
    color: #333;
    font-size: 40px;
    height: 40px;
    left: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 2;
}
.flex-next {
    color: #333;
    font-size: 40px;
    height: 40px;
    right: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 2;
}
.home .flex-prev,
.home .flex-next{
	color: #fff;
	transition: none;
}
.clients-say .flex-control-nav{
	display: none;
}
@media (max-width: 1100px){
	.big{
		font-size: 48px;
		line-height: 48px;
	}
	.middle{
		font-size: 48px;
		line-height: 48px;
	}
	.small{
		font-size: 48px;
		line-height: 48px;
	}

	p.mini{
		font-size: 12px;
		line-height: 20px;
	}
	.slider-text-wrapper{
		position: absolute;
		width: 100%;
		height: 250px;
		top: 50%;
		left: 0;
		margin-top: -70px;
		text-align: center;
	}
}
@media (max-width: 1000px){
	/*.header{
		height: 80px;
	}*/
	
	.slider-text-wrapper{
		position: absolute;
		width: 100%;
		height: 250px;
		top: 50%;
		left: 0;
		margin-top: -70px;
		text-align: center;
	}

}
@media (max-width: 800px){
.slider-text-wrapper{
	position: absolute;
	width: 100%;
	height: 250px;
	top: 50%;
	left: 0;
	margin-top: -40px;
	text-align: center;
}
	p{
		font-size: 15px;
	}
	p.big{
		font-size: 20px;
	}
	.big{
		font-size: 38px;
		line-height: 38px;
	}
	.middle{
		font-size: 38px;
		line-height: 38px;
	}
	.small{
		font-size: 38px;
		/*letter-spacing: 10px;*/
	}
	
	/*.title h2{
		font-size: 18px;
	}*/
	
	.logo{
		line-height: 80px;
	}
	.header {
	    background: #202020;
	}
	}
@media (max-width: 800px) and (max-height: 600px){
	.flex-control-nav{
		bottom: 10px;
	}
.slider-text-wrapper{
	position: absolute;
	width: 100%;
	height: 250px;
	top: 50%;
	left: 0;
	margin-top: -30px;
	text-align: center;
}
	
}
@media (max-width: 640px){




	
	/*.title h2{
		letter-spacing: 12px;
	}*/
	.slider-text-wrapper{
		position: absolute;
		width: 100%;
		height: 250px;
		top: 50%;
		left: 0;
		margin-top: -80px;
		text-align: center;
	}
	
	.big{
		font-size: 18px;
		line-height: 18px;
	}
	
	.middle{
		font-size: 18px;
		line-height: 18px;
	}
	.small{
		font-size: 18px;
		line-height: 18px;
		/*letter-spacing: 6px;*/
	}
}
@media (max-width: 500px){
		.big{
		font-size: 18px;
		line-height: 18px;
	}
	
	.middle{
		font-size: 18px;
		line-height: 18px;
	}
	.small{
		font-size: 18px;
		line-height: 18px;
		/*letter-spacing: 6px;*/
	}
	/*.title h2 {
	    letter-spacing: 5px;
	}*/
	
	.slider-text-wrapper{
		position: absolute;
		width: 100%;
		height: 250px;
		top: 50%;
		left: 0;
		margin-top: -80px;
		text-align: center;
	}
	
}
@media (max-width: 400px){




	.work .big,
	.big{
		font-size: 18px;
		line-height: 18px;
	}
	.middle{
		font-size: 18px;
		line-height: 18px;
	}
	.small{
		font-size: 18px;
		line-height: 18px;
		/*letter-spacing:4px;*/
	}
.slider-text-wrapper{
	position: absolute;
	width: 100%;
	height: 250px;
	top: 50%;
	left: 0;
	margin-top: -80px;
	text-align: center;
}
	/*.title{
		width: 90%;
		left: 5%;
	}
	
	.title h2 {
	    font-size: 16px;
	}*/
}
@media (max-height: 360px){
	.slider-text-wrapper .button {
	    margin-top: 10px;
	}
}
@media (max-height: 320px){





/*	.header {
	    height: 50px;
	}*/
	.animate .logo,
	.mobile-menu,
	.logo {
	    line-height: 50px;
	}
	
	.slider-text-wrapper {
	    margin-top: -65px;
	}
	.slider-text-wrapper .button {
	    margin-top: 10px;
	}
	.flex-control-nav {
	    bottom: -10px;
	}
	
}
@media (max-width: 320px){







	.slider-text-wrapper {
	    height: 90px;
	    margin-top: -45px;
	}
	.home .flex-next,
	.home .flex-prev{
		top: 75%;
	}

}



@media only screen 
  and (min-device-width: 100px) 
  and (max-device-width: 320px)
 {
  .home .flexslider .slides img{
  	background-position: center 200px;
  	background-repeat: no-repeat;
  
  
  
  
  
    background-size: auto;
  
  
  	width: 100%;
  }
  
  

}