@font-face {
   font-family: lato;
   src: url(Lato-Regular.ttf);
}
@font-face {
   font-family: lato-Light;
   src: url(Lato-Light.ttf);
}
@font-face {
   font-family: lato-bold;
   src: url(Lato-Bold.ttf);
}
*{
	margin:0px;
	padding:0px;
	font-family: Lato;	
}
body
{
	/* background: #deba62 url("../images/world-map.png"); */
	background: url("../images/world-map.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	background-size:cover;
    overflow: auto;
    overflow-x: hidden;
}
/*----------------------------------- helper classes-------- */
a, a:hover, a:focus{
	text-decoration:none;
}
.text-shadow{
	text-shadow: 0px 1px 1px rgba(255, 220, 162, 0.8);
}
.btn-black {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
    color: #FFF;
    background-color: #2E2A2B;
    border-color: #060606;
}
.btn-gold {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid #BA760A;
    color: #000;
    /* background-color: #2E2A2B; */
	background: transparent url("../images/th-background.jpg") no-repeat scroll 0% 0% / cover;
}
.bor-rad-0{
	border-radius:0px;
}
/* -------------------------------helper classes close------ */

/* ---------------------------------------------header---------------------------------------------- */
header{
	background: transparent url("../images/banner-bg.jpg") repeat-x scroll 0% 0%;
	width: 100%;
	height: 140px;
	/*opacity:0.9; */
}
.logo{
	position: absolute;
	margin-left: -30px;
}
.top-black-bar{
	background: transparent url("../images/top-bg.jpg") repeat-x scroll 0% 0%;
	color:#F6DB7C;
	min-height: 30px;
	/* opacity:0.9; */
}
/* contact  */
.phone{
	font-size: 18px;
	font-family: lato-bold;
	float: right;
	color: #fff;
	margin-top: 4px;
}
.phone i{
	color: #FFDCA0;
	font-size: 23px;
	padding-right: 5px;
}
/* contact close */

/* social  */
.social{
	display:inline-block;
	float:right;
	line-height: 28px;
	margin-left: 15px;
}
.social i.fa-facebook, .social i.fa-twitter, .social i.fa-google-plus{
	color: #FFDCA0;
	font-size: 15px;
	padding: 6px;
	border: 3px solid #ffdca0;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}
.social i.fa-facebook:hover, .social i.fa-twitter:hover, .social i.fa-google-plus:hover
{
	background: #FFDCA0;
	color:#000;
}
/* social close */

/* menubar */
.menu{
	/* margin: 60px 0px 0px; */
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #FFDCA0;
}
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-right {
    margin-right: -30px;
}
.navbar {
    margin-bottom: 0px;
}
.nav li
{
	margin-top: 10px;
}
.nav li a
{
	padding-top: 15px;
}
.navbar-default .navbar-nav > li > a {
    padding-top: 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover{
	color: #FFDCA0 !important;
    padding-bottom: 15px;
	background: rgb(46, 42, 43) none repeat scroll 0% 0%;
	/* box-shadow: 0px 1px 1px rgb(0, 0, 0); */
}
/* menubar close */

/* top news */

.top-news
{
    background: transparent url("../images/gray-bg.jpg") repeat scroll 0% 0%;
    width: 100%;
    min-height: 43px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	box-shadow: 0px 1px 2px #424242;	
	/* opacity:0.9; */
}
.tag-bg {
	background: transparent url("../images/tab-bg.jpg") no-repeat scroll 0% 0%;
	width: 110px;
	height: 41px;
	float: left;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	padding: 10px 0px 0px 8px;
	font-weight: bold;
	margin-left: -15px;
	
}
.tag-text {
	line-height: 3em;
	color: #2E2A2B;
	font-size: 13px;
	font-weight: bold;
}
/* top news close */
@media (min-width: 768px) 
{ 
	.nav li:before {
		content: "|";
	}
	.nav li:first-child:before {
		content: none;
	}
	.nav > li > a {
		padding: 3px 13px;
		font-family: lato-bold;
		border-radius: 2px;
		color: #000 !important;
		text-shadow: 0px 1px 1px rgba(255, 220, 162, 0.8);
		display: inline;
	}
}
@media (max-width: 767px) 
{ 
	.menu {
		margin-top:-50px;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .nav > li > a {
		display: block;
		text-align: center;
	}
}
@media (max-width: 399px) {
	.phone {
		font-size: 15px;
	}
}

@media (max-width: 500px) {
	.tag-bg {
    position: absolute;
    z-index: 99;
    /*margin-top: -4px;	*/
}
}

/* ---------------------------------header close----------------------------------------- */




/* ---------------------------------Section----------------------------------------- */

section{
	padding: 15px 0px;
	/* min-height:840px; */
}
/*================================== slider */
.cont-wrap{
	 background: #FFF none repeat scroll 0% 0%; 
	box-shadow: 0px 0px 5px #6E6E6E; 
	padding-bottom: 10px;
	/* opacity:0.9; */
}
.carousel-inner {
    /* padding: 25px 0px; */
}
@media (min-width: 768px) 
{ 
	.carousel-control {
		width:5%;
	}
	.carousel-control.left, .carousel-control.right {
		margin-top: 17%;
	}
}
@media (max-width: 449px) 
{ 
	.carousel-control {
		width:18%;
	}
	.carousel-control.left, .carousel-control.right {
		margin-top: 100%;
	}
}
@media (min-width: 450px) and (max-width: 767px) 
{ 
	.carousel-control.left, .carousel-control.right {
		margin-top: 40%;
	}
	.carousel-control {
		width: 13%;
	}
}
@media (min-width: 768px) and (max-width: 1199px) 
{ 
	.carousel-control.left, .carousel-control.right {
		margin-top: 25%;
	}
}
@media (min-width: 768px) and (max-width: 1040px) 
{ 
	.carousel-control {
		width: 10%;
	}
}
.carousel-control.left
{
	background:url("../images/arrow/left.png") no-repeat;
}
.carousel-control.left:hover
{
	background:url("../images/arrow/left-hover.png") no-repeat;
}
.carousel-control.right {
	background:url("../images/arrow/right.png") no-repeat;
}
.carousel-control.right:hover {
	background:url("../images/arrow/right-hover.png") no-repeat;
}
.carousel-inner > .item {
    min-height: 475px;
	width: 100%;
}
/*-------------- carousel-header */
.carousel-header p{
	font-family:lato-Light;
	font-size:30px;
	color: #AE8527;
	margin: 0px;
}
.my-grid{
	background: #2E2A2B none repeat scroll 0% 0%;
	color: rgb(248, 220, 123);
	padding: 1px 8px;
	border-radius: 2px;
	font-size: 15px;
}
.my-chart{
	background: #2E2A2B none repeat scroll 0% 0%;
	color: rgb(248, 220, 123);
	padding: 1px 8px;
	border-radius: 2px;
	font-size: 15px;
}
.my-chart .fa{
	margin-right: 5px;
}
/* ---------------carousel-header close */

/*-------------- carousel-section */
.carousel-section {

}
/* Surabibullion Article */
.rate-block{
	margin: 7px auto;
	max-width: 400px;
	border: 1px solid #B6B6B6;
}
.rate-block-head{
	background: transparent url("../images/th-background.jpg") no-repeat scroll 0% 0% / 100% auto;
	color: rgb(0, 0, 0);
	font-weight: bold;
	padding: 5px 15px;
	min-height: 57px;
}
.rate-block-head p{
	line-height: 1.2;
	margin: 0px;
	font-size: 13px;
}
.rate-block-content{
	background:#fff;
	border:1px solid #fff;
	padding:5px 15px;
	min-height:105px;
}
.rate-block-content img{
	outline: 3px solid #ececec;
	outline-offset: -3px;
}
.rate-content-head{
	color:#858585;
	font-size:12px;
	text-transform: uppercase;
	margin: 0px;
}
.rate-content-foot{
	font-size:11px;
	text-align:justify;
}
/* Surabibullion Article close */

/* Surabibullion Home  */

.table-gold{
	font-weight:bold;
	border: 1px solid #E7B437;
}
.table-gold > thead > tr > th {
    background: #F6DB7C;
	font-size: 20px;
}
.table-gold > thead > tr > td {
	font-size: 18px;
}
.table-gold > thead > tr > th:first-child {
    background: transparent url("../images/th-background.jpg") no-repeat;
	background-size: cover;
	//width: 245px;
}
.table-gold > thead > tr > th + th, .table-gold > tbody > tr > td + td {
    border-left:1px solid #e7b437;
}
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #EFEFEF;
}
.table-gold > tbody > tr > td:nth-of-type(1) {
	font-size: 15px;
}
.table-gold > tbody > tr > td:nth-of-type(2), .table-gold> tbody > tr > td:nth-of-type(3), .table-gold1 > thead > tr > th:nth-of-type(2), .table-gold1> thead > tr > th:nth-of-type(3) {
    text-align:center;
	font-size: 26px;
	font-family: Arial,Helvetica,sans-serif;
}
.table-gold > tbody > tr > td, .table-gold > tbody > tr > th, .table-gold > tfoot > tr > td, .table-gold > tfoot > tr > th, .table-gold > thead > tr > td, .table-gold > thead > tr > th {
    line-height: 1;
}
.poll{
	border: 1px solid #B6B6B6;
}
.poll-head{
	min-height: 20px;
	padding: 5px 15px;
	color: #E6CF99;
	font-size: 18px;
	background: #2E2A2B none repeat scroll 0% 0%;
	font-weight: bold;
}
.poll-foot{
	background: rgba(249, 249, 249, 0.6) none repeat scroll 0% 0%;
	min-height: 100px;
	padding: 8px 15px 8px 0px;
	color: #1A1A1A;
	font-size: 15px;
}
.news{
	border: 1px solid #B6B6B6;
}
.news-head{
	min-height: 20px;
	padding: 8px 15px;
	color: #E6CF99;
	font-size: 20px;
	background: #2E2A2B none repeat scroll 0% 0%;
	font-weight: bold;
}
.news-foot{
	background: rgba(249, 249, 249, 0.6) none repeat scroll 0% 0%;
	height: 200px;
	overflow-y: scroll;
}
.news-foot::-webkit-scrollbar, .news-foot::-webkit-moz-scrollbar  {
    width: 6px;
}
.news-foot::-webkit-scrollbar-track, .news-foot::-webkit-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.news-foot::-webkit-scrollbar-thumb, .news-foot::-webkit-moz-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.stdArtListCt
{
    padding: 5px 10px;
    border-bottom: 1px dotted #1f57a5;
    margin: 2px 0 2px 0;
    min-height: 45px;
    font-size: 11px;
}
.stdArtListCt p:first-child{
	margin:0px;
}
/* .radio-gold {
	background:#f6db7c;
	height: 25px;
	width: 26px;
	display: inline-block;
	position: relative;
	margin-left: 0px;
	margin-bottom: 1px;
} */
.gold-radio {
	opacity: 0;
    position: absolute;  
}
.gold-radio, .gold-radio-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
.gold-radio-label {
    position: relative;
}
.gold-radio + .gold-radio-label:before {
    content: '';
    background: #fff;
    border: 2px solid #F8DC7B;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.gold-radio + .gold-radio-label:before {
    border-radius: 50%;
}
.gold-radio:checked + .gold-radio-label:before {
    background: #F8DC7B;
    box-shadow: inset 0px 0px 0px 4px #fff;
}
.gold-radio:focus + .gold-radio-label {
  outline: 1px solid #F8DC7B; /* focus style */
}
/* .radio-gold input[type=radio] {
	margin: 5px 0px 0px 8px;
	transform: scale(1.2) !important;
	-webkit-transform: scale(1.2) !important;
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	padding-bottom: 5px !important;
} */
.poll-2 .radio-gold{
	visibility: hidden;
}

/* Surabibullion Home close */

/* Surabibullion Article Detail */
.main-rate-block {
    border: 1px solid #B6B6B6;
}
.main-rate-block .rate-block-head{
	min-height:30px;
}
.main-rate-block .rate-block-content img{
	width:100%;
}
.main-rate-block  p:nth-of-type(1).rate-content-head{
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.main-rate-block  p.rate-content-head span:nth-of-type(1)
{
	float:left;
}
.main-rate-block  p.rate-content-head span:nth-of-type(2)
{
	float:right;
	color:#000;
}
.main-rate-block  span.rate-content-foot{
	color:#000;
}
.rate-content-foot  span p:nth-of-type(n){
	line-height: 15px;
	font-size: 12px;
}
.rate-content-bottom{
	font-size:13px;
}
@media (min-width: 992px)
{ 
	.main-rate-block {
		margin-bottom:5px;
	}
}
@media (max-width: 991px) 
{ 
	.main-rate-block {
		margin-bottom:30px;
	}
}
/* Surabibullion Article Detail close */

/* ---------------carousel-section close */

/*------------- carousel-footer */
.carousel-footer img{
	width:115px;
}
.carousel-footer input[type=text]{
	width: 180px;
}
/* -----------carousel-footer close */



/* ============================slider close */

/* ---------------------------------Section close----------------------------------------- */




/* ---------------------------------footer----------------------------------------- */
/*
footer{
	background:#2E2A2B;
	color:#fff;
	font-weight: bold;
}
.footer-menu{
	margin:5px auto;
	text-align: center;
	padding: 5px 0px;
}
.footer-menu span.foot-menu a{
	padding: 0px 5px;
	color: #fff;
	font-size: 12px;
}
.copyright{
	margin:5px auto;
	text-align: center;
	color:#989898;
	font-size:11px;
}
@media (min-width: 992px) 
{
	.mobile-app{
		margin-bottom: 0px;
	}
}
@media (max-width: 991px) 
{
	.mobile-app{
		margin-bottom: 12px;
	}
}
@media (min-width: 768px) 
{ 
	.nav li:before {
		content: "|";
	}
	.nav li:first-child:before{
		content: none;
	}
	.nav > li > a {
		padding: 3px 13px;
		font-family: lato-bold;
		border-radius: 2px;
		/* color: #000 !important; * /
		text-shadow: 0px 1px 1px rgba(255, 220, 162, 0.8);
		display: inline;
	}
}
@media (min-width: 399px) 
{ 
	.footer-menu span.foot-menu span:before {
		content: "|";
	}
	.footer-menu span.foot-menu span:first-child:before {
		content: none;
	}
}
@media (max-width: 399px) 
{ 
	.footer-menu span.foot-menu span:before {
		content: none;
	}
	.footer-menu span.foot-menu a {
		display: block;
		padding: 5px 0px;
	}
}*/

footer li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
footer ol, footer ul {list-style: none;}
footer { width: 100%; min-height: 230px; background: #2E2A2B; }
.footer_heading { width: 100%; min-height: 20px; height: auto; float: left; font-size: 24px; color: #fff; font-family: 'Alegreya Sans', sans-serif; margin: 15px 0px; }
.footer_detail p { width: 100%; min-height: 20px; height: auto; float: left; font-size: 14px; color: #807C7D; text-indent: 10px; }
.footer_detail p span { min-width: 10px; min-height: 20px; height: auto; float: left; color: #fff; font-size: 14px; text-indent: 0px; }
.gst_detail { width: 100%; min-height: 30px; height: auto; float: left; background: #494748; text-align: center; padding: 10px 0px; color: #fff; font-size: 18px; margin-top: 15px; }
.copyright { width: 100%; min-height: 10px; height: auto; float: left; color: #807C7D; font-size: 14px; margin-top: 30px; }
.footer_link li a { min-width: 50px; min-height: 20px; height: auto; margin-top: 30px; float: right; color: #fff; font-size: 13px; font-weight: bold; border-right: 1px solid #fff; padding: 0px 10px; }
.footer_link li a:hover { text-decoration: none; color: #807C7D; }
.footer_link li a:focus { outline: none; text-decoration: none; }
@media only screen and (max-width: 600px) {
.copyright { text-align: center; }
.footer_heading { font-size: 18px; margin-bottom: 0px; }
.gst_detail { font-size: 14px; }
.footer_link li a { font-size: 12px; margin-top: 10px; border: none; margin-right: 5%; margin-bottom: 15px; }
.copyright { margin-top: 10px; }
}

forum { margin: 0px; }
.gray { color: #D8D8D8; }
*::selection { background: #C32A22; color: #DFDCDC; }

/* ---------------------------------footer close----------------------------------------- */


/* custom style */
.page_heading
{
    width:100%;
    min-height: 10px;
    height: auto;
    float: left;
    color: #D4AE4F;
    
    font-size: 40px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: sans-serif;
    
}

/* The slow way */
.flipbook {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15) !important;
  transition: box-shadow 0.3s ease-in-out  !important;
    cursor: pointer;
}

/* Transition to a bigger shadow on hover */
.flipbook:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;
}

#hideMe {
    -moz-animation: cssAnimation 0s ease-in 6s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 6s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 6s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 6s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: relative;
    margin-top: 57px !important;
    margin-right: 31px;
    float: right;
    height: 500px;
    z-index: 9999;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

.sticky-footer {
	width:100%;
	color:#fff;
	height:15%;
	background:#333;
	position:fixed;
	font-size:90%;
	bottom:0;
	left:0;
	padding-left:140px;
	z-index:999999;
}
.sticky-footer  p{
	font-size:90%;
	color:#fff;
}
.sticky-footer .footer_heading {
	margin:10px 0 !important;
	font-size:16px;
	
}
.sticky-footer .m-l-15-minus {
	margin-left:-15px;
}



@media (max-width: 449px) 
{ 
	.modal-dialog
	{
	    width:90% !Important;
	}
}


div#expo-image-modal {
    display: none;
}