@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/RobotoLight/RobotoLight.eot");
    src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/RobotoMedium/RobotoMedium.eot");
    src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/RobotoBold/RobotoBold.eot");
    src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}



html, body{
    margin: 0;
    padding: 0;
    font-family: RobotoRegular;
    background: #f3f3f3;
}

body::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #dcdcdc;
}

body::-webkit-scrollbar
{
  width: 12px;
  background-color: #dcdcdc;
}

body::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #AFAFAF;
}

.top-block-fixed{
  /*position: fixed;*/
  position: relative;
  left: 0;
  right: 0;
}

.top-block-fixed1{
    position: fixed;
    top: -22px;
    left: 0;
    right: 0;
    z-index: 10000;
}

.logo{
  width: 100%;
}

.logo-small{
  width: 65%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.middle-block{
  padding-top: 30px;
  font-size: 14px;
  text-align: center;
}

.middle-block span{
  background: #045dac;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 7px;
  position: relative;
}
.middle-block span:before{
  content: '';
  position: absolute;
  left: 60px;
  bottom: -9px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #045dac;
}

.middle-block1{
  padding-top: 30px;
  font-size: 14px;
  text-align: center;
}

.middle-block1 span{
  background: #404040;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 7px;
  position: relative;
}
.middle-block1 span:before{
  content: '';
  position: absolute;
  left: 27px;
  bottom: -9px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #404040;
}


.phone-block{
  padding-top: 20px;
  font-size: 18px;
  text-align: right;
}

.phone-block-pref{
  color: #828282;
  font-size: 15px;
}

.main-image{
  width: 100%;
 /* margin-top: 80px;*/
  margin-top: -55px;
}

.navbar-top-menu{
  background: transparent;
  border: none;
  margin-top: 22px;
}

.block-text-title{
  text-align: center;
  color: #8e0b9a;
  font-size: 24px;
  margin-bottom: 10px;
}

.block-text-title-big{
  text-align: center;
  color: #8e0b9a;
  font-size: 37px;
  font-weight: bold;
  margin-top: 30px;
}

.block-text-title-big-hot{
  text-align: center;
  color: #8e0b9a;
  font-size: 21px;
  font-weight: bold;
}


.block-text-title-big-nomer{
  text-align: center;
  color: #8e0b9a;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 30px;
}

.block-text-title-mid{
  text-align: center;
  color: #8e0b9a;
  font-size: 21px;
  margin-bottom: 50px;
}

.block-text-title-mid-nomer{
  text-align: left;
  color: #404142;
  font-size: 17px;
  margin-bottom: 20px;
}

.block-text-title-small{
  text-align: center;
  color: #8e0b9a;
  font-size: 16px;
  margin-bottom: 10px;
}

.block-text-center{
  text-align: center;
}

.photo-gal{
  text-align: center;
}

.photo-gal img{
  max-width: 100%;
  margin-bottom: 25px;
}


.box-ef{
  z-index: 10;
}

.effect2
{
    position: relative;
}
.effect2:before, .effect2:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 35px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}
.effect2:after
{
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.ot{
  text-align: left!important;
}

.ot-title{
  font-size: 18px;
  font-weight: bold;
}

.ot-left{
  text-align: left!important;
  margin-bottom: 20px;
}

.ot img{
  border-radius: 50%;
}

.ifr-bac{
    background: #e6e6e6;
    /*padding-bottom: 40px;*/
    /*padding-top: 15px;*/
}

.ifr iframe{
  width: 100%;
}




#back-top {
  position: fixed;
  bottom: 30px;
      right: 20px;
    z-index: 10;
}

#back-top a {
  width: 108px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top a:hover {
  color: #000;
}

#back-top span {
  width: 108px;
  height: 108px;
  display: block;
  margin-bottom: 7px;
  background: #ddd url(../../images/up-arrow.png) no-repeat center center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top a:hover span {
  background-color: #777;
}

.log-wi{
  width: 50%;
}

