*{
	-webkit-transition: 0.3s linear; 
    transition: 0.3s linear;
    text-shadow: 0 0 3px rgba(33, 33, 33, 0.3);
}
a{
	text-decoration: none;
}
html, body{
	background-color: black;
	width: 100%;
	margin: 0;
}
#works_container{
	background: black;
	padding: 6px;
	/*perspective: 1300px;*/
	/*position: absolute;*/
	/*width: 100%;*/
	overflow: auto;
}
.works_short_title{
	position: relative;
	background: rgba(66,66,66, .45);
	/*width: 100%;*/
	padding: 3%;
	padding-left: 9%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 18px;
	color: rgba(255,255,255, .72);
	overflow: hidden;
}
.works_short_title a{
	background: rgba(66,66,66, .45);
	padding: 3%;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-weight: bold;*/
	/*font-variant: small-caps;*/
	/*font-size: 18px;*/
	color: rgba(255,255,255, .81);
	border-radius: 3px;
}
.works_short_title a:hover{
	color: rgba(255,255,255, .81);
	background: rgba(22,22,22, .45);
	text-decoration: none;
}
a:active{
	outline: none;
}
.work_item_img_link{
	overflow: hidden;
	display: block;
	z-index: -1;
	height: 77%;
	background-color: rgb(51,51,51);
}
.work_item_finished{
	background: green;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 3%;
}
.work_item_finished_not{
	background: darkred;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 3%;
}
.work_item_description{
	position: absolute;
	bottom: 21px;
	padding: 3%;
	width: 100%;
	background: rgba(222,222,222, .9);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: justify;
	z-index: 33;
}
.work_item_infobar{
	position: absolute;
	bottom: 0;
	height: 21px;
	background: rgba(66, 66, 66, .9);
	width: 100%;
	z-index: 66;
}
.work_item_icon_gold{
	color: gold;
}
a.work_item_icon_gold:hover{
	color: white;
	text-decoration: none;
}
#works_container .work_items{
	background: none repeat scroll 0 0 gray;
	border: 1px solid gray;
    border-radius: 3px;
    float: left;
    height: 300px;
    margin: 2%;
    overflow: hidden;
    transform-style: preserve-3d;
    width: 96%;
    max-width: 300px;
    position: relative;
}
#works_container .work_items img{
	/*width: 100%;*/
	margin: auto;
	display: block;
}
#works_container .work_items.item_in_view{
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    animation: fallPerspective .8s ease-in-out forwards;
}
#main_nav{
	overflow: hidden;
	background-color: black;
}
#main_nav ul{
	width: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 69;
    padding: 0;
    background-color: rgb(33,33,33);
    margin: auto;
}
#main_nav ul li{
	font-size: 21px;
	text-align: center;
    display: table-cell;
    color: gray;
    font-weight: 100;
}
#main_nav ul li:hover{
	background-color: black;
	color: white;
	text-decoration: none;
}
#main_nav ul li:hover:after{
	box-shadow: 0 0 6px orange;
}
#main_nav ul li:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: green;
}
.main_nav_active{
	background-color: black;
}
.main_nav_active:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: orange !important;
	/*box-shadow: 0 0 6px 1px yellow;*/
}
.main_nav_active a span{
	/*background-color: rgba(150,150,150, 0.33)!important;*/
}
#main_nav ul li a{
	text-decoration: none;
	color: inherit;
	width: 100%;
	height: 100%;
	display: block;
}
#main_nav ul li a span{
	/*background: none repeat scroll 0 0 darkgray;*/
    display: block;
    font-size: 12px;
    font-variant: all-small-caps;
    line-height: 10px;
    text-align: center;
    background-color: rgba(99,99,99, 0.3);
    padding-bottom: 2px;
    /*color: black;*/
}

#options_nav{
	/*width: 90%;*/
	margin: auto;
	/*background-color: black;*/
	overflow: hidden;
	position: sticky;
	z-index: 99;
	/*display: none;*/
}
#options_nav-sticky-wrapper{
	background-color: black;
}
#options_nav a.active{
	color: rgba(222, 120, 0, 0.9);
	text-shadow: 0 0 3px rgba(255,0,0, 0.6) !important;
}
#options_nav ul{
	/*max-width: 666px;*/
	background-color: rgba(99, 99, 99, 0.81);
    border-radius: 6px;
    display: table;
    margin: 12px auto 0;
    padding: 0;
    position: relative;
    table-layout: fixed;
    width: 90%;
    z-index: 69;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,0.3);
    border: 2px solid black;
    overflow: hidden;
    z-index: 99;
}
#options_nav ul li{
	color: black;
    display: table-cell;
    font-size: 18px;
    font-weight: 100;
    padding: 6px 0;
    text-align: center;
    text-shadow: 0 0 3px rgba(33, 33, 33, 0.3);
}
#options_nav ul li:hover{
	background-color: rgba(51, 51, 51, 0.9);
	text-shadow: 0 0 3px black, 0 0 5px black;
	color: rgb(180,180,180);
	text-decoration: none;
}

