/*Home Page Styles Start*/
#slider_section .container-fluid {
    padding: 0;
}
#under-slider h1, #under-slider p{
	/*color: #ffffff;*/
	margin-bottom: 1.125em;
}
#under-slider p {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.7;
}
/*#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 h1{
	margin-top: 10%;
}
/*.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%;
}
/*.boxes .container .row a {
  	color: #ff9;
}
.boxes .container .row a:hover {
  	color: #FFEB3B;
}*/
