/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: white;
	background: black;
}

ol,
ul {
	list-style: none;
}

/* ******************************
2.1 Main Global Layout Settings 
******************************* */

* {
	padding: 0px;
}

body,
html {
	height: 100%;
	margin: 0;
	height: auto;
	min-height: 100%;
}

body {
	font: 300 15px/1.625 "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #000;
	background-repeat: repeat;
	background-attachment: fixed;
	color: #626262;
}

input,
textarea,
button {
	color: #777;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	-webkit-font-smoothing: subpixel-antialiased;
}


/* **********************
Preloads
*********************** */

.preloader-cover-screen {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1001;
	background-image: url('../images/logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 320px auto;
	background-color: #fff;
}

.theme-is-dark .pace {
	background-image: url('../images/logo.png');
	background-color: #222;
}

.theme-is-dark .preloader-cover-screen {
	background-color: #222;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translate3d(0, -50px, 0);
	-ms-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
	-webkit-transition: -webkit-transform .5s ease-out;
	-ms-transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
}

.pace.pace-active {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pace-running .tp-loader {
	visibility: hidden;
}

.pace .pace-progress {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 5px;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=1);
	/* IE6-9 */
	pointer-events: none;
}

.admin-bar .pace .pace-progress {
	top: 32px;
}

.theme-is-dark .pace .pace-progress {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
}

.circle-one {
	opacity: 0;
	animation-name: highlight-fade;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: highlight-fade;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

.circle-two {
	opacity: 0;
	animation-name: highlight-fade;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: highlight-fade;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

.circle-three {
	opacity: 0;
	animation-name: highlight-fade;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: highlight-fade;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

.circle-four {
	opacity: 0;
	animation-name: highlight-fade;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: highlight-fade;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

@keyframes highlight-fade {
	0% {
		opacity: 0.2;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.2;
	}
}

@-webkit-keyframes highlight-fade {
	0% {
		opacity: 0.2;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.2;
	}
}

.preloader-wrap {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	display: block;
}

body.preloading-process {
	overflow: hidden;
}

.preloader-site {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	display: none;
}

.preloader-site-logo {
	width: 220px;
	padding-bottom: 40px;
}

.preloader-site-logo,
.preloader-site-animation {
	display: block;
	margin: 0 auto;
}

#grid-preloader {
	width: 40px;
	height: 30px;
}


/* Fill defined in Accents sections */


/* **********************
Font Associates
*********************** */

.entry-content,
.sidebar-widget,
.homemenu .sf-menu .megamenu-textbox,
.homemenu .sf-menu ul li a,
.cart-elements,
.cart-content-checkout {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.hero-text-wrap,
.client-say,
.sidebar h3,
.homemenu,
.mtheme-button,
.vertical-menu,
.toggle-menu-list li a,
.blog-details-section-inner,
.responsive-mobile-menu,
.page-link,
.entry-title h1,
.slideshow_title,
.static_slideshow_title,
.entry-content .heading-block h3,
.entry-content h3.section-subtitle,
.entry-content .service-content h4,
.hero-text-wrap .hero-subtitle,
#respond h3,
.entry-content h2.event-heading,
.entry-content h2.project-heading {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	outline: none;
	text-decoration: none;
	color: #444444;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.wp-caption img {
	width: 98%;
}

.clear {
	clear: both;
}

.clearlast {
	clear: both;
	padding-bottom: 35px;
}

.clearlastgallery {
	clear: both;
	padding-bottom: 55px;
}

.ienoclear {
	clear: both;
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.mkspace-right {
	margin-right: 10px;
}

.mkspace-left {
	margin-left: 10px;
}

.align-right {
	float: right;
}

.align-left {
	float: left;
}

.align-center {
	margin: 0 auto;
	display: block;
}

.mtheme-centered-block {
	margin: 0 auto;
	display: block;
	text-align: center;
}

p.edit-entry {
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

p.edit-entry a {
	font-size: 13px;
	background: #333;
	padding: 18px;
	color: #fff;
	text-decoration: none;
	display: block;
}

p.edit-entry a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.single-header-space {
	margin: 25px 0 0 0;
}

.blank-head-space-1 {
	margin: 24px 0 0 0;
}

.mtheme-menu-not-found {
	padding-left: 20px;
	padding-top: 20px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
}

.gradient {
	filter: none;
}

.type-post,
.type-mtheme_portfolio,
.type-page {
	margin: 0;
}

::selection {
	color: #fff;
	background: #000;
	/* Safari */
}

::-moz-selection {
	color: #fff;
	background: #111;
	/* Firefox */
}

/* ******************************
Main Menu
******************************* */

.mtheme-left-menu {
	margin-right: 10px;
}

.mtheme-right-menu {
	margin-left: 10px;
}

.homemenu {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	position: relative;
	transition: line-height 0.2s;
	-moz-transition: line-height 0.2s;
	-webkit-transition: line-height 0.2s;
	-o-transition: line-height 0.2s;
}

.homemenu ul ul ul li:first-child:after,
.homemenu ul ul ul ul li:first-child:after,
.homemenu ul ul ul ul ul li:first-child:after {
	border: none;
}

.homemenu a {
	color: #666;
	text-decoration: none;
}

.homemenu ul ul li a {
	letter-spacing: 0.8px;
}

.homemenu ul ul li a:last-child {
	padding-right: 0;
}

.homemenu ul li a {
	padding: 0;
}

.homemenu ul ul li a {
	border-right: none;
	border-top: none;
}

.homemenu ul ul {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}

.homemenu ul ul {
	padding: 20px;
}

.homemenu .sf-menu .mega-item .children-depth-0,
.homemenu ul ul {
	background: rgba(0, 0, 0, 0.6);
}

.homemenu .sf-menu .mega-item .children-depth-0 ul,
.homemenu ul ul ul {
	border-bottom: none;
}

.homemenu ul ul li a {
	border-bottom: 1px solid rgba(171, 171, 171, 0.11);
	color: #DDDDDD;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 5px 10px;
	text-transform: none;
}

.homemenu .mega-item .children li a {
	margin-right: 30px;
}

.homemenu ul li a {
	position: relative;
}

.homemenu ul li a:before {
	border-top: 1.5px solid #fff;
	position: absolute;
	content: " ";
	top: 25px;
	height: 2px;
	width: 0px;
	transition: width 0.3s;
	-moz-transition: width 0.3s;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
}

.sticky-menu-on .homemenu ul li a:before {
	top: 18px;
}

.homemenu ul li:hover>a:before {
	width: 100%;
}

.homemenu ul ul li a:before {
	position: static;
	content: "";
	border: 0;
}

.homemenu ul ul li:hover>a {
	color: #fff;
	background: rgba(105, 255, 105, 0.2);
	border-bottom: 1px solid transparent;
}

.homemenu ul ul li:last-child>a {
	border-bottom: none;
}


/* Menu main titles */

.homemenu ul li a {
	color: #20cb26;
	display: block;
	font-size: 20px;
	letter-spacing: 0.3px;
	font-weight: 600;
	text-transform: uppercase;
}

.homemenu ul li:first-child a {
	margin-left: 0;
}

.homemenu ul li a,
.homemenu ul li ul li {
	border: 0;
}

.homemenu ul li ul li:last-child {
	border-right: 0;
}

.homemenu li.current-menu-item a,
.homemenu li.current-menu-item li a,
.homemenu li.current-menu-parent a,
.homemenu li.current-menu-ancestor a {
	outline: 0;
}


/* Menu main titles End style */

.homemenu li.current-menu-item a {
	position: relative;
	font-weight: 600;
}

.homemenu li.current-menu-item li a {
	position: relative;
	font-weight: 400;
}

.homemenu .sub-menu li.current-menu-item a:before,
.homemenu .sub-menu li.current-menu-ancestor a:before {
	background: none;
}

.homemenu .sub-menu li.current-menu-item a {
	color: #fff;
}

.homemenu .sub-menu li.current-menu-item:after {
	position: relative;
	height: auto;
	top: auto;
}

.homemenu .sf-menu ul {
	position: absolute;
	z-index: 200;
	top: -999em;
	width: 190px;
	/* left offset of submenus need to match (see below) */
	text-align: left;
}

.homemenu .sf-menu ul li {
	width: 100%;
}

.homemenu .sf-menu li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}

.homemenu .sf-menu li {
	float: left;
	position: relative;
}

.homemenu .sf-menu a {
	display: block;
	position: relative;
}

.homemenu .sf-menu li:hover ul,
.homemenu .sf-menu li.sfHover ul {
	left: 0;
	top: 75px;
	/* match top ul list item height */
}

.homemenu ul.sf-menu li:hover li ul,
.homemenu ul.sf-menu li.sfHover li ul {
	top: -999em;
}

.homemenu ul.sf-menu li li:hover ul,
.homemenu ul.sf-menu li li.sfHover ul {
	left: 19.3em;
	/* match ul width */
	top: 0;
}

.homemenu ul.sf-menu li li:hover li ul,
.homemenu ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

.homemenu ul.sf-menu li li li:hover ul,
.homemenu ul.sf-menu li li li.sfHover ul {
	left: 19.3em;
	/* match ul width */
	top: 0;
}

.homemenu .sf-menu a {
	text-decoration: none;
	padding: 0;
}

.homemenu .sf-menu li {
	margin-left: 15px;
	margin-right: 15px;
}

.homemenu .sf-menu li li {
	margin-left: 0;
}

.homemenu .sf-menu li.menu-item a {
	position: relative;
}

.homemenu .sf-menu ul li a {
	padding: 6px 10px 5px;
	position: relative;
}

.homemenu .sf-menu li ul li {
	border-left: 0;
}

.homemenu .sf-menu li li:hover,
.sf-menu li li.sfHover,
.homemenu .sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
	outline: 0;
}

.homemenu .sf-menu {
	display: inline-block;
}

/* ******************************
Responsive Menu
******************************* */

.responsive-menu-wrap {
	display: none;
}

.mobile-menu-toggle {
	background: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
}

.body-dashboard-push-left .mobile-menu-toggle {
	z-index: 9999;
}

.body-dashboard-push-left .mobile-menu-toggle {
	background: none;
}

.body-dashboard-push-left .logo-mobile {
	display: none;
}

.theme-is-dark .mobile-menu-toggle {
	background: #222;
	color: #fff;
}

.logo-mobile {
	padding: 10px 0;
}

.logo-mobile img {
	height: 40px;
	position: relative;
	top: 5px;
}

.mobile-menu-icon {
	position: fixed;
	float: right;
	left: 0;
	top: 0;
	height: 64px;
	width: 64px;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
	color: #000;
	-webkit-transition: left 0.3s ease, background 0.3s ease;
	-moz-transition: left 0.3s ease, background 0.3s ease;
	transition: left 0.3s ease, background 0.3s ease;
	z-index: 999;
}

.theme-is-dark .mobile-menu-icon {
	color: #fff;
}

.body-dashboard-push-left .mobile-menu-icon {
	color: #fff;
	font-size: 32px;
	height: 64px;
	left: 0px;
	top: 0px;
}

.body-dashboard-push-left {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
}

.mobile-menu-toggle {
	-webkit-transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	transition: left 0.3s ease;
	left: 0;
}

.body-dashboard-push-left .mobile-menu-toggle {
	left: 0;
}

.mobile-menu-icon {
	font-size: 32px;
}

.responsive-mobile-menu {
	background: #222;
	color: #fff;
	width: 100%;
	padding-bottom: 50px;
	position: fixed;
	left: 0;
	top: 0;
	float: left;
	z-index: 999;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

.responsive-mobile-menu .mobile-menu {
	padding: 10px 20px 60px;
}

.responsive-mobile-menu {
	display: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.responsive-mobile-menu.menu-push-onscreen {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	left: -100%;
}

.header-is-simple .responsive-mobile-menu.menu-push-onscreen {
	left: 0;
}

.responsive-mobile-menu ul.mtree a,
.responsive-mobile-menu ul.mtree ul li a {
	font-size: 16px;
}


/* ******************************
Logo
******************************* */

.logo-menu-wrapper {
	float: left;
	display: block;
}

.header-logo-section {
	display: inline;
}

.logo {
	position: relative;
	z-index: 20;
}

.logo a {
	line-height: 0;
}

.logo img {
	position: relative;
	transition: top 0.2s;
	-moz-transition: top 0.2s;
	-webkit-transition: top 0.2s;
	-o-transition: top 0.2s;
}

.menu-is-vertical .logo img {
	max-width: 100%;
}

.logo-theme-dark {
	display: none;
}

/* ******************************
Page
******************************* */

.mtheme-adjust-max-height {
	height: 100%;
	max-height: 100%;
}

.top-bar-wrap-fullwidth {
	margin: 0 auto;
}

.top-bar-wrap-boxed {
	margin: 0 auto;
}

.top-bar-content {
	margin: 0 auto;
}

.menu-is-vertical .container-wrapper.container-boxed {
	margin-top: 0;
	margin-bottom: 0;
}

.page-template-template-fullpage-php .container-boxed {
	padding-left: 0;
	padding-right: 0;
}

.page-template-template-fullpage-php .title-container-outer-wrap {
	display: none;
}

.title-container-outer-wrap,
.title-container-no-display {
	position: relative;
}

.title-container-no-display-wrap {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.title-container-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.portfolio-container-inner {
	padding: 50px 0;
}

.outer-header-wrap {
	width: 1400px;
}

.container {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 100px;
}

.header-is-off .container {
	padding-top: 140px;
}

.container.header-adjuster {
	margin-top: 130px;
	padding-top: 50px;
}

.fullpage-block {
	-webkit-background-size: cover;
	/*for webKit*/
	-moz-background-size: cover;
	/*Mozilla*/
	-o-background-size: cover;
	/*opera*/
	background-size: cover;
	/*generic*/
}

.container-fill {
	width: 100%;
	margin: 0;
}

.global-container-wrapper {
	width: 100%;
}

.container-wrapper,
.fullscreen-protected #password-protected {
	background: #000;
	background: rgba(0, 0, 0, 0.85);
}

.container-wrapper {
	margin: 0 auto;
	position: relative;
}

.menu-is-vertical .vertical-menu-body-container {
	margin-left: 300px;
}

.menu-is-vertical .title-container-outer-wrap {
	margin: 0 auto;
}

.page-is-fullscreen .container-wrapper {
	background: none;
}

.container-head {
	height: 15px;
	width: 100%;
	background: #111;
}

.container,
.entry-title,
.fullpage-item,
.footer-container,
.outer-header-wrap,
.portfolio-container,
.portfolio-header-wrap,
.top-bar-wrap-fullwidth,
.page-template-template-blank-php .mtheme-supercell,
.page-template-template-blank-php .mtheme-supercell.boxed-column .first-column.span12 .mtheme-cell-wrap,
.page-template-template-fullpage .mtheme-supercell,
.page-template-template-fullpage .mtheme-supercell.boxed-column .first-column.span12 .mtheme-cell-wrap,
.edge-to-edge .mtheme-supercell,
.edge-to-edge .mtheme-supercell.boxed-column .first-column.span12 .mtheme-cell-wrap,
.edge-to-edge .entry-portfolio-content,
.always-center,
.page-template-template-fullpage .mtheme-supercell.boxed-column.divided-column,
.edge-to-edge .mtheme-supercell.boxed-column.divided-column,
.page.edge-to-edge .commentform-wrap {
	width: 1150px;
	margin: 0 auto;
}

.edge-to-edge .entry-portfolio-content {
	margin-top: 30px;
}

.single-mtheme_portfolio.pagebuilder-active .entry-portfolio-content {
	margin: 0;
}

.edge-to-edge .mtheme-supercell.boxed-column,
.single-mtheme_portfolio.pagebuilder-active .entry-portfolio-content,
.portfolio-header-wrap.edge-to-edge-column,
.page-template-template-fullpage .mtheme-supercell.boxed-column .page-template-template-blank-php .mtheme-supercell.boxed-column {
	width: auto;
}

.page-template-template-blank-php .container,
.page-template-template-fullpage-php .container,
.edge-to-edge .container {
	width: auto;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.edge-to-edge .two-column {
	width: 100%;
}

.mtheme-supercell.fullwidth-column {
	width: auto;
	margin: 0;
}

.portfolio-header-wrap.edge-to-edge-column {
	padding-top: 0;
}

.portfolio-header-wrap {
	padding-top: 60px;
}

.edge-to-edge.header-is-off .portfolio-header-wrap {
	padding-top: 0;
}

.outer-header-wrap {
	position: relative;
	z-index: 1;
}

.single-flexislideshow {
	margin-left: -50px;
}

.top-bar-wrap {
	position: relative;
	z-index: 1;
}

.header-block-wrap {
	width: 100%;
}

.header-elements-wrap {
	position: relative;
	z-index: 99;
	margin: 0 auto;
	padding: 0;
}

.stickymenu-active {
	position: fixed;
	z-index: 100;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	top: 0;
}

.mainmenu-navigation {
	text-align: center;
	margin: 0 auto;
}

.stickymenu-zone.sticky-menu-activate {
	background: rgba(0, 0, 0, 0.9);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	animation: stickymenu 0.5s ease-out;
	animation-fill-mode: forwards;
}

@keyframes stickymenu {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.outer-wrap {
	position: fixed;
	top: 0;
	width: 100%;
	transition: height 0.2s;
	-moz-transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-o-transition: height 0.2s;
	z-index: 90;
	height: 100px;
}


/* Header styles from theme options choice */
.mainmenu-navigation .logo img {
	float: left;
}

.mainmenu-navigation {
	text-align: right;
}

.homemenu ul ul li a {
	color: #dddddd;
}

.outer-header-wrap {
	border: 0;
}

.outer-wrap {
	background: rgba(0, 0, 0, 0.6);
}

.title-container {
	padding: 110px 0 15px;
}

.logo img {
	top: 0;
}

/* Sticky Menu Styles */

.sticky-menu-activate.outer-wrap {
	height: 75px;
}

.sticky-menu-activate .logo img {
	margin: 0;
}

.sticky-menu-activate .homemenu ul ul li a {
	color: #ddd;
}

.sticky-menu-activate .homemenu ul li a {
	color: #fff;
}

.sticky-menu-activate .homemenu ul ul li a {
	color: #ddd;
}


/* Logo and Sticky Logo */

.sticky-menu-activate .logo-theme-main {
	display: block;
}

.sticky-menu-activate .sticky-alt-logo-present .logo-theme-main {
	display: none;
}

.sticky-alt-logo-present .logo-sticky-main {
	display: none;
}

.sticky-menu-activate .sticky-alt-logo-present .logo-sticky-main {
	display: block;
}

.sticky-menu-activate .homemenu .sf-menu li.mega-item ul.children,
.homemenu .sf-menu li.mega-item ul.children {
	top: 52px;
}

.sticky-menu-activate .homemenu .sf-menu li.mega-item ul.children div ul.children,
.homemenu .sf-menu li.mega-item ul.children div ul.children {
	top: 0;
}

.sticky-menu-activate .homemenu {
	height: 75px;
	line-height: 75px;
}

.stickymenu-zone.sticky-menu-activate .logo img {
	height: 35px;
	width: auto;
	top: 16px;
}

.stickymenu-zone.sticky-menu-activate .logo img {
	float: left;
	top: 18px;
}

.sticky-menu-activate .outer-header-wrap,
.sticky-menu-activate.outer-wrap {
	padding-bottom: 0;
}

.sticky-menu-activate .header-elements-wrap,
.header-elements-wrap {
	top: -10px;
}

.homemenu .sf-menu li.menu-item a:before {
	bottom: 12px;
}

.sticky-menu-activate .homemenu .sf-menu li.menu-item a:before {
	bottom: 16px;
}

.homemenu .sf-menu .mega-item .children-depth-0,
.homemenu ul ul {
	margin-top: 8px;
}

.sticky-menu-activate .homemenu .sf-menu .mega-item .children-depth-0,
.sticky-menu-activate .homemenu ul ul {
	margin-top: 0;
}

.homemenu ul.sf-menu li li:hover ul,
.homemenu ul.sf-menu li li.sfHover ul {
	top: -28px;
}

.homemenu ul.sf-menu li li li:hover ul,
.homemenu ul.sf-menu li li li.sfHover ul {
	top: -28px;
}

.sticky-menu-activate .homemenu ul.sf-menu li li:hover ul,
.sticky-menu-activate .homemenu ul.sf-menu li li.sfHover ul {
	top: -24px;
}

.sticky-menu-activate .homemenu ul.sf-menu li li li:hover ul,
.sticky-menu-activate .homemenu ul.sf-menu li li li.sfHover ul {
	top: -24px;
}


/* Sticky Menu Styles End */

.menu-overlay {
	background-color: #555;
	position: fixed;
	top: -150px;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: -1;
	border-bottom: 1px solid #F5F5F5;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.top-menu-wrap {
	padding: 0;
	line-height: 0;
}

.lower-padding {
	padding-bottom: 0
}

.footer-margin {
	margin-top: 60px;
}

.lower-margin {
	margin-bottom: 50px;
}

.sidebar-margin {
	margin-top: 30px;
}

.no-border {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.main-contents {
	padding: 0;
}

.page-contents {
	padding: 0;
}

.home-wrap {
	margin: 0 50px;
}

.home-page-wrap {
	padding: 20px 0;
}

.page-template-template-page_leftsidebar-php .page-contents-wrap {
	padding: 20px 50px 0 0;
}

.fullpage-portfolio-wrap {
	margin: 50px 0 0 0;
}

.fullpage-contents-wrap {
	margin: 35px 0 0 0;
}

.portfoliopage-contents-wrap {
	padding: 0;
}

.transparent-contents-wrap {
	padding: 0 0 0 0;
}

.entry-wrapper {
	padding-bottom: 20px;
	margin-bottom: 80px;
}

.entry-contents-wrapper {
	margin-top: 30px;
}

.entry-post-wrapper {
	margin-bottom: 20px;
	padding: 0;
}

.entry-post-seperator {
	border-bottom: 1px solid #ededed;
	margin-bottom: 50px;
	padding-bottom: 80px;
}

.knowledge-contents-archive .entry-post-seperator:last-child {
	border: 0;
}

.center-readmore {
	text-align: center;
}

.entry-spaced-wrapper {
	padding: 0;
	margin: 0;
}

.entry-page-wrapper {
	padding: 0;
	margin: 0;
}

.buttonseperator {
	margin-top: 20px;
}

.entry-nospaced-wrapper {
	padding: 1px 20px 10px 20px;
	margin: 0;
}

.two-column {
	width: 63%;
}

/* Video Containers */
#videocontainer {
    height: 100%;
    width: 100%;
    opacity: 1;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}
#videocontainer:hover {
	cursor: pointer;
}
#videocontainer.vjs-paused {
	opacity: 0.6;
}

.portfolio-single-image,
.entry-content iframe,
.entry-content object,
.entry-content embed,
.entry-content img, 
.video-container iframe,  
.video-container object,  
.video-container embed,
.entry-wrapper iframe,
.entry-wrapper  object,
.entry-wrapper  embed,
.entry-wrapper  iframe,  
.entry-wrapper  object,  
.entry-wrapper  embed,
.entry-wrapper img,
.single-portfolio-image-wrap img,
.portfolio-featured-image img {
	max-width:100%;
	}
.portfolio-featured-image {
	width: 100%;
	line-height: 0;
}
.lightbox-shortcode img {
	max-width: 100%;
	width: 100%;
}
.lightbox-shortcode.lightbox-shortcode-center img {
	width: auto;
}
.lightbox-shortcode .gridblock-links-wrap {
	top: 45%;
}
.portfolio-single-image {
	vertical-align: bottom;
	width: 100%;
}


/* ******************************
Entry Contents
******************************* */

.entry-content {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 22px;
}

/* **********************
Content Headings
*********************** */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 500;
	margin-bottom: 15px;
	color: #fff;
}

.entry-content h1 {
	font-size: 36px;
	line-height: 46px;
}

.entry-content h2 {
	font-size: 26px;
	line-height: 32px;
}

.entry-content h3 {
	font-size: 18px;
	line-height: 24px;
}

.entry-content h4 {
	font-size: 16px;
	line-height: 18px;
}

.entry-content h5 {
	font-size: 12px;
	line-height: 16px;
}

.entry-content h6 {
	font-size: 9px;
	line-height: 10px;
}

.entry-content h1 a {
	font-weight: 400;
}

.fullpage-block h3,
.fullpage-block h4,
.fullpage-block h5,
.fullpage-block h6 {
	font-weight: 400;
	color: #888;
}

.fullpage-block h1 {
	font-size: 58px;
	font-weight: 400;
	letter-spacing: -2.5px;
	line-height: 48px;
	word-spacing: 6px;
}

.fullpage-block h2 {
	font-size: 38px;
	font-weight: 400;
	letter-spacing: -1.5px;
	line-height: 38px;
}

.fullpage-block h3 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 38px;
}

.fullpage-block h4 {
	font-size: 20px;
}

.fullpage-block h5 {
	font-size: 16px
}

.fullpage-block h6 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 10px;
}

.entry-content .fullpage-block h6 {
	color: #8E8E8E;
}

.entry-content p {
	margin: 0;
}

.entry-content strong {
	font-weight: bold;
}

.entry-content pre {
	border-color: #333;
}

.entry-content em {
	font-style: italic;
}

.entry-content blockquote {
	margin: 40px 0 40px 0;
	padding: 30px 30px 10px 30px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	border-left: 8px solid #ABABAB;
}

.entry-content ol>li>ol,
.entry-content ul>li>ul {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul,
.entry-content dl {
	margin-bottom: 30px;
}

.entry-content .gallery dl {
	margin-bottom: 0;
	margin-left: 0;
}

.entry-content .gallery dl img {
	height: auto;
}

.entry-content p {
	margin-bottom: 16px;
}

.entry-content dt {
	font-weight: bold;
	color: #fff;
}

.entry-content dd {
	margin-bottom: 10px;
}

.entry-content ul,
.entry-content ol {
	list-style-type: circle;
	list-style-position: inside;
}

.page-template-template-sitemap-php .entry-content ul {
	list-style-type: none;
}

.list-sub-heading {
	margin-top: 20px;
}

.entry-content>ul,
.entry-content>ol {
	margin: 20px 0;
}

.entry-content ul li,
.entry-content ol li {
	margin-bottom: 5px;
}

.entry-content a {
	text-decoration: underline;
	color: #fff;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
}

.entry-content a:hover {
	color: #46fe41;
}

.client-name,
.client-company {
	display: inline-block;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 7px;
	line-height: 18px;
	text-transform: uppercase;
}

.client-company {
	margin-top: 5px;
	margin-left: 10px;
	font-weight: 400;
	display: block;
}

.client-company a {
	font-weight: 400;
}

.client-info {
	display: block;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}

.client-say {
	color: #fff;
	display: block;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 40px;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.text-is-dark .client-say {
	color: #000;
}

.testimonial-say {
	width: 100%;
	float: none;
	text-align: center;
	position: relative;
}

.testimonial-inner {
	padding: 0
}

.testimonials-wrap .flexslider-container-page .flex-direction-nav li a.prev,
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a.next {
	top: 10px;
}

.testimonials-wrap .flexslider-container-page .flex-direction-nav li a.flex-prev {
	right: 28px;
}

.testimonials-wrap {
	position: relative;
}

#copyright {
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0;
	display: block;
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 26px;
	margin: 0;
	text-align: center;
	background-color: #222;
}

#copyright li {
	display: inline-block;
	padding: 0 10px;
}

#copyright a {
	color: #fff;
}

#copyright a:hover {
	text-decoration: none;
	color: #fff;
}

#copyright span {
	background: #111;
	border-radius: 8px 8px 8px 8px;
	padding: 8px 20px;
	color: #fff;
	text-align: center;
}

/*
SHORTCODE ServiceBoxes
*/

.service-icon {
	display: inline-block;
}
.service-icon i {
	font-size: 32px;
}

.service-icon i.in-circle {
	position: relative;
}

.service-icon i.in-circle {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.service-icon i.in-circle:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.service-icon i.in-circle:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 10px #20cc26;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(1.3);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(1.3);
	opacity: 0;
}

.service-column.alignicon-top:hover .service-icon i.in-circle:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.service-details,
.shortcode-time-counter-block {
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 18px;
	margin-top: 15px;
}

.service-column.alignicon-top .service-details {
	padding: 0;
}

.service-details .mbutton {
	margin-top: 25px;
}

.service-column.alignicon-top .service-content {
	margin-top: 30px;
	margin-bottom: 20px;
}

.service-column .last {
	clear: both;
}

.service-column {
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	display: block;
}

.service-column-1 .service-item {
	width: 100%;
}

.service-column-2 .service-item {
	width: 48.2%;
}

.service-column-3 .service-item {
	width: 31%;
}

.service-column-4 .service-item {
	width: 22.4%;
}

.service-column-5 .service-item {
	width: 17.2%;
}

.service-column-6 .service-item {
	width: 13.7%;
}

.service-item-space {
	margin-top: 6.5%;
	margin-right: 3.225%;
}

.service-column .service-item:last-child {
	margin-right: 0;
}

.serviceboxes-horizontal .service-item {
	float: left;
}

.alignicon-top-horizontal .service-details {
	margin-left: 0;
}

.service-column h1,
.service-column h2,
.service-column h3,
.service-column h4,
.service-column h5,
.service-column h6,
.donutcounter-wrap .donutcounter-title,
.time-count-title h4 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.alignicon-top .service-item i {
	border-radius: 90px;
}

.alignicon-top .service-details {
	padding-top: 0;
}

.alignicon-top {
	text-align: center;
}

/* Service Information Box */

.service-content {
	margin-top: 20px;
}

/*
SHORTCODE FontAwesome
*/

i.in-circle {
	color: #000;
	background-color:#20cc26;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	position: relative;
}

.alignicon-top i.in-circle {
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: block;
}

.theme-is-dark i.in-circle {
	color: #fff;
}

.alignicon-top .in-circle {
	border: 1px solid #E6E6E6;
}

.alignicon-top.no-border .in-circle {
	border: 0;
}


/**
 *  SHORTCODE Carousel
 */

.shortcode-carousel-item {
	text-align: center;
	padding: 8px;
	position: relative;
}

/* Back to Top */

#goto-top {
	position: fixed;
	bottom: 68px;
	right: 60px;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	font-size: 12px;
	border: 2px solid #fff;
	line-height: 35px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: none;
	transition: border 0.5s, color 0.5s, background-color 0.5s;
	-moz-transition: border 0.5s, color 0.5s, background-color 0.5s;
	-webkit-transition: border 0.5s, color 0.5s, background-color 0.5s;
	-o-transition: border 0.5s, color 0.5s, background-color 0.5s;
	z-index: 99;
}

