﻿@charset "UTF-8";

@font-face {
    font-family: 'league_gothicregular';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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, img, ins, kbd, q, s, samp, small, strike, 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; }
/* HTML5 display-role reset for older browsers */
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; }
::selection { background:#e80033; color:#fff; }
::-moz-selection { background:#e80033; color:#fff; }

* {
	box-sizing: border-box;
}

a:focus {
	outline: 1px dotted #e80033;
}

body {
	font-size: 62.5%;
	text-align: left;
	font-family: 'Roboto Slab', serif;
	color: #808080;
}

#container {
	position: relative; /* needed for footer positioning*/
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

nav {
	background: #000;
	width: 100%;
	position: relative;
}

nav ul {
	width: 75%;
	margin: 0 auto;
	text-align: right;
}

nav li {
	display: inline-block;
	font-size: 1.25rem;
}

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}

.clearfix:after {  
    clear: both;  
}
  
.clearfix {  
    *zoom: 1;  
}

nav a {  
    color: #fff;  
    display: block;
	padding: 0.75rem 1.25rem;  
    width: 100%;  
    text-align: center;  
    text-decoration: none;  
    line-height: 40px;
	background: #000;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;	
	transition: background-color 0.2s ease-in-out; 
}

nav li a {  
    box-sizing:border-box;  
    -moz-box-sizing:border-box;  
    -webkit-box-sizing:border-box;  
}

nav a:hover, nav a:active {
	background: #880014;
}

nav a#pull {  
    display: none;
	font-size: 1.6em;
}

/*body.home nav li#home a,
body.about nav li#about a,
body.agenda nav li#agenda a,
body.workshops nav li#workshops a,
body.speakers nav li#speakers a,
body.venue nav li#venue a,
body.registration nav li#registration a,
body.sponsors nav li#sponsors a {
	color: #e80033;
	background: #880014;
}*/

header {
	background: #880014; /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(left, #880014 , #000); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(right, #880014, #000); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(right, #880014, #000); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to right, #880014 , #000); /* Standard syntax */
}

#header-wrap {
	margin: 0 auto;
	padding: 2em 0.78125%;
	width: 75%;
	background: url(../images/header-bg.jpg) no-repeat 0 0;
	background-position: center top;
	background-size: cover;
    position: relative;
}

#header-wrap.about {
	background: url(../images/conference-header-bg.jpg) no-repeat 0 0;
	background-position: center top;
}

#header-wrap.programme {
	background: url(../images/networking-header-bg.jpg) no-repeat 0 0;
	background-position: center;
}

.logo {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2em;
}

.main-logo img {
	max-width: 100%;
}

.main-logo {
	width: 31.25%;
	margin-bottom: 8.5rem;
}

.free-event {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14.5833%;
}

h1,
h2,
h3,
.read-more,
.register {
	font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3.125rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0.25rem;
}

h2 {
	font-size: 2.3125rem;
	color: #740019;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.75rem;
	color: #e80033;
	margin: 0.1em 0 0.15em;
	text-transform: uppercase;
}

h3 span {
	color: #fff;
	text-transform: none;
}

h4 {
	font-size: 1.75rem;
	line-height: 1.3em;
	color: #e80033;
	margin: 0 0 0.1em 0;
}

h5 {
    font-size: 1rem;
    margin-bottom: 0.375rem;
}

h6 {
	font-size: 1.2em;
	margin: 2em 1.04166%;
	padding-top: 1em;
	color: #fff;
	border-top: 1px solid #fff;
}

header .read-more {
	margin-left: 0;
}

p {
	font-size: 0.875rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}

h4 a {
    color: #000;
}

p.header-text {
	margin-top: 2.5em;
	color: #fff;
}

.date {
	color: #fff;
}

.title {
	color: #740019;
}

.partners {
	margin: 0;
	padding: 1rem 13.28125% 2rem;
	background: #000;
}

.partners ul {
	margin-top: 1rem;
}

