@import url(http://fonts.googleapis.com/css?family=Helvetica Neue:400,300,500,600,700,800,900,100,200);

body{
  font-family: 'Helvetica Neue', sans-serif;
  height:100%
  overflow-y:scroll;
  -webkit-font-smoothing: antialiased;
}

.container{
	width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

}

#background{
	width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

::selection {
		background: #fff;
		color: #0000ee; 
		text-shadow: none;
		<!--002fa7; #0000ee KLEIN BLUE --> 		
	}
	
::-moz-selection {
		background: #fff;
		color: #002fa7;
		text-shadow: none;
		<!-- for FIREFOX -->
	}

p{ 
		 font-family:'Helvetica Neue',Courier; 	 	 
		 font-size:13px; 
		 font-weight: ;
		 color:#000000;		 
		 letter-spacing:1px; 
		 line-height:1.2; 
		 margin-left:0px; 
		 margin-right:0px; 
		 text-indent:0px; 
		 text-align:left; 
		 margin-top:0px; 
		 margin-bottom:0.1px;
}

a{    　	 
		color : #000000;
		font-weight:600;
		text-decoration:none;
		padding-buttom:1px;
	    -webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in; 
	
}

a:visited{
		text-decolation:none;	
}

a:hover{
	 	color:#c3c3c3;
		font-weight:600;
		text-decolation : none;
}

a:focus {
		  outline:none;
		  text-decolation:none;
}

strong{
  font-weight:700;
}


/*
**************************
TEXT - MARKERS
**************************
*/
.hl-1{ 
		 font-family:'Courier New',Courier; 	 	 
		 font-size:15px; 
		 color:#000;
     font-weight:500;     
		 letter-spacing:0px; 
		 line-height:1; 
		 margin-left:0px; 
		 margin-right:0px; 
		 text-indent:0px; 
		 text-align:left; 
		 margin-top:0px; 
		 margin-bottom:0.1px;
	}

.hl-2{ 
     font-family:'Courier New',Courier;      
     font-size:13px; 
     color:#000;
     font-weight:150;
     letter-spacing:0px; 
     line-height:1; 
     margin-left:0px; 
     margin-right:0px; 
     text-indent:0px; 
     text-align:left; 
     margin-top:0px; 
     margin-bottom:0.1px;
  }

.marker_yellow_thick { background:linear-gradient(transparent 0%, #ffff66 0%); }
.marker_yellow_thin {background: linear-gradient(transparent 60%, #ffff66 60%);}
.marker_pink_thick {background: linear-gradient(transparent 0%, #ff66ff 0%);}
.marker_pink_thin {background: linear-gradient(transparent 60%, #ff66ff 60%);}
.marker_red_thick {background: linear-gradient(transparent 0%, #ff0000 0%);}
.marker_red_thin {background: linear-gradient(transparent 60%, #ff0000 60%);}

 		

/*
**************************
HEADER
**************************
*/

header{
  position:fixed;
  width:100%;
  margin: auto;
  padding-left:13px;
  height:80px;
  z-index:9999;
  display:none;
  background:none;
  top:0;
    -webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in; 
}

header a{
  color:#000000;
}

header .logo > a{
  font-size:23px;
  font-weight:bold;
  float:left;
  line-height:80px;
  padding-right:25px;
  border-bottom: 0px solid #f1f1f1; 
  text-decolation:none;
}

header .logo > a:hover{
  color:#c3c3c3;
  text-decolation:none;
}

ul.header-nav{
  width:60%;
  float:left;
}

header li{
  color:#000;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  list-style-type: none; margin: 0 auto; float: left;

}

header li > a{
  font-size:13px;
  font-weight:bold;
  color:#000;
  padding-right:13px;
  padding-left:13px;
  font-weight:300;
  line-height:80px;
  display:inline-block;  
  border-bottom:0;
}

header li > a:hover{
  text-decolation:none;
  color:#c3c3c3;
  font-weight:700;  
}

header li > a #active{
  color:#c3c3c3;
 text-decolation:none;
}

header li ul{
  overflow: hidden; display: none; background: #f9f9f9; z-index:20;
}

header li ul li a{
  line-height:50px;
  padding-left:30px; 
  width:260px;
}

header li:hover ul{
  position: absolute; padding: 0; display: block; width: 260px;
  text-decolation : none;
}

.ajax-link-menu{
	color : #000; 
	font-weight: bold;
	font-size : 45px;
 }
 
 .ajax-link{
	color : #000; 
	font-size : 14px;
 }
 
/*
**************************
CONTENT
**************************
*/

.content{
  position:relative;
  padding: 15px 15px 15px 15px;
  width:90p%;  
  margin:150px auto;
}

.about-us-contact-info{
	position:relative;
	padding-top:100px;
	padding-buttom:100px;	
}

.one-column{
  width:40%;
  position:relative;
  float:left;
}

.one-column li{
  width:40%;
  position:relative;
  float:left;
}


.two-column{
  width:60%;
  position:relative;
  float:left;
}

.one-column p{
  font-size:12px;
  color:#000000;
  margin-top:10px;
  font-weight:200;
  line-height:18px;
  letter-spacing:1px;
  width:80% !important;
}

.two-column p{	
  width:60% !important;
}

.clear{
  clear:both;
}

.content p{
  font-size:12px;
  color:#000000;
  margin-top:10px;
  font-weight:200;
  line-height:19px;
  letter-spacing:1px;
}


.content .text-intro{
  width: 1140px;
  margin-top: 100px;
  margin: 100px auto 0;
}

.content .text-intro h1{
  font-size:20px;
  line-height:23px;
  width:40%;
  color:#000;
  font-weight:900;
  padding-buttom:15px;
}

.content .text-intro p{
  font-size:12px;
  color:#000000;
  margin-top:10px;
  font-weight:400;
  line-height:15px;
  letter-spacing:1px;
  width:40%;
}

.content .work-list p{
  font-size:12px;
  color:#000000;
  margin-top:10px;
  font-weight:200;
  line-height:18px;
  letter-spacing:1px;
  width:40%;
}


.content .work-list a{
  color:#000000;
  font-size:12px;
  font-weight:800;
  margin-top:10px;
  font-weight:1000;
  line-height:15px;
  letter-spacing:1px;
  width:40%;
}

.content .work-list a:visited{
  color:#000000;
  font-weight:1200;
  text-decolation:none;
  background:linear-gradient(transparent 0%, #ffff66 0%);
 
}

.content .work-list a:hover{
  color:#0000ee;
  font-weight:1200;
  text-decolation:none;
  background:linear-gradient(transparent 0%, #ffff66 0%);
}



/**
.text-intro.h1{
	font-style : 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size : 18px;	
} **/

        .typed-cursor{
            opacity: 1;
            font-weight: 900;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

/*
**************************
PROJECT LIST
**************************
*/

.prev-button{
  width:50%;
  position:relative;
  float:left;
  text-align:left;
}

.next-button{
  width:50%;
  position:relative;
  float:left;
  text-align:right;
}


#ajax-content{width:100%;}


.portfolio-grid{
  width:1170px;
  position:relative;
  margin: 30px auto;
  overflow:hidden;
}

li.grid-item{
  width:360px;
  position:relative;
  float:left;
  padding:15px;
}

.grid-hover{
  position: absolute;
  width:360px;
  height: 100%;
  top:0;
  background: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

.grid-hover:hover{
  opacity: 0.9;
}

.grid-hover h1{
  font-size:23px;
  bottom:80px;
  left:40px;
  position:absolute;
  text-transform:uppercase;
  color:#000000;
  letter-spacing:1px;
  font-weight:900;
  line-height:50px;
}

.grid-hover p{
  font-size:13px;
  bottom:40px;
  left:40px;
  position:absolute;
  color:#686868;
  letter-spacing:1px;
  font-weight:400;
  line-height:50px;
}

li.grid-item img{
  width:360px;
}


/*
**************************
PORTFOLIO CONTENT
**************************
*/
.work{
	width : 100%;
	
}

.work li{
	padding-buttom:30px;
	padding-top:30px;
	list-style:none;
}




/*
**************************
FOOTER
**************************
*/

footer{
  position : relative;
  height:50px;  
  width:100%; 
  padding-left:5px;
  buttom:0;
  overflow:hidden;
  background: none;
  z-index:10;
}


footer .copyright{	
  position : absolute;
  font-size : 8px;
  width: 100%;
  color: #000000;
  buttom : 0;
  letter-spacing: 1px;
  text-align:left;
  float: left;
}

footer .scroll-to-top {
  font-size: 25px;
  color:#000000;
  position: absolute;
  right: 3%;
  bottom: 20px;
  padding: 7px 11px;
  box-shadow: none;
  /* if not use arrow  -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg);
transform: rotate(-90deg); --> */
}
footer .scroll-to-top:hover {
  color: #c3c3c3;
} 


/*
**************************
SOCIAL ICON
**************************
*/

.social-icon{
  float:left;
  font-size:13px;
  border-bottom:0;
  color:black;
  padding-right:0px !important;
}

.social-icon a{
  font-size:17px;
  border-bottom:0;
  color:black;
  padding-right:0px !important;
}

.social-icon a:hover{
  color:#c3c3c3;
  text-decolation:none;
}

