.txt-menu{
  margin-top: -10px;
  position: absolute;
  top: 50%;
  padding-left: 20px;
  vertical-align: middle;
  bottom: 10px;
}
#help-li{
  display: none;
}
.frame{
  border: none;
  width: 100%;
  height: 75%;
  overflow: hidden;
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {

  background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 475px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 475px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 475px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav .prin {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav .prin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #150f96;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav .prin:first-child a {
    color: #fff;
    background-color: rgb(21,15,150); 
}
.sidebar-nav .prin:nth-child(2):before {
    background-color: #150f96;   
}
.sidebar-nav .prin:nth-child(3):before {
    background-color: rgb(255,102,0);   
}
.sidebar-nav .prin:nth-child(4):before {
    background-color: rgb(122,203,0);   
}
.sidebar-nav .prin:nth-child(5):before {
    background-color: rgb(241,53,43);   
}
.sidebar-nav .prin:nth-child(6):before {
    background-color: rgb(18,16,147);    
}
.sidebar-nav .prin:nth-child(7):before {
    background-color: rgb(1,193,214);    
}
.sidebar-nav .prin:nth-child(8):before {
    background-color: #150f96;   
}
.sidebar-nav .prin:nth-child(9):before {
    background-color: #150f96;   
}
.sidebar-nav .prin:hover:before,
.sidebar-nav .prin.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav .prin a {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}


.sidebar-nav .prin a:hover,
.sidebar-nav .prin.open a:hover
{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav .prin a:active,
.sidebar-nav .prin a:focus,
.sidebar-nav .prin.open a:focus,
.sidebar-nav .prin.open a:active{
  color:#000;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}


.sidebar-nav .dropdown-menu .sub a {
    display: block;
    color: #666;
    text-decoration: none;
    background-color: #F2F0F0;
    padding: 10px 15px 10px 30px;    
  
}


.sidebar-nav .dropdown-menu .sub a:active,
.sidebar-nav .dropdown-menu .sub a:focus{
  color:#000;
  text-decoration: none;
   background-color: #DAD9D9 
 }
.sidebar-nav .dropdown-menu .sub a:hover {
  cursor: pointer;
  color: #000;
  background-color: #fff;
}

.sidebar-nav .dropdown-menu .sub:before {
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

/**
*
* Content
*
**/

.content{
  height: auto;
  width: 98%;
  margin: 0 auto;
  /*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.19), 0px 2px 5px rgba(0, 0, 0, 0.23);
*/
}
.content .banner{
  background-color: #f1352b;
  height: 25px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.content-product{
  padding: 5px;
  margin: 0 auto;
  width: 90%;
  border-radius: 3px;
  
}

.radio{
  font-size: 14px;
  font-weight: bold;
}


/**
*
* Media
*
**/

@media (max-width: 600px) {
  .content {
    width: 100%;
  }
}

.chat{
  width: 100%;
}
.chat  div{
  width: 44px;
  padding: 10px;
  background-color: #f1352b;
  border-radius: 100px;
  opacity: 0.6;
  margin-right: 5px
}
.chat div:hover{
    opacity: 1;
    cursor: pointer;
}

/**
*
* phone
*
**/
.phone-num{
  /*margin-top:10px*/
  margin-top: 0px;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}
.phone-num a{
  cursor: pointer;
  text-decoration: none;
}
.phone-num a{
  color: #000;
  text-decoration: none;
 }
.phone-num:hover{
}

.phone:first-child{
 
}
.phone{
    text-align: center;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

/**
*
* powered 
*
**/

.lic{
  background-color: #fff;
  position: fixed;
  border-top: 2px solid #f1352b;
  font-family: 'Roboto';
  width: 100%;
  font-size: 11px;
  color: #666;
  text-align: right;
  bottom: 0;  
}

@media only screen and (orientation: portrait), screen and (max-width: 768px)  {

  .banner2{
    display: block !important;
  }

  .frame{
    overflow-x:scroll;
  }
  .banner{
    display: none;
  }
  #page-content-wrapper {
    padding: 0 !important;
  }


}

