@charset "UTF-8";

#reel {
	height: 647px;
	max-height: 647px;
	position: relative;
	overflow: hidden;
}

#reel .item {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 100%;
	height: 800px;
	max-height: 800px;
	visibility: hidden;
}

#reel .item img {
	display: none;
	height: 800px;
	max-height: 800px;
}

@media screen and (max-width: 1280px) {

	#reel {
		height: 512px;
		max-height: 512px;
	}

	#reel .item {
		height: 512px;
		max-height: 512px;
	}

	#reel .item img {
		display: none;
		height: 512px;
		max-height: 512px;
	}

}

#reel .toolbar {
	width: 100%;
	height: 91px;
	background: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0px;
	z-index: 100;
}

#reel .toolbar .list {
	padding-top: 9px;
	text-align: center;
}

#reel .toolbar .list .thumb {
	width: 111px;
	height: 73px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-left: 3px;
}

#reel .toolbar .list .thumb:first-child {
	margin-left: 0px;
}

#reel .toolbar .list .thumb .selected {
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
	-moz-box-shadow: inset 0px 0px 0px 3px #c10d0e;
	-webkit-box-shadow: inset 0px 0px 0px 3px #c10d0e;
	box-shadow: inset 0px 0px 0px 3px #c10d0e;
}

#reel .toolbar p {
	font-family: 'ubuntulight';
	font-size: 29px;
	color: #989898;
	position: absolute;
	top: 0px;
	text-align: right;
	margin: 0px;
	line-height: 32px;
	top: 50%;
}

.wrapper.padding {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 998px;
}

.wrapper.padding a img {
	vertical-align: top;
}

.grid {
	background-color: #eeebeb;
	padding-bottom: 1px;
	font-size: 0px;
}

.grid a {
	display: inline-block;
	padding: 8px;
	background-color: #ffffff;
	margin-right: 1px;
	position: relative;
}

.grid a:first-child {
	margin-bottom: 1px;
}

.grid a:nth-of-type(2) {
	margin-bottom: 1px;
	margin-right: 0px;
}

.grid a:last-child {
	margin-right: 0px;
}

.grid a p {
	position: absolute;
	font-family: 'wisdom_scriptregular';
	font-size: 16px;
	color: #5b5b5b;
	top: -30px;
	left: 34px;
	opacity: 1;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
}

.grid a.hover p {
	opacity: .5;
}

.grid a img {
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
}

.grid a.hover img {
	opacity: .5;
}

.grid .gallery {
	width: 649px;
	height: 405px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}

.grid .gallery img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.grid .pages {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 6px;
	z-index: 100;
}

.grid .pages div {
	display: inline-block;
	width: 12px;
	height: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #eaeaea;
	margin: 6px;
	cursor: pointer;
}

.grid .pages div.selected {
	background-color: #979797;
	cursor: default;
}

.video {
	width: 224px;
	position: relative;
	margin-top: 24px;
	margin-left: 14px;
	margin-right: 14px;
}

.video:first-child {
	margin-left: 8px;
}

.video:nth-of-type(4) {
	margin-right: 8px;
}

.video img.play {
	position: absolute;
	left: 92px;
	top: 32px;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
}

.video .title {
	background-color: #bd121a;
	font-family: 'ubuntulight';
	font-size: 16px;
	color: #ffffff;
	padding-left: 16px;
	padding-top: 11px;
	padding-bottom: 11px;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
}

.video .text {
	font-family: 'ubunturegular';
	font-size: 13px;
	color: #777777;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
}

.video.hover img.play {
	position: absolute;
	left: 92px;
	top: 64px;
	opacity: 0;
}

.video.hover .title {
	background-color: #eaeaea;
	color: #bd121a;
}

@media screen and (max-width: 997px) {

	.wrapper.padding {
		max-width: 665px;
		/* padding: 0px; */
	}

	.grid a:nth-of-type(2) {
		margin-bottom: 1px;
		margin-right: 1px;
	}

	.grid a:nth-of-type(2) p {
		top: -14px;
	}

	.grid a:nth-of-type(3) {
		margin-right: 0px;
	}

	.videolist {
		width: 504px;
		margin: auto;
	}

	.videolist .video:nth-of-type(3) {
		clear: left;
	}

	.video:first-child {
		margin-left: 14px;
	}

	.video:nth-of-type(4) {
		margin-right: 14px;
	}

	.video .text {
		font-size: 22px;
	}

}

#reelVideo {
	position: absolute;
	width: 100%;
	z-index: 100;
	display: none;
}

#reelVideo .bg {
	background-color: #000;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#reelVideo iframe {
	position: absolute;
	left: 50%;
	top: 50%;
}

#reelVideo a {
	position: absolute;
	left: 50%;
	top: 50%;
	font-family: 'ubunturegular';
	font-size: 11px;
	color: #bd121a;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
}

#reelVideo a:hover {
	color: #ffffff;
}

@media screen and (max-width: 664px) {

	.wrapper .grid .grid.small {
		width: 319px;
		padding: 0px;
	}

	.wrapper .grid .grid.small img {
		width: 100%;
	}

}

@media screen and (max-width: 648px) {

	.grid .gallery {
		width: 100%;
		padding: 0px;
		margin: 0px;
		overflow: hidden;
	}

}

#searchbar {
	position: relative;
	height: 36px;
	background-color: #a50d16;
}
	#searchbar .field {
		width: 200px;
		margin-top: 9px;
		margin-left: 0;
		margin-right: 50px;
		background-color: #a50d16;
    background-position: right top;
	}
		#searchbar .field input {
			width: 150px;
			font-size: 14px;
		}
	#searchbar a {
		color: #FFF;
    font-size: 15px;
    margin: 7px 0;
    display: block;
	}
