﻿header {
	transition: all .2s ease;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}
header .rds-identity {
	height: 90px;
	padding-top: 10px;
}
header .rds-identity a {
	display:block;
	float:left;
}
header .rds-identity a .retelit-logo {
	display: block;
	fill:#fff;
}

header .rds-identity ul {
	display:inline-block;
	margin:12px 0 0 0;
	padding:0;
	list-style:none;
}
header .rds-identity ul li {
	display: inline-block;
	float:left;
}
header .rds-identity ul li a {
	display: block;
	line-height:42px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.8rem;
	padding:0 10px;
	color:#fff !important;
}

header .nav-rds-mainmenu {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0;
	padding: 0;
	height: 52px;
	font-size: 0.95rem;
}
header .nav-rds-mainmenu nav {
	position:relative
}
header .nav-rds-mainmenu nav > ul {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 66px;
	padding: 0;
}
header .nav-rds-mainmenu nav > ul > li {
	display: inline-block;
	margin:0;
	padding:0;
}
header .nav-rds-mainmenu nav > ul > li > button,
header .nav-rds-mainmenu nav > ul > li > .button {
	position: relative;
	display: block;
	padding: 0 30px 0 0;
	line-height: 42px;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration:none;
	border: none;
	outline: none;
	background-color: transparent;
}
header .nav-rds-mainmenu nav > ul > li > button::before {
	transition: all .2s ease;
	position: absolute;
	display: block;
	top: 0;
	right: 16px;
	font-family: 'FontAwesome';
	font-size: 70%;
	content: '';
}
header .nav-rds-mainmenu nav > ul > li > button:hover::before {
	content: '\f107';
}
header .nav-rds-mainmenu nav > ul > li > button.open::before {
	content: '\f106';
}
header .nav-rds-mainmenu nav > ul > li > button::after {
	transition: all .2s ease;
	position: absolute;
	display: block;
	bottom: -4px;
	left: 0;
	content: '';
	width: calc(100% - 15px);
	background-color: var(--global-color-rds-primary);
	transform: skewX(-10deg);
}
header .nav-rds-mainmenu nav > ul > li > button.open::after {
	height: 4px;
}
header .nav-rds-mainmenu nav #rds-brand {
	position: absolute;
	display: none;
	top: 6px;
	left: 16px;
	fill: var(--global-color-rds-primary);
}
header .nav-rds-mainmenu nav #rds-brand .retelit-brand {
	fill: var(--global-color-rds-primary);
	height: 32px;
}

header .nav-rds-mainmenu nav .nav-rds-iconsmenu {
	display: block;
	float: right;
}
header .nav-rds-mainmenu nav .nav-rds-iconsmenu div {
	position:relative;
	display: inline-block;
}
header .nav-rds-mainmenu nav .nav-rds-iconsmenu div i {
	font-size: 1rem;
	margin-left:2px;
}
header .nav-rds-mainmenu nav .nav-rds-iconsmenu div a {
	display: block;
	line-height: 42px;
	padding: 0 10px;
	color: #fff !important;
	text-decoration:none;
	font-size: 0.8rem;
	height:42px;
	overflow:hidden;
}
header .nav-rds-mainmenu nav .nav-rds-iconsmenu div a label {
	cursor:pointer;
}
header .nav-rds-mainmenu nav .nav-rds-iconsmenu div span {
	display: block;
	line-height: 42px;
	padding: 0 10px;
	cursor: pointer;
	color: #fff;
	font-size: 0.8rem;
	height: 42px;
	overflow: hidden;
}

header .nav-rds-mainmenu nav .nav-rds-iconsmenu #rds-language {
	display: block;
	line-height: 42px;
	cursor: pointer;
	color: #fff;
	font-size: 0.8rem;
	height: 42px;
	overflow: hidden;
	text-align:center;
}
header .nav-rds-mainmenu nav .nav-rds-iconsmenu #rds-language span.language {
	display: none;
	font-size: 0.8rem;
	padding: 0 28px 0 0;
	height: 35px;
	width: 45px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right 14px;
}
header .nav-rds-mainmenu nav .nav-rds-iconsmenu #rds-language span.language.active {
	display: block;
}

