/*

Bitmasters Theme

*/


/* #Reset & Basics 
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {

		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 22px; line-height: 18px; margin-bottom: 0px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	/* CSS */
.fulljustify {
    text-align:justify;
    text-align-last:center;
	-ms-text-align-last:center;
}
.fulljustify:after {
    content: "";
    display: inline-block;
    width: 100%;    
}

	h3 a:hover {
		text-decoration: underline;
	}

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold;  }
	small { font-size: 80%; }
	

pre {
	padding: 24px 20px;
	background:url(../images/prebg.png);
	font: 13px "Courier 10 Pitch", Courier, monospace;	
	border: 1px solid #222;
	line-height:24px;
	margin:10px 0px;
	overflow:auto;
	}
code {
	padding: 0 3px;
	
	}
pre code {
	background: transparent;
	}


.left {float: left; width: 360px; margin-top: 5px;}
.right {float: right; width: 350px}

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 14px; line-height: 24px; color: #ddd; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border:none; clear: both; margin: 10px 0 30px; height: 5px; background:url(../images/stripe.png)}


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }

/* #Easing CSS
================================================== */
    ul#navigation li a{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 10.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	nav li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

	.post ul li{ list-style: square outside;}

/* #Images
================================================== */

	img.scale-with-grid,.column img {
		max-width: 100%;
		height: auto; }


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px Arial, sans-serif;
		color: #777;
		margin: 0;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }


.left span.wpcf7-not-valid-tip {
    border:0!important;
    padding:0!important;
    left:0%!important;
    top:0%!important;
    margin:0px!important;
    font-size: 12px!important;
    position: relative!important;
    color:#cd0101;
    background: #444444;
}

div.wpcf7-response-output {
	display: none!important
}


input.wpcf7-submit {background: #f9591d!important; border:0; color:#fff;padding: 5px 10px; font-size: 14px; border-radius: 4px; position: absolute; bottom: 35px; right:20px;}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {position: absolute!important; top:24px!important; height: 18px; left: 7px!important; margin:0!important; background: #f5f0ea; border:0!important; max-width: 250px; color:#f9591d;}


input[type="text"], input[type="password"], input[type="email"], textarea, select  {
	background: #f5f0ea;
	color: #4b4b4b;
	padding: 10px;
	font-size:13px!important;
	border:0;
	width:100%;
	margin:0;

}

/* #Basic Styles
================================================== */

	html {overflow-y: scroll !important;}
	body {
		font: 15px/1.5em Arial, sans-serif;
		color: #000;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		background: #fff;
 }
 	.lang {
 		font-size: 40px;
 		color: #fff;
 		margin-top:710px;
 		text-align: center;
 	}

 	.lang a {color: #fff;}

       

/* Head */

header {
	margin-top: 140px;
	}

.head {
	padding:0px 0px;
}


#logoimg{
	position: absolute;
	margin: 0 auto;
	top: 211px; 
	clear: both;
	}

#logoimg img {height: 382px}

.casing{
	padding-top:0px!important;
}


	

/* TOP-MENU */
	
nav {
	float: left;
	font-size: 16px;
	border-bottom:1px solid #000;
	width: 100%;
	padding-top: 0px;
	position: relative;
	}


#nav {
	position:relative;
	margin:0 auto; 
}

ul#navigation, ul#navigation-en {
	margin:0px auto;
	position:relative;
	float:left;
	padding: 0;
	width: 100%;
}

ul#navigation li, ul#navigation-en li {
	display:inline;
	font-size:15px;
	margin:0;
	float:left;
	width: 48px;
	padding-bottom: 2px;
	position: relative;
}

ul#navigation li:nth-child(2) {
	width: 70px;
}

ul#navigation-en li:nth-child(1) {
	width: 70px;
}

ul#navigation-en li:nth-child(2) {
	width: 68px!important;
}

ul#navigation li:nth-child(3), ul#navigation-en li:nth-child(3) {
	width: 50px;
}

ul#navigation li:nth-child(4) {
	padding-left: 5px!important
}

