.header, #footer-menu {
    background-color: #00416a;
}
.header .header-title, .header-nav .header-title, .header .header-icon, .header-nav .header-icon {
    color: #fff;
}
.header .header-icon, .header-nav .header-icon, .header .header-icon i {
    font-size: 35px;
    line-height: 50px;
}
.header-logo-center .header-title {
    width: 240px;
    margin-left: -120px;
}


.footer-menu {
    transition: all 350ms ease!important;
}
.footer-5-icons a {
    width: 20%;
}
.footer-5-icons a i, .footer-5-icons a span{
    color: #ffffff;
}
.footer-menu a {
    float: left;
}

.footer-menu-center-icon .active-nav i {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.2)!important;
    width: 50px;
    height: 50px;
    margin: 5px auto 0!important;
    border-radius: 45px;
    line-height: 25px;
    background-color: #fff;
}
.footer-menu-center-icon .active-nav span {
    display: none;
}



#footer-menu .active-nav span, #footer-menu .active-nav i {
    text-transform: uppercase;
    color: #00416a!important;
    opacity: 1!important;
    font-size: 25px;
}
#footer-menu a span {
    font-size: 12px;
}
.footer-socials {
    margin: 0 auto 15px;
}
.footer-socials a {
    margin: 0 25px;
}
.color-red-dark {
    color: #ff0000!important;
}
.bg-standard {
    background-color: #00416a!important;
}
.color-standard {
    color: #00416a!important;
}
.bg-red-dark {
    background-color: #ff0000!important;
    color: #ffffff;
}

h5 > strong > span {
    font-weight: 300!important;
}
a.linkmappacoordinate {
    font-size: 40px;
}
.accordion-style-1 a {
    font-size: 16px;
}
.accordion-style-1 .accordion-icon-left, .accordion-style-1 .accordion-icon-right {
    font-size: 20px;
}
.linkmappacoordinate i {
  margin-top: -70px;
  padding-right: 30px;
}
.link-list-3 a {
    padding: 5px;
    margin-top: 10px;
    width: 100%;
    line-height: 35px;
    margin-bottom: 10px;
}
.link-list-3 a i, .link-list-3 a i:last-child {
    margin-top: 0px;
    font-size: 30px;
}

.input-style-1 span {
    font-size: 13px;
}

.input-style-1 input[type=date] {
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-top: 25px;
    margin-bottom: 10px;
    margin-top: 15px;

}

.preview {
    text-align: center;
}
.preview img {
  max-height: 120px;
  display: inline-block;
  padding: 10px;
  margin: 10px;
}

.takephoto .gallery  img {
    max-height: 100px;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
}

.takephoto .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
}

.takephoto .btn {
    border: 2px solid #ffffff;
    color: #ff0162;
    background-color: #ffffff;
    padding: 5px 0px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.takephoto .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.takephoto input[type=submit] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    border-radius: 20px!important;
    margin-top: 30px;
}
.link-list-2.link-list-long-border a {
    padding-left: 20px;
}
.link-list-2 a {
    height: 100px;
    line-height: 20px;
}
.link-list-2 a span {
    font-weight: 500;
    line-height: 20px;
    display: block;
    color: #1f1f1f;
    font-size: 14px;
    padding: 10px 0 5px;
    margin-top: 0px;

}
.link-list-2 em {
    top: 20px;
}
.link-list-2 div {
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: 20px;
    color: #000;
}
.link-list-2 a strong {
    line-height: 20px;
    margin-top: 0px;
    font-size: 12px;
}
.link-list-2 em, .link-list-2 div {
    margin-right: 40px;
}
.link-list-2 a i:last-child {
    font-size: 20px;
    line-height: 95px;
}




.tab-container {
  margin: 0 !important;
  padding: 0px;
  height: 100%;
}

.tab-nav-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: auto; /* add */
  background-color: #ccc; /* move */
}
.tab-nav-wrapper::-webkit-scrollbar {
  display: none;
}

.current-tab {
  color: #000 !important;
}
.tab2-c{
  display: none;
}

.tab-content-wrapper {
  width: 100%;
  min-height: 87vh;
  margin: 0 auto;
}


