@CHARSET "UTF-8";

.carousel_container{
  height: auto;
  width: auto;
  max-height:1035px;
  display: -webkit-flex; /* Safari */     
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color:transparent;
  border: 0px solid #ddd;
  margin-top:16px;
}


.carousel_slider-wrapper {
  width: auto;
  height: auto;
  min-height: 400px;
  background: transparent;
  overflow: hidden;
}

.carousel_inner-wrapper {
  width: 100%;
  height: 100%;
  position: inherit;
  left: -100%;
}


.carousel_slide {
  height: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.carousel_button {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;

}

.carousel_content{
	background-color:rgba(224,224,224,0.4);
	margin-left: auto; 
	margin-right: auto;  
	max-width: 998px;
  	max-height:700px;
  	height:auto;
  	width:auto;
  border:1px solid #bbb;
  margin-top:10px;
  margin-bottom:10px;
  border-radius:.6em;
	
}
@media only screen and (max-width: 988px) {
.carousel_content{
	background-color:rgba(224,224,224,0.4);
	margin-left: auto; 
	margin-right: auto;  
	max-width: 998px;
  	height:100%;
  	width:auto;
  border:1px solid #bbb;
  margin-top:0px;
  margin-bottom:10px;
  border-radius:.6em;
	
}
}


.carousel_content_container{
  display: -webkit-flex; /* Safari */     
	display:flex;
	flex-wrap:wrap;
	width:100%;
	}

.carousel_image_container {
  min-height:450px;
  display: flex;
  justify-content: center;
  align-items: center;

}

	
.carousel_columns{
	position:relative;
	margin:auto;
	margin-bottom:30px;
	max-width:49%;
	min-width:300px;
	height:inherit;
	float:left;
	min-height: 400px;
	background-color:transparent;
	font-size: medium;
    font-family:'Arial',Helvetica,sans-serif;
	}	

.carousel_image{
	margin-left: auto; 
	margin-right: auto;  
	max-width: 95%;
  	max-height:400px;
  	margin-top:10px;
  	height:auto;
  	width:auto;
}


.prev {
  background: url(https://convention2.allacademic.com//files/jquery/mobile/1.4.5/images/icons-png/carat-l-white.png) no-repeat;
  background-position: center;
  background-color: #aaaaaa;
  border-radius: 50%;
  left: 10px;
}

.next {
  background: url(https://convention2.allacademic.com//files/jquery/mobile/1.4.5/images/icons-png/carat-r-white.png) no-repeat;
  background-position: center;
  background-color: #aaaaaa;
  border-radius: 50%;
  right: 10px;
}

.prev:hover{
  background-color: #cccccc;
}

.next:hover{
  background-color: #bbbbbb;
}



.dot {
    cursor: pointer;
    height: 20px;
    width: auto;
    margin: 0 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #bbbbbb;
    font-size:medium;
    font-weight:600;
    font-family:'Arial',Helvetica,sans-serif;
    background-color: #eeeeee;
    padding:5px;
    border-radius:.6em;
}



.dot:hover {
    background-color: #dddddd;
}


.active {
    background-color: #cccccc;
}

