/*!
 *
 * File specifico per sito 
 *
 * Copyright 2017 SpoonDesign di Cattorini Davide
 * Tutti i diritti riservati - All rights reserved
 * http://www.spoondesign.it - info@spoondesign.it
 *
 */

body, td, li  {
	font: normal 15px/24px OpenSans, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
input, textarea, select, label, button {
	font: 11px/20px OpenSans, Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
}
body, td, li {
	/**/
}
body {
	margin-top: -3px;
	padding-top: 70px;
	background: #E2E2E2;
}

h1, h2 {
    font: normal 42px/46px OpenSans, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #010101;
    margin: 0;
    padding: 0 0 15px;
}
h3, h4, h5 {
    font: normal 22px/26px OpenSans, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #010101;
    margin: 0;
    padding: 0 0 15px;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* FONT */

@font-face {
    font-family: OpenSans;
    src: url("../fonts/opensans_regular.woff");
}
@font-face {
    font-family: OpenSans;
    font-weight: bold;
    src: url("../fonts/opensans_bold.woff");
}
@font-face {
    font-family: OpenSans;
    font-style: italic;
    src: url("../fonts/opensans_italic.woff");
}
@font-face {
    font-family: OpenSans;
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/opensans_italicbold.woff");
}

/* LAYOUT */

.content {
	width: 1200px;
	margin: 0 auto;
	text-align: justify;
}

/* PARTE SUPERIORE */

#top {
	width: 100%;
	height: 70px;
	background: #1d1f22;
	position: fixed;
	top: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
	z-index: 9999;
}

#logo {
	width: 30%;
	float: left;
	padding-left: 50px;
	font: normal 40px/70px "Times New Roman", Times, serif;
	color: #FFF;
}

#menu {
    width: 60%;
    float: right;
	padding-right: 40px;
	padding-top: 5px;
}
#menu .dj-up_a {
	font: normal 17px/44px OpenSans, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#menu .dj-submenu a {
	font: normal 14px/15px OpenSans, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* BANNER */

.banner {
	width: 1200px;
	height: 463px;
	margin: 3px auto;
	position: relative;
	background: url("../../../files/banner.jpg") top left no-repeat;
}

.splash_editor {
	position: absolute;
	top: 195px;
	left: 50px;
	z-index: 100;
}
.splash_editor h1, .splash_editor h2, .splash_editor h3, .splash_editor h4, .splash_editor h5 {
    margin: 5px 0;
    padding: 0;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    color: #ffd541;
    text-transform: uppercase;
    word-spacing: 10px;
    text-shadow: 3px 3px #202328;
}
.splash_editor p {
    margin: 7px 0;
    padding: 0;
	font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 3px #202328;
    word-spacing: 7px;
}

/* CONTENUTO DI PAGINA */

#content .content {
	width: 1100px;
	padding: 50px;
	background: #FFF;
}

#content .blog {
	text-align: left;
}
#content .blog .title {
	font: normal 20px/22px "Times New Roman", Times, serif;
	padding: 4px 0 0 0;
}
#content .blog .img {
	position: relative;
}
#content .blog .img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    border: 12px solid #b6b6b6;
}
#content .blog p.img_caption {
	display: none;
	visibility: hidden;
}
#content .blog img, #content .blog div.img_caption {
	width: 100% !important;
}
#content .blog h2 {
	font: normal 20px/22px "Times New Roman", Times, serif;
	padding: 4px 0 0 0;	
}

#content .items-row {
	margin-top: 25px !important;
}
#content .row-0 {
	margin-top: 0;
}

/* PAGINAZIONE */

