@import url(https://fonts.googleapis.com/css?family=Exo+2:200,300,300i,400,400i,700,700i,900,900i|Comfortaa:400,700|Orbitron:400,500,700|Open+Sans:400i,700i,400,700|Oswald:300,400,700|Play:400,700|Titillium+Web:400,700);

body { 
	padding-bottom:80px; /*nav fixed bottom*/
	/* background-color:#f4f0e7; */
}

h1, h2, h3, h4, h5, h6 { font-weight:700; }

.ff-oz { font-family:'Oswald'; }
.ff-play { font-family:'Play'; }
.ff-tweb { font-family:'Titillium Web'; }
.ff-orb { font-family:'Orbitron'; }

.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs16 { font-size:16px; }
.fs16_14 { font-size:16px; }
.fs18 { font-size:18px; }
.fs18_14 { font-size:18px; }
.fs24 { font-size:24px; }
.fs30 { font-size:30px; }
.fs36 { font-size:36px; }
.fs36_24 { font-size:36px; }
.fs48, .fs48_18, .fs48_24 { font-size:48px; }
.fs64 { font-size:64px; }

@media screen and (max-width:768px) {
	.footer_txt { font-size:13px; }
	.fs16_14{font-size:14px;}
	.fs18_14 { font-size:16px; }
	.fs36_24 {font-size:24px;}
	.fs48_18{font-size:18px;}
	.fs48_24{font-size:24px;}
	.fs48_30{font-size:30px;}
	.fs48_36{font-size:36px;}
}

.mt0 { margin-top:0; }
.mb0 { margin-bottom:0; }
.mtb0 { margin-bottom:0; margin-top:0; }
.mt3 { margin-top:3px; }
.mb3 { margin-bottom:3px; }
.mt6 { margin-top:6px; }
.mb6 { margin-bottom:6px; }
.mt12 { margin-top:12px; }
.mb12 { margin-bottom:12px; }
.mt24 { margin-top:24px; }
.mb24 { margin-bottom:24px; }
.mt36 { margin-top:36px; }
.mb36 { margin-bottom:36px; }
.mt48 { margin-top:48px; }
.mb48 { margin-bottom:48px; }

.mt-6 {margin-top:-6px;}
.mt-12 {margin-top:-12px;}
.mt-24 {margin-top:-24px;}
.mb-6 {margin-bottom:-6px;}
.mb-12 {margin-bottom:-12px;}
.mb-24 {margin-bottom:-24px;}

.mt12_0 { margin-top:12px; }
.mt0_12 { margin-top:0; }
.mt24_0 { margin-top:24px; }
.mt0_24 { margin-top:0; }
.mt36_0 { margin-top:36px; }
.mt0_36 { margin-top:0; }
.mt48_0 { margin-top:48px; }
.mt0_48 { margin-top:0; }

@media screen and (max-width:768px) {
	.mt12_0 { margin-top:0; }
	.mt0_12 { margin-top:12px; }
	.mt24_0 { margin-top:0; }
	.mt0_24 { margin-top:24px; }
	.mt36_0 { margin-top:0; }
	.mt0_36 { margin-top:36px; }
	.mt48_0 { margin-top:0; }
	.mt0_48 { margin-top:48px; }
}

.mbn3 { margin-bottom:-3px; }
.mbn6 { margin-bottom:-6px; }
.mbn9 { margin-bottom:-9px; }
.mbn12 { margin-bottom:-12px; }
.mbn24 { margin-bottom:-24px; }

.mr3 { margin-right:3px;}
.ml3 { margin-left:3px;}
.mr6 { margin-right:6px;}
.ml6 { margin-left:6px;}
.mr12 { margin-right:12px;}
.ml12 { margin-left:12px;}
.mr24 { margin-right:24px;}
.ml24 { margin-left:24px;}

.mgn_oa { margin:0 auto; }
.mgn_0 { margin:0; }
.mgn6_0 { margin:6px 0 0 0; }
.mgn_12a0a { margin:12px auto 0 auto; }
.mgn12_0 { margin:12px 0 0 0; }
.mgn_24a0a { margin:24px auto 0 auto; }
.mgn24_0 { margin:24px 0 0 0; }
.mgn_24a { margin:24px auto; }

.br_4 { border-radius:4px; }
.br_5 { border-radius:5px; }
.br_6 { border-radius:6px; }

.btlr_5 { border-top-left-radius:5px;}
.btrr_5 { border-top-right-radius:5px;}
.bbrr_5 { border-bottom-right-radius:5px;}
.bblr_5 { border-bottom-left-radius:5px;}

.btlr_6 { border-top-left-radius:6px;}
.btrr_6 { border-top-right-radius:6px;}
.bbrr_6 { border-bottom-right-radius:6px;}
.bblr_6 { border-bottom-left-radius:6px;}

.pad_3 { padding:3px; }
.pad_6 { padding:6px; }
.pt12 {padding-top:12px;}
.pt24 {padding-top:24px;}
.pb12 {padding-bottom:12px;}
.pb24 {padding-bottom:24px;}

.flt_lt { float:left; }
.flt_rt { float:right; }

.clr_rt { clear:right; }
.clr_lt { clear:left; }
.clr_bth { clear:both; }

.ovf-auto {overflow:auto;}
.d-ib {display:inline-block;}
.ta_C {text-align:center;}
.ta_L {text-align:left;}
.ta_R {text-align:right;}
.va_b {vertical-align:bottom;}
.va_m {vertical-align:middle;}
.va_mI {vertical-align:middle !important;}
.va_t {vertical-align:top;}
.ws-nw{white-space:nowrap;}

.bg-gray30 { background-color: #303030 !important; }
.bg-gray40 { background-color: #404040 !important; }
.bg-gray50 { background-color: #505050 !important; }
.bg-gray60 { background-color: #606060 !important; }
.bg-gray70 { background-color: #707070 !important; }
.bg-gray80 { background-color: #808080 !important; }
.bg-gray90 { background-color: #909090 !important; }
.bg-gray3 { background-color: #333 !important; }
.bg-gray4 { background-color: #444 !important; }
.bg-gray5 { background-color: #555 !important; }
.bg-gray6 { background-color: #666 !important; }
.bg-gray7 { background-color: #777 !important; }
.bg-gray8 { background-color: #888 !important; }
.bg-gray9 { background-color: #999 !important; }
.bg-grayA { background-color: #aaa !important; }
.bg-grayB { background-color: #bbb !important; }
.bg-grayC { background-color: #ccc !important; }
.bg-grayD { background-color: #ddd !important; }
.bg-grayE { background-color: #eee !important; }

.bg-body { background-color: #f8f9fa; }
.bg-gold { background-color: #F0BF25 !important; }
.bg-ltGold { background-color: #D4B939 !important; }
.bg-cboiz { background-color: #1D2F42 !important; }
.bg-sale { background-color: #cc0000; }

.text-stars { color: #f7d100 !important; }
.text-gold { color: #ffcb27 !important; }
.text-ltGold { color: #D4B939 !important; }
.text-cboiz { color: #1D2F42 !important; }
.text-sale { color: #cc0000 !important; }
.text-black { color: #000000 !important; }
.text-hdr-title {color: #ef4f00 !important;}

.wt-shad {text-shadow: 1px 1px #FFFFFF; }
.blk-shad {text-shadow: 1px 1px #000000; }

.bor-30 {border:1px solid #303030 !important;}
.bor-40 {border:1px solid #404040 !important;}
.bor-50 {border:1px solid #505050 !important;}
.bor-60 {border:1px solid #606060 !important;}
.bor-70 {border:1px solid #707070 !important;}
.bor-A {border:1px solid #AAA !important;}
.bor-B {border:1px solid #BBB !important;}
.bor-C {border:1px solid #CCC !important;}
.bor-D {border:1px solid #DDD !important;}
.bor-E {border:1px solid #EEE !important;}

.bor-a00 {border:1px solid #aa0000 !important;}
.bor-c00 {border:1px solid #cc0000 !important;}

.bg-black {
  background-color: #000 !important; }
  
.LHjumbo{
  background-image: url("/images/lady-lib-c_1920x808.jpg");
  /*background-size: cover; */
  background-position: 30% 65%;
}
.reqFld {
	color:#cc0000;
}
.field-err { 
	display:none; 
	margin:6px 0 0 0;
	padding:6px;
}

.spambotemail { unicode-bidi:bidi-override; direction: rtl; }

