

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body, html {
	height: 100%;
}

body {
	font-weight: 300;
	padding-top: 50px;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 1.2em;
	/*text-align: justify;*/
	color: #888;
}

.darker {
	color: #4e4e4e;
}

.montserrat {
	font-family: "Montserrat", sans-serif;
}

.underline {
	border-bottom: 1px solid #00aeef;
	/*border-bottom: 1px solid #52ccf9;*/
	/*border-bottom: 1px solid #66afe9;*/
	margin-bottom: 20px;
}

.inline-block {
	display: inline-block;
}

.jumbotron {
	background: url('../images/bg/grey.jpg') top center no-repeat;
	background-size: 1920px 1200px;
	margin-bottom: 0px;
}

.jumbotron h1 {
	font-size: 9em;
	text-shadow: 1px 1px 0 #eee;
}

.jumbotron h2 {
	font-size: 5em;
	text-shadow: 1px 1px 0 #eee;
}

.jumbotron h3 {
	font-size: 3em;
	text-shadow: 1px 1px 0 #eee;
}

.jumbotron hr {
	border-color: #666;
}

.jumbotron p {
	font-family: "ITC Avant Garde Gothic Std ExtraLight", "Montserrat", "Lato", Arial, sans-serif;
	letter-spacing: -1px;
	font-weight: 300;
	font-size: 3em;
	text-shadow: 1px 1px 0 #eee;
	color: #333;
	/*padding-top: 50px;*/
}

.jumbotron .img-responsive {
	max-height: 300px;
}

.main {
	padding-top: 30px;
	padding-bottom: 22px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.btn-default {
	border-width: 2px;
	border-color: #00aeef;
	color: #00aeef;
	border-radius: 0px;
}

.btn-default:hover {
	border-color: #00aeef;
	background-color: #00aeef;
	color: #fff;
}

.btn-more {
	font-size: 13px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	color: #76C2BB;
	color: #00aeef;
	/*color: #52ccf9;*/
	/*color: #66afe9;*/
}

.small-text {
	font-size: 13px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

h2.montserrat {
	color: #00aeef;
}

h2 .btn-more {
	font-size: 13px !important;
	margin-top: 17px;
}

.navbar-collapse .logo {
	font-family: "ITC Avant Garde Gothic Std ExtraLight", "Montserrat", "Lato", Arial, sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: 2px;
	font-weight: normal;
	color: #666 !important;
	padding-top: 10px;
	float: left;
}

.navbar-inverse {
	background-color: rgb(34,34,34);
	background-color: rgba(0,0,0,0.8);
}

.navbar-nav li a {
	font-family: "Montserrat", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: normal;
	color: #aaa !important;
	outline: none;
}

.navbar-nav li a:hover, .navbar-nav li a.current {
	color: #00aeef !important;
	text-shadow: 0 0 7px rgba(0, 174, 239, .7);
}

.navbar-nav li a.current:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #00aeef;
	content: "";
	-webkit-box-shadow: 0 0 5px 0 rgba(0,174,239,0.5);
	box-shadow: 0 0 5px 0 rgba(0,174,239,0.5);
}

.full-height {
	height: 100%;
}

.display-table {
	display: table;
    height: 100%;
    min-height: 100% !important;
}

.vertical-middle {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	overflow: visible;
}

/***************************
	Team
****************************/

.img-holder {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	box-shadow: inset 1px 0px 5px 0 rgba(0,0,0,1);
	/*border: 2px solid #666;*/
}

.jumbotron .img-holder {
	width: 156px;
	height: 156px;
	border-radius: 100%;
	box-shadow: inset 1px 0px 5px 0 rgba(0,0,0,1);
	border: 3px solid #555;
	margin: 0 auto;
}

.team-page h2 {
	text-align: center;
	margin-bottom: 0px;
}

.img-holder:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 100%;
	box-shadow: inset 0 0 8px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
}

.team-list h2 {
	display: inline-block;
}

/***************************
	News
****************************/

.news-title {
	color: #4e4e4e;
	letter-spacing: -0.5px;
	font-weight: normal;
	font-size: 18px;
}

.news-short {
	font-size: 16px;
}

.news-title,
.news-body {
	text-align: justify;
}

.nav-stacked>li>a {
	border-bottom: 1px solid #eee;
}

