@charset "utf-8";

html,body {
	background: #eee;
	height:100%;
	margin: 0;
	padding: 0;
}

body > .container{
	position: relative;
	background: #fff;
	min-height:100%;
}

#logo_title {
	margin: 5px 0;
}

#logo_title img {
	border: 0;
}

.nav.right {
	float: right;
	margin-right: -30px;
}

.carousel {
	margin-bottom: 30px;
}

.carousel .container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.carousel-control {
	background-color: transparent;
	border: 0;
	font-size: 80px;
	width: 45px;
	margin:0;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-image: none !important;
	text-align: right;
}
.carousel-control.right {
	text-align: left;
}

.carousel .item {
	height: 300px;
}

.carousel img {
	min-width: 100%;
	height: 100% !important;
}

.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 650px;
	padding: 0 30px;
	width: 83%;
	margin-bottom: 45px;
	text-align: left;
	color: #fff;
}
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption p {
	margin: 0;
	line-height: 1.25;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
	margin-top: 10px;
}

.carousel .active{margin-top: 0!important;padding-top: 0!important;}

.header-image {
	height:210px;
	margin:0 auto 30px;
	background:url(img/header_page.jpg);
	background-size: cover;
	color: #fff
}

.header-image.board {
	background-image: url(img/header_board.jpg);
}

.header-image>h3,
.header-image>p{
	position: relative;
	top: 67px;
	left:20px;
	width: 400px;
	margin: 5px;
}

ul.message-dropdown {
	padding: 0;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}

li.message-preview {
	width: 275px;
	border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
	padding-top: 15px;
	padding-bottom: 15px;
}

li.message-footer {
	margin: 5px 0;
}

ul.message-dropdown {
	float: left;
	position: absolute;
	margin-top: 0;
	border: 1px solid rgba(0,0,0,.15);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

ul.message-dropdown>li>a {
	white-space: normal;
}

.auto-hide{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	background: #333;
	color: #fff;
	margin: 0;
	padding: 2px 20px 8px;
	text-align: right;
}

.bs-docs-header {
	position: relative;
	color:#000;
}

.bs-docs-header .right {
	position: absolute;
	bottom: 0;
	right:0;
}

.bs-docs-header .right .fa{
	width:20px;
	text-align: center;
}

.bs-docs-header .right .fa,
.bs-docs-header .right .caret {
	color:#000;
}

.bs-docs-header .right .caret {
	margin-right: 5px;
}

.bs-docs-header .dropdown-header {
	font-size: inherit;
}

.bs-docs-footer-links {
	padding-left: 0;
	margin-bottom: 20px;
}

.bs-docs-footer-links li {
	display: inline-block;
}

.bs-docs-footer-links li+li {
	margin-left: 15px;
}

.bs-docs-footer {
	padding: 5px 5px;
	color: #eee;
	text-align: right;
	background-color: #03498f;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 90px;*/
	overflow: hidden;
}

.bs-docs-footer a {
	color: #fff;
}

.bs-docs-body {
	width: 100%;
	padding: 0px 10px;
	min-height: 100%;
	margin-bottom: 185px;
	float: left;
}

#loginModal .modal-dialog{
	width: 400px;
	margin: 70px auto;
}

.login-icon img {
	border: 0;
	color: #000;
	border-radius: 100%;
	display: inline-block !important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0;
	vertical-align: bottom;
}

form .af_editor_rp_content > textarea,
form .af_editor_rp_content > textarea + iframe{
	min-height: 80px !important;
}

@media(max-width:768px) {
	.nav.right {
		float:none;
		margin-right:-15px;
	}
	.carousel-control {
		font-size: 50px;
		width: 25px;
	}
	.carousel .item {
		height: 220px;
	}
	.carousel-caption{
		margin-bottom: 20px;
		padding: 0 10px;
		width: auto;
	}
	.carousel-caption h1
	.carousel-caption h2,
	.carousel-caption h3, {
		font-size: 25px;
	}
	.header-image {
		height: 110px;
	}
	.header-image>h3{
		/*display:none;*/
	}
	.header-image>p{
		top: 33px;
		left: 15px;
		width: 330px;
		margin:0;
	}
	.bs-docs-footer {
		padding: 10px;
		text-align: left;
	}
	.bs-docs-footer-links {
		margin-bottom: 5px;
	}
	.bs-docs-footer-links li{
		margin: 0;
	}
	.bs-docs-footer-links li+li {
		margin: 5px 15px 0 0;
	}
	#loginModal .modal-dialog{
		width: 300px;
	}
}

/*navbar cumstom*/