body{
    background: #fcfbfb;
    line-height: 1.8;
}

p{
    margin: 0 0 10px 0;
    color: #A6A5A5;
    font-family: 'PT Sans', sans-serif;
    font-size: 12.5px;
}

h1, h2, h3, h4{
    color: #A6A5A5;
}

a{
    color: #5E5E5D;
    text-decoration: none;
    outline: 0;
}

a:hover{
    color: #747472;
}


a:visited{
    color: #5E5E5D;;
}

#topNav a, #blogNav a, #logo a .overImage, #portfolio .item img, #shop .buyIt, #slideshow .nav a{
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear; 
    transition: all 200ms linear;
}

#mainHeaderWrp{
    position: fixed;
    top:0;
    height: 109px;
    background: url(../../images/top-white-bar.png) repeat top center;
    width: 100%;
    z-index: 9000;
}

#mainHeader, .wrapper{
    width: 1234px;
    margin: 0 auto;
}


section.spy{
    padding-top: 109px;
}


#logo{
    margin: 40px 0 0 0;
    float: left;
}

    #logo h1{
        padding: 0;
        margin: 0;
        font-size: 1em;
        line-height: 1em;
    }

    #logo a{
        display: block;
        position: relative;
    }
    
    #logo .overImage{
        position: absolute;
        top:0;
        left:0;
        opacity: 0;
    }
    
    #logo a:hover .overImage{
        opacity: 1;
    }

#topNav {
    margin: 60px 0 0 200px;
    float: left;
}

    #topNav ul{
        list-style: none;
    }
    
    #topNav ul li{
        display: inline;
    }
    
    #topNav ul li a{
        opacity: 0.5;
    }
    
    
    #topNav ul li a:hover, #topNav ul li.active a{
        opacity: 1;
        filter: alpha(opacity=100);
    }

#blogNav{
    margin: 50px 0 0 0;
    float: right;
}

    #blogNav ul li a{
        opacity: 0.5;
    }
    
    #blogNav ul li a:hover{
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
#slideshowWrp{
    background: #e4e4e1;
    margin-top: 109px;
	    min-width: 1234px;
}
    /* position: relative; */

    /* just for better animation */
    #slideshowWrp2{
        
    }

    #slideshow{
        overflow: hidden;
        height: 535px;
        padding: 50px 0;
        position: relative;
    }
    
    
    #slideshow .slidesWrp{
        width: 850px;
        /* background: green; */
        position: relative;
        overflow: hidden;
        float: left;
    }
    
    #slideshow .maskLeft{
        height: 555px;
        background: red;
        width: 60px;
        position: absolute;
        left: 0px;
        /* top: 50px; */
        z-index: 1900;
        
        background: -moz-linear-gradient(left,  rgba(228,228,225,1) 0%, rgba(228,228,225,0) 100%);        
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(228,228,225,1)), color-stop(100%,rgba(228,228,225,0)));
        background: -webkit-linear-gradient(left,  rgba(228,228,225,1) 0%,rgba(228,228,225,0) 100%);        
        background: -o-linear-gradient(left,  rgba(228,228,225,1) 0%,rgba(228,228,225,0) 100%);
        background: -ms-linear-gradient(left,  rgba(228,228,225,1) 0%,rgba(228,228,225,0) 100%);background: linear-gradient(to right,  rgba(228,228,225,1) 0%,rgba(228,228,225,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e1', endColorstr='#00e4e4e1',GradientType=1 );
    
        background:  url(../../images/mask-left.png);
        
    }
    
    
    #slideshow .maskRight{
        height: 555px;
        background: red;
        width: 60px;
        position: absolute;
        right: 0px;
        /* top: 50px; */
        z-index: 1900;
        
        background: -moz-linear-gradient(left,  rgba(228,228,225,0) 0%, rgba(228,228,225,1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(228,228,225,0)), color-stop(100%,rgba(228,228,225,1)));        
        background: -webkit-linear-gradient(left,  rgba(228,228,225,0) 0%,rgba(228,228,225,1) 100%);        
        background: -o-linear-gradient(left,  rgba(228,228,225,0) 0%,rgba(228,228,225,1) 100%);        
        background: -ms-linear-gradient(left,  rgba(228,228,225,0) 0%,rgba(228,228,225,1) 100%);        
        background: linear-gradient(to right,  rgba(228,228,225,0) 0%,rgba(228,228,225,1) 100%);        
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e4e4e1', endColorstr='#e4e4e1',GradientType=1 );

        background:  url(../../images/mask-right.png);
        
    }

    
    #slideshow .slides{
        padding: 0;
        margin: 0;
        float: left;
        overflow: hidden;
        display: block;
    }
    
    #slideshow .slides li img{
        -webkit-box-shadow:  0px 0px 20px -10px rgba(0, 0, 0, 0.5);
        box-shadow:  0px 0px 20px -10px rgba(0, 0, 0, 0.5);
        margin: 10px 60px;
    }
    
    #slideshow .slides li{
        display: block;
        width: 850px;
        height: 555px;
    }
    
    /*
#slideshow .slides{
        float: left;
        width: 884px;
    }
*/
    
    /*
#slideshow .slides img{
        padding-left: 105px;
    }
*/
    
    #slideshow .info{
        float: left;
        width: 350px;
        margin-left: 30px;
        position: relative;
    }
    
     #slideshow .info .item{
         display: none;
         float: left;
         position: absolute;
         top:0;
         left:0;
     }
    
	
	   #slideshow .info .item img{
         margin-bottom: -35px;
     }
    
	
	
    
    #slideshow .nav{
        position: absolute;
        bottom: 50px;
        right: 0;
        width: 350px;
    }
    
    
    #slideshow .nav a{
        opacity: 0.7;
        display: block;
        width: 18px;
        height: 18px;
        text-indent: -9999em;
        overflow: hidden;
    }
    
    #slideshow .nav a:hover{
        opacity: 1;
    }
    
    
    #slideshow .nav .prev{
        float: left;
        background: url(../../images/slideshow-sprite.png);
        margin-right: 10px;
    }
    
    #slideshow .nav .next{
        float: left;
        background: url(../../images/slideshow-sprite.png) -20px 0;
    }
    
    #slideshow .nav .close{
        float: right;
        background: url(../../images/slideshow-sprite.png) right center;
    }
    
    
    
    #openSlideshow{
        width: 1234px;
        overflow: hidden;
        margin: 0 auto;
        
        display: none;
        position: absolute;
        top:0;
        right: 0;
    }
    
    #openSlideshow  a{
        display: block;
      margin: 90px 10px 0 0;
	float: right;
        height: 5px;
        width: 136px;
        background: url(../../images/btn_reopen.png) no-repeat;
    position:relative;
	text-indent:-99999px;
	
    }
    

