/*------------------------------------------------------------------
Project:	Custom CSS Location HTML Template
Version:	1.0
Last change:	31.01.2018
Assigned to:	Athamas

[Color codes]

default_color[#4611a7];
Color grey dark: #1f1f1f;
Color grey light: #fafafa;

[Typography]

Body copy:		'Lato', sans-serif; 14px;
Headers:		'Lato', sans-serif;

-------------------------------------------------------------------*/
.owl-dots .owl-dot.active {
    display:none
}

#video {
    position: absolute;
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    background-size: cover;
    overflow: hidden;
}
#video-body .btn-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#video-body .btn-lg, #video-body .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
#video-body img {
  border-radius: 10px;
}
#video-body .btn-primary {
    margin-left: 1rem;
}

.hero-section.has-background .form.horizontal form {
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}
#search-form-row {
    margin-left: 0px;
    margin-right: 0px;
}
#search-form-row .form-group, #search-form-row .btn {
    margin-top: 15px;
}
#search-form-main .form.horizontal form {
    background-color: hsla(42,32%,92%,.94);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 10%), 0 4px 5px 0 rgb(0 0 0 / 5%), 0 1px 10px 0 rgb(0 0 0 / 4%);
}
#search-form-main {
    margin-top: 20px;
}