@charset "utf-8";
/* CSS Document */

/*---1. default reset css---*/
/*---2. default font-size,font-family,font-color,line-height,bgcolor---*/
/*---3. Wrappers(containers)---*/
/*---4. Container Fonts---*/
/*---5. TopHeader css---*/
/*---6. Header---*/
/*---7. Footer css---*/
	/*---7.1 social icons---*/
	/*---7.2 FooterLinks,copy,developedby---*/
/*---8. contact map---*/
/*---9. grop ClearBoth---*/



/*---1. default reset css---*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol{
	list-style:decimal;
	margin-left:30px;		
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


/*---2.default font-size,font-family,font-color,line-height,bgcolor---*/

body{
	background:#fff;
	font-family: 'montserratlight';
	color:#333;
	font-size:15px !important;
	line-height:25px;

}

/*---3. Wrappers(containers)---*/
.MainWrapper {
	margin: 0 auto;
	padding: 0;
	width:1200px;
}
.TopMainWrapper {
	width:1200px;
	margin:0 auto;	
}
.IdxContainWrapper {
	width:1200px;
	margin:0 auto;
	padding:40px 0;
}
.InnerContainWrapper {
	width:1200px;
	margin:0 auto;
	padding:40px 0;
}

/*---4.Container Fonts---*/

.InnerContainWrapper h1 {
	font-size:30px; font-weight:normal;line-height:40px
}
.InnerContainWrapper h2 {
	font-size:28px; font-weight:normal;line-height:40px;
}
.InnerContainWrapper h3 {
	font-size:24px; font-weight:normal;line-height:34px;
}
.InnerContainWrapper h4 {
	font-size:22px; font-weight:normal;line-height:34px;
}
.InnerContainWrapper h5 {
	font-size:18px; font-weight:normal;line-height:28px;
}
.InnerContainWrapper h6 {
	font-size:16px; font-weight:normal;line-height:26px;
}

/*---5. TopHeader css---*/
#my-video {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}
.Logo {
	float:left;
	width:164px;
	padding:2px 0;	
	padding-top: 2px !important;
}
.LogoCenter {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-82px;
	z-index:100;
	width:164px;	
}
.Logo a ,.LogoCenter a {
	display:block;
	width:164px;
	height:129px;
	background:url(../images/imgs/langstone-black-header-logo.jpg) no-repeat left top;
	text-indent:-999999px;
	background-size:100%;
}
.TopMainRight {
	float:right;
	padding:30px 0 0 0;	
}
.TopBar {
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
}
.TopHeader .PhoneImg {
	float:left;
	padding:3.5px 0;
}
.PhoneImg {
    color: #000;
    font-size: 21px;
    line-height: 30px;
    font-family: 'montserratbold';
}
.PhoneImg i {
    width: 18px;
    height: 18px;
    background-color: transparent;
    color: #ff7800;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 6px 2px 0px;
}
.PhoneImg a,.PhoneImg a:hover{
	color:#333;
}
.SearchBar {
    position: relative;
    width: 265px;
    float: right;
}
.SearchBar i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}
.SearchBar input {
	padding:6.5px 12px;	
	padding-right:30px;
}

/*   Nav   */
.FParagraph1 p:last-child{
	margin-bottom:0px;
}
.Table {
	display:table;
	margin:0px auto;
	width:100%;
}
.Cell{
	display:table-cell;
	vertical-align:middle;
}

/*---6. Header---*/

.Header {
	width:100%;
	position:absolute;
	left:0px;
	bottom:120px;
	text-align:center;
	z-index:11;
}

/*---7. Footer css---*/

