/*Global Styles*/
body{margin:0px;color:#555;}
body, p, h1, h2, h3, h4, h5{
    font-family:'open_sans', 'Lucida Sans', 'Lucida Sans Regular', sans-serif ;
}
h1, h2, h3, h4, h5{
    color:#555;
    text-transform:uppercase;
}
.Thin{
    font-weight:300;
}
.text-center{
    text-align:center;
}
p{
color:#555;
}
blockquote{
    font-style:italic;
    font-family:'PT Serif';
    color:#777;
    border-left: 2px solid;
    padding: 0px 20px;
    margin-left: 0px;
}
a, a:visited{
    color:#555;
    text-decoration: none;
}
a, a:hover, a:active, a:focus{
    color:#000;
    text-decoration: none;
}

button, 
.button,
input[type="submit"]{
    color:White;
    background-color:#6a7892;
    border:0px;
}
button a, button a:visited, 
a.button, a.button:visited {
    color:White;
}
button:hover, .button:hover,
input[type="submit"]:hover{
    background-color:#606b81;
    color:White;
}
button, 
.button{
        padding:10px;
}
ul{
    Margin:0px;
    padding:0px;
}
ul li{
    list-style-type: none;
}
ul li a{
    color:inherit;  
}
.rte ul{
    margin-left:1rem;
    padding-left: 2rem;
}
.rte ul li{
     list-style-type: disc;
     padding-bottom:12px;
}
img{
    max-width:100%;
    height:auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.container{
    max-width:1200px;
    margin:0px auto;
    padding:0px 15px;
}
.header,section,footer{
    width:100%;
    padding:40px 0px;
}
.MorePadding {
    padding: 80px 0px;
}
.LessPadding{
    padding: 0px;
    margin: -40px 0px;
}
section p{
    line-height:1.8em;
    font-size:16px;
}
section a, section a:visited{
    color:#e89606;
}
section a:active, section a:hover{
    color:rgba(232, 150, 6, 0.7);
}
section[style*="background-image"]{
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.DarkBG{
    background-color:#222;
    color:white;
}
.DarkBG p,.DarkBG h1,.DarkBG h2,.DarkBG h3,.DarkBG a,.DarkBG a:visited, .DarkBG a:hover{
    color:white;
}
.LightBG{
    background-color:#fff;
    color:inherit;
}
.LightBG p,.LightBG h1,.LightBG h2,.LightBG h3{
    color:inherit;
}
.AccentBG{
    background-color:#222;
    color:white;
}
.AccentBG p,.AccentBG h1,.AccentBG h2,.AccentBG h3,.AccentBG a,.AccentBG a:visited, .AccentBG a:hover{
    color:white;
}
.AccentColor{
    color:rgba(112, 128, 154);
}
.Overlay{
    position:relative;
    color:white;
        padding: 80px 0px;
}
.Overlay:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(43, 0, 0, 0.66);
    z-index: 0;
}
.Overlay p,.Overlay h1,.Overlay h2,.Overlay h3{
    color:inherit;
}
[class*='Overlap-']{
    padding:40px;
    margin-top:10%;
    position:relative; 
    z-index:10;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.29);
    background-color: white;
}
.Overlap-Right{
    margin-right:-20%;
}
.Overlap-Left{
    margin-left:-20%;
}
.Overlap-Both{
    margin-left:-20%;
    margin-right:-20%;
    z-index:10;
}
[class*='BG-'] {
background-size:contain !important;
background-repeat: no-repeat !important;
}
.BG-Right {
background-position:top right !important;
}
.Circle {
    height: auto;
    overflow: hidden;
    border-radius: 50%;
    padding-bottom: 100%;
    position: relative;
    margin: auto;
    z-index: 1;
}
.Circle img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.WelcomeText {
    MARGIN: 50PX 20PX 0PX;
}
.ContentCard {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0px 15px 20px -5px rgba(0,0,0,.25);
    border-radius: 2px;
}
.ContentCard p{
    font-size:14px;
}
.ContentCard button{
    font-size:13px;
    margin-right:10px;
    margin-top:20px;
}
.ImgWrap {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: solid 1px #efefef;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    cursor: pointer;
    padding-bottom:100%;
}

.ImgWrap img{
    position: absolute;
    Margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
/*Top & Nav Styles*/
header{
    min-height:120px;
    padding:0px 0px;
	background-image: url(/media/1011/calltoactionbg.jpg);
}
.TopBar {
    background-color: rgba(255,255,255,.65);
    border-bottom: 1px solid white;
    text-align: right;
    padding: 4px 0px;
	position:relative;
}
.TopBar:after {
    content: "";
    display: block;
    border-top: 1px solid #d6d6d6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
}
.TopBar li {
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
	cursor:hand;
	position:relative;
}
.InfoDropdown {
    position: absolute;
    right: 0;
    background-color: white;
    margin-top: 10px;
    z-index: 20;
    width: 220px;
    padding: 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    transform: scaley(0);
    transform-origin: top;
    transition: all .2s ease;
}
.InfoDropdown p{
margin: 2px 0px;
}
.InfoDropdown.open {
    transform: scaley(1);
}
.MainNavWrap{
	border-top:1px solid white;
	-webkit-box-shadow: inset 0px 4px 6px 0px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 4px 6px 0px rgba(0,0,0,1);
    box-shadow: inset 0px 4px 6px 0px rgba(0,0,0,1);	
}
.MobileNav,
.MobileMenu {
    Display: none;
}
.MainNav{
   margin:0px;
}
.MainNav ul{
    text-align:center;
    width:100%;
}
.MainNav ul li{
    display:inline-block;
   padding:0px;
   margin:0px;
}
.MainNav ul li a,
.MainNav ul li span{
    padding:10px 25px;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:500;
    display: inherit;
}
.MainNav ul li a,
.MainNav ul li a:visited,
.MainNav ul li span{
    color:white;
}

.MainNav ul li a:hover,
.MainNav ul li.current a,
.MainNav ul li span:hover,
.MainNav ul li.current span,
 .MobileNav li a:hover,
 .MobileNav li span:hover{
    background-color:#d48700;
}
ul.SubNav {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    position: absolute;
    transition: opacity 0s,visibility 0s,height 0s, all .3s ease;
    background-color: #444;
    color: white;
    text-align: left;
    width: auto;
    z-index: -1;
}
:focus{
    outline:0;
}
.MainNav ul li:hover ul.SubNav,
.MobileNav ul li:hover > ul.SubNav {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 2;
    height: auto;
}
ul.SubNav li{
    display:block;
}
ul.SubNav li a,
ul.SubNav li:last-child a{
    padding:10px 20px;
    color:inherit !important;
}
ul.SubNav li a:hover {
background-color:#222;
}
.HeaderMain{
    padding:10px 0px;
    overflow:hidden;
}
.Brand {
    width: 100%;
    min-height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
 
}
.HeaderInfo{
    width:100%;
    background-color:#444;
    color:white;
    padding:7px 0px
}
ul.ContactList {
    text-align: right;
    margin-top:40px;
}
ul.ContactList li {
    display: inline-block;
    font-weight: normal;
    padding: 0px 20px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
.ContactList span {
    padding: 12px 10px;
    display: inline-block;
    background-color: rgba(0,0,0,.5);
    /* float: left; */
    margin-right: 10px;
}

.HeaderInfo a {
    font-weight:300;
}
.HeaderInfo a:hover {
color:#999;
}
.HeaderInfo p{
    font-size:14px;
    margin:0px;
    padding:0px;
}

/*Home Styles*/
.HomeSlider{
    padding-top:0px;
    padding-bottom:0px;
}
.carousel {
height:80vh;
}
.carousel-inner a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index:20;
}
.carousel-caption {
    left: 0;
    Top: 30%;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
   
}
.carousel .item:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,.1);
}
.HeroText {
        font-size: 72px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.81);
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    color: #ffffff;
    text-align: center;
    letter-spacing: 5px;
}
.HeroText p {
    font-size: 22px;
    padding: 25px;
    line-height: normal;
    margin: 20px auto;
    color: white;
    background-color: rgba(112, 128, 154, .8);
    width: 50%;
    font-weight: 700;
    letter-spacing: 0px;
}
.HeroText button{
    font-size:14px;
    line-height: normal;
    padding:15px 20px;
    text-transform:uppercase;
}
.carousel-indicators {
text-align:center;

}
.carousel-indicators .active{
background-color: #6a7892;
    border-color: #6a7892;
}
.MainBody{}
.MainBody p{
    font-size:16px;
    line-height:30px
}

