/*  Large devices (desktops, 992px and up)
-------------------------------------------------- */
@media (min-width: 992px) 
{
.GO-headerbar {
	height: 10px;
	background-color:#000;
}
.GO-headerwrapper {
	background: #062F57;
	height: 60px;
}
.GO-headermid {
	height: 60px;
}
.GO-headeroffcanvas {
    background: #062F57;
	height: 70px;
}
.GO-logo{
	height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
    margin-left: 0px;
}
.GO-logoSanta{
	height: 58px;
	margin-top: -6px;
	margin-bottom: 2px;
}
}
/*  Medium devices (tablets, 768px and up)
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991.98px)
{
.GO-headerbar {
	height: 10px;
	background-color:#000;
}
.GO-headerwrapper {
	background: #062F57;
	height: 50px;
}
.GO-headermid {
	height: 40px;
}
.GO-headeroffcanvas {
    background: #062F57;
	height: 60px;
}
.GO-logo{
	height: 40px;
	margin-top: 5px;
	margin-left: 0px;
}
.GO-logoSanta{
	height: 40px;
	margin-top: -3px;
	margin-left: 5px;
}
}
/* display width less than 768
-------------------------------------------------- */
@media (max-width:767.98px) 
{
.GO-headerbar {
	height: 10px;
	background-color:#062F57;
}
.GO-headerwrapper{
	background: #062F57;
	height: 40px;
}
.GO-headeroffcanvas {
    background: #062F57;
	height: 50px;
}
.GO-logo{
	height: 30px;
	margin-left: 0px;
}
.GO-logoSanta{
    height: 35px;
    margin-top: -3px;
	margin-left: 10px;
}
}
/* ---------------------------   HEADER MOJ.avto.net----------------------------*/
.GO-moj-menu ul {
	 float:right;
}
.GO-moj-menu li {
	float: left;
	display:inline;
	font-size: 12px;
}
.GO-moj-menu li a {
	float:left;
	color: white;
	text-decoration:none;
	text-shadow:1px 1px 1px #000000;
}
.GO-moj-menu li a i {
	float:left;
	width: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.GO-moj-menu li a span {
	float:left;
	width: 130px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	line-height: 30px;
}
.GO-moj-menu-dark {
	background: #000000;
	/* ROUNDED BORDER */
    border-color: #000000;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	behavior: url(PIE.htc);
}
/* Change color on hover */
.GO-moj-menu-hover:hover {
	border-style: solid;
	background-color:#6699CC;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	behavior: url(PIE.htc);
	border:  none;
}
/* ---------------------------   TITLE HEADER ABOVE BANNER ----------------------------*/
.GO-titleheader {
	height: 62px;
}