/*!
 * CSS per Mercurio Sistemi
 *
 * Copyright 2018 ANSOFT
 * Licensed under Gloria Motta
 * http://www.an-soft.it/
 *
 */

/***************** MERCATI ****************/


/** ristorazione **/
.c-market-header {
    background-color:#FFFFFF;
    padding: 200px 0;
}
/*.c-market-header p {*/
    /*font-size: 16px;*/
/*}*/

.video-wrapper {
    position:relative;
    overflow: hidden;
}
#player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.c-market-solution .c-content-title-1 p {
    font-size: 20px;
    font-weight: 600;
}
.c-market-solution h4 {
    font-family: 'museo_sans500';
    color: #343a3d;
}
.c-market-solution .c-logos .c-logo {
    position: relative;
    height: 580px;
}
.c-market-solution .btn-primary {
    display: table;
    background-color:#ed712c;
    color: #FFFFFF;
    text-transform:uppercase;
    border-radius: 0px;
    border: none;
    margin: 0 auto;
    padding: 18px 32px;
}
.c-market-solution .c-content-client-logos-1 .c-logo-2,
.c-market-solution .c-content-client-logos-1 .c-logo-3 {
    border-bottom: 0px;
}

/***************** Responsive Mercati ****************/

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .c-market-header {
        padding: 100px 0;
    }
}