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

:root {
    --cLViola: #c8133d;
    --cViola: #c81f3e; 
    --cDViola: #af0040;
    --cLGray: #d6d7d7;
    --cGray: #a19f9f;
    --cDGray: #696F75;
    --cBlack: #000000;
    --cWhite: #FFFFFF;
    --cIce: #F2F2F4;
    --cIce1: #f8f8f9;
}


/* SYSTEM */

.wide {
    margin: 0 -9999px;
    padding: 0px 9999px;
    position: relative;
/*    background-color: var(--cWhite);*/
}

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

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

.wide.odd { background-color: var(--cIce); }

.wide.even { background-color: var(--cIce1); }

.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; }
.padding-top2 { padding-top: 2em; }
.padding-bottom2 { padding-bottom: 2em; }
.padding-top3 { padding-top: 3em; }
.padding-bottom3 { padding-bottom: 3em; }
.nopadding-top { padding-top: 0;}
.nopadding-bottom { padding-bottom: 0;}
.margin-top { margin-top: 1em; }
.margin-bottom { margin-bottom: 1em; }
.nomargin { margin: 0; }
.nomargin-top { margin-top: 0; }
.nomargin-bottom { margin-bottom: 0;}
.h-0 { height: 0; }
.h-100 { height: 100%; }
.w-100 { width: 100%; }
.m-auto { margin: auto auto; }
.mx-auto { margin: auto 0; }
.my-auto { margin: 0 auto; }
.mt-auto { margin-top: auto; }
.mb-auto { margin-bottom: auto; }
.alpha { padding-left: 0px; }
.omega { padding-right: 0px; }

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

.row-flex  {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.row-flex  {
  -ms-box-orient: horizontal;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -moz-box;
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -moz-flex;
  display: -webkit-flex;  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  position: relative;
}

/*FIX SAFARI*/
.row-flex:before, .row-flex:after { display: none; }

.rflex-cstart { align-content: start; }

.rflex-icenter { align-items: center; }

.rflex-jcenter { justify-content: center; }

/*.d-flex-column  {   */
/*  display: flex;*/
/*  flex-direction: column; */
/*}*/

/*.sm-d-flexr-row  { flex-direction: row-reverse; }*/
/*.sm-d-flexr-column { flex-direction: column-reverse; }*/

.flex-align-content-center { align-content: center; }

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

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

.row-fullR {
  width: 50vw;
  position: relative;
  margin-left: -50vw;
  left: 50vw;
}

.row-fullL .wrapper { max-width: 555px; margin-left: auto; }
.row-fullR .wrapper { max-width: 555px; margin-right: auto; }


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

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


/*.d-flex-column  {   */
/*  display: flex;*/
/*  flex-direction: column; */
/*}*/

/*.sm-d-flexr-row  { flex-direction: row-reverse; }*/
/*.sm-d-flexr-column { flex-direction: column-reverse; }*/

#page { 
    overflow: hidden;
/*  background-color: var(--cWhite);
	-webkit-appearance: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  box-shadow: 5px 5px 20px #bfbfbf;
  margin: 50px 0 20px;*/
}

/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 var(--cWhite);
    font: 1px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: var(--cBlack);
    margin: 0px 0px;
}

h1, h2, h3, h4, h5, h6, p { 
    font-family: Helvetica,Arial,sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--cViola);
    line-height: 1.2;
}

h1, .h1 { font-weight: 300; font-size: 3em; line-height: 1; } 

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

h2, .h2 { font-weight: 300; font-size: 2.8em; line-height: 1.1; } 

h3, .h3 { font-weight: 300; font-size: 1.6em; line-height: 1.2; } 

h4, .h4 { font-weight: 400; font-size: 1.1em; line-height: 1.2; }

h5, .h5 { font-weight: 400; font-size: 0.9em; line-height: 1.2; }

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

p, ul { 
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: var(--cBlack);
    line-height: 1.4;
    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.2em; list-style: outside none none;  }
ul.list-bullet li { display: block; margin-bottom: 0; line-height: 1.4; }
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: var(--cWhite);
}

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; transition: all 0.25s ease-in-out 0s; }

.cover img,
.img-cover { width: 100%; height: 50vw; height: auto; object-fit: cover; object-position: 50% 50%;  object-position: center top; }

a, a:link, a:visited, li a:link, li a:visited {  color: var(--cViola); text-decoration: none; }

