﻿@charset "utf-8";
/* CSS Document */


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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.no-gutter  {
    padding-left:0 !important;
	padding-right:0 !important;
}

a { text-decoration:none !important}


.backfix {background: url(../wp-content/themes/pane/img/Xtexture_1024px.jpg) repeat}


.home-linee .linea.gusto {
  width: 802px;
  margin: 0 auto 15px auto;
  display: block;
}


strong { font-weight:700 !important}
p.serif {
	font-family: "Open Sans";

  font-size: 14px;
  color: #DFDFDF;
  line-height: 26px;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 28px;
  text-align:center
}


.itemimg { background:url(../wp-content/themes/pane/img/pre2.jpg) no-repeat center left fixed;


}



.continfo { width:550px; top:150px; position:relative}

@media (max-width:1200px) {
	.continfo { width:100%; top:150px; position:relative}
	
}

@media (max-width:760px) {
	.continfo { width:100%; top:0px; position:relative}
	.itemimg { background:url(../wp-content/themes/pane/img/pre2.jpg) no-repeat center center fixed;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


}
	
}


.bt-more {
  margin: 0px auto 0 auto;
  height: 100px;
  text-align: center;
  padding-top: 30px;
}

.bt-more a {
		font-family: "Open Sans";
  display: inline-block;
  /*width: 180px;*/
  height: 40px;
  border: 2px solid #DFDFDF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  font-weight: 600;
  color: #DFDFDF;
  /* text-transform: uppercase; */
  font-size: 16px;
  padding: 10px 100px 0 100px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bt-more a:hover{background:#9F4439 ;text-decoration:none;color:#fff ;border:2px solid #9F4439}