﻿@import url(http://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic,300italic,300,100italic,100);
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.no-touch #header, .no-touch #header *, .no-touch .bg-image {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
body, html {
	font-family: 'Lato', sans-serif !important;
	width: 100%;
	min-width: 320px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
body {
	font: inherit;
	color: #777;
	background: fixed #fff;
	background-size: cover;
	/*-webkit-transform: translate3d(0,0,0)*/
}


::selection {
	background: #007396;
	color: #fff;
	text-shadow: none
}
::-moz-selection {
background:#007396 !important;
color:#fff;
text-shadow:none
}
h1, h2, h3, h4, h5, h6 {
	color: #545454;
	font-weight: 400
}
h1, h2 {
	margin-bottom: 20px;
	text-transform: uppercase
}
h3 {
	margin-bottom: 10px;
	text-transform: uppercase
}
h4, h5, h6 {
	line-height: 1.5;
	letter-spacing: 1px
}
dl, ol, ul {
	list-style-type: none
}
.share-icons .dropdown-menu li i, a {
	text-decoration: none;
	-webkit-transition: color ease-in-out .15s;
	transition: color ease-in-out .15s
}
a, a:active, a:focus, a:hover {
	text-decoration: none;
	color: #21242a
}
a {
	color: #007396
}
img {
	border: none;
	line-height: 0;
	max-width: 100%;
	height: auto
}
blockquote, q {
	quotes: none
}
blockquote {
	border-left: 2px solid transparent;
	padding-left: 40px;
	font-size: inherit;
	margin-bottom: 20px
}
blockquote p, q {
	font-size: inherit;
	min-height: 30px
}
q {
	font-style: italic
}
blockquote:before {
	content: '\f10e';
	font-size: 30px;
	line-height: 30px;
	font-family: FontAwesome;
	float: left;
	padding: 2px 15px 0 0
}
address {
	margin-bottom: 20px;
	font-size: inherit
}
.page-scrolling, .page-scrolling * {
	pointer-events: none!important
}
.alignnone {
	margin: 5px 20px 20px 0
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
	clear: both
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
a img.alignnone {
	margin: 5px 20px 20px 0
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 100%;
	padding: 5px 3px 10px;
	text-align: center
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
	clear: both
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px
}
.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative
}
.gallery-columns-1 .gallery-item {
	max-width: 100%
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px)
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px)
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px)
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px)
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px)
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px)
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px)
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px)
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left
}
.gallery-item .gallery-icon {
	display: inline-block
}
.gallery-item img {
	padding: 2px;
	border: 1px solid #e1e1e1!important
}
.gallery-caption {
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
.gallery-item:hover .gallery-caption {
	opacity: 1
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none
}
#container {
	margin: 0 auto;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial
}
.wide #container {
	width: 100%;
	padding: 0
}
.page-inner {
	margin: auto;
	position: relative;
	overflow: hidden
}
.boxed #page .container, .boxed #slider {
	padding-left: 15px;
	padding-right: 15px
}
.boxed.boxed-shadow .page-inner {
	box-shadow: 0 0 5px rgba(0,0,0,.11)
}
#header {
	background: #fff;
	position: relative;
	z-index: 498;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
#header.transparent {
	position: absolute;
	z-index: 110;
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,.15)
}
#header.transparent.full {
	border-bottom: none
}
#header #header.mobile.transparent, #header .container {
	position: relative
}
#header.sticky {
	z-index: 498;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
#header.scrolled {
	position: fixed!important;
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
#header.fixed {
	position: fixed!important;
	background: #FFF;
	opacity: 1;
	box-shadow: 0 0 1px rgba(0,0,0,.11);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.boxed #header.fixed {
	box-shadow: 0 1px 0 rgba(0,0,0,.11)
}
body.wide #header {
	width: 100%
}
#header .header-top {
	height: 35px;
	line-height: 34px;
	border-bottom: 1px solid #e1e1e1;
	clear: both;
	float: none
}
.top-nav {
	display: inline-block;
	vertical-align: middle
}
#header .top-nav>ul>li a {
	font-size: 12px;
	padding: 0 10px;
	text-transform: none;
	font-weight: 500
}
#header .top-nav>ul>li>a:after {
	position: relative;
	margin-left: 20px
}
.top-nav>ul>li>a i {
	margin-right: 10px
}
.header-left {
	float: left;
	position: relative;
	z-index: 10;
	text-align: left
}
.header-right {
	position: relative;
	text-align: right
}
.social-icons {
	display: inline-block;
	vertical-align: middle
}
.social-icons li {
	display: block;
	float: left;
	padding: 0 10px
}
.social-icons a {
	display: block;
	text-align: center
}
.social-icons .tooltip-inner {
	white-space: nowrap
}
#header .header {
	line-height: 85px
}
#header.fixed .header, #header.mobile .header {
	line-height: 50px
}
body.wide #header:not(.mobile).full .header-wrapper .container {
	width: 100%;
	padding: 0 50px
}
#header .mobile-nav-icon {
	float: left;
	cursor: pointer;
	display: none;
	font-size: 30px;
	padding: 0 15px;
	position: absolute;
	z-index: 1
}
#header.mobile .mobile-nav-icon {
	display: block
}
#header .header-top {
	display: block;
	position: relative
}
#header.fixed .header-top, #header.mobile .header-top {
	display: none
}
#header #logo {
	display: block;
	float: left;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 0 15px 0 0
}
#header #logo a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	z-index: 5
}
#header #logo img {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: auto;
	width: auto;
	max-height: 60px;
	margin: 10px auto;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out
}
#header.mobile #logo a {
	height: 50px;
	line-height: 40px
}
#header.mobile #logo img {
	max-height: 30px!important
}
#header #logo img.sticky-logo {
	display: none
}
#header.fixed #logo img.sticky-logo {
	display: inline-block
}
#header.fixed #logo img.normal-logo {
	display: none
}
#header.mobile #logo {
	display: block;
	width: 80%;
	margin: 0 10%;
	position: absolute;
	left: 0
}
.nav-wrapper {
	display: block;
	min-height: 50px;
	position: relative;
	text-align: right;
	white-space: nowrap
}
#header.mobile .header .nav-wrapper {
	display: block;
	text-align: right
}
#nav {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left
}
#header.mobile #nav {
	display: block;
	float: none;
	clear: both
}
#header.mobile #nav .menu {
	display: none
}
.nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none
}
.nav>ul>li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0 10px
}
#nav>ul>li>ul {
	line-height: 14px
}
#nav>ul>li>ul a {
	font-size: 13px
}
#shop-menu {
	display: inline-block;
	vertical-align: top
}
.menu-cart {
	position: relative;
	z-index: 10
}
.menu-cart .dropdown-menu {
	width: 280px;
	margin: 0;
	border: none;
	border-top: 3px solid transparent;
	border-radius: 0;
	box-shadow: 0 2px 2px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,.1), -1px 1px 1px rgba(0,0,0,.1)
}
.menu-cart:hover>ul {
	display: block
}
#header.mobile .menu-cart:hover>ul {
	display: none
}
.menu-cart>a {
	display: block;
	padding: 0 20px;
	overflow: hidden;
	position: relative
}
.header-top .menu-cart>a {
	padding: 0 5px
}
#header .menu-cart>a:hover {
	display: block
}
.menu-cart a>i {
	margin-right: 5px
}
.menu-cart li {
	padding: 11px 25px
}
.menu-cart .cart-items {
	position: absolute;
	bottom: 40%;
	right: 5%;
	background-color: rgba(134,130,130,.4);
	display: block;
	margin: 5px 0;
	padding: 0 6px;
	line-height: 20px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	border-radius: 50%
}
.menu-cart .cart-items.empty {
	background-color: rgba(134,130,130,.4)!important
}
.header-top .menu-cart .cart-items {
	top: -5px;
	left: 10px;
	right: auto;
	bottom: auto
}
.menu-cart .total, .menu-cart .view-cart {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px
}
.menu-cart .view-cart {
	width: 40%
}
.menu-cart .total {
	width: 60%;
	text-align: right
}
.menu-cart .total .amount {
	padding: 0 5px
}
#search {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 99;
	padding: 0 15px;
	line-height: inherit;
	overflow: hidden
}
.header-top #search {
	height: 30px;
	line-height: 30px;
	padding: 0 10px
}
#search.active {
	color: #fff;
	width: 100%;
	overflow: initial
}
.search-wrapper {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	position: relative
}
#search.active .search-wrapper {
	width: 100%;
	text-align: right
}
.search-wrapper .ajax-search-form {
	position: relative
}
.search-input {
	margin: 0!important;
	display: none;
	text-align: right;
	width: 100%
}
.search-input input, .search-input input:focus {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 20px;
	width: 0;
	padding: 8px 10px;
	border: none;
	background-color: #121212!important;
	color: rgba(255,255,255,.8)!important;
	border-radius: 3px
}
#search.active .search-input {
	display: block
}
.search-button {
	background-color: transparent!important;
	border: none;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	height: 30px;
	width: 30px;
	min-width: 0;
	line-height: 0;
	color: inherit;
	padding: 0!important;
	margin: 0!important;
	display: block;
	text-align: center
}
button.search-button:hover {
	color: inherit!important
}
.search-button:after {
	display: none
}
.mobile .mobile-nav-icon {
	-webkit-transition: color ease-in .3s;
	transition: color ease-in .3s
}
#search .autocomplete {
	position: relative;
	display: none;
	background: #fff;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 3px;
	box-shadow: 0 4px 6px 2px rgba(0,0,0,.1)
}
.dropdown-menu {
	box-shadow: 0 4px 6px 2px rgba(0,0,0,.1)
}
.autocomplete .dropdown-menu {
	position: relative;
	float: none;
	max-height: 400px;
	overflow: auto;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	border-radius: 0;
	box-shadow: none
}
.autocomplete .dropdown-menu>li {
	padding: 0;
	min-height: 20px;
	display: block;
	float: none
}
.autocomplete .dropdown-menu ul>li>a {
	display: block;
	padding: 10px 15px 5px
}
.autocomplete .dropdown-menu li h5 {
	line-height: 20px;
	padding: 5px 8px;
	background: #f5f5f5;
	color: #545454;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 1px 1px rgba(239,239,239,.25);
	text-shadow: 0 1px 0 #fff;
	letter-spacing: 1px
}
.autocomplete a>span {
	display: block;
	line-height: 20px;
	white-space: nowrap
}
.autocomplete .dropdown-menu ul>li>a>.thumb {
	width: 40px;
	height: 40px;
	margin-right: 8px
}
.autocomplete .dropdown-menu ul>li>a strong {
	display: block;
	padding-right: 5px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}
.autocomplete .dropdown-menu ul>li>a .post-meta {
	padding: 0;
	margin: 0
}
.autocomplete .dropdown-menu ul>li:hover>a {
	color: #fff
}
.autocomplete .dropdown-menu ul>li:hover>a .post-meta * {
	color: #e0e0e0
}
.autocomplete .search-loading, .autocomplete .search-more a {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #ddd;
	color: #333
}
.autocomplete .search-more a:hover, .autocomplete .search-more.selected a {
	color: #fff
}
.autocomplete .post-meta>span {
	display: inline-block;
	margin-right: 8px
}
#search, .menu-cart>a, .nav>ul>li>a, .social-icons a, .top-nav>ul>li>a {
	-webkit-transition: color .15s ease-in, background-color .15s ease-in, border-color .15s ease-in;
	transition: color .15s ease-in, background-color .15s ease-in, border-color .15s ease-in
}
#header.light .nav-wrapper #search, #header.light .nav-wrapper .menu-cart>a, #header.light .nav>ul>li>a, #header.light .social-icons a, #header.light .top-nav>ul>li>a, #header.mobile.light .mobile-nav-icon {
	color: #BDBDBD
}
#header.light .nav-wrapper #search:hover, #header.light .nav-wrapper .menu-cart:hover>a, #header.light .nav>ul>li.active>a, #header.light .nav>ul>li:hover>a, #header.light .social-icons a:hover, #header.light .top-nav>ul>li:hover>a, #header.mobile.fixed #nav>ul>li.open:hover>a, #header.mobile.light .mobile-nav-icon:hover {
	color: #fff
}
#header.fixed #search, #header.fixed .menu-cart>a, #header.fixed .nav>ul>li>a, #header.mobile #search, #header.mobile .menu-cart>a, #header.mobile .mobile-nav-icon, #header.mobile .nav ul li a, #search, .menu-cart>a, .nav>ul>li>a, .social-icons a, .top-nav a {
	color: #777
}
#header.mobile .nav ul li a:hover {
	color: #000
}
#header.mobile #search, #header.mobile .menu-cart>a, #header.mobile .mobile-nav-icon, #header.mobile .nav>ul>li>a {
	border: none
}
#header.mobile #nav li.open>ul {
	border-top: 1px solid #e7e7e7
}
#header.mobile #nav li.open ul ul {
	border-top: 1px solid #FAFAFA
}
.header #search:hover, .header .menu-cart:hover>a, .nav>ul>li.active>a, .nav>ul>li:hover>a {
	background: rgba(0,0,0,.02)
}
.dropdown-nav>ul>li>a:before, .header #search:before, .header .menu-cart>a:before {
	position: absolute;
	content: '\f0d8';
	font-family: FontAwesome;
	left: 0;
	bottom: -20px;
	text-align: center;
	width: 100%;
	height: 10px;
	line-height: 15px;
	font-size: 18px;
	opacity: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
