
body {
    font-family: 'Work Sans', sans-serif;
    color: #0a0a0a;
    padding: 0;
    line-height: 1.6em;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff !important;
}

.form-group.has-warning label.control-label, .form-group.has-warning .help-block {
    color: #e81f71 !important;
}


/*
body.page #main .content {
  padding: 0 50px;

}*/

.webinar-block ul li {
    
    list-style-type: disc !important; 
    background-color: transparent !important;
    font-size: 16px !important;
}



h1, h3, h2 {
    font-weight: 400;
    font-size: 50px;
    margin: 0;
    padding: 0;
}

h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    padding: 20px 0;
    line-height: 1.4em;
}

/*h1, h2 {
    color: #214478;
}*/

h3 {
    font-size: 24px;
    margin: 30px 0
}


p {
    font-size: 15px;
    /* margin-bottom:20px;*/
}

html,
body {
    height: 100%;
    width: 100%;
}

a {
    color: #e81f71;
    text-decoration: none;
}

a:hover {
    color: #e81f71 !important;
    text-decoration: underline !important;
}

.link {
    display: block;
    color: #4d4d4d;
    font-size: 22px;
    font-style: italic;
    line-height: 1.5;
    font-weight: 300;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.link i {
    color: #00beff;
    margin-right: 5px;
}


.link:hover {
    color: #00beff;
    margin-left: 5px;
    text-decoration: underline;
}


a.logo {
    float: left;
    padding: 0 0 0 10px!important;
    /*margin:5px;*/
}

a.logo img {
    width: 250px;
    margin: 20px;
}

.btn {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff !important;
    padding: 10px 40px;
    display: inline-block;
    border: 1px solid #ffb720;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    background: #ffb720;
    border-radius: 0;
}

.btn:hover {
    color: #e81f71 !important;
    background: #fff !important;
    text-decoration: none !important;
    border: 1px solid #ffb720;
}


.btn-cxa {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff !important;
    padding: 10px 40px;
    display: inline-block;
    border: 1px solid #e81f71;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    background: #e81f71;
    border-radius: 0;
}

.btn-cxa:hover {
    color: #e81f71 !important;
    background: #fff !important;
    text-decoration: none !important;
    border: 1px solid #e81f71;
}

.main-btn {
    display: inline-block;
    color: #000;
    border:none;
    font-weight: 700;
    margin-right: 15px;
}

.main-btn:last-child {
    margin-right: 0;
}


a.btn-blank, a.btn-normal {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: 0;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    border: 2px solid #fff;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    letter-spacing: .2em;
    text-decoration: none
}

a.btn-normal {
    color: #4e84cc;
    border: 2px solid #4e84cc;
    text-transform: uppercase;
    font-style: normal
}

a.btn-normal::before {
    content: "";
}

a.btn-blank:hover {
    color: #fff;
    background: #4e84cc;
    padding-left: 40px
}

a.btn-normal:hover {
    color: #fff;
    background: #4e84cc;
}

.main-bg-color {
    background: #4e84cc;
}

.white {
    background: #fff;
}

.black-text {
    color:#000;
}

.barnardo-text {
    color:#80cc28 !important;
}



.border-30 {
    border-right: 30px solid #fff;
}


nav {
    position: absolute;
    top: 0;
    background: transparent !important;
    z-index: 999;
    width: 100%;
}

nav ul {
    -webkit-font-smoothing: antialiased;
    /*background: #fff;*/
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

nav li {
    float: left;
    margin-top: 1%;
    padding: 0;
    position: relative;
    left: 9%;
}

nav li a {
    text-transform: uppercase
}

nav a {
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 15px;
    padding: 1.3em 1em;
    /*line-height: 4.4em;*/
    letter-spacing: -0.05px;
    text-decoration: none!important;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}



nav a:hover {
    color: #ffb720 !important;
    text-decoration: none !important;
}

nav li:hover a {
    color: #e81f71;
}

nav li ul {
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 45px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

nav li:hover ul {
    opacity: 1;
    top: 60px;
    visibility: visible
}

nav li ul li {
    float: none;
    width: 300px
}

nav li ul a {
    border-left: 0 solid #e81f71;
    border-right: 6px solid rgba(255, 255, 255, 0);
    text-transform: none;
    font-size: 15px;
    padding: 12px 30px;
    position: relative;
    top: 1.5em;
    background: #5f6b75;
    color: #fff !important;
}

nav li ul a:hover {
    background: #5f6b75;
    border-left: 6px solid #ffb720;
    border-right: 0 solid rgba(255, 255, 255, 0);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.clock-text {
    text-align: center;
    font-size: 35px;
    color: #fff;
    margin: 10px !important;
}

#clockdiv{
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
}

#clockdiv > div{
    padding: 8px;
    border-radius: 3px;
    display: inline-block;
}

#clockdiv div > span{
    padding: 8px;
    /*border-radius: 3px;*/
    display: inline-block;
    border: 1px solid #ffb720;
}

.smalltext{
    /*padding-top: 5px;*/
    font-size: 10px;
    text-transform: uppercase;
}

.open-sessions .col-md-2, .open-sessions .col-md-10, .open-sessions .col-md-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


.open-sessions .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;
    padding-left: 15px;*/
}

.hero {
    width: 100%;
    min-height: auto;
    display: table;
    position: relative;
    color: #fff;
    background:url(../img/2018/top-img.png) no-repeat top center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*margin-top: 50px;*/
}



.hero > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.hero1 {
    width: 100%;
    min-height: auto;
    display: table;
    position: relative;
    color: #fff;
    background:url(../img/cxa19-top-min-compressor.jpeg) no-repeat top center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 150px;
    /*margin-top: 50px;*/
}



.hero1 > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@-moz-document url-prefix() {
    .hero {
        display: block;
    }

    .hero  div {
        display: block;
    }

}


.hero h1, .hero h2 {
    color: #fff;
    text-transform: none;

}

.hero h2, .hero h3 {
    margin: 20px 0;
    padding: 0;
    font-weight: 400;
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('../img/home-top-img.jpg');
    text-align: center;
    color: #fff;
}
header .header-content {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%;
}
header .header-content .header-content-inner h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
}
header .header-content .header-content-inner hr {
    margin: 30px auto;
}
header .header-content .header-content-inner p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 50px;
}

header .logo-large {
    width: 400px;
    margin: 0 auto;
}

header h2,  header h3{
    color: #fff;
}


@media (min-width: 768px) {
    .hero {
        min-height: 90%;
        padding:50px;
    }

    header {
        min-height: 90%;
        color: #fff;
    }


    header .header-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
    }
    header .header-content .header-content-inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
    header .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    


}


.hero h1 {
    text-transform: uppercase;
}

.hero > div .logo-large {
    width: 500px;
    margin: 0 auto;
}

.page h1, .page h2 {
    color: #0a0a0a;
}

.page h1 span, .page h2 span{
    color: #e81f71;
}


