@font-face {
	font-family: 'vitessemedium';
	src: url('fonts/Vitesse-Medium.eot');
	src: local('☺'), url('fonts/Vitesse-Medium.woff') format('woff'), url('fonts/Vitesse-Medium.ttf') format('truetype'), url('fonts/Vitesse-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'dinbold';
    src: url('fonts/din-bold-webfont.eot');
    src: url('fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-bold-webfont.woff') format('woff'),
         url('fonts/din-bold-webfont.ttf') format('truetype'),
         url('fonts/din-bold-webfont.svg#dinbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dinlightregular';
    src: url('fonts/din-light-webfont.eot');
    src: url('fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-light-webfont.woff') format('woff'),
         url('fonts/din-light-webfont.ttf') format('truetype'),
         url('fonts/din-light-webfont.svg#din_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dinmedium';
    src: url('fonts/din-medium-webfont.eot');
    src: url('fonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-medium-webfont.woff') format('woff'),
         url('fonts/din-medium-webfont.ttf') format('truetype'),
         url('fonts/din-medium-webfont.svg#dinmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dinregular';
    src: url('fonts/din-regular-webfont.eot');
    src: url('fonts/in-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-regular-webfont.woff') format('woff'),
         url('fonts/din-regular-webfont.ttf') format('truetype'),
         url('fonts/din-regular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: 'dinmedium';
	font-size: 12px;
	font-weight: normal;
	background: url(images/main_bg.jpg) center top no-repeat;
}

/* header */

.header_wrapper {
	width: 100%;
	background: #fff;
}
#header {
	width: 900px;
	margin: 0 auto;
}
#header .logo {
	float: left;
	margin-top: 8px;
	margin-bottom: 13px;
}
#header .header_links {
	float: right;
	text-align: right;
	margin-top: 17px;
}
#header .header_links ul {
	list-style: none;
	font-size: 16px;
	font-family: 'dinmedium';
}
#header .header_links ul a {
	text-decoration: none;
	color: #000;
	padding-left: 12px;
	cursor: pointer;
}
#header .header_links ul a:hover {
	color: #e91a91;
	/*background: url(images/link_hover.png) no-repeat center left;*/
}
#header a.ascagenda {
	color: #e91a91 !important;
	background: url(images/link_hover.png) no-repeat center left;
}
.social_icons {
	float: right;
	margin-top: 15px;
}
.social_icons img:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}
.social_icons .fb_icon {
	float: left;
	position: relative;
	z-index:100;
	margin-right: -8px;
}
.social_icons .twitter_icon {
	float: left;
	position: relative;
	z-index:300;
	margin-right: -8px;
}
.social_icons .insta_icon {
	float: left;
	position: relative;
	z-index:200;
}
.header_divider {
	background: url(images/header_shadow.png) repeat-x;
	height: 24px;
	width: 100%;
	padding-bottom: 12px;
}
h1 {
	font-size: 25px;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 18px;
	font-weight: normal;
}
.date {
	font-size: 64px;
	text-align: center;
	font-family: 'dinlightregular';
	color: #e91a91;
	line-height: 45px;
	word-spacing: 3px;
	letter-spacing: 1px;
}
.cycle-pager {
	position: absolute;
	margin-top: -25px;
	margin-left: 819px;
	z-index: 300;
	width: 100px;
}
.cycle-pager span {
	background: #bdbcbb;
	cursor:pointer;
	color: #bdbcbb;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
}
.cycle-pager .cycle-pager-active {
	background: #fff;
	color: #fff;
}
.cycle-slideshow {
	cursor:pointer;
}
.register_btn:hover {
	background: #000;
}
.register_btn {
	font-size: 41px;
	font-family: 'dinmedium';
	line-height: 69px;
	color: #fff;
	display: block;
	/*background: #e91a91;*/
	background: url(images/pink_bg.png);
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 6px;
	margin-bottom: 20px;
}

/* content top */

.content_arrow {
	position: absolute;
	margin-top: -5px;
	margin-left: 592px;
}
h2 {
	font-size: 17px;
	color: #e91a91;
	margin-bottom: 4px;
	font-weight: normal;
	font-family: 'dinbold';
}
.subtitle {
	font-size: 25px;
	color: #000;
}
#content_top {
	width: 900px;
	margin: 0 auto;
}
#content_top .content {
	width: 581px;
	margin-right: 9px;
	background: #ccc;
	padding: 5px 25px 35px;
	line-height: 24px;
	float: left;
	height: 637px;
	font-size: 13px;
}
#content_top .content p {
	margin-bottom: 11px;
}
#content_top .content a {
	text-decoration: none;
	color: #000;
}
#content_top .content a:hover {
	text-decoration: underline;
}
#content_bot {
	width: 900px;
	margin: 0 auto;
}

/* sidebar */