#options_nav ul li a{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: inherit;
}
#options_nav ul li a span{
    display: block;
    font-size: 12px;
    font-variant: all-small-caps;
    line-height: 10px;
    text-align: center;
    background-color: rgba(66,66,66, 0.6);
    /*color: black;*/
    text-shadow: none;
    display: none;
}


footer{
	background-color: rgb(66, 66, 66);
    border-bottom: 6px solid rgb(33, 33, 33);
    border-top: 6px solid rgb(33, 33, 33);
    display: block;
    font-size: 15px;
    /*height: 364px;*/
    margin: 51px 0 6px;
    padding: 36px 0 15px;
    position: relative;
}
footer *{
	text-decoration: none;
	color: rgb(222,222,222);
	font-weight: 100;
}
footer address{
	background-color: rgb(99,99,99);
	border-radius: 6px;
	padding: 45px 18px 18px 27px;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin: auto;
	width: 80%;
	text-align: justify;
	max-width: 444px;
}
#address_title{
	color: rgb(180, 180, 180);
    font-weight: bold;
    position: relative;
    top: -17px;
    font-size: 11px;
}
footer address>span{
	display: block;
}
footer address>span:before{
	text-indent: -9px;
	color: rgb(222,222,222);
}
#soc_links{
	margin-top: 21px;
	border-radius: 3px;
	background: rgb(210,210,210);
	width: 100%;
    display: table;
    table-layout: fixed;
}
#soc_links a{
	color: rgb(111,111,111);
	padding: 6px;
	text-align: center;
    display: table-cell;
    text-decoration: none;
}
#soc_links a:hover{
	background-color: rgb(66,66,66);
	color: rgb(180,180,180);
}
#footer_copyright{
    font-size: 12px;
    margin: 33px auto 12px;
    text-align: center;
}
#footer_last_update{
	font-size: 12px;
    margin: 33px auto 3px;
    text-align: center;
}
#footer_cms{
	font-size: 12px;
    margin: 3px auto 3px;
    text-align: center;
    color: rgb(120,120,120);
}
#footer_last_update *, #footer_cms *{
	color: rgb(120,120,120);
}






#footer_nav ul{
    border-radius: 3px;
    display: table;
    margin: 0 auto 33px;
    max-width: 444px;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
    z-index: 69;
    padding: 0;
}
#footer_nav ul li{
	font-size: 21px;
	text-align: center;
    display: table-cell;
    color: gray;
    font-weight: 100;
}
#footer_nav ul li:hover{
	background-color: rgba(222,222,222, 0.3);
	color: black;
	text-decoration: none;
}
#footer_nav ul li a{
	text-decoration: none;
	color: inherit;
	width: 100%;
	height: 100%;
	display: block;
}
#footer_nav ul li a span{
	/*background: none repeat scroll 0 0 darkgray;*/
    display: block;
    font-size: 12px;
    font-variant: all-small-caps;
    line-height: 10px;
    text-align: center;
    background-color: rgba(99,99,99, 0.3);
    padding-bottom: 2px;
    /*color: black;*/
}



#cat_form{
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    color: rgb(180, 180, 180);
    background-color: rgba(222,222,222, 0.6);
    display: none;
}
#cat_form form{
	background-color: rgba(12,12,12, 0.81);
	border-radius: 6px;
    margin: 27px auto;
    width: 270px;
    border: 1px solid;
}
#cat_items{
	padding: 0;
}
#cat_items li{
	list-style: none;
	margin: 6px 18px;
}
#cat_form form legend{
	color: gray;
    font-size: 15px;
    font-variant-caps: all-small-caps;
    font-weight: bold;
    margin: auto;
    padding: 6px 18px;
    text-align: center;
}
#cat_form form legend span{
	border-radius: 3px;
    color: silver;
    float: right;
    font-size: 18px;
    margin: -3px -15px 0 0;

}
#cat_form form legend span:hover{
	background-color: darkred;
	cursor: pointer;
	color: black;
	}

