/* Created by design.bg studios. Source code in this website is property of design.bg. */
/* ------------------ Framework ------------------ */
@import url(../../framework/reset.css); /* not change */
@import url(../../framework/classes.css);/* not change */
@import url(typography.css);
@import url(layout.css);
@import url(print.css) print;

/* framework print version css is loaded directly in html header */
/* ------------------ Tag styles  ----------------------*/
.valign_bottom {
	vertical-align: bottom !important;
}
html, 
body {
	height:99%;
}  
br.clear {
	display: block;
}
small {
	font-size: 80%;
}
/* Form styles */
fieldset {
	border: 1px solid #666;
	background-color: #fff;
}
/* Table styles */
table {
	margin: 10px 0;
/*	border: 1px solid #666;*/
}
table th {
	padding: 5px;
	font-weight: bold;
}
table td {
	padding: 5px;
}
table thead th {
	background-color: #fff;
	padding: 10px 5px;
	/*border-bottom: 1px solid #666;*/
}
table tbody th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table tbody td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table tfoot th {
	border-top: 1px solid #666;
	background-color: #ccc;
}
table tfoot td {
	border-top: 1px solid #666;
	background-color: #ccc;
}
/* ------------------ Base styles  ---------------------- */
body {
	background-color: #f9dd00;
}

/* Container */
.container  {
	height:auto;
	min-height:99%;
	padding:0;
	position: relative;
}
html>body .container  {
	height:auto;
}

