/*Home Page Styles Start*/
#slider_section .container-fluid {
    padding: 0;
	
}
#under-slider {
	border-top: 40px solid #082a50;
}
#under-slider h1, #under-slider p{
	/*color: #ffffff;*/
	margin-bottom: 1.125em;
	
}
/*#paralexSection	{
	text-align: left; 
	margin: 0;
	padding: 0;
	color: #333333;*/
	/* The image used */
    /*background-image: url("../uploads/images/portugal-1341708.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;
}

#paralexSection .container-fluid {
	background-color:rgba(255, 255, 255, 0.75);
	padding:20px 0;
	margin:0;
}*/
.boxes .container .row {
	background-color: #ffffff;
}
.boxes .container .row h3{
	margin-top: .25rem;
}
/*.boxes .container .row:nth-child(odd) {
	border-bottom-left-radius: 50% 20%;
  	border-bottom-right-radius: 50% 20%;
}*/

.boxes .container .row img {
  	/*box-shadow: 0 0 10px 2px #ffffff;
	border-radius: 50%;*/
	border: 1px solid #999999;
}
.boxes .container .row a {
  	color: #ffffff;
	text-decoration: underline;
}
.boxes .container .row a:hover {
  	color: #ff9;
}

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;
    height: 100px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.industryicon {
    display: block;
    float: left;
    height: auto;
    width: 30%;
}
.industrydesc {
    display: block;
    float: left;
    padding-top: 22px;
    width: 70%;
}