ul#navigation-en li:nth-child(4) {
	padding-left: 8px!important
}


ul#navigation li:after, ul#navigation-en li:after {
	height: 12px;
	font-size: 8px;
	padding:2px 0px;
	content:url(images/sep.jpg);
	font-weight: 100;
	background: #fff;
	bottom:4px;
	position: absolute;
	right: 0px;
}

ul#navigation li:active, ul#navigation-en li:active {
	background: none;
}

ul#navigation li:nth-child(4) a:after, ul#navigation li:last-child:after, ul#navigation-en li:nth-child(4) a:after, ul#navigation-en li:last-child:after{
	display: none;
}

ul#navigation li:first-child a, ul#navigation-en li:first-child a {
	text-align: left;
}

ul#navigation li a, ul#navigation-en li a  {
	color:#000;
	text-decoration:none;
	text-align: center;
	display: block;
}

ul#navigation li a:hover, ul#navigation-en li a:hover {
	font-weight: bold;
}

ul#navigation li a:hover:after, ul#navigation-en li a:hover:after {

	margin-left:11px;
	margin-right:15px;
}

ul#navigation li:nth-child(2) a:hover:after, ul#navigation-en li:nth-child(2) a:hover:after  {

	margin-left:9px;
	margin-right:15px;

}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}


#navigation .current_page_item > a,
#navigation .current_page_ancestor > a,
#navigationu .current-menu-item > a,
#navigation .current-menu-ancestor > a,
#navigation-en .current_page_item > a,
#navigation-en .current_page_ancestor > a,
#navigationu-en .current-menu-item > a,
#navigation-en .current-menu-ancestor > a  {
	font-weight: bold;
}

.powrot {
	position: absolute;
	right: 0;
	font-size: 15px;
}

.powrot:before {
	content: '<';
	margin-right: 3px;
}


.txt {
	text-align:justify;
	text-align-last:center;
	-ms-text-align-last:center;
	font-size:15px;
	width: 720px;
	letter-spacing: -0.2px;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  

  .txt { 
  	letter-spacing: 0.08px;
   }  
}

@-moz-document url-prefix() {
    .txt { 
  	letter-spacing: 0.1px;
   }
}


/* Slider */

.slidebox{
	padding-top:30px;

}
	
/* Intro	 */

.intro{
	text-align:center;
	color:#999;
	text-align:center;
	font-size:24px;
	line-height:150%;
	padding:30px 0px!important;
	background:#fff;
	margin:30px auto!important;
}


/* Boxes */

.btitle h2{
	font-size:18px;
	line-height:120%;
	padding:5px 0px;
	margin:5px 0px;
}

.btitle h2 a:link, .btitle h2 a:visited{
	text-decoration:none;
	color:#151515;
	text-shadow:0px -1px 0px #fcfcfc;
}

.boxentry{
	font-size:12px;
	padding:0px 0px;

}

.boxentry p{
	margin:0px 0px 5px 0px;
	padding:5px 0px;

	
}
/* POSTS */
.mov {
	position: relative;
	top: 8px;
}

.post{
	margin:425px 0px 0px 0px;
	color:#000;
	clear: both;
	top: 40px!important;
	position: relative!important;
}


.title h2{
	font-size:26px;
	padding-top:0px;
}

.title h2 a:link, .title h2 a:visited{
	text-decoration:none;
	color:#151515;
	text-shadow:0px -1px 0px #fcfcfc;
}

.postimg{
	float:left;
	margin:15px 10px 10px 0px;
}

.postmeta{
	padding:5px 0px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}		

.author{

	color:#888;
	padding:2px 5px 2px 15px;
	background:url(images/user.png) left center no-repeat;
	}

.clock{
	color:#888;
	padding:2px 5px 2px 15px;
	background:url(images/clock.png) left center no-repeat;
}
	
.singleinfo{
	padding:5px 0px;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;	
}


.categori{
	padding:2px 0 2px 15px;
	color:#888;
	font-weight:bold;
	background:url(images/tag.png) left center no-repeat;
	font-size:10px;
	text-transform:uppercase;
	}