.tab-nav-wrapper > ul {
  padding: 0 !important;
  margin: 0 !important;
  /* width: 100%; */ /* remove */
  white-space: nowrap; /* add */
  z-index: 100;
  /* background-color: #ccc; */ /* move */
}

.tab-nav-wrapper > ul li {
  display: inline;
  text-align: center;
  margin-right: -5px !important;
}

.tab-nav-wrapper > ul li a {
  display: inline-block;
  width: 50%;
  padding: 15px 0 8px 0;
  margin: 0;
  text-decoration: none;
  color: #000;
}


.tab-nav-wrapper > ul hr {
  height: 5px;
  width: 50%;
  margin: 0;
  background: #00a0df;
  border: none;
  transition: .3s ease-in-out;
  float: left;
}

.tab-nav-wrapper > ul li a.active {
  background-color: #ffffff;
  border-bottom: 5px solid #00416a;
  transition: .3s ease-in-out;
}




/*---------------- Map ---------------------*/
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gm-fullscreen-control {
 display: none!important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
.map-container {
	float:left;
	width:100%;
	margin-top:0px;
	position:relative;
	overflow: hidden;
}
.fw-map {
  height: 88vh;
}
.map-container.column-map {
	width:50%;
	position:fixed;
	-webkit-transform: translate3d(0,0,0);
	overflow: hidden;
}
.map-container.column-map.right-pos-map {
	right:0;
}
.map-container.column-map.left-pos-map {
	left:0;
}
.map-container #main-full-map{
    position: absolute;
	top:0;
	left:0;
    height: 100%;
	width:100%;
    z-index: 8;
	overflow:hidden;
}
#singleMap {
	width:100%;
	position:relative;
	height:350px;
	float:left;
	margin-bottom:30px;
}
.box-widget #singleMap {
	margin-bottom:10px;
}
.mapzoom-in  , .mapzoom-out{

	position:fixed;
	z-index:100;
	top:50%;
	text-align:center;
	cursor:pointer;
	width:40px;
	height:40px;
	border-radius:100%;
	color:#fff;
  font-size: 30px;
	line-height:40px;
	margin-top:-20px;
	background:#00416a;
}
#singleMap  .mapzoom-in , #singleMap .mapzoom-out , .home-map .mapzoom-in , .home-map .mapzoom-out , .fw-map .mapzoom-in  ,  .fw-map .mapzoom-out {
	position:absolute;
	right:20px;
}
.map-container.column-map.right-pos-map  .mapzoom-in  , .map-container.column-map.right-pos-map  .mapzoom-out {
	right:30px;
}
.map-container.column-map.left-pos-map  .mapzoom-in  , .map-container.column-map.left-pos-map .mapzoom-out{
	left:30px;
}

