/* Minification failed. Returning unminified contents.
(181,58): run-time error CSS1046: Expect comma, found '112'
(181,66): run-time error CSS1046: Expect comma, found '/'
(181,85): run-time error CSS1046: Expect comma, found '88'
(181,92): run-time error CSS1046: Expect comma, found '/'
(181,112): run-time error CSS1046: Expect comma, found '112'
(181,120): run-time error CSS1046: Expect comma, found '/'
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700|Roboto+Condensed:300,400,700|Changa|Kaushan+Script|Archivo+Black|Days+One|Piedra|Anton');

.top-bar {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    padding: 7px 30px;
    font-family: 'Roboto',sans-serif;
    color: #333;
    font-size: 10px;
}
.top-bar > .logo-context {
    position:relative;
    float:left;
    width:170px;
}
.top-bar > .logo-context > a > img {
    height:60px;
}
.top-bar > .text-context {
    position:relative;
    float:left;
    width:330px;
    color:#004ea6;
    font-weight:bold;
}
.top-bar > .button-context {
    position:relative;
    float:right;
    padding:0px 0px;
}

.sub-menu-bar {
    height: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 47px;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #ffffff;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.menu-bar {
    position: -webkit-sticky;
    position: sticky;
    top: -15px;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #fff;
    z-index: 100;
    padding: 0px 40px;
    border-top: 1px solid #eee;
    height:77px;
}

.menu-bar img {
    margin-top:15px;
    height:50px;
}
    .menu-bar .navigation {
        float:right;
    }
    
    .menu-bar .navigation > .nav-item {
        color: #fff;
        text-decoration: none;
        outline: none;
        font-size: 13px;
        position: relative;
        float:left;
        margin:0px;
        box-sizing:unset;
    }
    
        .menu-bar .navigation > .nav-item > a {
            color: #6a6f76;
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            display: inline-block;
            padding:35px 15px;
            padding-bottom:18px;
            outline: none;
        }

            .menu-bar .navigation > .nav-item > a > i {
                color: #6a6f76;
            }

        .menu-bar .navigation > .nav-item:hover a {
            color: #2fb186;
            text-decoration: none;
        }
            .menu-bar .navigation > .nav-item:hover a > i {
                color: #64d398;
            }

        .menu-bar .navigation > .nav-item .main {
            position: -webkit-sticky;
            position: sticky;
            top: -15px;
            background-color: #fff;
            position: absolute;
            width: 250px;
            right: 0px;
            top: 90px;
            height: 0px;
            overflow: hidden;
            transition: all 700ms;
            box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.06);
            z-index: 1;
        }

        .menu-bar .navigation > .nav-item:hover .main {
            transition: all 700ms;
            height: 100px;
            padding-top:10px;
            border-top: 1px solid #ddd;
        }
    .menu-bar .navigation > .nav-item:hover .main-120 {
        height: 120px;
    }
    .menu-bar .navigation > .nav-item:hover .main-150 {
        height: 150px;
    }
    .menu-bar .navigation > .nav-item:hover .main-200 {
        height: 200px;
    }

        .menu-bar .navigation > .nav-item .main a {
            width: 100%;
            color: #6a6f76;
            font-size: 13px;
            font-family: 'Roboto', sans-serif;
            font-weight:300;
            width: 100%;
            display: inline-block;
            text-align: right;
            padding: 5px 10px;
            margin-top: 0px;
            outline: none;
            border-bottom: none;
        }

            .menu-bar .navigation > .nav-item .main a:hover {
                background-color: #fff;
                color: #2fb186;
                box-shadow: unset;
            }
        
        .menu-bar .small-menu-icon {
            display:none;
            width:50px;
            text-align:right;
            cursor:pointer;
        }
            .menu-bar .small-menu-icon > i {
                border: 1px solid #ddd;
                padding: 5px;
                font-size: 16px;
                margin-top: 8px;
            }

                .menu-bar .small-menu-icon > i:hover {
                    color: #118570;
                    border: 1px solid #3cac97;
                }

    .menu-bar .navigation .login-button {
        padding: 4px 20px;
        border: none;
        border-radius: 15px;
        color: #fff;
        font-size: 16px;
        outline: none;
        margin-top: 28px;
        background-color: #1470e2;
        background-image: linear-gradient(141deg, rgb(20 112 226 / 0.70) 0%, rgb(12 88 182 / 0.70) 51%, rgb(20 112 226 / 0.70) 75%);
    }

        .menu-bar .navigation .login-button:hover {
            background-color: #0752ae;
        }

.small-menu-context {
    position: fixed;
    top: 45px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 1000;
    border-top: 1px solid #ddd;
    display:none;
}
            .small-menu-context > .nav-item {
                text-align:right
            }
            .small-menu-context > .nav-item > a {
                display:block;
                padding:5px 10px;
                color:#111;
                text-decoration:none;
            }
            .small-menu-context > .nav-item > a:hover {
                background-color:#111;
                color:#fff;
            }
                .small-menu-context > .nav-item > .small-main {
                    position: relative;
                    height: 0px;
                    overflow: hidden;
                    transition: all 700ms;
                    background-color: #eee;
                }
                .small-menu-context > .nav-item:hover .small-main {
                    transition: all 700ms;
                    height: 60px;
                    z-index: 1;
                }
                .small-menu-context > .nav-item:hover .main-170 {
                    height: 170px;
                }
                .small-menu-context > .nav-item:hover .main-150 {
                    height: 150px;
                }
                .small-menu-context > .nav-item:hover .main-120 {
                    height: 120px;
                }
                .small-menu-context > .nav-item:hover .main-100 {
                    height: 100px;
                }
                .small-menu-context > .nav-item > .small-main > a {
                    display: block;
                    padding: 5px 10px;
                    padding-right: 30px;
                    color: #111;
                    font-size: 12px;
                    text-decoration: none;
                }
                    .small-menu-context > .nav-item > .small-main > a:hover {
                        background-color: #111;
                        color: #fff;
                    }



.custom-alert {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height:100%;
    width:100%;
    background-color: rgba(0, 0, 0, 0.20);
    z-index:10000;
    display:table;
}
.custom-alert > .alert-context {
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    cursor:pointer;
}

    .custom-alert > .alert-context > .success {
        background-color: #2dc748;
        color: #fff;
        text-transform: uppercase;
        font-size:20px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        padding: 30px 5px;
        width: 300px;
        border-radius:3px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 3px 3px 7px rgba(60, 60, 60, 0.50);
    }
        .custom-alert > .alert-context > .success > .details {
            font-size: 11px;
            padding-top:10px;
            text-transform:unset;
        }

    
    .custom-alert > .alert-context > .error {
        background-color: #ff0000;
        color: #fff;
        text-transform: uppercase;
        font-size:20px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        padding: 30px 5px;
        width: 300px;
        border-radius:3px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 3px 3px 7px rgba(60, 60, 60, 0.50);
    }
.alert-context > .btn-hide{

}

.alert-hide {
    transition: all 0.5s;
    opacity: 0;
}


.btn-small {
    padding: 2px 5px;
    font-size: 12px;
}

    .btn-small i {
        font-size: 12px;
    }

.pointer-none {
    pointer-events: none;
}

.no-padding {
    padding: 0px !important;
}
.display-none {
    display: none;
}

.render-body {
    min-height: 700px;
}

.footer-simple {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 50px;
    padding-bottom: 0px;
}
    .footer-simple > .item-context {
        position:relative;
        float:left;
        width:19%;
        padding:15px 5px;
    }
        .footer-simple > .item-context > .title {
            color: #6a6f76;
            font-size:16px;
            text-transform:uppercase;
            font-weight:bold;
        }
        .footer-simple > .item-context > .title > a {
            color: #6a6f76;
            font-size: 12px;
            text-transform: none;
            font-weight: 300;
        }

        .footer-simple > .item-context > .details {
            color: #979ca4;
            font-size: 12px;
            padding-top: 15px;
        }
            .footer-simple > .item-context > .details > a {
                display: block;
                color: #979ca4;
                padding: 2px 0px;
                text-decoration: none;
            }
            .footer-simple > .item-context > .details > a:hover {
                color: #64d398;
            }
        .footer-simple > .item-context > .details > .contact-no {
            font-size: 14px;
            font-weight:bold;
            padding:10px 0px;
        }
        .footer-simple > .item-context > .details i {
            font-size: 16px;
        }
    .footer-simple > .news-context {
        width: 24%;
    }
    .footer-simple > .item-context > .news {
        padding:5px 0px;
        display:table;
        cursor:pointer;
    }
        .footer-simple > .item-context > .news > .image {
            display:table-cell;
            width:70px;
            height:50px;
            background-position:center;
            background-repeat:no-repeat;
            background-size:cover;
        }
        .footer-simple > .item-context > .news > .details {
            display: table-cell;
            font-size:12px;
            line-height:15px;
            padding-left:5px;
            color:#6a6f76;
        }
        .footer-simple > .item-context > .news > .details > .heading {
            height:30px;
            overflow:hidden;

        }
            .footer-simple > .item-context > .news > .details > .date {
                font-size:13px;
                font-weight:bold;
                padding-top:3px;
            }

        .footer-simple > .item-context > .social-media {
            padding-top:15px;
        }
        .footer-simple > .item-context > .social-media > a {
            color:#fff;
            padding:2px;
            font-size:16px;
            text-align:center;
        }
        .footer-simple > .item-context > .social-media > a > i {
            padding:9px;
            height:30px;
            width:30px;
            background-color:#ddd;
           transition:all 500ms;
        }
            .footer-simple > .item-context > .social-media > a > .fb:hover {
                background-color: #1b4b8d;
                transition: all 500ms;
            }
            .footer-simple > .item-context > .social-media > a > .yt:hover {
                background-color: #df2f2f;
                transition: all 500ms;
            }
            .footer-simple > .item-context > .social-media > a > .tw:hover {
                background-color: #54abee;
                transition: all 500ms;
            }

    .footer-simple .item-context > .barvida {
        color: #979ca4;
        font-size: 12px;
    }
        .footer-simple .item-context > .barvida img {
            height: 40px;
        }
        .footer-simple .item-context > .barvida div {
            padding:10px 0px;
        }
        .footer-simple .item-context > .barvida i {
            font-size:16px;
            color:#00a651;
        }

    .footer-simple .copyright {
        color: #111;
        font-size: 11px;
        padding: 15px 0px;
        width: 50%;
        position: relative;
        float: left;
        border-top: 1px solid #eee;
    }
        .footer-simple .copyright > a {
            color: #111;
            font-weight:bold;
        }

        .footer-simple .copyright > span {
            color:#111;
        }
        .footer-simple .developed {
            text-align: right;
        }


.none {
    display: none;
}

.right-tool-tip {
    height: 35px;
    width: 105px;
    transform: rotate(90deg);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 10px;
    background-color: #feae02;
    color: #000;
    position: fixed;
    top: 50%;
    right: -37px;
    margin-top: -50px;
    z-index: 100;
    text-align: center;
    font-size: 17px;
    font-family: 'Roboto',sans-serif;
    cursor: pointer;
}

    .right-tool-tip:hover {
        background-color: #fea102;
    }

.message-tool-tip {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-color:#09b6e5;
    padding:11px;
    color:#111;
    border-radius:50%;
    z-index:100;
    box-shadow:3px 3px 7px rgba(0, 0, 0, 0.1);
    cursor:pointer;
}
.message-tool-tip:hover {
    background-color: #36c9f0;
}
.message-tool-tip > i{
    font-size:18px;
}

.message-body {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 300px;
    width: 300px;
    background-color: #fff;
    padding: 10px;
    z-index: 100;
    display: none;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.10);
}
    .message-body > input,textarea {
        width: 100%;
        border: none;
        border-style: none;
        border-bottom: 1px solid #eee;
        border-radius: 0px;
        padding: 7px 15px;
        outline: none;
        margin-bottom: 5px;
        color:#000;
    }
    .message-body > button {
        float: right;
        border: none;
        padding: 5px 15px;
        color: #1a927c;
        background-color: #fff;
        border: 1px solid #ddd;
    }
        .message-body > button:hover {
            color: #fff;
            background-color: #1a927c;
            border: 1px solid #1a927c;
        }
        .message-body > .close-button {
            background-color:#fff;
            padding:0px;
            color:#ff0000;
            border-radius:50%;
            border:none;
            float:left;
            font-size:12px;
            margin-top:15px;
            outline:none;
        }
            .message-body > .close-button:hover {
                background-color: #fff;
                border: none;
                color: #d90000;
            }

/*============MODAL=============*/

