@charset "utf-8";
/*	Copyright 2014. MyPassion.
	Template Version 1.0.0
/*

/**************************************************/

/*	LIST OF SECTION :
		01)  HEADER & REVOLUTION SLIDER
		02)  NAV
		03)  SERVICES
		04)  ABOUT US
		05)  CONTENT BOX
		06)  CBP QTROTATOR
		07)  FEATURES
		08)  TEAM
		09)  HISTORY
		10)  VIDEO
		11)  PARALLAX
		12)  FUN FACT
		13)  PORTFOLIO
		14)  PRICESS
		15)  CLIENTS
		16)  NEWS
		17)  ISOTOPE FILTERING
		18)  CONTACT
		19)  SMALL DEVICES
		
/**************************************************/

body{
	font-family: 'Open Sans', Arial, sans-serif; 
	font-weight: 300;
	font-size: 14px;
	overflow: scroll;
	overflow-x: hidden; 
	
}
#loading-mask {
    background-color: #333;
    height:100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
	text-align:center;
	opacity:1;
}
.loading-img{
	background-color: #333;
    height:100%;
    left: 0;
    position: fixed;
    top: 50%;
    width: 100%;
}
#loading-mask img{
	text-align:center;
}
.body-wrapper{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	z-index:9;
	position:relative;
	height:auto;
}

/*------------------------------------------------------------------*/ 
/*	01) HEADER & REVOLUTION SLIDER
/*------------------------------------------------------------------*/
#header{
	width:100%;
	float:left;
	position:relative;
}

.headermask{
	width:100%;
	height:100%;
	z-index:11;
	position:absolute;
}
/********** SLIDER **********/
.slider-btn{
	padding:12px 50px;
	border:1px solid rgba(51,51,51,0.7);
}
.slider-btn:hover{
	border:1px solid rgba(51,51,51,1);
}
.slider-btn-white{
	padding:12px 18px;
	border:1px solid rgba(255,255,255,0.7);
}
.slider-btn-white:hover{
	border:1px solid rgba(255,255,255,1);
}
.dark{
	color:#fcfcfc;
}
.slider-wrap{
	width:100%;
	height: auto;
	float:left;
	clear:both;
}
.head-slider{
	height:auto;
	width:100%;
	float:left;
	position:relative;
}
.fullwidthbanner-container{
	max-height:650px !important;
	width:100% !important;
	position:relative;
	padding:0;
	height:auto;
	overflow:hidden;
}
.fullwidthbanner{
	height:auto;
	max-height:650px;
}
.clearfix {
	float: none;
	clear: both;
}

/*------------------------------------------------------------------*/ 
/*	02) NAV
/*------------------------------------------------------------------*/
#nav{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	z-index:99999999999999;
	position:relative;
	border-bottom:1px solid #eee;
	display:block;
}
#nav > div > div > .span2, #nav > div > div > .span10{
	margin-bottom:0;
}
.logo-wrap{
	width:180px;
	float:left;
	padding:5px 0;
}
.logo-wrap img{
	max-width:315px;
	float:left;
}
.navopener{
	width:750px;
	margin-left:10px;
	float:right;
	position:relative;
}
.sticky-wrapper{
	float:left;
	width:100%;
}
#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: 'Open Sans', Arial, sans-serif;
}
#nav ul.sf-menu li ul{
	border-top:2px solid #FA7500;
}
.sf-menu > li:nth-last-child(1){
	margin-right:0;
}
#nav .sf-menu > li > a{
	padding-right:12px;
	padding-left:12px;
	font-size:14px;
	font-family: 'Open Sans', 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: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	padding:10px 20px;
}
#nav ul.sf-menu li.current a{
	color:#374852;
}
#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: 'Open Sans', 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:30px;
	font-weight:100;
	text-align:center;
	margin:0;
	text-transform:uppercase;
}
.text-center{
	text-align:center;
	margin-bottom:60px;
	margin-top:5px;
}
span.border-center{
	border-bottom:3px solid #FA7500;
	width:70px;
	display:inline-block;
	margin-bottom:60px;
	position:relative;
	margin:0;
}
.wrap-block{
	cursor: pointer;
}
.wrap-block h4, .wrap-block p{
	padding:0 20px;
}
.wrap-block span i{
	text-align:center;
	font-size:30px;
	color:#333;
	opacity:0.8;
}
.top-icon{
	margin-bottom:20px;
}
.full-border{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E5E5E5;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: auto;
	display:block;
    margin:0 0 30px 20px;
    width: 100%;
}

