   @import url('css/component.css');
body {
background-color:#efefef;
padding:0;
margin:0;
color:#555;
font-family:'PT Sans Narrow';
}
a {
text-decoration: none;
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
outline: none;
}
section {
margin: 0;
padding: 0;
}
::selection {background: #ff0528;color: #FFFFFF;text-shadow: 0;}
::-moz-selection { background: #046116; color: #FFFFFF; }
header{
width:100%;
height:auto;
background-color:#fff;
z-index:999999999;
position:relative;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
}
.top {
width:100%;
height:60px;
line-height:57px;
border-bottom:solid 1px #04801c;
color:#fff;
position:relative;
background-image:url(img/hbg.jpg);
margin-top:5px;
font-size:18px;
z-index:999999999999999999999;
-webkit-box-shadow: 0px 13px 21px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 13px 21px 0px rgba(0,0,0,0.25);
box-shadow: 0px 13px 21px 0px rgba(0,0,0,0.25);
}
.top a {
color:#fff;
}
.ti {
padding-top:3px;
padding-bottom:7px;
padding-left:5px;
padding-right:5px;
color:#fff;
border-radius:2px;
margin-right:3px;
border-bottom:solid 2px #f5c021;
}
.topSol {
float:left;
}
.topSag {
float:right;
}
.cont {
width:1100px;
margin-left:auto;
margin-right:auto;
}
.cont-2 {
width:1100px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
}
.trans {
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.blink {
-webkit-animation-name: blinker;
-webkit-animation-duration: 2s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: blinker;
-moz-animation-duration: 2s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
animation-name: blinker;
animation-duration: 2s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
0% {
opacity: 1.0
}

50% {
opacity: .0
}

100% {
opacity: 1.0
}
}

@-webkit-keyframes blinker {
0% {
opacity: 1.0
}

50% {
opacity: .0
}

100% {
opacity: 1.0
}
}

@keyframes blinker {
0% {
opacity: 1.0
}

50% {
opacity: .0
}

100% {
opacity: 1.0
}
}
.logo {
float:left;
margin-top:23px;
height:74px;
font-size:22px;
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.logo i {
font-size:38px;
}
.sHat {
width:405px;
margin-left:auto;
margin-right:auto;
margin-top:-335px;
position:relative;
z-index:9999999999;
color:#fff;
font-size:34px;

}
.sInfo {
font-size:24px;
text-align:center;
margin-top:15px;
color:#fff;
opacity:0.5;
}
.marquee {
height: 3px;
width: 100%;
overflow: hidden;
position: relative;
}
.marquee div {
display: block;
width: 200%;
height: 30px;
position: absolute;
overflow: hidden;
animation: marquee 120s linear infinite;
}
@keyframes marquee {
0% { left: 0; }
100% { left: -100%; }
}
.bar {
width:100%;
height:8px;
background-image:url(img/bar.png);
}
.arama {
width:325px;
float:right;
position:relative;
margin-top:40px;
}
.arama input {
width:300px;
padding:10px;
border:0;
color:#777777;
border:solid 3px #efefef;
outline:none;
font-size:17px;
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
border-radius:4px;
}
.arama button {
width:45px;
height:47px;
background-color:transparent;
color:#3b5998;
border:none;
padding:10px;
cursor:pointer;
position:absolute;
font-size:22px;
border-radius:4px;
margin-left:-50px;
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.chrome .arama button {
width:45px;
height:47px;
background-color:transparent;
color:#3b5998;
border:none;
padding:10px;
cursor:pointer;
position:absolute;
font-size:22px;
border-radius:4px;
margin-left:280px;
margin-top:-48px;
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.arama button i {
border:none;
background:none;
}
.arama button:hover {
opacity:0.9;
border:solid 1px #ffcc33;
}
.slideTab {
width:1100px;
height:100px;
background-color:#0e72e0;
margin-left:auto;
margin-right:auto;
margin-top:137px;
position:relative;
z-index:99999;
border-top:solid 3px #0e72e0;
-webkit-box-shadow: 0px -15px 21px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px -15px 21px 0px rgba(0,0,0,0.31);
box-shadow: 0px -15px 21px 0px rgba(0,0,0,0.31);
}
.tabDiz {
float:left;
margin-left:50px;
margin-top:27px;
opacity:1.1;
width:300px;
cursor:pointer;
}
.tabDiz div {
color:#fff;
font-weight:bold;
font-size:21px;
}
.tabDiz span {
color:#ccc;
font-size:15px;
}
.tabDiz i {
float:left;
font-size:50px;
color:#fff;
margin-right:10px;
}
.menu {
width:100%;
height:60px;
clear:both;
margin-top:39px;
float:left;
background-color:#fff;
border-radius:4px;
-webkit-box-shadow: 0px 13px 21px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 13px 21px 0px rgba(0,0,0,0.31);
box-shadow: 0px 13px 21px 0px rgba(0,0,0,0.31);
}
.an {
width:55px;
background-color:#0e72e0;
height:57px;
text-align:center;
color:#fff;
font-size:28px;
float:left;
border-bottom:solid 3px #0e72e0;
}
.an i {
margin-top:15px;
}
.an a {
color:#fff;
}
.mList {
float:left;
height:60px;
line-height:60px;
padding-left:15px;
padding-right:15px;
font-weight:bold;
color:#efefef;
border-right:solid 1px #efefef;
text-transform:uppercase;
}
.mList a {
color:#0e72e0;
}
.mList a:hover {
opacity:0.7;
}
.sosyal {
float:right;
color:#fff;
margin-right:15px;
margin-top:15px;
}
.sosyal a {
color:#fff;
}
.sosyal i {
padding:5px;
border:solid 1px #3b5998;
border-radius:3px;
background-color:#3b5998;
}
.sosyal i:hover {
color:#fff;
background-color:#ffcc33;
border:solid 1px #ffcc33;
}
.mottoBas {
width:200px;
height:50px;
line-height:50px;
text-align:center;
background-color:#ffcc33;
margin-top:30px;
margin-left:auto;
margin-right:auto;
font-weight:bold;
font-size:19px;
border-radius:999px;
color:#fff;
border-corner-shape:bevel;
border:solid 7px #efefef;
position:relative;
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.motto {
width:1100px;
height:95px;
background-color:#fff;
margin-left:auto;
margin-right:auto;
margin-top:-15px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
}
.motList {
width:325px;
float:left;
margin-left:30px;
margin-top:25px;
}
.motList i {
float:left;
font-size:28px;
width:29px;
height:29px;
text-align:center;
margin-right:10px;
padding:10px;
border-radius:50%;
border:solid 1px #ffcc33;
}
.motList div {
font-size:19px;
}
.motList span {
color:#9b9b9b;
}
.cevir {
width:50px;
height:50px;
float:left;
margin-right:10px;
-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear;
-o-transition: all 400ms linear;
-ms-transition: all 400ms linear;
transition: all 400ms linear;
}
.motList:hover .cevir {
opacity:0.6;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.sol {
float:left;
width:800px;
min-height:400px;
margin-top:20px;
}
.sag {
float:right;
width:280px;
min-height:400px;
margin-top:20px;
}
/**slider**/

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
ul.bjqs-controls.v-centered li a{
display:block;
padding:12px;
background-color: #fff;
color:#777777;
font-size: 18px;
margin-top:-10px;
text-decoration: none;
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
ul.bjqs-controls.v-centered li a:hover{
background:#ffcc33;
color: #fff;
}
ol.bjqs-markers li a{
padding:5px 10px;
background:#000;
color:#fff;
margin:5px;
text-decoration: none;
}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
background: #999;
}
p.bjqs-caption{
color:#fff;
height: 40px;
line-height:40px;

font-weight:bold;
font-size:25px;
background-color: rgba(000,0,0,0.5) ;
text-shadow: 0 1px 1px #252525;
}
#manset-slide {
width:795px;
height:377px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
}
.blok {
width:100%;
min-height:150px;
background-color:#fff;
margin-bottom:15px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
}
.katBas {
height:50px;
line-height:50px;
padding-left:15px;
font-size:18px;
font-weight:bold;
border-bottom:solid 1px #efefef;
text-transform:uppercase;
}
.katBas i {
padding-top:3px;
padding-bottom:7px;
padding-left:5px;
padding-right:5px;
color:#0e72e0;
border-radius:2px;
margin-right:3px;
border-bottom:solid 2px #f5c021;
}
.katList {
height:40px;
line-height:40px;
padding-left:15px;
font-size:16px;
cursor:pointer;
border-bottom:solid 1px #efefef;
}
.katList:hover {
background-color:#efefef;
}
.katList:hover i {
color:#ffcc33;
}
.katList a {
color:#555;
}
.katList i {
font-size:14px;
}
/**etikt**/
.tag { 	
float: left; 
margin: 3px;	
height: 29px; 
width: auto;
}
.tag a{
background: url("img/gradient.png") repeat-x scroll left top transparent;    
float: left;    
height: 29px;
padding: 5px 6px;
color: #fff;
font-size: 11pt;
text-decoration: none;    
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);	
}
.tag:before{
content: '';
background: url("img/tagleft_left.png") no-repeat scroll 0 0 transparent;
display: block;
float: left;
height: 29px;  
width: 15px;  
}
.tag:after{
content: '';
background: url("http://kombi.xn--eskiehir-ts49b.web.tr/") no-repeat scroll 0 0 transparent;
display: block;
float: right;
height: 29px;  
width: 4px;  
}
.tag.flip:before{
content: '';
background: url("img/tagright_left.png") no-repeat scroll left top transparent;
display: block;
float: left;
height: 29px; 
width: 4px;  
}
.tag.flip:after{
content: '';
background: url("img/tagright_right.png") no-repeat scroll right top transparent;
display: block;
float: right;
height: 29px; 
width: 16px;  
}
/* Mouse Hover Rules */
.tag a:hover{
background: url("img/gradient_hover.png") repeat-x scroll left top transparent;    
}
.tag:hover:before{
background: url("img/tagleft_left_hover.png") no-repeat scroll 0 0 transparent;
}
.tag:hover:after{
background: url("img/tagleft_right_hover.png") no-repeat scroll 0 0 transparent;
}
.tag.flip:hover:before{
background: url("img/tagright_left_hover.png") no-repeat scroll left top transparent;
}
.tag.flip:hover:after{
background: url("img/tagright_right_hover.png") no-repeat scroll right top transparent;
}
.tagBg {
padding:10px;
}
.tagC {
clear:both;
padding:5px;
}
.katListS {
height:auto;
line-height:40px;
padding-left:15px;
font-size:16px;
cursor:pointer;
padding-right:15px;
border-bottom:solid 1px #efefef;
}
.katListS:hover {
background-color:#efefef;
}
.katList:hover i {
color:#ffcc33;
}
.katListS a {
color:#555;
}
.katListS i {
font-size:14px;
}
.kInfo {
color:#7b7b7b;
font-size:13px;
margin-top:-15px;
}
.kInfo i {
color:#e59768;
font-size:13px;
margin-right:3px;
}
.carousel .carousel_indicator {
padding-top: 5px;
text-align: center; }
.carousel .carousel_indicator span {
margin: 0 2px;
border-radius: 5px;
display: inline-block;
width: 10px;
height: 10px;
text-indent: -1000em; }
.carousel .carousel_indicator span.active {
}
.carousel .btns {
padding-top: 5px;
text-align: right;
}
.carousel .btns div {
float:right;
cursor:pointer;
}
#carousel_1{
margin: 0 auto;
width: 1100px;
height: 150px;
background: #fff;
overflow: hidden; 
margin-top:18px;
margin-top:-15px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
}
#carousel_1 .carousel_box{
float: left;
border: solid #fff 5px;
width: 147px;
height: 140px;
color: #fff;
overflow:hidden;


}
.carousel_box div {
width:100%;
height:30px;
line-height:28px;
padding-left:10px;
margin-top:-30px;
position:relative;
color:#fff;
font-size:13px;
background-color: rgba(000,0,0,0.5);
}
.carBas {
width:250px;
height:50px;
line-height:50px;
text-align:center;
background-color:#0e72e0;
margin-top:15px;
margin-left:auto;
margin-right:auto;
font-weight:bold;
font-size:19px;
border-radius:999px;
border:solid 7px #efefef;
position:relative;
color:#fff;
z-index:10;
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.dBg {
width:100%;
height:400px;
background-color:#fff;
margin-top:40px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
}
.sonBas {
width:160px;
height:50px;
line-height:50px;
text-align:center;
background-color:#ffcc33;
margin-top:15px;
margin-left:auto;
margin-right:auto;
font-weight:bold;
font-size:19px;
border-radius:999px;
border:solid 7px #efefef;
position:relative;
z-index:10;
}
.down {
margin-top:50px;
}
.uList {
width:263px;
height:285px;
float:left;
margin-left:10px;
margin-bottom:10px;
overflow:hidden;
cursor:pointer;
}
.icBg .uList {
width:252px;
height:285px;
}
.uList a {
color:#fff;
}
.clear {
padding:5px;
}
.uIc {
margin-top:10px;
font-size:14px;
}
.uIc a {
color:#444;
margin-left:2px;
}
.uBas {
width:100%;
height:30px;
line-height:28px;
padding-left:10px;
margin-top:-30px;
position:relative;
color:#fff;
font-size:14px;
background-color: rgba(000,0,0,0.5);
}
.hover01 {
overflow: hidden;
height:156px;
}
.hover01 figure {
padding:0;
margin:0;
}
.hover01 figure img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.hover01 figure:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
footer {
width:100%;
height:auto;
padding-bottom:20px;
background-color:#fff;
border-bottom:solid 1px #ccc;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
}
footer a {
color:#555;
}
.copy {
clear:both;
padding-top:15px;
}
#Yukari { 
width:35px;
height:35px;
bottom:15px;
right:15px;
line-height:30px;
color:#fff;
border-radius:50px;
position:fixed;
display:none;
cursor:pointer;
z-index: 999;
font-size:21px;
background-color:#0e72e0;
text-align:center;
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#Yukari i {
margin-top:4px;
}
.carBas-2 {
width:280px;
height:50px;
line-height:50px;
text-align:center;
background-color:#0e72e0;
margin-top:15px;
margin-left:auto;
margin-right:auto;
font-weight:bold;
font-size:19px;
border-radius:999px;
border:solid 7px #efefef;
position:relative;
z-index:10;
color:#fff;
}
.secili {
background-color:#efefef;
}
.secili i {
color:#ffcc33;
}
.secili-2 {
background-color:#ffcc33;
color:#555;
border-bottom:solid 3px #f5c021;
}
.secili-2 a {
color:#555;
}
#crumbs ul, li {
list-style-type:none;
padding:0;
margin:0;
}
.cont-2 #crumbs {
width:1059px;
height:2.3em;
border:1px solid #e9e9e9;
border-radius: 2px;
background-color:#fff;
margin-top:0px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
}
#crumbs {
width:95%;
height:2.3em;
border:1px solid #e9e9e9;
border-radius: 2px;
background-color:#fff;
margin-top:0px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
}
#crumbs li {
float:left;
line-height:2.3em;
color:#777;
padding-left:.45em;
font-size: 15.5px;
font-weight: normal;
}		
#crumbs li a {
background:url(img/crumbs.gif) no-repeat right center;
display:block;
padding:0 15px 0 0;
}							
#crumbs li a:link,
#crumbs li a:visited {
color:#777;
text-decoration:none;
}	
#crumbs li a:hover,
#crumbs li a:focus {
color:#901d78;
}
.icBg {
width:100%;
min-height:400px;
background-color:#fff;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
margin-bottom:15px;
}
.icBg-2 {
width:100%;
min-height:400px;
background-color:#fff;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
margin-bottom:15px;
}
.icBg-3 {
width:100%;
min-height:400px;
margin-bottom:15px;
}
.icBg img {
max-width:100%;
margin-bottom:15px;
}
.icBg-2 img {
max-width:100%;
}
.pad {
padding:15px;
}
.pad h1 {padding:0;margin:0;color: #ef0732;margin-bottom:15px;}
.icInfo {
margin-bottom:15px;
font-size:14px;
}
.ara-form {
float:left;
font-size:18px;
margin-left:20px;
margin-top:42px;
line-height:31px;
width:250px;
cursor:pointer;

}
.ara-form i {
float:left;
font-size:28px;
width:29px;
height:29px;
text-align:center;
margin-right:10px;
padding:10px;
border-radius:50%;
border:solid 1px #ffcc33;
}
.araInfo {
color:#9b9b9b;
margin-top:-10px;
font-size:13px;
}
.cevir-2 {
width:50px;
height:50px;
float:left;
margin-right:10px;
-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear;
-o-transition: all 400ms linear;
-ms-transition: all 400ms linear;
transition: all 400ms linear;
}
.ara-form:hover .cevir-2 {
opacity:0.6;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
#canvas_holder{
width:100%;
height:350px;
z-index: 0;
border-bottom:solid 1px #CCCCCC;
}
#map_canvas{
width:100%;
height:400px;
position: "absolute";
top: 0px;
left: 0px;
overflow: "hidden";
}
#holder{
width: 130px;
background: rgba(0,0,0,0.8);
z-index: 1000;
position: absolute;
color: white;
padding: 10px;
border-radius: 2px;
-moz-border-radius: 10px;
text-align:center;
margin-top:50px;
margin-left:60px;
color:#CCCCCC;
font-size:10px;
}
#holder a {
color: #ccc;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-size:14px;
}
.ilSol {
width: 480px;
float: left;
margin-top: 30px;
font-family:'PT Sans Narrow';
}
.ilSol  i {
background-color:#328be8;
width:28px;
height:28px;
text-align:center;
line-height:28px;
color:#fff;
border-radius:2px;
margin-right:5px;
}
.ilSag {
width: 550px;
margin-bottom:50px;
float: right;
margin-top: 30px;
font-family:'PT Sans Narrow';
}
.input {
width:97%;
height:35px;
padding:5px;
margin:2px;
border-radius:2px;
color:#252525;
font-size:12px;
margin-left:2px;
border:solid 1px #c1c1c1;
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
-webkit-box-shadow: 0px -9px 9px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px -9px 9px -8px rgba(0,0,0,0.20);
box-shadow: 0px -9px 9px -8px rgba(0,0,0,0.20);
}
.input:hover {
border:solid 1px #901d78;
}
.ilForm {
width:95%;
margin-left:auto;
margin-right:auto;
}
.mBas {
color: #555;
margin:5px;
}

