@charset "utf-8";
/*	Copyright 2014. MyPassion.
	Template Version 1.0.0
/*

/**************************************************/

/*	LIST OF SECTION :
		01)  HEADER & SLIDER
		02)  NAV
		03)  SERVICES
		04)  ABOUT US
		05)  CONTENT BOX
		06)  TEAM
		07)  BLOG
		08)  PARALLAX
		09)  FUN FACT
		10)  PORTFOLIO
		11)  CLIENTS
		12)  PRICESS
		13)  TWITTER & FLEXSLIDER
		14)  CONTACT
		15)  SMALL DEVICES
		
/**************************************************/
@font-face {
    font-family: "Tall Films Expanded";
    src: url(../fonts/tall_films/Tall Films Expanded.ttf) format("truetype");
}

body{
	font-family: 'Lato', 'Myriad Pro','Trebuchet MS', sans-serif;
	font-weight: 300;
	font-size: 14px;
	overflow: scroll;
	overflow-x: hidden; 
	
}
#loading-mask {
    background-color: #fafafa;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
	text-align:center;
	opacity:1;
}
#loading-mask img{
	margin:400px 0 0 0;
	text-align:center;
}
.body-wrapper{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	z-index:9;
	position:relative;
	height:auto;
}

/*------------------------------------------------------------------*/ 
/*	1) HEADER SLIDER
/*------------------------------------------------------------------*/
#header{
	width:100%;
	float:left;
	position:relative;
}

.headermask{
	width:100%;
	height:100%;
	z-index:11;
	position:absolute;
}
.ri-grid{
	margin: 0;
	position: relative;
	height: auto;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 55%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}
/******** COROUSEL ********/
.slider-btn-wrap{
	width:200px;
	height:auto;
	min-height:170px;
    text-align:center;
    position:absolute;
    top:60%;
	left:50%;
	margin-left:-100px;
}
.slider-btn{
	width:200px;
	height:auto;
	padding:15px 20px;
	font-size:16px;
	display:block;
	position:relative;
	z-index:99999999999999999;
}
.slider-btn:hover{
	border:1px solid rgba(255, 255, 255, 1);
}
.carousel-wrap{
	width:100%;
	height:auto;
	min-height:237px;
	float:left;
	/*position:absolute;**/
	top:33%;
	padding:0;
	z-index:22;
}
.carousel{
	width:100%;
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	display:block;
	clear:both;
	
}
.carousel li{
	width:100%;
	height:auto;
	font-family: "Tall Films Expanded";
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 10px 0;
	opacity:1;
	font-weight: 800;
	font-size:87px;
}
ul#foo2{
	list-style-type:none;
	padding:0;
	margin-bottom:0;
}
.pagination {
	text-align: center;
}
.pagination a {
	width: 15px;
	height: 15px;
	margin: 0 0 0 5px;
	display: inline-block;
	border:2px solid rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
		    border-radius: 15px;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

/*------------------------------------------------------------------*/ 
/*	2) NAV
/*------------------------------------------------------------------*/
#nav{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	z-index:99999999999999;
	position:relative;
	border:none;
	display:none;
}
#nav > div > div > .span2, #nav > div > div > .span10{
	margin-bottom:0;
}
.logo-wrap{
	width:180px;
	float:left;
	margin-top:15px;
	padding:0;
}
.logo-wrap img{
	max-width:180px;
	float:left;
}
.navopener{
	width:750px;
	margin-left:10px;
	float:right;
	position:relative;
}
.sticky-wrapper{
	float:left;
	width:100%;
	position:absolute;
}
#nav ul.sf-menu{
	list-style-type:none;
	text-align:center;
	margin:0;
	padding:0;
	float:right;
	
}
#nav ul.sf-menu li{
	display:inline-block;
	margin:0;
	font-size:13px;
	float:left;
	line-height:1;
	font-family: 'Arial', sans-serif;
}
.sf-menu > li:nth-last-child(1){
	margin-right:0;
}
#nav .sf-menu > li > a{
	padding:30px 15px;
	font-size:14px;
	font-family: 'Arial', sans-serif; 
	font-weight: 400;
	text-transform:none;
	color:#2c3f52;
	background:none;
	/*-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		  	border-radius: 4px;*/
}
#nav ul ul li a{
	text-align:left;
	font-size:13px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	padding:10px 20px;
}

