@charset "iso-8859-9";
body {
	margin: 0px;
	padding: 0px;
}
i {
	margin-right: 5px;
}


.redbtn {
	background: #E90B20;
	background-image: -webkit-linear-gradient(top, #E90B20, #9B0910);
	background-image: -moz-linear-gradient(top, #E90B20, #9B0910);
	background-image: -ms-linear-gradient(top, #E90B20, #9B0910);
	background-image: -o-linear-gradient(top, #E90B20, #9B0910);
	background-image: linear-gradient(to bottom, #E90B20, #9B0910);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.kirmizi {
	color: #CC0000;
	text-decoration: none;
}
.blok-content {
	padding: 20px;
}
.fiyat {
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.b1 {
	font-family: Ubuntu;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}



.redbtn:hover {
  background: #9B0910;
  background-image: -webkit-linear-gradient(top, #9B0910, #E90B20);
  background-image: -moz-linear-gradient(top, #9B0910, #E90B20);
  background-image: -ms-linear-gradient(top, #9B0910, #E90B20);
  background-image: -o-linear-gradient(top, #9B0910, #E90B20);
  background-image: linear-gradient(to bottom, #9B0910, #E90B20);
  text-decoration: none;
}

.btnblack {
	background: #2A2724;
	background-image: -webkit-linear-gradient(top, #2A2724, #000000);
	background-image: -moz-linear-gradient(top, #2A2724, #000000);
	background-image: -ms-linear-gradient(top, #2A2724, #000000);
	background-image: -o-linear-gradient(top, #2A2724, #000000);
	background-image: linear-gradient(to bottom, #2A2724, #000000);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.btnblack:hover {
  background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #2A2724);
  background-image: -moz-linear-gradient(top, #000000, #2A2724);
  background-image: -ms-linear-gradient(top, #000000, #2A2724);
  background-image: -o-linear-gradient(top, #000000, #2A2724);
  background-image: linear-gradient(to bottom, #000000, #2A2724);
  text-decoration: none;
}

.clear {
	clear: both;
}
.sperator {
	position: absolute;
}

 
 .inputs  {
	width:190px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9D9E9E;
	text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
	background: #FFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.inputs:focus {
	color: #414848;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
	outline:0;
	background-color: #E3E3E6;
} 
  .inputs:hover   {
	color: #414848;
	background-color: #EDEDED;
} 

#main {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#header {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
}
#header #header-content {
	height: 105px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header #header-top {
	height: 105px;
	width: 100%;
	webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 0px 11px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 0px 11px 0px rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 2;
}
#header #header-nav {
	height: 50px;
	width: 100%;
	background: #db0b1d; /* Old browsers */
	background: -moz-linear-gradient(top, #db0b1d 0%, #a10911 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db0b1d), color-stop(100%, #a10911)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #db0b1d 0%, #a10911 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #db0b1d 0%, #a10911 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #db0b1d 0%, #a10911 100%); /* IE10+ */
	background: linear-gradient(to bottom, #db0b1d 0%, #a10911 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0b1d', endColorstr='#a10911', GradientType=0 ); /* IE6-9 */
copy;
	position: relative;
	z-index: 0;
}
#header #header-nav #menu {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}

#header #logo-blok {
	background-color: #FFFFFF;
	height: 186px;
	width: 186px;
	position: absolute;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.29);
	-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.29);
	box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.29);
	
	
	
}
#header #logo-blok img {
	margin-top: 15px;
}
#header #logo-blok a {
	background-color: #FFFFFF;
	height: 186px;
	width: 186px;
	position: absolute;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.29);
	-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.29);
	box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.29);
	
	display: block;
	
}
#header  #top {
	float: right;
	position: relative;
	top: 15px;
}

#header #telefon-blok {
	background-image: url(../img/phone-icon.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-right: 5px;
	padding-left: 35px;
	float: left;
	clear: none;
	height: 35px;
	width: 170px;
	position: absolute;
	left: -220px;
	top: -8px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #2A2724;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBDB;
}
#header #telefon-blok .mh {
	position: absolute;
	left: 41px;
	top: 4px;
	font-weight: bold;
}
#header #telefon-blok .tl {
	position: absolute;
	left: 41px;
	top: 22px;
	font-weight: bold;
}

#header #header-links {
	position: absolute;
	left: -379px;
	width: 617px;
	top: 47px;
}
#header #header-links ul {

}
#header  #header-links  li a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #2A2724;
	text-decoration: none;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFCFCF;
}
#banner {
	background-color: #CCCCCC;
	height: 400px;
	width: 100%;
	position: relative;
	z-index: 0;
}
#banner .nav-buttons {
	width: 100%;
	position: relative;
	top: 120px;
}
#banner #prev {
	position: absolute;
	left: 0px;
	top: 70%;
}
#banner #next {
	position: absolute;
	right: 0%;
}
#bar {
	background-color: #121212;
	height: 55px;
	width: 100%;
	background: #312e2b; /* Old browsers */
	background: -moz-linear-gradient(top, #312e2b 0%, #121212 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#312e2b), color-stop(100%,#121212)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #312e2b 0%,#121212 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #312e2b 0%,#121212 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #312e2b 0%,#121212 100%); /* IE10+ */
	background: linear-gradient(to bottom, #312e2b 0%,#121212 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312e2b', endColorstr='#121212',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px -2px 6px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px -2px 6px 0px rgba(0, 0, 0, 1);
	position: relative;
	z-index: 5;
}
#bar #slogan  {
	float: right;
	position: relative;
	top: 19px;
	right: 0px;
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

#bar #bar-content {
	height: 55px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#bar #nav {
	text-align: left;
	width: 200px;
	height: 59px;
	line-height: 59px;
	float: left;
}
#bar  #nav  UL LI {
	display: inline;
	margin-right: 3px;
	color: #FFFFFF;
	text-decoration: none;
	
}
#bar  #nav  UL LI.showPage A  {
	color: #FFFFFF;
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF0000;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#bar  #nav  UL  LI a {
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Ubuntu;
	font-size: 16px;
	background-color: #343436;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#mainpage-blok {
	height: auto;
	width: 100%;
	background-image: url(../img/dunya.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainpage-blok #mb-content {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainpage-blok #hesaplama {
	float: left;
	height: 289px;
	width: 800px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	background-image: url(../img/hesapla_img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 18px;
}
#main #mainpage-blok #sag-butonlar {
	float: right;
	width: 170px;
	text-align: right;
}

