@font-face {
    font-family: ubuntu;
    src: url(font/ubuntu.ttf);
}
@font-face {
    font-family: ubuntu-b;
    src: url(font/ubuntu.mono-bold.ttf);
}

body, html {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	font-family: Arial;
}
button{
	font-family: Arial;
	line-height: 18px;
}

#abc ::-webkit-input-placeholder {
   color: #fff;
}

#abc :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

#abc ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

#abc :-ms-input-placeholder {  
   color: #fff;  
}
.leaflet-control-geocoder-form input {
	color: #ffffff;
	font-family: Ubuntu;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: 111;
	text-align: center;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgb(156, 176, 202);
	text-align: center;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgb(156, 176, 202);
	text-align: center;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgb(156, 176, 202);
	text-align: center;
}
::-webkit-scrollbar {
  width: 12px; 
  height: 12px; 
}
::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb
{
  background: #555;
}
#menu{
	width: 100%;
	height: 100px;
	background-color: black;
	color: white;
}
#map{
	width:100%;
	height: 100%;
}
.menu-nav{
	display: inline;
	float: left;
}
#logo img{
	width: 100%;
}
#tabs{
	position: absolute;
	top: 0;
	right: 0;
}
.ui-tabs-anchor img {
	width: 19px;
	height: 19px;
	float: left;
}
.a-btn-container{
	display: inline-table;
	float: left;
}
.a-btn{
	text-decoration: none;
	color: white;
	padding: 5px 10px;
	background: #343434;
	display: inline-block;
	float: right;
	border: none;
	position: relative;
	font-size: 1em;
	white-space: nowrap;
}
#bottom-nav {
	text-align: center;
    height: 28px;
    width: 100%;
    background: rgba(107, 107, 107, 0.85);
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 99;
	font-size: .9em;
}
#abc{
	margin: 0 auto;
	display: inline-block;
	width: 730px;
	font-size: .9em;
	font-family: Ubuntu;
}
#abc .leaflet-control{
	clear: none;
}
#abc .leaflet-bar a {
	width: 22px;
	height: 22px;
}
.category-marker{
	height: 87px;
	width: 95px;
	display: inline-block;
	margin: 0 3px;
	position: relative;
	cursor: pointer;
}
.category-marker p{
	font-size: .9em;
	width: 95px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: ubuntu;
}
.enabled .category-marker-icon{
	position: absolute;
	top: 10px;
	left: 16px;
	width: 38px;
	height: 38px !important;
}
.disabled .category-marker-icon{
	position: absolute;
	top: 20px;
	width: 30px;
	height: 30px !important;
	left: 16px;
}
.category-marker div {
	background: #65c4e4;
    height: 61px;
    width: 61px;
    margin: 5px auto;
    border-radius: 50%;
	background-color:#333;
}
#category-1 .category-marker-type-marker {
    background-color: #65c4e4;
}
#category-2 .category-marker-type-marker {
    background-color: #CA6DCE;
}
#category-3 .category-marker-type-marker {
    background-color: #C34E4B;
}
#category-4 .category-marker-type-marker {
    background-color: #D8830D;
}
#category-5 .category-marker-type-marker {
    background-color: #FFB82B;
}
#category-6 .category-marker-type-marker {
    background-color: #90B033;
}
#category-7 .category-marker-type-marker {
    background-color: #1d58a2;
}
#category-8 .category-marker-type-marker {
    background-color: #a7a7a7;
}
.small-size{
	display: none;
}
#welcome-page{
	text-align: center;
	font-family: "Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
	font-size: normal;
}
#welcome-page h3 {
	font-weight: normal;
	font-size: 1.4em;
	color: rgb(27, 178, 230);
	margin: 7px;
}
#welcome-page p {
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
}
#geolocate a {
    opacity: .75;
	background-image: url(images/target.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 4px;
}
#zoom-to-finland a{
	opacity: .75;
	background-image: url(images/vietnam.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 4px;
}
.leaflet-bottom.leaflet-left #map-forecast a {
    opacity: .75;
    background-image: url(images/umbrella.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 3px;
    width: 26px;
    height: 26px;
	background-color: #0094c7;
}
.leaflet-bottom.leaflet-left #map-forecast span {
    display: none;
}
.leaflet-bottom.leaflet-left #map-forecast-hide a {
    opacity: .75;
    background-image: url(symbols/21h.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 3px;
    width: 26px;
    height: 26px;
	background-color: #0094c7;
}
.leaflet-bottom.leaflet-left #map-forecast-hide span {
    display: none;
}
.forecast-popup .leaflet-popup-tip-container {
	display: none;
}
#menu-container{
	position: fixed;
	right: 20px;
	width: 180px;
	top: 58px;
	z-index: 9999;
}
#menu-list a{
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
}
#dates a{
	float:right;
}
#dates-when{
	display: inline;
}
#dates-when input{
	position: relative;
	z-index: 9999;
	height: 26px;
	border-radius: 0;
	border-top: none;
	border-bottom: none;
	font-size: 18px;
	text-align: center;
}
#dates-when label{
	display: inline;
}
.leaflet-rrose-content-wrapper{
	padding: 0 !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6) !important;
}
.leaflet-rrose-content{
	padding: 0 !important;
}
.leaflet-rrose-content h2{
	background-color: #DADADA;
	padding: 8px;
}
.leaflet-rrose-content p{
	margin-bottom: 2px;
	padding: 0 8px;
}
.leaflet-rrose-content img{
	max-width: 100%;
    max-height: 250px;
    margin: auto;
    display: block;
}
.leaflet-rrose-content button img{
	width: auto;
}
.leaflet-popup-content{
	text-align: center;
	padding: 0;
	line-height: 0;
}
.leaflet-popup-content img{
	padding:0;
	margin:0;
}
.tab-element-info p{
	font-size: 0.9em;
	font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
}
.tab-element-info h2{
	font-size: 1.0em;
}
.tab-element-info img{
	max-width: 100%;
    max-height: 220px;
    margin: auto;
    display: block;
}
.tab-element a {
	text-decoration: none;
	color: #3887BE;
}
.tab-element-btn{
	font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
	overflow-x: auto;
}
.tab-element-btn button{
	width: 20%;
	background-color: #DADADA;
	border: none;
	padding: 5px;
	cursor: pointer;
}
.tab-element-btn .move-favourite{
	width: 80% !important;
	color: white;
	border: none;
	padding: 5px;
	cursor: pointer;
	font-size: .9em;
}
.tab-element-btn .move-favourite p{
	margin: 0;
	font-family: ubuntu;
    font-size: 1em;
}
.leaflet-control-layers-list h2 {
	text-align: center;
}
li.tabs a{
	width: 100%;
	background-color: #444;
}
li.tabs a img{
	float: right;
    position: absolute;
    right: 10px;
    top: 5px;
}
.tabs.ui-state-active a{
	background-color: #15ADE2;
}
.ui-menu-item.ui-state-active a{
	color: #4F8BA0
}
#search-results li.ui-state-active{
	width: 100%;
}
#search-results li.ui-state-active a{
	width: calc(100% - 2em);
	text-align: center;
}
.themes-list li {
	width: 120px;
	margin: 18px 0 5px 5px;
	float: left;
	border-radius: 7px;
	text-align: center;
	font-family: Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	line-height: 17px;
	color: black;
	height: 85px;
	overflow: hidden;
	list-style: none;
	cursor: pointer;
}
.themes-list li img {
	margin: 10px 40px 14px 40px;
}
.themes-list{
	overflow: auto;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
}
.themes-list li:hover {
	background-image: url('../img/marker_dark_58.png');
	background-color: #EAEAEA;
}
.themes-list li {
	opacity: 0.8;
}
.themes-list .selected {
	opacity: 1;
}
#category-1-list .selected{
	background-color: #BDE8F5;
}
#category-2-list .selected{
	background-color: #FDC7FF;
}
#category-3-list .selected{
	background-color: #EAC8BC;
}
#category-4-list .selected{
	background-color: #FCE4BF;
}
#category-5-list .selected{
	background-color: #FADDB0;
}
#category-6-list .selected{
	background-color: #CFE494;
}
#category-8-list .selected{
	background-color: #ddd;
}
.icon-style-r{
	background: #FFFFFF;
}
.icon-style-w{
	background: #145C75;
	border-radius: 10%;
	padding: 3px;
}
li strong{
	width: 120px;
	display: inline-block;
	margin: 3px 0;
	font-size: 0.8em;
	height: 40px;
	text-align: center;
	display: table-cell;
}
label[data-filter="all"]{
	border: 3px solid #D3A08F;
	background: #FFFFFF;
	color: black;
}
li[data-type="1"] {
	background-image: url('../img/marker_blue_58.png');
	background-size: 42px;
    background-position: 39px 2px;
	background-repeat: no-repeat;
}
.tab-style-0{
	background-color: #15ADE2;
}
.icon-style-1{
	background-image: url('../img/marker_blue_58_s.png');
}
.tab-style-1{
	background-color: #65C4E4;
}
li[data-type="2"] {
	background-image: url('../img/marker_pink_58.png');
	background-size: 42px;
    background-position: 39px 2px;
	background-repeat: no-repeat;
}
.icon-style-2{
	background-image: url('../img/marker_pink_58_s.png');
}
.tab-style-2{
	background-color: #CA6DCE;
}
li[data-type="3"] {
	background-image: url('../img/marker_red_58.png');
	background-size: 42px;
    background-position: 39px 2px;
	background-repeat: no-repeat;
}
.icon-style-3{
	background-image: url('../img/marker_red_58_s.png');
}
.tab-style-3{
	background-color: #C34E4B;
}
li[data-type="4"] {
	background-image: url('../img/marker_orange_58.png');
	background-size: 42px;
    background-position: 39px 2px;
	background-repeat: no-repeat;
}
.icon-style-4{
	background-image: url('../img/marker_orange_58_s.png');
}
.tab-style-4{
	background-color: #D8830D;
}
li[data-type="5"] {
	background-image: url('../img/marker_yellow_58.png');
	background-size: 42px;
    background-position: 39px 2px;
	background-repeat: no-repeat;
}
.icon-style-5{
	background-image: url('../img/marker_yellow_58_s.png');
}
.tab-style-5{
	background-color: #FFB82B;
}
li[data-type="6"] {
	background-image: url('../img/marker_green_58.png');
	background-size: 42px;
    background-position: 39px 2px;
	background-repeat: no-repeat;
}
.icon-style-6{
	background-image: url('../img/marker_green_58_s.png');
}
.tab-style-6{
	background-color: #90B033;
}
li[data-type="8"] {
	background-image: url('../img/marker_grey_58.png');
	background-size: 42px;
    background-position: 39px 2px;
	background-repeat: no-repeat;
}
.icon-style-8{
	background-image: url('../img/marker_grey_58_s.png');
}
.tab-style-8{
	background-color: #a7a7a7;
}
.icon-style-plan{
	background-image: url('../img/marker_plan_58_s.png');
}
.icon-style-light{
	background-image: url('../img/marker_light_58.png');
}
.icon-pin:hover{
	background-image: url('../img/marker_dark_58.png');
}
.icon-pin {
	background-size: contain;
	background-repeat: no-repeat;
	padding: 6px 8px 14px 6px;
}
.ui-dialog-content p {
    margin-top: 10px;
	margin-bottom: 6px;
}
.ui-dialog-content input {
	width: calc(100% - 14px);
	padding: 5px 3px;
	margin: 3px;
	border: 1px solid #8FCBE0;
	border-radius: 4px;
	color: black;
}
.ui-dialog-content textarea {
    width: calc(100% - 14px);
    padding: 3px;
    margin: 3px;
    border: 1px solid #8FCBE0;
    border-radius: 2px;
    color: black;
}
.ui-dialog-content select {
	width: calc(100% - 6px);
    padding: 3px;
    margin: 3px;
    border: 1px solid #8FCBE0;
    border-radius: 2px;
    color: black;
}
.ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: ubuntu;
}
.ui-widget input:hover, .ui-widget select:hover, .ui-widget textarea:hover {
    border: 1px solid #ffb100;
}
.ui-dialog-content input[type="submit"]{
	width: calc(100% - 6px);
    padding: 6px 1px;
    color: rgb(27, 178, 230);
    border: 2px solid rgb(27, 178, 230);
    background-color: white;
    margin: 5px 3px;
	border-radius: 10px;
	font-weight: bold;
}
.ui-dialog-content input[type="submit"]:hover{
	color: white;
    background: #ffb100;
    border: 2px solid #ffb100;
	cursor: pointer;
}
.ui-dialog-content input[type="checkbox"]{
    width: auto;
}
.select, .number, .text, .textarea {
    margin-top: 8px;
}
.user-dialog p {
	text-align: center;
	margin: 3px;
	color: #A9A9A9;
}
.user-dialog button {
	color: rgb(27, 178, 230);
	border: 2px solid rgb(27, 178, 230);
	background-color: white;
	padding: 6px;
	width: 100%;
	margin: 5px 0 0 0;
	border-radius: 10px;
	font-weight: bold;
	font-family: ubuntu;
}
.user-dialog button:hover{
	color: white;
    background: #1bb2e6;
    border: 2px solid #1bb2e6;
	cursor: pointer;
}
.user-dialog .ui-accordion  h3:hover{
	border: 1px solid #ffb100;
	background-color: #fff9ef;
}
.user-dialog textarea {
	width: calc(100% - 14px);
	padding: 3px;
	margin: 3px;
	border: 1px solid #8FCBE0;
	border-radius: 4px;
	color: black;
}
.user-dialog select {
	width: calc(100% - 6px);
	padding: 3px;
	margin: 3px;
	border: 1px solid #8FCBE0;
	border-radius: 4px;
	color: black;
}
.profile-details{
	display: inline-block;
	margin: 5px 0;
}
.profile-img{
	border-radius: 12px;
	height: 40px;
	width: 40px;
	background-color: #1C7694;
	float:left;
}
.profile-label {
  width: 120px;
  height: 40px;
  vertical-align: middle;
  float:right;
}
.profile img{
	margin-left: 5px;
	margin-top: 5px;
	height: 30px;
	width: 30px;
}
.profile p{
	width: 120px;
	display: inline-block;
	font-size: 0.8em;
	height: 40px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 8px;
	font-weight: bold;
	color: #044257;
}
.profile:hover{
	cursor: pointer;
}
.profile:hover .profile-img{
	background: #60C3D0;
}
.profile:hover .profile-label p{
	color: #60C3D0;
}
.profile{
	display: inline-block;
}
.leaflet-rrose-content{
	padding: 10px;
}
.leaflet-rrose-content-wrapper{
	border-radius: 5px;
}
.leaflet-rrose-content button {
  width: 100%;
  border: none;
  color: #FFFFFF;
  padding: 5px;
  margin-top: 6px;
}
.btn-type-1{
	background-color: #79C4DB !important
}
.btn-type-2{
	background-color: #CA6DCE !important;
}
.btn-type-3{
	background-color: #C34E4B !important;
}
.btn-type-4{
	background-color: #DA840D !important;
}
.btn-type-5 {
	background-color: #FFB82B !important;
}
.btn-type-6 {
	background-color: #90B033 !important;
}
.btn-type-8 {
	background-color: #a7a7a7 !important;
}
.btn-type-light {
    background-color: #15B0E6 !important;
    color: white;
    width: 100%;
    border: navajowhite;
    height: 34px;
}
.leaflet-rrose-content button:hover{
	background-color: #343434 !important;
}
.move-favourite span{
	display: inline-block;
	height: 25px;
}
.tab-element-btn .move-favourite span{
	height: 18px;
}
.btn-txt{
	float: right;
	width: calc(100% - 24px);
}
.btn-txt p{
	padding: 3px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #414141;
}
.ui-tabs-panel{
	padding:0 !important;
}
.tab-content h3{
	position: relative;
	font-size: 0.9em;
}
#search-results li .ui-tabs-anchor span {
	display: none;
}
.ui-tabs-active a span {
	display: inline !important;
}
.ui-state-active img {
    float: left;
}
.tab-content{
	height: 100%;
	overflow-x: hidden;
    overflow-y: auto;
	text-align: center;
}
#search-results, #tabs-myplan {
	font-family: ubuntu;
}
#search-results ul {
	font-family: ubuntu-b;
	font-size: 1em;
}
#map-table span {
	font-family: ubuntu-b;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #CFCFCF;
	background: #DADADA url("images/ui-bg_flat_50_316b92_40x100.png") 50% 50% repeat-x;
	font-weight: bold;
}
.ui-accordion-content .tab-element-section.tab-element-info {
	margin: 10px;
}
.ui-accordion .ui-accordion-content{
	padding:0;
}
.category-nav-select button{
	margin: 0 5px;
	padding: 2px 13px;
	background-color: #FFFFFF;
	border: 2px solid #15B0E6;
	color: #169CCB;
}
.category-nav-select button:hover{
	margin: 0 5px;
	padding: 2px 13px;
	background-color: #343434;
	border: 2px solid #9E9E9E;
	color: white;
}
.category-nav{
	text-align: center;
}
.zoom-in-alert{
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .9em;
	background-color: #14AFE4;
}
#search-results-tabs{
	height: calc(100% - 74px);
}
#tab-mycontent {
	overflow: auto;
	height: calc(100% - 30px);
}
.user-dialog label{
	display: none;
}
.ui-dialog-titlebar.ui-widget-header {
	background: #15B0E6;
	color: #FFFFFF;
}
.dialog-no-title .ui-dialog-titlebar{
	background-color: transparent;
	border: transparent;
	color: #15B0E6;
	text-align: center;
	font-size: 1.3em;
	font-weight: 100;
}
.dialog-no-header .ui-dialog-titlebar{
	display: none;
}
#welcome-page{
	width: auto;
	padding: 40px;
	max-height: none;
	height: auto;
}
.ui-tabs-anchor span {
	font-weight: bold;
	color: white;
}
#my-plan-title {
	display: inline !important;
	margin: 0px 30px 0 20px;
}
#my-plan-counter{
	position: absolute;
	right: 10px;
    border-radius: 50%;
    background-color: white;
    color: #175F78;
    margin: 0 3px;
	display: inline !important;
	text-align: center;
}
#search-result-control {
	font-size: .8em;
	background-color: rgba(255, 255, 255, 0.68);
	padding: 7px;
	color: #15ADE2;
	margin: 0 2px;
	width: calc(100% - 16px);
	font-size: 0.8em;
	font-weight: bold;
	height: 20px;
}
#search-result-control select{
	border-radius:3px;
	border-color: #15ADE2;
	color: #15ADE2;
}
.search-result-control input{
	width: 90px;
	text-align: center;
	border-radius:3px;
	border-color: #15ADE2;
	color: #15ADE2;
}
.search-result-control {
	display: inline-block;
	vertical-align: middle;
}
#search-result-limit {
	float:right;
}
#FeedbackPointSendForm a {
	width: calc(100% - 10px);
    display: block;
    text-align: center;
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #15b0e6;
    color: #15b0e6;
}
.btn-alert {
	background-color: #FFFBF8 !important;
    color: #F40000 !important;
    border: 1px solid #F40000 !important;
}
.input-alert{
	border: 1px solid red !important;
}
#tabs>ul>li a{
	padding: .7em;
	width: calc(100% - 1.4em);
}
.loRogowskaadingoverlay{
	zTyrmanda -index: 999999;
}
.slicknav_parent ul{
	width: calc(50% - 10px);
	display: inline-block !important;
}
.map-table-counter{
	float: right;
	border-radius: 50%;
	background-color: white;
	color: #175F78;
	margin: 0 3px;
}
.user-dialog .ui-accordion  h3{
	font-size: 1em;
    border: 1px solid #15B0E6;
    background-color: #EFFBFF;
	padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.ui-accordion-header img{
	position: absolute;
    top: 0;
    right: 5px;
    padding: 5px;
	height: 18px;
	width: 18px;
	border-radius: 10px;
}
.leaflet-rrose-content h2 img {
    display: none;
}
#tab-mycontent h2 {
	font-size: 0.9em;
	padding-right: 130px;
	margin-top: 20px;
}
.icon-enabled{
	margin-left: -22px !important;
    margin-top: -56px !important;
    width: 45px !important;
    height: 56px !important;
	padding: 10px 11px 22px 9px !important;
}
.tab-myplan-menu{
	display: inline;
}
.tab-myplan-menu button{
    background-color: #15ADE2;
    color: #fff;
    text-decoration: none;
	border: none;
	padding: 0.3em .1em;
	border-radius: 4px;
}
.tab-myplan-menu img {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
.tab-myplan-menu  img, .tab-myplan-menu span{
    vertical-align:middle;
	margin: 0 4px;
}
#tab-myplan-menu{
	 text-align: center;
}
.small-text{
    font-family: ubuntu !important;
    font-size: 0.75em !important;
}
.tab-element h2 {
    font-size: 0.9em;
    background: white;
    position: relative;
    line-height: 28px;
    margin: 0;
	padding: 0 4px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
h2 img {
	height: 20px;
    width: 20px;
    padding: 4px;
    border-radius: 4px;
    position: absolute;
    bottom: -32px;
    right: 2px;
	top: 0px;
}
.grey-out{
	opacity: 0.8;
}
.tab-element-info p:hover{
    display: block;
}
btn {
	width: 20%;
    background-color: #DADADA;
    border: none;
    padding: 5px;
    cursor: pointer;
}
.tab-content .tab-element {
    height: 150px;
	width: 235px;
	margin: 4px;
    display: inline-table;
	border: 1px solid #9C9C9C;
    border-radius: 5px;
	cursor:pointer;
	position: relative;
	background-size: cover;
}
.tab-content .no-img {
	background-image: url('images/pho3.png');
    background-size: 60px 54px;
    background-repeat: no-repeat;
    background-position: 90px 50px;
}
.tab-content .alt-img {
	background-repeat: no-repeat;
	background-size: 100%;
}
.abc  {
    width: 235px;
    display: none;
    background: white;
    border-top: 1px solid #9C9C9C;
	position: relative;
}
.tab-content .tab-element:hover{
	border: 1px solid #333;
}
.myplan-date{
	background: white;
    border: 1px solid #1885AB;
    color: #1885AB;
    position: absolute;
    top: 5px;
    right: 40px;
	width: 80px;
    text-align: center;
}
.mycontent-distance {
    position: absolute;
    top: -20px;
    right: 40px;
    color: black;
	font-weight: normal;
}
#search-result-view{
	float: right;
}
#search-result-change-view{
	background-image: url('images/view-l.png');
    background-color: white;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 0px;
    border: none;
    margin-left: 5px;
}
.view-list div div #search-result-change-view{
	background-image: url('images/view-s.png');
}
.view-list div div div .tab-element{
	width: calc(100% - 2px);
	height: auto;
	display: block;
    background-image: none !important;
}
.view-list div div div .tab-element h2{
	text-align: left;
}
.view-list div div div .tab-element h2 img{
	bottom: 0;
}
.view-list div div div .tab-element .abc{
	width: 100%;
}