#goto-top:hover {
	opacity: 1;
	background: #fff;
	border: 2px solid #fff;
	color: #000;
}

.subtle-fade a {
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}

/*
RevSLider*/

.tp-bannertimer {
	height: 2px !important;
}

/*
Heading
*/

.section-contents {
	margin: 40px auto 0;
}

.section-heading .section-contents {
	margin-bottom: 20px;
}

.span12>.section-contents {
	width: 40%;
}

.section-heading {
    text-align: center;
}

.section-align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.section-align-right {
	text-align: right;
}

h1.section-title {
	font-size: 46px;
	line-height: 46px;
	font-weight: 300;
	margin-bottom: -10px;
	position: relative;
	padding-top: 80px;
    text-align: center;
}

h2.section-title {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 42px;
}

h3.section-title {
	font-size: 18px;
	line-height: 18px;
}

h4.section-title {
	font-size: 14px;
	line-height: 14px;
}

h5.section-title {
	font-size: 10px;
	line-height: 10px;
}

h6.section-title {
	font-size: 7px;
	line-height: 7px;
}

.heading-block h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.entry-content .heading-block h3,
.entry-content h3.section-subtitle {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin-bottom: 0;
	margin-top: 15px;
}

.entry-content h3.section-subtitle,
.entry-content .heading-block h3 {
	color: #f7f7f7;
}