/*---7.1 social icons---*/
.FSocialIcon {
	margin:0 auto;
	text-align:center;
}
.FSocialIcon li{
	background-image:none;
	padding:0px;
	margin:0px 1px;
	display:inline-block;
	vertical-align:top;
}
.FSocialIcon .fa-stack {
	width:22px;
	height:22px;
	line-height:22px;
}
.FSocialIcon  .fa-stack-2x {
    font-size:25px;
	top:0px;
}
.FSocialIcon .fa-stack-1x {
	top:2px;
}
.FSocialIcon .fa-lg {
    font-size:12px;
    line-height:22px;
}
.FSocialIcon a{
	color:#fff;
	transition:all ease 0.5s;
}
.FSocialIcon a:hover{
	color:#000;
}
.FSocialIcon a .fa-inverse{
	color:#ff7800;
}
.FSocialIcon a:hover .fa-inverse{
	color:#fff;
}

/*---7.2 FooterLinks,copy,developedby---*/

.FooterLink li,.copy ,.DevelopedBy {
    display: inline-block;
    margin: 0px;
    padding: 0px 0px;
    background-image: none;
    font-size: 11px;
    line-height: 11px;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.FooterLink li+li{
	border-left:1px solid #333;	
}
.FooterLink li a {
    color: #333;
    padding: 0px 5px;
}
.FooterLink li a:hover{
    color: #ff7800;
}
.FooterLink li:first-child a{
	padding-left:0;	
}
.FooterLink li:last-child a{
	padding-right:0;	
}
.copy ,.DevelopedBy{
	display:block;
	line-height:20px;
	margin:2px 0;
}
.copy br {
	display:none;	
}
.DevelopedBy i{
    vertical-align:middle;
	margin-left:8px;
}
/*---8. contact map---*/
.ContactMap img,.ContactMap iframe{
	width:100%;
	margin:0px auto -9px;
}
.ContactMap img{
	max-width:100%;
    margin-bottom: -10px;
}
.FullWidth{
	float:none;
	display:block;
	margin:0 auto;
	width:100%;	
}
.TwoColBlock li ,.ThreeColBlock li {
	display:inline-block;
	vertical-align:top;
	width:49.5%;	
}
.ThreeColBlock li  {
	width:32.5%;	
}
.TwoColBlock li .Col ,.ThreeColBlock li .Col {
	width:94%;
	margin:0 auto;	
}

/** index start **/
.NewsLetterWrap .LeftCol ,.NewsLetterWrap .RightCol {
    display:inline-block;
	vertical-align:middle;
    width: 31.5%;
	padding-right:20px;
	box-sizing:border-box;
}
.NewsLetterWrap .RightCol  {
    width: 67.5%;
	padding:0;
}
.NewsLetterWrap input {
	color: #fff;
	font-size:15px;
	line-height:25px;
	border:1px solid #fff;
	background-color:transparent;
	padding:14px 12px;
	border-radius:1px;	
}
.NewsLetterWrap .Col2 {
	display:inline-block;
	vertical-align:top;
	padding: 0 8px;
	box-sizing:border-box;
	width:40%;	
}
.FtrContactInfo .col1 {
	width:38%;
	float:left;	
}
.FtrContactInfo .col2 {
	width:62%;
	float:right;	
}
.FtrContactInfo .col1 .Wrapper {
	width:375px;
	float:right;
	box-sizing:border-box;
	padding:35px;
	padding-left:0;	
}
.FtrContactInfo .col2 img {
    margin-bottom: -8px;
	max-width:100%;
}
.FtrContactInfo .AddList {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #3b3b3b;	
}
.FtrContactInfo .AddList:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;	
}
.FtrContactInfo .AddList .Desc {
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
}
.FtrContactInfo .AddList i {
    position: absolute;
    color: #ff7800;
    left: 0;
    font-size: 17px;
    top: 2px;
}
.FtrContactInfo .AddList.Envelope i {
	font-size:15px;	
}
.FooterWrap .InnerContainWrapper {
    padding: 10px 0 55px;
}
/** floating menu start **/
.StickyBtns {
	position: fixed;
	bottom: 0;
	z-index: 109;
	right: 0;
	width: 100%
}
.StickyBtns .FillOrangeBorder {
	height: 11px;
	background-color: #ff7800;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-top:5px solid #fff;
	box-sizing:border-box;
}
.StickyBtns .MainWrapper {
	position: relative;
	bottom: 6px
}
.StickyBtns .FSocialIcon {
	float: right;
	background-color: #ff7800;
	border-radius: 0;
	margin: 0 0 0 12px;
	padding: 7.5px 16px;
	border-bottom: 0;
	width:auto;
	border:5px solid #ffff;
	border-bottom:0;
}
.StickyBtns .FillOrangeBtn {
	float: right;
	font-size:15px;
	line-height: 35px;
	letter-spacing:1px;
}
.StickyBtns .FillOrangeBtn a {
	padding:0 22px;
	padding-top:5px !important;	
	border:5px solid #fff;
	border-bottom:0;
	border-radius:0;
}
.StickyBtns .FillOrangeBtn i {
	font-size:20px;
	margin-right:5px;	
}
.StickyBtns .FillOrangeBtn a:hover {
	color:#fff;
	background-color:#000;	
}
/** floating menu end **/
.IdxTabMenu .InnerContainWrapper {
    padding: 45px 0 0;
}
.IdxTabMenu ul {
	display:table;
	width:100%;	
}
.IdxTabMenu li {
	display:table-cell;
	vertical-align:top;
	padding:0 2px;
	box-sizing:border-box;	
}
.IdxTabMenu li:first-child {
	padding-left:0;	
}
.IdxTabMenu li:last-child {
	padding-right:0;	
}
.IdxTabMenu li a {
	font-size:14px;
	line-height:25px;
	font-family: 'montserratmedium';
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000;
	display:block;
	border-radius:3px 3px 0 0;
	padding:14px;
	box-sizing:border-box;
	text-align:center;
	transition:ease-in 0.3s;
	
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E1E1E1));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E1E1E1 100%);	
}
.IdxTabMenu li a:hover ,.IdxTabMenu li a.on {
	color:#fff;
	background:#000;
}
.IdxListingWrap li ,.OurCompanyProjects li {
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
}
.IdxListingWrap li .Col  {
	width:345px;
	margin:0 auto;
	border-bottom:3px solid #434343;	
}
.ShortDesc {
	padding:5px 30px 15px 0;
	box-sizing:border-box;
	position:relative;	
}
.ShortDesc .PlusIcon {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 10px;
    top: -22px;
}
.IdxListingWrap .AnimatedBtn {
    width: 225px;
	margin-right:20px;
}
.IdxListingWrap .AnimatedBtn:last-child {
	margin-right:0;	
}
.IdxListingWrap .AnimatedBtn a {
    width: 225px;
    height: 50px;
}
.IdxListingWrap .AnimatedBtn a:hover span ,
.ServingTheUpstate .AnimatedBtn a:hover span {
    color: #fff;
}
.IdxListingWrap .AnimatedBtn a span:last-of-type ,
.ServingTheUpstate .AnimatedBtn a span:last-of-type {
    background: #000;
}
.IdxListingWrap .AnimatedBtn a:hover ,
.ServingTheUpstate .AnimatedBtn a:hover {
	background-color:#ff7800;	
}
.ServingTheUpstate .VideoWrap {
    float: right;
    width: 48%;
    text-align: center;
}
.Video a {
	position:relative;	
	display:inline-block;
}
.Video a:before {
	content:'';
	position:absolute;
	background:url(../images/icons/video-play-icon.png) no-repeat top center;
	width:46px;
	height:46px;
	top:50%;
	left:50%;
	margin-left:-23px;
	margin-top:-23px;	
}
.Video img {
	max-width:100%;
	margin-bottom:-8px;	
}
.ServingTheUpstate .DescWrap {
    float: left;
    width: 50%;
}
.NewsLetterWrap.SearchOurPropertyDB .LeftCol {
	position:relative;
	padding-left:40px;
	width:33%;	
}
.NewsLetterWrap.SearchOurPropertyDB .LeftCol i {
	position:absolute;
	width:20px;
	height:31px;
	left:0;
	top:10px;
}
.NewsLetterWrap.SearchOurPropertyDB .RightCol {
	width:66%;	
}
.NewsLetterWrap.SearchOurPropertyDB .Col2 {
	width:74%;	
}
.NewsLetterWrap.SearchOurPropertyDB .FillOrangeBtn {
    font-size: 15px;
}
.NewsLetterWrap.SearchOurPropertyDB .InnerContainWrapper {
    width: 1050px;
    padding: 30px 0;
}
/** index end **/

