body {
    font-family: 'PT Serif', serif;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

i {
    color: #394;
}

div.container-fluid {
    margin: 0;
    padding: 0;
}

a.cbtn {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #006600;
    color: #006600;
    text-decoration: none;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}

a.cbtn:hover {
    background-color: #006600;
    color: #FFF;
}

a.cbtn:hover i {
    color: #FFF;
}

div.gap100 {
    height: 100px;
}
div.gap50{
	height: 50px;
}
div.gap200 {
    height: 200px;
}


/*NAV*/

header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    margin: 0;
    height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.4);
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}

.navMinimize {
    height: 50px;
    background-color: #FFF;
}

.navMinimize > #logo {
    width: 180px;
}

#logo {
    width: 220px;
    margin-left: 2.5%;
    float: left;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: width 200ms linear;
    -webkit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    -o-transition: width 200ms linear;
}

#logo img {
    width: 100%;
    position: relative;
}

nav {
    top: 30%;
    position: relative;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
}

nav ul {
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 2.5%;
}

nav ul li {
    float: left;
    margin-left: 30px;
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    margin: 0;
}

footer article {
    padding: 20px;
    width: 400px;
    height: 200px;
    background-color: rgba(255, 255, 255, .4);
    margin-left: calc(50% - 100px);
}

section#anasayfa {
    width: 100%;
    background-position: bottom center;
    background-size: 100vw;
    height: 80vh;
}

.slick-slide {
    outline: none !important;
}

div#mainSlideContainer {
    width: 50vw;
    height: 20vh;
    margin-top: 35vh;
    margin-left: 5vw;
}

div#mainSlide {}

div.mainSlideItem {
    width: 100%;
    height: 100%;
}

div.mainSlideItem h2 {
    color: #FFF;
    text-align: center;
}

div.standart-rows {
    margin-top: 40px;
    margin-bottom: 40px;
}

div.standart-rows > div.col-md-6 {
    padding: 0 20px;
}

div.standart-rows img {
    width: 100%;
}

div.bgTop {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

div.bgTop h1.pageTitle {
    font-size: 44px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: #333;
}


/*ILETISIM*/

#googleMap {
    width: 100%;
    height: 500px;
}


/*FOOTER*/

footer {
    width: 100%;
    height: auto;
    background-color: #d1d1d1;
}

footer div#onlineSatis {
    height: 240px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px;
}
footer .kkp{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.mobileOn {
    display: none;
}

.mobileOff {
    display: block;
}

@media only screen and (max-width: 900px) {
    .mobileOn {
        display: block;
    }
    .mobileOff {
        display: none;
    }
    header {
        width: 100vw;
        margin: 0;
        height: 50px;
        border-bottom: background-color: #FFF;
        background-color: rgba(255, 255, 255, 1);
    }
    .navMinimize {
        height: 50px;
        background-color: #FFF;
    }
    .navMinimize > #logo {
        width: 100px;
    }
    button#mobileButton {
        float: right;
        margin: 10px 15px;
    }
    #logo {
        width: 100px;
    }
    nav {
        display: none;
        position: absolute;
        transform: none !important;
        top: 40px;
        background-color: #FFF;
        width: 100vw;
        height: 100vh;
    }
    nav ul {
        float: none;
        margin-right: 0;
        top: 10vh;
    }
    nav ul li {
        float: none;
        margin-left: 0;
        width: 100vw;
        list-style: none;
        text-align: center;
        height: 8vh;
    }
    nav ul li a {
        text-decoration: none;
        color: #333;
        font-size: 18px;
        margin: 0;
        line-height: 8vh;
    }
    section#anasayfa {
        height: 40vh;
        background-repeat: no-repeat;
        position: relative;
    }
    div#mainSlideContainer {
    	position: absolute;
    	bottom: 0;
        width: 80vw;
        height: 20vh;
        padding-top: 20px;
        margin-left: 10vw;
        background-color: rgba(0,0,0,0.1);
    }
    div#mainSlide {}
    div.mainSlideItem {
        width: 100%;
        height: 100%;
    }
    div.mainSlideItem h2 {
        color: #FFF;
        font-size: 20px;
        text-align: center;
    }

    div.bgTop {
    	top: 50px;
	    width: 100%;
	    height: 200px;
	    background-position:bottom center;
	    background-repeat: no-repeat;
	    background-size: 125% !important;
	    position: relative;
	}

	div.bgTop h1.pageTitle {
	    font-size: 20px;
	    position: absolute;
	    left: 40px;
	    bottom: 10px;
	    color: #333;
	}
    footer{
    	height: auto !important;
    }
}