/*------------------------------------------------------------------*/ 
/*	04) ABOUT US
/*------------------------------------------------------------------*/
section#about{
	width:100%;
	height:auto;
	float:left;
	
}

/********** TABS **********/
/*.tabs{
	float:left;
	width:100%;
}
.ui-tabs-nav{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	width:100%;
	min-width:100%;
	border:none;
	display:block;
}
.tabs ul.fixed-size li{
	display:inline-block;
	position:relative;
	margin-right:2px;
}
.ui-tabs-nav>li{
	margin-bottom:-1px;
}
.ui-state-default a{
	text-align:center;
	padding:12px 20px;
	font-size:18px;
	font-weight:normal;
	display:block;
}
.ui-tabs-active a{
	border-top:2px solid #FA7500;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	
}
.ui-tabs-panel{
	min-height:200px;
	width:100%;
	float:left;
	padding:25px 20px 25px 20px;
}
#tabs1, #tabs2, #tabs3, #tabs4{
	border:1px solid #eee;
	display:block;
	z-index:1;
}
.alignleft{
	float:left;
	margin:0 20px 20px 0;
}*/

/********** PACE **********/
/*.border-wrap{
	width:100%;
	float:left;
	margin-top:2px;
	padding:30px 20px 10px 20px;
	border:1px solid #eee;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom:20px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  position: relative;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 20px;
  overflow: hidden;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  
}

.pace h5{
	line-height:1.5;
	padding:0 0 0 10px;
	margin:0;
	float:left;
	color:rgba(255, 255, 255, 0.8);
	font-size:13px;
}

.pace span{
	line-height:1.5777;
	padding:0 10px 0 0;
	margin:0;
	float:right;
	color:rgba(255, 255, 255, 0.8);
	font-size:13px;
}

.pace .pace-progress-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -32px;
  bottom: 0;

  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;

  -webkit-animation: pace-stripe-animation 2000ms linear infinite;
  -moz-animation: pace-stripe-animation 2000ms linear infinite;
  -ms-animation: pace-stripe-animation 2000ms linear infinite;
  -o-animation: pace-stripe-animation 2000ms linear infinite;
  animation: pace-stripe-animation 2000ms linear infinite;
}

@-webkit-keyframes pace-stripe-animation {
  0% { -webkit-transform: none; transform: none; }
  100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-moz-keyframes pace-stripe-animation {
  0% { -moz-transform: none; transform: none; }
  100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-o-keyframes pace-stripe-animation {
  0% { -o-transform: none; transform: none; }
  100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-ms-keyframes pace-stripe-animation {
  0% { -ms-transform: none; transform: none; }
  100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@keyframes pace-stripe-animation {
  0% { transform: none; transform: none; }
  100% { transform: translate(-32px, 0); transform: translate(-32px, 0); }
}*/

.fun-fact-wrap{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	background:#fff;
}
.fun-fact-wrap h1{
	margin-bottom:20px;
}

/*------------------------------------------------------------------*/ 
/*	12) FUN FACT
/*------------------------------------------------------------------*/
.fun-fact{
	width:100%;
	text-align:center;
	float:left;
	vertical-align:central;
	margin:0;
}
.fun-fact h1{
	text-align:center;
	margin:10px 0 10px 0;
	font-size:60px;
	color:#FA7500;
}
.fun-fact p{
	text-align:center;
	margin:0;
	font-size:16px;
	font-weight:normal;
	line-height:0;
	opacity:1;
}
.flex-direction-nav{
	display:none;
}

/*------------------------------------------------------------------*/ 
/*	06) BLOX
/*------------------------------------------------------------------*/
.blox {
	width:100%;
	float:left;
    background:#333;
    margin: 0;
    padding: 60px 0 30px !important;
    text-shadow: none;
}
.blox h2, .blox h5{
	color:#fff;
}
.blox a.purchase-btn {
    background: rgba(0, 0, 0, 0);
	color:#fff;
    border: 2px solid #FFFFFF;
    box-shadow: none;
    float: right;
    font-weight: 400;
    letter-spacing: 3px;
    margin-left: 20px;
    padding: 16px 26px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
	-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;
}
.blox a.purchase-btn:hover{
	background:#fff;
	color:#333;
}

