/* SAYFA TASARIMLARI */
/* RIGHT SIDEBAR SINGLE */
.right-sidebar-single .sidebar{
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
}
.right-sidebar-single ul li{
    line-height: 40px;
}
.right-sidebar-single ul li a{
    display: block;
    border-bottom: 1px solid #eee;
    text-indent: 10px;
    height: 40px;
    line-height: 40px;
    color: #444;
    margin-top: -1px;
    transition: 0.3s;
}
.right-sidebar-single .sidebar .drop{
    display: none;
}
.right-sidebar-single .sidebar ul{
    padding: 0px 20px;
}
.right-sidebar-single .sidebar > ul{
    padding: 0px;
}
.right-sidebar-single .sidebar li.active > a{
    background: #a6f651;
    color: #000 !important;
}
.right-sidebar-single .main{
    font-family: "Raleway", sans-serif;
    line-height: 24px;
    margin-bottom: 10px;
}
.right-sidebar-single .main p{
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
}

@media only screen and (max-width: 767px) {
    .right-sidebar-single .main p{
        font-size: 13px;
    }
}

/* CONTACT */

.contact label{
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
}
.contact .form-control{
    margin-bottom: 10px;
    border-radius: 0px;
    border:2px solid #ddd;
    outline: none !important;
    padding: 15px;
    height: 40px;
    box-shadow: none;
}
.contact .form-control:focus{
    border-color: #FF3D00;
}
.contact textarea.form-control{
    height: 150px;
    resize: none;
}
.contact .send-btn{
    background: #000;
    padding: 7px 15px;
    font-weight: bold;
    border:none;
    color: #fff;
    cursor: pointer;
}
.contact .send-btn:hover{
    background: #FF3D00;
}

/* BLOG */
.blog .sidebar .title{
    margin: 0px !important;
    font-size: 20px;
    background: #a4f543;
    font-size: 12px;
    color: #000;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    font-family: "Open Sans", sans-serif;
}
.blog .sidebar ul li{
    overflow: hidden;
    background: #fff;
    margin-bottom: 1px;
}
.blog .sidebar ul li a{
    color: #444;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
}
.blog .sidebar ul li a:hover{
    color: #FF3D00;
}
.blog .sidebar ul li .badge{
    border-radius: 0px;
    background: transparent;
    font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif;
}
.blog .big-post{
    position: relative;
}
.blog .big-post .img{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.blog .big-post .img:before{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.blog .big-post .img img{
    height: 100%;
    width: 100%;
}
.blog .big-post .content{
    position: absolute;
    top: 78%;
    color: #fff;
    padding: 0px 50px;
    font-family: "Open Sans", sans-serif;
}
.blog .big-post .content .title{
    font-size: 30px;
    font-weight: bold;
}
.blog .big-post .content .description{
    font-size: 16px;
}
.blog .post {
    overflow: hidden;
    margin-top: 10px;
    background: #fff;
    margin-top: 20px;
}
.blog .post a{
    color: #000;
}
.blog-single .comment-form {
    font-family: "Open Sans", Sans-Serif;
}
.blog-single .comment-form .form-control{
    margin-bottom: 10px;
}
.blog-single .comment-form input.form-control{
    border:2px solid #ddd;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
}
.blog-single .comment-form textarea.form-control{
    border:2px solid #ddd;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}
.blog-single .comment-form .form-control:focus{
    border-color:#FF480F;
}
.blog-single .comment-form .comment-btn{
    border-radius: 0px;
    background: #000;
    color: #fff;
}
.blog-single .comment-form .comment-btn:hover{
    background: #ff4408;
}
@media only screen and (max-width: 767px) {
    .blog .big-post .img{
        overflow: hidden;
        height: 200px;
        width: 100%;
        position: relative;
    }
    .blog .big-post .content{
        position: absolute;
        top: 30%;
        color: #fff;
        padding: 0px 10px;
        font-family: "Open Sans", sans-serif;
    }
    .blog .big-post .content .title{
        font-size: 14px;
        background: #FF3D00;
        color: #fff;
        height: 40px;
        line-height: 40px;
        text-indent: 10px;
    }
    .blog .big-post .content .description{
        font-size: 14px;
    }
    .blog .sidebar{
        margin-top: 50px;
    }
}

/* BLOG SINGLE */
.blog-single .main p{
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 26px;
}
.blog-single .main h2{
    font-size: 24px;
    font-weight: bold;
}

.blog-single .sidebar ul li h3{
    margin-top: 0px;
}

.blog-single .sidebar .title{
    font-size: 12px;
    background: #a4f543;
    color: #000;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
}
.blog-single .sidebar ul li{
    overflow: hidden;
    background: #fff;
    margin-bottom: 1px;
    font-weight: bold;
}
.blog-single .sidebar ul li h2, .blog-single .sidebar ul li a{
    height: 34px;
    margin-top: -1px;
    font-weight: bold;
}

.blog-single .sidebar ul li h2 a, .blog-single .sidebar ul li  a{
    display: block;
    border-bottom: 1px solid #eee;
    line-height: 40px;
    color: #444;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}
.blog-single .sidebar ul li a:hover{
    color: #a4f543;
}
.blog-single .sidebar ul li .badge{
    border-radius: 0px;
    background: transparent;
    font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif;
}

.keyword_topics li{
    border-bottom:1px solid #ddd;
    padding: 5px 0px;
    margin: 5px 0px;
}
.keyword_topics li a{
    color: #000;
}
.keyword_topics li a:hover{
    color: #FF3D00;
}
.keyword_topics li:last-child{
    border-bottom: none;
}
.page-carousel{
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.page-carousel .owl-dots{
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
}

.page-carousel .owl-dots .owl-dot{
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    margin: 5px;
    border:1px solid #FF3D00;
}
.page-carousel .owl-dots .owl-dot.active{
    background-color: #FF3D00;
}

.page-carousel .owl-nav{
    margin-top: 0px;
}
.page-carousel .owl-nav button{
    background:  #FF3D00 !important;
    position: absolute;
    opacity: 0.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-carousel .owl-nav button:hover{
    opacity: 1;
}
.page-carousel .owl-nav .owl-prev{
    left: 50px;
    top: 50%;
    height: 30px;
    width: 30px;
}
.page-carousel .owl-nav .owl-next{
    right: 50px;
    top: 50%;
    height: 30px;
    width: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-single .main p img{
        width: 100% !important;
        margin: 0 !important;
    }
    .blog-single .main p{
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
    }
    .page-carousel{
        border:none;
    }
    .page-carousel .owl-nav .owl-prev{
        left: 10px;
    }
    .page-carousel .owl-nav .owl-next{
        right: 10px;
    }

    .page-carousel .owl-dots{
        bottom: 0;
        position: relative;
    }
}

.letters{
    width: 100%;
    background: #eee;
    margin: 0 0px 20px 0px;
    padding: 0;
    clear: both;
    overflow: hidden;
}
.letters li{
    float: left;
}
.letters li a{
    padding: 8px;
    color: #666;
    font-weight: bold;
}
.letters li:nth-child(even){
    background: #f9f9f9;
}
.letters li.active{
    background: #FF3D00;
    color: #fff;
}
.letters li.active a{
    color: #fff;
}
.blog-single .main ul li{
    margin-top: 12px;
    margin-left: 40px;
}
