@font-face {
    font-family: 'LuzSans-Book';
    src: url('../fonts/LuzSans-Book.eot');
    src: url('../fonts/LuzSans-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LuzSans-Book.woff2') format('woff2'),
        url('../fonts/LuzSans-Book.woff') format('woff'),
        url('../fonts/LuzSans-Book.ttf') format('truetype'),
        url('../fonts/LuzSans-Book.svg#LuzSans-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LuzSans-Heavy';
    src: url('../fonts/LuzSans-Heavy.eot');
    src: url('../fonts/LuzSans-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LuzSans-Heavy.woff2') format('woff2'),
        url('../fonts/LuzSans-Heavy.woff') format('woff'),
        url('../fonts/LuzSans-Heavy.ttf') format('truetype'),
        url('../fonts/LuzSans-Heavy.svg#LuzSans-Heavy') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeITC';
    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'),
        url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'),
        url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'),
        url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeITC';
    src: url('../fonts/AvantGardeITCbyBT-Medium.eot');
    src: url('../fonts/AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGardeITCbyBT-Medium.woff2') format('woff2'),
        url('../fonts/AvantGardeITCbyBT-Medium.woff') format('woff'),
        url('../fonts/AvantGardeITCbyBT-Medium.ttf') format('truetype'),
        url('../fonts/AvantGardeITCbyBT-Medium.svg#AvantGardeITCbyBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeITC';
    src: url('../fonts/AvantGarde-Demi.eot');
    src: url('../fonts/AvantGarde-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGarde-Demi.woff2') format('woff2'),
        url('../fonts/AvantGarde-Demi.woff') format('woff'),
        url('../fonts/AvantGarde-Demi.ttf') format('truetype'),
        url('../fonts/AvantGarde-Demi.svg#AvantGarde-Demi') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeITC';
    src: url('../fonts/AvantGardeITC-Demi.eot');
    src: url('../fonts/AvantGardeITC-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGardeITC-Demi.woff2') format('woff2'),
        url('../fonts/AvantGardeITC-Demi.woff') format('woff'),
        url('../fonts/AvantGardeITC-Demi.ttf') format('truetype'),
        url('../fonts/AvantGardeITC-Demi.svg#AvantGardeITC-Demi') format('svg');
    font-weight: bold;
    font-style: normal;
}




* {
	-webkit-tap-highlight-color:transparent;
	-moz-tap-highlight-color:transparent;
	-ms-tap-highlight-color:transparent;
	-o-tap-highlight-color:transparent;
	tap-highlight-color:transparent;
}

/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}
input[type="file"] {
	cursor:pointer; 
}
html body{
	font-family: 'LuzSans-Book';
	margin:0;
	padding-top: 181px;
	background-color: #000000;
}
*::-moz-selection {
	color: #fff;
	background:#000;
}
*::-webkit-selection {
	color: #fff;
	background:#000;
}
*::-webkit-input-placeholder { 
	color: #333333;
	opacity:1;
}
*:-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*::-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*:-ms-input-placeholder { 
	color: #333333;
	opacity:1;
}
a,div a:hover, div a:active, div a:focus, button {
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
a, span,div a:hover, div a:active, button {
	text-decoration: none;
}
*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body a {
	outline: none;
	color:#333;
}
body a:hover {
	color:#FFCC26;
}
body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}
body .clearfix{
	height:auto;
}
*{
	outline:none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr:after, 
ul:after, 
.clearfix:after, 
li:after,
.grve-container:after {
	clear:both;
	display:block;
	content:"";
}
div input, div select, div textarea, div button{
	font-family: 'LuzSans-Book';
}
body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: 'AvantGardeITC';
	line-height:120%;
	color:#333;
	font-weight: bold;
	margin:0 0 15px;
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
}
body p{
	color: #333;
	font-family: 'LuzSans-Book';
	font-size:16px;
	line-height: 160%;
	margin: 0 0 15px;
	padding: 0;
	text-align: justify;
}
body p:empty{
	margin:0;
	line-height:0;
}
body p:last-child{
	margin-bottom:0;
}
p strong {
	font-weight: bold;
}
.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
}
label em {
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	margin-left:5px;
}
.hidden{
	display:none!important;
}
iframe{
	display:block;
	width:100%;
}
.gm-style img {
	max-height: inherit;
	max-width: none;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.container{
	width:100%;
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
body .container .container{
	padding-left:0;
	padding-right:0;
}
/*scroll Hide*/
html.no-scroll{
	overflow: hidden;
}
html.no-scroll body {
	overflow: hidden;
	height:100%;
}
/*Default-CSS close*/
/*Gapping*/
.section-gapping,
section {
	padding-bottom: 60px;
	padding-top: 60px;
}
/*Gapping close*/
/*Default-CSS close*/


/* header */
#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
    z-index: 99;
}
.header-sticky #header {
    top: -50px;
}
.close-button,
.menu {
	display: none;
}
.header-top {
	background-color: #ffcc26;
	text-align: center;
}
.header-top p {
	line-height: 50px;
	font-family: 'AvantGardeITC';
	font-weight: 500;
	font-size: 16px;
	color: #000;
}
.top-header-left p span {
	display: inline-block;
	vertical-align: top;
	background-color: #e8b400;
	padding: 0 16px;
	margin-left: 11px;
}
.top-header-center {
	display: inline-block;
	vertical-align: top;
}
.top-header-center span {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.top-header-left {
	float: left;
}
.top-header-right {
	float: right;
	position: relative;
	margin-top: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.header-sticky .top-header-right {
    margin-top: -10px;
}
.tel-wrap > span {
	display: block;
	line-height: 56px;
	background-color: #222222;
	padding: 0 17px 1px 57px;
	position: relative;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
	margin-bottom: -10px;
	letter-spacing: 0.6px;
	z-index: 1;
	text-shadow: none;
}
.tel-wrap > span a {
	color: #fff;
	font-size: 22px;
	font-family: 'AvantGardeITC';
	font-weight: 600;
}
.tel-wrap > span a:hover {
	color: #ffcc26;
}
.tel-wrap > span::before {
	content: "";
	position: absolute;
	left: 17px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
/*.top-header-right .header-phone:hover span::before {
	background-position: -50px 0;
}*/
.top-header-right::after, .top-header-right::before {
	content: "";
	position: absolute;
	left: -22px;
	top: -8px;
	bottom: 0;
	height: 70px;
	width: 40px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: -171px 0;
}
.top-header-right::after {
	left: auto;
	right: -22px;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.tel-wrap::after, .tel-wrap::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 100%;
	bottom: -10px;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #555555 transparent transparent;
}
.tel-wrap::after {
	right: auto;
	left: 100%;
	border-color: transparent transparent transparent #555;
	border-width: 0 0px 10px 10px;
}
.header-bottom {
	background-image: url(../img/header-bg.png);
	padding: 32px 0;
	border-bottom: 1px solid #202425;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.header-sticky .header-bottom {
    padding: 18px 0;
}
.logo img {
	display: block;
}
.logo {
	float: left;
}
.main-menu {
	float: right;
}
.main-menu ul {
    padding: 0;
    list-style: none;
    margin: 16px -16px 0;
}
.main-menu ul li {
	float: left;
	margin: 0 2px;
}
.main-menu ul li a {
	color: #fff;
	font-size: 16px;
	font-family: 'AvantGardeITC';
	padding: 0 8px;
	display: block;
	line-height: 32px;
	position: relative;
	letter-spacing: 0.8px;
	z-index: 1;
}
.main-menu ul li a::before {
	content: "";
	position: absolute;
	left: -1px;
	right: 0;
	top: -1px;
	bottom: 0;
	border: 1px solid #FFCC26;
	background-color: #453D40;
	z-index: -1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.main-menu ul li a:hover::before,
.main-menu ul li.active a::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.main-menu ul li a:hover,
.main-menu ul li.active a {
	color: #FFCC26;
}
/* header close*/


/* banner */
.home-banner {
	padding: 0;
	position: relative;
}
.banner-caption {
	height: 619px;
	position: relative;
	background-image: url("../img/banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-caption .container {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 37px;
}
.banner-caption-text {
	width: 50%;
	position: relative;
	z-index: 1;
}
.banner-caption {
	height: 620px;
	position: relative;
	background-image: url("../img/banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: #000;
}
.banner-caption-text h2 {
	color: #fff;
	font-family: 'Bilbo Swash Caps', cursive;
	font-weight: normal;
	font-size: 54px;
	margin-bottom: 22px;
}
.banner-caption-text h2 span {
	display: block;
	font-size: 40px;
}
.banner-btn {
	display: inline-block;
	vertical-align: top;
	color: #000;
	width: 140px;
	line-height: 46px;
	text-align: center;
	font-weight: 500;
	border-radius: 3px;
	font-family: 'AvantGardeITC';
	font-size: 20px;
	-webkit-transition: 0s !important;
	-moz-transition: 0s !important;
	-ms-transition: 0s !important;
	-o-transition: 0s !important;
	transition: 0s !important;
	background: rgb(171,123,9); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(171,123,9,1) 0%, rgba(243,201,38,1) 38%, rgba(171,123,9,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(171,123,9,1) 0%,rgba(243,201,38,1) 38%,rgba(171,123,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(171,123,9,1) 0%,rgba(243,201,38,1) 38%,rgba(171,123,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab7b09', endColorstr='#ab7b09',GradientType=0 ); /* IE6-9 */
}
.banner-btn:hover {
	background: #453d40;
	color: #ffcc26;
}
.banner-table {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.banner-table .main-table {
	float: right;
}
.main-table table {
	color: #fff;
	font-size: 16px;
	margin: 0;
}
.banner-table .main-table {
	float: right;
	background-image: url(../img/table-bg.png);
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(68,68,68,0.5);
}
.banner-table .main-table td {
	padding: 14px 34px;
	border-bottom: 1px solid rgba(68,68,68,0.5);
}
.banner-table .main-table th {
	padding: 14px 34px;
	font-family: 'LuzSans-Heavy';
	background: rgb(171,123,9);
	background: -moz-linear-gradient(top, rgba(171,123,9,1) 0%, rgba(243,201,38,1) 38%, rgba(171,123,9,1) 100%);
	background: -webkit-linear-gradient(top, rgba(171,123,9,1) 0%,rgba(243,201,38,1) 38%,rgba(171,123,9,1) 100%);
	background: linear-gradient(to bottom, rgba(171,123,9,1) 0%,rgba(243,201,38,1) 38%,rgba(171,123,9,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab7b09', endColorstr='#ab7b09',GradientType=0 );
	font-size: 18px;
	color: #222222;
	min-width: 276px;
	text-align: left;
}
.banner-table .main-table th:last-child {
    padding-left: 79px;
}
.banner-table .main-table td:first-child {
	border-right: 1px solid rgba(68,68,68,0.5);
}
.banner-table .main-table td:last-child {
	padding-left: 79px;
	padding-right: 79px;
}
.banner-table .main-table tbody tr:last-child td {
	border-bottom: 0;
}
/* banner close*/


/* features section */
.features-section {
	background-color: #EEEEEE;
}
.main-title {
	text-align: center;
	color: #202020;
	font-size: 40px;
	font-weight: normal;
	position: relative;
	margin-bottom: 28px;
	padding-bottom: 21px;
	text-shadow: 0 0;
	margin-top: -10px;
}
.main-title span {
	font-weight: 600;
	text-shadow: none;
}
.main-title::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFCC26;
	width: 60px;
	height: 4px;
	margin: auto;
}
.main-title::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFCC26;
	width: 60px;
	height: 4px;
	margin: auto;
}
.features-section ul {
	padding: 0;
	margin: 0 -16px;
	list-style: none;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.features-section ul li {
	max-width: 50%;
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 16px;
	padding: 50px 16px 0;
	position: relative;
	margin-bottom: 30px;
}
.features-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	background-color: #222222;
	border-radius: 50%;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	box-shadow: 0 0 0 8px #eee;
	z-index: 1;
	background-position: 20px -38px;
}
.leading-gold .features-icon {
	background-position: -84px -40px;
}
.instant-cash .features-icon {
	background-position: 23px -142px;
}
.loan-instead .features-icon {
    background-position: -81px -144px;
}
.gold-brisbane .features-icon {
	background-position: 18px -241px;
}
.buy-diamonds .features-icon {
	background-position: -83px -242px;
}

.features-box {
	height: 100%;
	padding: 74px 37px 92px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	text-align: center;
	box-shadow: 0 0 8px rgba(136,136,136,0.15);
	min-height: 368px;
}
.features-box h3 {
	font-size: 20px;
	color: #212121;
	font-weight: 600;
	margin-bottom: 10px;
}
.features-box p {
	text-align: center;
	color: #525252;
	margin-bottom: 8px;
}
.main-btn {
	display: inline-block;
	background: rgb(171,123,9);
	background: -moz-linear-gradient(top, rgba(171,123,9,1) 0%, rgba(243,201,38,1) 38%, rgba(171,123,9,1) 100%);
	background: -webkit-linear-gradient(top, rgba(171,123,9,1) 0%,rgba(243,201,38,1) 38%,rgba(171,123,9,1) 100%);
	background: linear-gradient(to bottom, rgba(171,123,9,1) 0%,rgba(243,201,38,1) 38%,rgba(171,123,9,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab7b09', endColorstr='#ab7b09',GradientType=0 );
	vertical-align: top;
	padding: 0 40px;
	line-height: 46px;
	font-size: 18px;
	color: #000;
	text-align: center;
	font-weight: 500;
	font-family: 'AvantGardeITC';
	border-radius: 4px;
	-webkit-transition: 0s !important;
	-moz-transition: 0s !important;
	-ms-transition: 0s !important;
	-o-transition: 0s !important;
	transition: 0s !important;
}
.features-box .main-btn {
	position: absolute;
	width: 250px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 34px;
	padding: 0 20px;
	-webkit-transition: 0s !important;
	-moz-transition: 0s !important;
	-ms-transition: 0s !important;
	-o-transition: 0s !important;
	transition: 0s !important;
}
.main-btn:hover {
	background: #000;
	color: #fff;
}
.features-section ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
/* features section close */

/* What We Buy */
.product-section {
	background-image: url(../img/buy-bg.png);
}
.product-section .main-title::before {
    background-color: #222;
}
.product-section ul {
	padding: 0;
	margin: 0 -15px;
	list-style: none;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-section ul li {
	max-width: 33.33%;
	-webkit-flex: 0 0 33.33%;
	-moz-flex: 0 0 33.33%;
	-ms-flex: 0 0 33.33%;
	-o-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	padding: 0 15px;
	margin-bottom: 28px;
}
.product-section .product-box {
	position: relative;
	height: 100%;
}
.product-section .product-box::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: #E8B400;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.product-section .product-box:hover:before {
	bottom: -5px;
}
.image-product {
	height: 233px;
	position: relative;
}
.image-product img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%;
}
.product-box a {
	font-size: 20px;
	color: #212121;
	font-family: 'LuzSans-Book';
	font-weight: normal;
	text-shadow: 0 0;
}
.product-wrap {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 75%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border-radius: 6px;
	text-align: center;
	padding-bottom: 21px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	position: relative;
	height: 100%;
}
.product-box a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.view-all {
	text-align: center;
	margin-top: 4px;
}	
.btn-primary {
	display: inline-block;
	vertical-align: top;
	background-color: #222222;
	color: #fff;
	line-height: 46px;
	border-radius: 3px;
	font-family: 'AvantGardeITC';
	font-weight: 500;
	font-size: 20px;
	padding: 0 35px;
}
.btn-primary:hover {
	background-color: #e8b400;
	color: #000;
}
/* What We Buy close */

/* services */
.services-section {
	background-image: url("../img/service-bg.png");
}
.services-section .main-title {
	color: #fff;
}
.services-section .main-title span {
	display: block;
}
.services-section .main-title::before {
    background-color: #fff;
}
.services-section ul {
	padding: 0;
	margin: 0 -15px;
	list-style: none;
}
.services-section ul li {
	float: left;
	padding: 0 15px;
	width: 33.33%;
	text-align: center;
}

.services-section p {
	text-align: center;
	color: #fff;
	line-height: 140%;
}
.services-section h3 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 500;
	text-shadow: 0 0;
	letter-spacing: 0.5px;
	margin-top: 20px;
	margin-bottom: 11px;
}
.service-icon {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #222222;
	box-shadow: 0 0 20px 0px rgba(0,0,0,.45);
	background-image: url(../img/service-sprite.png);
	background-repeat: no-repeat;
	background-position: 45px 33px;
}
.service-icon.service-timings {
	background-position: -101px 33px;
}
.service-icon.service-velue {
	background-position: -232px 35px;
}
.services-section ul li:hover .service-icon {
	background-color: #ffcc26;
	background-position: 45px -107px;
}
.services-section ul li:hover .service-icon.service-timings {
	background-position: -101px -107px;
}
.services-section ul li:hover .service-icon.service-velue {
	background-position: -232px -106px;
}

/* services close */

/* newslatter */
.newslatter {
	background-image: url(../img/buy-bg.png);
	padding: 50px 0;
}
.newslatter h3 {
	display: table-cell;
	font-weight: normal;
	color: #000;
	font-size: 38px;
	margin-bottom: 0;
	vertical-align: top;
	width: 20%;
	white-space: nowrap;
	padding-right: 32px;
}
.newslatter h3 span {
	font-weight: 600;
}
.newslatter .container {
	display: table;
}
.newslatter form {
	display: table-cell;
	position: relative;
	font-size: 0;
	padding-right: 150px;
}
#newslatter-email {
	height: 52px;
	width: 100%;
	box-shadow: none;
	border: 0;
	border-radius: 5px;
	padding: 0 18px;
	font-size: 17px;
	color: #666666;
}
.newslatter label {
	position: absolute;
	font-size: 17px;
	color: #666;
	padding: 0 7px;
	top: 14px;
	left: 11px;
	border-radius: 3px;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	pointer-events: none;
}
.newslatter label span {
	color: red;
}
.newslatter .value_focus label,
.newslatter .input_focus label {
    background-color: #fff;
    top: -11px;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    font-size: 14px;
}
#newslatter-submit {
	position: absolute;
	right: 0;
	height: 52px;
	border: 0;
	line-height: 52px;
	font-family: 'AvantGardeITC';
	font-size: 20px;
	font-weight: 500;
	width: 140px;
	background-color: #222222;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	outline: none;
}
#newslatter-submit:hover {
	background-color: #e8b400;
	color: #000;
}
.response {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: red;
    border: 1px solid red;
    background-color: #fff;
    padding: 5px 10px;
}
.response.success-msg {
    color: green;
    border-color: green;
}
/* newslatter close */

/* footer */
.footer-top {
	background-color: #111111;
	padding: 60px 0;
}
.footer-contact {
	float: left;
	width: 30%;
	padding-right: 30px;
}
.footer-map {
	float: left;
	width: 41.6%;
	padding-right: 30px;
}
.footer-map iframe {
	border: 0;
	width: 100%;
	height: auto;
	min-height: 220px; 
}
.footer-time {
	float: right;
}
.footer-title {
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid #222222;
	margin-top: -7px;
	vertical-align: top;
}
.footer-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 36px;
	height: 1px;
	background-color: #FFCC26;
}
.footer-title a {
	color: #ffffff;
}
.footer-title a:hover {
	color: #ffffff;
}
.footer-title span {
	font-weight: 600;
}
.footer-time .footer-title {
    display: block;
}
.footer-time ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.footer-time ul li {
	color: #fff;
	font-size: 16px;
	line-height: 140%;
	font-family: 'AvantGardeITC';
}
.footer-time ul li span {
	display: inline-block;
	min-width: 115px;
	vertical-align: top;
}
.footer-map a {
	display: inline-block;
	vertical-align: top;
	border: 5px solid #222222;
}
.footer-map a img {
	display: block;
}
.footer-contact p {
	font-family: 'AvantGardeITC';
	color: #CCCCCC;
}
.footer-contact > div {
	position: relative;
	font-size: 16px;
	line-height: 120%;
	color: #ccc;
	padding-left: 32px;
	margin-bottom: 25px;
	font-family: 'AvantGardeITC';
}
.footer-contact > div::after {
	content: "\f041";
	position: absolute;
	left: 0;
	top: 2px;
	font-family: Fontawesome;
	color: #ffcc26;
	font-size: 25px;
}
.footer-contact .phone-footer a {
	font-size: 18px;
	color: #CCCCCC;
	font-weight: 600;
}
.footer-contact .phone-footer::after {
	content: "\f095";
	font-size: 20px;
	top: 2px;
}
.footer-contact .phone-footer a:hover {
	color: #ffcc26;
}
.footer-bottom {
	background-color: #000000;
	padding: 14px 0;
}
.footer-bottom p {
	margin: 0;
	float: left;
	color: #ccc;
	line-height: 40px;
	font-size: 14px;
}
.footer-bottom p a {
	color: #FFCC26;
}
.footer-bottom p a:hover {
    color: #fff;
}
.footer-social {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-social li {
	float: left;
	margin-left: 10px;
}
.footer-social a {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
}
.footer-social .instagram {
	background-image: url("../img/sprite.png");
	background-repeat: no-repeat;
	background-position: -90px 9px;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.footer-social a:hover {
	border-color: #FFCC26;
	color: #FFCC26;
}
.footer-social .instagram:hover {
	background-position: -128px 9px;
}
#myBtn {
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #000;
	right: 20px;
	bottom: 71px;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 0 0 0 2px #000;
	cursor: pointer;
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}
#myBtn.arrow-active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
#myBtn::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	bottom: 0;
	margin: auto;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
#myBtn:hover {
	background-color: #ffcc26;
	box-shadow: 0 0 0 2px #ffcc26;
	border-color: #000;
}
#myBtn:hover::before {
    border-color: #000;
}
html .fancybox-close {
	background: #000;
	border-radius: 50%;
	border: 1px solid #fff;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 26px	;
}
html .fancybox-close::before {
    content: "x";
    -webkit-transform: scaleX(1.2);
    -moz-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
    transform: scaleX(1.2);
    display: block;
	margin-left: 1px;
}
html .fancybox-close:hover {
	transform: none;
	background-color: #FFCC26;
	color: #000;
}
/* footer close */


/* 404 page */
.error404 {
    text-align: center;
}
.error404-icon {
    color: #222222;
    font-size: 180px;
    font-weight: 600;
    letter-spacing: 10px;
    line-height: 120%;
    margin: -45px 0 0;
    font-family: 'AvantGardeITC';
    text-align: center;
    text-shadow: 5px 5px 0 #111;
}
.error404 h2 {
	color:#333;
	font-size: 30px;
	line-height: 120%;
	margin: 0 0 20px;
	padding: 0 0 25px;
	position: relative;
	text-align: center;
}
.error404 h2:before, 
.error404 h2:after {
	background: #e1e1e1;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: auto;
	width: 190px;
}
.error404 h2:after {
	margin-bottom: -3px;
	width: 140px;
}
.error404 .grve-subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

/* 404 page close */

.newslatter .loader {
	position: absolute;
	left: auto;
	right: -23px;
	top: 0px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	line-height: 20px;
	text-align: center;
}
.newslatter .loader > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 15px;
}
.footer-social a .fa.fa-facebook {
    margin-left: -2px;
}
.footer-social a .fa.fa-twitter {
    margin-right: -2px;
}
#newslatter-email.has-error {
	border: 1px solid #ff0000;
}

/********** What we buy Page **********/
body:not(.home) .main-wrap {
	background-color: #eee;
}
.inner-main .purchase-left {
	background-image: none;
	width: 68.5%;
	float: left;
	padding-right: 30px;
}
.inner-main .purchase-right {
	width: 31.5%;
	float: right;
}
.purchase-right > div {
	margin-bottom: 30px;
}
.purchase-right > div:last-child {
	margin-bottom: 0px;
}
.heading-con p {
	font-size: 18px;
	color: #525252;
	font-family: 'LuzSans-Book';
}
.heading-con p a {
	font-weight: 600;
	text-decoration: underline;
}
.purchase-left > ul {
	margin-top: 30px;
}
.we-buy-section .product-section ul li {
	max-width: 50%;
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
}
.purchase-left .main-title {
	text-align: left;
	margin-bottom: 18px;
}
.purchase-left .main-title::before {
	background-color: #FFCC26;
	right: auto;
	left: 0;
}
.purchase-left .view-all {
	text-align: left;
}

.purchase-right .price-table {
	float: right;
	background-image: url("../img/service-bg.png");
	border-radius: 0;
	overflow: hidden;
	border: 1px solid rgba(68,68,68,0.5);
	width: 100%;
	color: #fff;
}
.price-table table {
	width: 100%;
}
.price-table table th {
	padding: 15px 5px;
	font-family: 'LuzSans-Heavy';
	background: rgb(171,123,9);
	background: -moz-linear-gradient(top, rgba(171,123,9,1) 0%, rgba(243,201,38,1) 38%, rgba(171,123,9,1) 100%);
	background: -webkit-linear-gradient(top, rgba(171,123,9,1) 0%,rgba(243,201,38,1) 38%,rgba(171,123,9,1) 100%);
	background: linear-gradient(to bottom, rgba(171,123,9,1) 0%,rgba(243,201,38,1) 38%,rgba(171,123,9,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab7b09', endColorstr='#ab7b09',GradientType=0 );
	font-size: 15px;
	color: #222222;
	min-width: 50%;
	text-align: center;
}
.price-table table td {
	padding: 11px 15px;
	border-bottom: 1px solid rgba(68,68,68,0.5);
	font-size: 13px;
}
.price-table table td:first-child {
	border-right: 1px solid rgba(68,68,68,0.5);
}

.purchase-right > div {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.sm-service-wrap {
	padding: 25px 22px 30px;
	background-image: url("../img/service-bg.png");
}
.service-wrap {
	float: left;
	margin-bottom: 35px;
	width: 100%;
}
.service-wrap:last-child {
	margin-bottom: 0px;
}
.service-wrap .sm-service-icon {
	float: left;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #222222;
	box-shadow: 0 0 15px 0px rgba(0,0,0,.45);
	background-image: url(../img/sm-service-sprite.png);
	background-repeat: no-repeat;
	background-position: 27px 17px;
}
.service-wrap .service-con {
	width: calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: -ms-calc(100% - 90px);
	width: -0-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	float: right;
	padding-left: 15px;
}
.service-con > h3 {
	font-size: 18px;
	color: #fff;
	line-height: 100%;
	margin-bottom: 8px;
	font-family: 'AvantGardeITC';
}
.service-con > p {
	font-size: 14px;
	line-height: 140%;
	color: #fff;
	text-align: left;
}
.service-wrap.ser-time .sm-service-icon {
	background-position: -58px 19px;
}
.service-wrap.ser-value .sm-service-icon {
	background-position: -137px 19px;
}
.service-wrap:hover .sm-service-icon {
	background-color: #ffcc26;
	background-position: 27px -67px;
}
.service-wrap.ser-time:hover .sm-service-icon {
	background-position: -58px -66px;
}
.service-wrap.ser-value:hover .sm-service-icon {
	background-position: -137px -64px;
}


.map-section {
	padding: 10px 10px 20px;
	background-image: url("../img/service-bg.png");
	text-align: center;
}
.map-section .map iframe {
	border: 0;
	min-height: 200px;
}
.map .fancybox-map {
	display: block;
	line-height: 100%;
}
.map-content {
	float: left;
	margin-top: 20px;
	padding: 0 10px;
	width: 100%;
}
.map-content > h3 {
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.map-content > h3::before {
	content: "";
	position: absolute;
	right: ;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 0;
	width: 40px;
	height: 2px;
	display: block;
	background-color: #fff;
}
.map-content > p {
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.map-content .address {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 160%;
}
.map-content p i.fa-phone, .map-phone i.fa-phone {
	color: #FFCC26;
	vertical-align: middle;
	font-size: 18px;
	margin-right: 12px;
	margin-top: 4px;
}
.phone-link a, .map-phone a {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}


/********** How To sell **********/

.howtosell-wrap > div, .loan-offer, .testimonials-wrap .testimonials {
	padding: 18px 30px 28px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(136,136,136,0.4);
	margin-bottom: 18px;
}
.howtosell-wrap > div:last-child, .testimonials-wrap .testimonials:last-child {
	margin-bottom: 0;
}
.selling-step > h3, .securedloan-wrap .loan-offer > h3 {
	font-size: 20px;
	color: #202020;
	font-family: 'AvantGardeITC';
	line-height: 140%;
	margin-bottom: 8px;
}
.selling-step > p, .loan-offer > p {
	color: #525252;
}
.selling-map-wrap {
	display: inline-block;
	width: 100%;
}
.selling-map-wrap .sell-map {
	width: 50%;
	float: left;
}
.selling-map-wrap .sell-map iframe {
	width: 100%;
	min-height: 300px;
	border: 0;
}
.selling-map-wrap .sell-map-2 {
	width: 50%;
	float: left;
}
.selling-map-wrap .sell-map-2 iframe {
	width: 100%;
	min-height: 170px;
	border: 0;
}
.selling-map-wrap .sell-address {
	width: 50%;
	float: right;
	padding-left: 20px;
}
.map-heading {
	font-size: 20px;
	color: #202020;
	margin-bottom: 8px;
}
.map-phone a {
	color: #525252;
}
.sell-address .sell-inner {
	margin-bottom: 10px;
}
.sell-inner > p {
	margin-bottom: 8px;
	line-height: 140%;
	text-align: left;
}
.parking-yallow {
	font-style: italic;
	color: #FFCC26;
	line-height: 120%;
}
.sell-inner .min-walk {
	font-weight: bold;
	color: #525252;
	font-size: 14px;
}
.sell-inner .map-direction a {
	font-size: 14px;
}
.sm-service-wrap .service-title {
	font-size: 20px;
	color: #fff;
	line-height: 120%;
	text-align: center;
	padding-bottom: 17px;
	margin-bottom: 20px;
	position: relative;
	font-weight: normal;
}
.sm-service-wrap .service-title b {
	font-weight: bold;
	display: block;
}
.sm-service-wrap .service-title::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #fff;
}
.selling-step.map-step > h3 {
	margin-bottom: 15px;
}
.howtosell-wrap > div.map-step {
	padding-bottom: 8px;
}

.breadcrumb-wrap {
	background-color: #dbdddc;
	display: block;
	width: 100%;
}
.breadcrumb-wrap ul {
	padding: 12px 0;
	margin: 0;
	list-style: none;
}
.breadcrumb-wrap ul li {
	list-style: none;
	float: left;
	margin-right: 16px;
	padding-right: 16px;
	position: relative;
}
.breadcrumb-wrap ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.breadcrumb-wrap ul li::after {
	content: "/";
	position: absolute;
	right: -3px;
	top: 0;
	font-size: 13px;
	display: block;
}
.breadcrumb-wrap ul li:last-child::after {
	display:none;
}
.breadcrumb-wrap ul li, .breadcrumb-wrap ul li a {
	font-size: 16px;
	color: #525252;
}
.breadcrumb-wrap ul li a:hover {
	color: #000;
}
.breadcrumb-wrap ul li.active {
	color: #000;
	font-weight: 600;
}

/********** Secured Loan **********/

.securedloan-wrap h3 {
	font-size: 20px;
	color: #1f1f1f;
	margin-bottom: 15px;
}
.big-img img {
	display: block;
	margin-bottom: 15px;
}
.securedloan-wrap p {
	color: #525252;
	margin-bottom: 6px;
}
.allloan-offer {
	margin-top: 20px;
	display: block;
	width: 100%;
}
.table-wrap table {
	width: 100%;
	background-color: #f6f6f6;
	margin: 14px auto 14px;
}
.table-wrap table thead tr th {
	background-color: #FFCC26;
	font-size: 16px;
	color: #212121;
	text-align: left;
	padding: 14px 16px;
	border: 1px solid #F2BC00;
	border-bottom: none;
}
.table-wrap table tbody td {
	border: 1px solid #FFCC26;
	padding: 12px 16px;
	font-size: 16px;
	color: #525252;
}
.footer-dire a {
	color: #fff;
}
.footer-dire a:hover {
	color: #FFCC26;
}
.loan-offer ul {
	list-style: none;
	padding: 0;
	margin: 0 auto 10px;
}
.loan-offer ul li {
	list-style: none;
	padding-left: 32px;
	position: relative;
	font-size: 16px;
	color: #525252;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 8px;
}
.loan-offer ul li:last-child {
	margin-bottom: 0;
}
.loan-offer ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	display: block;
	background-image: url(../img/sm-service-sprite.png);
	background-repeat: no-repeat;
	background-position: -1px -229px;
}
.option-main {
	display: block;
	width: 100%;
	margin-top: 16px;
}
.option-wrap {
	padding: 20px;
	background-color: #f1f1f1;
	border-radius: 10px;
	margin-bottom: 20px;
}
.option-wrap:last-child {
	margin-bottom: 0px;
}
.securedloan-wrap p.text-md {
	font-size: 18px;
	color: #202020;
	font-weight: bold;
	margin-bottom: 0;
	padding-top: 5px;
}
.loan-contact ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.loan-contact ul li {
	list-style: none;
	padding-left: 90px;
	position: relative;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	min-height: 65px;
}
.loan-contact ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 65px;
	height: 65px;
	display: block;
	background-color: #222;
	background-image: url(../img/sm-service-sprite.png);
	background-repeat: no-repeat;
	background-position: 18px -154px;
	border-radius: 50%;
}
.loan-contact ul li.loan-phone::before {
	background-position: -34px -152px;
}
.loan-contact ul li.loan-parking::before {
	background-position: -87px -150px;
}
.loan-contact ul li.loan-parking {
	display: table;
	height: 66px;
}
.loan-contact ul li.loan-parking h4 {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.loan-contact ul h4 {
	font-size: 18px;
	color: #202020;
	line-height: 140%;
	margin-bottom: 0;
	display: block;
	width: 100%;
}
.loan-contact ul p {
	font-size: 16px;
	color: #525252;
	text-shadow: 0 0 0;
	display: block;
	width: 100%;
}
.loan-contact ul a {
	color: #525252
}
.loan-contact ul a:hover {
	color: #F2BC00;
}
.table-wrap {
	overflow: auto;
}
.map-content .map-parking {
	background-color: #222;
	padding: 5px;
	border-radius: 5px;
	color: #FFCC26;
	font-style: italic;
}
.bullion-main.securedloan-wrap .loan-offer > h3 {
	margin: 20px auto 10px;
}
.bullion-main.securedloan-wrap .loan-offer > h3:first-child {
	margin-top: 0px;
}
.bullion-main .table-wrap table thead tr th, .bullion-main .table-wrap table tbody td {
	padding: 14px 28px;
}
.bullion-main .table-wrap table {
	margin: 0 auto;
}
.bullion-main .loan-offer {
	margin-bottom: 22px;
}
.bullion-main .loan-offer:last-child {
	margin-bottom: 0px;
}
.world-wrap {
	display: block;
	width: 100%;
	margin-top: 25px;
}
.world-wrap h3 {
	margin-bottom: 10px;
}
.world-select {
	width: 100%;
	max-width: 510px;
	float: left;
	position: relative;
	margin-top: 10px;
}
.world-select select {
	width: 100%;
	height: 52px;
	background-color: #fff;
	border: none;
	font-size: 17px;
	color: #666;
	padding: 0 35px 0 25px;
	border-radius: 5px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.world-select select::-ms-expand {
    display: none;
}
.world-select::before {
	content: "\f107";
	position: absolute;
	font-family: Fontawesome;
	right: 20px;
	top: 14px;
	font-size: 20px;
	color: #666;
	line-height: normal;
	pointer-events: none;
}
.contact-list ul {
	padding: 0;
	margin: 0 -16px;
	list-style: none;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact-list ul li {
	max-width: 50%;
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 16px;
	padding: 32px 16px 0;
	position: relative;
	margin-bottom: 22px;
}
.contact-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 65px;
	height: 65px;
	background-color: #222222;
	border-radius: 50%;
	background-image: url(../img/sm-service-sprite.png);
	background-repeat: no-repeat;
	box-shadow: 0 0 0 6px #eee;
	z-index: 1;
	background-position: 19px -154px;
}
.contact-box {
	height: 100%;
	padding: 60px 37px 35px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	text-align: center;
	box-shadow: 0 0 8px rgba(136,136,136,0.15);	
}
.contact-box h3 {
	font-size: 20px;
	color: #1f1f1f;
	font-weight: 600;
	margin-bottom: 10px;
}
.contact-box p {
	text-align: center;
	color: #525252;
	margin-bottom: 8px;
}
.contact-phone .contact-icon {
	background-position: -34px -152px;
}
.contact-hour .contact-icon {
	background-position: -135px -150px;
}
.contact-park .contact-icon {
	background-position: -87px -150px;
}
.contact-park .contact-box h3 {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
}
.contact-phone .contact-box > p > a {
	display: table;
	margin: auto;
}
.contact-map {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.contact-map iframe {
	height: 400px;
	width: 100%;
	display: block;
	border: 4px solid #fff;
	box-shadow: 0 0 8px rgba(136,136,136,0.15);
}


.faq-list .accordion {
	list-style: none;
	padding: 0;
	margin: 0;
}
.faq-list .accordion .answer {
	display: none;
	padding: 0px 50px 18px 28px;
}
.faq-list .accordion li {
	padding: 0;
	padding: 0;
	background-color: #fff;
	margin-bottom: 18px;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(136,136,136,0.15)
}
.faq-list .accordion a.toggle {
	font-size: 18px;
	color: #202020;
	font-family: 'AvantGardeITC';
	font-weight: bold;
	width: 100%;
	display: block;
	line-height: 140%;
	padding: 15px 50px 15px 28px;
	position: relative;
}
.faq-list .accordion a.toggle::before, .faq-list .accordion a.toggle::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 19px;
	bottom: auto;
	margin: auto;
	width: 3px;
	height: 15px;
	background-color: #111;
	display: block;
}
.faq-list .accordion a.toggle::after {
	width: 15px;
	height: 3px;
	right: 18px;
	top: 25px;
}
.faq-list .accordion a.toggle:hover, .faq-list .accordion .active a.toggle {
	color: #FFCC26;
}
.faq-list .accordion a.toggle:hover::before, .faq-list .accordion a.toggle:hover::after,
.faq-list .accordion .active a.toggle::before, .faq-list .accordion .active a.toggle::after {
	background-color: #FFCC26;
}
.faq-list .accordion .active a.toggle::before {
	display: none;
}
.faq-list .accordion .answer p {
	color: #525252;
	margin-bottom: 8px;
}
.faq-list .accordion .answer p:last-child {
	margin-bottom: 0;
}

.faq-main .selling-map-wrap .sell-map {
	height: 150px;
}
.faq-main .selling-map-wrap .sell-map img {
	object-fit: cover;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
}

.testimonials-main {
	background-color: #eeeeee;
}
.testimonials-wrap .testimonials {
	padding: 20px 30px 20px;
}
.testimonials .client-review, .client-name {
	text-align: center;
}
.client-name h4 {
	font-size: 18px;
	color: #111;
	padding-left: 20px;
	position: relative;
	line-height: normal;
	display: inline-block;
	width: auto;
}
.client-name h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 2px;
	background-color: #000;
	bottom: 0;
	margin: auto;
}
.client-name h4 > span {
	font-weight: normal;
}
.map-content .direction a {
	color: #fff;
	font-size: 16px;
	line-height: 100%;
}
.map-content .direction a:hover {
	color: #FFCC26;
}
.table-wrap.howmuch-table table {
	margin-bottom: 0;
}
.howtosell-wrap .sell-inner .map-direction a {
	font-size: 16px;
}

.pro-detail-wrap .pro-image {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 75%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border-radius: 13px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	position: relative;
	height: 512px;
	overflow: hidden;
	margin: 6px auto 20px;
	float: left;
	width: 100%;
}
.pro-detail-wrap .pro-image img {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	display: block;
}
.pro-detail-wrap p {
	color: #525252;
	margin-bottom: 8px;
}
.pro-detail-wrap p > a {
	text-shadow: 0 0 0;
	text-decoration: underline;
	color: #525252;
}
.pro-detail-wrap p > a:hover {
	color: #FFCC26;
}
.pro-detail-map {
	margin-top: 25px;
}

.hidediv {
	display: none;
}
.othercountry {
	float: left;
	width: 100%;
	margin: 0;
}
.bullion-main .othercountry .loan-offer {
	margin: 30px auto 0;
}

.displayNone {
	display: none;
}

/*

	fonts
	* font-family: 'LuzSans-Book';
	* font-family: 'AvantGardeITC';
	* font-family: 'Bilbo Swash Caps', cursive;

*/
