@import url('https://fonts.googleapis.com/css?family=Roboto');
html, body {
	font-family: 'Roboto', sans-serif !important;
}

/*-- header --*/
.header {
	padding: 40px 0 20px 0;
}
.fr {
	float: right;
	margin-left: 30px;
}
.ri_ic {
	float:left;
	height: auto;
	width: auto;
	margin-left: 12px;
}
.head_s b {
	font-size: 16px;
	color: #8e0000;
	border-bottom: 0 !important;
}
.head_s {
	font-size: 12px;
	color: #676767;
	border-bottom: 1px dashed #676767;
}
/*-- menu -*/
.menu {
	background: #8e0000;
	border-top: 3px solid #006d00;
}
.navbar {
	margin-bottom: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: inherit !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #006d00 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #006d00 !important;
}

/*-- welcome --*/
.welcome {
	padding: 50px 0;
}
.head h2 {
	font-weight: bold;
	text-transform: uppercase;
}
.welcome p {
	line-height: 30px;
    font-size: 15px;
	margin-bottom: 30px;
}
.read {
	padding: 12px 30px;
	background: #8e0000;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0px;
	transition: .5s all ease-in-out;
}
.read:hover {
	background: #006d00;
	text-decoration: none;
	color: #fff;
	transition: .5s all ease-in-out;
}

/*-- gallery --*/
.gallery {
	padding: 50px 0;
}
.abc {
	margin-top: 28px;
}
/*-----------------------------------------footer---------------------------*/
footer{
     width: 100%;
	float: left;
	padding: 75px 0 20px 0;
	border-top: 4px solid #8e0000;
	margin: 0px;
	/*background-color: #161616;*/
	background: url("../img/fo_bg.png") center no-repeat;
	background-size: 100% 100%;
	

}


.fourth > .title{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #fff !important;
	float: left;
	padding: 0 0 15px 0;
	margin: 0px;
}
.title-line{
	 width: 100%;
     height: 3px;
     float: left;
     padding: 0;
     margin: 0 0 30px 0;
       background: url("../img/section.png") 0px 0px no-repeat;
}

.address{  font-family: 'Open Sans', sans-serif;
			font-size: 14px;
			color: rgba(250, 250, 250, 0.82);
			float: left;
			padding: 0 0 15px 0;
			margin: 0px;
}
.link{
	 float:left;
	 list-style:none;
	 margin: 0px -37px auto;
	
}
.link li a{  color: rgba(250, 250, 250, 0.82);
          line-height: 26px;
		  text-decoration:none !important;
	
	
}
.icon{
	
	color: #ff3209;
	margin: 0px 4px;
}
.visite{
	
	float:left;
}
.footerlis{
	float:left;
}

.footerlis li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    width: 35px;
    height: 35px;
    transform: rotate(-45deg);
    transition: .5s all ease-in-out;
}
a.fb {
    background: #3b5998;
    margin-right: 5px !important;
}
a.tw {
    background: #00bdd9;
    margin-right: 5px !important;
}
a.gp {
    background: #ff0000;
    margin-right: 5px;
}
a.fb:hover {
    width: 40px;
    height: 40px;
    transition: .5s all ease-in-out;
    font-size: 18px !important;
}
.footerlis li a i {
    transform: rotate(45deg);
    line-height: 2.5em;
}
.subp{
	color:#fff;
	font-size: 14px;
   padding: 7px 36px;

}
.subfooter{
background-image: url("img/background.png");
	width: 100%;
    float: left;
	border-top: 1px solid #fff;
}

/*--- back to top --*/
.go-top {
    position: fixed;
    bottom: 0.75em;
    right: 0.5em;
    text-decoration: none;
    color: white;
    font-size: 12px;
    display: none;
    margin: 0;
}

.go-top:hover {
    color: white;
    text-decoration: none;
}
/*--- other  ---*/
.other {
	padding: 50px 0;
}
.head p {
	font-size: 16px;
    font-style: italic;
    line-height: 27px;
    text-align: justify;
}
.als li {
	font-size: 16px;
    font-style: italic;
    line-height: 27px;
    text-align: justify;
}
.prd a:focus {
	border: 0;
	outline: 0;
}
.prd a img {
	border: 1px solid #bbb;
}