
.onlymobile {
    display: none;
}

/* QUERIES FOR IPAD/TABLETPC  PORTRAIT AND LANDSSCAPE */
@media only screen and (max-width: 1100px), only screen and (min-device-width: 768px) and (max-device-width: 1100px) {
    
    .onlymobile {
        display: block;
    }
    
    .boxed {
        width: 720px;
    }
    #header {
        width: 720px;
    }
    #header_left {
        width: 215px;
    }
    #header_right {
        width: 505px;
    }
	.header_boxes {
		width: 720px;
	}
    #home_main_boxes .box {
        width: 240px;
    }
    #home_main_boxes .box .image {
        width: 220px;
        height: 110px;
    }
    .footer_box {
        width: 360px;
    }
	
    
    
    
    .prodotto_description_wapper ul.tabs {
    }

    .prodotto_description_wapper ul.tabs li {
        background: none;
        display: block;
        padding: 10px 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 12px;
    }


    .prodotto_description_wapper ul.tabs li.current
    {
        color: #666666;
        background: #eaeaea;
        font-weight: bold;
        border: 1px solid #d0d0d0;
    }


    .prodotto_description_wapper .tab-content{
        display: none;
        border: 1px solid #d0d0d0;
        background: #eaeaea;
        padding: 30px 15px;
        margin-top: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .prodotto_description_wapper .tab-content.current{
        display: inherit;
    }
    
    
    
    
    
    
    
    
}

/* QUERIES FOR IHONE/SMARTPHONES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 480px), only screen and (max-width: 767px) {
    
    
    .boxed {
        width: 80%;
    } 
    #header {
        width: 240px;
    }
    #header_left {
        width: 240px;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
    #header_right {
        width: 240px;
        height: auto;
        float: none;
    }
	.header_boxes {
		width: 80%
	}
	.header_boxes .header_box {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.header_boxes .header_box:last-child {
		margin-bottom: 0px;
	}
    .infoandsocial {
        height: auto;
        text-align: center;
        line-height: 30px;
        margin-bottom: 15px;
    }
    
    .infoandsocial .flagswrapper {
        margin-top: 15px;
        display: block;
        clear: both;
    }
    .infoandsocial span.yellow {
        margin-right: 0;
    }

    .home_slider_wrapper {
        margin-top: 0px;
    }
    
    #home_main_boxes {
        /*margin-top: 50px;*/
    }
    
    #home_main_boxes .box {
        padding: 0px;
        margin-bottom: 50px;
    }
    #home_main_boxes .box .image {
        width: 240px;
        height: 120px;
    }
    
    
    .section_header {
        height: 200px;
        margin-top: 0;
        padding-top: 30px;
        margin-bottom: 50px;
    }
    .section_header h1 {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .section_header h2 {
        color: white;
        border-bottom: 0px;
        padding: 0px;
        font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
        font-size: 20px;
        text-align: center;
    }
    
    .boxed .half_col,
    .boxed .col_1terzo,
    .boxed .col_2terzi
    {
        width: 100%;
        float: none;
    }

    .boxed .rightpad {
        padding-right: 0;
    }
    .boxed .leftpad {
        padding-left: 0;
    }
    
    
    .grid_list li {
        width: 80%;
        float: none;
        margin: auto;
    }
    
    
    .prodotto_image_wrapper {
        float: none;
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }


    .prodotto_description_wapper {
        float: none;
        width: 100%;
        padding-left: 0px;
        margin-bottom: 100px;
    }
    
    
    .prodotto_description_wapper .tab-content{
        overflow-x: auto;
    }
    
    .tabella_prezzi_container {
        padding: 20px 0px !important;
    }
    
    
    .tabella_prezzi {
        border: 20px solid #eaeaea;
    }
    
    .prodotto_description_wapper .tab-content p.note {
        padding: 0px 20px;
    }
    
    
    .google-maps-wrapper {
        padding-bottom: 50%;
    }
    
    
    .footer_box {
        width: 80%;
        padding: 30px 0px 30px 0px;
        float: none;
        margin: auto;
    }
    
    
    
}