header .nav-rds-mainmenu nav .nav-rds-iconsmenu #rds-languages {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width:100%;
	padding:0 10px;
	text-align:center;
	background-color: #fff;
}
header .nav-rds-mainmenu nav .nav-rds-iconsmenu #rds-languages.active {
	display: block;
}
header .nav-rds-mainmenu nav .nav-rds-iconsmenu #rds-languages a {
	display: block;
	font-size: 0.8rem;
	padding: 0 28px 0 0;
	height: 35px;
	width: 45px;
	line-height: 35px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right center;
}
header .nav-rds-mainmenu nav .nav-rds-iconsmenu #rds-languages a.active,
header .nav-rds-mainmenu nav .nav-rds-iconsmenu #rds-languages a:hover {
	text-decoration:underline;
}
header .nav-rds-mainmenu nav .nav-rds-iconsmenu #rds-languages a.hide {
	display: none;
}

/**/
header .nav-rds-mainmenu-l2 {
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 20px 50px;
	box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11);
	display: none;
	max-height: 600px;
	overflow-y: auto;
}
header .nav-rds-mainmenu-l2.open {
	display: block;
}

header .nav-rds-mainmenu-l2 .nav-rds-mainmenu-tags {
	position:absolute;
	z-index:10;
	top:22px;
	right:20px;
}
header .nav-rds-mainmenu-l2 .nav-rds-mainmenu-tags button {
	display:inline-block;
	position: relative;
	border: none;
	background-color: transparent;
	padding: 2px 0;
	margin: 0 8px;
	line-height:1.2;
	font-size:0.8rem;
}
header .nav-rds-mainmenu-l2 .nav-rds-mainmenu-tags button:hover::after,
header .nav-rds-mainmenu-l2 .nav-rds-mainmenu-tags button.active::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -2px;
	background-color: var(--global-color-rds-text);
}

header .nav-rds-mainmenu-l2 a {
	text-decoration: none;
}
header .nav-rds-mainmenu-l2 ul {
	display: block;
	list-style: none;
	margin: 10px 0 10px;
}
header .nav-rds-mainmenu-l2 ul li {
	margin: 14px 0;
	margin-top: 14px;
	margin-left: 0px;
	line-height: 24px;
	margin-left:16px;
	position: relative;
}
header .nav-rds-mainmenu-l2 ul li::before {
	font-family: "FontAwesome";
	margin: 0;
	position: relative;
	float: left;
	margin-left: -16px;
	display: block;
}

header .nav-rds-mainmenu-l2 ul.nav-rds-ul-links li::before {
	content: '\f0da';
	font-size: 12px;
	margin-top: -1px;
}
header .nav-rds-mainmenu-l2 ul.nav-rds-ul-buttons li::before {
	content: '\f111';
	font-size: 5px;
}

header .nav-rds-mainmenu-l2 .nav-rds-col-title {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 20px;
}

header .nav-rds-mainmenu-l2 .nav-rds-col-side {
	position:relative;
	padding-right:20px;
}
header .nav-rds-mainmenu-l2 .nav-rds-col-side::after {
	position:absolute;
	content:'';
	right:2px;
	top:50%;
	width:1px;
	height:70%;
	transform:translateY(-50%);
	background-color:#ccc;
}

header .nav-rds-mainmenu-l2 .nav-rds-col-main {
	position: relative;
	padding-left: 20px;
}

header .nav-rds-mainmenu-l2 .nav-rds-search label {
	display:block;
}
header .nav-rds-mainmenu-l2 .nav-rds-search .form-control {
	display: inline-block;
	width: 80%;
	border-radius: 0;
}
header .nav-rds-mainmenu-l2 .nav-rds-search button {
	display: inline-block;
	border-radius: 0;
	border: none;
	background-color: transparent;
	width: 29px;
	height: 29px;
	text-align: center;
}
header .nav-rds-mainmenu-l2 .nav-rds-search .nav-rds-search-results {
	margin-top:10px;
	font-size:1rem;
}

