
.iatc * {
	color: #f1f1f1;
	line-height: 1.5em;
	box-sizing: border-box;
}

/*
Type
*/
body p, body ul, body li, h1 {
line-height: 1.5em;
		}
h1 {
	font-family: 'FilosofiaRegularRegular';
}
h2,h3,h4,p,li {
	font-family: "Futura W01 Book";
	color: #f1f1f1;

}
a {
	text-decoration: none;
}
small {
	font-size: 88%;
}
/*
General
*/
.iatc-sub-heading {
	font-size: 2.8em;
	margin-bottom: .25em;
	color: #cead78;
	font-family: 'FilosofiaItalicRegular';
}
.iatc-button {
	font-family: "Futura W01 Book";
	padding: .75em 1.25em;
	background:#cead78;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 3px;
}
.iatc-button--sml {
	font-size: .75em;
}
.iatc-page {
	max-width: 960px;
	margin: auto;
	position: relative;
}
.row {
	margin-left: -1.8em;
}
.col-half,
.col-quarter {
	float: left;
	padding-left: 1.8em;
}
.col-half {
	width: 50%
}
.col-1 {

}
/*
Head
*/
.iatc-head {
	background:  url(../iatc/iatc-head-bg.jpg) no-repeat center top;
	min-height: 380px;
	background-size: 100%;
	margin-top: 3em;
	padding: 2.5em 0;
}
.iatc-logos {
	position: absolute;
	right: 0;
	bottom: 0;
}
.iatc-logos a {
	display: inline-block;
}
.iatc-header__heading {
	font-size: 4em;
	color: #cead78;
	margin-bottom: .1em;
	line-height: 1;
}
.iatc-header__date {
	font-size: 1.5em;
	margin-bottom: 1.5em;
	color: #cead78;
	margin-top: 0;
}
.header {
	
}
.iatc-location,
.iatc-features {
	float: left;
	display: inline-block;
	max-width: 20em;
}
.iatc-features {
	margin-right: 1.5em;
}
.iatc-features p {
	margin-bottom: .5em;

}
.iatc-features__points li {
	margin-bottom: .25em;
}
/*
Shared
*/
.iatc-register,
.iatc-speakers,
.iatc-nav {
	margin-bottom: 3.2em;
}
/*
Navigation
*/
.iatc-nav {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.05);
	background: rgba(255,255,255,.025);
}
.iatc-nav .iatc-button {
	margin-top: .5em;
}
.iatc-nav__list {
	display: table;
	border-left: 1px solid rgba(255,255,255,.05);
	margin-bottom: 0;
}
.iatc-nav__list li {
	display: table-cell;
}
.iatc-nav__list li a {
	display: block;
	border-right: 1px solid rgba(255,255,255,.05);
	padding: .75em;
}
.iatc-nav__buttons {
	position: absolute;
	right: 0;
	top: 0;
}
.active {
        color: black !important;
        background: #cead78;
        text-decoration: underline !important;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); // hardware acceleration of CSS animation
}
/*
Register
*/
.iatc-register__heading {
	font-family: "Futura W01 Book";
	/*font-size: 1.5em;*/
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.iatc-register__ticket-options {
	margin-bottom: 2em;
}
.iatc-register__ticket {
	margin-bottom: .75em;
	padding-bottom: .75em;
	border-bottom: 1px solid rgba(255,255,255,.1);

}
.iatc-register__ticket__notes {
	display: inline-block;
	width: 25em;
	color: #ccc;
	margin-top: .25em;
}
.iatc-register__ticket__price {
	display: inline-block;
	margin-left: 1em;
}

/*
Speakers
*/
.iatc-speakers__thumbs {
	margin-left: -1em;
}
.iatc-speakers__thumbs li {
	float: left;
	width: 25%;
	display: inline-block;
	margin-bottom: 1em;
	padding-left: 1em;
}
.iatc-speakers__thumbs li:nth-child(4n+1) {
	clear: left;
}
.iatc-speakers__thumbs li > a {
	display: block;
	padding: .5em;

}
.iatc-speakers__thumbs li > a:hover {
	background: rgba(255,255,255,.1);
}
.iatc-speakers__thumbs li img {
	width: 100%;
}
.iatc-speakers__thumbs li span {
	display: block;
}

.iatc-speaker-profile__heading {
	color: #cead78;
	font-size: 1.5em;
	margin-bottom: 1em;
}
.iatc-speaker-profile img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	max-width: 160px;
}
/*
Hotels
*/
.iatc-hotels__hotel {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.iatc-hotels__hotel h2 {
	margin-bottom: .25em;
}
.iatc-hotels__hotel h2 span {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.iatc-hotels__hotel a {
	color: #cead78;
}
.iatc-hotels__opening-line {
	margin-bottom: 2em;
}
.iatc-hotels__hotel__header {
	margin-bottom: .75em;
}
.iatc-hotels__hotel__body {
	float: right;
	width: 75%;
	padding-left: 1.5em;
}
.iatc-hotels__hotel__image {
	width: 25%;
}
.iatc-hotels__hotel__content {
	margin-bottom: 1em;
}
.iact-hotels__hotel__street {
	color: #bbb;
}
.iatc-hotels__hotel--europa .iatc-hotels__hotel__rooms {
	display: inline-block;
	margin-right: 1.5em;
}
.iatc-hotels__hotel__heading {
	font-family: "Futura W01 Book";
	font-size: 1.5em;
}
.iatc-hotels__hotel img {
	width: 100%;
}
/*
Queries
*/
.queries {
	background: #cead78;
	padding: 1em;
	margin-top: 3em;
	text-align: center;
}
.queries h1, .queries p {
	text-align: center;
	color: #000;
}
.queries h1 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: .25em;
}
.queries p a {
	display: inline-block;
	color: #000;
	text-decoration: underline;
}
/*
Clearfix
*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