.jssorb21 {
    position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../../images/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../../images/a11.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }


         .navbar-wrapper {
            position: absolute;
            top: 20px;
            left: 0;
            width: 100%;
            height: 51px;
        }
        .navbar-wrapper > .container {
            padding: 0;
        }

        @media all and (max-width: 768px ){
            .navbar-wrapper {
                position: relative;
                top: 0px;
            }
        }


.nomer-img{
  width: 100%;
  cursor: pointer;
}      

.nomer-pad{
  padding: 3px;
}        

.nomer-pad a:hover{
  text-decoration:none;
}

.img-full-show{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 100;
  opacity: 0;
  display: none;
}

.img-full-show-img{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 100;
  display: none;
  width: 100%;
  max-height: 100%;
  margin: auto;
}

.img-full-show-img-right{
  top: 0;
  bottom: 0;
  right: 8px;
  background-position: -63px -33px;
  display: block;
  position: absolute;
  width: 55px;
  height: 66px;
  cursor: pointer;
  background: url(../../images/a11.png) center center no-repeat;
  overflow: hidden;
  z-index: 100;
  margin: auto;
}    

.img-full-show-img-left{
  top: 0;
  bottom: 0;
  left: 8px;
  background-position: -3px -33px;
  display: block;
  position: absolute;
  width: 55px;
  height: 66px;
  cursor: pointer;
  background: url(../../images/a11.png) center center no-repeat;
  overflow: hidden;
  z-index: 100;
  margin: auto;
  transform: scale(-1, 1)
}   

.img-full-show-img-close{
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px 20px;
  background: #efefef;
  border: 1px solid #000;
  z-index: 100;
  cursor: pointer;
  border-radius: 10px;
}    

.nomer-desc-title{
  text-align: left;
  color: #404142;
  font-size: 17px;
}

.nomer-desc{
  text-align: left;
  color: #6b6b6b;
  font-size: 14px;
}

.nomer-desc-price{
  text-align: left;
  color: #424242;
  font-size: 16px;
  margin-bottom: 10px;
}

.nomer-desc-price span{
  text-align: left;
  color: #292828;
  font-size: 26px;
  font-weight: bold;
}

.nomer-desc-price-btn{
  text-align: left;
  font-size: 16px;
  background: #982f2f;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.rating{
  margin-bottom: 5px;
}

.rating .fa{
  color: #e04c1d;
}

.nomer-com-row{
  margin-bottom: 10px;
  margin-left: 0;
}

.nomer-com{
  display: inline-block;
  position: relative;
  min-width: 60px;
  max-width: 100px;
  text-align: center;
  background: #e0e0e0;
  border-radius: 7px;
}

.nomer-com-text{
  font-size: 12px;
  color: #4a4a4a;
  padding: 0 7px 5px 7px;
}

.nomer-item{
  margin-bottom: 100px;
}

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

.rev-ul li{
  margin-bottom: 55px;
}

.rev-title{
    color: #272727;
    font-weight: bold;
    font: bold 21px;
    margin-bottom: 8px;
}

.text_box_input_w {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-shadow: none;
  box-shadow: none;
  font-size: 18px !important;
  height: 50px;
  outline: none;
  padding: 0 7px;
  position: relative;
  width: 100%;
  border-radius: 7px;
  margin-bottom: 20px;
  border: 1px solid #DBDADA;
      background: #333;
    border: 1px solid #292929;
    color: #fff;
}

.textarea_input_w{
    font-size: 18px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    height: 100px;
    background: #333;
    color: #fff;
    padding-left: 7px;
}

.btn-tel-input{
  background: #333;
  color: #fff;
}


