@charset "utf-8";
/* CSS Document */

body {
 
  font-family: Open Sans, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  color: #FFFFFF;
  background: #ffffff;

}

.list-sections .left-part {background-color: rgba(255, 255, 255, 0.9) !important;}

.list-sections .item-title button.open-left-part {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #009fe3 ;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border:none;
    color: #ffffff;
    font-weight: 600;
    margin-top: 2em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;}
	
	.list-sections .item-title button.open-map {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #575656;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
   	border:none;
    color: #ffffff;
    font-weight: 500;
    margin-top: 2em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
}

span.line {
    background-color: #009fe3;
    display: block;
    height: 3px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 50px;
}
.list-sections .item-title p {
    color: #575656;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
}

.list-sections .item-title {
  position: absolute;
  z-index: 999;
  left: 0;
  padding: 0 10%;
  top: 45vh;
  width: 100%;
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-sections .block-info .item-plus i {
    color: #009fe3;
}
.item-plus p {
    color: #575656 !important;
    font-family: Open Sans !important;
    font-weight: 500;
    line-height: 2 !important;
	font-size:14px
}

h4 {
	font-size:18px;
	font-weight:700;
	color:#009fe3;
	text-transform:uppercase;
}
.dore {
	font-size:12px;
	letter-spacing:2px !important;
	color:#009fe3 !important;
	text-transform:uppercase;
	font-weight:400 !important;
}


element.style {
    left: 0;
}
*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
button.close-left-part {
    
    background-color: #009fe3;
    color: #ffffff;
    height: 100vh;
    left: -100px;
    line-height: 100vh;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    width: 50px;
    z-index: 15;
}
button.close-left-part i {
    color: #ffffff;
   
}