input, div, h1, h2, h3, h4, h5, h6, p, ul,left ,top, img {margin:0px; padding:0px; }


body  {
  margin: 0;
  font-family:"Noto Sans", helvetica, arial !important;
  background: url(imgs/bg.jpg) 50% 0 repeat fixed;
}

p {
  font-size: 13px;
  color:#5c5a71;
}



h3 {
  font-size: 18px;
  font-weight: bold;
  color: #082c51;
}

h4{
  font-size: 12px;
  color: #074e69;
}

#wraper {
    left:0px;
    top:0px;
    margin :  0px auto;
    width: 1050px;
}

#header {
    height: 90px;
    width: 1050px;
    margin: 10px 0;
}
#logo {
  margin-left: 20px;
    margin-top:25px;
    background: url(imgs/logo.png) no-repeat;
    float:left;
    width: 160px;
    height: 40px;
    text-indent: -9999px;
}
#login {
    margin-top:29px;
    margin-right:5px;
    float:right;
    height: 40px;
    width:450px;
}

#login-input {
  border: solid 1px #dfdfdf;
  float:left;
  font-size:15px;
  background: white;
  border-radius:12px;
  width: 120px;
  height:40px;
  margin-left: 5px;
  padding: 0 10px;
}
#login-giris {
  border: solid 1px #dfdfdf;
  float:left;
  font-size:15px;
  background: #5c5a71;
  border-radius:12px;
  height:40px;
  padding: 0 15px;
  color: white;
  cursor: pointer;
}
#login-uyeol {
	border: solid 1px #dfdfdf;
	float: left;
	font-size: 15px;
	background: #9A323D;
	border-radius: 12px;
  height:40px;
	padding: 0 15px;
	color: white;
	cursor: pointer;
}

#sosyal {
    margin-top:29px;
    margin-right:20px;
    float:right;
    height: 40px;
}
#sosyal p {
  margin-top: 7px;
  font-size: 18px;
  float:left;
  color: #5c5a71;
}
#sosyal p:after {
  content:" |";
}
#sosyal  p:hover {
  color:#876d7f;
}


#sosyal ul {
  list-style: none;
    color:#2d6594;
    float:left;
    margin-left:5px;
}

#sosyal li:last-child {
    margin-right: 0;
}

#sosyal li {
    float:left;
    margin-right: 10px;
}




@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-r26zo4');
	src:url('fonts/icomoon.eot?#iefix-r26zo4') format('embedded-opentype'),
		url('fonts/icomoon.woff?-r26zo4') format('woff'),
		url('fonts/icomoon.ttf?-r26zo4') format('truetype'),
		url('fonts/icomoon.svg?-r26zo4#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
  border: solid 1px #dfdfdf;
  text-decoration: none;
  float:left;
  font-size:20px;
  background: white;
  border-radius:15px;
  padding:9px;
  text-align: center;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transition: all 30ms linear;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#fb {
  color:#2d6594; 
}
#twt {
    color:#73acdc;
}
#gb {
    color:#c51414;
}
#fr {
    color:#23a0ca;
}

#fb:hover {
  background-color: #076a90;
  color: white;
}
#twt:hover {
  background-color: #73acdc;
  color: white;
}
#gb:hover {
  background-color: #c51414;
  color: white;
}
#fr:hover {
  background-color: #23a0ca;
  color: white;
}

#twt::before {
  content: "\e603";
}
#fb::before {
  content: "\e602";
}
#gb::before {
  content: "\e601";
}
#fr::before {
  content: "\e600";
}



#navbar {
    width: 1050px;
    float: left;
    height: 50px;
    background:black;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(255,62,36,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(255,62,36,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(255,62,36,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(255,62,36,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(255,62,36,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(255,62,36,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );


}

#mlist {
  float: left;
  position: relative;
  padding-top:15px;
  font-size: 14px;
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
  z-index: 999;
}
#mlist li {
  display: inline-block;
  position: relative;
  padding-right: 5px;
  padding-left:10px;
  padding-bottom: 20px;
  cursor: pointer;
  z-index: 9999;
/*  border-left:solid 1px #00adef; */
}

#mlist li a {
  text-decoration: none;
  color: white;
  z-index: 999;
  padding: 5px 5px;
}
#mlist li a:hover {
  border-bottom: solid 2px white;
  color: #d3d3d3;
  z-index: 999;
}

