/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


@font-face {
    font-family: 'Optima';
    src: url('css/fonts/Optima/optima.eot');
    src: url('css/fonts/Optima/optima.eot?#iefix') format('eot'),
        url('css/fonts/Optima/optima.svg') format('svg'),    
        url('css/fonts/Optima/optima.woff') format('woff'),
        url('css/fonts/Optima/optima.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OptimaBold';
    src: url('css/fonts/Optima-Bold/optima-bold.eot');
    src: url('css/fonts/Optima-Bold/optima-bold.eot?#iefix') format('eot'),
        url('css/fonts/Optima-Bold/optima-bold.svg') format('svg'),    
        url('css/fonts/Optima-Bold/optima-bold.woff') format('woff'),
        url('css/fonts/Optima-Bold/optima-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('css/fonts/Icon/icomoon.eot?quim2l');
	src:url('css/fonts/Icon/icomoon.eot?quim2l#iefix') format('embedded-opentype'),
		url('css/fonts/Icon/icomoon.ttf?quim2l') format('truetype'),
		url('css/fonts/Icon/icomoon.woff?quim2l') format('woff'),
		url('css/fonts/Icon/icomoon.svg?quim2l#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Optima", sans-serif;
}

body {
	color: #575756;
	line-height: 1.3;
	margin: 0;
}

a {
	color: #999;
	text-decoration: none;
	outline: none !important;
}

a:visited {
	color: #999;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #af9857;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Optima", sans-serif;
	line-height: 1.3;
	margin: 0;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 10px 0 30px;
    padding: 0 0 0 20px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

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

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


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

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	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;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #fff;
    border: 1px solid #af9857;
    color: #af9857;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "OptimaBold", sans-serif;
    padding: 12px 15px 10px;
	text-decoration: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

button:hover,
input[type="submit"]:hover:enabled,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #af9857;
	color: #fff;
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	/*background-color: #0e2b55;*/
}

button[disabled],
input[type="submit"][disabled] {
	/*background-color: #ddd;*/
	color: #ddd;
	border-color: #ddd;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #999;
}

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

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

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

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

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

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/*
 * Gridism
 * A simple, responsive, and handy CSS grid by @cobyism
 * https://github.com/cobyism/gridism
 */

/* Preserve some sanity */
.grid,
.unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Set up some rules to govern the grid */
.grid {
  display: block;
  clear: both;
}
.grid .unit {
  float: left;
  width: 100%;
  padding: 0 10px;
}

/* This ensures the outer gutters are equal to the (doubled) inner gutters. */
.grid .unit:first-child { padding-left: 20px; }
.grid .unit:last-child { padding-right: 20px; }

/* Nested grids already have padding though, so let’s nuke it */
.unit .unit:first-child { padding-left: 0; }
.unit .unit:last-child { padding-right: 0; }
.unit .grid:first-child > .unit { padding-top: 0; }
.unit .grid:last-child > .unit { padding-bottom: 0; }

/* Let people nuke the gutters/padding completely in a couple of ways */
.no-gutters .unit,
.unit.no-gutters {
  padding: 0 !important;
}

/* Wrapping at a maximum width is optional */
.wrap .grid,
.grid.wrap {
  max-width: 978px;
  margin: 0 auto;
}

/* Width classes also have shorthand versions numbered as fractions
 * For example: for a grid unit 1/3 (one third) of the parent width,
 * simply apply class="w-1-3" to the element. */
.grid .whole,          .grid .w-1-1 { width: 100%; }
.grid .half,           .grid .w-1-2 { width: 50%; }
.grid .one-third,      .grid .w-1-3 { width: 33.3332%; }
.grid .two-thirds,     .grid .w-2-3 { width: 66.6665%; }
.grid .one-quarter,    .grid .w-1-4 { width: 25%; }
.grid .two-quarter,    .grid .w-2-4 { width: 50%; }
.grid .three-quarters, .grid .w-3-4 { width: 75%; }
.grid .one-fifth,      .grid .w-1-5 { width: 20%; }
.grid .two-fifths,     .grid .w-2-5 { width: 40%; }
.grid .three-fifths,   .grid .w-3-5 { width: 60%; }
.grid .four-fifths,    .grid .w-4-5 { width: 80%; }
.grid .golden-small,   .grid .w-g-s { width: 38.2716%; } /* Golden section: smaller piece */
.grid .golden-large,   .grid .w-g-l { width: 61.7283%; } /* Golden section: larger piece */

/* Clearfix after every .grid */
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid:after {
  clear: both;
}

/* Utility classes */
.align-center { text-align: center; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.pull-left    { float: left; }
.pull-right   { float: right; }

/* Responsive Stuff */
@media screen and (max-width: 768px) {
	.grid .unit {
		padding-left: 10px;
		padding-right: 10px;
	}
	.unit .grid .unit {
		padding-left: 0px;
		padding-right: 0px;
	}

  	.grid .unit:first-child { padding-left: 10px; }
	.grid .unit:last-child { padding-right: 10px; }
}

@media screen and (max-width: 568px) {
  .grid .unit {
    width: 100% !important;
  }
}

@media screen and (min-width: 1180px) {
  .wider .grid {
    max-width: 1180px;
    margin: 0 auto;
  }
}

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

.table-wrapper {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.table-cell-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;  
}


[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-insta:before {
	content: "\e801";
}
.icon-fb:before {
	content: "\e800";
}
.icon-move13:before {
	content: "\e802";
}

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

.site {
	background-color: #fff;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

.cookie-notice-container {
	border-top: 1px solid #af9857;
}


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


/**
 * 4.0.1 Breadcrumbs
 * ----------------------------------------------------------------------------
 */

.breadcrumbs {
	padding: 8px 0;
	margin-top: 50px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 1;
}

.breadcrumbs span{
	line-height: 1;
    display: inline-block;
    font-size: 0;
}

.breadcrumbs a{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
}

.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a.current-item:hover, .breadcrumbs a.current-item:active, .breadcrumbs span:last-child a:hover, .breadcrumbs span:last-child a:active{
	color: #af9857;
}

.breadcrumbs a.current-item, .breadcrumbs span:last-child a{
	color: #575756;
}

.breadcrumbs .breadcrumb-sep {
	display: inline-block;
	font-size: 10px;
	margin: 0 4px;
}

@media screen and (max-width: 767px) {
	.breadcrumbs {
		margin-top: 20px;
	}
}

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	border-top: 10px solid #af9857;
	position: relative;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.site-header {
		margin-bottom: 20px;
	}
}

#top-header a:link, #top-header a:visited{
	color: #333;
	text-decoration: none;
}

#top-header a:hover, #top-header a:active{
	color: #999;
}

#top-header-contacts {
	float: right;
}

#top-header-contacts a {
	display: inline-block;
    margin: 15px 15px 8px;
    position: relative;
    padding-left: 29px;
}

#top-header-contacts a::before {
	content: '';
	position: absolute;
	top: 3px;
    left: 0;
    width: 22px;
    height: 22px;
}