#nav ul li li:nth-last-child(1){
	border-bottom:none;
}

/********** MOBILE MENU **********/
.nav-toggle{
	width:40px;
	height:30px;
	float:right;
	margin:23px 0 0 0;
	position:absolute;
	display:none;
}
.nav-toggle a{
	background-image:url(../img/navtoggle.png);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	display:block;
	width:40px;
	-webkit-border-radius: 2px;	
	-moz-border-radius: 2px;	
	border-radius: 2px;
	outline:none;
}
.mobile-menu{
	display:none;
	width:100%;
	clear:both;
	position:relative;
}
.mobile-menu-inner{
	display:none;
}
.mobile-menu ul{
	list-style-type:none;
	clear:both;
	margin:0;
	overflow:hidden;
	padding:0;
}
.mobile-menu ul li{
	display:block;
	float:left;
	clear:both;
	width:100%;
	text-transform:capitalize;
	
}
.mobile-menu ul li a{
	width:100%;
	padding:10px;
	display:block;
	border-bottom:1px solid #f5f5f5;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
}
.mobile-menu ul li li a{
	padding-left:30px;
}
.mobile-menu ul li li li a{
	padding-left:50px;
}
.mobile-menu ul li li li li a{
	padding-left:70px;
}
.mobile-menu ul li li li li li a{
	padding-left:90px;
}
.mobile-menu ul li a i{
	margin-right:15px;
}


/*------------------------------------------------------------------*/ 
/*	03) SERVICES
/*------------------------------------------------------------------*/
section#service{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	
	
}
h1.standart-title{
	font-size:28px;
	font-weight:600;
	text-align:center;
	margin:0;
	text-transform:uppercase;
}
.text-center{
	text-align:center;
	margin-bottom:60px;
}
.text-justify{
	text-align:justify;
	color:black;
}
span.border-circle{
	border-bottom:2px solid #34495e;
	width:100px;
	display:inline-table;
	margin-bottom:60px;
	position:relative;
	margin:0;
}
span.border-circle:after{
	content:"";
	border-radius:10px;
	width:10px;
	height:10px;
	background:#34495e;
	position:absolute;
	margin:-4px 0 0 0;
	right:45%;
}
.box_image_with_border{
	display:block;
	position:relative;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
		  	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	border-bottom:3px solid #fff;
	-webkit-transition:all .4s ease-out 0s;
	-moz-transition:all .4s ease-out 0s;
	-o-transition:all .4s ease-out 0s;
	-ms-transition:all .4s ease-out 0s;
	text-align:center;
}
.box_image_with_border h3{
	margin:0 0 15px
}

.box_image_holder{
	display:block;
	position:relative;
	margin:0 0 56px;
	text-align:left
}

.box_image_holder .box_image_shadow{
	display:block;
	position:absolute;
	bottom:-8px;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../img/box_image_shadow2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% 30px;
	-webkit-background-size:100% 30px;
	-moz-background-size:100% 30px;
	-o-background-size:100% 30px;
	-webkit-transition:all .4s ease-out 0s;
	-moz-transition:all .4s ease-out 0s;
	-o-transition:all .4s ease-out 0s;
	-ms-transition:all .4s ease-out 0s
}

.box_image_with_border:hover .box_image_shadow{
	bottom:-13px;
	opacity:.2;
	filter:alpha(opacity=20)
}

.box_image_holder .image_holder_inner{
	position:relative;
	display:inline-block;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all .4s ease-out 0s;
	-moz-transition:all .4s ease-out 0s;
	-o-transition:all .4s ease-out 0s;
	-ms-transition:all .4s ease-out 0s
}

.box_image_with_border:hover .box_image_holder .image_holder_inner{
	top:-15px
}

.box_image_holder img{
	width:100%
}
.box_image_with_border p{
	padding:0 10px;
}

