@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
a{
	text-decoration:none;
}
table {
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
caption,th {
    text-align: left;

}
q:before,q:after {
	content:'';
}
abbr,acronym {
    border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	background-color: #fff;
}
html,body{
	overflow: hidden;
}
html,body, #fullpage, .section{
	height: 100%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
.section{
    position: relative;
    padding-left: 30px;
}
#menu li {
	display:inline-block;
	/* margin: 20px; */
	background:#ffffff;
}
#menu li.active{
	background: #162883;;
	color: #ffffff;
}
#menu li a{
	text-decoration:none;
	color: #000000;
}
#menu li a:hover {
    text-decoration: none;
    color: #E20019;
}
#menu li.active{
	color: #ffffff;
}
#menu li:hover{
	/* background: rgba(255,0,0, 1); */
}
#menu li a,
#menu li.active a{
	padding: 23px 35px 24px 35px;
	display:block;
}
#menu li.active a,
#menu li.active a:hover{
	color: #fff;
}
#menu{
    background-color: #ffffff;
    position: fixed;
	top:0;
	left:0;
	height: 70px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

#menu img{
    margin: 10px 10px 10px 20px;
}

#logo {
    margin: 0;
    padding: 0;
    text-align: center;
    background: url("../img/remas_logo.png") center no-repeat;
}

#logo a,
#logo a:visited{
    position: fixed;
    bottom: 30px;
    transform: translatex(-50%);
    font-size: 72px;
    color: #162883;
}

#logo a:hover{
    color: #E20019;
}

#o_nas, #nabidka_sluzeb, #reference{
    background-image: url("../img/logo_brok.png"), url("../img/remas_logo_trans.png");
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center;
}

#kontakt{
    color: #cccccc;
    text-align: center;
}
#kontakt h1{
    z-index: 10;
    text-align: left;
    padding: 25px;
    font-size: 32px;
}
#kontakt table{
    z-index: 11;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}
.address{
    width: 50%;
    height: 100%;
    font-size: 18px;
    color: #333;
}
.address img{
    padding: 0px 0px 20px;
}
.map{
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.content{
    padding-top: 70px;
}