﻿/* Table of Content */
/* -------------------- */
/* 1. Imports & Clears */
/* 2. Reset */
/* 3. General */
/* 4. Main Container */
/* 5. Header */
/* 6. Topics */
/* 7. Speakers */
/* 8. Schedule */
/* 9. Testimonials */
/* 10. Registration & Sponsors */
/* 11. Footer Section */
/* -------------------- */
/* 1. Imports & Clears */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,latin-ext);

.header .menu:after, .header ul:after, .when:after, .where:after, .topics .container:after, .speakers:after, .featured:after, .sessions ul:after, .schedule ul:after, .day:after, .event:after, .event .event-info div:after, .bullets:after, .registration:after, .sponsors .container:after, .info:after, .social div:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/* all default colors

#dd5c00 - orange, original color
#10a1d6 - light blue
#59cbe3 - blue
#95a5a5 - gray
#913d88 - purple
#c51330 - red
#eb7f9f - pink
#f39c11 - yellow
#1bbc9b - light green
#4daf7c - green

*/
/* natural box layout model to all elements */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 2. Reset */
body, h1, h2, h3, h4, h5, h6, ul, li, form, div, p, ol, button, hr, blockquote {
    margin: 0;
    padding: 0;
}

article, figure, footer, header, nav, section, details, summary {
    display: block;
}

/* 3. General */
html {
    background: white;
}

body {
    font: 15px "Open Sans", sans-serif;
    text-align: left;
    color: black;
}

@media all and (max-width: 640px) {
    body {
        font-size: 14px;
    }
}

h1, h2, h3 {
    margin-bottom: 20px;
    line-height: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "Roboto Condensed", sans-serif;
}

