/*@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');*/

/************ Common Css Template **************
	Css generale per templates bootstrap
	versione 170420 by marco maria leoni
	
	con classi per templates senza css inline
	- news 
	- catalog
	- real estate base

/************ General ************/


html,
body {
    height: 100%;
    font-family: 'Arial', sans-serif;
    font-size: 1.0em;
}



/************ Area 1 ************/
#header-outer {
	/*eventale sfondo testata*/
	/*background: url("graphics/") no-repeat scroll center top transparent;
	position: absolute;*/
	    
}

header.navbar{
	
}

#menuTopRow {
    background: url("graphics/logo.png") no-repeat scroll left top transparent;
    background-size: 150px;
    border: 1px solid transparent;
	/* menu fisso in alto */
	/*
    width: 100% !important;
	min-height: 50px;
    position: fixed;
    right: 0;
    top: 0;
	*/
    background-color: #fff;
    
    border-bottom: 2px solid #222;
}

#menuTopRow.menuTop{
	/* trigger fisso in alto */
	/*
    min-height: 50px;
    position: fixed;
    right: 0;
    top: 0;
	*/
}

#menuTopRow .container{
    
}

#menuTopRow .navbar,
header.navbar{
    margin: 0;
    min-height: 0;
}
#menuTopRow .navbar-default {
  background-color: transparent;
  border-color: transparent;
}

#menuTopRow .navbar-default .navbar-nav > .active > a, 
#menuTopRow .navbar-default .navbar-nav > .open > a {
  background-image: none;
  box-shadow: none;
}

#menuTopRow .navbar-default .navbar-nav > .active > a, 
#menuTopRow .navbar-default .navbar-nav > .active > a:focus, 
#menuTopRow .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #222;
}

#menuTopRow .dropdown-menu > li > a{
  color: #444;  
}

#menuTopRow .dropdown-menu > li > a:focus, 
#menuTopRow .dropdown-menu > li > a:hover {
  background-color: transparent;
  background-image: none;
  color: #222;
}

#menuTopRow .dropdown-menu > .active > a, 
#menuTopRow .dropdown-menu > .active > a:focus, 
#menuTopRow .dropdown-menu > .active > a:hover {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  color: #222;
}

#menuTopRow .dropdown-menu > .active > a, 
#menuTopRow .dropdown-menu > .active > a:focus, 
#menuTopRow .dropdown-menu > .active > a:hover {
  background-color: #222;
  color: #fff;
  outline: 0 none;
  text-decoration: none;
}

/************ Area 2 ***********

/* A2 solo in home, aggiustare il percorso per singoli elementi */
#left-col{
    display: none;
}
.homeBody  #left-col{
    display: block;
}

/* contentore per immagine a pieno schermo */
.intro-image{
    height: 100vh;
    margin: 0 auto;
    width: auto;
}

/* contentore per parallax a pieno schermo */
#mmlParallaxID_1.mmlParallax, #mmlParallaxID_1.mmlParallax .mmlParallaxImage {
    height: 100vh;
}
.mmlParallaxImage {
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/homeSlide1.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.mmlEmbeddedNode {
    clear: both;
}
.mmlParallaxWrap {
    background-color: #eeeeee;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.mmlImageInfoWrap {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 5px 0;
    position: absolute;
    width: 100%;
}
.homeBody #mmlParallaxID_1.mmlParallax {
    margin-top: 30px;
}
#mmlParallaxID_1.mmlParallax {
    margin-bottom: 3px;
    margin-top: 0;
}
#mmlParallaxID_1.parText {
    background-color: rgba(141, 126, 79, 0.55);
    color: #fff;
    font-size: 1.6em;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    text-shadow: 1px 1px #666666;
    text-transform: uppercase;
    
}



/************ Area 3 ************/

#centerCol{
    padding-top:10px;
    min-height: 500px;
}

/* definizione dei link e di classi specifiche dei contenuti*/
#centerCol a,
#centerCol a:hover{
	
}

#centerCol strong{
}

#centerCol em{
}

