/*
Theme Name: Regalmarca
Theme URI: http://stanza27.com
Author: Stanza27
Author URI: http://stanza27.com
Description:
Version: 1.0
Tags:
Text Domain: regalmarca
*/

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea,
select {
	border: 1px solid #51909C;
	border-radius: 2px;
	color: #2c4c6d;
	padding: 6px 8px 5px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #51909C;
	border: 0;
	border-radius: 2px;
	color: #fff;
	padding: 10px 40px 11px;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #51909C;
	color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #51909C;
}

button[disabled],
html input[disabled],
button[disabled]:hover,
html input[disabled]:hover {
	background: #999;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

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

.hide {
	display: none;
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	background: #FFF;
}

img {
	max-width: 100%;
}

p {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover {
	color: #736580;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Arapey', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
}

.wrapper {
	max-width: 1170px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.btn,
.entry-content .btn {
	background: #BAAED2;
	border: medium none;
	color: #FFFFFF;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 700;
	margin-top: 0.5em;
	padding: 0.6em 1.2em;
	text-transform: uppercase;
	vertical-align: top;
	white-space: nowrap;
}

.entry-content .colored .btn {
	background: #FFFFFF;
	color: #cbc3da;
}

.btn:hover,
.entry-content .btn:hover {
	background: #84679C;
}

.col {
	float: left;
	margin-right: 2.564102564102564%; /* 30px */
	margin-bottom: 2.564102564102564%; /* 30px */
}

.half {
	width: 50%;
	margin-right: 0;
}

.col_9 .col.one_third {
	width: 33.33333%;
	margin: 0;
}

.col_2 {
	width: 14.52991452991453%; /* 170px */
}

.col_3 {
	width: 23.07692307692308%; /* 270px */
}

.col_4 {
	width: 31.62393162393162%; /* 370px */
}

.col_6 {
	width: 48.71794871794872%; /* 570px */
}

.col_9 {
	width: 74.35897435897436%; /* 870px */
}

.col_6 .col {
	margin-right: 5.263157894736842%; /* 30px */
	margin-bottom: 0;
}

.col_6 .col_3 {
	width: 47.36842105263158%;  /* 270px */
}

.col_6 .col_3:nth-of-type(2n) {
	margin-right: 0;
}

.col.last,
.col:last-child,
.col.col_6:nth-of-type(2n) {
	margin-right: 0;
}

.box .col {
	margin-bottom: 0;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

#head {
	position: relative;
	z-index: 999;
	padding: 30px 0;
}

#site-title {
	background: url("images/logo_grey.svg") no-repeat left center;
	background-size: 100% auto;
	width: 270px;
	height: 38px;
	overflow: hidden;
	margin: 0;
	float: left;
}

.home #site-title {
	background: url("images/logo.svg") no-repeat left center;
}


#site-title a {
	display: block;
	height: 100%;
	text-indent: 300px;
}

/**
 * Navigation
 * -----------------------------------------------------------------------------
 */

#primary-navigation {
	float: right;
}

#primary-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#primary-navigation li {
	display: inline-block;
	margin-right: 15px;
}

#primary-navigation li:last-child {
	margin-right: 0;
}

#primary-navigation li.home {
	display: none;
}

#primary-navigation li.facebook a {
	background: url("images/ico_fb_grey.svg") no-repeat scroll center center / 100% 100%;
	display: inline-block;
	height: 26px;
	overflow: hidden;
	text-indent: 35px;
	width: 26px;
	padding: 0;
	vertical-align: middle;
	margin-left: 50px;
}

.home #primary-navigation li.facebook a {
	background: url("images/ico_fb.svg") no-repeat scroll center center / 100% 100%;
}

#primary-navigation a {
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	white-space: nowrap;
	padding: 11px 0;
	line-height: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.home #primary-navigation a {
	color: #FFFFFF;
}

#primary-navigation a:hover {
	color: #333333;
}

.home #primary-navigation a:hover {
	color: #111111;
}

#primary-navigation .current_page_item > a,
#primary-navigation .current_page_parent > a,
#primary-navigation .current_page_ancestor > a,
#primary-navigation .current-menu-item > a,
#primary-navigation .current-menu-ancestor > a,
#primary-navigation .current-post-ancestor > a {
}

#primary-navigation ul ul {
	margin: 0;
	position: absolute;
	top: 48px;
	left: -999em;
	z-index: 99999;
}

#primary-navigation ul .current_page_item ul,
#primary-navigation ul .current-menu-ancestor ul {
	margin: 0;
	position: absolute;
	top: 96px;
	left: 0;
	z-index: 99999;
	text-align: center;
	width: 100%;
}

#primary-navigation ul ul a {
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 -1px 0 #9a95a6;
}