/*------------------------------------------------------------------*/ 
/*	06) CBP QTROTATOR
/*------------------------------------------------------------------*/

.cbp-qtrotator {
	position: relative;
	width: 100%;
	height:auto;
	vertical-align:central;
	padding:0;
	margin:0;
}

h1.quote{
	font-weight:100;
	text-align:center;
	margin:0 0 60px 0;
}
h1.quote i{
	display:block; 
	width:60px;
	height:60px;
	line-height:60px;
	font-size:20px;
	text-align:center;
	position:relative;
	left:50%;
	margin-left:-30px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		    border-radius: 50%;
	
}
h1.quote i:after{
	top: 100%;
	left:50%;
	margin-left:-9px;
	margin-top:-2px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #FA7500;
	border-width: 9px;
	z-index:999999;

}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	/*border-bottom: 1px solid #f4f4f4;*/
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
	border:none;
}

.cbp-qtrotator blockquote p {
	font-size: 16px;
	font-weight: normal;
	margin: 0.4em 0 1em;
	opacity:1;
}

.cbp-qtrotator blockquote footer a {
	font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
	content: '―';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
	border:1px solid rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}

/*------------------------------------------------------------------*/ 
/*	07) FEATURES
/*------------------------------------------------------------------*/
#features{
	width:100%;
	float:left;
}

/********** CHART **********/
.wrap-chart{
	width:100%;
	height:auto;
	float:left;
}
.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.chart {
    width:180px;
	height:180px;
	float:left;
	background:#fcfcfc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
}
.percentage{
    text-align: center;
    font-weight: 300;
    font-size: 16px;
	margin:0 auto;
    text-align:center;
}
.percentage span{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    text-align:center;
}

/*------------------------------------------------------------------*/ 
/*	08) TEAM
/*------------------------------------------------------------------*/
section#team{
	width:100%;
	height:auto;
	float:left;
	
}

.wrap-team{
	width:100%;
	float:left;
	position:relative;
	margin-top:65px;
}
.team-1 h3{
	margin-bottom:8px;
}
.team-1 .jobs{
	margin-bottom:8px;
	margin-top:0;
	opacity:1;
}
.wrap-team-img{
	width:150px;
	height:150px;
	position:absolute;
	top:-75px;
	left:50%;
	margin-left:-75px;
	margin-top:25px;
	border:3px solid #eee;
	-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+ */
}
.img-mask{
	width:147px;
	height:147px;
	position:absolute;
	top:-27px;
	left:50%;
	margin-left:-73.5px;
	margin-top:25px;
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;	
	border-radius: 50%;
	-webkit-transition:all .2s ease-out 0s;
	-moz-transition:all .2s ease-out 0s;
	-o-transition:all .2s ease-out 0s;
	-ms-transition:all .2s ease-out 0s;
}
.wrap-team-img img{
	max-width:100%;
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;	
	border-radius: 50%;
}
.team-1{
	width:100%;
	float:left;
	padding:120px 20px 20px 20px;
	text-align:center;
}
.team-1 h4{
	margin-bottom:5px;
}
.team-1 .jobs{
	margin-bottom:7px;
	margin-top:0;
	opacity:1;
}

/***** Carausel *****/
.team-carousel{
	position:relative;
	padding-top:60px;
	z-index:4000;
}
.team-carousel ul{
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}
.team-carousel ul li{
	text-align:center;
	border:none;
	float:left;
	padding:0;
	height:auto;
	-webkit-transition:all .2s ease-out 0s;
	-moz-transition:all .2s ease-out 0s;
	-o-transition:all .2s ease-out 0s;
	-ms-transition:all .2s ease-out 0s;
}
.tfs-nav{
	width:100%;
	display:block;
	text-align:center;
}
.tfs-nav-left, .tfs-nav-right {
	width: 40px;
	height:40px;
	position: absolute;
	text-align:center;
	top:-4%;
	cursor:pointer;
	z-index:1;
}
.tfs-nav-left{
	left:50%;
	margin-left:-35px
}
.tfs-nav-right{
	right:50%;
	margin-right:-55px;
}
.tfs-nav span i{
	width: 36px;
	height: 36px;
	line-height:36px;
	text-align:center;
	font-size:18px;
	display:block;
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;	
	border-radius: 50%;
}

