/*  ✰ Jacktha  ✰ */
 
/* CSS Structure 
(01) Reset 
(02) Typography & Eelement
(03) Layout
(04) login Widget
(05) Countdown

/* -----------------------------------------------------------------------------------------------------
	(01) Reset
--------------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;  }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1.5em; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
p { text-align: left;  font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0;}

/*  ✰ Jacktha's reset ends here */

/* -----------------------------------------------------------------------------------------------------
	(02) Typography & Eelement
--------------------------------------------------------------------------------------------------------*/

/* Default font settings. 
   The font-size percentage is of 16px. (0.813 * 16px ~ 13px) */
body { 
  font-size: 81.3%;
  color: #8a9598;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #eff8fb url(../images/bg.jpg) repeat-x;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2.5em; }
h2 { font-size: 2em;  }
h3 { font-size: 1.5em; margin-bottom: 1em; }
h4 { font-size: 0.9em; font-weight: bold; margin-bottom: 0.85em; color: #60BEAE; }
h5 { font-size: 1.125em; font-weight: bold; margin-bottom: 1.5em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */
p           { margin: 0 0 1.25em;    }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #454848; }
a           { color: #02c0f3; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; }


/* Lists
-------------------------------------------------------------- */

ul			{ list-style: square outside none; }
ol 			{ list-style: decimal outside; }
ul li 		{ padding-bottom: 4px;}
ul li ul,ol li ol { margin-left: 1.29em;}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; border-top: 0px !important; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.bold       { font-weight: bold; }


/* -----------------------------------------------------------------------------------------------------
	(03) Layout
--------------------------------------------------------------------------------------------------------*/

/* Grid
-------------------------------------------------------------- */
/* Clear Fix Hack - add  class="fixed"  to div's that have floated elements in them */
.fixed:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
	.fixed{display:block;}
	/*  \*/
	.fixed{min-height:1%;}
	* html .fixed{height:1%;}
		
.full { width: 940px !important;  margin: 0 auto;}
.w780 { width: 780px !important; float: left; margin-right: 20px; }
.w700 { width: 700px !important; float: left; margin-right: 20px; }
.w620 { width: 620px !important; float: left; margin-right: 20px; }
.w540 { width: 540px !important; float: left; margin-right: 20px; }
.w460 { width: 460px !important; float: left; margin-right: 20px; }
.w380 { width: 380px !important; float: left; margin-right: 20px;}
.w300 { width: 300px !important; float: left; margin-right: 20px; }
.w220 { width: 220px !important; float: left; margin-right: 20px; }
.w140 { width: 140px !important; float: left; margin-right: 20px; }
.w60  { width: 60px !important;  float: left; margin-right: 20px; }
.top20 { margin-top: 20px;}
.top30 { margin-top: 30px;}
.center { text-align: center;}
.last { margin-right: 0 !important; }	
.clear{ clear:both; }
.block{ display:block; }
a#green { color: #0fa35c; }

/* Main layount
-------------------------------------------------------------- */

.under { 
	width: 800px; height: 480px; 
	margin: 0 auto; text-align:center; margin-top: 35px;
	}
.under h1 { font-size: 70px; color:#fec64d; font-weight:800; padding-top: 35px; }
.under h2 { font-size: 25px; color:#223e5e; padding-top: 20px; font-weight: bold; }
.under h3 { font-size: 26px; color: #223e5e; padding-top: 20px;  }
.under  a { font-weight:bold; color: #fff568; }
.under  a:hover { color: #fbb545;}



.intro { 
	width: 800px; height: 480px; 
	margin: 0 auto; text-align:center; margin-top: 35px;
	}
.intro h1 {
	font-size: 80px;
	color:#FFF;
	font-weight:800;
	padding-top: 35px;
	padding-bottom: 25px;
}
.intro h2 { font-size: 35px; color:#223e5e; padding-top: 60px; font-weight: bold; }
.intro h3 { font-size: 26px; color: #223e5e; padding-top: 20px;  }
.intro a { font-weight:bold; color: #fff568; }
.intro a:hover { color: #fbb545;}

.seal { 
	width: 600px; height: 600px; 
	background: url(../images/seal.png) top no-repeat; 
	margin: 0 auto; text-align:center; margin-top: 40px;
	}
.seal h1 { font-size: 140px; color:#FFF; font-weight:800; padding-top:20px;}
.seal h2 { font-size: 20px; color:#FFF; }
.content h3 { font-size: 20px; color: #49a898; }
.seal a { font-weight:bold; color: #fff568; }
.seal a:hover { color: #fbb545;}
.content { width: 700px; margin: 10px auto; }
.report { text-align: center; font-size: 1.30em; margin-top: 20px; padding:10px;}
.link  a{ color: #F4F4F4; font-size: 16px; }

a.login  { 
	display: block; width: 200px; height: 48px; padding: 15px 10px 0 55px;  
	background: url(../images/login.jpg) top no-repeat; margin-right: 20px; 
	float:left;
	}
a:hover.login { background: url(../images/login.jpg) bottom no-repeat; color:#1F1F1F; }

a.home  { 
	display: block; width: 111px; height: 43px; padding: 20px 10px 0 55px; 
	background: url(../images/home.jpg) top no-repeat;
	margin-right: 20px; float:left; 
	}
a:hover.home { background: url(../images/home.jpg) bottom no-repeat;  color:#1F1F1F;}

a.contact  { 
	display: block; width: 151px; height: 43px; padding: 20px 10px 0 55px; 
	background: url(../images/contact.jpg) top no-repeat; 
	float:left; 
	}
a:hover.contact { background: url(../images/contact.jpg) bottom no-repeat; color:#1F1F1F;}

.coppy { color: #987007; margin-top: 30px; }
.basic { color: #b6bfc2; margin-bottom: 30px;}
.footer { 
	background: #efbe40 url(../images/footer_bg.png) top repeat-x;
	padding: 10px 20px 20px 20px;
	}
#menu-footer { margin-top: 30px;}
#menu-footer ul { margin: 0; padding: 0; position: relative; top: 10px; text-align: center;}
#menu-footer  ul li { list-style: none; display: inline; }
#menu-footer  ul li a { 
	color:#4f3900;
	font-size: 1.1em;
	font-weight: 400;
	text-decoration: none; 
	border-left: 1px solid #907122;
	padding: 0 20px;
	}
#menu-footer  ul li a:hover { color:#fff; }
#menu-footer ul li.first a{ border-left:none; }
ul.mycontact li { list-style: none; }
ul.mycontact img { float: left; padding: 0 10px 10px 0;}
.contact-content {  position: relative; }
.contact-content p { color:#999; font-style:italic; }

/* -----------------------------------------------------------------------------------------------------
	(03) login Widget
--------------------------------------------------------------------------------------------------------*/

p#preloader {
	background: url(../images/ajax-loader.gif) no-repeat 4px;
	padding-left: 10px;
}
ul#login_update_list li {
	list-style: none; padding: 0 0 14px 0;
	margin-bottom: 2px;
}
a#profileLink {
	background: url(../images/login_icon.png) no-repeat;
	padding-left: 31px;
}
ul#login_update_list li span {
	display: block;
}

/* -----------------------------------------------------------------------------------------------------
	(05) Countdown
--------------------------------------------------------------------------------------------------------*/
#countdown {
	width: 540px;
	height: 138px;
	padding-top: 30px;
	padding-left: 18px;
	margin: 0 auto;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_row {
	clear: both;
	width: 100%;	
}
.countdown_section {
	display: block;
	width:110px;
	float: left;
	padding-top: 30px;
	text-align: center;
	background: url(../images/time.png) top no-repeat;
	height:85px;
	margin:0 10px 0 10px;	
}
.countdown_amount {
	font-size:54px;
	font-weight:bold;
	color:#fff;
}
.count_titles {
	margin-top:25px;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#252525;
}

/*-------------------------------------------------------------
	(07) Newsletter subscription form
-------------------------------------------------------------*/	
#action { 
  	margin: 60px auto;
	height: 40px; position: relative;
	display: block; 
}
#noti_box { margin: 50px auto; width: 375px; position: relative; }
#input {
	width: 248px;
	height: 40px;
	padding: 0px 5px 8px 10px;
	border: none;
	background: url(../images/input_notify.jpg) top no-repeat;
	font-size: 16px;
	text-align: left;
	float: left;
	color: #666;
	outline:none;
	line-height: 25px;
}

#submit {
	width: 122px;
	height: 40px;
	border: none;
	margin-left: -10px;
	background: url(../images/notify.png) bottom no-repeat;
	color: #fff;
	font-weight: bold;
	text-indent: -999999px;
	float:left;		
}
#submit:hover {
	cursor:pointer;
	background: url(../images/notify.png) top no-repeat;
	text-indent: -99989px;
}
#formPopup {
	background: url(../images/pop.png) top no-repeat;
	font-size: 14px; 	
	font-weight: bold;
	color: #fff;
	margin: auto;
	padding-top: 16px;
	text-align: center;
	width: 460px;
	height: 44px;
	top: -10px;
	position: relative;
}
#notify label.error {
	top: -20px;
	left: 10px;
	color: red;									
    display: block;
    position: absolute;
    font-size: 12px;		
    white-space: nowrap;	
}