body{
	padding-top: 87px;
}
nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 15;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	-webkit-transition: all 1.5s ease 0s;
	transition: all 1.5s ease 0s;
}
.nav-black{
	background: #3E3E3E;
}
.nav-black .list-inline{
	float: left;
}
.nav-black .list-inline li a{
	color: #a1a1a1;
	display: inline-block;
	font-size: 18px;
	padding: 0;
}
.nav-black .list-inline li:last-child a{
	font-size:13px;
}
.nav-white{
	padding: 5px 15px;
	height: 55px;
}
.nav-b-r{
	position: relative;
	float: right;
}
.nav-b-r button{
	position: absolute;
	top: 50%;
	color: #FFFFFF;
	right: 8px;
	font-size: 16px;
	border: none;
	background: none;
	margin-top: -8px;
	border-left:2px solid #797979;
	padding-left: 5px;
}
.nav-b-r input{
	border: none;
	padding: 0 5px;
	color: #fff;
    height: 27px;
	background: #A1A1A1;
}
.nav-b-r p{
	float: left;
}
.nav-b-r p a{
	display: inline-block;
	color: #FFFFFF;
	line-height: 27px;
	margin-right: 15px;
	
}
.nav-l {
	float: left;
}

.nav-l img {
	height: 55px;
}

.nav-r {
    height: inherit;
	float: right;
}

.nav-r>li {
	position: relative;
	float: left;
}

.nav-r>li>a {
	display: inline-block;
	font-size: 16px;
	line-height: 55px;
	padding: 0 20px;
}
.nav-r>li:last-child>a{
	font-size: 12px;
	padding-right: 0;
}
.nav-r>li.active>a{
	font-weight: bolder;
	color: #0081c5;
	border-bottom:2px solid #0081c5 ;
}
.sul {
	position: absolute;
	top:60px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	display: none;
	padding-bottom: 10px;
	background: rgba(24, 140, 202, 0.8);
}

.sul li {
	padding: 0 5px;
}

.sul li a {
	margin-bottom: 15px;
	line-height: 35px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	border-bottom: 1px solid rgba(17, 104, 150, 0.8);
	/*letter-spacing: 2px;*/
}
.sul li{
	transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
}
.sul li:hover {
	background: rgba(24, 140, 202, 1);
}
#myCarousel{
	border-top:1px solid #f5f5f5;
}
#myCarousel .carousel-control{
	background-image:none ;
}

footer {
	background: #1e1e1e;
}

.widgetheading {
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	font-size: 18px;
}

footer ul.link-list li {
	margin-bottom: 15px;
}

footer ul.link-list li a {
	color: #8C8C8C;
}

footer ul.link-list li a:hover {
	color: #3579b7;
}

footer {
	padding: 50px 0 0 0;
	color: #f8f8f8;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #3579b7;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
	color: #d3d3d3;
}

footer address {
	line-height: 1.6em;
	color: #797979;
}

footer h5 a:hover,
footer a:hover {
	text-decoration: none;
}

ul.social-network {
	list-style: none;
	margin: 4px 0 0 -20px;
}

ul.social-network li {
	display: inline;
	margin: 0 5px;
	/* border: 1px solid #2D2D2D; */
	padding: 5px 0 0;
	width: 32px;
	display: inline-block;
	text-align: center;
	height: 32px;
	vertical-align: baseline;
}

#sub-footer {
	text-shadow: none;
	color: #dedede;
	padding: 15px 0;
	margin: 20px 0 0 0;
	background: #1e1e1e;
	border-top: 1px solid #3e3e3e;
}

#sub-footer p {
	margin: 0;
	padding: 0;
}

#sub-footer span {
	color: #9e9e9e;
}

.copyright {
	text-align: left;
	font-size: 14px;
}

#sub-footer ul.social-network {
	float: right;
}

.qr {
	height: 150px;
}
#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right{
	background-image: none;
}
.linkgroup{
	padding: 10px 0;
	background: #f5f5f5;
}
.linkgroup h3{
	letter-spacing: 0;
	font-weight: 400;
	font-size: 22px;
	color: #0081c5;
	float: left;
}
.linkgroup .list-inline{
	float: right;
}


.menu li a {
	text-align: center;
	line-height: 40px;
	display: block;
	margin-bottom: 15px;
	letter-spacing: 0;
	color: #c1c1c1;
	font-size: 16px;
	border: 1px solid #c1c1c1;
}

.menu li.active a {
	background: #0075BA;
	color: #fff;
}
.groupsbox{
	padding-bottom:5px;
	border-bottom: 1px solid #3E3E3E;
	margin-bottom: 35px;
}
.groupsbox li{
	width: 20%;
	float: left;
	border-right: 1px solid #9E9E9E;
	text-align: center;
}
.groupsbox li:last-child{
	border-right: none;
}
.groupsbox li a{
	font-size: 18px;
	display: inline-block;
}
.groupsbox li.active a{
	color: #0075BA;
}

.pros{
	margin-bottom: 15px;
	display: block;
}
.pic2{
	text-align: center;
	height: 190px;
	border: 1px solid #f5f5f5;
	overflow: hidden;
}
.pic2 img{
		transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	height: 100%;
}
.pros:hover img{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.pros p{
	margin-top: 5px;
	background:#f5f5f5;
	line-height: 40px;
	text-align: center;
}
.l-qr{
	width: 100px; position: fixed; top: 100px; left: 15px;
}
.btn-bars,.btn-slide,.l-m-menu{
	display: none;
}
@media only screen and (max-width:768px) {
.nav-r,.l-qr{
	display: none;
}
.btn-bars{
	margin-top: 12.5px;
	font-size: 25px;
	display: block;
	float: right;
}
}
@media only screen and (max-width:450px ) {
.nav-b-r,.menu{
	display: none;
}
.btn-slide{
	display: block;
	text-align: center;
  display: block;
  position: fixed;
  top: 80%;
  left: 25px;
  border: none;
  width: 50px;
  height: 50px;
  color: #fff;
  box-shadow: 1px 2px 3px #bbb;
  border-radius: 25px;
  font-size: 25px;
  background:#337ab7;
  z-index: 55;	
}
.btn-slide i{
	margin-left: -10px;
}
.l-m-menu{
	width: 50%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -450px;
	box-shadow: 0 -1px 3px rgba(0,0,0,0.8);
	z-index: 569;
	background: #FFFFFF;
	display: block;
}
.l-m-menu li:first-child{
	background: #337ab7;
	padding: 25px 0;
	color: #fff;
	text-align: center;
	font-size: 30px;
    font-family: "arial black";	
}
.l-m-menu li a{
	display: block;
	padding: 15px 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.l-m-menu li.active a{
	background: rgba(51,122,183,0.8);
	color: #FFFFFF;
}
}