/******** Fonts / Icons ************************************************************************/
/***********************************************************************************************/

@font-face {
    font-family:'icon';
    font-style:normal;
    font-weight: normal;
    src: url('/css/fonts/icon.woff2') format('woff2'),
         url('/css/fonts/icon.woff') format('woff'),
         url('/css/fonts/icon.ttf') format('truetype');
}
[class^="icon-"], [class*=" icon-"] {
    font-family:'icon';
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}


/******** Setup ********************************************************************************/
/***********************************************************************************************/

*, *:before, *:after {
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
html {
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  -ms-overflow-style:scrollbar;
  -webkit-tap-highlight-color:transparent;
}
body {
  font-family:'Helvetica';
  font-size:1rem;
  font-weight:normal;
  line-height:1.5;
  color:#444444;
  background-color:#ffffff;
}
@media all and (min-width: 768px) {
body {
  font-size:1.125rem;
}
}
img {
  border:0;
  width:100%;
  height:auto;
}
img.plan:hover{
  opacity:0.65;
  filter:alpha(opacity=40);
  -webkit-opacity:0.65;
  -moz-opacity:0.65;
}
article, aside, img, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
button:focus,
button:active,
button:hover,
a:focus,
a:active,
a:hover {
  outline:0;
}
table {
  *border-collapse:collapse;
  border-spacing:0;
}

/******** Helpers ******************************************************************************/
/***********************************************************************************************/

.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.inline {margin-top:0;}
.block { display:block; }
.visible-print { display:none; }

/******** Spacing ******************************************************************************/

.mt-1x { margin-top:15px; }
.mt-2x { margin-top:30px; }
.mt-3x { margin-top:45px; }
@media all and (min-width: 992px) {
.mt-1x { margin-top:30px; }
.mt-2x { margin-top:60px; }
.mt-3x { margin-top:90px; }
}

/******** Text *********************************************************************************/
/***********************************************************************************************/

h2, h3, h4, h5, p {
  margin-top:30px;
}
h1, h2, h3, h4, h5 {
  font-family:'Helvetica';
  font-weight:normal;
  line-height:1.2;
}

h1 { font-size:1.5rem; }
h2 { font-size:1.125rem; }
h3 { font-size:1.125rem; }
h4 { font-size:1.125rem; }

@media all and (min-width: 768px) {
h1 { font-size:2rem; }
h2 { font-size:1.5rem; }
h3 { font-size:1.125rem; }
h4 { font-size:1.125rem; }
}
strong {
  font-family:'Helvetica';
  font-weight:normal;
}
.small {
  font-size:0.875rem;
}
.border-title {
  text-align:center;
}
.border-title:after {
  content:'';
  display:block;
  width:100px;
  padding-top:13px;
  margin:0 auto;
  border-bottom:2px solid #f5c989;
}
.border-title-left {
  text-align:left;
}
.border-title-left:after {
  content:'';
  display:block;
  width:50px;
  padding-top:13px;
  border-bottom:2px solid #f5c989;
}

/******** Buttons / Links **********************************************************************/
/***********************************************************************************************/

/******** Links ********************************************************************************/

a {
  color:#000000;
  text-decoration:none;
  -webkit-transition:color .15s ease-in-out;
  transition:color .15s ease-in-out;
}
a:hover {
  color:#ffc879;
}
.map-link {
  font-family:'Helvetica';
  font-size:0.875rem;
  display:inline-block;
  background-color:#ffffff;
  padding:3px 10px 3px 10px;
  color:#444444;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.text-link {
  color:#444444;
  border-bottom:1px solid #444444;
}
.text-link:hover {
  color:#444444;
  border-bottom:1px solid #f5c989;
}

/******** Buttons ******************************************************************************/

.btn {
  cursor:pointer;
  display:inline-block;
  font-family:'Helvetica';
  font-weight:normal;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  border:1px solid transparent;
  padding:6px 12px;
  /*font-size:1rem;*/
  line-height:1.42857143;
  border-radius:0;
  transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-filled {
  color:#000000;
  background-color:#f5c989;
  border-color:#f5c989;
  padding:5px;
}
.btn-aktion {
  color:#000000;
  background-color:#ffec0a;
  border-color:#ffd079;
  padding:5px;
  font-weight:bold;
}
.btn-filled:hover {
  color:#000000;
  background-color:#f3b965;
  border-color:#f3b965;
}
.btn-aktion:hover {
  color:#000000;
  background-color:#fff79b;
  border-color:#fff79b;
}
.btn-outlined {
  color:#f5c989;
  background-color:transparent;
  border-color:#f5c989;
}
.btn-outlined:hover {
  color:#fbc838;
  background-color:transparent;
  border-color:#fbc838;
}
.btn:focus, .btn:hover {
  text-decoration:none;
}
.btn:focus, .btn.focus {
  outline:0;
}
.btn-block {
  display:block;
  width:100%;
  margin-top:7.5px;
}
.file {
  color:#b9b2ae;
}
.file:hover {
  color:#444444;
}
.file:before {
  font-size:16px;
  font-family:'icon';
  margin-right:5px;
  content: "\e917";
}
@media all and (min-width: 768px) {
.file span {
}
}

/******** Header *******************************************************************************/
/***********************************************************************************************/

header {
  position:relative;
  width:100%;
}
#header-brand {
  float:left;
  width:100%;
  height:80px;
  background-color:#f5c989;
}
#header-brand a {
  display:block;
  margin:10px auto 0 auto;
  width:auto;
  height:60px;
  background-image:url("/images/holzwohnen.png");
  background-position:center center;
  background-size:auto 45px;
  background-repeat:no-repeat;
}
#header-menu {
  float:left;
  width:100%;
  height:50px;
}