.mtheme-parallax,
.header-parallax,
.column-parallax {
	background-size: cover;
}

/* Shortcode Columns */

.shortcode-column {
	float: left;
}

/**********************************************
************ Page Builder layouts *************
**********************************************/

.mtheme-block {
	float: left;
}

.mtheme-block.span12 {
	float: none;
}

.column-setter {
	float: left;
}

.column-setter.span12 {
	float: none;
}

.mtheme-first-cell {
	margin-left: 0;
}

.mtheme-following-cell {
	margin-left: 2.99%;
}

.column-setter.following-column {
	margin-left: 2.99%;
}

.shortcode-column.last-shortcode-column {
	margin-right: 0;
}

.shortcode-column {
	margin-right: 2.99%;
}

.shortcode-column.span1,
.mtheme-supercell .span1 {
	width: 5.58%;
}

.shortcode-column.span2,
.mtheme-supercell .span2 {
	width: 14.17%;
}

.shortcode-column.span3,
.mtheme-supercell .span3 {
	width: 22.75%;
}

.shortcode-column.span4,
.mtheme-supercell .span4 {
	width: 31.33%;
}

.shortcode-column.span5,
.mtheme-supercell .span5 {
	width: 39.92%;
}

.shortcode-column.span6,
.mtheme-supercell .span6 {
	width: 48.5%;
}