.mapzoom-in:before  , .mapzoom-out:before{
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
	content: "-";
}
.mapzoom-in:before{
	content: "+";
}
.mapzoom-in {
	margin-top:-80px;
}
.mapnavigation {
	position:absolute;
	bottom:50px;
	right:7px;
	z-index:30;
	width:170px;
}
.mapnavigation a {
	width:70px;
	padding:8px 0;
	border-radius:4px;
	color:#fff;
	float:left;
	margin-left:10px;
	box-shadow:0px 0px 0px 4px rgba(255,255,255,0.4);
}
.mapnavigation a , .mapzoom-in:hover  , .mapzoom-out:hover{
	background: #2F3B59;
}
.map-popup-box {
	display:block;
	width:300px !important;
	position:relative;
}
.map-popup {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius:10px;
	background:#ffffff;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}
.map-popup-box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-top:-1px;
	z-index:20;
}
.map-popup-box:before {
	border-color:  transparent;
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.map-popup img {
	width:100%;
	height:auto;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.mp-img-box:hover   img {
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	transform: scale(1.15);
}
.mp-list-content {
	background:#fff;
	padding:25px 20px;
	z-index:20;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.infobox-wrapper > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute !important;
  right: 8px;
  top: 13px;
  z-index: 2;
}
.infobox-wrapper > img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.infobox-wrapper .infobox-inner {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-top: 6px solid #ff0162;
  font-size: 12px;
  position: relative;
  margin-bottom: 50px;
  min-width: 200px;
}
.infobox-wrapper .infobox-inner:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 95px;
  content: "";
  bottom: -6px;
}
.infobox-wrapper .infobox-inner .infobox-image {
  width: 200px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.infobox-wrapper .infobox-inner .infobox-image:after {
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.infobox-wrapper .infobox-inner .infobox-image img {
  width: 100%;
}
.infobox-wrapper .infobox-inner .infobox-image .infobox-price {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #ff0162;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
}
.infobox-wrapper .infobox-inner .infobox-title {
  font-size: 14px;
  font-weight: bold;
}
.infobox-wrapper .infobox-inner .infobox-title a {
  color: #073855;
}
.infobox-wrapper .infobox-inner .infobox-description {
  padding: 8px;
}

.infobox-wrapper .infobox-inner .infobox-right {
  padding: 8px;
  position: absolute;
  top: -6px;
  margin-left: 190px;
  height: 155px;
  background-color: #fff;
  -moz-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2);
}
.infobox-wrapper .infobox-inner .infobox-telefono {
    font-size: 16px;
    font-weight: bold;
    width: 35px;
    text-align: center;
    float: right;
    line-height: 35px;
    margin-bottom: 15px;
    height: 35px;
}
.infobox-wrapper .infobox-inner .infobox-indicazioni {
    font-size: 16px;
    font-weight: bold;
    width: 35px;
    text-align: center;
    float: right;
    line-height: 35px;
    margin-bottom: 15px;
    height: 35px;
}
.infobox-wrapper .infobox-inner .infobox-azioni {
    font-size: 16px;
    font-weight: bold;
    width: 35px;
    text-align: center;
    float: right;
    line-height: 35px;
    height: 35px;
}


.infobox-wrapper .infobox-inner .infobox-location {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
}
.infobox-wrapper .infobox-inner .fa {
  color: #ffffff;
  font-size: 18px;
  margin-top: 5px;
}

.marker-hover {
  opacity: .5;
}
.close-infobox {
	position:absolute;
	width:30px;
	height:30px;
	line-height:30px;
	top:10px;
	text-align:center;
	left:10px;
	color:#121212;
	border-radius:100%;
	z-index:20;
	cursor:pointer;
	background:#000000;
}
.close-infobox:hover {
	background:#fff;
	color:#2a3646;
}
.mpl-title h4{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	font-weight:600;
	color: #566985;
	padding-bottom:20px;
}
.mpl-title h4 a {
	color: #566985;
}
.mp-img-box {
	overflow:hidden;
}
.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}
.mp-img-box:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background:#292929;
	opacity:0.3;
}
.cluster img{
	display:none
}
.cluster{
	width:40px!important;
	height:40px!important;
}
.cluster div{
	text-align:center;
	font-size:15px!important;
	background:#2a3646;
	color:#fff!important;
	font-weight:600;
	border-radius:100%;
	width:40px!important;
	height:40px!important;
	line-height:38px!important;
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.5);
	border:2px solid  #374558;
	-webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
	animation:cluster-animation 1.5s infinite;
}
.cluster div:hover {
	background:#5d6275;
}
@keyframes cluster-animation{
	0%,100%{box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.1);
}

50%{box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.1);}}

.mp-store-call , .mp-location-info {
	float:left;
	color:#667582;
	font-size:14px;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
.mp-store-call i , .mp-location-info i{
	padding-right:10px;
	font-size:14px;
}
.mp-ratting {
	position:absolute;
	z-index:12;
	left:20px;
	top:-30px;
}
.mp-ratting i {
	float:left;
	color:#FACC39;
	margin-top:-2px;
	margin-right:6px;
}
.mp-review-count {
	color: rgba(255,255,255,0.9);
	position:relative;
	top:-4px;
}
.mp-category {
	position:absolute;
	top:20px;
	left:20px;
	font-weight:500;
	color:#fff;
	z-index:20;
	padding:10px 12px;
	border-radius:4px;
	background:rgba(255,255,255,0.17);
	border:1px solid rgba(255,255,255,0.2);
}
.float{
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 80px;
  right: 10px;
  background-color: #2196F3;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 99;
}
.my-float{
	margin-top:10px;
  font-size: 2.6em;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.fb-profile{
    z-index: 0;
    width: 100%;
    padding-top: 30px;
}

.fb-image-profile{
    margin: -20px 20px 0px 20px;
    z-index: 9;
    /*width: 25%;*/
    width: auto;
    max-height: 120px;
}


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile-4 + label {
    color: #00416a;
    text-align: center;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #000000;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #00416a;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}
.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #4A89DC;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

#map {
  height: 400px;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}

/* ----- START FLOAT ACTION BUTTON ----- */


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    animation: modal-open .5s;
    z-index: 97;
    display: none;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
}



nav.float-action-button {
  position: fixed;
  bottom: 150px;
  right: 0;
  margin: 1em;
  z-index: 99;
}

nav.float-action-button a.buttons {
  box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  color: #fff;
  padding: 1px 0 0 0;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 20px auto 0;
  opacity: 0;
  font-size: 1.6em;
  padding-top: 4px;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
nav#float-action-button.aperto a.buttons {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 20px auto 0;
}
nav#float-action-button.aperto a.buttons i {
  line-height: 31px;
}