a:hover, a:focus, li a:hover { color: var(--cDGray); outline: none; text-decoration: none; }

a:active, li a:active, a.active, li a.active { color: var(--cDGray);  }

.marker, .form-required, .request { color: var(--cViola); }

.evidenza { color: var(--cRed); }

.LViola { color: var(--cLViola); }
.Viola { color: var(--cViola); }
.DViola { color: var(--cDViola); }
.LGray { color: var(--cLGray); }
.Gray { color: var(--cGray); }
.DGray { color: var(--cDGray); }
.Ice { color: var(--cIce); }
.Ice1 { color: var(--cIce1); }
.White { color: var(--cWhite); }
.Black, .CText { color: var(--cBlack); }

.fprimary { font-family: 'Roboto', sans-serif; }

.bgLViola { background-color: var(--cLViola); }
.bgViola { background-color: var(--cViola); }
.bgDViola { background-color: var(--cDViola); }
.bgLGray { background-color: var(--cLGray); }
.bgGray { background-color: var(--cGray); }
.bgDGray { background-color: var(--cDGray); }
.bgIce { background-color: var(--cIce); }
.bgIce1 { background-color: var(--cIce1); }
.bgWhite { background-color: var(--cWhite); }
.bgBlack { background-color: var(--cBlack); }

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, var(--cWhite), var(--cBlack)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, var(--cWhite), var(--cBlack)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, var(--cWhite), var(--cBlack)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, var(--cWhite) , var(--cBlack)); /* Standard syntax (must be last) */
}

/*.alert {*/
/*    z-index: 1050;*/
/*    position: relative;*/
/*    margin-top: 4em;*/
/*}*/

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: var(--cWhite);
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;

    background: var(--cWhite);

}
.scroll-to-top:focus, .scroll-to-top:hover { color: var(--cWhite); }
.scroll-to-top:hover { background: var(--cViola); }
.scroll-to-top i, .scroll-to-top span { font-weight: 400; color: var(--cWhite); }


/*BUTTON*/

.btn { border: none; padding: 0.6em 1em 0.8em; }

.btn,
.btn-primary, .btn-secondary,
.webform-client-form .form-actions .form-submit { 
  border: 1px solid var(--cViola) !important;
  background-color: var(--cViola)  !important;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1em; 
  font-weight: 300;
  color: var(--cWhite) !important;
  padding: 0.5em 2em;
  padding: 0.3em 2.5em;
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none; 
  transition: all 0.25s ease-in-out 0s;
  outline: none;
  box-shadow: none;
/*  border-radius: 27px;*/
  text-transform: none;
  text-transform: uppercase;
}

.btn:hover,
.webform-client-form .form-actions .form-submit:hover {
  background-color: var(--cDGray) !important;
  border-color: var(--cDGray) !important; 
  color: var(--cWhite) !important;
}

.btn-primary {
  background-color: var(--cViola) !important;
  border-color: var(--cWhite) !important; 
  color: var(--cViola) !important;
}

.btn-primary:hover {
  background-color: var(--cViola) !important;
  border-color: var(--cViola) !important; 
  color: var(--cWhite) !important;
}


.btn-secondary {
  background-color: var(--cDGray) !important;
  border-color: var(--cDGray) !important; 
  color: var(--cWhite) !important;
}

.btn-secondary:hover {
  background-color: var(--cViola) !important;
  border-color: var(--cViola) !important; 
  color: var(--cWhite) !important;
}

.btn .icon-custom:before {  
  transition: all 0.25s ease-in-out 0s;
/*  color: #96d915;*/
  font-size: 1em;
  font-weight: 500;
  position: relative;
/*  top: 2px;*/
}

.btn:hover .icon-custom:before { color: var(--cWhite) !important; }

.btn-collapse { color: var(--cViola); text-decoration: underline; font-weight: 400; cursor: pointer; }
.btn-collapse.active, .btn-collapse:hover, .btn-collapse:focus { color: var(--cDGray); }

/* NAVBAR-DEFAULT */
.shape-chiudi3:before { font-weight: 700; }

body.admin-menu .navbar-fixed-top { top: 29px; margin-top: 2em; }

.navbar-default {
    background: transparent url("../images/alpha-white.png") scroll repeat top center;
    border: none;
}
.navbar-default .row-full { background-color: var(--cViola); }
.navbar-default .navbar-toggle { border: none; padding: 17px 0 0; margin: 17px 0 0; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background: none; }