#top-header-contacts a i {
	position: absolute;
    left: 0;
    top: 3px;
    font-size: 22px;
    color: #999;
}

#top-header-contacts a span{
	display: block;
	font-family: 'OptimaBold', sans-serif;
}

#top-header-contacts a span.first{
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	line-height: 1;
}

#top-header-contacts a span.last{	
	color: #575756;
	font-size: 18px;
	line-height: 1;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

#top-header-contacts a:hover span.last, #top-header-contacts a:active span.last{	
	color: #af9857;
}

#bottom-header {
	padding: 40px 0 0;
	line-height: 1;
}

#bottom-header #logo {
	width: 183px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

#bottom-header #logo img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	width: auto;
	height: auto;
}

#bottom-header .header-headline{
	text-align: center;
    display: block;
    font-size: 1.125em;
    margin-bottom: 40px;
    color: #af9857;
}

@media screen and (max-width: 980px) {
	#bottom-header #logo {
		margin-top: 12px;
	}
	#bottom-header #logo img{
		max-height: 52px;
	}
}

.menus {
	display: block;
    vertical-align: top;
    text-align: center;
}

.mobile-menu, #open-menu {
	display: none;
}

.bottom-header-menu {
	list-style-type: none;
	margin: 20px 0 10px 15px;
	padding: 0;
}

@media screen and (max-width: 1180px) {
	.bottom-header-menu {
		margin-top: 0;
	}
}

.bottom-header-menu li{
	display: inline-block;
}

.bottom-header-menu a{
	font-size: 12px;
	line-height: 1;
	font-family: 'OptimaBold', sans-serif;
	color: #999;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.bottom-header-menu a:hover, .bottom-header-menu a:active{
	color: #af9857;
	text-decoration: none;
}

.bottom-header-menu a span{
	display: block;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 12px;
	font-family: 'OptimaBold', sans-serif;
}

.img-full-width {
	width: 100%;
	height: auto;
	display: block;
}


@media screen and (max-width: 767px) {
	#top-header, .menus {
		display: none;
	}

	#bottom-header {
		padding: 0;
	}

	#bottom-header .unit.w-1-4{
		width: 100%;
	}

	#bottom-header #logo {
		margin: 10px 0 0;
		width: auto;
    	display: inline-block;
	}

	#bottom-header #logo img{
		max-height: 36px;
	}

	#bottom-header .unit.w-3-4{
		width: 100%;
		position: relative;
	}

	.mobile-menu {
		display: block;
		position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 999;
	    background-color: rgba(255,255,255,0.95);
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    -webkit-transform: translateY(-101%);
	    -ms-transform: translateY(-101%);
	    transform: translateY(-101%);
	    -webkit-transition:all .4s ease-in;
		-o-transition:all .4s ease-in;
		transition:all .4s ease-in;
	}

	.mobile-menu.open {
		-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}

	.mobile-menu #mobile-menu-logo{
		display: block;
	    width: 160px;
	    margin: 49px auto 20px;
	}

	#close-menu, #open-menu {
		position: absolute;
		display: block;
		right: 0;
		top: 18px;
		padding: 12px 20px;
		color: #575756;
		font-size: 12px;
		line-height: 1;
	    letter-spacing: 0.05em;
	    text-transform: uppercase;
	    cursor: pointer;
	}

	#open-menu {
		top: 10px;
	}

	.mobile-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}

	.mobile-menu ul li{
		padding: 5px 0 0;
	}

	.mobile-menu ul li a{
		font-size: 12px;
		line-height: 1;
		letter-spacing: 0.05em;
		padding: 8px 40px 13px;
		display: inline-block;
		text-transform: uppercase;
		color: #575756;
		border-bottom: 1px solid #575756;
	}

	.mobile-menu ul li.current-menu-item a, .mobile-menu ul li a:hover, .mobile-menu ul li a:active{
		color: #af9857;
		border-color: #af9857;
	}
}

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



ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu > li {
	margin: 0 10px;
}

