/* fonts
================================================== */
@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato/Lato-Light.ttf');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato/Lato-Regular.ttf');
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato/Lato-Medium.ttf');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato/Lato-Bold.ttf');
}

@font-face {
    font-family: 'Lato-Semibold';
    src: url('../fonts/Lato/Lato-Semibold.ttf');
}

@font-face {
    font-family: 'Lato-Thin';
    src: url('../fonts/Lato/Lato-Thin.ttf');
}

@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato/Lato-Black.ttf');
}

@font-face {
    font-family: 'Lato-Heavy';
    src: url('../fonts/Lato/Lato-Heavy.ttf');
}

@font-face {
    font-family: 'Lato-Hairline';
    src: url('../fonts/Lato/Lato-Hairline.ttf');
}

/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
    background-color: #fff;
    padding-top: 67px;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

form textarea:focus,
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus {
    border: 1px solid #f47121;
}

form select,
form input[type="password"],
form input[type="search"],
form input[type="email"],
form input[type="text"] {
    color: #222;
    font-size: 14px;
    padding: 0 10px;    
    background-color: #fff;
    opacity:0.75;
    border: 0;
    height: 35px;
    line-height: 35px; 
}

form textarea {
    color: #222;
    font-size: 14px;
    padding: 10px;
    background-color: #fff;
    opacity:0.75;
    border: 0;
    resize: none;
    height: 120px;
}

.Y-Center-outer {
    display: table;
    height: 100%;
}

.Y-Center-inner {
    display: table-cell;
    vertical-align: middle;
}

