* {margin: 0; padding: 0;}
a {text-decoration: none;}

@keyframes slideInUp {
    from { transform: translateY(900px); }
    to { transform: translateY(0); }
}

.modal {
    animation: slideInUp 0.3s;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -250px 0 0 -380px;
    outline: medium none;
    position: fixed;
    top: 50%;
    width: 760px;
    z-index: 1050;
}
.modal label {
    font-size: 13px;
    display: inline-block;
    padding-bottom: 5px;
}
.modal p.mensagem {
    text-align: center;
}
.modal span.error {
    font-size: 11px;
    color: red;
    margin: 2px;
}
.modal .input {
    margin-bottom: 10px;
}
.modal input {
    height: 30px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    margin-bottom: 0 !important;
    border: 1px solid #808080 !important;
    border-radius: 3px;
}
.modal iframe {
    margin: 0;
    padding: 0;
}


/* --------------

      Tabs

------------------*/
.ui-tabs{
    padding: 0em !important;
    font-size: 16px;
}

.ui-tabs .ui-tabs-panel{
    padding: 1em 0 !important;
    margin-top: 20px;
}
.ui-tabs .ui-tabs-nav {
    padding: 0;
}
.ui-tabs .ui-tabs-nav li{
    border: none;
    background: none;
    position: relative;
    transition: 150ms linear all;
}
.ui-tabs .ui-tabs-nav .ui-tabs-active:after {
    content: '';
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    width: 100%; height: 2px;
    background-color: blue;

    margin-top: 0;
    padding-top: 0;
}

*:focus {
    outline: none !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    color: #454545;
}

.ui-widget.ui-widget-content {
    border: none;
    margin-top: 30px;
}
.ui-corner-all{
    border-radius: 0px;
}


.ui-widget-header {
    border: none;
    border-bottom: 2px solid #ccc;
    background-color: white;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding-left: 0;
    padding-right: 5px;
    margin-right: 10px;
}
/* -------------
    Defaults
 ------------ */
.clear-fix:after, .clear-fix:before {
    content: "";
    display: table;
}
.clear-fix {
    clear: both;
}
*, :after, :before {
    box-sizing: border-box;
}

.hero {
    width: 100%;
    height: 100%;
    font-family: 'Proxima Nova Regular', sans-serif;
}

svg:not(:root) {
    overflow: hidden;
}
form {
    display: block;
    margin-top: 0em;
}

/* --------------------------
        Header
 ------------------------- */
