@charset 'UTF-8';

@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}



/*********************************************************************************/
/* STANDARD COMPONENTS                                                           */
/*********************************************************************************/
		
	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body
	{
		/*
			Fallback for browsers that don't support pseudo elements.
		*/

		background: url('images/bg.jpg');
	}

		body:before
		{
			content: '';
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: -1;

			/*
				Default background is a weird gradient so I've set it to stretch to
				100% in both directions. If you replace it with a photo or something,
				set background-size to "cover".
			*/

			background: url('images/bg.jpg');
			background-size: 100% 100%;
		}

		/*
			The pseudo element below applies a noise pattern to the background image. It's
			meant to help mask blurriness, but you can remove it if you don't like it.
		*/

		body:after
		{
			content: '';
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url('images/overlay.png');
			z-index: -1;
		}
	
	body, input, textarea
	{
		/*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'Alegreya Sans SC', sans-serif;
		font-weight: 300;
		color: #777;
	}
	
	.clear
	{
	clear:both;
	}

	a
	{
	text-decoration:none;
	color:#a41d23
	}

	a:hover
	{
	text-decoration:underline;
	}
	
	.u_half
	{
	width:50%;
	float:left;
	}
	
	.ta_center
	{
	text-align:center;
	}
	
	.ta_right
	{
	text-align:right;
	}
	
	.table_display
	{
	display: table;
	}
	
	.td_vcenter
	{
    display: table-cell;
    vertical-align: middle;
	}
	
	h1
	{
	width:900px;
	padding:45px 30px 30px;
	font-size:40px;
	margin:0;
	font-variant:small-caps;
	background:white;
	font-weight:400;
	color:#363636;
	}
	
	#footer
	{
	width:960px;
	margin:0 auto;
	}
	
	#footer > ul
	{
	list-style:none;
	margin:0;
	padding:0;
	color:white;
	text-align:center;
	}
	
	#footer > ul > li
	{
	display:inline-block;
	}
	
	.hr_dashed{
	width:930px;
	margin-left:15px;
	border-bottom:1px dashed #ccc;
	margin-bottom:15px;
	}
	
	.row_spacer
	{
	padding: 10px 0;
	}
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
	
	#nav
	{
		width:960px;
		margin:50px auto 0;
		text-align:center;
	}
	
	#nav a
	{
		font-size: 40px;
		opacity: 0.50;
		outline: 0;
		text-align:center;
		color:white;
		display:inline-block;
		padding:0 20px;
		position:relative;
		text-decoration:none;
	}

	#nav a.active
	{
		opacity:1;
	}
	
	#nav a.active:after
		{
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 0 15px 20px 15px;
			border-color: transparent transparent #ffffff transparent;
			content:'';
			margin:10px auto 0;
			display:block;
			opacity:1;
			/*opacity:0;*/
		}
		
		#nav a:hover
		{
			opacity:1;
			text-decoration:none;
		}
		
			#nav a span
			{
				display:none;
			}
			
