/***************************************************
 GLOBAL STYLES
 ***************************************************/

html, body {
    margin: 0px;
    padding: 0px;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, hr, table, th, td, form, img, fieldset, input, select, textarea, caption, dl, dd, dt, address {
    border: none;
    font: 100% 'PTSansNarrowRegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
    line-height: 1.4em;
}

body {
    background: #000;
    text-align: center;
}

img {
    display: block;
}

a,
a:link {
    color: #2b93dd;
    text-decoration: none;
}

strong a:link,
strong a:visited {
    text-decoration: none;
}

a:visited {
    color: #2b93dd;
}

h1,
h2,
h3 {
}

h1,
h2.big {
    font-size: 4.5em;
    padding: 30px 0 0 0;
}

.object-left {
    float: left;
}

.object-right {
    float: right;
}

#debug {
    margin: 100px 0 0 0;
}

#debug * {
    color: #000;
    text-align: left;
}

/***************************************************
 BUTTON
 ***************************************************/

.button {
    background-color: #fe9a22;
    background: -moz-linear-gradient( top, #fe9a22, #ff7300 );
    background: -webkit-gradient(linear, left top, left bottom, from(#fe9a22), to(#ff7300) );
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border: 1px solid #ffab66;
    display: inline-block;
    position: relative;
}

.button a,
.button a:link,
.button a:visited,
.button input {
    background: transparent;
    display: inline-block;
    padding: 5px 20px;
    font-size: 1.25em;
    border: none;
    color: #fff;
    position: relative;
    z-index: 2;
}


/***************************************************
 ARTICLE
 ***************************************************/

.article h2 {
    font-size: 1.875em;
}

.article h3 {
    font-size: 1.5em;
}

.article p {
    padding: 0 0 10px 0;
}

.article ul,
.article ol {
    padding: 0 0 5px 0;
}

.article ul li {
    list-style: disc;
    margin: 0 0 5px 20px;
}

.article ol li {
    list-style: decimal;
    margin: 0 0 5px 10px;
    padding: 0 0 0 10px;
}

.article .object-right {
    margin: 0 0 10px 10px;
}

.article .object-left {
    margin: 0 10px 10px 0;
}

/***************************************************
 FORM
 ***************************************************/

.form .row {
    overflow: hidden;
    margin: 0 0 10px 0;
}

.form .row label {
    padding: 5px 5px 5px 0;
    display: inline-block;
    width: 95px;
    clear: both;
    vertical-align: top;
}

.form .row .field label {
    display: block;
    width: auto;
}

.form .row p,
.form .row .error_list li {
    color: #758a9a;
    padding: 3px 0 0 0;
    width: 330px;
}

.form .row .error_list li {
    color: #f00;
}

.form .row .field {
    display: inline-block;
}

.form .error label {
    color: #f00;
}

.form .field input,
.form .field textarea,
.form .field select {
    padding: 5px 10px;
    width: 310px;
    margin: 0 0 0 0;
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0);
}

.form .field select {
    width: 330px;
}

.form .field textarea {
    font-size: 1.1em;
}

.form .row label.poststed {
    width: 2em;
}

.form .field input#Postnr {
    width: 80px;
    margin: 0 10px 0 0;
}

.form .field input#Poststed {
    width: 157px;
}

.form .buttonrow {
    padding: 20px 0 0 100px;
}

.form .buttonrow p {
    color: #758a9a;
    padding: 10px 0 0 0;
}

/***************************************************
 LAYOUT
 ***************************************************/

#wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#bg {
    width: 1200px;
    height: 1200px;
    position: absolute;    
    top: -350px;
    left: 0;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#132d40', EndColorStr='#000000');
    background: #000 -moz-radial-gradient( center, circle farthest-side, #132d40 0%, #000 100%) no-repeat;
    background: #000 -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, from(#132d40), to(#000)) no-repeat;
}

#page {
    position: relative;
}

#page-bottom {
    clear: both;
}

#footer {
    position: relative;
    z-index: 1000;
}

/***************************************************
 HEADER
 ***************************************************/

#header-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    height: 160px;
    background: -moz-linear-gradient( left, #000, rgba(0,0,0,0.25), #000);
    background: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop( 0.5, rgba(0,0,0,0.25) ) );
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#header-line {
    position: absolute;
    overflow: hidden;
    top: 159px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 10;
    background: #6a899f;
}

