/*Font Awsome E- Mail*/
#wrapper .info{
	font-size: 60px;
	display: flex;
	align-items: center;
	position: fixed;
	bottom: 80px;
	right: -260px;
	cursor: pointer;
	transition:0.6s all;
	animation-name: mail;
    animation-duration:3s;
    animation-iteration-count: 1;
    color: #000;
    text-decoration: none;
    z-index: 10;
}

@keyframes mail {
    from {margin-right: -100px;}
    to {margin-right: 0px;}
}

#wrapper  .info:hover{
	right:0px;
}

.fa-envelope-o{
	color:#000;
	text-shadow:3px 6px 9px #000;
	margin-right: 20px;
	margin-top: -5px;
}

.email{
	padding-left:5px;
	padding-right:5px;
	font-size:26px;
}

.email a{
	text-decoration: none;
	color: black;
	text-shadow:2px 4px 8px #000;
}
.email:hover a{
	font-weight: bold;
	text-decoration: underline;
}


/*End Font Awsome E-mail*/

#page4{
	background-color: #777777;
	padding-top: 20px;
	padding-bottom: 20px;
}

#page4 h3 {
	color: #fff;
	margin: 0;
}
#page4 ul {
	text-align: right;
}
#page4 ul li{
	display: inline-block;
	text-decoration: none;
	font-size: 40px;
	margin: 10px;
}

#page4 ul a{
	color: #fff;
	transition:all 1s;
}

#page4 ul li:hover a{
	color: rgb(255,165,0);
}

.phone {
	font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.img_flag img {
	width: 40px;
	height: 30px;
}

.img_flag:hover {
	opacity: 0.8;
}
.footer {
	display: flex;
}

.footer-left,
.footer-center,
.footer-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-right ul {
	margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
	#wrapper .info {
		font-size: 44px;
		right: -230px;
	}
	.email {
		font-size: 22px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.footer-right .fa {
		font-size: 27px;
	}
	.footer-right ul {
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	#page4 {
		text-align: center;
		padding: 0 0 36px;
	}
	#page4 ul {
		text-align: center;
		padding-left: 0;
	}
	#page4 h3 {
		font-size: 16px;
	}
	#page4 ul li {
		font-size: 26px;
		margin: 0px 10px;
	}
	#wrapper .info {
		bottom: 0;
	    left: 0;
	    right: auto;
	    width: 100%;
	    background-color: #fff;
	    padding: 7px 20px;
	    justify-content: center;
	    font-size: 30px;
	}
	.fa-envelope-o {
	    color: #343434;
	    text-shadow: 1px 1px 9px #000;
	    margin-right: 10px;
	    margin-top: -5px;
	}
	.email {
	    font-size: 16px;
	}

	.img_flag{
	width: 40px;
	height: 30px;
	position: relative;
	top: -5px;
}

.img_flag:hover{
	opacity: 0.8;
}
}
@media screen and (min-width: 768px)  {
	.inner-page-menu .img_flag {
		position: relative;
		top: 0;
		margin-left: 5px;
	}
}
@media screen and (max-width: 480px)  {
	.footer {
		display: block;
	}
	.footer-left,
	.footer-center,
	.footer-right {
		display: block;
	}
	.footer-left {
		margin-top: 10px;
    	margin-bottom: 3px;
	}
	.footer-center {
		margin-bottom: 4px;
	}
	.phone {
		font-size: 18px;
	}
}