.loader  {
  animation: rotate 1.5s infinite;  
  height: 50px;
  width: 50px;
  position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
}
.profnameAdmin{
  color:#000;
}
.loaderContainer{ 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99; 
}
.loader:before,
.loader:after {   
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;  
  width: 20px;
}
.loader:before {
  animation: ball1 1.5s infinite;  
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}
.loader:after {
  animation: ball2 1.5s infinite; 
  background-color: #00a096;
  box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg) scale(0.8); 
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -webkit-transform: rotate(360deg) scale(1.2); 
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -webkit-transform: rotate(720deg) scale(0.8); 
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}

.jquery-accordion-menu, .jquery-accordion-menu * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0;
}

.jquery-accordion-menu {
  min-width: 150px;
  float: left;
  position: relative;
  box-shadow: 0 20px 50px #333;
}

.jquery-accordion-menu .jquery-accordion-menu-footer, .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 22px;
  float: left;
  line-height: 50px;
  font-weight: 700;
  color: #292b2c;
  background: #e6e3e3;
}

.jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

.jquery-accordion-menu ul li a {
  width: 100%;
  padding: 14px 22px;
  font-weight: 700;
  float: left;
  text-decoration: none;
  font-size: 13px;
  background: #414956;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear, background .2s linear;
  -moz-transition: color .2s linear, background .2s linear;
  -webkit-transition: color .2s linear, background .2s linear;
  transition: color .2s linear, background .2s linear;
}

.jquery-accordion-menu>ul>li.active>a, .jquery-accordion-menu>ul>li:hover>a {
  color: #3b424d;
  background: #3b424d;
}

.jquery-accordion-menu>ul>li>a {
  border-bottom: solid 1px #3b424d;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16), 0px 1px 1px 0 rgba(0, 0, 0, 0.12)
}

/* .jquery-accordion-menu ul li a i {
    width: 34px;
    float: left;
    line-height: 18px;
    font-size: 16px;
    text-align: left;
} */

jquery-accordion-menu ul li a i {
  /* width: 34px; */
  /* float: left; */
  line-height: 18px;
  font-size: 16px;
  /* text-align: left; */
}

.jquery-accordion-menu .submenu-indicator {
  float: right;
  right: 22px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}

.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jquery-accordion-menu ul ul.submenu, .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  border-bottom: 1px solid #c7cbce;
  display: none;
  position: static;
}

.jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
  border-bottom: 1px solid #c7cbce;
}

.jquery-accordion-menu ul ul.submenu li a {
  width: 100%;
  float: left;
  font-size: 11px;
  background: #e6e3e3;
  color: #525658;
  border-top: none;
  position: relative;
  border-left: solid 6px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}

.jquery-accordion-menu ul ul.submenu li:hover>a {
  border-left-color: #414956;
}