#header {
    width: 1200px;
    height: 160px;
    position: relative;
    margin: 0 auto;
    z-index: 100;
}

#header #logo {
    display: block;
    padding: 35px 0 0 0;
}

#header #logo img {
    display: inline;
}

#header #banner {
    position: absolute;
    background: transparent url(../images/banner-right.png) top right no-repeat;
    top: 2px;
    left: 770px;
    width: 380px;
    height: 120px;
    padding: 0 70px 0 0;
}

#header #banner .content {
    background: transparent url(../images/banner-left.png) top left no-repeat;
    height: 120px;
    padding: 0;
}

#header #banner .text {
    overflow: hidden;
    padding: 37px 10px 0 60px;
}

#header #banner .text p {
    line-height: 1.4em;
}

#header #banner .button {
    float: right;
    margin: 42px 0 0 0;
}


/***************************************************
 FOOTER BAR
 ***************************************************/

#footer-bar {
    background-color: #1f3e53;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#1f3e53', EndColorStr='#102635');
    background: -moz-linear-gradient( top, #1f3e53 0%, #102635 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#1f3e53), to(#102635) );
    margin: 50px 0;
    height: 80px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 300;
}

#footer-bar .wrap {
    height: 80px;
    background: transparent url(../images/footer-bar-bg.png) 280px center no-repeat;
}

#footer-bar .col1 {
    float: left;
    text-align: left;
    line-height: 1em;
    font-size: 1.3125em;
    padding: 12px 0 0 20px;
    width: 320px;
}

#footer-bar .col2 {
    float: left;
    text-align: left;
    line-height: 1em;
    font-size: 1.3125em;
    padding: 12px 0 0 20px;
    width: 485px;
}

#footer-bar .col2 p {
    color: #758a9a;
}

#footer-bar .col2 p b {
    font-weight: normal;
    color: #fff;
}

#footer-bar .col3 {
    padding: 21px 0 0 10px;
    overflow: hidden;
}

#footer-bar .col3 .button {
    float: left;
}


/***************************************************
 FOOTER SPONSORS
 ***************************************************/

#footer-sponsors {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

#footer-sponsors ul {
}

#footer-sponsors li,
#footer-sponsors li div,
#footer-sponsors li div img {
    display: inline-block;
    vertical-align: middle;
}

#footer-sponsors {
    padding: 10px 0;
}


/***************************************************
 FOOTER COMPANIES
 ***************************************************/

#footer-companies {
    border-bottom: 1px solid #1a1a1a;
    padding: 10px 0 0 0;
    overflow: hidden;
}

#footer-companies #footer-ixd {
    float: left;
    text-align: left;
    width: 350px;
}

#footer-companies #footer-ixd .image {
    position: relative;
    margin-top: -10px;
}

#footer-companies #footer-social {
    float: right;
    width: 840px;
    padding: 10px 0 0 0;
}

#footer-social p {
    color: #758a9a;
    margin: 0 20px 0 0;
    font-size: 1.5em;
}

#footer-social p,
#footer-social ul,
#footer-social ul li,
#footer-social ul li img {
    display: inline-block;
    vertical-align: baseline;
}

#footer-social ul li {
    margin: 0 20px 0 0;
}

#footer-social ul li a {
    font-size: 1.125em;
    color: #758a9a;
}

#footer-social ul li a img {
    margin: 0 2px 0 0;
    position: relative;
    top: 2px;
}

/***************************************************
 TOP MENU
 ***************************************************/

#topmenu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#topmenu li {
    display: inline-block;
}

#topmenu li a {
    display: inline-block;
    font-size: 1.875em;
    padding: 5px 20px 3px 20px;
}

#topmenu li.selected a {
    color: #fff;
}


/***************************************************
 FRONTPAGE
 ***************************************************/

#frontpage .intro {
    padding: 0 0 25px 0;
}

#frontpage .intro p {
    font-size: 1.625em;
}

#frontpage .intro p b {
    font-weight: normal;
    color: #2b93dd;
}

#frontpage .intro p b.design {
    color: #a9d22f;
}

#frontpage .intro p b.development {
    color: #2b93dd;
}

