html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, body, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
b, strong {font-weight: bold;}
i, em {font-style: italic;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ul {list-style: none;}
ol li{list-style-position: outside;margin-left: 12px;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
html {min-height: 100%;}
*:focus, * {outline: none;}
textarea {resize: vertical; overflow: auto;}
body {
    min-height: 100%;
    line-height: 1.2;
    background: #fff;
    color: #000;
    font-family: OpenSans;
/*    -webkit-transform: translate3d(0, 0, 0);*/
}
.content {overflow: hidden;}
a {text-decoration: none;outline: none !important;}
a:active, a:focus {text-decoration: none !important;box-shadow: 0;}
.justify {text-align: justify !important;}
.img-wrap img {display: block;width: 100%;}
.black-layer {
    position: relative;
}
.black-layer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
.article {
    text-align: left;
    line-height: 1.5;
}
.article img {max-width: 100%;}
.article ol {counter-reset: myCounter;}
.article ol li {
    list-style: none;
    position: relative;
    padding: 0 0 0 35px;
    min-height: 23px;
}
.article ol li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    color: #fff;
    background: #99e69c;
    position: absolute;
    text-align: center;
    top: 2px;
    left: 0;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.article p {
    margin-bottom: 30px;
}
.article p img {
    display: inline-block;
    text-align: center;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}
.article p img[style*="float: right"],
.article p img[style*="float:right"] {
    max-width: 50% !important;
    margin-left: 15px;
    margin-bottom: 30px;
}
.article p img[style*="float: left"],
.article p img[style*="float:left"] {
    max-width: 50% !important;
    margin-right: 15px;
    margin-bottom: 30px;
}
.article ol,
.article ul {
    margin-bottom: 20px;
}
.article li {
    margin-left: 3%;
    margin-bottom: 10px;
}
.article ul li {
    background: url(../img/bg-li.png) 0 5px no-repeat;
    margin-left: 3%;
    padding-left: 35px;
    min-height: 16px;
}
.article-info {
    position: absolute;
    bottom: 20px;
    color: #fff;
    z-index: 1;
    font-size: 87.5%;
    left: 30px;
}
.article-info .pubdate {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.article-info .pubdate:after {
    content: '';
    height: 12px;
    background-color: #fff;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
}
.article-info .view .fa {
    margin-right: 5px;
    font-size: 110%;
}
.article a {
    color: #197c1d;
    font-weight: bold;
    text-decoration: underline;
}
.article h1 {
    font-size: 200%;
    font-weight: bold;
    margin: 35px 0 30px;
    line-height: 1;
}
.article h2 {
    font-size: 150%;
    font-weight: bold;
    padding: 5px 0 0;
    line-height: 1;
}
.article h3 {
    font-size: 125%;
    font-weight: bold;
    padding: 5px 0 0;
    line-height: 1;
}
.article h4 {
    font-size: 110%;
    font-weight: bold;
    padding: 3px 0 0;
    line-height: 1;
}
.article img[style="float:left"],
.article img[style="float: left"] {
    margin: 10px 10px 10px 0;
}
.article img[style="float:right"],
.article img[style="float: right"] {
    margin: 10px 0 10px 10px;
}
.article table {
    width: 100%;
    margin-bottom: 20px;
}
.article table td {
    border: 1px solid #000;
    padding: 3px 5px;
}
.article table td + td {
    text-align: center;
}

@font-face {
    font-family: OpenSansEB;
    src: url('../fonts/OpenSansExtraBold.eot');
    src: url('../fonts/OpenSansExtraBold.woff') format('woff'),
        url('../fonts/OpenSansExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: RobotoLight;
    src: url('../fonts/RobotoLight.eot');
    src: url('../fonts/RobotoLight.woff') format('woff'),
        url('../fonts/RobotoLight.ttf') format('truetype');
}


@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold.woff') format('woff'),
        url('../fonts/OpenSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansItalic.eot');
    src: url('../fonts/OpenSansItalic.woff') format('woff'),
        url('../fonts/OpenSansItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansBoldItalic.eot');
    src: url('../fonts/OpenSansBoldItalic.woff') format('woff'),
        url('../fonts/OpenSansBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.woff') format('woff'),
        url('../fonts/OpenSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
header {
    background: url(../img/header-bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 85px;
}
header .header-dscr {
    color: #b6b6b6;
    font-style: italic;
    font-size: 150%;
    padding-top: 25px;
    line-height: 39px;
}
.h-style1 {
    font: 300% OpenSansEB, sans-serif;
    color: #ffd200;
    line-height: 146%;
}
.h-style2 {
    font-weight: bold;
    font-size: 270%;
    color: #242526;
    line-height: 60px;
    text-align: center;
    padding: 75px 0 25px;
}
.h-style3 {
    font-size: 275%;
    color: #fff;
    padding-bottom: 30px;
    text-align: center;
}
header .navbar {
    margin: 80px 0 45px 0;
    text-align: center;
    padding-top: 30px;
}
.navbar-nav {
    float: none;
}
.navbar-nav li {
    display: inline-block;
    float: none;
}
.navbar-nav a {
    display: inline-block;
    color: #fff;
    font-size: 112.5%;
    border-radius: 50px;
    padding: 15px 25px !important;
    transition: all .1s linear;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #ffd200;
    color: #273947;
}
.date {
    color: #fff;
    font-size: 150%;
    font-weight: bold;
    font-style: italic;
    padding: 40px 0 25px;
}
.buy-ticket {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font: 150% OpenSansEB;
    line-height: 1;
    border-radius: 50px;
    text-transform: uppercase;
    background: url(../img/ic.png) 30px center no-repeat;
    padding: 20px 30px 19px 75px;
    transition: all .2s linear;
}
.buy-ticket:hover {
    border-color: #ffd200;
    background-color: #ffd200;
    color: #273947;
}
.ask-question {
    display: inline-block;
    color: #b6b6b6;
    text-decoration: underline;
    font-style: 112.5%;
    padding: 20px 0 20px 35px;
}
.brand-menu {
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99999;
    padding: 15px 0;
    background: rgba(23,37,44,.65);
    transition: all .15s linear;
}
.brand-menu.white {
    background: rgba(255,255,255,.9);
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
}
.brand-menu.white .btn {
    border: 1px solid #35556e;
    color: #35556e;
}
.brand-list .img1 + img {
    display: none;
}
.white .brand-list .img1 {
    display: none;
}
.white .brand-list .img1 + img {
    display: block;
}
.brand-list li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13%;
}
.btn {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 15px 22px;
    text-transform: uppercase;
    transition: all .1s linear;
}
.btn:hover {
    border-color: #ffd200;
    background-color: #ffd200;
    color: #273947;
    box-shadow: none;
}
.brand-menu .btn {
    margin: 5px 0;
}
.seminar-box {
    padding-bottom: 90px;
    color: #666;
}
.seminar-dscr {
    font-size: 112.5%;
    line-height: 30px;
    text-align: center;
}
.chips-item {
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    line-height: 24px;
    margin-top: 40px;
}
.chips-item h3 {
    color: #242526;
    font-size: 112.5%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0;
}
.speakers-box {
    
}
.speakers-dscr {
    background-color: #35556e;
    padding: 75px 0 175px;
    color: #fff;
    text-align: center;
    margin-bottom: -122px;
}
.speakers-dscr .text {
    line-height: 30px;
    font-size: 112.5%;
}
.speakers-wrap {
    padding-bottom: 32px;
}
.speaker {
    background-color: #fff;
    margin-bottom: 48px;
    box-shadow: 15px 15px 40px rgba(0,0,0,.15);
    color: #000;
}
.speaker h3 {
    position: relative;
    font-weight: bold;
    font-size: 112.5%;
    text-transform: uppercase;
    padding: 50px 5px 20px 0;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.speaker h3:after {
    content: '';
    position: absolute;
    background-color: #35556e;
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.speaker h3 + p {
    line-height: 25px;
    padding-right: 5px;
}
.program-wrap {
    padding-top: 30px;
    color: #242526;
    margin-bottom: 20px;
}
.program-row {
    position: relative;
}
.program-row:after {
    content: '';
    display: block;
    clear: both;
}
.program-row .time {
    width: 65px;
    float: left;
    position: relative;
    font-weight: bold;
}
.program-row .time:after {
    content: '';
    position: absolute;
    top: 1px;
    z-index: 1;
    right: -8px;
    box-sizing: content-box;
    width: 9px;
    height: 9px;
    background-color: #ffd303;
    border: 3px solid #fff;
    border-radius: 50%;
}
.program-row .dscr {
    margin-left: 65px;
    padding-left: 7px;
    overflow: hidden;
}
.program-row .name {
    margin: 0 0 50px 18px;
}
.program-row .dscr:before {
    content: '';
    position: absolute;
    left: 65px;
    top: 15px;
    bottom: -5px;
    display: block;
    width: 1px;
    background-color: #d1d1d1;
}
.program-row:last-child .dscr:before {
    bottom: 0;
}
.program-row hr {
    height: 1px;
    border: none;
    background-color: #d1d1d1;
    margin: 0 0 35px;
}
.program-row .drop-block {
    padding-left: 18px;
    margin-top: -30px;
    padding-bottom: 40px;
    display: none;
}
.program-row .drop-block p,
.program-row .drop-block li {
    margin-bottom: 5px;
}
.program-row .drop-block ul {
    padding-left: 30px;
}
.program-row .drop-block ul li {
    line-height: 1.2;
    position: relative;
    padding-left: 10px;
}
.program-row .drop-block ul li:before {
    content: '-';
    position: absolute;
    left: 0;
}
.program-row .click {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}
.program-row .click:after {
    content: '';
    position: absolute;
    right: 13px;
    top: -1px;
    width: 3px;
    height: 21px;
    background-color: #ffd303;
    transition: all .2s linear;
}
.program-row .click:before {
    content: '';
    position: absolute;
    right: 4px;
    top: 8px;
    width: 21px;
    height: 3px;
    background-color: #ffd303;
    transition: all .2s linear;
}
.program-row .active.click:before,
.program-row .active.click:after {
    transform: rotate(225deg);
}
.price-box > .container > .row > .col-lg-5 {
    margin-bottom: 75px;
}
.price-box .h-style2 {
    padding-bottom: 50px;
}
.cool-ul li {
    background: url(../img/li-bg.png) 0 7px no-repeat;
    padding-left: 32px;
    line-height: 30px;
    font-size: 112.5%;
    color: #242526;
    margin-bottom: 45px;
}
.form-wrap {
    border: 1px solid #3f7088;
    background-color: #fff;
    box-shadow: 15px 15px 70px 3px rgba(0,0,0,.2);
    padding: 40px 46px 35px;
}
.form-wrap h4 {
    font-size: 275%;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 30px;
}
input,
textarea {
    font: 100% OpenSans, sans-serif;
    width: 100%;
    margin-bottom: 20px;
    padding: 18px 28px;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    color: #000;
    transition: all .2s linear;
}
input:focus,
textarea:focus {
    border-color: #fe4200;
}
input[type="submit"] {
    border-radius: 50px;
    width: auto;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 112.5%;
    padding-left: 50px;
    padding-right: 50px;
    border: 3px solid #fe4200;
    margin-top: 25px;
    transition: all .2s linear;
}
input[type="submit"]:hover {
    background-color: #fe4200;
}
input[type="checkbox"] {
    display: none;
}
label {
    display: inline-block;
}
label.new-check {
    position: relative;
    padding-left: 29px;
    margin-top: 19px;
    color: #000;
}
label.new-check:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    margin-right: 10px;
    top: 0;
    z-index: 1;
    width: 19px;
    height: 19px;
    border: 1px solid #d1d1d1;
}
input[type=checkbox]:checked + label.new-check:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 19px;
    height: 19px;
    border: 1px solid #d1d1d1;
    background: url(../img/ok.png) center no-repeat;
}
.price-info {
    background: #3a6073;
    background: linear-gradient(to bottom, #3a6073, #16232b);
    color: #fff;
    font-size: 112.5%;
    padding: 20px 25px 15px;
    position: relative;
    overflow: hidden;
    margin-top: 57px;
}
.price-info p {
    padding-top: 25px;
    position: relative;
    z-index: 1;
    line-height: 30px;
}
.price-info p strong {
    color: #fed202;
    font-size: 150%;
}
.price-info .bottom {
    font-size: 88.5%;
    line-height: 1.3;
}
.sale {
    text-align: center;
    width: 100%;
    right: -174px;
    top: 20px;
    position: absolute;
    padding: 10px 0;
    background-color: #ffd303;
    color: #35556e;
    line-height: 20px;
    transform: rotate(45deg);
}
.sale p {
    margin: 0;
    padding: 0;
}
.sale p strong {
    color: #35556e;
    font-size: 100%;
}
footer {
    background-color: #17242c;
    padding-top: 30px;
    padding-bottom: 25px;
    color: #5f7985;
    font-size: 87.5%;
}
footer .col-md-4 {
    margin-bottom: 20px;
}
footer .copyright2 {
    display: none;
}
.footer-social {
    margin: -3px 0 -10px;
}
.footer-social li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.footer-social a {
    display: block;
    width: 23px;
    height: 23px;
    margin-bottom: 10px;
    color: #5f7985;
    transition: all .15s linear;
    background: url(../img/social-sprite.png) 0 center no-repeat;
}
.footer-social .fb {
    background-position: 6px center;
}
.footer-social .vk {
    background-position: -54px center;
}
.footer-social .in {
    background-position: -125px center;
}
.footer-social .gp {
    background-position: -189px center;
}
.mmix {
	float:right;
    margin-top: -21px;
    margin-bottom: -20px;
}
.mmix a {
	display: inline-block;
	float: right;
}
.mmix p {
	display: inline-block;
	width: auto;
	position: relative;
	vertical-align: middle;
	text-align: left;
	left: 25px;
	margin: 10px 0 -30px 0;
	float:left;
	text-transform: none;
	line-height: 1.2;
}
.mmix img {
	display: inline-block;
	vertical-align: middle;
	width: 75px;
}
#gmap {
    width: 100%;
    height: 500px;
}
#bodyContent {
    padding: 10px 55px;
    font: 120% OpenSans !important;
    text-align: center;
}
#bodyContent a {
    color: #fff !important;
}
#gmap div[style*="cursor: default; position: absolute"] {
    background: #365a6c !important;
    color: #fff !important;
    border-radius: 4px;
    margin-top: 25px;
}
#gmap .gm-style-iw div {
    background: transparent !important;
    color: #fff !important;
}
#gmap .gm-style-iw div .view-link a {
    color: #fff;
    text-decoration: underline;
    background: transparent;
}
#gmap div[style*="cursor: default; position: absolute"]:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 21px solid #365a6c;
}
#gmap div[style="position: absolute; left: 0px; top: 0px;"] {
    display: none;
}
.firstHeading {
    padding-bottom: 12px;
}
#bodyContent > p {
    padding-bottom: 3px;
}
@media only screen and (max-width:992px) {
    .brand-list li {
        margin-left: 5%;
    }
    .sale {
        right: -275px;
        top: 43px;
    }
}
@media only screen and (max-width:768px) {
    .brand-menu {
        position: static;
    }
    .brand-menu .col-md-3.text-right {
        text-align: center;
    }
    .brand-list {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-bottom: 15px;
    }
    .brand-list li {
        display: table-cell;
        width: 33%;
        text-align: center;
    }
    .brand-list li img {
        max-width: 100%;
    }
    header .navbar {
        margin-top: 0;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 30px;
        height: 3px;
    }
    .navbar-nav li {
        display: block;
    }
    .navbar-nav>li>a {
        border: 1px solid #fff;
        margin-bottom: 10px;
    }
    .h-style1,
    .h-style2,
    .h-style3,
    .form-wrap h4 {
        font-size: 180%;
        line-height: 1.5;
    }
    .speaker .col-sm-5 {
        padding: 0 30px 15px 30px !important;
    }
    .sale {
        position: relative;
        transform: none;
        margin-bottom: 27px;
        left: 0;
        right: -15px;
        width: 120%;
        margin-left: -25px;
    }
    footer {
        text-align: center;
    }
    footer .copyright {
        display: none;
    }
    footer .copyright2 {
        display: block;
    }
    footer .mmix {
        display: inline-block;
        float: none;
        margin: 25px 0;
    }
}
.bar-wrap {
    position: absolute;
    overflow: hidden;
    right: 30px;
    left: 30px;
    top: 35%;
    z-index: 9999;
}
#loadBar {
    text-align: center;
    background-color: #365a6c;
}
.frexit {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 150%;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}
#send[disabled]:hover,
#send[disabled] {
    background-color: transparent !important;
    border-color: #ccc !important;
    color: #ccc !important;
}