@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 870px) {
	/*Small screen - Image mid center at top of box*/
	.my_header_main_image_internal_wapper {
		background-image: url(/images/main_image1.png);
		background-position: center top 14px; /*<<<<<< SET TOP MARGIN FOR THIS SITES IMAGE */
		background-repeat: no-repeat;
		background-size: 94px 118px;  				/*<<<<<< SET SIZE FOR THIS SITES IMAGE */
		width: 100%;
		height: 276px;
	}
	
	.my_header_main_image_text_wapper {
		width: 100%;
		height: 276px;
		margin: 0px;
		padding-top: 150px;  									/*<<<<<< SET SIZE FOR THIS SITES IMAGE */
		padding-right: 14px;
		padding-bottom: 14px;
		padding-left: 14px;
		text-align: center;
		overflow: hidden;
	}
}
@media only screen and (min-width: 870px) {
	/*Big screen - Image on right side of box*/
	.my_header_main_image_internal_wapper {
		background-image: url(/images/main_image1.png);
		background-position: right 26px top 20px;  /*<<<<<< SET TOP MARGIN FOR THIS SITES IMAGE */
		background-repeat: no-repeat;
		background-size: 189px 236px;  /*<<<<<< SET SIZE FOR THIS SITES IMAGE */
		height: 276px;
	}
	
	.my_header_main_image_text_wapper {
    width: -moz-calc(100% - 320px); 				/*<<<<<< SET FOR THIS SITES IMAGE */
    width: -webkit-calc(100% - 320px); 			/*<<<<<< SET FOR THIS SITES IMAGE */
    width: calc(100% - 320px); 						  /*<<<<<< SET FOR THIS SITES IMAGE */
		height: 276px;
		margin: 0px;
		padding-top: 44px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 20px;
		text-align: left;
		overflow: hidden;
	}
}


.my_header_main_image_text_wapper h1 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #4C4C4C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	font-weight: normal;
}
.my_header_main_image_text_wapper h2 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FD7100;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 24px;
}

