* {
	margin: 0;
	padding: 0;	
}

html {
	height: 100%;
}

body {
	font-family: Arial;
	color: #505050;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

abbr {
	text-decoration: none;
}

P.pcenter {
    text-align: center;
}

input[type=text] {
    margin: 5px;
    padding: 5px;
	border: 1px solid #277fca;
    border-radius: 4px;
}

select {
    margin: 5px;
    padding: 5px;
	border: 1px solid #277fca;
    background-color: #eee;
    border-radius: 4px;
}

input[type=submit] {
    background-color: #277fca;
    color: #fff;
    margin: 5px;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    border: 0px solid #277fca;
}

.top {
	height: 75px;
	width: 100%;
	background-color: #277fca;
	color: #fff;
}

.con {
	width: 100%;
	height: -webkit-calc(100% - 75px);
	height: -moz-calc(100% - 75px);
	height: calc(100% - 75px);
}

.con ul {
	margin: 0 auto;
	padding: 7px;	
}

.con li {
	margin: 4px 0 0 0;
	list-style-type: none;
}

.con a {
	color: #277fca;
	text-decoration: none;
}

.con > p {
	padding: 10px;
}

.box_par {
    width: 100%;
}

.kpi_box {
    margin: 0 auto;
    width: 80%;
    padding: 10px 0 0 0;
}

.kpi {
	width: 44%;
    border-radius: 4px;
    margin: 0 5px 0 0;
    padding: 5px;
    float: left;
    text-align: center;
    background-color: #277fca;
    color: #fff;
    font-size: 0.8em;
}

.kpi > p {
    font-size: 4em;
    font-weight: bold;
    color: #fedf6a;
}

.float_none {
    clear:both;
}

/*
.ile {
	width: 350px;
    float: left;
    border-bottom: 1px solid #277fca;
    padding: 0 0 5px 0;
    margin: 0 5px 10px 0;
}
*/
.list li {
	float: left;
	margin: 0 5px 10px 0;
	list-style-type: none;
	width: min(48%, 290px);
	border-radius: 4px;
    text-align: center;
}

.list img {
	width: 100%;
}

.vid {
	width: 100%;
	height: 400px;
}

.title {
	margin: 0 auto;
	height: 100%;
	width: -webkit-calc(100% - 150px);
	width: -moz-calc(100% - 15px);
	width: calc(100% - 150px);
	text-align: center;
	display: table;
}

.title_in {
	display: table-cell;
	vertical-align: middle;
}

.map {
	width: 100%;
	height: 100%;
}

.map_n {
	width: 100%;
	height: 400px;
}

h1 {
	font-size: 25px;
	line-height: 26px;
}

h2 {
	margin: 0 auto;
	padding: 15px;
	font-size: 20px;
}

.photo {
	display: grid;
	height: auto;
}

.center-fit {
	max-width: 100%;
	height: auto;
	margin: auto;
}

.photo_map {
	width: 300px !important;
	border-radius: 4px;
}

.photo_list {
	border-radius: 4px;
}

header {
	position: relative;
}

.logo {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.menu-triger {
	background: url(img/_menu.png) 0 0 repeat;
	display: block;
	width: 75px;
	height: 75px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.menu-close {
	background: url(img/_close.png) 0 0 repeat;
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}

.menu-popup {
	background: #277fca;
	display: none;
	position: absolute;
	right: -110%;
	top: 0;
	width: 300px;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.menu-popup ul {
	margin: 0;
	padding: 0;
}

.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.menu-popup li a {
	font-size: 24px;
	color: rgb(255, 255, 255);
	font-family: "Arial";
	line-height: 1.4;
	text-decoration: none;
}

.body_pointer * {
	cursor: pointer;
}












.sim-slider {
	max-width: 1000px;
	min-width: 320px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px solid #ccd;
	background-color: white;
}

/* General styles */
.sim-slider {
	position: relative;
}

.sim-slider-list {
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
	position: relative;
}

.sim-slider-element {
	width: 100%;
	transition: opacity 1s ease-in;
	opacity: 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: block;
}
.sim-slider-list img {
	width: 100%;
	 !important;
}


/* Navigation item styles */
div.sim-slider-arrow-left,
div.sim-slider-arrow-right {
	width: 28px;
	height: 46px;
	position: absolute;
	cursor: pointer;
	opacity: 0.6;
	z-index: 4;
}

div.sim-slider-arrow-left {
	left: 10px;
	top: 40%;
	display: block;
	background: url("img/sim-arrow-left.png") no-repeat;
}

div.sim-slider-arrow-right {
	right: 10px;
	top: 40%;
	display: block;
	background: url("img/sim-arrow-right.png") no-repeat;
}

div.sim-slider-arrow-left:hover {
	opacity: 1.0;
}

div.sim-slider-arrow-right:hover {
	opacity: 1.0;
}

div.sim-slider-dots {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 3;
	text-align: center;
}

span.sim-dot {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	padding: 3px;
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	cursor: pointer;
	border: 1px solid #505050;
}

.leaflet-container {
    font: 16px / 1.5 "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

.leaflet-popup-content-wrapper {
	text-align: center !important;
}