.box_image_holder .hi-icon-effect-1 .hi-icon{
	display:inline-block;
	position:absolute;
	left:35%;
	bottom:-10%;
	-webkit-transform:translateZ(0px);
	-moz-transform:translateZ(0px)
}
.box_image_holder .hi-icon-effect-2 .hi-icon{
	display:inline-block;
	position:absolute;
	left:38%;
	bottom:-10%;
	-webkit-transform:translateZ(0px);
	-moz-transform:translateZ(0px)
}
.separator{
	position:relative;
	display:block;
	height:1px;
	margin:25px 0
}

.separator.transparent{
	background-color:transparent
}

/*------------------------------------------------------------------*/ 
/*	04) ABOUT US
/*------------------------------------------------------------------*/
section#about{
	width:100%;
	height:auto;
	float:left;
	border-top: 1px solid rgb(223, 223, 223);
	border-bottom: 1px solid rgb(223, 223, 223);
}
.skills{
	list-style-type:none;
	margin:0;
	padding:0;
}
.skills li{
	float:left;
	width:100%;
	font-size:12px;
	text-transform:none;
	margin-bottom:10px;
	position:relative;
	display:block;
	overflow:hidden;
}
.skill-name{
	width:25%;
	float:left;
	padding:5px 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.skill-percent-back{
	width:75%;
	float:left;
	height:100%;
	position:relative;
	display:block;
}
.skill-percent{
	padding:5px 10px;
	height:100px;
	position:absolute;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/********** CHART **********/
.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.chart {
    float: left;
    width:100%;
	text-align:center;
}
.percentage{
    text-align: center;
    font-weight: 100;
    font-size: 1.2em;
    margin:0 auto;
	margin-bottom:15px;
}

/*------------------------------------------------------------------*/ 
/*	05) CONTENT BOX
/*------------------------------------------------------------------*/
#work-wrap{
	width:100%;
	height:auto;
	float:left;
}
.work{
	width:100%;
	height:auto;
	float:left;
}
.work:hover .wrap-icon-right span i{
	opacity:1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.work:hover .wrap-icon-left span i{
	opacity:1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/***** RIGHT *****/
.work-title-right{
	width:385px;
	float:left;
	margin-right:15px;
}
.work-title-right h4{
	text-align:right;
	margin-bottom:5px;
}
.work-title-right p{
	text-align:right;
	margin:0;
	font-size:13px;
}
.wrap-icon-right{
	width:60px;
	height:auto;
	float:right;
}
.wrap-icon-right span i, .wrap-icon-left span i{
	text-align:center;
	line-height:66px;
	font-size:25px;
	width:60px;
	height:60px;
	display:block;
	text-align:center;
	opacity:0.6;
	margin:0;
	padding:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 50%;	
	   -moz-border-radius: 50%;	
			border-radius: 50%;
}

/***** LEFT *****/
.work-title-left{
	width:385px;
	float:left;
	margin-left:15px;
}
.work-title-left h4{
	text-align:left;
	margin-bottom:5px;
}
.work-title-left p{
	text-align:left;
	margin:0;
	font-size:13px;
}
.wrap-icon-left{
	width:60px;
	height:auto;
	float:left;
}

/*------------------------------------------------------------------*/ 
/*	06) TEAM
/*------------------------------------------------------------------*/
section#team{
	width:100%;
	height:auto;
	float:left;
	border-bottom: 1px solid rgb(223, 223, 223); 
}
.grid .figure .hidden {
	display:none;
	padding:10px 20px 20px 20px;
	text-align:center;
}
.grid .figure .hidden span{
	font-size:14px;
}
.grid .figure .hidden p{
	font-size:12px;
	margin-top:5px;
}
.grid .figure .hidden a i{
	width:25px;
	height:25px;
	display:inline-block;
	text-align:center;
	font-size:12px;
	border:1px solid rgba(255, 255, 255, 0.7);
	margin-top: 5px;
	margin-right:5px;
	line-height:22px;
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;	
	border-radius: 50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/*------------------------------------------------------------------*/ 
/*	07) BLOG
/*------------------------------------------------------------------*/
#blog-mini-wrap{
	width:100%;
	height:auto;
	float:left;
	background:none;
}
.blog-wrap{
	width:100%;
	height:auto;
	float:left;
	list-style-type:none;
	padding:0;
}
.blog-wrap li{
	float:left;
	padding:0;
	margin:0;
}
.meta-left{
	width:70px;
	height:auto;
	padding:0;
	float:left;
	margin-right:20px;
	list-style-type:none;
	border-right:1px solid #eee;
}
.meta-left li{
	width:100%;
	min-height:50px;
	text-align:center;
	border-bottom:1px solid #eee;
}
.meta-left li:nth-last-child(1){
	border-bottom:none;
}
li.date .month{
	text-align:center;
	font-style:normal;
	font-size: 12px;
	line-height: 10px;
	margin:0;
	padding-top:10px;
}
li.date .day{
	text-align:center;
	font-style:normal;
	font-size: 25px;
	line-height: 25px;
	font-weight:bold;
	margin:0;
}
li.like a{
	background:none;
	font-style:normal;
}
li.like a i{
	background:none;
	font-size:14px;
	line-height:50px;
}
li.comment a{
	background:none;
	font-style:normal;
}
li.comment a i{
	background:none;
	font-size:14px;
	line-height:50px;
}

.image-wrap{
	width:150px;
	height:150px;
	position:relative;
	margin-right:20px;
}
.maskImage{
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	z-index:99999;
	background:url(../img/pixelblack.png) repeat;
}
.maskImage a{
	width:100%;
	height:100%;
	display:block;
}
.maskImage a span{
	width:40px;
	height:40px;
	position:absolute;
	text-align:center;
	margin-left:55%;
	left:-24px;
	top:-46px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		    border-radius: 2px;
}
.maskImage a span i{
	font-size:20px;
	text-align:center;
	line-height:40px;
}
.image-wrap a{
	text-decoration:none;
}

.title-wrap{
	width:200px;
	height:auto;
	float:left;
}
.title-wrap h4{
	line-height:1;
	margin:0 0 10px 0;
}
.title-wrap p{
	margin:0 0 15px 0;
	font-size:13px;
}
.meta-bottom{
	float:left;
}
.meta-bottom a{
	padding:5px 8px;
	margin-right:3px;
	font-size:13px;
	opacity:1;
	display:inline-block;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		    border-radius: 2px;
}
.meta-bottom a i{
	font-size:12px;
}

/*------------------------------------------------------------------*/ 
/*	08) PARALLAX
/*------------------------------------------------------------------*/
.parallax-wrapper{
    width: 100%;
	min-height:500px;
    margin: 0px auto;
    clear: both;
	float:left;
}
.parallax-home{
	width:100%;
	min-height:500px;
	padding:70px 0;
	float:left;
	background:url(../img/parallax/parallax2.jpg) repeat fixed center;
}
.parallax-home-1{
	width:100%;
	min-height:500px;
	padding:70px 0;
	float:left;
	background:url(../img/parallax/parallax4.jpg) repeat fixed center;
}
.parallax-home-2{
	width:100%;
	min-height:500px;
	padding:70px 0;
	float:left;
	background:url(../img/parallax/parallax5.jpg) repeat fixed center;
}


.parallax-wrapper > div > div h1.standart-title{
	color:#fff;
}
.parallax-wrapper > div > div p.text-center{
	color:#fff;
	margin-top:15px;
	margin-bottom:25px;
	opacity:1;
}
.parallax-wrapper > div > div p.standart-title-bottom{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	opacity:1;
}
.parallax-home > div p.standart-title-bottom{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:120px;
	opacity:1;
}
.parallax-wrapper > div > div p.text-center span.border-circle{
	border-bottom:2px solid #fff;
	opacity:1;
}
.parallax-wrapper > div > div p.text-center span.border-circle:after{
	background:#fff;
	opacity:1;
}
.parallax-wrapper > div > div .span3{
	margin-bottom:0;
}


/*------------------------------------------------------------------*/ 
/*	09) FUN FACT
/*------------------------------------------------------------------*/
.fun-fact{
	width:100%;
	text-align:center;
	float:left;
	vertical-align:central;
	margin:0;
}
.customer{
	width:100%;
	height:140px;
	float:left;
	text-align:center;
	vertical-align:central;
	z-index:3;
}
.customer i{
	font-size:40px;
	line-height:150px;
	text-align:center;
	z-index:9;
}
.fun-fact h1{
	text-align:center;
	margin:10px 0 0 0;
	font-size:40px;
}
.fun-fact p{
	text-align:center;
	margin:0;
	font-size:13px;
	font-weight:normal;
	line-height:0;
	opacity:1;
}



/*------------------------------------------------------------------*/ 
/*	10) PORTFOLIO
/*------------------------------------------------------------------*/
section#portfolio{
	width:100%;
	height:auto;
	float:left;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h3 {
   border-bottom:none;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(2);
   -moz-transform: scale(2);
   -o-transform: scale(2);
   -ms-transform: scale(2);
   transform: scale(2);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h3,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}


.view {
   width: 20%;
   height: auto;
   margin: 0;
   float: left;
   border: none;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h3 {
   text-transform: uppercase;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   margin-top:30%;
   margin-right:0;
   margin-left:0;
   margin-bottom:10%;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   font-size:18px;
   padding: 7px 14px;
   text-transform: uppercase;
   border-radius:4px;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}



/*------------------------------------------------------------------*/ 
/*	11) CLIENTS
/*------------------------------------------------------------------*/
section#client{
	width:100%;
	height:auto;
	float:left;
	border-bottom: 1px solid rgb(223, 223, 223);
}

/***** Carausel *****/

figcaption
{
font-size:25px;
color: #515a5f;
 font-family: 'Droid Sans',sans-serif;
}
.productos
{
font-size:20px;
color: #515a5f;
text-align: center;
font-family: 'Droid Sans',sans-serif;
text-transform:capitalize;
}
.clients-carousel{
	position:relative;
	padding:15px 50px;
	border:1px solid #eee;
	z-index:4000;
	
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;	
	border-radius: 4px;
	
	box-shadow:0px 0px 2px rgba(0,0,0,.04);
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,.04);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,.04);
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.clients-carousel ul{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
.clients-carousel li{
	text-align:center;
	margin-left:5px;
	margin-right:5px;
	float:left;
	padding:0;
	border:1px solid #eee;
	width:200px;
	height:120px;
	
	box-shadow:0px 0px 2px rgba(0,0,0,.02);
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,.02);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,.02);
}
.clients-carousel li:hover{
	border:1px solid #ddd;
}
.clients-carousel li img{
	padding:0;
	margin:0;
	max-width:200px;
	max-height:120px;
}