/******** Menu Main ****************************************************************************/
/***********************************************************************************************/

#menu {
  display:block;
  opacity:0;
  visibility:hidden;
  position:absolute;
  top:130px;
  left:0;
  right:0;
  z-index:20;
  background-color:#ffffff;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition:opacity .4s, visibility .4s, -webkit-box-shadow 1.2s;
  transition:opacity .4s, visibility .4s, -webkit-box-shadow 1.2s;
  transition:opacity .4s, visibility .4s, box-shadow 1.2s;
}
#menu.active {
  opacity:1;
  visibility:visible;
}

@media all and (min-width: 768px) {
#menu {
  opacity:1;
  visibility:visible;
  top:80px;
  text-align:center;
  box-shadow:none;
}
}

/******** Menu Level **************************************************************************/

#menu .level1 {
  list-style-type:none;
  display:block;
}
@media all and (min-width: 768px) {
#menu .level1 {
  display:inline-block;
  text-align:center;
  background-color:transparent;
}
}

/******** Menu Links ************************************************************************/

#menu a {
  font-family:'Helvetica', Helvetica, Arial, sans-serif;
  display:block;
  position:relative;
  color:#444444;
  -webkit-transition:all .2s;
  transition:all .2s;
}
#menu .level1:hover,
#menu .level1:hover > a,
#menu .level1.active,
#menu .level1.active > a {
  color:#f5c989;
}
#menu .level1 > a {
  font-size:1rem;
  text-align:center;
  height:50px;
  line-height:50px;
  padding:0;
  border-top:1px solid #ebe7e1;
}
@media all and (min-width: 768px) {
#menu .level1 > a {

  margin:0 20px;
  border-top:0;
  font-size:1.125rem;
  border-bottom:3px solid transparent;
}
#menu .level1 > a:hover,
#menu .level1:hover > a,
#menu .level1.active > a:hover,
#menu .level1.active > a {
  border-bottom:3px solid #f5c989;
}
}

/******** Toggles **************************************************************************/

#menu-toggle {
  display:block;
  width:100%;
  height:50px;
  text-align:center;
}
#menu-toggle:before {
  font-size:24px;
  line-height:48px;
  color:#b9b2ae;
  display:block;
  font-family:'icon';
  content: "\e601";
}
#menu-toggle.active:before {
  content: "\e610";
}
@media all and (min-width: 768px) {
#menu-toggle {
  display:none;
}
}

/**********************************************************************************************/
/******** Content *****************************************************************************/
/**********************************************************************************************/