/** available-properties start **/
.AvailableProperties .PaddingWrapper {
	box-sizing:border-box;
	border-bottom: 3px solid #434343;
}
.IdxListingWrap.AvailableProperties  li {
	margin-bottom:40px;	
}
.IdxListingWrap.AvailableProperties  li .Col {
	border-bottom:0;	
	padding:8px;
	box-sizing:border-box;
}
.IdxListingWrap.AvailableProperties li .AnimatedBtn {
    width: 230px;
	font-size:11px;
}
.IdxListingWrap.AvailableProperties li .AnimatedBtn a {
	width: 230px;
	height:45px;	
}
.IdxListingWrap.AvailableProperties li .AnimatedBtn a span {
	line-height:45px;	
}
.IdxListingWrap.AvailableProperties li .ShortDesc {
    padding: 5px 0 0 0;
}
.IdxListingWrap.AvailableProperties .AnimatedBtn a {
    width: 240px;
    height: 50px;
}
.IdxListingWrap.AvailableProperties li .ImgWrap img {
	max-width:100%;	
}
/** available-properties end **/

/** available-properties-detail start **/
.AvailPropDetailWrap .LeftCol {
    float: left;
    width: 49%;
	text-align:center;
}
.AvailPropDetailWrap .RightCol {
    float: right;
    width: 51%;
	padding-left:25px;
	box-sizing:border-box;
}
.AvailPropDetailWrap .LeftCol img {
	max-width:100%;
	margin-bottom:-7px;	
}
.Thumbnails ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;	
}
.Thumbnails li {
	width:32.5%;	
	margin-bottom:15px;
}
.AvailPropDetailWrap .TransOrangeBtn.AnimatedBtn {
	width:100px;
	position:absolute;
	top:15px;
	right:0;	
}
.AvailPropDetailWrap .TransOrangeBtn.AnimatedBtn a {
	height:45px;
	width:100px;	
}
.AvailPropDetailWrap .TransOrangeBtn.AnimatedBtn a span {
	line-height:45px;
}
.AvailPropDetailWrap .InnerContainWrapper {
	position:relative;
	padding:75px 0 40px;	
}
.AvailPropDetailWrap .RightCol .Title {
	border-bottom:2px solid #ff7800;
	display:inline-block;
	padding-bottom:3px;
	margin-bottom:10px;	
}
.AvailPropDetailWrap .RightCol .Title span {
	position:relative;
	padding-left:20px;
	box-sizing:border-box;	
}
.AvailPropDetailWrap .RightCol .Title span:before {
    content: '|';
    position: absolute;
    left: 5px;
    top: -7px;
    font-family: 'montserratlight';
}
.PropDescTable table {
	width:100%;	
}
.PropDescTable table tr td:first-child {
	font-size:14px;
	line-height:22px;
	text-transform:capitalize;
	font-family: 'montserratmedium';
	color:#ff7800;
	width:150px;
	padding-right:10px;
	box-sizing:border-box;	
}
.PropDescTable table tr td.Price {
	font-size:20px;
	line-height:30px;
	font-family: 'montserratbold';
	color:#000;
}
.PropDescTable table tr td {
	font-size:14px;
	line-height:22px;
	padding:5px 0;	
}
.ListingAgent {
	padding:15px;
	padding-left:70px;
	box-sizing:border-box;
	position:relative;	
}
.ListingAgent .Heading {
	font-size:14px;
	line-height:22px;
	font-family: 'montserratbold';
	color:#ff7800;
	text-transform:uppercase;
	padding:9px 12px;
	text-align:center;
	box-sizing:border-box;
	background-color:#000;
	position:absolute;
	width:164px;
	height:40px;
	transform:rotate(-90deg);
	left: -61px;
    top: 62px;
	letter-spacing:1px;
}
.ListingAgent .Heading span {
	color:#fff;	
}
.ListingAgent .ImgCol {
/*	float:left;*/
	width:115px;	
	display:inline-block;
	vertical-align:middle;
}
.ListingAgent .ImgCol img {
    border: 3px solid #fff;
    box-sizing: border-box;
    max-width: 100%;
	margin-bottom: -7px;
}
.ListingAgent .DetailCol {
/*	float:right;*/
	padding-left:30px;
	box-sizing:border-box;
	width:76%;
	display:inline-block;
	vertical-align:middle;	
}
.ListingAgent .AnimatedBtn {
    width: 165px;
}
.ListingAgent .AnimatedBtn a {
    width: 165px;
	height:40px;
}
.ListingAgent .AnimatedBtn a span {
	line-height:40px;	
}
.ListingAgent .AnimatedBtn i {
	font-size:16px;
	margin-right:10px;	
}
.AvailPropDetailWrap .BottomDesc i {
    color: #ff7800;
    font-size: 22px;
    margin: 0 7px;
}
.AvailPropDetailWrap .BtnsWrapper .AnimatedBtn {
    width: 185px;
    margin-right: 8px;
	font-size:11px;
	letter-spacing:0.5px;
}
.AvailPropDetailWrap .BtnsWrapper .AnimatedBtn a {
    width: 185px;
    height: 50px;
}
.AvailPropDetailWrap .BtnsWrapper .AnimatedBtn:last-child {
	margin-right:0;	
}
.AvailPropDetailWrap .BtnsWrapper .AnimatedBtn i {
	font-size:15px;	
	margin-right:3px;
}
.AvailPropDetailWrap .BtnsWrapper .AnimatedBtn a:hover span {
    color: #fff;
}
.AvailPropDetailWrap .BtnsWrapper .AnimatedBtn a:hover {
    background-color: #ff7800;
}
.ContactPropertyAgent.ContactWrap .FormWrapper {
    width: 100%;
}
.ContactPropertyAgent.ContactWrap input, 
.ContactPropertyAgent.ContactWrap select, 
.ContactPropertyAgent.ContactWrap textarea {
    padding: 10.5px;
}
.ContactPropertyAgent.ContactWrap textarea {
	height:102px;
}
.ContactPropertyAgent .FillOrangeBtn.AnimatedBtn {
    width: 140px;
	font-size:11.50px;
}
.ContactPropertyAgent .AnimatedBtn a {
	width:140px;
	height:42px;	
}
.ContactPropertyAgent .AnimatedBtn a span {
	line-height:42px;	
}
/** available-properties-detail end **/

