html {
    background: #1b5468;
}
.carousel .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
}
.anchor-container {
    bottom: 20px;
    right: 32px;
    margin: 0;
    position: absolute;
}
.anchor-container i {
    color: #fff;
    font-size: 39px;
    opacity: 0.7;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.featured-speaker-btn {
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 5000000;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.featured-speaker-btn .btn-feature {
    background: #dadbdb;
    color: #333;
    border-radius: 7px 7px 0 0;
    font-size: 14px;
    font-weight: 500;
}
.featured-speaker-btn .btn-feature i {
    color: #828383;
}
.featured-speaker-btn.appeared {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5000000;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.featured-speaker-btn.appeared .btn-feature {
    background: #dadbdb none repeat scroll 0 0;
    border-radius: 7px 7px 0 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.featured-speaker-btn.appeared .btn-feature i {
    color: #828383;
    font-size: 14px;
}
#anchor-landing {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}
.cd-top {
    color: #5d7f8a;
    display: inline-block;
    font-size: 36px;
    overflow: hidden;
    padding: 5px;
    position: fixed;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    bottom: 40px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
}
.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: 0.5;
}
.no-touch .cd-top:hover {
    color: #113542;
    opacity: 1;
}
.no-touch .cd-top:focus {
    color: #5d7f8a;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        right: 30px;
        bottom: 30px;
    }
}
@media only screen and (max-width: 1023px) {
    .small-menu {
        display: block;
    }
    .large-menu {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    .small-menu {
        display: none;
    }
    .large-menu {
        display: block;
    }
}
.small-menu2 {
    display: none;
}
.med-menu2 {
    display: none;
}
.large-menu2 {
    display: block;
}

@media only screen and (max-width: 1023px) {
    .small-menu2 {
        display: none;
    }
    .med-menu2 {
        display: block;
    }
    .large-menu2 {
        display: none;
    }
}
@media only screen and (max-width: 666px) {
    .small-menu2 {
        display: block;
    }
    .med-menu2 {
        display: none;
    }
    .large-menu2 {
        display: none;
    }
}
@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot);
    src: url(../fonts/fontello.eot) format("embedded-opentype"), url(../fonts/fontello.svg) format("svg"), url(../fonts/fontello.woff) format("woff"), url(../fonts/fontello.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: inherit;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
    content: "\e800";
}
.icon-heart:before {
    content: "\e801";
}
.icon-left-open:before {
    content: "\e802";
}
.icon-right-open:before {
    content: "\e803";
}
.icon-up-open:before {
    content: "\e804";
}
.icon-down-open:before {
    content: "\e805";
}
.icon-facebook:before {
    content: "\e806";
}
.icon-youtube:before {
    content: "\e807";
}
.icon-right-dir:before {
    content: "\e808";
}
.icon-down-dir:before {
    content: "\e809";
}
.icon-info-circled:before {
    content: "\e80a";
}
.icon-mail:before {
    content: "\e80b";
}
.icon-print:before {
    content: "\e80c";
}
.icon-heart-empty:before {
    content: "\e80d";
}
.icon-cancel-circled:before {
    content: "\e80e";
}
a:focus {
    outline: 0;
}
body {
    text-align: justify;
    line-height: 1.4em;
    font-size: 16px;
    min-width: 320px;
}
b,
strong {
    font-weight: 600;
}
h1 {
    margin: 0;
}
h2 {
    line-height: 20px;
    margin: 0 0 15px;
    letter-spacing: 7px;
    text-transform: uppercase;
}
.form-control {
    box-shadow: none;
    height: 25px;
    padding: 4px 6px;
    line-height: 15px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.speakers .speakers-holder {
    position: relative;
    padding: 12px 0 25px 36px;
}
.speakers .speakers-holder .opener {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: url(../images/sep01.jpg) no-repeat;
    width: 35px;
    height: 25px;
    overflow: hidden;
    text-indent: -9999px;
    opacity: 1;
}
.speakers .speakers-holder .opener:hover {
    opacity: 0.8;
}
.speakers .speakers-holder.active .opener {
    background: url(../images/sep.jpg) no-repeat;
}
.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}
.btn {
    white-space: normal;
}
#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 69px;
}
#header {
    background: #f0efe7;
    z-index: 9999;
    box-shadow: 0 0 4px #222222;
    position: fixed;
    width: 100%;
    background-blend-mode: multiply;
}
#header .container {
    position: relative;
}
.logo {
    float: left;
    padding: 0 0 0 26px;
}
.header-content {
    float: right;
    width: 78%;
    padding: 16px 28px 0 0;
    font-size: 14px;
    line-height: 16px;
}
.header-content ul {
    margin: 0;
}
.header-content ul li {
    vertical-align: top;
}
.header-content ul li.active .list a {
    color: #018aa8;
    font-size: 19px;
    line-height: 21px;
    font-weight: 700;
}
.header-content ul li.active .list a span:after,
.header-content ul li.active .list a span:before {
    font-size: 20px;
    line-height: 32px;
    top: -8px;
}
.header-content ul li.active .list a span:before {
    content: "{";
}
.header-content ul li.active .list a span:after {
    content: "}";
}
.header-content .list {
    height: 35px;
    display: table;
    width: 100%;
    text-align: center;
}
.header-content .list a {
    display: table-cell;
    vertical-align: middle;
    color: #666;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 4px;
}
.header-content .list a span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 18px;
}
.header-content .list a span:after,
.header-content .list a span:before {
    position: absolute;
    left: 0;
    top: -4px;
    font-family: fontello;
    font-size: 20px;
    line-height: 20px;
}
.header-content .list a span:after {
    left: auto;
    right: 0;
}
.header-content .list a:hover {
    color: #018aa8;
}
.header-content .list a:hover span:before {
    content: "{";
}
.header-content .list a:hover span:after {
    content: "}";
}
.header-content .link {
    float: left;
    position: relative;
    z-index: 300;
    margin: 0 16px 0 0;
}
.header-content .link .list a {
    position: relative;
}
.header-content .link .list a:before {
    content: "\e801";
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: 10px;
    left: 0;
    font-family: fontello;
}
.header-content .link .list a:hover span:before {
    top: -4px;
    left: -16px;
    font-size: 20px;
    line-height: 20px;
    content: "{";
}
.header-content .link.active .list a {
    color: #018aa8;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
.header-content .link.active .list a span:after,
.header-content .link.active .list a span:before {
    font-size: 32px;
    line-height: 32px;
    top: -9px;
}
.header-content .link.active .list a span:before {
    content: "{";
}
.header-content .link.active .list a span:after {
    content: "}";
}
.header-content .link.active .list a span:before {
    font-size: 32px;
    line-height: 32px;
    left: -18px;
    content: "{";
}
.form-box {
    float: right;
}
.search-form {
    float: right;
    position: relative;
    margin: 6px 0 0;
    z-index: 9999;
}
.search-form a {
    background: 0 0;
    border: 0;
    color: #646e71;
    padding: 5px;
    position: relative;
    z-index: 9999;
    background: #f0efe7;
    float: right;
    font-size: 14px;
    line-height: 14px;
}
.search-form a:hover {
    color: #25343c;
}
.search-form .form-control,
.search-form input[type="search"],
.search-form input[type="text"] {
    height: 21px;
    padding: 1px 6px 2px;
}
.search-form .input-field {
    opacity: 0;
    position: absolute;
    right: 23px;
    top: 3px;
    width: 0;
    z-index: 500;
    width: 0;
    display: block !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.search-form.active:before {
    position: absolute;
    width: 250px;
    height: 60px;
    left: -220px;
    top: -20px;
    content: "";
    z-index: 99;
    display: block;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.search-form.active .input-field {
    width: 197px;
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#nav {
    padding: 0;
}
#nav > ul > li {
    margin: 0 5px 18px;
    padding: 0;
}
#nav > ul > li:hover {
    margin: 0;
    padding: 0 5px 18px;
}
#nav > ul > li:hover .dropdown {
    top: 100%;
}
#nav > ul > li:hover .list a {
    color: #018aa8;
}
#nav > ul > li:hover .list a span:before {
    content: "{";
}
#nav > ul > li:hover .list a span:after {
    content: "}";
}
.dropdown {
    padding: 30px 45px;
    position: absolute;
    top: -9999px;
    left: 0;
    right: 0;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 7px 9px #000101;
}
.dropdown h2 {
    color: #666;
    margin: 0 0 11px;
}
.dropdown.subject ul li a:before {
    content: "\e808";
    display: none;
    vertical-align: top;
    font-family: fontello;
    margin: 0 5px 0 0;
}
.dropdown.subject ul li.active > a {
    color: #c00;
}
.dropdown.subject ul li.active > a:before {
    content: "\e809";
}
.dropdown.subject ul ul {
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 15px;
}
.dropdown.subject ul ul li a:before {
    display: none;
}
.col-holder {
    letter-spacing: -5px;
}
.col-holder > ul {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    vertical-align: top;
    width: 20%;
}
.speakers-holder .large-menu2.col-holder > ul {
    width: 11%;
}
.col-holder > ul li {
    padding: 3px 5px 3px 0;
}
.col-holder > ul li a {
    color: #666;
    text-decoration: none;
}
.col-holder > ul li a:hover {
    color: #c00;
}
.carousel {
    position: relative;
    z-index: 100;
}
.carousel:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    z-index: 999;
}
.carousel .slideset {
    float: left;
    width: 100%;
}
.carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.videoWrapper img {
    width: 100%;
}
.videoWrapper h3 {
    font-size: 14px;
    height: 40px;
    margin: 10px 0 10px;
}
.margin-bottom {
    margin-bottom: 20px;
}
.carousel .mask .slide {
    width: 100%;
    float: left;
    overflow: hidden;
    height: auto;
    position: relative;
}
.carousel .btn-next,
.carousel .btn-prev {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 34px;
    margin: -35px 0 0;
    font-size: 55px;
    line-height: 55px;
}
.carousel .btn-next:hover,
.carousel .btn-prev:hover {
    color: #cfcfcf;
}
.carousel .btn-next i:before,
.carousel .btn-prev i:before {
    width: 0.5em;
}
.carousel .btn-next {
    left: auto;
    right: 34px;
}
.carousel .img-holder {
    position: relative;
    min-width: 1600px;
    width: 100%;
    left: 50%;
    max-height: calc(100vh - 69px);
}
.carousel .img-holder .placeholder { opacity: 0; }
@media only screen and (max-height: 720px) {
	.carousel .img-holder { min-height: 650px; }
}