.row {
  margin-left:-15px;
  margin-right:-15px;
}
.wrapper {
  position:relative;
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
.main {
  position:relative;
  width:100%;
  padding-bottom:60px;
  background-color:#fff8ed;
}
aside {
  width:100%;
  padding-top:30px;
  padding-bottom:60px;
  background-color:#fff0d9;
}
@media (min-width: 768px) {
aside {
  padding-left:15px;
  padding-right:15px;
}
}
@media (min-width: 1200px) {
.wrapper {
  max-width:1170px;
}
}

/******** Section ****************************************************************************/

.hero {
  margin-right:auto;
  margin-left:auto;
  position:relative;
}
.hero .map-link {
  position:absolute;
  bottom:15px;
  right:15px;
}
.content {
  margin-top:30px;
}
@media (min-width: 1200px) {
.hero {
   margin-top: 10px;
  max-width: 1200px;
}
.content {
  margin-top:60px;
}
}

/******** Lists *****************************************************************************/

.list-checkmark,
.list-features   {
  margin-top:30px;
}
.list-checkmark li,
.list-features li {
  width:100%;
  padding-left:23px;
  display:block;
  list-style-type:none;
  position:relative;
}
.list-checkmark li:before {
  font-family:'icon';
  content: "\e904";
  font-size:16px;
  position:absolute;
  left:0;
  top:2px;
  color:#b9b2ae;
}
.list-features  {
  border-top:1px solid #b9b2ae;
}
.list-features li {
  border-bottom:1px solid #b9b2ae;
  padding:5px 0 5px 23px;
}
.list-features li:before {
  font-family:'icon';
  content: "\e604";
  font-size:16px;
  position:absolute;
  left:0;
  top:6px;
  color:#b9b2ae;
}

/******** Footer *******************************************************************************/
/***********************************************************************************************/

footer {
  position:relative;
  width:100%;
  padding-top:40px;
  padding-bottom:60px;
}
#brand-footer {
  max-width:240px;
}
@media (min-width: 768px) {
footer {
  padding-left:15px;
  padding-right:15px;
}
#brand-footer {
  float:right;
}
}
footer li {
  list-style-type:none;
  display:block;
  text-align:left;
}
footer p,
footer ul  {
  font-size:1rem;
  margin-top:20px;
}
footer p,
footer a {
  color:#666666;
}

/******** Forms *********************************************************************************/
/************************************************************************************************/

form {
  margin-top:22.5px;
}
.form-control {
  font-family:'Helvetica';
  display:block;
  width:100%;
  padding:6px 12px;
  font-size:16px;
  height:38px;
  line-height:1.42857;
  color:#444444;
  background-color:#ffffff;
  background-clip:padding-box;
  border:1px solid #ebe7e1;
  border-radius:0;
  transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
  color:#444444;
  background-color:#ffffff;
  border-color:#b9b2ae;
  outline:0;
}
.form-control::-ms-expand {
  background-color:transparent;
  border:0;
}
.form-group {
  margin-top:7.5px;
}
.form-heading {
  font-family:'Helvetica';
  font-size:1rem;
  display:block;
  margin-top:15px;
}
.form-button {
  margin-top:15px;
}
@media all and (min-width: 768px) {
.form-button {
  text-align:right;
}
}
label {
  font-family:'Helvetica';
  font-weight:normal;
  font-size:1rem;
  display:block;
  margin-bottom:7.5px;
}
textarea.form-control {
  height:auto;
  min-height:100px;
}
textarea.noresize {
  resize:none;
}
select::-ms-expand {
  display:none;
}
.checkbox,
.radio {
  position:relative;
  margin-top:7.5px;
}
.checkbox label,
.radio label {
  font-family:'Helvetica';
  font-size:1rem;
  margin-bottom:0;
}
input[type="checkbox"], input[type="radio"] {
    height: 0;
    width: 0;
    opacity: 0;
    position: absolute;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    cursor:pointer;
    padding-left:27px;
}
input[type="checkbox"] + label span, input[type="radio"] + label span {
    display:inline-block;
    position:absolute;
    left:0;
    top:2px;
    width:20px;
    height:20px;
    background-image:url("/images/formelements.png");
    background-size:80px 20px;
    background-repeat:no-repeat;
    cursor:pointer;
}
input[type="checkbox"] + label span {
    background-position: -40px top !important;
}
input[type="radio"] + label span {
    background-position: 0 top !important;
}
input[type="radio"]:checked + label span, input[type="radio"] + label span.checked {
    background-position: -20px top !important;
}
input[type="checkbox"]:checked + label span, input[type="checkbox"] + label span.checked {
    background-position: -60px top !important;
}

/******** Tables ********************************************************************************/
/************************************************************************************************/