p, h4, h5, h6 {
    margin-bottom: 10px;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

h1, h2 {
    font-size: 2.533em;
    font-weight: bold;
}

@media all and (max-width: 1180px) {
    h1, h2 {
        font-size: 2,25155em;
    }
}

@media all and (max-width: 940px) {
    h1, h2 {
        font-size: 1,97011em;
    }
}

@media all and (max-width: 780px) {
    h1, h2 {
        font-size: 1,68866em;
    }
}

@media all and (max-width: 480px) {
    h1, h2 {
        font-size: 1,40722em;
    }
}

h2 {
    font-weight: 600;
}

    h2 i {
        font-weight: 600;
    }

div {
    width: auto;
    height: auto;
    margin: 0 auto;
}

a {
    text-decoration: underline;
    color: black;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a:hover {
        text-decoration: none;
        color: black;
    }

.subtitle, .topics h3 {
    font-size: 1.85714em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
}

@media all and (max-width: 1180px) {
    .subtitle, .topics h3 {
        font-size: 1.78571em;
    }
}

@media all and (max-width: 940px) {
    .subtitle, .topics h3 {
        font-size: 1.71429em;
    }
}

@media all and (max-width: 780px) {
    .subtitle, .topics h3 {
        font-size: 1.57143em;
    }
}

@media all and (max-width: 480px) {
    .subtitle, .topics h3 {
        font-size: 1.5em;
    }
}

/* 4. Main Container */
.page {
    text-align: left;
    overflow: hidden;
}

    .page .container {
        max-width: 1180px;
    }

@media all and (max-width: 1180px) {
    .page .container {
        width: 98%;
    }
}

/* 5. Header */
.header {
    height: 1002px;
    background: #888888 url("images/header-visual2.png") 50% 0 no-repeat fixed;
    color: white;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

@media all and (min-width: 940px) {
    .header {
        -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 80%);
        clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 80%);
    }
}

@media all and (max-width: 940px) {
    .header {
        height: auto;
    }
}

.header .container {
    padding: 60px;
    position: relative;
    min-height: 665px;
}

.header .menu {
    background: rgba(234, 76, 15, 0.8);
}

.header ul {
    list-style-type: none;
    padding: 15px 60px;
    max-width: 1180px;
    margin: 0 auto;
}

    .header ul li {
        float: left;
        margin-right: 10px;
    }

        .header ul li a {
            font-size: 1.14286em;
            color: white;
            text-transform: uppercase;
            font-weight: 300;
        }

            .header ul li a:hover, .header ul li a.active {
                color: black;
            }

.header h1 {
    padding-top: 100px;
    margin-bottom: 0;
}

.header .subtitle {
    margin-bottom: 80px;
}

.header a {
    text-decoration: none;
    color: white;
}

.when-where {
    display: table;
    margin: 0 auto;
}

.when, .where, .register-now {
    font-size: 1.2em;
    float: left;
    margin-right: 50px;
}

@media all and (max-width: 940px) {
    .when, .where, .register-now {
        position: static;
        margin-top: 50px;
    }
}

.when span, .where span, .register-now span {
    font-size: 2em;
    font-weight: bold;
    text-shadow: 0px 2px 2px rgba(174, 19, 10, 1);
}

.where {
    bottom: 90px;
}

@media all and (max-width: 940px) {
    .where {
        bottom: none;
    }
}

.logo {
    margin-bottom: 75px;
    margin-top: 50px;
}

@media all and (max-width: 940px) {
    .when, .where {
        width: 100%;
    }
}

.when div, .where div {
    float: left;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 5px;
    text-align: left;
}

@media all and (max-width: 940px) {
    .register-now {
        width: 100%;
    }
}

.register-now div {
    float: left;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 5px;
    text-align: left;
}

.when .icon-holder, .where .icon-holder, .register-now .icon-holder {
    background-color: #dd5c00;
    width: 80px;
    padding: 12px 0;
    text-align: center;
    font-size: 2.5em;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 10em;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(174,19,10,1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(174,19,10,1);
    box-shadow: 0px 2px 2px 0px rgba(174,19,10,1);
}

.when p, .where p, .register-now p {
    margin-bottom: 0;
    line-height: 1.5em;
    text-shadow: 0px 2px 2px rgba(174, 19, 10, 1);
}

.when strong, .where strong, .register-now {
    color: white;
}

/*.register-now {
  bottom: 90px;
  right: 0;
  text-align: right; }
  @media all and (max-width: 1180px) {
    .register-now {
      text-align: left; } }
  .register-now a.button {
    display: inline-block;
    font-size: 1.5em; }
    @media all and (max-width: 480px) {
      .register-now a.button {
        text-align: center;
        font-size: 1.33333em;
        padding: 0 26px;
        line-height: 50px; } }*/

.button {
    background: #dd5c00;
    border: 3px solid #dd5c00;
    padding: 0 46px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}

    .button:hover {
        background: none;
        color: white;
    }

/* 6. Topics */
.topics {
    margin-top: -230px;
    position: relative;
    z-index: 10;
}

@media all and (max-width: 940px) {
    .topics {
        margin-top: 0;
    }
}

.topics .container {
    background: white;
    padding: 60px;
}

    .topics .container div {
        width: 49.99999%;
        padding-right: 50px;
        margin-top: 30px;
        float: left;
    }

@media all and (max-width: 780px) {
    .topics .container div {
        width: 100%;
        padding-right: 0;
    }
}

.topics .container div h4, .topics .container div .fa {
    color: #dd5c00;
    margin-bottom: 0px;
    margin-top: 10px;
}

@media all and (max-width: 780px) {
    .topics .container div h4, .topics .container div .fa {
        margin-bottom: 0px;
    }
}

.topics .container div h4 {
    font-size: 1.25em;
    font-weight: 400;
}

.topics .container div p {
    font-size: 1em;
}

.topics p {
    color: black;
    font-size: 1.28571em;
    font-weight: 100;
}

.fullwidth {
    width: 100% !important;
}

.speakers, .sessions, .schedule, .why, .registration, .sponsors {
    margin-bottom: 10px;
    padding-top: 62px;
    padding-bottom: 62px;
}

    .speakers h2, .speakers .subtitle, sessions h2, .sessions, .schedule h2, .schedule .subtitle {
        padding: 0 60px;
        margin-bottom: 0;
    }

    .speakers .subtitle, .sessions, .schedule .subtitle {
        margin-bottom: 50px;
    }

/* 7. Speakers */
.featured {
    background: #dd5c00;
}

    .featured img {
        float: left;
        width: 100%;
    }

    .featured h3, .featured .title {
        line-height: 1.1em;
        font-weight: 300;
    }

    .featured h3 {
        font-size: 2.57143em;
        margin-bottom: 20px;
    }

@media all and (max-width: 1180px) {
    .featured h3 {
        font-size: 2.28571em;
    }
}

.featured .title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.28571em;
    margin-bottom: 40px;
}

@media all and (max-width: 1180px) {
    .featured .title {
        font-size: 1.21429em;
        margin-bottom: 20px;
    }
}

.featured p {
    font-size: 1.14286em;
}

@media all and (max-width: 1180px) {
    .featured p {
        font-size: 1em;
    }
}

.featured div {
    float: left;
    width: 50%;
    padding: 20px 40px;
    color: white;
    font-weight: 300;
}

@media all and (max-width: 980px) {
    .featured div {
        width: 100%;
    }
}

.featured div.image {
    padding: 0;
}

.single {
    width: 25%;
    float: left;
    position: relative;
    cursor: pointer;
}

@media all and (max-width: 980px) {
    .single {
        width: 33.333%;
    }
}

@media all and (max-width: 780px) {
    .single {
        width: 50%;
    }
}

.single img {
    float: left;
    width: 100%;
    height: 295px;
}

.single div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(234, 76, 15, 0.85);
    padding: 30px;
    display: none;
    color: white;
}

