/************************************************
*** header ***
************************************************/
@media (max-width: 992px) {
    .main-header .nav > li > a {
        padding: 10px 7px 5px;
        font-size: 12px;
    }
}

/************************************************
*** navigation ***
************************************************/
.navbar {
    min-height: 60px;
}

.nav > li > a {
    padding: 10px;
}

.navbar-custom {
    /*background:url(../images/nature.png) repeat;*/
    background-color: #F1F1F1;
    border-color: #eeeeee;
}

.navbar-custom .navbar-brand {
    color: #777777;
    z-index: 0;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-custom .navbar-text {
    color: #000;
}

.navbar-custom .navbar-nav > li > a {
    color: #000;
    /*text-transform: uppercase;
  font-weight: 600;*/
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .active > a:hover {
    color: #17a689;
}

.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-custom .navbar-toggle {
    border-color: #dddddd;
    background-color: #000;
    right: 0;
    position: fixed;
    z-index: 100;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #000;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #888888;
}

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
    border-color: #e7e7e7;
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media (max-width: 767px) {
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-brand > img {
        width: 95%;
    }
}

.navbar-custom .navbar-link {
    color: #777777;
}

.navbar-custom .navbar-link:hover {
    color: #333333;
}

.navbar-custom .btn-link {
    color: #777777;
}

.navbar-custom .btn-link:hover,
.navbar-custom .btn-link:focus {
    color: #333333;
}

.navbar-brand {
    float: left;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 60px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/************************************************
*** landing reset style ***
************************************************/
body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7em;
}

h1 {
    font-weight: 300;
}

.lead {
    font-weight: 300;

}

div.animated p.ph {
    color: #db3e30;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 46px;
}

/************************************************
*** buttons ***
************************************************/
.btn,
.btn:active,
.btn.active {
    outline: none;
}

.btn:hover,
.btn:focus {
    outline: none;
    color: #333333;
    text-decoration: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
    outline: none;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}

.btn-primary {
    color: #ffffff;
    background-color: #52b3d9;
    border-color: #52b3d9;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #2d9fcb;
    border-color: #2b98c3;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #52b3d9;
    border-color: #52b3d9;
    outline: none;
}

.btn-primary .badge {
    color: #52b3d9;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #36d7b7;
    border-color: #36d7b7;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #24b699;
    border-color: #22ad92;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #36d7b7;
    border-color: #36d7b7;
    outline: none;
}

.btn-success .badge {
    color: #36d7b7;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #5c97bf;
    border-color: #5c97bf;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #417ea7;
    border-color: #3f789f;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5c97bf;
    border-color: #5c97bf;
    outline: none;
}

.btn-info .badge {
    color: #5c97bf;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #fd8a21;
    border-color: #fd8a21;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #e97002;
    border-color: #df6b02;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #fd8a21;
    border-color: #fd8a21;
    outline: none;
}

.btn-warning .badge {
    color: #fd8a21;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d62c1a;
    border-color: #cd2a19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #e74c3c;
    border-color: #e74c3c;
    outline: none;
}

.btn-danger .badge {
    color: #e74c3c;
    background-color: #ffffff;
}

.btn-empty {
    color: #333333;
    background-color: rgba(0, 0, 0, 0);
    border-color: #333333;
    margin-top: 5px;
}

.btn-empty:hover,
.btn-empty:focus,
.btn-empty:active,
.btn-empty.active,
.open > .dropdown-toggle.btn-empty {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
}

.btn-empty:active,
.btn-empty.active,
.open > .dropdown-toggle.btn-empty {
    background-image: none;
}

.btn-empty.disabled,
.btn-empty[disabled],
fieldset[disabled] .btn-empty,
.btn-empty.disabled:hover,
.btn-empty[disabled]:hover,
fieldset[disabled] .btn-empty:hover,
.btn-empty.disabled:focus,
.btn-empty[disabled]:focus,
fieldset[disabled] .btn-empty:focus,
.btn-empty.disabled:active,
.btn-empty[disabled]:active,
fieldset[disabled] .btn-empty:active,
.btn-empty.disabled.active,
.btn-empty[disabled].active,
fieldset[disabled] .btn-empty.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ffffff;
    outline: none;
}

.btn-empty .badge {
    color: rgba(0, 0, 0, 0);
    background-color: #ffffff;
}

.btn-empty:hover,
.btn-empty:active {
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #52b3d9;
}

.btn-empty-inverse {
    color: #999999;
    background-color: rgba(0, 0, 0, 0);
    border-color: #999999;
}

.btn-empty-inverse:hover,
.btn-empty-inverse:focus,
.btn-empty-inverse:active,
.btn-empty-inverse.active,
.open > .dropdown-toggle.btn-empty-inverse {
    color: #999999;
    background-color: rgba(0, 0, 0, 0);
    border-color: #7a7a7a;
}

.btn-empty-inverse:active,
.btn-empty-inverse.active,
.open > .dropdown-toggle.btn-empty-inverse {
    background-image: none;
}

.btn-empty-inverse.disabled,
.btn-empty-inverse[disabled],
fieldset[disabled] .btn-empty-inverse,
.btn-empty-inverse.disabled:hover,
.btn-empty-inverse[disabled]:hover,
fieldset[disabled] .btn-empty-inverse:hover,
.btn-empty-inverse.disabled:focus,
.btn-empty-inverse[disabled]:focus,
fieldset[disabled] .btn-empty-inverse:focus,
.btn-empty-inverse.disabled:active,
.btn-empty-inverse[disabled]:active,
fieldset[disabled] .btn-empty-inverse:active,
.btn-empty-inverse.disabled.active,
.btn-empty-inverse[disabled].active,
fieldset[disabled] .btn-empty-inverse.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #999999;
    outline: none;
}

