/* Add here all your CSS customizations */


.details-gallery-section {
	background: #0d0d0d;
	padding-top: 30px;
}

.dg-slider.owl-carousel .owl-nav button {
	height: 50px;
	width: 50px;
	font-size: 36px;
	color: #ffffff;
	background: rgba(8, 8, 8, 0.5);
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
}

.dg-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 30px;
}

.dg-slider .dg-item {
	height: 780px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.center-menu {
	dislay: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

 
.howto-left {
    position: relative;
    font-size: 14px;
    text-align: left;
    background-color: #FFA500;
    padding-left: 10px;
    color: #333;
} 
     
.metals > div { 
    text-align: center;
    padding-left: 26px;
}
            
#apmex-widget-spotprice > div {
    background-color: #FFF;
}
	 
.clearfix::after {
    content: "";
    clear: both;
    display: table;
    padding-bottom: 2px;
}
        

iframe{	
margin: 0 auto;
display:block;
}
    
.howto-right {
    float: right;            
    border: 5px solid #C2beeb;
    font-size: 14px;
    height: 50px;
    text-align: left;
    background-color: #FFA500;
    margin-left: 10px;
    margin-right: 4px;
    color: #333;
} 

.copyright-area {
	border-top: 1px solid #252525;
	padding: 24px 0 18px;
	margin-top: 20px;
}

.copyright-area .ca-text {
	font-size: 14px;
	color: #c4c4c4;
}

.copyright-area .ca-text i {
	color: #c20000;
}

.copyright-area .ca-text a {
	color: #c4c4c4;
}

.copyright-area .ca-text a:hover {
	color: #c20000;
}

.copyright-area .ca-links {
	text-align: right;
}

.copyright-area .ca-links a {
	font-size: 14px;
	color: #c4c4c4;
	display: inline-block;
	margin-right: 25px;
}

.copyright-area .ca-links a:last-child {
	margin-right: 0;
}


/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.copyright-area .ca-text {
		text-align: center;
		margin-bottom: 11px;
	}
	.copyright-area .ca-links {
		text-align: center;
	}

}

@media only screen and (max-width: 479px) {
	width: 300px;
	padding: 30px;


.copyright-area .ca-links a {
		margin-right: 15px;
	}

}