@charset utf-8;
@import "validation.css";
@import "notice.css";
@import "ui.css";/* ---- button ---- */.button {	display: inline-block;  padding: 7px;  background: #6D7D93;  border: none;  color: #FFF;  font-family: sans-serif;  font-size: 13px;  text-shadow: 0 1px black;  box-shadow: 0 0 6px rgba(50, 65, 86, 1), 1px 2px 1px rgba(37, 53, 73, 1), inset 0 0 1px rgba(100, 100, 107, 1), inset 0 0 19px rgba(64, 64, 74, 1);  cursor: pointer;  border-radius: 3px;}.button:hover {  background-color: #D24241;  color: white;}.button:active,.button.is-checked {  background-color: #D24241;}.button.is-checked {  color: white;  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);}.button:active {  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);}/* ---- button-group ---- */.button-group:after {  content: '';  display: block;  clear: both;}.button-group .button {  float: left;  margin-left: 5px;  margin-right: 1px;}/* ---- mall items ---- *//* clear fix */.isotope:after {  content: '';  display: block;  clear: both;}.isotope {position: relative;  height: 800px;  text-align: center;  margin-left: 7px;  margin-top: 20px;}/* ---- .element-item ---- */.element-item {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  position: relative;  float: left;  width: 140px;  height: 150px;  margin: 5px;  padding: 10px;  color: #A39E99;  text-shadow: 1px 1px 2px rgba(0,0,0,.45);  background-color: rgb(55, 56, 60);  box-shadow: 0 0 6px rgba(2, 2, 2, 1), 1px 2px 1px rgba(42, 43, 52, 1), inset 0 0 1px rgba(100, 100, 107, 1), inset 0 0 19px rgba(58, 58, 61, 1);}.element-item:hover {background-color: rgb(68, 68, 68);}#accoun_panel_menu {  width: 594px;  height: auto;  float: left;  margin: 0 0 0 -28px;}#accoun_panel_menu li#boost {  width: 570px;  height: 60px;  margin: 30px 0 55px 0;  padding: 0;  background: none;  box-shadow: none;}#accoun_panel_menu li, #accoun_panel_menu li a, #accoun_panel_menu li a div#icon, #accoun_panel_menu li a span, #accoun_panel_menu li a span p {  transition: all 500ms;  -moz-transition: all 500ms;  -webkit-transition: all 500ms;  -o-transition: all 500ms;}#accoun_panel_menu li a {  display: block;  width: 274px;  height: 55px;}#accoun_panel_menu li a div#icon {  width: 37px;  height: 37px;  background-size: 100%;  float: left;  border-radius: 3px;  box-shadow: inset 0 0 0 1px #746c5a, inset 0 0 6px 3px rgba(0,0,0,.7), 0 0 5px rgba(0,0,0,.8), 0 1px 1px rgba(0,0,0,.5);  margin: 8px 10px 0 10px;}#accoun_panel_menu li a:hover span p {  color: #d5a83c;}#accoun_panel_menu li a:hover span {  color: #7d776c;}#accoun_panel_menu li {display: block;  float: left;  width: 274px;  height: 55px;  border-radius: 3px;  background: rgba(37, 47, 60, 1);  margin: 0 23px 24px 0;  border-bottom: 1px solid #354252;  box-shadow: inset 0 0 0 1px rgba(255,255,255,.01), 0 0 16px -1px rgba(25, 42, 65, 1), 0 6px 1px rgba(24, 31, 40, 1);}#accoun_panel_menu li a span {float: left;  display: block;  text-align: left;  line-height: 0%;  font-size: 11px;  font-family: 'Ebrima';  /* font-family: calibrib; */  color: #D5C7AA;  text-shadow: 0 1px 1px rgba(0,0,0,.4), 0 0 4px rgba(0,0,0,.6);}#accoun_panel_menu li a span p {  color: #90856e;  font-size: 17px;  text-transform: uppercase;}#buy {  /* width: 61px; */  /* height: 20px; */  border: none;  cursor: pointer;  line-height: 0;  text-transform: capitalize;  padding: 0 21px 2px 21px;  vertical-align: top;  margin: 2px 0 0 0;  background: #665232;  font-family: 'Ebrima';  font-size: 11px;  color: #FFFFFF;  padding: 10px;  text-transform: uppercase;  font-weight: normal;  border-radius: 3px;  text-shadow: 0 0 6px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.55);  box-shadow: inset 0 2px 0 #866F4A, inset 0 0 8px rgba(255,132,0,.1), 0 0 7px rgba(0, 0, 0, 0.32), 0 0px 3px rgba(37, 23, 23, 1);  transition: all 500ms;  -moz-transition: all 500ms;  -webkit-transition: all 500ms;  -o-transition: all 500ms;}#buy:hover {  /* width: 61px; */  /* height: 20px; */  border: none;  cursor: pointer;  line-height: 0;  text-transform: capitalize;  padding: 0 21px 2px 21px;  vertical-align: top;  margin: 2px 0 0 0;  background: #9E4044;  font-family: 'Ebrima';  font-size: 11px;  color: #FFFFFF;  padding: 10px;  text-transform: uppercase;  font-weight: normal;  border-radius: 3px;  text-shadow: 0 0 6px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.55);  box-shadow: inset 0 2px 0 #866F4A, inset 0 0 8px rgba(255,132,0,.1), 0 0 7px rgba(0, 0, 0, 0.32), 0 0px 3px rgba(37, 23, 23, 1);  transition: all 500ms;  -moz-transition: all 500ms;  -webkit-transition: all 500ms;  -o-transition: all 500ms;}#register_button {	  width: auto;	  height: 36px;	  border: none;	  cursor: pointer;	  line-height: 0;	  text-transform: capitalize;	  padding: 0 21px 2px 21px;	  vertical-align: top;	  margin: 2px 0 0 0;	  background: #A61C1C;	  font-family: 'Ebrima';	  font-size: 13px;	  color: #FFFFFF;	  padding: 10px;	  text-transform: uppercase;	  font-weight: normal;	  border-radius: 3px;	  text-shadow: 0 0 6px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.55);	  box-shadow: inset 0 2px 0 #BD2B29, inset 0 0 8px rgba(255,132,0,.1), 0 0 7px rgba(0, 0, 0, 0.32), 0 0px 3px rgba(37, 23, 23, 1);	  transition: all 500ms;	  -moz-transition: all 500ms;	  -webkit-transition: all 500ms;	  -o-transition: all 500ms;}.online {color: #green;font-weight: bold;text-shadow:#000 20px 21px 20px;  font-family: "Trebuchet MS";}.offline {color: red;font-weight: bold;text-shadow:#000 20px 21px 20px;  font-family: "Trebuchet MS";}.f {   border: 1px solid rgba(255, 255, 255, 0.06);  background: rgba(0, 0, 0, 0.29);  height: 25px;  width: 200px;  color: #fff;  font-family: 'Ebrima';  font-size: 14px;  text-shadow: 0 0 5px rgba(0,0,0,.15), 1px 0px 1px rgba(0,0,0,.25);  color: #FFFFFF;  border: none;  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;  width: 202px;  height: 32px;  padding: 0 10px 2px 10px;  background: rgba(0,0,0,.20);  box-shadow: inset 1px 1px 2px rgba(0,0,0,.25), inset 0 0 10px rgba(0,0,0,.10), 1px 1px 0 rgba(54,45,40,.25);  transition: all 300ms;  -moz-transition: all 300ms;  -webkit-transition: all 300ms;  -o-transition: all 300ms;}.name {   font-size: 13px;  font-family: "Trebuchet MS";  color: #e7c5a4;  text-shadow: #000 0px 1px;  /* margin-bottom: 3px; */  border-bottom: 1px solid rgba(0, 0, 0, 0.05);  padding: 3px;  /* background: #E22722; */}/* Notices */.notification-box{	position: relative;	margin-bottom: 20px;	border-radius: 3px;	padding: 10px 10px 10px 32px;	background-repeat: no-repeat;	background-position: 10px 11px;	border: 1px solid;	color: #444;	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px rgba(255,255,255,0.4) inset;	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px rgba(255,255,255,0.4) inset;	behavior: url(../images/PIE.htc);}.notification-box p{	margin-bottom: 0;	margin-top: 20px;}.notification-box > p:first-child{	margin: 0;}.notification-box-info{	background-color: #cfe6fc;	background-image: url(../images/info.png);	border-color: #a4c8f5;}.notification-box-success{	background-color: #d2f7ad;	background-image: url(../images/tick.png);	border-color: #aedb2e;}.notification-box-warning{	background-color: #fae7a2;	background-image: url(../images/warning.png);	border-color: #f5c558;}.notification-box-error{	background-color: #ffd5af;	background-image: url(../images/error.png);	border-color: #f8b472;}#vote-options {	color:#555;	font-size:auto;	line-height:auto;	list-style-type:none;	margin:0;}ul { list-style:none; }.right { float:right; }.left{ float:left; }.clear { clear:both; }.clearfix {	height:1px;	clear:both;}#vote-options li {	  margin-top: 10px;	  padding: 10px;	  height: auto;	  background: rgba(55, 52, 55, 1);	  box-shadow: 0 0 4px rgba(0,0,0,.6), 0 1px 1px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.015), inset 0 1px 0 rgba(255,255,255,.05);	  -webkit-border-radius: 5px;	  -moz-border-radius: 5px;	  border-radius: 5px;	  margin-left: -38px;	  z-index: 1;}#vote-options li img {	width:75px;	height:45px;}#vote-options li button {border: 1px solid #999; */  line-height: 28px;  margin: 6px 0;  padding: 0 5px;  width: auto;  height: 36px;  border: none;  cursor: pointer;  line-height: 0;  text-transform: capitalize;  padding: 0 21px 2px 21px;  vertical-align: top;  /* margin: 2px 0 0 0; */  background: #A61B1B;  font-family: 'Ebrima';  font-size: 13px;  color: #FFFFFF;  /* padding: 10px; */  text-transform: uppercase;  font-weight: normal;  border-radius: 3px;  text-shadow: 0 0 6px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.55);  box-shadow: inset 0 2px 0 #BD2B29, inset 0 0 8px rgba(255,132,0,.1), 0 0 7px rgba(0, 0, 0, 0.32), 0 0px 3px rgba(37, 23, 23, 1);  transition: all 500ms;  -moz-transition: all 500ms;  -webkit-transition: all 500ms;  -o-transition: all 500ms;}#vote-options li h5 {  color: #B3A288;  font-weight: bolder;  /* font-size: 24px; */  border-left: 1px dashed #4D494D;  padding-left: 10px;  margin-left: 10px;}.paypal_button {border: 1px solid #999; */  line-height: 28px;  margin: 6px 0;  padding: 0 5px;  width: auto;  height: 36px;  border: none;  cursor: pointer;  line-height: 0;  text-transform: capitalize;  padding: 0 21px 2px 21px;  vertical-align: top;  /* margin: 2px 0 0 0; */  background: #A61B1B;  font-family: 'Ebrima';  font-size: 13px;  color: #FFFFFF;  /* padding: 10px; */  text-transform: uppercase;  font-weight: normal;  border-radius: 3px;  text-shadow: 0 0 6px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.55);  box-shadow: inset 0 2px 0 #BD2B29, inset 0 0 8px rgba(255,132,0,.1), 0 0 7px rgba(0, 0, 0, 0.32), 0 0px 3px rgba(37, 23, 23, 1);  transition: all 500ms;  -moz-transition: all 500ms;  -webkit-transition: all 500ms;  -o-transition: all 500ms;	behavior: url(../images/PIE.htc);}.paypal_button:hover {border: 1px solid #999; */  line-height: 28px;  margin: 6px 0;  padding: 0 5px;  width: auto;  height: 36px;  border: none;  cursor: pointer;  line-height: 0;  text-transform: capitalize;  padding: 0 21px 2px 21px;  vertical-align: top;  /* margin: 2px 0 0 0; */  background: #A61B1B;  font-family: 'Ebrima';  font-size: 13px;  color: #FFFFFF;  /* padding: 10px; */  text-transform: uppercase;  font-weight: normal;  border-radius: 3px;  text-shadow: 0 0 6px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.55);  box-shadow: inset 0 2px 0 #BD2B29, inset 0 0 8px rgba(255,132,0,.1), 0 0 7px rgba(0, 0, 0, 0.32), 0 0px 3px rgba(37, 23, 23, 1);  transition: all 500ms;  -moz-transition: all 500ms;  -webkit-transition: all 500ms;  -o-transition: all 500ms;	cursor:pointer;	behavior: url(../images/PIE.htc);}#register_button:hover {	  width: auto;	  height: 36px;	  border: none;	  cursor: pointer;	  line-height: 0;	  text-transform: capitalize;	  padding: 0 21px 2px 21px;	  vertical-align: top;	  margin: 2px 0 0 0;	  background: #1E5071;	  font-family: 'Ebrima';	  font-size: 13px;	  color: #FFFFFF;	  padding: 10px;	  text-transform: uppercase;	  font-weight: normal;	  border-radius: 3px;	  text-shadow: 0 0 6px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.55);	  box-shadow: inset 0 2px 0 #316384, inset 0 0 8px rgba(255,132,0,.1), 0 0 7px rgba(0, 0, 0, 0.32), 0 0px 3px rgba(37, 23, 23, 1);	  transition: all 500ms;	  -moz-transition: all 500ms;	  -webkit-transition: all 500ms;	  -o-transition: all 500ms;}#rvr {    width: 228px;  height: 141px;  background: url(../images/rank2.jpg) no-repeat;  /* margin: 0 auto; */  background-size: 100% 100%;}#kaliux {	width: 114px;	height: 141px;	float:left;}#dilamun {	width: 114px;	height: 141px;	float:right;}#kaliux_score {  color: #00FFFF;  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);  padding-left: 15px;  /* padding-top: 12px; */  font-size: 11px;  text-align: center;}#kaliux_char {  color: #00FFFF;  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);  padding-left: 15px;  font-family: 'Ebrima';  padding-top: 12px;  text-align: center;}#kaliux_title {  color: #00FFFF;  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);  padding-left: 15px;  padding-top: 12px;  text-align: center;}#kaliux_perc {  color: #FFFFFF;  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);  padding-left: 15px;  padding-top: 35px;  font-size: 17px;  text-align: center;}#dilamun_score {  color: #FF0000;  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);  padding-left: 15px;  padding-top: 10px;  font-size: 11px;  text-align: center;}#dilamun_char {  color: #FF0000;  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);  padding-left: 15px;  font-family: 'Ebrima';  text-align: center;}#dilamun_title {  color: #FF0000;  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);  padding-left: 15px;  padding-top: 12px;  text-align: center;}#dilamun_perc {  color: #FFFFFF;  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);  padding-left: 15px;  padding-top: 9px;  padding-bottom: 26px;  font-size: 17px;  text-align: center;}

html, body {
	height: 100%;
}.topp1 {
background: #4f2a31;
color: #AFAFAF;
font-weight: bold;
-moz-border-radius: 2px 0 0 0;
}.themain {
background: #3C292D;
-moz-border-radius: 2px 2px 2px 2px;
}.main_font {
font-size: 10px;
text-shadow: #000 0px 1px;
}.trhover:hover {
background: rgba(0,0,0,0.3);
border-bottom: 1px solid rgba(255,255,255,0.09);
}


.trhover {
background: rgba(255,255,255,0.06);
-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
border-bottom: 1px solid rgba(255,255,255,0.09);
}.input, .select, .text, .inputbg {
background: rgba(0,0,0,0.49);
color: #fff;
font-size: 11px;
border: 1px solid rgba(255, 255, 255, 0.37);
padding: 7px;
border-radius: 7px;
width: 198px;
-webkit-box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.33);
-moz-box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.33);
box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.33);
}
.rank_player {
width: 195px;
height: 23px;
border-bottom: 1px solid rgba(255,255,255,0.1);
background: rgba(255,255,255,0.11);
padding: 5px;
margin-bottom: 3px;
-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
}
body {
margin: 0px;
padding: 0px;
background: #131627 url(../images/main-wrapper-bg.jpg) repeat;
font-family: sans-serif;
font-size: 13px;
text-shadow: #000 0px 0px 3px;
color: #FFFFFF;
min-width: 1000px;
}
#menu, #menu a {
font-size: 11px;
font-weight: bold;
margin-top: 7px;
font-family: Arial,Helvetica,sans-serif;
text-transform: uppercase;
color: #f0e8ce;
text-decoration: none;
padding: 3px;
}
#menu a:hover{font-size:11px;font-weight:bold;
font-family:Arial,Helvetica,sans-serif;
text-transform:uppercase;color:#f0e8ce;text-decoration:none;padding:3px;background:rgba(239,239,239,0.23);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-top::1px solid #a94d4d;-webkit-box-shadow:0px 5px 0px 0px rgba(50,50,50,0.75);-moz-box-shadow:0px 2px 0px 0px rgba(50,50,50,0.75);box-shadow:0px 2px 0px 0px rgba(50,50,50,0.75);}
h1, h2, h3 {
	font-size:12;
	margin: 0px;
	padding: 0px;
	font-family: serif;
	font-weight: 400;
}

