#slider_section .container-fluid {
    padding: 0;
}

#home h3 { text-align:left; }


.three-columns 	{
	padding-top:40px;
	padding-bottom:40px;
}
.three-columns h3{
	color: #ffffff;
}
.three-columns p{
	color: #efefef;
}
.three-columns a{
	color:  #ff0;
}
.three-columns img	{
	max-width:100%;
}
.three-columns .btn	{
	width:75%;
	margin:40px 0 0;
	padding:10px;
	font-size:18px;
	font-weight:bold;
}
#paralex-section	{
	text-align: left; 
	margin: 0;
	padding:40px 0;
	color: #333333;
	/* The image used */
    background-image: url("../uploads/images/chicago-449021.jpg");

    /* Set a specific height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#paralex-section .container {
	background-color:rgba(255, 255, 255, 0.75);
	padding:20px;
}
#paralex-section .three-columns, #paralex-section .three-columns h3	{
	text-align:center;
	color: #222;
}
#paralex-section .btn-warning	{
	color: #222;
}
#paralex-section .btn-warning:hover	{
	color: #000;
}

.text-section	{
	margin:30px auto;
	padding-left:60px !important;
	padding-right:60px !important;
}
.text-section	img {
	float: right;
}
.text-section p, .text-section ul  {
	font-size: 18px;
}
.text-section ul  {
	margin-left:0;
	padding-left:0;

}
.text-section ul li {
	background: url("../uploads/images/arrow-red.png") left 3px no-repeat transparent;
	list-style: none;
	margin-left:0;
	padding-left: 40px;
	
}
.middle_box img { float:right; }
.middle_box	{
	width:100%;
	padding:5px 30px;
	border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 8px #999999 inset;
}
.middle_box a	{ background: url("../images/arrow_blue.png") right center no-repeat transparent; padding-right:12px; }

#properties_header {
	padding-top:30px;
	background-color: #BED96F;
}
#properties_header h2 {
	margin:0;
	padding:0;	
}
#properties	{
	padding-top:0;
	padding-bottom:50px;
}
ul#industries1, ul#industries2, ul#industries3 	{  list-style: outside none none; padding-left:0px; margin-bottom:0; }
#industries1 li, #industries2 li, #industries3 li {
    display: inline-block;
    float: none;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 88px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 320px;
}
.industryicon {
    display: block;
    float: left;
    height: auto;
    max-width: 88px;
    width: 100%;
}
.industrydesc {
    display: block;
    float: left;
    height: 88px;
    padding-top: 22px;
    width: 232px;
}
.lightgrey {
    background-color: #efefef;
}

.orange a{
	color:#0000FF;
	text-decoration:underline;
}
.orange a:hover{
	color:#0000CD;
	text-decoration:none;
}