@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 250px) {
#Navbar{
	display: none;
	
}
#menu a{
	display: block;
	height: 25px;
	color: #5a5a5a;
	background-color: transparent;
	font-size: 18px;
	text-wrap: none;
	text-transform: none;
	font-family: GoodTimes, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	padding-top: 40px;
	padding-bottom: 35px;
}
#NavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color: rgba(24,28,57,.9);
	z-index: 1000;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 0px;
	padding-top:0px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#Logo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:60%;
	margin-right:20%;
	margin-left:20%;
	margin-top:50px;
	position:absolute;
	font-size: 50%;
	z-index:501;
}
#Logo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
.Logo{
	width:200px;
}
#Logo2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:30%;
	margin-right:35%;
	margin-left:35%;
	margin-top:0px;
	position:absolute;
	font-size: 50%;
	z-index:501;
	background-color:#FFF;
}
#HeaderPhone {
	display:none;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#TextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 50px;
	margin-right:0%;
	margin-left:10px;
	position: relative;
	float:left;
	top: 10px;
	padding-top:0px;
	padding-bottom:0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
	height:60px;
}
#PhoneMenu {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	padding-top:11px;
	padding-bottom:11px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
	height:60px;
}
#HeaderBar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100px;
	background-color: rgba(24,28,57,1);
	z-index: 100;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:5px;
	margin-bottom:30px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyCenterSmall {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 24%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 74%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../OutdoorBusinessInsurance/GunRangeInsurance.jpg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-top:0px;
	border-top:5px solid #fea400;
	background-color:rgba(35,35,35,1);
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 110%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#BuildingEnvelope {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BuildingEnvelopeD1{
	position: absolute;
	top:100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BuildingEnvelopeD2{
	position: absolute;
	top:400px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 99;
	background-color: #FFF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
/******************************
 SLIDE 1 
*******************************/
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide1{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRights/WindSolarMineralRights.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
/******************************
 SLIDE 2
*******************************/
.slide2{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide2{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRightsApplication.jpg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
/******************************
 SLIDE 3
*******************************/
#slide3{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 4
*******************************/
.slide4{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide4{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: auto;
}
/******************************
 SLIDE 5
*******************************/
#slide5{
	width: 100%;
	background-image: url(../Graphics/Backgrounds/ToxicologyTestProducts.jpg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right !important;
	height: 580px;
}
/******************************
 SLIDE 6
*******************************/
.slide6{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;

}
#slide6{
	width: 100%;
	background-image: url(../Graphics/LaboratoryConsulting/MedicalLaboratoryStaffing2.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center left !important;
	height: 580px;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 200%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: block;
  border-radius: 0px;
  background-color:#fea400;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 90%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
	transform: skew(-20deg);
}
#ApplyButton span {
	display: inline-block;
	-webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
	transform: skew(20deg);
}
#ApplyButton:hover {
	background-color: #0db615;
	color:#FFF;
}
#FooterLeft {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display: none;
	position: relative;
	width:49%;
	float:left;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
}
#FooterRight {
	display: none;
	position: relative;
	width:49%;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
}
#FooterLine {
	display:block;
	position: relative;
	width:100%;
	height:2px;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: inherit;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: 5px;
}
#TextCenter{
	display:block;
	width:90%;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
}
#Video1 {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:20px;
}
#Video2 {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
}
#Video3 {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#BodyCenterOffset {
	display:block;
	position: relative;
	width:93%;
	float:left;
	margin-bottom:0;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height: inherit;
	margin-top:0px;
	display: inline-block;
	position: relative;
}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 250%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs > li {
    float: left;
    width:33%;
	font-size:150%;
}
#Loading {
	display: block;
	top:40%;
	position:fixed;
	width:100%;
	z-index:1001;
	-webkit-animation:loadingoff ease-in 3s;
	-moz-animation:loadingoff ease-in 3s;
    -o-animation:loadingoff ease-in 3s;
    animation:loadingoff ease-in 3s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	font-size:60%;
}
#VideoBackground {
	display: block;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
	-webkit-animation:videooff ease-in 8s;
	-moz-animation:videooff ease-in 8s;
    -o-animation:videooff ease-in 8s;
    animation:videooff ease-in 8s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoSplash {
	display:block;
	top:38%;
	position:fixed;
	width:100%;
	z-index:1002;
	-webkit-animation:logooff linear 9.5s;
	-moz-animation:logooff linear 9.5s;
    -o-animation:logooff linear 9.5s;
    animation:logooff linear 9.5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoZoom {
	display:block;
	width:300px;
	z-index:1002;
	transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-animation:logoin linear 5s infinite;
	-moz-animation:logoin linear 5s infinite;
    -o-animation:logoin linear 5s infinite;
    animation:logoin linear 5s infinite;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BlackBackground {
	display:block;
	background-color:#000;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:999;
	-webkit-animation:blackbackground ease-out 10.5s;
	-moz-animation:blackbackground ease-out 10.5s;
    -o-animation:blackbackground ease-out 10.5s;
    animation:blackbackground ease-out 10.5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BannerBackground {
	display:block;
	top:0%;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: none;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundGunShop {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/GunShopInsurance.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundGuide {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope31.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundRodAndGun {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Rod%20and%20Gun%20Club%20Insurance.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundShootingRange {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/ARCHERY%20&%20SHOOTING%20RANGE%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHuntingLease {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Hunting%20Lease%20Liability.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundEquipment {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/EQUIPMENT%20AND%20PROPERTY%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundEvent {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:50vh;
	min-height:500px;
	z-index:1;
	background-image: url("../CommercialBuildingEnvelopment/Projects/BuildingEnvelopeProjects.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundCommercialAuto {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Commercial%20Vehicle%20Insurance.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundCharter {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/CHARTER%20BOAT%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundDirectors {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/DIRECTORS%20AND%20OFFICERS%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundUmbrella {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/UMBRELLA%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundPrograms {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope34.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundWaivers {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/LIABILITY%20INSURANCE%20WAIVERS.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope5.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope14.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#Headline {
	display: block;
	position: fixed;
	width:100%;
	z-index:50;
	bottom:0;
	right:0%;
	float:right;
	font-size:70%;
	background-color:rgba(24,28,57,0.9);
}
#HeadlineBack {
	display: none;
	position: fixed;
	width:100%;
	height:100px;
	z-index:1;
	bottom:0;
	right:0%;
	float:right;
	font-size:90%;
	background-color:rgba(24,28,57,0.9);
}
#SloganBox {
	display: flex;
	position: fixed;
	width:60%;
	z-index:50;
	margin-top:150px;
	left:20%;
	font-size:60%;
	background-color: transparent;
}
#SloganBox2 {
	display:block;
	position: fixed;
	width:60%;
	z-index:50;
	margin-top:150px;
	left:20%;
	font-size:60%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Directions {
	display:block;
	position: relative;
	width:100%;
	background-image: url(../GamingCodingBanners/WestVirginiasPremierGamingLounge.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#DirectionIcon {
	display:block;
	position: absolute;
	width:100%;
	margin-top:-30px;
	z-index:1000;
}
#Envelope {
	display:block;
	position:absolute;
	width:100%;
	height:70%;
	z-index:10;
	bottom:0;
	background-image: url(../CommercialBuildingEnvelopment/Building-Envelopment.png);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size:  auto 100%;
	background-repeat: no-repeat;
	background-position:bottom left !important;
}
#PageTitle {
	display:block;
	position:absolute;
	width:auto;
	height:auto;
	z-index:10;
	top:-30px;
	right:0;
	font-size:80%;
	background-color:rgba(24,28,57,1);
}		
}

/* Tablet */

@media only screen and (min-width: 750px) {
#Navbar{
	display: none;
	
}
#menu a{
	display: block;
	height: 25px;
	color: #5a5a5a;
	background-color: transparent;
	font-size: 18px;
	text-wrap: none;
	text-transform: none;
	font-family: GoodTimes, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	padding-top: 40px;
	padding-bottom: 35px;
}
#NavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:rgba(24,28,57,.9);
	z-index: 1000;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 0px;
	padding-top:0px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#Logo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:40%;
	margin-right:10%;
	margin-left:50%;
	margin-top:10px;
	position:absolute;
	font-size: 50%;
	z-index:501;
}
#Logo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
.Logo{
	width:300px;
}
#Logo2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:20%;
	margin-right:40%;
	margin-left:40%;
	margin-top:0px;
	position:absolute;
	font-size: 50%;
	z-index:501;
	background-color:#FFF;
}
#HeaderPhone {
	display:none;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#TextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 60px;
	margin-right:0%;
	margin-left:10px;
	position: relative;
	float:left;
	top: 10px;
	padding-top:0px;
	padding-bottom:0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
	height:60px;
}
#PhoneMenu {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	padding-top:11px;
	padding-bottom:11px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
	height:60px;
}
#HeaderBar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100px;
	background-color: rgba(24,28,57,1);
	z-index: 100;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:5px;
	margin-bottom:30px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyCenterSmall {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 24%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 74%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../OutdoorBusinessInsurance/GunRangeInsurance.jpg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-top:0px;
	border-top:5px solid #fea400;
	background-color:rgba(35,35,35,1);
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 110%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#BuildingEnvelope {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BuildingEnvelopeD1{
	position: absolute;
	top:100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BuildingEnvelopeD2{
	position: absolute;
	top:400px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 99;
	background-color: #FFF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
/******************************
 SLIDE 1 
*******************************/
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide1{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRights/WindSolarMineralRights.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
/******************************
 SLIDE 2
*******************************/
.slide2{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide2{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRightsApplication.jpg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
/******************************
 SLIDE 3
*******************************/
#slide3{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 4
*******************************/
.slide4{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide4{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: auto;
}
/******************************
 SLIDE 5
*******************************/
#slide5{
	width: 100%;
	background-image: url(../Graphics/Backgrounds/ToxicologyTestProducts.jpg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right !important;
	height: 580px;
}
/******************************
 SLIDE 6
*******************************/
.slide6{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;

}
#slide6{
	width: 100%;
	background-image: url(../Graphics/LaboratoryConsulting/MedicalLaboratoryStaffing2.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center left !important;
	height: 580px;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 200%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: block;
  border-radius: 0px;
  background-color:#fea400;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 90%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
	transform: skew(-20deg);
}
#ApplyButton span {
	display: inline-block;
	-webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
	transform: skew(20deg);
}
#ApplyButton:hover {
	background-color: #0db615;
	color:#FFF;
}
#FooterLeft {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display:block;
	position: relative;
	width:49%;
	float:left;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
}
#FooterRight {
	display:block;
	position: relative;
	width:49%;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
}
#FooterLine {
	display:block;
	position: relative;
	width:100%;
	height:2px;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: inherit;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: 5px;
}
#TextCenter{
	display:block;
	width:90%;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
}
#Video1 {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:20px;
}
#Video2 {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
}
#Video3 {
	display:block;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#BodyCenterOffset {
	display:block;
	position: relative;
	width:93%;
	float:left;
	margin-bottom:0;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height: inherit;
	margin-top:0px;
	display: inline-block;
	position: relative;
}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 250%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs > li {
    float: left;
    width:33%;
	font-size:150%;
}
#Loading {
	display: block;
	top:40%;
	position:fixed;
	width:100%;
	z-index:1001;
	-webkit-animation:loadingoff ease-in 3s;
	-moz-animation:loadingoff ease-in 3s;
    -o-animation:loadingoff ease-in 3s;
    animation:loadingoff ease-in 3s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	font-size:70%;
}
#VideoBackground {
	display: block;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
	-webkit-animation:videooff ease-in 8s;
	-moz-animation:videooff ease-in 8s;
    -o-animation:videooff ease-in 8s;
    animation:videooff ease-in 8s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoSplash {
	display:block;
	top:38%;
	position:fixed;
	width:100%;
	z-index:1002;
	-webkit-animation:logooff linear 9.5s;
	-moz-animation:logooff linear 9.5s;
    -o-animation:logooff linear 9.5s;
    animation:logooff linear 9.5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoZoom {
	display:block;
	width:300px;
	z-index:1002;
	transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-animation:logoin linear 5s infinite;
	-moz-animation:logoin linear 5s infinite;
    -o-animation:logoin linear 5s infinite;
    animation:logoin linear 5s infinite;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BlackBackground {
	display:block;
	background-color:#000;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:999;
	-webkit-animation:blackbackground ease-out 10.5s;
	-moz-animation:blackbackground ease-out 10.5s;
    -o-animation:blackbackground ease-out 10.5s;
    animation:blackbackground ease-out 10.5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BannerBackground {
	display:block;
	top:0%;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image:none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundGunShop {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/GunShopInsurance.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundGuide {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope31.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundRodAndGun {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Rod%20and%20Gun%20Club%20Insurance.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundShootingRange {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/ARCHERY%20&%20SHOOTING%20RANGE%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHuntingLease {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Hunting%20Lease%20Liability.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundEquipment {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/EQUIPMENT%20AND%20PROPERTY%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundEvent {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url("../CommercialBuildingEnvelopment/Projects/BuildingEnvelopeProjects.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundCommercialAuto {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Commercial%20Vehicle%20Insurance.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundCharter {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/CHARTER%20BOAT%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundDirectors {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/DIRECTORS%20AND%20OFFICERS%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundUmbrella {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/UMBRELLA%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundPrograms {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope34.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundWaivers {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/LIABILITY%20INSURANCE%20WAIVERS.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope5.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope14.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#Headline {
	display: block;
	position: fixed;
	width:100%;
	z-index:50;
	bottom:0;
	right:0%;
	float:right;
	font-size:80%;
	background-color:rgba(24,28,57,0.9);
}
#HeadlineBack {
	display: none;
	position: fixed;
	width:100%;
	height:100px;
	z-index:1;
	bottom:0;
	right:0%;
	float:right;
	font-size:90%;
	background-color:rgba(24,28,57,0.9);
}
#SloganBox {
	display: flex;
	position: fixed;
	width:50%;
	z-index:50;
	margin-top:150px;
	left:25%;
	font-size:70%;
	background-color: transparent;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:50%;
	z-index:50;
	margin-top:150px;
	left:25%;
	font-size:70%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Directions {
	display:block;
	position: relative;
	width:100%;
	background-image: url(../GamingCodingBanners/WestVirginiasPremierGamingLounge.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#DirectionIcon {
	display:block;
	position: absolute;
	width:100%;
	margin-top:-30px;
	z-index:1000;
}
#Envelope {
	display:block;
	position:absolute;
	width:100%;
	height:80%;
	z-index:10;
	bottom:0;
	background-image: url(../CommercialBuildingEnvelopment/Building-Envelopment.png);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size:  auto 100%;
	background-repeat: no-repeat;
	background-position:bottom left !important;
}
#PageTitle {
	display:block;
	position:absolute;
	width:auto;
	height:auto;
	z-index:10;
	top:-40px;
	right:0;
	font-size:90%;
	background-color:rgba(24,28,57,1);
}	
}


/* Small Desktop */

@media only screen and (min-width: 900px) {
#Navbar{
	display: block;
	
}
#menu a{
	display: block;
	height: auto;
	color: #ffffff;
	background-color: transparent;
	font-size: 16px;
	text-wrap: none;
	text-transform: none;
	font-family: GoodTimes, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	padding-top: 10px;
	padding-bottom: 10px;
}
#NavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	height:100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color: rgba(24,28,57,.9));
	z-index: 1500;
	position: fixed;
	float:left;
	max-width: none;
	margin-top: 0px;
	padding-top:0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 70%;
	-webkit-animation: fadeIn ease-in 1s;
	-moz-animation: fadeIn ease-in 1s;
	-o-animation: fadeIn ease-in 1s;
	animation: fadeIn ease-in 1s;
}
#NavbarAlign {
	display:block;
	position:absolute;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:50px;
	width:50%;
}
#Logo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width:400px;
	right:0;
	top:80px;
	margin-right:10%;
	margin-left:0%;
	margin-top:10px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
}
#Logo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:60%;
	float:left;
	margin-right:20%;
	margin-left:20%;
	margin-top:16px;
	position:absolute;
	max-width:none;
	z-index:10000;
}
.Logo{
	width:100%;
	max-width:400px;
}
#Logo2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width:200px;
	left:0;
	top:0px;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	position: absolute;
	height: auto;
	font-size: 100%;
	background-color:#FFF;
}
#HeaderPhone {
	display: block;
	width:50%;
	float:right;
	right:10%;
	margin-right:2%;
	margin-left:2%;
	margin-top:20px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#TextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100px;
	margin-right:0%;
	margin-left:5%;
	position: relative;
	float:left;
	top: 50px;
	left:0;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
}
#PhoneMenu {
	display:none;
}
#HeaderBar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100px;
	background-color: rgba(24,28,57,1);
	z-index: 100;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}	
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 19%;
	margin-right:1%;
	margin-top:50px;
	margin-bottom:50px;
	width: 30%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: left;
	margin-left: 1%;
	margin-right:0%;
	margin-top:50px;

	margin-bottom:50px;
	width: 49%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 25%;
	margin-right: 5%;
	margin-top:0px;
	width: 70%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyCenterSmall {
	float: left;
	margin-left: 25%;
	margin-right: 5%;
	margin-top:0px;
	width: 70%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../OutdoorBusinessInsurance/GunRangeInsurance.jpg);
	background-size: auto 100%;
	background-attachment:fixed;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-top:0px;
	border-top:5px solid #fea400;
	background-color:rgba(35,35,35,1);
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#BuildingEnvelope {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BuildingEnvelopeD1{
	position: absolute;
	top: 100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BuildingEnvelopeD2{
	position: absolute;
	top: 600px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 99;
	background-color: #FFF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

/******************************
 SLIDE 1 
*******************************/
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide1{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRights/WindSolarMineralRights.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}

/******************************
 SLIDE 2
*******************************/
.slide2{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide2{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRightsApplication.jpg);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
/******************************
 SLIDE 3
*******************************/
#slide3{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 4
*******************************/
.slide4{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide4{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: auto;
}
/******************************
 SLIDE 5
*******************************/
#slide5{
	width: 100%;
	background-image: url(../Graphics/Backgrounds/ToxicologyTestProducts.jpg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right !important;
	height: 580px;
}
/******************************
 SLIDE 6
*******************************/
.slide6{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;

}
#slide6{
	width: 100%;
	background-image: url(../Graphics/LaboratoryConsulting/MedicalLaboratoryStaffing2.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center left !important;
	height: 580px;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 400%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: block;
  border-radius: 0px;
  background-color:#fea400;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 90%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
	transform: skew(-20deg);
}
#ApplyButton span {
	display: inline-block;
	-webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
	transform: skew(20deg);
}
#ApplyButton:hover {
	background-color: #0db615;
	color:#FFF;
}
#FooterLeft {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
}
#FooterRight {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:1%;
	margin-top:0;
}
#FooterLine {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#TextCenter{
	display:block;
	width:46%;
	float:left;
	margin-bottom:0;
	margin-left:27%;
	margin-right:27%;
	margin-top:0;
}
#Video1 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#Video2 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
}
#Video3 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#BodyCenterOffset {
	display:block;
	position: absolute;
	width:80%;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	margin-top:-150px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height:450px;
	margin-top:200px;
	display:block;
	position:relative;

}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 350%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs > li {
    float: left;
    width:20%;
	font-size:150%;
}
#Loading {
	display: block;
	top:40%;
	position:fixed;
	width:100%;
	z-index:1001;
	-webkit-animation:loadingoff ease-in 3s;
	-moz-animation:loadingoff ease-in 3s;
    -o-animation:loadingoff ease-in 3s;
    animation:loadingoff ease-in 3s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	font-size:100%;
}
#VideoBackground {
	display: block;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
	-webkit-animation:videooff ease-in 8s;
	-moz-animation:videooff ease-in 8s;
    -o-animation:videooff ease-in 8s;
    animation:videooff ease-in 8s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoSplash {
	display:block;
	top:40%;
	position:fixed;
	width:100%;
	z-index:1002;
	-webkit-animation:logooff linear 9s;
	-moz-animation:logooff linear 9s;
    -o-animation:logooff linear 9s;
    animation:logooff linear 9s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoZoom {
	display:block;
	width:300px;
	z-index:1002;
	transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-animation:logoin linear 5s infinite;
	-moz-animation:logoin linear 5s infinite;
    -o-animation:logoin linear 5s infinite;
    animation:logoin linear 5s infinite;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BlackBackground {
	display:block;
	background-color:#000;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:999;
	-webkit-animation:blackbackground ease-out 10s;
	-moz-animation:blackbackground ease-out 10s;
    -o-animation:blackbackground ease-out 10s;
    animation:blackbackground ease-out 10s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BannerBackground {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: none;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundGunShop {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/GunShopInsurance.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundGuide {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope31.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundRodAndGun {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Rod%20and%20Gun%20Club%20Insurance.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundShootingRange {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/ARCHERY%20&%20SHOOTING%20RANGE%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHuntingLease {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Hunting%20Lease%20Liability.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundEquipment {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/EQUIPMENT%20AND%20PROPERTY%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundEvent {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url("../CommercialBuildingEnvelopment/Projects/BuildingEnvelopeProjects.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundCommercialAuto {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Commercial%20Vehicle%20Insurance.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundCharter {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/CHARTER%20BOAT%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundDirectors {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/DIRECTORS%20AND%20OFFICERS%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundUmbrella {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/UMBRELLA%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundPrograms {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope34.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundWaivers {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/LIABILITY%20INSURANCE%20WAIVERS.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope5.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope14.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#Headline {
	display: block;
	position: fixed;
	width:100%;
	z-index:50;
	bottom:0;
	right:0%;
	float:right;
	font-size:90%;
	background-color:rgba(24,28,57,0.9);
}
#HeadlineBack {
	display: none;
	position: fixed;
	width:100%;
	height:100px;
	z-index:1;
	bottom:0;
	right:0%;
	float:right;
	font-size:90%;
	background-color:rgba(24,28,57,0.9);
}
#SloganBox {
	display: block;
	position: fixed;
	width:60%;
	z-index:50;
	margin-top:15%;
	left:20%;
	font-size:90%;
	background-color: transparent;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:60%;
	z-index:50;
	margin-top:250px;
	left:20%;
	font-size:90%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Directions {
	display:block;
	position: relative;
	width:100%;
	background-image: url(../GamingCodingBanners/WestVirginiasPremierGamingLounge.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#DirectionIcon {
	display:block;
	position: absolute;
	width:100%;
	margin-top:-30px;
	z-index:1000;
}
#Envelope {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	bottom:0;
	background-image: url(../CommercialBuildingEnvelopment/Building-Envelopment.png);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size:  auto 100%;
	background-repeat: no-repeat;
	background-position:bottom left !important;
}
#PageTitle {
	display:block;
	position:absolute;
	width:auto;
	height:auto;
	z-index:10;
	top:-50px;
	right:0;
	font-size:100%;
	background-color:rgba(24,28,57,1);
}	
}

/* Desktop */

@media only screen and (min-width: 1300px) {
#Navbar{
	display: block;
	
}
#menu a{
	display: block;
	height: auto;
	color: #ffffff;
	background-color: transparent;
	font-size: 16px;
	text-wrap: none;
	text-transform: none;
	font-family: GoodTimes, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	padding-top: 10px;
	padding-bottom: 10px;
}
#NavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	height:100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color: rgba(24,28,57,.9);
	z-index: 1500;
	position: fixed;
	float:left;
	max-width: none;
	margin-top: 0px;
	padding-top:0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 70%;
	-webkit-animation: fadeIn ease-in 1s;
	-moz-animation: fadeIn ease-in 1s;
	-o-animation: fadeIn ease-in 1s;
	animation: fadeIn ease-in 1s;
}
#NavbarAlign {
	display:block;
	position:absolute;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:50px;
	width:50%;
}
#Logo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width:30%;
	right:0;
	top:100px;
	margin-right:2%;
	margin-left:0%;
	margin-top:10px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
}
#Logo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:60%;
	float:left;
	margin-right:20%;
	margin-left:20%;
	margin-top:16px;
	position:absolute;
	max-width:none;
	z-index:10000;
}
.Logo{
	width:100%;
	max-width:400px;
}
#Logo2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width:200px;
	left:0;
	top:0px;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	position: absolute;
	font-size: 100%;
	background-color:#FFF;
}
#HeaderPhone {
	display: block;
	width:50%;
	float:right;
	right:5%;
	margin-right:2%;
	margin-left:2%;
	margin-top:20px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#TextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100px;
	margin-right:0%;
	margin-left:5%;
	position: relative;
	float:left;
	top: 50px;
	left:0;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
}
#PhoneMenu {
	display:none;
}
#HeaderBar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100px;
	background-color: rgba(24,28,57,1);
	z-index: 100;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}	
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 19%;
	margin-right:1%;
	margin-top:50px;
	margin-bottom:50px;
	width: 30%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: left;
	margin-left: 1%;
	margin-right:0%;
	margin-top:50px;
	margin-bottom:50px;
	width: 49%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 15%;
	margin-right: 5%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyCenterSmall {
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top:0px;
	width: 60%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../OutdoorBusinessInsurance/GunRangeInsurance.jpg);
	background-size: auto 100%;
	background-attachment:fixed;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-top:0px;
	border-top:5px solid #fea400;
	background-color:rgba(35,35,35,1);
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#BuildingEnvelope {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BuildingEnvelopeD1{
	position: absolute;
	top: 100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BuildingEnvelopeD2{
	position: absolute;
	top: 600px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 99;
	background-color: #FFF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

/******************************
 SLIDE 1 
*******************************/
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide1{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRights/WindSolarMineralRights.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}

/******************************
 SLIDE 2
*******************************/
.slide2{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide2{
	width: 100%;
	background-image: url(../SellMyMineralRights/MineralRightsApplication.jpg);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position:center center !important;
	height: auto;
}
/******************************
 SLIDE 3
*******************************/
#slide3{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: 550px;
}
/******************************
 SLIDE 4
*******************************/
.slide4{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;
}
#slide4{
	width: 100%;
	background-image: url(../SellMyMineralRights/SellMyMineralRightsForCash.jpg);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center -250px !important;
	height: auto;
}
/******************************
 SLIDE 5
*******************************/
#slide5{
	width: 100%;
	background-image: url(../Graphics/Backgrounds/ToxicologyTestProducts.jpg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right !important;
	height: 580px;
}
/******************************
 SLIDE 6
*******************************/
.slide6{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin:0;
	background-color:#FFF;

}
#slide6{
	width: 100%;
	background-image: url(../Graphics/LaboratoryConsulting/MedicalLaboratoryStaffing2.jpeg);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:center left !important;
	height: 580px;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 400%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: block;
  border-radius: 0px;
  background-color:#fea400;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 90%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
	transform: skew(-20deg);
}
#ApplyButton span {
	display: inline-block;
	-webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
	transform: skew(20deg);
}
#ApplyButton:hover {
	background-color: #0db615;
	color:#FFF;
}
#FooterLeft {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
}
#FooterRight {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:1%;
	margin-top:0;
}
#FooterLine {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#TextCenter{
	display:block;
	width:46%;
	float:left;
	margin-bottom:0;
	margin-left:27%;
	margin-right:27%;
	margin-top:0;
}
#Video1 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#Video2 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
}
#Video3 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#BodyCenterOffset {
	display:block;
	position: absolute;
	width:80%;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	margin-top:-150px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height:450px;
	margin-top:200px;
	display:block;
	position:relative;

}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 350%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs > li {
    float: left;
    width:20%;
	font-size:150%;
}
#Loading {
	display: block;
	top:40%;
	position:fixed;
	width:100%;
	z-index:1001;
	-webkit-animation:loadingoff ease-in 3s;
	-moz-animation:loadingoff ease-in 3s;
    -o-animation:loadingoff ease-in 3s;
    animation:loadingoff ease-in 3s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	font-size:100%;
}
#VideoBackground {
	display: block;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
	-webkit-animation:videooff ease-in 8s;
	-moz-animation:videooff ease-in 8s;
    -o-animation:videooff ease-in 8s;
    animation:videooff ease-in 8s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoSplash {
	display:block;
	top:40%;
	position:fixed;
	width:100%;
	z-index:1002;
	-webkit-animation:logooff linear 9s;
	-moz-animation:logooff linear 9s;
    -o-animation:logooff linear 9s;
    animation:logooff linear 9s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoZoom {
	display:block;
	width:300px;
	z-index:1002;
	transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-animation:logoin linear 5s infinite;
	-moz-animation:logoin linear 5s infinite;
    -o-animation:logoin linear 5s infinite;
    animation:logoin linear 5s infinite;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BlackBackground {
	display:block;
	background-color:#000;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:999;
	-webkit-animation:blackbackground ease-out 10s;
	-moz-animation:blackbackground ease-out 10s;
    -o-animation:blackbackground ease-out 10s;
    animation:blackbackground ease-out 10s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BannerBackground {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: none;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundGunShop {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/GunShopInsurance.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundGuide {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope31.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundRodAndGun {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Rod%20and%20Gun%20Club%20Insurance.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundShootingRange {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/ARCHERY%20&%20SHOOTING%20RANGE%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHuntingLease {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Hunting%20Lease%20Liability.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundEquipment {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/EQUIPMENT%20AND%20PROPERTY%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundEvent {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../CommercialBuildingEnvelopment/Projects/BuildingEnvelopeProjects.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}
#BannerBackgroundCommercialAuto {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Commercial%20Vehicle%20Insurance.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundCharter {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/CHARTER%20BOAT%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundDirectors {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/DIRECTORS%20AND%20OFFICERS%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundUmbrella {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/UMBRELLA%20LIABILITY%20INSURANCE.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundPrograms {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope34.jpg);
	background-size: 100%;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center !important;
}
#BannerBackgroundWaivers {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/LIABILITY%20INSURANCE%20WAIVERS.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:bottom center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope5.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../CommercialBuildingEnvelopment/Projects/BuildingEnvelope14.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#Headline {
	display: block;
	position: fixed;
	width:30%;
	z-index:50;
	bottom:0;
	right:0%;
	float:right;
	font-size:90%;
	margin-right:2%;
	background-color: transparent;
}
#HeadlineBack {
	display: block;
	position: fixed;
	width:100%;
	height:100px;
	z-index:1;
	bottom:0;
	right:0%;
	float:right;
	font-size:90%;
	background-color:rgba(24,28,57,0.9);
}
#SloganBox {
	display: block;
	position: fixed;
	width:60%;
	z-index:50;
	margin-top:15%;
	left:20%;
	font-size:90%;
	background-color: transparent;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:60%;
	z-index:50;
	margin-top:250px;
	left:20%;
	font-size:90%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Directions {
	display:block;
	position: relative;
	width:100%;
	background-image: url(../GamingCodingBanners/WestVirginiasPremierGamingLounge.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#DirectionIcon {
	display:block;
	position: absolute;
	width:100%;
	margin-top:-30px;
	z-index:1000;
}
#Envelope {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	bottom:0;
	background-image: url(../CommercialBuildingEnvelopment/Building-Envelopment.png);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size:  auto 100%;
	background-repeat: no-repeat;
	background-position:bottom left !important;
}
#PageTitle {
	display:block;
	position:absolute;
	width:auto;
	height:auto;
	z-index:10;
	top:-50px;
	right:0;
	font-size:100%;
	background-color:rgba(24,28,57,1);
}
}
