@charset "utf-8";
/* CSS Document */
body {
	background: url("../img/bg1.png") repeat-x;
}
.content {
}
.content .bdr{
	/*border: 1px solid #ddd;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: #ffffff;
	border: 6px solid transparent;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 3px rgba(0, 0, 0, 0.4);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.content .span4 .nobdr, .content .span6 .nobdr, .nobdr {
	border: 0; 
}
.navbar .nav > li > a {
	color: #222;
}
.red {
	color: #CC0718;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #CC0718;
}
.fill {
	padding-left: 10px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	background: url("../img/bg1.png") repeat-x; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.return {
	left: 10px;
}
.navbar .divider-vertical {
	height: 40px;
	margin: 0 9px;
	border-right: 1px solid #fff;
	border-left: 1px solid #ddd;
}
.navbar-inverse .divider-vertical {
	border-right-color: #fff;
	border-left-color: #ccc;
}
.btn {
	margin-bottom: 10px;
}
.btn-danger {
	font-size: .8em;
	font-weight:700;/*height: 20px;*/
	margin-bottom: 0px;
}
.min-h {
	min-height: 150px;
}
.min-h-a {
	min-height: 130px;
}
#top {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
background: url("../img/to-top.png") #ff0000;
display: block;
font-size: 24px;
font-weight: bold;
height: 42px;
margin: -18px -560px 0 0;
opacity: 0;
position: fixed;
right: 50%;
text-align: center;
text-decoration: none;
top: 80%;
width: 42px;
}
#top.visible {
	opacity: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.0em;
}
.min-h {
	min-height: 280px;
}
}
@media (max-width: 767px) {
h3, h4 {
	font-size: 1.4em;
}
.min-h-a {
	min-height:inherit;
}
.min-h {
	min-height:inherit;
}
.logo {
	width:25%;
	height: 25%;
}
}
a {
	color: #CC0718;
	text-decoration: none;
}
hr {
	margin: 20px 0;
	border: 0;
	border-top: 2px solid #cccccc;
	border-bottom: 1px solid #ffffff;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #CC0718;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CC0718), to(#A00F0C));
	background-image: -webkit-linear-gradient(top, #CC0718, #A00F0C);
	background-image: -o-linear-gradient(top, #CC0718, #A00F0C);
	background-image: linear-gradient(to bottom, #CC0718, #A00F0C);
	background-image: -moz-linear-gradient(top, #CC0718, #A00F0C);
	background-repeat: repeat-x;
	border-color: #A00F0C #A00F0C #CC0718;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #ffffff;
	background-color: #A00F0C;
}
.btn-danger:active, .btn-danger.active {
	background-color: #A00F0C;
}
footer {
	min-height: 500px;
}
