a {
	color: #17a2b8;
	transition: .3s ease all;
}
h2 {
	color: #17a2b8;
	margin-bottom: 25px;
	border-bottom: 3px solid #a2dae3;
	display: inline-block;
}
h3 {
	color: #17a2b8;
	margin-bottom: 20px;
}

.container-flex{
	overflow: hidden;
}
.periscope {
	display: inline-block;
	height: 70px;
	padding: 0 10px 0 70px;
	margin-top: 15px;
	background: url(/img/periscope.png) no-repeat 0 0;
	color: #17a2b8;
	font-size: 2rem;
	font-weight: 700;
}
.periscope:hover {
	color: #17a2b8;
	text-decoration: none;
}

.row{
	padding: 0 4rem;
}
.row .row{
	padding: 0;
}

.header {
	padding: 0 4rem;
}
.header nav {
	margin: 22px 0 25px 0;
}
.header nav a {
	display: inline-block;
	color: #333;
	font-size: 1.2rem;
	margin: 0 15px;
}
.header nav a:hover {
	color: #17a2b8;
}

.promo {
	padding: 0;
	background:#17a2b8;
}
.promo>div {
	background: url(/img/content/image3.png) no-repeat 100% 100%;
	min-height: 450px;
}
.slide{
	max-width: 80%;
	margin-top: 40px;
	margin-left: 4rem;
	position: absolute;
}
.slide .title{
	color: #fff;
	display: inline;
	padding-right: 20px;
	background: #17a2b8;
	font-size: 2.6rem;
	line-height: 3rem;
	text-shadow: 2px 2px 0 rgba(0,0,0,.3);
}
.slide .info{
	color: #555;
	font-size: 1.4rem;
	line-height: 3.5rem;
	padding: 20px 0;
	margin-top: 30px;
}
.slide .info span{
	padding: 10px;
	margin-left: -10px;
	background: rgba(255,255,255,.7);
}
.promo a{
	text-decoration: underline;
}
.promo a:hover{
	text-decoration: none;
}

.login{
	background:#ddd;
	padding: 2rem 4rem;
}
.login h3{
	color: #999;
}
.input-login{
	width: 80%;
	min-width: 200px;
	font-size: 1.2rem;
}
.invite{
	width: 80%;
	font-size: 1.2rem;
}

.bordered {
	margin-top: 15px;
	margin-bottom: 15px;
}
.bordered .image {
	background: url(/img/content/image12.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 200px;
}
.bordered .image-2 {
	background-image: url(/img/content/image13.jpg);
}
.bordered .image-3 {
	background-image: url(/img/content/image14.jpg);
}
.bordered .text {
	margin-top: 10px;
	border-top: 3px solid #a2dae3;
	text-align: left;
	font-size: 1.2rem;
	padding: 15px 0;
}

.footer {
	min-height: 200px;
	font-size: .85rem;
	background:#313131 url(/img/stripes.svg) top center repeat;
	color: #ddd;
	padding: 2rem 4rem;
}
.footer a {
	font-size: .9rem;
	color: #fff;
	text-decoration: underline;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.footer a:hover {
	text-decoration: none;
}

.form-control:focus {
	border-color: #17a2b8;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
} 

.modal-header{
	background: #eee;
	line-height: 1.2rem;
	padding: .7rem 1rem;
	
}
.modal-header .close{
	padding: .8rem;
}
.modal-title{
	font-size: .9rem;
	margin: 0;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	left: 20px;
	overflow: hidden;
	width: 47px;
	height: 47px;
	z-index: 999;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: #17a2b8;
	border: 3px solid rgba(255,255,255,.6)
}
#toTop::before {
	content: '\f106';
	font-size: 30px;
	font-family: FontAwesome;
	line-height: 40px;
	text-align: center;
}
#toTop:hover {
	background-color:#138496;
}

.login-window{
	font-size: .9rem;
	border: 1px solid #138496;
	border-radius: 5px;
	width: 400px;
	margin: .5rem auto;
}
.login-window .row{
	padding:.2rem 1rem;
}

@media (max-width: 767px) {

	.slide{
		text-align: center;
		margin-left: 2rem;
		margin-right: 2rem;
	}
	.slide .title{
		padding: 2px;
		font-size: 2rem;
		line-height: 3rem;
	}
	.slide .info{
		font-size: 1.2rem;
		line-height: 2.5rem;
	}
	.slide .info span{
		padding: 6px;
	}

}