ul.QuickLinks{
    text-align:center;
    text-transform:uppercase;
}
.QuickLinks h2 {

}
ul.QuickLinks li {
    max-width: 175px;
    display: inline-block;
    margin:10px 5%;
    vertical-align: top;
}
ul.QuickLinks li p {
    font-size:18px;
    font-weight:300;
    margin:5px auto 30px;
}
ul.QuickLinks .QuickLinkImage {
    width: 175px;
    height:175px;
    border-radius:50%;
    background-size:cover;
    background-position:center;
    margin: 0px auto;
}
div.QuickLinks{
    margin-top: -25px;
    margin-bottom: -35px;
    overflow:hidden;
}
div.QuickLinks [class*='col-'] {
    padding-left:10px;
    padding-right:10px;
}
div.QuickLinks .row {
    margin-left: 5px;
    margin-right: 5px;
}
div.QuickLinks .ImgWrap{
    margin-bottom:14px;
    padding-bottom:75%;
}
div.QuickLinks .ImgWrap img{
    -webkit-transition: transform 1.5s;
    -moz-transition: transform 1.5s ease;
    -ms-transition: transform 1.5s ease;
    -o-transition: transform 1.5s ease;
    transition: transform 1.5s ease;
}
div.QuickLinks .ImgWrap:hover img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
}
div.QuickLinks p {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    /* background-color: rgba(255,255,255,.5); */
    text-align: center;
    /* top: 15%; */
    /* margin-top: -35px; */
    font-size: 24px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 15px;
    margin: 0;
}
div.QuickLinks p span {
    color: white;
    font-weight: 300;
    letter-spacing: 2px;
    opacity:1;
    transition: ease-in-out opacity 1s;
}
div.QuickLinks .ImgWrap:hover p span {
    opacity:1;
    transition: ease-in-out opacity .2s;
}
.CallToAction{
    text-transform:uppercase;
    padding:80px 0px;
}
section.CallToAction[style*="background-image"]{
        background-repeat:repeat;
    background-size:auto;
}
.umb-grid .CallToAction .container{
    padding-top:0;
    padding-bottom:0;
}
.umb-grid .CallToAction h1{
    margin-top:.67em;
    font-weight:700;
    font-size:4rem;
    text-align:center;
}
.umb-grid .CallToAction p{
text-align:center;
}
.CallToAction button{
    text-transform:inherit;
    padding:10px 20px;
    margin-top:20px;
}
.CallToAction button a{
    color:white;
}
section.StellarSection {
    background-color: #33869d;
    color: black;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
}
.StellarSection .ContentCard img {
    width: 65%;
    display: block;
    margin-left: -10px;
}
.StellarSection .ContentCard button {
    background-color: #3e98ad;
}
.StellarSection .ContentCard button:hover {
    background-color:#358092;
}

