<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Nayma
Theme URI: https://preview.artisanthemes.io/nayma/
Author: Artisan Themes
Author URI: https://artisanthemes.io/
Description: Powerful and Stylish WordPress Theme for all Purposes
Version: 2.9.6
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
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: #232527;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

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

	h1 { font-size: 40px; }

	h2 { font-size: 36px; }

	h3 { font-size: 26.667px; }

	h4 { font-size: 24px; }

	h5 { font-size: 17.778px; }

	h6 { font-size: 16px; }

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 &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 20px;
}

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: 20px;
	padding: 10px 0 10px 20px;
	border-left: 3px solid #dedede;
	font-size: 115%;
	font-style: italic;
}

	/*.single-post blockquote,
	.single-post q {
		margin: 0 20px 20px;
	}*/

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

cite {
	font-size: 85%;
}

address {
	margin: 0 0 24px;
	padding: 20px;
	background: #fafafa;
	font-size: 90%;
	line-height: 1.8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

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 Monaco, 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 {
	margin: 0 0 24px;
	width: 100%;
}

th {
	font-weight: bold;
}

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 {
	height: 30px;
	background: none;
	border: 1px solid #dedede;
	font-size: 12px;
	text-transform: uppercase;
}

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

button,
a.button,
a.qbtn,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 10px 15px;
	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: 80%;
	color: #fff;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

button:hover,
a.button:hover,
a.qbtn:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
	box-shadow: none;
	text-shadow: none;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;	
}

a.qbtn:hover {
	color: #fff;
}

button:focus,
a.button:focus,
a.qbtn: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;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

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 {
	width: 100%;
	padding: 10px 2%;
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	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 {
	color: #111;
	outline: none;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}

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+ */
}

	textarea:focus {
		-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1) !important;
		box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1) !important;
	}

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;
	margin-bottom: 1px;
	width: auto;
	height: 35px;
	vertical-align: top;
}

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

.post-password-form {
	max-width: 420px;
	margin: 0 auto;
}

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

/* Contact Form 7 Support */
div.wpcf7 {
	max-width: 640px;
	margin: 40px auto;
}

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

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

span.wpcf7-not-valid-tip {
	font-size: 80%;
	background: #fafafa;
	padding: 5px 8px;
}

