@font-face {
    font-family: 'Roboto Slab', serif;
}
body{
	font-size: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 'Roboto Slab', serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight:400;
}

a {
	color: black;
	}
.cd-header{
	display: none;
	}
.container{
	position: relative;
	text-align: left;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
.container2{
	text-align: left;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}


.menu1 {
	color:#FFF;
	font-weight:300;
	font-size:30px;
	margin:auto;
	width:290px;
	float:left;
}
.menu1 a {
	color: #EFEFEF;
	text-decoration:none;
	display:block;
	
}
.menu1 a:hover {
	color: #BFF5F2;
}


.menu-home {
	height:32px;
		
}

.submenu-home {
	font-size:18px;
	padding-left: 15px;
	margin:auto;
}
.submenu-home a{
	height:24px;
}





.menu2 {
	color:black;
	font-weight:300;
	font-size:30px;
	margin:auto;
	width:290px;
	float:left;
}

.menu2 a {
	color: black;
	text-decoration:none;
	display: block;
}
.menu2 a:hover {
	color:#0066CC;
}



.menu-work {
	height:32px;
	font-weight:300;
}
.submenu-work {
	font-size:18px;
	padding-left: 15px;
	margin:auto;
	font-weight:200;
}


.main-title {
font-size:80px; font-weight:300; margin-top:35px; margin-bottom:40px; line-height:75px;
}
.main-title a {
	color:black;
	text-decoration:none;
}
.main-title a:hover {
color:#0066CC;
}
.leng {
	color:#FFF;
	font-weight:300;
	font-size:12px;
	    width: auto;
    float: left;
}
.leng a {
	color:#FFF;
	text-decoration:none;
}

.leng-work {
	color:black;
	font-weight:300;
	font-size:12px;
	width: auto;
	float:none;
	margin-top:20px;
}
.leng-work a {
	color:black;
	text-decoration:none;
}
.leng-work a:hover {
	text-decoration:underline;
}

.social {	float:right; width:auto; height:20px;}
.social a:hover {	opacity:0.9; }
.social-work {	float:left; width:auto; height:20px; margin-top:40px;}
.social-work a:hover{	opacity:0.9;}

.colum-left {
	width:300px;
}
.colum-right {
	float:right;
	height:500px;
	background-color:#0F6;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 390px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 350px; /*Width of left column*/
margin-left: -100%;
padding-left:20px;
}

.innertube{
margin-top: 0;
}

.work-content-left {
   margin-right:370px;
   margin-top:40px;
   color:black;
}

.work-content-left a{
color:black;
}
.work-content-left p {
color:black;
}

.work-content-right {
 	float:right;
    width: 350px;
    margin-left: -370px;
	margin-top:40px;
}
.bio-content-right {
 	float:right;
    width: 350px;
    margin-left: -370px;
	margin-top:40px;
}
.limit-area {
	max-width:900px;
}

.work-links{
	margin-bottom:20px;
}
.work-links a {
	color:#000;
	text-decoration:none;
}
.work-links a:hover {
  color: #0066CC;
 }
 
.work-link {
	display:block;
}

 
 
.work-title{
	height:300px;
	width:100%;
	color:white;
	font-size:40px;
	font-weight:300;
	background-position:left center;
	display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height:40px;
  	
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.work-title-box{
	width:auto;
	padding-left:15px;
	padding-bottom:7px;
	text-shadow: 0 0 25px black;
}
.work-title-box a{
	color:#FFF;
	text-decoration:none;
}
.work-intro {
	width:100%;
	max-height:100px;
	overflow:hidden;
}

.work-content-box {
	max-width:900px;
	padding-left:15px;
	padding-bottom:7px;
	margin-top:12px;
	font-weight:300;
	padding-right:15px;
}
.work-content-box a {
    color: black;
}
.work-content-box2 {
	padding-left:15px;
	padding-bottom:7px;
	margin-top:12px;
	font-weight:300;
	 padding-right: 30px;
		}
.work-content-box2 a {
    color: black;
}
.work-post{
	height:auto;
	margin-bottom:30px;
	font-weight: 300;
	margin-top: 50px;
}
.work-post a{
	text-decoration:none;
}
.work-post a:hover{
	color:#0066CC;
}

.work-pointer {
	width: 62px;
	height:70px;
	float: left;
}
.work-post-title {
	height:auto;
	font-size:35px;
    display: table-cell;
	line-height:35px;
}
.work-post-title a {
	text-decoration:none;
	color:black;
}
.post-title {
margin-bottom:5px;
}

.work-post-subtitle {
	width:100%;
	height:auto;
	font-size:25px;
	color:#999999;
	line-height: 30px;
	margin-top: 4px;
}
.work-post-subtitle a {
	color:#999999;
}

.work-post-date {
	height: auto;
    font-size: 19px;
    color: white;
    line-height: 23px;
    margin-top: 5px;
    background-color: #6199d6;
    display: table-cell;
    padding: 3px 8px 5px 8px;
    float: left;
}
.work-post-date a {
	color:white;
}
.work-post-date a:hover {
	color:black;
}

.work-post-image{
	padding-left: 64px;
    padding-top: 21px;
}
.image-border{
	border:1px #CCCCCC solid;
}

.work-post-text1{
	width: auto;
	height:auto;
	margin-bottom:20px;
	margin-top:10px;
	float:left;
}
.work-post-text2{
	width: auto;
	height:auto;
	margin-bottom:15px;
	margin-top:15px;
	padding:10px 15px 10px 15px;
	background-color: #E1E1E1;
	clear: left;
}

.work-th-align{
margin-bottom: 13px; float:left;
}

.work-post-th{
border:1px solid #ccc; margin-bottom:2px; margin-top:2px; margin-right:4px; float:left;
}

.toggle-box {
  display: none;
}

.toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 25px;
  margin-top: 8px;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 30px;
}

.toggle-box:checked + label + div {
  display: block;
}

.toggle-box + label:before {
  background-color: #4F5150;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 19px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

.toggle-box:checked + label:before {
  content: "\2212";
}













.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	list-style-type:none;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 300px;
	color: rgba(169,3,41, 0.8);
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/2.jpg);
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/3.jpg);
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/4.jpg);
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../images/5.jpg);
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../images/6.jpg);
    animation-delay: 30s; 
}

