* {
	box-sizing: border-box;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

input[type=text], select, textarea{
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	min-width: 2px;
}
input[type=number], number{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}
input[type=password], password{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}
input[type=tel], tel{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}
input[type=tc], tc{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}
input[type=email], email{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
	background-color: #CCCCCC;
	color: black;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
}

input[type=submit]:hover {
    background-color: #c0c0c0;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.col-25 {
	float: left;
	width: 27%;
	margin-top: 6px;
}

.col-75 {
    float: left;
    width: 65%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
	width: 100%;
	margin-top: 0;
    }
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Micro Clearfix */
.cf:before, 
.cf:after {
	content: '';
	display: table;
	visibility: hidden;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.wrap {
  text-align: left;
}

.row {
	max-width: 900px;
	margin: center;
	text-align: left;
	overflow: hidden;
	width: 96%;
}
.sag {
	max-width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: right;
	overflow: hidden;
	width: 96%;
}
.sol {
	max-width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 0;
	text-align: left;
	overflow: hidden;
	width: 96%;
}
#header {
	overflow: visible;
	position: relative;
	max-width: 900px;
	max-height: 200px;
	width: 100%;
	height: auto;
}

#header h1 {
  margin: 5px 0;
}

#primary-nav-button {
	background: white;
	display: none;
	border: 1px solid #aaa;
	position: absolute;
	bottom: 5px;
	right: auto;
	padding: 0;
	text-decoration: none;
	color: #7D7D7D;
	text-align: center;
	font-weight: bold;
	font-size: 0;
	left: 0px;
}

#primary-nav-button:hover {
  background: rgba(0,0,0,1);
}

#primary-nav-button.selected {
  background: rgba(0,0,0,1);
}

#primary-nav-button:before {
	/* content: '☰'; */
	content: '\2261';
	display: block;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.05;
	height: 1em;
	width: 1em;
	color: inherit;
	speak: none;
}

.menu li {
  float: left;
  margin-right: 10px;
  position: relative;
}

.menu li:last-child {
  margin-right: 0;
}

.menu .sub-menu li {
  width: 100%;
}

.menu li a {
  display: block;
  text-decoration: none;
}

#top-nav li a {
  color: #7d7d7d;
  padding: 5px 0;
}

#top-nav .sub-menu {
  background: #fff;
}

#top-nav .sub-menu li a {
  padding: 5px;
}

#top-nav .sub-menu li > a:hover,
#top-nav .sub-menu li.selected > a {
  background: #7d7d7d;
  color: #000;
}

#primary-nav li a {
  color: #333;
  font-weight: bold;
  padding: 10px;
}

#primary-nav li.active > a
{
  background: #555555;
  color: #ABABAB;
}

#primary-nav li > a:hover
{
  background: #7D7D7D;
  color: #000;
}
#primary-nav li.selected > a {
  background: #555555;
  color: #ABABAB;
}

.downarrow {
  	background: none;
  display: inline-block;
	  padding: 0;
  	text-align: center;
  min-width: 3px;
}

.sub-menu .downarrow {
  position: absolute;
  right: 0;
  padding-right: 10px;
}

.downarrow:before {
  content: '\25be';
  color: inherit;
  display: block;
	  font-family: sans-serif;
	  font-size: 1em;
  line-height: 1.1;
	  width: 1em;
  	height: 1em;
}

.menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  max-height: 1000px;
}

.menu .sub-menu.hide {
  display: none;
}
/* Menudeki mousun gezmediği alan  */
#primary-nav .sub-menu {
  background: #ABABAB;
  min-width: 150px;
  z-index: 200;
}
/* Menudeki ara cizgiler */
#primary-nav .sub-menu li {
	border-bottom: 1px solid #6E6E6E;
	border-top-color: #6E6E6E;
	border-right-color: #6E6E6E;
	border-left-color: #6E6E6E;
}

#primary-nav .sub-menu li:last-child {
  border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
  content: '\25b8';
}

#primary-nav.mobile {
  display: none;
  position: absolute;
  top: 100%;
  background: #ABABAB;
  width: 100%;
}

#primary-nav.mobile li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #555555;
}

#primary-nav.mobile li.selected > a {
  border-bottom: 1px solid #555555;
}

#primary-nav.mobile li:last-child {
  border: none;
}

#primary-nav.mobile li a {
  padding: 5%;
}

#primary-nav.mobile .sub-menu li a {
  padding-left: 7%;  
}

#primary-nav.mobile .sub-menu .submenu li a {
  padding-left: 9%;  
}

#primary-nav.mobile .sub-menu .sub-menu .sub-menu li a {
  padding-left: 11%;  
}

#primary-nav.mobile .sub-menu {
  float: left;
  position: relative;
  width: 100%;
}

.mobile .downarrow,
.mobile .sub-menu .downarrow {
  position: absolute;
  right: 0;
  padding-right: 5%;
}

#primary-nav.mobile .sub-menu .downarrow:before {
  content: '\25be';
}
#primary-nav-button.mobile {
  display: inline-block;
}
  
