.freeAccJumToContainer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    max-width: 300px;
    padding: 15px;
    z-index: 99999;
    background-color: #000000;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.freeAccJumToContainer:focus, .freeAccJumpToAreaSelectBox:focus {
    outline: 3px solid #ff3737;
}

.freeAccJumToContainer.outline {
    outline: 3px solid #ff3737 !important;
}

label.freeAccJumpToArealabelSelectBox {
    display: inline;
    color: #fff900;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

.freeAccJumpToAreaSelectBox {
    display: inline;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    flex: 1;
    height: 24px;
    border: none;
    padding: 0px;
    cursor: pointer;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}


/* start of component style RTL */

.freeAcc-component * {
    box-sizing: border-box;
}

.freeAcc-component a, .freeAcc-component button, .freeAcc-component a:hover, .freeAcc-component button:hover, .freeAcc-component a:focus, .freeAcc-component button:focus, button[class^="freeAcc"], button[class^="freeAcc"]:hover, button[class^="freeAcc"]:focus, span.freeAccBtnName, .freeAcc-component span, .freeAcc-component svg {
    transition: all .3s ease-in;
}

.freeAcc-component button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    margin: 0px;
    padding: 0px;   
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}

button.freeAcc-ButtonType-A {
    background-color: #111823;
}

.freeAcc-bg-color {
    background-color: #ef3540;
}

button.freeAcc-openButton {
    font-size: 24px;
    color: #fff;
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 40px 0px 0px 40px;
    line-height: 100%;
    position: fixed;
    z-index: 2147483645;
    right: 0;
    top: 300px;
}

button.freeAcc-openButton:focus {
    outline: 2px solid red;
}

button.freeAcc-openButton svg {
    width: 26px;
    fill: #fff;
    margin-left: 4px;
    display: inline-block;
}

button.freeAcc-openButton:hover > span, button.freeAcc-openButton:hover > svg, button.freeAcc-openButton:focus > span, button.freeAcc-openButton:focus > svg {
    color: #fff900;
    fill: #fff900;
}

button.freeAcc-ButtonType-D {
    background-color: #dedede;
    font-size: 20px;
    width: 100%;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #cecece;
    border-radius: 3px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.65);
	position: relative;
}

button.freeAcc-ButtonType-D.freeAcc-active {
    background-color: #b5b5b5;
}

button.freeAcc-ButtonType-D.freeAcc-active:before {
    content: "\2713";
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    color: #fff;
    background-color: #ff3737;
    border-radius: 50%;
    border: 1px solid #9f9f9f;
}

button.freeAcc-ButtonType-C.freeAcc-active {
    background-color: #b5b5b5;
}

button.freeAcc-ButtonType-C.freeAcc-active:before {
	content: "\2713";
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: -8px;
    top: -3px;
    margin: auto;
    width: 22px;
    height: 22px;
    color: #fff;
    background-color: #ff3737;
    border-radius: 50%;
    border: 1px solid #9f9f9f;
}

button.freeAcc-closeButton {
    color: #ffffff;
    font-size: 18px;
    padding: 1px 10px;
    line-height: 27px;
    float: left;
}

button.freeAcc-closeButton span {
    font-size: 26px;
    position: relative;
    top: 4px;
}

.freeAcc-header-container {
    width: 300px;
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 33px;
}

.freeAcc-menu {
    width: 300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 0px 30px 0px;
}

button.freeAcc-openButton span {
    font-size: 0px;
    float: right;
}

img.freeAcc-openButton-img {
    width: 30px;
}

.freeAcc-welcomeYou {
    color: #ffffff;
    font-size: 18px;
    padding: 1px 10px;
    line-height: 27px;
    float: right;
}

.freeAcc-welcomeYou svg {
    width: 26px;
    height: 34px;
    fill: #fff;
    margin-left: 5px;
    display: inline-block;
    float: right;
}

.freeAcc-welcomeYou span {
    display: inline-block;
    line-height: 33px;
}

.freeAcc-welcomeYou img {
    position: relative;
    top: -1px;
}

.freeAcc-inner {
    width: 0px;
    height: 100%;
    padding: 45px 0px 175px 0px;
    background-color: #f9f9f9;
    border: 2px solid #000000;
    text-align: center;
    position: fixed;
    right: 0;
    top: 0;
    box-sizing: border-box;
    box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.75);
    z-index: 2147483647;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.freeAccOpen {
    width: 300px;
    opacity: 1;
}

.freeAcc-UserInterface {
    display: none;
}

.freeAccOpen .freeAcc-UserInterface {
    display: block;
}

.freeAcc-component {
    font-family: arial;
}

