nav.burger {
    width: 300px;
    height: 100%;
    background: #f9f9f9 !important;
    overflow-x: hidden;
    overflow-y: auto;
    /*padding: 20px;*/
    margin-top: 91px;
    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;
    border-top: 1px solid rgba(0,0,0,.12);
}

nav.burger.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.burger ul, nav.burger a {
    background: none;
}

nav.burger a {
    display: inline-block;
}

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

nav.burger ul ul {
    display: none;
    top: -30px !important;
    position: relative !important;
}

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


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

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

nav.burger ul ul li {
    padding: 5px;
}

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

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

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

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

nav.burger ul li.open ul {
    display: block;
    padding-left: 20px;
}

nav.burger ul li span {
    font-size: 14px;
}

nav.burger li ul {
    float: none;
}

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

nav.burger li ul a:hover, nav li:hover a {
    background: none;
    border: none;
    text-decoration: none;
    /*color: #e81f71;*/
}

nav.burger ul > li:hover > a > span {
    display: block;
    /*color: #e81f71;*/
    text-decoration: none !important;
}

nav.burger a:hover {
    color: #e81f71 !important;
    text-decoration: none !important;
}


/*nav.burger ul > li:hover > ul > li > a > span {
    color: #e81f71;
}*/


nav.burger ul > li > ul > li:hover > a > span {
    color: #e81f71;
}


li.open {
    background-color: #f9f9f9;
}

nav.burger li {
    float: left;
    /*margin-top: 1%;*/
    /*padding: 10px;*/
    position: relative;
    left: 0%;
    border-bottom: 1px solid rgba(0,0,0,.12);
}

nav.burger li a {
    text-transform: initial;
    position: relative;
    left: 10%;
    font-weight: 400;
}


nav.burger a {
    color: #000;
    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.burger li ul li {
    float: none;
    width: 300px;
    border-bottom: none;
}

nav.burger li ul a {
    border-left: 0 solid #00beff;
    border-right: 6px solid rgba(255, 255, 255, 0);
    text-transform: none;
    font-size: 15px;
    padding: 12px 30px;
    position: relative;
    /* top: 1.5em; */
    background: #fff;
}

nav.burger li ul a {
    display: block;
    border: none;
    padding: 1px 10px;
    text-transform: initial;
    background-color: #f9f9f9;
    color: #000 !important;
}

.mob-trigger {
    display: block;
    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: 71px;
    z-index: 101;
}

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

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px !important;
}

.navbar-text {
    float: none;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 35px;
}

.navbar-toggle {
    /*position: relative;
    float: right;
    margin-top: 8px;*/
    padding: 0px 30px 30px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

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

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

.under-menu {
    border-bottom: 1px solid rgba(0,0,0,.12);
    margin-top: 92px;
    position: fixed;
    /*top: 96px;*/
    display: block;
    /*margin: auto;*/
    z-index: 888;
    width: 100%;
}

.under-menu-btn {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border:none;
    font-size: 13px;
    padding: 5px;
}

.login-btn{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border:none;
}

a .login-btn, a .under-menu-btn  {
    color: #666;
}

.login-btn:hover, .under-menu-btn:hover {
    background-color: #e81f71;
    color: #fff !important;

}

.enter-now-btn{
    width: 100%;
    height: 100%;
    background-color: #e81f71;
    border:none;
}

a .enter-now-btn  {
    color: #fff;
    font-weight: 600;
}

.enter-now-btn:hover {
    background-color: #b11756;
    color: #fff;

}

.date-div {
    display: table;
    overflow: hidden;
    text-align: center;
    margin: auto;
    color: #666;
    font-weight: 600;
}

.date-text {
    padding: 15px;
    font-family: 'Rubik', sans-serif !important;
}

.date-text p:first-child {
    font-size: 17px;
}

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

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}


.panel > .panel-heading, .panel.panel-default > .panel-heading {
    background-color: #f9f9f9;
}


.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-default > .panel-heading, .panel:not([class*="panel-"]) > .panel-heading {
    color: rgba(0,0,0, 0.87);
}
[class*="panel-"] > .panel-heading {
    color: rgba(255,255,255, 0.84);
    border: 0;
}
.panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    color: #0b0b28;
    text-transform: uppercase;
    width: 60%;
    margin: 0 auto;
}

.panel-title a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

.panel-title a:hover {
    text-decoration: none !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.panel-body {
    padding: 20px 0px 40px 8px;
    width: 60%;
    margin: 0 auto;
    font-family: 'Rubik', sans-serif !important;
    color: #696969;
    font-weight: 400;
    font-size: 16px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #0b0b28;         /* adjust as needed */
    font-weight: 100;
    font-size: 16px;
    margin-top: 4px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.collapse.in {
    background-color: #f9f9f9;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}


.categories-popup {
    width: 600px;
    height: 50px;
    background: #0b0b28;
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin-left: -300px;
    cursor: pointer;
}

.categories-popup-expand {
    width: 600px;
    height: 50px;
    background: #000;
    position: relative;
    top: 0px;
}

#expand-popup {
    background: url(../img/read_less_icon.png);
    background-position: center;
    background-size: cover;
    margin: 20px 30px 0px 0px;
    width: 17px;
    height: 10px;
    float: right;
}

#expand-popup-expand {
    background: url(../img/close_active_icon.png);
    background-position: center;
    background-size: cover;
    margin: 20px 30px 0px 0px;
    width: 17px;
    height: 10px;
    float: right;
}


#categories {
    float: left;
    margin: 0.8em 4em;
    height: inherit;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Rubik', sans-serif !important;
    font-weight: 400
}

.add-category {
    cursor: pointer;
    background: url(../img/add_entry_icon.png) no-repeat center;
    width: 30px;
    height: 25px;
    display: inline-block;
    float: right;
    margin: 0px 20px;
}

.add-category-active {
    cursor: pointer;
    background: url(../img/add_entry_active_icon.png) no-repeat center;
    width: 30px;
    height: 25px;
    display: inline-block;
    float: right;
    margin: 0px 20px;
}

.winner-popup {
    cursor: pointer;
    background: url(../img/previous_winner_icon.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
}

#cat-popup-expand {
    width: 600px;
    height: 300px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    /*border: 1px solid #333333;*/
}

#entries-info {
    background: #fff;
    width: 600px;
    height: auto;
    padding: 1em;
    /*overflow: scroll;*/
    min-height: 250px;
    border: 1px solid #333;
}
.category-info-single {
    background: url(../img/remove_category_icon.png) left no-repeat;
    width: auto;
    min-width: 200px;
    /*border: #078037 1px solid;*/
    /*display: inline-block;*/
    padding-left: 40px;
    margin: 0.5em;
    height: 30px;
}

.category-info-single:hover {
    cursor: pointer;
    background:url(../img/close_icon.png) left no-repeat;
}

.checkout-btn {
    position: absolute;
    bottom: 0px;
    width: 200px;
    left: 50%;
    margin-left: 20px;
    background-color: #e81f71;
    border: 1px solid #e81f71;
}

.checkout-btn:hover {
    background-color: #b11756 !important;
    border: 1px solid #b11756 !important;
    color:#fff !important;
}


.holding {
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
}

.holding h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.holding p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 30px;
}

.categories-line {
    border: 2px solid #e81f71;
    width: 10%;
    margin: 0px 0px 30px 0px;
}



#new-layout h1,h2,h3 {
    font-family: 'Montserrat', sans-serif !important;
}

#new-layout p, ul, li {
    font-family: 'Rubik', sans-serif !important;
    font-size: 17px;
    line-height: 1.5em;
}


.about-box .fa-chevron-circle-right:before, .categories-box .fa-chevron-circle-right:before, .chairman-box .fa-chevron-circle-right:before {
    font-size: 21px !important;
    margin: 5px;
}


.about-box h2, .categories-box h2, .new-dates h2, .judging-cost h2, .different h2{
    text-align: left;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-left: 25%;
}


.judging-cost h2 {
    position: relative;
    top: 23%;
}

.about-box p, .categories-box p, .chairman-box p, .new-dates p {
    color: #fff;
}

.about-box p:last-child, .categories-box p:last-child {
    margin-top: 20px;
}

.about-box .col-md-4, .about-box .col-md-8, .categories-box .col-md-4, .categories-box .col-md-8, .new-dates .col-md-4, .new-dates .col-md-8, .judging-cost .col-md-4, .judging-cost .col-md-8, .different .row > .col-md-4:first-child, .different .col-md-8 {
    padding: 85px;
}

.chairman-box .col-md-8 {
    padding: 50px;
}

.chairman-box img {
    width: 200px;
    display: block;
    margin: 0 auto;
}

.about-box a, .categories-box a, .chairman-box a {
    color: #0b0b28;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
}

.about-box a:hover, .categories-box a:hover, .chairman-box a:hover {
    color: #0b0b28 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.chairman-box p:first-child {
    font-size: 22px !important;
    font-weight: bold;
}