/* definizione dei titoli della home*/
h1.home-claim {
	color: #222;
	font-size: 36px;
	letter-spacing: 3px;
	margin-bottom: 15px;
	text-transform: uppercase;
	
}
h2.home-sub-claim {
	color: #444;
	font-size: 24px;
	letter-spacing: 3px;
	margin-bottom: 15px;
	text-transform: uppercase;
	
}


h1.page-title{
	text-align: center;
	color: #222;
	border: 1px solid #000;
	border-radius: 14px;
	padding: 10px 0;
	text-transform: uppercase;
	
}

h2.page-sub-title,
h3.page-sub-title,
h4.page-sub-title,
h5.page-sub-title{
	color: #444;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 4px 8px;
	text-align: center;
	text-transform: uppercase;
	
}




/************ Area 4 ************/

aside#AsideLeft{
	
}

div#right-col{
	
}

/************ Area 5 ************/

div#footer-outer{
	padding-top: 0;
}	

div#footer{
}

div#footer .footer-text{
}

div#footer a,
div#footer .footer-text a,
div#footer .footer-text a:hover{
    text-decoration: none;
}

div#footer .footer-text span.company-tm{
}

div#footer .footer-text span.company-tm strong{
}

.footer-policy{
}
.footer-policy p{
    
}



/************ News List ************/
.news_list_001_INTRODUCTION{}
.news_list_001_MENUCAT{}
.news_list_001_NAVIGATOR{}
.news_list_001_NEWS_ITEM{}
.news_list_001_HEADING{}
	.news_list_001_NAME{}
	.news_list_001_FB_LIKE_BUTTON{}
.news_list_001_BODY{}
	.news_list_001_THUMB{}
	.news_list_001_TEXT{}
		.news_list_001_SUBTITLE{}
		.news_list_001_DESCRIPTION{}
	.news_list_001_VIEW{}



/************ News Detail ************/
.news_detail_001_MENUCAT{}
.news_detail_001_NAVIGATOR{}
.news_detail_001_NEWS_ITEM{}
	.news_detail_001_HEADING{}
		.news_detail_001_NAME{}
		.news_detail_001_FB_LIKE_BUTTON{}
    .news_detail_001_BODY{}
		.news_detail_001_THUMB{}
		.news_detail_001_DESCRIPTION{}
		.news_detail_001_DOCUMENTS{}
		.news_detail_001_DATE{}
		.news_detail_001_AUTHOR{}

		
/************ Catalog List ************/		
.catalog_list_001_INTRODUCTION{}
.catalog_list_001_MENUCAT{}
.catalog_list_001_SPIDER_AND_NAVIGATOR{}
.catalog_list_001_FUNCTIONS{}
  	.catalog_list_001_VIEWCART{}
  	.catalog_list_001_PAYCART{}
  	.catalog_list_001_HISTORY{}
.catalog_list_001_PRODUCT_ITEM{}
    .catalog_list_001_HEADING{}
		.catalog_list_001_NAME{}
    .catalog_list_001_BODY{}
    	.catalog_list_001_THUMB1{}
		.catalog_list_001_TEXT{}
    		.catalog_list_001_DESCRIPTION{}
			.catalog_list_001_VIEW{}
	.catalog_list_001_PRICE{}
    .catalog_list_001_SHOPPING_CART_BUTTON{}

		
