ul.simple-pagination {
    list-style: none
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left
}

span.ellipse.clickable {
    cursor: pointer
}

.ellipse input {
    width: 3em
}

.compact-theme span {
    cursor: pointer
}

.compact-theme a,
.compact-theme span {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #AAA;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(top, #fff 0, #efefef 100%)
}

.compact-theme a:hover,
.compact-theme li:not(.disabled):not(.active) span:hover {
    text-decoration: none;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0, #bbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbb));
    background: -webkit-linear-gradient(top, #efefef 0, #bbb 100%);
    background: -o-linear-gradient(top, #efefef 0, #bbb 100%);
    background: -ms-linear-gradient(top, #efefef 0, #bbb 100%);
    background: linear-gradient(top, #efefef 0, #bbb 100%)
}

.compact-theme li:first-child a,
.compact-theme li:first-child span {
    border-left: 1px solid #AAA;
    border-radius: 3px 0 0 3px
}

.compact-theme li:last-child a,
.compact-theme li:last-child span {
    border-radius: 0 3px 3px 0
}

.compact-theme .current {
    background: #bbb;
    background: -moz-linear-gradient(top, #bbb 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #bbb 0, #efefef 100%);
    background: -o-linear-gradient(top, #bbb 0, #efefef 100%);
    background: -ms-linear-gradient(top, #bbb 0, #efefef 100%);
    background: linear-gradient(top, #bbb 0, #efefef 100%);
    cursor: default
}

.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default
}

.light-theme span {
    cursor: pointer
}

.light-theme a,
.light-theme span {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(top, #fff 0, #efefef 100%)
}

.light-theme a:hover,
.light-theme li:not(.disabled):not(.active) span:hover {
    text-decoration: none;
    background: #FCFCFC
}

.light-theme .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, .3) inset;
    cursor: default
}

.light-theme .ellipse {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: default
}

.dark-theme span {
    cursor: pointer
}

.dark-theme a,
.dark-theme span {
    float: left;
    color: #CCC;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #222;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #555;
    background: -moz-linear-gradient(top, #555 0, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #555 0, #333 100%);
    background: -o-linear-gradient(top, #555 0, #333 100%);
    background: -ms-linear-gradient(top, #555 0, #333 100%);
    background: linear-gradient(top, #555 0, #333 100%)
}

.dark-theme a:hover,
.dark-theme li:not(.disabled):not(.active) span:hover {
    text-decoration: none;
    background: #444
}

.dark-theme .current {
    background: #222;
    color: #FFF;
    border-color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2), 0 0 1px 1px rgba(0, 0, 0, .1) inset;
    cursor: default
}

.dark-theme .ellipse {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: default
}

.inner {
    margin-top: 12vh
}

#mymain h3 {
    font-size: 1.3rem
}

.inner_m {
    margin-top: 0
}

.hr_div {
    margin: 3px 3px 8px
}

.mj_border {
    border: .5px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
    background: url(../img/44.jpg) 0/cover
}

.i_m_heading {
    margin: 0 10%
}

.i_top_row {
    margin: 8px 8px 0;
    font-size: 18px
}

.i_date p {
    margin: 3px 0 8px
}

.i_date .fa {
    margin-right: 6px
}

.i_links a {
    margin: 0 10px;
    font-size: 25px
}

.i_contact_hr,
.i_top_hr {
    border-top: 1px solid #fff;
    width: 85%;
    margin: 5px
}

.i_contact_hr {
    width: 83%
}

.i_m_content {
    margin: 5px 15px 5px 0
}

.i_m_content .col-md-3 {
    font-size: 20px;
    margin-top: 8px
}

.i_m_content .col-md-1 {
    float: right;
    padding: 0
}

.i_d_l .fa {
    margin-top: 7px
}

.i_contact img {
    width: 160px;
    height: auto;
    margin-left: 0
}

.i_contact h4 {
    margin-left: 10px;
    color: #777
}

.i_contact .i_links a .fa {
    margin-top: 8px
}

.i_contact_content {
    margin: 0 0 10px 10px;
    overflow: hidden
}

.i_contact_content h4 {
    padding: 5px;
    margin: 0
}

.i_contact_content span {
    margin: 0 10px
}

.i_contact_content span:after {
    content: " : "
}

.i_contact_content .row .col-md-4 h4 {
    text-align: right
}

.i_contact_content .row .col-md-8 h4 {
    text-align: left
}

.i_contact_content .row:nth-child(even) {
    background: rgba(20, 20, 20, .3)
}

.i_contact_i img {
    max-width: 160px;
    width: auto;
    height: auto;
    margin-top: 8px
}

.i_contact_i .col-md-10,
.i_contact_i .col-md-12 {
    padding: 10px 0 0
}

.i_blog {
    padding: 10px 0
}

.i_blog img {
    width: 100%;
    margin: auto;
    padding-bottom: 10px
}

.i_blog .si_im {
    padding: 10px 0 0 5px!important
}

.i_blog .i_blog_content {
    margin-left: 10px;
        font-size: 20px;
    line-height: 1.3;
}

.i_blog .i_blog_content ul {
    list-style: disc;
    margin-left: 15px;
    font-size: 17px;
    line-height: 1.5;
}

.i_contact_single {
    max-height: 500px;
    margin: 4px 6px;
    padding: 0 2px;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.i_contact_single img {
    max-width: 180px;
    height: auto
}

.i_contact_single h4 span {
    padding-right: 10px
}

.i_station_content img {
    max-width: 180px;
    height: auto;
    margin: auto
}

.i_station_content label {
    float: right
}

.i_blog h4 strong,
.i_blog li,
.inner *,
.inner a,
.inner h1,
.inner h2,
.inner h3,
.inner h4,
.inner p,
.inner span,
.inner_cont,
.inner_cont * {
    color: #fff
}

.mj_border #map {
    min-height: 400px;
    margin: 15px
}

.missn img {
    width: 160px
}

.si_im img {
    max-width: 100%
}

.feedback {
    margin: 10px;
    padding: 10px 0
}

.feedback input,
.feedback option,
.feedback select,
.feedback textarea {
    width: 100%;
    padding: 8px 5px;
    margin: 10px 0;
    background: rgba(255, 255, 255, .7);
    color: #000;
    font-size: 1rem;
    line-height: 1.1rem;
    border: none;
    border-radius: 6px;
    box-shadow: 0 5px 8px -4px rgba(0, 0, 0, .3);
    text-transform: uppercase
}

input[name=captcha] {
    text-transform: none!important
}

.feedback select {
    padding: 0!important
}

.feedback input:focus,
.feedback textarea:focus {
    outline: 0;
    background-color: rgba(250, 250, 250, .9);
    box-shadow: 0 2px 3px -4px rgba(0, 0, 0, .3)
}

.feedback input::placeholder,
.feedback textarea::placeholder {
    color: #000
}

.feedback input[type=file] {
    border: none
}

.feedback .fbtn {
    width: 100%;
    padding: 5px;
    margin: 3px 0;
    font-size: 1.2em;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .4)
}

.feedback button {
    margin: 5px;
    padding: 0 8px
}

.feedback button:focus,
.feedback button:hover {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1)
}

.feedback .i_note {
    margin-left: 15px
}

.conf_i input {
    padding: 3px;
    margin: 5px 0
}

.conf_i h4 {
    margin: 3px 0
}

.inner_cont {
    margin: 0 10px
}

.feedback .sort h3 {
    padding-top: 10px
}

.feedback .sort .s_h {
    margin-right: -30px;
    text-align: right
}

.feedback .sort button {
    width: 100%
}

.feedback .sort div {
    display: inline-flex;
    float: left
}

.feedback .labl {
    padding-left: 10px
}

.feedback input[type=checkbox] {
    border-radius: 6px;
    padding: 5px;
    display: inline-flex
}

.i_contact .i_contact_content label {
    float: right;
    margin-right: 10px
}

.read-more-state {
    display: none
}

.read-more-target {
    display: none;
    transition: .3s display ease-in-out
}

.read-more-state:checked~.read-more-target {
    display: block
}

.read-more-state~.read-more-trigger:before {
    content: 'Show More..'
}

.read-more-state:checked~.read-more-trigger:before {
    content: '.. Show Less'
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    background-color: #ddd;
    color: #000;
    font-size: .9em;
    letter-spacing: 2px;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: 15px
}

.side_card {
    margin: 5px 15px 5px 5px;
    font-size: 18px;
    border: .5px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
    background: url(../img/44.jpg) 0/cover
}

.side_card ul {
    margin-left: 15%
}

.side_card ul li {
    line-height: 1.5em;
    margin: 5px 0
}

.side_card ul li a .fa {
    margin: 2px 5px 0 0
}

.side_card ul li a p {
    color: #111
}

#gallery .nanoGalleryNavigationbar * {
    color: #000
}

@media (max-width:600px) {
    .side_card p {
        display: inline-block;
        margin: 0
    }
    .feedback .sort .s_h {
        margin-right: -30px;
        text-align: center
    }
}

@media (max-width:479px) {
    .i_contact_hr {
        width: 100%
    }
    .i_contact {
        text-align: center
    }
    .i_contact img {
        width: 160px;
        height: auto;
        margin: auto
    }
    .i_contact .i_contact_content .row .col-md-4 h4,
    .i_contact .i_contact_content .row .col-md-8 h4,
    .i_contact .i_links {
        text-align: center
    }
    .side_card {
        margin: 15px
    }
    .feedback input,
    .feedback select,
    .feedback textarea {
        font-size: .75rem
    }
}