@charset "utf-8";


.container-fluid .content .row {
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.row .col-md-8.col-sm-8.col-xs-12 h1 {
	color: rgba(88,32,19,1.00);
}
.row .col-md-8.col-sm-8.col-xs-12 h2 {
	color: rgba(88,32,19,1.00);
	font-size: 1.2em;
	font-style: italic;
}
a:link {
  color: orange;
	font-weight: bolder;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: cornflowerblue;
}

/* mouse over link */
a:hover {
    color: hotpink;
		text-decoration: none;
}

/* selected link */
a:active {
    color: brown;
}
.row .col-md-8.col-sm-8.col-xs-12 h3 {
	color: rgba(255,255,255,1.00);
	background-color: rgba(88,32,19,0.50);
	text-align: center;
}
.col-md-8.col-sm-8.col-xs-12 .row .hidden-lg.hidden-md.col-sm-6.hidden-xs {
	list-style-type: circle;
	text-align: left;
	background-color: brown;
	padding-left: 39px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 4px;
	text-indent: -20px;
	list-style-position: inside;
}
.content .row .col-md-2.col-sm-2.hidden-xs {
	background-color: rgba(255,252,252,1.00);
	margin-left: -15px;
	padding-right: 15px;
}
.container-fluid .content .container-fluid.hidden-xs {
	border-bottom: 25px solid rgba(255,255,255,1.00);
	margin-left: -50px;
	margin-right: -70px;
	margin-bottom: -20px;
}
.row .col-md-3.col-sm-3.col-xs-12 .explain {
	background-color: rgba(55,55,55,1.00);
	color: pink;
	text-align: center;
	padding-left: 5px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	margin-top: -40px;
	margin-left: 0px;
	margin-bottom: -5px;
	border-left: 2px  solid rgba(255,255,255,1.00);
	border-right: 2px  solid rgba(255,255,255,1.00);
	border-top: 2px  solid rgba(255,255,255,1.00);
	border-bottom: 2px  solid rgba(255,255,255,1.00);
}
.row .col-md-4.col-sm-4.col-xs-12 .explain{
	background-color: rgba(55,55,55,1.00);
	color: white;
	text-align: center;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-top: -20px;
	margin-right: 0px;
	border-left: 2px  solid rgba(255,255,255,1.00);
	border-right: 2px  solid rgba(255,255,255,1.00);
	border-bottom: 2px  solid rgba(255,255,255,1.00);
	border-top: 2px  solid rgba(255,255,255,1.00);
	margin-bottom: -20px;
}
.row .col-md-5.col-sm-5.col-xs-12 {
	color: orange;
	text-align: center;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-top: 40px;
	margin-bottom: 10px;
	border: 0px solid rgba(255,255,255,1.00);
}
.row .col-md-12.col-sm-12.col-xs-12 {
	background-color: rgba(0,0,0,0.0);
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: -20px;
}
.row .col-lg-12.col-md-12.col-sm-12.col-xs-12.x{
	background-color: rgba(20,0,80,0);
	color: orange;
	padding-left: 10%;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 30px;
	margin-top: 10px;
	margin-left: 2%;
	width: 96%;
	border-top: 2px solid orange;
}
.container-fluid .content .container-fluid.hidden-lg.hidden-md.hidden-sm {
	margin-bottom: 83px;
	margin-top: -42px;
	margin-left: -45px;
	margin-right: -55px;
}
.container-fluid.hidden-lg.hidden-md.hidden-sm .col-xs-5 .img-responsive {
	border: 1px solid rgba(255,255,255,1.00);

}
.container-fluid.hidden-lg.hidden-md.hidden-sm .col-xs-2 .img-responsive {
	padding-right: 0px;

}
.col-md-4.col-sm-6.col-xs-12 .explain a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	border-bottom: 1px dashed rgba(255,255,255,1.00);
}
.container-fluid.hidden-lg.hidden-md.hidden-sm .col-xs-8 .img-responsive {
	margin-top: -36%;
}
