html, body { height: 100%; margin: 0; padding: 0; position:relative;}

a{
   color:#2EBA9B; 
}

a:hover{
    color:#333;
    text-decoration: none;
}

.navbar{
    border:0px !important;
}
.navbar a{
    text-transform: uppercase;
}

.navbar .navbar-brand img{
    height:100%; 
    margin-left: 10px;
}

#map-canvas{
    height: 100%;
    background: #333;
    -webkit-transform: translateZ(0px);
}

.body-inner{    
    height: 100%;
    width:100%;
    position: relative;
}

.user-menu{
    width: 80px;
    margin-left:40px;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right
}

.user-menu a, .need-regist-menu a{
    color:#2EBA9B;
    transition: color 500ms;
    font-size: 1.2rem;
}

.user-menu a:hover,
.user-menu a:focus,
.need-regist-menu a:hover,
.need-regist-menu a:focus{
    color:#555555;
    text-decoration: none;
}

.language-selector{
    background: #2EBA9B;
    transition: background 500ms;
    width: 50px;
}

.language-selector .dropdown-menu{
    background: #2EBA9B;
    border-radius:0px !important;
    width: 50px;
}

.language-selector a{
    text-transform: uppercase;
    color:#FFF !important;
    font-weight: bold;
    font-size: 1.2em;
    transition: background 500ms;
    padding: 15px 16px !important;
}

.language-selector .dropdown-menu li a{
    font-size: 1em !important;
    padding: 15px 16px !important;
}

.language-selector a:active{
    background: #129b7d !important;
}

.language-selector a:hover{
    
}

.language-selector .dropdown-toggle .caret{
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .user-menu{
        margin-left:0px !important;
    }
    
    .nav > li > a{
        padding:15px 6px;
    }
    
    li.language-selector a{
        padding:15px 18px !important;
    }
}

@media (max-width: 767px) {
    .user-menu{
        padding: 0px 15px;
        width: 100% !important;
        margin-left:0px !important;
    }
    
    .user-menu a{
        display: block;
        padding:10px 0px;
        text-align: center;
    }
    
    .rot-container{
        padding-bottom: 40px !important;
    }
    
    .language-selector{
        width: 100%;
    }

    .language-selector .dropdown-menu{
        width: 100%;
    }
}

.full-container{
	position:absolute;
	width:100%;
	height:100%;
}

.rot-container{
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    padding-bottom: 40px;
}

#rot-map{
	background-color: #1a181a;
	z-index:3;
	left:180px;
	cursor:pointer;
    min-width: 360px;
}

#rot-info{
	z-index:2;
	background:#666;
	left:-270px;
	cursor:pointer;
    overflow: hidden;
}

#rot-info .rot_map_left, #rot-info .rot_map_right{
    display: none !important;
}

#rot-map .rot_map_left, #rot-info .rot_map_left{
    position: absolute;
    z-index: 100;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 20px;
    cursor: pointer;
}

#rot-map .rot_map_right, #rot-info .rot_map_right{
    position: absolute;
    z-index: 100;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 200px;
    cursor: pointer;
}

#rot-map .rot_map_left, #rot-info .rot_map_left{
    background:url(/bundles/documents/images/arrowleft.png);
    background-size:100% 100%;
    transition: background 500ms;
}

#rot-map .rot_map_right, #rot-info .rot_map_right{
    background:url(/bundles/documents/images/arrowright.png);
    background-size:100% 100%;
    transition: background 500ms;
}

#rot-map .rot_map_left:hover, #rot-info .rot_map_left:hover{
    background:url(/bundles/documents/images/arrowleft_blue.png);
    background-size:100% 100%;
}

#rot-map .rot_map_right:hover, #rot-info .rot_map_right:hover{
    background:url(/bundles/documents/images/arrowright_blue.png);
    background-size:100% 100%;
}


@media (max-width: 767px) {
    #rot-map .rot_map_left, #rot-info .rot_map_left{
        display: none;
    }
    #rot-map .rot_map_right, #rot-info .rot_map_right{
        display: none;
    }
}

#rot-map .rot-map-info{
    position: absolute;
    bottom: 40px;
    right: 0px;
    padding-right: 200px;
    text-align: right;
}


#rot-map .rot-map-info .rot-map-point-name{
    float:right;  
    display: none;
}

