@import url(https://fonts.googleapis.com/css?family=Oswald);

.link {
	outline: none;
	text-decoration: none;
	position: relative;
	font-size: 50px;
	line-height: 1;
	color: #d51e00;
	display: inline-block;
}


.atar {
	color: #d51e00;
	font-family: 'Oswald', sans-serif;	
	overflow: hidden;
	padding: 0 0 10px;
}

.atar::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-width: 2px 0;
	border-color: #d51e00;
	border-style: dotted;	
	-webkit-transform: translate3d(-101%,0,0);
	transform: translate3d(-101%,0,0);
	-webkit-transition: -webkit-transform 2s;
	transition: transform 2s;
}
.atar::after{
    content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-width: 2px 0;
	border-color: #d51e00;
	border-style: dotted;
        left:0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: -webkit-transform 2s;
	transition: transform 2s;
}

.atar:hover::before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.atar:hover::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.atar span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
}

.atar:hover span {
	color: #d51e00;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
}



.containergerb{
	display:block;
	float: right;
	margin-right: 25px;
	margin-top: -2px;
}

.imggerb{
    max-height: 80px;
}

.containertext{
    display:block;
	text-align: center;
}

.containerlogo{
    display:block;
	float:left;
	min-width:142px;
	min-height: 80px;
	margin-left: 25px;
	margin-top: -2px;
}

.header{
	display:block;
	clear:both;
	min-height: 86px;
}

.cleardiv{

clear:both; content:""; display:block; height:0; font-size:0; overflow: hidden;

}


@media screen and (max-width:800px){

	.containertext{
		display: block;
		text-align: center;
	}
	.link {
		font-size: 40px;
		margin: 10px;
	}
	.containergerb{
		margin-right: 3px;
	}
	.containerlogo{
		margin-left: 3px; 
		 
	}

}

@media screen and (max-width:600px){

	.containertext{
		display: block;
		text-align: center;
		margin-top: 0;
	}
	.link {
		font-size: 38px;
		margin: 10px;
	}
	.containerlogo{
		display: none;
	}
}

.containergerbfe {
    float: right;
    position: relative;
    right: 50px;
	color: #d61800;
}