.Y-Center {
    position: absolute;
    top: 50%;

    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.XY-Center {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.space {padding: 100px 0;}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Lato-Regular', sans-serif; color: #222;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 18px; line-height: 28px;}
h6 {font-size: 18px; line-height: 28px;}

strong {font-weight: 700;}

a {
    color: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #da763a;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.heading {
    margin: 0 0 100px 0;
    font-size: 32px;
    line-height: 38px;
    color: #0c3135;
    font-family: 'Lato-Regular', sans-serif;
    text-transform: uppercase;
}

.btn {
    padding: 3px 30px;
    border-radius: 3px;
    font-size: 16px;
    display: inline-block;
    font-family: 'Lato-Medium', sans-serif;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-primary {
    background-color: #da763a;
    border: 1px solid #da763a;
    color: #fff;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #fff;
    border: 1px solid #da763a;
    color: #da763a;
}

.btn-primary:hover {
    background-color: #fff;
    border: 1px solid #da763a;
    color: #da763a;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
    background-color: #fff;
    border: 1px solid #da763a;
    color: #da763a;
}


.btn-primary-invert {
    background-color: #fff;
    border: 1px solid #fff;
    color: #da763a;
}

.btn-primary-invert:focus,
.btn-primary-invert:active {
    background-color: #da763a;
    border: 1px solid #da763a;
    color: #fff;
}

.btn-primary-invert:hover {
    background-color: #da763a;
    border: 1px solid #da763a;
    color: #fff;
}

.btn-primary-invert:not(:disabled):not(.disabled).active, 
.btn-primary-invert:not(:disabled):not(.disabled):active, 
.show > .btn-primary-invert.dropdown-toggle {
    background-color: #da763a;
    border: 1px solid #da763a;
    color: #fff;
}


.btn-secondary {
    background-color: #0b3135;
    border: 1px solid #0b3135;
    color: #fff;
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
    background-color: #0b3135 !important;
    border: 1px solid #0b3135 !important;
    color: #fff !important;
    box-shadow: none !important;
    opacity: .8;
}

/* header
================================================== */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1001;
}

.header-fixed {
    box-shadow: 0 4px 3px 0 rgba(162, 162, 162, 0.12), 0 0 1px 0 rgba(144, 144, 144, 0.25);
    -webkit-transition: .2s all;
    transition: .2s all;
}

.cookies {
    display: none;
    background-color: #ec9a5a;
    padding: 7px 0;
    text-align: center;

    position: fixed;
    bottom: -100px;
    width: 100%;
    z-index: 101;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.cookies p {
    color: #3c5a5d;
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

.cookies p a {
    text-decoration: underline;
    color: #505252;
}

.cookies p a:hover {
    color: #fff;
}

.cookies .cookies-btn {
    padding: 1px 20px;
    text-transform: uppercase;
    border-radius: 2px;
    color: #3c5a5d;
    font-family: 'Lato-Medium', sans-serif;
    background-color: #fff;
    margin-left: 80px;
}

header .logo {
    display: block;
    margin: 22px 0;
}

header .logo img {
    width: 160px;
}

header nav {
    float: left;
    margin-left: 40px;
}

header nav ul {
    margin: 25px 0;
    font-size: 0;
}

header nav ul li {
    display: inline-block;
}

header nav ul li:first-of-type a {
    padding-left: 0;
}


header nav ul li:last-of-type a {
    padding-right: 0;
}

header nav ul li a {
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 15px;
    color: #0b3135;
    letter-spacing:0.7px;
}

header nav ul li.active a,
header nav ul li a:hover {
    color: #da763a;
}

header .lang {
    float: right;
    margin-right: 40px;
}

header .lang ul {
    margin: 23px 0;
    font-size: 0;
}

header .lang ul li {
    display: inline-block;
}

header .lang ul li:first-of-type a {
    padding-left: 0;
}

header .lang ul li:last-of-type a {
    padding-right: 0;
    pointer-events: none;
}

header .lang ul li.active a,
header .lang ul li a:hover {
    color: #da763a;
}

header .lang ul li a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 5px;
    color: #0b3135;
    position:relative;
}

header .lang ul li:first-of-type a:after {
    content: "";
    background: url(../imgs/btn-icon-white.png) center center no-repeat;
    background-size: 10px;
    position: absolute;
    top: 3px;
    right: -1px;
    width: 2px;
    height: 11px;
}

header .btn {
    margin: 18px 0;
    padding: 3px 15px;
}

/*  banner
================================================== */
.banner {
    background: url(../imgs/banner-bgr.jpg) bottom center no-repeat;
    background-size: cover !important;
    position: relative;
    height: 650px;
}

.banner:before {
    content: "";
    position: absolute;
    top: 25px;
    width: 100%;
    height: 100%;
    background: url(../imgs/banner-pad.png) center center no-repeat;
    background-size: cover !important;
}

.banner-dots {
    height: 16px;
    margin: 0 4px;
    position: relative;
    top: -1px;
}

.banner-left-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 340px;
}

.banner-right-img {
    height: 275px;
    position: absolute;
    bottom: -120px;
    right: 0px;
}

.banner h2 {
    color: #3c5a5d;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 20px 0;
    font-family: 'Lato-Regular', sans-serif;
}

.banner p {
    color: #3c5a5d;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 25px 0;
    font-family: 'Lato-Regular', sans-serif;
}

.banner p strong {
    font-family: "jubilat";
    font-weight: 900;
}

.banner .banner-top {
    text-align: center;
    padding: 130px 0 0;
}

.banner .banner-top img {
    width: 520px;
    margin: 0 auto;
    display: block;
}

.banner .banner-bottom {
    text-align: center;
    padding: 190px 0 0;
}

.banner .banner-bottom .btn-primary:hover {
    border-color: #fff;
}

.banner .banner-bottom .btn-primary:active {
    border-color: #da763a;
}

/* intro
================================================== */
.intro {
    background: url('../imgs/intro.jpg') top center no-repeat;
    background-size: cover;
}

.intro p {
    color: #fff;
}

.intro p img {
    height: 15px;
    position: relative;
    top: 1px;
}

.intro .intro-list p img {
    height: 15px;
    position: relative;
    top: -1px;
}

.intro p a {
    color:#fff;
}

.intro p:last-of-type a {
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1px;
    color: #fff;
}

.intro p a:hover {      
    color: #da763a;
}

.intro .intro-list .btn-primary:hover {
    border-color: #fff;
}

.intro .intro-list {
    background-color: rgba(255, 255, 255, 0.78);
    padding: 50px 60px 40px;
    margin: 70px 0 0px 0;
    border-radius: 3px;
}

.intro .intro-list > li {
    margin: 0 0 65px 0;
}

.intro .intro-list > li:last-of-type {
    margin: 0 0 0 0;
}

.intro .intro-list > li h3 {
    color: #3c5a5d;
    margin: 0 0 35px 0;
    font-size: 28px;
    line-height: 32px;
}

.intro .intro-list > li p {
    color: #0b3135;
}

.intro .intro-list ul {
    margin-bottom: 20px;
}

.intro .intro-list ul li {
    padding-left: 15px;
    position: relative;
    color: #0b3135;
    font-size: 16px;
}

.intro .intro-list ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #3c5a5d;
}


/* partners
================================================== */
.partners-bot {
    padding-top: 0;
}

.partners {
    position: relative;
}

.partners .heading {
    text-align: center;
}

.partners .partners-img-left {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 730px;
}

.partners-bot .heading {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
}

.partners .heading.organizer {
    margin-top: 100px;
}

.partners ul.organizer {
    margin-top: 100px;
}


/* testimonials
================================================== */
.testimonials {
    background: url('../imgs/testimonials-bgr.png') center center no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    overflow: hidden;
}

.testimonials .heading {
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
}

.testimonials .small-logo-heading {
    height: 25px;
    margin: 0 auto 100px;
    display: block;
}

.testimonials p {
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 100px 0;
    color: #fff;
    font-family: 'Lato-Light';
    text-align: center;
}

.testimonials span {
    font-size: 18px;
    font-family: 'Lato-Regular';
    color: #fff;
    text-align: center;
    display: block;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
}


/* new-program
================================================== */
.new-program {
    background-color: #f9f9f9;
    position: relative;
}

.new-program .program-right-img {
    position: absolute;
    top: 400px;
    right: 0px;
    height: 700px;
}

.new-program .btn {
    margin: 50px auto 0;
    display: table;
}

.new-program .program-left-img {
    position: absolute;
    bottom: 200px;
    left: -150px;
    height: 700px;
}

.new-program .heading {
    text-align: center;
}

.new-program .first-time {    
    border-radius: 3px 3px 0 0;
}

.new-program .last-time {    
    border-radius: 0 0 3px 3px;
}

.new-program .program-list .time {
    background-color: #c9dddf;
    font-size: 18px;
    line-height: 18px;
    color: #3c5a5d;
    padding: 28px 0 0;
    text-align: center;
    height: 100%;
    font-family: "jubilat";
    font-weight: 900;
}

.new-program .program-list .common {
    background-color: #90afb1;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Lato-Regular';
}

.new-program .program-list .common.common-primary {
    background-color: #627a7c;
}

.new-program .program-list .common.common-secondary {
    background-color: #3b595c;
}

.new-program .mobile-program-list .common.common-primary {
    background-color: #627a7c;
}

.new-program .mobile-program-list .common.common-secondary {
    background-color: #3b595c;
}

.new-program .program-list .common span {
    display: block;
    font-size: 14px;
}

.new-program .program-list .desc {
    border-bottom: 1px solid #b7cacc;
    padding: 25px 0;
}

.new-program .program-list .presentation {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #0b3135;
    padding: 0 30px;
}

.new-program .program-list .lec {
    color: #808080;
    font-family: 'Lato-Medium', sans-serif;
    font-size: 14px;
    padding: 0 35px;
}

.new-program .program-list .lec span {
    display: block;
}

.mobile-program-list .program-item:last-of-type .desc {
    border: 0;
    margin-bottom: 20px;
}

.mobile-program-list .common {
    background-color: #90afb1;
    text-align: center;
    padding: 10px 0 35px;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Lato-Regular';
}

.mobile-program-list .common span {
    display: block;
    font-size: 14px;
}

.mobile-program-list .desc {
    border-bottom: 1px solid #b7cacc;
    padding: 0 0 15px;
}

.mobile-program-list .time {
    background-color: #f9f9f9;
    font-size: 18px;
    line-height: 18px;
    color: #3c5a5d;
    padding: 15px 0 5px;
    text-align: left;
    height: 100%;
    font-family: "jubilat";
    font-weight: 900;
}

.mobile-program-list .presentation {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #0b3135;
}

.mobile-program-list .lec {
    color: #808080;
    font-family: 'Lato-Medium', sans-serif;
    font-size: 14px;
}

.mobile-program-list .lec span {
    display: block;
    margin: 0 0 10px 0;
}

.mobile-program-list .program-section-1,
.mobile-program-list .program-section-2,
.mobile-program-list .program-section-3,
.mobile-program-list .program-section-4 {
    display: none;
}

.mobile-program-list .program-item-headng {
    margin: 0 0 5px 0;
    position: relative;
}

.mobile-program-list .program-item-headng.open-program:after {
    transform: rotate(180deg);
}

.mobile-program-list .program-item-headng:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 32px;
    height: 23px;
    margin-left: -16px;
    background: url(../imgs/arrow-icon.png) center center no-repeat;
    z-index: 5;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


/* gallery
================================================== */
.gallery {
    background: url('../imgs/gallery-bgr.png') center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.gallery .owl-dots {
    margin: 35px 0 0;
}

.gallery .heading {
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
}

.gallery .small-logo-heading {
    height: 25px;
    margin: 0 auto 100px;
    display: block;
}

.gallery .gallery-hint img {
    margin: 0 5px;
    height: 16px;
}

.gallery .gallery-hint a {
    border-bottom: 1px solid #fff;
    color: #fff;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.gallery .gallery-hint a:hover {
    border-bottom: 1px dashed #fff;
}

.gallery .gallery-hint {
    color: #fff;
    font-family: 'Lato-Regular', sans-serif;
    margin: 20px 0 0 0;
    text-align: center;
}

/* program
================================================== */
/*.program {
    background-color: #f9f9f9;
    position: relative;
}

.program ul {
    display: table;
    width: 100%;
}

.program ul li {
    background-color: #91a2a4;
    margin: 0 0 5px 0;
    padding: 10px 20px;
    font-size:16px;
    color: #0b3135;
}

.program .temp-program ul{
    list-style-type: disc;
    list-style-position: inside;
}

.program .temp-program ul li{
    background-color:transparent;
    margin:5px;
    margin-left:13px;
    font-size:16px;
    font-weight: normal;
    color: #0b3135;
    padding:0;
}


.program-valid ul li{
    padding:10px 100px;
}
.program ul li .time {
    text-transform: uppercase;
}

.program ul li.head {
    background-color: #aab7b8;
    font-weight: bold;
}

.program ul li.head .presentation {
    color: #0b3135;
    font-size:17px;
    text-align:left;
}

.program ul li .presentation {
    color: #0b3135;
    text-align:right;
}

.program ul li .presentation span {
    text-transform: initial;
    display: block;
    color: #0b3135;
}

.program ul li .accordion-icon {
    display: none;
}

.program ul li .desc,
.program ul li .desc p {
    font-size:17px;
    color: #fff;
}

.program .accordion-icon {
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    margin-left: 5px;
    position: relative;
    top: 3px;
    color: #3c5a5d;
}*/

/* lect
================================================== */
.lecturers {
    background: url('../imgs/lecturers.png') center center no-repeat;
    background-size: cover;
}

.lecturers .heading {
    text-align: center;
}

.lecturers ul li {
    text-align: center;
    margin: 0 0 50px 0;
}

.lecturers ul li figure img {
    border-radius: 100%;
    margin: 0 auto 15px auto;
    display: block;
}

.lecturers ul li figure figcaption .name {
    font-size: 22px;
    line-height: 26px;
    color: #0b3135;
    font-family: 'Lato-Regular', sans-serif;
    margin: 0 0 10px 0;
}

.lecturers ul li figure figcaption span {
    display: block;
    color: #808080;
}

.lecturers ul li figure figcaption a {
    color: #3c5a5d;
    text-decoration: underline;
    display: inline-block;
    border-radius: 2px;
    margin: 10px 0 0 0;
    font-size: 12px;
    font-family: 'Lato-Medium', sans-serif;
    text-transform: uppercase;
}

.lecturers ul li figure figcaption a:hover,
.lecturers ul li figure figcaption a:active {
    color: #da763a;
}


/* register
================================================== */
.register.space {
    padding-bottom: 0;
}

.register {
    position: relative;
}

.register .heading {
    color: #da763a;
}

.register .register-benefits {
    text-align: center;
    background: url('../imgs/register-benefits.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.register .register-benefits .register-benefits-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 390px;
}

.register .register-benefits ul li {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 15px 0;
    color: #fff;
    font-family: 'Lato-Regular';
}

.register .register-benefits ul li img {
    height: 22px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.register .heading {
    text-align: center;
    text-transform: uppercase;
}

.register ul.plans li .type {
    font-size: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 40px 0;
    font-family: 'Lato-Light';
    color: #3c5a5d;
    opacity: .5;
}

.register ul.plans li.selected .type {
    color: #da763a;
    opacity: 1;
}

.register ul.plans li .type span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin: 7px 0 0 0;
    font-family: 'Lato-Light';
}

.register ul.plans {
    margin-top: -50px;
}

.register ul.plans li .plan {
    background-color: #dde4e5;
    padding: 20px 50px;
    border-radius: 3px;
}

.register ul.plans li.selected .plan {
    background-color: #fef9f6;
}

.register ul.plans li.selected .plan .price {
    color: #da763a;
    opacity: 1;
}

.register ul.plans li:not(.selected) {
    cursor: not-allowed;
}

.register ul.plans li {
    padding: 20px;
    color: #3c5a5d;
    cursor: pointer;
    font-size: 16px;
}

.register ul.plans li .price {
    color: #3c5a5d;
    font-size: 74px;
    line-height: 46px;
    text-align: center;
    font-family: "jubilat";
    font-weight: 900;
    opacity: .5;
}

.register ul.plans li .price span {
    display: block;
    font-size: 24px;
    font-family: 'Lato-Medium', sans-serif;
    font-weight: normal;
    margin: 3px 0 0 0;
}

.register ul.plans li.selected .date {
    border-top: 1px solid #da763a;
    color: #da763a;
    opacity: 1;
}

.register ul.plans li .date {
    text-align: center;
    border-top: 1px solid #3c5a5d;
    padding: 5px 0 0 0;
    font-size: 12px;
    color: #3c5a5d;
    opacity: .5;
}

.register .btn-primary {
    margin: 0 auto 0;
    display: table;
}

.register .dds-hint {
    margin: 0 0 50px 0;
    text-align: right;
    font-family: 'Lato-Regular';
}

.register .special-conditions {
    padding: 50px 120px;
    border: 1px solid #e3986b;
    text-align: center;
    margin: 0 0 30px 0;
}

.register .special-conditions h4 {
    color: #da763a;
    text-transform: uppercase;
    margin: 0px 0 30px 0;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Lato-Regular', sans-serif;
}

.register .special-conditions p {
    color: #3c5a5d;
    font-family: 'Lato-Regular', sans-serif;
}

.register .special-conditions p:last-of-type {
    margin: 0;
}

/* register form
================================================== */
.register-form {
    background: url('../imgs/register-form.jpg') top center no-repeat;
    background-size: cover;
}

.register-form .select-invoice {
    margin: 0 0 35px 0;
}

.register-form .invoice-form {
    margin: -20px 0 40px 0;
    display: none;
}

.register-form .input-hint {
    background-color: rgba(255, 255, 255, 0.75);
    border: 0;
    border-radius: 2px;
    width: 100%;
    padding: 15px;
    margin: 0 0 30px 0;
}

.register-form .heading {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.register-form form .checkbox {
    color: #fff;
    cursor: pointer;
    padding-left: 5px;
}

.register-form form .checkbox a {
    text-decoration: underline;
    color: #fff;
}

.register-form form .checkbox a:hover {
    color: #3c5a5d;
}

.register-form form .checkbox label::before {
    background-color: transparent;
    border-color: #fff;
    border-radius: 2px;
}

.register-form form .checkbox label::after {
    color: #fff;
}

.register-form form .form-group.low-space {
    margin-bottom: 8.6px;
}

.register-form form .hint {
    color: #fff;
    margin: 0 0 13px 0;
}

.register-form form input[type=text] {
    background-color: #f5dcce;
    border: 0;
    opacity:1;
    color: #0b3135;
    width: 100%;   
    border-radius: 3px;
}

.register-form .btn {
    background-color: #fff;
    color: #da763a;
    display: table;
    margin: 60px auto 0 auto;
}

.register-form .btn:hover {
    background-color: #fff !important;
    color: #da763a !important;
    opacity: .8;

}

.register-form .selected-plan {
    background-color: #f3d8c9;
    padding: 20px 50px;
    border-radius: 3px;
    width: 300px;
    margin: 0 0 0 auto;
    border-radius: 3px;
}

.register-form .selected-plan .price {
    color: #3c5a5d;
    font-size: 74px;
    line-height: 46px;
    text-align: center;
    font-family: "jubilat";
    font-weight: 900;
    margin: 0 0 10px 0;
}

.register-form .selected-plan .price span {
    display: block;
    font-size: 24px;
    margin: 3px 0 0 0;
    font-family: 'Lato-Medium', sans-serif;
    font-weight: normal;
}

.register-form .selected-plan .type {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    margin: 0 0 40px 0;
    font-family: 'Lato-Light';
}

.register-form .selected-plan .type span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin: 7px 0 0 0;
    font-family: 'Lato-Light';
}

.register-form .selected-plan .date {    
    text-align: center;
    border-top: 1px solid #3c5a5d;
    padding: 5px 0 0 0;
    font-size: 12px;
}


/* location
================================================== */
.location {
    color: #0b3135;
    font-size:16px;
    position: relative;
}

.register .register-left-img {
    position: absolute;
    left: 0;
    bottom: -240px;
    height: 360px;
}

.location .heading {
    text-align: center;
}

.location {    
    font-family: 'Lato-Regular', sans-serif;
    color: #0b3135;
}

.location .hr-left {
    width: 30%;
}

.location .hr-right {
    width: 30%;
    margin: 20px 0 20px auto;
}

.location span {
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    font-family: 'Lato-Medium', sans-serif;
    margin: 0 0 20px 0;
}

.location p {
    text-align: right;
    padding-left: 50px;
    color: #3c5a5d;
    margin-top: 2px;
}

.location .map {
    height: 350px;
    background-color: #ddd;
    margin: 0 0 60px 0;
}


/* thankyou
================================================== */
.thankyou-bgr {    
    background: url('../imgs/thankyou-bgr.jpg') bottom center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.thankyou {
    padding: 70px 0;
}

.thankyou .thankyou-logo {
    display: block;
}

.thankyou .thankyou-logo img {
    max-height: 90px;
    margin: 0 auto;
    display: block;
}

.thankyou p {
    color: #fff;
    margin: 150px 0;
    font-size: 18px;
    line-height: 24px;
}

.thankyou p span {
    font-size: 20px;
}

.thankyou .thankyou-social h5 {
    text-align: center;
    margin: 0 0 15px 0;
    color: #fff;
}

.thankyou .thankyou-social ul {
    margin: 0 auto;
    display: table;
}

.thankyou .thankyou-social ul li {
    margin: 0 5px;
    display: inline-block;
}

.thankyou .thankyou-social ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #da763a;
    background-color: #fff;
    border-radius: 100%;
    display: block;
}


/* contact
================================================== */
.contact {
    background: url('../imgs/contact-bgr.png') bottom center no-repeat;
    background-size: cover;
    position: relative;
}

.contact .contact-middle-img {
    position: absolute;
    top: -60px;
    left: 57%;
    height: 350px;
}

.contact .heading {
    text-transform: uppercase;
    text-align: center;
}

.contact form {
    display: table;
    width: 100%;
}
.contact form textarea,
.contact form input[type=text] {
    border-radius: 3px;
}

.contact form .checkbox {
    margin: 30px 0;
    padding-left: 3px;
}

.contact form .btn {
    margin: 50px auto 0;
    display: table;
    outline: none;
}

.contact form .checkbox label {
    font-size:14px;
    color: #3c5a5d;
}

.contact form .checkbox label:before{
    border: 1px solid #3c5a5d;
    background-color: transparent;
}
.contact form a {
    text-decoration: underline;
    color: #3c5a5d;
}
.contact form a:hover {
    color: #da763a;
}

.contact form .form-group {
    margin: 0 0 5px 0;
}

.contact form input:not([type="checkbox"]),
.contact form textarea {
    width: 100%;
}

/* footer
================================================== */
footer {
    background: url('../imgs/footer-bgr.jpg') top center no-repeat;
    background-size: cover;
    padding: 25px 0;
}

footer h4 {
    color: #fff;
    font-size:20px;
}

footer p {
    margin: 0;
}

footer p a {
    color: #fff;
    font-size:15px;
}

footer ul {
    margin: 10px 0 0 0;
}

footer ul.footer-social li {
    display: inline-block;
}

footer ul.footer-social li a {
    color: #0b3135;
    background-color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: block;
    border-radius: 100%;
    margin-right: 5px;
}

footer ul.footer-social li a:hover {
    opacity: .5;
}

footer ul.footer-nav {
    text-align: right;
}

footer ul.footer-nav a {
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
}

footer ul.footer-nav a:hover {
    opacity: .5;
}

footer .btn {
    margin: 0 0 0 auto;
    display: table;

    background-color: #e1e5e5;
    border: 1px solid #e1e5e5;
    color: #0b3135;
}

footer .btn:hover {
    background-color: #da763a !important;
    border: 1px solid #da763a !important;
    color: #fff !important;
    box-shadow: none !important;
}

footer .copyright {
    text-align: center;
    margin: 22px 0 0 0;
    color: #fff;
    font-family: 'Lato-Regular', sans-serif;
    font-size:14px;
}

footer hr {
    border-color: #95a3a4;
}


/* modal
================================================== */
.modal-content {
    background-color: rgba(218, 223, 223, 0.95);
    border-radius: 3px;
}

.modal-body {
    padding: 60px;
}

#terms .modal-dialog {
    width: 850px;
}

.modal-content h2 {
    color: #da763a;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 20px 0;
}

.modal-content p {
    margin: 0 0 30px 0;
}

.modal-content h3,
.modal-content h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.modal .close {
    font-size: 40px;
    position: absolute;
    top: 4px;
    right: 15px;
}

#contactThankYou p {
    color: #da763a;
}

#contactThankYou .modal-dialog {
    width: 450px;
}

