html {
	background-color: #f0f0f0;	
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	/* font-family: 'Roboto Condensed', sans-serif; */
	color: #1d1d1b;
	background-color: #f0f0f0;
}
a {
	color: #e20613;
}
a:hover, a:active {
	color: #e20613;
	text-decoration: underline;
}
.clearfloat {
	clear: both;
	height: 0px;	
}
h1 {
	font-family: 'Roboto Condensed', sans-serif; 
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif; 
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

/* intro
*/
#section-intro {
	position: relative;
	background-color: #000;	
}

/* Home
*/
#header-home {
	position: absolute;
	z-index: 200;
	top: 0;
	width: 100%;
	text-align:center;
}
#menu-intro {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #f0f0f0;
	text-align: center;	
}

/* slideshow
*/
#slideshow .controls {
	position: absolute;
	z-index: 210;
	width: 150px;
	left: 46%;
	bottom: 25px;
	text-align: center;	
}
#slideshow .controls .control,
#slideshow .controls .counter {
	float: left;
	margin-right: 10px;
}
#slideshow .controls .counter {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;	
	color: #c6c6c6;
	text-shadow: 0px 0px 10px #000;
}
#slideshow .controls .counter .current-slide {
	color: #fff;
}

/* Menu
*/
ul.menu {
	display: inline-block;
	position: relative;
	margin: 0;
	padding:0;
	list-style: none;
}
ul.menu.bottom {
	border-bottom: 2px solid #1d1d1b;
	margin-bottom: 5px;
}
ul.menu.top {
	border-top: 2px solid #1d1d1b;
	margin-top: 10px;
}
ul.menu > li {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;	
	line-height: 34px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 75px;
}
ul.menu > li.last {
	margin-right: 0;	
}
ul.menu > li a {
	color: #1d1d1b;
	text-decoration: none;	
	-webkit-transition: all .150s ease-in-out;
    -moz-transition: all .150s ease-in-out;
    -o-transition: all .150s ease-in-out;
    -ms-transition: all .150s ease-in-out;    
    transition: all .150s ease-in-out;
}
ul.menu > li a:hover,
ul.menu > li a:active, 
ul.menu > li a.selected {
	color: #e20613;
	text-decoration: none;		
}
ul.menu li.subnav {
	position: relative;
}

/* submenu
*/
ul.submenu {
	display: none;
	position: absolute;	
	z-index: 200;
	top: 30px;
	left: 0;
	margin: 0; 
	width: 200px;
	padding:0;
	list-style: none;
	text-align: left;	
}
ul.submenu li {
	display: block;
}
ul.submenu li.first {
	height: 10px;
}
ul.submenu li a {
	display: block;
	margin-bottom: 2px;
	font-size: 16px;	
	line-height: 20px;
	padding: 5px 10px;
	background: url(../images/px.red.transp30.png);
	-webkit-transition: all .150s ease-in-out;
    -moz-transition: all .150s ease-in-out;
    -o-transition: all .150s ease-in-out;
    -ms-transition: all .150s ease-in-out;    
    transition: all .150s ease-in-out;
}
ul.submenu li a:hover,
ul.submenu li a:active, 
ul.submenu li a.selected {
	background-image: none;
	background: #e75760;
	color: #fff;
}

/* Header
*/
#header {
	width: 100%;
	text-align: center;
	background-color: #f0f0f0;
	z-index: 200;
	border-bottom: 1px solid #969696;
}

/* About
*/
#bio {
	padding-top: 102px;	
}
#bio .intro {
	font-weight: 700;
	font-size: 16px;
}
.icons {
	margin-top: 75px;	
}
.icons a  {
	opacity: 0.8;
	-webkit-transition: all .150s ease-in-out;
    -moz-transition: all .150s ease-in-out;
    -o-transition: all .150s ease-in-out;
    -ms-transition: all .150s ease-in-out;    
    transition: all .150s ease-in-out;
}
.icons a:hover,
.icons a:active {
	opacity: 1;
}
.icons img {
	margin-right: 20px;
}
#exhibitions,
#cv {
	padding-top: 102px;	
}
#exhibitions .entry,
#cv .entry {
	margin-bottom: 25px;
}
#exhibitions .entry .year,
#cv .entry .year {
	font-weight: 700;
}
#exhibitions .entry img,
#cv .entry img {
	margin-top: 15px;
}