h3 {
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #fcfcfc;
}

ul {
	padding-top: 10px;
	padding-left: 20px;
	line-height: 140%;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
}

a {
color: #FFFFFF;
text-decoration: none !important;
text-shadow: rgba(0, 0, 0, 0.46) 0px 0px 3px;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

select {
	padding: 0;
	margin: 0;
	border: none;

}

/** WRAPPER */
#wrapper {
	overflow: hidden;
	background: #131627 ;
}

#wrapper-bgtop {

}

#wrapper-bgbtm {

}

#wrapper-bgimg {

}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */
#header {
	overflow: hidden;
}

/** LOGO */
#logo-wrapper {
overflow: hidden;
height: 376px;
}

#logo {
	width: 720px;
	padding: 10px 0px 0px 0px;
	/*height: 120px;*/
}

#logo h1, #logo p {
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,.5);*/
	line-height: 100px;
	padding-top: 30px;
	padding-left: 300px;
	font-size: 12px;
}

#logo h1 a {
	display: block;
	letter-spacing: 1px;
	font-size: 12px;
}

#logo p {
	padding: 5px 0px 0px 300px;
	letter-spacing: 1px;
	font-family: serif;
	font-size: 12px;
	color: #6b6565;
}

/** PAGE */
#page-wrapper {
	overflow: hidden;

}