.shortcode-column.span7,
.mtheme-supercell .span7 {
	width: 57.08%;
}

.shortcode-column.span8,
.mtheme-supercell .span8 {
	width: 65.67%;
}

.shortcode-column.span9,
.mtheme-supercell .span9 {
	width: 74.25%;
}

.shortcode-column.span10,
.mtheme-supercell .span10 {
	width: 82.83%;
}

.shortcode-column.span11,
.mtheme-supercell .span11 {
	width: 91.42%;
}

.shortcode-column.span12,
.mtheme-supercell .span12 {
	width: auto;
}

.column-setter.span1 .span1 {
	width: 100%;
}

.column-setter.span1 .span1 {
	width: 100%;
}

.column-setter.span2 .span1 {
	width: 47.5%;
}

.column-setter.span2 .span2 {
	width: 100%;
}

.column-setter.span3 .span1 {
	width: 30%;
}

.column-setter.span3 .span2 {
	width: 65%;
}

.column-setter.span3 .span3 {
	width: 100%;
}

.column-setter.span4 .span1 {
	width: 21.25%;
}

.column-setter.span4 .span2 {
	width: 48.5%;
}

.column-setter.span4 .span3 {
	width: 73.75%;
}

.column-setter.span4 .span4 {
	width: 100%;
}