.dropdown-nav>ul>li.active>a:before, .dropdown-nav>ul>li:hover>a:before, .header #search:hover:before, .header .menu-cart:hover>a:before {
	bottom: 0;
	opacity: 1
}
.header #search.active:hover {
	background: 0 0;
	border-top-color: transparent
}
.header #search.active:hover:before {
	display: none
}
#header.mobile #nav .menu {
	border-top: 2px solid transparent;
	background: #fff
}
#header.mobile #search:hover, #header.mobile .menu-cart:hover>a, #header.mobile .mobile-nav-icon:hover, #header.mobile .nav>ul>li.active>a, #header.mobile .nav>ul>li:hover>a {
	color: #000
}
#header.mobile .nav>ul>li a {
	border-top: 1px solid #ececec
}
#header.mobile .nav>ul>li:hover>a {
	background: #fff
}
#header.mobile .nav li.open:hover>a, #header.mobile .nav li.open>a {
	color: #fff;
	background: #d5d5d5
}
#header.mobile .nav li.open ul li.open:hover>a, #header.mobile .nav li.open ul li.open>a {
	background: #e7e7e7;
	color: #000
}
#header.header-v3 .header, #header.header-v4 .header, #header.header-v5 .header {
	line-height: 50px
}
#header.below-slider {
	border-bottom: 1px solid #f1f1f1
}
.logo-center .header .nav-wrapper {
	display: inline-block;
	text-align: center
}
#header.fixed.logo-center .header .nav-wrapper {
	display: none
}
#header.fixed.logo-center:hover .header .nav-wrapper {
	display: inline-block
}
#header.logo-center #logo {
	float: none;
	overflow: hidden;
	padding: 20px 0
}
#header.fixed.logo-center #logo, #header.mobile.logo-center #logo {
	padding: 0
}
.boxed #header.header-v4 .header-left {
	border-left: none
}
#header.header-v3 .header #search, #header.header-v3 .header .menu-cart>a, #header.header-v3 .nav>ul>li>a, #header.header-v4 .header #search, #header.header-v4 .header .menu-cart>a, #header.header-v4 .nav>ul>li>a {
	border: none!important
}
#header.fixed.header-v3 .header #search:hover, #header.fixed.header-v3 .header .menu-cart:hover>a, #header.fixed.header-v3 .nav>ul>li.active>a, #header.fixed.header-v3 .nav>ul>li:hover>a, #header.fixed.header-v4 .header #search:hover, #header.fixed.header-v4 .header .menu-cart:hover>a, #header.fixed.header-v4 .nav>ul>li.active>a, #header.fixed.header-v4 .nav>ul>li:hover>a, #header.header-v3 .header #search:hover, #header.header-v3 .header .menu-cart:hover>a, #header.header-v3 .nav>ul>li.active>a, #header.header-v3 .nav>ul>li:hover>a, #header.header-v4 .header #search:hover, #header.header-v4 .header .menu-cart:hover>a, #header.header-v4 .nav>ul>li.active>a, #header.header-v4 .nav>ul>li:hover>a {
	background: 0 0
}
#header.header-v5 #logo {
	border-bottom: 1px solid #e1e1e1
}
#header.mobile.header-v5 #logo {
	border: none
}
#header.header-v6.logo-center.fixed .nav-wrapper, #header.header-v7.logo-center.fixed .nav-wrapper {
	display: inline-block
}
#header.header-v6 #menu-center-logo, #header.header-v7 #menu-center-logo {
	display: inline-block;
	float: left;
	padding: 0 50px
}
#header.header-v6:not(.mobile) #logo, #header.header-v7:not(.mobile) #logo {
	display: none
}
#header.header-v6 #menu-center-logo #logo, #header.header-v7 #menu-center-logo #logo {
	padding: 0;
	display: block
}
#logo, #shop-menu, .header-left, .mobile-nav-icon, .nav {
	-webkit-transition: opacity ease-in-out .15s;
	transition: opacity ease-in-out .15s
}
.vdobg-wrapper {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}
.vdobg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.content-wrapper>.vdobg-wrapper>.vdobg, .page-inner>.vdobg-wrapper>.vdobg {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
#slider {
	position: relative;
	z-index: 0;
	overflow: hidden
}
.title-wrapper {
	min-height: 320px;
	position: relative;
	z-index: 6;
	overflow: hidden;
	text-align: center;
	background: #21242a
}
.title-wrapper .section-overlay {
	opacity: .6
}
.title-wrapper .container {
	padding: 100px 0
}
.title-wrapper.full .container {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px
}
.title-wrapper.top-padding .container {
	padding-top: 130px
}
.boxed .title-wrapper .container {
	padding: 30px 0!important
}
.boxed .title-wrapper {
	min-height: 150px
}
.title {
	position: relative;
	z-index: 99;
	height: 100%
}
.title h1 {
	color: #FFF;
	padding: 20px 0;
	margin: 20px 0;
	text-transform: uppercase;
	display: inline-block
}
.container {
	padding: 0;
	clear: both;
	float: none
}
#content {
	min-height: 200px;
	position: relative;
	z-index: 1
}
.page-template-blank-php #content {
	display: table;
	width: 100%;
	height: 100%
}
.main-content {
	padding-top: 60px;
	padding-bottom: 40px;
	position: relative;
	z-index: 5
}
.boxed .main-content {
	padding-top: 30px
}
#content .full-width.main-content {
	padding: 0
}
.page-template-blank-php .main-content {
	display: table-cell;
	width: 100%;
	vertical-align: middle
}
.full, .full-width {
	width: 100%!important
}
.wide .container.full, .wide .full-width {
	overflow: hidden
}
.content-wrapper {
	position: relative
}
.section {
	padding: 95px 0;
	position: relative
}
.row {
	position: relative;
	z-index: 1
}
.row, .section.full>.container>.row {
	margin-left: -15px;
	margin-right: -15px;
	float: none;
	clear: both
}
.section.full .container {
	width: 100%;
	margin: 0!important;
	padding: 0!important
}
.page-detail-inner {
	margin-bottom: 30px
}
.section.fullscreen {
	padding: 0;
	background-size: cover;
	height: 0
}
.section.fullscreen .container {
	height: 100%
}
.section.fullscreen .container>.row {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	visibility: hidden
}
.section.fullscreen.ready {
	height: auto
}
.section.fullscreen.ready .container>.row {
	visibility: visible
}
.section.fullscreen .row-inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	float: none
}
.section-nav {
	position: fixed;
	z-index: 99;
	width: 100%;
	text-align: center
}
.prevsection {
	top: 0
}
.nextsection {
	bottom: 0
}
.section-nav a {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 50px;
	color: #fff;
	opacity: .5;
	visibility: visible;
	text-shadow: 0 0 2px #222;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}
.section-nav a:hover {
	opacity: 1
}
.section-nav.disabled a {
	opacity: 0;
	visibility: hidden
}
.bg-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.parallax .bg-image {
	height: 200%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.mask {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff;
	border-right-width: 50vw;
	border-left-width: 50vw;
	border-top-color: transparent!important;
	border-bottom-color: transparent!important;
	-webkit-transform: scale(1.014);
	-ms-transform: scale(1.014);
	transform: scale(1.014);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.mask.mask-top {
	top: 0;
	border-top-width: 0;
	border-bottom-width: 70px
}
.mask.mask-bottom {
	bottom: 0;
	border-bottom-width: 0;
	border-top-width: 70px
}
.section-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .9
}
.section-title {
	position: relative;
	z-index: 20;
	text-align: center;
	padding-top: 95px
}
.section-title h2 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px
}
@media screen and (min-width :1200px) {
.v-align>.container>.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start
}
.v-align.v-middle>.container>.row {
	align-items: center
}
.v-align.v-bottom>.container>.row {
	align-items: flex-end
}
.v-align>.container>.row>.column {
	margin: 0 0.5%;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-self: stretch
}
.v-align>.container>.row>.column>.wpb_wrapper {
	align-self: center;
	width: 100%
}
}
#footer {
	position: relative;
	z-index: 1
}
#footer-widget {
	padding: 80px 0 0;
	background-color: #3a3a3a;
	color: #757575;
	position: relative
}
#footer-widget a {
	color: #E5E5E5
}
#footer-widget .widget h3 {
	color: #bbb;
	margin: 0 0 10px
}
#footer-widget .column {
	line-height: 25px
}
#footer-widget .column .content {
	padding-right: 20px
}
#footer-widget .column:last-child .content {
	padding-right: 0
}
#footer-widget .posts p span {
	color: #757575
}
#footer a:hover {
	color: #fff
}
#footer-bottom {
	min-height: 100px;
	background-color: #222;
	line-height: 25px;
	padding: 50px 0 20px;
	position: relative
}
#footer-bottom.footer-large {
	padding: 40px 0
}
.footer-center #footer-text {
	padding: 0 0 10px
}
#footer-bottom .tooltip-arrow {
	border-top-color: #fff
}
#footer-bottom .tooltip-inner {
	background: #fff;
	color: #21242a
}
#footer-text {
	color: #777
}
#footer-text a {
	color: #999
}
#footer-nav {
	text-align: right
}
.footer-center #footer-nav {
	text-align: center;
	padding: 10px 0 0
}
#footer-nav ul {
	display: inline-block
}
#footer-nav>ul>li {
	float: left;
	padding: 0 10px
}
.footer-menu>li a {
	font-size: 13px;
	font-weight: 600;
	color: #999
}
#footer-nav .social-icons>li a {
	font-size: 20px
}
.clear {
	clear: both;
	float: none
}
.clear:after, .clear:before {
	content: " ";
	display: table
}
.clear:after {
	clear: both
}
.headline {
	color: #FFF;
	padding: 20px 30px;
	border: 2px solid transparent;
	font-family: inherit;
	font-weight: 800;
	font-size: 56px;
	line-height: 1.7;
	letter-spacing: 5px;
	text-transform: uppercase;
	display: inline-block
}
.vela-title {
	color: #fff;
	font-family: inherit;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.7;
	letter-spacing: 5px;
	text-transform: uppercase
}
.vela-subtitle {
	color: #fff;
	font-family: inherit;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 5px;
	text-transform: uppercase
}
.vela-description {
	color: #FFF;
	font-family: inherit;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 2px
}
.group-name {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px
}
.name {
	line-height: 30px;
	padding-bottom: 4px
}
.dropcap {
	position: relative;
	display: inline-block;
	float: left;
	min-width: 50px;
	height: 50px;
	line-height: 48px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 5px 20px 0 0;
	padding: 0 12px;
	border: 1px solid transparent;
	color: #fff;
	background: #999;
	text-transform: uppercase
}
.pattern-1 {
	background: url(images/pattern01.png)
}
.pattern-2 {
	background: url(images/pattern02.png)
}
.pattern-3 {
	background: url(images/pattern03.png)
}
.pattern-4 {
	background: url(images/pattern04.png)
}
.pattern-5 {
	background: url(images/pattern05.png)
}
.pattern-6 {
	background: url(images/pattern06.png)
}
.pattern-7 {
	background: url(images/pattern07.png)
}
.pattern-8 {
	background: url(images/pattern08.png)
}
.pattern-9 {
	background: url(images/pattern09.png)
}
.pattern-10 {
	background: url(images/pattern10.png)
}
.background-auto {
	background-size: auto
}
.background-cover {
	background-size: cover
}
.background-fixed {
	background-attachment: fixed
}
.background-overlay:before {
	background: url(images/pattern-overlay.png) center;
	content: "";
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: .8
}
ul.view {
	margin: 0;
	padding: 0
}
ul.view>li {
	margin: 0
}
ul.view>li.item:before {
	content: ''
}
.view .post {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #eee
}
.view .post.sticky {
	border: 1px solid #D8D8D8;
	border-top-width: 4px;
	box-shadow: 0 1px 0 rgba(237,237,237,1)
}
.post-header {
	margin: 0;
	position: relative
}
.view .post.no-cover .post-header {
	background: rgba(33,36,42,.9);
	text-align: center
}
.medium .view .post-header {
	padding: 0!important
}
.blog-detail .post-header {
	margin: 0 0 20px
}
.blog-detail .no-cover .post-header {
	display: none
}
.post-more {
	padding-top: 10px
}
.post-more a.ghost-button {
	border-color: #21242a;
	color: #21242a
}
.post-date {
	padding: 0 20px;
	position: absolute;
	z-index: 1;
	left: -10px;
	top: 10px;
	background: #21242a;
	opacity: .8
}
.post-date span {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	font-style: italic;
	position: relative;
	word-spacing: 3px
}
.image-wrapper {
	width: 100%;
	min-height: 120px;
	line-height: 0
}
.view .image-wrapper {
	overflow: hidden;
	max-height: 766px
}
.medium .view .image-wrapper {
	max-height: 325px
}
.image-wrapper img {
	width: 100%;
	height: auto
}
.image-wrapper>a {
	display: block;
	line-height: 0;
	overflow: hidden;
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0, #f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0, #f33f58 100%)
}
.blog-detail .image-wrapper {
	text-align: left
}
.image-wrapper>a img {
	opacity: 1;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
.image-wrapper>a:hover img {
	opacity: .7;
	-ms-transform: scale(1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}
.video-wrapper {
	position: relative;
	padding-top: 56%
}
.video-wrapper iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.view .post-detail {
	padding: 17px 0
}
.medium .view .post-detail {
	padding: 0 17px
}
.view .post-title {
	max-height: 60px;
	overflow: hidden
}
.single .post-title {
	margin-bottom: 10px;
	text-align: left
}
.post-title, .post-title a {
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	color: #21242a;
	-webkit-transition: color ease-in-out .15s;
	transition: color ease-in-out .15s
}
.post-title a:hover {
	color: #fff
}
.format-quote .post-title {
	max-height: 100%;
	font-size: 18px
}
.medium .view .post-title a {
	display: inline-block;
	overflow: hidden;
	max-height: 150px
}
.format-quote .quote-author {
	padding: 0 10px;
	text-transform: capitalize;
	font-style: italic;
	font-weight: 400;
	font-size: 14px
}
.no-cover .image-wrapper {
	display: table;
	width: 100%
}
.no-cover .image-wrapper .post-title {
	display: table-cell;
	vertical-align: middle;
	padding: 60px 30px;
	width: 100%;
	max-height: none;
	margin-bottom: 0;
	text-align: center
}
.image-wrapper .post-title, .image-wrapper .post-title a {
	color: #fff
}
.image-wrapper .post-format-icon, .post-format-icon {
	display: block;
	float: left;
	font-size: 40px;
	height: 60px;
	line-height: 50px;
	padding-right: 20px
}
.format-link .post-format-icon {
	font-size: 25px;
	height: 30px;
	line-height: 35px;
	padding-right: 10px
}
.post-meta {
	display: block;
	font-size: 12px;
	padding-bottom: 5px;
	text-overflow: ellipsis;
	line-height: 20px;
	color: #bbb
}
.post-meta span strong {
	margin-right: 5px
}
.post-meta a, .post-meta span {
	color: inherit
}
.post-meta .date {
	margin-right: 5px;
	font-style: italic
}
.post-edit-link, .post-meta>.meta-right>span, .post-meta>span {
	display: inline-block;
	margin: 4px 15px 4px 0;
	text-transform: capitalize;
	font-style: italic
}
.meta-right {
	float: right
}
.post-meta .share-icons {
	position: relative;
	display: inline-block;
	padding: 4px 10px 4px 0
}
.post-meta .share-icons a {
	display: block
}
.post-meta i {
	margin-right: 4px
}
.share-icons:hover .dropdown-menu {
	display: block
}
.share-icons .dropdown-menu {
	top: 90%;
	z-index: 999;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0;
	box-shadow: 0 4px 6px 2px rgba(0,0,0,.1)
}
.share-icons .dropdown-menu li a {
	height: 30px;
	line-height: 25px
}
.share-icons .dropdown-menu li a i {
	width: 20px;
	display: inline-block;
	text-align: center
}
.share-icons .dropdown-menu li:first-child:hover a {
	border-radius: 3px 3px 0 0
}
.share-icons .dropdown-menu li:last-child:hover a {
	border-radius: 0 0 3px 3px
}
.share-icons .dropdown-menu>li>a, .share-icons .dropdown-menu>li>a>i {
	color: #333
}
.share-icons .dropdown-menu>li:hover>a, .share-icons .dropdown-menu>li:hover>a>i {
	color: #fff
}
.blog-posts.masonry .view .post-meta .post-author, .post-meta .post-datetime, .posts-slider .post-meta .post-datetime, .posts-slider .post-meta .share-icons, .vc_col-sm-6 .posts-slider .medium .view .post-more, .vc_col-sm-8 .posts-slider .medium .view .post-more {
	display: none
}
.view .post-summary {
	overflow: hidden;
	line-height: 22px;
	margin: 10px 0
}
.blog-detail-inner {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #eee
}
.blog-detail .post-meta .post-datetime {
	display: inline-block
}
.post-content {
	padding-top: 30px;
	overflow: hidden
}
.content p {
	margin: 0 0 20px
}
.content table {
	border: 1px solid #e0e0e0;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px;
	margin-bottom: 30px
}
.content table td, .content table th {
	padding: 5px 10px
}
.content table th {
	background-color: #f5f5f5;
	color: #545454;
	text-shadow: 1px 1px 0 #fff
}
.page-links {
	margin: 30px 0 0;
	padding: 0;
	display: block
}
.page-links>a, .page-links>span {
	position: relative;
	display: block;
	float: left;
	width: 33px;
	height: 33px;
	line-height: 30px;
	margin: 0 2px;
	padding: 0;
	text-align: center;
	color: #bababa;
	font-size: 16px;
	border: 1px solid #E2E2E2;
	background: #fff;
	outline: 0;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.page-links>span {
	color: #fff;
	background-color: #bbb;
	border-color: #f5f5f5;
	box-shadow: 0 1px 1px #FFF
}
.page-links>a:hover {
	background-color: #eee;
	color: #545454;
	text-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #FFF
}
.post-tags {
	padding: 20px 10px;
	margin-top: 30px;
	background: #f5f5f5;
	word-spacing: 4px
}
.post-tags a {
	color: #21242a
}
.related-posts {
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: 30px;
	padding: 20px
}
.related-posts h3 {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0
}
.related-posts li {
	padding-bottom: 30px
}
.related-posts .thumb {
	display: block;
	float: none
}
.related-posts li .thumb {
	height: 147px;
	line-height: 147px
}
.one-left .related-posts li .thumb, .one-right .related-posts li .thumb {
	height: 126px;
	line-height: 0
}
.related-posts .thumb a {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0;
	text-align: center
}
.related-posts .thumb a i {
	font-size: 80px;
	margin: 10px;
	vertical-align: middle
}
.related-posts li h4 {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 13px;
	margin: 10px 0 0
}
.related-posts li h4 a {
	color: #21242a
}
.related-posts li span {
	font-size: 12px;
	color: #bbb
}
.showmore {
	text-align: center;
	position: relative;
	padding-top: 10px;
	line-height: 30px
}
.showmore a {
	display: block;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #A0A0A0;
	border-bottom: 1px solid #eee
}
.showmore a:hover {
	color: #21242a
}
@keyframes throbber {
0% {
background:#dde2e7
}
10% {
background:#555
}
40% {
background:#000
}
}
@-webkit-keyframes throbber {
0% {
background:#dde2e7
}
10% {
background:#555
}
40% {
background:#000
}
}
.post-loader:not(:required) {
	background: #dde2e7;
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 8px;
	height: 10px;
	margin: 0 12px;
	-webkit-animation: throbber 2000ms 300ms infinite ease-out;
	animation: throbber 2000ms 300ms infinite ease-out
}
.post-loader:not(:required):after, .post-loader:not(:required):before {
	background: #dde2e7;
	content: '\x200B';
	display: inline-block;
	width: 8px;
	height: 10px;
	position: absolute;
	top: 0
}
.post-loader:not(:required):before {
	-webkit-animation: throbber 2000ms 150ms infinite ease-out;
	animation: throbber 2000ms 150ms infinite ease-out;
	left: -12px
}
.post-loader:not(:required):after {
	-webkit-animation: throbber 2000ms 450ms infinite ease-out;
	animation: throbber 2000ms 450ms infinite ease-out;
	right: -12px
}
.pagination {
	margin: 30px 0 0;
	padding: 0;
	text-align: center;
	display: block;
	width: 100%
}
.pagination>span>a {
	position: relative;
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #eee;
	background: #fff;
	outline: 0;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.pagination>span.previous {
	float: left
}
.pagination>span.previous>a:before {
	content: '\f104';
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 10px
}
.pagination>span.next {
	float: right
}
.pagination>span.next>a:after {
	content: '\f105';
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 10px
}
.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0
}
.pagination ul>li {
	float: left;
	margin: 0;
	padding: 0
}
.pagination ul li a, .pagination ul li span {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 30px;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	color: #bababa;
	font-size: 16px;
	border: 1px solid #E2E2E2;
	background: #fff;
	outline: 0;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.pagination ul li span {
	color: #DADADA;
	background-color: #E7E7E7;
	border-color: #E5E5E5
}
.pagination ul li span.current {
	color: #fff;
	background-color: #21242a;
	border-color: #21242a;
	box-shadow: 0 1px 1px #FFF
}
.pagination a:hover {
	background: #007396;
	border-color: #007396;
	color: #fff;
	box-shadow: 0 1px 1px #FFF
}
.post-nav {
	margin-top: 30px;
	padding: 10px
}
.next-post, .prev-post {
	position: relative;
	float: left;
	width: 50%
}
.prev-post {
	min-height: 100px
}
.next-post a, .prev-post a {
	color: #21242a
}
.next-post>a>i, .prev-post>a>i {
	display: inline-block;
	height: 100px;
	line-height: 100px;
	font-size: 50px
}
.next-post {
	text-align: right;
	border-left: 1px solid #eee
}
.post-nav .post-link {
	padding: 10px 25px;
	position: relative
}
.next-post>a, .prev-post>a {
	position: absolute;
	z-index: 2
}
.prev-post>a {
	left: 0
}
.next-post>a {
	right: 0
}
.thumb {
	display: block;
	float: left;
	line-height: 0;
	background: url(images/striped.png) #474747
}
.thumb a {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #fff!important
}
.thumb img {
	width: 100%;
	height: 100%
}
.post-nav .thumb a {
	display: block;
	width: 78px;
	height: 78px;
	text-align: center;
	font-size: 40px;
	line-height: 78px
}
.post-nav .nav-text {
	display: block;
	float: left;
	vertical-align: middle;
	height: 70px;
	width: 70%
}
.next-post .nav-text, .next-post .thumb {
	float: right
}
.post-nav .nav-text h5, .post-nav .nav-text span {
	display: block;
	overflow: hidden;
	margin: 5px 10px
}
.post-nav .nav-text span {
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	vertical-align: top;
	color: #bbb
}
.post-nav .nav-text h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	height: 54px
}
#comments {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #eee
}
.comment-list {
	margin: 20px 0
}
.comment .children {
	padding-left: 50px
}
.comment-list .comment, .comment-list .pingback, .comment-list .trackback {
	border-top: 1px dotted #ddd;
	margin-bottom: 36px;
	background: #fff
}
.comment-list .comment>article {
	margin: 20px 10px
}
.comment-list>.comment:first-child, .comment-list>.pingback:first-child, .comment-list>.trackback:first-child {
	border-top: 0
}
.comment-list .comment.bypostauthor {
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	background: #fbfbfb;
	box-shadow: 0 1px 1px #eee
}
.comment .avatar {
	float: left;
	overflow: hidden;
	padding-right: 30px
}
.comment .avatar img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	padding: 2px;
	border: 1px solid #f5f5f5
}
.comment-respond {
	margin-bottom: 30px
}
.comment .comment-respond {
	padding: 30px 10px
}
.comment-box .name {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px
}
.comment-box .name a {
	color: #21242a
}
.comment-box .post-meta {
	font-size: 12px
}
.comment-box .post-content {
	padding-top: 10px
}
.comment-edit-link, .comment-reply-link {
	padding-left: 10px;
	margin-left: 10px
}
#cancel-comment-reply-link {
	font-weight: 400;
	float: right;
	overflow: hidden;
	text-indent: -9999px;
	line-height: 30px
}
#cancel-comment-reply-link:before {
	content: '\f00d';
	font-family: FontAwesome;
	text-indent: 0;
	position: absolute;
	display: block;
	margin: auto;
	font-size: 25px
}
.comments-nav {
	margin-bottom: 30px
}
.comments-nav a {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 30px;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	color: #bababa;
	font-size: 16px;
	border: 1px solid #E2E2E2;
	background: #fff;
	outline: 0;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.comments-nav a:hover {
	color: #fff;
	border-color: #007396;
	background: #007396
}
.form-desc {
	line-height: 50px
}
.comment-form .inputrow {
	padding: 10px 0
}
.comment-form .user-link {
	margin-left: 10px;
	text-transform: capitalize
}
.comment-form .logout-link {
	padding-left: 10px;
	margin-left: 20px;
	text-transform: capitalize
}
.comment-form .logout-link:before {
	content: '\f08b';
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px
}
.inputrow input {
	width: 100%
}
.textarea-comment {
	height: 200px;
	width: 100%
}
.author {
	margin-bottom: 50px;
	padding-bottom: 30px
}
.author .avatar {
	float: left;
	margin-right: 30px
}
.author .avatar img {
	width: 80px;
	height: 80px
}
.author .edit-profile {
	font-size: 12px
}
.author-detail {
	float: left
}
.full-search {
	margin-bottom: 30px
}
.search-form {
	position: relative
}
.search-form .keyword {
	width: 100%
}
.search-form .button {
	position: absolute;
	top: -2px;
	right: -3px;
	bottom: -2px;
	width: 35px;
	min-width: 0;
	background: 0 0;
	border: none;
	outline: 0;
	z-index: 99;
	line-height: 30px;
	color: inherit;
	padding: 0 10px
}
.search-query {
	padding-bottom: 50px
}
.search-item {
	margin-bottom: 30px
}
.search-item .item-header {
	float: left;
	text-align: center;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 20px 20px
}
.search-item .item-header span {
	display: block;
	width: 80px;
	height: 80px
}
.search-item .thumb {
	float: none;
	font-size: 40px;
	line-height: 80px
}
.search-item .type-icon {
	font-size: 30px;
	text-align: center;
	line-height: 80px;
	position: absolute;
	top: 0;
	border: 1px solid #ccc
}
.portfolio-detail .gallery .slides li {
	padding: 0 10px 20px
}
.portfolio-detail .large .slides li {
	padding-bottom: 10px
}
.portfolio-detail .slides li iframe {
	width: 100%!important
}
.portfolio-detail-inner {
	margin-bottom: 30px
}
.toggle-content ul li {
	margin: .5em 0
}
.portfolio-detail .slides a {
	display: block;
	line-height: 0;
	overflow: hidden;
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0, #f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0, #f33f58 100%)
}
.portfolio-detail .slides a img {
	opacity: 1;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
.portfolio-detail .slides a:hover img {
	opacity: .7;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}
.portfolio-detail .related-posts {
	border: none
}
.media-wrapper {
	padding-bottom: 20px
}
.media-wrapper img {
	width: 100%;
	height: 100%
}
.portfolio-detail .post-meta {
	margin: 10px 0 0
}
.portfolio-detail .post-nav {
	border: none;
	position: relative
}
.portfolio-detail .post-nav.with-home .next-post {
	border: none
}
.portfolio-detail .post-nav .nav-home {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px
}
.portfolio-detail .post-nav .nav-home a {
	font-size: 40px
}
.post-filter {
	text-align: center;
	padding-top: 10px;
	line-height: 0
}
.filter {
	display: inline-block
}
.post-filter .filter li {
	float: left;
	display: block;
	padding: 2px 15px;
	height: 40px;
	line-height: 35px;
	position: relative;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out
}
.post-filter .filter li a {
	display: inline-block;
	color: #A3A3A3;
	position: relative;
	text-shadow: 1px 1px #fff
}
.post-filter .filter li.selected a, .post-filter .filter li:hover a {
	color: #21242a
}
.post-filter .filter li.selected a:after, .post-filter .filter li:hover a:after {
	position: absolute;
	bottom: -1px;
	display: block;
	content: '\f0d8';
	font-family: FontAwesome;
	text-align: center;
	font-size: 25px;
	line-height: 3px;
	width: 100%;
	color: #21242a;
	text-shadow: 0 -1px rgba(213,213,213,.5)
}
.filterable .item-wrapper {
	padding: 20px;
	background: #21242a
}
.filterable.masonry .item-wrapper {
	padding: 10px 0 0 10px
}
.filterable.gallery .item-wrapper {
	padding: 10px
}
.portfolio-grid.grid .item {
	padding: 0
}
.portfolio-grid.gallery .item {
	padding: 10px
}
.portfolio-grid.masonry .item {
	float: left;
	padding: 0 10px 10px 0;
	width: 25%;
	height: 283px
}
.portfolio-grid.masonry .item.width2 {
	width: 50%
}
.portfolio-grid.masonry .item.height2 {
	height: 566px
}
.view figure {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer
}
.masonry .view figure {
	height: 100%
}
.masonry .view figure div.cover-image {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.view figure img {
	position: relative;
	display: block;
	height: 100%;
	width: 100%
}
.view figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.view figure figcaption::after, .view figure figcaption::before {
	pointer-events: none
}
.view figure a, .view figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.view figure a {
	z-index: 100;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0
}
.view figure h3 {
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.view figure:hover h3 {
	opacity: 1
}
.view figure h3 span {
	font-weight: 800
}
.view figure p {
	margin: 0;
	letter-spacing: 1px;
	font-size: 68.5%
}
.effect-apollo figure {
	background: #000
}
.effect-apollo figure .cover-image {
	opacity: .95;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}
.effect-apollo figure figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	content: '';
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}
.effect-apollo figure p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 5%;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}
.effect-apollo figure h3 {
	text-align: left
}
.effect-apollo figure:hover .cover-image {
	opacity: .6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
.effect-apollo figure:hover figcaption::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.effect-apollo figure:hover p {
	opacity: 1;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}
.effect-bubba figure {
	background: #9e5406
}
.effect-bubba figure .cover-image {
	opacity: .95;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}
.effect-bubba figure:hover .cover-image {
	opacity: .4
}
.effect-bubba figure figcaption::after, .effect-bubba figure figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
.effect-bubba figure figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}
.effect-bubba figure figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}
.effect-bubba figure h3 {
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0)
}
.effect-bubba .width2.height2 figure h3, .effect-bubba figure h3 {
	padding-top: 20%
}
.effect-bubba .width2 figure h3 {
	padding-top: 10%
}
.effect-bubba .height2 figure h3 {
	padding-top: 50%
}
.effect-bubba figure p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0)
}
.effect-bubba figure:hover figcaption::after, .effect-bubba figure:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.effect-bubba figure:hover h3, .effect-bubba figure:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.effect-duke figure {
	background: -webkit-linear-gradient(-45deg, #34495e 0, #cc6055 100%);
	background: linear-gradient(-45deg, #34495e 0, #cc6055 100%)
}
.effect-duke figure .cover-image {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
.effect-duke figure p {
	-webkit-transition: opacity .35s, top .5s;
	transition: opacity .35s, top .5s
}
.effect-duke figure:hover .cover-image {
	opacity: .1
}
.effect-duke figure:hover img.cover-image {
	-webkit-transform: scale3d(2, 2, 1);
	-ms-transform: scale3d(2, 2, 1);
	transform: scale3d(2, 2, 1)
}
.effect-duke figure h3 {
	padding: 20px 10px 30px;
	border-bottom: 2px solid #fff;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: scale3d(.8, .8, 1);
	transform: scale3d(.8, .8, 1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}
.effect-duke figure p {
	position: relative;
	top: -50px;
	margin: 5%;
	padding: 10px;
	text-transform: none;
	font-size: 90%;
	opacity: 0
}
.effect-duke figure:hover h3 {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
.effect-duke figure:hover p {
	top: 0;
	opacity: 1
}
.effect-goliath figure {
	background: #000
}
.effect-goliath figure .cover-image, .effect-goliath figure h3 {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
.effect-goliath figure .cover-image {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.effect-goliath figure h3, .effect-goliath figure p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px
}
.effect-goliath figure p {
	width: 100%;
	background: #007396;
	text-transform: none;
	font-size: 90%;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(0, 85px, 0);
	transform: translate3d(0, 85px, 0)
}
.effect-goliath figure:hover .cover-image {
	opacity: .5;
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0)
}
.effect-goliath figure:hover h3 {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0)
}
.effect-goliath figure:hover p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.effect-jazz figure {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0, #f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0, #f33f58 100%)
}
.effect-jazz figure .cover-image {
	opacity: .9
}
.effect-jazz figure figcaption::after, .effect-jazz figure img.cover-image, .effect-jazz figure p {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
.effect-jazz figure figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.effect-jazz figure h3, .effect-jazz figure p {
	opacity: 0;
	-webkit-transform: scale3d(.8, .8, 1);
	transform: scale3d(.8, .8, 1)
}
.effect-jazz figure h3 {
	font-weight: 400;
	padding-top: 15%;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s
}
.effect-jazz figure p {
	padding: .5em 2em;
	text-transform: none;
	font-size: .85em
}
.effect-jazz figure:hover .cover-image {
	opacity: .7
}
.effect-jazz figure:hover img.cover-image {
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}
.effect-jazz figure:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1)
}
.effect-jazz figure:hover h3, .effect-jazz figure:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
.effect-kira figure {
	background: #000;
	text-align: left
}
.effect-kira figure h3 {
	opacity: 1;
	text-align: right
}
.effect-kira figure .cover-image {
	opacity: .95;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}
.effect-kira figure figcaption {
	z-index: 1
}
.effect-kira figure p {
	padding: 0 .5em;
	font-size: 80%;
	line-height: 80px;
	height: 80px;
	overflow: hidden;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	color: #101010
}
.effect-kira figure figcaption::before {
	position: absolute;
	top: 0;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 2.5em;
	background: #fff;
	content: '';
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(0, 4em, 0) scale3d(1, .023, 1);
	transform: translate3d(0, 4em, 0) scale3d(1, .023, 1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0
}
.effect-kira figure:hover .cover-image {
	opacity: .4
}
.effect-kira figure:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.effect-kira figure:hover figcaption::before {
	opacity: .7;
	-webkit-transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 5em, 0) scale3d(1, 1, 1)
}
.effect-selena figure {
	background: #fff;
	position: relative
}
.effect-selena figure:before {
	content: '';
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	background: #000
}
.effect-selena figure .cover-image, .effect-selena figure:before {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s
}
.effect-selena .width2.height2 figure:hover .cover-image, .effect-selena .width2.height2 figure:hover:before, .effect-selena figure:hover .cover-image, .effect-selena figure:hover:before {
	-webkit-transform: scale3d(.95, .92, 1);
	transform: scale3d(.95, .92, 1)
}
.effect-selena .height2 figure:hover .cover-image, .effect-selena .height2 figure:hover:before {
	-webkit-transform: scale3d(.95, .95, 1);
	transform: scale3d(.95, .95, 1)
}
.effect-selena .width2 figure:hover .cover-image, .effect-selena .width2 figure:hover:before {
	-webkit-transform: scale3d(.97, .9, 1);
	transform: scale3d(.97, .9, 1)
}
.effect-selena figure:hover:before {
	opacity: .5
}
.effect-selena figure h3 {
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0)
}
.effect-selena .width2.height2 figure h3, .effect-selena figure h3 {
	margin-top: 15%
}
.effect-selena .width2 figure h3 {
	margin-top: 10%
}
.effect-selena .height2 figure h3 {
	margin-top: 45%
}
.effect-selena figure p {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0
}
.effect-selena figure:hover h3 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.effect-selena figure:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
	transform: perspective(1000px) rotate3d(1, 0, 0, 0)
}
.effect-selena figcaption {
	position: relative;
	z-index: 99
}
:focus {
	outline: 0
}
input, textarea {
	font-family: inherit;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	color: #959595;
	padding: 5px 10px;
	-webkit-transition: color linear .4s, background-color linear .4s, border-color linear .4s;
	transition: color linear .4s, background-color linear .4s, border-color linear .4s
}
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=url], textarea {
	width: 100%;
	line-height: 18px;
	padding: 8px 10px;
	border-radius: 2px
}
.alt-color input[type=text], .alt-color input[type=password], .alt-color input[type=email], .alt-color input[type=tel], .alt-color input[type=url], .alt-color textarea {
	background-color: rgba(0,0,0,.5);
	border: 1px solid rgba(255,255,255,.25);
	color: #fff
}
input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover, textarea:hover {
	border-color: #bbb
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, textarea:focus {
	border-color: #848484
}
::-webkit-input-placeholder {
color:#ccc;
text-transform:uppercase;
font-size:12px
}
::-moz-placeholder {
color:#ccc;
text-transform:uppercase;
font-size:12px
}
:-ms-input-placeholder {
color:#ccc;
text-transform:uppercase;
font-size:12px
}
input:-moz-placeholder {
color:#ccc;
text-transform:uppercase;
font-size:12px
}
input[type=submit], input[type=button], input[type=reset] {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-width: 2px;
	padding: 5px 20px;
	margin: 5px 0
}
input[type=submit]:hover, input[type=button]:hover {
	background-color: transparent
}
input[type=date] {
	padding: 0 10px;
	height: 25px
}
input[type=reset] {
	border: 2px solid #a5a5a5;
	background-color: #a5a5a5;
	text-transform: uppercase
}
input[type=reset]:hover {
	color: #a5a5a5;
	border: 2px solid #a5a5a5;
	background: 0 0
}
:not(:required) input[type=checkbox], :not(:required) input[type=radio] {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	line-height: 20px;
	margin: 0;
	cursor: pointer;
	border: 1px solid #dcdcdc;
	position: relative;
	text-align: center;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
:not(:required) input[type=checkbox]:hover, :not(:required) input[type=radio]:hover {
	border: 2px solid #777;
	line-height: 18px
}
:not(:required) input[type=checkbox]:disabled, :not(:required) input[type=checkbox]:disabled:hover, :not(:required) input[type=radio]:disabled, :not(:required) input[type=radio]:disabled:hover {
	border: 1px solid #e1e1e1;
	background: #E4E4E4;
	cursor: default
}
:not(:required) input[type=checkbox]:checked, :not(:required) input[type=radio]:checked {
	background: #777
}
:not(:required) input[type=checkbox] {
	border-radius: 1px
}
:not(:required) input[type=radio] {
	border-radius: 50%
}
:not(:required) input[type=checkbox]:checked::after {
	font-family: FontAwesome;
	content: "\f00c";
	font-size: 13px;
	color: #fff
}
:not(:required) input[type=radio]:checked::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%
}
:not(:required) input[type=radio]:disabled::after {
	background: #eee
}
.dropdown-select {
	position: relative;
	display: inline-block;
	line-height: 30px
}
select {
	background: 0 0;
	padding: 5px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.5;
	text-indent: .01px;
	cursor: pointer;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
.dropdown-select:after {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 0
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
select {
	padding-right: 18px
}
}
a.button, button {
	display: inline-block;
	vertical-align: top;
	background: #007396;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	min-width: 120px;
	cursor: pointer;
	padding: 10px 20px;
	margin: 2px 4px 2px 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 700;
	border: 3px solid #007396;
	outline: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
a.button.round, button.round {
	border-radius: 25px
}
a.button.large, button {
	padding: 15px 40px;
	font-size: 15px;
	line-height: 15px
}
a.button:hover {
	color: #fff;
	padding-left: 10px!important;
	padding-right: 30px!important
}
a.button.large:hover {
	padding-left: 30px!important;
	padding-right: 50px!important
}
button:hover {
	padding: 15px 50px 15px 30px
}
a.button:after, a.ghost-button:after, button:after {
	position: absolute;
	display: inline-block;
	content: '\f105';
	font-family: FontAwesome;
	opacity: 0;
	right: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
a.button.large:after, button:after {
	right: 20px
}
a.button:hover:after, a.ghost-button:hover:after {
	opacity: 1;
	right: 10px
}
a.button.large:hover:after, button:hover:after {
	opacity: 1;
	right: 15px
}
a.link-button {
	display: inline-block;
	vertical-align: top;
	color: #fff !important;
	background-color: #007396;
	border: 3px solid #007396 !important;
	font-size: 12px;
	line-height: 12px;
	min-width: 120px;
	cursor: pointer;
	padding: 8px 20px;
	margin: 2px 4px 2px 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	outline: 0;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
a.link-button:hover {
	border: 3px solid #007396 !important;
	color: #007396 !important;
	background-color: #fff;
}
.ghost-button.square, .link-button.square {
	border-radius: 0
}
a.ghost-button.large, a.link-button.large {
	padding: 15px 40px;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px
}
.link-button i {
	margin-right: 5px
}
.link-button span {
	position: absolute!important;
	z-index: -1;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	border-radius: 25px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.link-button.square span {
	border-radius: 0
}
a.link-button:active, a.link-button:hover {
	color: #fff
}
.link-button:active span, .link-button:hover span {
	width: 100%;
	opacity: 1
}
a.ghost-button:hover {
	padding-left: 10px!important;
	padding-right: 30px!important
}
a.ghost-button.large:hover {
	padding-left: 30px!important;
	padding-right: 50px!important
}
a.ghost-button {
	display: inline-block;
	vertical-align: top;
	border: 3px solid #007396 !important;
	color: #fff !important;
	background: #007396 !important;
	font-size: 12px;
	line-height: 12px;
	min-width: 120px;
	cursor: pointer;
	padding: 8px 20px;
	margin: 2px 4px 2px 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	outline: 0;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
a.ghost-button:hover {
	color: #007396 !important;
	background: #fff !important;
	border: 3px solid #007396 !important;
}
#comment-submit {
	padding: 10px;
	text-transform: uppercase;
	-webkit-transition: all linear .4s;
	transition: all linear .4s
}
#toTop {
	position: fixed;
	z-index: 9999;
	bottom: 60px;
	right: 25px;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .35s;
	transition: all .35s
}
#toTop.active {
	opacity: .6;
	visibility: visible
}
#toTop.active:hover {
	opacity: 1;
	color: #007396 !important;
	border: #007396 !important;
}
#toTop i {
	color: #fff !important;
}
#toTop .border {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: 1;
	border: 2px solid #007396 !important;
	border-radius: 50%;
	-webkit-transition: all .35s;
	transition: all .35s
}
#toTop .border:before {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #007396 !important;
	border: 2px solid #007396 !important;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	opacity: .2;
	top: -2px;
	left: -2px;
	z-index: -1;
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s
}
#toTop:hover .border:before {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .4s, opacity .2s;
	transition: transform .4s, opacity .2s
}
.button.launch-project {
	padding: 10px 50px;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	text-align: center
}
.content ol, .info-box.icon-top.icon-small ol, .info-box.icon-top.icon-small ul, .post-content ul, .wpb_text_column ol, .wpb_text_column ul {
	padding-left: 25px
}
.info-box.icon-small ul>li:before, .post-content ul>li:before, .wpb_text_column ul>li:before {
	position: absolute;
	margin-right: 10px;
	padding: 0 2px;
	vertical-align: middle;
	font-weight: 700;
	font-family: FontAwesome;
	font-size: inherit;
	content: '\f138';
	text-align: center;
	margin-left: -25px
}
.content ol, .info-box.icon-small ol, .wpb_text_column ol {
	list-style-type: decimal
}
#ajax-loader {
	position: fixed;
	z-index: 99;
	width: 100%;
	text-align: center;
	top: 40%;
	display: none
}
.spinner {
	display: inline-block
}
.loader-1 .spinner {
	margin: 100px auto;
	width: 32px;
	height: 32px;
	position: relative
}
.loader-1 .cube1, .loader-1 .cube2 {
	background-color: #333;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: cubemove 1.8s infinite ease-in-out;
	animation: cubemove 1.8s infinite ease-in-out
}
.loader-1 .cube2 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
@-webkit-keyframes cubemove {
25% {
-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)
}
50% {
-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)
}
75% {
-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)
}
100% {
-webkit-transform:rotate(-360deg)
}
}
@keyframes cubemove {
25% {
transform:translateX(42px) rotate(-90deg) scale(.5);
-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)
}
50% {
transform:translateX(42px) translateY(42px) rotate(-179deg);
-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg)
}
50.1% {
transform:translateX(42px) translateY(42px) rotate(-180deg);
-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)
}
75% {
transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);
-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)
}
100% {
transform:rotate(-360deg);
-webkit-transform:rotate(-360deg)
}
}
.loader-2 .spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto
}
.loader-2 .double-bounce1, .loader-2 .double-bounce2 {
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}
.loader-2 .double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
@-webkit-keyframes bounce {
0%, 100% {
-webkit-transform:scale(0)
}
50% {
-webkit-transform:scale(1)
}
}
@keyframes bounce {
0%, 100% {
transform:scale(0);
-webkit-transform:scale(0)
}
50% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
.loader-3 .spinner {
	margin: 100px auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px
}
.loader-3 .spinner>div {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out
}
.loader-3 .spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.loader-3 .spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.loader-3 .spinner .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.loader-3 .spinner .rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
@-webkit-keyframes stretchdelay {
0%, 100%, 40% {
-webkit-transform:scaleY(.4)
}
20% {
-webkit-transform:scaleY(1)
}
}
@keyframes stretchdelay {
0%, 100%, 40% {
transform:scaleY(.4);
-webkit-transform:scaleY(.4)
}
20% {
transform:scaleY(1);
-webkit-transform:scaleY(1)
}
}
.loader-4 .spinner {
	width: 40px;
	height: 40px;
	margin: 100px auto;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: scaleout 1s infinite ease-in-out;
	animation: scaleout 1s infinite ease-in-out
}
@-webkit-keyframes scaleout {
0% {
-webkit-transform:scale(0)
}
100% {
-webkit-transform:scale(1);
opacity:0
}
}
@keyframes scaleout {
0% {
transform:scale(0);
-webkit-transform:scale(0)
}
100% {
transform:scale(1);
-webkit-transform:scale(1);
opacity:0
}
}
.loader-5 .spinner {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: rotate 2s infinite linear;
	animation: rotate 2s infinite linear
}
.loader-5 .dot1, .loader-5 .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}
.loader-5 .dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
@-webkit-keyframes rotate {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes rotate {
100% {
transform:rotate(360deg);
-webkit-transform:rotate(360deg)
}
}
@-webkit-keyframes bounce {
0%, 100% {
-webkit-transform:scale(0)
}
50% {
-webkit-transform:scale(1)
}
}
@keyframes bounce {
0%, 100% {
transform:scale(0);
-webkit-transform:scale(0)
}
50% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
.loader-6 .spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center
}
.loader-6 .spinner>div {
	width: 18px;
	height: 18px;
	background-color: #333;
	display: inline-block;
	border-radius: 100%;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.loader-6 .spinner .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}
.loader-6 .spinner .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}
@-webkit-keyframes bouncedelay {
0%, 100%, 80% {
-webkit-transform:scale(0)
}
40% {
-webkit-transform:scale(1)
}
}
@keyframes bouncedelay {
0%, 100%, 80% {
transform:scale(0);
-webkit-transform:scale(0)
}
40% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
.loader-7 .spinner {
	width: 60px;
	height: 60px;
	position: relative
}
.loader-7 .container1>div, .loader-7 .container2>div, .loader-7 .container3>div {
	width: 12px;
	height: 12px;
	background-color: #333;
	position: absolute;
	border-radius: 100%;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.loader-7 .spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%
}
.loader-7 .container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}
.loader-7 .container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}
.loader-7 .circle1 {
	top: 0;
	left: 0
}
.loader-7 .circle2 {
	top: 0;
	right: 0
}
.loader-7 .circle3 {
	right: 0;
	bottom: 0
}
.loader-7 .circle4 {
	left: 0;
	bottom: 0
}
.loader-7 .container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.loader-7 .container3 .circle1 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.loader-7 .container1 .circle2 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.loader-7 .container2 .circle2 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
.loader-7 .container3 .circle2 {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}
.loader-7 .container1 .circle3 {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}
.loader-7 .container2 .circle3 {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}
.loader-7 .container3 .circle3 {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}
.loader-7 .container1 .circle4 {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}
.loader-7 .container2 .circle4 {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}
.loader-7 .container3 .circle4 {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}
@-webkit-keyframes bouncedelay {
0%, 100%, 80% {
-webkit-transform:scale(0)
}
40% {
-webkit-transform:scale(1)
}
}
@keyframes bouncedelay {
0%, 100%, 80% {
transform:scale(0);
-webkit-transform:scale(0)
}
40% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
.dropdown-nav, .dropdown-nav ul, .dropdown-nav ul li, .dropdown-nav ul li a {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: relative
}
.dropdown-nav:after, .dropdown-nav>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.dropdown-nav>ul>li {
	float: left;
	display: inline-block
}
.dropdown-nav>ul>li>a {
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden
}
.dropdown-nav>ul>li.menu-item-has-children>a {
	padding-right: 30px
}
.dropdown-nav>ul>li.menu-item-has-children>a::after {
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	content: "\f107";
	width: 10px;
	right: 10px;
	text-align: center
}
.dropdown-nav ul ul {
	position: absolute;
	opacity: 0;
	top: 80%;
	visibility: hidden;
	background: #fff;
	min-width: 200px;
	max-width: 300px;
	border-top: 3px solid transparent;
	box-shadow: 0 2px 2px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,.1), -1px 1px 1px rgba(0,0,0,.1);
	-webkit-transition: opacity .2s ease-in, top .2s ease-in;
	transition: opacity .2s ease-in, top .2s ease-in
}
.dropdown-nav>ul>li:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible
}
.dropdown-nav ul ul>li:hover>ul {
	top: 0;
	opacity: 1;
	visibility: visible
}
.dropdown-nav ul ul>li>ul {
	left: 100%
}
.dropdown-nav>ul>li.menu-item-has-children.align-right>ul {
	left: auto;
	right: 0
}
.dropdown-nav ul ul li.menu-item-has-children.align-right>ul {
	left: auto;
	right: 100%
}
.dropdown-nav ul ul li a {
	text-decoration: none;
	padding: 11px 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgba(0,0,0,.7);
	text-shadow: 0 1px 0 #fff;
	background-color: #f3f3f3;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.dropdown-nav ul ul li.active>a, .dropdown-nav ul ul li:hover>a {
	color: #000!important;
	background: #fff
}
.dropdown-nav>ul>li>ul::after {
	position: absolute;
	display: block
}
.dropdown-nav ul ul li.menu-item-has-children>a::after {
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	content: "\f105";
	width: 10px;
	right: 10px;
	text-align: center
}
.dropdown-nav ul ul li.menu-item-has-children.align-right>a::after {
	content: "\f104";
	right: auto;
	left: 10px
}
.mobile-nav, .mobile-nav ul, .mobile-nav ul li, .mobile-nav ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	float: none;
	position: relative
}
.mobile-nav {
	box-shadow: 0 2px 5px rgba(0,0,0,.7)
}
.mobile-nav ul li a {
	-webkit-transition: background-color ease-in-out .15s, border-color ease-in-out .15s;
	transition: background-color ease-in-out .15s, border-color ease-in-out .15s
}
.mobile-nav ul ul {
	display: none
}
.mobile-nav>ul>li>a {
	padding: 15px 20px;
	cursor: pointer;
	z-index: 2;
	font-weight: 700;
	text-decoration: none;
	color: rgba(0,0,0,.7);
	background: #f3f3f3;
	box-shadow: inset 0 1px 0 #fff
}
.mobile-nav>ul>li.active>a, .mobile-nav>ul>li.open>a, .mobile-nav>ul>li:hover>a {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.05)
}
.mobile-nav ul li.open:hover>a, .mobile-nav ul li.open>a {
	box-shadow: 0 2px 1px rgba(51,51,51,.22)
}
.mobile-nav ul ul li a {
	cursor: pointer;
	z-index: 1;
	text-decoration: none;
	padding: 10px 30px;
	box-shadow: inset 0 1px 0 #fff
}
.mobile-nav ul ul ul li a {
	padding-left: 50px;
	box-shadow: inset 0 1px 0 #fff
}
.mobile-nav li.menu-item-has-children>a {
	position: relative
}
.mobile-nav li.menu-item-has-children>a::after {
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	content: "\f105";
	width: 10px;
	right: 20px;
	text-align: center
}
.mobile-nav li.menu-item-has-children.open>a::after {
	content: "\f107"
}
.widget {
	margin-bottom: 50px
}
.widget h3 {
	font-size: 16px;
	text-transform: uppercase
}
.widget ul {
	margin: 0;
	padding: 0
}
.widget ul li {
	font-size: 13px;
	line-height: 28px;
	margin: 0;
	padding: 0
}
.widget ul li ul {
	padding: 5px 0 5px 25px
}
.widget a {
	color: #21242a
}
.sidebar .widget .posts>li, .widget_archive>ul>li, .widget_categories>ul>li {
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 1px 0 #fff
}
.widget_archive ul>li, .widget_categories ul>li {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	display: block;
	clear: both;
	float: none;
	min-height: 35px;
	line-height: 35px
}
.widget_archive ul>li>a, .widget_categories ul>li>a {
	position: relative;
	display: block;
	float: left;
	text-align: left;
	font-size: 13px
}
.widget_archive>ul>li>a:hover:before, .widget_categories>ul>li>a:hover:before {
	content: '\f0da';
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	left: -10px
}
#calendar_wrap {
	margin: 10px 0 20px
}
#wp-calendar {
	width: 100%;
	border: none
}
#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px
}
#wp-calendar thead {
	font-size: 10px;
	border: none
}
#wp-calendar thead th {
	padding-bottom: 10px;
	border: none;
	background: 0 0;
	text-align: center
}
#wp-calendar tbody {
	color: #aaa;
	border: none
}
#wp-calendar tbody td {
	background: #fff;
	border: 1px solid #f1f4f5;
	text-align: center;
	padding: 8px
}
#wp-calendar tbody td#today {
	background: #aaa;
	color: #fff
}
#wp-calendar tbody td#today:hover {
	background: #f90
}
#wp-calendar tbody td#today a {
	display: block
}
#wp-calendar tbody td:hover {
	background: #fff
}
#wp-calendar tbody .pad {
	background: 0 0
}
#wp-calendar tfoot td {
	border: none
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px
}
.widget_text {
	overflow: hidden
}
.widget_nav_menu li {
	line-height: 28px
}
.widget_rss ul li {
	line-height: 20px;
	padding-bottom: 15px
}
.widget_rss ul li a {
	display: block
}
.widget_rss ul li cite, .widget_rss ul li span {
	font-size: 12px;
	line-height: 15px;
	color: #bbb
}
.posts .thumb {
	width: 50px;
	height: 50px;
	text-align: center
}
.posts .thumb i {
	font-size: 30px;
	line-height: 50px
}
.widget .posts li {
	min-height: 60px;
	padding: 5px 0;
	margin-bottom: 5px
}
.widget .posts .thumb {
	margin-right: 8px
}
.widget .posts .thumb a {
	display: block;
	width: 50px;
	height: 50px
}
.widget .posts p {
	line-height: 20px
}
.widget .posts p a {
	display: block;
	line-height: 15px;
	max-height: 30px;
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 5px
}
.widget .posts p span {
	display: block;
	font-size: 11px;
	color: #bbb
}
.vela-flickr li {
	float: left;
	width: 25%
}
.vela-flickr li a {
	margin: 0 5px 5px 0;
	display: block;
	line-height: 0;
	position: relative
}
.vela-flickr li a img {
	width: 100%;
	height: 100%
}
.thumb>a, .vela-flickr li>a {
	background-color: #282828;
	overflow: hidden
}
.post-link .thumb>a img, .vela-flickr li>a img, ul li .thumb>a img {
	opacity: .5;
	transition: all .35s;
	-webkit-transition: all .35s
}
.post-link:hover .thumb>a img, .vela-flickr li:hover>a img, ul li:hover .thumb>a img {
	opacity: 1;
	-ms-transform: scale(1.12);
	-webkit-transform: scale(1.12);
	transform: scale(1.12)
}
.tagcloud a {
	display: inline-block;
	vertical-align: middle;
	color: #a7a6a6;
	border: 1px solid #ccc;
	padding: 0 15px;
	margin: 0 2px 5px 0;
	height: 30px;
	line-height: 30px;
	font-size: 10px!important;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out
}
.tagcloud a:hover {
	color: #fff;
	background-color: #bbb;
	border-color: #A6A4A4
}
.vela-facebook-box {
	display: inline-block;
	background: #aaa;
	overflow: hidden
}
.vela-facebook-box iframe {
	border: none;
	overflow: hidden
}
.flexslider {
	margin: 0;
	border: none;
	background: 0 0;
	box-shadow: none
}
.flexslider .slides {
	overflow: hidden
}
.flex-direction-nav {
	line-height: 40px
}
.flex-control-paging li a {
	background-color: #000;
	opacity: .3;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}
