﻿.page-body {
    background-image: url(Images/aseancmi-login999.jpg);
    /*background-repeat: repeat;*/
    background-position: center;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    /*background-size: cover;*/
    
}

.sd-n {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.whbox48 {
    display: block;
    width: 100%;
    height: 52px;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    padding: 2px;
    margin-bottom: 7px;
}

.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 90px;
    margin-bottom: 7px;
}

    .overlay-container img {
        display: block;
        max-width: 100%;
        height: 100%;
    }

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241, 241, 241, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overlay a {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 26px;
    color: #e84c3d;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.overlay span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #000000;
    font-style: italic;
}

.overlay-links {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -50px;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all 0.25s linear 0.05s;
    -moz-transition: all 0.25s linear 0.05s;
    -ms-transition: all 0.25s linear 0.05s;
    -o-transition: all 0.25s linear 0.05s;
    transition: all 0.25s linear 0.05s;
}

    .overlay-links a {
        position: static;
        margin-top: 0;
        margin-left: 0;
    }

        .overlay-links a + a {
            left: 50px;
            color: #ffffff;
            background-color: #e84c3d;
        }

.overlay a:hover {
    color: #ffffff;
    background-color: #333333;
    text-decoration: none;
}

.overlay i {
    line-height: 50px;
}

.wh48 {
    width: 100%;
    height: 48px;
}

.whbox64 {
    display: block;
    width: 100%;
    height: 68px;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    padding: 2px;
    margin-bottom: 7px;
}

.wh64 {
    width: 100%;
    height: 64px;
}

button[type=submit], button[type=reset] {
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .45;
}

.form-control, .btn-group {
    margin-bottom: 7px;
}

.fm .checkbox-nice {
    margin-bottom: 7px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
    color: #243140;
    background: #EEE;
    cursor: pointer;
    height: 40px;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        max-height: 40px;
        width: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: pointer;
        display: block;
    }

input[type=file] {
    max-height: 40px;
}


a, a:hover, a:focus, a:active, a.active {
    text-decoration: none;
}

.modal {
    overflow: auto;
    overflow-y: scroll;
}

.bdb-dark-red {
    border-bottom: 1px solid #a91a0f !important;
}

.bdb-dark-green {
    border-bottom: 2px solid #588f18 !important;
}

.bdr-dark-green {
    border-right: 1px solid #588f18 !important;
}

.pn .table > thead:first-child > tr:first-child > th.bdt-dark-red {
    border-top: 1px solid #aaa !important;
}

.pn .table > thead:first-child > tr:first-child > th.bdt-dark-green {
    border-top: 1px solid #aaa !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #fcfcfc !important;
}

.text-white {
    color: #ffffff !important;
}

.text-shadow {
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}

.text-primary {
    color: #4285F4 !important;
}

.text-info {
    color: #00bcd4 !important;
}

.text-success {
    color: #8bc34a !important;
}

.text-success-dark {
    color: #5cb85c !important;
}

.text-warning {
    color: #ff9800 !important;
}

.text-danger {
    color: #f44336 !important;
}

.text-pink {
    color: #e91e63 !important;
}

.text-black {
    color: #333 !important;
}

.bg-primary {
    background: #4285F4 !important;
}

.bg-info {
    background: #00bcd4 !important;
}

.bg-success {
    background: #8bc34a !important;
}

.bg-warning {
    background: #ff9800 !important;
}

.bg-danger {
    background: #f44336 !important;
}

.bg-pink {
    background: #e91e63 !important;
}

    .bg-primary .panel-body, .bg-info .panel-body, .bg-success .panel-body, .bg-warning .panel-body, .bg-danger .panel-body, .bg-pink .panel-body {
        background: transparent !important;
    }


.bg-light {
    background-color: #FAFAFA;
    color: #666;
}

.bg-light-bold {
    background: #f8f8f8;
    color: #666;
}

a.bg-light:hover {
    background-color: #e8e8e8 !important;
}

.bg-light .text-muted {
    color: #999;
}

.bg-light .text-darken {
    color: #222;
}

.bg-light.light {
    background-color: #FEFEFE !important;
}

.bg-light.lighter {
    background-color: #FFF !important;
}

.bg-light.dark {
    background-color: #F2F2F2 !important;
}

