

@charset "utf-8";
@import url(/fonts_googleapis_com/css/index.html);
body {
	font-family: 'Exo', sans-serif;
	font-size:15px;
	color:#333;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

#wrapper {width:1000px; margin-left:auto; margin-right:auto;}

a,img,input,select,textarea {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

a {color:#333;text-decoration:none;}

a:hover {text-decoration:none;}

input {
font-family: 'Exo', sans-serif;
outline:none;
width:96%;
padding:5px;
font-size:15px;
color:#333;
border:1px solid #ccc;
}
select{
font-family: 'Exo', sans-serif;
outline:none;
width:96%;
padding:5px;
font-size:15px;
color:#333;
border:1px solid #ccc;
}
textarea {
font-family: 'Exo', sans-serif;
outline:none;
width:96%;
padding:5px;
font-size:15px;
color:#333;
border:1px solid #ccc;
}

table tr td {
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: dotted;
border-bottom-style: dotted;
border-right-color: #CCC;
border-bottom-color: #CCC;
padding:5px;
}

.notice {color:orange;font-weight:bold;}
.error {color:red;font-weight:bold;}
.complete {color:green;font-weight:bold;}

.clear {clear:both;}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-weight:normal;
}

h1 {font-size:32px;}
h2 {font-size:28px;}
h3 {font-size:26px;}
h4 {font-size:20px;}
h5 {font-size:18px;}

.menu ul {padding:0;margin:0;}
.menu  li{
	float: left;
	position: relative;
	list-style-type: none;
    }
.menu li a{
	float: right;
	color: #d5711b;
	padding-left: 35px;
	padding-right: 35px;
	text-decoration: none;
	line-height: 90px;
	font-weight: bold;
	font-size:18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dadada;
    }
	
.menu li a:hover {
	box-shadow: 0px 0px 0px #fff,inset 0px 0px 15px 5px #CCC;
}

.menu ul li ul li:hover a {
	background-color: #ccc;
}

	
.menu li:hover a {
	background-color: #EFEFEF;
	
}

.menu  ul li ul{
	width: 200px;
	float: left;
	position: absolute;
	top: 90px;
	left: 0px;
	z-index: 1;
	display: none;
	margin: 0px;
	padding: 0px;
	box-shadow: 1px 1px 1px #111;
    }
.menu ul li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
}
.menu  ul li ul li a{
	background: none;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	float: none;
	text-align:left;
	display: block;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
    }
	

.menu  li:hover >  ul{
	display: block;
    }

.menu  ul li ul li ul{
	width: 200px;
	height: auto;
	float: left;
	position: absolute;
	top: 0px;
	left: 180px;
	z-index: 1;
	display: none;
    }
	
	.menu  ul li ul li ul li a:hover{
	background-color: #3a3a3a;
    }
	
	
	.sayfalama {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 17px;
	margin-bottom: 17px;
}
.sayfalama span a {
	text-decoration: none;
	color: #666;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 1px solid #CCC;
	text-shadow: 0.06em 0.06em #fff;
}
.sayfalama span a:hover {
	background-color: #ccc;
}
.sayfalama .sayfalama-active a {
	background-color: #ccc;
}

.iletisimtable {
	float: left;
	width: 49%;
}
.iletisiminfo {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.iletisimtable h4 {
	color: #a93030;
}
.gonderbtn {
	color: #202930;
	border: 1px solid #1F282F;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	float: left;
	-webkit-border-radius: 2px;
-moz-border-radius:2px;
border-radius: 2px;
}
.gonderbtn:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #202930;
}

.iletisimbilgileri iframe {
	box-shadow: 0px 0px 15px #ccc;
}



.list_carousel {
	width: 100%;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
	width: 50px;
	height: 50px;
	padding: 0;
	display: block;
	float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
			}
			.next {
				float: right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}

#foo2 li {
	width: 100%;
	height: auto;
}
#foo2 li img {
    width: 100%;	
}
.slideslogan {
	text-align: center;
	width: 100%;
	margin-top: -400px;
	color: #FFF;
	position: absolute;
	text-shadow: 0.08em 0.08em #000;
}
.slideslogan h1 {
	font-size: 46px;
	font-weight: bold;
}
.slideslogan h2 {
	font-size: 20px;
}