#mainpage-blok #hesaplama h1 {
	font-family: Ubuntu;
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	margin-bottom: 12px;
}
#mainpage-blok #sag-butonlar a {
	display: block;
	background-image: url(../img/sb-);
	height: 79px;
	width: 160px;
	float: right;
}

#mainpage-blok #hizmetler-blok {
	height: 270px;
	width: 680px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20);
-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.20);
box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.20);
}
#mainpage-blok #hizmetler-blok h1 {
	font-family: Ubuntu;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

#mainpage-blok #fkareler-blok {
	height: 270px;
	width: 285px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.20);
	box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.20);
	float: right;
}
#mainpage-blok #fkareler-blok h1 {
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#mainpage-blok  #resimler  {
	background-image: url(../img/hizmetler-img-bg.png);
	background-repeat: no-repeat;
	float: right;
	height: 216px;
	width: 394px;
	margin-top: 7px;
}
#mainpage-blok  #hizmetler-blok  ul {
	text-decoration: none;
	margin-top: 20px;
	width: 240px;
	height: 170px;
	overflow: auto;
}
#mainpage-blok #hizmetler-blok      li   a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F3F3F3;
	
	padding-left: 8px;
	border: 1px solid #ECECEC;
	display: block;
}
#mainpage-blok  #hizmetler-blok  li  a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #C80A19;
	
	padding-left: 8px;
	border: 1px solid #ECECEC;
	display: block;
}
#mainpage-blok #hizmetler-blok #hmg {
	position: relative;
	left: 50px;
	top: 15px;
}