.single h3 {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.1em;
}

@media all and (max-width: 780px) {
    .single h3 {
        font-size: 1.71429em;
    }
}

.single p {
    margin-bottom: 0;
}

    .single p:last-child {
        margin-top: 6px;
    }

.single strong {
    font-size: 1.28571em;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    display: inline-block;
}

@media all and (max-width: 780px) {
    .single strong {
        font-size: 1.14286em;
    }
}

.single strong:before {
    content: '';
    width: 30px;
    height: 5px;
    background: white;
    display: block;
    margin-bottom: 10px;
}

.single a {
    color: white;
    margin-right: 10px;
    opacity: .6;
}

    .single a:hover {
        opacity: 1;
    }

/* 8. Schedule */
.schedule ul {
    list-style-type: none;
}

    .schedule ul li {
        text-align: left;
        max-width: 290px;
    }

        .schedule ul li a {
            font-weight: bold;
            text-decoration: none;
            font-size: 1.71429em;
            font-family: "Roboto Condensed", sans-serif;
            line-height: 50px;
            display: block;
            padding: 0 30px;
        }

@media all and (max-width: 780px) {
    .schedule ul li a {
        font-size: 1.28571em;
        padding: 0 20px;
        line-height: 40px;
    }
}

.schedule .day {
    padding: 46px 20px;
    border: 3px solid #f0f0f0;
}

/* 8. Sessions */
.sessions ul {
    list-style-type: none;
}

    .sessions ul li {
        float: left;
        /*background-color: #f0f0f0;*/
        width: 33.333%;
        max-width: 290px;
    }

        .sessions ul li a {
            font-weight: bold;
            text-decoration: none;
            font-size: 1.71429em;
            font-family: "Roboto Condensed", sans-serif;
            line-height: 50px;
            display: block;
            padding: 0 30px;
        }

@media all and (max-width: 780px) {
    .sessions ul li a {
        font-size: 1.28571em;
        padding: 0 20px;
        line-height: 40px;
    }
}

.sessions .day {
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 46px 20px;
    border: 3px solid #f0f0f0;
    background-color: #ffffff;
}

.sessions h2 {
    margin-bottom: 0px;
    padding: 0px 60px;
}

.sessions h2, .sessions .subtitle {
    color: #ffffff;
    padding-left: 60px;
}

.sessions {
    padding-top: 124px;
    padding-bottom: 124px;
    position: relative;
    background: transparent url("images/sessions_visual.jpg") no-repeat fixed 50% 0px / cover;
}

