body{
font-family: 'Abel', sans-serif;
}
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
}

.paddingZ {
    padding: 0px;
}
.paddingL{
padding-left:0px;
}
.paddingR{
padding-right:0px;
}


.popupInS{
    position: fixed;
    top: 35%;
    width: 290px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 2px 1px #00308F;
    color: #00308F;
    padding: 15px;
    z-index: 99999;
    border-radius: 4px;
}
.popupInS button{
   
   position: relative;
    opacity: 1 !important;
    width: 100%;
    background: #00308F;
    color: #fff !important;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
    border-radius: 4px;
    filter: initial !important;


}

.popupInS i{
     position: absolute;
    right: 0px;
    top: -25px;
    color: #fff;
    opacity: 1;
    height: 50px;
    background: #00308F;
    width: 50px;
    left: 0px;
    margin: auto;
    border: 2px solid #fff;
    text-align: center;
    font-size: 22px;
    padding: 11px;
    border-radius: 50%;


}
.popupInS .divCentre{
    display: block;
    padding: 20px 0px;
    text-align: center;

}
.popupInS .divCentre h5{
    margin: 0px;
    font-size: 20px;
    padding: 15px 0px 20px;
    font-weight: 700;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
	list-style-type:none;
    position: absolute;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
    background-color: rgba(36,60,84,0.8);
    width: 200px;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: -1px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.caros{height:420px;}

.dropdown-content a {
    color: white;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color:rgb(239,89,90);color:white;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.current-site, .gllleryvalue {
    margin-bottom: 30px;
}
