/*
Theme Name: Applica
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: donostia.it
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen 
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
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body, button, input, select, textarea {
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
font-family: 'Lato', sans-serif;
font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  text-rendering: optimizelegibility;
}
body {
  background: #990100;
  overflow: hidden;
  color: #1F191A;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
a {
	color: #990100;
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}
a:active,
a:hover,
a:focus {
	color: #b80200;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	margin: 20px 0 15px;
}
h1 {
	font-size: 18px;
	line-height: 1.3846153846;
}
h2 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 600;
}
h3 {
	font-size: 18px;
	line-height: 1.0909090909;
}
h4 {
	font-size: 18px;
	line-height: 1.2;
}
h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}
h6 {
	font-size: 16px;
	line-height: 1.5;
}
ul, ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
img {
	max-width: 100%;
	height: auto;
}
img.alignright {
	float: right;
	margin-left: 10px;
}
img.alignleft {
	float: left;
	margin-right: 10px;
}
p {
	margin-bottom: 15px;
}
/* Genericons */
.menu-toggle:before,
.search-toggle:before
{
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}
/* Search in the header */
.search-toggle {
  /* background-color: #80a129; */
  cursor: pointer;
  float: right;
  /* height: 58px; */
  margin-right: 0;
  text-align: center;
  width: 70%;
}
.search-toggle:hover,
.search-toggle.active {
	background-color: #27607f;
}
.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 30px;
	margin-top: 14px;
}
.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}
.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 68px;
	right: 0;
	width: 100%;
	z-index: 2;
}
.search-box {
  background-color: #27607f;
  padding: 12px;
  float: left;
  width: 100%;
}
.search-box input[type="search"] {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    width: 200px;
}
.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}
/* 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: #21759b;
	display: block;
	font-size: 15px;
	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;
}
/* Primary Navigation */
.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 15px;
	padding-top: 24px;
}
.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}
/* Secondary Navigation */
.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}
.secondary-navigation a {
	padding: 9px 0;
}
.menu-toggle {
    cursor: pointer;
    float: right;
    font-size: 0px;
    height: 56px;
    right: 0px;
    margin: 0px;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 6px;
    width: 48px;
    z-index: 3;
    background: rgba(255,255,255, 0.8);
}
.menu-toggle:before {
	color: #990100;
	content: "\f419";
	margin-top: 14px;
	font-size: 30px;
}
/* =========================================== modifiche DONOSTIA.IT ====================================== */
/* ---------------------------------------- 5colonne ------------------------------ */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* ---------------------------------------- /5colonne ------------------------------ */
/* ------------------------------------- generali --------------------------------- */
.site {
    padding: 0;
    box-shadow: 0px 0 20px #333;
    margin-top: 30px;
    margin-bottom: 30px;
}
iframe {
    width: 100% !important;
}
.container {
/*     max-width: 775px; */
    max-width: 870px;
}
#main,
#masthead,
#colophon {
    background: #fff;
     padding: 30px 15px;
}
#primary {
    padding-bottom: 0px;
}
.admin-bar .menu-fisso {
  top: 32px !important;
}
.admin-bar .menu-toggle {
  top: 50px !important;
}
.applica-sidebar {
    padding: 0px 15px 0 15px;
}
.applica-sidebar ul {
padding: 0;
}
.applica-sidebar ul li {
    list-style: outside none none;
    border-bottom: 1px dashed #A0A0A0;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.applica-sidebar a {
    color: #333;
}
.sidebar-news-container {
}
.sidebar-news-containerli {
}
.sidebar-news-container ul {
    padding-left: 15px;
    margin-bottom: 30px;
}
.sidebar-news-container i {
    color: #990100;
    font-size: 12px;
    display: inline-block;
    padding: 5px;
    border-radius: 13px;
    border: 1px solid #990100;
    position: relative;
    bottom: 2px;
}
.sidebar-news-container h2 {
    margin-top: 0px;
}
h1.titolo-pagina {
    margin-top: 0;
    font-weight: 600;
}
li {
    list-style: disc;
}
#main {
    padding-left: 25px;
    padding-right: 25px;
}
/* ------------------------------------- /generali --------------------------------- */
/* ---------------------------------------- header ------------------------------ */
#logo {
    max-width: 230px;
    padding: 7px 20px;
}
.banner-background {
    background: transparent url("images/banner_home.jpg") repeat scroll 0% 0%;
    background-repeat: no-repeat;
    background-position: right !important;
    border-top: 2px solid #A01B24;
    border-bottom: 2px solid #A01B24;
}
.page-id-16 .banner-background,
.parent-pageid-16 .banner-background {
    background: transparent url("images/banner_services.jpg") repeat scroll 0% 0%;
    background-repeat: no-repeat;
    background-position: right !important;
    border-top: 2px solid #005A01;
    border-bottom: 2px solid #005A01;
}
.page-id-14 .banner-background,
.parent-pageid-14 .banner-background {
    background: transparent url("images/banner_about.jpg") repeat scroll 0% 0%;
    background-repeat: no-repeat;
    background-position: right !important;
    border-top: 2px solid #3D6B95;
    border-bottom: 2px solid #3D6B95;
}
.page-id-33 .banner-background,
.tax-area-of-expertise .banner-background {
    background: transparent url("images/banner_themes.jpg") repeat scroll 0% 0%;
    background-repeat: no-repeat;
    background-position: right !important;
    border-top: 2px solid #6B6B6A;
    border-bottom: 2px solid #6B6B6A;
}
.category-25 .banner-background,
.single-post .project_single_post .banner-background {
    background: transparent url("images/banner_project.jpg") repeat scroll 0% 0%;
    background-repeat: no-repeat;
    background-position: right !important;
    border-top: 2px solid #D0741A;
    border-bottom: 2px solid #D0741A;
}
#primary-navigation {
    padding: 5px 15px
}
#primary-navigation ul {
	margin-bottom: 0px;
	justify-content: space-between;
}
/* ---------------------------------------- /header ------------------------------ */
/* ---------------------------------------- homepage --------------------------------- */
}
/* ---------------------------------------- / homepage --------------------------------- */
/**
 * Footer
 * -----------------------------------------------------------------------------
 */
