@media (min-width: 768px) {

/* Structure  > 768 */

#header 		
{
   height: 160px;
   padding: 10px 10px 10px 10px;
} 

#logotesta
{
    display: block;
    background-image: url('../../img/logolong.jpg');
    background-repeat: no-repeat;
    border: 0px;
    width: 770px;
    height: 140px;
    margin: 0 auto;
} 

#site-title a 			
{
font-family: oswald; 
font-weight: 400; 
font-size:30px; 
text-transform:uppercase;
margin-left:10px;
float: left;
color:#fff;
}

#mainmenu		
{
display:inline;
width: 100%;
float:left;
background: #000000;
}

#mainmenu ul 		
{
margin: 0px 0 0px 0px;
float:left;
width:100%; 
list-style: none;
}

#mainmenu ul li 
{
display: inline-block;
float: none;
}

#mainmenu a 		
{
color: #fff; 
font: 14px;
padding: 14px 20px;
font-family: oswald; 
text-transform:uppercase;
}

#mainmenu a:hover 
{
background:#CCCCCC;
}
	
.btn-responsive-menu{
display: none;
float: right;
padding:5px;
cursor:pointer;
margin:  0px 20px 0 0;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background:#333;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;border-radius: 4px;
}

.icon-bar 			
{
display: block;
width: 18px;
height: 2px;
margin:5px;
background-color: #f5f5f5;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.show{display:block!important}


#form-main{
        position: relative;
        left: 25%;
	width:25%;
	float:left;
	padding-top:20px;
}

#nome{
	width:50%;
	background-image: url(../css/svg/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#cognome{
	width:50%;
	background-image: url(../css/svg/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#tel{
	width:50%;
	background-image: url(../css/svg/phone.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	width:50%;
	background-image: url(../css/svg/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#commento{
	width:50%;
	background-image: url(../css/svg/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}	
		
.demo2 {
    position: relative;
    float:left;
    width:50%;
    left: 25%;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.demo2 h1 {
    margin-top: 0;
    text-align: center;
    color: #990000; 
}

}

@media (min-width: 481px) and (max-width: 767px) {
}

@media (max-width: 480px) {
}