/************ Catalog Detail ************/				
.catalog_detail_001_MENUCAT{}
.catalog_detail_001_SPIDER_AND_NAVIGATOR{}
.catalog_detail_001_PRODUCT_ITEM{}
	.catalog_detail_001_HEADING{}
		.catalog_detail_001_NAME{}
		.catalog_detail_001_FB_LIKE_BUTTON{}
	.catalog_detail_001_THUMBS{}
		.catalog_detail_001_THUMB_ROW{}
			.catalog_detail_001_THUMB{}
    	.catalog_detail_001_THUMB_ROW1{}
        	.catalog_detail_001_THUMB1{}
        	.catalog_detail_001_THUMB2{}
    	.catalog_detail_001_THUMB_ROW2{}
        	.catalog_detail_001_THUMB3{}
        	.catalog_detail_001_THUMB4{}
	.catalog_detail_001_TEXT{}
		.catalog_detail_001_DESCRIPTION{}
		.catalog_detail_001_CHARACTERISTICS{}
		.catalog_detail_001_OPTIONS{}
		.catalog_detail_001_NOTES{}
	.catalog_detail_001_OPTIONFIELDS{}
		.catalog_detail_001_F1{}
		.catalog_detail_001_F2{}
		.catalog_detail_001_F3{}
		.catalog_detail_001_F4{}
		.catalog_detail_001_F5{}
		.catalog_detail_001_F6{}
		.catalog_detail_001_F7{}
		.catalog_detail_001_F8{}
		.catalog_detail_001_F9{}
		.catalog_detail_001_F10{}
	.catalog_detail_001_DOCUMENT{}
	.catalog_detail_001_PRICE{}
	.catalog_detail_001_SHOPPING_CART_BUTTON{}


/************ Realestate List ************/		
.realestate_list_001_INTRODUCTION{}
.realestate_list_001_MENUCAT{}
.realestate_list_001_BOX_PRODUCT{}
	.realestate_list_001_NAME{}
	.realestate_list_001_listprod{}
		.realestate_list_001_THUMB1{}
		.realestate_list_001_DESCRIPTION{}
	.realestate_list_001_VIEW{}
	.realestate_list_001_VIEW{}


/************ Realestate Detail ************/		
.realestate_detail_001_MENUCAT{}
.realestate_detail_001_PRODUCT{}
	.realestate_detail_001_NAME{}
	.realestate_detail_001_THUMBS{}
		.realestatebase_enlarge_text{}
		.realestate_detail_001_THUMB_ROW{}
			.realestate_detail_001_THUMB{}
		.realestate_detail_001_THUMB_ROW1{}
			.realestate_detail_001_THUMB1{}
			.realestate_detail_001_THUMB2{}
		.realestate_detail_001_THUMB_ROW2{}	 
			.realestate_detail_001_THUMB4{}
	
	.realestate_detail_001_DESCRIPTION{}
	.realestate_detail_001_NOTES{}
	
	.realestate_detail_001_OPTIONS{}
	.realestate_detail_001_OPTIONS .realestatebaseFieldLabel{}
	.realestate_detail_001_OPTIONS br.realestatebaseFieldSeparator{}
	.realestate_detail_001_OPTIONS .realestatebaseFieldValue{}
	
		.realestate_detail_001_F1{}
		.realestate_detail_001_F2{}
		.realestate_detail_001_F3{}
		.realestate_detail_001_F4{}
		.realestate_detail_001_F5{}
		.realestate_detail_001_F6{}
		.realestate_detail_001_F7{}
		.realestate_detail_001_F8{}
		.realestate_detail_001_F9{}
		.realestate_detail_001_F10{}
	
	.realestate_detail_001_DETAILS{}
	.realestate_detail_001_DETAILS{} .realestatebaseFieldLabel{}
	.realestate_detail_001_DETAILS{} br.realestatebaseFieldSeparator{}
	.realestate_detail_001_DETAILS{} .realestatebaseFieldValue{}
	
		.realestate_detail_001_MOVIE{}
		.realestate_detail_001_CONTRACT{}
		.realestate_detail_001_ADDRESS>
		.realestate_detail_001_TYPOLOGY{}
		.realestate_detail_001_ROOMS{}
		.realestate_detail_001_MQ{}
		.realestate_detail_001_BOX{}
		.realestate_detail_001_WAREHOUSE{}
		.realestate_detail_001_FURNISHED{}
		.realestate_detail_001_BUILTDATE{}
		.realestate_detail_001_AVAILIBILITY{}
		.realestate_detail_001_PRIVACY{}
		.realestate_detail_001_PRICE{}
	