.btn-empty-inverse .badge {
    color: rgba(0, 0, 0, 0);
    background-color: #999999;
}

.btn-empty-inverse:hover,
.btn-empty-inverse:active {
    background-color: #eeeeee;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-link {
    color: #52b3d9;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #288eb6;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

/************************************************
*** promo ***
************************************************/
.promo {
    /*background: url("images/background_home_photo.jpg");*/
    background: url("../images/background_home_photo.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 61px;
    position: relative;
}

.promo .color-correction {
    position: absolute;
    z-index: 0;
    /*background-color: rgba(45, 157, 231, 0.4);*/
    width: 100%;
    height: 100%;
    top: 0;
}

.promo > .container {
    position: relative;
    z-index: 1;
}

.promo .promo-text {
    padding: 60px 0;
    color: #ffffff;
}

.promo .promo-text hr {
    border-top-color: #333333;
}

.promo .register {
    padding: 20px;
    margin: 130px 0 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    text-align: center;
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.promo .register .form-control {
    background: rgba(0, 0, 0, 0);
    border-color: #ffffff;
    color: #ffffff;
}

.promo .register .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.promo .register .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.promo .register .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.promo .register .dropdown-menu {
    top: 125%;
}

.promo .register .ok {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    border-radius: 3px;
    color: #3c3c3c;
    display: none;
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

.promo .register .ok .icon {
    font-size: 30px;
}

.promo .register.success {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.promo .register.success .ok {
    display: block;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.promo .register .form-error {
    background-color: #ffffff;
}

.promo .register .has-error .form-control,
.promo .register .has-error .btn-empty {
    border-color: #e74c3c !important;
}

/************************************************
*** counter ***
************************************************/
.counter {
    /*padding: 60px 0;*/
    padding-bottom: 45px;
    background-color: #ffffff;
    color: #555555;
    border-bottom: 1px solid #eeeeee;
}

.counter .count-digits {
    text-align: center;
    padding: 15px 0 0;
    position: relative;
}

.counter .count-digits p {
    margin: 0 auto 15px;
    font-size: 36px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    /*border: 1px solid #999999;*/
    font-weight: 300;
}

.counter .count-digits p.orange {
    background-color: #FD8A21;
    color: white;
}

.counter .count-digits p.green {
    background-color: #14B796;
    color: white;
}

.counter .count-digits p.red {
    background-color: #E95E4F;
    color: white;
}

.counter .count-digits p.blue {
    background-color: #0058A5;
    color: white;
}

.counter .count-digits span {
    display: inline-block;
    margin-bottom: 15px;
}

.counter .btn-empty-inverse {
    min-width: 60px;
}

/************************************************
*** schedule ***
************************************************/
.schedule {
    padding: 60px 0;
    background: none repeat scroll 0 0 #0058A5;
    color: #ffffff;
}

.schedule .section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.schedule .section-heading h1 {
    margin-top: 0;
}

.schedule .nav-tabs {
    font-size: 18px;
}

.schedule .nav-tabs.nav-justified > li a {
    border: 1px solid transparent;
    color: #52b3d9;
}

.schedule .nav-tabs.nav-justified > li a:hover {
    color: #3c3c3c;
}

.schedule .nav-tabs.nav-justified > li.active > a,
.schedule .nav-tabs.nav-justified > li.active > a:hover,
.schedule .nav-tabs.nav-justified > li.active > a:focus {
    color: #555555;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    border-bottom-color: transparent;
    cursor: default;
}

.schedule .tab-content {
    padding: 20px;
    border: 1px solid #eeeeee;
    border-width: 0 1px 1px;
    background-color: #eeeeee;
}

.schedule .tab-content h4 {
    margin: 10px 0;
}

.schedule .panel-group {
    margin-bottom: 0;
}

.schedule .panel-title > a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
}

.schedule .panel-default {
    border-color: #52b3d9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.schedule .panel-default > .panel-heading {
    background-color: #52b3d9;
}

/************************************************
*** theses ***
************************************************/
.theses {
    padding: 60px 0;
    background-color: #14B796;
    color: #ffffff;
}

.theses .icon-wrap {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    margin: 20px auto;
}

.theses p {
    margin-bottom: 20px;
}

.theses hr {
    border-top-color: #ffffff;
}

/************************************************
*** multimedia ***
************************************************/
.multimedia {
    padding: 60px 0;
    color: #ffffff;
    background-color: #fd8a21;
}

.multimedia hr {
    border-top-color: #ffffff;
}

/* EDIT STARTS HERE*/

.multimedia .video {
    padding: 20px;
    border-radius: 3px;
    background-color: #f5f5f5;
    height: 470px;
}

.multimedia .video h4 {
    font-size: 20px;
    padding: 10px 0px;
}

.multimedia .video p {
    color: #000;
    line-height: 21px;
    font-size: 14px;
    background: #E4E4E4;
    padding: 10px;
    font-style: italic;
    height: 170px;
    overflow-y: scroll;
}

/* EDIT ENDS HERE*/
/************************************************
*** photo ***
************************************************/
.photo {
    padding: 60px 0;
}

.photo hr {
    border-top-color: #3c3c3c;
}

.photo .photo-wrapper {
    margin-bottom: 20px;
}

/************************************************
*** speakers ***
************************************************/
.speakers {
    padding: 60px 0;

}

.speakers .section-heading {
    text-align: center;
}

.speakers .section-heading h1 {
    margin-top: 0;
}

.speakers .speaker:hover .speaker-contacts.left-top {
    left: 0;
    top: 0;
}

.speakers .speaker:hover .speaker-contacts.left-bottom {
    left: 0;
    bottom: 0;
}

.speakers .speaker:hover .speaker-contacts.right-bottom {
    right: 0;
    bottom: 0;
}

.speakers .speaker:hover .speaker-contacts.right-top {
    right: 0;
    top: 0;
}

.speakers .speaker:hover .speaker-img img {
    border-color: #36d7b7;
}

.speakers .speaker-img {
    width: 70%;
    padding: 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.speakers .speaker-img img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #eeeeee;
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.speakers .speaker-contacts {
    text-decoration: none;
    color: #ffffff;
    background-color: #36d7b7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    display: block;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.speakers .speaker-contacts i {
    line-height: 50px;
}

.speakers .speaker-contacts.left-top {
    left: 50%;
    top: 50%;
}

.speakers .speaker-contacts.left-bottom {
    left: 50%;
    bottom: 50%;
}

.speakers .speaker-contacts.right-bottom {
    right: 50%;
    bottom: 50%;
}

.speakers .speaker-contacts.right-top {
    right: 50%;
    top: 50%;
}

.speakers .speaker-desc {
    text-align: center;
    padding: 0 20% 20px;
}

.speakers .speaker-desc p {
    font-size: 18px;
    margin-top: 10px;
}

/************************************************
*** testimonials ***
************************************************/
.testimonials {
    padding: 60px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.testimonials .color-correction {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(231, 76, 60, 0.9);
}

.testimonials .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    padding-bottom: 0;
}

.testimonials .carousel-indicators {
    bottom: -30px;
}

.testimonials .carousel-indicators li {
    height: 10px;
    width: 20px;
}

.testimonials .carousel-indicators li.active {
    height: 10px;
    width: 20px;
    margin: 1px;
}

.testimonials blockquote {
    border-left-width: 0;
    margin: 0;
    text-shadow: none;
    font-size: 22px;
    font-weight: 300;
}

.testimonials blockquote footer {
    color: #ffffff;
}

@media (max-width: 768px) {
    .testimonials {
        background-image: none;
    }
}

/************************************************
*** price ***
************************************************/
.price {
    padding: 60px 0;
}

.price .section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.price .section-heading h1 {
    margin-top: 0;
}

.price .row > div {
    padding-bottom: 20px;
}

.price .price-header {
    padding: 20px 0 10px;
    text-align: center;
    color: #ffffff;
}

.price .price-header h4 {
    margin: 0;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.1);
    line-height: 2;
}

.price .price-header p {
    font-size: 30px;
    display: inline-block;
    border: 1px solid #ffffff;
    margin: 10px 0 0;
    padding: 7px 12px;
    border-radius: 3px;
}

.price .list-group {
    -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
}

.price .list-group li {
    border-width: 0;
}

.price .list-group li:before,
.price .list-group li:after {
    content: " ";
    display: table;
}

.price .list-group li:after {
    clear: both;
}

.price .list-group li:nth-child(even) {
    background-color: #eeeeee;
}

.price .list-group li p {
    margin-bottom: 0;
    font-size: 16px;
}

/************************************************
*** faq ***
************************************************/
.faq {
    padding: 60px 0;
    background-color: #eeeeee;
}

.faq h1 {
    margin-top: 40px;
}

.faq hr {
    border-top-color: #999999;
}

.faq .panel-group {
    margin-bottom: 0;
}

.faq .panel {
    padding: 0;
    background: #14B796;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq .panel-collapse p {
    padding: 7px 12px;
}

.faq a[data-toggle] {
    display: block;
    color: #ffffff;
    border-radius: 3px;
    font-size: 18px;
    padding: 7px 12px;
    border: 1px solid #36d7b7;
    text-decoration: none;
}

/************************************************
*** partners ***
************************************************/
.partners {
    padding: 60px 0;
}

.partners .section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.partners .section-heading h1 {
    margin-top: 0;
}

.partners .list-inline li {
    width: 16.66666%;
}

@media (max-width: 768px) {
    .partners .list-inline li {
        width: 33.333333%;
    }
}

.partners .list-inline li img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/************************************************
*** subscribe ***
************************************************/
.subscribe {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 20px;
}

.subscribe .input-group {
    padding-top: 15px;
    padding-bottom: 7px;
}

.subscribe .form-control {
    border-color: #5c97bf;
    background-color: #5c97bf;
    color: #ffffff;
}

.subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.subscribe .input-group-addon {
    background-color: #5c97bf;
    border-color: #5c97bf;
    color: #ffffff;
}

.subscribe .form-wrapper {
    position: relative;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.subscribe .form-wrapper .ok {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #5c97bf;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #ffffff;
    display: none;
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

.subscribe .form-wrapper .ok h3 {
    margin: 10px 0;
}

.subscribe .form-wrapper.success {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.subscribe .form-wrapper.success .ok {
    display: block;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    z-index: 9;
}

/************************************************
*** google map ***
************************************************/
.map {
    position: relative;
}

#map {
    height: 600px;
}

.street-view {
    height: 250px;
}

/************************************************
*** location ***
************************************************/
.location {
    position: absolute;
    z-index: 100px;
    bottom: 20px;
    width: 100%;
}

.location .popover {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.location .popover i {
    min-width: 40px;
}

.location .popover li {
    font-size: 20px;
    line-height: 2;
}

.location .popover .popover-title {
    font-size: 24px;
    text-align: center;
    padding: 20px 14px;
}

@media (max-width: 768px) {
    .location .street-view {
        height: 200px;
        margin-bottom: 10px;
    }

    .location .popover .popover-title {
        padding: 5px 7px;
        font-size: 14px;
    }

    .location .popover li {
        font-size: 14px;
        line-height: 1.6;
    }
}

/************************************************
*** main footer ***
************************************************/
.main-footer {
    padding: 30px 0;
    color: #ffffff;
    background-color: #292B2C;
}

.main-footer .social ul {
    margin: 0 0 20px;
}

.main-footer .social li {
    text-align: center;
}

.main-footer .social a {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-footer .social a:hover {
    color: #36d7b7;
    border-color: #36d7b7;
}

/************************************************
*** preloader ***
************************************************/
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999;
}

.preloader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -29px;
}

/************************************************
*** helper classes ***
************************************************/
/***** margins *****/
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mmt5 {
    margin-top: -5px;
}

.mmt10 {
    margin-top: -10px;
}

.mmt15 {
    margin-top: -15px;
}

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

.mmb5 {
    margin-bottom: -5px;
}

.mmb10 {
    margin-bottom: -10px;
}

.mmb15 {
    margin-bottom: -15px;
}

.mmb20 {
    margin-bottom: -20px;
}

/***** base text colors *****/
.primary-color {
    color: #52b3d9;
}

.success-color {
    color: #36d7b7;
}

.info-color {
    color: #5c97bf;
}

.danger-color {
    color: #e74c3c;
}

.warning-color {
    color: #fd8a21;
}

/***** base bg colors *****/
.primary-bg {
    background-color: #52b3d9;
}

.success-bg {
    background-color: #36d7b7;
}

.info-bg {
    background-color: #5c97bf;
}

.danger-bg {
    background-color: #e74c3c;
}

.warning-bg {
    background-color: #fd8a21;
}

.default-bg {
    background-color: #eeeeee;
}

.body-bg {
    background-color: #ffffab;
}

.gray-bg {
    background-color: #eeeeee;
}

/***** remove scroll *****/
.remove-scroll {
    overflow: hidden;
}

.navbar-brand {
    height: auto;
    z-index: -1;
}


/* Modified Date:08.07.2014 */
.no-padd {
    padding-left: opx;
    padding-right: 0px;
}

.no-padd-left {
    padding-left: 0px;
}

.no-padd-right {
    padding-right: 0px;
}

.no-margin {
    margin: 0px;
}

.no-margin-top {
    margin-top: 0px;
}

.margin-top-1 {
    margin-top: 10px;
}

div.promo-text h2 {
    font-size: 50px;
}

div.promo-text p {
    color: #000000;
    font-size: 18px;
}

.promo-text > h2,
div.promo-text p {
    /*color: #333333;*/
    color: #fff;
}

/*div.animated p {
    font-size: 15px;
}*/
.carousel-caption blockquote p {
    font-size: 22px;
}

/* Infogaphics CSS */
.infographics {
    background: url(images/infographic-bg.png) no-repeat center 10px;
    height: 310px;
    position: relative;
}

.speakers div.speaker-img {
    padding: 0px;
}

.temple {
    left: -40px;
    top: 0px;
    position: absolute;
}

.park {
    left: 136px;
    top: 166px;
    position: absolute;
}

.residency {
    left: 394px;
    top: 21px;
    position: absolute;
}

.social {
    right: 161px;
    top: 169px;
    position: absolute;
}

.shop {
    right: -37px;
    top: 33px;
    position: absolute;
}

.speakers div.speaker-img img {
    border: none;
}

.blue {
    background: #376587;
}

.blue h1,
.blue p,
.blue div div div {
    color: #ffffff;
}

/* POPUP CSS */
div.modal div.modal-dialog {
    /*width: 20%;
	margin:10% auto;*/
}

div.modal div.modal-dialog .modal-content {
    background: #ffffff;
    color: #ffffff;
    padding: 8px 20px;
}

div#mypform input,
div#kit_mypform input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    height: 38px;
    margin-bottom: 8px;
    padding: 10px;
}

div#mypform textarea,
div#kit_mypform textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    margin-bottom: 8px;
    padding: 10px;
}

.form-control::-moz-placeholder {
    color: #333333;
}

div#myModal,
div#myModal_sch {
    background: url(images/stardust.png) repeat;
    opacity: 0.9;
}

div#myModal .modal-title,
div#myModal_sch .modal-title {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

#main_body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 white;
    border-color: #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
}

.navbar-brand {
    padding: 20px 0;
    z-index: 0;
}

#logo-round {
    background-color: #f73b3b;
    border-radius: 65px;
    color: #fff;
    font-family: 'Lobster', cursive;
    font-size: 25px;
    height: 130px;
    line-height: 130px;
    margin: 0 auto;
    text-align: center;
    width: 130px;
}

div.contents {
    margin-top: 1.5em;
    text-align: center;
}

.icons .col-lg-4 h2 {
    color: #17a689;
}

.list-group-item {
    background: none;
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
}

.faq .item {
    background: none repeat scroll 0 0 padding-box #f5f5f5;
    border-bottom: 3px solid #c4e7d9;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px;
}

.btn-theme {
    background: none repeat scroll 0 0 #56bc94;
    border: 1px solid #56bc94;
    color: #fff;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.faq .modal-body {
    text-align: left;
    color: #000;
}

.feature .fa {
    background: none repeat scroll 0 0 #e5412d;
    border-radius: 4px;
    color: #fff;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    width: 48px;
}

.feature .text {
    display: block;
    padding-left: 60px;
}

.feature .text h4 {
    color: #17a689;
}

.navbar-nav > li {
    top: 25px;
}

.icons strong {
    color: #ff4c00;
}

.schedule .fa {
    background: none repeat scroll 0 0 #e5412d;
    border-radius: 4px;
    color: #fff;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    width: 48px;
}

.schedule .text {
    display: block;
    padding-left: 60px;
    /*font-size: 18px;*/
}

.nrilist ul li {
    list-style: none;
    /*padding-bottom:20px;*/
    color: #000;

}

.nrilist > ul {
    margin-left: -20px;
}

.nrilist > ul > li {
    padding: 1.0em 0;
}

/************************************************
*** first fold ***
************************************************/

div.section {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

span#fixed-home-placeholder {
    display: block;
    height: 100%;
    width: 100%;
}

div.section.home {
    /*background: url("images/background_home_photo.jpg") no-repeat scroll center center / cover #87b0c6;
    position: fixed;*/
}

div.intro {
    display: none;
    height: 350px;
    /*  left: 50%;width: 860px;
    margin-left: -430px;
    margin-top: -203px;
    position: absolute;*/
    text-align: center;
    top: 50%;

}

div.barLines {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

div.barLines.bottom {
    background-image: url("images/border_home_top.png");
    margin-top: 30px;
}

div.barLines.top {
    background-image: url("images/border_home_bottom.png");
    margin-bottom: 50px;
    margin-top: -20px;
}

div.intro span.text.top {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 53.5px;
    font-weight: 400;
}

div.intro span.text.bottom {
    font-size: 31px;
    font-weight: 200;
    text-shadow: 1px 2px 1px #666;
}

div.intro div.images {
    height: 163px;
    margin: 0 auto;
    position: relative;
    width: 95px;
}

div.intro div.images .elogo {
    bottom: 0;
    left: 50%;
    margin-left: -32px;
    position: absolute;
}

div.intro div.images .tenyear {
    bottom: 0;
    left: 50%;
    margin-left: -104px;
    position: absolute;
}

a#scrollArrow {
    display: block;
    margin: 0 auto;
    opacity: 0;
    position: relative;
    top: -14px;
    width: 39px;
}

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

.privacy_content div,
.privacy_content h3,
.privacy_content ul li {
    color: #000;
}

/*MNJ - 23-8-14 - Interactive map*/
svg path {
    opacity: 0 !important;
}

svg path:hover {
    fill: #7E5D31;
    opacity: 0.5 !important
}



.browser-fix {
    position: absolute;
    box-shadow: 4px 4px 4px -2px #000 !important;
}

span.tlp_cln {
    padding: 0 10px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
.browser-fix{
	position:fixed;	
}
}*/

path {
    cursor: pointer;
    opacity: 0.5;
}

path:hover {
    fill: #C49F60;
    opacity: 0.5
}

.resp {
    position: relative;
}

body .svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100
}

body .svg1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
}

