*{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
 body{
     padding: 0px;
     margin: 0px;
     font-family: 'Roboto', sans-serif;
     color: #333;
     font-size: 16px;
     font-weight: 400;
}
/* links ---------------------------------------------------------------------- */
 a {
     outline: none;
     color: #b6037d;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 a:hover, a:focus {
     color: #FF6902;
}
 input, textarea, select, option {
     font-family: 'Roboto', sans-serif;
}
 ol, ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
}
 strong, b {
     font-weight: 700;
}
 p {
     margin: 0px;
     padding: 0px;
}
 table {
    /* tables still need 'cellspacing="0"' in the markup */
     border-collapse: separate;
     border-spacing: 0;
}
 caption, th, td {
     font-weight: normal;
     text-align: left;
}
 a img {
     border: 0;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
/* Base Type Styles Using Modular Scale ---------------------- */
 ::selection {
     color:#FFF;
     background-color:#daab79;
}
 ::-moz-selection {
     color:#FFF;
     background-color:#daab79;
}
 ::-webkit-scrollbar {
     width: 12px;
}
 ::-webkit-scrollbar-track {
     background:#323232;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 1px;
     background:#daab79;
}
 h1, h2, h3, h4, h5, h6 {
     font-style: normal;
     color: #FF6902;
     margin-bottom: 18px;
     margin-top: 0px;
     font-weight: 400;
}
 h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
     font-size: 60%;
     color: #FF6902;
     line-height: 0;
}
 h1 {
     font-size: 41px;
}
 h2 {
     font-size: 30px;
}
 h3 {
     font-size: 26px;
}
 h4 {
     font-size: 24px;
}
 h5 {
     font-size: 22px;
}
 h6 {
     font-size: 20px;
}
 hr {
     border: none;
     clear: both;
     margin: 20px 0 20px;
     height: 1px;
     overflow: hidden;
     padding: 0px;
     background: #dfdfdf;
     border-width: thin;
}
/* hr:after {
     content:".................................................................................................................";
     letter-spacing: 0px;
     Use letter-spacing to increase space between dots
}
*/
 img {
     border: none;
}
 .clear {
     clear: both;
}
 .left {
     float: left;
}
 .right {
     float: right;
}
/* Alignment */
 .alignleft {
     display: inline;
     float: left;
     margin-right: 15px;
}
 .alignright {
     display: inline;
     float: right;
     margin-left: 15px;
}
 .aligncenter {
     clear: both;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .PageContainer{
     width: 100%;
     height: auto;
     border-top: 14px #20536b solid;
}
 .HeaderContainer{
     position: absolute;
     left: 0px;
     right: 0px;
     top: 30px;
     z-index: 9;
}
 .HeaderContainerRight{
     text-align: right;
     padding-top: 37px;
}
 .HeaderContainer .header-phone-number{
     font-family: 'Roboto Condensed', sans-serif;
     font-size:32px;
     color: #FFF;
     display: block;
}
 .HeaderContainer .header-email{
     font-family: 'Roboto Condensed', sans-serif;
     color: #FFF;
     display: block;
}
 .HeaderContainer a{
     color: #FFF;
}
 .HeaderContainer .logo{
     max-width: 400px;
     height: auto;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .HeaderContainer .logo img{
     max-width: 100%;
     height: auto;
}
 .headermenu{
     margin-top: 37px;
}
 .headermenu span{
     cursor: pointer;
}
 .sidenav {
     height: 100%;
     width: 40%;
     position: fixed;
     z-index: 1;
     top: 0;
     left: 0;
     background-color: #0e415b;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 60px;
     z-index: 999;
}
 .sidenav a {
     padding: 15px 0px 15px 0px;
     text-decoration: none;
     font-size: 30px;
     color: #FFF;
     display: block;
     transition: 0.3s;
     font-weight: 400;
}
 .sidenav a:hover {
     color: #c49a6c;
}
 .sidenav .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
     margin-left: 50px;
}
 .sidenav .side-navigation{
     width: 70%;
     margin-left: auto;
     margin-right: auto;
}
 .sidenav .side-navigation h3{
     font-size: 55px;
     color: #FFF;
     font-weight: 300;
     border-bottom: 1px #FFF solid;
     padding-bottom: 15px;
}
 @media screen and (max-height: 450px) {
     .sidenav {
        padding-top: 15px;
    }
     .sidenav a {
        font-size: 18px;
    }
}
 .BannerContainer .flex-direction-nav .flex-next, .BannerContainer .flexslider:hover .flex-direction-nav .flex-next{
     right: 3%;
}
 .BannerContainer .flexslider .flex-direction-nav .flex-prev, .BannerContainer .flexslider:hover .flex-direction-nav .flex-prev{
     left: 3%;
}
 .BannerContainer .flexslider{
     padding: 0px;
     margin: 0px;
     border: 0px;
}
 .BannerContainer .flexslider .slides > li{
     height: 96%;
     height:96vh;
     background-size: cover;
     background-position: left left;
     position: relative;
}
 .BannerContainer .flexslider .slides > li .BannerTextCont{
     width: 100%;
     height: 100%;
     position: absolute;
     right: 0%;
     bottom: 0px;
     margin: 0px;
     border-radius: 0px;
}
 .BannerContainer .flexslider .slides > li .BannerTextCont img{
     max-width: 100%;
     height: auto;
     width: auto;
}
 .BannerContainer .flexslider .slides > li .BannerHeading{
     padding-bottom: 30px;
     border-bottom: 8px #1a5472 solid;
}
 .BannerContainer .flexslider .slides > li .panel-body{
     padding-left: 0px;
     padding-right: 0px;
     font-size: 16px;
     min-height: 110px;
     overflow-y: hidden;
     max-width: 980px;
     margin-left: auto;
     margin-right: auto;
     position: absolute;
     top: 50%;
     margin-top: -100px;
     left: 0px;
     right: 0px;
}
.BannerContainer .flexslider .slides > li .panel-body h1{
    font-size: 90px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
}
.BannerContainer .flexslider .slides > li .panel-body h1 span{
    color: #c49a6c;
    font-style: italic;
}
 .BannerContainer .flexslider .flex-control-nav{
     display: none;
}
 .BannerContainer .flex-direction-nav a{
     width: 44px;
     height: 83px;
}
 .BannerContainer .flex-direction-nav a:before, .BannerContainer .flex-direction-nav a:after{
     content: '';
     width: 44px;
     height: 83px;
     background-size: 44px;
}
 .BannerContainer .flex-direction-nav a:before{
     background-image: url(../images/arrow-left.png);
}
 .BannerContainer .flex-direction-nav a.flex-next:before{
     background-image: url(../images/arrow-right.png);
}
 .IndexUnderBanner{
     background-color: #1a5472;
     padding-top: 20px;
     padding-bottom: 20px;
}

 .IndexUnderBanner p{
     color: #FFF;
     font-size: 18px;
}

.IndexUnderBanner .panel-body{
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 110px;
    background: url(../images/quote-left.png) no-repeat left 20px;
}

.IndexUnderBanner .panel-body .quote-text{
     padding-top: 20px;
}

.IndexUnderBanner .panel-body .text-author{
    color: #FFF;
    border-left: 1px #FFF solid;
    height: 100px;
    padding-top: 40px;
}



 .index-video-section{
     padding-top: 100px;
     padding-bottom: 50px;
}
 .index-video-section .panel{
     box-shadow: none;
}
 .index-video-section .panel-heading{
    border-bottom: 0px;
     padding-left: 110px;
     background: url(../images/index-video-heading-bg.png) no-repeat left;
}
 .index-video-section .panel-title{
     font-size: 35px;
     color: #5d5140;
     text-transform: uppercase;
     font-weight: 700;
     margin-bottom: 10px;
}
.index-video-section .panel-body{
    padding-left: 110px;
}
 .index-video-section .panel h4{
     font-size: 25px;
     font-weight: 300;
     color: #121212;
     text-transform: uppercase;
}
 .index-video-section .panel hr{
     width: 180px;
     height: 3px;
     background-color: #1a5472;
}
 .index-video-section .panel-body p{
     padding-bottom: 40px;
     font-size: 18px;
     color: #555555;
     font-weight: 400;
}
.index-video-section .panel-body p:last-child{
    padding-bottom: 0px;
}
 .index-video-section .panel-body .btn-default{
     background-color: #c49a6c;
     border: 0px;
     border-radius: 0px;
     padding: 15px 20px;
     font-size: 18px;
     color: #FFF;
}
 .index-video-section .panel-body .btn-default:hover{
     background-color: #1a5472;
}
.index-video-item img{
     width: 100%;
     height: auto;
}
.index-video-item {
    position: relative;
    width: 100%;
    height: 350px;
}

.index-video-item iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}