#mlist li ul {
  padding-top: 5px;
  padding-bottom: 5px;
  margin:5px;
  position: absolute;
  top: 30px;
  left: 0;
  width: 300px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  background-color: #f42b0f;
  border-top: solid 5px #a41c06;
  border-bottom: solid 5px #a51d07;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#mlist li ul li  {
  padding-top: 15px;
  padding: 5px;
  display: block;
  color: #fff;
  z-index: 9999;
  color: white;
}
#mlist li ul li:hover  {
  background-color: #a51d07;
}
#mlist li ul li a  {
  color: white;
  padding-right: 5px;
}


#mlist li ul li a:hover {
  border-bottom: 0;
  color: #d3d3d3;
}


#mlist li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

#sliders {
  width:1050px;
  float: left;
  min-height: 400px;
  background-color: white;
}
.slides a {
	text-decoration: none;
	color: #ffffff;
}

.flexslider {
/*  width:850px; */
  width:1050px;
  height: 500px;
  float:left;
}
#bigSlide {
  float: left
}

#whatsnew {
  width: 200px;
  height: 250px;
  background-color: #876d7f;
  float: left;
}

.whtitle {
  height:50px;
  width:200px;
  background-color: #876d7f;
  float: left;
  text-align:center;
}

#whatsnew h2,
#whatsnew2 h2 {
  font-weight: normal;
  color:white;
  margin: 8px 15px;
  font-size: 27px;
}

#whatsnew p,
#whatsnew2 p {
  color:white;
}

#whatsnew2 {
  width: 200px;
  height: 250px;
  float: left;
}
.text {

  margin: 0 15px;
  width: 170px;
  height: 160px;
  overflow: hidden;
  text-align: justify;
}

.contr {
  position: absolute;
  bottom: 0;
}

#whatsnew2 .text { 
  margin: 0 15px;
  width: 170px;
  height: 75px;
  overflow: hidden;
  text-align: justify;
}

#sqrs {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bba70+0,6bba70+100;Green+Flat+%234 */
background: #6bba70; /* Old browsers */
background: -moz-linear-gradient(top,  #6bba70 0%, #6bba70 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6bba70 0%,#6bba70 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6bba70 0%,#6bba70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba70', endColorstr='#6bba70',GradientType=0 ); /* IE6-9 */



  min-height: 140px;
  width: 1050px;
  float: left;

}

.item {
  float: left;
  width: 330px;
  height: 110px;
  margin: 15px 0 0px 15px;
  overflow:hidden;
  text-overflow:ellipsis; 
}

.item img {
  position: relative;
  top:20%;
  float:left;
  width: 65px;
  height: 65px;
  margin-right:15px;
}

.item h3 {
  float: left;
  color: white;
  margin-bottom: 5px;
}

.item p {
  width: 250px;
  height: 100px;
  float: left;
  color: white;
}

#right, #left {
  float: left;
}

#right {
  width: 695px;
    padding-left:5px;
}

#left {
  width: 348px;
}

.content {
  float: left;
  width: 670px;
  min-height: 300px;
  margin: 10px 15px 5px 15px;
  overflow: hidden;
}

.Lcontent {
  float: left;
  width: 320px;
  height: 300px;
  margin: 10px 15px 5px 15px;
}
.Lcontent iframe {
	width:320px !important;
	height:240px !important ;
}
.content p {
  float: left;
  text-indent: 20px;
  margin-bottom: 7px;
}

.title {
  margin-bottom: 15px;
  color:#5c5a71;
}
.title a {
  color:#ffffff;
  text-decoration:none;
}


#center {
  width:1048px;
  float: left;
  min-height: 100px;
  margin-bottom: 15px;
  background-color: white;
  border: solid 1px #dfdfdf;
  border-top:0;
  border-bottom-right-radius:15px;
  border-bottom-left-radius:15px;
}


#footer {
  float: left;
  border: solid 1px #dfdfdf;
  width: 1048px;
  height: 140px;
  background: #ffffff;
  border-radius:15px;
  margin-bottom: 50px;
}
#footer p {
    color:white;
}


#googleMap {
  width:200px;
  height: 140px;
  float:right;
  border-top-right-radius:15px;
  border-bottom-right-radius:15px;
}
#adress {
  float:left;
  width:150px;
  height: 140px;
  background: #0075be;
}

#adress p {
  width: 108px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}


#list {
  float:left;
  width:150px;
  height: 140px;
  background: #6bba70;
}
#flist {
  width: 108px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  list-style: none;
}

#flist li {
  padding:3px 0;
}
#flist li a {
  margin: 15px 0;
  text-decoration: none;
  color: white;
}
#flist li a:hover {
    color: #d3d3d3;
}



#rights {
    float:left;
    width:518px;
    padding:15px;

}
#rights p {
  float: left;
  margin:5px 5px 5px 20px;
}