#rot-map .rot-map-info .rot-map-point-name span{
    color: #2EBA9B;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 2.5em;
    position: relative;
    display: block;
}

#rot-map .rot-map-info .rot-map-zoom{
    float:right;
    font-size: 2.5em;
    color: #FFF;
    text-transform: uppercase;
    list-style: none;
    padding-left: 20px;
}

#rot-map .rot-map-info .rot-map-zoom .zoom_in, #rot-map .rot-map-info .rot-map-zoom .zoom_out{
    width: 20px;
    display: block;
}


@media (max-width: 767px) {
    #rot-map .rot-map-info{
        padding-right: 60px;
        bottom: 30px;
        
    }
    
    #rot-map .rot-map-info .rot-map-point-name span{
        font-size: 1.8em;
    }
}

/**
* SLIDER
*/
#rot-info .rot-slider{
    height:100%;
    overflow: hidden;
    position: relative;
}

#rot-info .rot-slider .slider-scroller, .item-slider .slider-scroller{
    position: absolute;
    width:100%;
    height: 100%;
    left:0px;
    top: 0px;
}

#rot-info .rot-slider .slider-scroller{
    
}

#rot-info .rot-slider .slider-scroller ul, .item-slider .slider-scroller ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 100%;
}

#rot-info .rot-slider .slider-scroller ul .slide{
    text-align: center;
}

#rot-info .rot-slider .slider-scroller ul .slide, .item-slider .slider-scroller ul .slide{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float:left;
    padding-top: 50px;
}

.item-slider .slider-scroller ul .slide{
    padding: 0px !important;
}



#rot-info .rot-slider .slide img, .item-slider .slider-scroller .slide img{
    /*width: 100%;
    min-height: 100%;*/
    top: 0px;
    position: relative;
}

.item-slider .slide img{
    width: 100%;
}

.item-slider .slider-scroller ul .slide.change_ratio img{
    width: auto !important;
    height: 100%;
}

#rot-info .rot-slider .nav-points, .item-slider .nav-points{
    position: absolute;
    bottom: 15px;
    height: 20px;
    width: 100%;
    text-align: center;
    left:-90px;
	padding-left:180px;
}


.item-slider .nav-points{
    left:0px !important;
    bottom: 20px !important;
}

#rot-info .rot-slider .nav-points ul, .item-slider .nav-points ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#rot-info .rot-slider .nav-points ul li.nav-point, .item-slider .nav-points ul li.nav-point{
    padding: 0px;
    margin: 0px;
    width:18px;
    height: 18px;
    display: inline-block;
    border: 2px solid #2EBA9B;
    border-radius: 10px;
    transition: background 500ms;
    margin-right: 10px;
    box-shadow: 0px 1px 6px #333;
}

.item-slider .nav-points ul li.nav-point{
    border-color:#FFF;
}

#rot-info .rot-slider .nav-points ul li.nav-point:hover, #rot-info .nav-points ul li.nav-point.active{
    background: #2EBA9B;
}

.item-slider .nav-points ul li.nav-point:hover, .item-slider .nav-points ul li.nav-point.active{
    background: #FFF;
}

#rot-info .description{
    position: absolute;
    z-index:0;
    background: RGBA(46, 186, 155, 0.9);
    right: 200px; /*180*/
    bottom: 40px;
    width: 300px;
    height: 220px;
    padding:15px;
    padding-right: 10px;
    text-align: justify;
}

#rot-info .side-description{
    position: absolute;
    background: RGBA(46, 186, 155, 0.9);
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 100%;
    margin-left: 0px;
    top:50px;
    display: none;
    padding-bottom:40px;
}

#rot-info .side-description .toggle-button{
    width: 40px;
    height: 100%;
    left: -40px;
    position: absolute;
    background: RGBA(46, 186, 155, 0.9);
    cursor: pointer;
}

#rot-info .side-description .toggle-button span{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    font-size: 35px;
    margin-left: 2px;
}


#rot-info .side-description .description-inner{
    overflow: hidden;
    height:100%; 
    width: 100%;
    position:relative;
    padding:20px;
    padding-right: 100px;
}

#rot-info .description .description-inner{
    overflow: hidden;
    height:160px; 
    position:relative;
    padding-right: 15px;
}

#rot-info .description .title, #rot-info .side-description .title{
    color:#444;
	font-weight:bold;
	font-size:1.3em;
    text-transform: uppercase;
}