.modal-content .modal-header {
    padding: 5px 10px;
    border-bottom: none;
}

    .modal-content .modal-header .close {
        font-size: 30px;
        opacity: .70;
    }

    .modal-content .modal-header h5 {
        font-size: 17px;
        font-weight: bold;
    }

.login-popup .modal-content {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 180px;
}

.login-popup .close {
    padding: 0px 15px;
    outline: none;
}

/*============!! MODAL=============*/

.panel {
    border-radius: 0px;
}

.panel-primary {
    border-color: #dddddd;
    background-color: #fff;
    box-shadow: 2px 2px 12px rgba(131, 131, 131, 0.20);
    min-height: 400px;
}

    .panel-primary > .panel-heading {
        border-radius: 0px;
        background-color: #fff;
        border-color: #d0dae2;
        color: #ff6d00;
        font-weight: bold;
        height: 40px;
    }

        .panel-primary > .panel-heading > .heading {
            float: left;
        }

        .panel-primary > .panel-heading > .button {
            float: right;
        }

            .panel-primary > .panel-heading > .button > .btn-success {
                padding: 2px 5px;
                font-size: 12px;
            }
            
.table td input{
    border:none;
    max-width: 65px;
    background-color: transparent;
    outline:none;
}
.form-group {
    margin-bottom: 5px;
}
    .form-group label {
        margin-bottom: 3px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500;
        font-size:13px;
    }

    .btn {
        outline:none!important;
        border-radius:0px;
    }

