html {
	font-family: 'Open Sans', 'sans-serif';
}


/* testata bianca e foto ridotte in index */
header {
	background-color: #fff;
}
@media (max-width: 480px) {
.navbar-brand a img {
	float: left;
	padding-bottom: 10px;
}
}


@media (min-width: 1025px) {
.camera_wrap {
	margin: 0 auto -25px auto;
	width: 80%;
}
}

@media (min-width: 1820px) {
.camera_wrap {
	margin: 0 auto -25px auto;
	width: 60%;
}
}







a.alav {
	display: block;
	background-color: #fff;
}
a:hover.alav  {
	background-color: #000;
	text-decoration: none;
}
a:hover.alav p  {
	color: #fff;
}








.navbar-brand_ {
	margin: 20px auto 20px;
}

.list3 li figure {
	margin-right: 20px;
}

.list3 li .info1 {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-right: 15px;
}


h4 {
	font-family: 'Open Sans', 'sans-serif';
	font-size: 2em;
	line-height: 20px;
	color: #428bca;
	margin-bottom: 8%;
	padding: 0;
}
.row_4 {
	padding: 30px 0 30px;
	background: #eee;
	border-top: 1px solid #ccc;
}


/* start soc_icons */
.soc_icons ul li{
	display:inline-block;
	margin-left: 10px;
}
.soc_icons ul li:first-child{
	margin-left: 0;
}
.soc_icons ul li a{
	display: block;
	width: 42px;
	height: 42px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.soc_icons ul li a.icon1{
	background: #39579D url('../img/icons2.png') no-repeat 18px 10px;
}
.soc_icons ul li a.icon2{
	background: #02B3E9 url('../img/icons2.png') no-repeat -12px 10px;
}
.soc_icons ul li a.icon3{
	background: #DB4A39 url('../img/icons2.png') no-repeat -44px 10px;
}
.soc_icons ul li a.icon4{
	background: #EA4C89 url('../img/icons2.png') no-repeat -78px 10px;
}
.soc_icons ul li a.icon5{
	background: #5A872A url('../img/icons2.png') no-repeat -112px 10px;
}
.soc_icons ul li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

.spacer1 {
	clear: both;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}
.spacer10 {
	clear: both;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}
.spacer20 {
	clear: both;
	height: 20px;
	line-height: 1px;
	font-size: 1px;
}

i.pink, span.pink {
	color: #f30;
}
.shadex {
	text-shadow: 0 0 4px #000;
}
.nomargin {
	margin: 0;
}
.et:before {
  content: '@'
}
.etd:before {
  content: '.'
}


.gallery {
  margin-bottom: 20px;
}



.contact-form checkbox {
	width: 16px;
	height: 16px;
}
.contact-form .accetto {
	padding: 9px 14px 8px;
	margin: 0;
	text-decoration: none;
	font-family: 'Open Sans', 'sans-serif';
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	float: left;
}

@media (max-width: 900px) {
	.tm_navbar .nav li a {
		font-size: 18px;
	}
}