.form-control {
  display: inline-block;
  width: 30%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control1 {
  display: inline-block;
  width: 70%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control11 {
  display: inline-block;
  width: 100%;
  height: 150px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.usl5-b{
  margin-bottom: 10px;
}

.about-text-bl h4{
  font-size: 23px;
}

.usl-img{
  border-radius: 10px;
}
.usl-text-title{
  text-align: left;
  color: #373738;
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 8px;
}


table{
    margin: 0;
    padding: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-spacing: 0px;
    display: table;
    border-collapse: separate;
    border-color: grey;
    color: #404040;
}  

.photo-cat-block{
  margin-bottom: 35px;
}

.photo-cat{
  background: #767777;
  color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  cursor: pointer;
}

.photo-cat:hover{
  background: #8e0b9a;
}

.photo-img-sub{
  position: absolute;
  right: 10px;
  bottom: 32px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 5px;
  border-radius: 7px;
}




.main-cat-block div{
  background: #0078c8;
  padding: 32px 0;
  color: #fff;
  border-radius: 70px;
}

.main-cat-block a{
  color: #fff;
  text-decoration: none;
}

.main-cat{
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

iframe {
  width: 100%;
}



.logofo {
    width: 82%;
    height: 51px;
    display: inline-block;
    background: url(../../images/Benefis_logo.svg);
    -webkit-background-size: 100px;
    background-size: 100% 100%;
}
.logofo-top {
  padding-top: 0;
}

.ff{
  padding-top: 30px;
  background: #fff;
}

.ff-color{
    margin-top: 10px;
    color: #3c82cd;
    text-decoration: none;
}
.ff-color{
    margin-top: 10px;
    color: #3c82cd;
    text-decoration: none;
}

.ff-colora{
    color: #3c82cd;
    text-decoration: none;
}
.ff-colora:hover{
    color: #3c82cd;
    text-decoration: none;
}
.ff-colora:focus{
    color: #3c82cd;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff!important;
    margin: 0;
    font-size: 14px;
}



.popup-gallery img{
  max-width: 100%;
  margin: 10px;
}





.content-center {
    text-align: center;
}

.section_title.nice_title > h3 {
  display: inline-block;
  line-height: 25px;
  margin-bottom: 15px;
  padding-bottom: 33px;
  position: relative;
  margin-top: 40px;
}





.row_3 {
    background: url(/images/home/row3_bg.jpg) center 0 no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding-top: 32px;
    padding-bottom: 47px;
    margin-top: 17px;
}

.row_3 h2 {
    color: #fff;
}




.feature_div_im {
  position: relative;
}


.feature_div_im img {
  text-align: center;
  margin-bottom: 40px;
  background: url(/images/home/feature_div.png) 0 0 repeat;
  width: 100%;
  border-radius: 28%;
  border: 7px solid #cacbcc;
  position: relative;
  margin-top: 14px;
  padding: 40px;
}

.feature_div_im:hover img {
  background: url(/images/home/feature_div_hover.png) 0 0 repeat;
  opacity: 0.1;
}


.feature_div_im_text{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 176px;
  text-align: center;
  background: url(/images/home/feature_div.png) 0 0 repeat;
  border-radius: 28%;
  border: 7px solid #cacbcc;
  margin-top: 14px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 70px;
}

.feature_div_im:hover .feature_div_im_text{
  display: block;
}


.row_1 {
    padding-top: 29px;
}

#owl p {
    font: italic 300 18px/30px 'Open Sans', 'sans-serif';
    color: #256d6a;
    position: relative;
    padding-left: 55px;
    padding-bottom: 32px;
    border-bottom: 1px solid #918f8f;
    margin-bottom: 36px;
}

#owl .owl-controls {
    position: absolute;
    overflow: hidden;
    width: 380px;
    left: 50%;
    bottom: 0;
    margin-left: -187px;
}

#owl .owl-controls .owl-prev {
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 20px;
    float: left;
}

#owl .owl-controls .owl-next {
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 20px;
    float: right;
}

#owl .owl-controls .owl-prev:hover:before {
    color: #256d6a;
}


#owl .owl-controls .owl-prev:before {
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 24px;
    color: #131313;
    content: "\f104";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#owl .owl-controls .owl-next:before {
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 24px;
    color: #131313;
    content: "\f105";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#owl h4 {
    text-align: center;
    font: 400 14px/18px 'RobotoRegular', 'sans-serif';
    color: #131313;
    margin-bottom: 0;
}