.navbar-default .navbar-toggle .icon { color: var(--cViola); }
.navbar-default .navbar-toggle:hover .icon,
.navbar-default .navbar-toggle:focus .icon { color: var(--cDGray); }

.navbar-brand {
    height: auto;
    padding: 15px 0px;
    margin: 0 !important;
}

.navbar-default .navbar-nav > li { font-family: 'Ubuntu', sans-serif; font-size: 1.2em; font-weight: 400; color: var(--cWhite); text-align: center; margin: 10px 0; }
.navbar-default .navbar-nav > li > a { color: var(--cWhite); padding-top: 15px; padding-bottom: 7px; }

.navbar-default .navbar-nav > li > a: hover { color: var(--cDGray); }


/*TOP*/
.top { background: transparent url("../images/header_top.jpg") scroll no-repeat top right / contain; }

/*PORTFOLIO*/
.portfolio h3 { font-size: 1.5em; }
.portfolio .box-trios p { line-height: 1.2; margin-bottom: 10px; }
.portfolio .box-trios .row-flex { align-content: stretch; }

/*DEMO TRIOS*/
.tdemo .bdemo .box-container { background-color: var(--cLGray); padding: 2em 1em; height: 100%; }
.tdemo .bdemo .box-container .h4 { line-height: 1; margin-top: 1em; }

/*CORSI FORMAZIONE*/
.fcorsi {}

.fcorsi .box { padding: 0; }

.fcorsi .wideCustom {
    height: 100%;
    min-height: 30em;
    overflow: hidden;
    background-color: var(--cIce1);
}

.fcorsi .row-fullR .wrapper { padding: 1em 1.5em; padding-right: 0; }
.fcorsi .row-fullR .wrapper .box-catalogo { text-align: right; }

.fcorsi .box-visual-formazione .wideCustom {
  background: transparent url("../images/fcorsi_visual.jpg") scroll no-repeat top right / cover;  
}

/*OPENDAY*/
.oday {}

.oday .box { padding: 0; }

.oday .wideCustom { height: 100%; min-height: 30em; overflow: hidden; background-color: var(--cIce1); }

.oday .row-fullL .wrapper { padding: 1em 1.5em; padding-left: 0; }
.oday .box-visual-openday .wideCustom {
  background: transparent url("../images/oday_visual.jpg") scroll no-repeat top left / cover;  
}

/*CONOSCI APPLICAZIONI*/
.capplicazioni .vsmall { transition: all 0.25s ease-in-out 0s; }
.capplicazioni .vsmall:hover,
.capplicazioni .fancybox-media:hover { filter: saturate(50%); }

/*CONTATTI*/


/*FOOTER-FIRST*/
.footer.container { display: none; }
.footer-first p {  }
.footer-first .privacy { text-align: center; }


/*  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: 'Ubuntu', sans-serif;
    display: inline;
    float: left;
    margin: 1em 0px 0.5em;
    position: relative;
    font-weight: 400;
}

.webform-component label,
.webform-component .description {
    font-family: 'Ubuntu', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 0.5em;
    font-size: 1em;
    position: relative;
    color: var(--cBlack);
    font-weight: 400;
    width: 100%;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset {
    border: 0px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    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: var(--cBlack);
    border-radius: 0;
    box-shadow: none;
}

.webform-component textarea { resize: none; }

.webform-component.campo-custom.webform-component-radios { margin-top: 1.5em; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Ubuntu', 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: 1em;
    color: var(--cBlack);
    font-weight: 400 !important;
    line-height: 1.2;
    width: 100%;
    margin: 0.2em;
    padding-left: 1.5em;
}

.webform-component .form-type-checkbox .control-label strong,
.webform-component .form-type-radio .control-label strong { 
    display: block; 
    clear: right; 
    color: var(--cBlack); 
    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: 50%;
}


.webform-component .form-control { color: var(--cBlack); }
.webform-component .form-control::-webkit-input-placeholder { color: var(--cGray); text-transform: uppercase; } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: var(--cGray); text-transform: uppercase; } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: var(--cGray); text-transform: uppercase; } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: var(--cGray); text-transform: uppercase; } /* 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 { width: 100%; margin-top: 0; padding: 0 15px; }

.webform-component-markup .campi { font-size: 0.8em; margin: 1em 0 0; }

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

.webform-component.privacy { margin: 1em 0 0; }
.webform-component.privacy a { color: var(--cViola); }


.webform-component.privacy .control-label {  font-size: 0.8em; line-height: 1.2; font-weight: 400; color: var(--cBlack); }


.webform-client-form .form-actions { 
  position: relative;
  text-align: right;
  float: left;
  width: 100%;
  margin: 0;
  margin: 1.5em 0 0;
}

.webform-client-form .form-actions .webform-next,
.webform-client-form .form-actions .webform-previous {  }

.webform-client-form .form-actions .webform-previous { display: none; }


.webform-client-form .form-actions .form-submit { 
  font-family: 'Ubuntu', sans-serif;
/*  border: none;*/
  font-size: 1em;