.cb-slideshow li:nth-child(2) div { 
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    animation-delay: 30s; 
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(300px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(300px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(300px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(300px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(300px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(10);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}


@media screen and (max-width: 1320px) { 
.work-title{
	background-position:left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}

@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}

/* ####### responsive layout CSS ####### */


@media (max-width: 1280px){
#contentcolumn {
margin-left: 305px; 
}

.work-content-left {
   margin-right:300px;
}

.work-content-right {
    width: 280px;
    margin-left: -300px;
}
.bio-content-right {
    width: 280px;
    margin-left: -300px;
}

.main-title {
font-size:70px; line-height:65px;
}

}
@media (max-width: 990px){

.work-content-left {
   margin-right:0px;
   width: 100%;
   
}

.work-content-right {
    width: 100%;
    margin-left: 0px;
}
.bio-content-right {
		display:none;
}

}

@media (max-width: 800px){ 

#contentcolumn {
margin-left: 0px; 
}
	.cd-header{
	display: inline;
	}
	
	#contentwrapper{
	float: none;
	}
	
	#leftcolumn{
	    display: none;
	}
	
	#contentcolumn{
	margin-left: 0;
	}
	.post-title {
font-size:25px;
line-height:27px;
}
.work-post-subtitle{
font-size:19px;
line-height:20px;
}
.work-post-date{
font-size:17px;
line-height:19px;
}
	
}

@media (max-width: 560px){ 
.work-post-image img{
	width:100%;
}
}