@import url("https://fonts.googleapis.com/css?family=Boogaloo");
@import url("https://fonts.googleapis.com/css?family=Boogaloo|Luckiest+Guy|Special+Elite");
@font-face {
  src: url("../font/UTM Cafeta.woff");
  font-family: 'Cafeta'; }
/* Essentials */
html, div, map, dt, isindex, form, header, aside, section, section, article, footer {
  display: block; }

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: Tahoma, Arial;
  font-size: 13px;
  color: black; }

body {
  padding: 0;
  margin: 0 auto;
  background: #5F1B00 url(../images/body_bg.png) repeat-y top center;
  font-family: Tahoma, Arial;
  font-size: 13px;
  line-height: 18px; }

#page {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  min-height: 500px;
  background: url(../images/body_top.png) repeat-x top center; }

a {
  color: #5F1B00;
  text-decoration: none; }

a:hover {
  color: black; }

input, textarea {
  border: solid 1px #CCC;
  padding: 2px; }

.button {
  padding: 3px 5px;
  /*background-color: #CCF;*/
  font-size: 11px;
  font-weight: bold;
  color: #333; }

table th {
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-align: center; }

table td {
  text-align: center; }

div {
  text-align: left; }

.wrapper {
  width: 1000px;
  margin: 0 auto; }

.clear {
  clear: both; }

.hidden {
  display: none; }

/*------------------------------------------------
** MODULE
**------------------------------------------------*/
.module {
  margin: 0;
  padding: 0; }
  .module .moduletitle {
    background: url(../images/moduletable_title.png) repeat-x center;
    height: 28px;
    padding: 10px 0 0 0;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin: 10px 15px; }
  .module .modulecontent {
    padding: 0; }

/*------------------------------------------------
** HEADER
**------------------------------------------------*/
#header {
  background: url(../images/slideshow_bg.png) no-repeat top center; }

#top {
  height: 101px;
  background: url(../images/top_bg.png) no-repeat top center;
  margin: 0 auto; }
  #top #top-info {
    float: left;
    color: white;
    padding: 20px 0 0 60px; }
  #top #menu {
    float: left;
    width: 570px;
    margin-left: 35px; }

#bottom {
  background: url(../images/footer_bg.png) no-repeat center bottom;
  height: 38px; }
  #bottom #bottom1 {
    float: left;
    width: 250px;
    padding: 0 0 10px 50px;
    margin: 30px 15px 0 0; }

#bottom2 {
  padding: 77px 0 0px 10px;
  margin: 0;
  background: url(../images/contact_bg.jpg) no-repeat -4px top;
  width: 100%; }
  #bottom2 table tr td strong, #bottom2 table tr td span {
    font-size: 9pt; }

/*------------------------------------------------
** MAIN-BODY
**------------------------------------------------*/
#main-body {
  background: url(../images/mainbody_bg.png) repeat-y top center; }
  #main-body #main-content .frame {
    min-height: 300px;
    position: relative;
    height: 100%; }
    #main-body #main-content .frame #left {
      float: left;
      width: 250px;
      padding: 0 0 10px 50px;
      margin-right: 15px;
      min-height: 300px;
      background: url(../images/left_bg.png) repeat-y 5px top; }
      #main-body #main-content .frame #left .module .moduletitle {
        text-align: center; }
    #main-body #main-content .frame #center {
      margin: 0 0 0 10px;
      width: 615px;
      min-height: 925px;
      padding-right: 60px;
      float: left;
      background: url(../images/center_bg.png) repeat-y top;
      background-position: -3px 0; }
      #main-body #main-content .frame #center .module {
        padding: 0 20px; }
        #main-body #main-content .frame #center .module .moduletitle {
          width: 300px;
          padding-left: 20px;
          margin: 10px 0; }

.home .modulecontent {
  padding: 5px; }
  .home .modulecontent .about {
    padding: 0 5px; }
  .home .modulecontent .title {
    background: url(../images/bar_welcome.png) no-repeat;
    height: 42px;
    padding: 10px 20px 0 10px;
    font-size: 0;
    font-weight: bold;
    text-align: left;
    margin: 10px 15px 10px 5px;
    width: 380px;
    text-indent: -9999px; }

