
/*@import url(http://fonts.googleapis.com/css?family=Ruda:400,700,900);*/

/* Fonts
----------------------------------------------------------------------*/
@font-face {
  font-family:"Calibri";
  font-style: normal;
  font-weight: 300;
  src: local('Calibri'), local('Calibri'), url(../fonts/Calibri.html) format('woff');
}
/*
@font-face {
  font-family: 'Ruda';
  font-style: normal;
  font-weight: 400;
  src: local('Ruda Regular'), local('Ruda-Regular'), url(../fonts/ruda-regular.woff) format('woff');
}
@font-face {
  font-family: 'Ruda';
  font-style: normal;
  font-weight: 600;
  src: local('Ruda Bold'), local('Ruda-Bold'), url(../fonts/ruda-bold.woff) format('woff');
}
*/
/* Normalize
----------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
 	display: none;
 	height: 0;
}
[hidden], template {
 	display: none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a {
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
 	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 	border: 0;
 	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@-o-viewport {
 	width: device-width;
}
@-ms-viewport {
 	width: device-width;
}
@viewport {
	width: device-width;
}

/* Typography
----------------------------------------------------------------------*/
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Calibri", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.428571429;
	color: #434343;
	background-color: #FFFFFF;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button, input, select[multiple], textarea {
	background-image: none;
}
a {
	color: #08476f;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #08476f;
	text-decoration: underline;
	outline:none;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
small {
	font-size: 80%;
}
cite {
	font-style: normal;
}
.text-muted {
	color: #999999;
}
.text-primary {
	color: #08476f;
}
.text-warning {
	color: #c09853;
}
.text-danger {
	color: #b94a48;
}
.text-success {
	color: #468847;
}
.text-info {
	color: #3a87ad;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align:justify;	
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Calibri', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	color:#eae20b;//#ad1fb1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	font-weight: 600;
	line-height: 1;
}
h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1, .h1 {
	font-size: 31px;
}
h2, .h2 {
	font-size: 25px;
}
h3, .h3 {
	font-size: 19px;
}
h4, .h4 {
	font-size: 17px;
}
h5, .h5 {
	font-size: 15px;
}
h6, .h6 {
	font-size: 13px;
}
h1 small, .h1 small {
	font-size: 25px;
}
h2 small, .h2 small {
	font-size: 19px;
}
h3 small, .h3 small, h4 small, .h4 small {
	font-size: 17px;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.428571429;
}
dt {
	font-weight: 600;
}
dd {
	margin-left: 0;
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eeeeee;
}
blockquote p {
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.25;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote small {
	display: block;
	line-height: 1.428571429;
	color: #999999;
}
blockquote small:before {
	content: '\2014 \00A0';
}
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small {
	text-align: right;
}
blockquote.pull-right small:before {
	content: '';
}
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
}

/* Layout
----------------------------------------------------------------------*/
.clearfix {
 	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.col-1 {
	width: 8.333333333333332%;
}
.col-2 {
	width: 16.666666666666664%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33333333333333%;
}
.col-5 {
	width: 41.66666666666667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333333333333336%;
}
.col-8 {
	width: 66.66666666666666%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33333333333334%;
}
.col-11 {
	width: 91.66666666666666%;
}
.col-12 {
	width: 100%;
}
.col-push-0 {
	left: auto;
}
.col-push-1 {
	left: 8.333333333333332%;
}
.col-push-2 {
	left: 16.666666666666664%;
}
.col-push-3 {
	left: 25%;
}
.col-push-4 {
	left: 33.33333333333333%;
}
.col-push-5 {
	left: 41.66666666666667%;
}
.col-push-6 {
	left: 50%;
}
.col-push-7 {
	left: 58.333333333333336%;
}
.col-push-8 {
	left: 66.66666666666666%;
}
.col-push-9 {
	left: 75%;
}
.col-push-10 {
	left: 83.33333333333334%;
}
.col-push-11 {
	left: 91.66666666666666%;
}
.col-pull-0 {
	right: auto;
}
.col-pull-1 {
	right: 8.333333333333332%;
}
.col-pull-2 {
	right: 16.666666666666664%;
}
.col-pull-3 {
	right: 25%;
}
.col-pull-4 {
	right: 33.33333333333333%;
}
.col-pull-5 {
	right: 41.66666666666667%;
}
.col-pull-6 {
	right: 50%;
}
.col-pull-7 {
	right: 58.333333333333336%;
}
.col-pull-8 {
	right: 66.66666666666666%;
}
.col-pull-9 {
	right: 75%;
}
.col-pull-10 {
	right: 83.33333333333334%;
}
.col-pull-11 {
	right: 91.66666666666666%;
}
.col-offset-0 {
	margin-left: 0;
}
.col-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-offset-3 {
	margin-left: 25%;
}
.col-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-offset-6 {
	margin-left: 50%;
}
.col-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-offset-9 {
	margin-left: 75%;
}
.col-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-offset-11 {
	margin-left: 91.66666666666666%;
}
.alpha {
	padding-left:0 !important;
}
.omega {
	padding-right:0 !important;
}

/* Form Elements
----------------------------------------------------------------------*/
label {
	display: block;
	line-height:25px;
	font-weight:500;
}
input,
select, 
textarea {
	border:1px solid #999;
	outline: none;
	padding:2px 5px;
	height: 25px;
	background:none;
	font-weight: 400;
	font-size:13px;
	color: #333;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom:10px;
	width:100%;
}
select {
	padding:5px;
	padding-left:5px;	
}
textarea {
	overflow: auto;
	height: 120px;
	padding:2px 5px;
	margin-bottom:20px;
	width:100%;
}
input.error,
select.error,
textarea.error {
	border:1px solid #dc402a;	
}
label.error {
	display:none !important;	
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #333333;
	background-color: #f5f5f5;
	border-color: #cccccc;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
	text-decoration: none;
	outline:none;
}
.btn:active, .btn.active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-sm, .btn-xs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs {
	padding: 1px 5px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
	color: #ffffff;
	background-color: #47a447;
	border-color: #398439;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
	color: #ffffff;
	background-color: #39b3d7;
	border-color: #269abc;
}
.btn-primary {
	color: #ffffff;
	background-color: #08476f;
	border-color: #063857;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	color: #ffffff;
	background-color: #052f49;
	border-color: #02131e;
}
.btn-link {
	color: #08476f;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #031928;
	text-decoration: underline;
	background-color: transparent;
}

/* Responsive
----------------------------------------------------------------------*/
@media (max-width: 767px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		float:none;
		display:block;
		width:inherit;	
	}
	.alpha, .omega {
		padding-left: 0;
		padding-right: 0;
	}
	input, select, textarea {
		width:95%;
	}
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
	.dl-horizontal dd:before, .dl-horizontal dd:after {
		content: " ";
		display: table;
	}
	.dl-horizontal dd:after {
		clear: both;
	}
 	.container {
 		max-width: 740px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
/*@media (min-width: 1200px) {
	.container {
		max-width: 1160px;
	}
}*/