#primary-navigation ul ul a:hover {
	color: #80779A;
	text-shadow: none;
}


#primary-navigation ul ul .current-menu-item a {
	border-bottom: 1px solid #FFFFFF;
}

#primary-navigation .nav-menu {
	display: inline-block;
}

#primary-navigation.toggled-on .nav-menu {
	display: block;
}

.menu-toggle {
	display: none;
	cursor: pointer;
	font-size: 0;
	height: 35px;
	width: 35px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	text-indent: 80px;
	white-space: nowrap;
}

.menu-toggle.toggled-on {
	z-index: 999999;
}

/**
 * Visual
 * -----------------------------------------------------------------------------
 */

#visual {
	background-position: center center;
	background-size: cover;
	height: 600px;
	position: relative;
	margin-top: -98px;
}

#visual:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 180px;
	background: url("images/overlay_visual.png") repeat-x left top;
	z-index: 100;
}

#slideshow_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#slideshow_container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	overflow: hidden;
}

#slideshow_container li {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

#slideshow_container .wrapper {
	height: 100%;
}

#slideshow_container .caption {
	position: absolute;
	right: 0;
	top: 33%;
	background: rgba(255,255,255, 0.75);
	padding: 40px 30px;
	font-family: 'Arapey', Georgia, "Times New Roman", Times, serif;
	font-size: 54px;
	font-style: italic;
	color: #000000;
	line-height: 0.95;
}

#slideshow_container .caption p:last-child {
	margin: 0;
}

/**
 * Home page
 * -----------------------------------------------------------------------------
 */

.home #main-content {
	background: url("images/bg_main.jpg") repeat-x center top;
}

#products_list_title {
	font-size: 60px;
	color: #939296;
	text-align: center;
	position: relative;
	margin: 45px auto;
	line-height: 1;
	text-shadow: 0 -2px 0 #ffffff;
}

#products_list_title:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	height: 1.5px;
	background: #bababa;
	transform: rotate(-2.9deg);
	transform-origin: 100% 0 0;
	z-index: 10;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#products_list_title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35%;
	height: 1.5px;
	background: #bababa;
	transform: rotate(-2.9deg);
	transform-origin: 0 0 0;
	z-index: 10;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#products_list {
	margin-top: 5.128205128205128%; /* 60px @ 1170 */
}

#products_list > div {
	float: left;
	width: 29.91452991452991%; /* 350px @ 1170 */
	margin-right: 5.128205128205128%; /* 60px @ 1170 */
	margin-bottom: 5.128205128205128%; /* 60px @ 1170 */
	position: relative;
	overflow: hidden;
}

#products_list > div:nth-child(3n) {
	margin-right: 0;
}

#products_list > div:nth-child(3n - 2) {
	clear: left;
}

#products_list > div:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 1.5px;
	background: #FFFFFF;
	transform: rotate(-33.7655deg);
	transform-origin: 100% 0 0;
	z-index: 10;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#products_list > div:hover:before {
	top: -50%;
	right: -50%;
}

#products_list > div:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	height: 1.5px;
	background: #FFFFFF;
	transform: rotate(-33.7655deg);
	transform-origin: 0 0 0;
	z-index: 10;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#products_list > div:hover:after {
	bottom: -50%;
	left: -50%;
}

#products_list > div img {
	display: block;
}

#products_list > div a {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -15px;
	line-height: 1;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	text-shadow: 0 0 10px rgba(76, 62, 89, 0.7);
}

#products_list > div .read_more {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	line-height: 1;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#products_list > div:hover .read_more {
	bottom: 30px;
}

#products_list > div .read_more span {
	display: inline-block;
	border: 2px solid #FFFFFF;
	padding: 12px 34px;
}

#products_list > div .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #d5caee;
	opacity: 0.7;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#products_list > div:hover .overlay {
	background: #b595d2;
	opacity: 0.95;
}

#follow_on_fb,
#subscribe_newsletter {
	width: 85.47008547008547%; /* 500px @ 585 */
	margin: 6.837606837606838% auto 0; /* 40px @ 585 */
	text-align: center;
}

#follow_on_fb h2,
#subscribe_newsletter h2 {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	padding: 102px 0;
	margin-bottom: 30px;
	line-height: 1;
	position: relative;
}

#follow_on_fb h2 {
	background: #3b5998;
}

#subscribe_newsletter h2 {
	background: #b595d2;
}

#follow_on_fb h2:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #3b5998 transparent transparent transparent;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
}

#subscribe_newsletter h2:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #b595d2 transparent transparent transparent;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
}

#follow_on_fb .fb_iframe_widget {
	overflow: hidden;
	box-shadow: 0 2px 0 0 #dfdee0;
	width: 100%;
	display: block;
}