.partners li {
	display: inline-block;
	vertical-align: middle;
	width: 10.638%;
	margin: 0 1.04166%;
	padding: 0 1.06382%;
}

.partners li.three-col {
    width: 21.27659%;
}

.partners li img {
	width: 100%;
	height: auto;
}

#main-content {
	margin: 0 auto;
	width: 75%;
	padding-bottom: 43em; /* bottom padding for footer */
}

section {
	margin: 3.5em 0 2em;
}

.section-header {
	padding: 0 1.04166%;
}

hr {
	width: 97.91666%;
	margin-top: 3em;
    border: none;
	border-top: 1px dashed #808080;
}

.section-inner,
.section-speaker {
	display: inline-block;
	vertical-align: top;
	margin: 0 1.04166%;
}

.section-inner {
	width: 97.9166%;
}

.two-col {
	width: 47.9166%;
}

.section-speaker {
	width: 22.91666%;
}

.section-inner img,
.section-speaker img {
	width: 100%;
}

.left {
	margin-right: 1.06382%;
}

.right {
	margin-left: 1.06382%;
}

.read-more,
.register {
	display: block;
	margin: 0.6em 0 0.3em;
	padding: 0.2em 0 0.1em 0.25em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 3.6em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background: #e80033 url(../images/arrow.svg) no-repeat;
	background-position: 95% center;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;	
	transition: background-color 0.2s ease-in-out;
}

header .register {
    width: 23.40425%;
}
	


.read-more{
	width: 23.40425%;
	margin-left: 1.04166%;
}

.register {
}

.read-more:hover,
.read-more:focus {
	background: #63010f url(../images/arrow.svg) no-repeat;
	background-position: 95% center
}

.register:hover,
.register:focus {
    background: #000000 url(../images/arrow.svg) no-repeat;
	background-position: 95% center
}

ul.generic li {
	font-size: 1.4em;
	line-height: 1.75em;
	margin-bottom: 1.4em;
	padding-left: 1.4em;
	background: url(../images/bullet.svg) no-repeat 0 0.3em;
}

ul.generic li a {
	color: #e80033;
}

ul.generic li a:hover {
	color: #808080;
}

ul.speaker-pics li {
	width: 30.43478%;
	display: inline-block;
	margin-right: 4.34782%;
	vertical-align: top;
}

    ul.speaker-pics li a {
        display: block;
        background: #e80033;
        -webkit-transition: background-color 0.2s ease-in-out;
	    -moz-transition: background-color 0.2s ease-in-out;
	    -o-transition: background-color 0.2s ease-in-out;
	    -ms-transition: background-color 0.2s ease-in-out;	
	    transition: background-color 0.2s ease-in-out;
    }

ul.speaker-pics li a:hover,
ul.speaker-pics li a:focus {
	background: #880014;
}

ul.speaker-pics img {
    display: block;
}

.last,
ul.pricing last,
ul li.last {
	margin-right: 0 !important;
}

ul.speaker-pics li a {
	text-decoration: none;
	color: #fff;
}

ul.speaker-pics li a p {
	margin: 0;
	padding: 0.5rem 0 0.5rem 0.4em;
	font-weight: bold;
	font-size: 1.2em;
    line-height: 1rem;
}

.company {
    color: #000;
}

/*---------- Agenda ----------*/

.agenda-page {
	margin: 0 0 2em;
}

.agenda-page li {
	border-bottom: 1px dashed #808080;
	overflow: hidden;
    padding: 1rem 0;
}

.agenda-page li img {
	float: right;
	margin: 1em 0;
}

li.agenda-header {
	display: block;
	font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
	font-size: 3.6em;
	background: #e80033;
	color: #fff;
	padding: 0.2em 1.04166667% 0.25em; 
	border: none;
}

.time {
    box-sizing: border-box;
    width: 6.25%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    background: #e80033;
    padding: 1.25rem 0;
    font-size: 1.125rem;
    margin-right: 2.0833%;
}

.talk {
    display: inline-block;
    width: 89.5833%;
}

