
@import url(https://fonts.googleapis.com/css?family=Niconne);
#loader{
position: fixed;
z-index: 25000;
background: rgb(226, 232, 227);
left: 0px;
top: 0px;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
transition:all .3s ease;
}
#loader::before{
content: "";
position: absolute;
/*border: 2px solid rgb(50, 150, 176);*/
border: 2px solid #163354;
width: 100px;
height: 100px;    
border-radius: 50%;
box-sizing: border-box;
border-left: 2px solid rgba(50, 150, 176,0);
border-top: 2px solid rgba(50, 150, 176,0);
animation: rotarload 0.5s linear infinite;
transform: rotate(0deg);      
}

@keyframes rotarload {
0%   {transform: rotate(0deg)}
100% {transform: rotate(360deg)}
}

#loader::after {
content: "";
position: absolute;
border: 2px solid #163354;
width: 60px;
height: 60px;
border-radius: 50%;
box-sizing: border-box;
border-left: 2px solid rgba(50, 150, 176, 0);
border-top: 2px solid rgba(50, 150, 176, 0);
animation: rotarload 1s ease-out infinite;
transform: rotate(0deg);
}
.app-loader__logo {
-webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
color: #222d32;
text-align: center;
font-family: 'Niconne';
padding: 0 15px;
font-size: 26px;
font-weight: 400;
line-height: 50px;
}

@media (min-width: 768px) {
.app-loader__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 230px;
  /* background-color: #007d71; */
}
}
 

#sp-footer, #sp-bottom {
  background: #000000;
  color: #FFFFFF;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer {
bottom: 0px;
position: relative;
width: 100% !important;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0px;
}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
  color: #FFFFFF;
}
#sp-footer a, #sp-bottom a {
  color: #A2A2A2;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  font-size: 90%;
  white-space: nowrap;
}

.ui-widget-header{
  border-color: #2D67AD;
  background-color: #2D67AD;
  color: white;
}