#page-bgtop {
	background: url(../images/page-bgtop.png) no-repeat center top;
}

#page-bgbtm {
overflow: hidden;
padding: 10px 0px 162px 0px;
}
#nav { 
background: url(../images/top.jpg) center;
height: 57px;
}
.two-column1 #page-wrapper {background: url(../images/content.jpg) center;
}

.two-column1 #page-bgtop {
	background: url(../images/head.jpg) no-repeat center top;
}

.two-column1 #page-bgbtm {
	background: url(../images/footer.jpg) no-repeat center bottom;
}
#login_input {width: 203px;color:#fff;
padding: 8px;
height: 19px;
background: url(../images/field.jpg);
border: 0px;
font-size: 11px;
margin-bottom: 2px;}


/** CONTENT */
#content {
min-height: 875px;
float: left;
width: 674px;
margin-left: 38px;
}


.two-column2 #content {
	float: right;
}

#wide-content {
	min-height: 1300px;
}

#wide-content .entry {
}
.box-style2 {height: 252px;margin-bottom: 44px;}
.box-style3 {}
#it2 {
width: 215px;
background: rgba(75, 54, 61, 1);
padding: 8px;
border-top: 1px solid rgba(255, 255, 255, 0.13);
border-radius: 5px;
font-size: 11px;
margin-bottom: 3px;
-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
}