.chairman-box p {
    margin-bottom: 30px;
}

.subscribe-box h2, .chairman-box h2, .new-judges h2, .venue h2, .gold-sponsor-box h2{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.subscribe-box > .row {
    margin-top: 30px;
}


.subscribe-box, .who-can-enter, .categories-cta{
    padding: 40px;
    text-align: center;
}

.testimonials-box, .why-enter-box, .benefits-box, .become-sponsor-box {
    background-color: #0b0b28;
    color: #fff;
    padding: 50px;
    text-align: center;
}


.seven-steps-box {
    background-color: #0b0b28;
    color: #fff;
    padding: 50px;
    text-align: center;
}

.seven-steps-box p {
    margin-bottom: 70px;
    margin-top: 20px;
}


.benefits-box p {
    margin-bottom: 20px;
}

.step-7 {
    position: relative;
    top: 25%;
}

.journey-steps p {
    margin-bottom: 80px;
}

.book-now-box {
    background-color: #0b0b28;
    color: #fff;
    padding: 90px;
    text-align: left;
    border-bottom: 1px solid #f9f9f9;
}

.book-now-box .lead {
    font-size: 20px !important;
    margin-bottom: 30px;
}

.book-now-divider {
    border: 1px solid rgba(0, 199, 250, 0.1);
    margin: 0px 0px 20px;
}

.lead {
    font-weight: 500;
}

.testimonials-box img {
    width: 75px;
    margin-bottom: 50px;
}

.why-enter-box img{
    width: 50px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.become-sponsor-box img {
    width: 75px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.testimonials-box i {
    font-size: 18px;
    line-height: 40px;
}

.testimonials-box p:nth-child(3) {
    margin-top: 50px;
    line-height: 1.6em;
}

.testimonials-box h1, .why-enter-box h1, .benefits-box h1 {
    color: #fff;
    padding: 50px;
    font-size: 55px;
    text-align: center;
    line-height: 1.5em;
}

.seven-steps-box h1 {
    color: #fff;
    font-size: 55px;
    text-align: center;
}

.testimonials-box h1 span, .hall-of-fame-box h2 span, .why-enter-box h2 span {
    color: #e81f71;
}

.hall-of-fame-box {
    text-align: center;
    background-color: #f9f9f9;
}

.hall-of-fame-box .col-md-3 {
    padding: 50px;
}

.hall-of-fame-box p {
    margin-top: 20px;
}

.hall-of-fame-box h2, .qualify h2, #apply-form h2{
    text-align: center;
    color: #0b0b28;
    font-size: 30px;
    font-weight: 600;
}

.qualify {
    color: #696969;
}

.chairman img {
    float: right;
}

.chairman .col-md-3 {
    padding: 20px;
}


.chairman .col-md-9 {
    padding: 20px;
}


.new-dates p {
    text-align: center;
}

.new-dates p:first-child {
    line-height: 2em;
    font-weight: 400;
}


.l-border {
    border-left: 1px solid #f9f9f9;
}

.r-border {
    border-right: 1px solid #f9f9f9;
}

.b-border {
    border-bottom: 1px solid #f9f9f9;
}

.red-right-border {
    border-right: 1px solid #e81f71;
}

.red-bottom-border {
    border-bottom: 1px solid #e81f71;
}


.venue {
    width: 100%;
    height: 50%;
    display: table;
    position: relative;
    color: #fff !important;
    background: url(../img/venue-img.png) no-repeat top center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.venue h2 {
    color: #fff !important;
    text-transform: initial;
    
    
}

.venue span {
    font-size: 26px;
    color: #fff !important;
}

.new-judges {
    padding: 50px;
}


.judges-profile {
    margin: 40px auto; /* Center it */
}

.judges-profile img {
    width: 100%;
    position: relative;
}


.judges-profile .judges-text {
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: #0b0b28; /* Fallback color */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 5px; /* Some padding */
    line-height: 1em;
    text-align: center;
    height: 90px;
}

.judges-text p{
    margin: 5px;
    font-size: 14px;
}

.judges-text p:first-child {
    color: #e81f71;
    /*margin: 10px 0px 15px;*/
    font-weight: 600;
}

.judges-profile .judges-text p:nth-child(2) {
    font-size: 15px !important;
}


svg {
    width: 100%;
    /*This goes here because SVG uses em as units*/
    /*font: normal 9pt sans-serif;*/
    margin-top: -45px;
}
svg g line {
    stroke: #00beff;
    stroke-width: 2px;
}

svg g circle {
    fill: #fff;
    stroke: #00beff;
    stroke-width: 3;
}

svg.as-a-judge {
    width: 100%;
    /*This goes here because SVG uses em as units*/
    /*font: normal 9pt sans-serif;*/
    margin-top: -45px;
}
svg.as-a-judge g line {
    stroke: #00beff;
    stroke-width: 3px;
}

svg.as-a-judge g circle {
    fill: #006d92;
    stroke: #00beff;
    stroke-width: 4;
}

svg.apt-qualify {
    width: 100%;
    /*This goes here because SVG uses em as units*/
    /*font: normal 9pt sans-serif;*/
    height: 50px;
    margin-top: 40px;
}
svg.apt-qualify g line {
    stroke: #e81f71;
    stroke-width: 3px;
}

svg.apt-qualify g circle {
    fill: #f9f9f9;
    stroke: #e81f71;
    stroke-width: 4;
}

.btn-cta {
    -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: 10px 10%;
    display: inline-block;
    border: 1px solid #cc1b63;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background: #cc1b63;
    border-radius: 0;
    margin-top: 10px;
}

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

.btn-cta-dark {
    -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: 10px 10%;
    display: inline-block;
    border: 1px solid #0b0b28;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background: #0b0b28;
    border-radius: 0;
    margin-top: 10px;
}

.btn-cta-dark:hover {
    color: #0b0b28 !important;
    background: #fff !important;
    text-decoration: none !important;
}

.btn-border {
    -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: #cc1b63;
    padding: 10px 10%;
    display: inline-block;
    border: 2px solid #cc1b63;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
    border-radius: 0;
    margin-top: 30px;
}

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

.p-50 {
    padding: 50px;
}

.ld-border {
    border-bottom: 1px solid #00beff;
    border-left: 1px solid #00beff;
}

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

.category-info-single:hover {
    cursor: pointer;
    background:url(../img/close_icon.png) left no-repeat;
}

.who-can-enter h2, .categories-cta h2{
    text-transform: initial;
    font-size: 32px;
}

.categories-cta h2, .apt-description h3, .apt-description p, #become-a-sponsor p, #new-layout #guides h3, #new-layout #case-studies h3, #new-layout .resources p {
    color: #696969;
}

.who-can-enter h2 {
    color: #0b0b28;
}

.journey-steps h2 {
    color: #0b0b28 !important;
    text-transform: uppercase !important;
    margin: 50px 0px 20px 0px !important;
    font-size: 45px !important;
    text-align: center;
}

.blue-line {
    border: 1px solid #ccf2ff;
    width: 30%;
    margin: 40px auto;
    display: block;
}

.red-line {
    border: 1px solid #e81f71;
    width: 50%;
    margin: 0px auto 50px;
    display: block;
}

.book-red-line {
    border-top: 3px solid #e81f71;
    width: 20%;
    margin: 20px 0px;
}

.f9, .you-will-learn {
    background-color: #f9f9f9;
}

.a1-text {
    color: #0b0b28 !important;
    font-weight: 600 !important;
}


.judges-cv {
    background-color: #0b0b28;
    color: #fff;
}

.judges-cv p:first-child {
    font-weight: 400;
    margin-bottom: 20px;
}

.judges-cv p:nth-child(2) {
    font-size: 15px !important;
}

.circle-cost {
    background-image: url(https://d-x-a.co.uk/img/circle-cost.png);
    background-repeat: no-repeat;
    height: 350px;
    position: relative;
}

.circle-cost h2 {
    position: absolute;
    top: 120px;
    left: 110px;
}

.judging-email {
    color: #0b0b28 !important;
    text-decoration: none !important;
    font-size: 17px !important;
}

.judging-cost p:first-child {
    font-weight: 500;
}

.judging-cost p, .judging-cost li {
    color: #fff;
}

#new-layout #main ul li {
    position: relative !important;
    padding-left: 15px !important;
    padding-bottom: 1px !important;
    font-size: 16px;
}

/*#new-layout  #main ul li:before {
    content: '\f111' !important;
    font-family: "FontAwesome" !important;
    font-size: 8px !important;
    color: #0b0b28 !important;
    position: absolute !important;
    left: 0px !important;
} */

#new-layout button, input, select, textarea, a{
    font-family: 'Rubik', sans-serif !important;
}

.table-div {
    display: table;
    height: 100px;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

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

.judges-awards img {
    width: 30px;
    display: inline-block !important;
    margin: 3px;
}

.nav-right {
    border-right: 1px solid rgba(0,0,0,.12);
}

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

.under-menu {
    border-bottom: 1px solid rgba(0,0,0,.12);
    /*margin-top: 96px;*/
    position: fixed;
    /*top: 96px;*/
    display: block;
    /*margin: auto;*/
    z-index: 888;
    width: 100%;
}

.under-menu-btn {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border:none;
    font-size: 13px;
    padding: 5px;
}

.login-btn{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border:none;
}

a .login-btn, a .under-menu-btn  {
    color: #666;
}

.login-btn:hover, .under-menu-btn:hover {
    background-color: #e81f71;
    color: #fff !important;

}

.enter-now-btn{
    width: 100%;
    height: 100%;
    background-color: #e81f71;
    border:none;
}

a .enter-now-btn  {
    color: #fff;
    font-weight: 600;
}

.enter-now-btn:hover {
    background-color: #b11756;
    color: #fff;

}

.date-div {
    display: table;
    overflow: hidden;
    text-align: center;
    margin: auto;
    color: #666;
    font-weight: 600;
}

.date-text {
    padding: 15px;
}

.swiper-container {
    width: 100%;
    height: 95%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide h1  {
    text-align: left !important;
    font-size: 48px;
    color: #fff;
    margin: 25% 5% 2% 5%;
}

.swiper-slide p  {
    text-align: left !important;
    font-size: 20px !important;
    color: #fff;
    margin-left: 5%;
    font-weight: 400;
}


.swiper-slide h3  {
    text-align: left !important;
    font-size: 30px;
    color: #fff;
    margin: 35% 5% 2% 5%;
    /* width: 50%; */
    font-style: italic;
}

.swiper-pagination-bullet {
    width: 22px !important;
    height: 22px !important;
    display: inline-block !important;
    border-radius: 100% !important;
    background: transparent !important;
    border: 2px solid #e81f71 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    width: 22px !important;
    height: 22px !important;
    display: inline-block !important;
    border-radius: 100% !important;
    background: #e81f71 !important;
    border: 2px solid #e81f71 !important;
    opacity: 1 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 1px 9px !important;
}

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


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

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

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

.entering .nav-tabs > li > a {
    font-weight: 500;
    font-size: 19px;
    text-align: left;
    text-transform: uppercase;
}

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

}


.entering .nav-tabs > li#checkout > a:hover, .nav-tabs > li#checkout > a:focus {
    background-color: #f3f3f3 !important;
    color: #333 !important;
    font-weight: 500;
    text-decoration: none !important;
    cursor: not-allowed;

}

.entering .nav-tabs > li.active a {
    background-color: #e81f71 !important;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none !important;

}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 80% !important;
    padding: 10px 0 !important;
    text-indent: 2%;
    margin: 0 auto;
    border: 1px solid #e81f71;
    border-radius: 0px !important;
    background-color: #f9f9f9;
}

