body {
	margin: 0;
	padding: 80px 0 0 0;
	font-family: Arial;
}

.c {
	width: 1050px;
	margin: auto;
}
.fr {
	float: right;
}

.clear {
	clear: both;
}

.menubutton {
	display: none;
}

.menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 80px;
	line-height: 80px;
	color: #000;
	background-color: #FFF;
	font-size: 11pt;
	border-bottom: solid 2px rgb(74, 73, 71);
}
.menu img {
	float: left;
}
.menu a {
	color: inherit;
	text-decoration: inherit;
}
.menu ul {
	margin: 0;
	padding: 0;
	float: left;
}
.menu ul li {
	display: block;
	float: left;
	height: 80px;
	color: rgb(74, 73, 71);
	padding: 0 20px 0 20px;
	transition: background-color 0.3s, color 0.3s;
}
.menu ul li:hover {
	color: #FFF;
	background-color: rgb(220, 168, 43);
}
.menu ul li.hover-disabled:hover {
	color: inherit;
	background-color: inherit;
}

.slider {
	min-height: 400px;
}
.slider img {
	width: 100%;
}

.main {
	padding: 50px 0 50px 0;
}
.main.bg {
	background-color: #FAFAFA;
}
.main ul.boxes {
	margin: 30px 0 30px 0;
	padding: 0;
}
.main ul.boxes li {
	display: block;
	float: left;
	width: 272px;
	padding: 20px 30px 20px 30px;
	/*border-right: solid 2px rgb(220, 168, 43);*/
	line-height: 25px;
}
.main ul.boxes li:nth-child(3) {
	border-right: none;
}
.main p {
	line-height: 25px;
	text-align: justify;
}
.main p.q {
	width: 75%;
	margin: auto;
	padding-left: 20px;
	/*border-left: solid 3px rgb(220, 168, 43);*/
}
.main h1 {
	font-weight: normal;
	color: rgb(220, 168, 43);
	margin-top: 0;
}

.main ul.areas {
	margin: 0;
	padding: 0;
}
.main ul.areas a {
	color: inherit;
}
.main ul.areas li {
	display: block;
	float: left;
	width: calc(23% - 20px);
	margin: 10px 1% 10px 1%;
	background-color: #FAFAFA;
	box-shadow: 0 0 1px #AAA;
	height: 50px;
	padding: 20px 10px 20px 10px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
}
.main ul.areas li:hover {
	background-color: rgb(220, 168, 43);
	color: #FFF;
}

.main .contact-l {
	width: 50%;
	float: left;
}
.main .contact-r {
	width: 35%;
	float: right;
}
.main .contact-l form {
	width: 100%;
	padding: 0 5% 0 5%;
	background-color: #FAFAFA;
	border: solid 1px #ECECEC;
}
.main .contact-l form input {
	width: 100%;
	height: 40px;
	padding: 0 20px 0 20px;
	border: solid 1px #CECECE;
}
.main .contact-l form textarea {
	resize: none;
	width: 100%;
	height: 150px;
	border: solid 1px #CECECE;
}
.main .contact-l form button {
	height: 40px;
	width: 150px;
	margin: 10px 0 20px 0;
	color: #FFF;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-color: rgb(220, 168, 43);
}
.main .contact-r a, .main .contact-r p {
	color: #000;
	text-decoration: none;
	margin-bottom: 30px;
	transition: background-color 0.3s, color 0.3s;
}
.main .contact-r a:hover {
	background-color: rgb(220, 168, 43);
	color: #FFF;
}

#map {
	height: 350px;
	margin-top: 20px;
	margin-bottom: -50px;
}

ul.col-2 {
	margin: 0;
	padding: 0;
}
ul.col-2 li {
	display: block;
	float: left;
	width: 48%;
	margin-right: 4%;
}
ul.col-2 li:nth-child(2n) {
	margin-right: 0;
}
ul.col-2 li img.photo {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-color: #FAFAFA;
	margin-top: 50px;
	border: none;
}

.subfooter {
	font-size: 10pt;
	color: rgb(74, 73, 71);
	line-height: 20px;
	padding: 20px 0 20px;
	background-color: #FAFAFA;
	border-top: solid 1px #CECECE;
}
.subfooter a {
	color: rgb(74, 73, 71);
	text-decoration: none;
	transition: color 0.3s;
}
.subfooter a:hover {
	color: rgb(220, 168, 43);
}
.subfooter ul {
	margin: 0;
	padding: 0;
}
.subfooter ul li {
	display: block;
}
.subfooter ul li i {
	width: 20px;
	text-align:center;
}
.subfooter .social i {
	font-size: 25pt;
	margin: 12px 0 0 15px;
}

