/*------------------------------------------------------

	Theme Name: Boxter
	Type: Layout css
	Author: UDTHEMES
	Author URI: http://udthemes.com

/*------------------------------------------------------

	CSS TOB: 

	1. COMMONS
	2. STRUCTURAL
	3. TYPO & LINKS
	4. MISC
	5. REQUIRED
		
---------------------------------------------------------*/

/*--------------------------------------------------------
	1.COMMON
--------------------------------------------------------*/


/*--Niagra Font Type--*/

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

@font-face { 
font-family: 'Chalk Hand'; 
src: url('../font/chalk/ChalkHand.ttf') format('truetype'); 
font-weight: normal; 
font-style: normal;
}


header, nav, section, article, aside, footer {
	display: block;
}
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #999;
	padding: 0;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}
a img {
	border: none;
}
/*--------------------------------------------------------
	2.STRUCTURAL 
--------------------------------------------------------*/
	
	/*----------------------------
	i.-- Header
	-----------------------------*/
	
	/*Wrappers
	----------------------------*/
#header-wrapper {
	width: 940px;
	max-width: 940px;
	position: relative;
	z-index: 2;
	margin: 0px auto 10px auto;
	padding-bottom: 55px;
}
#header-wrapper.mobile {
	position: relative;
}
#header-wrapper.header-shadow {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
#header-wrapper #header-inner {
	height: 100px;
	min-height: 100px;
	height: auto !important;
	border: none !important;
	margin: auto;
}
/*Logo
		----------------------------*/
header #logo {
	padding: 65px 35px 10px 35px;
	height: 113px;
}
header #logo a {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
header #logo a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
header #logo a:active {
	position: relative;
	top: 1px;
}

.underCons {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
}

/* Main menu
		----------------------------*/
		
.menu-main-menu-container {
	width: 100%;
	margin: auto;
	max-width: 461px;
}
header nav#primary-nav {
	padding: 7px 35px 5px 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	margin: 0 auto;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}
header nav#primary-nav.fixed-navigation {
	width: 940px;
	background-color: #1b1b1b;/*ie8 fallback*/
	background-color: rgba(27,27,27,.90);
	position: fixed;
	top: 0;
}
header nav#primary-nav ul {
	position: relative;
	list-style: none;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}
header nav#primary-nav ul.mobile-navigation {
	width: 100%;
	max-width: 100%;
}
header nav#primary-nav ul li {
	float: left;
	margin: 0;
	line-height: 25px;
	position: relative;
}
header nav#primary-nav ul li a {
	font-family: 'Niagara Solid'; 
	font-size: 28px;
	letter-spacing: 1px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 2px;
	position: relative;
	display: block;
}
header nav#primary-nav ul li.page_item_has_children a:after, header nav#primary-nav ul li.menu-item-has-children a:after {
	width: 5px;
	height: 5px;
	top: -1px;
	content: " \25BE";
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	font-weight: 200;
	position: relative;
}
header nav#primary-nav ul li:hover .sub-menu, header nav#primary-nav ul li:hover .children {
	display: block;
	opacity: 1;
}
header nav#primary-nav ul li a:hover {
	color: #cc0013;
}
header nav#primary-nav ul li.current-menu-item a, header nav#primary-nav ul li.current_page_item a, .blog .current-menu-item a, .blog .current_page_item a {
	border-bottom: 2px solid #cc0013;
	color: #fff;
	margin-bottom: 0;
}
/*sub menu*/
header nav#primary-nav ul li ul.sub-menu, header nav#primary-nav ul li ul.children {
	width: 140px;
	position: absolute;
	top: 26px;
	left: 15px;
	background: #fff;
	background: rgba(255,255,255,1);
	margin: 0 0 0 -16px;
	color: #ccc;
	display: none;
	z-index: 101;
	white-space: normal;
	padding: 0 20px;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
header nav#primary-nav ul li ul.sub-menu li, header nav#primary-nav ul li ul.children li {
	float: none;
	position: relative;
	z-index: 101;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}
header nav#primary-nav ul li ul.sub-menu li:last-child, header nav#primary-nav ul li ul.children li:last-child {
	border-bottom: none;
}
header nav#primary-nav ul li ul.sub-menu li a, header nav#primary-nav ul li ul.children li a {
	float: none;
	font-size: 22px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
	padding: 10px 0;
	margin-bottom: 0;
	border: none;
	display: block;
}
header nav#primary-nav ul li ul.sub-menu li a:after, header nav#primary-nav ul li ul.children li a:after {
	content: "";
}
header nav#primary-nav ul li ul.sub-menu li a:hover, header nav#primary-nav ul li ul.children li a:hover {
	color: #fff;
}
header nav#primary-nav ul li ul.sub-menu li.current-menu-item a, header nav#primary-nav ul li ul.children li.current_page_item a {
	color: #cc0013;
}
header nav#primary-nav ul li.current-menu-ancestor a, header nav#primary-nav ul li.current_page_parent a {
	border-bottom: 2px solid #cc0013;
}
header nav#primary-nav ul li.current-menu-ancestor ul.sub-menu li a, header nav#primary-nav ul li.current_page_parent ul.children li a, header nav#primary-nav ul li.current_page_item ul.children li a {
	background: none;
}
/* Mobile menu toggle
		----------------------------*/	
header .mobileMenuToggle {
	height: 45px;
	width: 100%;
	text-align: center;
	display: none;
	margin: 0;
}
header .mobileMenuToggle a, #header-wrapper #header-inner header .mobileMenuToggle.open a {
	width: 45px;
	height: 45px;
	display: inline-block;
}
header .mobileMenuToggle a {
	background: url(../images/ui/mobileMenu-toggle.png) center 0 no-repeat;
}
header .mobileMenuToggle a.open {
	background: url(../images/ui/mobileMenu-toggle.png) center -45px no-repeat;
}
/* Tablet & mobile menu
		----------------------------*/
#header-wrapper.is_tablet {
	height: auto!important;
	padding-bottom: 0px;
}
#header-wrapper.is_tablet #header-inner {
	height: auto;
	overflow: hidden;
	padding-bottom: 0px;
}
#header-wrapper.is_tablet #header-inner header #logo {
	margin: 0 auto 30px auto;
	float: none;
}
#header-wrapper.is_tablet #header-inner .mobileMenuToggle {
	display: block;
	border-top: 1px solid #444;
	margin: 0 auto 15px auto;
	padding-top: 15px;
}
#header-wrapper.is_tablet #header-inner header nav#primary-nav {
	padding-top: 0;
	padding-bottom: 0;
}
header nav#primary-nav ul.mobile-navigation {
	text-align: center;
	width: 100%;
	margin-top: 0px;
	padding-bottom: 14px;
	display: none;
}
header nav#primary-nav ul.mobile-navigation li {
	float: none;
	margin-right: 0;
}
header nav#primary-nav ul.mobile-navigation li:after {
	border: none;
}
header nav#primary-nav ul.mobile-navigation li a {
	padding: 8px 0;
	margin-bottom: 0;
	display: inline-block;
}
header nav#primary-nav ul.mobile-navigation li a:after {
	content: ""
}
header nav#primary-nav ul.mobile-navigation li:first-child {
	margin-top: 0px;
}
header nav#primary-nav ul.mobile-navigation li:first-child.current-menu-item, header nav#primary-nav ul.mobile-navigation li:first-child.current_page_item {
	margin-top: 0;
}
header nav#primary-nav ul.mobile-navigation li.current-menu-item a:after, header nav#primary-nav ul.mobile-navigation li.current_page_item a:after {
	content: ""
}
/*sub menu*/
header nav#primary-nav ul.mobile-navigation li {
	padding: 0;
	position: static;
}
header nav#primary-nav ul.mobile-navigation li ul.sub-menu, header nav#primary-nav ul.mobile-navigation li ul.children {
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	color: #ccc;
	display: block;
	opacity: 1;
	margin: 14px auto;
	padding: 10px 0;
	position: static;
	top: auto;
	left: 0;
	white-space: normal;
	width: 100%;
	z-index: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
