/*XT Customizations*/
.xt-fixed{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    position: fixed;
    top: -44px;
    z-index: 999;
    visibility: hidden;
    font-size:14px;

}
.top .nav-down {
    top: -44px;
}
.nav-down {
    top: 0px;
    visibility: visible;
}
.xt-fixed .xt-left, .xt-fixed .xt-right{
	width:50%;
	flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
}
.xt-fixed .xt-left{
    background: #565656;
    text-align: center;
    padding-right: 10px;
}
.xt-fixed .xt-right{
    background: #d4d4d4;
    text-align: center;
    padding-left: 10px;
}
.xt-fixed a{
    color: #fff;
}
.xt-fixed .xt-right a{
    color:#ca0018;
}
.xt-close{
    position: absolute;
    right: 30px;
    top: 11px;
    z-index: 999999;
    background: #fff;
    color: #ca0018!important;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 600;
}

@media only screen and (max-width: 319px) {
.xt-fixed {
    font-size: 12px;
}
}
@media only screen and (min-width: 481px) {
    .xt-fixed .xt-mobile{
        display: none;
    }
}
@media only screen and (max-width: 480px) {
.xt-fixed .xt-desktop{
    display: none;
}

.xt-left {
    width:55%!important;
    padding:10px;
}

.xt-right {
    width:45%!important;
    padding:10px 30px 10px 10px;
}
.xt-close{
    right:15px;
}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
.xt-fixed .xt-desktop{
    padding: 10px 30px 10px 10px;
}
}
@media only screen and (min-width: 1400px) {
    .xt-fixed .xt-left{
        text-align: right;
        padding-right:200px!important;
    }
    .xt-fixed .xt-right{
        text-align: left;
        padding-left:200px!important;
    }
}