.agenda-page p {
    color: #880014;
    font-size: 0.75rem;
}

.agenda-page p a {
    color: #880014;
}

/*---------- Workshops ----------*/

.expander {
	color: #e80033;
	font-size: 1.2em;
	padding-bottom: 1.2em;
	display: block;
	width: 25%;
}

.workshop-list {
	margin-bottom: 2em;
}

.workshop-list li {
	border: none;
	font-size: 1.4em;
	line-height: 2em;
	padding-left: 1.4em;
	background: url(../images/bullet.svg) no-repeat 0 0.5em;
}

/*---------- Speakers ----------*/

.speakers-page li,
.sponsors-page li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 31.25%;
	background: #e80033;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;	
	transition: background-color 0.2s ease-in-out;
	padding-bottom: 0.6em;
	margin: 0 1.04166% 2em;
	box-shadow: 0px 0px 4px #808080;
}

.speakers-page li {
	
}

.speakers-page li:hover,
.sponsors-page li:hover {
	background: #880014;
}

.speakers-page li img,
.sponsors-page li img {
	width: 100%;
	padding-bottom: 1em;
}

.speakers-page li p.name,
.sponsors-page li p.name,
.speakers-page li p.view,
.sponsors-page li p.view {
	font-size: 1.6em;
	font-weight: bold;
}

.speaker-info {
	height: 8em;
}

.speakers-page li p.view,
.sponsors-page li p.view {
	position: absolute;
	bottom: 0.3em;
	background: url(../images/arrow.svg) no-repeat;
	background-position: 100% 50%;
	padding: 0.2em 3em 0.3em 1em;
}

.speakers-page li p,
.sponsors-page li p {
	padding: 0 1em;
	color: #fff;
}

.speakers-page li a,
.sponsors-page li a {
	text-decoration: none;
}


/*---------- Venue ----------*/

.address {
	display: inline-block;
	vertical-align: top;
	width: 31.25%;
	margin: 0 1.04166%;
}

.address ul {
	margin-bottom: 2.2em;
}

.address li {
	font-size: 1.4em;
	margin-bottom: 0.8em;
}

ul.underground li,
ul.rail li,
ul.planner li {
	padding: 0.65em 0 0.4em 2.4em;
	margin-bottom: 0;
}

.underground li:first-child,
.rail li:first-child,
.planner li:first-child {
	background: url(../images/transport-icons.svg) no-repeat 0 0;
	background-size: 25px 96px;
}

.rail li:first-child {
	background-position: 0 -32px;
}

.planner li:first-child {
	background-position: 0 -64px;
}

.planner a {
	color: #808080;
}

.planner a:hover {
	color: #e80033;
}

.map {
	display: inline-block;
	width: 64.58333%;
	margin: 0 1.04166%;
}

/*---------- Registration ----------*/

.pricing {
	width: 47.82608%;
	display: inline-block;
	vertical-align: top;
	margin: 1.4em 4.34782% 3em 0;
}

.pricing li {
	width: 100%;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
}

.price-header {
	font-size: 2em;
	font-weight: bold;
	padding: 0.6em;
	background: #e80033;
}

.per-person {
	font-size: 1.2em;
	padding: 0.3em 1em 0.4em;
	background: #740019;
}

li.delegate,
li.price {
	color: #808080;
	background: #cbc7c2;
}

li.delegate {
	font-size: 1.2em;
	padding: 1em;
	border: none;
}

.price {
	font-size: 2.6em;
	padding: 0 0.5em 0.8em;
}

.orange {
	color: #e80033;
	font-size: 1.5em;
	font-weight: bold;
}

.asterisk {
	color: #e80033;
}

/*---------- Footer ----------*/

footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	background: #740019;
}

#footer-wrap {
	margin: 0 auto;
	padding: 3em 0;
	width: 75%;
}

footer ul {
	display: inline-block;
	vertical-align: top;
	width: 31.25%;
	margin: 0 1.04166%;
}

footer ul li.list-header {
	color: #e80033;
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 0.2em;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #fff;
}

