@import 'https://fonts.googleapis.com/css?family=Lato:300,300i,400,700';
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
header .top_bar ul::after, header .bottom_bar nav::after, #workshops_list::after, #workshops_list li::after, #contact_form, .nav::after, .videos_wrapper::after, .partners_wrapper {
    content: '';
    display: block;
    clear: both
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, figcaption {
    margin: 0;
    padding: 0
}

html, body {
    margin: 0;
    padding: 0
}

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

ul {
    list-style: none
}

li {
    margin-right: -4px
}

fieldset, img {
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

a {
    text-decoration: none;
    color: inherit
}

#slideshow {
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    height: 500px;
    overflow: hidden;
    /* Slick dots */
}
#slideshow .item {
    height: 500px;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#slideshow .item .caption {
    color: #fff;
    width: 700px;
    padding: 25px;
    margin: 0 auto;
    display: inline-block;
}
#slideshow .item .caption #slideshow {
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    height: 500px;
    overflow: hidden;
    /* Slick dots */
}
#slideshow .item .caption #slideshow .item {
    height: 500px;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#slideshow .item .caption #slideshow .item .caption {
    color: #fff;
    width: 700px;
    padding: 25px;
    margin: 0 auto;
    display: inline-block;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#slideshow .item .caption #slideshow .item .caption :heading {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#slideshow .item .caption #slideshow .slideshow-table {
    height: inherit;
    display: table;
}
@media (max-width: 1050px){
   .main_container {
       width: 90%;
   }
}
@media (max-width: 1180px){
   .main_container {
       width: 95%;
   }
}
.main_container {
    margin: 0 auto;
}
#slideshow .item .caption #slideshow .slideshow-cell {
    padding-bottom: 40px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
#slideshow .item .caption #slideshow .slideshow-cell h2, #slideshow .item .caption #slideshow .slideshow-cell h3 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#slideshow .item .caption #slideshow .slideshow-cell h2 {
    margin-bottom: 5px;
    font-size: 28px;
}
#slideshow .item .caption #slideshow .slideshow-cell h3 {
    margin-bottom: 15px;
    font-size: 18px;
}
#slideshow .item .caption #slideshow .slideshow-cell a {
    line-height: 18px;
    padding: 6px 20px;
    color: #7b0206;
    font-size: 14px;
    font-weight: bold;
    border: 3px solid #7b0206;
    display: inline-block;
    transition-property: color, border-color;
    transition-duration: 0.5s;
}
#slideshow .item .caption #slideshow .slideshow-cell a:hover {
    color: #fff;
    border-color: #fff;
}
@media all and (min-width: 461px) {
    #slideshow .item .caption #slideshow .slideshow-cell h2 {
        margin-bottom: 15px;
        font-size: 40px;
    }
    #slideshow .item .caption #slideshow .slideshow-cell h3 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    #slideshow .item .caption #slideshow .slideshow-cell a {
        line-height: 20px;
        padding: 8px 25px;
        font-size: 16px;
    }
}
@media all and (min-width: 1051px) {
    #slideshow .item .caption #slideshow .slideshow-cell h2 {
        margin-bottom: 25px;
        font-size: 60px;
    }
    #slideshow .item .caption #slideshow .slideshow-cell h3 {
        margin-bottom: 45px;
        font-size: 30px;
    }
    #slideshow .item .caption #slideshow .slideshow-cell a {
        line-height: 22px;
        padding: 10px 30px;
        font-size: 18px;
    }
}
#slideshow .item .caption #slideshow .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
}
#slideshow .item .caption #slideshow .slick-dots li {
    display: inline-block;
}
#slideshow .item .caption #slideshow .slick-dots li:not(:last-child) {
    margin-right: 5px;
}
#slideshow .item .caption #slideshow .slick-dots li:not(:first-child) {
    margin-left: 5px;
}
#slideshow .item .caption #slideshow .slick-dots li button {
    width: 16px;
    height: 16px;
    color: #fff;
    text-indent: 30em;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.4s;
    overflow: hidden;
}
@media all and (min-width: 461px) {
    #slideshow .item .caption #slideshow .slick-dots li button {
        width: 18px;
        height: 18px;
    }
}
@media all and (min-width: 1051px) {
    #slideshow .item .caption #slideshow .slick-dots li button {
        width: 20px;
        height: 20px;
    }
}
#slideshow .item .caption #slideshow .slick-dots li.slick-active button {
    background-color: #fff;
}
#slideshow .item .caption :heading {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#slideshow .slideshow-table {
    height: inherit;
    display: table;
}
#slideshow .slideshow-cell {
    padding-bottom: 40px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