/** our-agents start **/
.OurAgentWrap .InnerContainWrapper {
	padding: 40px 0px 0px;
}
.OurAgentWrap ul li {
	display: inline-block;
	vertical-align: top;
	width: 24.5%;
	/* margin: 0px 18px; */
	margin-bottom: 55px;
}
.OurAgentWrap ul li .Col {
	margin: 0 auto;
	width: 267px;
	cursor: pointer;
}
.OurAgentWrap ul li .Col .ImgWrap img {
	width: 100%;
	max-width:100%;
	filter: grayscale(100%);
}
.OurAgentWrap ul li .Col:hover .ImgWrap img {
	filter: grayscale(0%);
}
.OurAgentWrap .AgentDesc h4 {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	text-transform: uppercase;
	font-family: 'montserratsemi_bold';
}
.OurAgentWrap ul li .AgentDesc .OrangeLine {
	border: 1.5px solid #ff7800;
	width: 105px;
	margin: 3px 0px 5px;
}
.OurAgentWrap ul li .AgentDesc .Office {
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
	width: 80%;
	float: left;
	padding-bottom: 15px;
}
.OurAgentWrap ul li .AgentDesc .MoNumber {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	text-transform: capitalize;
	font-family: 'montserratlight';
}
.OurAgentWrap ul li .AgentDesc {
	border-bottom: 3px solid #434343;
}
.OurAgentWrap ul li .AgentDesc .MailIcon {
	float: right;
}
.InnerHeaderBg .InnerContainWrapper {
	padding: 65px 0px;
}
.InnerHeaderBg h1 {
	font-size: 35px;
	line-height: 40px;
	color: #ffffff;
	font-family: 'montserratsemi_bold';
	text-align: center;
	text-transform: uppercase;
}
/** our-agents end **/

