@charset "utf-8";
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

#m404 {
	background-image: url(images/lookin_total.jpg);
	background-size: 30vw;
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-top: 45px;
}

#m404_content {
	width: 650px;
	min-height: 50vh;
	float: right;
	margin-top: 10vh;
	padding-right: 30px;
}

* {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

a img {
	padding: 0;
	margin: 0;
	border: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #08C;
}

a:active {
	text-decoration: none;
	color: #FFF;
}

.table_hover {
	cursor: pointer !important;
}

.table_hover:hover {
	color: #08C !important;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 0.9em;
}

h2 {
	margin: 0;
	color: #FFF;
}

h4 {
	line-height: 26px;
	margin: 10px 0 0 0;
}

h5 {
	font-weight: normal;
}

blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-left: 15px;
	border-left: 3px solid #ccc;
	font-style: italic;
}

#menu_fix {
	position: absolute;
	top: 40px;
	width: 100%;
}

#bg {
	margin: 0;
	padding: 0 0 0 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background: linear-gradient(to bottom, #FDFDFD 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
}

#logo {
	float: left;
	max-width: 100%;
	margin-left: 40px;
}

.common_container {
	width: 960px;
	height: auto;
	margin: 0px auto 0 auto;
	padding: 0;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
	transition: all 1s;
	background-color: #FFF;
}

.common_content {
	padding: 60px;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-start;
}

.common_content a {
	color: #666;
}

.common_content a:hover {
	color: #08C;
}

.common_content h2 {
	color: #000;
	padding-top: 40px;
	padding-bottom: 3px;
	border-bottom: 2px #08C solid;
	margin-bottom: 13px;
	width: 100%;
}

.marka_column {
	width: 33%;
	float: left;
	padding: 20px 20px;
	box-sizing: border-box;
}

.marka_column a {
	color: #08C;
}

.hizmet_column {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 20px 20px;
}

.katalog_column {
	width: 25%;
	float: left;
	box-sizing: border-box;
	min-height: 130px;
	padding-right: 5px;
}

/************* Bundan sonraki ikiliyi silmek isteyebilirsin **********/

.katalog_column li {
	list-style: none;
	position: relative;
	font-size: 12px;
	padding: 0px 0px 6px 10px;
}

.katalog_column li::before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	background-color: #08C;
	top: 6px;
}

/***************Portal**************/

#portal_main table {
	border-collapse: collapse;
}

#portal_main td {
	border: 1px solid #CCC;
	padding: 5px;
}

#nav_pane_key {
	width: 28px;
	height: 28px;
	z-index: 150;
	background-image: url(images/nav_pane.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	cursor: pointer;
	float: left;
	margin-right: 8px;
	margin-top: -2px;
}

#nav_pane {
	background-color: #08C;
	width: 240px;
	transition: all 0.5s ease-in-out;
}

.portal_nav_click {
	height: 0 !important;
	overflow: hidden;
}

.portalQSli {
	background-color: rgba(152, 252, 201, 1.00);
}

#portal_search {
	width: 240px;
	height: 30px;
	box-sizing: border-box;
	padding: 3px 10px;
	background-color: #38a8e0;
	float: left;
	margin-top: 1px;
}

#portal_tree {
	margin: 10px;
	padding: 0;
	width: 220px;
	background-color: #FFF;
	border: 1px dotted #CCC;
	box-sizing: border-box;
}

.portal_main_list {
	padding: 0;
	margin: 0;
}

.portal_main_list li {
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.portal_main_list li a {
	color: #666;
}

.portal_main_list li a:visited {
	color: #666;
}

.portal_main_list li a:active {
	color: #666;
}

.portal_main_list li a:hover {
	color: #08C;
}

.portal_main_list_ana {
	width: 225px;
	float: left;
}

.portal_main_list ul {
	padding: 0;
	margin-top: 10px;
	padding-left: 10px;
}

.portal_main_list_ana:not(:first-child) {
	margin-left: 20px;
}

.portal_main_list h2 {
	border-bottom: 1px solid #08C;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 5px;
}

#portal_main_search {
	background-color: #CCC;
	width: 100%;
	height: 60px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	margin: 50px 0;
}

#portal_main_search input {
	width: 300px;
	height: 30px;
	border-radius: 7px;
	border: 1px solid #666;
	padding: 0 10px;
}

#portal_main li a, #portal_main li a:active, #portal_main li a:visited {
	color: #666;
}

#portal_main li a:hover {
	color: #0088CC;
}

#portal_main a, #portal_main a:active, #portal_main a:visited {
	color: #08B;
}

#portal_main a:hover {
	color: #666;
}

#portal_main img {
	margin: 10px;
}

#portalDetay li {
	position: relative;
}

#portalDetay li::before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: -12px;
	background-color: #08C;
	top: 6px;
}

#portalDetay {
	list-style: none;
	padding: 15px;
}

/***************Portal END**********/

/******************Menu****************/

#nav_container {
	width: 100%;
	height: 45px;
	background: rgba(0, 0, 0, 0.75);
	transition: all 0.5s ease-in-out, border 0.5s ease-in-out;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 99;
}

nav {
	width: 960px;
	margin: auto;
	z-index: 100;
	font-size: 15px;
	padding-top: 7px;
	margin-top: 0 !important;
}

.nav_show {
	display: block !important;
}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

nav ul li {
	float: left;
	position: relative;
	width: 136px;
}

nav ul li:nth-child(-n+4) {
	width: 102px;
}

nav ul li a, ul li a:visited {
	display: block;
	color: #FFF;
	height: 18px;
	padding: 10px 0px 8px 0px;
	text-align: center;
}

nav ul li a {
	transition: color 0.2s ease-in-out;
}

nav ul li a:hover {
	display: block;
	color: #CCC;
	border-bottom: 2px solid #900;
}

nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 36px;
	left: 0;
	height: auto;
}

nav ul li:hover ul li a {
	display: block;
	text-align: left;
	border-bottom: 1px solid #FFF;
}

nav ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 124px;
	top: 0;
}

.a_show {
	display: block;
}

.hide {
	display: none;
}

.sticky {
	position: fixed !important;
	top: 0;
	z-index: 100;
	border-top: 0;
	background-color: rgba(0, 0, 0, 0.90);
	border-bottom: 1px solid rgba(255, 255, 255, 0.20) !important;
	margin-top: 0 !important;
}

.sticky2 {
	position: fixed;
	top: 61px;
	right: 0;
	z-index: 100;
}

.sticky3 {
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
}

#logo_gr {
	margin-left: 10px;
	position: relative;
	float: left;
	width: 200px;
	display: none;
	transition: width 1s;
	margin-top: 7px !important;
}

#menu_hamburger {
	display: none;
}

.menu_hidden_icons {
	display: none;
}

.bodyOverflow {
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	position: fixed;
}

/* ----------------------- SEARCH ------------------------------- */

#search_button {
	cursor: pointer;
	width: 26px !important;
	height: 26px !important;
	background-image: url(images/search_close.svg);
	background-repeat: no-repeat;
	position: absolute;
	right: 40px;
	bottom: 8px;
}