#follow_on_fb .fb_iframe_widget > span {
	margin-top: -89px;
}

#subscribe_newsletter form.mc4wp-form {
	background: #f1f0f2;
	border: 1px solid #e9e8eb;
	box-shadow: 0 2px 0 0 #dfdee0;
	padding: 35px 20px 20px;
	text-align: left;
}

#subscribe_newsletter form.mc4wp-form p {
	font-size: 22px;
	color: #888888;
}

#subscribe_newsletter label {
	margin-bottom: 20px;
	display: block;
	position: relative;
}

#subscribe_newsletter label > span {
	display: none;
}

#subscribe_newsletter label > span.required {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#subscribe_newsletter input {
	background: #fefcff;
	color: #aeadb2;
	border: 1px solid #d4d2d9;
	border-radius: 0;
	width: 100%;
	padding: 22px 20px;
	line-height: 1.22;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size: 22px;
}

#subscribe_newsletter input:focus {
	background: #FFFFFF;
}

#subscribe_newsletter input[type=submit] {
	background: #b595d2;
	color: #ffffff;
	border: none;
	text-shadow: 0 -1px 0 #725e85;
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
}

*::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

.mc4wp-success,
.wpcf7-mail-sent-ok {
	margin-top: 20px;
	padding: 20px;
	font-size: 14px;
	background: #D0F5DD;
	color: #42715F;
}

.mc4wp-notice {
	margin-top: 20px;
	padding: 20px;
	font-size: 14px;
	background: #d3f4ff;
	color: #47616c;
}

.mc4wp-error,
.wpcf7-validation-errors {
	margin-top: 20px;
	padding: 20px;
	font-size: 14px;
	background: #ffd8dd;
	color: #c60202;
}

.wpcf7-not-valid-tip {
	color: #c60202;
	font-size: 0.7em;
	margin: 0.6em 1em 0;
}

.screen-reader-response {
	display: none;
}

/**
 * Pagina
 * -----------------------------------------------------------------------------
 */

#main {
	margin-bottom: 100px;
}

.page .entry-content {
	background: url("images/bg_main.jpg") repeat-x center top;
}

.page .entry-content h1 {
	font-size: 50px;
	font-style: italic;
	font-weight: normal;
	position: relative;
	text-align: center;
	margin: 50px 0 80px;
}

.page .entry-content h1:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -40px;
	width: 100px;
	height: 1px;
	margin-left: -50px;
	background: #999999;
}

.page .entry-header {
	display: none;
}

.page .box {
	position: relative;
}

.page .box.colored {
	background: #D0C8E0 url("images/bg_box.jpg") repeat-x center top;
	color: #ffffff;
	overflow: hidden;
}

.page .box.colored:before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 120%;
	height: 200px;
	background: #ffffff;
	transform: rotate(-4.1deg);
	transform-origin: 100% 100% 0;
	z-index: 10;
}

.page .box.colored.first:before {
	display: none;
}

.page .box.colored:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 120%;
	height: 200px;
	background: #ffffff;
	transform: rotate(-4.1deg);
	transform-origin: 0 0 0;
	z-index: 10;
}

.page .box .col_6 {
	padding: 5.128205128205128% 0; /* 60px 0 @ 1170 */;
}

.page .box .col_6:nth-of-type(2n) {
	padding-top: 4.273504273504274%; /* 50px 0 @ 1170 */;
}

.page .box.colored .col_6 {
	padding: 16.66666666666667% 0; /* 195px 0 @ 1170 */;
}

.page .box.colored .col_6:nth-of-type(2n) {
	padding-top: 15.81196581196581%; /* 185px @ 1170 */;
}

.page .box .col_6:last-child,
.page .box .col_6:nth-of-type(2n) {
	padding-left: 5.982905982905983%; /* 70px @ 570 */;
}

.page .box .col_6 h2 {
	font-size: 78px;
	padding: 65px 0;
	text-align: center;
	position: relative;
	line-height: 1;
	margin: 0;
}

.page .box.colored .col_6 h2 {
	text-shadow: 0 -1px 0 #9a95a6;
}

.page .box .col_6 h2:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 18%;
	height: 1.5px;
	background: #999999;
	transform: rotate(-20deg);
	transform-origin: 100% 0 0;
	z-index: 10;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.page .box.colored .col_6 h2:before {
	background: #ffffff;
}

.page .box:hover .col_6 h2:before {
	top: -10%;
	right: -10%;
}

.page .box .col_6 h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18%;
	height: 1.5px;
	background: #999999;
	transform: rotate(-20deg);
	transform-origin: 0 0 0;
	z-index: 10;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.page .box.colored .col_6 h2:after {
	background: #ffffff;
}