.iScrollIndicator{
    border:0px !important;
    background: #333 !important;
}

/*********/

.rot-footer .p-title{
	margin-top:16px;
	margin-bottom:15px;
    overflow: hidden;
    position: relative;
    width:100%;
    height: 45px;
}

.rot-footer .p-title span{
	color:#444;
	font-weight:bold;
	font-size:1.2em;
    text-transform: uppercase;
    position: relative;
    display: block;
    height: 100%;
}

.rot-footer .p-locality, #rot-info .side-description .p-locality{
    height: 24px;
    overflow: hidden;
    position: relative;
    width:100%;    
}

.rot-footer .p-locality span, #rot-info .side-description .p-locality span{
	color:#444;
	font-weight:normal;
	font-size:1.2em;
    text-transform: uppercase;
    position: relative;
    display: block;
    height: 24px;
}

#rot-info .side-description .p-locality span{
    font-size:1.1em;
}

.rot-footer .p-description{
    height: 70px;
    overflow: hidden;
    width:100%;
    padding-left:10px;
    padding-right: 10px;
}

.rot-footer .p-description span{
    color:#444;
	font-weight:normal;
	font-size:1em;
    position: relative;
    display: block;
    height: 100%;
}

.rot-footer .p-title, 
.rot-footer .p-locality,
.rot-footer .p-description{
    
}

.rot-footer{
	height:200px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	background:#2EBA9B;
	padding-left:270px;
	color:#444;
}

.rot-footer .divider{
    width: 100%;
}

.rot-footer .divider table{
    width: 100%;
}

.rot-footer .divider div{
    display: inline-block;
}

.rot-footer .divider .left-triangle{
    width:20px;
    height: 30px;
    background: url(/bundles/documents/images/divid_left.png);
    background-size:100% 100%;
    margin-left:-2px;
}

.rot-footer .divider .right-triangle{
    width:20px;
    height: 30px;
    background: url(/bundles/documents/images/divid_right.png);
    background-size:100% 100%;
    margin-right:-2px;
}

.rot-footer .divider .middle-line{
    /*width:100px;*/
    width:100%;
    /*margin: 0px 20px;*/
    height: 30px;
    background: url(/bundles/documents/images/divid_line.png);
    background-repeat: repeat-x;
}

.rot-footer-container{
	width:180px;
	text-align:center;
}

.rot-footer-container-inner{
    width:150px;
    display: inline-block;
    text-align: center;
}

#rot-map .rot-footer{
	bottom:-200px;
}



@media (max-width: 767px) {
    #rot-map{
        left:40px;
    }

    #rot-info{
        left:-270px;
    }
    
    .rot-footer{
        bottom:-200px;
    }
    
    #rot-info .description{
        display: none;
    }
    
    #rot-info .rot-slider .nav-points, .item-slider .nav-points{
        left:-20px;
    }
    
    #rot-info .side-description{
        display: block;
    }
    
    footer{
        height: 40px !important;
    }
    
}



.marker svg{
    fill:#FFFFFF;
    transition: fill 500ms;
}

.marker svg circle{
    stroke:#FFF;
    transition: stroke 500ms;
}

.marker:hover svg{
    fill:#2EBA9B;
}

.marker:hover svg circle{
    stroke:#2EBA9B;
}

.overlay-marker{
    transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
}

.overlay-marker.cluster g{
    -webkit-transform: scale(1.6, 1.6) translate(-7px, 8px) translateZ(0px);
    -ms-transform: scale(1.6) translate(-7px, 8px) translateZ(0px);
    transform: scale(1.6, 1.6) translate(-7px, 8px) translateZ(0px);
    transition: all 500ms;
}

.overlay-marker.cluster:hover g{
    transform: scale(1.6, 1.8) translate(-7px, 2.5px);
    -ms-transform: scale(1.6, 1.8) translate(-7px, 2.5px);
    -webkit-transform: scale(1.6, 1.8) translate(-7px, 2.5px);
}

/*
* PAGES
*/

.page-wrapper{
    padding-top: 100px;
    position: relative;
    min-height: 100%;
    padding-bottom: 50px;
}

.top-content{
    padding:20px 0px;
}

.middle-content{
    background: #2EBA9B;
    padding-bottom: 40px;
}