.search_click {
	background-position: -26px;
}

.menu_click {
	background-position: -30px;
}

.nav_fix {
	position: relative !important;
}

.bordo_hover {
	fill: #AD0104;
}

.search_txt {
	border-radius: 3px;
	padding: 4px;
	height: 33px;
	margin-right: 10px;
	border: 1px solid rgba(122, 122, 122, 1.00);
}

.button_ara {
	border-radius: 3px;
	border: 1px solid #6A6969;
	display: inline-block;
	cursor: pointer;
	color: #000;
	font-family: Arial;
	font-size: 13px;
	padding: 8px 24px;
	text-decoration: none;
}

.button_ara:hover {
	background-color: #920003;
	color: #FFF;
}

.button_ara:active {
	position: relative;
	top: 1px;
}

#search_div {
	clear: both;
	background-color: rgba(255, 255, 255, 1);
	border-bottom-left-radius: 7px;
	padding: 10px;
	display: none;
	position: fixed;
	top: 45px;
	right: 0;
	z-index: 1000;
	height: auto;
	border: 1px solid #E5E2E2;
	box-sizing: border-box;
	box-shadow: 1px 3px 3px #00000063;
}

#results {
	width: 100%;
}

#results ul {
	list-style: none;
	padding: 0;
}

#results li {
	padding: 5px 0;
}

#results a {
	display: inline-block;
	padding: 0;
	color: #414241;
	line-height: 40px;
	width: 100%;
}

#results a img {
	border: 1px solid #CCC;
	margin-right: 10px;
	float: left;
}

.search_hover {
	background-color: #D7D7D7!important;
	color: #232323!important;
}

#results a:hover {
	background-color: #CCC;
}

#search_overlay {
	display: none;
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0;
	z-index: 10;
	background-color: transparent;
}

.search_pagination {
	border: none;
	background-color: transparent;
	cursor: pointer;
	color: #FFF;
}

.search_pagination:hover {
	color: #08C;
}

#orta_logo {
	margin-left: 20px;
	margin-right: 20px;
	width: 50px !important;
}

#urun_slider {
	float: left;
	width: auto;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	transition: all 1s;
}

.home_section {
	width: 100%;
	padding: 30px 0;
}

.home_section_content {
	width: 960px;
	height: auto;
	margin: 0 auto;
	display: flex;
    justify-content: space-around;
    align-items: flex-start;
    justify-items: stretch;
    flex-direction: row;
    flex-wrap: wrap; 
}

.home_section_content2 {
	width: 960px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 20px;
	box-sizing: border-box;
}

.home_section_content2 a {
	color: #08C;
}

.home_section_content2 img {
	max-width: 80%;
	height: auto !important;
}

#grid {
	width: 100%;
}

.grid_4 {
	width: 25%;
	height: 25vh;
	float: left;
	border: 2px solid #FFF;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}

.grid_yazi {
	width: 100%-6px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.8);
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
	padding: 8px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+87&amp;0.65+0,0+92 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.04) 87%, rgba(0, 0, 0, 0) 92%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.04) 87%, rgba(0, 0, 0, 0) 92%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.04) 87%, rgba(0, 0, 0, 0) 92%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */
}

.g {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    transition: all 0.3s ease-in-out;
	transition-delay: 0.2s;
	background-color: #414042;
}

.g:hover {
}

#gnss {
	background-image: url(thumbnail.php?file=images/grid_bg/gnss.jpg&maxw=1000&maxh=1000);
}

#tts {
	background-image: url(images/grid_bg/tts.jpg);
}

#ux5 {
	background-image: url(images/grid_bg/uas.jpg);
}

#siteVision {
	background-image: url(images/grid_bg/siteVision.jpg);
}

#dini {
	background-image: url(images/grid_bg/dini.jpg);
}

#referans {
	background-image: url(images/grid_bg/referans.jpg);
}

#deformasyon {
	background-image: url(images/grid_bg/deformasyon.jpg);
}

#marine {
	background-image: url(images/grid_bg/marine.jpg);
}

#demiryolu {
	background-image: url(images/grid_bg/demiryolu.jpg);
}

#cbs {
	background-image: url(images/grid_bg/cbs.jpg);
}

#mcs {
	background-image: url(images/grid_bg/mcs.jpg);
}

#tarim {
	background-image: url(images/grid_bg/tarim.jpg);
}

#tarama {
	background-image: url(images/grid_bg/tarayici.jpg);
}

#enerji {
	background-image: url(images/grid_bg/enerji.jpg);
}

#oem {
	background-image: url(images/grid_bg/oem.jpg);
}

#yazilim {
	background-image: url(images/grid_bg/yazilim.jpg);
}

#footer {
	width: 100%;
	min-height: 400px;
	background-color: #414042;
	margin: 0;
	color: rgba(191, 191, 191, 1.00);
	font-weight: normal;
}

.footer_click {
	position: absolute;
	top: 694px;
}

#footer a {
	font-size: 11px;
}

#footer a:hover {
	color: rgba(191, 191, 191, 1.00);
}

#footer ul {
	list-style: none;
	padding-left: 0;
}

.fc3 li {
	margin: 6px 0;
}

#footer ul img {
	margin: 5px;
}

.footer_column {
	padding: 20px;
	float: left;
}

.footer_seperator {
	width: 1px;
	height: 420px;
	margin-top: 40px;
	background-color: rgba(131, 131, 131, 1.00);
	float: left;
	margin-left: 30px;
}

.fc1 {
	width: 220px;
}

.fc2 {
	width: 356px;
}

.fc3 {
	width: 220px;
	padding-left: 40px !important;
	padding-right: 0;
}

.newsletter_input {
	border: none;
	width: 140px;
	height: 26px;
	padding-left: 3px;
}

.newsletter_button {
	border: none;
	width: 60px;
	height: 30px;
	background-color: rgba(0, 0, 0, 1.00);
	color: #FFF;
	cursor: pointer;
}

.footer_news_container {
	height: 115px;
	margin: 5px 0;
	background-color: rgba(80, 80, 80, 1.00);
	border-bottom: 1px solid #900;
	padding: 0 5px 0 0;
}

.footer_news_container:hover {
	background-color: rgba(60, 60, 60, 1.00);
}

.footer_news_container img {
	float: left;
	width: 100px;
	height: 115px;
	margin: 0px 15px 5px 0px !important;
}

.footer_news_container h3 {
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 4px;
	height: 36px;
	font-size: 13px;
}

.footer_news_inner {
	height: 45px;
	overflow: hidden;
	margin-bottom: 3px;
	font-size: 11px;
}

#copyright {
	clear: both;
	font-size: 10px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

.tel {
	display: none;
}

.urun_liste_item {
	width: 190px;
	height: 100px;
	padding: 7px !important;
	float: left;
	margin: 1px;
	background-color: #FFF;
	text-align: center;
	vertical-align: central;
	border: 1px solid #FFF;
	transition: all 0.3s;
	position: relative;
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.urun_liste_item a {
	color: #232323;
}

.urun_liste_baslik {
	display: block;
	width: 180px;
	text-align: center;
	height: auto;
	background-color: rgba(255, 255, 255, 0.9);
	padding-left: 6px;
	padding-right: 6px;
	color: #232323;
}

.urun_liste_item:hover {
	border: 1px solid #CCC;
}

/*----------------------CONTACT FORM-----------------------*/

#contact_form {
	width: 600px !important;
	margin-left: auto;
	margin-right: auto;
}

