/* global tags
/* ------------------------ */
html{
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
*, :after, :before{
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*h1, h2, h3, li, ul{*/
/*margin: 0;*/
/*padding: 0*/
/*}*/
/*li, ul{*/
/*list-style: none*/
/*}*/
div{position: relative}

p{margin-bottom: 10px;}
a, a:active, a:visited, a:hover, a:focus{
    color: #6e7178;
    text-decoration: none;
    outline: 0 !important;
}
.checkbox input[type="checkbox"]:focus + label::before,
.radio input[type="radio"]:focus + label::before,
:focus{
    outline: 0 !important;
}
body{
    /*font-family: 'Palanquin', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
}
@media (min-width: 992px){
    #main{
        min-height: 70vh;
    }
}
/* bootstrap grid override
/* ------------------------ */
.container, .container-fluid{
    padding-right: 8px;
    padding-left: 8px;
}
.row{
    margin-right: -8px;
    margin-left: -8px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-right: 8px;
    padding-left: 8px;
}
/* shared elements
/* ------------------------ */
/*force clearfix for every n items in row*/
@media (min-width: 768px) and (max-width: 991px){
    .col-sm-6:nth-of-type(2n+1),
    .col-sm-4:nth-of-type(3n+1),
    .col-sm-3:nth-of-type(4n+1){
        clear: both;
    }
}
@media (min-width: 992px){
    .col-md-6:nth-of-type(2n+1),
    .col-md-4:nth-of-type(3n+1),
    .col-md-3:nth-of-type(4n+1){
        clear: both;
    }
}
ul.noList, ul.noList > li{
    list-style: none;
    margin: 0;
    padding: 0;
}
/* shared elements
/* ------------------------ */
.sectionTitle{
    font-size: 19px;
}
.bottomLinksWrap{
    margin: 30px 0;
    padding: 10px 50px 0 0;
    border-top: 1px solid #e5e5e5;
}
.bottomLinksWrap:after{
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    width: 25%;
    height: 20px;
    background: transparent url('/images/icone/diagonal-top.png') bottom left no-repeat;
}
.bottomLinksWrap.diagonalW40:after{
    width: 40%;
}
.bottomLinks{
    overflow: hidden;
}
.bottomLinks > li{
    float: left;
}
.bottomLinks > li:after{
    content: '/';
    display: inline-table;
    padding: 0 4px;
    color: #008ece;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    vertical-align: top;
}
.bottomLinks > li, .bottomLinks a{
    font-size: 13px;
    line-height: 20px;
    color: #000;
    transition: color .2s ease-in-out;
}
.bottomLinks a:hover{
    color: #0072af;
}
@media (min-width: 992px){
    .sectionTitle{
        font-size: 22px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 30px;
    }
}
/* buttons
/* ------------------------ */
.btn.btnLarge{
    display: block;
    margin: 15px;
    padding: 11px 15px;
    height: 52px;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #008ece;
    transition: background-color .2s ease-in-out;
    border-radius: 0;
}
.btn.btnLarge:hover{
    background: #0072af;
    color: #fff;
}
.btn.btnLarge > img{
    width: 30px;
    float: left;
}
@media (min-width: 992px){
    .btn.btnLarge{
        width: 350px;
        display: inline-block;
    }
    .btn.btnLarge > span{
        padding: 0 40px;
    }
}
/* form
/* ------------------------ */
.inputWi{ position: relative }
.inputWi input,
.inputWi textarea,
.inputWi select{
    font-size: 14px;
    height: 42px;
    padding: 5px;
    box-shadow: none;
    border-color: #ccc !important;
    border-radius: 0;
    resize: none;
}
.inputWi input,
.inputWi textarea{
    padding: 17px 0 0 7px;
    height: auto;
}
.inputWi select{
    height: 37px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    padding: 10px 25px 10px 10px;
    background-image: url('/images/icone/freccia-box-testo_giu.svg');
    background-position: right 10px center;
    background-size: 12px;
    background-repeat: no-repeat;
    font-size: 12px;
}
.inputWi span, .inputWi label{
    position: absolute;
    pointer-events: none;
    left: 10px;
    color: #6e7178;
    top: 13px;
    transition: 0.2s ease all;
    font-size: 12px;
    font-weight: normal;
}
.inputWi span.active, .inputWi label.active{
    top: 4px;
    bottom: 10px;
    font-size: 10px;
    opacity: 1;
    color: #515151;
    left: 7px;
}
.checkbox label, .radio label{
    padding-left: 5px;
    color: #000;
}
.checkbox label{
    line-height: 20px;
}
.radio label{
    line-height: 18px;
}
textarea.form-control.textareaSpecial{
    max-width: 100%;
    width: 100% !important;
    min-height: 34px;
    height: 34px;
}
/* sidebar form
/* ------------------------ */

.formDx{
    margin-bottom: 16px;
    background: #f1f5e4;
}
.titleForm{
    background-color: #c8d992;
    /*background-color: #97be0d;*/
    display: table;
    width: 100%;
    text-align: center;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    margin-bottom: 3px;
}
.titleForm > div{ display: table-cell; vertical-align: middle }
.titleForm > div:first-child{
    width: 60px;
    height: 50px;
    background-color: #008ecf;
}
.titleForm > div:last-child{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.bodyForm{
    /*background-color: #f1f5e4;*/
    background-color: #eff5da;
    padding: 15px;
}
.bodyForm .inputWi textarea{
    border-radius: 0;
    /*box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);*/
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}
.bodyForm input{
    border-radius: 0;
    border: 0;
}
.bodyForm .form-group{ margin-bottom: 5px }
.privacyCnt{
    font-size: 12px;
    margin-top: 20px;
    font-weight: 200;
}
.privacyCnt .checkbox label, .privacyCnt .radio label{
    font-size: 12px;
    font-weight: 200;
}
.mktBox a[href]{
    text-decoration: underline;
}
.submitCnt{
    padding: 20px 0;
    text-align: center;
}
.submitCnt button{
    -webkit-appearance: none;
    border: 0;
    text-transform: uppercase;
    padding: 10px 3px;
    font-weight: 600;
}
.btnCancel, .btnSubmit{
    border: none;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 10px;
    margin: 0 5px;
    text-align: center;
    min-width: 100px;
    display: inline-block;
    transition: background-color .2s ease-in-out;
}
.btnCancel{
    background: #c8d992;
    color: #6e7178;
}
.btnCancel:hover{
    background: #b4c57f;
}
.btnSubmit{
    background: #008ece;
    color: #fff;
}
.btnSubmit:hover{background: #0072af;}
.btnSubmit[disabled="disabled"]{ background-color: #ccc }
.hiddenBox{ display: none }
.checkEmail{
    border: 0;
    border-radius: 0;
    background: #008ece;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: none;
    z-index: 5;
}
.toogleBox{
    display: none;
    height: 20px;
    cursor: pointer;
    text-align: center;
}
.toogleBox .chevron:after{
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #6e7178;
    font-size: 22px;
    cursor: pointer;
    font-family: FontAwesome, sans-serif;
    font-weight: bold;
    content: '\f107';
    transition: color .2s ease-in-out;
}
.toogleBox.opened .chevron:after{content: '\f106';}
.toogleBox:hover .chevron:after{color: #008ecf;}
.form-group .help-block{ font-size: 12px }
.formDx .required-note{color: #6e7178; padding: 0 0 4px}
#loading{
    position: fixed;
    z-index: 6000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    display: none;
}
.spinner {
    margin: 50vh auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #008ecf;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/* floating nav
/* ------------------------ */
.floatingNav{
    position: fixed;
    top: 150px;
    left: 0;
    display: block;
    z-index: 8;
    transition: top .2s ease-in-out;
}
.floatingNav.right{
    left: auto;
    right: 0;
}
.floatingNav .handle{
    content: '';
    display: block;
    width: 35px;
    height: 30px;
    position: absolute;
    top: 1px;
    right: -35px;
    z-index: 1;
    background: url('/images/icone/tooltip-sx-icona.png') no-repeat;
    background-size: cover;
    cursor: pointer;
}
.floatingNav.right .handle{
    left: -35px;
    right: 0;
    background: url('/images/icone/tooltip-icona.png') no-repeat;
    background-size: cover;
}
.floatingNav .listWrap{
    overflow: hidden;
    transition: width .2s ease-in-out;
}
/*.floatingNav .listWrap.closed{*/
/*width:6px;*/
/*}*/
.floatingNav .list{
    min-width: 150px;
    border: 1px solid #fff;
}
.floatingNav .list > li{
    display: block;
    padding: 6px 10px;
    transition: background-color .2s ease-in-out;
    background: #bfb8bb;
    cursor: pointer;
}
.floatingNav .list li.active,
.floatingNav .list li:hover{
    background: #6e7178;
}
.floatingNav .list > li:not(:first-child){
    border-top: 1px solid #fff;
}
.floatingNav .list > li, .floatingNav .list a{
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}
/* breadcrumbs
/* ------------------------ */
.breadCrumbsWrap{
    margin-bottom: 30px;
}
.breadCrumbsList, .breadCrumbsList > li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadCrumbsList{
    padding-top: 2px;
    overflow: hidden;
}
.breadCrumbsList > li{
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: 200;
    -webkit-font-smoothing: auto;
}
.breadCrumbsList > li:not(:last-child):after{
    font-family: 'FontAwesome', sans-serif;
    content: '\f105';
    font-size: 12px;
    line-height: 20px;
    padding: 0 6px;
    display: inline;
}
.breadCrumbsList a{
    color: #000;
    transition: color .2s ease-in-out;
}
.breadCrumbsList a:hover{
    color: #008ecf;
}
.breadCrumbsWrap.diagonal{
    border-top: 1px solid #e5e5e5;
}
.breadCrumbsWrap.diagonal:after{
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    height: 24px;
    width: 25%;
    z-index: 1;
    background: transparent url('/images/icone/diagonal-top.png') top left no-repeat;
}
/* page nav menu
/* ------------------------ */

.pageNav .title{
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 4px;
    color: #000;
}
.pageNav .navList,
.pageNav .navList > li,
.pageNav .subNavList,
.pageNav .subNnavList > li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pageNav .navList > li{
    display: block;
    padding-top: 6px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}
.pageNav .navList > li > a{
    display: inline-block;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    transition: color .2s ease-in-out;
    margin-bottom: 6px;
}
.pageNav .navList > li.active > a{
    border-bottom: 1px solid #008ecf;
}
.pageNav .navList > li > a:after{
    font-family: 'FontAwesome', sans-serif;
    content: '\f105';
    display: inline;
    font-size: 13px;
    font-weight: bold;
    color: #008ecf;
    padding-left: 4px;
    transition: all .2s ease-in-out;
}
.pageNav .navList > li > a:hover{
    color: #0072af;
}
.pageNav .subNavList{
    padding-left: 20px;
    /*display: none;*/
}
.pageNav .subNavList > li{
    display: block;
    padding: 4px 0;
    font-size: 15px;
    line-height: 16px;
    font-weight: 200;
    color: #000;
    cursor: pointer;
}
.pageNav .subNavList > li:before{
    font-family: 'FontAwesome', sans-serif;
    content: '\f105';
    display: inline;
    font-size: 13px;
    color: #008ecf;
    padding-right: 4px;
}
.pageNav .subNavList > li,
.pageNav .subNavList > li, a{
    color: #000;
    transition: color .2s ease-in-out;
}
.pageNav .subNavList li:hover,
.pageNav .subNavList a:hover{
    color: #0072af;
}
/* page style
/* ------------------------ */
.pageNav{
    margin-bottom: 30px;
}
.pageSectionTitle{
    font-size: 19px;
    font-weight: 500;
    color: #000;
    margin: 0 0 20px;
}
.pageContent h1, .pageTitle{
    font-size: 28px;
    font-weight: 200;
    color: #6e7178;
    margin: 0 0 20px;
}
.pageContent h1 > strong,
.pageContent h1 > b,
.pageContent .pageTitle strong,
.pageContent .pageTitle b{
    color: #000;
    font-weight: 200;
}
.pageContent img{ max-width: 100% }
.pageContent h2{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 15px 0;
}
.pageContent h2.subtitle{ font-size: 20px; font-weight: 400}
.pageContent h3, .pageContent h4{
    padding-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 19px;
    font-weight: 600;
}
.pageContent, .pageContent p, .pageContent li{
    font-size: 14px;
    font-weight: 300;
    color: #444;
}
.pageContent a{
    text-decoration: underline;
    color: #000;
}
.pageContent strong, .pageContent b{
    color: #000;
    font-weight: 400;
}
@media (min-width: 992px){
    .pageCol{
        padding-top: 90px;
    }
    .pageSectionTitle{
        font-size: 24px;
    }
    .pageContent h1, .pageTitle{
        font-size: 30px;
    }
    .pageContent, .pageContent p, .pageContent li{
        font-size: 17px;
        margin-bottom: 20px;
    }
    .pageContent{
        margin-bottom: 60px;
    }
}
/* packery grid
/* ------------------------ */
.grid{
    padding-bottom: 30px;
    margin-left: -8px;
    margin-right: -8px;
}
.grid .gridItem{
    float: left;
    width: 100%;
    min-height: 273px;
}
.grid .gridItem .card{
    margin: 0 8px 16px;
}
.grid .gridItem.width2{
    width: 100%;
}
.gridItem .card.cardProduct img{ width: 47px }
@media (min-width: 768px){
    .grid .gridItem{
        width: 50%;
    }
    .grid .gridItem.width2{
        width: 50%;
    }
    .grid .gridItem.height2,
    .grid .gridItem.height2 .card{
        min-height: 562px;
    }
}
@media (min-width: 992px){
    .grid .gridItem{
        width: 25%;
    }
}
/* top banner text
/* ------------------------ */

/*.topBanner .topBannerTextWrap{
    display: none;
}*/
/*@media (min-width: 992px){*/
    .topBanner{
        margin-bottom: 30px;
        text-align: center;
    }
    .topBanner .topBannerTextWrap{
        position: absolute;
        top: 50%;
        left: 8%;
        width: 445px;
        height: 230px;
        z-index: 1;
        transform: translateY(-50%);
        display: block;
        text-align: left;
    }
    .topBanner .textBlock{
        background: rgba(0, 0, 0, .7);
        padding: 35px;
        display: inline-block;
        text-align: left;
    }
    .topBanner .textBlock h2{
        font-size: 25px;
        font-weight: bold;
        color: #008ecf;
        margin: 0;
    }
    .topBanner .textBlock p{
        padding-top: 48px;
        margin-bottom: 0;
        font-size: 25px;
        font-weight: 200;
        line-height: 1.2;
        color: #fff;
    }
/*}*/

/* content filter list
/* ------------------------ */
.contentFilter{
    display: inline-block;
    background: #e5e5e5;
    padding: 10px;
    margin-bottom: 13px;
}
.contentFilter:before{
    content: '';
    display: block;
    height: 48px;
    width: 1000px;
    position: absolute;
    top: 0;
    left: -1000px;
    z-index: 1;
    background: #e5e5e5;
    transition: color .2s ease-in-out;
}
.contentFilter .btnFilter{
    font-size: 12px;
    line-height: 20px;
    color: #008ecf;
    background: #fff url('/images/icone/freccia-filtri-giu.png') center right 6px no-repeat;
    background-size: 17px;
    padding: 4px 40px 4px 20px;
    cursor: pointer;
    min-width: 245px;
    text-transform: uppercase;
}
.contentFilter .btnFilter:hover{
    color: #008ecf;
}
.contentFilter .btnFilter.active{
    background-image: url('/images/icone/freccia-filtri-su.png');
}
.contentFilter .listFilter{
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 38px;
    left: 10px;
    z-index: 2;
    background: #fff;
    float: left;
    min-width: 245px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.contentFilter .listFilter > li{
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    padding: 8px 20px;
    min-width: 100px;
    cursor: pointer;
    white-space: nowrap;
    border-top: 1px solid #e5e5e5;
    transition: color .2s ease-in-out;
    text-transform: uppercase;
}
.contentFilter .listFilter > li:hover{
    color: #008ecf;
}
.contentFilter .listFilter > li.all{
    color: #008ecf;
}
/*.contentFilter .listFilter{*/
/*display: none;*/
/*list-style: none;*/
/*padding: 10px 15px;*/
/*margin: 0;*/
/*position: absolute;*/
/*top: 40px;*/
/*left: 10px;*/
/*z-index: 2;*/
/*background: #fff;*/
/*border: 1px solid #e5e5e5;*/
/*box-shadow: 0 0 3px 0 rgba(110, 113, 120, .5);*/
/*float: left;*/
/*min-width: 100px;*/
/*}*/
/*.contentFilter .listFilter:before{*/
/*content: '';*/
/*display: block;*/
/*position: absolute;*/
/*top: -6px;*/
/*left: 10px;*/
/*z-index: 1;*/
/*width: 10px;*/
/*height: 10px;*/
/*background: transparent url(/images/icone/langSelectorTip.png) top left no-repeat;*/
/*}*/
/*.contentFilter .listFilter > li{*/
/*display: block;*/
/*font-size: 15px;*/
/*line-height: 20px;*/
/*font-weight: 300;*/
/*color: #000;*/
/*padding: 4px 0 4px 10px;*/
/*min-width: 100px;*/
/*cursor: pointer;*/
/*white-space: nowrap;*/
/*}*/
/*.contentFilter .listFilter > li:before{*/
/*margin-left: -10px;*/
/*font-family: 'FontAwesome', sans-serif;*/
/*content: '\f105';*/
/*display: inline-block;*/
/*font-size: 14px;*/
/*color: #008ecf;*/
/*width: 10px;*/
/*}*/

/* top banner image
/* ------------------------ */
/*.topBanner{*/
/*margin-bottom: 16px;*/
/*}*/
.topBanner .breadCrumbsWrap.withImage{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
    overflow: hidden;
}
.topBanner .breadCrumbsWrap.withImage .container{
    background: url('/images/icone/diagonal-bot.png') right 100px top no-repeat;
}
.topBanner .breadCrumbsWrap .container:before{
    content: '';
    display: block;
    width: 1000px;
    height: 24px;
    position: absolute;
    top: 0;
    left: -1000px;
    background: #fff;
}
/* bootstrap panels custom
/* ------------------------ */

.panel-group{
    margin-bottom: 30px;
    border-radius: 2px;
}
.panel-group .panel{
    box-shadow: none;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}
.panel-group .panel + .panel{
    margin-top: 0;
}
.panel-downloads > .panel-heading{
    border-radius: 0;
    padding: 0;
}
.panel-downloads > .panel-heading a{
    padding: 10px 15px;
    display: block;
    background: #f2f2f2;
    transition: background-color .2s ease-in-out;
}
.panel-downloads > .panel-heading a:hover{
    background: #f5f5f5;
}
.panel-downloads > .panel-heading a:after{
    font-family: 'FontAwesome', sans-serif;
    font-size: 15px;
    content: '\f077';
    float: right;
    color: grey;
}
.panel-downloads > .panel-heading a.collapsed:after{
    content: '\f078';
}
/* download attachment list
/* ------------------------ */
.attachList{
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-top: 30px;
    margin-bottom:30px;
}
.infoAttachCategory{ margin-top: 8px; font-size: 14px}
.infoAttachCategory p, .infoAttachCategory ul{
    margin-bottom: 5px;
    font-size: 14px
}
.attachCategoriesInfo p, .attachCategoriesInfo ul{
    font-size: 14px
}
.attachCategoriesInfo > div{ display: none }
.infoAttachCategory li{ margin-bottom: 5px; font-size: 14px }
.attachList h3{
    font-size: 18px;
    font-weight: 500;
    background: #e5e5e5;
    margin: 0;
    padding: 10px 15px 15px;
}
.attachList .listWrap .row > div{
    padding: 15px 23px;
}
.attachList.toggle h3{
    background-image: url('/images/icone/freccia-box-testo_giu.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 15px top 15px;
    cursor: pointer;
}
.attachList.toggle h3.opened{
    background-image: url('/images/icone/freccia-box-testo_su.svg');
}
.attachList.toggle .listWrap{ display: none }
.attachList .item:not(:last-child){
    border-bottom: 1px solid #ccc;
}
.attachList .attachName, .attachList .attachName a{
    font-size: 15px;
    line-height: 20px;
    color: #6e7178;
    transition: color .2s ease-in-out;
    text-decoration: none;
}
.attachList .attachName a:hover{
    color: #008ecf;
}
.attachList .attachInfo{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
/* page prev-next
/* ------------------------ */
.nextPrevCnt{
    padding: 5px 1px 20px;
    text-align: right;
}
.nextPrevCnt .prev, .nextPrevCnt .next{
    font-size: 12px;
    line-height: 20px;
    color: #000;
    transition: color .2s ease-in-out;
    text-transform: uppercase;
}
.nextPrevCnt .prev:hover, .nextPrevCnt .next:hover{
    color: #008ecf;
}
.nextPrevCnt .next{
    margin-left: 30px;
}
.nextPrevCnt .fa{
    font-weight: 600;
}
.openList.active{
    border-bottom: 2px solid #008ecf
}
/* snippet */
.snippet{
    margin-bottom: 20px;
}
.snippet .text, .snippet .text p{
    font-size: 14px;
    font-weight: 300;
    color: #666;
}
.snippet.newsletter .goToLink{
    border-bottom: 1px solid #ccc;
    text-align: right;
}
.snippet.newsletter .goToLink a{
    display: inline-block;
    color: #fff;
    background-color: #008ecf;
    padding: 8px 15px;
}
.snippet h2{
    color: #666;
    font-weight: 400;
    font-size: 30px;
}
.snippet h3{
    color: #666;
    font-weight: 500;
    font-size: 24px;
}
.snippet h4{
    margin-top: 0;
}
.snippet.txtImgSx h4, .snippet.txtImgDx h4{ padding-top: 0 }
.snippet.imgWithTitle{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.snippet.imgWithTitle img{ margin-right: 15px }

/* snippet END  */

.addeventatc_dropdown .copyx, .addeventatc .addeventatc_icon, .addeventatc_dropdown em{
    display: none !important;
}
.addeventatc{
    font-family: 'Roboto', sans-serif !important;
    border: 0 !important;
    background-color: transparent !important;
    padding: 5px !important;
    font-size: 12px !important;
    font-weight: bold !important;
}
.bannerOpenForm{
    text-align: center;
    background-color: #008ecf;
    color: #fff;
    padding: 20px 40px;
    font-size: 28px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 60px;
}
.bannerOpenForm > div{ margin-bottom: 20px; }
.bannerOpenForm span{
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 15px;
}
/* file input button
/* ------------------------ */
.btn-file{
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file]{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


.imgTopPopupCnt{
    display: inline-block;
}
.lg-actions{
    position: static;
}
#modalIframeForm iframe{ height: 80vh; width: 100% }





/*IPAD LANDSCAPE*/
@media (min-width: 991px) and (max-width: 1199px){
    .pageContent h1, .pageTitle{
        font-size: 30px;
    }
    .pageSectionTitle{ font-size: 34px }
}

/*IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 990px){
    .topBanner .textBlock{ padding: 10px; }
    .topBanner .topBannerTextWrap{ width: 380px }
    .topBanner .textBlock p{ padding-top: 20px; font-size: 15px}
    .topBanner .textBlock h2{ font-size: 18px }
    .titleForm > div:last-child{ font-size: 12px }
    .bodyForm{ padding: 5px }
    .submitCnt button{ width: 100%; margin-bottom: 10px}
    .pageContent h1, .pageTitle{ font-size: 24px }
    .attachList h3{ font-size: 18px; padding: 10px }
    .attachList .listWrap .row > div{ padding: 10px 15px; font-size: 13px}
}
/* MOBILE */
@media (max-width: 767px){
    header{ -webkit-overflow-scrolling: touch; }
    textarea.form-control.textareaSpecial{
        min-height: 80px;
    }
    .topBanner .topBannerTextWrap{
        position: static;
        height: auto;
        width: 100%;
        transform: none;
    }
    .topBanner .textBlock{ padding: 10px; display: block; background-color: #000}
    .topBanner .textBlock h2{ font-size: 16px }
    .topBanner .textBlock p{ padding-top: 10px; font-size: 13px }
    .topBanner .breadCrumbsWrap .container:before{ display: none }
    .topBanner .breadCrumbsWrap.withImage .container{ background: none;}
    .topBanner .breadCrumbsWrap.withImage{ position: static; }
    .breadCrumbsWrap.diagonal:after{ display: none }
    .pageContent h1, .pageTitle{ font-size: 24px}
    .table-responsive{ -webkit-overflow-scrolling: touch; }
    .submitCnt button, .form-buttons > button{
        padding: 12px 3px;
        width: 46%;
    }
    .attachList h3{ font-size: 20px; padding: 10px }
    .attachList .listWrap .row > div{ padding: 10px 15px }
    .attachList .attachName, .attachList .attachName a{ word-break: break-all; }
    .contentFilter{ padding: 0; margin: 20px 0 }
    .contentFilter .btnFilter{ font-size: 16px; line-height: normal; padding: 10px 40px 10px 10px }
    .contentFilter:before{ display: none }
}