#frontpage .intro p b.strategy {
    color: #c30431;
}


#frontpage .body p {
    font-size: 1.625em;
    color: #758a9a;
}

#frontpage .body .button {
    margin: 25px 0 0 0;
}

#frontpage #frontpage-speakers .row {
    overflow: hidden;
    clear: both;
    text-align: left;
    padding: 0 0 25px 0;
}

#frontpage #frontpage-speakers .row .speaker {
    float: left;
    width: 380px;
    padding: 0 0 0 30px;
}

#frontpage #frontpage-speakers .row .speaker:first-child {
    padding-left: 0;
}

#frontpage #frontpage-speakers .row .speaker img {
    float: left;
    margin: 7px 25px 0 0;
}

#frontpage #frontpage-speakers .row .speaker .content {
    overflow: hidden;
}

#frontpage #frontpage-speakers .row .speaker .content h3 {
    font-size: 1.5em;
}

#frontpage #frontpage-speakers .row .speaker .content p {
    color: #758a9a;
    font-size: 1em;
}


/***************************************************
 PROGRAM
 ***************************************************/

#intro {
    font-size: 1.625em;
    padding: 0 0 25px 0;
    overflow: hidden;
}

#intro p {
    color: #758a9a;
}

#intro p b {
    font-weight: normal;
    color: #fff;
}

#intro #intro-center {
    width: 70%;
    margin: 0 auto;
}

#intro #intro-left {
    width: 590px;
    margin: 0 20px 0 0;
    float: left;
    text-align: right;
}

#intro #intro-right {
    overflow: hidden;
    text-align: left;
}

#program h2 {
    font-size: 2.75em;
    text-align: left;
    padding: 40px 0 0 10px;
    border-bottom: 1px solid #132d40;
}

#program .presentations .row {
    overflow: hidden;
    border-bottom: 1px solid #132d40;
    text-align: left;
}

#program .row .content {
    padding: 5px 10px;
}

#program .presentations .time {
    width: 10%;
    float: left;
    overflow: hidden;
}

#program .presentations .time .content {
    font-size: 1.875em;
    line-height: 1.4em;
}

#program .presentations .presentation-keynote {
    overflow: hidden;
}

#program .presentations .presentation-track {
    width: 30%;
    float: left;
}

#program .presentations .description {
    display: none;
}

#program .presentations h3 {
    font-size: 1.875em;
    padding: 0 10px 0 0;
}

#program .presentations h4 {
    font-size: 1.5em;
}

#program .presentations .presentation-keynote h3,
#program .presentations .presentation-keynote h4 {
    display: inline;
}

#program .presentations .descr {
    cursor: pointer;
    display: block;
}

#program .presentations .descr h4 {
    color: #fff;
    display: inline;
}

#program .presentations .design h3 {
    color: #a9d22f;
}

#program .presentations .development h3 {
    color: #2b93dd;
}

#program .presentations .strategy h3 {
    color: #c30431;
}

#program .presentations .default h3 {
    color: #fff;
}

#program .presentations .descr img {
    display: inline;
    margin: 0 5px 4px 0;
}


/***************************************************
 SPEAKERS
 ***************************************************/

#speakers #intro li a {
    color: #758a9a;
}

#speakers .speaker {
    text-align: left;
    overflow: hidden;
    margin: 0 0 25px 0;
}

#speakers .speaker .image {
    float: left;
    margin: 10px 25px 0 0;
}

#speakers .speaker .content {
    overflow: hidden;
    padding: 0 20px 0 0;
}

#speakers .speaker .content h2 {
    font-size: 1.875em;
    display: inline;
    padding: 0 10px 0 0;
}

#speakers .speaker .content h3 {
    font-size: 1.5em;
    display: inline;
    color: #758a9a;
}

#speakers .speaker .content p {
    padding: 0 0 10px 0;
}

#speakers .speaker .content .description {
    padding: 0 0 10px 0;
}

#speakers .speaker .content a.twitter {
    float: left;
    background: transparent url(../images/social/twitter.png) no-repeat top left;
    height: 22px;
    padding: 0 20px 0 32px;
}

#speakers .speaker .content a.homepage {
    float: left;
    background: transparent url(../images/social/home.png) no-repeat top left;
    height: 22px;
    padding: 0 0 0 32px;
}

