body {
	margin: 0;
	padding: 0;
	background: #fdfff6;
}
a:link, a:visited, a:active, a:hover {text-decoration: none;} 
p { color: #3d4029; font-size: 20px;  text-align:justify;}
h1 { color: #827241; }
h2 { color: #46492f; font-size: 24px;}
h3 { color: #46492f; font-size: 22px;}
h4 { color: #46492f; font-size: 21px;}

blockquote {
	padding:25px 0px 25px 0px;
	font-size: 18px;
	color: #555c3d;
	line-height: 1.65em;
	
	
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
  
}

[class*="col-"] {
  float: left;
  padding: 20px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
	background-color: #fdfff6;
	color: #46492f;
	width: 100%;
  	height: 90px;
	padding: 0;
	margin: 0;
	position:fixed;
	z-index: 900;
	-webkit-box-shadow: 0 8px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 0 8px 8px rgba(0,0,0,.2);
	box-shadow: 0 8px 8px rgba(0,0,0,.2);
}
.header #site_title {
	float: left;
	height: 84px;
	width: auto;
}
.header [class*="col-"] {
	padding: 1px;
}
.header .top-Line a.facebook {
	display:block; 
	width:28px; 
	height:28px; 
	margin: 0px; 
	padding: 0;
	background-repeat:no-repeat; 
	float:right;
	background-image:url(facebook.png);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.header .top-Line a.instagram {
	display:block; 
	width:28px; 
	height:28px; 
	margin: 0px ; 
	padding: 0;
	background-repeat:no-repeat; 
	float:right;
	background-image:url(instagram.png);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}


.topimg1 { width: 100%; height: auto; margin-top: 90px; }
.topimg11 { display: none; }

/* slider */
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left;   margin: 80px 0 0 0; }
div#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}
	@media only screen and (max-width: 640px) {
		h1 { font-size: 26px; }
		[class*="col-"] { padding: 5px; }
		
	}

.introduction { padding: 20px; }
.introduction p { line-height: 1.55em; text-align:justify; }
a.readmore{
	  border: none;
	  font-size: 18px;
	  font-weight: bolder;
	  cursor: pointer;
	  display: inline-block;
	  color: #a4b942;
	  text-decoration: none;
	  float: right;
	}
.readmore:hover {color: #424a1a; text-decoration: none;}
.introduction img.about{ width: 100%; height: auto;}
.introduction .txtfooter{
	max-width: 248px;
	display: block;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	}


img.image {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img.image {
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 15px;
	-webkit-box-shadow: 6px 6px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 6px 6px 6px rgba(0,0,0,.3);
	box-shadow: 6px 6px 6px rgba(0,0,0,.3);
}
img.image2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img.image2 {
	width: 100%;
	height: auto;
	padding: 0;
	-webkit-box-shadow: 6px 6px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 6px 6px 6px rgba(0,0,0,.3);
	box-shadow: 6px 6px 6px rgba(0,0,0,.3);
}
.hshadow img {
	width: 100%;
	height: auto;
	list-style-type: none;
}
.tours {
  padding: 15px;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

	img.pic {	
					float:left;
					width: 100%;
					padding: 0;
					margin: 0;
	}
#title {
	width: 100%;
	height: 35px;
	padding: 0;
	margin: 0;
	background: #555c3d;
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	box-shadow: 0 4px 4px rgba(0,0,0,.2);
}
#title h3 {
	color: #ffffff;
    letter-spacing: 2px;
//	text-align: center;
	padding: 5px 0 0 20px;
}
/* review */
#review {
	clear: both;
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/review.jpg) #89905c;
	background-size: 100%;
}
#review h3{
	color: #ffffff;
	margin: 0 0 0 20px;
}
#box {
	padding: 3px 15px;
	margin: 5px;
	border-bottom: 1px solid #aaa;
}
#box p.data{
	font-style: italic; 
	font-size: 16px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}


.footer {
  background-color: #555c3d;
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
  padding: 10px;
}

.footer a { color: #ffffff;text-decoration: underline; font-weight: normal; }
.fb-page {float: left;}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .coll-s-12 {width: 100%;}

}
@media only screen and (min-width: 1024px) {
  /* For tablets: */
  .col-m-1 {width: 8.33%;}
  .col-m-2 {width: 16.66%;}
  .col-m-3 {width: 25%;}
  .col-m-4 {width: 33.33%;}
  .col-m-5 {width: 41.66%;}
  .col-m-6 {width: 50%;}
  .col-m-7 {width: 58.33%;}
  .col-m-8 {width: 66.66%;}
  .col-m-9 {width: 75%;}
  .col-m-10 {width: 83.33%;}
  .col-m-11 {width: 91.66%;}
  .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 1280px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .coll-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .coll-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .coll-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
.rowimg::after {
  content: "";
  clear: both;
  display: table;
}
[class*="img-"] {
  float: left;
  padding: 8px;
}
[class*="img-"] {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  /* For tablets: */
  .img-s-1 {width: 100%;}
  
 
}

@media only screen and (min-width: 960px) {
  /* For desktop: */
  .img-2 {width: 50%;}
  .img-3 {width: 33.33%;}


}

@media only screen and (min-width: 1200px) {
  /* For desktop: */
  .coll-1 {width: 23%;}
}
@media only screen and (max-width: 1199px) {
  /* For desktop: */
  .coll-1 {width: 48%;}
}
@media only screen and (max-width: 960px) {
	.header .top-Line a.facebook {display:none; }
     .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
	}	
	.footer a.ta_logo{ display: none; }
	.footer a.fb { display:block; }
	.row img.dotes { display:block; }
}
@media only screen and (max-width: 1024px) {
	.row img.dotes { display:block; }
}
@media only screen and (max-width: 2200px) {
	a.fb {display:none; }
	img.dotes { display:none; }
}

@media only screen and (max-width: 768px) {
	.topimg1 { display:none; }
	.topimg11 { display: block; width: 100%; height: auto; margin: 86px 0 0 0; float: right; }
//	.topimg1{ width: auto; height: 160px; margin: 86px 0 0 0; float: right;}
//	.topimg2{ width: auto; height: 160px; margin: 86px 0 0 0; float: left;}
//	.topimg3{ width: auto; height: 160px; margin: 86px 0 0 0; float: right;}
//	.topimg4{ width: auto; height: 160px; margin: 86px 0 0 0; float: left;}
	
}

[class*="coll-"] {
  float: left;
  padding: 10px 10px 0 10px;
  margin-top: 0;
}