#cat_submit {
    background-color: green;
    border: medium none;
    border-radius: 3px;
    color: rgb(33, 33, 33);
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin: 0 auto 6px;
    padding: 1px 12px;
    text-decoration: none;
    width: 66%;
}
#cat_submit:hover {
    border: none;
    background-color: darkred;
    color: inherit;
}















/* Checkbox SQUARED ONE */

.cat_item input[type=checkbox] {
    cursor: pointer;
    display: block;
    height: 21px;
    left: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    width: 125px;
    z-index: 69;
}

.cat_item {
	/*background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);*/

	background-color: black;
	height: 18px;
    margin: 9px auto;
    position: relative;
    width: 18px;
    border: 1px solid gray;
}

.cat_item label {
	cursor: pointer;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 3px;
	top: 3px;
	background-color: rgb(81,81,81);
	border: 1px solid gray;
	/*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );*/
}
.cat_item label span{
	display: block;
    left: 22px;
    position: relative;
    top: -4px;
}

.cat_item label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;

	/*background: #00bf00;
	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);*/

	width: 10px;
	height: 10px;
	top: -1px;
	left: -1px;
	background-color: orangered;
}

.cat_item:hover > label:after {
	-webkit-transition: 0.3s linear; 
    transition: 0.3s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	background-color: darkred;
	opacity: 0.6;
}

.cat_item input[type="checkbox"]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1 !important;
	display: block;
}














#sort_form, #search_form{
	background-color: rgba(120,120,120,0.93);
    border-radius: 6px;
    margin: 9px auto;
    overflow: hidden;
    padding: 6px 12px 3px;
    width: 240px;
    border: 2px solid rgb(33,33,33);
    color: rgb(33, 33, 33);
    text-shadow: 0 0 3px rgba(33, 33, 33, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    font-size: 12px;
    text-align: center;
    position: relative;
	z-index: 99;
    display: none;
}
#sort_form select, #search_form input{
	border: none;
    border-radius: 3px;
    margin: 2px 0 0 6px;
    min-height: 18px;
    width: 111px;
    background-color: rgb(66,66,66);
    color: rgb(150,150,150);
    text-indent: 3px;
    font-size: 13px;
}
.form_btn{
	background-color: silver;
    border-radius: 3px;
    color: rgb(66, 66, 66);
    font-size: 15px;
    font-weight: 100;
    margin: 0 0 0 18px;
    padding: 1px;
    text-decoration: none;
    cursor: pointer;
}
.form_btn:hover{
	color: silver;
    background-color: rgb(66, 66, 66);
}








@keyframes fallPerspective {
    100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/*@-webkit-keyframes left_right_50 {
	0%{
		left: 0px;
	}
	50%{
		left: -50px
	}
	100%{
		left: 0px;
	}
}
@keyframes left_right_50 {
	0%{
		left: 0px;
	}
	50%{
		left: -50px
	}
	100%{
		left: 0px;
	}
}*/


@media (min-width: 325px){
	#works_container .work_items{
		max-width: 100%;
	}
}
@media (min-width: 666px){
	#options_nav ul li a span{
		display: block;
	}
	#works_container .work_items{
		/*margin: 1%;*/
		max-width: 45%;
	}
	.work_item_description{
		opacity: 0;
	}
	.work_items:hover > div span.work_item_description{
		opacity: 1;
	}
	.work_item_infobar{
		position: absolute;
		bottom: 0;
		height: 21px;
		background: rgba(66, 66, 66, .9);
		width: 100%;
		bottom: -21px;
	}
	.work_items:hover > div div.work_item_infobar{
		bottom: 0px;
	}

	/*.work_item_img_link img{
		left: 0px;
	}
	.work_items:hover > .work_item_img_link img{
		display: block;
		position: relative;
		-webkit-animation: left_right_50 12s;
		animation: left_right_50 6s;
		-webkit-animation-iteration-count:infinite;
		animation-iteration-count:infinite;
		-webkit-animation-delay: 2s;
    	animation-delay: 2s;
	}*/
}
@media (min-width: 900px){
	#works_container .work_items{
		margin: 1%;
		max-width: 30.6%;
	}
}
@media (min-width: 1200px){
	#works_container .work_items{
		margin: 0.6%;
		max-width: 23.4%;
	}
	#options_nav ul{
		max-width: 666px;
	}
}
@media (min-width: 1500px){
	#works_container .work_items{
		margin: 3%;
		max-width: 18.6%;
	}
/*	#main_nav ul{
		max-width: 1000px;
		border-bottom-right-radius: 12px;
		border-bottom-left-radius: 12px;
		overflow: hidden;
	}*/
}