/*********************************************************************************/
/* main                                                                          */
/*********************************************************************************/

	#main
	{
	width:960px;
	margin:0 auto 30px;
	background:white;
	}
	
	#homepage
	{
	padding:100px 0;
	}
	
	#start_tour
	{
	cursor: pointer;
	color:#aaa;
	font-variant:small-caps;
	font-size:26px;
	letter-spacing: -0.015em;
	height:80px;
	line-height:40px;
	float:right;
	width:350px;
	padding-right:20px;
	}

	#start_tour_arrow
	{
	cursor:pointer;
	text-align:center;
	font-size:40px;
	width:80px;
	height:80px;
	line-height:80px;
	float:right;
	background:#333;
	color:white;
	}
	
	#category_list > .ajax_content > ul, #pano_list > .ajax_content > ul, #hp_newest_list > .ajax_content > ul, #hp_fav_list > .ajax_content > ul
	{
	list-style:none;
	margin:0;
	padding:0 0 15px 0;
	}
	
	#category_list > .ajax_content > ul > li, #pano_list > .ajax_content > ul > li, #hp_newest_list > .ajax_content > ul > li, #hp_fav_list > .ajax_content > ul > li
	{
	float:left;
	margin-left:15px;
	width:300px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	}
	
	#hp_newest_list > h1, #hp_fav_list > h1
	{
	text-align:center !important;
	width:960px;
	}
	
	#hp_fav_list > .ajax_content > ul > li, #hp_newest_list > .ajax_content > ul > li
	{
	border:none !important;
	}
	
	#category_list > .ajax_content > ul > li > a, #pano_list > .ajax_content > ul > li > a, #hp_fav_list > .ajax_content > ul > li > a
	{
	color:#777;
	}
	
	.city
	{
	text-align:right;
	}
	
	.city > span
	{
	background:#666;
	padding:0 10px;
	color:white;
	}
	
	.pano_name
	{
	width:300px;
	padding:10px;
	text-align:center;
	color:#363636;
	}
	
	.t_block
	{
	width:300px;
	margin:10px 0 0 10px;
	float:left;
	position: relative;
	}
	.t_block .t_block_hover {
		width: 100%;
		height: 0;
		background: rgba(255,255,255,.7);
		overflow: hidden;
		transition: height .5s ease;
		position: absolute;
		text-align: center;
	}
	.t_block:hover .t_block_hover {
		height: 169px;		
	}
	.t_block .t_block_hover span {
		display: block;
		font-size: 21px;
		padding: 74px 0;
		font-weight: bold;
	}
	
	.bottom_spacer
	{
	width:960px;
	padding-top:10px;
	}
	
	.show_pano
	{
	text-align:center;
	color:#777;
	display:block;
	height:24px;
	line-height:24px;
	}
	
	.show_pano img
	{
	width:24px;
	height:24px;
	margin-right:10px;
	vertical-align:middle;
	}
	
	.heading
	{
	padding-left:15px;
	width:300px;
	border-bottom:1px dashed #ccc;
	color:#363636;
	}
	
	.content
	{
	text-align: justify;
	}
	
	.cat_list
	{
	list-style:none;
	margin:0;
	padding:0;
	}
	
	.cat_list > li
	{
	display:inline;
	margin-right:10px;
	}
	
	.share_link
	{
	text-align:left;
	color:#777;
	display:block;
	height:32px;
	line-height:32px;
	margin-top:10px;
	margin-left:50px;
	}
	
	.share_link img
	{
	width:32px;
	height:32px;
	margin-right:10px;
	vertical-align:middle;
	}
	
	.nearby_pano
	{
	text-align:left;
	color:#777;
	display:block;
	min-height:48px;
	margin-top:10px;
	margin-left:30px;
	}
	
	.nearby_pano img
	{
	width:48px;
	height:48px;
	margin-right:10px;
	float:left;
	}
	
	.nearby_pano div
	{
	float:left;
	width:212px;
	}
	
	.nearby_pano .grey
	{
	color:#888;
	font-size:12px;
	}
	
	.more_pano
	{
	text-align:left;
	color:#777;
	display:block;
	height:48px;
	line-height:48px;
	margin-top:10px;
	margin-left:88px;
	}
	

	/* #### bootstrap Form #### */
	.bootstrap-frm {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		background: #FFF;
		color: #888;
	}
	.bootstrap-frm h1 {
		padding: 0px 0px 10px 40px;
		display: block;
		border-bottom: 1px solid #DADADA;
		margin: -10px -30px 30px -30px;
		color: #888;
	}
	.bootstrap-frm h1>span {
		display: block;
		font-size: 11px;
	}
	.bootstrap-frm label {
		display: block;
		margin: 0px 0px 5px;
	}
	.bootstrap-frm label>span {
		float: left;
		width: 80px;
		text-align: right;
		padding-right: 10px;
		margin-top: 10px;
		color: #333;
		
		font-weight: bold;
	}
	.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
		border: 1px solid #CCC;
		color: #888;
		height: 30px;
		margin-bottom: 16px;
		margin-left: 14px;
		margin-top: 2px;
		outline: 0 none;
		padding: 6px 12px;
		width: 458px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		font-size:20px;
	}
	.bootstrap-frm textarea{
	width:932px;
	}
	.bootstrap-frm select {
		background: #FFF url('down-arrow.png') no-repeat right;
		background: #FFF url('down-arrow.png') no-repeat right);
		appearance:none;
		-webkit-appearance:none; 
		-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: '';
		width: 458px;
		height: 30px;
	}
	.bootstrap-frm textarea{
		height:100px;
	}
	.bootstrap-frm .button {
		background: #FFF;
		border: 1px solid #CCC;
		padding: 10px 25px 10px 25px;
		color: #333;
		border-radius: 4px;
		font-size:20px;
	}
	.bootstrap-frm .button:hover {
		color: #333;
		background-color: #EBEBEB;
		border-color: #ADADAD;
	}
	
	/* TAGI */
.tags{
	margin: 10px 0 0;
	padding:0;
	/*
	position:absolute;
	right:24px;
	bottom:-12px;
	*/
	list-style:none;
	}
