html, body {
    background-color: #fff !important;
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
}

*:focus {
    outline: none;
}

.not-active {
    pointer-events: none;
    cursor: default;
    color: #959595 !important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.no-padding {
    padding: 0 !important;
}

.pointer {
    cursor: pointer;
}
a[aria-expanded="true"]:not(.no-rotate) .fa {
    transition: all 0.5s;
    transform: rotate(+180deg);

}
.normal-color{
    color: inherit;
}

.well {
    background-color: #fff;
}
select::-ms-expand{
    display: none !important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.ilik-select {
    font-weight: 600;
    border: 1px solid #8dc53e;
    color: #8dc53e;
    min-width: 80px;
    background-color: #fff;
}

.ilik-select:hover,.ilik-select.active {
    background: #8dc53e;
    color: #fff;
}

.ilik-reject {
    font-weight: 600;
    border: 1px solid #f0ad4e;
    color: #f0ad4e;
    min-width: 80px;
    background-color: #fff;
}

.ilik-reject:hover {
    background: #f0ad4e;
    color: #fff;
}

.ilike-paragraph {
    line-height: 2.5em;
    text-align: justify;
}

@media (min-width: 768px) {
    .pull-top{
        transform: translateY(-100%);
    }
}


.uk-width-1-2 {
    width: 50%;
    display: inline-block;
}

#tankyou {
    overflow: visible !important;
}

.popover {
    width: 300px !important;
    max-width: inherit !important;
    min-height: 30px;
    max-height: 500px;
    overflow-y: auto;
}

.container {
    padding: 0;
}

@media (max-width: 768px) {
    .abcdefg div[class^="col-"], .abcdefg div[class*=" col-"] {
        padding: 0;
    }
}

.inline {
    display: inline-block !important;
}

img {
    max-width: 100%;
}

a {
    color: #8dc53e;
}

a:hover {
    color: #8dc53e;
}

ul {
    list-style: none;
}

.bold {
    font-weight: bold;
}

.t3-navhelper {
    display: initial;
}

.context {
    margin: 10px auto;
    text-align: justify;
    line-height: 2em;
}

.success {
    color: #8DC53E !important;
}

.danger {
    color: #b94a48 !important;
}
.danger-alret {
    background: #ff4343 !important;
    color: #FFF !important;
}

.warning {
    color: #f0ad4e !important;
}

.primary {
    color: #428bca !important;
}

.info {
    color: #5bc0de !important;
}

.black {
    color: #000 !important;
}

.golden {
    color: #f90;
}
.is-invalid{
    border-color: #dc3545 !important;
    color: #dc3545;
}

.separator {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 20px;
    vertical-align: middle;
    position: relative;
}

.dropdown-menu > li.kopie > a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .homeh1 {
        font-size: 3rem !important;
    }

    .navbar-nav {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        background: white;
        box-shadow: 0 9px 18px -10px rgba(0, 0, 0, 0.43);
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #ccc;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }

    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }

}

.footer .nav li a {
    color: #a3a3a3;
    padding: 1px 0;
    position: relative;
    line-height: 26px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: inherit;
    background-color: inherit;
}

div.footer_top div a {
    color: #a3a3a3;
    padding: 0 13px;
    font-size: 15px;
}

.footer select  {
    text-align: right;
    background-color: #3c3c3c;
    border: 0;
    color: #A3A3A3;
}

.custom a {
    margin-left: 13px;
}

.btn-search-enter {

    height: 34px;
}
.whatsapp-top{
    position: relative;
    top: 7px;
}
.home_page_header {
    background: url("../../../images/mainpage/2.jpg") repeat 0 0 rgba(0, 0, 0, 0);
    height: 938px;
    background-position: center;
    background-size: cover;
}

div.t3-wrapper .home_page_header .mask {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;
}

.homeh1 {
    color: #fff !important;
    text-align: center;
    font-size: 48px;
    line-height: 50px;
}

.homeh2 {
    color: #fff !important;
    text-align: center;
    font-size: 22px !important;
    line-height: 50px;
}

/*search*/
.result_search-header {

}

.result_search .seru {

}

.result_search .seru a:hover {
    background: #f2f2f2;
    color: #8Dc53E !important;
}

.result_search .seru a {
    line-height: 28px;
    color: #333;
    display: block;
    padding: 0 48px;
    text-decoration: none;
}
.modal-dialog {
    margin: calc(7% + 5em) auto;;
}
button.close{
    position: fixed;
    top: calc(5%);
    right: calc(5%);
    font-size: 3em;
    color: #f9f9f9;
    opacity: 1
}
@media (min-width: 768px) {
    .sercher_warper {
        position: relative;
        width: 700px !important;
    }
}

.srhhomebtn {
    color: #8Dc53E;
    background: #fff;
    font-size: 25px;
    border-radius: 0;
    height: 58px;
    padding: 8px 19px 24px;
    width: 65px;
    border: 6px solid rgba(255, 255, 255, 0.99);
}

.srhhomebtn {

    border-radius: 0;
    margin-top: 0;
}

input#key {
    padding: 29px;
    width: 73%;
    height: 45px;
    background: #FFF;
    border: 0 !important;
    z-index: 999999999;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.075);
}

html[lang='fa-IR'] input#key {
    float: right;
}

.result_search {
    padding: 20px 45px 20px 45px;

}

.result_search[hide="0"] {
    opacity: 1;
    transition: 1s all;
    display: block;
}

.result_search {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    transform: translateY(0px);
    transition: transform 0.2s ease 0s, visibility 0.2s ease 0s !important;
    margin-top: -4px;
}