#slideshow .slideshow-cell h2, #slideshow .slideshow-cell h3 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#slideshow .slideshow-cell h2 {
    margin-bottom: 5px;
    font-size: 28px;
}
#slideshow .slideshow-cell h3 {
    margin-bottom: 15px;
    font-size: 18px;
}
#slideshow .slideshow-cell a {
    line-height: 18px;
    padding: 6px 20px;
    color: #7b0206;
    font-size: 14px;
    font-weight: bold;
    border: 3px solid #7b0206;
    display: inline-block;
    transition-property: color, border-color;
    transition-duration: 0.5s;
}
#slideshow .slideshow-cell a:hover {
    color: #fff;
    border-color: #fff;
}
@media all and (min-width: 461px) {
    #slideshow .slideshow-cell h2 {
        margin-bottom: 15px;
        font-size: 40px;
    }
    #slideshow .slideshow-cell h3 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    #slideshow .slideshow-cell a {
        line-height: 20px;
        padding: 8px 25px;
        font-size: 16px;
    }
}
@media all and (min-width: 1051px) {
    #slideshow .slideshow-cell h2 {
        margin-bottom: 25px;
        font-size: 60px;
    }
    #slideshow .slideshow-cell h3 {
        margin-bottom: 45px;
        font-size: 30px;
    }
    #slideshow .slideshow-cell a {
        line-height: 22px;
        padding: 10px 30px;
        font-size: 18px;
    }
}
#slideshow .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
}
#slideshow .slick-dots li {
    display: inline-block;
}
#slideshow .slick-dots li:not(:last-child) {
    margin-right: 5px;
}
#slideshow .slick-dots li:not(:first-child) {
    margin-left: 5px;
}
#slideshow .slick-dots li button {
    width: 16px;
    height: 16px;
    color: #fff;
    text-indent: 30em;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.4s;
    overflow: hidden;
}
@media all and (min-width: 461px) {
    #slideshow .slick-dots li button {
        width: 18px;
        height: 18px;
    }
}
@media all and (min-width: 1051px) {
    #slideshow .slick-dots li button {
        width: 20px;
        height: 20px;
    }
}
#slideshow .slick-dots li.slick-active button {
    background-color: #fff;
}

.clear {
    border: none;
    height: 0;
    display: block
}

.clear.both {
    clear: both
}

.clear.left {
    clear: left
}

.clear.right {
    clear: right
}

header {
    position: relative;
    height: 80px;
    color: white;
    background-color: white;
    z-index: 1
}

header .width_container {
    position: relative;
    margin: 0 auto;
    padding: 0
}

header #header {
    width: 150px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -25px
}

header #header #logo {
    width: 150px;
    height: 150px;
    background-image: url("../img/logo.png");
    background-position: center;
    background-repeat: no-repeat
}

header #header a {
    display: block;
    overflow: hidden;
    text-indent: -2000em;
    line-height: 150px
}

header .top_bar {
    height: 30px;
    background-color: #7b0206
}

header .top_bar ul li {
    display: inline-block;
    line-height: 27px
}

header .top_bar ul li:first-child {
    float: left
}


header .top_bar ul li:nth-last-child(2),
header .top_bar ul li:last-child {
	margin-left: 20px;
    float: right;
}

header .top_bar ul li a {
    font-size: 13px
}

header .bottom_bar {
    height: 50px;
    background-color: #9c0102
}

header .bottom_bar nav .to_left, header .bottom_bar nav .to_right {
    position: relative
}

header .bottom_bar nav .to_left>ul>li, header .bottom_bar nav .to_right>ul>li {
    display: inline-block;
    position: relative;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.4s ease-out
}

header .bottom_bar nav .to_left>ul>li>a, header .bottom_bar nav .to_right>ul>li>a {
    font-size: 14px;
    font-weight: 700
}

header .bottom_bar nav .to_left>ul>li:nth-of-type(n+2), header .bottom_bar nav .to_right>ul>li:nth-of-type(n+2) {
    margin-left: 35px
}

header .bottom_bar nav .to_left>ul>li:hover, header .bottom_bar nav .to_right>ul>li:hover {
    color: #f4f4f4
}

header .bottom_bar nav .to_left>ul>li a.active, header .bottom_bar nav .to_right>ul>li a.active {
    color: #f4f4f4
}

header .bottom_bar nav .to_left>ul>li>ul, header .bottom_bar nav .to_right>ul>li>ul {
    display: none;
    position: absolute;
    left: -60px;
    z-index: 100;
    height: 200px;
    width: 180px;
    padding: 30px 20px 0;
    border-top: 10px solid white;
    background-color: #9c0102
}

header .bottom_bar nav .to_left>ul>li>ul>li, header .bottom_bar nav .to_right>ul>li>ul>li {
    text-decoration: none;
    text-align: center;
    line-height: 30px
}

header .bottom_bar nav .to_left>ul>li>ul>li:hover a, header .bottom_bar nav .to_right>ul>li>ul>li:hover a {
    text-decoration: underline;
    transition: 0.4s ease-out
}

header .bottom_bar nav .to_left>ul>li>ul>li>a, header .bottom_bar nav .to_right>ul>li>ul>li>a {
    font-size: 16px
}

header .bottom_bar nav .to_left>ul>li:hover ul, header .bottom_bar nav .to_right>ul>li:hover ul {
    display: block
}

header .bottom_bar nav button::before {
    content: '\f394'
}

header .bottom_bar nav button {
    display: none;
    width: 26px;
    height: 20px;
    float: right;
    font-family: 'Ionicons';
    font-size: 30px;
    line-height: 50px;
    color: white;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer
}

