body {padding: 70px 0;
	font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.bottom {
	position: fixed;
	bottom:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
tr.table-hover {cursor: pointer;}
tr.archive {color: #aaaaaa;}
a, input, button, select, textarea {outline: none !important;}
@media (min-width: 970px) {
	#galleryfix .col-md-3:nth-child(4n+1) {clear:  both;}
}
@media (max-width: 970px) {
	#galleryfix .col-md-3:nth-child(3n+1) {clear: both;}
}

.sidebar-box {
    margin-bottom: 30px;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tcenter {
	text-align:center;
}
.thumbnail .caption {
    padding: 9px 9px 5px 9px;
    color: #333333;
}
.required {
	color: red;
} 
.space-100 {
	height:100px;
}
body.home label {
	margin: 10px;
	display: block;
	color: #000;
	font-size:16px;
	text-align:center;
	cursor: pointer;
}
body.home .logo {
	padding-left:80px;
	width:440px;
	text-align:center;
}
.logo {
	padding-top:3px;
	height:40px;
}

body.home .logo_wrapper {
	text-align: center;
}
body.home h1 {
	font-size: 24px;
	padding:0;
	margin: 10px 0;
}
body.home h2 {
	font-size: 14px;
	margin: 10px 0;
	padding:0;
}
body.home a, body.home a:visited {
	color: #aaa	;
}
body.home a:hover {
	color: #000;
}		


.public .thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
    border:0;
}
.public .thumbnail .caption {
    padding: 6px 0 6px 0;
    color: #333;
}
.public .thumbnail .caption label {
	float: right;
	font-size:9px;
    color: #aaa;
}