#mc-embedded-subscribe {
    /*clear: both;*/
    width: 80% !important;
    display: block !important;
    margin: 0.7em !important;
    background-color: #cc1b63;
    border: 1px solid #cc1b63;
    color: #fff;
    text-transform: uppercase;
    padding: 8px;
    font-weight: 600;
}

#mc-embedded-subscribe:hover {
    background-color: #e81f71;
    border: 1px solid #e81f71;
    color: #fff;

}


#apply-form  label.control-label {
    font-size: 13px !important;
    line-height: 1.07142857;
    font-weight: 400;
    margin: 16px 0 0 0;
    color: #1a1a1a !important;
    font-family: 'Rubik', sans-serif !important;
}

#apply-form .form-control, #apply-form .form-group .form-control {
    border: 1px solid rgba(0,0,0,.12) !important;
    background-image: none !important;
    background-size: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.apt-description, .masterclass-top {
    margin-top: 100px;
}

.at-icon-wrapper {
    display: inline-block;
    overflow: hidden;
    line-height: 65px !important;
}

.home-slider-right {
    margin: 325px auto;
}

.home-slider-right p {
    font-size: 17px !important;
    text-align: center !important;
    margin-bottom: 20px;
}

.swiper-slide img {
    width: 125px !important;
    margin: auto;
    display: block;
    padding-top: 20px;
}
.white-text {
    color: #fff !important;
}
.paul {
    position: relative;
    bottom: -46px;
}

.form-blue {
    background-color: #004a62;
    margin-top: 50px;
}

.cc1  {
    background-color: #cc1b63;
}

.b11 {
    background-color: #b11756;
}

#new-layout #why-enter {
    margin-bottom: 0px;
    padding: 0px;
}

#new-layout #why-enter .row{
    margin-top: 0px;
}

#new-layout #about {
    margin-bottom: 0px;
}

#new-layout #why-enter h3, .seven-steps-box h3, .benefits-box h3, .become-sponsor-box h3{
    font-size: 35px;
    color: #e81f71;
    text-transform: uppercase;
}

.different h3 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0px;
}

.different p {
    color:#fff;
}

#new-layout .new-dates, #apply-form h2 {
    margin-bottom: 30px;
}

#new-layout #apply-form {
    background-color: #f9f9f9 !important;
}

#new-layout .journey-steps {
    margin-top: 0px;
    margin-bottom: 0px;
}


.different h2 {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}


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

#new-layout #main ul.footer-slider li:before {
    content: no-close-quote !important;
    font-family: "FontAwesome" !important;
    font-size: 8px !important;
    color: #0b0b28 !important;
    position: absolute !important;
    left: 0px !important;
}

#new-layout footer h2 {
    text-transform: initial;
    margin-top: 40px;
}

#new-layout #book .col-md-12 {
    padding: 100px;
}

.dark-text {
    color: #0b0b28 !important;
}

.dark-bg {
    background-color: #0b0b28 !important;
}

#new-layout #guides i, #new-layout #case-studies i  {
    margin-top: 50px;
    color: #696969;
}

#new-layout #guides i:hover, #new-layout #case-studies i:hover {
    color: #e81f71;
}

.resources  #case-studies > .tab-content>.active {
    margin-top: 20% !important;
}

.modal h3.modal-title {
    color: #e81f71;
    border-bottom: 1px solid #000;
}

#new-layout .modal-content .modal-header h3 {
    font-family: 'Montserrat', sans-serif !important;
}

#new-layout .modal-content .modal-body p, #message  .modal-content .modal-body {
    font-family: 'Rubik', sans-serif !important;    
}


#message  .modal-dialog  {
    width: 50%;
    left: 25%;
    height: 400px;
}

#message  .modal-content .modal-body  {
    overflow: hidden;
    padding: 10%;
    letter-spacing: 2px;
    font-size: 23px;
    line-height: 30px;

}

#message .modal-content {
    border: 2px solid #000;
}

#message .modal-content .modal-header {
    padding-bottom: 0px;
}


.masterclass-top h3  {
    color: #e81f71;
    font-size: 35px;
    font-weight: 600;
}

.masterclass-top p {
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 23px !important; 
}

.light-box {
    background-color: #e81f71;
    color: #fff;
    padding: 7%;
    text-align: left;
}

.dark-box {
    background-color: #0b0b28;
    color: #fff;
    padding: 7%;
    text-align: left;
}

.you-will-learn {
    text-align: center;
}

.you-will-learn h3 {
    text-align: center;
    color: #e81f71;
    font-size: 35px !important;
    margin-top: 50px;
}

.you-will-learn img {
    width: 55px;
    height: 55px;
}

.you-will-learn p {
    width: 70%;
    font-size: 15px !important;
    margin: 20px auto;
    font-weight: 400;
}

.fa {
    color: #e81f71 !important;
    margin-right: 20px;
    font-size: 35px;
}

.ian {
    font-size: 23px !important;
    margin-bottom: 50px;
}

.ian span {
    position: absolute;
}

.fa-map-marker:before {
    content: "\f041";
    margin-left: 7px;
}




