@charset "utf-8";
/* CSS Document */



@import url(http://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin,latin-ext);

@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);

body {
	background-color: #000;
	background-image: url(bg.jpg);
	background-size:cover;
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	padding:0px;
}

#contain {
	width:960px; 
	margin:2% auto; 
	min-height:500px;
}

.header {
	width:100%;
	height:150px;
}

.logo {
	width:250px; 
	height:120px;
	padding:10px; 
	float:left;

}

.menu {
	float:right;
	width:50%;
	height:30px;
	padding:10px;
	text-align:right;
	color:white;
}

.menu a {
	text-decoration:none;
	color:white;
	padding:0 10px 0 10px;
	font-size:12px;
	border-right:1px solid white;
}

.last {
	border:none !important;
	padding:0 0 0 10px !important;}

.menu a:hover {color:#f36b22;}

.menu-2 {width:60%; height:50px;  padding:10px 0 10px 0; float:right;}
.menu-2 a {padding:5px 10px 5px 10px; font-size:24px; color:white; text-decoration:none; font-family: 'Oswald', sans-serif; font-weight:700;}
.menu-2 a:hover {color:#f36b22;}

h1, h2 {	
	font-family: 'Oswald', sans-serif;
	font-size:4em;
	padding:0px;
	margin:10px 0 0 10px;
	font-weight:700;
	transition:.5s ease;
}

h1:hover, h2:hover {	
	color:#f36b22;
}


h1 {	
	font-size:4em;
}


h2 {	
	font-size:3em;
	color:white;
}

h2:hover {	
	color:#f36b22;
}


.heading {
	width:100%; 
	min-height:280px; 
	height:auto;
	padding:10px 0 10px 0;
	border-top:1px solid white;
	border-bottom:1px solid white;
	color:white;
	clear:both;
	text-align:center;
}

.heading2 {
	width:74%; 
	min-height:280px; 
	height:auto;
	padding:10px 0 10px 0;
	border-top:1px solid white;
	border-bottom:1px solid white;
	color:white;
	float:right;
	text-align:center;
}

.page-column {
	width:74%; 
	min-height:350px;
	float:right;

	
	}
	
.left-column {
	width:24%;
	float:left;
	min-height:350px;
	height:auto;
	margin-right:10px;

	
	
}

.left-column a {
	width:90%;
	padding:5px 0 30px 0;
	height:15px;

	margin:0 0 10px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-size:1.6em;
	color:white;
	transition:.5s ease;
background: #2989d8; /* Old browsers */
background: -moz-linear-gradient(top,  #2989d8 3%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2989d8 3%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2989d8 3%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2989d8 3%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2989d8 3%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */


	
}

.left-column a:hover {
	background: #ff7b0d; /* Old browsers */
background: -moz-linear-gradient(top,  #ff7b0d 0%, #ffa84c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b0d), color-stop(100%,#ffa84c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff7b0d 0%,#ffa84c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff7b0d 0%,#ffa84c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff7b0d 0%,#ffa84c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff7b0d 0%,#ffa84c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 ); /* IE6-9 */
}


.page {
	width:100%; 
	min-height:350px;
	margin:10px 0 10px 0;
	}
	
.col-5 {
	width:18.1%;
	float:left;
	padding:10px;
	min-height:140px;
	transition:.5s ease;
	color:#fff;
	font-size:12px;
	
}

.kitap {min-height:200px;}

.col-4 {
	width:22.1%;
	float:left;
	padding:10px;
	min-height:140px;
	transition:.5s ease;
	color:#fff;
	font-size:12px;
}

.col-5 p {padding:0 5px 0 5px; }

.col-2 {width:47%; padding:16px; float:left; text-align:left; height:auto; color:#39C;}

.col-1 {width:99%; text-align:left; color:#39C; }

.col-3 {width:31%; text-align:left; color:#39C; float:left; padding:10px; }

.fit {padding: 10px 0 10px 10px; }



.col-5:hover, .col-4:hover {background:white; color:gray;}

.footer {
	border-top:1px solid white; 
	width:100%; 
	padding:20px 0 20px 0; 
	text-align:left; 
	font-size:11px; 
	color:gray;
	}

.footer-column {
	width:24%;
	float:left;
	min-height:350px;
	height:auto;
	margin-right:10px;
 	margin-top:20px;
	text-align:left; font-size:11px; color:gray;
}






















#primary_nav_wrap
{
	margin-top:15px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:;
	text-decoration:none;
	font-weight:700;
	font-size:24px;
	line-height:32px;
	padding:0 15px;
	font-family: 'Oswald', sans-serif; 
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	color:#f36b22 !important;
}

#primary_nav_wrap ul li:hover
{
	
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background: #2989d8; /* Old browsers */
background: -moz-linear-gradient(top,  #2989d8 3%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2989d8 3%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2989d8 3%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2989d8 3%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2989d8 3%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}