.carousel .img-holder > span { position: absolute; left: 0; bottom: 0; width: 100%; height: auto; }
.carousel .img-holder img {
    width: 100% !important;
    position: relative;
    left: -50%;
    bottom: 0;
    margin: 0 !important;
    min-width: 1600px;
    height: auto !important;
    display: block;
}
.carousel .slick-dots {
    position: absolute;
    left: 22px;
    bottom: 28px;
    margin: 0;
}
.carousel .slick-dots li {
    float: left;
    padding: 0 8px 0 0;
}
.carousel .slick-dots li button {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 12px;
    border: 0;
    background: rgba(255, 255, 255, 0.3);
}
.carousel .slick-dots li button:hover {
    background: rgba(255, 255, 255, 0.7);
}
.carousel .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 0.7);
}
#aside .copyright-speaker {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.3em;
}
.carousel .content h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 10px;
    text-shadow: 5px 3px 10px #494949;
    background-blend-mode: multiply;
}
.carousel .content p {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
    font-family: p22-underground-sc, sans-serif;
    letter-spacing: 5px;
}
.main-block {
    position: relative;
}
.main-block .container {
    width: 100%;
    max-width: 2400px;
}
.main-block .socials-area {
    position: absolute;
    right: 18px;
    top: 14px;
}
.main-block .socials-area li a {
    color: #000;
}
.main-block .socials-area li a:hover {
    opacity: 0.5;
}
.main-block .socials-area .socials-list {
    margin: 0 8px 0 0;
}
.main-block .socials-area .socials-list li {
    padding: 0 5px;
}
.main-block .top-bottom {
    margin: -2px 2px 0;
    width: 30px;
    float: right;
    font-size: 22px;
    line-height: 18px;
}
.main-block .top-bottom li a {
    color: #adb1b3;
    text-decoration: none;
}
.main-block .top-bottom li a:hover {
    opacity: 0.8;
}
.featured-block {
    background: #e6e6e4;
    padding-top: 23px;
    padding-bottom: 8px;
}
.featured-block h2 {
    margin: 0 0 20px;
    display: none;
}
.featured-list {
    margin: 0;
    letter-spacing: -4px;
    font-size: 11px;
    line-height: 16px;
    font-family: p22-underground-sc, sans-serif;
}
.featured-list li {
    letter-spacing: 0;
    padding: 0 10px 17px;
}
.featured-list li a {
    color: #323534;
    margin: 3px;
    display: block;
    text-decoration: none;
    color: white;
    font-family: p22-underground-sc, sans-serif;
}
.featured-list li a:hover {
    color: white;
    box-shadow: 0 1px 6px 0 rgba(23, 23, 24, 0.85);
}
.featured-list li a:hover + span {
    display: block;
    position: relative;
    top: -280px;
    z-index: 1000;
    height: 280px;
}
.photo-overlay-outter{
    display: inline-block;
    position: relative;
}
.photo-overlay {
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 15px;
    transition: opacity .5s;
    display: table;
    border: 3px black solid;
}
.photo-overlay span {
    display: table-cell;
    vertical-align: middle;
}
.photo-overlay:hover {
    background-color: rgba(43, 59, 51, 0.6);
    opacity: 1;
    transition: opacity .5s;
}
.photo-overlay p {
    font-size: 16px;
}
.photo-overlay em {
    font-size: 14px;
    /*font-family: Arial, Helvetica, sans-serif;*/
}
.featured-list li .photo {
    margin: 0;
}
.featured-list li .name {
    display: block;
    font-size: 36px;
    text-align: left;
    font-family: p22-underground-sc, sans-serif;
    position: relative;
    padding: 50px 0px 24px 10px;
    margin-top: -90px;
    background-image: linear-gradient(to bottom, rgba(77, 77, 77, 0), rgba(35, 35, 35, 100%));
    background-blend-mode: multiply;
}
#footer {
    color: #d1cdc5;
    background: black;
    font-size: 13px;
    line-height: 18px;
}
#footer .footer-holder {
    padding: 25px 48px;
}
#footer .detail strong {
    color: #fff;
    font-weight: 600;
}
#footer .detail p {
    margin: 0;
}
#footer .copyright {
    font-size: 12px;
    line-height: 14px;
    padding: 58px 0 0;
}
#footer a {
    color: #d1cdc5;
    text-decoration: none;
}
#footer a:hover {
    opacity: 0.8;
}
/*#footer .address-area {
    float: left;
    width: 60%;
}*/
#footer .address-area h3 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
#footer .address-area address {
    margin: 0 0 15px;
    line-height: 18px;
}
#footer .address-area dl {
    margin: 0 0 20px;
}
#footer .address-area dl dt {
    float: left;
    font-weight: 400;
}
#footer .socials-list li a {
    position: relative;
}
#footer .socials-list li a:before {
    content: "";
    background: #000;
    left: 3px;
    right: 3px;
    bottom: 8px;
    top: 8px;
    z-index: 0;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
}
.speakers h2 {
    border-top: 1px solid #a3a4a4;
    margin: 0 0 18px;
    padding-top: 12px;
    color: white;
    font-family: p22-underground-sc, sans-serif;
    font-size: 36px;
    text-transform: capitalize;
}
.speakers .speakers-holder {
    padding: 0 50px 18px;
}
.socials-list {
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    letter-spacing: -4px;
}
@media (min-width: 1000px) {
    .socials-list {
        float: right;
    }
}
.socials-list li {
    vertical-align: top;
    /*padding: 0 0 0 10px;*/
    padding: 0 0 !important;
    letter-spacing: 0;
}
.socials-list li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.36;
}
.socials-list li a:hover {
    opacity: 1;
}
#main {
    position: relative;
    overflow: hidden;
    background: #dde5e7;
}
.bg-stretch {
    position: absolute;
    left: 0;
    right: 0;
}
#content .content-holder {
    padding: 0 25px 0 0;
}
#content .content-holder h2 {
    margin: 0 0 5px;
}
#content .content-holder p {
    margin: 0 0 20px;
}
.holder {
    position: relative;
    background: #fff;
    padding: 0 40px 0 44px;
    box-shadow: 0 10px 65px #000;
}
.holder.speaker {
    padding: 0;
}
.holder.speaker .js-ajax-container {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.25s;
    transition: opacity 0.3s ease 0.25s;
}
.holder.speaker.loaded .author-info {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
}
.holder.speaker.loaded .js-ajax-container {
    opacity: 1;
}
.holder.speaker.removed .author-info {
    -webkit-transition: opacity 0.3s ease 0.25s;
    transition: opacity 0.3s ease 0.25s;
    left: 0;
    top: 0;
    opacity: 1;
}
.book-titles h3 {
    margin: 10px 0 30px 0;
    font-size: 14px;
    height: 50px;
}
.book-titles img {
    max-width: 100%;
}
.holder.speaker .two-columns {
    margin-top: 0;
    margin-bottom: 0;
}
.two-columns {
    position: relative;
    margin-top: 30px;
    margin-bottom: 22px;
}
.faqs-area {
    padding: 12px 0 30px;
    position: relative;
}
.faqs-area:before {
    background: #8e8e8e;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    display: block;
}
.faqs-area .socials-list {
    float: none;
    margin: 0;
    padding: 27px 0 0;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -4px;
}
.faqs-area .socials-list li {
    vertical-align: top;
    padding: 0 5px 10px;
    letter-spacing: 0;
}
.faqs-area .socials-list li a {
    color: #000;
    text-decoration: none;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.36;
}
.faqs-area .socials-list li a:hover {
    opacity: 0.5;
}
.faqs h2 {
    letter-spacing: 6px;
    margin: 0 0 10px;
}
.faqs h3 {
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}
.faqs p {
    margin: 0 0 19px;
}
#sidebar {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    position: static;
}
#sidebar:before {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 25px;
    background: #8e8e8e;
    width: 1px;
    margin: 0 0 0 -25px;
    display: block;
}
#sidebar .widget {
    overflow: hidden;
    margin: 0 0 20px 8px;
}
#sidebar .widget .name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
#sidebar .widget span {
    display: block;
}
#sidebar .widget .email {
    position: relative;
    padding: 0 0 0 12px;
    text-decoration: none;
    color: #666;
}
#sidebar .widget .email:before {
    content: ">";
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 16px;
}
#sidebar .widget .email:hover {
    opacity: 0.8;
}
.contact-block {
    padding: 0 20px 0 0;
}
.contact {
    border-bottom: 1px solid #8e8e8e;
    margin: 0 0 8px;
    padding: 0 0 31px;
    line-height: 24px;
}
.contact h2 {
    margin: 0 0 27px;
}
.contact strong {
    display: block;
}
.contact address {
    line-height: 24px;
    margin: 0;
}
.contact dl {
    margin: 0;
    line-height: 20px;
}
.contact dl dt {
    float: left;
    font-weight: 400;
}
.contact dl a {
    color: #666;
    text-decoration: none;
}
.contact .url {
    text-decoration: none;
    color: #666;
}
.contact .url:hover {
    opacity: 0.8;
}
.info-form {
    max-width: 563px;
    padding: 0 0 25px;
}
.form-holder-main {
    width: 500px;
}
.info-form h2 {
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 23px;
    letter-spacing: 0;
}
.info-form .field {
    margin: 0 0 15px;
}
.info-form .appearance-check {
    float: right;
    width: 345px;
}
.info-form .appearance-check .check {
    padding: 0;
}
.info-form .appearance-check .check label {
    height: 50px;
    line-height: 40px;
}
.info-form .appearance-check > .check > input[type=checkbox] {
    display: block;
    width: 30px;
    height: 30px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.428571429;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.info-form label {
    width: 220px;
    float: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: right;
    margin: 0 0 1px;
}
.info-form label span {
    color: #d40b0b;
}
.info-form textarea.form-control {
    height: 65px;
    resize: none;
}
.info-form textarea.form-control.event {
    height: 145px;
}
.info-form .input-holder {
    overflow: hidden;
    padding: 0 0 0 12px;
    text-align: left;
}
.info-form .cols-holder {
    overflow: hidden;
}
.info-form .cols-holder .col {
    width: 56%;
    float: left;
}
.info-form .cols-holder .col:first-child {
    width: 44%;
}
.info-form .cols-holder .col label {
    width: 37px;
    text-align: right;
}
.info-form .textarea label em {
    font-style: normal;
    padding: 0 0 0 10px;
}
.info-form .textarea label span {
    margin: 0 -6px 0 0;
}
.info-form .required {
    color: #d40b0b;
    font-size: 12px;
    line-height: 16px;
}
.info-form button[type="submit"] {
    float: right;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 2px;
    background: #4d9ebe;
    box-shadow: 1px 3px 4px rgba(0, 1, 1, 0.5);
    text-shadow: 0 3px 5px rgba(0, 1, 1, 0.59);
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #9dc6d7;
    width: 68px;
    border-radius: 6px;
    margin: 0 4px 10px 0;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}
.info-form button[type="submit"]:hover {
    opacity: 0.9;
}
.info-form button[type="submit"]:before {
    box-shadow: 2px 3px 4px rgba(255, 255, 255, 0.7) inset;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    border-radius: 0 0 0 6px;
}
.info-form .update {
    font-size: 12px;
    line-height: 14px;
    color: #999;
}
.info-form .update .keep-me {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    position: relative;
    padding: 0 0 10px 20px;
    display: block;
}
.info-form .update .keep-me:before {
    background: url(../images/icon-close.png) no-repeat;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.info-form .update .check {
    padding: 7px 0 13px;
}
.info-form .update.add .check {
    padding: 0 0 7px;
}
.info-form .request {
    background: #3e7e99;
    padding: 9px 12px 12px;
    display: block;
    color: #fff;
    margin: 0 0 36px;
}
.info-form .request span {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 20px;
}
.info-form .request span:before {
    font-size: 26px;
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -11px 0 0;
}
.info-form.catalog {
    max-width: 100%;
}
.info-form.catalog label {
    width: 106px;
}
.info-form.catalog .required-field {
    font-size: 12px;
    line-height: 14px;
    padding: 19px 0 0;
}
.info-form.catalog .required-field span {
    color: #c00;
    text-align: right;
    width: 110px;
    float: left;
}
.info-form.catalog .required-field p {
    margin: 0;
}
.info-form .check {
    padding: 7px 0 28px;
    overflow: hidden;
}
.info-form .check input[type="checkbox"] {
    float: left;
    margin: 4px 8px 0 0;
}
.info-form .check label {
    width: inherit;
    float: none;
    display: block;
    overflow: hidden;
    text-align: left;
    line-height: 20px;
    margin: 0;
    color: #666;
}
.info-form .btn-holder {
    padding: 8px 0 16px;
}
.js-remove-page {
    color: #05a6c3;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    right: 38px;
    top: 31px;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.js-remove-page:hover {
    text-decoration: none;
}
.js-remove-page:before {
    content: ">";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: Arial, Helvetica, sans-serif;
}
.js-remove-page.last {
    top: auto;
    bottom: 94px;
}
.js-ajax-container .contact-block {
    padding: 25px 0;
}
.js-ajax-container .info-form h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px 30px;
}
.catalog-block {
    padding-top: 30px;
    padding-bottom: 18px;
}
.catalog-block h2 {
    margin: 0 0 23px;
}
.catalog-block .col-md-6 {
    padding-bottom: 18px;
}
.catalog-block .box {
    position: relative;
    margin: 0 0 4px;
}
.catalog-block .box .caption {
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    padding: 40px 15px 11px;
}
.catalog-block .box .caption:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -5px;
    min-height: 100%;
    overflow: hidden;
    width: 1px;
    content: "";
}
.catalog-block .box .caption .caption-holder {
    display: inline-block;
    vertical-align: bottom;
    white-space: normal;
    font-size: 12px;
    line-height: 14px;
    font-family: p22-underground-sc, sans-serif;
    color: #fff;
    text-shadow: 1px 0 3px rgba(53, 53, 53, 0.6);
    width: 100%;
}
.catalog-block .box .caption p {
    margin: 0;
}
.catalog-block .box .caption .name {
    font-weight: 400;
    margin-left: -4px;
    text-shadow: 3px 4px 7px rgba(53, 53, 53, 0.6);
}
.catalog-block .box .caption.neil .name {
    color: #fff;
    font-size: 46px;
    line-height: 50px;
    font-family: p22-underground-sc, sans-serif;
    width: 264px;
    height: 48px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}
.catalog-block .box .caption.nye .name {
    color: #f0d17b;
    font-size: 38px;
    font-family: "ehmcke htf", Arial, Helvetica, sans-serif;
    line-height: 42px;
    background: url(../images/text-nye2.png) no-repeat;
    width: 269px;
    height: 53px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 -8px -4px;
}
.catalog-block .box .caption.david .name {
    color: #fce4b7;
    text-shadow: 5px 9px 10px #060606;
    font-size: 43px;
    line-height: 42px;
    background: url(../images/text-david2.png) no-repeat;
    width: 270px;
    height: 49px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}
.catalog-block .box .caption.art .name {
    color: #ffb400;
    text-shadow: 5px 9px 8px rgba(50, 53, 52, 0.75);
    font-size: 46px;
    font-family: "univers ultra", Arial, Helvetica, sans-serif;
    line-height: 95px;
    background: url(../images/text-art2.png) no-repeat;
    width: 267px;
    height: 77px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
}
.catalog-block .box .caption.art .name span {
    color: #d90202;
}
.catalog-block .box .caption .exclusive {
    position: absolute;
    left: 18px;
    top: 17px;
    padding: 0 0 0 25px;
    letter-spacing: 3px;
    color: #928f8d;
    font-size: 12px;
    line-height: 20px;
}
.catalog-block .box .caption .exclusive:before {
    background: url(/assets/images/icon-e.png) no-repeat;
    width: 132px;
    height: 17px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.catalog-block .remove {
    float: right;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-decoration: underline;
}
.catalog-block .remove:hover {
    color: #c00;
}
.user-list {
    margin: 0 0 23px;
    font-size: 11px;
    line-height: 14px;
}
.user-list li {
    vertical-align: top;
    /* max-width: 75px; */
    text-align: center;
    padding: 0 0 0 15px;
}
.user-list li a {
    color: #666;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}
.user-list li a:hover {
    opacity: 0.8;
}
.user-list li i {
    color: #528781;
    font-size: 22px;
    line-height: 22px;
    display: block;
    margin: 0 0 4px;
}
.user-list li i.icon-heart-empty {
    font-size: 29px;
}
.user-list li span {
    display: block;
}
.visual {
    position: relative;
    overflow: hidden;
    font-size: 25px;
    line-height: 28px;
    font-family: p22-underground-sc, sans-serif;
    color: #fff;
    text-shadow: 1px 0 3px rgba(53, 53, 53, 0.59);
}
.visual .img-holder img {
    width: 100%;
    height: auto;
}
.visual .name {
    font-size: 95px;
    line-height: 100px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 0 -7px;
    display: block;
    text-shadow: 4px 3px 7px rgba(53, 53, 53, 0.59);
}
.visual .caption {
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    padding: 20px 44px 35px 44px;
}
.visual .caption:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -5px;
    min-height: 100%;
    overflow: hidden;
    width: 1px;
    content: "";
}
.visual .caption .caption-holder {
    display: inline-block;
    vertical-align: bottom;
    white-space: normal;
    width: 100%;
}
.visual p {
    margin: 0 0 12px -1px;
    font-size: 20px;
    letter-spacing: 0.2em;
    text-align: left;
}
.visual .exclusive {
    text-decoration: none;
    color: #888;
    position: relative;
    padding: 0 0 0 25px;
    letter-spacing: 3px;
    font-size: 11px;
    line-height: 17px;
    float: left;
}
.visual .exclusive:before {
    background: url(/assets/images/icon-e-full.png) no-repeat;
    width: 132px;
    height: 17px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.visual .exclusive span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.4em;
    margin-top: 1px;
}
.author-info {
    padding: 23px 35px 70px;
}
a.anchor-link {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.info-block {
    border-top: 1px solid #8e8e8e;
    position: relative;
    padding: 5px 0;
}
.info-block h2 {
    margin: 0 0 20px;
}
.info-block p {
    margin: 0 0 15px;
}
.info-block .opener {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icon-down.png) no-repeat;
    width: 35px;
    height: 26px;
    overflow: hidden;
    text-indent: -9999px;
}
.info-block.active .opener {
    background: url(../images/icon-up.png) no-repeat;
}
.books-list {
    margin: 0;
    padding: 23px 0;
}
.books-list li {
    padding: 0 44px 9px 0;
    vertical-align: top;
}
.books-list li a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d3d3d3;
    box-shadow: 4px 0 8px rgba(35, 35, 36, 0.36);
}
.video-list {
    margin: 17px 0 13px;
    text-align: justify;
}
.video-list:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    width: 100%;
}
.video-list li {
    vertical-align: top;
    padding: 0;
}
.links-list {
    margin: 11px 0 20px;
}
.links-list li a {
    color: #666;
    text-decoration: underline;
}
.links-list li a:hover {
    color: #c00;
}
.links-list.add li {
    margin: 0 0 20px;
}
#aside {
    background: #f0efe7;
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
}
#aside:before {
    background: #f0efe7;
    left: 0;
    top: 100%;
    height: 9999px;
    right: 0;
    content: "";
    position: absolute;
    display: block;
}
.copyright-speaker {
    font-size: 11px;
    letter-spacing: 0.2em;
    line-height: 14px;
    text-transform: uppercase;
}
#aside .widget-block {
    position: relative;
    min-height: 700px;
}
#aside .widget {
    margin: 0 0 20px;
}
#aside .request-fee {
    padding: 2px;
    background: #93582d;
    display: block;
    text-decoration: none;
    line-height: 18px;
    font-family: p22-underground-sc, sans-serif;
    width: 168px;
    margin: 0 auto 29px;
    color: #fff;
    text-shadow: 1px 0 4px rgba(35, 35, 36, 0.5);
    box-shadow: 3px 0 6px rgba(35, 35, 36, 0.4);
    font-size: 13px;
    letter-spacing: 0.2em;
}
#aside .request-fee span {
    display: block;
    padding: 7px;
    border: 1px solid #fff;
    background-color: #ac7a35;
    background: -webkit-linear-gradient(top, #ac7a35 0, #945728 100%);
    background: linear-gradient(to bottom, #ac7a35 0, #945728 100%);
}
#aside .request-fee:hover span {
    background-color: #ac7a35;
    background: -webkit-linear-gradient(top, #945728 0, #ac7a35 100%);
    background: linear-gradient(to bottom, #945728 0, #ac7a35 100%);
}
#aside .all-speakers {
    width: 168px;
    margin: 0 auto;
}
#aside .all-speakers .title {
    position: relative;
    padding: 52px 0 8px;
    overflow: hidden;
    max-height: 175px;
}
#aside .all-speakers .title:before {
    background: url(../images/icon-speaker.png) no-repeat;
    width: 35px;
    height: 175px;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -20px;
}
#aside .all-speakers .title span {
    width: 50%;
    float: left;
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: 0.3em;
    line-height: 14px;
    text-align: left;
}
#aside .list-holder {
    background: #fff;
    padding: 1px 0;
    border: 1px solid #8f8f8c;
}
#aside .list-holder .speakers-list {
    margin: 0;
    padding: 13px 0 1px;
    border-top: 1px solid #8f8f8c;
    border-bottom: 1px solid #8f8f8c;
    font-family: p22-underground-sc, sans-serif;
    font-size: 14px;
}
#aside .list-holder .speakers-list li {
    margin: 0 0 4px;
}
#aside .list-holder .speakers-list li a {
    color: #666;
    letter-spacing: 0.1em;
    text-decoration: none;
}
#aside .list-holder .speakers-list li a:hover {
    color: #c00;
}
#aside .socials-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    float: none;
}
#aside .socials-list li a {
    color: #000;
}
#aside .socials-list li a:hover {
    opacity: 0.5;
}
#aside .user-list {
    letter-spacing: -4px;
    margin: 0 0 20px;
}
#aside .user-list li {
    padding: 0 5px;
    width: 50%;
    letter-spacing: 0.4em;
}
#aside .user-list li a:hover {
    color: #666;
    opacity: 1;
}
.popup-holder {
    position: relative;
    overflow: hidden;
    display: none;
}
.popup-holder .lightbox {
    max-width: 452px;
    padding: 50px 40px;
    font-size: 12px;
    line-height: 36px;
}
.popup-holder .lightbox p {
    margin: 0;
}
.visual-block {
    position: relative;
}
.popup-box {
    position: absolute;
    right: 85px;
    top: 47px;
    background: #1f1c23;
    max-width: 488px;
    z-index: 100;
}
.popup-box .popup {
    padding: 14px 7px 1px;
    text-align: center;
    color: #fff;
    border: 2px solid #c1c3be;
    font-size: 14px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
}
.popup-box h2 {
    font-size: 14px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin: 0 0 18px;
    text-transform: none;
    letter-spacing: 0;
    word-spacing: -1px;
    color: #fff;
}
.popup-box p {
    margin: 0 0 18px;
}
.popup-box p a {
    color: #7ed8fa;
    text-decoration: none;
}
.popup-box p a:hover {
    opacity: 0.8;
}
.popup-box p a.first {
    text-decoration: underline;
}
.popup-box p a.first:hover {
    text-decoration: none;
}
.popup-box .close {
    position: absolute;
    right: -10px;
    top: -12px;
    font-size: 25px;
    line-height: 20px;
    color: #1f1c23;
    border: 2px solid #fff;
    border-radius: 100%;
    z-index: 1;
}
.popup-box .close:after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 100%;
    z-index: -1;
}
.hide-on-site {
    display: none;
}
.list-inline > .hide-on-site {
    display: none;
}
h1.speaker-name {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 80px;
}
@media only screen and (min-width: 320px) {
    .dropdown {
        width: 100% !important;
    }
    .dropdown.js-slide-hidden {
        width: 100% !important;
    }
    #nav > ul > li.active .dropdown {
        width: 100% !important;
    }
    #nav > ul > li.active .dropdown.js-slide-hidden {
        width: 100% !important;
    }
}
@media only screen and (min-width: 1024px) {
    .dropdown {
        position: absolute !important;
        display: block !important;
        left: -9999px !important;
        top: -9999px !important;
        margin: 0 !important;
        height: auto !important;
        width: 100% !important;
    }
    .dropdown.js-slide-hidden {
        position: absolute !important;
        display: block !important;
        left: -9999px !important;
        top: -9999px !important;
        margin: 0 !important;
        height: auto !important;
        width: 100% !important;
        max-height: calc(100vh - 75px);
		overflow-y: auto;
		padding-bottom: 30px;
    }
    #nav > ul > li:hover .dropdown {
        position: absolute !important;
        display: block !important;
        left: 0 !important;
        top: 100% !important;
        margin: 0 !important;
        height: auto !important;
        width: 100% !important;
    }
    #nav > ul > li:hover .dropdown.js-slide-hidden {
        position: absolute !important;
        display: block !important;
        left: 0 !important;
        top: 100% !important;
        margin: 0 !important;
        height: auto !important;
        width: 100% !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1050px) {
    .container {
        width: 100%;
    }
    #nav {
        padding: 0;
    }
}
@media only screen and (min-width: 1025px) {
    .tel {
        cursor: default;
        pointer-events: none;
    }
}
@media only screen and (max-width: 1050px) {
    .carousel .img-holder {
        min-width: 1050px;
        min-height: 400px;
    }
    .carousel .img-holder img {
        min-width: 1050px;
    }
    .carousel .pagination {
        left: 32px;
        bottom: 27px;
    }
    .carousel .slick-dots { bottom: 20px; }
}
@media only screen and (max-width: 1023px) {
    .dropdown {
        border: none;
    }
    .name img {
        max-width: 350px;
    }
    #header .container {
        padding-top: 26px;
    }
    .logo {
        /*background: #000;*/
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
        padding: 0 9999px;
        margin: 0 -9999px;
    }
    .logo a {
        display: inline-block;
        vertical-align: top;
    }
    .header-content {
        width: 100%;
        padding: 5px 0 4px;
    }
    #wrapper {
        padding-top: 57px;
    }
    .header-content .dropdown .col-holder {
        padding: 0 0 40px 15px;
    }
    .header-content .dropdown .col-holder ul ul {
        padding: 12px 0 0 25px;
    }
    .header-content .dropdown .col-holder ul ul li {
        padding: 0 5px 5px 0;
    }
    .header-content ul li.active .list a span {
        margin: -5px 0 0;
        padding: 0 18px;
    }
    .header-content ul li.active .list a span:after,
    .header-content ul li.active .list a span:before {
        font-size: 25px;
        line-height: 25px;
        top: -4px;
    }
    .header-content .list {
        text-align: left;
    }
    .header-content .list a span {
        padding: 0;
    }
    .header-content .list a:hover span {
        padding: 0 18px;
    }
    .header-content .link {
        width: 15px;
        height: 15px;
        margin: 0 12px 0 0;
    }
    .header-content .link .list {
        min-width: inherit;
        height: inherit;
    }
    .header-content .link .list a {
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
    }
    .header-content .link .list a:before {
        display: none;
    }
    .header-content .link .list a span {
        padding: 0;
        display: block;
        overflow: hidden;
        text-indent: -9999px;
    }
    .header-content .link .list a:after {
        content: "\e801";
        font-family: fontello;
        font-size: 16px;
        line-height: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .header-content .form-box {
        padding: 0 6px 0 0;
    }
    #nav {
        left: 0;
        right: 0;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        max-height: 0;
        font-size: 13px;
        line-height: 16px;
        text-align: left;
        padding: 0 15px;
        top: 70px;
        bottom: 0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #nav > ul {
        background: #f0efe7;
        padding: 17px 15px 1px;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        box-shadow: 0 10px 4px -4px #000101 inset;
    }
    #nav > ul > li {
        display: block;
        margin: 0 0 14px;
        position: relative;
    }
    #nav > ul > li:hover {
        padding: 0;
        margin: 0 0 14px;
    }
    #nav > ul > li:hover .list a {
        color: #666;
    }
    #nav > ul > li:hover .list a span:after,
    #nav > ul > li:hover .list a span:before {
        display: none;
    }
    #nav > ul > li .list a {
        position: relative;
        background: #fff;
        padding: 16px 15px 17px;
        border-radius: 10px;
    }
    #nav > ul > li .list a:hover {
        color: #018aa8;
    }
    #nav > ul > li .list a:hover span:after,
    #nav > ul > li .list a:hover span:before {
        display: block;
    }
    #nav > ul > li .list a:hover:after {
        color: #666;
    }
    #nav > ul > li .open {
        width: 51px;
        height: 51px;
        position: absolute;
        right: 0;
        top: 0;
        color: #666;
        font-weight: 700;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 34px;
        line-height: 34px;
    }
    #nav > ul > li .open:after {
        content: "";
        background: url(../images/icon-plus.png) no-repeat;
        position: absolute;
        right: 15px;
        top: 50%;
        font-size: 0;
        line-height: 0;
        width: 17px;
        height: 16px;
        margin-top: -8px;
        display: block;
    }
    #nav > ul > li.active {
        background: #fff;
        border-radius: 10px;
    }
    #nav > ul > li.active .list a {
        color: #018aa8;
    }
    #nav > ul > li.active .list a span:after,
    #nav > ul > li.active .list a span:before {
        display: block;
    }
    #nav > ul > li.active .open:after {
        top: 5px;
        right: 17px;
        font-size: 34px;
        line-height: 34px;
        margin-top: 0;
        content: "-";
        background: 0 0;
    }
    #nav .drop-holder .open {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/sep.jpg) no-repeat;
        width: 35px;
        height: 25px;
        opacity: 1;
    }
    #nav .drop-holder .open:after {
        display: none;
    }
    .search-form {
        margin: 0;
    }
    .search-form a {
        padding: 4px;
    }
    .search-form .input-field {
        top: 0;
    }
    .search-form .form-control,
    .search-form input[type="search"],
    .search-form input[type="text"] {
        height: 20px;
        padding: 1px 6px;
    }
    .nav-area .nav-opener {
        float: left;
        width: 35px;
        height: 20px;
        position: relative;
        overflow: hidden;
        text-indent: -9999px;
        text-align: left;
    }
    .nav-area .nav-opener span,
    .nav-area .nav-opener:after,
    .nav-area .nav-opener:before {
        background: #707070;
        border-radius: 4px;
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        height: 4px;
    }
    .nav-area .nav-opener:after,
    .nav-area .nav-opener:before {
        top: 0;
        content: "";
    }
    .nav-area .nav-opener:after {
        top: 16px;
    }
    .nav-active #nav {
        max-height: 4000px;
    }
    .nav-active #nav > ul {
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .dropdown {
        top: 0;
        position: static;
        padding: 0 14px;
        box-shadow: none;
        border-radius: 0 0 10px 10px;
    }
    .dropdown h2 {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 5px;
    }
    .col-holder ul {
        font-size: 13px;
        line-height: 15px;
        width: 33.3%;
    }
    .col-holder ul li {
        padding: 0 5px 15px 0;
    }
    .slide .col-holder ul {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }
    .slide .col-holder ul li {
        padding: 0 5px 0 0;
    }
    .featured-list {
        max-width: 600px;
        margin: 0 auto;
    }
    .speakers h2 {
        margin: 0 0 22px;
    }
    .speakers .speakers-holder {
        padding: 23px 25px;
    }
    .main-block .socials-area {
        right: 0;
    }
    #footer .copyright {
        padding: 42px 0 0;
    }
    #footer .footer-holder {
        padding: 29px 8px 72px;
    }
    .bg-stretch {
        display: none;
    }
    .holder {
        padding: 0 20px;
    }
    .catalog-block {
        max-width: 485px;
        margin: 0 auto;
    }
    .catalog-block .col-md-6 {
        max-width: 480px;
        overflow: hidden;
        float: none;
        margin: 0 auto;
    }
    .contact-block {
        padding: 0;
    }
    .info-form {
        max-width: 100%;
        padding: 0 0 11px;
    }
    .info-form .field-holder {
        max-width: 450px;
        margin: 0 auto;
    }
    .info-form .request {
        text-align: center;
    }
    .info-form .request span {
        display: inline-block;
        vertical-align: top;
    }
    .info-form .col-md-6:first-child {
        padding-bottom: 56px;
    }
    #sidebar:before {
        display: none;
    }
    #sidebar .widget span br {
        display: none;
    }
    #sidebar.contact-side {
        letter-spacing: -4px;
    }
    #sidebar.contact-side .widget {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0;
        padding: 0 15px 15px 0;
    }
    .visual {
        font-size: 19px;
        line-height: 22px;
    }
    .visual .name {
        font-size: 76px;
        line-height: 80px;
        margin: 0 0 0 -5px;
    }
    .visual .caption {
        padding: 15px 25px 30px 25px;
    }
    .visual .caption p {
        margin: 0 0 8px -1px;
    }
    .author-info {
        height: auto !important;
        padding: 27px 0 18px;
    }
    #aside {
        height: auto !important;
        padding-top: 44px;
        padding-bottom: 20px;
        position: relative;
    }
    #aside:before {
        background: #f0efe7;
        width: 9999px;
        top: 0;
        bottom: 0;
        position: absolute;
        left: -4500px;
        content: "";
        display: block;
    }
    #aside .widget-block {
        min-height: inherit;
    }
    #aside .widget-holder {
        width: 50%;
        float: left;
    }
    #aside .widget-holder .widget {
        width: 100%;
        margin: 0 0 45px;
    }
    #aside .widget {
        width: 50%;
        float: left;
    }
    #aside .user-list {
        float: left;
        margin: 0;
        width: 220px;
    }
    #aside .user-list li i {
        margin: 0 0 7px;
    }
    #aside .socials-list {
        position: static;
        float: right;
        padding-top: 20px;
    }
    #aside .socials-list li {
        padding: 0 5px;
    }
    .main-block .socials-area .socials-list {
        margin: 0 -6px 0 0;
    }
    #footer {
        font-size: 14px;
        line-height: 18px;
    }
    #footer .footer-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .two-columns {
        margin-bottom: 27px;
    }
    .faqs-area {
        padding: 32px 0 67px;
    }
    .catalog-block {
        padding-top: 24px;
        padding-bottom: 30px;
    }
    .catalog-block .col-md-6 {
        padding-bottom: 20px;
    }
    .holder {
        box-shadow: none;
    }
    .js-ajax-container .info-form {
        max-width: 563px;
    }
    .js-remove-page.last {
        bottom: 81px;
    }
}
@media only screen and (max-width: 767px) {
    .name img {
        max-width: 300px;
    }
    .form-holder-main {
        width: 400px;
    }
    #nav {
        padding: 0;
    }
    #nav .drop-holder {
        border-top: 0;
        padding-top: 0;
    }
    #nav .drop-holder .open {
        display: none;
    }
    .carousel .img-holder {
        min-width: 875px;
        min-height: 315px;
    }
    .carousel .img-holder img {
        min-width: 875px;
    }
    .main-block .socials-area {
        top: 12px;
    }
    .main-block .socials-area .socials-list li {
        display: block;
        padding: 0 5px 7px;
    }
    .search-form .input-field {
        right: 22px;
    }
    #sidebar {
        padding-top: 16px;
        letter-spacing: -4px;
    }
    #sidebar .widget {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0;
        padding: 0 15px 15px 0;
    }
    #content .content-holder {
        padding: 0 0 6px;
        border-bottom: 1px solid #8e8e8e;
    }
    .featured-block {
        padding-top: 20px;
        padding-bottom: 18px;
    }
    #footer .copyright {
        padding: 18px 0 0;
    }
    #footer .footer-holder {
        padding: 29px 18px 55px;
    }
    .featured-list {
        padding: 0 10px 0 0;
    }
    .two-columns {
        margin-top: 24px;
        margin-bottom: 15px;
    }
    .faqs-area {
        padding: 8px 0 25px;
    }
    .faqs-area .socials-list {
        padding: 0;
        text-align: right;
    }
    .author-info {
        padding: 18px 0;
    }
    .books-list li {
        padding: 0 42px 9px 0;
    }
    #aside {
        padding-bottom: 11px;
    }
    #aside .user-list {
        width: 210px;
    }
    #aside .widget-holder {
        width: 52%;
    }
    #aside .widget-holder .widget {
        margin: 0 0 31px;
    }
    #aside .widget {
        width: 48%;
    }
    #aside .user-list li {
        padding: 0 4px;
    }
    .visual {
        font-size: 16px;
        line-height: 18px;
        margin: 0 -15px;
    }
    .visual .name {
        font-size: 64px;
        line-height: 66px;
    }
    .visual .caption {
        padding: 13px 20px 30px 20px;
    }
    .js-ajax-container .contact-block {
        padding: 50px 0;
    }
    .js-remove-page {
        right: 25px;
    }
    .js-remove-page.last {
        bottom: 55px;
    }
    #wrapper:after {
        background: rgba(0, 0, 0, 0.5);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -5;
        opacity: 0;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }
    #wrapper.nav-active:after {
        z-index: 100;
        opacity: 1;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }
}
@media only screen and (max-width: 666px) {
    .visual p {
        font-size: 12px;
    }
    .visual .exclusive::before {
        background: transparent url(/assets/images/icon-e-full.png) no-repeat scroll 0 0;
        background-size: 101px 13px;
        content: "";
        height: 13px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 101px;
    }
    .visual .exclusive {
        color: #888;
        float: left;
        font-size: 11px;
        letter-spacing: 3px;
        line-height: 17px;
        padding: 0 0 0 25px;
        position: relative;
        text-decoration: none;
    }
    .visual .exclusive span {
        display: block;
        font-size: 8px;
        letter-spacing: 0.4em;
        margin-top: 1px;
    }
    .visual .exclusive {
        color: #888;
        font-size: 9px;
        letter-spacing: 3px;
        line-height: 17px;
    }
    .name img {
        max-width: 180px;
    }
    .main-block .socials-area {
        right: 13px;
        top: 14px;
    }
    .main-block .socials-area .socials-list {
        margin: 0;
    }
    .main-block .socials-area .socials-list li {
        padding: 0 2px 5px;
        display: inline-block;
    }
    .main-block .top-bottom {
        display: none;
    }
    .speakers h2 {
        letter-spacing: 6px;
    }
    .speakers .speakers-holder {
        padding: 35px 0 15px;
    }
    .featured-block {
        padding-bottom: 15px;
    }
    .featured-block h2 {
        margin: 0 0 24px;
    }
    .featured-block .featured-list {
        padding: 0;
    }
    #footer .col-xs-6 {
        width: 100%;
        padding-bottom: 20px;
    }
    #footer .address-area {
        width: 100%;
        margin: 0 0 25px;
    }
    #footer .socials-list {
        float: left;
    }
    .info-form label {
        width: 150px;
    }
    .info-form .extra {
        display: none;
    }
    .contact .col-xs-4 {
        width: 100%;
        padding-bottom: 15px;
    }
    .visual {
        font-size: 16px;
        line-height: 20px;
    }
    .visual .img-frame,
    .visual .img-holder {
        position: relative;
        float: left;
        left: 50%;
        width: 100%;
        min-width: 400px;
    }
    .visual .img-frame {
        left: -50%;
    }
    .visual .caption {
        padding: 11px 14px 25px 14px;
    }
    .books-list {
        padding-bottom: 0;
        letter-spacing: -4px;
    }
    .books-list li {
        letter-spacing: 0;
        text-align: center;
        width: 50%;
        padding: 0 15px 55px;
    }
    .video-list {
        margin-bottom: 0;
    }
    .video-list li {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 0 27px;
    }
    .video-list li a {
        display: inline-block;
        vertical-align: top;
    }
    #aside {
        margin: 0;
        padding-bottom: 16px;
    }
    #aside .widget-holder {
        width: 100%;
        float: none;
        margin: 0 0 12px;
    }
    #aside .widget-holder .widget {
        margin: 0;
    }
    #aside .widget-holder .widget:first-child {
        margin: 0 0 45px;
    }
    #aside .widget {
        width: 100%;
        float: none;
        overflow: hidden;
        text-align: center;
    }
    #aside .socials-list,
    #aside .user-list {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    #aside .user-list {
        width: 240px;
    }
    .author-info {
        padding: 0;
        margin: 51px 0 18px;
    }
    .catalog-block {
        padding-bottom: 18px;
    }
    .catalog-block h2 {
        margin: 0 0 23px 12px;
    }
    .catalog-block .box {
        margin: 0 0 8px;
    }
    .catalog-block .box .caption {
        padding: 40px 12px 8px;
    }
    .catalog-block .box .caption .exclusive {
        left: 13px;
        top: 13px;
    }
    .catalog-block .col-md-6 {
        padding-bottom: 12px;
    }
    .catalog-block .remove {
        margin: 0 12px 0 0;
    }
    .js-ajax-container .contact-block {
        margin: 0 -15px;
    }
    .js-ajax-container .contact-block .info-form h2 {
        margin-left: 0;
    }
    .js-ajax-container .contact-block .info-form label {
        width: 120px;
    }
    .js-ajax-container .contact-block .info-form .col label {
        width: 37px;
    }
    .js-ajax-container .contact-block .info-form .check label {
        width: inherit;
    }
    .js-ajax-container .contact-block .info-form .extra {
        display: block;
    }
    .js-remove-page {
        top: 8px;
        right: 5px;
    }
    .col-holder ul {
        width: 50%;
    }
    .popup-box {
        max-width: 350px;
        right: auto;
        left: 50%;
        margin: 0 0 0 -175px;
    }
    .popup-box h2 {
        font-size: 10px;
        line-height: 12px;
        margin: 0 0 14px;
    }
    .popup-box p {
        margin: 0 0 15px;
    }
    .popup-box .popup {
        font-size: 10px;
        line-height: 12px;
        border-width: 1px;
        padding: 11px 7px 1px;
    }
    .popup-box .close {
        font-size: 18px;
        line-height: 14px;
        right: -7px;
        top: -9px;
    }
}
@media only screen and (max-width: 568px) {
    .featured-speaker-btn {
        display: none;
    }
    .featured-block h2 {
        display: block;
    }
    .carousel .img-holder {
        min-width: 500px;
        min-height: 85vw;
    }
    .carousel .img-holder img {
        min-width: 500px;
    }
} 
@media only screen and (max-width: 479px) {
    .form-holder-main {
        width: 250px;
    }
    .main-block .socials-area {
        display: none;
    }
    #nav > ul > li .list a.open::after {
        right: 7px;
    }
    #nav > ul > li.active .list a.open::after {
        right: 10px;
    }
    #footer .footer-holder {
        padding: 25px 0;
    }
    .header-content .dropdown {
        overflow: hidden;
    }
    .header-content .dropdown .drop-holder {
        padding: 10px 40px 10px 15px;
    }
    .header-content .dropdown .col-holder {
        padding: 0 0 10px;
    }
    .header-content .dropdown .col-holder .column {
        width: 100% !important;
    }
    .header-content .dropdown .col-holder ul {
        letter-spacing: -4px;
    }
    .header-content .dropdown .col-holder ul li {
        display: inline-block;
        width: 100%;
        letter-spacing: 0;
        margin: 0 0 7px;
        padding: 0;
    }
    .header-content .dropdown .col-holder ul ul li {
        display: block;
        width: 100%;
    }
    .catalog-block .box img {
        width: 100%;
        height: auto;
    }
    .catalog-block .box .caption.neil .name {
        font-size: 42px;
        line-height: 44px;
        background-size: 100% 100%;
        width: 222px;
        height: 42px;
    }
    .catalog-block .box .caption.nye .name {
        font-size: 31px;
        line-height: 34px;
        background-size: 100% 100%;
        width: 226px;
        height: 47px;
    }
    .catalog-block .box .caption.author-name .name {
        font-size: 36px;
        line-height: 40px;
        background-size: 100% 100%;
        width: 227px;
        height: 44px;
    }
    .catalog-block .box .caption.art .name {
        font-size: 36px;
        line-height: 40px;
        background-size: 100% 100%;
        width: 225px;
        height: 67px;
    }
    .info-form .col-md-6 {
        padding-bottom: 20px;
    }
    .info-form label {
        width: inherit;
        float: none;
        line-height: 18px;
        margin: 0 0 2px 6px;
        text-align: left;
    }
    .info-form .input-holder {
        padding: 0;
    }
    .info-form .field {
        margin: 0 0 5px;
    }
    .info-form .cols-holder {
        overflow: visible;
    }
    .info-form .cols-holder .col {
        margin: -25px 0 0;
        padding: 0 0 0 50px;
    }
    .info-form .cols-holder .col:first-child {
        margin: 0;
        padding: 0;
    }
    .info-form.catalog .required-field {
        padding: 0 0 0 10px;
    }
    .info-form.catalog .required-field span {
        text-align: left;
        margin: 0 0 0 -10px;
    }
    .info-form.catalog .required-field .input-holder {
        overflow: visible;
    }
    .info-form .request {
        text-align: left;
        padding: 5px 10px 7px;
        margin: 0 0 15px;
    }
    .info-form .request span {
        font-size: 19px;
        padding: 0;
    }
    .info-form .request span:before {
        display: none;
    }
    .info-form .field-holder {
        padding: 0 20px;
    }
    .info-form.catalog label {
        width: inherit;
    }
    .info-form.catalog .empty {
        display: none;
    }
    .info-form .col-md-6 {
        padding-bottom: 6px;
    }
    .info-form .col-md-6:first-child {
        padding-bottom: 30px;
    }
    .info-form .check {
        padding: 7px 0 13px;
    }
    .user-list {
        margin: 0;
    }
    #aside .user-list {
        width: 215px;
    }
    .visual .name {
        font-size: 58px;
        line-height: 62px;
    }
    .js-ajax-container .contact-block {
        padding: 40px 0;
    }
    .carousel .img-holder {
        min-width: 350px;
    }
    .carousel .img-holder img {
        min-width: 350px;
    }
    .carousel .author .heading.neil h1 {
        width: 250px;
        height: 41px;
    }
    .dropdown .col-holder ul {
        width: 100%;
    }
}
@media only screen and (max-width: 374px) {
    .info-form .field-holder {
        padding: 0;
    }
    .visual .name {
        font-size: 44px;
        line-height: 50px;
        margin: 0 0 0 -3px;
    }
    .info-form.catalog .required-field .input-holder {
        overflow: hidden;
    }
    .catalog-block .box .caption.art .name {
        background-size: 100% 100%;
        width: 200px;
        height: 58px;
    }
    .popup-box {
        max-width: 280px;
        margin: 0 0 0 -140px;
    }
}