nav.float-action-button a.buttons:nth-last-child(1) i.fa {
  transform: rotate3d(0, 0, 1, 0);
  transition: content 0.4s, transform 0.4s, opacity 0.4s;
}

nav.float-action-button a.buttons:nth-last-child(1):hover i.fa {
  transform: rotate3d(0, 0, 1, -180deg);
}

nav.float-action-button a.buttons:nth-last-child(1) i.fa:nth-last-child(1) {
  position: absolute;
  margin: 10px 0 0 -26px;
}

nav.float-action-button a.buttons:nth-last-child(1) i.fa:nth-last-child(2) {
  opacity: 0;
}
nav.float-action-button a.buttons:nth-last-child(1), a.buttons:nth-last-child(2) {
  -webkit-transition-delay: 50ms;
  transition-delay: 20ms;
  background-color: #00416a;
  /* Facebook color */
}

nav.float-action-button a.buttons:nth-last-child(3) {
  -webkit-transition-delay: 75ms;
  transition-delay: 40ms;
  background-color: #00416a;
  /* Twitter color */
}

nav.float-action-button a.buttons:nth-last-child(4) {
  -webkit-transition-delay: 100ms;
  transition-delay: 60ms;
  background-color: #00416a;
  /* Google plus color */
}

nav.float-action-button a.buttons:nth-last-child(5) {
  -webkit-transition-delay: 100ms;
  transition-delay: 60ms;
  background-color: #00416a;
  /* Google plus color */
}

nav.float-action-button a.buttons:nth-last-child(6) {
  -webkit-transition-delay: 100ms;
  transition-delay: 60ms;
  background-color: #00416a;
  /* Google plus color */
}

nav.float-action-button a.buttons:nth-last-child(7) {
  -webkit-transition-delay: 100ms;
  transition-delay: 60ms;
  background-color: #00416a;
  /* Google plus color */
}

nav.float-action-button a.buttons:nth-last-child(8) {
  -webkit-transition-delay: 100ms;
  transition-delay: 60ms;
  background-color: #00416a;
  /* Google plus color */
}

.tooltip.left {
  margin-left: -10px;
}

.mobile-fab-tip {
    position: fixed;
    right: 75px;
    padding: 0px 0.5rem;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.80);
    border-radius: 2px;
    color: #FFF;
    width: auto;
    transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);

}