.tags li, .tags a{
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:11px;
	margin-bottom:8px;
	}
.tags a{
	margin-left:20px;
	padding:0 10px 0 12px;
	background:#777;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;	
	} 
.tags a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #777 transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;		
	}
.tags a:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #004977;
	-webkit-box-shadow:-1px -1px 2px #004977;
	box-shadow:-1px -1px 2px #004977;
	}
.tags a:hover{background:#a41d23;}	

.tags a:hover:before{border-color:transparent #a41d23 transparent transparent;}

#pano_title
{
	width:960px;
	padding:45px 30px 0;
}

#pano_desc
{
	width:960px;
	font-size:20px;
	padding:10px 30px 10px;
	font-weight:normal;
	margin:0;
}

/* old comment
#comment
{
	text-align:center;
	margin-top:10px;
}

#comment_info, #add_comment
{
	
	height:75px;
	width:100px;
	text-align:center;
	padding-top:10px;
	float:left;
	margin-left:40px;
}

#comment_info  .small, #add_comment  .small
{
	font-size:10px;
	margin:0;
	padding:0;
}

#comment_info  .number, #add_comment  .number
{
	padding:0;
	margin: 0;
	font-size:26px;
	color:#a41d23;
}

#comment_info
{
	background: url(images/comment.png) no-repeat;
}

#add_comment
{
	background: url(images/comment_add.png) no-repeat;
}

#add_comment > a
{
	color:#808080;
	text-decoration:none
}

#add_comment > a:hover
{
	color:#a41d23;
	text-decoration:none
}

*/

#rate 
{
	text-align:right;
	padding-right:25px;
	font-size:14px;
}
#comment
{
	text-align:right;
	font-size:18px;
	padding-right:25px;	
	margin-top:5px;	
}

#comment>span:hover
{
	text-decoration:underline
}

#comment > span
{
	margin-left:10px;
	cursor:pointer;
	color:#a41d23;
	line-height:24px;
}

#comment > span > span
{
	color:#888;
	font-size:14px;
	line-height:24px;
}

#comment > i
{
	cursor:pointer;
	color:#a41d23;
	line-height:24px;
}

/* SLIDER */
#slider label {
    position: absolute;
    width: 30px;
    margin-left: -15px;
    text-align: center;
    margin-top: 20px;
	font-size:10px;
}

#slider {
    width: 260px;
}
#slider > a 
{
	margin-top:0 !important;
}

#slider_outer
{
	width:300px;
	margin:20px auto 10px;
	height:50px;
}

/* STAR RATING */
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 250px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
  margin-left:25px;
  margin-top:10px;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}


/*outer links */
.outer_link
{
	margin-right:10px;
	display:inline-block;
	width:32px;
	height:32px;
}

.outer_link > img
{
	width:32px;
	height:32px;
}

/*map marker*/
.see_map
{
	display:block;
	padding:10px;
	text-transform:uppercase;
}

.see_map > i
{
	margin-right:10px;
}

.search_box
{
	display:none;
	text-align:right;
	margin-top:-15px;
}

.sb
{
	padding:3px 10px !important;
	margin-right:15px;
}

/* search box */

#search_box
{
	float:right;
	width:200px; 
	height:30px; 
	display:block; 
	margin-top:10px;
}
#search_box input
{
	height:30px; 
	line-height:30px; 
	border:0; 
	width:120px; 
	padding:0 10px; 
	float:left; 
	outline:none; 
	background: url('images/w50.png');
}

#search_box button
{
	float:left; 
	width:50px; 
	height:30px; 
	line-height:30px; 
	margin:0; 
	padding:0; 
	font-size:24px; 
	border:0; 
	background:none; 
	cursor:pointer; 
	color:white; 
	outline:none;
}

.right p, .left p{
	text-align: justify;
	font-size: 22px;
	padding: 10px;
	padding-top: 0;
}

.right h2, .left h2{
	text-align: center;
	margin-bottom: 0px;
}

.right a{
	font-size: 22px;
	text-align: center;
	padding: 10px;
}

.main_description{
	background: #f1f1f1;

	padding-top: 10px;
	padding-bottom: 10px;
}

.no-background{
	background: #fff;
}

ul#links {
	width: 100%;
	display: block;
	list-style: none;
	margin: 10px 0 20px;
}
ul#links li {
	width: 25%;
	float: left;
	text-align: center;
}
ul#links li img {
	width: 65%;
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);	
	transition: all 0.5s ease;
}
ul#links li:hover img {
	-webkit-filter: grayscale(0%); 
    filter: grayscale(0%);	
}