.slide-links ul {
    list-style: outside none none;
    padding-left: 0;
    margin: 11px 0 20px;
}
.slide-links li a {
    color: #666;
    text-decoration: underline;
}
.alert-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}
.alert-error {
    background-color: #f7e2e3;
    border: 1px solid #e9c6c6;
    color: #bb2f37;
}
.alert {
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.loading {
    margin: auto;
    text-align: center;
    padding: 60px;
}
.loading span {
    font-size: 1.2em;
}
.info-form .field p {
    color: #c00;
    font-size: 12px;
    margin: 0;
}
.catalog-add-button2 {
    background: 0 0;
    border: none;
    float: right;
    text-decoration: underline;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.2em;
}
.catalog-add-button2:hover {
    text-decoration: none;
}
input.error {
    border: 1px dotted red;
}
textarea.error {
    border: 1px dotted red;
}
.info-form .cols-holder .col label.error {
    color: #d40b0b;
    width: 100%;
    text-align: left;
}
.info-form label.error {
    text-align: left;
    color: #d40b0b;
}
.info-form.catalog label.error {
    width: 100%;
}
.search-results {
    line-height: 24px;
    margin: 0 0 8px;
    padding: 0 0 31px;
}
.catalog-add-button {
    border: none;
    background: 0 0;
    padding: 0;
}
.catalog-add-button:hover {
    color: #666;
    opacity: 1;
}
.catalog-buttons form {
    display: inline-block;
}
.speaker-print-link {
    display: none;
}
.caption-holder h2 {
    color: #fff;
    margin: 0;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    background-image: url('/assets/images/background.jpg');
    background-size: cover;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: freight-sans-pro, sans-serif;
    font-size: 17px;
    line-height: 1.428571429;
    color: #666;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #666;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 12px;
    margin-bottom: 12px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 44px;
}
.h2,
h2 {
    font-size: 18px;
}
.h3,
h3 {
    font-size: 18px;
}
.h4,
h4 {
    font-size: 22px;
}
.h5,
h5 {
    font-size: 17px;
}
.h6,
h6 {
    font-size: 15px;
}
p {
    margin: 0 0 12px;
}
.lead {
    margin-bottom: 24px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 25.5px;
    }
}
.small,
small {
    font-size: 88%;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.initialism,
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
}
.bg-primary {
    background-color: #337ab7;
}
a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #eee;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 12px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 24px;
}
dd,
dt {
    line-height: 1.428571429;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 21.25px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}
pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 1024px) {
    .container {
        width: 1050px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after,
.row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-1 {
    width: 8.3333333333%;
}
.col-xs-2 {
    width: 16.6666666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.3333333333%;
}
.col-xs-5 {
    width: 41.6666666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.3333333333%;
}
.col-xs-8 {
    width: 66.6666666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.3333333333%;
}
.col-xs-11 {
    width: 91.6666666667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.3333333333%;
}
.col-xs-pull-2 {
    right: 16.6666666667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.3333333333%;
}
.col-xs-pull-5 {
    right: 41.6666666667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.3333333333%;
}
.col-xs-pull-8 {
    right: 66.6666666667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.3333333333%;
}
.col-xs-pull-11 {
    right: 91.6666666667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.3333333333%;
}
.col-xs-push-2 {
    left: 16.6666666667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.3333333333%;
}
.col-xs-push-5 {
    left: 41.6666666667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.3333333333%;
}
.col-xs-push-8 {
    left: 66.6666666667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.3333333333%;
}
.col-xs-push-11 {
    left: 91.6666666667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1024px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 25.5px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 17px;
    line-height: 1.428571429;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.428571429;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: false;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="time"] {
        line-height: 38px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 34px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 52px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: false;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: false;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: false;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 41px;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
    height: 34px;
    line-height: 34px;
}
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 34px;
    line-height: 34px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    min-height: 39px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
    height: 52px;
    line-height: 52px;
}
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 52px;
    line-height: 52px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.3333333;
    min-height: 46px;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 47.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 52px;
    height: 52px;
    line-height: 52px;
}
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 34px;
    height: 34px;
    line-height: 34px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 31px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: false;
    pointer-events: none;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 22px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after,