footer li {
	font-size: 1rem;
	line-height: 1.6em;
	color: #fff;
}

footer ul li a {
	color: #fff;
	text-decoration: none;
}

footer ul li a:hover {
	color: #e80033;
}
footer ul li a:focus {
	color: #e80033;
    outline: 1px dotted #fff;
}


li.twitter-entry {
	margin-bottom: 0.7em;
}

.twitter-date {
	display: block;
	color: #e80033;
}

.twitter-name {
	color: #e80033;
}

.footer-call {
    font-size: 1.5rem;
}

/*---------- Twitter Feed ----------*/


/*---------- popup message styles ----------*/

.survey-popup {
	width: 340px;
	border: 3px solid #ccc;
	border-radius: 4px;
	padding: 30px 20px 0;
	text-align: center;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 50%;
    margin: 0 auto;
    background: #fff;
    display:none;
    z-index: 1;
}

.survey-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}

    .survey-popup h1 {
        color: #e80033;
        font-size: 1.625rem;
        margin-bottom: 0.25rem;
    }

    .survey-popup p {
        line-height: 1.5rem;
        margin-bottom: 0.25rem;
    }

.win-tv {
    background: url(../images/samsung-tv.jpg) no-repeat 0 0;
    background-size: contain;
    padding-bottom: 2rem;
}

    a.more-info {
        background: #e80033;
        color: #fff;
        padding: 0.5rem 1.5rem;
        display: block;
        width: 80%;
        margin: 1rem auto 1rem;
        font-size: 1.25rem;
        text-decoration: none;
        border-radius: 4px;
    }

        .survey-popup a:hover {
            text-decoration: none;
            background: #cc032f;
        }

.tv {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    background: url(../Images/samsung.svg) no-repeat 50% 25px;
    background-size: 25%;
    padding: 55px 0 0 0;
}

/*---------- popup message Styles end ----------*/


/*------------------------------
	Media Queries
------------------------------*/

@media screen and (min-width:1320px) {
    h1 {
        font-size: 4.1875rem;
    }

    h2 {
        font-size: 3.125rem;
    }
    
    h3 {
        font-size: 2.3125rem;
    }

    h4 {
        font-size: 2.3125rem;
    }

    h5 {
        font-size: 1.3125rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.625rem;
    }

    .agenda-page p {
        font-size: 1rem;
    }

    ul.generic li {
        font-size: 1rem;
    }

    footer li {
        font-size: 1.25rem;
    }
}

@media screen and (min-width:1480px) {
    h1 {
        font-size: 5.5625rem;
    }

    h3 {
        font-size: 3.125rem;
    }

    p {
        font-size: 1.325rem;
        line-height: 2rem;
    }

    ul.generic li {
        font-size: 1.325rem;
        background: rgba(0, 0, 0, 0) url("../images/bullet.svg") no-repeat scroll 0 0.4em;
    }

    nav li {
        font-size: 1.5rem;
    }

    nav li a {
        padding: 1em 1.1em;
    }

    footer li {
        font-size: 1.5rem;
    }

    .survey-popup {
	    width: 480px;
    }

    .survey-popup h1 {
        color: #e80033;
        font-size: 2.5rem;
        margin-bottom: 0.25rem;
    }
}


@media screen and (min-width:1280px) {
}

@media screen and (max-width:1280px) {
}

@media screen and (max-width: 1040px) {
	nav a {
		padding: 1rem 0.9em;
	}

    header .register {
        width: 47.9166%;
    }
}

@media screen and (max-width:960px) {
	#header-wrap,
    #header-wrap.about,
    #header-wrap.programme,
	#main-content,
	#footer-wrap {
		width: 100%;
	}

    #header-wrap {
        padding: 2em 3.54166%;
    }

    #footer-wrap {
        padding: 2em 2.5%;
    }

    #main-content {
        padding: 0 2.5%;
    }
	
	nav ul {
		width: 95%;
	}
	
	nav li {
	}

    .partners {
        padding: 1rem 3.54166% 2rem;
    }
	
	#main-content {
		padding-bottom: 56em; /* bottom padding for footer */
	}
	
	.read-more{
		width: 48.9362%;
	}
	
	.speakers-page li {
	}
	
	footer ul {
		width: 47.91666%;
		margin-bottom: 2em;
	}
}