#colophon {
  padding: 0 0 30px 0;
  color: rgb(159, 3, 6);
}
.site-footer .nav-menu {
    margin: 0;
    position: relative;
    padding:0;
	padding-top: 51px;
}
.site-footer .nav-menu li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.site-footer .nav-menu ul  {
}
.site-footer .nav-menu a {
    color: #333;
    font-size: 15px;
}
.advanced_search-link a {
	color: #FFF;
background: #990100 none repeat scroll 0% 0%;
padding: 3px 8px;
margin-top: 15px;
display: block;
border-radius: 3px;
}
.advanced_search-link a:hover {
	background: #c60101;
}
#more-paramaters {
	background: #eee;
	padding: 5px 8px;
	border-radius: 3px;
}
#more-paramaters:hover {
	cursor: pointer;
	background: #2c9ecc;
	color: #fff;
	}
#myTable {
	position: relative;
	right: 15px;
	}
.database #masthead {
	padding: 0;
	}
.search_console {
	padding-top: 30px;
	padding-bottom: 30px;
	}
.database table h4 {
    font-size: 15px;
    line-height: inherit;
    margin: 0;
}
.database thead tr:first-child th { 
	border-bottom: 1px solid #eee;
	position: sticky; 
	top: 0; 
	background: #fff;
	}
#qfor_logo {
	max-width: 40px;
	height: auto;	
	}
.qfor_box span {
	font-style: italic;	
}
.qfor_box {
}
.qfor_wrapper {
    max-width: 150px;
    text-align: center;
}
/**
 * Footer
 * -----------------------------------------------------------------------------------------------------
 */
/**
 * advanced search
 * -----------------------------------------------------------------------------------------------------
 */