.middle-content:before{
    content: url(/bundles/documents/images/triangle1.png);
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.middle-content h1, .middle-content h2, .middle-content h3{
    font-weight: bold;
}
.middle-content h2{
  margin-bottom: 30px;
  font-weight: bold;
  color: #FFF;
  font-size: 1.5em;
}
.middle-content, .middle-content p, .middle-content h1, .middle-content h2, .middle-content h3{
    color:#FFF;
}

.bottom-content{
    
}

.container h2{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 1.5em;
	text-transform:uppercase;
}

.bottom-content h2{
    margin-bottom: 30px;
    font-weight: bold;
    color: #2EBA9B;
    font-size: 1.5em;
}

.bottom-content .finan-logo{
    width: 150px !important;
    height: auto !important;
    margin: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 500ms;
}

.bottom-content .finan-logo:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bottom-content:before{
    content: url(/bundles/documents/images/triangle2.png);
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

footer{
    height: 40px;
    padding:5px 10px;
    position: absolute;
    bottom:0px;
    z-index: 10;
    background: #FFF;
    width: 100%;
}

footer img{
    height: 100%;
}

/*
* DOCUMENTATION CENTER
*/

.table-results{
    margin-top: 10px;
}

#data_search{
    text-align: center;
    
}

.more-search-button{
    display: block;
    text-align: left;
    cursor: pointer;
}

.more-search{
    display: none;
}

.order_by{
    color: #333;
    cursor: pointer;
}

.order_by.current{
    color: #2EBA9B;
}

.order_by:hover{
    color: #2EBA9B;
}

#data_search h3, .login-form h3, .contact-form h3{
    text-transform: uppercase;
    color:#2EBA9B;
    font-weight: bold;
}

.form-control{
    border-radius: 0px !important;
    background: #d6dfdd;
    border:0px !important;
    box-shadow: none !important;
}

.form-group .form-input-errors{
    background: #dca7a7;
    color: #a94442;
    padding: 5px;
}

.form-group .form-input-errors ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.btn{
    border-radius:0px !important;
}

.submit-search, .submit-login, .registration-login, .submit-contact{
    font-size: 18px;
    text-transform: uppercase;
    padding-left:30px;
    padding-right: 30px;
    font-weight: bold;
}

.results-count{
    text-align: left;
    padding-top:7px;
}

.results-count span{
    font-weight: bold; 
}

.table-results th{
    font-weight: bold;
    text-transform: uppercase;
    background: #d6dfdd;
}

.table-results .pagination{
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
}

.per-page{
    text-transform: uppercase;
    font-weight: bold;
}

.per-page select{
    width: 80px;
    background: #6f6a6a;
    color:#FFF;
}

.per-page span{
    display: block;
    padding-top:7px;
    margin-right: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd){
    background-color: #FFF;
}

.table-striped > tbody > tr:nth-of-type(even){
    background-color: #d6dfdd;
}

.table-striped > tbody > tr:hover{
    background-color: #EEE;
    cursor: pointer;
}

.table > tbody > tr > td, .table > thead > tr > td{
    border-top:0px !important;
}

.table > thead > tr > th{
    border-bottom:0px !important;
}

.table > thead > tr > td{
    border-bottom:#d6dfdd 1px solid;
}

.pagination{
    margin: 0px !important;
}

.pagination > .active > a, .pagination > .active > a:hover{
    background-color:#2EBA9B;
    border-color:#2EBA9B;
}

.pagination > li > a, .pagination > li > a:hover{
    color:#2EBA9B;
}

.pagination > li:last-child > a, .pagination > li:first-child > a{
    border-radius:0px !important;
}

.item-show-container{
    
}

.item-show-container h3{
    text-transform: uppercase;
}


.table-show-item > tbody > tr{
    cursor: default !important;
}

