/*

The font softwares linked herebelow are the
property of Swiss Typefaces Sàrl.
You may not download the font softwares.
Purchase and licensing informations are
available at http://www.swisstypefaces.com/
licensing/

Copyright (C) Swiss Typefaces Sàrl

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 25, 2014 */



@font-face {
    font-family: 'agda';
    src: url('/fonts/simplonnorm-bold-webfont.eot');
    src: url('/fonts/simplonnorm-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/simplonnorm-bold-webfont.woff2') format('woff2'),
         url('/fonts/simplonnorm-bold-webfont.woff') format('woff'),
         url('/fonts/simplonnorm-bold-webfont.ttf') format('truetype'),
         url('/fonts/simplonnorm-bold-webfont.svg#simplon_normbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'agdamono';
    src: url('/fonts/simplonmono-bold-webfont.eot');
    src: url('/fonts/simplonmono-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/simplonmono-bold-webfont.woff2') format('woff2'),
         url('/fonts/simplonmono-bold-webfont.woff') format('woff'),
         url('/fonts/simplonmono-bold-webfont.ttf') format('truetype'),
         url('/fonts/simplonmono-bold-webfont.svg#simplon_monobold') format('svg');
    font-weight: bold;
    font-style: normal;

}

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

}

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

}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

::selection
{
    background-color: #fcdfeb;
    color: #363533;
}

::-moz-selection
{
    background-color: #fcdfeb;
    color: #363533;
}

html,
body
{
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'agda', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    height: 100%;
    margin: 0;
    color: #928f85;
    background-color: #363533;
}

body
{
    overflow-x: hidden;
}

a,
a:hover
{
    color: inherit;
}

header,
footer,
nav
{
    font-family: 'agdamono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

footer
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    background-color: #363532;
    padding: 50px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 5;
}

footer.minimise
{
    padding: 10px 0;
}

h1, h2, h3, h4
{
    font-family: 'agdamono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: white;
    text-transform: uppercase;
    margin: 60px 0 60px 0;
}

h1 em
{
    color: #fcdfeb !important;
}

h2
{
    margin: 60px 0 20px 0;
}

h3
{
    margin: 20px 0;
}

figure img
{
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
}

p
{
    margin-bottom: 15px;
}

