/*!
 * Start Bootstrap - Agency v4.0.0-alpha (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)

 edit Evgeny Smirnov
*/


/*-- Reset css --*/
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, tbody, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b, strong {
    font-weight: 700;
}

*:focus {
    outline: none;
}


/* Fonts */
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-light.woff') format('woff'),
    url('../fonts/opensans-light.ttf') format('truetype'),
    url('../fonts/opensans-light.svg#OpenSanslight') format('svg');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-regular.woff') format('woff'),
    url('../fonts/opensans-regular.ttf') format('truetype'),
    url('../fonts/opensans-regular.svg#OpenSansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-italic.eot');
    src: url('../fonts/opensans-italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-italic.woff') format('woff'),
    url('../fonts/opensans-italic.ttf') format('truetype'),
    url('../fonts/opensans-italic.svg#OpenSansregular') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-semibold.woff') format('woff'),
    url('../fonts/opensans-semibold.ttf') format('truetype'),
    url('../fonts/opensans-semibold.svg#OpenSansmedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-bold.woff') format('woff'),
    url('../fonts/opensans-bold.ttf') format('truetype'),
    url('../fonts/opensans-bold.svg#OpenSansbold') format('svg');
    font-weight: 600;
    font-style: normal;
}

/* Default */
body, html {
    height: 100%;
    width: 100%;
}

body {
    overflow-x: hidden;
}

body, input, textarea, select, label {
    font: normal 12px/1.4 'OpenSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #890099!important;
}

p {
    font-size: 14px;
    line-height: 1.5;
}

p.large {
    font-size: 16px;
    margin-bottom: 20px;
}
p.light {
    color: #fff;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #06b9c5;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #14c0cc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'OpenSans', 'Helvetica Neue', Helvetica, Arial, Montserrat,sans-serif;
    font-weight: 300;
}


/* Navigations */
#mainNav {
    background-color: #153e50;
    border-radius: 0;
    padding: 0
}
#mainNav .navbar-toggler {
    width: auto;
    height: auto;
    border: 0;
    color: white;
    background-color: #890099;
    font-size: 12px;
    text-transform: uppercase;
    padding: 13px;
    top: 8px;
    right: 0;
    outline: none;
    cursor: pointer
}
#mainNav .container {
    padding: 0;
}
.navbar-brand{
    display: inline-block;
    width: 289px;
    height: 40px;
    padding: 0;
    margin: 4px 0;
    background:0 0 no-repeat url(../img/logo.png);
    flex: 0 0 auto;
}
.navbar-shrink .navbar-brand {
    background-image: url(../img/logo.png);
}

#mainNav .container .navbar-brand:hover,
#mainNav .container .navbar-brand:focus,
#mainNav .container .navbar-brand:active,
#mainNav .container .navbar-brand.active {
    color: #890099;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 0.75em;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #fff;
}
#mainNav .container .navbar-nav .nav-item .nav-link.active {
    background-color: #890099;
}
#mainNav .container .navbar-nav .nav-item .nav-link:hover{
    background-color: #890099;
    color: #fff;
}
#mainNav.navbar-shrink .container .navbar-nav .nav-item .nav-link:hover{
    background-color: #14c0cc;
}
.navbar-toggleable-md .navbar-collapse{
    flex: 1 1 auto;
}

@media (min-width: 992px) {
    #mainNav {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }

    .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background:0 0 no-repeat url(../img/logo_dark.png);
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em;
        color: #153e50;
    }
    #mainNav.navbar-shrink {
        background-color: #153e50;
        padding: 0;
    }
    #mainNav.navbar-shrink .navbar-brand {
        padding: 12px 0;
        font-size: 1.25em;
    }
}