#contact_form form input {
	border: 4px solid #000;
}

.shadowed {
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
}

/****************************  ÜRÜNLER CSS  *********************/

.common_baslik {
	padding-left: 24px;
	height: 60px;
	width: 100%;
	box-sizing: border-box;
	clear: both;
	border-bottom: 10px solid #08C;
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
}

.common_baslik h1 {
	font-size: 30px;
	line-height: 46px;
	margin: 0;
	font-weight: normal;
}

#urun_key {
	height: 240px;
	padding: 40px;
	margin-left: 320px;
	overflow: hidden;
	background: -moz-linear-gradient(to right, #ffffff 0%, #f6f6f6 100%);
	background: -webkit-linear-gradient(to right, #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#ffffff), to(#f6f6f6));
	background: -o-linear-gradient(to right, #ffffff 0%, #f6f6f6 100%);
	background: linear-gradient(to right, #ffffff 0%, #f6f6f6 100%);
	/* W3C */
	transition: all 1s;
	position: relative;
}

#urun_nav {
	height: auto;
	margin-top: 45px;
	background: #eee;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	position: relative;
}

.urun_nav_menu_class {
	position: fixed !important;
	width: 100%;
	z-index: 11;
}

#urun_content {
	clear: both;
	position: relative;
	padding-bottom: 40px;
}

#slides {
	display: none;
	width: 320px;
	height: 320px;
	float: left;
	text-align: center;
	line-height: 300px;
}

/* Set the size and font of the tab widget */

.tabGroup {
	background-color: #424041;
}

.tabGroup h2 {
	color: #08C;
	padding-top: 30px;
	padding-bottom: 3px;
	margin-bottom: 13px;
	width: 100%;
}

.tabGroup h3 {
	color: #424041;
	font-weight: 500;
	width: 100%;
}

.tabGroup p {
	color: #424041;
}

/* Configure the radio buttons to hide off screen */

.tabGroup>input[type="radio"] {
	display: none;
}

/* Configure labels to look like tabs */

.tabGroup>input[type="radio"]+label {
	display: inline-block;
	border-bottom: 0;
	padding: 10px 20px;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
}

.tabGroup tt a {
	display: inline-block;
	border-bottom: 0;
	padding: 10px 20px;
	color: #FFF;
	font-size: 13px;
}

.tabGroup tt a:hover {
	background-color: rgba(0, 136, 204, 0.59);
}

.tabGroup label:hover {
	background-color: rgba(0, 136, 204, 0.59);
}

.urun_liste_item {
	color: #666;
	margin: 0;
	padding: 0;
	height: auto;
	display: flex;
	align-items: center;
}

.tabGroup div a:hover {
	background-color: none !important;
	color: #08C !important;
}

.tabGroup div li a:hover {
	background-color: none !important;
	color: #08C !important;
}

.brosur {
	display: inline-block;
	border-bottom: 0;
	padding: 10px 20px;
	color: #FFF;
	font-size: 13px;
}

.brosur:hover {
	background-color: rgba(0, 136, 204, 0.59);
	color: #FFF !important;
}

.urun-marka {
	padding: 9px;
	padding-right: 16px;
	display: block;
	float: right;
}

.product-description {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

/* Checked tabs must be white with the bottom border removed */

.tabGroup>input[type="radio"]:checked+label {
	background-color: #08C;
}

/* The tab content must fill the widgets size and have a nice border */

.tabGroup>div {
	display: none;
	border-top: 10px solid #08C;
	background-color: #FFF;
	padding: 30px 60px 120px 60px;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	clear: both;
}

/* Tab içindeki tabloların durumu */

.tabGroup>div>table {
	display: block;
	overflow: auto;
}

.tabGroup>div>table td {
	border-bottom: 1px dashed #CCC;
}

.tabGroup>div>table tr:nth-child(even) {
	background-color: #FFF;
}

/* This matchs tabs displaying to thier associated radio inputs */

.tab1:checked~.tab1, .tab2:checked~.tab2, .tab3:checked~.tab3, .tab4:checked~.tab4 {
	display: flex;
}

.tab3 span {
	width: 100%;
}

/* ------------------ DESTEK --------------------------- */

#destek_banner {
	box-sizing: border-box;
	width: 100%;
	background-color: #08C;
	min-height: 100px;
	padding: 40px 20px;
	margin-bottom: 40px;
	position: relative;
}

.destek_tabler {
	width: 750px;
	transition: width 0.5s ease-in-out;
}

.destek_banner_image {
	display: none;
	transition: all 1s;
}

.urun_giris {
	width: 300px;
	height: 140px;
	box-sizing: border-box;
	float: left;
	color: #FFF;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px 20px;
	border-radius: 7px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

#veya {
	float: left;
	box-sizing: border-box;
	color: #FFF;
	font-size: 16px;
	width: 130px;
	text-align: center;
	height: 140px;
	vertical-align: middle;
	line-height: 140px;
}

.destek_urun_arama {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.supportSelector {
	width: 260px;
	margin-top: 10px;
	height: 30px;
	border: 1px solid #CCC;
	border-radius: 7px;
	padding-left: 7px;
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(images/dropdown.svg);
	background-repeat: no-repeat;
	background-position: 235px center;
	background-size: 12px 12px;
	box-sizing: border-box;
}

.supportSelector:hover {
	background-color: rgba(250, 250, 250, 1.00);
}

.supportSelector>option:hover {
	background-color: #08C;
}

.seri_submit {
	border-radius: 7px;
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	height: 30px;
	width: 260px;
	box-sizing: border-box;
	margin-top: 10px;
	cursor: pointer;
}

.seri_submit:hover {
	background-color: rgba(255, 255, 255, 0.20);
}

.seri_submit:active {
	background-color: rgba(245, 245, 245, 0.40);
	border-color: #CCC;
}

#question {
	width: 18px;
	height: 18px;
	background-image: url(images/question.svg);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 4px;
	float: right;
}

#question:hover {
	background-position: -18px 0;
}

#locate_serial {
	width: 320px;
	height: 400px;
	display: none;
	position: relative;
	z-index: 20;
	background-color: #CCC;
	border: 1px solid #666;
}

#question:active+#locate_serial {
	display: block;
}

#populer_urun {
	width: 640px;
	height: auto;
	box-sizing: border-box;
}

#video {
	width: 300px;
	margin-left: 20px;
	height: auto;
	box-sizing: border-box;
	clear: right;
	position: relative;
	margin-bottom: 50px;
}

.video_in {
	box-sizing: border-box;
	border: 1px solid #CCC;
	width: 100%;
	height: auto;
	margin-top: 40px;
	z-index: 1;
}

.video_in ul {
	margin: 7px;
	padding: 0;
	list-style: none;
}