.col-md-4.fixed-col {
    position:fixed;
    height:100%;
    overflow-y:hidden;
    overflow-x:hidden;
    background-size:cover !important;
    padding: 0;
}

.intro  {
    position: relative;
    padding: 5% 0;
}

.intro h2 {
    font-size: 20px;
}


.parallax-block {
    background: url(../img/bg-testimonials.png) no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding: 50px 0;
}

.cat-box img {
    margin: 0 auto;
}

.blocks {
    position: relative;
}

.blocks h2 {
    position: relative;
    font-size: 22px;
    margin-bottom: 20px;

}

.block {
    padding: 30px;
}

/*.blocks h2::after, .page h1::after, .page h2::after {
    content: "";
    position: absolute;
    bottom:0px;
    border-bottom: 4px solid #4e84cc;
    height: 4px;
    width: 120px;
    left:0;
}

.page h2::after {
    bottom: -3px;
}

.page h1::after  {
    width: 150px;
}*/

.blocks .link {
    font-size: 18px;
}

#map {
    height: 600px;
}

/*.page .content {
    padding:80px 0px!important;
}*/


.page #main ul {
    list-style: none;
}

.page #main ul {
    padding: 0;
}

.page #main ul li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    padding-bottom: 10px;
}

.page #main ul li span {
    display: block;
}

.page #main ul li::before {
    content: '\f111';
    font-family: "FontAwesome";
    font-size:8px;
    color: #e81f71;
    position: absolute;
    left: 0px;
}

.key-dates {
    list-style: none;
    padding: 0;
}

.key-dates li{
    text-transform: uppercase;
}

.key-dates li::before {
    content: none;
    padding-left: 0;
}

.key-dates li p {
    text-transform: none;
}

.key-dates strong {
    display: block;
    text-transform: none;
}

.page .quote {
    background: rgba(232, 31, 113, 0.8);
    position: absolute;
    width: 100%;
    padding: 3% 5%;
    top: 50%;
    text-align: center;
    color: #000;
    z-index: 1;
    font-size: 45px;
    line-height: 1.1em;
    text-transform: uppercase;
    -moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    -o-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    -ms-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page .quote.exception {
    top: 65%;
    -moz-transform: translateY(-65%);
    -webkit-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
}

.page .quote.exception.apply-quote {
    top: 75%;
    -moz-transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%);
}


.blog-text {
    padding: 90px 40px;
}

.blog-text h1 {
    font-size: 35px !important;
    border-bottom: 2px solid #e81f71;
    text-transform: uppercase !important;
    color: #000 !important;
    padding: 20px 0px !important;
    margin: 60px 0 !important;
}

.blog-text p{
    font-size: 16px;
}

.blog-text li {
    font-size: 15px !important;
    margin-top: 5px;
}



.white-text {
    color: #fff !important;
}

.dxa-text {
    color:#00beff;
}

.cxa-text {
    color: #e81f71 !important;
}

.cxa-yellow {
    color: #ffb720 !important;
}

#track, #info-track {
    background-color: #e81f71;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 92px;
}

#track a{
    border-right: 1px solid #fff;
    padding: 5px;
    color: #fff;
    font-size: 15px;
}

#track a:hover, #info-track a:hover{
    color:#000 !important;
    text-decoration: none !important;
}

#info-track a {
    border-right: 1px solid #fff;
    padding: 5px;
    color: #fff;
    font-size: 12px;
}

#why-enter, #judges, #apply-form {
    background-color: #f2f2f2;
    padding: 60px;
}

#why-enter .col-md-3 > img {
    margin: 0 auto;
    display: block;
}

#why-enter span {
    color: #e81f71;
}

#why-enter .row {
    margin-top: 40px;
}

#new-cat h2 {
    text-transform: inherit;
    color: #fff;
}

#awards-chairman {
    background:url(../img/2018/chairman-back-img.png) no-repeat top center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#awards-chairman p{
    font-size: 13px;
}

#awards-chairman > .row > .col-md-5 {
    padding-left: 30px;
}

.testimonials-text {
    text-align: justify;
    margin-left: 16%;
    font-size: 95%;
}

#testimonials, #ready-to-enter, #default, #new-cat {
    padding: 50px;
}

.webinars {
    border:2px solid #fff;
    margin-top: 50px;
}

.webinars p {
    font-weight: 600;
}


#about, #key-dates, #why-enter, #awards-journey, #qualify, #new-in-2018 {
    margin-bottom: 50px;
}

#awards-journey {
    margin-top: 100px;
}


/*.about {
    margin-top: 50px;
}*/

.steps {
    padding: 30px;
}


.cxa-divider {
    border-bottom: 1px solid #e81f71;
    width: 50%;
    margin: 30px auto;
}


.white-divider {
    border-bottom: 1px solid #fff;
    width: 50%;
    margin: 30px auto;
}

.info-divider {
    border-bottom: 2px solid #e81f71;
    width: 15%;
    margin: 0px 0px 30px;
}

.journey {
    background-color: #f2f2f2;
    padding: 26px;
}

.dark-grey {
    background-color: #333333 !important;
}

.cxa-background {
    background-color: #e81f71 !important;
}

.dark-cxa {
    background-color: #b31b59;
}

.light-grey {
    background-color: #999999;
}

.f2 {
    background-color:#f2f2f2 ;
}

.barnardo-back {
    background-color: #80cc28;
}

.cs {
    color:#fff;
    font-size: small;
}

.right-30 {
    margin-right: 30px;
}

.top-50 {
    margin-top: 50px;
}

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

.gall-cat {
    text-align: center;
    color: #fff;
    padding: 50px;
}

.gall-cat h3 {
    text-transform: uppercase;
    font-weight: 300;
}

.black-cat {
    color:#000 !important;
    text-align: center;
    padding: 50px;
}

.black-cat h3 {
    text-transform: uppercase;
    font-weight: 300;
}

.border-finalists {
    border-right: 2px solid #000;
    margin: 0px 15px !important;
    font-size: 12px;
}

.border-right {
    border-right: 1px solid #000;
    /*margin: 8px !important;*/
    font-size: 12px;
}

.words {
    color: #e81f71;
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    padding: 30px 0px;
}


/*.soc-block {
    position: absolute;
    right: 0;
}*/

.soc-block a {
    display: inline-block;
    background: #4e84cc;
}

.soc-block i {
    font-size: 30px;
    color: #000;
}

.soc-block i:hover {
    color: #fff;
}


.page h1 {
    position: relative;
    font-size: 60px;
    text-transform: initial;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 20px 0;
    padding: 20px 0;
    color: #fff;
}

.page h2 {
    position: relative;
    font-size: 26px;
    font-weight: 500;
    margin: 10px 0;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
}

.page form .form-group {
    margin: 10px 0 0 0 !important;
}

.page form .form-group label {
    text-transform: uppercase;
}