header .nav-rds-mainmenu-l2 .nav-rds-col-panel-button {
	position:relative;
	border:none;
	background-color:transparent;
	padding:0;
	margin:0;
	text-align:left;
	line-height:1.2;
	font-size:0.85rem;
}
header .nav-rds-mainmenu-l2 .nav-rds-col-panel-button:hover::after,
header .nav-rds-mainmenu-l2 .nav-rds-col-panel-button.active::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	bottom:-3px;
	background-color: var(--global-color-rds-text);
}
header .nav-rds-mainmenu-l2 .nav-rds-col-panel-label {
	position: relative;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 1.2;
	font-size: 0.85rem;
}

header .nav-rds-mainmenu-l2 .nav-rds-col-panel {
	position: relative;
	display: none;
	min-height: 100%;
}
header .nav-rds-mainmenu-l2 .nav-rds-col-panel:hover,
header .nav-rds-mainmenu-l2 .nav-rds-col-panel.active {
	display: block;
}
header .nav-rds-mainmenu-l2 .nav-rds-col-panel .unfound {
	display:none;
	position:absolute;
	top:120px;
	left:70px;
	transform:translate(-50%, -50%);
	opacity:0.6;
}
header .nav-rds-mainmenu-l2 .nav-rds-col-panel .unfound.active {
	display: block;
}
header .nav-rds-mainmenu-l2 .nav-rds-col-panel img {
	width:100px;
	height:auto;
}

/* open */
header:hover,
header.open,
header.sticky {
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11);
}

header.sticky {
	position:fixed;
}
header.sticky .rds-identity {
	display: none;
}

header:hover .rds-identity a .retelit-logo,
header.open .rds-identity a .retelit-logo,
header.sticky .rds-identity a .retelit-logo {
	fill: var(--global-color-rds-primary);
}

header:hover .rds-identity ul li a,
header.open .rds-identity ul li a,
header.sticky .rds-identity ul li a {
	color: var(--global-color-rds-primary) !important;
}

header:hover .nav-rds-mainmenu nav > ul > li > a,
header.open .nav-rds-mainmenu nav > ul > li > a,
header.sticky .nav-rds-mainmenu nav > ul > li > a {
	color: var(--global-color-rds-primary) !important;
}

/**/
header.sticky .nav-rds-mainmenu nav #rds-brand {
	display: block;
}
header.sticky .nav-rds-mainmenu nav > ul {
	margin: 8px 0 0 250px;
}
header.sticky .nav-rds-mainmenu nav .nav-rds-iconsmenu {
	padding-top:8px;
}

header:hover .nav-rds-mainmenu nav > ul > li > button,
header.open .nav-rds-mainmenu nav > ul > li > button,
header.sticky .nav-rds-mainmenu nav > ul > li > button {
	color: var(--global-color-rds-primary) !important;
}

header:hover .nav-rds-mainmenu nav > ul > li > .nav-rds-mainmenu-l2,
header.open .nav-rds-mainmenu nav > ul > li > .nav-rds-mainmenu-l2 {
	background-color: rgba(255, 255, 255, 0.95);
}

header:hover .nav-rds-mainmenu nav .nav-rds-iconsmenu a,
header.open .nav-rds-mainmenu nav .nav-rds-iconsmenu a,
header.sticky .nav-rds-mainmenu nav .nav-rds-iconsmenu a {
	color: var(--global-color-rds-primary) !important;
}
header:hover .nav-rds-mainmenu nav .nav-rds-iconsmenu span,
header.open .nav-rds-mainmenu nav .nav-rds-iconsmenu span,
header.sticky .nav-rds-mainmenu nav .nav-rds-iconsmenu span {
	color: var(--global-color-rds-primary);
}

#rds-mobile-menu {
	display: none;
	height: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px 0 #B3B3B3;
	box-shadow: 0 0 3px 0 #B3B3B3;
}

