@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext');

body {

    font-family: 'Oswald', sans-serif;

  color: #000;
background:#fff url(../images/bg.jpg) top no-repeat; 
  font-size:20px;
padding:0;
  margin:0; 
}
 
#tbn2 {
background: url(../images/hbg.png) bottom no-repeat;
box-sizing: border-box;
padding-bottom:150px; padding-top:40px;  
}   
#tbn {
background: url(../images/tbg.png) repeat;
box-sizing: border-box;
border-radius:20px;
padding:10px;
}  
img.hb {
width:100%;
} 
 

.sari { color:#ff0; font-size:30px; text-align:center; margin-bottom:10px;  } 
.sari2 { color:#ff0; font-size:30px;  margin-bottom:10px;  } 

body > header,
body > section,
body > footer {
  display: block;
  width: 100%;
  clear: both;
  float: left;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0px; 
  
}
 
h1,
.h1 {
   font-size: 32px;
  
	margin-bottom:20px; 
}
 

h2,
.h2 {
   font-size:18px;
 line-height:24px; 
 margin-top:0px;
 margin-bottom: 2px;
}

h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
   font-size: 16px;
    margin-top:0px;
 margin-bottom: 2px;
}
 

a {
  color: #000;
  text-decoration: none; 
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
 

section, footer {
  padding:0;
}



.clear {
    clear: both;
}

 
.spotbaslik { 

	color:#FFF;
	background: #01a5e2; /* Old browsers */
	background: -moz-linear-gradient(left,  #01a5e2 0%, #39c1ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#01a5e2), color-stop(100%,#39c1ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #01a5e2 0%,#39c1ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #01a5e2 0%,#39c1ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #01a5e2 0%,#39c1ec 100%); /* IE10+ */
	background: linear-gradient(to right,  #01a5e2 0%,#39c1ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a5e2', endColorstr='#39c1ec',GradientType=1 ); /* IE6-9 */


}

#fixust {
    box-sizing: border-box;
    z-index:1010;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 54px;
    background:#006cb5;
    border-bottom: 1px solid #D1D1D1;
}

.logo { color:#fff; font-size:28px; line-height:48px; font-weight:bold;}

 

hr.bifir {
    border: 0px none;
    height: 1px;
    background: #333 linear-gradient(to right, #CCC, #333, #CCC) repeat scroll 0% 0%;
	clear:both; 
	margin:10px 0;
}

hr.bir {
    border: 0px none;
    height: 1px;
    background: #333 linear-gradient(to right, #CCC, #333, #CCC) repeat scroll 0% 0%;
	clear:both;
	margin:10px;
}
hr.iki {
    border: 0px none;
    height: 1px;
    background: #eee linear-gradient(to right, #eee, #ddd, #eee) repeat scroll 0% 0%;
	margin-bottom:30px;
	margin-top:30px;
}
hr.ikic {
    border: 0px none;
    height: 1px;
    background: #eee linear-gradient(to right, #eee, #ddd, #eee) repeat scroll 0% 0%;
	margin-bottom:5px;
	margin-top:5px;
}

hr.uc {
    border: 0px none;
    height: 1px;
    background: #eee linear-gradient(to right, #eee, #ddd, #eee) repeat scroll 0% 0%;
 	margin-bottom:10px;
	margin-top:10px;
}

 

 
 
label.error { color:#01a5e2; } 
input.error,select.error { border:1px solid #01a5e2; } 
 
 

a#geribildirim_btn {
    background-color: #D43D3D;
    width: 109px;
    height: 38px;
    position: fixed;
    right: -26px;
    top: 120px;
    z-index: 2;
    display: block;
    transition: all 0.3s linear 0s;
    color: #FFF; 
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transform: rotate(-90deg);
    border-radius: 5px;
}


.big-btn {
    border-radius: 3px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0px 18px;
    text-decoration: none;
    margin: 10px 0px;
    width: 100%;
    background: #4183C4 none repeat scroll 0% 0%;
    color: #FFF;
    border-bottom: 3px solid #315577;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}


.buton {
    border-radius: 3px;
    display: inline-block;  
    padding:10px 5px;
    text-decoration: none; 
    width: 100%; 
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
 
.link { 
color:blue;
text-decoration:underline;

} 
 
 

#socialdj a { padding:10px; margin:10px; line-height:50px; color:#fff;  }



.face {
    background: #3B5998;
}
.twit {
    background: #00ACED;
}
.instag {
    background: #4e251e;
}
.webi {
    background: #333;
}




 

#socialdjana a { padding:10px; margin:10px; line-height:50px; color:#fff; background:#ccc; border-radius:5px;  }



#socialdjana .face:hover {
    background: #3B5998;
}
#socialdjana .twit:hover {
    background: #00ACED;
}
#socialdjana .instag:hover{
    background: #4e251e;
}
#socialdjana .webi:hover {
    background: #333;
}

 

.mesajbtn { 
-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	display:block;
	padding:10px 20px;
	margin:10px 20px;
	text-decoration:none;
	background:#272f37;
	color:#fff;
	border-bottom:2px solid #000;
	border-right:1px solid #000;
	text-align:center;
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
}
.mesajbtn:hover{ 
	background:#000;
}





.gribtn { 
-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	display:block;
	padding:10px 20px;
	margin:5px 0;
	text-decoration:none;
	background:#eee;
	color:#000;
	font-size:20px;
	border-bottom:2px solid #ddd;
	border-right:1px solid #ddd;
	text-align:center;
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
}
.gribtn:hover{ 
	background:#ccc;
}



.gribtnweb { 
-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	display:block;
	padding:10px 20px;
	margin:5px 0;
	text-decoration:none; 
	color:#000;
	font-size:20px;  
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
}
.gribtnweb:hover{ 
	background:#ccc;
}


 

.facebook {
    background: #3B5998;
	 border-bottom: 2px solid #2C4270;
	 -webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	display:block;
	padding:12px 20px;
	margin:5px 0;
	text-decoration:none;
	color:#fff; 
	text-align:center;
}

.twitter {
    background: #00ACEE;
	 border-bottom: 2px solid #008DC3;
	 -webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	display:block;
	padding:12px 20px;
	margin:5px 0;
	text-decoration:none;
	color:#fff;
	text-align:center;
}

 

.gplus {
    background: #D13E2F;
	  border-bottom: 2px solid #AB1809;
	  -webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	display:block;
	padding:10px 20px;
	margin:5px 0;
	text-decoration:none;
	color:#fff;
	text-align:center;
}



 
.profilink { color: #8899A6; font-weight:normal; }
.profilink:hover{ text-decoration:underline; }
 
 
 
	.white-popup {
  position: relative;
  background: #FFF;
	padding-bottom:20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}

.white-popup p {
  padding: 20px;
	
}


.white-popup h2 {
    background: #F6F6F6;
	  padding: 20px;
}


.white-popup h1 {
    background: #F6F6F6;
	  padding: 20px;
}
.white-popup h5 {
    background: #F6F6F6;
	  padding: 20px;
}



header h1 a {
  color: #333;
  border-bottom: none;
}

header p {
  margin: 2em 0;
}

.lead {
  font-size: 1.5em;
}
 

.button {
  border-radius: 5px;
  background: #efefef;
  background-image: -moz-linear-gradient(#FCFCFC, #EFEFEF);
  background-image: -webkit-linear-gradient(#FCFCFC, #EFEFEF);
  background-image: -ms-linear-gradient(#FCFCFC, #EFEFEF);
  background-image: linear-gradient(#FCFCFC, #EFEFEF);
  border: 1px solid #DDDDDD;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  padding: 8px 16px;
  text-shadow: 0 1px 0 #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: .5em;
}

.button:hover, .button:focus {
  outline: none;
  border: 1px solid rgba(255,0,0,.5);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 0 10px rgba(255,0,0,.3);
}

footer p {
  margin: 0;
  font-size: 1em;
}

 
 

.section p {
  margin: 0;
}

.section .unit pre {
  margin: 0;
  padding: 10px 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.section .unit pre:hover {
  background: #fc0;
}

.grid, .unit {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.section .unit .grid {
  overflow: hidden;
 
}
 


 
::-moz-selection { background: #006cb5; color: #fff; text-shadow: none; }
::selection { background: #006cb5; color: #fff; text-shadow: none; }

 
  

h1#sayfa {
 
 
    font-weight: bold;
    font-size: 50px;
 
    color: #222;
    letter-spacing: -1px;
    border-bottom: 1px solid #D8D8D8;
	margin-bottom:5px;
}
 
input, textarea {
    float: left;
    width: 100%;
 
    margin: 5px 0px 0px;
    padding: 10px 0px 10px 5px;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-sizing: border-box;
} 

select {
 
    width: 100%;
 
 margin-bottom:5px;
    padding:5px;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-sizing: border-box;
}
 

 

.skutu { 
box-shadow: 0px 2px 2px 0px #ECECEC;
background: none repeat scroll 0% 0% #FFF;
border-radius: 3px;
margin-bottom: 15px;
border: 1px solid #DCDCDC; 
}
.skutu:hover { 
border-bottom: 1px solid #900; 
}
 

.circle{
color: #fff;
display: inline-block;
text-align: center;
margin: 3px 1.5px 20px 3px;
}



 
.kucuk {
width: 36px;
height: 36px;
line-height: 36px; 
} 
.orta {
width: 46px;
height: 46px;
line-height: 46px; 
}

.buyuk {
width: 62px;
height: 62px;
line-height: 62px; 
}

.yesil{
background-color: #58B25E;
border-color: #58B25E;
color: #FFFFFF;
}

.mor {
background-color: #A085C6;
border-color: #A085C6;
color: #FFFFFF;
}

.kirmizi {
background-color: #e60001;
border-color: #e60001;
color: #FFFFFF;
}
.ckirmizi {
color: #790004;
}

.mavi {
background-color: #0069ad;
border-color: #00558e;
color: #FFFFFF;
cursor:pointer;
}
.gri {
background-color: #eee;
border-color: #ddd;
color: #000;
cursor:pointer;
}
 
.turuncu {
background-color: #EF7B45;
border-color: #EF7B45;
color: #FFFFFF;
} 
 
.right { float:right;} 
.left { float:left;} 
 
 .p10 { padding:15px;}
 .p5 { padding:10px;}
 .br5px { border-radius:5px;}
 .bgf5 { background:#f5f5f5;}
 .be8 { border:1px solid #e8e8e8;}
 .h50ovhid { height:70px; overflow:hidden;}
 .h40ovhid { height:44px; overflow:hidden;}
 .h30ovhid { height:30px; overflow:hidden;}
 .h20ovhid { height:20px; overflow:hidden;}
 
 .dfb { margin-top:20px; margin-bottom:10px; display:block; color:#ccc; font-size:12px;}
 .dfb:hover{ color:#000; }
 .fs12 { font-size:12px;}
 .fs14 { font-size:14px;}
 .fs18 { font-size:18px;}
 .color666 { color:#666;}
 .tac { text-align:center;}
 .tar { text-align:right;}
 .tal { text-align:left;}
 
 
 
 #refresim {
height:150px; overflow:hidden; border-radius:0 0 5px 5px;
}

.bbkirmizi { border:1px solid #eee; }
 
 blockquote{
    margin:10px;
    font-size: 16px;
    padding:20px;
	color:#fff;
}
blockquote p{
    margin-bottom: 10px;
}

blockquote:before {
content: "\f10d";
font-size: 30px;
font-family: FontAwesome;
position: absolute;
top: -4px;
left: 20px;
}


hr {
background:url(../images/hrbg.png) center no-repeat;
border-width:0;
height:17px;
text-align:center;
width:100%; 
}

#naviler { float:right; color:#444; padding:10px 0; }
#naviler  a{ color:#444; }
#naviler  a:hover{ color:#000; text-decoration:underline; }

.anamenubg { background:url(../images/anamenubg.png) top no-repeat; } 

#site_alti {
 padding:10px 0;
 color:#fff; 
 background:#000;
 border-top:1px solid #000;
 border-bottom:3px solid #fbbb29;
 font-size:14px;
}
#site_alti a{ color:#fff;} 

 ul.altlist{ padding:0; margin:0; }
 ul.altlist li { list-style-type:none; border-bottom:1px solid #333; }
 ul.altlist li a { color:#fff; padding:4px 2px; display:block; font-size:14px;   }
 ul.altlist li a:hover{ color:#666;  border-bottom:1px solid #333; }
 
 
.cfff { color:#fff;}  
a.ashver i:hover{ color:#fff;}

 #projeadi{  opacity:0; }
 
#projeresim  img {  opacity:0.7; background:#fff; }
#projeresim:hover img {  opacity:1; }
#projeresim:hover  #projeadi{  opacity:1; }


 #proje1h2{  opacity:0; color:#fff; }
 
#proje1  img {  opacity:0.7; background:#fff; }
#proje1:hover img {  opacity:1; }
#proje1:hover  #proje1h2{  opacity:1; }

.kosebuton { font-size:26px; padding:10px 20px; border-radius:5%; border:solid #444 1px; margin-top:70px; color:#444; }
.kosebuton:hover { font-size:26px; padding:10px 20px; border-radius:5%; border:1px solid #e0b93c; margin-top:70px; color:#e0b93c; }



.gondermail {
	
	 background:#000; color:#fff; border:1px solid #444; 
	cursor:pointer;
}
.gondermail:hover {
	
	 background:#000; color:#e0b93c; border:1px solid #e0b93c; 
	
}


a#aktifmenu { border-bottom:1px solid #39c1ec;  border-radius:3px; display:block;   background:#39c1ec; color:#fff; padding:10px;}
a#pasifmenu {  border-radius:3px;   display:block;  padding:10px; 
border-bottom:1px solid #39c1ec;
	color:#FFF;
	background: #01a5e2; /* Old browsers */
	background: -moz-linear-gradient(left,  #01a5e2 0%, #39c1ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#01a5e2), color-stop(100%,#39c1ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #01a5e2 0%,#39c1ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #01a5e2 0%,#39c1ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #01a5e2 0%,#39c1ec 100%); /* IE10+ */
	background: linear-gradient(to right,  #01a5e2 0%,#39c1ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a5e2', endColorstr='#39c1ec',GradientType=1 ); /* IE6-9 */
}
 
a#pasifmenu:hover {   border-radius:3px;  color:#fff; display:block; padding:10px;

	color:#FFF;
	background: #01a5e2; 
}

.yanmenusu { 

 color:#000;
 
	border-radius:45px 0px 3px 0px; 
 
 margin:0;
 padding:10px;
 list-style-type:none;

 }
 
 .yanmenusu  ul{ 
  margin:0;
 padding:0;
 list-style-type:none;
 } 
 
 .yanmenusu  ul li{ 
  margin:0;
 padding:0;
 list-style-type:none;
 }
 
 
 
 
.menubgust { height:10px;



 }
.menubgalt { background:url(../images/menubgalt.png) no-repeat; background-size:100%; height:57px; }



#listemenudu a { display:block; padding:10px;}


#blok { padding-left:145px; padding-top:40px; font-size:16px;}

#blokbg2  { background:url(../images/blok_02.png) no-repeat; height:160px; }
#blokbg2:hover  { background:url(../images/blok_02hover.png) no-repeat;}

#blokbg1  { background:url(../images/blok_01.png) no-repeat; height:160px; }
#blokbg1:hover  { background:url(../images/blok_01hover.png) no-repeat;}


#blokbg3  { background:url(../images/blok_03.png) no-repeat; height:160px; }
#blokbg3:hover  { background:url(../images/blok_03hover.png) no-repeat;}


a[rel^="galeri"] {
    cursor: zoom-in;
}

 
 
#ara {
position:relative;
 
height:20px; 
 width:150px;
 margin-right:5px;
}

#ara .yaz{
 
 position:absolute;
 top:-5px;
 left:0;
 width:150px;
	padding:5px;
	border:1px solid #ddd;
	font-size:16px;
	float:left;
	font-size:14px;
	line-height:16px;
	color:#888;
}
#ara .submit{
	float:left;
	width:16px;
	height:16px;
	padding:5px;
	border:0px;
	cursor:pointer;
	background:url(../images/araicon.png) no-repeat;
position:absolute;
right:5px;
top:0px;
	z-index:9100;
}
 
 
 .aramasonuc { 
 display:block;
 margin:3px 0;
 padding:3px;
 border-bottom:1px solid #eee;
 text-align:left;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
 }
 
 

#osmaniye-web-tasarim {
 
 
text-align:right;
padding-right:20px;
height:50px;
clear:both;

}
#osmaniye-web-tasarim a{
width:101px; height:40px;
display: inline-block;
background:url(../osmaniye-web-tasarim-bw.png) no-repeat;
}
#osmaniye-web-tasarim a span{
display:none;
}
#osmaniye-web-tasarim a:hover{ 
background:url(../osmaniye-web-tasarim.png) no-repeat;
}


   ul.pagination {

        font-family: "Arial", "Helvetica", sans-serif;
        font-size: 13px;
        height:auto;
        list-style-type: none;
        margin: 20px 0;
        overflow: hidden;
        padding: 0; 

    }
    ul.pagination li.details {

        background-color: white;
        border-color: #C8D5E0;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 2px;
        color: #1E598E;
        font-weight: bold;
        padding: 6px 10px;
        text-decoration: none; 

    }
    ul.pagination li.dot {

        padding: 3px 0; 

    }
    ul.pagination li {

        float: left;
        list-style-type: none;
        margin: 0 3px 0 0; 

    }
    ul.pagination li:first-child {

        margin-left: 0; 

    }
    ul.pagination li a {

        color: black;
        display: block;
        line-height:normal;
        padding: 7px 10px;
        text-decoration: none; 

    }
    ul.pagination li a img {

        border: medium none; 

    }
    ul.pagination li a.current {

        background-color:#08569D;
        color:#fff;

    }
    ul.pagination li a.current:hover {

        /*background-color: white;
        color: #333333; */

    }
    ul.pagination li a:hover {

        /*background-color: #C8D5E0; */
        background-color:#08569D;
        color:#fff;

    }
    ul.pagination li a {

        background-color: #F6F6F6;
        border-color: #C8D5E0;
        border-image: none;
        border-style: solid;
        border-width: 1px ;
        color: #1E598E;
        display: block;
        font-weight: bold;
        padding: 8px 10px;
        text-decoration: none; 

    }
    ul.pagination li.details {
        border: 1px solid #DDDDDD;
        color: #999999;
    }

	
	
	#menuyan { margin-right:10px; }
	
	#menuyan ul{
list-style: none outside none;
margin: 0px;
padding: 0px;
}
#menuyan ul>li  {
padding: 2px 0px;
margin-left:5px;
}
#menuyan ul>li>li  {
padding: 2px 0px;
margin-left: 16px;
}
#menuyan li a {
    line-height: 18px !important;
color: #00558e;
text-decoration: none;
}
#menuyan li a:hover {
 
text-decoration: underline;
}


section.categories {
    margin-left: 5px;
    display: inline-block;
    border: medium none !important;
    margin-right: 0px !important;
}



section.categories span.root { 
    display: inline-block;
    margin-right: 0px;
    background-repeat: no-repeat;
    margin-left: -5px;
    color: #787878;
    padding: 0px 6px 0px 0px;
}

section.categories a {
    color: #787878;
}

section.categories a:hover{
	color:#4183c4
}

section.categories + time {
    padding-left: 6px;
}

time {
    padding: 5px 0px 0px 2px;
    color: #9B9B9B; 
}



.detay p {
    margin: 7px 0px 15px;
    font: 17px/1.4 "PT Sans","Open Sans",Helvetica,Arial,sans-serif;
}



#osmaniye-is-ilanlari { padding:5px; }

#osmaniye-is-ilanlari:hover{ background:#eee;}