/*------------------------------------------------------------------*/ 
/*	09) HISTORY
/*------------------------------------------------------------------*/
.history{
	width:100%;
	float:left;
}
.timeline{
	list-style-type:none;
	position:relative;
	padding:0;
	margin:56px 0 0 0;
}

ul.timeline:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 4px;
	left: 50%;
	margin-left: -2px;
	z-index: 997;
}
ul.timeline li {
    width: 50%;
	margin-bottom:93px;
	position:relative;
}
ul.timeline li:nth-child(2n+1) {
    text-align: left;
    left: 50%;
    padding-left: 100px;
}
ul.timeline li:nth-child(2n) {
    text-align: right;
	padding-right: 100px;
}
ul.timeline li:last-child {
	margin-bottom: 0;
	text-align: left;
    left: 50%;
    padding-left: 100px;
}
ul.timeline li:last-child:before {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	left: -5px;
	z-index: 998;
}
ul.timeline li .history-img {
    position: absolute;
    top: -56px;
    z-index: 999;
    margin-bottom: 0px;
	border: 10px solid #eee;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: border-color 300ms linear 0s;
	-moz-transition: border-color 300ms linear 0s;
	-o-transition: border-color 300ms linear 0s;
	transition: border-color 300ms linear 0s;
	height: 140px;
	width: 140px;
	outline: 10px solid white;
}
ul.timeline li:hover .history-img {
	border: 10px solid #FA7500;
}
ul.timeline li:nth-child(2n+1):hover .history-img:before {
	border-left: 6px solid #FA7500;
}
ul.timeline li:nth-child(2n):hover .history-img:before {
	border-right: 6px solid #FA7500;
}
ul.timeline li:nth-child(2n+1) .history-img {
	left:-70px;
}
ul.timeline li:nth-child(2n) .history-img {
	right:-70px;
}
ul.timeline li .history-img:before {
	content: '';
	position: absolute;
	z-index: 999;
	display: block;
	top: 50%;
	margin-top: -6px;
	-webkit-transition: border-color 300ms linear;
	-moz-transition: border-color 300ms linear;
	-o-transition: border-color 300ms linear;
	transition: border-color 300ms linear;
}
ul.timeline li:nth-child(2n+1) .history-img:before {
	right: -15px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #eee;
}
ul.timeline li:nth-child(2n) .history-img:before {
	left: -15px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #eee;
}
ul.timeline li .history-img img {
    position: relative;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
ul.timeline li .history-time {
    font-size:22px;
	line-height:22px;
}
ul.timeline li .history-title {
    margin-bottom:10px;
}

/*------------------------------------------------------------------*/ 
/*	10) VIDEO
/*------------------------------------------------------------------*/
.video-wrap{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.video-title{
	position:absolute;
	text-align:center;
	margin:0 auto;
	width:100%;
	height:auto;
	float:left;
	z-index:99999;
}
.videomask{
	width:100%;
	height:100%;
	z-index:11;
	position:absolute;
	background:url(../img/pattern-dotted.png) repeat;
}
.player{
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:100%;
	min-height:600px;
	margin-top:0;
	left:0;
	overflow: hidden;
}

/*------------------------------------------------------------------*/ 
/*	11) PARALLAX
/*------------------------------------------------------------------*/
.parallax-wrapper{
    width: 100%;
	height:auto;
    margin: 0px auto;
    clear: both;
	float:left;
	position:relative;
}

.parallax-mask{
	width:100%;
	height:100%;
	z-index:11;
	position:absolute;
	background:rgba(0, 0, 0, 0.55);
}
.parallax-home{
	width:100%;
	min-height:400px;
	padding:70px 0;
	float:left;
	background:url(../img/parallax/parallax.jpg) repeat fixed center;
}
.parallax-home-2{
	width:100%;
	min-height:400px;
	padding:70px 0 0 0;
	float:left;
	text-align:center;
	background:url(../img/parallax/parallax1.jpg) repeat fixed center;
}
.parallax-home-2 h3{
	margin-bottom:45px;
	padding:0 60px;
	color:#eee;
	text-align:center;
	z-index:222;
	position:relative;
}
.lexon-img{
	width:100%;
	float:left;
	text-align:center;
}
.parallax-home-2 img{
	text-align:center;
	z-index:222;
	margin-bottom:-5px;
	position:relative;
}
.parallax-home-1{
	width:100%;
	min-height:400px;
	padding:70px 0 55px 0;
	float:left;
	background:url(../img/parallax/parallax2.jpg) repeat fixed center;
}


.parallax-wrapper > div > div p.text-center{
	margin-top:15px;
	margin-bottom:25px;
	opacity:1;
}
.parallax-wrapper > div > div p.standart-title-bottom{
	text-align:center;
	opacity:1;
}
.parallax-home > div p.standart-title-bottom{
	text-align:center;
	margin-bottom:60px;
	opacity:1;
}
.parallax-wrapper > div > div .span3{
	margin-bottom:0;
}

/*------------------------------------------------------------------*/ 
/*	13) PORTFOLIO
/*------------------------------------------------------------------*/
section#portfolio{
	width:100%;
	height:auto;
	float:left;
}
.portfolio-og {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

.portfolio-og li {
	display: inline-block;
	margin: 0 -4px 0 0;
	vertical-align: top;
	height: auto;
	width:20%;
}

.portfolio-og li .hover-portfolio {
	background:(0,0,0,1);
	position:absolute;
	width:50px;
	height:50px;
	z-index:9999;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}

.portfolio-og li:hover .hover-portfolio {
	background:rgba(0,0,0,0.8);
	z-index:9999;
}

.portfolio-og li > a,
.portfolio-og li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	width:100%;
	height:auto;
}

.portfolio-og li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #3c4852;
	border-width: 15px;
	left: 50%;
	margin: -30px 0 -20px -15px;
}