.jquery-accordion-menu ul ul.submenu>li>a {
  padding-left: 30px;
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a {
  padding-left: 45px;
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a {
  padding-left: 60px;
}

.jquery-accordion-menu ul li .jquery-accordion-menu-label, .jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 11px;
  font-weight: 700;
  color: #555;
  text-align: center;
  line-height: 18px;
  background: #f0f0f0;
  border-radius: 100%
}

.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  top: 12px;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, .3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.animate-ink {
  -webkit-animation: ripple .5s linear;
  -moz-animation: ripple .5s linear;
  -ms-animation: ripple .5s linear;
  -o-animation: ripple .5s linear;
  animation: ripple .5s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.simenu.jquery-accordion-menu .jquery-accordion-menu-footer, .simenu.jquery-accordion-menu .jquery-accordion-menu-header, .simenu.jquery-accordion-menu ul li a {
  background: #f0f1f4;
}

.simenu.jquery-accordion-menu>ul>li.active>a, .simenu.jquery-accordion-menu>ul>li:hover>a {
  background: #f0f1f4;
}

.simenu.jquery-accordion-menu>ul>li>a {
  border-bottom-color: #dedede;
}

.simenu.jquery-accordion-menu ul ul.submenu li:hover>a {
  border-left-color: #428bca;
}

.jquery-accordion-menu ul ul.submenu>li .side-border-left {
  border-left-color: #428bca;
}

.slideO {
  padding: 0px;
}

.slideOuts {
  z-index: 999999;
}

/***** Live Rates *****/

.onoffswitch3 {
  display: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch3-checkbox {
  display: none;
}

.onoffswitch3-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid #999999;
  border-radius: 0px;
}

.onoffswitch3-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner>span {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
  padding-left: 10px;
  background-color: #EEEEEE;
  color: #FFFFFF;
}

.onoffswitch3-switch {
  display: block;
  width: 50%;
  padding-left: 10px;
  /* text-align: center; */
  border: 0px solid #999999;
  border-radius: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
  background: #27A1CA;
  left: 0;
  width: 160px;
}

.onoffswitch3-label .onoffswitch3-inner {
  margin-left: 0;
}

/***** Stock *****/

.onoffswitch4 {
    top: 7px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch4-checkbox {
  display: none;
}

.onoffswitch4-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid #999999;
  border-radius: 0px;
}

.onoffswitch4-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch4-inner>span {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch4-inner .onoffswitch4-active {
  padding-left: 10px;
  background-color: #EEEEEE;
  color: #FFFFFF;
}

.onoffswitch4-switch {
  display: block;
  width: 50%;
  padding-left: 10px;
  /* text-align: center; */
  border: 0px solid #999999;
  border-radius: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.onoffswitch4-switch img {
  display: None;
  height: 26px;
  margin: 5px 0;
}

.onoffswitch4-switch span {
  display: inline-block;
  padding-right: 55%;
}

.onoffswitch4-active .onoffswitch4-switch {
  background: #f0ad4e;
  left: 0;
  width: 160px;
}

.onoffswitch4-label .onoffswitch4-inner {
  margin-left: 0;
}

/* ****************Live Rate************************ */

.onoffswitch5 {
    top: 7px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch5-checkbox {
  display: none;
}

.onoffswitch5-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid #999999;
  border-radius: 0px;
}

.onoffswitch5-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch5-inner>span {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch5-inner .onoffswitch5-active {
  padding-left: 10px;
  background-color: #EEEEEE;
  color: #FFFFFF;
}

.onoffswitch5-switch {
  display: block;
  width: 50%;
  background-color: #FFF;
  padding-left: 10px;
  /* text-align: center; */
  border: 1px solid orange;
  border-radius: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.onoffswitch5-switch img {
  display: None;
  height: 26px;
  margin: 5px 0;
}

.onoffswitch5-switch span {
  display: inline-block;
  padding-right: 30%;
}

.onoffswitch5-active .onoffswitch5-switch { 
  left: 0;
  width: 160px;
}

.onoffswitch5-label .onoffswitch5-inner {
  margin-left: 0;
}


.fa-remove {
  padding: 3px 0px 0px 0px;
  color: #fff;
  background-color: #000;
  height: 25px;
  width: 25px;
  border-radius: 15px;
  border: 2px solid #fff;
}

.scroll-text {
  color: #000;
}

.breaking-news-ticker {
  display: block;
  width: 100%;
  border: solid 1px #ce2525;
  background: #FFF;
  height: 40px;
  box-sizing: border-box;
  position: relative;
  line-height: 40px;
  overflow: hidden;
  border-radius: 2px;
  text-align: auto;
  font-size: 14px;
}

.breaking-news-ticker * {
  box-sizing: border-box;
}

.breaking-news-ticker.bn-fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.breaking-news-ticker.bn-fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

/*********************************/

/*title styles start**************/

.bn-label {
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  background-color: #ce2525;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  z-index: 3;
  padding: 0 15px;
  white-space: nowrap;
}

/*title styles end****************/

/*********************************/

/*news item style start **********/

.bn-news {
  position: absolute;
  left: 150px;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  overflow: hidden;
}

.bn-news ul {
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}



.newsheading {
  font-weight: 700;
}

.bn-news ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0 10px;
  color: #333;
  position: relative;
  display: block;
  overflow: hidden;
  font-weight: 500;
}

.bn-news ul li a:hover {
  color: #069;
}

.bn-loader-text {
  padding: 0 10px;
}

.bn-seperator {
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.bn-seperator.bn-news-dot {
  margin-right: 0;
}

.bn-seperator.bn-news-dot:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}

/*********************************/

/*controls style start ***********/

.bn-controls {
  width: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bn-controls button {
  width: 30px;
  float: left;
  height: 100%;
  cursor: pointer;
  border: none;
  border-left: solid 1px #EEE;
  text-align: center;
  background-color: #f6f6f6;
  outline: none;
}

.bn-controls button:hover {
  background-color: #EEE;
}

.bn-arrow {
  margin: 0;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  top: -2px;
}

.bn-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: '';
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.bn-arrow.bn-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left: -3px;
}

.bn-arrow.bn-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 3px;
}

.bn-arrow::after {
  border-color: #999999;
}

.bn-arrow::before {
  background-color: #999999;
}

.bn-play {
  position: relative;
  background: #999999;
  width: 0;
  height: 12px;
  display: inline-block;
  margin-left: -5px;
}

.bn-play::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #999999;
  border-width: 8px;
  margin-top: -8px;
}

.bn-pause {
  position: relative;
  width: 0;
  height: 14px;
  display: inline-block;
  top: 1px;
  left: -1px;
}

.bn-pause::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 3px;
  background-color: #999999;
}

.bn-pause::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -3px;
  background-color: #999999;
}

/*controls style end *************/

/*********************************/

.bn-direction-rtl {
  direction: rtl;
}

.bn-direction-rtl .bn-label {
  left: auto;
  right: 0;
}

.bn-direction-rtl .bn-controls {
  right: auto;
  left: 0;
}

.bn-direction-rtl .bn-seperator {
  margin-left: 15px;
  margin-right: 0;
  float: right;
}

.bn-direction-rtl .bn-prefix {
  margin-left: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}

.bn-direction-rtl .bn-controls button {
  border-left: none;
  border-right: solid 1px #EEE;
}

.bn-effect-scroll .bn-news ul {
  display: block;
  width: 100%;
  position: relative;
}

.bn-effect-scroll .bn-news ul li {
  display: list-item;
  float: left;
  position: relative;
  width: auto;
}

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
  float: right;
}

