* { margin:0;
    padding:0;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
	margin:0;
	padding:0;
	font:11px Tahoma, Arial;
	line-height:20px;
	color:#333;
	background-image:url('../images/bg_web.png');
	background-repeat:repeat-x;
}
#header{
	margin:0 auto;
	width:940px;
	height:108px;
	border:0px red solid;
	position:relative;
}
#below_header{
	width:900px;
	margin:0 auto;
	height:176px;
	border-bottom:1px #e0e0e0 solid;
}
div#menu {
    width:900px;
	height:38px;
	padding:7px 5px 0 5px;
	border:1px #ddd solid;
	background-color:#E9E9E9;
	-moz-border-radius:3px;
	position:absolute;
	left:0px;
	top:30px;
}
div#copyright { display: none; }

#content{
	width:900px;
	margin:0 auto;
	background-color:#fff;
	border:0px red solid;
}
#slideshow{
	height:400px;
}
#footer{
	background-color:#e9e9e9;
	height:150px;
	color:#fff;
	clear:both;
}
.center{
	width:900px;
	height:150px;
	margin:0 auto;
	border-left:1px #20AFAF solid;
	border-right:1px #20AFAF solid;
}

a{
	text-decoration:none;
	color:#3B5992;
	outline:none;
}

img{
	border:0;
}
a img{
	border:0;	
}

/* begin-slideshow */
.portfolio {
	margin:0;
	padding:0;
	list-style-type:none;
	clear:both;
	overflow:hidden;
	height:393px;
	margin-top:3px;
}

.portfolio img{
	border:0;
}
/* end-slideshow */


#news-container{
	clear:both;
	width:890px;
	margin-right:5px;
}

#news-title{
	height:30px;
	line-height:30px;
	color:#fff;
	background-image:url('../images/fulltext_title.png');
	background-repeat:no-repeat;
}

#news-title div{
	padding-right:15px;
}

#news-content{
	text-align:justify;
	background-color:#E5F7FD;
	line-height:30px;
	padding:10px;
	background:#fff url('../images/bg-question-middle.png') repeat-y;	
}



#announcement-container{
	border:0px #DAEBEE solid;
	margin-top:10px;
	width:600px;
	float:right;
}

#announcement-title{
	height:40px;
	border:1px #ddd solid;
	-moz-border-radius:3px;
	margin:3px;
	background-color:#e9e9e9;
	font:Bold 15px Tahoma;
	line-height:28px;
	color:#534039;
}
#announcement-title div{
	padding:7px 10px 0 0;
}

#announcement-content{
	min-height:235px;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	padding:10px;
	text-align:right;
	overflow:hidden;
}
#announcement-content ul,#announcement-content ol{
	list-style-type:square;
	line-height:18px;
	margin:0;
	padding:0;
}
#announcement-content li{
	color:#333;
	margin-top:3px;
	margin-right:20px;
}


#question-container{
	border:0px #DAEBEE solid;
	margin-top:5px;
	clear:both;
}

#question-title{
	height:40px;
	border:1px #ddd solid;
	-moz-border-radius:3px;
	margin:3px;
	background-color:#e9e9e9;
	font:Bold 15px Tahoma;
	line-height:28px;
	color:#534039;
}

#question-title div{
	padding:7px 10px 0 0;
}

#question-content{
	min-height:100px;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	padding:10px;
	text-align:right;
	overflow:hidden;
	line-height:30px;
}

#question-content  .question{
	background-color:#f7f7f7;
	padding:10px;
	color:#666;
	cursor:pointer;
	font-size:11px;
	font-weight:normal;
	margin-top:10px;
}

#question-content .answer{
	background-color:#f7f7f7;
	color:#2879E4;
	padding:10px;
	margin-top:5px;
	font-weight:normal;
}

#question-content div span{
	font-weight:normal;
}