.searchinput {
    width: 200px;
}
.searchclear {
    position: relative;
    right: 26px;
    top: 2px;
    bottom: 0px;
    height: 14px;
    margin: auto auto -14px;
    font-size: 15px;
    cursor: pointer;
    color: #808080;
    margin-right: -16px;
}
.database .container {
    max-width: 100%;
    width: 100%;
}
.database .form-cell {
    padding: 0 5px;    
}
.database .form-group {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
    background: #EEE none repeat scroll 0% 0%;
    padding: 0px 0px 10px;
    min-height: 86px;
}
.database .form-group label[for="role"] {
    background: #2c9ecc none repeat scroll 0% 0%;
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-style: italic;
}
.database {
    overflow: visible;
    background: none;
}
.database .btn[type="submit"] {
    margin: 10px;
    background: #e83424 none repeat scroll 0% 0%;
    color: #FFF;
    border: 0;
    width: 220px;
    padding: 10px;
    margin: 10px;
    font-weight: bold;
}
.database .btn[type="submit"]:hover {
    background: #fc3624 none repeat scroll 0% 0%;    
}
.database .site {
    padding: 0;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
}
.reset-search {
    color: #e83424;
    border: 0px none;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
}
.reset-search:hover {
    background: #fc3624 none repeat scroll 0% 0%;
    color: #fff;
}
select#start-date, select#end-date,
select#title {
    width: 200px;
    margin: 0 auto;
    max-width: 100%;
}
.search-parameters li {
    list-style: none;
}
.search-parameters ul {
    padding: 0;
}
.divisorio-tabella {
	margin-bottom: 60px;
}
.advanced-search-title {
    font-style: italic;
    margin: 10px;
    font-size: 20px;
}
.already_filled {
    border: 2px solid #2c9ecc;
}
.database #form-advanced-search {
}
.database .form-general-container {
    background: #F9F9F9 none repeat scroll 0% 0%;
    padding: 20px;
}
.database .search-parameters {
    background: #2c9ecc none repeat scroll 0% 0%;
    color: #FFF;
    padding: 10px 10px 0 10px;
    font-weight: bold;
    margin-bottom: 30px;
}
.search-parameters li span {
    font-style: italic;
    font-weight: normal;
}
.search-parameters i {
}
.menu-footer-searchpage li {
    display: inline-block;
}
.footer-search {
    background: #f2f2f2;
    padding: 20px 0px 50px;
    border-top: 10px solid #bbb;
}
.footer-search a {
    color: #333;
}
.footer-search a:hover {
    color: #333;
}
.footer-search li:after {
}
.footer-search.nav-menu a {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.checkbox-advsearch div {
    margin-left: 10px;
    display: inline-block;
}
.checkbox-advsearch i {
	color: #e83424;
}
#back_to_top {
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 0;
}
#back_to_top i {
	color: #e83424;
	font-size: 40px;	
}
.headerSortable:hover {
	background: #e83424 !important;
	cursor: pointer;
	color: #fff;
}
.hidden-search {
	display: none;
	}

.project_wrapper {
    margin-bottom: 60px;
    border-bottom: 1px dotted;
    padding-bottom: 60px;
}

.column_title {
	font-weight: bold;
}	
/**
 * categorie che mostrano contenuti
 * -----------------------------------------------------------------------------
 */
.categoria-progetti .category-title {
    margin-top: 0px;
    color: #990100;
    font-weight: 900;
}
.project_link {
	color: #333;
	}
.project-single-box h3 {
font-size: 13px;
text-align: center;
display: block;
border: 1px solid #EEE;
min-height: 90px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
line-height: 15px;
}
.project-single-box h3:hover {
	background: #eee;
}
.details-project-list li {
    list-style: none;
}
.project-single-box a {
    color: #333;
}
.news-preview-title,
.event-preview-title {
    margin-top: 0px;
}
.single-event-list-container {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #B80200;
}
/**
 * categorie che mostrano altre categorie e archvio tassonomia
 * -----------------------------------------------------------------------------
 */
.titolo-articolo-archivio {
    margin-top: 0px;
}
.status-label {
    font-style: italic;
}
/**
 * Single 
 * -----------------------------------------------------------------------------
 */