.page form .form-group .label-floating .has-warning:focus {
    top: -12px !important;
    left: 0 !important;
    color: red !important;
}



/* accordian */

.all-categories .wrapp-acc {
    color: #fff;
    border-top: 2px solid #6e6e6e;
    background: #4e84cc;
}

.all-categories h2, .journey-item h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom:none;
}

.all-categories h2:after, .journey-item h2:after {
    content: none;
}

.all-categories img {
    margin: 0 auto;
}

.all-categories .title-a {
    /* width: 50%;*/
    /*background: #4e84cc;*/
    padding: 15px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.all-categories .title-a:hover, .step:hover {
}


.accordian-content {
    /* background: #ccc;*/
    padding: 20px;
    color: #4d4d4d;
}


.cat-accordion .panel-heading {
    background: #e81f71 !important;
    color: #fff;
    font-weight: 300;
    padding: 50px 50px;
    text-transform: uppercase;
    text-align: center;
}

.cat-accordion .panel-title>a {
    font-size: 23px;
}

.cat-accordion .panel-title>a:hover {
    text-decoration: underline;
    color: #000 !important;
}

.cat-accordion .panel-default {
    border:none;
}

.cat-accordion .panel-body {
    /*padding: 50px;*/
}

.cat-accordion .panel-body p {

}

.cat-accordion .panel-body strong {
    color: #000;
}



.cat-accordion2 .panel-heading {
    background: #e81f71 !important;
    color: #fff;
    font-weight: 300;
    padding: 50px 50px;
    text-transform: uppercase;
    text-align: center;
}

.cat-accordion2 .panel-title>a {
    font-size: 23px;
}

.cat-accordion2 .panel-title>a:hover {
    color:#ffb720 !important;
    text-decoration: none !important;
}

.cat-accordion2 .panel-default {
    border:none;
}

.cat-accordion2 .panel-body {
    padding: 0px !important;
}

.cat-accordion2 .panel-body p {

}

.cat-accordion2 .panel-body strong {
    color: #000;
}


.company .panel-group {
    margin-bottom: 0px !important;
}

.company-accordion .panel-heading {
    background: #e81f71 !important;
    color: #fff;
    font-weight: 300;
    padding: 10px 10px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.company-accordion .panel-title>a {
    font-size: 19px;
}

.company-accordion .panel-title>a:hover {
    text-decoration: none !important;
    color: #000 !important;
}


.company-accordion .panel-default {
    border:none;
}

.company-accordion .panel-body {
    padding: 0px;
}

.company-accordion .panel-body {
    padding: 0px;
}


.schedule table.sessions4 tr td {
    vertical-align: middle;
    font-size: 14px;
}

.schedule table.sessions4 tr.brown td {
    text-align: left;
    padding: 10px;
    font-size: 18px;
    background-color: #e81f71;
}

.schedule table.sessions4 td.boom {
    font-weight: bold;
}

.schedule table.sessions4 tbody td {
    padding: 7px;
    border: 2px solid #fff;
    text-align: center;
}

.schedule table.sessions4 td.time {
    background: #333;
    color: #fff;
    font-weight: 400;
    width: 15%;
}

.schedule table.sessions4 td.room {
    background: #333;
    color: #fff;
    font-weight: 500;
    width: 15%;
}

.schedule table.sessions4 td.name {
    background: #ececec;
    color: #333;
    font-weight: 500;
    width: 65%;
    text-align: left;
    padding-left: 40px;
}

.name1 {
    background: #ececec;
    color: #333;
    font-weight: 600;
    text-align: left !important;
    padding-left: 10px !important;
}

.name2 {
    background: #ececec;
    color: #333;
    font-weight: 600;
    text-align: center !important;
    /*padding-left: 10px !important;*/
    /*padding-left: 10px !important;*/
}

.room1 {
    text-align: center;
    color: #fff;
    font-weight: 600;
}





.barnardo img {
    /* float: right; */
}


.step  {
    background: none;
    padding: 30px;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.step img {
    width: 50px;
    height: auto;
    display: inline-block;
}

.step span {
    margin-left: 15px;
}

.judges-block {
    margin: 50px 0;
    padding: 20px;
}

.judges-block .col-log-2,
.judges-block .col-md-2,
.judges-block .col-sm-3,
.judges-block .col-xs-12,
.judges-block .col-xs-6 {
    padding: 0 !important;
    border-bottom: 1px solid transparent;
}

.judges-block .col-log-2:not(:first-child),
.judges-block .col-md-2:not(:first-child),
.judges-block .col-sm-3:not(:first-child),
.judges-block .col-xs-12:not(:first-child),
.judges-block .col-xs-6:not(:first-child) {
    border-left: 1px solid transparent;
}


.journey-item h2:after {
    content: none;
}

.journey-item h2 {
    /* border-top: 2px solid #6e6e6e;*/
}

.journey-item .col-md-3, .journey-item .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.journey-item h3 {
    font-size: 25px;
    color: #fff;
    padding: 25px;
    margin: 0;
    background: #4e84cc;
}

.journey-block .journey-item h3 {
    background: none;
    color: #fff;
    padding: 37px 0;
}

.journey-block .journey-item .col-md-9{
    padding-left: 0;
    padding-right: 0;
}


.journey-block  .journey-item h2 {
    background: #4e84cc;
}



.judge-item img {
    display: block;
    margin: 0 auto;
}

.bg-heading {
    background: url(../img/hall-of-fame.png) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    padding: 50px 0;
    margin: 50px 0;
}

.bg-heading h1 {
    width: 100%;
    color: #fff;
    font-size: 40px;
}

.bg-heading h1:after {
    content: none;
}

.judges .content p {
    text-align: center;
}




/*.common-row a {
    font-style: italic;
    color: #4d4d4d;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.common-row a:hover {
    color: #4e84cc;
    padding-left: 10px
}

.common-row a::before {
    content: ">";
    color: #4e84cc;
    padding-right: 10px
}*/

/*.common-row, .common-row-cat {
    background: #fff
}*/

.text-box {
    padding: 60px 100px
}

.text-col {
    padding: 90px 60px
}

.display-table {
    display: table;
    table-layout: fixed
}

.display-cell {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.testimonials {
    text-align: center;
    line-height: 2em;
}

.testimonials p {
    font-size: 150%;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 300;
}

.testimonials strong {
    display: block;
    color: #4e84cc;
    font-weight: 300;
}

.testimonials em {
    font-style: normal;
}


.fix-padding {
    padding: 0;
}


.common-row-cat {
    padding: 60px;
    background: #f6f6f6;
}

.common-row-cat .col-md-3 {
    padding: 0;
}

.footer-social {
    background: #b31b59;
    text-align: center;
    padding: 50px;
}

.footer-social p {
    color: #fff;
    text-align: center;
}

.footer-social p a{
    color: #fff;
    text-align: center;
}

.footer-social p a:hover {
    text-decoration:underline;
    color:#fff !important;
}

.footer-social ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    padding:0;
}

.footer-social li {
    padding-left: 15px !important;
    padding-bottom: 3px !important;
    color:#fff !important;
    font-size: 15px !important;
}

.footer-social ul.footer-media li {
    float: left;
}

.page #main .footer-social ul li::before {
    content: none;
}

.footer-social li a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}


.footer-social li a i {
    font-size: 22px;
    color: #fff;
    border: 1px solid #ffb720;
    padding: 5px;
}

.page .footer-social li a i {
    font-size: 22px;
    width: 40px;
}

.footer-social li a:hover {
    color: #000
}

.cat-box {
    border-top: 2px solid #cfcfcf;
    border-bottom: 2px solid #cecece;
    padding: 60px 0;
    text-align: center
}

.cat-box a {
    text-decoration: none
}

.cat-box:hover {
    border-bottom: solid 2px #5f6b75;
    border-top: solid 2px #5f6b75
}

.cat-box:hover h2, .cat-box:hover p {
    color: #4e84cc
}

.cat-box:hover img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.cat-box h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #5f6b75;
    margin: 20px 0 0 0;
    padding: 0
}

