﻿
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

body {
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
}

.masterdiv {
    min-height: 100vh;
    display: block;
    margin: 0 !important;
    position: relative;
    padding-bottom: 230px;
}

#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    opacity: 0.5;
    z-index: 1999;
}

    #back-to-top:hover {
        opacity: 1;
    }

    #back-to-top.show {
        opacity: 0.5;
    }
.PageTop {
    margin-top: 130px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.z99 {
    z-index: 99 !important;
}

.apwis {
    text-align: right;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.g-recaptcha {
    display: inline-block;
    max-width: 100% !important;
    margin: auto !important;
    margin-top: 10px !important;
}

/* Visibility */
.hidden {
    display: none !important;
}

.carousel-item {
    background-position: center;
}

.h60 {
    height: 60px !important;
}

.h30 {
    height: 20px !important;
}

.UrunAdi {
    vertical-align: middle;
    display: table-cell;
    height: 60px;
    text-align: center;
}

.Img125:hover {
    transform: scale(1.08);
    transition: transform .25s ease;
}

.txtshadow {
    text-shadow: 3px 3px 6px #000;
}

/* ----------- MainMenu ----------- */
.LogoSol {
    height: 90px !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    display: block;
    margin-left: 20px !important;
    margin-top: 0 !important;
    z-index: 1999;
}

.MainMenu {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-left: 20px !important;
    font-size: 18px !important;
}


    .MainMenu > ul > .active,
    .MainMenu > ul > .active > a,
    .MainMenu > ul > .active > a:visited,
    .MainMenu > ul > li > a:hover,
    .MainMenu > ul > li > .dropdown-menu > a:hover {
        background-color: #363b8f !important;
        color: #fff !important;
    }


.dropdown-menu {
    width: auto !important;
    min-width: 5rem !important;
}


/* ----------- Footer ----------- */
.footerrow2 {
    margin: 0 !important;
    display: block;
    height: 140px;
    line-height: 20px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    /*background-color: #e3802f;*/
    /*background-color: #fdbf07;*/
    background-color: #333;
}

.footerrow3 {
    margin: 0 !important;
    display: block;
    height: 50px;
    line-height: 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    float: left;
}

.footerlink {
    color: #fff;
}

    .footerlink a {
        color: #ddd;
    }

        .footerlink a:hover {
            color: #fff;
        }


/* ----------- Pages ----------- */
.ImgText {
    margin-top: 70vh;
    height: auto;
    padding: 20px;
    text-shadow: 5px 5px 10px #333;
}

.AboutUsImg {
    background-image: url('../Images/Site/AboutUs.jpg');
    width: 100%;
    min-height: 80vh;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.TermsImg {
    background-image: url('../Images/Site/Terms.jpg');
    width: 100%;
    min-height: 80vh;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.RateItem {
    background-color: #fff;
    float: left;
    width: 100%;
    display: block;
    color: #000;
    border: 1px solid #28a745;
    margin-top: 15px;
}

.RateItemStars {
    float: left;
    width: 100%;
    display: block;
    font-size: 24px;
}

.RateItemDate {
    float: left;
    width: 100%;
    display: block;
    line-height: unset;
    margin: 0;
}

.ListPager {
    margin: 10px auto !important;
    padding: 0 !important;
    display: inline-block;
    text-align: center;
}

    .ListPager .PageNumber {
        margin: 0 2px !important;
        float: left;
        display: inline-block !important;
        color: #000;
        background-color: #fff;
        text-decoration: none;
        padding: 4px 8px !important;
        font-size: 16px;
        width: 30px;
    }

        .ListPager .PageNumber:visited {
            color: #000;
            background-color: #fff;
            text-decoration: none;
        }

        .ListPager .PageNumber:hover {
            color: #fff;
            background-color: #0084ca;
            text-decoration: none;
        }

        .ListPager .PageNumber:focus {
            color: #fff;
            background-color: #0084ca;
            text-decoration: none;
        }

    .ListPager .PageNumberSelected {
        margin: 0 2px !important;
        float: left;
        color: #fff;
        background-color: #0084ca;
        text-decoration: none;
        padding: 4px 8px !important;
        width: 30px;
    }

        .ListPager .PageNumberSelected:visited {
            color: #fff;
            background-color: #0084ca;
            text-decoration: none;
        }

        .ListPager .PageNumberSelected:hover {
            color: #fff;
            background-color: #0084ca;
            text-decoration: none;
        }

        .ListPager .PageNumberSelected:focus {
            color: #fff;
            background-color: #0084ca;
            text-decoration: none;
        }

@media (max-width: 1200px) {
    .PageTop {
        margin-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .MainMenu {
        white-space: nowrap;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        max-height: 200px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

        .MainMenu > ul > li > a,
        .MainMenu > ul > li > .active,
        .MainMenu > ul > li > .active > a,
        .MainMenu > ul > li > .active > a:visited,
        .MainMenu > ul > li > a:hover,
        .MainMenu > ul > li > .dropdown-menu > a,
        .MainMenu > ul > li > .dropdown-menu > a:hover {
            margin-left: 0 !important;
            padding-left: 10px !important;
        }

    .LogoSol {
        height: 60px !important;
        margin-left: 20px !important;
        margin-top: 0 !important;
    }

    .footerrow2 {
        height: 250px;
        bottom: 120px;
    }

    .footerrow3 {
        height: 120px;
        text-align: center;
    }

    .masterdiv {
        padding-bottom: 400px;
    }

    .apwis {
        text-align: center;
    }

    .PageTop {
        margin-top: 140px;
    }
}

@media (max-width: 767.98px) {
    .footerrow2 {
        height: 350px;
        bottom: 120px;
    }

    .footerrow3 {
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }

    .masterdiv {
        padding-bottom: 500px;
    }

    .vh100 {
        height: auto !important;
    }
}
