body {
    
    background-color: #fdf9e9;
    font-family: 'Arima Madurai', cursive;
    color: #484848;
    font-weight: 400;
}

.navbar {
    min-height: 0;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 999999999;
}

.navbar-default {
    background-color: #fdf9e9;
    border: none;
}

.logo {
    margin-top: 10px;
}

.logoContainer {
    margin-bottom: 10px;
}

.no_margin {
    margin: 0 !important;
}



.light-gray {
    background-color: #fafafa;
}

.bg-info {
    background-color: #5f7c31;
    border-top: solid 4px #5e7e32;
    border-bottom: solid 4px #5e7e32;
}

.fs56b {
    font-size: 56px;
    font-weight: bold;
}

.fs28b {
    font-size: 28px;
    font-weight: bold;
}

.mt39 {
    margin-top: 39px;
}


.top-green {
    background-color: #5f7c31;
    line-height: 40px;
}

    .top-green h1 {
        font-size: 28px;
        color: #fff;
        line-height: 40px;
        margin: 15px 0 10px 0;
    }

ul.social {
    list-style: none;
    float: left;
}

ul.sc {
    z-index: 1;
}

.search input {
    z-index: 500 !important;
}

ul.social li {
    height: 40px;
    width: 30px;
    float: left !important;
}

.social .fa {
    color: #fff;
    line-height: 22px;
    margin-bottom: 4px;
}

.social a:hover {
    background-color: #fff !important;
}

.social li.facebook a:hover, .social li.facebook a:focus {
    background-color: #3b5998 !important;
}

.social li.twitter a:hover, .social li.twitter a:focus {
    background-color: #1da1f2 !important;
}

.social li.google-plus a:hover, .social li.google-plus a:focus {
    background-color: #dc4a38 !important;
}

.social li.instagram a:hover, .social li.instagram a:focus {
    background-color: #dd2e6f !important;
}

.social li.linkedin a:hover, .social li.linkedin a:focus {
    background-color: #007bb6 !important;
}

h1 {
    font-family: 'Arima Madurai', cursive;
    margin-top: 0;
    font-size: 36px;
    color: #484848;
}

h2 {
    font-family: 'Arima Madurai', cursive;
    margin-top: 0;
    font-size: 28px;
    color: #484848;
}

h3 {
    font-family: 'Arima Madurai', cursive;
    font-size: 24px;
    margin-top: 0;
    color: #484848;
}

h4 {
    font-family: 'Arima Madurai', cursive;
    font-size: 20px;
    margin-top: 0;
    color: #484848;
}

h5 {
    font-family: 'Arima Madurai', cursive;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    color: #5f7c31;
}

h6 {
    font-family: 'Arima Madurai', cursive;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    color: #fff;
}

.mt5px {
    margin-top: 5px !important;
}

.mt10px {
    margin-top: 10px !important;
}

.mt15px {
    margin-top: 15px !important;
}

.mt25px {
    margin-top: 25px !important;
}

.blue {
    color: #4682b4;
}

.white {
    color: #fff;
}

.tanitim {
    font-family: 'Arima Madurai', cursive;
    font-size: 17px;
    color: #808080;
}

#header, #intro, #intro2 {
    width: 100%;
}

#intro {
    background: url(/Content/img/ayurveda-lecce.jpg) 50% 0 no-repeat fixed;
    color: white;
    height: 400px;
    margin: 0 auto;
    padding: 0;
}

.parallax-fix-1 {
    background: url(/Content/img/ayurveda-lecce.jpg) 50% 0 no-repeat;
    color: white;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    display: none;
}

.danismanlik-randevusu {
    padding-top: 50px !important;
}

#intro2 {
    background: url(/Content/img/paralax1.jpg) 50% 0 no-repeat fixed;
    color: white;
    height: 510px;
    margin: 0 auto;
    padding: 0;
}

.parallax-fix-2 {
    background: url(/Content/img/paralax1.jpg) 50% 0 no-repeat;
    color: white;
    height: 430px;
    margin: 0 auto;
    padding: 0;
    display: none;
}

