textarea#message {
	height: 125px;
}

body * {
	font-family: calibri !important;
}

#header #main-nav li a {
	text-transform: none !important;
	font-family: calibri !important;
}

.logo {
	margin-top: 8px;
	width: 350px;
}

#header #hero .slides li h1 {
	color : #B92B32 !important;
}

#header #hero .slides li .cta {
	background-image: none !important;
	background-color: #B92B32 !important;
	padding: 0.5em 1.35em !important;
}


#header #main-nav li a:hover {
	color : #B92B32 !important;
}


#header #top-bar .page {
	background: none !important;
}

#main #who-we-are {
	background-image: none !important;
	background-color: #B92B32 !important;
}

#main #contact-us {
	background-image: none !important;
	background-color: #B92B32 !important;
}


#header #hero .slides li.software {
  background: url(../images/ep.png) right center no-repeat;
}

#header #hero .slides li.hardware {
  background: url(../images/m1.png) right center no-repeat;
}

#header #hero .slides li.network {
  background: url(../images/a.png) right center no-repeat;
}

#header #hero .slides li.bigdata {
  background: url(../images/bigdata.png) right center no-repeat;
}

#header #hero .slides li.energy {
  background: url(../images/enerji-verimliligi.png) right center no-repeat;
}

#main #what-we-do .page {
   background: url(../images/platform.png) 85% top no-repeat !important;
}

#main #what-we-do  div.lht {
	background: url(../images/lht.png) right center no-repeat !important;
}

#main .heading, #main #who-we-are h1, #main #what-we-do h1 {
	text-transform: none !important;
}

table.product-table {
	width: 100%;
	line-height: 250px;
}


table.product-table td:nth-child(1) {
	width: 30%;
}

table.product-table td{
	border-bottom: 1px solid gray;
}

/* Aril css kodları */

#arilText{
    background-color: yellow;
	text-decoration: none;
}

#readButton{
    padding: 8px 16px;
	margin: 3px;
	font-size: 17px;
	cursor: pointer;
	position: relative;
	top:4px;
	border: 2px solid;
	border-radius: 5px;
	background-color: #007bff;;
	color: white;
}

.arilPolitikasi {
	position: fixed;
	bottom: -250px;
	left: 0;
	width: 100%;
	height: 16%;
	z-index: 9999;
	background-color: #f0f0f0;
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
	align-items: center;
	transition: bottom 0.3s ease;
	color:black;
}

.arilPolitikasi.show {
	bottom: 0px;
}

.aril{
	padding: 20px;
	text-align: center;
	font-size: 16px;

}
.aril a {
	text-decoration: none;
	color: rgb(0, 0, 0);
}

.aril a:hover{
	text-decoration: underline;
	color:#007bff;
}

/* Media Query'ler */
/* Masaüstü stil ayarları */
/* Masaüstü boyutları için stil ayarları */
@media (min-width: 992px) {
    .arilPolitikasi {
         /* Masaüstü boyutları */
         height:15%;
         width: 100%;
         font-size: 17px;
         padding: 3px;
    }
}

/* Tablet stil ayarları */
@media (min-width: 768px) and (max-width: 991px) {
    .arilPolitikasi {
         height: auto;
         width: 100%;
		 font-size: 20px;
    }
}

/* Mobil stil ayarları */
@media (min-width: 300px) and (max-width:767px) {
    .arilPolitikasi {
        /* Mobil boyutları */
        height: auto;
        width: 100%;
		font-size: 10px;
    }
}
@media (max-width:299px) {
    .arilPolitikasi {
        /* Mobil boyutları */
        height: auto;
        width: 100%;
		font-size: 10px;
    }
}
