body, div, section, nav, p, img, footer, header, a, a:link 
{
    margin: 0;
	padding:0;
	text-decoration: none;
	color: #FFFFFF;
}

html, body{
    height: 100%;
	font-family: Calibri, Arial;
}

body.home{
    background: url('../images/za-doma.jpg') no-repeat center center fixed;
	background-size: cover;
}

body.office{
    background: url('../images/office.jpg') no-repeat center center fixed;
	background-size: cover;
}

body.commercial{
    background: url('../images/commercial.jpg') no-repeat center center fixed;
	background-size: cover;
}


h1, h2, h3, h4, h5, h6
{
	padding: 10px 20px;
	text-align: left;
	margin: 0;
}


#wrapper
{
    font-size: 16px;
    min-height: 100%;
    margin: 0 0 -120px 0; 
}

.dark
{
	background: url('../images/overlay.png');
}

.dark1
{
	background: url('../images/overlay1.png');
}

.main
{
    width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}

header
{
	position: relative;
	height: 70px;
	padding: 30px 0 0 0;
}

header .topmenu
{
	background: #000000;
	height: 50px;
}

header .topmenu nav a
{
	color: #A3A5A2;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: bottom;
}

header .leftmenu
{
	width: 37%;
}

header .leftmenu a
{
	font-size: 1.2em;
	padding: 13px 12px;
}

header .rightmenu
{
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50%;
	text-align: right;
}

header .rightmenu a
{
	font-size: 1.2em;
	padding: 13px 12px;
}

header .topmenu nav a:hover
{
	background: #191919;
	color: #FFFFFF;
}

header .topmenu nav a.selected,
header .topmenu nav a:active,
header .topmenu nav .active > a
{
	background: #191919;
}

nav div
{
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}

nav div ul
{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
}

nav.leftmenu div ul
{
	width: 320px;
}

nav.rightmenu div ul
{
	width: 200px;
}

nav div ul a,
nav div ul a:link,
nav div ul a:visited
{
	font-size: 1em;
	height: 20px;
	line-height: 20px;
	padding: 10px 4%;
	width: 92%;
	color: #FFFFFF;
	text-align: left;
}

header a.logo,
header a.logo:hover,
header a.logo:active
{
	position: absolute;
	left: 37%;
	top: -30px;
	display: block;
	
}

header .lang
{
	position: absolute;
	right: 10px;
	top: -30px;
	width: 100px;
	text-align: right;
}

header .lang a
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	height: 16px;
}

header .lang a:hover,
header .lang a:active
{
	padding: 0;
	border: none;
	text-decoration: underline;
	color: #A3A5A2;
}

header .lang a.active
{
	color: #FFFFFF;
}

header .lang img
{
	height: 13px;
	width: 19px;
	vertical-align: middle;
}

.pathway
{
	padding: 0 20px;
	color: #9E0000;
}

.padding a,
.pathway a:link,
.pathway a:visited
{
	color: #EEEEEE;
}

.pathway a:hover,
.pathway a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

#homeSlider
{
	overflow: hidden;
}

#homeSlider a.slide
{
	display: block;
	padding: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}

footer, .push, 
footer .main
{
    height: 120px;
}

footer
{
	background: #191919;
}

footer .phone
{
	font-size: 24px;
	text-align: right;
}

footer .fb
{
	font-size: 18px;
	text-align: right;
}

footer .fb img,
footer .phone img
{
	vertical-align: middle;
}

#slogan
{
	background: url('../images/quots.png');
	background-size: 100% 100%;
	margin-top: 10px;
	width: 300px;
	padding: 0 5%;
	line-height: 25px;
	height: 75px;
	font-size: 1.15em;
	text-align: justify;
	float: left;
}

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

#copyright,
#ilweb
{
	position: absolute;
	bottom: 0;
	line-height: 20px;
	font-size: 10px;
}

#copyright
{
	left: 0;
}

#ilweb
{
	right: 0;
}