#portfolioWrp{
    padding-bottom: 40px;
}
    #portfolio{
        overflow: hidden;
        position: relative;
    }

    #portfolio h2, #portfolio h3, #portfolio h4{
        margin: 0;
        padding: 0;
    }
    #portfolio h2{
        padding: 0px 0 15px 0;
    }
    #portfolio h2 img{
        display: block;
    }
    
    #portfolio .col{
        width: 292px;
        float: left;
        margin-right: 22px;
        border-top: solid 2px #d9d8d8;
        padding: 10px 0 0 0;
    }
    
    #portfolio .col:last-child{
        margin-right: 0;
    }
    
    #portfolio h3{
        font-size: 35px;
        font-family: 'BergamoStdRegular', sans-serif;
    	letter-spacing: -1px;
    	font-weight: normal;
    	color:#393939;
    }
    
    #portfolio .col h4{
        padding-bottom: 40px;
    }

    #portfolio .item{
        color: #A9A8A8;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 11px;
        text-decoration: none;
        margin-bottom: 60px;
        display: block;
    }
    
    
    #portfolio .item.active{
        opacity: 0.2;
    }
    
    #portfolio .item p{
        margin-left: 10px;
    }
    
    #portfolio .item img{
        margin-bottom: 10px;
        display: block;
    }
    
    #portfolio:hover .item img{
        opacity: 0.7;
    }
    
    #portfolio:hover .item:hover img{
        opacity: 1 !important;
    }

#portfolioSliderWrp{
    display: none;
    margin-bottom: 0px;
    overflow: hidden;
    height: 0;
    position: relative;
    background: #FFF;
}

#portfolioSliderWrp a.close{
    display: block;
    text-indent: -9999em;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 30px;
    top:10px;
    z-index: 1000;
    background: blue;
    background: url(../../images/close-slide.png) no-repeat;
}

#portfolioSlider{
    /* border-top: solid 2px #d9d8d8; */
    width: 910px;
    margin: 0 auto;
	
}


#hitarea{
    /* border-top: solid 2px #d9d8d8; */
  
	text-align:center;
	margin-left: 30%;
	margin-right: 30%;
	  z-index: 2001;
	  background: transparent;
	  position:absolute;
	  height: 100%;
	
	  
}

#portfolioSlider div{
    display: block;
    text-align: center;
    width: 100%;
    margin: 75px 0 0 0;
}

#slideNav{
    background: rgba(0, 0, 0, 0.86);
    position: fixed;
    overflow: hidden;
    color: #FFF;
    width: 100%;
    height: 68px;
    z-index: 2000;
    top: 109px;
    display: none;
}

#slideNav .wrp{
    width: 910px;
    margin: 0 auto;
    position: relative;
}

#slideNav .prev{
    position: absolute;
    top:0;
    left:0px;
    line-height: 68px;
    background: url(../../images/slide-arrows.png) no-repeat left center;
    text-indent: -9999em;
    height: 68px;
    width: 30px;
    display: block;
}

#slideNav .next{
    position: absolute;
    top:0;
    right: 0px;
    line-height: 68px;
    background: url(../../images/slide-arrows.png) no-repeat right center;
    text-indent: -9999em;
    height: 68px;
    width: 30px;
    display: block;
}

