﻿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 fixed;
 background-size: cover;
}

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;
}
#sosyal {
    margin-top:29px;
    margin-right:20px;
    float:right;
    min-width: 140px;
    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: #f85032; /* Old browsers */
background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #cc0000 50%, #cc0000 71%, #cc0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(50%,#cc0000), color-stop(71%,#cc0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#cc0000 50%,#cc0000 71%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#cc0000 50%,#cc0000 71%,#cc0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#cc0000 50%,#cc0000 71%,#cc0000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#cc0000 50%,#cc0000 71%,#cc0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */

}

#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: 150px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  background-color: #cc0000;
  border-top: solid 5px gray;
  border-bottom: solid 5px gray;
  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 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 {
  background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',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 {
  border: solid 1px #dfdfdf;
  width: 1048px;
  height: 140px;
  background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */

  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: #cc0000;
}

#adress p {
  width: 108px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}


#list {
  float:left;
  width:150px;
  height: 140px;
  background: black;
}
#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: #876d7f;
  height: 70px;
  width: 100%;
  margin: 0;
   background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

}

#mainC .title h2 {
  font-weight:lighter;
  margin-left: 30px;
  position: relative;
  top:20%;
}

#mainC p {
  text-indent: 20px;
  text-align: justify;
}
#mainC img {
  float: right;
  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;

}
.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;
}