@media screen and (max-width: 978px) {
	.nav-menu > li {
		margin: 0;
	}
}

.nav-menu li a {
	color: #575756;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	padding: 5px;    
    position: relative;
	text-decoration: none;
	z-index: 9999;
	-webkit-transition:color .2s;
	-o-transition:color .2s;
	transition:color .2s;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:active > a,
.nav-menu li a:active {
	color: #af9857;
}

.nav-menu li a::before {
	position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 1px;
    background-color: #af9857;
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
	-o-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	-webkit-transition:opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
	-o-transition:opacity .15s ease-in-out, -o-transform .15s ease-in-out;
	transition:opacity .15s ease-in-out,transform .15s ease-in-out;
}

.nav-menu li:hover > a::before,
.nav-menu li a:hover::before,
.nav-menu li:active > a::before,
.nav-menu li a:active::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #fff;
	border-top: 0;*/
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	opacity: 0;
	text-align: left;
	padding: 0;
	-webkit-transform: translate3d(0,10px,0);
	-o-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	-webkit-transition:opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
	-o-transition:opacity .15s ease-in-out, -o-transform .15s ease-in-out;
	transition:opacity .15s ease-in-out,transform .15s ease-in-out;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #575756;
    margin: 0;
    padding: 5px;
    margin-right: 5px;
    font-size: 16px;
}

ul.nav-menu ul a:first-child,
.nav-menu ul ul a:first-child {
	margin-top: 7px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:active,
.nav-menu ul ul a:active {
	color: #af9857;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .active > ul,
.nav-menu .active > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: 300px;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #af9857;
	/*z-index: 9999;*/
}

.nav-menu .current_page_item > a::before,
.nav-menu .current_page_ancestor > a::before,
.nav-menu .current-menu-item > a::before,
.nav-menu .current-menu-ancestor > a::before {
	position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 1px;
    background-color: #af9857;
    content: '';
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/**
 * 4.3 Main title
 * ----------------------------------------------------------------------------
 */

.main-title {
	position: relative;
	/*text-align: center;*/
	margin: 0 0 40px;
}

.main-title.border {
	padding-top: 60px;
}

.main-title.border::before {
	content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background-color: #ddd;
}

.main-title.text-center {
	text-align: center;
}

/*@media screen and (max-width: 1179px) {
	.main-title.border::before {
		left: 60px;
	    right: 60px;
	}
}

@media screen and (max-width: 768px) {
	.main-title.border::before {
		left: 20px;
	    right: 20px;
	}
}*/

.main-title h1 {
	text-transform: uppercase;
	color: #575756;
	font-size: 24px;
	line-height: 1;
	font-family: "OptimaBold";
	margin-bottom: 10px;
}

.main-title h1#lowercase {
	text-transform: none;
}

.main-title h2 {
	text-transform: uppercase;
	color: #af9857;
	font-size: 12px;
}


.first-p {
	/*text-align: center;*/
	margin-bottom: 0;
}

.scopri {
	/*text-align: center;*/
	margin: 30px 0 0;
}

/**
 * 5.0 HOMEPAGE
 * ----------------------------------------------------------------------------
 */

/*#small-slider {
	height: 400px;
	background-color: #FF5722;
}*/

#under-slider {
	background: #f7f7f7;
	margin-top: 4px;
	margin-bottom: 60px;
	padding: 0 10px;
}

#under-slider h1{
	color: #af9857;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.05em;
}

#under-slider h1::before{
	content: '';
	position: absolute;
	right: 0;
	top: 11px;
	width: 52px;
	height: 18px;
	background-image: url("images/shusa/logo-shusa-small.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#under-slider h1 span{
	font-family: "OptimaBold", sans-serif;
}

@media screen and (max-width: 768px) {
	#under-slider h1{
		font-size: 14px;
	}
}

#short-menu {
	margin: 0 60px 60px;	
}

#short-menu .sm-item {
	float: left;
	width: 25%;
	padding: 40px 10px;
}

#short-menu .sm-item h2, #short-menu .sm-item h5{
	text-align: center;
	text-transform: uppercase;
}

#short-menu .sm-item h2{
	font-size: 24px;
	color: #575756;
	line-height: 1;
	margin-bottom: 10px;
	font-family: "OptimaBold", sans-serif;
}

#short-menu .sm-item h5{
	font-size: 12px;
	color: #af9857;
	line-height: 1;
	margin-bottom: 30px;
}

#short-menu .sm-item h5 span{
	text-transform: none;
}

#short-menu .sm-item .sm-content {
	position: relative;
	width: 80%;
	padding-bottom: 77%;
	margin: 0 auto;
	border-radius: 50%;
	border: 4px solid #af9857;
	overflow: hidden;
	z-index: 2;
}

#short-menu .sm-item .sm-content > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}

#short-menu #scopri .sm-content > div {
	background-image: url("images/shusa/shusa-scopri-prodotti-tecnologie.jpg");		
}

#short-menu #evolvi .sm-content > div {
	background-image: url("../../uploads/2021/09/t.modella-4.0-2-1.png");		
}

#short-menu #frequenta .sm-content > div {
	background-image: url("images/shusa/shusa-accademia-home.png");		
}

#short-menu #diventa .sm-content > div {
	background-image: url("images/shusa/shusa-diventa-bemybeauty.jpg");		
}

