@font-face {
  font-family: 'Arial-Bold';
  src: url('../fonts/Arial-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Arial-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Arial-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Arial-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Arial-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Arial-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Francaise-Medium-Demo';
  src: url('../fonts/Francaise-Medium-Demo.ttf')  format('truetype');
}
@font-face {
  font-family: 'Raleway-Black';
  src: url('../fonts/Raleway-Black.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Raleway-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Raleway-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Raleway-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Raleway-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.ttf')  format('truetype'); 
}
body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, 'Roboto-Regular', 'Raleway-Regular';	
}
#mainNav
{
	max-height: 125px;
    background-color: #fff;
	-webkit-box-shadow: 5px 5px 10px 0px #000000;
    -moz-box-shadow: 5px 5px 10px 0px #000000;
    -o-box-shadow: 5px 5px 10px 0px #000000;
    box-shadow: -3px 0px 9px -1px #000000;
}
}
.navbar-shrink, .nav-internal
{
	max-height: 150px !important;
	background-color: rgba(255,255,255,1);
	webkit-transition: height .5s, line-height .5s;
    transition: height .5s, line-height .5s;
    -webkit-box-shadow: 5px 5px 10px 0px #000000;
    -moz-box-shadow: 5px 5px 10px 0px #000000;
    -o-box-shadow: 5px 5px 10px 0px #000000;
    box-shadow: -3px 0px 9px -1px #000000;
}
.navbar-shrink li, .nav-internal li
{
	color: #000000;
	font-family: 'Raleway-Regular';	
	font-weight: lighter;
	font-size: 20px;
	margin: 0;
}
.navbar-shrink a, .nav-internal a
{
	color: #000000;
}
.navbar-shrink a:hover, .nav-internal a:hover
{
	font-weight: bold;
}
#nav-logo
{
	height: 100px;
	margin-top: 0px;
}
.navbar-shrink img, .nav-internal img
{
	height: 100px !important;
	margin-top: 0px !important;
}
.nav-link
{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 50px;
	font-family: 'Raleway-Regular';	
	font-weight: lighter;
}
.navbar-light .navbar-nav .nav-link
{
	color: #000000;
}
.active
{
	font-weight: bold;
}
.navbar-light .navbar-toggler
{
	border: 0px solid;
}
/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #000000;
}

.animated-icon2 span {
background: #000000;
}

.animated-icon3 span {
background: #000000;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}

.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}
button:focus
{
	outline: 0px dotted !important;
}
#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2000;
    
}
#search .close {
    color: #be5254;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-size: 50px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#search .btn {
    left: 50%;
    margin-top: 60px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}
