.narrow-font {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.pac-container:after{
    content:none !important;
}

@font-face {
    font-family: 'baloo';
    src: URL('fontum.ttf') format('truetype');
}

.btn2{
    color:#fff;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 25px;
    border: none;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.btn2:focus{ color: #fff; }
.btn2:hover{
    color: #fff;
    background: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.btn2:before{
    content: "";
    background: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.btn2:hover:before{
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    transform: scale(2) rotate(180deg);
}
@media only screen and (max-width: 767px){
    .btn2{ margin-bottom: 30px; }
}

.post-slide{
    overflow: hidden;
    margin-right: 10px;
}
.post-slide .post-img {
    float: left;
    width:50%;
    position: relative;
    margin-right: -10px;

}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-date{

    color:#fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition:all 0.50s ease;
}
.post-slide .date{
    display: block;
    font-size:20px;
    font-weight: 700;
}
.post-slide .month{
    display: block;
    font-size:11px;
    text-transform: uppercase;
}

.post-slide:hover .post-review{
    border-top-color:#ec3c6a;
}
.post-slide .post-title{
    margin:0 0 10px 0;
}
.post-slide .post-title a{
    font-family: 'Quicksand', sans-serif;
    font-size:15px;
    color:#333;
    text-transform:uppercase;
}
.post-slide .post-title a:hover{
    text-decoration:none;
    font-weight: bold;
}
.post-slide .post-bar{
    padding:0;
    list-style:none;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-bar:after,
.post-slide .post-bar:before{
    border: 1px solid #38cfd8;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    right: 41%;
    width: 25px;
}
.post-slide .post-bar:before{
    border: 1px solid #ec3c6a;
    right: 46%;
}
.post-slide .post-bar li{
    color:#555;
    font-size:10px;
    margin-right:10px;
    display:inline-block;
}
.post-slide .post-bar li a{
    font-size: 13px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ec3c6a;
}
.post-slide .post-bar li a:hover{
    color:#ec3c6a;
}
.post-slide .post-bar li i{
    color:#777;
    margin-right:5px;
}
.post-slide .post-description{
    font-family: 'Quicksand', sans-serif;
    font-size:14px;
    line-height:21px;
    color:#444454;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #37a6a4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #37a6a4;
}
@media only screen and (max-width: 990px) {
    .post-slide .post-img {
        width:100%;
    }
    .post-slide .post-review{
        width:100%;
        border-bottom: 4px solid #ec3c6a;
    }
    .post-slide .post-bar:before{
        left: 0;
    }
    .post-slide .post-bar:after{
        left: 25px;
    }
}

body {
    margin: 0;
    padding: 0;
}

main {
    width: 960px;
    margin: 0 auto;
}

#search {
    position: fixed;
    bottom: 0;
    z-index: 3;
    width: 100%;
    color: #f0f0f0;
    background-color: #333;
    opacity: 0.9;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
}

#search form {
    width: 960px;
    margin: 0 auto;
    padding: 0.5em;
}
#search form > div,
#filters form > div {
    display: inline;
}

.mobil-nav {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    box-shadow: 6px 0 10px rgba(0, 0, 0, 0.5);
    background: #fff;
    z-index: 9999
}
.mobil-nav ul {
    margin: 0
}
.mobil-nav ul li {
    width: calc((100% / 3) - -2px);
    display: inline-block!important;
    text-align: center;
    height: 52px;
    vertical-align: middle;
    padding: 1px 0 5px;
    margin-right: -6px
}
.mobil-nav ul li a {
    padding: 0;
    display: block
}
.mobil-nav ul li i {
    font-size: 18px;
    line-height: 1.6;
}
.mobil-nav .social-hover a {
    padding: 5px 0;
    display: block
}
.mobil-nav .social-app .social-hover {
    display: none
}
.mobil-nav .social-app .close {
    display: none
}
.mobil-nav .social-app.show .open {
    display: none
}
.mobil-nav .social-app.show .close {
    display: inline-block;
    float: none;
    color: #fff;
    opacity: 1
}
.mobil-nav .social-app.show .social-hover {
    display: inline-block!important;
    position: absolute;
    bottom: 45px;
    background: #000;
    color: #fff;
    width: calc((100% / 4) - 0px);
    right: 25%;
}
.social-hover a.facebook {
    background: #3b5998;
    border-top: 2px solid #3b5998
}
.social-hover a.facebook a {
    color: #fff
}
.social-hover a.instagram {
    background: radial-gradient(circle at 17% 125%, #fdf497 0%, #fdf497 5%, #fd5949 50%, #d6249f 60%, #285AEB 100%);
    border-top: 2px solid radial-gradient(circle at 17% 125%, #fdf497 0%, #fdf497 5%, #fd5949 50%, #d6249f 60%, #285AEB 100%)
}
.social-hover a.instagram a {
    color: #fff
}
.social-hover a.twitter {
    background: #00aced;
    border-top: 2px solid #00aced
}
.social-hover a.twitter a {
    color: #fff
}
.social-hover a.tripadvisor {
    background: #03a84e;
    border-top: 2px solid #03a84e
}
.social-hover a.tripadvisor a {
    color: #fff;
}
.social-hover a.youtube {
    background: #e62117;
    border-top: 2px solid #e62117
}
.social-hover a.youtube a {
    color: #fff
}
.social-hover a.google-plus {
    background: #dd4839;
    border-top: 2px solid #dd4839
}
.social-hover a.google-plus a {
    color: #fff
}
.social-hover a.linkedin {
    background: #0976B4;
    border-top: 2px solid #0976B4
}
.social-hover a.linkedin a {
    color: #fff
}
.mobil-nav ul li.harita {
    background: #424242;
    border-top: 2px solid #0976b4;
    border-left: 1px solid #787878
}
.mobil-nav ul li.harita a {
    color: #fff
}

.mobil-nav ul li.telefon a {
    border-top: 2px solid #ffc61a
    color: #fff;
}
.mobil-nav ul li.whatsapp {
    border-top: 2px solid #00e676;
    border-left: 1px solid #9ACD32
}
.mobil-nav ul li.whatsapp a {
    color: #fff
}
.mobil-nav ul li.social-app {
    border-top: 2px solid #FF00FF;
    border-left: 1px solid #B8860B
}
.mobil-nav ul li.social-app a {
    color: #fff
}
.mobil-nav ul li.canli-destek {
    background: #981df0;
    border-top: 2px solid #2191fa;
    border-left: 1px solid #B8860B
}
.mobil-nav ul li.canli-destek a {
    color: #fff
}
.mobil-nav ul li a small {
    display: block;
    font-size: 10px;
    line-height: .5
}
body {
    padding-bottom: 45px
}
}

.alper {box-shadow: 1px 1px 50px #ECEFF1;}
.alper2 {box-shadow: 1px 1px 1px #ECEFF1;}

.pac-icon {
    background-image: url('/alper.svg') !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px 18px;
}
.pac-item-query {
    font-size: 14px
}