/* Body global BEGIN
-------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	min-height: 100%;
	position: relative;
}
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #313131;
	background-color: #ffffff;
	word-wrap: break-word;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
/* link, img */
a {
	color: #b90000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #9c0f0f;
	text-decoration: underline;
}
a:focus {
	outline: none;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
/* ol,ul list styling */
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;
	margin-left: -5px;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.list-inline-sm {
	margin-left: -2px
}
.list-inline-sm > li {
	padding-right: 2px;
	padding-left: 2px;
}
/* h1-h6 styling */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	line-height: 1.1;
	color: inherit;
	font-weight: bold;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1, .h1 {
	font-size: 32px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 15px;
	font-weight: normal;
}
p {
	margin: 0 0 15px;
}
.space {
	margin-top: 15px;
}
.space-sm {
	margin-top: 10px;
}
.space-lg {
	margin-top: 30px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-muted {
	color: #888;
}
small, .small {
	font-size: 85%;
}
.font-contrail {
	font-family: "Contrail One", cursive;
	font-weight: normal;
	font-style: normal;
}
/* Body global END
-------------------------------------------------- */


/* Forms, buttons, tables BEGIN
-------------------------------------------------- */
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-radius: 1px;
}
 .form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999;
}
.form-control::-webkit-input-placeholder {
 color: #999;
}
 .form-control:focus::-moz-placeholder {
 color:transparent;
 opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
 color:transparent;
}
.form-control:focus::-webkit-input-placeholder {
 color:transparent;
}
 .form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
	line-height: 34px;
}
}
.form-group {
	margin-bottom: 15px;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group > [class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
	display: table-cell;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	border-radius: 1px 0 0 1px;
}
.input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group-btn {
	min-width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-btn button {
	border-radius: 0 1px 1px 0;
}
.input-group .form-control + .input-group-btn, .input-group .input-group-btn + .form-control {
	border-left: 1px solid #ccc;
}
/* buttons */
.btn {
	padding: 8px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	display: block;
	border-radius: 1px;
}
.btn-default {
	border-color: #ccc;
	background-color: #fff;
}
.input-noborder, .btn-noborder {
	border: none;
}
.btn-block {
	width: 100%;
	display: block;
}
.btn-invert {
	background-color: #333;
	color: #fff;
}
/* tables */
.table {
	width: 100%;
	border-collapse: collapse;
}
.table th, .table td {
	padding: 6px;
	border-bottom: 1px solid #ddd;
}

/* Forms END
-------------------------------------------------- */