@media only screen and (max-width: 1000px) {
    header {
        border-bottom: 40px solid transparent
    }
    header.active #header {
        display: none
    }
    header.active .bottom_bar nav button::before {
        content: '\f2d7'
    }
    header.active .bottom_bar {
        width: 100vw;
        height: auto;
        display: block;
        position: absolute;
        z-index: 12
    }
    header.active .bottom_bar nav .to_left, header.active .bottom_bar nav .to_right {
        float: none;
        width: 90%
    }
    header.active .bottom_bar nav .to_left ul, header.active .bottom_bar nav .to_right ul {
        display: block
    }
    header.active .bottom_bar nav .to_left ul>li, header.active .bottom_bar nav .to_right ul>li {
        display: block;
        text-align: left;
        line-height: 55px;
        margin-left: 0
    }
    header.active .bottom_bar nav .to_left ul>li>ul, header.active .bottom_bar nav .to_right ul>li>ul {
        display: none
    }
    header.active .bottom_bar nav .to_left ul>li a, header.active .bottom_bar nav .to_right ul>li a {
        font-size: 18px;
        line-height: 60px
    }
    header .bottom_bar nav .to_left>ul, header .bottom_bar nav .to_right>ul {
        display: none
    }
    header .bottom_bar nav button {
        display: block
    }
    header .bottom_bar nav .to_left>ul>li.active ul {
        height: auto;
        width: 100%;
        position: relative;
        display: block;
        left: 0;
        padding: 0;
        margin-top: 0;
        border-top: 2px solid white
    }
    header .bottom_bar nav .to_left>ul>li.active ul li a {
        font-size: 16px
    }
}

@media only screen and (max-width: 1240px) {
    header .bottom_bar nav>ul>li:nth-of-type(n+2) {
        margin-left: 15px
    }
}

@media only screen and (max-width: 780px) {
    header #header {
        height: 120px
    }
    header #header #logo a {
        line-height: 120px
    }
    header #header #logo {
        height: 120px;
        background-size: contain
    }
}

footer {
    position: relative
}

footer .width_container {
    padding: 80px 0 40px 0
}

footer .width_container .top_wrapper {
    margin-bottom: 50px
}

footer .width_container .top_wrapper .menu {
    width: 330px;
    display: inline-block
}

footer .width_container .top_wrapper .menu li {
    line-height: 23px
}

footer .width_container .top_wrapper .menu li:hover {
    text-decoration: underline
}

footer .width_container .top_wrapper .subscribe {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase
}

footer .width_container .top_wrapper .subscribe p {
    padding-left: 15px
}

footer .width_container .top_wrapper .social {
    width: 330px;
    display: inline-block;
    text-align: right
}

footer .width_container .top_wrapper .social .social_icon {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    border: 2px solid #7b0206;
    border-radius: 100%;
    transition: 0.4s ease-out
}
footer .width_container .top_wrapper .social .social_icon.flickr a{
   background-image: url(../uploads/images/flickr.svg);
   height: 50px;
   width: 25px;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
       margin: auto;
}

footer .width_container .top_wrapper .social .social_icon:nth-of-type(n+2) {
    margin-left: 40px
}

footer .width_container .top_wrapper .social .social_icon a {
    line-height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #7b0206;
    font-size: 25px
}

footer .width_container .top_wrapper .social .social_icon:hover {
    background-color: #7b0206
}

footer .width_container .top_wrapper .social .social_icon:hover a {
    color: #f4f4f4
}

footer .width_container hr {
    height: 0.4px;
    background-color: #484848;
    width: 100%
}

footer .width_container .bottom_wrapper p {
    font-size: 14px;
    text-transform: uppercase
}

footer .width_container .bottom_wrapper a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 1240px) {
    footer .width_container .top_wrapper .menu {
        width: 290px
    }
}

@media only screen and (max-width: 1000px) {
    footer .width_container .top_wrapper .menu {
        width: 240px
    }
    footer .width_container .top_wrapper .subscribe {
        width: 250px
    }
    footer .width_container .top_wrapper .social {
        width: 240px
    }
    footer .width_container .top_wrapper .social .social_icon:nth-of-type(n+2) {
        margin-left: 10px
    }
}

@media only screen and (max-width: 780px) {
    footer .width_container {
        padding: 50px 0 30px 0
    }
    footer .width_container .top_wrapper {
        margin-bottom: 30px
    }
    footer .width_container .top_wrapper .menu {
        width: 200px
    }
    footer .width_container .top_wrapper .social {
        width: 100%;
        text-align: center;
        margin-top: 30px
    }
    footer .width_container .bottom_wrapper div {
        float: none
    }
    footer .width_container .bottom_wrapper p {
        text-align: center
    }
}

@media only screen and (max-width: 500px) {
    footer .width_container .top_wrapper .menu {
        width: 100%
    }
    footer .width_container .top_wrapper .menu li {
        text-align: center
    }
    footer .width_container .top_wrapper .subscribe {
        width: 280px;
        margin-top: 30px
    }
}

#speakers_slider, #speakers_list, #news_list, #events_list, #archive_list, #partners_list {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px
}

#speakers_slider li, #speakers_list li, #news_list li, #events_list li, #archive_list li, #partners_list li {
    width: 220px;
    height: auto;
    position: relative;
    display: inline-block;
    margin-top: 30px;
    margin-right: 36px;
    vertical-align: top
}

#speakers_slider li:nth-child(4n+4), #speakers_list li:nth-child(4n+4), #news_list li:nth-child(4n+4), #events_list li:nth-child(4n+4), #archive_list li:nth-child(4n+4), #partners_list li:nth-child(4n+4) {
    margin-right: 0
}