.show-all-questions{
	height:40px;
	position:relative;
	margin-bottom:5px;
}
#criteria{
	position:absolute;
	right:10px;
	top:5px;
	font-family:tahoma;
	font-size:11px;
	color:#ccc;
	padding:0px 10px 0 25px;
	background-image:url('../images/searchbox_wide.png');
	background-repeat:no-repeat;
	width:205px;
	height:30px;
	line-height:30px;
	border:0px red solid;
}




#div_faq{
	padding:10px;
	font-family:tahoma;
	font-size:12px;
}

#ul_faq li{
	margin-top:50px;
	line-height:25px;
	color:#FF3399;
	font-weight:bold;
}

#ul_answer li{
	margin-top:10px;
	color:#333;
	font-weight:normal;
}

#container_reservation{
	width:300px;
	height:300px;
	background-color:#F7F7F7;
	margin:60px 20px 0px 0px;
	padding:10px;
	float:left;
}


#container_reservation img{
	width:110px;
	height:120px;
	padding:10px;
	float:right;
}

#container_reservation div{
	width:150px;
	height:120px;
	padding:10px;
	border:0px red solid;
	float:right;
}

input.textbox{
	background:url('../images/text_field.png') 0px -25px;
	width:264px;
	height:24px;
	border:0px;
	padding-top:1px;
	padding-right:4px;
}
input.textbox:hover{
	background:url('../images/text_field.png') 0px 0px;
	border:0px;
}



select.textbox{
	background:url('../images/text_field.png') 0px -25px;
	width:268px;
	height:26px;
	border:0px;
	padding-top:5px;
	padding-right:4px;
}
select.textbox:hover{
	background:url('../images/text_field.png') 0px 0px;
	border:0px;
}

textarea.textbox{
	background:url('../images/textarea.png') 0px -102px;
	width:258px;
	height:90px;
	border:0;
	padding:5px;	
	background-repeat:no-repeat;
	float:right;
}
textarea.textbox:hover{
	background:url('../images/textarea.png') 0px 0px;
	border:0px;
	background-repeat:no-repeat;
}

.field_error{
	color:#f00;
}

.field_normal{
	color:#333;
}

.button{
	background-color:#77AF0F;
	color:#fff;	
	font-family:Tahoma;
	font-size:11px;
	height:25px;
}

.service_title{
	font:11px Tahoma,Arial;
	font-weight:bold;
	line-height:30px;
	color:#88A93A;	
}

.contact_info img{
	float:right;
	margin-top:5px;
	margin-bottom:5px
}
.contact_info span{
	line-height:32px;
	padding-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:13px
}

.clear{
	clear:both;
}

input{
	font-size:11px;
}

/* form */

p, h1, button{border:0; margin:0; padding:0;}


	.basic{
		width:850px;
		margin:10px;
		padding:15px;
		background-color:#eee;
	}
	#basic ul{
		margin:0 10px 0 10px;
		padding:10px;
		list-style-type:square;
	}
	
	.basic h1 {
		font-size:13px;
		font-family:tahoma;
		font-weight:bold;
		margin-bottom:8px;
		clear:both;
	}
	.basic p{
		font-size:11px;
		font-family:tahoma;
		color:#666666;		
		padding-bottom:10px;
	}
	.basic ul{
		margin-top:0;
	}
	.basic p.hint{
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
	}
	.basic label{
		font-family:tahoma;
		display:block;
		font-weight:bold;
		text-align:left;
		width:180px;
		float:right;		
		padding-left:5px;
	}
	.basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:left;
		width:180px;
	}
	#div_col2{
		margin:2px 0 10px 10px;
		width:500px;
		float:right;
	}	
	.basic input{
		width:260px;
		font-family:Tahoma;
		font-size:12px;
		float:right;
		border:0px red solid;
		height:18px;
		padding:4px;
	}
	
	.basic textarea{
		width:260px;
		font-family:Tahoma;
		font-size:12px;
		float:right;
		border:0px red solid;
	}
	
	.basic select{
		width:268px;
		height:26px;
		font-family:Tahoma;
		font-size:12px;
	}
	
	.basic button{ 
		clear:both;
		margin-right:190px;
		color:#fff;
		width:125px;
		height:40px;		
		font-family:Tahoma;
		font-size:13px;		
		cursor:pointer;
		background:#eee url('../images/button.png');
	}

	.star{
		color:#f00;		
	}
	
	#message_new_form{
		height:20px;
		display:none;
		padding-bottom:20px;
	}	
	#message_new_form img{
		float:right;
		padding-right:5px;	
	}

	#message_new_form div{
		display:block;
		padding-top:10px;
	}
	
	#page_2{
		display:none;
		text-align:center;
		height:500px;
	}
	#page_2 img{
		margin-top:150px;
	}
	#page_3{
		display:none;
	}


	