/** contact start **/
.ContactWrap .CommercialDescWrap p {
	font-size: 16px;
    line-height: 29px;
}
.ContactWrap .InnerContainWrapper {
	padding: 30px 0px 65px;
}
.ContactWrap .CommercialDescWrap {
	padding: 0px 90px;
}
.ContactWrap .ContactNum .Call ,.ContactWrap h2 {
	font-size: 25px;
	line-height: 30px;
	color: #000000;
	font-family: 'montserratlight';
}
.ContactWrap .ContactNum {
	margin-top: 25px;
}
.ContactWrap .ContactNum i {
	width: 18px;
	height: 18px;
	background-color: transparent;
	color: #ff7800;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 6px 2px 0px;
}
.ContactWrap .ContactNum .MPhone {
	font-size: 25px;
	line-height: 30px;
	color: #000000;
	font-family: 'montserratbold';
}
.ContactWrap .ContactNum .OrangeLine {
	border: 1.5px solid #ff7800;
	width: 178px;
	margin: 25px auto;
}
.ContactWrap .FormWrapper h2 {
	font-size: 25px;
	line-height: 30px;
	color: #000000;
	font-family: 'montserratlight';
}
.ContactWrap .FormWrapper .Col1, .ContactWrap .FormWrapper .Col2, .ContactWrap .FormWrapper .Col3, .ContactWrap .FormWrapper .Col4 {
	display: inline-block;
	vertical-align: top;
	padding: 6px ;
	width: 49.6%;
	box-sizing: border-box;
}
.ContactWrap .FormWrapper {
	width: 630px;
	margin: 25px auto 0px;
}
.ContactWrap .FormWrapper .Col1 {
	width: 99.5%;
	display: block;
}
.ContactWrap textarea {
	height: 145px;
}
.ContactWrap .FormWrapper .FillOrangeBtn {
	font-size: 15px;
	line-height: 50px;
	padding: 0px 4px;
}
.ContactWrap .FormWrapper .AnimatedBtn a:hover span ,
.MaintenanceWrap .ContactFormWrap a:hover span ,
.BlogWrap .AnimatedBtn a:hover span {
	color: #fff;
}
.NewsLetterWrap .AnimatedBtn a span:last-of-type {
    background-color: #fff;
}
.SearchOurPropertyDB.NewsLetterWrap .AnimatedBtn a:hover ,
.ContactWrap .AnimatedBtn a:hover ,
.MaintenanceWrap .ContactFormWrap a:hover ,
.BlogWrap .AnimatedBtn a:hover {
    background-color: #ff7800;
}
/** maintenance page **/