.flex-control-paging li a:hover {
	background-color: #000;
	opacity: 1
}
.background-striped .flex-control-paging li a, .background-striped .flex-control-paging li a:hover, .parallax .flex-control-paging li a, .parallax .flex-control-paging li a:hover {
	background-color: #fff
}
.flex-control-paging li a.flex-active {
	opacity: 1;
	background: #999
}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
	text-align: center;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	width: 38px;
	height: 38px;
	background: rgba(0,0,0,.2)
}
.flex-direction-nav .flex-disabled {
	display: none
}
.flex-direction-nav a {
	line-height: 37px
}
.flex-direction-nav a:before {
	font-size: inherit
}
.owl-wrapper {
	cursor: url(images/grab.png) 0 0, auto;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	width:100% !important;
}

.owl-wrapper .owl-item{
	width:20% !important;}
	
.grabbing {
	cursor: url(images/grabbing.png) 0 0, auto;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing
}
.owl-controls, .owl-controls .owl-buttons {
	text-align: center
}
.owl-buttons div {
	position: absolute;
	top: 40%;
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	font-size: 16px;
	opacity: 0;
	font-family: FontAwesome;
	text-align: center;
	overflow: hidden;
	width: 40px;
	height: 40px;
	line-height: 35px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.owl-buttons .owl-prev {
	left: 0
}
.owl-buttons .owl-next {
	right: 0
}
.owl-carousel:hover .owl-buttons div {
	opacity: .5
}
.owl-carousel:hover .owl-buttons div:hover {
	opacity: 1
}
.owl-buttons div.owl-prev:before {
	content: '\f053'
}
.owl-buttons div.owl-next:before {
	content: '\f054'
}
.owl-controls.clickable .owl-buttons div:hover {
	opacity: 1;
	text-decoration: none
}
.owl-controls .owl-page {
	display: inline-block;
	zoom: 1
}
.owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: .5;
	border-radius: 20px;
	background: #999;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out
}
.owl-controls .owl-page span:first-child {
	padding-left: 0
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
	opacity: 1
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-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;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity
}
.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}
.tooltip .tooltip-inner {
	border-radius: 0;
	padding: 5px 10px
}
.tparrows.navbar {
	min-height: initial;
	border: none
}
.tp-bullets.simplebullets.round .bullet, .tp-bullets.simplebullets.round .bullet.last {
	width: 12px;
	height: 12px;
	margin-left: 5px;
	background: #fff;
	border: none;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
	opacity: .5;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
	opacity: 1
}
.tp-leftarrow.custom, .tp-rightarrow.custom {
	background: 0 0;
	height: 50px;
	width: 50px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}
