/*FWSubversion{name:Fil Bilişim;group:Spin off}*/
body
{
	font-size: 16px;
	font-weight: 400;
}
:root
{
	/*theme colors*/
	--color-a:#043DAB;
	--color-b:#7B28C5;
	--color-c:#010856;
	--color-d:#934ACB;
	/*colors*/
	--color-main-bg:#F1F5F9;
	--color-heading: #000;
	--color-link: #043DAB;
	--color-link-hover: #8104AA;
	--color-footer: rgba(0, 0, 0, 0.7);
	--color-footer-link: rgba(0, 0, 0, 0.7);
	--color-footer-link-hover: #043DAB;
	/*fonts*/
	--font-a: "Quicksand";
	/*--font-a: "BuenosAires";*/
	/*--font-a: "Raleway";*/
	/*--font-a: "PT Sans";*/
}
h1, h2, h3, h4, h5, h6, .heading, ._heading
{
	font-family:var(--font-a);
	letter-spacing: -0.7px;
	font-style: normal;
}
.top-spacer
{
	height: 80px !important;
	display: none;
}
#top
{
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.5s ease-out;
}
#top > .body
{
	padding: 10px 20px;
}
.logo-overlay
{
	height: 50px;
	line-height: 50px;
}
#top.fixed
{
	background-color: #FFFFFF;
	box-shadow: 0 5px 25px -5px rgba(2, 27, 116, 0.264);
}
#top.fixed > .body
{
	padding: 5px 10px;
}
#top.fixed .logo-overlay
{
	height: 40px;
	line-height: 40px;
}
.site-navi
{
	justify-content: flex-start;
	margin: 4px 0 0 20px;
	font-family:var(--font-a);
	font-size: 0.85em;
}
#siteMainMenu li a
{
	font-weight: 600;
	padding: 10px 15px;
}
.share-box
{
	display: none;
}
/*footer*/
#footer
{
	padding-top: 0;
}
#footer > .body
{
	max-width: none;
}
#footer a
{
	display: inline-block;
	position: relative;
}
#footer a:after
{
	content: " ";
	border-top:2px solid var(--color-a);
	position: absolute;
	left: -6px;
	left: 50%;
	bottom: -4px;
	width: 0;
	transition: all 0.2s ease-out;
}
#footer a:hover:after
{
	left: -6px;
	width: calc(100% + 12px);
}
/*form*/
input[type=checkbox], input[type=radio]
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 0;
	outline: none;
	border: 2px solid rgba(0, 0, 0, 0.276);
	cursor: pointer;
	background-color: #FFFFFF;
	transition: background-color ease 0.3s;
	/*+border-radius: 3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	vertical-align: text-bottom;
}
input[type=checkbox]:before
{
	content: " ";
	display: block;
	position: absolute;
	z-index: 2;
	width: 4px;
	height: 10px;
	left: 3px;
	top: 0px;
	transform: rotate(180deg);
	transition: all 0.3s cubic-bezier(0.5, 2, 0.7, 1);
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	opacity: 0;
}
input[type=checkbox]:checked
{
	background-color:var(--color-a);
}
input[type=checkbox]:checked:before
{
	transform: rotate(45deg);
	opacity: 1;
}
input[type=radio]
{
	/*+border-radius: 100%;*/
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%;
}
input[type=radio]:before
{
	content: " ";
	display: block;
	position: absolute;
	z-index: 2;
	width: 6px;
	height: 6px;
	left: 4px;
	top: 4px;
	transition: all 0.3s cubic-bezier(0.5, 2, 0.7, 1);
	opacity: 0;
	background-color: #FFFFFF;
	/*+border-radius: 100%;*/
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%;
}
input[type=radio]:checked
{
	background-color:var(--color-a);
}
input[type=radio]:checked:before
{
	opacity: 1;
}
input[type=text], input[type=password], select, textarea, input[type=number]
{
	border: 1px solid #DDD;
	padding: 15px;
	box-sizing: border-box;
	margin: 0.3em 0 0.5em;
	background-color: #FFFFFF;
	/*+border-radius: 6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
form *::placeholder
{
	color: #333;
}
.button, a.button:link, a.button:visited, a[class*=button-], *[class*=button-]
{
	font-size: 1em;
	display: inline-block;
	margin: 0 0 0.2em 0;
	padding: 12px 35px;
	border-radius: 50px;
	font-weight: normal;
	color: #FFF;
	border: none;
	background-color: var(--color-a);
	background: rgb(120, 41, 197);
	background: -moz-linear-gradient(-45deg, rgba(120, 41, 197, 1) 0%, rgba(3, 56, 163, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(120, 41, 197, 1) 0%, rgba(3, 56, 163, 1) 100%);
	background: linear-gradient(135deg, rgba(120, 41, 197, 1) 0%, rgba(3, 56, 163, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7829c5', endColorstr='#0338a3',GradientType=1 );
}
.button:hover, a.button:hover, *[class*=button-]:hover
{
	background: rgb(120, 41, 197);
}
.button-small
{
	padding: 8px 20px !important;
	font-size: 0.85em !important;
}
/*mobile menu*/
#mobMenuContainer
{
	background-color: #121B32;
	width: 80%;
	padding: 0;
}
#mobMenuContainer:before
{
	content: " ";
	background: url("/upload/Node/40552/pics/logo-b.svg") 20px center / 50% no-repeat;
	height: 92px;
	display: block;
	opacity: 0.23;
}
#mobMenuContainer ul li a:link, #mobMenuContainer ul li a:visited
{
	border-top: 1px solid #384053;
	border-bottom: 1px solid #384053;
	color: #B7B7B7;
	padding: 15px 5px 15px 25px;
	font-weight: 600;
	font-size: 1.1em;
	margin: 0 0 -1px 0;
}
/*custom contact  form*/
.contform .input-element, .contform .input-element > *, .contform textarea, .contform input[type=text]
{
	width: 100% !important;
}
.contform .row[data-line="1"] .input-element, .contform .row[data-line="2"] .input-element
{
	width: 50% !important;
	margin: 0 0 20px 0;
	padding: 0;
}
.contform .row .input-element:first-child
{
	padding-left: 0;
}
.contform .row .input-element:last-child
{
	padding-right: 0;
}
.contform .row-submit .input-element
{
	max-width: 180px !important;
}
.contform label
{
	display: none;
}
.contform .row-accept .txt
{
	font-size: 0.8em;
}
@media (max-width: 515px)
{
	.contform .row[data-line] .input-element
	{
		width: 100% !important;
		padding: 0;
	}
}
/*blog*/
.fblg-list
{
	display: flex;
	flex-wrap: wrap;
}
.fblg-list > .itm
{
	flex-basis: 50%;
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 0px 2px 20px -5px rgba(0, 0, 0, 0.136);
	/*+border-radius: 8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
.fblg-list > .itm img
{
	max-width: 100%;
}
.fblg-list .itm .thumb
{
	margin: -20px -20px 0 -20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
}
.fwde_BlogAccordWrap .fwd-tab-section
{
	--tab-border-color: rgba(0,0,0,0.08);
}
.fwde_BlogAccordWrap .fwd-tab-handle
{
	padding: 8px 0 !important;
}
.fwde_BlogAccordWrap .fwd-tab-handle > span:before
{
	display: none;
}
.fwde_BlogAccord .thm img
{
	/*+border-radius: 8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	display: block;
	margin: 0 auto 20px;
	max-width: 400px;
	width: 100%;
}
.fwde_BlogAccord .fwd-teditor-con
{
	text-align: justify;
	font-size: 0.95em;
}
.fwde_BlogAccordWrap .fwd-tab-section.active .fwd-tab-content
{
	background-color: #FFFFFF;
	padding: 20px;
	/*+border-radius: 8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 2px 15px 0px rgba(11, 34, 103, 0.144);
	margin-top: 0;
}
/*işler*/
[class^="FilWorks-"] #mobMenuButton
{
	background-color: transparent;
}
[class^="FilWorks-"] .breadcrumbs
{
	display: none;
}
[class^="FilWorks-"] #top:not(.fixed) .site-navi a
{
	color: #FFFFFF;
}
[class^="FilWorks-"] #top:not(.fixed) .site-navi .active a
{
	color: rgba(255, 255, 255, 0.816);
}
[class^="FilWorks-"] #top:not(.fixed) .site-navi a:hover
{
	color: rgba(255, 255, 255, 0.776);
}
[class^="FilWorks-default"] #top:not(.fixed)
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.272);
}
[class^="FilWorks-"] #top:not(.fixed) .logo-overlay img
{
	filter: brightness(0) invert(1);
}
[class^="FilWorks-"] .main-title .fwd-heading
{
	font-size: 2.3em;
	opacity: 0.41;
	font-weight: 400;
}
.filWorkBanner *
{
	color: #FFFFFF;
}
.filWorkBanner .fwd-header, .filWorkBanner .fwd-header *
{
	margin: 0px 0px 5px;
}
.filwork-list
{
	display: flex;
	flex-wrap: wrap;
	max-width: 1440px !important;
}
.filwork-list > .filwork-item
{
	position: relative;
	flex: 1;
	flex-basis: 33%;
	max-width: 33%;
	padding: 15px 15px 57px 15px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0 30px 0;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0);
	transition: all 0.3s;
}
.filwork-item .kapak
{
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.filwork-item .kapak img
{
	max-width: 100%;
	transition: all 0.3s ease-in-out;
}
.filwork-item .about h3
{
	font-size: 1.185em;
	margin: 0 0 10px 0;
	font-weight: 500;
}
.filwork-item .about div
{
	font-size: 0.8em;
	font-weight: 300;
	color: #848484;
}
.filwork-item .about
{
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	overflow: hidden;
	max-height: 22px;
	transition: all 0.3s ease-in-out;
	padding: 15px 0;
	background-color: #FFFFFF;
}
.filwork-item .kapak:after
{
	content: " ";
	position: absolute;
	bottom: 56px;
	left: 15px;
	right: 15px;
	height: 0;
	transform: rotatex(180deg);
	background-image: url(/theme-styles/filweb-heap/FilWorks/images/waves.svg);
	background-size: 300% 100%;
	background-position: -130% 0;
	transition: all 0.3s ease-in-out, background 0.5s ease-in-out;
}
.filwork-item:hover
{
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.088);
}
.filwork-item:hover .about
{
	max-height: 70px;
}
.filwork-item:hover .kapak
{
}
.filwork-item:hover .kapak img
{
	transform: scale(1.05) translateY(-20px);
}
.filwork-item:hover .kapak:after
{
	bottom: 76px;
	height: 100px;
	background-position: -90% 0;
}
@media (max-width: 576px)
{
	.filwork-list
	{
	}
	.filwork-list > .filwork-item
	{
		position: relative;
		flex: 1;
		flex-basis: 100%;
		max-width: 100%;
		padding: 15px 15px 57px 15px;
		box-sizing: border-box;
		text-align: center;
		margin: 0 0 30px 0;
		box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0);
		transition: all 0.3s;
	}
	.filwork-item .about
	{
		max-height: 70px;
	}
}