.tab-element h2 time {
	display: none;
}
.tabs-style-3 div .tab-element h2 time {
	font-size: 0.8em;
    color: #333;
    width: 210px;
	display: inline-block;
}
.view-list div .tabs-style-3 div .tab-element h2 time {
    font-size: 0.8em;
    color: #333;
	width: auto;
    padding: 0 10px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
	display: inline-block;
}
.view-list div .tabs-style-3 div .tab-element h2 span {
    padding-left: 120px;
    padding-right: 30px;
    display: inline-block;
}
.leaflet-rrose-content time {
	display: none;
}
.leaflet-rrose-content {
    margin: 0 !important;
    width: 270px !important;
}
.leaflet-rrose-content p {
    margin: 0px !important;
}
#tab-mycontent time {
    display: none;
}
.ui-state-default>.ui-icon.ui-icon-close {
    display:none;
}
.ui-state-hover>.ui-icon.ui-icon-close {
    position: absolute;
	display: block;
    top: 1px;
    right: -22px;
    padding: 10px;
    z-index: 999;
    background-color: white;
    border: 1px solid #949494;
    background-position: -94px -126px;
	background-image: url("images/ui-icons_056b93_256x240.png");
	cursor: pointer; 
}
.ui-state-hover.ui-state-active>.ui-icon.ui-icon-close{
	right: 1px;
}
.search-result-summary{
	display: inline-block;
}
.search-result-summary button{
	border: 1px solid #15ADE2;
    color: #15ADE2;
    background: #FFF;
    text-align: center;
    border-radius: 3px;
}
.search-result-summary .disable {
	display:none; 
}
.element-description{
	max-height: 195px;
    overflow: auto;
	margin: 6px;
}
button#tabs-hide {
    position: absolute;
    top: 2px;
    left: -34px;
    width: 34px;
    background-image: url("images/next.png");
    background-size: 30px 30px;
    background-position: 1px 1px;
    background-repeat: no-repeat;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    font-size: large;
    color: #15ade2;
    border: none;
    background-color: transparent;
	cursor: pointer;
}
button#tabs-show {
    position: absolute;
    top: 32px;
    right: 2px;
    width: 30px;
    background-image: url("images/next5.png");
    background-size: 30px 30px;
    background-position: 1px 1px;
    background-repeat: no-repeat;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    font-size: large;
    color: #15ade2;
    border: none;
    background-color: transparent;
	cursor: pointer;
}
.icon-small {
	height: 5px !important;
    width: 5px !important;
    padding: 8px 7px 9px 7px !important;
    margin: 0!important;
	z-index: 1 !important;
}
.icon-hidden {
	display: none;
}
.btn-next{
	width: calc(50% - 2px);
	float: right;
	border: solid 1px #15b0e6;
    background-color: white;
    color: #15b0e6;
}
.btn-prev{
	width: calc(50% - 2px);
	float: left;
	border: none;
    background-color: white;
    color: #15b0e6;
	text-align: left;
}
.request-step-btn {
    display: inline-block;
    width: 100%;
    margin: 25px 3px 5px;
}
.leaflet-popup-content h4{
	margin: -12px 0 2px 0;
	width: 90%;
}
.input label {
    margin: 0px 4px;
}
#captcha {
    margin: 30px 5px 10px;
}
.captcha img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.captcha a.creload {
    display: block;
    text-align: center;
}
.input label{
	margin: auto;
}
.error-message {
    background-color: #ff5151;
    padding: 7px 5px;
    margin: 1px 3px;
    font-weight: bold;
}
.form-status .message{
	background-color: #ff5151;
    padding: 7px 5px;
    margin: 1px 3px;
    font-weight: bold;
}
.slicknav-flag .slicknav_icon{
	width: 10px;
}
#bottom-nav .leaflet-control-geocoder {
    background: transparent;
}
#bottom-nav  .leaflet-control-layers-toggle{
	display: none;
}
#bottom-nav .leaflet-control-geocoder.leaflet-bar{
    border: none;
    border-radius: 0;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    background: transparent;
    margin: 3px 0;
    font-size: .9em;
}
#bottom-nav .leaflet-control-geocoder-form input {
    font-size: 110%;
    border: 0;
    background-color: transparent;
    width: 226px;
    text-align: center;
}
#bottom-nav ul.leaflet-control-geocoder-alternatives {
    background: rgba(255, 255, 255, 0.95);
	width: auto;
}
#abc .bottom-nav-button {
	width: 194px;
    color: #FFF;
    height: 16px;
    border-right: 1px solid #FFF;
    margin: 3px 0px;
    font-size: 1em;
    padding: 3px 20px 3px 20px;
    cursor: pointer;
}
.bottom-nav-button span {
	opacity: .9;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 4px;
    width: 22px;
    height: 22px;
    padding-left:30px;
}
#share-button-facebook-link span {
    background-image: url(images/fb.png);
    background-repeat: no-repeat;
    padding: 5px;
    padding-left: 30px;
    background-position: 1px;
}
#share-button-finterest-form span {
	background-image: url(../img/vnXplore_min.png);
    background-repeat: no-repeat;
    padding: 5px;
    padding-left: 30px;
    background-position: 1px;
}
.share-btn-container {
    display: inline-block;
    margin: 30px 0;
}
a#share-button-finterest-form {
    background-color: #ffffff;
    color: #15b0e6;
	border: 2px solid #15b0e6;
    padding: 7px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

