﻿.lang-dropdown {
    word-wrap: normal;
    background-color: transparent;
    border: none;
    color: #bbbbbb;
}

.dvYat .btn {
    border: 1px solid #e0e4e6;
    /*height:30px;*/
}

.comment-form .btn{

    width:127px;
}

.Sayfalama a:link, .Sayfalama a:visited, .Sayfalama a:active {
    background-image: url('resim/sayfabg.jpg');
    border: solid 1px #e4e4e4;
    padding: 10px 13px 10px 13px;
    margin: 1px;
    font-size: 9pt;
    color: gray;
    font-weight: bold;
    text-decoration: none;
    font-family: Trebuchet MS;
    cursor: pointer;
}

.Sayfalama a:hover {
    background-image: url('resim/sayfabg2.jpg');
    border: solid 1px #e4e4e4;
    padding: 10px 13px 10px 13px;
    font-size: 9pt;
    color: red;
    font-family: Trebuchet MS;
    cursor: pointer;
}

.Sayfalama INPUT {
    background-image: url('resim/sayfabg.jpg');
    border: solid 1px #e4e4e4;
    padding: 10px 13px 10px 13px;
    margin: 1px;
    font-size: 9pt;
    color: #2f2f2f;
    font-weight: bold;
    font-family: Trebuchet MS;
    cursor: pointer;
}

.Sayfalama span {
    margin: 1px;
}

.Sayfalama B {
    background-color: #48b2fc;
    border: solid 1px #e4e4e4;
    padding: 10px 13px 10px 13px;
    font-size: 9pt;
    color: white;
    font-family: Trebuchet MS;
    cursor: pointer;
}

#bottomBar {
    float: left;
    width: 100%;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background: #4facfe;
    display: none;
    border-top: 1px solid #2f9eff;
    margin: 0 auto;
    height: 65px;
    color: #fff;
}
#compare span {
    float: left;
    margin: 4px 5px 0 0;
}

#compare {
    width: 960px;
    margin: 0 auto;
}

    #compare li {
        float: left;
        position: relative;
        background-color: #035094;
        padding: 5px;
        margin-left: 15px;
    }
#compare .resim img {
    width: 40px;
}

#compare .resim {
    float: left;
    margin: 0 5px;
}

#compare ul.selected {
    display: inline;
}

#compare .tip {
    position: absolute;
    top: -172px;
    left: -100px;
    width: 200px;
    height: 150px;
    float: left;
    display: none;
    border: 1px solid #e8dca8;
    box-shadow: 0 0 5px #888;
    padding: 10px;
    text-align: center;
    background: #fff;
}

.compareTitle {
    font-size: 12px; float: left; line-height: 1.5; margin-left: 2px;margin-top:5px;
}

.compareImage {
    padding: 2px; width: 54px; float: left;
}

.compareCount{
    margin:0;
}

.bottombtn {
    padding: 15px 40px !important;
}

.hlpButton{

    width:100%;
}

.entry-content .meta-tags a:not(:last-child):after {
    content: '';
    position: initial !important;
    top: 50%;
    left: auto;
    right: 0;
    bottom: 0;
    background-color: #525151;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
}

.altMenuCss{

    width:100%;
}

.dvYat .bootstrap-select {
    /*margin-top: 25px;*/
}
.owl-carousel{
    height:500px;
}
.itemSldr {
    height: 500px;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color:white;
}

.course-content {
    min-height: 280px;
}

.course-thumb {
    min-height: 250px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: white !important;
}

@media (max-width: 800px) {
    .owl-carousel {
        height: 300px;
    }

    .itemSldr {
        height: 300px;
        width: 100%;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: white;
    }
}

.widget .course-content{

    height:auto !important;
    min-height:initial !important; 
}

.widget .course-thumb {
    min-height: 180px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: white !important;
}

.m-search-form .advance-search-area .row select {
    width:100%;
}

.bootstrap-select.form-control{

    height:51px;
}
.home .single-course {
  margin-bottom:20px;
}