.cihaniriboy-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: #fff;
    opacity: 1
}

.cihaniriboy-loading img {
    width: 100px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}



.mb-menu-active .hamburger-box .hamburger-inner {
    transition-delay: .14s !important;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important
}

.mb-menu-active .hamburger-box .hamburger-inner:before {
    top: 0 !important;
    transition: top .1s ease, opacity .1s .14s ease !important;
    opacity: 0 !important
}

.mb-menu-active .hamburger-box .hamburger-inner:after {
    bottom: 0 !important;
    transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition: bottom .1s ease, transform .1s .14s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition: bottom .1s ease, transform .1s .14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .1s .14s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important
}

.mobile-menu {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 158px;
    left: 0;
    display: none;
    padding-top: 50px;
    z-index: 499994
}

.mobile-menu ul {
    list-style-type: none;
    margin: 0;
    width: 100%;
    float: left
}

.mobile-menu>ul>li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #e7e7e7;
    position: relative
}

.mobile-menu>ul>li .hasul {
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-top: 5px;
    display: none
}

.mobile-menu>ul>li .hasul>li {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: solid 1px #e7e7e7
}

.mobile-menu>ul>li .hasul>li:hover>a {
    color: #fff;
    background: #d30000
}

.mobile-menu>ul>li .hasul>li:hover>i {
    color: #fff
}

.mobile-menu>ul>li .hasul>li>a {
    width: 100%;
    float: left;
    color: #000;
    padding: 8px 15px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif
}

.mobile-menu>ul>li .hasul>li>a i {
    float: right;
    font-size: 21px;
    padding: 0 12px
}

.mobile-menu>ul>li .hasul>li>ul {
    display: none
}

.mobile-menu>ul>li .hasul>li>ul>li>a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important
}

.mobile-menu>ul>li>a {
    width: 100%;
    float: left;
    color: #000;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif
}

.mobile-menu>ul>li>a i.mactive {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-menu>ul>li>i.mactive {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-menu>ul>li>a i {
    float: right;
    font-size: 23px;
    padding: 0 12px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.mobile-menu>ul>li i {
    position: absolute;
    right: 5px;
    top: 4px;
    font-size: 23px;
    padding: 4px 12px;
    cursor: pointer;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.mobile-menu>ul>li:hover>a {
    color: #fff;
    background: #d30000
}

.mobile-menu>ul>li:hover>i {
    color: #fff
}

.main {
    overflow-x: hidden
}

.mobile-button {
    float: right;
    margin-top: 14px
}

.mobile-button .hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    cursor: pointer
}

.mobile-button .hamburger-box .hamburger-inner {
    background-color: #fff;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: .1s;
    top: 50%;
    display: block;
    margin-top: -2px;
    position: absolute;
    width: 25px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #000
}

.mobile-button .hamburger-box .hamburger-inner:before {
    position: absolute;
    width: 25px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #000;
    content: '';
    top: -7px;
    transition: top .1s .14s ease, opacity .1s ease
}

.mobile-button .hamburger-box .hamburger-inner:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    bottom: -7px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #000;
    transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform .1s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.covidtop {
    width: 100%;
    height: 60px;
    background: #e6e6e4
}

.main {
    overflow-x: hidden
}

.mobile-button {
    float: right;
    margin-top: 14px
}
.main {
    width: 100%;
    float: left
}

.fix_header .header-top-bar {
    margin-top: -60px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

header {
    width: 100%;
    float: left;
    position: relative;
    height: 100px
}

header .fixed-header {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background-color: #fff
}

header .header-top-bar {
    padding: 3px 0 0;
    height: 33px;
    background: #d30000;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

header .header-top-bar .nav {
    float: right
}

header .header-bar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 6px 0 0;
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
}

header .header-bar .logo {
    float: left;
    width: 280px
}


header .header-bar .menu>ul>li>a span {
    line-height: 16px;
    display: block
}
.slider {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 991px) {
    .slider .slider-carousel {
        display: none
    }
}
.slider .item a .slickbg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat !important;
    height: 60vh
}

@media screen and (max-width: 640px) {
    .slider .item a .slickbg {
        height: 26vh
    }
}

@media screen and (max-width: 991px) {
    .slider .item a .slickbg {
        height: 26vh
    }
}

.slider .slick-arrow {
    width: 5rem;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1
}

@media screen and (max-width: 768px) {
    .slider .slick-arrow {
        display: none !important
    }
}

.slider .slick-arrow:hover:before {
    opacity: 1
}

.slider .slick-arrow:before {
    font-family: 'FontAwesome';
    width: 5rem;
    height: 5rem;
    font-size: 60px;
    line-height: 5rem;
    opacity: .7;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    margin-top: -2.5rem;
    text-align: center;
    padding: 0 1rem
}

.slider .slick-prev {
    left: 0
}

.slider .slick-prev:before {
    content: '\f104';
    text-align: left;
    left: 0
}

.slider .slick-next {
    right: 0
}

.slider .slick-next:before {
    content: "\f105";
    text-align: left;
    left: 0
}

.slider .slick-dotted .slick-slider {
    margin-bottom: 10px
}

.slider .slick-dots {
    position: absolute;
    bottom: 10px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slider .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 16px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer
}

.slider .slick-dots li button {
    border: 0;
    background: #e8e8e8;
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer
}
.slider .slick-dots li.slick-active button {
    background: #d30000
}

.section-populer {
    width: 100%;
    float: left;
    margin-top: 5px
}

.section-populer h2,
.section-populer h1 {
    text-align: center;
    color: #747474;
    font-size: 32px;
    position: relative
}

.section-populer h1:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    background: #747474;
    opacity: .8
}

.section-populer .pop-slider-outer {
    width: 100%;
    position: relative;
    float: left
}
.section-populer .populer-carousel {
    margin-top: 40px;
    position: relative
}

.section-customer {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 50px
}

.section-customer .c-box {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #6a6969;
    padding: 0 20px
}

.section-customer .c-box .c-title {
    color: #464646;
    font-size: 16px;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    float: lefT
}

.section-customer .c-box p {
    width: 100%;
    float: left
}
.section-customer .c-box .img img {
    display: inline-block;
}

.section-banks {
    width: 100%;
    float: left;
    margin-top: 55px
}



.section-banks img {
    width: 100%;
    height: auto;
    display: block
}

.footer {
    width: 100%;
    float: left;
    margin-top: 30px;
    background: #383838;
    color: #fff;
    padding: 0 0 30px;
    border-top: 1px solid #eee
}


.footer .footer-top {
    width: 100%;
    float: left;
    background: #e1e1e1;
    padding: 10px 0
}

.footer .footer-top ul {
    width: 100%;
    display: block;
    text-align: center
}

.footer .footer-top ul li {
    display: inline-block;
    margin: 3px 16px;
    position: relative
}


.footer .footer-top ul li:last-child:after {
    background: none
}

.footer .footer-top ul li:after {
    content: '';
    position: absolute;
    right: -14px;
    height: 20px;
    background: #6a6969;
    width: 1px;
    top: 2px
}

.footer .footer-top ul li a {
    color: #787878;
    font-size: 15px;
    padding: 0 10px;
    float: left
}


.footer .footer-top ul li a:hover {
    text-decoration: underline
}

.footer .footer-top-text {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0 15px;
    color: #fff;
    margin-top: 15px
}

.footer .footer-bottom {
    width: 100%;
    float: left;
    margin-top: 25px
}

.footer .footer-bottom .footer-contact {
    margin-top: 15px;
    color: #fff
}

.footer .footer-bottom .footer-contact span {
    width: 100%;
    float: left;
    color: #fff
}



.footer .footer-bottom .footer-maps h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}
.footer .footer-bottom .footer-maps ul {
    width: 100%;
    float: left;
    position: relative
}

.footer .footer-bottom .footer-maps ul:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #6a6969;
    opacity: .6
}


