/**/
@font-face {
    font-family: 'Summernote';
    src: url('fonts/summernote.eot'); /* IE9 Compat Modes */
    src: url('fonts/summernote.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/summernote.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/summernote.ttf')  format('truetype'); /* Safari, Android, iOS */
    /*url('fonts/summernote.svg#svgFontName') format('svg'); !* Legacy iOS *!*/
}
body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif !important;
    color: #777;
}
.carousel-item img {
    max-height: 100vh;
    object-fit: cover;
}

.navbar-brand>img {
    max-height: 100%;
    height: 100%;
    margin: 0 auto;
}
.navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #000 !important;
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif
}
.navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover {
    color: white !important;
    transition: 1s;
}
.instagram_gallery{
    /*overflow-y: scroll;*/
}
@media (max-width: 790px) {

    #navbar > div > a {
        width: 100%;
        padding-left: 85px;
    }
    .navbar-brand>img {
        max-height: 84%;
        height: 100%;
        margin: 0 auto;
    }
    .navbar{
        padding-top: 0;
        padding-bottom:  0;
    }
    #navbar > div > button {
        position: absolute;
        height: 100%;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
     .navbar{
        padding-top:25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top .3s,padding-bottom .3s;
        -moz-transition: padding-top .3s,padding-bottom .3s;
        transition: padding-top .3s,padding-bottom .3s;
        border: none;
        background-color: #212529
    }

     .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }

     .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em!important
    }

    .navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #212529
    }

    .navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0
    }
}
.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}
.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}
.bg-img-prallax{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
    z-index: 2;
}
/*.bg-img-prallax:before{*/
    /*content: ' ';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: 1;*/
    /*opacity: 0.86;*/
    /*!*background-image: url('http://placekitten.com/1500/1000');*!*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50% 0;*/
    /*-ms-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
/*}*/
/*

I will show you how to change a height of a standard Bootstrap navbar.

*/

.navbar {
    min-height: 80px;
    color: #000 !important;
    border: 0px;
    background-color: #ffffff!important;
}

.navbar::before {
    filter: blur(0.4px);
    content: ' ';
    display: table-column-group;
    background-image: url(../img/fondo.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: -1;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-right: -15px;
}
.navbar-brand {
    padding: 0 15px;
    height: 80px;
    line-height: 80px !important;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 10px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bg-img-prallax{
        background-attachment: scroll;
    }
}
/* Header
------------------------------------
*/
.header {
    position: fixed;
    display: block;
    height: 6%;
    width: 100%;
    padding: 0 20px 0 0;
    z-index: 800;
    background-color: #fff;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}
.header a {
    color: #3b4751;
}
.header a.btn {
    color: #8b91a0;
}
.header a.btn-warning {
    color: #eaeef1;
}
.header .header-inner {
    height: 60px;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}
.header .header-inner .toggle-sidebar {
    display: none;
}
.header.transparent {
    background-color: transparent !important;
}
.header .brand {
    vertical-align: middle;
    width: 280px;
    text-align: center;
}
.header .bubble {
    border-radius: 100%;
    height: 14px;
    width: 14px;
    background-color: rgba(226, 32, 91, 0.77);
    color: #ffffff;
    position: relative;
    top: -6px;
    float: right;
    right: -5px;
}
.header .notification-list {
    display: inline-block;
}
.header .search-link {
    display: inline-block;
    margin-left: 15px;
    color: #626262;
    opacity: .7;
    font-size: 16px;
    font-family: wf_segoe-ui_light, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header .search-link i {
    margin-right: 15px;
    font-size: 16px;
}
.header .search-link:hover {
    opacity: 1;
}
/*------------------------------------------------------------------
[22. Login]
*/
.login-wrapper {
    height: 100%;
    background-color: #eff3f6;
}
.login-wrapper > * {
    height: 100%;
}
.login-wrapper .bg-pic {
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.login-wrapper .bg-pic > img {
    height: 100%;
    opacity: 0.6;
}
.login-wrapper .login-container {
    width: 496px;
    display: block;
    position: relative;
    float: right;
}
.login-wrapper .bg-caption {
    width: 500px;
}
.register-container {
    width: 550px;
    margin: auto;
    height: 100%;
}
/* Responsive handlers : Login
------------------------------------
*/
@media (max-width: 768px) {
    .login-wrapper .login-container {
        width: 100%;
    }
    .register-container {
        width: 100%;
        padding: 15px;
    }
}
@media only screen and (max-width: 321px) {
    .login-wrapper .login-container {
        width: 100%;
    }
}
/*
    Color del tema principal
*/
.bg-color{
    background-color: rgba(29, 37, 49, 1);
}
.submenu{
    background-color: #222c3c;
}

.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.btn-circle.btn-xxl {
    width: 125px;
    height: 125px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 100%;
}

.btn.btn-menu {
    border-color: #1d2633;
    background: #222c3c;
    color: #FFF;
    margin: 5px 0px 5px 0px;
}
.btn-active{
    background-color: #2a9ef6 !important;
}
/*::-webkit-scrollbar {*/
    /*display: block;*/
    /*width: 0px;*/
/*}*/
.btn-add{
    border-width: 3px;
    border-color: #4f5a6b;
}

/*
    SELECT2 CUSTOM THEME
*/
.select2.select2-container.select2-container--custom {
    margin-top: 7%;
}
.select2-container--custom .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--custom .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--custom .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--custom .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
.select2-container--custom .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--custom .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--custom .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--custom[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--custom[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }

.select2-container--custom.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
.select2-container--custom.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--custom.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--custom.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--custom.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--custom .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }
.select2-container--custom .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--custom .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
.select2-container--custom .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--custom .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--custom .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--custom .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555; }

.select2-container--custom[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto; }

.select2-container--custom[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--custom.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }

.select2-container--custom.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--custom.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--custom .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }

.select2-container--custom .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }

.select2-container--custom .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }

.select2-container--custom .select2-dropdown--above {
    border-bottom: none; }

.select2-container--custom .select2-dropdown--below {
    border-top: none; }

.select2-container--custom .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--custom .select2-results__option[role=group] {
    padding: 0; }

.select2-container--custom .select2-results__option[aria-disabled=true] {
    color: grey; }

.select2-container--custom .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }

.select2-container--custom .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--custom.select2-container--open .select2-dropdown {
    border-color: #5897fb; }

.wrapper {
    margin: 0 auto;
    display: table;
    border-radius: 5px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.btn-menu:hover{
    color: #3791f3 !important;
}

.submitHeader {
    margin: 60px 0;
}

.submitHeader h1 {
    font-size: 36px;
}

.submitHeader p {
    font-size: 18px;
}

.claimSteps {
    width: 95%;
    height: 310px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: table;
    border-radius: 5px;
    padding-bottom: 20px;
}

.claimSteps img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13%;
}



.claimStepTitle {
    color: #404a5b;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
    padding: 13px;
}
.btn-azul{
    background-color: #1d94ee;
    color: #fff;
}
.btn-rojo{
    background-color: #ff3d3d;
    color: #fff;
}
.btn-rojo::selection, .btn-rojo::selection:active{
    background-color: #fd4f4f;
    color: #fff;
}
.btn-verde{
    background-color: #37b047;
    color: #fff;
}

.btn-morado{
    background-color: #8360e7;
    color: #fff;
}

.claimStepText {
    text-align: center;
    margin-left: 33.3%;
    width: 33.3%;
}
.claim-footer{
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    background-color: #f5f8fa;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

@media (min-width: 1200px) {
    .submitHeader {
        margin: 60px 40px;
    }
}

@media (max-width: 991px) {
    .claimSteps {
        margin: 30px auto;
    }

    .submitHeader {
        margin-top: 60px;
        margin-bottom: 0;
        text-align: center;
    }
}

.top-buffer { margin-top:20px; }
/*

    Efectos de transicion

*/
.gradient {
    color: #fff;
    background: linear-gradient(-45deg, #aeaeae, #a6a6a6, #8d8d8d, #575757, #5b5b5b);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

 .nav-link {
    color: rgba(255,255,255,.5) !important;
}
.section-heading {
    color: #fff;
}
 h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}
h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif
}
section {
    padding: 30px 0;
}
@media (min-width: 768px) {
    section {
        padding:40px 0;
    }
}
.tile-image {
    height: 420px;
    width: 100% !important;
}
.app-blog-blocks img{
    z-index: 99;
}
.navbar-nav {
    margin: 0;
}
.app .tile-basic .tile-image img {
    width: 101%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50.1%) translateY(-50%) translateZ(0) scale(1.0, 1.0);
    -webkit-backface-visibility: hidden;
}
.mbYTP_wrapper{
    z-index: 1 !important;
}
/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
}
@media (max-width: 790px) {
    .overlay > .text{
        font-size: calc(2vw + 3vh) !important;
    }
    .container-customize-img{
        margin: 5px 0;
        height: 50vw !important;
    }
}
.container-customize{
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: 0.3s;

}
.container-customize > .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: #008cba00;
    border-radius: 5px;
    text-align: right;
}
.container-customize.overlay:hover{

}

.container-customize-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 1% 40px;
    height: 20vw;
    max-height: 100vh;

}

.customize-img{
    display: block;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50.1%) translateY(-50%) translateZ(0) scale(1.0, 1.0);
    -webkit-backface-visibility: hidden;
    visibility: visible;
}
.customize-img:hover{
    opacity: 0.7;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* opacity: 0; */
    transition: .5s ease;
    /*border-radius: 5px;*/
    background-color: #0000002e;
    z-index: 999;
}
.container-customize-img:hover .overlay {
    cursor: pointer;
    /*opacity: .6;*/
    background-color: rgba(0, 140, 186, 0.6);
}