.result_search {
    width: 100%;
    max-width: 680px;
    background: #fff;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    top: 60px;
    z-index: 9996;
    opacity: 0;
    transition: 1s all;
    display: none;
}

.ListResult h2, .EventsResult h2, div#searchingoogle {
    background: none;
    box-shadow: none;
    border: none;
    color: #757575 !important;
    font-size: 12px;
    line-height: 29px;
    padding: 0;
}

html[lang='fa-IR'] .ListResultBody, html[lang='fa-IR'] .EventsReaultBody {
    text-align: right;
}

.ListResultBody, .EventsReaultBody {
    padding: 0 !important;
}

.ListResultBody, .EventsReaultBody,.ServicesReaultBody {
    max-height: 134px;
    min-height: 59px;
    position: relative;
    overflow: hidden;
    text-align: inherit;
    overflow-y: auto;
    padding: 0 13px;
    line-height: 21px;
    font-size: 13px;
    text-transform: capitalize;
}

.ListResult, .EventsResult , .ServicesResult {
    text-align: initial;
    padding: 0;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

@media (max-width: 768px) {
    .result_search-header {
        width: 100%;
        position: fixed;
        margin: 0;
        right: 0;
        top: 48px;
        padding: 11px;
        height: -webkit-fill-available;
    }

    .result_search .seru a {
        padding: 0;
    }

    .result_search {
        left: 0 !important;
        right: unset !important;
    }

    .sercher_warper {
        display: none;
    }
}

/* search*/
.t3-mainbody {
    padding-bottom: 0;
    padding-top: 0;
}

/* event count*/
.event_count {
    background: #8Dc53E;
}

.nevent_count span {
    text-align: center !important;
}

.nevent_count {
    width: 20% !important;
    padding-bottom: 5px
}

.nevent_count {
    text-align: center;
}

.nevent_count a {
    color: #555;
}

.nevent_count div.tpplt {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

html[lang="fa-IR"] .nevent_count div.tpplt.pd {
    padding: 0 5px 0 0 !important;
}

.nevent_count img {
    height: auto;
    max-width: 42px;
}

html[lang="fa-ir"] .nevent_count span, html[lang="ar-AA"] .nevent_count span {
    text-align: right;
}

.nevent_count span {
    margin-top: 9px;
    display: block;
    line-height: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    font-size: 28px;
}

.nevent_count h3 {
    font-size: 15px;
    padding-top: 5px;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .nevent_count h3 {
        font-size: 10px;
        height: 0;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .nevent_count img {

    }

    .nevent_count span {
        font-size: 18px;
    }
}

/* event count*/
.t3-spotlight {
    background: #fff;
}

.mask {
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;
}

.secn h3.ilikeventsheader.page-header {
    padding-top: 45px;
    padding-bottom: 20px;
}

dl.tabs {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 21px;
}

dl.tabs dt {
    font-weight: bold;
    padding: 0 6px;
    display: inline-block;
}

dl.tabs dt h3 {
    font-size: 14px;
}

dl.tabs dt.open h3 a {
    color: #eda900;
}

dl.tabs dt h3 a {
    color: #333;
}

dd {
    margin-right: 0;
}

html[lang='fa-IR'] .featured_events, html[lang='ar-AA'] .featured_events {
    float: right;
}

#event_type_tabs {
    text-align: center;
    width: 100%;
}

dl.tabs {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 21px;
}

.featured_events {
    float: left;
    padding: 0;
    min-height: auto;
    text-align: center;
    margin-bottom: 27px;
    position: relative;
    overflow: hidden;
    height: 165px;
}

.featured_events_iner_warper {
    padding: 0 10px;
}

.featured_events_iner {
    position: relative;
    background-color: #EAEAE9;
    border: 1px solid #c6c6c4;
    height: auto;
    overflow: hidden;
}

.featured_events a, .featured_events a:hover {
    color: #525252;
    font-size: 16px;
    line-height: 33px;
    height: 103px !important;
}

img[data-jchll=true] {
    display: none;
}

.featured_events img {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
}

.namgasht_hoverefect {
    position: absolute;
    transition: 1s all;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 163px;
    background-color: rgba(81, 106, 5, 0.96);
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

.featured_events h2 {
    color: #8Dc53E;
    font-size: 16px;
    padding-top: 10px;
    line-height: 30px;
    height: 39px;
    overflow: hidden;
}

.ilikeventsheader {
    margin: 0;
    color: #333;
    border: 0;
    font-size: 23px;
    width: calc(100% - 30px);
    display: inline-block;
    font-weight: normal;
    padding: 0 40px 42px;
}

@media (max-width: 768px) {
    .ilikeventsheader {
        font-size: 15px;
        font-weight: bold;
        padding: 6px 25px 26px;
    }
}

/* gallery*/
.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
    height: 160px;
}

.hovereffect {
    box-shadow: 10px 10px 20px #ddd;
    /*width: 100%;*/
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
}

.hovereffect a.info span {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 15px 0 0;
    padding: 7px 14px;
}

.hovereffect a.info:hover {

}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2, .hovereffect a.info:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

/* slider */
.section-heading {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    padding: 0 0 25px 0;
    color: #92B830;
}

.node .news-section .carousel {
    overflow: hidden;
    padding: 21px 0 21px 0;
    position: relative;
    width: 100%;
}

.node .news-section .carousel ul li {
    display: block;
    min-height: 270px;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
}

.node .news-section .carousel img {
    width: 100%;
}

.node .news-section .carousel ul li .containerl h4 {
    margin-top: 10px;
    color: #a3a3a3;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    padding: 0 20px;
}

.node .news-section .carousel ul li .containerl {
    min-height: 270px;
    margin: 0 15px;
    display: block;
    background-color: #fff;
    -moz-box-shadow: 10px 10px 20px #ddd;
    -webkit-box-shadow: 10px 10px 20px #ddd;
    box-shadow: 10px 10px 20px #ddd;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 35px;
}

.carousel .control.next {
    right: 0;
    -webkit-border-top-left-radius: 32px;
    -moz-border-radius-topleft: 32px;
    border-top-left-radius: 32px;
    -webkit-border-bottom-left-radius: 32px;
    -moz-border-radius-bottomleft: 32px;
    border-bottom-left-radius: 32px;
}

.carousel a.next {
    color: #8a8987;
    padding: 0.6% 13px 0 13px;
    font-size: 37px;
}

.carousel .control.next {
    right: 0;
    -webkit-border-top-left-radius: 32px;
    -moz-border-radius-topleft: 32px;
    border-top-left-radius: 32px;
    -webkit-border-bottom-left-radius: 32px;
    -moz-border-radius-bottomleft: 32px;
    border-bottom-left-radius: 32px;
}

.carousel .control {
    display: block;
    position: absolute;
    width: 30px;
    height: 64px;
    z-index: 15;
}

.carousel a.prev {
    color: #8a8987;
    padding: 0 0 0 4px;
    font-size: 37px;
}

.carousel .control.prev {
    left: 0;
    -webkit-border-top-right-radius: 32px;
    -moz-border-radius-topright: 32px;
    border-top-right-radius: 32px;
    -webkit-border-bottom-right-radius: 32px;
    -moz-border-radius-bottomright: 32px;
    border-bottom-right-radius: 32px;
}

@media (max-width: 400px) {
    .node .news-section .carousel ul li {

        width: 150px;
    }

    .node .news-section .carousel ul li .containerl {
        min-height: 125px;
        height: 125px;
        overflow: hidden;
        padding: 0 0 5px 0;
    }

    .node .news-section .carousel ul li .containerl h4 {
        padding: 0;
        margin: 0;
        font-size: 9px !important;
    }

    .carousel .control {
        top: 43px;
        bottom: inherit;
    }

    ul.blocks {
        height: 100px !important;
    }

    .section-heading {
        padding: 0;
    }
}

/* event more info */
.show_mask {
    max-height: 600px;
    height: unset;
    overflow: hidden;
}

.mask_handler {
    display: none;
}

.show_mask.no_mask {
    height: auto !important;
    max-height: unset !important;
    padding-bottom: 50px;
}

.show_mask .mask_handler:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: 30px;
    height: 105px;
    z-index: 1;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 1) 99%, #FFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#FFF", GradientType=0);
}