.rev_slider_wrapper:hover .tp-leftarrow.custom, .rev_slider_wrapper:hover .tp-rightarrow.custom {
	opacity: .3
}
.tp-leftarrow.custom:after, .tp-rightarrow.custom:after {
	font-family: FontAwesome;
	font-size: 70px;
	line-height: 50px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.5)
}
.tp-leftarrow.custom:after {
	content: '\f104'
}
.tp-rightarrow.custom:after {
	content: '\f105'
}
.rev_slider_wrapper:hover .tp-leftarrow.custom:hover, .rev_slider_wrapper:hover .tp-rightarrow.custom:hover {
	opacity: 1
}
.tp-dottedoverlay.threexthreewhite {
	background: rgba(33,36,42,.6)
}
.toggle-header {
	line-height: 50px;
	cursor: pointer;
	background-color: #f7f7f7;
	margin-bottom: 2px;
	padding: 0 15px
}
.toggle-header i {
	display: block;
	width: 20px;
	line-height: 50px;
	float: right;
	text-align: center
}
.toggle-content {
	margin: 10px 20px;
	display: none;
	overflow: hidden
}
.toggle-content h5 {
	font-family: inherit;
	font-size: 18px
}
.toggle-item.active .toggle-content {
	display: block
}
.mc4wp-form form {
	position: relative
}
.mc4wp-form form>p:before {
	content: '\f0e0';
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	bottom: 0;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin: 5px 0;
	color: #bbb
}
.mc4wp-form form>p:after {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	bottom: 0;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin: 5px 0;
	color: #bbb
}
.mc4wp-form input[type=email] {
	padding-left: 30px
}
#footer .mc4wp-form input[type=email] {
	background-color: rgba(0,0,0,.5);
	border: 1px solid rgba(255,255,255,.25);
	color: #fff
}
.mc4wp-form input[type=submit] {
	position: absolute;
	z-index: 2;
	right: 2px;
	bottom: 0;
	width: 30px;
	height: 25px;
	line-height: 0;
	padding: 0;
	background: 0 0;
	text-indent: -999px;
	overflow: hidden;
	border: none
}
.dark_square .pp_content_container .pp_close {
	background: #1D1D1D;
	width: 25px;
	height: 25px;
	border: 1px solid #272727
}
.dark_square .pp_content_container .pp_close:hover {
	background: #000;
	border: 1px solid #444
}
.dark_square .pp_content_container .pp_close:before {
	position: absolute;
	top: -1px;
	left: -1px;
	content: '\f00d';
	font-family: FontAwesome;
	color: #868686;
	display: inline-block;
	font-size: 17px;
	line-height: 25px;
	width: 25px;
	text-indent: 0;
	text-align: center
}
.dark_square .pp_content_container .pp_close:hover:before {
	color: #eee
}
.dark_square .pp_hoverContainer>a {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 10px;
	opacity: 0;
	background: rgba(0,0,0,.2);
	border: 2px solid #FFF;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(255,255,255,.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.dark_square .pp_hoverContainer:hover>a {
	opacity: .7
}
.dark_square .pp_hoverContainer>a:hover {
	background: rgba(0,0,0,.1);
	opacity: 1
}
.dark_square .pp_hoverContainer>a:before {
	position: absolute;
	left: -2px;
	top: -2px;
	font-family: FontAwesome;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-indent: 0;
	font-size: 20px;
	color: #fff
}
.dark_square .pp_hoverContainer>a.pp_previous:before {
	content: '\f104'
}
.dark_square .pp_hoverContainer>a.pp_next {
	right: 0
}
.dark_square .pp_hoverContainer>a.pp_next:before {
	content: '\f105'
}
.dark_square .pp_nav a, .dark_square .pp_nav p {
	display: inline-block;
	line-height: 25px;
	height: 25px!important;
	margin: 3px 5px 3px 0;
	background: 0 0!important;
	position: relative;
	color: #868686
}
.dark_square .pp_nav a {
	width: 20px!important
}
.dark_square .pp_nav a:hover {
	color: #eee
}
.dark_square .pp_nav a:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 18px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	left: 0;
	top: 0;
	text-indent: 0;
	text-align: center;
	color: inherit
}
.dark_square .pp_nav .pp_play:before {
	content: '\f04b'
}
.dark_square .pp_nav .pp_pause:before {
	content: '\f04c'
}
.dark_square .pp_nav .pp_arrow_previous:before {
	content: '\f104'
}
.dark_square .pp_nav .pp_arrow_next:before {
	content: '\f105'
}
.parallax {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
	background-size: cover
}
.alt-background-color {
	background-color: #f5f5f5;
}
.background-striped {
	background: url(images/bg-striped-w.png);
	color: #333
}
.alt-color *, .alt-color .testimonial-name h4, .alt-color .vc_btn, .alt-color .wpb_btn, .alt-color a:hover {
	color: #fff
}
.alt-color .content-header h2:after {
	border-top-color: #fff;
	color: #fff
}
.pattern-overlay {
	background: url(images/pattern-overlay.png) center
}
.onehalf-divider .row>div {
	border-color: #e0e0e0;
	border-width: 0 1px 1px 0;
	border-style: solid
}
.onehalf-divider .row>div:nth-child(2n) {
	border-right-width: 0
}
.onehalf-divider .row>div:last-child, .onehalf-divider .row>div:nth-last-child(2) {
	border-bottom-width: 0
}
.onehalf-divider.alt-color .row>div {
	border-color: rgba(255,255,255,.15)
}
.no-padding {
	padding-top: 0;
	padding-bottom: 0
}
.xl-padding {
	padding-top: 95px;
	padding-bottom: 95px
}
.l-padding {
	padding-top: 60px;
	padding-bottom: 60px
}
.m-padding {
	padding-top: 40px;
	padding-bottom: 40px
}
.s-padding {
	padding-top: 20px;
	padding-bottom: 20px
}
.big-padding-top {
	padding-top: 95px
}
.bg-position-center {
	background-position: center top!important;
	background-repeat: no-repeat!important
}
.bg-position-left {
	background-position: left top!important;
	background-repeat: no-repeat!important
}
.bg-position-right {
	background-position: right top!important;
	background-repeat: no-repeat!important
}
.text-left {
	text-align: left
}
.text-center {
	text-align: center
}
.text-right {
	text-align: right
}
.overlay {
	position: relative;
	z-index: 99
}
.position-absolute {
	position: absolute
}
.circle {
	border-radius: 50%
}
.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
	float: none;
	clear: both
}
.col-sm-12>.content, .vc_col-sm-12>.wpb_wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.col-sm-12>.content .wpb_wrapper, .full .col-sm-12>.content, .full .vc_col-sm-12>.wpb_wrapper {
	margin: 0 auto
}
.isotope-item.vc_col-sm-12 .post-thumb img, .vc_carousel .post-thumb img {
	width: 100%
}
.isotope-item .post-title, .vc_carousel .post-title {
	margin: 5px 0
}
.isotope-item .entry-content, .vc_carousel .entry-content {
	margin: 10px 0 15px
}
.isotope-inner {
	overflow: hidden;
	margin: 10px
}
.wpb_alert {
	position: relative
}
.wpb_alert .messagebox_text {
	background: 0 0;
	padding-left: 0;
	position: relative
}
.wpb_alert .messagebox_text i {
	margin-right: 30px
}
.wpb_alert .close-box {
	position: absolute;
	right: 15px;
	top: 15px;
	color: inherit
}
.vc_carousel {
	margin-bottom: 50px
}
.vc_carousel .post-thumb {
	overflow: hidden
}
.vc_carousel ol.vc_carousel-indicators {
	bottom: -30px
}
.vc_carousel .entry-content {
	max-height: 88px;
	line-height: 22px;
	overflow: hidden
}
.vc_separator {
	margin: auto
}
.vc_separator.wpb_content_element {
	margin-bottom: 30px!important
}
.vc_separator h4, h4.wpb_toggle {
	font-size: 22px;
	line-height: 25px
}
.vc_single_bar .vc_label .vc_label_units {
	float: right;
	color: #545454;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px
}
.vc_progress_bar .vc_single_bar {
	line-height: 36px;
	margin-bottom: 30px;
	background: #f5f5f5;
	box-shadow: none;
	border-radius: 25px
}
.vc_progress_bar .vc_single_bar .vc_bar {
	border-radius: 25px
}
.vc_progress_bar .vc_single_bar .vc_label {
	padding: 0 15px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff
}
.wpb_call_to_action {
	background: #fff;
	border: none;
	padding: 0
}
.wpb_call_to_action.cta_align_left h2, .wpb_call_to_action.cta_align_right h2 {
	margin-top: 5px
}
.wpb_call_to_action.cta_align_left .wpb_call_text {
	text-align: right
}
.wpb_call_to_action.cta_align_right .button {
	float: right
}
.wpb_call_to_action.cta_align_bottom .button {
	margin-top: 1.5em
}
.call-to-action h2, .wpb_call_to_action h2 {
	font-size: 30px;
	line-height: 42px
}
.call-to-action {
	border-radius: 0;
	position: relative;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	padding: 20px 40px;
	margin: 50px 0
}
.call-to-action h4 {
	margin-bottom: 10px
}
.call-to-action:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #dc3522
}
.call-to-action:after {
	font-family: FontAwesome;
	content: '\f0da';
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: -3px;
	text-align: center;
	display: block;
	font-size: 50px;
	line-height: 0;
	color: #dc3522
}
.call-to-action.button-bottom {
	padding-top: 30px;
	border-top: none
}
.call-to-action.button-left {
	padding-top: 30px;
	border-right: none
}
.call-to-action.button-right {
	padding-top: 30px;
	border-left: none
}
.call-to-action.button-left .link-button {
	float: left
}
.call-to-action.button-right .link-button {
	float: right
}
.call-to-action.button-bottom:before {
	height: 3px;
	width: 100%
}
.call-to-action.button-left:before {
	right: 0;
	left: auto
}
.call-to-action.button-left:after {
	content: '\f0d9';
	right: -3px;
	left: auto
}
.call-to-action.button-bottom:after {
	content: '\f0d7';
	top: 5px;
	width: 100%
}
.call-to-action hgroup h2 {
	margin-bottom: 1em
}
.call-to-action.button-bottom .link-button {
	margin-top: 1.5em
}
.call-to-action.button-left hgroup, .call-to-action.button-left p {
	padding-left: 200px
}
.call-to-action.button-right hgroup, .call-to-action.button-right p {
	padding-right: 200px
}
.wpb_single_image .vc-image-border {
	display: block;
	line-height: 0
}
.wpb_single_image .vc_box_border {
	border: 1px solid #e1e1e1;
	padding: 0
}
.vc_box_border_circle span, .vc_box_circle span, .vc_box_outline_circle span, .vc_box_shadow_border_circle span, .vc_box_shadow_circle span {
	display: block;
	border-radius: 50%;
	overflow: hidden
}
.vc_inline-link {
	display: inline-block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	text-indent: 9999px;
	background: url(images/vc-icon.png) left top no-repeat
}
.vc_inline-link:hover {
	background-position: left -12px
}
.wpb_tabs .wpb_tabs_nav li {
	background: #b0b0b0;
	margin: 0 1px 1px 0;
	text-align: center
}
.wpb_tabs_nav li:hover {
	background: #e2e2e2
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active {
	z-index: 5
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: 0 0;
	padding: 30px 0
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	color: #fff;
	vertical-align: middle;
	line-height: 80px;
	height: 70px;
	position: relative;
	display: block;
	padding: 0 20px
}
.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	line-height: 70px;
	border-bottom: 1px dashed #e0e0e0;
	color: #333
}
.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a, .wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li:hover a {
	border-color: transparent;
	color: #fff
}
.wpb_tabs_nav li i {
	font-size: 35px
}
.wpb_content_element.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a:after {
	font-family: FontAwesome;
	content: '\F0D7';
	position: absolute;
	left: 0;
	bottom: -3px;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 0
}
.wpb_content_element.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
	font-family: FontAwesome;
	content: '\f0da';
	position: absolute;
	right: -8px;
	top: 50%;
	text-align: center;
	display: inline-block;
	font-size: 30px;
	line-height: 0;
	text-shadow: none
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	color: #888;
	font-size: 17px
}
.wpb_tour .wpb_tabs_nav li {
	border-width: 0!important;
	margin: 0 10px 1px 0;
	padding: 0;
	color: #333;
	width: auto
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
	border-width: 0!important;
	top: 0
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2)
}
.wpb_tour_next_prev_nav {
	display: none
}
.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
	padding-left: 30px
}
#content h4.wpb_toggle, .wpb_toggle {
	padding: 10px 10px 10px 30px;
	margin: 2px 0 0;
	background-color: #fff;
	background-position: 5px 15px;
	border: 1px solid rgba(0,0,0,.2);
	color: #000;
	-webkit-transition: border-color .8s ease-in-out, background-color .5s ease-in-out;
	transition: border-color .8s ease-in-out, background-color .5s ease-in-out
}
#content h4.wpb_toggle:hover, .wpb_toggle:hover {
	background-color: #f6f6f6
}
#content h4.wpb_toggle_title_active, .wpb_toggle_title_active {
	border-top: 2px solid transparent
}
.wpb_tabs .wpb_wrapper p, .wpb_toggle .wpb_wrapper p {
	margin: 10px 0!important
}
.wpb_accordion_section.group {
	margin: 0 0 7px
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.2);
	margin: 0!important
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
	border-radius: 4px 4px 0 0;
	background-color: #eee;
	border-top: 2px solid #dc3522
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active:hover a, .wpb_accordion_wrapper .wpb_accordion_header.ui-state-hover {
	background-color: #eee
}
.wpb_accordion_header a {
	padding: 15px 30px 15px 15px
}
.wpb_accordion_header a i {
	margin-right: 15px
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
	color: #000;
	background-color: #f5f5f5;
	border-radius: 4px
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
	background: 0 0
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon::after {
	font-family: FontAwesome;
	content: '\f107'
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon::after {
	font-family: FontAwesome;
	content: '\f106'
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
	top: 20%;
	right: 6px
}
.wpb_accordion_wrapper .wpb_accordion_content {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2);
	border-top: none
}
.wpb_accordion_wrapper .wpb_accordion_content.ui-accordion-content-active {
	border-radius: 0 0 4px 4px
}
.theme-default .nivoSlider {
	box-shadow: none!important
}
.wpb_gallery_slides.wpb_flexslider .flex-direction-nav a:before {
	line-height: 35px!important
}
.wpb_gallery_slides.flexslider_fade.flexslider .flex-control-nav, .wpb_gallery_slides.flexslider_slide.flexslider .flex-control-nav {
	display: none
}
.wpb_gallery_slides.wpb_image_grid .isotope-item {
	margin: 5px 0
}
.wpcf7 form p {
	margin: 0 0 15px
}
.content-header {
	text-align: center;
	margin-bottom: 40px
}
.content-header h2 {
	display: inline-block;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px
}
.content-header h2:after {
	border-top: 1px solid #bbb;
	display: block;
	content: '\f0d7';
	font-family: FontAwesome;
	text-align: center;
	font-size: 20px;
	width: 100px;
	line-height: 5px;
	margin: 30px auto 0;
	opacity: .3;
	color: #888
}
.separator {
	margin: 30px 0
}
.separator:after {
	border-top: 1px solid transparent;
	border-color: inherit;
	display: block;
	content: '\f0d7';
	font-family: FontAwesome;
	text-align: center;
	font-size: 15px;
	width: 150px;
	line-height: 3px;
	opacity: .3;
	margin: auto
}
.heading h2 {
	text-align: center;
	margin-bottom: 30px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
}
.heading {
	text-align: center
}
.heading.title-1 h2:after {
	border-top: 1px solid #bbb;
	display: block;
	content: '\f0d7';
	font-family: FontAwesome;
	text-align: center;
	font-size: 20px;
	width: 100px;
	line-height: 5px;
	margin: 30px auto 0;
	opacity: .3;
	color: #888
}
.heading.title-2 h2:after {
	border-top: 1px solid #bbb;
	display: block;
	content: '\f0d9\f0da';
	font-family: FontAwesome;
	text-align: center;
	font-size: 20px;
	letter-spacing: -1px;
	width: 100px;
	line-height: 0;
	margin: 30px auto 0;
	opacity: .3;
	color: #888
}
.heading.title-3 h2:after {
	border-top: 1px solid #007396;
	display: block;
	content: '\f0c8';
	font-family: FontAwesome;
	text-align: center;
	font-size: 7px;
	width: 80px;
	line-height: 0;
	margin: 30px auto 0;
	opacity: .8;
	color: #007396
}
.heading.title-4 h2 {
	font-weight: 300
}
.heading.title-4 h2:after {
	border-top: 1px solid #CDCDCD;
	display: block;
	content: '\f068';
	font-family: FontAwesome;
	text-align: center;
	width: 100px;
	margin: 30px auto 0;
	opacity: .8;
	font-size: 16px;
	line-height: 2px;
	color: #007396
}
.heading.title-5 h2:after {
	border-top: 1px solid #007396;
	display: block;
	content: '';
	text-align: center;
	width: 80px;
	line-height: 0;
	margin: 30px auto 0;
	opacity: .8
}
.heading.title-6 h2:after {
	display: block;
	font-family: FontAwesome;
	content: '\f111\f111\f111';
	text-align: center;
	width: 80px;
	line-height: 0;
	margin: 30px auto 0;
	opacity: .8;
	font-size: 5px;
	letter-spacing: 5px
}
.heading.title-7 h2:after {
	border-top: 1px solid #CDCDCD;
	display: block;
	font-family: FontAwesome;
	content: '\f067';
	text-align: center;
	width: 100px;
	line-height: 1px;
	margin: 30px auto 0;
	opacity: .8;
	font-size: 12px;
	color: #007396
}
.heading.title-10, .heading.title-8, .heading.title-9 {
	text-align: left
}
.heading.title-8 h2:after {
	border-top: 3px solid #007396;
	display: block;
	content: '';
	width: 40px;
	line-height: 0;
	margin: 10px 0 0;
	opacity: .8
}
.heading.title-9 h2:before {
	border-left: 5px solid #007396;
	content: '';
	display: inline-block;
	height: 35px;
	padding-right: 10px
}
.heading.title-10 h2 {
	font-weight: 300
}
.heading.title-10 h2:after {
	content: '';
	width: 100%;
	border-top: 1px solid #007396;
	display: block;
	margin-top: 10px
}
.alt-color .heading.title-1 h2:after, .alt-color .heading.title-2 h2:after {
	color: #fff!important;
	border-top-color: #fff
}
.alt-color .heading.title-4 h2:after, .alt-color .heading.title-7 h2:after {
	border-top-color: #fff
}
.alt-color .heading.title-6 h2:after {
	color: rgba(255,255,255,.6)!important
}
.sub-title {
	display: block;
	margin-bottom: 30px;
	font-style: italic
}
.info-box {
	padding: 40px 0
}
.info-box.icon-top.icon-medium {
	padding: 10px 0 40px
}
.info-box.icon-medium.border-square .box-icon {
	padding-top: 20px;
	padding-bottom: 20px
}
.icon-top.icon-medium.border-square {
	padding: 60px 0 40px
}
.info-box h3 {
	padding: 0;
	margin-bottom: 20px;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase
}
.info-box.border-none h3 {
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: .5px
}
.info-box.icon-left h3, .info-box.icon-right h3 {
	margin-bottom: 10px
}
.info-box p {
	margin: 0 0 10px
}
.alt-color .info-box p {
	color: #999!important
}
.box-icon {
	display: block;
	text-align: center
}
.icon-left.icon-medium.border-circle .box-icon, .icon-left.icon-small.border-circle .box-icon, .icon-right.icon-medium.border-circle .box-icon, .icon-right.icon-small.border-circle .box-icon {
	padding: 0
}
.icon-left.icon-small.border-square .box-icon, .icon-right.icon-small.border-square .box-icon {
	padding-top: 18px
}
.icon-left.icon-small.border-circle .box-icon, .icon-right.icon-small.border-circle .box-icon {
	padding-top: 5px
}
.icon-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	height: 140px;
	line-height: 130px;
	font-size: 60px;
	position: relative;
	text-align: center;
	border: 1px solid transparent;
	border-color: inherit;
	color: inherit;
	z-index: 0;
	-webkit-transition: background .4s;
	transition: background .4s
}
.icon-top.icon-large.border-none .icon-wrapper {
	line-height: 100px;
	width: auto;
	height: auto
}
.icon-left.icon-large.border-none .icon-wrapper, .icon-right.icon-large.border-none .icon-wrapper {
	line-height: 60px;
	width: auto;
	height: auto
}
.border-square .icon-wrapper {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.icon-medium .icon-wrapper {
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 40px
}
.icon-left.icon-medium.border-none .icon-wrapper, .icon-right.icon-medium.border-none .icon-wrapper {
	width: auto;
	height: auto;
	line-height: 50px;
	font-size: 50px
}
.icon-small .icon-wrapper {
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-size: 24px
}
.info-box.icon-small.border-square .icon-wrapper {
	line-height: 46px
}
.info-box.icon-small.border-none .icon-wrapper {
	line-height: 35px
}
.info-box.border-none:hover .icon-wrapper {
	background: 0 0!important
}
.info-box.border-square.icon-large .icon-wrapper:after, .info-box.border-square.icon-large .icon-wrapper:before {
	position: absolute;
	content: "";
	display: inline-block;
	vertical-align: middle;
	border: 1px solid transparent;
	border-color: inherit;
	z-index: 0
}
.info-box.border-square.icon-large .icon-wrapper:before {
	left: -15px;
	right: 0;
	top: 0;
	bottom: -15px
}
.info-box.border-square.icon-large .icon-wrapper:after {
	left: 0;
	right: -15px;
	top: -15px;
	bottom: 0
}
.info-box.border-circle .icon-wrapper, .info-box.border-circle .icon-wrapper:after, .info-box.border-circle .icon-wrapper:before {
	border-radius: 50%;
	border-width: 2px
}
.info-box.border-none .icon-wrapper {
	border: none
}
.icon-wrapper i {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	color: inherit
}
.border-square .icon-wrapper i {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.info-box.border-none .icon-wrapper i {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.alt-color .info-box.border-none:hover .icon-wrapper, .info-box:hover .icon-wrapper {
	color: #fff
}
.info-box.icon-top {
	text-align: center
}
.info-box.icon-left {
	text-align: left;
	padding: 20px 0
}
.info-box.icon-right {
	text-align: right;
	padding: 20px 0
}
.info-box.icon-top h3:after {
	border-top: 1px solid #999;
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	margin: 20px auto;
	opacity: .3
}
.alt-color .info-box.icon-top h3:after {
	border-top-color: rgba(255,255,255,.8)
}
.icon-top.border-none h3:after {
	display: none
}
.info-box.box-content {
	text-align: center
}
.info-box.icon-left .box-content {
	text-align: left
}
.info-box.icon-right .box-content {
	text-align: right
}
.icon-top.icon-large.border-square .box-content {
	margin-top: 70px
}
.icon-top.icon-large.border-circle .box-content, .icon-top.icon-medium.border-square .box-content {
	margin-top: 30px
}
.icon-top.icon-medium.border-circle .box-content, .icon-top.icon-small.border-square .box-content {
	margin-top: 20px
}
.icon-top.icon-small.border-circle .box-content {
	margin-top: 10px
}
.info-box.icon-small .box-content {
	padding: 0
}
.icon-left.icon-small.border-square .box-content {
	padding-left: 15px
}
.icon-right.icon-small.border-square .box-content {
	padding-right: 15px
}
.icon-right .box-icon {
	float: right
}
.info-box.icon-small {
	background-color: rgba(245,245,245,.6);
	padding: 15px 10px;
	margin: 20px 0 25px;
	-webkit-transition: all .3s;
	transition: all .3s
}
.info-box.icon-small:hover {
	background-color: rgba(245,245,245,.2)
}
.alt-color .info-box.icon-small, .alt-color .info-box.icon-small:hover {
	background-color: transparent
}
.alt-color .info-box .box-icon .icon-wrapper {
	border-color: rgba(116,116,116,.5)
}
.info-box.icon-top.icon-small {
	padding: 20px;
	border: 1px solid #eee;
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(255,255,255,.7)
}
.info-box.icon-top.icon-small.border-square {
	padding: 30px 20px 10px
}
.info-box.icon-small h3 {
	font-size: 16px
}
.info-box.icon-top.icon-small h3 {
	margin-bottom: 10px!important
}
.info-box.icon-top.icon-small h3:after {
	border: none;
	margin: 0
}
.info-box.icon-small ul li {
	margin-left: 25px
}
.posts-slider .owl-wrapper-outer {
	border: 1px solid #eee;
	background-color: #fff
}
.posts-slider .owl-pagination {
	margin-top: 20px
}
.posts-slider .owl-buttons {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
	line-height: 0
}
.posts-slider .owl-buttons div, .posts-slider .owl-buttons div:before {
	position: relative;
	display: inline-block
}
.posts-slider .owl-buttons div {
	padding: 0 10px;
	margin: 2px;
	background: rgba(0,0,0,.5);
	width: 35px;
	height: 35px;
	line-height: 40px;
	text-align: center
}
.posts-slider h2 {
	margin-bottom: 35px;
	text-align: center
}
.posts-slider .view .post {
	border: none
}
.vc_col-sm-4 .posts-slider .post-detail, .vc_col-sm-6 .posts-slider .post-detail {
	padding: 17px 0
}
.one-right .posts-slider .view .post {
	margin-right: 1px
}
.one-left .posts-slider .view .post {
	margin-left: 1px
}
.one-left .posts-slider .post-more, .one-right .posts-slider .post-more {
	display: none
}
.vc_col-sm-12 .testimonials-slider {
	padding: 0 30px
}
.testimonials-slider h2 {
	text-align: center;
	margin-bottom: 20px
}
.testimonials-slider .testimonial {
	margin: 10px 0
}
.vc_col-sm-12 .testimonials-slider .testimonial {
	margin: 10px
}
.testimonial-content {
	padding: 30px;
	color: #333;
	font-style: italic;
	font-size: 16px;
	word-spacing: 1px;
	line-height: 30px
}
.testimonial-meta {
	display: inline-block;
	float: right
}
.testimonial-name {
	float: left;
	text-align: center;
	font-size: 13px;
	padding: 20px 20px 20px 0
}
.testimonial-name a {
	color: #bbb
}
.vc_col-sm-6 .testimonial-name {
	width: 265px
}
.testimonial-meta .image-border {
	position: relative;
	top: -20px;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 22px
}
.testimonial-content, .testimonials-slider .testimonial .image-border {
	border: 1px solid rgba(140,140,140,.25);
	border-radius: 2px
}
.background-striped .testimonials-slider .flex-direction-nav a {
	background-color: #fff
}
.testimonial-meta .image-border img {
	position: relative;
	padding: 1px;
	width: 100%;
	height: 100%
}
.testimonials-slider.show-navigation .slides {
	margin-top: 40px
}
.testimonials-slider.show-navigation .content-header p {
	margin-bottom: 70px
}
.testimonials-slider .content-header p {
	margin-bottom: 20px
}
testimonials-slider show-navigation .flexslider .flex-control-nav {
	position: absolute;
	z-index: 400;
	width: auto;
	bottom: 20px;
	left: 15px
}
.vc_col-sm-6 .testimonials-slider .flexslider .flex-control-nav, .vc_col-sm-8 .testimonials-slider .flexslider .flex-control-nav {
	bottom: auto;
	right: 15px
}
.testimonials-slider .flex-direction-nav {
	height: 30px;
	width: 100%;
	position: absolute;
	top: -40px;
	display: block;
	text-align: center
}
.testimonials-slider .flex-direction-nav li {
	width: 30px;
	height: 30px;
	margin-right: 2px;
	display: inline-block
}
.testimonials-slider .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 30px;
	top: 0;
	line-height: 31px;
	margin: 0;
	z-index: 10;
	overflow: hidden;
	opacity: .5;
	cursor: pointer;
	color: #fff;
	position: relative;
	border: none;
	border-radius: 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,.3);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.testimonials-slider .flex-direction-nav .flex-prev {
	left: -3px
}
.testimonials-slider .flex-direction-nav .flex-next {
	left: 2px
}
.testimonials-slider .flexslider:hover .flex-next:hover, .testimonials-slider .flexslider:hover .flex-prev:hover {
	opacity: 1
}
.testimonials-slider .flex-direction-nav .flex-disabled {
	cursor: default;
	opacity: .1!important
}
.testimonials-slider .flex-direction-nav a:before {
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block;
	content: '\f053';
	border: none;
	width: 30px;
	height: 30px
}
.testimonials-slider .flex-direction-nav a.flex-next:before {
	content: '\f054'
}
.testimonials-slider .post-format-icon {
	height: 50px;
	line-height: 55px
}
.testimonial-name h4 {
	color: #000;
	text-align: right;
	font-size: 15px;
	text-transform: capitalize;
	margin-bottom: 5px
}
.icon-block {
	display: inline-block;
	vertical-align: middle;
	font-size: 50px;
	cursor: pointer;
	margin: 0 10px;
	margin-bottom: 10px!important;
	width: 90px;
	height: 90px;
	line-height: 85px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	border: 2px solid transparent
}
.icon-block a, .icon-block a:hover, .icon-block:hover a {
	color: inherit;
	display: block;
	-webkit-transition: none;
	transition: none
}
.icon-block .border {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid transparent;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.icon-block.icon-circle, .icon-block.icon-circle .border {
	border-radius: 50%
}
.icon-block.icon-small {
	width: 40px;
	height: 40px;
	line-height: 35px;
	font-size: 18px;
	margin: 5px
}
.icon-block.icon-medium {
	width: 60px;
	height: 60px;
	line-height: 55px;
	font-size: 30px
}
.icon-block.icon-xlarge {
	width: 140px;
	height: 140px;
	line-height: 130px;
	font-size: 60px
}
.effect-1 {
	-webkit-transition: background .2s;
	transition: background .2s
}
.effect-1:hover a i, .effect-1:hover i {
	color: #fff
}
.effect-1 .border {
	top: -9px;
	left: -9px;
	padding: 7px;
	background: 0 0!important;
	opacity: 0;
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}
.effect-1:hover .border {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.effect-2 {
	background: 0 0!important
}
.effect-2 .border {
	top: -2px;
	left: -2px;
	z-index: -1;
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s
}
.effect-2:hover .border {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .4s, opacity .2s;
	transition: transform .4s, opacity .2s
}
.effect-3 {
	background: 0 0!important
}
.effect-3 .border {
	top: -2px;
	left: -2px;
	z-index: -1;
	-webkit-transition: -webkit-transform .2s, opacity .3s;
	transition: transform .2s, opacity .3s
}
.effect-3:hover .border {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0
}
.effect-4 {
	overflow: hidden;
	-webkit-transition: background .3s, color .3s, box-shadow .3s;
	transition: background .3s, color .3s, box-shadow .3s
}
.effect-4 .border {
	display: none
}
.effect-4:hover {
	background: 0 0!important
}
.effect-4:hover i {
	-webkit-animation: toRightFromLeft .3s forwards;
	animation: toRightFromLeft .3s forwards
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform:translate(100%)
}
50% {
opacity:0;
-webkit-transform:translate(-100%)
}
51% {
opacity:1
}
}
@keyframes toRightFromLeft {
49% {
transform:translate(100%)
}
50% {
opacity:0;
transform:translate(-100%)
}
51% {
opacity:1
}
}
.effect-5 {
	overflow: hidden;
	-webkit-transition: background .3s, color .3s, box-shadow .3s;
	transition: background .3s, color .3s, box-shadow .3s
}
.effect-5 .border {
	display: none
}
.effect-5:hover {
	background: 0 0!important
}
.effect-5:hover i {
	-webkit-animation: toLeftFromRight .3s forwards;
	animation: toLeftFromRight .3s forwards
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform:translate(-100%)
}
50% {
opacity:0;
-webkit-transform:translate(100%)
}
51% {
opacity:1
}
}
@keyframes toLeftFromRight {
49% {
transform:translate(-100%)
}
50% {
opacity:0;
transform:translate(100%)
}
51% {
opacity:1
}
}
.effect-6 {
	overflow: hidden;
	-webkit-transition: background .3s, color .3s, box-shadow .3s;
	transition: background .3s, color .3s, box-shadow .3s
}
.effect-6 .border {
	display: none
}
.effect-6:hover {
	background: 0 0!important
}
.effect-6:hover i {
	-webkit-animation: toTopFromBottom .3s forwards;
	animation: toTopFromBottom .3s forwards
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform:translateY(-100%)
}
50% {
opacity:0;
-webkit-transform:translateY(100%)
}
51% {
opacity:1
}
}
@keyframes toTopFromBottom {
49% {
transform:translateY(-100%)
}
50% {
opacity:0;
transform:translateY(100%)
}
51% {
opacity:1
}
}
.effect-7 {
	overflow: hidden;
	-webkit-transition: background .3s, color .3s, box-shadow .3s;
	transition: background .3s, color .3s, box-shadow .3s
}
.effect-7 .border {
	display: none
}
.effect-7:hover {
	background: 0 0!important
}
.effect-7:hover i {
	-webkit-animation: toBottomFromTop .3s forwards;
	animation: toBottomFromTop .3s forwards
}
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform:translateY(100%)
}
50% {
opacity:0;
-webkit-transform:translateY(-100%)
}
51% {
opacity:1
}
}
@keyframes toBottomFromTop {
49% {
transform:translateY(100%)
}
50% {
opacity:0;
transform:translateY(-100%)
}
51% {
opacity:1
}
}
.donut-chart {
	position: relative;
	overflow: hidden;
	display: block;
	margin: auto
}
.donut-chart h4, .donut-chart span {
	width: 100%;
	position: absolute;
	text-align: center;
	display: inline-block;
	left: 0
}
.donut-chart h4 {
	font-size: 11px;
	margin-top: 50px;
	top: 38%
}
.donut-chart span {
	font-size: 45px;
	line-height: 45px;
	top: 38%
}
.half-donut-chart {
	text-align: center;
	margin-bottom: 30px
}
.half-donut-chart span {
	bottom: 0;
	top: auto
}
.half-donut-chart .chart-content {
	margin-top: 20px
}
.alt-color .donut-chart h4, .alt-color .half-donut-chart h3 {
	color: #fff
}
.alt-color .donut-chart span, .alt-color .half-donut-chart p {
	color: #999
}
.blog-posts .view .item {
	padding-bottom: 35px
}
.blog-posts.medium .view .item {
	padding-bottom: 30px
}
.blog-posts.large .view .item:last-child, .blog-posts.medium .view .item:last-child {
	padding-bottom: 0
}
.one-left .blog-posts.medium .view .post-summary, .one-right .blog-posts.medium .view .post-summary {
	max-height: 44px
}
.blog-posts.medium .view .post.no-cover .post-header {
	min-height: 210px;
	display: table
}
.blog-posts.masonry .view .post-more {
	display: none
}
.blog-posts.large .view .image-wrapper {
	max-height: 421px
}
.no-sidebar .blog-posts.large .view .image-wrapper {
	max-height: 766px
}
.blog-posts.masonry .view .image-wrapper {
	max-height: 186px
}
.full-width .blog-posts.masonry .view .image-wrapper {
	max-height: 240px
}
.blog-posts.masonry .view .post-title, .blog-posts.masonry .view .post-title a {
	font-size: 18px
}
.blog-posts.masonry .view .format-quote .post-format-icon {
	line-height: 60px
}
.blog-posts.masonry .view .post-meta {
	padding: 0
}
.blog-posts.masonry .view .post-summary {
	margin: 5px 0
}
.posts-grid .view .item {
	padding-bottom: 35px
}
.portfolio-grid .item h3 {
	color: #fff
}
.counter-box {
	text-align: center
}
.counter-box i {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	margin: 0 5px
}
.counter-box span {
	display: block;
	text-align: center;
	padding: 10px 0
}
.counter-box span:after, .counter-box span:before {
	width: 30px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 1px
}
.counter-box p {
	font-size: 50px;
	padding: 10px 5px;
	display: inline-block;
	margin: 0
}
.counter-box h4 {
	text-transform: uppercase
}
.team-slider .owl-carousel {
	box-shadow: 1px 0 0 #f5f5f5
}
.team-slider .owl-carousel .owl-wrapper-outer {
	width: auto
}
.team-slider .owl-buttons div {
	top: 150px
}
.team-member {
	position: relative
}
.team-member .member-image {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #21242a
}
.team-member .member-image>span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	line-height: 0
}
.team-member .member-image img {
	width: 100%;
	margin: 0;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out
}
.team-member .member-image:hover img {
	opacity: .4
}
.team-member .member-image .social-link {
	position: absolute;
	width: 100%;
	bottom: -50px;
	margin: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all .35s;
	transition: all .35s
}
/*.team-member .member-image .social-link i{
	color:#007396 !important}*/

