﻿/* Begin Logo */

.LogoLogoModalImg {
	width: 120px;
	height: 120px;
}

#GLogo {
	padding: 0px;
	position: fixed;
	top: calc(172px);
	left: 20px;
	border-right: 0;
	display: block;
	float: right;
	z-index: +101;
	transition: all .4s ease-in-out;
}

/* End Logo */
