/*
Theme Name: Wp ISP Luxembourg
Theme URI: http://www.h-art.com/
Author: h-art
Author URI: http://www.h-art.com/
Description: WordPress Bootstrap 3.3.5 Custom Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap
Text Domain: wp_isp_lux
 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*  FONTS
-----------------------------------------------------------*/
@font-face {
    font-family: 'gnuolaneregular';
    src: url('fonts/gnuolane_rg-webfont.eot');
    src: url('fonts/gnuolane_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gnuolane_rg-webfont.woff2') format('woff2'),
         url('fonts/gnuolane_rg-webfont.woff') format('woff'),
         url('fonts/gnuolane_rg-webfont.ttf') format('truetype'),
         url('fonts/gnuolane_rg-webfont.svg#gnuolaneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*  GLOBAL
-----------------------------------------------------------*/
html{
	-webkit-font-smoothing: antialiased;
}
.container-fluid{
    /*max-width: 1270px;*/
}
body{
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#222222;
}
a,
a:focus,
a:active,
a:hover{
    font-family: "Arial",sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #921214;
}
.btn-red{
    background-color:#921214;
    color:#ffffff;
    font-family: 'gnuolaneregular';
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding: 11px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.btn-red:hover,
.btn-red:focus{
    font-family: 'gnuolaneregular';
    font-size: 14px;
    font-weight: 400;
    color:#ffffff;
    text-decoration: underline;
}
.btn-inline{
    display: inline-block;
    vertical-align: middle;
}
.no-r-p{
    padding-right: 0;
}
h1{
    color: #921214;
    font-family: "gnuolaneregular";
    font-weight: 400;
    font-size: 34px;
    text-transform: uppercase;
}
h2{
    font-family: 'gnuolaneregular';
    font-weight: 400;
    font-size: 22px;
    color: #921214;
}
.title-separator{
    position: relative;
    margin-bottom: 34px;
    color: #921214;
    font-family: "gnuolaneregular";
    font-weight: 400;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 19px;
    position: relative;
}
.title-separator:after{
    content:'';
    position: absolute;
    bottom:-15px;
    left:0;
    width:33px;
    height: 1px;
    background-color: #c6c6c6;
}
a, button, input,
a:focus, button:focus, input:focus {
   outline: 0;
}
.bg-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-gray{
    background-color:#f7f7f7;
}
::-webkit-input-placeholder {
   color: #505050;
}

:-moz-placeholder { /* Firefox 18- */
   color: #505050;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #505050;  
}

:-ms-input-placeholder {  
   color: #505050;  
}
@media(max-width:767px){
    .title-separator{
        font-size: 26px;
    }
}
.logo-footer-responsive{
    max-width: 100%;
    max-height:50px;
}

/*  HEADER
-----------------------------------------------------------*/
.header-row-1{
    margin-top: 26px;
    margin-bottom: 8px;
}
ul.edit-font-size{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 3px;
}
ul.edit-font-size li{
    display: inline-block;
    vertical-align: middle;
}
ul.edit-font-size li a{
    color:#888888;
}
ul.edit-font-size li a.font-10{
    font-size: 10px;
}
ul.edit-font-size li a.font-12{
    font-size: 12px;
}
ul.edit-font-size li a.font-14{
    font-size: 14px;
}
.sod_select {
    width: 56px;
    padding: 5px 10px 5px 14px;
    border:none;
    border-left: 1px solid #e7e7e7;
    color: #222222;
    font-weight: 400;
}
.sod_select:hover, .sod_select.open, .sod_select.focus {
    border-color: #e7e7e7;
}
.sod_select.focus{
    box-shadow: none;
}
.sod_select .sod_list_wrapper{
    border: none;
    width:100%;
}
.sod_select::before {
    content: "";
}
.sod_select::after {
    bottom: 8px;
}
.change-lang .sod_select .sod_option.selected {
    position: absolute;
    top: 0px;
}
.change-lang .sod_select .sod_list{
    padding: 31px 0 0 0px;
}
#searchform,
#searchform-mobile{
    display: inline-block;
    vertical-align: middle;
}
#searchform input[type="text"],
#searchform-mobile input[type="text"]{
    background-color: #E1E1E1;
    border: medium none;
    color: #B5B4B4;
    font-size: 12px;
    padding: 12px 58px 13px 12px;
    width: 165px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #searchform input[type="text"],
    #searchform-mobile input[type="text"]{
        padding-top:15px;
    }
}
#searchform > div,
#searchform-mobile > div{
    position: relative;
}
#searchform input[type="submit"],
#searchform-mobile input[type="submit"]{
    position: absolute;
    right: 2px;
    padding: 8px;
    display: block;
    border: medium none;
    top: 2px;
    background-color: rgb(255, 255, 255);
    font-size:0;
    color: transparent;
    background-image:url('images/lente.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 38px;
    width: 37px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#searchform-mobile input[type="text"]{
    width:100%;
    padding: 12px 12px 13px 58px;
}
#searchform-mobile{
    margin-top: 15px;
}
#searchform-mobile input[type="submit"]{
    left:2px;
    right: auto;
}
.language-mobile h2{
    text-align: center;
    font-size: 14px;
}
.language-mobile hr{
    width: 60%;
}
.language-mobile ul{
    padding: 0;
    margin:0 auto;
    display: table;
}
.language-mobile ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}
.language-mobile ul li a{
    display: block;
    font-family: "gnuolaneregular";
    font-size: 14px;
    font-weight: 400;
    padding: 10px 14px;
    text-transform: uppercase;
    background-color:#ffffff;
    color:#921214;
    border: 1px solid #921214;
}
.language-mobile ul li a.active{
    background-color:#921214;
    color:#ffffff;
     border-color: #fff;
    padding: 11px 15px;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover{
    background-color:#921214;
}
.mobile-box-toggle{
    display: none!important;
}
.mobile-box-toggle.open{
    display: block!important;
}
@media (min-width:768px){
    .navbar-isp-lux{
        padding-top: 12px;
        margin-bottom: 0;
    }
    .navbar-isp-lux .navbar-collapse.collapse{
        padding:0
    }
    .navbar-isp-lux .navbar-nav > li > a {
        padding:0px 12px;
        font-size:12px;
        color:#222222;
        border-left:1px solid #cdcdcd;
    }
    .navbar-isp-lux .navbar-nav > li:first-child > a {
        padding-left:0;
        border-left:none;
    }
    .navbar-isp-lux .nav > li > a:focus, 
    .navbar-isp-lux .nav > li > a:hover, 
    .navbar-isp-lux .nav > li.active > a{
        text-decoration: none;
        background-color: transparent;
        color:#921214
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; 
     }
    .dropdown-menu{
        padding:0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    .dropdown-menu > li > a{
        padding: 12px 20px;
        font-size:12px;
        color:#222222;
    }
    .dropdown-menu > li > a:focus, 
    .dropdown-menu > li > a:hover{
        background-color: #921214;
        color:#ffffff;
    }
}
@media (max-width:768px){
    .navbar-toggle{
        float:left;
        margin-top:0;
    }
    .navbar-toggle .icon-bar {
        background-color: #888;
    }
}
.nav-mobile{
    margin:10px 0px 0;
    padding: 0;
    list-style: none;
    display: block;
}
.nav-mobile li{
    display: inline-block;
    vertical-align: middle;
    width: 49.3%;
    text-align: center;
}
.nav-mobile li a{
    display: block;
    width: 100%;
}
@media (min-width:768px) and (max-width:992px){   
    .login-mobile{
        display: inline-block !important;
        width: 42px;
    }
    #searchform input[type="text"]{
        padding-right: 27px;
        width: 41px;
        padding-left: 14px;
        -webkit-transition: all 500ms ease-out 0.1s;
        -moz-transition: all 500ms ease-out 0.1s;
        -o-transition: all 500ms ease-out 0.1s;
        transition: all 500ms ease-out 0.1s;
    }
}

/*  FOOTER
-----------------------------------------------------------*/
#footer{
    background-color:#921214;
    color:#ffffff;
}
#footer .border{
    border: 1px solid rgb(193, 129, 130);
    border-top: none;
    margin-bottom: 26px;
}
#footer .border-left{
    border-left: 1px solid rgb(193, 129, 130);
}
#footer .logo-footer-1{
    display: block;
    line-height: 96px;
}
#footer-menu.navbar-nav > li > a{
    line-height: 66px;
    color:#ffffff;
    font-size: 11px;
    text-transform: uppercase;
}
div[class*="menu-footer-menu-"],
div[class*="menu-footer-menu-bottom-"]{
    display: table;
    float: right;
}
#footer-menu.navbar-nav > li > a:hover,
#footer-menu-bottom.navbar-nav > li > a:hover,
#footer-menu.navbar-nav > li > a:focus, 
#footer-menu-bottom.navbar-nav > li > a:focus{
    text-decoration: underline;
    background-color: transparent;
}
#footer-menu-bottom.navbar-nav > li > a{
    color:#ffffff;
    font-size: 12px;
    border-left: 1px solid #ffffff;
    padding: 0px 16px;
    margin: 18px 0;
    line-height: 17px;
}
#footer .navbar-collapse{
    background-color: #921214;
}
#footer .navbar-collapse a{
    color: #fff;
}
#footer .navbar-collapse a:hover{
    color: #921214;
}
#footer .navbar-toggle{
    padding-top:3px;
}
#footer .navbar-toggle .icon-bar {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
@media (max-width:768px){
    #footer-menu-bottom.navbar-nav > li.no-sm-border > a{
        border-left: none;
    }
}
#footer-menu-bottom.navbar-nav > li:first-child > a{
    border-left:none;
}
#footer .copy{
    font-size:10px;
    padding: 21px 0 29px;
}
#footer .copy p{
    margin-bottom: 0;
}