div.wpcf7-response-output {
	margin: 20px 0;
	padding: 15px 20px;
	border-width: 1px !important;
	font-size: 95%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

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

.wpcf7-submit {
	padding: 15px 20px;
	font-size: 100%;
}

/* 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 {
	color: #231f20;
}

/*a.qbtn,*/
.services-type3 a.service-link {
	padding: 2px 8px;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 80%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*a.qbtn:hover,*/
.services-type3 a.service-link:hover {
	color: #fff !important;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* 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 {
	max-width: 1400px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

	.headerfix .site {
		max-width: none;
		background: none;
	}

	.headerfix .site-main,
	.headerfix .site-header,
	.headerfix .site-footer {
		max-width: 1400px;
		margin: 0 auto;
	}

	.headerfix .site-main,
	.headerfix .site-header {
		background: #fff;
	}

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

	.boxed .site {
		width: 90%;
		margin: 0 auto;
		overflow: visible;
	}

.site-main {
	padding-bottom: 40px;
}

.content-area {
	float: left;
	width: 62%;
	padding-left: 4%;
}

.shape-square .back-to-top,
.shape-square .service-icon,
.shape-square .post-icon,
.shape-square .drop-caption,
.shape-square a.header-cart-link i,
.shape-square .search-icon i,
.shape-square .comment-author img {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.shape-circle .back-to-top,
.shape-circle .service-icon,
.shape-circle .post-icon,
.shape-circle .drop-caption,
.shape-circle a.header-cart-link i,
.shape-circle .search-icon i,
.shape-circle .comment-author img {
	-webkit-border-radius: 300px !important;
	-moz-border-radius: 300px !important;
	border-radius: 300px !important;
}

.slides {
	list-style: none;
	margin: 0;
}

.back-to-top {
	display: none;
	position: fixed;
		bottom: 140px;
		right: 4%;
	width: 50px;
	height: 50px;
	background: #000;
	text-align: center;
	line-height: 50px;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
	-webkit-border-radius: 30px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius: 30px;
	-moz-border-radius-topright: 3px;
	border-radius: 30px;
	border-top-right-radius: 3px;
	-webkit-transition: none;
	-moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
	transition: none;
	z-index: 10;
}

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


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

.site-header {
	position: relative;
	width: 100%;
	/*z-index: 100;*/
	z-index: 999999; /* Checking if this z-index works better */
}

.top-header {
	width: 100%;
	height: 40px;
	max-height: 40px;
	padding: 0 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bottom-header {
	position: relative;
	width: 92%;
	height: 40px;
	padding: 50px 4%;
	line-height: 40px;
}

.site-branding {
	float: left;
}

	.site-title {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}

		.site-title a {
			display: block;
			color: #111;
			-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;
		}

.image-logo {
	margin-top: -10px;
}

.image-logo .site-title a {
	line-height: 0;
}

.image-logo a img {
	height: 60px;
	width: auto;
	-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;
}

	.site-description {
		display: inline-block;
		max-width: 300px;
		margin: 0 0 0 30px;
		padding: 0 0 0 30px;
		font-size: 15px;
		border-left: 1px solid #dedede;
		vertical-align: middle;
	}

.contact-info {
	float: left;
	margin-top: 10px;
	padding-left: 15px;
	line-height: 20px;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.top-header .contact-info:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

	.contact-info p {
		margin-bottom: 0;
		color: #fff;
		font-size: 80%;
	}

.top-right-header {
	float: right;
}

.social-area {
	float: right;
	margin: 5px 0 0;
	list-style: none;
}

.top-right-header .social-area {
	float: left;
	margin-top: 7px;
}

	.social-area li {
		float: left;
	}

		.social-area li a i {
			display: block;
			width: 30px;
			height: 30px;
			margin-left: 2px;
			font-size: 18px;
			line-height: 30px;
			text-align: center;
		}

		.top-right-header .social-area li a i {
			width: 26px;
			height: 26px;
			font-size: 15px;
			line-height: 26px;
		}

		.top-right-header .social-area.icon-style1 li a i {
			font-size: 18px;
		}

			.icon-style1.brand-color .fa-behance		{ color: #1769ff; }
			.icon-style1.brand-color .fa-codepen		{ color: #111111; }
			.icon-style1.brand-color .fa-dribbble 		{ color: #EA4C89; }
			.icon-style1.brand-color .fa-facebook,
			.icon-style1.brand-color .fa-facebook-f 	{ color: #3B5998; }
			.icon-style1.brand-color .fa-flickr 		{ color: #FF0084; }
			.icon-style1.brand-color .fa-github 		{ color: #4183C4; }
			.icon-style1.brand-color .fa-google-plus 	{ color: #DD4B39; }
			.icon-style1.brand-color .fa-instagram 		{ color: #d93175; }
			.icon-style1.brand-color .fa-itunes-note 	{ color: #EA4CC0; }
			.icon-style1.brand-color .fa-linkedin,
			.icon-style1.brand-color .fa-linkedin-in 	{ color: #0766c2; }
			.icon-style1.brand-color .fa-medium			{ color: #111111; }
			.icon-style1.brand-color .fa-facebook-messenger	{ color: #0084ff; }
			.icon-style1.brand-color .fa-pinterest,
			.icon-style1.brand-color .fa-pinterest-p 	{ color: #CB2027; }
			.icon-style1.brand-color .fa-skype 			{ color: #00AFF0; }
			.icon-style1.brand-color .fa-slideshare		{ color: #0077b5; }
			.icon-style1.brand-color .fa-snapchat-ghost	{ color: #fffc00; }
			.icon-style1.brand-color .fa-soundcloud		{ color: #ff8800; }
			.icon-style1.brand-color .fa-spotify		{ color: #1DB954; }
			.icon-style1.brand-color .fa-tumblr 		{ color: #2C4762; }
			.icon-style1.brand-color .fa-twitter 		{ color: #00ACED; }
			.icon-style1.brand-color .fa-vimeo,
			.icon-style1.brand-color .fa-vimeo-square,
			.icon-style1.brand-color .fa-vimeo-v		{ color: #44BBFF; }
			.icon-style1.brand-color .fa-whatsapp 		{ color: #25D366; }
			.icon-style1.brand-color .fa-youtube 		{ color: #C4302B; }

		.icon-style2 li a i,
		.icon-style3 li a i {
			color: #fff;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
		}

		.icon-style3 li a i {
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
		}

			.icon-style2.brand-color .fa-behance, 		.icon-style3.brand-color .fa-behance		{ background-color: #1769ff; color: #fff; }
			.icon-style2.brand-color .fa-codepen, 		.icon-style3.brand-color .fa-codepen		{ background-color: #111111; color: #fff; }
			.icon-style2.brand-color .fa-dribbble, 		.icon-style3.brand-color .fa-dribbble 		{ background-color: #EA4C89; color: #fff; }
			.icon-style2.brand-color .fa-facebook, 		.icon-style3.brand-color .fa-facebook,
			.icon-style2.brand-color .fa-facebook-f, 	.icon-style3.brand-color .fa-facebook-f 	{ background-color: #3B5998; color: #fff; }
			.icon-style2.brand-color .fa-flickr, 		.icon-style3.brand-color .fa-flickr 		{ background-color: #FF0084; color: #fff; }
			.icon-style2.brand-color .fa-github, 		.icon-style3.brand-color .fa-github 		{ background-color: #4183C4; color: #fff; }
			.icon-style2.brand-color .fa-google-plus, 	.icon-style3.brand-color .fa-google-plus 	{ background-color: #DD4B39; color: #fff; }
			.icon-style2.brand-color .fa-instagram, 	.icon-style3.brand-color .fa-instagram 		{ background-color: #d93175; color: #fff; }
			.icon-style2.brand-color .fa-itunes-note, 	.icon-style3.brand-color .fa-itunes-note 	{ background-color: #EA4CC0; color: #fff; }
			.icon-style2.brand-color .fa-linkedin, 		.icon-style3.brand-color .fa-linkedin,
			.icon-style2.brand-color .fa-linkedin-in, 	.icon-style3.brand-color .fa-linkedin-in 	{ background-color: #0766c2; color: #fff; }
			.icon-style2.brand-color .fa-medium, 		.icon-style3.brand-color .fa-medium			{ background-color: #111111; color: #fff; }
			.icon-style2.brand-color .fa-facebook-messenger,	.icon-style3.brand-color .fa-facebook-messenger	{ background-color: #0084ff; color: #fff; }
			.icon-style2.brand-color .fa-pinterest, 	.icon-style3.brand-color .fa-pinterest,
			.icon-style2.brand-color .fa-pinterest-p, 	.icon-style3.brand-color .fa-pinterest-p 	{ background-color: #CB2027; color: #fff; }
			.icon-style2.brand-color .fa-skype, 		.icon-style3.brand-color .fa-skype 			{ background-color: #00AFF0; color: #fff; }
			.icon-style2.brand-color .fa-slideshare, 	.icon-style3.brand-color .fa-slideshare		{ background-color: #0077b5; color: #fff; }
			.icon-style2.brand-color .fa-snapchat-ghost,.icon-style3.brand-color .fa-snapchat-ghost	{ background-color: #fffc00; color: #fff; }
			.icon-style2.brand-color .fa-soundcloud, 	.icon-style3.brand-color .fa-soundcloud		{ background-color: #ff8800; color: #fff; }
			.icon-style2.brand-color .fa-spotify, 		.icon-style3.brand-color .fa-spotify		{ background-color: #1DB954; color: #fff; }
			.icon-style2.brand-color .fa-tumblr, 		.icon-style3.brand-color .fa-tumblr 		{ background-color: #2C4762; color: #fff; }
			.icon-style2.brand-color .fa-twitter, 		.icon-style3.brand-color .fa-twitter 		{ background-color: #00ACED; color: #fff; }
			.icon-style2.brand-color .fa-vimeo, 		.icon-style3.brand-color .fa-vimeo,
			.icon-style2.brand-color .fa-vimeo-square, 	.icon-style3.brand-color .fa-vimeo-square,
			.icon-style2.brand-color .fa-vimeo-v, 		.icon-style3.brand-color .fa-vimeo-v		{ background-color: #44BBFF; color: #fff; }
			.icon-style2.brand-color .fa-whatsapp, 		.icon-style3.brand-color .fa-whatsapp 		{ background-color: #25D366; color: #fff; }
			.icon-style2.brand-color .fa-youtube, 		.icon-style3.brand-color .fa-youtube 		{ background-color: #C4302B; color: #fff; }

		.icon-style4 li a i,
		.icon-style5 li a i {
			width: 28px;
			height: 28px;
			line-height: 28px;
			border: 1px solid;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
		}

		.icon-style5 li a i {
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
		}

		.top-right-header .icon-style4 li a i,
		.top-right-header .icon-style5 li a i {
			width: 24px;
			height: 24px;
			line-height: 24px;
		}

			.icon-style4.brand-color .fa-behance, 		.icon-style5.brand-color .fa-behance		{ border-color: #1769ff; color: #1769ff; }
			.icon-style4.brand-color .fa-codepen, 		.icon-style5.brand-color .fa-codepen		{ border-color: #111111; color: #111111; }
			.icon-style4.brand-color .fa-dribbble, 		.icon-style5.brand-color .fa-dribbble 		{ border-color: #EA4C89; color: #EA4C89; }
			.icon-style4.brand-color .fa-facebook, 		.icon-style5.brand-color .fa-facebook,
			.icon-style4.brand-color .fa-facebook-f, 	.icon-style5.brand-color .fa-facebook-f 	{ border-color: #3B5998; color: #3B5998; }
			.icon-style4.brand-color .fa-flickr, 		.icon-style5.brand-color .fa-flickr 		{ border-color: #FF0084; color: #FF0084; }
			.icon-style4.brand-color .fa-github, 		.icon-style5.brand-color .fa-github 		{ border-color: #4183C4; color: #4183C4; }
			.icon-style4.brand-color .fa-google-plus, 	.icon-style5.brand-color .fa-google-plus 	{ border-color: #DD4B39; color: #DD4B39; }
			.icon-style4.brand-color .fa-instagram, 	.icon-style5.brand-color .fa-instagram 		{ border-color: #d93175; color: #d93175; }
			.icon-style4.brand-color .fa-itunes-note, 	.icon-style5.brand-color .fa-itunes-note 	{ border-color: #EA4CC0; color: #EA4CC0; }
			.icon-style4.brand-color .fa-linkedin, 		.icon-style5.brand-color .fa-linkedin,
			.icon-style4.brand-color .fa-linkedin-in, 	.icon-style5.brand-color .fa-linkedin-in 	{ border-color: #0766c2; color: #0766c2; }
			.icon-style4.brand-color .fa-medium, 		.icon-style5.brand-color .fa-medium			{ border-color: #111111; color: #111111; }
			.icon-style4.brand-color .fa-facebook-messenger,	.icon-style5.brand-color .fa-facebook-messenger	{ border-color: #0084ff; color: #0084ff; }
			.icon-style4.brand-color .fa-pinterest, 	.icon-style5.brand-color .fa-pinterest,
			.icon-style4.brand-color .fa-pinterest-p, 	.icon-style5.brand-color .fa-pinterest-p 	{ border-color: #CB2027; color: #CB2027; }
			.icon-style4.brand-color .fa-skype, 		.icon-style5.brand-color .fa-skype 			{ border-color: #00AFF0; color: #00AFF0; }
			.icon-style4.brand-color .fa-slideshare, 	.icon-style5.brand-color .fa-slideshare		{ border-color: #0077b5; color: #0077b5; }
			.icon-style4.brand-color .fa-snapchat-ghost,.icon-style5.brand-color .fa-snapchat-ghost	{ border-color: #fffc00; color: #fffc00; }
			.icon-style4.brand-color .fa-soundcloud, 	.icon-style5.brand-color .fa-soundcloud		{ border-color: #ff8800; color: #ff8800; }
			.icon-style4.brand-color .fa-spotify, 		.icon-style5.brand-color .fa-spotify		{ border-color: #1DB954; color: #1DB954; }
			.icon-style4.brand-color .fa-tumblr, 		.icon-style5.brand-color .fa-tumblr 		{ border-color: #2C4762; color: #2C4762; }
			.icon-style4.brand-color .fa-twitter, 		.icon-style5.brand-color .fa-twitter 		{ border-color: #00ACED; color: #00ACED; }
			.icon-style4.brand-color .fa-vimeo, 		.icon-style5.brand-color .fa-vimeo,
			.icon-style4.brand-color .fa-vimeo-square, 	.icon-style5.brand-color .fa-vimeo-square,
			.icon-style4.brand-color .fa-vimeo-v, 		.icon-style5.brand-color .fa-vimeo-v		{ border-color: #44BBFF; color: #44BBFF; }
			.icon-style4.brand-color .fa-whatsapp, 		.icon-style5.brand-color .fa-whatsapp 		{ border-color: #25D366; color: #25D366; }
			.icon-style4.brand-color .fa-youtube, 		.icon-style5.brand-color .fa-youtube 		{ border-color: #C4302B; color: #C4302B; }

		.social-area li:hover a i {
			zoom: 1;
			filter: alpha(opacity=70);
			opacity: 0.7;
		}

.header-cart {
	position: relative;
	float: right;
	line-height: 20px;
}

	a.header-cart-link {
		position: relative;
		display: block;
		padding: 5px 0 10px 10px;
		color: #fff !important;
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

		a.header-cart-link i {
			width: 30px;
			height: 30px;
			background: #eee;
			background: rgba(0, 0, 0, 0.1);
			text-align: center;
			line-height: 30px;
			-webkit-border-radius: 30px;
			-webkit-border-bottom-right-radius: 3px;
			-moz-border-radius: 30px;
			-moz-border-radius-bottomright: 3px;
			border-radius: 30px;
			border-bottom-right-radius: 3px;
		}

		a.header-cart-link span {
			position: absolute;
				top: -5px;
				right: -5px;
			width: 100%;
			text-align: center;
			font-size: 11px;
			color: #333;
		}

		.header-cart:hover a.header-cart-link {
			color: #fff;
			zoom: 1;
			filter: alpha(opacity=80);
			opacity: 0.8;
		}

	.cart-contents {
		display: none;
		position: absolute;
			top: 50px;
			right: -10px;
		width: 250px;
		margin-top: -10px;
		padding: 10px;
		background: #fff;
		border: 4px solid #232527;
		-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2) ;
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
		z-index: 9;
	}

		.cart-contents:after {
			position: absolute;
				bottom: 100%;
				right: 15px;
			height: 0;
			width: 0;
			margin-bottom: 3px;
			content: " ";
			pointer-events: none;
			border: solid transparent;
			border-color: transparent;
			border-bottom-color: #232527;
			border-width: 6px;
		}

		.cart-empty-msg {
			margin-bottom: 0;
			padding: 10px;
			font-size: 85%;
			text-align: center;
			color: #888;
		}

		.cart-contents ul {
			list-style: none;
			margin: 0;
		}

			.cart-content {
				padding: 5px;
				webkit-transition: background 0.5s ease;
				-moz-transition: background 0.5s ease;
			    -ms-transition: background 0.5s ease;
			    -o-transition: background 0.5s ease;
				transition: background 0.5s ease;
			}

			.cart-content:hover {
				background: #efefef;
			}

				.cart-content img {
					float: left;
					width: 56px;
					padding: 3px;
					border: 1px solid #dedede;
				}

				.product-details {
					float: right;
					width: 160px;
				}

					.product-title {
						font-size: 90%;
						color: #111;
					}

					.header-cart .product-quantity {
						display: block;
						font-size: 80%;
						color: #888;
					}

						.header-cart .product-quantity:before {
							content: "\00A0";
							width: 30px;
							height: 1px;
							margin: 5px 0;
							display: block;
							background-color: #dedede;
						}

		.cart-total {
			margin: 10px 5px;
			padding: 10px 0;
			border-top: 1px solid #dedede;
			border-bottom: 1px solid #dedede;
			font-size: 75%;
			text-transform: uppercase;
			color: #555;
			text-align: center;
		}
			
			.cart-total p {
				margin-bottom: 0;
			}

			.cart-total .amount {
				font-size: 130%;
			}

		.cart-actions {
			margin: 0 5px;
			padding: 5px 0 0;
		}

			.cart-actions div {
				float: left;
				display: inline-block;
				width: 117px;
				text-align: center;
			}

			.cart-link {
			}

			.checkout-link {
				margin-left: 6px;
			}

				.cart-actions div a {
					display: block;
					padding: 10px 0;
					border: 1px solid #dedede;
					font-size: 75%;
					text-transform: uppercase;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
				}

				.checkout-link a:after {
					font-family: 'FontAwesome';
					content: "\f178";
					margin-left: 3px;
				}

				.cart-actions div a:hover {
					color: #fff;
				}

.search-area {
	float: right;
	line-height: 20px;
	position: relative;
}


	.search-icon {
		display: block;
		float: left;
		padding: 5px 0 5px 5px;
		color: #fff;
		cursor: pointer;
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

		.search-area .search-icon:hover {
			zoom: 1;
			filter: alpha(opacity=80);
			opacity: 0.8;
		}

		.search-icon i {
			width: 30px;
			height: 30px;
			background: #eee;
			background: rgba(0, 0, 0, 0.1);
			text-align: center;
			line-height: 30px;
			-webkit-border-radius: 30px;
			-webkit-border-bottom-right-radius: 3px;
			-moz-border-radius: 30px;
			-moz-border-radius-bottomright: 3px;
			border-radius: 30px;
			border-bottom-right-radius: 3px;
		}

	.search-slide {
		display: none;
		position: absolute;
			top: 35px;
			right: -10px;
		width: 240px;
		margin-top: -5px;
		padding: 5px;
		background: #fff;
		border: 4px solid #232527;
		z-index: 10;
		-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2) ;
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
		-webkit-transition: margin 0.2s ease;
		-moz-transition: margin 0.2s ease;
	    -ms-transition: margin 0.2s ease;
	    -o-transition: margin 0.2s ease;
		transition: margin 0.2s ease;
	}

		.search-open .search-slide {
			margin-top: 5px;
		}

	.search-slide:after {
		position: absolute;
			bottom: 100%;
			right: 15px;
		height: 0;
		width: 0;
		margin-bottom: 3px;
		content: " ";
		pointer-events: none;
		border: solid transparent;
		border-color: transparent;
		border-bottom-color: #232527;
		border-width: 6px;
	}

		.search-slide label {
			float: left;
		}

			.search-slide .screen-reader-text {
				font-size: 13px;
			}

			.search-slide .search-field {
				display: block;
				width: 170px;
				height: 34px;
				padding: 0 10px;
				border: none;
				background: #fff;
				color: #111;
				font-size: 13px;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;				
			}

				.search-slide .search-field:focus {
					outline: none;
					color: #111;
				}

			.search-slide .search-submit {
				display: block;
				width: 70px;
				padding: 0;
				font-size: 70%;
				line-height: 34px;
				height: 34px;
				text-align: center;
			}

.qi-login-link {
	position: relative;
	float: right;
	margin: 5px 0 0 6px;
	padding-bottom: 10px;
}

.site-header-type4 .qi-login-link {
	position: absolute;
		top: 45px;
		right: 4%;
	margin: 0 70px 0 0;
}

	.qi-login-link &gt; a {
		display: block;
		padding: 5px 20px;
		background: rgba(0, 0, 0, 0.1);
		color: #fff !important;
		font-size: 80%;
		line-height: 20px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

		.qi-login-link &gt; a:hover {
			background: rgba(0, 0, 0, 0.3);
		}

	.qi-login-link &gt; a i {
		margin-right: 8px;
	}

#user-navigation {
	display: none;
	position: absolute;
		top: 40px;
		right: -10px;
	width: 192px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 4px solid #232527;
	text-align: left;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	z-index: 9;
}

.top-header #user-navigation {
		top: 35px;
}

#user-navigation:after {
	position: absolute;
		bottom: 100%;
		right: 15px;
	height: 0;
	width: 0;
	margin-bottom: 3px;
	content: " ";
	pointer-events: none;
	border: solid transparent;
	border-color: transparent;
	border-bottom-color: #232527;
	border-width: 6px;
}

	#user-navigation ul.menu {
		margin: 0;
	}

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

			#user-navigation ul.menu li a {
				margin: 0 20px;
				padding: 15px 0;
				background: none;
				border-top: 1px solid #eee;
				color: #888;
				font-size: 85%;
				line-height: 1.5;
			}

				#user-navigation ul:first-child ul &gt; li:first-child &gt; a {
					border: none;
				}

				#user-navigation ul.menu li a:hover {
					color: #000;
					padding-left: 2px;
				}

				#user-navigation ul.menu li.current_page_item &gt; a,
				#user-navigation ul.menu li.current-menu-item &gt; a {
					color: #000;
				}

/* Topper Header */
.topper-header {
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	z-index: 99;
}

.widgetized-header {
	display: none;
	width: 100%;
	padding: 40px 4% 0;
	background: #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-handler {
	position: absolute;
		bottom: 0;
		right: 0;
	margin-bottom: -38px;
	width: 0px;
	border-left: 38px solid rgba(0, 0, 0, 0);
	border-top: 38px solid;
	cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.58;
	-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-handler:before {
		font-family: 'FontAwesome';
		content: "\f067";
		font-size: 12px;
		color: #555;
		position: absolute;
			top: -34px;
			right: 6px;
	}

	.header-handler.open-header:before {
		content: "\f077";
	}

	.header-handler:hover,
	.open-header {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

.widgetized-header .widget {
	margin: 0 0 40px;
}

/* Top Notice */
.topper-notice {
	position: relative;
	width: 100%;
	padding: 12px 7% 12px 4%;
	background: #232527;
	color: #fff;
	text-align: center;
	font-size: 85%;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.topper-notice p {
	display: inline;
	margin-bottom: 0;
}

.notice-callto a {
	display: inline-block;
	margin-left: 10px;
}

.notice-dismiss {
	position: absolute;
		top: 12px;
		right: 4%;
	cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

	.notice-dismiss:before {
		font-family: 'FontAwesome';
		content: "\f00d";
		font-size: 15px;
		color: #fff;
	}

	.notice-dismiss:hover {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

#sticky-navigation {
	display: none;
}


/* =Top Menu
----------------------------------------------- */

.top-header nav {
	display: block;
	float: left;
}

.top-header nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.top-header nav ul:first-child &gt; li {
	position: relative;
	float: left;
}

.top-header nav ul:first-child &gt; li a {
	display: block;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 20px;
}

	.top-header nav ul:first-child &gt; li:hover &gt; a  {
		background: #2C2C2C;
		color: #fff;
	}

	.top-header nav ul:first-child &gt; li.current_page_item &gt; a,
	.top-header nav ul:first-child &gt; li.current-menu-item &gt; a {
		zoom: 1;
		filter: alpha(opacity=80);
		opacity: 0.8;
	}

.top-header nav ul:first-child &gt; li &gt; ul {
	display: none;
	float: left;
	position: absolute;
		top: 40px;
		left: 0;
	width: 200px;
	background: #2C2C2C;
	z-index: 99999;	
}

.top-header nav ul ul li {
	position: relative;
}

.top-header nav ul ul ul {
	display: none;
	float: left;
	position: absolute;
		top: 0;
		right: 100%;
	width: 200px;
	background: #2C2C2C;
	z-index: 99999;	
}

.top-header nav ul:first-child &gt; li ul li a {
	margin: 0 15px;
	padding: 10px 0;
	border-top: 1px solid #666;
	color: #aaa;
	font-size: 85%;
	line-height: 1.5;
	-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;
}

	.top-header nav ul:first-child ul &gt; li:first-child &gt; a {
		border: none;
	}

	.top-header nav ul:first-child &gt; li ul li a:hover {
		color: #fff;
		padding-left: 2px;
	}

.top-header nav ul li:hover &gt; ul {
	display: block;
}

.top-header .sub-menu li.current_page_item &gt; a,
.top-header .sub-menu li.current-menu-item &gt; a {
	background: none;
	color: #fff;
	font-weight: bold;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
	margin: 0;
	color: #fff;
	font-size: 100%;
	line-height: 40px;
	-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;
}

.menu-toggle:before {
	font-family: 'FontAwesome';
    content: "\F0C9";
    margin-right: 3px;
}

@media screen and (max-width: 959px) {
	
	.top-header nav.secondary-navigation .nav-menu {
		display: none;
	}

	.menu-toggle,
	.top-header nav.secondary-navigation.toggled .nav-menu {
		display: block;
	}

	.toggled .menu-toggle {
		background: #232527;
		padding: 0 20px;
	}

	.top-header nav.secondary-navigation {
		position: relative;
	}

	.top-header nav.secondary-navigation .nav-menu {
		position: absolute;
			top: 40px;
			left: 0;
		width: 280px;
		padding: 0 20px 20px;
		background: #232527;
		z-index: 9;
		-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.top-header nav.secondary-navigation ul:first-child &gt; li {
		float: none;
		clear: both;
	}

	.top-header nav.secondary-navigation ul:first-child &gt; li &gt; ul {
		display: block;
		position: static;
		width: 100%;
		background: none;
		border-top: 1px solid #444;
		border-bottom: 1px solid #444;
	}

	.top-header nav.secondary-navigation ul:first-child li a {
		color: #aaa !important;
	}

	.top-header nav.secondary-navigation ul:first-child &gt; li a {
		margin: 0 !important;
		font-size: 90% !important;
	}

	.top-header nav.secondary-navigation ul:first-child &gt; li ul li a {
		color: #fff;
		border: none;
		text-transform: none;
	}

}


/* =Secondary Menu
----------------------------------------------- */

nav.secondary-navigation ul:first-child &gt; li a {
	margin-right: 15px;
	padding: 10px 0;
	font-size: 11px;
	text-transform: uppercase;
}

nav.secondary-navigation ul:first-child &gt; li &gt; ul {
	left: -15px;
}

nav.secondary-navigation ul ul ul {
	right: auto;
	left: 100%;
}

nav.secondary-navigation ul:first-child &gt; li ul li a {
	font-size: 11px;
}

nav.secondary-navigation ul:first-child &gt; li:hover &gt; a {
	background: none;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/* =Bottom Menu
----------------------------------------------- */

.bottom-header nav {
	display: block;
	float: right;
}

.bottom-header nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.bottom-header nav ul:first-child &gt; li {
	float: left;
	position: relative;
	padding-bottom: 10px;
	margin-left: 30px;
}

.bottom-header nav ul:first-child &gt; li &gt; a {
	padding: 7px 0 10px;
	display: block;
	line-height: 20px;
	max-height: 20px;
	border-top: 3px solid transparent;
}

.menu-item-has-children &gt; a:after,
.page_item_has_children &gt; a:after  {
	font-family: 'FontAwesome';
	content: "\f107";
	margin-left: 5px;
	font-size: 12px;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

	.bottom-header nav ul:first-child &gt; li:hover &gt; a  {
		border-top: 3px solid;
	}

	.bottom-header nav ul:first-child &gt; li.current_page_item &gt; a,
	.bottom-header nav ul:first-child &gt; li.current-menu-item &gt; a {
		border-top: 3px solid;
		padding-top: 7px;
	}

.bottom-header nav ul:first-child &gt; li &gt; ul {
	display: none;
	float: left;
	position: absolute;
		top: 50px;
		left: 50%;
	width: 222px;
	margin-left: -114px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	z-index: 99999;	
}

	.bottom-header nav ul:first-child &gt; li &gt; ul:after, .bottom-header nav ul:first-child &gt; li &gt; ul:before {
		position: absolute;
			bottom: 100%;
			left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		pointer-events: none;
	}

	.bottom-header nav ul:first-child &gt; li &gt; ul:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #ffffff;
		border-width: 8px;
		margin-left: -8px;
	}

	.bottom-header nav ul:first-child &gt; li &gt; ul:before {
		border-color: rgba(238, 238, 238, 0);
		border-bottom-color: #eeeeee;
		border-width: 10px;
		margin-left: -10px;
	}

.bottom-header nav ul ul li {
	position: relative;
}

.bottom-header nav ul ul ul {
	display: none;
	float: left;
	position: absolute;
		top: -2px;
		right: 100%;
	width: 222px;
	margin-left: -10px;
	background: #fff;
	border: 1px solid #EEE;
	-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	z-index: 99999;
}

	.bottom-header nav ul ul ul:after, .bottom-header nav ul ul ul:before {
		position: absolute;
			left: 100%;
			top: 20px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		pointer-events: none;
	}

	.bottom-header nav ul ul ul:after {
		border-color: rgba(255, 255, 255, 0);
		border-left-color: #ffffff;
		border-width: 8px;
		margin-top: -8px;
	}

	.bottom-header nav ul ul ul:before {
		border-color: rgba(238, 238, 238, 0);
		border-left-color: #eeeeee;
		border-width: 10px;
		margin-top: -10px;
	}

.bottom-header nav ul:first-child &gt; li ul li a {
	display: block;
	margin: 0 20px;
	padding: 15px 0;
	border-top: 1px solid #eee;
	color: #888;
	font-size: 85%;
	line-height: 1.5;
	-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;
}

	.bottom-header nav ul:first-child ul &gt; li:first-child &gt; a {
		border: none;
	}

	.bottom-header nav ul:first-child &gt; li ul li a:hover {
		color: #000;
		padding-left: 2px;
	}

.bottom-header nav ul li:hover &gt; ul {
	display: block;
}

.bottom-header .sub-menu li.current_page_item &gt; a,
.bottom-header .sub-menu li.current-menu-item &gt; a {
	background: none;
	text-decoration: underline;
}

/* Small menu */
.menu-slider {
	display: none;
	float: right;
	clear: none;
	margin: 0;
	font-size: 38px;
	line-height: 40px;
	cursor: pointer;
}

.top-header .menu-slider {
	font-size: 28px;
}

.top-header .menu-slider a {
	padding: 2px 15px 0 30px;
}

	.menu-slider span {
		display: inline-block;
		text-indent: -9999px;
	}

.menu-slider-sticky {
	display: none;
}

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

	.bottom-header .main-navigation,
	.top-header .main-navigation {
		display: none;
	}

	.mm-opened.main-navigation {
		display: block;
	}

}


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

/* Type 1 */
.site-header-type1 a.header-cart-link span,
.site-header-type2 a.header-cart-link span {
	color: #fff;
}


/* Type 2 */
.site-header-type2 .top-header nav {
	float: right;
}

.site-header-type2 .header-cart {
	float: left;
}

	.site-header-type2 a.header-cart-link {
		padding: 5px 10px 10px 0;
	}

		.site-header-type2 a.header-cart-link span {
			right: auto;
			left: -5px;
		}

	.site-header-type2 .cart-contents {
		right: auto;
		left: -10px;
	}

		.site-header-type2 .cart-contents:after {
			right: auto;
			left: 15px;
		}

.site-header-type2 .search-area {
	float: left;
}

.site-header-type2 .search-icon {
	padding: 5px 10px 5px 0;
}

.site-header-type2 .search-slide {
	right: auto;
	left: -10px;
}

	.site-header-type2 .search-slide:after {
		right: auto;
		left: 15px;
	}

.site-header-type2 .contact-info {
	padding-left: 0;
}

/* Type 3 */
.site-header-type3 .top-header {
	display: none;
}

.site-header-type3 .bottom-header {
	padding: 30px 4%;
}

.site-header-type3 .site-description {
	display: none;
}

.site-header-type3 .bottom-header nav {
	margin-right: 20px;
}

.site-header-type3 .bottom-header nav .nav-menu &gt; li {
	padding-bottom: 25px;
}

.site-header-type3 .bottom-header nav .nav-menu &gt; li &gt; ul {
	top: 65px;
}

.site-header-type3 .header-cart {
	float: right;
}

	.site-header-type3 .cart-contents {
		top: 55px;
	}

.site-header-type3 .search-area {
	float: right;
}

	.site-header-type3 .search-slide {
		top: 40px;
	}

/* Type 4 */
.site-header-type4 .top-header {
	display: none;
}

.site-header-type4 .bottom-header {
	width: 100%;
	height: auto;
	padding: 20px 0 0;
	line-height: inherit;
}

.site-header-type4 .site-branding {
	float: none;
	margin-bottom: 30px;
	text-align: center;
}

.site-header-type4 .site-title {
	display: block;
}

.site-header-type4 .site-description {
	max-width: 40%;
	margin: 10px 0 0;
	padding: 0;
	border: none;
}

.site-header-type4 .bottom-header nav {
	width: 100%;
	height: 45px;
	padding: 10px 0 0;
	text-align: center;
}

.site-header-type4 .bottom-header nav ul:first-child &gt; li {
	float: none;
	display: inline-block;
	padding-bottom: 6px;
	margin: 0 15px;
}

.site-header-type4 .bottom-header nav ul:first-child &gt; li &gt; a {
	color: #fff;
	padding: 8px 0;
}

.site-header-type4 .bottom-header nav ul:first-child &gt; li:hover &gt; a,
.site-header-type4 .bottom-header nav ul:first-child &gt; li.current_page_item &gt; a,
.site-header-type4 .bottom-header nav ul:first-child &gt; li.current-menu-item &gt; a {
	background: none;
	border-top: 2px solid #fff;
	padding-top: 6px;
	color: #fff;
}

.site-header-type4 .bottom-header nav ul:first-child &gt; li &gt; ul {
	top: 42px;
}

.site-header-type4 .bottom-header nav ul ul ul {
	right: auto;
	left: 100%;
}

	.site-header-type4 .bottom-header nav ul ul ul:after,
	.site-header-type4 .bottom-header nav ul ul ul:before {
		left: auto;
		right: 100%;
	}

	.site-header-type4 .bottom-header nav ul ul ul:after {
		border-left-color: transparent;
		border-right-color: #ffffff;
	}

	.site-header-type4 .bottom-header nav ul ul ul:before {
		border-left-color: transparent;
		border-right-color: #eeeeee;
	}

.site-header-type4 .contact-wrapper {
	position: absolute;
		top: 40px;
		left: 4%;
	margin-top: 0;
	padding-left: 0;
	border: none;
	text-align: center;
}

	.site-header-type4 .contact-info {
		float: none;
		margin: 0 0 10px;
		padding: 0;
	}

		.site-header-type4 .contact-info p {
			color: #000;
		}

		.site-header-type4 .contact-info:after {
			content: "\00A0";
			width: 60px;
			height: 1px;
			margin: 10px auto 0;
			display: block;
			background-color: #dedede;
		}

	.site-header-type4 .site-header .social-area {
		float: none;
	}

		.site-header-type4 .site-header .social-area li {
			float: none;
			display: inline-block;
		}

.site-header-type4 .search-area,
.site-header-type4 .header-cart {
	position: absolute;
		top: 40px;
		right: 4%;
	line-height: 20px;
}

.site-header-type4 .header-cart {
	margin-right: 35px;
}

	.site-header-type4 a.header-cart-link {
		padding-bottom: 15px;
	}

		.site-header-type4 .header-cart:hover a.header-cart-link {
			color: #aaa;
		}

	.site-header-type4 .cart-contents {
		top: 55px;
	}

.site-header-type4 .search-slide {
	top: 40px;
}

.site-header-type4 .menu-slider {
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

	.site-header-type4 .menu-slider a {
		color: #fff;
	}
	

/* =Modules
----------------------------------------------- */

.page-template-template-modular-php .site-main,
.page-template-template-blog-php .site-main,
.page-template-template-portfolio-php .site-main,
.single-quadro_mods .site-main {
	padding-bottom: 0;
}

.page-template-template-modular-php .page-header,
.page-template-template-blog-php .page-header,
.page-template-template-portfolio-php .page-header {
	margin-bottom: 0;
}

.quadro-mod {
	position: relative;
	clear: both;
	width: 100%;
	padding: 60px 4%;
	background-repeat: repeat;
	background-position: center;
	/*background-attachment: local;*/ /* Removed from here and added the rule just when it's parallax */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

	.quadro-mod.overlay-on:after {
		content: "";
		position: absolute;
			top: 0;
			left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: #000;
		zoom: 1;
		filter: alpha(opacity=55);
		opacity: 0.55;
		z-index: 1;
	}

	.quadro-mod.type-slider.overlay-on:after {
		display: none;
	}

	.quadro-mod.parallax-back {
		background-position: top center;
		background-size: initial !important;
		background-attachment: local;
	}

.inner-mod {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.quadro-mod &gt; *:last-child,
.quadro-mod &gt; *:last-child &gt; *:last-child,
.quadro-mod &gt; *:last-child &gt; *:last-child &gt; *:last-child {
  margin-bottom: 0;
}

.mod-header {
	text-align: center;
	margin-bottom: 40px;
}

.mod-title {
	margin-bottom: 0;
	font-size: 52px;
	line-height: 1.2;
}

	.mod-title:after {
		content: "\00A0";
		display: block;
		width: 100px;
		height: 4px;
		margin: 20px auto 0;
		background-color: #ddd;
		zoom: 1;
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

.mod-editor-content {	
	margin-bottom: 40px;
	padding: 30px 0;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	font-size: 110%;
	text-align: center;
}

	.mod-editor-content p:last-child {
		margin-bottom: 0;
	}

	.portfolio-layout-full .mod-editor-content {
		border: none;
		margin-bottom: 0;
		padding: 40px 4%; 
	}

	.type-carousel .mod-editor-content {
		margin-bottom: 0;
		padding: 30px 4%;
	}

	.classic-blog .mod-editor-content {
		margin: 0 4% 40px;
	}

/* =Modules Columns Module
----------------------------------------------- */
.type-columns {
	padding: 40px 4%;
}

.modules-columns {
	margin: 0 -20px;
}

.modules-columns .quadro-mod,
.modules-columns .quadro-mod.type-image.shadow-on {
	padding: 20px;
}

.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;
	}
}

/* =Sliders
----------------------------------------------- */

.type-slider,
.type-rev-slider {
	width: 100%;
	min-height: 200px;
	padding: 0;
}

.rev_slider_wrapper {
	left: 0 !important;
	max-width: 1400px !important;
	z-index: 9 !important;
}

	.tp-leftarrow {
		left: 20px !important;
	}

	.tp-rightarrow {
		right: 20px !important;
	}

.flexslider {
	overflow: hidden;
}

.quadro-slides {
	overflow: hidden;
}

	.quadro-slides li {
		display: none;
		line-height: 0;
	}

		.quadro-mod.overlay-on .quadro-slides li {
			background: #000;
		}

	.quadro-slides li:first-child {
		display: block;
	}

		.quadro-slides li img {
		}

			.quadro-mod.overlay-on .quadro-slides li img {
				zoom: 1;
				filter: alpha(opacity=50);
				opacity: 0.50;
			}

/* Slider Large */
body:not(.landing-enabled) .slider-large:first-of-type {
	margin-top: -150px;
	float: left;
}

	body:not(.landing-enabled).site-header-type3 .slider-large:first-of-type {
		margin-top: -100px;
		float: left;
	}

	body:not(.landing-enabled).site-header-type4 .slider-large:first-of-type {
		margin-top: 0;
	}

	body:not(.landing-enabled) .no-header-hide .slider-large:first-of-type {
		margin-top: 0;
	}

/* Slider Regular */
.slider-regular {
	width: 100%;
	padding: 40px 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slider-regular ul.slides {
	background: #000;
}

/* Slider Captions */
.slide-caption {
	position: absolute;
		top: 50%;
	display: block;
	line-height: 1.5;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.left {
	left: 8%;
}

.right {
	right: 8%;
}

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

.drop-caption {
	width: 300px;
	height: 300px;
	margin: auto 0 !important;
	padding: 60px 40px;
	color: #fff;
	text-align: center;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.slider-large .drop-caption {
}

	.drop-caption.left {
		-webkit-border-radius: 150px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius: 150px;
		-moz-border-radius-topright: 3px;
		border-radius: 150px;
		border-top-right-radius: 3px;
	}

	.drop-caption.right {
		-webkit-border-radius: 150px;
		-webkit-border-top-left-radius: 3px;
		-moz-border-radius: 150px;
		-moz-border-radius-topleft: 3px;
		border-radius: 150px;
		border-top-left-radius: 3px;
	}

	.drop-caption a.slider-caption-link {
		display: block;
		width: 100%;
		height: 100%;
	}

	.drop-caption h3.slide-caption-title {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.drop-caption p {
		padding-top: 15px;
		border-top: 1px dashed #fff;
		margin-bottom: 0;
	}

	.drop-caption span.slider-caption-rmore {
		display: none;
	}

.striped-caption {
	width: auto;
	padding: 0;
	color: #fff;
	text-align: left;
}
	
	.striped-caption h3.slide-caption-title {
		font-size: 52px;
	}

	.striped-caption h3.slide-caption-title,
	.striped-caption .caption-text,
	.striped-caption span.slider-caption-rmore {
		float: left;
		max-width: 680px;
		margin-bottom: 3px;
		padding: 5px 20px;
		background: #000;
		webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		clear: both;
	}

	.striped-caption p {
		font-size: 28px;
		margin-bottom: 0;
	}

	.striped-caption .caption-text * {
		margin-bottom: 0;
	}

	.striped-caption span.slider-caption-rmore {
		padding: 10px 15px;
		text-transform: uppercase;
	}

	.striped-caption.right {
		text-align: right;
	}

	.striped-caption.right h3.slide-caption-title, 
	.striped-caption.right .caption-text,
	.striped-caption.right span.slider-caption-rmore {
		float: right;
	}

	.slider-regular .striped-caption.left {
		left: 2%;
	}

	.slider-regular .striped-caption.right {
		right: 2%;
	}

	.slider-large .striped-caption {
	}

		.slider-large .striped-caption.left {
			left: 4%;
		}

		.slider-large .striped-caption.right {
			right: 4%;
		}

.headline-caption {
		left: 0;
		right: 0;
  	width: 80%;
  	margin: 0 auto;
	text-align: center;
	color: #fff;
  	text-transform: uppercase;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	overflow: hidden;
}

	.headline-caption h3.slide-caption-title {
		font-size: 82px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.headline-caption p {
		font-size: 40px;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.headline-caption span.slider-caption-rmore {
		display: inline-block;
		padding: 8px 15px;
		border: 2px solid #fff;
		color: #fff;
	}

		.headline-caption span.slider-caption-rmore:hover {
			background: #fff;
			color: #000;
		}

.slider-large .headline-caption {
}

.slider-regular .headline-caption {
	width: 92%;
}

/* Slider Controls */
.flex-direction-nav {
	list-style: none;
	margin: 0;
}

	.flex-direction-nav li a,
	.slick-arrow {
		position: absolute;
	  		top: 0;
	  		bottom: 0;
		display: inline-block;
		width: 60px;
		height: 60px;
		margin-top: auto;
	  	margin-bottom: auto !important;
		text-align: center;
	  	line-height: 60px;
		text-indent: -9999px;
		zoom: 1;
		filter: alpha(opacity=70);
		opacity: 0.7;
	 	overflow: hidden;
	 	z-index: 999;  	
	}

	.slick-arrow {
		cursor: pointer;
	}
	
	.flex-prev, .slick-arrow.slick-prev { left: 0; }
	.flex-next, .slick-arrow.slick-next { right: 0; }

	.tp-rightarrow.default,
	.tp-leftarrow.default {
		width: 60px !important;
		height: 60px !important;
		margin-top: -30px !important;
	  	margin-bottom: auto !important;
		background-image: none !important;
		text-align: center !important;
	  	line-height: 60px !important;  	
	}

		.flex-prev:before,
		.flex-next:before,
		.slick-arrow.slick-prev:before,
		.slick-arrow.slick-next:before,
		.tp-rightarrow.default:before,
		.tp-leftarrow.default:before {
			font-family: 'FontAwesome';
			font-size: 20px;
			color: #fff;
			text-indent: 0;
			float: left;
			width: 100%;
		}

			.flex-prev:before,
			.slick-arrow.slick-prev:before,
			.tp-leftarrow.default:before {
				content: "\f053";
			}

			.flex-next:before,
			.slick-arrow.slick-next:before,
			.tp-rightarrow.default:before {
				content: "\f054";
			}

	.flex-direction-nav li a:hover,
	.slick-arrow:hover {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.slider-wide .flex-prev { margin-left: -60px; }
	.slider-wide .flex-next { margin-right: -60px; }

	.slider-wide:hover .flex-prev { margin-left: 0; }
	.slider-wide:hover .flex-next { margin-right: 0; }

	.slider-regular .flex-direction-nav {
		position: absolute;
			bottom: 60px;
			right: 5%;
		width: 135px;
		z-index: 999;
	}

	.slider-large .flex-direction-nav {
		position: absolute;
			bottom: 20px;
			right: 4%;
		width: 123px;
		z-index: 999;
	}

	.slider-large .flex-direction-nav a,
	.slider-regular .flex-direction-nav a {
		position: static;
		float: left;
	}

	.slider-large .flex-direction-nav .flex-prev,
	.slider-regular .flex-direction-nav .flex-prev {
		margin-right: 3px;
	}


.flex-control-nav {
	list-style: none;
	margin: 0;
	position: absolute;	
		bottom: 20px;
		left: 4%;
	line-height: 8px;
	z-index: 99;
}

	.flex-control-nav li {
		display: inline;
	}

	.flex-control-nav li a {
		display: inline-block;
		width: 80px;
		height: 8px;
		background-color: #000;
		text-indent: -9999px;
		zoom: 1;
		filter: alpha(opacity=70);
		opacity: 0.7;
		cursor: pointer;
	}

	.flex-control-nav li a:hover {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
		margin: 0 5px;
	}

	.slider-wide .flex-control-nav {
			bottom: 0;
			left: 0;
		text-align: center;
		width: 100%;
	}

	.slider-regular .flex-control-nav {
		display: none;
	}

	.slider-large .flex-control-nav li a {
		width: 40px;
		margin-right: 3px;
	}

/* Crelly Slider Module */
.crellyslider &gt; .cs-navigation &gt; .cs-slide-link,
.crellyslider &gt; .cs-controls &gt; .cs-previous, .crellyslider &gt; .cs-controls &gt; .cs-next {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.crellyslider &gt; .cs-navigation &gt; .cs-slide-link {
	width: 80px;
	height: 8px;
}

@media only screen and (max-width: 759px) {
	.crellyslider &gt; .cs-navigation &gt; .cs-slide-link {
		width: 20px;
		height: 6px;
	}

	.crellyslider &gt; .cs-controls &gt; .cs-next, .crellyslider &gt; .cs-controls &gt; .cs-previous {
		width: 40px !important;
		height: 40px !important;
		margin-top: -20px !important;
		line-height: 40px !important;
	}

	.crellyslider &gt; .cs-controls &gt; .cs-next:before, .crellyslider &gt; .cs-controls &gt; .cs-previous:before {
		font-size: 14px;
	}
}

/* =Services Module
----------------------------------------------- */

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

/* Type 1 */
.services-type1 .quadro-services li {
	float: left;
	height: 400px;
	padding: 20px 30px;
	text-align: center;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-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;
	overflow: hidden;
}

	.services-type1.three-columns .quadro-services li {
		width: 33.3333%;
	}

		.chrome .services-type1.three-columns .quadro-services li,
		.safari .services-type1.three-columns .quadro-services li {
			width: 33.333333%;
		}

		.services-type1.three-columns .quadro-services li:nth-child(3n+1) {
			clear: left;
		}

	.services-type1.four-columns .quadro-services li {
		width: 25%;
	}

		.services-type1.four-columns .quadro-services li:nth-child(4n+1) {
			clear: left;
		}

.services-type1 .quadro-services li:hover {
	color: #fff;
}

.services-type1 .quadro-services li a {
	display: block;
}

.services-type1 .quadro-service header {
	-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;
}

.service-icon img {
	width: 100%;
	height: auto;
}

.services-type1 .service-icon {
	display: inline-block;
	width: 160px;
	height: 160px;
	margin: 0 auto 40px;
	-webkit-border-radius: 80px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius: 80px;
	-moz-border-radius-bottomleft: 3px;
	border-radius: 80px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
}

	.services-type1 .service-icon i {
		font-size: 100px;
		line-height: 160px;
		color: #fff;
	}

.services-type1 .quadro-service h2 {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 5px;
	color: #111;
}

.services-type1 .service-tagline {
	color: #888;
}

	.services-type1 .quadro-services li:hover h2,
	.services-type1 .quadro-services li:hover .service-tagline {
		color: #fff;
	}

	.services-type1 .quadro-services li:hover header {
		margin: -190px 0 10px;
	}

.services-type1 .service-content {
	display: none;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px dashed #fff;
	font-size: 85%;
	color: #fff;
}

.services-type1 span.service-link {
	display: inline-block;
	text-indent: -9999px;
	color: #fff;
	text-transform: uppercase;
	-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;
}

	.services-type1 span.service-link:after {
		font-family: 'FontAwesome';
		content: "\f138";
		display: block;
		text-indent: 0;
		font-size: 42px;
		height: 42px;
	}

	.services-type1 span.service-link:hover {
		text-indent: 0;
	}

	.services-type1 span.service-link:hover:after {
		zoom: 1;
		filter: alpha(opacity=80);
		opacity: 0.8;
	}

/* Type 2 */
.services-type2,
.services-type3 {
	padding-bottom: 20px;
}

.services-type2 &gt; *:last-child &gt; *:last-child,
.services-type3 &gt; *:last-child &gt; *:last-child {
	margin-bottom: 40px;
}

.services-type2 .quadro-services li {
	position: relative;
	float: left;
	margin: 0 2% 40px 0;
}

	.services-type2.three-columns .quadro-services li {
		width: 32%;
		min-height: 80px;
	}

		.services-type2.three-columns .quadro-services li:nth-child(3n) {
			margin-right: 0;;
		}

			.services-type2.three-columns .quadro-services li:nth-child(3n+1) {
				clear: left;
			}

	.services-type2.four-columns .quadro-services li {
		width: 23.5%;
		min-height: 60px;
	}

		.services-type2.four-columns .quadro-services li:nth-child(4n) {
			margin-right: 0;
		}

			.services-type2.four-columns .quadro-services li:nth-child(4n+1) {
				clear: left;
			}

.services-type2 .service-icon {
	position: absolute;
		top: 0;
		left: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	-webkit-border-radius: 40px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius: 40px;
	-moz-border-radius-topright: 3px;
	border-radius: 40px;
	border-top-right-radius: 3px;
	overflow: hidden;
}

.services-type2.four-columns .service-icon {
	width: 40px;
	height: 40px;
}

	.services-type2 .service-icon i {
		font-size: 34px;
		line-height: 60px;
		color: #fff;
		-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;
	}

	.services-type2.four-columns .service-icon i {
		font-size: 24px;
		line-height: 40px;
	}

		.services-type2.three-columns .quadro-services li:hover i {
			-moz-transform: rotate(-8deg);
			-webkit-transform: rotate(-8deg);
			-o-transform: rotate(-8deg);
			-ms-transform: rotate(-8deg);
			transform: rotate(-8deg);
			font-size: 40px;
		}

.services-type2 .service-heading {
	padding-left: 70px;
}

.services-type2.four-columns .service-heading {
	padding-left: 50px;
}

	.services-type2 .quadro-service h2 {
		margin-bottom: 0;
		color: #111;
		font-size: 20px;
		line-height: 1.4;
	}

		.services-type2 .quadro-service h2 a {
			color: #111;
		}

	.services-type2 .service-tagline {
		color: #888;
		font-size: 75%;
		text-transform: uppercase;
	}

.services-type2 .service-content {
	margin-top: 5px;
	padding-left: 70px; 
	font-size: 75%;
}

.services-type2.four-columns .service-content {
	padding-left: 50px;
}

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


.services-type2 a.service-link {
	display: inline-block;
	background: none !important;
}

	.services-type2 a.service-link:before {
		font-family: 'FontAwesome';
		content: "\f054";
		margin-right: 5px;
		font-size: 85%;
	}

	.services-type2 a.service-link:hover {
		margin-left: 10px;
	}

/* Type 3 */
.services-type3 .quadro-services li {
	float: left;
	margin: 40px 3.5% 40px 0;
	padding: 30px;
	background: #fff;
	border: 1px solid #dedede;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

	.services-type3.three-columns .quadro-services li {
		width: 31%;
	}

		.services-type3.three-columns .quadro-services li:nth-child(3n) {
			margin-right: 0;
		}

			.services-type3.three-columns .quadro-services li:nth-child(3n+1) {
				clear: left;
			}

	.services-type3.four-columns .quadro-services li {
		width: 22.375%;
	}

		.services-type3.four-columns .quadro-services li:nth-child(4n) {
			margin-right: 0;
		}

			.services-type3.four-columns .quadro-services li:nth-child(4n+1) {
				clear: left;
			}

.services-type3 .service-icon {
	display: block;
	width: 100px;
	height: 100px;
	margin: -80px auto 20px;
	text-align: center;
	-webkit-border-radius: 60px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius: 60px;
	-moz-border-radius-bottomleft: 3px;
	border-radius: 60px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
}

	.services-type3 .service-icon i {
		font-size: 62px;
		line-height: 100px;
		color: #fff;
		-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;
	}

		.services-type3 .quadro-services li:hover i {
			-moz-transform: rotate(-8deg);
			-webkit-transform: rotate(-8deg);
			-o-transform: rotate(-8deg);
			-ms-transform: rotate(-8deg);
			transform: rotate(-8deg);
			font-size: 68px;
		}

.services-type3 .quadro-service h2 {
	margin-bottom: 0;
	color: #111;
	font-size: 22px;
	line-height: 1.4;
}

	.services-type3 .quadro-service h2 a {
		color: #111;
	}

.services-type3 .service-tagline {
	color: #888;
	font-size: 85%;
	text-transform: uppercase;
}

.services-type3 .service-content {
	margin-top: 15px;
	font-size: 85%;
}

	.services-type3 .service-content:before {
		content: "\00A0";
		display: block;
		width: 60px;
		height: 3px;
		margin: 0 auto 15px;
		background-color: #000;
		zoom: 1;
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

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

.services-type3 a.service-link {
	display: inline-block;
	padding: 5px 12px;
}

	.services-type3 a.service-link:after {
		font-family: 'FontAwesome';
		content: "\f138";
		margin-left: 5px;
	}


/* =Slogan Module
----------------------------------------------- */

.type-slogan {
	font-size: 22px;
	text-align: center;
}

.type-slogan p {
	max-width: 1000px;
	margin: 0 auto 15px;
}

.type-slogan .slogan-content-wrapper h1 { font-size: 100px; line-height: 1.3; margin-bottom: 15px; }
.type-slogan .slogan-content-wrapper h2 { font-size: 80px; line-height: 1.3; margin-bottom: 15px; }
.type-slogan .slogan-content-wrapper h3 { font-size: 64px; line-height: 1.3; margin-bottom: 15px; }
.type-slogan .slogan-content-wrapper h4 { font-size: 50px; line-height: 1.4; margin-bottom: 15px; }
.type-slogan .slogan-content-wrapper h5 { font-size: 40px; line-height: 1.5; margin-bottom: 15px; }
.type-slogan .slogan-content-wrapper h6 { font-size: 28px; line-height: 1.5; margin-bottom: 15px; }

	.type-slogan .slogan-content-wrapper &gt; *:last-child {
		margin-bottom: 0;
	}

a.slogan-call-to-action {
	display: inline-block;
	margin-top: 24px;
	padding: 12px 18px;
	font-size: 70%;
	color: #fff !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.slogan-call-to-action:after {
	font-family: 'FontAwesome';
	content: "\f0a9";
	margin-left: 10px;
}

.type-slogan.size-giant {
	position: relative;
	height: 100vh;
	max-height: 1200px;
	min-height: 500px;
}

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


/* =Call to Action Module
----------------------------------------------- */
.type-cta.size-small {
	padding-top: 30px;
	padding-bottom: 30px;
}

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

.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;
}

.qbtn.cta-button {
	display: inline-block;
	min-width: 100px;
	padding: 18px 30px;
}

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


/* =Carousel Module
----------------------------------------------- */

.type-carousel {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

	.type-carousel .mod-header {
		margin-top: 40px;
	}

.carousel-wrapper {
	position: relative;
}

.carousel-item {
	display: none;
	width: 33.3333%;
	float: left;
	position: relative;
	line-height: 0;
}

	.chrome .carousel-item,
	.safari .carousel-item {
		width: 33.333333%;
	}

.carousel-item img {
	width: 100%;
	height: auto;

	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

	.carousel-item:hover img {
		-webkit-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px);
	}

.carousel-item-content {
	position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
	width: 100%;
	height: auto;
	padding: 30px;
	background: #fff;
	color: #000;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	-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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

	.carousel-item:hover .carousel-item-content {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
	}

.carousel-item-content h2 {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.carousel-item-text {
	line-height: 1.5;
}

.carousel-item-text p:last-child {
	margin-bottom: 0;
}

a.carousel-item-more {
	float: right;
	display: inline-block;
	margin-top: 15px;
	padding: 15px 10px;
}

a.carousel-item-more:after {
	font-family: 'FontAwesome';
	content: "\f0a9";
	margin-left: 10px;
}

.type-carousel .flex-direction-nav {
	position: absolute;
		top: 10px;
		right: 10px;
	width: 120px;
}

	.type-carousel .flex-direction-nav a {
		margin: 0;
		position: static;
		float: left;
	}

	.type-carousel .flex-direction-nav .flex-prev {
		margin-right: 0px;
	}


/* =Testimonials Module
----------------------------------------------- */

.type-testimonials {
	padding-bottom: 90px;
}

.testimonials-wrapper {
	position: relative;
}

.testimonials-type1 {
	overflow: hidden;
}

.testimonials {
	width: 60%;
	margin: 0 auto;
}

	.testimonials-type2 .testimonials {
		width: 100%;
	}

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

	.testimonials-type2 .testimonial-item {
		float: left;
		width: 32%;
		margin: 0 2% 20px 0;
	}

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

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

.testimonial-item-wrapper {
	padding-bottom: 20px;
}

.testimonial-item-content {
	margin: 0 auto;
}

	.testimonial-item-content p {
		margin-bottom: 5px;
	}

	.testimonials-type1 .testimonial-item-content p {
		font-size: 18px;
	}

		.testimonial-item-content p:after {
			font-family: 'FontAwesome';
			display: block;
			font-size: 20px;
			zoom: 1;
			filter: alpha(opacity=30);
			opacity: 0.3;
			content: "\f10e";
			margin-top: 10px;
		}

	.testimonial-item-content span {
		font-style: italic;
		font-size: 85%;
	}

		.testimonial-item-content span a {
			border-bottom: 1px dotted;
		}

/*.testimonials-type1 .slides li {
	display: none;
}
.testimonials-type1 .slides li:first-child {
	display: block;
}*/ /* Removed since FlexSlider v2.4.0 */

.type-testimonials .flex-control-nav {
	width: 92%;
	bottom: -30px;
	text-align: center;
}

	.type-testimonials .flex-control-nav li {
		margin: 0 3px;
	}

	.type-testimonials .flex-control-nav li a {
		border: 3px solid #000;
		width: 6px;
		height: 6px;
		background: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		zoom: 1;
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

		.type-testimonials .flex-control-nav li a:hover {
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
		}

	.type-testimonials .flex-control-nav li a.flex-active {
		background: #000;
	}

.type-testimonials .flex-direction-nav li a {
	width: 40px;
	height: 40px;
	border: 2px solid #000;
	background-color: transparent;
	line-height: 40px;
}

	.type-testimonials .flex-prev {
		left: 0;
	}

	.type-testimonials .flex-next {
		right: 0;
	}

		.type-testimonials .flex-prev:before,
		.type-testimonials .flex-next:before {
			font-size: 16px;
			color: #000;
		}


/* =Team Module
----------------------------------------------- */

.team {
	list-style: none;
	margin: 0;
}

.team-member {
	float: left;
	margin: 0 2% 20px 0;
	text-align: center;
}

	.team-type1 .team-member {
		width: 48%;
		margin: 0 4% 20px 0;
	}

		.team-type1 .team-member:nth-of-type(2n) {
			margin-right: 0;
		}

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

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

		.team-type2 .team-member:nth-of-type(3n) {
			margin-right: 0;
		}

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

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

		.team-type3 .team-member:nth-of-type(4n) {
			margin-right: 0;
		}

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

.team-member-wrapper {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.member-photo-wrapper {
	line-height: 0;
}

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

.member-photo-wrapper img {
	width: 100%;
	-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;
}

	.team-member-wrapper:hover img{
		filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	    filter: gray; /* IE6-9 */
	    -webkit-filter: grayscale(100%);
	    -moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}

.member-content {
	position: relative;
	padding: 30px;
	background: #fff;
}

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

	.member-content:before {
		position: absolute;
			bottom: 100%;
			left: 50%;
		width: 0;
		height: 0;
		content: " ";
		margin-left: -6px;
		border: solid transparent;		
		border-color: transparent;
		border-bottom-color: #ffffff;
		border-width: 6px;
		pointer-events: none;
	}

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

	.team-type3 .member-name {
		font-size: 22px;
	}

.member-role {
	color: #aaa;
	text-transform: uppercase;
	font-size: 90%;
	margin-bottom: 0;
}

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

	.team-type3 .member-content p {
		display: none;
	}

	.member-content p:first-of-type:before {
		content: "\00A0";
		width: 40px;
		height: 3px;
		margin: 0 auto 15px;
		display: block;
		background-color: #000;
		zoom: 1;
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

.member-socials {
	float: left;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}

	.member-socials a {
		display: inline-block;
		width: 40px;
		margin: 0 0 1px 1px;
		background: #ccc;
		line-height: 40px;
		color: #fff !important;
		text-align: center;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

		.member-socials a:first-child {
			margin-left: 0;
		}

		.member-socials a:hover {
			color: #fff;
		}


/* =Clients Module
----------------------------------------------- */

.clients-wrapper {
	position: relative;
	margin-right: 140px;
}

.client-content {
	text-align: center;
}

	.client-content a {
		display: block;
		height: 100%;
	}

	.client-content img {
		max-width: 70%;
		display: inline-block;
		filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	    filter: gray; /* IE6-9 */
	    -webkit-filter: grayscale(100%);
	    -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;
	}

		.client-profile:hover img {
			filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    		-webkit-filter: grayscale(0%);
		}

.type-clients .flex-direction-nav li a {
	top: 0;
	right: -140px;
	left: auto;
	bottom: auto;
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	background-color: transparent;
	line-height: 30px;
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

	.type-clients .flex-prev {
		margin-right: 40px;
	}

		.type-clients .flex-prev:before,
		.type-clients .flex-next:before {
			font-size: 12px;
			color: #000;
		}

	.type-clients .flex-direction-nav li a:hover {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}


/* =Portfolio Module
----------------------------------------------- */

.type-portfolio {
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
	transition: height 0.5s ease;
}

.portfolio-no-results {
	display: block;
	max-width: 540px;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
}

.loader-icon {
	position: absolute;
		top: 200px;
		left: 0;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #888;
	z-index: 9;
}
	
	.loader-icon i {
		width: 70px;
		height: 70px;
		background: #fff;
		background: rgba(255,255,255,0.95);
		border: 1px solid #DEDEDE;
		line-height: 70px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	}

.item-wrapper {
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	-ms-transition: max-height 0.8s;
    -o-transition: max-height 0.8s;
	transition: max-height 0.8s;
}

.item-container article {
	background: #fff;
}

.terms-filter ul {
	list-style: none;
	margin: 0 0 20px;
}

	.terms-filter ul li {
		display: inline-block;
		margin: 0 3px 3px 0;
		padding: 8px 15px;
		background: #fff; 
		border: 1px solid #dedede;
		cursor: pointer;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

		.terms-filter ul li:hover {
			color: #fff;
		}

.portfolio-layout-full {
	width: 100%;
	padding: 0;
}

.portfolio-layout-full .js-masonry {
	width: 100%;
}

	.portfolio-layout-full .terms-filter ul {
		margin: 0;
		background: #fff;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
		text-align: center;
	}

		.portfolio-layout-full .terms-filter ul li {
			margin: 0;
			padding: 15px 20px;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			border: none;
			border-left: 1px solid #dedede;
		}

			.portfolio-layout-full .terms-filter ul li:first-child {
				border-left: none;
			}

			.portfolio-layout-full .terms-filter ul li:hover {
				background: #eee;
				border-color: #dedede;
				color: #000;
			}

.portfolio-layout-margin .item-container article {
	margin: 30px 0 20px;
	border: 1px solid #DEDEDE;
	border-top: none;
}

.portfolio-layout-margin .item-container .item-title {
	padding-left: 0;
	border-left: 0;
}

.portfolio-layout-margin .quadro-portfolio {
	width: 101.5%;
}

.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%;
	}

.portf-item article {
	overflow: hidden;
}

	.portfolio-layout-margin .portf-item article {
		position: relative;
		margin: 0 15px 15px 0;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

.portf-item a.item-linkto {
	color: #232527;
}

.portf-item-thumb {
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

	.portf-item-thumb img {
		width: 100%;
		-webkit-transition: -webkit-transform 0.4s;
		-moz-transition: -moz-transform 0.4s;
		-ms-transition: -moz-transform 0.4s;
	    -o-transition: -moz-transform 0.4s;
		transition: transform 0.4s;
	}

	.portfolio-layout-margin .portf-item-thumb,
	.portfolio-layout-margin .portf-item-thumb img {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

		.portf-item:hover img {
			filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
		    filter: gray; /* IE6-9 */
		    -webkit-filter: grayscale(100%);
		}

			.item-info-show .portf-item:hover img,
			.item-info-hide .portf-item:hover 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:hover img {
			    -webkit-transform: translateY(-50px);
				-moz-transform: translateY(-50px);
				-ms-transform: translateY(-50px);
				transform: translateY(-50px);
			}

.portf-item-content {
	position: relative;
	width: 100%;
	padding: 20px;
	background: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.portf-item-content h2 {
		font-size: 24px;
		line-height: 1.3;
		margin-bottom: 0;
	}

	.four-columns .portf-item-content h2 {
		font-size: 18px;
	}

	.portf-item-content p {
		margin-bottom: 0;
		font-size: 80%;
		color: #888;
	}

.item-info-hover .portf-item .portf-item-content {
	position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	-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;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

	.item-info-hover .portf-item:hover .portf-item-content {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
	}


/* =Featured Post Module
----------------------------------------------- */

.feat-post-img {
	width: 100%;
	margin-bottom: 40px;
	line-height: 0;
}

	.feat-post-img img {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.feat-item-title {
		font-size: 46px;
		line-height: 1.1;
	}

	.type-featured .post-icon-wrapper {
		position: static;
		float: left;
		margin-right: 10px;
		line-height: 0;
	}

		.type-featured .post-icon {
			width: 60px;
			height: 60px;
			line-height: 60px;
		}

			.type-featured .post-icon:before {
				font-size: 32px;
			}

			.featured-item.type-quadro_nym_portfolio .post-icon {
				display: none;
			}

	.featured-item-text {
		clear: both;
		float: left;
		margin-top: 20px;
	}

.feat-type1 .feat-meta {
	float: left;
	width: 22%;
}

.feat-type1 .featured-item-text {
	clear: none;
	float: right;
	width: 75%;
	margin-top: 0;
}

.feat-type2 .feat-post-img {
	float: left;
	width: 52%;
	margin: 0 4% 0 0;
}

.feat-type2 .featured-item-content {
	float: left;
	width: 42%;
}

.feat-type3 .feat-post-img {
	float: right;
	width: 52%;
	margin: 0 0 0 4%;
}

.feat-type3 .featured-item-content {
	float: left;
	width: 42%;
}


/* =Recent Posts Module
----------------------------------------------- */

.recents-wrapper {
	margin: 0 80px;
}

.recents-item-content {
	padding: 0 20px;
}

	.recents-item-content h2 {
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 1.3;	
	}

		.recents-item-content h2 a {
			color: #333;
		}

	.recents-item-content .posted-on {
		display: block;
		margin-bottom: 10px;
		font-size: 80%;
	}

		.recents-item-content .posted-on a {
			color: #888;
		}

		.recents-item-content .posted-on a:before {
			display: none;
		}

	.recents-item-content img {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

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

	.recents-item-text {
		padding: 15px;
		background: #fafafa;
		font-size: 14px;
	}

.type-recents .flex-direction-nav li a {
	width: 40px;
	height: 40px;
	border: 2px solid #000;
	background-color: transparent;
	line-height: 40px;
}

	.type-recents .flex-prev {
		left: 4%;
	}

	.type-recents .flex-next {
		right: 4%;
	}

		.type-recents .flex-prev:before,
		.type-recents .flex-next:before {
			font-size: 16px;
			color: #000;
		}


/* =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-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-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;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

	.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;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.plan-icon {
	display: inline-block;
	width: 60px;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 60px;
	color: #fff;
	-webkit-border-radius: 40px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius: 40px;
	-moz-border-radius-bottomright: 3px;
	border-radius: 40px;
	border-bottom-right-radius: 3px;
}

	.shape-circle .plan-icon {
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}

	.shape-square .plan-icon {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

.plan-title {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.4;
}

.plan-desc {
	margin: 10px 0 0;
	font-size: 95%;
	line-height: 1.5;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

	.plan-desc:before {
		content: "";
		display: block;
		width: 60px;
		height: 3px;
		margin: 0 auto 15px;
		background-color: #000;
		zoom: 1;
		filter: alpha(opacity=20);
		opacity: 0.2;
	}

.plan-price {
	margin-top: 20px;
}

	.price-value {
	}

		.price-value span {
			display: inline-block;
		}

		.price-numb {
			font-size: 240%;
			line-height: 1;
		}

		.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;
		padding: 14px 18px;
		color: #fff;
	}

	.plan-button a.qbtn:hover {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}


/* =Gallery Module
----------------------------------------------- */

.type-gallery.margins-false {
	padding: 0;
}

.gallery-gallery ul li {
	position: relative;
	float: left;
	overflow: hidden;
}

.gallery-gallery ul li img {
	display: block;
	margin: 0 auto;
}

	.type-gallery.margins-true .gallery-gallery ul li img {
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

.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 {
	font-size: 11px;
}

	.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 {
	margin-bottom: -100px;
	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 {
		margin-bottom: 0;
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

	/* Masonry &amp; 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;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
		}

		/* 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
----------------------------------------------- */
.type-cgallery.no-margins {
	padding: 0;
}

.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-right: 10px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

		.type-cgallery.with-margins.size-xlarge .cgallery-gallery .slides li img {
			margin-right: 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.with-margins .cgallery-gallery li .gallery-caption {
		margin-right: 15px;
}


/* =Image Module
----------------------------------------------- */
.type-image {
	padding: 0;
}

.type-image .mod-header {
	margin-top: 60px;
}

.type-image img {
	display: block;
    margin: 0 auto;
}

.quadro-mod.type-image.shadow-on {
	overflow: visible;
	padding: 0 4%;
}


/* =Info Box Module
----------------------------------------------- */
.ibox-wrapper {
	width: 480px;
	max-width: 100%;
	margin: 0 auto;
	padding: 60px 40px;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	-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: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	font-size: 34px;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

	.shape-drop .ibox-icon {
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		border-bottom-right-radius: 3px;
	}

	.shape-square .ibox-icon {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

		.ibox-icon i {
			display: block;
			line-height: inherit;
		}

.ibox-title {
	display: block;
	margin-bottom: 0;
	line-height: 1.3;
}

.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;
	padding: 18px 30px;
}

.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-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-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 &gt; *: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 &gt; *: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;
		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 &amp; 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 &amp; 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 &amp; 7 */
	.type-leadbox.layout-layout6,
	.type-leadbox.layout-layout7 {
		padding: 0 !important;
	}
	
	.type-leadbox.layout-layout6 .leadbox-wrapper,
	.type-leadbox.layout-layout7 .leadbox-wrapper {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	@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 &amp; 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 {
		padding: 40px 4%;
	}
	
	.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: 42px;
		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: 15px;
	background: #fff;
	background: rgba(255,255,255,0.7);
	border: 1px solid rgba(0,0,0,0.2);
	color: #000;
	font-size: 80%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	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: 15px;
	background: #fff;
	background: rgba(255,255,255,0.7);
	border: 1px solid rgba(0,0,0,0.2);
	color: #000;
	font-size: 80%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.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 &amp; Embeds Module
----------------------------------------------- */
.type-video.layout-full {
	padding: 0;
}

.video-mod-wrapper {
	display: block;
	margin: 0 auto;
}

	.type-video.width-regular .video-mod-wrapper {
		max-width: 800px;
	}

	.type-video.width-small .video-mod-wrapper {
		max-width: 500px;
	}

.type-video .mod-editor-content {
	margin-left: auto;
	margin-right: auto;
}

	.type-video.width-regular .mod-editor-content {
		max-width: 800px;
	}

	.type-video.width-small .mod-editor-content {
		max-width: 500px;
	}


/* =Social Icons Module
----------------------------------------------- */
/* 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-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-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-youtube { color: #ff1e00; }

	/* 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-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-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-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;
	}

	/* 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;
	}


/* =Blog - Classic Layout &amp; Common Elements
----------------------------------------------- */
.classic-blog {
	width: 100%;
	padding: 60px 0;
}

.classic-blog .blog-container {
	float: left;
	width: 62%;
	margin-left: 4%;
}

	.classic-blog.no-sidebar .blog-container {
		float: none;
		width: 92%;
		max-width: 780px;
		margin: 0 auto;
	}

.blog-item {
	position: relative;
	margin-bottom: 60px;
	padding-left: 90px;
}

.blog-item article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.entry-header {
	margin-bottom: 15px;
}

	.entry-thumbnail {
		line-height: 0;
	}

		.entry-thumbnail img {
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}

	.cat-links {
		display: block;
	}

		.cat-links a {
			display: inline-block;
			margin: 0 0 1px 0;
			padding: 3px 8px;
			border: 1px solid #888;
			color: #111;
			text-transform: uppercase;
			font-size: 10px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
		}

		.cat-links a:visited {
			color: #111;
		}

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

.entry-content,
.entry-summary  {
	margin-bottom: 15px;
}

	.entry-content p:last-child,
	.entry-summary p:last-child {
		margin-bottom: 0;
	}

	.readmore-link {
		font-size: 80%;
		display: block;
		margin-top: 5px;
	}

		.readmore-link i {
			font-size: 70%;
			margin-left: 5px;
		}

.entry-title {
	margin: 20px 0 10px;
	font-size: 42px;
	line-height: 1.3;
}

	.entry-header .entry-title:first-child {
		margin-top: 0;
	}

	.entry-title a,
	.entry-title a:visited {
		color: #444;
	}

.byline {
	display: block;
	margin: 0 0 15px;
	font-size: 80%;
	color: #888;
}

	.byline a,
	.byline a:visited {
		color: #888;
	}

.entry-meta {
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-size: 11px;
	line-height: 20px;
}

.entry-meta a,
.entry-meta a:visited {
	color: #888;
}

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

		.posted-on a:before {
			font-family: 'FontAwesome';
			content: "\f017";
			font-size: 20px;
			margin-right: 5px;
			vertical-align: -3px;
			color: #aaa;
		}

	.tags-links {
		text-transform: uppercase;
		margin-left: 30px;
	}

		.tags-links:before {
			font-family: 'FontAwesome';
			content: "\f02b";
			font-size: 20px;
			margin-right: 5px;
			vertical-align: -3px;
			color: #aaa;
		}

		.tags-links a {
			text-transform: none;
		}

	.comments-link {
		float: right;
		margin-left: 30px;
		text-transform: uppercase;
	}

	.comments-link a {
		display: block;
	}

		.comments-link a:before {
			font-family: 'FontAwesome';
			content: "\f075";
			font-size: 20px;
			margin-right: 5px;
			color: #aaa;
		}

.post-icon-wrapper {
	position: absolute;
		left: 0;
		top: 0;
	z-index: 2;
}

	.post-icon {
		display: inline-block;
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 42px;
		color: #fff;
		text-align: center;
		-webkit-border-radius: 40px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius: 40px;
		-moz-border-radius-topright: 3px;
		border-radius: 40px;
		border-top-right-radius: 3px;
	}


/* =Blog - Teasers Layout
----------------------------------------------- */

.teasers-blog.no-sidebar .blog-container {
	max-width: 1000px;
}

.teasers-blog .blog-item {
	padding-left: 70px;
}

.teasers-blog .post-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
}

.teasers-blog .entry-thumbnail,
.teasers-blog .entry-gallery {
	float: left;
	width: 40%;
	margin: 0 2% 10px 0;
}

.teasers-blog .byline,
.teasers-blog .cat-links,
.teasers-blog .entry-summary {
	margin-bottom: 10px;
	padding: 0;
}

.teasers-blog .entry-title {
	display: inline;
	margin-top: 0;
	font-size: 34px;
	line-height: 1.2;
}

.teasers-blog .byline {
	margin-top: 10px;
}

.teasers-blog .entry-meta {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
}


/* =Blog - Grid Layout
----------------------------------------------- */

.grid-blog {
	padding-top: 70px;
}

.blog-masonry {
	margin: 0 -10px;
}

.grid-blog .blog-item {
	position: relative;
	float: left;
	width: 33.3333%;
	margin-bottom: 40px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.chrome .grid-blog .blog-item,
	.safari .grid-blog .blog-item {
	 	width: 33.333333%;
	}

	.grid-blog.two-columns-blog .blog-item {
		width: 50%;
	}

.grid-blog .blog-item article {
	margin: 0 10px;
	background: #fff;
	border: 1px solid #dedede;
}

.grid-blog .entry-header {
	padding: 20px 20px 0;
}

	.grid-blog .entry-title {
		font-size: 28px;
	}

	.grid-blog .entry-header .entry-title:first-child {
		margin-top: 20px;
	}


.grid-blog .entry-content,
.grid-blog .entry-summary {
	padding: 0 20px;
}

	.grid-blog .entry-content:first-child {
		margin-top: 50px;
	}

.grid-blog .entry-meta {
	margin: 0 20px 10px;
	border-bottom: 0;
}

	.grid-blog .tags-links {
		display: none;
	}

	.grid-blog .post-icon-wrapper {
		left: 0;
		top: -15px;
		width: 100%;
		text-align: center;
	}

		.grid-blog .post-icon {
			display: inline-block;
			width: 50px;
			height: 50px;
			line-height: 50px;
			font-size: 20px;
			text-align: center;
		}


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

.dont-display-me { 
	display: none;
}

.sticky {
	background: #f5f5f5 !important;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

	.grid-blog .sticky {
		padding: 0;
		border: 8px solid #fff !important;
	}

.updated {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	padding: 10px 0;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	text-align: center;
}

.result-item,
.result-item-product,
.result-item-portfolio {
	position: relative;
	margin-bottom: 40px;
	padding: 0 0 40px 40px;
	border-bottom: 1px solid #dedede;
}

	.result-item-product {
		padding-left: 85px;
	}

	.result-item-portfolio {
		padding-left: 0;
	}

.result-item .byline,
.result-item .entry-meta,
.result-item .entry-thumbnail,
.result-item-product .byline,
.result-item-product .comments-link,
.result-item-portfolio .byline,
.result-item-portfolio .entry-meta {
	display: none;
}

.result-item article:before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
		top: 0;
		bottom: 0;
	left: 0;
	height: 30px;
	margin: auto;
	line-height: 10px;
	font-size: 30px;
	color: #ddd;
}

.result-item .entry-header {
	margin-bottom: 10px;
}

.result-item .entry-title {
	display: inline-block;
	font-size: 28px;
}

.result-item .entry-summary {
	clear: both;
}

.result-item-product .entry-thumbnail,
.result-item-portfolio .entry-thumbnail {
	float: left;
	width: 40%;
	margin-right: 20px;
}

.result-item-product .entry-title,
.result-item-portfolio .entry-title {
	display: inline;
}

.result-item-product .entry-meta {
	border: none;
	padding: 0;
	margin: 0;
}

.result-item-product .post-icon:before {
	content: '\f07a';
}

.error-404-text {
	margin-bottom: 24px;
}


/* =Post Formats
----------------------------------------------- */

.post-icon {
	font-family: 'FontAwesome';
}

	.format-standard .post-icon:before {
		content: '\F15C';
	}

	.format-quote .post-icon:before {
		content: '\F10E';
	}

	.format-video .post-icon:before {
		content: '\F008';
	}

	.format-audio .post-icon:before {
		content: '\F025';
	}

	.format-image .post-icon:before {
		content: '\F030';
	}

	.format-gallery .post-icon:before {
		content: '\F06E';
	}

	.format-status .post-icon:before {
		content: '\F021';
	}

	.format-aside .post-icon:before {
		content: '\F0C6';
	}

	.format-link .post-icon:before {
		content: '\F0C1';
	}

	.format-chat .post-icon:before {
		content: '\f086';
	}

/* Audio and Video Self Hosted */
.format-audio .entry-feat_content {
	padding: 40px 4%;
	background: #dedede;
}

.mejs-controls,
.mejs-mediaelement,
.mejs-container {
    background: #424547 !important;
}

.mejs-audio.mejs-container {
	height: auto !important;
	padding: 25px 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mejs-audio .mejs-controls {
	position: relative !important;
	margin: auto !important;
}

.mejs-controls {
	padding: 0 20px !important;
	box-sizing: border-box;
}

.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #aaa !important;
}

.mejs-audio .mejs-controls div.mejs-horizontal-volume-slider {
	width: 50px !important;	
}

.mejs-audio .mejs-controls .mejs-button button:focus {
	outline: none !important;
}

.mejs-poster {
	background-size: cover !important;
}

/* Gallery */
.entry-gallery {
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.entry-gallery .slides li {
	display: none;
}

	.entry-gallery .flex-direction-nav a {
		bottom: auto;
		right: 0;
		left: auto;
		z-index: 2;
	}

	.type-blog .entry-gallery .flex-direction-nav a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

		.entry-gallery .flex-prev {
			margin-right: 60px;
		}

			.type-blog .entry-gallery .flex-prev {
				margin-right: 40px;
			}

		.type-blog .entry-gallery .flex-prev:before,
		.type-blog .entry-gallery .flex-next:before {
			font-size: 16px;
		}


/* =Single Post
----------------------------------------------- */

.single-post .site-main {
	padding-top: 40px;
	border-top: 1px solid #dedede;
}

.onsingle-fullwidth-right.single-post .content-area,
.onsingle-fullwidth-left.single-post .content-area {
	width: 100%;
	padding: 0 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.onsingle-fullwidth-right.single-post .entry-content,
	.onsingle-fullwidth-left.single-post .entry-content,
	.onsingle-fullwidth-right.single-post .entry-meta,
	.onsingle-fullwidth-left.single-post .entry-meta,
	.onsingle-fullwidth-right .post-navigation,
	.onsingle-fullwidth-left .post-navigation,
	.onsingle-fullwidth-right.single-post .comments-area,
	.onsingle-fullwidth-left.single-post .comments-area {
		float: left;
		width: 62%;
	}

.onsingle-sidebar-left.single-post .content-area {
	float: right;
	padding: 0 4% 0 0;
}

.onsingle-sidebar-left.single-post .widget-area {
	float: left;
}

.single-post .hentry {
}

	.single-post .entry-header {
		margin-bottom: 30px;
		padding: 0;
	}

		.single-post .entry-header img {
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}

	.single-post .entry-content {
		padding: 0;
		margin-bottom: 30px;
	}

		.single-post .entry-title {
			font-size: 38px;
			line-height: 1.4;
			margin-top: 0;
		}

		.single-post .entry-content img {
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
		}

			.single-post .entry-content img:hover {
				zoom: 1;
				filter: alpha(opacity=80);
				opacity: 0.8;
			}

		.single-post .entry-content .cat-links {
			clear: both;
			float: left;
			margin-top: 20px;
		}

	.single-post .entry-meta {
		margin: 0;
		border-bottom: 1px solid #dedede;
	}

		.onsingle-fullwidth-right.single-post .entry-meta,
		.onsingle-fullwidth-left.single-post .entry-meta {
			float: right;
			width: 34%;
			text-align: center;
		}

			.onsingle-fullwidth-right.single-post .entry-meta span,
			.onsingle-fullwidth-left.single-post .entry-meta span {
				display: block;
				margin: 15px 0;
			}


/* =Single Portfolio
----------------------------------------------- */

.single-quadro_nym_portfolio .site-main {
	padding-bottom: 0;
}

.single-quadro_nym_portfolio .content-area {
	width: 100% !important;
	padding: 0 !important;
}

.item-header {
	position: relative;
	width: 100%;
	padding: 20px 4%;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.item-title {
		margin-bottom: 0;
		padding: 0 260px 0 20px;
		font-size: 32px;
		line-height: 38px;
		border-left: 1px solid #aeaeae;
	}

	.actions-header {
		position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
		height: 80px;
		margin: auto 0;
	}

		.actions-header a {
			display: block;
			float: left;
			width: 80px;
			height: 80px;
			border-left: 1px solid #dedede;
			color: #888;
			font-size: 22px;
			line-height: 80px;
			text-align: center;
			-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;
		}

			.actions-header a:hover { 
				color: #fff;
			}

			.single-quadro_nym_portfolio .actions-header a.disabled,
			.actions-header a.ajax-disabled {
				cursor: default;
				background: #eeeeee !important;
				color: #bbb !important;
			}

.item-media {
	float: left;
	width: 56%;
}

.expanded-media-margins .item-media,
.regular-slider-media .item-media {
	width: 52%;
	margin: 40px 0 30px 4%;
}

	.media-wrapper {
		position: relative;
	}

	.regular-slider-media .media-wrapper {
		margin-bottom: 10px;
	}

	.item-videos {
		line-height: 0;
	}

	.regular-slider-media .item-videos {
		margin-bottom: 10px;
	}

		.item-media ul {
			list-style: none;
			margin: 0;
		}

			.gallery-item {
				position: relative;
				line-height: 0;
			}

			.expanded-media-margins .gallery-item {
				margin-bottom: 10px;
			}

				.gallery-item img {
					width: 100%;
					border: none !important;
				}

				.expanded-media-margins .gallery-item img {
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
				}

				.gallery-caption {
					position: absolute;
						bottom: 5px;
						left: 5px;
					/*max-width: 80%;*/
					margin: 0 5px  0 0;
					padding: 3px 10px;
					background: #000;
					background: rgba(0,0,0,0.9);
					color: #fff;
					font-size: 90%;
					line-height: 1.5;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
				}

					.gallery-caption:empty {
						display: none;
					}

.item-content {
	float: right;
	width: 36%;
	padding: 40px 4%;
	clear: none !important;
}

	.item-data {
		margin-bottom: 20px;
		font-size: 85%;
	}

	.item-data:after {
		display: block;
		content: "\00A0";
		width: 60px;
		height: 2px;
		margin-top: 20px;
		background-color: #aaa;
	}

		.item-data p {
			margin-bottom: 5px;
		}

		.item-data span {
			font-weight: bold;
		}

		.item-ext-link:before {
			font-family: 'FontAwesome';
			content: '\f08e';
			margin-right: 5px;
		}

	.item-terms a {
		display: inline-block;
		margin: 0 3px 1px 0;
		padding: 3px 8px;
		border: 1px solid #888;
		color: #111;
		text-transform: uppercase;
		font-size: 10px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

		.item-terms a:hover {
			color: #fff;
		}

.wide-slider-media .item-media {
	width: 100%;
	margin: 0;
}

.wide-slider-media .item-content,
.no-special-media .item-content {
	width: 92%;
}

	.wide-slider-media .item-data,
	.no-special-media .item-data {
		float: right;
		width: 30%;
	}

	.wide-slider-media .item-description,
	.no-special-media .item-description {
		float: left;
		width: 66%;
	}

	.wide-slider-media .item-terms,
	.no-special-media .item-terms {
		float: right;
		width: 30%;
	}


/* =Page Template
----------------------------------------------- */

.page-header {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	padding: 20px 4%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-header-default {
	background: #fcfcfc;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}

.page-header-styled {
	padding: 40px 4%;
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
}

	.page-header.header-img {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;		
	}

.page-header-left {
	text-align: left;
}
	
	.page-header-default .page-title {
		display: inline-block;
		width: 60%;
		margin-bottom: 0;
		font-size: 26px;
		line-height: 1.5;
	}

	.page-header-styled .page-title {
		margin-bottom: 0;
		font-size: 48px;
		line-height: 1.3;
	}

	.page-tagline {
		max-width: 60%;
		margin: 15px auto 0;
		font-size: 26px;
		line-height: 1.4;
	}

		.page-header-left .page-tagline,
		.page-header-default .page-tagline {
			margin: 15px 0 0;
		}

		.page-header-default .page-tagline {
			font-size: 18px;
		}

		.page-tagline:before {
			content: "\00A0";
			width: 60px;
			height: 3px;
			margin: 0 auto 15px;
			display: block;
		}

		.page-header-left .page-tagline:before,
		.page-header-default .page-tagline:before {
			margin: 0 0 15px;
		}

		.page-header-default .page-tagline:before {
			background-color: #aaa;
			height: 2px;
		}

	.page-header-default .page-breadcrumbs {
		position: absolute;
			right: 4%;
			bottom: 0;
			top: 0;
		max-width: 35%;
		height: 1.5em;
		margin: auto 0;
		font-size: 80%;
	}

	.page-header-styled .page-breadcrumbs {
		position: absolute;
			bottom: 0;
			right: 4%;
		display: inline-block;
		margin: 15px 0 0;
		padding: 5px 15px;
		font-size: 80%;
		background-color: #fff;
		-webkit-border-top-left-radius: 2px;
		-webkit-border-top-right-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-topright: 2px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		zoom: 1;
		filter: alpha(opacity=80);
		opacity: 0.8;
	}

.page-template-template-full-width-php .content-area {
	width: 100%;
	padding: 0 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-template-template-left-sidebar-php .content-area {
	float: right;
	width: 62%;
	padding: 0 4% 0 0;
}

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

.page-content {
	padding-bottom: 40px;
}

/* Contact Page */
.page-template-template-contact-php .page-header {
	margin-bottom: 0;
}

.contact-map .google-map-contact {
	height: 300px;
}

/* This gets added just in case someone adds the map controls,
 otherwise Zoom in and Zoom out won't display properly */
.gmnoprint img {
	max-width: none; 
}

.page-template-template-contact-php .content-area,
.page-template-template-contact-php .widget-area {
	margin-top: 40px
}

.page-template-template-contact-php .content-area.sidebar-left {
	padding: 0 4% 0 0;
}

.page-template-template-contact-php .widget-area {
	float: left;
}


/* =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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text:not(.gallery-caption) {
	position: static;
	max-width: none;
	margin: 0;
	background: none;
	text-align: center;
	font-size: 80%;
	color: #111;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.site-content .gallery {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
	text-align: center;
}

/*.site-content .gallery .gallery-item*/
.gallery .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%; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	display: block;
	max-width: 100%;
}


/* =Post &amp; Page Navigation
----------------------------------------------- */

.post-navigation,
.paging-navigation,
.comment-navigation {
	margin: 60px 0;
	background: #fff;
	border: 1px solid #dedede;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.onsingle-fullwidth-right.single-post .post-navigation,
	.onsingle-fullwidth-left.single-post .post-navigation {
		margin-top: 40px;
	}

	.portfolio-layout-full .paging-navigation {
		margin: 0;
	}

.post-navigation .nav-previous,
.paging-navigation .nav-previous,
.comment-navigation .nav-previous {
	float: left;
	width: 50%;
	border-right: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post-navigation .nav-next,
.paging-navigation .nav-next,
.comment-navigation .nav-next {
	float: right;
	width: 50%;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.post-navigation .nav-next:first-of-type,
	.paging-navigation .nav-next:first-of-type,
	.comment-navigation .nav-next:first-of-type {
		border-left: 1px solid #dedede;
	}

.post-navigation a,
.paging-navigation a,
.comment-navigation a {
	display: block;
	padding: 20px 10px;
	text-transform: uppercase;
	font-size: 75%;
}

	.post-navigation a:hover,
	.paging-navigation a:hover,
	.comment-navigation a:hover {
		background: #f5f5f5;
	}

.meta-nav {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	background: #f5f5f5;
	color: #666;
	vertical-align: middle;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.ajax-navigation {
	width: 100%;
	padding: 40px 0;
	text-align: center;
}

	.posts-loader-icon {
		margin-bottom: 20px;
		font-size: 20px;
		color: #888;
	}

		.posts-loader-icon i {
			width: 40px;
			height: 40px;
			background: #fff;
			border: 1px solid #DEDEDE;
			line-height: 40px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 30px;
		}

	.ajax-load-more {
		display: inline-block;
		padding: 15px 30px;
		background: #FFF;
		border: 1px solid #dedede;
		font-size: 18px;
		color: #535557;
		cursor: pointer;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

		.ajax-load-more:hover {
			-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
		}

	.load-no-more {
		display: none;
		font-size: 18px;
	}


/* =Comments
----------------------------------------------- */

.comments-area {
	padding-top: 40px;
	border-top: 1px solid #dedede;
}

	.comments-title {
		font-size: 22px;
	}

		.comments-title span {
		}

	.comment-list {
		list-style: none;
		margin: 30px 0 40px;
	}
	
		.comment-list li {
			margin-bottom: 30px;
		}

		.comment-list &gt; li {
			padding-top: 30px;
			border-top: 1px dashed #dedede;
		}

		li.bypostauthor {
			padding: 15px 20px;
			background: #fafafa;
			border-top: none;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}

			.comment-list article {
			}

				.comment-author {
					float: left;
					width: 44%;
				}

					.comment-author img {
						vertical-align: bottom;
						width: 60px;
						height: 60px;
						margin-right: 5px;
						-webkit-border-radius: 30px;
						-webkit-border-bottom-right-radius: 3px;
						-moz-border-radius: 30px;
						-moz-border-radius-bottomright: 3px;
						border-radius: 30px;
						border-bottom-right-radius: 3px;
					}

					.comment-author cite {
						font-size: 100%;
						font-weight: bold;
					}

					.comment-author span {
					}

				.comment-metadata {
					float: right;
					width: 54%;
					text-align: right;
					font-size: 80%;
				}

					.comment-metadata a {
						color: #aaa;
					}

				.comment-awaiting-moderation {
					float: right;
					font-size: 90%;
					font-style: italic;
				}

			.comment-content {
				clear: both;
				width: 100%;
				margin: 10px 0 0;
				font-size: 95%;
			}

			.reply,
			.cancel-comment-reply-link,
			.comment-edit-link {
				display: inline-block;
				padding: 3px 10px;
				background: #eee;
				text-transform: uppercase;
				font-size: 80%;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
			}

			.cancel-comment-reply-link {
				font-size: 65%;
			}

	.comment-list ul.children {
		list-style: none;
		margin: 20px 0 0 40px;
		padding-left: 20px;
		border-left: 1px solid #dedede;
	}

	.comment-respond {
	}

		.comment-reply-title {
			font-size: 22px;
		}

.comment-content a {
	word-wrap: break-word;
}


/* =Sidebar and Widgets
----------------------------------------------- */

.widget-area {
	float: right;
	width: 26%;
	padding: 0 4%;
}

.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: 20px;
}

	.widget-title:after {
		content: "\00A0";
		width: 40px;
		height: 2px;
		margin-top: 10px;
		display: block;
		background-color: #000;
		zoom: 1;
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

.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 ul.children,
.widget ul.sub-menu {
	margin-top: 10px;
	padding-left: 20px;
	border-left: 1px solid #dedede;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search Widget */
.widget_search input[type="search"] {
	float: left;
	width: 60%;
	height: 40px;
}

.widget_search input[type="submit"] {
	float: right;
	width: 38%;
	height: 40px;
}

/* Recent Posts Widget */
.widget_recent_entries li a:before {
	font-family: 'FontAwesome';
	content: "\F105";
	margin-right: 5px;
}

/* Recent Comments Widget */
.recentcomments:before {
	font-family: 'FontAwesome';
	content: "\f075";
	margin-right: 5px;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

/* Tags Widget */
.tagcloud a {
	display: inline-block;
	border: 1px solid #dedede;
	margin: 0 1px 4px 0;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 80% !important;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

	.tagcloud a:hover {
		zoom: 1;
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

/* Calendar Widget */
#calendar_wrap {
	padding: 20px;
	border: 1px solid #DEDEDE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.widget_calendar table {
	margin-bottom: 0;
}

.widget_calendar caption {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
	text-transform: uppercase;
	font-size: 95%;
}

.widget_calendar thead th,
.widget_calendar tbody td {
	text-align: center;
}

.widget_calendar tfoot tr a {
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 90%;
}

td#next {
	text-align: right;
}

/* Quadro Widgets */	
.google-map-map {
	height: 240px;
}

.quadro-image-widget img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.quadro-rpost-thumb-link {
	display: block !important;
}

.quadro-rpost img {
	float: left;
	width: 26%;
	margin-right: 3%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.quadro-rpost-data {
	float: left;
	width: 71%;
}

.quadro-rpost-data h4 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 5px;
}

.quadro-rpost-data p {
	margin-bottom: 0;
	font-size: 80%;
	text-transform: uppercase;
}

.widget_quadro_twitter_widget .follow-section {
	float: right;
	margin-bottom: 10px;
}

.widget_quadro_twitter_widget .twitter-feed {
	clear: both;
}

	.widget_quadro_twitter_widget .twitter-feed li {
		position: relative;
	}

		a.tweet-avatar-link {
			position: absolute;
				top: 0;
				left: 0;
		}

			a.tweet-avatar-link img {
			}

		.widget_quadro_twitter_widget .tweet {
			position: relative;
			margin-bottom: 5px;
			padding-left: 55px;
		}

			.tweet-author-link {
				padding-right: 40px;
			}

				.tweet-author-link h5 {
					display: inline;
					margin-right: 5px;
					font-size: 100%;
				}

				.tweet-author-link span {
					font-size: 90%;
				}

			.tweet-date-link {
				position: absolute;
					top: 0;
					right: 0;
				font-size: 11px;
				color: #888;
			}

			.tweet-content {
				margin-top: 5px;
			}

		.widget_quadro_twitter_widget .tweet-actions {
			clear: both;
			text-align: right;
			zoom: 1;
			filter: alpha(opacity=0);
			opacity: 0;
		}

		.widget_quadro_twitter_widget .twitter-feed li:hover .tweet-actions {
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
		}	

			.widget_quadro_twitter_widget .tweet-actions a {
				display: inline;
				padding: 0 5px;
				color: #888;
			}

				.widget_quadro_twitter_widget .tweet-actions a:hover {
					color: #222;
				}


/* =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;
}


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

.site-footer {
	width: 100%;
}

	.landing-enabled .site-footer {
		display: none;
	}

.inner-footer {
	width: 100%;
	padding: 60px 4% 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inner-footer .widget {
	margin: 0 0 40px;
}

.bottom-footer {
	width: 100%;
	padding: 30px 4%;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-navigation {
	display: block;
	margin-bottom: 5px;
	line-height: 20px;
	font-weight: normal;
	font-size: 85%;
}

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

	.footer-navigation li {
		display: inline-block;
	}

	.footer-navigation li a {
		display: inline-block;
		padding: 5px 15px 5px 0;
		text-decoration: none;
	}

		.footer-navigation li a:hover {
			zoom: 1;
			filter: alpha(opacity=70);
			opacity: 0.7;
		}

		.footer-navigation .menu-item-has-children &gt; a:after,
		.footer-navigation .page_item_has_children &gt; a:after {
			display: none;
		}

	.footer-navigation li ul {
		display: inline-block;
	}

.site-info {
	float: left;
	display: inline-block;
	font-size: 80%;
}

	.site-info p {
		margin-bottom: 0;
	}

.footer-social-icon {
	float: right;
	display: inline-block;
	margin: 0;
}


/* =Gutenberg Integration
----------------------------------------------- */
.site-main {
	overflow-x: hidden;
}

/* Alignments: Wide and Full */
.alignwide,
.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 (max-width: 759px) {
	/* Boxed Site --&gt; .alignwide &amp; .alignfull on devices smaller than 759px, when the sidebar goes down  */
	.boxed .alignwide,
	.boxed .alignfull {
		width: 90vw;
		max-width: 90vw;
		margin-left: calc(50% - 50vw + 5vw);
	}
}

@media only screen and (min-width: 760px) {
	/* .alignwide on devices &gt; 760px */
	.alignwide {
		width: 107%;
		max-width: 107%;
		margin-left: -7%;
	}

	/* Page Full Width --&gt; .alignwide */
	.page-template-template-full-width .alignwide {
		width: 100%;
		max-width: 100%;
		margin: 48px 0;
	}

	/* Right Sidebar (Post &amp; Page) --&gt; .alignwide &amp; .alignfull */
	.single-post.onsingle-sidebar-right .entry-content .alignwide,
	.page-template-default .alignwide,
	.single-post.onsingle-sidebar-right .entry-content .alignfull,
	.page-template-default .alignfull {
		width: calc(100% + 7%);
		max-width: calc(100% + 7%);
		margin-left: -7%;
	}

	/* Left Sidebar (Post &amp; Page) --&gt; .alignwide &amp; .alignfull */
	.single-post.onsingle-sidebar-left .entry-content .alignwide,
	.page-template-template-left-sidebar .alignwide,
	.single-post.onsingle-sidebar-left .entry-content .alignfull,
	.page-template-template-left-sidebar .alignfull {
		width: calc(100% + 7%);
		max-width: calc(100% + 7%);
		margin-right: -7%;
		margin-left: 0;
	}

	/* Post Full Width --&gt; .alignfull */
	.single-post.onsingle-fullwidth-left .alignfull,
	.single-post.onsingle-fullwidth-right .alignfull {
		margin-left: -7%;
	}

	/* Boxed Site --&gt; Page Full Width --&gt; .alignfull */
	.boxed.page-template-template-full-width .alignfull {
		width: 90vw;
		max-width: 90vw;
		margin-left: calc(50% - 50vw + 5vw);
	}

	/* Boxed Site --&gt; Post Full Width --&gt; .alignfull */
	.boxed.single-post.onsingle-fullwidth-left .alignfull,
	.boxed.single-post.onsingle-fullwidth-right .alignfull {
		width: 90vw;
		max-width: 90vw;
	}
}

@media only screen and (min-width: 1401px) {
	/* .alignfull 1400px limit */
	.single-post.onsingle-fullwidth-left .alignfull,
	.single-post.onsingle-fullwidth-right .alignfull {
		width: 1400px;
		max-width: 1400px;
		margin-left: -7%;
	}
	.page-template-template-full-width .alignfull {
		width: 1400px;
		max-width: 1400px;
		margin-left: calc(50% - 700px);
	}
}

@media only screen and (min-width: 1555px) {
	/* Boxed Site --&gt; .alignfull 1400px limit */
	.boxed.single-post.onsingle-fullwidth-left .alignfull,
	.boxed.single-post.onsingle-fullwidth-right .alignfull {
		width: 1400px;
		max-width: 1400px;
		margin-left: -7%;
	}
	.boxed.page-template-template-full-width .alignfull {
		width: 1400px;
		max-width: 1400px;
		margin-left: calc(50% - 700px);
	}
}

/* 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 &gt; *:last-child {
	margin-bottom: 0;
}

/* Subheading */
p.wp-block-subhead {}

/* 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 4%;
}

/* 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 7%;
}

/* Button */
.wp-block-button {
	margin-bottom: 24px;
}

.wp-block-button .wp-block-button__link {
	padding: 16px 30px;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

	.wp-block-button.is-style-squared .wp-block-button__link {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

.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);
}

/* Quote and Pullquote */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 20px 0 20px 40px;
}

blockquote.wp-block-pullquote {
	padding: 50px;
	background: #f8f8f8;
	border: none;
}

.wp-block-pullquote:not(.alignwide):not(.alignfull) {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wp-block-pullquote.alignfull {
	padding: 80px 50px;
}

.wp-block-pullquote.alignfull * {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/* Audio */
.wp-block-audio {
	margin-bottom: 24px;
}

.wp-block-audio.alignwide {
	padding: 40px 7%;
	background: #f1f3f4;
}

.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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Table */
.wp-block-table.alignwide,
.wp-block-table.alignfull {
	padding: 0 7%;
}

/* 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 */
.wp-block-categories.alignfull {
	padding: 0 7%;
}

.wp-block-categories.wp-block-categories-dropdown {
	text-align: center;
}

	.wp-block-categories.wp-block-categories-dropdown select {
		width: 100%;
		max-width: 700px;
	}

.wp-block-categories-list ul{
	list-style: none;
	margin: 0 0 24px;
	font-size: 80%;
	text-transform: uppercase;
}

.wp-block-categories-list ul li {
	display: inline-block;
	margin: 0 5px 8px 0;
	padding: 6px 10px;
	border: 1px solid #dedede;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Latest Posts */
.wp-block-latest-posts li {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.wp-block-latest-posts {
	list-style: none;
	font-size: 16px;
	line-height: 1.3;
}

ul.wp-block-latest-posts:not(.alignwide):not(.alignfull) {
	margin-left: 0;
}

.wp-block-latest-posts.alignfull,
.wp-block-latest-posts.alignwide {
	padding: 0 7%;
}

.wp-block-latest-posts li,
.wp-block-latest-posts.is-grid li {
	margin-bottom: 0;
}

.wp-block-latest-posts__post-date {
	margin: 5px 0 0;
	font-size: 12px;
	text-transform: uppercase;
}

/* Embeds */
.wp-block-embed-wordpress,
.wp-block-embed-instagram,
.wp-block-embed-twitter,
.wp-block-embed-facebook {
	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 7%;
}

.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;
}

.wp-block-embed figcaption {
	margin-bottom: 24px;
}

/* 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:not(.alignwide):not(.alignfull) {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wp-block-file.alignfull,
.wp-block-file.alignwide {
	padding: 40px;
}

.wp-block-file a.wp-block-file__button {
	margin-left: 20px;
	padding: 12px 20px;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Responsive alignment and padding adjustments */
@media only screen and (min-width: 760px) {
	.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-table.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 {
		padding: 0;
	}

	.page-template-template-full-width .wp-block-audio.alignwide {
		padding: 40px;
	}

	.page-template-template-full-width .wp-block-text-columns.alignfull,
	.page-template-template-full-width .wp-block-columns.alignfull,
	.page-template-template-full-width .wp-block-table.alignfull,
	.page-template-template-full-width .wp-block-latest-posts.alignfull,
	.page-template-template-full-width .wp-block-categories.alignfull,
	.page-template-template-full-width .wp-block-latest-posts.alignfull,
	.page-template-template-full-width .wp-block-embed-wordpress.alignfull,
	.page-template-template-full-width .wp-block-embed-instagram.alignfull,
	.page-template-template-full-width .wp-block-embed-twitter.alignfull,
	.page-template-template-full-width .wp-block-embed-facebook.alignfull {
		padding: 0 4%;
	}
}

@media only screen and (max-width: 759px) {
	.wp-block-text-columns.alignwide,
	.wp-block-columns.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,
	.wp-block-table.alignwide,
	.wp-block-table.alignfull {
		padding: 0 4%;
	}

	.wp-block-audio.alignwide,
	.wp-block-audio.alignfull {
		padding: 20px 4%;
	}

	.wp-block-image.alignleft,
	.wp-block-image.alignright,
	.wp-block-image .alignleft,
	.wp-block-image .alignright {
		width: 100% !important;
		text-align: center;
	}

		.wp-block-image.alignleft img,
		.wp-block-image.alignright img,
		.wp-block-image .alignleft img,
		.wp-block-image .alignright img {
			margin: 0 auto;
		}

	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large {
		padding: 10px 30px;
	}

	.wp-block-pullquote {
		padding: 40px;
	}

	.wp-block-quote.is-large p, .wp-block-quote.is-style-large p, .wp-block-pullquote p {
		font-size: 130%;
	}
}


/* =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 {
		height: 1024px;
	}
} 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  	.type-slogan.size-giant {
		height: 768px;
	}
}
/* iPhone 5 with portrait orientation */
@media all and (device-width: 320px) and (device-height: 568px) and (orientation:portrait) {
  	.type-slogan.size-giant {
		height: 500px;
	}
}

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

	.fixed-header {
		position: fixed;
		width: 100%;
			top: 0;
			left: 0;
		background: #fff;
		-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
		-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.1);
		box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.1);
		z-index: 999;
	}

		.fixed-header .top-header,
		.fixed-header .topper-header,
		.fixed-header .site-description,
		.fixed-header .social-area,
		.fixed-header .topper-notice,
		.fixed-header #site-navigation {
			display: none;
		}

		.fixed-header #sticky-navigation {
			display: block !important;
		}

		.fixed-header .bottom-header {
			max-width: 1400px;
			margin: 0 auto;
			padding: 10px 4% !important;
		}

			.boxed .fixed-header .bottom-header {
				width: 90%;
				padding: 10px 5% !important;
			}

		.fixed-header .site-title a {
			font-size: 26px;
		}

		.fixed-header .image-logo {
			margin-top: -3px;
		}

		.fixed-header .image-logo a img {
			height: 40px;
		}

		.fixed-header .main-navigation ul:first-child &gt; li &gt; a {
			color: #111;
		}

		.fixed-header .menu-slider {
			font-size: 20px;
		}

	.site-header-type4 .fixed-header .bottom-header {
		width: 100%;
		padding: 0 !important;
	}

	.site-header-type4 .fixed-header .contact-info,
	.site-header-type4 .fixed-header .site-branding,
	.site-header-type4 .fixed-header .search-area,
	.site-header-type4 .fixed-header .header-cart,
	.site-header-type4 .fixed-header .qi-login-link {
		display: none;
	}

}

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

	/* Main Layout */

	/* Header */

	/* Modules */
	.headline-caption h3.slide-caption-title {
		font-size: 52px;
	}

	.headline-caption p {
		font-size: 28px;
	}

	.striped-caption h3.slide-caption-title {
		font-size: 42px;
	}

	.striped-caption p {
		font-size: 20px;
	}

	.grid-blog .blog-item {
		width: 50% !important;
	}

	.classic-blog .blog-item,
	.search-results .blog-item,
	.home.blog .blog-item,
	.archive .blog-item {
		padding-left: 65px;
	}

	.classic-blog .post-icon,
	.search-results .post-icon,
	.home.blog .post-icon,
	.archive .post-icon  {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 32px;
	}

	.teasers-blog .blog-container {
		width: 100%;
		margin: 0;
		padding: 0 4%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.teasers-blog .widget-area {
		width: 100%;
		padding: 0 4%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.two-columns .portf-item,
	.three-columns .portf-item,
	.four-columns .portf-item {
		width: 50% !important;
	}

	.services-type1.four-columns .quadro-services li {
		width: 50%;
	}

	.services-type2 .quadro-services li {
		width: 48% !important;
	}

		.services-type2 .quadro-services li:nth-child(3n) {
			margin-right: 2% !important;
		}

			.services-type2.three-columns .quadro-services li:nth-child(3n+1) {
				clear: none;
			}

		.services-type2 .quadro-services li:nth-child(2n) {
			margin-right: 0;
		}

			.services-type2 .quadro-services li:nth-child(2n+1) {
				clear: left;
			}

	.services-type3.four-columns .quadro-services li {
		width: 48.25% !important;
	}

		.services-type3.four-columns .quadro-services li:nth-child(2n) {
			margin-right: 0;
		}

	.testimonials {
		width: 75%;
	}

	.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;
	}
	
	/* Page */

	/* Single */
	
	/* Single Portfolio */
	
	/* Widget Layouts */
	.widg-layout1 {
		width: 48.5%;
		margin: 0 3% 0 0;
	}

		.widg-layout1:nth-child(2n) {
			margin-right: 0;
		}

	.widg-layout3 {
		width: 48.5%;
		margin: 0 3% 0 0;
	}

		.widg-layout3:first-child {
			width: 100%;
			margin-right: 0;
		}

		.widg-layout3:last-child {
			margin-right: 0;
		}

	.widg-layout4 {
		width: 48.5%;
		margin: 0 0 0 3%;
	}

		.widg-layout4:first-child {
			margin-left: 0;
		}

		.widg-layout4:last-child {
			width: 100%;
			margin-left: 0;
		}

	.widget_quadro_twitter_widget .tweet-actions {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}

}

@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;
	}

	.type-slogan .slogan-content-wrapper h1 { font-size: 80px; }
	.type-slogan .slogan-content-wrapper h2 { font-size: 64px; }
	.type-slogan .slogan-content-wrapper h3 { font-size: 52px; }
	.type-slogan .slogan-content-wrapper h4 { font-size: 40px; }
	.type-slogan .slogan-content-wrapper h5 { font-size: 32px; }
	.type-slogan .slogan-content-wrapper h6 { font-size: 24px; }

}


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

	/* Main Layout */
	.content-area {
		width: 100% !important;
		padding: 0 4% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.widget-area {
		width: 100%;
		padding: 0 4%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* Header */
	.header-handler {
		margin-bottom: -48px;
		border-left: 48px solid rgba(0, 0, 0, 0);
		border-top: 48px solid;
	}

		.header-handler:before {
			font-size: 14px;
			top: -42px;
		}

	.topper-notice {
		padding: 12px 12% 12px 4%;
	}

		.notice-dismiss {
			right: 8%;
		}

	.top-header {
		padding: 0 8% 0 4%;
	}

	.site-title {
		display: block;
	}

	.site-description {
		display: none;
	}

	.site-header-type4 .contact-wrapper {
		display: none;
	}

	.qi-login-link &gt; a {
		width: 20px;
		padding: 5px;
		text-align: center;
	}

	.qi-login-link &gt; a i {
		margin: 0;
	}

	.qi-login-link span {
		display: none;
	}
	
	/* Modules */
	.mod-title {
		font-size: 42px;
	}

	.slider-large {
		margin-top: 0 !important;
	}

	.flex-direction-nav,
	.flex-control-nav {
		display: none;
	}

	.slide-caption {
		float: left;
		position: static;
		width: 100% !important;
		height: auto;
		padding: 15px;
		background: #000;
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-moz-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-o-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}

		.shape-circle .drop-caption,
		.shape-square .drop-caption {
			-webkit-border-radius: 0 !important;
			-moz-border-radius: 0 !important;
			border-radius: 0 !important;
		}

		.slide-caption h3.slide-caption-title,
		.slide-caption .caption-text,
		.slide-caption p,
		.slide-caption span.slider-caption-rmore {
			margin: 0;
			padding: 0;
			border: none;
			background: none !important;
		}

		.slide-caption h3.slide-caption-title {
			font-size: 20px;
			margin-bottom: 3px;
		}

		.slide-caption p {
			font-size: 15px;
		}

		.striped-caption span.slider-caption-rmore,
		.headline-caption span.slider-caption-rmore {
			display: block;
			margin-top: 5px;
			font-size: 12px;
		}

	.type-slogan {
		font-size: 20px;
	}

	.js-masonry {
		width: 100%;
	}

	.blog-masonry {
		margin: 0;
	}

	.grid-blog .blog-item {
		width: 100% !important;
	}

		.grid-blog .blog-item article {
			margin: 0;
		}

	.blog-container {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 4% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.grid-blog .blog-container {
			padding: 0 !important;
		}

	.teasers-blog .entry-thumbnail,
	.teasers-blog .entry-gallery {
		width: 100%;
		margin: 0 0 20px;
	}

	.portfolio-layout-full .terms-filter ul {
		padding: 10px;
	}

		.terms-filter ul li,
		.portfolio-layout-full .terms-filter ul li {
			padding: 3px 10px;
			border: 1px solid #dedede !important;
			margin: 5px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
		}

	.entry-thumbnail img {
		width: 100%;
	}

	.teasers-blog .byline, .teasers-blog .cat-links, .teasers-blog .entry-summary {
		float: left;
		width: 100%;
	}

	.services-type1 .quadro-services li {
		width: 100% !important;
		height: auto;
		padding-bottom: 60px;
	}

		.services-type1 .quadro-services li:hover header {
			margin: 0;
		}

		.services-type1 .quadro-services li:hover .service-content {
			display: none !important;
		}

	.services-type2 .quadro-services li {
		width: 100% !important;
		margin: 0 0 40px 0 !important;
	}

	.services-type3 .quadro-services li,
	.services-type3.four-columns .quadro-services li {
		width: 100% !important;
		margin: 40px 0 !important;
	}

	.type-testimonials .flex-direction-nav {
		display: none;
	}

	.testimonials {
		width: 100%;
	}

	.testimonials-type2 .testimonial-item {
		width: 100%;
		margin-right: 0;
	}

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

	.team-type1 .team-member {
		margin-right: 2%;
	}

		.team-type3 .team-member:nth-of-type(3n) {
			margin-right: 2%;
		}

		.team-type3 .team-member:nth-of-type(3n+1) {
			clear: none;
		}

		.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(2n+1),
		.team-type3 .team-member:nth-of-type(2n+1) {
			clear: left;
		}

	.feat-post-img {
		width: 100% !important;
		margin: 0 0 20px !important;
	}

	.featured-item-content {
		width: 100% !important;
	}

	.feat-item-title {
		font-size: 38px;
		line-height: 1.3;
	}

	.feat-type1 .feat-meta {
		width: 100%;
	}

	.feat-type1 .featured-item-text {
		width: 100%;
		margin-top: 20px;
	}

	.recents-wrapper {
		margin: 0 auto;
	}

	.clients-wrapper {
		margin-right: 0;
	}

	.ibox-wrapper {
		float: none !important;
	}

	.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 .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;
	}

	/* Page */
	.page-header {
		background-attachment: scroll;
	}

	.page-header-styled {
		padding-bottom: 50px;
	}

	.page-header-styled .page-title {
		font-size: 34px;
	}

	.page-header-default .page-title {
		display: block;
		width: 100%;
		text-align: center;
	}

	.page-tagline {
		max-width: none;
		font-size: 22px;
	}

	.page-header-default .page-breadcrumbs {
		position: static;
		max-width: none;
		margin-top: 10px;
		text-align: center;
	}

	.page-header-styled .page-breadcrumbs {
		width: 92%;
		padding: 5px 4%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* Single */
	.onsingle-fullwidth-right.single-post .entry-content,
	.onsingle-fullwidth-left.single-post .entry-content,
	.onsingle-fullwidth-right.single-post .entry-meta,
	.onsingle-fullwidth-left.single-post .entry-meta,
	.onsingle-fullwidth-right .post-navigation,
	.onsingle-fullwidth-left .post-navigation,
	.onsingle-fullwidth-right.single-post .comments-area,
	.onsingle-fullwidth-left.single-post .comments-area,
	.onsingle-fullwidth-right.single-post .entry-meta,
	.onsingle-fullwidth-left.single-post .entry-meta {
		width: 100%;
	}
	
	/* Single Portfolio */
	.item-header {
		width: 100%;
		padding: 0;
	}

		.actions-header {
			position: static;
			width: 100%;
			border-bottom: 1px solid #dedede;
		}

			.actions-header a {
				width: 50%;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}

			.loading-ajax .actions-header a {
				width: 33.3333%;
			}

			a.prev-portf-item {
				border-left: 0;
			}

		.item-title {
			padding: 25px 4% !important;
			border: none;
		}

		.item-media {
			width: 100%;
		}

			.expanded-media-margins .item-media, .regular-slider-media .item-media {
				width: 92%;
				margin-bottom: 0;
			}

		.item-content {
			width: 92%;
		}

			.expanded-media-margins .item-content, .regular-slider-media .item-content {
				padding-top: 20px;
			}

			.wide-slider-media .item-data, .no-special-media .item-data,
			.wide-slider-media .item-description, .no-special-media .item-description,
			.wide-slider-media .item-terms, .no-special-media .item-terms {
				float: left;
				width: 100%;
			}

	/* Content */

	/* Widget Layouts */
	.widg-layout2 {
		width: 100%;
		margin: 0;
	}

	/* Footer */
	.site-info {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		line-height: 1.5;
	}

	.footer-social-icons {
		width: 100%;
		text-align: center;
	}

		.footer-social-icons li {
			float: none;
			display: inline-block;
		}

	.footer-navigation {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-navigation li a {
		padding: 5px 8px;
	}

}


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

	/* Main Layout */
	
	/* Header */
	.topper-header,
	.site-header .social-area,
	.contact-info {
		display: none;
	}

	.topper-notice {
		padding: 12px 10% 12px 4%;
	}

		.notice-dismiss {
			right: 4%;
		}

	.top-header {
		width: 100%;
		padding: 0 4%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.top-header .menu-slider a {
			padding: 2px 0px 0 30px;
		}

	.bottom-header {
		text-align: center;
		height: auto;
		padding: 25px 4%;
	}

		.site-branding {
			float: none;
			margin-bottom: 10px !important;
		}

			.image-logo a img {
				max-width: 100%;
				height: auto;
				max-height: 140px;
				width: auto;
			}

			.site-header-type4 .bottom-header .image-logo a img {
				max-width: 90%;
			}

		.bottom-header .search-area,
		.bottom-header .header-cart,
		.bottom-header .menu-slider,
		.bottom-header .qi-login-link {
			float: none;
			display: inline-block;
			padding: 0 5px;
			line-height: 20px;
			vertical-align: middle;
		}

			.bottom-header .qi-login-link {
				margin: 0;
			}

		.site-header-type4 .search-area,
		.site-header-type4 .header-cart,
		.site-header-type4 .qi-login-link {
			position: relative;
			top: auto; bottom: auto; left: auto; right: auto;
			margin: 0 0 15px;
		}

		.site-header-type4 .menu-slider {
			padding: 0;
		}

		.bottom-header .search-icon,
		.bottom-header a.header-cart-link {
			padding: 0;
		}

		.bottom-header .search-slide {
			right: 0;
			left: -65px;
		}

			.bottom-header .search-slide:after {
				right: 0;
				left: 75px;
			}

		.cart-contents,
		#user-navigation {
			display: none !important;
		}

	/* Modules */
	.type-slider,
	.type-rev-slider {
		min-height: 60px;
	}

	.classic-blog .blog-item,
	.teaser-blog .blog-item,
	.classic-blog .blog-item,
	.search-results .blog-item,
	.home.blog .blog-item,
	.archive .blog-item  {
		padding-left: 35px;
	}

	.entry-meta span {
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}

	.classic-blog .post-icon,
	.teaser-blog .post-icon,
	.search-results .post-icon,
	.home.blog .post-icon,
	.archive .post-icon  {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.classic-blog .entry-title,
	.search-results .entry-title,
	.home.blog .entry-title,
	.archive .entry-title  {
		font-size: 28px;
	}

	.two-columns .portf-item,
	.three-columns .portf-item,
	.four-columns .portf-item {
		width: 100% !important;
	}

	.portfolio-layout-margin .quadro-portfolio {
		width: 100%;
	}

	.portfolio-layout-margin .portf-item article {
		margin-right: 0;
	}

	.team-member {
		width: 100% !important;
		margin: 0 0 20px !important;
	}

	.clients-wrapper {
		margin-right: 0;
	}

	.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-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: 60px 20px;
	}

	.modules-columns .mod-column {
		width: 100%;
		flex-basis: 100%;
	}

		.modules-columns .mod-column:empty {
			display: none;
		}

	.type-slogan .slogan-content-wrapper h1 { font-size: 48px; }
	.type-slogan .slogan-content-wrapper h2 { font-size: 38px; line-height: 1.5; }
	.type-slogan .slogan-content-wrapper h3 { font-size: 32px; line-height: 1.5; }
	.type-slogan .slogan-content-wrapper h4 { font-size: 28px; line-height: 1.5; }
	.type-slogan .slogan-content-wrapper h5 { font-size: 24px; line-height: 1.7; }
	.type-slogan .slogan-content-wrapper h6 { font-size: 20px; line-height: 1.7; }

	.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 {
		margin: 0;
	}

	.type-cgallery.with-margins .cgallery-gallery li .gallery-caption {
		margin-right: 5px;
	}
	
	/* Page */
	
	/* Single */
	
	/* Single Portfolio */
	.item-title {
		font-size: 26px;
		line-height: 32px;
	}

	/* Content */
	.result-item-product .entry-thumbnail,
	.result-item-portfolio .entry-thumbnail {
		width: 100%;
		margin: 0 0 20px;
	}

	.site-content .gallery .gallery-item {
		width: 100%;
		max-width: 100%;
	}

	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	
	/* Widget Layouts */
	.widg-layout1,
	.widg-layout3,
	.widg-layout4,
	.widg-layout5 {
		width: 100%;
		margin: 0;
	}

}
</pre></body></html>