/* MEDIA QUERIES */


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */

    .navbar-text {
        margin-left: 100px;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
    .row-eq-height {
        display: block;
    }


    .date-text, .enter-now-btn, .login-btn, .navbar-text, /*.add-category*/ .under-menu  {
        display: none;
    }

    .swiper-container {
        height: 90%;
    }

    .home-slider-right {
        margin: 100px auto;
    }

    .swiper-slide h1, .swiper-slide h3 {
        text-align: center !important;
        margin: 30% 5% 2% 5% !important;
    }

    .swiper-slide p {
        text-align: center !important;
    }

    #mc-embedded-subscribe {
        width: 100% !important;
    }

    .img-bg-zero {
        padding: 50%;
    }

    #new-layout footer h2 {
        font-size: 17px;
    }

    .footer-social p {
        font-size: 15px !important;
    }

    .who-can-enter {
        padding: 10px;
    }

    .new-dates .col-md-8.f9 {
        background-color: #fff !important;
    }

    .new-dates .nd-right, .different .nd-right {
        border: none;
    }

    .new-dates p:first-child {
        margin-top: 10px;
        font-weight: 500;
    }

    .new-categories1 .panel-title {
        width: 80%;
        font-size: 19px;
    }

    .panel-body {
        width: 80%;
    }

    .categories-popup {
        bottom: 7%;
    }

    .different .col-md-6 {
        margin-top: 20px;
    }

    .about-box .col-md-4, .about-box .col-md-8, .categories-box .col-md-4, .categories-box .col-md-8, .new-dates .col-md-4, .new-dates .col-md-8, .judging-cost .col-md-4, .judging-cost .col-md-8, .different .row > .col-md-4:first-child, .different .col-md-8 {
        padding: 50px;
    }

    #default.p-50, .p-50 {
        padding: 20px;
    }

    .modal-body .row .col-sm-4 > img {
        display: none;
    }

    .modal-body .row .col-sm-8 {
        width: 100%;
    }

    .name-part p strong, .gall-content h3 {
        font-size: 13px !important;
    }

    .name-part p, .gall-content p {
        font-size: 10px !important;
    }

    .resources-box {
        padding: 5% !important;
    }


}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */

    .navbar-text {
        margin-left: 100px;
    }

    .date-text {
        padding: 10px;
    }

    .date-text p:first-child {
        font-size: 15px;
    }

    .swiper-slide h1 {
        font-size: 35px;
        margin: 42% 5% 2% 5%;
    }

    .home-slider-right {
        margin: 300px auto;
    }

    .swiper-slide h3 {
        font-size: 25px;
        margin: 42% 5% 2% 5%;
    }

    .testimonials-box, .benefits-box {
        padding: 30px;
    }

    .testimonials-box h1, .why-enter-box h1, .seven-steps-box h1 {
        padding: 0px;
        font-size: 35px;
        position: relative;
        top: 25%;
    }

    .about-box h2, .categories-box h2, .new-dates h2, .judging-cost h2, .different h2 {
        padding-left: 0px;
    }

    .judges-profile .judges-text p:nth-child(2) {
        font-size: 12px !important;
    }

    #new-layout footer h2, #new-layout #why-enter h3, .seven-steps-box h3, .benefits-box h3, .become-sponsor-box h3 {
        font-size: 25px;
    }

    .under-menu-btn {
        font-size: 10px;
    }

    .why-enter-box, .seven-steps-box, .become-sponsor-box {
        padding: 20px;
    }

    .new-categories1 .panel-title {
        width: 80%;
        font-size: 19px;
    }

    .panel-body {
        width: 80%;
    }

    .categories-popup {
        bottom: 10%;
    }

    #dates-fee .img-bg-zero {
        display: none;
    }

    #dates-fee .col-md-4 {
        width: 50%;
    }

    .name-part p strong {
        font-size: 16px;
    }

    .name-part p {
        font-size: 13px !important;
    }

    .book-now-box {
        padding: 50px;
    }

    .partner-link {
        width: 273px;
    }

    .resources {
        margin-top: 10% !important;
    }

    .col-md-4.fixed-col {
        display: none;
    }

    .blog-text {
        width: 100%;
    }

    .col-md-8.col-md-offset-4 {
        margin-left: 0px !important;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    /* Styles */

    .navbar-text {
        margin-left: 80px;
    }

    /*.swiper-slide h1, .swiper-slide h3 {
        margin: 33% 5% 2% 5%;
    }*/

    .testimonials-box h1 {
        padding: 30px;
        font-size: 45px;
    }

    .gall-content h3 {
        font-size: 17px;
    }

    .gall-content p {
        font-size: 15px !important;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    /* Styles */

    .navbar-text {
        margin-left: 80px;
    }
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */

}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */

    .row-eq-height {
        display: block;
    }

    #new-layout p, ul, li {
        font-size: 15px;
    }

    .row-eq-height {
        display: block;
    }

    .date-text, .enter-now-btn, .login-btn, .navbar-text, .add-category  {
        display: none;
    }

    .navbar-toggle {
        margin: -10px 0px 0px 200px;
    }

    .swiper-container {
        height: 150%;
    }

    .navbar-fixed-top {
        height: 50px !important;
    }

    .swiper-slide h1 {
        text-align: center !important;
        font-size: 29px;
        margin: 15% 5% 2% 5%;
    }

    .swiper-slide p {
        text-align: center !important;
        font-size: 14px !important;
        color: #fff;
        margin-top: 5%;
        margin-left: 0%;
    }

    .home-slider-right {
        margin: 0px;
    }

    .home-slider-right p, .new-categories1 .panel-body p {
        font-size: 14px;
    }

    .home-slider-right .btn-cta {
        font-size: 9px;
        margin-top: 0px;
        padding: 5px 5%;
    }

    .swiper-pagination-bullet-active, .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }

    .swiper-slide img {
        padding-top: 0px;
    }

    .about-box h2, .categories-box h2, .new-dates h2, .judging-cost h2, .different h2 {
        padding-left: 0%;
        text-align: center;
    }

    .about-box .col-md-4, .about-box .col-md-8, .categories-box .col-md-4, .categories-box .col-md-8, .new-dates .col-md-4, .new-dates .col-md-8, .judging-cost .col-md-4, .judging-cost .col-md-8, .different .row > .col-md-4:first-child, .different .col-md-8 {
        padding: 50px;
    }

    .testimonials-box, .why-enter-box, .benefits-box, .become-sponsor-box, .new-judges, .who-can-enter, .p-50, .book-now-box, .become-sponsor-box {
        padding: 30px;
    }

    .testimonials-box i, .footer-social p, .categories-cta .btn-cta  {
        font-size: 15px !important;
    }

    .testimonials-box img {
        width: 50px;
    }

    .testimonials-box h1, .why-enter-box h1, .benefits-box h1, .seven-steps-box h1 {
        padding: 30px;
        font-size: 35px;
    }

    .chairman-box .col-md-8 {
        padding: 50px;
    }

    .venue span {
        font-size: 18px;
    }

    .footer-slider {
        margin-left: 0%;
    }

    #new-layout footer h2 {
        font-size: 20px;
    }

    .modal-content {
        width: 95%;
    }

    .swiper-slide h3 {
        font-size: 18px;
        margin: 15% 5% 2% 5%;
    }

    .under-menu {
        display: none;
    }

    #new-layout #about {
        margin-top: 70px !important;
    }

    #new-layout #why-enter h3, .who-can-enter h2, .seven-steps-box h3, .categories-cta h2, .benefits-box h3, .become-sponsor-box h3, .venue h2, #become-a-sponsor   {
        font-size: 25px;
    }

    .nd-right {
        border: none;
        border-bottom: 2px solid #214478;
    }

    .journey-steps h2 {
        margin: 0px 0px 20px 0px !important;
        font-size: 30px !important;
    }

    .img-bg-zero {
        padding: 50%;
    }

    .new-categories1 .panel-title {
        width: 100%;
        font-size: 10px;
    }

    .new-categories1 .panel-body {
        width: 95%;
    }

    .new-categories1 .panel-body  {
        width: 95% !important;
    }

    .panel-heading .accordion-toggle:after {
        font-size: 12px !important;
        margin-top: 0px !important;
    }


}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */

    #new-layout p, ul, li {
        font-size: 15px;
    }

    .row-eq-height {
        display: block;
    }

    .date-text, .enter-now-btn, .login-btn, .navbar-text, .add-category  {
        display: none;
    }

    .navbar-toggle {
        margin: 10px 0px 0px 80px;
    }

    .swiper-container {
        height: 100%;
    }

    .swiper-slide h1 {
        text-align: center !important;
        font-size: 29px;
        margin: 40% 5% 2% 5%;
    }

    .swiper-slide p {
        text-align: center !important;
        font-size: 14px !important;
        color: #fff;
        margin-top: 5%;
        margin-left: 0%;
    }

    .home-slider-right {
        margin: 0px;
    }

    .home-slider-right p, .new-categories1 .panel-body p {
        font-size: 14px;
    }

    .home-slider-right .btn-cta {
        font-size: 9px;
        margin-top: 0px;
        padding: 5px 5%;
    }

    .swiper-pagination-bullet-active, .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }

    .swiper-slide img {
        padding-top: 0px;
    }

    .about-box h2, .categories-box h2, .new-dates h2, .judging-cost h2, .different h2 {
        padding-left: 0%;
    }

    .about-box .col-md-4, .about-box .col-md-8, .categories-box .col-md-4, .categories-box .col-md-8, .new-dates .col-md-4, .new-dates .col-md-8, .judging-cost .col-md-4, .judging-cost .col-md-8, .different .row > .col-md-4:first-child, .different .col-md-8 {
        padding: 50px;
    }

    .testimonials-box, .why-enter-box, .benefits-box, .become-sponsor-box, .new-judges, .who-can-enter, .p-50, .book-now-box, .become-sponsor-box {
        padding: 30px;
    }

    .testimonials-box i, .footer-social p, .categories-cta .btn-cta  {
        font-size: 15px !important;
    }

    .testimonials-box img {
        width: 50px;
    }

    .testimonials-box h1, .why-enter-box h1, .benefits-box h1, .seven-steps-box h1 {
        padding: 30px;
        font-size: 35px;
    }

    .chairman-box .col-md-8 {
        padding: 50px;
    }

    .venue span {
        font-size: 18px;
    }

    .footer-slider {
        margin-left: 0%;
    }

    #new-layout footer h2 {
        font-size: 20px;
    }

    .modal-content {
        width: 95%;
    }

    .swiper-slide h3 {
        font-size: 18px;
        margin: 38% 5% 2% 5%;
    }

    .under-menu {
        display: none;
    }

    #new-layout #about {
        margin-top: 70px !important;
    }

    #new-layout #why-enter h3, .who-can-enter h2, .seven-steps-box h3, .categories-cta h2, .benefits-box h3, .become-sponsor-box h3, .venue h2, #become-a-sponsor h2 {
        font-size: 25px;
    }

    .nd-right {
        border: none;
        border-bottom: 2px solid #214478;
    }

    .journey-steps h2 {
        margin: 0px 0px 20px 0px !important;
        font-size: 30px !important;
    }

    .img-bg-zero {
        padding: 50%;
    }

    .new-categories1 .panel-title {
        width: 100%;
        font-size: 10px;
    }

    .new-categories1 .panel-body {
        width: 95%;
    }

    .new-categories1 .panel-body  {
        width: 95% !important;
    }

    .panel-heading .accordion-toggle:after {
        font-size: 12px !important;
        margin-top: 0px !important;
    }




}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */

    .row-eq-height {
        display: block;
    }

    #new-layout p, ul, li {
        font-size: 15px;
    }

    .row-eq-height {
        display: block;
    }

    .date-text, .enter-now-btn, .login-btn, .navbar-text, .add-category  {
        display: none;
    }

    .navbar-toggle {
        margin: -10px 0px 0px 250px;
    }

    .swiper-container {
        height: 150%;
    }

    .navbar-fixed-top {
        height: 50px !important;
    }

    .swiper-slide h1 {
        text-align: center !important;
        font-size: 29px;
        margin: 15% 5% 2% 5%;
    }

    .swiper-slide p {
        text-align: center !important;
        font-size: 14px !important;
        color: #fff;
        margin-top: 5%;
        margin-left: 0%;
    }

    .home-slider-right {
        margin: 0px;
    }

    .home-slider-right p, .new-categories1 .panel-body p {
        font-size: 14px;
    }

    .home-slider-right .btn-cta {
        font-size: 9px;
        margin-top: 0px;
        padding: 5px 5%;
    }

    .swiper-pagination-bullet-active, .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }

    .swiper-slide img {
        padding-top: 0px;
    }

    .about-box h2, .categories-box h2, .new-dates h2, .judging-cost h2, .different h2 {
        padding-left: 0%;
        text-align: center;
    }

    .about-box .col-md-4, .about-box .col-md-8, .categories-box .col-md-4, .categories-box .col-md-8, .new-dates .col-md-4, .new-dates .col-md-8, .judging-cost .col-md-4, .judging-cost .col-md-8, .different .row > .col-md-4:first-child, .different .col-md-8 {
        padding: 50px;
    }

    .testimonials-box, .why-enter-box, .benefits-box, .become-sponsor-box, .new-judges, .who-can-enter, .p-50, .book-now-box, .become-sponsor-box {
        padding: 30px;
    }

    .testimonials-box i, .footer-social p, .categories-cta .btn-cta  {
        font-size: 15px !important;
    }

    .testimonials-box img {
        width: 50px;
    }

    .testimonials-box h1, .why-enter-box h1, .benefits-box h1, .seven-steps-box h1 {
        padding: 30px;
        font-size: 35px;
    }

    .chairman-box .col-md-8 {
        padding: 50px;
    }

    .venue span {
        font-size: 18px;
    }

    .footer-slider {
        margin-left: 0%;
    }

    #new-layout footer h2 {
        font-size: 20px;
    }

    .modal-content {
        width: 95%;
    }

    .swiper-slide h3 {
        font-size: 18px;
        margin: 15% 5% 2% 5%;
    }

    .under-menu {
        display: none;
    }

    #new-layout #about {
        margin-top: 70px !important;
    }

    #new-layout #why-enter h3, .who-can-enter h2, .seven-steps-box h3, .categories-cta h2, .benefits-box h3, .become-sponsor-box h3, .venue h2, #become-a-sponsor h2fini  {
        font-size: 25px;
    }

    .nd-right {
        border: none;
        border-bottom: 2px solid #214478;
    }

    .journey-steps h2 {
        margin: 0px 0px 20px 0px !important;
        font-size: 30px !important;
    }

    .img-bg-zero {
        padding: 50%;
    }

    .new-categories1 .panel-title {
        width: 100%;
        font-size: 15px;
    }

    .new-categories1 .panel-body {
        width: 95%;
    }

    .new-categories1 .panel-body  {
        width: 95% !important;
    }

    .panel-heading .accordion-toggle:after {
        font-size: 12px !important;
        margin-top: 0px !important;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */

    #new-layout p, ul, li {
        font-size: 15px;
    }

    .navbar-fixed-top {
        height: 50px !important;
    }

    .row-eq-height {
        display: block;
    }

    .date-text, .enter-now-btn, .login-btn, .navbar-text, .add-category  {
        display: none;
    }

    .navbar-toggle {
        margin: -10px 0px 0px 110px;
    }

    .swiper-container {
        height: 95%;
    }

    .swiper-slide h1 {
        text-align: center !important;
        font-size: 29px;
        margin: 25% 5% 2% 5%;
    }

    .swiper-slide p {
        text-align: center !important;
        font-size: 14px !important;
        color: #fff;
        margin-top: 5%;
        margin-left: 0%;
    }

    .home-slider-right {
        margin: 0px;
    }

    .home-slider-right p, .new-categories1 .panel-body p {
        font-size: 14px;
    }

    .home-slider-right .btn-cta {
        font-size: 9px;
        margin-top: 0px;
        padding: 5px 5%;
    }

    .swiper-pagination-bullet-active, .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }

    .swiper-slide img {
        padding-top: 0px;
    }

    .about-box h2, .categories-box h2, .new-dates h2, .judging-cost h2, .different h2 {
        padding-left: 0%;
    }

    .about-box .col-md-4, .about-box .col-md-8, .categories-box .col-md-4, .categories-box .col-md-8, .new-dates .col-md-4, .new-dates .col-md-8, .judging-cost .col-md-4, .judging-cost .col-md-8, .different .row > .col-md-4:first-child, .different .col-md-8 {
        padding: 50px;
    }

    .testimonials-box, .why-enter-box, .benefits-box, .become-sponsor-box, .new-judges, .who-can-enter, .p-50, .book-now-box, .become-sponsor-box {
        padding: 30px;
    }

    .testimonials-box i, .footer-social p, .categories-cta .btn-cta  {
        font-size: 15px !important;
    }

    .testimonials-box img {
        width: 50px;
    }

    .testimonials-box h1, .why-enter-box h1, .benefits-box h1, .seven-steps-box h1 {
        padding: 30px;
        font-size: 35px;
    }

    .chairman-box .col-md-8 {
        padding: 50px;
    }

    .venue span {
        font-size: 18px;
    }

    .footer-slider {
        margin-left: 0%;
    }

    #new-layout footer h2 {
        font-size: 20px;
    }

    .modal-content {
        width: 95%;
    }

    .swiper-slide h3 {
        font-size: 18px;
        margin: 25% 5% 2% 5%;
    }

    .under-menu {
        display: none;
    }

    #new-layout #about {
        margin-top: 70px !important;
    }

    #new-layout #why-enter h3, .who-can-enter h2, .seven-steps-box h3, .categories-cta h2, .benefits-box h3, .become-sponsor-box h3, .venue h2, #become-a-sponsor h2fini  {
        font-size: 25px;
    }

    .nd-right {
        border: none;
        border-bottom: 2px solid #214478;
    }

    .journey-steps h2 {
        margin: 0px 0px 20px 0px !important;
        font-size: 30px !important;
    }

    .img-bg-zero {
        padding: 50%;
    }

    .new-categories1 .panel-title {
        width: 100%;
        font-size: 10px;
    }

    .new-categories1 .panel-body {
        width: 95%;
    }

    .new-categories1 .panel-body  {
        width: 95% !important;
    }

    .panel-heading .accordion-toggle:after {
        font-size: 12px !important;
        margin-top: 0px !important;
    }

}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */

    .row-eq-height {
        display: block;
    }

    #new-layout p, ul, li {
        font-size: 15px;
    }

    .row-eq-height {
        display: block;
    }

    .date-text, .enter-now-btn, .login-btn, .navbar-text, .add-category  {
        display: none;
    }

    .navbar-toggle {
        margin: -10px 0px 0px 250px;
    }

    .swiper-container {
        height: 150%;
    }

    .navbar-fixed-top {
        height: 50px !important;
    }

    .swiper-slide h1 {
        text-align: center !important;
        font-size: 29px;
        margin: 15% 5% 2% 5%;
    }

    .swiper-slide p {
        text-align: center !important;
        font-size: 14px !important;
        color: #fff;
        margin-top: 5%;
        margin-left: 0%;
    }

    .home-slider-right {
        margin: 0px;
    }

    .home-slider-right p, .new-categories1 .panel-body p {
        font-size: 14px;
    }

    .home-slider-right .btn-cta {
        font-size: 9px;
        margin-top: 0px;
        padding: 5px 5%;
    }

    .swiper-pagination-bullet-active, .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }

    .swiper-slide img {
        padding-top: 0px;
    }

    .about-box h2, .categories-box h2, .new-dates h2, .judging-cost h2, .different h2 {
        padding-left: 0%;
        text-align: center;
    }

    .about-box .col-md-4, .about-box .col-md-8, .categories-box .col-md-4, .categories-box .col-md-8, .new-dates .col-md-4, .new-dates .col-md-8, .judging-cost .col-md-4, .judging-cost .col-md-8, .different .row > .col-md-4:first-child, .different .col-md-8 {
        padding: 50px;
    }

    .testimonials-box, .why-enter-box, .benefits-box, .become-sponsor-box, .new-judges, .who-can-enter, .p-50, .book-now-box, .become-sponsor-box {
        padding: 30px;
    }

    .testimonials-box i, .footer-social p, .categories-cta .btn-cta  {
        font-size: 15px !important;
    }

    .testimonials-box img {
        width: 50px;
    }

    .testimonials-box h1, .why-enter-box h1, .benefits-box h1, .seven-steps-box h1 {
        padding: 30px;
        font-size: 35px;
    }

    .chairman-box .col-md-8 {
        padding: 50px;
    }

    .venue span {
        font-size: 18px;
    }

    .footer-slider {
        margin-left: 0%;
    }

    #new-layout footer h2 {
        font-size: 20px;
    }

    .modal-content {
        width: 95%;
    }

    .swiper-slide h3 {
        font-size: 18px;
        margin: 15% 5% 2% 5%;
    }

    .under-menu {
        display: none;
    }

    #new-layout #about {
        margin-top: 70px !important;
    }

    #new-layout #why-enter h3, .who-can-enter h2, .seven-steps-box h3, .categories-cta h2, .benefits-box h3, .become-sponsor-box h3, .venue h2, #become-a-sponsor h2fini  {
        font-size: 25px;
    }

    .nd-right {
        border: none;
        border-bottom: 2px solid #214478;
    }

    .journey-steps h2 {
        margin: 0px 0px 20px 0px !important;
        font-size: 30px !important;
    }

    .img-bg-zero {
        padding: 50%;
    }

    .new-categories1 .panel-title {
        width: 100%;
        font-size: 15px;
    }

    .new-categories1 .panel-body {
        width: 95%;
    }

    .new-categories1 .panel-body  {
        width: 95% !important;
    }

    .panel-heading .accordion-toggle:after {
        font-size: 12px !important;
        margin-top: 0px !important;
    }

}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */

    #new-layout p, ul, li {
        font-size: 15px;
    }

    .navbar-fixed-top {
        height: 50px !important;
    }

    .row-eq-height {
        display: block;
    }

    .date-text, .enter-now-btn, .login-btn, .navbar-text, .add-category  {
        display: none;
    }

    .navbar-toggle {
        margin: -10px 0px 0px 110px;
    }

    .swiper-container {
        height: 95%;
    }

    .swiper-slide h1 {
        text-align: center !important;
        font-size: 29px;
        margin: 25% 5% 2% 5%;
    }

    .swiper-slide p {
        text-align: center !important;
        font-size: 14px !important;
        color: #fff;
        margin-top: 5%;
        margin-left: 0%;
    }

    .home-slider-right {
        margin: 0px;
    }

    .home-slider-right p, .new-categories1 .panel-body p {
        font-size: 14px;
    }

    .home-slider-right .btn-cta {
        font-size: 9px;
        margin-top: 0px;
        padding: 5px 5%;
    }

    .swiper-pagination-bullet-active, .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }

    .swiper-slide img {
        padding-top: 0px;
    }

    .about-box h2, .categories-box h2, .new-dates h2, .judging-cost h2, .different h2 {
        padding-left: 0%;
    }

    .about-box .col-md-4, .about-box .col-md-8, .categories-box .col-md-4, .categories-box .col-md-8, .new-dates .col-md-4, .new-dates .col-md-8, .judging-cost .col-md-4, .judging-cost .col-md-8, .different .row > .col-md-4:first-child, .different .col-md-8 {
        padding: 50px;
    }

    .testimonials-box, .why-enter-box, .benefits-box, .become-sponsor-box, .new-judges, .who-can-enter, .p-50, .book-now-box, .become-sponsor-box {
        padding: 30px;
    }

    .testimonials-box i, .footer-social p, .categories-cta .btn-cta  {
        font-size: 15px !important;
    }

    .testimonials-box img {
        width: 50px;
    }

    .testimonials-box h1, .why-enter-box h1, .benefits-box h1, .seven-steps-box h1 {
        padding: 30px;
        font-size: 35px;
    }

    .chairman-box .col-md-8 {
        padding: 50px;
    }

    .venue span {
        font-size: 18px;
    }

    .footer-slider {
        margin-left: 0%;
    }

    #new-layout footer h2 {
        font-size: 20px;
    }

    .modal-content {
        width: 95%;
    }

    .swiper-slide h3 {
        font-size: 18px;
        margin: 25% 5% 2% 5%;
    }

    .under-menu {
        display: none;
    }

    #new-layout #about {
        margin-top: 70px !important;
    }

    #new-layout #why-enter h3, .who-can-enter h2, .seven-steps-box h3, .categories-cta h2, .benefits-box h3, .become-sponsor-box h3, .venue h2, #become-a-sponsor  {
        font-size: 25px;
    }

    .nd-right {
        border: none;
        border-bottom: 2px solid #214478;
    }

    .journey-steps h2 {
        margin: 0px 0px 20px 0px !important;
        font-size: 30px !important;
    }

    .img-bg-zero {
        padding: 50%;
    }

    .new-categories1 .panel-title {
        width: 100%;
        font-size: 10px;
    }

    .new-categories1 .panel-body {
        width: 95%;
    }

    .new-categories1 .panel-body  {
        width: 95% !important;
    }

    .panel-heading .accordion-toggle:after {
        font-size: 12px !important;
        margin-top: 0px !important;
    }

}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */

    a.logo img {
        display: none;
    }

    .row-eq-height {
        display: block;
    }

    #new-layout p, ul, li {
        font-size: 15px;
    }

    .row-eq-height {
        display: block;
    }

    .date-text, .enter-now-btn, .login-btn, .navbar-text, .add-category  {
        display: none;
    }

    .navbar-toggle {
        margin: -10px 0px 0px 350px !important;
    }

    .swiper-container {
        height: 150%;
    }

    .navbar-fixed-top {
        height: 50px !important;
    }

    .swiper-slide h1 {
        text-align: center !important;
        font-size: 29px;
        margin: 15% 5% 2% 5%;
    }

    .swiper-slide p {
        text-align: center !important;
        font-size: 14px !important;
        color: #fff;
        margin-top: 5%;
        margin-left: 0%;
    }

    .home-slider-right {
        margin: 0px;
    }

    .home-slider-right p, .new-categories1 .panel-body p {
        font-size: 14px;
    }

    .home-slider-right .btn-cta {
        font-size: 9px;
        margin-top: 0px;
        padding: 5px 5%;
    }

    .swiper-pagination-bullet-active, .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }

    .swiper-slide img {
        padding-top: 0px;
    }

    .about-box h2, .categories-box h2, .new-dates h2, .judging-cost h2, .different h2 {
        padding-left: 0%;
        text-align: center;
    }

    .about-box .col-md-4, .about-box .col-md-8, .categories-box .col-md-4, .categories-box .col-md-8, .new-dates .col-md-4, .new-dates .col-md-8, .judging-cost .col-md-4, .judging-cost .col-md-8, .different .row > .col-md-4:first-child, .different .col-md-8 {
        padding: 50px;
    }

    .testimonials-box, .why-enter-box, .benefits-box, .become-sponsor-box, .new-judges, .who-can-enter, .p-50, .book-now-box, .become-sponsor-box {
        padding: 30px;
    }

    .testimonials-box i, .footer-social p, .categories-cta .btn-cta  {
        font-size: 15px !important;
    }

    .testimonials-box img {
        width: 50px;
    }

    .testimonials-box h1, .why-enter-box h1, .benefits-box h1, .seven-steps-box h1 {
        padding: 30px;
        font-size: 35px;
    }

    .chairman-box .col-md-8 {
        padding: 50px;
    }

    .venue span {
        font-size: 18px;
    }

    .footer-slider {
        margin-left: 0%;
    }

    #new-layout footer h2 {
        font-size: 20px;
    }

    .modal-content {
        width: 95%;
    }

    .swiper-slide h3 {
        font-size: 18px;
        margin: 15% 5% 2% 5%;
    }

    .under-menu {
        display: none;
    }

    #new-layout #about {
        margin-top: 70px !important;
    }

    #new-layout #why-enter h3, .who-can-enter h2, .seven-steps-box h3, .categories-cta h2, .benefits-box h3, .become-sponsor-box h3, .venue h2, #become-a-sponsor h2fini  {
        font-size: 25px;
    }

    .nd-right {
        border: none;
        border-bottom: 2px solid #214478;
    }

    .journey-steps h2 {
        margin: 0px 0px 20px 0px !important;
        font-size: 30px !important;
    }

    .img-bg-zero {
        padding: 50%;
    }

    .new-categories1 .panel-title {
        width: 100%;
        font-size: 15px;
    }

    .new-categories1 .panel-body {
        width: 95%;
    }

    .new-categories1 .panel-body  {
        width: 95% !important;
    }

    .panel-heading .accordion-toggle:after {
        font-size: 12px !important;
        margin-top: 0px !important;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */

    #new-layout p, ul, li {
        font-size: 15px;
    }

    .navbar-fixed-top {
        height: 50px !important;
    }

    .row-eq-height {
        display: block;
    }

    .date-text, .enter-now-btn, .login-btn, .navbar-text, .add-category  {
        display: none;
    }

    .navbar-toggle {
        margin: -10px 0px 0px 110px;
    }

    .swiper-container {
        height: 95%;
    }

    .swiper-slide h1 {
        text-align: center !important;
        font-size: 29px;
        margin: 25% 5% 2% 5%;
    }

    .swiper-slide p {
        text-align: center !important;
        font-size: 14px !important;
        color: #fff;
        margin-top: 5%;
        margin-left: 0%;
    }

    .home-slider-right {
        margin: 0px;
    }

    .home-slider-right p, .new-categories1 .panel-body p {
        font-size: 14px;
    }

    .home-slider-right .btn-cta {
        font-size: 9px;
        margin-top: 0px;
        padding: 5px 5%;
    }

    .swiper-pagination-bullet-active, .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }

    .swiper-slide img {
        padding-top: 0px;
    }

    .about-box h2, .categories-box h2, .new-dates h2, .judging-cost h2, .different h2 {
        padding-left: 0%;
    }

    .about-box .col-md-4, .about-box .col-md-8, .categories-box .col-md-4, .categories-box .col-md-8, .new-dates .col-md-4, .new-dates .col-md-8, .judging-cost .col-md-4, .judging-cost .col-md-8, .different .row > .col-md-4:first-child, .different .col-md-8 {
        padding: 50px;
    }

    .testimonials-box, .why-enter-box, .benefits-box, .become-sponsor-box, .new-judges, .who-can-enter, .p-50, .book-now-box, .become-sponsor-box {
        padding: 30px;
    }

    .testimonials-box i, .footer-social p, .categories-cta .btn-cta  {
        font-size: 15px !important;
    }

    .testimonials-box img {
        width: 50px;
    }

    .testimonials-box h1, .why-enter-box h1, .benefits-box h1, .seven-steps-box h1 {
        padding: 30px;
        font-size: 35px;
    }

    .chairman-box .col-md-8 {
        padding: 50px;
    }

    .venue span {
        font-size: 18px;
    }

    .footer-slider {
        margin-left: 0%;
    }

    #new-layout footer h2 {
        font-size: 20px;
    }

    .modal-content {
        width: 95%;
    }

    .swiper-slide h3 {
        font-size: 18px;
        margin: 25% 5% 2% 5%;
    }

    .under-menu {
        display: none;
    }

    #new-layout #about {
        margin-top: 70px !important;
    }

    #new-layout #why-enter h3, .who-can-enter h2, .seven-steps-box h3, .categories-cta h2, .benefits-box h3, .become-sponsor-box h3, .venue h2, #become-a-sponsor  {
        font-size: 25px;
    }

    .nd-right {
        border: none;
        border-bottom: 2px solid #214478;
    }

    .journey-steps h2 {
        margin: 0px 0px 20px 0px !important;
        font-size: 30px !important;
    }

    .img-bg-zero {
        padding: 50%;
    }

    .new-categories1 .panel-title {
        width: 100%;
        font-size: 10px;
    }

    .new-categories1 .panel-body {
        width: 95%;
    }

    .new-categories1 .panel-body  {
        width: 95% !important;
    }

    .panel-heading .accordion-toggle:after {
        font-size: 12px !important;
        margin-top: 0px !important;
    }

}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */

    .row-eq-height {
        display: block;
    }

    #new-layout p, ul, li {
        font-size: 15px;
    }

    .row-eq-height {
        display: block;
    }

    .date-text, .enter-now-btn, .login-btn, .navbar-text, .add-category  {
        display: none;
    }

    .navbar-toggle {
        margin: -10px 0px 0px 250px;
    }

    .swiper-container {
        height: 150%;
    }

    .navbar-fixed-top {
        height: 50px !important;
    }

    .swiper-slide h1 {
        text-align: center !important;
        font-size: 29px;
        margin: 15% 5% 2% 5%;
    }

    .swiper-slide p {
        text-align: center !important;
        font-size: 14px !important;
        color: #fff;
        margin-top: 5%;
        margin-left: 0%;
    }

    .home-slider-right {
        margin: 0px;
    }

    .home-slider-right p, .new-categories1 .panel-body p {
        font-size: 14px;
    }

    .home-slider-right .btn-cta {
        font-size: 9px;
        margin-top: 0px;
        padding: 5px 5%;
    }

    .swiper-pagination-bullet-active, .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }

    .swiper-slide img {
        padding-top: 0px;
    }

    .about-box h2, .categories-box h2, .new-dates h2, .judging-cost h2, .different h2 {
        padding-left: 0%;
        text-align: center;
    }

    .about-box .col-md-4, .about-box .col-md-8, .categories-box .col-md-4, .categories-box .col-md-8, .new-dates .col-md-4, .new-dates .col-md-8, .judging-cost .col-md-4, .judging-cost .col-md-8, .different .row > .col-md-4:first-child, .different .col-md-8 {
        padding: 50px;
    }

    .testimonials-box, .why-enter-box, .benefits-box, .become-sponsor-box, .new-judges, .who-can-enter, .p-50, .book-now-box, .become-sponsor-box {
        padding: 30px;
    }

    .testimonials-box i, .footer-social p, .categories-cta .btn-cta  {
        font-size: 15px !important;
    }

    .testimonials-box img {
        width: 50px;
    }

    .testimonials-box h1, .why-enter-box h1, .benefits-box h1, .seven-steps-box h1 {
        padding: 30px;
        font-size: 35px;
    }

    .chairman-box .col-md-8 {
        padding: 50px;
    }

    .venue span {
        font-size: 18px;
    }

    .footer-slider {
        margin-left: 0%;
    }

    #new-layout footer h2 {
        font-size: 20px;
    }

    .modal-content {
        width: 95%;
    }

    .swiper-slide h3 {
        font-size: 18px;
        margin: 15% 5% 2% 5%;
    }

    .under-menu {
        display: none;
    }

    #new-layout #about {
        margin-top: 70px !important;
    }

    #new-layout #why-enter h3, .who-can-enter h2, .seven-steps-box h3, .categories-cta h2, .benefits-box h3, .become-sponsor-box h3, .venue h2, #become-a-sponsor h2fini  {
        font-size: 25px;
    }

    .nd-right {
        border: none;
        border-bottom: 2px solid #214478;
    }

    .journey-steps h2 {
        margin: 0px 0px 20px 0px !important;
        font-size: 30px !important;
    }

    .img-bg-zero {
        padding: 50%;
    }

    .new-categories1 .panel-title {
        width: 100%;
        font-size: 15px;
    }

    .new-categories1 .panel-body {
        width: 95%;
    }

    .new-categories1 .panel-body  {
        width: 95% !important;
    }

    .panel-heading .accordion-toggle:after {
        font-size: 12px !important;
        margin-top: 0px !important;
    }

}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */

    #new-layout p, ul, li {
        font-size: 15px;
    }

    .navbar-fixed-top {
        height: 50px !important;
    }

    .row-eq-height {
        display: block;
    }

    .date-text, .enter-now-btn, .login-btn, .navbar-text, .add-category  {
        display: none;
    }

    .navbar-toggle {
        margin: -10px 0px 0px 110px;
    }

    .swiper-container {
        height: 95%;
    }

    .swiper-slide h1 {
        text-align: center !important;
        font-size: 29px;
        margin: 25% 5% 2% 5%;
    }

    .swiper-slide p {
        text-align: center !important;
        font-size: 14px !important;
        color: #fff;
        margin-top: 5%;
        margin-left: 0%;
    }

    .home-slider-right {
        margin: 0px;
    }

    .home-slider-right p, .new-categories1 .panel-body p {
        font-size: 14px;
    }

    .home-slider-right .btn-cta {
        font-size: 9px;
        margin-top: 0px;
        padding: 5px 5%;
    }

    .swiper-pagination-bullet-active, .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }

    .swiper-slide img {
        padding-top: 0px;
    }

    .about-box h2, .categories-box h2, .new-dates h2, .judging-cost h2, .different h2 {
        padding-left: 0%;
    }

    .about-box .col-md-4, .about-box .col-md-8, .categories-box .col-md-4, .categories-box .col-md-8, .new-dates .col-md-4, .new-dates .col-md-8, .judging-cost .col-md-4, .judging-cost .col-md-8, .different .row > .col-md-4:first-child, .different .col-md-8 {
        padding: 50px;
    }

    .testimonials-box, .why-enter-box, .benefits-box, .become-sponsor-box, .new-judges, .who-can-enter, .p-50, .book-now-box, .become-sponsor-box {
        padding: 30px;
    }

    .testimonials-box i, .footer-social p, .categories-cta .btn-cta  {
        font-size: 15px !important;
    }

    .testimonials-box img {
        width: 50px;
    }

    .testimonials-box h1, .why-enter-box h1, .benefits-box h1, .seven-steps-box h1 {
        padding: 30px;
        font-size: 35px;
    }

    .chairman-box .col-md-8 {
        padding: 50px;
    }

    .venue span {
        font-size: 18px;
    }

    .footer-slider {
        margin-left: 0%;
    }

    #new-layout footer h2 {
        font-size: 20px;
    }

    .modal-content {
        width: 95%;
    }

    .swiper-slide h3 {
        font-size: 18px;
        margin: 25% 5% 2% 5%;
    }

    .under-menu {
        display: none;
    }

    #new-layout #about {
        margin-top: 70px !important;
    }

    #new-layout #why-enter h3, .who-can-enter h2, .seven-steps-box h3, .categories-cta h2, .benefits-box h3, .become-sponsor-box h3, .venue h2, #become-a-sponsor h2fini  {
        font-size: 25px;
    }

    .nd-right {
        border: none;
        border-bottom: 2px solid #214478;
    }

    .journey-steps h2 {
        margin: 0px 0px 20px 0px !important;
        font-size: 30px !important;
    }

    .img-bg-zero {
        padding: 50%;
    }

    .new-categories1 .panel-title {
        width: 100%;
        font-size: 10px;
    }

    .new-categories1 .panel-body {
        width: 95%;
    }

    .new-categories1 .panel-body  {
        width: 95% !important;
    }

    .panel-heading .accordion-toggle:after {
        font-size: 12px !important;
        margin-top: 0px !important;
    }

}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}