.MaintenanceWrap .InnerContainWrapper{
	width:1000px;
	padding: 0px;
	margin:25px auto ;
	webkit-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-sizing: border-box;
}
.MaintenanceWrap  .Logo{
	float:none;
	margin:0px auto;
	padding:0px 0px 25px 0px;
}	
.MWrapper{
	padding:15px 30px 15px 30px;
}
.MaintenanceWrap .FtrContactInfo .CIList{
	display:inline-block;
	width:32%;
	vertical-align:top;
	padding-bottom: 0px;
    margin-bottom: 0px;
	border-bottom:0;
    border-bottom: 0px solid #c6c6c6;
}
.MaintenanceWrap .FtrContactInfo .CIList:last-child{
	border-right:0px solid #c6c6c6
}
.MaintenanceWrap .FtrContactInfo .CIList table{
	width:100%;
}
.UnderMaintenanceWrapper{
	padding:40px 0px;
}
.MaintenanceWrap .FtrContactInfo .CIList td{
	display:block;
	width:100% !important;
	margin:0 auto;
	text-align:center;
	padding:0 !important;	
}
.MaintenanceWrap .FtrContactInfo .CIList h5 {
    font-family: 'montserratbold';
    font-size: 15px !important;
    line-height: 24px !important;
    text-transform: uppercase;
    color: #ff7800;
}	
.MaintenanceWrap .FtrContactInfo .CIList i {
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
}
.MaintenanceWrap .FtrContactInfo .CIList.Email i {
	font-size:20px;	
}
.MaintenanceWrap {
	display:table;
	width:100%;
}
.MaintenanceWrap .MWrap{
	display:table-cell;
	vertical-align:middle;	
}
.MaintenanceWrap .ContactFormWrap .FormWrapper {
    width: 100%;
	box-sizing:border-box;
}
.MaintenanceWrap .FormWrapperWidth {
	width:80%;
	margin:0 auto;	
}
.UnderMaintenanceWrapper .Copyright br {
	display:none;	
}
.MaintenanceWrap .ContactFormWrap .Col3,.MaintenanceWrap .ContactFormWrap .Col1 ,.MaintenanceWrap .ContactFormWrap .Col2 {
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    width:32.9%;
    box-sizing: border-box;
}
.MaintenanceWrap .ContactFormWrap .Col2 {
	width:49.5%;
}
.MaintenanceWrap .ContactFormWrap .Col1 {
	display:block;
	width:99.5%;	
}
.MaintenanceWrap .ContactFormWrap .Col1 textarea {
	height:100px;	
}
/** maintenance page end **/
/** blog start **/

