.page_head{
    width: 100%;
	height: 300px;
    background-size: auto 100%;
	background-repeat: no-repeat;
    background-position: center;
	z-index: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.65);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.65);
}

.page_head h2{
    line-height: 300px;
    font-size: 68pt;
    color: white;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
}

.ref_panel{
    display: block;
    padding: 15px;
    background-color: #eaeaea;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
}
.ref_panel p{
    padding-left: 7px;
}
.ref_panel p:before{
    content: "• ";
}

.color_green{
	color : #5bbc61;
	font-size : 11pt;
	text-transform: uppercase;
}
.np{
    padding: 0 !important;
}
.kroki{
    position:absolute; 
    top:40px;
}
.kurum{
    font-size:36pt; 
    border: 4px 
    solid #d2d2d2; 
    font-weight:bold; 
    color:#5bbb61; 
    padding:30px;
}
.custom1{
    clear: both; 
    text-align: center; 
    width: 100%; 
    padding-top: 35px; 
    padding-bottom: 35px; 
    font-size: 24pt;
}
.custom2{
    border-bottom: 4px solid #d2d2d2;
}
.custom3{
    font-size: 30pt;
}
.olMap{
    width:100%; 
    height:700px  !important; 
    border-radius:10px; 
    z-index: 2 !important; 
    border: 3px solid darkgrey; 
    overflow:hidden; 
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65);
}
.p404 h1{
    font-size: 150pt;
}
.p404 h3{
    font-size: 35pt;
}
@media(max-width: 576px){
    .kurum{
        font-size: unset;
        white-space: nowrap;
        padding: 15px;
    }
    .page_head{
        height: 150px;
    }
    .page_head h2{
        line-height: 150px;
        font-size: 28pt;
    }
    .kroki{
        position: relative;
        top:0px;
    }
    .lesun-header-top-area .container{
        padding: 0;
    }
    .lesun-header-top-area .container .col-xs-5{
        padding-left: 0;
    }
    .custom1{
        font-size: 13pt;
    }
    .custom2{
        font-size: unset;
    }
    .custom3{
        font-size: 20pt;
    }
    .lesun-site-heading-primary{
        padding-top: 10px;
    }
    .section_50{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .olMap{
        height:300px !important; 
    }
    .p404 h1{
        font-size: 50pt;
    }
    .p404 h3{
        font-size: 15pt;
    }
    .current-page-item a{
        color:#deb109;
    }
}