/*a:hover,a:focus{
    text-decoration: none;
    outline: none;
}*/
.vertical-tab{
    font-family: 'Roboto', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
   display: table-cell;
   width: 28%;
   min-width: 28%;
   border: none;
   position: relative;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #505050;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    margin: 0 0 7px 0;
    border-radius: 0;
    border: none;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
	border-bottom: 1px ridge #2484da;
}
.vertical-tab .nav-tabs li:last-child a{ margin-bottom: 0; }
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    border:none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    height: 0;
    width: 100%;
    background-color: #2484da;/*#00bb5d;*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition:all 0.3s ease-out 0s;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    height: 100%;
}
.vertical-tab .nav-tabs li a:after{
    height: 18px;
    width: 18px;
    background-color: #505050;
    border: 3px solid #fff;
    border-radius: 50%;
    transform:translateY(-50%) scale(0);
    top: 50%;
    right: -9px;
    transition-delay: 0.15s;
}
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{
    transform:translateY(-50%) scale(1);
}
.vertical-tab .tab-content{
    color: #505050;
    background: rgba(0,0,0,0.03);
    font-size: 15px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 23px;
    vertical-align: top;
    padding: 15px 18px 0;
    margin-top: 10px;
    display: table-cell;
}
.vertical-tab .tab-content h3{
    color: #2484da;/*#00bb5d;*/
  /*  font-size: 24px;*/
    margin: 0 0 5px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li{ margin: 0 0 10px 0; }
    .vertical-tab .nav-tabs li:last-child{ margin: 0; }
    .vertical-tab .nav-tabs li a{
        padding: 10px;
        margin: 0;
    }
    .vertical-tab .nav-tabs li a:after{
        top: auto;
        bottom: -9px;
        right: 50%;
        transform: translateY(0) translateX(50%) scale(0);
    }
    .vertical-tab .nav-tabs li.active a:after,
    .vertical-tab .nav-tabs li a:hover:after{
        transform: translateY(0) translateX(50%) scale(1);
    }
    .vertical-tab .tab-content{
        display: block;
        padding: 20px 15px 5px;
        border-radius: 0 0 10px 10px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.fade {
    opacity: 1 !important;
}

.btn-srch {
  background-color: #2484da;
  border-color: #2484da;
}


/* =========================== cookie-banner ================================*/

.cookie-banner {

background: #cfdce0;/*#6ec0d8; #efefef;*/ /*#343c66;*/ /*#502B45;*/
/*top: 100%;*/
bottom: 0;
left: 0;
right: 0;
min-height: 26px;
padding: 10px 15px 10px;
color: #fff;
z-index: 9999 !important;
/*display: none;*/
position: fixed;
border-top: 1px solid #ccc;
font-weight: bold;
}

.cookie-banner a{

text-decoration: none; 

}

.cookie-banner a:hover{

text-decoration: none; 
color: #fff; /*#B61D18;*/
}

.cookie-content p {
color: #404040; /*#cfcfe8;*/
font-size: inherit;
/*line-height: 26px;*/
}

.cookie-cp {
/*width:70%;*/
float: left;
}


.btncookie {
 float: right;
 display: inline-block;
 background: #2484da; /*#ECE380;*/
 border-radius: 5px;
 padding: 10px;
 border: 1px solid #2484da;
}
a.btncookie {
color: #fff;
font-size: 14px;
font-weight: bold;
text-decoration: none; 

}
.btncookie a:hover{
color: #fff !important;


}

.col-xs-6 {
	width: 50% !important;
}
