span#melimuguidetour {
	display: block;
   position: fixed !important;
    bottom: 54px;
    right: 0px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    color: none;
    cursor: pointer;
    /* padding: 15px; */
    border-radius: 10px;
    font-size: 18px;
    background-image: url(/local/melimuguide/images/237188-01.png);
    background-size: 50px;
    -moz-box-shadow: 10px 0px 10px #358a44;
    -webkit-box-shadow: 10px 0px 10px #358a44;
    box-shadow: 1px 1px 10px #333;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: all 0.25s ease-in-out !important;
}


/* Side Bar */
.melimuguide_sidenav {
	color: #818181;
}
.melimuguide_sidenav #melimuguide_sidenav_header {
	margin:10px;
	/* padding-bottom: 10px; */
	color: #ccc;
}
 #melimuguide_sidenav_header a#melimuguide_starttour {
	    font-size: 21px;
    color: #134787;
    padding: 20px 12px 0;
    animation: breathing 7s ease-out infinite normal;
    font-weight: 600;

}
.melimuguide_sidenav #melimuguide_sidenav_middle{
	margin:10px;
	min-height: 40%;
}

 #melimuguide_sidenav_middle .title{
	font-size: 18px;
		color: #818181;
}

.melimuguide_sidenav #melimuguide_sidenav_footer{
	margin:10px;
}
#melimuguide_sidenav_footer a {
		/* font-size: 12px; */
		color: #000;
		padding:5px;
		/* text-decoration: underline; */
}
.melimuguide_sidenav ul.guidemenu  {
	
}

.melimuguide_sidenav ul.guidemenu li {
	text-decoration: underline;
}

.melimuguide_sidenav .guidemenu  li a {
	    padding: 5px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    color: #000000;
}

/* The side navigation menu */
.melimuguide_sidenav {
	height: 100%;
	width: 30%;
	max-width: auto;
	position: fixed;
	z-index: 1;
	left: 0;
	background-color: #fff;
    box-shadow: 0 0 10px #000;
	overflow-x: hidden;
	padding-top: 50px;
	display: none;
}

/* The navigation menu links */
.melimuguide_sidenav a {
	padding: 8px 8px 8px px;
	text-decoration: none;
	display: block;
}

#melimuguide_sidenav_footer a.opensupport {
    /* font-size: 12px; */
   color: #f51515;
    font-weight: 600;
}
/* When you mouse over the navigation links, change their color */
#melimuguide_sidenav_footer a.opensupport:hover {
	color: #ea4b4b;
}

/* Position and style the close button (top right corner) */
.melimuguide_sidenav .closebtn {
	    position: absolute;
    top: 14px;
    right: 17px;
    font-size: 36px;
    margin-left: 0;
    color: #134787;
    font-weight: 600;
}
span.page_header {
    font-size: 15px;
    line-height: 24px;
    /* font-family: roboto; */
       color: #000;
}
/*  popover */
.bootstro-next-btn {
	float: right;
}

.bootstro-prev-btn {
	float: left;
}

.bootstro-backdrop {
	opacity: 0.5;
	background-color: #000000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	/* z-index: 1; */
	filter: alpha(opacity = 50);
}

.bootstro-highlight {
	z-index: 9999;
	position: relative;
	border: 1px solid #fff;
	background-color: white;
}

.bootstro-finish-btn-wrapper {
	padding-top: 10px;
	text-align: center;
	clear: both;
}

.bootstro-nav-wrapper {
	margin-top: 10px;
}

.bootstro-nav-wrapper button, .bootstro-finish-btn-wrapper button {
	font-size: 12px !important;
	padding: 3px 5px 3px 5px !important;
	font-weight: bold;
}


.popover {
  width:200px;
  border: 2px solid rgb(19, 71, 135);
  max-width:none;
}
#melimuguide_starttour {
  
    }