.categori a:link,.categori a:visited{
	color:#444;
	text-decoration:none;
	}
	
.categori a:hover{
	color:#444;

	}
	
.entry{
	font-size:15px;
	margin:0;
	padding:0px 0px;
	text-align: justify;
	color: #000;

}
	
.entry a:link,
.entry a:visited {
   	color:#000;
	}

.entry a:hover {
	color:#000;

	}

.entry ul, .entry ol{
  margin: 0;
}

.entry ul li, .entry ol li{
  list-style: none;
  padding:6px 0 0 0;
  margin-left: 0;
  line-height:13px!important;
}

.entry p{
	margin:0px 0px 5px 0px;
	padding:0px 0px;
	line-height:140%;
	
}

/* SIDEBAR WIDGETS */
#right {
    width: 100%;
    float: right;
  
}
.sidebar {
    float: right;
	width:100%;
}

.sidetitl {
	margin-top:10px;
    padding: 0px 0px 0px 0px;
	font-weight:bold;
	width:100%;
}

.sidetitl h3{
	font-size:18px;
	color:#555;
	
}

.sidebox {
    list-style: none;
    color: #ddd;
    margin: 0px 0 30px 0px;
}

.sidebox ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px;
}

.sidebox li {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.sidebox ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.sidebox ul li {
    height: 100%;
    line-height: 18px;
    clear: left;
    list-style-type: none;
    margin: 0;
    font-size: 12px;
    color: #666;	
}

.sidebox ul li a:link,.sidebox ul li a:visited {
    color: #666;
    text-decoration: none;
    display: block;
    padding: 7px 0px;
}

.sidebox ul li a:hover {
    color: #444;
}

.sidebox.widget_categories ul li,.sidebox.widget_pages ul li,.sidebox.widget_archive ul li,.sidebox.widget_links ul li,.sidebox.widget_meta ul li  {
    border-bottom: 1px solid #ddd;
}

.sidebox.widget_recent_entries ul li a {
    border-bottom: 1px solid #ddd;
}

ul#recentcomments li.recentcomments {
    border-bottom: 1px solid #ddd;
    padding:7px 0;
}

div#calendar_wrap {
    border: 1px solid #333;
    margin: 0 auto;
    padding: 0;
}

table#wp-calendar {
    width: 100%;
    border: none;
    margin: 0!important;
    padding: 0;
}

#wp-calendar caption {
    font-size: 12px;
    color: #ddd;
    font-weight: 400;
    padding: 10px 5px 5px;
	text-align:center;
}

#wp-calendar th,#wp-calendar td {
    text-align: center;
    color: #fff;
    background:transparent;
    padding: 7px 5px;
}

#wp-calendar tr {
    margin: 0!important;
}

#wp-calendar td {
     color: #aaa;
    margin: 0!important;
}

#wp-calendar td a {
    border: none;
    color: #D1512A;
}

.sidebox ul ul ul,.sidebox ul ul ul ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
}

/* Service-widget */
.home-widget{
	margin-top:30px!important;
}
.service-widget{

}

.service-pic{
	margin-bottom:10px;
}

.service-pic img{
	float:left;
	margin-right:10px;
	}

.service-pic h3{
	font-size:18px;
	padding:0px;
	margin:0px;
	}

.service-text p{
	font-size:12px;
}
/* Banners */

.squarebanner {
    margin: 0px 0px 10px 0px;
}

.squarebanner ul {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
	width:100%;
}

.squarebanner ul li {
    list-style-type: none;
    display: inline;
	float:left;
	margin-right:10px;
	margin-top:10px;

}

.squarebanner ul li  img{
	
}

.squarebanner ul li.rbanner {
  
}

/* FOOTER WIDGETS */

#footer {
	padding:30px 0px;
	margin:0px 0px 0px 0px ;
	color:#aaa;
	font-size:11px;
	width:100%;

	}

#footer a:link , #footer a:visited{
	color:#aaa;
	text-decoration:none;
	}

#footer a:hover {
	color:#aaa;
	}