table.list th.tablesorter-headerUnSorted {
  background-color:#b9b2ae;
}
table.list th.tablesorter-headerDesc,
table.list th.tablesorter-headerAsc {
  background-color:#a19b97;
}
table.list th.tablesorter-headerUnSorted .sorter:after {
  font-size:14px;
  font-family:'icon';
  content: "\e90d";
  margin-left:3px;
}
table.list th.tablesorter-headerDesc .sorter:after {
  font-size:14px;
  font-family:'icon';
  content: "\e900";
  margin-left:3px;
}
table.list th.tablesorter-headerAsc .sorter:after {
  font-size:14px;
  font-family:'icon';
  content: "\e903";
  margin-left:3px;
}
table.list {
  width:100%;
  font-family:'Helvetica';
}
table.list {
  border-collapse:separate;
  border-spacing:0 15px;
}
table.list tr  {
  width:100%;
}
table.list tr:hover td:not(.status) {
  background-color:rgba(255, 255, 255, 0.8);
}
table.list td,
table.list th {
  font-size:0.875rem;
}
table.list th {
  font-family:'Helvetica';
  font-weight:normal;
  color:#ffffff;
  text-align:left;
  float:left;
  width:100%;
  display:block;
  padding:5px 0 5px 15px;
  border-top:1px solid #ebe7e1;
  background-color:#b9b2ae;
}
table.list th.right {
  text-align:left;
}
table.list th.download {
  display:none;
}
table.list th:focus,
table.list th:active,
table.list th:hover {
  outline:0;
}
table.list th.sort {
  cursor:pointer;
}
table.list td {
  float:left;
  width:100%;
  display:block;
  padding:5px 5px 5px 15px;
  border-bottom:1px solid #ebe7e1;
  background-color:#ffffff;
  -webkit-transition:background-color .15s ease-in-out;
  transition:background-color .15s ease-in-out;
}
table.list td.aktion {
  background-color:#ffec0a;
  text-align:center;
}
table.list td.top {
  font-family:'Helvetica';
}
table.list td.right {
  text-align:left;
}
table.list td.status {
  color:#ffffff;
}
table.list td.verfuegbar {
  background-color:#2ba234;
}
table.list td.reserviert {
  background-color:#f5c989;
}
table.list td.vermietet {
  background-color:#96603c;
}
table.list td.download,
table.list td.label {
  border-bottom:0;
}
table.list td.download {
  padding:10px 0 10px 15px;
}
table td:before {
  float:left;
  width:100%;
  display:table-cell;
  white-space:nowrap;
  text-align:left;
  content: attr(data-title);
  font-size:0.75rem;
  color:#b9b2ae;
}
@media all and (min-width: 768px) {
table.list th.tablesorter-headerUnSorted {
  background-color:transparent;
}
table.list th.tablesorter-headerDesc,
table.list th.tablesorter-headerAsc {
  color:#4c4b4a;
  background-color:transparent;
}
table.list th,
table.list td {
  display:table-cell !important;
  float:none !important;
  width:auto !important;
  border-bottom:0 !important;
  padding:5px 0 5px 0 !important;
}
table.list th {
  color:#4c4b4a;
  border-top:0;
  background-color:transparent;
}
table.list th.top {
  padding:5px 0 5px 15px !important;
}
table.list td.top {
  padding:5px 0 5px 15px !important;
  width:75px !important;
}
table.list td.projekt {
  width:140px !important;
}
table.list th.right,
table.list td.right {
  text-align:right;
  padding:5px 15px 5px 0 !important;
}
table.list td.download {
  padding:5px 30px 5px 0 !important;
}
table.list td.status {
  padding:5px 10px 5px 10px !important;
}
table.list td:before {
  display:none;
}
}

table.pic {
  border-collapse:separate;
  border-spacing:5px 5px;
}

/***********************************************************************************************/
/******** Components ***************************************************************************/
/***********************************************************************************************/

/******** Cookie ********************************************************************************/

#cookie-message {
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:90001;
  padding:15px 0 15px 0;
  background-color:rgba(0, 0, 0, 0.8);
  color:#ebe7e1;
  font-size:0.875rem;
}
#cookie-message a {
  color:#ffffff;
}
#cookie-message a:hover {
  color:#ebe7e1;
}
.cookie-btn {
  padding-top:15px;
}
@media all and (min-width: 576px) {
.cookie-btn {
  text-align:right;
  padding-top:0;
}
}

/******** Blazy ********************************************************************************/
/***********************************************************************************************/

.b-lazy {
  max-width:100%;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity:1;
}

/******** Slider ********************************************************************************/
/************************************************************************************************/

/******** Basic *******************************************************************************/

