.css-panes {
        height: 1735px;
        width: 979px;
		position:relative;
		overflow:hidden;
		clear:both;
        background-color: transparent;
	}
 
	/* override single pane */
	.css-panes .di {
		float:left;
		display:block;
		width:979px;
		font-size:14px;
        background-color: transparent;
	}
 
	/* our additional wrapper element for the items */
	.css-panes .items {
		width:20000em;
		position:absolute;
		clear:both;
		margin:0;
		padding:0;
        border:0;
	}
 

	.css-panes .less, .css-panes .less a {
		color:#999 !important;
		font-size:11px;
	}
	
	ul.css-tabs {
    margin:0 !important;
    padding:0;
    
	
    
	
}

/* single tab */
ul.css-tabs li {
    float:left;
    padding:0;
    margin:0;
    list-style-type:none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
    float:left;
    font-size:22px;
    display:block;
    font-family:'Alegreya',serif;
    text-decoration:none;
    background:url(../images/our-work-btn.png) no-repeat;
    border-bottom:0px;
    height:34px;
   margin-top:64px;
	margin-bottom:60px;
    color:#3b3b3d;
    margin-right:10px;
    position:relative;
    top:1px;
    outline:0;
	width:34px;
    }


/* selected tab */
ul.css-tabs a.current {
    
    color:#e24b1e;
    cursor:default;
}
	.btn{float: left;
margin-left: 470px;
padding: 0;}