/**
 * 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=Roboto:100,300,400,500,700,900');

/* SYSTEM */

.wide {
    margin: 0 -9999px;
    padding: 0px 9999px;
    position: relative;
}

.wide.odd { background-color: #86ccc3; }
.wide.even { background-color: #e7e8e9; }
.wide.white { background-color: #ffffff; }
.wide.gray { background-color: #eceded; }

.wide.dark { background-color: #1c353a; }



.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 #FBFBFB;
    font: 16px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #676b70;
    margin: 0px 0px;
}

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

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

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

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

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

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

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

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


p, ul { 
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #676b70;
    line-height: 1.2;
    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; }


/* STYLE */

a, img { border: 0 none; }

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

a:hover, a:focus, li a:hover { color: #86ccc3; outline: none; }

a:active, li a:active, a.active, li a.active { color: #86ccc3;  }

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

.evidenza { color: #26aa99; }
.dark { color: #1c353a; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #676b70; }

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; }

.gradient-hor { 
    background: #FFF; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #FFF, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FFF, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FFF, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FFF , #000); /* Standard syntax (must be last) */
}

hr {
    border-color: #26aa99 currentcolor currentcolor;
    border-color: #26aa99;
    border-width: 1px 0 0;
    margin-bottom: 1em;
    margin-top: 1em;
}

hr.line { border-width: 2px 0 0; margin-bottom: 1em;  margin-top: 0.5em; }

hr.white { border-color: #FFFFFF; margin-top: 0.7em; }

.cornice { border: 3px solid #26aa99; }


/* EFFECT */

.animatedCustom {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeSlide {

  0% {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
  }

}

@keyframes fadeSlide {

  0% {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
  }

}

.fadeSlide {
  -webkit-animation-name: fadeSlide;
  animation-name: fadeSlide;
}

.animatedCustom { 
    position: absolute;
    z-index: 2;
}

@-webkit-keyframes slideInLeftCustom {
  0% {
/*    -webkit-transform: translate3d(-50%, 0, 0);*/
/*    transform: translate3d(-50%, 0, 0);*/
    width: 0px;
    visibility: visible;
  }

  100% {
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    transform: translate3d(0, 0, 0);*/
    width: 100%; 

  }
}

@keyframes slideInLeftCustom {
  0% {
/*    -webkit-transform: translate3d(-50%, 0, 0);*/
/*    transform: translate3d(-50%, 0, 0);*/
    width: 0px; 
    visibility: visible;
  }

  100% {
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    transform: translate3d(0, 0, 0);*/
    width: 100%; 

  }
}

.slideInLeftCustom {
  -webkit-animation-name: slideInLeftCustom;
  animation-name: slideInLeftCustom;
}

/* HEADER */
.head .row { background: transparent url('../images/img-head-bg.jpg') repeat-x scroll bottom center / contain; }

/* PRESTIGIO */
.prestigio .row-full { 
    background: transparent url('../images/img-prestigio-full.jpg') no-repeat scroll top center / cover; 
/*    height: 33em;*/
    height: 29em;
}
.prestigio h4 { padding-left: 11em; }


/* ACCORDION STEP */
.accordion-step.panel-group { margin: 0; }

.accordion-step .panel-default { box-shadow: none; border: 0; border-radius: 0; margin-top: 0 !important; }

.accordion-step .panel-heading { cursor: pointer; }

.accordion-step .panel-heading .number h5 { font-size: 5em; font-weight: 900; color: #b6e0db; line-height: 1; }
.accordion-step .panel-heading.even .number h5 { color: #b6dad6; }

.accordion-step .panel-heading .title h3 { padding-top: 0.5em; }
.accordion-step .panel-heading.even .title p { color: #5bb0a5; }

.accordion-step .panel-heading .open h6 { padding-top: 5.2em; }
.accordion-step .panel-heading .open h6 a { color: #676b70; }
.accordion-step .panel-heading .open h6 a:hover { color: #1c353a; }

.accordion-step .panel-body { border: 0 !important; border-radius: 0;}

.accordion-step .panel-body .box-text { margin-top: 2em; }
.accordion-step .step1 .panel-body .box-text { margin-top: 5em; }
.accordion-step .step3 .panel-body .box-text { margin-top: 3em; }

/* ACCORDION POPUP */
.accordion-popup.panel-group { margin: 0; }
.accordion-popup .panel-default { box-shadow: none; border: 0; border-radius: 0; margin-top: 0 !important; }

.accordion-popup .panel-heading { padding-top: 0.2em; padding-bottom: 0.5em; }
.accordion-popup .panel-heading .open { margin-top: 0.5em; }
.accordion-popup .panel-heading .title h5 { padding-top: 0.5em; padding-top: 0em; font-size: 0.8em; }

.accordion-popup .panel-body { border: 0 !important; border-radius: 0;}

/* TRIGGER */
.popup .trigger { cursor: pointer; }
.popup .trigger:hover { opacity: 0.8; }
.popup .toggle { cursor: pointer; display: none; }
.popup .toggle h5 { font-size: 1em; margin: 0 0 0.5em; }
.popup .toggle p {  font-size: 0.75em; }
.popup .toggle img { margin: 0.5em 0 0; }
.popup .toggle.animated { 
    background: #edeeef none no-repeat scroll 0 0;
    display: block;
    height: auto;
    padding: 1em;
    position: absolute;
/*    width: auto;*/
    width: 100%;
    z-index: 99;
}


/* CARATTERISTICHE */
.caratteristiche.wide { background-color: #202020; }
.caratteristiche .box-title { position: absolute; top: 2em; left: 0; }
.caratteristiche .box-title h3 { text-align: right; }

.caratteristiche .popup { position: absolute; top: 0; left: 0 }
.caratteristiche .popup .trigger { cursor: pointer; float: left; }

.caratteristiche .popup.popup-sistema-integrato { top: 11em; left: 19em; }
.caratteristiche .popup.popup-mycrown-design { top: 16em; left: 39em; }
.caratteristiche .popup.popup-corone { top: 17em; left: 8em; }
.caratteristiche .popup.popup-condividi { top: 24em; left: 27em; }
.caratteristiche .popup.popup-controllo { top: 27em; left: 40em; }

.caratteristiche .popup .toggle.animated { left: -6em; top: 0; }
.caratteristiche .popup-sistema-integrato .toggle.animated,
.caratteristiche .popup-mycrown-design .toggle.animated { left: -6em; top: -8em; }

/* MYCROWN */
.mycrown .mycrown-design { padding-top: 2em; }
.mycrown .mycrown-design h4 { padding-top: 2em; padding-right: 2em; padding-right: 4em; }


/* CONTATTI */
.contatti .buono-sconto .padding-vertical { padding-top: 1.5em; }


/* FOOTER FIRST */
.footer-first h5 { margin: 1em 0; }


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

.webform-component,
.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-component label,
.webform-component .description
.webform-client-form .form-actions {
    font-family: 'Roboto', 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: 'Roboto', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 5px;
    font-size: 1em;
    position: relative;
    color: #8c949b;
    font-weight: 400;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea {
    border: 0px solid #8c949b;
    border-bottom: 1px solid #8c949b;
    background:  none no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding: 0.2em 0.5em;
    height: auto;
    color: #8c949b;
    border-radius: 0;
    box-shadow: none;
}

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Roboto', 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: #8c949b;
    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: #1a3f93; }

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

.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%;
}


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

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

.webform-component.webform-component-markup {} 
.webform-component.webform-component--campi p { font-size: 0.7em; color: #8c949b; }

.webform-component.privacy { margin: 0; }

.webform-component.privacy .control-label { font-size: 0.85em; line-height: 1.2; color: #8c949b; }

.webform-client-form .form-actions { 
    bottom: -0.2em;
/*    float: right;*/
    position: absolute;
    right: 0px;
    width: auto;
}

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

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


/*==================================================
=            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: 16px; }

    }

    /* 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; }

        /* HEADER */
        .header h4 br { display: none; }

    }


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


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

        /* PRESTIGIO */
        .prestigio .row-full { height: 24em; }

    }

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

        /* HEADER */
        .header h4 { font-size: 1.2em; }

        /* PRESTIGIO */
        .prestigio .padding-vertical2 {  padding-bottom: 1em;  padding-top: 1em; }
        .prestigio .row-full { height: 20em; }
        .prestigio h3 { font-size: 1.55em; }
        .prestigio h4 { padding-left: 10em; font-size: 1.2em; }

        /* ACCORDION STEP */
        .accordion-step .panel-body .box-text { margin-top: 1em; }
        .accordion-step .step1 .panel-body .box-text { margin-top: 4em; }
        .accordion-step .step2 .panel-body .box-text { margin-top: 0.5em; }
        .accordion-step .step3 .panel-body .box-text { margin-top: 2em; }

        /* CARATTERISTICHE */
        .caratteristiche .popup.popup-sistema-integrato { top: 10em; left: 15em; }
        .caratteristiche .popup.popup-mycrown-design { top: 14em; left: 35em; }
        .caratteristiche .popup.popup-corone { top: 15em; left: 7em; }
        .caratteristiche .popup.popup-condividi { top: 21em; left: 24em; }
        .caratteristiche .popup.popup-controllo { top: 26em; left: 36em; }

        /* MYCROWN */
        .mycrown .mycrown-design h4 { padding-top: 1em;  padding-right: 1em; }

        /* CONTATTI */
        .contatti h4 { font-size: 1.2em; }

        /* FOOTER FIRST */
        .footer-first h5 {  font-size: 0.8em; }

    }

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

    }

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

        /* PRESTIGIO */
        .prestigio .padding-vertical2 {  padding-bottom: 1em;  padding-top: 1em; }
        .prestigio .row-full { height: 17em; }
        .prestigio h3 { font-size: 1.25em; }
        .prestigio h4 {  padding-left: 10em;  font-size: 1em; }

        /* ACCORDION STEP */
        .accordion-step .panel-heading .title h3 { padding-top: 0.4em; }
        .accordion-step .panel-heading .title p { font-size: 0.9em; }
        .accordion-step .panel-body .box-text p { font-size: 0.8em; }

        .accordion-step .panel-body .box-text { margin-top: 1em; }
        .accordion-step .step1 .panel-body .box-text { margin-top: 4em; }
        .accordion-step .step2 .panel-body .box-text { margin-top: 0em; }
        .accordion-step .step3 .panel-body .box-text { margin-top: 2em; }
        .accordion-step .step5 .panel-body .box-text { margin-top: 1.5em; }

        /* CARATTERISTICHE */
        .popup .toggle h5 { font-size: 0.75em; font-size: 0.9em; }
        .popup .toggle p {  font-size: 0.7em; font-size: 0.8em; }

        .caratteristiche .popup.popup-sistema-integrato { top: 7em; left: 14em; }
        .caratteristiche .popup.popup-mycrown-design { top: 12em; left: 30em; }
        .caratteristiche .popup.popup-corone { top: 12em; left: 6em; }
        .caratteristiche .popup.popup-condividi { top: 18em; left: 20em; }
        .caratteristiche .popup.popup-controllo { top: 22em; left: 30em; }

        .caratteristiche .popup-sistema-integrato .toggle.animated { left: -3em; top: -8em; }
        .caratteristiche .popup-mycrown-design .toggle.animated { left: -8em;  top: -15em; }
        .caratteristiche .popup-controllo .toggle.animated { left: -8em;  top: 0; }

        /* MYCROWN */
        .mycrown h4 { margin-top: 0; }
        .mycrown h5 { font-size: 0.75em; }
        .mycrown hr.line { margin: 0.5em 0; }
        .mycrown .mycrown-design h4 { padding: 1em 0; font-size: 1em; }

        /* CONTATTI */
        .contatti .buono-sconto h4 { font-size: 1em; }

        /* FOOTER FIRST */
        .footer-first h5 {  font-size: 0.9em;}

    }

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

        h3.wow { text-align: center; font-size: 1.5em; }
        h4 { font-size: 1.1em; }

        /* HEADER */
        .header h4 br { display: none; }
        .head .row { background-size: 100% 95%; }

        /* PRESTIGIO */
        .prestigio .padding-vertical2 {  padding-bottom: 1em;  padding-top: 1em; }
        .prestigio .row-full { height: auto; background: none; }
        .prestigio h4 {  padding-left: 0em; }

        /* FLUSSO */
        .flusso.padding-vertical2 {  padding-bottom: 1em; padding-top: 1em; }

        /* ACCORDION STEP */
        .accordion-step .panel-heading .number h5 {  font-size: 4em; }
        .accordion-step .panel-heading .title h3 { padding-top: 0; font-size: 1.4em; margin-bottom: 0.1em; }
        .accordion-step .panel-heading .open h6 { padding-top: 0; margin-top: 0; text-align: right; }
        .accordion-step .panel-heading.even .open h6 { padding-top: 0; margin-top: 0; text-align: left; }

        .accordion-step .panel-body { padding: 0; }
        .accordion-step .panel-body .box-img {  padding: 0; text-align: center; }
        .accordion-step .panel-body .box-text {  margin: 1em 0!important; }

        /* ACCORDION POPUP */
        .accordion-popup .panel-body,
        .accordion-popup .panel-body .box-text { padding-left: 0; padding-right: 0; }

        /* CARATTERISTICHE */
        .caratteristiche .row-full { 
            background: #202020 url('../images/img-caretteristiche-mobile.jpg') no-repeat scroll top center / cover;  height: 25em; }
        .caratteristiche h3 { text-align: left; font-size: 1.3em; }

        /* MYCROWN */
        .mycrown .mycrown-design {  padding-top: 1em;}
        .mycrown .mycrown-design h4 { padding: 1em 0; }
        .mycrown h5 { font-size: 1em; }

        /* CONTATTI */
        .contatti h4 { font-size: 1.2em; }
        .contatti h4 br { display: none; }
        .contatti .buono-sconto .padding-vertical { padding-top: 1em; }

        .contatti .box h1 { font-size: 1.5em; }
        .contatti .box .list-inline > li { width: 50%;  float: left; }

        /* FOOTER FIRST */
        .footer-first h5 {  font-size: 1em; }

        /* WEBFORM */

        .webform-component.webform-component-markup { padding: 0 15px; } 

        .webform-client-form .form-actions {
            bottom: 0;
            float: left;
            position: relative;
            right: 0px;
            width: 100%;
        }
        .webform-client-form .form-actions .form-submit { width: 100%;  margin-top: 0.5em; }


    }

    /* 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) {


    }

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

        h3.wow { font-size: 1.1em; }
        h4 { font-size: 1.1em; }

        /* HEADER */
        .header h4 { font-size: 1em; }

        /* ACCORDION STEP */
        .accordion-step .panel-heading .number h5 { font-size: 3em; }
        .accordion-step .panel-heading .title h3 { font-size: 1.3em; }
        .accordion-step .panel-heading .title p { font-size: 0.85em; }

        /* CARATTERISTICHE */
        .caratteristiche .row-full { height: 19em; }

        /* CONTATTI */
        .contatti h4 { font-size: 1em; }
        .contatti .box .padding-vertical2 { padding-bottom: 1em; padding-top: 1em; }
        .contatti .box h1 { font-size: 1.2em; }

        /* FOOTER FIRST */
        .footer-first h5 { font-size: 0.9em; }

    }

/* 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) {  }

