/*** welcome ***/
#welcome{
	background-image: url(../images/background_map_site.png);
	padding: 180px 0 180px 0;
}

/*** section2 ***/
#section2 {
	padding: 0;
}
.section2_container p{
	margin: 0;
}
.div_pag {
	background-image: url(../images/div_pag.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 14px 106px 14px 20px;
    display: inline-block;
    position: relative;
    top: -33px;
    margin-bottom: 35px;
}
.div_pag p{
	color: #ffffff;
	font-family: Raleway-Light, sans-serif;
	font-size: 27px;
	margin: 0;
}
.section2_container .subpara{
	margin-left: 16px;
}

/*** section3 ***/
#section3 {
	background-color: #ffffff;
	padding: 0 0 100px 0;
}
#section3 h1{
    font-size: 33px;
    color: #f3931f;
    margin-bottom: 11px;
}
.section3_container p{
    margin: 0 0 19px 0px;
}
.section3_container .second_iddeal_button{
	margin: 20px 0 35px 0;
}
.contact{
    margin-bottom: 30px;
    text-align: center;
}
.fifth_iddeal_button {
    background-image: url(../images/fifth_button_iddeal.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 33px 10px 0;
    margin: 15px 0 0 0;
    display: inline-block;
    cursor: pointer;
}
.fifth_iddeal_button p{
	color: #ffffff;
	font-family: Raleway-Medium, sans-serif;
	font-size: 15px;
	margin-left: 20px;
}
.fifth_iddeal_button:hover{
	background-image: url(../images/div_pag.png);
}
.section4_container .third_iddeal_button{
	 margin: 20px 0 36px 0;
}
.image_section{
	margin-top: 144px;
	padding: 170px 0 170px 0;
	background-image: url(../images/background_about_section4.jpg);
}
.exeception{
	background-image: url(../images/fifth_button_iddeal.png);
}
#c1, #c2, #c3, #c4, #c5{
	margin-bottom: 5px;
}
#c1 img, #c2 img, #c3 img, #c4 img, #c5 img{
	display: inline-block;
}
#c1 p, #c2 p, #c3 p, #c4 p, #c5 p{
	display: inline-block;
}
#location h1{
	font-size: 30px;
	font-family: Raleway-SemiBold, sans-serif; 
}

/*** section4 ***/
#section4 {
    padding: 25px 0 0px 0;
    background-color: white;
}
.section4_container{
	width: 90%;
	margin: 0 auto;
	padding: 0 40px 0 70px;
}
.section4_container .subpara{
	margin-left: 16px;
	margin-bottom: 7px;
}
.section4_container .certificated{
	margin: -10px 0 7px 26px; 
}
.third_iddeal_button {
    background-image: url(../images/third_button_iddeal.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px 60px 15px 0;
    margin: 20px 0 0 0;
    display: inline-block;
}
.third_iddeal_button p{
	color: #ffffff;
	font-family: Raleway-Medium, sans-serif;
	font-size: 18px;
	margin-left: 41px;
}
.section4_container .third_iddeal_button{
	 margin: 20px 0 36px 0;
}
.image_section{
	margin-top: 144px;
	padding: 170px 0 170px 0;
	background-image: url(../images/background_about_section4.jpg);
}
.second_iddeal_button p{
	margin: 0 0 0 41px;
}

/*** MEDIA QUERYS ***/

@media only screen and (max-width : 1480px){
	/*** HOME ***/
	#welcome{
		padding: 145px 0 145px 0;
	}
}
@media only screen and (max-width : 1280px){
	/*** HOME ***/
	.section4_container{
		padding: 0 25px 0 25px;
	}
}
@media only screen and (max-width : 768px){
	.section4_container {
	    width: 90%;
	    padding: 0 20px 0 20px;
	}
	.third_iddeal_button a{
		display: inline-block;
	}
	.image_section{
		margin-top: 80px;
	}
}
@media only screen and (max-width : 700px){
	#welcome {
	    padding: 100px 0 100px 0;
	}
}
@media only screen and (max-width : 480px){
	.section4_container{
	    padding: 0 10px 0 10px;
	}
	.div_pag{
		padding: 14px 46px 14px 30px;
	}
	.div_pag p{
	    font-size: 22px;
	}
}