/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.section-title-container {
    margin-bottom: 1em !important;
}
.homeLinkListesi{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 266px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: center;
}
.homeLinkListesi::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.homeLinkListesi::-webkit-scrollbar{
	width: 0;
	background-color: #F5F5F5;
}

.homeLinkListesi::-webkit-scrollbar-thumb{
	background-color: #000000;
}

.homeLinkListesi li{
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 15px;
}
.homeLinkListesi li a{
	color: #474747;
	text-decoration: none;
	font-size: 13px;
}
.homeLinkListesi li a:hover{
	color: #14b7e8;
}
.fLinklerPanelBaslikAlani{
	border-top: 48px solid #14b7e8;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
}
.fLinklerPanelBaslik{
	color: #fff;
    font-weight: 600;
    margin-top: -37px;
}
.duyurularPanelBaslikAlani{
	border-style: solid;
    border-width: 50px 11px 0px 0px;
    border-color: #14b7e8 whitesmoke whitesmoke whitesmoke;
    background-color: #14b7e8;
    width: auto;
    height: 0;
    padding: 0 10px 0 0;
    margin-top: 0px;
	display: inline-block;
}
.duyurularPanelBaslik{
    color: #fff;
    font-weight: 600;
	margin-top: -42px;
    margin-left: 12px;
}
.duyurularPanelBaslik i{
	background-color: #1c98c6;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	padding: 8px 23px 23px 10px;
	
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.homeBtn{
	position: absolute;
	right: 16px;
	background-color: #e4e4e4;
	border: none;
}
.homeBtn i{
	font-size: 40px;
    padding: 0;
    line-height: 10px;
    margin: 0;
	color: #fff;
}
.homeBtn1{
	outline: none;
	top: 0;
    padding: 5px 5px 0 5px;
    line-height: 10px;
}
.homeBtn2{
	outline: none;
	top: 25px;
    padding: 5px 5px 0 5px;
    line-height: 10px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}