a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Titillium Web', 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: #f44b30;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 12px;
    margin: 0 10px 10px 0;
    border: 2px solid #f44b30;
    border-radius: 360px;
    display: block;
    perspective: 800px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: transparent;
    border: 2px solid #f44b30;
}
.vertical-tab .nav-tabs li a:before{
    content: "";
    height: 100%;
    width: 100%;
    background: #f44b30;
    border-radius: 30px;
    opacity: 1;
    transform: rotateY(90deg);
    transform-origin: center center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    transform: rotateY(0);
}
.vertical-tab .tab-content{
    color: #fff;
    background-color: #2a2acc;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    vertical-align: top;
    padding: 15px 15px 15px 25px;
    border: 3px solid #2a2acc;
    box-shadow: 0 0 0 3px #fff inset;
    display: table-cell;
}
.vertical-tab .tab-content h3{
    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 a{
        padding: 10px;
        margin: 0 0 10px;
    }
    .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;
}

.colorlink a {color:#333;}

.pagback {
	opacity: 1; 
	visibility: visible margin-top: 15px; 
	background: #e1f6f9; 
	padding: 10px; 
	border-radius: 20px; 
	text-align: center; 
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.11), 10px 10px 8px rgba(0, 0, 0, 0.09), 15px 15px 8px rgba(0, 0, 0, 0.07);
	border: 1px solid rgba(12, 180, 206, 0.29);
}

.ls-grp {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.sidebar .ls-grp {
    padding: 0;
    background-color: transparent;
    border-width: 0;
    /* border-bottom: 1px solid rgba(207,215,223,.25); */
    margin-bottom: 0;
    box-shadow: inset 0px 1px 0 rgba(0,0,0,.08);
}

.ls-grp:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}

.sidebar .ls-grp a {
    text-decoration: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    display: block;
    line-height: 21px;
}

.sidebar .list-group-item:not(.list-toggle) > a:before {
    content: " ";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: right;
    text-decoration: inherit;
    font-size: 14px;
}

.nav-pan {
	background-color: #e1f6f9 !important;
    border: 1px solid rgba(12, 180, 206, 0.29) !important;
}

.nav-pan.active{
    color: #464a4c !important;
    background-color: #fff !important;
    border-color: #ddd #ddd #fff !important;
}

@media screen and (max-width: 600px) {
  .tabs {
    flex-direction: column;
  }
     
  .tabs li {
    width: 100%;
  }
     
  .tabs li:not(:last-child) {
    margin-right: 0;
  }
     
  .tabs li a {
    border-radius: 0;
    opacity: 1;
    top: 0;
  }
     
  .tabs li.active a::before {
    content: '•';
    padding-right: 5px;
  }
     
  .tabs-content {
    border-radius: 0;
  }
}

.pix-business-5 {
    background-image: url('../myimages/primarie.jpg');
}

.btsearch a {

    color: #444;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 20px 5px 12px;
    position: relative;

}

/* ===================================== cookie-banner =========================================*/
.cookie-banner {

background: #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;
}

.cookie-banner a{

text-decoration: none; 

}

.cookie-banner a:hover{

text-decoration: none; 
color: #B61D18;
}

.cookie-content p {
color: #404040; /*#cfcfe8;*/
font-size: 12px;
line-height: 26px;
text-transform: initial !important;
}

.cookie-banner > .cookie-content p {
color: #404040; /*#cfcfe8;*/
font-size: inherit;
line-height: 26px;
text-transform: initial !important;
}
.cookie-cp {
/*width:70%;*/
float: left;
}


.btncookie {
 float: right;
 display: inline-block;
 background: #0cb4ce;
 border-radius: 5px;
 padding: 10px;
 border: 1px solid #0cb4ce;
}
a.btncookie {
color: #fff;
font-size: 14px;
font-weight: bold;
text-decoration: none; 

}
.btncookie a:hover{
color: #fff !important;


}