/* Finalists 2019 */

.finalists .col-md-6:first-child {
    background-color: #f2f2f2;
    padding: 20px 80px 30px;
    margin-top: 20px;
}

.finalists .col-md-6:nth-child(2), .finalists .col-md-6 img, .finalists .col-md-12 img {
    padding: 20px;
}

.finalists .col-md-6 img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 130px;
    position: relative;
    /*top: 15%;*/
    left: 5%;
    /*transform: translateY(-45%);*/
}
.finalists .col-md-12 {
    padding: 10px 100px 100px 100px !important;
}
.finalists .col-md-12 img {
    width: 150px;
    left: 5%;
}
.benefits-box img {
    padding: 20px;
}


.width-100 {
    width: 100px !important;
}

.width-250 {
    width: 250px !important;
}

.finalists h3 {
    font-weight: 600;
    font-size: 21px;
    margin: 30px 0px 15px;
}

.finalists .finalists-line {
    border-top: 3px solid #cc1b63;
    margin-bottom: 15px;
    width: 25%;
}

.finalists p {
    font-weight: 400;
}

.fl {
    border-right: 2px solid #cc1b63;
    margin: 0px 10px !important;
    font-size: 14px !important;
}

.btn-book-now {
    -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: #b11756 !important;
    padding: 6px 5%;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 18px !important;
    font-weight: bold;
    text-decoration: none;
    background: #fff;
    border-radius: 0;
    font-style: normal !important;
    margin-top: 20px;
}

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



