﻿html,body{padding:0;margin:0;background:#EEEEEE;}
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family:  Lucida Sans Unicode, sans-serif;}
ul{padding:0;margin:0;}
li{list-style:none;}
.pr{position:relative;}
.oh{overflow:hidden;}
.mg10 {margin:10px 0;}
.navbar{border-radius:0px}
#header
{
	background: #222222;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	padding: 0 0px;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index:9999;
}
#hamburger
{
	 
	display: block;
	width: 70px;
	height: 40px;
	outline:none;blr:expression(this.onFocus=this.blur());
 
}
#header .navbar {
     border-radius: 0px;
     border-width: 0px;
     min-height:40px;
     height:40px;
     margin-bottom:0px;

}

#header  .navbar-nav li a {
    padding:10px 10px;
   
}
#header .navbar-collapse {
	background-color: #061f3e;
	margin-top: -15px;
	width: 100%;
}
#header .navbar-toggle
{
    margin-right:30px;
    margin-bottom:0px;
    padding:5px;
}
 #hamburger
{
	box-sizing: border-box;
	z-index: 4;
}
#hamburger:before,
#hamburger:after,
#hamburger span
{
	background: #fff;
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	left: 20px;
}
#hamburger:before
{
	top: 10px;
}
#hamburger span
{
	top: 18px;
}
#hamburger:after
{
	top: 26px;
}

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span
{
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;

	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after
{
	top: 20px;	
}
html.mm-opening #hamburger span
{
	left: -50px;
	opacity: 0;
}
html.mm-opening #hamburger:before
{
	transform: rotate( 45deg );
}
html.mm-opening #hamburger:after
{
	transform: rotate( -45deg );
}
#mm-blocker
{
	/*background: rgba( 91, 197, 255, 0 );*/
	background: rgba( 0, 0, 0, 0 );
	 
}
.mm-opening #mm-blocker
{
	/*background: rgba( 91, 197, 255, 0.5 );*/
	background: rgba( 0, 0, 0, 0.2 );
	transition: background 1s ease 0.3s;
 
}

.bloglist
{
}
	.bloglist .item {
		width: 100%;
		min-height: 100px;
		margin: 10px 0px;
		
		
		position: relative;
		margin-bottom: 10px;
		background-color: #FFFFFF;
		border-radius: 5px;
		box-shadow: 0 2px 3px rgba(0,0,0,.1);
		padding-bottom:30px;
		/*background-color: white;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 4px;
	border-radius: 4px;
	*/
	}
		.bloglist .item::after {
			content: '';
			position: absolute;
			bottom: 0;
			width: 100%;
			height: 100px;
			/*background-color: rgba(255,255,255,0.7);*/
			background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), #F5F5F5);
			z-index: 1;
		}

		.bloglist .item .more {
			position: absolute;
			bottom: 0;
			right: 0;
			display: block;
			height: 25px;
			line-height: 25px;
			width: 90px;
			text-align: center;
			background-color: #ccc;
			z-index:9;
		}

			.bloglist .item .more a {
				color: #053A3F;
				font-size: 14px;
			}

	.bloglist .content img {
		max-width: 100%;
	}

	.bloglist  h4 {
		border-bottom: 1px solid #ccc;
		padding:10px 10px;
		margin:0;
	}

	.bloglist li.item .content {
		padding: 5px 10px;
		max-height: 500px;
		overflow: hidden;
	}
.bloglist li h4 a
{
color:#000000;
font-size:20px;
}
.bloglist li h6
{
color:#AAAAAA;
}
.bloglist li h5
{
color:#fff;
line-height:150%;
background-color:#ccc;
margin:0;
padding:5px 10px;
}
.bloglist li h5 a
{
    color:#fff;
}
.searchbox .btn{ margin-right:10px; margin-top:10px;}


.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

#container {
	padding-top: 60px;
}
/*#container .cont{background-color: #ffffff;border-radius: 5px;box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);padding: 15px;}*/
h3 {
	font-size: 24px;
	font-weight: normal;
}

	h3 span {
		color: red;
		font-size: 40px;
		margin-right: 5px;
	}

dl {
	margin-bottom: 15px;
	font-size: 14px;
}

	dl dt {
		font-weight: 700;
		margin-bottom: 5px;
	}

		dl dt span {
			color: #F00;
			font-size: 12px;
			margin-right: 5px;
		}

	dl dd span {
		color: #999;
		margin-left: 5px;
	}

	dl dd label {
		font-weight: normal;
		margin-right: 5px;
		max-width: auto;
	}

		dl dd label input {
			margin-right: 2px;
		}

.btn-submit {
	background-color: #337ab7;
	border-color: #2e6da4;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	padding: 6px 12px;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
}


.btn-text2 {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 70px;
	float: left;
	margin-right: 10px;
}



.btn-text1 {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 290px;
}










.btn-text {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 370px;
}

	.btn-text.wp100 {
		width: 100%;
	}

textarea.btn-text {
	height: auto;
}




.card-two {
	float: left;
	background: #000;
	width: calc(100% - 611px);
	margin-left: 10px;
	background: #fff;
	box-shadow: 0 .05rem .1rem rgba(0,0,0,.3);
	border-radius: .1rem;
	height: 595px;
	border: 1px solid #eee
}

.card-one {
	background-color: #F5FFFA;
	width: 600px;
	height: 595px;
	float: left;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.kapian-div2 {
	border-radius: 5px;
	padding: .75rem;
	position: relative;
	height: 595px;
	font-size: 35px
}

.font20 {
	font-size: 20px
}

.font20-a {
	font-size: 20px;
	color: #337ab7
}

.kapian-a {
	color: #fff;
	padding: 3px 5px;
	background-color: #1877f2;
	float: left;
	font-size: 16px;
}

.kapian-col3 {
	position: absolute;
	bottom: 100px;
	right: 22px;
	padding: 0;
	width: auto
}
