/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

#primary-menu ul li a {
    padding: 45px 22px;
}

#header, #header-wrap, #logo img {
    height: 110px;
}

#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #header.transparent-header + #google-map, #slider + #header.transparent-header {
    margin-bottom: -110px;
    top: -110px;
}

.oc-item p, .oc-item li {
    font-weight: 100;
    font-size: 13px !important;
}

.slider-caption h2 {

    text-transform: none !important;
    font-weight: 400;
}

.video-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#212a5b+5,212a5b+30&0.85+5,0+30 */
    background: -moz-linear-gradient(top, rgba(33,42,91,0.85) 5%, rgba(33,42,91,0) 30%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(33,42,91,0.85) 5%,rgba(33,42,91,0) 30%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.85) 4%,rgba(33,42,91,0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212a5b', endColorstr='#00212a5b',GradientType=0 ); /* IE6-9 */
}


/* Landscape phone to portrait tablet */
@media (max-width: 900px) {

    #header, #header-wrap, #logo img {
        height: 70px;
    }

}

#section-iletisim address,
#section-iletisim abbr{
    font-size: 13px;
}

.thBox {
    height: 80px;
    overflow: hidden;
}
#copyrights a{
    color:#555;
}
#copyrights a:hover{
    color:#dedede;
}

