/* ---- RESET ----- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img { 
 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
 font-style:normal;
 font-weight:normal;
}
ol,ul {
 list-style:none;
}
caption,th {
 text-align:left;
}
h1,h2,h3,h4,h5,h6 {
 padding: 0px;
 margin: 0px;
 font-size: 100%;
 font-weight: normal;
 width: auto;
}
q:before,q:after {
 content:'';
}
abbr,acronym { border:0;}
*{
 outline: 0px;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

/*------------- main styles ----------------*/


.outer {
	width: 980px;
	margin: 0px auto;
	overflow: hidden;
}
.content_blk-indepth {
	width: 100%;
	float: left;
}
.blk-inside_02 {
	width: 100%;
	float: left;
}
.slide_blk {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.slide_blk img {
	max-width: 100%;
	float: left;
}
.special_bottom_blk {
	width: 80%;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: -30px;
	z-index: 15;
}
.special_bottom_blk .special_hd_bg .para_mal_txt  {
	color: #4C4C4C;
}
.blk_title_in {
	padding: 6px 8px 6px 8px;
	width: auto;
	float: left;
	background-color: #D0AC54;
	font-family: oswald;
	font-size: 16px;
	color: #FFFFFF;
}
.blk_title_in a {
	color: #FFFFFF;
	text-decoration: none;
}
.special_hd_bg {
	padding: 2%;
	float: left;
	background-color: #FFFFFF;
	left: -50%;
    position: relative;
    box-shadow: 0px 0px 8px #888888;
}
.hd_txt02 {
	width: 100%;
	height: auto;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-weight: normal;
	font-style: normal;
	float: left;
	font-size: 16px;
	padding: 0px;
	margin: 5px 0 5px 0;
	line-height: 110%;
}
.hd_txt02 a {
    color: #fff;
    text-decoration: none;
}
.para_mal_txt {
	font-family: Georgia;
    font-size: 17px;
    color: #000;
    font-weight: normal;
    line-height: 130%;
    margin: 0px 0px 5px 0px;
}
.para_mal_txt a {
	color: #fff;
}
.story_hd_bg {
	padding: 2%;
	width: 96%;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 12;
	background-color: rgba(0,0,0,0.5);
}
.mar_btm { margin-bottom: 10px !important; }
.review_blk {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.review_blk .left {
	width: 54.5%;
	float: left;
	margin-right: 1.5306122448979591%;
	position: relative;
}
.review_blk .left img {
	max-width: 100%;
	float: left;
}
.review_blk .right {
	width: 43.877551%; 
	float: left;
}
.reviews_half {
	width: 49%;
	float: left;
	margin-right: 1%;
}
.reviews_half02 {
	width: 49%;
	float: left;
	margin-left: 1%
}
.com_blk {
	width: 100%;
	float: left;
}
.fest_news_inside {
	width: 100%;
	float: left;
	position: relative;
}
.fest_news_inside img {
	width: 100%;
	float: left;
}
.txt_eng {
	font-family: Roboto, sans-serif;
	display: block;
	font-size: 14px;
}
.txt_eng a {
	color: #FF6600;
	text-decoration: none;
}
.brown { color: #967529; }
.align_right { text-align: right !important; float: right; margin-right: 10px; }
.banner_blk {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.banner_blk img {
	width: 100%;
	float: left;
}
.title_txt {
	font-family: arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom: solid 4px #CC3300;
	padding: 10px 0px 5px 0px;
}





@media screen and (max-width:800px)
{
.outer { width: 100%; }
.review_blk .left, .review_blk .right {
    width: 80%;
    float: none;
    margin: 10px auto;
    overflow: hidden;
}

}
@media screen and (max-width:768px)
{




}

@media screen and (max-width:640px)
{
.hd_txt02 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0 3px 0;
    
}
.special_hd_bg {
	padding: 1%;
	width: 98%;
}

}
@media screen and (max-width:600px)
{

}
@media screen and (max-width:568px)
{


}

@media screen and (max-width:480px)
{
.special_bottom_blk {
    width: 100%;
}
.special_hd_bg {
    border-right: none;
}
.hd_txt02 {
    font-size: 14px;
    font-weight: normal;
}



}
@media screen and (max-width:375px)
{

}

@media screen and (max-width:360px)
{
}

@media screen and (min-width:769px) and (max-width:800px)
{	

}

@media screen and (min-width:641px) and (max-width:768px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{


}