/*  padding: 0.5em 2em;*/
  text-shadow: none;
  text-transform: none;
/*  font-weight: 400;*/
  z-index: 1;
  line-height: 1.4;
  transition: all 0.25s ease-in-out 0s;
  text-transform: uppercase;
/*  border-radius: 0;*/
/*  background: var(--cDBlu) none no-repeat scroll 0 0;*/
  position: relative;
  outline: none;
  width: auto;

}

.webform-client-form .form-actions .form-submit:hover {  }


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

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

        body { font-size: 18px; }

    }

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

        body { font-size: 19px; }

    }

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

        body { font-size: 20px; }

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

    }


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


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

        h2, .h2 { font-size: 2.6em; }

        /*TOP*/
        .top .logo { max-width: 25%; }

        /*DEMO TRIOS*/
        .tdemo .bdemo .box-container { padding: 1.5em 0.5em; }
        .tdemo .bdemo .box-container .h4 {  font-size: 1em; }

        /*CONTATTI*/
        .contatti .row1 .h3 {  font-size: 1.4em; }

    }

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

        /* NAVBAR-DEFAULT */
        .navbar-default .navbar-nav > li { font-size: 1.1em;  margin: 0px 0; }

    }


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




    }


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

        h2, .h2 { font-size: 2em; }

        /*DEMO TRIOS*/
        .tdemo .bdemo .box-container .h4 {  font-size: 1.1em; }

        /*CORSI FORMAZIONE*/
        .fcorsi .row-fullR .wrapper { padding: 1em 0em;  }

        /*OPENDAY*/
        .oday .row-fullL .wrapper { padding: 1em 0em; }

        /*CONOSCI APPLICAZIONI*/
        .capplicazioni .row-vsmall .vsmall { padding-left: 7px; padding-right: 7px; }
        .capplicazioni .row-vsmall p { font-size: 0.9em; }

    }

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

        /* NAVBAR-DEFAULT */
        .navbar-default .navbar-nav > li { font-size: 1em;  margin: 0px 0; }
 
    }

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

        .row-full { padding: 0 15px; }
        .row-fullL, .row-fullR { width: 100%; margin-left: 0; left: 0; }

        br { display: none; }

        .btn, .btn-primary, .btn-secondary, .webform-client-form .form-actions .form-submit { padding: 0.5em 2em; }
        .bottone { text-align: center !important; }

        /* NAVBAR-DEFAULT */
        .navbar .logo img { max-width: 50%; }
        .navbar-default .navbar-toggle { padding: 10px 0 0; margin: 10px 0 0; padding-right: 15px; }
        .navbar-default .navbar-nav > li { font-size: 1em;  margin: 0px 0; }

        .card { height: 12em; }
        .card__front .card__text img { max-width: 70%; }
        .card__text { font-size: 0.9em; height: 7em; }

        /*TOP*/
        .top .logo { max-width: 100%; padding-bottom: 1em; text-align: center; }

        /*DEMO TRIOS*/
        .tdemo .bdemo { padding: 7px 7px; }
        .tdemo .bdemo .box-container .h4 { font-size: 1em; line-height: 1.2; }

        /*CORSI FORMAZIONE*/
        .fcorsi .wideCustom { min-height: 20em; }

        /*OPENDAY*/
        .oday .wideCustom { min-height: 20em; }

        /*CONOSCI APPLICAZIONI*/
        .capplicazioni .row-vsmall { text-align: center; }
        .capplicazioni .img-cover { height: 50vw; }

        /*FOOTER-FIRST*/
        .footer-first p { text-align: center; }

        /*WEBFORM*/
        .webform-client-form .form-actions { text-align: center; }
        .webform-client-form .form-actions .form-submit { width: 100%; }


    }

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

    }

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