/************************************ Calculator **********************************/

.slideO {
  padding: 0px;
}

.slideOutscal {
  z-index: 999999;
}

.menu-buttoncal {
  display: inline-block;
  font-weight: 700;
  color: #FFF;
}

.menu-buttoncal:hover {
  cursor: pointer;
}

#slideOutscal {
  position: fixed;
  width: 500px;
  height: 100%;
  top: 15%;
  right: -500px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

/* Display slideOut */

.showSlideOutcal {
  right: 0px !important;
}

/* Tab */

.slideOutTabscal {
  margin-top: 55%;
  position: absolute;
  left: -40px;
  height: 19%;
  min-height: 150px;
  width: 40px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  background: #2f4357;
  border-radius: 15px 0px 0px 15px;
}

.slideOutTabscal div {
  text-align: center;
  position: relative;
  right: 45px;
  top: 41%;
  background: #2f4357;
  width: 140px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  writing-mode: lr-tb;
}

.menu-wrapcal {
  background-color: #f0f1f4;
  padding: 0px 0;
  overflow: hidden;
  transition: all 0.3s;
  position: fixed;
  width: 300px;
  top: 0;
  right: -300px;
  bottom: 0;
  z-index: 999;
}

.menu-overlaycal {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 900;
}

.menu-closecal {
  opacity: 1;
  position: absolute;
  width: 45px;
  height: 25px;
  right: 5px;
  top: 25px;
  color: red;
  transition: all 0.3s;
  cursor: pointer;
}

.menu-togglecal {
  display: none;
}

.menu-togglecal:checked~.menu-overlaycal {
  display: block;
}

.menu-togglecal:checked+.menu-wrapcal {
  right: 0;
}

.menu-titlecal {
  color: #FFF;
  padding-left: 40px;
  font-weight: 300;
}

.menu-listcal {
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: inherit;
  display: block;
  overflow: hidden;
}