.form-control {
    border: 1px solid rgba(0, 107, 100, 0.20);
    border-radius: 0px;
}

    .form-control:focus {
        border: 1px solid #dee1e9;
        box-shadow: 2px 4px 8px rgba(0, 107, 100, 0.06);
        outline: none;
    }
    .max200{
        max-width:200px;
    }
    .max250{
        max-width:250px;
    }
    .max300{
        max-width:300px;
    }
    .max350{
        max-width:350px;
    }
    .max400{
        max-width:400px;
    }

.green-addon {
    background-color: #25ab69;
    border-color: #25ab69;
    color: #fff;
    cursor:pointer;
}
.white-addon {
    background-color: #eee;
    border-color: #ddd;
    color: #25ab69 !important;
    cursor: pointer;
}

.input-as-hidden {
    height: 0px;
    width: 0px;
    padding: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.00) !important;
    position: absolute;
    background-color: transparent;
    color: transparent;
}

.bottom-tab {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    display: none;
    z-index: 100;
}

    .bottom-tab table {
        width: 100%;
    }

        .bottom-tab table td {
            width: 25%;
            height: 30px;
            background-color: #fff;
            border: 1px solid #ddd;
            text-transform: uppercase;
            font-size: 10px;
            font-weight: bold;
            box-shadow: 0px -2px 2px rgba(8, 45, 88, 0.10);
            background-image: linear-gradient(to top, rgba(255, 255, 255, 1.00), rgb(242, 242, 242));
            cursor: pointer;
        }

            .bottom-tab table td:hover {
                background-image: linear-gradient(to top, rgb(242, 242, 242), rgba(255, 255, 255, 1.00));
            }

            .bottom-tab table td i {
                font-size: 12px;
                display: block;
            }
            .bottom-tab table td img {
                height:13px;
                display:block;
                margin-left:auto;
                margin-right:auto;
            }
            .bottom-tab table td a {
                text-decoration: none;
                color: unset;
                display: block;
                padding: 3px 0px;
            }