.footer .footer-bottom .footer-maps ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    position: relative
}

.footer .footer-bottom .footer-maps ul li a:after {
    content: '';
    background: #666;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: -10px;
    top: 8px;
    position: absolute
}

.footer-contact p {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 17px;
    font-weight: 400
}

.footer-contact p i {
    color: #d30000;
    margin-right: 10px
}
.footer .footer-bottom .footer-copy {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 45px;
    font-weight: 400
}

.footer .footer-bottom .footer-copy p {
    font-size: 13px;
    float: left;
    color: #fff
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box a .link>div {
    border: 1px solid #fff;
    font-size: 16px;
    padding: 6px 15px;
    display: inline-block
}

.main-cat .cat-outer {
    width: 100%;
    float: left
}

.main-cat .cat-outer h1 {
    font-size: 26px;
    display: block;
    text-align: center;
    color: #4b4b4b
}
.main-cat .cat-outer .cat-list {
    width: 100%;
    float: left;
    margin-top: 50px;
    min-height: 366px
}
.main-cat .cat-outer .cat-list .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px
}

.main-cat .cat-outer .cat-list .cat-box {
    width: 100%;
    float: left;
    position: relative;
    min-height: 160px;
    background: #3085a3;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px
}



.main-cat .cat-outer .cat-list .cat-box:hover a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-cat .cat-outer .cat-list .cat-box:hover a .kat-img img {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-cat .cat-outer .cat-list .cat-box:hover a .title {
    bottom: 57%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.main-cat .cat-outer .cat-list .cat-box:hover a .desc {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-cat .cat-outer .cat-list .cat-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-cat .cat-outer .cat-list .cat-box a:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.35s, -webkit-transform .35s;
    transition: opacity 0.35s, transform .35s
}

.main-cat .cat-outer .cat-list .cat-box a .kat-img {
    width: 100%;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center
}

.main-cat .cat-outer .cat-list .cat-box a .kat-img img {
    display: block;
    opacity: .9;
    -webkit-transition: opacity 0.35s, -webkit-transform .35s;
    transition: opacity 0.35s, transform .35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
}

.main-cat .cat-outer .cat-list .cat-box a .title {
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
    color: #fff;
    margin-bottom: -10px;
    font-size: 20px;
    text-shadow: 0 0 1px #000;
    margin-bottom: 7px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.blog-slider .item .cat-box-outer {
    width: 100%;
    float: left;
    position: relative
}
.header-action-background {
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    z-index: 99999;
    top: 0;
    display: none
}

.modal {
    z-index: 99999999
}
.bulten-bg {
    background-image: url(../images/global-map.webp);
    background-repeat: repeat;
    background-color: #3AACED;
    background-position: center center;
    background-size: cover;
    border-bottom: 0;
    color: #fff;
    padding: 50px 0;
    width: 100%;
    float: left;
    min-height: 120px
}

.bulten-bg h4 {
    font-size: 17px;
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.bulten-bg p {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    margin-top: 4px
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

.section-blog {
    width: 100%;
    float: left;
    min-height: 200px;
    padding: 30px 0;
    margin-bottom: 25px
}

.section-blog .blog-title {
    font-size: 32px;
    color: #333;
    text-align: center
}

.section-blog .blog-text {
    font-size: 17px;
    text-align: center;
    color: #747474
}

.section-blog .blog-slider {
    width: 100%;
    float: left;
    margin-top: 25px
}

.section-blog .blog-carousel .item .cat-box-outer .cat-box {
    width: 100%;
    float: left;
    position: relative;
    min-height: 169px;
    background: #3085a3;
    overflow: hidden;
    text-align: center
}

@media screen and (max-width: 640px) {
    .section-blog .blog-carousel.item .cat-box-outer .cat-box {
        min-height: 92px
    }
}

@media screen and (max-width: 991px) {
    .section-blog .blog-carousel .item .cat-box-outer .cat-box {
        min-height: 137px
    }
}

@media screen and (max-width: 1200px) {
    .section-blog .blog-carousel .item .cat-box-outer .cat-box {
        min-height: 125px
    }
}

.section-blog .blog-carousel .item .cat-box-outer .cat-box:hover a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.section-blog .blog-carousel .item .cat-box-outer .cat-box:hover a .kat-img img {
    opacity: .5;
    transform: scale(1.5);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.section-blog .blog-carousel .item .cat-box-outer .cat-box:hover a .link {
    opacity: 1
}

.section-blog .blog-carousel .item .cat-box-outer .cat-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}



.section-blog .blog-carousel.item .cat-box-outer .cat-box a .kat-img {
    width: 100%;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center
}

.section-blog .blog-carousel .item .cat-box-outer .cat-box a .kat-img img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.section-blog .blog-carousel .item .cat-box-outer .title {
    display: block;
    font-size: 16px;
    margin-top: 4px;
    width: 100%;
    float: left;
    color: #464646
}

.section-blog .blog-carousel .item .cat-box-outer .title a {
    display: block;
    font-size: 16px;
    color: #464646
}

.section-blog .blog-carousel .item .cat-box-outer .blog-helper {
    color: #747474;
    font-size: 13px;
    margin-top: 5px;
    width: 100%;
    float: left
}

.section-blog .blog-carousel .item .cat-box-outer .blog-helper span {
    font-size: 13px;
    float: left;
    margin-right: 5px
}

.section-blog .blog-carousel .item .cat-box-outer .blog-helper span i {
    margin-right: 4px
}

.section-blog .blog-carousel .item .cat-box-outer .blog-text {
    font-size: 13px;
    float: left;
    color: #747474;
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 5px
}

.section-blog .blog-carousel .item .cat-box-outer .blog-text a {
    color: #747474;
    font-size: 13px;
    text-decoration: underline
}

.section-blog .blog-slider .slick-arrow {
    width: 5rem;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1
}

.section-blog .blog-slider .slick-next {
    right: -80px
}

.section-blog .blog-slider .slick-arrow:before {
    font-family: fontawesome;
    width: 5rem;
    height: 5rem;
    font-size: 60px;
    line-height: 5rem;
    opacity: .7;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    margin-top: -4.5rem;
    text-align: center;
    padding: 0 1rem
}

.section-blog .blog-slider .slick-prev:before {
    content: "\f104";
    text-align: left;
    left: -50px
}

.section-blog .blog-slider .slick-next:before {
    content: '\f105';
    text-align: left;
    right: 18px
}

.section-static {
    width: 100%;
    float: left;
    min-height: 120px;
    background-color: #d30000;
    background-image: url(../images/parallax1.png);
    background-repeat: repeat;
    padding: 60px 0
}

.section-static .static-box {
    width: 100%;
    float: left;
    text-align: center
}


a#cihaniriboypageTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 5000;
    background-color: #d30000;
    padding: 6px 10px;
    border-radius: 2px;
    color: #fff;
    display: inline-block
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}
.covidtop {
    width: 100%;
    height: 60px;
    background: #e6e6e4
}
header {
    width: 100%;
    float: left;
    position: relative;
    height: 100px;
    width: 100%;
    float: left;
    position: relative;
    height: 100px
}

header .fixed-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    top: 62px
}

header .header-top-bar {
    padding: 8px 0 0;
    height: 40px;
    background: #1A2B48;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.topbar-items {
    display: inline-block
}

.topbar-items li:last-child {
    padding-right: 0
}

.topbar-items li {
    padding-left: 18px;
    padding-right: 18px;
    display: inline-block
}

.topbar-items li a {
    color: #FFF;
    font-weight: 400;
    font-size: 12px
}

.topbar-items li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

header .header-top-bar .nav {
    float: right
}

header .header-bar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 6px 0 0;
    width: 100%;
    float: left;
    position: relative
}
header .header-bar .logo {
    float: left;
    width: 180px;
    margin-top: 17px
}



header .header-bar .logo a img {
    width: 100%;
    height: auto
}

header .header-bar .menu {
    float: left;
    margin-top: 24px;
    margin-left: 50px
}

header .header-bar .menu>ul {
    float: left
}

header .header-bar .menu>ul li.tlib:hover>a:before {
    opacity: 1
}

header .header-bar .menu>ul li.tlib>a:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 2px;
    z-index: 999;
    background: #cb220f
}

header .header-bar .menu>ul>li.hasub {
    position: relative
}

header .header-bar .menu>ul>li.hasub:hover .hasul {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transition: transform .6s ease 0s, opacity .6s ease 0;
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transition: transform .6s ease 0s, opacity .6s ease 0
}

header .header-bar .menu>ul>li.hasub .hasul {
    background: #fff;
    position: absolute;
    left: -50%;
    list-style-type: none;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: transform .6s ease 0s, opacity 0 ease 0;
    min-width: 220px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 15px 5px;
    border-top: solid 1px #ccc
}

header .header-bar .menu>ul>li.hasub .hasul>li ul {
    left: 100% !important;
    top: 0 !important;
    background: #fff;
    position: absolute;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    transition: transform .6s ease 0s, opacity 0 ease 0;
    min-width: 250px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 15px 5px;
    border-top: solid 1px #ccc
}
header .header-bar .menu>ul>li.hasub .hasul li {
    width: 100%;
    float: left;
    list-style-type: none;
    text-align: left;
    margin-bottom: 8px;
    position: relative
}

header .header-bar .menu>ul>li.hasub .hasul li a {
    color: #1A2B48;
    font-size: 14px;
    width: 100%;
    float: left;
    position: relative
}

.menu-right {
    float: right;
    margin-top: 10px
}
header .header-bar .menu>ul>li>a {
    color: #1A2B48;
    font-size: 14px;
    display: block;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 600
}

.socials {
    display: inline-block;
    border-right: 1px solid #374969
}

.socials li:first-child a {
    padding-left: 0
}

.socials li a {
    padding-left: 18px;
    padding-right: 18px;
    color: #D1D4DA;
    font-size: 14px
}

header .header-bar .menu>ul>li>a:after {
    content: '';
    position: absolute;
    left: 45%;
    top: -46px;
    width: 2px;
    height: 20px;
    opacity: 0;
    background: #cb220f;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

header .header-bar .menu>ul>li>a span {
    line-height: 16px;
    display: block
}
header .header-bar .menu {
    float: right;
    margin-top: 20px;
    margin-left: 50px
}

header .header-bar .menu>ul {
    float: left
}

header .header-bar .menu>ul li.tlib:hover>a:before {
    opacity: 1
}

header .header-bar .menu>ul li.tlib>a:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 2px;
    z-index: 999;
    background: #cb220f
}

header .header-bar .menu>ul>li.hasub {
    position: relative
}

header .header-bar .menu>ul>li.hasub:hover .hasul {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transition: transform .6s ease 0s, opacity .6s ease 0
}

header .header-bar .menu>ul>li.hasub:hover .hasul {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transition: transform .6s ease 0s, opacity .6s ease 0
}

header .header-bar .menu>ul>li.hasub .hasul {
    background: #fff;
    position: absolute;
    left: -50%;
    list-style-type: none;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: transform .6s ease 0s, opacity 0 ease 0;
    min-width: 220px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 15px 5px;
    border-top: solid 1px #ccc
}

header .header-bar .menu>ul>li.hasub .hasul>li ul {
    left: 100% !important;
    top: 0 !important;
    background: #fff;
    position: absolute;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    transition: transform .6s ease 0s, opacity 0 ease 0;
    min-width: 250px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 15px 5px;
    border-top: solid 1px #ccc
}
header .header-bar .menu>ul>li.hasub .hasul li {
    width: 100%;
    float: left;
    list-style-type: none;
    text-align: left;
    margin-bottom: 8px;
    position: relative;
    padding-left: 10px
}

header .header-bar .menu>ul>li.hasub .hasul li a {
    color: #1A2B48;
    font-size: 14px;
    width: 100%;
    float: left;
    position: relative;
    font-weight: 600
}

.menu-right {
    float: right;
    margin-top: 23px
}
header .header-bar .menu>ul>li {
    float: left;
    text-align: center;
    margin: 0 20px;
    padding-bottom: 17px
}

header .header-bar .menu>ul>li:hover a {
    color: #cb220f
}

header .header-bar .menu>ul>li:hover a:after {
    top: -26px;
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}
header .header-bar .menu>ul>li>a {
    color: #1A2B48;
    font-size: 14px;
    display: block;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 600
}

.socials {
    display: inline-block;
    border-right: 1px solid #374969
}

.socials li:first-child a {
    padding-left: 0
}

.socials li a {
    padding-left: 18px;
    padding-right: 18px;
    color: #D1D4DA;
    font-size: 14px
}
.tour-grid {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.tour-grid-rel {
    width: 100%;
    float: left;
    box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    background: #fff;
    transition: transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out
}

.tour-grid-rel:hover {
    transition: transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    border: 1px solid #e1e1e1
}

.tour-grid .tour-img {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden
}

.tour-grid .tour-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.tour-grid .tour-img a img {
    max-width: 100%;
    height: auto;
    transition: transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out
}

.tour-grid-bottom {
    width: 100%;
    float: left;
    padding: 13px 22px 7px;
    position: relative;
    min-height: 225px
}

.tour-grid-bottom h3 {
    margin-bottom: 5px
}

.tour-grid-bottom h3 a {
    padding: 20px 0;
    color: #1A2B48;
    font-weight: 600;
    font-size: 18px
}

.tour-grid-bottom .tourmaster-tour-price-wrap {
    text-align: left;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 9px
}

.tourmaster-tour-info-wrap {
    margin-bottom: 0;
    margin-top: 13px;
    line-height: 19px;
    font-weight: 400;
    font-size: 14px;
    color: #8c8c8c
}

.tourmaster-tour-info-wrap .tourmaster-tour-info svg {
    width: 18px;
    vertical-align: top;
    margin-right: 8px;
    float: left;
    fill: #f97150
}

.tourmaster-tour-price-wrap em {
    font-style: normal;
    float: right;
    margin-left: 4px
}

.tourmaster-tour-price-wrap .old-price {
    color: #a7a7a7;
    text-decoration: line-through
}

.tourmaster-tour-price-wrap .new-price {
    color: #d30000;
    font-weight: 700;
    font-size: 19px;
    float: left;
    margin-top: 5px
}

.tour-grid-bottom .c-tarih {
    float: left
}

.tour-grid-bottom .mini-yazi {
    margin-top: 6px;
    display: block;
    width: 100%;
    float: left
}
.section-populer h2,
.section-populer h1 {
    color: #1A2B48
}
.section-video-2 {
    width: 100%;
    float: left;
    background-color: #2d3948;
    position: relative;
    min-height: 500px;
    background-repeat: repeat;
    background-position: bottom;
}

.video-thumbnail .video-bg img {
    display: block
}

.video-thumbnail .video-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5
}

.video-button-play a {
    color: #fff;
    width: 100%;
    font-size: 36px;
    height: 100%
}
.section-video-2 .video-thumbnail {
    position: relative;
    width: 100%;
    height: 360px;
    z-index: 1;
    bottom: -66px;
    top: auto
}

.section-video-2 .padding-bottom {
    padding-bottom: 100px
}

.section-video-2 .padding-top {
    padding-top: 100px
}

.section-video-2 .sub-title {
    margin: 0 0 8px;
    padding-bottom: 5px;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #fff
}

.section-video-2 .title {
    margin: 0 0 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 55px
}

.section-video-2 {
    color: #fff
}

.section-video-2 .text {
    margin-bottom: 30px
}

.section-video-2 .btn.btn-maincolor {
    background-color: #FA5636;
    border: 1px solid #FA5636;
    color: #fff
}

.section-video-2 .btn {
    background: #FA5636;
    border-radius: 3px;
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 450;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease
}

.section-video-2 .video-thumbnail {
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15)
}

