
html, body{
 	background-color: #FFA500;
 	font-family: Verdana, "Comic Sans MS", Geneva, sans-serif;
	font-size:16px; 
	color: #000;
	line-height:18px;
	width: 100%;
    height: 100%;
	min-height: 100%;
    margin:0px;
	padding:0px;
}

.container_home{
	background-color: #FFA500;
	position: relative;
	height:630px;
    top: 50%;
	margin-top: -315px;
	/*border: 1px solid #333;*/
}

a {	color:#000; }
a:active, a:hover { text-decoration:none; color:#F00;}
.hover_rosso { color:#F00; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #000;
}


.header_title {
	font-size: 34px; 
	letter-spacing: 2.4px; 
	font-weight: normal; 
	text-align:center; 
	border-bottom: 1px solid #F00; 
	padding-bottom:0px;	
    margin-bottom: 0px;
}


.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: inline;
    text-indent: -9999px;
    background: transparent url("../img/icon_top.png") no-repeat scroll 0% 0%;
    z-index: 99999;
}

.widget-list {
	    background: transparent none repeat scroll 0% 0%; margin-top:14px;

}


.widget-list ul {
	padding: 0px;
	line-height: 18px;
	font-size: 14px;
}
.widget-list ul li {
	list-style: outside none none;
	border-bottom: 1px solid #888888;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	/*text-align:center;*/
}

.widget-list a {color: #000;}

.widget-list a:hover {color:#F00;}

#boxscroll {
	padding: 0px;
	margin:0px;
	/*height: 500px;*/
	max-height:500px;
	width: auto;
	overflow: auto;
	/*background-color:#00F;*/
}


.navbar-default {
	background-image:none;
	background: none;
	border: none;
	border-radius: none; 
	box-shadow: none; 
	margin-bottom: 0px;

}

.mynavbar {
	text-align:center;
}
.mynavbar .nav {
	float:none;
}

.mynavbar .nav li {
	display:inline-block;
	float:none;
	margin:0 20px;
	vertical-align:middle;
	font-size:14px;
}
.mynavbar .nav li a {
	background:none;
	color: #000;
}
.mynavbar .nav li a:hover {
	background:none;
	color:#F00;
}
.navbar-nav{
	margin: 0px -15px;
}

.center-div{
    position: absolute;
    width: 100%;
    left: 0;
    top: 15px;
    text-align: center;
    margin: auto;
	z-index: 0;
}
.navbar-brand{
	padding: 0;
	float: none;
}
.navbar-toggle{
	z-index: 100;
}
.navbar-toggle {
    background-color: #ddd;
}
#flag_img_small{
	z-index: 101;
}
#flag_img_small a{
	position:relative;
	z-index: 102;
}



.navbar-brand {
	display:none;
}
.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;	
}
.navbar-default .navbar-collapse {
    border-color:#666;
}
.navbar-default .navbar-brand {
    color: #000;
}

#flag_img_small {
	margin-top:15px; 
	margin-right:0px;
	display:none;
}
#flag_img_small img { width:15px; height:15px;}
#flag_img_small img:first-child { margin-right:4px;}

/* ------------------- breadcrumb ------------------- */
.breadcrumb {
  padding: 10px 0px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #FFA500;
  font-size: 16px;
  color:#000;
  /*background-color: #f5f5f5;
  border-radius: 4px;  */ 
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #000;
}

/* ------------------- MENU ------------------- */
.tabs {
    margin:  0;
    padding: 0;
    list-style: none;
    display: table; 
    table-layout: fixed; 
    width: 100%; 
}

.tabs_item {
	display: table-cell; 
}

.tabs_link {
	display: block; 
}



.primary-nav {
    text-align: center;
    overflow: hidden;
	
}
.primary-nav .active {
	background-color: #F7F7F7;
	border-bottom: 1px solid #888888;
	color:#666;
	font-size: 14px;
	font-weight: bold;
}
.primary-nav a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}


.separatore { /*border-right: 1px solid #888888; border-left: 1px solid #888888;*/}
/* -------------------------------------- */

/* ------------------- Carousel HOME ------------------- */

#carousel_home {
	width:100%;
	height:510px;
	padding:0px;
	margin:0px;
	/*border: 1px solid #F00;*/
}
.crs-caption {
	position: absolute; 
	bottom: 0px;	
	background-color:#999;
	z-index: 10;
	padding: 5px 0px 5px 0px;
	color: #000;
	text-align: center;
	font-size:14px;
	line-height:18px;
	text-transform: uppercase;
	width:100%;
}