.cat-box p {
    font-size: 14px;
    opacity: .5;
    color: #5f6b75
}

.owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-item {
    float: left
}

.owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-wrapper, .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-controls .owl-page {
    zoom: 1;
    display: inline
}

.owl-controls .owl-pagination {
    text-align: center
}

.owl-controls .owl-page span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 5px;
    border: solid 2px #41474c;
    opacity: .2;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.owl-controls .owl-page.active span {
    width: 8px;
    height: 8px;
    border: solid 4px #41474c;
    opacity: 1
}

.owl-controls.clickable .owl-page:hover span {
    background: #5f6b75
}

.owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: white;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 2px 10px
}

.footer-slider {
    list-style: none;
    display: none;
    position: relative;
    margin-left: 5%;
    width: 90%;
    -ms-touch-action: pan-y
}

/*ul.footer-slider {
    border-top: 4px solid #ddd;
    border-bottom: 4px solid #ddd;
    margin-top: 60px;
    margin-bottom: 60px
}*/


.page #main .footer-slider  li:before {
    content: none;
}


.page #main .footer-slider .owl-item li {
    /* padding: 0 50px;*/
}

.footer-slider .owl-item li::before {
    content: none;
}

.footer-slider .owl-item li img {
    width: 70%;
    /*opacity: .4;*/
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease
}

.footer-slider .owl-item li img:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0)
}

.footer-slider .owl-controls .owl-buttons div {
    text-decoration: none;
    display: block;
    width: 20px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    overflow: hidden;
    opacity: .4;
    cursor: pointer;
    color: white;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.footer-slider .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none
}

.footer-slider .owl-controls .owl-buttons .owl-prev {
    left: -20px
}

.footer-slider .owl-controls .owl-buttons .owl-next {
    right: -20px
}

.footer-slider .owl-controls .owl-buttons div:before {
    font-size: 25px;
    display: inline-block;
    content: '<'
}

.footer-slider .owl-controls .owl-buttons div.owl-next:before {
    content: '>'
}

.m-logo {
    display: none;
    position: absolute;
    right: 20px;
    z-index: 101;
    top: 19px;
}

.schedule table.sessions1 tr td {
    vertical-align: middle;
    font-size: 14px;
}

.schedule table.sessions1 tr.brown td {
    background: #4e84cc;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.schedule table.sessions1 td.boom {
    font-weight: bold;
}

.schedule table.sessions1 td.room{
    background:#e81f71 !important;color: #fff !important;font-weight: bold; width: 10%;
}

.schedule table.sessions1 tbody td {
    color:#80878c;
    padding: 5px;
    background: #fff;
    border: 1px solid #DADADA;
    width: 5%;
    text-align: center;
    font-weight: bold;
}

.schedule table.sessions1 .close {
    color: #4e84cc;
    float: none;
    text-shadow:none;
    opacity: 1;
    font-size: 14px;
    display: block;
    font-weight: 100;
}

.schedule table.sessions1 .open {
    display: block;
    color: #4e84cc;
    text-align: center;
    font-weight: 100;
}

.schedule table.sessions1 td.boom {
    background: #214478;
    color: #fff;
    font-weight: bold;
}


.schedule table.sessions2 td.time {
    background: #e81f71;
    color: #fff;
    font-weight: 500;
    width: 20%;
    font-size: 14px;
}

.schedule table.sessions2 td.name {
    background: #ececec;
    color: #000;
    width: 80%;
    text-align: left;
    padding-left: 40px;
    font-size: 14px;
}

.schedule table.sessions2 tbody td {
    padding: 8px;
    border: 5px solid #fff;
    text-align: center;
}

.schedule table.sessions2 thead tr {
    border: 5px solid #fff;
    background-color: #e81f71;
}

.schedule table.sessions2 thead th {
    color: #fff;
    padding: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: 100;
}


.schedule table.sessions3 tr td {
    vertical-align: middle;
    font-size: 14px;
}

.schedule table.sessions3 tr.brown td {
    text-align: left;
    padding: 10px;
    font-size: 18px;
    background-color: #e81f71;
}

.schedule table.sessions3 td.boom {
    font-weight: bold;
}

.schedule table.sessions3 tbody td {
    padding: 5px;
    border: 5px solid #fff;
    text-align: center;
}

.schedule table.sessions3 td.time {
    background: #1a1a1a;
    color: #fff;
    font-weight: 400;
    width: 20%;
}

.schedule table.sessions3 td.room {
    background: #1a1a1a;
    color: #fff;
    font-weight: 500;
    width: 15%;
}

.schedule table.sessions3 td.name {
    background: #ececec;
    color: #1a1a1a;
    font-weight: bold;
    width: 80%;
    text-align: left;
    padding-left: 40px;
}

.level3 {
    background-color: #37c871 !important;
}


.gallery-block {
    background: #f9f9f9;
    border: 1px solid #ececec;
    text-transform: capitalize;
    font-size: 19px;
    color: #333;
    padding: 15px 15px 15px 25px;
    /*margin-bottom: 15px;*/
}


.mob-trigger {
    cursor: pointer;
    height: 40px;
    left: 20px;
    position: absolute;
    top: 20px;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    width: 40px;
    z-index: 101;
}