#speaker .speaker-name {
    text-transform: uppercase;
    font-size: 18px;
    color: #da763a;
}

#speaker .speaker-title,
#speaker .speaker-company {
    color: #da763a;
}

#speaker .speaker-company {
    margin: 0 0 15px 0;
}

#speaker .speaker-description {
    color: #0b3135;
}

#speaker a.linkedin {
    position: absolute; top: 3px; right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #da763a;
}

#speaker img {
    max-height: 200px;
    border-radius: 100%;
    margin: 50px 0 0 0;
}



/* scrollTop
================================================== */
.scroll-top {
    font-size: 20px;
    line-height: 35px;
    display: block;
    position: fixed;
    text-align: center;
    right: 25px;
    bottom: 15px;
    color: #da763a;
    cursor: pointer;
    z-index: 10000;
    height: 40px;
    width: 40px;
    border: 1px solid #da763a;
    opacity: 0;
    bottom: -32px;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.scroll-top:hover {
    opacity: .75;
}

/* fix modal
================================================== */
.modal {
    overflow: hidden;
}

.modal-body {
    overflow: auto;
}
.errorMsg {
    color: #f47121;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid #000;
    border-radius:0;
    margin-bottom: 10px;
}

.success {
    color: #000000;
    background-color: #B0ED96;
    border: 1px solid #2E1B14;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    margin-top: 15px;
}

.warning {
    color: #000000;
    background-color: #E3F54D;
    border: 1px solid #2E1B14;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    margin-top: 15px;
}

.map-info-box h1{
    text-align:center;
}

.temp-program{
    padding:30px 100px;
}
.temp-program p{
    font-weight:normal;
    color:#0b3135;
    text-align:justify;
}
.temp-program p{
    font-weight:normal;
    color:#0b3135;
    text-align:justify;
}

.temp-program p:last-child {
    margin-bottom:0px;
}

.no-margin-bottom{
    margin-bottom:0px!important;
}
.g-recaptcha{
    margin-top:15px;
}


footer .footer-logo {
    display: block;
}

footer .footer-logo img {
    height: 23px;
}


.testimonials .owl-theme .owl-nav .owl-prev span,
.testimonials .owl-theme .owl-nav .owl-next span {
    font-size: 70px;
    line-height: 12px;
    display: block;
    height: 30px;
}

.testimonials .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 20%;
    left: -80px;
    outline: none;
}

