@CHARSET "UTF-8";

body {
	padding-top: 20px;
}

.logo {
	padding-left: 15%;
	padding-bottom: 2px;
}

#timer {
	padding-top: 6px;
}

.login {
	padding-top:80px;
	padding-right: 50px;
	float: right;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: 445px;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	line-height: 1;
}

.thumbnail {
	position: relative;
	overflow: hidden;
	width: 300px;
}

.caption {
	position: absolute;
	top: -100%;
	right: 0;
	background: rgba(66, 139, 202, 0.75);
	width: 100%;
	height: 100%;
	padding: 2%;
	text-align: center;
	color: #fff !important;
	z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.thumbnail:hover .caption {
	top: 0%;
}

.right {
	float: right;
	padding-top: 25px;
	padding-right: 20px;
}

.up {
	margin-top: -10px;
}

.title {
	padding-left: 15px;
}

@media ( min-width : 1200px) {
	.col-zdlg-2-5 {
		float: left;
		width: 20%;
	}
}

/* Footer */
.footer {
	background: #253340;
	color: #fff;
	padding-top: 40px;
	font-size: 14px;
	position: relative;
	z-index: 20;
}

.footer p {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.footer .footer-col.links .fa {
	margin-right: 5px;
}

.footer .footer-col.links li {
	margin-bottom: 10px;
}

.footer .footer-col .title {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	padding: 1px 2px;
}

.footer .footer-col p {
	color: #fff;
}

.footer .footer-col a {
	color: #6d8dab;
}

.footer .footer-col a:hover {
	color: #8da6bd;
}

.footer .email{
	font-size: 16px;
}

.footer .bottom-bar {
	margin-top: 30px;
	background: #1e1e1e;
	color: #b3b3b3;
	font-size: 14px;
	padding: 10px 0;
}

.footer .bottom-bar .copyright {
	line-height: 1.6;
}