.slider {
	background-color: #030D19;
	position: relative;
	z-index: 355;
}
.prevnextfoo2 {
	margin-top: -30%;
	font-size:40px;
	font-weight:bold;
	position:absolute;
	color:#fff;
}
#prev2 {
	left: 10px;
}
#next2 {
	right: 10px;
}
.header {
	float: left;
	height: 90px;
	width: 1000px;
	
background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 100%); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 100%); 
	background: linear-gradient(to bottom,  #ffffff 0%,#dadada 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); 
	position: absolute;
	z-index: 455;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-top:95px;
box-shadow: 0px 0px 5px #000;

}
.logo {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.menu {
	float: right;
}

.headicons {
	    float: left;
    margin-bottom: 25px;
    font-size: 40px;
    color: white;
}
.head {
	float: left;
	width: 100%;
	margin-bottom: -97px;
	position:relative;
	z-index:599;
	text-shadow: 0.08em 0.08em #000;
}
.headinfo {
	float: right;
	margin-top: 20px;
}
.headicons {
	float: right;
	margin-right:10px;
	margin-top: 17px;
	margin-left: 35px;
}
.headinfo h2 {
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
}
.headinfo h3 {
	font-size: 16px;
	color: #FFF;
}
.headsocial {
	float: right;
    margin-top: 30px;
    margin-right: 30px;
}
.headsocial a {
	color: #FFF;
	font-size: 20px;
	float: left;
	margin-left:20px;
}

.headsocial a:hover {
	margin-top:-5px;
}.teklifbtn {
	float: left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #FFF;
	margin-top: 25px;
}
.teklifbtn:hover {
	color: #FFF;
	background-color: #d5711b;
	border: 1px solid #D97015;
}
.anablok {
	float: left;
	width: 320px;
	position: relative;
	z-index: 612;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.anablok:hover {
	margin-top:-10px;
}
.blokinfo {
	padding: 20px;
	width: 279px;
	height: 175px;
	overflow: hidden;
	
background: #efefef; 
background: -moz-linear-gradient(top,  #efefef 0%, #ffffff 100%); 
background: -webkit-linear-gradient(top,  #efefef 0%,#ffffff 100%); 
background: linear-gradient(to bottom,  #efefef 0%,#ffffff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); 


}
.anablok img {
	float: left;
}
.blokinfo h4 a:hover {
	text-decoration: underline;
}
.anabloks {
	float: left;
	width: 100%;
	margin-top: -192px;
}
.blokinfo p {
	font-size: 14px;
	color: #666;
}
.slogan {
	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	background-repeat: repeat;
	float: left;
	height: 239px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.solslogan {
	float: left;
	margin-top: 35px;
	text-align: center;
	line-height: 65px;
	text-shadow: 0.08em 0.08em #000;
}
.solslogan h1 {
	font-size: 75px;
	font-weight: bold;
	color: #FFF;
}
.solslogan h2 {
	font-size: 70px;
	font-weight: bold;
	color: #d5711b;
}
.solslogan h3 {
	color: #FFF;
	font-size: 52px;
	font-weight: bold;
	line-height: 55px;
}
.sagslogan {
	float: right;
	color: #FFF;
	font-size: 20px;
	width: 70%;
	margin-top: 25px;
	font-weight: lighter;
	text-shadow: 0.06em 0.06em #000;
}
.myorumlar {
	text-align: center;
	float: left;
	width: 95%;
	padding: 20px;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top:30px;
	margin-bottom:30px;
}
#foo3 li {
	width: 100%;
	height: auto;
}
#foo3 li h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 80%;
	margin: auto;
}
.bloktitle {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.bloktitleline {
	background-color: #CCC;
	height: 1px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
.bloktitle h1 {
	margin-bottom: 10px;
}.bloktitle h4 {
	margin-top: 15px;
	font-size: 22px;
	font-weight: lighter;
}
.myorumlar .list_carousel .fa.fa-quote-left {
    float: left;
    position: absolute;
    margin-left: -450px;
    font-size: 50px;
    color: #ccc;
}
.musteri {
	color: #d5711b;
	float: left;
	margin-top: 20px;
	font-size: 18px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.musteri span {
	color: #f5245f;
}
.pager {
	float: left;
	margin-top: 25px;
	width: 175px;
	text-align: center;
	margin-left: 395px;
			}
			.pager a {
				margin: 0 5px;
				float:left;
				width:20px;
				text-decoration: none;
				color:transparent;
				border:1px solid #d5711b;
				-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
			}
			.pager a.selected {
				background-color:#d5711b;
			}
.footslogan {
	background-color: #d5711b;
	float: left;
	height: 90px;
	width: 100%;
	color: #FFF;
	text-align: center;
	line-height: 90px;
	margin-top: 25px;
}
.footer {
	background-image: url(/modules/images/footbg.jpg);
	background-repeat: repeat;
	background-position: center top;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 25px;
	text-shadow: 0.08em 0.08em #000;
}
#footleftinfo {
	width: 30%;
}
.footblok {
	float: left;
	height: auto;
	width: 68%;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFF;
}
.footlogo {
	margin-bottom: 15px;
}
.footinfo h4 {
	font-size: 16px;
	font-weight: lighter;
	line-height: 20px;
	margin-bottom: 20px;
}
.footinfo h1 {
	font-weight: bold;
}
.footinfo h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footinfo i {
	width: 40px;
	font-size: 28px;
	
}
.footinfo h5 .fa.fa-map-marker {
	margin-bottom: 20px;
	float:left;
}
.footlinks a {
	float: left;
	width: 100%;
	color: #A8ABBD;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #272934;
}
.foottitle {
	margin-bottom: 20px;
}
.footlinks a:hover {
	color: #FFF;
	padding-left: 5px;
}
.copyright {
	float: right;
	text-align: right;
	color: #99ACBB;
	font-size: 14px;
	margin-top: 15px;
}
.copyright a {
	color: #99ACBB;
}
#footlinks a {
	color: #FFF;
	float: left;
	width: 225px;
	font-size: 14px;
}
.footinfo h5 {
	font-size: 16px;
}
#footlinks {
	margin-right: -15px;
}
#footlinks h4 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #93A5B5;
}
#footlinks a:hover {
	color: #d5711b;
}
.avantaj {
	float: left;
	width: 30%;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color:white;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.avantaj:hover {
-webkit-transform:scale(1.00); 
-moz-transform:scale(1.00); 
-ms-transform:scale(0.25); 
-o-transform:scale(0.25); 
transform:scale(1.09);
}
.avantaj i {
	font-size: 75px;
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
}
.avantaj span strong {
	font-size: 20px;
}
.avantaj span {
	font-size: 14px;
}
.avantajlar {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.menuAc {
	padding: 10px;
	color: #d5711b;
	font-weight: bold;
	cursor: pointer;
	display: none;
}
.detaylink {
	color: #d5711b;
}

.clearmob {clear:both;display:none;}

#mobteklifbtn {display:none;}

.headbackground {
	background-image: url(/modules/images/headbg.jpg);
	background-repeat: repeat;
	float: left;
	height: 440px;
	width: 100%;
	background-position: center top;
}
.content {
	background-color: #FFF;
	padding: 25px;
	float: right;
	margin-top: -85px;
	min-height: 350px;
	width: 65%;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 0px 0px 5px #ccc,inset 0px 0px 20px 10px #F3F3F3;
}
.sidebar {
	background-color: #FFF;
	padding: 25px;
	float: left;
	margin-top: -85px;
	min-height: 350px;
	width: 23%;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 0px 0px 5px #ccc,inset 0px 0px 20px 10px #F3F3F3;
}
.sayfatitle {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 22px;
	font-weight: bold;
}
.sidebar h4 {
	color: #d5711b;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.sidebar a {
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 5px;
}
.sidebar a:hover {
	background-color: #F0F0F0;
	padding-left:10px;
}
.sayfa-galerisi {
	float: left;
	width: 100%;
	margin-top: 15px;
}
    .sayfa-galerisi a img {
	float: left;
	margin-right: 7px;
	margin-bottom: 14px;
	margin-left: 7px;
	    width: 170px;
    height: 125px;
	box-shadow: 0px 0px 5px #777;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
    .sayfa-galerisi a img:hover {

	box-shadow: 0px 0px 10px #313131;
}

#genissyfa {
	width: 94%;
}
.iletisimpage {
	float: left;
	width: 100%;
}
.iletiinfo {
	float: left;
	width: 48%;
}
.iletiinfo table tr td h4 {
	color: #d5711b;
	font-weight: bold;
}
.iletisimform {
	float: right;
	width: 48%;
}

.iletisimform table tr td h4 {
	color: #d5711b;
	font-weight: bold;
}.iletisimform table tr td .gonderbtn {
	float: right;
}
.iletisimpage iframe {
	margin-top: 10px;
	box-shadow: 0px 0px 15px #b1b1b1;
}
.iletisimpage table tr td h5 {
	font-size: 16px;
}

.diller {    float: left;color:white;
    margin-top: 35px;
    margin-left: 30px;}
.diller a {color:white;    padding: 5px;}
#dilaktif {font-weight:bold;}

@media only screen and (min-width: 320px) and (max-width: 770px) {
	#mobteklifbtn {display:block;}
.menuAc { display: block }
.headbackground {display:none;}
.menuAc { display: block;width:100%;position: relative;}
	.menu ul { display: none; position:relative;}
	.menu ul li { float: none }
	.menu ul li a {border-bottom: 1px solid #BFBFBF }
.menu li a {
    float: left;
    width: 86%;
	font-size: 20px;
	line-height:50px;
	
}

.menu ul li ul {
    width: 100%;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
    margin: 0px;
    padding: 0px;
	text-align:center;
}
.menu li:hover a {
}
.menu ul li ul li a {

    width: 98%;
	text-align:center;
	font-size:16px;
}
.menu {
    float: none; 
    margin: 0px;
    margin-top: 10px;
	    font-size: 22px;
}
.clearmob {clear:both;display:block;}
#wrapper {
    width: 100%;
}

.header {
        float: left;
    height: auto;
    width: 100%;
    position: relative;
    margin: 0px;
    padding-bottom: 10px;
    box-shadow: none;
    margin-top: 0px;
    z-index: 888;
	text-align:center;
}
.head {
display:none;
 
}
.logo {
   float: none; 

}
.anabloks {

     margin-top:0px;
}
	
.slideslogan {
margin-top: -35%;
}
.slideslogan h1 {
	font-size: 24px;
	font-weight: bold;
}
.slideslogan h2 {
	font-size: 14px;
}

#foo2 li img {
   height:auto;	
}

.teklifbtn {
    float: none;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    font-weight: bold;
    color: #00599D;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #00599D;
    margin-top: 25px;
        width: 65%;
    margin: auto;
	    font-size: 18px;
}

.anablok {
    float: none;
    width: 320px;
    position: relative;
    z-index: 612;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.avantaj {
    float: none;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.slogan {

    height: auto;

}
.solslogan {
    float: none;
}
.sagslogan {
    float: none;
    width: 90%;
    margin: auto;
}
.pager {

    margin-left: 0px;
}
.footslogan {
    height: auto;
    text-align: center;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
}

#footleftinfo {
    width: 100%;
}
.footblok {
    width: 100%;
}
#footlinks a {

    width: 100%;
    font-size: 18px;
}
.copyright {
    float: right;
    text-align: left;


}

.content {
    margin-top:0px;
    width: 86%;

}
.sidebar {
    margin-top: 0px;
    width: 90%;
}
#genissyfa {
	width: 87%;
}
.iletiinfo {
    float: left;
    width: 100%;
}
.iletisimform {
    float: right;
    width: 100%;
    margin-top: 20px;
}

}
.teklifal h4 {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	color: #d5711b;
}


.belgeler {
	float: left;
	width: 100%;
}
.belge {
	float: left;
	text-align: center;
	width: 150px;
	height: 160px;
	margin: 14px;
}
a .belge:hover img{
	-webkit-transform:scale(1.15); 
    -moz-transform:scale(1.15); 
    -ms-transform:scale(1.15); 
    -o-transform:scale(1.15); 
     transform:scale(1.15);
}
a .belge h5 {
	color: #3A3A3A;
}
a .belge:hover  h5{
	text-decoration:underline;
}
a .belge img {
	width: 100px;
	height: 100px;
}