/* End Finalists 2019 */


#masterclass-agenda h3 {
    color: #e81f71;
    font-size: 35px;
    margin-left: 15%;
    font-weight: 600;
}

.m-agenda {
    font-family: 'Rubik', sans-serif !important;    
}

.m-agenda .time {
    background-color: #cc1b63;
    color: #fff;
    padding: 5px;
    width: 13%;
    text-align: center;
    border-right: 10px solid #fff;
    font-size: 16px;
}

.m-agenda .name {
    background-color: #ececec;
    font-weight: 400;
    padding: 5px;
    padding-left: 20px;
    font-size: 16px;
}

.m-agenda tr {
    border: 20px solid #fff;
}

.m-agenda ul.agenda-ul li:before {
    content: "■" !important;
    font-family: "FontAwesome" !important;    
    font-size: 15px !important;
    color: #e81f71 !important;
    position: absolute !important;
    left: 0px !important;
}

.m-agenda ul.agenda-ul li {
    margin-bottom: 10px;
}

.m-agenda ul.agenda-ul li span {
    font-weight: 400;
    display: inline !important;
}

.m-testimonials {
    background-color: #e81f71;
}

.m-testimonials .swiper-slide {
    text-align: center;
    font-size: 18px;
    color: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 100px;
    background-color: #e81f71;
}


