@charset "utf-8";
/* ---------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
}
@media screen and (max-width: 767px) {
}
/* ---------------------------------------------------------------------- */
.secondary {
	margin-bottom: 30px;
}
/* ---------------------------------------------------------------------- */
.secListBox {
	margin-bottom: 30px;
}
/* ---------------------------------------------------------------------- */
.secListtitle {
	color: #083b67;
	text-align: center;
	border-bottom:1px solid #083b67;
}
.secListtitle h2 {
	display: block;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	line-height: 1em;
	text-transform: capitalize;
}
.secListtitle span {
	display: inline-block;
	font-size: 11px;
	color: #fff;
}
.secListtitle strong {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 5px;
}
/* ---------------------------------------------------------------------- */
.secListBoxinner {
}
.secListBoxinner {
	padding: 10px 0px;
}
.secListBoxinner ul {
	list-style-type: none;
}
.secListBoxinner li {
	display: block;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.secListBoxinner ul {
		text-align: center;
	}
	.secListBoxinner li {
	}
}
.secListBoxinner li a {
	display: block;
	color: #11114d;
	text-decoration: none;
	background-color: #205887;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 5px;
}
.secListBoxinner li a:hover {
	color: #fff;
	background-color: #083b67;
}
.secListBoxinner li a strong {
	font-weight: normal;
}
/* ---------------------------------------------------------------------- */
.secban {
	text-align: center;
	margin-bottom: 20px;
}
.secban img {
	display: block;
	max-width: 100%;
	margin: 0px auto;
}
/* ---------------------------------------------------------------------- */
.secbantex {
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	margin-bottom:10px;
}
/* ---------------------------------------------------------------------- */
.sectitle {
	text-align: center;
	border-bottom: 1px solid #083b67;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.sectitle h2 {
	display: block;
	color: #083b67;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	line-height: 1em;
	text-transform: capitalize;
}
/* ---------------------------------------------------------------------- */
#blog {
	margin-bottom: 30px;
}
.blog {
}
.blog dl {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.blog dt {
	color: #335e7e;
	font-weight: bold;
	line-height: 1em;
}
.blog dd {
	font-size: 11px;
	line-height: 1.2em;
}
@media screen and (max-width: 767px) {
	.blog dt {
		display: block;
		width: auto;
		text-align: center;
	}
	.blog dd {
		display: block;
		padding: 0px 20px;
	}
}
.blog dd a {
	display: block;
}
.blog dd div {
}
.blog dd div strong {
	display: inline-block;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
	.blog dd div strong {
		display: block;
		text-align: center;
		padding-right: 0px;
	}
}
.blog dd div span {
	display: inline-block;
}
.blog dd a {
}
/* ---------------------------------------------------------------------- */

/#butaman .able {
	width: 100%;
}	

/#butaman .row {
	display:table-row;
}

/#butaman .outer .inner .form #mailform table {
	display:table;
	width: 100%;
	border-collapse:sepalate; /*collapse*/
	border-spacing: 5px;
	empty-cells:show;
	margin: 0px auto;	
}	

#butaman .outer .inner .form #mailform table tr th {
		display:table-cell;
	width: 25%;
	text-align: center;
	vertical-align: middle;
	background-color: #405280;
	border: 1px solid #405280;
	padding: 10px;
}

#butaman .outer .inner .form #mailform table tr th td {
	display:table-cell;
	border: 1px solid #dcdddd;
	padding: 10px;

}

#butaman .outer .inner .form #mailform table tr th td .contact table p {
	padding-bottom:5px;

}
#butaman .outer .inner .message {
	font-size: 14px;
}
