/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-giu-2018, 17.06.32
    Author     : Tommaso
*/
@media screen and (max-width: 1280px) and (min-width: 1024px){
    #gtco-logo a img{width: 250px;}
    .gtco-nav ul li a {font-size: 20px;padding: 30px 5px;}
    img.bandiere{width: 28px;}
    .gtco-nav ul li.lingua a{padding: 30px 5px;}
    /* slider */
    .gtco-cover{height: 650px;}
    .col-md-7.col-md-offset-4 a{display: block;}
} 

@media screen and (max-width: 768px){
    .row-eq-height{display: block;}
    .row-eq-height .certificazioni{position: relative; display: block; width: 100%;}
    .col-md-7.col-md-offset-4 a{display: block;}
    .blocco_contattaci{margin-bottom: 50px;}
    /* menu icone lingua */
    #gtco-offcanvas ul li.lingua{display: inline-block; padding-right:5px; margin-top: 20px;}
    #gtco-offcanvas ul li a{font-size: 18px;}

    /* immagine custom testo chi siamo */
    img.immagine_pagina{width: 100%;}
    .privacy-policy .gtco-section{margin-top: 100px;}
}

/* mobile sotto tablet */
@media screen and (max-width: 767px) and (min-width:300px){
    ul, ol{list-style: none;}
    p,h1,h2,h3,h4,h5,span,body,html{text-align: center !important;}
    #gtco-footer .gtco-widget .gtco-quick-contact li i{display: none;}

    #gtco-logo a img {
        width: 230px;
        float: left;
    }
    #gtco-header.gtco-cover{
        height: 80px !important;
        background: #19171b !important;
    }
    .col_80, .feature-left .feature-copy{width: 100% !important;}
    .feature-left .icon{width: 0px !important;    display: none;}
    .gtco-cover > .gtco-container,body #index .feature-left .icon{display: none;}

}