.bg-light.darker {
    background-color: #E7E7E7 !important;
}

.bg-white {
    background-color: #FAFAFA;
    color: #666;
    background-color: #FFF !important;
}

a.bg-white:hover {
    background-color: #ededed !important;
}

.bg-white .text-muted {
    color: #999;
}

.bg-white .text-darken {
    color: #222;
}

.bg-white.light {
    background-color: #FEFEFE;
}

.bg-white.lighter {
    background-color: #FFF;
}

.bg-white.dark {
    background-color: #F2F2F2;
}

.bg-white.darker {
    background-color: #E7E7E7;
}

.bg-dark-min {
    background: #eeeeee !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.fsc {
    color: #34383c !important;
}

.h4-form {
    margin-top: 0;
}

.fw200 {
    font-weight: 200 !important;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fs3 {
    font-size: 4px !important;
}

.fs4 {
    font-size: 4px !important;
}

.fs5 {
    font-size: 5px !important;
}

.fs6 {
    font-size: 6px !important;
}

.fs7 {
    font-size: 7px !important;
}

.fs8 {
    font-size: 8px !important;
}

.fs9 {
    font-size: 9px !important;
}

.fs10 {
    font-size: 10px !important;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs22 {
    font-size: 22px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs26 {
    font-size: 26px !important;
}

.fs28 {
    font-size: 28px !important;
}

.fs30 {
    font-size: 30px !important;
}

.fs35 {
    font-size: 35px !important;
}

.fs40 {
    font-size: 40px !important;
}

.fs45 {
    font-size: 45px !important;
}

.fs50 {
    font-size: 50px !important;
}

.fs60 {
    font-size: 60px !important;
}

.fs70 {
    font-size: 70px !important;
}

.fs80 {
    font-size: 80px !important;
}

.fs90 {
    font-size: 90px !important;
}

.fs100 {
    font-size: 100px !important;
}

.pn {
    padding: 0 !important;
}

.p1 {
    padding: 1px !important;
}

.p2 {
    padding: 2px !important;
}

.p3 {
    padding: 3px !important;
}

.p4 {
    padding: 4px !important;
}

.p5 {
    padding: 5px !important;
}

.p6 {
    padding: 6px !important;
}

.p7 {
    padding: 7px !important;
}

.p8 {
    padding: 8px !important;
}

.p10 {
    padding: 10px !important;
}

.p12 {
    padding: 12px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.p40 {
    padding: 40px !important;
}

.p50 {
    padding: 50px !important;
}

.ptn {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.prn {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pbn {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pln {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pv5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pv8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.pv10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pv15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pv20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pv25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.pv30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pv40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.pv50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.ph5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.ph8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.ph10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ph15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.ph20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ph25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.ph30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.ph40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.ph50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

@media (min-width: 1140px) {
    .ptn-lg {
        padding-top: 0 !important;
    }

    .prn-lg {
        padding-right: 0 !important;
    }

    .pbn-lg {
        padding-bottom: 0 !important;
    }

    .pln-lg {
        padding-left: 0 !important;
    }

    .pt5-lg {
        padding-top: 5px !important;
    }

    .pr5-lg {
        padding-right: 5px !important;
    }

    .pb5-lg {
        padding-bottom: 5px !important;
    }

    .pl5-lg {
        padding-left: 5px !important;
    }
}

@media (min-width: 992px) {
    .ptn-md {
        padding-top: 0 !important;
    }

    .prn-md {
        padding-right: 0 !important;
    }

    .pbn-md {
        padding-bottom: 0 !important;
    }

    .pln-md {
        padding-left: 0 !important;
    }

    .pt5-md {
        padding-top: 5px !important;
    }

    .pr5-md {
        padding-right: 5px !important;
    }

    .pb5-md {
        padding-bottom: 5px !important;
    }

    .pl5-md {
        padding-left: 5px !important;
    }
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.mn {
    margin: 0 !important;
}

.m1 {
    margin: 1px !important;
}

.m2 {
    margin: 2px !important;
}

.m3 {
    margin: 3px !important;
}

.m4 {
    margin: 4px !important;
}

.m5 {
    margin: 5px !important;
}

.m8 {
    margin: 8px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.m50 {
    margin: 50px !important;
}

.mtn {
    margin-top: 0 !important;
}

.mt1 {
    margin-top: 1px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt4 {
    margin-top: 4px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mrn {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mbn {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mln {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.mv5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mv10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mv15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mv20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mv25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mv30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mv40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mv50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mv70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.mh5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mh10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mh15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mh20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mh25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.mh30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.mh40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.mh50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.mh70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.mtn5 {
    margin-top: -5px !important;
}

.mtn10 {
    margin-top: -10px !important;
}

.mtn15 {
    margin-top: -15px !important;
}

.mtn20 {
    margin-top: -20px !important;
}

.mtn30 {
    margin-top: -30px !important;
}

.mrn5 {
    margin-right: -5px !important;
}

.mrn10 {
    margin-right: -10px !important;
}

.mrn15 {
    margin-right: -15px !important;
}

.mrn20 {
    margin-right: -20px !important;
}

.mrn30 {
    margin-right: -30px !important;
}

.mbn5 {
    margin-bottom: -5px !important;
}

.mbn10 {
    margin-bottom: -10px !important;
}

.mbn15 {
    margin-bottom: -15px !important;
}

.mbn20 {
    margin-bottom: -20px !important;
}

.mbn30 {
    margin-bottom: -30px !important;
}

.mln5 {
    margin-left: -5px !important;
}

.mln10 {
    margin-left: -10px !important;
}

.mln15 {
    margin-left: -15px !important;
}

.mln20 {
    margin-left: -20px !important;
}

.mln30 {
    margin-left: -30px !important;
}

.mvn5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
}

.mvn10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

.mvn15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
}

.mvn20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}

.mvn30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
}

.mhn5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.mhn10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.mhn15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.mhn20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.mhn30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.lh0 {
    line-height: 0 !important;
}

.lh5 {
    line-height: 5px !important;
}

.lh10 {
    line-height: 10px !important;
}

.lh15 {
    line-height: 15px !important;
}

.lh20 {
    line-height: 20px !important;
}

.lh25 {
    line-height: 25px !important;
}

.lh30 {
    line-height: 30px !important;
}

.lh35 {
    line-height: 35px !important;
}

.lh40 {
    line-height: 40px !important;
}

.lh64 {
    line-height: 64px;
}

.lh72 {
    line-height: 72px;
}

.br-l-n {
    border-left: none !important;
}

.br-r-n {
    border-right: none !important;
}

.br-t-n {
    border-top: none !important;
}

.br-b-n {
    border-bottom: none !important;
}

.br-n {
    border: none !important;
}

.br-v-n {
    border-top: none !important;
    border-bottom: none !important;
}

.br-h-n {
    border-left: none !important;
    border-right: none !important;
}

.br-a {
    border: 1px solid #eeeeee !important;
}

.br-l {
    border-left: 1px solid #eeeeee !important;
}

.br-r {
    border-right: 1px solid #eeeeee !important;
}

.br-t {
    border-top: 1px solid #eeeeee !important;
}

.br-b {
    border-bottom: 1px solid #eeeeee !important;
}

.br-dashed {
    border-style: dotted !important;
}

.br0 {
    border-radius: 0px !important;
}

.br1 {
    border-radius: 1px !important;
}

.br2 {
    border-radius: 2px !important;
}

.br3 {
    border-radius: 3px !important;
}

.br4 {
    border-radius: 4px !important;
}

.br6 {
    border-radius: 6px !important;
}

.br8 {
    border-radius: 8px !important;
}

.br12 {
    border-radius: 12px !important;
}

.br24 {
    border-radius: 24px !important;
}

.br64 {
    border-radius: 64px !important;
}

.bw1 {
    border-width: 1px !important;
}

.bw2 {
    border-width: 2px !important;
}

.bw3 {
    border-width: 3px !important;
}

.bw4 {
    border-width: 4px !important;
}

.bw5 {
    border-width: 5px !important;
}

.bw8 {
    border-width: 8px !important;
}

.bw10 {
    border-width: 10px !important;
}

.bw15 {
    border-width: 15px !important;
}

.br-white {
    border-color: #ffffff !important;
}

.br-lighter {
    border-color: #eeeeee !important;
}

.br-light {
    border-color: #e7e7e7 !important;
}

.br-grey {
    border-color: #d9d9d9 !important;
}

.br-greyer {
    border-color: #cccccc !important;
}

.br-dark {
    border-color: #3b3f4f !important;
}

.br-dark-light {
    border-color: #51566c !important;
}

.br-primary {
    border-color: #3498db !important;
}

.br-primary-light {
    border-color: #5faee3 !important;
}

.br-info {
    border-color: #3bafda !important;
}

.br-info-light {
    border-color: #66c1e2 !important;
}

.br-success {
    border-color: #70ca63 !important;
}

.br-success-light {
    border-color: #93d789 !important;
}

.br-warning {
    border-color: #f6bb42 !important;
}

.br-warning-light {
    border-color: #f8cd73 !important;
}

.br-danger {
    border-color: #df5640 !important;
}

.br-danger-light {
    border-color: #e67d6c !important;
}

.br-alert {
    border-color: #967adc !important;
}

.br-alert-light {
    border-color: #b6a2e7 !important;
}

.br-system {
    border-color: #37bc9b !important;
}

.br-system-light {
    border-color: #58ceb1 !important;
}

.br-tp-top {
    border-top-color: rgba(0, 0, 0, 0.1);
}

.br-tp-right {
    border-right-color: rgba(0, 0, 0, 0.1);
}

.br-tp-left {
    border-left-color: rgba(0, 0, 0, 0.1);
}

.fluid-width {
    width: 100% !important;
}

.mw10 {
    max-width: 10px !important;
}

.mw20 {
    max-width: 20px !important;
}

.mw30 {
    max-width: 30px !important;
}

.mw35 {
    max-width: 35px !important;
}

.mw40 {
    max-width: 40px !important;
}

.mw45 {
    max-width: 45px !important;
}

.mw50 {
    max-width: 50px !important;
}

.mw60 {
    max-width: 60px !important;
}

.mw80 {
    max-width: 80px !important;
}

.mw100 {
    max-width: 100px !important;
}

.mw140 {
    max-width: 140px !important;
}

.mw160 {
    max-width: 160px !important;
}

.mw180 {
    max-width: 180px !important;
}

.mw200 {
    max-width: 200px !important;
}

.mw240 {
    max-width: 240px !important;
}

.mw280 {
    max-width: 280px !important;
}

.mw320 {
    max-width: 320px !important;
}

.mw400 {
    max-width: 400px !important;
}

.mw450 {
    max-width: 450px !important;
}

.mw500 {
    max-width: 500px !important;
}

.mw600 {
    max-width: 600px !important;
}

.mw700 {
    max-width: 700px !important;
}

.mw800 {
    max-width: 800px !important;
}

.mw900 {
    max-width: 900px !important;
}

.mw1000 {
    max-width: 1000px !important;
}

.mw1100 {
    max-width: 1100px !important;
}

.mw1200 {
    max-width: 1200px !important;
}

.w20 {
    width: 20px !important;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w75 {
    width: 75px !important;
}

.w100 {
    width: 100px !important;
}

.w125 {
    width: 125px !important;
}

.w150 {
    width: 150px !important;
}

.w175 {
    width: 175px !important;
}

.w200 {
    width: 200px !important;
}

.w225 {
    width: 225px !important;
}

.w250 {
    width: 250px !important;
}

.w275 {
    width: 275px !important;
}

.w300 {
    width: 300px !important;
}

.w320 {
    width: 320px !important;
}

.w350 {
    width: 350px !important;
}

.w375 {
    width: 375px !important;
}

.w400 {
    width: 400px !important;
}

.w450 {
    width: 450px !important;
}

.mnw20 {
    min-width: 20px !important;
}

.mnw30 {
    min-width: 30px !important;
}

.mnw40 {
    min-width: 40px !important;
}

.mnw50 {
    min-width: 50px !important;
}

.mnw75 {
    min-width: 75px !important;
}

.mnw100 {
    min-width: 100px !important;
}

.mnw125 {
    min-width: 125px !important;
}

.mnw150 {
    min-width: 150px !important;
}

.mnw175 {
    min-width: 175px !important;
}

.mnw200 {
    min-width: 200px !important;
}

.mnw250 {
    min-width: 250px !important;
}

.mnw300 {
    min-width: 300px !important;
}

.mnw500 {
    min-width: 500px !important;
}

.mnw700 {
    min-width: 700px !important;
}

.mnw1000 {
    min-width: 1000px !important;
}

h1, h2 {
    margin-top: 10px;
    font-size: 42px;
    font-weight: 100;
    line-height: 54px;
}

.inner-content {
    padding: 120px 0 0 0;
}

.hr-ext {
    position: relative;
    clear: both;
    margin: 25px 0 25px;
    width: 100%;
    height: 1px;
}

.hr-ext-h {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

    .hr-ext-h i {
        position: absolute;
        top: 0;
        left: 50%;
        font-size: 16px;
        height: 16px;
        width: 50px;
        margin-top: -8px;
        margin-left: -25px;
        text-align: center;
        background-color: #fafafa;
        color: #ddd;
    }

#wrapper {
}

.navbar-header {
    padding-right: 0;
}

#flag {
    float: left;
    display: block;
    padding: 20px 0 20px;
    height: 90px;
    line-height: 50px;
    padding-right: 150px;
}

#flags {
    height: 90px;
}

    #flags div[class*=col-] {
        width: 10%;
    }

/*@media (min-width: 992px) {
    #flags div[class*=col-] {
        width: 8%;
    }
}

@media (min-width: 1200px) {
    #flags div[class*=col-] {
        width: 10%;
    }
}*/



@media (max-width: 767px) {
    .navbar-header {
        padding-right: 150px;
    }

    .navbar-brand.logo-nav {
        display: block;
        height: 90px;
        line-height: 60px;
        padding: 20px 0 15px;
    }
}

/*@media (min-width: 768px) {

    .navbar-brand.logo-nav {
        display: block;
        height: 90px;
    }
}*/

.first-content {
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

    .first-content .description {
        margin: 30px 0 10px 0;
        font-size: 22px;
        line-height: 36px;
        opacity: 0.8;
    }

.second-content h1 {
    text-transform: uppercase;
    font-size: 27px;
    margin-top: 0;
}

    .second-content h1.country-title {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
    }

.second-content .flag {
    max-width: 150px;
    margin: 0 auto;
}

.third-content {
    line-height: 30px;
}

    .third-content h1 {
        text-transform: uppercase;
        font-size: 27px;
        margin-top: 0;
    }

    .third-content p {
        text-transform: uppercase;
        font-size: 14px;
        margin-top: 0;
        line-height: 25px;
    }

    .third-content blockquote {
        margin: 0;
        padding: 0;
        border-left: 0;
        font-size: 17px;
        font-style: italic;
        color: #999;
        text-align: center;
        line-height: 30px;
    }

.fourth-content {
    min-height: 100px;
    color: #ffffff !important;
    text-align: center;
    background-color: #3498db;
    background-color: rgba(52,152,219,0.8);
}

    .fourth-content h1 {
        font-size: 27px;
        margin-top: 0;
        line-height: 100px;
    }
/*.second-content.container {
    background: #fff;
    margin-top: -40px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    position: relative;
    margin-bottom: -100px;
    padding-bottom: 40px;
    border-bottom: medium double #ccc;
    padding-top: 0;
}

.second-content.container img.bgcontent {
    width: 1170px !important;
    max-width: 1316px;
    margin: 0px auto;
    margin-left: -53px;
    margin-top: -43px;
    position: absolute;
    z-index: 0;
}*/


body .tp-hide-revslider, body .tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important;
}

body .tp-caption {
    z-index: 1;
}

    body .tp-caption.big_white {
        position: absolute;
        color: #fff;
        text-shadow: none;
        font-weight: 800;
        font-size: 20px;
        line-height: 20px;
        font-family: 'Open Sans', sans;
        padding: 3px 4px;
        padding-top: 1px;
        margin: 0px;
        border-width: 0px;
        border-style: none;
        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
        letter-spacing: 0px;
        padding: 15px !important;
        text-transform: uppercase;
        text-shadow: 0px 1px 1px black !important;
    }

body .revolution-link {
    padding: 15px 40px;
    color: #FFFFFF !important;
    text-align: center;
    border: 2px solid white;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0px;
}

    body .revolution-link:hover {
        transition: 500ms all;
        -ms-transition: 500ms all;
        -moz-transition: 500ms all;
        -webkit-transition: 500ms all;
        border-color: #fff;
        color: #8B8B8B !important;
        background-color: #fff;
    }

body .tp-caption.big_orange {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    font-family: Arial;
    padding: 0px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #fb7354;
    letter-spacing: -1.5px;
}

body .tp-caption.big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    padding: 0px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #fff;
    letter-spacing: -1.5px;
}

body .tp-caption.medium_grey {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #888;
    white-space: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

body .tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

body .tp-caption.default_text {
    position: absolute;
    color: #626262;
    text-shadow: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.medium_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

body .tp-caption.medium_text2 {
    position: absolute;
    color: #333;
    text-shadow: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    font-family: "Open Sans",Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.large_black_text {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 42px;
    line-height: 42px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: -2px;
    font-family: "Raleway", sans-serif;
}

body .tp-caption.very_large_text2 {
    position: absolute;
    color: #1a242f;
    text-shadow: none;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.very_large_black_text {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 72px;
    line-height: 72px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.main_color_text {
    position: absolute;
    color: #279fbb;
    text-shadow: none;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.bold_red_text {
    position: absolute;
    color: #d31e00;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.bold_brown_text {
    position: absolute;
    color: #a04606;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.bold_green_text {
    position: absolute;
    color: #5b9830;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding: 3px 4px;
    padding-top: 1px; /*background-color: #7e8e96;*/
}

body .tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color: #fff;
}

body .tp-caption.modern_medium_fat {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.modern_medium_fat_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.modern_big_bluebg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    padding: 3px 10px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #4e5b6c;
    letter-spacing: 0;
}

body .tp-caption.modern_big_redbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #de543e;
    letter-spacing: 0;
}

body .tp-caption.modern_small_text_dark {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

body .tp-caption.boxshadow {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

body .tp-caption.black {
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans;
}

body .tp-caption.noshadow {
    text-shadow: none;
}

.rev-slider-full {
    padding: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 100%;
    position: relative;
    padding: 0;
    max-height: 350px;
    overflow: hidden;
    visibility: hidden;
    left: 0;
    top: 0;
    clear: both;
    -webkit-transform: none !important;
    transition: none !important;
    -webkit-backface-visibility: hidden;
}


.modal-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

    .modal-content .modal-header {
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .modal-content .modal-body {
        background-color: #FAFAFA;
    }

    .modal-content .modal-footer {
        padding: 12px 13px;
        border: 0;
        border-top: 1px solid #DDD;
        background: #f2f2f2;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }


.modal-ctm.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    margin-left: -1em;
    vertical-align: middle;
}

.modal-ctm .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-top: -1%;
    min-width: 90%;
}

/*
 * Page Loader
 */ html:not(.ismobile) .page-loader {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

    html:not(.ismobile) .page-loader .preloader {
        width: 50px;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -55px;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: 3000ms;
        animation-duration: 3000ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        html:not(.ismobile) .page-loader .preloader p {
            white-space: nowrap;
            position: relative;
            left: -9px;
            top: 22px;
            color: #CCC;
        }

.page-loader {
    display: none;
}

.preloader {
    position: relative;
    margin: 0px auto;
    display: inline-block;
}

    .preloader:not([class*="pl-"]) {
        width: 40px;
    }

    .preloader:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

    .preloader.pl-xs {
        width: 20px;
    }

    .preloader.pl-sm {
        width: 30px;
    }

    .preloader.pl-lg {
        width: 50px;
    }

    .preloader.pl-xl {
        width: 80px;
    }

    .preloader.pl-xxl {
        width: 100px;
    }

    .preloader:not([class*="pls-"]) .plc-path {
        animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    }

    .preloader[class*="pls-"] .plc-path {
        animation: dash 1.5s ease-in-out infinite;
    }

    .preloader.pls-red .plc-path {
        stroke: #f44336;
    }

    .preloader.pls-blue .plc-path {
        stroke: #2196f3;
    }

    .preloader.pls-green .plc-path {
        stroke: #4caf50;
    }

    .preloader.pls-yellow .plc-path {
        stroke: #ffeb3b;
    }

    .preloader.pls-bluegray .plc-path {
        stroke: #607d8b;
    }

    .preloader.pls-amber .plc-path {
        stroke: #ffc107;
    }

    .preloader.pls-teal .plc-path {
        stroke: #009688;
    }

    .preloader.pls-gray .plc-path {
        stroke: #9e9e9e;
    }

    .preloader.pls-pink .plc-path {
        stroke: #e91e63;
    }

    .preloader.pls-purple .plc-path {
        stroke: #9c27b0;
    }

    .preloader.pls-white .plc-path {
        stroke: #fff;
    }

.pl-circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.plc-path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2;
    stroke-miterlimit: 10;
    fill: none;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #f44336;
    }

    40% {
        stroke: #2196f3;
    }

    66% {
        stroke: #4caf50;
    }

    80%, 90% {
        stroke: #ffc107;
    }
}

.md-dialog {
    width: 478px;
    padding: 0 0;
    border-radius: 3px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000;
}

.in .md-dialog {
    display: block;
}

.md-dialog .modal-icon {
    font-size: 84px;
    color: #d0d0d0;
}

@media (min-width: 768px) {
    .md-dialog .modal-icon {
        font-size: 100px;
        color: #d0d0d0;
    }
}

.user-box {
    padding: 5px 20px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 0;
    border: 1px solid #e8e8e8;
}

    .user-box:hover {
        background-color: #f9f9f9;
    }

.widget-user .widget-img {
    height: 72px;
    width: 72px;
    float: left;
}

    .widget-user .widget-img i {
        color: #e2e3e3;
    }

.widget-user:hover .widget-img i {
    color: #d0d0d0;
}

.widget-user .wid-u-info {
    margin-left: 90px;
}

.bg-travelling-home {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px;
    background-color: rgba(255, 255, 255, .8);
}

.title-travelling {
    color: red;
}

.list-travelling-flag li {
    width: 72px;
}

.list-travelling-flag li {
    float: left;
    display: block;
}

    .list-travelling-flag li span {
        font-size: 12px;
    }


.separator {
    width: 100%;
    margin: 20px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)scale(1,1);
}

    .separator:after {
        height: 1px;
        background: #e8e8e8;
        background: -moz-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.09) 35%,rgba(0,0,0,.09) 70%,rgba(0,0,0,0) 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(35%,rgba(0,0,0,.09)),color-stop(70%,rgba(0,0,0,.09)),color-stop(100%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.09) 35%,rgba(0,0,0,.09) 70%,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.09) 35%,rgba(0,0,0,.09) 70%,rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.09) 35%,rgba(0,0,0,.09) 70%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.09) 35%,rgba(0,0,0,.09) 70%,rgba(0,0,0,0) 100%);
        position: absolute;
        bottom: -1px;
        content: "";
        width: 100%;
        left: 0;
    }

.separator-2, .separator-3 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
}

    .separator-2:after, .separator-3:after {
        content: "";
        height: 1px;
        bottom: -1px;
        left: 0;
        width: 100%;
        position: absolute;
    }

    .separator-2:after {
        background: #d1d1d1;
        background: -moz-linear-gradient(left,rgba(0,0,0,.18) 0,rgba(0,0,0,.12) 35%,rgba(0,0,0,.05) 70%,rgba(0,0,0,0) 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.18)),color-stop(35%,rgba(0,0,0,.12)),color-stop(70%,rgba(0,0,0,.05)),color-stop(100%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(left,rgba(0,0,0,.18) 0,rgba(0,0,0,.12) 35%,rgba(0,0,0,.05) 70%,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(left,rgba(0,0,0,.18) 0,rgba(0,0,0,.12) 35%,rgba(0,0,0,.05) 70%,rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(left,rgba(0,0,0,.18) 0,rgba(0,0,0,.12) 35%,rgba(0,0,0,.05) 70%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to right,rgba(0,0,0,.18) 0,rgba(0,0,0,.12) 35%,rgba(0,0,0,.05) 70%,rgba(0,0,0,0) 100%);
    }



.text-000 {
    color: #000;
}

.dpb {
    display: block;
}

.lh55 {
    line-height: 45px;
}

.ph2v5 {
    padding: 5px 2px;
}