.show_mask .mask_handler.is-active:after {
    display: none;
}

.show_mask .mask_handler.is-active {
    height: auto;
    transition: opacity .15s ease;
}

.show_mask .mask_handler span.less {
    display: none;
}

.show_mask .mask_handler span.more {
    display: block;
}

.show_mask .mask_handler.is-active span.less {
    display: block;
}

.show_mask .mask_handler.is-active span.more {
    display: none;
}

.show_mask .mask_handler {
    display: inline;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 5px;
    background: #fff;
    cursor: pointer;
    font-size: 1em;
}

/* event more info */
/* event header */
.authorDetails img {
    width: 45px;
    height: 45px;
}

.pad20T {
    padding: 12px 9% 45px 9%;
    font-size: 0.8em;
}

.authorDetails {
    color: #999;
}

.flip-clock-wrapper {
    display: flex;
    justify-content: center;
    direction: ltr;
}

.time-entry {
    display: inline-block;
    margin: 1em;
    padding: 1em;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 1em;
    line-height: 22px;
    float: none;
    width: 12%;
}

.time-entry span {
    font-size: 3em;
    /*font-family: 'Montserrat', sans-serif;*/
    line-height: 45px;
    font-weight: 700;
    display: block;
    color: #fff;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .time-entry {
        margin: 0.7em;
        padding: 0.1em;
        line-height: 12px;
        width: 12%;
    }

    .time-entry span {
        font-size: 2em;
        line-height: 35px;
        margin-bottom: 5px;
    }
}
.iLk-clock {
    text-align: center;
    direction: ltr;
    float: none;
}

.event-info {
    height: 50rem;
    position: relative;
    text-align: center;
    z-index: 99;
    background: rgba(0, 0, 0, 0.42);
    padding: 11px 0 30px 10px;
    width: 100%;
    top: 0;
    margin: auto;
    color: #fff !important;
    line-height: 26px;
    font-size: 16px;
}

.event-info .row {
    top: 100px;
    position: relative;
    font-size: 1.2em;
}

.event-info a {
    color: #fff;
    margin: 18px -1px 0 4px;
}

.event-info h1 {
    font-size: 2.1em;
    color: #fff;
    width: 101%;
    font-weight: bold;
    line-height: 36px;
}

.event-info .col-lg-12 {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-info i {
    font-size: 34px !important;
    color: #8dc53e;
    margin: 6px 12px;
}

#VisitChartM .nav li.active a {
    background: #8dc53e !important;
    color: #fff !important;
}

#VisitChartM .nav li a {
    color: #333 !important;
}

.namlike {
    display: inline-block;
}

.tools-bar > div {
    padding: 11px 0 30px 20px;
    color: #abafb9;
    display: inline-block;
}

.tools-bar i {
    cursor: pointer;
}

.event-info .col-lg-12 div {
    flex-grow: 3;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}

div.tell-a-friend {
    display: inline-block;
}

#ilik-notifyme {
    display: inline-block;
}

.btl-formlogin {
    text-align: center;
    padding: 12px;
}

.btl-input {
    margin: 13px 0;
}

