.ikonsor{
	margin-top: 50px;
	margin-bottom: 50px;
}

.nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}


.liner{
    height: 2px;
    background: #000000;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs .far,
span.round-tabs .fa{
	    font-size: 25px;
    line-height: 70px;
}


li.active span.round-tabs{
    background: #FDF3E7 !important;
    border: 2px solid #000000;
    color: #000000;
}

li.active .felirat{
	color: #DC0022;
}


span.round-tabs{
    border: 2px solid #000000;
    color: #000000;
}

li.active span.round-tabs{
    background: #ffc10e !important;
    border: 2px solid #000000;
    color: #ffffff;
}

.ikonsor .felirat{
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.nav-tabs {
    border: 0;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 20%;
	text-align: center;
}

.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
	.ikonsor .felirat{
	font-size: 10px;
}
    
	.liner{
		top: 45px;
	}
	
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
	
	span.round-tabs .fa{
	    font-size: 16px;
    line-height: 50px;
}

    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}
