@media(min-width:768px) {
	.navbar-default {
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;
		padding-top:13px;
		padding-bottom:15px;
	}
	.navbar-default.affix {
		padding: 2px;
	}

	.bread{
		padding-top: 140px;
	}
}

.navbar-default {
	border-top: 5px solid #272d34;
	border-bottom: 1px solid #fff;
	background-size: 100%;
	background-color: #637282;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #f7c37f;
	background-color: #637282;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
	color: #fff;
	background-color: #637282;
}

.navbar a.navbar-brand {
	padding-top: 0px;
	margin-top: 0px;
}
.navbar a.navbar-brand img{
	margin-top: -25px;
}

.affix {
	top: 0;
	width: 100%;
}
.top{
	background: #666;
	color: #fff;
}
.style-form{
	border:2px solid #aaa;
	padding:10px;
	margin:10px auto;
	min-height: 500px;
}
@media(min-width:768px) {
	.style-form{
		padding:50px;
		margin:50px auto;
	}
}

.form-group{
	margin:2px;
}
@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
.head_banner{
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -25px;
	padding: 160px 0;
	background-image: url(../../img/bg.jpg);
}
p.banner1{
	font-weight: bold;
	font-size: 45px;
	color: #fff;
	text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 0px -2px 0 #000;
}
p.banner2{
	font-weight: bold;
	font-size: 64px;
	color: #637282;
	text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;
}
p.banner3{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 0px -2px 0 #000;

}
.head_banner2{
	background-color: #72808e;
	padding: 50px 0;
}
.banner21{
	text-align: right;
	color: #fff;
	font-size: 18.5px;
}
.banner22{
	text-align: right;
	color: #fff;
	font-size: 36px;
}
.banner221{
	text-align: justify;
	font-size: 18.5px;
	color: #fff;
}
.head_banner3{
	padding: 25px 0;
}
.banner31{
	text-align: center;
	font-size: 45px;
	font-weight: bold;
}
.banner32{
	text-align: center;
	font-size: 17px;
	background-color: #ddd;
	padding: 15px;
}
.head_banner4{
	background-color: #97a0a9;
	padding: 25px 0;
}
.banner41{
	font-size: 45px;
	font-weight: bold;
	color: #fff;
}
.banner42{
	font-size: 16px;
	color: #fff;
}
.ttbox{
	background-color: rgba(255,255,255.5);
	padding: 25px;
	text-align: justify;
}
h1.ttcarano{
	font-weight: bold;
	text-align: center;
}
.footer{
	background-color: #333;
	padding: 25px 0;
}
.footer h2{
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.logo-foot{
	max-width: 120px;
	margin: 0 auto;
}
.footer p{
	text-align: center;
	color: #fff;
}
.copyright{
	background-color: #111;
	color: #bbb;
	text-align: center;
}
.content{
	min-height: 250px;
	margin-bottom: 50px;
}
.bc{
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -25px;
	background-image: url(../../img/bc.png);
	color: #fff;
	margin-bottom: 50px;
	padding: 20px 0;
	text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 0px -2px 0 #000;
}
.bc h1{
	font-weight: bold;
	text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0px 0 #000, 0px 1px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000;
}
.box{
	border:1px solid #aaa;
	margin: 25px 2px;
	padding: 10px;
}