.video-thumbnail .video-button-play {
    color: #fff;
    z-index: 6;
    position: absolute;
    text-align: center;
    line-height: 86px;
    padding-left: 10px;
    font-size: 36px;
    width: 90px;
    height: 90px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    left: 50%;
    top: 50%;
    margin-top: -45px;
    margin-left: -45px;
    border-radius: 50%;
    padding-left: 6px;
    cursor: pointer
}
.section-blog {
    width: 100%;
    float: left;
    min-height: 200px;
    padding: 30px 0;
    margin-bottom: 25px;
    margin-top: 40px
}

.section-blog .blog-title {
    font-size: 32px;
    color: #333;
    text-align: center
}

.section-blog .blog-text {
    font-size: 17px;
    text-align: center;
    color: #747474
}

.section-blog .blog-slider {
    width: 100%;
    float: left;
    margin-top: 25px;
	position:relative;
}

.section-blog .blog-carousel .item .cat-box-outer .cat-box {
    width: 100%;
    float: left;
    position: relative;
    min-height: 169px;
    background: #3085a3;
    overflow: hidden;
    text-align: center;
    border-radius: 6px
}

.section-blog .blog-carousel .item .cat-box-outer .cat-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.section-blog .blog-carousel .item .cat-box-outer .cat-box a .kat-img img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}
.section-blog .blog-carousel .item .cat-box-outer .title {
    display: block;
    font-size: 16px;
    margin-top: 4px;
    width: 100%;
    float: left;
    color: #464646
}

