@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");

/*
	Arcana by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Basic */

	body,
	#skel-layers-wrapper {
		background: #f7f7f7 url("images/bg01.png");
	}

	body.is-loading * {
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	body, input, select, textarea {
		color: #ccc;
		font-family: arial, 'Source Sans Pro', sans-serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.65em;
	}
	
	p { 
		font-size: 13px;
		line-height: 1.25em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		color: #c1272d;
		text-decoration: none;
		bottom: 0;
		border-bottom: dotted 1px;
	}

		a:hover {
			color: #c1272d;
			border-bottom-color: transparent;
		}
		
		a.uppercase { 
			text-transform: uppercase;
		}

	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 600;
		line-height: 1.75em;
		margin-bottom: 1em;
	}
		
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
			font-style: normal;
			font-weight: 300;
		}
		
	h2 {
		font-size: 1.75em;
		letter-spacing: -0.025em;
	}

	h3 {
		font-size: 1.875em;
		font-weight: 300;
		color: #e6e6e6;
		letter-spacing: -0.025em;
		text-transform: uppercase;
		line-height: 1em;
		font-style: italic;
	}
	
	h3 em {
		font-weight: 800;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px #e0e0e0;
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em #e0e0e0;
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #999999;
		font-size: 1.25em;
		position: relative;
		margin-top: -1.25em;
		margin-bottom: 2.25em;
	}

	header.major {
		text-align: center;
		margin: 0 0 2em 0;
	}

		header.major h2 {
			font-size: 2.25em;
		}

		header.major p {
			position: relative;
			border-top: solid 1px #e0e0e0;
			padding: 1em 0 0 0;
			margin: 0;
			top: -1em;
			font-size: 1.5em;
			letter-spacing: -0.025em;
		}

	footer {
		margin: 0 0 3em 0;
	}

		footer > :last-child {
			margin-bottom: 0;
		}

		footer.major {
			padding-top: 3em;
		}

/* Search */

	#search {
		float: left;
		clear: left;
		padding-top: 25px;
	}
	
		#search input[type="text"] {
		    background: url("images/search.png") no-repeat .5em;
		    background-color: #555;
		    opacity: .5;
		    border: 0 none;
		    font: normal 12px;
		    color: #666;
		    width: 10em;
		    padding: .5em .5em .5em 2.5em;
		    margin-bottom: 0;
		    -webkit-border-radius: none;
		    -moz-border-radius: none;
		    border-radius: none;
		    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
		    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
		    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
		    -webkit-transition: all 0.7s ease 0s;
		    -moz-transition: all 0.7s ease 0s;
		    -o-transition: all 0.7s ease 0s;
		    transition: all 0.7s ease 0s;
		}
		
		#search input[type="text"]:focus {
		    width: 15em;
	    }
	    
/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-o-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background:transparent;
		border: solid 1px #c1272d;
		color: inherit;
		display: block;
		outline: 0;
		padding: .5em;
		margin-bottom: 1em;
		text-decoration: none;
		width: 100%;
		font-size: 13px;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #1a1a1a;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}
	
	label {
		display: block;
		color: inherit;
		font-weight: 600;
		line-height: 1.75em;
		margin-bottom: 0.5em;
	}

	::-webkit-input-placeholder {
		color: #999999;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: #999999;
	}

	::-moz-placeholder {
		color: #999999;
	}

	:-ms-input-placeholder {
		color: #999999;
	}

	.formerize-placeholder {
		color: #999999;
	}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		
		}

		.image.left {
			display: block;
			float: left;
			margin: 0;
			position: relative;
		}

			.image.left img {
				display: block;
				width: auto;
			}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.featured img {
				display: block;
				width: 100%;
			}

/* Icon */

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			text-align: center;
			cursor: default;
			background-color: #37c0fb;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			color: white;
			border-radius: 100%;
			display: inline-block;
			width: 5em;
			height: 5em;
			line-height: 5em;
			box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
			margin: 0 0 2em 0;
		}

			.icon.major:before {
				font-size: 36px;
			}