.og-expander {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 0;
	text-align: left;
	height: 0;
	overflow: hidden;
	margin-bottom:0;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-fullimg,
.og-details {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.og-details {
	padding: 0 40px 0 20px;
	width:35%;
	border-left:1px solid #333;
	-webkit-box-shadow: inset 1px 0 0 #465460;
	-moz-box-shadow: 	inset 1px 0 0 #465460;
	box-shadow: 		inset 1px 0 0 #465460;
}

.og-fullimg {
	text-align: center;
	width:65%;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 95%;
	border:5px solid #465460;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.og-details h1 {
	padding: 40px 0 10px;
	margin-bottom: 10px;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin-bottom:40px;
}

.og-details a {
	margin: 30px 0 0;
}

.og-details a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

.btn-theme-large{
	font-size:18px;
	border:1px solid rgba(255,255,255,1);
	color:rgba(255,255,255,1);
	padding:8px 15px;
	-webkit-transition: all 0.3s ease-in-out;
    -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;
}
.btn-theme-large:hover{
	color:#333;
	background:#fff;
}

/*------------------------------------------------------------------*/ 
/*	14) PRICESS
/*------------------------------------------------------------------*/
#pricess{
	width:100%;
	height:auto;
	float:left;
}
article{
	margin-top:5px;
	z-index:775;
	position:relative;
	text-align:center;
	border:2px solid #eee;
	padding:50px 15px 30px 15px;
}
article .pricess-icon, article .pricess-icon-star{
	width:100px;
	height:60px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-50px;
	margin-top:-30px;
	text-align:center;
	z-index:777;
}
article .pricess-icon i, article .pricess-icon-star i{
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	z-index:779;
	
	float:left;
	margin-left:20px;
	font-size:18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 60px;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 60px;
	-webkit-box-sizing: border-box;    /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;       /* Firefox, other Gecko */
	box-sizing: border-box;            /* Opera/IE 8+ */
	-webkit-transition: all 0.3s ease-in-out;
    -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;
}

article:hover .pricess-icon i, article:hover .pricess-icon-star i{
	margin-top:-5px;
}
article p{
	font-size:12px;
}
article p span{
	font-size:22px;
	font-weight:bold;
}
article ul{
	padding:18px 0 20px 0;
	margin:0;
	line-height:22px;
	text-align:center;
	list-style-type:none;
}
.pricetable-item {
    font-size: 12px;
    margin-bottom: 9px;
    padding-bottom: 9px;
}
.button-pric {
    font-weight: 400;
    font-size: 13px;
	width:180px;
	display:inline-table;
    padding: 8px 20px;
	text-align:center;
    text-decoration: none;
    border: 1px solid #3d7399;
	-webkit-transition: all 0.3s ease-in-out;
    -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-box-sizing: border-box;    /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;       /* Firefox, other Gecko */
	box-sizing: border-box;            /* Opera/IE 8+ */
}
.button-star {
    font-weight: 400;
    font-size: 13px;
	width:180px;
	display:inline-table;
    padding: 8px 20px;
	text-align:center;
    text-decoration: none;
    border: 1px solid #222;
	-webkit-transition: all 0.3s ease-in-out;
    -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-box-sizing: border-box;    /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;       /* Firefox, other Gecko */
	box-sizing: border-box;            /* Opera/IE 8+ */
}

/*------------------------------------------------------------------*/ 
/*	15) CLIENTS
/*------------------------------------------------------------------*/
section#client{
	width:100%;
	height:auto;
	float:left;
}

