/*Fonts*/

@font-face {
    font-family: 'DinMed';
    src: url('../fonts/dinweb-medium-webfont.eot?') format('eot'),
         url('../fonts/dinweb-medium-webfont.woff') format('woff'),
         url('../fonts/dinweb-medium-webfont.ttf') format('truetype'),
         url('../fonts/dinweb-medium-webfont.svg#webfontCkrdeZDJ') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  	/* This declaration targets Internet Explorer */
  	font-family: 'DINRegular';
  	src: url('../fonts/din-regular-webfont.eot');
}

@font-face {
  	/* This declaration targets everything else */
  	font-family: 'DINRegular';
  	src: url(//:) format('no404'), url('../fonts/din-regular-webfont.woff') format('woff'), url('../fonts/din-regular-webfont.ttf') format('truetype'), url('../fonts/din-regular-webfont.svg#webfont9rPv2yE4') format('svg');
  	font-weight: normal;
  	font-style: normal;
}

body{
	  font-family: 'DINRegular';
}


.active {
    font-family: 'DINMed';
    color:#555!important;
}


.content{
    background-color:#fff;
    /*display:none;*/
}

/*.portfolio_scroll{

    display:none;
}*/

a{
    text-decoration:none;
}


/*Gif Loader*/

#loader {
    opacity:.80;
    position:absolute;;
    display:block;
    margin-top:150px;
    margin-left:430px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: url('/loader.gif') no-repeat center center;
}


/*header*/

.header {
		height:105px;
		padding-top:65px;
}



.logo {
		background:url('../images/glick.png') no-repeat;
		height:65px;
		width:335px;
}

.logo:hover {
		opacity:.75;
}

.top_nav {
		height:120px;
		width:450px;
		padding-left:20px;
		text-decoration:none;
		position:relative;
		top:1px;
}

.top_nav ul{
		list-style:none;
		text-decoration:none;
		display:block;
}

.top_nav ul li{
		text-decoration:none;
		font-size:14px;
		color:#999;
		float:right;
		
}

.top_nav ul li a{
		text-decoration:none;
		color:#999;
}


.top_nav ul li a:hover{
		color:#555;
}



.nav_pad{
		padding-left:75px;
}



/*Homepage*/

.img_cycle{ 
      width:100% !important;
      overflow:hidden;
      display:none;
}


/*Portfolio Nav*/

.portfolio_left{
    text-decoration:none;
}


.portfolio_nav {
		margin-top:-2px;
		height:395px;
		float:left;
		padding-left:0;
		list-style:none;
		text-decoration:none;
		margin-left:0px;
		float:left;
    display:none;
}

.portfolio_nav li{
		text-decoration:none;
		font-size:13px;
		color:#999;
		padding-bottom:15px;
		
		
}

.portfolio_nav li a{
		text-decoration:none;
		color:#afafaf;
}

.portfolio_nav li a:hover{
		color:#555;
}

.portfolio_detail {
		float:left;
		list-style:none;
    height:100px;
}

.portfolio_detail li{
		visibility:visible;
		list-style:none;
		font-size:11px;
		line-height:18px;
		color:#555;
		display: block;
}

/*portfolio grid*/
#portfolio-grid{
    display:none;
}
    
.grid_fix {
    display:block;
    margin-right:-3.8%;
    margin-left:16.8%;
    margin-top:1%;
    width: 100%;
}

.thumbnails { 
    position:relative;
    z-index:3;
    cursor:pointer;
    margin-bottom:135px;
}

.thumbnails:hover img{
    opacity:.75;
}

.thumbnails:hover p{
    color:#555;
}

.video-thumbnails { 
    position:relative;
    z-index:3;
    margin-bottom:135px;
}

.video-thumbnails:hover img{
    opacity:.75;
}

.video-thumbnails:hover p{
    color:#555;
}

.thumb_info {
     top:175px;
     padding-top:10px;
     position:absolute;
     width:175px;
     text-align:center; 
     font-size:11px;
     color:#999;
     z-index:2;
     vertical-align:top; 
     display:block;
     text-decoration:none;
}


.scroll-fix {
    position:absolute;
    visibility:hidden;
}

.portfolio_scroll {
    display:none;
    margin-left:148px;
    position:absolute; 
    top:165px;
  	height:485px;
  	overflow:hidden;
  	width:790px;
  	z-index:1;

}


#portfolio_scroll{
  	float:left;
  	width: 100%;
  	height:475px;
  	overflow: auto;
    margin-right:200px;
  	margin-top:10px!important;
  	overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    background-color: #fff;
    margin-bottom:0px!important; 
       
}


#horizontalwrap{
  	white-space:nowrap;
  	display: inline;
  	width: 105%;
  	height:475px;
  	padding-right:425px;	

}

#horizontalwrap a .portfolio_detail {
    position:absolute;
    left:0;
}




.list {
    position:absolute; 
  	height:187px;
}

::-webkit-scrollbar {
    height: 13px;
}

::-webkit-scrollbar-track {
    width: 13px;
    background-color:#ddd;
}

::-webkit-scrollbar-thumb {
    background-color:#555;
}


.full_image{
  	height:460px;
  	vertical-align: top;
  	margin-right:15px;
}

#scroll_controls {
  	float:left;
  	width:250px;
}


#scroll_controls p {
  	font-size:11px;
  	color:#999;
}

#instructions {
     top:1px;
     position:relative;
     font-size:11px;
}