/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.links li {
		line-height: 1em;
	}

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 1.5em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

			ul.icons li a, ul.icons li span {
				font-size: 2em;
				border: 0;
			}

	ul.actions {
		cursor: default;
	}

		ul.actions:last-child {
			margin-bottom: 0;
		}

		ul.actions li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.actions li:first-child {
				padding: 0;
			}

		ul.actions.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.actions.vertical li:first-child {
				padding: 0;
			}

	ul.menu li {
		border-left: solid 1px #3f3f3f;
		display: inline-block;
		padding: 0 0 0 1em;
		margin: 0 0 0 1em;
	}

		ul.menu li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px #e0e0e0;
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 600;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background-color: #555555;
				background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
				color: #fff;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-color: #37c0fb;
		border: 0;
		color: white;
		cursor: pointer;
		display: inline-block;
		padding: .5em 1em;
		line-height: 1em;
		min-width: 2.5em;
		text-align: center;
		text-decoration: none;
		font-weight: 300;
		letter-spacing: -0.025em;
		font-size: 13px;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #50c8fb;
			color: white !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #1eb8fb;
			color: white;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: #c1272d;
			color: #fff;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: #1a1a1a;
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: #c1272d;
			}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}
		
/* Login Form */
.login {
		position: relative;
		margin: 0;
	}
		.login h2 {
			text-transform: uppercase;
			font-size: .75em;
			font-weight: 800;
			color: #1a1a1a;
			margin: 1em 0;
		} 
		
		.login h3 {
			text-transform: uppercase;
			font-style: normal;
			font-size: .75em;
			font-weight: 600;
			color: #808080;
			margin: 1em 0;
		}
		
		.login p {
			color: #808080;
			padding-bottom: .5em;
			margin: 0;
		}
	
