﻿/*Saturn365*/
.logo {
	background: url(images/ClientLogo/54/STBig.png) no-repeat;
	background-size: contain;
	width: 91px;
	height: 54px;
}
body {
	background-color: #E0E0E0;
}
#main {
	-webkit-box-shadow: 1.5px 2.6px 5px #C2C2C2;
	-moz-box-shadow: 1.5px 2.6px 5px #C2C2C2;
	box-shadow: 1.5px 2.6px 5px #C2C2C2;
}
header {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 3px 6px #B2B2B2;
	-moz-box-shadow: 0px 3px 6px #B2B2B2;
	box-shadow: 0px 3px 6px #B2B2B2;
}
.expandable-list {
	background-color: #fff;
}
.expandable-list .menuleft .menuleftа {
	background-color: #fff;
	color: #484848;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 0;
}
.expandable-list .menuleft .menuleftа:hover {
	background-color: #EBEBEB;
}
.expandable-list .menuleft ul li a {
	background-color: #E0E0E0;
	color: #484848;
}
.expandable-list .menuleft ul li a:hover {
	background-color: #fff;
}
.expandable-list .menuleft ul li.active a {
	background-color: #fff;
}
.content-head {
	color: #61BC47;
}
#menuContainer {
	background-color: #Fff;
}
.main-col {
	background-color: #EBEBEB;
}
.select-list li {
	background-color: #fff;
	border-bottom: 1px solid #0a0a0a;
}
.select-list .selected {
	background-color: #303030;
	border-color: #fec00f;
}
.select-list li:hover a {
	color: #fec00f !important;
}
.mob_nav, #menu_toggle_close {
	color: #fec00f;
}
.mob_nav:hover::before {
	color: #fec00f;
}
#selLang .langRow {
	background-color: #E0E0E0;
	border-radius: 2px;
}
.languages #selLang > a:after {
	color: #858585;
}
.langRow {
	background-color: #fff;
}
.langRow:hover {
	background-color: #E0E0E0;
}
.langRow .txt {
	color: #484848;
}
.languages .select-list {
	background-color: #E0E0E0;
	box-shadow: 0px 3px 11px #B2B2B2;
}
.subMenu .arrow {
	color: #484848;
}


/*Custom Changes Start*/
.languages #selLang > a#sr .lang.sr,
a#sr .lang.sr {
	background: url('images/flags/montenegrine.png') no-repeat;
	background-size: cover;
	background-position: center;
}
.languages #selLang > a#al .lang.al,
a#al .lang.al {
	background: url('images/flags/al.png') no-repeat;
	background-size: cover;
	background-position: center;
}
.languages #selLang > a#sr .txt,
a#sr .txt{
	position: relative;
	visibility: hidden;
}
.languages #selLang > a#sr .txt:before,
a#sr .txt:before {
	content: 'Montenegrin';
	display: block;
	padding: 0 4px;
	color: #484848;
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
}

/*Custom Changes End*/