#it5 {
width: 230px;
background: rgba(255, 255, 255, 0.2);
padding: 8px;
font-size: 11px;
border-radius: 5px;
color: #fff;
margin-bottom: 3px;
-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
}
#it3 {
width: 215px;
background: rgba(135, 176, 180, 0.26);
padding: 8px;
font-size: 11px;
border-radius: 5px;
color: #fff;
margin-bottom: 3px;
-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
}
#castle {height: 77px;
padding-left: 14px;font-size: 9px;
margin-bottom: 52px;}
/** SIDEBAR */
#sidebar {
float: right;
width: 230px;
/* background: rgba(255, 255, 255, 0.74); */
margin-right: 37px;
}

.bot3 {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
        border-radius: 4px;
        background-color: #4a6d76;
    display: block;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    height: 35px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 160px;
        font:bold 16px arial;
        line-height: 35px;
        margin:20px auto;
        text-decoration:none;
        animation: 2s linear 0s normal none infinite progress-bar-stripes;
}



.two-column2 #sidebar {
	float: left;
}

/** FOOTER */
#footer {
overflow: hidden;
padding: 20px 0px 0px 0px;
background: rgba(255, 249, 215, 1);
border-top: 1px solid rgba(244, 217, 190, 1);
color: #fff !important;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}



