/**
 * Copyright (C)2022 BEŞİNCİ KURAL A.Ş.
 *
 * @author Beşinci Kural <info@besinci-kural.tech>
 * @author Cafercan Beyhanlı
 * @author Ali Boran Salık
 * @date 12-10-2022
 */
@import url('font/OpenSans/OpenSans.css');
@import "layout.css";
@import "warnings.css";
html *{
	font-family: OpenSans, sans-serif, Tahoma, Geneva;
}
html{
	overflow-y:scroll;
	background-color: #F0F8FF;
	color: #567;
}
p, span, a, pre, strong, table td, table th, h1, h2, h3, h4, h5, h6{
	font-size: small;
}
h1{
	font-size: x-large;
	margin: 0.5% 0;
	color: #06b;
}
h2{
	font-size: large;
	margin: 0.5% 0;
}
h3{
	font-size: medium;
}
p{
	text-align: justify;
	margin-bottom: 1%;
}
ul.menu{
	list-style: none;
	display: inline-block;
}
a{
	text-decoration: none;
	color: black;
}
a:hover{
	color: #1a75ff;
}
a.white-link{
	color: white !important;
}
a.white-link:hover{
	text-shadow: 0.25px 0.25px, -0.25px -0.25px, -0.25px 0.25px, 0.25px -0.25px;
}
img{
	outline: 0;
}
ul.menu li{
	display: inline-block;
	float: left;
}
div#header, div#footer {
	clear:both;
	width:100%;
}
div#header{
	background-color: #eee;
	overflow: hidden;
}
div#footer {
}
div.container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
div.article{
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
div#heading {
	height: 30px;
	background: rgb(17,120,204);
	background: -moz-linear-gradient(top, rgb(17,120,204) 0%, rgb(0,103,187) 50%, rgb(0,84,170) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(17,120,204)), color-stop(50%, rgb(0,103,187)), color-stop(100%, rgb(0,84,170)));
	background: -webkit-linear-gradient(top, rgb(17,120,204) 0%, rgb(0,103,187) 50%, rgb(0,84,170) 100%);
	background: -o-linear-gradient(top, rgb(17,120,204) 0%, rgb(0,103,187) 50%, rgb(0,84,170) 100%);
	background: -ms-linear-gradient(top, rgb(17,120,204) 0%, rgb(0,103,187) 50%, rgb(0,84,170) 100%);
	background: linear-gradient(to bottom, rgb(17,120,204) 0%, rgb(0,103,187) 50%, rgb(0,84,170) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1178cc', endColorstr='#0054aa', GradientType=0 );
}
div#heading div#logo{
	position: absolute;
	width: 100px;
	height: 70px;
	padding: 10px;
	text-align: center;
	background-color: white;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
	z-index: 20000;
}
div#online-quote{
	width: 160px;
	height: 40px;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.6);
	z-index: 30000;
	position: absolute;
	right: 0;
	background-color: #0066cc;
}
div#online-quote a{
	display: inline-block;
	font-size: large;
	line-height: 40px;
	width: 100%;
	text-align: center;
}
div#sub-heading{
	margin-top: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px 5px rgba(255,255,255,1);
	-moz-box-shadow: 0 0 10px 5px rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 10px 5px rgba(255,255,255,1);
}
div#sub-heading ul.menu{
	height: 40px;
	padding: 8px 1px;
	color: #888;
}
div#sub-heading ul.menu li{
	height: 24px;
	line-height: 24px;
	padding-right: 10px;
}
div#sub-heading ul.menu li + li{
	border-left : 2px solid #888;
	padding-left: 10px;
}
div#sub-heading ul.menu li a, div#sub-heading ul.menu li span{
	font-size: 14px;
	line-height: inherit;
	text-decoration: none;
	color: inherit;
}
div#sub-heading ul.menu li a:hover{
	color: #444;
}
div#sub-heading ul.menu li span{
	text-shadow: 0.25px 0.25px, -0.25px -0.25px, -0.25px 0.25px, 0.25px -0.25px;
}
div#footing{
	height: 40px;
	padding: 5px 0;
	background-color: rgb(17,120,204);
	text-align: center;
}
div#footing ul.menu{
	height: 30px;
	padding: 5px;
	color: white;
	margin: 0 auto;
}
div#footing ul.menu li{
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	color: white;
}
div#footing ul.menu li + li{
	border-left : 1px solid white;
}
div#footing ul.menu li a, div#footing ul.menu li span{
	font-size: 14px;
	line-height: white;
	text-decoration: none;
	color: white;
}
div#footing ul.menu li a:hover{
	text-decoration: underline;
}
div#footing ul.menu li span{
	text-decoration: underline;
}
div#sup-footing{
	height: 30px;
	background-color: #eee;
	text-align: center;
}
div#sup-footing ul#social-menu li{
	width: 22px;
	height: 22px;
	margin: 4px 2px;
	background-repeat: no-repeat;
	background-position: top center;
}
div#sup-footing ul#social-menu li:hover{
	background-position: bottom center;
}
div#sup-footing ul#social-menu li#link-twitter{
	background-image: url('icons/twitter_22.png');
}
div#sup-footing ul#social-menu li#link-linkedin{
	background-image: url('icons/linkedin_22.png');
}
ul#social-menu li a{
	color: transparent;
	display: inline-block;
	width: 100%;
	height: 100%;
}
div#sub-footing{
	height: 30px;
	text-align: center;
	position: relative;
}
div#sub-footing div.container div{
	height: 30px;
	line-height: 30px;
	display: inline-block;
}
div#copyright{
	margin: 0 auto;
}
div#developed-by{
	position: absolute;
	right: 0;
	top :0;
	text-align: right;
}
div#licenses{
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: left;
	background-color: white;
	padding: 0 10px;
}
div#licenses *{
	font-size: small;
}
div#licenses span + span{
	margin-left: 20px;
}