.team-member .member-image:hover .social-link {
	opacity: 1;
	bottom: 0
}
.team-member .member-image .social-link a {
	color: #007396;
}
.team-member .member-image .social-link a:hover {
	color: #fff;
}
.team-member .tooltip .tooltip-arrow {
	border-top-color: #fff
}
.team-member .tooltip .tooltip-inner {
	background: #fff;
	color: #21242a
}
.team-member .member-image a {
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	padding: 10px
}
.team-member .member-detail {
	padding: 20px;
	background: #fff;
	border: 1px solid #f5f5f5;
	border-right-style: none
}
.team-member .member-content {
	height: 65px;
	overflow: hidden
}
.team-member h4 {
	margin-bottom: 5px
}
.team-member .member-meta {
	font-size: 12px;
	margin: 0 0 5px;
	color: #bbb
}
.team-slider .owl-buttons div {
	font-size: 26px
}
.clients-carousel .owl-buttons div {
	border: none;
	background: 0 0;
	color: #21242a
}
.clients-carousel .owl-item {
	border: 1px solid #333;
	float: left;
	margin: 0 0.1%;
	padding: 0.2%;
	text-align: center;
}
.clients-carousel .owl-item img {
	display: inline-block;
	width: auto;
	opacity: .5;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
	float: left;
}
.clients-carousel .owl-item img:hover {
	opacity: 1
}
.clients-carousel .content-header h2 {
	margin-bottom: 40px
}
.pricing-box {
	margin: 20px 0;
	font-size:14px;
}
.pricing-box.featured {
	margin: 0
}
.pricing-box .price-block {
	padding: 10px 15px 25px;
	text-align: center;
	min-height: 106px;
}
.pricing-box.featured .price-block {
	padding: 10px 15px 25px;
}
.pricing-box .price-heading {
	padding: 20px 15px;
	text-align: center
}
.pricing-box.featured .price-heading {
	padding: 20px 15px;
}
.pricing-box h3 {
	padding: 10px 0;
	text-transform: uppercase
}
.pricing-box .price-value {
	display: block;
	font-size: 40px;
	line-height: 40px;
	padding: 10px 0
}
.pricing-box .price-unit {
	display: block;
	font-size: 12px;
	line-height: 12px
}
.price-content li, .price-content p {
	padding: 10px;
	text-align: center;
	min-height: 45px;
}
.price-content li:nth-child(odd), .price-content p:nth-child(odd) {
	background-color: rgba(255,255,255,.1)
}
.pricing-box .price-button a {
	display: block;
	padding: 30px 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(0, 115, 150, 0.9);
	color: #fff;
}
.pricing-box .price-button a:hover {
	color: #007396;
	background-color: #fff;
}
.pricing-box.featured .price-button a {
	padding: 30px 15px
}
.pricing-box h3, .pricing-box h4, .pricing-box h5 {
	color: inherit
}
.background-striped, .bg-striped, .post-date, .vc_single_bar .vc_bar {
	background-color: #21242a
}
.headline, .info-box .box-icon, .post-filter .filter li.selected, .post-filter .filter li:hover, .team-member .member-image>span:after, .team-member .member-image>span:before, .team-member .member-image>span>img {
	border-color: #21242a
}
.info-box:hover .icon-wrapper {
	background-color: #21242a;
	border-color: #21242a
}
.info-box.border-none:hover .icon-wrapper {
	color: #21242a
}
/*-----Arup-CSS-----*/
/*-----30-03-2015-----*/
.vc_custom_1417687516964 {
	display: block;
}
.alt-background-color {
	display: block;
}
.nav ul.menu li.none {
	display: none;
}
#header .nav-wrapper > #nav > ul > li > a {
	font-family: 'Lato', sans-serif !important;
	font-weight: 600 !important;
}
#header .nav-wrapper > #nav > ul > li.current-menu-item > a, #header .nav-wrapper > #nav > ul > li:hover > a {
	font-family: 'Lato', sans-serif !important;
	color: #007396;
	font-weight: 600 !important;
}
.border .heading.title-3 h2::after {
	border-color: #007396 !important;
	color: #007396;
}
span.border {
	background: #007396;
	border-color: #007396;
}
.link-button span, #toTop .border::before, #header.mobile .nav li.open > a, #header.mobile .nav li.open:hover > a, .menu-cart .cart-items, #ajax-loader::before, #ajax-loader::after, .loading::before, .loading::after, .autocomplete .dropdown-menu ul > li > a:hover, .autocomplete .search-more a:hover, .autocomplete .search-more.selected a, .share-icons .dropdown-menu li a:hover, .flex-control-paging li a.flex-active, .testimonials-slider .flex-direction-nav a, .counter-box span::before, .counter-box span::after, .dropcap, .wpb_tour .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover, .vc_progress_bar .vc_single_bar .vc_bar, .post.sticky .post-date, .call-to-action::before, .effect-goliath figure p, .effect-bubba figure {
	background-color: #fff !important;
}
.vc_custom_1417069967021 {
	padding: 30px!important;/*margin: 0 0 0 150px !important;*/
}
.normal-logo {
	height: auto !important;
}
.sticky-logo {
	height: 30px !important;
}
/*.pagination a:hover, .comments-nav a:hover, .icon-block, .icon-block .border, input[type="submit"], input[type="button"], a.button, button {
    background-color: #007396 !important;
    border-color: #007396 !important;
}*/