header nav#primary-nav ul.mobile-navigation li:last-child ul.sub-menu {
	border-bottom: none;
	padding-bottom: 0;
}
header nav#primary-nav ul.mobile-navigation li ul.sub-menu li, header nav#primary-nav ul.mobile-navigation li ul.children li {
	float: none;
	position: static;
	z-index: auto;
	padding: 0;
	width: 100%;
	border-bottom: none;
}
header nav#primary-nav ul.mobile-navigation li ul.sub-menu li a, header nav#primary-nav ul.mobile-navigation li ul.children li a {
	padding: 8px 0;
	margin-bottom: 0;
	color: #999;
}
header nav#primary-nav ul.mobile-navigation li ul.sub-menu li a:hover, header nav#primary-nav ul.mobile-navigation li ul.children li a:hover {
	color: #cc0013;
}
header nav#primary-nav ul.mobile-navigation li.current-menu-ancestor ul.sub-menu li.current-menu-item a, header nav#primary-nav ul.mobile-navigation li.current_page_parent ul.children li.current_page_item a {
	color: #fff;
}
header nav#primary-nav ul.mobile-navigation li.current-menu-ancestor a, header nav#primary-nav ul.mobile-navigation li.current_page_parent a {
	background: none;
	color: #fff;
}
/*----------------------------
	ii.-- Content
	-----------------------------*/
	
	/*Wrappers
	----------------------------*/
#content-wrapper {
	width: 940px;
	max-width: 940px;
	margin: 0 auto 10px auto;
	padding: 0;
	min-height: 300px;
	height: auto !important;
	height: 400px;
	position: relative;
	z-index: 1;
}
#content-wrapper.fullscreen-content {
	z-index: 2;
}
#content-wrapper section.homepage {
	padding: 25px 35px 0 35px;
	margin: 0 auto 10px auto;
	background: #fff;
	overflow: hidden;
}
#content-wrapper section.homepage section.pages {
	padding: 0px;
	margin: auto;
	background: none;
}
#content-wrapper section.pages {
	padding: 50px 35px;
	margin: auto;
	background: #fff;
}
#content-wrapper section.portfolio {
	padding: 50px 35px 35px;
	margin: auto;
	background: #fff;
}
#content-wrapper section.portfolio #section-title {
	margin-bottom: 0;
}
#content-wrapper section.portfolio section.pages {
	padding-bottom: 0;
}
#content-wrapper section.portfolio-fixed-width-grid {
	padding: 0 35px 50px;
	margin: auto;
	background: #fff;
}
.home #content-wrapper section.portfolio-fixed-width-grid {
	padding: 0 35px;
}
#content-wrapper section.portfolio-full-width-grid {
	max-width: 940px;
	margin: auto;
	background: #fff;
	padding-bottom: 0;
}
#content-wrapper section.portfolio-fixed-grid .pages {
	margin-bottom: 50px;
}
#content-wrapper section.slider-full-width {
	max-width: 940px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content-wrapper section.slider-full-width.slider-homepage {
	margin-top: 0px;
	margin-bottom: 10px;
}
/*Section-title & teaser
	----------------------------*/
#section-title {
	padding-bottom: 20px;
	margin: 0 auto 50px auto;
	border-bottom: 3px solid #eee;
	margin-bottom: 50px;
	text-align: left;
	position: relative;
}
#section-title:after {
	width: 100px;
	height: 3px;
	background-color: #cc0013;
	position: absolute;
	bottom: -3px;
	left: 0;
	content: "";
}
#section-title h1 {
	position: relative;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
#section-title h1 span {
	color: #fff !important;
}
#section-title.with-teaser {
	padding-bottom: 40px;
}
#teaser {
	font-family: 'Niagara Solid'; 
	font-size: 30px;
	line-height: 24px;
	color: #111;
	font-weight: normal;
	text-transform: none !important;
	margin-top: 20px;
}
#teaser.teaser-no-title {
	margin-top: 0;
}
#teaser p:last-child {
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 50px;
}
/*Homepage
	----------------------------*/
.sub-section-title {
	margin: 0 auto 50px auto;
	padding-top: 50px;
}
.sub-section-title h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
}
#content-wrapper section.homepage section.pages {
	padding-bottom: 50px;
	border-bottom: none;
}
#content-wrapper section.latest-posts-grid {
	max-width: 870px;
	margin: 0 auto;
	background: #fff;
	padding: 0 35px 50px 35px;
}
#content-wrapper section.latest-posts-grid #content-inner-blog-grid article.blog-post {
	margin-bottom: 0;
}
#content-wrapper section.portfolio-below-content, #content-wrapper section.latest-posts-below-content {
	margin: 0 auto;
	padding-top: 0;
	border-top: none;
}
#content-wrapper section.portfolio-below-content .sub-section-title, #content-wrapper section.latest-posts-below-content .sub-section-title {
	border-top: 0 solid #e6e6e6;
}
.home #content-wrapper section.portfolio-fixed-width-grid, .home #content-wrapper section.portfolio-full-width-grid {
	margin-bottom: 10px;
}
/*portfolio button*/
.portfolio-button {
	max-width: 870px;
	text-align: center;
	margin: 50px auto;
}
.portfolio-button .submit {
	display: inline-block;
	margin: 0;
	float: none;
}
/*Portfolio
	----------------------------*/
	/*fixed grid*/
.portfolio-fixed-width-grid #grid {
	width: 876px;
	overflow: hidden;
	margin-left: -6px;
	position: relative;
	z-index: 1;
}
.portfolio-fixed-width-grid #grid .thumb {
	width: 286px;
	height: 286px;
	float: left;
	overflow: hidden;
	margin: 0 0 6px 6px;
}
/*full-width grid*/
.portfolio-full-width-grid #grid {
	width: 100%;
}
.portfolio-full-width-grid #grid .thumb {
	width: 25%;
	height: auto;
	margin: 0;
	float: left;
}
#content-wrapper section.portfolio-full-width-grid .pages {
	margin-bottom: 50px;
}
/*Porfolio filter menu*/
.portfolio-filter-wrapper {
	margin: 0 auto 0 auto;
	font-family: Arial, sans-serif;
	margin-bottom: 50px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	padding: 0 35px;
}
.portfolio-fixed-width-grid .portfolio-filter-wrapper {
	padding: 0;
}
.portfolio-filter-wrapper-below-content {
	padding-top: 50px;
}
.portfolio-filter-wrapper a {
	padding: 0;
	border: none;
	display: inline-block;
	color: #777;
	margin-right: 20px;
	opacity: .5;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.portfolio-filter-wrapper a:after {
	content: " /";
	opacity: 1;
}
.portfolio-filter-wrapper a:last-child {
	margin-right: 0;
}
.portfolio-filter-wrapper a:hover {
	opacity: 1;
	color: #777;
}
.portfolio-filter-wrapper a.active {
	opacity: 1;
	color: #1b1b1b;
}
/*Featured media*/
.featured-media-container {
	width: 100%;
	max-width: 100%;
	height: 489px;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.featured-media-container img {
	max-width: 100%;
	height: auto;
}
.featured-media-container .video, .featured-media-container .flexslider {
	margin-bottom: 0px;
	height: 490px;
}
/*Full width featured media*/
.featured-media-container.full-width-video-wrapper {
	width: 100%;
	max-width: 100%;
	height: 528px;
	margin-bottom: 10px;
}
.featured-media-container.full-width-video-wrapper .video {
	height: 528px;
}
.single-udt_portfolio .pages .featured-media-container:last-child {
	margin-bottom: 0;
}
/*Portfolio pagination*/
#folio-navigation {
	max-width: 870px;
	height: 30px;
	position: relative;
	margin: 10px auto 0 auto;
	padding: 30px 45px;
	background: #fff;
}
#folio-navigation ul {
	float: none;
	margin: 0;
	list-style: none;
}
#folio-navigation ul li {
	margin: 0;
}
#folio-navigation ul li#closeProject a, #folio-navigation ul li#nextProject a, #folio-navigation ul li#prevProject a, #folio-navigation ul li#nextProject.disabled, #folio-navigation ul li#prevProject.disabled {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-indent: 100%;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 0px;
}
#folio-navigation ul li#closeProject a {
	background-image: url(../images/ui/projects-close.png);
	background-position: center 50%;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -45px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#folio-navigation ul li#closeProject a:hover {
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	border: 1px solid #777;
}
#folio-navigation ul li#nextProject a {
	background-image: url(../images/ui/projects-direction-nav.png);
	background-position: center -5px;
	background-repeat: no-repeat;
	float: left;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#folio-navigation ul li#nextProject a:hover {
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	border: 1px solid #777;
}
#folio-navigation ul li#prevProject a {
	background-image: url(../images/ui/projects-direction-nav.png);
	background-position: center -45px;
	background-repeat: no-repeat;
	float: right;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#folio-navigation ul li#prevProject a:hover {
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	border: 1px solid #777;
}
#folio-navigation ul li#nextProject.disabled {
	background: url(../images/ui/projects-direction-nav.png) center -5px no-repeat;
	float: left;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border-color: rgba(150,150,150,.2);
}
#folio-navigation ul li#prevProject.disabled {
	background: url(../images/ui/projects-direction-nav.png) center -45px no-repeat;
	float: right;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border-color: rgba(150,150,150,.2);
}
/*Blog
	----------------------------*/		
	/*Blog layout:grid*/