#speakers_slider li .image, #speakers_list li .image, #news_list li .image, #events_list li .image, #archive_list li .image, #partners_list li .image {
    width: 220px;
    height: 200px;
    margin-bottom: 20px
}

#speakers_slider li .caption, #speakers_list li .caption, #news_list li .caption, #events_list li .caption, #archive_list li .caption, #partners_list li .caption {
    display: none;
    width: 220px;
    height: 200px;
    position: absolute;
    top: 0;
    background-color: rgba(156, 1, 2, 0.51);
    transition: 0.4s ease-out
}

#speakers_slider li .caption a, #speakers_list li .caption a, #news_list li .caption a, #events_list li .caption a, #archive_list li .caption a, #partners_list li .caption a {
    text-align: center;
    color: #f4f4f4;
    vertical-align: middle;
    display: table-cell
}

#speakers_slider li h3, #speakers_list li h3, #news_list li h3, #events_list li h3, #archive_list li h3, #partners_list li h3 {
    margin-bottom: 10px
}

#speakers_slider li:hover .caption, #speakers_list li:hover .caption, #news_list li:hover .caption, #events_list li:hover .caption, #archive_list li:hover .caption, #partners_list li:hover .caption {
    display: inline-table
}

#speakers_slider li a:hover, #speakers_list li a:hover, #news_list li a:hover, #events_list li a:hover, #archive_list li a:hover, #partners_list li a:hover {
    color: #7b0206
}

@media only screen and (max-width: 1240px) {
    #speakers_slider li, #speakers_list li, #news_list li, #events_list li, #archive_list li, #partners_list li {
        margin-right: 23px
    }
}

@media only screen and (max-width: 1000px) {
    #speakers_slider li:nth-child(4n+4), #speakers_list li:nth-child(4n+4), #news_list li:nth-child(4n+4), #events_list li:nth-child(4n+4), #archive_list li:nth-child(4n+4), #partners_list li:nth-child(4n+4) {
        margin-right: 23px
    }
}

@media only screen and (max-width: 780px) {
    #speakers_slider li, #speakers_list li, #news_list li, #events_list li, #archive_list li, #partners_list li {
        margin-right: 8px
    }
    #speakers_slider li:nth-child(4n+4), #speakers_list li:nth-child(4n+4), #news_list li:nth-child(4n+4), #events_list li:nth-child(4n+4), #archive_list li:nth-child(4n+4), #partners_list li:nth-child(4n+4) {
        margin-right: 8px
    }
}

@media only screen and (max-width: 500px) {
    #speakers_slider, #speakers_list, #news_list, #events_list, #archive_list, #partners_list {
        width: 220px;
        margin: 30px auto
    }
}

#speakers_slider li:nth-child(4n+4) {
    margin-right: 36px
}

#speakers_list li a:hover {
    color: white;
    text-decoration: underline;
    transition: 0.4s ease-out
}

#workshops_list {
    position: relative;
    margin-top: 80px
}

#workshops_list li {
    position: relative;
    background-color: #f4f4f4;
    padding: 40px;
    box-sizing: border-box
}

#workshops_list li:first-child {
    margin-bottom: 60px
}

#workshops_list li article {
    width: 70%;
    float: right
}

#workshops_list li article h3 {
    max-height: 25px;
    overflow: hidden;
    color: #7b0206;
    margin-bottom: 5px
}

#workshops_list li article p {
    max-height: 70px;
    overflow: hidden
}

#workshops_list li p a {
    color: #7b0206
}

@media only screen and (max-width: 1240px) {
    #workshops_list li article {
        width: 65%
    }
}

@media only screen and (max-width: 780px) {
    #workshops_list li article {
        width: 100%;
        padding-top: 140px
    }
    #workshops_list li:first-child {
        margin-bottom: 80px
    }
}

.photos_list, .videos_list {
    margin-top: 40px
}