.BlogWrap .InnerContainWrapper{
	padding:50px 0px ;	
}
.BlogWrap .col1 {
    float: left;
    width: 66.5%;
    padding-right: 55px;
    box-sizing: border-box;
}
.BlogWrap .col2{
	float:right;
	width:33.5%; 
}
.BlogWrap .BlogContentTopHeading {
    width: 89%;
    float: right;
}
.BlogWrap .BlueSepLine {
    width: auto;
    margin: 35px 0 15px;
}
.BlogWrap .BlogList .OrangeSepLine {
    width: 235px;
    margin: 20px 0 25px;
    border: 1.5px solid #ff7800;
}
.BlogWrap .col1 .BlogList{
	margin-bottom:30px;
	padding-bottom:26px;
	border-bottom:1px solid #c4c4c4;
}
.BlogWrap .col1 .BlogList:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px solid #d3d3d3;
}
.BlogWrap .col1 .BlogList .Button2 a{
	padding:0px 51px;
}	
.BottomLinks .LeftFloat a{
	font-size:17px;
	line-height:27px;
	text-transform:capitalize;	
}
.BottomLinks .LeftFloat span{
	padding:0px 8px;	
}
.BottomLinks .RightFloat a{
	width:19px;
	height:19px;
	border:2px solid transparent;
	border-radius:50%;
	display:inline-block;
	text-align:center;	
	font-size:14px;
	line-height:19px;
}
.BottomLinks .RightFloat a:hover,.BottomLinks .RightFloat a.on{	
	border:2px solid #27588f;
}
.BlogWrap .col2 input {
    padding: 13.5px 12px;
    padding-right: 55px;
	border:0;
	font-family: 'montserratlight';
	font-size:18px;
	line-height:26px;
	color:#27588f;
	background-color:transparent;
}

.BlogWrap .col2 .col2Wrapper .BlogHeading.SearchBar .Col1 input{padding-right: 70px;}