#header-3 {
    display: block;
    background: #8Dc53E;
    color: #fff !important;
}

#header-3 a {
    color: #fff !important;
}

#header-3 ul {
    display: flex;
    align-items: center;
}

.big_dashboard, #b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.devent_header {
    background-image: url("https://ilikevents.com/images/mainpage/logo_old.png");
    position: relative;
    height: 50rem;
}

.event_filtter {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
    height: 50rem;
}

.devent_header img {
    width: 100%;
    position: absolute;
    top: 0;
    height: 50rem;
}
.rating-header {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.btnrating {
    padding: 2.5% 3.9%;
    margin: 0 0 7px;
}

@keyframes loadingg {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.1;
    }
    90% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.devent_header img {
    animation-name: loadingg;
    animation-duration: 3s;

}
/* event info*/
.report-incorrect {
    font-size: 11px;
    margin: 25px;
}

.bottom-border {
    border-bottom: 1px solid #efefef;
}

.datepicker-dropdown {
    right: inherit;
}

.evinfoh3 {
    padding: 30px 0 25px
}

.evinfo {
    padding: 10px 0;
}

#travel-services, #exhibition-services {
    color: #333;
    padding: 0;
    padding-bottom: 10px;
}

#travel-services h3, #exhibition-services h3 {
    margin: 20px 0 40px 0;
}

#travel-services i, #exhibition-services i {
    background: #8dc53e;
    padding: 17px;
    color: #fff;
    width: 100px;
}

#travel-services a:hover i, #exhibition-services a:hover i {
    color: #8dc53e;
    background: transparent;
    border: solid 1px #8dc53e;
    padding: 16px;
}

.cnserv {
    min-height: 170px;
}

#travel-services h4, #exhibition-services h4 {
    color: #333;
    margin: 10px 0;
}

#exhibition-services {
    background: #F1F1F1;
}

#travel-services, #exhibition-services {
    text-align: center;
    min-height: 286px;
}

.services-title {
    color: #3e3e3e;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title {
    font-size: 17px;
    text-align: center;
    margin-top: 4em;
    color: #333;
}

@media (max-width: 768px) {
    .logo-body {
        text-align: center;
    }

    .tools-bar {
        text-align: center !important;
    }
}

/* event info*/
/* events tags */
.tgsys {
    background: #8F8F8F;
    margin: 5px;
    padding: 5px;
    transition: 1s all;
    font-size: 11px;
    display: inline-block;
}

.tgsys a {
    color: #fff;
}

/*  sticky menu */
.stickymenu {
    left: 0;
    top: 26%;
    z-index: 9998;
    width: 60px;
}

.stickymenu li {
    list-style: none;
    height: 60px;
}

.hint {
    text-align: center;
    float: left;
    font-size: 28px;
    position: relative;
    display: inline-block;
    text-decoration: none !important;
}

.stickymenu .fa {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    color: #8Dc53E;
    text-transform: uppercase;
}

.stickymenu a:hover .fa {
    border: solid 1px #c5daa8;
    color: #fff;
    background-color: #8Dc53E;
}

@media (max-width: 768px) {
    .flex-center {
        display: block;
    }
    .stickymenu {
        left: inherit !important;
        top: inherit !important;
        bottom: 0;
        z-index: 9998;
        width: 100% !important;
    }

    .stickymenu ul {
        display: flex;
        margin: 0;
        flex-wrap: wrap;
        width: 100%;
    }

    .stickymenu li {
        width: 0;
        flex-grow: 10;
    }

    .stickymenu li {
        height: 34px;
    }

    a.hint {
        width: 100% !important;
        font-size: 21px;
    }

    .stickymenu .fa {
        line-height: 35px;
        background: #fff;
        width: 100% !important;
        border-left: solid 1px;
    }
}

/*  tell-a-friend */

div.tell-a-friend {
    display: inline-block;
}

div#tell-a-friend-msg {
    text-align: center;
    padding: 3px;
    width: 100%;
}

/*show-note*/
#show-note {
    display: none;
}

/* notification-access */
#notification-access {
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999999999;
    background: #FFF;
    max-width: 450px;
    width: 95%;
    padding: 15px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#notification-access button {
    height: 35px;
    line-height: 35px;
    width: auto;
    padding: 0 8px;
    min-width: 125px;
    margin: 0 5px;
    font-size: 17px;
}

.notification-access-body {
    position: relative;
    width: 100%;
    display: flex;
    padding: 12px 0
}

.notification-access-body .bell {
    margin: 6px 8px;
    width: 70px;
    height: 60px;
    display: flex;
    padding: 7px 4px 0 3px;
    font-size: 20px;
    background: #8Dc53E;
    border-radius: 40px;
    color: #FFF;
    justify-content: center;
}

#acc-alert-logo img {
    width: 145px;
}

#acc-alert-logo {
    text-align: center;
    padding: 0 0 15px;
}

.notification-access-content {
    color: #8Dc53E;
    font-size: 16px;
    padding: 0 0 10px;
    font-weight: bold;
}

/* Services Module */
.col-sm-2.images_po.cnserv {
    margin: 0;
    height: 85px;
    padding: 0;
}

.cnserv {
    text-align: center;
}

.cnserv:hover .services-title {
    white-space: normal;
}

.clanewv-disable * {
    color: #c7c7c7 !important;
}

a:hover {
    text-decoration: none !important;
}

/* map */
#map {
    height: 450px;
    margin-bottom: 9px;
    width: 100%;
}

/* BT Login */
.login_base {
    cursor: pointer;
    margin-top: 8px;
}

/* scroll botton */
.scrollToTop {
    display: none;
}