.small-navigation {
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 40px;
    z-index: 99;
    overflow: auto;
    display: none;
}

    .small-navigation > .layer {
        padding: 25px 0px;
        padding-top:35px;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(22, 65, 148, 0.71);
        background-image: linear-gradient(to bottom right, rgba(22, 65, 148, 0.40), rgba(22, 65, 148, 1));
    }

        .small-navigation > .layer > a {
            font-family: 'Roboto',sans-serif;
            display: block;
            padding: 5px 15px;
            color: #fff;
            font-size: 12px;
        }

            .small-navigation > .layer > a > i {
                font-size: 17px;
                color: #fff;
                width: 18px;
            }

        .small-navigation > .layer > .sub {
            padding-left: 40px;
        }
.custom-modal {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.50);
    overflow: auto;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 50px 20px;
}

    .custom-modal > .context {
        max-width: 800px;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
        border-radius: 3px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.54);
    }

    .custom-modal > .context-500 {
        max-width: 500px;
    }

    .custom-modal > .context-700 {
        max-width: 700px;
    }

    .custom-modal > .context-800 {
        max-width: 800px;
    }

    .custom-modal > .context-900 {
        max-width: 900px;
    }

    .custom-modal > .context-1000 {
        max-width: 1000px;
    }

    .custom-modal > .context-1100 {
        max-width: 1100px;
    }

    .custom-modal > .context-full {
        width: 100%;
    }

    .custom-modal > .context > .head {
        padding: 8px 10px;
        font-size: 16px;
        border-bottom: 1px solid #e0e0e0;
    }

        .custom-modal > .context > .head > div {
            display: inline-block;
        }

        .custom-modal > .context > .head > .close {
            display: inline-block;
            text-align: right;
            font-size: 20px;
            width: 50px;
        }

    .custom-modal > .context > .body {
        padding: 10px;
        min-height: 100px;
        width: 100%;
    }

