@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);

ul {
	list-style: none;
}

img {
	max-width: 100%;
}

a,
a:hover,
a:active {
	outline: 0px !important;
	text-decoration: none;
}
body {
	background: #232323;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #888888;
	margin: 0;
}

p {
	line-height: 24px;
	margin: 0;
}
.top_cont_outer {
	position: relative;
	background: url('../img/home2.jpg') no-repeat;
	background-size: cover;
	background: #000;
}
.top_cont_outer:before {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
	height: 100%;
	bottom: 0;
}
img {
	max-width: 100%;
}
.social_links {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	list-style: none;
	text-align: center;
	margin: 0 auto;
}
.social_links li {
	display: inline-block;
	margin-right: 2em;
	border: 1px solid #285d6b;
	border-radius: 50%;
	padding: 0px;
}

.social_links li a {
	display: block;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #00283a;
}

.social_links li a:hover,
.social_links li a:focus {
	text-decoration: none;
	border-radius: 80px;
	background: #163840;
	color: #fff;
}

.facebook a:hover {
	color: #3b5998;
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.3) translate3d(0, 0, 0);
	}
	50% {
		opacity: 0.9;
		transform: scale(1.1);
	}
	80% {
		opacity: 1;
		transform: scale(0.89);
	}
	100% {
		opacity: 1;
		transform: scale(1) translate3d(0, 0, 0);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.card {
	padding-top: 20px;
	margin: 10px 0 20px 0;
	background-color: rgba(214, 224, 226, 0.2);
	border-top-width: 0;
	border-bottom-width: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.card.hovercard {
	position: relative;
	padding: 0;
	overflow: hidden;
	text-align: center;
	background-color: #ff993b;
	margin: 0;
	height: 100vh;
}

.card.hovercard .cardheader {
	background-size: cover;
	height: 210px;
	background: #fb7800;
}

.card.hovercard .avatar {
	position: relative;
	top: -80px;
	width: 150px;
	height: 150px;
	max-width: 150px;
	max-height: 150px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.5);
}

.card.hovercard .avatar img {
	width: 165px;
	height: auto;
	max-width: 165px;
	margin-left: -11px;
}

.card.hovercard .info {
	padding: 0 8px 22px;
	top: -50px;
	position: relative;
}

.card.hovercard .info .title {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 1;
	color: #000;
	vertical-align: middle;
}
.card.hovercard .info .desc {
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	color: #141312;
	text-overflow: ellipsis;
}
.card.hovercard .info .desc b {
	color: #0a0a09;
}
.card.hovercard .bottom {
	padding: 0 20px;
	margin-bottom: 70px;
}

@media (max-width: 768px) {
	p {
		font-size: 14px;
	}
}