.video_in li a {
	display: block;
	height: 62px;
	width: 100%;
	border: 1px solid #EBEBEB;
	margin-bottom: 3px;
	cursor: pointer;
	padding-right: 10px;
	box-sizing: border-box;
}

.video_in li a:hover {
	background-color: #CCC;
}

.scroll_in_image {
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	background-size: cover;
}

.scroll_in_image:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 2;
}

.video_in_image:before {
	content: url(images/video.svg);
}

.kullanim_in_image:before {
	content: url(images/pdf.svg);
}

#kullanim {
	width: 300px;
	height: auto;
	box-sizing: border-box;
	margin-left: 20px;
	position: relative;
}

.scroll_icon {
	font-size: 18px;
	position: absolute;
	bottom: 33px;
	z-index: 20;
	cursor: pointer;
	width: 40px;
	height: 195px;
	line-height: 195px;
	text-align: center;
	display: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.scroll_icon:hover {
	background-color: rgba(0, 136, 187, 0.51);
}

.scroll_icon:active {
	background-color: rgba(0, 136, 187, 0.51);
}

.sol_scroll {
	left: -40px;
}

.sag_scroll {
	right: -40px;
}

#faq {
	width: 640px;
	float: left;
	box-sizing: border-box;
	font-size: 12px;
	clear: left;
	margin-top: 50px;
	padding-right: 60px;
}

.populer_urunler_grid {
	width: 130px;
	height: 130px;
	position: relative;
	float: left;
	margin: 40px 75px 40px 5px;
	border: 1px solid #CCC;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.1s ease-in-out;
}

.populer_urunler_grid:hover {
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
}

.populer_urunler_grid:active {
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.80);
	box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.80);
}

.populer_urunler_grid_baslik {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 20px;
	border: 1px solid #414042;
	background-color: #414042;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
}

.seperator_span {
	display: block;
	border: none;
	height: 1px;
	margin-right: 70px;
	margin-top: 50px;
	clear: both;
	background: linear-gradient(90deg, #CCC 0%, #08C 70%);
}

#destek_sol_frame {
	width: 162px;
	float: left;
	padding-right: 23px;
}

#destek_sag_frame {
	border-left: 1px solid #EBEBEB;
	padding-left: 24px;
	float: left;
	margin-bottom: 20px;
}

.destek_ilgili_urun {
	width: 160px;
	height: 40px;
	font-size: 12px;
}

.destek_ilgili_urun td:hover {
	color: #08C !important;
}

/*---- Destek Accordion -----*/

.ac-label {
	position: relative;
	padding: 5px 30px 5px 15px;
	display: block;
	cursor: pointer;
	background-color: #EBEBEB;
	transition: background-color .15s ease-in-out;
	min-height: 40px;
}

.ac-label:hover {
	background-color: #CCC;
}

.ac-label:after, .ac-input:checked+.ac-label:after {
	content: "+";
	color: #FFF;
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	height: 25px;
	width: 25px;
	text-align: center;
	background-color: #08C;
	transition: background-color .15s ease-in-out;
	vertical-align: middle;
	line-height: 25px;
}

.ac-label:hover:after, .ac-input:checked+.ac-label:after {
	background-color: #08C;
}

.ac-input:checked+.ac-label:after {
	content: "-";
}

.ac-input {
	display: none;
}

/* the magic*/

.ac-text, .ac-sub-text {
	opacity: 0;
	height: 0;
	margin-bottom: .5em;
	padding-left: 10px;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
	border: 1px solid #F1F1F1;
	padding-bottom: 10px;
}

.ac-text a {
	color: #08C !important;
}

.ac-text a:hover {
	text-decoration: underline;
}

.ac-input:checked~.ac-text, .ac-sub .ac-input:checked~.ac-sub-text {
	opacity: 1;
	height: auto;
}

/* İndirme akordion */

.kc-label {
	position: relative;
	display: block;
	cursor: pointer;
	border-bottom: 2px solid #08C;
	transition: background-color .15s ease-in-out;
	height: 25px;
	padding-left: 30px;
}

.kc-label:hover {
	background-color: #CCC;
}

.kc-label:after, .kc-input:checked+.kc-label:after {
	content: "+";
	color: #FFF;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	height: 25px;
	width: 25px;
	text-align: center;
	background-color: #08C;
	transition: background-color .15s ease-in-out;
	vertical-align: middle;
	line-height: 25px;
}

.kc-label:hover:after, .kc-input:checked+.kc-label:after {
	background-color: #08C;
}

.kc-input:checked+.kc-label:after {
	content: "-";
}

.kc-input {
	display: none;
}

/* the magic*/

.kc-text {
	opacity: 0;
	height: 0;
	margin-bottom: .5em;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
	border: 1px solid #F1F1F1;
	padding-bottom: 10px;
}

.kc-input:checked~.kc-text {
	opacity: 1;
	height: auto;
}

/* sub-level */

.kc-sub {
	padding: 0;
}

.kc-sub-label {
	position: relative;
	display: block;
	cursor: pointer;
	transition: background-color .15s ease-in-out;
	min-height: 25px;
	padding: 5px 0 5px 25px;
}

.kc-sub-label:hover {
	background-color: #CCC;
}

.kc-sub-label:after, .kc-sub-input:checked+.kc-sub-label:after {
	content: "+";
	position: absolute;
	display: inline-block;
	left: 0;
	top: 5px;
	height: 25px;
	width: 25px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	vertical-align: middle;
	line-height: 25px;
	font-weight: bold;
}

.kc-sub-input:checked+.kc-sub-label:after {
	content: "-";
}

.kc-sub-input {
	display: none;
}

/* the magic*/

.kc-sub-text {
	opacity: 0;
	height: 0;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
	padding: 5px 15px 5px 30px;
	font-size: 12px;
	color: #5A5A5A;
}

.kc-sub-input:checked~.kc-sub-text, .kc-sub .kc-sub-input:checked~.kc-sub-text {
	opacity: 1;
	height: auto;
}

.download_button {
	display: inline-block;
	color: #FFF !important;
	min-width: 65px;
	padding-left: 8px !important;
	padding-right: 8px !important;
	height: 22px;
	border-radius: 3px;
	background-color: #08C;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	border: 1px solid #399ACB;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	float: right;
}

.download_button:hover {
	background-color: #EBEBEB !important;
	color: #08C !important;
}

/*Breadcrumbs*/

.index_bread {
	display: none;
}

#breadcrumbs-one ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumbs-one {
	overflow: hidden;
	width: 960px;
	margin: -2px auto 0 auto;
	padding: 0;
	position: relative;
}

#breadcrumbs-one li {
	float: left;
	list-style: none;
}

#breadcrumbs-one a {
	height: 30px;
	line-height: 30px;
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	background-color: #ddd;
	padding-left: 1.5em;
	min-width: 12px;
	max-width: 30vw;
	white-space: nowrap;
}

#breadcrumbs-one a span {
	overflow: hidden;
	text-overflow: ellipsis;
	/* width: 51%; */
	display: block;
}

