@charset "utf-8";

/* INFORMATION 



*/

/* basic CSS */
* {margin: 0;}
body, p, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, table, caption, form, fieldset, legend, input, textarea { margin:0; padding:0; }

div, blockquote, button { margin:0; padding:0; }

.container { margin:0; padding:0; }
	
fieldset { border:0; }

textarea { vertical-align: middle; }

img { border:0; vertical-align: middle;}

ul { /*list-style-position: inside;*/ list-style-type: none; }
ol { /*list-style-position: inside;*/ list-style-type: none; }
li { /*list-style-position: inside;*/ list-style-type: none; }

table	{ border-collapse:collapse; border-spacing:1; } 
th, td	{ padding:0; }
caption, legend	{ width:0; height:0; font-size:0; line-height:0; }
fieldset { display:block; border:none; }

.fl		{ float:left !important; }
.fr		{ float:right !important; }
.fn		{ float:none !important; }
.cb		{ clear:both !important; }

.tal	{ text-align: left !important; } 
.tac	{ text-align: center !important; } 
.tar	{ text-align: right !important; } 
.taj	{ text-align: justify !important; } 

.vat	{ vertical-align:top !important; }
.vam	{ vertical-align:middle !important; }
.vab	{ vertical-align:bottom !important; }

.oh		{ overflow:hidden !important; }
.cp		{ cursor:pointer !important; }

.di		{ display:inline !important; }
.dib	{ display:inline-block; display:-moz-inline-box; }
.dn		{ display:none !important; }
.db		{ display:block !important; }

.vv		{ visibility:visible !important; }
.vh		{ visibility:hidden !important; }

.btn	{ border-top:none !important; }
.bbn	{ border-bottom:none !important; }
.brn	{ border-right:none !important; }
.bln	{ border-left:none !important; }

.bn, .bn td, .bn th		{ border:none !important; }
.bgn, .bgn td, .bgn th 	{ background:none !important; } 

.fwb	{ font-weight:bold !important; }
.fwn	{ font-weight:normal !important; }
.fs		{ font-size:11px !important; }
.fixed	{ table-layout:fixed}
.pr		{ position:relative;} 

/* A:link{} */
	A:link 		{ text-decoration:none; color:#333;}
	A:visited	{ text-decoration:none; color:#333;}
	A:hover 	{ text-decoration:none; color:#ed1c24;}

/* paragraph */

input {
	margin-top:-2px;
	padding-top:2px;
	line-height: 1.2;
	color:#636363;
	vertical-align: middle;	
	border:1px solid #5b90bc;
}

legend { display: none; } 

img { border: 0px; vertical-align: middle;}

.clear { float: none; clear: both; }



/* Non-responsive overrides for Bootstrap 3
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  max-width: none !important;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

.container >.navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-left: 0;
  margin-right: 0;
}


/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}

.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

.navbar-form {
  float: left;
  border: none;
  margin: 7px 15px;
  padding: 0 15px;
}

.navbar-form .form-control {
  width: auto;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-nav > li {
  float: left;
}

.navbar-nav > li > a {
  padding: 10px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #520303; !important;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #bc1339 !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}


/** menu **/
.affix { 
	top: 0;
  width: 980px;
}

.affix + .container {
	padding-top: 80px;
}


nav {
	background-color:#520303;
	color: #fff; 
	font-size:16px; 
	height:50px;
	position:relative;
	z-index:10000;
}

.nav > a { 
	margin:4px;
}

.navbar-nav > li.active,  
.nav > li > a:hover, 
.nav > li > a:focus {
	background-color: #bc1339;
	
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 

}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #bc1339;
}

.navbar {
  margin-bottom: 0; 
	padding-bottom:0;
	padding-left:30px;
	border-radius: 0px;

	color: #fff; 
}

.navbar-nav > li {
	margin-top:4px;
	margin-left: 8px;
}

.navbar-nav > li > a {
	color: #fff; 
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #bc1339;
    border-color: #bc1339;
    color: #fff;
}

.dropdown-menu > li > a {
    color: #bc1339;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none !important;
}

@media (max-width: 767px) {
	
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 3px 20px;
}

}

/* txt color */
.txt-color-fff { color:#ffffff;}
.txt-color-ccc { color:#cccccc;}
.txt-color-999 { color:#999999;}
.txt-color-666 { color:#666666;}
.txt-color-333 { color:#333333;}
.txt-color-000 { color:#000000;}

/* bg color */
.bg-color-fff { background-color:#fff;}
.bg-color-eee { background-color:#eee;}
.bg-color-ccc { background-color:#ccc;}
.bg-color-999 { background-color:#999;}
.bg-color-666 { background-color:#666;}
.bg-color-333 { background-color:#333;}
.bg-color-000 { background-color:#000;}


.dropdown .dropdown-menu > li > a {
    color: #bc1339;
}