.table-show-item tr th{
    border:0px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.table-show-item > tbody > tr:nth-of-type(even){
    background-color: #FFF !important;
}

.table-show-item > tbody > tr:nth-of-type(odd){
    background-color: #d6dfdd !important;
}

.item-slider{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.item-files{
    margin-bottom: 20px;
    margin-top: 30px;
}


.item-files .file{
    display: block;
    text-align: center;
    background: #d6dfdd;
    padding: 10px;
    color:#333;
    cursor: pointer;
    transition: color 500ms;
}

.item-files .file:hover{
    text-decoration: none;
    color:#2EBA9B;
}

.item-files .file span{
    font-size: 60px;
}

.login-form h3, .registration-form h3, contact-form h3, .profile-area h3{
    text-align: center;
    color:#2EBA9B;
    font-weight: bold;
    text-transform: uppercase;
}

.login-form .submit-login, .registration-login{
    width: 100%;
}

.secondary-links a{
    text-transform: uppercase;
    color:#2EBA9B;
}

.secondary-links a:hover{
    color:#333;
    text-decoration: none;
}

.alert{
    border-radius: 0px !important;
    background-image: none !important;
    text-align: left;
}


.contact-form{
    text-align: center;
}

.contact-form .contact-message{
    min-height: 150px;
}

.map-content{
    height: 300px;
}

.profile-area h3{

}

.list-group{
    box-shadow: none;
}

.list-group-item{
    border:0px !important;
    text-transform: uppercase;
    background: #FFF;
    color:#2EBA9B !important;
    border-radius: 0px !important;
    text-align: center;
}

#more_info_button{
    position: absolute;
    z-index: 10;
    width:40px;
    height: 40px;
    border:3px solid #2EBA9B;
    cursor: pointer;
    padding-top: 0px;
    padding-left: 14px;
    transition: background 500ms;
}

#more_info_button span{
    color:#2EBA9B;
    font-weight: bold;
    font-size: 1.8em;
    transition: color 500ms;
    line-height: 34px;
}

#more_info_button:hover{
    background: #2EBA9B;
}

#more_info_button:hover span{
    color:#FFF;
}

#more_info_button.digital_way{
    bottom: 40px;
    left: 20px;
}

#more_info_button.moreinfo_page{
    top: 90px;
    right: 20px;
}



/*#search_button{
    position: absolute;
    right: 70px;
    top: 90px;
    z-index: 10;
    width:40px;
    height: 40px;
    border:3px solid #2EBA9B;
    cursor: pointer;
    padding-top: 0px;
    padding-left: 8px;
    transition: all 500ms;
}

#search_button span{
    color:#2EBA9B;
    font-weight: bold;
    font-size: 1.4em;
    transition: color 500ms;
    line-height: 34px;
}

#search_button:hover{
    background: #2EBA9B;
}

#search_button:hover span{
    color:#FFF;
}

#search_area{
    position: absolute;
    width: 100%;
    height: 50px;
    top:0px;
    left: 0px;
    background: #2EBA9B;
    z-index: 20;
}

#search_area .search_input{
    width: 100%;
    height: 50px;
    background: transparent;
    color: #FFF;
    padding: 10px;
    border: none;
    font-size: 1.2em;
}

#search_area .search_input::-webkit-input-placeholder {
    color:    #FFF;
}
#search_area .search_input:-moz-placeholder { 
   color:    #FFF;
   opacity:  1;
}
#search_area .search_input::-moz-placeholder { 
   color:    #FFF;
   opacity:  1;
}
#search_area .search_input:-ms-input-placeholder { 
   color:    #FFF;
}

#search_area .search_input:focus{
    border: none;
    box-shadow: 0px;
    outline: 0;
}

#search_area .button_search{
    position: absolute;
    top: 0px;
    height: 50px;
    right: 0px;
    background: #FFF;
    color:#2EBA9B;
    width: 50px;
}*/

#search_widget{
    position: absolute;
    right: 250px;
    top: 90px;
    z-index: 10;
    height: 40px;
}

#search_button{
    width:40px;
    height: 40px;
    border:3px solid #2EBA9B;
    cursor: pointer;
    padding-top: 0px;
    padding-left: 8px;
    transition: background 500ms;
    position: absolute;
    right: 0px;
}

#search_button span{
    color:#2EBA9B;
    font-weight: bold;
    font-size: 1.4em;
    transition: color 500ms;
    line-height: 34px;
}

#search_button:hover, #search_widget.active #search_button{
    background: #2EBA9B;
}

#search_button:hover span, #search_widget.active #search_button span{
    color:#FFF;
}

#search_widget .search_mini_area{
    position: absolute;
    right: 40px;
    height: 40px;
    width: 0px;
    overflow: hidden;
    background: #2EBA9B;
}