#content-inner-blog-grid {
	width: 870px;
	max-width: 870px;
	overflow: hidden;
}
#content-inner-blog-grid .pagination {
	margin-bottom: 50px;
}
#content-inner-blog-grid #blog-grid-container {
	max-width: 915px;
	margin-left: -45px;
}
#content-inner-blog-grid #blog-grid-container article {
	display: inline-block;
	vertical-align: top;
	border-bottom: none;
	padding-bottom: 0px;
}
#content-inner-blog-grid #blog-grid-container article.sticky .blog-post-grid-content-inner {
	padding: 0 !important;
	border: none !important;
}
#content-inner-blog-grid #blog-grid-container article.blog-post:last-of-type {
	margin-bottom: 50px;
}
.blog #content-wrapper.grid-layout section.pages {
	padding-bottom: 0;
}
/*Content*/
.blog-post-grid-content {
	max-width: 257px;
	margin-left: 45px;
	float: left;
	position: relative;
}
.blog-post-grid-content .blog-post-featured-media {
	width: 257px;
	margin-bottom: 30px;
	float: left;
	overflow: hidden;
	position: relative;
}
.blog-post-grid-content .blog-post-featured-media .thumb {
	width: 257px;
	margin-bottom: 0;
}
.blog-post-grid-content .blog-post-title, .blog-post-grid-content .blog-post-title span, .blog-post-grid-content .blog-post-title a {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #1b1b1b;
	display: inline-block;
	width: 100%;
}
.blog-post-grid-content .blog-post-title a {
	color: #1b1b1b;
}
.blog-post-grid-content .blog-post-title a:hover {
	color: #cc0013;
}
.blog-post-grid-content .blog-post-meta {
	width: 100%;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
/*Date*/
.blog-post-grid-content .blog-post-meta-date {
	width: 45px;
	height: 45px;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 15px;
	float: left;
	border: none;
	border-top-left-radius: 60px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	padding: 10px;
	font-family: 'Raleway', sans-serif, sans-serif;
	text-transform: uppercase;
}
.blog-post-grid-content .blog-post-meta-date span.day {
	font-weight: bold;
	display: block;
	font-size: 28px;
	line-height: 18px;
	padding-bottom: 0;
	margin: 4px 0;
	border-bottom: none;
}
.blog-post-grid-content .blog-post-meta-date span.month-year {
	display: block;
	font-size: 11px;
	line-height: 11px;
}
/*Blog layout:regular*/
.content-inner-left {
	width: 605px;
	float: left;
	margin: 0 35px 0 0;
}
.content-inner-right {
	width: 605px;
	float: right;
	margin: 0 0 0 35px;
}
article.blog-post {
	margin-bottom: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.blog article.blog-post:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
/*Content*/	
.blog-post-content {
	width: 100%;
	float: left;
}
.blog-post-content .blog-post-featured-media {
	width: 605px;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.blog-post-content .blog-post-featured-media .thumb {
	width: 605px;
	margin-bottom: 0px;
}
.blog-post-content .blog-post-featured-media img {
	max-width: 100%;
	height: auto;
}
.blog-post-content .blog-post-featured-media .video, .blog-post-content .blog-post-featured-media .flexslider {
	margin-bottom: 0px;
	height: 340px;
}
.blog-post-content .blog-post-title {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.blog-post-content .blog-post-title a {
	color: #1b1b1b;
}
.blog-post-content .blog-post-title a:hover {
	color: #cc0013;
}
.sticky .blog-post-title a {
	color: #cc0013;
}
.blog-post-content .video {
	margin-bottom: 30px;
}
.blog-post-content .video video, .blog-post-content .video iframe, .blog-post-content .video object, .blog-post-content .video embed, .blog-post-content .video div {
	width: 100%;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
.blog-post-content p {
	margin-bottom: 20px;
}
.blog-post-content p:last-child {
	margin-bottom: 0px;
}
/*Date*/
.blog-post-meta-date {
	width: 60px;
	height: 60px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
	float: left;
	color: #cc0013;
	background-color: #1b1b1b;
	border: none;
	border-top-left-radius: 60px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	padding: 10px;
	font-family: 'Raleway', sans-serif, sans-serif;
	text-transform: uppercase;
}
.sticky .blog-post-meta-date {
	background-color: #cc0013;
	color: #1b1b1b;
}
.blog-post-meta-date span.day {
	font-weight: bold;
	display: block;
	font-size: 40px;
	line-height: 30px;
	padding-bottom: 0;
	margin: 5px 0;
	border-bottom: none;
}
.blog-post-meta-date span.month-year {
	display: block;
	font-size: 12px;
	line-height: 12px;
}
/*Meta*/
.blog-post-content .blog-post-meta {
	width: 100%;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.blog-post-content .blog-post-meta a, .blog-post-content .blog-post-meta span {
	text-decoration: none;
	font-weight: bold;
}
.blog-post-content .blog-post-meta a:hover {
	text-decoration: underline;
}
.blog-post-read-more, .blog-post-grid-content .blog-post-read-more {
	margin-bottom: 0px;
	float: left;
	clear: both;
	padding: 0 15px;
	line-height: 40px;
	font-size: 11px;
	background: #cc0013;
	color: #fff;
	border-radius: 0px;
	box-shadow: 0 -3px 0 rgba(0,0,0,0) inset;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.blog-post-read-more:hover, .blog-post-grid-content .blog-post-read-more:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/*Post tags*/
.post-tags {
	font-size: 11px !important;
}
.post-tags a {
	background: #e6e6e6;
	color: #666;
	padding: 4px 6px;
	margin-right: 2px;
}
.post-tags a:hover {
	background: #1b1b1b;
	color: #fff;
}
/*Sticky post*/
article.blog-post.sticky {
	padding-bottom: 0;
	border-bottom: none;
}
.sticky .blog-post-content {
	background: none;
	border: 1px solid #e6e6e6;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0) inset;
	padding: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sticky .blog-post-content .blog-post-featured-media, .sticky .blog-post-content .blog-post-featured-media .thumb {
	width: 550px;
}
.sticky .blog-post-content .blog-post-featured-media .video, .sticky .blog-post-content .blog-post-featured-media .flexslider {
	height: 309px;
}
/*Comments*/	
section#comments {
	margin-bottom: 0;
	overflow: hidden;
}
section#comments h2#comments-title, section#comments h3#reply-title {
	font-size: 35px;
	line-height: 35px;
	color: #1b1b1b;
}
section#comments h3#reply-title small {
	font-size: 11px;
	text-transform: none;
}
section#comments ol.comment-list {
	float: left;
	list-style: none;
	margin: 0;
	width: 100%;
}
/*Comment styling*/
section#comments ol.comment-list li.comment .commentary {
	padding-left: 100px;
}
section#comments ol.comment-list li.depth-1>div {
	width: 100%;
}
section#comments ol.comment-list li.depth-1>div, ol.comment-list li ul.children li {
	background: #f9f9f9;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0) inset;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none !important;
}
section#comments ol.comment-list li.comment .commentary .comment-author {
	font: 20px/20px 'Source Sans Pro', Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
	color: #999;
	text-transform: uppercase;
}
section#comments ol.comment-list li.comment .commentary .comment-author span {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: normal;
}
section#comments ol.comment-list li.comment .commentary .comment-meta {
	width: 100%;
	float: left;
	color: #999;
	margin-bottom: 20px;
	font-size: 11px;
}
section#comments ol.comment-list li.comment .commentary .comment-meta a {
	color: #777;
	font-weight: normal;
}
section#comments ol.comment-list li.comment .commentary .comment-meta a:hover {
	text-decoration: underline;
}
section#comments ol.comment-list li.comment .commentary p {/*margin-bottom:0;*/
}
section#comments ol.comment-list li.comment .comment-avatar {
	position: relative;
	width: 60px;
	height: 60px;
	position: relative;
	overflow: hidden;
	border: 3px solid #1b1b1b;
}
section#comments ol.comment-list li.comment .comment-avatar, section#comments ol.comment-list li.comment .comment-avatar img {
	float: left;
	overflow: hidden;
}
section#comments ol.comment-list li.comment .comment-avatar img {
	max-width: 100%;
	margin: 0 auto;
	-ms-interpolation-mode: bicubic;
	vertical-align: baseline;
}
/*Margins-padding-borders*/
section#comments ol.comment-list li.comment {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
section#comments ol.comment-list li.comment:last-child {
	padding-bottom: 30px;
	margin-bottom: 50px;
}
section#comments ol.comment-list li.pingback {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
section#comments ol.comment-list li.pingback:last-child {
	padding-bottom: 30px;
	margin-bottom: 50px;
}
section#comments ol.comment-list li ul.children li {
	width: 100%;
	position: relative;
}
section#comments ol.comment-list li ul.children {
	max-width: 100%;
	float: left;
	margin: 15px 0 0 100px;
	list-style: none;
}
section#comments ol.comment-list li ul.children li {
	margin-bottom: 15px;
}
section#comments ol.comment-list li ul.children li:last-child {
	margin: 0;
	border-bottom: 0;
}
/*Comment form*/
section#comments #respond {
	float: left;
	width: 100%;
}
#commentform {
	overflow: hidden;
}
#commentform ul {
	list-style: none;
}
#commentform ul, #commentform ul li {
	margin-bottom: 0;
}
#commentform .form-submit #submit {
	float: left;
	height: 40px;
	line-height: 40px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff !important;
	background: #e70000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 15px;
	border: 0;
	cursor: pointer;
	outline: 0;
	margin: 0;
	-webkit-appearance: none;
	border-bottom: 0 !important;
	border-radius: 0px;
	text-shadow: none;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0) inset;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#commentform .form-submit #submit:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/*Blog pagination*/