/* Box */

	.box.highlight {
		position: relative;
		text-align: left;
		color: #808080;
	}

	.box.post {
		position: relative;
		margin: 0 0 2em 0;
		overflow: hidden;
		width: 100%;
	}
	
		.box.post.scroll {
			min-height: 200px;
			max-height: 400px;
			padding-right: 30px;
			overflow: auto;
			overflow-x: hidden; 
		}
	
			.box.post.scroll::-webkit-scrollbar {
			    width: 10px;
			}
			
			.box.post.scroll::-webkit-scrollbar-track  {
				border: solid 1px #333; 		    
			}
			
			.box.post.scroll::-webkit-scrollbar-thumb {
			    background: rgba(193,39,45,1);
			}

		.box.post h2 {
			text-transform: uppercase;
			font-size: .75em;
			font-weight: 800;
			color: #1a1a1a;
			line-height: 1em;
			margin: 1em 0;
		} 
		
		.box.post h3 {
			text-transform: uppercase;
			font-style: normal;
			font-size: .75em;
			font-weight: 600;
			color: #808080;
			margin: 1em 0;
		}
		
		.box.post h4 {
			text-transform: uppercase;
			font-size: 1em;
			font-weight: 800;
			top: 0;
			color: #f2f2f2;
			margin: 0;
			max-width: 275px;
			line-height: 1em;
		} 
		
		.box.post p {
			color: #808080;
			margin: 0;
		}
		
		.box.post p.new {
			padding-top: 25px;
		}
		
		
		.box.post p.ellipsis {
			white-space: nowrap;
			overflow: hidden;
		}
		
			.box.post p.ellipsis.multiline {
				white-space: normal;
				height: 90px;
			}
		
		.box.post a {
			color: #c1272d;
			bottom: 0;
			font-size: 13px;
		}
		
		.box.post em {
			color: #1a1a1a;
			font-size: 13px;
			font-weight: 800;
			font-style: none;
		}
			
		.box.post:after {
			content: '';
			display: block;
			clear: both;
		}

		.box.post .inner {
			margin-left: calc(15% + 1em);
		}

			.box.post .inner > :last-child {
				margin-bottom: 0;
			}
			
		.adaptive {
			display: block;
			margin: 0 0 2em 0;
			position: relative;
			height: 100%;
			text-align: center;
			vertical-align: middle;
			min-height: 100px;
		}
		
			.adaptive img{
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
				margin: 0;
				max-width: 100%;
				max-height: 100px;
			}
		
		.box.post .filler {
			overflow: hidden;
			text-align: center;
		}

		.box.post .image {
			width: 15%;
			margin: 0;
			border: 0;
			position: relative;
		}
		
			.box.post ul.info {
				position: absolute;
				display: block;
				top: 0;
				right: 0;
				font-size: 12px;
				text-align: right;
				max-width: 200px;
			}
			
				.box.post ul.info li {
					position: relative;
					display: block;
					float: right;
					padding-bottom: 25px; 
				}
				
					.box.post ul.info li.alt {
						padding-bottom:5px;
					}
			
				.box.post ul.info p {
					position: relative;
					line-height: 18px;
					color: #666;
					height: auto;
					display: inline-block;
					float: left;
					top: 0;
					padding-right: 10px;
				}
			
		.box.contact {
			position: relative;
			margin: 0 0 2em 0;
			line-height: 16px;
		}
		
			.box.contact h2 {
				text-transform: uppercase;
				font-size: .65em;
				font-weight: 800;
				color: #1a1a1a;
				margin: 0;
				padding-top: 15px;
			}
			
			.box.contact p {
				color: #808080;
				margin: 0;
			}
			
			.box.contact a {
				color: #c1272d;
				font-size: 13px;
				margin: 0;
				padding: 0;
			}
			
		.box.vid {
			position: relative;
			margin: 0 0 2em 0;
			line-height: 16px;
		}
		
			.box.vid h2 {
				text-transform: uppercase;
				font-size: .65em;
				font-weight: 800;
                line-height: 1.25em;
				color: #1a1a1a;
			}
			
			.vid p {
				color: #808080;
                padding-top: 15px;
			}

            .vid img{
                width: 100%;
            }

                .vid i {
                    position: absolute;
                    width: 100%;
                    top: 45%;
                    text-align: center;
                    color: #f2f2f2;
                    opacity: .75;
                    font-size: 40px;
                }

                .vid i:hover {
                    opacity: 1.0;
                }
	
	.box table {
		font-size: 13px;
		color: #808080;
		text-align: left;
		line-height: 1.25em;
	}
	
	.box th {
		width: 20%;
		padding-right: 100px;
		text-align: left;
	}
	
	.box td {
		width: 30%;
		padding-right: 100px;
	}
	
	.box tr {
		display: block;
		padding-top: 5px;
	}
	