#short-menu .sm-item .sm-content span{
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(101%);
	-moz-transform: translateY(101%);
	-ms-transform: translateY(101%);
	-o-transform: translateY(101%);
	transform: translateY(101%);
	left: 0;
	width: 100%;
	height: 33%;
	background-color: #af9857;
	background-color: rgba(175,152,87,0.65);
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("images/shusa/plus78.png");
	-webkit-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}

#short-menu .sm-item a:hover .sm-content span{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

#short-menu .sm-item p {
	margin: 10px 10px 0;	
}

@media screen and (max-width: 978px) {
	#short-menu {
		margin: 0 40px 40px;	
	}

	#short-menu .sm-item {
		padding: 20px 10px;
		width: 50%;
	}

	#short-menu .sm-item a h2{
		font-size: 18px;
		margin-bottom: 5px;
	}

	#short-menu .sm-item a h5{
		height: 24px;
		margin-bottom: 15px;
	}

	#short-menu .sm-item .sm-content {
		width: 90%;
		padding-bottom: 90%;
		border-width: 2px;
	}
}

@media screen and (max-width: 768px) {
	#short-menu {
		margin: 0 20px 40px;	
	}

	#short-menu .sm-item a h5{
		height: 36px;
	}
}

@media screen and (max-width: 599px) {
	#short-menu {
		margin: 0 10px 20px;	
	}

	#short-menu .sm-item .sm-content {
		width: 100%;
		padding-bottom: 100%;
	}
}

@media screen and (max-width: 459px) {
	#short-menu .sm-item {
		float: none;
		width: 100%;
		padding: 0 10px 20px;
    	margin-bottom: 20px;
		border: none;
		border-bottom: 1px solid #ddd;
	}

	#short-menu .sm-item:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}

	#short-menu {
		margin: 0 10px 20px;	
	}

	#short-menu .sm-item a h5{
		height: auto;
	}

	#short-menu .sm-item .sm-content {
		width: 230px;
		padding-bottom: 230px;
	}
}


/**
 * 5.1 COSMESI
 * ----------------------------------------------------------------------------
 */

.visual-menu {
	text-align: center;
	margin-bottom: 60px;
}

.visual-menu .vm-item {
	position: relative;
	width: 33%;
	padding-bottom: 33%;
	display: inline-block;
	margin: 0 10px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 4px solid #af9857;
	overflow: hidden;
}

.visual-menu #vm-prodotti {
	background-image: url("images/shusa/cosmesi-prodotti.jpg");
}
.visual-menu #vm-tecnologia {
	background-image: url("images/shusa/cosmesi-tecnologia.jpg");
}

.visual-menu .vm-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.65);
	height: 33%;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

.visual-menu .vm-item:hover .vm-content{
	background-color: #fff;
}

.visual-menu h3 {
	font-size: 24px;
	color: #af9857;
	line-height: 1;
	font-family: "OptimaBold", sans-serif;
}

@media screen and (max-width: 768px) {
	.visual-menu .vm-item {
		width: 40%;
		padding-bottom: 40%;
		border-width: 2px;
	}

	.visual-menu h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 449px) {
	.visual-menu {
		margin-bottom: 30px;
	}

	.visual-menu .vm-item {
		width: 75%;
		padding-bottom: 75%;
		margin: 0 auto 30px;
	}
}


/**
 * 5.2 PRODOTTI COSMETICI
 * ----------------------------------------------------------------------------
 */

.wrap-items {
	padding-bottom: 30px;
	margin: 0 -15px;
}

.wrap-items.tecnologie {
	margin: 0 -30px;
}

.wrap-items .item {
	width: 20%;
	padding: 0 15px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
}

#wrap-catalogo .wrap-items.left {
	margin: 0 0 0 -10px;
}

#wrap-catalogo .wrap-items.right {
	margin: 0 -10px 0 0;
}

#wrap-catalogo .wrap-items .item {
	width: 33.333%;
	padding: 0 10px;
} 

.wrap-items.tecnologie .item {
	width: 25%;
	padding: 0 30px;
}

.wrap-items .item a:hover{
	text-decoration: none;
}

.wrap-items .item-image {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	margin-bottom: 15px;
	border-radius: 50%;
	border: 4px solid #af9857;
	overflow: hidden;
	z-index: 2;
}

.wrap-items .item-image > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("http://www.fashionologs.net/wp-content/uploads/2015/06/cosmetica-3.jpg");	
}

.wrap-items .item-image span{
	position: absolute;
	bottom: 0;
	-webkit-transform: translate3d(0,101%,0);
	-moz-transform: translate3d(0,101%,0);
	-ms-transform: translate3d(0,101%,0);
	-o-transform: translate3d(0,101%,0);
	transform: translate3d(0,101%,0);
	left: 0;
	width: 100%;
	height: 33%;
	background-color: #af9857;
	/*background-color: rgba(255,255,255,0.65);*/
	background-color: rgba(175,152,87,0.65);
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("images/shusa/plus78.png");
	-webkit-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}

.wrap-items a:hover .item-image span{
	/*bottom: 0;*/
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.wrap-items .item-text {
	height: 84px;
}

.wrap-items .item h3 {
	font-family: "OptimaBold", sans-serif;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
	color: #af9857;
}

.wrap-items .item h5 {
	font-family: "OptimaBold", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #999;
	text-transform: uppercase;
}

#man-wrapper {
	margin-top: 40px;
}