/*------------------------------------------------
** News
**------------------------------------------------*/
.news .title h1, .news .title h3 {
  font-size: 16pt;
  font-family: 'Cafeta';
  color: #21C2F8; }
.news .description {
  text-align: justify; }
.news .content {
  text-align: justify; }
.news.news-list .item {
  float: left;
  width: 100%;
  padding: 10px 0; }
  .news.news-list .item .image {
    float: left;
    margin: 0 10px 10px 0; }
    .news.news-list .item .image img {
      width: 150px;
      min-height: 100px;
      border: 0; }
.news.news-list .hit {
  text-align: right; }
.news.news-list .published {
  text-align: right;
  padding: 0 0 10px 0;
  color: #ccc; }

/*---------- TOURS LIST ----------*/
.tour-list .item {
  padding: 10px 5px; }
  .tour-list .item .image {
    background: url(../images/imgfeaturedtour_bg.png) no-repeat;
    float: left;
    width: 185px;
    height: 123px;
    padding: 8px 0 0 10px;
    margin: 0 auto; }
    .tour-list .item .image img {
      width: 168px;
      height: 108px; }
  .tour-list .item .title {
    font-weight: bold;
    padding: 0px 0 5px 0; }
  .tour-list .item .description {
    text-align: justify;
    font-weight: normal; }
  .tour-list .item .readmore {
    text-align: right;
    padding: 10px; }
    .tour-list .item .readmore a {
      color: red; }

.tour-detail .modulecontent {
  padding: 5px; }
.tour-detail .title {
  font-weight: bold;
  font-size: 14px;
  padding: 0px 0 5px 0; }
.tour-detail .image {
  float: left;
  padding: 0 5px 5px 0; }
  .tour-detail .image img {
    width: 200px; }
.tour-detail .description {
  text-align: justify;
  font-weight: bold;
  padding: 0 0 20px 0; }
.tour-detail .content {
  text-align: justify;
  font-weight: normal; }
  .tour-detail .content .tour-img {
    float: right;
    padding: 10px;
    margin: 5px 0 5px 5px;
    background: url(../images/tour_img_bg.png) repeat right top;
    text-align: right; }

.book-title {
  font-weight: bold;
  font-size: 11pt;
  padding-top: 10px; }

.tour .book {
  font-weight: bold;
  color: #D6220C;
  font-size: 11pt; }
  .tour .book:hover {
    text-decoration: underline; }

/*---------- TOURS PROGRAM----------*/
.motorbike-tour.module {
  margin-left: 5px; }
  .motorbike-tour.module .moduletitle {
    font-size: 0px;
    background: url(../images/bar_tourprogram.png) no-repeat left; }
  .motorbike-tour.module .modulecontent td {
    vertical-align: bottom;
    padding: 0 0 5px 5px; }
  .motorbike-tour.module .modulecontent .image {
    background: url(../images/imgtourprogram_bg.png) no-repeat left;
    width: 129px;
    height: 90px;
    padding: 10px 0 0 9px;
    margin: 0 0 0 5px;
    float: left;
    position: bottom; }
    .motorbike-tour.module .modulecontent .image img {
      width: 113px;
      height: 80px; }
  .motorbike-tour.module .modulecontent .title {
    padding: 0 15px 5px 0; }
    .motorbike-tour.module .modulecontent .title a {
      font-size: 13px;
      font-weight: bold; }
  .motorbike-tour.module .modulecontent .readmore {
    text-align: right;
    padding: 10px; }
    .motorbike-tour.module .modulecontent .readmore a {
      color: red; }

/*---------- FEATURED TOUR----------*/
#tour-show-1 .module {
  background: url(../images/featured_bg.png) no-repeat;
  padding: 48px 0 0 0 !important; }
  #tour-show-1 .module .moduletitle {
    display: none; }
  #tour-show-1 .module .modulecontent {
    padding: 0 0 10px 0;
    text-align: center; }