/* Header */

	#header {
		text-align: center;
		padding: 0;
		position: fixed;
		z-index: 9999;
	}
	
		#header .logo {
			position: relative;
			display: inline-block;
			float: left;
			width: 185px;
			height: 80px;
			background-color: rgba(26, 26, 26, 0.85);
		}
		
		#header .logo a {
			border-bottom: none;
		}
		
		#header .logo img {
			padding: 15px 25px;
		}

	#nav {
		cursor: default;
		display: inline-block;
		z-index: 9999;
		float: left;
		background-color: rgba(26, 26, 26, 0.85);
	}
	
		#nav > ul {
			padding-right: 2.5em;
			margin-right: -.5em;
			border: none;
			display: inline-block;
			*display: inline;
			zoom: 1;
		}

			#nav > ul > li {
				position: relative;
				display: inline-block;
				margin: 0;
				border: none;
				}

				#nav > ul > li a {
					color: #f2f2f2;
					border: 0;
					padding: 0 3em;
					margin: 0;
					font-size: 14px;
					position: relative;
					line-height: 80px;
				}

				#nav > ul > li:first-child {
					margin-left: 0;
				}
				
				#nav > ul > li:hover { 
					background-color: #c1272d;
				}

				#nav > ul > li:hover a {
					color: #fff;
				}

				#nav > ul > li.current {
					font-weight: 300;
					background-color: #1a1a1a;
				}

				#nav > ul > li.current a {
						color: #fff;
					}

				#nav > ul > li.active a {
					color: #fff;
				}
				
				.media {
					display: inline-block;
					position: relative;
					float: left;
					padding-left: 25px;
					height: 80px;
					background-color: rgba(26, 26, 26, 0.85);
				}
				.media > ul.icons {
					margin-left: 3em;
					margin-right: 1.5em;
					padding-top:20px;
					display: inline-block;
					*display: inline;
					zoom: 1;
					height: 100%;
				}
				
				.media > ul.icons > li a {
					padding: 0;
					margin: 0;
					font-size: 14px;
					color:#e8e8e8;
				}
				
				.end {
					display: inline-block;
					float: left;
					width: 80px;
					height: 80px;
					background-image: url("images/bg07.png");
					background-repeat: no-repeat;
					background-position: top right;
					-webkit-transform: rotate(180deg);
					-moz-transform: rotate(180deg);
					-ms-transform: rotate(180deg);
					-o-transform: rotate(180deg);
					transform: rotate(180deg);
					opacity: 0.85;
					border: none;
				}

/* Dropotron */

	.dropotron {
		background-color: #c1272d;
		/*background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		background-image: -o-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		background-image: linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		border-radius: 5px;*/
		color: #fff;
		min-width: 10em;
		padding: 1em 0;
		text-align: left;
		/*box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.5);*/
	}

		.dropotron > li {
			line-height: 1.5em;
			padding: 0 1em 0 1em;
		}

			.dropotron > li:hover {
				background-color: #1a1a1a;
			}
				
			.dropotron > li > a {
				color: #f2f2f2;
				text-transform: uppercase;
				text-decoration: none;
				font-size: 10px;
				border: 0;
			}

			.dropotron > li.active > a, .dropotron > li:hover > a {
				color: #f2f2f2;
			}

		.dropotron.level-0 {
			border-radius: 0 0 5px 5px;
			font-size: 0.9em;
			padding-top: 0;
			margin-top: 0;
		}

/* Scroll Indicator */
	/* the wrapper element that will become the outer circle */
	#scrollindicator {
		z-index:1;
		position: fixed;
		right: 4%;
		bottom: 4%;
		background: none;
	}
	.arrow-wrap {
	  position:absolute;
	  z-index:1;
	  left:50%;
	  bottom:0em;
	  margin-left:-3em;
	  background:#c1272d;
	  width:6em;
	  height:6em;
	  padding:2.5em 1.5em;
	  border-radius:50%;
	  font-size:0.5em;
	  display:block;
	  /* box-shadow:0px 0px 5px 0px #333;*/
	}
	
	/* a triangle to make the main part of the arrow. Adjust the border-color to fit your needs */
	.arrow {
	  float:left;
	  position:relative;
	  width: 0px;
	  height: 0px;
	  border-style: solid;
	  border-width: 1.5em 1.5em 0 1.5em;
	  border-color: #fff transparent transparent transparent;
	  -webkit-transform:rotate(360deg);/* added for better anti-aliasing on webkit browsers */
	}
	
	/* a pseudo element arrow placed on top of the other one with the same color as the wrapper */
	.arrow:after {
	  content:'';
	  position:absolute;
	  top:-1.6em;
	  left:-1.5em;
	  width: 0px;
	  height: 0px;
	  border-style: solid;
	  border-width: 1.5em 1.5em 0 1.5em;
	  border-color: #c1272d transparent transparent transparent;
	  -webkit-transform:rotate(360deg); /* added for better anti-aliasing on webkit browsers */
	}

	@-webkit-keyframes arrows {
	    0% { top:0; }
	    10% { top:12%; }
	    20% { top:0; }
	    30% { top:12%; }
	    40% { top:-12%; }
	    50% { top:12%; }
	    60% { top:0; }
	    70% { top:12%; }
	    80% { top:-12%; }
	    90% { top:12%; }
	    100% { top:0; }
	 }
	 
	 @keyframes arrows {
	    0% { top:0; }
	    10% { top:12%; }
	    20% { top:0; }
	    30% { top:12%; }
	    40% { top:-12%; }
	    50% { top:12%; }
	    60% { top:0; }
	    70% { top:12%; }
	    80% { top:-12%; }
	    90% { top:12%; }
	    100% { top:0; }
	 }
	  
	 .arrow-wrap .arrow {
	    -webkit-animation: arrows 2.8s 0.4s;
	    animation: arrows 2.8s .4s;
	    -webkit-animation-delay: 2s;
	    animation-delay: 2s;
	    -webkit-animation-iteration-count: 2; /* Chrome, Safari, Opera */
    	animation-iteration-count: 2;
	 }

