/* PlansForSale */
	.PlansForSale {}
	.PlanForSale .projectWrapper,
	.PlansForSale .projectWrapper {
		padding: 20px 0;
	}
	.PlansForSale .projectWrapper { }
	.block.block-plansforsale.withbg:not(.darktext) h2,
	.PlanForSale .projectWrapper h2,
	.PlansForSale .projectWrapper h2 {
		color: #e77a07 !important;
	}
	.PlanForSale .projectWrapper .projectDescription,
	.PlansForSale .projectWrapper .projectDescription {
		order: 2;
		width: 45%;
		margin-left: 10%;
	}
	.PlanForSale .projectWrapper .shortDescription,
	.PlansForSale .projectWrapper .shortDescription {
		font-size: 17px;
		color: #afafaf !important;
		margin-bottom: 5px;
	}
	.PlanForSale .projectWrapper .projectSlider,
	.PlansForSale .projectWrapper .projectSlider {
		order: 1;
		width: 45%;
	}
	.PlanForSale.layout-3 .projectWrapper:nth-of-type(even) .projectDescription,
	.PlansForSale.layout-3 .projectWrapper:nth-of-type(even) .projectDescription,
	.PlansForSale.layout-2 .projectWrapper .projectDescription {
		order: 1;
		margin-left: 0;
		margin-right: 10%;
	}
	.PlanForSale.layout-2 .projectWrapper:nth-of-type(even) .projectSlider,
	.PlansForSale.layout-2 .projectWrapper:nth-of-type(even) .projectSlider,
	.PlansForSale.layout-2 .projectWrapper .projectSlider {
		order: 2;
	}
	.PlanForSale .Price {
		font-size: 30px;
		color: #e77a07 !important;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.block.block-planforsale.withbg:not(.darktext) h3,
	.block.block-planforsale.withbg:not(.darktext) h5,
	.block.block-planforsale.withbg:not(.darktext) a,
	.block.block-planforsale.withbg:not(.darktext) .Price {
		color: #e77a07 !important;
	}
	.block.block-planforsale.withbg:not(.darktext) input,
	.block.block-planforsale.withbg:not(.darktext) input::placeholder {
		color: #000 !important;
	}
	#card-button.button {
		cursor: pointer;
		max-width: 300px;
		width: 300px;
	}
	#ForSaleComplete,
	#paymentComplete {display: none;}
	
/* ^ PlansForSale */
/* PortfolioCategoryCustom */
	.PortfolioCategoryCustom {
		padding: 50px 0;
	}
	.PortfolioCategoryCustom h2 {
		color: #fff;
		font-size: 60px;
		line-height: 70px;
	}
	.PortfolioCategoryCustom a,
	.PortfolioCategoryCustom p {
		color: #fff;
	}
	.PortfolioCategoryCustom a.button {
		background: #000;
		display: block;
		max-width: 300px;
		text-align: center;
		margin-top: 30px;
	}
	.PortfolioCategoryCustom a.button:hover {
		background: #934f00;
	}
	.PortfolioCategoryCustom .categoryImages {
		margin-top: 150px;
	}
	.PortfolioCategoryCustom .categoryImages .leftImage img,
	.PortfolioCategoryCustom .categoryImages .rightImage img {
		width: 100%;
	}
	.PortfolioCategoryCustom .categoryImages .leftImage {
		width: 44%;
		margin-right: 12%;
		margin-top: 0px;
	}
	.PortfolioCategoryCustom .categoryImages .rightImage {
		width: 28%;
		margin-left: 10%;
		margin-top: 70px;
	}
	
/* ^ PortfolioCategoryCustom */

/* TallCategories */
	.TallCategories {}
	.TallCategories .col {
		overflow: hidden;
	}
	.TallCategories .col p {
		color: #fff;
	}
	.TallCategories .col p a {
		display: block;
		width: 100%;
		padding-top: 600px;
		padding-bottom: 70px;
		background: transparent url('../../../../Assets/Images/triangle-icon.png') 50% 95% no-repeat;
		color: #fff;
	}
	.TallCategories .col:hover {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.TallCategories .col.col-4 p a {
		padding-top: 573px;
		padding-bottom: 70px;
	}
/* ^ TallCategories */
@media (max-width:1200px) {

}
@media (max-width:1000px) {
	.PlansForSale.layout-2 .flex .projectDescription,
	.PlansForSale.layout-2 .flex .projectSlider,
	.PlansForSale.layout-3 .projectWrapper:nth-of-type(even) .projectDescription,
	.PlansForSale.layout-3 .projectWrapper:nth-of-type(even) .projectSlider,
	.PlansForSale .flex .projectDescription,
	.PlansForSale .flex .projectSlider,
	.TallCategories .col,
	.PortfolioCategoryCustom .categoryImages .rightImage,
	.PortfolioCategoryCustom .categoryImages .leftImage {
		width: 100% !important;
		max-width: 100% !important;
		margin: 10px 0;
	}
	.PortfolioCategoryCustom {
		background-image: none !important;
		background-color: #000;
	}
	.PortfolioCategoryCustom .categoryImages .leftImage {
		margin-right: 0;
		margin-top: 0;
	}
}
