@import url(http://fonts.googleapis.com/css?family=Roboto);
body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #000;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}
.container{}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}
.mrg-bt{
	margin-bottom:15px
}

.blocco-variabile { width: 100%;  }

.blocco-variabile .fb-like-box { background: #fff; margin: 0 }
.blocco-variabile .fb_iframe_widget, .blocco-variabile .fb_iframe_widget span, .blocco-variabile .fb_iframe_widget span iframe[style] {
    width: 100% !important;
	background:none;
}
@media(max-width:970px) {
	.ad{
		min-height: 100px !important;
	}
	.ad .imgcnt{
		min-height: 60px !important;
	}
}
@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
	
}


a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #4285f4;
}

.navbar-brand {
    font-weight: 700;
}
#loadmore{
	float:left;
	margin-top:20px;
}
#loadmore button{
	width:100%;
}
.navbar-brand:focus {
    outline: 0;
}


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #4285f4 !important;
    }

    .navbar-custom.top-nav-collapse {
    }
}


.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #000;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #000;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #000;
    background: url(bg02.jpg) repeat;
    background-color: #fff;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
		padding-bottom:100px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 60px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #28c3ab;
    color: #28c3ab;
    background-color: transparent;
}


.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}
.social_share{
	width:100%;
	margin-top:20px;
	float:left;
	background:#f0f0f0;
	padding:10px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
	h1{font-size:18px}
	h3{font-size:14px}
	h2{font-size:14px}
    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
.cntba{
	background:url(bg_alpha.png) repeat;
}

/* PARTE MODIFICATA TZEND */
.mod{
	margin-top:100px;
	min-height:500px;
}
.min-hw{
	min-height:74px;
}
.intl{
}
.butnmrg{
	margin-top:10px;

}
.nomargn{
	margin:0;
}
.paraut{
	background:url(bg-gray.png);
	padding-top:20px;
	padding-bottom:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.breads{
	margin-bottom:10px;
}
.paraus{
	background:url(bg_white.png);
	padding-top:10px;
	padding-bottom:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.mess{
	font-size:14px;
	font-weight:normal;
}
.sinhom h3{
	margin:0;
	height:50px;
	overflow:hidden;
}
.sinhom{
	margin:2px;
	overflow: hidden;
	
}
.sinhom img{
	width:100%;
	/*height:160px;*/
	margin-top:-10px;
}
.matp{
	margin-top:100px;
}
.s2{
	padding:5px 3px;
	min-height:200px;
}

#queryres{
	font-family: 'Roboto', sans-serif;
}
.ad .imgcnt{
	min-height:150px;
	padding:0;
}
.ad .imgcnt img{
	padding:0;
}
.cartyp{
	text-align:center;
	font-weight:bold;
	padding-bottom:3px;
}
#queryres .prz{
}
#queryres .ad {
	
}
#queryres .ad h2{
	font-size:18px;
} 
#queryres .ad{
	padding-top:10px;
	min-height:250px;
	border:1px solid #eee;
} 
#errors_cont p{ color:#c40000; font-weight:bold; margin-bottom:5px;}
#errors_cont ul li{color:#c40000;}
.ftr{
	border-top:3px solid #dcdcdc;
	margin-top:5px;
	background:#f0f0f0;
	padding-top:2px;
	padding-bottom:2px;
}
.ftr .sin{
	padding-top:15px;
	padding-bottom:15px;
	border-right:1px solid #e0e0e0;
}
.ftr .sin:last-child{
	border-right:0px solid #cccccc;
}
@media(max-width:970px) {
	.bg_lastrow{
		border-right:0px solid #cccccc !important;
	}
	.bg_int{
		border-right:0px solid #cccccc !important;
	}
	.min-hw{
		min-height: auto; 
	}
}
.marchiriv img{
	width:100%;
}
.marchiriv .marc{
	margin:5px 0;
}
.cccccccc{
	display:visible !important;
}
.fltr{
	background:#f0f0f0;
	width: 100%;
}
.tipl img{
	width:100%;
}
.fw{
	width:100%;
	float:left;
	text-align:center;
}
.scar img{
	padding:0 10px;
	margin:8px 0;
}
@media(max-width:970px) {
	.scar{
		width:25%;
		float:left;
	}
	#chiama{
		display:block;
	}
}
@media(min-width:970px) {
	.scar{
		width:12.5%;
		float:left;
	}
	#chiama{
		display:none;
	}
}
@media(max-width:400px) {
	.scar{
		width:33%;
		float:left;
	}
}
.dettaglo .col-md-6{
	min-height:30px;
}
.shadsssss{
	text-shadow: -2px 2px 2px rgba(255, 255, 255, 0.73);
}
/* FINE PARTE MODIFICATA TZEND */