.testimonials .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 20%;
    right: -80px;
    outline: none;
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    text-decoration: none;
}


.gallery .owl-theme .owl-nav .owl-prev span,
.gallery .owl-theme .owl-nav .owl-next span {
    font-size: 70px;
    line-height: 12px;
    display: block;
    height: 30px;
}

.gallery .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -80px;
    outline: none;
    margin-top: -40px;
    color: #fff;
}

.gallery .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -80px;
    outline: none;
    margin-top: -40px;
    color: #fff;
}

.gallery .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    text-decoration: none;
}

.modal .close {
    outline: none;
}

.modal p {
    font-size: 14px;
    color: #464646;
}

#speaker .modal-content {
    background: url('../imgs/speaker-popup.png') top center no-repeat;
    background-size: cover;
}

#contactThankYou .modal-content {
    background: url('../imgs/thankyou-popup.png') bottom center no-repeat;
    background-size: cover;
}


.form-control-disable {
    cursor: not-allowed;
    opacity: .7 !important;
    pointer-events: none;
}

/*.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}*/

.video-icon {
    position: relative;
    display: block;
}

.video-icon:before {
    content: "";
    background: url(../imgs/play-icon.png) no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    z-index: 5;
    background-size: 80px;
    opacity: .65;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.video-icon:hover:before {
    opacity: 1;
}

.contact .contact-middle-img,
.banner-left-img,
.banner-right-img,
.register .register-benefits .register-benefits-img,
.register .register-left-img,
.partners .partners-img-left {

}

.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(.5);
    transform: translate(0,0)scale(.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(1);
    transform: translate(0,0)scale(1);
}

.scrollTop-footer {
    position: fixed;
    right: 30px;
    bottom: 73px;
    display: block;
    cursor: pointer;
    color: #fff;
    z-index: 100;
    opacity: 0;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.scrollTop-footer img {
    height: 50px;
}


.terms h2 {
    text-transform: uppercase;
    color: #da763a;
    font-size: 16px;
    line-height: 20px;
}

#speaker .btn {
    margin: 15px 0 0 0;
}

.cookies-modal .btn,
.terms .btn {
    margin: 50px 0 0 0;
}

.cookies-modal .modal-body,
.terms .modal-body {
    padding: 60px 60px 40px 60px;
}

.footer-cookie-fix {
    padding-bottom: 60px;
}


.partners ul {
    display: flex;
    justify-content: space-between;
}

.partners ul li {

}

.slick-slide img {
    padding: 10px;
    margin: 0 auto;
}

.slick-prev,
.slick-next {
    height: 40px;
}

.slick-prev::before {
    content: "‹";
}

.slick-next::before {
    content: "›";
}

.slick-prev:before, .slick-next:before {
    font-size: 70px !important;
    line-height: 12px !important;
    display: block;
    height: 30px;
    font-family: 'Lato-Regular';
}

.slick-next {
    right: -40px;
}

.slick-prev {
    left: -40px;
}


.modal { -webkit-overflow-scrolling: touch; }

.modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}