@media (max-width:767px) {
    .custom-modal {
        padding: 5px;
    }
}

.loader {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display:none;
}

    .loader > .main-context {
        display: table;
        height: 100%;
        width: 100%;
    }

        .loader > .main-context > .body {
            height: 100%;
            color: #fff;
            width: 100%;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            .loader > .main-context > .body > .title {
                padding-top: 5px;
            }

        
::placeholder {
    color: #97a2b4;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

:-ms-input-placeholder {
    color: #97a2b4;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

::-ms-input-placeholder {
    color: #97a2b4;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

.as-hide{    
    height: 0px;
    width: 0px;
    padding: 0px!important;
    border: 1px solid rgba(0, 0, 0, 0.00)!important;
    position: absolute;
    background-color:transparent;
    color:transparent;
}

.fl-search{
    width:100%;
    position:relative;
    background-color:#fff;
    height:100%;
    z-index:100;
}
.fl-search > .search-context{
    position:absolute;
    width:100%;
    left:15px;
    height:auto;
    background-color:#fff;
    border:1px solid #ddd;
    box-shadow:0px 0px 3px rgba(0, 0, 0, 0.05);
    z-index:100000;
}
.fl-search > .search-context > .search-item{
    padding:5px 15px;
    margin:0px;
    cursor:pointer;
    width:100%;
    background-color:#fff;
    color:#000;
    border-style:none;
    text-align:left;
}
.fl-search > .search-context > .search-item:hover{
    background-color:#eee;
}

@media (max-width:1050px) {
    .menu-bar {
        padding: 0px 20px;
    }

    .menu-bar img {
        margin-top: 20px;
        height: 40px;
    }
    .menu-bar .navigation > .nav-item > a {
        font-size: 14px;
        padding-left:10px;
        padding-right:10px;
    }
    .menu-bar .navigation .login-button {
        margin-top: 33px;
        padding: 4px 20px;
        font-size: 12px;
    }
}

@media (max-width:991px){
    .footer-simple {
        padding: 10px;
        padding-bottom: 0px;
    }
}

@media (max-width:850px) {
    .top-bar {
        display:none;
    }
    .menu-bar {
        top: 0px;
        height:45px;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
    }
    .menu-bar img {
        margin-top: 5px;
        height: 35px;
    }
    .menu-bar .navigation {
        display:none;
    }

    .menu-bar .small-menu-icon {
        display: unset;
        float:right;
    }
    .sub-menu-bar{
        display:none;
    }

    .footer-simple > .item-context {
        width: 33.33%;
        padding: 15px 5px;
        height:170px;
    }
    .footer-simple > .news-context {
        width: 50%;
        height:300px;
    }
    .footer-simple .address-context {
        width: 50%;
    }
}

@media (max-width:767px) {
    .footer-simple > .item-context > .title {
        font-size: 14px;
    }
    .footer-simple > .item-context > .details {
        font-size: 10px;
    }
    .footer-simple .item-context > .barvida {
        font-size: 10px;
    }

    .footer-simple > .item-context > .details > .contact-no {
        font-size: 13px;
    }

    .footer-simple .copyright {
        width: 100%;
        padding:10px;
    }
    
    .footer-simple .developed {
        text-align: left;
    }
}

@media (max-width:500px) {
    .footer-simple {
        padding: 0px;
    }
}

.max1100 {
    max-width: 1100px !important;
}

.max1000 {
    max-width: 1000px !important;
}

.max900 {
    max-width: 900px !important;
}

.max800 {
    max-width: 800px !important;
}

.max700 {
    max-width: 700px !important;
}

.max600 {
    max-width: 600px !important;
}

.max500 {
    max-width: 500px !important;
}

.max400 {
    max-width: 400px;
}

.max350 {
    max-width: 350px;
}

.max300 {
    max-width: 300px;
}

.max250 {
    max-width: 250px;
}

.max200 {
    max-width: 200px;
}

.max100 {
    max-width: 200px;
}


.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.entry-main {
    position: relative;
    padding: 10px 10px;
}

    .entry-main > .header {
        font-size: 18px;
        color: #11b592;
        padding-bottom: 5px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .entry-main > .entry-body {
        width: 100%;
        background-color: #f5f5f5;
        padding: 10px;
        z-index: 1;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    }

        .entry-main > .entry-body table {
            font-size: 12px;
        }

        .entry-main > .entry-body > .page-title {
            position: absolute;
            top: -40px;
            left: 0px;
            font-size: 25px;
            font-family: 'Roboto Condensed', sans-serif;
            color: #fff;
            text-align: left;
            text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.30);
        }

        .entry-main > .entry-body > .search-context {
            padding: 5px;
            background-color: #fff;
            margin-bottom: 5px;
            border: 1px solid #eee;
            display: inline-block;
            width: 100%;
        }

            .entry-main > .entry-body > .search-context > .text-context {
                position: relative;
                float: left;
                width: 80%;
            }

            .entry-main > .entry-body > .search-context > .button-context {
                position: relative;
                float: right;
                text-align: right;
                width: 20%;
            }

            .entry-main > .entry-body > .search-context > .text-context input, select {
                border: 1px solid #eee;
                outline: none;
                padding: 2px 10px;
                height: 27px;
                width: 100%;
            }

            .entry-main > .entry-body > .search-context > .text-context > input:focus {
                border: 1px solid #d7ede6;
                box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.06);
            }

            .entry-main > .entry-body > .search-context .btn-small {
                height: 25px;
            }

    .entry-main .button {
        border-style: none;
        background-color: #3bc798;
        color: #fff;
        padding: 10px 15px;
        height: 40px;
        display: inline-block;
    }

        .entry-main .button:hover {
            background-color: #16b17d;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.06);
        }

    .entry-main .button-red {
        border-style: none;
        background-color: #f5684f;
        color: #fff;
        padding: 10px 15px;
        height: 40px;
        display: inline-block;
    }

        .entry-main .button-red:hover {
            background-color: #f83a18;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.06);
        }

    .entry-main .button-blue {
        border-style: none;
        background-color: #3b9cc7;
        color: #fff;
        padding: 10px 15px;
        height: 40px;
        display: inline-block;
    }

        .entry-main .button-blue:hover {
            background-color: #1f749a;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.06);
        }

    .entry-main .product-image td {
        padding: 2px;
    }

        .entry-main .product-image td img {
            max-height: 80px;
            max-width: 100px;
        }

    .entry-main > .entry-body .sub-context {
        background-color: #fff;
        clear: both;
        padding: 5px 0px;
        margin-bottom: 15px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    }

        .entry-main > .entry-body .sub-context > .title {
            font-size: 13px;
            text-transform: uppercase;
            color: #3bc798;
            font-family: 'Roboto',sans-serif;
            font-weight: 600;
            border-bottom: 1px solid #eee;
            padding: 3px 15px;
            margin-bottom: 5px;
        }

.igm-head {
    width: 100%;
}

    .igm-head .btn-context {
        width: 40px;
        padding-left: 5px;
    }

    .igm-head .date-context {
        width: 100px;
    }



@media (max-width:767px) {
    .entry-main > .entry-body {
        padding: 20px 0px;
    }
}


.captcha {
    max-width:250px;
    margin-right:auto;
    margin-left:auto;
    padding:20px;
    text-align:center;
}
    .captcha > .captcha-context {
        max-width: 120px;
        margin-right: auto;
        margin-left: auto;
        pointer-events:none;
    }
        .captcha > .captcha-context > .captcha-text {
            position: relative;
            float: left;
            width: 20px;
            font-family: 'Piedra', cursive;
            font-size: 25px;
        }
        .captcha > .captcha-context > .c1 {
            padding-top: 20px;
            transform: rotate(15deg);
        }
        .captcha > .captcha-context > .c2 {
            padding-top: 10px;
            transform: rotate(-15deg);
        }
        .captcha > .captcha-context > .c3 {
            padding-top: 30px;
            transform: rotate(-20deg);
        }
        .captcha > .captcha-context > .c4 {
            padding-top: 10px;
            transform: rotate(20deg);
        }
        .captcha > .captcha-context > .c5 {
            padding-top: 18px;
            transform: rotate(-12deg);
        }
        .captcha > .captcha-context > .c6 {
            padding-top: 28px;
            transform: rotate(-25deg);
        }
    .captcha input {
        width: 100%;
    }



/*======= SELECT-2 =======*/

.select2 {
    width: 100% !important;
    color: #dddddd;
}

.select2-selection--single {
    outline: none;
    border-radius: 0px !important;
    border: 1px solid #d0dae2 !important;
    width: 100% !important;
    height: 34px !important;
}

    .select2-selection--single:focus {
        box-shadow: 0px 0px 7px rgba(167, 177, 183, 0.70);
        -moz-box-shadow: 0px 0px 7px rgba(167, 177, 183, 0.70);
        -webkit-box-shadow: 0px 0px 7px rgba(167, 177, 183, 0.70);
    }

.select2-selection__arrow {
    top: 5px !important;
}

.select2-selection__rendered {
    padding-top: 2px !important;
}

.select2-dropdown {
    border-radius: 0px !important;
    border: 1px solid #ddd !important;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.05);
    top: -34px;
}

.select2-results__option {
    padding: 5px 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee !important;
    color: #000 !important;
}

.select2-search__field {
    border: 1px solid #d0dae2 !important;
}
/*======= !! SELECT-2 =======*/


