.sampaloc{ height: 100%;}
.pic {
  border: 5px solid #fff;  
  margin: 10px;
  overflow: hidden;
   -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg); 
  -webkit-box-shadow: 5px 5px 5px #111;
          box-shadow: 5px 5px 5px #111;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;		    
}
.pic1 {
  border: 5px solid #fff;  
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 5px #111;
          box-shadow: 5px 5px 5px #111;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;		    
}
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.content h3{
    font-family: 'bilbo_swash_capsregular';
	font-size:35px;
	font-weight: bold;
	color: #000;
	text-shadow: #999 1px 1px 1px;
}
.content h5{
    font-family: "Century Gothic";
	font-weight: bold;
	color: #000;
	text-shadow: #999 1px 1px 1px;
}
.content h4{
    font-family: 'bilbo_swash_capsregular';
	text-align: left;
	margin: 20px  10px 5px 10px;
	font-size:30px;
	font-weight: bold;
	color: #000;
	text-shadow: #999 1px 1px 1px;
}
.content p{
	text-indent: 30px;
	font-family: 'Century Gothic';
	padding-right: 10px;
	text-align: left;	
}
/*facebox*/
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup{
  width: 800px;
  border:5px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}
#facebox .content {
	margin: 0 20px 0 20px;
  width: 775px;	
  padding: 10px;
  display: inline-table;
  background: #FFF;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}
#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
#info{
  width: 100%;
}
#image{
  width: 65%;
  position: relative;
  display: inline;
  padding: 0; margin: 0;
  float: left;
}
#image img{
  width: 500px;
  height: 375px;
}
#caption{
  width: 35%;
  display:inline;
  position: relative;
  float: right;  
}
#caption p { padding-left: 10px;}
#demo-wrapper{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  padding: 40px 20px 0px 20px;
}
/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
  	left: -10px;
	width: 100%;
	height: 110px;
	background-color: #fff;
	border: solid 1px #7A7677;
	margin: 0;
	padding: 0;
	padding: 5px 5px 5px 5px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 98px;
	background-color: #fff;
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(js/Lakes_js/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(js/Lakes_js/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 600px;
	height: 124px;
	float: left;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	padding: 5px 0;
	height: 120px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents-horizontal img
{
	width: 100px;
	height: 100px;
	border: solid 1px #7A7677;
}
/*Horizontal Orientation CSS Ends*/

#figure {
position:relative;
float:left;
margin:10px;
overflow:hidden;
padding: 1px;
}
#figure:hover {
-moz-box-shadow:0 0 20px rgba(0,0,0,0.75);
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.75);
box-shadow:0 0 20px rgba(0,0,0,0.75);
}
#figure .caption {
position:absolute;
bottom:32px;
left:0;
opacity: 0.75;
margin-bottom:-115px;
-webkit-transition: margin-bottom;
-webkit-transition-duration: 400ms;
-webkit-transition-timing-function: ease-out;
-moz-transition-property: margin-bottom;
-moz-transition-duration: 400ms;
-moz-transition-timing-function: ease-out;
-o-transition-property: margin-bottom;
-o-transition-duration: 400ms;
transition: margin-bottom;
transition-duration: 400ms;
transition-timing-function: ease-out;
}
#figure:hover .caption {
margin-bottom:0px;
}
#post-image .caption {
width:100%;
height:50px;
background:#111;
color:#fff;
font-family: Arial, Helvetica, sans-serif;
}
#post-image .caption b {
text-shadow: 0px 2px 0px #000;
text-align: center;
}
#post-image .caption {
color: #ddd;
line-height: 24px;
font-size: 14px;
text-shadow: 0px 2px 0px #000;
}

/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
  	left: -10px;
	width: 98%;
	height: 110px;
	background-color: #fff;
	border: solid 1px #7A7677;
	margin: 5;
	padding: 0;
	padding: 5px 5px 5px 5px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 98px;
	background-color: #fff;
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(js/Lakes_js/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(js/Lakes_js/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 570px;
	height: 124px;
	float: left;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 98%;
	padding: 5px 0;
	height: 120px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents-horizontal img
{
	width: 90px;
	height: 90px;
	border: solid 1px #7A7677;
}
  #demo-wrapper
        {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            padding: 40px 20px 0px 20px;
        }
	.ecs
	{
	  border: 5px solid #fff;  
  margin: 10px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 5px #111;
          box-shadow: 5px 5px 5px #111;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
	}