.none {
    display: none;
}

.event p {
    color: #000;
}

.sessions .footnote {
    color: #fff;
}

/* Worshop */

.workshops ul {
    list-style-type: none;
}

    .workshops ul li {
        float: left;
        background-color: #f0f0f0;
        width: 33.333%;
        max-width: 290px;
    }

        .workshops ul li a {
            font-weight: bold;
            text-decoration: none;
            font-size: 1.71429em;
            font-family: "Roboto Condensed", sans-serif;
            line-height: 50px;
            display: block;
            padding: 0 30px;
        }

@media all and (max-width: 780px) {
    .sessions ul li a {
        font-size: 1.28571em;
        padding: 0 20px;
        line-height: 40px;
    }
}

.workshops .day {
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 46px 20px;
    border: 3px solid #f0f0f0;
    background-color: #ffffff;
  
}

.workshops h2 {
    margin-bottom: 0px;
    padding: 0px 60px;
}

.workshops h2, .workshops .subtitle {
    color: #ffffff;
    padding-left: 60px;
}

.workshops {
    padding-top: 124px;
    padding-bottom: 124px;
    position: relative;
    background: black url("images/header-visual2.png") no-repeat 50% 0 fixed;
    background: url("images/header-visual2.png") no-repeat 50% 0 fixed;
    /* Saf4+, Chrome */
    background: url("images/header-visual2.png") no-repeat 50% 0 fixed;
    /* Chrome 10+, Saf5.1+ */
    background: url("images/header-visual2.png") no-repeat 50% 0 fixed;
    /* FF3.6+ */
    background: url("images/header-visual2.png") no-repeat 50% 0 fixed;
    /* IE10 */
    background: url("images/header-visual2.png") no-repeat 50% 0 fixed;
    /* Opera 11.10+ */
    background: url("images/header-visual2.png") no-repeat 50% 0 fixed;
    /* W3C */
    color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.none {
    display: none;
}

.event p {
    color: #000;
}

.workshops .footnote {
    color: #fff;
}

/* jQuery Tabs UI styles overwrite */
.ui-tabs {
    padding: 0;
}

    .ui-tabs .ui-tabs-nav {
        padding: 0;
        margin-bottom: 10px;
    }

        .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            padding: 0;
            margin: 0;
        }

        .ui-tabs .ui-tabs-nav li {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .ui-tabs .ui-tabs-nav li.ui-state-active, .ui-tabs .ui-tabs-nav li.ui-state-active.ui-state-hover {
                background-color: #dd5c00;
                color: white;
            }

                .ui-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-state-active.ui-state-hover a {
                    color: white;
                }

            .ui-tabs .ui-tabs-nav li.ui-state-hover {
                background-color: #fcd7c9;
                color: white;
            }

.event.extend .event-time span, .event.extended .event-time span {
    width: 31px;
    height: 31px;
    top: 7px;
    right: -16px;
    line-height: 28px;
    cursor: pointer;
}

.event:last-child .event-info div {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.event .event-time, .event .event-info {
    float: left;
}

.event .event-time {
    width: 25.57319%;
    text-align: right;
    padding-right: 33px;
    position: relative;
}

    .event .event-time span {
        display: block;
        width: 11px;
        height: 11px;
        background-color: #dd5c00;
        position: absolute;
        top: 17px;
        right: -6px;
        color: white;
        text-align: center;
    }

.event .event-time, .event .event-info h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.71429em;
    font-weight: 300;
    color: #dd5c00;
    line-height: 1.82em;
}

@media all and (max-width: 780px) {
    .event .event-time, .event .event-info h4 {
        font-size: 1.28571em;
    }
}

.event .event-info {
    width: 74.42681%;
    padding-left: 57px;
    border-left: 1px solid #f0f0f0;
}

    .event .event-info h4 {
        margin-bottom: 0;
    }

@media all and (max-width: 780px) {
    .event .event-info h4 {
        font-size: 1.57143em;
    }
}

.event .event-info h4 a {
    text-decoration: none;
    color: #dd5c00;
}

.event .event-info div {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.event .event-info img {
    float: right;
    padding: 10px;
}

.speaker {
    text-transform: uppercase;
    font-size: 1.28571em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    font-weight: 300;
    margin-bottom: 10px;
}

    .speaker strong {
        text-transform: none;
        font-size: 1.33333em;
    }

@media all and (max-width: 780px) {
    .speaker strong {
        font-size: 1.22222em;
    }
}

.why {
    background: black url("images/header-visual2.png") no-repeat 50% 0 fixed;
    background: url("images/header-visual.jpg") no-repeat 50% 0 fixed;
    /* Saf4+, Chrome */
    background: url("images/header-visual2.png") no-repeat 50% 0 fixed;
    /* Chrome 10+, Saf5.1+ */
    background: url("images/header-visual2.png") no-repeat 50% 0 fixed;
    /* FF3.6+ */
    background: url("images/header-visual2.png") no-repeat 50% 0 fixed;
    /* IE10 */
    background: url("images/header-visual2.png") no-repeat 50% 0 fixed;
    /* Opera 11.10+ */
    background: url("images/header-visual2.png") no-repeat 50% 0 fixed;
    /* W3C */
    color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .why .container {
        padding: 48px 0;
    }

    .why h2, .why .subtitle {
        padding: 0px 60px;
        margin-bottom: 0px;
    }

    .why li:before {
        font-family: 'FontAwesome';
        content: '\f058';
        margin: 0 10px 0 -30px;
        color: #fff;
    }

    .why ul {
        list-style-type: none;
        font-size: 1.3em;
        margin-left: 16px;
    }

@media all and (max-width: 780px) {
    .why ul {
        font-size: 1em;
    }
}

/* 9. Testimonials */
.testimonials {
    background-color: white;
    color: #888888;
    padding: 70px 110px;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 70px;
    position: relative;
}

    .testimonials h4 {
        font-size: 1.85714em;
        text-transform: uppercase;
        color: black;
        font-weight: 300;
        margin-bottom: 35px;
        background: url("images/quote.png") top center no-repeat;
        padding: 25px 0 10px;
    }

    .testimonials blockquote {
        font-size: 1.28571em;
        font-style: italic;
    }

    .testimonials cite {
        display: block;
        font-style: normal;
        font-size: 0.77778em;
        margin-top: 20px;
        color: #dd5c00;
        font-family: "Roboto Condensed", sans-serif;
    }

        .testimonials cite span {
            text-transform: uppercase;
            color: black;
        }

    .testimonials ul.flex-direction-nav {
        list-style-type: none;
    }

        .testimonials ul.flex-direction-nav .flex-prev, .testimonials ul.flex-direction-nav .flex-next {
            display: block;
            position: absolute;
            width: 64px;
            background-color: #dd5c00;
            color: white;
            font-size: 1.9em;
            padding: 14px 0;
            top: 50%;
            margin-top: -32px;
        }

            .testimonials ul.flex-direction-nav .flex-prev:hover, .testimonials ul.flex-direction-nav .flex-next:hover {
                background-color: #f26d3a;
            }

        .testimonials ul.flex-direction-nav .flex-prev {
            left: -10px;
        }

        .testimonials ul.flex-direction-nav .flex-next {
            right: -10px;
        }

.bullets {
    padding: 0 40px;
}

    .bullets h3, .bullets h4 {
        font-size: 1.71429em;
        font-weight: 600;
    }

    .bullets h3 {
        font-size: 2.714em;
    }

    .bullets img {
        float: right;
        padding: 0px 0px 0px 30px;
    }

    .bullets li {
    }

@media all and (max-width: 780px) {
    .bullets h3 {
        padding: 0;
    }
}

.bullets h4 {
    color: #dd5c00;
}

.bullets div {
    padding: 0 14px;
    min-height: 140px;
}

@media all and (max-width: 780px) {
    .bullets div {
        width: 100%;
        padding: 0;
    }
}

/* 10. Registration & Sponsors */
.registration .container, .sponsors .container {
    padding: 0 60px;
}

.registration h2, .sponsors h2 {
    margin-bottom: 0;
}

.registration .desc {
    font-size: 1.21429em;
    line-height: 1.6em;
}

    .registration .desc .float {
        float: right;
        padding-right: 14%;
        padding-top: 0.5%;
    }

.registration .subtitle, .registration .desc {
    margin-bottom: 40px;
}

.registration h3 {
    font-size: 1.55714em;
    font-weight: 300;
}

.form, .price {
    float: left;
    width: 50%;
}

@media all and (max-width: 1180px) {
    .form, .price {
        width: 100%;
    }
}

.form {
    padding-right: 15px;
}

@media all and (max-width: 1180px) {
    .form {
        padding: 0;
        margin-bottom: 20px;
    }
}

.desc span {
    color: #DD5C00;
    font-weight: 700;
}

.form input, .form textarea, .form select {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    border: 3px solid #f0f0f0;
    background-color: #f0f0f0;
    padding: 10px;
    height: 52px;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    color: black;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .form input:focus, .form input:hover, .form textarea:focus, .form textarea:hover, .form select:focus, .form select:hover {
        background-color: white;
    }

.form button {
    font-size: 1.71429em;
    color: white;
    background-color: #dd5c00;
    border: 3px solid #dd5c00;
    width: 100%;
    height: 81px;
    font-family: "Roboto Condensed", sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .form button:hover {
        background: white;
        color: black;
    }

.price {
    padding-left: 15px;
    margin-bottom: 45px;
}

@media all and (max-width: 1180px) {
    .price {
        padding: 0;
    }
}

.price h4 {
    font-size: 1.78571em;
    font-weight: bold;
    margin-top: 20px;
    padding-right: 25px;
}

    .price h4 span {
        color: #dd5c00;
        font-weight: 300;
        font-size: 0.85em;
    }

.price p {
    color: #888888;
    margin-right: 25px;
}

.price div {
    border: 3px solid #f0f0f0;
    position: relative;
    height: 160px;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media all and (max-width: 640px) {
    .price div {
        height: auto;
        padding: 10px;
    }
}

.price div.active, .price div:hover {
    border: 3px solid #dd5c00;
}

.price div:last-child {
    margin-bottom: 0;
}

.price div .amount {
    background-color: #dd5c00;
    float: left;
    height: 160px;
    width: 160px;
    margin: -3px 25px 0 -3px;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3.42857em;
    font-weight: bold;
    line-height: 160px;
    text-align: center;
}

@media all and (max-width: 640px) {
    .price div .amount {
        height: auto;
        width: auto;
        margin: 0;
        float: none;
        line-height: 1;
        background-color: #ffffff;
        color: #dd5c00;
        text-align: left;
    }
}

a.linkstyle:hover {
    font-weight: 600;
    color: #dd5c01;
}

.price div .amount_grey {
    background-color: grey;
    float: left;
    height: 160px;
    width: 160px;
    margin: -3px 25px 0 -3px;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3.42857em;
    font-weight: bold;
    line-height: 160px;
    text-align: center;
}

@media all and (max-width: 640px) {
    .price div .amount_grey {
        height: auto;
        width: auto;
        margin: 0;
        float: none;
        line-height: 1;
        background-color: white;
        color: #dd5c00;
        text-align: left;
    }
}

.sponsors .container {
    position: relative;
}

.sponsors .subtitle {
    margin-bottom: 90px;
}

    .sponsors .subtitle a {
        font-weight: bold;
        color: #dd5c00;
        border-bottom: 2px solid #f8b49a;
        text-decoration: none;
        display: inline-block;
        line-height: 1em;
    }

        .sponsors .subtitle a:hover {
            border-bottom: 2px solid #dd5c00;
        }

.sponsors .slides {
    border: 3px solid #f0f0f0;
    padding: 60px;
    position: relative;
}

.sponsors ul {
    list-style-type: none;
}

    .sponsors ul li {
        display: inline-block;
        text-align: center;
    }

.sponsors .flex-prev, .sponsors .flex-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    line-height: 70px;
    text-align: center;
    background-color: black;
    color: white;
    font-size: 1.9em;
}

    .sponsors .flex-prev:hover, .sponsors .flex-next:hover {
        background-color: #888888;
    }

.sponsors .flex-prev {
    left: -32px;
}

.sponsors .flex-next {
    right: -32px;
}

.location h2 {
    margin-bottom: 0;
}

.location h2, .location .subtitle {
    padding: 0 60px;
}

.location {
    padding-top: 124px;
    position: relative;
    background: url("images/tagungsort_visual.jpg") no-repeat 50% 0 fixed;
    background: url("images/tagungsort_visual.jpg") no-repeat 50% 0 fixed;
    /* Saf4+, Chrome */
    background: url("images/tagungsort_visual.jpg") no-repeat 50% 0 fixed;
    /* Chrome 10+, Saf5.1+ */
    background: url("images/tagungsort_visual.jpg") no-repeat 50% 0 fixed;
    /* FF3.6+ */
    background: url("images/tagungsort_visual.jpg") no-repeat 50% 0 fixed;
    /* IE10 */
    background: url("images/tagungsort_visual.jpg") no-repeat 50% 0 fixed;
    /* Opera 11.10+ */
    background: url("images/tagungsort_visual.jpg") no-repeat 50% 0 fixed;
    /* W3C */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .location .container {
        z-index: 10;
        position: relative;
    }

    .location h2, .location .subtitle {
        color: white;
    }

.info {
    background-color: white;
    padding: 60px;
    margin-top: 80px;
    z-index: 2;
}

    .info p:last-child {
        margin-bottom: 0;
    }

.maps, .address {
    float: left;
    width: 50%;
}

@media all and (max-width: 880px) {
    .maps, .address {
        width: 100%;
        margin-bottom: 20px;
    }
}

.maps .images, .maps #map_canvas {
    border: 3px solid #f0f0f0;
}

.maps .images {
    margin-bottom: 30px;
}

.maps img {
    display: block;
    width: 100%;
}

#map_canvas {
    height: 328px;
}

.address {
    color: black;
    padding-left: 25px;
}

@media all and (max-width: 880px) {
    .address {
        padding-left: 0;
    }
}

.address h5, .address h4 {
    font-weight: 400;
    color: #dd5c00;
}

.address h4 {
    font-size: 1.71429em;
    margin-bottom: 40px;
}

.address h5 {
    font-size: 1.28571em;
    margin-bottom: 20px;
}

    .address h5 i {
        color: #dd5c00;
    }

.address h5, .address h4, .address p {
    line-height: 1.2em;
}

.address p {
    font-size: 1em;
}

.venue {
    margin-bottom: 15px;
}

    .venue p {
        margin-bottom: 0;
    }

    .venue span {
        color: black;
        font-weight: 600;
    }

    .venue a {
        color: #dd5c00;
    }

.social {
    background-color: white;
    color: white;
    margin-top: -560px;
    padding-top: 500px;
    position: relative;
    z-index: 5;
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 40%, 0% 0%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 40%, 0% 0%);
}

    .social .container {
        max-width: 100%;
        padding-top: 114px;
        padding-bottom: 64px;
        background-color: #dd5c00;
        background: #888888 url("images/header-visual2.png") 50% 0 no-repeat fixed;
    }

@media all and (max-width: 1180px) {
    .social .container {
        width: 100%;
    }
}

.social div {
    padding: 0 60px;
    max-width: 1180px;
}

.social h2 {
    margin-bottom: 0;
}

.social .subtitle {
    margin-bottom: 20px;
}

.social input, .social button, .social a {
    float: left;
    height: 60px;
    line-height: 60px;
    width: 28%;
}

.social input, .social button {
    border: none;
    margin-right: 10px;
}

.social input {
    padding: 10px 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(174,19,10,1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(174,19,10,1);
    box-shadow: 0px 2px 2px 0px rgba(174,19,10,1);
}

.social button {
    cursor: pointer;
}

.social button, .social a {
    margin-right: 1px;
    width: 60px;
    text-align: center;
    color: white;
    background-color: #dd5c00;
    font-size: 24px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(174,19,10,1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(174,19,10,1);
    box-shadow: 0px 2px 2px 0px rgba(174,19,10,1);
}

    .social button:hover, .social a:hover {
        color: white;
    }

/* 11. Footer Section */
.footer {
    font-family: "Roboto Condensed", sans-serif;
}

    .footer .container {
        padding: 40px 0;
        text-align: center;
    }

    .footer p {
        font-size: 1.28571em;
        color: #010101;
        font-weight: 300;
    }

    .footer a {
        color: #dd5c00;
        text-decoration: none;
    }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

.contact-form {
    padding: 50px 72px 72px;
    width: 50%;
    max-width: 675px;
    border: 3px solid #f0f0f0;
    background-color: white;
    text-align: left;
    margin-top: 5%;
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
}

@media all and (max-width: 980px) {
    .contact-form {
        width: 96%;
        max-width: none;
        padding: 25px;
    }
}

@media all and (max-width: 640px) {
    .contact-form {
        width: 98%;
        max-width: none;
        padding: 20px;
    }
}

.contact-form h3 {
    font-size: 2.533em;
    font-weight: 300;
    margin-bottom: 0;
}

@media all and (max-width: 980px) {
    .contact-form h3 {
        font-size: 4em;
    }
}

@media all and (max-width: 640px) {
    .contact-form h3 {
        font-size: 2.57143em;
    }
}

.contact-form p {
    font-size: 1.25em;
    font-weight: 300;
    margin-bottom: 45px;
}

@media all and (max-width: 980px) {
    .contact-form p {
        font-size: 1.42857em;
    }
}

@media all and (max-width: 640px) {
    .contact-form p {
        font-size: 1.28571em;
    }
}

.contact-form p.error, .contact-form p.message {
    text-transform: none;
    font-size: 1em;
    margin: 0;
    margin-top: 7px;
    font-family: "Open Sans", sans-serif;
}

    .contact-form p.error.active {
        padding: 10px;
        background: #fef0f0;
        color: #ea0001;
        border: 3px solid #f8b2b2;
    }

.contact-form .form {
    float: none;
    width: 100%;
    padding-right: 0;
}

.contact-form input, .contact-form textarea {
    margin-bottom: 7px;
}

    .contact-form input.error, .contact-form textarea.error {
        border: 3px solid #f8b2b2;
    }

.contact-form textarea {
    height: 220px;
}

@media all and (max-width: 640px) {
    .contact-form textarea {
        height: 150px;
    }
}

.contact-form a {
    position: absolute;
    color: #dd5c00;
    top: 18px;
    right: 18px;
}

    .contact-form a:hover {
        opacity: .5;
    }

.back {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

    .back .container {
        position: relative;
        max-width: 1180px;
    }

    .back a {
        width: 50px;
        height: 50px;
        background: #dd5c00;
        text-align: center;
        color: white;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .back a:hover {
            bottom: -6px;
        }

.anchor {
    display: block;
    height: 0px;
}

.overlay-bg {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

.overlay-content {
    display: none;
    background-color: #FFF;
    width: 50%;
    max-width: 675px;
    padding: 1%;
    margin-top: 5%;
    top: 15%;
    left: 50%;
    cursor: default;
    border: 3px solid #F0F0F0;
    padding: 50px 72px 72px;
    text-align: left;
    font-family: "Roboto Condensed",sans-serif;
    color: black
}

    .overlay-content h3 {
        font-size: 2.533em;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .overlay-content p {
        font-size: 1.25em;
        font-weight: 300;
        line-height: 1.5em;
    }

.close-btn {
    text-align: right;
    color: #dd5c00;
    top: 18px;
    right: 18px;
    border: 0px;
    background-color: #ffffff;
}

.contact-form a:hover {
    opacity: .5;
}

/* media query for most mobile devices */
@media only screen and (min-width: 0px) and (max-width: 480px) {

    .overlay-content {
        width: 96%;
        margin: 0 2%;
        left: 0;
        color: black
    }
}