#breatheffect{
	 width: 145px;
	 padding: 5px;
	 margin: 10px auto;
	/* border: 1px solid #d1d1d1;*/
	 -webkit-animation: breathing 7s ease-out infinite normal;
	 animation: breathing 7s ease-out infinite normal;
	 /* font-size: 24px; */
	 /* background: #5885cb; */
	 color: #134787;
	 -webkit-font-smoothing: antialiased;
	 border-radius: 3px;
	 text-align: center;
}
@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}


.bootstro-nav-wrapper button {
   /* box-sizing: content-box;
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: .3em .8em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font: 11px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    background-color: #ececec;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f4f4f4),to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4,#ececec);
    background-image: -o-linear-gradient(#f4f4f4,#ececec);
    background-image: linear-gradient(#f4f4f4,#ececec);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    zoom: 1;     *
    display: inline;
    margin-top: 10px;*/
    box-sizing: content-box; 
    font: 11px/normal sans-serif;
    color: #fff;
    cursor: pointer;
    outline: 0;
    background-color: #134787;
    border-radius: .2em;
   /* zoom: 1;*/
    margin-top: 10px;
    font-size: 15px!important;
    padding: 1px 13px!important;
}
button.btn.btn-primary{
    border: 0!important;
}

.bootstro-nav-wrapper button:hover {
  
    color: #fff;
  
}

.bootstro-finish-btn {
    background: #bf2727!important;
    border: 1px solid #bf2727;
}
.popover-title {
    padding: 17px 14px!important;
    font-size: 14px!important;
    font-weight: 600!important;   
    background-color: #1347871a;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #000000!important;
}
.popover-content li {
    font-size: 15px;
    line-height: 26px;
}
.popover{
    font-family: sans-serif;}
.btn:hover, .btn:focus{
    transition: none;
}
.popover.bottom>.arrow:after{
        border-bottom-color: #134787;
}
.popover.right>.arrow:after{
        border-right-color: #134787;
}

.popover.left>.arrow:after{
    border-left-color: #134787;
}
.popover.top>.arrow:after{
        border-top-color: #134787;
}




button.bootstro-prev-btn {
    margin-right: 7px;
}
.page-wrapper{
        padding-top: 0;
    padding-bottom: 0;
}
.header .info-container{
    padding:0;
}
span#melimuguidetour:hover {
    transform: rotate(360deg);
}

/*@media only screen and (max-device-width: 767px)
*/

@media only screen and (max-device-width : 767px){
    .melimuguide_sidenav{
            width: 100%!important;
    }
    .popover.fade.right.in{
    width: 369px!important;
    display: block;
    top: -180px!important;
    left: 0!important;
    }
    .popover.fade.right.in:after{
         content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    font-size: 36px;
    color: #134787;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    }
    .popover.right>.arrow:after{
    display: none;
}


     .popover.fade.left.in{
    width: 378px!important;
    display: block;
    top: -170px!important;
    left: 13px!important;
    }
    .popover.fade.left.in:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    font-size: 36px;
    color: #134787;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
}
.popover.left>.arrow:after{
    display: none;
}

   /* .popover.right>.arrow:after {
      border-top-color: #134787!important;
}
.popover.right>.arrow:after {
     bottom: 1px!important;
    margin-left: -10px!important;
    content: " "!important;
    border-top-color: #fff!important;
    border-bottom-width: 0!important;
}
.popover.right>.arrow {
      bottom: -11px!important;
    left: 50%!important;
    margin-left: -11px!important;
    border-top-color: #999!important;
    border-top-color: rgba(0,0,0,.25)!important;
    border-bottom-width: 0!important;
}*/
     
   
}




/*.popover.top>.arrow:after {
    border-top-color: #134787;
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}


.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}*/


.tintback.active{
        background: #0000006e;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
    z-index: 999;
}

	position: fixed !important;
	bottom: 0px;
	left: 0px;
	z-index: 999;
	width: 50px;
	height: 50px;
	border: none;
	outline: none;
	color: none;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	font-size: 18px;
	background: url(/local/melimuguide/images/tour.png);
	-moz-box-shadow: 10px 0px 10px #358a44;
	-webkit-box-shadow: 10px 0px 10px #358a44;
	box-shadow: 10px 0px 10px #358a44;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;

    background-image: url(/local/melimuguide/images/tour.png);
    background-size: 50px;
    -moz-box-shadow: 10px 0px 10px #358a44;
    -webkit-box-shadow: 10px 0px 10px #358a44;
    box-shadow: 10px 0px 10px #333;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
}

