#logo {
    width: 153px;
}

.sitenev {
font-weight:600;
text-transform:uppercase;
color: #8c8e8d;
font-size:13px
}

/* select formázása */


#selecttd select {
    border: 1px solid rgb(248, 251, 249);
	padding:5px 20px 5px 5px;
    min-width: 150px;
	outline:0;
	font-weight:600;
}

.select2 select {
	background:transparent;
	margin-right:20px;
	-webkit-appearance:none;
	-moz-appearance:none;
	width:100%;
	
}

.select2 select::-ms-expand {
    display: none;
}

.select2 {
	width:200px;
	display:inline-block;
	border:1px solid #ccc;
	position:relative;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
	outline:0;
	
}

.select2:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	z-index:-1000
}
.select2:after {
	content:'';
	position:absolute;
	right:10px;
	top:34%;
	width:13px;
	height:10px;
	background:center center no-repeat url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTYuMiA4Ny45IDQ4NC4yIDI3NiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMTYuMiA4Ny45IDQ4NC4yIDI3NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNMjI1LjksMzM1LjFjLTYuOSwwLTEzLjctMi42LTE5LTcuOUw0Mi4yLDE2Mi41Yy0xMC41LTEwLjUtMTAuNS0yNy41LDAtMzcuOWMxMC41LTEwLjUsMjcuNS0xMC41LDM3LjksMGwxNDUuOCwxNDUuOA0KCWwxNDUuOC0xNDUuOGMxMC41LTEwLjUsMjcuNS0xMC41LDM3LjksMGMxMC41LDEwLjUsMTAuNSwyNy41LDAsMzcuOUwyNDQuOSwzMjcuM0MyMzkuNywzMzIuNSwyMzIuOCwzMzUuMSwyMjUuOSwzMzUuMXoiLz4NCjwvc3ZnPg0K');
	z-index:-2
}

.markerscityname img {
    margin: 0px;
    margin-top: 4px;
    height: 12px;
}

.markerscityname {
    position: absolute;
    padding: 1px 7px;
    margin: 0;
    min-width: 50px;
    height: auto;
    background: white;
    border: 1px solid rgb(140,142,141);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    border-radius: 0px;
    display: none;
    font-size: 13px;
    color: rgb(140,142,141);
    transition: 0.5s;
}

.popupwindows h2 img {
    height: 40px;
    vertical-align: middle;
    padding-right: 5px;
}

.popupwindows table tbody tr td a { 
    background: #891727;
    color: white;
    height: 28px;
    font-size: 14px;
    padding: 8px;
    padding-left: 13px;
    padding-right: 13px;
    border: 0px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    transition: 0.5s;
}


.popupwindows table tbody tr td a:hover { 
    background: #a90533;
    transition: 0.5s;
}