.payment {
	float: right;
	margin-left: 20px;
	display: block;
	width: 155px;
	height: 58px;
	text-decoration: none;
	color: #444;
	background: url(https://pos.param.com.tr/Tahsilat/images/etahsilat.png) no-repeat;
	padding: 12px 10px 30px 85px;
	font: bold 13px Tahoma;
}

.footer {
	padding:10px 0 10px 0;
	background-color: rgb(74, 73, 71);
	font-size: 8pt;
	color: #999;
	line-height: 17px;
	text-align: justify;
}

/* PANEL */
form.panel-login {
	margin: 100px auto 0 auto;
	background-color: #F5F5F5;
	border: solid 1px #ECECEC;
	width: 300px;
	padding: 20px 20px 20px 20px;
}
form.panel-login input {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12pt;
}
form.panel-login button {
	width: 150px;
	height: 40px;
	background-color: rgb(220, 168, 43);
	color: #FFF;
	font-size: 11pt;
	border: none;
	cursor: pointer;
}

div.panel-left {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 250px;
	border-right: solid 1px #ECECEC;
	background-color: #F5F5F5;
}
div.panel-left img {
	width: 100%;
}
div.panel-left a {
	color: inherit;
	text-decoration: none;
}
div.panel-left ul {
	margin: 20px 0 0 0;
	padding: 0;
}
div.panel-left ul li {
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #ECECEC;
	padding: 0 0 0 40px;
	transition: background-color 0.3s, color 0.3s;
}
div.panel-left ul li:hover, div.panel-left ul li.selected {
	background-color: rgb(220, 168, 43);
	color: #FFF;
}
div.panel-main {
	position: fixed;
	left: 251px;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
}
div.panel-main h1 {
	font-size: 25pt;
	margin: 40px 80px 30px 80px;
	padding: 0;
}
div.panel-main h1 a {
	float: right;
	font-size: 15pt;
	background-color: rgb(220, 168, 43);
	padding: 10px;
	color: #FFF;
	text-decoration: none;
}
div.panel-main a {
	color: rgb(220, 168, 43);
}
div.panel-main table {
	width: calc(100% - 160px);
	margin: 20px 80px 20px 80px;
	padding: 20px;
	border: solid 1px #ECECEC;
	border-collapse: collapse;
}
div.panel-main table tr th {
	line-height: 30px;
	text-align: left;
	padding: 10px 20px 10px 20px;
}
div.panel-main table tr td {
	padding: 10px 20px 10px 20px;
}
div.panel-main table tr:nth-child(2n) td {
	background-color: #F5F5F5;
}
div.panel-main form {
	width: calc(100% - 160px);
	margin: 20px 80px 20px 80px;
	padding: 20px;
	border: solid 1px #ECECEC;
	background-color: #FAFAFA;
}
div.panel-main form input, div.panel-main form select {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 20px;
	font-size: 12pt;
}
div.panel-main form button {
	width: 150px;
	height: 40px;
	background-color: rgb(220, 168, 43);
	color: #FFF;
	font-size: 11pt;
	border: none;
	cursor: pointer;
}
div.panel-main form textarea {
	height: 500px;
}

@media only all and (max-width:768px) {
	body {
		
	}
	.slider {
		min-height: 50px;
	}
	.c {
		width: 90%;
		margin-left: 5%;
	}
	.menubutton {
		display: block;
		float: left;
	}
	.menubutton img {
		margin-top: 25px;
	}
	.menu ul {
		height: 0;
		position: fixed;
		left: 0;
		top: 80px;
		right: 0;
		background-color: #FFF;
		overflow: hidden;
		transition: height 0.3s;
	}
	.menu ul li {
		width: 100%;
		height: 60px;
		line-height: 60px;
		float: none;
	}
	.menu.show ul {
		height: 360px;
	}
	.payment {
		float: none;
		margin: auto;
	}
	.main .contact-l, .main .contact-r {
		width: 90%;
		float: none;
	}
	ul.col-2 li {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.main ul.areas li {
		float: none;
		width: calc(100% - 20px);
		margin: 10px 0 10px 0;
	}
}