.page .box:hover .col_6 h2:after {
	bottom: -10%;
	left: -10%;
}

.page .entry-content p {
	line-height: 1.4;
}

.page .box .col_6 p {
	font-size: 20px;
	line-height: 1.2;
}

.page .box p:last-child {
	margin: 0;
}

#balloon_container {
	text-align: center;
	z-index: 90;
	margin-top: 100px;
}

#balloon_container h2 {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	/*margin-top: 8.547008547008547%;*/ /* 100px @ 1170 */
}

#balloon {
	background: #c5abdb;
	color: #ffffff;
	position: relative;
	margin-top: 60px;
	padding: 2.564102564102564%; /* 30px @ 1170 */
}

#balloon:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 30px;
	border-color: transparent transparent #c5abdb transparent;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
}

#balloon h3 {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1;
	text-shadow: 0 -1px 0 #a08bb2;
	float: left;
	width: 31.53153153153153%; /* 350px @ 1110 */
	margin-right: 2.702702702702703%; /* 30px @ 1110 */
	margin-bottom: 80px;
	position: relative;
}

#balloon h3:last-of-type {
	margin-right: 0;
}

#balloon h3:nth-of-type(2):after {
	background: #FFFFFF;
	bottom: -40px;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -85px;
	position: absolute;
	width: 170px;
}

#balloon strong {
	display: block;
	font-weight: 900;
}

#balloon strong span {
	font-size: 60px;
}

#balloon a {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	border: 2px solid #ffffff;
	padding: 17px;
	float: left;
	width: 31.53153153153153%; /* 350px @ 1110 */
	margin-right: 2.702702702702703%; /* 30px @ 1110 */
	-webkit-transition: border 0.3s ease-out, margin 0.3s ease-out, background 0.1s ease-out;
	transition: border 0.3s ease-out, margin 0.3s ease-out, background 0.1s ease-out;
}

#balloon a:last-of-type {
	margin-right: 0;
}

#balloon_container:hover a {
	background: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 6px solid #c6becc;
	color: #C6BECC;
	text-shadow: 0 -1px 0 #A79EAE;
	margin-top: -4px;
}

#balloon a:hover {
	border-bottom-width: 10px;
	margin-top: -8px;
}

#map {
	width: 100%;
	height: 490px;
	margin: 0;
	border: 8px solid #ffffff;
	box-shadow: 0 2px 8px 0 #cccccc;
}

.entry-content h3 {
	font-size: 36px;
}

.entry-content a {
	color: #b595d2;
}

.entry-content a:hover {
	color: #84679C;
}