/***** Carausel *****/
.clients-carousel{
	position:relative;
	padding:15px 50px;
	z-index:4000;
	
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;	
	border-radius: 4px;
	
	-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;
	width:170px;
	height:95px;
}
.clients-carousel li img{
	padding:0;
	margin:0;
	display:block;
	max-width:170px;
	max-height:95px;
}
.clients-carousel ul li a{
	width:170px;
	height:95px;
	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;
}
.cfs-nav-right{
	right:0;
}
.cfs-nav span i{
	width: 40px;
	height: 30px;
	line-height:30px;
	text-align:center;
	font-size:30px;
	top: 40%;
	position:relative;
	
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	border-radius: 3px;
}


/*------------------------------------------------------------------*/ 
/*	18) CONTACT
/*------------------------------------------------------------------*/
#contact{
	width:100%;
	height:auto;
	float:left;
	background:none;
}
#contact .container p.text-center{
	margin-top:5px; 
	margin-bottom:60px;
}
.contact-form{
	width:100%;
	float:left;
}
.input-holder{
	float:left;
	margin-bottom:15px;
}
.input-holder-1{
	margin-right:20px;
	width:220px;
}
.input-holder-2{
	width:220px;
}
.input-holder-3{
	width:100%;
	float:left;
}
.input-holder-4{
	width:100%;
}
.form2{
	float:right;
	clear:both;
}
.form2 .btn{
	padding:10px 15px;
	margin:0;
	border:1px solid #FA7500;
	-webkit-transition: all 0.3s ease-in-out;
    -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;
}
.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(51, 51, 51, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	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(51, 51, 51, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	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(51, 51, 51, 1);
	box-shadow: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.alertMessage{
	margin-top:5px;
	padding:0;
}
.alertMessage ul{
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}

/********** Map **********/
#map {
    float: left;
    height: 622px;
    width: 100%;
}

/********** Contact Widget **********/
.contact-footer{
	width:100%;
	min-height:100px;
	float:left;
	background:#333;
	z-index:12;
}
.arrow {
	margin: -25px auto 0 !important;
    position: relative !important;
    z-index: 10 !important;
    border-bottom: 25px solid #333;
    border-left: 30px solid rgba(0, 0, 0, 0);
    border-right: 30px solid rgba(0, 0, 0, 0);
    display: block;
    margin: 0 auto;
    width: 0;
}
.contact-widget{
	width:100%;
	height:auto;
	float:left;
	padding:40px 0 0 0;
	text-align:center;
}
.contact-widget i{
	display:block; 
	width:60px;
	height:60px;
	line-height:60px;
	font-size:20px;
	text-align:center;
	position:relative;
	left:50%;
	margin-left:-30px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		    border-radius: 50%;
	
}
.contact-widget i:after{
	top: 100%;
	left:50%;
	margin-left:-9px;
	margin-top:-2px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #FA7500;
	border-width: 9px;
	z-index:999999;

}
.contact-widget p{
	width:100%;
	text-align:center;
	opacity:1;
	margin-top:20px;
}


/*------------------------------------------------------------------*/ 
/*	19) SMALL DEVICES
/*------------------------------------------------------------------*/
@media (max-width: 979px) {
.logo-wrap{
	width:180px;
	padding:15px 0;
}
.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;
}


/*************** 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 ***************/

/*************** VIDEO ***************/
.player{
	min-height:400px;
}
.video-title img{
	height:400px;
}

/*************** PORTFOLIO ***************/
.portfolio-og li {
	width:25%;
}
.og-details h1 {
	font-size:22px;
}

}