/* Header */
header {
    height: 100%;
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header2.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.container_header{
    display: block;
    height: 100%;
    padding: 0;
}


header .intro-text{
    padding: 150px 0;
    height: 100%;
    position: relative;
    text-align: right;
}

.intro-text .intro-heading {
    display: inline-block;
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
    color:#fff;
    padding: 15px;
    background: #890099;
    margin: 5px 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.intro-text .intro-heading span{
    color:#fed136;
}
@media (min-width: 768px) {
    .intro-text .intro-heading {
        font-size: 60px;
        padding: 20px;
    }
}
@media (min-width: 992px) {
    header {
        -o-background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    .intro-text .intro-heading {
        font-size: 70px;
        line-height: 50px;
        padding: 25px;
    }
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}
.btn-xl {
    color: #fff;
    border-radius: 0;
    background-color: #890099;
    border-color: #890099;
    font-weight: 600;
    font-size: 20px;
    padding: 20px;
    outline: none;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.btn-xl:active:focus,
.open .dropdown-toggle.btn-xl {
    color: white;
    background-color: #06b9c5;
    border-color: #fff;
    outline: none;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn_start{
    margin-top: 20px;
    font-size: 12px;
    padding: 15px 10px;
}
@media (min-width: 768px) {
    .btn_start{
        margin-top: 80px;
        font-size: 20px;
        padding: 20px 25px;
    }
}
@media (min-width: 992px) {
    .btn_start{
        margin-top: 120px;
        font-size: 22px;
        padding: 20px 40px;
    }
}



/* Section */
section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    font-size: 50px;
    font-weight: 300;
}
section h3.section-subheading {
    margin-bottom: 50px;
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
}


@media(min-width:1280px) {
    section h2.section-heading {
        font-size: 60px;
    }
}
@media(min-width:992px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0 5px;
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
}

.row_margin {
    margin-top: 50px;
}

.row_margin-30 {
    margin-top: 30px;
}
.row_note{
    position: absolute;
    bottom:-50px
}

@media(min-width:992px) {
    .row_margin {
        margin-top: 100px;
    }
    .row_note{
        bottom:-100px
    }
}

.img-about{
    margin-bottom: 30px
}
@media (min-width: 768px) {
    .img-about {
        margin-bottom: 0
    }
}

.img-map{
    margin-bottom: 0
}
@media (min-width: 768px) {
    .img-map {
        margin: 0 auto 30px
    }
}

.logos-org{
    display: inline-block;
    margin: 0 0 20px
}
@media (min-width: 768px) {
    .logos-org + .logos-org{
        margin-top: 20px
    }
}
@media(min-width:992px) {
    .logos-org + .logos-org{
        margin-top: 20px
    }
}

section#contact,
section#lottery{
    background-color: #153e50;
}

section#contact .section-heading,
section#lottery .section-heading {
    color: #fff;
}

section#lottery .section-subheading {
    color: #ddd;
}

section#contact .form-group {
    margin-bottom: 25px;
}

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

.bg-light-blue{
    background-color: #f1f8fb;
}


/* Timeline */
.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 1px;
    background-color: #999;
    left: 26px;
    margin-left: -1px;
}
.timeline > li {
    margin-bottom: 30px;
    position: relative;
    min-height: 50px;
    display: flex;
    flex-direction: column-reverse;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: right;
}
.timeline > li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline > li .timeline-image {
    left: 0;
    top: 0;
    margin-left: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 100;
    background-color: #890099;
    color: white;
    border-radius: 100%;
    border: 5px solid #f1f1f1;
    text-align: center;
    font-size: 1.5em;
    line-height: 2.25em;
}
.timeline > li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 0 0 60px;
}
.timeline > li.timeline-inverted > .timeline-panel .timeline-body {

}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline > li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
    font-size: 18px;
    font-weight: 400
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
}
.timeline>li.timeline-date {
    min-height: inherit;
    margin-bottom: 20px;
}
.timeline .timeline-time {
    text-transform: inherit;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    padding: 0;
    background: #f1f8fb;
    position: relative;
    z-index: 2;
    text-align: left
}
.timeline .timeline-time span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}




/* Programms */
.bg-light-gray {
    background-color: #f7f7f7;
}
#portfolio h5 {
    font-size: 21px;
}
#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    border:1px solid #fff;
    transition: all ease-out 0.3s;
    font-size: 0;
    cursor: pointer;
}
#portfolio .portfolio-item .portfolio-link.disabled {
    cursor: default;
    opacity: .7
}
#portfolio .portfolio-item .portfolio-link:hover {
    border-color:#eee;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
#portfolio .portfolio-item .portfolio-link.disabled:hover {
    border-color:#fff;
    box-shadow: none;
}
#portfolio .portfolio-item .portfolio-caption {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    padding: 15px 10px;
    height: 90px;
    vertical-align: top;
}
#portfolio .portfolio-item .portfolio-link h4 {
    color: #153e50;
    margin: 0 0 5px;
    text-transform: none;
    line-height: 1.15em;
    font-size: 18px;
    font-weight: 400;
}
#portfolio .portfolio-item .portfolio-link:hover h4{
    color: #4cbffe;
}
#portfolio .portfolio-item .portfolio-link.disabled:hover h4{
    color: #153e50;
}
#portfolio .portfolio-item .portfolio-caption p {
    font-size: 12px;
    margin: 0;
    color: #777;
}
#portfolio * {
    z-index: 2;
}
.portfolio-link .close-registr {
    position: absolute;
    margin: 5px;
    cursor: default;
    font-size: 20px;
    color: #890099;
}
.tiltle-program {
    margin: 50px 0 20px;
    clear: both;
}
@media (min-width: 576px){
    #portfolio .portfolio-item .portfolio-link h4 {
        font-size: 15px;
        line-height: 1.0em;
    }
    #portfolio .portfolio-item .portfolio-caption {
        height: 100px;
        padding: 15px 5px;
    }
}

@media (min-width: 768px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
        max-width: 50%;
        flex: 0 0 50%;
    }
    #portfolio .portfolio-item .portfolio-link h4 {
        font-size: 18px;
        line-height: 1.15em;
    }
    #portfolio .portfolio-item .portfolio-caption {
        padding: 15px 10px;
        height: 90px;
    }
}
@media (min-width: 992px) {
    #portfolio .portfolio-item {
        max-width: 33.33333333%;
        flex: 0 0 33.33333333%;
    }
    #portfolio .portfolio-item .portfolio-caption {
        padding: 20px 10px;
        height: 100px;
    }
}
@media (min-width: 1200px) {
    #portfolio .portfolio-item .portfolio-caption {
        padding: 25px;
        height: 115px;
    }
}



