@charset "utf-8";
/*
Theme Name: SEOteric Framework
Theme URI: http://www.seoteric.com
Author: Seoteric
Author URI: http://seoteric.com/
Description: Custom bootstrap framework built by Seoteric
Version: 5.0
/*/
header .socials.list-group-horizontal {
	float: right;
}
#slider video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.carousel-item {
	max-height: 60vh;
}
.carousel-item .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.absoluteBtn {
	position: absolute;
	bottom: 15px;
	width: calc(100% - 20px);
	left: 50%;
	transform:translate(-50%, 0px);
}
#page-banner.noImage {
    background-image: url(https://via.placeholder.com/728x90?text=Add+Your+Own+Page+Banner);
    background-size: cover;
}
#page-banner {
    background-position: center center;
}
#page-banner.top {
    background-position: top center;
}
#page-banner.bottom {
    background-position: bottom center;
}
img.alignleft {
    float: left;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
img.alignright {
    float: right;
}
#content img {
    max-width: 100%;
    height: auto;
}