#previous-slide {
  	top:2px;
    position:relative;
  	opacity:.70;
  	cursor:pointer;
}

#next-slide {
  	top:2px;
    position:relative;
  	opacity:.70;
  	cursor:pointer;
}

#previous-slide:hover {
  	opacity:.99;

}

#next-slide:hover {
  	opacity:.99;
	
}

#thumb_nav {
  	background-color:#fff;
  	cursor:pointer;
  	float:right;
  	width:125px;
}

#thumb_nav p{
    font-size:11px;
    color:#999;
    background-color:#fff;
	
}

#thumb_nav a{
    font-size:11px;
    color:#999;
    background-color:#fff;
	
}

#thumb_nav a:hover{
  	font-size:11px;
  	color:#000;
  	opacity:.99;
}

#thumb_nav img{
  	position:relative;
  	margin-right:5px;
  	opacity:.70;
  	top:1px;
}

#slider_container {
     background-color: #fff;
     width: 800px;
     float:right;
     padding: 0px;
}

/* slider specific CSS */

.sliderGallery {
     background-color: #fff;
     overflow: hidden;
     position: relative;
     height: 500px;
     width: 800px;
     padding-top: 25px;
     float:right;
}

.sliderGallery ul {
     position: absolute;
     list-style: none;
     white-space: nowrap;
     padding: 0;
     margin: 0;
}

.sliderGallery ul li {
     display: inline;
     margin-right:15px;
}

.sliderContainer {
     width: 800px;
     height: 10px;
     top: 47px;
     margin: auto;
     padding: 0;
     position: relative;
     background-color: #999;
}

.slider {
     width: 657px;
     height: 10px;
     padding: 1px;
     position: relative;
     left: 70px;
}

.ui-slider-handle {
     position: absolute;
     cursor: move;
     height: 10px;
     width: 140px;
     top: 0;
     margin: 0 -70px;
     background-color: #444;
     z-index: 100;
}

.slider_nav {
      top:1px;
      position:absolute;
      width:800px;
}
 span.btn-left { 
      top:1px;
      left:1px;
      background: url('../images/less-than.png') no-repeat;
      position:relative;
    	float: left; 
    	width: 15px;
    	height: 15px;
    	cursor: pointer; top:1px;
}

 span.btn-right { 
      top:1px;
      background: url('../images/greater-than.png') no-repeat;
    	z-index:1;
    	position:relative;
    	float: left; 
    	width: 15px;
    	height: 15px;
    	cursor: pointer; 
}


 
video-container{
      display:inline;
}

.sliderContainer span.start { 
    	float: left; 
    	width: 70px;
    	height: 19px;
}

.sliderContainer span.end { 
  	float: right; 
  	width: 70px;
  	height: 19px;
}

.slider span {
   color: #bbb;
   font-size: 80%;
   cursor: pointer;
   position: absolute;
   z-index: 110;
   top: 2px;
}

.slider .slider-lbl1 {
   left: 50px;
}

.slider .slider-lbl2 {
   left: 100px;
}

.slider .slider-lbl3 {
   left: 250px;
}

.slider .slider-lbl4 {
   left: 450px;
}

.slider .slider-lbl5 {
   left: 650px;
}

.highlight {
  border: 1px solid #fff;
}

.scroll_items{
    white-space:nowrap;
    position: relative;  
    max-height:500px;
}

#ajax_video{
    float:right;
    position: relative;
    max-width:535px;
    top:-110px;
    background-color:#000;
}


.album_info {
    display:inline-block;
    width:auto;
    min-width:250px!important;
    max-height:200px;
    background-color:#eee;
    font-size:11px;
    padding:0 0 10px 0px;
    margin-right:15px;
    vertical-align:top; 
}

.album_description {
    display:inline-block;
    margin-right:10px;
    padding-top:15px;
    overflow: hidden;
}


.album_description p{
    padding-bottom:7px;
    padding-left:20px;
    padding-right:10px;
    padding-top:3px;
    color:#888;
}


#album_title{
    color:#444;
}

/*Video Portfolio*/

.video{
    white-space:normal;
}


#video_in{
    float:right;
    position:relative;
    float:left; 
    left:0px;
    display:inline;
}

.video_info {
    display:inline-block;
    width:auto;
    min-width:250px!important;
    max-width:260px;
    max-height:200px;
    background-color:#eee;
    font-size:11px;
    padding:0 0 10px 0px;
    margin-right:15px;
    vertical-align:top;
    float:left; 
}

.video_description {
    display:inline-block;
    margin-right:10px;
    padding-top:15px;
    overflow: hidden;
    text-decoration:none;
}

.video_description p{
    padding-bottom:7px;
    padding-left:20px;
    padding-right:10px;
    padding-top:3px;
    color:#888;
    text-decoration:none;
}

/*Biography*/
.bio {
  display:none;
}


.bio_left{
  	max-width:600px;	
  	float:left;
}


.bio_right{
    font-family: 'DINRegular';
    font-size:13px;
    color:#999;	
    float:right;
    line-height:23px;
    width:335px;
    background-color:#fff;
}

/*Contact*/

.contact_right{
  	font-family: 'DINRegular';
  	font-size:13px;
  	color:#999;	
  	float:right;
  	line-height:23px;
  	width:335px;
    background-color:#fff;
    display:none;
}

.contact_right a{
  	text-decoration:none;
  	color:#000;
}


.contact_right a:hover{
  	color:#666;
}