.clients-carousel ul li a{
	width:200px;
	height:120px;
	overflow:hidden;
	display:block;
	text-align:center;
	line-height:135px;
	position:relative;
	
}
.cfs-nav{
	width:100%;
	display:block;
	text-align:center;
}
.cfs-nav-left, .cfs-nav-right {
	width: 40px;
	height: 100%;
	position: absolute;
	top:0;
	cursor:pointer;
	z-index:1;
	
	
}
.cfs-nav-left{
	left:0;
	border-right:1px solid #eee;
}
.cfs-nav-right{
	right:0;
	border-left:1px solid #eee;

}

.cfs-nav span i{
	width: 40px;
	height: 30px;
	line-height:30px;
	text-align:center;
	font-size:18px;
	
	top: 42%;
	position:relative;
	
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	border-radius: 3px;
}

/*------------------------------------------------------------------*/ 
/*	12) PRICESS
/*------------------------------------------------------------------*/
#pricess{
	width:100%;
	height:auto;
	float:left;
}
.ib-container article{
	margin-top:5px;
}
.ib-container article ul{
	padding:20px;
	line-height:22px;
	text-align:center;
	list-style-type:none;
	margin-bottom:20px;
}
.pricetable-item {
    font-size: 12px;
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.button {
    font-weight: 400;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    display: block;
	text-align:center;
    text-decoration: none;
	margin:0 auto;
    transition: all 0.2s ease 0s;
    border: 1px solid rgba(246, 101, 60, 0.8);
}

/********** IB **********/
.ib-container{
	position: relative;
	display: block;
}
.ib-container:before,
.ib-container:after {
    content:"";
    display:table;
}
.ib-container:after {
    clear:both;
}
.ib-container article{
	display: block;
	cursor: pointer;
	float: left;
	text-align: left;
	text-transform: none;
	z-index: 1;
	-webkit-backface-visibility: hidden;
/*	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 1px 3px 10px rgba(0,0,0,0.2);
*/	-webkit-transition: 
		opacity 0.4s linear, 
		-webkit-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-moz-transition: 
		opacity 0.4s linear, 
		-moz-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-o-transition: 
		opacity 0.4s linear, 
		-o-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-ms-transition: 
		opacity 0.4s linear, 
		-ms-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	transition: 
		opacity 0.4s linear, 
		transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;

}
.ib-container article h3{
	font-size: 20px;
	font-weight: 400;
	opacity: 0.8;
	font-weight: 700 !important;
	text-align:center;
	padding: 20px;
	margin-bottom:60px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.ib-container article h3 span {
    display: block;
    font-family: 'Open-Sans',sans-serif;
    font-size: 30px;
    line-height: 100px;
    height: 100px;
    width: 100px;
	text-align:center;
    letter-spacing: 0px;
    font-weight: 700 !important;
    margin: 25px auto -50px auto;
	z-index:4545;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
		  	border-radius: 100px;
}

.ib-container article a{
	font-size: 16px;
	font-weight: 400;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
	opacity: 0.8;
	margin:0 auto;
}
.ib-container article p{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-shadow: 0px 0px 0px rgba(51, 51, 51, 1);
	opacity: 0.8;
}
.ib-container article h3, 
.ib-container article a,
.ib-container article ul,
.ib-container article p{
	-webkit-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-moz-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-o-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-ms-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
}
/* Hover Style for all the items: blur, scale down*/
.ib-container article.blur{
	box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.7;
}
.ib-container article.blur h3{
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	opacity: 0.5;
}
.ib-container article.blur a{
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	opacity: 0.5;
}
.ib-container article.blur ul{
	text-shadow: 0px 0px 10px rgba(255, 210, 82, 0.9);
	opacity: 0.5;
}
.ib-container article.blur  p{
	text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
	opacity: 0.5;
}

/* Hover Style for single item: scale up */
.ib-container article.active{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	/*box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 11px 15px 10px rgba(0,0,0,0.4);*/
	z-index: 100;	
	opacity: 1;
}
.ib-container article.active h3,
.ib-container article.active a,
.ib-container article.active ul,
.ib-container article.active p{
	opacity; 1;
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -moz-transform: translateY(-30px); }
	5% { opacity: 1; -moz-transform: translateY(0px);}
    17% { opacity: 1; -moz-transform: translateY(0px); }
	20% { opacity: 0; -moz-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -o-transform: translateY(-30px); }
	5% { opacity: 1; -o-transform: translateY(0px);}
    17% { opacity: 1; -o-transform: translateY(0px); }
	20% { opacity: 0; -o-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; transform: translateY(-30px); }
	5% { opacity: 1; transform: translateY(0px);}
    17% { opacity: 1; transform: translateY(0px); }
	20% { opacity: 0; transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}

/*------------------------------------------------------------------*/ 
/*	13) TWITTER FLEXSLIDER
/*------------------------------------------------------------------*/
.twitterfeed ul{
	list-style-type:none;
	padding-left:0;
	
}
.twitterfeed ul li{
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	font-size:14px;
}
.twitterfeed ul li:nth-last-child(1){
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}

.flexslider{
	margin-bottom:7px;
	border:1px solid rgba(255,255,255,0.1);
	overflow:hidden;
}
.flexslider ul.flex-direction-nav li a.flex-prev i , .flexslider ul.flex-direction-nav li a.flex-next i{
	line-height:24px;
	border:1px solid #FBFBFB;
	width:25px;
	height:25px;
	display:block;
	padding:0;
	text-align:center;
	-webkit-box-sizing: border-box;    /* Berilgan razmerdan kotta bo'lishini oldini oladi */        /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;       /* Berilgan razmerdan kotta bo'lishini oldini oladi */        /* Firefox, other Gecko */
	box-sizing: border-box;            /* Berilgan razmerdan kotta bo'lishini oldini oladi */        /* Opera/IE 8+ */
	-webkit-border-radius:25px;
	 -moz-border-radius: 25px;
		  border-radius: 25px;
}

/*------------------------------------------------------------------*/ 
/*	14) CONTACT
/*------------------------------------------------------------------*/
#contact{
	width:100%;
	height:auto;
	float:left;
	padding:40px 0 10px 0;
	background-color:black;
	border-bottom:1px black;
	border-top:4px black;
}
#contact .text-center{
	margin-bottom:30px;
}
#contact .text-center span.border-circle{
	border-bottom:2px solid #fff;
	margin-bottom:20px;
}
.contact-form{
	width:100%;
	float:left;
}
.input-holder{
	float:left;
	margin-bottom:15px;
}
.input-holder-1{
	margin-right:20px;
	width:300px;
}
.input-holder-2{
	width:300px;
}
.input-holder-3{
	width:100%;
}
.input-holder-4{
	width:100%;
}
.form2{
	float:right;
	clear:both;
}
.form2 .btn{
	padding:10px 15px;
	margin:0;
	border-bottom:#83909C;
}
.input-holder label{
	margin:0 0 2px 0;
	float:left;
}
.input input{
	float:left;
	width:100%;
	margin:1px 0 0 0;
	padding:8px 15px;
	height:40px;
	border:1px solid rgba(255, 255, 255, 0.45);
	clear:both;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.input-holder textarea{
	border:1px solid rgba(255, 255, 255, 0.45);
	width:100%;
	height:200px;
	clear:both;
	float:left;
	padding:15px;
	margin-bottom:20px;
	resize:vertical;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.input input:focus, .input-holder textarea:focus{
	border:1px solid rgba(255, 255, 255, 1);
}
.alertMessage{
	margin-top:5px;
	padding:0;
}
.alertMessage ul{
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}

/********** Contact Widget **********/
.contact-widget{
	width:auto;
	height:auto;
	float:left;
	padding:23px 10px 0 10px;
}
.contact-widget i{
	float:left; 
	margin-right:20px;
	margin-bottom:10px;
	padding:11px 11px 9px 9px;
	position:relative;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		    border-radius: 2px;
	
}
.contact-widget i:after{
	top: 50%;
	right:-12px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: #83909C;
	border-width: 6px;
	margin: -6px 0 0 0;
	z-index:999999;

}
.contact-widget p{
	margin-bottom:10px;
	opacity:1;
}
.contact-widget .clearfix{
	margin-bottom:20px;
}


/*------------------------------------------------------------------*/ 
/*	15) SMALL DEVICES
/*------------------------------------------------------------------*/
@media (max-width: 979px) {
.logo-wrap{
	width:180px;
}
.navopener{
	width:40px;
	height:30px;
}
#nav .sf-menu{
	display:none;
}

nav#nav{
	width:100%;
	height:70px;
	display:block;
	position:relative;
	z-index:999999999;
}
.nav-toggle{
	display:block;
}
.mobile-menu-inner{
	display:block;
}

/*************** SLIDER ***************/
.slider-btn-wrap{
	width:160px;
	margin-left:-80px;
}
.slider-btn{
	width:160px;
	font-size:16px;
}
.carousel li{
	font-size:50px;
}

/*************** WORK ***************/
.work-title-right, .work-title-left{
	width:277px;
}
.work-title-right h4, .work-title-left h4{
	font-size:17px;
}
.work-title-right p, .work-title-left p{
	font-size:12px;
}

/*************** TEAM ***************/
.grid .figure .hidden {
	display:block;
}

.cs-style-1 .figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	display:none;
	text-align: center;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.cs-style-1 h4 {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	margin-bottom:0;
}
.no-touch .cs-style-1 .figure:hover .figcaption,
.cs-style-1 .figure.cs-hover .figcaption {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.no-touch .cs-style-1 .figure:hover h4{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

/*************** BLOG ***************/
.image-wrap{
	width:90px;
	height:90px;
	position:relative;
	margin-right:10px;
	margin-bottom:20px;
}

/*************** PORTFOLIO ***************/
.view {
   width: 33.333%;
}
.view-tenth img {
   -webkit-transform: none;
   -moz-transform: none;
   -o-transform: none;
   -ms-transform: none;
   transform: none;
   -webkit-transition: none;
   -moz-transition: none;
   -o-transition: none;
   -ms-transition: none;
   transition: none;
}
.view-tenth .mask {
   background-color: rgba(0, 0, 0, 0.5);
   -webkit-transition: none;
   -moz-transition: none;
   -o-transition: none;
   -ms-transition: none;
   transition: none;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
}
.view-tenth h3 {
   border-bottom:none;
   margin: 20px 40px 0px 40px;
   -webkit-transform: none;
   -moz-transform: none;
   -o-transform: none;
   -ms-transform: none;
   transform: none;
   -webkit-transition: none;
   -moz-transition: none;
   -o-transition: none;
   -ms-transition: none;
   transition: none;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
   -webkit-transform: none;
   -moz-transform: none);
   -o-transform: none;
   -ms-transform: none;
   transform: none;
   -webkit-transition: none;
   -moz-transition: none;
   -o-transition: none;
   -ms-transition: none;
   transition: none;
}
.view-tenth:hover img {
   -webkit-transform: none;
   -moz-transform: none;
   -o-transform: none;
   -ms-transform: none;
   transform: none;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h3,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: none;
   -moz-transform: none;
   -o-transform: none);
   -ms-transform: none;
   transform: none);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view h3 {
   margin-top:30%;
   margin-right:0;
   margin-left:0;
   margin-bottom:10%;
}

}

