body{
    font-family: 'Quicksand', sans-serif;
	font-size:15px;
	margin:0px;
	padding:0px;
	background-color:#e9ebee;
}
.container{
	position:relative;
	width:1000px;
	margin:auto;
}
.top{
	position:relative;
	height:90px;
	background-color: #4267b2;
}
.logotxt{
	position:relative;
	width:200px;
	font-size:40px;
	color:#fff;
	padding:10px;
	line-height:90px;
}
.logoimg{
	position:relative;
	top:10px;
}
.top-reklam{
	position:relative;
	top:5px;
	padding:10px;
	float:right;
}
/*Responsive Styles*/

#menu{
	position:relative;
	z-index:1000;
	background-color:white;
}

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size:18px;
	background:#4267b2;
	text-decoration: none;
}

li a.select {
	background:#4267b2;
	color:#000;
}

/*Hover state for top level links*/
li:hover a {
	background:#3b5da0;
	color:#fff;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background:#F2BC03;
	color: #000;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #3b5da0;
	text-align: center;
	display: none;
	line-height:50px;
	height:50px;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/*Responsive Styles*/

.nav-bg{
	position:relative;
	background-color:#4267b2;
	height:50px;
}
.body-bg{
	position:relative;
	clear:both;
}

.body{
	position:relative;
	min-height:500px;
	box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
	padding:10px;
	background-color:#fff;
}

.left-table{
	position:relative;
	width:55%;
	text-align:left;
	vertical-align:top;
	float:left;
}
.right-table{
	position:relative;
	width:40%;
	text-align:left;
	float:right;
	background-repeat:no-repeat;
	background-position:top right;
}
.table{
	position:relative;
}
input.text{
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:40px;
	margin-bottom:10px;
	border:1px solid #DFDFDF;
	border-radius:4px;
	padding:5px;
	outline:none;
}
button.chat{
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:40px;
	background-color:#4267b2;
	color:white;
	border:none;
	border-radius: 4px; /* Standart */ 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /* Safari ve Chrome */
	cursor:pointer;
	font-size:16px;
	outline:none;
	font-weight:normal;
}

.footer-line{
	position:relative;
	height:5px;
	background-color:#4267b2;
}

a.footer-link{
	text-decoration:none;
	color:#333;
	margin-right:5px;
	margin-left:5px;
	line-height:25px;
}
a.sponsor{
	text-decoration:none;
	color:#333;
	margin-right:5px;
	line-height:25px;
}
a.footer-link:hover{
	color:#000;
}
.footer{
	position:relative;
	height:60px;
	text-align:center;
	color:#333;
	padding:10px;
	background-color:#e9ebee;
	background-repeat:repeat-x;
	background-position:top left;
}

.temizle{
	position:relative;
	height:20px;
	clear:both;
}
.reklam-esnek{
	position:relative;
	max-width:100%;
	text-align:center;
	vertical-align:center;
	padding-top:20px;
	padding-bottom:10px;
	clear:both;
}
.reklam-728-90{
	position:relative;
	max-width:100%;
	text-align:center;
	vertical-align:center;
	padding-top:20px;
	padding-bottom:10px;
	clear:both;
}

p{
	text-align:left;
	line-height: 25px;
	color:#222;
}
a{
	outline:none;
	text-decoration:none;
	color:black;
}
img{
	outline:none;
}
h3{
	position:relative;
	height:30px;
	color:#5E486F;
	font-weight:normal;
	text-align:left;
	background-image:url(../img/h3line.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
h3.sohbet{
	color:#fff;
	background-color:#4267b2;
	padding:10px;
	border-radius: 4px; /* Standart */ 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /* Safari ve Chrome */
	background-image:url(../img/icon-heart.png);
	background-repeat:no-repeat;
	background-position:center right;
	font-weight:normal;
	line-height:30px;
}

@media only screen and (max-width: 1170px) {
	.nav-link{
		visibility:hidden;
		position:absolute;
	}
	.container{
		width:100%;
	}
	.left-table{
		float:none;
		width:100%;
	}
	.right-table{
		float:none;
		width:100%;
	}
	a.footer-link, a.sponsor{
		display:block;
		text-align:left;
		margin:0px;
	}
	.footer{
	text-align:left;
	}
	.top{
		text-align:center;
	}
	.top-reklam{
		display:none; 
	}
	.reklam-728-90{
		display:none;
	}
	h3.sohbet{
		text-align:center;
	}
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}