#rds-mobile-menu .rds-default-form-toggle {
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 42px;
	height: 42px;
	color: var(--global-color-rds-primary);
	vertical-align: top;
	padding-top: 16px;
	font-size: 19px;
}
#rds-mobile-menu .rds-mobile-button {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width: 42px;
	height: 42px;
	padding-top: 13px;
}
#rds-mobile-menu .rds-mobile-button .stripe {
	-webkit-transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	transition-duration: 0.05s;
	-ms-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	position: relative;
	width: 21px;
	height: 3px;
	margin: 5px 0 0 10.5px;
	background-color: var(--global-color-rds-primary);
	opacity: 1;
	transform: rotate(0);
	top: 0;
}
#rds-mobile-menu .rds-mobile-button.active .stripe#top {
	transform: rotate(45deg);
	top: 8px;
}
#rds-mobile-menu .rds-mobile-button.active .stripe#middle {
	opacity: 0;
}
#rds-mobile-menu .rds-mobile-button.active .stripe#bottom {
	transform: rotate(-45deg);
	top: -8px;
}
#rds-mobile-menu .nav-rds-iconsmenu {
	display:inline-block;
}

#rds-mobile-menu .retelit-logo {
	height: 32px;
	margin-top: 6px;
	fill: var(--global-color-rds-primary);
}

#rds-mobile-menu ul {
	display: none;
	position: fixed;
	z-index: 0;
	top: 50px;
	left: 0;
	background-color: #fff;
	width: 100%;
	max-width: 450px;
	height: calc(100% - 60px);
	max-height: 900px;
	overflow-y: auto;
	box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11);
}
#rds-mobile-menu ul.active {
	display: block;
}
#rds-mobile-menu ul li {
	line-height: 44px;
	font-size: 0.8rem;
	border-bottom: solid 1px #ccc;
}

#rds-mobile-menu ul li div {
	display: block;
	text-align:left;
	height: 100%;
	border: none;
	background-color: transparent;
}
#rds-mobile-menu ul li div.prev {
	cursor: pointer;
	color: var(--global-color-rds-primary);
}
#rds-mobile-menu ul li div.prev i {
	display:inline-block;
	padding:0 10px;
}
#rds-mobile-menu ul li div.next i {
	display: block;
	float: right;
	padding: 14px 16px;
}
#rds-mobile-menu ul li a {
	display:inline-block;
	min-width:80%;
	height:100%;
	padding:0 10px;
	text-decoration:none;
}
#rds-mobile-menu ul li span {
	display: inline-block;
	min-width: 80%;
	height: 100%;
	padding: 0 10px;
	text-decoration: none;
}
#rds-mobile-menu ul li a.language {
	min-width: auto;
	padding:0px 10px;
}
#rds-mobile-menu ul li a.language.active {
	text-decoration:underline;
}

#rds-mobile-menu .rds-mobile-menu-l1 {
	z-index: 0;
}
#rds-mobile-menu .rds-mobile-menu-l2 {
	z-index: 1;
}
#rds-mobile-menu .rds-mobile-menu-l3 {
	z-index: 2;
}

@media (max-width:1399.98px) {
	header .rds-identity ul li a {
		font-size: 0.75rem;
	}
	header .nav-rds-mainmenu {
		font-size: 0.9rem;
	}
}
@media (max-width:1299.98px) {
	header .rds-identity ul li a {
		font-size: 0.7rem;
	}
	header .nav-rds-mainmenu {
		font-size: 0.85rem;
	}
	header .nav-rds-mainmenu-l2 .nav-rds-col-panel-button {
		font-size: 0.8rem;
	}
	header .nav-rds-mainmenu-l2 .nav-rds-mainmenu-tags button {
		font-size: 0.75rem;
	}
}
@media (max-width:1199.98px) {
	header .rds-identity ul li a {
		font-size: 0.65rem;
	}
	header .nav-rds-mainmenu {
		font-size: 0.8rem;
	}
	header .nav-rds-mainmenu nav .nav-rds-iconsmenu div span {
		font-size: 0.9rem;
	}
	header .nav-rds-mainmenu nav ul li button {
		padding: 0 20px 0 0;
	}
	header .nav-rds-mainmenu nav ul li button::before {
		right: 10px;
	}
	header .nav-rds-mainmenu nav ul li button::after {
		width: calc(100% - 10px);
	}
}
@media (max-width:992.98px) {
	header {
		position: fixed;
	}
	body {
		margin-top:50px;
	}
	#rds-desktop-menu {
		display:none;
	}
	#rds-mobile-menu {
		display: block;
	}
}