* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/bebasneue.eot');
	src: url('fonts/bebasneue.eot?#iefix') format('embedded-opentype'),
		 url('fonts/bebasneue.woff') format('woff'),
		 url('fonts/bebasneue.ttf') format('truetype'),
		 url('fonts/bebasneue.svg#bebasneue') format('svg');
	font-weight: normal;
	font-style: normal;
}

@-webkit-keyframes fadeIn {
    0%   { opacity: 0; }
	100% { opacity: 1; }
}

body {
	background: #fff;
	font-family: helvetica, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-align: center;
    -webkit-animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
    -webkit-animation-name: fadeIn;
	-webkit-animation-delay: 0.5s;
}

a {
	color: #e96839;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover {
	color: #555;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#header {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 50px;
	height: 50px;
}

@-webkit-keyframes logoIn {
    0%   { opacity: 0; -webkit-transform: translateX(30px); }
	100% { opacity: 1; -webkit-transform: translateX(0px); }
}

#logo {
	float: left;
	height: 32px;
	width: auto !important;
	display: block;
	margin-top: 8px;
    -webkit-animation-fill-mode: both;
	-webkit-animation-duration: 0.3s;
    -webkit-animation-name: logoIn;
	-webkit-animation-delay: 1s;
}

#logo img {
	height: 32px;
	width: auto !important;
	display: block;
}

a.menu {
	display: none;
}

@-webkit-keyframes navIn {
    0%   { opacity: 0; -webkit-transform: translateX(-30px); }
	100% { opacity: 1; -webkit-transform: translateX(0px); }
}

#nav {
	float: right;
	margin-top: 15px;
	z-index: 6;
	position: relative;
    -webkit-animation-fill-mode: both;
	-webkit-animation-duration: 0.3s;
    -webkit-animation-name: navIn;
	-webkit-animation-delay: 1s;
}

#nav ul {
	list-style: none;
	position: relative;
	width: 100%;
	float: left;
	z-index: 5;
}

#nav li {
	float: left;
	position: relative;
}

#nav a {
	display: block;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #ccc;
	margin-left: 30px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#nav a:hover,
#nav .currentAncestor {
	color: #555;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#nav ul ul {
	position: absolute;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	padding-top: 63px;
	width: auto !important;
	left: 30px;
}

#nav ul ul li {
	float: none;
}

#nav ul ul a {
    white-space: nowrap;
    background: #fff;
    padding: 15px 20px;
    background: #e96839;
    color: #fff;
    margin-left: 0;
    padding-right: 40px;
}

#nav ul ul a:hover,
#nav ul ul #current {
	background: #fff;
	color: #e96839;
}

#nav li:hover ul {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

@-webkit-keyframes bannerIn {
    0%   { opacity: 0; height: 0; }
	100% { opacity: 1; height: 350px; }
}

#banner {
	overflow: hidden;
	height: 350px;
	position: relative;
	background-color: #f0f0f0;
	background-image: url(images/banner1.jpg);
	background-size: cover;
	background-position: center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='images/banner1.jpg',
		sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='images/banner1.jpg',
		sizingMethod='scale')";
    -webkit-animation-fill-mode: both;
	-webkit-animation-duration: 0.3s;
    -webkit-animation-name: bannerIn;
	-webkit-animation-delay: 1.5s;
}

#extraContainer1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#banner a {
	-webkit-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;
}

.flexslider {
	height: 350px;
}

.flexslider img {
	width: 100%;
	height: auto !important;
}

#titleContainer {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0px 50px;
	position: relative;
	z-index: 5;
	height: 100%;
}

@-webkit-keyframes titleIn {
    0%   { opacity: 0; -webkit-transform: scale(0.5); }
	100% { opacity: 1; -webkit-transform: scale(1); }
}

#title {
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
	height: 60px;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -30px;
	font-size: 80px;
	line-height: 80px;
	color: #fff;
	text-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	font-weight: normal;
	font-family: 'BebasNeue', helvetica, arial, sans-serif;
    -webkit-animation-fill-mode: both;
	-webkit-animation-duration: 0.15s;
    -webkit-animation-name: titleIn;
	-webkit-animation-delay: 2s;
}

#extraContainer2 {
	margin-top: -50px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#banner:hover #extraContainer2 {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#slogan {
	display: none;
}

.social {
	text-align: center;
}

#extraContainer2 a {
	margin-right: 5px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-shadow: 0px 2px 10px rgba(0,0,0,0.5), 0px 0px 0px #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#extraContainer2 a:hover {
	text-shadow: 0px 2px 10px rgba(0,0,0,0.5), 0px 0px 15px #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#content {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	padding: 50px;
	font-size: 14px;
	line-height: 24px;
	color: #555;
}

@-webkit-keyframes sidebarIn {
    0%   { opacity: 0; -webkit-transform: translateX(100px); }
	100% { opacity: 1; -webkit-transform: translateX(0px); }
}

#sidebarContainer {
	background: #252525;
    -webkit-animation-fill-mode: both;
	-webkit-animation-duration: 0.2s;
    -webkit-animation-name: sidebarIn;
	-webkit-animation-delay: 2s;
}

#sidebar {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	padding: 50px;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}

#footerContainer {
	background: #eee;
}

#footer {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	padding: 20px 50px;
	font-size: 12px;
	line-height: 22px;
	color: #555;
}

#breadcrumb {
	float: left;
}

#breadcrumb ul {
	list-style: none;
}