#man-wrapper > .w-1-2{
	margin-left: 25%;
}

#man-wrapper .wrap-items{
	text-align: center;
}

#man-wrapper .wrap-items .item{
	float: none;
	display: inline-block;
	width: 33.333%;
	padding: 0 10px;
}

@media screen and (max-width: 978px) {
	.wrap-items, .wrap-items.tecnologie {
		padding-bottom: 30px;
		margin: 0 -10px;
	}

	#wrap-catalogo .wrap-items .item{
		width: 50%;
	}

	#man-wrapper .wrap-items .item{
		width: 50%;
	}

	.wrap-items .item, .wrap-items.tecnologie .item {
		width: 25%;
		padding: 0 10px;
	}

	.wrap-items .item-image {
		margin-bottom: 10px;
	}
}

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

	#wrap-catalogo .unit.w-1-2 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#man-wrapper > .w-1-2{
		margin-left: 0;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#wrap-catalogo .wrap-items.left, #wrap-catalogo .wrap-items.right {
		margin: 0 -10px;
	}

	.wrap-items .item, .wrap-items.tecnologie .item {
		width: 33.33%;
	}
	.wrap-items .item-image {
		border-width: 2px;
	}
}

@media screen and (min-width: 700px) {
	#wrap-catalogo .has-border {
		position: relative;
	}

	#wrap-catalogo .has-border::before {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		bottom: 30px;
		width: 1px;
		background: #ddd;
	}
}

@media screen and (max-width: 499px) {
	.wrap-items, .wrap-items.tecnologie {
		padding-bottom: 20px;
		margin: 0 -5px;
	}
	.wrap-items .item, .wrap-items.tecnologie .item {
		width: 50%;
		padding: 0 5px;
	}
}





/**
 * 5.3 LINEA PRODOTTO
 * ----------------------------------------------------------------------------
 */

#linea-slider {
	width: 100%;
	height: 300px;
	margin-bottom: 40px;
}

#linea-slider img{
	max-width: 100%;
	max-height: 277px;
	margin: 0 auto;
    display: block;
}

#linea-slider .rsABlock{
	width: 100%;
}

#linea-slider h3 {
	text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
    color: #af9857;
    line-height: 1;
}

@media screen and (max-width: 767px) {
	#linea-slider {
		height: 200px;
	}

	#linea-slider img{
		max-height: 177px;
	}	
}

@media screen and (max-width: 480px) {
	#linea-slider {
		height: 160px;
	}

	#linea-slider img{
		max-height: 137px;
	}	
}

img.banner {
	margin-bottom: 40px;
}

.post-banner {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

.post-description {
	/*padding: 0 40px;*/
	margin-bottom: 60px;
}

.post-description .post-col {
	float: left;
	width: 50%;
	padding: 0 40px;
}

.post-description .post-col:first-child {
	padding-left: 0;
}
.post-description .post-col:last-child {
	padding-right: 0;
}

.post-description .post-col h3, #tecnologia h3{
	font-family: "OptimaBold", sans-serif;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
    color: #af9857;
}

.post-description .post-col p{
	margin-bottom: 30px;
}

.post-description .post-col p:last-child, .post-description .post-col p.before-ul{
	margin-bottom: 0;
}

.post-description .post-col p strong{
	font-family: "OptimaBold", sans-serif;
}

#info-prodotto h1 {
	/*color: #575756;*/
	font-size: 24px;
	line-height: 1;
	font-family: "OptimaBold";
	margin-bottom: 10px;
}

#info-prodotto .prod-subtitle {
	font-size: 12px;
	line-height: 1;
	font-family: "OptimaBold";
	text-transform: uppercase;
	color: #af9857;
	margin-bottom: 50px;
}

#info-prodotto .details {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

@media screen and (max-width: 978px) {
	.post-description {
		padding: 0 20px;
		margin-bottom: 40px;
	}

	.post-description .post-col {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	#info-prodotto .post-description .post-col {
		float: left;
		width: 50%;
	}

	.post-description .post-col:last-child {
		margin-bottom: 0;
	}

	.post-description .post-col p{
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.post-description {
		padding: 0;
	}

	.post-description .post-col {
		padding: 0 10px;
	}	

	#info-prodotto .post-description .post-col {
		float: none;
		width: 100%;
	}

	#info-prodotto .post-description .post-col.product-image {
		max-width: 360px;
		margin: 0 auto 30px;
	}

	#info-prodotto {
		text-align: center;
	}

	#info-prodotto h1 {
		text-align: center;
		font-size: 18px;
	}

	#info-prodotto .prod-subtitle {
		text-align: center;
		margin-bottom: 30px;
	}

	#info-prodotto .details {
		text-align: center;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
}

@media screen and (max-width: 499px) {
	.post-description .post-col {
		padding: 0;
	}

	#info-prodotto .post-description .post-col.product-image {
		max-width: 280px;
	}
}

/**
 * 5.3.1 SUB LINEA
 * ----------------------------------------------------------------------------
 */

#wrap-scopri {
	display: none;
	margin: 0 60px;
}

@media screen and (max-width: 978px) {
	#wrap-scopri {
	    margin: 0 40px;
	}
}

@media screen and (max-width: 768px) {
	#wrap-scopri {
	    margin: 0 10px;
	}
}

.sub-linea {
	width: 100%;
    padding-bottom: 43%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #af9857;
}

