.pop_container {
	background-color: black;
}

.pop-up-dots-div {
	/*margin-top: 60px !important;
	position: absolute;
	bottom: 20px;*/
	left:0;
	right: 0;
}

.cls-pop {
	position: absolute;
	top:25px;
	right:40px;
}

.close_popup:hover {
	z-index: -1;
	display:none;
}

.close_popup_hover:hover {
	z-index: 1;
}

.pop_row {
    width: 100% !important;
		margin:0 auto;
		clear:both;
}

.pop_row .col-8, .col-6 {
	margin:0 auto;
}

.description, .pop-up-dots-div {
	width: 80% !important;
}

.pops .col-6 {
	float:left;
	position: relative;
	padding:0px !important;
}

#right_container {
	overflow: hidden;
}
#left_container {
	min-height:682px;
	overflow-y: hidden;
	padding:0px !important;
}

#left_container::-webkit-scrollbar {
    display: none;  // Safari and Chrome
}

.brand_logos {
	/*max-width: 280px;*/
	margin-top:150px;
}

.brands-cronos-logo {
	position: absolute;
  top: 28px;
  left: 30px;
  width: 155px;
	z-index: 2000;
}

.social_media_icons {
	margin: 0 10px;
}

.visit-website-button {
  text-decoration: none;
  color: white;
	width: 200px;
  text-decoration: none;
  padding: 15px 80px;
  color: white;
  font-size: 1.2em !important;
}
.visit-website-button:hover {
	text-decoration: none;
	color: white;
}

.visit-website {
	background-color: #8dc63f;
}

.pop-up-dots {
	margin:0 5px;
}

.main_image {
	height: 100vh;
	/*width: 100%;*/
}

#brands_bg  {
	position: absolute;
	top:0px;
  left:0;
  z-index: -1;
}

.pops{
    display:none;
    /*height: 100%;*/
    width: 100%;
    background-color: black;
    position : absolute;
    z-index:1;
		top:0;
		overflow: auto;
}

.next_previous_read_more {
	/*position: absolute;
	bottom:10px;*/
}

.Arrow_Previous, .Arrow_Previous_Hover {
	left:20px;
}

.Arrow_Next, .Arrow_Next_Hover {
	right:20px;
}

.Arrow_Previous:hover, .Arrow_Next:hover {
	z-index: -1;
	display:none;
}

.Arrow_Previous_Hover:hover, .Arrow_Next_Hover:hover {
	z-index: 1;
}

.location {
	color:grey;
}