input[type="submit"].full {
	background-color: #007396 !important;
	border-color: #007396 !important;
	color: #fff;
}
input[type="submit"].full:hover {
	background-color: #fff !important;
	border-color: #007396 !important;
	color: #007396;
}
/*-----30-03-2015-----*/

/*-----06-04-2015-----*/
/*---popup---*/

.popUpTitle {
	background-color: #000000;
	height: 40px;
	width: 100%;
}
.popUpTitle img {
	float: right;
	margin-right: 2px;
	margin-top: 5px;
	cursor: pointer;
}
.data {
	background-color: #FFFFFF;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	padding: 25px 25px 50px;
	width: auto;
}
.buttons {
	height: auto;
	margin: 5% auto;
	padding: 0;
	width: 100%;
}
.buttons li {
	cursor: pointer;
	float: left;
	height: 29px;
	list-style: outside none none;
	margin: 0 7%;
	width: 134px;
}
span.button {
	background-color: #000000;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 25px;
	text-align: center;
}
.popUpDisplay {
	display: none;
	position: fixed;
	width: 440px;
	height: 300px;
	width: 440px;
	left: 37%;
	top: 34%;
	z-index: 1001;
}
.dimLayer {
	display: none;
	outline: 0px none;
	height: 100%;
	width: 100%;
	background: #000;
	top: 0px;
	left: 0px;
	z-index: 900;
	position: fixed;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
}
/*-----06-04-2015-----*/