#footer {
	background-color: #C80A19;
	height: auto;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0F100B;
}


#corp {
	text-align: center;
	width: 235px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #575757;
	padding-top: 27px;
}
#footer  #corpz {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #65697C;
	margin-top: 10px;
}


#footer #footer-content {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	background-image: url(../img/footerlogo.png);
	background-repeat: no-repeat;
	background-position: 98% 80%;
	padding-bottom: 25px;
}

#footer-content span {
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	bottom: 5px;
}

#footer-content ul {
	float: left;
	margin-right: 35px;
}
#footer-content  li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#footer-content li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FA9299;
	text-decoration: underline;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#blok-1 {
	background-color: #FFFFFF;
	height: 225px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
}
.blokcontent  {
	padding: 25px;
	height: 120px;
}

.blokcontent h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #38383A;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#haberler {
	float: left;
	height: 205px;
	width: 321px;
	background-image: url(../img/sayfa_kenar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C0C0C0;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-right: 7px;
	line-height: 16px;
}
#besa {
	float: left;
	height: 205px;
	width: 321px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C0C0C0;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#kalite {
	float: right;
	height: 205px;
	width: 321px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#iletisim-banner {
	background-color: #CCCCCC;
	height: 250px;
	width: 100%;
	position: relative;
	z-index: 0;
}
#bar-content h1 {
	font-family: Ubuntu;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	top: 14px;
	float: left;
}

#iletisimbilgileri {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	width: 450px;
	line-height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 400px;
}
#iletisimbilgileri h2 {
	font-family: Ubuntu;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#iletisimformu {
	padding: 20px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	width: 400px;
	float: right;
}
#page-banner
 {
	background-color: #CCCCCC;
	height: 200px;
	width: 100%;
	position: relative;
	z-index: 0;
}
#solmenu {
	float: left;
	height: auto;
	width: 200px;
}

#solmenu ul {
}
#solmenu  li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	margin-bottom: 1px;
	display: block;
	padding: 6px;
	-moz-border-radius-topleft: 90px;
-webkit-border-top-left-radius: 90px;
 border-top-left-radius: 90px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px;
-moz-border-radius-bottomleft: 90px;
-webkit-border-bottom-left-radius: 90px;
border-bottom-left-radius: 90px;
}
#solmenu li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D21112;
	margin-bottom: 1px;
	display: block;
	padding: 6px;
}

#textcontent {
	float: right;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 75px;
	text-align: justify;
	padding-left: 5px;
}
#textcontent h1 {
	font-family: Ubuntu;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#musterigiris {
	float: right;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 75px;
	text-align: justify;
	padding-left: 5px;
}
#musterigiris h1 {
	font-family: Ubuntu;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#footer-blok {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 25px;
	padding: 25px;
}
#slogan {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#corp  {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
	position: relative;
	top: 20px;
}

#footer_sosyal {
	background-image: url(../img/footer_sosyal_kulak.png);
	background-repeat: no-repeat;
	float: right;
	height: 43px;
	width: 335px;
	position: absolute;
	top: -26px;
	right: -975px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 43px;
}
#footer_sosyal p {
	margin-left: 35px;
}


.icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;

    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#footer_sosyal .icons {
	float: right;
}
 
.icons a.twitter { background: url("../images/social/twitter.png") left top no-repeat; }

