@charset "utf-8";
.facebook
{
text-align: center;
width: 12%;
left: 1%;
height: 57px;
position: fixed;
top: 1.5%;
}
.twitter
{
text-align: center;
width: 12%;
height: 57px;
position: fixed;
top: 1.5%;
left: 14%;
}
.instagram
{
text-align: center;
width: 12%;
height: 57px;
position: fixed;
top: 1.5%;
left: 27%;

}
.youtube
{
text-align: center;
width: 12%;
height: 57px;
position: fixed;
top: 1.5%;
left: 40%;
}
.linked_in
{
text-align: center;
width: 12%;
height: 57px;
position: fixed;
top: 1.5%;
left: 53%;


}
.gugi
{
text-align: center;
width: 12%;
height: 57px;
position: fixed;
top: 1.5%;
left: 66%;
}
.live_chat
{

text-align: center;
width: 12%;
height: 57px;
position: fixed;
top: 1.5%;
left: 79%;

}

.language
{
border-radius: 5px;
text-align: center;
width: 7%;
height: 57px;
top: 1.5%;
left: 92%;
position: fixed;
right: 0%;
}
.lang_img
{
top: 40%;
left: 0%;
width: 80%;
}
.master_card
{
bottom: 9%;
position: static;
width: 100%;
height: 111px;
right: 2%;
}
.pay_for_images
{
margin-left: 1%;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-left: solid #ECE9D8 15px;
border-top: solid #ECE9D8 5px;
border-right: solid #ECE9D8 15px;
border-bottom: 0px;
width: 14%;
height: 50px;
}
.pay_for_images2
{
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-left: solid #ECE9D8 15px;
border-top: solid #ECE9D8 5px;
border-right: solid #ECE9D8 15px;
border-bottom: 0px;
width: 14%;
height: 50px;
left: 2%;
}
.pay_for_images6
{
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-left: solid #ECE9D8 15px;
border-top: solid #ECE9D8 5px;
border-right: solid #ECE9D8 15px;
border-bottom: 0px;
width: 14%;
height: 50px;
right: 2%;
}
.skrill
{
background-color: #ECE9D8;
bottom: 15%;
width: 100%;
height: 60px;
border: thick;
border-color: #000000;
}
.toa
{
visibility: inherit;
background-color: #000000;
}
.socialmedia
{
display: none;	
}
.paybuttons
{
display: none;	
}
#language
{
	display: none;
}
#linked_in
{
	display: none;
}
@media (min-width: 800px)
{
	.socialmedia
	{
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	.socialmedia div
	{
		width: 100%;
		border: solid 5px rgb(255, 255, 204);
	}
	.socialmedia div:hover
	{
		border: solid 2px blue;
		border-radius: 10px;
	}
	.socialmedia div img
	{
		width: 100%;
		border-radius: 10px;
	}
	.paybuttons
	{
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	.paybuttons div
	{
		width: 100%;
		border: solid 5px #CCCCCC;
	}
	.paybuttons div:hover
	{
		border: solid 2px blue;
		border-radius: 10px;
	}
	.paybuttons div img
	{
		width: 100%;
		border-radius: 10px;
	}
}