/* pages */
#pages_top{
	margin:0px 10px 0px 10px;
	background:#fff url('../images/bg-pages-top.png') no-repeat;
	border:0px red solid;
	height:8px
}
#pages_middle{
	padding:10px 20px 200px 20px;
	margin:0 10px 0px 10px;
	background-color:#E5F7FD;
	line-height:30px;
	background:#fff url('../images/bg-pages-middle.png') repeat-y;
}
#pages_bottom{
	margin:0 10px 0px 10px;
	background:#fff url('../images/bg-pages-bottom.png') no-repeat;
	border:0px red solid;
	height:12px
}


ul.tabs{margin:0;margin-top:10px;padding:0;float:right;list-style:none;height:32px;border-bottom:1px solid #883022;border-right:1px solid #883022;width:900px;}
ul.tabs li{float:right;text-align:center;margin:0;padding:0;height:31px;line-height:31px;border:1px solid #883022;border-right:none;margin-bottom:-1px;overflow:hidden;position:relative;background:#883022;}
ul.tabs li a{width:145px;text-decoration:none;color:#fff;display:block;font-family:tahoma;font-size:12px;padding:0 20px;border:1px solid #fff;outline:none;}
ul.tabs li.active a{color:#000;}
ul.tabs li a:hover{background-color:#fff;color:#000;}
ul.tabs li.active,ul.tabs li.active a:hover{background-color:#ffffff;color:#000;font-weight:bold;border-bottom:1px #ffffff solid;}
.tab_container{border:1px solid #883022;border-top:none;overflow:hidden;clear:both;float:right;width:900px;height:380px;background-color:#ffffff;margin-bottom:10px;}
.tab_content{padding:20px;font-size:1.2em;}

.news_row{border-bottom:1px #ddd solid;height:70px;margin-top:0px;cursor:pointer;padding:5px;}
.news_row:hover{background-color:#f7f7f7;}
.news_title a{font:Bold 13px Tahoma;color:#883022;overflow:hidden;}
.news_title a:hover{color:#4EBD14;}
.news_summary{font:11px Tahoma;line-height:25px;text-align:justify;margin-top:3px;border:0px red solid;color:#666;position:relative;overflow:hidden;}
.news_summary:hover{color:#444;}
.news_summary a{text-decoration:none;color:#883022;font-weight:bold}
.news_summary a:hover{text-decoration:underline;}
.below_news{height:25px;border:0px red solid;text-align:left;margin-top:3px;}
.below_news a{font:12px Tahoma;background-color:#883022;display:block;width:150px;float:left;height:25px;line-height:25px;text-decoration:none;color:#fff;-moz-border-radius:3px;text-align:center;}
.empty_home_news{line-height:200px;text-align:center;}
.date_published{width:180px;border:0px red solid;text-align:left;position:absolute;left:0;bottom:0;color:#883022;}
.image_top{margin-bottom:41px;margin-top:15px;width:300px;height:130px;}
.clear{clear:both;}
.news_container{position:relative;border:0px blue solid;}
.news_container .date{position:absolute;width:165px;height:20px;border:0px red solid;left:0px;top:15px;text-align:center;color:#373B3C;}
#content_inner{
	border:0px blue solid;	
}
#content_inner .inner{
	text-align:justify;
	padding:10px 30px;
	line-height:26px;
	min-height:400px;	
	border-bottom:2px #333 dotted;
	margin:0px 30px;
}
#content_inner div.date{
	width:250px;
	height:30px;
	border:0px red solid;
	text-align:right;
	color:#000;
	margin-right:30px;	
	float:right;
}
#content_inner div.date span.value{
	color:#0579c4;
}

#content_inner div.visits{
	width:150px;
	height:30px;
	border:0px red solid;
	text-align:left;
	color:#000;
	margin-left:30px;	
	float:left;
}
#content_inner div.visits span.value{
	color:#0579c4;
}
#content_inner .title_page{
	border-bottom:2px #333 solid;
	padding-bottom:10px;
	color:#333;
	padding-right:10px;
	padding-top:20px;
	margin:0px 10px 10px 10px;
	font:Bold 13px Tahoma;
}
#content_inner ul,#content_inner ol{
	margin:10px;
	padding:10px;
}
#content_inner img{
	
}
#content_inner ul{
	border:0;
	margin:10px 40px 10px 10px;
	padding:0;
	list-style-type:square;
}
#content_inner a{
	color:#333;
}
#content_inner a:hover{
	color:#4EBD14;
}
#content_inner #bottom_line{
	height:2px;
	border-bottom:1px #333 dotted;
	position:absolute;
}



#article_comment
{
    background-color: #EDEDED;
    border: 2px solid #D1D1D1;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto 10px;
    min-height: 272px;
    overflow: auto;
    padding: 19px;
    width: 864px;
}
.button {
    
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    line-height: 1;
    padding: 10px 10px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: 100px;
        background-color: #2981E4;
}
label {
    display: block;
    float: right;
    font-family: tahoma;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
    width: 180px;
}

.comments_link {
    display: block;
    float: right;
    padding: 5px 27px;
    text-decoration: underline;
}
.comment_block {
    background-color: #E7E2C4;
    border: 1px solid #DBDBDB;
    border-radius: 5px ;
    margin:0 auto;
    margin-top: 8px;
    min-height: 80px;
    padding: 5px;
    width: 650px;
}

.title_name {
	font-size: 14px;
	font-weight: bold;
	color:#000;
}
.title_comment {
    color: #000000;
    font-size: 12px;
    font-weight: bolder;
}
.comments {
    margin: 0 auto;
        padding: 15px 0;
    width: 650px;
}
.comment_text
{
   background-color: #F8F8F8;
    border: 1px solid #DBDBDB;
    border-radius: 5px 5px 5px 5px;
    min-height: 60px;
    padding: 5px;
}
#hidden_print{
width:907px;
margin:0px auto;
display:block;
margin-bottom: -10px;
}
#email_div{
 background-color: white;
    border: 2px solid #d1d1d1;
    border-radius: 10px;
    display: none;
    height: 177px;
    left: -17px;
    position: absolute;
    top: 55px;
    width: 500px;
}
#text_email_div{
margin: 13px auto 10px;
width: 357px;

}
#text_email_div_hidden{
margin: 13px auto 10px;
width: 357px;
color:green;
display:none;

}
#submit_div{
  float: right;
    height: 37px;
    margin-right: 185px;
    margin-top: 17px;
    width: 122px;
}
#cancel_div{
	float: right;
    height: 37px;
    margin-right: 11px;
    margin-top: 17px;
    width: 122px;
	background-color: #2981e4;
	background-color: #2981e4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    line-height: 1;
    padding: 10px 10px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: 100px;


}
#image_email{
width:50px;
height:50px;
background-image:url('../images/image_email.png');
float:left;
cursor:pointer;
}


#image_print{
width:50px;
height:50px;
float:left;
cursor:pointer;
}

#icons{
   float: left;
    height: 53px;
    width: 152px;

}
.content_comment{
    clear:both;
    width:860px;
    margin: 0 auto;
}
.icon-like{
    font-size:18px;
    color:#0063E3;
    float:left;
    margin-left:15px;
}
.icon-like:hover {
    cursor:pointer;
    color:#20AFAF;
}
.txt_like{
 float:left;
 margin-left:5px;
}