a#share-url-copy {
    position: absolute;
    background: #15b0e6;
    color: white;
    text-decoration: none;
    padding: 6px;
    margin: 3px;
    border-radius: 5px;
    font-weight: bold;
}
#map-forecast span {
    background-image: url(images/umbrella.png);
}
#map-forecast-hide span {
    background-image: url(symbols/21h.png);
}
a#share-button-facebook-link {
    background-color: #4267b2;
    color: white;
	border: 2px solid #4267b2;
    padding: 7px;
    border-radius: 8px;
    font-weight: bold;
	cursor: pointer;
}
.share-url-container {
    margin: 20px 0 10px;
}
input#share-url-input {
    padding-left: 55px;
    width: calc(100% - 65px);
    text-align: center;
	font-weight: bold;
    color: #2e9dc4;
}
#predefined-routes span {
    background-image: url(images/route.png);
}
.bottom-nav-button:hover {
    background: #565656;
	background: rgba(0, 189, 255, 0.6)
}
#trips-dialog tr:hover td{
	background: #9ab1b9;
}
#trips-dialog {
    padding: .4em;
	margin-right: 8px;
}
.trips {
	width: 200px;
	height: 190px;
	border: 1px solid #9b9b9b;
	border-radius: 5px;
	display: inline-table;
    position: relative;
    margin: 5px 2px;
	cursor: pointer;
	background-size: cover;
	float: left;
}
.trips:hover{
	border: 1px solid #333;
}
.trips:hover h3 {
	height: 16px;
    overflow: hidden;
}
.trips-img p {
    font-size: 0.7em;
    margin: 3px 2px 4px;
    text-align: center;
}
.trips-img {
	width: 200px;
	float: left;
}
.trips-img img{
    margin-top: 0;
	display: block;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	width: 200px;
}
.trips-element{
	display: inline-block;
}
.trips-desc-options {
	width: 200px;
	min-width: 300px;
	float: right;
}
.trips h3 {
    padding: 8px 2px;
    font-size: .9em;
    margin: 0;
    font-family: ubuntu;
    text-align: center;
	background: #fff;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.trips-desc {
    width: 100%;
    font-family: ubuntu;
    display: block;
    background: rgba(255, 255, 255, 0.79);
    max-height: 98px;
    overflow: auto;
	text-align: center;
	font-size: .9em;
}
.trips-options {
	width: 200px;
    font-family: ubuntu;
    position: absolute;
    bottom: 1px;
	border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
}
.trips-options-load{
	border: 1px solid #16b1e7;
    color: #16b1e7;
    background: #fff;
    margin: 10px auto;
    width: 90%;
    display: block;
}
span.trips-options-days {
    float: left;
    color: #0b5571;
    margin: 5px 0px 5px 30px
}
span.trips-options-dest {
    float: right;
    color: #337379;
    margin: 5px 30px 5px 0px
}
.leaflet-control-geocoder-form input:focus {
    background-color: #16b1e7 !important;
    background: #16b1e7 !important;
}
#bottom-nav .leaflet-control-geocoder.leaflet-bar:hover {
	background: #16b1e7 !important;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#guide-page-video  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#guide-page-video-start {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
