@charset "UTF-8";
/* CSS Document */


#wrapper1 {
	width: 1021px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1EFE6;
	border-radius-bottom: 25px;
	border-color: #9a9a9a;
	border-width: 1px;
	border-style: solid;
	position: relative;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	overflow: hidden;
}
#wrapper2 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1EFE6;
	border-radius-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;	overflow: hidden;
}

#homepageimage {
	
	border-color: #9a9a9a;
	border-width: 1px;
	border-style: solid;

}

   article {
        margin-left: 155px;
      }


#navbar {
	/*list-style-type: none;
	font-size: 11px;
	font-weight: 400;
	line-height: 13px;
	margin: 0;
	padding: 0;*/
	width: 134px;
	/*height: 100%;*/
	background-color: #D1D2BD;
	border: 1px solid #555;
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 10px;
	border-bottom-left-radius: 10px;
}	

#navbar ul {
	list-style-type: none;
	font-size: 11px;
	font-weight: 400;
	line-height: 13px;
	margin: 0;
	padding: 0;
	width: 134px;
	/*height: 100%;
	background-color: #D1D2BD;
	/*border: 1px solid #555;
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 10px;
	border-bottom-left-radius: 10px;*/
}	


#navbar li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
	
}

#navbar li {
	text-align: left;
	border-bottom: 1px solid #555;
}

#navbar li:last-child {
	border-bottom: 1px solid #555;
}

#navbar li a.active {
    background-color: #4CAF50;
    color: white;
}

#navbar li a:hover:not(.active) {
    background-color: #555;
    color: white;
}

#ads {
	margin-top: 30px;
	margin-left: 6px;
	margin-right: auto;
	padding: 0;
	width: 120px;
	/*height: 100%;*/
	/*background-color: #D1D2BD;*/
	/*border: 1px solid #555;*/
	/*overflow: hidden;*/
	position: relative;
	right: auto;	/*right: 0;
	bottom: 0;
	left: 10px;
	/*border-bottom-left-radius: 10px;*/
	left: auto;
}	


/*Carousel starts here.*/


/*nav buttons*/
.w3-btn-floating,
.w3-btn-floating-large {
    display: inline-block;
    text-align: center;/*color for arrows*/
    color: #fff;
	/*color for button background*/
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
}
.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
	
}
.w3-btn-floating-large {
    width: 56px;
    height: 56px;
    line-height: 56px
}

.w3-btn:disabled,
.w3-btn-floating:disabled,
.w3-btn-floating-large:disabled {
    cursor: not-allowed;
    opacity: 0.3
}
.w3-btn.w3-disabled *,
.w3-btn-block.w3-disabled,
.w3-btn-floating.w3-disabled *,
.w3-btn:disabled *,
.w3-btn-floating:disabled * {
    pointer-events: none
}
.w3-btn.w3-disabled:hover,
.w3-btn-block.w3-disabled:hover,
.w3-btn:disabled:hover,
.w3-btn-floating.w3-disabled:hover,
.w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover,
.w3-btn-floating-large:disabled:hover {
    box-shadow: none
}
.w3-btn-group .w3-btn {
    float: left
}
.w3-btn-block {
    width: 100%
}
.w3-btn-bar .w3-btn {
    box-shadow: none;
    background-color: inherit;
    color: inherit;
    float: left
}
.w3-btn-bar .w3-btn:hover {
    background-color: #ccc
}


.w3-display-container.kellerhotel {
	 position: relative;
	height: 880px;
	width: 800px;
	/*vertical-align: middle;*/
	   display:table-cell;
    background-color: #F1EFE6;
	    border: 1px solid #555;
	padding-top: 10px
	
}

.w3-display-container.kellerstores {
	 position: relative;
	height: 680px;
	width: 800px;
	vertical-align: middle;
	   display:table-cell;
    background-color: #F1EFE6;
	    border: 1px solid #555;
		padding-top: 10px;
}

.w3-display-container.dispensary {
	 position: relative;
	height: 770px;
	width: 800px;
	/*vertical-align: middle;*/
	   display:table-cell;
    background-color: #F1EFE6;
	    border: 1px solid #555;
	padding-top: 10px
	
}
.w3-display-container {
	 position: relative;
/*	height: 780px;
	width: 800px;
	vertical-align: middle;*/
	   display:table-cell;
    background-color: #F1EFE6;
	   /* border: 1px solid #E21013;*/
	
}


.w3-btn,
.w3-btn-floating,

.w3-btn-floating-large,
.w3-btn-block,

*[class*="w3-hover-"] {
    -webkit-transition: background-color .25s, color .15s, box-shadow .25s, opacity 0.25s, filter 0.25s, border 0.15s;
    transition: background-color .25s, color .15s, box-shadow .15s, opacity .25s, filter .25s, border .15s
}


.w3-container:after,

.w3-content {
    max-width: 800px;

}

.w3-large {
    font-size: 14px!important;
		font-style: normal;
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}




/*position of caption*/


.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}
/*.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}*/

.w3-display-bottommiddle {
	position:absolute;
	left:50%;
	bottom:-10;
	transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%)
}


.w3-display-container:hover .w3-display-hover {
    display: block;

}

.w3-display-container:hover span.w3-display-hover {
    display: inline-block;
}

.w3-display-hover {
    display: none
}



.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important
}




/* Colors */

.w3-naked {
	color: #000!important;
		background-color: #C2C0B0!important;
	
	
			/*margin-left: 50px;
	margin-right: 50px;*/
	border: thin black solid;/*
	line-height: 15px;
	font-weight: 300;*/
}


.w3-dark-grey,
.w3-hover-dark-grey:hover,
.w3-dark-gray,
.w3-hover-dark-gray:hover {
    color: #fff!important;
    background-color: #616161!important
}

.coverimage2 {
}