#speakers .speaker .presentation {
    float: right;
    width: 300px;
}

#speakers .speaker .presentation .before {
    font-size: 1.5em;
    line-height: 1.875em;
}

#speakers .speaker .presentation h4 {
    font-size: 1.875em;
    line-height: 1em;
}

#speakers .speaker .design h4 {
    color: #a9d22f;
}

#speakers .speaker .development h4 {
    color: #2b93dd;
}

#speakers .speaker .strategy h4 {
    color: #c30431;
}

#speakers .speaker .presentation .time {
    font-size: 1.5em;
    line-height: 1.25em;
}


/***************************************************
 SPONSORS
 ***************************************************/

#sponsors #sponsor-list {
    overflow: hidden;
    padding: 0 0 25px 0;
}

#sponsors .bottom h2 {
    font-size: 1.875em;
    color: #ff7301;
}

#sponsors .bottom h2 a {
    color: #fff;
}

#sponsors #sponsor-list .sponsor {
    float: left;
    text-align: left;
}

#sponsors #sponsor-list .sponsor .wrap {
    padding: 0 25px 0 0;
}

#sponsors #sponsor-list .sponsor h2 {
    font-size: 1.875em;
    font-weight: bold;
}

#sponsors #sponsor-list .sponsor h3 {
    font-size: 1.5em;
    color: #ff7301;
    padding: 0 0 20px 0;
}

#sponsors #sponsor-list .sponsor .content ul li {
    list-style: disc;
    margin: 0 0 0 20px;
    padding: 0 0 5px 0;
}


/***************************************************
 PRACTICAL
 ***************************************************/

#practical #content {
    text-align: left;
}

#practical #content h2 {
    font-size: 1.875em;
    padding: 0 0 20px 0;
}

#practical #content .info {
    overflow: hidden;
    margin: 0 0 25px 0; 
}

#practical #content .info .image {
    float: left;
    margin: 2px 25px 0 0;
}

#practical #content .info .content {
    overflow: hidden;
    padding: 0 25px 0 0;
}

#practical #content .info .content h3 {
    font-size: 1.5em;
}

#practical #content .info .content .showmap {
    cursor: pointer;
}

#practical #content .info .content .map {
    overflow: hidden;
}

#practical #content .info .content .map .mapcontent {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 250px;
    display: none;
}

#practical #content .info .address {
    float: right;
    width: 400px;
}

#practical #content .info .address p {
    color: #758a9a;
    font-size: 1.5em;
}


/***************************************************
 REGISTRATION
 ***************************************************/

#registration #content {
    text-align: left;
    overflow: hidden;
}

#registration #content .form {
    float: left;
    width: 450px;
    padding: 0 25px 0 140px;
}

#registration #content .article {
    overflow: hidden;
    padding: 0 150px 0 12px;
}


/***************************************************
 REGISTRATION INDEX
 ***************************************************/

#registration-participant h2,
#registration-participant legend {
    display: block;
    font-size: 1.5em;
    line-height: 1.4em;
    padding: 20px 0 10px 0;
}

#registration-participant #content {
    text-align: left;
    overflow: hidden;
    margin: 0 0 0 115px;
}

#registration-participant #person {
    width: 450px;
    padding: 0 25px 0 15px; 
    float: left;
} 

#registration-participant #products {
    width: 450px;
    padding: 0 25px 0 0; 
    float: left;
} 

#registration-participant .controls {
    clear: both;
}

#registration-participant .checkbox_list li,
#registration-participant .radio_list li {
    overflow: hidden;
    margin: 0 0 5px 0;
}

#registration-participant .checkbox_list li input,
#registration-participant .radio_list li input {
    margin: 5px 10px 0 0;
    float: left;
}

#registration-participant .checkbox_list li label,
#registration-participant .radio_list li label {
    float: left;
    width: 420px; 
}


/***************************************************
 REGISTRATION SUMMARY
 ***************************************************/

#registration-summary {
    overflow: hidden;
}

#registration-summary table {
    border-collapse: collapse;
    border-top: 1px solid #132D40;
    width: 100%;
    text-align: left;
    margin: 0 0 30px 0;
}

#registration-summary table td {
    padding: 5px 10px;
    border-bottom: 1px solid #132D40;
    color: #758a9a;
}

