/*@media print {
	* {
		color:#000!important;
		text-shadow:none!important;
		background:transparent!important;
		box-shadow:none!important
	}
	a, a:visited {
		text-decoration:underline
	}
	a[href]:after {
		content:" (" attr(href) ")"
	}
	abbr[title]:after {
		content:" (" attr(title) ")"
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
	content:""
	}
	pre {
		border:1px solid #999;
		page-break-inside:avoid
	}
	thead {
		display:table-header-group
	}
	tr, img {
		page-break-inside:avoid
	}
	img {
		max-width:100%!important
	}
	@page {
	margin:2cm .5cm
	}
	
	select {
		background:#fff!important
	}
	.navbar {
		display:none
	}
	.table td, .table th {
		background-color:#fff!important
	}
	.btn>.caret, .dropup>.btn>.caret {
		border-top-color:#000!important
	}
	.label {
		border:1px solid #000
	}
	.table {
		border-collapse:collapse!important
	}
}
*/
html {
	font-size:62.5%;
}
body {
	line-height:1.428571429;
	color:#222;
	background-color:#fff;
	margin:0;
	padding:0;
	word-wrap: break-word;

}
@media(min-width:801px) {
body {font-size:16px;letter-spacing: 0.01em;}
}
@media(max-width:800px) {
body {font-size:16px;letter-spacing: 0.01em;}
}
@media(max-width:730px) {
body {font-size:15px;letter-spacing: 0.01em;}
}
@media(max-width:480px) {
body {font-size:14px;letter-spacing: 0em;}
}

input, button, select, textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}
table {
	border-collapse:collapse;
	border-spacing:0
}
strong {
	font-weight:bold
}

a:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
img {
	vertical-align:middle;
	border:0;
	max-width: 100%;
}
.img-responsive {
	display:block;
	height:auto;
	max-width:100%
}
hr {
	margin-top:5px;
	margin-bottom:15px;
	border:0;
	border-top:1px solid #eee;
}

p {
	margin:0 0 10px
}

small, .small {
	font-size:0.73em;
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
ul, ol {
	-webkit-margin-before:0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul ul, ol ul, ul ol, ol ol {
	list-style:none;
}
dl {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
	list-style:none;
}
dl dt,dl dd{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
	list-style:none;
}
.container {
	margin: 0 auto;
}

@media(max-width:999px) {
	.container {
	width:99%;
	}
}

@media(min-width:1000px) {
	.container {
	width:1000px;
	}
}