/* ----------------------------------

   01 RESET 

   02 GENERAL
   
   03 TOP SECTİON
   
   04 CONTENT
   
   ----------------------------------*/

/* __________________________________

   01 RESET 
   __________________________________*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	color: #656565;}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear:both;}


/* __________________________________

   02 GENERAL 
   __________________________________*/

a {
	color:#FFF;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

h1 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color: #FFF;
	padding: 10px 0;
	text-align: left;
}

h2 {
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color:#000;
	text-align: center;
}
h4 {
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color:#333;
	text-align: left;
}


h3 {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color:#333;
	text-align: center;
}
	
	h5 {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color: #111;
	padding: 10px 0;
	text-align: left;
}
/* Input */

input {
	width: 98%;
	height: auto;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	padding: 7px 1%;
	outline: none;
	margin-left: -1px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

input:focus {
	border: 1px solid #aaa;
}

textarea {
	width: 97.7%;
	height: auto;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	padding: 7px 1%;
	outline: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

textarea:focus {
	border: 1px solid #aaa;
}
/* Button */

button:hover {
	color:#999;
	background-color: #322c29;
	}

.Button_Blue {
	background-color: #199096;
	width: auto;
	height: auto;
	padding:10px;
	border: none;
	cursor: pointer;
	outline: none;
	color:#fff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	}

/* Space */
.normaltext{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #444;}

.pt10{
	padding:10px 0;}
	
.Space_10 {
	width:100%;
	height:10px;
	font-size: 20px;
}
	
/* Line */

.Line_10 {
	width:100%;
	height:1px;
	background-color:#ddd;
	margin:10px 0;}

/* Columns */

.Column_100 {
	float:left;
	width:100%;
	height:auto;
	text-align: left;
}
	
.Column_50 {
	float:left;
	width:50%;
	height:auto;}
	
.Column_33 {
	float:left;
	width:33.33%;
	height:auto;
	text-align: left;
	font-style: italic;
	font-size: 10px;
}
	
.Column_34 {
	
	width:33.33%;
	height:auto;
	margin-left:34%}

/* Genaral Div */

/* Genaral Div */
.ContentWhite{
	width: 960px;
	height: auto;
	background-image:url(../images/content-bg.png);
	padding:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;}
	
.Content {
	width: 1000px;
	height: auto;
	margin: auto;
	}

/* __________________________________

   03 TOP SECTİON
   __________________________________*/

	.TopContent {
		width:1000px;
		height:auto;
		margin:auto;
		padding:10px 0;
		background-image:url(../images/TopBg.jpg);}
		
		.Logo {
			float:left;
			width:auto;
			height:120px;}
			
		.Logo img {
			width:auto;
			height:100%;}

/* Menu */

.Menu {
	float:right;
	width:auto;
	height:auto;
	margin-top:30px;}
	
	.Menu li {
			float:left;
			background-image:url(../images/buton-bg.png);
			width:130px;
			height:70px;
			text-align:center;
			line-height:40px;}
		
		.Menu li a {
			font-size: 16px;
			font-family: 'Open Sans', sans-serif;
			font-weight: 600;
			color: #666;
			}
		
		.Menu li a:hover {
			color:#E4B512;}
	  
/* __________________________________

   04 CONTENT
   __________________________________*/
   
 /* Home Box */
 
.HomeBox{
	width: 96%;
	height: auto;
	background-image:url(../images/content-bg.png);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:20px auto 0;}
	
.HomeBox img{
	width: 90%;
	height: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:17px 5% 10px;}

/* Hakkımızda */

.hakkimizda img{
	width: 97%;
	height: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top:10px;
	margin-bottom:10px;}
   
/* __________________________________

   04 FOOTER 
   __________________________________*/
   
.FooterBg {
	width:100%;
	height:auto;
	background: #111;
	margin-top:20px;} 
	  
.Footer {
	width:1000px;
	height:auto;
	margin:auto;} 
		
  .Footer p {
	    float:left;
		width:auto;
		height:auto;
		font-size:13px;
		line-height:60px;
		color:#666;}
		
		.Footer p a {
			text-decoration:none;
			color:#666;}
		
		.Footer p a:hover {
			color:#fff;} 

/* Socials */

.social {
	float: right;
	width:auto;
	height:auto;
}

.socials ul {
	float: right;
	margin:14px 2px 0 0;
}
.socials ul li {
	float: left;
	display: inline-block;
	position: relative;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-right:2px;
	border:1px solid #000;

}
.socials ul li a {
	background-image: url(../images/social-icons.png);
	background-repeat: no-repeat;
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	-khtml-transition: background .2s ease, color .2s ease;
	-webkit-transition: background .2s ease, color .2s ease;
	-moz-transition: background .2s ease, color .2s ease;
	-ms-transition: background .2s ease, color .2s ease;
	-o-transition: background .2s ease, color .2s ease;
	transition: background .2s ease, color .2s ease;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.socials li.social-twitter a {background-position: 9px 8px;}
.socials li.social-twitter a:hover {background-color: #2daae1;}

.socials li.social-facebook a {background-position: -17px 8px;}
.socials li.social-facebook a:hover {background-color: #3c5b9b;}

.socials li.social-youtube a {background-position: -48px 8px;}
.socials li.social-youtube a:hover {background-color: #cf3427;}
