body
{
	min-width: 1050px;
}

header
{
	top: 0;
	position: fixed;
	height: 51px;
	width: 100%;
	background-color: #f38c06;
	border: 1px solid #e26703;
	color: #fff;
	z-index: 1001;
}

#header-banner
{
	position: relative;
	left: 50%;
	margin-left: -525px;
	margin-top: 81px;
	margin-bottom: -20px;
	width: 1050px;
	z-index: 1000;
}

#header-banner a
{
	z-index: 100;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
}

#header
{
	position: relative;
	width: 1050px;
	left: 50%;
	margin-left: -525px;
	height: 100%;
}

#header #app-name
{
	display: inline-block;
	height: 64px;
	width: 123px;
	margin-top: 9px;
	background-image: url(/images/logo.png);
}

#header nav
{
	top: 0;
	position: absolute;
	right: 0;
	height: 100%;
}

#main-menu
{
	height: 100%;
	margin: 0;
}

#main-menu li
{
	display: inline-block;
	float: left;
	font-size: 14px;
	height: 100%;
	border-right: 1px solid #e26703;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	position: relative;
}

#main-menu a
{
	color: #fff;
	text-decoration: none;
	padding: 15px 25px;
	display: block;
}

#main-menu li:hover,
#main-menu li.active
{
	background-color: #e26703;
}

#main-menu li:hover .main-menu-arrow,
#main-menu li.active .main-menu-arrow
{
	display: block;
}

#main-menu li.custom-item
{
	width: 51px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
}

#main-menu li#lock
{
	height: 100%;
	background-image: url(/images/main-menu-lock.png);
	background-repeat: no-repeat;
	background-position: center;
}

#main-menu li#lock .main-menu-arrow
{
	margin-top: 5px;
}

#main-menu li:first-child
{
	border-left: 1px solid #e26703;
}

#main-menu .main-menu-arrow
{
	background-image: url(/images/main-menu-arrow.png);
	position: absolute;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 6px;
	display: none;
}

#select-language:hover #languages
{
	display: block;
}

#languages
{
	display: none;
	position: relative;
	z-index: 100;
	top: 15px;
	width: 204px;
	right: 153px;
}

#languages a
{
	display: block;
	position: relative;
	float: right;
	padding: 14px 0;
	background-color: #e26703;
	height: 52px;
	width: 52px;
	border: 1px solid #f38c06;
	text-transform: none;
	margin-top: -1px;
	margin-left: -1px;
	text-transform: uppercase;
}

#languages a:hover
{
	background-color: #f38c06;
}

#content
{
	position: relative;
	width: 1050px;
	padding: 30px 0 80px;
	left: 50%;
	margin-left: -525px;
}

footer
{
	background-image: url(/images/footer-bg.png);
	background-position: center;
	height: 331px;
}

#footer
{
	padding: 50px 0 0;
	position: relative;
	width: 1050px;
	left: 50%;
	margin-left: -525px;
	height: 100%;
}

#footer .footer-block
{
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	float: left;
	display: inline-block;
	margin-right: 100px;
}

#footer .footer-block a
{
	color: #fff;
	text-decoration: none;
}

#footer .footer-block .header
{
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-right: 25px;
	background-position: right;
	background-repeat: no-repeat;
}

#footer .footer-block li
{
	margin-bottom: 10px;
	position: relative;
}

#footer .header.white
{
	background-image: url(/images/footer-arrow-white.png);
}

#footer .header.orange
{
	color: #f38c06;
	background-image: url(/images/footer-arrow-orange.png);
}

#footer .header.blue
{
	color: #6296c8;
	background-image: url(/images/footer-arrow-blue.png);
}

.social
{
	width: 127px;
	position: absolute;
	height: 43px;
	right: 0;
	top: 50px;
}

.social .elem
{
	height: 43px;
	width: 42px;
	margin: 0;
	float: left;
	cursor: pointer;
}

.social .facebook
{
	background-image: url(/images/social.png);
	width: 43px;
}

.social .twitter
{
	background-image: url(/images/social.png);
	background-position: -43px 0;
}

.social .draugiem
{
	background-image: url(/images/social.png);
	background-position: -85px 0;
}

#footer #copyright
{
	position: absolute;
	display: inline-block;
	right: 0;
	bottom: 55px;
	color: #888;
	font-size: 12px;
}

#scroll-top
{
	display: none;
	position: fixed;
	z-index: 100;
	bottom: -50px;
	right: 20px;
	background-color: #333;
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: center;
	padding: 12px 20px 12px 42px;
	text-transform: uppercase;
	height: 43px;
	box-shadow: 1px -2px 10px #000;
	cursor: pointer;
	background-image: url(/images/scroll-top.png);
	background-repeat: no-repeat;
	background-position: left;
}

#ajaxloader
{
	display: none;
	position: absolute;
	background-color: #000;
	opacity: 0.7;
	color: #fff;
	padding: 15px 40px;
	border-radius: 10px;
	left: 50%;
	margin-left: -90px;
	bottom: 10px;
}


.hidden-search-form
{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}

.hidden-search-form input[type="submit"]
{
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.hidden-search-form input[type="checkbox"]
{
	display: none;
}

#banners
{
	width: 250px;
	float: right;
}

#banners .banner
{
	display: block;
	position: relative;
	height: 140px;
	width: 250px;
	margin-bottom: 5px;
	background-color: #ddd;
}

#banners .banner.big
{
	height: 250px;
}

#banners .banner.small
{
	height: 100px;
}

#banners .banner-text
{
	position: absolute;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #fff;
	width: 210px;
	height: 38px;
	bottom: 4px;
	left: 4px;
	padding: 10px;
	max-width: 210px;
	background-color: rgba(0, 0, 0, 0.65);
}

.banner span
{
	display: block;
	position: relative;
}

.banner a
{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

#banner-slider
{
	width: 250px;
	height: 250px;
}

#map-opened
{
	width: 640px;
	height: 360px;
	
}