#tour-show-1 .item {
  padding: 0 2px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 188px; }
  #tour-show-1 .item .image {
    background: url(../images/imgfeaturedtour_bg.png) no-repeat;
    float: none;
    width: 185px;
    height: 123px;
    padding: 8px 0 0 10px;
    margin: 0 auto; }
    #tour-show-1 .item .image img {
      width: 168px;
      height: 108px; }
  #tour-show-1 .item .title {
    text-align: center;
    padding: 0 5px; }
    #tour-show-1 .item .title a {
      line-height: 14px;
      font-weight: normal; }

/*---------- JEEP TOURS ----------*/
.tour-show .moduletitle {
  background: url(../images/bar_jeeptour.png) no-repeat center;
  text-indent: -9999px; }
.tour-show .item {
  padding: 0 5px 20px 5px; }
  .tour-show .item .image {
    background: url(../images/imgtourprogram_bg.png) no-repeat left/100% auto;
    width: 100px;
    height: 75px;
    padding: 15px 0 0 7px;
    margin: 0 0 0 5px;
    float: left; }
    .tour-show .item .image img {
      width: 92px;
      height: 63px; }
  .tour-show .item .title {
    padding: 10px 5px 5px 0; }
    .tour-show .item .title a {
      font-size: 12px;
      font-weight: bold; }

/*------------------------------------------------
** Custom
**------------------------------------------------*/
.custom img {
  width: 100%;
  margin: 0 0 10px 0; }

/*------------------------------------------------
** Contact
**------------------------------------------------*/
.contact .modulecontent {
  text-align: center;
  padding: 10px; }
.contact .row-info {
  padding: 5px; }
  .contact .row-info .label {
    color: #323232;
    font-weight: bold;
    width: 30px;
    padding: 5px;
    margin: 0 4px;
    float: left;
    text-align: right; }
    .contact .row-info .label img {
      width: 20px; }
  .contact .row-info .title {
    padding: 5px; }
  .contact .row-info .input {
    background-color: #FFFFFF;
    margin-left: 170px;
    padding: 5px 5px;
    border-left: solid 1px #e9e9e9;
    color: #323232;
    height: 17px; }