.lhp_miv_content_holder svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

div.lhp_miv_nav {
    z-index: 105;
}

.test {
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: -2px 2px 4px 0px #000;
    -moz-box-shadow: -2px 2px 4px 0px #000;
    box-shadow: -2px 2px 4px 0px #000;
}

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

/**** For Map layout Button ***/
#Layout {
    position: relative;

}

#Layout-video {
    position: relative;
    background: url(../images/background_home_photo.jpg) no-repeat left top;
    background-size: auto 100%;
}

#Layout-video .description {
    border: 1px solid;
    box-shadow: 0 0 7px 1px #262525;
}

.mapbutton {
    position: absolute;
    margin: auto;
    width: 50%;
    height: 20%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 200;
    right: 0;
}

.mapbutton .btn-map {

    font-size: 600%;
    color: #000;
    opacity: 0.8;
    text-decoration: none;
    outline: 0;
    outline: none;
}

.mapbutton .glyphicon {
    margin-right: 5px;
}

#Layout .layoutOverlay {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    cursor: pointer;
}

#Layout .img-responsive {
    opacity: 0.8;
}

/*#Layout:hover .layoutOverlay
{
	visibility:visible;
	opacity:0.7;
	transition-delay:0s;
}*/

/**** End  For Map layout Button***/