.nav:before {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: false;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}
.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 13px 15px;
    font-size: 22px;
    line-height: 24px;
    height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 6.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 6px;
    margin-bottom: 6px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px;
}
.btn-group-sm > .navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 8px;
    margin-bottom: 8px;
}
.btn-group-xs > .navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 13px;
    margin-bottom: 13px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #090909;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: false;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 22px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 15px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: false;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: inherit !important;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner,
.fancybox-outer {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../images/fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url(../images/fancybox_loading@2x.gif);
        background-size: 24px 24px;
    }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* JA Updates 9/2020 */

.speakers-holder .col-holder > ul.homeSpeakerList { width: 100%; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px; }
.speakers-holder .col-holder > ul.homeSpeakerList li { padding-bottom: 8px; line-height: 1.15em; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }

.carousel .mask .slide.first { height: 100%; }
.carousel .mask .slide.first > a { padding: 0 90px; display: flex; align-items: center; justify-content: center; text-decoration: none !important; outline: none !important; height: 100%; }
.carousel .mask .slide.first .caption { position: unset; white-space: unset; width: 60%; }
.carousel .mask .slide.first .caption-holder { display: block; width: auto; }
.carousel .mask .slide.first .content { height: unset; }
.carousel .mask .slide.first .img-holder { padding-left: 30px; position: unset; min-width: unset; width: 40%; display: flex; align-items: center; text-align: center; }
.carousel .mask .slide.first .img-holder > span { position: static; margin-top: -15px; }
.carousel .mask .slide.first .img-holder img { width: initial !important; height: auto !important; position: static; min-width: unset; display: inline-block; max-width: 100%; max-height: calc(100vh - 100px); }