#search_widget .search_mini_area .remove_search{
    float: right;
    position: relative;
    display: block;
    height: 40px;
    padding-top: 9px;
    color: #FFF;
    font-size:2rem;
}

#search_widget .search_input{
    height: 40px;
    background: #2EBA9B;
    border: 0px;
    color: #FFF;
    min-width: 180px;
    padding: 10px;
    width: 0px;
}

#search_widget .search_input:focus{
    outline: 0;
}

#search_widget .search_input::-webkit-input-placeholder {
    color:    #FFF;
}
#search_widget .search_input:-moz-placeholder { 
   color:    #FFF;
   opacity:  1;
}
#search_widget .search_input::-moz-placeholder { 
   color:    #FFF;
   opacity:  1;
}
#search_widget .search_input:-ms-input-placeholder { 
   color:    #FFF;
}



/*FILTER*/

#categories_filter{
    width:40px;
    height: 40px;
    border:3px solid #2EBA9B;
    cursor: pointer;
    padding-top: 0px;
    padding-left: 8px;
    transition: background 500ms;
    position: absolute;
    right: 200px;
    top: 90px;
}

#categories_filter span{
    color:#2EBA9B;
    font-weight: bold;
    font-size: 1.4em;
    transition: color 500ms;
    line-height: 34px;
}

#categories_filter:hover{
    background: #2EBA9B;
}

#categories_filter:hover span{
    color:#FFF;
}

/*MORE INFO BUTTON*/

#more_info_button_2{
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 10;
    width:50px;
    height: 50px;
    border-bottom-left-radius: 50px;
    background: #666;
    cursor: pointer;
    padding-left: 28px;
    transition: all 500ms;
}

#more_info_button_2 span{
    color:#FFF;
    font-weight: bold;
    font-size: 2.2em;
}

#more_info_button_2:hover{
    width:60px;
    height:60px;
    border-bottom-left-radius: 60px;
    padding-top: 3px;
    padding-left: 35px;
    background: #2EBA9B;
}


.close-button{
    width: 30px;
    height: 30px;
    border: #2EBA9B solid 3px;
    cursor: pointer;
    padding: 3px;
    /* float: right; */
    position: absolute;
    right: -40px;
    transition: background 500ms;
}

.close-button span{
    color:#2EBA9B;
    font-size: 1.35em;
    transition: color 500ms;
}

.close-button:hover{
    background: #2EBA9B;
}

.close-button:hover span{
    color:#FFF;
}


#more_info_page{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    z-index: 20000;
    background: RGBA(0,0,0,0.5);
}


#more_info_page .more_info_page_wrapper{
    position: absolute;
    width:600px;
    height: 100%;
    margin-left: -300px;
    left: 50%;
    padding: 30px;
    padding-top:70px;
}

#more_info_page .more_info_page_wrapper .more_info_page_inner{
    height: 100%;
    max-height: 100%;
    position: relative;
}

#more_info_page .more_info_page_wrapper .more_info_page_inner .more_info_page_scroller{
    padding: 20px;
    overflow-y: scroll;
    max-height: 100%;
    background: #FFF;
}



.no-results{
    display: block;
    text-align: center;
    font-size: 1.2em;
}


.need-regist-menu{
    text-align: center;
    list-style: none;
    padding: 0px
}


@media (max-width: 767px) {
    #more_info_page .more_info_page_wrapper{
        width:100%;
        margin-left: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 45px;
    }
    
    
    #search_widget{
        right: 110px; 
        top: 70px;
    }
    
    #categories_filter{
        right: 60px; 
        top: 70px;
    }
}

/*PLACE CATEGORIES AREA*/

#categories_area{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    z-index: 101;
    padding-top: 50px;
    padding-right: 180px;
    display: none;
}

#categories_area .categories_area_inner{
    width: 100%;
    height: 100%;
    position: relative;
}

#categories_area .categories_area_inner .scroller{
    position: absolute;
    width: 100%;
}

#categories_area ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#categories_area ul li{
    padding: 0px;
    width: 0px;
    overflow: hidden;
    position: relative;
}

#categories_area ul li .category-background{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top:0px;
    left: 0px;
    overflow: hidden;
}

#categories_area ul li .category-background img{
    width: 100%;
    min-height: 100%;
    min-width: 800px;
}