.flickity-enabled {
    position:relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
    overflow:hidden;
    position:relative;
    height:100%;
}
.flickity-slider {
    position:absolute;
    width:100%;
    height:100%;
}
.flickity-page-dots {
    position:absolute;
    width:100%;
    bottom:15px;
    left:0;
    right:0;
    padding:0 !important;
    margin:0 !important;
    list-style:none;
    text-align:center;
    line-height:1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
    display:inline-block;
    border-radius:50%;
    width:20px;
    height:20px;
    margin:0 3px;
    background-color:#ffffff;
    opacity:0.5;
    cursor:pointer;
}
.flickity-page-dots .dot.is-selected {
    background-color:#ffffff;
    opacity:1;
}
.flickity-prev-next-button {
    display:none;
    position:absolute;
    top:50%;
    margin-top:-20px;
    width:40px;
    height:40px;
    cursor:pointer;
    line-height:40px;
    border:none;
    background-color:transparent;
}
@media all and (min-width: 992px) {
.flickity-prev-next-button {
    display:block;
}
}
.flickity-prev-next-button:before {
  font-family:'icon';
  font-size:40px;
  color:#ffffff;
}
.flickity-prev-next-button.previous {
    left:20px;
}
.flickity-prev-next-button.next {
    right:20px;
}
.flickity-prev-next-button.previous:before {
    content: "\e909";
}
.flickity-prev-next-button.next:before {
    content: "\e90f";
}
.flickity-prev-next-button:disabled {
    opacity:0.3;
    cursor:auto;
}
.flickity-prev-next-button svg {
    display:none;
}

/******** Slider *******************************************************************************/


.slide {
  width:100%;
}
.hero-wrapper {
  padding-bottom:50%;
  width:100%;
  height:0;
  position:relative;
  overflow:hidden;
  background-color:#b9b2ae;
  background-image:url("/images/loader.gif");
  background-size:20px 20px;
  background-position:center center;
  background-repeat:no-repeat;
}
.hero-wrapper img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  transition:opacity 500ms ease-in-out;
  opacity:0;
}
.slide img.flickity-lazyloaded,
.slide img.flickity-lazyerror {
  opacity:1;
}


/******** Select *******************************************************************************/
/***********************************************************************************************/

.selectric-wrapper {
  position:relative;
  cursor:pointer;
}
.selectric-responsive {
  width:100%;
}
.selectric {
  border:1px solid #ebe7e1;
  background:#ffffff;
  position:relative;
  border-radius:0;
}
.selectric-invalid .selectric {
  border:1px solid #b9b2ae;
}
.selectric .label {
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  height:36px;
  margin:0 30px 0 0;
  padding:10px;
  font-size:16px;
  font-family:inherit;
  line-height:18px;
  color:#444444;
  min-height:18px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width:38px;
  height:38px;
  color:#b9b2ae;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color:#b9b2ae;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color:#b9b2ae;
}
.selectric-invalid.selectric-focus .selectric,
.selectric-invalid.selectric-hover .selectric {
  border:1px solid #b9b2ae;
}
.selectric-hover .selectric {
  border-color:#b9b2ae;
}
.selectric-hover .selectric .button {
  color:#b9b2ae;
}
.selectric-hover .selectric .button:after {
  border-top-color:#b9b2ae;
}
.selectric-open .selectric {
  display:block;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-radius:0;
}
.selectric-open .selectric-items {
  display:block;
}
.selectric-open.selectric-above .selectric {
  border-top-width:0;
  border-bottom-width:1px;
}
.selectric-open.selectric-above .selectric-items {
  border-bottom-width:0;
  border-top-width:2px;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background:#ffffff;
  border: 1px solid #b9b2ae;
  border-top-width: 0;
  z-index: -1;
  padding: 0;
  border-radius:0;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size:14px;
  line-height:20px;
  min-height:20px;
}
.selectric-items li {
  display: block;
  padding: 10px 20px;
  color:#444444;
  cursor: pointer;
}
.selectric-items li.highlighted {
  background:#ebe7e1;
  color:#444444;
}
.selectric-items li.selected {
  background:#ffffff;
  color:#444444;
}
.selectric-items li:hover {
  background:#ebe7e1;
  color:#444444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}


/******** Columns *****************************************************************************/
/**********************************************************************************************/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position:relative;
  min-height:1px;
  padding-left:15px;
  padding-right:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media all and (min-width: 576px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    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 all and (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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 all and (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    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%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}