.column-setter.span5 .span1 {
	width: 16%;
}

.column-setter.span5 .span2 {
	width: 43.695%;
}

.column-setter.span5 .span3 {
	width: 52.9145%;
}

.column-setter.span5 .span4 {
	width: 89.8%;
}

.column-setter.span5 .span5 {
	width: 100%;
}

.column-setter.span6 .span1 {
	width: 12.5%;
}

.column-setter.span6 .span2 {
	width: 31.3%;
}

.column-setter.span6 .span3 {
	width: 48.505%;
}

.column-setter.span6 .span4 {
	width: 65.7%;
}

.column-setter.span6 .span5 {
	width: 82.5%;
}

.column-setter.span6 .span6 {
	width: 100%;
}

.column-setter.span7 .span1 {
	width: 10%;
}

.column-setter.span7 .span2 {
	width: 25%;
}

.column-setter.span7 .span3 {
	width: 43.695%;
}

.column-setter.span7 .span4 {
	width: 52.9145%;
}

.column-setter.span7 .span5 {
	width: 71.7%;
}

.column-setter.span7 .span6 {
	width: 85%;
}

.column-setter.span7 .span7 {
	width: 100%;
}

.column-setter.span8 .span1 {
	width: 8.13%;
}

.column-setter.span8 .span2 {
	width: 22.75%;
}

.column-setter.span8 .span3 {
	width: 35.58%;
}

.column-setter.span8 .span4 {
	width: 48.505%;
}

.column-setter.span8 .span5 {
	width: 61.43%;
}

.column-setter.span8 .span6 {
	width: 74.15%;
}

.column-setter.span8 .span7 {
	width: 86.88%;
}

.column-setter.span8 .span8 {
	width: 100%;
}

.column-setter.span9 .span1 {
	width: 6.67%;
}

.column-setter.span9 .span2 {
	width: 19.83%;
}

.column-setter.span9 .span3 {
	width: 31.34%;
}

.column-setter.span9 .span4 {
	width: 42.65%;
}