.fs18 {
    font-size: 18px;
}


.img:hover {
    opacity: .8;
}


.top-menu .nav {
    margin-top: 15px;
    margin-bottom: 15px;
}

.menu li {
    margin-right: 33px;
    
}

.top-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.nav a {
    font-family: 'Arima Madurai', cursive;
    font-size: 17px;
    color: #4d7d2a;
    padding: 10px 14px 5px 14px !important;
    line-height: 22px;
}

.nav li a {
    line-height: 30px;
}

.nav .search-bar {
    padding: 0 0 !important;
    height: 45px;
    line-height: 45px;
}

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

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.languageBar {
    margin-top: 4px !important;
}

    .languageBar a {
        text-decoration: none;
    }


.bg-mask {
    position: absolute;
    top: 0;
    background-image: url(/Content/img/bg-mask.png);
    background-repeat: repeat-x;
    height: 300px;
    width: 100%;
    z-index: 999;
}

.dotstyle ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dotstyle li {
    position: relative;
    display: block;
    float: left;
    margin: 0 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

    .dotstyle li a {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        outline: none;
        border-radius: 50%;
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.3);
        text-indent: -999em; 
        cursor: pointer;
        position: absolute;
    }

        .dotstyle li a:focus {
            outline: none;
        }


.dotstyle-scaleup li a {
    -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

    .dotstyle-scaleup li a:hover,
    .dotstyle-scaleup li a:focus {
        background-color: white;
    }

.dotstyle-scaleup li.current a {
    background-color: white;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}


.content-green {
    background-color: #5f7c31;
    line-height: 40px;
}

    .content-green h1, .content-green h2 {
        font-size: 24px;
        color: #fff;
        line-height: 34px;
        margin: 6px 0 4px 0;
    }


#search-bar {
    position: relative;
    height: 45px;
    margin-top: 5px;
}

#search {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
}

#label {
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 1;
}

    #label label {
        display: block;
        width: 45px;
        height: 45px;
        background: url("/Content/img/search.png") 0 0;
        font-size: 0;
        color: rgba(0, 0, 0, 0);
        text-indent: -9999px;
        cursor: pointer;
    }

        #label label:hover {
            background: url("/Content/img/search.png") -41px 0;
        }

    #label.active label {
        background: url("/Content/img/search.png") -41px 0;
    }

#input {
    position: absolute;
    top: 0;
    left: 45px;
    width: 169px;
    height: 45px;
    overflow: hidden;
}

#input2 {
    position: absolute;
    top: 0;
    left: 45px;
    width: 170px;
    height: 45px;
    overflow: hidden;
}

#input input {
    display: block;
    position: absolute;
    top: 0;
    left: -170px;
    width: 170px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    backface-visibility: none;
    border-radius: 0;
    transition: left 0;
}

#input2 button {
    display: block;
    position: absolute;
    top: 0;
    left: 170px;
    width: 70px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    backface-visibility: none;
    border-radius: 0;
    transition: left 0;
    z-index: 999999999;
}

    #input input:focus, #input2 button:focus {
        outline: none;
    }

#input.focus {
}

    #input.focus input, #input2.focus button {
        left: 0;
        transition: left 0.3s;
    }



.footer-green {
    background-color: #5f7c31;
    color: #fff;
}

    .footer-green ul {
        list-style: none;
    }

    .footer-green li a {
        color: #fff;
        text-decoration: none;
    }

        .footer-green li a:hover {
            color: #ccc;
        }

.dil {
    display: none;
}

.footer-darkgray {
    background-color: #202020;
}

.footer-darkgreen {
    background-color: #5f7c31;
}

.copyright {
    line-height: 30px;
    color: #efefef;
    font-weight: normal;
}



.back-to-top.cd-fade-out {
    opacity: .5;
}

.back-to-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.back-to-top.cd-is-visible, .back-to-top.cd-fade-out, .back-to-top.no-touch, .back-to-top:hover {
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s;
}

