/*Global Styles*/
.DisplayNone{display:none;}
body{margin:0px;color:#555;}
body, p, h1, h2, h3, h4, h5{
    font-family:'Montserrat','open_sans', sans-serif ;
}
h1, h2, h3, h4, h5{
    color:#555;
    text-transform:uppercase;
}
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{
    color:#000;
    text-decoration: none;
}

button, 
.Button,
input[type="submit"]{
    color:White;
    background-color:#c52e2e;
    border:0px;
}
button a, 
.Button a{
    color:White;
}
button:hover, .Button:hover,
input[type="submit"]:hover{
    background-color:#af2828;
}
button, 
.Button{
        padding:10px;
}
ul{
    Margin:0px;
    padding:0px;
}
ul li{
    list-style-type: none;
}
ul li a{
    color:inherit;  
}
.grid-section ul li {
    list-style: initial;
	margin-left: 1em;
}
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;
}
.text-center{
    text-align:center;
}
.container{
    max-width:1200px;
    margin:0px auto;
    padding:0px 15px;
}
.header,section,footer{
    width:100%;
    padding:40px 0px;
}
section p{
    line-height:1.8em;
    font-size:16px;
}
section[style*="background-image"]{
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.RepeatBG {
    background-repeat: repeat !important;
    background-size: auto !important;
    background-position: center;
}
.DarkBG{
    background-color:#121212;
    color:white;
}
.DarkBG p,.DarkBG h1,.DarkBG h2,.DarkBG h3{
    color:white;
}
.LightBG{
    background-color:#fff;
    color:inherit;
}
.LightBG p,.LightBG h1,.LightBG h2,.LightBG h3{
    color:inherit;
}
.AccentBG{
    background-color:#c52e2e;
    color:white;
}
.AccentBG p,.AccentBG h1,.AccentBG h2,.AccentBG h3{
    color:white;
}
.AccentColor{
    color:#c52e2e;
}
.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);
}
.Overlap-Right{
    margin-right:-20%;
}
.Overlap-Left{
    margin-left:-20%;
}
.Overlap-Both{
    margin-left:-20%;
    margin-right:-20%;
    z-index:10;
}
.ImgWrap {
    overflow: hidden;
    position: relative;
    display: inline-block;
    -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;
}
.flex-row {
    display: flex;
    flex-flow: row wrap;
    margin-left: -7px;
    margin-right: -7px;
}
.flex-row [class*="col-"]{
    display: flex;
    flex-flow: column wrap;
}
/*Top & Nav Styles*/
header{
    min-height:120px;
    padding:0px 0px;
}
.MobileNav,
.MobileMenu{
    Display:none;
}
.MainNav {
    margin-top: 0px;
    background-color: #f9c301;
    color:white;
}
.MainNav ul{
    text-align:center;
    width:100%;
    font-size:0;
}
.MainNav ul li{
    display:inline-block;
   padding:0px;
   margin:0px;
   position:relative;
}
.MainNav ul li a,
.MainNav ul li span{
    padding:10px 25px;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:500;
    color:inherit;
    display:inherit;
    cursor:pointer;
}
.MainNav ul li:last-child a,
.MainNav ul li:last-child span{
    padding:10px 25px 10px 25px;
}
    .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: rgba(255,255,255,.3);
    }
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: 1;
    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: 15px 0px;
    display: inline-block;
    width: 100%;
    background-image: url(../assets/CALACATTA_SLENDER__BG.jpg);
    position:relative;
}
.HeaderMain:before {
    content: ""; 
    background-color: rgba(255,255,255,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
    .HeaderMain p {
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        color: #444;
        margin-top: 5PX;
    }
.Brand {
    width: 100%;
    min-height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
 
}
.HeaderInfo{
    width:100%;
    background-color:#444;
    color:white;
    padding:7px 0px
}
ul.ContactList {
    text-align: right;
}
ul.ContactList li {
    display: inline-block;
    font-weight: normal;
    padding: 0px 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.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;
}
.HomeSlider .carousel {
height:65vh;
min-height: 500px;
}
.HomeSlider .carousel-inner a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index:20;
}
.HomeSlider .carousel-caption {
    left: 0;
    Bottom: 10%;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
   
}
.HeroText {
    font-size: 58px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    width: 100%;
    text-transform:uppercase;
    font-weight:700;
    line-height:1em;
    color:white;
}
.HeroText p {
    font-size: 34px;
    padding:0px;
    line-height: normal;
    margin:5px 0px 20px;
    color:inherit;
}
.HeroText button{
    font-size:14px;
    line-height: normal;
    padding:15px 20px;
    text-transform:uppercase;
}
.carousel-indicators {
left:auto;
right:20%;
width:auto;

}
.carousel-indicators .active{
    background-color: #b71d18;
    border-color: #b71d18;
}
.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{

}
div.QuickLinks .ImgWrap{
    margin-bottom:14px;
    padding-bottom:50%;
}
div.QuickLinks .QuickLinkImage{
    position: absolute;
    Margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 200px;
    width: 100%;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
div.QuickLinks p{
position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    padding: 15px; 
    text-align: center;
    bottom: 0;
    margin: 0;
    font-size: 24px;
    color: white;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: ease-in-out opacity 1s;
    -moz-transition: ease-in-out opacity 1s;
    -ms-transition: ease-in-out opacity 1s;
    -o-transition: ease-in-out opacity 1s;
    transition: ease-in-out opacity 1s;
    opacity:1;
}

div.QuickLinks .ImgWrap:hover p {
    opacity:1;
    -webkit-transition: ease-in-out opacity .2s;
    -moz-transition: ease-in-out opacity .2s;
    -ms-transition: ease-in-out opacity .2s;
    -o-transition: ease-in-out opacity .2s;
    transition: ease-in-out opacity .2s;
}
.CallToAction{
    text-transform:uppercase;
}
section.CallToAction[style*="background-image"]{
        background-repeat:repeat;
    background-size:auto;
}
.umb-grid .CallToAction .container{
    padding-top:20px;
    padding-bottom:20px;
}
.umb-grid .CallToAction h1{
    margin-top:.67em;
    font-weight:700;
}
.CallToAction button {
    float: right;
    text-transform: inherit;
    padding: 10px 20px;
    margin-top: 5px;
}
.CallToAction button a{
    color:white;
}
.TestimonialSlider .carousel {
min-height: 220px;
}
.TestimonialSlider .carousel,
.TestimonialSlider .item, 
.TestimonialSlider  .carousel-inner {
height:auto;
}
.TestimonialBlock {
    padding: 0px 15%;
}
.TestimonialBlock .ImgWrap {
    padding-bottom: 100%;
    border-radius: 50%;
    margin-top: 20px;
}
.TestimonialSlider h1 {
    position: relative;
    font-weight: 300;
    text-align: center;
    margin-top:0px;
}
.TestimonialBlock span[class*="icon-"] {
    font-size: 64px;
    padding-top: 20px;
    display: block;
    text-align:center;
}
.TestimonialText{
padding-left:30px;
color:rgba(255,255,255,.9)
}
.TestimonialText p{
}
.TestimonialText h4{
color:inherit;
}
.TestimonialSlider .carousel-indicators {
    width: 60%;
    left: 50%;
    margin-left: -30%;
    right: auto;
    bottom: -40px;
}
.TestimonialSlider .carousel-indicators li{
    width:30px;
    height:3px;
    border:0px;
    border-radius:0px;
    background-color:white;
}
.TestimonialSlider .carousel-indicators .active {
    margin: 1px;
    width: 30px;
    height: 3px;
    background-color:#c52e2e;
}
.carousel-control.left,.carousel-control.right {
    background:none;
}
.LocationList {
    background-image: url(../assets/CALACATTA_SLENDER__BG.jpg);
    background-color: transparent;
}

.LocationList .ImgWrap {
    padding-bottom: 63%;
}
.LocationList .LocationInfo {
    color: white;
    background-color: #333;
    padding: 20px;
}
.LocationList .flex-row .LocationInfo {
    flex-grow: 1;
}
.LocationInfo h3 {
    font-weight: 400;
    font-size: 24px;
    margin: 5px 0;
}

.LocationInfo li,
.LocationInfo p {
    font-size: 14px;
    line-height: 1.3em;
}

.LocationInfo a {
    display: block;
    margin-top: -14px;
    margin-bottom: 14px;
}
.LocMapList .row {
padding-bottom:50px;
}
.LocMapList .ImgWrap {
    padding-bottom: 62%;
}
/*Inner Page Styles*/
.PageTitle {
    background-color: #b71d18;
}
.PageTitle h1 {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: Left;
    margin: 0px;
    font-size: 24px;
    padding: 25px 0px;
    color:white;
}

.umb-grid img {
width:100%;
margin-bottom: 14px;
}
.umb-grid .container {
    padding-top: 40px;
    padding-bottom: 50px;
}
.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: 40px 0px 0px;
    padding:0px 0px 40px;
    overflow:hidden;
    border-bottom:1px solid #ddd;
}
.flex-container {
    display: -webkit-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{
    padding: 0px 5% 30px;
}
    .ServiceInfo p {
        text-align:justify;
    }
    .ServiceInfo h1 {
        margin-top:0px;
        text-align:left;  
        margin-bottom:20px;
        text-transform:uppercase;
    }

.Teaser{}
.TeaserInfo {
    padding: 20px;
    background-color: white;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition:all .1S ease-in-out;
}
.TeaserInfo h1{
    margin:0px;
}
.TeaserInfo p{
   
}
.Teaser .ImgWrap {
    padding-bottom: 68%;
}

.Teaser a:hover .TeaserInfo{
    color:white;
    background-color:#c52e2e;
    border: 1px solid #c52e2e;
}
.Teaser a:hover img{
    transform:scale(1.2);
}
.EmbedContainer iframe {
 pointer-events: none;
}
.TestimonialEntry{
    border-bottom:1px solid #ddd;
    padding:30px 0px;
    position:relative;
    overflow:hidden;
}
section .container .row:last-child .TestimonialEntry{
    border-bottom:0px;
    margin-bottom:30px;
}
.TestimonialEntry .TestimonialText{
    color:rgba(0,0,0,.75);
}
.TestimonialEntry .ImgWrap {
    border-radius: 50%;
    padding-bottom: 100%;
    margin-top: 10px;
}
.TestimonialEntry span[class*="icon-"] {
    font-size: 72px;
    padding-top: 20px;
    display: block;
    text-align:center;
    opacity:.7
}
.PhotoStream {
    background-color: #444;
    padding: 0;
}
.PhotoStream [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}
.PhotoStream .ImgWrap {
    padding-bottom: 79%;
    margin-bottom: -1px;
}
.PhotoStream .ImgWrap:before {
    content: "";
    background-color: rgba(0,0,0,.25);
    background-size: auto;
    background-repeat: repeat;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.StreamText {
    padding: 20px;
    overflow: hidden;
    font-size: 14px;
    color:white;
    position:absolute;
    overflow-y:auto;
}
.StreamText h2 {
    font-size: 18px;
    margin: 0px;
    color:inherit;
}
.StreamText p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 10px;
    color:inherit;
}
/*Contact form Styles*/
.FieldGroup label{
    display:block;
}
.FieldGroup input, .FieldGroup select, .FieldGroup textarea {
    width: 100%;
    margin: 5px 0px;
    padding: 8px;
    border: 1px solid #ddd;
}
.FieldGroup input{
    
}
.FieldGroup select {
    padding:8px 8px 7px;
}
.FieldGroup textarea {
    height: 128px;
}
.FieldGroup input[type="submit"]{
    margin-top:8px;
}
.field-validation-error {
    background-color: #8a2121;
    display: block;
    color: white;
    padding: 2px 6px;
    margin-top: -5px;
    margin-bottom: 2px;
    font-size: 12px;
    text-transform: uppercase;
}
.ContactInfo {
    margin-top:0px;
}
.ContactInfo li{
    margin:10px 0px;
}
.ContactInfo p {
    margin-top:0;
    margin-bottom:0;
}
.ContactInfo a {

}
/*End Contact form Styles*/
/*Gallery Page Styles*/

 .grid-item{
    width: 50%;
    box-sizing: border-box;
    border: 10px 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*/
/*Footer Styles*/
footer{
    margin:0px;
    text-align:left;
    color:#CCC;
}
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:#ccc;
    text-decoration:none;
}
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 {
    width: 50%;
    float: left;
    font-size: 0px;
}
ul.FooterNav li{
    text-transform: none;
    display: inline-block;
    font-size: 12px;
}
ul.FooterNav li a{
        padding: 7px 5px;
    font-size: inherit;
    display: block;
    text-transform: uppercase;
}
ul.FooterNav li:first-child a {
    padding-left: 0px;
}
ul.FooterNav li a:before {
    content: "|";
    padding-right: 6px;
}
ul.FooterNav li:first-child a:before {
    content: "";
    padding: 0;
}
ul.FooterNav li:hover a{
    color:#ccc;
}
footer .LocationInfo {
    text-align: center;
    margin-bottom: 30px;
}
.SocialIcons{
    margin-top: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:#c52e2e;
}

.SiteBy{
    background-color:#01090a;
    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;
}
.Has-SubNav i {
    display: none;
}
@media only screen and (max-width: 991px) {
    .Has-SubNav i {
        display: inline-block;
        width: 10%;
        line-height: 44px;
        text-align: center;
        margin: auto;
        border-left: 1px solid rgba(0, 0, 0, .15);
        font-size: 16px;
    }
    .Has-Subnav span {
        width: 89%;
        display: inline-block;
    }
    .MobileNav li.Has-Subnav {
        display: inline-block;
        width: 100%;
    }
    .MainNav ul li:hover ul.SubNav, .MobileNav ul li:hover > ul.SubNav {
        visibility: hidden;
        opacity: 0;
        transform: scaleY(0);
        z-index: 0;
        height: 0;
    }
    .MobileNav ul li.Has-Subnav.Opened ul.SubNav{
        visibility: visible !important;
        opacity: 1  !important;
        transform: scaleY(1)  !important;
        z-index: 1  !important;
        height: auto  !important;
    }
}