.icons a.dribbble { background: url("../images/social/dribbble.png") left top no-repeat; }
.icons a.rss { background: url("../images/social/rss.png") left top no-repeat; }
.icons a.pinterest { background: url("../images/social/pinterest.png") left top no-repeat; }
.icons a.digg { background: url("../images/social/digg.png") left top no-repeat; }
.icons a.flickr { background: url("../images/social/flickr.png") left top no-repeat; }
.icons a.forrst { background: url("../images/social/forrst.png") left top no-repeat; }
.icons a.vimeo { background: url("../images/social/vimeo.png") left top no-repeat; }
.icons a.reddit { background: url("../images/social/reddit.png") left top no-repeat; }
.icons a.linkedin { background: url("../images/social/linkedin.png") left top no-repeat; }
.icons a.facebook { background: url("../images/social/facebook.png") left top no-repeat; }
.icons a.paypal { background: url("../images/social/paypal.png") left top no-repeat; }
.icons a.stumbleupon { background: url("../images/social/stumbleupon.png") left top no-repeat; }
.icons a.email { background: url("../images/social/email.png") left top no-repeat; }
.icons a.deviantart { background: url("../images/social/deviantart.png") left top no-repeat; }
.icons a.netvibes { background: url("../images/social/netvibes.png") left top no-repeat; }
.icons a.yahoo { background: url("../images/social/yahoo.png") left top no-repeat; }
.icons a.github { background: url("../images/social/github.png") left top no-repeat; }
.icons a.addthis { background: url("../images/social/addthis.png") left top no-repeat; }
.icons a.behance { background: url("../images/social/behance.png") left top no-repeat; }
.icons a.blogger { background: url("../images/social/blogger.png") left top no-repeat; }
.icons a.slashdot { background: url("../images/social/slashdot.png") left top no-repeat; }
.icons a.technorati { background: url("../images/social/technorati.png") left top no-repeat; }
.icons a.googleplus { background: url("../images/social/googleplus.png") left top no-repeat; }
.icons a.apple { background: url("../images/social/apple.png") left top no-repeat; }
.icons a.myspace { background: url("../images/social/myspace.png") left top no-repeat; }
.icons a.sharethis { background: url("../images/social/sharethis.png") left top no-repeat; }
.icons a.yelp { background: url("../images/social/yelp.png") left top no-repeat; }
.icons a.delicious { background: url("../images/social/delicious.png") left top no-repeat; }
.icons a.lastfm { background: url("../images/social/lastfm.png") left top no-repeat; }
.icons a.youtube { background: url("../images/social/youtube.png") left top no-repeat; }
.icons a.skype { background: url("../images/social/skype.png") left top no-repeat; }
.icons a.tumblr { background: url("../images/social/tumblr.png") left top no-repeat; }
.icons a.aim { background: url("../images/social/aim.png") left top no-repeat; }
.icons a.google { background: url("../images/social/google.png") left top no-repeat; }
 
.icons a:hover { background-position: left -34px; }
#back-top a {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
	z-index: 99999999;
	right: 10px;
	background-image: url(../img/top_arrow.png);
	height: 50px;
	width: 50px;
}
#bolgecontent {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 75px;
	text-align: justify;
	padding-left: 5px;
}
#bolgecontent ul {
	font-family: Ubuntu;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	width: 990px;
}

#bolgecontent  li a {
	font-family: Ubuntu;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	float: left;
	width: 173px;
	background-color: #F8F8F8;
	padding: 5px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #DFDFDF;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.15);
}

#bolgecontent h1 {
	font-family: Ubuntu;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#bolgecontent li a:hover {
	font-family: Ubuntu;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 173px;
	background-color: #D70B1A;
	padding: 5px;
	border: 1px solid #C80A19;
	display: block;
}
#galeri {
}
#galeri ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
#galeri li {
	height: 150px;
	width: 230px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
#galeri img {
	margin-top: 7px;
}
.t2 {
	font-family: Ubuntu;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	left: 6px;
	position: relative;
	top: 10px;
	margin: 0px;
	padding: 0px;
}
.t6 {
	position: relative;
	left: 6px;
	font-family: Ubuntu;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	top: 40px;
	margin: 0px;
}
