#vegasSlider{
  height: 100vh;
}

#vegasSliderSection{
  height: 75vh;	
}

.vegasCaption{
    display: flex;
    flex-direction: column;
    width: 70vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;	
    color: #fff;
}

#vegasSliderSection .vegasCaption{
    height: 75vh;
}

.vegasControl{ 
	position: absolute;
    height: 10px;
    width: 10px;
    top: 49vh;
    font-size: 24px;
    color: #fff;
    opacity: 0.6;
    cursor: pointer;
    transition: 0.5s all;
}

#vegasSliderSection .vegasControl{
    top: 37vh;
}

.vegasControl:hover{
	opacity: 1;
}

.vegasPrev{   
    left: 40px;
}

.vegasNext{
    right: 40px;
}

.navbar-collapse {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-default .navbar-toggle{
	border: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}

@media (max-width: 768px){

.vegasControl{ 
	visibility: hidden;
}

}

.title-2col__row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}