ul.freeAcc-menuTypeA {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    list-style: none;
    display: inline-block;
    border-bottom: 1px solid #c0c0c0;
    width: 285px;
}
ul.freeAcc-menuTypeB {
    margin: 0px;
    padding: 5px 0px;
    list-style: none;
    display: inline-block;
    width: 90%;
}

ul.freeAcc-menuTypeA li {
    padding: 5px 0px;
    margin: 4px;
    float: right;
	width: 85px;
	position: relative;
}

button.freeAcc-ButtonType-C {
    padding: 5px;
}

.freeAcc-ButtonType-C svg {
    width: 50px;
    height: 40px;
}

li.freeAcc-borderStyle {
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

img.freeAcc-img {
    width: 40px;
}
	
span.freeAcc-spanType-A {
    font-size: 13px;
    display: block;
	margin: 0;
	float: none;
}

.freeAcc-RTL {
    text-align: right;
    direction: rtl;
}

.freeAccCredit-container {
    position: absolute;
    bottom: 0;
    width: 300px;
    padding: 0px;
}

ul.freeAcc-menuTypeC {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}

button.freeAcc-DisableAll {
    width: 100%;
    background-color: #ff3737;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

button.freeAcc-DisableAll:hover, button.freeAcc-DisableAll:focus {
    outline: 3px solid #000;
    background-color: #ba0000;
}

button.freeAcc-ButtonType-E {
    text-align: right;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 2px solid #000;
    font-size: 16px;
    background-color: #fff;
    position: relative;
}

button.freeAcc-ButtonType-E:hover, button.freeAcc-ButtonType-E:focus {
    background-color: #353535;
    color: #fff;
    outline: 3px solid #000;
}

span.freeAcc-iconFloat {
    position: absolute;
    left: 10px;
    top: 9px;
    background-color: #000;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50px;
    font-size: 24px;
    line-height: 22px;
}

a.freeAcc-credit {
    display: block;
    width: 100%;
    background-color: #000;
    margin: 0px;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
}

a.freeAcc-credit:hover {
    text-decoration: underline;
    color: #fff900;
}

button.freeAcc-ButtonType-B:hover {
    color: #fff900;
}

button.freeAcc-ButtonType-B:focus {
    outline: 3px dotted #fff;
    color: #fff900;
}

button.freeAcc-ButtonType-C:hover {
    background-color: #eeeeee;
    outline: 1px solid #cccccc;
}

button.freeAcc-ButtonType-C:focus {
    outline: 3px dotted #000;
    background-color: #eeeeee;
}

button.freeAcc-ButtonType-D:hover {
    background-color: #fff;
}

button.freeAcc-ButtonType-D:focus {
    outline: 3px solid #000;
    background-color: #fff;
}


/* end of component style RTL */

/* start of costume elments add to site */

span.freeAccBtnName {
    min-width: 100px;
    display: block;
    text-align: center;
    position: absolute;
    padding: 5px 10px;
    top: -25px;
    left: 33px;
    background-color: #000;
    z-index: 0;
    font-size: 13px;
    font-weight: 100;
    line-height: 15px;
    border-radius: 10px 10px 10px 0px;
    opacity: 0;
}

span.freeAccBtnName.freeAccShow {
    opacity: 1;
}

svg#freeAccShowSVG, svg#freeAccHideSVG {
    width: 23px;
}

svg#freeAccStopSVG {
    width: 12px;
}

svg#freeAccPlaySVG {
    width: 12px;
    left: 3px;
}

button.freeAccBtnStyle:hover > svg.freeAccSVG, button.freeAccBtnStyle:focus > svg.freeAccSVG{
    fill: #fff900;
}

button.freeAccBtnStyle {
    position: absolute;
    z-index: 100;
    background-color: #000;
    border: 0px;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

button.freeAccBtnStyle:hover, button.freeAccBtnStyle:focus {
    color: #fff900;
}

button.freeAccVideo {
    left: 15px;
    bottom: 15px;
}

svg.freeAccSVG {
    fill: #fff;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}


/* this website spasific costum changes after acc mode */

button.freeAccSlider {
    left: 15px;
    top: 100px;
}

button.freeAccReadingSlider {
    left: 0;
    top: 22px;
}

button.freeAccTestemonial {
    top: -10px;
    left: 0;
}

button.freeAccLogo {
    left: 30px;
	top: 10px;
}

.freeAccUniteSliderReplace .servicesIntro-text {
    display: block;
}

.freeAccUniteSliderReplace {
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 25px;
}

#freeAccUniteSliderReplace {
    height: 300px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #cccccc;
}



@media screen and (max-width: 800px) {
	
    button.freeAcc-openButton {
        border-radius: 0px 40px 40px 0px;
        left: 0;
        right: inherit;
        top: 133px;

    }
	

}