/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

/* CSS Document */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,500,600,700,800,900');

/* SYSTEM */

.wide {
    margin: 0 -9999px;
    padding: 0px 9999px;
    position: relative;
    background-color: #FFFFFF;
}

.wide.odd { background-color: #e1e1e1; }

.wide.even { background-color: #009253; } /*06a955*/

.wide.dark { background-color: #343a37; }


.lwide { margin-right: 0; padding-right: 0; }
.rwide { margin-left: 0; padding-left: 0; }

.padding-vertical { padding-bottom: 1em; padding-top: 1em; }
.padding-vertical2 { padding-bottom: 2em; padding-top: 2em; }
.padding-left { padding-left: 15px; }
.padding-right { padding-right: 15px; }
.padding-top { padding-top: 1em; }
.padding-bottom { padding-bottom: 1em; }
.nopadding-top { padding-top: 0;}
.nopadding-bottom { padding-bottom: 0;}
.margin-top { margin-top: 1em; }
.margin-bottom { margin-bottom: 1em; }
.nomargin-top { margin-top: 0;}
.nomargin-bottom { margin-bottom: 0;}
.alpha { padding-left: 0px; }
.omega { padding-right: 0px; }

.table { margin: 0; padding: 1em 0; }

.grid-flex {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}

.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

#page { 
    overflow: hidden;
/*  background-color: #003c84;
	-webkit-appearance: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  box-shadow: 5px 5px 20px #666666;
  margin: 50px 0 20px;*/
}

/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 #FFFFFF;
    font: 8px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #666666;
    margin: 0px 0px;
}

h1, h2, h3, h4, h5, h6, p { 
    font-family: Helvetica,Arial,sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #007644;
    line-height: 1.2;
}

h1, .h1 { font-weight: 400; font-size: 2.5em; line-height: 1.1; }

h1.title, .h1.title { font-weight: 400; font-size: 5em; line-height: 1; }

h2, .h2 { font-weight: 400; font-size: 2em; line-height: 1.1; }

h3, .h3 { font-weight: 400; font-size: 1.5em; line-height: 1.2; }

h4, .h4 { font-size: 1.18em; line-height: 1.2; }

h5, .h5 { font-size: 1em; line-height: 1.2; }

h6, .h6 { font-size: 0.8em; line-height: 1.2; }

p, ul { 
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    color: #666666;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 0px;
}

ul.bullet-image {  list-style: outside url("../images/arrow.png") none; padding-left: 3em; }
ul.list-unstyled {  list-style: outside none none; padding-left: 2em; }
ul.list-bullet { padding-left: 1.5em; list-style: outside none none;  }
ul.list-bullet li { display: block; margin-bottom: 0.3em; }
ul.list-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    float: left;
    margin-top: 4px;
    margin-left: -1.1em;
    color: #005573;
}

p.big { font-size: 1.3em; }

.thin { font-weight: 100!important; }
.extra-light { font-weight: 200!important; }
.light { font-weight: 300!important; }
.normal { font-weight: 400!important; }
.medium { font-weight: 500!important; }
.semi-bold { font-weight: 600!important; }
.bold { font-weight: 700!important; }
.extra-bold { font-weight: 800!important; }
.ultra-bold { font-weight: 900!important; }