#open-calendar-btn{
	margin: 0 5px;
    padding: 5px 20px;
    background-color: #FFFFFF;
    border: 2px solid #15B0E6;
    color: #169CCB;
}
#calendar-resutls {
    text-align: center;
    overflow: auto;
    height: calc(100% - 70px);
}
.calendar-results-event {
	width: 300px;
    border: 1px solid #8c8181;
    border-radius: 5px;
	display: inline-block;
	margin: 8px;
	position: relative;
}
.calendar-results-event-functions .focus-marker-btn{
	width: 20%;
    background-color: #DADADA;
    border: none;
    cursor: pointer;
	border-radius: 0;
}
.calendar-results-event-functions .move-favourite{
	width: 80% !important;
    color: white;
    border: none;
    cursor: pointer;
    font-size: .9em;
	border-radius: 0;
}
.calendar-results-event-functions p{
	margin: 0;
    color: white;
}
.calendar-results-event-functions  button {
	display: inline-block;
    line-height: 10px;
    padding: 10px;
}
.calendar-results-event-functions  button:hover {
	border: none;
}
.calendar-results-event-functions .move-favourite span {
	height: auto;
}
.calendar-results-event h2 span {
    width: 100%;
    text-align: center;
    display: block;
	font-size: 1.1em;
}
.calendar-results-event h2 time {
    font-size: 0.8em;
    color: #333;
    display: inline-block;
    width: calc(100% - 30px);
    text-align: center;
    padding-right: 30px;
}
.calendar-results-event-image {
    width: 300px;
    height: 200px;
    display: flex;
}
.calendar-results-event-image img {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
#calendar-menu-date {
	position: relative;
}
#calendar-menu-date span:first-of-type{
	position: absolute;
	top: 0;
	left: 0;
}
#calendar-menu-date span {
	position: absolute;
	top: 0;
	color: #15b0e6;
    font-weight: bold;
    font-size: 1.4em;
	cursor: pointer;
	padding: 1px 5px;
	border-radius: 3px;
}
#calendar-menu-date span:first-of-type{
	left: 0;
}
#calendar-menu-date span:nth-of-type(2) {
	right: 0;
}
#calendar-menu-date span:hover {
	color: white;
	background: #15b0e6;
}
#calendar-menu-date input {
	margin: auto;
    display: block;
    width: calc(100% - 54px);
	text-align: center;
}
#calendar-menu-mapbbox label {
	display: block;
    text-align: center;
}
#calendar-menu-mapbbox label input {
  display: none;
}
#calendar-menu-mapbbox label span {/* <-- style the artificial checkbox */
    height: 20px;
    width: 20px;
    top: 4px;
    border-radius: 5px;
    border: 1px solid #15b0e6;
    display: inline-block;
    position: relative;
}
#mapbbox-calendar[type=checkbox]:checked + span:before {/* <-- style its checked state..with a ticked icon */
	content: '\2714';
    position: absolute;
    top: -1px;
    left: 4px;
}
#categories-calendar-list {
	position: absolute;
    top: 40px;
    background: white;
    border: 1px solid #15b0e6;
    border-radius: 5px;
    padding: 20px;
	z-index: 999;
}
#calendar-menu {
    z-index: 999;
    background: white;
    width: 100%;
}
#calendar-page {
    overflow: initial;
}
.calendar-category-select img {
    background: #C34E4B;
    padding: 7px;
    border-radius: 8px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}
