/**,*/
/**:after,*/
/**::before {*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
/*}*/

html,
body,
.st-container,
.st-pusher {
  height: 100%;
}

/*.st-content {*/
  /*overflow-y: scroll;*/
  /*background: #f3efe0;*/
/*}*/

/*.st-content,*/
/*.st-content-inner {*/
  /*position: relative;*/
/*}*/

.st-container {
  position: relative;
  /*overflow: hidden;*/
}

.st-pusher {
  height: 100%;
  left: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 99;
}

.st-pusher:after {
  background: rgba(0,0,0,1);
  content: '';
  height: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
  transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
  width: 0;
}

.st-menu-open .st-pusher:after {
  height: 100vh;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100vw;
}
@media (max-width: 998px) { /* MENU CSS - MOBILE */
	.st-menu {
	  height: 100% !important;
	  overflow-y: scroll;
	  position: fixed;
	  right: 0;
	  top: 58px;
	  -webkit-transition: all 0.5s;
	  transition: all 0.5s;
	  visibility: hidden;
	  width: 100%;
	  z-index: 99999 !important;
	  background:#FFF !important;
	  padding:10px 0 40px 0;
	}
}
@media (min-width: 999px) {/* MENU CSS - DESKTOP */
	.st-pusher:after {
		background: rgba(0,0,0,0.7) !important;
	}
	.st-menu {
	  height: 75% !important;
	  overflow-y: scroll;
	  position: fixed;
	  right: 0;
	  top: 60px;
	  -webkit-transition: all 0.5s;
	  transition: all 0.5s;
	  visibility: hidden;
	  width: 300px;
	  z-index: 99999 !important;
	  background:#FFF !important;
	  padding:10px 0 40px 0;
	}
}

.st-menu .nav a {
  color: #6790ae;
  display: block;
  padding: 15px 10px;
  margin: 0 12px;
}
.st-menu .nav a:hover {
  background: #6790ae;
  color: white;
}
.fa.fa-map-marker {
    text-align: center;
}
.fa.fa-bolt {
    text-align: center;
}
.st-menu .nav a .fa {
  float: left;
  font-size: 30px;
  margin: -3px 10px 0 0;
  width:34px;
}
.st-menu .other-links {
  border-top: 1px solid #6790ae;
  margin: 30px 20px 0;
  overflow: hidden;
  padding-top: 20px;
}
.st-menu .other-links .convert-unit {
  float: left;
}
.st-menu .social {
  float: right;
}
.st-menu .social li {
  float: left;
  margin-right: 10px;
}
.st-menu .social a {
  color: #6790ae;
  font-size: 40px;
}

#celchanger {
    font-size: 25px;
}

#farchanger {
    font-size: 23px;
}


.chartdropdown {
  position: relative;
  display: inline-block;
  float:right;
}

.chartdropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
 padding: 10px;
}

.chartdropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.chartdropdown a:hover {background-color: #ddd;}

.chartshow {display: block;}

 .chartdropbtn {
   border-radius: 4px;
   background: linear-gradient(to right, #67b26b, #4ca2cb) !important;
   border: none;
   color: #FFFFFF;
   text-align: center;
   text-transform: uppercase;
   font-size: 15px;
   padding: 10px;
   transition: all 0.4s;
   cursor: pointer;
   margin-top: -55px;
 }
 .chartdropbtn span {
   cursor: pointer;
   display: inline-block;
   position: relative;
   transition: 0.4s;
 }
 .chartdropbtn span:after {
   content: '\00bb';
   position: absolute;
   opacity: 0;
   top: 0;
   right: -20px;
   transition: 0.5s;
 }
 .chartdropbtn:hover span {
   padding-right: 25px;
 }
 .chartdropbtn:hover span:after {
   opacity: 1;
   right: 0;
 }

/*.st-menu::after {*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*background: rgba(0,0,0,0.2);*/
  /*content: '';*/
  /*opacity: 1;*/
  /*-webkit-transition: opacity 0.5s;*/
  /*transition: opacity 0.5s;*/
/*}*/

/*.st-menu-open .st-menu::after {*/
  /*width: 0;*/
  /*height: 0;*/
  /*opacity: 0;*/
  /*-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;*/
  /*transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;*/
/*}*/

/* content style */

/*.st-menu ul {*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*list-style: none;*/
/*}*/

/*.st-menu h2 {*/
  /*margin: 0;*/
  /*padding: 1em;*/
  /*color: rgba(0,0,0,0.4);*/
  /*text-shadow: 0 0 1px rgba(0,0,0,0.1);*/
  /*font-weight: 300;*/
  /*font-size: 2em;*/
/*}*/

/*.st-menu ul li a {*/
  /*display: block;*/
  /*padding: 1em 1em 1em 1.2em;*/
  /*outline: none;*/
  /*box-shadow: inset 0 -1px rgba(0,0,0,0.2);*/
  /*color: #f3efe0;*/
  /*text-transform: uppercase;*/
  /*text-shadow: 0 0 1px rgba(255,255,255,0.1);*/
  /*letter-spacing: 1px;*/
  /*font-weight: 400;*/
  /*-webkit-transition: background 0.3s, box-shadow 0.3s;*/
  /*transition: background 0.3s, box-shadow 0.3s;*/
/*}*/

/*.st-menu ul li:first-child a {*/
  /*box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);*/
/*}*/

/*.st-menu ul li a:hover {*/
  /*background: rgba(0,0,0,0.2);*/
  /*box-shadow: inset 0 -1px rgba(0,0,0,0);*/
  /*color: #fff;*/
/*}*/




/* Individual effects */

.st-effect.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(110%, 0, 0);
	transform: translate3d(110%, 0, 0);
  z-index: 99999 !important;
  background:#FFF !important;
}

.st-effect.st-menu-open .st-effect.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect.st-menu::after {
	display: none;
}


/* Effect 2: Reveal 
.st-effect.st-menu-open .st-pusher {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.st-effect.st-menu {
  z-index: 1;
}

.st-effect.st-menu-open .st-effect.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
	/*position: fixed;*/
	/*top:50px;*/
}

.st-effect.st-menu::after {
  display: none;
} */





/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 300px;
}

.dropdown-container {
      width: 250px;
      margin: 100px auto;
      position: relative;
    }

    select {
      width: 200px;
      height: 50px;
      font-size: 100%;
      font-weight: bold;
      cursor: pointer;
      border-radius: 0;
      background-color: #83bee7;
        background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 12px;
      border: none;
      color: white !important;
      appearance: none;
      padding: 10px;
      padding-right: 38px;
      -webkit-appearance: none;
      -moz-appearance: none;
      transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
    }

    /* For IE <= 11 */
    select::-ms-expand {
      display: none; 
    }

    .select-icon {
      position: absolute;
      top: 4px;
      right: 4px;
      width: 30px;
      height: 36px;
      pointer-events: none;
      border: 2px solid #962d22;
      padding-left: 5px;
      transition: background-color 0.3s ease, border-color 0.3s ease;
    }
    .select-icon svg.icon {
      transition: fill 0.3s ease;
      fill: white;
    }

    select:hover,
    select:focus {
      color: #83bee7;
      background-color: #83bee7;
      border-bottom-color: #DCDCDC;
    }
    select:hover ~ .select-icon,
    select:focus ~ .select-icon {
      background-color: white;
      border-color: #83bee7;
    }
    select:hover ~ .select-icon svg.icon,
    select:focus ~ .select-icon svg.icon {
      fill: #83bee7;
    }

.st-menu .multi-level a {
    padding: 10px 10px;
}