@media (min-width: 768px) and (max-width: 979px) {

.nav-toggle{
	display:block;
}
.mobile-menu-inner{
	display:block;
}

/*************** SKILLS ***************/
.chart {
    float: left;
    width:100%;
	text-align:center;
}

/*************** PORTFOLIO ***************/
.view {
   width: 33.333%;
}

/*************** CONTACT ***************/
.input-holder-1{
	width:228px;
	margin-right:20px;
}
.input-holder-2{
	width:228px;
}

}

@media (min-width: 480px) and (max-width: 767px) {

h1.standart-title{
	font-size:22px;
}

/*************** SLIDER ***************/
.slider-btn-wrap{
	width:150px;
	margin-left:-75px;
}
.slider-btn{
	width:150px;
	font-size:14px;
}
.carousel li{
	font-size:38px;
}

/*************** SERVICE ***************/
.box_image_with_border p{
	padding:0 20px;
}

/*************** WORK ***************/
.work-title-right, .work-title-left{
	width:345px;
	float:right;
	margin-left:15px;
	margin-right:0;
}
.work-title-right h4, .work-title-left h4{
	text-align:left;
	margin-bottom:5px;
}
.work-title-right p, .work-title-left p{
	font-size:13px;
	text-align:left;
	margin:0;
}

/*************** FUN FACT ***************/
.fun-fact{
	width:100%;
	text-align:center;
	float:left;
	vertical-align:central;
	margin:0 0 30px 0;
}

/*************** PORTFOLIO ***************/
.view {
   width: 50%;
}


/*************** CONTACT ***************/
.input-holder-1{
	width:100%;
}
.input-holder-2{
	width:100%;
}

}

