﻿/* Styling */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-size: .75rem;*/
}

.body-content {
	min-height: 400px;
	padding-top: 160px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style: italic;
	font-size: .75em;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
	font-style: italic;
	font-size: .75em;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
	font-style: italic;
	font-size: .75em;
}

.form-control:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
	font-size: .75em;
}

.background-tdi-purple {
	background-color: #358161;
}

.background-tdi-blue {
	background-color: #001F34;
}

.text-tdi-purple {
	color: #358161 !important;
}

.text-tdi-blue {
	color: #002945 !important;
}

.btn-tdi-purple {
	background-color: #358161 !important;
	color: #FFFFFF !important;
}

	.btn-tdi-purple:hover {
		background-color: #429e78 !important;
		color: #FFFFFF !important;
	}

.btn-tdi-blue {
	background-color: #001F34 !important;
	color: #FFFFFF !important;
}

	.btn-tdi-blue:hover {
		background-color: #002945 !important;
		color: #FFFFFF !important;
	}

.btn-tdi-gray {
	background-color: #E4E4E4 !important;
	color: #358161 !important;
}

	.btn-tdi-gray:hover, .active .btn-tdi-gray {
		background-color: #002945 !important;
		color: #FFFFFF !important;
	}

.btn-tdi-white {
	background-color: #FFFFFF !important;
	color: #358161 !important;
}

	.btn-tdi-white:hover, .active .btn-tdi-white {
		background-color: #002945 !important;
		color: #FFFFFF !important;
	}

.border-bottom-2 {
	border-bottom-width: 2px !important;
}

footer {
	background-color: #222222;
	color: #FFFFFF;
}

.footer {
	font-size: .75rem;
}

	.footer .fa-a, .footer .fa-a:hover, .footer .fa-a:focus {
		text-decoration: none;
		color: #FFFFFF;
	}

	.footer a {
		color: #FFF;
		position: relative;
		text-decoration: none;
	}

		.footer a, .footer a:hover, .footer:focus {
			/*color: #FFFFFF;*/
		}

	.footer .fa-inverse {
		color: #222;
	}

.btn-shadow {
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0.25);
}

.btn-shadow-light {
	box-shadow: 0 2px 2px 1px rgba(75, 81, 85, 0.25);
}

.text-shadow {
	text-shadow: 1px 1px 4px #000000;
}

.box-shadow {
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0.25);
}

.box-shadow-light {
	box-shadow: 0 2px 2px 1px rgba(75, 81, 85, 0.25);
}

.font-weight-500 {
	font-weight: 500;
}

@media(max-width: 992px) {
	.body-content {
		padding-top: 130px;
	}
}

/* Home */

.film_roll_wrapper {
	display: block;
	text-align: center;
	float: none;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: auto;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	width: 100%;
}

.film_roll_shuttle {
	text-align: left;
	float: none;
	position: relative;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	margin: 0 !important;
	padding: 0 !important;
	z-index: auto;
}

	.film_roll_shuttle.vertical_center:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

.film_roll_child {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	zoom: 1;
}

.film_roll_prev, .film_roll_next {
	position: absolute;
	top: 48%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 0;
	padding: 0;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: white;
	text-align: center;
	background: #222;
	border: 3px solid white;
	border-radius: 23px;
	opacity: 0.5;
}

	.film_roll_prev:hover, .film_roll_next:hover {
		color: white;
		text-decoration: none;
		opacity: 0.9;
	}

.film_roll_next {
	left: auto;
	right: 15px;
}

.film_roll_pager {
	text-align: center;
	margin-top: 10px;
}

	.film_roll_pager a {
		width: 10px;
		height: 10px;
		border: 1px solid #4B5155;
		border-radius: 5px;
		display: inline-block;
		margin: 0 5px 0 0;
		transition: all 1s ease;
	}

		.film_roll_pager a:hover {
			background: #666;
		}

		.film_roll_pager a.active {
			background: #358161;
		}

	.film_roll_pager span {
		display: none;
	}

	.film_roll_pager a, a.film_roll_prev, a.film_roll_next {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}



.film_roll_wrapper img {
	/*height: 400px;*/
	margin-left: 5px;
	margin-right: 5px;
	transition: all 1s ease;
	opacity: 0.8;
}

.film_roll_wrapper .active img {
	opacity: 1;
}

.film_roll_container {
	position: relative;
}

#film_roll {
	display: none;
}

/* Overrides */

a {
	color: #FFFFFF; /*!important;*/
}

.btn {
	border-radius: 0 !important;
}

.alert {
	border-radius: 0 !important;
}

.card {
	border-radius: 0 !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
