/* ==========================================================================
CUSTOM CSS
========================================================================== */

body {
    padding-top: 90px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #464646;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

strong {
    font-weight: 400;
}

.font-bold {
    font-weight: 700;
}

h4 {margin-bottom: 30px;}

.alert {margin-bottom: 0px;}

.fixed-bottom {position: fixed; bottom: 0px; left: 0%; width: 100%;}

.consent-btn {float: right; background-color: #f79220; border-color: #da7f18;}

.consent-btn:hover {background-color: #333333; border-color: #2b2b2b;}

.cookie-consent {display: none; background-color: #007c9d; color: #ffffff; border-color: #016782;}

.full-size-background {
    background: url(../img/default-hero-image.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/default-hero-image.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/default-hero-image.jpg', sizingMethod='scale')";
    overflow-x: hidden;
    background-color: #007c9d;
    background-image: url(../img/wireframe-bg.png);
    background-image: url(../img/wireframe-bg.svg), none;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
}

.default-background-image-text {
    color: #eeeeee;
    margin-top: 160px;
    margin-bottom: 160px;
}

/* ==========================================================================
COLOURS
========================================================================== */

.bg-extra-light-grey {
    background-color: #f8f8f8;
}

.bg-light-grey {
    background-color: #eeeeee;
}

.bg-light-grey hr {
    border-color: #007c9d;
}

.bg-grey {
    background-color: #7a7a7a;
    color: #ffffff;
}

.bg-dark-grey {
    background-color: #333333;
    color: #ffffff;
}

.bg-green {
    background-color: #007c9d;
    color: #ffffff;
}

.bg-orange {
    background-color: #f79220;
    color: #ffffff;
}

.bg-orange .well {
    color: #737373;
}

.bg-light-green {
    background-color: #b2d233;
    color: #ffffff;
}

.bg-light-green a {
    color: #ffffff;
}

.col-default {
    color: #333333;
}

.col-light-grey {
    color: #eeeeee;
}

.col-grey {
    color: #7a7a7a;
}

.col-med-grey {
    color: #464646;
}

.col-orange {
    color: #f79220;
}

.col-green {
    color: #007c9d;
}

.btn-green {
    background-color: #007c9d;
    color: #ffffff;
    border-color: #016782;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green:visited {
    background-color: #016782!important;
    border-color: #02586f!important;
}

.btn-orange {
    background-color: #f79220;
    color: #ffffff;
    border-color: #e68518;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange:visited {
    color: #ffffff;
    background-color: #e68518!important;
    border-color: #dc7f17!important;
}

.btn-white {
    background-color: #ffffff;
    color: #f79220;
    border-color: #ffffff;
    margin-top: 10px;
}

.w-220{

    width:220px !important;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:visited {
    background-color: #ffffff;
    color: #f79220;
    border-color: #ffffff;
}

.section-title {
    margin-bottom: 30px;
}

.sub-title {
    margin-bottom: 0px;
}

/* ==========================================================================
NAVIGATION
========================================================================== */

.navbar-nav > li > a {line-height:38px; padding-top:20px; padding-bottom:20px;}

.navbar {min-height:80px;}

.navbar-brand > img {height:60px;}

.navbar-brand {
    padding: 7px 7px;
    height: 74px;
}

.dropdown-menu>li>a.active {
    background-color: #f5f5f5;
    color: #007c9d;
}

/* ==========================================================================
HEADER
========================================================================== */

.top-disclaimer {
    position: relative;
    background-color: #b2d233;
    color: #ffffff;
}

.header {
    padding-top: 100px;
    padding-bottom: 100px;
}

.header .img-responsive{
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
	
    padding-bottom: 50px;
	padding-left: 50px;
}

.header-info .img-responsive{
    margin: 0px;
    padding-bottom: 50px;
}

.header h1 {
    margin-top: 0px;
}

.header h2 {
    margin-top: 0px;
}

.header h3 {
    margin-top: 0px;
}

.header-info h3 {
    margin-top: 40px;
}

.header a {
    color: #ffffff;
    text-decoration: none;
    /*display: inline-block;*/
}

.header a:hover {
    color: #f79220;
    text-decoration: underline;
}

.header .btn-orange:hover, .header .btn-orange:focus, .header .btn-orange:active, .header .btn-orange:visited {
    background-color: #e68518!important;
    color: #ffffff;
    border-color: #dc7f17!important;
}

.header-info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
}

.btn-event {
    background-color: #ffffff;
    border-radius: 0px;
    padding: 0px;
    border: 0px;
    display: table;
}

.btn-event span {
    /*line-height: 60px;*/
}

.btn-event span:last-child {
    font-weight: 300;
}

.btn-event .fa {
    line-height: 30px;
    
}

.fa-icon-container {
    position: relative;
    background-color: #ffffff;
    color: #f79220;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    width: 75px;

}

.event-description {
    position: relative;
    background-color: #f79220;
    padding: 20px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

a.btn-event:hover, a.btn-event:hover .event-description {
    color: #ffffff;
    text-decoration: none;
    background-color: #333333;
}

a.btn-event:hover .event-description span {
    text-decoration: none;
}

a.btn-event:hover .fa {
    color: #333333;
}

.conference-type-title {
    position: relative;
    min-height: 125px;
}

/* ==========================================================================
WELCOME
========================================================================== */

.welcome .lead {
    font-size: 18px;
}

.speaker-panel-title {
    background-color: #007c9d;
    color: #ffffff;
    max-width: 100%!important;
    margin-top: 20px!important;
}

.speaker-section-sub-title {
    margin: 0px;
    padding: 10px 10px;
}

.speaker-panel-title h1, .speaker-panel-title h2 {
    color: #ffffff;
}

.speaker-image {
    margin-bottom: 20px;
}

.caption-text {
    min-height: 170px;
}

.panel-default>.panel-heading {
    /*color: #ffffff;
    background-color: #f79220;
    border: 0px;*/
}

.panel-group {
    margin-top: 20px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    /*border-radius: 0px;*/
}

.panel {
    border-color: #f79220;
}

/*.panel-group .panel {
    border-radius: 0px;
}*/

.panel-title {
    font-size: 22px;
}

.thumbnail {
    max-width: 300px;
    margin: 0px auto;
    margin-bottom: 20px;
}

/* ==========================================================================
SIDEBAR
========================================================================== */

.quick-info-box {
    position: relative;
    padding: 30px;
    color: #505253;
    border-radius: 4px;
    margin-top: -190px;
    background-color: #f79220;
    color: #ffffff;
}

.info-item {
    padding-left: 20px;
    border-left: 5px solid #ffffff;
    margin-bottom: 20px;
}

.info-item-presentations {
    padding-left: 20px;
    border-left: 5px solid #ffffff;
    margin-bottom: 40px;
}

.info-item:last-child {
    margin-bottom: 0px;
}

.info-item h5 {
    /*color: #848484;*/
    margin-top: 5px;
    margin-bottom: 5px;
}

.quick-info-box h4 {
    margin-bottom: 5px;
}

.quick-info-box h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

/* ==========================================================================
SYNOPSES / WORKSHOP SESSIONS
========================================================================== */

.synopses h4, .workshop-sessions h4 {
    margin-bottom: 10px;
    font-size: 16px;
}

.synopses h5, .workshop-sessions h5 {
    font-size: 18px;
    margin-top: 5px;
}

.synopses .panel-body h3, .workshop-sessions .panel-body h3 {
    font-size: 20px;
    margin-top: 0px;
}

/* ==========================================================================
VENUE
========================================================================== */

.venue {
    padding: 0px;
}

.venue a {
    color: #f79220;
}

.venue h2 {
    margin-bottom: 18px;
}

.map-image-harrogate {
    background-image: url(../img/map-image-harrogate.jpg);
}

.map-container {
    position: relative;
    color: #222;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 500px;
    overflow: hidden;
}

#map {
    position:absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

.venue-box {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 80px;
    color: #ffffff;
}

.venue h2 {
    margin-top: 0px;
}

.no-padding {
    padding: 0px;
}

/* ==========================================================================
FOOTER
========================================================================== */

footer {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .header-info {
        padding-left: 0px;
    }

    .quick-info-box {
        margin-top: 0px;
        margin-top: 20px;
    }

    .conference-type-title {
        min-height: auto;
        margin-top: 20px;
    }

    .speaker-section-sub-title {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/* ==========================================================================
MY CONFERENCE
========================================================================== */

.agenda-preferences {
    padding: 15px;
    border-radius: 4px;
}

.agenda-preferences p {
    margin-bottom: 0px;
}