/*-----07-04-2015-----*/
.sub-menu {
	border-top: 3px solid #007396 !important;
}
.sub-menu li:hover a, .sub-menu li.current_page_item a {
	color: #007396 !important;
}
a, blockquote::before, .highlight, .top-nav > ul > li > a:hover, .social-icons a:hover, .nav > ul > li:hover > a, .nav > ul > li.active > a, .menu-cart:hover > a, #search:hover, #header #search.active:hover, #header.transparent #nav > ul > li:hover > a::before, #header.transparent .menu-cart:hover > a::before, #header.transparent #search:hover::before, #header.fixed #nav > ul > li:hover > a, #header.fixed #nav > ul > li.active > a, #header.fixed .nav-wrapper .menu-cart:hover > a, #header.fixed .nav-wrapper #search:hover, .post-title a:hover, .prev-post a:hover, .next-post a:hover, .post-meta a:hover, .widget a:hover, .post-tags a:hover, .related-posts a:hover, .comment-box h4 a:hover, .social-link a, #toTop .border, .background-striped .flex-direction-nav a::before, .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a::after, .required, .call-to-action::after, .counter-box i, .heading.title-4 h2::after, .heading.title-7 h2::after {
	color: #007396;
}

.heading.title-7 h2::after {
	color: #007396;
	display:none;}