.BlogWrap .col2 .col2Wrapper .BlogHeading.SearchBar{ 
	float:none; 
	width:100%;
}
.BlogWrap .col2 .BlogList{
	margin-bottom:30px;	
}
.BlogWrap .col2 .BlogList:last-child{
	margin-bottom:0px;	
}
.BlogWrap .col2 .Col1{
    border: 1px solid #333333;
    border-radius: 2px;
    position: relative;	
}
.BlogWrap .col2 .SearchIcon {
    position: absolute;
   top: -1px;
    right: -1px;
    width:58px;
    height: 55px;
    line-height: 50px;
    font-size: 21px;
    text-align: center;
    color: #fff;
    background-color: #ff7800;
}
.BlogWrap .col2 .SearchIcon i{ 
	color:#fff;
}
.BlogWrap .col2 .BlogHeading {
  margin-bottom: 25px;
    background-color: #f1f1f1;
    padding: 20px 25px;
    box-sizing: border-box;
}
.BlogWrap .col2 .BlogHeading:first-child {
    background-color:transparent;
    padding:0;
}
.BlogWrap .col2 .BlogHeading:last-child{
	margin-bottom:0px;	
}
.BlogWrap .col2 .BlogHeading h3 {
   font-family: 'montserratregular';
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 3px solid #ff7800;
    padding-bottom: 10px;
}
.BlogWrap .col2 .BlogHeading{
	padding-bottom:12px;
}
.BlogWrap .col2 .BlogHeading li {
    margin: 0px;
    border-bottom: 1px solid #c9c9c9;
    padding: 7px;
    padding-left: 15px;
    line-height: 27px;
	background-position:0 17px;
	background-image: url(../images/bullet-2.png);
}
.BlogWrap .col2 .BlogHeading li:first-child{
	margin-top:7px;	
}
.BlogWrap .col2 .BlogHeading li:last-child{
	border-bottom:0px solid #dedede;	
}
.BlogWrap {
	/*background:url(../images/bg/blog-bg1.jpg) no-repeat top right #fff;*/
	min-height:589px;	
}
.BlogList .DateBg h5 .WhiteSepLine{ 
	width:32px;
	border:1px solid #fff;
	margin: 10px auto -1px;
}								  
.BlogWrap .SearchBar .SearchIcon i{position: absolute;
    right: 15px;
    top: 12px;
    color: #fff;
    font-size: 27px;
    cursor: pointer;
}
/** blog end **/

/** our-company start **/
.ServingTheUpstate.OurCompanyWrap .ImgWrap {
	margin:0 0 10px 30px;	
}
.ServingTheUpstate.OurCompanyWrap .DescWrap {
    float: none;
    width: auto;
}
.OurCompanyProjects li img {
	max-width:100%;
	margin-bottom:-7px;	
}
.OurCompanyProjects li .Col {
    width: 370px;
    margin: 0 auto;
    border-bottom: 0;
}
.OurCompanyProjects .InnerContainWrapper {
	padding:45px 0 60px;	
}
/** our-company end **/















.MaxWidth100{
	max-width:100%;	
}
/*---9. grop ClearBoth---*/
.group:after {
  content: "";
  display: table;
  clear: both;
}

.ClearBoth {
  clear: both;
  min-height:1px;
}

.Human {
	text-align: left !important;
}

.Human .text-box{
	display: flex;
	align-items: center;  
	flex-wrap: wrap;
	gap: 10px; 
}
.Human .text-box input{
	width: 100px !important;
}
.Human .text-box .error{
	display: block !important;
	font-size: 13px;
	color: #ff0000;
	width: 100%;
	line-height: 1.5;
	border: 1px solid #FF0000 !important;
}
.Col2.Human + .Col2 .SecurityCode {
    float: right;
    width: 240px;
}
.Human  .valid + .error{
	display: none !important;
}
.Human .error + .error {
    display: block !important;
	border: 0 !important;
}
.g-recaptcha {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0;
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.80, M12=0, M21=0, M22=0.80, SizingMethod='auto expand');
}