#flogo {
    margin:40px 5px 5px 20px;
    background: url(imgs/logo2.png) no-repeat;
    float:left;
    width: 100%;
    height: 40px;
    text-indent: -9999px;
}

.hak {
  margin: 15px auto 0 auto;
}
.hak h4{
  margin-top:6px;
    float:left;
}
.imza {
  padding-top: 10px;
  float: right;
}
.imza img {
    width: 42px;
    height: 30px;
}

#context {
  padding: 20px;
  text-align: justify;
}

#context h1 {
  margin-bottom: 25px;
}
#context img {
  margin: 10px;
  border: solid 1px #00adef;
}
.right{
    float: right;
}
/*******************************/
#mainC {
  float: left;
  margin-top: 1px;
}
.mainCContent {
  float: left;
  width: 1018px;
  min-height: 300px;
  margin: 18px 15px 15px 15px;
}
.mainCContent-menu {
margin-top:25px;
margin-left:55px;
}
.mainCContent-menu a {
color:black;
text-decoration:none;
}


#mainC .title {
  font-size: 18px;
  color: white;
  float: left;
  background-color: #0069b3;
  height: 70px;
  width: 100%;
  margin: 0;

}

#mainC .title h2 {
  font-weight:lighter;
  margin-left: 30px;
  position: relative;
  top:20%;
}

#mainC p {
  text-indent: 20px;
  text-align: justify;
}
#mainC img {
  margin: 13px;

}

/* ###### White / Pink #########*/
.white-pink {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    background: #FFF;
    padding:30px 30px 20px 30px;
    box-shadow:rgba(122, 122, 122, 0.7) 0 3px 10px -1px;
    -webkit-box-shadow:rgba(122, 122, 122, 0.7) 0 3px 10px -1px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
}
.white-pink h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #F5F5F5;
    margin: -10px -30px 10px -30px;
    color: #969696;
}
.white-pink h1>span {
    display: block;
    font-size: 11px;
    color: #C4C2C2;
}
.white-pink label {
    display: block;
    margin: 0px 0px 5px;
}
.white-pink label>span {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #969696;
}
.white-pink input[type=text], .white-pink input[type=email], .white-pink textarea, .white-pink select{
    color: #555;
    width: 65%;
    padding: 3px 3px 3px 8px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    font: normal 12px/24px Arial, Helvetica, sans-serif;
}
.white-pink textarea{
    height:100px;
}
.white-pink .button {
    -moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
    box-shadow:inset 0px 1px 0px 0px #fbafe3;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
    background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
    background-color:#ff5bb0;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-border-radius:9px;
    border:1px solid #ee1eb5;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:30px;
    line-height:28px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #c70067;
}
.white-pink .button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
    background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
    background-color:#ef027d;
}
.white-pink .button:active {
    position:relative;
    top:1px;
}
.white-pink select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 67%;
}

.galeri {
	padding: 30px 30px 20px 30px;
	box-shadow: rgba(122, 122, 122, 0.7) 0 3px 10px -1px;
	-webkit-box-shadow: rgba(122, 122, 122, 0.7) 0 3px 10px -1px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	float:left;
	width:253px;
	height:250px;
	margin:10px;
}
.galeri img {
	width:250px;
	max-height:200px;
}
.GaleriArama{
	float:right;
	margin-right:20px;
	margin-top: -15px;
}
.GaleriArama input{
    color: #555;
    padding: 3px 3px 3px 8px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    font: normal 12px/24px Arial, Helvetica, sans-serif;
    }
.SliderDetay img {
	margin:10px;	
}
.SayfaMenu ul {
	list-style-type: none;
}
.SayfaMenu ul li {
	float: left;
	margin-right: 20px;
	margin-bottom:25px;

}
.SayfaMenu ul li a {
	text-decoration: none;
	color: #000000;
}
.SayfaMenu ul li a:hover {
	color: #800000;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.sayfalama a, .sayfalama a:visited, .sayfalama a:active{
	padding: 0 5px;
	border: 1px solid #D7D7D7;
	text-decoration: none;
	color: #000000;
	margin-bottom:30px;
}
.sayfalama a:hover{
	border: 1px solid #D9D9D9;
	color: #000;
	background-color: #EBE9ED;
}

.sayfalama a.disabled, .sayfalama a:hover.disabled{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.sayfalama a.currentpage{ /*Style for previous and next link*/
font-weight: bold; font-size:12pt
}
.sayfalama_yok {
	border-style: 1;
	border-color: #333333;
	border-width: 1pt;
}