[title~="Hide"] {
    display: none !important;
}

a.ggoolemaps {
    color: #fff !Important;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.99);
    font-size: 15px !Important;
    width: 147px;
    padding: 5px 5px;
    background: #8Dc53E;
    margin: 11px 4px !important;
}

.img_po {
    padding: 0;
    text-align: center;
}

.btn-success {
    background-color: #8DC53E;
    border-color: #8DC53E;
}

.btn-success:hover, .btn-success:focus {
    color: #8DC53E;
    border-color: #8DC53E;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background: transparent !important;
}

.search-main {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

.flashit {
    color: #500;
    -webkit-animation: flash linear 2s infinite;
    animation: flash linear 2s infinite;
}

img[data-jchll=true] {
    display: none;
}

.tour-icons {
    width: 40px;
    margin: 0 0 0 25px;
}

div.clear {
    clear: both;
    width: 100%;
}

.calendar {
    margin: 0 auto 1.2em;
    text-align: center;
    padding: 0;
    padding-top: 40px;
    display: flex;
    justify-content: space-around;
}

.calendar a {
    color: #262626;
    text-decoration: none;
}

.calendar .count {
    background: none repeat scroll 0 0 #8Dc53E;
    color: #444;
    display: block;
    line-height: 1.8;
    font-weight: bold;
    margin-left: 2px;
    margin-top: 10px;
    padding: 6px;
    width: 48px;
    height: 48px;
    font-size: 17px;
    border-radius: 0;
    border: 3px solid #FFF;
    z-index: 99;
    position: relative;
}

.calendar .count.act {
    transform: scale(1.5);
    opacity: 1;
}

span.tgsys:hover {
    background: #92B830;
    color: #fff;
    transition: 1s all;
}

.tgsys a {
    color: #fff !important;
}

.event_list_section {
    height: auto;
}

@media (min-width: 400px) {
    .event_list_section {
        width: 282px !important;
    }
}

.event_list_iner {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    margin: 8px 0;
    padding: 0;
    height: 370px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.event_list_iner {
    cursor: pointer;
    font-size: 13px;
}

.event_list_iner img {
    width: 100%;
}

.event_list_iner:hover {
    overflow: hidden !important;
}

.img_pos {
    position: relative;
    overflow: hidden;
}

.event_list_iner:hover .dec_base {
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: -92px;
    background: #fff;
    transition: all 0.3s linear;
}

.event_list_iner .dec_base {
    height: 100%;
    padding: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    background: #fff;
    transition: all 0.3s linear;
    z-index: 999;
}

.tal {
    justify-content: center;
    text-align: justify;
    line-height: 21px;
    color: #888;
}

.event_list_iner .dec_base h2, .event_list_iner .dec_base span {
    transition: 1s all;
}

.event_list_iner .dec_base h2 {
    color: #516a05;
    font-size: 18px;
    margin: 0;
    padding: 0 0 13px;
}

.event_list_iner .dec_base h2, .event_list_iner .dec_base span {
    transition: 1s all;
}

.event_list_iner .dec_base span {
    line-height: 26px;
    padding-right: 7px;
    color: #516a05;
}

.event_list_iner .link_base {
    padding: 11px 10px 11px 16px;
    background: white;
    color: #000;
    display: block;
    height: 55px;
    border-radius: 0 0 8px 9px;
    overflow: hidden;
    box-shadow: 0 -7px 3px 0 rgba(255, 255, 255, 0.85);
    z-index: 999999999999999;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 5px;
}

ul.nav .navbar-nav {

}

.navbar-nav, .navbar-nav > li > div > a, .sabtdarkhast > a {
    color: #838383
}

.navbar-toggle {
    z-index: 999
}

/* rs form*/
#userForm input[type="text"], #userForm textarea, #userForm select {
    width: 100% !important;
    border: solid 1px white !important;
    box-shadow: none;
    border-radius: 0;
    padding: 16px 45px;
    height: 50px;
    font-size: 15px;
}

#userForm textarea {
    height: auto;
    font-size: 12px;
    color: #555;
}

@media (max-width: 768px) {
    #userForm .control-label {
        display: none
    }
}

#userForm input {
    visibility: visible !important;
}

#userForm input[type=button] {
    display: none;
}

#userForm input::placeholder, #userForm textarea::placeholder {
    color: #999 !important;
    font-size: 12px;
}

#userForm input::-moz-placeholder, #userForm textarea::-moz-placeholder {
    color: #999 !important;
    font-size: 12px;
}

.icons-cell {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: -webkit-calc(100% - 1px);
    justify-content: center;
    -webkit-justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 1px;
    width: 45px;
    height: 45px;
}

.icons-cell i {
    font-size: 24px;
    color: rgb(141, 197, 62)
}

.rsform-block {
    display: block;
    position: relative;
}

#userForm input[type="text"], #userForm textarea {
    width: 100% !important;
    border-style: solid !important;
    border-width: 0 0 2px 0;
    box-shadow: none;
    border-radius: 0;
    background-color: rgba(247, 247, 247, 1);
}

#userForm textarea:focus {
    border-color: #8dc53e !important;
}

@media (max-width: 768px) {
    #userForm .control-label {
        display: none
    }
}

input {
    visibility: visible !important;
}

input::placeholder, textarea::placeholder {
    color: #999 !important;
    font-size: 12px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999 !important;
    font-size: 12px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 12px;
}

.rsform-block .row .col-md-6 {
    width: 100%;
    padding: 0;
}

/*Rs form*/

/* loading */
#loading-events {
    /*display: none;*/
    margin-top: 130px;
    width: 100%;
    height: 230px;
}

