@import url(////fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&subset=latin,latin-ext);

html, body {
	height: 100%;

}

body {
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

#wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -125px;
}

#push {
	height: 115px;
}

footer {
	width: 100%;
	height: 115px;
	padding-top: 10px;
	background-color: #000;
	color: #eee;
	font-size: 12px;
}

@media (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
	}

	footer, #wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	header {
		margin-left: -20px;
		margin-right: -20px;
	}
}

header {
	background: url('../img/header-bg.png') 0 0 repeat-x;
	text-align: center;
}

.push-inline {
	padding-right: 85px;
}

.pull-left-middle {
	margin-right: 100px;
}

.pull-right-footer {
	margin-left: 25px;
}

.pull-right-middle {
	padding-left:30px;
}

main {
	padding-top: 20px;
	padding-bottom: 20px;
}
main .nav-stacked {
	background-color: #fff;
	margin-top:20px;
	margin-left:17px;
}
.nav-tabs.nav-stacked>li>a {
	border:0px;
}
.nav-tabs.nav-stacked>li>a:hover {
	background-color:#f4f4f4;
}
main .nav-stacked a {
	color: #222;
	font-size:16px;
	line-height: 43px;
}
main .nav-stacked a:hover {
	color: #00b5cb;
}
main .nav-stacked li.active a {
	background-color: #00b5cb;
	color: #fff;
}
main .nav-stacked li.active a:hover {
	background-color: #018d9e;
	color: #fff;
	cursor: pointer;
}

a {
	color: #00b5cb;
}
a:hover {
	color: #018d9e;
}

aside {
        margin-top: 0;
}
aside hr {
	margin: 10px auto;
}
aside .form-search {
        margin-bottom: 0;
	padding-right:30px;
}

.affix {
        position: fixed;
        top: 10px;
	width: 250px;
}
.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 80px;
	width: 250px;
}
.affix-top {
        position: absolute;
        top: 10px;
	width: 250px;
}

.required label {
        font-weight: bold !important;
}

section {
	text-align: justify;
}
section a {
	font-weight: bold;
}
section h2 {
	font-size: 18px;
	line-height: 26px;
}

.nowrap {
	white-space: nowrap;
}

.article-nav-bottom {
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        padding: 0 2px;
}
.article-nav-bottom a {
	font-weight: normal;
}

.table-borderless td, .table-borderless th {
        border: 0;
}

h2 {
	font-size: 18px;
	line-height: 26px;
}

h3 {
	font-size: 16px;
	line-height: 22px;
}
h3 a {
	color: #555;
}

.page-header {
	margin: 0 0 10px;
}
.page-header h1 {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
}

.modal-body {
	color: #333;
}

.write-to {
	padding-top: 10px;
	font-size: 16px;
	text-align: center;
}

.marquee {
	overflow: hidden;
}

@media (min-width: 768px) {
	.modal-large {
		width: 80%;
		margin-left: -40%;
	}

	.modal-large .modal-body {
		max-height: 600px;
	}
}

.contact-form-name {
    position: absolute !important;
    display: inline !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
    width: 1px !important;
    height: 1px !important;
    opacity: .1 !important;
}