.section-blog .blog-carousel .item .cat-box-outer .title a {
    display: block;
    font-size: 15px;
    color: #464646;
    line-height: 18px;
    margin-top: 5px;
    font-weight: 600
}

.kat-blog-text-content {
    width: 100%;
    float: left;
    padding: 0 20px
}

.kat-blog-text {
    position: relative;
    top: -15px;
    background: #fff;
    padding: 4px 10px 14px;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 15px #cccccc37;
    -webkit-box-shadow: 0 0 15px #cccccc37;
    margin: 0 auto
}

.section-blog .blog-carousel .item .cat-box-outer .blog-helper {
    color: #747474;
    font-size: 13px;
    margin-top: 13px;
    width: 100%;
    float: left;
    margin-bottom: 5px
}

.section-blog .blog-carousel .item .cat-box-outer .blog-helper span {
    font-size: 13px;
    float: left;
    margin-right: 5px
}

.section-blog .blog-carousel .item .cat-box-outer .blog-helper span i {
    margin-right: 4px
}

.section-blog .blog-carousel .item .cat-box-outer .blog-text {
    font-size: 13px;
    float: left;
    color: #747474;
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 5px
}

.section-blog .blog-carousel .item .cat-box-outer .blog-text a {
    color: #FA5636;
    font-size: 13px;
    text-decoration: underline
}
.section-blog .blog-slider .slick-arrow {
    width: 5rem;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1
}