.details-project-list {
    display: block;
    margin: 0px auto;
}   
.detail-title {
    color: #494949;
    font-weight: normal;
    text-align: right;
    border-bottom: 1px dashed #EEE;
    padding-right: 0px;
    margin-bottom: 5px;
    font-style: italic;
}
.project-details h3 {
	font-size: 15px;
	font-weight: 600;
	color: #990000;
	line-height: inherit;
	margin: 0;
}
.border-top-project {
    border-top: 7px solid #C5C5C5;
}
.border-top-project.border-active {
    border-top-color: #990100;
}
.private-fields {
background: #eee;
padding: 15px 0;
}
.private-fields li {
	border: none;
}
.single_event_timing, .single_event_date, .single_event_venue {
	font-weight: 700;
	}
/**
 * Pagina generica
 * -----------------------------------------------------------------------------
 */
/**
 * 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 (min-width: 768px) {
	.header-main {
		padding-right: 0;
	}
	.search-toggle {
		margin-right: 0;
	}
}
@media screen and (min-width:1200px){ /* col-lg */
}
@media screen and (min-width:768px)   { /* menu */
/* Navigation */
	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #fff;
	}
	/* Primary Navigation */
#primary-navigation ul {
	display: flex;
}	
.primary-navigation {
  padding: 0;
  position: relative;
  top: 0;
}
	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}
	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
		padding: 0;
	}
	.menu-menu-2015-container {
	}
	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}
	.primary-navigation li {
		border: 0;
		display: inline-block;
		position: relative;
	}
.primary-navigation a {
  color: #6F0100;
  display: inline-block;
  margin: 0 px;
  padding: 2px 5px;
  white-space: nowrap;
}
.primary-navigation a:hover {
color: #990100;
text-decoration: underline;
}
	.primary-navigation ul ul {
		background-color: #000;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}
	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}
	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
	}
	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		text-decoration: underline;
	}
	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #41a62a;
	}
	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}
	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}
	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}
	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}
	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
}
/**
 * Col-md
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width:992px) and (max-width: 1200px)  { /* col-md */
}
/**
 * Col-md
 * -----------------------------------------------------------------------------
 */
/**
 * Col-sm
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width:768px) and (max-width:991px) { /* col-sm */
}
/**
 * Col-sm
 * -----------------------------------------------------------------------------
 */
/**
 * Col-xs
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 767px)  { /* col-xs*/
   .applica-sidebar {
    border-top: 1px solid #990100;
    margin-top: 15px;
    padding-top: 15px;
}
.site-footer .nav-menu {
    top: 31px;
}
/**
 * Col-xs
 * -----------------------------------------------------------------------------
 */
/**
 * col-xs + col-sm
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 991px)  { 
.site {
    margin-top: 0;
}
#primary-navigation {
    padding: 0px 15px;
}
}
/**
 * smartphone
 * -----------------------------------------------------------------------------
 */ 
@media screen and (max-width: 494px)  { /* solo per smartphone */
 .banner-background {
    background: none;
    }
}
/**
 * smartphone piccolo
 * -----------------------------------------------------------------------------
 */ 
@media screen and (max-width: 340px)  { /* solo per smartphone */
}
@media screen and (max-width: 992px)  { /* controllo del toggle */
.primary-navigation.toggled-on {
    left: 0px;
    padding: 0px 0px 36px;
    position: fixed;
    top: 18px;
    width: 100%;
    z-index: 1;
}
.primary-navigation.toggled-on .nav-menu {
	display: block;
}
.primary-navigation.toggled-on li {
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}
.primary-navigation.toggled-on li a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 5px 10px;
  text-align: left;
  width: 100%;
}
.primary-navigation.toggled-on li:hover {
    background: #6c0100;
}
.primary-navigation.toggled-on .nav-menu {
    background: #990100 none repeat scroll 0px 0px;
    margin-top: 66px;
    padding: 15px 30px;
}
}
@media screen and (min-width: 1440px)  {
}