.mob-trigger .icon-bar {
    height: 3px;
    width: 22px;
    background: #4e84cc;
    display: block;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.site-wrapper {
    width: 100%;
    height: 100%;
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
}


body.fix .site-wrapper {
    overflow: hidden;
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transform: translateX(300px);
    -moz-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

body.fix:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.push-right {
    transform: translateX(300px);
    -moz-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
}

.step i {
    font-size: 35px;
    vertical-align: middle;
}

.faq-block .journey-item article {
    /*margin-bottom: 30px;*/
}

.judge-item {
    cursor: pointer;
    border: 1px solid #000 !important;
}

.judge-item1 {
    cursor: pointer !important;
}

.judges-awards {
    text-align: center;
    padding: 1em;
    min-height: 110px
}

.mob-trigger {
    display: none;
    cursor: pointer;
    height: 65px;
    left: 20px;
    position: absolute;
    top: 20px;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    width: 40px;
    z-index: 101;
}

.mob-trigger .icon-bar {
    height: 3px;
    width: 22px;
    background: #e81f71;
    display: block;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

/*
.modal.custom-appear {
    margin-top: 250px;
 }*/

.modal.custom-appear .modal-dialog {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 200px 0 0 0;
    height: calc(100% - 200px);
}

.modal.custom-appear.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 125%, 0);
    transform: translate3d(0, 125%, 0);
}

.modal.custom-appear .modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    border: 0;
    height: 100%;
    border-top: 10px solid #e81f71;
}

.modal.custom-appear .modal-content .modal-header {
    border-bottom: none;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;

}

.modal.custom-appear .modal-content .modal-body {
    height: calc(100% - 100px);
    overflow: scroll;
}

.person-name {
    background: #fff;
    color: #000;
    padding: 10px;
    text-align: left;
    text-transform: inherit;
}

.person-name span {
    font-weight: 400;
}

.person-name  h3 {
    font-size: 25px;
    margin: 10px 0px;
}

.custom-appear .modal-body span {
    font-size: 16px;
    display: block;
    margin: 15px 0px;
    font-family: 'Rubik', sans-serif !important;

}

.custom-appear .modal-body p {
    font-size: 16px;
    padding: 15px 0;
    margin-bottom: 0;
    font-family: 'Rubik', sans-serif !important;

}

.custom-appear .modal-content {
    border-top: 3px solid #e91e71;
}

.custom-appear .close {
    font-size: 30px;
}

.m-logo {
    display: none;
}

.form-block {
    background: #4e84cc;
    text-transform: uppercase;
    font-size: 19px;
    color: #000;
    padding: 15px 15px 15px 25px;
    margin-bottom: 15px;
}

#submit-nomination, .copyprevproject, .btn.remove,
#submit-judging, #submit-booking {
    background: #e81f71;
    border: 1px solid #e81f71;
    color: #fff;
    font-size: 22px;
    padding: 10px 100px;
    text-align: center;
    display: inline-block;
}

#submit-nomination:hover, .copyprevproject:hover, .btn.remove:hover,
#submit-judging:hover, #submit-booking:hover {
    background-color: #fff;
    color: #e81f71;
    text-decoration: none;

}


.copyprevproject, .btn.remove {
    padding: 10px 40px;
}

.copyprevproject, .btn.remove {
    display: inline;
    font-size: 16px;
    color: #fff !important;
}

.copyprevproject:hover, .btn.remove:hover {
    background: transparent;
    border: 1px solid #4e84cc;
    color: #4e84cc !important;
}

/*.form-group.label-floating:not(.is-empty) label.control-label {
    font-size: 16px;
} */

select.form-control {
    /*height: 50px;*/
    font-size: 17px;
}

.interest {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #bdbdbd;
    color: #bdbdbd;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.validation-advice {
    color: #4e84cc;
    font-size: 18px;
}

#prem_tables, #tables, #places, #after_party_places, #tickets, #five_places, #tables_of_twelve, #prem_tables_of_twelve, #two_tables_of_ten {
    background: none;
    border:none;
}

.page form .form-group.booking_payment_block {
    margin: 0 !important;
    padding: 9px !important;
}

.page form .form-group.booking_payment_block input {
    margin: 0 !important;
    font-size: 22px;
    color: white;
}

