/* RESET */
a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


	* {
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	html {
		-webkit-text-size-adjust: none; 
	}

	body {
		font-family: "Myriad-set-pro", Arial, sans-serif;
		font-size: 16px;
		color: #333;
		background: #ecede8;
		/*min-width: 1124px;*/
	}

	h1, h2, h3, h4, h5 {
		text-align: inherit;
	}

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }
  
  a {
    cursor: pointer;
  }

  a:visited {
    /*color: black;*/
  }
  
  p {
    padding-bottom: 20px;
  }

  table caption {
    font-size: 24pt;
    text-align: left;
    padding-bottom: 20px;
  }
  
  .brown {
    color:#824a14
  }
  
  .green {
    color:#4c8339
  }
  
  .orange {
    color:#fe6631
  }
  
  .red {
    color:#cb0000
  }
  
  .blue {
    color:#0070b5
  }
  
  .purple {
    color:#6d308a
  }

  .lightblue {
    color:lightblue;
  }

  .yellow {
    color:yellow;
  }

  .grey {
    color:grey
  }

  .pink {
    color:#961482;
  }
  
  .bg_brown {
    background:#824a14
  }
  
  .bg_green {
    background:#4c8339
  }
  
  .bg_orange {
    background:#fe6631
  }
  
  .bg_red {
    background:#cb0000
  }
  
  .bg_blue {
    background:#0070b5
  }

  .bg_yellow {
    background:yellow;
  }
  
  .bg_purple {
    background:#6d308a
  }

  .bg_lightblue {
    background:lightblue;
  }
  
  .bg_grey {
    background:grey
  }
  
  .bg_pink {
    background:#961482;
  }

  .bg_points {
    background:#dd4b39;
  }

	.container {
    margin: 0 auto;
		padding: 0;
	}
  
  .clear {
    clear: both;
  }
  
  table {
    width: 100%;
    margin: 20px auto;
  }
  
  td>div, td>label>div {
    display: inline-block;
    vertical-align: top;
  }

  .searchclear button {
    float: right;
    color: white;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    right: 30px;
  }

  .search .tourist {
    float: left;
  }

  /* THE MOST */
  #the-most {
    border-bottom: 1px solid #b7b5b2;
    border-top: 1px solid #b7b5b2;
    background-color: white;
    padding-bottom: 40px;
  }

  #the-most a {
    color: black;
  }
  
  #the-most #the-most-title {
    padding-top: 50px;
    padding-bottom: 0;
  }
  
  #the-most .attraction {
    height: 390px;
    width: 361px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  #the-most .attraction a {
    text-decoration: none;
  }

  #the-most .attraction .attraction-desc .detail-link {
    display: none;
  }

  #the-most .attraction:hover .attraction-desc span.attraction-detail {
    text-decoration: underline;
  }
  
  #the-most .attraction-image {
    overflow: hidden;
    height: 240px;
    width: 360px;
    position: relative;
  }

  #the-most .attraction-image>img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }

  #the-most .attraction-image .slide-arrows {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #the-most .no-image {
    text-align: center;
    height: 240px;
    width: 360px;
    background: radial-gradient(white, grey);
    padding-top: 100px;
    font-size: 30px;
  }
  
  #the-most .over-image {
    position: absolute;
    left: 45%;
    top: -25px;
    z-index: 2;
  }
  
  #the-most .over-discount {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 10px;
    z-index: 2;
    color: white;
  }
  
  #the-most .attraction-desc {
    position: relative;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    height: 160px;
  }

  #the-most .attraction-desc .desc {
    /*width: 340px;*/
    height: 85px;
    overflow: hidden;
  }

  /*#the-most .attraction-desc .desc p {
    height: 85px;
    width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }*/

  #the-most .attraction-desc .attraction-detail {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4px;
    height: 20px;
    color: white;
    cursor: pointer;
  }

  #the-most .attraction-desc .offer-name {
    width: auto;
    /*max-width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    padding: 2px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    /*height: 45px;*/
    margin-bottom: 10px;
  }

  #the-most .attraction-image .over-image {
    position: absolute;
    top: 10px;
    left: 300px;
  }
  
  /* STATS */
  #stats {
    padding-top: 50px;
    background-color: white;
  }

  .main-map {
    height:400px;
    min-height: 400px !important;
    margin-top: 0;
  }
/* map */
  .map-a {
    margin-top: 0;
    min-height: 100px;
    width: 400px;
    position: relative;
  }
  
  .map-a .map-a-image {
    min-height: 100px;
    width: 200px;
  }

  .map-a .map-a-wrap-img {
    width: 201px;
    min-height: 101px;
  }

  .map-a .map-a-wrap-img>img {
    margin: 0;
    padding: 0;
  }

  .map-a .map-a-no-image {
    text-align: center;
    height: 100px;
    width: 200px;
    background: radial-gradient(white, grey);
    padding-top: 20px;
    font-size: 20px;
  }
  
  .map-a .map-a-over-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }

  .map-a .map-a-desc {
    position: absolute;
    top: 0;
    left: 200px;
    min-height: 100px;
    width: 200px;
    padding-left: 10px;
    display: block;
  }

  .map-a .map-a-name {
    padding-top: 10px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .map-a .map-a-discount {
    font-weight: bold;
    font-size: 20px;
    color: white;
    display: inline-block;
    padding: 5px;
  }

  @media screen and (max-width: 764px) {
    
    .searchclear button {
      float: none;
      position: relative;
      right: 0;
      width: 100%;
    }

    .search > div {
      margin: 10px;
      width: 100%;
    }

    .search .tourist {
      float: none;
    }

    .search .dropdown, .search input {
      width: 100% !important;
    }

    .row {
      margin-left: 0;
      margin-right: 0;
    }

    #main {
      padding: 0 !important;
    }
  }