.pagination {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0;
	display: none;
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px solid #e6e6e6;
}
.pagination .nav-previous {
	float: left;
}
.pagination .nav-next {
	float: right;
}
.pagination a {
	width: auto;
	height: 30px;
	line-height: 30px;
	display: block;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 0 9px;
	border: 1px solid #e6e6e6;
	color: #777;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.pagination a:hover {
	color: #777;
	border-color: #777;
}
.pagination.detached {
	max-width: 870px;
	height: 30px;
	position: relative;
	margin: 10px auto 10px auto;
	padding: 30px 45px;
	background: #fff;
	display: block;
}
/*Blog page links*/
.wp-link-pages {
	font-family: "Raleway", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	color: #cc0013;
}
.wp-link-pages a {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	border-radius: 0px;
	border: 1px solid #e6e6e6;
	color: #777;
	font-size: 10px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.wp-link-pages a:hover {
	color: #777;
	border-color: #777;
}
/*Sidebar*/	
aside.sidebar {
	width: 230px;
	float: left;
	overflow: hidden;
}
/*Widgets: widget_recent_entries,widget_archive,widget_categories,widget_meta,widget_pages*/
aside.sidebar ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
aside.sidebar ul li {
	width: 220px;
	float: left;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}
aside.sidebar ul li:last-child {
	margin: 0px;
	padding: 0px;
	border: none !important;
}
aside.sidebar ul li h4.widget-title {
	font-size: 14px;
	line-height: 16px;
	background: #1b1b1b;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 10px 14px;
	text-transform: uppercase;
	position: relative;
}
aside.sidebar ul li h4.widget-title:after {
	width: 10px;
	height: 100%;
	position: absolute;
	background: #1b1b1b;
	border-right: 3px solid #cc0013;
	content: "";
	top: 0;
	right: -10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
aside.sidebar ul li h4.widget-title span {
	font-size: 14px;
	line-height: 13px;
	font-weight: 200;
}
aside.sidebar ul li h4.widget-title, aside.sidebar ul li h4.widget-title span {
	color: #fff;
}
aside.sidebar ul li ul {
	list-style: none;
}
aside.sidebar ul li ul li {
	margin-bottom: 5px;
	padding: 0;
	border: none !important;
}
aside.sidebar ul li ul li:last-child {
	margin: 0 !important;
}
aside.sidebar ul li ul li a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
}
aside.sidebar ul li ul li a:hover {
	color: #e70000;
	text-decoration: underline;
}
aside.sidebar ul li ul li p.date {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}
aside.sidebar img {
	max-width: 100%;
	height: auto;
}
aside.sidebar select {
	max-width: 100%;
}
/*Widget:text*/
.widget_text p:last-child {
	margin-bottom: 0px;
}
/*Widget: social*/
.widget_text ul.socialSmall {
	float: none;
	list-style: none;
	margin: 0;
	overflow: hidden;
	display: table;
}
.widget_text ul.socialSmall li {
	display: inline;
	width: auto;
}
.widget_text ul.socialSmall li a {
	width: 32px;
	height: 32px;
	margin-right: 5px;
}
.widget_text ul.socialSmall li:last-child a {
	margin-right: 0px;
}
/*Widget: recent posts*/
aside.sidebar ul li.widget_recent_entries ul li {
	margin-bottom: 10px;
}
aside.sidebar ul li.widget_recent_entries ul li a {
	font-weight: bold;
	line-height: 15px;
}
aside.sidebar ul li.widget_recent_entries ul li span {
	display: block;
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}
/*Widget: rss*/
aside.sidebar ul li.widget_rss ul li {
	margin-bottom: 15px;
}
.widget_rss .rsswidget {
	font-size: 14px;
	font-style: bold;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 5px;
	font-style: italic;
}
/*Widget:search*/
.widget_search #searchform input#s {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
	color: #999;
	border: 1px solid #e6e6e6;
	color: #999;
	font: 13px/18px Arial, Helvetica, sans-serif;
}
.widget_search #searchform input#s:hover {
	background-color: #fff;
	color: #999;
	border: 1px solid #e6e6e6;
}
.widget_search #searchform input#s:focus {
	background-color: #fff;
	color: #999;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
#searchsubmit {
	margin-bottom: 0px;
}
/*Widget:tag cloud*/
.widget_tag_cloud a {
	display: block;
	float: left;
	font-size: 12px !important;
	line-height: 12px;
	margin: 0 8px 8px 0;
	padding: 6px;
}
.widget_tag_cloud a {
	background: #f6f6f6;
	color: #999;
}
.widget_tag_cloud a:hover {
	background: #000;
	color: #fff;
}
/*Widget:calendar*/
.widget_calendar {
	float: left;
	width: 100%;
}
#wp-calendar {
	border-spacing: 3px;
	margin-bottom: 0px;
}
.widget_calendar #wp-calendar {
	width: 100%;
}
.widget_calendar #wp-calendar caption {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
.widget_calendar #wp-calendar thead {
	font-size: 10px;
}
.widget_calendar #wp-calendar thead th {
	padding-bottom: 10px;
}
.widget_calendar #wp-calendar tbody {
	color: #999;
}
.widget_calendar #wp-calendar tbody td {
	background: #f6f6f6;
	text-align: center;
	line-height: 30px;
}
.widget_calendar #wp-calendar tbody td:hover {
	background: #000;
	color: #fff;
}
.widget_calendar #wp-calendar tbody .pad {
	background: none;
}
.widget_calendar #wp-calendar tbody td.pad:hover {
	background: none;
}
.widget_calendar #wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-top: 10px;
}
.widget_calendar #wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}
.widget_calendar #wp-calendar a {
	text-decoration: none;
	line-height: 30px;
	display: block;
}
.widget_calendar #wp-calendar tfoot #next a {
	float: right;
}
.widget_calendar #wp-calendar tfoot #prev a {
	float: left;
}
.widget_calendar #wp-calendar tfoot #next a, .widget_calendar #wp-calendar tfoot #prev a {
	font-family: "Raleway", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 0 9px;
	border: 1px solid #e6e6e6;
	color: #777;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.widget_calendar #wp-calendar tfoot #next a:hover, .widget_calendar #wp-calendar tfoot #prev a:hover {
	color: #777;
	border-color: #777;
}
/*Widget:tag menu*/
.widget_nav_menu .menu li ul.sub-menu {
	display: block !important;
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 10px 0;
}
/*Contact
	----------------------------*/	
.contactForm {
	margin-bottom: 0;
	overflow: hidden;
}
.contact p {
	font: 15px/18px Arial, Helvetica, sans-serif;
	text-align: center;
}
.loading-animation {
	float: left;
	width: 24px;
	height: 24px;
	background: url(../images/ui/ajax-loader-white.gif) no-repeat center center;
}
.udt_honey {
	display: none;
}
/*Form elements
	----------------------------*/	
