/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	overflow-x: hidden;
	background: url('../images/bg/bg.jpg') repeat;
	font-family: "Times New Roman", Times, serif;
	
	padding-top: 0px;
}
/* Toggle Styles */

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled {
	padding-left: 200px;
}
#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 200px;
	width: 0;
	height: 100%;
	background: #221f1f;
	margin-left: -200px;
	overflow-y: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
	width: 200px;
}
#page-content-wrapper {
	width: 100%;
	position: absolute;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -200px;
}
/* Sidebar Styles */
#sidebar-wrapper .sidebar-nav {
	width: 100%;
	padding: 0px 0px;
	list-style: none;
}
#sidebar-wrapper .sidebar-nav a {
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,0.50);
	font-weight: 400;
	border-bottom: none;
	font-size: 14px;
}
#sidebar-wrapper .sidebar-nav a:hover, #sidebar-wrapper .sidebar-nav a.active {
	text-decoration: none;
	color: #fff;
	background: #786f62;
	border-left: none;
}
/* left navigation */
.logo {
	max-width: 100%;
	padding: 10px 40px 20px;
}
.sidebar-nav {
	width: 100%;
	padding: 10px 40px;
	list-style: none;
}
.sidebar-nav li {
	text-indent: 10px;
	line-height: 35px;
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #786e61;
	font-weight: 600;
	border-bottom: 1px solid #786e61;
}
.sidebar-nav li a:hover {
	text-decoration: none;
	color: #221f1f;
	background: rgba(168,164,80,0.3);
	border-left: 2px solid #bd202e;
}
.sidebar-nav li a.active, .sidebar-nav li a:focus {
	text-decoration: none;
	color: #221f1f;
	background: rgba(168,164,80,0.3);
	border-left: 2px solid #bd202e;
}
.boxed {
	margin: 10px 40px 10px;
	border: 4px solid rgba(168,164,80,0.3);
	overflow: hidden;
}
.boxed .wrapped {
	background: #786e61;
}
.boxed h3 {
	color: #fff;
	font-size : 14px;
	padding: 8px 10px;
	margin: 0px;
}
.boxed img {
	max-width: 100%;
}
.social {
	margin: 10px 40px;
}
.social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.social li {
	float: left;
}
.social li a {
	display: block;
	text-align: center;
	padding: 5px;
}
/* Right Content */
.inner .contents {
	padding: 0px;
	background: url('../images/bg/inner.png') no-repeat top left;
	background-size: 100%;
}
.contents img {
	max-width: 100%;
}
.menu {

}
#map,
#panorama {
  height:350px;
  background:#6699cc;
}


/* Mobile Layout */
@media(max-width:1023px) {
	.container {
		padding: 0px;
	}
	.mobile-top {
		padding-top: 15px;
		padding-left: 15px;
	}
	.home .contents {
		padding: 0px;
	}
	.inner .contents {
		padding: 0px;
		background: url('../images/bg/inner-mobile.png') no-repeat top center;
		background-attachment: local;
	}
	.aboutus {
		color:#fff;
		padding:15px;
	}
	.aboutus h3 {
		text-align:center;
		color:#fff;
		padding-bottom:20px;
		font-size:26px;
	}
	.aboutus p {
		font-size:18px; 
		line-height:1.5;
		margin: 0 0 15px;
	}
	.menu img {
		padding-bottom: 15px;

	}
	.menu h3 {
		text-align: left !important;
	    color: #fff;
	    padding: 10px 10px;
	    font-size: 18px;
	    background-color: #786f62;
	    margin-bottom: 0;

	}
}


@media(max-width:768px) {
	.aboutus {
		color:#fff;
		padding:15px;
	}
	.aboutus h3 {
		text-align:center;
		color:#fff;
		padding-bottom:10px;
		font-size:18px;
	}
	.aboutus p {
		font-size:15px; 
		line-height:1.4;
		margin: 0 0 15px;
	}
	.inner .contents {
		padding: 0px;
		background: url('../images/bg/inner-mobile.png') no-repeat top center;
		background-attachment: local;
	}
}

@media(max-width:480px) {

	.aboutus .col-xs-5 , .aboutus .col-xs-7 {
		width:100%;
	}
	.menu .col-xs-4 {
		width:50%;
	}
	.menu .col-xs-offset-2 {
		margin-left: 0px;
	}
	.menu .social li a {
		padding-bottom: 15px;
	}
}
