@charset "UTF-8";

/* CSS Document */
@import url("/static/webfonts/SourceSansPro_Regular/stylesheet.css");
@import url("/static/webfonts/SourceSansPro_Semibold/stylesheet.css");
@import url("/static/webfonts/SourceSansPro_Light/stylesheet.css");

.logo-size {
  width: 85% !important;
  transition: 0.3s;
}

.logo-scroll {
  width: 75% !important;
  transition: 0.3s;
}
body {
    background-image:url(/static/mainimages/bkgrnd.jpg);
    background-repeat:repeat-x;
    background-size:auto;
}
header {
    background-image:url(/static/mainimages/hdr-bkgrnd.jpg);
    background-repeat:repeat-x;
    background-size:auto;
}
.containerbox {
    background-color:#FFFFFF;
    width:90%;
    margin: 0px auto;
    padding:30px;
}
.containerbox .container {
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.bg-light {
    background-color: #F5F5F5 !important;
}
.bg-dark {
    background-color:#666666 !important;
}
hr {
    border:none;
    border-top: 2px solid #43793D !important;
}    
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
img {
	border: none;
	outline: none;
}
hr {
	clear:both;
}
a:active {
    outline:none;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #DDDDDD;
}    
.lrgHdr, h1, .medHdr, h2, .smHdr, h3, .xsmHdr, h4, .xxsmHdr, h5, .xxxsmHdr, h6 {
	color: #666666;
	font-weight: normal;
	line-height: normal;
	font-family: "SourceSansPro Semibold", "Source Code Pro Semibold", sans-serif;
}
.lrgHdr, h1 {
    color:#000000;
	font-size: 2.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.medHdr, h2 {
	font-size: 2.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.smHdr, h3 {
	font-size: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.xsmHdr, h4 {
	font-size: 1.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.xxsmHdr, h5 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.xxxsmHdr, h6 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* Content text */
.largeText {
	font-size: 1.2em;
}
.bodyText {
	font-size: 1em;
}
.medText {
	font-size: 1.1em;
}
.smText {
	font-size: .9em;
}    
.phone-text {
    font-size: 1.25rem;
}
.social-icons {
    font-size: 1.3rem;
}
.nav-text {
    font-size: 1.2rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
    line-height: 1.2rem;
} 
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right:1rem;
}
.hav-subs {
    padding-left: 23px !important;
}
/* -- Home Slider Stuff -- */
.rotationBox {
}
.rotationbg {
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.rotationbg2 img {
    display:none;
}
.rotationbg2 {
    margin-bottom:40px;
    margin-top:-40px;
}
.home-slick {
	background-color: #000000;
}
.home-slick img {
	width:100%;
	opacity:.7;
}

.slidercaption img {
    visibility:visible;
	width:auto;
	opacity:1;
}
.slidercaption .btn {
	text-shadow:none;
}
.slidercaption h1, .slidercaption h2, .slidercaption h3, .slidercaption h4, .slidercaption h5, .slidercaption h6 {
	color:#FFF;
}
.slidercaption {
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	padding: 0px;
    text-shadow: 0px 0px 8px rgb(0 0 0 / 40%);
	background-color: rgba(0,0,0,0.00);
}
.captionwidth {
    font-size: 1.6em;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
}    
.rotationStaticBox {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
/*--Animated image/text boxes--*/
.aniphotoRowBox {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin-bottom: 20px;
}
.aniphotoRowBox:last-of-type {
	margin-bottom: 0px;
}
.aniphotoRowBox a  {
	color: #FFFFFF;
}
.aniphotoRowCaption {
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 10px;
	width: 100%;
	margin-left: -15px;
	height:auto;
}
.aniphotoRowCaption h5 {
	color: #FFFFFF;
	font-size:1.6em;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	margin-top:15px;
	margin-bottom:0px;
}
.aniphotoRowCaption .bttmtext {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	padding:0px;
	margin:0px;
	opacity:0;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	line-height:0em;
}
.aniphotoRowPhoto {
	background-color:#000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.contentBox {
    padding-top:60px;
    padding-bottom:60px;
}
.btn-primary, .btn-primary:link, btn-primary:visited {
    background-color:#000000;
    border-color:#000000;
}
.btn-primary:hover, .btn-primary:active, btn-primary .active {
    background-color:#666666;
    border-color:#666666;
}
.btn-secondary, .btn-secondary:link, btn-secondary:visited {
    background-color:#999999;
    border-color:#999999;
}
.btn-secondary:hover, .btn-secondary:active, btn-secondary .active {
    background-color:#666666;
    border-color: #666666;
}
.roundimages {
	border-radius: 50%;
}
.roundimages img {
	border-radius: 50%;
}
.aniphotoRowPhoto img {
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	width:100%;
	opacity:0.3;
}
.aniphotoRowBox a:hover .aniphotoRowPhoto img {
    opacity: 0.8;
}
.aniphotoRowBox a:hover .aniphotoRowCaption h5 {
	margin-top:0px;
	margin-bottom:5px;
}
.aniphotoRowBox a:hover .aniphotoRowCaption .bttmtext {
	opacity:1;
	line-height:1.2em;
}
footer a:link, footer a:visited {
    color:#DEF0EE;
}
footer a:hover, footer a:active {
    color:#97ADAC;
}
.sociallinksBox {
	margin-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}
.sociallinksBox img {
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 8px;
}
/* For FontAwesome icons */
.sociallinksBox a, .p7AMM.amm-responsive .sociallinksBox a {
	display: inline-block !important;
	border-radius: 50% !important;
	margin-right: 3px !important;
	margin-left: 3px !important;
	text-align: center !important;
	color: #FFFFFF !important;
	width: 35px !important;
	height: 35px !important;
	padding: 7px 0px 0px 0px !important;
	font-size: 20px !important;
	line-height: 20px !important;
}
.sociallinksBox a:last-of-type {
	margin-right: 0px;
}
.sociallinksBox a:first-of-type {
	margin-left: 0px;
}
.sociallinksBox a:link, .sociallinksBox a:visited {
	background-color: #000000;
	color: #FFFFFF;
}
.sociallinksBox a:hover, .sociallinksBox a:active {
	background-color: #CCCCCC;
	color: #FFFFFF;
}    
.textslider .slick-prev {
    left:-50px;
}
.textslider .slick-next {
    right:-50px;
}
@media (min-width: 576px) {
    .logo-size {
        width: 65%;
        margin:10px auto;
    }
    .testimonialsBox {
        height:320px;
    }
    .nav-text {
    }
}

@media (min-width: 768px) {
    .logo-size {
        width: 30%;
        margin: 20px auto 10px;
    }
    .logo-scroll {
    }
    .nav-text {
        font-size: .9rem;
    }
    .testimonialsBox {
        height:320px;
    }
}

@media (min-width: 992px) {
    .logo-size {
    }
    .nav-text {
    }
    .testimonialsBox {
        height:320px;
    }
}

@media (min-width: 1200px) {
    .logo-size {
    }
    .nav-text {
    }
    .testimonialsBox {
        height:320px;
    }
}

