@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 -100px;
}

#push {
	height: 100px;
}

footer {
	width: 100%;
	height: 60px;
	padding: 20px 0;
        background-color: #0b8da5;
	color: #eee;
	font-size: 14px;
	border-top: 1px solid #0b8da5;
}
footer a, footer a:hover {
	color: #fff;
}

header {
	background: #fefefe;
	min-height: 80px;
	padding: 20px 0;
}
header h1 {
	color: #0b8da5;
	font-size: 40px;
}

main {
	padding-top: 20px;
	padding-bottom: 20px;
}

a,
.btn-link {
        color: #137c9d;
}
a:hover,
.btn-link:hover {
        color: #022f50;
}

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;
	color: #022f50;
}

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;
	color: #022f50;
}
.page-header h1 small {
	font-size: 16px;
}

.modal-body {
	color: #333;
}

.well {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.well-small {
	borde-radius: 4px;
}

#left-menu a {
	background-color: #022f50;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 5px;
}
#left-menu a:hover,
#left-menu a:focus,
#left-menu .active a {
	background-color: #137c9d;
}

.tab-pane h3:first-child {
	margin-top: 0;
}

.navbar-inner {
	background-color: #022f50;
	background-image: none;
	filter: none;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .btn-navbar,
.navbar .btn-navbar:hover {
	background-color: #022f50;
	background-image: none;
	filter: none;
}
.navbar .brand {
	color: #fefefe;
	text-shadow: none;
}
.navbar .nav > li > a {
	color: #fefefe;
	text-shadow: none;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
	color: #fff;
	text-shadow: none;
	background: #137c9d;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #fefefe !important;
	border-bottom-color: #fefefe !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #137c9d;
	color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #137c9d;
	background-image: none;
	filter: none;
}


@media (max-width: 979px) {
	.nav-collapse .nav > li > a,
	.nav-collapse .dropdown-menu a {
		color: #fefefe;
		background-color: #137c9d;
	}
	.nav-collapse .nav > li > a:hover,
	.nav-collapse .dropdown-menu a:hover {
		background-color: #137c9d;
	}
}

@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;
}