/*  HOME
-----------------------------------------------------------*/
.home-slider{
    position:relative;
}
.home-slider .slick-dots-container{
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.home-slider .slick-slide{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 477px;
    display: table;
    text-decoration: none;
}
.home-slider .slick-slide > .container-fluid{
    display: table-cell;
    vertical-align: middle;
}
.home-slider .slick-slide .text{
    font-family: 'gnuolaneregular';
    font-weight: 300;
    font-size:40px;
    color: #fff;
}
.home-slider .slick-slide .text h1{
    font-weight: 300;
    font-size:40px;
    color: #fff;
    margin: 0;
}
.home-slider .slick-slide .text p{
    font-weight: 400;
    font-size:26px;
    color:#171219;
}
.home-slider .slick-slide .text a{
    font-family: "gnuolaneregular";
    font-weight: 400;
    font-size:19px;
    color:#991e0f;
    text-decoration: none;
}
.home-slider .slick-slide .text a:hover{
    text-decoration: underline;
}
.home-slider .slick-slide .col-right img{
    display: inline;
} 
.home-slider .slick-slide .footer{
    font-size:10px;
    color:#383838;
    position: absolute;
    bottom: 19px;
    padding-left: 15px;
}
.home-slider .slick-dots{
    padding:0;
    margin:0 auto;
    list-style: none;
    display: table;
}
.home-slider .slick-dots li{
    display: inline-block;
}
.home-slider .slick-dots li button{
    background-color:transparent;
    border:1px solid #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size:0;
    color:transparent;
    width:12px;
    height: 12px;
    padding: 0;
    margin-right: 13px;
    display: block;
}
.home-slider .slick-dots li.slick-active button{
    border-color: #921214;
}
.home-slider .slick-arrow{
    position: absolute;
    top:45%;
    z-index: 1;
    background: transparent;
    border:none;
    font-size: 0;
    color: transparent;
    background-image:url('images/slider-arrow-slim.png');
    background-repeat: no-repeat;
    height: 40px;
    width:10px;
    padding: 0;
}
.home-slider .slick-arrow.slick-prev{
    left:35px;
    background-position: top left;
}
.home-slider .slick-arrow.slick-prev:hover{
    background-position: bottom left;
}
.home-slider .slick-arrow.slick-next{
    right:35px;
    background-position: top right;
}
.home-slider .slick-arrow.slick-next:hover{
    background-position: bottom right;
}
@media (min-width:768px){
    .home-slider .slick-slide .col-right{
        position: absolute;
        right: 8.333%;
        top: 10px;
        width: auto;
    }
}
@media (min-width:768px) and (max-width:992px){
    .home-slider .slick-slide .text{
        padding: 0 60px;
    }
    
    .home-slider .slick-slide .col-right{
        right: 15px;
    }
}
@media (max-width:767px){
    .home-slider .slick-slide .text{
        text-align: center;
    }
    .home-slider .slick-slide .col-right{
        text-align: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
/*box-3-item*/
.box-3-item{
    padding: 60px 0px 85px;
}
.box-3-item h1{
    font-family: 'gnuolaneregular';
    font-weight: 300;
    font-size: 34px;
    color:#921214;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.box-3-item h1 strong{
    font-weight: 600;
}
.box-3-item .row-col{
    padding-top: 40px;
}
.box-3-item .col-33{
    float: left;
    width: 33%;
    padding: 0 50px 0;
}
.box-3-item h2{
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size:14px;
    color:#222222;
 }
.box-3-item p,
.box-3-item a{
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size:16px;
    color:#222222;
}
.box-3-item a{
    color:#921214;
}
.box-3-item .col-33 p{
    font-size:14px;
}
.box-3-item .col-33 h2{
    margin-top: 23px;
    margin-bottom: 13px;
}
.box-3-item a.more{
    font-size:13px;
}
.box-3-item a.more span{
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
}
.box-simple-text{
    padding: 60px 0px;
    margin-top: 60px;
}
.box-simple-link{
    padding: 85px 0px 0;
}
.box-simple-link .link{
    font-size: 21px;
    font-weight: 700;
}
@media (max-width:767px){
    .box-3-item .col-33{
        float: none;
        width:100%;
        margin-bottom: 40px;
    }
    .box-3-item .col-33:last-child{
        margin-bottom: 0;
    }
}
/*box-text*/
.box-text-container{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 12px;
}
.box-text-container.no-m-t{
    margin-top: 0;
}
.box-text-container .box-text{
    background-color: #FFF;
    margin-top: 83px;
    padding: 30px 56px 57px;
    margin-bottom: 90px;
    /*max-width: 510px;*/
    max-width: 510px;
}
.box-text-container .box-text.m-auto{
    margin: 83px auto 90px;
}
.box-text-container .box-text p{
    line-height: 22px;
}
.box-text-container .box-text a.more{
    display: block;
    margin-top: 23px;
}
.box-text-container .box-text a.more span{
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
}
.box-text-container .box-text a.btn{
    display:table;
    margin-top: 23px;
}
/*box-separator*/
.single .box-separator,
.page-template-about-us .box-separator{
    background-color: #F7F7F7;
}
.box-separator{
    padding: 49px 0px 45px;
}
.box-separator .border-separator{
    border-right:1px solid rgb(127, 127, 127);
}
.box-separator .icon{
   /* margin-bottom: 22px;*/
}
.box-separator p{
    font-family: "Arial",sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
}
.box-separator a.btn{
    display: table;
    margin: 26px auto;
    font-family: "Arial",sans-serif;
    font-weight: 700;
    font-size: 14px;
    min-width: 241px;
    margin-bottom: 0;
}
@media (max-width:767px){ 
    .box-separator .border-separator{
        border:none;
    }
    .box-separator a.btn{
        margin-bottom:50px
    }
}
/*box-last-news*/
.box-last-news{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 490px;
    padding-top: 38px;
    padding-bottom: 38px;
}
.box-last-news h1{
    font-family: "Arial",sans-serif;
    font-weight: 400;
    font-size: 32px;
    color:#921214;
    text-transform: uppercase;
}
.box-last-news a.more.mt{
    margin-top: 35px;
    display: block;
}
.box-last-news a.more.mt span{
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
}
/*slider-center*/
.slider-center{
    margin-top: 20px;
}
.slider-center .slick-prev,
.slider-center .slick-next{
    background-size: 40px;
    background-repeat:no-repeat;
    position: absolute;
    border: none;
    background-color: rgba(247, 247, 247, 0.9);
    font-size: 0;
    color: transparent;
    width: 71px;
    height: 300px;
    top:0;
    z-index: 12;
}
.slider-center .slick-prev:before,
.slider-center .slick-next:after{
    background-image: url("images/slider-arrow.png");
    content: "";
    width: 20px;
    height: 80px;
    position: absolute;
    top: 105px;
}
.slider-center .slick-prev:hover,
.slider-center .slick-next:hover{
    background-color:rgba(156, 40, 42, 0.9);
}
.slider-center .slick-prev{
    left: 0;
}
.slider-center .slick-prev:before{
    left: 25px;
    background-position:left top;
}
.slider-center .slick-prev:hover:before{
    background-position:left bottom;
}
.slider-center .slick-next{
    right:0;
}
.slider-center .slick-next:after{
    right: 25px;
    background-position:right top;
}
.slider-center .slick-next:hover:after{
    background-position:right bottom;
}
.slider-center .slick-slide{
    background-color:#f7f7f7;
    margin:0 15px 0;
    padding:78px 56px 49px;
    min-height: 300px;
}
.slider-center .slick-slide .date{
    font-family: "Arial",sans-serif;
    font-weight: 400;
    font-size: 12px;
    color:#921214;
    text-transform: uppercase;
    position:relative;
}
.slider-center .slick-slide .date:before{
    content: '';
    position: absolute;
    top:-22px;
    left:0;
    background-color: #dbdbdb;
    width:15px;
    height: 1px;
}
.slider-center .slick-slide h2{
    font-family: "Arial",sans-serif;
    font-weight: 700;
    font-size: 14px;
    color:#222222;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 13px;
}
.slider-center .slick-slide p{
    font-family: "Arial",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color:#222222;
    line-height: 18px;
}
.slider-center .slick-slide a.more{
    display: block;
    margin-top: 41px;
    margin-bottom: 0;
}
.slider-center .slick-slide a.more span{
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
}
@media (max-width:767px){
    .slider-center .slick-slide {
        margin: 0px 5px;
        padding: 78px 15px 49px;
    }
}

/*  ABOUT US
-----------------------------------------------------------*/
/*box-text-video*/
.box-text-video .bg-video{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-text-video .content{
    padding: 42px 105px 56px 0;
}
.box-text-video .content .title.title-separator::after {
    bottom: -23px;
}
.box-text-video .content .title.title-separator{
    margin-bottom: 42px;
}
.box-text-video .content .text p {
    margin-bottom: 22px;
    line-height: 22px;
}
.box-text-video .content .text p a{
   font-size: 14px;
    color: #222;
    font-weight: 700;
}
.box-text-video .bg-video .link-video{
    font-family: "Open Sans",sans-serif;
    color: rgb(255, 255, 255);
    font-size: 16px;
    background-image:url('images/icon-play.png');
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    padding-top: 60px;
}
@media(max-width:767px){
    .box-text-video .bg-video{
        padding-top: 134px;
        padding-bottom: 135px;
    }
    .box-text-video .content{
        padding-right: 0;
    }
    .box-text-container .box-text{
        float: none!important;
    }
}
/*box-accordion*/
.section-header{
    padding-top: 35px;
    padding-bottom: 63px;
}
.section-header h1{
    margin-bottom: 15px;
}
.section-header p,
.section-header a{
    font-size:18px;
    color:#222222;
}
.page-template-default .section-header p,
.page-template-default .section-header a{
    font-size:14px;
}
.section-header a{
    font-weight: 700;
}
.panel-group {
    margin-bottom: 75px;
}
.panel-group .panel{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border:none;
    box-shadow: none;
    margin-bottom: 10px;
}
.panel-default > .panel-heading{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border:none;
}
.panel-title a{
    display: block;
    color:#7f7f7f;
    font-size: 22px;
    padding:25px 60px 25px 23px; 
    text-decoration: none;
    position:relative;
}
.panel-title a:after{
    background-image:url('images/icon-arrow.png');
    background-repeat: no-repeat;
    background-position: center top;
    content: "";
    position: absolute;
    right: 23px;
    top: 30px;
    width: 26px;
    height: 14px;
}
.panel-title a[aria-expanded="false"]:after{
    color:red;
    background-position: center bottom;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
    border:none;
    padding: 38px;
}
.panel-body .col{
    float: left;
    width: 50%;
}
.panel-body .col.col-first{
    padding-right: 30px;
    border-right: 1px solid #7F7F7F;
}
.panel-body .col.col-second{
    padding-left: 30px;
}
.panel-body strong{
    color: #921214;
    margin-bottom: 6px;
    display: block;
}
.panel-body .columns{
    margin-bottom: 24px;
    margin-top: 36px;
}
.panel-body a{
    font-size:14px;
    color:#222222;
    text-decoration: underline;
}
.panel-body .table > tbody > tr > td, 
.panel-body .table > tbody > tr > th, 
.panel-body .table > tfoot > tr > td, 
.panel-body .table > tfoot > tr > th, 
.panel-body .table > thead > tr > td, 
.panel-body .table > thead > tr > th {
    border:none;
}
.panel-body .table > thead:first-child > tr:first-child > th{
     font-size: 18px;
 }
 .panel-body .table > tbody > tr > th{
     width: 30%;
 }
@media(max-width:768px){
 .panel-body .table > tbody > tr > th{
     width:50%;
 }
    .panel-title a {
        font-size: 18px;
        padding: 20px 60px 20px 23px;
    }
    .panel-title a::after {
        top:24px;
    }
    .panel-body .col{
        float: none;
        width: 100%;
    }
    .panel-body .col.col-first{
        border: none;
        border-bottom: 1px solid #7F7F7F;
    }
    .panel-body .col.col-second{
        padding: 0;
    }
}

/*  OUR SOLUTION
-----------------------------------------------------------*/
/*box-solution*/
.box-solution{
    padding-top: 62px;
    padding-bottom: 55px;
}
.box-solution .box{
    background-color: #FFF;
    padding: 32px 51px;
    margin-bottom: 30px;
}
.box-solution .box p,
.box-solution .box a{
    margin-bottom: 0;
    font-size: 14px;
}
.box-solution .box strong a{
    font-weight: 700;
}
.box-solution .box h2{
    margin-bottom: 16px;
}

/*  CONTACT
-----------------------------------------------------------*/
.change-obj{
    margin-bottom: 43px;
}
.change-obj a{
    border:1px solid transparent;
    color:#505050;
    padding:15px 55px;
    font-size: 16px;
    display: table;
    margin: auto;
}
.change-obj a.active{
    border:1px solid #921214;
    color:#921214;
}
.gform_wrapper .contact-form ul li.gfield{
    clear: none;
}
.gform_wrapper .contact-form .top_label .gfield_label{
    display: none;
}
.gform_wrapper .contact-form input[type="email"], 
.gform_wrapper .contact-form input[type="number"], 
.gform_wrapper .contact-form input[type="password"], 
.gform_wrapper .contact-form input[type="tel"], 
.gform_wrapper .contact-form input[type="text"], 
.gform_wrapper .contact-form input[type="url"],
.gform_wrapper .contact-form textarea{
    border:none;
    background-color:#f7f7f7;
    padding: 20px;
    margin-bottom: 19px;
}
.gform_wrapper .contact-form .hidden_label input.large, 
.gform_wrapper .contact-form .hidden_label select.large, 
.gform_wrapper .contact-form .top_label input.large, 
.gform_wrapper .contact-form .top_label select.large,
.gform_wrapper .contact-form textarea.large{
    width:100%;
}
.gform_wrapper .contact-form .gform_footer input[type="submit"],
body .gf_browser_ie.gform_wrapper .gform_footer input.button{
    background-color:#921214;
    color:#ffffff;
    font-size:14px;
    text-transform: uppercase;
    border:none;
    font-weight: 700;
    padding: 12px 101px;
}
.gform_wrapper .contact-form .gform_footer{
    padding: 1em 15px 0.625em;
}
.gform_wrapper .contact-form li.gfield.gfield_error.gfield_contains_required{
    margin-top: 0;
}
.gform_wrapper .contact-form li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper .contact-form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0.375em;
}
.gform_wrapper .contact-form .top_label .gfield_error input.large, 
.gform_wrapper .contact-form .top_label .gfield_error select.large, 
.gform_wrapper .contact-form .top_label .gfield_error textarea.textarea{
    width:100%;
}
.gform_wrapper .contact-form li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper .contact-form li.gfield_html{
    max-width: 99%;
    margin:0.375em auto 0;
}
.gform_wrapper .contact-form div.validation_error{
    width: 100%;
}
.gform_wrapper .contact-form li.gfield.gfield_error, 
.gform_wrapper .contact-form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    padding:0 15px;
}
.gform_wrapper .contact-form li.gfield.gfield_error input[type="email"], 
.gform_wrapper .contact-form li.gfield.gfield_error input[type="number"], 
.gform_wrapper .contact-form li.gfield.gfield_error input[type="password"], 
.gform_wrapper .contact-form li.gfield.gfield_error input[type="tel"], 
.gform_wrapper .contact-form li.gfield.gfield_error input[type="text"], 
.gform_wrapper .contact-form li.gfield.gfield_error input[type="url"], 
.gform_wrapper .contact-form li.gfield.gfield_error textarea{
    margin-bottom:0;
}
.gform_confirmation_message{
    padding: 0px 15px;
    text-align: center;
}
.more-info{
    margin-top: 35px;
    margin-bottom: 69px;
}
.more-info p{
    margin-bottom: 15px;
}
.mobile-contact .icon{
    margin: auto;
    padding: 10px;
    width: 50px;
    height: 50px;
}
.mobile-contact .icon-link{
    border-radius: 50%;
    border: 1px solid #921214;
    -moz-border: 1px solid #921214;
    -webkit-border: 1px solid #921214;
    display: table;
    margin: auto;
}
.more-info .table{
    max-width: 450px;
}
.more-info .table > tbody > tr > td, 
.more-info .table > tbody > tr > th, .table > tfoot > tr > td, 
.more-info .table > tfoot > tr > th, .table > thead > tr > td, 
.more-info .table > thead > tr > th {
    border:none;
}
.more-info .table p{
    margin:0;
}
@media(max-width:767px){
    .change-obj a{
        display:block;
    }
    .more-info .table > tbody > tr > td{
        display: block;
        width: 100%;
        min-width: 290px;
    }
}
@media(min-width:768px){
    .gform_wrapper .contact-form .top_label .gfield_error{
        width: 50%;
    }
    .gform_wrapper .contact-form .top_label #field_1_5.gfield_error{
        width: 100%;
    }
}

/*  RESERVED AREA
-----------------------------------------------------------*/
.box-text-container.with-icon  .box-text {
    padding: 63px 56px 75px;
}
.box-text-container.with-icon .title-separator{
    margin-top: 20px;
    font-family: "Arial",sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    line-height: 20px;
}
.box-text-container.with-icon .title-separator:after{
    display: none;
}
.box-text-container.with-icon  .box-text a.btn{
    display: table;
    margin: auto;
    padding: 11px 100px;
    font-family: "Arial",sans-serif;
    font-weight: 700;
    font-size: 14px;
}
@media (max-width:767px){
    .box-text-container.with-icon .box-text a.btn {
        padding: 11px 0;
        width: 100%;
    }
}

/*  WHERE WE ARE
-----------------------------------------------------------*/
.page-template-wware .box-text-video .content{
    padding-bottom:10px
}
.map-canvas{
    height:767px;
}
.container-map-link{
    max-height: 767px;
    overflow-y:scroll;
}
.container-map-link::-webkit-scrollbar { 
    width: 0 !important 
}
.container-map-link{ 
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.map-container ul{
    margin:0;
    padding:0;
    list-style: none;
}
.map-container .desk-container ul{
    height: 0;
    opacity:0;
    overflow: hidden;
    -webkit-transition: all 500ms ease-out 0.1s;
    -moz-transition: all 500ms ease-out 0.1s;
    -o-transition: all 500ms ease-out 0.1s;
    transition: all 500ms ease-out 0.1s;
}
.map-container .desk-container ul.active,
.map-container .desk-container ul.no-accordion{
    height: auto;
    opacity:1;
}
.map-container .desk-container h3{
    position: relative;
    cursor: pointer;
    padding-right: 15px;
    margin-right: 0;
}
.map-container .desk-container h3:before{
    background-image: url("images/icon-arrow-small-1.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
    position: absolute;
    right: 0px;
    top: 6px;
    width: 15px;
    height: 5px;
}
.map-container .desk-container h3.open:before{
    background-position: center top;
}
.map-container ul.tab-nav{
    margin-bottom:60px;
}
.map-container ul.tab-nav li{
    display: inline-block;
    vertical-align: middle;
    width:49%;
    margin:0;
}
.map-container ul.tab-nav li.second{
    float:right;
}
.map-container ul.tab-nav li .tab-title-container{
    border:2px solid #d9d9d9;
    padding: 15px 17px;
    cursor: pointer;
    color:#7f7f7f;
}
.map-container ul.tab-nav li .tab-title-container img{
    margin-right: 10px;
}
.map-container ul.tab-nav li .tab-title-container .container-checkbox{
    border:2px solid #d9d9d9;
    display: inline-block;
    vertical-align: middle;
    width:27px;
    height:27px;
    float: right;
    padding: 3px;
}
.map-container ul.tab-nav li.active .tab-title-container .container-checkbox .checkbox{
    background-color: #921214;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
.map-container ul.tab-nav li.active[data-map-type="mondo"] .tab-title-container .container-checkbox .checkbox{
    background-color: #04366c;
}
.container-list-link{
    position: relative;
    padding-bottom: 59px;
    padding-right: 15px;
    display: none;
}
.container-list-link.open{
    display: block;
}
.container-list-link .desk-container{
    height:0;
    overflow: hidden;
}
.container-list-link.open .desk-container{
    height:100%;
}
.container-map-link .container-list-link h2{
    margin-bottom: 0;
}
.container-map-link .container-list-link.open h2{
    margin-bottom: 23px;
}
.container-map-link .container-list-link h2[data-map-type="mondo"]{
    color:#04366C;
}
.container-list-link:after {
    content: "";
    position: absolute;
    bottom: 39px;
    left: 0px;
    width: 33px;
    height: 1px;
    background-color: #C6C6C6;
}
.container-map-link h2{
    font-family: 'gnuolaneregular';
    font-size:18px;
    text-transform: uppercase;
    margin:0px 0px 23px;
}
.container-map-link h3{
    font-family: "Arial",sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin:0px 0px 20px;
}
.container-map-link a{
    font-family: "Arial",sans-serif;
    font-size: 14px;
    color:#222222;
    margin-bottom: 20px;
    display: block;
}
.container-map-link  .warning-msg{
    margin-bottom: 20px;
}
.info-window{
	width:305px;
}
.info-window.dialog{
    width:100%;
}
.info-window h1{
	font-family: 'Arial';
	font-size: 16px;
	line-height:19px;
	font-weight: bold;
	color:#454545;
	margin:0;
	padding:0;
}
.info-window h2{
	font-family: 'Arial';
	font-size: 13px;
	line-height:19px;
	font-weight: bold;
	color:#982200;
	margin:0;
	padding:0;
}
.info-window.filiali_mondo h2{
    color: #04366c;
}
.info-window p{
    margin-bottom: 0;
}
.info-window a{
	color:#757575;
}
.infowindow-container{
	-webkit-font-smoothing: antialiased!important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004)!important;
	/* body background */
	background: #ebebeb!important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmNmY2ZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==)!important;
	background: -moz-linear-gradient(top,  #ebebeb 40%, #fcfcfc 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ebebeb), color-stop(100%,#fcfcfc))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 40%,#fcfcfc 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 40%,#fcfcfc 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 40%,#fcfcfc 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom,  #ebebeb 40%,#fcfcfc 100%)!important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fcfcfc',GradientType=0 )!important; /* IE6-8 */
	overflow:hidden;
}
.infowindow-arrow div{
	background-color:transparent!important;
}
.gmaps-over-tooltip {
	border: thin 1px #eee;
	border-radius: 3px;
	background-color: #FFF;
	padding: 5px;
}
.gmaps-over-tooltip h3 {
	font-family: 'Arial';
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	color: #982200;
	margin: 0;
	padding: 0;
}
.gmaps-over-tooltip.filiali_mondo h3 {
    color: #04366c;
}
@media (max-width:992px){
    .map-container ul.tab-nav li .tab-title-container{
        font-size:12px;
    }
}
.wware-collapsed-container {
    padding-bottom: 50px;
}
.wware-collapsed-container a[data-toggle="collapse"]{
    display: block;
    font-family: "gnuolaneregular";
    font-weight: 400;
    font-size: 18px;
    color: #222;
    text-decoration: none;
    position: relative;
    margin-bottom: 10px;
}
.wware-collapsed-container a[data-toggle="collapse"]::after {
    background-image: url("images/icon-arrow-small.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 22px;
    height: 12px;
}
.wware-collapsed-container a[data-toggle="collapse"][aria-expanded="false"]::after {
    color: #F00;
    background-position: center top;
}
.wware-collapsed-container ul{
    list-style: none;
    padding:0;
    margin:0px 0 10px;
}
.wware-collapsed-container ul li a{
    color: #222;
}
.zoom-anim-dialog {
    background: #FFF none repeat scroll 0% 0%;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

/*  SEARCH
-----------------------------------------------------------*/
.search .section-header{
    padding-bottom: 0;
}    
.search h2 {
    font-family: "Arial", sans;
    font-weight: 400;
    font-size: 22px;
    color: #921214;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*  CAREER
-----------------------------------------------------------*/
.page-template-career .box-text-video{
    border-bottom: 1px solid #E5E5E5;
}
.page-template-career .box-solution .box{
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}
.page-template-career .box-solution .box a{
    font-size: 18px;
    color:#505050;
    text-decoration: none;
}
.page-template-career .box-solution .box a:hover{
    color: #921214;
}
.page-template-career .section-header p{
    font-size: 14px;
}
.box-link > h1{
    font-size: 25px;
    text-transform: none;
}
.box-link ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.box-link ul li{
    background-color: #F5F5F5;
    margin-bottom: 10px;
    padding-right: 25px;
}
.box-link ul li a{
    color: #333;
    padding: 20px 60px 20px 23px;
    display: block;
    color: #7F7F7F;
    font-size: 18px;
    text-decoration: none;
    background-image:url('images/icon-arrow-right.png');
    background-repeat: no-repeat;
    background-position: center right;
}
.box-link ul li a:hover{
    color: #921214;
}

/*  CAREER - SINGLE
-----------------------------------------------------------*/
.single-career .section-header h2{
    margin-top: 25px;
}
.single-career .section-header p, 
.single-career .section-header a{
    font-size: 14px;
}
.nano > .nano-content{
    padding-right: 15px\9;
}

/*  POPUP READY
-----------------------------------------------------------*/
#popup_ready .modal-content{
	width:80%;
	margin:auto;
	text-align:center;
    font-size: 18px;
}
/*
#popup_ready .modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -o-transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important; 
  -webkit-transform: translate(0, 50%) !important; 
}*/
.modal-body ul,
.modal-body ol{
    text-align: left;
    display: table;
    margin: auto;
}

/*  INBIZ
-----------------------------------------------------------*/
.page-template-inbiz .box-separator {
    background-color: #F7F7F7;
}
.box-inbiz{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
 }
.box-inbiz .box-text{
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 32px 50px;
}
.box-inbiz .box-text h1{
    margin: 0 0 15px;;
}
.box-inbiz .box-text p{
    font-size: 16px;
}
.box-inbiz .box-text .col-33{
    float: left;
    width: 33%;
    margin-top: 25px;
}
.box-inbiz .box-text .col-33 img{
    margin: 0 auto 20px;
    display: block;
}
@media (max-width:767px){
    .box-inbiz .box-text .col-33{
        float: none;
        width:100%;
    }
}