.overlay > .text {
    color: #f9f9f9;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    display: block;
    width: 94%;
    border-top: 2px solid #ffffff;
    text-align: left;
    font-size: calc(1vw + 1.5vh);
    text-transform: capitalize;
    font-weight: 900;
    margin-top: .6em;
}

.modal-xl {
    width: 80%;
}


.cursor-pointer{
    cursor: pointer;
}
.modal-xxl{
    width: 90% !important;
    max-width: none !important;
}
/*------------------------------------------------------------------
[10. Modals]
*/
.modal .close:focus {
    outline: 0;
}
.modal .modal-dialog {
    transition: all .2s !important;
}
.modal .modal-content {
    border: 1px solid #f2f6f7;
    border-radius: 3px !important;
    box-shadow: none !important;
}
.modal .modal-header {
    text-align: center;
    border-bottom: 0;
    padding: 25px 25px 0 25px;
}
.modal .modal-header p {
    color: #8b91a0;
}
.modal .modal-body {
    box-shadow: none;
    padding: 25px;
    padding-top: 0;
    white-space: normal;
    color: #bdc3d2;
}
.modal .modal-footer {
    border-top: none;
    box-shadow: none;
    margin-top: 0;
    padding: 25px;
    padding-top: 0;
}
.modal .drop-shadow {
    box-shadow: 0 0 9px rgba(191, 191, 191, 0.36) !important;
}
.modal.fade {
    opacity: 1 !important;
}
.modal.fade.stick-up .modal-dialog {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    margin-top: -5px;
}
.modal.fade.stick-up.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
}
.modal.fade.slide-up {
    height: 100%;
    top: auto;
}
.modal.fade.slide-up.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
}
.modal.fade.slide-up.disable-scroll {
    overflow: hidden;
}
.modal.fade.slide-up .modal-dialog {
    display: table;
    height: 100%;
    -webkit-transform: translate3d(0, 75%, 0);
    transform: translate3d(0, 75%, 0);
    -ms-transform: translate(0, 75%);
}
.modal.fade.slide-up .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.modal.fade.center-scale .modal-dialog {
    display: table;
    height: 100%;
}
.modal.fade.center-scale .modal-content {
    display: table-cell;
    vertical-align: middle;
    border: 0;
    background: transparent;
}
.modal.fade.center-scale .modal-content .modal-header {
    border-bottom: 0px;
}
.modal.fade.center-scale.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.modal.fade.center-scale .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
.modal.fade.fill-in {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.modal.fade.fill-in > .close {
    margin-top: 20px;
    margin-right: 20px;
    opacity: 0.6;
}
.modal.fade.fill-in > .close > i {
    font-size: 16px;
}
.modal.fade.fill-in .modal-dialog {
    display: table;
    height: 100%;
}
.modal.fade.fill-in .modal-content {
    display: table-cell;
    vertical-align: middle;
    border: 0;
    background: transparent;
}
.modal.fade.fill-in .modal-content .modal-header {
    border-bottom: 0px;
}
.modal.fade.fill-in.in {
    background-color: rgba(255, 255, 255, 0.85);
}
.modal.fade.fill-in.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.modal.fade.fill-in .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
.modal.fade.slide-right .close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    z-index: 10;
}
.modal.fade.slide-right.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
}
.modal.fade.slide-right .modal-dialog {
    position: absolute;
    right: 0;
    margin: 0;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
}
.modal.fade.slide-right .modal-dialog .modal-content-wrapper {
    height: 100%;
}
.modal.fade.slide-right .modal-dialog .modal-content {
    height: 100%;
}
.modal.fade.slide-right .modal-content {
    border-radius: 0px;
}
.fill-in-modal .modal-backdrop {
    background-color: transparent;
}
.modal-backdrop {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.modal-backdrop.in {
    opacity: 0.30;
}
/* Responsive Handlers: Modals
------------------------------------
*/
@media (max-width: 768px) {
    .modal.fill-in .modal-dialog {
        width: calc(100% - 20px);
    }
    .modal.slide-up .modal-dialog {
        width: calc(100% - 20px);
    }
}
@media (min-width: 768px) {
    .modal.stick-up .modal-dialog {
        margin: -5px auto;
    }
    .modal.slide-up .modal-dialog {
        margin: 0 auto;
    }
    .modal.fill-in .modal-dialog {
        margin: 0 auto;
    }
    .modal .modal-content {
        box-shadow: none;
    }
}

/* Modal Content (Image) */
.modal-content {
    background: #3a3a3a;
    margin: auto;
    display: block;
    width: 100%;
    max-width: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    text-align: left;
}
.modal-title {
    margin-bottom: 10px;
    line-height: 30px;
    color: #eee;
}
.modal-header{
    padding: 25px 25px 15px 25px;
    background: #333;
    border: 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #888;
}
.modal-body{
    padding: 25px 25px 30px 25px;
    background: #3a3a3a;
    text-align: left;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.more-opinions{
    padding: 15px;
}
