.information{
	border-top: solid 30px #808080;
	background-color: #fff;
	background-image: url(../images/bg-footer.gif);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.infor-top {
	padding-bottom: 3em;
    padding-top: 3em;
    text-align: center;
}

.socialFooter{
	text-align: left;
	padding-left: 30%!important;
}

/*--information-starts--*/
.infor-left adress img{
	padding-right: 10px;
}

.infor-left h3 {
	text-transform: uppercase;
    font-size: 1.5em;
    color: #45454d;
    margin: 0 0 0 0;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.infor-left ul li a span {
	background: url(../images/social-icon/s-icons.png) no-repeat;
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
}
.infor-left ul li a span:hover {
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
}
.infor-left ul li a span.fb{
	background-position:0px 0px;
}
.infor-left ul li a span.twit{
	background-position:-34px 0px;
}
.infor-left ul li a span.google{
	background-position:-68px 0px;
}
.infor-left ul li a span.youtube{
	background-position:-102px 0px;
}
.infor-left ul li a span.flickr{
	background-position:-136px 0px;
}
.infor-left ul li a span.pinterest{
	background-position:-170px 0px;
}

.infor-left ul {
	padding: 0;
	margin: 25px 0 0 0;
}
.infor-left ul li{
	display:block;
	list-style:none;
	margin-top:10px;
}
.infor-left ul li:nth-child(1){
	margin-top:0;
}
.infor-left ul li a h6 {
	color: #999;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.infor-left ul li a h6:hover{
	color:#73B6E1;
}
.infor-left ul li a p {
	color: #999;
	font-size: 13px;
	margin: 0;
}
.infor-left ul li a p:hover{
	color:#73B6E1;
}
.infor-left ul li a:hover{
	text-decoration:none;
}
.infor-left h4 {
	color: #999;
	font-size: 13px;
	margin: 20px 0 0 0;
}
.infor-left h4 span {
	display: block;
	margin: 7px 0;
}
.infor-left h5 {
	font-size: 15px;
	color: #999;
	margin: 19px 0 0 0;
}
.infor-left p a {
	font-size: 13px;
	color: #999;
}
.infor-left p a:hover{
	color: #73B6E1;
	text-decoration:none;
}
.infor-left p {
	margin: 25px 0 0 0;
	color: #45454d;
}

.contactFooter{
	margin-top: 30px;
}
/*--information-end--*/
/*--footer-starts--*/
.footer-left p{
	color:#000;
	font-size:15px;
}
.footer-left p a{
	color:#000;
}
.footer-left input[type="text"] {
	width: 47%;
	margin-right: 10px;
	color: #000;
	font-size: 11px;
	background: none;
	padding: 8px 10px;
	outline: none;
	border: none;
	border: 1px solid #000;
}
.footer-left input[type=submit] {
	color: #000;
	padding: 6px 20px;
	font-size: 13px;
	cursor: pointer;
	border: 1px solid #000;
	background: none;
	outline: none;
}
.footer-left input[type=submit]:hover{
	background: #73B6E1;
	color:#fff;
	border: 1px solid #73B6E1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer{
	padding:15px 0px 5px 0;
	text-align: center;
	background-color: grey;
	color: white;
}
.footer-right {
	text-align: right;
}
.footer-right p {
	margin: 8px 0 0 0;
	font-size: 13px;
	color: #000;
}
.footer-right p a{
	color: #000;
}
.footer-right p a:hover{
	color: #73B6E1;
	text-decoration:none;
}
/*--footer-end--*/

@media (max-width:991px){
	.footerAligne {
	    padding-bottom: 180px;
	}
}

@media (max-width:768px){
	.infor-top {
		padding-bottom: 2em;
	}
}

@media (max-width:320px){
	.infor-top {
		padding-bottom: 1.2em;
	}
}


@media (max-width:406px){
	.socialFooter {
	    padding-left: 0%!important;
	}
}