.lista_cataloghi .wrapper {
	margin-top: 40px;
	text-align: center;
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

.lista_cataloghi .produttore {
	padding: 0 20px;
	margin-bottom: 40px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.lista_cataloghi h3 {
	margin-bottom: 0.5em;
}

.lista_cataloghi p {
	margin-bottom: 2em;
}

.entry-content .lista_cataloghi a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	text-transform: uppercase;
}

/**
 * Form contatti
 * -----------------------------------------------------------------------------
 */

.home .entry-content .form.mc4wp-form {
	background: #f1f0f2;
	border: 1px solid #e9e8eb;
	box-shadow: 0 2px 0 0 #dfdee0;
	padding: 35px 20px 20px;
	text-align: left;
}

.home .entry-content .form.mc4wp-form p {
	font-size: 22px;
	color: #888888;
}

.entry-content label {
	margin-bottom: 20px;
	display: block;
	position: relative;
}

.entry-content label > span {
	display: none;
}

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

.entry-content label > span.required {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.entry-content input,
.entry-content textarea {
	background: #fefcff;
	color: #aeadb2;
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 15px;
	line-height: 1.2;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size: 20px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.entry-content textarea {
	height: 140px;
}

.entry-content input:focus,
.entry-content textarea:focus {
	background: #FFFFFF;
}

.entry-content input[type=submit] {
	background: #b595d2;
	color: #ffffff;
	border: none;
	text-shadow: 0 -1px 0 #725e85;
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
	border-bottom: 6px solid #9e82b8;
	margin-bottom: 4px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.entry-content input[type=submit]:hover {
	border-bottom: 10px solid #9e82b8;
	margin-top: -4px;
}

#avvisi {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 18px 0;
	color:  #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #816C96;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
	border-top: 1px solid #d0b3d9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1OTVkMiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZDgyYjciIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(181,149,210,0.95) 0%, rgba(157,130,183,0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,149,210,0.95)), color-stop(100%,rgba(157,130,183,0.95)));
	background: -webkit-linear-gradient(top, rgba(181,149,210,0.95) 0%,rgba(157,130,183,0.95) 100%);
	background: -o-linear-gradient(top, rgba(181,149,210,0.95) 0%,rgba(157,130,183,0.95) 100%);
	background: -ms-linear-gradient(top, rgba(181,149,210,0.95) 0%,rgba(157,130,183,0.95) 100%);
	background: linear-gradient(to bottom, rgba(181,149,210,0.95) 0%,rgba(157,130,183,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b595d2', endColorstr='#f29d82b7',GradientType=0 );
	z-index: 999;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.scrolled #avvisi {
	bottom: -40%;
}

#avvisi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#avvisi p {
	margin: 0;
}

/**
 * Gallery
 * -----------------------------------------------------------------------------
 */

.box.gallery_container {
	margin-top: -140px;
	z-index: 990;
}

.gallery div {
	float: left;
	width: 23.07692307692308%; /* 270px @ 1170 */
	text-align: center;
	margin: 0 2.564102564102564% 2.564102564102564% 0; /* 0 30px 30px 0 @ 1170 */
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.gallery div:nth-child(4n) {
	margin-right: 0;
}

.gallery div:hover {
	box-shadow: 0 0 15px 10px #DDDDDD;
}

.gallery a {
	display: block;
	overflow: hidden;
}

.gallery a:hover {
	box-shadow: 0 0 0 10px #ffffff;
}

.gallery img {
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.gallery img:hover {
	transform: scale(1.08);
}


/**
 * Footer
 * -----------------------------------------------------------------------------
 */

footer {
	background: #b1acbf url("images/bg_footer.jpg") repeat-x center top;
	font-size: 14px;
	line-height: 1.14;
	color: #ffffff;
	padding: 50px 0;
	position: relative;
}

#footer p:last-child {
	margin-bottom: 0;
}

#logo_footer {
	background: url("images/logo_footer.svg") no-repeat;
	background-size: 100% auto;
	width: 21.92982456140351%; /* 125px @ 570 */
	height: 123px;
	overflow: hidden;
	margin: 0 7.894736842105263% 0 12.28070175438596%; /* 0 45px 0 70px @ 570 */
	float: left;
}

#footer .col_6 p {
	padding-left: 42.10526315789474%; /* 240px @ 570 */
}

#footer .wrapper > div {
	position: relative;
	min-height: 123px;
}

.menu-navigazione-footer-container ul {
	margin: 0;
	padding: 0;
}

.menu-navigazione-footer-container li {
	display: block;
}

.menu-navigazione-footer-container li:nth-child(6) {
	margin-bottom: 1em;
}

.menu-navigazione-footer-container a {
	text-transform: uppercase;
}

#fb span {
	display: inline-block;
	background: url("images/ico_fb.svg") no-repeat center center / 26px 26px;
	overflow: hidden;
	text-indent: 35px;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin-left: 5px;
}

#credits {
	position: absolute;
	left: 0;
	bottom: 0;
}

/**
 * Cookie notice
 * -----------------------------------------------------------------------------
 */

#cookie-notice {
    opacity: 0.85;
}

.cookie-notice-container {
    padding: 8px;
}