.section-blog .blog-slider .slick-next {
    right: -80px
}

.section-blog .blog-slider .slick-arrow:before {
    font-family: fontawesome;
    width: 5rem;
    height: 5rem;
    font-size: 60px;
    line-height: 5rem;
    opacity: .7;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    margin-top: -4.5rem;
    text-align: center;
    padding: 0 1rem
}

.section-blog .blog-slider .slick-prev:before {
    content: "\f104";
    text-align: left;
    left: -50px
}

.section-blog .blog-slider .slick-next:before {
    content: '\f105';
    text-align: left;
    right: 18px
}
.footer-tursab {
    width: 100%;
    float: left;
    margin-top: 5px
}
.taksitler-new-content .taksitler-new-content-inner ul,
li {
    list-style-type: none
}
.ebultentext {
    float: right;
    margin-top: 27px
}

.ebultentext a {
    background-color: #FA5636;
    border: 1px solid #FA5636;
    color: #fff;
    border-radius: 3px;
    padding: 10px 100px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.searchnew {
    float: left;
    position: relative
}

.searchnew i {
    color: #1A2B48;
    font-size: 18px;
    padding: 5px;
    cursor: pointer
}

.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden
}

.search-overlay.search-overlay-active {
    opacity: 1;
    visibility: visible
}

.search-overlay .search-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all .3s ease-in-out 0;
    transition: all .3s ease-in-out 0
}

.search-overlay.search-overlay-active.search-overlay .search-layer {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.d-table {
    width: 100%;
    height: 100%;
    display: table !important
}

.d-table-cell {
    display: table-cell !important;
    vertical-align: middle
}

.searchnew-inputcontent {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 39%;
    top: 50%;
    z-index: 2;
    margin-left: -40px;
    max-width: 500px;
    width: 500px;
    padding: 0 15px
}

.searchnew-inputcontent.active {
    opacity: 1;
    visibility: visible
}

.search-overlay .search-form form {
    position: relative
}

.search-overlay .search-form form .input-search {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 30px;
    color: #252525;
    padding: 3px 0 0 25px
}

.search-overlay .search-form button {
    position: absolute;
    right: 25px;
    top: 5px;
    width: 50px;
    color: #fff;
    height: 50px;
    border-radius: 50%;
    background-color: #d30000;
    -webkit-transition: .7s;
    transition: .7s;
    border: none;
    font-size: 20px;
    line-height: 47px
}

.searchnew-inputcontent input.ssinput {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 30px;
    color: #252525;
    padding: 3px 0 0 25px
}

.searchnew-inputcontent input:hover {
    background: #fff
}

.search-overlay .search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all .9s ease-in-out 1.1s;
    transition: all .9s ease-in-out 1.1s;
    opacity: 0;
    visibility: hidden
}