.navbar-brand {
	margin: auto;
}
.navbar-nav
{
	width: calc(50% - 35px);
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-brand {
    background: #fff none repeat scroll 0 0 !important; 
    border-radius: 50px;
     color: #000000 !important;
    height: auto;
    margin: 3px 0 2px -12px !important;
    padding: 12px 20px !important;
}
.navbar-collapse {
    position: relative;
    left: calc(100vw - 66%);
	height: 100vh;
    background-color: #fff;
    padding-top: 30px;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 153px;
    font-size: 29px;
}
.btn-site {
    background: #000000 none repeat scroll 0 0;
    color: #fff !important;
}





section
{
	margin: 50px 0 50px 0;
}
h1
{
	font-family: 'Roboto-Regular';
	font-weight: bold;
	font-size: 24px;
	margin: 25px 0 25px 0;
}
h2
{
	font-family: 'Raleway-Regular';	
	/*font-weight: bold;*/
	font-size: 40px;
	margin: 25px 0 25px 0;
}
h3
{
	font-family: 'Arial';
	font-weight: bold;
	font-size: 20px;
	margin: 25px 0 25px 0;
}
p
{
	font-size: 16px;
}
a
{
	color: #000000;
}
a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#chisiamo-content
{
	column-count: 1;
	column-gap: 100px;
}
#chisiamo-content p
{
	font-size: 13px;
}

.frame {
    height: 200px;      /* equals max image height */
    white-space: nowrap;
    margin: 0 !important;
    text-align: center; margin: 1em 0;
}

.frame:before,
.frame_before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.frame img {
     vertical-align: middle;
    
}

/* Move this to conditional comments */
.frame {
    list-style:none;
    behavior: expression(
        function(t){
            t.insertAdjacentHTML('afterBegin','<span class="frame_before"></span>');
            t.runtimeStyle.behavior = 'none';
        }(this)
    );
}

.chi-siamo-leggitutto
{
	width: 133px;
	text-transform: uppercase;
	font-family: 'Raleway-Regular';	
	font-weight: bold;
}
.filiere-leggitutto
{
	width: 242px;
	text-transform: uppercase;
	font-family: 'Raleway-Regular';	
	font-weight: bold;
}
#aderisci
{
	height: 350px;
	background-position: center;
	background-size: cover;
}
#aderisci table
{
	height: 450px;
}
.banner-aderisci h3
{
	font-family: 'Raleway-Regular';	
	font-weight: bold;
	color: #ffffff;
	font-size: 32px;
	line-height: 9px;
}
.banner-aderisci p
{
	font-family: 'Raleway-Regular';	
	color: #ffffff;
	font-size: 32px !important;
	line-height: 9px;
}
.filiere img
{
	max-width: 100%;
}
.filiere p
{
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Raleway-Regular';	
}
.elenco-tipologie h1
{
	font-family: 'Raleway-Regular';	
	font-weight: lighter;
	font-size: 40px;
}
.elenco-tipologie .active
{
	border-bottom: 2px solid #003D80;
}
#coltivatori
{
	margin-top: -80px;
}
.banner-chicoltiva
{
	background-color: #C2CF1A;
}
.banner-chicoltiva img
{
	max-width: 100%;
}
.banner-chicoltiva h2
{
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 20px;
	font-family: 'Raleway-Bold';	
	position: relative;
    top: 50%;
}
.banner-chicoltiva p
{
	color: #ffffff;
	font-family: 'Raleway-Regular';	
	position: relative;
    top: 50%;
}
.coltivatori-news a:hover
{
	font-weight: normal;
}
.coltivatori-news p
{	
	padding: 0 20px;
	font-family: 'Roboto-Regular';	
	font-size: 15px;
}
.coltivatori-news h3
{	
	padding: 0 20px;
	font-family: 'Roboto-Regular';	
	font-size: 20px;
}
.coltivatori-news:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 21px;
    width: calc(100% - 5px);
    border-bottom: 2px solid #003D80;
}
.box-modulistica
{
	height: 400px;
	background-position: center;
    background-size: cover;
}
.box-modulistica input
{
    
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0.3);
    border: 2px solid #ffffff;
    padding: 20px 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    min-width: 70%;
    font-size: 20px;	
	cursor: pointer;
}
.img-newslist
{
	height: 200px;
	width: 100%;
	background-position: center;
    background-size: cover;
}
.filiere-list
{
	border: 1px solid #000000;
	margin: 10px;
}
.filiere-list h3
{
	padding: 30px;
	font-size: 20px;
	font-family: 'Roboto-Regular';	
	color: #000000;
}
.filiere-list p
{
	padding: 0 30px 30px 30px;
	font-size: 15px;
	color: #000000;
}
footer
{
	background-color: #C2CF1A;
	margin-top: -50px;
	padding: 50px;
	color: #ffffff;
}
footer a
{
	color: #ffffff;
	font-family: 'Roboto-Regular';	
	font-size: 15px;
}	
footer p
{
	margin-bottom: 0px;
}	
footer span
{
	font-family: 'Roboto-Regular';	
	font-size: 15px;
}
.psr
{
	background-color: #ffffff;
}
.header-interna
{
	height: 350px;
	background-position: center;
	background-size: cover;
}
.pagination 
{
	display: block !important;
}
.pagination .page-numbers
{
	padding: 0 10px;
}
.pagination .current
{
	font-weight: bold;
}
.archive h3
{
	margin: 0px;
}
.archive p
{
	margin: 0px;
}
.archive a:hover
{
	text-decoration: none;
	font-weight: normal;
}
.archive .allegato
{
	border-bottom: 1px solid #000000;
	padding: 20px;
}
.news a:hover
{
	text-decoration: none;
	font-weight: normal;
}
.title-news
{
	border: 1px solid #000000;
	margin: 10px;
	padding: 20px 40px;	
	height: calc(100% - 20px);
	background: #000000;	
}
.title-news table
{
	height: calc(100%);
}	
.title-news h3
{
	color: #ffffff;
	font-family: 'Raleway-Regular';	
	font-weight: lighter;
    font-size: 40px;
}
.news
{
	border: 1px solid #000000;
	margin: 10px;
	padding: 20px 40px;
	height: calc(100% - 20px);
}
.news h3
{
	font-family: 'Roboto-Regular';	
	font-size: 20px;
}
.news p
{
	font-family: 'Roboto-Regular';	
	font-size: 15px;
}
.container-video
{
	min-height: 300px;
}
.video
{
	border: 1px solid #000000;
	margin: 10px;	
	height: calc(100% - 20px);
}
.titolo-video
{
	border: 0px solid #000000;
	margin: 10px;	
	min-height: 50px;
	text-align: center;
	font-weight: bold;
    font-family: 'Roboto-Regular';
}
.titolo-video p
{
    font-size: 14px !important;
}
#contact
{
	background-color: #000000;
}
#contact input
{
	width: 80%;
	margin: 5px;
	padding: 10px 20px;
	font-family: 'Roboto-Regular';	
}
#contact textarea
{
	width: 80%;
	margin: 5px;
	padding: 10px 20px;
	font-family: 'Roboto-Regular';	
}
.wpcf7-submit
{
	margin-left: 25px !important;
	font-family: 'Roboto-Regular';	
	text-transform: uppercase;
}
.nav-link a:hover
{
	color: #000000;
}
@media screen and (min-width: 995px) {
	.navbar-collapse {
		position: relative;
		left: 50%;
		height: 100vh;
		background-color: #fff;
		padding-top: 30px;
	}
}
@media screen and (max-width: 995px) {
	.nav-link {
		color: #000000 !important;
		width: 100vw;
	}
	#mainNav {
		max-height: 100px !important;
		background-color: rgba(255,255,255, 1);
	}
	#nav-logo {
		height: 75px !important;
		margin-top: 0px !important;
		margin-left: -65px !important;
	}
	.navbar-toggler
	{
		border: 0px solid #000000;
	}
	.navbar-collapse
	{
		background-color: #fff;
		margin-left: -70px;
		position: relative;
		left: 0;
		height: 100vh;
		background-color: #fff;
		padding-top: 30px;
		width: 100vw;
	}
	.nav-item span
	{
		width: 30px;
	}
	.navbar-toggler-icon {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(51,79,27, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.banner-aderisci p {
		font-family: 'Raleway-Regular';
		color: #ffffff;
		font-size: 24px !important;
		line-height: 9px;
	}
}
.contatti span
{
	margin-left: 20px;
}
.contatti span:first-child
{
	margin-left: 0px;
}
.single-chi-coltiva
{
	background-color: #C2CF1A;
	color: #000000;
}
.single-chi-coltiva h1
{
	font-family: 'Raleway-Regular';	
	font-size: 40px;
	font-weight: lighter;
}
.single-chi-coltiva p
{
	font-size: 15px;
}
.single-chi-coltiva h2
{
	font-family: 'Raleway-Regular';	
	font-size: 25px;
	font-weight: lighter;
}
.single #aderisci, .single-chi-coltiva #aderisci
{
	margin-left: -15px;
	margin-right: -15px;
}
.single h1
{
	font-family: 'Raleway-Regular';	
	font-size: 40px;
	font-weight: lighter;
	color: #000000;
}
.single p
{
	font-size: 15px;
}
.page 
{
	column-count: 2;
	column-gap: 50px;
	margin-top: 30px;
}
.social-icon span
{
	float: left;
	font-size: 30px;
}
#addClass
{
	border: 1px solid;
	padding-left: 10px;
}
@media screen and (max-width: 800px) {
	#chisiamo-content {
		column-count: 1;
		column-gap: 100px;
	}
	#nav-logo {
		height: 75px !important;
		margin-top: 0px !important;
		margin-left: -10px !important;
	}
	.page 
	{
		column-count: 1;
		column-gap: 50px;
	}
	
	.navbar-shrink li, .nav-internal li
	{
		color: #000000;
		font-family: 'Raleway-Regular';	
		font-weight: lighter;
		font-size: 15px;
		margin: 0;
	}
	.social-icon span {
		float: left;
		font-size: 25px;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
	
	.banner-aderisci h3 {
		font-size: 25px;		
	}
	.banner-aderisci p {
		font-size: 25px !important;
	}
}

/* For displaying 3 columns on tablet */
@media only screen and (max-width: 800px) {
 .gallery-item {
     width: 50% !important;
 }
}

/* For displaying single column on mobile */
@media only screen and (max-width: 480px) {
 .gallery-item {
     width: 100% !important;
 }
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
     clear: none;
}