@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Outdoor
  Version: 1.0
  Last change: 28/09/2015 ]
  	+++Fonts +++
	++++General Styles++++
	++++Typography ++++
	++++Page preload ++++
	++++Content Styles ++++
	++++Section  ++++
	++++Fixed title ++++
	++++Separator ++++
	++++Links  ++++
	++++Video+++++
	++++Home  +++++
	++++Item hover  ++++
	++++Header  ++++
	++++Navigation ++++
	++++About ++++
	++++Services++++
	++++Facts  ++++
	++++Team++++
	++++Testimonials ++++
	++++Footer ++++
	++++Portfolio++++
	++++Share ++++
	++++Contacts++++
	++++Blog ++++
	++++Css-animation ++++
	++++Responsive++++
*/
/*-------------Import fonts ---------------------------------------*/
@font-face {
	font-family:'FuturaPT-Book';
	src: url('../fonts/FuturaPT-Book_gdi.eot');
	src: url('../fonts/FuturaPT-Book_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaPT-Book_gdi.woff') format('woff'),
		url('../fonts/FuturaPT-Book_gdi.ttf') format('truetype'),
		url('../fonts/FuturaPT-Book_gdi.svg#FuturaPT-Book') format('svg');
}
@font-face {
	font-family:'futurastd-bold';
	src: url('../fonts/futurastd-bold.eot');
	src: url('../fonts/futurastd-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/futurastd-bold.woff') format('woff'),
		url('../fonts/futurastd-bold.ttf') format('truetype'),
		url('../fonts/futurastd-bold.svg#FuturaPT-Book') format('svg');
}
/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'FuturaPT-Book';
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background:white;
	height:100%;
	text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
 
/*--------------Typography--------------------------------------*/
     table {
	text-align:left;
	font-size:16px;
	line-height:24px;
	padding-bottom:10px;
  color: white;
}


h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;	
}
h2 {
	font-size: 2.6em;
	font-weight: 300;
  
}
h3 {
	font-size: 1.8em;
  color: #45af4b;
  font-weight: 800;
}
h4 {
	font-size: 0.9em;
	font-weight: 200;	
}
h5 {
	font-size: 0.8em;
	font-weight: 200;
}
h6 {
	font-size: 0.6em;
	font-weight: 200;
}
p {
	text-align:left;
	font-size:16px;
	line-height:24px;
	padding-bottom:10px;
}
blockquote {
	float:left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
}

p strong
{

	font-weight: bold;



}
/* ---------Page preload--------------------------------------*/
.loader {
	position:fixed;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	z-index:100;
	font-size:24px;
	line-height:50px;
	margin-left:-25px;
	margin-top:-25px;
	color:#000;
	opacity:0.8;
}
.cn-loader {
	top:10px !important;
	left:0;
	font-size:18px;
	margin:0 !important;
}
.fa-spin{
	-webkit-animation:spin 0.5s infinite linear;
	-moz-animation:spin 0.5s infinite linear;
	-o-animation:spin 0.5s infinite linear;
	animation:spin 0.5s infinite linear
}
@-moz-keyframes spin{
	0%{-moz-transform:rotate(0deg)}
	100%{-moz-transform:rotate(359deg)}
}
@-webkit-keyframes spin{
	0%{-webkit-transform:rotate(0deg)}
	100%{-webkit-transform:rotate(359deg)
}
}
@-o-keyframes spin{
	0%{-o-transform:rotate(0deg)}
	100%{-o-transform:rotate(359deg)
}
}
@keyframes spin{
0%{
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100%{-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
}
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	-webkit-transition: all 0.4s  ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s   ease-in-out;
	transition: all 0.4s  ease-in-out;

}
#wrapper{
	height:100%; 
	margin-left:0;
	vertical-align:top; 
	position: absolute; 
	left:0; 
	top:0; 
	right:0;
	z-index:3;
	width:100%; 

}
.left-decor , .right-decor , .fixed-wrap:before , .fixed-wrap:after{
	position:fixed;
	width:50px;
	height:100%;
	background:none;
	z-index:1;
	-webkit-transform: translate3d(0,0,0);
}
.fixed-wrap:before , .fixed-wrap:after {
	content:'';
	z-index:3;
}
.left-decor , .fixed-wrap:before {
	left:0;
}
.right-decor , .fixed-wrap:after {
	right:0;
}
.left-decor:before , .right-decor:before , .left-decor:after , .right-decor:after {
	content:'';
	position:absolute;
	width:30px;
	left:10px;
	height:1px;
	background:#eee;
}
.left-decor:before , .right-decor:before {
	top:70px;
}
.left-decor:after , .right-decor:after {
	bottom:50px;
}
.content-holder{
	vertical-align: top;
	position: absolute;
	left:0;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
	padding:50px;
  background: white;
}  