.search-overlay .search-close .search-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.search-overlay .search-close .search-close-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search-overlay .search-close .search-close-line:nth-child(2) {
    margin-top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


.main-cat .cat-outer .cat-list .cat-box a .title {
    font-weight: 600
}
.core-price {
    width: 100%;
    float: left;
    position: relative;
    font-size: 24px;
    margin-top: 2px
}

.core-price em {
    font-size: 15px;
    font-style: normal
}

.core-price .kb {
    font-size: 15px;
    font-weight: 600
}

.core-price .fp {
    font-weight: 700
}

.pesin-fiyat-list {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 15px;
    z-index: 77;
    background-color: #d30000;
    color: #fff;
    padding: 6px 20px
}

.pesin-fiyat-list .core-price .fp {
    font-size: 13px;
    font-weight: 400
}

.pesin-fiyat-list .core-price em {
    font-size: 11px
}

.pesin-fiyat-list .core-price .kb {
    font-size: 13px;
    font-weight: 500
}

.pesin-fiyat-list .core-price {
    margin-top: 0;
    line-height: 14px
}

.pesin-fiyat-list p {
    font-size: 13px;
    margin: 0
}
img {
    max-width: 100%
}
.search-overlay.search-overlay-active.search-overlay .search-close {
    opacity: 1;
    visibility: visible;
}
.hizmetimg {
	width:128px;
	height:128px;
}
.img-mobil-slider {
	width:503px;
	height:266px;
}
.img-main-kat {
	width:484px;
	height:221px;
}
.tour-image {
	width:306px;
	height:208px;
}
.tanitim-image {
	width:600px;
	height:340px;
}

@media screen and (max-width:769px){
	.hizmetimg {
		width:128px;
		height:128px;
	}
	.img-main-kat {
		width:100%;
		height: auto;
	}
	.tour-image {
		width:100%;
		height: auto;
	}
	.tanitim-image {
		width:100%;
		height: auto;
	}
	.img-mobil-slider {
		width:100%;
		height: auto;
	}
}
.nav-bread {
    margin-top: 20px;
}
.nav-bread {
    width: 100%;
    float: left;
    padding: 15px;
}
.nav-bread ul li {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    color: #4b4b4b;
}
.nav-bread ul li a {
    font-size: 14px;
    color: #4b4b4b;
}
.nav-bread ul li.active {
    color: #d30000;
}

.main-cat .subcat-outer {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.main-cat .subcat-outer {
    width: 100%;
    float: left;
    margin-top: 20px
}

.main-cat .subcat-outer .sidebar h1 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #4b4b4b
}

.main-cat .subcat-outer .sidebar .filter-area .result-filter-select {
    width: 100%;
    float: left;
    position: relative;
    background: #d30000;
    height: 38px
}

.main-cat .subcat-outer .sidebar .filter-area .result-filter-select i {
    position: absolute;
    background-image: none !important;
    color: #fff !important;
    font-size: 21px;
    margin-left: 10px;
    margin-top: 3px;
    top: 6px;
    z-index: 2
}

.main-cat .subcat-outer .sidebar .filter-area .result-filter-select select {
    width: 100%;
    float: left;
    position: absolute;
    color: #fff;
    background: #d30000;
    left: 0;
    top: 0;
    height: 100%;
    border: none;
    font-size: 15px;
    text-indent: 36px;
    padding: 1px 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.main-cat .subcat-outer .sidebar .filter-area a.mobile-filter {
    width: 100%;
    float: left;
    background: #d30000;
    color: #fff;
    padding: 3px 0
}

.main-cat .subcat-outer .sidebar .filter-area a.mobile-filter i {
    background-image: none !important;
    color: #fff !important;
    font-size: 21px;
    margin-left: 10px;
    margin-top: 3px
}

.main-cat .subcat-outer .sidebar .filter-area a.mobile-filter span {
    color: #fff !important;
    margin-top: 4px !important;
    margin-left: 0 !important
}

.main-cat .subcat-outer .sidebar .filter-area .result-filter .result-title {
    border-bottom: 1px solid #919191;
    width: 100%;
    float: left;
    padding-bottom: 5px
}

@media screen and (max-width: 991px) {
    .main-cat .subcat-outer .sidebar .filter-area .result-filter .result-title {
        border: none
    }
}

.main-cat .subcat-outer .sidebar .filter-area .result-filter .result-title i {
    width: 30px;
    height: 30px;
    float: left;
    background: url(../images/icons/filter.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.main-cat .subcat-outer .sidebar .filter-area .result-filter .result-title span {
    color: #919191;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 15px
}

.main-cat .subcat-outer .sidebar .filter-area .result-filter .result-filter-area .uncheck-list {
    width: 100%;
    float: left;
    padding: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF
}

.main-cat .subcat-outer .sidebar .filter-area .result-filter .result-filter-area .uncheck-list span {
    font-size: 14px;
    display: block;
    color: #919191
}

.main-cat .subcat-outer .sidebar .filter-area .result-filter .result-filter-area .uncheck-list a {
    padding-left: 5px;
    color: #DF3C44;
    font-size: 12px;
    font-size: 15px;
    margin-top: 15px;
    display: inline-block;
    cursor: pointer
}

.main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer {
    width: 100%;
    float: left;
    margin-top: 15px
}

@media screen and (max-width: 991px) {
    .main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer {
        display: none
    }
}

.main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer .filter-colomn {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF
}

.main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer .filter-colomn .title {
    color: #d30000;
    font-size: 16px;
    margin-bottom: 5px
}

.main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer .filter-colomn .filter-scroll {
    height: 150px;
    overflow: auto
}

.main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer .filter-colomn .filter-links {
    width: 100%;
    float: left;
    margin-top: 8px
}

.main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer .filter-colomn .filter-links .i_check_div {
    margin-bottom: 5px
}

.main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer .filter-colomn .filter-links .i_check_div .icheckbox_flat-blue {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    pointer-events: none
}

.main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer .filter-colomn .filter-links .i_check_div .icheckbox_flat-blue:hover {
    color: #d30000
}

.main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer .filter-colomn .filter-links .i_check_div label {
    font-weight: 400;
    cursor: pointer
}

.main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer .filter-colomn .filter-links .i_check_div label:hover span {
    color: #d30000
}

.main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer .filter-colomn .filter-links .i_check_div label input {
    margin-right: 5px;
    float: left
}

.main-cat .subcat-outer .sidebar .filter-area .filter-colomn-outer .filter-colomn .filter-links .i_check_div label span {
    color: #919191;
    margin-top: 5px;
    margin-left: 5px;
    line-height: 18px;
    font-size: 15px;
    float: left
}

.main-cat .subcat-outer .subcat-right {
    width: 100%;
    float: left
}

.main-cat .subcat-outer .subcat-right .start-text {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    color: #6a6969
}

.main-cat .subcat-outer .subcat-right .start-text:after {
    content: '';
    position: absolute;
    left: -10px;
    height: 50px;
    background: #6a6969;
    width: 1px;
    top: 0
}

.main-cat .subcat-outer .subcat-right .start-filter {
    width: 100%;
    float: left;
    margin-top: 25px
}

.main-cat .subcat-outer .subcat-right .start-filter .st-box a.active {
    border-bottom: 2px solid #d30000;
    color: #d30000
}

.main-cat .subcat-outer .subcat-right .start-filter .st-box a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #919191;
    padding-bottom: 8px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .main-cat .subcat-outer .subcat-right .start-filter .st-box a {
        margin-bottom: 3px
    }
}

.main-cat .subcat-outer .subcat-right .start-filter .st-box a:hover {
    color: #d30000
}

.main-cat .subcat-outer .subcat-right .start-filter .st-box a i {
    margin-right: 4px
}

.main-cat .subcat-outer .subcat-right .tour-list {
    width: 100%;
    float: left;
    margin-top: 15px
}

.main-cat .subcat-outer .subcat-right .tour-list .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #EFEFEF;
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer:hover {
    border: 1px solid #d30000
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer {
    width: 100%;
    float: left
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text {
    width: 100%;
    float: left;
    padding: 7px 0
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .desc {
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    padding: 0 10px
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .desc .date {
    color: #d30000;
    width: 100%;
    float: left;
    font-size: 14px
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .desc .mini-text {
    color: #464646;
    width: 100%, ;
    float: left;
    line-height: 15px;
    font-size: 14px
}

@media screen and (max-width: 768px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .desc .mini-text {
        font-size: 13px
    }
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list {
    color: #d30000;
    line-height: 18px;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    border-left: 1px solid #d9d9d9;
    padding: 0 5px
}

@media screen and (max-width: 768px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list {
        text-align: left;
        margin-top: 8px
    }
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list .old-price {
    font-size: 20px;
    color: #4b4b4b;
    position: relative;
    float: right;
    text-align: right
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list .old-price:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background: #4b4b4b
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list .old-price span {
    width: 100%;
    float: left;
    font-size: 15px
}

@media screen and (max-width: 1200px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list .old-price span {
        font-size: 13px
    }
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list .old-price span em {
    font-style: normal;
    font-family: Arial;
    font-size: 13px
}

@media screen and (max-width: 1200px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list .old-price span em {
        font-size: 11px
    }
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list .new-price {
    font-style: normal;
    float: left;
    width: 100%;
    text-align: right
}

@media screen and (max-width: 640px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list .new-price {
        margin-top: -2px
    }
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list .new-price span {
    width: 100%;
    float: right;
    font-size: 21px
}

@media screen and (max-width: 1200px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list .new-price span {
        font-size: 16px
    }
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list .new-price span em {
    font-style: normal;
    font-family: Arial;
    font-size: 20px
}

@media screen and (max-width: 1200px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list .new-price span em {
        font-size: 16px
    }
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box-outer .cat-box-footer .text .price-list span {
    font-size: 12px;
    float: right
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box {
    width: 100%;
    float: left;
    position: relative;
    min-height: 169px;
    background: #3085a3;
    overflow: hidden;
    text-align: center
}

@media screen and (max-width: 640px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box {
        min-height: 92px
    }
}

@media screen and (max-width: 991px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box {
        min-height: 137px
    }
}

@media screen and (max-width: 1200px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box {
        min-height: 125px
    }
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box:hover a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box:hover a .kat-img img {
    opacity: .5;
    transform: scale(1.5);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box:hover a .link {
    opacity: 1
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box a:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.35s, -webkit-transform .35s;
    transition: opacity 0.35s, transform .35s
}

@media screen and (max-width: 768px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box a:before {
        display: none
    }
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box a .kat-img {
    width: 100%;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box a .kat-img img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box a .title {
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
    color: #fff;
    margin-bottom: -10px;
    font-size: 20px;
    text-shadow: 0 0 1px #000;
    margin-bottom: 7px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

@media screen and (max-width: 768px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box a .title {
        font-size: 16px;
        bottom: 36%
    }
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box a .link {
    position: absolute;
    bottom: 30%;
    margin-bottom: -10px;
    left: 0;
    line-height: 15px;
    opacity: 0;
    padding: 0 30px;
    width: 100%;
    color: #fff;
    float: left;
    text-shadow: 0 0 1px #000;
    -webkit-transition: opacity 0.35s, -webkit-transform .35s;
    transition: opacity 0.35s, transform .35s
}

@media screen and (max-width: 768px) {
    .main-cat .subcat-outer .subcat-right .tour-list .cat-box a .link {
        display: none
    }
}

.main-cat .subcat-outer .subcat-right .tour-list .cat-box a .link>div {
    border: 1px solid #fff;
    font-size: 16px;
    padding: 6px 15px;
    display: inline-block
}

.main-cat .cat-outer {
    width: 100%;
    float: left
}

.main-cat .cat-outer h1 {
    font-size: 26px;
    display: block;
    text-align: center;
    color: #4b4b4b
}

.main-cat .cat-outer .text-three {
    width: 100%;
    float: left;
    margin-top: 25px
}
.cihaniriboy-yorum-list {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.cihaniriboy-yorum-list .yorum-list-header {
    width: 100%;
    float: left;
    border-bottom: 2px solid #E8E8E8
}

.cihaniriboy-yorum-list .yorum-list-header h3 {
    font-size: 18px;
    color: #333;
    display: inline-block;
    position: relative;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 0 5px 12px 0;
    background: #fff
}

.cihaniriboy-yorum-list .yorum-list-header h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #29a0d6;
    width: 100%;
    height: 2px
}

.cihaniriboy-yorum-list .yorum-list-box-content {
    width: 100%;
    float: left;
    padding: 20px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.cihaniriboy-yorum-list .yorum-list-box-content .yorum-list-box-margin {
    padding-left: 50px
}

.cihaniriboy-yorum-list .yorum-list-box-content .yorum-list-box {
    width: 100%;
    float: left
}

.cihaniriboy-yorum-list .yorum-list-box-content .yorum-list-box .yorum-image {
    float: left;
    width: 60px;
    margin-right: 30px;
    margin-bottom: 15px
}

.cihaniriboy-yorum-list .yorum-list-box-content .yorum-list-box .yorum-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.cihaniriboy-yorum-list .yorum-list-box-content .yorum-list-box .yorum-sag {
    float: none;
    color: #333;
    padding: 0 5px
}

.cihaniriboy-yorum-list .yorum-list-box-content .yorum-list-box .yorum-sag .yorum-yapan {
    display: block;
    font-weight: 700;
    font-size: 16px
}

.cihaniriboy-yorum-list .yorum-list-box-content .yorum-list-box .yorum-sag .yorum-tarih {
    font-weight: 400;
    font-size: 13px;
    color: #aaa;
    margin-top: 5px
}

.cihaniriboy-yorum-list .yorum-list-box-content .yorum-list-box .yorum-sag .yorum-tarih a {
    font-weight: 400;
    font-size: 13px;
    color: #aaa;
    float: right
}

.cihaniriboy-yorum-list .yorum-list-box-content .yorum-list-box .yorum-sag .yorum {
    margin-top: 5px
}

.cihaniriboy-yorum-list .yorum-list-box-content .yorum-list-box .yorum-sag .yorum p {
    font-size: 13px;
    font-weight: 400;
    color: #666
}

.cihaniriboy-yorum-list .cihaniriboy-yorum-yok {
    width: 100%;
    float: left
}

.cihaniriboy-yorum-list .cihaniriboy-yorum-yok span {
    color: #222;
    display: block;
    font-size: 14px;
    padding: 25px 20px;
    border: 1px solid #ccc
}

.cihaniriboy-yorum-content {
    width: 100%;
    float: left
}

.cihaniriboy-yorum-content .cihaniriboy-success-msg-content {
    display: none
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap {
    width: 100%;
    float: left
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-header {
    width: 100%;
    float: left;
    border-bottom: 2px solid #E8E8E8
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-header h3 {
    font-size: 18px;
    color: #333;
    display: inline-block;
    position: relative;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 0 5px 12px 0;
    background: #fff
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-header h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #d30000;
    width: 100%;
    height: 2px
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form {
    width: 100%;
    float: left;
    margin-top: 5px
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form .help-block {
    font-size: 14px
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form .form-control-feedback {
    top: 1px;
    right: 13px
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form label {
    font-size: 14px;
    width: 100%;
    float: left;
    color: #333;
    margin-top: 8px;
    margin-bottom: 8px
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form label em {
    color: red
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form input {
    border-radius: 0;
    height: 33px
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form input:focus {
    box-shadow: none;
    border: 1px solid #237dc8;
    background: #fff
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form textarea {
    resize: none;
    height: 90px;
    border-radius: 0 !important
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form textarea:focus {
    box-shadow: none;
    border: 1px solid #237dc8;
    background: #fff
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form .cihaniriboy-errors {
    width: 100%;
    float: left;
    margin-top: 15px
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form .cihaniriboy-errors span {
    font-size: 14px;
    width: 100%;
    float: left;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    padding: 15px 20px
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form .form-send {
    width: 100%;
    float: left;
    margin-top: 16px;
    padding: 0 15px
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form .form-send button {
    background: #d30000;
    color: #fff;
    padding: 4px 30px;
    border-top: none;
    border-left: none;
    font-size: 14px;
    float: left;
    border-right: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.cihaniriboy-yorum-content .cihaniriboy-yorum-yap .yorum-yap-form .form-send button:hover {
    background: #19629f;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-calendar-alt:before {
    content: "\f073";
}
.fa-sort-amount-up:before {
    content: "\f161";
}
.fa-filter:before {
    content: "\f0b0";
}

@media screen and (max-width:769px){
	.tour-image-cat
	{
		width:100%;
		height: auto;
	}
	.kategori-editor-img{
		width:100%;
		height: auto;
	}
}

.fa-sort-amount-down:before {
    content: "\f160";
}


.kurumsal-content {
    width: 100%;
    float: left;
    min-height: 400px;
    padding-top: 20px;
    margin-bottom: 20px
}

.kurumsal-content .sidebar-kurumsal {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px
}

@media screen and (max-width: 991px) {
    .kurumsal-content .sidebar-kurumsal ul li.cactive:after {
        border: none
    }
}

.kurumsal-content .sidebar-kurumsal ul li.cactive a {
    color: #d30000
}

.kurumsal-content .sidebar-kurumsal ul li {
    border-bottom: 1px solid rgba(140, 140, 140, 0.46);
    margin-bottom: 5px;
    padding: 4px 10px;
    position: relative
}

.kurumsal-content .sidebar-kurumsal ul li:hover a {
    color: #d30000
}

.kurumsal-content .sidebar-kurumsal ul li a {
    display: block;
    color: #747474;
    font-size: 15px;
    padding: 3px 0
}

.kurumsal-content .kurumsal-text {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.kurumsal-content .kurumsal-text .title {
    margin-bottom: 15px;
    color: #464646;
    font-size: 26px
}

.kurumsal-content .kurumsal-text .text {
    color: #747474;
    font-size: 15px
}
.kurumsal-form .secure img {
    width: 100px;
    height: 34px;
    float: left;
    margin-right: 10px;
}
.kurumsal-form {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.kurumsal-form .form-group span {
    font-size: 14px;
    margin: 4px 0;
    width: 100%;
    float: left;
}
.firsat-text {
	width:auto!important;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.kurumsal-form .form-group label input {
    float: left;
    margin-top: 8px;
    margin-right: 5px;
}

.kurumsal-form .tr-modal-form .secure {
    float: left;
}
.kurumsal-form .secure .secureinput {
    width: 100px !important;
    margin-left: 30px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.kurumsal-form .call-button {
    float: right;
    background: #d30000;
    color: #fff;
    padding: 8px 37px;
    outline: none;
    border: none;
    font-size: 15px;
    margin-top: 25px;
}
.kurumsal-form .form-group span.firsat-text {
	float:none;
}
.kurumsal-form .form-group span.firsat-text a {
    width: auto;
    font-size: 13px;
    color: #333;
}