.menu-wrapcal:hover .menu-listcal {
  overflow-y: auto;
}

.menu-listcal ul {
  list-style-type: none;
}

.menu-listcal li {
  display: block;
}

.menu-listcal li:first-child {
  border-top: medium none;
}

.menu-listcal li a {
  display: block;
  padding: 10px 40px;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
}

.menu-listcal li a:hover {
  background: #359BED;
}

.menu-listcal li a:active {
  background: #666;
}

/************************************ Stock **********************************/

#slideOuts {
  position: fixed;
  width: 500px;
  height: 100%;
  top: 15%;
  right: -500px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

/* Display slideOut */

.showSlideOut {
  right: 0px !important;
}

/* Tab */

.slideOutTabs {
  margin-top: 20%;
  position: absolute;
  left: -40px;
  height: 19%;
  min-height: 150px;
  width: 40px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  background: #2f4357;
  border-radius: 15px 0px 0px 15px;
}

.slideOutTabs div {
  text-align: center;
  position: relative;
  right: 45px;
  top: 39%;
  background: #2f4357;
  width: 140px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  writing-mode: lr-tb;
}

.menu-button {
  display: inline-block;
  font-weight: 700;
  color: #FFF;
}

.menu-button:hover {
  cursor: pointer;
}

.menu-wrap {
  background-color: #f0f1f4;
  padding: 0px 0;
  overflow: hidden;
  transition: all 0.3s;
  position: fixed;
  width: 300px;
  top: 0;
  right: -300px;
  bottom: 0;
  z-index: 999;
}

.menu-overlay {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 900;
}

.menu-close {
  opacity: 1;
  position: absolute;
  width: 45px;
  height: 25px;
  right: 5px;
  top: 25px;
  color: red;
  transition: all 0.3s;
  cursor: pointer;
}

.menu-toggle {
  display: none;
}

.menu-toggle:checked~.menu-overlay {
  display: block;
}

.menu-toggle:checked+.menu-wrap {
  right: 0;
}

.menu-title {
  color: #FFF;
  padding-left: 40px;
  font-weight: 300;
}

.menu-list {
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: inherit;
  display: block;
  overflow: hidden;
}

.menu-wrap:hover .menu-list {
  overflow-y: auto;
}

.menu-list ul {
  list-style-type: none;
}

.menu-list li {
  display: block;
}

.menu-list li:first-child {
  border-top: medium none;
}

.menu-list li a {
  display: block;
  padding: 10px 40px;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
}

.menu-list li a:hover {
  background: #359BED;
}

.menu-list li a:active {
  background: #666;
}

blink {
  -webkit-animation: 2s linear infinite condemned_blink_effect;
  animation: 2s linear infinite condemned_blink_effect;
}

@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@media(max-width:768px) {
  .button-menu-mobile{
    top:10px;
  }
  .bn-controls{
    display: none;
  }
.bn-news {
    left: 35px;
    right:0 !important;
}
.cardrate{
    display: none;
}
.onoffswitch5 {
  /* top: 7px; */
    display: block;
}
.onoffswitch3 {
  top: 7px;
    display: block;
}
.onoffswitch5-active .onoffswitch5-switch {
    width: 46px;
    background: #f1f2f3;
    left: 0;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    border-right: 1px solid #eceeef;
}
.onoffswitch5-switch img {
    display: block;
}
.onoffswitch5-switch span, .onoffswitch5-switch .fa {
    display: None;
}

.onoffswitch4-active .onoffswitch4-switch {
  width: 46px;
  background: #f1f2f3;
  left: 0;
  border-top: 1px solid #f0ad4e;
  border-bottom: 1px solid #f0ad4d;
  border-left: 1px solid #f0ad4e;
  border-right: 1px solid #eceeef;
}
.onoffswitch4-switch img {
    display: block;
}
.onoffswitch4-switch span, .onoffswitch4-switch .fa {
    display: None;
}
  .slideOutTabs, #oplink {
    display: none
  }
  .at-floating-navigation, .mainMenuOverlay {
    display: block;
  }
  .animated {
    margin-top: 15px;
  }
}