/*--common style start--*/ 

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
article, aside, details, figure, footer, header, nav, section {
	display: block;
	}
	
body {
	width: 100%;
	height: auto;
	font-family: 'open_sansregular';
	background: url(../images/body_bg.png) no-repeat center center ;
	background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
	}

img {
	border: 0;
	outline: none;
	}
	
a,a:hover{
	text-decoration:none;
	outline: none;
	}
	
ol, ul {
	list-style: none;
	}
		
.clear {
	clear: both;
	}
	
.fl {
	float: left;
	}
	
.fr {
	float: right;
	}
	
/*--common style end--*/

@font-face {
	font-family: 'gloriaHallelujah';
	src: url('../fonts/GloriaHallelujah.eot') format('embedded-opentype')
	,url('../fonts/GloriaHallelujah.woff') format('woff');;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansbold';
	src: url('../fonts/opensans-bold.woff2') format('woff2'),
	url('../fonts/opensans-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular.woff2') format('woff2'),
	url('../fonts/opensans-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.phone_icon {
	display: inline-block;
	color: #fff;
	font-size: 23px;
	font-family: 'open_sansregular';
	background: url(../images/phone_icon.png) no-repeat 10px center;
	padding: 10px 10px 10px 40px;
	}

.phone_icon:hover {
	color: #fd9b04;
	}

.header_top {
	display: block;
	text-align: right;
	padding: 20px 0;
	}

header .container {
	background: rgba(0, 0, 0, 0.82);
	padding: 0 40px 80px;
	}

.section_bg {
	background: rgba(0, 0, 0, 0.82);
	}

.aboriginal_btn_box {
	display: table;
	width: 100%;
	}

.aboriginal_btn_cell {
	display: table-cell;
	padding: 30px;
	}

.bg_red{
	background: #ae0615;
	}

.bg_orange{
	background: #d44700;
	}

.aboriginal_btn_cell {
	display: table-cell;
	width: 50%;
	padding: 30px;
	}

.aboriginal_btn_cell h3 {
	color: #fff;
	font-size: 40px;
	padding: 20px 0;
	font-family: 'gloriaHallelujah';
	min-height: 170px;
	}

.aboriginal_btn_cell p {
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	font-family: 'open_sansregular';
	min-height: 215px;
	}

.aboriginal_btn_cell p.small_fonts {
	font-size: 15px;
	}

.aboriginal_btn_cell a {
	background: rgba(0, 0, 0, 0.43);
	color: #fff;
	font-size: 21px;
	padding: 22px 100px 22px 22px;
	display: inline-block;
	font-family: 'open_sansregular';
	position: relative;
	margin: 40px 0 30px;
	text-decoration: none;
	cursor: pointer;

	}

.bg_orange.aboriginal_btn_cell a {
	background: #870611 !important;
	}

.aboriginal_btn_cell a:after {
	content: "";
	width: 75px;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.43) url(../images/btn_arrow.png) no-repeat center center;
	}

.bg_orange.aboriginal_btn_cell a:after {
	background: #64030c url(../images/btn_arrow.png) no-repeat center center !important;
	}


footer {
	background: #29292a;
	}

footer .container {
	background: #373738;
	}

.maps_box img {
	width: 100%;
	display: block;
	}

.address_box {
	padding: 20px 20px 10px;
	}

.address_box h6 {
	color: #bfbfbf;
	font-size: 14px;
	font-family: 'open_sansbold';
	padding: 20px 0 10px;
	margin: 0;
	}

.address_box p {
	color: #bfbfbf;
	font-family: 'open_sansregular';
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #585151;
	}

.address_box p:last-child {
	border: none;
	}

.addree_outer_box {
	display: table;
	}

.address_box {
	width: 40%;
	display: table-cell;
	vertical-align: top;
	}

.maps_box {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
	}

.paddingnone {
	padding: 0 !important;
	}

.copyrightbox {
	text-align: left;
	}

.by_box {
	text-align: right;
	}

.copyright_outer p {
	font-size: 12px;
	font-family: 'open_sansregular';
	color: #8c8989;
	display: inline-block;
	line-height: 25px;
	margin-bottom: 0;
	}

.copyright_outer {
	background: #000000 !important;
	padding: 20px !important;
	}

@media screen and (max-width: 768px) {
	.aboriginal_btn_box,.aboriginal_btn_cell, .addree_outer_box,.address_box,.maps_box {
		display: block;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

	.copyright_outer,.copyrightbox,.by_box,.header_top,.header_bottom {
		display: block;
		width: 100%;
		text-align: center;
		}

	.header_bottom img {
		width: 70%;
		}

	.aboriginal_btn_cell h3,.aboriginal_btn_cell p {
		min-height: inherit;
		}
}


@media screen and (max-width: 480px) {
	header .container {
		padding: 0 40px 48px;
		}

	.aboriginal_btn_cell {
		text-align: center;
		}

	.aboriginal_btn_cell a {
		font-size: 15px;
		padding: 15px 100px 15px 15px;
		margin: 40px 0 20px;
		}

	.copyright_outer p {
		margin-bottom: 20px;
		}

	.aboriginal_btn_cell h3 {
		font-size: 30px;
		}

	.aboriginal_btn_cell p {
		font-size: 16px;
		}

	.aboriginal_btn_cell p.small_fonts {
		font-size: 13px;
		}

	.maps_box {
		display: none;
		}

}