.fcred{
	text-align:center;
	margin:0px auto;
	line-height:16px;
}	

.footcover{
	background: #3d3d3d;
	padding:0px 10px!important;
	bottom: 0;

}

#bottom{
	margin:0px;
	padding:0px;
}

#bottom ul{
	margin:0px;
	padding:0px;
}

h3.bothead{
	font-size:18px;
	color:#fff;
	text-shadow:0px 1px 0px #111;
	}
	
.botwid{
	padding:30px 0px;
	font-size:12px;
	color:#aaa;
	list-style:none;
	}
	
.botwid ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 0px 0px ;


	}
.botwid li{
	list-style-type: none;
	margin: 0 ;
	padding: 0px 0px;
   border-bottom: 1px solid #222;
	}
.botwid ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.botwid ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.botwid ul ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.botwid ul li {
	height:100%;
	line-height:18px;
	clear: left;	
	list-style-type: none;
	}
	
.botwid ul li a:link, .botwid ul li a:visited  {
	
	color: #888;
	text-decoration: none;
	padding: 7px 0px 7px 0px;
	display:block;


	}

.botwid ul li a:hover{

	color: #fff;
	}

.botwid p{
	padding: 7px 0px;
	margin:0;
	line-height:150%;
	}

.botwid table {
	width:100%;
	text-align:center;
	color:#787d7f;
	}			

	


/* Pagenavi */
#navigation{
	padding:10px 0px 20px 0px;
}
.wp-pagenavi{
	font-size:12px;
	text-align: center !important;

}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	text-decoration: none;
	background:#555!important;
	border: 1px solid #191313 !important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
}

.wp-pagenavi a:hover {
	color: #ffffff;
}

.wp-pagenavi span.pages {
	display:none;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background:#333 !important;
	border: 1px solid #111!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
}

.wp-pagenavi span.extend {
	text-decoration: none;
	background:#333 !important;
	border: 1px solid #111 !important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
}

/* #Slider
================================================== */

 .stitle {
	font-size: 24px;
	position: absolute;
	top: 42%;
	left: 60px;
	color: #fff;
	z-index: 9999;
	background: #3d3d3d;
	font-weight: 700;
	padding: 2% 4%;
}	

.slides li {
	position: relative;
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; position: relative;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.remove-top { margin-top: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
        
        

table {
border-collapse:collapse;
border-spacing:0;
border:1px solid #fff;
margin:10px 0;
}

table td,table th {
text-align:left;
border:1px solid #555;
padding:.4em .8em;
}

table th {
background:#ddd;
color:#999;
text-transform:uppercase;
font-weight:400;
border:1px solid #555;
}

table td {
border:1px solid #555;
background:#eee;
color:#555;
}

table tr.even td {
background:#eee;
border:none;
}

table tr:hover td {
background:#FFF9DF;
}

img.centered {
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
padding:0;
}

img.alignnone {
display:inline;
background:#fff;
margin:10;
padding:50;
}

img.alignright {
display:inline;
background:#fff;
margin:10;
padding:50;
}

img.alignleft {
display:inline;
background:#fff;
margin:10;
padding:50;
}

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:43px;
margin-top:41px;
}

.alignright {
float:right;
margin:0;
}

.alignleft {
float:left;
margin:0;
}

.wp-caption {
text-align:center;
background:#eee;
margin:10px;
padding:4px 0 5px;
}

.wp-caption img {
border:0;
margin:0 0 5px;
padding:0;
}

.wp-caption p.wp-caption-text {
font-size:11px;
font-weight:400;
line-height:12px;
color:#444;
margin:0;
padding:0;
}

.clearfix:after {
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0;
}

.clearfix {
display:inline-block;
}

html[xmlns] .clearfix {
display:block;
}

* html .clearfix {
height:1%;
}

.rounded {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.boxshadow {
-moz-box-shadow:0 0 5px #000;
-webkit-box-shadow:0 0 5px #000;
box-shadow:0 0 5px #000;
}

.foot {
	margin-bottom: 1000px;
}




