

/* SOSYAL MEDYA İKON *|**/
/* Circle */
.icon-button { background-color: #f05f40; border-radius: 3.6rem; cursor: pointer; display: inline-block;
    font-size: 2.0rem; height: 3.6rem; line-height: 3.6rem; margin: 0 5px; position: relative;
    text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;
    user-select: none; width: 3.6rem;
}
.icon-button span { border-radius: 0; display: block; height: 0; left: 50%; margin: 0;
    position: absolute; top: 50%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;
    -o-transition: all 0.3s; transition: all 0.3s; width: 0;
}
.icon-button:hover span { width: 3.6rem; height: 3.6rem; border-radius: 3.6rem; margin: -1.8rem; }
.twitter span { background-color: #4099ff; }
.facebook span { background-color: #3B5998; }
.google-plus span { background-color: #db5a3c; }
.linked-in span { background-color: #0077B5; }
.youtube span { background-color: #d70309; }

/* Icons */
.icon-button i { background: none; color: white; height: 3.6rem; left: 0; line-height: 3.6rem; position: absolute; top: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; width: 3.6rem; z-index: 10; }
.icon-button .icon-twitter { color: #4099ff; }
.icon-button .icon-facebook { color: #3B5998; }
.icon-button .icon-google-plus { color: #db5a3c; }
.icon-button .icon-linked-in { color: #0077B5; }
.icon-button .icon-youtube { color: #d70309; }
.icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover
.icon-google-plus { color: white; }
/* SOSYAL MEDYA İKON *O**/


.navbar-nav .ce-element.ce-element--type-list-item{ display: table-cell; }


/*Parallax*/
.parallax, .parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {
    color: #fff;
}
.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.navbar { height: 70px; }
.site-logo p{ margin: 0 !important; line-height: 0px; }
.navbar ul.nav{ display: table; height: 100%; }
.navbar ul.nav li{ display: table-cell; float: none; vertical-align: middle; }
.site-logo a{ margin: 0 !important; line-height: 100%; font-size: 40px; line-height: 40px; }
.site-logo img{ max-height: 40px !important; width: auto; }

button.navbar-toggle{ position: absolute; top: 25px; right: 0px; }

@media (max-width: 1200px){
    .navbar { height: 62px; }
    .site-logo a{ font-size: 32px; line-height: 32px; }
    .site-logo img{ max-height: 32px !important; }
}

@media (max-width: 1024px){
    .navbar { height: 54px; }
    .site-logo a{ font-size: 24px; line-height: 24px; }
    .site-logo img{ max-height: 24px !important; }
    .navbar ul.nav li a{ font-size: 10px; line-height: 10px; }

}

@media (max-width: 850px){
    .navbar { height: 46px; }
    .site-logo a{ font-size: 16px; line-height: 16px; }
    .site-logo img{ max-height: 16px !important; }
    .navbar ul.nav li a{ font-size: 14px; line-height: 16px; }
}

@media (max-width: 768px){
    .navbar ul.nav{ display: block; height: 100%; }
    .navbar ul.nav li{ display: block; }
    .navbar ul.nav li a{ color: #FFF !important; }
    .navbar-collapse{ position: absolute; right: 0; top:20px; }

    #navigation{ height: 55px; position: absolute; }

    .navbar .col-md-4{ position: absolute; left: 0; top:-15px;}
    .navbar .col-md-8{ position: absolute; right: 0px; top: 0px;}
    button.navbar-toggle{ position: absolute; top:-22px; right: 0; }

    .site-logo a{ font-size: 32px; line-height: 32px; }
    .site-logo img{ max-height: 32px !important; }

    .navbar-nav .ce-element.ce-element--type-list-item{ display: block; padding: 5px 15px; }


}

@media (max-width: 768px) {
    .container { width: inherit; }
}

a.admin-login{ background-color: #EEE !important; box-shadow: 0px 3px 0px 0px rgba(238, 238, 238, 0.7) !important; color: #444; }
a.admin-login:hover{ background-color: rgba(238, 238, 238, 0.7) !important; color: #444; }


.btn-primary { border: none; border-radius: 5px !important; }


.awEms .filter a{ border-radius: 5px; }