/*Inner Page Styles*/
.PageTitle {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.PageTitle:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.PageTitle h1 {
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    font-size: 48px;
    padding: 150px 10px;
    color: white;
    text-shadow: 1px 1px 2px #000;
}

.umb-grid img {
width:100%;
margin-bottom: 14px;
}
.umb-grid .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.umb-grid h1{
    margin-top:-5px;
}
.TextBlock {
    padding: 0px 10px;
}
.TextBlock h1 {
    margin-top: 0px;
    padding-top: 0px;
}
.TextBlock p {
    line-height: 1.7em;
    font-size: 14px;
}
.ServiceEntry{    
    margin: 20px 0px;
}
.container .ServiceEntry:last-child {
    margin-bottom: 70px;
}
.flex-container {
    display: flex;
    display: flex;
    width: 100%;
    min-height: 450px;
}
.flex-item {
    width:50%;
    min-height: 450px;
}
.FlexImage {
width:100%;
min-height:450px;
background-repeat:no-repeat;
background-position:center;
background-size:cover;
}
.ServiceInfo{
    color:white;
    background-color:#2a676d;
    padding: 60px 5% 30px;
}
    .ServiceInfo p {
        text-align:justify;
    }
    .ServiceInfo h1 {
        margin-top:0px;
        text-align:center;  
        font-weight:300;
        margin-bottom:40px;
        text-transform:uppercase;
    }

.EmbedContainer iframe {
    pointer-events: none;
}
.ResourceList {
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
 .ResourceList button,
  .ResourceList .button {
    padding: 10px 40px;
    margin: 0px 5px;
    min-width: 150px;
    display: inline-block;
}
 .ResourceDetail button,
 .ResourceDetail .button {
    margin: 10px 0px 20px;
    display: inline-block;
    min-width: 200px;
}


inspector-stylesheet:1
.ResourceDetail img {
    margin-bottom: 15px;
}
 /* Stellar pages*/
 .DetailListWrap{
        padding-left:20px;
    }
    .DetailList li{
        margin-bottom:10px;
    }
    .DetailList li p{
        margin-top:0px;
        font-size:14px;
        line-height:1.5em;
    }
    li.Label{
        font-weight:bold;
        text-transform:uppercase;
        font-size:.75em;
        letter-spacing:2px;
        margin-bottom:0px;
    }
    .SliderWrap{
        border-right:1px solid #ddd;
        padding-right:35px;
    }
 .StellarCategory{
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 15px;
    border-bottom: 1px solid #aaa;
    letter-spacing: 3px;
    margin-top:0px;
}
 .StellarItem .ImgWrap:hover img {
    transform: scale(1.2) rotate(10deg);
}
.ImgIconWrap {
    line-height: 25px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    z-index: 10;
    font-size: 10px;
    color: white;
    background-color: #3e98ad;
    text-align: center;
    border-radius: 50%;
    padding-top: 7px;
    opacity: 0;
}
.ImgWrap:hover .ImgIconWrap {
    opacity: .5;
}
.ImgWrap:hover .ImgIconWrap:hover {
    opacity: 1;
}
.StellarItem p {
    margin-top: 0px;
    text-transform: capitalize;
    /* letter-spacing: 1px; */
    font-size: 14px;
    padding-left: 2px;
}
.StellarFilters{
    margin-bottom:30px;
    position:relative;
}
.StellarFilters select {
    padding: 5px;
    border: 1px solid #ddd;
    margin-right: 5px;
    width:100%;
    border-radius: 2px;
}
.StellarFilters label {
    display: block;

}
.StellarFilters .FieldGroup {
    display: INLINE-block;
    width: 25%;
    margin-right: 5px;
}
.flexslider {
    margin: 0 0;
}
.flex-direction-nav a {
    top: 46%;
}
#carousel .flex-direction-nav a {
    top: 41%;
    width: 30px;
    height: 30px;
}
.flex-direction-nav a:before {
    font-size: 30px;
}
#carousel .flex-direction-nav a:before {
    font-size: 24px;
}
.flexslider .slides p {
    padding-top: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    padding-left: 2px;
}
#carousel li{
    cursor:pointer;
}
.SimilarProduct{
    background-color:#f6f6f6;
        border-top: 1px solid #e6e6e6;
    padding:40px 0px;
    margin-top:50px;
}
.SampleRequestContainer {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
    padding: 30px;
    opacity:0;
    visibility:hidden;
    overflow-y: scroll;
        transition: all .5s ease-in-out;
    /* height: 100%; */
}
.open.SampleRequestContainer{
    opacity:1;
    visibility:visible;
}
.SampleRequestForm{
    max-width: 500px;
    margin: auto;
    padding: 20px;
    background-color: white;
        border-radius: 3px;
}
.RequestText{
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 20px 0px;
    margin-bottom: -30px;
}
.RequestText span {
    color: #e89606;
    font-size: 16px;
    line-height: 40px;
}
 /*End Stellar pages*/