@media (min-width: 768px) and (max-width: 979px) {

.nav-toggle{
	display:block;
}
.mobile-menu-inner{
	display:block;
}

/*************** SLIDER ***************/
.size30{
	font-size:18px;
}
.size48{
	font-size:30px;
}
.size50{
	font-size:40px;
}

/*************** SKILLS ***************/
.chart {
    float: left;
    width:100%;
	text-align:center;
}

/*************** VIDEO ***************/
.player{
	min-height:350px;
}
.video-title img{
	height:350px;
}

/*************** PORTFOLIO ***************/
.portfolio-og li {
	width:25%;
}
.og-details h1 {
	font-size:22px;
}

/*************** NEWS ***************/

/*************** CONTACT ***************/
.input-holder-1{
	width:166px;
	margin-right:20px;
}
.input-holder-2{
	width:166px;
}

}

@media (min-width: 480px) and (max-width: 767px) {

h1.standart-title{
	font-size:22px;
}

/*************** SLIDER ***************/
.size14{
	font-size:10px;
}
.size20{
	font-size:10px;
}
.size30{
	font-size:12px;
}
.size48{
	font-size:18px;
}
.slider-btn-white{
	padding:4px 7px;
	font-size:12px;
}
.size50{
	font-size:18px;
}

/*************** SERVICE ***************/
#service .span3{
	margin-bottom:60px;
}

/*************** 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;
}

/*************** TEAM ***************/
.team-carousel ul li{
	width:300px;
}
.tfs-nav-left{
	left:50%;
	margin-left:-45px
}
.tfs-nav-right{
	right:50%;
	margin-right:-45px;
}

/*************** PRICESS ***************/
article.span4{
	margin-bottom:60px;
}

/*************** FUN FACT ***************/
.fun-fact{
	width:100%;
	text-align:center;
	float:left;
	vertical-align:central;
	margin:0 0 30px 0;
}

/*************** VIDEO ***************/
.player{
	min-height:280px;
}
.video-title img{
	height:280px;
}

/*************** PORTFOLIO ***************/
.portfolio-og li {
	width:33.333%;
}
.og-details h1 {
	font-size:22px;
}

/*************** NEWS ***************/




/*************** CONTACT ***************/
.input-holder-1{
	width:100%;
}
.input-holder-2{
	width:100%;
}

}

@media (max-width: 479px) {

/*************** SLIDER ***************/
.size14{
	font-size:10px;
}
.size20{
	font-size:10px;
}
.size30{
	font-size:12px;
}
.size48{
	font-size:18px;
}
.slider-btn-white{
	padding:4px 7px;
	font-size:12px;
}
.size50{
	font-size:18px;
}

/*************** SERVICE ***************/
#service .span3{
	margin-bottom:60px;
}

/*************** 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;
}

/*************** VIDEO ***************/
.player{
	min-height:210px;
}
.video-title img{
	height:210px;
}

/*************** PORTFOLIO ***************/
.portfolio-og li {
	width:50%;
}
.og-details h1 {
	font-size:22px;
}

/*************** TEAM ***************/
.team-carousel ul li{
	width:300px;
}
.tfs-nav-left{
	left:50%;
	margin-left:-45px
}
.tfs-nav-right{
	right:50%;
	margin-right:-45px;
}

/*************** PRICESS ***************/
article.span4{
	margin-bottom:60px;
}

/*************** FUN FACT ***************/
.fun-fact{
	width:100%;
	text-align:center;
	float:left;
	vertical-align:central;
	margin:0 0 30px 0;
}

/*************** CONTACT ***************/
.input-holder-1{
	width:100%;
}
.input-holder-2{
	width:100%;
}

}