.content-holder-index{
	vertical-align: top;
	position: absolute;
	left:0;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
	padding:50px;
  
            background: url(images/bg/Teamkick_Start.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  



.slid-hol {
	padding-top:70px;
}
.container{
	max-width: 1024px;
	width:92%;
	margin:0 auto;
	position: relative; 
	z-index:2;
  
}
.content { 
	width:100%;
	position:relative;
	z-index:2;
	float:left;
}
.mr-con {
	top:-50px;
}
.full-height {
	height:100%;
} 
.wrapper-inner {
	float:left;
	width:70%;
	position:relative;
	background:#fff;
	padding:150px 0;
	z-index:3;
	opacity:0;
}
.full-width-wrap {
	width:100%;
}
.full-width-wrap:before {
	content:'';
	position:absolute;
	right:0;
	width:30%;
	background:#fff;
	top:-70px;
	height:70px;
}
.body-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#f4f4f4;
	z-index:2;
  
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
  
  
}
.full-height-parallax {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
}
.respimg {
	width:100%;
	height:auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
	z-index:2;
}
/* ---------Section --------------------------------------*/ 
section {
	float:left;
	width:100%;
	position:relative;
	padding:90px 0;
	background:#f9f9f9; 
}
.small-container {
	max-width:650px;
}
.parallax-section {
	float:left;
	width:100%;
	padding:250px 0;
	position:relative;
	overflow:hidden;
	z-index:2;
}
.parallax-section div.overlay {
	opacity:0.3 !important;
}
.sect-scroll {
	position:absolute;
	bottom:20px;
	left:50%;
	width:40px;
	height:40px;
	line-height:40px;
	margin-left:-20px;
	color:#fff;
	z-index:5;
	font-size:18px;
	-webkit-transition: all 0.4s  ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s   ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.sect-scroll:before {
	content:'';
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-30px;
	width:60px;
	background:#fff;
	height:1px;
	opacity:0.6;
}
.sect-scroll:hover {
	opacity:0.6;
}
.subtitle {
	color:#fff;
	font-size:16px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:12px;
	opacity:0.8;
}
.parallax-section .bg {
	width:110%;
	left:-5%;
	height:110%;
	top:-5%;
}
.parallax-section h2 {
	color:#fff;
	font-size:42px;
}
.align-text {
	text-align:left;
}
 
.no-border {
	border:none !important;
}
.no-padding {
	padding:0 !important;
}
/* ---------Fixed title --------------------------------------*/
.fixed-title  {
    position: fixed;
    width: 180px;
    height: 80px;
    top: 50%;
    margin-top: 115px;
    letter-spacing: 0.17em;
	font-size:14px;
    text-transform: uppercase;
	margin-left:-34px;
    text-align: center;
    cursor: default;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
	z-index:12;
}
.fixed-title span , .fixed-title a {
	position:relative;
	z-index:3;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	color:#fff;
}
.fixed-title:after {
	content:'';
	position:absolute;
	bottom:46px;
	left:0;
	z-index:2;
	width:100%;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	height:160px;
	background:#292929;
}
.fixed-title:hover:after {
	height:0;
}
.fixed-title:hover span   , .fixed-title a{
	color:#000;
}
/* ---------Separator --------------------------------------*/
.separator {
	margin:0 auto;
	width:70px;
	height:4px;
	background:#fff;
	margin:10px auto 10px;
}
.bl-sep {
	background:#000;
}
.separator-image {
	background:none;
	width:auto;
}
/* --------- Links  --------------------------------------*/
.btn {
	display: inline-block;
	padding: 14px 35px 13px 35px;
	line-height: 1;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin:20px auto;
	color:#000;
	border:2px solid #000;
	position:relative;
}
.anim-button {
	overflow:hidden;
 	-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    outline: none;
 	width: auto;
}
.anim-button i {
 	top:-100%;
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	line-height:40px;
	text-align:center !important;
	font-size:16px;
}
.wt-btn {
	color:#fff;
	border:2px solid #fff;
}
.anim-button i , .anim-button span {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.anim-button span {
	float:left;
	width:100%;
	position:relative;
	top:0;
}
.anim-button:hover span{
	top:100px;
}
.anim-button:hover i{
	top:0;
}
/* --------- Video --------------------------------------*/
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.video-mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
} 
.mob-bg {
	display:none;
}
/* --------- Home  --------------------------------------*/
.full-height-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.big-index  {
	z-index:6;
	overflow:hidden; 
}
.hero-title{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:5;
}
.hero-logo {
	margin:0 auto 10px;
	max-width:200px;
	position:relative;
}
.hero-logo:before , .hero-logo:after {
	content:'';
	position:absolute;
	top:50%;
	width:70px;
	height:3px;
	background:#fff;
	opacity:0.6;
}
.hero-logo:before {
	left:-150px;
}
.hero-logo:after {
	right:-150px;
}
.hero-logo img {
	width:100%;
	height:auto;
}
.hero-title h3 {
	color:#fff !important;
	opacity:0.8;
}
.hero-title h2 , .hero-title a {
	color:#fff;
}
.hero-link {
	margin-top:30px;
	font-size:16px;
	display:inline-table;
	padding:10px 26px;
	min-width:150px;
	border:1px solid rgba(255,255,255,0.51);
}
.hero-link:hover {
	text-decoration:underline;
}
.parallax-nav.swiper-nav-holder {
	z-index:6;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
}
.parallax-nav.swiper-nav-holder .arrow-left {
	left:32px !important;
	color:#fff;
	position:absolute;
	font-size:18px;
}
.parallax-nav.swiper-nav-holder .arrow-right {
 	color:#fff;
	right:32px !important;
	position:absolute;
	font-size:18px;
}
.hs  {
	position:absolute;
	top:50%;
	right:-40px;
	width:30px;
	z-index:20;
	height:60px;
	margin-top:-30px;
}
.hs a {
	position:relative;
	float:left;
	width:100%;
	height:30px;
	font-size:19px;
	margin-bottom:4px;
}
.slideshow-holder , .slideshow-item , .slideshow-item .item {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}
.slideshow-item .item {
	width:100%;
	height:100%;
	position:relative;
}
.slideshow-holder .overlay {
	opacity:0.4;
	z-index:3;
} 
.slide-title-holder {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:3;
}
.slide-title {
	top:50%;
	position:relative;
	z-index:5;
}
.slide-title  .separator-image {
	padding:10px 0;
}
.slide-title .subtitle {
	position:relative;
}
.slide-title .subtitle:before {
	content:'';
	position:absolute;
	top:-30px;
	left:50%;
	margin-left:-25px;
	height:25px;
    width:50px;
    border-radius: 90px 90px 0 0;
    -moz-border-radius: 90px 90px 0 0;
    -webkit-border-radius: 90px 90px 0 0;
	border:2px solid #fff;
	border-bottom:none;
}
.swiper-slide .overlay {
	opacity:0.3;
}
.slide-title h3 {
	font-size:40px;
	text-transform:uppercase; 
	letter-spacing:2px;
	position:relative;
	margin-bottom:10px;
	color:#fff;
	display:inline-table;	
}
.slide-title h3:before , .slide-title h3:after , .hero-text-holder:before , .hero-text-holder:after {
	content:'';
	position:absolute;
	top:50%;
	width:50px;
	height:1px;
	background:#fff;
	opacity:0.6;
	-webkit-transition: all 0.4s  ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s   ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.slide-title h3:before , .hero-text-holder:before {
	left:-70px;
}
.slide-title h3:after , .hero-text-holder:after {
	right:-70px;
}
.slide-title h3:hover:before  , .slide-title h3:hover:after{
	width:100%; 
}
.slide-title h4 {
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
	margin:6px 0 10px 0;
	width:100%;
	color:#fff;
}
.slide-title h3 a  , .slide-title h4 a{
	color:#fff;
}
 
.slide-title h4 a:hover , .slide-title h4 a:hover i {
	text-decoration:underline;
}
.slide-title h4 a {
	padding-right:0;
}  
.single-title h3{
	position:relative;
	opacity:1;
	top:0;
}
.single-title .slide-title {
	position:relative;
 	left:-50px;
}
.zoomimage {
	position:absolute;
	top:70px;
	right:70px;
	cursor:pointer;
	z-index:15;
	width:30px;
	height:30px;
	background:rgba(0,0,0,0.91);
}
.zoomimage  i {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	line-height:30px;
	color:#fff;
	-webkit-transition: all 0.4s  ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s   ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.zoomimage:hover i {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.zoomimage img {
	width:30px;
	height:30px;
	opacity:0;
	position:relative;
	z-index:2;
}
.hero-grid {
	float:left;
	width:50%;
	height:50%;
	position:relative;
}
.hero-grid .overlay {
	z-index:2;
	opacity:0.3;
}
.hero-slider , .hero-slider .item{
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.hero-text-holder{
	position:relative;
	text-align:center;
	color:#fff;
	font-size:40px;
	margin:0 auto 10px;
	max-width:450px;
	text-transform:uppercase;
}
.hero-text-holder .item {
	float:left;
	width:100%;
	overflow:hidden;
}
/*------item hover ------------------------------------------------*/
.box-item {
	float:left;
	width:100%;
}
.vertical-gallery  .box-item {
	margin-bottom:10px;
}
.box-item a {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.box-item a img {
	position:relative;
	z-index:1;
	-webkit-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
  	-moz-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
  	transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.box-item a .overlay {
	opacity:0;
	z-index:2;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.box-item a:hover .overlay {
	opacity:0.3;
}
.box-item a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform:scale(1.05);
	transform: scale(1.05);
}
/*------ Header  ------------------------------------------------*/
header-index{
	position:fixed;
	top:0;
	left:0;
	z-index:20;
	height:140px;
	line-height:70px;
	width:100%;
	background: white;
	-webkit-transform: translate3d(0,0,0);
  
}

.fade {
  position: absolute;
  top: 100px
  left: 100px
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
   #thumbnails { display: block; margin-bottom: 10px; margin-top:65px; }
#thumbnails ul li { float: left; margin-right: 6px; margin-bottom: 6px; }


div.fadehover {
	position: relative;
	}

img.a {
	position: absolute;
	left: 0;
	top: 0;
        z-index: 10;
	}
	
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
  
  

header{
	position:relative;
	top:0;
	left:0;
	z-index:20;
	height:160px;
	line-height:70px;
	width:100%;
	background: white;

  -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.47);
-moz-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.47);
box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.47);
  
}
.header-inner {
	float:left;
	width:100%;
	padding:0 50px;
	padding-top:10px;
	position:relative;
}
.logo-holder {
	position:absolute;
	top:10px;
	left:19%;
	width:100%;
	height:129px;

}
.logo-holder a img{
	float:left;
	width:auto;
	height:100%;
}
/*------ navigation  ------------------------------------------------*/ 
.nav-holder {
	float:left;
	position:absolute;
  left: 50%;  
 
}
nav {
	position:relative;
	float:left;
	width:100%;
	top:0px;
  text-transform: uppercase;  
  

}

.blau { 
overflow: hidden;
margin: 0px 0px 0px 0px;

 }



  .lila {background: none repeat scroll 0 0 rgba(181, 112, 162, 0.9); padding-top: 100px}                                                          
 .orange   {
background: none repeat scroll 0 0 rgba(255, 159, 0, 0.9);  padding-top: 100px  }

 .rot   {
    background: none repeat scroll 0 0 rgba(250, 77, 96, 0.9); padding-top: 100px;
}    



nav li{
	float:left;
	position:relative;
  padding: 0px;
  margin-left: 10px;


  
}
nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;

	visibility: hidden;
	position: absolute;
	min-width:150px;
	top: 3px;
	left: 0;
	z-index: 1;    
	background: #fff;	
	transition: all .2s ease-in-out; 
}
nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
nav li ul li ul {
	top: 0;
	left: -100%; 	
}
nav li ul li:hover  > ul  {
	opacity: 1;
	visibility: visible;
	right: 100%;
}	
nav li ul li {
	float: none;
	display: block;
	border: 0;
}
nav li a {
	float: left;
	line-height: 1;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
  font-weight: 500;
	color: #fff;
top: -14px;
	position:relative;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
nav li a.act-link:before {
	 content:'';
	 position:absolute;
	 bottom:0;
	 left:0;
	 width:100%;
	 height:100%;
	 background:#f5f5f5;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	z-index:-1;
}
 
nav li a.act-link:hover  {
	color:#000;
}
nav li a:hover {
	color:#ccc;
}
nav li a.act-link:hover:before {
	height:0;
}
nav li ul a:before  {
	display:none;
}
nav li ul a.act-link {
	color:#000;
	font-weight:600;
}
.nav-button-holder {
	float:right;
	border-left:1px solid rgba(255,255,255,0.4);
	margin:0 0 0 10px;
	padding-left:22px;
	display:none;
}
.nav-button {
	float:right;
	width:30px;
	height:24px;
	position:relative;
	margin-top:9px;
	cursor:pointer;
}
.nav-button span {
	float:left;
	width:100%;
	height:4px;
	background:#000;
	margin-bottom:2px;
	position:relative;
} 
 /*------ about -------------------------------------------------*/
 .scroll-page-nav {
	position:fixed;
	top:50%;
	right:0px;
	z-index:13;
	width:50px;
}
.scroll-page-nav li {
	width:100%;
	float:left;
	margin-bottom:4px;
}
.scroll-page-nav a {
	display:inline-table;
	width:7px;
	height:7px;
	border:1px solid #666;
	border-radius:100%;	
}
.scroll-page-nav a.act-link {
	background:#666;
}
.fixed-wrap {
	 position:fixed;
}
.custom-inner {
	float:left;
	width:100%;
	padding :150px 0 70px 0;
	position:relative;
	z-index:5;
}
.custom-inner .container {
	max-width:1250px;
}
.custom-inner p , .custom-inner h2 {
	color:black;
	text-align:left;
}
.custom-inner h3 {
	float:left;
	width:100%;
	margin:10px  0 20px 0;
	text-align:left;
}
.custom-inner.error-page p , .custom-inner.error-page h2  {
	text-align:center !important;
}
.custom-inner.error-page h2 {
	font-size:180px;
}
.custom-inner.error-page h3 {
	color:#fff;
	font-size:22px;
	text-align:center;
}
.custom-inner .separator {
	float:left;
}
.custom-inner.error-page .separator {
	float:none;
}
.content-link {
	float:left;
	font-size:18px;
	margin-top:30px;
	color:#fff;
}
.content-link:hover {
	text-decoration:underline;
}
.content-logo {
	margin-bottom:20px;
	opacity:0.8;
}
.signature {
	float:left;
	width:100%;
	margin-top:20px;
}
.signature img {
	float:left;
}
.section-columns {
	padding:50px 0 0 0;
}
.section-columns:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	height:50px;
	z-index:20;
}
.section-columns-text {
	float:right;
	width:60%;
	position:relative;
	background:#292929;
	padding:50px 0;
}
.section-columns-text .custom-inner {
	padding:50px 0;
}
.section-columns-img {
	position:absolute;
	top:0;
	left:0;
	width:40%;
	height:100%;
} 
/* --------- Services  --------------------------------------*/
.servicses-holder {
	float:left;
	width:100%;
}
.servicses-holder  li {
ÿ