a.addEntry, a.removeEntry, a.copycontact, a.copybilling {
    color: #fff;
    background: #e81f71 !important;
    border: 1px solid #e81f71;
    padding: 10px 20px;
    margin: 5px 10px 5px 0;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

a.addEntry:hover, a.removeEntry:hover, a.copycontact:hover, a.copybilling:hover {
    color: #e81f71 !important;
    background: #fff !important;
    border: 1px solid #e81f71;
    text-decoration: none !important;
}


/* colors */
.pink {
    background: #e81f71;
    color: #fff;

}


footer {
    text-align: center;
    clear: both;
    background-color: #f2f2f2 !important;

}

footer .btn-normal {
    margin: 50px 0;
}

.page a.btn-contact {
    background: #4e84cc;
    color: #fff;
    border:2px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.page a.btn-contact:hover {
    background: #ececec;
    text-decoration: none;
    color: #000;
}

footer address {
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
}

.ft-contact {
    position: relative;
    padding: 30px 0;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.ft-contact p {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}

.ft-contact a {
    color: #fff;
    text-decoration: underline;
}

.ft-contact::before {
    width: 100%;
    content: "";
    background: #4e84cc;
    position: absolute;
    left: -30px;
    right: -30px;
}

.page .partner-desc ul, .page .partner-desc h2, .page .partner-desc p {
    text-align: left;
}


.gallery {
    margin-top: 30px;
    border-top: 20px solid #4e84cc;
}

.judges {
    padding-left: 0;
    padding-right: 0;
}

.gall-year {
    background: #4e84cc;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

.gall-year span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);

}

.gall-year i {
    display: inline-block;
    position: absolute;
    font-size: 50px;
    text-align: center;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
    -moz-transform: translate(-50%, -35%);
    -webkit-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    -o-transform: translate(-50%, -35%);

}


.gallery .col-md-3 {
    border-bottom: 3px solid #4e84cc;
    padding: 0;
}

.gall-content {
    text-align: center;
}

.gall-content h3 {
    width: 80%;
    color: #e81f71;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.gall-content p {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:  flex;
}

/************* webinar page table **************/

.webinar-table {
    margin: 0 15px;
}

.webinar-table .row:first-child {

}

.webinar-table .row:first-child .col-sm-6 {
    background: #00beff;
    color: #000;
    padding: 15px 10px !important;
}

.webinar-table .row:not(:first-child) {
    background: #ccc;
}

.webinar-table .row:not(:first-child) .col-sm-6 {
    padding: 10px 10px;
}

.webinar-table .row:not(:first-child) .col-sm-6:first-child {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #000;
}

.webinar-table .row:not(:first-child) .col-sm-6:not(:first-child) {
    border-top: 1px solid #fff;
    color: #000;
}

.cat-part {
    position: relative;
}

.scroll-down, .hero  .scroll-down{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 70px;
    cursor: pointer; }


.scroll-down.header-scroll {
    position: static;
}

.intro .scroll-down, .cat-part .scroll-down {
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.cat-part .scroll-down  {
    top:0;
    bottom: auto;
}

.scroll-down i {
    font-size: 40px;
    color: #80878c;
    margin-top: 5px;
    display: block;
    -webkit-animation: arrow 1.5s infinite;
    -moz-animation: arrow 1.5s infinite;
    -o-animation: arrow 1.5s infinite;
    animation: arrow 1.5s infinite; }

.scroll-down:hover i {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }


.hero .scroll-down i{
    color: white; }


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: auto;
    right: 20px;
    display:none !important;
    background: #000;
    border: none;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.back-to-top:hover, .back-to-top:focus {
    background: #222;
}

.heading-present {
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
    display: block;
    padding-top: 120px;
}

.center-img {
    margin: 0 auto;
}

.ai, .cr {
    position: absolute;
    vertical-align: top;
    top: 20%;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
}

.ai {
    left: 0px;
    padding-top: 35px;
}

.cr {
    right:0px;
}

/*.img-bg-sm {
    padding: 15%;
}*/

.blog h3 a {
    color: #e81f71;
}

.blog h3 a:hover {
    text-decoration: none;
}

/*.form-group.label-floating:not(.is-empty) label.control-label {
    top:-30px !important;
} */

.post-block {
    margin-bottom: 30px;
    border-bottom: 2px solid #e81f71;
    border-spacing: 1em;
}

.alert.alert-success {
    margin-top: 30px;
}


/* Start Winners css*/
.winners-part {
    margin-top: 50px;
}


.parent-cat {
    display: block;
    padding: 15px 0 15px 90px;
    background: #e81f71;
    text-align: center;
}

.parent-cat p {
    margin:0;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-size: 26px;
    line-height: 1;
}

.winners-part .cat-name {
    margin-top:50px;
    background: #ececec;
    color: #000;
    display: block;
    padding: 10px 0 10px 50px;
    text-align: left;
}

.main-container {
    max-width: 1500px;
    margin: 0 auto;
}

.info-part h2, .info-part h3, .title-part {
    color: #e81f71;
}

.info-part h2 {
    color: #e81f71;
    text-align: left;
    margin: 15px 0;
    text-transform: none;
}

.info-part h3 {
    font-size: 21px;
    margin: 0;
}

.info-part h4 {
    margin-bottom: 15px;
}

.info-part h2::after {
    content: none;
}

.info-part {
    padding: 0 50px;
}

.info-part p {
    clear: both;
}

.title-part, .items-block span {
    font-size: 18px;
}

.items-block span {
    max-width: 300px;
    float: left;
}

.title-part {
    padding-right: 190px;
}

.info-part .win-logo {
    margin: 20px 0;
}

.items-block span {
    color: #e81f71;
}

.items-block .items-part {
    color: #5f6b75;
}

.items-block {
    margin: 50px 0;
}

.items-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.download-photo {
    display: block;
    background: #e81f71;
    color: #fff;
    padding: 5px 25px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

.download-photo:hover, .download-photo:focus {
    text-decoration: none !important;
    background: #fff;
    color: #e81f71;
    border: 1px solid #e81f71;
}

.error-part h1 {
    text-align: center;
}

.error-part img {
    width: 700px;
    margin: 0 auto;
}

.error-part {
    margin-top: 100px;
}


.error-block .mob-trigger .icon-bar {
    background: #e81f71;
}


.cat-name.black {
    background: #000;
    color: #fff;
    margin-bottom: 30px;
    font-size: 23px;
    text-transform: uppercase;
}

.win-block p {
    text-align: justify;
}

.win-block h3 {
    margin-bottom: 35px;
}

.win-block h4 {
    font-weight: 600;
    font-size: 16px;
}


.heading-part {
    display: block;
    color: #e81f71;
    margin: 50px 0 15px;
    background: #f2f2f2;
    padding: 10px 20px;
    font-size: 21px;
}

.finalists-part {
    color: #e81f71;
    margin: 5px 0px;
    padding: 10px 20px !important;
    font-size: 21px;
    display: inline-block;
    text-transform: uppercase;
}



.win-block ul {
    margin:0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

.win-block ul span {
    font-weight: 600;
}

.win-block {
    padding: 0 18px;
}

.win-block .download-photo {
    font-size: 23px;
    border: 1px solid #e81f71;
}


.heading-part.pink {
    background: #e81f71;
    color: #fff;
    margin-top: 0;
}

.finalists {
    margin-left: 0;
}

.finalist-part ul {
    padding-left: 20px;
}

.add-padd ul {
    padding-left: 20px;
}

.finalists-company {
    color: #000;
    margin: 5px 0px;
    padding: 1px 20px !important;
    display: inline-block;
}


/* End Winners css*/

.page .case-study h1, .case-study-B h2 {
    width: auto;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    padding: 0;
    margin: 50px 0;
    text-transform: none;
}

.page .case-study h1::after, .page .case-study-B h2::after {
    content: none;
}

.page .case-study p, .page .case-study h1, .case-study-B h2 {
    color: #fff;
}

.page .case-study p, .case-study-B p {
    font-size: 23px;
}

.case-study span, .case-study-B span {
    color: #4e84cc;
    font-weight: 600;
}

.case-study  .hero > div {
    display: block;
}

.case-study .download {
    margin: 50px 0;
    position: relative;
}

.case-study .form-control, .case-study .form-group .form-control {
    color: #fff;
}

.case-study-B .form-control, .case-study-B .form-group .form-control {
    color: #000;
}

.case-study .form-block input::-webkit-input-placeholder {
    color:#fff;
}

.case-study .form-block input::-moz-placeholder {
    color:#fff;
}

.case-study .form-block input-ms-input-placeholder {
    color:#fff;
}

.case-study .form-block input:-moz-placeholder {
    color:#fff;
}

.case-study .form-block {
    padding: 30px;
}

.case-study .form-block strong {
    text-transform: uppercase;
    font-weight: 400;
}

.case-study .form-block input[type="submit"] {
    background: #ffffff;
    color: #f12075;
    border:none;
    text-transform: uppercase;
    font-size: 26px;
    padding: 10px 50px;
    margin-top: 10px;
}

.case-study .download::after {
    width: 158px;
    height: 200px;
    position: absolute;
    content: "";
    right: 140px;
    top: -17px;
    background: url(../img/case-study-arrow.png) no-repeat right;

}

.thank-you-block {
    margin-top: 50px;
}

.case-study .form-control:focus {
    box-shadow: none;
}

.page .case-study-B h1, .page .case-study-B h2 {
    margin: 30px 0;
}

.page .case-study-B h1, .page .case-study-B h2, .page .case-study-B p {
    text-align: left;
    color: #fff;
    text-transform: none;
}

.case-study-B {
    position: relative;
}

.case-study-B .hero > div img {
    width: 60%;
    margin: 0;
    margin-bottom: 50px;
}

.case-study-B h2 {
    font-size: 33px;
}

.case-study-B .footer {
    clear: both;
    width: 100%;
    background:#fff;
    padding: 50px;
    bottom: 0;
    left: 0;
}

.dark-pink {
    background: rgba(148, 20, 72, 0.8);
}

.case-study-B .footer span {
    text-transform: uppercase;
    color: #000;
    font-size: 21px;
    font-weight: normal;
}

.page .case-study-B .footer p {
    color: #f92179;
    text-align: center;
}

.case-study-B .form-block {
    background: none;
}

.case-study-B .form-control, .case-study-B  .form-group .form-control {
    /* border:none;
     background: #fff;*/
    font-family: 'Roboto Condensed', sans-serif;

}

.page .case-study-B .form-group label {
    display: block;
    text-align: left;
    /* color: #fff;*/
    text-transform: none;
}

.case-study-B .form-block strong {
    display: block;
    font-size: 35px;
    margin-bottom: 30px;
    text-align: left;
    color: #000;
}

.case-study-B .form-block input[type="submit"] {
    width: 100%;
    color: #fff !important;
    font-weight: 600;
    background: #4e84cc;
    /* border:1px solid #044d21;
     border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;*/
    /*background: #e81f71;
    background: -webkit-linear-gradient(#0ab14c, #078037);
    background: -o-linear-gradient(#0ab14c, #078037);
    background:  -moz-linear-gradient(#0ab14c, #078037);
    background:  linear-gradient(#0ab14c, #078037);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ab14c', endColorstr='#078037',GradientType=1 ); */
}

.case-study-B .form-block input[type="submit"]:hover {
    background: #078037;
}

.case-study-B .form-control, .case-study-B  .form-group .form-control {
    height: 30px;
}

.page .case-study-B .form-group {
    margin: 5px 0 !important;
}

.case-study-B .less-padd {
    padding: 50px;
}

.case-study .form-block {
    padding: 20px;
}

.case-study-B .text-col {
    padding: 78px 60px;
}

.case-study-B .form-block input::-webkit-input-placeholder {
    color:#000;
    font-family: 'Roboto Condensed', sans-serif;

    text-transform: uppercase;
}

.case-study-B .form-block input::-moz-placeholder {
    color:#000;
    font-family: 'Roboto Condensed', sans-serif;

    text-transform: uppercase;
}

.case-study-B .form-block input-ms-input-placeholder {
    color:#000;
    font-family: 'Roboto Condensed', sans-serif;

    text-transform: uppercase;
}

.case-study-B .form-block input:-moz-placeholder {
    color:#000;
    font-family: 'Roboto Condensed', sans-serif;

    text-transform: uppercase;
}

.white {
    background: #fff;
}

.case-study-B .form {
    max-width: 515px;
    margin: 0 auto;
}

.case-study-B ul {
    text-align: left;
    margin: 15px 0;
}

.case-study-B ul li {
    font-size: 21px;
}

.page .dates-event h3 {
    color: #000;
    margin: 10px 0;
}

.page .dates-event p {
    color: #4e84cc;
    text-align: center;
    margin-bottom: 25px;
}

.dates-event {
    margin-top: 95px;
}


.case-study-B .thank-you-block strong {
    color: #fff;
    line-height: 1.5;
    padding: 200px 0;
    text-align: center;
}

.name-part {
    text-align: center;
    padding: 15px 0;
}

.name-part p {
    font-size: 16px;
    margin-bottom: 5px;
}

.name-part p strong {
    font-size: 18px;
    display: block;
    line-height: 1;
}

/* operator */

.operator .navbar {
    background: none;
    padding: 5px 0;
}

.operator  nav ul,  .operator nav li ul li {
    width: auto;
}

.operator .navbar .dropdown-menu li > a, .operator .navbar.navbar-default .dropdown-menu li > a {
    background: none;
    color: #555;
}

.operator nav li ul li:hover a {
    border:none;
}

.operator .navbar-brand {
    padding:  0;
    margin: 0;
}

.operator .form-block {
    font-size: 18px;
}

.operator #prem_tables, #tables, #places, #after_party_places, #five_places, #tables_of_twelve, #two_tables_of_ten, #prem_tables, #prem_tables_of_twelve {
    color: #fff;
    font-size: 18px;
}

.operator .booking_payment_block {
    margin: 0;
    padding-bottom: 15px;
}

.operator  #payment-method {
    margin: 10px;
}

.operator input[type="submit"] {
    background: #4e84cc;
    color: #fff;
    font-size: 22px;
    padding: 6px 100px;
    border: none;
    text-align: center;
    display: inline-block;
}

.noscript {
    padding: 10px;
    border:1px solid #000;
}

.noscript h2 {
    margin: 0;
    line-height: 1;
}

.noscript h2::after {
    content: none;
}

.noscript p {
    color: red;
}

.finalists table td {
    background: #4e84cc;
    color: #fff;
}

.finalists#categories-accordion .collapse {
    display: block;
}

.finalists#categories-accordion .panel .panel-body .row div {
    text-align: left;
}

.error-part h1 {
    text-align: center;
}

.error-part img {
    width: 700px;
    margin: 0 auto;
}

.error-part {
    margin-top: 100px;
}


.error-block .mob-trigger .icon-bar {
    background: #214478;
}


.page .webinar-block h2::after {
    content: none;
}

.page .webinar-block h2 {
    display: block;
    padding: 15px 10px;
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}

.page .webinar-block h2  {
    color: #fff;
    text-decoration: none;
}

span.web-date {
    color: white;display: inline-block;float: right;position: relative;top: -20px;
}

.web-date {
    display: block;
    /*background: #ececec;*/
    padding: 10px;
    margin: 10px 0;
    font-size: 18px;
    color: #000;
}

.webinar-block h3 {
    color: #e91e71;
    font-size: 23px;
    margin: 0 0 15px 0;
}

.web-person {
    /*  padding: 15px;*/
    margin: 35px 0;
}

.web-person img {
    float: right;
}


.web-person  p {
    text-align: justify;
}

.reg-link {
    background: #e91e71;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    padding: 5px 35px;
    display: block;
    text-align: center;
    margin: 65px 0;
}

.reg-link:hover, .reg-link:focus {
    background: #80dfff;
    color: #000 !important;
    text-decoration: none;
}

.webinar-block {
    margin-bottom: 30px;
}


.page #main .resources ul li {
    position: relative !important;
    padding-left: 0px !important;
   /* font-size: 20px !important; */
    padding-bottom: 0px !important;
    background-color: #f2f2f2;
    border-right: 5px solid #fff;
}


