/*
Theme Name: Modules
Theme URI: https://preview.artisanthemes.io/modules
Author: Artisan Themes
Author URI: https://artisanthemes.io/
Description: A Breathtaking Multipurpose WordPress Theme.
Version: 1.9.3.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: corporate, portfolio, creative, responsive, fluid, modules, page builder, video background, agency, demos, demo content, header layouts, theme options, translation ready, woocommerce
Text Domain: quadro
Domain Path: /languages/
*/


/* =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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
a:focus {
	outline: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #484848;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}

body {
	background-color: #fff;
	background-attachment: fixed;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-bottom: 18px;
}

h1, h2, h3, h4 {
	font-weight: 400;
}

	h1 { font-size: 40px; line-height: 1.3; }
	h2 { font-size: 36px; line-height: 1.3; }
	h3 { font-size: 26.667px; line-height: 1.4; }
	h4 { font-size: 24px; }
	h5 { font-size: 17.778px; text-transform: uppercase; }
	h6 { font-size: 16px; text-transform: uppercase; letter-spacing: 1px; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 24px;
}

/* Text elements */
p {
	margin-bottom: 24px;
}

ul, ol {
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 24px;
}

b, strong {
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote,
q {
	quotes: "" "";
	margin-bottom: 10px;
	font-size: 130%;
	font-style: italic;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

	.single-post blockquote,
	.single-post q {
		margin-bottom: 24px;
	    padding: 40px;
		background-color: #f1f1f1;
	    text-align: center;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote p:last-child,
q p:last-child {
	margin-bottom: 0;
}

cite {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	font-weight: bold;
}

address {
	display: block;
	margin: 0 0 24px;
	padding: 20px;
	background: #fff;
	font-size: 15px;
	line-height: 1.8;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 24px;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}

code, kbd, tt, var {
	font: 15px Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	width: 100%;
	margin: 0 0 24px;
	padding: 15px 30px 30px;
	background: rgba(255,255,255,0.8);
	font-size: 16px;
}

table td,
table th {
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}

th {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	/*vertical-align: middle;*/ /* Improves appearance and consistency in all browsers */
}

select {
	padding: 12px 40px 12px 15px !important;
	background: url('images/select-arrows.png') no-repeat right center;
	background-size: 30px;
	background-color: #fff;
	border: none;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:focus {
	background: url('images/select-arrows.png') no-repeat right center !important;
	background-size: 30px !important;
	background-color: #eaeaea !important;
}

select[multiple] {
	background: none;
	cursor: auto;
}

button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

input[type="file"] {
	font-size: 14px;
	line-height: 1;
	color: #555;
}

button,
.button,
a.button,
.qbtn,
a.qbtn,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 14px 25px;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: none; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 66%;
	background: #232527;
	border: none;
	text-shadow: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

button:hover,
.button:hover,
a.button:hover,
.qbtn:hover,
a.qbtn:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.12), 0 2px 5px rgba(0,0,0,0.24);
	box-shadow: 0 2px 6px rgba(0,0,0,0.12), 0 2px 5px rgba(0,0,0,0.24);
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.90;
}

button:focus,
.button:focus,
a.button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 8px !important;
	background: #f6f6f6;
	border: none;
	font-family: inherit;
	color: #666;
	font-size: 15px;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

	input[type="number"],
	input[type="date"] {
		width: auto;
	}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
	color: #1a1a1a;
	background: #eaeaea;
	outline: none;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 2%;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	height: 40px;
	vertical-align: top;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.post-password-form {
	max-width: 420px;
	margin: 40px auto;
	padding: 40px;
	background: #fff;
}

.post-password-form p:last-child {
	margin-bottom: 0;
}

.post-password-form input[type="submit"] {
	margin-top: 10px;
}

/* Contact Form 7 Support */
div.wpcf7 {
	max-width: 540px;
	margin: 30px 0;
}

div.wpcf7 p {
	font-size: 16px;
}

.widget div.wpcf7 p {
	margin-bottom: 10px;
	font-size: 14px;
}

span.wpcf7-form-control-wrap {
	width: 100%;
}

img.wpcf7-captchac {
	display: inline;
	margin-top: 10px;
}

input[type="text"].wpcf7-captchar {
	display: inline;
	width: auto;
}

span.wpcf7-list-item {
	margin: 0 15px 0 0;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
	padding: 5px 0;
}

div.wpcf7-response-output {
	margin: 20px 0;
	padding: 10px 15px;
	border-width: 1px !important;
	font-size: 14px;
}

.widget div.wpcf7 input[type="text"],
.widget div.wpcf7 input[type="email"],
.widget div.wpcf7 input[type="password"],
.widget div.wpcf7 input[type="search"],
.widget div.wpcf7 input[type="url"],
.widget div.wpcf7 input[type="tel"],
.widget div.wpcf7 input[type="number"],
.widget div.wpcf7 input[type="date"],
.widget div.wpcf7 textarea {
	padding: 8px;
}

.wpcf7-textarea {
	height: 200px;
}

.widget .wpcf7-textarea {
	height: 100px;
}

/* Gravity Forms Support */
.gform_heading {
	text-align: center;
	margin-bottom: 30px !important;
}

.gform_title:before, .gform_title:after {
	content: "";
	display: inline-block;
	width: 20px;
	margin: 0 10px;
	border-top: 1px solid;
	vertical-align: middle;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.gform_description {
	font-style: 90%;
	font-style: italic;
}

.gform_body {
	font-size: 14px;
}

.gform_wrapper .gf_progressbar_wrapper {
	margin-bottom: 30px !important;
	padding: 10px !important;
	background: #f5f5f5;
	border: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_wrapper .gf_progressbar {
	background-image: none !important;
	border: 1px solid #dedede !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	border-radius: 1px !important;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	zoom: 1;
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;
}

.gform_wrapper .gf_progressbar_percentage {
	background-image: none !important;
}

.gform_wrapper .left_label .gfield_label {
	font-weight: normal !important;
}

.gform_wrapper .gfield_description {
	padding-top: 5px !important;
	font-size: 11px !important;
	color: #666;
	font-style: italic;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper select, .gform_wrapper textarea {
	font-size: 12px !important;
	color: #000 !important;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio], .gform_wrapper .gfield_checkbox li input {
	margin-left: 1px !important;
}

.gform_wrapper .gform_page_footer {
	margin-top: 40px !important;
	padding-top: 20px !important;
	border-top: 5px solid #f5f5f5 !important;
}

.gform_wrapper div.validation_error {
	font-size: 85% !important;
}

.gform_confirmation_wrapper {
	padding: 20px;
	background: #f5f5f5;
	font-size: 14px;
	font-weight: bold;
}

/* Links */
a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:visited {
}
a:hover,
a:focus,
a:active {
}
a::selection {
	background: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 24px 24px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 24px 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 24px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Main Layout
----------------------------------------------- */

.site {
}

	@media only screen and (min-width: 760px) {
		.site-boxed:not(.header-layout7) .site,
		.site-boxed:not(.header-layout17) .site {
			width: 90%;
			max-width: 1400px;
			margin: 0 auto;
		}
	}

body:not(.landing-enabled) .site-content {
	margin-top: 60px;
}

	@media only screen and (min-width: 960px) {
		body:not(.landing-enabled).tall-header .site-content {
			margin-top: 120px;
		}

		body:not(.landing-enabled).header-layout2 .site-content,
		body:not(.landing-enabled).header-layout3 .site-content,
		body:not(.landing-enabled).header-layout4 .site-content,
		body:not(.landing-enabled).header-layout13 .site-content,
		body:not(.landing-enabled).header-layout14 .site-content,
		body:not(.landing-enabled).header-layout15 .site-content,
		body:not(.landing-enabled).header-layout18 .site-content,
		body:not(.landing-enabled).header-layout19 .site-content,
		body:not(.landing-enabled).header-layout20 .site-content {
			margin-top: 100px;
		}

		body:not(.landing-enabled).tall-header.header-layout2 .site-content,
		body:not(.landing-enabled).tall-header.header-layout3 .site-content,
		body:not(.landing-enabled).tall-header.header-layout4 .site-content,
		body:not(.landing-enabled).tall-header.header-layout13 .site-content,
		body:not(.landing-enabled).tall-header.header-layout14 .site-content,
		body:not(.landing-enabled).tall-header.header-layout15 .site-content,
		body:not(.landing-enabled).tall-header.header-layout18 .site-content,
		body:not(.landing-enabled).tall-header.header-layout19 .site-content,
		body:not(.landing-enabled).tall-header.header-layout20 .site-content {
			margin-top: 160px;
		}
	}

.site-main {
	position: relative;
	background: #fff;
}

.content-area {
	float: left;
	width: 66%;
	max-width: 700px;
}

.back-to-top {
	display: none;
	position: fixed;
		bottom: 60px;
		right: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-webkit-transition: none;
	-moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
	transition: none;
	z-index: 9999;
}

	.back-to-top:before {
		font-family: 'FontAwesome';
		content: "\f106";
		font-size: 16px;
		color: #fff;
	}


/* =Header
----------------------------------------------- */

.site-header {
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: auto;
	z-index: 100;	
}

.sticky-header .site-header {
	position: fixed;
		top: 0;
		left: 0;
}

@media only screen and (min-width: 760px) {
	.site-boxed:not(.header-layout7) .site-header,
	.site-boxed:not(.header-layout17) .site-header,
	.site-boxed.sticky-header .site-header {
			left: 0;
			right: 0;
		width: 90%;
		max-width: 1400px;
		margin: 0 auto;
	}
}

	.header-1st-row,
	.header-2nd-row {
		width: 100%;
		line-height: 40px;
		text-align: center;
		vertical-align: middle;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	    -o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}

	.header-1st-row {
		height: 60px;
		padding: 10px 40px;
	}

		.header-layout4 .header-1st-row,
		.header-layout13 .header-1st-row,
		.header-layout15 .header-1st-row,
		.header-layout18 .header-1st-row,
		.header-layout20 .header-1st-row {
			height: 40px;
			padding: 0 40px;
		}

		@media only screen and (min-width: 960px) {

			.header-1st-row,
			.header-2nd-row {
				position: relative;
			}

			.tall-header .header-1st-row {
				height: 120px;
				padding: 40px 40px;
			}

				.header-layout4.tall-header .header-1st-row,
				.header-layout13.tall-header .header-1st-row,
				.header-layout15.tall-header .header-1st-row,
				.header-layout18.tall-header .header-1st-row,
				.header-layout20.tall-header .header-1st-row {
					height: 40px;
					padding: 0 40px;
				}

			.header-layout2.transparent-header .headroom--top .header-1st-row:after,
			.header-layout3.transparent-header .headroom--top .header-1st-row:after,
			.header-layout4.transparent-header .headroom--top .header-1st-row:after,
			.header-layout13.transparent-header .headroom--top .header-1st-row:after,
			.header-layout14.transparent-header .headroom--top .header-1st-row:after,
			.header-layout15.transparent-header .headroom--top .header-1st-row:after,
			.header-layout18.transparent-header .headroom--top .header-1st-row:after,
			.header-layout19.transparent-header .headroom--top .header-1st-row:after,
			.header-layout20.transparent-header .headroom--top .header-1st-row:after,
			.header-layout2.transparent-header.not-sticky-header .header-1st-row:after,
			.header-layout3.transparent-header.not-sticky-header .header-1st-row:after,
			.header-layout4.transparent-header.not-sticky-header .header-1st-row:after,
			.header-layout13.transparent-header.not-sticky-header .header-1st-row:after,
			.header-layout14.transparent-header.not-sticky-header .header-1st-row:after,
			.header-layout15.transparent-header.not-sticky-header .header-1st-row:after,
			.header-layout18.transparent-header.not-sticky-header .header-1st-row:after,
			.header-layout19.transparent-header.not-sticky-header .header-1st-row:after,
			.header-layout20.transparent-header.not-sticky-header .header-1st-row:after {
				content: "";
				position: absolute;
					bottom: 0;
					left: 40px;
					right: 40px;
				max-width: 1400px;
    			margin: 0 auto;
				border-bottom: 1px dotted;
				zoom: 1;
				filter: alpha(opacity=20);
				opacity: 0.2;
			}

		}

	.header-2nd-row {
		height: 40px;
		padding: 0 40px;
	}

		.header-layout1 .header-2nd-row,
		.header-layout5 .header-2nd-row,
		.header-layout6 .header-2nd-row,
		.header-layout8 .header-2nd-row,
		.header-layout9 .header-2nd-row,
		.header-layout10 .header-2nd-row,
		.header-layout11 .header-2nd-row,
		.header-layout12 .header-2nd-row {
			display: none;
		}

		.header-layout4 .header-2nd-row,
		.header-layout13 .header-2nd-row,
		.header-layout15 .header-2nd-row,
		.header-layout18 .header-2nd-row,
		.header-layout20 .header-2nd-row {
			height: 60px;
			padding: 10px 40px;
		}

			@media only screen and (min-width: 960px) {
				.header-layout4.tall-header .header-2nd-row,
				.header-layout13.tall-header .header-2nd-row,
				.header-layout15.tall-header .header-2nd-row,
				.header-layout18.tall-header .header-2nd-row,
				.header-layout20.tall-header .header-2nd-row {
					height: 120px;
					padding: 40px 40px;
				}
			}

		.inner-header {
			position: relative;
			max-width: 1400px;
			margin: 0 auto;
		}

			.header-left {
				position: absolute;
					top: 0;
					left: 0;
			}

			.header-center {
				display: inline-block;
				text-align: center;
			}

			.header-right {
				position: absolute;
					top: 0;
					right: 0;
			}

.topper-header {
	max-height: 0;
	background: #fafafa;
	-webkit-transition: all 0.7s ease, max-height 0.5s ease;
	-moz-transition: all 0.7s ease, max-height 0.5s ease;
    -ms-transition: all 0.7s ease, max-height 0.5s ease;
    -o-transition: all 0.7s ease, max-height 0.5s ease;
	transition: all 0.7s ease, max-height 0.5s ease;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	overflow: hidden;
	z-index: 999;
	clear: none;
}

	.topper-header.open-topper-header {
		max-height: 2000px;
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-transition: all 0.5s ease, max-height 1s ease;
		-moz-transition: all 0.5s ease, max-height 1s ease;
	    -ms-transition: all 0.5s ease, max-height 1s ease;
	    -o-transition: all 0.5s ease, max-height 1s ease;
		transition: all 0.5s ease, max-height 1s ease;
	}

.widgetized-header {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px;
}

.widgetized-header .widget {
	font-size: 77%;
}

/* Header Layout 7 & 17 - Side Header */
.header-layout7 .header-2nd-row,
.header-layout17 .header-2nd-row {
	display: none;
}

@media only screen and (min-width: 959px) {
	.header-layout7 .site-header,
	.header-layout17 .site-header {
		position: fixed;
			top: 0;
			left: 0;
			right: auto;
		height: 100%;
		margin: 0 !important;
		-webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.10);
  		box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.10);
	}

		.header-layout7 .site-header {
			width: 18% !important;
		}

		.header-layout17 .site-header {
			width: 80px !important;
		}

	body:not(.landing-enabled).header-layout7 .site-content,
	body:not(.landing-enabled).header-layout7 .site-footer {
		float: left;
		width: 82%;
		max-width: 1400px;
		margin: 0 0 0 18%;
	}

		body:not(.landing-enabled).header-layout17 .site-content,
		body:not(.landing-enabled).header-layout17 .site-footer {
			max-width: 1400px;
			margin: 0 0 0 80px;
		}

	.header-layout7 .header-1st-row {
		height: 100%;
		padding: 40px;
	}

	.header-layout17 .header-1st-row {
		height: 100%;
		padding: 20px 10px;
	}

	.header-layout17 .inner-header {
		height: 100%;
	}

	.header-layout7 .header-left,
	.header-layout7 .header-center,
	.header-layout7 .header-right {
		position: relative;
		width: 100%;
	}

	.header-layout17 .header-left {
		position: absolute;
			top: 0;
			left: 0;
		width: 60px;
		overflow: hidden;
	}

	.header-layout17 .header-center {
		position: absolute;
			top: auto;
			bottom: 80px;
			left: 0px;
		width: 60px;
	}

	.header-layout17 .header-right {
		position: absolute;
			top: auto;
			bottom: 0;
			left: 5px;
		width: 50px;
	}

	.header-layout7 .header-left,
	.header-layout7 .header-center {
		margin-bottom: 40px;
	}

	.header-layout7 .site-branding {
		display: block;
		line-height: 1.4;
	}

	.header-layout7 .site-branding + .header-extras {
		margin: 30px 0 0 0;
	}

	.header-layout7 .header-extras > ul > li {
		position: relative;
	}

		.header-layout7 .site-header .header-search {
				top: 30px;
			-moz-transform: translateY(-460px);
			-webkit-transform: translateY(-460px);
			-o-transform: translateY(-460px);
			-ms-transform: translateY(-460px);
			transform: translateY(-460px);
		}

		.header-layout7 .cart-contents,
		.header-layout7 .user-navigation {
				top: 8px;
		}

		.header-layout7 .widgt-header-icon:before {
			content: "\f105";
		}

		.header-layout7 .open-header .widgt-header-icon:before {
			content: "\f104";	
		}

	.header-layout7 .site-title img,
	.header-layout17 .site-title img {
		max-height: none !important;
		margin: 0 !important;
		vertical-align: baseline;
	}

	.header-layout7 .main-navigation {
		width: 100%;
	}

	.header-layout7 .main-navigation li {
		display: block;
	}

	.header-layout7 .main-navigation .menu > li > a,
	.header-layout7 .main-navigation .menu > ul > li > a {
		position: relative;
		padding: 10px 0;
		line-height: 20px;
	}

		.header-layout7 .main-navigation .menu > li.current_page_item > a:after,
		.header-layout7 .main-navigation .menu > li.current-menu-item > a:after,
		.header-layout7 .main-navigation .menu > ul > li.current_page_item > a:after,
		.header-layout7 .main-navigation .menu > ul > li.current-menu-item > a:after,
		.header-layout7 .main-navigation .menu > li.current-menu-ancestor > a:after,
		.header-layout7 .main-navigation .menu > li.current_page_ancestor > a:after,
		.header-layout7 .main-navigation .menu > li.current-menu-parent > a:after {
			bottom: 5px;
			left: 0;
			right: 0;
		}

	.header-layout7 .main-navigation ul ul {
		top: 0;
		left: 100%;
		padding: 0 0 0 40px;
	}

		.header-layout7 .main-navigation ul ul:before {
			content: "";
			position: absolute;
				top: 13px;
				left: 34px;
			border: none;
			border-top: 6px solid rgba(0, 0, 0, 0);
			border-bottom: 6px solid rgba(0, 0, 0, 0);
			border-right: 6px solid #232527;
		}

	.header-layout7 .main-navigation ul ul ul {
		padding: 0 0 0 1px;
	}

	.header-layout7 .header-extras {
		position: relative;
	}

	.header-layout7 .topper-header {
		position: absolute;
			top: 0;
			left: 100%;
		width: 340px;
		height: 100%;
	}

	.header-layout7 .topper-header .widgetized-header > div {
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}

}

/* Header Layout 8, 9, 12, 16 & 17*/
.header-layout8 .menu-toggle,
.header-layout9 .menu-toggle,
.header-layout12 .menu-toggle,
.header-layout16 .menu-toggle,
.header-layout17 .menu-toggle {
	display: inline-block;
}

	.header-layout8 .header-extras,
	.header-layout9 .menu-toggle,
	.header-layout12 .menu-toggle {
		margin-left: 6px !important;
	}

.header-layout8 #site-navigation,
.header-layout9 #site-navigation,
.header-layout12 #site-navigation,
.header-layout16 #site-navigation,
.header-layout17 #site-navigation {
	display: none;
}

@media only screen and (min-width: 960px) {

	.header-layout16 .site-header,
	.header-layout16 .header-1st-row,
	.header-layout16 .header-2nd-row {
		height: 0 !important;
		padding: 0 !important;
	}

	.header-layout16 .menu-toggle {
		position: fixed;
			bottom: 40px;
			right: 40px;
	}

	.header-layout16 .site-branding {
		position: fixed;
			top: 40px;
			left: 40px;
	}

	.header-layout16 .header-extras {
		position: fixed;
			top: 40px;
			right: 40px;
	}

	.header-layout16 .site-content {
		margin: 0;
	}
}

.header-layout16 .site-header .social-area {
	display: none;
}


/* Pit Bar Style Header (Sticky) */
.headroom {
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.headroom--not-top {
}

.headroom--not-top:not(.headroom--unpinned) {
	-webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.10);
  	box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.10);
}

.headroom--not-top.headroom--pinned {
    -moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.headroom--not-top.headroom--unpinned {
    -moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.headroom--not-top .header-1st-row,
.header-layout4.tall-header .headroom--not-top .header-2nd-row,
.header-layout13.tall-header .headroom--not-top .header-2nd-row,
.header-layout15.tall-header .headroom--not-top .header-2nd-row,
.header-layout18.tall-header .headroom--not-top .header-2nd-row,
.header-layout20.tall-header .headroom--not-top .header-2nd-row {
	height: 60px;
	padding: 10px 40px;
}

.header-layout4 .headroom--not-top .header-1st-row,
.header-layout13 .headroom--not-top .header-1st-row,
.header-layout15 .headroom--not-top .header-1st-row,
.header-layout18 .headroom--not-top .header-1st-row,
.header-layout20 .headroom--not-top .header-1st-row {
	height: 40px;
	padding: 0 40px;
}

/* Header Elements */
.site-branding {
	display: inline-block;
	vertical-align: top;
}

	.site-branding a {
	}

		.site-branding a:hover {
			zoom: 1;
			filter: alpha(opacity=80);
			opacity: 0.8;
		}

	.site-title {
		font-size: 22px;
		line-height: 40px;
		margin: 0;
	}

		@media only screen and (min-width: 960px) {
			.header-layout7 .site-title {
				line-height: 1.5;
			}
		}

		.site-title a {
			color: #1a1a1a;
			-webkit-transition: none;
			-moz-transition: none;
		    -ms-transition: none;
		    -o-transition: none;
			transition: none;
		}

		.site-title.logo-title a {
			display: block;
		}

	.site-title img {
		max-width: 100%;
		max-height: 40px;
		width: auto;
		height: auto;
		margin-top: -5px;
		vertical-align: middle;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	    -o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}

		@media only screen and (min-width: 960px) {
			.tall-header .site-title img {
				max-height: 80px;
				margin-top: -20px;
			}
		}

		.headroom--not-top .header-1st-row .site-title img,
		.header-layout4.tall-header .headroom--not-top .header-2nd-row .site-title img,
		.header-layout13.tall-header .headroom--not-top .header-2nd-row .site-title img,
		.header-layout15.tall-header .headroom--not-top .header-2nd-row .site-title img,
		.header-layout18.tall-header .headroom--not-top .header-2nd-row .site-title img,
		.header-layout20.tall-header .headroom--not-top .header-2nd-row .site-title img {
			max-height: 40px;
			margin-top: -5px;
		}

.site-description {
	display: inline-block;
	margin: 0;
	font-size: 15px;
	line-height: 26px;
}

	.header-layout3 .site-description {
		margin-left: 40px;
	}

	.header-layout20 .site-description {
		display: block;
		font-size: 13px;
		line-height: 40px;
	}

/* Header Social */
.social-area {
	list-style: none;
	margin: 0;
}

	.social-area.header-social-icons {
		display: inline-block;
		line-height: 38px;
		vertical-align: top;
	}

		.header-extras + .social-area.header-social-icons  {
			margin-left: 30px;
		}

		.main-navigation + .social-area.header-social-icons  {
			margin-left: 30px;
		}

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

			.social-area li a {
				display: block;
				padding: 0 8px;
				font-size: 14px;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
			    -ms-transition: all 0.3s ease;
			    -o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}

			.social-area li a:hover {	
				zoom: 1;
				filter: alpha(opacity=80);
				opacity: 0.8;
			}

			.footer-social-icons.brand-color .fa-behance, 	   .background-header .header-social-icons.brand-color .fa-behance, 	 .headroom--not-top .header-social-icons.brand-color .fa-behance,		.header-layout7 .header-social-icons.brand-color .fa-behance 		{ color: #1769ff !important; }
			.footer-social-icons.brand-color .fa-codepen, 	   .background-header .header-social-icons.brand-color .fa-codepen, 	 .headroom--not-top .header-social-icons.brand-color .fa-codepen,		.header-layout7 .header-social-icons.brand-color .fa-codepen 		{ color: #111111 !important; }
			.footer-social-icons.brand-color .fa-dribbble, 	   .background-header .header-social-icons.brand-color .fa-dribbble, 	 .headroom--not-top .header-social-icons.brand-color .fa-dribbble,		.header-layout7 .header-social-icons.brand-color .fa-dribbble 		{ color: #EA4C89 !important; }
			.footer-social-icons.brand-color .fa-etsy, 		   .background-header .header-social-icons.brand-color .fa-etsy, 	 	.headroom--not-top .header-social-icons.brand-color .fa-etsy,			.header-layout7 .header-social-icons.brand-color .fa-etsy 		{ color: #F1661E !important; }
			.footer-social-icons.brand-color .fa-facebook, 	   .background-header .header-social-icons.brand-color .fa-facebook, 	 .headroom--not-top .header-social-icons.brand-color .fa-facebook,		.header-layout7 .header-social-icons.brand-color .fa-facebook,
			.footer-social-icons.brand-color .fa-facebook-f,	.background-header .header-social-icons.brand-color .fa-facebook-f,	.headroom--not-top .header-social-icons.brand-color .fa-facebook-f,		.header-layout7 .header-social-icons.brand-color .fa-facebook-f 	{ color: #3B5998 !important; }
			.footer-social-icons.brand-color .fa-flickr, 	   .background-header .header-social-icons.brand-color .fa-flickr, 		 .headroom--not-top .header-social-icons.brand-color .fa-flickr,		.header-layout7 .header-social-icons.brand-color .fa-flickr 		{ color: #FF0084 !important; }
			.footer-social-icons.brand-color .fa-github, 	   .background-header .header-social-icons.brand-color .fa-github, 	   	 .headroom--not-top .header-social-icons.brand-color .fa-github,		.header-layout7 .header-social-icons.brand-color .fa-github 		{ color: #4183C4 !important; }
			.footer-social-icons.brand-color .fa-google-plus,  .background-header .header-social-icons.brand-color .fa-google-plus,  .headroom--not-top .header-social-icons.brand-color .fa-google-plus,	.header-layout7 .header-social-icons.brand-color .fa-google-plus 	{ color: #DD4B39 !important; }
			.footer-social-icons.brand-color .fa-instagram,    .background-header .header-social-icons.brand-color .fa-instagram, 	 .headroom--not-top .header-social-icons.brand-color .fa-instagram,		.header-layout7 .header-social-icons.brand-color .fa-instagram 		{ color: #d93175 !important; }
			.footer-social-icons.brand-color .fa-itunes-note,	.background-header .header-social-icons.brand-color .fa-itunes-note,	.headroom--not-top .header-social-icons.brand-color .fa-itunes-note,	.header-layout7 .header-social-icons.brand-color .fa-itunes-note	{ color: #EA4CC0 !important; }
			.footer-social-icons.brand-color .fa-linkedin, 	   .background-header .header-social-icons.brand-color .fa-linkedin, 	 .headroom--not-top .header-social-icons.brand-color .fa-linkedin,		.header-layout7 .header-social-icons.brand-color .fa-linkedin,
			.footer-social-icons.brand-color .fa-linkedin-in,	.background-header .header-social-icons.brand-color .fa-linkedin-in,	.headroom--not-top .header-social-icons.brand-color .fa-linkedin-in,	.header-layout7 .header-social-icons.brand-color .fa-linkedin-in	{ color: #0766c2 !important; }
			.footer-social-icons.brand-color .fa-medium, 	   .background-header .header-social-icons.brand-color .fa-medium, 		 .headroom--not-top .header-social-icons.brand-color .fa-medium,		.header-layout7 .header-social-icons.brand-color .fa-medium 		{ color: #111111 !important; }
			.footer-social-icons.brand-color .fa-facebook-messenger,	.background-header .header-social-icons.brand-color .fa-facebook-messenger,	.headroom--not-top .header-social-icons.brand-color .fa-facebook-messenger,	.header-layout7 .header-social-icons.brand-color .fa-facebook-messenger	{ color: #0084ff !important; }
			.footer-social-icons.brand-color .fa-pinterest,    .background-header .header-social-icons.brand-color .fa-pinterest, 	 .headroom--not-top .header-social-icons.brand-color .fa-pinterest,		.header-layout7 .header-social-icons.brand-color .fa-pinterest,
			.footer-social-icons.brand-color .fa-pinterest-p,	.background-header .header-social-icons.brand-color .fa-pinterest-p,	.headroom--not-top .header-social-icons.brand-color .fa-pinterest-p,	.header-layout7 .header-social-icons.brand-color .fa-pinterest-p	{ color: #CB2027 !important; }
			.footer-social-icons.brand-color .fa-skype, 	   .background-header .header-social-icons.brand-color .fa-skype, 		 .headroom--not-top .header-social-icons.brand-color .fa-skype,			.header-layout7 .header-social-icons.brand-color .fa-skype 			{ color: #00AFF0 !important; }
			.footer-social-icons.brand-color .fa-slideshare,   .background-header .header-social-icons.brand-color .fa-slideshare,	 .headroom--not-top .header-social-icons.brand-color .fa-slideshare, 	.header-layout7 .header-social-icons.brand-color .fa-slideshare 	{ color: #0077b5 !important; }
			.footer-social-icons.brand-color .fa-snapchat-ghost, .background-header .header-social-icons.brand-color .fa-snapchat-ghost, .headroom--not-top .header-social-icons.brand-color .fa-snapchat-ghost, .header-layout7 .header-social-icons.brand-color .fa-snapchat-ghost { color: #fffc00 !important; }
			.footer-social-icons.brand-color .fa-soundcloud,   .background-header .header-social-icons.brand-color .fa-soundcloud, 	 .headroom--not-top .header-social-icons.brand-color .fa-soundcloud,	.header-layout7 .header-social-icons.brand-color .fa-soundcloud 	{ color: #ff8800 !important; }
			.footer-social-icons.brand-color .fa-spotify,   	.background-header .header-social-icons.brand-color .fa-spotify, 	 .headroom--not-top .header-social-icons.brand-color .fa-spotify,		.header-layout7 .header-social-icons.brand-color .fa-spotify 		{ color: #1DB954 !important; }
			.footer-social-icons.brand-color .fa-threads, 	   .background-header .header-social-icons.brand-color .fa-threads, 	 .headroom--not-top .header-social-icons.brand-color .fa-threads,		.header-layout7 .header-social-icons.brand-color .fa-threads 		{ color: #000000 !important; }
			.footer-social-icons.brand-color .fa-tiktok, 	   .background-header .header-social-icons.brand-color .fa-tiktok, 	  	 .headroom--not-top .header-social-icons.brand-color .fa-tiktok,		.header-layout7 .header-social-icons.brand-color .fa-tiktok 		{ color: #FE2C55 !important; }
			.footer-social-icons.brand-color .fa-tumblr, 	   .background-header .header-social-icons.brand-color .fa-tumblr, 	  	 .headroom--not-top .header-social-icons.brand-color .fa-tumblr,		.header-layout7 .header-social-icons.brand-color .fa-tumblr 		{ color: #2C4762 !important; }
			.footer-social-icons.brand-color .fa-twitter, 	   .background-header .header-social-icons.brand-color .fa-twitter, 	 .headroom--not-top .header-social-icons.brand-color .fa-twitter,		.header-layout7 .header-social-icons.brand-color .fa-twitter 		{ color: #00ACED !important; }
			.footer-social-icons.brand-color .fa-vimeo-square, .background-header .header-social-icons.brand-color .fa-vimeo-square, .headroom--not-top .header-social-icons.brand-color .fa-vimeo-square,	.header-layout7 .header-social-icons.brand-color .fa-vimeo-square,
			.footer-social-icons.brand-color .fa-vimeo,		   .background-header .header-social-icons.brand-color .fa-vimeo, 		 .headroom--not-top .header-social-icons.brand-color .fa-vimeo,			.header-layout7 .header-social-icons.brand-color .fa-vimeo,
			.footer-social-icons.brand-color .fa-vimeo-v,		.background-header .header-social-icons.brand-color .fa-vimeo-v,	.headroom--not-top .header-social-icons.brand-color .fa-vimeo-v,		.header-layout7 .header-social-icons.brand-color .fa-vimeo-v		{ color: #44BBFF !important; }
			.footer-social-icons.brand-color .fa-whatsapp, 	   .background-header .header-social-icons.brand-color .fa-whatsapp, 	 .headroom--not-top .header-social-icons.brand-color .fa-whatsapp,		.header-layout7 .header-social-icons.brand-color .fa-whatsapp 		{ color: #25D366 !important; }
			.footer-social-icons.brand-color .fa-x-twitter,		.background-header .header-social-icons.brand-color .fa-x-twitter,	.headroom--not-top .header-social-icons.brand-color .fa-x-twitter,		.header-layout7 .header-social-icons.brand-color .fa-x-twitter 		{ color: #000000 !important; }
			.footer-social-icons.brand-color .fa-youtube, 	   .background-header .header-social-icons.brand-color .fa-youtube, 	 .headroom--not-top .header-social-icons.brand-color .fa-youtube,		.header-layout7 .header-social-icons.brand-color .fa-youtube 		{ color: #C4302B !important; }

/* Header Extras */
.header-extras {
	display: inline-block;
	position: relative;
}

	.social-area.header-social-icons + .header-extras {
		margin-left: 30px;
	}

	.main-navigation + .header-extras {
		margin-left: 30px;
	}	

.header-extras > ul {
	list-style: none;
	margin: 0;
	line-height: 30px;
}

.header-extras > ul > li {
	display: inline-block;
	position: relative;
	height: 30px;
	padding: 0 12px;
	font-size: 12px;
	vertical-align: top;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

	.header-extras > ul > li:hover,
	.header-extras > ul > li:hover a,
	.transparent-header.dark-header .header-extras > ul > li:hover .widgt-header-icon:before,
	#widgt-header-handle.open-header {
		color: #fff !important;
	}

	.header-extras > ul > li:before {
		content: "";
		position: absolute;
			top: 0;
		width: 1px;
		border-left: 1px dotted;
		height: 100%;
		zoom: 1;
		filter: alpha(opacity=15);
		opacity: 0.15;
		display: none;
	}

	.header-layout3 .header-extras > ul > li:before,
	.header-layout13 .header-extras > ul > li:before,
	.header-layout14 .header-extras > ul > li:before,
	.header-layout15 .header-extras > ul > li:before,
	.header-layout18 .header-extras > ul > li:before,
	.header-layout20 .header-extras > ul > li:before {
		display: block;
	}

		.header-right .header-extras > ul > li:before {
			left: 0;
		}

		.header-left .header-extras > ul > li:before {
			right: 0;
		}

.header-extras .search-handler {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header-extras .search-handler,
#widgt-header-handle {
	cursor: pointer;
}

.widgt-header-icon:before {
	font-family: "FontAwesome";
	content: "\f107";
	font-size: 15px;
}

	.open-header .widgt-header-icon:before {
		content: "\f106";
	}

.header-extras > ul > li i {
	font-size: 14px;
}

.header-extras > ul li i + span {
	margin-left: 4px;
}

.user-navigation {
	display: none;
	position: absolute;
		top: 25px;
		right: 0;
	width: 220px;
	padding-top: 20px;
	text-align: left;
	z-index: 999999;
}

	.user-navigation ul.menu {
		width: 100%;
		margin: 0;
		padding: 20px;
		background: #fafafa;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.user-navigation ul.menu li {
			display: block;
			width: 100%;
		}

			.user-navigation ul.menu li a {
				display: block;
				margin-bottom: 10px;
				padding-bottom: 10px;
				border-bottom: 1px solid #eaeaea;
				color: #3a3a3a !important;
				font-weight: normal;
			}

				.user-navigation ul.menu li:last-of-type a {
					margin: 0;
					padding: 0;
					border: none;
				}

.header-search {
	display: block;
	text-align: left;
}

.site-header .header-search {
	position: absolute;
		top: 45px;
		right: 0;
	width: 300px;
	padding: 20px;
	background: #fafafa;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-transform: translateY(-300px);
	-webkit-transform: translateY(-300px);
	-o-transform: translateY(-300px);
	-ms-transform: translateY(-300px);
	transform: translateY(-300px);
	overflow: hidden;
	z-index: 10;
}

	.site-header .header-search.search-open {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

.header-search label {
	float: left;
	display: inline-block;
}

	.header-search .search-field {
		width: 210px;
		height: 40px;
		padding: 0;
		border: none;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

		.header-search .search-field:focus {
			box-shadow: none;
		}

	.header-search .search-submit {
		float: right;
		padding: 13px 18px;
  		font-size: 11px;
  		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	}

.header-left .header-search,
.header-left .cart-contents,
.header-left .user-navigation {
		right: auto;
		left: 0;
}

.header-left .header-search,
.header-left .cart-contents,
.header-left .user-navigation {
		right: auto;
		left: 0;
}

/* Header Button */
.header-extras > ul > li.header-button {
	height: 38px;
	margin-top: -5px;
	padding: 0 6px;
}

.header-extras > ul > li.header-button:before {
	display: none;
}

.header-button a.qbtn {
	height: 22px;
	padding: 8px 25px;
	font-size: 12px;
	line-height: 22px;
}

.header-button a.qbtn:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
}

@media only screen and (min-width: 960px) {
	.header-layout7 .header-extras > ul > li.header-button {
		margin-top: 5px;
		height: auto;
	}

		.header-layout7 .header-extras > ul > li.header-button a.qbtn {
			height: auto;
		}

	.header-layout13 .header-1st-row .header-extras > ul > li.header-button,
	.header-layout14 .header-2nd-row .header-extras > ul > li.header-button,
	.header-layout15 .header-1st-row .header-extras > ul > li.header-button,
	.header-layout18 .header-1st-row .header-extras > ul > li.header-button,
	.header-layout20 .header-1st-row .header-extras > ul > li.header-button {
		height: 30px;
		margin-top: 0;
	}

		.header-layout13 .header-1st-row .header-extras > ul > li.header-button a.qbtn,
		.header-layout14 .header-2nd-row .header-extras > ul > li.header-button a.qbtn,
		.header-layout15 .header-1st-row .header-extras > ul > li.header-button a.qbtn,
		.header-layout18 .header-1st-row .header-extras > ul > li.header-button a.qbtn,
		.header-layout20 .header-1st-row .header-extras > ul > li.header-button a.qbtn {
			padding: 4px 20px;
			font-size: 11px;
		}
}


/* = Main Navigation Menu
----------------------------------------------- */

@media only screen and (min-width: 960px) {

	.main-navigation {
		display: inline-block;
	}

		.header-layout10 .main-navigation,
		.header-layout11 .main-navigation,
		.header-layout19 .secondary-navigation,
		.header-layout20 #site-navigation {
			margin-left: 40px;
		}

		.header-layout6 .social-area.header-social-icons + .menu-toggle + .main-navigation,
		.header-layout6 .header-extras + .menu-toggle + .main-navigation {
			margin-left: 30px;
		}

	.main-navigation ul {
		list-style: none;
		margin: 0;
		text-align: center;
	}

	.main-navigation li {
		position: relative;
		display: inline-block;
	}

		.header-right .main-navigation li {
			margin-left: 15px;
		}

			.header-right .main-navigation.secondary-navigation li {
				margin-left: 5px;
			}

		.header-left .main-navigation li {
			margin-right: 15px;
		}

			.header-left .main-navigation.secondary-navigation li {
				margin-right: 5px;
			}

	.main-navigation .menu > li > a,
	.main-navigation .menu > ul > li > a {
		display: inline-block;
		margin: 0 1px;
		padding: 0 15px;
		color: #aaa;
		font-size: 70%;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
		vertical-align: top;
	}

	.main-navigation.secondary-navigation .menu > li > a,
	.main-navigation.secondary-navigation .menu > ul > li > a {
		font-size: 10px;
		letter-spacing: 1px;
	}

		.header-right .main-navigation .menu > li > a,
		.header-right .main-navigation .menu > ul > li > a {
			padding: 0 0 0 15px;
			margin: 0;
		}

		.header-left .main-navigation .menu > li > a,
		.header-left .main-navigation .menu > ul > li > a {
			padding: 0 15px 0 0;
			margin: 0;
		}

		.main-navigation .menu > li:hover > a,
		.main-navigation .menu > ul > li:hover > a {
			zoom: 1;
			filter: alpha(opacity=70);
			opacity: 0.7;
		}

		.main-navigation .menu > li.current_page_item > a:after,
		.main-navigation .menu > li.current-menu-item > a:after,
		.main-navigation .menu > ul > li.current_page_item > a:after,
		.main-navigation .menu > ul > li.current-menu-item > a:after,
		.main-navigation .menu > li.current-menu-ancestor > a:after,
		.main-navigation .menu > li.current_page_ancestor > a:after,
		.main-navigation .menu > li.current-menu-parent > a:after {
			position: absolute;
				bottom: 8px;
				left: 15px;
				right: 15px;
			content: "";
			border-top: 2px solid;
			zoom: 1;
			filter: alpha(opacity=30);
			opacity: 0.3;
		}

		.main-navigation.secondary-navigation .menu > li.current_page_item > a:after,
		.main-navigation.secondary-navigation .menu > li.current-menu-item > a:after,
		.main-navigation.secondary-navigation .menu > ul > li.current_page_item > a:after,
		.main-navigation.secondary-navigation .menu > ul > li.current-menu-item > a:after,
		.main-navigation.secondary-navigation .menu > li.current-menu-ancestor > a:after,
		.main-navigation.secondary-navigation .menu > li.current_page_ancestor > a:after,
		.main-navigation.secondary-navigation .menu > li.current-menu-parent > a:after {
		}

			.header-right .main-navigation .menu > li.current_page_item > a:after,
			.header-right .main-navigation .menu > li.current-menu-item > a:after,
			.header-right .main-navigation .menu > ul > li.current_page_item > a:after,
			.header-right .main-navigation .menu > ul > li.current-menu-item > a:after,
			.header-right .main-navigation .menu > li.current-menu-ancestor > a:after,
			.header-right .main-navigation .menu > li.current_page_ancestor > a:after,
			.header-right .main-navigation .menu > li.current-menu-parent > a:after {
					right: 0;
			}

			.header-left .main-navigation .menu > li.current_page_item > a:after,
			.header-left .main-navigation .menu > li.current-menu-item > a:after,
			.header-left .main-navigation .menu > ul > li.current_page_item > a:after,
			.header-left .main-navigation .menu > ul > li.current-menu-item > a:after,
			.header-left .main-navigation .menu > li.current-menu-ancestor > a:after,
			.header-left .main-navigation .menu > li.current_page_ancestor > a:after,
			.header-left .main-navigation .menu > li.current-menu-parent > a:after {
					left: 0;
			}

	.main-navigation ul ul {
		display: none;
		position: absolute;
			top: 30px;
			left: 16px;
		width: 240px;
		padding-top: 20px;
		text-align: left;
		line-height: 1.5;
		z-index: 999;
	}

	.main-navigation.secondary-navigation ul ul {
			top: 20px;
	}

		.header-layout2 .main-navigation ul ul,
		.header-layout3 .main-navigation ul ul,
		.header-layout4 .main-navigation ul ul,
		.header-layout14 .main-navigation ul ul,
		.header-layout15 .main-navigation ul ul,
		.header-layout19 .main-navigation ul ul {
				top: 20px;
		}

		.header-right .main-navigation ul ul {
				left: auto;
				right: 0;
		}

		.header-left .main-navigation ul ul {
				left: 0;
		}

		.main-navigation ul li:hover > ul {
			display: block;
		}

	.main-navigation ul ul li {
		display: block;
		padding: 0 20px;
		background: rgba(0,0,0,0.9);
	}

	.main-navigation.secondary-navigation ul ul li {
		padding: 0 10px;
	}

		.main-navigation ul ul li:first-of-type {
			padding-top: 20px;
		}

			.main-navigation.secondary-navigation ul ul li:first-of-type {
				padding-top: 10px;
			}

		.main-navigation ul ul li:last-of-type {
			padding-bottom: 20px;
		}

			.main-navigation.secondary-navigation ul ul li:last-of-type {
				padding-bottom: 10px;
			}

	.main-navigation ul ul a {
		display: block;
		padding: 8px 10px;
		font-size: 77%;
		color: #eee;
	}

	.main-navigation.secondary-navigation ul ul a {
		padding: 8px;
		font-size: 67%;
	}

		.main-navigation ul ul li:hover > a,
		.main-navigation ul ul li.current_page_item > a,
		.main-navigation ul ul li.current-menu-item > a {
			color: #fff;
		}

	.main-navigation ul ul ul {
			top: 0 !important;
			left: 100%;
		padding-top: 0 !important;
		padding-left: 1px;
	}

		.header-right .main-navigation ul ul ul {
				left: auto;
				right: 100%;
			padding-left: 0;
			padding-right: 1px;
		}

		.header-left .main-navigation ul ul ul {
				left: 100% !important;
		}

}

/* Responsive Menu - Main Navigation */ 
.menu-toggle {
	display: none;
	position: relative;
	width: 20px;
	height: 15px;
	margin: 0;
	font-size: 20px;
	vertical-align: middle;
	cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

	@media only screen and (max-width: 959px) {
		.menu-toggle {
			display: inline-block;
		}
	}

.menu-toggle a {
	display: block;
	width: 100%;
	height: 100%;
}

	.menu-toggle-icon {
		position: absolute;
			left: 0;
			top: 0;
		background-color: #1d1d1d;
		width: 20px;
		height: 2px;
		webkit-transition: all .5s cubic-bezier(0,0.275,0.125,1);
		-moz-transition: all .5s cubic-bezier(0,0.275,0.125,1);
		-o-transition: all .5s cubic-bezier(0,0.275,0.125,1);
		transition: all .5s cubic-bezier(0,0.275,0.125,1);
	}

	.menu-toggle-icon-2 {
			top: 6px;
	}

	.menu-toggle-icon-3 {
			top: 12px;
	}

	.menu-toggle-active .menu-toggle-icon-1 {
		-webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
	    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
	    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
	    -o-transform: translateY(6px) translateX(1px) rotate(45deg);
	    transform: translateY(6px) translateX(1px) rotate(45deg);
	}

	.menu-toggle-active .menu-toggle-icon-2 {
		-webkit-transform: translateX(100px);
	    -moz-transform: translateX(100px);
	    -ms-transform: translateX(100px);
	    -o-transform: translateX(100px);
	    transform: translateX(100px);
	    zoom: 1;
	    filter: alpha(opacity=0);
	    opacity: 0;
	}

	.menu-toggle-active .menu-toggle-icon-3 {
		-webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	    -o-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	    transform: translateY(-6px) translateX(1px) rotate(-45deg);
	}

#msite-navigation .header-social-icons {
	display: block;
	padding: 25px 15px;
	line-height: 25px;
}

#msite-navigation .header-social-icons li {
	margin: 0 4px;
}

#msite-navigation .header-social-icons li a i {
	color: #6a6a6a !important;
}

#msite-navigation .header-search {
	max-width: 250px;
	margin: 0 auto;
	padding: 20px 5px;
}

	#msite-navigation .header-search .search-field {
		background: #eaeaea;
		width: 160px;
	}

#mm-blocker {
    position: fixed;
	    top: 0;
	    left: 0;
	width: 100%;
    height: 100%;
    background: rgba(3, 2, 1, 0);
    z-index: 999999;
}

.mm-opening #mm-blocker {
	background: rgba(0, 0, 0, 0.5);
	transition: background 0.5s ease 0.3s;
}

.mm-listview .menu-item > a,
.mm-listview .menu-item > span {
	text-overflow :clip;
	white-space: normal;
}


/* = Mega Menu - CF Mega Menus by Crowd Favorite integration with Page Builder by Site Origin
---------------------------------------------------------------------------------------------- */
.cf-mega-menu {
	display: none;
	visibility: hidden;
	position: absolute;
		top: 30px;
	width: 100vw;
	padding: 20px 40px 0;
	text-align: left;
	font-size: 77%;
	line-height: 1.5;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.header-layout2 .cf-mega-menu,
	.header-layout3 .cf-mega-menu,
	.header-layout4 .cf-mega-menu,
	.header-layout14 .cf-mega-menu,
	.header-layout15 .cf-mega-menu,
	.header-layout19 .cf-mega-menu {
		top: 20px;
	}

	.header-layout7 .cf-mega-menu {
		    top: 0;
		    left: 100% !important;
	    width: 88vw;
	    max-width: 1280px;
	    padding: 0 40px 0;
	}

.main-navigation ul li:hover > .cf-mega-menu {
	display: block !important;
}

.cf-mega-menu .inner-megamenu {
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 0;
	background: rgba(0,0,0,0.9);
	color: #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cf-mega-menu .panel-grid {
	margin: 0 !important;
	padding: 0 !important;
}

.cf-mega-menu .panel-grid-cell {
	padding: 0 40px !important;
}

	.cf-mega-menu .panel-grid-cell:first-of-type {
		border: none;
	}

.cf-mega-menu .widget-title {
	font-size: 13px;
}

.cf-mega-menu a {
	color: #eee;
}

.cf-mega-menu ul,
.cf-mega-menu .widget_nav_menu .menu {
	display: block !important;
	position: static !important;
	width: auto !important;
	padding: 0 !important;
}

.cf-mega-menu .widget_nav_menu .menu li {
	margin: 0;
	padding: 0;
	background: none;
}

.cf-mega-menu .widget_nav_menu .menu > li > a {
	display: block;
	padding: 0 0 8px;
	color: #eee !important;
	font-size: 100%;
	text-transform: none;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.cf-mega-menu .widget_nav_menu .menu > li > a:hover,
.cf-mega-menu .widget_nav_menu .menu > li.current_page_item > a,
.cf-mega-menu .widget_nav_menu .menu > li.current-menu-item > a {
	background: none;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.cf-mega-menu .widget_nav_menu .menu > li.current_page_item > a:after,
.cf-mega-menu .widget_nav_menu .menu > li.current-menu-item > a:after,
.cf-mega-menu .widget_nav_menu .menu > ul > li.current_page_item > a:after,
.cf-mega-menu .widget_nav_menu .menu > ul > li.current-menu-item > a:after,
.cf-mega-menu .widget_nav_menu .menu > li.current-menu-ancestor > a:after,
.cf-mega-menu .widget_nav_menu .menu > li.current_page_ancestor > a:after,
.cf-mega-menu .widget_nav_menu .menu > li.current-menu-parent > a:after {
	display: none;
}

/* Mega Menu Inside Mmenu */
.cf-mega-menu.mm-panel {
	display: block;
	visibility: visible;
	position: static;
	width: 100%;
	font-size: 100%;
}

.cf-mega-menu.mm-panel .inner-megamenu {
	padding: 0 !important;
	background: none;
	color: #000;
}

.cf-mega-menu.mm-panel .panel-grid-cell {
	width: 100% !important;
	padding: 0 !important;
	margin-bottom: 40px;
}

.cf-mega-menu.mm-panel a,
.cf-mega-menu.mm-panel .widget_nav_menu .menu > li > a  {
	color: #000 !important;
}

/* =Transparent Header
----------------------------------------------- */

.transparent-header .site-content {
	margin-top: 0 !important;
}

.transparent-header .header-1st-row,
.transparent-header .header-2nd-row {
	background: none;
}


.transparent-header.dark-header .header-1st-row,
.transparent-header.dark-header .header-2nd-row,
.transparent-header.dark-header .header-1st-row .site-title a,
.transparent-header.dark-header .header-2nd-row .site-title a,
.transparent-header.dark-header .main-navigation .menu > ul > li > a,
.transparent-header.dark-header .main-navigation .menu > li > a,
.transparent-header.dark-header .header-extras > ul > li,
.transparent-header.dark-header .header-extras > ul > li a,
.transparent-header.dark-header .social-area.header-social-icons li a i,
.transparent-header.dark-header .header-extras .search-handler,
.transparent-header.dark-header .menu-toggle a {
	color: #000;
}

.transparent-header.light-header .menu-toggle-icon {
	background: #000;
}

.transparent-header.light-header .header-1st-row,
.transparent-header.light-header .header-2nd-row,
.transparent-header.light-header .header-1st-row .site-title a,
.transparent-header.light-header .header-2nd-row .site-title a,
.transparent-header.light-header .main-navigation .menu > ul > li > a,
.transparent-header.light-header .main-navigation .menu > li > a,
.transparent-header.light-header .header-extras > ul > li,
.transparent-header.light-header .header-extras > ul > li a,
.transparent-header.light-header .social-area.header-social-icons li a i,
.transparent-header.light-header .header-extras .search-handler,
.transparent-header.light-header .menu-toggle a {
	color: #fff;
}

.transparent-header.light-header .menu-toggle-icon {
	background: #fff;
}

.transparent-header.light-header .headroom--top.site-header .site-description {
	border-color: rgba(255,255,255,0.2);
}

/* Increase top padding on first Module on Modular Template when Header is Transparent in Short Header*/
body:not(.landing-enabled).transparent-header .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header {
	padding-top: 100px;
}

body:not(.landing-enabled).transparent-header .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content {
	padding-top: 120px;
}

	/* In Larger Header Layouts */
	body:not(.landing-enabled).transparent-header.header-layout2 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.header-layout3 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.header-layout4 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.header-layout13 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.header-layout14 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.header-layout15 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.header-layout18 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.header-layout19 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.header-layout20 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header {
		padding-top: 140px;
	}

	body:not(.landing-enabled).transparent-header.header-layout2 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.header-layout3 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.header-layout4 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.header-layout13 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.header-layout14 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.header-layout15 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.header-layout18 .modular-modules section.type-page > section.quadro-mod:not(.modheader-integrated):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.header-layout19 .modular-modules section.type-page > section.quadro-mod:not(.modheader-integrated):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.header-layout20 .modular-modules section.type-page > section.quadro-mod:not(.modheader-integrated):first-child .mod-content {
		padding-top: 160px;
	}


@media only screen and (min-width: 960px) {
/* Increase top padding on first Module on Modular Template when Header is Transparent in Tall Header */
body:not(.landing-enabled).transparent-header.tall-header .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header {
	padding-top: 160px;
}

body:not(.landing-enabled).transparent-header.tall-header .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content {
	padding-top: 180px;
}

	/* In Larger Header Layouts */
	body:not(.landing-enabled).transparent-header.tall-header.header-layout2 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout3 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout4 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout13 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout14 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout15 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout18 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout19 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout20 .modular-modules section.type-page > section.quadro-mod.modheader-fullwidth:first-child .mod-header {
		padding-top: 200px;
	}

	body:not(.landing-enabled).transparent-header.tall-header.header-layout2 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout3 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout4 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout13 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout14 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout15 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout18 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout19 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content,
	body:not(.landing-enabled).transparent-header.tall-header.header-layout20 .modular-modules section.type-page > section.quadro-mod:not(.modheader-fullwidth):first-child .mod-content {
		padding-top: 220px;
	}
}

/* Don't increase .mod-content top padding of these Modules never */
.transparent-header .modular-modules section.type-page > section.quadro-mod.type-crelly-slider .mod-content {
	padding-top: 0 !important;
}


/* =General Content
----------------------------------------------- */

.sticky {
}

.updated {
	display: none;
}

.dark-overlay {
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	zoom: 1;
	filter: alpha(opacity=55);
	opacity: 0.55;
	z-index: 1;
}

	.overlay-off .dark-overlay,
	.overlay- .dark-overlay {
		display: none;
	}

	.overlay-on .dark-overlay {
		display: block;
	}

a.post-edit-link {
	position: absolute;
		top: 10px;
		right: 10px;
	width: 40px;
	height: 40px;
	background: #000;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.50);
  	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	/*z-index: 990;*/ z-index: 90;
}

	a.post-edit-link i {
		color: #fff !important;
	}

	a.post-edit-link:hover {
		-webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.70);
  		box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.70);
	}

iframe.twitter-tweet {
	width: 100%;
}

.wow {
	visibility: hidden;
}

/* = Pages
----------------------------------------------- */

.page-header {
	background: #eaeaea;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

	.transparent-header .page-header  {
		padding-top: 60px;
	}

		@media only screen and (min-width: 960px) {
			.transparent-header.tall-header .page-header  {
				padding-top: 120px;
			}
		}

	.transparent-header.header-layout2 .site-content .page-header,
	.transparent-header.header-layout3 .site-content .page-header,
	.transparent-header.header-layout4 .site-content .page-header,
	.transparent-header.header-layout13 .site-content .page-header,
	.transparent-header.header-layout14 .site-content .page-header,
	.transparent-header.header-layout15 .site-content .page-header,
	.transparent-header.header-layout18 .site-content .page-header,
	.transparent-header.header-layout19 .site-content .page-header,
	.transparent-header.header-layout20 .site-content .page-header {
		padding-top: 100px;
	}

		@media only screen and (min-width: 960px) {
			.transparent-header.tall-header.header-layout2 .site-content .page-header,
			.transparent-header.tall-header.header-layout3 .site-content .page-header,
			.transparent-header.tall-header.header-layout4 .site-content .page-header,
			.transparent-header.tall-header.header-layout13 .site-content .page-header,
			.transparent-header.tall-header.header-layout14 .site-content .page-header,
			.transparent-header.tall-header.header-layout15 .site-content .page-header,
			.transparent-header.tall-header.header-layout18 .site-content .page-header,
			.transparent-header.tall-header.header-layout19 .site-content .page-header,
			.transparent-header.tall-header.header-layout20 .site-content .page-header {
				padding-top: 160px;
			}
		}

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

.page-inner-header {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px;
}

	.big-header .page-inner-header {
		padding: 180px 40px 100px;
	}

	.page-title {
		margin: 0;
		font-size: 54px;
		line-height: 1.2;
	}

		.big-header .page-title {
			font-size: 76px;
			line-height: 1.1;
		}

	.page-tagline {
		max-width: 540px;
		margin: 5px 0 0;
		font-size: 22px;
	}

		.big-header .page-tagline {
			font-size: 28px;
		}

		.center-header .page-tagline {
			margin: 5px auto 0;
		}

	.page-breadcrumbs {
		position: absolute;
			top: 0;
			bottom: 0;
			right: 40px;
		display: inline-block;
		height: 28px;
		margin: auto;
		padding: 1px 10px;
		background: #fff;
		font-size: 11px;
		text-transform: uppercase;
		line-height: 28px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

		.center-header .page-breadcrumbs {
			position: static;
			margin-top: 10px;
		}

		.big-header .page-breadcrumbs {
				top: auto;
				bottom: 100px;
		}

	.product-breadcrumbs {
		display: block;
		margin-bottom: 18px;
		font-size: 11px;
		text-transform: uppercase;
	}

.page-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 40px 60px;
}

.page-template-template-full-width .content-area {
	width: 100%;
	max-width: none;
}

.page-template-template-left-sidebar-php .content-area {
	float: right;
}

.page-template-template-centered .content-area {
	float: none;
	margin: 0 auto;
}

@media only screen and (min-width: 760px) {
	.page-template-template-left-sidebar-php .page-content,
	.page-template-default .page-content,
	.page-template-template-centered .page-content {
		max-width: 700px;
	}
}

.page-template-template-centered .page-content {
	margin: 0 auto;
}

.page-content > *:last-child {
	margin-bottom: 0;
}

.error-404 .search-form {
	margin: 20px 0 0;
}

.content-area.error-404-fw {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0 auto;
}


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

.blog-style-classic.no-sidebar .page-wrapper,
.blog-style-headlines.no-sidebar .page-wrapper,
.blog-style-masonry.no-sidebar.masonry-margins-false .page-wrapper {
	padding: 0;
}

.blog-style-classic.no-sidebar .content-area,
.blog-style-headlines.no-sidebar .content-area,
.blog-style-masonry.no-sidebar .content-area,
.blog-style-teasers.no-sidebar .content-area {
	width: 100%;
}

.blog-style-classic .content-area,
.blog-style-headlines .content-area,
.blog-style-masonry .content-area,
.blog-style-teasers .content-area {
	max-width: none;
}

.blog-item {
	position: relative;
}

.readmore-link {
	display: block;
	margin-top: 20px;
}

.read-more {
	display: inline-block;
	padding: 12px 18px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

	.read-more:hover {
		zoom: 1;
		filter: alpha(opacity=85);
		opacity: 0.85;
	}

/* Blog Classic */
.blog-style-classic .blog-item {
	padding: 40px;
	background: #fff;
}

	.blog-style-classic.with-sidebar .blog-item,
	.type-wrapper .blog-style-classic .blog-item {
		margin-bottom: 60px;
	}

	.blog-style-classic .blog-item:last-of-type {
		margin-bottom: 0;
	}

.blog-style-classic .entry-header a {
	color: #1a1a1a !important;
}

.blog-style-classic .entry-thumbnail {
	width: 100%;
	height: 400px;
	margin: -40px -40px 40px;
	padding: 0 40px;
	background: no-repeat;
	background-size: cover;
	background-position: center;
}

.blog-style-classic .entry-header .entry-inner {
	max-width: 700px;
	padding: 0;
	text-align: left;
}

.blog-style-classic .posted-on {
	background: #f5f5f5;
	margin-bottom: 0;
}

.blog-style-classic .cat-links {
	color: #1a1a1a;
	font-size: 13px;
	margin-bottom: 0;
}

.blog-style-classic .entry-title {
	font-size: 46px;
  	line-height: 1.2;
	margin: 15px 0;
}

.blog-style-classic .byline {
	margin-top: 0;
}

.blog-style-classic .byline .avatar {
	display: inline-block;
	width: 40px;
	margin: 0 5px 0 0;
	border: none;
	vertical-align: middle;
}

.blog-style-classic .entry-content {
	margin: 40px auto 0;
}

.blog-style-classic .entry-footer {
	max-width: 700px;
	margin: 20px auto 0;
}

.blog-style-classic .edit-link {
	margin: 0;
}

/* Blog Headlines Style */
.blog-style-headlines .blog-item {
	padding: 140px 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	text-align: center;
}

.blog-style-headlines .entry-title {
	font-size: 54px;
  	line-height: 1.2;
}

.blog-style-headlines .byline {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.blog-style-headlines .byline .avatar {
	display: inline-block;
	width: 40px;
	margin: 0 5px 0 0;
	border: none;
	vertical-align: middle;
}

.blog-style-headlines .entry-summary {
	max-width: 700px;
	margin: 30px auto 0;
	font-size: 120%;
}

.blog-style-headlines .entry-footer {
	margin: 0;
}

/* Blog Masonry Style */
.blog-style-masonry.masonry-margins-true .blog-container {
	margin: 0 -0.75%;
}

	@media only screen and (min-width: 960px) {
		.blog-style-masonry.masonry-margins-true .blog-container.blog-columns-three {
			margin: 0 -0.6%;
		}
	}

.blog-style-masonry .blog-item {
	float: left;
	width: 50%;
	padding: 40px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

	.blog-style-masonry.masonry-margins-true .blog-item  {
		width: 48.5%;
		margin: 0 0.75% 20px;
		padding: 30px;
	}

	@media only screen and (min-width: 960px) {
		.blog-style-masonry .blog-columns-three .blog-item {
			width: 33.3333%;
		}

			.blog-style-masonry.masonry-margins-true .blog-columns-three .blog-item {
				width: 32.1333%;
				margin: 0 0.6% 15px;
			}
	}

.blog-style-masonry .blog-item .entry-header a {
	color: #1a1a1a !important;
}

.blog-style-masonry .entry-header {
	text-align: left;
}

.blog-style-masonry .entry-thumbnail {
	margin: -40px -40px 20px -40px;
}

	.blog-style-masonry.masonry-margins-true .entry-thumbnail {
		margin: -30px -30px 20px -30px;
	}

	.blog-style-masonry .entry-thumbnail a,
	.blog-style-masonry .entry-thumbnail img {
		display: block;
	}

.blog-style-masonry .entry-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
}

.blog-style-masonry .posted-on {
	margin-bottom: 0;
	background: #f5f5f5;
}

.blog-style-masonry .cat-links {
	margin-bottom: 0;
	font-size: 13px;
	color: #1a1a1a;
}

.blog-style-masonry .entry-summary {
	margin-top: 20px;
}

/* Blog Teasers Style */
.blog-container.blog-teasers {
	max-width: 940px;
	margin: 0 auto;
}

.blog-style-teasers .blog-item {
	position: relative;
	width: 100%;
	min-height: 200px;
	margin-bottom: 30px;
	padding: 30px 30px 30px 370px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-style-teasers .entry-header {
	position: static;
	margin-bottom: 10px;
	text-align: left;
}

.blog-style-teasers .blog-item .entry-header a {
	color: #1a1a1a !important;
}

.blog-style-teasers .entry-thumbnail {
	position: absolute;
		top: 0;
		left: 0;
	width: 340px;
	height: 100%;
	min-height: 0;
	margin: 0 !important;
	background-color: #eaeaea;
	background-color: rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

	.blog-style-teasers .entry-thumbnail img {
		position: absolute;
			top: 0;
			left: 50%;
		height: 100%;
		max-height: none;
		max-width: none;
		min-width: 100%;
		width: auto;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		object-fit: cover; /* Fixes the distorting issue of the image - It's still not supported by IE and Edge */
	}

.blog-style-teasers .entry-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 5px;
}

.blog-style-teasers .posted-on {
	background: #f5f5f5;
}

.blog-style-teasers .cat-links {
	font-size: 13px;
	color: #1a1a1a;
}

@media only screen and (min-width: 760px) and (max-width: 960px) {

	.blog-style-teasers.with-sidebar .blog-item,
	.type-wrapper .blog-style-teasers .blog-item,
	.blog-style-teasers.modheader-left .blog-item,
	.blog-style-teasers.modheader-right .blog-item {
		padding-left: 230px;
	}

	.blog-style-teasers.with-sidebar .entry-thumbnail,
	.type-wrapper .blog-style-teasers .entry-thumbnail,
	.blog-style-teasers.modheader-left .entry-thumbnail,
	.blog-style-teasers.modheader-right .entry-thumbnail {
		width: 200px;
	}

}

/* =Modules & Modular Template
----------------------------------------------- */

/* Quadro Module */
.quadro-mod {
	position: relative;
	clear: both;
	width: 100%;
	background-position: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

	.quadro-mod:focus {
		outline: none;
	}

	.parallax-back {
		background-attachment: fixed;
		background-position: top center;
	}

	.modheader-integrated.quadro-mod {
		padding: 40px 0;
	}

	@media only screen and (min-width: 760px) {
		.quadro-mod.modheader-left,
		.quadro-mod.modheader-right,
		.quadro-mod.modheader-left-50,
		.quadro-mod.modheader-right-50 {
			max-width: 1400px;
			margin: 0 auto;
		}
	}

.inner-mod {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.mod-header {
	position: relative;
	width: 100%;
	padding: 40px;
	background-position: top center;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.modheader-integrated .mod-header {
	padding-bottom: 0;
	background: none !important;
}

.mod-header .inner-mod {
}

	@media only screen and (min-width: 760px) {
		.modheader-left .mod-header,
		.modheader-right .mod-header,
		.modheader-left-50 .mod-header,
		.modheader-right-50 .mod-header {
			position: absolute;
				top: 0;
				left: 0;
			width: 33.32%;
			height: 100%;
		}

			.modheader-left-50 .mod-header,
			.modheader-right-50 .mod-header {
				width: 50%;
			}

		.modheader-right .mod-header,
		.modheader-right-50 .mod-header {
				left: auto;
				right: 0;
		}

			.modheader-left .mod-header .inner-mod,
			.modheader-right .mod-header .inner-mod,
			.modheader-left-50 .mod-header .inner-mod,
			.modheader-right-50 .mod-header .inner-mod {
					top: 50%;
				-moz-transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}
	}

		.mod-title {
			max-width: 700px;
			margin: 0 auto;
			font-size: 46px;
			line-height: 54px;
		}

		.modheader-intro {
			max-width: 700px;
			margin: 5px auto 0;
			font-size: 120%;
			zoom: 1;
			filter: alpha(opacity=85);
			opacity: 0.85;
		}

		.modheader-btn {
			display: inline-block;
			margin: 20px 0 0;
			padding: 12px 18px;
			border: 1px solid;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: normal;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
		}

			@media only screen and (min-width: 760px) {
				.modheader-left .modheader-btn,
				.modheader-right .modheader-btn,
				.modheader-left-50 .modheader-btn,
				.modheader-right-50 .modheader-btn {
					margin: 30px 0 0;
				}
			}

.mod-content {
	position: relative;
	width: 100%;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.quadro-mod.no-margins .mod-content {
		padding: 0;
	}

	@media only screen and (min-width: 760px) {
		.modheader-left .mod-content,
		.modheader-right .mod-content {
			float: right;
			width: 66.68%;
		}

		.modheader-left-50 .mod-content,
		.modheader-right-50 .mod-content {
			float: right;
			width: 50%;
		}

		.modheader-right .mod-content,
		.modheader-right-50 .mod-content {
			float: left;
		}
	}

/* Modular Navigation */
.modules-navigation {
	position: fixed;
		top: 50%;
		right: 10px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 99;
}

	.modules-navigation ul {
		display: block;
		margin: 0;
		list-style: none;
	    zoom: 1;
		filter: alpha(opacity=80);
		opacity: 0.8;
	}

		.modules-navigation ul li a {
			display: block;
			height: 25px;
			width: 30px;
			text-align: center;
		}

			.modules-navigation ul li a:after {
				content: "";
				display: inline-block;
				width: 6px;
				height: 6px;
				background: #fff;
				vertical-align: middle;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
				-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
				box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
				-webkit-transition: all linear 0.2s;
				-moz-transition: all linear 0.2s;
				transition: all linear 0.2s;
			}

			.modules-navigation ul li a:hover:after,
			.modules-navigation ul li.active-mod a:after {
				-webkit-transform: scale(1.4);
				-moz-transform: scale(1.4);
				-ms-transform: scale(1.4);
				transform: scale(1.4);
			}

/* Modules Columns Module */
/*.type-columns*/
.type-columns > .mod-content {
	padding: 20px;
}

.modules-columns .quadro-mod .mod-content,
.modules-columns .quadro-mod.type-slogan.size-regular .mod-content {
	padding: 20px;
}

.modules-columns .mod-column .quadro-mod.overlay-off .dark-overlay,
.modules-columns .mod-column .quadro-mod.overlay- .dark-overlay {
	display: none;
}

.modules-columns .mod-column {
	min-height: 1px;
}

/* Modules Columns Module - Advanced Layout Options */
.modules-columns .mod-column {
	box-sizing: border-box;
}

.columns-layout1 .modules-columns .mod-column-3,
.columns-layout1 .modules-columns .mod-column-4,
.columns-layout2 .modules-columns .mod-column-4,
.columns-layout4 .modules-columns .mod-column-4,
.columns-layout5 .modules-columns .mod-column-4,
.columns-layout6 .modules-columns .mod-column-3,
.columns-layout6 .modules-columns .mod-column-4,
.columns-layout7 .modules-columns .mod-column-3,
.columns-layout7 .modules-columns .mod-column-4,
.columns-layout8 .modules-columns .mod-column-3,
.columns-layout8 .modules-columns .mod-column-4,
.columns-layout9 .modules-columns .mod-column-3,
.columns-layout9 .modules-columns .mod-column-4,
.columns-layout10 .modules-columns .mod-column-4,
.columns-layout11 .modules-columns .mod-column-4,
.columns-layout12 .modules-columns .mod-column-3,
.columns-layout12 .modules-columns .mod-column-4,
.columns-layout13 .modules-columns .mod-column-3,
.columns-layout13 .modules-columns .mod-column-4,
.columns-layout14 .modules-columns .mod-column-4,
.columns-layout15 .modules-columns .mod-column-4,
.columns-layout16 .modules-columns .mod-column-4,
.columns-layout17 .modules-columns .mod-column-2,
.columns-layout17 .modules-columns .mod-column-3,
.columns-layout17 .modules-columns .mod-column-4 {
	display: none !important;
}

.type-columns .modules-columns {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.type-columns.columns-layout14 .modules-columns,
.type-columns.columns-layout15 .modules-columns {
	flex-wrap: wrap;
}

	.columns-valign-middle .modules-columns {
		align-items: center;
	}

	.columns-valign-bottom .modules-columns {
		align-items: flex-end;
	}

	.columns-height-same .modules-columns {
		align-items: stretch;
	}

.type-columns .modules-columns .mod-column {
	display: flex;
}

	.columns-height-same.columns-valign-middle .modules-columns .mod-column {
		align-items: center;
	}

	.columns-height-same.columns-valign-bottom .modules-columns .mod-column {
		align-items: flex-end;
	}

.mod-column-mods-wrapper {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 959px) {
	.type-columns.columns-layout3 .modules-columns,
	.type-columns.columns-layout4 .modules-columns,
	.type-columns.columns-layout5 .modules-columns {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 759px) {
	.type-columns.columns-layout2 .modules-columns,
	.type-columns.columns-layout6 .modules-columns,
	.type-columns.columns-layout7 .modules-columns,
	.type-columns.columns-layout8 .modules-columns,
	.type-columns.columns-layout9 .modules-columns,
	.type-columns.columns-layout10 .modules-columns,
	.type-columns.columns-layout11 .modules-columns,
	.type-columns.columns-layout16 .modules-columns {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 519px) {
	.type-columns .modules-columns {
		flex-wrap: wrap;
	}
}

.quadro-mod.type-columns.columns-padding-disabled > .mod-content {
	padding: 0 !important;
}

.modules-columns .mod-column {
	border-right: 0px solid transparent;
}

	.columns-layout1 .modules-columns .mod-column-2,
	.columns-layout2 .modules-columns .mod-column-3,
	.columns-layout3 .modules-columns .mod-column-4,
	.columns-layout4 .modules-columns .mod-column-3,
	.columns-layout5 .modules-columns .mod-column-3,
	.columns-layout6 .modules-columns .mod-column-2,
	.columns-layout7 .modules-columns .mod-column-2,
	.columns-layout8 .modules-columns .mod-column-2,
	.columns-layout9 .modules-columns .mod-column-2,
	.columns-layout10 .modules-columns .mod-column-3,
	.columns-layout11 .modules-columns .mod-column-3,
	.columns-layout12 .modules-columns .mod-column-2,
	.columns-layout13 .modules-columns .mod-column-2,
	.columns-layout14 .modules-columns .mod-column-3,
	.columns-layout15 .modules-columns .mod-column-2,
	.columns-layout15 .modules-columns .mod-column-3,
	.columns-layout16 .modules-columns .mod-column-3,
	.columns-layout17 .modules-columns .mod-column-1 {
		border: none;
	}

	.columns-layout14 .modules-columns .mod-column-1 {
		border-right: none;
		border-bottom: 1px solid transparent;
	}

	.columns-layout15 .modules-columns .mod-column-3 {
		border-right: none;
		border-top: 1px solid transparent;
	}

	@media only screen and (max-width: 959px) {
		.columns-layout3 .modules-columns .mod-column-2,
		.columns-layout5 .modules-columns .mod-column-2 {
			border-right: none;
		}

		.columns-layout3 .modules-columns .mod-column-3,
		.columns-layout3 .modules-columns .mod-column-4,
		.columns-layout5 .modules-columns .mod-column-3 {
			border-top: 0px solid transparent;
		}

		.columns-layout4 .modules-columns .mod-column-1 {
			border-right: none;
			border-bottom: 0px solid transparent;
		}
	}

	@media only screen and (max-width: 759px) {
		.columns-layout2 .modules-columns .mod-column-1,
		.columns-layout2 .modules-columns .mod-column-2,
		.columns-layout6 .modules-columns .mod-column-1,
		.columns-layout7 .modules-columns .mod-column-1,
		.columns-layout8 .modules-columns .mod-column-1,
		.columns-layout9 .modules-columns .mod-column-1,
		.columns-layout10 .modules-columns .mod-column-1,
		.columns-layout10 .modules-columns .mod-column-2,
		.columns-layout11 .modules-columns .mod-column-1,
		.columns-layout11 .modules-columns .mod-column-2,
		.columns-layout16 .modules-columns .mod-column-1,
		.columns-layout16 .modules-columns .mod-column-2 {
			border-right: none;
			border-bottom: 0px solid transparent;
		}
	}

	@media only screen and (max-width: 519px) {
		.columns-layout1 .modules-columns .mod-column-1,
		.columns-layout3 .modules-columns .mod-column-1,
		.columns-layout3 .modules-columns .mod-column-2,
		.columns-layout3 .modules-columns .mod-column-3,
		.columns-layout4 .modules-columns .mod-column-2,
		.columns-layout5 .modules-columns .mod-column-1,
		.columns-layout5 .modules-columns .mod-column-2,
		.columns-layout12 .modules-columns .mod-column-1,
		.columns-layout13 .modules-columns .mod-column-1,
		.columns-layout14 .modules-columns .mod-column-2,
		.columns-layout15 .modules-columns .mod-column-1 {
			border-right: none;
			border-bottom: 0px solid transparent;
		}

		.columns-layout5 .modules-columns .mod-column-3 {
			border: none;
		}
	}

/* Modules Tabs Module */
.type-tabs > .mod-content {
	padding: 0;
}

.modules-tabs {}

.mods-tabs-list {
	list-style: none;
	margin: 0;
	padding: 30px 40px 25px;
	text-align: center;
}

.mods-tabs-list li {
	display: inline-block;
	margin-bottom: 5px;
	line-height: 20px;
}

.mods-tabs-list li a {
	position: relative;
	display: block;
	padding: 20px 30px;
	background: #eaeaea;
	background: rgba(0,0,0,0.05);
	color: #1a1a1a;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}
	.mods-tabs-list li a:hover,
	.mods-tabs-list li.current a {
		color: #fff;
	}

	.mods-tabs-list li a:after {
		content: "";
		position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
		width: 0;
		height: 0;
		margin: 0 auto;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #eaeaea;
		zoom: 1;
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all linear 0.2s;
		-moz-transition: all linear 0.2s;
		transition: all linear 0.2s;
		z-index: 9;
	}

	.mods-tabs-list li.current a:after {
			bottom: -10px;
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

.mods-tabs .mod-tab {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 0;
	-webkit-transition: opacity ease 0.8s;
	-moz-transition: opacity ease 0.8s;
	transition: opacity ease 0.8s;
}

.mods-tabs .mod-tab.visible {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	height: auto;
}

/* Modules Wrapper Module */
/*.type-wrapper*/
.type-wrapper > .mod-content {
	padding: 40px;
}

.inner-mod-wrapper {
	max-width: 1400px;
	margin: 0 auto;
}

.modules-wrapper {
	float: left;
	width: 66%;
}

	.type-wrapper.sidebar-left .modules-wrapper {
		float: right;
	}

.type-wrapper.sidebar-right .widget-area {
	float: right;
}

	.type-wrapper.sidebar-left .widget-area {
		float: left;
	}

.modules-wrapper .quadro-mod {
	background: none !important;
}

.modules-wrapper .quadro-mod .mod-header {
	margin: 0 0 20px;
}

.modules-wrapper .quadro-mod .mod-content {
	margin-bottom: 40px;
	padding: 0 !important;
}
	
	.modules-wrapper .quadro-mod:first-of-type:last-of-type .mod-content {
		margin-bottom: 0;
	}

/* Canvas Module */
.type-canvas p:last-child {
	margin-bottom: 0;
}

.type-canvas iframe {
	display: block;
}

/* Slogan Module */
.type-slogan {
}

.slogan-slider {
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	z-index: 0;
}

.slogan-video-back,
.mobile-video-poster {
	position: absolute;
		top: 0;
		left: 50%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	width: auto;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

	.mobile-video-poster {
		max-width: none;
		height: 100%;
	}

.slogan-slider ul {
	width: 100%;
	height: 100%;
}

	.slogan-slider li {
		display: none;
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: cover;
	}

.type-slogan .mod-content {
	text-align: center;
}

	.type-slogan.size-giant .mod-content {
		height: 100vh;
		max-height: 1200px;
		min-height: 500px;
		padding: 40px !important;
	}

	.type-slogan.size-regular .mod-content {
		padding: 100px 40px;
	}

	.type-slogan.align-left .mod-content {
		text-align: left;
	}

	.type-slogan.align-right .mod-content {
		text-align: right;
	}

.type-slogan.size-giant .mod-content .inner-mod {
	width: 100%;
	height: 100%;
}

.type-slogan .slogan-wrapper {
	margin: 0 auto;
	z-index: 9;
}

	.type-slogan.size-giant .slogan-wrapper {
		position: absolute;
			top: 50%;
			left: 0;
			right: 0;
	  	-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.type-slogan.size-regular .slogan-wrapper {
	}

	.type-slogan.align-left .slogan-wrapper {
			right: auto;
			left: 0;
		margin: 0 auto 0 0;
	}

	.type-slogan.align-right .slogan-wrapper {
			left: auto;
			right: 0;
		margin: 0 0 0 auto;
	}

.type-slogan .mod-content h1 	{ font-size: 100px; line-height: 115px; margin-bottom: 5px; }
.type-slogan .mod-content h2 	{ font-size: 80px; 	line-height: 92px; 	margin-bottom: 5px; }
.type-slogan .mod-content h3 	{ font-size: 64px; 	line-height: 76px; 	margin-bottom: 5px; }
.type-slogan .mod-content h4	{ font-size: 50px; 	line-height: 60px; 	margin-bottom: 5px; }
.type-slogan .mod-content h5 	{ font-size: 40px; 	line-height: 48px; 	margin-bottom: 5px; }
.type-slogan .mod-content h6 	{ font-size: 30px; 	line-height: 38px; 	margin-bottom: 5px; }
.type-slogan .mod-content p 	{ font-size: 48px; 	line-height: 60px; 	margin-bottom: 5px; }
.type-slogan .mod-content p.small 	{ font-size: 26px; 	line-height: 36px; 	margin-bottom: 5px; }
.type-slogan .mod-content p.small-2 	{ font-size: 18px; 	line-height: 24px; 	margin-bottom: 5px; }

	.type-slogan .mod-content h1:last-child,
	.type-slogan .mod-content h2:last-child,
	.type-slogan .mod-content h3:last-child,
	.type-slogan .mod-content h4:last-child,
	.type-slogan .mod-content h5:last-child,
	.type-slogan .mod-content h6:last-child,
	.type-slogan .mod-content p:last-child,
	.type-slogan .mod-content p.small:last-child,
	.type-slogan .mod-content p.small-2:last-child {
		margin-bottom: 0;
	}

.qbtn.slogan-call-to-action {
	margin-top: 30px;
	padding: 18px 30px;
	font-size: 13px;
	color: #fff;
}

	.qbtn.slogan-call-to-action:nth-of-type(2) {
		margin-left: 5px;
	}

.qbtn.slogan-call-to-action i {
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	margin-right: 5px;
}

/* Call to Action Module */
.type-cta.size-big .mod-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.cta-wrapper {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

	.type-cta.layout-layout3 .cta-wrapper,
	.type-cta.layout-layout4 .cta-wrapper {
		max-width: none;
	}

.cta-content-wrapper {
	width: 60%;
	line-height: 1.5;
}
	.cta-content-wrapper * {
		margin-bottom: 5px;
	}

	.cta-content-wrapper *:last-child {
		margin-bottom: 0;
	}

.type-cta.layout-layout1 .cta-button-wrapper {
	position: absolute;
		top: 50%;
		right: 0;
	width: 38%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cta-button-wrapper {
	text-align: center;
}

	.type-cta.layout-layout3 .cta-button-wrapper {
		text-align: left;
	}

	.type-cta.layout-layout4 .cta-button-wrapper {
		text-align: right;
	}

.qbtn.cta-button {
	min-width: 100px;
	padding: 18px 30px;
	font-size: 13px;
	border: none;
	color: #fff;
	text-align: center;
}

	.type-cta.button-size-medium .qbtn.cta-button {
		padding: 20px 40px;
		font-size: 14px;
	}

	.type-cta.button-size-big .qbtn.cta-button {
		width: 100%;
		min-width: 0;
		padding: 20px;
		font-size: 15px;
		line-height: 26px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.type-cta.button-size-big.layout-layout3 .qbtn.cta-button {
			max-width: 700px;
			margin-left: 0;
		}

		.type-cta.button-size-big.layout-layout4 .qbtn.cta-button {
			max-width: 700px;
			margin-right: 0;
		}

/* Services Module */
.services-type3 .mod-content {
	padding: 0;
}

.quadro-services {
	list-style: none;
	margin: 0;
}

	.services-type1 .quadro-services,
	.services-type2 .quadro-services {
		margin: 40px 0;
	}

.quadro-service {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.services-type2.three-columns .quadro-service.image-service,
	.services-type2.four-columns .quadro-service.image-service {
		margin-bottom: 30px;
	}

	.services-type3 .quadro-service {
		margin: 0 !important;
	}

	.two-columns .quadro-service {
		width: 48%;
		margin-right: 4%;
	}

	.services-type3.two-columns .quadro-service {
		width: 50%;
	}

		.two-columns .quadro-service:nth-of-type(2n) {
			margin-right: 0;
		}

		.two-columns .quadro-service:nth-of-type(2n+1) {
			clear: left;
		}

	.three-columns .quadro-service {
		width: 31%;
		margin-right: 3.5%;
	}

	.services-type3.three-columns .quadro-service {
		width: 33.3333%;
	}

		.three-columns .quadro-service:nth-of-type(3n) {
			margin-right: 0;
		}

		.three-columns .quadro-service:nth-of-type(3n+1) {
			clear: left;
		}

	.four-columns .quadro-service {
		width: 22%;
		margin-right: 4%;
	}

	.services-type3.four-columns .quadro-service {
		width: 25%;
	}

		.four-columns .quadro-service:nth-of-type(4n) {
			margin-right: 0;
		}

		.four-columns .quadro-service:nth-of-type(4n+1) {
			clear: left;
		}

	.quadro-service:last-of-type,
	.two-columns .quadro-service:nth-last-of-type(2),
	.three-columns .quadro-service:nth-last-of-type(2),
	.three-columns .quadro-service:nth-last-of-type(3),
	.four-columns .quadro-service:nth-last-of-type(2),
	.four-columns .quadro-service:nth-last-of-type(3),
	.four-columns .quadro-service:nth-last-of-type(4) {
		margin-bottom: 0;
	}

.service-icon {
	display: block;
	margin-bottom: 30px;
}

	.service-icon a {
		display: inline-block;
	}

		.image-service .service-icon a {
			display: block;
		}

	.service-icon i {
		position: relative;
		display: inline-block;
		text-align: center;
		font-size: 60px;
		-webkit-transition: all linear 0.2s;
		-moz-transition: all linear 0.2s;
		transition: all linear 0.2s;
	}

		.quadro-service:hover .service-icon i {
			zoom: 1;
			filter: alpha(opacity=50);
			opacity: 0.5;
		}

	.image-service .service-icon img {
		width: 100%;
		display: block;
	}

.service-title {
	font-size: 140%;
	line-height: 1.4;
	margin-bottom: 10px;
}

	.three-columns .service-title,
	.four-columns .service-title {
		font-size: 120%;
	}

.service-content {
	font-size: 90%;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

a.service-link {
	margin-top: 20px;
	padding: 10px 18px;
	color: #fff !important;
}

	.service-link:hover {
		zoom: 1;
		filter: alpha(opacity=90);
		opacity: 0.9;
	}

.services-type2 .quadro-service {
	text-align: left;
	min-height: 60px;
}

	.services-type2 .quadro-service.image-service {
		min-height: 140px;
	}

	.services-type2.three-columns .quadro-service.image-service,
	.services-type2.four-columns .quadro-service.image-service {
		min-height: 94px;
	}

.services-type2 .service-icon {
	position: absolute;
		top: 0;
		left: 0;
	margin-bottom: 15px;
}

	.services-type2 .service-icon i {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 38px;
	}

		.services-type2 .quadro-service .service-icon i:after {
			border: 1px solid;
		}

		.services-type2 .quadro-service:hover .service-icon i:after {
			-webkit-transform: scale(1.2);
			-moz-transform: scale(1.2);
			-ms-transform: scale(1.2);
			transform: scale(1.2);
		}

	.services-type2 .image-service .service-icon img {
		width: 190px;
	}

	.services-type2.three-columns .image-service .service-icon img,
	.services-type2.four-columns .image-service .service-icon img {
		width: 130px;
	}

.services-type2 .service-icon + .service-content-wrapper {
	padding-left: 75px;
}

.services-type2 .image-service .service-icon + .service-content-wrapper {
	padding-left: 210px;
}

.services-type2.three-columns .image-service .service-icon + .service-content-wrapper,
.services-type2.four-columns .image-service .service-icon + .service-content-wrapper {
	padding-left: 150px;
}

	.services-type2 .service-title {
		font-size: 120%;
	}

		.services-type2.three-columns .service-title,
		.services-type2.four-columns .service-title {
			font-size: 110%;
		}

		.services-type2 .service-icon + .service-content-wrapper .service-title:first-child:last-child {
			margin-top: 15px;
		}

	.services-type2 .service-content {
		margin-top: 5px;
	}

		.services-type2.three-columns .service-content,
		.services-type2.four-columns .service-content {
			font-size: 85%;
		}

	.services-type2 .service-link {
		margin-top: 12px;
		padding: 10px 18px;
	}

.services-type3 .quadro-service {
	overflow: hidden;
	background: #000;
}

.services-type3 .quadro-service img {
	display: block;
	width: 100%;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

	.services-type3 .quadro-service:hover img {
	}

.services-type3 .service-content-wrapper {
	position: absolute;
		top: 50%;
		right: 0;
		left: 0;
	width: 100%;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.services-type3 .service-title {
	margin-bottom: 15px;
}

.services-type3 .service-title:after {
	content: "";
	display: block;
	width: 60px;
	height: 0;
	margin: 15px auto 0;
	border-top: 2px solid;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.services-type3 .service-content {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Display Module */
.display-wrapper ul {
	list-style: none;
	margin: 0;
}

.display-item {
	float: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}

.display-item article {
	position: relative;
	width: 100%;
	height: 100%;
}

.display-item a.display-item-link-wrapper {
	display: block;
	position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
}

	.display-item a.display-item-link-wrapper:after {
		content: "";
		position: absolute;
			bottom: 0;
			left: 0;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}

.display-back-img {
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.display-item:hover .display-back-img {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

.display-content {
	position: absolute;
		bottom: 30px;
		left: 30px;
		right: 30px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 9;
}

	.display-layout1 .display-item1 .display-content,
	.display-layout3 .display-item1 .display-content {
			bottom: 50px;
			left: 40px;
			right: 40px;
	}

	.display-item:hover .display-content {
			bottom: 40px;
	}

	.display-layout1 .display-item1:hover .display-content,
	.display-layout3 .display-item1:hover .display-content {
			bottom: 60px;
	}

.display-content a {
	color: #fff !important;
}

.display-content .entry-title {
	font-size: 22px;
	line-height: 28px;
	margin: 0;
}

	.display-layout1 .display-item1 .entry-title,
	.display-layout3 .display-item1 .entry-title {
		font-size: 28px;
		line-height: 34px;
	}

.display-content .entry-summary {
	display: none;
	margin-top: 5px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.display-layout1 .display-item1 { width: 50%; height: 600px; }
.display-layout1 .display-item2 { width: 50%; height: 300px; }
.display-layout1 .display-item3, .display-layout1 .display-item4 { width: 25%; height: 300px; }
.display-layout1 .display-item1 .entry-summary { display: block; }

.display-layout2 .display-item1, .display-layout2 .display-item2 { width: 50%; height: 340px; }
.display-layout2 .display-item3, .display-layout2 .display-item4, .display-layout2 .display-item5 { width: 33.3333%; height: 280px; }

.display-layout3 .display-item1 { width: 50%; height: 600px; }
.display-layout3 .display-item2, .display-layout3 .display-item3 { width: 50%; height: 300px; }
.display-layout3 .display-item1 .entry-summary { display: block; }

.display-layout4 .display-item { width: 50%; height: 50vh; max-height: 460px; min-height: 280px; }

.display-layout5 .display-item 	{ height: 340px; }
.display-layout5 .display-item1, .display-layout5 .display-item4 { width: 50%; }
.display-layout5 .display-item2, .display-layout5 .display-item3, .display-layout5 .display-item5, .display-layout5 .display-item6 { width: 25%; }


/* Slider Module */
.type-slider.margins-disable .mod-content {
	padding: 0 !important;
}

.type-slider.margins-disable .mod-content .inner-mod {
	max-width: none;
}

.type-slider .mod-content .inner-mod {
	overflow: hidden;
}

.quadro-slides {
	height: 500px;
}

	.vh-used .quadro-slides {
		max-height: 1200px;
		min-height: 500px;
	}

.quadro-slide {
	display: none;
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.inner-slide {
	position: relative;
	width: 100%;
	max-width: 1480px;
	height: 100%;
	margin: 0 auto;
}

.slide-content {
	position: absolute;
		top: 50%;
		left: 40px;
		right: 40px;
	margin: 0 auto;
	text-align: center;
  	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

	.quadro-slide.align-left .slide-content {
		text-align: left;
	}

	.quadro-slide.align-right .slide-content {
		text-align: right;
	}

.slide-content h1 	{ font-size: 100px; line-height: 115px; margin-bottom: 5px; }
.slide-content h2 	{ font-size: 80px; 	line-height: 92px; 	margin-bottom: 5px; }
.slide-content h3 	{ font-size: 64px; 	line-height: 76px; 	margin-bottom: 5px; }
.slide-content h4	{ font-size: 50px; 	line-height: 60px; 	margin-bottom: 5px; }
.slide-content h5 	{ font-size: 40px; 	line-height: 48px; 	margin-bottom: 5px; }
.slide-content h6 	{ font-size: 30px; 	line-height: 38px; 	margin-bottom: 5px; }
.slide-content p 	{ font-size: 48px; 	line-height: 60px; 	margin-bottom: 5px; }
.slide-content p.small 	{ font-size: 26px; 	line-height: 36px; 	margin-bottom: 5px; }
.slide-content p.small-2 	{ font-size: 18px; 	line-height: 24px; 	margin-bottom: 5px; }

	.slide-content h1:last-child,
	.slide-content h2:last-child,
	.slide-content h3:last-child,
	.slide-content h4:last-child,
	.slide-content h5:last-child,
	.slide-content h6:last-child,
	.slide-content p:last-child,
	.slide-content p.small:last-child,
	.slide-content p.small-2:last-child {
		margin-bottom: 0;
	}

.slide-content-rmore {
	margin-top: 30px;
}

.type-slider .flex-control-nav {
	position: absolute;
		bottom: 15px;
		left: 0;
		right: 0;
	margin: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 9;
}

	.type-slider .mod-content:hover .flex-control-nav {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

.type-slider .flex-direction-nav a.flex-prev {
		left: -40px;
	font-size: 80px;
}

.type-slider .flex-direction-nav a.flex-next {
		right: -40px;
	font-size: 80px;
}

.type-slider .mod-content:hover .flex-direction-nav a.flex-prev {
		left: 40px;
}

.type-slider .mod-content:hover .flex-direction-nav a.flex-next {
		right: 40px;
}

/* Posts Slider Module */
.quadro-pslides {
	height: 500px;
}

.quadro-pslide {
	display: none;
	position: relative;
	height: 450px;
	padding-bottom: 50px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.quadro-pslide .dark-overlay {
	display: block;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.slide-caption {
	z-index: 2;
}

.caption-type1 .slide-caption {
	display: none;
	position: absolute;
		top: 50%;
		left: 0;
		right: 0;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}

.slide-caption .posted-on {
	margin: 0 5px 10px 0;
	background: #f5f5f5;
}

.slide-caption .cat-links {
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #fff;
}

	.slide-caption .cat-links a {
		color: #fff;
	}

.slide-caption .entry-title {
	margin: 0 0 10px;
	font-size: 34px;
	line-height: 42px;
}
	
	.slide-caption .entry-title a {
		color: #fff;
	}

.slide-caption .entry-summary {
	margin-top: 5px;
	font-size: 90%;
	color: #fff;
}

.slide-caption .readmore-link {
	color: #fff;
}

.caption-type2 .slide-caption {
	position: absolute;
		bottom: 20%;
		left: 40px;
	max-width: 860px;
	padding-right: 40px;
	text-align: left;
}

	.caption-type2.caption-right .slide-caption,
	.caption-type2.caption-alternated .quadro-pslides li:nth-of-type(even) .slide-caption {
			left: auto;
			right: 40px;
		padding: 0 0 0 40px;
		text-align: right;
	}

.caption-type2 .posted-on,
.caption-type2 .cat-links,
.caption-type2 .entry-title {
	float: left;
	display: inline-block;
	height: auto;
	margin: 0 0 5px 0;
	padding: 5px 20px;
	font-size: 13px;
	line-height: 30px;
	color: #1a1a1a;
}

	.caption-type2.caption-right .posted-on,
	.caption-type2.caption-right .cat-links,
	.caption-type2.caption-right .entry-title,
	.caption-type2.caption-alternated .quadro-pslides li:nth-of-type(even) .slide-caption .posted-on,
	.caption-type2.caption-alternated .quadro-pslides li:nth-of-type(even) .slide-caption .cat-links,
	.caption-type2.caption-alternated .quadro-pslides li:nth-of-type(even) .slide-caption .entry-title {
		float: right;
	}

	.caption-type2 .cat-links {
		background: #fff;
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.caption-type2 .entry-title {
		clear: both;
		font-size: 32px;
		line-height: 40px;
		padding: 15px 20px;
		background: #fff;
	}

	.caption-type2 .posted-on a,
	.caption-type2 .cat-links a,
	.caption-type2 .entry-title a {
		color: #1a1a1a;
	}

.slider-nav {
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	max-width: 480px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9;

}

.slider-nav-item {
	position: relative;
	float: left;
	width: 80px;
	height: 55px;
	background: #fff;
	line-height: 0;
}

.slider-nav-item img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.slider-nav-item.flex-active-slide img,
	.slider-nav-item.flex-active-slide:hover img {
		zoom: 1;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}

	.slider-nav-item:hover img {
		zoom: 1;
		filter: alpha(opacity=80);
		opacity: 0.8;
	}

.slider-nav .flex-direction-nav a.flex-prev {
		left: 10px;
}

.slider-nav .flex-direction-nav a.flex-next {
		right: 10px;
}

/* Crelly Slider Module */
.type-crelly-slider .mod-content .inner-mod {
	max-width: none;
}

.crellyslider > .cs-controls > .cs-previous:before {
	content: "\f104";
}

.crellyslider > .cs-controls > .cs-next:before {
	content: "\f105";
}

.crellyslider > .cs-navigation > .cs-slide-link {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* Carousel Module */
.carousel-wrapper {
	position: relative;
	overflow: hidden;
}

.carousel-item {
	display: none;
	float: left;
	width: 33.3333%;
	text-align: center;
}

.carousel-item article {
	position: relative;
	width: 100%;
	height: 340px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

	.carousel-item article:after {
		content: "";
		position: absolute;
			bottom: 0;
			left: 0;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}

.carousel-back-img {
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.carousel-item article:hover .carousel-back-img {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

.carousel-content {
	position: absolute;
		bottom: 0;
		left: 0;
	width: 100%;
	padding: 20px;
	color: #fff;
	z-index: 99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.carousel-content a {
	color: #fff !important;
}

.carousel-item .entry-title {
	margin: 0;
	font-size: 22px;
	line-height: 28px;
}

.carousel-item .cat-links {
	margin: 0;
	font-size: 13px;
}

.carousel-wrapper .flex-direction-nav a {
		left: 0;
	width: 50px;
	height: 100%;
	color: #fff;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

	.carousel-wrapper .flex-direction-nav a.flex-next {
			left: auto;
			right: 0;
	}

	.carousel-wrapper .flex-direction-nav a:before {
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		width: 40px;
		height: 40px;
		margin: auto;
	}

/* Insights Module */
.type-insights .mod-content {
	padding: 0 !important;
}

.insights {
	list-style: none;
	margin: 0;
	font-size: 0; /* Fixes issue with white space between inline-block elements */
}

	.insight {
		width: 100%;
	}

	.insight:last-of-type {
		margin-bottom: 0;
	}

		.insight img {
			display: inline-block;
			vertical-align: middle;
			width: 50%;
    		-webkit-box-sizing: border-box;
    		-moz-box-sizing: border-box;
    		box-sizing: border-box;
		}

			.insight.layout3-insight img,
			.insight.layout4-insight img {
				display: block;
				width: 100%;
			}

		.insight-text {
			display: inline-block;
			vertical-align: middle;
			width: 50%;
    		padding: 40px 80px;
			text-align: center;
    		-webkit-box-sizing: border-box;
    		-moz-box-sizing: border-box;
    		box-sizing: border-box;
		}

			.layout1-insight .insight-text {
				text-align: left;
			}

			.layout2-insight .insight-text {
				text-align: right;
			}

			.layout3-insight .insight-text,
			.layout4-insight .insight-text {
				display: block;
				width: 100%;
				max-width: 860px;
				margin: 0 auto;
			}

			.insight-text h4 {
				font-size: 140%;
				line-height: 1.3;
			}

			.insight-text p,
			.insight-text ul,
			.insight-text ol {
				font-size: 90%;
			}

			.insight-text * {
				margin-bottom: 20px;
			}

				.insight-text *:last-child {
					margin-bottom: 0;
				}

			a.insight-link {
				margin-top: 10px;
				color: #fff !important;
			}


/* Slidable Insights Module */
@media only screen and (min-width: 960px) {
	.type-sl-insights.size-giant .mod-content {
		height: 100vh;
		max-height: 1200px;
		min-height: 500px;
	}
}

.type-sl-insights .mod-content .inner-mod {
	max-width: 1000px;
	padding: 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.type-sl-insights.nav-arrows .mod-content .inner-mod {
		padding: 40px 60px;
	}

	@media only screen and (min-width: 960px) {
		.type-sl-insights.size-giant .mod-content .inner-mod {
			position: absolute;
				top: 50%;
				left: 40px;
				right: 40px;
		  	-moz-transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}
	}

.sl-insights {
	font-size: 0; /* Fixes issue with white space between inline-block elements */
}

	.sl-insight {
		display: none;
	}

		.sl-insight img {
			display: inline-block;
			vertical-align: middle;
			width: 50%;
    		-webkit-box-sizing: border-box;
    		-moz-box-sizing: border-box;
    		box-sizing: border-box;
		}

			.sl-insight.layout3-sl-insight img,
			.sl-insight.layout4-sl-insight img {
				display: block;
				width: 100%;
			}

		.sl-insight-text {
			display: inline-block;
			vertical-align: middle;
			width: 50%;
			text-align: center;
    		-webkit-box-sizing: border-box;
    		-moz-box-sizing: border-box;
    		box-sizing: border-box;
		}

			.layout1-sl-insight .sl-insight-text {
				text-align: left;
				padding: 0 0 0 40px;
			}

			.layout2-sl-insight .sl-insight-text {
				text-align: right;
				padding: 0 40px 0 0;
			}

			.layout3-sl-insight .sl-insight-text,
			.layout4-sl-insight .sl-insight-text {
				display: block;
				width: 100%;
				max-width: 860px;
				margin: 0 auto;
			}

				.layout3-sl-insight img + .sl-insight-text {
					margin-top: 30px;
				}

				.layout4-sl-insight .sl-insight-text + img {
					margin-top: 30px;
				}

			.sl-insight-text h4 {
				font-size: 140%;
				line-height: 1.3;
				margin: 0;
			}

			.sl-insight-text p {
				margin: 20px 0 0;
				font-size: 90%;
			}

			a.sl-insight-link {
				margin: 30px 0 2px;
				color: #fff !important;
			}

.type-sl-insights.nav-numbered .flex-direction-nav {
	display: none;
}

.type-sl-insights.nav-arrows .flex-control-nav {
	display: none;
}

.type-sl-insights .flex-control-nav {
    position: absolute;
	    top: 0;
	    right: 0;
    margin: 0;
}

.type-sl-insights .flex-control-nav li {
	margin: 0;
}

.type-sl-insights .flex-control-nav a {
	text-indent: 0;
	width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.type-sl-insights .flex-control-nav .flex-active {
	color: #fff;
	background: #000;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Testimonials Module */
.testimonials-type1 {
	padding: 0 120px;
	overflow: hidden;
}

.testimonial-item {
	text-align: center;
}

	.testimonials-type1 .testimonial-item {
		display: none;
	}

.testimonials-type2 .testimonial-item,
.testimonials-type3 .testimonial-item {
	float: left;
	margin: 0 2% 40px 0;
	text-align: left;
}

	.testimonials-type2 .testimonial-item {
		width: 49%;
	}

		.testimonials-type2 .testimonial-item:nth-child(2n) {
			margin-right: 0;
		}

		.testimonials-type2 .testimonial-item:nth-child(2n+1) {
			clear: left;
		}

		.testimonials-type2 .testimonial-item:last-of-type,
		.testimonials-type2 .testimonial-item:nth-last-of-type(2) {
			margin-bottom: 0;
		}

	.testimonials-type3 .testimonial-item {
		width: 32%;
	}

		.testimonials-type3 .testimonial-item:nth-child(3n) {
			margin-right: 0;
		}

		.testimonials-type3 .testimonial-item:nth-child(3n+1) {
			clear: left;
		}

		.testimonials-type3 .testimonial-item:last-of-type,
		.testimonials-type3 .testimonial-item:nth-last-of-type(2),
		.testimonials-type3 .testimonial-item:nth-last-of-type(3) {
			margin-bottom: 0;
		}

.testimonial-item-wrapper {
}

.testimonial-item-content {
  	max-width: 860px;
	margin: 0 auto;
  	padding: 40px;
  	background: #fff;
}

	.testimonial-back-transp .testimonial-item-content {
		background: none !important;
	}

.testimonials-type3 .testimonial-item-content {
	padding: 30px;
}

	.testimonial-item-content p {
		margin-bottom: 0;
		font-size: 95%;
	}

	.testimonials-type1 .testimonial-item-content p {
		font-size: 120%;
	}

	.testimonial-item-content a {
		color: #5a5a5a;
	}

	.testimonial-item-author {
		display: block;
		margin-top: 30px;
	}

		.testimonial-photo {
			display: inline-block;
			width: 80px;
			height: 80px;
			margin: 0 10px 0 0;
			vertical-align: middle;
			-webkit-border-radius: 60px;
			-moz-border-radius: 60px;
			border-radius: 60px;
		}

		.testimonials-type2 .testimonial-photo,
		.testimonials-type3 .testimonial-photo {
			width: 60px;
			height: 60px;
		}

		.testimonial-author-name {
			display: inline-block;
			vertical-align: middle;
			text-align: left;
		}

			.testimonial-author-subtitle {
				display: block;
				font-size: 12px;
				text-transform: uppercase;
			}

.type-testimonials .flex-direction-nav {
	  position: absolute;
		  top: 0;
		  bottom: 0;
		  right: 0;
	  width: 85px;
	  height: 40px;
	  margin: auto;
}

.type-testimonials .flex-direction-nav a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #aaa !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

	.type-testimonials .flex-direction-nav a:before {
		width: 40px;
		font-size: 18px;
	}

/* Team Module */
.team {
	list-style: none;
	margin: 0;
}

.team-member {
	position: relative;
	float: left;
	margin: 0 2% 30px 0;
	background: #fff;
}

	.team-type1 .team-member {
		width: 49%;
	}

	.team-type2 .team-member {
		width: 32%;
	}

	.team-type3 .team-member {
		width: 23.5%;
	}

	.team-type1 .team-member:nth-of-type(2n),
	.team-type2 .team-member:nth-of-type(3n),
	.team-type3 .team-member:nth-of-type(4n) {
		margin-right: 0;
	}

	.team-type1 .team-member:nth-of-type(2n+1),
	.team-type2 .team-member:nth-of-type(3n+1),
	.team-type3 .team-member:nth-of-type(4n+1) {
		clear: left;
	}

	.team-member:last-of-type,
	.team-type1 .team-member:nth-last-of-type(2),
	.team-type2 .team-member:nth-last-of-type(2),
	.team-type2 .team-member:nth-last-of-type(3),
	.team-type3 .team-member:nth-last-of-type(2),
	.team-type3 .team-member:nth-last-of-type(3),
	.team-type3 .team-member:nth-last-of-type(4) {
		margin-bottom: 0;
	}

.member-photo-wrapper {
	width: 100%;
}

	.member-photo-wrapper img {
		display: block;
	}

.member-content {
	padding: 25px 30px;
}
	
	.team-type3 .member-content {
		padding: 15px 20px;
	}

	.member-name {
		margin-bottom: 0;
	}

		.member-name a {
			color: #1a1a1a;
		}

	.member-role {
		display: block;
		font-size: 14px;
		text-transform: uppercase;
	}

	.member-content p {
		margin: 15px 0 0;
		font-size: 80%;
	}

	.member-socials {
		margin-top: 15px;
		text-align: center;
	}

		.member-socials:empty {
			display: none;
		}

		.member-socials a {
			margin: 0 3px;
			padding: 0 3px;
			color: #8a8a8a !important;
		}

			.member-socials a i {
				font-size: 15px;			
			}

/* Video Posts Module */
.videos-wrapper {
	position: relative;
	overflow: hidden;
}

.videos-slider {
	width: 100%;
}

	.quadro-video {
		position: relative;
		zoom: 1;
		filter: alpha(opacity=0);
		opacity: 0;
	}

		.quadro-video:first-of-type {
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
		}

	.quadro-video-container {
		width: 54%;
	}

	.quadro-video-container .media-wrapper {
		line-height: 0;
	}

	.video-post {
		position: absolute;
			top: 0;
			right: 0;
		width: 46%;
		min-height: 100%;
		padding: 30px;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.video-post:before {
			position: absolute;
				top: 0;
				bottom: 0;
				left: -10px;
			content: "";
			width: 0;
			height: 0;
			margin: auto 0;
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent;
			border-right: 10px solid #fff;
		}

	.video-post .entry-title {
		font-size: 28px;
		line-height: 34px;
		margin: 0;
	}

		.video-post .entry-title a {
			color: #1a1a1a;
		}

	.video-post p {
		margin: 15px 0 0;
	}

	.video-post .readmore-link {
		text-align: left;
	}

.videos-nav {
	position: relative;
	width: 54%;
	margin: 5px 0 0;
	padding: 5px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99;
}

	.videos-nav-item {
		position: relative;
		float: left;
		height: 80px;
		margin-right: 5px;
		text-align: center;
		overflow: hidden;
		cursor: pointer;
	}

		.videos-nav-item img {
			min-width: 100%;
			height: auto;
			min-height: 100%;
			width: auto;
			zoom: 1;
			filter: alpha(opacity=20);
			opacity: 0.2;
		}

			.videos-nav-item:hover img {
				zoom: 1;
				filter: alpha(opacity=70);
				opacity: 0.7;
			}

			.videos-nav-item.flex-active-slide img {
				zoom: 1;
				filter: alpha(opacity=100);
				opacity: 1;
			}

.videos-wrapper .flex-direction-nav a {
	width: 10px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
}

.videos-wrapper .flex-direction-nav .flex-prev {
	left: 10px;
}

.videos-wrapper .flex-direction-nav .flex-next {
	right: 10px;
}

/* Featured Post Module */
.type-featured .mod-content {
	padding: 0;
}

.feat-post-img {
	position: absolute;
		top: 0;
		left: 0;
	float: left;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index: 0;
}

.feat-item-content {
	position: relative;
	float: right;
	max-width: 640px;
	margin: 40px;
	padding: 30px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

	.feat-type2 .feat-item-content {
		float: left;
	}

.feat-item-content .posted-on {
	margin: 0 5px 5px 0;
	background: #f5f5f5;
}

.feat-item-content .cat-links {
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #1a1a1a;
}

	.feat-item-content .cat-links a {
		color: #1a1a1a;
	}

.feat-item-content .entry-title {
	margin: 0;
	font-size: 34px;
  	line-height: 42px;
}

.feat-item-content .entry-title a {
	color: #1a1a1a;
}

.feat-item-content .entry-summary {
	margin-top: 20px;
}

/* Quote Posts Module */
.type-quoteposts .inner-mod {
	position: relative;
}

.type-quoteposts .quote-post {
	max-width: 860px;
	padding-right: 80px;
}

.type-quoteposts .flex-direction-nav a {
	left: auto;
	right: 30px;
}

/* Authors Module */
.authors-list {
	list-style: none;
	margin: 0;
}

.authors-list li {
	position: relative;
	float: left;
	width: 32%;
	margin: 0 2% 30px 0;
	padding: 30px;
	background: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.authors-list li:nth-child(3n) {
		margin-right: 0;
	}

	.authors-list li:nth-child(3n+1) {
		clear: left;
	}

	.authors-list li:last-of-type,
	.authors-list li:nth-last-of-type(2),
	.authors-list li:nth-last-of-type(3) {
		margin-bottom: 0;
	}

.authors-list li .author-cover {
	width: 100%;
	height: 130px;
	margin: -30px -30px -50px;
	padding: 30px;
	background-color: #eaeaea;
	background-size: cover;
	background-position: center;
}

.authors-list li .author-name .avatar {
	position: static;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: #eee;
	border: 6px solid #fff;
}

/* Blog Module */
.type-blog.blog-style-classic .mod-content,
.type-blog.blog-style-headlines .mod-content,
.type-blog.blog-style-masonry.masonry-margins-false .mod-content {
	padding: 0;
}

/* Magazine Module */
.type-magazine ul {
	list-style: none;
	margin: 0;
}

.magazine-item {
	float: right;
	width: 49%;
	margin: 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.magazine-item1 {
		float: left;
		width: 49%;
		margin-right: 2%;
	}

		.magazine-layout1 .magazine-item1 {
			margin-bottom: 0;
		}

	.magazine-item:last-of-type {
		margin-bottom: 0;
	}

.magazine-item article {
	position: relative;
	min-height: 120px;
	padding: 0 0 0 220px;
}

	.magazine-item1 article,
	.magazine-layout2 .magazine-item2 article,
	.magazine-layout2.mag-columns-three .magazine-item3 article,
	.magazine-layout4 .magazine-item article {
		min-height: 0;
		padding: 255px 0 0 0;
	}

.magazine-item .entry-thumbnail {
	position: absolute;
		top: 0;
		left: 0;
	width: 200px;
	height: 120px;
	min-height: 0;
	margin: 0;
	background-color: #eaeaea;
	background-color: rgba(0, 0, 0, 0.1);
}

	.magazine-item1 .entry-thumbnail,
	.magazine-layout2 .magazine-item2 .entry-thumbnail,
	.magazine-layout2.mag-columns-three .magazine-item3 .entry-thumbnail,
	.magazine-layout4 .magazine-item .entry-thumbnail {
		width: 100%;
		height: 240px;
	}

	.magazine-item .entry-thumbnail:hover {
		zoom: 1;
		filter: alpha(opacity=90);
		opacity: 0.9;
	}

	.magazine-item .entry-thumbnail > a {
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
	}

.magazine-item .entry-thumbnail .auto-screenshot-link {
	margin: 0;
}

.magazine-content {
	max-width: 700px;
}

.magazine-item .cat-links {
	position: absolute;
		top: 0;
		left: 0;
	display: inline-block;
	margin: 0;
	padding: 3px 8px;
	background: #000;
	text-align: left;
	color: #fff;
	font-size: 12px;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.magazine-item .cat-links a {
		color: #fff;
		display: inline-block;
		line-height: 1.5;
	}

.magazine-item .entry-title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
}

	.magazine-layout1 .magazine-item1 .entry-title,
	.magazine-layout2.mag-columns-two .magazine-item1 .entry-title,
	.magazine-layout2.mag-columns-two .magazine-item2 .entry-title {
		font-size: 28px;
		line-height: 34px;
	}

.magazine-item .entry-title a {
	color: #1a1a1a;
}

.magazine-item .posted-on {
	margin: 0;
	padding: 0;
	background: none;
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.magazine-item .entry-summary {
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.magazine-item .entry-summary p {
	margin-bottom: 0;
}

/* Magazine Module: Layout 2 */
.magazine-layout2 .magazine-item {
	float: left;
	width: 49%;
}

	.magazine-layout2 .magazine-item:nth-of-type(odd) {
		clear: left;
		margin-right: 2%;
	}

	.magazine-layout2.mag-columns-two .magazine-item:nth-of-type(5),
	.magazine-layout2.mag-columns-two .magazine-item:nth-of-type(6),
	.magazine-layout2.mag-columns-three .magazine-item:nth-of-type(8),
	.magazine-layout2.mag-columns-three .magazine-item:nth-of-type(9) {
		margin-bottom: 0;
	}

.magazine-layout2.mag-columns-three .magazine-item {
	margin: 0 2% 30px 0;
}

	.magazine-layout2.mag-columns-three .magazine-item:nth-of-type(even) {
		clear: left;
		margin-right: 2%;
	}

	.magazine-layout2.mag-columns-three .magazine-item:nth-of-type(odd) {
		clear: none;
		margin-right: 0;
	}

.magazine-layout2.mag-columns-three .magazine-item1,
.magazine-layout2.mag-columns-three .magazine-item2,
.magazine-layout2.mag-columns-three .magazine-item3 {
	float: left;
	width: 32%;
	margin: 0 2% 30px 0 !important;
	clear: none !important;
}

	.magazine-layout2.mag-columns-three .magazine-item3 {
		margin-right: 0 !important;
	}

/* Magazine Module: Layout 3 */
.magazine-layout3 .magazine-item {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

.magazine-layout3 .magazine-item article {
	min-height: 180px;
	padding: 0 0 0 300px;
}

.magazine-layout3 .magazine-item .entry-thumbnail {
	width: 280px;
	height: 180px;
}

/* Magazine Module: Layout 4 */
.magazine-layout4 .magazine-item {
	float: left;
	width: 31%;
	margin: 0 3.5% 40px 0;
	text-align: left;
}

	.magazine-layout4 .magazine-item:nth-of-type(3n) {
		margin-right: 0;
	}

	.magazine-layout4 .magazine-item:nth-of-type(3n+1) {
		clear: left;
	}

	.magazine-layout4.mag-columns-two .magazine-item:last-of-type,
	.magazine-layout4.mag-columns-two .magazine-item:nth-last-of-type(2),
	.magazine-layout4.mag-columns-three .magazine-item:last-of-type,
	.magazine-layout4.mag-columns-three .magazine-item:nth-last-of-type(2),
	.magazine-layout4.mag-columns-three .magazine-item:nth-last-of-type(3) {
		margin-bottom: 0;
	}

.magazine-layout4 .magazine-item article {
	min-height: 0;
}

.magazine-layout4 .magazine-item .entry-thumbnail {
		top: 0;
}

.magazine-layout4.mag-columns-two .magazine-item {
	width: 48.25%;
	margin: 0 3.5% 40px 0;
	clear: none;
}

	.magazine-layout4.mag-columns-two .magazine-item:nth-of-type(2n) {
		margin-right: 0;
	}

	.magazine-layout4.mag-columns-two .magazine-item:nth-of-type(2n+1) {
		clear: left;
	}

/* Flash News Module */
.type-flashnews .mod-header,
.type-flashnews .mod-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.flashnews-item {
	display: none;
}

	.flashnews-item:first-of-type {
		display: block;
	}

.flashnews-content {
	margin: 0;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.flashnews-content .cat-links {
	display: inline-block;
	margin: 0;
	padding: 3px 20px;
	background: #000;
	color: #fff;
	font-size: 13px;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

	.flashnews-content .cat-links a {
		color: #fff;
	}

.flashnews-content a.entry-title {
	margin-left: 10px;
	color: #1a1a1a !important;
	font-size: 100%;
	font-style: italic;
}

	.flashnews-content a.entry-title:before {
		font-family: "FontAwesome";
		content: "\f105";
		margin-right: 5px;
		font-size: 13px;
		zoom: 1;
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

	.flashnews-content a.entry-title:hover {
		margin-left: 15px;
	}

/* Image Module */
.quadro-mod.type-image .mod-content {
	padding: 0;
}

.quadro-mod.type-image .mod-content img {
	display: block;
    margin: 0 auto;
}

.quadro-mod.type-image.shadow-on {
	overflow: visible;
}

.quadro-mod.type-image.shadow-on .mod-content .inner-mod {
	padding: 0 20px;
}

/* Logos Roll Module */
.logo-profile {
	float: left;
}

	.logos-still.three-columns .logo-profile {
		width: 33.3333%;
	}

	.logos-still.four-columns .logo-profile {
		width: 25%;
	}

	.logos-still.five-columns .logo-profile {
		width: 20%;
	}

	.logos-still.six-columns .logo-profile {
		width: 16.6666%;
	}

.logo-content {
	position: relative;
	height: 180px;
	text-align: center;
	line-height: 90px;
}

.logo-link {
	display: block;
}

.logo-content img {
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Pricing Tables Module */
.quadro-plans {
	display: table;
	list-style: none;
	margin: 0 -10px;
	text-align: center;
	border-spacing: 10px;
    border-collapse: separate;
}

	.quadro-plans.featured-true {
		margin-top: 40px;
	}

	.quadro-plans.plans-2 {
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}

	.quadro-plans.plans-1 {
		display: block;
	}

.quadro-plan {
	position: relative;
	display: table-cell;
	width: 33.3333%;
	padding: 30px 30px 110px;
	background: #fff;
	vertical-align: top;
	word-break: break-word;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.quadro-plans.plans-1 .quadro-plan {
		display: block;
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}

	.quadro-plans.plans-2 .quadro-plan {
		width: 50%;
	}

	.quadro-plans.plans-4 .quadro-plan {
		width: 25%;
	}

	.quadro-plans.plans-5 .quadro-plan {
		width: 20%;
	}

.quadro-plan p {
	margin-bottom: 0;
}

.plan-head {
	position: relative;
	margin: -30px -30px 0;
	padding: 30px 20px;
	background: #000;
	color: #fff;
}

	.quadro-plan.plan-featured .plan-head {
		margin-top: -70px;
	}

.plan-highlight {
	display: block;
	margin: -30px -20px 30px;
	padding: 10px;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 2px;
	line-height: 20px;
	text-transform: uppercase;
}

.plan-icon {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 48px;
	line-height: 50px;
	color: #fff;
}

.plan-title {
    margin-bottom: 0;
	font-size: 160%;
    line-height: 1.4;
    font-weight: bolder;
}

.plan-desc {
	margin: 10px 0 0;
	font-size: 95%;
	line-height: 1.5;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.plan-price {
	margin-top: 20px;
}

	.price-value {
	}

		.price-value span {
			display: inline-block;
		}

		.price-numb {
			font-size: 240%;
			line-height: 1;
			font-weight: bolder;
		}

		.price-term {
			font-size: 90%;
			zoom: 1;
			filter: alpha(opacity=60);
			opacity: 0.6;
		}

	.price-sub {
		margin-top: 5px;
		font-size: 11px;
		line-height: 18px;
		text-transform: uppercase;
	}

.plan-features {
	margin-top: 30px;
	font-size: 85%;
	line-height: 1.5;
}

	.plan-price + .plan-features {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #eaeaea;
	}

	.plan-features ul {
		list-style: none;
		margin: 0;
	}

		.plan-features ul li {
			margin-bottom: 10px;
		}

.plan-button {
	position: absolute;
		bottom: 30px;
		left: 20px;
		right: 20px;
}

	.plan-button a.qbtn {
		display: block;
		color: #fff;
	}

	.plan-button a.qbtn:hover {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

/* Gallery Module */
.type-gallery.margins-false .mod-content {
	padding: 0;
}

.type-gallery.margins-true .mod-content {
	padding: 3px;
}

.gallery-gallery ul li {
	position: relative;
	float: left;
}

.gallery-gallery ul li img {
	display: block;
	margin: 0 auto;
}

.gallery-gallery ul li a {
	display: block;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

	.gallery-gallery ul li:hover a {
		background: #000;
	}

.type-gallery .gallery-gallery li .gallery-caption {
		right: auto;
		bottom: 5px;
		left: 5px;
	margin: 0 5px 0 0;
}

	.style-masonry.margins-true .gallery-gallery li .gallery-caption,
	.style-grid.margins-true .gallery-gallery li .gallery-caption {
			bottom: 8px;
			left: 8px;
		margin-right: 8px;
	}

.captions-hover .gallery-gallery li .gallery-caption {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 9;
}

	.captions-hover .gallery-gallery li:hover .gallery-caption {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

	/* Masonry & Perfect Grid Styles and Layouts */
	.style-masonry.margins-true .gallery-gallery ul li img,
	.style-grid.margins-true .gallery-gallery ul li img {
		padding: 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.style-masonry.margins-true .gallery-gallery ul li a,
	.style-grid.margins-true .gallery-gallery ul li a {
			top: 3px;
			right: 3px;
			bottom: 3px;
			left: 3px;
	}

	.style-masonry.layout-layout1 .gallery-gallery ul li,
	.style-grid.layout-layout1 .gallery-gallery ul li {
		width: 100%;
	}

	.style-masonry.layout-layout2 .gallery-gallery ul li,
	.style-grid.layout-layout2 .gallery-gallery ul li,
	.style-masonry.layout-layout3 .gallery-gallery ul li,
	.style-grid.layout-layout3 .gallery-gallery ul li,
	.style-masonry.layout-layout4 .gallery-gallery ul li,
	.style-grid.layout-layout4 .gallery-gallery ul li,
	.style-masonry.layout-layout5 .gallery-gallery ul li,
	.style-grid.layout-layout5 .gallery-gallery ul li {
		width: 50%;
	}

	.style-masonry.layout-layout6 .gallery-gallery ul li,
	.style-grid.layout-layout6 .gallery-gallery ul li,
	.style-masonry.layout-layout7 .gallery-gallery ul li,
	.style-grid.layout-layout7 .gallery-gallery ul li,
	.style-masonry.layout-layout8 .gallery-gallery ul li,
	.style-grid.layout-layout8 .gallery-gallery ul li {
		width: 33.3333%;
	}

	@media only screen and (min-width: 520px) {
		.style-masonry.layout-layout3 .gallery-gallery ul li,
		.style-grid.layout-layout3 .gallery-gallery ul li,
		.style-masonry.layout-layout5 .gallery-gallery ul li,
		.style-grid.layout-layout5 .gallery-gallery ul li {
			width: 33.3333%;
		}

		.style-masonry.layout-layout4 .gallery-gallery ul li,
		.style-grid.layout-layout4 .gallery-gallery ul li,
		.style-masonry.layout-layout8 .gallery-gallery ul li,
		.style-grid.layout-layout8 .gallery-gallery ul li {
			width: 25%;
		}
	}

	@media only screen and (min-width: 769px) {
		.style-masonry.layout-layout5 .gallery-gallery ul li,
		.style-grid.layout-layout5 .gallery-gallery ul li,
		.style-masonry.layout-layout7 .gallery-gallery ul li,
		.style-grid.layout-layout7 .gallery-gallery ul li,
		.style-masonry.layout-layout8 .gallery-gallery ul li,
		.style-grid.layout-layout8 .gallery-gallery ul li {
			width: 20%;
		}

		.style-masonry.layout-layout6 .gallery-gallery ul li,
		.style-grid.layout-layout6 .gallery-gallery ul li {
			width: 16.6666%;
		}
	}

	@media only screen and (min-width: 960px) {
		.style-masonry.layout-layout7 .gallery-gallery ul li,
		.style-grid.layout-layout7 .gallery-gallery ul li {
			width: 14.2856%;
		}

		.style-masonry.layout-layout8 .gallery-gallery ul li,
		.style-grid.layout-layout8 .gallery-gallery ul li {
			width: 12.5%;
		}
	}

	/* Mosaic Style and Layouts */
	.style-mosaic .gallery-gallery ul li {
		width: 33.3333%;
		height: 300px;
	}

		@media only screen and (max-width: 768px) {
			.style-mosaic .gallery-gallery ul li {
				height: 220px;
			}
		}

		@media only screen and (max-width: 519px) {
			.style-mosaic .gallery-gallery ul li {
				height: 140px;
			}
		}

	.mosaic-item {
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

		.style-mosaic.margins-true .mosaic-item {
				top: 3px;
				right: 3px;
				bottom: 3px;
				left: 3px;
		}

		/* Layout 1 */
		.style-mosaic.layout-layout1 li.gal-pos-1,
		.style-mosaic.layout-layout1 li.gal-pos-2 {
			width: 50%;
			/*height: 380px;*/
		}

		.style-mosaic.layout-layout1 li.gal-pos-3 {
			width: 100%;
			height: 480px;
		}

		/* Layout 2 */
		.style-mosaic.layout-layout2 li.gal-pos-1,
		.style-mosaic.layout-layout2 li.gal-pos-5 {
			width: 50%;
			height: 600px;
		}

		.style-mosaic.layout-layout2 li.gal-pos-5 {
			float: right;
		}

		.style-mosaic.layout-layout2 li.gal-pos-2,
		.style-mosaic.layout-layout2 li.gal-pos-3,
		.style-mosaic.layout-layout2 li.gal-pos-4,
		.style-mosaic.layout-layout2 li.gal-pos-6 {
			width: 50%;
		}

		/* Layout 3 */
		.style-mosaic.layout-layout3 li.gal-pos-4,
		.style-mosaic.layout-layout3 li.gal-pos-5,
		.style-mosaic.layout-layout3 li.gal-pos-6 {
			width: 50%;
		}

		.style-mosaic.layout-layout3 li.gal-pos-4,
		.style-mosaic.layout-layout3 li.gal-pos-5,
		.style-mosaic.layout-layout3 li.gal-pos-6 {
			height: 480px;
		}

		.style-mosaic.layout-layout3 li.gal-pos-7,
		.style-mosaic.layout-layout3 li.gal-pos-8,
		.style-mosaic.layout-layout3 li.gal-pos-9,
		.style-mosaic.layout-layout3 li.gal-pos-10 {
			width: 25%;
			height: 240px;
		}

		/* Layout 4 */
		.style-mosaic.layout-layout4 li.gal-pos-1,
		.style-mosaic.layout-layout4 li.gal-pos-8 {
			width: 66.6666%;
			height: 600px;
		}

			.style-mosaic.layout-layout4 li.gal-pos-8 {
				float: right;
			}
		
		/* Layout 5 */
		.style-mosaic.layout-layout5 ul li {
			height: 240px;
		}

		.style-mosaic.layout-layout5 li.gal-pos-1 {
			width: 66.6666%;
			height: 480px;
		}

		.style-mosaic.layout-layout5 li.gal-pos-5,
		.style-mosaic.layout-layout5 li.gal-pos-6 {
			float: right;
			height: 480px;
		}

		/* Layout 6 */
		.style-mosaic.layout-layout6 li.gal-pos-2,
		.style-mosaic.layout-layout6 li.gal-pos-3 {
			width: 66.6666%;
		}

		.style-mosaic.layout-layout6 li.gal-pos-5,
		.style-mosaic.layout-layout6 li.gal-pos-6 {
			width: 50%;
		}

		/* Layout 7 */
		.style-mosaic.layout-layout7 li.gal-pos-1,
		.style-mosaic.layout-layout7 li.gal-pos-7 {
			width: 50%;
			height: 600px;
		}

			.style-mosaic.layout-layout7 li.gal-pos-7 {
				float: right;
			}

		.style-mosaic.layout-layout7 li.gal-pos-2,
		.style-mosaic.layout-layout7 li.gal-pos-8 {
			width: 50%;
		}

		.style-mosaic.layout-layout7 li.gal-pos-3,
		.style-mosaic.layout-layout7 li.gal-pos-4,
		.style-mosaic.layout-layout7 li.gal-pos-5,
		.style-mosaic.layout-layout7 li.gal-pos-6 {
			width: 25%;
		}

		/* Layout 8 */
		.style-mosaic.layout-layout8 li.gal-pos-3,
		.style-mosaic.layout-layout8 li.gal-pos-6 {
			height: 600px;
		}

		.style-mosaic.layout-layout8 li.gal-pos-3 {
			float: right;
		}

	@media only screen and (max-width: 768px) {
		/* Were height 480px */
		.style-mosaic.layout-layout1 li.gal-pos-3,
		.style-mosaic.layout-layout3 li.gal-pos-4,
		.style-mosaic.layout-layout3 li.gal-pos-5,
		.style-mosaic.layout-layout3 li.gal-pos-6,
		.style-mosaic.layout-layout5 li.gal-pos-1,
		.style-mosaic.layout-layout5 li.gal-pos-5,
		.style-mosaic.layout-layout5 li.gal-pos-6 {
			height: 360px;
		}
		
		/* Were height 240px */
		.style-mosaic.layout-layout3 li.gal-pos-7,
		.style-mosaic.layout-layout3 li.gal-pos-8,
		.style-mosaic.layout-layout3 li.gal-pos-9,
		.style-mosaic.layout-layout3 li.gal-pos-10,
		.style-mosaic.layout-layout5 ul li {
			height: 180px;
		}
		
		/* Were height 600px */
		.style-mosaic.layout-layout2 li.gal-pos-1,
		.style-mosaic.layout-layout2 li.gal-pos-5,
		.style-mosaic.layout-layout4 li.gal-pos-1,
		.style-mosaic.layout-layout4 li.gal-pos-8,
		.style-mosaic.layout-layout7 li.gal-pos-1,
		.style-mosaic.layout-layout7 li.gal-pos-7,
		.style-mosaic.layout-layout8 li.gal-pos-3,
		.style-mosaic.layout-layout8 li.gal-pos-6 {
			height: 440px;
		}
	}

	@media only screen and (max-width: 519px) {
		/* Were height 480px */
		.style-mosaic.layout-layout1 li.gal-pos-3,
		.style-mosaic.layout-layout3 li.gal-pos-4,
		.style-mosaic.layout-layout3 li.gal-pos-5,
		.style-mosaic.layout-layout3 li.gal-pos-6,
		.style-mosaic.layout-layout5 li.gal-pos-1,
		.style-mosaic.layout-layout5 li.gal-pos-5,
		.style-mosaic.layout-layout5 li.gal-pos-6 {
			height: 200px;
		}

		/* Were height 240px */
		.style-mosaic.layout-layout3 li.gal-pos-7,
		.style-mosaic.layout-layout3 li.gal-pos-8,
		.style-mosaic.layout-layout3 li.gal-pos-9,
		.style-mosaic.layout-layout3 li.gal-pos-10,
		.style-mosaic.layout-layout5 ul li {
			height: 100px;
		}
		
		/* Were height 600px */
		.style-mosaic.layout-layout2 li.gal-pos-1,
		.style-mosaic.layout-layout2 li.gal-pos-5,
		.style-mosaic.layout-layout4 li.gal-pos-1,
		.style-mosaic.layout-layout4 li.gal-pos-8,
		.style-mosaic.layout-layout7 li.gal-pos-1,
		.style-mosaic.layout-layout7 li.gal-pos-7,
		.style-mosaic.layout-layout8 li.gal-pos-3,
		.style-mosaic.layout-layout8 li.gal-pos-6 {
			height: 280px;
		}
	}

/* Carousel Gallery Module */
.cgallery-gallery .slides li {
	position: relative;
}

.cgallery-gallery .slides li img {
	width: auto;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

	.type-cgallery.with-margins .cgallery-gallery .slides li img {
		margin: 0 20px 0 0;
	}

	.type-cgallery.center-enabled.with-margins .cgallery-gallery .slides li img {
		margin: 0 10px;
	}

		.type-cgallery.with-margins.size-xlarge .cgallery-gallery .slides li img {
			margin: 0;
		}

	.type-cgallery.size-small .cgallery-gallery .slides li img {
		height: 300px;
	}

	.type-cgallery.size-medium .cgallery-gallery .slides li img {
		height: 500px;
	}

	.type-cgallery.size-large .cgallery-gallery .slides li img {
		height: 700px;
	}

	.type-cgallery.size-xlarge .cgallery-gallery .slides li img {
		width: 100%;
		height: auto;
	}

	.center-enabled .cgallery-gallery .slides li img {
		zoom: 1;
		filter: alpha(opacity=20);
		opacity: 0.2;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-ms-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

		.center-enabled .cgallery-gallery .slides li.slick-slide.slick-current.slick-center img,
		.center-enabled .cgallery-gallery .slides .slick-slide.slick-current.slick-center img {
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
		}

.lightbox-enabled .cgallery-gallery .slides li:hover img {
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.cgallery-gallery ul li a {
	display: block;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}

.type-cgallery .cgallery-gallery li .gallery-caption {
		right: auto;
		bottom: 5px;
		left: 5px;
	margin: 0 5px 0 0;
}

.type-cgallery.with-margins .cgallery-gallery li .gallery-caption {
		left: 5px;
	margin: 0 25px 0 0;
}

.type-cgallery.center-enabled.with-margins .cgallery-gallery li .gallery-caption {
		left: 15px;
	margin: 0 15px 0 0;
}

.type-cgallery .slick-arrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #aaa !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

	.type-cgallery .slick-arrow:before {
		width: 40px;
		font-size: 18px;
	}

/* Info Box Module */
.ibox-wrapper {
	width: 480px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px;
	background: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.type-ibox.position-left .ibox-wrapper {
		float: left;
	}

	.type-ibox.position-right .ibox-wrapper {
		float: right;
	}

.ibox-icon {
	display: block;
	font-size: 60px;
	line-height: 1;
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.ibox-title {
	display: block;
	margin-bottom: 0;
}

.ibox-text {
	display: block;
}

	.ibox-text * {
		margin-bottom: 10px;
	}

	.ibox-text p {
		font-size: 90%;
		line-height: 1.5;
	}

	.ibox-text *:last-of-type {
		margin-bottom: 0;
	}

.qbtn.ibox-button {
	margin-top: 30px;
	color: #fff;
}

.ibox-icon + .ibox-title,
.ibox-title + .ibox-text,
.ibox-icon + .ibox-text {
	margin-top: 20px;
}

/* Leadbox Module */
.leadbox-wrapper {
	max-width: 700px;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.leadbox-wrapper > *:last-child {
	margin-bottom: 0;
}

.leadbox-img {
	display: block;
	margin: -40px -40px 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.leadbox-img img {
		display: block;
		margin: 0 auto;
	}

.leadbox-icon {
	display: block;
	font-size: 48px;
	line-height: 50px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.leadbox-title {
	margin-bottom: 0;
}

.leadbox-text {}

	.leadbox-text > *:last-child {
		margin-bottom: 0;
	}

.leadbox-form {
	display: block;
	max-width: 480px;
	margin: 0 auto;
}

.leadbox-form.leadbox-hide {
	display: none;
}

	.leadbox-form input {
		padding: 10px 15px !important;
	}

	.leadbox-form input[type="text"],
	.leadbox-form input[type="email"] {
		float: left;
		width: 49%;
		margin: 0 2% 0 0;
		background: #fff;
		line-height: 26px;
		border: 1px solid rgba(0,0,0,0.2);
		-moz-background-clip: padding !important;
		-webkit-background-clip: padding !important;
		background-clip: padding-box !important;
	}

		.leadbox-form input:nth-of-type(2n) {
			margin-right: 0;
		}

	.qbtn.at-leadbox-submit {
		display: block;
		float: left;
		width: 100%;
		margin-top: 10px;
		border: none;
		font-size: 13px;
		line-height: 30px;
	}

		/* One input form */
		.leadbox-form.one-input input[type="email"] {
			width: 66%;
			line-height: 28px;
		}

		.leadbox-form.one-input .qbtn.at-leadbox-submit {
			display: inline-block;
			float: right;
			width: 32%;
			margin: 0;
			padding: 10px 5px !important;
		}

.leadbox-ftext {
	margin: 20px 0 0;
	font-size: 12px;
	line-height: 1.5;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

	.leadbox-ftext i.fa {
		margin: 0 3px;
	}

.leadbox-icon + .leadbox-title,
.leadbox-title + .leadbox-text,
.leadbox-icon + .leadbox-text {
	margin-top: 20px;
}

* + .leadbox-form-wrapper {
	margin-top: 30px;
}

	/* Leadbox Layout 2 & 3 */
	.type-leadbox.layout-layout2 .leadbox-wrapper,
	.type-leadbox.layout-layout3 .leadbox-wrapper {
		max-width: 860px;
	}

	.type-leadbox.layout-layout2 .leadbox-img,
	.type-leadbox.layout-layout3 .leadbox-img {
		display: inline-block;
		width: 42%;
		margin: 0;
		padding-right: 40px;
		vertical-align: middle;
	}

		.type-leadbox.layout-layout3 .leadbox-img {
			padding: 0 0 0 40px;
		}

	.type-leadbox.layout-layout2 .leadbox-content,
	.type-leadbox.layout-layout3 .leadbox-content {
		display: inline-block;
		width: 57%;
		vertical-align: middle;
	}

	/* Leadbox Layout 4 & 5 */
	@media only screen and (min-width: 520px) {
		.type-leadbox.layout-layout4 .leadbox-wrapper,
		.type-leadbox.layout-layout5 .leadbox-wrapper {
			float: left;
			margin: 0;
			width: 50%;
			min-width: 400px;
		}

			.type-leadbox.layout-layout5 .leadbox-wrapper {
				float: right;
			}
	}

	/* Leadbox Layout 6 & 7 */
	.type-leadbox.layout-layout6 .mod-content,
	.type-leadbox.layout-layout7 .mod-content {
		padding: 0 !important;
	}

	@media only screen and (min-width: 760px) {
		.type-leadbox.layout-layout6 .leadbox-wrapper,
		.type-leadbox.layout-layout7 .leadbox-wrapper {
			float: right;
			width: 50%;
			margin: 0;
			padding: 140px 40px;
		}

			.type-leadbox.layout-layout7 .leadbox-wrapper {
				float: left;
			}

		.type-leadbox.layout-layout6 .leadbox-img,
		.type-leadbox.layout-layout7 .leadbox-img {
			position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
			width: 50%;
			height: 100%;
			margin: 0;
			background-position: center;
			background-size: cover;
		}

			.type-leadbox.layout-layout7 .leadbox-img {
				left: auto;
				right: 0;
			}
	}

	/* Leadbox Layout 8 & 9 */
	@media only screen and (min-width: 760px) {
		.type-leadbox.layout-layout8 .leadbox-wrapper,
		.type-leadbox.layout-layout9 .leadbox-wrapper {
			position: relative;
			max-width: 860px;
			padding-left: 340px;
		}

			.type-leadbox.layout-layout9 .leadbox-wrapper {
				padding: 40px 340px 40px 40px;
			}

		.type-leadbox.layout-layout8 .leadbox-img,
		.type-leadbox.layout-layout9 .leadbox-img {
			position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
			width: 300px;
			height: 100%;
			margin: 0;
			background-position: center;
			background-size: cover;
		}

			.type-leadbox.layout-layout9 .leadbox-img {
				left: auto;
				right: 0;
			}
	}

	/* Leadbox Layout 10 */
	.type-leadbox.layout-layout10 .leadbox-wrapper {
		max-width: none;
		padding: 0 60px;
		background: none !important;
	}

	.type-leadbox.layout-layout10 .leadbox-icon {
		position: absolute;
			top: 0;
			left: 0;
		width: 50px;
		height: 50px;
		margin: 0;
		font-size: 32px;
		line-height: 50px;
	}

	.type-leadbox.layout-layout10 .leadbox-text-wrapper {
		display: inline-block;
		width: 39%;
		padding: 0 20px;
		text-align: left;
		vertical-align: middle;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.type-leadbox.layout-layout10 .leadbox-title {
			font-size: 24px;
		}

		.type-leadbox.layout-layout10 .leadbox-text {
			margin: 0;
		}

	.type-leadbox.layout-layout10 .leadbox-form-wrapper {
		display: inline-block;
		width: 60%;
		margin: 0;
		padding: 0 20px;
		vertical-align: middle;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.type-leadbox.layout-layout10 .leadbox-form {
		max-width: none;
		position: relative;
	}

		@media only screen and (min-width: 1025px) {
			.type-leadbox.layout-layout10 .leadbox-form.two-inputs input[type="text"],
			.type-leadbox.layout-layout10 .leadbox-form.two-inputs input[type="email"] {
				width: 36%;
				line-height: 28px;
			}

			.type-leadbox.layout-layout10 .qbtn.at-leadbox-submit {
				display: inline-block;
				float: right;
				width: 32%;
				margin: 0;
				padding: 10px 5px !important;
			}

				.type-leadbox.layout-layout10 .leadbox-form.two-inputs .qbtn.at-leadbox-submit {
					width: 24%;
				}
		}

	.type-leadbox.layout-layout10 .leadbox-error-msg {
		max-width: none;
	}

	.type-leadbox.layout-layout10 .leadbox-ftext {
		position: absolute;
			right: 0;
			bottom: -30px;
			left: 0;
		margin: 0 auto;
	}

.leadbox-form-wrapper {
	position: relative;
}

.leadbox-loader {
	position: absolute;
		top: -2000px;
		left: 0;
		right: 0;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.leadbox-loader.leadbox-show {
		top: 0;
		bottom: 0;
	margin: auto;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

	.leadbox-loader i {
		display: inline-block;
		width: 30px;
		line-height: 30px;
		vertical-align: middle;
		-webkit-animation: fa-spin 2s infinite linear;
		animation: fa-spin 2s infinite linear;
	}

	@keyframes fa-spin {
		0% {
			-webkit-transform:rotate(0deg);
			transform:rotate(0deg)
		}
		100% {
			-webkit-transform:rotate(359deg);
			transform:rotate(359deg)
		}
	}

.leadbox-submit-msg {
	position: absolute;
		top: -2000px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.2);
	font-size: 80%;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}

	.leadbox-submit-msg.leadbox-wait {
		position: static;
	}

	.leadbox-submit-msg.leadbox-show {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
		-webkit-animation: moveUp 0.5s ease forwards;
		animation: moveUp 0.5s ease forwards;
	}

	@-webkit-keyframes moveUp {
		0% 		{}
		100% 	{ -webkit-transform: translateY(0); opacity: 1; }
	}

	@keyframes moveUp {
		0% 		{}
		100% 	{ -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
	}

	.leadbox-submit-msg *:last-child {
		margin-bottom: 0;
	}

.leadbox-error-msg {
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.2);
	font-size: 80%;
}

.at-leadbox-consent-label {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding-left: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.at-leadbox-consent-label input[type="checkbox"] {
		position: absolute;
			top: 2px;
			left: 0;
		font-size: 16px;
	}

	.at-leadbox-consent-label p {
		margin: 0;
	}

/* Video & Embeds Module */
.type-video.layout-full .mod-content {
	padding: 0;
}

.video-mod-wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
}

	.video-mod-wrapper.width-regular {
		max-width: 800px;
	}

	.video-mod-wrapper.width-small {
		max-width: 500px;
	}

	.video-mod-wrapper.width-giant {
		max-width: 1400px;
	}

.mod-video-poster {
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mod-video-poster:after {
	display: block;
	content: "";
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	z-index: 8;
}

	.mod-video-play-btn {
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		width: 80px;
		height: 80px;
		margin: auto;
		text-align: center;
		font-size: 30px;
		line-height: 80px;
		color: #fff;
		cursor: pointer;
		z-index: 9;
	}

		.mod-video-play-btn span {
			display: block;
			position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 5px;
			width: 0;
			height: 0;
			margin: auto;
			border-top: 15px solid transparent;
			border-left: 25px solid #fff;
			border-bottom: 15px solid transparent;
		}

		.mod-video-play-btn:hover {
			opacity: 0.9;
		}

	.button-style1 .mod-video-play-btn {
		background: none !important;
		border-radius: 46px;
		border: 2px solid;
	}

	.button-style2 .mod-video-play-btn {
		border-radius: 46px;
		background: rgba(0,0,0,0.8);
	}

	.button-style3 .mod-video-play-btn {
		background: none !important;
		width: 120px;
		height: 70px;
		line-height: 70px;
		border-radius: 3px;
		border: 2px solid;
	}

	.button-style4 .mod-video-play-btn {
		width: 120px;
		height: 70px;
		line-height: 70px;
		border-radius: 3px;
		background: rgba(0,0,0,0.8);
	}

	.button-style5 .mod-video-play-btn {
		background: none !important;
		font-size: 48px;
	}

		.button-style5 .mod-video-play-btn span {
			border-top: 20px solid transparent;
			border-left: 35px solid #fff;
			border-bottom: 20px solid transparent;
		}

/* Social Icons Module */
.mod-social-icons {
	list-style: none;
	margin: -0.4em;
	text-align: center;
}

	/* Alignment */
	.type-icons.align-left .mod-social-icons {
		text-align: left;
	}

	.type-icons.align-right .mod-social-icons {
		text-align: right;
	}

.mod-social-icons li {
	display: inline-block;
	margin: 0.4em;
}

.mod-social-icons li a {
	display: block;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.mod-social-icons li a:hover {
		zoom: 1;
		filter: alpha(opacity=80);
		opacity: 0.8;
	}

	.type-icons.color-brand.shape-circle-border .mod-social-icons li a,
	.type-icons.color-brand.shape-square-border .mod-social-icons li a,
	.type-icons.color-brand.shape-rounded-border .mod-social-icons li a {
		border: 2px solid;
	}

	/* Brand color */
	.type-icons.color-brand a.social-behance { color: #1769ff; }
	.type-icons.color-brand a.social-codepen { color: #111111; }
	.type-icons.color-brand a.social-dribbble { color: #ea4c89; }
	.type-icons.color-brand a.social-etsy { color: #F1661E; }
	.type-icons.color-brand a.social-facebook { color: #3b5998; }
	.type-icons.color-brand a.social-flickr { color: #0063dc; }
	.type-icons.color-brand a.social-github { color: #4183c4; }
	.type-icons.color-brand a.social-google-plus { color: #dd4b39; }
	.type-icons.color-brand a.social-instagram { color: #d93175; }
	.type-icons.color-brand a.social-itunes { color: #EA4CC0; }
	.type-icons.color-brand a.social-kickstarter { color: #05ce78; }
	.type-icons.color-brand a.social-linkedin { color: #0766c2; }
	.type-icons.color-brand a.social-medium { color: #111111; }
	.type-icons.color-brand a.social-messenger { color: #0084ff; }
	.type-icons.color-brand a.social-pinterest { color: #cc2127; }
	.type-icons.color-brand a.social-slack { color: #4a154b; }
	.type-icons.color-brand a.social-slideshare { color: #0077b5; }
	.type-icons.color-brand a.social-snapchat-ghost { color: #fffc00; }
	.type-icons.color-brand a.social-soundcloud { color: #ff8800; }
	.type-icons.color-brand a.social-spotify { color: #1DB954; }
	.type-icons.color-brand a.social-stack-overflow { color: #fe7a15; }
	.type-icons.color-brand a.social-threads { color: #000000; }
	.type-icons.color-brand a.social-tiktok { color: #FE2C55; }
	.type-icons.color-brand a.social-trello { color: #0079bf; }
	.type-icons.color-brand a.social-tumblr { color: #35465c; }
	.type-icons.color-brand a.social-twitter { color: #1da1f2; }
	.type-icons.color-brand a.social-vimeo { color: #1ab7ea; }
	.type-icons.color-brand a.social-whatsapp { color: #25D366; }
	.type-icons.color-brand a.social-x { color: #000000; }
	.type-icons.color-brand a.social-youtube { color: #ff1e00; }
	.type-icons.color-brand a.social-email { color: #000000; }

	/* Brand color as background */
	.type-icons.color-brand.shape-circle-bg a.social-behance,
	.type-icons.color-brand.shape-square-bg a.social-behance,
	.type-icons.color-brand.shape-rounded-bg a.social-behance {
		background: #1769ff; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-codepen,
	.type-icons.color-brand.shape-square-bg a.social-codepen,
	.type-icons.color-brand.shape-rounded-bg a.social-codepen {
		background: #111111; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-dribbble,
	.type-icons.color-brand.shape-square-bg a.social-dribbble,
	.type-icons.color-brand.shape-rounded-bg a.social-dribbble {
		background: #ea4c89; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-etsy,
	.type-icons.color-brand.shape-square-bg a.social-etsy,
	.type-icons.color-brand.shape-rounded-bg a.social-etsy {
		background: #F1661E; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-facebook,
	.type-icons.color-brand.shape-square-bg a.social-facebook,
	.type-icons.color-brand.shape-rounded-bg a.social-facebook {
		background: #3b5998; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-flickr,
	.type-icons.color-brand.shape-square-bg a.social-flickr,
	.type-icons.color-brand.shape-rounded-bg a.social-flickr {
		background: #0063dc; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-github,
	.type-icons.color-brand.shape-square-bg a.social-github,
	.type-icons.color-brand.shape-rounded-bg a.social-github {
		background: #4183c4; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-google-plus,
	.type-icons.color-brand.shape-square-bg a.social-google-plus,
	.type-icons.color-brand.shape-rounded-bg a.social-google-plus {
		background: #dd4b39; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-instagram,
	.type-icons.color-brand.shape-square-bg a.social-instagram,
	.type-icons.color-brand.shape-rounded-bg a.social-instagram {
		background: #d93175; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-itunes,
	.type-icons.color-brand.shape-square-bg a.social-itunes,
	.type-icons.color-brand.shape-rounded-bg a.social-itunes {
		background: #EA4CC0; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-kickstarter,
	.type-icons.color-brand.shape-square-bg a.social-kickstarter,
	.type-icons.color-brand.shape-rounded-bg a.social-kickstarter {
		background: #05ce78; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-linkedin,
	.type-icons.color-brand.shape-square-bg a.social-linkedin,
	.type-icons.color-brand.shape-rounded-bg a.social-linkedin {
		background: #0766c2; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-medium,
	.type-icons.color-brand.shape-square-bg a.social-medium,
	.type-icons.color-brand.shape-rounded-bg a.social-medium {
		background: #111111; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-messenger,
	.type-icons.color-brand.shape-square-bg a.social-messenger,
	.type-icons.color-brand.shape-rounded-bg a.social-messenger {
		background: #0084ff; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-pinterest,
	.type-icons.color-brand.shape-square-bg a.social-pinterest,
	.type-icons.color-brand.shape-rounded-bg a.social-pinterest {
		background: #cc2127; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-slack,
	.type-icons.color-brand.shape-square-bg a.social-slack,
	.type-icons.color-brand.shape-rounded-bg a.social-slack {
		background: #4a154b; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-slideshare,
	.type-icons.color-brand.shape-square-bg a.social-slideshare,
	.type-icons.color-brand.shape-rounded-bg a.social-slideshare {
		background: #0077b5; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-snapchat-ghost,
	.type-icons.color-brand.shape-square-bg a.social-snapchat-ghost,
	.type-icons.color-brand.shape-rounded-bg a.social-snapchat-ghost {
		background: #fffc00; color: #000;
	}
	.type-icons.color-brand.shape-circle-bg a.social-soundcloud,
	.type-icons.color-brand.shape-square-bg a.social-soundcloud,
	.type-icons.color-brand.shape-rounded-bg a.social-soundcloud {
		background: #ff8800; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-spotify,
	.type-icons.color-brand.shape-square-bg a.social-spotify,
	.type-icons.color-brand.shape-rounded-bg a.social-spotify {
		background: #1DB954; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-stack-overflow,
	.type-icons.color-brand.shape-square-bg a.social-stack-overflow,
	.type-icons.color-brand.shape-rounded-bg a.social-stack-overflow {
		background: #fe7a15; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-tiktok,
	.type-icons.color-brand.shape-square-bg a.social-tiktok,
	.type-icons.color-brand.shape-rounded-bg a.social-tiktok {
		background: #FE2C55; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-trello,
	.type-icons.color-brand.shape-square-bg a.social-trello,
	.type-icons.color-brand.shape-rounded-bg a.social-trello {
		background: #0079bf; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-tumblr,
	.type-icons.color-brand.shape-square-bg a.social-tumblr,
	.type-icons.color-brand.shape-rounded-bg a.social-tumblr {
		background: #35465c; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-twitter,
	.type-icons.color-brand.shape-square-bg a.social-twitter,
	.type-icons.color-brand.shape-rounded-bg a.social-twitter {
		background: #1da1f2; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-vimeo,
	.type-icons.color-brand.shape-square-bg a.social-vimeo,
	.type-icons.color-brand.shape-rounded-bg a.social-vimeo {
		background: #1ab7ea; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-whatsapp,
	.type-icons.color-brand.shape-square-bg a.social-whatsapp,
	.type-icons.color-brand.shape-rounded-bg a.social-whatsapp {
		background: #25D366; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-x,
	.type-icons.color-brand.shape-square-bg a.social-x,
	.type-icons.color-brand.shape-rounded-bg a.social-x {
		background: #000000; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-youtube,
	.type-icons.color-brand.shape-square-bg a.social-youtube,
	.type-icons.color-brand.shape-rounded-bg a.social-youtube {
		background: #ff1e00; color: #fff;
	}
	.type-icons.color-brand.shape-circle-bg a.social-email,
	.type-icons.color-brand.shape-square-bg a.social-email,
	.type-icons.color-brand.shape-rounded-bg a.social-email {
		background: #000000; color: #fff;
	}

	/* Shape */
	.type-icons.shape-circle-bg .mod-social-icons li a,
	.type-icons.shape-circle-border .mod-social-icons li a {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.type-icons.shape-rounded-bg .mod-social-icons li a,
	.type-icons.shape-rounded-border .mod-social-icons li a {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.type-icons.shape-circle-border .mod-social-icons li a,
	.type-icons.shape-square-border .mod-social-icons li a,
	.type-icons.shape-rounded-border .mod-social-icons li a {
		border: 2px solid;
	}

.mod-social-icons li a i {
	display: block;
	vertical-align: middle;
	width: 3em;
	height: 3em;
	line-height: 3em;
}

	.type-icons.shape-just-icon .mod-social-icons li a i {
		width: 2em;
		height: 2em;
		line-height: 2em;
	}

/* Line Module */
.mod-line {
	display: block;
	margin: 0 auto;
}

.type-line.line-align-left .mod-line {
	margin-left: 0;
}

.type-line.line-align-right .mod-line {
	margin-right: 0;
}

/* List Module */
.quadro-list {
	position: relative;
	list-style: none;
	margin: 0;
}

	.list-style4 .quadro-list {
		padding: 20px 0;
	}

		.list-style4 .quadro-list:before {
			content: "";
			position: absolute;
				top: 2px;
				bottom: 2px;
				left: 15px;
			border-left: 1px solid;
		}

	.list-style5 .quadro-list {
		text-align: center;
	}

.quadro-list .quadro-listitem {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

	.list-style2 .quadro-listitem,
	.list-style3 .quadro-listitem {
		padding-bottom: 19px;
	}

	.list-style5 .quadro-listitem {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}

		.list-style2 .quadro-listitem:after,
		.list-style3 .quadro-listitem:after,
		.list-style5 .quadro-listitem:after {
			content: "";
			display: block;
			position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
			border-top: 1px solid;
			opacity: 0.2;
		}

			.list-style2 .quadro-listitem:last-of-type:after,
			.list-style3 .quadro-listitem:last-of-type:after,
			.list-style5 .quadro-listitem:last-of-type:after {
				display: none;
			}

	.list-style4 .quadro-listitem {
		margin-bottom: 40px;
	}

	.list-style6 .quadro-listitem {
		padding-left: 100px;
	}

		.list-style6 .quadro-listitem:before {
			content: "";
			display: block;
			position: absolute;
				top: 15px;
				left: 0;
			border-top: 1px solid;
			height: 1px;
			width: 80px;
			margin: auto 0;
			opacity: 0.5;
		}

	.list-style7 .quadro-listitem {
		margin-bottom: 40px;
	}

	.list-style8 .quadro-listitem {
		margin-bottom: 30px;
	}

	.quadro-list .quadro-listitem.icon-listitem {
		position: relative;
		padding-left: 40px;
	}

		.list-style3 .quadro-list .quadro-listitem.icon-listitem {
			padding-left: 0;
			padding-right: 40px;
		}

		.list-style4 .quadro-list .quadro-listitem.icon-listitem {
			padding-left: 50px;
		}

		.list-style5 .quadro-list .quadro-listitem.icon-listitem,
		.list-style7 .quadro-list .quadro-listitem.icon-listitem {
			padding-left: 0;
		}

		.list-style6 .quadro-list .quadro-listitem.icon-listitem {
			padding-left: 150px;
		}

			.list-style6 .quadro-listitem.icon-listitem:before {
				left: 50px;
			}

		.list-style8 .quadro-list .quadro-listitem.icon-listitem {
			padding-left: 90px;
		}

	.quadro-list .quadro-listitem:last-of-type {
		margin-bottom: 0;
	}

.listitem-icon {
	position: absolute;
		top: 0;
		left: 0;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	z-index: 9;
}

	.list-style3 .listitem-icon {
			left: auto;
			right: 0;
	}

	.list-style4 .listitem-icon {
		background: #000;
		color: #fff;
		font-size: 14px;
		border-radius: 20px;
	}

	.list-style5 .listitem-icon {
		position: static;
		display: inline-block;
		margin: 0 auto 5px;
	}

	.list-style7 .listitem-icon {
		position: static;
		display: block;
		margin-bottom: 10px;
	}

	.list-style8 .listitem-icon {
			bottom: 0;
		margin: auto 0;
		width: 60px;
		height: 60px;
		line-height: 60px;
		border: 1px solid;
		border-radius: 40px;
	}

.listitem-label {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

	.quadro-list .quadro-listitem.icon-listitem .listitem-label {
		margin-top: 5px;
	}

	.listitem-label + .listitem-content {
		margin-top: 5px;
	}

	.list-style7 .listitem-label {
		font-size: 64px;
		line-height: 1.4;
		text-transform: none;
	}

.listitem-content * {
	margin-bottom: 5px;
}

	.listitem-content *:last-child {
		margin-bottom: 0;
	}

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

	.list-style6 .quadro-list .quadro-listitem {
		padding-left: 60px;
	}
	
	.list-style6 .quadro-list .quadro-listitem.icon-listitem {
		padding-left: 100px;
	}
	
		.list-style6 .quadro-listitem:before {
			width: 40px;
		}
	
		.list-style6 .quadro-listitem.icon-listitem:before {
			left: 40px;
		}

	.list-style7 .listitem-label {
		font-size: 38px;
	}

}

/* Accordion Module */
.quadro-accordion {
	position: relative;
	list-style: none;
	margin: 0;
}

.accordionitem-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

	.accordion_icondisplay-left .accordionitem-header {
		justify-content: flex-end;
		flex-direction: row-reverse;
	}

		.accordionitem-title {
			margin: 0;
		}

.accordionitem-content {
	display: none;
	padding: 20px 0;
}

	.accordionitem-content > * {
		margin-bottom: 18px;
	}

	.accordionitem-content img {
		display: block;
	}

	.accordionitem-content > *:last-child {
		margin-bottom: 0;
	}

	.quadro-accordionitem.firstopen .accordionitem-content {
		display: block;
	}

.accordion-icon-wrapper {
	margin-left: 30px;
}

	.accordion_icondisplay-left .accordion-icon-wrapper {
		margin: 0 20px 0 0;
	}

	.accordion-icon.accordion-iconactive,
	.quadro-accordionitem.active .accordion-icon {
		display: none;
	}

	.quadro-accordionitem.active .accordion-icon.accordion-iconactive {
		display: block;
	}

.accordion-style1 .quadro-accordionitem {
	margin-bottom: 20px;
}

.accordion-style2 .accordionitem-header,
.accordion-style2 .accordionitem-content {
	border-bottom: 1px solid;
}

.accordion-style3 .quadro-accordionitem {
	border-left: 5px solid;
	padding-left: 20px;
	margin-bottom: 20px;
}

.accordion-style4 .quadro-accordionitem {
	margin-bottom: 10px;
	border-radius: 2px;
	overflow: hidden;
}

.accordion-style4 .quadro-accordionitem .accordionitem-header {
	padding: 15px 30px;
}

.accordion-style4 .quadro-accordionitem .accordionitem-content {
	padding-left: 30px;
	padding-right: 30px;
}

.accordion-style5 .quadro-accordionitem {
	margin-bottom: 10px;
	border-radius: 30px;
	overflow: hidden;
}

	.accordion-style5 .quadro-accordionitem .accordionitem-header {
		padding: 15px 30px;
	}

	.accordion-style5 .quadro-accordionitem .accordionitem-content {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}

.accordion-style6 .quadro-accordionitem {
	margin-bottom: 10px;
	border: 1px solid;
	border-radius: 2px;
}

.accordion-style6 .quadro-accordionitem.active {
	margin-bottom: 20px;
}

	.accordion-style6 .quadro-accordionitem .accordionitem-header {
		padding: 15px 30px;
	}

	.accordion-style6 .quadro-accordionitem .accordionitem-content {
		padding-left: 30px;
		padding-right: 30px;
		border-top: 1px solid;
	}

.accordion-style1 .accordionitem-header:hover,
.accordion-style2 .accordionitem-header:hover,
.accordion-style3 .accordionitem-header:hover,
.accordion-style6 .accordionitem-header:hover {
	opacity: 0.8;
}

/* Overlapping Module */
.modules-layers {
	position: relative;
}

.mod-layer {
	position: relative;
	box-sizing: border-box;
}

	.mod-layer-2 {
		z-index: 2;
	}

	.overlaps-layer2 .mod-layer-1 {
		z-index: 3;
	}

	.overlaps-lay1sh-on .mod-layer-1 .mod-layer-mods-wrapper,
	.overlaps-lay2sh-on .mod-layer-2 .mod-layer-mods-wrapper {
		-webkit-box-shadow: 0 21px 65px 0 rgb(0 0 0 / 20%);
		box-shadow: 0 21px 65px 0 rgb(0 0 0 / 20%);
	}

.modules-layers {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	grid-template-rows: auto;
}

	.overlaps-layout1 .modules-layers,
	.overlaps-layout2 .modules-layers,
	.overlaps-layout3 .modules-layers {
		align-items: center;
	}

	/* grid-row-start / grid-column-start / grid-row-end / grid-column-end */

	/* Layout 1 */
	.overlaps-layout1 .mod-layer {
		grid-area: 1 / 1 / 10 / 10;
	}

	/* Layout 2 */
	.overlaps-layout2 .mod-layer-1 {
		grid-area: 1 / 1 / 10 / 6;
	}
	.overlaps-layout2 .mod-layer-2 {
		grid-area: 1 / 5 / 10 / 10;
	}

	/* Layout 3 */
	.overlaps-layout3 .mod-layer-1 {
		grid-area: 1 / 1 / 10 / 7;
	}
	.overlaps-layout3 .mod-layer-2 {
		grid-area: 1 / 4 / 10 / 10;
	}

	/* Layout 4 */
	.overlaps-layout4 .mod-layer-1 {
		grid-area: 1 / 1 / 6 / 10;
	}
	.overlaps-layout4 .mod-layer-2 {
		grid-area: 5 / 1 / 10 / 10;
		align-self: end;
	}

	/* Layout 5 */
	.overlaps-layout5 .mod-layer-1 {
		grid-area: 1 / 1 / 7 / 10;
	}
	.overlaps-layout5 .mod-layer-2 {
		grid-area: 4 / 1 / 10 / 10;
		align-self: end;
	}

	/* Layout 6 */
	.overlaps-layout6 .mod-layer-1 {
		grid-area: 1 / 1 / 6 / 6;
	}
	.overlaps-layout6 .mod-layer-2 {
		grid-area: 5 / 5 / 10 / 10;
		align-self: end;
	}

	/* Layout 7 */
	.overlaps-layout7 .mod-layer-1 {
		grid-area: 1 / 1 / 7 / 7;
	}
	.overlaps-layout7 .mod-layer-2 {
		grid-area: 4 / 4 / 10 / 10;
		align-self: end;
	}

	/* Layout 8 */
	.overlaps-layout8 .mod-layer-1 {
		grid-area: 5 / 1 / 10 / 6;
		align-self: end;
	}
	.overlaps-layout8 .mod-layer-2 {
		grid-area: 1 / 5 / 6 / 10;
	}

	/* Layout 9 */
	.overlaps-layout9 .mod-layer-1 {
		grid-area: 4 / 1 / 10 / 7;
		align-self: end;
	}
	.overlaps-layout9 .mod-layer-2 {
		grid-area: 1 / 4 / 7 / 10;
	}

.mod-layer-mods-wrapper {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.type-overlaps .quadro-mod {
	width: 100%;
	margin-bottom: 30px;
	padding: 0;
	background: none !important;
}

	.type-overlaps .mod-layer .quadro-mod:last-of-type {
		margin-bottom: 0;
	}

	.type-overlaps .quadro-mod .mod-content {
		padding: 0;
	}

.type-overlaps .mod-layer .quadro-mod.overlay-off .dark-overlay,
.type-overlaps .mod-layer .quadro-mod.overlay-on .dark-overlay,
.type-overlaps .mod-layer .quadro-mod.overlay- .dark-overlay {
	display: none;
}

/* Portfolio Module */
.portfolio-layout-full .mod-content {
	padding: 0;
}

.portfolio-container {
	position: relative;
}

.terms-filter {
	float: left;
	width: 20%;
	padding: 40px;
	background: #eaeaea;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.portfolio-layout-margin .terms-filter {
		margin-bottom: 10px;
	}

.filter-terms {
	list-style: none;
	margin: 0;
}

.filter-terms li {
	margin-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

	.filter-terms li:hover,
	.filter-terms li.filter-active {
		padding-left: 5px;
		border-left: 2px solid;
	}

.portfolio-filters-show .quadro-portfolio {
	float: right;
	width: 80%;
	clear: none;
}

.portf-item {
	position: relative;
	float: left;
	overflow: hidden;
}

	.two-columns .portf-item {
		width: 50%;
	}

	.three-columns .portf-item {
		width: 33.3333%;
	}

		.chrome .three-columns .portf-item,
		.safari .three-columns .portf-item  {
			width: 33.333333%;
		}

	.four-columns .portf-item {
		width: 25%;
	}

	/* Regular width, with margins */
	.portfolio-layout-margin .quadro-portfolio {
		margin: 0 -0.75%;
	}

		.portfolio-layout-margin.three-columns .quadro-portfolio {
			margin: 0 -0.6%;
		}

		.portfolio-layout-margin.four-columns .quadro-portfolio {
			margin: 0 -0.6%;
		}

	.portfolio-layout-margin .portf-item {
		width: 48.5%;
		margin: 0 0.75% 15px;
	}

		.portfolio-layout-margin.three-columns .portf-item {
			width: 32.1333%;
			margin: 0 0.6% 15px;
		}

		.portfolio-layout-margin.four-columns .portf-item {
			width: 23.8%;
			margin: 0 0.6% 15px;
		}

	/* Perfect Grid 2 */
		/* 2 columns */
		.portfolio-grid2.two-columns .portf-item {
			height: 380px;
		}

		.portfolio-grid2.two-columns .portf-item:nth-of-type(3n) {
			width: 100%;
			height: 760px;
		}

			.portfolio-layout-margin.portfolio-grid2.two-columns .portf-item:nth-of-type(3n) {
				width: 98.50%;
				height: 775px;
			}

		.portfolio-grid2.two-columns .portf-item:nth-of-type(6n) {
			width: 50%;
		}

			.portfolio-layout-margin.portfolio-grid2.two-columns .portf-item:nth-of-type(6n) {
				width: 48.5%;
			}

		.portfolio-grid2.two-columns .portf-item:nth-of-type(12),
		.portfolio-grid2.two-columns .portf-item:nth-of-type(24),
		.portfolio-grid2.two-columns .portf-item:nth-of-type(36) {
			width: 50%;
			height: 380px;
		}

			.portfolio-layout-margin.portfolio-grid2.two-columns .portf-item:nth-of-type(12),
			.portfolio-layout-margin.portfolio-grid2.two-columns .portf-item:nth-of-type(24),
			.portfolio-layout-margin.portfolio-grid2.two-columns .portf-item:nth-of-type(36) {
				width: 48.5%;
				height: 380px;
			}

		.portfolio-grid2.two-columns .portf-item:nth-of-type(13),
		.portfolio-grid2.two-columns .portf-item:nth-of-type(25),
		.portfolio-grid2.two-columns .portf-item:nth-of-type(37) {
			height: 760px;
		}

			.portfolio-layout-margin.portfolio-grid2.two-columns .portf-item:nth-of-type(13),
			.portfolio-layout-margin.portfolio-grid2.two-columns .portf-item:nth-of-type(25),
			.portfolio-layout-margin.portfolio-grid2.two-columns .portf-item:nth-of-type(37) {
				height: 775px;
			}

		/* 3 columns */
		.portfolio-grid2.three-columns .portf-item {
			height: 300px;
		}

		.portfolio-grid2.three-columns .portf-item:nth-of-type(2n) {
			width: 66.6666%;
			height: 600px;
		}

			.portfolio-layout-margin.portfolio-grid2.three-columns .portf-item:nth-of-type(2n) {
				width: 65.4666%;
				height: 615px;
			}

		.portfolio-grid2.three-columns .portf-item:nth-of-type(3n) {
			width: 33.3333%;
			height: 300px;
		}

			.portfolio-layout-margin.portfolio-grid2.three-columns .portf-item:nth-of-type(3n) {
				width: 32.1333%;
				height: 300px;
			}

		.portfolio-grid2.three-columns .portf-item:nth-of-type(5),
		.portfolio-grid2.three-columns .portf-item:nth-of-type(11),
		.portfolio-grid2.three-columns .portf-item:nth-of-type(19) {
			width: 33.3333%;
			height: 600px;
		}

			.portfolio-layout-margin.portfolio-grid2.three-columns .portf-item:nth-of-type(5),
			.portfolio-layout-margin.portfolio-grid2.three-columns .portf-item:nth-of-type(11),
			.portfolio-layout-margin.portfolio-grid2.three-columns .portf-item:nth-of-type(19) {
				width: 32.1333%;
				height: 615px;
			}

		.portfolio-grid2.three-columns .portf-item:nth-of-type(8n) {
			width: 33.3333%;
			height: 300px;
		}

			.portfolio-layout-margin.portfolio-grid2.three-columns .portf-item:nth-of-type(8n) {
				width: 32.1333%;
				height: 300px;
			}

		/* 4 columns */
		.portfolio-grid2.four-columns .portf-item {
			height: 240px;
		}

		.portfolio-grid2.four-columns .portf-item:nth-of-type(2),
		.portfolio-grid2.four-columns .portf-item:nth-of-type(6n) {
			width: 50%;
			height: 480px;
		}

			.portfolio-layout-margin.portfolio-grid2.four-columns .portf-item:nth-of-type(2),
			.portfolio-layout-margin.portfolio-grid2.four-columns .portf-item:nth-of-type(6n) {
				width: 48.8%;
				height: 495px;
			}

		.portfolio-grid2.four-columns .portf-item:nth-of-type(12),
		.portfolio-grid2.four-columns .portf-item:nth-of-type(28) {
			width: 75%;
			height: 480px;
		}

			.portfolio-layout-margin.portfolio-grid2.four-columns .portf-item:nth-of-type(12),
			.portfolio-layout-margin.portfolio-grid2.four-columns .portf-item:nth-of-type(28) {
				width: 73.8%;
				height: 495px;
			}

	.portfolio-grid2 .portf-item .portf-item-thumb {
		position: absolute;
			top: 0;
			left: 0;
		width: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
	    -ms-transition: all 0.6s ease;
	    -o-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}

		.portfolio-grid2 .item-info-show .portf-item:hover .portf-item-thumb,
		.portfolio-grid2 .item-info-hide .portf-item:hover .portf-item-thumb {
			zoom: 1;
			filter: alpha(opacity=70);
			opacity: 0.7;
		}


.portf-item a {
	color: #1a1a1a !important;
}

.portf-item-thumb {
	overflow: hidden;
}

	.portf-item-thumb img {
		display: block;
		width: 100%;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.item-info-show .portf-item:hover .portf-item-thumb img,
	.item-info-hide .portf-item:hover .portf-item-thumb img {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

.item-info-hover .portf-item {
	background: #000;
}

	.item-info-hover .portf-item .portf-item-thumb {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.item-info-hover .portf-item:hover .portf-item-thumb {
		zoom: 1;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}

.portf-item-content {
	position: absolute;
		bottom: 20px;
		left: 0;
	margin-right: 30px;
	padding: 10px 20px;
	background: #fff;
}

	.item-info-hover .portf-item-content {
			bottom: auto;
			top: 50%;
			left: 0;
		width: 100%;
		margin: 0;
		padding: 20px;
		background: none;
		text-align: center;
		color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		zoom: 1;
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-moz-transform: translateX(-100%) translateY(-50%);
		-webkit-transform: translateX(-100%) translateY(-50%);
		-o-transform: translateX(-100%) translateY(-50%);
		-ms-transform: translateX(-100%) translateY(-50%);
		transform: translateX(-100%) translateY(-50%);
	}

		.item-info-hover .portf-item:hover .portf-item-content {
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
			-moz-transform: translateX(0) translateY(-50%);
			-webkit-transform: translateX(0) translateY(-50%);
			-o-transform: translateX(0) translateY(-50%);
			-ms-transform: translateX(0) translateY(-50%);
			transform: translateX(0) translateY(-50%);
		}

	.portf-item-content h2 {
		margin: 0;
		font-size: 22px;
  		line-height: 28px;
	}

		.three-columns .portf-item-content h2 {
			font-size: 20px;
  			line-height: 26px;
		}

		.four-columns .portf-item-content h2 {
			font-size: 18px;
  			line-height: 24px;
		}

/* Portfolio Single */
.single-quadro_portfolio .single-wrapper {
	max-width: 1480px !important;
	padding: 0;
	overflow: hidden;
}

.single-quadro_portfolio .content-area {
	width: 100%;
	max-width: none;
}

.loader-icon {
	position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	width: 60px;
	height: 60px;
	margin: auto;
	background: #fff;
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	z-index: 9;
}

.item-wrapper {
	/*background: #fff;*/
}

	.item-wrapper.item-wrapper-open {
		padding-bottom: 40px;
	}

	.portfolio-layout-full .item-wrapper.item-wrapper-open .portf-layout6.type-quadro_portfolio {
		margin-bottom: -40px;
	}

.item-header {
	position: relative;
	margin: 0 40px;
	padding: 40px 160px;
	text-align: center;
}

	.portfolio-layout-margin .item-wrapper .item-header {
		margin: 0;
	}

	a.view-all-portf {
		position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
		height: 40px;
		margin: auto 0;
		font-size: 11px;
		text-transform: uppercase;
		line-height: 40px;
		color: #aaa !important;
	}

		a.view-all-portf span:before {
			font-family: "FontAwesome";
			content: "\f00a";
			font-size: 30px;
			margin-right: 10px;
			vertical-align: middle;
			zoom: 1;
			filter: alpha(opacity=30);
			opacity: 0.3;
		}

		a.view-all-portf:hover span:before {
			zoom: 1;
			filter: alpha(opacity=60);
			opacity: 0.6;
		}

	.item-title {
		margin-bottom: 0;
		font-size: 34px;
		line-height: 42px;
	}

	.actions-header {
		position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
		height: 40px;
		margin: auto 0;
	}

		a.item-link,
		a.close-item {
			display: inline-block;
			float: left;
			width: 20px;
			margin-left: 20px;
			font-size: 40px;
			line-height: 40px;
			color: #535557 !important;
		}

			a.item-link.prev-portf-item {
			}

			a.item-link.next-portf-item {
			}

			a.close-item {
				width: 23px;
			}

			a.close-item span {
				position: relative;
				display: block;
				width: 40px;
				height: 40px;
			}

				a.close-item span:before,
				a.close-item span:after {
					position: absolute;
						top: 8px;
						left: 10px;
					display: block;
					content: "";
					width: 3px;
					height: 26px;
					background: #535557;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
				}

				a.close-item span:before {
					-moz-transform: rotate(-45deg);
					-webkit-transform: rotate(-45deg);
					-o-transform: rotate(-45deg);
					-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
				}

				a.close-item span:after {
					-moz-transform: rotate(45deg);
					-webkit-transform: rotate(45deg);
					-o-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					transform: rotate(45deg);
				}

		a.item-link:hover,
		a.close-item:hover {
			zoom: 1;
			filter: alpha(opacity=70);
			opacity: 0.7;
		}

		.single-quadro_portfolio a.item-link.disabled,
		a.item-link.ajax-disabled {
			zoom: 1;
			filter: alpha(opacity=10);
			opacity: 0.1;
			cursor: default;
		}

			a.item-link i {
				display: block;
			}

.item-body {
	padding: 0 40px 40px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.portfolio-layout-margin .item-wrapper .item-body {
		padding: 0;
	}

.item-media {
	float: left;
	width: 62%;
}

	.media-wrapper {
		position: relative;
	}

		.media-wrapper ul {
		}

			.media-wrapper .gallery-item {
				width: 100%;
				padding: 0;
			}

			.portf-layout1-gallery .gallery-item,
			.portf-layout3-gallery .gallery-item,
			.portf-layout5-gallery .gallery-item {
				display: block;
				margin-bottom: 10px;
			}

				.media-wrapper .gallery-item img {
					display: block;
					width: 100%;
				}

.item-content {
	float: right;
	width: 36%;
	clear: none;
}

	.item-data {
		float: left;
		width: 100%;
		margin-bottom: 30px;
		font-size: 14px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.item-data p,
		.item-data a {
			margin-bottom: 5px;
		}

		.item-data span {
			font-size: 85%;
			text-transform: uppercase;
			font-weight: bolder;
		}

		a.item-ext-link {
		}

		.item-ext-link:after {
			font-family: 'FontAwesome';
			content: '\f101';
			margin-left: 5px;
			font-size: 11px;
		}

	.item-terms a {
		margin-right: 2px;
		padding: 2px 6px;
		text-transform: uppercase;
		font-size: 11px;
		color: #fff !important;
		zoom: 1;
		filter: alpha(opacity=85);
		opacity: 0.85;
	}

		.item-terms a:hover {
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
		}

.item-description {
	font-size: 90%;
}

	.item-description p:last-of-type {
		margin-bottom: 0;
	}

.item-media .flex-direction-nav {
	position: absolute;
		top: 40px;
		right: 40px;
	width: 85px;
	height: 40px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.item-media .flex-direction-nav a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #aaa !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

	.item-media .flex-direction-nav a:before {
		width: 40px;
		font-size: 18px;
	}

	/* Portfolio Single - Layout 3, Layout 4 & As Created */
	.portf-layout3 .item-content,
	.portf-layout4 .item-content,
	.as-created .item-content {
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}

	.portf-layout3 .item-content,
	.portf-layout4 .item-content {
		max-width: 860px;
		text-align: center;
	}

	.as-created .item-content h1,
	.as-created .item-content h2,
	.as-created .item-content h3,
	.as-created .item-content h4,
	.as-created .item-content h5,
	.as-created .item-content h6,
	.as-created .item-content p,
	.as-created .item-data {
		float: none;
		max-width: 860px;
		margin: 0 auto 30px;
	}

	.portf-layout3 .item-data p,
	.portf-layout3 .item-data a,
	.portf-layout4 .item-data p,
	.portf-layout4 .item-data a,
	.as-created .item-data p,
	.as-created .item-data a {
		display: inline-block;
		margin: 0 0 5px 20px;
		padding-left: 20px;
	}

		.portf-layout3 .item-data *:first-child,
		.portf-layout4 .item-data *:first-child,
		.as-created .item-data *:first-child {
			padding-left: 0;
			margin-left: 0;
		}

	.as-created .item-content img {
		margin-bottom: 30px;
	}

	.portf-layout3 .item-media,
	.portf-layout4 .item-media {
		width: 100%;
	}

	/* Portfolio Single - Layout 5 & Layout 5b */
	.portf-layout5 .item-body,
	.portf-layout5b .item-body {
		margin: 0 -0.25%;
	}

	.faux-element {
		z-index: -1;
	}

	.portf-layout5 .item-content,
	.portf-layout5b .item-content {
		position: relative;
		float: left;
		width: 32.83%;
		margin: 0 0.25% 5px;
		padding: 30px;
		background: #f8f8f8;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 9;
	}

		.portf-layout5b .item-content {
			width: 49.5%;
		}

	.portf-layout5 .item-media,
	.portf-layout5b .item-media {
		float: none;
		width: auto;
	}

	.portf-layout5 .gallery-item.masonry-brick,
	.portf-layout5b .gallery-item.masonry-brick {
		float: left;
		width: 32.83%;
		margin: 0 0.25% 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.portf-layout5b .gallery-item.masonry-brick {
			width: 49.5%;
		}

	/* Portfolio Single - Layout 6 */
	.portf-layout6.type-quadro_portfolio {
		max-width: 1400px;
		margin: 0 auto;
		overflow: hidden;
	}

	.portf-layout6 .item-body {
		position: relative;
		padding: 0;
		overflow: hidden;
	}

	.portf-layout6 .item-content {
		position: absolute;
			top: 10px;
			left: 10px;
		width: 100%;
		max-width: 480px;
		padding: 30px;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		zoom: 1;
		filter: alpha(opacity=90);
		opacity: 0.9;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		z-index: 1;
	}

		.portf-layout6 .item-content.portf-content-closed {
				left: 0;
			-moz-transform: translateX(-100%);
			-webkit-transform: translateX(-100%);
			-o-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
			transform: translateX(-100%);
		}

		.portf-layout6 .item-content .portf-content-handler {
			display: block;
			position: absolute;
				top: 30px;
				right: -50px;
			width: 40px;
			height: 40px;
			background: #fff;
			color: #000;
			text-align: center;
			line-height: 40px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			zoom: 1;
			filter: alpha(opacity=95);
			opacity: 0.95;
			-webkit-transition: all 0.8s ease;
			-moz-transition: all 0.8s ease;
		    -ms-transition: all 0.8s ease;
		    -o-transition: all 0.8s ease;
			transition: all 0.8s ease;
			cursor: pointer;
		}

		.portf-layout6 .item-content.portf-content-closed .portf-content-handler {
			right: -80px;
			background: #000;
			color: #aaa;
		}

		.portf-layout6 .item-content .portf-content-handler:hover {
			zoom: 1;
			filter: alpha(opacity=70);
			opacity: 0.7;
		}

			.portf-layout6 .item-content .portf-content-handler:before {
				font-family: Arial, sans-serif;
				content: "\002b";
				display: inline-block;
				font-size: 24px;
				-moz-transform: rotate(-45deg);
				-webkit-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}

			.portf-layout6 .item-content.portf-content-closed .portf-content-handler:before {
				-moz-transform: rotate(0);
				-webkit-transform: rotate(0);
				-o-transform: rotate(0);
				-ms-transform: rotate(0);
				transform: rotate(0);

			}

	.portf-layout6 .item-media {
		width: 100%;
	}


/* =Post Formats
----------------------------------------------- */

/* Audio */
.wp-audio-shortcode {
	margin-bottom: 30px;
}

.mejs-controls,
.mejs-mediaelement,
.mejs-container {
    background: #424547 !important;
}

.mejs-container {
	height: auto !important;
	padding: 25px 0 !important;
}

.mejs-controls {
	position: relative !important;
	width: 92% !important;
	margin: auto !important;
}

.mejs-container .mejs-controls div {
	line-height: 1.5 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #aaa !important;
}

.mejs-controls div.mejs-horizontal-volume-slider {
	width: 50px !important;	
}

.mejs-controls .mejs-button button {
	box-shadow: none;
}

.mejs-controls .mejs-button button:focus {
	outline: none !important;
}

.mejs-controls a:focus > .mejs-offscreen {
	color: #4a4a4a !important;
	font-weight: inherit !important;
	line-height: 1.4 !important;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2) !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

/* Galleries & Flexslider Integration */
.entry-gallery {
	position: relative;
	overflow: hidden;
}

.slides {
	list-style: none;
	margin: 0;
}

.entry-gallery .slides .gallery-item {
	display: none;
	position: relative;
	padding: 0;
	line-height: 0;
}

.flex-direction-nav {
	list-style: none;
	margin: 0;
}

.flex-direction-nav a,
.slick-arrow {
	position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	display: inline-block;
	width: 20px;
	height: 40px;
	margin: auto 0;
	color: #000 !important;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	text-indent: -9999px;
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	z-index: 99;
}

.slick-arrow {
	cursor: pointer;
}

	.flex-direction-nav a.flex-next,
	.slick-arrow.slick-next {
		left: auto;
		right: 0;
	}

		.entry-gallery .flex-direction-nav a.flex-prev,
		.slick-arrow.slick-prev {
			left: 20px;
		}

		.entry-gallery .flex-direction-nav a.flex-next,
		.slick-arrow.slick-next {
			right: 20px;	
		}

.flex-direction-nav a:before,
.slick-arrow:before {
	font-family: 'FontAwesome';
	text-indent: 0;
	float: left;
}

	.flex-direction-nav .flex-prev:before, .slick-arrow.slick-prev:before { content: "\f104";}
	.flex-direction-nav .flex-next:before, .slick-arrow.slick-next:before { content: "\f105"; float: right; }

.flex-direction-nav a:hover,
.slick-arrow:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.flex-control-nav {
	list-style: none;
	margin: 20px 0 0;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	margin: 0 3px;
	line-height: 0;
}

	.flex-control-nav a {
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 2px solid #000;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		text-indent: -9999px;
		z-index: 99;
		zoom: 1;
		filter: alpha(opacity=60);
		opacity: 0.6;
	}

		.flex-control-nav a:hover {
			zoom: 1;
			filter: alpha(opacity=80);
			opacity: 0.8;
		}

		.flex-control-nav .flex-active {
			background: #000;
		}

.flex-direction-nav .flex-disabled {
	display: none;
}

.gallery-caption {
	position: absolute;
		right: 5px;
		bottom: 5px;
	margin: 0 0 0 5px;
	padding: 5px 15px;
	background: #000;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 11px;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.gallery-caption:empty {
		display: none;
	}


/* =Grid CSS Animations - CREDITS: http://www.codrops.com
----------------------------------------------- */
@media only screen and (min-width: 760px) {

	.anim-grid article:not(.shown) {
		zoom: 1;
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.anim-grid .shown,
	.no-js .anim-grid article,
	.no-cssanimations .anim-grid article,
	.anim-none.anim-grid article {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

	/* Animation 1: Opacity */
	.anim-grid.anim-1 article.animate {
		-webkit-animation: fadeIn 0.65s ease forwards;
		-moz-animation: fadeIn 0.65s ease forwards;
		animation: fadeIn 0.65s ease forwards;
	}

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

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

	/* Animation 2: Move Up */
	.anim-grid.anim-2 article.animate {
		-webkit-transform: translateY(200px);
		-moz-transform: translateY(200px);
		transform: translateY(200px);
		-webkit-animation: moveUp 0.65s ease forwards;
		animation: moveUp 0.65s ease forwards;
	}

	@-webkit-keyframes moveUp {
		0% { }
		100% { -webkit-transform: translateY(0); opacity: 1; }
	}

	@keyframes moveUp {
		0% { }
		100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
	}

	/* Animation 3: Scale Up */
	.anim-grid.anim-3 article.animate {
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		transform: scale(0.6);
		-webkit-animation: scaleUp 0.65s ease-in-out forwards;
		-moz-animation: scaleUp 0.65s ease-in-out forwards;
		animation: scaleUp 0.65s ease-in-out forwards;
	}

	@-webkit-keyframes scaleUp {
		to { -webkit-transform: scale(1); opacity: 1; }
	}

	@-moz-keyframes scaleUp {
		to { -moz-transform: scale(1); opacity: 1; }
	}

	@keyframes scaleUp {
		to { transform: scale(1); opacity: 1; }
	}

	/* Animation 4: Fall Perspective */
	.anim-grid.anim-4 {
		-webkit-perspective: 1300px;
		perspective: 1300px;
	}

	.anim-grid.anim-4 article.animate {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
		transform: translateZ(400px) translateY(300px) rotateX(-90deg);
		-webkit-animation: fallPerspective .8s ease-in-out forwards;
		animation: fallPerspective .8s ease-in-out forwards;
	}

	@-webkit-keyframes fallPerspective {
		0% { }
		100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
	}

	@keyframes fallPerspective {
		0% { }
		100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
	}

	/* Animation 5: Fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
	.anim-grid.anim-5 {
		-webkit-perspective: 1300px;
		perspective: 1300px;
	}

	.anim-grid.anim-5 article.animate {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform-origin: 50% 50% -300px;
		transform-origin: 50% 50% -300px;
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
		-webkit-animation: fly .8s ease-in-out forwards;
		animation: fly .8s ease-in-out forwards;
	}

	@-webkit-keyframes fly {
		0% { }
		100% { -webkit-transform: rotateX(0deg); opacity: 1; }
	}

	@keyframes fly {
		0% { }
		100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
	}

	/* Animation 6: Flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
	.anim-grid.anim-6 {
		-webkit-perspective: 1300px;
		perspective: 1300px;
	}

	.anim-grid.anim-6 article.animate {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: rotateX(-80deg);
		transform: rotateX(-80deg);
		-webkit-animation: flip .8s ease-in-out forwards;
		animation: flip .8s ease-in-out forwards;
	}

	@-webkit-keyframes flip {
		0% { }
		100% { -webkit-transform: rotateX(0deg); opacity: 1; }
	}

	@keyframes flip {
		0% { }
		100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
	}

	/* Animation 7: Helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
	.anim-grid.anim-7 {
		-webkit-perspective: 1300px;
		perspective: 1300px;
	}

	.anim-grid.anim-7 article.animate {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		-webkit-animation: helix .8s ease-in-out forwards;
		animation: helix .8s ease-in-out forwards;
	}

	@-webkit-keyframes helix {
		0% { }
		100% { -webkit-transform: rotateY(0deg); opacity: 1; }
	}

	@keyframes helix {
		0% { }
		100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
	}

	/* Animation 8: Popup */
	.anim-grid.anim-8 {
		-webkit-perspective: 1300px;
		perspective: 1300px;
	}

	.anim-grid.anim-8 article.animate {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		-webkit-animation: popUp .8s ease-in forwards;
		animation: popUp .8s ease-in forwards;
	}

	@-webkit-keyframes popUp {
		0% { }
		70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
		100% { -webkit-transform: scale(1); opacity: 1; }
	}

	@keyframes popUp {
		0% { }
		70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
		100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
	}

	/* No animations for IE */
	.ie .anim-grid article {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-transform-style: none !important;
		transform-style: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-animation: none !important;
		animation: none !important;
	}

}


/* =Single Post & Post content general elements
----------------------------------------------- */

.entry-inner {
	position: relative;
	max-width: 1060px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

	.fullwidth-left .entry-inner,
	.fullwidth-right .entry-inner {
		max-width: 940px;
	}

.entry-header {
	position: relative;
	width: 100%;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

	.single-attachment .entry-header {
		background: #f1f1f1;
	}

	@media only screen and (min-width: 960px) {
		.single .entry-header.post-giant-header {
			min-height: 580px;
		}
	}

	.single .entry-header {
		overflow: hidden;
	}

	.single .entry-header .wp-post-image {
		position: absolute;
			top: 0;
			left: 50%;
  			right: 0;
		max-width: none;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		margin: auto;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

.hasnt-feat-img .dark-overlay,
.header-color .dark-overlay {
	display: none;
}

	.entry-header .entry-inner {
		position: relative;
		padding: 30px 40px;
	}

		.entry-header.post-big-header .entry-inner {
			padding: 100px 40px;
		}

		.entry-header.post-giant-header .entry-inner {
			max-width: 1480px;
			padding: 200px 40px;
		}

	@media only screen and (min-width: 760px) {
		.transparent-header:not(.header-layout7) .entry-header.post-regular-header .entry-inner {
			padding: 130px 100px 30px;
		}
			.transparent-header.tall-header:not(.header-layout7) .entry-header.post-regular-header .entry-inner {
				padding: 190px 100px 30px;
			}
		.transparent-header:not(.header-layout7) .entry-header.post-big-header .entry-inner {
			padding: 200px 100px 100px;
		}
			.transparent-header.tall-header:not(.header-layout7) .entry-header.post-big-header .entry-inner {
				padding: 260px 100px 100px;
			}
		.transparent-header.tall-header:not(.header-layout7) .entry-header.post-giant-header .entry-inner {
			padding: 260px 100px 140px;
		}
	}

	.entry-meta {
	}

		.posted-on {
			display: inline-block;
			height: 26px;
			margin-bottom: 10px;
			padding: 1px 10px;
			background: #fff;
			font-size: 11px;
			font-weight: normal;
			text-transform: uppercase;
			line-height: 26px;
			-webkit-border-radius: 1px;
			-moz-border-radius: 1px;
			border-radius: 1px;
		}

			.posted-on a {
				color: #3a3a3a !important;
			}

		.cat-links {
			display: inline-block;
			margin: 0 0 10px 5px;
			font-size: 15px;
			text-transform: uppercase;
			zoom: 1;
			filter: alpha(opacity=90);
			opacity: 0.9;
		}

			.entry-header.post-regular-header .cat-links {
				font-size: 13px;
			}

		.comments-link {
			display: inline-block;
			margin: 0 0 10px 5px;
			font-size: 16px;
			zoom: 1;
			filter: alpha(opacity=80);
			opacity: 0.8;
		}

			.comments-link:before {
				font-family: "FontAwesome";
				content: "\f075";
				display: inline-block;
				width: 20px;
				margin-right: 3px;
				vertical-align: text-bottom;
				-webkit-transform: scale(-1, 1);
				-ms-transform: scale(-1, 1);
				transform: scale(-1, 1);
			}

	.entry-title {
		margin-bottom: 0;
		font-size: 46px;
  		line-height: 1.2;
	}

		.entry-header.post-big-header .entry-title {
			font-size: 54px;
		}

		.entry-header.post-giant-header .entry-title {
			font-size: 62px;
		}

		.byline {
			margin-top: 20px;
			font-size: 90%;
		}

			.byline .avatar {
				display: inline-block;
				width: 50px;
				margin: 0 5px 0 0;
				vertical-align: middle;
				-webkit-border-radius: 40px;
				-moz-border-radius: 40px;
				border-radius: 40px;
			}

				.entry-header.post-regular-header .byline .avatar {
					width: 40px;
				}

.post-title-dark .posted-on a,
.post-title-light .cat-links,
.post-title-light .cat-links a,
.post-title-light .entry-title,
.post-title-light .entry-title a,
.post-title-light .byline,
.post-title-light .byline a,
.post-title-light .comments-link,
.post-title-light .comments-link a,
.post-title-light .entry-summary,
.post-title-light .entry-summary a,
.post-title-light .readmore-link,
.post-title-light .post-edit-link,
.header-featured.hasnt-feat-img.post-title-auto .posted-on a,
.header-featured.has-feat-img.post-title-auto .cat-links,
.header-featured.has-feat-img.post-title-auto .cat-links a,
.header-featured.has-feat-img.post-title-auto .entry-title,
.header-featured.has-feat-img.post-title-auto .entry-title a,
.header-featured.has-feat-img.post-title-auto .byline,
.header-featured.has-feat-img.post-title-auto .byline a,
.header-featured.has-feat-img.post-title-auto .comments-link,
.header-featured.has-feat-img.post-title-auto .comments-link a,
.header-featured.has-feat-img.post-title-auto .entry-summary,
.header-featured.has-feat-img.post-title-auto .entry-summary a,
.header-featured.has-feat-img.post-title-auto .readmore-link,
.header-featured.has-feat-img.post-title-auto .post-edit-link,
.header-color.post-title-auto .posted-on a {
	color: #fff !important;
}

.post-title-light .posted-on a,
.post-title-dark .cat-links,
.post-title-dark .cat-links a,
.post-title-dark .entry-title,
.post-title-dark .entry-title a,
.post-title-dark .byline,
.post-title-dark .byline a,
.post-title-dark .comments-link,
.post-title-dark .comments-link a,
.post-title-dark .entry-summary,
.post-title-dark .entry-summary a,
.post-title-dark .readmore-link,
.post-title-dark .post-edit-link,
.header-featured.has-feat-img.post-title-auto .posted-on a,
.header-featured.hasnt-feat-img.post-title-auto .cat-links,
.header-featured.hasnt-feat-img.post-title-auto .cat-links a,
.header-featured.hasnt-feat-img.post-title-auto .entry-title,
.header-featured.hasnt-feat-img.post-title-auto .entry-title a,
.header-featured.hasnt-feat-img.post-title-auto .byline,
.header-featured.hasnt-feat-img.post-title-auto .byline a,
.header-featured.hasnt-feat-img.post-title-auto .comments-link,
.header-featured.hasnt-feat-img.post-title-auto .comments-link a,
.header-featured.hasnt-feat-img.post-title-auto .entry-summary,
.header-featured.hasnt-feat-img.post-title-auto .entry-summary a,
.header-featured.hasnt-feat-img.post-title-auto .readmore-link,
.header-featured.hasnt-feat-img.post-title-auto .post-edit-link,
.header-color.post-title-auto .cat-links,
.header-color.post-title-auto .cat-links a,
.header-color.post-title-auto .entry-title,
.header-color.post-title-auto .entry-title a,
.header-color.post-title-auto .byline,
.header-color.post-title-auto .byline a,
.header-color.post-title-auto .comments-link,
.header-color.post-title-auto .comments-link a,
.header-color.post-title-auto .entry-summary,
.header-color.post-title-auto .entry-summary a,
.header-color.post-title-auto .readmore-link,
.header-color.post-title-auto .post-edit-link {
	color: #1a1a1a !important;
}

.post-title-dark .posted-on,
.hasnt-feat-img .post-title-auto .posted-on,
.header-featured.hasnt-feat-img.post-title-auto .posted-on,
.header-color.post-title-auto .posted-on {
	background: #000;
}

.post-title-light .posted-on,
.has-feat-img .post-title-auto .posted-on,
.header-featured.has-feat-img.post-title-auto .posted-on {
	background: #fff;
}

.entry-thumbnail {
	position: relative;
}

	.format-video .entry-thumbnail:after {
		font-family: "FontAwesome";
		content: "\f04b";
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		width: 50px;
		height: 40px;
		margin: auto;
		padding-left: 2px;
		background: #fff;
		color: #aaa;
		text-align: center;
		font-size: 18px;
    	line-height: 40px;
    	-webkit-border-radius: 2px;
    	-moz-border-radius: 2px;
    	border-radius: 2px;
		zoom: 1;
		filter: alpha(opacity=60);
		opacity: 0.6;
	}

.entry-thumbnail img {
	width: 100%;
}

.single-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 40px 60px;
}

	.fullwidth-left .single-wrapper,
	.fullwidth-right .single-wrapper {
		max-width: 700px;
	}


.single.fullwidth-left .content-area,
.single.fullwidth-right .content-area {
	width: 100%;
}

.single.sidebar-left .content-area {
	float: right;
}

.entry-summary {
	font-size: 85%;
}

.entry-content {
	max-width: 700px;
	line-height: 1.7;
}

	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
		font-weight: bolder;
	}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-footer {
	margin: 60px auto;
}

.single-tags {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

	.single-tags a {
		display: inline-block;
		padding: 3px 15px;
		background: #f6f6f6;
		color: #1a1a1a !important;
	}

/* Author Box */
.author-box {
	position: relative;
	margin-bottom: 40px;
	padding: 40px;
	background: #f5f5f5;
}

.inner-author {
	position: relative;
	max-width: 700px;
	min-height: 130px;
	margin: 0 auto;
	padding: 0 0 0 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.author-name {
}

.author-name h3 {
	font-size: 24px;
	margin: 0;
}

	.author-name h3 a {
		color: #232527 !important;
	}

.author-name .avatar {
	position: absolute;
		top: 0;
		left: 0;
	width: 120px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

.author-bio {
	font-size: 90%;
	margin: 15px 0 0;
}

.author-extras {
	margin-top: 15px;
}

	.author-extras a {
		display: inline-block;
		width: 28px;
		height: 28px;
		margin-right: 5px;
		line-height: 28px;
		text-align: center;
		background: #333;
		color: #fff !important;
		font-size: 11px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		zoom: 1;
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

		.author-extras a.author-behance 		{ background: #1769ff; }
		.author-extras a.author-codepen 		{ background: #111111; }
		.author-extras a.author-deviantart 		{ background: #05cc47; }
		.author-extras a.author-digg 			{ background: #000000; }
		.author-extras a.author-dribbble 		{ background: #ea4c89; }
		.author-extras a.author-etsy 			{ background: #F1661E; }
		.author-extras a.author-facebook,
		.author-extras a.author-facebook-f 		{ background: #3b5998; }
		.author-extras a.author-flickr 			{ background: #0063dc; }
		.author-extras a.author-github 			{ background: #4183c4; }
		.author-extras a.author-google-plus 	{ background: #dd4b39; }
		.author-extras a.author-instagram 		{ background: #d93175; }
		.author-extras a.author-itunes,
		.author-extras a.author-itunes-note 	{ background: #EA4CC0; }
		.author-extras a.author-linkedin,
		.author-extras a.author-linkedin-in 	{ background: #0766c2; }
		.author-extras a.author-kickstarter,
		.author-extras a.author-kickstarter-k 	{ background: #05ce78; }
		.author-extras a.author-medium 			{ background: #111111; }
		.author-extras a.author-facebook-messenger	{ background: #0084ff; }
		.author-extras a.author-pinterest,
		.author-extras a.author-pinterest-p 	{ background: #cc2127; }
		.author-extras a.author-skype 			{ background: #00aff0; }
		.author-extras a.author-slack 			{ background: #4a154b; }
		.author-extras a.author-slideshare 		{ background: #008ED2; }
		.author-extras a.author-soundcloud 		{ background: #ff8800; }
		.author-extras a.author-spotify 		{ background: #1DB954; }
		.author-extras a.author-stack-overflow 	{ background: #fe7a15; }
		.author-extras a.author-threads 		{ background: #000000; }
		.author-extras a.author-tiktok 			{ background: #FE2C55; }
		.author-extras a.author-trello 			{ background: #0079bf; }
		.author-extras a.author-tumblr 			{ background: #35465c; }
		.author-extras a.author-twitter 		{ background: #55acee; }
		.author-extras a.author-vimeo,
		.author-extras a.author-vimeo-square,
		.author-extras a.author-vimeo-v			{ background: #1ab7ea; }
		.author-extras a.author-web 			{ background: #000000; }
		.author-extras a.author-whatsapp 		{ background: #25D366; }
		.author-extras a.author-x 				{ background: #000000; }
		.author-extras a.author-youtube 		{ background: #cd201f; }

		.author-extras a:last-of-type {
			margin-right: 0;
		}

		.author-extras a:hover {
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
		}


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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 30px;
	line-height: 0;
}

.wp-caption-text {
	max-width: 80%;
	margin: 0;
	padding: 5px;
	line-height: 1.2;
}

	.wp-caption .wp-caption-text {
		position: static;
		display: block;
		max-width: 100%;
		margin: 10px 0 0 !important;
		padding: 0;
		background: none;
		color: #000;
		font-size: 12px;
		text-align: center;
		font-style: italic;
	}

.site-content .gallery {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.gallery-item {
	position: relative;
	float: left;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.gallery-columns-1 .gallery-item { width: 100%; }
	.gallery-columns-2 .gallery-item { width: 50%; }
	.gallery-columns-3 .gallery-item { width: 33.33333%; }
	.gallery-columns-4 .gallery-item { width: 25%; }
	.gallery-columns-5 .gallery-item { width: 20%; }
	.gallery-columns-6 .gallery-item { width: 16.6666%; }
	.gallery-columns-7 .gallery-item { width: 14.2857%; }
	.gallery-columns-8 .gallery-item { width: 12.5%; }
	.gallery-columns-9 .gallery-item { width: 11.1111%; }

div.gallery-icon {
	line-height: 0;
}

.gallery-item a,
.wp-caption a {
	position: relative;
	display: block;
}

.gallery-item a:after,
.wp-caption a:after {
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	font-family: "FontAwesome";
	content: "\f002";
	width: 50px;
	height: 50px;
	margin: auto;
	background: #000;
	color: #aaa;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transform: rotate(-30deg) translateY(-20px);
	-webkit-transform: rotate(-30deg) translateY(-20px);
	-o-transform: rotate(-30deg) translateY(-20px);
	-ms-transform: rotate(-30deg) translateY(-20px);
	transform: rotate(-30deg) translateY(-20px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.gallery-item a:hover:after,
	.wp-caption a:hover:after {
		zoom: 1;
		filter: alpha(opacity=80);
		opacity: 0.8;
		-moz-transform: rotate(0) translateY(0);
		-webkit-transform: rotate(0) translateY(0);
		-o-transform: rotate(0) translateY(0);
		-ms-transform: rotate(0) translateY(0);
		transform: rotate(0) translateY(0);
	}

.gallery-item a img,
.wp-caption a img {
	display: block;
	width: 100%;
	margin: 0 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gallery-item a img:hover {
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	display: block;
	max-width: 100%;
}


/* =Paging, Post & Comments Navigation
----------------------------------------------- */

/* Paging Navigation */
.paging-navigation {
	width: 100%;
	margin: 30px 0;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
}

	.type-magazine .paging-navigation {
		margin-top: 60px;
	}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
	display: inline-block;
}

.paging-navigation a {
	display: block;
	padding: 15px 30px;
	color: #fff !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

	.paging-navigation a:hover {
		zoom: 1;
		filter: alpha(opacity=90);
		opacity: 0.9;
	}

.nav-previous .fa {
	margin-right: 5px;
}

.nav-next .fa {
	margin-left: 5px;
}

/* Post Navigation */
.post-navigation  {
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	position: relative;
	width: 49.5%;
	padding: 20px;
	border-top: 3px solid #1a1a1a;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

	.post-navigation .nav-previous {
		float: left;
	}

	.post-navigation .nav-next {
		float: right;
	}

	.post-navigation .nav-previous:hover,
	.post-navigation .nav-next:hover {
		border-color: #eaeaea;
	}

.post-navigation a {
	color: #1a1a1a !important;
}

.post-navigation .meta-nav {
}

.post-navigation .meta-nav strong {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: inherit;
	color: #9a9a9a;
	text-transform: uppercase;
}

.post-navigation .meta-nav .fa {
	display: none;
	position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
	height: 40px;
	margin: auto 0;
	font-size: 40px;
	line-height: 40px;
	color: #dedede;
}

	.post-navigation .nav-next .meta-nav .fa {
			left: auto;
			right: 0;
	}

/* Post w/Pagination */
.page-links {
	margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

	.page-links a {
		display: inline-block;
		border-bottom: 1px solid;
	}


/* =Comments
----------------------------------------------- */

.comments-area {
	width: 100%;
	max-width: 700px;
	margin: 60px auto 0;
	padding-top: 60px;
}

	.comments-title {
		margin-bottom: 40px;
		font-size: 24px;
		text-align: center;
		text-transform: uppercase;
	}

	.comments-area ol {
		list-style: none;
		margin: 30px 0 40px;
	}
	
		.comment-list li.pingback {
			margin-bottom: 20px;
			padding-left: 10px;
			border-left: 2px solid #DEDEDE;
		}

			.comment-list li.pingback .comment-body {
				font-style: 90%;
			}

			.comment-list li.pingback a {
				display: block;
			}

		.bypostauthor article {
			background: #fff;
			border: 1px solid #dedede;
		}

		.comment-list article {
			position: relative;
			min-height: 100px;
			margin-bottom: 30px;
			padding: 40px 40px 40px 120px;
			background: #f5f5f5;
		}

			.comment-meta {
				line-height: 22px;
			}

				.comment-author {
					float: left;
					width: 44%;
				}

					.comment-author img {
						position: absolute;
							left: 30px;
							top: 40px;
						width: 60px;
						height: 60px;
						-webkit-border-radius: 40px;
						-moz-border-radius: 40px;
						border-radius: 40px;
					}

					.comment-author cite {
						display: inline-block;
						margin: 0;
						font-size: 110%;
						font-style: normal;
						font-weight: normal;
					}

				.comment-metadata {
					float: right;
					width: 54%;
					text-align: right;
					font-size: 11px;
					font-weight: normal;
					text-transform: uppercase;
				}

					.comment-metadata a {
						color: #8a8a8a !important;
					}

					.comment-metadata .edit-link {
						margin: 0 0 0 5px;
						padding: 3px 6px;
						background: #fff;
						-webkit-border-radius: 2px;
						-moz-border-radius: 2px;
						border-radius: 2px;
					}

				.comment-awaiting-moderation {
					float: right;
					font-size: 90%;
					font-style: italic;
				}

		.comment-content {
			clear: both;
			width: 100%;
			margin: 15px 0 5px;
			font-size: 90%;
		}

			.comment-content p {
				margin-bottom: 10px;
			}

		.comment-reply-link,
		.cancel-comment-reply-link {
			display: inline-block;
			padding: 5px 12px;
			font-size: 13px;
			text-transform: uppercase;
			color: #fff !important;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
		}

	.comment-list .children {
		list-style: none;
		margin: 20px 0 0 100px;
	}

	.comment-respond {}

		.comment-reply-title {
			margin-bottom: 5px;
			font-size: 22px;
			text-align: center;
			text-transform: uppercase;
		}


		.logged-in-as,
		.comment-notes {
			font-size: 13px;
			text-align: center;
			zoom: 1;
			filter: alpha(opacity=80);
			opacity: 0.8;
		}

		.comment-form label {
			display: block;
			margin-bottom: 10px;
			font-size: 15px;
			text-transform: uppercase;
		}

		p.comment-subscription-form {
			margin-bottom: 0;
			font-size: 13px;
			zoom: 1;
			filter: alpha(opacity=80);
			opacity: 0.8;
		}

.comment-content a {
	word-wrap: break-word;
}


/* =Jetpack Support
----------------------------------------------- */

/* Tiled Galleries */
.tiled-gallery-caption {
		bottom: 2px !important;
		left: 2px !important;
		right: 2px !important;
	width: auto !important;
	background: #111 !important;
	background: rgba(0,0,0,0.8) !important;
	color: #fff !important;
	text-align: center;
}

/* Sharing Buttons & Related Posts */
div.sharedaddy {
	margin: 40px 0;
	text-align: center;
}

div.sharedaddy h3.sd-title,
div#jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 22px !important;
	margin-bottom: 20px !important;
	font-weight: inherit !important;
	text-transform: uppercase;
}

.sharedaddy .sd-content ul {
	margin: 0 !important;
}

div#jp-relatedposts {
	margin: 40px auto;
	padding: 0;
	text-align: left;
}

div#jp-relatedposts h3.jp-relatedposts-headline {
	width: 100%;
	text-align: center;
}

div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: inherit !important;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none !important;
}

div#jp-relatedposts div.jp-relatedposts-items-visual {
	margin: 0 !important;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	zoom: 1;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	width: 32% !important;
	margin: 0 2% 0 0 !important;
	padding: 0 !important;
}

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-of-type(3n) {
		margin-right: 0 !important;
	}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	width: 100% !important;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img:hover {
		zoom: 1;
		filter: alpha(opacity=90);
		opacity: 0.9;
	}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
.jp-relatedposts-post-title {
	font-size: 16px !important;
	line-height: 1.3 !important;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color: #666 !important;
	text-decoration: none !important;
	font-weight: inherit !important;
}

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
		color: #222 !important;
		text-decoration: none !important;
	}

div#jp-relatedposts div.jp-relatedposts-items p {
	margin-top: 5px !important;
}

	div#jp-relatedposts div.jp-relatedposts-items p.jp-relatedposts-post {
		margin-top: 0 !important;
	}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	display: inline-block;
	font-size: 12px !important;
	text-transform: uppercase;
	padding: 1px 6px;
	background: #000;
	color: #fff;
	zoom: 1;
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;
}

span.jp-relatedposts-post-context,
div#jp-relatedposts div.jp-relatedposts-items p.jp-relatedposts-post-context {
	margin-top: 8px !important;
}

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

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 49.4% !important;
		margin: 0 1.2% 10px 0 !important;
	}

		div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-of-type(3n) {
			margin-right: 1.2% !important;
		}

		div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-of-type(2n) {
			margin-right: 0 !important;
		}

}

@media only screen and (max-width: 519px) {
	div#jp-relatedposts div.jp-relatedposts-items-visual {
		margin-right: 0 !important;
	}

	div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
		width: 100% !important;
		margin: 0 0 15px 0 !important;
	}
}

/* Widgets: Subscription - Facebook box */
#subscribe-email,
#subscribe-submit {
	margin-bottom: 0;
	padding: 15px 10px 0;
	background: #f5f5f5;
	text-align: center;
}

	#subscribe-email input {
		background: #fff;
	}

#subscribe-submit {
	padding: 10px 10px 15px;
}

.widget_facebook_likebox iframe {
	padding: 5px;
	border: 1px solid #dedede !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* =Archive & Search Results
----------------------------------------------- */

.archive-header {
	padding: 40px;
	background-color: #eaeaea;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

	.archive.author .archive-header {
		padding: 80px 40px;
	}

.inner-archive {
	max-width: 1400px;
	margin: 0 auto;
}

.archive-title {
	margin-bottom: 0;
}

	.archive.author .archive-title {
		display: none;
	}

.taxonomy-description {
	max-width: 740px;
}

	.center-header .taxonomy-description {
		margin-right: auto;
		margin-left: auto;
	}

	.taxonomy-description p {
		margin-bottom: 0;
	}

.archive-header .author-box {
	max-width: 640px;
	margin: 0 auto;
	background: #fff;
}

.archive-header .author-box .inner-author {
	max-width: none;
}

.archive.sidebar-left .content-area {
	float: right;
}


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

.site-footer {
	float: right;
	width: 100%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.landing-enabled .site-footer {
		display: none;
	}

.inner-footer,
.bottom-footer {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px;
}

.bottom-footer {
	padding: 20px 40px;
	line-height: 20px;
}

.inner-footer + .bottom-footer:before,
.single-post .bottom-footer:before {
	content: "";
	display: block;
	position: absolute;
		top: 0;
		left: 40px;
		right: 40px;
	max-width: 1400px;
	margin: 0 auto;
	border-bottom: 1px dotted #000;
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.inner-footer .widget {
	font-size: 77%;
}

.footer-navigation {
	display: block;
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
}

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

	.footer-navigation li {
		display: inline-block;
	}

	.footer-navigation li a {
		display: inline-block;
		padding: 5px 20px 5px 0;
		text-decoration: none;
	}

		.footer-navigation li a:hover {
			zoom: 1;
			filter: alpha(opacity=70);
			opacity: 0.7;
		}

	.footer-navigation li ul {
		display: inline-block;
	}

.site-info {
	float: left;
	display: inline-block;
	font-size: 12px;
}

.footer-social-icons {
	float: right;
}


/* =Widgetized Layouts
----------------------------------------------- */

.widg-layout1 {
	float: left;
	width: 22.75%;
	margin-left: 3%;
}

	.widg-layout1:first-child {
		margin-left: 0;
	}

.widg-layout2 {
	float: left;
	width: 31.333333%;
	margin-left: 3%;
}

	.widg-layout2:first-child {
		margin-left: 0;
	}

.widg-layout3 {
	float: left;
	width: 22.75%;
	margin-left: 3%;
}

	.widg-layout3:first-child {
		width: 48.5%;
		margin-left: 0;
	}

.widg-layout4 {
	float: left;
	width: 22.75%;
	margin-right: 3%;
}

	.widg-layout4:last-child {
		width: 48.5%;
		margin-right: 0;
	}

.widg-layout5 {
	float: left;
	width: 48.5%;
}

	.widg-layout5:first-child {
		margin-right: 3%;
	}

.widg-layout6 {
	width: 100%;
}

.widg-layout1, .widg-layout2, .widg-layout3, .widg-layout4, .widg-layout5, .widg-layout6 {
	min-height: 1px;
}

.widg-layout1 aside:last-child, .widg-layout2 aside:last-child, .widg-layout3 aside:last-child, .widg-layout4 aside:last-child, .widg-layout5 aside:last-child, .widg-layout6 aside:last-child {
	margin-bottom: 0;
}


/* =Sidebar & Widgets
----------------------------------------------- */

.widget-area {
	float: right;
	width: 31%;
}

	.page-template-template-left-sidebar-php .widget-area,
	.sidebar-left .widget-area {
		float: left;
	}

.widget-area .widget {
	margin: 0 0 40px;
	font-size: 85%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.widget-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bolder;
	margin-bottom: 20px;
}

.widget-area .widget a {
	color: #7a7a7a;
	font-weight: normal;
}

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

.widget ul li {
	margin-bottom: 10px;
}

	.widget ul li a {
		display: inline-block;
	}

	.widget ul li a:hover {
		zoom: 1;
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

.widget .children,
.widget .sub-menu {
	margin-top: 10px;
	padding-left: 20px;
	border-left: 1px solid #dedede;
}

	.widget .children li,
	.widget .sub-menu li {
		border: none;
	}

/* Make sure select elements fit in widgets */
.widget select {
	width: 100%;
	max-width: 100%;
}

/* Custom Menu Widget */
.site-content .widget_nav_menu {
	font-size: 85%;
}

.site-content .widget_nav_menu a,
.site-content .widget_nav_menu a:visited,
.site-content .widget_nav_menu a:hover {
	color: #7a7a7a !important;
	font-weight: normal;
}

.site-content .widget_nav_menu .current-menu-item a {
	font-weight: bold;
}
	
	.site-content .widget_nav_menu .current-menu-item a:before {
		font-family: "FontAwesome";
		content:"\f054";
		font-size: 10px;
		vertical-align: middle;
		margin-right: 10px;
	}

/* Text Widget */
.textwidget p:last-of-type {
	margin-bottom: 0;
}

	.textwidget a.qbtn {
		color: #fff !important;
	}

/* Search Widget */
.widget_search .search-field {
	float: left;
	width: 60%;
	height: 40px;
	background: #dedede;
	background: rgba(0,0,0,0.1);
}

.widget_search .search-submit {
	float: right;
	width: 38%;
	height: 40px;
	padding: 10px 0;
	color: #fff !important;
	line-height: 20px;
	white-space: nowrap;
}

/* Recent Posts Widget */
.widget_recent_entries li .post-date {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
}

/* Recent Comments Widget */

/* Tags Widget */
.tagcloud a {
	display: inline-block;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 80% !important;
}

	.tagcloud a:after {
		content: "\2022";
		margin: 0 10px;
	}

		.tagcloud a:last-of-type:after {
			display: none;
		}
	
/* Calendar Widget */
#calendar_wrap {
	padding: 20px;
	border: 1px solid #dedede;
}

.widget_calendar table {
	margin-bottom: 0;
}

.widget_calendar caption {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
	font-size: 95%;
	text-transform: uppercase;
}

.widget_calendar thead th,
.widget_calendar tbody td {
	text-align: center;
}

.widget_calendar tfoot tr a {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
}

td#next {
	text-align: right;
}

/* RSS Widget */
.widget a.rsswidget {
	display: block;
	font-size: 18px;
}

.rss-date {
	font-size: 12px;
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.rssSummary {
	margin-top: 10px;
}

.widget_rss cite {
	display: block;
	margin-top: 5px;
	font-weight: bold;
}

/* Quadro Widgets */	
.google-map-map {
	height: 240px;
}

.widget-image-container {
	line-height: 0;
	text-align: center;
}

.quadro-video-widget iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.quadro-rpost-thumb-link {
	display: block !important;
}

.quadro-rpost img {
	float: left;
	width: 25%;
	margin-right: 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.quadro-rpost-data {
	float: left;
	width: 72%;
}

.quadro-rpost-data h4 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 5px;
}

.quadro-rpost-data p {
	margin-bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
}

.quadro-feat-post {
	position: relative;
}

.quadro-feat-post-data {
	position: absolute;
		bottom: 0;
		left: 0;
	width: 100%;
	padding: 15px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}

.quadro-feat-post-data a {
	color: #fff !important;
}

.quadro-feat-post-data h4 {
	display: inline;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 24px;
}

.quadro-feat-post-data .meta {
	position: absolute;
		top: -36px;
		left: 15px;
	height: 26px;
	padding: 1px 10px;
	background: #fff;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 26px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.quadro-feat-post-thumb-link {
	display: block;
	line-height: 0;
}

	.quadro-feat-post-thumb-link:hover {
		zoom: 1;
		filter: alpha(opacity=90);
		opacity: 0.9;
	}

.quadro-feat-post-thumb-link img {
	width: 100%;
}


/* =Ads Integration
----------------------------------------------- */
.qi-ad {
}

.qi-ad img,
.qi-ad iframe {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	margin: 0 auto;
}

/*On Header*/
.ad-header {
}

@media only screen and (min-width: 960px) {

	.ad-header img,
	.ad-header iframe {
		height: 40px;
		width: auto;
	}

		.tall-header .ad-header,
		.tall-header .ad-header {
			margin-top: -20px;
		}

		.tall-header .ad-header img,
		.tall-header .ad-header iframe {
			height: 80px;
		}

}

/*On Posts*/
.ad-pretitle {
	margin: 10px auto 20px;
}

.ad-posttitle {
	margin: 20px auto 30px;
}

.ad-precontent {
	margin-bottom: 30px;
}

.ad-midcontent {
	margin: 30px auto;
}

.ad-postcontent {
}

/*Widgets*/
.qi-ad-widget {
	margin-bottom: 10px;
}

	.qi-ad-widget:last-of-type {
		margin-bottom: 0;
	}

.qi-ad-widget img {
	display: block;
	margin: auto;
}

.quadro-ads-widget-1col img {
	max-width: 100%;
}

	.quadro-ads-widget-1col a:hover img {
		zoom: 1;
		filter: alpha(opacity=90);
		opacity: 0.9;
	}

.quadro-ads-widget-2cols .qi-ad-widget {
	float: left;
	width: 48.5%;
	margin: 0 3% 10px 0;
}

	.quadro-ads-widget-2cols .qi-ad-widget:nth-of-type(2n) {
		margin-right: 0;
	}

	.quadro-ads-widget-2cols .qi-ad-widget:nth-last-of-type(2),
	.quadro-ads-widget-2cols .qi-ad-widget:last-of-type {
		margin-bottom: 0;
	}


/* =Gutenberg Integration
----------------------------------------------- */
.site-main {
	overflow-x: hidden;
}

/* Alignments: Wide and Full */
.alignwide,
.alignfull,
.single.fullwidth-left .wp-block-pullquote.alignfull,
.single.fullwidth-right .wp-block-pullquote.alignfull,
.page-template-template-full-width .wp-block-pullquote.alignfull,
.page-template-template-centered .wp-block-pullquote.alignfull,
.woocommerce.woo-sidebar-none .wp-block-pullquote.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin: 48px 0;
	margin-left: calc(50% - 50vw); /* Credit: https://codepen.io/webmandesign/post/gutenberg-full-width-alignment-in-wordpress-themes */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}

@media only screen and (min-width: 760px) {
	.site-boxed.single.fullwidth-left .alignfull,
	.site-boxed.single.fullwidth-right .alignfull,
	.site-boxed.page-template-template-full-width .alignfull,
	.site-boxed.page-template-template-centered .alignfull,
	.site-boxed.single.fullwidth-left .wp-block-pullquote.alignfull,
	.site-boxed.single.fullwidth-right .wp-block-pullquote.alignfull,
	.site-boxed.page-template-template-full-width .wp-block-pullquote.alignfull,
	.site-boxed.page-template-template-centered .wp-block-pullquote.alignfull,
	.site-boxed.woocommerce.woo-sidebar-none .alignfull,
	.site-boxed.woocommerce.woo-sidebar-none .wp-block-pullquote.alignfull {
		width: 90vw;
		max-width: 90vw;
		margin-left: calc(50% - 50vw + 5vw);
	}
}

@media only screen and (min-width: 1555px) {
	.site-boxed.single.fullwidth-left .alignfull,
	.site-boxed.single.fullwidth-right .alignfull,
	.site-boxed.page-template-template-full-width .alignfull,
	.site-boxed.page-template-template-centered .alignfull,
	.site-boxed.single.fullwidth-left .wp-block-pullquote.alignfull,
	.site-boxed.single.fullwidth-right .wp-block-pullquote.alignfull,
	.site-boxed.page-template-template-full-width .wp-block-pullquote.alignfull,
	.site-boxed.page-template-template-centered .wp-block-pullquote.alignfull,
	.site-boxed.woocommerce.woo-sidebar-none .alignfull,
	.site-boxed.woocommerce.woo-sidebar-none .wp-block-pullquote.alignfull {
		width: 1400px;
		max-width: 1400px;
		margin-left: calc(50% - 700px);
	}
}

@media only screen and (min-width: 760px) {
	.alignwide,
	.single.fullwidth-left .wp-block-pullquote.alignwide,
	.single.fullwidth-right .wp-block-pullquote.alignwide {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}

	.page-template-template-full-width .alignwide,
	.woocommerce.woo-sidebar-none .alignwide {
		width: 100%;
		max-width: 100%;
		margin: 48px 0;
	}

	.single.sidebar-right .entry-content .alignwide,
	.page-template-default .alignwide,
	.single.sidebar-right .entry-content .alignfull,
	.page-template-default .alignfull,
	.woocommerce.woo-sidebar-right .alignwide,
	.woocommerce.woo-sidebar-right .alignfull {
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		margin-left: -40px;
	}

	.single.sidebar-left .entry-content .alignwide,
	.page-template-template-left-sidebar .alignwide,
	.single.sidebar-left .entry-content .alignfull,
	.page-template-template-left-sidebar .alignfull,
	.woocommerce.woo-sidebar-left .alignwide,
	.woocommerce.woo-sidebar-left .alignfull {
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		margin-right: -40px;
		margin-left: 0;
	}
}

@media only screen and (min-width: 960px) {
	.single.sidebar-right .entry-content .alignwide,
	.page-template-default .alignwide,
	.single.sidebar-right .entry-content .alignfull,
	.page-template-default .alignfull,
	.woocommerce.woo-sidebar-right .alignwide,
	.woocommerce.woo-sidebar-right .alignfull {
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		margin-left: -40px;
	}

	.single.sidebar-left .entry-content .alignwide,
	.page-template-template-left-sidebar .alignwide,
	.single.sidebar-left .entry-content .alignfull,
	.page-template-template-left-sidebar .alignfull,
	.woocommerce.woo-sidebar-left .alignwide,
	.woocommerce.woo-sidebar-left .alignfull {
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		margin-right: -40px;
		margin-left: 0;
	}
}

/* Block with background */
.wp-block-group.has-background {
	padding: 40px;
}

.wp-block-group.has-background {
	margin-bottom: 24px;
}

.wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

/* Subheading */
p.wp-block-subhead {
	font-size: 130%;
}

/* Image */
.wp-block-image.alignwide ,
.wp-block-image.alignfull {
	margin-bottom: 48px;
}

.wp-block-image .alignleft {
	margin: 0 24px 24px 0;
}

.wp-block-image .alignright {
	margin: 0 0 24px 24px;
}

.wp-block-image .aligncenter {
	margin: 0 auto 24px;
}

.wp-block-image img {
	display: block;
}

.wp-block-image.alignwide img,
.wp-block-image.alignfull img {
	width: 100%;
}

figcaption,
.wp-block-image figcaption {
	display: block;
	max-width: 100%;
	margin: 10px auto 0;
	padding: 0 5px;
	background: none;
	font-size: 80%;
	text-align: center;
}

/* Cover Image */
.wp-block-cover-image {
	margin-bottom: 48px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
	position: relative;
	max-width: 700px;
	padding: 40px;
}

/* Gallery */
.wp-block-gallery {
	margin-bottom: 48px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Text Columns and Columns */
.wp-block-text-columns.alignfull,
.wp-block-columns.alignfull,
.wp-block-text-columns.alignwide,
.wp-block-columns.alignwide {
	padding: 0 40px;
}

/* Button */
.wp-block-button .wp-block-button__link {
	padding: 18px 30px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.wp-block-button.is-style-squared .wp-block-button__link {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wp-block-button:not(.is-style-outline) a.wp-block-button__link:not(.has-text-color),
.wp-block-button:not(.is-style-outline) a.wp-block-button__link:not(.has-text-color):active,
.wp-block-button:not(.is-style-outline) a.wp-block-button__link:not(.has-text-color):focus,
.wp-block-button:not(.is-style-outline) a.wp-block-button__link:not(.has-text-color):hover {
	color: #fff;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}

.wp-block-button.aligncenter {
	margin-bottom: 1.5em;
}

/* Quote and Pullquote */
.wp-block-quote:not(.is-large):not(.is-style-large) {
	padding: 10px 0 10px 40px;
	background: none;
	border-left: 1px solid #ccc;
	font-size: 120%;
	text-align: left;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 60px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 15px;
	text-align: center;
}

.wp-block-pullquote,
blockquote.wp-block-pullquote {
	padding: 60px;
	margin-bottom: 48px;
}

.single.fullwidth-left .wp-block-pullquote.alignfull,
.single.fullwidth-right .wp-block-pullquote.alignfull {
	padding: 100px 60px;
	text-align: center;
}

	.wp-block-pullquote.alignfull * {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

.wp-block-pullquote {
	padding: 40px;
	background-color: #f1f1f1;
}

.wp-block-pullquote blockquote {
	padding: 0;
	background: none;
	margin: 0;
}

/* Audio */
.wp-block-audio {
	margin-bottom: 24px;
}

.wp-block-audio.alignwide {
	padding: 0 40px;
}

.wp-block-audio.alignfull {
	padding: 40px;
	background: #f1f3f4;
}

.wp-block-audio audio {
	width: 100%;
	min-width: 300px;
}

/* Video */
.wp-block-video figcaption {
	margin-top: .5em;
	color: #6c7781;
	text-align: center;
	font-size: 13px;
}

.wp-block-video.alignwide video,
.wp-block-video.alignfull video {
	width: 100%;
}

/* Verse */
.wp-block-verse {
	padding: 40px;
	background: #fff;
	border: 1px solid #eaeaea;
}

/* Separator */
hr.wp-block-separator {
	max-width: 280px;
	margin: 48px auto;
}

hr.wp-block-separator.is-style-wide {
	max-width: none;
}

hr.wp-block-separator.is-style-dots {
	max-width: none;
	background: none;
}

/* Categories and Latest Posts */
.wp-block-categories.alignfull {
	padding: 0 40px;
}

.wp-block-categories.wp-block-categories-dropdown {
	text-align: center;
}

	.wp-block-categories.wp-block-categories-dropdown select {
		width: 100%;
		max-width: 700px;
		background-color: #f5f5f5;
	}

.wp-block-categories-list ul{
	list-style: none;
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
}

ul.wp-block-latest-posts {
	list-style: none;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
}

ul.wp-block-latest-posts:not(.alignwide):not(.alignfull) {
	margin-left: 0;
}

.wp-block-latest-posts.alignfull,
.wp-block-latest-posts.alignwide {
	padding: 0 40px;
}

.wp-block-latest-posts li {
	margin-bottom: 20px;
}

.wp-block-latest-posts li a {
	font-weight: bolder;
}

.wp-block-latest-posts__post-date {
	margin: 5px 0 0;
	font-size: 11px;
	/*letter-spacing: 1px;*/
	text-transform: uppercase;
}

/* Embeds */
.wp-block-embed,
.wp-block-embed-wordpress,
.wp-block-embed-instagram,
.wp-block-embed-twitter,
.wp-block-embed-facebook,
.wp-block-embed-tiktok {
	margin-bottom: 24px;
}

.wp-block-embed-wordpress.alignfull,
.wp-block-embed-instagram.alignfull,
.wp-block-embed-twitter.alignfull,
.wp-block-embed-facebook.alignfull,
.wp-block-embed-wordpress.alignwide,
.wp-block-embed-instagram.alignwide,
.wp-block-embed-twitter.alignwide,
.wp-block-embed-facebook.alignwide {
	padding: 0 40px;
}

.wp-block-embed .twitter-tweet,
.wp-block-embed .instagram-media,
.wp-block-embed .fb-post,
.wp-block-embed .fb_iframe_widget span {
	display: block;
	margin: 0 auto !important;
}

.tiktok-embed {
	padding: 0 !important;
	background: none !important;
	opacity: 1;
}

/* File */
.wp-block-file {
	padding: 20px;
	background: #f8f8f8;
	font-size: 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-block-file.alignfull,
.wp-block-file.alignwide {
	padding: 40px;
}

.wp-block-file a.wp-block-file__button {
	margin-left: 20px;
	padding: 14px 25px;
	color: #fff !important;
	font-size: 66%;
	text-transform: uppercase;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Responsive alignment and padding adjustments */
@media only screen and (min-width: 920px) {
	.page-template-template-full-width .wp-block-text-columns.alignwide,
	.page-template-template-full-width .wp-block-columns.alignwide,
	.page-template-template-full-width .wp-block-audio.alignwide,
	.page-template-template-full-width .wp-block-latest-posts.alignwide,
	.page-template-template-full-width .wp-block-latest-posts.alignwide,
	.page-template-template-full-width .wp-block-embed-wordpress.alignwide,
	.page-template-template-full-width .wp-block-embed-instagram.alignwide,
	.page-template-template-full-width .wp-block-embed-twitter.alignwide,
	.page-template-template-full-width .wp-block-embed-facebook.alignwide,
	.woocommerce.woo-sidebar-none .wp-block-text-columns.alignwide,
	.woocommerce.woo-sidebar-none .wp-block-columns.alignwide,
	.woocommerce.woo-sidebar-none .wp-block-audio.alignwide,
	.woocommerce.woo-sidebar-none .wp-block-latest-posts.alignwide,
	.woocommerce.woo-sidebar-none .wp-block-latest-posts.alignwide,
	.woocommerce.woo-sidebar-none .wp-block-embed-wordpress.alignwide,
	.woocommerce.woo-sidebar-none .wp-block-embed-instagram.alignwide,
	.woocommerce.woo-sidebar-none .wp-block-embed-twitter.alignwide,
	.woocommerce.woo-sidebar-none .wp-block-embed-facebook.alignwide {
		padding: 0;
	}
}

@media only screen and (max-width: 959px) {
	.wp-block-text-columns.alignfull,
	.wp-block-columns.alignfull,
	.wp-block-latest-posts.alignfull,
	.wp-block-embed-wordpress.alignfull,
	.wp-block-embed-instagram.alignfull,
	.wp-block-embed-twitter.alignfull,
	.wp-block-embed-facebook.alignfull,
	.wp-block-categories.alignfull {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 759px) {
	.wp-block-text-columns.alignwide,
	.wp-block-columns.alignwide,
	.wp-block-audio.alignwide,
	.wp-block-latest-posts.alignwide,
	.wp-block-latest-posts.alignwide,
	.wp-block-embed-wordpress.alignwide,
	.wp-block-embed-instagram.alignwide,
	.wp-block-embed-twitter.alignwide,
	.wp-block-embed-facebook.alignwide,
	.wp-block-text-columns.alignfull,
	.wp-block-columns.alignfull,
	.wp-block-text-columns.alignwide,
	.wp-block-columns.alignwide,
	.wp-block-latest-posts.alignfull,
	.wp-block-latest-posts.alignwide,
	.wp-block-embed-wordpress.alignfull,
	.wp-block-embed-instagram.alignfull,
	.wp-block-embed-twitter.alignfull,
	.wp-block-embed-facebook.alignfull,
	.wp-block-categories.alignfull {
		padding: 0 20px;
	}

	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	.wp-block-pullquote {
		padding: 40px;
	}
}

@media only screen and (max-width: 568px) {
	.wp-block-image.alignleft,
	.wp-block-image.alignright {
		width: 100% !important;
		text-align: center;
	}

	.wp-block-image img {
		margin: 0 auto;
	}

	.wp-block-quote.is-large p, .wp-block-quote.is-style-large p, .wp-block-pullquote p {
		font-size: 120%;
	}
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* =Media Queries - Responsive
----------------------------------------------- */

/* Workaround for VH and VW units on iOS devices: https://gist.github.com/pburtchaell/e702f441ba9b3f76f587 */
/* iPad with portrait orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.type-slogan.size-giant .mod-content,
	.vh-used .quadro-slides {
		height: 1024px;
	}
} 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  	.type-slogan.size-giant .mod-content,
  	.vh-used .quadro-slides {
		height: 768px;
	}
}
/* iPhone 5 with portrait orientation */
@media all and (device-width: 320px) and (device-height: 568px) and (orientation:portrait) {
  	.type-slogan.size-giant .mod-content,
  	.vh-used .quadro-slides {
		height: 500px;
	}
}

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

	/* Header */
	.site-header {
		height: 60px;
		padding: 10px 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.header-1st-row,
	.header-2nd-row {
		height: auto;
		padding: 0;
		background: none !important;
	}

	.header-left,
	.header-center,
	.header-right,
	.inner-header {
		position: static;
		height: 0;
	}

		.site-branding {
			position: absolute;
				top: 10px;
				left: 40px;
		}

			.header-layout6 .site-branding {
					left: auto;
					right: 40px;
			}

		.site-description,
		.header-layout20 .site-description {
			display: none;
		}

		.menu-toggle {
			position: absolute;
				top: 22px;
				right: 40px;
		}

			.header-layout6 .menu-toggle {
					right: auto;
					left: 40px;
			}

		#site-navigation,
		#secondary-navigation {
			display: none;
		}

		.header-extras .search-handler,
		.site-header .social-area.header-social-icons {
			display: none;
		}

		.header-extras {
			position: absolute;
				top: 15px;
				right: 70px;
		}

			.header-layout6 .header-extras {
					right: auto;
					left: 70px;
			}

	.ad-header {
		position: absolute;
			top: 60px;
			left: 0;
		width: 100%;
		height: 80px;
		margin: 0;
		padding: 10px;
		line-height: 55px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.headroom--not-top .ad-header {
			display: none;
		}

		.ad-header img,
		.ad-header iframe {
			vertical-align: middle;
		}

		body:not(.landing-enabled).header-layout14 .site-content,
		body:not(.landing-enabled).header-layout15 .site-content {
			margin-top: 140px;
		}

	.topper-header {
		position: absolute;
			top: 60px;
			left: 0;
		margin: 0;
	}

		.headroom--not-top .topper-header {
			display: none;
		}

	/* Modules */
	.three-columns .quadro-service,
	.three-columns .quadro-service:nth-of-type(3n),
	.four-columns .quadro-service,
	.four-columns .quadro-service:nth-of-type(4n) {
		width: 48%;
		margin-right: 4%;
	}

		.three-columns .quadro-service:nth-of-type(3n+1),
		.four-columns .quadro-service:nth-of-type(4n+1) {
			clear: none;
		}

		.three-columns .quadro-service:nth-of-type(2n),
		.four-columns .quadro-service:nth-of-type(2n) {
			margin-right: 0;
		}

		.three-columns .quadro-service:nth-of-type(2n+1),
		.four-columns .quadro-service:nth-of-type(2n+1) {
			clear: left;
		}

		.three-columns .quadro-service:nth-last-of-type(2),
		.four-columns .quadro-service:nth-last-of-type(2) {
			margin-bottom: 0;
		}

		.three-columns .quadro-service:nth-last-of-type(3),
		.four-columns .quadro-service:nth-last-of-type(3),
		.four-columns .quadro-service:nth-last-of-type(4) {
			margin-bottom: 50px;
		}

	.services-type3 .quadro-service {
		width: 50% !important;
	}

	.display-layout1 .display-item1,
	.display-layout1 .display-item2,
	.display-layout5 .display-item1,
	.display-layout5 .display-item4 {
		width: 100%;
	}
	
	.display-layout1 .display-item3,
	.display-layout1 .display-item4,
	.display-layout5 .display-item2,
	.display-layout5 .display-item3,
	.display-layout5 .display-item5,
	.display-layout5 .display-item6 {
		width: 50%;
	}

	.display-layout1 .display-item1 .display-content,
	.display-layout3 .display-item1 .display-content {
			left: 30px;
			right: 30px;
	}

	.insight-text {
		padding: 40px;
	}

	.testimonials-type1 {
		padding: 0 60px;
	}

	.testimonials-type3 .testimonial-item {
		width: 49%;
	}

		.testimonials-type3 .testimonial-item:nth-child(3n) { margin-right: 2%; }

		.testimonials-type3 .testimonial-item:nth-child(3n+1) { clear: none; }

		.testimonials-type3 .testimonial-item:last-of-type,
		.testimonials-type3 .testimonial-item:nth-last-of-type(2),
		.testimonials-type3 .testimonial-item:nth-last-of-type(3) { margin-bottom: 40px; }

		.testimonials-type3 .testimonial-item:nth-child(2n) { margin-right: 0; }

		.testimonials-type3 .testimonial-item:nth-child(2n+1) { clear: left; }

		.testimonials-type3 .testimonial-item:last-of-type,
		.testimonials-type3 .testimonial-item:nth-last-of-type(2) { margin-bottom: 0; }

	.type-testimonials .flex-direction-nav {
		position: static;
	}

	.team-type2 .team-member,
	.team-type3 .team-member {
		width: 49%;
	}

		.team-type2 .team-member:nth-of-type(3n),
		.team-type3 .team-member:nth-of-type(4n) { margin-right: 2%; }

		.team-type2 .team-member:nth-of-type(2n),
		.team-type3 .team-member:nth-of-type(2n) { margin-right: 0; }

		.team-type2 .team-member:nth-of-type(3n+1),
		.team-type3 .team-member:nth-of-type(4n+1) { clear: none; }

		.team-type2 .team-member:nth-of-type(2n+1),
		.team-type3 .team-member:nth-of-type(2n+1) { clear: left; }

		.team-type2 .team-member:nth-last-of-type(3),
		.team-type3 .team-member:nth-last-of-type(3),
		.team-type3 .team-member:nth-last-of-type(4) { margin-bottom: 30px; }

	.authors-list li {
		width: 49%;
	}

		.authors-list li:nth-child(3n) {
			margin-right: 2%;
		}

		.authors-list li:nth-child(3n+1) {
			clear: none;
		}

		.authors-list li:nth-child(2n) {
			margin-right: 0;
		}

		.authors-list li:nth-child(2n+1) {
			clear: left;
		}

		.authors-list li:nth-last-of-type(3) {
			margin-bottom: 30px;
		}

	.four-columns:not(.portfolio-grid2) .portf-item {
		  width: 33.3333% !important;
	}

		.chrome .four-columns:not(.portfolio-grid2) .portf-item,
		.safari .four-columns:not(.portfolio-grid2) .portf-item {
			  width: 33.333333% !important;
		}

	.terms-filter {
		width: 100%;
	}

	.terms-filter {
		padding: 20px 40px;
	}

	.filter-terms li {
		display: inline-block;
		margin: 0 20px 5px 0;
		border-bottom: 2px solid transparent;
	}

		.filter-terms li:hover {
			padding: 0;
			border: none;
			border-bottom: 2px solid;
		}

	.portfolio-filters-show .quadro-portfolio {
		width: 100%;
	}

		.portfolio-filters-show.portfolio-layout-margin .quadro-portfolio {
			width: 101.5%;
		}

		.portfolio-filters-show.portfolio-layout-margin.three-columns .quadro-portfolio,
		.portfolio-filters-show.portfolio-layout-margin.four-columns .quadro-portfolio {
			width: 101.2%;
		}

	.portfolio-layout-margin.four-columns:not(.portfolio-grid2) .portf-item {
		width: 32.1333% !important;
		margin: 0 0.6% 15px;
	}

	.portf-layout5 .item-content,
	.portf-layout5b .item-content,
	.portf-layout5 .gallery-item.masonry-brick,
	.portf-layout5b .gallery-item.masonry-brick {
		width: 99.5%;
	}

	.quadro-video-container,
	.video-post,
	.videos-nav {
		width: 100%;
	}

	.video-post {
		position: static;
		height: auto;
	}

	.logos-still.five-columns .logo-profile,
	.logos-still.six-columns .logo-profile {
		width: 25%;
	}

	.quadro-plans.plans-5 {
		display: block;
		margin: 0 -1%;
	}

	.quadro-plans.plans-5 .quadro-plan {
		display: inline-block;
		float: left;
		width: 31.3333%;
		margin: 0 1% 20px;
	}

		.quadro-plans.plans-5 .quadro-plan:last-of-type,
		.quadro-plans.plans-5 .quadro-plan:nth-last-of-type(2) {
			margin-bottom: 0;
		}

		.quadro-plans.plans-5 .quadro-plan:nth-of-type(3n+1) {
			clear: left;
		}

	.quadro-plans.plans-5 .quadro-plan.plan-featured .plan-head {
		margin-top: -30px;
	}

	/* Widgetized Layouts */
	.widg-layout1,
	.widg-layout2,
	.widg-layout3 {
		width: 48.5%;
		margin: 0 3% 30px 0;
	}

		.widg-layout1:nth-child(2n),
		.widg-layout2:nth-child(2n),
		.widg-layout3:first-child,
		.widg-layout3:last-child {
			margin-right: 0;
		}

		.widg-layout3:first-child,
		.widg-layout4:last-child  {
			width: 100%;
		}

	.widg-layout4 {
		width: 48.5%;
		margin: 0 0 30px 3%;
	}

		.widg-layout4:first-child,
		.widg-layout4:last-child {
			margin-left: 0;
		}

}

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

	.quadro-plans.plans-3,
	.quadro-plans.plans-4,
	.quadro-plans.plans-5 {
		display: block;
		margin: 0 -1%;
	}

	.quadro-plans.plans-3 .quadro-plan,
	.quadro-plans.plans-4 .quadro-plan,
	.quadro-plans.plans-5 .quadro-plan {
		display: inline-block;
		float: left;
		width: 48%;
		margin: 0 1% 20px;
	}

		.quadro-plans.plans-3 .quadro-plan:last-of-type,
		.quadro-plans.plans-3 .quadro-plan:nth-last-of-type(2),
		.quadro-plans.plans-4 .quadro-plan:last-of-type,
		.quadro-plans.plans-4 .quadro-plan:nth-last-of-type(2),
		.quadro-plans.plans-5 .quadro-plan:last-of-type,
		.quadro-plans.plans-5 .quadro-plan:nth-last-of-type(2) {
			margin-bottom: 0;
		}

		.quadro-plans.plans-5 .quadro-plan:nth-of-type(3n+1) {
			clear: none;
		}
			
		.quadro-plans.plans-3 .quadro-plan:nth-of-type(2n+1),
		.quadro-plans.plans-4 .quadro-plan:nth-of-type(2n+1),
		.quadro-plans.plans-5 .quadro-plan:nth-of-type(2n+1) {
			clear: left;
		}

	.quadro-plans.plans-3 .quadro-plan.plan-featured .plan-head,
	.quadro-plans.plans-4 .quadro-plan.plan-featured .plan-head {
		margin-top: -30px;
	}

}

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

	/* Header */
	.site-header {
		padding: 10px 20px;
	}

	.site-branding {
				left: 20px;
		}

		.header-layout6 .site-branding {
				right: 20px;
		}

	.menu-toggle {
			right: 20px;
	}

		.header-layout6 .menu-toggle {
				left: 20px;
		}

	.header-extras {
			right: 50px;
	}

		.header-layout6 .header-extras {
				left: 50px;
		}

	.header-extras > ul > li.header-button {
		height: 30px;
		margin-top: -1px;
		padding: 0 1px;
	}

	.header-button a.qbtn {
		padding: 4px 18px;
		font-size: 10px;
	}

	.widgetized-header {
		padding: 20px;
	}

	/* Content */
	.content-area {
		width: 100%;
		max-width: 100%;
	}

	.entry-content {
		max-width: none;
	}

	.widget-area {
		width: 100%;
		margin-top: 60px;
	}

	.page-inner-header {
		padding: 20px;
	}

		.big-header .page-inner-header {
			padding: 120px 20px 60px;
		}

	.page-breadcrumbs {
		position: static;
		margin-top: 15px;
	}

	.page-wrapper {
		padding: 20px;
	}

	/* Modules */
	.mod-header .inner-mod {
		padding-right: 0;
		text-align: center;
	}

	.mod-header {
		padding: 30px 20px;
	}

	.mod-content {
		padding: 40px 20px;
	}

	.modheader-btn {
		margin: 30px 0 0;
	}

	/*.type-wrapper*/
	.type-wrapper > .mod-content {
		padding: 40px 20px;
	}

	.modules-wrapper {
		width: 100%;
	}

	.mods-tabs-list {
		padding: 30px 20px;
	}

	.type-slogan .mod-content h1, .slide-content h1	 	{ font-size: 80px; line-height: 92px; }
	.type-slogan .mod-content h2, .slide-content h2	 	{ font-size: 64px; line-height: 76px; }
	.type-slogan .mod-content h3, .slide-content h3	 	{ font-size: 52px; line-height: 64px; }
	.type-slogan .mod-content h4, .slide-content h4		{ font-size: 40px; line-height: 50px; }
	.type-slogan .mod-content h5, .slide-content h5	 	{ font-size: 32px; line-height: 40px; }
	.type-slogan .mod-content h6, .slide-content h6	 	{ font-size: 24px; line-height: 30px; }
	.type-slogan .mod-content p, .slide-content p		{ font-size: 38px; line-height: 48px; }
	.type-slogan .mod-content p.small, .slide-content p.small 	{ font-size: 22px; 	line-height: 30px; 	margin-bottom: 5px; }
	.type-slogan .mod-content p.small-2, .slide-content p.small-2 	{ font-size: 16px; 	line-height: 22px; 	margin-bottom: 5px; }

	.type-slogan.size-giant .mod-content {
		padding: 40px 20px !important;
	}

	.type-slogan.size-regular .mod-content {
		padding: 80px 20px;
	}

	.slide-content {
			left: 20px;
			right: 20px;
	}

	.type-slider .mod-content:hover .flex-direction-nav a.flex-prev {
			left: 20px;
	}

	.type-slider .mod-content:hover .flex-direction-nav a.flex-next {
			right: 20px;
	}

	.services-type2 .quadro-service {
		width: 100% !important;
		margin: 0 0 40px 0 !important;
	}

		.services-type2 .quadro-service:last-of-type {
			margin-bottom: 0 !important;
		}

	.services-type3 .quadro-service {
		width: 100% !important;
	}

	.display-layout2 .display-item3,
	.display-layout2 .display-item4,
	.display-layout2 .display-item5,
	.display-layout3 .display-item1 {
		width: 100%;
	}

	.display-layout1 .display-item1 .display-content,
	.display-layout3 .display-item1 .display-content,
	.display-content {
			left: 20px;
			right: 20px;
	}

	.type-sl-insights.nav-arrows .mod-content .inner-mod {
		padding: 40px;
	}

	.insight img,
	.insight-text,
	.sl-insight img,
	.sl-insight-text {
		width: 100%;
		text-align: center !important;
	}

	.insight-text {
		padding: 40px 20px;
	}

	.sl-insight-text {
		padding: 0 !important;
	}

	.layout1-sl-insight img + .sl-insight-text {
		margin-top: 30px;
	}

	.layout2-sl-insight .sl-insight-text + img {
		margin-top: 30px;
	}

	.testimonials-type2 .testimonial-item,
	.testimonials-type3 .testimonial-item {
		width: 100%;
		margin: 0 0 30px 0 !important;
	}

		.testimonials-type2 .testimonial-item:last-of-type,
		.testimonials-type3 .testimonial-item:last-of-type {
			margin-bottom: 0 !important;
		}

	.authors-list li {
		width: 100%;
		margin: 0 0 30px 0 !important;
		clear: both;
	}

		.authors-list li:last-of-type {
			margin-bottom: 0 !important;
		}

	.magazine-item {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
	}

	.magazine-layout3 .magazine-item article {
		padding: 0 0 0 225px;
		min-height: 140px;
	}

	.magazine-layout3 .magazine-item .entry-thumbnail {
		width: 210px;
		height: 140px;
	}

	.caption-type1 .slide-caption {
		padding: 20px;
	}

	.caption-type2 .slide-caption {
			left: 20px;
		padding-right: 20px;
	}

	.caption-type2.caption-right .slide-caption,
	.caption-type2.caption-alternated .quadro-pslides li:nth-of-type(even) .slide-caption {
			right: 20px;
		padding: 0 0 0 20px;
	}

	.slide-caption .entry-summary {
		display: none;
	}

	.feat-item-content {
		margin: 20px;
    	padding: 20px;
	}

	.terms-filter {
		padding: 20px;
	}

	.portf-item,
	.four-columns:not(.portfolio-grid2) .portf-item,
	.chrome .four-columns:not(.portfolio-grid2) .portf-item,
	.safari .four-columns:not(.portfolio-grid2) .portf-item {
		width: 50% !important;
	}

	.portfolio-layout-margin .portf-item,
	.four-columns:not(.portfolio-grid2).portfolio-layout-margin .portf-item {
		width: 48.5% !important;
		margin: 0 0.75% 15px !important;
	}

	.item-header {
		margin: 0 20px;
		padding: 80px 0 40px;
	}

	.actions-header,
	a.view-all-portf {
			top: 20px;
			bottom: auto;
	}

	.item-body {
		padding: 0 20px 20px 20px;
	}

	.item-media,
	.item-content {
		width: 100%;
	}

	.item-content {
		margin-bottom: 40px;
	}

	.item-media .flex-direction-nav {
			top: 20px;
			right: 20px;
	}

	.portf-layout6 .item-content {
		position: static;
		max-width: none;
		padding: 0 20px;
	}

	.portf-layout6 .item-content .portf-content-handler {
		display: none;
	}

	.blog-style-classic .blog-item {
		padding: 20px;
	}

	.blog-style-headlines .blog-item {
		padding: 60px 40px;
	}

	.blog-style-classic .entry-thumbnail {
		margin: -20px -20px 30px;
		padding: 0 20px;
	}
	
	.blog-style-classic .entry-thumbnail,
	.blog-style-headlines .blog-item {
		background-attachment: scroll;
	}

	.blog-style-classic .entry-title,
	.blog-style-headlines .entry-title,
	.single .entry-title,
	.entry-header.post-big-header .entry-title,
	.entry-header.post-giant-header .entry-title {
		font-size: 40px;
	}

	.blog-style-teasers .blog-item {
		padding: 330px 30px 30px 30px;
	}

		.blog-style-teasers .entry-thumbnail {
			width: 100%;
  			height: 300px;
		}

			.blog-style-teasers .entry-thumbnail .wp-post-image {
				width: 100%;
				height: auto;
			}

	.site-content .gallery .gallery-item {
		width: 100%;
		max-width: 100%;
	}

	.video-post {
		padding: 20px;
	}

	.logos-still .logo-profile {
		width: 50% !important;
	}

	.ibox-wrapper {
		float: none !important;
	}

	/*.type-columns*/
	.type-columns > .mod-content {
		padding: 20px 0;
	}

	.columns-layout2 .modules-columns .mod-column,
	.columns-layout6 .modules-columns .mod-column,
	.columns-layout7 .modules-columns .mod-column,
	.columns-layout8 .modules-columns .mod-column,
	.columns-layout9 .modules-columns .mod-column,
	.columns-layout10 .modules-columns .mod-column,
	.columns-layout11 .modules-columns .mod-column {
		width: 100%;
		flex-basis: 100%;
	}

		.columns-layout2 .modules-columns .mod-column:empty,
		.columns-layout6 .modules-columns .mod-column:empty,
		.columns-layout7 .modules-columns .mod-column:empty,
		.columns-layout8 .modules-columns .mod-column:empty,
		.columns-layout9 .modules-columns .mod-column:empty,
		.columns-layout10 .modules-columns .mod-column:empty,
		.columns-layout11 .modules-columns .mod-column:empty,
		.columns-layout16 .modules-columns .mod-column:empty {
			display: none;
		}

	.type-leadbox.layout-layout2 .leadbox-img,
	.type-leadbox.layout-layout3 .leadbox-img {
		display: block;
		width: 100%;
		max-width: 360px;
		margin: 0 auto 40px;
		padding: 0;
	}

		.type-leadbox.layout-layout3 .leadbox-img {
			margin: 40px auto 0;
		}

	.type-leadbox.layout-layout2 .leadbox-content,
	.type-leadbox.layout-layout3 .leadbox-content {
		display: block;
		width: 100%;
	}

	.type-leadbox.layout-layout6 .leadbox-wrapper,
	.type-leadbox.layout-layout7 .leadbox-wrapper {
		max-width: none;
		padding: 100px 40px;
	}

	.type-leadbox.layout-layout6 .leadbox-img,
	.type-leadbox.layout-layout7 .leadbox-img {
		height: 360px;
		margin: -100px -40px 100px;
		background-size: cover;
		background-position: center;
	}

	.type-leadbox.layout-layout8 .leadbox-img,
	.type-leadbox.layout-layout9 .leadbox-img {
		height: 280px;
		background-size: cover;
		background-position: center;
	}

	.type-leadbox.layout-layout10 .mod-content {
		padding: 40px 20px;
	}

	.type-leadbox.layout-layout10 .leadbox-text-wrapper,
	.type-leadbox.layout-layout10 .leadbox-form-wrapper {
		display: block;
		width: 100%;
	}

	.type-leadbox.layout-layout10 .leadbox-text-wrapper {
		margin-bottom: 30px;
	}

	.type-leadbox.layout-layout10 .leadbox-ftext {
		position: static;
		margin-top: 20px;
	}

	/* Single Post */
	.single .entry-header {
		background-attachment: scroll;
	}

	.entry-header .entry-inner {
		padding: 30px 20px;
	}

		.entry-header.post-big-header .entry-inner {
			padding: 60px 20px;
		}

		.entry-header.post-giant-header .entry-inner {
			padding: 140px 20px;
		}

			.transparent-header .entry-header.post-regular-header .entry-inner {
				padding: 90px 20px 30px;
			}

			.transparent-header .entry-header.post-big-header .entry-inner {
				padding: 120px 20px 60px;
			}

			.transparent-header .entry-header.post-giant-header .entry-inner {
				padding: 200px 20px 140px;
			}

	.single-wrapper {
		padding: 30px 20px;
	}

	/* Archive */
	.archive-header {
		padding: 30px 20px;
	}

	.archive.author .archive-header {
		padding: 60px 20px;
	}

	/* Author Box */
	.author-box {
		padding: 40px;
		text-align: center;
	}

	.inner-author {
		padding: 0;
	}

	.author-name .avatar {
		position: static;
		width: 80px;
		margin-bottom: 10px;
	}

	/* Comments */
	.comment-list article {
		padding: 20px;
	}

	.comment-author {
		float: none;
		width: 100%;
		height: 60px;
	}

	.comment-author img {
		position: static;
		margin-right: 5px;
		vertical-align: middle;
	}

	.comment-metadata {
		float: none;
		margin-top: 20px;
		text-align: left;
	}

	.comment-list .children {
		margin-left: 40px;
	}

	/* Footer */
	.inner-footer,
	.bottom-footer {
		padding: 30px 20px;
	}

	.bottom-footer {
		padding: 20px;
	}

	.inner-footer + .bottom-footer:before,
	.single-post .bottom-footer:before {
		left: 20px;
		right: 20px;
	}

		.site-info,
		.footer-social-icons {
			float: none;
			display: block;
			text-align: center;
		}

		.footer-social-icons {
			margin-top: 15px;
		}

		.footer-navigation {
			text-align: center;
		}

		.footer-navigation li a {
			padding: 5px 10px;
		}

	.back-to-top {
		    bottom: 40px;
    		right: 20px;
	}

}

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

	body {
		/*font-size: 20px !important;*/
	}

	.qi-login-link span {
		display: none;
	}

	.alignleft,
	.alignright,
	.aligncenter {
		width: 100%;
		display: block;
		margin: 0 0 20px;
	}

	.author-box {
		padding: 20px;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		width: 100%;
	}

	.paging-navigation .nav-previous,
	.paging-navigation .nav-next {
		display: block;
		margin: 5px 0;
	}

	.type-magazine .paging-navigation {
		margin-top: 30px;
	}

	/* Modules */
	.type-slogan .mod-content h1, .slide-content h1 	{ font-size: 48px; line-height: 58px; }
	.type-slogan .mod-content h2, .slide-content h2 	{ font-size: 38px; line-height: 46px; }
	.type-slogan .mod-content h3, .slide-content h3 	{ font-size: 32px; line-height: 40px; }
	.type-slogan .mod-content h4, .slide-content h4		{ font-size: 28px; line-height: 34px; }
	.type-slogan .mod-content h5, .slide-content h5 	{ font-size: 24px; line-height: 30px; }
	.type-slogan .mod-content h6, .slide-content h6 	{ font-size: 20px; line-height: 26px; }
	.type-slogan .mod-content p, .slide-content p		{ font-size: 26px; line-height: 32px; }
	.type-slogan .mod-content p.small, .slide-content p.small 	{ font-size: 18px; 	line-height: 24px; 	margin-bottom: 5px; }
	.type-slogan .mod-content p.small-2, .slide-content p.small-2 	{ font-size: 14px; 	line-height: 20px; 	margin-bottom: 5px; }

	.cta-content-wrapper {
		width: 100%;
		text-align: center;
	}

	.type-cta.layout-layout1 .cta-button-wrapper {
		position: static;
		width: 100%;
		margin-top: 30px;
		-moz-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-o-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}
	
	.quadro-service {
		width: 100% !important;
		margin: 0 0 40px 0 !important;
	}

		.quadro-service:last-of-type {
			margin-bottom: 0 !important;
		}

	.services-type2 .image-service .service-icon {
		position: static;
	}

		.services-type2 .image-service .service-icon img {
			width: 100% !important;
			height: auto !important;
		}

	.services-type2 .image-service .service-content-wrapper {
		padding: 0 !important;
	}

	.services-type3 .service-content-wrapper {
		padding: 20px;
	}

	.display-item {
		width: 100% !important;
	}

	.testimonials-type1 {
		padding: 0;
	}

	.type-testimonials .flex-direction-nav {
		display: none;
	}

	.testimonial-item-content {
		padding: 20px !important;
	}

	.team-member {
		width: 100% !important;
		margin: 0 0 30px !important;
	}

		.team-member:last-of-type {
			margin-bottom: 0 !important;
		}

	.magazine-item article,
	.magazine-layout3 .magazine-item article {
		padding: 130px 0 0 0;
		min-height: 0;
	}

		.magazine-item1 article {
			padding: 255px 0 0 0;
		}

	.magazine-item .entry-thumbnail {
		width: 100%;
	}

	.magazine-layout3 .magazine-item .entry-thumbnail {
		width: 100%;
		height: 120px;
	}

	.slide-caption .entry-title {
		font-size: 28px;
		line-height: 38px;
	}

	.caption-type2 .cat-links {
		display: none;
	}

	.portf-item,
	.four-columns:not(.portfolio-grid2) .portf-item,
	.chrome .four-columns:not(.portfolio-grid2) .portf-item,
	.safari .four-columns:not(.portfolio-grid2) .portf-item {
		width: 100% !important;
	}

	.portfolio-layout-margin .portf-item,
	.four-columns:not(.portfolio-grid2).portfolio-layout-margin .portf-item {
		width: 98.5% !important;
		margin: 0 0.75% 15px !important;
	}

	.blog-style-masonry .blog-item {
		width: 100%;
	}

	.blog-style-headlines .blog-item {
		padding: 50px 20px;
	}

	.blog-style-masonry.masonry-margins-true .blog-item {
		width: 98.5%;
	}

	.blog-style-teasers .blog-item {
		padding: 230px 30px 30px 30px;
	}

		.blog-style-teasers .entry-thumbnail {
  			height: 200px;
		}

	.blog-style-classic .entry-title,
	.blog-style-headlines .entry-title,
	.single .entry-title,
	.entry-header.post-big-header .entry-title,
	.entry-header.post-giant-header .entry-title {
		font-size: 32px;
	}

	.logos-still .logo-profile {
		width: 100% !important;
	}

	.quadro-plans {
		display: block;
		margin: 0 !important;
	}

	.quadro-plan {
		display: block;
		float: none;
		width: 100% !important;
		margin: 0 auto 20px !important;
	}

		.quadro-plan:last-of-type {
			margin-bottom: 0 !important;
		}

	.quadro-plan.plan-featured .plan-head {
		margin-top: -30px;
	}

	.ibox-wrapper {
		width: 100%;
		padding: 40px 20px;
	}

	.modules-columns .mod-column {
		width: 100%;
		flex-basis: 100%;
	}

		.modules-columns .mod-column:empty {
			display: none;
		}

	.leadbox-wrapper {
		padding: 40px 20px;
	}

	.leadbox-img {
		margin: -40px -20px 40px;
	}

	.type-leadbox.layout-layout6 .leadbox-wrapper,
	.type-leadbox.layout-layout7 .leadbox-wrapper {
		padding: 60px 20px;
	}

	.type-leadbox.layout-layout6 .leadbox-img,
	.type-leadbox.layout-layout7 .leadbox-img {
		margin: -60px -20px 60px;
	}

	.type-leadbox.layout-layout10 .leadbox-wrapper {
		padding: 0;
	}

	.type-leadbox.layout-layout10 .leadbox-icon {
		position: static;
		margin: 0 auto 30px;
	}

	.type-leadbox.layout-layout10 .leadbox-text-wrapper,
	.type-leadbox.layout-layout10 .leadbox-form-wrapper {
		padding: 0;
	}

	.leadbox-form input[type="text"],
	.leadbox-form input[type="email"],
	.leadbox-form.one-input input[type="email"] {
		width: 100%;
		margin: 0 0 5px;
	}

	.qbtn.at-leadbox-submit,
	.leadbox-form.one-input .qbtn.at-leadbox-submit {
		width: 100%;
		margin-top: 0;
	}

	.type-cgallery.size-small .cgallery-gallery .slides li img,
	.type-cgallery.size-medium .cgallery-gallery .slides li img,
	.type-cgallery.size-large .cgallery-gallery .slides li img {
		width: auto;
		height: auto;
	}

	.type-cgallery.with-margins .cgallery-gallery .slides li img,
	.type-cgallery.center-enabled.with-margins .cgallery-gallery .slides li img {
		margin: 0;
	}

	.type-cgallery .cgallery-gallery li .gallery-caption,
	.type-cgallery.with-margins .cgallery-gallery li .gallery-caption,
	.type-cgallery.center-enabled.with-margins .cgallery-gallery li .gallery-caption {
			left: 5px;
		margin: 0 5px 0 0;
	}

	/* Widgetized Layouts */
	.widg-layout1,
	.widg-layout2,
	.widg-layout3,
	.widg-layout4,
	.widg-layout5 {
		width: 100%;
		margin: 0 0 30px;
	}

}