header.header-bar {
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.4285;
    color: #333333;
}
header.header-bar .brand {
    height: 50px;
    padding-top: 10px;
    display: block;
}
.corpo-logo {
    fill: #525151;
}
.destaque-logo {
    fill: #e9424f;
}
header.header-bar .search {
    height: 50px;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
header.header-bar .search .form-control, header.header-bar .search input[type=text] {
    background-color: transparent;
    box-shadow: none;
    height: 50px;
    margin: 0;
    border: 0;
    border-left: 1px solid #e7edf0;
    border-radius: 0;
    width: calc(100% - 50px);
    float: left;
    padding-left: 30px;
    font-size: 13px;
}
header.header-bar .search .btn, header.header-bar .search input[type=submit] {
    background-color: transparent;
    color: #e9424f;
    border-radius: 0;
    height: 50px;
    width: 50px;
    float: left;
    border: 0;
    cursor: pointer;
}
header.header-bar .header-nav {
    height: 50px;
    padding: 0;
    width: 41.6666666667%;
    float: left;
}
header.header-bar .header-nav__list {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
}
header.header-bar .header-nav__list-item {
    border: 0;
    border-radius: 0;
    height: 50px;
    padding: 0;
    width: 38.26%;
    margin: 0;
    overflow: hidden;
    position: relative;
    float: left;
    text-align: center;
    background-color: transparent;
    display: list-item;
}
header.header-bar .header-nav__list-item a {
    border-left: 1px solid #e7edf0;
    display: block;
    height: 100%;
    padding-top: 14px;
    color: #919298;
    text-decoration: none;
}
header.header-bar .header-nav__list-item:not(.btn-criar-evento) a:hover {
    color: #e9424f;
    background-color: #F7F9FA;
}
header.header-bar .btn-login {
    width: 23.4%;
}
header.header-bar .btn-criar-evento {
    border-left: 0;
    border: none;
    background-color: #e9424f;
}
header.header-bar .btn-criar-evento a {
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    background-color: #e9424f;
    color: #fff;
}
header.header-bar .btn-criar-evento a:hover {
    background-color: #DE1A29;
}

.header-fixed {
    opacity: 0;
    width: 100%;
    height: 0px;
    position: fixed;
    top: 48px; right: 0; bottom: 0; left: 0;
    background-color: #fff;
    z-index: -1;
    transition: 130ms linear all;
    -webkit-transition: 130ms linear all;
    font-family: 'Proxima Nova Regular', sans-serif;
}
.header-fixed-show {
    z-index: 999;
    opacity: 1;
    height: 100%;
}
.header-fixed form {
    width: 80%;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
}
.header-fixed .form-group input {
    background-color: transparent;
    box-shadow: none;
    height: 50px;
    border: 1px solid #e7edf0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    float: left;
    color: #282828;
}
.header-fixed .form-group input::-webkit-input-placeholder {
    color: #919298;
}
.header-fixed .form-group input:focus {
    outline-color: #e9424f;
}
.header-fixed .form-group button {
    position: absolute;
    top: 0; right: 0;
    background-color: transparent;
    color: #e9424f;
    border-radius: 0;
    height: 50px;
    width: 50px;
    float: left;
    border: 0;
    cursor: pointer;
}
.header-fixed ul {
    clear: both;
    width: 80%;
    margin: 0 auto;
    list-style-type: none;
}
.header-fixed ul li {
    border-bottom: 1px solid #e7edf0;
}
.header-fixed ul li:hover {
    background-color:  #e9424f;
}
.header-fixed ul li a {
    padding: 10px 20px;
    color: #919298;
    display: block;
}
.header-fixed ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* --------------------------
    Header Banner
 ------------------------- */
header.banner {
    padding-top: 75px;
    padding-bottom: 95px;
    position: relative;
    z-index: 1;
    background-color: #000000;
    color: #FFFFFF;
    overflow: hidden;
}
header.banner img.banner-bg {
    position: absolute;
    top: -85%; right: 0; bottom: 0; left: 0;
    width: 100%;
    height: auto;
    transform: scale(1.5);
    opacity: 0.7;
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -ms-filter: blur(13px);
    -o-filter: blur(13px);
    filter: blur(13px);
    z-index: -1;
}

header.banner .avatar {
    width: 240px;
    height: 240px;
    float: left;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-color: #FFFFFF;
}

header.banner .about {
    width: 65%;
    max-width: 760px;
    float: right;
    text-align: left;
}
header.banner .about h1 {
    font-size: 36px;
    margin: 40px 0 36px 0;
}
header.banner .float-left {
    float: left;
}
header.banner .float-right {
    width: 215px;
    margin-right: 30px;
    float: right;
}
header.banner .about p {
    font-size: 16px;
    line-height: 22px;
}
header.banner .about .title:not(:first-child) {
    margin-top: 13px;
}
header.banner .about .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
header.banner .btn-call {
    width: 100%;
    display: block;
    padding: 10px 20px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    font-size: 11px;
    text-align: center;
    border-radius: 25px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: 320ms ease-in-out all;
    -webkit-transition: 320ms ease-in-out all;
}
header.banner .btn-call:hover {
    background-color: #FFFFFF;
    color: #444;
}

.network-banner {
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.network-banner a {
    font-size: 24px;
    margin: 0 15px;
    color: #FFF;
    transition: 220ms linear all;
    -webkit-transition: 220ms linear all;
}
.network-banner a i {
    transition: 180ms linear all;
    -webkit-transition: 180ms linear all;
}
.network-banner a:hover i {
    text-shadow: 0 0 2px rgba(0,0,0,0.7);
    transform: translateY(-3px) scale(1.3);
    -webkit-transform: translateY(-3px) scale(1.3);
}


/* --------------------------
    Conteúdo
 ------------------------- */
.content {
    background-color: #fff;
}
.content .container {
    color: #313131;
    padding-top: 54px;
    padding-bottom: 54px;
    background-color: #fff;
}
.content h2 {
    font-size: 24px;
    color: #8b8b8b;
    /* text-transform: uppercase;*/
    margin-bottom: 30px;
}
.content .about {
    margin-bottom: 20px;
}

.content .about p {
    padding-bottom: 10px;
    color: #555;
}

.evento-item {
    /* ----------------------------------------------
      A largura desse item é definida por JavaScript
    ----------------------------------------------- */
    width: 31% !important;
    margin: 0 20px 20px 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    background-color: #DDD;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    border: 1px solid #CCC;
    border-radius: 10px;
}
.evento-item .evento-foto {
    border-bottom: 1px solid #CCC;
    min-height: 175px;
}
.evento-item img {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
}
.evento-item .evento-info {
    padding: 5px 15px;
    border-bottom: 1px solid #CCC;
    background-color: #FFF;
}
.evento-item .evento-cidade-estado {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: rgba(0,0,0,.8);
    font-size: 12px;
    line-height: 18px;
    height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0;
}
.evento-item .evento-nome {
    display: -webkit-box;
    max-height: 36px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    color: rgba(0,0,0,.8);
    font-size: 15px;
    line-height: 18px;
    height: 36px;
    max-height: 36px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
}
.evento-item .evento-local {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    padding: 5px 0 0;
}

.evento-item .evento-footer {
    position: relative;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    color: rgba(0,0,0,.8);
    font-size: 15px;
}
.evento-item .evento-footer .evento-data {
    float: left;
}
.evento-item .evento-footer .evento-data {
    float: right;
}

/* --------------------------
    Rodapé
 ------------------------- */
.footer {
    padding: 40px 0;
    color: #f7f9fa;
    background-color: #282828;
    background-position: 100% 100%;
    background-size: 61%;
    background-repeat: no-repeat;
}
.footer .brand {
    height: 60px;
    padding-top: 0;
}
.footer .brand a {
    float: left;
    display: block;
}
.footer .brand .corpo-logo {
    fill: #fff;
}
.footer .tagline {
    margin-left: 26px;
    width: 217px;
    font-size: 16px;
    padding: 11px 0;
    float: left;
    display: block;
}
.footer .btn-cta {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 16px 40px;
    margin-top: 7px;
    float: right;
    color: #fff !important;
    text-decoration: none;
    text-transform: none;
}
.footer .btn-cta:hover {
    background-color: #DE1A29;
}
.footer .btn-primary {
    background-color: #e9424f;
    border-color: #e9424f;
    padding: 15px;
    color: #ffffff;
    text-transform: uppercase;
}
.footer .nav-title {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #e9424f;
    width: 100%;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
}
.footer-nav, .footer-nav .footer-nav__item {
    margin: 0;
    padding: 0;
}
.footer-nav {
    list-style: none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.footer-nav .footer-nav__item a {
    display: inline-block;
    line-height: 23px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.footer-nav .footer-nav__item a:hover {
    color: #C1C1C1;
    text-decoration: underline;
}
.vcard {
    margin-top: 80px;
    color: #e9424f;
}
.vcard a {
    color: #e9424f;
}
.vcard a:hover {
    color: #fff;
    text-decoration: none !important;
}
.vcard .email, .vcard .opens, .vcard .tel {
    display: block;
    text-transform: uppercase;
}
.vcard .email {
    margin-top: 20px;
    margin-bottom: 40px;
}
.footer .social-list {
    float: left;
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
}
.social-list {
    float: right;
    position: relative;
    top: 5px;
}
.footer .social-list__item {
    border-radius: 100%;
    border-color: #e9424f;
    margin-right: 5px;
}
.social-list__item {
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    border: 2px solid #fff;
}
.footer .social-list__item a {
    color: #e9424f!important;
}
.social-list__item a {
    border-radius: 100%;
    padding-top: 7px;
    color: #fff!important;
    display: block;
    height: 34px;
    width: 34px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.social-list__item a:hover {
    background-color: #e9424f;
    color: #fff !important;
}
.adr {
    margin-top: 80px;
    margin-bottom: 56px;
    color: #e9424f;
    text-transform: uppercase;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}
.footer .btn-border {
    text-align: center;
    color: #fff;
    padding: 15px 40px;
    border: 2px solid #e9424f;
    background-color: transparent;
    text-decoration: none;
}
.footer .btn-border:hover {
    background-color: #e9424f;
}

.navbar-toggle {
    display: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
    position: relative;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 10px;
    float: right !important;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #282828!important;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background-color: #ffffff!important;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background-color: #282828;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.pagination {
    float: right;
    text-align: right;
    margin-right: 30px;
}
.pagination .prev a, .pagination .prev a:link, .pagination .prev a:active, .pagination .prev a:visited {
    background-image: url("../img/admin/pagination-left.gif");
    width: 18px;
}

.pagination .prev a:hover {
    background-position: right top;
}
.pagination .next a,  .pagination .next a:link,  .pagination .next a:active,  .pagination .next a:visited,  .pagination .next a:hover {
    background: url("../img/admin/pagination-right.gif") repeat scroll 0 0 transparent;
    width: 18px;
}
 .pagination .next a:hover {
    background-position: right top;
}
 .pagination a,  .pagination a:link,  .pagination a:active,  .pagination a:visited {
    background: url("../img/admin/pagination.gif") no-repeat scroll 0 0 transparent;
    color: #656565;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 1.83em;
    margin: 0 0 0 3px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 23px;
}
 .pagination a:hover,  .pagination a.active,  .pagination a.active:link,  .pagination a.active:active,  .pagination a.active:visited,  .pagination a.active:hover {
    color: #1C1C1C;
}

.pagination .current {
    background: #DDD;
    border: 1px solid #AAA;
    border-radius: 2px;
    color: #1C1C1C;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    line-height: 1.83em;
    margin: -1px 0 0 3px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 23px;
}

.pages-bottom {
    display: grid;
    padding: 5px 0 0;
    width: 100%;
    margin-top: 5px;
}

/* --------------------------
    Responsive
 ------------------------- */
@media (max-width: 1200px){
    .evento-item {
        width: 100% !important;
    }
}
@media (max-width: 991px){

    .navbar-toggle {
        display: inline-block;
    }

    .search,
    .header-bar .header-nav {
        display: none !important;
    }
    header.header-bar .search {
        width: 70%;
        padding: 0;
    }

    .evento-item {
        width: 50%;
    }
    .evento-item:nth-child(even){
        margin-right: 0;
    }
}
@media (max-width: 768px){

    header.banner img.banner-bg {
        top: 0;
        height: 100%;
    }

    .footer .brand {
        padding-left: 15px;
    }
    .footer .btn-border {
        width: 100%;
        display: block;
    }

    header.banner .about h1 { text-align: center; }
    header.banner .avatar { display: block; float: none; margin: 0 auto; }
    header.banner .about { width: 100%; }
    header.banner .about .float-right { margin-right: 0; }
}

@media (max-width: 767px) {

    .modal {
        position: fixed !important;
        top: 20px !important;
        right: 20px !important;
        left: 20px !important;
        width: auto !important;
        margin: 0 !important;
    }
}

@media (max-width: 499px){
    .evento-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 468px){

    header.banner .about { text-align: center; }
    header.banner .float-left,
    header.banner .float-right {
        float: none;
        width: 100%;
        margin: 0;
    }
    header.banner .about .float-right { margin-top: 50px; }
    .btn-cancelar{
        float: left;
    }
    .modal-content{
        padding: 40px!important;
    }

}

/* Bootstrap Grid System */
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row: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}
