/* CSS Document */


body {
    background-image: url(../../images/Template.png);
    font-family: "Lato",sans-serif;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.container {background: #FFF;
	color:#8F8080;
    }
.container-top {background: #FFF;

    }


.thumbnail a > img {  height:168px ;}

.room-view a > img {  height:100% ;}
	
/*.i-box { vertical-align:central;}*/
.i-icon{
	width:50px;
	height:50px;
	float:left;
}

.i-title h3{
	color:#50BDAC;
	font-size:25px;
	padding:10px;
	text-transform: uppercase;
	margin-top:5px;
	line-height:20px;
	display:block;
}

.i-btn {
	padding: 6px 5px;
    color: #ccc;
    font-size: 14px;
    background: rgba(53, 52, 51, 0.65);
	border-color: rgba(53, 52, 51, 0.65); }
	
.i-btn:hover {background: #2A2627;
				color:#FFF;}

.i-btn-r {
    color: #ccc;
    font-size: 14px;
    background: #275050;
	border-color: #275050; }
	
.i-btn-r:hover {background: #2A2627;
				color:#FFF;}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #50BDAC;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #50BDAC;
    border: 1px solid #3A9A8C;
    border-radius: 4px;
	
	
}
.thumbnail_inner {
   
    width: 100%;
    height: 357px;}
	
.thumbnail_tour {
   
    width: 100%;
    height: 387px;}	
	
.thumbnail_inner img { 
width: 100%;
display: block;
max-width: 100%;
max-height: 240px;
	
}
	
.thumbnail-tour img {
/*	width:50%;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #50BDAC;
    border: 1px solid #3A9A8C;
    border-radius: 4px;width: 100%;*/
	
display: block;
max-width: 100%;
max-height: 240px;
}
.thumbnail .caption {
    padding: 9px;
    color: #FFF;
    background: #50BDAC;
}
.caption > h3 {
    font-size: 18px !important;
  
}

					
/*========= Register================================*/
.re_header{
	margin:0 auto;
	padding:10px 0px;
	width:530px;
	text-align:center;
	background:#564F45;
	border:1px solid #564F45;
	border-radius:5px;
/*	margin-top:10px;*/
	margin-bottom:10px;
	color:#FFF;
	font-size:20px;
	}
.re_message{
	margin:0 auto;
	width:530px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	color:#009;
	}
.re_content{
	margin:0 auto;
	width:530px;
	border:1px solid 2E2A25;
	border-radius:5px;
	background:#564F45;
	margin-bottom:10px;
	color:#541b0b;
	}
.re_content .re_input{
	padding:15px 15px 5px 30px;
	}
.re_content .re_input input{
	width:460px;
	padding:8px 0px 8px 30px;
	border-radius:3px;
	border:1px solid#ddd;
	}
.re_input_custom{
	width:485px;
	padding:8px 0px 8px 30px;

	}
.re_content .re_input textarea{
	width:460px;
	height:100px;
	padding:8px 0px 8px 30px;
	border-radius:3px;
	border:1px solid#ddd;
	}
#re_name{
	margin-top:10px;
	position:absolute;
	margin-left:10px;
	}
.re_content .re_submit{
	padding:15px 0px 5px 30px;
	}
.re_content .re_submit input{
	width:100px;
	padding:8px 0px;
	border-radius:3px;
	border:0px;
	background:#a30909 ;
	color:#fff;
	cursor:pointer;
	}
 .myhover:hover {
	
	background:#f92728 !important ;
	color:#fff;
	cursor:pointer;
	}

.re_content .re_submit a{
	border:1px solid#ccc;
	padding:9px 25px;
	text-decoration:none;
	margin-left:20px;
	background:#a30909 ;
	color:#fff;
	font-size:14px;
	border-radius:3px;
	border:0px;
	}
	
.re_content .re_submit a:hover{

	background:#f92728 ;

	}