.index-whyus-section{
     padding-top: 50px;
     padding-bottom: 50px;
    border-top: 3px #1a5472 solid;
}
 .index-whyus-section .panel{
     box-shadow: none;
}
 .index-whyus-section .panel-heading{
    border-bottom: 0px;
     padding-left: 110px;
     background: url(../images/index-video-heading-bg.png) no-repeat left;
}
 .index-whyus-section .panel-title{
     font-size: 35px;
     color: #5d5140;
     text-transform: uppercase;
     font-weight: 700;
     margin-bottom: 10px;
}

.whyus-items-content{
    padding-top: 50px;
}

.whyus-items{
    padding-bottom: 25px;
    max-width: 316px;
}

.whyus-items .whyus-items-number {
  -ms-transform: skew(-20deg); /* IE 9 */
  -webkit-transform: skew(-20deg); /* Safari */
  transform: skew(-20deg); /* Standard syntax */
    width: 78px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.whyus-items .whyus-items-number span{
   width: 78px;
    height: 90px;
     -ms-transform: skew(20deg); /* IE 9 */
  -webkit-transform: skew(20deg); /* Safari */
  transform: skew(20deg); /* Standard syntax */
    display: block;
    font-size: 58px;
    text-align: center;
    font-weight: 700;
    line-height: 90px;
}

.whyus-items.bluebg .whyus-items-number{
    background-color: #1a5472;
}
.whyus-items.yellowbg .whyus-items-number{
     background-color: #c49a6c;
}
.whyus-items.bluebg .whyus-items-number span{
    color: #c49a6c;
}
.whyus-items.yellowbg .whyus-items-number span{
    color: #1a5472;
}



.whyus-items .whyus-items-icon{
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.whyus-items .whyus-items-icon img{
    width: 90px;
    height: auto;
}

.whyus-items .whyus-items-text{
    font-size: 18px;
    color: #555555;
    margin-top: 20px;
}

 .index-gallery{
/*   padding-top: 60px;*/
     padding-bottom: 0px;
}
 .index-gallery .padding-none{
     padding-left: 0px;
     padding-right: 0px;
}
 .index-gallery h2{
     color: #c49a6c;
     font-size: 35px;
     letter-spacing: .02em;
     text-transform: uppercase;
     font-weight: 700;
}
 .index-gallery h2 img{
     max-width: 80px;
     height: auto;
}
 .index-gallery h2 span{
     display: inline-block;
     margin-left: 10px;
}
 .index-gallery img{
     width: 100%;
     height: auto;
}
.index-gallery hr{
    height: 5px;
    background-color: #1a5472;
}
 .index-gallery .flexslider {
     padding: 0px;
     margin: 0px;
     border: 0px;
}
 .index-gallery .flexslider .flex-control-nav{
     display: none;
}
 .index-gallery .flex-direction-nav a{
     width: 44px;
     height: 83px;
}
 .index-gallery .flex-direction-nav a:before, .BannerContainer .flex-direction-nav a:after{
     content: '';
     width: 44px;
     height: 83px;
     background-size: 44px;
}
 .index-gallery .flex-direction-nav a:before{
     background-image: url(../images/arrow-left.png);
}
 .index-gallery .flex-direction-nav a.flex-next:before{
     background-image: url(../images/arrow-right.png);
}
 .index-gallery .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next{
     right: 3%;
}
 .index-gallery .flexslider .flex-direction-nav .flex-prev, .index-gallery .flexslider:hover .flex-direction-nav .flex-prev{
     left: 3%;
}

.index-gallery .flexslider .slides > li{
    position: relative;
}

.index-gallery .flexslider .slides > li .index-gallery-slidertext{
    position: absolute;
    width: 47%;
    background: rgba(0,0,0,.35);
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 9;
}

.index-gallery .flexslider .slides > li .index-gallery-slidertext .panel-body{
/*    width: 55%;*/
    padding: 15% 10% 0 36%;
    font-size: 20px;
    color: #FFF;
}

.index-gallery .flexslider .slides > li .index-gallery-slidertext .panel-body p{
    margin-bottom: 25px;
}



 .FooterContainer{
     border-top: 10px #c49a6c solid;
     background-color: #1a5472;
}
 .FooterContainer h2{
     font-size: 35px;
     text-transform: uppercase;
     color: #FFF;
     letter-spacing: .02em;
}
 .FooterContainer .footer-left{
     padding-top: 60px;
}
 .FooterContainer .footer-navigation{
     padding-bottom: 20px;
}
 .FooterContainer .footer-navigation ul li a{
     font-family: 'Roboto Condensed', sans-serif;
     font-size: 18px;
     letter-spacing: .03em;
     color: #FFF;
     padding-bottom: 5px;
     padding-top: 5px;
     display: block;
}
 .FooterContainer .footer-navigation ul li a:hover{
     color: #c49a6c;
     text-decoration: none;
}
 .FooterContainer .footer-contact{
     padding-bottom: 20px;
}
 .FooterContainer .footer-contact .panel-body{
     font-family: 'Roboto Condensed', sans-serif;
     font-size: 20px;
     color: #FFF;
}
 .FooterContainer .footer-contact .panel-body p{
     margin-bottom: 25px;
}
 .FooterContainer .footer-contact .panel-body a{
     color: #FFF;
}
 .FooterContainer .footer-contact .panel-body a:hover{
     color: #c49a6c;
}
.FooterContainer h3{
    color: #c49a6c;
    font-size: 18px;
    letter-spacing: .06em;
}

 .CopyrightSection{
     background-color: #154e6b;
     padding-top: 45px;
     padding-bottom: 45px;
     border-top: 1px #6997af solid;
}
 .CopyrightSection p{
     color: #6997af;
     font-size: 18px;
     letter-spacing: .06em;
}
.CopyrightSection p a{
     color: #6997af;
}

/*InnerBannerContainer*/

.InnerBannerContainer{
    padding-top: 250px;
    padding-bottom: 60px;
    background-color: #333;
    background-size: cover;
}

.InnerBannerContainer h1{
    text-align: center;
    font-size: 90px;
    color: #FFF;
    font-weight: 700;
}


.InnerBodyContainer{
    padding-top: 70px;
    padding-bottom: 70px;
}

 .InnerBodyContainer .panel-heading{
     border-bottom: 3px #1a5472 solid;
     padding-left: 110px;
     background: url(../images/index-video-heading-bg.png) no-repeat left;
}
 .InnerBodyContainer .panel-title{
     font-size: 35px;
     color: #5d5140;
     text-transform: uppercase;
     font-weight: 700;
     margin-bottom: 10px;
     padding-bottom: 20px;
     padding-top: 20px;
}


.InnerBodyContainer .InnerPhotogallery{
    padding-top: 30px;
}

.InnerBodyContainer .InnerPhotogalleryTopText{
    font-size: 18px;
    color: #555555;
    font-weight: 700;
}

.InnerBodyContainer .InnerTextCV{
    font-size: 18px;
    color: #555555;
    font-weight: 700;
}


.InnerPhotogalleryItems{
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.InnerPhotogalleryItem{
    padding-bottom: 50px;
}

.InnerPhotogalleryItem .img-thumbnail{
    border: 0px;
    padding: 0px;
}

.InnerPhotogalleryItem h5{
    padding-top: 25px;
    padding-bottom: 25px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    color: #1a5472;
    font-size:25px;
    text-transform: uppercase;
    font-weight: 700;
}




.businessliving_cont_text{
	 padding-top: 80px;
     padding-bottom:80px;
    background-color: #1a5472;
}
.businessliving_cont_text p{
	font-size:18px;
	font-weight:700;
	line-height:25px;
	color:#fff;
}
.FeatureStoryContainer {
     padding-top: 50px;
     padding-bottom: 130px;
    background-color: #1a5472;

}
 .FeatureStoryContainer .panel{
     box-shadow: none;
     background-color: transparent;
     color: #FFF;
}
 .FeatureStoryContainer .panel-heading{
    border-bottom: 0px;
     padding-left: 110px;
     background: url(../images/FeatureStoryHeadingicon.png) no-repeat left;
}
 .FeatureStoryContainer .panel-title{
     font-size: 32px;
     color: #c49a6c;
     text-transform: uppercase;
     font-weight: 700;
     margin-bottom: 10px;
}
.FeatureStoryContainer .panel-body{
    padding: 0px;
    background-color: transparent;
}
 .FeatureStoryContainer .panel-heading h4{
     font-size: 25px;
     font-weight: 300;
     color: #FFF;
     text-transform: uppercase;
}
 .FeatureStoryContainer hr{
     margin: 0px ;
     padding: 0px ;
     margin-bottom: 50px;
     height: 3px;
     background-color: #ffffff;
}
 .FeatureStoryContainer .panel-body p{
     padding-bottom: 40px;
     font-size: 18px;
     color: #FFF;
     font-weight: 400;
}
.FeatureStoryContainer .panel-body p:last-child{
    padding-bottom: 0px;
}
 .FeatureStoryContainer .panel-body .btn-default{
     background-color: #c49a6c;
     border: 0px;
     border-radius: 0px;
     padding: 15px 20px;
     font-size: 18px;
     color: #FFF;
}
 .FeatureStoryContainer .panel-body .btn-default:hover{
     background-color: #1a5472;
}


.FeatureStoryVideoPanel{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #f3e9dd;
}

.FeatureStoryVideoPanel .container-fluid{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.FeatureStoryVideoPanel .FeatureStoryVideoItem{
    height: 450px;
    position: relative;
}

.FeatureStoryVideoPanel .FeatureStoryVideoItem img{
    max-width: 100%;
    height: auto;
}

.FeatureStoryVideoPanel .FeatureStoryVideoItem iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}


.NewFrontierLocation{
    height: 500px;
    position: relative;
    background-color: #f2f1f0;
}

.NewFrontierLocation iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}
.cv-video-item{
    margin-top: 100px;
}




.VideoRightcont{
    max-width: 580px;
}

.HeritageContainerImage {
    margin-top: 50px;
}

.HeritageContainerImage img{
    width: 100%;
    height: auto;
}

.HeritageContainerText{
    padding: 50px 30px;
    background-color: #c49a6c;
    margin-top: -110px;
    z-index: 2;
    position: relative;
}


.HeritageContainerText p{
    font-size: 18px;
    color: #FFF;
}
.InnerBodyContainer .Heritage-title1{
    margin-bottom: 0px;
}
.InnerBodyContainer .panel-sub-title{
    font-size: 25px;
     font-weight: 300;
     color: #000;
     text-transform: uppercase;
}


.VideoLeftcont{
    max-width: 580px;
    margin-left: auto;
    padding-top: 30px;
}

.Videoheritage2cont{
    padding-top: 75px;
}
.Videoheritage2cont .index-video-item{
    height: 260px;
}



.contact_partcont{
	padding:60px 0;
}

.contact_info{
}
.contact_info h2{
	font-weight:700;
	font-size:35px;
	color:#5d5140;
	text-transform:uppercase;
	position:relative;
	padding-left:100px;
	padding-bottom:40px;
	border-bottom:3px solid #1a5472;
	margin-bottom:45px;
}
.contact_info h2:before{
	content:'';
	position:absolute;
	top:-15px;
	left:0;
	width:83px;
	height:75px;
	background:url(../images/heading_map.png) no-repeat center left;
	background-size:100%;
}
.contact_info p{
	font-size:20px;
	line-height:30px;
	font-weight:700;
	color:#5d5140;
	margin-bottom:20px;
}
.contact_info p a{
	color:#1a5472;
}
.contact_info p a.spl{
	color:#5d5140;
	text-decoration:underline;
}



.contact_formcont h3{
	font-weight:700;
	font-size:25px;
	color:#5d5140;
	text-transform:uppercase;
	margin-bottom:45px;
}
.contact_formcont .form-group{
	margin-bottom:8px;
}
.contact_formcont .form-control{
	background:#eeeeee;
	height:52px;
	color:#898989;
	font-size:18px;
	font-weight:400;
	border:1px solid #cccccc;
	border-radius:0px;
	padding:0 15px;
}
.contact_formcont textarea{
	background:#eeeeee;
	width:100%;
	height:132px;
	color:#898989;
	font-size:18px;
	font-weight:400;
	border:1px solid #cccccc;
	border-radius:0px;
	padding:15px;
}

.contact_formcont button {
    background-color: #c49a6c;
    border: 0px;
    border-radius: 0px;
    width:140px;
	height:58px;
    font-size: 18px;
    color: #FFF;
	display:inline-block;
	margin-left:auto;
	margin-top:10px;
    max-width: 100%;
}

.whyus-items-content{
    display: flex;
    flex-wrap: wrap;
}




.businessliving_videoslider{
	padding-top:80px;
	padding-bottom:80px;
	text-align:center;
	background:#f3e9dd;
}
.businessliving_videoslider h2{
	font-size:35px;
	font-weight:700;
	color:#5d5140;
	margin-bottom:35px;
}
.businessliving_videoslider .flexslider{
	max-width:800px;
	margin:0 auto;
	width:100%;
}

.businessliving_videoslider .index-gallery .flexslider .flex-direction-nav .flex-prev,.businessliving_videoslider .index-gallery .flexslider:hover .flex-direction-nav .flex-prev{
	left:-15%;

}
.businessliving_videoslider .index-gallery .flexslider .flex-direction-nav .flex-next,.businessliving_videoslider .index-gallery .flexslider:hover .flex-direction-nav .flex-next{
	right:-15%;
}
.businessliving_videoslider .index-gallery .flex-direction-nav a:before {
    background-image:url(../images/arrowgrey-left.png);
}
.index-gallery .flex-direction-nav a.flex-next:before {
    background-image: url(../images/arrowgrey-right.png);
}

.Living-video-item{
	height:455px;
	overflow:hidden;
	position:relative;
}


.Living-video-item img{
	width:100%;
	height:auto;
}

.Living-video-item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}