.m-testimonials .swiper-pagination-bullet {
    width: 22px !important;
    height: 22px !important;
    display: inline-block !important;
    border-radius: 100% !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    opacity: 1 !important;
}

.m-testimonials .swiper-pagination-bullet-active {
    width: 22px !important;
    height: 22px !important;
    display: inline-block !important;
    border-radius: 100% !important;
    background: #fff !important;
    border: 2px solid #fff !important;
    opacity: 1 !important;
}

.m-testimonials .swiper-slide img {
    width: 140px !important;
    margin: auto;
    display: block;
    border: 5px solid #fff;
    padding-top: 0px;
}

.m-testimonials .swiper-slide p.m-text {
    font-size: 25px !important;
    margin-left: 20%;
    line-height: 1.5 !important;
    width: 70%;
}

.m-testimonials .swiper-slide p.m-bio {
     margin-left: 20%;
     margin-top: 20px !important;
     font-size: 18px !important;
}

.m-testimonials .swiper-slide p.m-bio span {
     font-weight: 500;
}


/* Winners 2019 */

.winners-2019 .col-md-6:first-child {
    background-color: #f2f2f2;
    padding: 20px 80px 30px;
    margin-top: 20px;
}


.winners-2019 h3 {
    font-weight: 600;
    font-size: 21px;
    margin: 30px 0px 15px;
}