/*Gallery Page Styles*/
.gallery-grid {
    margin-bottom: 60px;
}
 .grid-item{
    width: 33.333%;
    box-sizing: border-box;
    border: 5px solid #fff;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    }
    .grid-item img {
    width: 100%;
    display: block;

    }   
    .grid-item:hover img {
    transform: scale(1.2);
    }
    .GalleryCaption{
    background-color: rgba(0,0,0,.5);
    padding: 10px 10px;
    color: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: 200;
    text-transform: uppercase;
    font-size: 12px;
    }
    .grid-item:hover .GalleryCaption {
    opacity: 1;
}
    /* End Gallery Styles*/

/*Contact form Styles*/
.FieldGroup label {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    padding-top: 5px;
    display: block;
}
.FieldGroup input, .FieldGroup textarea{
    width:100%;
    margin:2px 0px;
    padding:8px;
    border: 1px solid #d1d1d1;
}
.FieldGroup input::placeholder, .FieldGroup textarea::placeholder{
    color:white;
}
.FieldGroup select {
    width: 100%;
    margin: 2px 0px;
    padding: 8px 8px 7px;
    border: 1px solid #d1d1d1;
}
.FieldGroup input{
    
}
.FieldGroup textarea{
    height:128px;
}
.FieldGroup input[type="submit"]{
    margin-top:8px;
    border:0px;
}
span.field-validation-error {
    display: block;
    background-color: #b33131;
    color: white;
    padding: 2px 5px;
    margin-top: -2px;
    margin-bottom: 2px;
}
.WarrantyForm{
    max-width:900px;
    margin:auto;
}
.WarrantyForm h3 {
    margin-bottom: 10px;
    margin-left: 7px;
    margin-top: 30px;
    border-bottom: 1px solid rgba(232, 150, 6, 0.46);
    padding: 5px 0px;
}
.WarrantySubmit{
    margin-top:30px;
}
.WarrantySubmit span{
    margin-top:10px;
    display:block;
    font-size:12px;
    font-style:italic;
}
.ContactInfo {
    margin-top:0px;
}
.ContactInfo li{
    margin:10px 0px;
}
.ContactInfo p {
    margin-top:0;
    margin-bottom:0;
    font-size:14px
}
.ContactInfo a,.ContactInfo a:visited {
        color: #e89606;
}
.FormSection{
    margin-top:-30px;
    margin-bottom:20px;
}
/*End Contact form Styles*/
/*Footer Styles*/
footer{
    margin:0px;
    text-align:center;
    padding-bottom:0px;
    color:#CCC;
    
}
Footer .container{
    background-position:center right;
    background-repeat:no-repeat;
    margin-top:-40px;
}
footer.DarkBG,
footer.DarkBG p{
    color:#ccc;
}
footer hr{
margin-bottom:45px;
}
footer h1{
    font-weight:300;
}
footer h1 a{
     font-weight:500;
     padding-left:50px;
}
footer h6{
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:12px;
    margin:15px 0px;
}
footer p{
    line-height:normal;

}
footer a, footer a:visited{
    color:#999;
    text-decoration:none;
    text-align:center;
}
footer a:hover, footer a:active{
    color:#ccc;
}
.AnkurLink{
    display:inline-block;
    padding:10px 30px;
    margin:20px 0px;
    font-size:18px;
    text-transform:uppercase;
    border-top:1px solid #404040;
}

footer .Brand{
margin-top:20px;
min-height:70px;
background-position:center;
}
.EndStatement{
    text-transform:none;
    font-size:13px;
    padding-right:30px;
    line-height:20px;
}
ul.FooterNav{
    text-align:center;
    margin:50px 0px 10px;
}
ul.FooterNav li{
    text-transform:uppercase;
    display:inline-block;

}
ul.FooterNav li a{
    padding:20px;
    font-size:16px;
    color:#999 !important;
}
ul.FooterNav li:hover a{
    color:#ccc !important;
}
p.follow {
    text-transform: uppercase;
}
p.follow span {
    border-top: 1px solid #444;
    min-width: 500px;
    display: inline-block;
    padding: 20px 20px 5px;
}
.SocialIcons {
    padding: 0 0 30px;
}
.SocialIcons li{
    border:0px solid white;
    width:20px;
    height:20px;
    border-radius:0;
    margin:0px auto;
    display:inline-block;
    text-align:left;
    margin-right:10px;
}
.SocialIcons li a{
    font-size: 22px;
    /*padding-top: 50%;
    margin-top: -13px;*/
    display: block;

}

.SocialIcons li:hover a{
    color:#d48700;
}

.SiteBy{
    background-color:#01090a;
    margin-top:30px;
    font-size:10px;
    text-align:left;
    padding:5px;
}   
.SiteBy p, .SiteBy a{
     color:rgba(255,255,255,.5);
     line-height:normal;
} 
.SiteBy a:hover{
     color:rgba(255,255,255,1)
} 
.SiteBy .SPS {
    float:right;
    text-align:right;
}
.AdTitleWrap {
    width: 100%;
    height: 85vh;
	min-height: 500px;
    background-color: #555;
    background-image: url(https://www.transparenttextures.com/patterns/mocha-grunge.png);
	position:relative;
	padding: 40px;
}
.AdTitle {
    MAX-WIDTH: 800PX;
    MARGIN: 20px auto;
    TEXT-ALIGN: CENTER;
    padding: 10px 20px;
    color: #333;
    background-color: rgba(255,255,255,.85);
	position:relative;
	z-index:10;
}
.AdTitle h1,.AdTitle h3{
color:inherit;
}
.AdTitle h1 {
    font-size: 5em;
    line-height: 1.2em;
	color:#70809a;
	margin:10px
}
.AdTitle h1:after {
    content: "";
    display: block;
    max-width: 200px;
    border-top: 1px solid #333;
    margin: 30px auto 0px;
}
.AdTitle h3 {
    font-size: 1.5em;
    font-weight: 400;
    text-transform: initial;
	padding:0px 20px;
}
.AdImage {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.AdImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.AdTitle button {
    margin-bottom: 30px;
    padding: 20px 40px;
    background-color: rgba(112, 128, 154, .9);
    border: 1px solid rgb(112, 128, 154);
    font-size: 2rem;
}
.AdVirtualTour{
	min-height: 500px;
    position: relative;
    color: white;
	background-size: cover;
    background-position: center;
}
.AdVirtualTour p{
text-align:center;

}
.VirtualTour{
	min-height: 500px;
    position: relative;
    color: white;
}
.VirtualTour p, .VirtualTour h1{
    color: inherit;
}
.TourText {
    background-color: #6a7892;
    padding: 60px 10px 30px 30px;
    margin: -40px 0px;
    min-height: 500px;
}
button.Tour {
    background-color: rgba(255,255,255,.75);
    padding: 30px;
    text-transform: uppercase;
    color: #222;
    font-size: 24px;
    margin-top: 150px;
}
section.VirtualTour:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.2);
    background: rgba(0,0,0,0.11);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.11) 61%, rgba(85,96,117,0.11) 65%, rgba(106,120,146,1) 66%, rgba(106,120,146,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(61%, rgba(0,0,0,0.11)), color-stop(65%, rgba(85,96,117,0.11)), color-stop(66%, rgba(106,120,146,1)), color-stop(100%, rgba(106,120,146,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.11) 61%, rgba(85,96,117,0.11) 65%, rgba(106,120,146,1) 66%, rgba(106,120,146,1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.11) 61%, rgba(85,96,117,0.11) 65%, rgba(106,120,146,1) 66%, rgba(106,120,146,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.11) 61%, rgba(85,96,117,0.11) 65%, rgba(106,120,146,1) 66%, rgba(106,120,146,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.11) 61%, rgba(85,96,117,0.11) 65%, rgba(106,120,146,1) 66%, rgba(106,120,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6a7892', GradientType=1 );
}
a.360Tour{
cursor:hand;	
}
#recaptchaErrorMessage {
    color: red;
}
.g-recaptcha {
    margin-top: 20px;
}
/*Member Login Styles*/
.MemberLogin {
    min-height: 400px;
    /* text-align: center; */
}

    .MemberLogin h3 {
        text-align: center;
    }

    .MemberLogin fieldset {
        padding: 30px;
        max-width: 600px;
        margin: auto;
    }

    .MemberLogin legend {
        font-size: 18px;
        padding: 0 10px;
        margin-left: -12px;
        text-transform: uppercase;
    }

    .MemberLogin input {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .MemberLogin button {
        min-width: 200px;
        margin: 10px auto;
        display: block;
    }
/*Member Login Styles*/

/*List Table Styles*/
.table-header {
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid;
    padding: 5px 0px;
    margin-bottom: 5px;
}

.table-row {
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}

    .table-row:hover {
        background-color: #eee;
    }
/*End List Table Styles*/
/*Print Sheet Styles*/
.WarrantyPrintSheet {
    padding: 0 20px;
}

    .WarrantyPrintSheet h1 button, .WarrantyPrintSheet h1 .button {
        font-size: 16px;
        float: right;
        padding: 0 20px;
        line-height: 40px;
        text-transform: uppercase;
    }

.PrintSection {
    width: 100%;
    border: 1px solid #ddd;
    margin: 20px 0;
    padding: 0 20px 20px;
}

button.icon-pencil {
    margin-right: 5px;
}

@page {
    margin-top: .1in;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

@media print {
    header, footer, .MemberLogin, .print-button, .button {
        display: none;
    }

    .PrintSection {
        margin: 10px 0;
    }
}
/*End Print Sheet Styles*/
#Samples, #Warranties {
    display: none;
}

    #Samples.showlist, #Warranties.showlist {
        display: block;
    }

.ListNav {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    margin-bottom: 20px;
}

    .ListNav li {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #ddd;
        margin-bottom: -1px;
        font-size: 14px;
        margin-right: 8px;
        cursor: pointer;
        background-color: white;
    }
        .ListNav li a {
            padding: 10px 20px;
            line-height: 40px;
        }
        .ListNav li.active {
            height: auto;
            border-color: #3e98ad;
            border-bottom: 1px solid white;
            color: #3e98ad;
            margin-bottom: -10px;
            font-weight: 500;
        }


.VideoFrame {
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
}
.VideoFrame iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.VideoHeight{
    height: 523px;
    padding: 60px 30px;	
}