/* Banner */

	#banner {
		/*background-image: url("../images/banner.jpg");
		background-position: center center;
		background-size: cover;*/
		text-align: center;
		position: relative;
		background-color: #e8e8e8;
	}

		#banner header {
			position: absolute;
			bottom: 25%;
			left: 75%;
			width: 25%;
			background: #ffffff;
			background: rgba(27, 27, 27, 0.75);
			color: #ccc;
			padding: .5em 0;
			font-size: 14px;
		}

			#banner header h2 {
				display: inline-block;
				margin: 0;
				font-size: 1.25em;
				vertical-align: middle;
			}

				#banner header h2 em {
					opacity: 0.75;
				}

				#banner header h2 a {
					border-bottom-color: rgba(255, 255, 255, 0.5);
				}

					#banner header h2 a:hover {
						border-bottom-color: transparent;
					}

			#banner header .button {
				vertical-align: middle;
				margin-left: 1em;
			}

	.bannerimg {
		overflow: hidden;
		width: 100%;
		margin: 0;
		padding: 0;
		max-height: 550px;
	}
	
		.bannerimg img{
			width: inherit;
		}
	

/* Twitter Slider */

#twitterSlider {
	position:relative;
	overflow: hidden;
	margin: auto;
}

#twitterSlider ul {
	position: relative;
  	margin: 0;
  	padding: 0;
  	list-style: none;
}

#twitterSlider ul li {
  position: relative;
  display: block;
  float: left;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 54px;
  text-align: left;
}

	#twitterSlider ul li.twitter-article {
		
	}
	
	#twitterSlider ul li.twitter-article p {
		color: #ccc;
		padding: 0 50px;
		font-size: 13px;
		line-height: 18px;
	}
	
.tweet-time {
	color:#666;
	font-size:11px;
	padding-left: 5px;
}
	

#twitterSlider a.control_prev, #twitterSlider a.control_next {
  position: absolute;
  top: 20%;
  z-index: 999;
  display: block;
  width: auto;
  height: auto;
  font-family: Arial;
  color: #f1f1f1;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  opacity: 0.2;
  cursor: pointer;
  border: none;
}

#twitterSlider a.control_prev:hover, #twitterSlider a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

#twitterSlider a.control_prev {
  border-radius: 0 2px 2px 0;
}

#twitterSlider a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

/* Video Popup */
.video{
    top: 0; left: 0; position: fixed; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.7); display: none; z-index: 9999;
}

.popupBoxWrapper{
    position: relative;
    top: 50%;
    left: 50%;
}

    .popupBoxWrapper i {
        position: fixed;
        bottom: 5px;
        right: 50%;
        color: #f2f2f2;
        opacity: .75;
        font-size: 2em;
    }

    .popupBoxWrapper i:hover {
        opacity: 1.0;
    }

.popupBoxContent{
    position: absolute;
}
    .popupBoxContent video{
        width: 90%;
        margin-top: -25%;
        margin-left: -47.5%;
    }
        

