body{
	font-family:Tahoma;
	font-size:1.5em;
	padding:0;
	margin:0;
}
.yecaption{
	font-size:3.5em;
	font-family:Arial;
	font-weight:100;
	color:#DC143C;// Crimson;
	letter-spacing:.2em;
	padding:.2em .5em;
	text-align:center;
	margin-bottom:2em;
}
.topMenu{
	background:#1A6EB2;
	z-index:1;
	
}

#fullScreen{
	position:fixed;//absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
	//display:none;
	width:510px;
	height:510px;
	background:white;
	border:1px solid grey;
	z-index:3;
	opacity:0;
	display:none;
}
#fullScreen img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
#fullScreenMask{
	width:2000px;
	height:2000px;
	background:rgba(255,255,255,0);
	position:absolute;
	top:-1000px;
	left:-1000px;
}
#fullscreenCross{
	width:30px;
	height:30px;
	/*border-radius: 10px;
	background:red;*/
	position: absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}

#topMenuDummy{
	//display:none;
}
.topMenuTop{
	position:initial;
}
.topMenuFxd{
	position:fixed;
	top:0;
	left:0;
	z-index:3;
	box-shadow:0 4px 12px rgba(0,0,0,.4);
}
.topMenuItem{
	font-size:1.5em;
	display: inline-block;
	color:white;
	padding: 10px 30px;
	cursor:pointer;
}
#underMenuListMask{
	display:none;
	background:rgba(0,0,0,0);
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
#menuShowListBtn{
	position:absolute;
	right:0;
	top:0;
}
#projPopupList{
	display:none;
	position:absolute;
	right:0;
	top:48px;
	background:#4A98D3;
	color:white;
	padding:10px 22px;
	padding-top:0;
	box-shadow:0 3px 16px rgba(0,0,0,.3);
	z-index:3;
	overflow:hidden;
	//overflow-y:scroll;
}
#projPopupList a:hover{
	color:#fff;
}
#projPopupList a{
	display:block;
	//margin:.25em 0;
	color:#eee;
}
.projPopupListProj{
	background:#3276a7;
	//background:#4286B7;
	margin:1px -22px;
	padding:10px 32px;
}
.projPopupListCat{
	font-weight:bold;
	
	//margin:0 -22px;

	margin-top:15px;
	margin-bottom:15px;
	//margin-left:42px;
	
}
.projectsList{
	position:relative;
	left:0;
	right:0;
	margin:0 auto;
}

.fieldCaption{
	font-size:1.8em;
	color:#fff;
	padding: 1em 2em;
	text-align:center;
	margin-top:1.3em;
	padding:1.5em;
	background:#4A98D3;
	letter-spacing: 3px;
}
.fieldCapTBL{
	width:100%;
}
.fieldCapTR{
	
}
.fieldCapWing{
	width:50%;
	padding:0 .5em;
	//border-color:white;
	
}
.fieldCapWing hr{
	background:rgba(255,255,255,.3);
	border:0;
	height:3px;
}
.projSection{
	position:relative;
	/*border-bottom:2px dashed #DCE6EA;*/
	background:white;
	padding-top:20px;
	/*height:350px;*/
	/* ^------------------------------ ! */
	overflow:hidden;
	color:#444;
	//border:2px solid #eee;
	//border-radius:16px;
	//margin:8px;
}
.leftBG{
	position:absolute;
	left:0;
	top:0;
	width:480px;
	height:100%;
	background-repeat: no-repeat repeat;
	background-position: left top;
}
.riteBG{
	position:absolute;
	right:0;
	top:0;
	width:480px;
	height:100%;
	background-repeat: no-repeat repeat;
	background-position: right top;
}
.projSecCont{
	max-width:1200px;
	position:relative;
	left:0;
	right:0;
	margin:0 auto;
	padding:0 .5em;
}
.cln{
	background:#ddd;
	margin:10px;
	position:relative;
}

.projCaption{
	font-size:2em;
	font-weight: 300;
	font-family:Helvetica, Arial;
	letter-spacing:3px;
	color:#444;//#DC143C;
	padding-top:.5em;
	margin-top:1em;
	border-bottom:3px solid rgba(0,0,0,.1);
}
.projLink{
	font-size:1.1em;
	display:block;
	float:right;
	position:relative;
	top:-1.5em;
	text-decoration:underline;
}
.captionLink{
	text-decoration:none;
}
.captionLinkSolo{
	display:block;
	float:left;
	margin-top:2em;
}
.projDescr{
	display:table-cell;
	width:58%;
	margin:40px;
	position:relative;
	vertical-align:middle;
	height:100%;
	padding:.1em;
}
.projDescrR{
	display:table-cell;
	width:58%;
	margin:40px;
	position:relative;
	vertical-align:middle;
	height:100%;
}


/*
		DRAWINGS
*/
.thimbnail{
	width:120px;
	height:120px;
	margin:0;
	display:inline-block;
	cursor:pointer;
}
.galleryStack{
	line-height: 0;
	position:relative;
	text-align:center;
	/width:80px;
	//left:0;
	//right:0;
	//margin:auto;
}




.descrLine{
}
.cltxt_0{
	background:#ccc;
	display:table-cell;
	width:58%;
	height:100%;
	vertical-align:middle;
}

/*.readMoreCircCln{
	max-width:1200px;
	position:absolute;
	left:0;
	right:0;
	bottom:8px;
	margin:0 auto;
}
.readMoreCirc{
	background:#DC143C;
	width:40px;
	height:40px;
	border-radius:20px;
	position:absolute;
	bottom:8px;
	left:8px;
	text-align:center;
	color:white;
	box-shadow:0 3px 5px rgba(0,0,0,.3);
	cursor:pointer;
	display:none;
}*/
.cutScissors{
	/*background:url("scissors_min.png");*/
	width:32px;
	height:13px;
	position:absolute;
	bottom:0;
	left:1px;
}

.screenBlock{
	display:table-cell;
	width:40%;
	height:100%;
	text-align:center;
	position:relative;
}
.screenBlockL{
	display:table-cell;
	width:40%;
	height:100%;
	text-align:center;
}
.clpic_0{
	background:#ccc;
	display:table-cell;
	width:40%;
	height:100%;
}

.projScreen{
	position:relative;
	margin:20px;
	color:#444;
	width:200px;
	box-shadow:0 2px 4px rgba(0,0,0,.3);
	display:inline-block;
	cursor:pointer;
}
.pic{
	width:150px;
	height:120px;
}

.podval{
	background:#ddd;
	color:#777;
	padding:1em;
	margin-top:.5em;
	text-align:center;
}