.photos_list li, .videos_list li {
    width: 220px;
    height: 200px;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.photos_list li:nth-child(1), .photos_list li:nth-child(2), .videos_list li:nth-child(1), .videos_list li:nth-child(2) {
    margin-bottom: 40px
}

.photos_list li:nth-child(2n), .videos_list li:nth-child(2n) {
    margin-left: 40px
}

.photos_list li .image, .videos_list li .image {
    width: 220px;
    height: 200px
}

.photos_list li .caption, .videos_list li .caption {
    display: none;
    width: 220px;
    height: 200px;
    position: absolute;
    top: 0;
    background-color: rgba(156, 1, 2, 0.51);
    transition: 0.4s ease-out
}

.photos_list li .caption a, .videos_list li .caption a {
    text-align: center;
    color: #f4f4f4;
    vertical-align: middle;
    display: table-cell
}

.photos_list li:hover .caption, .videos_list li:hover .caption {
    display: inline-table
}

.photos_list button, .videos_list button {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-family: 'FontAwesome';
    background-color: transparent;
    border-color: transparent;
    outline: none;
    color: #484848;
    line-height: 40px;
    font-size: 28px;
    cursor: pointer;
    transition: 0.4s ease-out
}

@media only screen and (max-width: 1240px) {
    .photos_list li, .videos_list li {
        margin-left: 20px;
        margin-bottom: 20px
    }
    .photos_list li:first-child, .videos_list li:first-child {
        margin-left: 0;
        margin-bottom: 20px
    }
    .photos_list li:nth-child(2n), .videos_list li:nth-child(2n) {
        margin-left: 20px;
        margin-bottom: 20px
    }
    .photos_list li:nth-child(2n+1), .videos_list li:nth-child(2n+1) {
        margin-left: 0;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 1000px) {
    .photos_list li:nth-child(2n), .videos_list li:nth-child(2n) {
        display: none
    }
    .photos_list li:nth-child(n+1), .videos_list li:nth-child(n+1) {
        margin-left: 10px
    }
}

.photos_list.block li, .videos_list.block li {
    margin-bottom: 40px
}

.photos_list.block li:nth-child(4n+1), .videos_list.block li:nth-child(4n+1) {
    margin-left: 0
}

.photos_list.block li, .videos_list.block li {
    margin-left: 40px
}

@media only screen and (max-width: 1240px) {
    .photos_list.block li, .videos_list.block li {
        margin-left: 27px
    }
}

@media only screen and (max-width: 1000px) {
    .photos_list.block li:nth-child(2n), .videos_list.block li:nth-child(2n) {
        display: inline-block
    }
    .photos_list.block li, .videos_list.block li {
        margin-left: 20px
    }
    .photos_list.block li:nth-child(3n+1), .videos_list.block li:nth-child(3n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width: 780px) {
    .photos_list.block li, .videos_list.block li {
        margin-left: 20px;
        margin-bottom: 5px
    }
    .photos_list.block li:nth-child(3n+1), .videos_list.block li:nth-child(3n+1) {
        margin-left: 20px
    }
    .photos_list.block li:nth-child(2n+1), .videos_list.block li:nth-child(2n+1) {
        margin-left: 0
    }
}

.photos_list li .video_detail, .videos_list li .video_detail {
    position: relative
}

.photos_list li .video_detail .popup_video iframe, .videos_list li .video_detail .popup_video iframe {
    display: none
}

.photos_list li .video_detail .popup_video button, .videos_list li .video_detail .popup_video button {
    display: none;
    width: 26px;
    min-height: 20px;
    position: relative;
    margin-right: 50px;
    float: right;
    font-family: 'Ionicons';
    font-size: 30px;
    line-height: 50px;
    color: white;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer
}

.photos_list li .video_detail .popup_video button::before, .videos_list li .video_detail .popup_video button::before {
    content: '\f2d7'
}

.photos_list li .video_detail.display .popup_video, .videos_list li .video_detail.display .popup_video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 5
}

.photos_list li .video_detail.display .popup_video button, .videos_list li .video_detail.display .popup_video button {
    display: block
}

.photos_list li .video_detail.display .popup_video iframe, .videos_list li .video_detail.display .popup_video iframe {
    max-width: 80%;
    max-height: 80%;
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10
}

@media only screen and (max-width: 500px) {
    .photos_list li, .videos_list li {
        margin-left: 5px !important;
        margin-right: 5px
    }
    .photos_list li:nth-child(3n+1), .videos_list li:nth-child(3n+1) {
        margin-left: 5px;
        margin-right: 5px
    }
}

#menu_footer li a {
    font-size: 14px;
    text-transform: uppercase
}

#partners_slider {
    width: 80%;
    margin: 0 auto;
    height: 250px;
    padding-top: 40px
}

#partners_slider li {
    width: 260px;
    height: 100px;
    display: inline-block;
    margin-right: 40px;
    outline: none
}

#partners_slider li .image {
    width: 260px;
    height: 100px
}

#areas_list {
    position: relative;
    margin: 30px auto
}

#areas_list li {
    width: 330px;
    height: 380px;
    display: inline-block;
    padding: 60px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    transition: 0.4s ease-out
}

#areas_list li:nth-child(n+2) {
    margin-left: 5px
}

#areas_list li .text_wrap {
    height: 260px;
    vertical-align: middle;
    display: table-cell
}

#areas_list li p {
    display: none;
    color: #f4f4f4;
    margin-top: 40px
}

#areas_list li.fixed {
    background-color: #7b0206
}

#areas_list li.fixed h2 {
    color: #f4f4f4
}

#areas_list li.fixed p {
    display: block
}

@media only screen and (max-width: 1240px) {
    #areas_list li {
        width: 310px
    }
}

@media only screen and (max-width: 1000px) {
    #areas_list li {
        width: 240px;
        padding: 15px
    }
}

@media only screen and (max-width: 780px) {
    #areas_list {
        text-align: center
    }
    #areas_list li {
        width: 310px
    }
}

@media only screen and (max-width: 500px) {
    #areas_list li {
        width: 280px
    }
}

#goals_list {
    margin: 60px auto
}

#goals_list li {
    margin-bottom: 30px
}

#presskit_list, #documents_list {
    padding-top: 60px
}

#presskit_list li, #documents_list li {
    padding: 30px 0;
    border-bottom: 1px solid #f4f4f4
}

#presskit_list li h3, #documents_list li h3 {
    margin-bottom: 15px
}

#presskit_list li a:hover, #documents_list li a:hover {
    text-decoration: underline
}

#partners_list li {
    background-color: #fff;
    border: solid 1px #d7d7d7;
    padding: 10px;
    box-sizing: border-box
}

#partners_list li .image {
    width: 200px;
    background-size: contain;
    margin-bottom: 0
}

#newsletter {
    position: relative
}

