/************* OVERRIDE BOOTSTRAP STYLES ****************/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {	
	padding: 10px 10px 10px 10px!important;
}

.img-responsive {
	cursor:pointer!important;
}

.jumbotron{
	margin-bottom:0!important;
}

/************* CUSTOM ****************/
body{
	background-color:#fff !important;
}

.jumbotron {
	background-color:#fff !important;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.closebtn-1 {
    position: absolute;
    top: -15px;
    right: 10px;
    font-size: 50px;
    color:#818181;
}

.closebtn-1:hover, .closebtn-1:focus {
  color:#000!important;
  text-decoration: none!important;
}

/************* OWL ****************/

.owl-stage{
	background-color:#fff !important;
}

.owl-theme .owl-nav [class*=owl-]{
  background:transparent!important;
  color:#000;
}

.owl-info:hover{
  color:#000!important;
}

i:before {
  color:#000;
}

/************* OVERLAY ****************/

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#fff;
    overflow-x: hidden;
    transition: all 0.5s ease;        
    opacity:0;
    visibility: hidden;
}

.open{
  opacity: 1;
  visibility: visible;
}

.overlay-content {
    position: relative;    
    width: 100%;
    text-align: center;    
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #000;
}

.overlay .closebtn-2 {
    position: absolute;
    top: -23px;
    right: 2px;
    font-size: 50px;
}


/**********  MEDIA QUERIES **********************/
@media (max-width: 768px) {
  .vertical-center:before {
    height: auto;
    /* Or */
    display: none;
  }
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}