.page #main .resources ul li::before {
    display: none;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px !important;
    color: #000 !important;
    padding: 15px 60px;
}

.nav-tabs {
    background-color: transparent;
    border-bottom: none;
    /*position: relative;
    left: 10%; */
}

.nav-tabs > li > a {
    font-weight: 100;
    font-size: 22px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #e91e71 !important;
    color: #fff !important;
    font-weight: 100;
    text-decoration: none !important;
}



.dld-box {
    border: 1px solid #ddd;
}

.dld-box img {
    margin: 0 auto;
}

.dld-box:hover {
    -webkit-box-shadow: 3px 3px 17px 3px rgba(0,0,0,0.56);
    -moz-box-shadow: 3px 3px 17px 3px rgba(0,0,0,0.56);
    box-shadow: 3px 3px 17px 3px rgba(0,0,0,0.56);
    color: #e91e71;
}

.dld-box h3 {
    font-size: 19px;
    font-weight: 300;
    padding: 20px 5px;
    height: 160px;
    text-transform: uppercase;
}

.tab-content {
    margin: 100px auto;
}

.btn-dld {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    padding: 5px 50px;
    display: inline-block;
    border: 1px solid #e91e71;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    background: #e91e71;
    border-radius: 0;
}

.btn-dld:hover {
    color: #000 !important;
    text-decoration: none !important;
    background-color: #fff;
}