.sub-linea a {
	position: absolute;
    bottom: 0;
    color: #fff;
    background-color: #af9857;
	background-color: rgba(175,152,87,0.65);
    display: block;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    -webkit-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}

.sub-linea a span{
	text-transform: uppercase;
}

.sub-linea a:hover, .sub-linea a:active {
	background-color: #af9857;
}

@media screen and (max-width: 568px){
	.sub-linea {
		margin-bottom: 20px;
	}
}


/**
 * 5.4 TECNOLOGIE
 * ----------------------------------------------------------------------------
 */

#tecnologia-slider {
	width: 100%;
	overflow: hidden;
}

/**
 * 5.4 AZIENDA - CONTATTI
 * ----------------------------------------------------------------------------
 */

.text-one-col {
	/*margin: 0 180px 60px;*/
	margin: 0 180px 60px 0;
}

@media screen and (max-width: 1179px) {
	.text-one-col {
		/*margin: 0 60px 60px;*/
		margin: 0 60px 60px 0;
	}
}

@media screen and (max-width: 978px) {
	.text-one-col {
		/*margin: 0 40px 40px;*/
		margin: 0 0 40px;
	}
}

@media screen and (max-width: 768px) {
	.text-one-col {
	    /*margin: 0 10px 30px;*/
	    margin: 0 0 30px;
	}
}

/*@media screen and (max-width: 499px) {
	.text-one-col {
	    margin: 0 0 30px;
	}
}*/

.text-one-col h3{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    color: #af9857;
}

.post-description #contatti h3{
    margin-bottom: 4px;
}

.post-description #contatti p{
    margin-bottom: 15px;
}

.post-description #contatti h3 span{
    font-size: 14px;
    font-style: italic;
    color: #999;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
	.post-description #contatti h3 span{	    
	    margin-left: 0;
	    display: block;
	}
}

#contatti a {
	color: #575756;
}

#contatti a:hover, #contatti a:active {
	color: #af9857;
}

#map {
	width: 100%;
	height: 460px;
}


/*FORM*/
.msg-form{
	margin: 0 0 5px;
	padding: 14px 10px;
	border: 1px solid #af9857;
	display: none;
	font-family: "OptimaBold", sans-serif;
}
.msg-form.green{color: #92b750; border-color: #92b750;}
.msg-form.red{color: #d04544; border-color: #d04544;}
.msg-form.yellow{color: #af9857;}

.form-col{
	float: left;
	width: 50%;
}

.form-item{
	padding: 5px;
}

.form-item input, .form-item textarea, .form-item select{
	width: 100%;
	padding: 14px 10px;
	border: 1px solid #ddd;
	line-height: 1;
}

.form-item input, .form-item textarea{
	-webkit-appearance: none;
}

.form-item input, .form-item textarea, .form-item select {
	outline: none;
}

.form-item textarea{
	resize: none;
	height: 100px;
}

.screenreader-div{
	position: relative;
	margin: 0 -5px;
}

.screenreader-span{
	position: absolute;
	top: 0;
	left: -9999px;
	text-indent: -9999px;
}

.privacy{
	padding: 10px 5px;
	margin-bottom: 10px;
}

.privacy input{
	-webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

label.error{
	margin-top: 2px;
	font-size: 14px;
  	color: #F44336;
  	display: block;
}

@media screen and (max-width: 767px) {
	.form-item input, .form-item textarea, .form-item select{
		padding: 8px 5px;
	}
}


/**
 * 5.5 CALENDARIO FORMAZIONE
 * ----------------------------------------------------------------------------
 */

#calendar h3{
	/*text-align: center;*/
	font-size: 20px;
	color: #af9857;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 300;
}

#calendar .corso h5 {
	padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #af9857;
    color: #fff;
    font-size: 20px;
    font-family: "OptimaBold", sans-serif;
}

.corso {
	margin-bottom: 40px;
}

.corso:last-child {
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	#calendar h3{
		font-size: 16px;
		margin-bottom: 20px;
	}

	#calendar .corso h5 {
	    font-size: 16px;
	}

	.corso:last-child {
		margin-bottom: 40px;
	}
}

.table-corso {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.table-corso .row-corso {
	display: table-row;
	width: 100%;
}

.table-corso .col-corso {
	display: table-cell;
	width: 33%;
	padding: 20px;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.table-corso .col-corso:first-child {
	text-align: center;
    font-size: 18px;
    color: #af9857;
    font-family: "OptimaBold", sans-serif;
}

.table-corso .col-corso:last-child {
	width: 67%;
}

.table-corso .col-corso span{
	display: block;
}

.table-corso .col-corso a{
	display: inline-block;
	font-size: 16px;
	color: #af9857;
	line-height: 23px;
	text-transform: none;
    font-family: "Optima";
	-webkit-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}

.table-corso .col-corso a:hover, .table-corso .col-corso a:active {
	text-decoration: underline;
}

.table-corso .col-corso .title{
	text-transform: uppercase;
	font-family: "OptimaBold", sans-serif;	
	font-size: 18px;
	display: inline-block;
}

.table-corso #id-1670 .col-corso .title .line-through {
	text-decoration: line-through;
	display: inline;
}

.table-corso #id-1670 .col-corso .title .highlight {
	color: red;
	display: inline;
}

.table-corso .col-corso p{
	margin: 0;
}

.table-corso .col-corso .title + p{
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.table-corso .col-corso {
		padding: 10px;
	}
	.table-corso .col-corso:first-child {
		font-size: 16px;
	}
	.table-corso .col-corso .title{
		margin-bottom: 5px;
		font-size: 16px;
	}
}