.nav-stacked>li>a:hover,
.nav-stacked>li>a:focus,
.nav-stacked>li.current>a {
	text-decoration: none;
	color: #cb615a;
	color: #2a6496;
	/*background-color: #ECF9FC;*/
}


/***************************
	Contact Page
****************************/

.social a {
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #4e4e4e;
	margin-left: 1px;
	margin-right: 1px;
}

.social a:hover {
	color: #fff !important;
	background: #444;
}

.contactPage {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #999;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
	z-index: 1909;
}

.contactPage .vertical-middle {
	padding: 30px 0px;
}

.contactPage h1 {
	display: inline-block;
	margin-top: 0px;
	white-space: nowrap;
	font-size: 3em;
}

.contactPage .social {
	margin-top: 5px;
}

.contactPage .social a {
	color: #777;
}

.contactPage input,
.contactPage textarea {
	background: rgba(0,0,0,0.5);
	border: 2px solid #444;
	border-radius: 0px;
	font-weight: 400;
	color: #888;
}

.contactPage label {
	font-family: "Montserrat", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.contactPage textarea {
	height: 200px;
	resize: none;
}

.contactPage .btn-default {
	background: none;
	border: 2px solid #444;
	color: #888;
	font-family: "Montserrat", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.5px;
	outline: none;
}

.contactPage .btn-default:hover {
	color: #66afe9;
	border-color: #66afe9;
}

.contactPage .close-but {
	position: absolute;
	top: 20px;
	right: 20px;
	display:block;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #444;
	background: url('../images/close.png') center center no-repeat;
	background-size: 18px 18px;
	background-color: #333;
}

.contactPage .close-but:hover {
	background-color: #cb615a;
}

/***************************
	Footer
****************************/

footer {
	border-top: 5px solid #66afe9;
}

footer h1 {
	margin: 0px;
	line-height: 40px;
}

footer input.form-control {
	background: #333;
	border: 2px solid #444;
	border-radius: 0px;
	border-right: none;
	color: #888;
	height: 40px;
	line-height: 28px;
	font-weight: 400;
	outline: none !important;
	box-shadow: none !important;
}

footer input.form-control:focus {
	background-color: #303030;
	border-color: #444;
}

footer button.btn {
	font-size: 24px;
	line-height: 24px;
	color: #555;
	background-color: #444;
	border: 2px solid #444;
	padding: 6px 8px;
	border-radius: 0;
	box-shadow: none !important;
	outline: none !important;
}

footer button.btn i {
	width: 24px;
	text-align: center !important;
}

footer button.btn:hover,
footer button.btn:focus {
	background-color: #555;
	color: #444;
	border-color: #555;
}

footer {
	background: #333;
	padding: 30px 0px;
	color: #505050;
}

footer h1 {
	font-size: 300%;
}

.social a.facebook:hover {
	background-color: #3B5998;
}

.social a.twitter:hover {
	background-color: #55acee;
}

.social a.google-plus:hover {
	background-color: #d34836;
}

/***************************
	Media queries
****************************/

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.jumbotron {
		background-image: url('../images/bg/grey@2x.jpg');
	}
}

@media all and (min-width: 999px) {
	.contactPage .container {
		width: 800px !important;
	}
}

@media all and (max-width: 998px) {
	.jumbotron {
		font-size: 0.6em !important;
	}

	.contactPage .container {
		width: 80%;
	}
}

@media all and (max-width: 768px) {
	.navbar-collapse .logo {
		float: none;
	}

	.navbar-collapse {
		text-align: center;
	}

	.jumbotron {
		font-size: 0.4em !important;
		padding: 15px 10px;
	}

	.jumbotron h1 {
		margin-bottom: 0.1em;
	}

	.jumbotron p {
		padding-top: 0.1em;
	}

	.team-list div {
		text-align: center;
	}

	.team-list .img-holder {
		margin: 0 auto;
	}

	.contactPage .contact-title {
		text-align: center;
		margin-top: 40px;
	}

	.contactPage h1 {
		text-align: center;
	}

	.contactPage .social {
		width: 126px;
		float: none !important;
		clear: both;
		margin: 0 auto !important;
		padding-bottom: 10px;
	}

	.contactPage textarea {
		height: 100px;
	}

	.contactPage .close-but {
		right: 50%;
		margin-right: -20px;
	}

	footer .input-group {
		margin-top: 20px;
	}
}