#breadcrumb li {
	float: left;
	display: block;
}

#breadcrumb a {
	color: #555;
}

#breadcrumb a:hover {
	color: #e96839;
}

#copyright {
	float: right;
}

#copyright a {
	margin-left: 20px;
}

/* Blog */

.blog-entry {
	margin-bottom: 50px;
}

.blog-entry-title {
	font-family: 'BebasNeue', helvetica, arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}

.blog-entry-date {
	margin-bottom: 10px;
}

.blog-entry-tags {
	margin-top: 10px;
}

/* Blog Plugin */

#plugin {
    height: auto !important;
}

#plugin a {
	color: #555;
}

#plugin a:hover {
	color: #e96839;
}

#blog-categories:before {content: "Categories"}
#blog-archives:before {content: "Archives"}
ul.blog-tag-cloud:before {content: "Tags"}
#blog-rss-feeds:before {content: "Feeds"}

#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before {
    display: inline-block;
    float: left;
    color: #e96839;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
	font-family: 'BebasNeue', helvetica, arial, sans-serif;
    height: 20px;
    width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#blog-categories,
#blog-archives,
ul.blog-tag-cloud,
#blog-rss-feeds {
    display: table-cell;
    list-style: none;
	vertical-align: top;
    width: 25%;
    height: auto !important;
}

#blog-archives,
ul.blog-tag-cloud {
    padding-left: 20px;
}

/* Photo Album */

.thumbnail-caption,
.album-title {
	display: none;
}

.thumbnail-wrap {
	float: left;
	display: block;
	margin: 1%;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Contact Form */

.form-input-field {
	width: 48%;
	padding: 1%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.form-input-field:focus {
	box-shadow: 0px 0px 4px 0px #e96839;
	border: 1px solid #e96839;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/* File Sharing */

.filesharing-item {
	margin-top: 50px;
}

.filesharing-item-title {
    color: #e96839;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
	font-family: 'BebasNeue', helvetica, arial, sans-serif;
}

/* Styled Text */

blockquote {
	color: #444;
	font-family: georgia, times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	border-left: 10px solid #e96839;
	padding-left: 15px;
}

code {
	background: #e96839;
	display: inline-block;
	color: #fff;
	padding: 0px 5px;
}

h1 {
    color: #555;
    font-weight: normal;
    font-size: 80px;
    line-height: 80px;
	font-family: 'BebasNeue', helvetica, arial, sans-serif;
}

h2 {
    color: #555;
    font-weight: normal;
    font-size: 70px;
    line-height: 70px;
	font-family: 'BebasNeue', helvetica, arial, sans-serif;
}

h3 {
    color: #555;
    font-weight: normal;
    font-size: 60px;
    line-height: 60px;
	font-family: 'BebasNeue', helvetica, arial, sans-serif;
}

h4 {
    color: #555;
    font-weight: normal;
    font-size: 50px;
    line-height: 50px;
	font-family: 'BebasNeue', helvetica, arial, sans-serif;
}

h5 {
    color: #555;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
	font-family: 'BebasNeue', helvetica, arial, sans-serif;
}

h6 {
    color: #555;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
	font-family: 'BebasNeue', helvetica, arial, sans-serif;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
	margin-right: 5px;
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
	color: #fff;
}

/* Responsive Media Queries */
/* iPad */

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

	#header {
		height: auto !important;
		overflow: hidden;
		padding: 0;
		padding-top: 50px;
	}

	#mobileTop {
		padding: 50px;
		padding-top: 0;
		overflow: hidden;
	}

	#logo {
		float: left;
		width: 100%;
		text-align: center;
	}

	#logo img {
		margin-left: auto;
		margin-right: auto;
	}

	a.menu {
		cursor: pointer;
		display: block;
		float: right;
		margin-top: 10px;
	    -webkit-animation-fill-mode: both;
		-webkit-animation-duration: 0.3s;
	    -webkit-animation-name: navIn;
		-webkit-animation-delay: 1s;
	}

	a.menu img {
		width: 32px;
		height: 32px;
	}

	#nav {
		margin-top: 0;
		border-top: 1px solid #f0f0f0;
		display: none;
		float: none;
	    -webkit-animation-fill-mode: both;
		-webkit-animation-duration: 0s;
	    -webkit-animation-name: navIn;
		-webkit-animation-delay: 0s;
	}

	#nav ul {
		float: none;
	}

	#nav li {
		float: none;
	}

	#nav a {
   		padding: 15px 20px;
   		margin-left: 0;
   		border-bottom: 1px solid #f0f0f0;
	}

	#nav ul ul {
		padding-top: 0;
		position: relative;
		visibility: visible;
		opacity: 1;
		left: 0;
	}

	#nav ul ul a {
   		border-bottom: 0;
	}

}

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

	@-webkit-keyframes bannerIn {
	    0%   { opacity: 0; height: 0; }
		100% { opacity: 1; height: 200px; }
	}

	#banner {
		height: 200px;
	}

	#title {
		height: 30px;
		margin-top: -15px;
		font-size: 40px;
		line-height: 40px;
	}

	.flexslider {
		height: 200px;
	}

	#content {
		padding: 30px;
	}

	#footer {
		padding: 20px 30px;
	}

	#sidebar {
		padding: 30px;
	}

	.form-input-field {
		width: 98%;
	}

	.thumbnail-wrap {
		float: none;
		display: inline-block;
		margin: 0px;
		text-align: center;
	}

	#extraContainer2 {
		display: none;
	}

}