@media only screen and (max-height: 720px) {
	.carousel .mask .slide.first .img-holder img { max-height: 615px; }
}

@media only screen and (max-width: 1023px) {
	.carousel .mask .slide.first .caption { width: 55%; }
	.carousel .mask .slide.first .img-holder { width: 45%; }
	.carousel .mask .slide.first .caption .content h1 { font-size: 40px; line-height: 1.2em; }
}
@media only screen and (max-width: 767px) {
	.carousel .mask .slide.first > a { padding: 0 45px; }
	.carousel .mask .slide.first .caption { width: 60%; }
	.carousel .mask .slide.first .img-holder { width: 40%; }
	.carousel .mask .slide.first .caption .content h1 { font-size: 30px; line-height: 1.1em; }
	.carousel .mask .slide.first .caption .content p { margin-top: 20px; line-height: 24px; }
	.carousel .btn-prev { left: 10px; }
	.carousel .btn-next { right: 10px; }
}
@media only screen and (max-width: 567px) {
	.carousel .btn-prev, .carousel .btn-next { /* display: none !important; */ }
	.carousel .mask .slide.first > a { display: block; padding: 0 15px; }
	.carousel .mask .slide.first .caption { width: 100%; margin-top: 30px; }
	.carousel .mask .slide.first .img-holder { width: 100%; min-height: initial; padding-left: 0; }
	.carousel .mask .slide.first .img-holder > span { margin-top: 15px; }
	.carousel .mask .slide.first .img-holder img { max-height: calc(100vw - 275px); }
}
@media only screen and (max-width: 460px) {
	.carousel .mask .slide.first .caption .content h1 { font-size: 7vw; }
	.carousel .mask .slide.first .caption .content p { font-size: 3vw; line-height: 1.6em; }
	.carousel .mask .slide.first .img-holder img { max-height: calc(100vw - 255px); }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .speakers-holder .col-holder > ul.homeSpeakerList { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .speakers-holder .col-holder > ul.homeSpeakerList { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .speakers-holder .col-holder > ul.homeSpeakerList { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5; }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .speakers-holder .col-holder > ul.homeSpeakerList { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6; }
}
@media (min-width: 1450px) {
  .speakers-holder .col-holder > ul.homeSpeakerList { -webkit-column-count: 7; -moz-column-count: 7; column-count: 7; }
}
@media (min-width: 1675px) {
  .speakers-holder .col-holder > ul.homeSpeakerList { -webkit-column-count: 8; -moz-column-count: 8; column-count: 8; }
}
@media (min-width: 1900px) {
  .speakers-holder .col-holder > ul.homeSpeakerList { -webkit-column-count: 9; -moz-column-count: 9; column-count: 9; }
}
/* Virtual Events */
#virtual h1 {
    text-align: center;
    color: #666666;
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 50px;
    font-family: p22-underground-sc, sans-serif;
}
#virtual h2 {
    font-family: p22-underground-sc, sans-serif;
    margin-bottom: 1em!important;
}
#virtual #content .content-holder {padding: 0;}
#virtual .content-holder p img {text-align: center;}
.img-center {text-align: center;}
.recent-virtual-events-block {
    margin-top: 2em;
    margin-bottom: 2em;
}
.recent-virtual-events-block h2, .speakers-holder h2 {
    border-top: none;
    font-family: p22-underground-sc, sans-serif;
    font-size: 32px;
}
.recent-virtual-events-title, .recent-virtual-events-subtitle {color: white;}
.recent-virtual-events img {
    border: solid 3px white;
    margin: 0 auto;
}
.recent-virtual-events {
    margin-top: 15px;
    margin-bottom: 10px;
    height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .recent-virtual-events {height: 370px;}
}
.recent-virtual-events-title {
    display: block;
    font-family: p22-underground-sc, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 5px;;
    margin-top: 20px;
}
.recent-virtual-events-subtitle {
    font-size: 20px;
    position: relative;
    bottom: 5px;
}
.featured-block-tag {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: p22-underground-sc, sans-serif;
    letter-spacing: 5px;
}
.featured-block-tag-before {padding-right: 10px;}
.featured-block-tag-after {padding-left: 10px;}
.speakers-holder .list-unstyled li a {
    color: white;
    font-size: 18px;
}
.featured-block .list-inline {margin-left: auto;}
.social-icons.list-inline > li {
    padding-left: 0;
    padding-right: 0;
}
.social-icons {margin-top: 15px;}
.social-icons li a {color: #7e7f7f;}
#header {height: 69px;}