#newsletter input {
    width: 320px;
    height: 50px;
    margin-top: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    background-color: transparent;
    border: 2px solid #9c0102;
    border-radius: 35px;
    color: #9c0102;
    font-size: 18px;
    text-transform: uppercase;
    outline: none
}

#newsletter input::-webkit-input-placeholder {
    color: #9c0102
}

#newsletter input:-moz-placeholder {
    color: #9c0102
}

#newsletter input::-moz-placeholder {
    color: #9c0102
}

#newsletter input:-ms-input-placeholder {
    color: #9c0102
}

#newsletter button {
    position: absolute;
    right: 10px;
    bottom: 12px;
    background-color: transparent;
    cursor: pointer;
    transition: 0.4s ease-out;
    color: #9c0102;
    border: none;
    font-size: 20px
}

@media only screen and (max-width: 1000px) {
    #newsletter input {
        width: 250px
    }
}

@media only screen and (max-width: 500px) {
    #newsletter input {
        width: 280px
    }
}

#contact_form {
    display: inline-block;
    vertical-align: top;
    padding-top: 60px
}

#contact_form .op_result{
	margin-bottom: 30px;
}
#contact_form .op_result:not(:empty){
	margin-top: 30px;
}

#contact_form::after{
	content: '';
	clear: both;
	display: block;
}

#contact_form .left_collumn, #contact_form .right_collumn {
    width: 49%
}

#contact_form input,
#contact_form textarea {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 15px;
    outline: none;
    resize: none;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    border: none;
    background-color: #f4f4f4;
    transition: 0.4s ease-out
}
#contact_form textarea{
	padding-top: 15px;
	padding-bottom: 15px;
}

#contact_form input::-webkit-input-placeholder, #contact_form textarea::-webkit-input-placeholder {
    color: #484848
}

#contact_form input:-moz-placeholder, #contact_form textarea:-moz-placeholder {
    color: #484848
}

#contact_form input::-moz-placeholder, #contact_form textarea::-moz-placeholder {
    color: #484848
}

#contact_form input:-ms-input-placeholder, #contact_form textarea:-ms-input-placeholder {
    color: #484848
}

#contact_form textarea {
    height: 285px
}

#contact_form span {
    color: #484848;
    display: block
}

@media only screen and (max-width: 1000px) {
    #contact_form button {
        margin-top: 20px
    }
}

@media only screen and (max-width: 780px) {
    #contact_form .left_collumn, #contact_form .right_collumn {
        width: 100%;
        float: none
    }
    #contact_form button {
        float: none
    }
}


.form{
	display: block !important;
}

.form h3{
	margin-bottom: 15px;
}
.form .button{
	margin-top: 0 !important;
}


body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #484848;
    background-color: #f4f4f4
}

.width_container {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0
}

.base_wrapper {
    background-color: white
}

.red {
    background-color: #7b0206
}

.to_left {
    float: left
}

.to_right {
    float: right
}

.image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.nav {
    width: 100%;
    margin-top: 40px
}

.nav button {
    margin-top: 0
}

h2 {
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase
}

@media only screen and (max-width: 500px) {
    h2 {
        font-size: 26px
    }
}

h3 {
    font-size: 18px;
    text-transform: uppercase
}

p {
    font-size: 18px
}

p.italic {
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700
}

button {
    outline: none
}

.readmore {
    color: #7b0206;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 13px
}

#map {
    width: 100%;
    height: 350px;
    position: relative
}

@media only screen and (max-width: 1000px) {
    #map {
        display: none
    }
}

.button {
    width: 205px;
    height: 50px;
    float: right;
    margin-top: 40px;
    font-family: "Lato", sans-serif;
    background-color: transparent;
    border: 2px solid #9c0102;
    border-radius: 35px;
    color: #9c0102;
    text-align: center;
    cursor: pointer;
    transition: 0.4s ease-out;
    font-size: 18px;
    text-transform: uppercase
}

.button:hover {
    background-color: #9c0102;
    color: white
}

.button:focus {
    background-color: #7b0206;
    color: white
}

@media only screen and (max-width: 780px) {
    .button {
        margin: 30px auto 0;
        float: none;
        display: block
    }
}

.arrows, .arrows_partners {
    width: 110px;
    height: 35px;
    position: relative;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0
}

.arrows button, .arrows_partners button {
    width: 50px;
    height: 50px;
    position: relative;
    font-family: 'FontAwesome';
    background-color: transparent;
    border-color: transparent;
    outline: none;
    color: #484848;
    line-height: 40px;
    font-size: 28px;
    cursor: pointer;
    transition: 0.4s ease-out
}

.arrows button:hover, .arrows_partners button:hover {
    opacity: .5
}

.arrows button::before, .arrows_partners button::before {
    font-size: 23px
}

@media only screen and (max-width: 500px) {
    .arrows, .arrows_partners {
        float: none;
        bottom: 20px
    }
}

.arrows_partners {
    width: 100px;
    top: -60px;
    float: none
}

.arrows_partners button {
    color: #f4f4f4
}

#top_banner {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden
}

#top_banner .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center
}

@media only screen and (max-width: 1000px) {
    #top_banner {
        display: none
    }
}

.intro {
    position: relative;
    margin-top: 55px;
    padding: 70px 40px 25px;
    box-sizing: border-box;
    background-color: #f4f4f4
}