.form p {
	margin-bottom: 0;
}
.commentform {
	margin-bottom: 50px;
	overflow: hidden;
}
.text-field {
	width: 300px;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	margin-bottom: 20px;
}
.text-field, textarea {
	background-color: #fff;
	color: #999;
	border: 1px solid #e6e6e6;
	color: #999;
	font: 13px/18px Arial, Helvetica, sans-serif;
}
.text-field:hover, textarea:hover {
	background-color: #fff;
	color: #999;
	border: 1px solid #e6e6e6;
}
.text-field:focus, textarea:focus {
	background-color: #fff;
	color: #999;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
textarea {
	width: 560px;
	height: 200px;
	padding: 20px;
	margin-bottom: 20px;
	overflow: auto;
	resize: none;
}
.text-field, textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.submitForm {
	margin-bottom: 0;
}
#msg {
	float: left;
	min-height: 24px;
}
#msg img {
	float: left;
	display: block;
}
.errorOutline {
	border: 1px solid #EF644E !important;
}
.errorMsg {
	color: #EF644E !important;
}
/*----------------------------
	iii.-- Footer
	-----------------------------*/
	
	/*Wrappers
	----------------------------*/
#footer-wrapper {
	width: 870px;
	max-width: 870px;
	padding: 50px 35px;
	margin: 0 auto 30px auto;
	position: relative;
	z-index: 1;
	bottom: 0;
	background-color: #1b1b1b;
	clear: both;
}
#footer-wrapper #footer-top {
	max-width: 870px;
	margin: auto;
	padding: 0;
	margin-bottom: 20px;
	border: none;
	border-bottom: 3px solid #333;
	position: relative;
}
#footer-wrapper #footer-top:after {
	width: 100px;
	height: 3px;
	background-color: #666;
	position: absolute;
	bottom: -3px;
	left: 0;
	content: "";
	visibility: visible;
}
#footer-wrapper .column-footer-widget {
	margin-bottom: 0 !important;
}
#footer-wrapper #footer-bottom {
	width: 100%;
}
#footer-wrapper #footer-bottom #footer-bottom-inner-wrapper {
	width: 870px;
	margin: auto;
	background: none;
	display: table;
}
#footer-wrapper #footer-bottom #footer-bottom-inner-wrapper footer {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#footer-wrapper #footer-bottom #footer-bottom-inner-wrapper footer p.footer-copyright {
	margin: 3px 0 0;
	font-size: 11px;
}
#footer-wrapper h4.widget-title {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 20px;
	font-weight:normal;
}
#footer-wrapper h4.widget-title span {
	font-size: 25px;
	line-height: 27px;
}
#footer-wrapper h4.widget-title, #footer-wrapper h4.widget-title span {
	color: #999;
}
#footer-wrapper .column-footer-widget p {
	margin-bottom: 20px;
}
/*Widgets: widget_recent_entries,widget_archive,widget_categories,widget_meta,widget_pages*/
.footer-widget {
	width: 100%;
	margin: 0;
	list-style: none;
}
#footer-wrapper #footer-top footer .column-footer-widget p:last-child {
	margin-bottom: 0;
}
.footer-widget li {
	margin: 0 0 30px 0;
}
.footer-widget li ul {
	list-style: none;
	margin: 0;
}
.footer-widget li ul li {
	margin-bottom: 5px;
	padding: 0;
	border: none !important;
	margin-bottom: 5px;
	padding: 0;
	border: none;
}
.footer-widget li ul li:last-child {
	margin: 0 !important;
}
.footer-widget a {
	color: #cc0013;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
}
.footer-widget a:hover {
	color: #e70000;
	text-decoration: underline;
}
.footer-widget p.date {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}
/*Footer logo*/
.footer-copyright-wrapper {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #333;
	margin-bottom: 20px;
	text-align: left;
	margin-bottom: 20px;
}
.footer-copyright-wrapper img {
	vertical-align: bottom;
	margin-bottom: 6px;
}
.footer-copyright-wrapper > a {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.footer-copyright-wrapper > a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.footer-copyright-wrapper > a:active {
	position: relative;
	top: 1px;
}
.footer-copyright-wrapper p {
	margin-bottom: 0;
	line-height: 11px;
}
.footer-copyright-wrapper p a {
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.footer-copyright-wrapper p a:hover {
	color: #cc0013;
}
/*Back to top*/
#footer-wrapper .back-to-top {
	width: 15px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	float: right;
	border: 0px solid #333;
	border-radius: 0;
	display: inline-block;
	text-indent: 100%;
	background: url(../images/ui/to-top.png) center center no-repeat;
	margin-top: 5px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#footer-wrapper .back-to-top:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/*Social*/
#footer-wrapper ul.connect {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	float: left;
}
#footer-wrapper ul.connect li {
	display: inline-block;
	margin: 0 15px 0 0;
}
#footer-wrapper ul.connect li:last-child {
	border: none;
	padding-right: 0px;
	margin-right: 0px;
}
#footer-wrapper ul.connect li a {
	background-repeat: no-repeat;
	float: left;
	line-height: 22px;
	float: left;
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#footer-wrapper ul.connect li a:hover {
	float: left;
	color: #333;
	opacity: 1;
	filter: alpha(opacity=100);
}
#footer-wrapper ul.connect li:last-child a {
	margin-right: 0px;
}
ul.connect li a.pinterest {
	background-image: url(../images/ui_shortcodes/social/pinterest-small.png);
	padding-left: 24px;
}
ul.connect li a.twitter {
	background-image: url(../images/ui_shortcodes/social/twitter-small.png);
	padding-left: 24px;
}
ul.connect li a.facebook {
	background-image: url(../images/ui_shortcodes/social/facebook-small.png);
	padding-left: 20px;
}
ul.connect li a.skype {
	background-image: url(../images/ui_shortcodes/social/skype-small.png);
	padding-left: 24px;
}
ul.connect li a.forrst {
	background-image: url(../images/ui_shortcodes/social/forrst-small.png);
	padding-left: 23px;
}
ul.connect li a.googleplus {
	background-image: url(../images/ui_shortcodes/social/googleplus-small.png);
	padding-left: 26px;
}
ul.connect li a.flickr {
	background-image: url(../images/ui_shortcodes/social/flickr-small.png);
	padding-left: 27px;
}
ul.connect li a.myspace {
	background-image: url(../images/ui_shortcodes/social/myspace-small.png);
	padding-left: 27px;
}
ul.connect li a.vimeo {
	background-image: url(../images/ui_shortcodes/social/vimeo-small.png);
	padding-left: 26px;
}
ul.connect li a.dribbble {
	background-image: url(../images/ui_shortcodes/social/dribbble-small.png);
	padding-left: 25px;
}
ul.connect li a.linkedin {
	background-image: url(../images/ui_shortcodes/social/linkedin-small.png);
	padding-left: 26px;
}
ul.connect li a.youtube {
	background-image: url(../images/ui_shortcodes/social/youtube-small.png);
	padding-left: 27px;
}
ul.connect li a.vine {
	background-image: url(../images/ui_shortcodes/social/vine-small.png);
	padding-left: 25px;
}
ul.connect li a.spotify {
	background-image: url(../images/ui_shortcodes/social/spotify-small.png);
	padding-left: 25px;
}
ul.connect li a.rss {
	background-image: url(../images/ui_shortcodes/social/rss-small.png);
	padding-left: 27px;
}
ul.connect li a.instagram {
	background-image: url(../images/ui_shortcodes/social/instagram-small.png);
	padding-left: 26px;
}
ul.connect li a.github {
	background-image: url(../images/ui_shortcodes/social/github-small.png);
	padding-left: 27px;
}
ul.connect li a.behance {
	background-image: url(../images/ui_shortcodes/social/behance-small.png);
	padding-left: 27px;
}
ul.connect li a.deviantart {
	background-image: url(../images/ui_shortcodes/social/deviantart-small.png);
	padding-left: 28px;
}
ul.connect li a.soundcloud {
	background-image: url(../images/ui_shortcodes/social/soundcloud-small.png);
	padding-left: 27px;
}
ul.connect li a.tumblr {
	background-image: url(../images/ui_shortcodes/social/tumblr-small.png);
	padding-left: 23px;
}
ul.connect li a.android {
	background-image: url(../images/ui_shortcodes/social/android-small.html);
	padding-left: 27px;
}
ul.connect li a.apple {
	background-image: url(../images/ui_shortcodes/social/apple-small.html);
	padding-left: 27px;
}
ul.connect li a.windows {
	background-image: url(../images/ui_shortcodes/social/windows-small.html);
	padding-left: 27px;
}
ul.connect li a.fivehundredpx {
	background-image: url(../images/ui_shortcodes/social/500-small.png);
	padding-left: 27px;
}
ul.connect.white li a.pinterest {
	background-image: url(../images/ui_shortcodes/social/pinterest-small-white.png);
	padding-left: 24px;
}
ul.connect.white li a.twitter {
	background-image: url(../images/ui_shortcodes/social/twitter-small-white.png);
	padding-left: 24px;
}
ul.connect.white li a.facebook {
	background-image: url(../images/ui_shortcodes/social/facebook-small-white.png);
	padding-left: 20px;
}
ul.connect.white li a.skype {
	background-image: url(../images/ui_shortcodes/social/skype-small-white.png);
	padding-left: 24px;
}
ul.connect.white li a.forrst {
	background-image: url(../images/ui_shortcodes/social/forrst-small-white.png);
	padding-left: 23px;
}
ul.connect.white li a.googleplus {
	background-image: url(../images/ui_shortcodes/social/googleplus-small-white.png);
	padding-left: 26px;
}
ul.connect.white li a.flickr {
	background-image: url(../images/ui_shortcodes/social/flickr-small-white.png);
	padding-left: 27px;
}
ul.connect.white li a.myspace {
	background-image: url(../images/ui_shortcodes/social/myspace-small-white.png);
	padding-left: 27px;
}
ul.connect.white li a.vimeo {
	background-image: url(../images/ui_shortcodes/social/vimeo-small-white.png);
	padding-left: 26px;
}
ul.connect.white li a.dribbble {
	background-image: url(../images/ui_shortcodes/social/dribbble-small-white.png);
	padding-left: 25px;
}
ul.connect.white li a.linkedin {
	background-image: url(../images/ui_shortcodes/social/linkedin-small-white.png);
	padding-left: 26px;
}
ul.connect.white li a.youtube {
	background-image: url(../images/ui_shortcodes/social/youtube-small-white.png);
	padding-left: 27px;
}
ul.connect.white li a.vine {
	background-image: url(../images/ui_shortcodes/social/vine-small-white.png);
	padding-left: 25px;
}
ul.connect.white li a.spotify {
	background-image: url(../images/ui_shortcodes/social/spotify-small-white.png);
	padding-left: 25px;
}
ul.connect.white li a.rss {
	background-image: url(../images/ui_shortcodes/social/rss-small-white.png);
	padding-left: 27px;
}
ul.connect.white li a.instagram {
	background-image: url(../images/ui_shortcodes/social/instagram-small-white.png);
	padding-left: 26px;
}
ul.connect.white li a.github {
	background-image: url(../images/ui_shortcodes/social/github-small-white.png);
	padding-left: 27px;
}
ul.connect.white li a.behance {
	background-image: url(../images/ui_shortcodes/social/behance-small-white.png);
	padding-left: 27px;
}
ul.connect.white li a.deviantart {
	background-image: url(../images/ui_shortcodes/social/deviantart-small-white.png);
	padding-left: 28px;
}
ul.connect.white li a.soundcloud {
	background-image: url(../images/ui_shortcodes/social/soundcloud-small-white.png);
	padding-left: 27px;
}
ul.connect.white li a.tumblr {
	background-image: url(../images/ui_shortcodes/social/tumblr-small-white.png);
	padding-left: 23px;
}
ul.connect.white li a.android {
	background-image: url(../images/ui_shortcodes/social/android-small-white.html);
	padding-left: 27px;
}
ul.connect.white li a.apple {
	background-image: url(../images/ui_shortcodes/social/apple-small-white.html);
	padding-left: 27px;
}
ul.connect.white li a.windows {
	background-image: url(../images/ui_shortcodes/social/windows-small-white.html);
	padding-left: 27px;
}
ul.connect.white li a.fivehundredpx {
	background-image: url(../images/ui_shortcodes/social/500-small-white.png);
	padding-left: 27px;
}
/*----------------------------
	iv.-- Media
	-----------------------------*/
	