#carousel_home .carousel-inner {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

#carousel_home .carousel-inner .item{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

#carousel_home .carousel-inner .item .carousel-image {
	height:460px;
	position:relative;
}

#carousel_home .carousel-inner .item .carousel-image img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border: 3px solid #000;
	display: inline-block;
 	height: auto !important;
	max-height: 460px;
}


/* Fade transition for carousel items */
#carousel_home .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;

}

/* ------------------- Fine Carousel Styling ------------------- */


.box-page {
    /*border: 5px solid #000;*/
	margin-top:10px;
	margin-bottom: 30px;
	padding: 20px;
    /*background: #F7F7F7 none repeat scroll 0% 0%;*/
}
.box-page h2 {
    font-size: 20px;
    line-height: 25px;
	color:#000;
}
.box-page p {
    margin-bottom: 0px;
	font-size: 14px;
	line-height: 1.6;
	text-align:justify;
	color:#000;
}

.heading-page {
    text-align: center;
	margin-bottom:20px;
}


.heading-page h2 {
    padding: 0px 12px;
    position: relative;
    display: inline-block;
    line-height: 34px !important;
}
.heading-page p {
    text-align:center;
}


.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}





























p {
    margin: 0px;
    padding: 5px 0px 5px 0px;
    line-height: 1.55em;
	font-size: 1.18em;
	letter-spacing: 0.01em;
	word-spacing: -0.01em;	
}

.first-paragraph {
    display: block;
    float: left;
    margin: 2px 5px 2px 0px;
    padding: 8px 12px;
    background-color: #0288d1;
    color: #FFF;
    border-radius: 2px;
	font-size: 1.28em;
}

hr {
  border-top-color: #009DCD;
  width: 90%;
  height:1px;
}




#intro { 
	padding: 0 0 5px; 
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ddd; 
}
#intro h2 {
    margin: 0px 0px 10px;
    font-size: 24px;
    color: #000;
}


/*-----------------------------*/

#photo_home {
	margin:0px;
}
#photo_home .container-img{
	margin:0 auto; 
	margin:14px;
	margin-top:0px;
}
#photo_home .container-img h4 a{
	font-size:15px;
}
#photo_home .container-img h4 a:hover{
	color:#F00; 
}
-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */ 
}


.effect_scale img {
   -moz-transform:scale(1,1);
   -webkit-transform:scale(1,1);
   -o-transform:scale(1,1);
   -ms-transform:scale(1,1);
   transform:scale(1,1);
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
.effect_scale:hover img {
   -moz-transform:scale(1.1,1.1);
   -webkit-transform:scale(1.1,1.1);
   -o-transform:scale(1.1,1.1);
   -ms-transform:scale(1.1,1.1);
   transform:scale(1.1,1.1);
   cursor:pointer;
}
			
.bordoimg {
        border: 1px solid #999;
        border-top-width: 1px;
        border-right-width-value: 1px;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-bottom-width: 1px;
        border-left-width-value: 1px;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-top-style: solid;
        border-right-style-value: solid;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-bottom-style: solid;
        border-left-style-value: solid;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-top-color: #999;
        border-right-color-value: #999;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-bottom-color: #999;
        border-left-color-value: #999;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image-source: none;
        border-image-slice: 100% 100% 100% 100%;
        border-image-width: 1 1 1 1;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.4);
}

#copyright {
    background: none repeat scroll 0% 0% #23282E;
    color: #A0A0A0;
    padding-top: 10px;
    padding-bottom: 10px;
	display:none;
	margin-top:10px;
	line-height:11px;
}

#copyright .container{
    background: none repeat scroll 0% 0% #23282E;	
}

#copyright span {
    font-size: 11px;
}

#listaimg{
	margin-top:10px;
}

#listaimg [class^="col-"] {
	padding: 0px;
	margin: 0px;	
	border: 1px solid #000;
	margin-bottom: -1px;
	margin-left: -1px;
}