.next {
    color: white;
    background: #e81f71 !important;
    border: 1px solid #e81f71;
    padding: 10px 20px;
    margin: 5px 10px 5px 0;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

/************************************************/

@media screen and (max-width: 1425px) {
    nav a {
        font-size: 14px;
    }

    a.logo img {
        width: 50px;
    }

    .soc-block a {
        font-size: 12px;
    }

    .soc-block i {
        font-size: 19px;
    }

}

@media only screen and (min-width: 900px)  and (max-width: 1440px) {
    nav a {
        font-size: 12px;
    }

    nav li {
        left: 5%;
    }

    .clock-text {
        font-size: 11px;
    }

    #clockdiv > div {
        padding: 5px;
    }

    #clockdiv div > span {
        padding: 1px;
    }

    .small-text {
        font-size: 8px;
    }

    a.logo img {
        width: 250px;
    }

    .soc-block a {
        font-size: 12px;
    }

    .soc-block i {
        font-size: 19px;
    }

    .page .quote {
        font-size: 35px;
    }

    .hero > div .logo-large {
        width: 400px;
    }

    nav li:hover ul {
        top: 45px;
    }


    .reg-link {
        margin: 10px 0;
    }

}


@media screen and (max-width: 1440px)  {
    nav li:hover ul {
        top: 55px;
    }

    .soc-block a  {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .journey-img {
        padding-left: 0px;
    }
}

@media screen and (max-width: 1300px) {
    nav li:hover ul {
        top: 100%;
    }

    .soc-block {
        float: left !important;
        padding-left: 28px;
    }

    .soc-block a  {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    nav a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1289px) {
    .hero h1 {
        font-size:60px;
    }

    nav li:hover ul {
        top: 55px;
    }

    nav a {
        font-size: 12px;
    }

    .soc-block {
        float: right !important;
    }

    a.logo img {
        width: 200px;
    }

    #clockdiv > div {
        padding: 5px;
    }

    #clockdiv div > span {
        padding: 2px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1088px) {
    nav a, .soc-block a {
        font-size: 13px;
    }

    nav li:hover ul {
        top: 100%;
    }

    .soc-block i {
        font-size: 16px;
    }
}


@media screen and (max-width: 1330px) {
    .cat-box h2 {
        font-size: 15px;
    }

    .error-part {
        margin-top: 200px;
    }

    .error-part {
        font-size: 35px;
    }
}


@media screen and (max-width: 1250px) {
    .step span, .journey-item h3 {
        font-size: 21px;
    }

    .soc-block i {
        font-size: 16px;
    }

}



@media screen and (max-width: 1199px) {
    .blocks .display-cell {
        display: block;
    }

    .img-bg {
        padding-bottom: 30%;
    }

    .step {
        padding: 25px;
    }

    .step span {
        text-align: center;
        margin-left: 10px;
    }

    .step i {
        font-size: 16px;
    }

    .journey-item h3, .step span {
        font-size: 18px;
    }

    .ft-contact p  {
        font-size: 21px;
    }

    nav a {
        padding-left: 0.8em;
        padding-right: 0.8em;
    }


    a.logo img {
        width: 150px;
    }


    .all-categories .title-a {
        font-size: 23px;
    }

    .hero .ai {
        width: 200px;
    }

    .hero .cr {
        width: 150px;
    }

    .testimonials-text {
        margin-left: 22%;
    }
}


@media screen and (max-width: 1005px) {
    nav a {
        font-size: 12px;
        padding-left: 0.6em;
        padding-right: 0.6em;
    }

    .soc-block i {
        font-size: 18px;
    }

    .hero {
        margin-top: 0px !important;
    }

}

@media screen and (max-width: 991px) {
    .hero > div img {
        /*width: 700px;*/
        margin: 0 auto;
    }

    a.logo img {
        width: 40px;
    }

    .intro .display-cell {
        display: block;
    }

    .parallax-block {
        height: auto;
    }

    .col-md-4.fixed-col {
        position:relative;
        float: left;
        height:auto;
        overflow-y:auto;
        background-size:cover !important;
        min-height:500px;
    }

    .barnardo img {
        float: none !important;
    }

    .barnd-content img {
        display: block;
        margin: 0 auto;
        float: none !important;
    }

    .step i {
        font-size: 26px;
    }

    .ft-contact p  {
        font-size: 21px;
    }

    nav a {
        font-size: 12px;
    }



    .mob-trigger {
        display: block;
    }

    .soc-block i {
        font-size: 18px;
    }



    nav {
        width: 300px;
        height: 100%;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px;
        position: fixed;
        transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
        -moz-transition: all 0.8s ease 0s;
        -webkit-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
        vertical-align: middle;
        z-index: 101;
    }

    nav.active {
        transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transition: all 0.8s ease 0s;
        -moz-transition: all 0.8s ease 0s;
        -webkit-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
    }

    nav ul, nav a {
        background: none;
    }

    nav a {
        display: inline-block;
    }

    nav ul li {
        float: none;
        width: 100%;
    }

    nav ul ul {
        display: none;
    }

    nav ul li span {
        font-size: 12px;
    }

    nav ul li:before {
        font-family: FontAwesome;
        content: "\f067"
    }

    nav ul li.open:before {
        font-family: FontAwesome;
        content: "\f068"
    }

    nav ul ul li:before {
        content: none;
    }

    nav ul li:before {
        font-family: FontAwesome;
        content: none;
    }

    nav ul li.open:before {
        font-family: FontAwesome;
        content: none;
    }

    nav ul ul li:before {
        content: none;
    }

    nav ul ul {
        display: none;
        position: static;
        opacity: 1;
        visibility: visible;
    }

    nav ul li.open ul {
        display: block;
    }

    nav ul li span {
        font-size: 12px;
    }

    nav li ul {
        float: none;
    }

    nav li ul a {
        display: block;
        border:none;
        padding: 5px 15px;
        text-transform: uppercase;
    }

    nav li ul a:hover, nav li:hover a {
        background: none;
        border: none;
    }

    nav ul > li:hover > a > span {
        display: block;
        color: #4e84cc;
    }

}

.padding0 {
    padding-right: 0px !important;
}