/* Table programms */
.table-programms thead th{
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
.table-programms td{
    font-size: 14px;
    min-width: 250px;
}
/*
.table-programms tbody td{
    border-bottom-color: #ccc;
}*/
.table-programms td:nth-child(even),
.table-programms th:nth-child(even){
    background-color: rgba(255,255,255,.6);
}
.table-programms td:first-child{
   min-width: 100px;
}
.table-programms .link-prog{
    display: inline-blcok;
    color:#333;
    cursor: pointer
}
.table-programms .link-prog:hover{
    color: #4cbffe;
}

.table-programms .link-prog.disabled{
    color:#999;
    cursor: default
}
.table-programms .link-prog.disabled:hover{
    color:#999;
}

.table-programms .time-block{
    display: inline-block;
    font-size: 12px;
    text-align: left;
    color:#888;
}


/* Team */
.team-member {
    margin-bottom: 50px;
    text-align: center;
    outline: none;
    cursor: pointer;
    position: relative;
   /* min-height: 270px;*/
}


.team-member img {
    margin: 0 auto;
    border: 7px solid #f0f0f0;
    border-radius: 50%;
    transition: box-shadow ease-out 0.3s;
}


.team-member h4 {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: none;
    line-height: 1.2em;
    font-size: 16px;
    font-weight: 400;
    color: #153e50;
    transition: color ease-out 0.3s;
}

.team-member:hover img {
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.team-member:hover h4 {
    color: #4cbffe;
}

.tooltipster-sidetip .tooltipster-content {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
}

@media(min-width:1000px) {
    .team-member{
        min-height:inherit;
    }
}

/* Footer */
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog,
.modal.show .modal-dialog{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: auto;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: auto;
    }
}



/* Footer */
footer {
    padding: 25px 0;
    text-align: center;
    background-color: #153e50;
    color:#fff;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
    text-align: right;
}
ul.social-buttons>li {
    text-align: center;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background: #890099;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background: #14c0cc;
}
.btn{
    cursor: pointer;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


/* Default */
.default-header{
    width:100%;
    padding: 5px 20px;
    background-color: #153e50;
    color:#fff;
}

.default-header_h1, .default-header_h1 a, .default-header a:hover{
    font-size: 33px;
    color:#fff;
    text-decoration: none;
}
.default-header span{
    color: #fed136;
}
.default-header_logo{
    float: right;
    width: 289px;
    height: 40px;
    padding: 0;
    margin-top: 1px;
    background: 0 0 no-repeat url(../img/logo.png);
}

.default-section{
    padding: 40px 0;
}

.default-h2{
    font-size: 40px;
    font-weight: 300;
    padding: 20px 0;
}



/* Modal */
.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    max-width: none;
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    text-align: center;
    font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
    font-size: 16px;
    text-align:left;
}

.portfolio-modal .modal-content ul{
    margin: -20px 0 30px;
    padding-left: 30px;
}

.portfolio-modal .modal-content ul li ul{
    margin: 5px 0 30px;
    padding-left: 30px;
}
.portfolio-modal .modal-content ul li ul li{
   list-style: circle;
}


.portfolio-modal .modal-content ul li{
    font-size: 16px;
    text-align: left;
    list-style: disc;
    margin-bottom: 7px;
}

.portfolio-modal .modal-content ol{
    margin: -20px 0 30px;
    padding-left: 30px;
    list-style-type:decimal;
}

.portfolio-modal .modal-content ol li{
    font-size: 16px;
    text-align: left;
    margin-bottom: 7px;
}

.lector {
    min-height: 110px;
    margin-bottom: 30px;
    font-size: 13px;
    text-align: left;
}
.lector:after {
    content: "";
    display: table;
    width: 100%;
    height: 0;
    clear: both;
}

.lector img{
    float:left;
    width: 100px;
    height: 100px;
    margin: 0 !important;
    border: 5px solid #f0f0f0;
    border-radius: 50%;
}

.lector p{
    margin: 0 0 0 120px;
    font-size: 13px !important;
}


.bg-light-primary {
    background-color: #fed136;
}

.lec-info{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    color:#888;
    padding-top: 5px;
}

.img-expo-centered{
    margin: 20px auto;
    max-height: 130px;
    vertical-align: middle;
}
.expo-img{
    text-align: center;
    line-height: 130px;
}

.video{
    display: inline-block;
    padding:0 5px;
    text-align: center
}
@media (max-width: 600px) {
    .video{
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        display: block;
    }
    p.video iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
}
}

.line{
    display: inline-block;
    height: 1px;
    width: 100%;
    margin:10px 0;
    background: #999;
}

.lector-name{
        display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #666;
}

#materials strong{
    display: inline-block;
    width: 100%;
    font-size: 14px;
   margin: 15px 0 10px;
}

#materials a{
    color: #209fe0;
}

#materials  a:hover, #materials  a:focus, #materials  a:active, #materials  a.active {
    color: #4cbffe;
}