/* Side Bar */
.melimuguide_sidenav {
	color: #818181;
}
.melimuguide_sidenav #melimuguide_sidenav_header {
	margin:10px;
	/* padding-bottom: 10px; */
	color: #000;
}
 #melimuguide_sidenav_header a#melimuguide_starttour {
		font-size: 21px;
		color: #e4b72d;
		padding: 12px;
		animation: breathing 7s ease-out infinite normal;
}
.melimuguide_sidenav #melimuguide_sidenav_middle{
	margin:10px;
	min-height: 40%;
}

 #melimuguide_sidenav_middle .title{
	font-size: 18px;
		color: #818181;
}

.melimuguide_sidenav #melimuguide_sidenav_footer{
	margin:10px;
}
#melimuguide_sidenav_footer a {
		/* font-size: 12px; */
		color: #000;font-weight: 600;
		padding:5px;
		/* text-decoration: underline; */
}
.melimuguide_sidenav ul.guidemenu  {
	
}

.melimuguide_sidenav ul.guidemenu li {
	text-decoration: underline;
}

.melimuguide_sidenav .guidemenu  li a {
	padding: 5px;
	text-decoration: none;
	font-size: 14px;
	display: block;
	color: #818181;
}

/* The side navigation menu */
.melimuguide_sidenav {

	    height: 100%;
    width: 27%;
    position: fixed;
    z-index: 1;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 50px;
    display: none;
    margin-top: 60px;

}

/* The navigation menu links */
.melimuguide_sidenav a {
	padding: 8px 8px 8px px;
	text-decoration: none;
	display: block;
}

#melimuguide_sidenav_footer a.opensupport {
    /* font-size: 12px; */
    color: #ff0404;
}
/* When you mouse over the navigation links, change their color */
#melimuguide_sidenav_footer a.opensupport:hover {
	color: #ea4b4b;
}

/* Position and style the close button (top right corner) */
.melimuguide_sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

/*  popover */
.bootstro-next-btn {
	float: right;
}

.bootstro-prev-btn {
	float: left;
}

.bootstro-backdrop {
	opacity: 0.5;
	background-color: #000000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	/* z-index: 1; */
	filter: alpha(opacity = 50);
}

.bootstro-highlight {
	z-index: 9999;
	position: relative;
	border: 1px solid white;
	background-color: white;
}

.bootstro-finish-btn-wrapper {
	/*border-top:1px solid #eee;*/
	padding-top: 10px;
	text-align: center;
	clear: both;
}

.bootstro-nav-wrapper {
	margin-top: 10px;
}

.bootstro-nav-wrapper button, .bootstro-finish-btn-wrapper button {
	font-size: 12px !important;
	padding: 3px 5px 3px 5px !important;
	font-weight: bold;
}

.popover {
  width:200px;
  
  max-width:none;
}
#melimuguide_starttour {
  
    }

#breatheffect{
	 width: 145px;
	 padding: 5px;
	 margin: 10px auto;
	 border: 1px solid #d1d1d1;
	 -webkit-animation: breathing 7s ease-out infinite normal;
	 animation: breathing 7s ease-out infinite normal;
	 /* font-size: 24px; */
	 /* background: #5885cb; */
	 color: #f3d906;
	 -webkit-font-smoothing: antialiased;
	 border-radius: 3px;
	 text-align: center;
}
@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}


.bootstro-nav-wrapper button {
    box-sizing: content-box;
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: .3em .8em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font: 11px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    background-color: #ececec;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f4f4f4),to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4,#ececec);
    background-image: -o-linear-gradient(#f4f4f4,#ececec);
    background-image: linear-gradient(#f4f4f4,#ececec);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    zoom: 1;     *
    display: inline;
    margin-top: 10px;
}

.bootstro-nav-wrapper button:hover {
  
    color: #bb0e0e;
  
}