#breadcrumbs-one li:first-child a {
	padding-left: 1em;
	border-radius: 5px 0 0 5px;
	background: linear-gradient(90deg, #eee 15%, #ddd 100%);
}

.breadcrumb_last {
	line-height: 30px;
	padding-left: 1.5em;
	width: auto !important;
	overflow: hidden;
}

#breadcrumbs-one a:hover {
	background: #fff !important;
}

#breadcrumbs-one a::after, #breadcrumbs-one a::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1em;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid;
	right: -1em;
}

#breadcrumbs-one a::after {
	z-index: 2;
	border-left-color: #ddd;
}

#breadcrumbs-one a::before {
	border-left-color: #ccc;
	right: -1.1em;
	z-index: 1;
}

#breadcrumbs-one a:hover::after {
	border-left-color: #fff;
}

#breadcrumbs-one .current, #breadcrumbs-one .current:hover {
	font-weight: bold;
	background: none;
}

#breadcrumbs-one .current::after, #breadcrumbs-one .current::before {
	content: normal;
}

.slidesjs-container {
	transition: all 1s;
}

#ilgili_urun_baslik {
	background-color: #414042;
	border-bottom: 10px solid #08C;
	padding-left: 24px;
	height: 36px;
}

#ilgili_urun_baslik h2 {
	font-size: 20px;
	line-height: 36px;
	font-weight: normal;
}

#ilgili_urunler {
	height: auto;
	background: #FFF;
	padding: 40px 0;
}

.ilgili_urunler_grid {
	width: 238px;
	height: 238px;
	position: relative;
	float: left;
	margin: 0 40px;
	border: 1px solid #CCC;
	display: block;
	overflow: hidden;
}

.ilgili_urunler_grid:hover {
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
}

.ilgili_urunler_grid_baslik {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 30px;
	background-color: #414042;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}

.social_button {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	margin-left: 4px;
}

.social_button:hover {
	background-position: -32px 0;
}

#social_share_1 {
	background-color: #08C;
	position: absolute;
	top: -32px;
	right: 10px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	z-index: 50;
	height: 32px;
}

#social_share_2 {
	background-color: #08C;
	position: absolute;
	bottom: 0;
	right: 10px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	z-index: 50;
	height: 32px;
}

/*****  SON  ************  ÜRÜNLER CSS  *********************/

/* ------------------ HABERLER --------------------------- */

#etkinlik_info_content {
	width: 280px;
	margin-left: 40px;
	float: right;
	border: 1px solid #CCC;
	box-sizing: border-box;
	margin-bottom: 40px;
	border-radius: 7px;
	margin-top: 18px;
	background: -webkit-linear-gradient(to right, transparent 20px, rgba(39, 39, 39, .3) 300px, rgba(39, 39, 39, 0.3) 100%);
	background: -moz-linear-gradient(to right, transparent 20px, rgba(39, 39, 39, .3) 300px, rgba(39, 39, 39, 0.3) 100%);
	background: -o-linear-gradient(to right, transparent 20px, rgba(39, 39, 39, .3) 300px, rgba(39, 39, 39, 0.3) 100%);
	background: linear-gradient(to right, transparent 20px, rgba(39, 39, 39, .3) 300px, rgba(39, 39, 39, 0.3) 100%);
}

#etkinlik_info_content th[scope=col] {
	background-color: #08B;
	color: #FFF;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#etkinlik_info_content th[scope=row] {
	vertical-align: top;
	text-align: left;
}

#etkinlik_info_content td {
	border-top: 1px solid #FFF;
}

#haber_kaynak {
	width: 320px;
	border-top: 1px solid #CCC;
	height: 25px;
	color: #666;
	clear: both;
	padding: 10px 0 30px 0;
	margin-top: 30px;
}

#haber_kaynak a {
	color: #08C;
}

#highlights {
	width: 100%;
	padding: 0;
	clear: both;
	display: none;
}

.mobile_high {
	margin: 3px;
	height: 80px;
	display: block;
	background-position: center;
	background-size: cover;
	border: 1px solid #CCC;
	text-align: center;
}

.mobile_high h3 {
	background-color: #000;
	line-height: 22px;
	margin-top: 59px;
	font-size: 15px;
	font-weight: normal;
}

#news_item_tur {
	background-color: #ffba02;
	box-sizing: border-box;
	padding: 0 0 0 10px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 7px;
}

#news_item_tur_info {
	background-color: #FFF;
	/* Skew */
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	display: inline-block;
	color: #000;
	padding: 0 10px;
	margin: 0 10px;
}

#news_item_social {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#etkinlik_float {
	float: left;
	margin-left: 40px;
}

#news_item_coverpic {
	height: 386px;
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
}

#news_item_coverpic_overlay {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.80);
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #CCC;
}

#haber_banner {
	box-sizing: border-box;
	width: 100%;
	background-color: #f7f7f7;
	position: relative;
	color: #000;
	border-bottom: 1px solid #eaeaea;
	height: 339px;
	margin-bottom: 40px;
}

#haber_banner h1 {
	font-weight: normal;
	font-size: 32px;
	color: #4F4F4F;
	margin: 0;
	line-height: 32px;
	text-align: left !important;
}

#haber_social {
	display: block;
	margin-top: -15px;
	width: 160px;
	margin-left: 800px;
}

#haber_social a img {
	border-radius: 18px;
	transition: all 0.2s ease-in-out;
}

#haber_social a img:hover {
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
}

#news_car {
	width: 2000px;
	transition: all 1s ease-in-out;
	margin-top: 40px;
}

#featured_nav {
	display: block;
	width: 52px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 12px;
}

#featured_nav li {
	cursor: pointer;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	list-style: none;
	float: left;
	margin-left: 10px;
	box-sizing: border-box;
	border: 2px solid #666;
	background-color: #FFF;
}

.news_slide {
	margin-left: -990px;
}

.news_slide_nav {
	background-color: #666 !important;
}

.featured {
	width: 300px;
	height: 240px;
	background-color: #000;
	float: left;
	overflow: hidden;
	background-size: cover;
	transition: all 0.1s ease-in-out;
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
}

.featured:hover {
	-webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.80);
	box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.80);
}

.featured:active {
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.80);
	box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.80);
}

.featured:not(:first-child) {
	margin-left: 26px;
}

.featured_overlay {
	width: 260px;
	padding-left: 20px;
	padding-right: 20px;
	height: 400px;
	color: #FFF;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 62%);
	overflow: hidden;
	position: relative;
}

.featured_overlay:hover {
	margin-top: -130px;
	background-color: rgba(0, 0, 0, 0.65);
}

.fetured_overlay_baslik {
	width: 260px;
	text-align: center;
	min-height: 30px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	border-bottom: 4px solid #CCC;
	padding-bottom: 10px;
	position: absolute;
	bottom: 160px;
	text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}

.featured_overlay_aciklama {
	width: 260px;
	position: absolute;
	top: 240px;
	text-align: justify;
	height: 115px;
	overflow: hidden;
}

.news_baslik {
	color: rgba(96, 96, 96, 1.00);
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	position: relative;
	margin-right: 30px;
	width: 350px;
}

.news_baslik a {
	color: #333;
}