.select_room_content.clearfix a{
  background: #8e0b9a;
  color: #fff;
  margin-top: 10px;
}





.main_center_h{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 280px;
  text-align: center;
}


.nav > li {
    margin-top: 3px;
}

.nav > li > a {
    padding: 10px 10px;
}


@media all and (max-width: 768px ){


  .logo_fix{
    position: absolute;
    left: 10px;
    top: 4px;
    z-index: 1000;
    font-size: 18px;
    color: #fff;
  }

  .logo_fix:hover{
    color: #fff;
  }

  .logo_fix img{
    width: 40px;
  }

  #owl .owl-controls {
      position: absolute;
      overflow: hidden;
      width: 100%;
      left: 0;
      bottom: 0;
      margin-left: 0;
  }

  #back-top{
    zoom: 0.5;
  }

  .logofo {
      margin-top: 25px;
  }

  .phone-block {
      text-align: center;
  }

  #owl p {
    padding-left: 0px;
  }

  table{
    display: none;
  }

  .popup-gallery img {
      max-width: 100%;
      margin: 10px 0px;
      width: 100%!important;
  }  

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
      text-decoration: underline;
  }

  .ab-cl29{
    margin: 15px;
  }

  ol, ul {
      padding: 0;
      margin: 0;
  }






  .top-block-fixed1{
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10000;
  }

  .navbar-nav {
    margin: 0;
    background: #8e0b9a;
    position: relative;
    padding: 15px;
    padding-bottom: 10px;
  }


  .select_room_content.clearfix a {
      background: #8e0b9a;
      color: #fff;
      margin-top: 10px;
      margin-bottom: 60px;
  }  

  .navbar-top-menu {
      margin-top: 0;
      margin-bottom: 0;
  }  

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .slider_new{
    margin-top: 0!important;
    margin-bottom: 20px!important;
  }

  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
  }  

  .preim_top{
    margin-top: 25px;
  }

  .row_opp {
    margin-right: 0;
    margin-left: 0;
  }

  .row {
    margin-right: 0!important;
    margin-left: 0!important;
  }

  .room_thumb.small_room_thumb img{
    width: 100%;
  }

    table{
      table-layout: fixed;
      width: 100%!important;
      font-size: 12px!important;
    }

    tbody{
      display: block;
      overflow: scroll;
    }  

  .row.usl5-b{
    margin-right: -15px!important;
    margin-left: -15px!important;
  }   

  .row.about-text-no.about-text-bl{
    margin-right: -15px!important;
    margin-left: -15px!important;  
  }   

}













.form-control1 {
    width: 100%;
}

.form-control{
  width: 100%!important;
}















  .wrap_mW {
      bottom: 60px!important;
  }

  .helper-bar {
      position: fixed;
      bottom: 13px;
      right: 25px;
      height: 56px;
      -webkit-transition: opacity .2s cubic-bezier(0.215,0.61,0.355,1) .1s,width .5s cubic-bezier(0.215,0.61,0.355,1) 0s;
      transition: opacity .2s cubic-bezier(0.215,0.61,0.355,1) .1s,width .5s cubic-bezier(0.215,0.61,0.355,1) 0s;
      width: 56px;
      overflow: hidden;
      border-radius: 30px;
      background: #ff454a;
      will-change: width,opacity;
      width: 100%;
      z-index: 1000;
      padding-left: 35px;
      color: #fff;
      font-size: 16px;
  }

  .helper-bar a{
      color: #fff;
      text-decoration: none;
  }

  .helper-bar a:hover{
      color: #fff;
      text-decoration: none;
  }

  .helper-bar span{
      display: block;
      padding-top: 15px;
  }

  .pad_left_null{
      padding-left: 0;
  }

  #back-top {
      position: fixed;
      bottom: 150px;
      right: 20px;
      z-index: 10;
  }