.img-caption {
    /*background-color: #919191;*/
    padding: 0px;
	margin:0px;
    width: 100%;
	line-height:20px;
	border-top:1px solid #888888;
}
.img-caption a {
    font-size: 12px;
    text-align: center;
	vertical-align:middle;
	display:inline-block;
	/*border: 1px solid #000;*/
	width: 100%;
	padding: 0px;
	margin: 0px;
	line-height:20px;
	text-decoration:none;
}
.img-caption a:hover {color:#F00;}
.square-responsive{	
	width: 150px;
	height: 150px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	/*border: 1px solid #000;*/
	position:relative;
}
#listaimg [class^="col-"] img { max-height:100%;}
#listaimg {	margin-bottom:70px; }
#listaimg [class^="col-"] img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
	.scrollup{display:none;}
	.mfp-counter{display:none;}
	button.mfp-arrow{display:none;}
	.home_title{display:none;}	
	
	#flag_img_small {display: block !important;}	

	.navbar-brand {
		font-size: 8px;
		line-height: 18px;
		display:inline;
		padding: 15px 0px;
	}

	.mynavbar .nav li {
		font-size: 12px;
		display:block;
		margin:0
	}
	.mynavbar .nav li a {
		border-radius:0;
		display:block;
		border-bottom: 1px solid #888888;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 10px;
	}

	#copyright {
		display: block !important;
		visibility: visible !important;
	}	
}

@media screen and (min-width: 0px) and (max-width: 220px) {
	.navbar-brand {font-size: 9px;}

	.navbar-toggle {
		margin-right: 2px;
		padding: 3px 2px; 
		width:17px;
		margin-top:15px;
	}
	.navbar-toggle .icon-bar {width: 10px;}
	.mynavbar .nav li {font-size: 8px;}
	.navbar-nav > li > a {
		padding-top: 8px;
		padding-bottom: 8px;
		line-height: 8px;
	}

	#flag_img_small {display: block !important; width:10px; margin-top:3px; padding:0px;}
	#flag_img_small img { width:10px; height:10px;}
}




@media screen and (min-width: 221px) and (max-width: 240px) {

	.navbar-brand {font-size: 10px;}
	.navbar-toggle {
		margin-right: 2px;
		padding: 2px;
		width:20px;
		margin-top:15px;
	}
	.navbar-toggle .icon-bar {width: 14px;}
	.mynavbar .nav li {font-size: 10px;}
	#flag_img_small img {width:11px; height:11px;}

}

@media screen and (min-width: 241px) and (max-width: 260px) {

	.navbar-brand {font-size: 11px;}
	.navbar-toggle {
		margin-right: 5px;
		padding: 2px;
		width:20px;
		margin-top:15px;
	}
	.navbar-toggle .icon-bar {width: 14px;}
	.mynavbar .nav li {font-size: 10px;}
	#flag_img_small img { width:13px; height:13px;}

}

@media screen and (min-width: 261px) and (max-width: 280px) {

	.navbar-brand {font-size: 12px;}
	.navbar-toggle {
		margin-right: 5px;
  		padding: 6px 7px;
		margin-top:10px;
	}
	.navbar-toggle .icon-bar {width: 13px;}
	.mynavbar .nav li {font-size: 11px;}
	#flag_img_small img { width:14px; height:14px;}

}
@media screen and (min-width: 281px) and (max-width:300px) {
	.navbar-brand {font-size: 13px;}
	.navbar-toggle {
		margin-right: 6px;
  		padding: 6px 7px;
		margin-top:10px;
	}
	.navbar-toggle .icon-bar {width: 13px;}
	.mynavbar .nav li {font-size: 11px;}
	#flag_img_small img { width:15px; height:15px;}

}

@media screen and (min-width: 301px) and (max-width:320px) {
	.navbar-brand {font-size: 14px;}
	.navbar-toggle {
		margin-right: 8px;
  		padding: 7px 8px;
		margin-top:10px;
	}
	.navbar-toggle .icon-bar {width: 17px;}
	.mynavbar .nav li {font-size: 11px;}
	#flag_img_small img { width:18px; height:18px;}

}


@media screen and (min-width: 321px) and (max-width: 480px) {
	
	.navbar-brand {font-size: 14px;}
	.navbar-toggle {margin-right: 10px;}
	#flag_img_small img { width:20px; height:20px;}	

}
@media screen and (min-width: 481px) and (max-width: 720px) {
	
	.navbar-brand {font-size: 20px; letter-spacing: 2px;}
	.navbar-toggle {margin-right: 10px;}
	#flag_img_small img { width:22px; height:22px;}	

}
@media screen and (min-width: 721px) and (max-width: 767px) {
	
	.navbar-brand {font-size: 24px; letter-spacing: 4px;}
	.navbar-toggle {margin-right: 10px;}
	#flag_img_small img { width:25px; height:25px;}	

}


@media screen and (min-width: 768px) and (max-width: 1200px) {
.header_title {
	font-size: 24px;
}
.mynavbar .nav li a {
    font-size:13px;
}
}