ul.menu li a {
	color: #777 !important;
}
ul.menu li:hover a, ul.menu li.current_page_item a {
	color: #007396 !important;
}

.white_1{ color:#fff;
	padding:65px 0 0 0;}

.white{ color:#fff;}
.white .price-button a {
	display: block;
	padding: 30px 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(0, 115, 150, 0.9);
	color: #fff;
}
.white .price-button a:hover {
	color: #fff;
	background-color: rgba(0, 115, 150, 0.9);
}

.gray{ color:#fff;}
.gray .price-button a {
	display: block;
	padding: 30px 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(0, 115, 150, 0.9);
	color: #fff;
}
.gray .price-button a:hover {
	color: #007396;
	background-color: #fff;
}
	
#pricing1 section.white_1 .heading h2{
	color:#fff !important;}
/*-----07-04-2015-----*/

.clients-carousel .client {
    border: 1px solid #333;
    float: left;
    margin: 0 0.1%;
    padding: 0.2%;
    text-align: center;
}

.clients-carousel{
	width:100%;
	height:auto;
	float:left;}
	
.clients-carousel ul{
	display: block;
    list-style: outside none none;
    margin: 0 auto !important;
    overflow: hidden;
    width: auto !important;
	margin: 0;
    padding: 0;}
	
.clients-carousel ul li{
	display: inline;
    float: left;
    margin: 0 0.5% !important;
    padding: 0;
    width: 19%;}
	
.clients-carousel ul li a{
	display: inline-block;
    padding: 0.1%;
    height: auto;
    text-align: center;
    text-decoration: none;
	border:1px solid #333;}
	
.clients-carousel ul li a img{
	opacity:0.6;
	width:100%;
	height:auto;
	float:left;}
	
.clients-carousel ul li a:hover img{
	opacity:1;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .parallax{
	 background-attachment:scroll;}
}


/*-----20-04-2015-----*/
@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1024px) {
.team-member .member-detail {
  padding: 20px;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-right-style: none;
  min-height: 190px;}
}

@media only screen and (max-width: 960px) {}

@media only screen and (max-width: 800px) {}


@media only screen and (max-width: 780px) {
.owl-wrapper .owl-item{
	width:33.3% !important;}
	
.team-member .member-detail{
	min-height:194px;}		
}

@media only screen and (max-width: 680px) {
.owl-wrapper .owl-item{
	width:50% !important;}
	
.team-member .member-detail{
	min-height:194px;}	
}

@media only screen and (max-width: 568px) {
.owl-wrapper .owl-item{
	width:50% !important;}
	
.team-member .member-detail{
	min-height:194px;}	
}

@media only screen and (max-width: 485px) {
.owl-wrapper .owl-item{
	width:50% !important;}
	
.team-member .member-detail{
	min-height:194px;}	

@media only screen and (max-width: 420px) {
.owl-wrapper .owl-item{
	width:100% !important;}
	
.team-member .member-detail{
	min-height:194px;}	
}

@media only screen and (max-width: 380px) {
.owl-wrapper .owl-item{
	width:100% !important;}
	
.team-member .member-detail{
	min-height:194px;}	
}

@media only screen and (max-width: 330px) {
.owl-wrapper .owl-item{
	width:100% !important;}
	
.team-member .member-detail{
	min-height:194px;}	
}
/*-----20-04-2015-----*/