.btn-floating {
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.fw-map .mapzoom-in, .fw-map .mapzoom-out {
  position: fixed;
  top: 35%;
}

.fab {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
    background-color: #D32F2F;
    box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 2.6em;
    padding: 1px 0 0 0;
    text-align: center;
    display: block;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: fixed;
    bottom: 80px;
    right: 0;
    margin: 10px;
    z-index: 98;
}

.fab i.fa {
    transform: rotate3d(0, 0, 1, 0);
    transition: content 0.4s, transform 0.4s, opacity 0.4s;
}
.fab  i.fa:nth-last-child(2) {
    opacity: 0;
}
.fab i.fa:nth-last-child(1) {
    position: absolute;
    margin: 10px 0 0 -26px;
}
.float-action-button .buttons .btn-floating {
    display: none;
}
.aperto {
  /*width: 250px;*/
}
.aperto ~ .fab {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    text-decoration: none;
}

.aperto .buttons .btn-floating {
    display: inline-block;
}

.aperto ~ .fab i.fa {
    transform: rotate3d(0, 0, 1, -180deg);
}

.aperto ~ .fab i.fa:nth-last-child(1) {
    opacity: 0;
}

.aperto ~ .fab i.fa:nth-last-child(2) {
    opacity: 1;
    line-height: 51px;
}
/* ----- END FLOAT ACTION BUTTON ----- */

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.map-full .caption {
    z-index: 9;
}


.l-bg-green {
    background: linear-gradient(135deg,#23bdb8 0,#43e794 100%) !important;
    color: #fff;
}
.l-bg-purple {
    background: linear-gradient(135deg,#9a56ff 0,#e36cd9 100%) !important;
    color: #fff;
}
.l-bg-orange {
    background: linear-gradient(135deg,#f48665 0,#fda23f 100%) !important;
    color: #fff;
}
.l-bg-cyan {
    background: linear-gradient(135deg,#289cf5,#84c0ec) !important;
    color: #fff;
}
.info-box6 {
    box-shadow: 2px 2px 10px #dadada;
    margin: 8px 0 25px 0;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}
.info-box6 i {
    font-size: 5em;
    opacity: .2;
}
.info-box6 .count-numbers {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    display: block;
}
.info-box6 .count-name {
    position: absolute;
    right: 20px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: .5;
    display: block;
    font-size: 18px;
}

.m-b-20 {
    margin-bottom: 20px;
}
.m-b-0 {
    margin-bottom: 0;
}
.mt-20 {
    margin-top: 20px;
}
.mt-15 {
    margin-top: 15px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.p-25 {
    padding: 25px !important;
}
.bt-1 {
    border-top: 1px solid #f0f0f0 !important;
}
.br-1 {
    border-right: 1px solid #f0f0f0 !important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.box  a {
    color: #5c6975;
}
.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100% !important;
    background-color: #f0f0f0;
    color: #999999;
    text-transform: uppercase;
}
.avatar-bordered {
    border: 4px solid rgba(255, 255, 255, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.avatar-xxl {
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 1.429rem;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center!important;
}
.font-size-20 {
    font-size: 1.4285714286rem;
}


@media (max-width:768px){
  .fb-profile-text>h1{
      font-size:20px;
      width: 100%;
      text-align: center;
      padding: 5px;
  }
  .fb-profile-text>p{
      display: none;
  }
  .fb-image-profile{
    margin: -45px 10px 0px 10px;
    z-index: 9;
    width: 30%;
  }

}

@media (max-width:600px){
  h5 {
    font-size: 15px;
  }
  .fa-4x {
    font-size: 3em;
  }
  .link-list-2.link-list-long-border a {
    padding-left: 5px;
    margin-bottom: 5px;
  }
  .link-list-2 a {
    height: 120px;
  }
  .link-list-2 a strong {
    width: 250px;
    font-size: 11px;
  }
  .link-list-2 a i:last-child {
    line-height: 120px;
  }
  .link-list-2 a span {
    font-size: 13px;
    padding: 5px 0 2px;
    margin-top: 0px;
    width: 230px;
  }
  .link-list-2 em {
    top: 10px;
    margin-right: 5px;
  }
  .link-list-2 div {
    margin-right: 15px;
  }


  .list-activity a {
    height: 100px;
  }
  .list-activity a strong {
    width: 205px;
    font-size: 11px;
  }
  .list-activity a i:last-child {
    line-height: 100px;
  }
  .list-activity a span {
    font-size: 13px;
    padding: 5px 0 2px;
    margin-top: 0px;
    width: 225px;
  }
  .list-activity div {
    bottom: 10px;
  }
  .list-activity em {
    top: 10px;
    margin-right: 5px;
  }
  .list-activity div {
    margin-right: 15px;
  }
  #menu-confirm p{
    margin-bottom: 15px;
  }
  #menu-confirm .one-half {
    width: 100%;
    margin-right: 0%;
  }
  #menu-confirm .one-half.last-column {
    width: 100%;
    margin: 15px 0 auto;
  }
  .info-box6 {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin: 0px 5px 15px 0;
    padding: 10px 10px;
  }
  .info-box6 i {
    font-size: 4em;
  }
  .info-box6 .count-name {
    font-size: 16px;
  }
  .fw-map .mapzoom-in, .fw-map .mapzoom-out {
    right: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
  }
}
