/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Leviate HTML5 WordPress Theme - Core Stylesheet
 *
 *  This file is part of Leviate, a HTML5 WordPress theme build for sale on ThemeForest.
 *  For questions, suggestions or support request, please kindly contact me via my Envato profile contact
 *  form or the theme comments section.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* ==========================================================================
	Typography
============================================================================= */

body {
	min-width: 320px;
	font-weight: 300;
	background: #111;
}

.bold-caps {
	text-transform: uppercase;
	font-weight: 700;
}

.text-strong {
	font-weight: 700;
}

.text-uppercase {
	text-transform: uppercase;
}

.lead {
	line-height: 1.75;
}

.section-block p {
	margin-bottom: 28px;
}

blockquote p {
	line-height: 1.75;
}

.dropcap {
	float: left;
	line-height: 1;
	font-size: 3.5em;
	margin-right: 4px;
	vertical-align: top;
	font-family: 'nexa_boldregular',Arial,Helvetica,sans-serif;
	color: #111;

}

input.placeholder,
textarea.placeholder {
	color: #999;
}

.section-block img {
	margin-bottom: 20px;
}

/* ==========================================================================
	Lists
============================================================================= */

.arrow-list ul {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.arrow-list ul ul {
	margin: 0 0 0 16px;
}

.arrow-list ul li {
	position: relative;
	padding-left: 20px;
}

.arrow-list ul li:before {
	display: inline-block;
	position: absolute;
	top: 0; left: 0;
	width: 20px;
	overflow: hidden;
	font-family: 'icomoon';
	content: '\E02E';
}

.arrow-list ul li a {
	outline: none;
}

.check-list ul {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.check-list ul ul {
	margin: 0 0 0 25px;
}

.check-list ul li {
	position: relative;
	padding-left: 22px;
}

.check-list ul li:before {
	display: inline-block;
	position: absolute;
	top: 0; left: 0;
	width: 22px;
	overflow: hidden;
}

.check-list ul li:before {
	content: '\2713';
	font-family: sans-serif;
}

.check-list ul li a {
	outline: none;
}

/* ==========================================================================
	Media
============================================================================= */

.media {
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.media:after,
.media:before {
	display: table;
	line-height: 0;
	content: '';
}

.media:after {
	clear: both;
}

.media .royalSlider {
	width: 100%;
}

.media img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
}

.media img + img {
	margin-top: 20px;
}

.media iframe {
	max-width: 100%;
	display: block;
}

.media .lazy-image-wrap + .lazy-image-wrap {
	margin-top: 30px;
}

.lazy-image-wrap {
	background-image: url(../img/preload.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.lazy-image-wrap img {
	display: block;
	max-width: 100%;
	height: auto;
}

.lazy-image-wrap.lazyloaded {
	background: none;
}

/* ==========================================================================
	WordPress Classes
============================================================================= */

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ==========================================================================
	WordPress Gallery
============================================================================= */

.gallery:after,
.gallery:before {
	display: table;
	line-height: 0;
	content: '';
}

.gallery:after {
	clear: both;
}

.gallery .gallery-item {
	display: block;
	width: 100%;
	float: left;
	margin-top: 0;
	text-align: center;
}

.gallery .gallery-item + .gallery-item {
	margin-left: 2.857142857142857%;
}

.gallery br {
	clear: both;
}

.gallery.gallery-columns-1 .gallery-item {
	width: 8.571428571428571%;
}

.gallery.gallery-columns-2 .gallery-item {
	width: 20%;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 31.42857142857143%;
}

.gallery.gallery-columns-4 .gallery-item {
	width: 42.857142857142854%;
}

.gallery.gallery-columns-5 .gallery-item {
	width: 54.285714285714285%;
}

.gallery.gallery-columns-6 .gallery-item {
	width: 65.71428571428572%;
}

.gallery.gallery-columns-7 .gallery-item {
	width: 77.14285714285714%;
}

.gallery.gallery-columns-8 .gallery-item {
	width: 88.57142857142857%;
}

.gallery.gallery-columns-9 .gallery-item {
	width: 100%;
}

.gallery .gallery-item a {
	display: inline-block;
}

.gallery .gallery-item a img {
	max-width: 100%;
}

/* ==========================================================================
	Fullscreen Wrapper
============================================================================= */

.fullscreen-table.collapsed {
	height: auto;
}

.fullscreen-table.collapsed .fullscreen-row {
	position: relative;
}

.fullscreen-table .fullscreen-row.slider {
	height: 270px;
}

/* ==========================================================================
	Slider Block
============================================================================= */

.slider-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slider-container .cycle-slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider-container .slide-wrap {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
	display: none;
}

.slider-container .slide-wrap.cycle-slide {
	display: block;
}

.slider-container .slide-wrap .caption-box {
	position: absolute;
	left: 0; top: 0;
	width: 80%;
	height: 100%;
	text-align: center;
	z-index: 488;
	display: table;
	margin: 0 10%;
}

.slider-container .slide-wrap .caption {
	display: table-cell;
	line-height: 1.4;
	vertical-align: middle;
}

.slider-container .slide-wrap .caption .slide-link {
	display: block;
	position: absolute;
	bottom: 60px;
	left: 50%;
	text-align: center;
	width: 110px;
	margin-left: -55px;
	background: #111;
	padding-bottom: 15px;
}

.slider-container .slide-wrap .caption .slide-link a {
	color: #fdbb30;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 40px;
	font-family: Impact, Arial,Helvetica,sans-serif !important;
	background: url('../img/arrow.png') center bottom no-repeat;
	padding-bottom: 15px;
}

.slider-container .slide-wrap .caption .slide-text {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 16px 0 rgba(0, 0, 0, 0.6), -16px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 16px 0 rgba(0, 0, 0, 0.6), -16px 0 rgba(0, 0, 0, 0.6);
	font-size: 28px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 30px;
	font-weight: 700;
}

.slider-container .slide {
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%; height: 100%;
	-webkit-backface-visibility: hidden;
}

.slider-container .slide > img {
	max-width: none;
	max-height: none;
}

/* ==========================================================================
	Cycle Arrows
============================================================================= */

.cycle-slider.cycle-loading .cycle-next,
.cycle-slider.cycle-loading .cycle-prev {
	display: none;
}

.cycle-slider .cycle-next,
.cycle-slider .cycle-prev {
	position: absolute;
	top: 50%;
	height: 40px;
	width: 40px;
	z-index: 300;
	cursor: pointer;
	margin-top: -20px;
	border-radius: 2px;
	opacity: 0;
	text-align: center;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-transition: opacity .3s cubic-bezier(0.39, 0.575, 0.565, 1);
	-moz-transition: opacity .3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.cycle-slider .cycle-next {
	right: 10px;
}

.cycle-slider .cycle-prev {
	left: 10px;
}

.cycle-slider:hover .cycle-prev,
.cycle-slider:hover .cycle-next {
	opacity: 0.9;
}

.cycle-slider .cycle-next:before,
.cycle-slider .cycle-prev:before {
	font-family: 'icomoon';
	content: '\E02E';
	color: #fff;
	font-size: 28px;
	line-height: 40px;
}

.cycle-slider .cycle-prev:before {
	content: '\E02F';
}

/* ==========================================================================
	Cycle Slider
============================================================================= */

.cycle-slider img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
}

.cycle-slider.cycle-loading {
	overflow: hidden;
	background-image: url(../img/preload.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/* ==========================================================================
	Header Wrapper
============================================================================= */

.main-header {
	z-index: 492;
	position: relative;
}

.main-header .main-header-wrap {
	/*padding: 10px 0 0;*/
	width: 100%;
	position: relative;
	background-color: #000;
}

.main-header.affix .main-header-wrap {
	position: fixed;
	padding: 0;
	top: 0; left: 0;
}

/* ==========================================================================
	Header Logo
============================================================================= */

.main-header .brand {
	text-align: center;
	margin: 10px;
	float: left;
}

.main-header .brand a {
	outline: none;
	height: 100%;
	font-size: 0;
	display: block;
	cursor: default;
	text-decoration: none;
}

.main-header .brand img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	margin: auto;
	display: block;
	cursor: pointer;
}

/* ==========================================================================
	Header Navigation
============================================================================= */

.main-header .main-nav {
	text-align: center;
	margin: 0;
	z-index: 493;
	display: block;
	max-height: 0;
	overflow: hidden;
	float: right;
}

.main-header .nav.opened {
	max-height: 9999px;
}

.main-header .nav-toggle {
	display: block;
	position: absolute;
	top: 40px;
	right: 0px;
	padding: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.main-header .nav-toggle > span {
	height: 21px;
	width: 25px;
	line-height: 28px;
	vertical-align: top;
	display: inline-block;
	border-bottom: solid #666;
	border-width: 3px 0;
	position: relative;
}

.main-header .nav-toggle > span:after {
	position: absolute;
	content: '';
	height: 21px;
	width: 100%;
	border: solid #666;
	border-width: 3px 0;
	top: 50%; left: 0;
	margin-top: 0px;
}

/*.main-header .main-nav ul {
	background-color: #fff;
	border-top: 1px solid #e0e0e0;
}*/

.main-header .main-nav ul,
.main-header .main-nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-header .main-nav ul li {
	display: block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	/*border-bottom: 1px solid #e0e0e0;*/
}

.main-header .main-nav ul li a {
	color: #fff;
	line-height: 1;
	outline: none;
	display: block;
	padding: 16px 0;
	text-decoration: none;
}

/*.main-header .main-nav ul li:hover > a {
	background-color: #f0f0f0;
	color: #666;
}*/

.main-header .main-nav.tiny-nav {
	max-height: none;
	border-top: 1px solid #e0e0e0;
}

.main-header .main-nav .tinynav {
	position: relative;
	height: 44px;
	width: 100%;
	background-color: #fff;
	border: none;
	outline: none;
}

.main-header .main-nav.tiny-nav ul {
	display: none;
}

/* ==========================================================================
	Section Blocks
============================================================================= */

.section-block {
	padding: 128px 0px 96px;
}

.section-block.small {
	padding: 64px 0;
}

.section-block + .section-block {
	border-top: 1px solid #333;
}

/* ==========================================================================
	Section Separator
============================================================================= */

.section-block .separator {
	width: 100%;
	padding: 18px 0;
	clear: both;
	display: block;
	position: relative;
}

.section-block .separator.separator-small {
	padding: 10px 0;
}

/* ==========================================================================
	Section Title
============================================================================= */

.section-block .section-title {
	font-weight: 700;
	margin: 0 0 1.4em;
	text-align: center;
	color: #fff;
}

.section-block .section-title small {
	font-size: 40px;
	display: block;
	color: #fdbb30;
}

.section-title.slogan {
	text-transform: none;
}

/* ==========================================================================
	Aside Blocks
============================================================================= */

.aside-block {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
	/*-moz-box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.25);*/
}

.handheld .aside-block {
	background-attachment: scroll !important;
	background-position: center center !important;
	background-repeat: no-repeat;
}

.aside-block .aside-overlay {
	position: absolute;
	left: 0; top: 0;
	right: 0; bottom: 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAQAAABeK7cBAAAADUlEQVQIHWNgUGVgAAAAdAAmcohj8QAAAABJRU5ErkJggg==');
	background-color: rgba(0, 0, 0, 0.65);
}

.aside-block .aside-container {
	padding: 5% 0;
	width: 100%;
	height: 300px;
	display: table;
	table-layout: fixed;
	position: relative;
	z-index: 1;
}

.aside-block .aside-container .aside-content {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.aside-block .aside-container .aside-content .container + .container {
	margin-top: 40px;
}

.aside-block .aside-container .aside-content .aside-title {
	color: #fff;
	margin: 0 0 1.2em;
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
}

.aside-block .aside-container .aside-content .aside-title span {
	display: inline-block;
	padding: 15px 20px;
	background-color: rgba(0, 0, 0, 0.6);
	font-weight: 700;
}

.lt-ie9 .aside-block .aside-container .aside-content .aside-title span {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */
}

.aside-block .bg-loading {
	position: absolute;
	color: #fff;
	font-size: 14px;
	padding: 3px 6px;
	left: 10px;
	bottom: 10px;
	line-height: 1;
	-webkit-animation: blink alternate 1.5s linear infinite;
	-moz-animation: blink alternate 1.5s linear infinite;
	animation: blink alternate 1.5s linear infinite;
}

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

	100% {
		opacity: 0.3;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.3;
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.3;
	}
}

/* ==========================================================================
   Sidebar
============================================================================= */

.sidebar .sidebar-block {
	margin-bottom: 30px;
	font-size: 14px;
}

.sidebar .sidebar-block + .sidebar-block {
	border-top: 1px solid transparent;
	padding-top: 30px;
}

.sidebar .sidebar-block h3 {
	font-size: 15px;
	margin: 14px 0 10px;
	font-weight: 700;
	text-transform: uppercase;
}

/* ==========================================================================
   Footer
============================================================================= */

.footer {
	font-size: 13px;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer .back-top {
	border: 8px solid transparent;
	border-bottom-color: #262626;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	margin-top: -16px;
}

.footer .footer-top {
	padding: 40px 0;
	color: #ccc;
}

.footer .footer-top h4 {
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #363636;
	margin-bottom: 20px;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-weight: 700;
}

.footer .footer-top .container [class*="span"] {
	margin-bottom: 40px;
}

.footer .footer-bottom {
	background: #111;
	padding: 26px 0;
	color: #fff;
	border-top: 1px solid #222;
	text-align: center;
}

.footer .footer-widget + .footer-widget {
	padding-top: 20px;
}

/* ==========================================================================
	Portfolio Sidebar
============================================================================= */

.portfolio-sidebar {
	font-size: 14px;
}

.portfolio-sidebar h3 {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.portfolio-sidebar .check-list ul,
.portfolio-sidebar .arrow-list ul {
	margin: 0;
}

.portfolio-sidebar {
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid #e0e0e0;
}

.portfolio-sidebar:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.portfolio-sidebar .portfolio-live:after {
	font-family: sans-serif;
	content: '\0020 \2192';
}

/* ==========================================================================
	Portfolio Meta
============================================================================= */

.portfolio-meta {
	margin: 0;
	padding: 0;
	list-style: none;
}

.portfolio-meta li {
	margin: 15px 0;
}

.portfolio-meta li [class*="glyphicons"] {
	font-size: 24px;
	line-height: 36px;
	width: 36px;
	height: 36px;
	float: left;
	text-align: center;
}

.portfolio-meta li > span {
	display: block;
	margin-left: 46px;
	line-height: 1.5;
}

.portfolio-meta li > span strong {
	display: block;
	color: #000;
	text-transform: uppercase;
}

/* ==========================================================================
	Portfolio Like
============================================================================= */

.btn.portfolio-like {
	display: block;
	line-height: 1;
	padding: 8px;
	background: none;
}

.portfolio-like [class*="glyphicons-"] {
	display: inline-block;
	line-height: 1;
	font-size: 28px;
	margin-right: 5px;
	vertical-align: middle;
	color: #ccc;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.portfolio-like:hover {
	color: #000;
}

.portfolio-like:disabled {
	opacity: 1;
	filter: alpha(opacity=100);
}

.portfolio-like:hover [class*="glyphicons-"],
.portfolio-like:disabled [class*="glyphicons-"] {
	color: #fcb3b3;
}

/* ==========================================================================
	Portfolio Post
============================================================================= */

.post.portfolio .post-title {
	margin-bottom: 30px;
}

.post.portfolio .post-title small {
	text-transform: none;
	display: block;
	font-size: 16px;
}

.post.portfolio .post-footer .portfolio-links {
	float: left;
}

.post.portfolio .post-footer .portfolio-links:after {
	font-family: sans-serif;
	line-height: 1;
	content: '\0020 \2192';
}

.post.portfolio .post-footer .portfolio-links + .portfolio-links {
	margin-left: 5px;
}

.post.portfolio .post-footer .portfolio-like {
	float: right;
}

.post.portfolio .post-footer .portfolio-like [class*="glyphicons-"] {
	font-size: 24px;
}

/* ==========================================================================
	Related Posts
============================================================================= */

.related-post-thumbnail {
	margin: 0;
	width: auto;
	text-align: center;
	position: relative;
}

.related-post-thumbnail img {
	max-width: 100%;
	height: auto;
	display: block;
}

.related-post-thumbnail .overlay {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.lt-ie9 .related-post-thumbnail .overlay {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)";
	display: none;
}

.related-post-thumbnail .overlay .post-icon {
	width: 48px;
	height: 48px;
	text-align: center;
	position: absolute;
	left: 50%; top: 50%;
	border-radius: 50%;
	margin: -24px 0 0 -24px;
	background-color: #000;
	-webkit-transform: translateZ(0) rotate(-60deg);
	-moz-transform: translateZ(0) rotate(-60deg);
	-ms-transform: translateZ(0) rotate(-60deg);
	-o-transform: translateZ(0) rotate(-60deg);
	transform: translateZ(0) rotate(-60deg);
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: -moz-transform .4s ease;
	-o-transition: -moz-transform .4s ease;
	transition: transform .4s ease;
}

.related-post-thumbnail:hover .overlay {
	opacity: 1;
}

.lt-ie9 .related-post-thumbnail:hover .overlay {
	display: block;
}

.related-post-thumbnail:hover .overlay .post-icon {
	-webkit-transform: translateZ(0) rotate(0deg);
	-moz-transform: translateZ(0) rotate(0deg);
	-ms-transform: translateZ(0) rotate(0deg);
	-o-transform: translateZ(0) rotate(0deg);
	transform: translateZ(0) rotate(0deg);
}

.related-post-thumbnail .overlay .post-icon [class*="glyphicons-"] {
	font-size: 18px;
	color: #fff;
	line-height: 48px;
}

.related-post-content h4 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 25px;
	color: #000;
}

.related-post-content h4 small {
	display: block;
	text-transform: none;
}

/* ==========================================================================
	Error page
============================================================================= */

#error-page h1 span {
	font-size: 2em;
}

#error-page {
	text-align: center;
}

/* ==========================================================================
	Form Styles
============================================================================= */

.form-control,
.form-control:focus {
	outline: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-control:focus {
	/*border-color: #ccc; /* light */
	/*background-color: #fefefe; /* light */
}

.form-group [class*="col-xs-"],
.form-group [class*="col-sm-"],
.form-group [class*="col-md-"],
.form-group [class*="col-lg-"] {
	margin-bottom: 15px;
}

.form-group [class*="col-xs-"]:last-child,
.form-group [class*="col-sm-"]:last-child,
.form-group [class*="col-md-"]:last-child,
.form-group [class*="col-lg-"]:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
	Search Form
============================================================================= */

.search-form input {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE2cHgiPjxwYXRoIGZpbGw9IiNjY2NjY2MiIGQ9Ik0xNC45MDUsMTMuMDkxbC0zLjc1Mi0zLjc1M2MwLjYxLTAuOTQ2LDAuOTcxLTIuMDY5LDAuOTcxLTMuMjc3QzEyLjEyNCwyLjcxOCw5LjQwMywwLDYuMDYyLDAgQzIuNzE4LDAsMCwyLjcxOCwwLDYuMDYxYzAsMy4zNDMsMi43MTgsNi4wNjIsNi4wNjIsNi4wNjJjMS4yMDcsMCwyLjMzLTAuMzU4LDMuMjc3LTAuOTY5bDMuNzUxLDMuNzUyIGMwLjEyNiwwLjEyNiwwLjMzMiwwLjEyNiwwLjQ1NSwwbDEuMzYxLTEuMzYxQzE1LjAzMSwxMy40MiwxNS4wMzEsMTMuMjE2LDE0LjkwNSwxMy4wOTF6IE0xLjkyNCw2LjA2MSBjMC0yLjI3OSwxLjg1Ni00LjEzNiw0LjEzNy00LjEzNmMyLjI4MiwwLDQuMTM3LDEuODU2LDQuMTM3LDQuMTM2YzAsMi4yODItMS44NTUsNC4xMzctNC4xMzcsNC4xMzcgQzMuNzgsMTAuMTk4LDEuOTI0LDguMzQyLDEuOTI0LDYuMDYxeiIvPjwvc3ZnPg==');
}

/* BLOG */

/* ==========================================================================
   Blog
============================================================================= */

.post {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e0e0e0;
}

.post .post-title {
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.post .post-content iframe {
	max-width: 100%;
}

.post .media {
	margin-bottom: 20px;
}

.post .read-more:after {
	font-family: sans-serif;
	line-height: 1;
	content: '\0020 \2192';
}

.post .meta {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.post .meta li {
	display: inline-block;
	font-size: 13px;
	line-height: 28px;
	vertical-align: top;
	text-transform: uppercase;
}

.post .meta li + li:before {
	content: '\00A0/\00A0';
}

.post .meta li [class*="glyphicons-"] {
	margin-right: 3px;
}

.post-nav {
	border-top: 1px solid #e0e0e0;
}

/* ==========================================================================
   Blog Single
============================================================================= */

.single-post .post {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-post .post .meta {
	text-align: center;
}

/* ==========================================================================
   Blog Single Footer
============================================================================= */

.single-post .post .post-footer {
	padding: 30px 0;
}

.single-post .post .post-footer .post-tags {
	margin-bottom: 10px;
}

.single-post .post .post-footer .post-tags,
.single-post .post .post-footer .post-to-top {
	display: block;
	text-align: center;
}

.single-post .post .post-footer .post-tags .tag-label {
	margin: 0 10px 0 0;
	line-height: 28px;
	color: #000;
	font-weight: 700;
}

/* ==========================================================================
   Blog Meta Rows
============================================================================= */

.single-post .post-row {
	margin: 40px 0;
}

.single-post .post-row .post-row-title {
	line-height: 1;
	font-size: 18px;
	padding: 30px 0 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #e0e0e0;
}

/* ==========================================================================
   Blog Single Author
============================================================================= */

.single-post .post .post-author .post-author-avatar {
	float: left;
	margin-right: 10px;
}

.single-post .post .post-author .post-author-avatar img {
	max-width: 60px;
	height: auto;
	display: block;
}

.single-post .post .post-author .post-author-info {
	overflow: hidden;
}

.single-post .post .post-author .post-author-info p {
	margin: 0;
}

.single-post .post .post-author h4 {
	margin-top: 0;
	font-weight: 700;
}

/* ==========================================================================
   Social Buttons
============================================================================= */

.social-buttons,
.social-buttons li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-buttons li {
	display: inline-block;
}

.social-buttons li + li {
	margin-left: 15px;
}

/* ==========================================================================
   Comments List
============================================================================= */

.comments-box .comments-wrap {
	margin-bottom: 60px;
}

.comment-nav {
	margin: 60px 0 0;
}

.comments-box .comments-list {
	margin: 0;
	padding: 0;
}

.comments-box .comments-list .children {
	padding-left: 20px;
}

.comments-box .comments-list li {
	list-style: none;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dashed #dfdfdf;
}

.comments-box .comments-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

/* ==========================================================================
   Comment Entry
============================================================================= */

.comment-entry {
	margin-bottom: 20px;
}

.comment-entry .comment-body {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 30px;
	position: relative;
}

.comment-entry .comment-body p {
	margin: 0;
	position: relative;
}

.comment-entry .comment-body,
.comment-entry .comment-header {
	margin-bottom: 10px;
	position: relative;
}

.comment-entry .comment-footer {
	text-align: right;
	line-height: 1.2;
}

.comment-entry .comment-footer > div {
	display: inline-block;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

.comment-entry .comment-footer > div + div {
	margin-left: 10px;
}

.comment-entry .comment-header img {
	margin-right: 10px;
	border-radius: 2px;
	float: left;
	max-width: 60px;
	height: auto;
	display: block;
}

.comment-entry .comment-body .comment-number {
	position: absolute;
	right: 0; bottom: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	line-height: 40px;
	font-size: 24px;
	color: #d0d0d0;
}

.comment-entry .comment-header .comment-meta {
	overflow: hidden;
	padding: 4px 0;
}

.comment-entry .comment-header .comment-meta > span {
	display: block;
}

.comment-entry .comment-header .comment-meta > span.author-name {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}

.comment-entry .comment-header .comment-meta > span.comment-time {
	font-size: 12px;
	text-transform: uppercase;
}

/* ==========================================================================
   Comment Form
============================================================================= */

.comment-respond h3 {
	text-transform: uppercase;
	margin-top: 0;
	font-size: 21px;
	font-weight: 700;
}

.comment-respond h3 small {
	font-size: 11px;
	color: #999;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}

.comment-respond .comment-form .form-allowed-tags code {
	white-space: normal;
	color: #888;
}

.comment-respond .comment-form .form-submit {
	display: none;
}

/* SHORTCODES */

/* ==========================================================================
   Team
============================================================================= */

.team {
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid transparent;
}

.team .team-photo {
	margin: -1px -1px 0;
	position: relative;
	min-height: 32px;
}

.team .team-photo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.team .team-info {
	padding: 25px 20px 20px;
	position: relative;
}

.team .team-info .name,
.team .team-info .role {
	display: block;
	line-height: 1.2;
	text-transform: uppercase;
}

.team .team-info .name {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.team .team-info .role {
	font-size: 13px;
}

.team .team-info:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 1px;
	bottom: 0;
	left: 25%;
}

.team .team-text {
	font-size: 14px;
	line-height: 1.8;
	padding: 20px;
}

/* ==========================================================================
   Service
============================================================================= */

.service {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.8;
}

.service.boxed {
	background: #222;
	padding: 30px;
	text-align: center;
}

.service.boxed .service-img {
	/*display: table;
	width: 100%;*/
	margin-bottom: 30px;
	min-height: 100px;
}

.service.boxed .service-img div {
	/*vertical-align: middle;
	display: table-cell;
	width: 100%;*/
}

.service.boxed img {
	max-width: 80%;
	height: auto;
	max-height: 100px;
	margin: 0;
}

.service .service-header,
.service .service-content {
	color: #fff;
}

.service .service-header h3 { color: #fff; }

.service .service-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	border-radius: 50%;
	text-align: center;
}

.service .service-icon [class*="glyphicons-"],
.service .service-icon [class*="zocial-"] {
	line-height: 80px;
	font-size: 64px;
}

.service .title {
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	position: relative;
}

.service .title:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	top: 100%; left: 25%;
	background: #555;
}

.service .service-content p {
	margin-bottom: 14px;
}

.service.featured .service-icon,
.service.featured .title {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.service.featured .service-icon {
	width: 64px;
	height: 64px;
	margin-right: 10px;
}

.service.featured .service-icon [class*="glyphicons-"],
.service.featured .service-icon [class*="zocial-"] {
	line-height: 64px;
	font-size: 48px;
}

.service.featured .service-header {
	margin-bottom: 1em;
}

.service.featured .service-header,
.service.featured .service-content {
	text-align: left;
}

.service.featured .title {
	padding-bottom: 0;
}

.service.featured .title:after {
	display: none;
}

/* ==========================================================================
   Callout
============================================================================= */

.cta {
	margin: 0 0 30px;
	overflow: hidden;
	background: url("../img/notebook.png") repeat;
	/*border: 3px solid #666;*/
}

.cta p {
	margin: 0;
}

.cta .headline {
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1;
}

.cta .cta-inner {
	display: table;
	width: 100%;
	padding: 30px;
}

.cta .col-btn {
	text-align: left;
}

.cta .col-text + .col-text,
.cta .col-btn + .col-text,
.cta .col-text + .col-btn,
.cta .col-btn + .col-btn {
	padding-top: 15px;
}

/* ==========================================================================
   Portfolio Masonry
============================================================================= */

.portfolio .items-wrap:after,
.portfolio .items-wrap:before {
	display: table;
	line-height: 0;
	content: '';
}

.portfolio .items-wrap:after {
	clear: both;
}

.portfolio .items-wrap .item {
	width: 100%;
	padding: 10px;
	float: left;
}

.portfolio .items-wrap {
	margin: 0 -10px;
	position: relative;
}

.portfolio .items-wrap .item .item-link {
	display: block;
	position: relative;
	text-decoration: none;
}

.portfolio .items-wrap .item .item-link img {
	display: block;
	max-width: 100%;
	margin: auto;
	height: auto;
}

.portfolio .items-wrap .item .item-link .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 0;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.lt-ie9 .portfolio .items-wrap .item .item-link .overlay {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)";
	display: none;
}

.portfolio .items-wrap .item .item-link .overlay:after,
.portfolio .items-wrap .item .item-link .overlay:before {
	content: '';
	position: absolute;
	width: 11px; height: 11px;
	top: 50%; left: 50%;
	border: 1px solid #282828;
}

.portfolio .items-wrap .item .item-link .overlay:after {
	margin-top: -10px;
	margin-left: -10px;
	border-width: 0 1px 1px 0;
}

.portfolio .items-wrap .item .item-link .overlay:before {
	margin-bottom: -10px;
	margin-right: -10px;
	border-width: 1px 0 0 1px;
}

.portfolio .items-wrap .item:hover .item-link .overlay {
	opacity: 1;
}

.lt-ie9 .portfolio .items-wrap .item:hover .item-link .overlay {
	display: block;
}

.portfolio .items-wrap .item .item-link .no-thumb {
	padding: 30px;
	display: block;
	border: 1px solid transparent;
}

.portfolio .items-wrap .item .item-link .no-thumb h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 15px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}

.portfolio .items-wrap .item .item-link .no-thumb h3:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 1px;
	bottom: 0;
	left: 25%;
}

.portfolio .items-wrap .item .item-link .no-thumb .term-list {
	text-align: center;
}

.portfolio .items-wrap .item .item-link .no-thumb .term-list,
.portfolio .items-wrap .item .item-link .no-thumb .term-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.portfolio .items-wrap .item .item-link .no-thumb .term-list li {
	display: inline-block;
	text-transform: lowercase;
	margin-right: 4px;
	font-size: 13px;
	color: #666;
}

.portfolio .items-wrap .item .item-link .no-thumb .term-list li:after {
	content: '\0020\002F\0020';
}

.portfolio .items-wrap .item .item-link .no-thumb .term-list li:last-child:after {
	content: '';
}

.portfolio .load-more-wrap {
	text-align: center;
	margin-top: 40px;
}

.portfolio .load-more-wrap .btn-load-more:hover {
	color: #000;
}

/* ==========================================================================
   Portfolio Popup
============================================================================= */

.portfolio-popup {
	margin: 6px auto;
	position: relative;
	background-color: #fdfdfd;
}

.portfolio-popup .mfp-close {
	z-index: 9999;
	background-color: #fff;
}

.portfolio-popup-info {
	padding: 30px;
}

.portfolio-popup-info .title {
	line-height: 1;
	margin-top: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: 700;
}

/* ==========================================================================
   Portfolio Popup Like
============================================================================= */

.portfolio-popup .portfolio-like {
	float: right;
}

.portfolio-popup .portfolio-like span {
	font-size: 12px;
}

.portfolio-popup .portfolio-like [class*="glyphicons-"] {
	font-size: 24px;
}

/* ==========================================================================
   Portfolio Popup Media
============================================================================= */

.portfolio-popup-media .media {
	width: 100%;
	margin-bottom: 0;
	text-align: center;
}

.portfolio-popup-media .media + .media {
	margin-top: 0;
}

.portfolio-popup-media .cycle-slider {
	background-color: #f0f0f0;
}

.portfolio-popup-info .portfolio-popup-links {
	float: left;
}

.portfolio-popup-info .portfolio-popup-links + .portfolio-popup-links {
	margin-left: 5px;
}

.portfolio-popup-info .portfolio-popup-links:after {
	font-family: sans-serif;
	line-height: 1;
	content: '\0020 \2192';
}

/* ==========================================================================
	Portfolio Filter
============================================================================= */

.portfolio .filter {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-size: 13px;
	margin: 30px 0;
}

.portfolio .filter ul,
.portfolio .filter ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.portfolio .filter ul {
	display: none;
	width: 100%;
	z-index: 399;
	position: absolute;
}

.portfolio .filter.open ul {
	display: block;
}

.portfolio .filter ul li {
	display: block;
	border-bottom: 1px solid transparent;
}

.portfolio .filter ul li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	-moz-transition: color 100ms ease;
	-webkit-transition: color 100ms ease;
	-o-transition: color 100ms ease;
	transition: color 100ms ease;
}

.portfolio .filter ul li.active {
	display: none;
}

.portfolio .filter .active-label {
	display: block;
	cursor: pointer;
	padding: 9px 0;
	border-style: solid;
	border-width: 1px 0;
}

.portfolio .filter .active-label:before {
	content: attr(data-label);
}

/* ==========================================================================
   Zoom in animation for popup block
============================================================================= */

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.mfp-zoom-in .portfolio-popup {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.mfp-zoom-in.mfp-ready .portfolio-popup {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.mfp-zoom-in.mfp-removing .portfolio-popup {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* ==========================================================================
   Isotope
============================================================================= */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition  {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* ==========================================================================
   Pricing Tables
============================================================================= */

.pricing-tables {
	margin-bottom: 30px;
	padding: 10px 0;
}

.pricing-tables:after,
.pricing-tables:before {
	display: table;
	line-height: 0;
	content: '';
}

.pricing-tables:after {
	clear: both;
}

.pricing-table {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	border: 1px solid transparent;
	overflow: hidden;
}

.pricing-table.featured {
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.pricing-table.featured .table-header {
	padding: 20px;
}

.pricing-table .table-header {
	padding: 10px 20px;
	font-size: 18px;
	border-bottom: 1px solid transparent;
}

.pricing-table .table-price {
	padding: 10px 20px;
	border-bottom: 1px solid transparent;
}

.pricing-table .table-price .price {
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
}

.pricing-table .table-price .price > span {
	font-size: 16px;
	vertical-align: text-top;
	top: 2px;
	position: relative;
	display: inline-block;
}

.pricing-table .table-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-table .table-features ul li {
	padding: 10px 20px;
	border-bottom: 1px solid transparent;
}

.pricing-table .table-footer {
	padding: 20px;
}

/* ==========================================================================
	Clients
============================================================================= */

.clients {
	text-align: center;
}

.clients ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}

.clients ul:after,
.clients ul:before {
	display: table;
	line-height: 0;
	content: '';
}

.clients ul:after {
	clear: both;
}

.clients li {
	width: 100%;
	padding: 10px;
	position: relative;
	text-align: center;
	display: inline-block;
}

.clients .client-wrap {
	display: table;
	table-layout: fixed;
	line-height: 1;
	width: 100%;
	padding: 10% 20px;
	cursor: pointer;
	text-align: center;
}

.clients .client-wrap .client-logo {
	display: table-cell;
	vertical-align: top;
	height: 50px;
}

.clients .client-wrap .client-logo a {
	display: block;
}

.clients .client-wrap .client-logo a img {
	max-width: 100%;
	height: auto;
	margin: auto;
	display: inline;
}

/* ==========================================================================
   Google Maps
============================================================================= */

.google-maps-container {
	position: relative;
}

.google-maps-container .google-maps {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
	Tabs
============================================================================= */

.nav + .tab-content {
	margin-top: 15px;
}

/* ==========================================================================
	Skill
============================================================================= */

.skill .name {
	margin: 0 0 4px;
	line-height: 1;
}

/* ==========================================================================
	Progress
============================================================================= */

.progress,
.progress .progress-bar {
	box-shadow: none;
}

.progress .progress-bar {
	-webkit-transition: width 1s linear;
	-moz-transition: width 1s linear;
	transition: width 1s linear;
}

.progress.progress-small {
	height: 21px;
	margin-bottom: 21px;
}

.progress.progress-small .progress-bar {
	line-height: 21px;
}

.progress.progress-mini {
	height: 16px;
	margin-bottom: 16px;
}

.progress.progress-mini .progress-bar {
	line-height: 16px;
	font-size: 11px;
}

/* ==========================================================================
	Alert
============================================================================= */
.alert {
	padding: 16px 35px 16px 16px;
	cursor: pointer;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5
.alert h6 {
	color: inherit !important;
	font-weight: 700;
}

/* ==========================================================================
	Buttons
============================================================================= */

.btn, input[type=submit] {
	/*border: none;*/
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'nexa_boldregular',Arial,Helvetica,sans-serif !important;
	letter-spacing: .03em;
	text-shadow: none;
}

.btn.btn-default {
	border: 3px solid rgba(255, 255, 255, 0.5);
	color: #fdbb30;
	background: none;
}
.btn.btn-default:hover { border: 3px solid #fdbb30; color: #fff; }

.btn.btn-lg {
	font-size: 18px;
	padding: 14px 24px;
	margin: 0 5px;
}

.cta .btn.btn-default, input[type=submit] {
	background: #fdbb30;
	border: 3px solid #fdbb30;
	color: #fff;
}

.cta .btn.btn-default:hover, input[type=submit]:hover {
	background: transparent;
	border: 3px solid #fdbb30;
	color: #fff;
}

/* ==========================================================================
	Accordion
============================================================================= */

.accordion .panel-heading {
	padding: 0;
}

.accordion .panel-heading .accordion-toggle {
	text-decoration: none;
	position: relative;
	font-weight: 700;
	display: block;
	outline: none;
	padding: 16px 20px;
	/*background-color: #fff; /* light */
}

.accordion .panel-heading .accordion-toggle:after {
	content: '\e024';
	display: inline-block;
	font-family: 'icomoon';
	position: absolute;
	font-size: 16px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	/*color: #000; /* light */
}

.accordion .panel-heading .accordion-toggle.collapsed:after {
	content: '\e030';
}

.accordion .panel-heading .panel-title {
	font-size: 16px;
}

.accordion .panel-body :last-child {
	margin-bottom: 0;
}

/* WIDGETS */

/* ==========================================================================
   Blog Tags List
============================================================================= */

.tag-list,
.tag-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tag-list li {
	display: inline-block;
	text-transform: lowercase;
}

.tag-list li + li:before {
	content: '\00A0/\00A0';
	color: #000;
}

.tag-list li a {
	color: #666;
}

/* ==========================================================================
	Tweets
============================================================================= */

.tweet_list,
.tweet_list ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.tweet_list > li {
	margin-bottom: 2em;
}

.tweet_list li span {
	display: inline-block;
	vertical-align: middle;
}

.tweet_list li .tweet_header {
	display: block;
	margin-bottom: 0.5em;
}

.tweet_list li .tweet_header .tweet_avatar {
	margin-right: 0.5em;
}

.tweet_list li .tweet_header .tweet_info {
	text-align: left;
}

.tweet_list li .tweet_header .tweet_info a {
	display: block;
	line-height: 1.5;
}

.tweet_list li .tweet_header .tweet_info a.tweet_user {
	font-size: 0.85em;
}

.tweet_list li .tweet_time {
	display: block;
	margin-bottom: 0.5em;
}

.tweet_list li .tweet_time,
.tweet_list li .tweet_intents {
	display: block;
	font-size: 0.9em;
}

.tweet_list li .tweet_intents ul li {
	display: inline-block;
}

.tweet_list li .tweet_intents ul li + li:before {
	content: '\00A0/\00A0';
}

/* ==========================================================================
   Flickr
============================================================================= */

.flickr-stream:after,
.flickr-stream:before {
	display: table;
	line-height: 0;
	content: '';
}

.flickr-stream:after {
	clear: both;
}

.flickr-stream ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-left: -10px;
}

.flickr-stream ul li {
	float: left;
	width: 55px;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 3px solid #d0d0d0;
	border-radius: 2px;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.flickr-stream ul li a {
	display: block;
}

.flickr-stream ul li a img {
	display: block;
	max-width: 100%;
	height: auto;
}

.flickr-stream ul li:hover {
	border-color: #ababab;
}

/* ==========================================================================
	Social Icons
============================================================================= */

.social-icons a {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

/* ==========================================================================
   WP Calendar
============================================================================= */

#wp-calendar {
	width: 100%;
	table-layout: fixed;
}

#wp-calendar caption {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 2;
	border: 1px solid #e0e0e0;
	border-bottom: 0;
}

#wp-calendar tfoot {
	line-height: 2;
}

#wp-calendar tfoot #next {
	text-align: right;
}

#wp-calendar th,
#wp-calendar tbody td {
	text-align: center;
	border: 1px solid #e0e0e0;
}

/* ==========================================================================
   Recent Posts
============================================================================= */

.recent-posts .recent-post {
	margin-bottom: 16px;
	clear: both;
}

.recent-posts .recent-post:after,
.recent-posts .recent-post:before {
	display: table;
	line-height: 0;
	content: '';
}

.recent-posts .recent-post:after {
	clear: both;
}

.recent-posts .recent-post-image,
.recent-posts .recent-post-icon {
	width: 64px;
	float: left;
	border-radius: 2px;
	margin-right: 10px;
}

.recent-posts .recent-post-image {
	border: 3px solid #d0d0d0;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.recent-posts .recent-post-image:hover {
	border-color: #ababab;
}

.recent-posts .recent-post-icon {
	height: 64px;
	background-color: #d0d0d0;
}

.recent-posts .recent-post-icon [class*="glyphicons-"] {
	font-size: 28px;
	line-height: 64px;
	height: 64px;
	display: block;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}

.recent-posts .recent-post-image img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: auto;
}

.recent-posts .recent-post-text {
	overflow: hidden;
}

.recent-posts .recent-post-text .title {
	margin: 0;
	line-height: 1.5;
}

/* ASIDE WIDGETS */

/* ==========================================================================
	Media
============================================================================= */

.aside-block .aside-content .media {
	margin: auto;
}

/* ==========================================================================
	Social
============================================================================= */

.aside-block .aside-content .social-icons {
	text-align: center;
}

/* ==========================================================================
	Blockquote
============================================================================= */

.aside-block .aside-content blockquote {
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 0;
	border: none;
}

.aside-block .aside-content blockquote p {
	margin: 0 10% 20px;
	font-size: 28px;
	line-height: 1.4;
}

.aside-block .aside-content blockquote p span {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-weight: 700;
	-moz-box-shadow: 16px 0 rgba(0, 0, 0, 0.6), -16px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 16px 0 rgba(0, 0, 0, 0.6), -16px 0 rgba(0, 0, 0, 0.6);
}

.aside-block .aside-content blockquote small {
	color: #fff;
	font-size: 21px;
	border-bottom: 1px dotted #fff;
	display: inline-block;
}

.aside-block .aside-content blockquote small:before {
	content: none;
}

/* ==========================================================================
	Tweets
============================================================================= */

.aside-block .aside-content .tweet-box {
	text-align: center;
}

.aside-block .aside-content .tweet-box .tweets .tweet_list > li {
	padding: 20px 0;
	margin-bottom: 0;
}

.aside-block .aside-content .tweet-box .tweets .tweet_list li .tweet_text {
	font-size: 21px;
}

/* ==========================================================================
	Recent Posts
============================================================================= */

.aside-block .aside-content .recent-post {
	margin-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.9);
}

.lt-ie9 .aside-block .aside-content .recent-post {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF)"; /* IE8 */
}

.aside-block .aside-content .recent-post .media,
.aside-block .aside-content .recent-post .recent-post-image {
	margin: 0;
	width: auto;
	text-align: center;
	position: relative;
}

.aside-block .aside-content .recent-post .recent-post-image .overlay {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.lt-ie9 .aside-block .aside-content .recent-post .recent-post-image .overlay {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)";
	display: none;
}

.aside-block .aside-content .recent-post .recent-post-image .overlay .post-icon {
	width: 64px;
	height: 64px;
	text-align: center;
	position: absolute;
	left: 50%; top: 50%;
	border-radius: 50%;
	margin: -32px 0 0 -32px;
	background-color: #000000;
	-webkit-transform: translateZ(0) rotate(-60deg);
	-moz-transform: translateZ(0) rotate(-60deg);
	-ms-transform: translateZ(0) rotate(-60deg);
	-o-transform: translateZ(0) rotate(-60deg);
	transform: translateZ(0) rotate(-60deg);
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: -moz-transform .4s ease;
	-o-transition: -moz-transform .4s ease;
	transition: transform .4s ease;
}

.aside-block .aside-content .recent-post .recent-post-image:hover .overlay {
	opacity: 1;
}

.lt-ie9 .aside-block .aside-content .recent-post .recent-post-image:hover .overlay {
	display: block;
}

.aside-block .aside-content .recent-post .recent-post-image:hover .overlay .post-icon {
	-webkit-transform: translateZ(0) rotate(0deg);
	-moz-transform: translateZ(0) rotate(0deg);
	-ms-transform: translateZ(0) rotate(0deg);
	-o-transform: translateZ(0) rotate(0deg);
	transform: translateZ(0) rotate(0deg);
}

.aside-block .aside-content .recent-post .recent-post-image .overlay .post-icon [class*="glyphicons-"] {
	font-size: 24px;
	color: #ffffff;
	line-height: 64px;
}

.aside-block .aside-content .recent-post .recent-post-text {
	padding: 30px;
}

.aside-block .aside-content .recent-post .recent-post-text .title {
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.aside-block .aside-content .recent-post .recent-post-text .meta {
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.aside-block .aside-content .recent-post .recent-post-text .meta li {
	display: inline-block;
	font-size: 12px;
	margin-right: 6px;
	color: #888888;
}

.aside-block .aside-content .recent-post .recent-post-text .meta li [class*="glyphicons-"] {
	margin-right: 3px;
}

/* ==========================================================================
   Flickr
============================================================================= */

.aside-block .aside-content .flickr-stream ul {
	margin: 0;
	float: none;
	text-align: center;
}

.aside-block .aside-content .flickr-stream ul li {
	float: none;
	display: inline-block;
	width: auto;
}

/* ==========================================================================
   Text Widget
============================================================================= */

.aside-block .aside-content .textwidget {
	font-size: 32px;
	text-align: center;
	line-height: 1.4;
	color: #ffffff;
	text-shadow: #555 1px 1px 0, #111 3px 3px 3px;
}

/* ==========================================================================
   WP List Widgets
============================================================================= */

.aside-block .menu-main-menu-container > .menu,
.aside-block .aside-content > .container > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ==========================================================================
   White Box Container
============================================================================= */

.aside-block .aside-content > .container > ul,
.aside-block .menu-main-menu-container,
.aside-block .tweet-box,
.aside-block #calendar_wrap,
.aside-block .tagcloud {
	padding: 30px;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.9);
}

.lt-ie9 .aside-block .aside-content > .container > ul,
.lt-ie9 .aside-block .menu-main-menu-container,
.lt-ie9 .aside-block .tweet-box,
.lt-ie9 .aside-block #calendar_wrap,
.lt-ie9 .aside-block .tagcloud {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF)"; /* IE8 */
}

/* SIDEBAR WIDGETS */

/* ==========================================================================
   Sidebar Lists
============================================================================= */

.sidebar .sidebar-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar .sidebar-block ul ul {
	margin: 0 0 0 15px;
}

.sidebar .sidebar-block > ul li {
	line-height: 28px;
	position: relative;
	padding-left: 20px;
}

.sidebar .sidebar-block > ul li:before {
	color: #aaa;
	position: absolute;
	width: 20px;
	display: inline-block;
	top: 0; left: 0;
	content: '\E02E';
	font-family: 'icomoon';
}

.sidebar .sidebar-block > ul li a {
	color: #000;
	outline: none;
}

/* ==========================================================================
   WP Recent Posts
============================================================================= */

.sidebar .sidebar-block > ul li span.post-date {
	font-size: 0.85em;
	display: block;
}

/* ==========================================================================
   Recent Posts
============================================================================= */

.sidebar .sidebar-block .recent-posts .recent-post-text {
	font-size: 13px;
}

.sidebar .sidebar-block .recent-posts .recent-post-text .title {
	font-size: 14px;
}

/* ==========================================================================
	Blockquote
============================================================================= */

.sidebar .sidebar-block blockquote {
	border: none;
	padding: 0;
}

.sidebar .sidebar-block blockquote p {
	font-size: 14px;
}

.sidebar .sidebar-block blockquote small {
	font-size: 13px;
}

/* FOOTER WIDGETS */

/* ==========================================================================
   Footer Widget Lists
============================================================================= */

.footer .footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .footer-widget ul ul {
	margin: 0 0 0 15px;
}

.footer .footer-widget > ul li {
	line-height: 1.75;
	padding-left: 20px;
	position: relative;
}

.footer .footer-widget > ul li:before {
	position: absolute;
	width: 20px;
	display: inline-block;
	top: 0; left: 0;
	font-family: 'icomoon';
	content: '\E02E';
}

.footer .footer-widget > ul li a {
	color: #fff;
	outline: none;
}

/* ==========================================================================
   WP Recent Posts
============================================================================= */

.footer .footer-widget > ul li span.post-date {
	font-size: 0.85em;
	display: block;
}

/* ==========================================================================
   WP Calendar
============================================================================= */

.footer-widget #wp-calendar caption {
	border-color: #363636;
}

.footer-widget #wp-calendar th,
.footer-widget #wp-calendar tbody td {
	border-color: #363636;
}

/* ==========================================================================
   Recent Posts
============================================================================= */

.footer-widget .recent-posts .recent-post-image {
	border: 3px solid #383838;
}

.footer-widget .recent-posts .recent-post-image:hover {
	border-color: #686868;
}

.footer-widget .recent-posts .recent-post-icon {
	background-color: #383838;
}

.footer-widget .recent-posts .recent-post-text .title {
	font-size: 14px;
}

/* ==========================================================================
   Flickr
============================================================================= */

.footer-widget .flickr-stream ul li {
	border-color: #383838;
}

.footer-widget .flickr-stream ul li:hover {
	border-color: #686868;
}

/* ==========================================================================
   Blockquote
============================================================================= */

.footer-widget blockquote {
	border: none;
	padding: 0;
}

.footer-widget blockquote p {
	font-size: 13px;
}

.footer-widget blockquote small {
	font-size: 12px;
}

/* MEDIA QUERIES */

/* Medium small devices (phones, 480px and up) */
@media (min-width: 480px) {

	/* ==========================================================================
		Media
	============================================================================= */

	.media {
		margin-bottom: 30px;
	}

	.media img + img {
		margin-top: 30px;
	}

	/* ==========================================================================
		Fullscreen Wrapper
	============================================================================= */

	.fullscreen-table .fullscreen-row.slider {
		height: 430px;
	}

	/* ==========================================================================
		Section Blocks
	============================================================================= */

	.section-block {
		padding: 148px 0 111px;
	}

	.section-block.small {
		padding: 74px 0;
	}

	/* ==========================================================================
		Section Title
	============================================================================= */

	.section-block h1.section-title {
		font-size: 48px;
	}

	.section-block h2.section-title {
		font-size: 30px;
	}

	.section-block h3.section-title {
		font-size: 20px;
	}

	/* ==========================================================================
		Section Separator
	============================================================================= */

	.section-block .separator {
		padding: 24px 0;
	}

	.section-block .separator.separator-small {
		padding: 15px 0;
	}

	/* ==========================================================================
		Slider Block
	============================================================================= */

	.cycle-slider .cycle-next,
	.cycle-slider .cycle-prev {
		display: block;
	}

	.slider-container .slide-wrap .caption .slide-text {
		font-size: 48px;
	}

	/* ==========================================================================
		Aside Blocks
	============================================================================= */

	.aside-block .aside-container .aside-content .aside-title {
		font-size: 28px;
	}

	/* ==========================================================================
		Portfolio Item (force two columns layout)
	============================================================================= */

	.portfolio .items-wrap .item {
		width: 49.8%;
	}

	/* ==========================================================================
		Clients (display two items in a row)
	============================================================================= */

	.clients li {
		width: 50%;
	}

	/* ==========================================================================
	   Blog Single Author
	============================================================================= */

	.single-post .post .post-author .post-author-avatar {
		margin-right: 20px;
	}

	.single-post .post .post-author .post-author-avatar img {
		max-width: 80px;
	}

	/* ==========================================================================
	   Comments List
	============================================================================= */

	.comments-box .comments-list .children {
		padding-left: 40px;
	}

	/* ==========================================================================
	   Comment Form
	============================================================================= */

	.comment-respond {
		padding: 30px;
		margin: 40px 0;
		background-color: #fff;
		border: 1px solid #e0e0e0;
	}

	/* ==========================================================================
	   Aside Widgets
	============================================================================= */

	.aside-block .aside-content blockquote p {
		font-size: 36px;
	}
}

/* Work around for mobile media query */
@media (max-width: 949px) {

	/* ==========================================================================
		Fullscreen Wrapper
	============================================================================= */

	.fullscreen-table .fullscreen-row.slider {
		padding-top: 0 !important;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 1050px) {

	/* ==========================================================================
		Fullscreen Wrapper
	============================================================================= */

	html, body {
		height: 100%;
	}

	.fullscreen-table {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.fullscreen-table .fullscreen-row {
		position: absolute;
		width: 100%;
	}

	.fullscreen-table .fullscreen-row.slider {
		top: 0;
		left: 0;
		height: 100%;
	}

	/* ==========================================================================
		Header Wrapper
	============================================================================= */

	.main-header .main-header-wrap {
		/*padding: 33px 0;*/
		border-bottom: 0;
		-webkit-transition: padding .2s linear;
		-moz-transition: padding .2s linear;
		-o-transition: padding .2s linear;
		transition: padding .2s linear;
	}

	/*.main-header.affix .main-header-wrap {
		padding: 20px 0;
	}*/

	/* ==========================================================================
		Header Logo
	============================================================================= */

	.main-header .brand,
	.main-header.affix .brand {
		-webkit-transition: height .2s linear;
		-moz-transition: height .2s linear;
		-o-transition: height .2s linear;
		transition: height .2s linear;
	}

	.main-header.affix .brand {
		margin-top: 0 !important;
		text-align: center;
	}

	/* ==========================================================================
		Header Navigation
	============================================================================= */

	.main-header .main-nav {
		overflow: visible;
		position: relative !important;
		max-height: none !important;
	}

	.main-header .nav-toggle {
		display: none;
	}

/*	.main-header .main-nav ul,
	.main-header .main-nav ul li {
		background: none;
		border: none;
	}*/

	.main-header .main-nav ul li {
		display: inline-block;
		position: relative;
		line-height: 30px;
		border-top: none;
		/*margin: 0 20px;*/
	}

	.main-header .main-nav ul li a {
		display: inline-block;
		padding: 0;
	}

	.main-header .main-nav > ul > li:hover > a {
		background-color: transparent;
		color: #444;
	}

/*	.main-header .main-nav > ul > li.current-menu-item > a,
	.main-header .main-nav > ul > li:hover > a {
		border-bottom: 1px solid #444444;
	}*/

	/* ==========================================================================
		Header Subnavigation
	============================================================================= */

	.main-header .main-nav ul ul {
		text-align: left;
		top: -9999px;
		left: -9999px;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		border-top: 0;
		-webkit-transition: .15s ease-out opacity, .15s ease-out padding-top;
		-moz-transition: .15s ease-out opacity, .15s ease-out padding-top;
		transition: .15s ease-out opacity, .15s ease-out padding-top;
	}

	.main-header .main-nav ul ul ul {
		border-top: 1px solid #ebebeb;
		-webkit-transition: opacity .15s ease-out;
		-moz-transition: opacity .15s ease-out;
		transition: opacity .15s ease-out;
	}

	.main-header .main-nav ul ul li {
		margin: 0;
		display: block;
		min-width: 180px;
		position: relative;
		background-color: #ffffff;
		border: 1px solid #e8e8e8;
		border-top: 0;
		white-space: nowrap;
	}

	.main-header .main-nav ul ul li a {
		display: block;
		padding: 14px;
	}

	.main-header .main-nav ul li:hover > ul {
		top: 100%;
		left: 0;
		padding-top: 9px;
		opacity: 1;
		pointer-events: auto;
	}

	.main-header .main-nav ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
		padding: 0;
		top: -1px;
	}

	.main-header .main-nav.tiny-nav {
		border-top: 0;
	}

	.main-header .main-nav.tiny-nav ul {
		display: block;
	}

	.main-header .main-nav .tinynav {
		display: none;
	}

	/* ==========================================================================
		Aside Blocks
	============================================================================= */

	.aside-block .aside-container .aside-content .aside-title {
		font-size: 36px;
	}

	.aside-block .aside-content blockquote p {
		font-size: 36px;
	}

	/* ==========================================================================
		Section Blocks
	============================================================================= */

	.section-block {
		padding: 100px 0;
	}

	.section-block.small {
		padding: 100px 0;
	}

	/* ==========================================================================
		Section Title
	============================================================================= */

	.section-block h1.section-title {
		font-size: 64px;
	}

	.section-block h2.section-title {
		font-size: 40px;
	}

	.section-block h3.section-title {
		font-size: 27px;
	}

	/* ==========================================================================
		Section Separator
	============================================================================= */

	.section-block .separator {
		padding: 50px 0;
	}

	.section-block .separator.separator-small {
		padding: 28px 0;
	}

	/* ==========================================================================
		Slider Block
	============================================================================= */

	.slider-container .slide-wrap .caption .slide-text {
		font-size: 64px;
	}

	/* ==========================================================================
		Form Group Columns
	============================================================================= */

	.form-group [class*="col-sm-"] {
		margin-bottom: 0;
	}

	/* ==========================================================================
		Portfolio Item (force three columns layout)
	============================================================================= */

	.portfolio .items-wrap .item {
		width: 33.2%;
	}

	/* ==========================================================================
		Clients (display three items in a row)
	============================================================================= */

	.clients li {
		width: 33.333%;
	}

	/* ==========================================================================
	   Blog Single Author
	============================================================================= */

	.single-post .post .post-author .post-author-avatar img {
		max-width: 120px;
	}

	/* ==========================================================================
		MagnificPoup Block
	============================================================================= */

	.portfolio-popup {
		max-width: 750px;
		margin: 20px auto;
	}

	/* ==========================================================================
		CTA
	============================================================================= */

	.cta .col-text,
	.cta .col-btn {
		display: table-cell;
		vertical-align: middle;
	}

	.cta .col-text + .col-text,
	.cta .col-btn + .col-text,
	.cta .col-text + .col-btn,
	.cta .col-btn + .col-btn {
		padding-left: 10px;
		padding-top: 0;
	}

	.cta .col-btn {
		text-align: right;
	}

	/* ==========================================================================
	   Blog Single Footer
	============================================================================= */

	.single-post .post .post-footer {
		padding: 40px 0;
	}

	.single-post .post .post-footer .post-tags {
		float: left;
		margin-bottom: 0;
	}

	.single-post .post .post-footer .post-to-top {
		float: right;
	}

	.single-post .post .post-footer .post-tags .tag-label,
	.single-post .post .post-footer .post-tags .tag-list {
		display: inline-block;
		text-align: left;
	}

	/* ==========================================================================
	   Aside Widgets
	============================================================================= */

	.aside-block .aside-content blockquote p {
		font-size: 48px;
	}

	.aside-block .aside-content > .container > ul,
	.aside-block .menu-main-menu-container,
	.aside-block .tweet-box,
	.aside-block #calendar_wrap,
	.aside-block .tagcloud,
	.aside-block .media {
		width: 80%;
		margin: auto;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	/* ==========================================================================
		Section Title
	============================================================================= */

	.section-block h1.section-title {
		font-size: 72px;
	}

	.section-block h2.section-title {
		font-size: 45px;
	}

	.section-block h3.section-title {
		font-size: 30px;
	}

	/* ==========================================================================
		Slider Block
	============================================================================= */

	.slider-container .slide-wrap .caption .slide-text {
		font-size: 72px;
	}

	/* ==========================================================================
		Form Group Columns
	============================================================================= */

	.form-group [class*="col-md-"] {
		margin-bottom: 0;
	}

	/* ==========================================================================
		Portfolio Item (three or four columns layout, four by default)
	============================================================================= */

	.portfolio .items-wrap .item {
		width: 24.75%;
	}

	.portfolio.three-columns .items-wrap .item {
		width: 33%;
	}

	.portfolio.five-columns .items-wrap .item,
	.portfolio.four-columns .items-wrap .item {
		width: 24.75%;
	}

	/* ==========================================================================
		Pricing Tables (supports one-five tables in a row)
	============================================================================= */

	.pricing-tables .pricing-table {
		border-right-width: 0;
		margin-bottom: 0;
	}

	.pricing-tables .pricing-table:last-child {
		border-right-width: 1px;
	}

	.pricing-tables .pricing-table.featured {
		margin: -10px -1px 0 0;
		border-right-width: 1px;
		z-index: 1;
	}

	.pricing-tables.one-tables .pricing-table {
		width: 100%;
	}

	.pricing-tables.two-tables .pricing-table {
		width: 50%
	}

	.pricing-tables.three-tables .pricing-table {
		width: 33.333%
	}

	.pricing-tables.four-tables .pricing-table {
		width: 25%
	}

	.pricing-tables.five-tables .pricing-table {
		width: 20%
	}

	/* ==========================================================================
		Clients (display four items in a row)
	============================================================================= */

	.clients li {
		width: 25%;
	}

	/* ==========================================================================
		MagnificPoup Block
	============================================================================= */

	.portfolio-popup {
		max-width: 970px;
	}

	/* ==========================================================================
	   Portfolio Filter
	============================================================================= */

	.portfolio .filter .active-label {
		display: none;
	}

	.portfolio .filter ul {
		display: block;
		position: static;
		width: auto;
		z-index: auto;
		background-color: transparent;
	}

	.portfolio .filter ul li,
	.portfolio .filter ul li.active {
		display: inline-block;
		margin: 0 15px;
		border-bottom: none;
	}

	.portfolio .filter ul li a {
		padding: 0;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	/* ==========================================================================
		Form Group Columns
	============================================================================= */

	.form-group [class*="col-lg-"] {
		margin-bottom: 0;
	}

	/* ==========================================================================
		Portfolio Item (three, four or five columns layout, four by default)
	============================================================================= */

	.portfolio .items-wrap .item {
		padding: 15px;
	}

	.portfolio .items-wrap {
		margin: 0 -15px;
	}

	.portfolio.five-columns .items-wrap .item {
		width: 19.8%;
	}

	/* ==========================================================================
		Clients (display five items in a row)
	============================================================================= */

	.clients li {
		width: 20%;
	}

	/* ==========================================================================
		MagnificPoup Block
	============================================================================= */

	.portfolio-popup {
		max-width: 1170px;
		margin: 30px auto;
	}
}

/* Retina devices (with min-device-pixel-ratio of 2) */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

	.ajax-loader,
	.lazy-image-wrap {
		background-size: 32px 32px;
		background-image: url(../img/preload@2x.gif);
	}

	.lazy-image-wrap.lazyloaded {
		background: none;
	}
}

/* ==========================================================================
	Light Styles
============================================================================= */

/*.section-block{color:#666}
a,a:hover,a:focus{color:#000}
.dropcap{color:#000}
h1,h2,h3,h4,h5,h6{color:#000}
hr{border-top-color:#e0e0e0}
.arrow-list ul li:before{color:#aaa}
.arrow-list ul li a{color:#666}
.arrow-list ul li a:hover{color:#383838}
.check-list ul li:before{color:#aaa}
.check-list ul li a{color:#666}
.check-list ul li a:hover{color:#383838}
.section-block+.section-block{border-top-color:#e0e0e0}
.sidebar .sidebar-block+.sidebar-block{border-top-color:#e0e0e0}
.team{background-color:#fff;border-color:#e0e0e0}
.team .team-info .name{color:#000}
.team .team-info:after{background-color:#000}
.service.boxed{background-color:#fff;border-color:#e0e0e0}
.service .service-icon{color:#282828}
.service .title:after{background-color:#000}
.cta{background-color:#fff;border-color:#e0e0e0}
.pricing-table{border-color:#e0e0e0;background-color:#fff}
.pricing-table .table-header{color:#000;border-bottom-color:#e0e0e0}
.pricing-table .table-price{background-color:#fcfcfc;border-bottom-color:#e0e0e0}
.pricing-table .table-features ul li{border-bottom-color:#e0e0e0}
.pricing-table .table-features ul li:nth-child(2n){background-color:#fcfcfc}
.portfolio .filter ul{background-color:#fdfdfd}
.portfolio .filter ul li{border-bottom-color:#e0e0e0}
.portfolio .filter ul li a{color:#aaa}
.portfolio .filter ul li a:hover{color:#666}
.portfolio .filter ul li.active a{color:#000}
.portfolio .filter .active-label{border-color:#e0e0e0;color:#000}
.portfolio .items-wrap .item .item-link .no-thumb{background-color:#fff;border-color:#e0e0e0}
.portfolio .items-wrap .item .item-link .no-thumb h3:after{background-color:#000}
.form-control{background-color:#fff;border-color:#e0e0e0}*/

/* ==========================================================================
	Added Styles
============================================================================= */

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

}

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

}




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

}




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

}


.main-header-inner-wrap { position: relative; }

.secondaryNav { border-bottom: 1px solid #333; text-align: right; }
.secondaryNav ul { list-style: none; margin: 0 20px 0 0; padding: 0; }
.secondaryNav ul li { display: inline-block; padding: 0 10px; font-size: .75em; }
.secondaryNav ul li a { color: #ddd; }

/* Feature */

.feature {
	width: 100%;
	overflow: hidden;
	max-height: 400px;
	position: relative;
}
.feature .section-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	z-index: 1;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0 10%;
}

.feature .section-block .table {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.feature .section-block .table .table-cell {
	display: table-cell;
	vertical-align: middle;
}


.feature h1.section-title {
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	margin: 0;
	position: relative;
	-webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}


.feature img.bg {
	width: 100%;
	max-width: 100%;
	filter: Alpha(Opacity=75);/*IE7 fix*/
	opacity: 0.75;
	visibility: hidden;
}


.fullscreen-table  .slider-container .slide-wrap .caption .slide-text, .aside-block .aside-content blockquote p span {font-family: Impact, Arial,Helvetica,sans-serif !important;}

/* Location Carousel */

.owl-item .service { margin: 0 10px; min-height: 350px; }
.owl-item .service .service-header h3 { letter-spacing: 0.08em; }

/* Styling Pagination*/

.owl-theme .owl-controls { text-align: center; display: block; margin-top: 20px; }
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #bbb;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.service.boxed.location-2 img, .service.boxed.location-4 img { margin-top: 25px; }

 .white {
 	background: #fff;
 	padding: 60px;
 }

 .white h2 { color: #111; }

 .bdr { height: 1px; width: 75px; display: inline-block; background: #555; }

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.main-nav { margin-right: 20px !important; }
/*.main-nav ul li { border-right: 2px solid #333; }*/
.main-nav ul li a { padding: 95px 20px 10px !important; display: block !important; color: #999 !important; /*line-height: 0; font-size: 0; text-indent: -999px; */ width: 100px; position: relative; }
.main-nav ul li.current-menu-item a, .main-nav ul li.current-menu-item a:hover { background-color: #111; }
.main-nav ul li a:hover, .main-nav ul li.current-menu-item a { color: #fff !important; }
.nav_yale a { background: url("../img/logo_yaletown(sm).png") center no-repeat; }
.main-nav .nav_brew a { background: url("../img/logo_brewhouse(sm).png") center no-repeat; width: 317px; }
.nav_ridge a { background: url("../img/logo_bigridge(sm).png") center no-repeat; }
.main-nav .nav_beaver a { background: url("../img/logo_flyingbeaver(sm).png") center no-repeat; width: 170px; }
.nav_paulies a { background: url("../img/logo_paulies(sm).png") center no-repeat; }
.main-nav .nav_distillery a { background: url("../img/logo_dbk(sm).png") center no-repeat; width: 150px; }
.nav_distillery_site a { background: url("../img/distillery_logo(sm).png") center no-repeat; }

body.page-contact { background: url("../img/YBC.jpg") center center fixed no-repeat; background-size: cover; }
section.page-texture { background: url("../img/mainBg(mono).png") left top repeat-x; }
section#contact { background: rgba(0,0,0,0.75); }
section#locations { background: #111; }


div.wpcf7 {
	position: relative;
	margin: 0 10%;
}

.wpcf7 .form-row {
	margin-bottom: 20px;
}

.wpcf7 .form-row .form-col.first { float: left; }
.wpcf7 .form-row .form-col.last { float: right; }
.wpcf7 .form-row .form-col.half { width: 48%; }

.wpcf7 label {
	font-size: .875em;
	display: block;
	margin-bottom: 10px;
	color: #aaa;
	.req { color: #8b1b1a; }
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
	width: 100%;
	padding: 10px;
	font-size: .875em;
	line-height: 1.5em;
	border: 3px solid #eee;
	background: #eee;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	outline: 0;
	border: 3px solid #fdbb30;
	background: #fff;
}

.wpcf7 input[type=submit] {
	padding: 8px 0;
	width: 100%;
	margin: 0;
}
.wpcf7 input[type=submit]:focus {
	background: transparent;
}

.wpcf7 span.wpcf7-form-control-wrap { display: block; }

.wpcf7 span.wpcf7-not-valid-tip {
	top: 0px;
	left: 0;
	width: 100%;
	padding: 10px;
	background: rgba(139, 27, 26, 0.75);
	border: none;
	font-style: italic;
	color: #fff;
	border-radius: 0;
	line-height: 1.5em;
	height: 100%;
}

.wpcf7 .wpcf7-not-valid-tip:after, .wpcf7 .wpcf7-not-valid-tip-no-ajax:after {
	border: none;
}

.wpcf7 .sub { font-size: .75em; color: #808080; }

div.selector {
	padding: 10px;
	font-size: .875em;
	line-height: 1.5em;
	display: block;
	border: 3px solid #eee;
	background: #eee;
	width: 100% !important;
}
div.selector:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 40px;
	background: #ccc;
	z-index: 0;
}
div.selector:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	margin-top: -5px;
}
div.selector select {
	opacity: 0;
	border: none;
	background: none;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	width: 100%;
}
div.selector.focus {
	outline: 0;
	border-color: #fdbb30;
}
div.selector.focus:before {
	background: #fdbb30;
}

h1, h2, h3 { font-family: Impact, Arial,Helvetica,sans-serif !important; text-transform: uppercase; letter-spacing: 0.05em; }

.container.light h3 { color: #fdbb30; }
.container.light p { color: #aaa; }
.container.light a { color: #fff; }

a.pdf { display: inline-block; padding: 3px 3px 3px 32px; background: url("../img/pdf.png") center left no-repeat; }

.main-header .main-header-wrap { min-height: 134px; }

.aside-block .aside-overlay { background-image: none; background-color: rgba(0, 0, 0, 0.4); }

.brand {
	background: #fff;
	padding: 100px 10px 10px;
	max-width: 120px;
	position: absolute;
	top: -54px;
	left: 10px;
	z-index: 900;
	-webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.aside-content .textwidget .btn.btn-lg { margin-top: 30px; }

iframe, object, embed { max-width: 100%; }

.image-gallery .section-block {
	padding-top: 0px;
	margin-left: -1.5em;
}
.image-gallery a {
	float: left;
	width: 20%;
	padding-left: 1.5em;
	display: block;
	-webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.image-gallery img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 1.5em;
}

.image-gallery a:hover {
	opacity: 0.75;
}

@media screen and (min-width: 950px) {
	.main-nav ul li a span {
		display: none;
		position: absolute;
		top: 105px;
		left: 0px;
		background: #fff;
		color: #000;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}
	.main-nav ul li a:hover span, .main-nav ul li.current-menu-item a span { display: block; }

}

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

	/*.secondaryNav { text-align: center; }*/
	.secondaryNav ul { margin: 0; }
	.main-nav { margin-right: 0px !important; top: 134px; width: 100%; }
	.main-header .main-nav ul { background: #111; width: 100%; border-top: 1px solid #222; border-left: 1px solid #222; }
	.main-header .main-nav ul li { display: block; float: left; width: 33.3333%; border-bottom: 1px solid #222; border-right: 1px solid #222; }
	.main-header .main-nav ul li:hover { background: #151515; }
	.main-nav ul li a { padding: 120px 20px 20px !important; background-position: center 20px; width: auto !important; }
	.main-nav ul li.nav_brew a, .main-nav ul li.nav_beaver a, .main-nav ul li.nav_distillery a { background-position: center 55px; }

	.brand {
		top: -100px;
		left: 0px;
	}

	.slider-container .slide-wrap .caption .slide-link { display: none; }

	.section-block {
		padding: 50px 4%;
	}

	.image-gallery a {
		width: 25%;
	}
}

@media screen and (max-height: 840px) {
	.slider-container .slide-wrap .caption .slide-link { display: none; }

}

@media screen and (max-width: 768px) {
	.image-gallery a {
		width: 33.3333%;
	}
}

@media screen and (max-width: 600px) {
	.image-gallery a {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.main-header .main-nav ul li { width: 50%; }
	.secondaryNav .resp { display: none; }
}

.open-table-widgets{
	height: 200px;
	width: 836px;
	margin: 0 auto;
}

@media screen and (min-width: 860px) {
	.open-table-widget-desktop{
		z-index: 3;
		position: relative;
	}
	.open-table-widget-mobile{
		display: none;
	}
}

@media screen and (max-width: 860px) {
	.open-table-widgets{
		width: 240px;
	}
	.open-table-widget-desktop{
		display: none;
		
	}
	.open-table-widget-mobile{
		position: relative;
		z-index: 3;
	}
}

#yaletown-info,
#brewhouse-info,
#big-ridge-info,
#flying-beaver-info,
#paulies-info{
	padding-bottom: 0px;
}