html {
    height: 100%;
}

body {
    font-family: "Helvetica", Arial, sans-serif !important;
    font-size: small;
    min-height:100%;
    padding:0;
    margin:0;
    position:relative;
}

body::after{
    content:'';
    display:block;
}

input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
}

hr {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    height: 2.5px;
    background-color:#E5131D;
    color:#E5131D;
}

#contentforloadafter {
    display: none;
}

#topbar {
    top: 0;
    position: fixed;
    background-color: #FFFFFF;
    height: 25px;
    width: 100%;
}

.navbar-fixed-top {
    top: 25px;
}

.navbar-default .nav-justified > .active > a,
.navbar-default .nav-justified > .active > a:hover,
.navbar-default .nav-justified > .active > a:focus {
    background: transparent;
    border-bottom: 2.5px solid #e93838;
}

.carouselimage {
    width: 100%;
}
.imagewrap {display:inline-block;position:relative;}
.more {position:absolute;bottom:30%;left:13.5%;}

.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {background-image:none;}
@media (max-width: 767px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		 { left: -50%; }
    .active > div { display:none; }
    .active > div:first-child { display:block; }
    .active > div:first-child + div { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev		 { left: -25%; }
    .active > div { display:none; }
    .active > div:first-child { display:block; }
    .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
    .carousel-inner .active.left { left: -20%; }
    .carousel-inner .next        { left:  20%; }
    .carousel-inner .prev		 { left: -20%; }
}

#overlaysearch {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#search{
    position: fixed;
    top: 20%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.footer {
    position:absolute;
    bottom:0;
    width:100%;
}
.footerup {
    height: 75px;
}
#footerupcontent {
    line-height: 75px;
}
.footerline {
    height: 1px;
}
#footerlinecontent {
    line-height: 1px;
}
.footerdown {
    height: 75px;
}

.wrapfootertsel {position:absolute; top:10px; left:0px; width:150px; height: 40px}
.wrapfooterlm {position:absolute; top:-2.5px; left:40%; width: 80px; height: 40px}
.wrapfooterplaystore {position:absolute; top:20px; right:5px; width: 100px; height: 35px}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    margin-top: 50px;
}

.loader {
    border: 6px solid #ececec;
    border-radius: 50%;
    border-top: 6px solid #e93838;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-top: -25%;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* LOADER OVERLAY */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.75);
    overflow-y: hidden;
    transition: 0.125s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.125s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: whitesmoke;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: whitesmoke !important;
    color: whitesmoke;
}

.ui-menu
{
    position: absolute;
    list-style: none;
    background-color: whitesmoke;
    border-radius: 0px;
    z-index:10000;
    box-shadow: 5px 0px 8px whitesmoke;
    width: 230px;
    line-height: 200%;
    font-size: 12px;
    padding: 15px 0;
    border: solid 1px grey;

}
.ui-menu .ui-menu-item
{
    border: 0;
    margin: 0;
    padding-left: 15px;
    padding-right:10px;
}
.ui-menu .ui-menu-item:hover
{
    background-color: darkgrey;
}
.ui-menu .ui-menu-item:focus
{
    background-color: darkgrey;
}
.ui-menu .ui-menu-item:active
{
    background-color: darkgrey;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper
{
    border: 0;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover
{
    background-color: darkgrey;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper:focus
{
    background-color: darkgrey;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper:active
{
    background-color: darkgrey;
}