img {
	max-width: 100%;
	height: auto;
}
.map img {
	max-width: none;
}
/*Images*/
.display-image {
	position: relative;
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
}
.display-image img {
	line-height: 0;
	display: block;
	position: relative;
	z-index: 0;
	display: block;
}
.display-image, .display-image a {
	color: #fff;
	border-color: #fff;
}
.linked-display-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
/*Caption*/
.caption {
	width: 60%;
	position: absolute;
	z-index: 4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*Caption position:left*/
.caption.top-left {
	top: 50px;
	left: 50px;
	bottom: auto;
	right: auto;
	text-align: left;
	float: left;
}
.caption.bottom-left {
	bottom: 50px;
	left: 50px;
	right: auto;
	top: auto;
	text-align: left;
	float: left;
}
/*Caption position:right*/
.caption.top-right {
	top: 50px;
	right: 50px;
	left: auto;
	bottom: auto;
	text-align: right;
	float: right;
}
.caption.bottom-right {
	bottom: 50px;
	right: 50px;
	left: auto;
	top: auto;
	text-align: right;
	float: right;
}
/*Caption position:center*/
.centered-caption-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.caption-table {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.caption-table .caption-table-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.caption-table .caption-table-cell.top-align {
	vertical-align: top;
}
.caption-table .caption-table-cell.bottom-align {
	vertical-align: bottom;
}
.caption.center, .caption.center-left, .caption.center-right, .caption.top-center, .caption.bottom-center {
	position: relative;
}
.caption.center, .caption.top-center, .caption.bottom-center {
	text-align: center;
	width: 100%;
	margin: auto;
}
.caption.center-left {
	left: 50px;
}
.caption.center-right {
	right: 50px;
	text-align: right;
	float: right;
}
.caption.top-center {
	margin: 50px auto 0 auto;
}
.caption.bottom-center {
	margin: 0 auto 50px auto;
}
.caption .caption-table-cell .caption {
	text-align: center;
	margin: auto;
}
.caption p .submit:last-child {
	margin-bottom: 0;
}
/*Caption type: single border*/
	/*.display-image .single-border{}*/
	
		/*sizes & font*/
.display-image .single-border .size-1 {
	font-size: 100px;
	line-height: 75px;
}
.display-image .single-border .size-2 {
	font-size: 80px;
	line-height: 60px;
}
.display-image .single-border .size-3 {
	font-size: 60px;
	line-height: 45px;
}
.display-image .single-border .size-4 {
	font-size: 50px;
	line-height: 40px;
}
.display-image .single-border .size-5 {
	font-size: 40px;
	line-height: 30px;
}
.display-image .single-border .size-6 {
	font-size: 30px;
	line-height: 25px;
}
.display-image .single-border .variation {
	font-weight: normal;
}
.display-image .single-border p {
	font: 15px/20px Arial, Helvetica, sans-serif;
}
/*positioning*/
.display-image .single-border.top-left, .display-image .single-border.bottom-left, .display-image .single-border.center-left {
	border-left: 10px solid;
	padding-left: 20px;
}
.display-image .single-border.top-right, .display-image .single-border.bottom-right, .display-image .single-border.center-right {
	border-right: 10px solid;
	padding-right: 20px;
}
.display-image .single-border.center {
	border-top: 10px solid;
	padding-top: 20px;
}
/*Caption type: elegant*/
.display-image .elegant {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
/*sizes & font*/
.display-image .elegant .size-1 {
	font-size: 65px;
	line-height: 49px;
}
.display-image .elegant .size-2 {
	font-size: 50px;
	line-height: 38px;
}
.display-image .elegant .size-3 {
	font-size: 40px;
	line-height: 30px;
}
.display-image .elegant .size-4 {
	font-size: 35px;
	line-height: 28px;
}
.display-image .elegant .size-5 {
	font-size: 30px;
	line-height: 22px;
}
.display-image .elegant .size-6 {
	font-size: 25px;
	line-height: 20px;
}
.display-image .elegant .variation {
	font-weight: normal;
}
.display-image .elegant p {
	font: 15px/20px Arial, Helvetica, sans-serif;
}
/*Caption type: boxed background*/
.display-image .boxed {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
/*sizes & font*/
.display-image .boxed .size-1 {
	font-size: 28px;
	line-height: 24px;
}
.display-image .boxed .size-2 {
	font-size: 25px;
	line-height: 20px;
}
.display-image .boxed .size-3 {
	font-size: 22px;
	line-height: 19px;
}
.display-image .boxed .size-4 {
	font-size: 19px;
	line-height: 17px;
}
.display-image .boxed .size-5 {
	font-size: 16px;
	line-height: 13px;
}
.display-image .boxed .size-6 {
	font-size: 13px;
	line-height: 12px;
}
.display-image .boxed .variation {
	font-weight: normal;
}
.display-image .boxed p {
	font: 15px/20px Arial, Helvetica, sans-serif;
}
/*colors*/
.display-image .boxed {
	background: #000;
	background: rgba(0,0,0,0.8);
	color: #fff;
}
.display-image .boxed span {
	color: #fff;
}
/*Caption type: striped  */
	/*.display-image .striped{}*/
	
		/*sizes & font*/
.display-image .striped .size-1 {
	font-size: 100px;
	line-height: 100px;
}
.display-image .striped .size-2 {
	font-size: 80px;
	line-height: 80px;
}
.display-image .striped .size-3 {
	font-size: 60px;
	line-height: 60px;
}
.display-image .striped .size-4 {
	font-size: 50px;
	line-height: 50px;
}
.display-image .striped .size-5 {
	font-size: 40px;
	line-height: 40px;
}
.display-image .striped .size-6 {
	font-size: 30px;
	line-height: 30px;
}
.display-image .striped .size-1, .display-image .striped .size-2, .display-image .striped .size-3, .display-image .striped .size-4, .display-image .striped .size-5, .display-image .striped .size-6 {
	width: auto;
	margin-bottom: 3px;
	padding: 12px 20px;
	font-family: inherit;
	display: inline-block;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.display-image .striped .variation {
	font-weight: normal;
}
/*colors*/
.display-image .striped span {
	background: #000;
	background: rgb(0,0,0);
	color: #fff;
}
.display-image .striped a span {
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}
.display-image .striped a:hover span {
	background: rgb(218,28,40);
	color: #fff;
}
/*positioning*/
.display-image .striped.top-left span, .display-image .striped.bottom-left span {
	float: left;
}
.display-image .striped.top-right span, .display-image .striped.bottom-right span {
	float: right;
}
/*Caption type: centered  */
	/*.display-image .impact{}*/
	
		/*sizes & font*/
.display-image .impact .size-1 {
	font-size: 100px;
	line-height: 82px;
}
.display-image .impact .size-2 {
	font-size: 80px;
	line-height: 62px;
}
.display-image .impact .size-3 {
	font-size: 70px;
	line-height: 52px;
}
.display-image .impact .size-4 {
	font-size: 60px;
	line-height: 42px;
}
.display-image .impact .size-5 {
	font-size: 50px;
	line-height: 32px;
}
.display-image .impact .size-6 {
	font-size: 40px;
	line-height: 22px;
}
.display-image .impact .variation {
	font-weight: normal;
}
.display-image .impact .size-1, .display-image .impact .size-2, .display-image .impact .size-3, .display-image .impact .size-4, .display-image .impact .size-5, .display-image .impact .size-6 {
	font-weight: bold;
}
.display-image .impact p {
	font-size: 24px;
	line-height: 30px;
	font-weight: 200;
	font-family: "Raleway", sans-serif;
}
/*Caption Sizes*/
.display-image .size-1, .display-image .size-2, .display-image .size-3, .display-image .size-4, .display-image .size-5, .display-image .size-6 {
	font-family: 'Raleway', sans-serif, sans-serif;
	font-weight: 200;
	text-align: inherit;
	width: 100%;
	display: inline-block;
}
.display-image .size-1 {
	margin-bottom: 20px;
}
.display-image .size-2 {
	margin-bottom: 18px;
}
.display-image .size-3 {
	margin-bottom: 16px;
}
.display-image .size-4 {
	margin-bottom: 14px;
}
.display-image .size-5 {
	margin-bottom: 12px;
}
.display-image .size-6 {
	margin-bottom: 10px;
}
.caption p {
	margin-bottom: 20px;
}
.caption > :last-child {
	margin-bottom: 0px !important;
}
.display-image .submit {
	float: none;
}
/*Thumbs - Epic Hover*/
.thumb {
	position: relative;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 30px;
}
.thumb a {
	float: left;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 0;
	text-decoration: none;
	filter: inherit;
}
.thumb img, .thumb a img {
	width: inherit;
	display: block;
	position: relative;
	filter: inherit;
}
.thumb img.animationImage {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.thumb a .rollover-wrapper {
	width: 100%;
	height: 100%;
	background: #000;/*ie8 fallback*/
	background: rgba(0,0,0,0.8);
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.thumb a .thumb-rollover {
	width: 100%;
	height: 100%;
	display: table;
	position: absolute;
}
.thumb a .thumb-rollover .thumbInfo {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font: 18px/18px 'Oswald', sans-serif, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
}
.thumb a .thumb-rollover .thumbInfo span span {
	display: block;
	font: 13px/13px 'Times New Roman', sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}
.thumb a .thumb-rollover .thumbInfo span span.thumb-stripe {
	width: 50px;
	height: 3px;
	background: #fff;
	opacity: 1;
	display: block;
	margin: 0px auto 10px;
}
.thumb a .thumb-rollover .thumbInfo img.graphic {
	position: relative;
	margin: auto;
	width: auto;
}
/*WordPress default gallery + epic hover*/	
.gallery {
	margin-bottom: 30px !important;
	float: left;
}
.gallery:last-child {
	margin-bottom: 0px !important;
}
.gallery br {
	display: none;
}
.gallery .gallery-item {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 0;
}
.gallery-icon {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gallery .gallery-icon img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: none !important;
}
.gallery .gallery-icon img.animationImage {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.gallery-icon a {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 0;
	text-decoration: none;
}
.gallery-icon .rollover-wrapper {
	width: 100%;
	height: 100%;
	background: #000;/*ie8 fallback*/
	background: rgba(0,0,0,0.8);
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-icon .thumb-rollover {
	width: 100%;
	height: 100%;
	display: table;
	position: absolute;
}
.gallery-icon .thumb-rollover .thumbInfo {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font: 14px 'Raleway', sans-serif, sans-serif;
	font-weight: 200;
	text-align: center;
}
.gallery-icon .thumb-rollover .thumbInfo img.graphic {
	width: auto;
	height: auto;
	max-width: 50%;
	max-height: 50%;
	position: relative;
	margin: auto;
}
.gallery-columns-2 .gallery-item {
	width: 50% !important;
}
.gallery-columns-3 .gallery-item {
	width: 33.333% !important;
}
.gallery-columns-4 .gallery-item {
	width: 25% !important;
}
.gallery-columns-5 .gallery-item {
	width: 20% !important;
}
.gallery-columns-6 .gallery-item {
	width: 16.666% !important;
}
.gallery-columns-7 .gallery-item {
	width: 14.285% !important;
}
.gallery-columns-8 .gallery-item {
	width: 12.5% !important;
}
.gallery-columns-9 .gallery-item {
	width: 11.111% !important;
}
.gallery .gallery-caption {
	width: 100%;
	font-family: 'Raleway', sans-serif, sans-serif;
	color: #999;
	padding: 3px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*Fancybox*/
.fancybox-html {
	display: none;
}
#fancybox-outer, #fancybox-content iframe {
	background: #fff;
}
#fancybox-content {
	border: 0px solid #000;
}
#fancybox-left {
	left: -40px;
}
#fancybox-right {
	right: -40px;
}
#fancybox-left, #fancybox-right {
	width: 30px;
	opacity: 1;
	filter: alpha(opacity=100);
}
#fancybox-left-ico, #fancybox-right-ico, #fancybox-close {
	width: 30px;
	height: 30px;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}
#fancybox-left-ico {
	background: rgba(0,0,0,0.8) url(../images/fancybox/fancybox.png) -43px -27px no-repeat;
	-webkit-border-radius: 0;
}
#fancybox-right-ico {
	background: rgba(0,0,0,0.8) url(../images/fancybox/fancybox.png) -44px -67px no-repeat;
	-webkit-border-radius: 0;
}
#fancybox-left-ico:hover, #fancybox-right-ico:hover {
	background-color: #cc0013
}
#fancybox-close {
	background: url(../images/fancybox/fancybox.png) -48px -1px;
	width: 21px;
	height: 21px;
	top: -25px;
	right: -25px;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#fancybox-close:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}
.fancybox-title-over span {
	background: url(../images/fancybox/transparent-bkg.png) repeat;/*ie8 fallback*/
	background: rgba(0,0,0,.8);
	padding: 15px;
	width: 150px;
	display: block;
	left: 30px;
	position: relative;
	overflow: hidden;
}
.fancybox-title-outside {
	padding: 0;
	margin-top: 15px;
}
/*Caption titles & text*/
#fancybox-title h1, #fancybox-title h2, #fancybox-title h3, #fancybox-title h4, #fancybox-title h5, #fancybox-title h6 {
	margin-bottom: 10px;
}
#fancybox-title .fancybox-num {
	margin-bottom: 10px;
}
#fancybox-title p:last-child {
	margin-bottom: 0;
}
/*Epic slider - theme specific*/
.epic-slider .errorMsg {
	color: #EF644E !important;
	display: block;
	margin-top: 200px;
	text-align: center;
}
/*Flex slider - theme specific*/
.flexslider {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin-bottom: 30px;
	overflow: hidden;
}
/*navigation */
.flex-direction-nav {
	height: 0;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.flex-direction-nav li {
	margin-bottom: 0;
}
.flex-direction-nav li a {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	bottom: 0;
	top: auto;
	cursor: pointer;
	border-radius: 0px;
}
.flex-direction-nav li a:hover {
	background-color: #cc0013;
}
.flex-direction-nav li .prev {
	background: #1b1b1b url(../images/ui_flex/bg_direction_nav.png) center -5px no-repeat;/*ie8 fallback*/
	background: rgba(27,27,27,1) url(../images/ui_flex/bg_direction_nav.png) center -5px no-repeat;
}
.flex-direction-nav li .next {
	background: #1b1b1b url(../images/ui_flex/bg_direction_nav.png) center -45px no-repeat;/*ie8 fallback*/
	background: rgba(27,27,27,1) url(../images/ui_flex/bg_direction_nav.png) center -45px no-repeat;
}
.flex-direction-nav li .prev {
	left: 0;
}
.flex-direction-nav li .next {
	right: auto;
	left: 31px;
}
.flex-direction-nav li .disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/*Control */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: auto;
	top: 18px;
	text-align: right;
	right: 20px;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li a {
	width: 10px;
	height: 10px;
	line-height: 10px;
	overflow: hidden;
	border-radius: 50%;
	content: "";
	display: inline-block;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	background-color: #b2b2b2;/*fallback for iE8*/
	background: rgba(0,0,0,.3);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.flex-control-nav li a:hover {
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: #fff;
}
.flex-control-nav li a.active {
	border: 1px solid #fff;
	background: #3B3B3B;
}
/*Caption*/
.flex-caption {
	background: none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
	width: auto;
	padding: 4px 10px;
	min-height: 22px;
	line-height: 22px;
	margin: 0;
	position: absolute;
	left: 20px;
	bottom: 51px;
	background: rgba(0,0,0,.8);
	color: #fff !important;
	text-shadow: 0 0 0 rgba(0,0,0,0);
	font-size: 14px;
	margin: 0 !important;
}

/*Logo*/

.madLogo {
	background:url(../images/Madorigin.png) no-repeat top left;
	width:110px;
	height:31px;
	float:right;
	text-decoration:none;
	
}

/*Video*/
.video {
	margin-bottom: 30px;
}
.video video, .video iframe, .video object, .video embed, .video div {
	width: 100%;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
.video.fullwidth {
	width: 870px;
	height: 488px;
	margin-bottom: 30px;
}
.wp-video-shortcode {
	max-width: 100%;
	margin-bottom: 30px;
}
.html5-video {
	max-width: 100%;
}
/*WordPress native audio player*/
.wp-audio-shortcode {
	max-width: 100%;
}
.html5-audio {
	max-width: 100%;
}
.wp-audio-shortcode {
	float: left;
	margin-bottom: 30px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: #e6e6e6 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #cc0013 !important;
}
/*SoundCloud*/
.soundcloud-wrapper {
	height: 166px;
	margin-bottom: 30px;
}
/*Google Map
	----------------------------*/
#map_canvas {
	margin-bottom: 30px;
}
/*Dividers
	----------------------------*/
.divider {
	border-top: 1px solid #e6e6e6;
	margin: 0 0 50px 0;
}
/*Tables	
	-----------------------------*/
table {
	margin-bottom: 30px;
	border-spacing: 10px;
}
th {
	font-weight: bold;
}
/*Definition lists	
	-----------------------------*/
dl {
	margin-bottom: 30px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 15px;
}
/*--------------------------------------------------------
	3. TYPOGRAPHY, LINKS & SELECTION
--------------------------------------------------------*/

	/*Title sizes,font & color*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', Arial, sans-serif;
	letter-spacing: 0;
	color: #1b1b1b;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, #section-title span {
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, #section-title a {
	text-decoration: none;
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}
h1 {
	font-size: 60px;
	line-height: 48px;
	margin-bottom: 30px;
}
h2 {
	font-size: 50px;
	line-height: 40px;
	margin-bottom: 28px;
}
h3 {
	font-size: 40px;
	line-height: 33px;
	margin-bottom: 26px;
}
h4 {
	font-size: 30px;
	line-height: 24px;
	margin-bottom: 24px;
}
h5 {
	font-size: 25px;
	line-height: 22px;
	margin-bottom: 22px;
}
h6 {
	font-size: 20px;
	line-height: 18px;
	margin-bottom: 20px;
}
/*Links*/
a {
	color: #cc0013;
	text-decoration: none;
}
a:hover {
	color: #cc0013;
}
/*Text*/
p {
	margin: 0 0 30px 0;
}
.pages p:last-child {
	margin-bottom: 0;
}
/*Lighbox title sizes,font & colors*/
#fancybox-title {
	font-size: 11px;
	line-height: 12px;
	color: #999;
}
#fancybox-title h1, #fancybox-title h2, #fancybox-title h3, #fancybox-title h4, #fancybox-title h5, #fancybox-title h6 {
	font-family: 'Oswald', Arial, sans-serif;
}
.fancybox-title-over span h1, .fancybox-title-over span h2, .fancybox-title-over span h3, .fancybox-title-over span h4, .fancybox-title-over span h5, .fancybox-title-over span h6 {
	color: #fff;
}
.fancybox-title-outside h1, .fancybox-title-outside h2, .fancybox-title-outside h3, .fancybox-title-outside h4, .fancybox-title-outside h5, .fancybox-title-outside h6 {
	color: #777;
}
#fancybox-title h1 {
	font-size: 18px;
	line-height: 18px;
}
#fancybox-title h2 {
	font-size: 16px;
	line-height: 16px;
}
#fancybox-title h3 {
	font-size: 14px;
	line-height: 14px;
}
#fancybox-title h4 {
	font-size: 12px;
	line-height: 12px;
}
#fancybox-title h5 {
	font-size: 11px;
	line-height: 11px;
}
#fancybox-title h6 {
	font-size: 10px;
	line-height: 10px;
}
/*--------------------------------------------------------
	4. MISC
--------------------------------------------------------*/		
		
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.last {
	margin: 0 0 50px 0;
}
.transform {
	-webkit-transform: translate3d(0, 0, 0);
}
/*Message box*/	
.message_box {
	padding: 15px;
	margin-bottom: 50px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	color: #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message_box:hover {
	background: #f9f9f9;
	border: 1px solid #ddd;
	color: #888;
}
pre {
	white-space: pre-wrap;/* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap;/* Opera 4-6 */
	white-space: -o-pre-wrap;/* Opera 7 */
	word-wrap: break-word;/* Internet Explorer 5.5+ */
}
/*Highlight selection*/
::selection {
	background: #1b1b1b;
	color: #fff;
}
	::-moz-selection {
background: #1b1b1b;
color:#fff;
}
	::-webkit-selection {
background: #1b1b1b;
color:#fff;
}
/*--------------------------------------------------------
	5. REQUIRED
--------------------------------------------------------*/

.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.alignright {
	float: right;
	margin: 0 0 30px 30px;
}
.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
.aligncenter {
	display: block;
	margin: auto;
}
.alignnone {
	margin: 0 0 30px;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 30px;
}
.wp-caption-text {
	font-family: 'Raleway', sans-serif, sans-serif;
	color: #999;
	font-style: italic;
	padding: 3px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