@media screen and (max-width:760px) {
	
	nav ul {
	}
	
	nav li {
		font-size: 1.5em;
	}
	
	nav a {
		padding: 0.5rem 1.125rem;
	}

    .main-logo {
	    width: 47.9166%;
	    margin-bottom: 8.5rem;
    }

    #header-wrap {
	    background-position: right top;
    }
	
	.speakers-page li,
	.sponsors-page li {
		width: 47.91666%;
	}

    .free-event {
        width: 25%;
    }

    .time {
        width: 60px;
    }

    .talk {
        width: 100%;
    }

}

@media screen and (max-width: 640px) {
	
	nav {   
        height: auto; 
    }  
	
    nav ul {  
        width: 100%;  
        display: block;
		text-align: left;
        display: none;  
        height: auto;  
    }
	 
    nav li {  
        width: 50%;
		margin: 0;  
        float: left;  
        position: relative;
		font-size: 1.8em;  
    }
	 
    nav a {
		display: block; 
        text-align: left;  
        width: 100%;  
        text-indent: 10px;
		padding: 0; 
    }
	
	nav a#pull {  
        display: block;  
        width: 100%;  
        position: relative;  
    }  
    nav a#pull:after {  
        content:"";  
        background: url('../images/nav-icon.png') no-repeat;  
        width: 30px;  
        height: 30px;  
        display: inline-block;  
        position: absolute;  
        right: 15px;  
        top: 10px;
    }

    #header-wrap,
    .partners {
        padding: 2em 5%;
    }
	
	#main-content {
		padding-bottom: 80em; /* bottom padding for footer */
	}
	
	p.header-text {
		margin-top: 1em;
	}
	
	h1 {
		font-size: 2rem;
	}
	
	h3 {
		font-size: 1.4rem;
	}
	
	#main-content {
		width: 95%;
	}
	
	.section-header {
		padding: 0;
	}
	
	hr {
		width: 100%;
	}
	
	.read-more,
	.register {
		background-position: 97.5% center;
	}
	
	.read-more:hover,
	.register:hover {
		background: #808080 url(../images/arrow.svg) no-repeat;
		background-position: 97.5% center
	}

    header .register {
        width: 100%;
    }
	
	.section-inner,
	.section-speaker {
		width: 100%;
		margin: 0;
	}
	
	.right,
	.left {
		margin: 0;
	}
	
	.read-more{
		width: 100%;
		margin-left: 0;
	}
	
	.register {
		font-size: 3.4em;
	}
	
	.speakers-page li,
	.sponsors-page li,
	.address,
	.map {
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.speaker-info {
		height: 7em;
	}
	
	.address li {
		font-size: 2em;
		margin-bottom: 0.8em;
	}
	
	ul.underground li,
	ul.rail li,
	ul.planner li {
		padding: 0.7em 0 0.5em 2.4em;
		margin-bottom: 0;
	}
	
	.underground li:first-child,
	.rail li:first-child,
	.planner li:first-child {
		background: url(../images/transport-icons.svg) no-repeat 0 0;
		background-size: 40px 154px;
	}
	
	.rail li:first-child {
		background-position: 0 -51px;
	}
	
	.planner li:first-child {
		background-position: 0 -102px;
	}
	
	#footer-wrap {
		width: 95%;
	}
	
	footer ul {
		width: 100%;
		margin: 0 0 3em 0;
	}

    .survey-popup {
	    width: 80%;
        bottom: 20%;
    }

}

@media only screen and (max-width : 480px) { 
 
}

@media screen and (max-width: 360px) {
	
	/*nav li {  
        display: block;
        float: none;  
        width: 100%;  
    }*/
	
}