@media screen and (max-width: 599px) {
	.table-corso, .table-corso .row-corso {
		display: block;
	}

	.table-corso {
		border-bottom: 1px solid #ddd;
	}

	.table-corso .col-corso {
		display: block;
		width: 100%;
	}

	.table-corso .col-corso:first-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.table-corso .col-corso:last-child {
		width: 100%;
		border-top: none;
		border-bottom: none;
		padding-top: 5px;
		text-align: center;
	}
}


/**
 * 5.6 DETTAGLIO CORSO DI FORMAZIONE
 * ----------------------------------------------------------------------------
 */

.wrap-content {
    /*margin: 0 60px 60px;*/
    margin: 0 0 60px;
}

.wrap-content.linea {
    margin-bottom: 40px;
}

@media screen and (max-width: 978px) {
	.wrap-content {
	    /*margin: 0 40px 40px;*/
	    margin: 0 0 40px;
	}
	.wrap-content.linea {
	    margin-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	.wrap-content {
	    /*margin: 0 10px 30px;*/
	    margin: 0 0 30px;
	}
	.wrap-content.linea {
	    margin-bottom: 30px;
	}
}

.wrap-content.border {
	position: relative;
    padding-top: 40px;
}

.wrap-content.border::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ddd;
}

.date-corsi {
	margin-bottom: 30px;
}

.post-description .post-col .date-corsi p {
	margin-bottom: 5px;
}

#detail-formazione h6 {
	font-size: 14px;
	margin-bottom: 5px;
}
    
/**
 * 5.7 PARTNER
 * ----------------------------------------------------------------------------
 */

.grid.partner {
	margin-bottom: 60px;
}

.partner a{
	color: #af9857;
	font-size: 22px;
	font-family: "OptimaBold";
}

.partner img{
	border: 2px solid #ddd;
}

.partner p{
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.grid.partner .unit{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 568px) {
	.grid.partner .unit{
		padding-left: 0;
		padding-right: 0;
	}

	.partner img{
		width: 250px;
		margin: 0 auto 15px;
	}

	.partner a{
		font-size: 16px;
	}
}


/**
 * 5.8 Blog/News
 * ----------------------------------------------------------------------------
 */

.news-article {
	margin-bottom: 40px;
}

.news-article .news-image {
	width: 100%;
	height: 180px;
	border: 2px solid #ddd;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.news-article .title-news:link, .news-article .title-news:visited {
	color: #575756;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.news-article .title-news:hover, .news-article .title-news:active {
	color: #af9857;
	text-decoration: none;
}

.news-article h2 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1;
	font-family: "OptimaBold";
	margin-bottom: 5px;
}

.news-article h5 {
	text-transform: uppercase;
	color: #af9857;
	font-size: 12px;
	margin-bottom: 15px;
}

.news-article p {
	margin-bottom: 0;
}

.news-navigation {
	padding: 30px 0;
    position: relative;
}

.news-navigation #prev a, .news-navigation #next a{
	position: absolute;
	top: 0;
	line-height: 1;	
	max-width: 50%;
	display: block;
	font-size: 14px;
	font-family: "OptimaBold";
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.news-navigation #prev a {
	left: 0;
	padding-left: 15px;
}

.news-navigation #next a{
	right: 0;
	padding-right: 15px;
}

.news-navigation #prev a:hover, .news-navigation #prev a:active, .news-navigation #next a:hover, .news-navigation #next a:active{
	color: #af9857;
}

.news-navigation #prev a::after, .news-navigation #next a::after {
	content: "\e802";
	font-family: 'icomoon';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	color: #999;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.news-navigation #next a::after {
	left: auto;
	right: 0;
}

.news-navigation #prev a::after {
	-webkit-transform-origin: center 48%;
	-moz-transform-origin: center 48%;
	-o-transform-origin: center 48%;
	-ms-transform-origin: center 48%;
	transform-origin: center 48%;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-navigation #prev a:hover::after, .news-navigation #prev a:active::after, .news-navigation #next a:hover::after, .news-navigation #next a:active::after{
	color: #af9857;
}

@media screen and (max-width: 768px) {
	.news-article .grid .unit{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 568px) {
	.news-article .grid .unit{
		padding-left: 0;
		padding-right: 0;
	}

	.news-article .news-image {
		margin-bottom: 10px;
	}
}

img.banner-article {
	width: auto;
	max-width: 100%;
	max-height: 600px;
	margin: 0 auto 45px;
}


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


.footer {	
	/*border-bottom: 30px solid #af9857;*/
	padding: 60px 0 40px;
}

.footer.footer-border {	
	border-top: 10px solid #af9857;
}

.footer-col {
	float: left;
	margin: 0 60px;
}

#company {	
	color: #af9857;
}

#company h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "OptimaBold", sans-serif;
	line-height: 1;
	margin-bottom: 20px;
}

#company p {
	font-size: 12px;
	margin-bottom: 20px;
}

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

#company p strong {
	font-family: "OptimaBold", sans-serif;
}


.footer h3 {
	font-size: 28px;
	font-family: "OptimaBold", sans-serif;
	line-height: 1;
	margin-bottom: 8px;
	color: #af9857;
}

.footer h6 {
	font-size: 12px;
	font-family: "OptimaBold", sans-serif;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #999;
}