#cookie-notice a {
    color: #000000;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0.1em 0.5em 0.3em;
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

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

	.wrapper,
	#visual_content {
		padding-left: 20px;
		padding-right: 20px;
	}

	#site-title {
		width: 240px;
	}

	#primary-navigation li.facebook a {
		margin-left: 20px;
	}

	#slideshow_container .caption {
		right: 30px;
	}

}

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

	#head {
		padding: 15px 0;
	}

	#site-title {
		width: 160px;
		height: 36px;
		position: relative;
		top: -2px;
	}

	#primary-navigation li {
		margin-right: 10px;
	}

	#primary-navigation a {
		font-size: 14px;
	}

	#primary-navigation li.facebook a {
		margin-left: 10px;
	}

	#primary-navigation ul .current_page_item ul,
	#primary-navigation ul .current-menu-ancestor ul {
		top: 66px;
	}

	#visual {
		height: 500px;
		margin-top: -66px;
	}

	#slideshow_container .caption {
		font-size: 48px;
	}

	#products_list > div {
		margin-bottom: 2.127659574468085%; /* 20px @ 940 */
		margin-right: 2.127659574468085%; /* 20px @ 940 */
		width: 31.91489361702128%; /* 300px @ 940 */
	}

	#products_list > div a {
		font-size: 24px;
	}

	#products_list > div .read_more {
		font-size: 14px;
	}

	#products_list > div:hover .read_more {
		bottom: 15px;
	}

	#products_list > div .read_more span {
		padding: 10px 25px;
	}

	#follow_on_fb {
		margin-right: 5.494505494505495%; /* 20px @ 364 */
		width: 94.50549450549451%;  /* 344px @ 364 */
	}

	#subscribe_newsletter {
		margin-left: 5.494505494505495%; /* 20px @ 364 */
		width: 94.50549450549451%;  /* 344px @ 364 */
	}

	#follow_on_fb h2,
	#subscribe_newsletter h2 {
		font-size: 40px;
		padding: 52px 0;
	}

	#subscribe_newsletter .form.mc4wp-form p {
		font-size: 20px;
	}

	#subscribe_newsletter input {
		font-size: 20px;
		padding: 20px 15px;
	}

	#subscribe_newsletter label > span.required {
		font-size: 11px;
	}

    .page .entry-content .col_6:first-child {
	    width: 30%;
	    margin-right: 3%;
    }

	.page .entry-content .col_6:last-child {
		width: 67%;
	}

	.page .box .col_6 h2 {
		font-size: 48px;
	}

	.page .box .col_6 h2::before {
		transform: rotate(-35deg);
		width: 32%;
	}

	.page .box .col_6 h2::after {
		transform: rotate(-35deg);
		width: 32%;
	}

	.page .box .col_6 p {
		font-size: 16px;
		line-height: 1.2;
	}

	#balloon_container h2 {
		font-size: 28px;
	}

	#balloon h3 {
		font-size: 17px;
		margin-bottom: 60px;
	}

	#balloon h3:nth-of-type(2)::after {
		bottom: -30px;
	}

	#balloon strong span {
		font-size: 40px;
	}

	#balloon a {
		font-size: 20px;
	}

	.box.gallery_container {
		margin-top: -80px;
	}

	.lista_cataloghi .wrapper {
		margin-top: 40px;
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}

}

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

	#site-title {
		top: 1px;
	}

	.menu-toggle,
	.menu-toggle.toggled-on {
		display: block;
		position: absolute;
		top: 0;
		right: 20px;
		left: auto;
		background: none;
	}

	.tcon {
		appearance: none;
		border: none;
		cursor: pointer;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 35px;
		transition: 0.3s;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 40px;
		background: transparent;
		outline: none;
		padding: 0;
	}

	.tcon > * {
		display: block;
	}

	.tcon:hover, .tcon:focus {
		outline: none;
		background: transparent;
	}

	.tcon::-moz-focus-inner {
		border: 0;
	}

	.tcon-menu__lines {
		display: inline-block;
		height: 5px;
		width: 35px;
		border-radius: 2px;
		transition: 0.3s;
		background: #999999;
		position: relative;
	}

	.home .tcon-menu__lines {
		background: #FFFFFF;
	}

	.tcon-menu__lines::before,
	.tcon-menu__lines::after {
		display: inline-block;
		height: 5px;
		width: 35px;
		border-radius: 2px;
		transition: 0.3s;
		background: #999999;
		content: '';
		position: absolute;
		left: 0;
		-webkit-transform-origin: 2.5px center;
		transform-origin: 2.5px center;
		width: 100%;
	}

	.home .tcon-menu__lines::before,
	.home .tcon-menu__lines::after {
		background: #FFFFFF;
	}

	.tcon-menu__lines::before {
		top: 10px;
	}

	.tcon-menu__lines::after {
		top: -10px;
	}

	.tcon-transform .tcon-menu__lines {
		-webkit-transform: scale3d(.8, .8, .8);
		transform: scale3d(.8, .8, .8);
	}

	.tcon-transform .tcon-menu__lines,
	.tcon-transform .tcon-menu__lines::before,
	.tcon-transform .tcon-menu__lines::after {
		background: #999999;
	}

	.tcon-transform .tcon-menu__lines::before,
	.tcon-transform .tcon-menu__lines::after {
		height: 6px;
		width: 45px;
		left: -4px;
	}

	.tcon-menu--xcross {
		width: auto;
	}

	.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
		background: transparent;
	}

	.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before,
	.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		top: 0;
		width: 40px;
	}

	.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}

	.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}

	.tcon-visuallyhidden {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.tcon-visuallyhidden:active,
	.tcon-visuallyhidden:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}

	#primary-navigation {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.95);
		margin: 0;
		padding: 120px 0 20px;
		border: none;
		overflow: auto;
		z-index: 9999;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.5s, visibility 0s 0.5s;
	}

	#primary-navigation.toggled-on {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.5s;
	}

	body.toggled-on {
		overflow-y: hidden;
	}

	.menu-navigazione-container,
	.menu-navigazione-inglese-container {
		display: block;
	}

	#primary-navigation .nav-menu {
		margin-bottom: 30px;
	}

	#primary-navigation li {
		display: block;
		padding: 0;
		margin: 0;
		position: relative;
	}

	#primary-navigation a,
	#primary-navigation a:hover,
	#primary-navigation .current_page_item > a,
	#primary-navigation .current_page_ancestor > a,
	#primary-navigation .current-menu-item > a,
	#primary-navigation .current-menu-ancestor > a,
	#primary-navigation .current-post-ancestor > a,
	.home #primary-navigation a,
	#primary-navigation ul ul a {
		display: block;
		color: #999999;
		font-size: 16px;
		font-weight: bold;
		text-shadow: none;
		line-height: 1.5;
		border: none;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0.5em 0;
		-webkit-transition: none;
		transition: none;
	}

	#primary-navigation li:last-child a {
		border-bottom: none;
	}

	#primary-navigation a:hover,
	#primary-navigation .current_page_item > a,
	#primary-navigation .current_page_ancestor > a,
	#primary-navigation .current-menu-item > a,
	#primary-navigation .current-menu-ancestor > a,
	#primary-navigation .current-post-ancestor > a,
	#primary-navigation ul ul .current-menu-item a {
		color: #333333;
		border: none;
	}

	#primary-navigation .menu-item-has-children .toggle_submenu,
	#primary-navigation .current-menu-item.menu-item-has-children .toggle_submenu.toggled,
	#primary-navigation .current-menu-ancestor.menu-item-has-children .toggle_submenu.toggled {
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMjg3IDM4NyAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMjg3IDM4NyAyMCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiM5OTk5OTk7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTS0yNjcuMiwzOTRsLTkuMiw5LjJjLTAuMiwwLjItMC4zLDAuMi0wLjYsMC4ycy0wLjQtMC4xLTAuNi0wLjJsLTkuMi05LjJjLTAuMi0wLjItMC4yLTAuMy0wLjItMC42YzAtMC4yLDAuMS0wLjQsMC4yLTAuNmwyLjEtMmMwLjItMC4yLDAuMy0wLjIsMC42LTAuMmMwLjIsMCwwLjQsMC4xLDAuNiwwLjJsNi42LDYuNmw2LjYtNi42YzAuMi0wLjIsMC4zLTAuMiwwLjYtMC4yYzAuMiwwLDAuNCwwLjEsMC42LDAuMmwyLjEsMmMwLjIsMC4yLDAuMiwwLjMsMC4yLDAuNkMtMjY3LDM5My42LTI2Ny4xLDM5My44LTI2Ny4yLDM5NHoiLz48L3N2Zz4=) no-repeat center center;
		background-size: 14px 14px;
		transform: rotate(0deg);
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	#primary-navigation .toggle_submenu.toggled,
	#primary-navigation .current-menu-item.menu-item-has-children .toggle_submenu,
	#primary-navigation .current-menu-ancestor.menu-item-has-children .toggle_submenu {
		transform: rotate(180deg);
	}

	#primary-navigation ul ul,
	#primary-navigation ul .current_page_item ul,
	#primary-navigation ul .current-menu-ancestor ul {
		position: static;
		padding: 0;
		margin: 0;
		float: none;
		box-shadow: none;
		display: none;
		background: #eeeeee;
	}

	#primary-navigation ul .current_page_item ul,
	#primary-navigation ul .current-menu-ancestor ul {
		display: block;
	}

	#primary-navigation ul ul li {
		margin: 0;
	}

	#primary-navigation ul ul a {
		white-space: nowrap;
	}

	#primary-navigation li.facebook {
		text-align: center;
	}

	#primary-navigation li.facebook a {
		margin: 0;
		text-overflow: clip;
	}

	#visual {
		height: 400px;
	}

	#slideshow_container .caption {
		font-size: 36px;
	}

	#products_list > div,
	#products_list > div:nth-child(3n) {
		margin-bottom: 3.713892709766162%; /* 27px @ 727 */
		margin-right: 3.713892709766162%; /* 27px @ 727 */
		width: 48.14305364511692%; /* 350 @ 727 */
	}

	#products_list > div:nth-child(2n) {
		margin-right: 0;
	}

	#products_list > div:nth-child(3n -2) {
		clear: none;
	}

	#products_list > div:nth-child(2n - 1) {
		clear: left;
	}

	#products_list > div a {
		font-size: 22px;
		margin-top: -10px;
	}

	#products_list > div:hover .read_more {
		bottom: 10px;
	}

	#products_list + .col.half,
	#products_list + .col.half + .col.half {
		width: 100%;
	}

	#follow_on_fb,
	#subscribe_newsletter {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		max-width: 500px;
	}

	#follow_on_fb h2,
	#subscribe_newsletter h2 {
		font-size: 32px;
		padding: 32px 0;
	}

	.page .entry-content .col_6:first-child {
		width: 80%;
		float: none;
		margin: 0 auto;
		padding-bottom: 50px;
	}

	.page .box.colored .col_6 {
		padding: 12.667% 0;
	}

	.page .box.colored.first .col_6:first-child {
		padding-top: 8.66666666667%;
	}

	.page .box .col_6:nth-of-type(2n),
	.page .box.colored .col_6:nth-of-type(2n) {
		width: 80%;
		float: none;
		margin: 0 auto;
		padding-top: 0;
		padding-left: 0;
	}

	.page.page-child .box .col_6:nth-of-type(2n),
	.page.page-child .box.colored .col_6:nth-of-type(2n) {
		text-align: center;
	}

	.page .box .col_6 h2 {
		padding: 35px 0;
	}

	.page .box .col_6 h2::before {
		transform: rotate(-11.3deg);
		width: 25%;
	}

	.page .box .col_6 h2::after {
		transform: rotate(-11.3deg);
		width: 25%;
	}

	#avvisi {
		font-size: 14px;
		padding: 10px 0;
	}

	.scrolled #avvisi {
		position: static;
		border-bottom: 1px solid #b1a4b5;
	}

	#footer .wrapper .col_6 {
		width: 100%;
		margin-bottom: 30px;
		min-height: 0;
	}

	#footer .wrapper .col_3 {
		width: 48.71794871794872%;
	}

	#logo_footer {
		margin-left: 0;
		width: 48.71794871794872%; /* 570px @ 1170 */
		margin-right: 2.564102564102564%; /* 30px @ 1170 */
		background-size: 125px auto;
	}

	#footer .col_6 p {
		padding-left: 51.28205128205128%; /* 600px @ 1170 */
	}


}

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

	#balloon h3 {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}

	#balloon h3:first-of-type {
		margin-top: 20px;
	}

	#balloon h3:last-of-type {
		margin-bottom: 30px;
	}

	#balloon h3:nth-of-type(2)::after {
		display: none;
	}

	#balloon a {
		display: inline-block;
		float: none;
		width: 80%;
		margin: 0 0 20px;
	}

	.box.gallery_container {
		margin-top: -60px;
	}

	.lista_cataloghi .wrapper {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}

}

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

	.wrapper,
	#visual_content {
		padding-left: 15px;
		padding-right: 15px;
	}

	#visual {
		height: 350px;
	}

	#slideshow_container .caption {
		font-size: 28px;
		padding: 30px 20px;
		right: 15px;
	}

	#products_list > div,
	#products_list > div:nth-child(2n),
	#products_list > div:nth-child(3n) {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 350px;
	}

	#products_list > div a {
		font-size: 28px;
	}

	#products_list > div:hover .read_more {
		bottom: 20px;
	}

	#follow_on_fb h2,
	#subscribe_newsletter h2 {
		font-size: 24px;
	}

	#subscribe_newsletter .form.mc4wp-form p {
		font-size: 18px;
	}

	#subscribe_newsletter input {
		font-size: 18px;
		padding: 15px;
	}

	#subscribe_newsletter label > span.required {
		font-size: 10px;
	}

	#subscribe_newsletter input[type="submit"] {
		font-size: 24px;
	}

	.page .entry-content .col_6:first-child {
		width: 100%;
		padding-bottom: 40px;
	}

	.page .box .col_6:nth-of-type(2n),
	.page .box.colored .col_6:nth-of-type(2n) {
		width: 100%;
	}

	.page .box .col_6 h2 {
		font-size: 36px;
		padding: 0;
	}

	.page .box .col_6 h2::before,
	.page .box .col_6 h2::after {
		display: none;
	}

	.page.page-child .box .col_6:nth-of-type(2n),
	.page.page-child .box.colored .col_6:nth-of-type(2n) {
		text-align: left;
	}

	.page.page-child .box .col_6:nth-of-type(2n) p br,
	.page.page-child .box.colored .col_6:nth-of-type(2n) p br {
		display: none;
	}

	.gallery div {
		float: left;
		margin: 0 4% 4% 0;
		width: 48%;
	}

	.gallery div:nth-child(2n) {
		margin-right: 0;
	}

	.gallery div:nth-child(2n - 1) {
		clear: left;
	}

	#footer .wrapper .col_3 {
		width: 100%;
		margin-bottom: 30px;
		min-height: 0;
	}

	#footer .wrapper .col_3 {
		text-align: center;
	}

	#footer .wrapper .col_3:last-child {
		margin-bottom: 0;
	}

	#logo_footer {
		margin-left: 0;
		width: 34.21052631578947%;
		max-width: 125px;
		background-size: 100% auto;
	}

	#credits {
		display: block;
		margin-top: 30px;
		position: static;
	}

}


/**
 * 12.0 Helper classes
 * -----------------------------------------------------------------------------
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/**
 * 13.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}