#categories_area ul li a{
    display: block;
    padding: 50px;
    text-align: center;
    width: 100%;
    color:#FFF;
    min-width: 200px;
    font-size: 1.8em;
    background: RGBA(0,0,0,0.5);
    transition: background 500ms;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    text-shadow: 1px 1px #666;
}

/*#categories_area ul li:first-child a{
    background: #2EBA9B;
}*/

#categories_area ul li a:hover, #categories_area ul li.active a{
    background: RGBA(46, 186, 155, 0.5);
}

/*#categories_area ul li:first-child a:hover, #categories_area ul li:first-child.active a{
    background: #129b7d;
}*/

#close_categories_filter{
    position: absolute;
    z-index: 1000;
    width:40px;
    height: 40px;
    border:3px solid #FFF;
    cursor: pointer;
    padding-top: 0px;
    padding-left: 5px;
    transition: background 500ms;
    top: 90px;
    right: 200px;
    display:none;
    opacity: 0;
}

#close_categories_filter span{
    color:#FFF;
    font-weight: bold;
    font-size: 1.8em;
    transition: color 500ms;
    line-height: 34px;
}

#close_categories_filter:hover{
    background: #FFF;
}

#close_categories_filter:hover span{
    color:#2EBA9B;
}


@media (max-width: 767px) {
    #categories_area{
        padding-right: 40px;
    }
}

#not_compatible{
    background: #333;
    padding-top: 150px;
    color:#FFF;
    text-align: center;
}

/*Routes*/

.route-white{
    padding-bottom: 40px;
}

.route-white:before {
  content: url(/bundles/documents/images/triangle2.png);
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.route-1:before{
    content:"" !important;
}

.route-white  h2.route-title{
    margin-top:40px;
    text-transform: uppercase;
    text-align: center;
    color:#2EBA9B;
}

.route-white .route-table th{
    color:#2EBA9B;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #2EBA9B;
    padding-right: 10px;
    padding-bottom: 4px;
}

.route-white .route-table .point{
    color:#2EBA9B;
    font-weight: bold;
}

.route-white .route-table td{
    color:#666;
    padding-right: 40px;
    vertical-align: top;
    text-align: left;
    line-height: 15px;
    padding-top:10px;
}

.route-white .route-table td.localization span{
    text-transform: capitalize;
}

.route-white .route-table td.description span{
    font-weight: bold;
}



.route-blue{
    background: #2EBA9B;
    padding-bottom: 40px;
}

.route-blue:before {
  content: url(/bundles/documents/images/triangle1.png);
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.route-blue  h2.route-title{
    margin-top:40px;
    text-transform: uppercase;
    text-align: center;
    color:#FFFFFF;
}

.route-blue .route-table th{
    color:#FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #FFFFFF;
    padding-right: 10px;
    padding-bottom: 4px;
}

.route-blue .route-table .point{
    color:#FFFFFF;
    font-weight: bold;
}

.route-blue .route-table td{
    color:#FFF;
    padding-right: 40px;
    vertical-align: top;
    text-align: left;
    line-height: 15px;
    padding-top:10px;
}

.route-blue .route-table td.localization span{
    text-transform: capitalize;
}

.route-blue .route-table td.description span{
    font-weight: bold;
}

.route-menu{
    position: fixed;
    right: 0px;
    top: 150px;
    background: #2EBA9B;
}

.route-menu ul{
    list-style: none;
    padding: 0px;
    margin:0px;
}

.route-menu ul li a{
    padding: 10px;
    color:#FFF;
    width: 100%;
    display: block;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 20px;
}

.route-menu ul li a:hover{
    background: #FFF;
    color:#2EBA9B;
}

.map-content-routes{
    width: 100%;
    height: 400px;
}
.map-content-routes .map-canvas{
    height: 100%;
    width: 100%;
    -webkit-transform: translateZ(0px);
}

.note{
    padding: 10px;
    background: #d6dfdd;
}

.mapIconLabel{
    color: white;
    background-color: red;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    text-align: center;
    width: 10px; 
    height: 10px;
    white-space: nowrap;
}

.item-show-container .tags ul{
    list-style: none;
    padding: 0px;
    margin:0px;
}

.item-show-container .tags ul li{
    display: inline-block;
    margin-right: 10px;
}

.item-show-container .tags a{
    padding: 5px 10px;
    background: #2EBA9B;
    color: #FFF;
    cursor: pointer;
    font-size: 1.2rem;
}