.news_baslik a:hover {
	color: #08C;
}

.baslik_alt_border {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 110px;
	height: 2px;
	background: #08C;
}

.article_card {
	width: 330px;
	height: 235px;
	border-bottom: 1px solid #CCC;
	margin-right: 40px;
	padding: 5px 10px;
}

.article_card:hover {
	background-color: rgba(249, 249, 249, 1.00);
}

.article_card a {
	color: #08C;
	float: right;
	clear: both;
	margin-top: 5px;
}

.article_card a:hover {
	color: #666;
}

.article_card h3 {
	color: #000;
	font-size: 17px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	height: 46px;
	position: relative;
	padding-left: 20px;
}

.article_card h3::before {
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 15px;
	top: 4px;
}

#haber .article_card h3::before {
	background-color: #ffba02;
	content: "H";
}

#makale .article_card h3::before {
	background-color: #800;
	content: "M";
}

.artcile_card_date {
	float: left;
	background-image: url(images/calendar.svg);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	padding: 0;
	padding-left: 16px;
	font-size: 12px;
	color: #666;
	line-height: 12px;
	margin-top: 4px;
	width: 100px;
}

.article_card_pic {
	clear: left;
	float: left;
	width: 120px;
	height: 108px;
	background-image: url(images/newspaper.jpg);
	background-size: cover;
	margin-top: 5px;
	margin-right: 15px;
}

.article_card_desc {
	width: 100%;
	min-height: 120px;
	font-size: 14px;
	line-height: 19px;
	color: #666;
	text-align: justify;
	max-height: 133px;
	overflow: hidden;
}

.list_article_card {
	width: 100%;
	position: relative;
	padding: 25px 5px;
	display: block;
}

.list_article_card:hover {
	background-color: rgba(249, 249, 249, 1.00);
}

.list_article_card::after {
	content: '';
	width: 2px;
	height: 100%;
	background-color: #CCC;
	position: absolute;
	left: 140px;
	top: 0;
}

.list_article_year {
	height: 100px;
	padding-left: 170px;
	font-size: 22px;
	line-height: 100px;
	position: relative;
}

.list_article_year img {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 125px;
	top: 35px;
}

.list_article_year::before {
	content: '';
	width: 2px;
	height: 100%;
	background-color: #CCC;
	position: absolute;
	left: 140px;
	z-index: -1;
	top: 0;
}

.list_article_card_tur {
	left: 150px;
	padding-left: 160px;
	font-size: 18px;
	margin-bottom: 15px;
}

.nit_haber {
	color: #ffba02;
}

.nit_haber::before {
	background-color: #ffba02;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	margin-left: -32px;
	margin-top: 2px;
	z-index: 5;
}

.nit_makale {
	color: #800;
}

.nit_makale::before {
	background-color: #800;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	margin-left: -32px;
	margin-top: 2px;
	z-index: 5;
}

.nit_etkinlik {
	color: #08C;
}

.nit_etkinlik::before {
	background-color: #08C;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	margin-left: -32px;
	margin-top: 2px;
	z-index: 5;
}

.all_news {
	display: block;
	width: 350px;
	text-align: center;
	color: #08C !important;
	padding-top: 4px;
	margin-top: 2px;
	border-top: 1px solid #CCC;
	padding-bottom: 4px;
}

.all_news:hover {
	background-color: rgba(249, 249, 249, 1.00);
}

#makale {
	width: 380px;
	min-height: 400px;
}

#haber {
	width: 380px;
	min-height: 400px;
}

#calendar {
	width: 160px;
	min-height: 400px;
	padding-top: 15px;
	position: relative;
	background: -webkit-linear-gradient(to right, transparent 20px, rgba(39, 39, 39, .3) 300px, rgba(39, 39, 39, 0.3) 100%);
	background: -moz-linear-gradient(to right, transparent 20px, rgba(39, 39, 39, .3) 300px, rgba(39, 39, 39, 0.3) 100%);
	background: -o-linear-gradient(to right, transparent 20px, rgba(39, 39, 39, .3) 300px, rgba(39, 39, 39, 0.3) 100%);
	background: linear-gradient(to right, transparent 20px, rgba(39, 39, 39, .3) 300px, rgba(39, 39, 39, 0.3) 100%);
}

#calendar::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #CCC;
	left: 15px;
	top: 0;
}

.calendar_date {
	color: #666;
	height: 30px;
	width: 100%;
	background-image: url(images/calendar.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-left: 28px;
	margin-left: -8px;
	line-height: 20px;
	margin-top: 35px;
}

.calendar_date:first-child {
	margin-top: 10px;
}

.calendar_date_vurgu {
	color: #08C;
	font-weight: bold;
	font-size: 14px;
}

.calendar_card {
	clear: both;
	min-height: 55px;
	position: relative;
	display: block;
	color: #666 !important;
	transition: all 0.3s ease-in-out;
	border: 1px solid rgba(255, 255, 255, 0.00);
	margin-left: 16px;
	border-radius: 7px;
}

.calendar_card:hover {
	border: 1px solid #CCC;
	background-color: #FFF;
	border-left: 1px solid rgba(255, 255, 255, 0.00);
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.80);
}

.calendar_card::after {
	width: 10px;
	height: 10px;
	background-color: #08C;
	border-radius: 5px;
	content: "";
	position: absolute;
	left: -6px;
	top: 20px;
}

.calendar_card::before {
	width: 100%;
	height: 1px;
	background-color: #666;
	content: "";
	position: absolute;
	left: -12px;
	top: 25px;
}

.calendar_card_date {
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
}

.calendar_card_event {
	padding-top: 4px;
	text-align: center;
}

.calendar_card_add {
	font-size: 10px;
	background-color: #08C;
	color: #FFF;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
}

/* ------------------ HABERLER SON------------------------ */

/*****************  Contact CSS  *********************/

#map_adres {
	background-image: url(thumbnail.php?file=images/map.jpg&maxw=960&maxh=400);
	height: 300px;
}

.bubble {
	position: relative;
	width: 310px;
	height: 120px;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 10px;
	border: #CCC solid 2px;
	margin-left: 430px;
	top: 15px;
	color: #666;
	font-size: 12px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}

.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -15px;
	left: 165px;
}

.bubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 16px 16px 0;
	border-color: #CCC transparent;
	display: block;
	width: 0;
	z-index: 0;
	bottom: -18px;
	left: 165px;
}

#contact_content {
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
	padding: 20px 30px 60px 30px;
}

#contact_content form {
	width: 90%;
	display: block;
	margin: auto;
	padding: 0;
}

.form_submit {
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
	border: 1px solid #CCC;
	border-radius: 5px;
	width: 790px;
	display: block;
	height: 40px;
	cursor: pointer;
}

.form_submit:hover {
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 47%, #ededed 100%);
	/* W3C */
}

.form_submit:active {
	background: linear-gradient(to top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
}

#form_styla input:not([type=submit]) {
	width: 300px;
	display: block;
	height: 30px;
	border: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 3px 15px;
	margin: 0;
	float: left;
}

