.crs-wrap {
  position: relative;
  box-sizing: border-box;
}
.crs-wrap * {
  box-sizing: border-box;
}
.crs-screen {
  
  height: 100%;
  position: relative;
  overflow: hidden;
}
.crs-screen-roll {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  transition: left 0.5s;
}
.crs-screen-item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.crs-screen-item-content {
  width: 100%;
  height: calc(100% - 50px);
  font-family: arial;
  padding: 50px;
}
.crs-bar {
   
   
  
  bottom: 0;
  left: 0;
   
   
}
.crs-bar-roll-current {

}

.crs-bar-roll-item:hover {
	
background:#033d75;
  
  
}



.crs-bar-roll-item:hover:after {
	 
 color: #fff;

font-family: FontAwesome;

content: "\f0dd";

position: absolute;

font-size: 20px;

text-align: center;

z-index: 1;

top:-12px;
left:45%;
 
}



.crs-bar-roll-wrap {
  height: 55px;
  
   position: relative;
  text-align:center;
}
.crs-bar-roll {
  height: 55px;
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
 
  transition: left 0.2s;
  width:100% !important;
  align-items: center;

justify-content: center;
}
.crs-bar-roll-item {
	line-height:19px;
  width: 100%;
min-height:55px;
 margin-bottom:10px;

 position:relative;

background-color: #26cdff;

background-size: cover;

background-position: center;
padding:10px 10px;
 

cursor: pointer;

text-transform: uppercase;
}

.crs-bar-roll-item a{color:#fff;
display: block}
.crs-bar-roll-item:not(:last-child) {
  margin-right: 2px;
}


@media (max-width: 767px) { 
 
.crs-bar-roll-item {width:49%;
min-height: 40px;
font-size: 12px;
margin-bottom: 2px;
padding: 5px;

}

.crs-bar-roll {height:auto }
.crs-bar-roll-wrap {height:auto;
padding-bottom: 20px; }
.crs-screen {}

.crs-screen-roll {
  position: absolute;
 height:200px;
 
}

#my-slider {
height: 400px;
    margin-bottom: 40px;

}

}

.crs-bar-roll-item.blue {background:#033d75}