.back-to-top {
    position: fixed;
    display: inline-block;
    width: 50px;
    height: 50px;
    bottom: 50px;
    padding: 3px 0;
    right: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    overflow: hidden;
    white-space: nowrap;
    background: rgba(81,188,137,.8);
    visibility: hidden;
    opacity: 0;
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.social-footer li {
    float: left;
    
    
}

.social-footer .fa {
    color: #fff;
    line-height: 22px;
    margin-bottom: 4px;
}

.social-footer a:hover {
    background-color: #fff !important;
}

.social-footer li.facebook a:hover, .social-footer li.facebook a:focus {
    background-color: #3b5998 !important;
}

.social-footer li.twitter a:hover, .social-footer li.twitter a:focus {
    background-color: #1da1f2 !important;
}

.social-footer li.google-plus a:hover, .social-footer li.google-plus a:focus {
    background-color: #dc4a38 !important;
}

.social-footer li.instagram a:hover, .social-footer li.instagram a:focus {
    background-color: #dd2e6f !important;
}

.social-footer li.linkedin a:hover, .social-footer li.linkedin a:focus {
    background-color: #007bb6 !important;
}


.tabs li {
    background-color: #fff;
    border-bottom: dashed 1px #e5e5e5;
}

    .tabs li a {
        background-color: #fff;
        font-family: 'Arima Madurai', cursive;
        font-size: 18px;
        text-align: right;
        border-bottom: 0;
        padding: 24px 63px 24px 24px;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .tabs li:first-child a {
        border-top: 1px solid #e5e5e5;
    }

    .tabs li:last-child {
        border-bottom: 1px solid #e5e5e5;
    }

    .tabs li a:hover {
        color: #da7100;
        background-color: #fafafa;
        position: relative;
    }

    .tabs li.active a {
        color: #da7100;
        border-right: 6px solid #da7100;
        background-color: #fafafa;
        position: relative;
    }


.green-btton {
    font-family: 'Arima Madurai', cursive;
    font-weight: normal;
    color: #fff !important;
    font-size: 13px;
    padding: 10px 40px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #5f7c31;
    background: #5f7c31;
    background: linear-gradient(top, #5f7c31, #5f7c31);
    background: -ms-linear-gradient(top, #5f7c31, #5f7c31);
    background: -webkit-gradient(linear, left top, left bottom, from(#5f7c31), to(#5f7c31));
    background: -moz-linear-gradient(top, #5f7c31, #5f7c31);
}

    .green-btton:hover {
        text-decoration: none;
        color: #5f7c31 !important;
        background: #fff;
        background: linear-gradient(top, #fff, #fff);
        background: -ms-linear-gradient(top, #fff, #fff);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
        background: -moz-linear-gradient(top, #fff, #fff);
    }

.blue-button {
    font-family: 'Arima Madurai', cursive;
    font-weight: normal;
    color: #fff !important;
    font-size: 13px;
    padding: 10px 40px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #007bb6;
    background: #007bb6;
    background: linear-gradient(top, #007bb6, #007bb6);
    background: -ms-linear-gradient(top, #007bb6, #007bb6);
    background: -webkit-gradient(linear, left top, left bottom, from(#007bb6), to(#007bb6));
    background: -moz-linear-gradient(top, #007bb6, #007bb6);
}

    .blue-button:hover {
        text-decoration: none;
        color: #007bb6 !important;
        background: #fff;
        background: linear-gradient(top, #fff, #fff);
        background: -ms-linear-gradient(top, #fff, #fff);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
        background: -moz-linear-gradient(top, #fff, #fff);
    }


.red-button {
    font-family: 'Arima Madurai', cursive;
    font-weight: normal;
    color: #fff !important;
    font-size: 13px;
    padding: 10px 40px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #9f403e;
    background: #9f403e;
    background: linear-gradient(top, #9f403e, #9f403e);
    background: -ms-linear-gradient(top, #9f403e, #9f403e);
    background: -webkit-gradient(linear, left top, left bottom, from(#9f403e), to(#9f403e));
    background: -moz-linear-gradient(top, #9f403e, #9f403e);
}

    .red-button:hover {
        text-decoration: none;
        color: #9f403e !important;
        background: #fff;
        background: linear-gradient(top, #fff, #fff);
        background: -ms-linear-gradient(top, #fff, #fff);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
        background: -moz-linear-gradient(top, #fff, #fff);
    }

.orange-btton {
    font-family: 'Arima Madurai', cursive;
    font-weight: normal;
    color: #fff !important;
    font-size: 13px;
    padding: 10px 40px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #dc4a38;
    background: #dc4a38;
    background: linear-gradient(top, #dc4a38, #dc4a38);
    background: -ms-linear-gradient(top, #dc4a38, #dc4a38);
    background: -webkit-gradient(linear, left top, left bottom, from(#dc4a38), to(#dc4a38));
    background: -moz-linear-gradient(top, #dc4a38, #dc4a38);
}

    .orange-btton:hover {
        text-decoration: none;
        color: #dc4a38 !important;
        background: #fff;
        background: linear-gradient(top, #fff, #fff);
        background: -ms-linear-gradient(top, #fff, #fff);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
        background: -moz-linear-gradient(top, #fff, #fff);
    }

.white-btton {
    font-family: 'Arima Madurai', cursive;
    font-weight: normal;
    color: #5f7c31 !important;
    font-size: 13px;
    padding: 10px 40px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: #fff;
    background: linear-gradient(top, #fff, #fff);
    background: -ms-linear-gradient(top, #fff, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: -moz-linear-gradient(top, #fff, #fff);
}

    .white-btton:hover {
        text-decoration: none;
        color: #fff !important;
        background: #5f7c31;
        background: linear-gradient(top, #5f7c31, #5f7c31);
        background: -ms-linear-gradient(top, #5f7c31, #5f7c31);
        background: -webkit-gradient(linear, left top, left bottom, from(#5f7c31), to(#5f7c31));
        background: -moz-linear-gradient(top, #5f7c31, #5f7c31);
    }


.t-grid-header .t-header .t-link {
    height: 26px !important;
}

.imageList ul {
    list-style: none;
}

    .imageList ul li {
        float: left;
        width: 200px;
    }



.videoList {
    width: 242px;
    float: left;
    margin-right: 30px;
}

article footer {
    margin: -20px 0 0 0;
}

.blog-content {
    padding-left: 10px;
}

    .blog-content a {
        color: #cc0000;
    }

.blog-date {
    font-size: 12px;
    font-family: 'Arima Madurai', cursive;
    color: #fff;
    background-color: #323232;
    width: 58px;
    height: 56px;
    border-bottom: solid 2px #d1e751;
    text-align: center;
    word-spacing: 9999999px;
    line-height: 15px;
    padding-top: 6px;
}

.blog-list h2 {
    font-size: 18px;
    font-family: 'Arima Madurai', cursive;
    color: #323232;
    padding-left: 15px;
    margin: 0 0 5px 0;
}

    .blog-list h2 a {
        font-size: 18px;
        font-family: 'Arima Madurai', cursive;
        color: #323232;
        margin: 0 0 5px 0;
    }

.blog-list h3 {
    font-size: 17px;
    font-family: 'Arima Madurai', cursive;
    color: #323232;
    line-height: 28px;
    margin: 0 0 5px 0;
}

.content-title h2 {
    font-family: 'Arima Madurai', cursive;
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    line-height: 92px;
    height: 90px;
    margin: 0;
}

.blog-detay h1 {
    font-size: 28px;
    font-family: 'Arima Madurai', cursive;
    color: #323232;
    padding-left: 20px;
    margin: 0 0 5px 0;
    line-height: 57px;
}

.blog-detay .anahtar-kelimeler {
    font-family: 'Arima Madurai', cursive;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #5f7c31;
}

    .blog-detay .anahtar-kelimeler a {
        font-family: 'Arima Madurai', cursive;
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
        color: #5f7c31;
    }

        .blog-detay .anahtar-kelimeler a:hover {
            text-decoration: none;
        }

.blog-author {
    font-size: 14px;
    font-family: 'Arima Madurai', cursive;
    color: #777777;
    padding-left: 20px;
}

.blog-content {
    font-size: 14px;
    font-family: 'Arima Madurai', cursive;
    color: #777777;
    line-height: 18px;
    text-align: justify;
    margin-top: 20px;
    padding-left: 15px;
}

.blog-detail {
    font-size: 15px;
    font-family: 'Arima Madurai', cursive;
    font-weight: bold;
    color: #232323;
    line-height: 24px;
}

    .blog-detail:hover {
        font-size: 15px;
        font-family: 'Arima Madurai', cursive;
        font-weight: bold;
        color: #04c4bb;
        line-height: 24px;
        text-decoration: none;
    }

.blog-pagination-active {
    font-size: 15px;
    font-family: 'Arima Madurai', cursive;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
}

.blog-pagination {
    font-size: 15px;
    font-family: 'Arima Madurai', cursive;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}

.blog-pagination-next {
    font-size: 14px;
    font-family: 'Arima Madurai', cursive;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}


.blog-search-box {
    font-size: 13px;
    line-height: 22px;
    color: #999999;
    padding: 14px 17px;
    border-radius: 0 !important;
    height: 43px;
    border: solid 1px #eee8aa;
}

.search input {
    border-right: solid 1px #fff !important;
}

#input {
}

.search .input-group-addon {
    background-color: #fff !important;
}

.btn2 {
    background: none;
    border: none;
}



.populer-etiketler {
    list-style: none;
    padding: 0;
}

    .populer-etiketler li {
        float: left;
        margin-right: 10px;
        margin-bottom: 8px;
        font-family: 'Arima Madurai', cursive;
        font-size: 13px;
        line-height: 24px;
        color: #777;
        padding: 6px 18px;
        border: solid 1px #eeeeee;
        display: block;
    }

        .populer-etiketler li:hover {
            background-color: #5f7c31;
            color: #fff;
        }

        .populer-etiketler li.active {
            background-color: #5f7c31;
            color: #fff;
        }


.paginate {
    padding: 10px 0;
}

    .paginate li {
        line-height: 40px;
        border: none;
        display: inline-block;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        padding: 0 8px;
    }

        .paginate li a {
            color: #333333;
            font-size: 14px;
            line-height: 40px;
            text-decoration: none;
            font-weight: bold;
        }

            .paginate li a:hover {
                color: #fff;
            }

        .paginate li.active a {
            color: #fff;
        }

        .paginate li.active, .paginate li:hover {
            background-color: #04c4bb;
            color: #fff;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }

        .paginate li.next {
            border: solid 1px #eaeaea;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            padding: 0 15px;
        }

        .paginate li.previous {
            border: solid 1px #eaeaea;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            padding: 0 15px;
        }

.center {
    margin: 0 auto;
}

.carousel-caption h2 {
    background-color: #fdf9e9;
    padding: 10px 20px;
    opacity: 0.6;
}

    .carousel-caption h2 a {
        color: #484848;
        text-decoration: none;
        display: block;
    }


.carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out left !important;
    -moz-transition: 0.6s ease-in-out left !important;
    -o-transition: 0.6s ease-in-out left !important;
    transition: 0.6s ease-in-out left !important;
}

.carousel-indicators li {
    background-color: #5f7c31;
    border: solid 1px #5f7c31;
}

.highlighted {
    background-color: #72c89b;
    padding: 0 10px;
    color: #fff0f5;
}

.js #menu {
    display: none;
}

.js .slicknav_menu {
    display: block;
}

.slicknav_menu {
    display: none !important;
}
.white-bg{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.2); background-color:#fff; padding:20px; }

