/* ==================================================
   GENERAL
================================================== */
body{
	background: #fff;
	font-family: 'Roboto', sans-serif;
	line-height: 35px;
	font-size: 15px;
}
.container {
  padding-right: 35px;
  padding-left: 35px;
}
@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}
h1{
	font-size: 68px;
	font-weight: 900;
}
h2{
	color: #2C3E50;
	font-size: 22px;
}
h3{
	font-size: 17px;
}
h4{
	font-weight: 700;
}
p {
  margin: 0px;
}
p.text-justify{
	text-align: justify;
	line-height: 35px;
}
.padding30{
	padding: 0px 30px 0px 30px;
}
a{
	color: #fff;
}
a:hover{
	text-decoration: underline;
	color: #fff;
}
.text-white{
	color: #fff;
}
.text-blue{
	color: #2C3E50;
}
.link-white a{
	color: #fff;
}
.link-white a:hover{
	color: #000;
}
.link-blue, .link-blue:hover{
	color: #2C3E50;
}
.bg-black{
	background: #292929;
	height: auto;
}
.bg-gray{
	background: #fcfcfc;
}
.bg-white{
	background: #fff;
}
.bg-blue{
	background: #2c3e50;
	height: auto;
}
.img-circle{
	border: 4px solid #2C3E50;
}
.img-thumbnail{
	border-radius: 0;
}
.label-custom{
	font-weight: 300;
	border-radius: 0;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 300px;
	padding: 10px 7px 10px 7px;
}
@media (max-width: 768px) {
	.label-primary{
		font-size: 20px;
	}
}
.label-success{
	font-weight: 400;
	border-radius: 0;
	font-size: 16px;	
}
iframe{
	width: 100%;
}
.btn, .btn-primary, .btn-lg{
	border-radius: 0px;
	border: none;
}
.list-group-item:first-child, .list-group-item:last-child{
	border-radius: 0px;
	border: none;	
}
.hr-white{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 0px solid #fff;
}
.list-group-item{
	margin-top: 3px;
}
ul{
	list-style-type: none;
	padding-left: 0px;
}
.margin-left10{
	margin: 0px 0px 0px 10px;
}
.margin-top10{
	margin: 10px 0px 0px 0px;
}
.margin-bottom10{
	margin: 0px 0px 10px 0px;
}
.padding5{
	padding: 5px;
}
.logo{
	margin: 10px 0px 10px 0px;
}

/* ==================================================
   TOPINFO
================================================== */
.topinfo{
	padding: 8px 0px 8px 0px;
}



/* ==================================================
   NAV
================================================== */
.navbar {
	position: relative;
	min-height: 0px;
	margin-bottom: 0px;
	border: 0px solid transparent;
}
.nav li{
	text-transform: uppercase;
}
.nav-tabs>li>a{
	border: none;
}
.nav-tabs.nav-justified>li>a{
	border-bottom: 0px solid #ddd;
	border-radius: 0px 0px 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background: #2C3E50;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus{
	border: 0px solid #ddd;
	color: #fff;
}
.navbar .nav-tabs a:hover{
  color: #fff;
  background-color: #2C3E50;
}

/* GRAFICA MENU SU CELLULARE */
.navbar-toggle .icon-bar{
	background: #2C3E50;
	position: relative;
	top: 5px;
}
@media (max-width: 768px) {
	.navbar-toggle{
		margin: 0 auto;
		width: 100%;
		text-align: center;
		display: inline-block;
		border: 1px solid #2C3E50;
	}
}



/* ==================================================
   SLIDER
================================================== */
.slider{
	padding: 0;
}
@media (max-width: 768px) {
	.slider{
		display: none;
	}
}



/* ==================================================
   FORM
================================================== */
.form-group label{
	display: block;
}
.form-inline .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-message{
	min-height: 180px;
}


/* ==================================================
   FOOTER
================================================== */
@media (max-width: 992px){
	footer h3, footer h4, footer p{
		text-align: center;
	}
}