.bg-green { background-color: #21AA64; }
.bg-green-dark { background-color: #007644; }
.bg-dark { background-color: #21342a; }

/* STYLE */

a, img { border: 0 none;  transition: all 0.25s ease-in-out 0s; }

a:link, a:visited, li a:link, li a:visited {  color: #007644; text-decoration: none; }

a:hover, a:focus, li a:hover { color: #009253; outline: none;  transition: all 0.25s ease-in-out 0s; }

a:active, li a:active, a.active, li a.active { color: #009253;  }


a.negative:link, a.negative:visited, li a.negative:link, li a.negative:visited {  color: #06205f; text-decoration: none; }

a.negative:hover, a.negative:focus, li a.negative:hover { color: #666666; outline: none; }

a:active, li a:active, a.active, li a.active { color: #666666;  }

.marker, .form-required, .request { color: #FFFFFF; }

.evidenza { color: #007644; }
.green { color: #007644; }
.red { color: #ee5b61; }
.blu { color: #06205f; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #666666; }

strong,b { font-weight: 700; }

span.sup { font-size: 70%; position: relative; top: -0.5em; }

sub { font-size: 70%; position: relative; top: 2px; }

.btn { border: none; padding: 0.6em 1em 0.8em;  transition: all 0.25s ease-in-out 0s; }

.gradient-ver2 { 
/*    https://www.cssmatic.com/gradient-generator*/
    background: #74ad89;/* Old Browsers */
    background: -moz-linear-gradient(top, #74ad89 0%, #37aa65 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #74ad89), color-stop(100%, #37aa65));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #74ad89 0%, #37aa65 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #74ad89 0%, #37aa65 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #74ad89 0%, #37aa65 100%); /* IE 10+ */
    background: linear-gradient(to bottom, #74ad89 0%, #37aa65 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74ad89', endColorstr='#37aa65', GradientType=0 );/* IE6-9 */
}

.gradient-dig2 {
    background: #37aa65;/* Old Browsers */
    background: -moz-linear-gradient(45deg, #37aa65 0%, #74ad89 100%); /* FF3.6+ */
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #37aa65), color-stop(100%, #74ad89));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(45deg, #37aa65 0%, #74ad89 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #37aa65 0%, #74ad89 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #37aa65 0%, #74ad89 100%); /* IE 10+ */
    background: linear-gradient(45deg, #37aa65 0%, #74ad89 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aa65', endColorstr='#74ad89', GradientType=1 );/* IE6-9 fallback on horizontal gradient */

}

.gradient-ver { 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#74ad89+0,37aa65+100 */
    background: #74ad89; /* Old browsers */
    background: -moz-linear-gradient(top, #74ad89 0%, #37aa65 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #74ad89 0%,#37aa65 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #74ad89 0%,#37aa65 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74ad89', endColorstr='#37aa65',GradientType=0 ); /* IE6-9 */
}

.gradient-dig { 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#37aa65+0,74ad89+100 */
    background: #37aa65; /* Old browsers */
    background: -moz-linear-gradient(45deg, #37aa65 0%, #74ad89 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #37aa65 0%,#74ad89 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #37aa65 0%,#74ad89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aa65', endColorstr='#74ad89',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@-webkit-keyframes custom-float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes custom-float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}


.custom-float {
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: custom-float 4s ease-in-out infinite;
          animation: custom-float 4s ease-in-out infinite;


/*  -webkit-animation-name: custom-float;*/
/*  animation-name: custom-float;*/
/*  -webkit-transform-origin: center bottom;*/
/*  transform-origin: center bottom;*/
/*  -webkit-transform: translatey(0px);*/
/*          transform: translatey(0px);*/
/*  -webkit-animation-iteration-count: infinite;*/
/*  animation-iteration-count: infinite;*/
/*  -webkit-animation-duration: 3s;*/
/*  animation-duration: 3s;*/
}

/* HEADER */
.header .logo { position: absolute; top: 0; left: 0; z-index:1;}

    /* COL LEFT */
    .header .box-content { position: absolute; top: 10em; left: 0; z-index:1; }
    .header .box-content h1 {}
    .header .box-content h4 {}

/*    .header .col-left .img1 { padding-bottom: 1.13em; }*/

    .header .lwide.bg-green { background-color: #06a955; }

    .header .lwide, .header .rwide { height: 33em; }

    .header .col-left .pinza { position: absolute; bottom: -10em; right: -3.05em; z-index: 4; }

    .header ul.tasti { margin: 2em 0; }

    .header ul.tasti li a { font-weight: 700; font-size: 0.8em; border-radius: 4px; border: 1px solid #343a37; color: #FFFFFF; padding: 0.6em 1.5em; }

    .header ul.tasti li.active a { background-color: #ee5b61; font-size: 0.85em; border-color: #ee5b61; box-shadow: 0px 5px 20px #000000; padding: 0.5em 1.5em; }

    .header ul.tasti li a:hover,
    .header ul.tasti li a:focus { background-color: #343a37; border: 1px solid #343a37; }

    /* COL RIGHT */
    .header .col-right .img-float { position: relative; z-index: 2; top: 9em; left: -5em; width: 140%; }
    .header .col-right .img-float.img { position: absolute; z-index: 3; position: relative; }
    .header .col-right .logo-simed { position: relative; z-index: 2; padding: 7em 0 2em; margin: 0em 0 0; }


/* ADV */
.adv p { font-size: 1.15em; font-weight: 300; }

    /* COL LEFT */
    .adv .col-left .lwide { background: #FFFFFF url("../images/adv-bg-img1.jpg") repeat-x scroll top center; }
    .adv .col-left .lwide .img1 { position: relative; top: -2em; }

    /* COL RIGHT */
    .adv .col-right { text-align: right; }

    .adv .col-right .title { padding: 5em 0 5em; font-size: 1.9em; }

.adv .down { font-weight: 700; }
.adv .down .glyphicon { font-size: 150%; }

/* FOOTER-FIRST */
.footer-first { padding-top: 1.5em; padding-bottom: 1.5em; }
.footer-first p, .footer-first h6 { margin: 0.3em 0; color: white; font-weight: 300; }


/*  WEBFORM  */
.webform-client-form p,
.webform-client-form label { }

.webform-component,
.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset,
.webform-component label,
.webform-component .description
.webform-client-form .form-actions {
    font-family: 'Poppins', sans-serif;
    display: inline;
    float: left;
    margin: 0.5em 0px 0.2em;
    position: relative;
    font-weight: 400;
}

.webform-component label,
.webform-component .description {
    font-family: 'Poppins', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 5px;
    font-size: 1em;
    position: relative;
    color: #666666;
    font-weight: 400;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset {
    border: 0px solid #666666;
    background:  none no-repeat scroll 0 0 #FFFFFF;
    display: inline;
    float: left;
    font-size: 0.85em;
    font-weight: 400;
    margin: 0;
    margin-bottom: 1em;
    position: relative;
    padding: 0.7em 0.5em;
    height: auto;
    color: #666666;
    border-radius: 0;
    box-shadow: none;
}

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    margin-top: 5px;
    width: 50%;
    float: left;
}

.webform-component .form-type-checkbox label,
.webform-component .form-type-checkbox .description,
.webform-component .form-type-radio label,
.webform-component .form-type-radio .description {
    font-size: 0.9em;
    color: #666666;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    margin: 0.2em;
    padding-left: 1.5em;
}

.webform-component .form-type-checkbox .control-label,
.webform-component .form-type-radio .control-label { color: #666666; }

.webform-component .form-type-checkbox .control-label strong,
.webform-component .form-type-radio .control-label strong { 
    display: block; 
    clear: right; 
    color: #666666; 
    font-weight: 400; 
    margin-left: 5px;
}

.webform-component .form-type-checkbox input,
.webform-component .form-type-radio input {
    margin: 0.2em 0;
    margin-left: -20px;
    margin: 0.1em 0 0.2em -25px;
    margin-left: -30px;
    width: auto; 
}

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    width: 100%;
    width: 33%;
    width: 20%;
    width: 25%;
}

.webform-component .form-control { color: #666666; }
.webform-component .form-control::-webkit-input-placeholder { color: #666666; } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: #666666; } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: #666666; } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: #666666; } /* Firefox 18- */

.webform-client-form fieldset { background: none; border: none; box-shadow: none; margin: 0; width: 100%; }
.webform-client-form .panel-body { padding: 0; }

.webform-component.webform-component-markup { width: 100%; }

.webform-component.webform-component--campi { width: 66%; text-align: right; }

.webform-component-markup .campi {  font-size: 0.7em; line-height: 1.2; color: #666666; text-align: right; }

.webform-component.privacy .form-type-checkbox, 
.webform-component.privacy .form-type-radio { width: 100%; }

.webform-component.privacy { z-index: 2;  }

.webform-component.privacy .control-label { font-size: 0.7em; line-height: 1.2; color: #666666; }

.webform-client-form .form-actions { 
    bottom: 0em;
    /*float: right;*/
    position: absolute;
    right: 0px;
    width: 100%;
    text-align: center;
}

.webform-client-form .form-actions .form-submit { 
    background: #ee5b61 none no-repeat scroll 0 0;
    border: 0px solid #26aa99;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    line-height: 1;
    margin: 0;
    padding: 1em 2em;
    text-shadow: none;
    box-shadow: 0px 5px 20px #000000;
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
}

.webform-client-form .form-actions .form-submit:hover { background-color: #007644; }

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

.img-responsive { display: inline-block; }


    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 300px) {

        body { font-size: 8px; }

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

        body { font-size: 18px; }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

        body { font-size: 20px; }

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

        body { font-size: 22px; }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

        body { font-size: 24px; }

    }


    /*==========  Non-Mobile First Method  ==========*/


    /* Large Devices, Wide Screens LG */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Laptop MD*/
    @media (min-width: 992px) and (max-width: 1199px) { 

        /* HEADER */
     .header .lwide, .header .rwide { height: 33em; }
/*      .header .col-left .img1 { padding-bottom: 3.15em; }*/
        .header .col-left .pinza { bottom: -8em; right: -2.76em; max-width: 30%; }
        .header .col-right .logo-simed { padding: 7em 0 2em; }

        /* ADV */
        .adv .col-right .title { padding: 6em 0 5em; font-size: 1.7em; padding-bottom: 7em; }
        .adv p { font-size: 1.05em; }

        /*  WEBFORM  */
        .webform-client-form p, .webform-client-form label { font-size: 0.9em; }


    }

    /* Medium Devices, Desktops MD*/
    @media only screen and (max-width : 992px) {

    }

    /* Portrait tablets and small desktops */
    @media (min-width: 768px) and (max-width: 991px) {

        h6, .h6 { font-size: 0.7em; }

        /* HEADER */
        .header .box-content { top: 8em; }
        .header .box-content h1 { font-size: 2em; }

         .header .lwide, .header .rwide { height: 29em; }
/*      .header .col-left .img1 { padding-bottom: 5em; }*/
        .header .col-left .pinza { bottom: -8em; right: -2.35em; max-width: 30%; }
        .header .col-right .logo-simed { padding: 8em 0 2em; max-width: 87%; margin-left: 1em; }


        /* ADV */
        .adv .col-right .title { padding: 6em 0 5em; font-size: 1.9em; padding-bottom: 6em; }
        .adv p { font-size: 1em; }
        .adv .down { font-size: 0.9em; text-align: center; }

        /*  WEBFORM  */
/*        .webform-component.webform-component--campi { width: 100%; text-align: center;     margin-top: 2em; }*/
/*        .webform-component-markup .campi { text-align: right; }*/
/*        .webform-component.privacy { width: 50%; }*/
/*        .webform-client-form .form-actions {*/
/*            bottom: 4em;*/
/*            right: 1em;*/
/*            width: 100%;*/
/*            text-align: right;*/
/*        }*/
/*        .webform-client-form .form-actions .form-submit { padding: 1em 4.5em; }*/

        .webform-component.webform-component--campi { width: 100%; text-align: center;  margin-top: 0em; margin-bottom: 1em; padding: 0 15px; }
        .webform-component-markup .campi { text-align: left; }
        .webform-component.privacy { width: 100%; }
        .webform-client-form .form-actions {
            bottom: 0;
            right: 0;
            width: 100%;
            text-align: center;
            position: relative;
        }
        .webform-client-form .form-actions .form-submit { padding: 1em 4.5em; }


    }

    /* Small Devices, Tablets SM*/
    @media only screen and (max-width : 767px) {

        /* HEADER */
        .header h1 { font-size: 3em; line-height: 1.1; }
        .header h4 { font-size: 2em; margin-top: 1em; }
        .header ul.tasti { padding: 0em 0; } 
        .header ul.tasti li { width: 100%; margin-bottom: 2em; text-align: center; display: block; } 
        .header ul.tasti li a, .header ul.tasti li.active a { font-size: 1.5em; margin-top: 1em; display: block; text-align: center; } 

        /* ADV */
        .adv .title { font-size: 3.3em; margin: 1em 0; }
        .adv p {  font-size: 2.2em; }
        .adv h5 { font-size: 1.7em; }
        .adv h6 { font-size: 1.5em; }
        .adv br { display: none; }
        .adv .down { text-align: center; margin-bottom: 1em; } 

        /* CONTATTI */
        .contatti h2 { font-size: 2em; text-align: center; line-height: 1.2; }

        /* FOOTER-FIRST */
        .footer-first p, .footer-first h6 { font-size: 1.5em; text-align: center; }
        .footer-first h6 { font-size: 1em; }
        
        /*  WEBFORM  */
        .webform-client-form p, .webform-client-form label {  font-size: 1.5em;  margin-top: 1em; }
        .webform-component input, .webform-component select, .webform-component textarea, .webform-client-form fieldset { font-size: 1em; }

        .webform-component.webform-component--campi { width: 100%; text-align: center;  margin-top: 0em; margin-bottom: 1em; padding: 0 15px; }

        .webform-component-markup .campi { text-align: left; font-size: 1em; margin-top: 1em; }
        .webform-component.privacy .control-label { font-size: 1em;}    
            .webform-client-form .form-actions {
            bottom: 0;
            right: 0;
            width: 100%;
            text-align: center;
            position: relative;
        }
        .webform-client-form .form-actions .form-submit { padding: 1em 4.5em; font-size: 1.2em; }

    }

    /* Mobile Large, Extra Small Devices, Phones XS*/ 
    @media only screen and (max-width : 480px) {


    }

    /* Mobile Medium, iPhone Retina */ 
    @media only screen and (max-width : 375px) {

        /* HEADER */
        .header h1 { font-size: 3.6em; line-height: 1.3; }
        .header h4 { font-size: 2.5em; }
        .header ul.tasti li a, .header ul.tasti li.active a { font-size: 2em; }

        /* ADV */
        .adv .title { font-size: 3.3em; }
        .adv p {  font-size: 2.2em; }

        .adv h5 { font-size: 3em; }
        .adv h6 { font-size: 2.5em; }
        .adv br { display: none; }
        .adv .down { text-align: center; margin-bottom: 1em; font-size: 2em; } 

        .adv .box-foto { width: 100%; padding-top: 4em; }

        /* CONTATTI */
        .contatti h2 { font-size: 3em; line-height: 1.4; }

        /* FOOTER-FIRST */
        .footer-first p, .footer-first h6 { font-size: 2em; }
        .footer-first h6 { font-size: 1.5em; }

        /*  WEBFORM  */
        .webform-client-form p, .webform-client-form label {  font-size: 2em; }
        .webform-component-markup .campi { text-align: left; font-size: 1.5em; }
        .webform-component.privacy .control-label { font-size: 1.5em;}    
        .webform-component input, .webform-component select, .webform-component textarea, .webform-client-form fieldset { font-size: 1.5em; }

        .webform-client-form .form-actions .form-submit { font-size: 1.7em; }

    }

    /* Mobile Small, Custom iPhone Retina */ 
    @media only screen and (max-width : 320px) {

        /* HEADER */
        .header h1 { font-size: 3em;  }
        .header h4 { font-size: 2.5em; }

    }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {  }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {  }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {  }


@media (max-width: @screen-xs-max) {  }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {  }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {  }
@media (min-width: @screen-lg-min) {  }