.sidebar {
	width: 260px;
	float: right;
	color: #fff;
	line-height: 18px;
	font-family: 'dinlightregular';
}
.sidebar a {
	text-decoration: none;
	color: #fff;
}
.sidebar a:hover {
	text-decoration: underline;
}
.sidebar .title {
	margin-bottom: 3px;
}
.sidebar ul li {
	list-style: none;
}
.sidebar .conference {
	padding: 10px 15px;
	margin-bottom: 9px;
	background: #000;
	height: 150px;
}
.sidebar .registration {
	padding: 10px 15px;
	margin-bottom: 9px;
	background: url(images/pink_bg.png);
	/*background: #e91a91;*/
	height: 225px;
}
.sidebar .travel {
	padding: 10px 15px;
	margin-bottom: 9px;
	background: #000;
	height: 135px;
}
.sidebar .questions {
	padding: 10px 15px;
	margin-bottom: 9px;
	background: url(images/pink_bg.png);
	/*background: #e91a91;*/
	height: 60px;
}

/* content bot */

.pres_header {
	background: url(images/pres_bar.png) no-repeat;
	width: 900px;
	height: 36px;
	line-height: 36px;
	font-family: 'dinmedium';
	margin-top: 20px;
	margin-bottom: 9px;
}
.pres_header .left {
	float: left;
	color: #fff;
	font-size: 23px;
	margin-left: 16px;
}
.pres_header .right {
	float: right;
	text-align: right;
	color: #e91a91;
	font-size: 17px;
	margin-right: 16px;
}
.bio_set .portrait_img.left {
	float: left;
	width: 260px;
	padding-right: 9px;
	height: 260px;
}
.bio_set .portrait {
	background: #000;
	width: 260px;
	height: 260px;
	cursor: pointer;
}
.bio_set .names {
	float: left;
	width: 362px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.bio_set .names h3 {
	font-size: 28px;
	font-family: 'dinmedium';
	margin-bottom: 2px;
	font-weight: normal;
}
.bio_set .names h4 {
	font-size: 15px;
	line-height: 27px;
	/*letter-spacing: -1px;*/
	word-spacing: -1px;
	font-family: 'dinlightregular';
	font-weight: normal;
}
.bio_set .names .top {
	height: 108px;
	margin-bottom: 8px;
	/*background: #e91a91;*/
	background: url(images/pink_bg.png);
	padding-top: 18px;
}
.bio_set .names .bottom {
	height: 108px;
	background: #000;
	padding-top: 18px;
}
.bio_set .portrait_img.right {
	float: left;
	width: 260px;
	height: 260px;
	margin-left: 9px;
	background: #000;
}
.portrait_desc {
	margin-top: 9px;
	width: 900px;
}
.portrait_desc .desc_title {
	height: 30px;
	line-height: 30px;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-family: 'dinmedium';
	padding-left: 16px;
}
.portrait_desc .desc_title .title{
	float: left;
}
.portrait_desc .close {
	float: right;
	margin-right: 9px;
	cursor: pointer;
}
.portrait_img.left .arrow {
	position: absolute;
	margin-left: 246px;
	z-index: 200;
}
.portrait_img.right .arrow {
	position: absolute;
	margin-left: -9px;
	margin-top: 230px;
	z-index: 200;
}
.portrait_desc .desc {
	padding: 20px 16px;
}
a.at {
	color: #e91a91;
	text-decoration: none;
}
a.at:hover {
	color: #000;
}
a.site {
	background: url(images/bio_link_bg.jpg) no-repeat left center;
	color: #000;
	text-decoration: none;
	padding-left: 12px;
}
a.site:hover {
	background: url(images/bio_link_bg_hover.jpg) no-repeat left center;
	color: #e91a91;
}
.portrait_desc span.video_thumb {
	margin-right: 6px;
}
/*.portrait_desc span.video_thumb {
	margin-right: 9px;
	background: #000;
	width: 130px;
	height: 72px;
}
.portrait_desc span.video_thumb img:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}*/
.portrait_desc .desc_divider {
	height: 8px;
	background: #000;
}

/* footer */
.footer_divider {
	background: url(images/footer_divider_bg.png) repeat-x;
	width: 100%;
	height: 5px;
	margin-top: 20px;
	margin-bottom: 27px;
}
#footer {
	width: 900px;
	margin: 0 auto 42px;
	text-align: center;
}
#footer .title {
	font-size: 20px;
	font-family: 'dinmedium';
	margin-bottom: 9px;
	text-align: left;
}
#footer img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
#footer img:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#footer .top img{
	margin-left: 7px;
	margin-right: 7px;
}
#footer .bottom img{
	margin-top: 6px;
	margin-left: 3px;
	margin-right: 3px;
}
#footer .bottom_bottom img{
	margin-top: 6px;
	margin-left: 3px;
	margin-right: 3px;
}
#footer .bottom_bottom_bottom img{
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 5px;
}
.clear {
	clear:both;
}