.inputTxt {
width:96%;
height:75px;
padding:7px;
margin:2px;
border-radius:4px;
border:solid 1px #c1c1c1;
font-family:Arial;
font-size:14px;
color:#252525;
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
-webkit-box-shadow: 0px -9px 9px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px -9px 9px -8px rgba(0,0,0,0.20);
box-shadow: 0px -9px 9px -8px rgba(0,0,0,0.20);
}
.inputTxt:hover {
border:solid 1px #901d78;
}
.inBut {
float:right;
width:170px;
height:30px;
line-height: 30px;
padding:5px;
margin:2px;
border:0;
font-size:18px;
cursor:pointer;
border-radius:4px;
background-color:#0c5097;
border-bottom:solid 3px #164575;
text-align:center;
color: #fff;
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.inBut:hover {
opacity: 0.9;
}
#il-form {
text-align: center;
margin-top: 10px;
}
.fLine {
line-height: 40px;
border-bottom: dotted 1px #ccc;
}
.ilSol a {
color: #444;
text-decoration: none;
}
.ilSol a:hover {
color: #555555;
}
.ilB {
margin-bottom: 15px;
font-size: 20px;
text-transform:uppercase;
}
#fotolar {
line-height: 0;
-webkit-column-count: 4;
-webkit-column-gap:   0px;
-moz-column-count:    4;
-moz-column-gap:      0px;
column-count:         4;
column-gap:           0px;
margin:0;
padding:0;
list-style:none;
}
#fotolar img {
width: 100% !important;
height: auto !important;
}
#fotolar li {
margin:5px;
padding: 5px;
border:solid 1px #ccc;
border-radius:2px;
cursor: pointer;
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
#fotolar :first-child {
margin-top:-0px;
}
@media (max-width: 1200px) {
#fotolar {
-moz-column-count:    4;
-webkit-column-count: 4;
column-count:         4;
}
}
@media (max-width: 1000px) {
#fotolar {
-moz-column-count:    3;
-webkit-column-count: 3;
column-count:         3;
}
}
@media (max-width: 800px) {
#fotolar {
-moz-column-count:    2;
-webkit-column-count: 2;
column-count:         2;
}
}
@media (max-width: 400px) {
#fotolar {
-moz-column-count:    1;
-webkit-column-count: 1;
column-count:         1;
}
}
.gTab {
width:1070px;
height:50px;
}
.gList {
padding:7px;
float:right;
margin:2px;
border-radius:2px;
background-color:#0e72e0;
}
.gTab a {
color:#fff;
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.gAc {
color:#fff;
}
.sncYok {
margin-top: 100px;
text-align: center;
}
.sncYok i {
font-size: 65px;
color: #ccc;
margin-top: 50px;
}
#form-als {
text-align: center;
margin-top: 12px;
margin-left: 15px;
float: left;
font-size: 15px;
}
#form-als i {
color: #c53412;
}
#form-alt {
text-align: center;
margin-top: 12px;
margin-left: 15px;
float: left;
font-size: 15px;
}
#form-alt i {
color: #c53412;
}
#form-al {
text-align: center;
margin-top: 12px;
margin-left: 15px;
float: left;
font-size: 15px;
}
#form-al i {
color: #c53412;
}
.mBut {
width:110px;
height:25px;
line-height: 25px;
padding:3px;
border:0;
font-size:16px;
cursor:pointer;
border-radius:2px;
background-color:#555555;
border-bottom:solid 3px #363636;
text-align:center;
color: #fff;
float: left;
margin-top: 4px;
margin-bottom: 15px;
margin-left: 2px;
}
.mBut i {
color: #fff;
}
.pagBg {
text-align:right;
margin-top:30px;
margin-bottom:30px;
height:50px;
margin-right:10px;
}
.etiket {
width:1090px;
margin-left:auto;
margin-right:auto;
margin-top:5px;
margin-bottom:15px;
height:50px;
line-height:50px;
background-color:#efefef;
padding:5px;
border-top:solid 1px #479232;
border-bottom:solid 1px #ccc;
}
.etiket span {
text-transform:capitalize;
font-weight:bold;
}
.pager_links a{ height:40px; width:40px; color:#444; margin:2px; padding:7px; border:solid 1px #555555; border-radius:3px; -webkit-transition:all .5s ease .25s;transition:all .5s ease .25s;}
.pager_links a:hover { color:#fff; background-color:#555555;}
.overlay {
width:100%;
height:620px;
position:absolute;
z-index:99999;
background-color:#000;
opacity:0.5;
}

.ui-carousel{height:188px;margin:0;overflow:auto;padding:0;position:relative}.ui-carousel>.wrapper{margin:0;padding:0;width:9999px}.ui-carousel>.wrapper>*{border:0;display:block;float:left;height:188px;overflow:hidden;width:250px}#carousel img{width:100%;height:230px;border-radius:1px}.contList{width:265px;max-height:330px;border-top:solid 4px #000;float:left;cursor:pointer;background-color:#fff;box-shadow:0 0 15px #d7d7d7;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.contList img{width:100%;height:140px}.contList-2{width:249px;height:350px;float:left;cursor:pointer;background-color:#fff;box-shadow:0 0 15px #d7d7d7;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.contList-2 img{width:100%;height:140px}.contIc{padding:5px;font-size:15px;color:#565656}.contBas{color:#046116;margin-bottom:5px;font-weight:700;font-size:16px;text-transform:uppercase}.carBg{max-width:100%; overflow:hidden;margin-left:auto;margin-right:auto;position:relative;-webkit-box-shadow:0 0 5px#ccc;-moz-box-shadow:0 0 5px#ccc;box-shadow:0 0 5px#ccc}.carBg-2{width:1000px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;-webkit-box-shadow:0 0 5px#ccc;-moz-box-shadow:0 0 5px#ccc;box-shadow:0 0 5px#ccc}#ui-next,#ui-prev{width:22px;height:22px;line-height:7px;display:block;position:absolute;text-align:center;top:0;margin-top:88px;z-index:100;color:#fff;padding:15px;font-size:21px;background-color:#046116}#ui-next:hover,#ui-prev:hover{opacity:.8}#ui-next{right:0}#ui-prev{left:0}#carouselAlt{margin:0 auto}.contD{width:85px;height:30px;line-height:30px;font-size:14px;text-align:center;background-color:#356ca7;margin-top:-28px;position:relative;color:#fff;cursor:pointer;text-transform:uppercase;display:none}.contList:hover .contD{display:block}
.popBg {
width:100%;
margin-top:30px;
}
.popBg i {
font-size:17px;
}
.popBas {
font-size:21px;
font-weight:bold;
margin-bottom:12px;
}
.popLink {
width:100%;
line-height:35px;
border-bottom:solid 1px #ccc;
}
.popLink i {
color:#0e72e0;
margin-left:5px;
margin-right:5px;
}
.popLink a {
color:#555;
}
.popLink:hover a {
color:#0e72e0;
}
.accordion{padding:0;margin:2em 0;width:100%;font-size:1em;position:relative}.accordion__title{padding:0 1em;color:#222;float:left;line-height:3;height:3em;cursor:pointer}.no-js .accordion__title{float:none;height:auto;cursor:auto;margin:0;padding:0 2em}.accordion__content{float:right;width:100%;margin:3em 0 0 -100%;border-top:solid 2px #046116}.no-js .accordion__content{float:left;margin:0}.accordion__title:hover{background:#046116;color:white}.accordion__title.active{background:#046116;color:white}.no-js .accordion__title:hover{background-color:#ccc;color:#222}.accordion__title.active{border-top-color:lime}@media (max-width:48em){.accordion{-webkit-box-shadow:0 0 5px#ccc;-moz-box-shadow:0 0 5px#ccc;box-shadow:0 0 5px#ccc}.accordion__title,.accordion__content{float:none;margin:0;font-size:17px;background-color:#fff;border-bottom:solid 1px #ccc}.accordion__title:last-child{border:none}.accordion__title.active{border-top-color:#eee}.accordion__title.active .accordion__title:hover{background:#046116}.accordion__title:before{content:"";text-align:left;display:inline-block}.overflow-scrolling{overflow-y:scroll;height:auto;padding:0;overflow:hidden;-webkit-overflow-scrolling:touch}.accordion__content{position:relative;padding:0}.no-js .accordion__content{padding:1em;overflow:auto;display:block}.accordion__content:after{position:absolute;top:100%;left:0;width:100%;height:50px;border-radius:10px 0 0 10px / 50% 0 0 50%;box-shadow:-5px 0 10px rgba(0,0,0,.5)}}
.acList{width:100%;margin-left:auto;margin-right:auto;height:200px;cursor:pointer;margin-bottom:10px;background-color:#fff;-webkit-box-shadow:0 0 5px#ccc;-moz-box-shadow:0 0 5px#ccc;box-shadow:0 0 5px#ccc}.acList-2{width:1000px;margin-left:auto;margin-right:auto;height:200px;cursor:pointer;background-color:#fff;-webkit-box-shadow:0 0 5px#ccc;-moz-box-shadow:0 0 5px#ccc;box-shadow:0 0 5px#ccc}.acIc{padding:10px}.acSol{float:left;width:250px;height:180px}.acSol img{min-width:250px;min-height:180px;max-width:250px;max-height:180px;cursor:pointer;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.acList:hover .acSol img{opacity:.8}.acList-2:hover .acSol img{opacity:.8}.acSag{float:right;width:520px;height:180px}.acBas{font-size:20px;font-weight:700;color:#046116;text-transform:uppercase}.acBord{width:100px;margin-top:5px;border-bottom:solid 2px #ccc;-webkit-transition:width 2s;-moz-transition:width 2s;-o-transition:width 2s;transition:width 2s}.acList:hover .acBord{width:100%}.acList-2:hover .acBord{width:100%}.acT{float:right;color:#929292;font-size:14px}.acDed{margin-top:4px;}.acD{background-color:#0e72e0; width:80px;height:30px;line-height:28px;text-align:center;color:#fff;font-size:14px;border-radius:2px;margin-top:6px;float:right;cursor:pointer;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.acD:hover{opacity:.8}.acO{float:left;font-size:14px;margin-top:10px;cursor:pointer;color:#929292}.baska{position:fixed}.dB{text-transform:uppercase;margin-left:1px;font-size:10px;text-align:center;width:50px}
.refList{width:510px;height:110px;float:left;display:block;margin-left:5px;color:#252525;border-bottom:dotted 1px #ccc; margin-right:20px;}.refTxt{float:right;width:350px;margin-top:20px;font-size:14px;}.KivirBas{width:230px;height:280px;border-radius:3px;border:solid 1px #CCC;padding:2px;cursor:pointer;opacity:.8;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.KivirBas:hover{opacity:1.1}.basinList{width:240px;height:350px;float:left;margin-left:9px;margin-top:13px}.refBas{font-size:16px;color:#2277b8}.refBas i{margin-right:5px}.basTxt{font-size:14px;margin-top:3px}.pager_links{height:35px;margin-top:15px;margin-bottom:15px}.pager_links i{color:#2277b8}
.KivirRef{width:120px;height:80px;padding:1px;float:left;cursor:pointer;margin-top:13px;opacity:.8;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.KivirRef:hover{opacity:1.1}.refList{width:490px;height:110px;float:left;display:block;margin-left:5px;color:#252525;border-bottom:dotted 1px #ccc}.refTxt{float:right;width:350px;margin-top:20px;font-size:14px}
.acList-3 {width:100%;margin-left:auto;margin-right:auto;cursor:pointer;margin-bottom:10px;background-color:#fff;-webkit-box-shadow:0 0 5px#ccc;-moz-box-shadow:0 0 5px#ccc;box-shadow:0 0 5px#ccc}
.gr{float:right;padding:10px;max-height:40px;line-height:18px;color:#fff;border-radius:2px;background-color:#2277b8;margin-right:5px;margin-top:5px}.gr a{color:#fff;text-decoration:none}
.icBgList{width:100%;height:auto;background-color:#fff;margin-left:auto;margin-right:auto;cursor:pointer;margin-bottom:10px;-webkit-box-shadow:0 0 5px#ccc;-moz-box-shadow:0 0 5px#ccc;box-shadow:0 0 5px#ccc}
.refList-2{width:115px;height:110px;float:left;display:block;margin-left:5px;color:#252525; margin-right:17px;}.refList-2 img { padding:3px; border-radius:6px; border:solid 1px #ccc; }
.refList-2:last-child {
	margin-right:0px;
}
.cara {
	background-color:#418020;
	font-weight:bold;
	color:#fff;
	border-radius:4px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	text-shadow:0 1px 1px #303235;
}
.biziAra {
	display:none;
}
.refList-2:hover  img{ opacity:0.7;}.KivirRef-2{width:115px;height:70px;margin-top:20px}
.sidBg {
height:720px;
}
.sidebars {
display:none;
}
.hem {
height:550px;
}
.mobTop {
display:none;
}
.btn {
display:none;
}
.icBgs{width:100%;height:auto;background-color:#fff;margin-left:auto;margin-right:auto;margin-top:0px;margin-bottom:20px; padding-bottom:7px;-webkit-box-shadow:0 0 5px#ccc;-moz-box-shadow:0 0 5px#ccc;box-shadow:0 0 5px#ccc; overflow:hidden;}
.icTab{width:100%;height:45px;line-height:45px;background-color:#efefef;text-transform:capitalize;-webkit-box-shadow:0 0 5px#ccc;-moz-box-shadow:0 0 5px#ccc;box-shadow:0 0 5px#ccc; margin-top:-11px; border-bottom: solid 1px #ccc;}
.icTab h1{color:#555;font-size:19px;margin-left:15px}.icTab h2{color:#2277b8;font-size:19px;margin-left:15px}
.cM{width:100%;font-size:17px;height:40px;line-height:40px;padding-left:20px;border-bottom:dotted 1px #ccc}.cM i{color:#3f5aa0;margin-right:3px}
.cM span{background-color:#6798cb;color:#fff;padding:5px;font-weight:700;border-radius:2px;font-size:14px}
.icInfo { margin-top:10px;}
.icInfo a{color:#fff;text-decoration:none}
.yazan{width:auto;background-color:#6798cb;color:#fff;padding:5px;padding-left:8px;padding-right:8px;border-radius:2px;font-size:15px;float:left}
.cevaplar{margin-left:5px;text-align:center;background-color:#6798cb;color:#fff;padding:5px;padding-left:8px;padding-right:8px;border-radius:2px;font-size:15px;float:left}
.hit{float:right;padding-left:5px;margin-left:5px;font-size:14px;margin-top:5px;color:#8a8a8a}.hit i{color:#6798cb}
.icBas{color:#3f5aa0;font-weight:700;font-size:18px;text-transform:capitalize;border-bottom:dotted 1px #ccc;height:35px;margin-bottom:7px}
.bor-2{border:solid 1px #9EC2E8}
.tBas{font-size:20px;text-transform:uppercase; margin-left:15px; padding-top:10px;}.tInfo{padding-left:15px;font-size:13px}.uzTab i{font-size:45px;padding-right:12px;padding-top:10px;float:right;color:#fff;text-shadow:0 1px 1px #303235}
.uzTab{width:100%;height:70px;background-color:#418020;color:#fff;cursor:pointer;border-radius:2px;-webkit-box-shadow:0 0 5px#ccc;-moz-box-shadow:0 0 5px#ccc;box-shadow:0 0 5px#ccc; margin-bottom:20px;}
@media only screen and (min-width: 320px) and (max-width: 1100px) {
body {
width:100%;
min-width:320px;
}
.off {
display:none;
}
.hem{
display:none;
}
.hem {
max-height:130px;
background-size:100%;
}
.mobTop {
display:block;
text-align:center;
height:76px;
padding-top:10px;
padding-bottom:10px;
}
.logo img {
	width:200px;
	margin-left:20px;
	margin-top:-10px;
}
.pagBg {
	margin-bottom:50px;
}
.pager_links a{ height:25px; width:25px; line-height:25px; float:left; text-align:center; padding:0;}
.biziAra{width:100%;height:60px; background-color:#39ac4c;color:#fff;font-size:42px;text-align:center;display:block;position:fixed;bottom:0;cursor:pointer;z-index:99999;background-image:url(img/araBg.jpg);
}
.biziAra i {
	margin-top:10px;
}
.biziAra a {
	color:#fff;
}
.mobTop a {
color:#555;
}
.mobTop i {
color:#31659f;
}
.ciz {
margin-top:10px;
margin-bottom:10px;
border-bottom:solid 1px #ccc;
}
.cont {
max-width:95%;
}
.cont-2 {
max-width:95%;
}
.menu {
display:none;
} 
.slideTab {
width:100%;
height:auto;
background-color:#0e72e0;
margin-left:auto;
margin-right:auto;
margin-top:130px;
z-index:0;
padding-top:23px;
border-top:solid 3px #0e72e0;
}
.tabDiz {
float:none;
margin-left:0px;
margin-top:0px;
opacity:1.1;
width:90%;
height:70px;
cursor:pointer;
margin-left:auto;
margin-right:auto;
}
.top {
width:100%;
height:80px;
text-align:center;
margin-top:-13px;
padding-top:15px;
z-index:0;
}

.topSag {
display:none;
}
.topSol {
display:none;
}
.logo {
float:none;
margin-top:7px;
margin-bottom:25px;
}
.arama {
display:none;}
.sHat {
display:none;}
.overlay {
width:100%;
height:130px;
position:absolute;
z-index:99999;
background-color:#000;
opacity:0.5;
}
.sidBg {
height:auto;
}
.carBg {
width:100%;
overflow: hidden;
}

.contList {
min-width:350px;
}
.contList img {
width:100%;
height:200px;
}
#ui-next, #ui-prev {
margin-top: 80px;
}
.sol {
float:none;
width:100%;
min-height:200px;
margin-top:20px;
}
.sag {
float:none;
width:100%;
min-height:200px;
margin-top:-10px;
}
.acList{width:100%;margin-left:auto;margin-right:auto;height:auto;cursor:pointer;margin-bottom:10px}
.acSol img{min-width:100%;min-height:270px;max-width:100%;max-height:auto;}
.acList-2{width:100%;margin-left:auto;margin-right:auto;height:270px;cursor:pointer;margin-bottom:0px}.acList-3{width:100%;margin-left:auto;margin-right:auto;height:auto;cursor:pointer;margin-bottom:10px;padding-bottom:20px;-webkit-box-shadow:0 0 5px#ccc;-moz-box-shadow:0 0 5px#ccc;box-shadow:0 0 5px#ccc}.acIc{padding:10px}
.acSol{float:none;width:100%;height:auto;}.acSol-2{float:none;width:100%;height:auto}.acSol-2 img{float:none;width:100%;height:auto}.acDed{font-size:14px;display:none}.acList-2 .acDed{font-size:14px;display:block}.acList-3 .acDed{font-size:14px;display:block}.acSag{float:none;width:100%;height:auto; padding-bottom:40px;}.acD{display:none}.hDiz strong{font-weight:400}.naviSol{width:335px;height:60px;float:none;margin-top:15px;margin-left:auto;margin-right:auto;display:none}.naviOrt{width:100%;float:none;margin-top:5px;margin-left:0;height:40px;line-height:40px;margin-bottom:10px;display:none}.naviSag{width:335px;float:none;margin-top:0;height:60px;margin-left:auto;margin-right:auto;display:none}.icerik{width:100%;margin-top:33px;padding-bottom:20px}.icTxt{padding:10px;font-size:15px}.icTxt img{min-width:100%;float:none;margin-right:0;margin-left:0;margin-top:15px;margin-bottom:15px}.icerik-2{display:none}.basinList{width:85%;height:auto;float:none;margin-left:auto;margin-right:auto}.KivirBas{width:100%;height:auto}.refList{width:95%;height:120px;float:none;display:block;margin-left:auto;margin-right:auto}.refTxt{float:right;width:200px;font-size:14px}.KivirRef{width:80px;height:65px;margin-top:20px}.gList{width:95%;height:auto;float:none;margin-left:auto;margin-right:auto}

#crumbs {
display:none;
}
#carousel_1{
margin: 0 auto;
width: 100%;
height: 122px;
background: #fff;
overflow: hidden; 
margin-top:18px;
margin-top:-15px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
}
#carousel_1 .carousel_box{
float: left;
border: solid #fff 5px;
width: 111px;
height: 111px;
color: #fff;
overflow:hidden;
}
.etiket {
width:97%;
}
.uList {
width:90%;
height:auto;
float:none;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
overflow:hidden;
cursor:pointer;
}
.uList img {
width:100%;
height:auto;
}
.acBas {
margin-top:10px;
}
.acT{float:none;color:#929292;font-size:14px; margin-top:15px;}
.sidebar.left {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 160px;
background: #555;
padding:20px;
z-index:999999999999999999999999999999999;
}
.sidebar.left a {
color:#fff;
font-size:19px;
line-height:1.9;
}
.sidebar.left div {
padding-bottom:3px;
border-bottom:solid 1px #7f7f7f;
}
.btn { 
display:block;
border-radius:2px;

margin-left:3px;
margin-top:8px;
position:absolute;
}
.hSol a {
color:#fff;
}
.sidebars {
display:block;
}
.kpt {
text-align:center;
margin-top:50px;
margin-left:55px;
cursor:pointer;
}
.kpt i {
color:#fff;
padding:10px;
border-radius:50px;
width:20px;
font-size:19px;
height:20px;
margin-top:50px;
border:solid 1px #ccc;
}
.gTab {
width:100%;
height:auto;
margin-bottom:15px;
}
.pad img {
max-width:100%;
}
.ilSol {
width: 100%;
float: none;
margin-top: 20px;
}
.ilSol .tForm {
margin-top:27px;
float:left;
margin-right:10px;
position:relative;
margin-bottom:30px;
}
.ilSol img {
display:none;
}
.ilSag {
width: 100%;
float: none;
margin-top: 40px;
margin-bottom:60px;
}
.fLine {
height:auto;
line-height: auto;
border-bottom: dotted 1px #ccc;
}
.input {
width:95%;
}
.inputTxt {
width:94%;
}
#map_canvas{ 
height:300px;
}
#holder{
display:none;
}
#il-form {
height:20px;
width:100%;
float:left;
margin-bottom:15px;
}
}
.footer-iletisim {
    display: none;
}



.grd-contact-box ul li {
    margin-bottom: 37px;
}
 

img.img-sol-taraf {
    float: left;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #eee;
    max-width: 400px;
    width: 100%;
}

@media (max-width: 900px)  {

	.team-3 {
	    padding: 23px;
	    background: #f5f5f5;
	}

	.backtotop.show-scroll {
	    opacity: 1;
	    display: none;
	}


	.footer-iletisim {
	    position: fixed;
	    bottom: 0;
	    background:  ;
	    width: 100%;
	    display: block !important;
	    z-index: 9999;
	}


	.footer-iletisim a {
	    width: 43%;
	    float: left;
	    display: inline-block;
	    padding: 17px 10px 17px;
	    color: #fff;
	}

	.footer-iletisim a i {
	    float: left;
	    padding-right: 10px;
	    font-size: 25px;
	}

	a.ara {
		background: #3182ee;
	}


	a.whatsap {
		background: #28a745;
	}