.tg-Loader-inner {
    text-align: center;
    vertical-align: middle;
}

.tg-Loader-box {
    padding: 4em 0;
    margin: 0 auto;
    max-width: 18.75em;
}

.tg-Loader--wrap img {
    max-width: 205px;
}

@keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.tg-Loader-box:after {
    animation: spin 1.5s linear infinite;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1), 2px 1px 0 #8Dc53E;
    content: '';
    height: 260px;
    left: 50%;
    margin-top: -75px;
    margin-left: -130px;
    position: absolute;
    width: 260px;
}

/* filters */
#filters, #filters * {
    overflow: hidden !important;

}

#filters dd {
    padding-bottom: 7px;
    border-bottom: 1px solid #e3e3e3;
}

#filters dd div {
    margin-bottom: 7px;
    height: 100%;
}

#filters dt {
    font-weight: 600;
}

#filters .accordion {
    padding: 0;
    margin: 0;
}

#filters .accordion-panel {
    margin: 0;
}

#filters dt .plus-icon:before, #filters dt .plus-icon:after {
    width: 0;
    height: 0;
}

#filters .plus-icon {
    width: inherit;
    height: inherit;
    padding: 3px;
}

#filters a {
    display: block;
    padding: 4px;
    color: #333;
}

#filters {
    position: relative;
    left: 0;
    height: auto;
    z-index: 100;
    color: #000;
    transition: all 0.3s;
}

#filters.active {
    left: -200%;
    width: 0;
    position: absolute;
}

html[lang='fa-IR'] #filters.active, html[lang='ar-AA'] #filters.active {
    right: -200%;
    left: 0;
}

.filters-buttons a {
    color: #333;
}

.filters-buttons i {
    margin: 4px;
}

.filters-buttons div {
    height: 10px;
    width: 1px;
    background: #e0e0e0e0;
    display: inline-block;
    margin: 0 5px;
}

@media (max-width: 768px) {
    #filters {
        width: 91%;
        left: 0;
        margin: 0 14px;
    }

    #filters.active {
        margin-left: 0;
    }

    #content {
        width: 100%;
    }

    #content.active {
        width: calc(100% - 250px);
    }
}

.event-sort .dropdown-item {
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 0;
}

/*filters*/
/* Profile */
#profile_form, .user_profile {
    margin-top: 20px;
}

.user_profile {
    padding: 85px 0;
}

.mk-profile-btn {
    display: inline;
}

.profile-tabs {
    min-height: 700px;
}

.mk-profile-menus {
    display: flex;
    justify-content: center;
}

.mk-profile-menus .nav-tabs > li > a:hover {
    border: none;
    border-bottom: 3px solid #83b001;
}

.mk-profile-menu {
    padding: 8px 16px;
    display: inline-block;
    color: #444;
    border-bottom: 3px solid #fff;
}

.login_text_main .message_box {
    border: none;
    padding-top: 0;
}

.message_box {
    background: #f9f9f9;
    box-shadow: 0 1px 3px 0 rgba(60,64,67,.3);
    border-top: none;
    margin-top: 1em;
}
#comment_list i {
    font-size: 1.5em;
}
.message_head i {
    margin-top: 8px;
}
.message_body p {
    margin-bottom: 3em;
}

.message_head {
    padding: 5px;
    display: block;
    line-height: 34px;
    background: #fff;
}

.message_body {
    min-height: 90px;
    padding: 11px;
    text-align: right;
    background: rgba(244, 244, 244, 0.56);
    position: relative;
}

.message_head span.date_mes {
    float: left;
    padding-left: 10px;
    color: #508847;
}

div.profile-sc-reason h1, div.profile-sc-reason * {
    color: #83b001;
}

div.profile-sc-reason .top-box {
    padding: 10px;
    min-height: 160px;
}

div.profile-sc-reason i {
    color: #8Dc53E;
    margin: 0 !important;
}

.gray, .gray * {
    color: #7a7977 !important;
}

div.profile-sc-reason .bottom-box {
    background: #f8f8fd;
    padding: 5px 10px;
    border-top: solid 1px #ddd;
    color: #ddd;
}

div.profile-sc-reason .top-box {
    padding: 16px 0;
    min-height: 150px;
    border: solid 1px #ddd;
}

div.profile-sc-reason h4 {
    color: #000;
}

#t3-content h1 {
    margin-top: 19px;
}

div.profile-sc-reason h1 {
    margin: 16px 15px 0 0;
}

/* pop-up*/
#show-note {
    display: none;
    position: fixed;
    padding: 16px;
    left: 20px;
    bottom: 50px;
    z-index: 110;
    width: 300px;
    background: #FFF;
    box-shadow: 5px 9px 39px -15px;
}

/* loading*/

.p_bar_body {
    display: none;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 280px;
}

progress {
    width: 60%;
    height: 25px;
    border: 0px none;
    background-color: #E5E5E5;
    border-radius: 10px;
    padding: 4px 5px 5px 5px;
}

progress::-webkit-progress-bar {
    background-color: #E5E5E5;
    border-radius: 50px;
    padding: 2px;
    box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}