.calendar-category-select span{
	float: left;
    padding: 10px 10px 10px 50px;
}
.calendar-category-select {
    height: 38px;
    margin: 5px 0;
    position: relative;
    width: 240px;
    display: inline-block;
}
.calendar-category-select.selected {
	background: #EAC8BC;
	border-radius: 8px;
}
.calendar-category-select:hover {
	background: #EAEAEA;
	cursor: pointer;
}
.calendar-category-select:hover img {
	background: #616161;
}
.calendar-results-event h2{
	font-size: 0.9em;
    background: white;
    position: relative;
    line-height: 28px;
    margin: 0;
    padding: 0 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.calendar-results-event h2 img{
	height: 20px;
    width: 20px;
    padding: 4px;
    border-radius: 4px;
    position: absolute;
    bottom: -32px;
    right: 0px;
    top: 0px;
	background-color: #c34e4b;
}
.calendar-results-event-description p {
	color: #555;
}
.calendar-results-event-description {
    position: absolute;
    bottom: 34px;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    height: 205px;
    overflow: auto;
    margin: 5px 0;
	width: 100%;
}
.calendar-results-event-description  .element-description{
	max-height: none;
    overflow: hidden;
    margin: 0;
}
.calendar-results-event-description a {
    color: #226799 !important;
    font-size: 1.1em;
}

@media all and (max-width: 970px) {
	.calendar-menu {
		display: block;
		position: relative;
		width: calc(100% - 10px);
		margin: 20px 5px;
	}
}
@media all and (min-width: 970px) {
	.calendar-menu {
		display: inline-block;
	    position: relative;
		width: calc(33% - 62px);
		margin: 20px;
	}
}
#feedback-dialog a {
    width: calc(100% - 20px);
    display: block;
    text-align: center;
    padding: 5px;
    margin: 5px;
    border: 1px solid #222;
}