.intro .text_wrapper {
    width: 482px
}

.intro .text_wrapper p {
    overflow: hidden
}

.intro .text_wrapper .button {
    float: none
}

@media only screen and (max-width: 1000px) {
    .intro .text_wrapper {
        width: 300px
    }
    .intro .text_wrapper p {
        height: auto;
        max-height: 310px
    }
}

@media only screen and (max-width: 780px) {
    .intro .text_wrapper {
        width: 100%;
        padding-top: 160px
    }
    .intro .text_wrapper .button {
        text-align: center
    }
}

.box {
    width: 330px;
    height: 380px;
    display: inline-table;
    position: absolute;
    background-color: #7b0206;
    color: #f4f4f4;
    box-sizing: border-box
}

.box h2 {
    vertical-align: middle;
    display: table-cell;
    line-height: 32px
}

.box.large {
    top: -50px;
    right: 40px;
    padding-left: 60px
}

.box.small {
    width: 200px;
    height: 200px;
    top: -40px;
    left: 40px;
    text-align: center
}

.box.small h2 {
    text-transform: none
}

@media only screen and (max-width: 780px) {
    .box {
        width: 220px;
        height: 250px
    }
    .box.large {
        top: -50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-left: 20px
    }
    .box.small {
        top: -50px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: none!important
}
.photos_wrapper {
    width: 49%;
    display: inline-block
}

@media only screen and (max-width: 1000px) {
    .photos_wrapper li {
        margin-left: 0
    }
}

@media only screen and (max-width: 780px) {
    .photos_wrapper {
        width: 100%;
        margin-left: 20px
    }
}

.videos_wrapper {
    width: 49%;
    display: inline-block;
    margin-left: 1.5%;
    vertical-align: top
}

.videos_wrapper .video {
    height: 440px;
    margin-top: 40px
}

@media only screen and (max-width: 1240px) {
    .videos_wrapper .video, .videos_wrapper .video iframe {
        height: 420px
    }
}

@media only screen and (max-width: 780px) {
    .videos_wrapper {
        width: 100%;
        margin-left: 20px
    }
    .videos_wrapper .video {
        width: 100%;
        height: 300px
    }
    .videos_wrapper .video iframe {
        height: 300px
    }
}

@media only screen and (max-width: 500px) {
    .videos_wrapper {
        width: auto
    }
}

.partners_wrapper {
    height: 250px;
    position: relative;
    margin-top: 40px;
    color: #f4f4f4
}

.partners_title {
    padding-left: 100px
}

.areas_wrapper {
    margin-top: 60px
}

.areas_wrapper h2 {
    margin-top: 20px
}

.speakers_detail, .news_detail, #talks_list li, .talks_detail, .program_wrapper, .presskit {
    width: 100%;
    margin-top: 60px;
    padding: 40px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    position: relative
}

.speakers_detail article, .news_detail article, #talks_list li article, .talks_detail article, .program_wrapper article, .presskit article {
    padding-left: 250px
}

.speakers_detail h3, .news_detail h3, #talks_list li h3, .talks_detail h3, .program_wrapper h3, .presskit h3 {
    color: #7b0206;
    margin-bottom: 15px
}

.speakers_detail h2 a:hover, .news_detail h2 a:hover, #talks_list li h2 a:hover, .talks_detail h2 a:hover, .program_wrapper h2 a:hover, .presskit h2 a:hover {
    text-decoration: underline
}

.speakers_detail .image, .news_detail .image, #talks_list li .image, .talks_detail .image, .program_wrapper .image, .presskit .image {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 40px;
    top: -40px
}

@media only screen and (max-width: 780px) {
    .speakers_detail article, .news_detail article, #talks_list li article, .talks_detail article, .program_wrapper article, .presskit article {
        padding-left: 0;
        padding-top: 130px
    }
}

.program_wrapper article {
    max-height: 140px;
    overflow: hidden
}

.program_wrapper h3 {
    margin: 15px 5px 15px 0
}

.program_wrapper h3, .program_wrapper p {
    display: inline-block
}

.program_wrapper .arrow {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer
}

.program_wrapper .arrow:hover {
    color: #7b0206
}

.program_wrapper.open article {
    max-height: none;
    height: auto
}

.program_wrapper.open .arrow::before {
    content: '\f126'
}

@media only screen and (max-width: 500px) {
    .program_wrapper .arrow {
        right: 10px
    }
}

@media only screen and (max-width: 1240px) {
    .width_container {
        width: 960px
    }
}

@media only screen and (max-width: 1000px) {
    .width_container {
        width: 740px
    }
}

@media only screen and (max-width: 780px) {
    .width_container {
        width: 460px;
        padding: 20px 0
    }
}

@media only screen and (max-width: 500px) {
    .width_container {
        width: 280px
    }
}

hr{
	height: 1px;
	margin: 30px 0;
	background-color: #dddddd;
	border: none;
}



/*
 * jQuery Date Picker
 */

.ui-datepicker {
  padding: 9px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  z-index: 2 !important;
}

.ui-datepicker-header {
  height: 80px;
  color: #fff;
  text-align: center;
  background-color: #b22728;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.ui-datepicker-header a {
  width: 0;
  height: 0;
  margin: auto;
  text-indent: -2000em;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
  transition: border-color .4s;
}