/* ------------------ Header ---------------------- */
.header {
	border-bottom: 2px solid #000;
	position: relative;
	overflow: hidden;
}
.header .logo {
	position: absolute;
	overflow: hidden;
}
.logo img {
	visibility: hidden;
}
.slogan {
	text-indent: -999em;
	position: absolute;
}
.fd {
	font-size: 18px;
	display: block;
	text-indent: -999em;
	position: absolute;
}
.langs {
	position: absolute;
	color: #000;
}
.langs a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.langs a:hover {
	color: #949597;
}
/* ------------------ Container ---------------------- */
/* ------------------ Navigation ---------------------- */
.nav {
	display: block;
	list-style: none;
	background-color: #000;
	background-repeat: no-repeat;
	padding: 0;
}
#page00 .nav {
	background-image: none;
}
.nav li {
	display: inline;
	padding: 0;
	margin: 0;
}
.nav a {
	display: block;
	float: left;
	color: #f9dd00;
	font-weight:bold;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	background-repeat: no-repeat;
	text-indent: -999em;
}
.current a {
	color: #949597;
}
a:hover {
	color: #949597;
}
/* ------------------ Content ---------------------- */
.content {
	background-color: #000;
	color: #f9dd00;
	position: relative;
}
h1 {
	margin: 0.5em 0;
}
.content a {
	color: #f9dd00;
}
h2.subtitle {
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
}
.speaker_link {
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.speaker_link  img {
	margin-bottom: 0.5em;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-khtml-opacity: 0.70;
}
.speaker_link:hover img,
.speaker_link  img.current {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
}
/* ------------------ Footer ---------------------- */
.footer {
	font-size: 90%;
	font-weight: bold;
	color: #504700;
	padding: 15px 0 15px 0;
	border-top: 2px solid #000;
}
.footer a {
	color: #504700;
}
/* Main */
.main {
	display: block;
	position: relative;
	text-indent: -1000em;
	left: 50%;
}
/* Forms */
.form fieldset {
	padding: 15px 0;
	background: transparent;
	border: 0;
}
.form legend {
	font-weight: bold;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #666;
	width: 100%;
}
.form label {
	float: left;
	width: 150px;
	margin: 5px 10px 5px 0;
	text-align: right;
	clear: left;
}
.form input {
	float: left;
	margin: 5px 0;
}
.form textarea {
	width: 65%;
	margin-top: 5px;
}
.button {
	background-color: #f9dd00;
	border: 0;
	padding: 5px 20px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #000 !important;
	text-decoration: none;
}
.button:hover {
	background-color: #fbea5e;
}
.form .button {
	margin-left: 160px;
}
.error,
.success {
	color: #fff;
	font-size: 90%;
	padding: 5px 20px;
	text-align: center;
	margin-top: 10px;
}
.error {
	background-color: #8d0000;
}
.success {
	background-color: #327d24;
}
/* Index page */
#index {
	background-position: 3% bottom !important;
	background-repeat: no-repeat !important;
}
#index .container {
	background-image: none;
	position: relative;
}
#index .logo {
	text-indent: -999em;
}
#index .slogan {
	left: 3%;
}
#index .langs {
	right: 3%;
	bottom: 5%;
	position: absolute;
	top: auto;
	left: auto;
	width: auto;
}
.index_content {
	padding: 0 10%;
}
.index_content h1,
.index_content h2 {
	letter-spacing: -1.2px;
}
.index_content p {
	margin: 0;
	padding: 0.5em 0 0 0;
}
.load {
	position: relative;
	left: 50%;
	text-indent: -999em;
}
.index_content a {
	color: #333;
}
#index .partners_horizontal{
	border-top: 2px solid #333;
}
.index_buttons {
	position: relative;
	width: 60%;
	margin: 0 0 50px 20%;
	height: 80px;
}
.index_button {
	width: 220px;
	position: absolute;
	top: 0;
}
.index_buttons a {
	display: block;
	background: url(../../../pics/index_button.jpg) no-repeat left top;
	font-size: 18px;
	width: 220px;
	text-decoration: none;
	line-height: 55px;
	text-align: center;
	font-weight: normal;
}
.index_button:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	-khtml-opacity: 0.80
}
.button_tooltop {
	overflow: hidden;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	width: 220px;
	line-height: 14px;
	display: block;
	text-align: left;
	display: none;
	position: absolute;
}
/* Contacts */
.map {
	float: right;
	margin-top: 30px;
	margin-right: -30px;
}
/* Partners */
.partners {
	font-size: 90%;
}
.partner {
	padding: 10px 0;
	background-color: #f9dd00;
	float: left;
	width: 175px;
	text-align: center;
	display: block;
}
.big {
	font-size: 125%;
}
.big .partner {
	width: 230px;
	padding: 20px 0;
}
.partners_horizontal {
}
.partners_horizontal table,
.partners_horizontal table td {
	border: 0;
}
.partners_horizontal table td {
	text-align: center;
	padding-bottom: 10px;
	vertical-align:top;
}
.partners_horizontal table td.align_right {
	text-align: right;
	vertical-align: bottom;
}
.partners_horizontal table tr.top_line td {
} 
.partners_horizontal table tr.bottom_line td {
} 
.partners_vertical span,
.partners_horizontal span {
	display: block;
	padding: 5px 0 10px 0;
}
.partners_vertical strong,
.partners_horizontal strong {
	display: block;
	padding: 5px 0 10px 0;
}
.partners_horizontal a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	-khtml-opacity: 0.80
}
.partners_vertical {
	right: 0;
	position: absolute;
	font-size: 90%;
	text-align: center;
}
.partners_vertical a {
	display: block;
}
/* Spealers */
.hr hr {
	display: none;
}
.hr {
	height: 1px;
	border-top: 2px solid #f9dd00;
	margin: 10px 0;
}
/* Addthis */
.addthis_toolbox {
	position: absolute;
	left: 40px;
	bottom: 0;
	height: 72px;
	overflow: hidden;
}
.custom_images a {
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
	display: block;
	float: left;
	margin-right: 5px;
}
.custom_images a img {
	margin-top: 26px;
}
.custom_images a:hover img {
	margin-top: 0;
}
.program_table {
	border: 0;
}
.program_table td {
	border: 0;
}

.countdown {
	display: none !important;
}