/************ Realestate Project List ************/
.realestateprojects_list_001_INTRODUCTION{}
.realestateprojects_list_001_MENUCAT{}
.realestateprojects_list_001_BOX_PRODUCT{}
	.realestateprojects_list_001_NAME{}
	.realestateprojects_list_001_LISTPROD{}
    	.realestateprojects_list_001_THUMB1{}
    	.realestateprojects_list_001_DESCRIPTION{}
	.realestateprojects_list_001_VIEW{}
	

/************ Realestate Project List ************/
.realestateprojects_detail_001_MENUCAT{}
.realestateprojects_detail_001_PRODUCT{}
	.realestateprojects_detail_001_NAME{}
	.realestateprojects_detail_001_THUMBS{}
		.realestateprojects_detail_001_THUMB_ROW{}
		.realestateprojects_detail_001_THUMB{}
		.realestateprojects_detail_001_Box_001{}
			.realestateprojects_detail_001_THUMB1{}
			.realestateprojects_detail_001_THUMB2 {}
		.realestateprojects_detail_001_Box_002 {}
			.realestateprojects_detail_001_THUMB3{}
			.realestateprojects_detail_001_THUMB4 {}
		.realestateprojects_detail_001_DESCRIPTION{}
	.realestateprojects_detail_001_NOTES{}
	.realestateprojects_detail_001_MOVIE{}
	.realestateprojects_detail_001_CONTRACT{}
	.realestateprojects_detail_001_ADDRESS{}
	.realestateprojects_detail_001_TYPOLOGY{}
	.realestateprojects_detail_001_AVAILABLE{}

	


/************ lightBoxGallery ************/
div.lightBoxGallery{}
	div.lightBoxGalleryRow{}
	div.lightBoxGalleryRowOdd{}
	div.lightBoxGalleryRowEven{}
		div.lightBoxGalleryItem{}
			a.lightBoxWF{}
				img.lightBoxActiveWF{}
			div.lightBoxGalleryText{}
				h3.lightBoxTitle{}
				div.lightBoxDescription{}

				
				
/************ Home NivoSlider ************/
#NivoSliderGallery{
	width: 100%;
}

.nivoWrapper.theme-default {
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 2px;
}
.nivo-directionNav a.nivo-prevNav{
}
.nivo-directionNav a.nivo-nextNav{
}

.theme-light .nivoSlider {
	margin-bottom: 0;
}

.nivoWrapper {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.nivo-caption {
	background: #fff none repeat scroll 0 0;
}

.theme-default .nivo-caption {
	color: #fff;
	font-size: 2.5em;
	text-transform: uppercase;
}

.theme-default .nivoSlider {
	margin-bottom: 0!important;
	box-shadow: none!important;
}

/** nivo solo in home **/
#NivoWrapperNivoSliderGallery {
	display: none !important;
}
.homeBody #NivoWrapperNivoSliderGallery {
	display: block !important;
} 

/************ Category tree ************/
ul.categoryTreeClass{}
ul.categoryTreeClass .activeItem{}
ul.categoryTreeClass .selectedItem{} 
ul.categoryTreeClass .hasChildren{} 


				
/************ Print Page CSS ************/
/** 
	Queste definizioni debbono stare in coda al css  
	è possibile inserire contenuti visibili solo in fase di stampa, ovvero con 'display: none' per media=all
	quali headers e footers solo testuali
**/
@media print {
	div#header-outer{
		display: none;
	}
	div#content-outer{
		background: none;
	}
	aside#AsideRight,
	div#left-col	{
		display: none;
	}
	div#centerCol{
		background: none;
		background-color: #ffffff;
		width: 100%;
		margin: 20px;
	}
	aside#AsideLeft,
	div#right-col{
		display: none;
	}
	div#footer-outer{
		display: none;
	}
}

/************ Media query ************/

@media screen and (max-width: 991px) {
	#menuTopRow {
	}
}

@media screen and (max-width: 799px) {
	#menuTopRow {
	}
}

@media screen and (max-width: 767px) {
	#menuTopRow {
	}
}

@media screen and (max-width: 479px) {
	#menuTopRow {
	}
}


