﻿/*RESET*/

body { font-family: Microsoft YaHei, "Source Sans Pro", Helvetica, Arial, sans-serif;  }

a { cursor: pointer; }

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrap-index { overflow: hidden;  }

.dark-green { color: #4c5b52; }

.light-green { color: #00853e; }

.mb-50 { margin-bottom: 50px; }
.topic {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    font-size: 25px;
    margin-top: 0;
    height: 85px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index:101;
    }

/*slider*/

.slider { float: left; }

    
.slider .jquery-reslider .slider-block {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 97;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.slider .jquery-reslider .slider-direction {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 45%;
  z-index: 99;
  cursor: pointer;
}

.slider .jquery-reslider .slider-direction.slider-direction-prev {
  left: 20px;
  background: url('../images/prev.png') no-repeat;
  z-index:999;
}

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 20px;
  background: url('../images/next.png') no-repeat;
    z-index:999;

}

.slider .jquery-reslider .slider-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 80px;
}

.slider .jquery-reslider .slider-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  display: inline-block;
  margin: 10px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
#civile{
width:1020px; margin:0 auto;
}
#cerceve{
position:absolute; width:1020px; height:650px;background: rgba(255, 255, 255, 0.8); z-index:9999999; margin-top:76px;
}

#kurumsal{
background: url(../images/back.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider .jquery-reslider .slider-dots li.active { background-color: #ffffff; }


a {

	color: #4C9CF1;
	text-decoration: none;
	font-weight: bold;

}

a:hover {

	color: #444;

}

img {

	width: 100%;

}

header {

	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #4C9CF1;
	z-index: 100;

}

#logo{

	margin-top: 10px;
	float: left;
	width: 200px;
	height: 50px;
	background: url('../images/logo.png') no-repeat center;
	display: block;

}

nav {

	float: right;
	padding: 20px;	
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #4C8FEC url('../images/menu-icon.png') center;
}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #2262AD;

}

section {

	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px;
background:rgba(255,255,255, 0.8); z-index:99;background-attachment:fixed; 
}

h1 {

	font-size: 2em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0 ;

}

p {

	line-height: 1.45em;
	margin-bottom: 20px;
	font-size:12px;

}

/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}













@media screen and (max-width: 1024px) {
	
#civile{
width:880px!important; margin:0 auto;
}
#cerceve{
position:absolute; width:880px!important; height:650px;background: rgba(255, 255, 255, 0.8); z-index:9999999; margin-top:76px;
}

.topic {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    font-size: 35px;
    margin-top: 30%;
    max-height: 50%;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size:30px;
    }
}

@media screen and (max-width: 990px) {
	
#civile{
width:790px!important;  margin:0 auto;
}
#cerceve{
position:absolute; width:790px!important;height:650px;background: rgba(255, 255, 255, 0.8); z-index:9999999; margin-top:76px;
}

.topic {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    font-size: 35px;
    margin-top: 30%;
    max-height: 50%;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size:30px;
    }
}



@media screen and (max-width: 768px) 
{
#civile{
width:630px!important;  margin:0 auto;
}
#cerceve{
position:absolute; width:630px!important;  height:650px;background: rgba(255, 255, 255, 0.8); z-index:9999999; margin-top:76px;
}
nav {
    float: right;
    padding: 10px;
}

.slider .jquery-reslider .slider-direction { zoom: .8; }

.slider .jquery-reslider .slider-dots { position: absolute; }

.topic {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    font-size: 35px;
    margin-top: 30%;
    max-height: 50%;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size:20px;
    }
    nav {
	width:400px;
	font-size:10px;
	padding: 5px;
	padding-top:15px;
}

@media screen and (max-width: 640px) 
{
.topic {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    font-size: 35px;
    margin-top: 30%;
    max-height: 50%;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size:15px;
    }
        nav {
	font-size:10px!important;
	width:auto!important;
}
#civile{
width:538px!important; margin:0 auto;
}
#cerceve{
position:absolute; width:538px!important; height:650px;background: rgba(255, 255, 255, 0.8); z-index:9999999; margin-top:76px;
}

}
@media screen and (max-width: 480px) 
{
.topic {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    font-size: 35px;
    margin-top: 30%;
    max-height: 50%;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size:15px;
    }
        nav {
	font-size:10px!important;
	width:auto!important;
}
#civile{
width:350px!important; margin:0 auto;
}
#cerceve{
position:absolute; width:350px!important; height:650px;background: rgba(255, 255, 255, 0.8); z-index:9999999; margin-top:76px;
}

}
@media screen and (max-width: 320px) 
{
.topic {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    font-size: 35px;
    margin-top: 30%;
    max-height: 50%;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size:15px;
    }
    #civile{
width:280px!important; margin:0 auto;
}
#cerceve{
position:absolute; width:280px!important; height:650px;background: rgba(255, 255, 255, 0.8); z-index:9999999; margin-top:76px;
}

}
@media screen and (max-width: 240px) 
{
.topic {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    font-size: 35px;
    margin-top: 30%;
    max-height: 50%;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size:12px;
    }
        #civile{
width:220px!important; margin:0 auto;
}
#cerceve{
position:absolute; width:220px!important; height:650px;background: rgba(255, 255, 255, 0.8); z-index:9999999; margin-top:76px;
}

}