.winners-2019 .categories-line {
    /* border-top: 3px solid #00beff; */
    margin-bottom: 30px;
    width: 25%;
}

.winners-2019 p {
    font-weight: 400;
    margin: 0 0 30px;
}

.w-headline {
    color: #e81f71;
    font-size: 19px !important;
    text-transform: uppercase; 
    margin: 0 0 5px !important;
}


.winners-img img {
    height: auto;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.winners-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
}

.winners-overlay:hover {
    opacity: 0.8;
}

.winners-text {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 35%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.winners-img {
    position: relative;
}


.winners-2019 .download-photo {
    display: block;
    background: transparent;
    color: #fff;
    padding: 15px 25px;
    margin-top: 26%;
    text-align: center;
    text-transform: uppercase;
    border:1px solid #fff;    
    position: absolute;
    left: 35%;
    font-weight: 400;
    width: 30%;
}

.winners-2019 .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

/*.winners-2019 .winners-logo {
    float: right;
    width: 200px;
    position: absolute;
    top: 25%;
    right: 10%;
}  */

.winners-2019 .winners-logo {
    width: 170px;
   /* margin-top: -40px; */
} 


/* End Winners 2019 */

.precis p {
    font-size: 15px !important;
    padding: 10px; 
    opacity: 0.5;
}