@media (max-width: 479px) {

/*************** SLIDER ***************/
.slider-btn-wrap{
	width:120px;
	height:auto;
    text-align:center;
    position:absolute;
    top:60%;
	left:50%;
	margin-left:-60px;
}
.slider-btn{
	width:120px;
	height:auto;
	padding:5px 15px;
	font-size:18px;
}
.carousel li{
	font-size:30px;
	
}

/*************** WORK ***************/
.work-title-right, .work-title-left{
	width:225px;
	float:right;
	margin-left:15px;
	margin-right:0;
}
.work-title-right h4, .work-title-left h4{
	text-align:left;
	margin-bottom:5px;
}
.work-title-right p, .work-title-left p{
	font-size:13px;
	text-align:left;
	margin:0;
}

/*************** FUN FACT ***************/
.fun-fact{
	width:100%;
	text-align:center;
	float:left;
	vertical-align:central;
	margin:0 0 30px 0;
}

.view {
   width: 100%;
}

/*************** CONTACT ***************/
.input-holder-1{
	width:100%;
}
.input-holder-2{
	width:100%;
}

}

.menu-hide{
	height: 280px;
	width: auto;
}



@media screen and (max-width: 768px){
	.rw-sentence { font-size: 18px; }
	#nav		 {display:block;}
}
@media screen and (max-width: 320px){
	.rw-sentence { font-size: 9px; }
}