.thankyou_page div.intro {
    min-height: 350px;
    height: auto;
}

.thankyou_page .promo {
    background-size: 100% 100%;
}

.thankyou_page .lead.ph {
    margin-bottom: 0;
}

.more-arrow {
    background: url("../images/img-arrow.png") no-repeat scroll 176px 10px rgba(0, 0, 0, 0);
    color: #000;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    height: 46px;
    padding: 20px 30px 40px 0;
    /*position: absolute;*/
    text-align: left;
    top: 16px;
    width: 257px;
}

div#home.promo .carousel-caption {
    padding-bottom: 30px;
}

.carousel-indicators {
    bottom: 0px;
}

.speakers {
    padding-bottom: 0px;
}


@media (max-width:1600px) {
    .modal-header {
        padding: 8px;
    }
}

@media (max-width:650px) {
    .navbar-nav > li {
        top: 0px;
    }

    .btn-theme {
        padding: 10px 8px;
        font-size: 14px;
    }
}

/* */
#cboxCurrent {
    display: none !important;
}

#cboxNext {
    display: none !important;
}

#cboxPrevious {
    display: none !important;
}

/* MotionCAPTCHA canvas */
#mc-canvas {
    margin: 0 auto 20px;
    padding: 1px;
    display: block;
    border: 4px solid #433e45;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Red border when invalid */
#mc-canvas.mc-invalid {
    border: 4px solid #aa4444;
}

/* Green border when valid */
#mc-canvas.mc-valid {
    border: 4px solid #44aa44;
}

#mc1-canvas {
    margin: 0 auto 20px;
    padding: 1px;
    display: block;
    border: 4px solid #433e45;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Red border when invalid */
#mc1-canvas.mc-invalid {
    border: 4px solid #aa4444;
}

/* Green border when valid */
#mc1-canvas.mc-valid {
    border: 4px solid #44aa44;
}

/* */