/* Wrapper */

	.wrapper {
		padding: 3em 0 1em 0;
	}

		.wrapper.bg1 {
			background-color: #c1272d;
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 60% 0;
        	background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 60% 0, -moz-linear-gradient(left,  #c1272d 0%, #c1272d 60%, #1a1a1a 60%, #1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 60% 0, -webkit-gradient(linear, left top, right top, color-stop(0%,#c1272d), color-stop(60%,#c1272d), color-stop(60%,#1a1a1a), color-stop(100%,#1a1a1a));
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 60% 0, -webkit-linear-gradient(left,  #c1272d 0%,#c1272d 60%,#1a1a1a 60%,#1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 60% 0, -o-linear-gradient(left,  #c1272d 0%,#c1272d 60%,#1a1a1a 60%,#1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 60% 0, -ms-linear-gradient(left,  #c1272d 0%,#c1272d 60%,#1a1a1a 60%,#1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 60% 0, linear-gradient(to right,  #c1272d 0%,#c1272d 60%,#1a1a1a 60%,#1a1a1a 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1272d', endColorstr='#1a1a1a',GradientType=1 );
			background-size: contain, auto, contain;
			background-repeat: no-repeat;
			margin-bottom: -2px;
		}
		
		.wrapper.bg2 {
			background-color: #e6e6e6;
			background-image: url("images/shadow3.png");
			background-position: top left;
			background-size: 100%;
			background-repeat: no-repeat;
		}
		
		.wrapper.bg3 {
			background-color: #BDCCD4;
			background: url("images/shadow3.png"), url("images/bg10.png") 30% 0;
        	background: url("images/shadow3.png"), url("images/bg10.png") 30% 0, -moz-linear-gradient(left,  #BDCCD4 0%, #BDCCD4 30%, #1a1a1a 30%, #1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg10.png") 30% 0, -webkit-gradient(linear, left top, right top, color-stop(0%,#c1272d), color-stop(30%,#c1272d), color-stop(30%,#1a1a1a), color-stop(100%,#1a1a1a));
			background: url("images/shadow3.png"), url("images/bg10.png") 30% 0, -webkit-linear-gradient(left,  #BDCCD4 0%,#BDCCD4 30%,#1a1a1a 30%,#1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg10.png") 30% 0, -o-linear-gradient(left,  #BDCCD4 0%,#BDCCD4 30%,#1a1a1a 30%,#1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg10.png") 30% 0, -ms-linear-gradient(left,  #BDCCD4 0%,#BDCCD4 30%,#1a1a1a 30%,#1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg10.png") 30% 0, linear-gradient(to right,  #BDCCD4 0%,#BDCCD4 30%,#1a1a1a 30%,#1a1a1a 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BDCCD4', endColorstr='#1a1a1a',GradientType=1 );
			background-size: contain;
			background-repeat: no-repeat;
			margin-bottom: -1px;
		}

		.wrapper.bg4 {
			background-color: #c1272d;
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 18% bottom;
        	background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 18% bottom, -moz-linear-gradient(left,  #c1272d 0%, #c1272d 30%, #1a1a1a 30%, #1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 18% bottom, -webkit-linear-gradient(left,  #c1272d 0%,#c1272d 30%,#1a1a1a 30%,#1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 18% bottom, -o-linear-gradient(left,  #c1272d 0%,#c1272d 30%,#1a1a1a 30%,#1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 18% bottom, -ms-linear-gradient(left,  #c1272d 0%,#c1272d 30%,#1a1a1a 30%,#1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 18% bottom, linear-gradient(to right,  #c1272d 0%,#c1272d 30%,#1a1a1a 30%,#1a1a1a 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1272d', endColorstr='#1a1a1a',GradientType=1 );
			background-size: contain, auto, contain;
			background-repeat: no-repeat;
			margin-bottom: -1px;
		}

			.wrapper.bg4 .button {
				background: transparent;
				color: #c1272d;
				border: solid 1px #c1272d;
			}

				.wrapper.bg4 .button:hover {
					color: #1a1a1a !important;
					background-color: #c1272d;
				}
				
			.wrapper.bg4 input[type="text"],
			.wrapper.bg4 input[type="password"],
			.wrapper.bg4 input[type="email"],
			.wrapper.bg4 textarea {
				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;
				-moz-transition: border-color 0.2s ease-in-out;
				-webkit-transition: border-color 0.2s ease-in-out;
				-o-transition: border-color 0.2s ease-in-out;
				-ms-transition: border-color 0.2s ease-in-out;
				transition: border-color 0.2s ease-in-out;
				background:transparent;
				border: solid 1px #333;
				color: inherit;
				display: block;
				width: auto;
				outline: 0;
				padding: .5em;
				margin-bottom: 1em;
				text-decoration: none;
				font-size: 13px;
			}
		
				.wrapper.bg4 input[type="text"]:focus,
				.wrapper.bg4 input[type="password"]:focus,
				.wrapper.bg4 input[type="email"]:focus,
				.wrapper.bg4 textarea:focus {
					border-color: #c1272d;
				}
				
			.wrapper.bg4 textarea[name="Message"] {
				resize: none;
			}	
			
		.wrapper.bg5 {
			background-color:#1a1a1a;
		}
		
		.wrapper.bg6 {
			background-color: #c1272d;
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 30% bottom;
        	background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 30% bottom, -moz-linear-gradient(left,  #c1272d 0%, #c1272d 30%, #1a1a1a 30%, #1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 30% bottom, -webkit-linear-gradient(left,  #c1272d 0%,#c1272d 30%,#1a1a1a 30%,#1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 30% bottom, -o-linear-gradient(left,  #c1272d 0%,#c1272d 30%,#1a1a1a 30%,#1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 30% bottom, -ms-linear-gradient(left,  #c1272d 0%,#c1272d 30%,#1a1a1a 30%,#1a1a1a 100%);
			background: url("images/shadow3.png"), url("images/bg09.png") 5% 0, url("images/bg08.png") 30% bottom, linear-gradient(to right,  #c1272d 0%,#c1272d 30%,#1a1a1a 30%,#1a1a1a 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1272d', endColorstr='#1a1a1a',GradientType=1 );
			background-size: contain, auto, contain;
			background-repeat: no-repeat;
			margin-bottom: -1px;
		}
		
		.wrapper.bg7 {
			background-color: #e6e6e6;
			background-image: url("images/shadow3.png");
			background-position: top left;
			background-size: 100%;
			background-repeat: no-repeat;
			padding-top: 120px;
		}

/* CTA */

	#cta {
		text-align: center;
		padding: 3.5em 0;
	}

		#cta header h2 {
			display: inline-block;
			vertical-align: middle;
			margin: 0;
		}

		#cta header .button {
			vertical-align: middle;
			margin-left: 1em;
		}

/* Footer */

	#footer {
		padding: 0;
		color: #666;
	}
		#footer p {
			color: #666;
			font-size: 12px;
			height: auto;
		}

		#footer a {
			font-size: 12px;
			text-transform: capitalize;
		}
			#footer a.intext {
				color: #666;
				border-bottom-color: rgba(193, 39, 45,.75);
			}
		
			#footer a.small {
				color: #666;
				font-size: 11px;
				border-bottom-color: rgba(193, 39, 45,.75);
			}

			#footer a:hover {
				color: #c1272d;
				border-bottom-color: transparent;
			}

		#footer .container {
			
		}
		
		#footer ul.menu {
			display: inline-block;
			width: 50%;
			padding-bottom: 2em;
		}

		#footer ul.icons {
			display: inline-block;
			text-align: right;
			width: 49%;
		}

			#footer ul.icons a {
				color: #999999;
			}

				#footer ul.icons a:hover {
					color: #474747;
				}

		#footer .copyright {
			display: block;
			color: #999;
			text-align: left;
			font-size: 0.5em;
		}
		
		#footer .copyright a {
			font-size: inherit;
			color: #c1272d;
		}