/******************************************
 Responsive
******************************************/

.plinks, .plinks:link, .plinks:visited { color:#393B8A; }
.plinks:hover { color:#dc3545; }

.ulist li a, .ulist li a:link, .ulist li a:visited {
	color:#b62e26;
}

.ulist li a:hover {
	color:#393B8A;
}

.wa-wrapper {
	position:fixed;
	right:25px;
	top:35px;
	width:35px;
	height:35px;
	padding-top:0px;
	margin-top:0px;
	text-align:center;
	background-image:linear-gradient(#5DF876, #2CBA28);
	border-radius:8px;
	z-index:1005;
}

.lang-wrapper {
	position:fixed;
	left: 50%;
	margin-left:-36px;
	top:5px;
	width:73px;
	height:35px;
	padding-top:0px;
	margin-top:0px;
	z-index:1005;
}

.logopconly {
	display:inline-block;
}

.logomobonly {
	display:none;
}



@media only screen and (min-width: 280px) and (max-width: 479px) {
.wa-wrapper {
	top:12px;
	right:40px;
}

.lang-wrapper {
	top:13px;
	left:auto;
	right:80px;
	z-index:1071;
}

.logopconly {
	display:none;
}

.logomobonly {
	display:inline-block;
}

}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.wa-wrapper {
	top:12px;
	right:40px;
}

.lang-wrapper {
	top:13px;
	left:auto;
	right:100px;
	z-index:1071;
}

.logopconly {
	display:none;
}

.logomobonly {
	display:inline-block;
}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.wa-wrapper {
	top:12px;
	right:40px;
}

.lang-wrapper {
	top:13px;
	left:auto;
	right:80px;
	z-index:1071;
}

.logopconly {
	display:none;
}

.logomobonly {
	display:inline-block;
}

}
 @media only screen and (min-width: 992px) and (max-width: 1169px) {
.wa-wrapper {
	top:120px;
}

.lang-wrapper {
	top:13px;
	left: 50%;
	margin-left:-36px;
	right:auto;
	z-index:1071;
}

.logopconly {
	display:inline-block;
}

.logomobonly {
	display:none;
}

}