#form_styla label {
	width: 100px;
	color: #666;
	height: 36px;
	line-height: 36px;
	display: block;
	border: none;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	clear: both;
	float: left;
	background-color: #EBEBEB;
	padding-left: 15px;
}

.first_sol_field {
	border-top-left-radius: 7px;
	border-top: 1px solid #CCC !important;
}

.first_sag_field {
	border-top-right-radius: 7px;
	border-top: 1px solid #CCC !important;
}

.last_sol_field {
	border-bottom-left-radius: 7px;
}

.last_sag_field {
	border-bottom-right-radius: 7px;
}

.contact_area_label {
	width: 760px;
	color: #666;
	height: 36px;
	line-height: 36px;
	display: block;
	border: 1px solid #CCC;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	clear: both;
	float: left;
	background-color: #EBEBEB;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
}

.contact_area {
	display: block;
	width: 760px;
	padding: 15px;
	height: 200px;
	border: none;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	clear: both;
	resize: none;
}

.uye_yazi {
	color: #666;
	display: block;
	font-size: 11px;
	margin: 15px 0;
}

.input-helper {
	position: relative;
	color: #666;
	display: block;
	font-size: 11px;
	line-height: 20px;
	margin: 15px 5px;
	cursor: pointer;
}

.input-helper:before {
	content: '';
	display: block;
	position: absolute;
}

.input-helper--checkbox {
	padding-left: 20px;
}

.input-helper--checkbox:before {
	top: 2px;
	left: 0;
	width: 13px;
	height: 13px;
	border: 2px solid #CCC;
	border-radius: 50%;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]:checked+label:before {
	background: #666;
}

#mobile_adres {
	font-size: 12px;
	text-align: center;
	display: none;
}

/*****  SON  ************  CONTACT CSS  *********************/

@media screen and (max-width:1030px) {
	body {
		position: relative;
	}
	.menu_hidden_icons {
		display: inline-block;
		margin: 0 15px -4px 0;
	}
	.destek_tabler {
		width: 710px;
	}
	#destek_sol_frame {
		padding-left: 20px;
	}
	#veya {
		width: 110px;
	}
	#kullanim {
		width: 240px;
	}
	#video {
		width: 240px;
	}
	#m404_content {
		width: 50vw;
	}
	nav {
		display: none;
	}
	#urun_nav {
		margin-top: 62px;
	}
	#logo_gr {
		display: block;
	}
	#orta_logo {
		display: none;
	}
	.common_container {
		width: auto;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}
	#search_button {
		position: absolute;
		right: 86px;
		bottom: 15px;
	}
	#menu_fix {
		position: relative !important;
		top: 0;
	}
	#menu_hamburger {
		display: block;
		width: 30px;
		height: 26px;
		background-image: url(images/menu_close.svg);
		background-repeat: no-repeat;
		cursor: pointer;
		position: absolute;
		right: 30px;
		bottom: 15px;
	}
	#nav_container {
		border: none;
		margin-top: 0;
		height: 42px;
		padding: 10px 0 10px 0;
		color: #000;
	}
	nav {
		left: 0;
		width: 100%;
		font-size: 20px;
		height: 100vh;
		background-color: #555456;
		position: fixed;
		top: 90px;
		padding: 0;
	}
	nav ul li {
		width: 100% !important;
		background-color: #555456;
	}
	nav ul li:last-child {
		border-bottom: 1px double #CCC;
	}
	nav ul li:nth-child(-n+4) a {
		background-color: #FFF;
		color: #4e4e4e;
		width: 100% !important;
	}
	nav ul li a {
		height: 10vh;
		line-height: 10vh;
		color: #FFF;
		text-align: left;
		text-indent: 60px;
	}
	nav ul li a:hover {
		border: none;
	}
	nav ul li:nth-child(-n+3) a:hover {
		background-color: rgba(223, 223, 223, 1.00);
	}
	#search_div {
		width: 100%;
		min-height: 40px;
		background-color: #FFF;
		position: fixed;
		display: none;
		padding-top: 20px;
		top: 62px;
		border-bottom: 1px solid #CCC;
		box-shadow: 0px 2px 13px 3px rgba(0, 0, 0, 0.75);
		transition: all 0.5s ease-in-out;
	}
	#search_overlay {
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 132px;
		z-index: 200;
		background-color: rgba(0, 0, 0, 0.72);
	}
	.search_txt {
		width: 60vw;
		margin-left: 5vw;
	}
	.button_ara {
		width: 20vw;
	}
	.home_section {
		height: auto !important;
	}
	.grid_4 {
		width: 50%;
	}

	.g:hover {
		background-size: cover !important;
	}

	.home_section_content {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
		transition: width 1s;
		padding: 0 20px;
		box-sizing: border-box;
		display: flex;
    	justify-content: space-around;
    	align-items: flex-start;
    	justify-items: stretch;
    	flex-direction: row;
    	flex-wrap: wrap; 
	}
	.marka_column {
		padding: 5px 15px;
		height: auto !important;
		border: none;
		width: 33%;
	}
	.footer_column {
		float: none;
	}
	.fc1 {
		display: none;
	}
	.fc2 {
		display: none;
	}
	.fc3 {
		margin: 0 auto;
		padding-left: 0;
	}
	.footer_seperator {
		display: none;
	}
	#urunler_baslik {
		background-image: none !important;
	}
	.common_baslik {
		overflow: hidden !important;
	}
	.ilgili_ürünler {
		height: auto;
		padding: 0 !important;
	}
	.ilgili_urunler_grid {
		width: 32vw;
		height: 33vw;
		position: relative;
		float: left;
		margin: 0 0;
		border: none;
	}
	.ilgili_urunler_grid_baslik {
		background-color: #FFF;
		color: #666;
	}
	.ilgili_urunler_grid:hover {
		box-shadow: none;
	}
	#contact_content form {
		width: 84vw;
		margin: auto;
	}
	.form_submit {
		width: 83vw;
	}
	#form_styla input:not([type=submit]) {
		width: 58vw;
		padding: 3px 2vw;
	}
	#form_styla label {
		width: 18vw;
		padding-left: 2vw;
	}
	.contact_area_label {
		width: 78vw;
		padding-left: 2vw;
		padding-right: 2vw;
	}
	.contact_area {
		width: 78vw;
		padding: 2vw;
	}
	.hizmet_column {
		width: 50%;
	}
}