/* Projects
*/
#projects {
	padding-top: 102px;	
}
#projects .row {
	text-align: center;	
}
#projects .row h1 {
	text-align: left;
}
#projects .entry {
	position: relative;
	margin-bottom: 25px;	
	overflow: hidden;
	/* -webkit-box-shadow:  0px 0px 3px 0px #a3a3a3;
    box-shadow:  0px 0px 3px 0px #a3a3a3; */
}
#projects .entry .desc {
	opacity: 0;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	background: url(../images/px.black.transp85.png);
	color: #fff;
	line-height: 18px;
}
#projects .entry .desc a,
#projects .entry .desc a:hover,
#projects .entry .desc a:active,
#projects .entry .desc a:focus {
	color: #e20613;	
}
#projects .entry .desc hr {
	border-width: 1px;
	width: 25%;
	margin: 15px auto;
}
#projects .entry .seen {
	z-index: 90;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/project.seen.png) center center no-repeat;
}
#projects .projectpanel {
	display: none;	
	margin-bottom: 0;
	padding: 0;
}
.loading {
	width: 100%;
	text-align: center;	
}
/* project
*/
#project {
	margin-bottom: 25px;
	padding: 25px 0;
	background-color: #d5d7d8;	
	color: #3c3c3c;
}
#project h1 {
	text-align: center !important;
	color: #3c3c3c;
	font-size: 32px;
	line-height: 40px;
}
#project .counter {
	position: absolute;
	right: 10px;
	top: -60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;	
	line-height: 42px;
	color: #3c3c3c;
}
#project .counter .current-slide {
	color: #e20613;
}
#project .gallery {
	height: 600px; /* 482 */
	background-color: #d5d7d8;	
}
#project .description {
	padding-bottom: 25px;
	display: none;	
}
#project .text {
	text-align: left;
	margin: 25px 0 15px 0;
	font-size: 16px;
	line-height: 24px;	
}
#project .project-close img,
#project .project-text img {
	margin-top: 12px;	
}
a.fancybox {
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;	
}

/* Links
*/
#links {
	padding-top: 102px;	
}
#links .entry {
	margin-bottom: 10px;
}
#links .title {
	font-weight: 700;	
}

/* Contacts
*/
#contacts {
	padding-top: 102px;	
}
#contacts .title {
	font-weight: 700;	
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border: 1px solid #fff;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1) inset;
	margin: 0;
}
textarea {
	height: auto;	
}
input[type="submit"] {
	padding: 3px 5px;	
}
.error small, small.error {
    background: none;
    color: #e20613;
    font-size: 0.75em;
    font-weight: bold;
	margin-top: 0;
}
.error input, input.error, .error textarea, textarea.error {
    border-color: #e20613 !important;	
}
#submitwait {
	display: none;
	margin-top: 10px;
}

/* footer
*/
.footer {
	width: 100%;
	margin-top: 102px;	
}
.footer .copyright {
	border-top: 2px solid #1d1d1b;
	padding: 10px 0 25px 0;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;	
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) { 
	#menu-home {
		height: auto;
	}
	#slideshow .controls {
		display: none !important;
	}
	ul.menu > li {
		display: block;
		text-align: center;
		font-size: 20px;	
		line-height: 34px;
		margin-right: 0;
	}
	ul.submenu {
		display: none !important;	
	}
	.icons {
		margin: 25px 0;
	}
	#frmcontact {
		margin-top: 25px;	
	}
	.flexslider,
	.flexslider.gallery {
		height: auto !important;	
	}
	.flex-active-slide,
	.flex-active-slide + li,
	.projflex-active-slide,
	.projflex-active-slide + li {
		left: 0 !important;
		position: relative;
	}
	.flex-direction-nav,
	.projflex-direction-nav {
		display: none;	
	}
	#project .counter {
		z-index: 199;
		right: 10px;
		top: 10px;
	}
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) { 
}

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
}

/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
}

@media only screen and (orientation: landscape) {
}

@media only screen and (orientation: portrait) {
}



