.text-center {
    text-align:center;
}
/* INPUT GROUP */
.gs-group-element{
  float:left;
}
.gs-group:before,
.gs-group:after {
  content: "";
  display: table !important;
}
.gs-group:after {
  clear: both;
}
.gs-group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/* CLEARFIX */
.gs-clearfix:before,
.gs-clearfix:after {
  content: "";
  display: table !important;
}
.gs-clearfix:after {
  clear: both;
}
.gs-clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.gs-row:before,
.gs-row:after {
  content: "";
  display: table !important;
}
.gs-row:after {
  clear: both;
}
.gs-row {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.gs-container:before,
.gs-container:after {
  content: "";
  display: table !important;
}
.gs-container:after {
  clear: both;
}
.gs-container {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.gs-container-fluid:before,
.gs-container-fluid:after {
  content: "";
  display: table !important;
}
.gs-container-fluid:after {
  clear: both;
}
.gs-container-fluid {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.renthub-box *, .gs-container-fluid *, .gs-container *, .gs-row * {
  box-sizing: border-box;
}
.gs-nav-tabs{
  list-style-type: none !important;
  margin:0;
  padding:0;
}
.gs-nav-tabs li {
  display:block;
  padding:0;
  margin:0 2px 0 0;
}
.gs-nav-tabs li a{
  display:inline-block;
  padding:10px 15px;
  margin:0;
  font-size:120%;
  font-weight: 600;
}
.gs-nav-tabs li:before {
  content: '' !important;
}

@media only screen and (min-width: 45em) {
  /* 720px */
  .gs-nav-tabs li {
    float: left;
  }
}
@media only screen and (max-width: 44em) {
  /* 720px */
  .gs-nav-tabs{
    width: 100%;
  }
  .gs-nav-tabs li a {
    display:block;
   }
  .gs-nav-tabs li{
    margin:0;
    float: unset;
    width: 100%;
  }

  .gs-nav-tabs li a{
    display:block;
  }

}
/* ==== DROPDOWN ====*/
.gs-dropdown {
  position: relative;
  display: inline-block;
}

.gs-dropdown-menu {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  text-align:center;
  display: none;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  list-style-type: none;
}

.gs-dropdown:hover .gs-dropdown-menu {
  display: block;
}

/* ==== FORM SYSTEM ==== */
.gs-fcontrol {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #14181c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ==== GRID SYSTEM ==== */

.gs-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding:10px 10px;
}
.gs-container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gs-row {
  position: relative;
  width: 100%;
}

.gs-row [class*="gs-cl-"], .gs-row [class*="gs-cm-"], .gs-row [class*="gs-cs-"] {
  float: left;
  margin: 0.5rem 0;
  min-height: 0.125rem;
}

.gs-cl-1,
.gs-cl-2,
.gs-cl-3,
.gs-cl-4,
.gs-cl-5,
.gs-cl-6,
.gs-cl-7,
.gs-cl-8,
.gs-cl-9,
.gs-cl-10,
.gs-cl-11,
.gs-cl-12 {
  width: 100%;
}
.gs-cm-1,
.gs-cm-2,
.gs-cm-3,
.gs-cm-4,
.gs-cm-5,
.gs-cm-6,
.gs-cm-7,
.gs-cm-8,
.gs-cm-9,
.gs-cm-10,
.gs-cm-11,
.gs-cm-12 {
  width: 100%;
}

.gs-cs-1 {
  width: 8.33%;
}

.gs-cs-2 {
  width: 16.66%;
}

.gs-cs-3 {
  width: 25%;
}

.gs-cs-4 {
  width: 33.33%;
}

.gs-cs-5 {
  width: 41.66%;
}

.gs-cs-6 {
  width: 50%;
}

.gs-cs-7 {
  width: 58.33%;
}

.gs-cs-8 {
  width: 66.66%;
}

.gs-cs-9 {
  width: 75%;
}

.gs-cs-10 {
  width: 83.33%;
}

.gs-cs-11 {
  width: 91.66%;
}

.gs-cs-12 {
  width: 100%;
}

.gs-row::after {
	content: "";
	display: table;
	clear: both;
}

.gs-hidden-sm {
  display: none;
}

[class*="gs-cl-"],[class*="gs-cm-"], [class*="gs-cs-"] {
  padding-right:4px;
  padding-left:4px;
}
@media only screen and (min-width: 33.75em) {  /* 540px */
  .gs-container {
    width: 720px;
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  [class*="gs-cl-"],[class*="gs-cm-"], [class*="gs-cs-"] {
    padding-right:5px;
    padding-left:5px;
  }
  .gs-container {
    width: 850px;
  }

  .gs-cm-1 {
    width: 8.33%;
  }

  .gs-cm-2 {
    width: 16.66%;
  }

  .gs-cm-3 {
    width: 25%;
  }

  .gs-cm-4 {
    width: 33.33%;
  }

  .gs-cm-5 {
    width: 41.66%;
  }

  .gs-cm-6 {
    width: 50%;
  }

  .gs-cm-7 {
    width: 58.33%;
  }

  .gs-cm-8 {
    width: 66.66%;
  }

  .gs-cm-9 {
    width: 75%;
  }

  .gs-cm-10 {
    width: 83.33%;
  }

  .gs-cm-11 {
    width: 91.66%;
  }

  .gs-cm-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 59.99em) {
  .gs-show-lg {
    display:none;
  }
}
@media only screen and (min-width: 60em) { /* 960px */
  .gs-container {
    width: 1860px;
  }
  .gs-hidden-lg {
    display:none;
  }
  .gs-cl-1 {
    width: 8.33%;
  }

  .gs-cl-2 {
    width: 16.66%;
  }

  .gs-cl-3 {
    width: 25%;
  }

  .gs-cl-4 {
    width: 33.33%;
  }

  .gs-cl-5 {
    width: 41.66%;
  }

  .gs-cl-6 {
    width: 50%;
  }

  .gs-cl-7 {
    width: 58.33%;
  }

  .gs-cl-8 {
    width: 66.66%;
  }

  .gs-cl-9 {
    width: 75%;
  }

  .gs-cl-10 {
    width: 83.33%;
  }

  .gs-cl-11 {
    width: 91.66%;
  }

  .gs-cl-12 {
    width: 100%;
  }
}
.gs-highlight{
  font-size:120%;
  font-weight:bold;
}
p.gs-highlight{
  margin-top:10px;
  margin-bottom:10px;
}