#registration-summary table tr.total td {
    font-size: 1.5em;
}

#registration-summary .controls {
    width: 588px;
    margin: 0 25px 0 0;
    float: left;
    text-align: right;
}

#registration-summary #payment-method {
    text-align: left;
    overflow: hidden;
}


/***************************************************
 REGISTRATION INVOICE
 ***************************************************/

#registration-invoice #content {
    width: 490px;
    text-align: left;
    margin: 0 auto;
}

#registration-invoice #content label {
    width: 130px;
}

#registration-invoice #content .buttonrow {
    padding-left: 140px;
}


/***************************************************
 REGISTRATION RECEIPT
 ***************************************************/

#receipt #invoice-address {
    border-top: 1px solid #132D40;
    padding: 5px 10px;
    color: #758a9a;
}

#receipt #invoice-address h2,
#receipt #contact-info h2 {
    font-size: 1.5em;
    font-weight: normal;
    font-family: 'PTSansNarrowBold';
    color: #fff;
}

#receipt #contact-info {
    border-bottom: 1px solid #132D40;
    padding: 35px 10px 0 10px;
}

#receipt #contact-info ul {
    padding: 0 0 10px 0;
}

#receipt #contact-info ul li {
    color: #758a9a;
}

#receipt #content {
    text-align: left;
}

#receipt #content table {
    border-collapse: collapse;
    border-top: 1px solid #132D40;
    width: 100%;
}

#receipt #content table td {
    padding: 5px 10px;
    border-bottom: 1px solid #132D40;
    color: #758a9a;
}

#receipt #content table tr.participant td {
    padding-top: 15px;
}

#receipt #content table tr.participant td strong {
    font-size: 1.5em;
    font-weight: normal;
    font-family: 'PTSansNarrowBold';
    margin: 0 15px 0 0;
    color: #fff;
}

#receipt #content table tr.sum td {
    padding-top: 30px;
    color: #fff;
    font-size: 1.25em;
    font-weight: normal;
    font-family: 'PTSansNarrowBold';
}

#receipt #content table tr.total td {
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
    font-family: 'PTSansNarrowBold';
}


/***************************************************
 ARTICLE
 ***************************************************/

#article #content {
    text-align: left; 
}

#article .body {
    overflow: hidden;
}

#article #image {
    float: left;
    margin: 0 20px 0 0;
}

#article #sidebar {
    float: right;
    width: 200px;
    margin: 0 0 0 20px;
}

#article #sidebar p {
    color: #758a9a;
    font-size: 1.5em;
}

#article .intro {
    padding: 0 0 25px 0;
}

#article .intro p {
    font-size: 1.625em;
}

#article .intro p b {
    font-weight: normal;
    color: #2b93dd;
}
/* =Videos
 ---------------------------------*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
* html .clearfix{height:1%}
.clearfix{display:block}

.video_container{
	margin-top:1.5em;
}
.video_container .sub_list{
	display:inline;
	float:left;
	padding-top:1.5em;
	padding-right:15px;
	width:260px;
	
	
}
.video_container .sub_list ul{
    text-align:left;
	font-size:13px;
}

	
.video_container .sub_list ul li{
	padding:.75em 0;
   border-bottom:1px solid #323c44;
}
.video_container .sub_list ul li:hover{
    background:#1a1a1a;
}



.video_container .sub_list p{
	padding-bottom:.375em;
	padding-left:5px;
	line-height:16px;
	
 }
.video_container .sub_list .selected{

	padding:.75em 0;
	background:#0f1c1f;
 }
.video_container .speaker_name{
	font-weight:bold;
 	color:#fff;
 }
 
.video_container .company{
 	color:#7a9594;
 }
 
.video_container .speak_title,
.video_container .development{
 	clear:left;
 	color:#2b93dd;/* Default*/
}
.video_container .strategy{
 	color:#C30431;
}
.video_container .design{
 	color:#A9D22F;
}
#video_item{
	display:inline;
	float:left;
	width:925px;
	overflow:hidden;
}
.video_container h2.video_details{
	padding:.75em 0;
	font-size:27px;
	text-align:left;
}
.video_container h2.video_details span{
	padding-right:15px;
}

.video_container h2.video_details span.company{
	font-size:18px;
}


