@charset "UTF-8";
@import 'WebFonts/WebFont.css';
@import 'navigation.css';
@import 'responsive.css';

/* START TRAVEL NAVIGATION */

.travelNavigation {
 height: 100% !important;
 width: 100%;
 background-color: #F5F5F5;
 padding-top: 30px;
 overflow-y: visible;
}

.travelNavigationContainer {
 content: "";
 clear: both;
 box-sizing: border-box;
 width: 100%;
 margin: auto;
 padding: 00px 40px 0px 40px;
 background-color: #F5F5F5;
 box-sizing: border-box;
 display: inline-block;
}

.travelNavigationTreeview {
 width: 300px;
 max-width: 300px;
 margin-right: auto;
 vertical-align: top;
 overflow-x: hidden;
 overflow-y: visible;
 display: none;
}

 .travelNavigationTreeview .css-treeview li {
  line-height: 30px !important;
 }

 .travelNavigationTreeview a {
  color: #444444;
 }

@media screen and (min-width: 851px) {
 .travelNavigationTreeview {
  display: block;
 }
}

.travelNavigationHeadlineLeft {
 color: #121212;
 text-align: left;
 white-space: nowrap;
}

.travelNavigationHeadlineRight {
 color: #121212;
 text-align: left;
 white-space: nowrap;
}

.travelNavigationFilter {
 width: 100%;
 text-align: left;
 color: #242424;
 overflow-y: visible;
 overflow-x: hidden;
 margin-top: 0px;
 padding-top: 0px;
 font-size: 14pt;
 margin-bottom: 60px;
}

 .travelNavigationFilter h3 {
  font-size: 14pt;
 }

 .travelNavigationFilter p {
  font-size: 10pt;
 }

.travelNavigationFilter1 {
 width: 100%;
 margin: 0px;
 vertical-align: top;
}

.travelNavigationFilter input[type="text"], input[type="number"], input[type="date"], input[type="time"], textarea {
 color: #4A4A4A;
 max-height: 41px;
 min-height: 41px;
 height: 41px;
 width: 144px;
 margin: 5px;
 cursor: text;
 font-size: 11pt;
 font-family: MyriadPro-Light;
}

.travelNavigationFilter select {
 background-clip: padding-box;
 border: 1px solid #ced4da;
 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 display: block;
 line-height: 40px;
 color: #000000;
 max-height: 41px;
 min-height: 41px;
 height: 41px;
 cursor: text;
 margin-bottom: 24px;
 width: 100%;
 max-width: 450px;
 font-size: 12pt;
 font-family: MyriadPro-Light;
}

.travelNavigationFilterResult {
 overflow-y: visible;
 overflow-x: hidden;
 margin-right: 20px;
 margin-bottom: 40px;
 float: left;
}

.travelNavigationFilterResultRow {
 margin: 10px -16px;
}

 .travelNavigationFilterResultRow,
 .travelNavigationFilterResultRow > .travelNavigationFilterResultColumn {
  padding: 5px 15px 5px 15px;
 }

.travelNavigationFilterResultColumn {
 float: left;
 width: 300px;
 margin: 13px;
}

.travelNavigationFilterResultRow:after {
 content: "";
 display: table;
 clear: both;
}

.travelNavigationFilterResultContent {
 background-color: #ffffff;
 padding: 0px;
 border: solid 1px #e6e6e6;
 height: 325px;
 min-height: 325px;
 max-height: 325px;
 cursor: pointer;
 position: relative;
}

.travelNavigationFilterResultContentImage {
 width: 100%;
 height: 80%;
 overflow: hidden;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}

.travelNavigationFilterResultContent:hover {
 background-color: #F6F6F6;
}

.travelNavigationFilterResultContent img {
 border: solid 1px #AAAAAA;
 width: 100%;
}

.travelNavigationFilterResultContent h4 {
 font-size: 14pt;
 font-weight: 900;
 margin: 15px 10px -5px 10px;
 line-height: 1.5;
 text-align: center;
}

.travelNavigationFilterResultContent p {
 font-size: 8pt;
 margin: 5px 10px 5px 10px;
 line-height: 1.25;
}


@media screen and (max-width: 950px) {
 .travelNavigationFilterFloatTabelCell {
  float: left;
 }
}

@media screen and (min-width: 951px) {
 .travelNavigationFilterFloatTabelCell {
  float: none;
 }
}

/* END TRAVEL NAVIGATION */