.pagination {
	margin-top: 50px;
}
.pagenav {
	font-weight: bold;
	color: #ffd541;
}
a.pagenav, .pagination-start .pagenav, .pagination-prev .pagenav, .pagination-next .pagenav, .pagination-end .pagenav {
	color: #010101;
	font-weight: normal;
}
a.pagenav:hover, .pagination-start .pagenav:hover, .pagination-prev .pagenav:hover, .pagination-next .pagenav:hover, .pagination-end .pagenav:hover {
	font-weight: normal;
}
a.pagenav {
	text-decoration: underline !important;
	font-weight: bold !important;
	color: #000 !important;
}
a.pagenav:hover {
	text-decoration: none !important;
	font-weight: bold !important;
	color: #000 !important;
}
.pagination .counter, .pagecounter {
	display: inherit !important;
	float: none;
	clear: both;
}
.pagination a, .pagination a:link, .pagination a:visited, .pagination a:active {
	background: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

/* BOX HOME PAGE */

.box {
	width: 1100px;
	margin: 0 auto 30px auto;
	padding: 50px;
	display: table;
	background: #FFF;
}

.col_sx {
	width: 270px;
	margin-right: 50px;
	float: left;
}
.col_md {
	width: 460px;
	float: left;
}
.col_dx {
	width: 270px;
	margin-left: 50px;
	float: left;
}

.col_sx img, .col_dx img {
	width: 270px !important;
}
.col_md img {
	width: 460px !important;
}

.box_hj {
	margin-top: 50px;
}
.box_hj:first-child {
	margin-top: 0;
}

.box_hj .img {
	position: relative;
}
.box_hj .img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    border: 12px solid #b6b6b6;
}

.box_hj .video {
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	overflow: hidden;
}
.box_hj .video iframe, .box_hj .video object, .box_hj .video embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.box_hj .space {
	height: 5px;
}

.box_hj .eyelet {
    margin: 5px 0;
    padding: 0 5px;
    display: table;
    border: 1px solid #1d1f22;
	font-size: 13px;
	color: #ffd541;
	text-transform: uppercase;
    background: #1d1f22;
}
.box_hj .title, .box_hj .title h3, .box_hj .title a {
	font: normal 20px/22px "Times New Roman", Times, serif;
	padding: 4px 0 0 0;
}
.box_hj .text {
	color: #555;
}

/* FOOTER */

#footer .content {
	width: 1100px;
	margin-top: 40px;
	padding: 30px 50px 20px 50px;
	display: table;
	background: #FFF;
}

#copyright {
	width: 50%;
	float: left;
	font-size: 12px;
}
#copyright p {
	margin: 2px 0 ;
}

#social {
	width: 50%;
	float: right;
}
#social ul {
	float: right;
	margin-top: 8px;
}
#social li {
	float: left;
}
#social a {
	width: 28px;
	margin: 0 5px;
	padding: 5px 2px;
    color: transparent;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 30px;
	background: none;
	overflow: hidden;
}
#social a:before {
	color: #000;
	padding-right: 20px;
}
#social a:hover:before {
	color: #ffd541;
}

#social .wikipedia {
	width: 36px;
}

#social .facebook:before {
    content: "\f230";
}
#social .twitter:before {
    content: "\f099";
}
#social .instagram:before {
    content: "\f16d";
}
#social .amazon:before {
    content: "\f270";
}
#social .wikipedia:before {
    content: "\f266";
}
#social .mail:before {
    content: "\f1fa";
}

/* MOBILE & TABLET */

.hidden_desktop {
	display: none;
	visibility: hidden;
}
.hidden_phone {
	display: table-cell;
	visibility: visible;
}
#mobile_menu {
	display: none;
	visibility: hidden;
}
.show-menu {
	text-decoration: none;
	color: #ffd541;
	background: #1d1f22;
	text-align: center;
	font: bold 15px OpenSans, Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
	padding: 10px 0;
	display: none;
	text-transform: uppercase;
}
#show-menu {
    display: none;
}
#show-menu:checked ~ .mobile_menu {
    display: block;
}
.mobile_bars {
	padding-left: 7px;
}