.column-setter.span9 .span5 {
	width: 54.33%;
}

.column-setter.span9 .span6 {
	width: 65.6%;
}

.column-setter.span9 .span7 {
	width: 77.17%;
}

.column-setter.span9 .span8 {
	width: 88.33%;
}

.column-setter.span9 .span9 {
	width: 100%;
}

.column-setter.span10 .span1 {
	width: 5.5%;
}

.column-setter.span10 .span2 {
	width: 17.6%;
}

.column-setter.span10 .span3 {
	width: 27.9%;
}

.column-setter.span10 .span4 {
	width: 38.2%;
}

.column-setter.span10 .span5 {
	width: 48.5%;
}

.column-setter.span10 .span6 {
	width: 58.8%;
}

.column-setter.span10 .span7 {
	width: 69.1%;
}

.column-setter.span10 .span8 {
	width: 79.4%;
}

.column-setter.span10 .span9 {
	width: 89.5%;
}

.column-setter.span10 .span10 {
	width: 100%;
}

.column-setter.span11 .span1 {
	width: 4.55%;
}

.column-setter.span11 .span2 {
	width: 15.643%;
}

.column-setter.span11 .span3 {
	width: 24.96225%;
}

.column-setter.span11 .span4 {
	width: 34.276%;
}

.column-setter.span11 .span5 {
	width: 43.695%;
}

.column-setter.span11 .span6 {
	width: 52.9145%;
}

.column-setter.span11 .span7 {
	width: 62.4371%;
}

.column-setter.span11 .span8 {
	width: 71.8332%;
}

.column-setter.span11 .span9 {
	width: 81.2185%;
}

.column-setter.span11 .span10 {
	width: 90.6038%;
}

.column-setter.span11 .span11 {
	width: 100%;
}

.column-setter.span12 .span1 {
	width: 3.75%;
}

.column-setter.span12 .span2 {
	width: 14.17%;
}

.column-setter.span12 .span3 {
	width: 22.75%;
}

.column-setter.span12 .span4 {
	width: 31.33%
}

.column-setter.span12 .span5 {
	width: 39.92%;
}

.column-setter.span12 .span6 {
	width: 48.5%;
}

.column-setter.span12 .span7 {
	width: 57.08%;
}

.column-setter.span12 .span8 {
	width: 65.67%;
}

.column-setter.span12 .span9 {
	width: 74.25%;
}

.column-setter.span12 .span10 {
	width: 82.83%;
}

.column-setter.span12 .span11 {
	width: 91.25%;
}

.column-setter.span12 .span12 {
	width: 100%;
}

.mtheme-supercell .mtheme-block-em_column_block.span12 {
	width: auto;
}

ul.mtree a {
	padding: 5px 0px 5px 0;
	color: #eee;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mtheme-block-em_displayrichtext a {
	color: #fff;
	text-decoration: none;
}

#dimmer {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1045;
	display: none;
}