.container > h1:after
{
    content: ' /';
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child
{
    margin-top: 0;
}

.entry h1,
.entry h2,
.entry h3
{
    color: #363533;
}

.entry .text-muted,
.entry h1.text-muted,
.entry h2.text-muted,
.entry h3.text-muted
{
    color: #928f85;
}

.introduction
{
    color: #fcdfeb;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
}

section
{
    font-size: 18px;
    line-height: 24px;
}

section article
{
}

section article h2,
section article h3,
section article h4
{
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 5px;
}

section article h4
{
    color: inherit;
    margin: 10px 0;
}

section article b,
section article strong,
section aside b,
section aside strong
{
    color: #fcdfeb;
    font-weight: normal;
}

section article nav
{
    padding: 20px 0;
}

section article nav:first-child
{
    padding-top: 0;
}

section > header
{
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    z-index: 0;
}

section aside
{
    font-size: 15px;
    line-height: 21px;
}

section aside nav
{
    padding: 30px 0;
}

section aside h2
{
    font-size: 0.875em;
    margin-top: 30px;
    margin-bottom: 5px;
}

section aside h3
{
    color: inherit;
    font-size: 0.875em;
    margin-bottom: 5px;
}

section article h2:first-child,
section article h3:first-child,
section aside h2:first-child,
section aside h3:first-child
{
    margin-top: 5px;
}

section aside .dl-horizontal dt
{
    font-size: 12px;
    font-family: 'agdamono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    width: 33%;
    text-align: left;
    padding-top: 5px;
}

section aside .dl-horizontal dd
{
    margin-left: 33%;
}

form
{
    font-size: 16px;
}

.category-link
{
    font-family: 'agdamono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: inherit;
}

.share-links
{
    font-size: 12px;
    font-family: 'agdamono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.share-links a
{
    display: inline-block;
    padding-top: 7px;
}

.list-unstyled li
{
    position: relative;
}

.list-unstyled li > .glyphicon
{
    position: absolute;
    left: -20px;
    margin-top: 4px;
    font-size: 70%;
}

.table
{
    font-size: 14px;
}

.table thead th
{
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'agdamono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #363533;
}

.table tr > td:first-child,
.table tr > th:first-child
{
    padding-left: 0;
}

.table tr > td:last-child,
.table tr > th:last-child
{
    padding-right: 0;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td
{
    border-top-color: #928f85;
    border-bottom-color: #928f85;
}

.btn
{
    text-transform: uppercase;
    font-family: 'agdamono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    border-color: transparent;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.btn-default
{
    border-color: transparent;
    background-color: #f4f4f3;
}

.btn-full
{
    width: 100%;
    text-align: left;
}

.btn-default.disabled
{
    color: #928f85;
    border-color: transparent;
    background-color: #d3d2ce;
}

.btn-default:hover
{
    border-color: transparent;
    background-color: #928f85;
    color: #fff !important;
}

.btn-link
{
    padding-left: 0;
    padding-right: 0;
    color: inherit;
}

.btn-link:hover
{
    color: inherit;
    text-decoration: none;
}

.widget-close
{
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(/img/common/close.png) 0 0 no-repeat;
    background-size: 20px 40px;
    background-image: -webkit-linear-gradient(transparent, transparent), url(/img/common/close.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(/img/common/close.svg);
    background-image: linear-gradient(transparent, transparent), url(/img/common/close.svg);
}

.widget-close:hover
{
    background-position: 0 -20px;
}

.widget-add
{
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    background: transparent url(/img/common/add.png) 0 0 no-repeat;
    background-size: 20px 40px;
    background-image: -webkit-linear-gradient(transparent, transparent), url(/img/common/add.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(/img/common/add.svg);
    background-image: linear-gradient(transparent, transparent), url(/img/common/add.svg);
}

.widget-add:hover,
.btn:hover .widget-add
{
    background-position: 0 -20px;
}

.btn .widget-add
{
    display: block;
    padding-top: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.well
{
    border: 0 none;
    background-color: #f4f4f3;
}

.well-sm
{
    border-radius: 0;
}

.alert
{
    padding: 5px 6px;
    font-size: 13px;
    line-height: 1.3;
}

.alert-warning
{
    border-radius: 0;
    border: 0 none;
    background-color: transparent;
    color: #f00;
}

.lead
{
    margin: 60px 0;
}

.lead:first-child
{
    margin-top: 0;
}

.checklist
{
    position: relative;
}

.checklist1 li
{
    padding-left: 30px;
    margin-top: 15px;
}

.checklist1 li:before
{
    position: absolute;
    left: 0;
    content: '/';
}

.help-block
{
    padding: 1px 6px 3px 6px;
    font-size: 13px;
    line-height: 1.3;
}

.divider
{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 3px solid #fcdfeb;
}

.divider div.fancy-select
{
    background-color: #363533;
    color: #fff;
    border: 1px solid #928f85;
    font-size: 12px;
}

.divider .form-control
{
    background-color: #363533;
    color: #fff;
    border: 1px solid #928f85;
    font-size: 12px;
}

.thumbnail
{
    font-size: 11px;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin: -5px -5px 15px -5px;
    background-color: rgba(146, 144, 132, 0);
    text-decoration: none;
    border: 0 none;
}

.thumbnail:hover
{
    background-color: rgba(146, 144, 132, 0.3);
    text-decoration: none;
}

.thumbnail h2
{
    font-size: inherit;
    margin: 0;
    height: 36px;
    overflow: hidden;
}

.thumbnail img
{
    margin-bottom: 10px;
}

.sponsor
{
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border-color: #454443;
}

.sponsor > .underline
{
    display: block;
}

.sponsor a
{
    display: block;
    -webkit-transition: -webkit-opacity 0.6s ease-in-out;
    -moz-transition: -moz-opacity 0.6s ease-in-out;
    -ms-transition: -ms-opacity all 0.6s ease-in-out;
    -o-transition: -o-opacity all 0.6s ease-in-out;
    transition: opacity all 0.6s ease-in-out;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.sponsor a:hover
{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.thumbnail a > img
{
    display: block;
    width: 100%;
    margin: 0;
}

form > fieldset
{
    margin-top: 60px;
}

form > fieldset:first-of-type
{
    margin-top: 0;
}

.form-control
{
    border-color: transparent;
    border-radius: 0;
    padding: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #928f85;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(146, 143, 133, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(146, 143, 133, .6)
}

.form-group > .alert
{
    margin-bottom: 0;
}

.form-group > .alert + .help-block
{
    display: none;
}

.has-error .form-control
{
    border-color: #f00;
}

.category
{
    font-size: 22px;
    line-height: 50px;
    border-bottom: 1px solid #928f85;
    text-transform: none;
    font-family: 'agda', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin: 15px 0;
    cursor: pointer;
    color: #928f85;
    position: relative;
}

h2.category
{
    color: inherit;
    margin-top: 10px;
    margin-bottom: 0;
}

.category a:focus
{
    outline: 0 none;
}

.category a:visited
{
    color: inherit;
}

.category.active,
.category a.active,
.category a:active,
.category a:hover,
.category a:focus
{
    color: #f4f4f3;
    text-decoration: none;
}

.category.active:after
{
    position: absolute;
    margin-top: 15px;
    right: 0;
    content: '';
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(/img/common/close.png) 0 -20px no-repeat;
    background-size: 20px;
    background-image: -webkit-linear-gradient(transparent, transparent), url(/img/common/close.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(/img/common/close.svg);
    background-image: linear-gradient(transparent, transparent), url(/img/common/close.svg);
}

.category .number
{
    position: absolute;
    left: -30px;
    display: block;
    width: 30px;
}

.category .number:after
{
    content: '.';
}

ul.category
{
    margin: 0;
    font-size: 18px;
    padding-left: 30px;
    line-height: 30px;
    border-bottom: 0 none;
}

h2.category.active + ul.category
{
    margin-top: 10px;
}

ul.category .number
{
    text-transform: uppercase;
}

.entry h2.category
{
    color: #928f85;
}

.entry .category.active
{
    color: #363533;
}

.entry .category.active:after
{
    background: transparent url(/img/common/close.png) 0 0 no-repeat;
    background-size: 20px;
}

.steps
{
    border: 0;
    padding: 0;
    background: transparent;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 50px;
}

.steps > li
{
    position: relative;
}

.steps > li a,
.steps > li.active
{
    color: #363533;
    padding-bottom: 30px;
}

.steps > li + li:before
{
    color: inherit;
}

.steps li.active h1
{
    position: absolute;
    left: 30px;
    bottom: 0;
    margin: 0;
    width: 400px;
}

.adb-intro
{
    text-indent: -999em;
    width: 100%;
    display: block;
    padding-top: 23%;
    background: transparent url(/img/theme/adb14/adb-intro.png) 0 0 no-repeat;
    background-size: contain;
    background-image: -webkit-linear-gradient(transparent, transparent), url(/img/theme/adb14/adb-intro.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(/img/theme/adb14/adb-intro.svg);
    background-image: linear-gradient(transparent, transparent), url(/img/theme/adb14/adb-intro.svg);
}

.adb-tickets
{
    text-indent: -999em;
    width: 100%;
    display: block;
    padding-top: 207.165%;
    background: transparent url(/img/theme/adb14/tickets.png) 0 0 no-repeat;
    background-size: contain;
    background-image: -webkit-linear-gradient(transparent, transparent), url(/img/theme/adb14/tickets.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(/img/theme/adb14/tickets.svg);
    background-image: linear-gradient(transparent, transparent), url(/img/theme/adb14/tickets.svg);
}

.adb-speaker
{
    min-height: 150px;
    max-width: 200px;
    display: block;
}

.event
{
    height: 100%;
}

.event #layout
{
    height: 100%;
    padding: 0;
}

.event section
{
    font-size: 16px;
    line-height: 1.3;
    min-height: 100%;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-color: black;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    color: white;
}

.event .container h1
{
    font-family: 'agda', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
}

.event .container h2
{
    font-family: 'agda', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.event .container h1 + h2
{
    margin-top: -10px;
    margin-bottom: 40px;
    color: #fcdfeb;
}

.event .container h1 em
{
    font-weight: normal;
    font-style: normal;
}

.event .container h2 em
{
    font-weight: normal;
    font-style: normal;
}

.event .container > h1:after
{
    content: '';
}

.event figure > img,
.event figure > a > img
{
    width: 100%;
    display: block;
}

.event .articles
{
    border-top: 1px solid #fcdfeb;
    padding-top: 20px;
}

.event .articles article
{
    padding-bottom: 40px;
}

.event section aside
{
    font-family: 'agda', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

.event section aside .introduction
{
    color: white;
}

.event section aside .introduction a
{
    color: #fcdfeb;
}

.event section aside strong
{
    color: inherit;
    font-weight: bold;
}

.event #page-index-index .text-right
{
    text-align: left;
}

.event .btn-link
{
    font-family: 'agda', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: inherit;
    font-weight: bold;
    color: #fcdfeb;
    padding: 0;
}

.home
{
    background: black url(/img/theme/adb14/home.jpg) no-repeat 50% 50%;
    background-size: cover;
    opacity: 0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
    height: 100%;
}

.home h1
{
    margin-left: -8px;
    height: 454px;
    text-indent: -999em;
    background: transparent url(/img/theme/adb14/home-headline.png) 0 0 no-repeat;
    background-size: contain;
    background-image: -webkit-linear-gradient(transparent, transparent), url(/img/theme/adb14/home-headline.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(/img/theme/adb14/home-headline.svg);
    background-image: linear-gradient(transparent, transparent), url(/img/theme/adb14/home-headline.svg);
}

.home #layout
{
    padding-top: 248px;
}

.entry
{
    background-color: #dedddb;
    color: #686765;
}

.entry a
{
    color: inherit;
}

.entry section article b,
.entry section article strong,
.entry section aside b,
.entry section aside strong
{
    color: inherit;
    font-weight: normal;
}

.entry a:hover
{
    color: #363533;
    text-decoration: none;
}

.entry header,
.entry footer
{
    color: #929084;
}

.entry footer a:hover
{
    color: inherit;
    text-decoration: none;
}

.entry #layout
{
    background-color: #dedddb;
    padding-top: 216px;
}

.entry #menu-toggle
{
    background-position: 50% -26px;
}

.entry #menu-toggle:hover
{
    background-position: 50% -8px;
}

#content
{
    -webkit-transition: -webkit-opacity 0.25s ease-in-out;
    -moz-transition: -moz-opacity 0.25s ease-in-out;
    -ms-transition: -ms-opacity all 0.25s ease-in-out;
    -o-transition: -o-opacity all 0.25s ease-in-out;
    transition: opacity all 0.25s ease-in-out;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#content.loading
{
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
}

.finalist h1
{
    margin-top: 40px;
    margin-bottom: 20px;
}

.finalist em
{
    color: #fcdfeb;
    font-style: normal;
}

div.fancy-select
{
    display: inline-block !important;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    padding: 0 32px 0 0;
    color: #333333;
    background-color: #eeeeee;
    border: 0 none;
    position: relative;
    width: auto;
}

div.fancy-select:after
{
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
    content: ' ';
    border: 5px solid transparent;
    border-top-color: #fff;
}

ul.fancy-select {
    margin: -1px 0 0 -1px;
    padding: 0;
    width: inherit;
    min-width: 300px;
    z-index: 3131;
    border-top: 1px solid #928f85;
}

ul.fancy-select li {
    margin: 0;
    padding: 1px;
    list-style-type: none;
    border: 1px solid #928f85;
    background-color: #363533;
    overflow: hidden;
    border-top: none;
    cursor: pointer;
    width: inherit;
}

ul.fancy-select li.selected {
    background-color: #928f85;
    color: #363533;
}

ul.fancy-select li:hover {
    color: #fcdfeb;
}

ul.fancy-select li.disabled {
    -webkit-opacity: 0.5;
    opacity: 0.5;
    cursor: default;
}

.fancy-select .image {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
}

.fancy-select .text {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}

.form-control.autosubmit
{
    visibility: hidden;
}

.autocomplete_field
{
    position: relative;
    min-width: 100%;
}

.autocomplete_listbox
{
    font-size: 12px;
    line-height: 1;
    position: absolute;
    display: none;
    width: 100%;
    background-color: #363533;
    border: 1px solid #928f85;
    z-index: 3232;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.autocomplete_listbox ul
{
    margin: 0;
    padding: 0;
}

.autocomplete_listbox li
{
    cursor: pointer;
    list-style-type: none;
    padding: 5px;
    border-top: 1px solid #928f85;
}

.autocomplete_listbox li:first-child
{
    border-top: 0 none;
}

.autocomplete_listbox li:hover,
.autocomplete_listbox li.selected
{
    background-color: #928f85;
    color: #363533;
}

.autocomplete_highlight
{
    font-weight: bold;
}

#layout.open
{
    margin-left: 0;
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
}

#layout.open #menu
{
    left: -300px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#layout,
#menu
{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#login
{
    -webkit-transition: -webkit-opacity 0.6s ease-in-out;
    -moz-transition: -moz-opacity 0.6s ease-in-out;
    -ms-transition: -ms-opacity all 0.6s ease-in-out;
    -o-transition: -o-opacity all 0.6s ease-in-out;
    transition: opacity all 0.6s ease-in-out;
}

#layout
{
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-top: 120px;
    padding-bottom: 184px;
}

#menu-toggle
{
    text-align: left;
    position: fixed;
    display: block;
    left: 35px;
    top: 16px;
    width: 52px;
    height: 38px;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
    background: transparent url(/img/common/open.png) 50% 10px no-repeat;
    background-clip: content-box;
    background-image: -webkit-linear-gradient(transparent, transparent), url(/img/common/open.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(/img/common/open.svg);
    background-image: linear-gradient(transparent, transparent), url(/img/common/open.svg);
    text-indent: -999em;
    z-index: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

.minimise #menu-toggle
{
    top: 0px;
}

.open #menu-toggle
{
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

#menu-toggle:hover
{
    background-position: 50% -8px;
}

#menu
{
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #929084;
    padding: 70px 48px;
    z-index: 1;
    text-transform: uppercase;
    color: black;
    font-size: 20px;
    line-height: 1;
}

#menu a
{
    color: #34312c;
}

#menu li
{
    padding: 15px 0;
}

#menu .widget-close
{
    position: absolute;
    right: 30px;
    top: 83px;
}

#banner
{
    font-family: 'agda', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 26px;
    line-height: 1;
    font-weight: bold;
    height: 72px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 5;
}

.event #banner
{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 3px solid #fcdfeb;
}

#banner.minimise
{
    height: 36px;
    padding-top: 10px;
}

#banner a
{
    color: inherit;
}

#banner a:hover
{
    text-decoration: none;
}

#banner .secondary
{
    color: #fcdfeb;
}

#login
{
    position: fixed;
    left: -200%;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    background-color: #929084;
    background-color: rgba(146, 144, 132, 0.95);
    padding-top: 164px;
    color: #34312c;
    z-index: 10;
}

#login h1
{
    display: none;
}

#login h2,
#login h3
{
    margin-bottom: 36px;
}

#login h3
{
    margin-top: 60px;
    margin-bottom: 5px;
}

#login h2,
#login h3,
#login a,
#login .btn
{
    color: #34312c;
}

#login .lead
{
    margin-top: 0;
    margin-bottom: 30px;
}

#login p.lead
{
    margin-top: -4px;
}

#login.open
{
    left: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#login .widget-close
{
    position: absolute;
    right: 45px;
    top: 80px;
}

#agda
{
    margin-top: 3px;
    display: block;
    width: 55px;
    height: 21px;
    text-indent: -999em;
    background: transparent url(/img/common/agda-logo.png) 0 0 no-repeat;
    background-image: -webkit-linear-gradient(transparent, transparent), url(/img/common/agda-logo.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(/img/common/agda-logo.svg);
    background-image: linear-gradient(transparent, transparent), url(/img/common/agda-logo.svg);
}

@media (min-width: 768px)
{
    .underline
    {
        display: inline-block;
        position: relative;
    }

    .underline > a:before,
    .underline > input:before,
    .underline > .btn:before
    {
        position: absolute;
        content: "";
        width: 0;
        height: 4px;
        top: 50%;
        left: 0;
        margin-top: -2px;
        background-color: #fcdfeb;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .underline a,
    .underline input,
    .underline .btn
    {
        display: block;
    }

    .underline a:hover,
    .underline input:hover,
    .underline .btn:hover
    {
        text-decoration: none;
    }

    .underline a:hover:before,
    .underline input:hover:before,
    .underline .btn:hover:before
    {
        width: 100%;
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .thumbnail img
    {
        width: 126px;
        height: 95px;
    }
}

@media (min-width: 992px) {
    .thumbnail img
    {
        width: 172px;
        height: 129px;
    }
}

@media (min-width: 1200px) {
    .thumbnail img
    {
        width: 214px;
        height: 160px;
    }
}

@media (max-width: 767px) {

    body.home h1
    {
        background-size: 300px;
        background-position: -42px 0;
        margin-left: 1px;
        margin-bottom: 230px;
    }

    .home #layout
    {
        padding-top: 110px;	    
    }

    .home h1
    {
        height: 160px;
    }

    section
    {
        font-size: 15px;
        line-height: 21px;
    }

    section .row > article,
    section .row > aside
    {
        padding-bottom: 15px;
    }

    section .row > aside
    {
        font-size: 11px;
        line-height: 16px;
    }

    .category
    {
        font-size: 1em;
        line-height: 2;
        padding-left: 30px;
    }

    .category .number
    {
        left: 0;
    }

    div.fancy-select
    {
        display: block !important;
        width: 100%;
        height: 34px;
        margin-bottom: 10px;
    }

    ul.category
    {
        font-size: 1em;
    }

    ul.category .number
    {
        left: -30px;
    }

    h2.category.active:after
    {
        margin-top: 8px;
        width: 10px;
        height: 10px;
        background: transparent url(/img/common/close.png) 0 -15px no-repeat;
        background-size: 10px 30px;
        background-image: -webkit-linear-gradient(transparent, transparent), url(/img/common/close.svg);
        background-image: -moz-linear-gradient(transparent, transparent), url(/img/common/close.svg);
        background-image: linear-gradient(transparent, transparent), url(/img/common/close.svg);
    }

    footer
    {
        padding: 15px 0;
    }

    #banner
    {
        padding-top: 15px;
        font-size: 10px;
        text-align: right;
    }

    #layout
    {
        padding-bottom: 100px;
    }

    #agda
    {
        margin-top: 15px;
    }

    #menu
    {
        padding: 86px 30px 15px 15px;
        font-size: 16px;
    }

    #menu li
    {
        padding: 0 0 30px 0;
    }

    #desktop
    {
        position: absolute;
        left: 15px;
        top: 15px;
        text-transform: uppercase;
        font-size: 11px;
    }

    #menu-toggle
    {
        position: absolute;
        left: 5px;
        top: 2px;
    }

    .widget-close
    {
        width: 20px;
        height: 20px;
        background-size: 20px 40px;
    }

    .widget-close:hover
    {
        background-position: 0 -20px;
    }

    footer .col-xs-12 .underline
    {
        margin-top: 20px;
    }

    #menu .widget-close
    {
        position: absolute;
        right: 15px;
        top: 10px;
        width: 20px;
        height: 20px;
        background-size: 20px 40px;
    }
}
