body {
  font-family: 'Hind Madurai', arial, sans-serif;
  background-color: #02401B;
}
header {
  background: #f1f1f1;
  background: -webkit-linear-gradient(#f1f1f1, #ffffff);
  background: -o-linear-gradient(#f1f1f1, #ffffff);
  background: linear-gradient(#f1f1f1, #ffffff);
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding: 30px;
  -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
}
header .logo {
  float: left;
  position: absolute;
  background-color: #08954E;
  background: -webkit-linear-gradient(#07703B, #08954E);
  background: -o-linear-gradient(#07703B, #08954E);
  background: linear-gradient(#07703B, #08954E);
  padding: 20px;
  margin-top: -30px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
}
header .logo img {
  max-width: 175px;
}
header ul {
  float: right;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul li {
  float: left;
  padding: 0 5px;
}
header ul li:last-child {
  border-right: 0;
}
header ul li a {
  padding: 10px 20px;
  font-size: 16px;
  color: #000000;
  transition: 0.3s ease all;
  border: 1px solid transparent;
}
header ul li.active a,
header ul li.active a:hover,
header ul li.active a:focus {
  color: #ffffff;
  background: -webkit-linear-gradient(#08954E ,#07703B);
  background: -moz-linear-gradient(#08954E ,#07703B);
  background: -o-linear-gradient(#08954E ,#07703B);
  background: linear-gradient(#08954E ,#07703B);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header ul li a:hover,
header ul li a:focus {
  background: rgba(255,255,255,0.75);
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
header ul li.active a:hover,
header ul li.active a:focus {
  border: 1px solid transparent;
}
.mobile-button,
.mobile {
  display: none;
}
@media(max-width:768px){
  header nav {
     display: none;
  }
  .mobile-button {
    color: #000000;
    float: right;
    position: relative;
    font-size: 32px;
    margin-right:-15px;
    line-height: 28px;
    display: block;
  }
  .mobile-button a {
    color: #000000;
  }
  .mobile {
    background: rgba(16,121,61,0.9);
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .mobile .exit {
    float: right;
    position: relative;
    color: #ffffff;
    margin: 25px 25px 0 0;
    display: block;
    font-size: 32px;
  }
  .mobile ul {
    list-style: none;
    padding: 0;
    margin: 90px 0 0 0;
  }
  .mobile li a {
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 20px;
    font-size: 24px;
  }
}
.hero {
  background: url('bg/sws-bg1.jpg') center -160px no-repeat;
  background-size: cover;
  height: 400px;
}
.hero.sub {
  background: url('bg/sws-bg1.jpg') center -280px no-repeat;
  height: 150px;
}
.hero .overlay {
  background: rgba(0,0,0,0.15);
  height: 100%;
}
.hero .overlay h1 {
  color: #ffffff;
  font-size: 42px;
  margin-top: 130px;
  text-shadow: 1px 1px 5px rgba(0,0,0,1);
}
.hero.sub .overlay h1 {
  margin-top: 80px;
  font-size: 32px;
}
.hero .overlay h2 {
  color: #ffffff;
  font-size: 24px;
  max-width: 800px;
  line-height: 34px;
  text-shadow: 1px 1px 5px rgba(0,0,0,1);
}
.bar {
  background-color: #07703B;
  background: -webkit-linear-gradient(left, #07703B, #08954E);
  background: -o-linear-gradient(left, #07703B, #08954E);
  background: linear-gradient(to right, #07703B, #08954E);
  padding: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 21px;
}
.bar a {
  color: #ffffff;
  text-decoration: underline;
}
.bar a:hover,
.bar a:focus {
  color: #ffffff;
  text-decoration: none;
}
.banner {
  background: #F5EF88;
  padding: 20px;
  text-align: left;
  color: #000000;
  font-size: 18px;
}
.banner p {
  margin-bottom: 0;
}
@media (max-width:786px){
  .hero {
    background: url('bg/storage-bg-1.jpg') center center no-repeat;
    background-size: cover;
    height: auto;
  }
  .hero.sub {
    height: auto;
  }
  .hero.sub .overlay h1 {
    margin-top: 30px;
    font-size: 28px;
  }
  .hero .overlay {
    padding: 30px 0;
  }
  .hero .overlay h1 {
    margin-top: 50px;
    font-size: 28px;
  }
  .hero .overlay h2 {
    font-size: 24px;
  }
  .bar {
    padding: 15px;
  }
}
.content {
  padding: 30px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
.content.no-padding {
  padding: 0;
}
.content a {
  color: #000000;
}
.content a:hover,
.content a:focus {
  color: #000000;
}
.wall {
  display: table;
  width: 100%;
}
.wall .brick {
  display: table-cell;
  width: 50%;
}
.wall .brick.storage-bg {
  background: url('bg/storage-unit.jpg') center top no-repeat;
  background-size: cover;
}
@media(max-width:768px){
  .wall .brick {
    display: block;
    width: 100%;
    min-height: 250px;
  }
  .wall .brick.storage-bg {
    display: none;
  }
}
.sidebar h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px;
}
.sidebar a {
  color: #000000;
  text-decoration: underline;
}
.sidebar a:hover,
.sidebar a:focus {
  color: #000000;
  text-decoration: none;
}
.form-box {
  background-color: #f9f9f9;
  padding: 15px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-bottom: 20px;
}
.form-box .has-error .form-control {
  background-color: #FEF2F2;
}
.form-box .has-error .title {
  color: #BA2020;
}
.alert-danger {
  background-color: #FEF2F2;
}
.form-box .form-control:focus {
  border-color: #f1f1f1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(12,126,58, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(12,126,58,.6);
}
.form-box .title {
  margin-top: 15px;
}
.form-box .btn-default,
.form-box .btn-default:hover,
.form-box .btn-default:focus {
  color: #ffffff;
}
.grey {
  background-color: #f1f1f1;
  background: -webkit-linear-gradient(#ffffff, #f9f9f9);
  background: -o-linear-gradient(#ffffff, #f9f9f9);
  background: linear-gradient(#f9f9f9,#ffffff);
}
.sale {
  background-color: #B60D08;
  background: -webkit-linear-gradient(left, #B60D08, #E81D0F, #D8180D);
  background: -o-linear-gradient(left, #B60D08, #E81D0F, #D8180D);
  background: linear-gradient(to right, #B60D08, #E81D0F, #D8180D);
}
.christmas {
  background-color: #ffffff;
  background: -webkit-linear-gradient(left, #C56037, #DE9E6E, #328762);
  background: -o-linear-gradient(left, #C56037, #DE9E6E, #328762);
  background: linear-gradient(to right, #C56037, #DE9E6E, #328762);
}
.christmas img,
.sale img {
  border: 2px solid rgba(255,255,255,0.35);
  border-radius: 5px;
}
.christmas .sale-overlay,
.sale .sale-overlay {
  padding: 60px 30px 30px 30px;
}
.brown {
  padding: 30px;
  background-color: #E3E0D2;
  background: -webkit-linear-gradient(left, #E3E0D2, #F7F4E6);
  background: -o-linear-gradient(left, #E3E0D2, #F7F4E6);
  background: linear-gradient(to right, #E3E0D2, #F7F4E6);
}
.brown p {
  font-size: 16px;
  line-height: 30px;
}
.brown .btn-default {
  font-size: 16px;
  border: 0;
  padding: 10px 30px;
  transition: 0.3s ease box-shadow;
}
.brown .btn-default:hover,
.brown .btn-default:focus {
  background: #E3E0D2;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
}
.large {
  font-size: 32px;
  color: #555555;
  margin-bottom: 30px;
}
.units {
  margin-top: 00px;
  padding: 30px 0;
}
.units > div {
  border: 2px solid transparent;
}
.units > div:hover {
  border-color: #f1f1f1;
  background: -webkit-linear-gradient(#ffffff, #f9f9f9);
  background: -o-linear-gradient(#ffffff, #f9f9f9);
  background: linear-gradient(#ffffff, #f9f9f9);
  border-radius: 5px;
}
.units.no-hover > div:hover {
  background: none;
  border-color: transparent;
}
.units.no-hover {
  margin-top: 0;
  padding: 0;
}
.units h4 {
  color: #016128;
  display: block;
  font-size: 32px;
}
.units img {
  max-height: 100px;
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
}
.units .unit {
  height: 150px;
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}
.units .block {
  display: table;
  width: 100%;
}
.units > div:nth-child(1) img {
  max-height: 75px;
}
.units > div:nth-child(2) img {
  max-height: 90px;
}
.units > div:nth-child(3) img {
  max-height: 105px;
}
.units > div:nth-child(4) img {
  max-height: 125px;
}
.units p.desc {
  height: 100px;
}
.units .price {
  border-top: 1px solid #dddddd;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 18px;
  color: #089340;
}
.units .price p {
  line-height: 20px;
}
.units .price i {
  font-style: normal;
  color: #555555;
}
.btn-default,
.btn-learn,
.btn-book {
  background-color: #0A6B1A;
  background: -webkit-linear-gradient(#0C8E20, #0A6B1A);
  background: -o-linear-gradient(#0C8E20, #0A6B1A);
  background: linear-gradient(#0C8E20, #0A6B1A);
  display: block;
  color: #ffffff !important;
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 16px;
}
.btn-learn {
  background: #ffffff;
  border: 2px solid #f1f1f1;
  color: #000000 !important;
  transition: 0.3s ease background-color;
}
.btn-default {
  display: inline-block;
  border: 0;
  padding: 10px 40px;
}
.btn-learn:hover,
.btn-learn:focus {
  color: #000000;
  background: #f1f1f1;
}
.btn-default:hover,
.btn-default:focus,
.btn-book:hover,
.btn-book:focus {
  color: #ffffff;
  background: #0C8E20 !important;
}
footer {
  background-color: #02401B;
  background: -webkit-linear-gradient(#001C0B, #02401B 10px);
  background: -o-linear-gradient(#001C0B, #02401B 10px);
  background: linear-gradient(#001C0B, #02401B 10px);
  padding: 40px 30px 15px 30px;
  color: #ffffff;
}
footer img {
  max-width: 175px;
  margin: 0 auto;
  display: block;
}
@media(max-width:768px){
  footer img {
    padding-top: 30px;
  }
}
footer hr {
  border: 1px solid rgba(255,255,255,0.25);
  border-top: 0;
}
footer .legal {
  color: rgba(255,255,255,0.75);
}
footer .legal a {
  color: #f1f1f1;
  text-decoration: underline;
}
footer .legal a:hover,
footer .legal a:focus {
  color: #ffffff;
  text-decoration: none;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: block;
}
footer ul li a {
  display: block;
  padding: 7px;
  color: #ffffff;
  text-decoration: underline;
  transition: 0.3s ease padding;
}
footer ul li a:hover,
footer ul li a:focus {
  color: #ffffff;
  padding-left: 15px;
  text-decoration: none;
}
/* bs ms */
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-group-xs>.btn{font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px}.btn-group-xs>.btn{padding:1px 5px}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{content:" ";display:table}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.col-ms-1,.col-ms-10,.col-ms-11,.col-ms-12,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:480px) and (max-width:767px){.container{max-width:748px}.hidden-xs{display:block!important}}@media (min-width:480px){.col-ms-1,.col-ms-10,.col-ms-11,.col-ms-12,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9{float:left}.col-ms-12{width:100%}.col-ms-11{width:91.66666667%}.col-ms-10{width:83.33333333%}.col-ms-9{width:75%}.col-ms-8{width:66.66666667%}.col-ms-7{width:58.33333333%}.col-ms-6{width:50%}.col-ms-5{width:41.66666667%}.col-ms-4{width:33.33333333%}.col-ms-3{width:25%}.col-ms-2{width:16.66666667%}.col-ms-1{width:8.33333333%}.col-ms-pull-12{right:100%}.col-ms-pull-11{right:91.66666667%}.col-ms-pull-10{right:83.33333333%}.col-ms-pull-9{right:75%}.col-ms-pull-8{right:66.66666667%}.col-ms-pull-7{right:58.33333333%}.col-ms-pull-6{right:50%}.col-ms-pull-5{right:41.66666667%}.col-ms-pull-4{right:33.33333333%}.col-ms-pull-3{right:25%}.col-ms-pull-2{right:16.66666667%}.col-ms-pull-1{right:8.33333333%}.col-ms-pull-0{right:auto}.col-ms-push-12{left:100%}.col-ms-push-11{left:91.66666667%}.col-ms-push-10{left:83.33333333%}.col-ms-push-9{left:75%}.col-ms-push-8{left:66.66666667%}.col-ms-push-7{left:58.33333333%}.col-ms-push-6{left:50%}.col-ms-push-5{left:41.66666667%}.col-ms-push-4{left:33.33333333%}.col-ms-push-3{left:25%}.col-ms-push-2{left:16.66666667%}.col-ms-push-1{left:8.33333333%}.col-ms-push-0{left:auto}.col-ms-offset-12{margin-left:100%}.col-ms-offset-11{margin-left:91.66666667%}.col-ms-offset-10{margin-left:83.33333333%}.col-ms-offset-9{margin-left:75%}.col-ms-offset-8{margin-left:66.66666667%}.col-ms-offset-7{margin-left:58.33333333%}.col-ms-offset-6{margin-left:50%}.col-ms-offset-5{margin-left:41.66666667%}.col-ms-offset-4{margin-left:33.33333333%}.col-ms-offset-3{margin-left:25%}.col-ms-offset-2{margin-left:16.66666667%}.col-ms-offset-1{margin-left:8.33333333%}.col-ms-offset-0{margin-left:0}}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.visible-ms,.visible-xs{display:none!important}.visible-ms-block,.visible-ms-inline,.visible-ms-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:479px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:480px) and (max-width:767px){.visible-ms{display:block!important}table.visible-ms{display:table!important}tr.visible-ms{display:table-row!important}td.visible-ms,th.visible-ms{display:table-cell!important}.visible-ms-block{display:block!important}.visible-ms-inline{display:inline!important}.visible-ms-inline-block{display:inline-block!important}.hidden-ms{display:none!important}}@media (max-width:479px){.hidden-xs{display:none!important}}
/* style */
.required { display: none; }