progress::-webkit-progress-value {
    border-radius: 50px;
    background: -webkit-linear-gradient(135deg, transparent, transparent 20%, rgba(0, 0, 0, 0.1) 33%, #8DC53E 50%, transparent 10%),
    -webkit-linear-gradient(top, #8DC53E, #8DC53E),
    -webkit-linear-gradient(left, #ba7448, #c4672d);
    background-size: 25px 14px, 100% 100%, 100% 100%;
    -webkit-animation: move 5s linear 0 infinite;

}

@-webkit-keyframes move {
    0% {
        background-position: 0px 0px, 0 0, 0 0
    }
    100% {
        background-position: 100px 0px, 0 0, 0 0
    }
}

.progress-value {
    color: #444;
    font-weight: bold;
    margin-top: -34px;
    font-size: 24px;
}

.progressDiv {
    width: 84%;
    background: #fcfcfc;
    height: 325px;
    border: 1px solid #ccc;
    position: relative;
    left: 7%;
    top: 100px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0px 1px 1px 1px #ccc;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.flex-center {
    display: flex;
    justify-content: center;
}

/* message pop-up*/

.alert-message {
    color: #468847;
}

.alert-message hr {
    border-top-color: #c9e2b3;
}

.alert-message .alert-link {
    color: #356635;
}

.alert-notice {
    color: #3a87ad;
}

.alert-notice hr {
    border-top-color: #a6e1ec;
}

.alert-notice .alert-link {
    color: #2d6987;
}

.alert-error {
    color: #b94a48;
}

.alert-error hr {
    border-top-color: #e4b9c0;
}

.alert-error .alert-link {
    color: #953b39;
}

/* message pop-up */
/* modules */
.accordion {
    margin: 0;
}

@media (max-width: 768px) {
    .accordion-panel {
        margin: 0;
        padding: 0;
    }
}

.accordion-panel .accordion dt {
    display: block;
    color: #555;
    cursor: pointer;
    position: relative;
    user-select: none;
    margin-top: 20px;
}

.accordion-panel .accordion dd {
    overflow: hidden;
    transition: height .35s ease-out;
    margin: 0;
}

.modules-footer {
    border-bottom: 1px solid #d6d6d6;
    margin: 4em auto;
}

.accordion-panel .plus-icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    position: relative;
    transition: transform 0.35s ease-out;
}

.accordion-panel .plus-icon:before,
.accordion-panel .plus-icon:after {
    content: '';
    background: #333;
    position: absolute;
}

.accordion-panel .plus-icon:before {
    width: 2px;
    height: 21px;
    margin-left: -0.5px;
    left: 50%;
}

.accordion-panel .plus-icon:after {
    width: 21px;
    height: 2px;
    top: 48%;
    opacity: 1;
    transition: opacity 0.35s ease-out;
}

.accordion-panel .is-open .plus-icon {
    transform: rotate(45deg);
}

.accordion-panel .hidden {
    display: none;
}

.accordion-panel .open-btn,
.accordion-panel .close-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 90px;
}

.accordion-panel .buttons-wrapper {
    position: relative;
}

.accordion-panel .buttons-wrapper .plus-icon {
    position: absolute;
    right: 10px;
    top: 12px;
}

/* modules */
/* filters headers*/
.event_form {
    height: auto;
    margin-bottom: 16px;
    padding-bottom: 23px;
    border-bottom: solid 1px #e0e0e0;
}

.event_form {
    width: 100%;
    color: #fff;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.event-sort a {
    color: #333;
}

.event-sort a:hover {
    text-decoration: none;
}

h1.message_filter {
    margin: 149px 0;
}

@media (max-width: 768px) {
    .event_form a {
        font-size: 12px;
    }

    .event-sort ul {
        position: fixed;
        bottom: 0;
        top: inherit;
        width: 100%;
    }
}

/*filters headers*/
/**** jobs article css ****/
@media (max-width: 768px) {
    .jobs-statistics-box {
        border-top: 1px solid #999 !important;
        border-right: 0px solid #999 !important;
        border-bottom: 1px solid #999 !important;
        border-left: 0px solid #999 !important;
        margin-bottom: 15px;
        padding-top: 15px
    }

    .department-box-body {
        min-height: 1px !important;
    }

    .jobs-section-item {
        width: 110px !important;
        height: 110px !important;
    }

    .jobs-section-icon {
        font-size: 32px !important;
    }

}

.jobs-section-item {
    height: 150px;
    width: 150px;
    padding: 12px;
    margin: 2px !important;
    position: relative;
    background-color: rgba(164, 220, 1, 0.9);
    color: #fff;
}

html[lang="en-gb"] a.jobs-section-item {
    text-align: left !important;
}

html[lang="fa-ir"] a.jobs-section-item {
    text-align: right !important;
}

.jobs-section-icon {
    display: block;
    margin: auto;
    bottom: 20px;
    right: 20px;
    position: absolute;
}

.jobs-sections {
    padding-top: 70px !important;
    padding-bottom: 7px;
    margin-top: -40px !important;
}

.jobs-sections h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.jobs-statistics-box {
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}

.sections-boxes-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.department-box-body {
    padding: 15px 0px;
    min-height: 230px;
}

.department-box-image {
    width: 100%;
}

.jobs-department-box a.btn {
    margin-bottom: 23px;
}

.sections-boxes-container div.jobs-vacancy-box {
    margin: 15px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.13);
    border-radius: 2px;
    text-decoration: none;
    color: #333;
}

.sections-boxes-container div.jobs-vacancy-box code {
    display: inline-block;
    bottom: 0px;

}

/*slider reform*/
.jobs-sections div.carousel ol.carousel-indicators {
    bottom: 5px;
}

.jobs-sections div.carousel-inner div.item img {
    width: 100%;
}

.jobs-sections div.carousel-inner div.item div.carousel-caption2 {
    padding: 10px 10px 30px;
    min-height: 170px;
}

.jobs-slider {
    padding-left: 0px;
    padding-right: 0px;
}

.jobs-slider .carousel-indicators li {
    background-color: #516a05;
    border-color: #516a05;
}

.jobs-slider .carousel-indicators .active {
    background-color: #ffffff !important;

}

.carousel-caption2 h3 {
    margin-top: 10px;
}

