/*///////////////////////// Change-Website ////////////////////////////*/
.content-mainpage *{

   font-size: 14px;
   
}

.change-website {
    background-color: #fff;
    position: fixed;
    left: -179px;
    top: 30%;
    z-index: 999999;
    width: 220px;
    height: 40px;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 9px -5px #000;
    transition: all 0.6s;
}
.change-website.wheelchair{
   
    top: 40%;
	width: 142px;
	left: -102px;
}
.change-website.active{

    left: 0;
}

.change-website .fa-cog,
.change-website .fa-wheelchair{

    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #999;    
    float: right;    
    cursor: pointer;
}
.change-website .options{
    
    border-right: 1px solid #ddd;
    float: right;
    padding-right: 10px;
}
.change-website .options > .ch{

    background-color: #fff;
    float: right;
    margin: 5px;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s;
}
.change-website .options > .ch:nth-child(1):hover{

    border: 1px solid #3580FE;
}
.change-website .options > .ch:nth-child(2):hover{

    border: 1px solid #4CAF50;
}
.change-website .options > .ch:nth-child(3):hover{

    border: 1px solid #6A1B9A;
}
.change-website .options > .ch:nth-child(4):hover{

    border: 1px solid #607D8B;
}
.change-website .options > .ch > .bg{

    border-radius: 2px;
    width: 100%;
    height: 100%;    
}
.change-website .options > .ch > .blue-color{

    background-color: #34abb1;
}
.change-website .options > .ch > .green-color{

    background-color: #4CAF50;
}
.change-website .options > .ch > .purple-color{

    background-color: #6A1B9A;
}
.change-website .options > .ch > .bluegrey-color{

    background-color: #0d134f;
}
.change-website .options > .font-change{

    float: right;
    width: 70px;
    height: 30px;
    line-height: 2.2;
    margin: 5px;
    border-radius: 2px;
    border: 1px solid #ddd;
    text-align: center;
}
.change-website .options > .font-change > button{
    
    color: #999;
    transition: all 0.3s;
    border: none;
    background-color: #fff;
}
.change-website .options > .font-change > button{

    color: #999;
    transition: all 0.3s;
}
.change-website .options > .font-change > button:hover{

    color: #333;
}
.change-website .options > .font-change > button > .fa-spinner{
    
    font-size: 11px;
}
.change-website .options > .font-change > .plus{

    float: right;
    height: 100%;
    border-left: 1px solid #ddd;
    padding: 0 5px;
}
.change-website .options > .font-change > .minus{

    float: left;
    height: 100%;
    border-right: 1px solid #ddd;
    padding: 0 5px;
}
.change-website .options > .font-change > .font-defualt{
    
    color: #999;
    font-size: 13px;
}
.change-website .options > .font-change .tooltip-inner {
    font-size: 10px;
}
.ticker-title{

   font-size: 15px;
}

/*///////////////////////// /Change-Website ////////////////////////////*/

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}