
.background_content .background_txt{
	margin-top: 0px;
}
#contact_background .phone_number{
	font-size: 32px;
}
#contact_background .social_networks{
	position: relative;
}
#contact_background .social_div{
	position: relative;
	text-align: center;
	display: inline;
	margin: 0px;
}
#contact_background .social_button{
	width: 30px;
	height: 30px;
	padding-top:6px;
	margin: 5px 5px 130px;
	display: inline-block;
	background-color: rgba(255,255,255,0.2);
	border-radius: 50%;
}
#contact_background .social_button:hover{
	background-color: rgba(255,255,255,0.5);
	color: rgba(102,11,54,0.7);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#contact_background .social_button i{
	font-size: 16px;
	color: rgba(255,255,255,1);
}
#contact_background .social_button:hover i{
	color: rgba(102,11,54,1);
	color: rgba(102,11,54,0.7);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#market_indices_container{
	background-color:white !important;
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.background_content {
	    margin-right: -260px;
	}
	#pmi_breadcrumb_text {
	    margin-right: -260px;
	}

	#we_can_contact_you_img {
	    margin-top: -20px !important;
	    margin-bottom: 20px !important;
	}

	#row_contact_form {
	    text-align: center !important;
        margin-right: 15px !important;
        margin-left: 15px !important;
	}

	#pmi_breadcrumb_text h2 {
	    font-size: 32px !important;
        width: 500px !important;
	}
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.background_content {
	    margin-right: -300px;
	}
	#pmi_breadcrumb_text {
	    margin-right: -300px;
	}

	#we_can_contact_you_img {
	    margin-top: -20px !important;
	    margin-bottom: 20px !important;
	}

	#row_contact_form {
	    text-align: center !important;
        margin-right: 15px !important;
        margin-left: 15px !important;
	}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.background_content {
	    margin-right: -380px;
	}
	#pmi_breadcrumb_text {
	    margin-right: -380px;
	}
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.background_content {
	    margin-right: -480px;
	}
	#pmi_breadcrumb_text {
	    margin-right: -480px;
	}
}



