body {
	padding: 1%;
	color: #777;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em; 
	background-color: #151515;
	background-image: url(images/k-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-size:100% 100%;
	
}
.column {
	margin: 5px 5px 50px;
	padding: 0;
	
}
.column:last-child {
	padding-bottom: 60px;
}
.column:after {
	content: '';
	clear: both;
	display: block;
}
/*frame size*/
.column div {
	position: relative;
	float: left;
	border: 12px;
	width: 250px;
	height: 350px;
	margin: 10px;
	padding: 10px;
	
	
}
/*image center position*/
.column div:first-child {
	margin-left:175px;
	

}

figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: transform 2s; /* Animation */
	
}

figure:hover+span {
	bottom: -36px;
	opacity: 1;
}	
	
/* Flashing */
.hover01 figure:hover img {
	
	opacity: 1;
	-webkit-animation: flash 3.5s;
	animation: flash 2.5s;
	transform: scale(1.2); /* (150% z2om)*/;

	
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .95;
	}
	100% {
		opacity: 1;
	}
}

/* Shine */
.hover02 figure {
	position: relative;
	
}
.hover02 figure:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 10%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	
}
.hover02 figure:hover:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


a, a:link, a:visited { color: #c9a663; text-decoration: none; }
a:hover { color: #00baff; text-decoration: underline; }

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }

h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: normal }
h1 { font-size: 34px; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 26px; margin: 0 0 20px 0; padding: 0; }
h3 { font-size: 21px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }


.image_wrapper { 
	display: inline-block; 
	border: 1px solid #000; 
	padding: 4px; 
	background: #333; 
	margin-bottom: 5px; 
 
}

blockquote { font-style: italic; margin-left: 10px}
cite { font-weight: bold; color:#000 }
cite span { color: #333 }
em { color: #777 }

.list { 
	margin: 0 0 0 10px; 
	padding: 0; 
	list-style: none; 
}

#header_wrapper {
	width: 100%;
	height: 251px;
	margin-bottom: 50px;
	background: url(images/kc-logo-header.png) no-repeat top center;
	

}

#header {
	width: 940;
	height: 251px;
	padding: 0 30px;
	margin: 50px;
	background: url(images/k-logo-header.gif) no-repeat top center;
	
}

/* menu */

#menu {
	clear: both;
	width: 940px;
	height: 40px;
	padding: 0 30px ;
	position: right;

}

#menu ul {
	padding: 0;
	position: left;
	list-style: none;\
}

#menu ul li {
	padding: 0;
	margin-left: auto ;
	margin-right: auto;
	display: inline;
}

#menu ul li a {
	
	float: left;
	display: block;
	width: 100px;
	height: 30px;
	padding: 20px 0 0;
	font-size: 14px;
	color: #7b7a7a;	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin-left: auto ;
	margin-right: auto;
}

#menu ul li a:hover, #menu ul .current {
	color: #fff;
	background: url(images/menu_hover.png) bottom center no-repeat;
}
/* end of menu */

/*gallery category */

#modern {
	clear: both;
	width: 500px;
	height: 750px;
	padding: 0 30px;
	margin: 0 auto 0;
}
#gcategory {
	clear: both;
	width: 500px ;
	height: 40px;
	padding: 0 30px;
	margin: 0px auto 5px;
}

#gcategory ul {
	padding: 0;
	margin: 0 ;
	list-style: none;
	position: center;
}

#gcategory ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#gcategory ul li a {
	float: right;
	display: block;
	width: 100px;
	height: 30px;
	padding: 10px 0 0 0;
	font-size: 14px;
	color: #7b7a7a;	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	border: none;
}

#gcategory ul li a:hover, #gcategory ul .current {
	color: #fff;
	background: url(images/menu_hover.png) bottom center no-repeat;
}

#kermes-about {
	width: 100%;
	height: 650px;
	position: relative;
	background: url(images/kc-about.png) no-repeat center;
	
}

/*location map*/
.loc_box {
	
	width: 350px;
    padding: 0 20px 20px;
	margin-bottom: 30px;
	color: #777;
	
	
}
.loc_box h3 {
	margin-bottom: 2px;
	color: #757575;
	
	
}

.address_box { 
	color: #fff;
	font-size: 13px;
	
}

.address_box a{
	
	font-weight:bold;
	color: #fff;

}
	
.social {
	margin:10px auto;
	padding: 50px 0 10px 10px;
	width: auto;  }
/*
.social_text {
	padding:0px 6px 0px 0px;
	color:#fff;
	font-size:18px;
	text-align:right;
	width:130px;
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:#fff;
	float:left;
	display:none; }

.social_text span, .social_text a {color:#505050; font-size:12px;}
*/

.social_img {float:none; margin:0px; height:32px;}

.social7 { background:url(images/social-07.gif); }
.social1 { background:url(images/social-01.png); }
.social2 { background:url(images/social-02.png); }
.social5 { background:url(images/social-05.png); }
.social6 { background:url(images/social-06.png); }

.social7:hover { background:url(images/social_a-07.gif); }
.social1:hover { background:url(images/social_a-01.png); }
.social2:hover { background:url(images/social_a-02.png); }
.social5:hover { background:url(images/social_a-05.png); }
.social6:hover { background:url(images/social_a-06.png); }

#footer {
	clear: both;
	width: 940px;
	padding: 20px 0;
	text-align: center;
	margin: 0 auto;
	font-weight: normal;
	font-family: Arial, Copperplate Gothic;
	color: #777;
}

#footer a {
	font-weight: normal;
	color: #777;
}	
#footer a:hover {  
	color: #777;
}