.ui-datepicker-header a.ui-datepicker-prev {
  border-right: 8px solid #ffffff;
  left: 20px;
}

.ui-datepicker-header a.ui-datepicker-prev:hover {
  border-right-color: #590002;
}

.ui-datepicker-header a.ui-datepicker-next {
  border-left: 8px solid #ffffff;
  right: 20px;
}

.ui-datepicker-header a.ui-datepicker-next:hover {
  border-left-color: #590002;
}

.ui-datepicker-header .ui-datepicker-title {
  height: 30px;
  line-height: 30px;
  padding: 25px 40px;
  font-size: 18px;
}

.ui-datepicker-header .ui-datepicker-title select {
  height: 30px;
  padding-right: 6px;
  padding-left: 6px;
  margin: 0 8px;
  color: #fff;
  font-size: 16px;
  background-color: #b22728;
  border: none;
  outline: none;
}

.ui-datepicker-calendar {
  font-size: 14px;
  background-color: #bbbbbb;
  border-collapse: separate !important;
  border-spacing: 2px;
}

.ui-datepicker-calendar th {
  height: 40px;
  padding: 0 !important;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  padding: 0 !important;
  text-align: center;
}

.ui-datepicker-calendar td.ui-state-selected a {
  background-color: #7b0206;
}

.ui-datepicker-calendar tbody a,
.ui-datepicker-calendar tbody span {
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  display: block;
}

.ui-datepicker-calendar tbody a {
  background-color: #cccccc;
}

.ui-datepicker-calendar a:hover,
.ui-datepicker-calendar a.ui-state-active {
  background-color: #9c0102;
}

.ui-datepicker-calendar a.ui-state-highlight {
  background-color: #dddddd;
}


/**
 * Bootstrap 3 alert
 */
 .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}


/**
 * Bootstrap 3 container
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}



/**
 * Bootstrap 3 grid system
 */
.row,
.editable--wedding-info ul,
.three-cols-list,
.services-list,
.list-header {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.editable--wedding-info ul:before,
.three-cols-list:before,
.services-list:before,
.list-header:before,
.row:after,
.editable--wedding-info ul:after,
.three-cols-list:after,
.services-list:after,
.list-header:after {
  content: " ";
  display: table;
}

.row:after,
.editable--wedding-info ul:after,
.three-cols-list:after,
.services-list:after,
.list-header:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.services-list__item,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.editable--wedding-info ul li,
.list-header__col,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.services-list__item,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.editable--wedding-info ul li,
.list-header__col,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3,
.services-list__item {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6,
.editable--wedding-info ul li,
.list-header__col {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}


.modal{
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

/*
 * This class must be applied tho the <body>; otherwise, two
 * scrollbars may appear at the right side of the window.
 */
.modal-open{
    overflow: hidden;
}

.modal-content{
    width: 280px;
    margin: 3rem auto;
    background-color: #ffffff;
    position: relative;
}

@media screen and (min-width: 731px) {
    .modal-content {
        width: 500px;
    }
}

.modal-header,
.modal-body{
    padding: 25px;
}

.modal-header{
    border-bottom: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title{
    margin-bottom: 0;
    font-size: 1.7em;
}

.modal-close-btn {
    font-size: 1.8em;
    color: #777777;
    cursor: pointer;
    background: none;
    border: none;
    transition: color .4s;
}

.modal-close-btn:hover,
.modal-close-btn:active{
    color: #000000;
}

.modal-body p{
    line-height: 1.7;
}

.text-primary{
    color: #7b0206;
}

/*
*	CUSTOM INPUTS
*/

/* custom select */
.custom_select{height:50px;padding:0 28px 0 15px;line-height:50px;color:#aaa;font-size:13px;text-transform:uppercase;background-color:#f4f4f4;cursor:pointer;display:block;position:relative}
.custom_select.disabled{opacity:.7!important}
.custom_select span{width:0;height:0;margin:auto;border-top:6px solid #777;border-right:6px solid transparent;border-left:6px solid transparent;opacity:.8;display:block;position:absolute;top:0;right:10px;bottom:0}
.custom_select:hover{color:#777;border-color:#cdcdcd}
.custom_select:hover span{opacity:1}

/* check box */
.custom_checkbox{width:14px;height:14px;margin-bottom:-4px;background-color:white;border:1px solid #c5c5c5;display:inline-block;position:relative}
.custom_checkbox > span{width:6px;height:6px;margin:auto;background-color:transparent;position:absolute;top:0;right:0;bottom:0;left:0}
.custom_checkbox > span.current{background-color:#c1c1c1}
.custom_checkbox input{width:14px;height:14px;opacity:0;margin:0!important;cursor:pointer;position:absolute;top:0;left:0;z-index:2;display:block}

/*
*	CUSTOM RADIO BUTTON
*/
/* check box */
.custom_radio{width:14px;height:14px;margin-bottom:-4px;background-color:white;border:1px solid #c5c5c5;border-radius:8px;display:inline-block;position:relative}
.custom_radio > span{width:8px;height:8px;margin:auto;background-color:transparent;border-radius:4px;position:absolute;top:0;right:0;bottom:0;left:0}
.custom_radio > span.current{background-color:#c1c1c1}
.custom_radio input{width:14px;height:14px;opacity:0;margin:0!important;cursor:pointer;position:absolute;top:0;left:0;z-index:2;display:block}