#slideNav .title{
    text-align: center;
    line-height: 68px;
    font-family: 'BergamoStdRegular', sans-serif;
    font-size: 18px;
    color: #e1e1e1;
}




#slideNav .note{
    text-align: center;
    line-height: 68px;
    font-family: 'BergamoStdRegular', sans-serif;
    font-size: 11.5px;
    color: #ffffff;
}



#aboutWrp{
    padding-bottom: 40px;
}

    #about{
        overflow: hidden;
    }
    
    #about h2{
        padding: 0 0 5px 0;
        margin: 0;
        border-bottom: solid 2px #d9d8d8;
        line-height: 1;
    }
    
    #about h2 img{
        display: block;
    }
    
#biography{
    padding-top: 20px;
    overflow: hidden;
}
    
    #biography .side{
        float: left;
        width: 295px;
        padding-right: 20px;
    }
    
    #biography .main{
        float: left;
        width: 919px;
        overflow: hidden;
    }
    
    #biography h3{
        font-size: 35px;
        font-family: 'BergamoStdRegular', sans-serif;
    	letter-spacing: -1px;
    	font-weight: normal;
    	line-height: 1;
    	color:#393939;
    	padding: 0 0 15px 0;
    	margin: 0;
    }
    
#press{
    padding-top: 40px;
    overflow: hidden;
}
    
    #press .side{
        float: left;
        width: 295px;
        padding-right: 20px;
    }
    
    #press .main{
        float: left;
        width: 919px;
        overflow: hidden;
    }
    
    #press h3{
        font-size: 35px;
        font-family: 'BergamoStdRegular', sans-serif;
    	letter-spacing: -1px;
    	font-weight: normal;
    	color:#393939;
    	padding: 0;
    	margin: 0;
    	line-height: 1;
    }
    
#shopWrp{
    padding-bottom: 40px;
    overflow: hidden;
}

    #shop{
        overflow: hidden;
    }
    
    #shop h2{
        padding: 0 0 5px 0;
        margin: 0;
        border-bottom: solid 2px #d9d8d8;
        line-height: 1;
    }
    
    #shop .side{
        float: left;
        width: 295px;
        padding: 30px 20px 0 0;
    }
        
        #shop .side h3{
            font-size: 35px;
            font-family: 'BergamoStdRegular', sans-serif;
        	letter-spacing: -1px;
        	font-weight: normal;
        	color:#393939;
        	padding: 0 0 15px 0;
        	margin: 0;
        	line-height: 1;
        }
    
    #shop .main{
        float: left;
        width: 919px;
        /* overflow: hidden; */
        padding: 30px 0 0 0;
    }
    #shop .item{
        width: 293px;
        float: left;
        margin-right: 5px;
        color: #A9A8A8;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        padding: 0 5px;
    }
    
    #shop .item:nth-child(3n){
        margin-right: 5px;
        padding-right: 0;
    }
    
    #shop .price{
        color: #7d7c7c;
    }
    
    #shop a.buyIt{
        opacity: 0.5;
    }
    
    #shop a.buyIt:hover{
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
    #shop .itemImg{
        margin-bottom: 10px;
        display: block;
        
        -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, .5);
        box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, .5); 

    }
    
#connectWrp{
    /* padding-bottom: 140px; */
}

    #connect{
        overflow: hidden;
    }
    
    #connect h2{
        padding: 0 0 5px 0;
        margin: 0;
        border-bottom: solid 2px #d9d8d8;
        line-height: 1;
    }
    
    #connect .side{
        float: left;
        width: 295px;
        padding: 30px 20px 0 0;
    }
        
    #connect .side h3{
        font-size: 35px;
        font-family: 'BergamoStdRegular', sans-serif;
    	letter-spacing: -1px;
    	font-weight: normal;
    	color:#393939;
    	padding: 0 0 15px 0;
    	margin: 0;
    	line-height: 1;
    }
    
    #connect .main{
        float: left;
        width: 919px;
        overflow: hidden;
        padding: 30px 0 0 0;
    }
    
	  #connect .wholewidth{
        float: left;
        width: 1214px;
        overflow: hidden;
        padding: 30px 0 0 0;
    }
   
   
     #connect .field{
        float: left;
        width: 250px;
		height:67px;
        overflow: hidden;
		border: 1px #CCC;
     
    }
   
	
	
	
	
	#connect .item{
        width: 293px;
        float: left;
        margin-right: 20px;
        color: #A9A8A8;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
    }
    
    #connect .centered{
        text-align: center;
    }
    
#contactForm{
    overflow: hidden;
}

    #contactForm .text, #contactForm .field, #contactForm .submit {
		 
        float: left;
    }
    
     #contactForm .field{
		 padding-top: 20px;
         
     }
     
     #contactForm .field input{
		 color:#d7d7d7;
         border: 1px solid #d7d7d7;
         padding: 5px;
         -webkit-border-radius: 3px;
        border-radius: 3px; 
     }