@media (max-width: 767px) {

	.hidden_desktop {
		display: table-cell;
		visibility: visible;
	}
	.hidden_phone {
		display: none;
		visibility: hidden;
	}

	body {
		margin-top: -10px;
		padding-top: 0;
	}

	#top {
		position: relative;
	}
	#logo {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.content {
		width: 96%;
		margin: 2% auto;
	}
	.banner {
		display: none;
		visibility: hidden;
	}

	/* MENU DI NAVIGAZIONE */

	#menu {
		display: none;
		visibility: hidden;
	}
	#mobile_menu {
		width: 93%;
		margin: 18px auto;
		display: block;
		visibility: visible;
	}
	.dj-mobile-open-btn {
		width: 100% !important;
		font-size: 20px !important;
		background: rgba(29, 31, 34, 1) !important;
		color: #FFF !important;
	}
	.dj-mobile-open-icon:before {
		font-size: 20px !important;
		background: none !important;
	}

	/* CONTENUTO DI PAGINA */

	h1, h2 {
		font-size: 27px;
		line-height: 32px;
	}

	#content .content {
		width: 83%;
		margin: 0 auto;
		padding: 5%;
	}
	.col_sx, .col_md, .col_dx {
		width: 100%;
		margin: 0;
		padding: 0;
		clear: both;
	}
	.col_md, .col_dx {
		margin-top: 50px;
	}
	.box {
		width: 83%;
		margin-right: auto;
		margin-left: auto;
		padding: 5%;
	}
	.box img {
		width: 100% !important;
	}

	.blog .span4 {
		width: 100%;
		margin-top: 20px;
		margin-left: 0 !important;
	}
	.blog .span4:first-child {
		margin-top: 0;
	}
	.blog iframe, .blog object, .blog embed {
		width: 100%;
		height: 100%;
	}

	#content .items-row {
		margin-top: 0 !important;
	}

	/* FOOTER */

	#footer .content {
		width: 83%;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 5%;
	}
	#copyright {
		width: 100%;
		text-align: center;
	}
	#social {
		width: 100%;
		text-align: center;
	}
	#social ul {
		float: none;
		text-align: center;
		margin-bottom: 0;
	}
	#social li  {
		float: none;
		display: inline;
	}
	#social a {
		display: inline-block;
	}

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	.content {
		width: 1000px;
	}

	#content .content, #footer .content, .box {
		width: 900px;
	}

	#menu .nav a {
		font-size: 16px;
	}

	.col_sx {
		width: 210px;
	}
	.col_md {
		width: 380px;
	}
	.col_dx {
		width: 210px;
	}

	.col_sx img, .col_dx img {
		width: 210px !important;
	}
	.col_md img {
		width: 380px !important;
	}

	#content .items-row {
		margin-top: 0 !important;
	}

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

	.content {
		width: 700px;
	}

	#content .content, #footer .content {
		width: 650px;
	}

	h1, h2 {
		font-size: 27px;
		line-height: 32px;		
	}

	/* LOGO E MENU */

	#logo {
		font-size: 30px;
		padding-left: 10px;
	}
	#menu {
		padding-right: 10px;
	}
	#menu .nav a {
		font-size: 11px;
	}

	/* CONTENUTO DI PAGINA */

	.box {
		width: 710px;
		padding: 20px;
	}

	.col_sx {
		width: 200px;
		margin-right: 20px;
	}
	.col_md {
		width: 270px;
	}
	.col_dx {
		width: 200px;
		margin-left: 20px;
	}

	.col_sx img, .col_dx img {
		width: 200px !important;
	}
	.col_md img {
		width: 270px !important;
	}

	#content .items-row {
		margin-top: 0 !important;
	}

	/* FOOTER */

	#copyright {
		width: 100%;
		text-align: center;
	}
	#social {
		width: 100%;
		text-align: center;
	}
	#social ul {
		float: none;
		text-align: center;
		margin-bottom: 0;
	}
	#social li  {
		float: none;
		display: inline;
	}
	#social a {
		display: inline-block;
	}

}