.jobs-slider .item .slider-image-box span {
    position: absolute;
    top: 50%;
}

/*slider reform*/

/*jobs-details*/
.jobs-details-col-details {
    margin-bottom: 20px;
}

.jobs-sections ul, .jobs-sections ol {
    list-style: default;
}

.text-vertical-center {
    background-color: rgba(109, 145, 0, 0.95);
    color: rgb(255, 255, 255) !important;
    font-size: 30px;
    display: inline-block;
    margin: 0px !important;
    padding: 13px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    transform: translateX(-50%);
}

/*jobs-details*/

/* tour page */
.paxcontainer {
    width: 250px;
    background: #ffffff;
    position: absolute;
    -webkit-box-shadow: 0 1px 5px #999999;
    -moz-box-shadow: 0 1px 5px #999999;
    box-shadow: 0 1px 5px #999999;
    z-index: 12;
    margin-top: 10px;
    right: 0;
    padding: 10px;
    top: 125px;

}
.item-next {
    font-size: 1.3em;
    border: none;
    min-height: 25px;
    height: 25px;
    min-width: 25px;
    padding: 0;
    margin: 5px 0;
    text-align: center;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    color: #8dc53e;
    background: #eee;
    outline: none;
    transition: all 200ms ease;
    border-radius: 2px;
    line-height: 28px;
    -webkit-box-shadow: -1px 1px 2px 0 rgba(0,0,0,.18);
    -moz-box-shadow: -1px 1px 2px 0 rgba(0,0,0,.18);
    box-shadow: -1px 1px 2px 0 rgba(0,0,0,.18);
}
.item-next:hover {

    color: #eee;
    background: #8dc53e;
}
.count {
    border: 0;
    background: 0;
    padding: 0;
    outline: 0;
    color: #000;
    text-align: center;
    height: 25px;
    margin: 5px;
    line-height: 25px;
}
.popup-subTitle {
    font-weight: normal;
    font-size: 13px;
    color: #8dc53e;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    float: right;
}
.pax-contain {
    width: 100%;
    margin: 0px;
    padding: 0px 0px;
    float: left;
}

.editable {
    direction: ltr !important;
}

.editable input {
    display: inline-block !important;
    width: 60%;
}

.editable button {
    width: 30%;
    display: inline-block !important;
}

/* tour page */
.seru a i {
    padding: 5px;
}

.navbar-static-top {
    z-index: 1030 !important;
}

/* For Print*/
.visible-print{
    display: none;
}
@media print {
    .no-print,no-print * {
        display: none !important;
    }
    *{
        overflow: visible !important;
        padding:1.5px !important;
        margin: 0px !important;
        border: none !important;
    }
    .visible-print{
        display: block;
    }

    table,td,tr{
        border: solid 1px #333 !important;
    }
}

/* For Print*/
.logomenuhover:hover {
    background: #fff;
}

/*Cookies access*/
#eu-cookie-notify-wrap {
    display: none;
    width: 100%;
    border-top: solid 1px #e7e7e7;
    background: #FFF;
    position: fixed;
    bottom: 0;
    z-index: 9999999;
}

#eu-cookie-notify {
    position: relative;
    margin: 0 auto;
    padding: 1px 0;
}

#eu-cookie-notify .btn-default {
    padding: 0;
    height: 36px;
    margin: 3px 0 0 0;
}

#eu-cookie-notify a {
    padding: 9px;
    max-width: 110px;
    text-decoration: underline;
}

#eu-cookie-notify .eu-cookie-text {
    color: #333;
    font-size: 95%;
    padding: 11px 0;
}

#eu-cookie-notify .cookieclose {
    font-size: 20px;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    padding: 2px;
}

/*Cookies access*/
/*Messages*/
.alert-labeled-row:nth-child(2n+1) {
    background: #f5f5f5;
}

.alert-labeled-row {
    height: 80px;
    margin-bottom: 1px;
}

.alert-labeled-row div:first-child {
    padding: 10px 15px;
    font-size: 12px;
}

.alert-labeled-row span {
    position: absolute;
    top: 11px;
    right: 11px;
}

.message-link {
    line-height: 32px;
}

/*Messages*/
/*ilik-tooltip*/
.ilik-tooltip {
    position: relative;
}

.ilik-tooltip .ilik-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 0;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.ilik-tooltip .ilik-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.ilik-tooltip:hover .ilik-tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*tooltip*/
/*checkbox*/
/* The container */
.ilik-checkbox {
    display: inline-block;
    position: relative;
    padding-right: 26px;
    margin: 8px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.ilik-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    right: 0;
    font-size: 22px;
    top: 2px;
    height: 17px;
    width: 17px;
    background-color: #ddd;
}



/* On mouse-over, add a grey background color */
.ilik-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ilik-checkbox input:checked ~ .checkmark {
    background-color: #8dc53e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ilik-checkbox input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.ilik-checkbox .checkmark:after {
    top: 1px;
    left: 5px;
    height: 12px;
    width: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*checkbox*/
.flip-card {
    background-color: transparent;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/*flip-card*/
/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: white;
}

/* Style the back side */
.flip-card-back {
    background-color: white;
    transform: rotateY(180deg);
}

/*flip-card*/

/*testimonial*/
h2.testimonial-title {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin: 30px 0 60px;
}

h2.testimonial-title::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #8fbc54;
    left: 0;
    right: 0;
    bottom: -10px;
}

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    margin: 50px auto;
    padding: 0 70px;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    min-height: 170px;
    line-height: 1.9em;
    padding: 30px 0 10px;
}

.carousel .overview {
    font-style: italic;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
/*testimonial*/