.dimmer-outer {
	display: table;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.dimmer-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.dimmer-text {
	background: #fff;
	color: #969696;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	text-align: center;
	max-width: 500px;
	width: 80%;
}

.mobile-menu-toggle {
	top: 0;
}

.mobile-menu-icon {
	z-index: 9999;
}

.responsive-mobile-menu nav,
.header-is-simple .responsive-mobile-menu nav {
	text-align: center;
}

.responsive-mobile-menu ul.mtree,
.header-is-simple .responsive-mobile-menu ul.mtree,
.mobile-social-header .social-header-wrap {
	width: 370px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.responsive-mobile-menu ul.mtree li:last-child a,
.header-is-simple .responsive-mobile-menu ul.mtree li:last-child a {
	border-bottom: 0;
}

.responsive-mobile-menu ul.mtree a,
.header-is-simple .responsive-mobile-menu ul.mtree a {
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0.5px;
	padding: 16px 0;
}

/* Mobile Social Header */

.mobile-social-header {
	padding-top: 30px;
}

.logo-mobile .logoimage {
	max-width: 100%;
}

.responsive-mobile-menu {
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	/*for webKit*/
	-moz-background-size: cover;
	/*Mozilla*/
	-o-background-size: cover;
	/*opera*/
	background-size: cover;
	/*generic*/
}

.entry-content img,
.container img,
.mfp-container img,
.photowall-item img {
	image-rendering: optimizeQuality;
}

.mobile-menu-icon:hover {
	color: #20cb26;
}

/* Vertical menu CSS */

ul.mtree {
	margin-left: 0;
	padding: 25px 35px;
}

ul.mtree li {
	list-style: none;
}

ul.mtree a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

ul.mtree ul li a {
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
}

ul.mtree li.mtree-node>a {
	font-weight: 400;
}

ul.mtree a {
	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-ms-transition: color 300ms ease-out;
	-o-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
}

ul.mtree li>a:hover {
	color: #20cb26;
}

ul.mtree a {
	padding: 5px 0px 5px 0;
	color: #eee;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.entry-content h1.section-title-bg {
    font-size: 80px;
    color: #666;
    position: relative;
    top: -38px;
    left: 0;
    width: 100%;
    z-index: -1;
    text-align: center;
    filter: blur(4px);
	letter-spacing: 4px;
}

.entry-content h3.section-subtitle {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0 auto;
	position: relative;
    top: -40px;
}

.entry-content h3.section-subtitle-bg {
    font-size: 24px;
    color: #666;
    position: relative;
    top: -96px;
    left: 0;
    width: 100%;
    z-index: -1;
    text-align: center;
    filter: blur(2px);
    letter-spacing: 4px;
}

input[type="text"] {
    height: 16px;
    background: #151515;
    border: none;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid #156515;
    color: #ccc;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"], .button {
    font-family: 'Lato';
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 24px;
    font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
}

.captchaImage {
	height: 62px;
    border-bottom: 2px solid #156515;
}

.captchaImage:hover {
    border-bottom: 2px solid #20cb26;	
}

.captchaImageRefresh {
    color: #10ab16;	
	float: right;
    position: relative;
    top: -48px;
	width: 32px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.captchaImageRefresh:hover {
    color: #fff;
}

input[type="text"].captcha {
	height: 64px;
	line-height: 42px;
    border-bottom: 2px solid #156515;
}

textarea {
    border: none;
    background: #151515;
    width: 100%;
    height: 120px;
    border-bottom: 2px solid #156515;
    color: #ccc;
    min-width: 100%;
    max-width: 100%;
}
input[type="text"]:hover,
input[type="text"]:focus,
textarea:hover,
textarea:focus {
	background: linear-gradient(#333, #111);
    border-bottom: 2px solid #20cb26;
}

.captcha:hover {
    border-bottom: 2px solid #20cb26;
}

.captcha-error {
    border-bottom: 2px solid rgb(185, 74, 72) !important;
}

input[type="text"]:active,
textarea:active {
	color: #fff;
    background: linear-gradient(#282, #242);
    border-bottom: 2px solid #20cb26;
}

input[type="button"], .button {
    color: #10ab16;
    padding: 0 20px;
    height: 64px;
    border: 2px solid #156515;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    line-height: 42px;
    letter-spacing: 1px;
    display: inline-block;
    background: #151515;
}

.button-disabled {
    color: #555 !important;
    border: 2px solid #555 !important;
    background: #393939 !important;
}

.button-error {
    color: rgb(185, 74, 72) !important;
    border: 2px solid rgb(185, 74, 72) !important;
}

input[type="button"]:active {
	color: #fff !important;
	background: linear-gradient(#282, #242) !important;
}

input[type="button"]:hover,
input[type="button"]:focus {
    color: #20cb26;
    padding: 0 20px;
    height: 64px;
    border: 2px solid #20cb26;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    line-height: 42px;
    letter-spacing: 1px;
    display: inline-block;
    background: linear-gradient(#333, #111);
}

span.form-error {
    font-family: Lato;
    position: relative;
    top: -30px;
    font-size: 12px;
    line-height: 20px;
}

#contact-form-max-length {
	float: right;
    position: relative;
    top: -22px;
    font-size: 8px;
    line-height: 8px;
}

/* Checkbox control */
.control {
    font-family: Lato;
    display: block;
    position: relative;
    padding-left: 48px;
    margin-bottom: 8px;
    padding-top: 0px;
    cursor: pointer;
    font-size: 14px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 24px;
    width: 24px;
    background: #151515;
    border: 2px solid #156515;
}

.control_indicator.error {
	border-color: rgb(185, 74, 72);
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #136313;
    border: 2px solid #20cb26;	
}

.control input:checked ~ .control_indicator {
    background: #151515;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #151515;
}
.control input:disabled ~ .control_indicator {
    background: #136313;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
	left: 8px;
    top: 2px;
    width: 6px;
    height: 13px;
    border: solid #1eca24;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #19dd19;
}

/* Portfolio Filter */
.gridblock-filter-wrap { 
	margin: 0;
}
.gridblock-works-wrap {
    margin-bottom: 5px;
	margin-top:30px;					
}

#filter-heading {
    color: #4A4A4A;
    display: inline-block;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 30px;
    padding: 0 12px 20px 0;
    text-transform:uppercase;
    position:relative;
}
.filter-heading-description {
	color: #A4A4A4;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.2px;
    margin-bottom: 5px;
    text-transform:uppercase;
    margin-bottom: 5px;
    margin-top:25px;
    border-bottom: 1px dotted #EAEAEA;
    margin-bottom: 10px;
    display:inline-block;
}
ul.gridblock-filter { 
	margin: 0 0 10px 0;
	background: url(images/patterns/stripes_fine_tall.png) repeat-x scroll 0 0 transparent;
}
ul.gridblock-filter li { 
	float:left;
	font-size: 11px;
	font-weight: 400;
	text-transform:uppercase;
	background: #BABABA;
    border-right: 1px solid #C5C5C5;
}
	
ul.gridblock-filter li.filter-tag-icon { 
	background-image: url(images/icons/grid_dark.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
	background-color: #fff;
    padding: 0 0 12px 30px;
    text-indent: -99999px;
}
ul.gridblock-filter a {
    color: #989898;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 6px 15px;
    position: relative;
    text-align: center;
	color: #FFFFFF;
   -webkit-transition:background-color .1s ease-in;
   -moz-transition:background-color .1s ease-in;
   -o-transition:background-color .1s ease-in;
   transition:background-color .1s ease-in;
   
}
ul.gridblock-filter a:hover { 
	color:#fff;
	background:#EB5E5F;
	text-decoration:none;
}
ul.gridblock-filter li.current a {
	color: #fff;
	background:#EB5E5F;
}

ul.gridblock-list { width: 100%; float:right; }
ul.gridblock-destination { display:none; }

ul.gridblock-list { margin: 0; padding: 0; list-style: none; }
ul.gridblock-list li {
	background: url(images/preloaders/dark_pulse.png) no-repeat 50% 50% #f8f8f8;
	display: block;
	margin: 0;
	float:left;
	width:215px;
	height:215px;
	margin: 22px 20px 20px 0;
	position:relative;
}
a.gridblock-filter-column img {
	width:205px;
	height:205px;
}

.filterable-title {
	margin-top:-4px;
}			

p.ajax-image-desc {
    color: #ccc;
    font-size: 12px;
	font-weight:400;
	line-height:15px;
	padding:5px;
}

.ajax-gridblock-icon {
	position:absolute;
	width:32px;
	height:50px;
	display:block;
	background-color:none;
	background-repeat:no-repeat;
	background-position:50% 50%;
	top:256px;
	left:0;
	width:100%;
	opacity:1;
}

.column-gridblock-link {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	bottom: 50%;
	display: block;
	height: 50px;
	left: 1px;
	opacity: 1;
	position: absolute;
	width: 50px;
	margin-right: -55px;
	margin-bottom: -25px;
	z-index: 10;
	color:#fff;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	font-size: 12px
}

.hover-icon-effect {}
.hover-icon-effect:hover {}

.grid-blank-status {
	position:absolute;
	height:100%;
	width:100%;
	background: #F7F7F7;
}
.photowall-item .grid-blank-status {
	background: rgba(0,0,0,0.5);
}
.photowall-item .grid-blank-status i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-12px;
	margin-top:-12px;
	color:#fff;
	-webkit-transition: background-color 0.5s, color 0.2s;
	-moz-transition: background-color 0.5s, color 0.2s;
	transition: background-color 0.5s, color 0.2s;
	font-size: 42px;
}
.grid-blank-element {
	position: relative;
}
.gridblock-grid-element {
	position: relative;
	line-height: 0;
	overflow: hidden;
}
.grid-blank-element .grid-blank-status i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-12px;
	margin-top:-12px;
	color:#656565;
	-webkit-transition: background-color 0.5s, color 0.2s;
	-moz-transition: background-color 0.5s, color 0.2s;
	transition: background-color 0.5s, color 0.2s;
}
.grid-blank-element .grid-blank-status:hover i,
.grid-blank-element .grid-blank-status i:hover {
	color:#fff;
}
.grid-blank-element .grid-blank-status:hover {
	background:#ddd;
	-webkit-transition: background-color 0.5s, color 0.2s;
	-moz-transition: background-color 0.5s, color 0.2s;
	transition: background-color 0.5s, color 0.2s;
}
.gridblock-image-link {
	overflow: hidden;
}
.gridblock-element:hover img,
.gridblock-grid-element:hover img {}
.gridblock-element img,
.gridblock-grid-element img {}
.gridblock-link-center {
	left:0;
	margin-left:-25px;
}

.gridblock-image-hover {
    position: absolute;
    z-index: 11;
	opacity:0;
	width:261px;
	height:261px;
	top:10px;
	display:none;
}
.gridblock-link-hover {
    position: absolute;
    z-index: 12;
	opacity:0;
	width:261px;
	height:261px;
	top:10px;
	display:none;
}
.gridblock-link-hover a {
	border: none !important;
	text-decoration: none !important;
}
.gridblock-columns-wrap .gridblock-row-new:first-child { margin-top:0;}
.gridblock-row-new {}

.boxtitle-hover {
	opacity:1;
	position: relative;
	bottom:0;
	width:100%;
	text-align: center;
	z-index: 99;
	left:0;
	display: block;
	margin-top:20px;
}
.boxtitle-hover {
  	margin-bottom:0;
}
.boxtitle-hover a:hover {
	color:#000;
}
.boxtitle-worktype {
	font-size:9px;
	font-weight: 800;
	line-height: 14px;
	color:#fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: block;
	margin-top:12px;
}
.album-item-count {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 15px;
    text-transform: uppercase;
}
.gridblock-grid-element .boxtitle-hover a {
	color: #fff;
	font-size: 16px;
	line-height: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
}

.gridblock-links-wrap {
	position: absolute;
	text-align: center;
	bottom: 35%;
	width: 100%;
	z-index: 100;
}
.gridblock-links-wrap.box-title-true {
	bottom: 25%;
}
.gridblock-background-hover:hover .gridblock-links-wrap {
	bottom: 40%;
}
.post-type-archive-mtheme_photostory .gridblock-background-hover:hover .gridblock-links-wrap {
	bottom: 30%;
}
.gridblock-background-hover:hover .gridblock-links-wrap.box-title-true {
	bottom: 30%;
}
.thumbnails-shortcode .boxtitle-active .gridblock-links-wrap {
	bottom: 25%;
}
.thumbnails-shortcode .boxtitle-active .gridblock-background-hover:hover .gridblock-links-wrap {
	bottom: 30%;
}
.owl-wrapper .gridblock-background-hover:hover .gridblock-links-wrap {
	bottom: 30%;
}


/* Slideshow with thumbnails */

.owl-slide-image {
	max-width: 100%;
}
.gridblock-slideshow-element {
    text-align: center;
}
.owl-slideshow-element .owl-buttons {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.owl-slideshow-element .slideshow-lightbox {
	line-height: 0;
	display: block;
	border:1px solid transparent;
}
.owl-slideshow-element:hover .owl-buttons {
	opacity: 1;
}
.gridblock-thumbnail-element .owl-thumbnail {
    max-width: 100%;
}
.gridblock-thumbnail-element {
	background-color:#eee;
	line-height: 0;
	margin-right: 5px;
	padding: 1px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.gridblock-thumbnail-element:hover,
.synced .gridblock-thumbnail-element {
	cursor: pointer;
	background-color:#24bee8;
	opacity: 1;
}
.synced .gridblock-thumbnail-element {
	opacity: 1;
}
.gridblock-thumbnail-element {
	opacity: 0.7;
}

.slideshow-owl-title {
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 20px 0;
    position: absolute;
    width: 100%;
}

/* Gridblock Hover effects */

.gridblock-grid-element:hover {
	cursor: pointer;
}
.gridblock-grid-element:hover .gridblock-background-hover {
	opacity: 1;
}
.gridblock-grid-element:hover .displayed-image {
	transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	-webkit-transform: scale(1.02,1.02);
	/*filter: blur(2px);
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px); 
	-o-filter: blur(2px); 
	-ms-filter: blur(2px);*/
	-webkit-transition: filter 0.5s,transform 0.5s;
	-moz-transition: filter 0.5s,transform 0.5s;
	transition: filter 0.5s,transform 0.5s;
	filter: saturate(1.05) brightness(1.05);
	
}
.gridblock-grid-element .displayed-image {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	transition: transform 0.5s;
	width: 100%;
    height: 340px;
	max-height: 360px;
    background-size: cover;
    background-position: center;
	filter: saturate(0.95) brightness(0.95);	
}

.gridblock-links-wrap {
	-webkit-transition: bottom 0.4s ease-in-out;
	-moz-transition: bottom 0.4s ease-in-out;
	-o-transition: bottom 0.4s ease-in-out;
	transition: bottom 0.4s ease-in-out;
}
.gridblock-background-hover {
	-webkit-transition: background-color 0.2s, opacity 0.5s;
	-moz-transition: background-color 0.2s, opacity 0.5s;
	transition: background-color 0.2s, opacity 0.5s;
}
.column-gridblock-icon {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.gridblock-background-hover {
    position: absolute;
    z-index: 10;
	width:100%;
	height:100%;
	bottom: 0;
	opacity: 0;
	background: rgba(0,0,0,0.1);
}
.column-gridblock-icon {
	display: inline-block;
	opacity: 1;
	height: 50px;
	width: 50px;
	color:#fff;
	font-weight: 400;
	line-height: 55px;
	text-align: center;
	font-size: 12px;
	margin: 0 5px;
}
.column-gridblock-icon i {
	font-size: 20px;
	color:#000;
	position: relative;
	z-index: 100;
}
.column-gridblock-icon:hover:after {
	background: #20cb26;
	opacity: 0.8;
	-webkit-transition: background-color 0.15s;
	-moz-transition: background-color 0.15s;
	transition: background-color 0.15s;
	z-index: 0;
}
.column-gridblock-icon:after {
	position: absolute;
	top:2px;
	right:0;
	width: 100%;
	height:100%;
	display: block;
	content: " ";
	background: transparent;
	background: rgba(255,255,255,0.6);
	border-radius: 45px;
	-webkit-transition: background-color 0.15s;
	-moz-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
.column-gridblock-icon:hover i {}
.column-gridblock-icon:hover {
	position: relative;
}
.column-gridblock-icon {
	position: relative;
}
.gridblock-grid-element:hover .gridblock-background-hover {
	bottom: 0;
}

ul.gridblock-list a.filter-thumbnail-loader {
	background: url(/images/horizontal_preloader.gif) no-repeat 50% 50%;
	padding: 1px;
	border:	1px solid #f3f3f3;
}

ul.gridblock-list li .gridblock-image-link {
	display: block;
	height: 215px;
	text-decoration: none;
}
ul.gridblock-list .work-details { margin: 15px 20px 0 20px; }

ul.gridblock-list h4 a {
	font-size: 14px;
	font-weight: bold;
	margin:	10px 0 5px 0;
	text-decoration:none;
}

ul.gridblock-list h4 a:hover {
	color:	#111;
}
.gridblock-listbox ul.gridblock-four .gridblock-element {
	width:100%;
}
.gridblock-listbox .listbox-image {}
.gridblock-listbox .listbox-content {}

ul.gridblock-listbox {
	list-style: none;
}
ul.gridblock-listbox li {
	margin-bottom: 10px;
}
ul.gridblock-listbox li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
ul.gridblock-listbox .summary-info {
	border:none;
	padding:0;
	margin:10px 10px;
	background: none;
}
ul.gridblock-listbox .summary-comment a {
	color:#aaa;
}
ul.gridblock-listbox .work-details {
	margin: 0 20px;
}
ul.gridblock-listbox .work-details h4 {
	margin-bottom: 10px;
	font-size:14px;
}
ul.gridblock-listbox .work-details h4 a {
	font-weight: 400;
}
ul.gridblock-listbox .work-details h4 a:hover {
	color:#000;
}
ul.gridblock-listbox .work-description {
	font-size: 13px;
	line-height: 18px;
}
ul.gridblock-listbox .gridblock-image-link {
	width:180px;
	float:left;
	margin-right:20px;
}
ul.gridblock-listbox .gridblock-listbox-row {
	margin-bottom: 20px;
}
ul.gridblock-listbox .gridblock-listbox-row .grid-blank-status i {
	color:#B1B1B1;
}

.lightbox-shortcode .gridblock-links-wrap {
    top: 45%;
}

.feather-icon-maximize {
    top: 4px;
    left: 3px;
}

/* rev slider */

#top_rev_slider .tp-loader.spinner3 div {
	background-color: #2fff21 !important;
}

.tp-caption.large_text,
.large_text {
	color:#fff;
	font-weight:700;
	font-size:40px;
	line-height:40px;
	font-family:Arial;
	border-width:0px;
	border-style:none;
	position:absolute;
	text-shadow:0px 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.very_large_text,
.very_large_text {
	color:#fff;
	font-weight:700;
	font-size:60px;
	line-height:60px;
	font-family:Arial;
	border-width:0px;
	border-style:none;
	position:absolute;
	text-shadow:0px 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
	letter-spacing:-2px;
}