@media screen and (max-width:960px) {
	#news_item_coverpic {
		position: absolute;
		top: 0;
		left: 0;
	}
	#etkinlik_float {
		margin-left: 0;
	}
	.news_slide {
		margin-left: -660px;
	}
	.featured_son2 {
		display: none !important;
	}
	.news_baslik {
		width: 600px;
		margin-right: 0;
		border-bottom: 4px solid #08C;
	}
	.baslik_alt_border {
		display: none;
	}
	#haber_social {
		margin-left: 460px;
	}
	#haber {
		width: 580px;
	}
	.for_order {
		order: -1;
	}
	#makale {
		width: 580px;
	}
	.article_card {
		width: 580px;
	}
	.all_news {
		width: 600px;
		margin-bottom: 40px;
	}
	#calendar {
		width: 100%;
		background: none;
		min-height: 0;
	}
	.destek_urun_banner {
		border-bottom: 10px solid #EBEBEB;
		padding: 15px 0 15px 20px !important;
		min-height: 170px !important;
		margin-bottom: 0px !important;
	}
	.destek_urun_banner h1 {
		margin-top: 0;
	}
	.destek_banner_image {
		display: block;
		height: 160px;
		float: right;
		margin-left: 20px;
		margin-top: -15px;
	}
	#destek_sol_frame {
		display: none;
	}
	#destek_sag_frame {
		border: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.destek_tabler {
		width: 100%;
		max-width: none;
	}
	.home_section_content {
		width: 640px;
		display: flex;
		flex-flow: column;
        align-items: center;
        justify-content: space-around;
	}
	.home_section_content2 {
		width: 100%;
	}
	.tabGroup img {
		max-width: 500px !important;
	}
	#breadcrumbs-one li:last-child {
		max-width: none !important;
	}
	#breadcrumbs-one {
		width: 100%;
	}
	#faq {
		padding-right: 0;
		width: 600px;
	}
	#populer_urun {
		width: 600px;
	}
	.populer_urunler_grid {
		margin: 35px;
	}
	#video {
		width: 600px;
		float: none;
		position: relative;
		left: 0;
		box-sizing: content-box;
		margin: 50px 0 0 0;
		padding: 0;
	}
	.video_in {
		width: 600px;
		height: 240px;
		overflow: auto;
		border: none;
	}
	#video h2 {
		text-align: left;
	}
	.marka_column {
		padding: 5px 15px;
		height: auto !important;
		border: none;
		width: 100%;
	}

	/*Horizontal scroll*/
	.scroll_icon {
		display: block;
	}
	.scroll_in_image {
		width: 138px;
		height: 85px;
		border-bottom: 2px solid #08C;
		margin-bottom: 15px;
	}
	.hs ul {
		float: left;
		margin-right: -999em;
		list-style: none;
	}
	.hs li {
		margin: 5px;
		text-align: center;
		float: left;
		display: inline;
		overflow: none;
		font-size: 10px;
	}
	.hs li a {
		width: 140px;
		height: 195px;
		text-align: center;
		float: left;
		display: inline;
	}
	/*Horizontal scroll end*/
	#kullanim {
		width: 600px;
		float: none;
		position: relative;
		left: 0;
		box-sizing: content-box;
		margin: 50px 0 0 0;
		padding: 0;
	}
	#kullanim h2 {
		text-align: left;
	}
	.seperator_span {
		margin-right: 0;
		background: linear-gradient(90deg, #CCC 0%, #08C 50%, #CCC 100%);
	}
}

@media screen and (max-width:800px) {
	#urun_key {
		padding: 15px;
		height: 290px;
	}
	#map_adres {
		display: none;
	}
	.tel {
		display: block;
	}
	#mobile_adres {
		display: block;
	}
	.tabGroup>div {
		justify-content: space-around;
		padding: 15px;
	}
	.mobile-hide {
		display: none;
	}
	.common_content {
		justify-content: space-around;
	}
	.common_content a {
		margin-bottom: 15px;
	}
	.nav-container-hidden {
		top: -62px !important;
	}
}

@media screen and (max-width:660px) {
	iframe {
		width: 300px;
		height: 188px;
	}
	#corona p {
		font-size: 8px !important;
	}
	nav ul li a {
		height: 8vh;
	}
	.home_section_content2 {
		padding: 40px 30px 80px 30px;
	}
	#haber_kaynak {
		width: 100%;
		margin-left: 0;
	}
	#etkinlik_info_content {
		width: 100%;
		margin: 0 0 20px 0;
	}
	#haber_banner {
		padding: 20px 0;
	}
	#news_car, #featured_nav {
		display: none !important;
	}
	#highlights {
		display: block;
	}
	.news_baslik {
		width: 320px;
		margin-left: -20px;
		margin-bottom: 20px;
	}
	#haber_social {
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}
	#haber {
		width: 280px;
	}
	#makale {
		width: 280px;
	}
	.article_card {
		width: 280px;
		padding: 0;
	}
	.article_card_desc {
		height: 230px;
	}
	.all_news {
		width: 280px;
	}
	/*table denemesi*/
	.mobileTable {
		width: 95%;
	}
	.mobileTable table, .mobileTable thead, .mobileTable tbody, .mobileTable th, .mobileTable td, .mobileTable tr {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.mobileTable thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.mobileTable tr {
		border-bottom: none !important;
		margin: 0;
		padding: 0;
	}
	.mobileTable tr td:first-child, .mobileTable tr td:first-child p {
		background-color: #333333;
		color: #FFF !important;
		border: none;
	}
	.mobileTable td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: auto !important;
		text-align: left !important;
	}
	.mobileTable table p {
		margin: 3px;
		padding: 3px;
	}
	.mobileTable td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	.mobileTable td:before {
		content: attr(data-heading);
	}
	/*Horizontal scroll*/
	.scroll_in_image {
		width: 98px;
		height: 85px;
		border-bottom: 2px solid #08C;
		margin-bottom: 15px;
	}
	.hs li a {
		width: 100px;
		font-size: 12px;
	}
	/*Horizontal scroll end*/
	#veya {
		height: 30px;
		line-height: 30px;
		width: 280px;
		text-align: center;
	}
	.urun_giris {
		width: 280px;
	}
	.supportSelector {
		width: 240px;
		background-position: 220px center;
	}
	.seri_submit {
		width: 240px;
	}
	#populer_urun {
		width: 280px;
	}
	.populer_urunler_grid {
		margin: 5px;
	}
	#faq {
		width: 280px;
	}
	#video {
		width: 280px;
	}
	.video_in {
		width: 280px;
	}
	#kullanim {
		width: 280px;
	}
	#m404 {
		background-image: none;
		margin-top: 62px;
	}
	#m404 h1 {
		font-size: 16pt !important;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	#m404_content {
		width: auto;
		margin-bottom: 20vw;
		padding: 0;
		clear: both;
	}
	#m404_image {
		display: block !important;
	}
	.home_section_content {
		width: 320px;
	}
	#urun_key {
		display: none !important;
	}
	#slides {
		width: 95vw;
		height: 320px !important;
		margin: 0 auto;
		float: none;
	}
	#urun_slider {
		float: none;
	}
	.slidesjs-container {
		height: 320px !important;
	}
	.tabGroup>input[type="radio"]+label {
		box-sizing: border-box;
		color: #FFF;
		height: auto;
		vertical-align: top;
		text-align: center;
	}
	.common_content {
		padding: 15px;
		clear: both;
	}
	.urun_liste_item {
		width: 140px;
		display: block;
	}
	.urun_liste_baslik {
		width: 130px;
	}
	.tabGroup img {
		max-width: 300px !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
		float: none !important;
		margin-bottom: 20px;
	}
	.tabGroup div a {
		display: block;
	}
	.hizmet_column {
		width: 100%;
	}
	.marka_column {
		width: 100%;
	}
	.katalog_column {
		width: 50%;
	}
}