.contact .row {
  padding: 5px; }
  .contact .row .label {
    color: #323232;
    font-weight: bold;
    width: 30px;
    padding: 5px;
    margin: 0 4px;
    float: left;
    text-align: left; }
    .contact .row .label img {
      width: 20px; }
  .contact .row div {
    padding: 5px 5px 0 5px;
    color: #828282; }
  .contact .row .input {
    background-color: #FFFFFF;
    margin-left: 170px;
    padding: 5px 5px;
    border-left: solid 1px #e9e9e9;
    height: 17px; }
.contact .contact-form {
  position: relative;
  margin: 10px 5px; }
  .contact .contact-form span {
    margin-left: 5px;
    font-size: 11pt; }
  .contact .contact-form .row {
    text-align: left;
    padding-top: 10px; }
    .contact .contact-form .row input, .contact .contact-form .row textarea {
      background: #F7F7F7;
      margin: 5px 0;
      height: 28px;
      width: 64.5%;
      box-shadow: 0 0 1px 1px #C8C1CA;
      border: 0;
      padding: 2px; }
      .contact .contact-form .row input.error, .contact .contact-form .row textarea.error {
        background: #FFECEC;
        border: 1px solid #BF0000; }
        .contact .contact-form .row input.error:focus, .contact .contact-form .row textarea.error:focus {
          outline: none;
          border: 1px solid transparent;
          box-shadow: 0px 0px 5px #BF0000; }
    .contact .contact-form .row textarea {
      width: 98%;
      height: 100px;
      margin: 5px 0;
      background: #F7F7F7;
      box-shadow: 0 0 1px 1px #C8C1CA;
      border-radius: 2px; }
    .contact .contact-form .row input[type="submit"] {
      width: 100px;
      height: 40px;
      border: 0;
      cursor: pointer;
      box-shadow: none;
      color: #8D8D8D;
      border: 0;
      text-transform: uppercase;
      font-size: 15pt;
      padding: 0;
      line-height: 0.1;
      background: #C7BE8A; }
    .contact .contact-form .row.button {
      padding-top: 0; }
  .contact .contact-form .notice {
    display: none; }
    .contact .contact-form .notice.success {
      width: 93%;
      padding: 10px 0 10px 45px;
      border-top: 2px solid #49B452;
      border-bottom: 2px solid #49B452;
      margin: 0 0 20px 5px;
      font-weight: bold;
      background: #D7EED9 url(../images/notice-info.png) no-repeat 10px center;
      font-size: 10pt;
      color: #49B452; }
    .contact .contact-form .notice.error {
      width: 93%;
      padding: 10px 0 10px 45px;
      border-top: 2px solid #BF0000;
      border-bottom: 2px solid #BF0000;
      margin: 0 0 20px 5px;
      font-weight: bold;
      background: #FFEAEA url(../images/notice-alert.png) no-repeat 10px center;
      font-size: 10pt;
      color: #BF0000; }
.contact #loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }
  .contact #loading img {
    position: relative;
    margin: 0 auto;
    top: 40%; }

/*====================================== MULTIMEDIA - IMAGE ======================================*/
/*---------- GROUP LIST ----------*/
.multimedia.image-list .moduletitle {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px; }
.multimedia.image-list .item {
  width: 175px;
  height: 165px;
  float: left;
  padding: 10px 5px;
  text-align: center;
  background: url(../images/img_bg.png) no-repeat center;
  margin: 10px 5px 10px 0; }
  .multimedia.image-list .item .image {
    padding: 5px;
    text-align: center; }
    .multimedia.image-list .item .image img {
      width: 155px;
      height: 130px; }
  .multimedia.image-list .item .title {
    text-align: center;
    font-weight: bold;
    padding: 0px 0 5px 0; }
  .multimedia.image-list .item .description, .multimedia.image-list .item .description div {
    text-align: justify;
    font-weight: normal; }
  .multimedia.image-list .item .readmore {
    text-align: right;
    padding: 10px; }
    .multimedia.image-list .item .readmore a {
      color: red; }

/*------------------------------------------------
** FOOTER
**------------------------------------------------*/
#footer .copyright {
  text-align: center;
  padding: 0 0 20px 0;
  color: white; }

span.title_home {
  font-family: 'Boogaloo', cursive;
  font-size: 24px;
  line-height: 29px;
  color: #9e0808;
  display: block;
  padding: 0 0 20px 0; }

.warning {
  margin: 20px 0 10px 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #000; }
  .warning p {
    font-weight: bold; }

.TA_selfserveprop {
  text-align: center; }
  .TA_selfserveprop #CDSWIDSSP {
    margin: auto; }

/*================================
    PAGING
================================*/
.pagination {
  margin: 20px auto 10px;
  text-align: center;
  padding: 0; }
  .pagination ul.paging {
    padding: 0;
    margin: 0; }
    .pagination ul.paging li {
      display: inline-block; }
      .pagination ul.paging li .page {
        font: 14px/24px sans-serif;
        display: inline-block;
        padding: 0px 9px;
        margin-right: 4px;
        border-radius: 3px;
        border: solid 1px #c0c0c0;
        background: #e9e9e9;
        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
        font-size: .875em;
        font-weight: bold;
        text-decoration: none;
        color: #717171;
        text-shadow: 0px 1px 0px white; }
        .pagination ul.paging li .page:hover, .pagination ul.paging li .page.gradient:hover {
          background: #fefefe;
          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
          background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0); }
        .pagination ul.paging li .page.active {
          border: none;
          background: #616161;
          box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
          color: #f0f0f0;
          text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
        .pagination ul.paging li .page.gradient {
          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
          background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9); }
  .pagination .limit {
    margin: 10px auto; }
    .pagination .limit select {
      border-radius: 3px;
      min-width: 50px; }

/*# sourceMappingURL=style.css.map */
