/*----------- FONTS ------------------------------------------------*/
@font-face {
    font-family:'Lato-Bold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}
@font-face {
    font-family:'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family:'Lato-Light';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}
@font-face {
    font-family:'Helvetica-Light';
    src: url('../fonts/Helvetica-Light.ttf') format('truetype');
}
@font-face {
    font-family:'Lato-Italic';
    src: url('../fonts/Lato-Italic.ttf') format('truetype');
}
@font-face {
    font-family:'MisoBold';
    src: url('../fonts/miso-bold-webfont.ttf') format('truetype');
}

@font-face {
    font-family:'MisoLight';
    src: url('../fonts/miso-light-webfont.ttf') format('truetype');
}
@font-face {
    font-family:'TravelingTypewrite';
    src: url('../fonts/TravelingTypewriter.ttf') format('truetype');
}
@font-face {
    font-family:'Blacksword';
    src: url('../fonts/Blacksword.otf') format('opentype');
}
/*=========================== classi di test ==========================================*/
.white{
	background: white;
}
.red{
	background: red;
}
.yellow{
	background: yellow;
}
.purple{
	background: purple;
}
.black{
	background: black;
}
.orange{
	background: orange;
}

/*=====================================================================*/
.titleBody{
	font-family:'Lato-Light';
	font-size:33px;
	text-align:center;
	padding:20px;
}
.bold{
	font-family:'Lato-Bold'!important;
}
.container-fluid {
   padding-right: 0px; 
   padding-left: 0px; 
   background: #e4ddd3;
}


.row-fluid [class*="span"]{
		min-height:0px;
		padding-left:10px;
		padding-right: 10px;
}

@media (max-width: 767px){
   body {
      padding-right: 0px;
      padding-left: 0px;
   }
}

/*---------------- header top ------------------------------*/
.headerTopCls{
	background: white;
	height: 44px;
	line-height:44px;
	font-family:'Lato-Light';
    color:#b0b0b0;
    font-size: 15px;

}
.headerTopSpanCls{
	padding-right:65px;
}
.emailTopHeaderCls{
	color:#b0b0b0;
}
.emailTopHeaderCls:hover{
	color:#eb4947;
	text-decoration:none;
}
/*---------------- logo and header------------------------------*/
.headerCls{
	background: white;
	background-image: url('../images/angoloBandiera.png');
	background-repeat:no-repeat;
	background-position: top left;
	border-bottom: 1px solid #b0b0b0;
	border-top: 1px solid #b0b0b0;
	/*background-image: url('../images/white.jpg'),url('../images/white.jpg');
	background-repeat:repeat,repeat;
	background-position-y: 0px, 100px;*/
	height: 180px;
}
.menuRow{
	background:white;
}
.phraseCls{
	color:#eb4947;
	font-size:18px;
	font-family: 'Lato-Italic';
}
/*---------------- body -------------------------------*/
.mainBodyCls{
	/*
	background:#eb4947;
	background-image: url('../images/macelleria_pennella.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center center;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.bodyContainerCls{
	/*margin-top:20px;
	margin-bottom:20px;*/
	background-image: url('../images/white_70.png');
	background-size: contain;
	background-repeat:repeat;
}
.well{
	background-color:white!important;
	background:none!important;
	background-image: url('../images/white_50.png')!important;
	background-size: contain!important;
	background-repeat:repeat!important;
}
.page-header{
	font-family:'Lato-Light'!important;
	font-size:33px!important;
}
body{
	font-family:'Lato-Light'!important;
	font-size:16px!important;
}
/*---------------- body_1 -------------------------------*/
.body1Cls{
	background:white;
}
.titleAnimalsCls{
	font-family:'Lato-Light';
	font-size:33px;
	text-align:center;
}
/*---------------- body_2 -------------------------------*/
.body2Cls{	
	background: #eeeeee;
}
.singlePanel{
	background-image: url('../images/white_70.png');
	background-repeat:repeat;
	background-position:center;
	padding:10px;
	min-height:300px!important;
	margin-top:30px;
}
.titlePanel{
	font-family:'Lato-Light';
	font-size:33px;
}
.textPanel{
	font-size:18px;
	font-family:'Lato-Light';
}
/*---------------- body_3 -------------------------------*/
.body3Cls{
	background: #bbbbbb;
}
.titleBodyService{
	font-family:'Lato-Light';
	font-size:33px;
	text-align:center;
	padding:20px;
}
.textPanelService{
	font-size:18px;
	font-family:'Lato-Light';
	color:#eb4947;
}
@media (min-width: 800px){
   .textPanelService{
     font-size:22px;
   }
}
/*---------------- body_4 -------------------------------*/
.body4Cls{
	background: #eeeeee;
	background-image:url('../images/white_30.png'), url('../images/mucca_bw.jpg');
	background-repeat:repeat;,no-repeat;
	background-size: contain,cover;
	background-position: center center,center bottom;
}
.textPanel4Cls{
	font-size:18px;
	font-family:'Lato-Light';
	text-align: justify;
    padding:15px;

}

@media (min-width: 800px){
   .textPanel4Cls{
     height: 700px!important;
     font-size:22px;
   }
}
/*---------------- body_5 -------------------------------*/
.body5Cls{
	background: white;
}


/*---------------- prodotti -------------------------------*/
.titlePoductsCls{
	font-family:'Lato-Bold';
	font-size: 20px;
	border-bottom: 2px solid #eb4947;
	padding-bottom:15px;
	padding-top:10px;
	font-family:'Lato-Bold';
	margin-bottom: 10px;
}
.thumbnailProductsCls{
	background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.singleProductsCls{
    background-image: url('../images/white_70.png');
	background-repeat:repeat;	
}

.imgProductCls{
	  height: 150px;
	  background-size: contain!important;
 }
 @media (min-width: 1200px){
   .imgProductCls{
     height: 200px!important;
   }
}
.productLabel{
	text-align: center;
	font-size: 18px;
	color:#666666;
}
 @media (min-width: 1200px){
   .productLabel{
     font-size: 22px;
   }
}
/*---------------- topFooterCls ------------------------------*/
.topFooterCls{
	background:#eb4947;
	color:white;
}

/*---------------- footer--------------------*/
.footerCls{
	background: white;
	font-family:'Lato-Light';
	color:#444444;
	background-image: url('../images/angoloBandiera_180.png');
	background-repeat:no-repeat;
	background-position: bottom right;
	border-bottom: 1px solid #b0b0b0;
	border-top: 1px solid #b0b0b0;
}
.titleFooterCls{
	font-family:'Lato-Italic';
	color:#eb4947;
	font-size:17px;
}