#footer-button {
	background: #fff;
    border: 1px solid #af9857;
    color: #af9857;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "OptimaBold", sans-serif;
    padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#footer-button:hover,
#footer-button:active {
	background-color: #af9857;
	color: #fff;
}

#socials a {
	font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    color: #999;
    text-decoration: none;
    -webkit-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}

#socials a:hover, #socials a:active {
	color: #575756;
}

/*Newsletter*/
#newsletter-column {
	max-width: 238px;
}
.newsletter-wrapper {
    margin-top: 30px;
}
.newsletter-content .form-item {
    padding: 0;
    margin-bottom: 10px;
}

@media screen and (max-width: 1179px) {
	.footer-col {
		margin: 0 0 0 40px;
	}

	.footer h3 {
		font-size: 24px;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 978px) {
	.footer-col {
		float: left;
		width: 40%;
		padding: 0 10px;
		margin: 0 0 15px;
	}

	.footer-col:first-child {
		width: 20%;
	}

	.footer h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.footer-col {
		float: none;
		width: 100%;
		padding: 0 10px;
		margin: 0 0 20px;
	}

	.footer-col:first-child {
		width: 100%;
	}

	#newsletter-column {
		max-width: initial;
	}
}

.footer-menu {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	background-color: #af9857;
}

.footer-menu li {
	display: inline-block;
	margin-right: 10px;
}

.footer-menu li a {
	color: #fff;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
}

.footer-menu li.current-menu-item a {
	color: #ddd;
}










/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

/*.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}*/


.expanded-menu,
.expanded-menu ul {
	list-style-type: disc;
	margin: 0;
}

.expanded-menu li a {
	display: inline-block;
    line-height: 30px;
    color: #575756;
}

.expanded-menu li a:hover, .expanded-menu li a:active {
	color: #af9857;
}









/**
 * X.X MAIN SLIDER
 * ----------------------------------------------------------------------------
 */

#full-width-slider {
	width: 100%;
	border-top: 5px solid #af9857;
}
.royalSlider > .rsContent {
	visibility:hidden;
}

#full-width-slider .rsABlock {
	top: auto;
	bottom: 0;
}

#full-width-slider .content-block {
	margin: 120px 0 0 30px;
	overflow: hidden;
	padding: 30px;
}
/*#full-width-slider .content-block h4 {
	font-size: 40px;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}*/
#full-width-slider .content-block p {
	margin: 0;
}
#full-width-slider .content-block a {
	padding: 5px 10px;
	background: #fff;
	color: #af9857;
	border: 1px solid #af9857;
	font-family: "OptimaBold", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.05em;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#full-width-slider .content-block a:hover {
	background: #af9857;
	color: #fff;
}  

@media screen and (max-width: 959px) {
	/*.royalSlider.heroSlider,
  	.royalSlider.heroSlider .rsOverflow {
    	height: 350px !important;
    }*/

    #full-width-slider .content-block {
		margin: 30px 0 0 30px;
	}
	#full-width-slider .content-block h4 {
		font-size: 32px;
	}
}

@media screen and (max-width: 767px) {
	/*.royalSlider.heroSlider,
  	.royalSlider.heroSlider .rsOverflow {
    	height: 300px !important;
    }*/

    #full-width-slider .content-block {
		margin: 0;
	}
	#full-width-slider .content-block h4 {
		font-size: 28px;
	}
}


/**
 * X.X SMALL SLIDER
 * ----------------------------------------------------------------------------
 */

#small-slider {
	position: relative;
	padding: 40px 60px;
	background: #f7f7f7;
	font-size: 0;
	text-align: center;
}
#small-slider .linea-image{
	display: inline-block;
	width: 100%;
}
#small-slider .linea-image a{
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 150%;
}
#small-slider .linea-image a div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 599px){
	#small-slider {
		padding: 40px 20px;
	}
}

@media (min-device-width: 1025px) {
	#small-slider .linea-image a span{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		background-color: #fff;
		color: #af9857;
		font-family: "OptimaBold", sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;		
		-webkit-transform: translateY(41px);
		-moz-transform: translateY(41px);
		-ms-transform: translateY(41px);
		-o-transform: translateY(41px);
		transform: translateY(41px);		
		-webkit-transition:all .25s ease-in-out;
		-o-transition:all .25s ease-in-out;
		transition:all .25s ease-in-out;
	}

	#small-slider .linea-image a:hover span{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}


/* 
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
    width: 100%;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	position: absolute;
	width: 40px;
	height: 60px;
	background-color: #000;
	background-color: rgba(0,0,0,0.15);
	/*opacity: 0.35;*/
	display: inline-block;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px 25px;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.owl-theme .owl-nav [class*='owl-prev'] {
	left: 0;
	background-image: url(images/shusa/arrow-sx.svg);
}

.owl-theme .owl-nav [class='owl-next'] {
	right: 0;
	background-image: url(images/shusa/arrow-dx.svg);
}


.owl-theme .owl-nav [class*='owl-']:hover {
	/*opacity: 0.7;*/
	background-color: rgba(0,0,0,0.5);
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}


.shusa-sep {
	width: 100%;
	height: 1px;
	margin-top: 60px;
	background: #f2f2f2;
}

#enjoy-xstmas .text-one-col h3 {
	font-size: 18px;
	line-height: 1.2;

}

#enjoy-xstmas .text-one-col h3 a {
	color: #af9857;	
}

#enjoy-xstmas .text-one-col h3 a:hover {
	text-decoration: underline;	
}