/** COPYRIGHT */
#copyright {
	overflow: hidden;
	width: 910px;
	height: 0px auto;
	margin: 0px auto;

}

#copyright p {
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
/* color: #513343; */
color: #000000;
}

/** FOOTER CONTENT */
#footer-content {
	overflow: hidden;
	width: 910px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}

#footer-content h2 {
	padding: 0px 0px 25px 0px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #fef6fc;
}

#footer-content #column1 {
	float: left;
	width: 270px;
	margin-right: 50px;
}

#footer-content #column2 {
	float: left;
	width: 270px;
}

#footer-content #column3 {
	float: right;
	width: 270px;
}

/** TITLE 3 */
.title3 {
	position: relative;
	width: 1050px;
	height: 150px;
	background: url(../images/title3-bg.png) no-repeat left top;
	left: -50px;
}

.title3 h2 {
	padding: 67px 0px 0px 78px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
}

/** BUTTON STYLE 1 */
.button-style {
	border: none;
	cursor: pointer;
	position: relative;
	display: block;
	width: 70px;
	height: 40px;
	background: url(../images/button-bg.png) no-repeat center;
	line-height: 0px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
}

/** BUTTON STYLE 2 */
.button-style2 {
	border: none;
	position: relative;
	width: 182px;
	height: 71px;
	left: -10px;
	background: url(../images/banner-buttong-bg.png) no-repeat left bottom;
	line-height: 71px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 10px;
	color: #FFFFFF;
	cursor:pointer;
}

.text-align {
	/*padding-top: 20px;*/
}

/** TWO COLUMNS */
.two-column {
	overflow: hidden;
	margin-top: -10px;
	padding: 0px 30px 0px 50px;
}

.two-column .colA {
	float: left;
	width: 275px;
	padding: 10px 25px 0px 0px;
	background: url(../images/divider3-bg.png) repeat-y right top;
}

.two-column .colB {
	float: right;
	width: 275px;
	padding: 10px 0px 0px 0px;
}

.two-column .colC {
	float: left;
	width: 275px;
	padding: 10px 25px 0px 0px;
	background: url(../images/divider3-bg.png) repeat-y right top;
}

.two-column .colD {
	float: right;
	width: 275px;
	padding: 10px 0px 10px 0px;
}

.form {
	margin: 0px auto;
}

.form input:not([type="checkbox"]), .form select, .form textarea {
padding: 7px 9px;
margin: 2px 0;
border: 1px solid rgba(255, 255, 255, 0.1);
background: rgba(0, 0, 0, 0.5);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
color: #fff;
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}

.form select {
	width: 216px;
}

.right { float:right; }
.left{ float:left; }
.fixed{
  position: fixed;
  top: 50px;
  left: 50px;
}

