/*+++++++++++++++++++++
=====================================
 Template Name : Rugulaw
 Author Name : Mustafa Serhat YILDIRIM
 Author URI : http://mustafaserhat.com/
===============================
+++++++++++++++++++*/

/*====================
======Typography=====
======================*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');
@import url('animate.min.css');
/*
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
:focus{
	outline:0;
	text-decoration:none!important
}
html,body {
    height:100%;
    width: 100%;
}

body {
    display: table;
}
#footer {
    display: table-row;
    height: 60px;
}

body{
	font-family: 'Raleway', sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#43484E;
	font-size: 16px;
}
body  section{
	padding: 0px 0;
}
a:hover {
	outline: none;
	text-decoration:none;
}
a:focus {
	outline:none;
	outline-offset: 0;
}
a{
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#fc7700;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
.slider-btn {
	background-color:transparent;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	width: 150px;
	text-align: center;
	height: 45px;
	line-height:45px;
	padding: 0;
	font-size: 15px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
		font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
.slider-btn:hover {
	background-color:#001F5B;
	-webkit-box-shadow: inset 0 0 0 2px #001F5B;
	box-shadow: inset 0 0 0 2px #001F5B;
	color:#fff
}
.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}
.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}
/*====================
======Header CSS=====
======================*/
.navbar-header img {
    transition: all .3s;
    -webkit-transition: all .3s;
}
.navbar-brand {
    padding: 10px 60px 10px 63px!important;
    margin-left: 0px!important;
}
#navigation .navbar {
  background:transparent;
  border-radius: 0;
  border-bottom: 0;
  padding-bottom: 0px;
  -webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;

}
#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #333;
}
#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}
.navbar-nav>li {
    float: left;
    margin-top: 65px;
    -webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}
#navigation .navbar-nav.navbar-right {
	margin-top:15px
	margin-bottom:10px
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    padding: 6px 13px;
}
.navbar-inverse .navbar-nav>li:first-child>a{
	padding-left: 0px;
}
.navbar-inverse .navbar-nav>li:last-child>a{
	padding-right: 0px;
}
#navigation .navbar-nav.navbar-right li a {
	color: #fff;
		font-family: 'Raleway', sans-serif;
	font-size: 16px;
	padding: 0;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
.navbar-inverse .navbar-nav>li>a:hover {
	background-color: transparent;
}
/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/home-pattern.png);
	background-repeat:repeat;
	opacity:0.6;
}
.testimonial-pattern{
	height:100%;
	position:absolute;
	width:100%;
	z-index:0;
	left:0;
	bottom:0;
	background-image:url(../images/testimonial-pattern.png);
	background-repeat:repeat;
	opacity:0.8;
}
#home{
  padding: 0;
  overflow: hidden;
  position:relative
}
#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
#main-carousel .carousel-indicators { 
	bottom:15px
}
#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}
.carousel-indicators .active{
	background-color: #fff !important;
}
.slider-content {
	height: 100%;
}
#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}
#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}
#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	font-weight: 700;
	margin-top: 100px!important;
	margin-bottom: 30px;
	text-shadow: none;
}
#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}
#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}
#main-carousel .carousel-control {
    width: 6%;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
#main-carousel .carousel-left{
    left: 50%;
    width: 45px;
    height: 84px;
    margin-top: -15px;
    font-size: 30px;
    background: url(../images/sliderleft.png);
    text-indent: -9999px;
}
#main-carousel .carousel-left:hover{
	background: url(../images/sliderleft-hover.png);
}
#main-carousel .carousel-right{
    right: 50%;
    width: 45px;
    height: 84px;
    margin-top: 50px;
    background: url(../images/sliderright.png);
    text-indent: -9999px;
}
#main-carousel .carousel-right:hover{
	background: url(../images/sliderright-hover.png);
}
#main-carousel .carousel-left{
	left:70px;
}
#main-carousel .carousel-right{
	right:70px;
}
#main-carousel:hover .carousel-left{
	left:70px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#main-carousel:hover .carousel-right{
	right:70px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 57%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.carousel-right {
  right:65px
}
.carousel-left {
  left:65px
}
#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}
/*===================
======Hakkımızda CSS=====
======================*/
#hakkimizda {
  background-image: url("../images/parallax/hakkimizda-bg.jpg");
  color:#fff;
  text-align:center;
  background-color:	#0A0A13;
  padding: 120px 0;
}
.slz-main-title .title {
	color: #001F5B;
	display: block;
	font-size: 28px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: center;
	position:relative;
	font-family: 'Raleway', sans-serif;
}
.slz-main-title .title span{
	display: block;
}
.slz-main-title .title:after {
    background: #9D9C9C none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 2px;
    width: 70px;
    text-align: left;
}
#hakkimizda p{
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color: #000;
	text-align: center;
	font-weight: 500
}
#seperator {
  background-image: url("../images/parallax/1.jpg");
  color:#fff;
  text-align:center;
  background-color:	#0A0A13;
  background-size: cover;
  background-position: 50% 50%;
  padding: 75px 0;
}
#seperator p{
	font-size: 30px;
}
/*===================================
====== FAALİYET ALANLARIMIZ CSS =====
===================================*/
#faaliyet-alanlari{
	padding: 0px 0;
}
ul.faaliyet-alanlari{
	margin: 0 0 0 13%;
	padding: 0;
	width: 35%;
	float: left;
}
ul.faaliyet-alanlari li{
	list-style: none;
	text-align: left;
	color: #fff;
    font-family: 'Zilla Slab', serif;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 15px;
}
ul.faaliyet-alanlari li i {
    font-size: 30px;
    color: #001F5B;
    font-weight: lighter;
	line-height: inherit;
	width: 3%;
	text-align: center;
	vertical-align: middle;
	margin-right: 35px
}
/*=======================
====== Yayınlarımız CSS =====
=========================*/
#yayinlarimiz{
	background-color:#f6f6f6;
	padding: 75px 0;
}
/*Start Latest News Area Css*/
#latest-news-area {
  background: #f2f2f2 none repeat scroll 0 0;
  padding-bottom: 90px;
  padding-top: 93px;
}
.news-image-holder{
  position:relative;
  margin-bottom: 10px;
}
.news-image-holder:hover .overlay {
  transform: scale(1.0);
}
.news-image-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,31,91,.65);
  transform: scale(0.0);
}
.news-image-holder .overlay a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.news-image-holder .overlay a i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
}
.news-image-holder img {
  height: auto;
  width: 100%;
}
.published-date-wrapper {
  position: absolute;
  bottom: -10px;
  left:0;
  width: 100%;
}
.published-date {
  background: #9D9C9C none repeat scroll 0 0;
  height: 63px;
  text-align: center;
  padding-top: 5px;
  width: 63px;
}
.published-date h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  	font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
}
.published-date p {
  color: #fff;
  margin: 0;
  	font-family: 'Raleway', sans-serif;
}
.news-info {
  background: #3b3946 none repeat scroll 0 0;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-top: 7px;
}
.news-info ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.news-info ul li {
  display: inline-block;
  float: left;
}
.news-info ul li a {
  border-left: 1px solid #f5f4f4;
  color: #f5f4f4;
  padding-left: 13px;
  padding-right: 13px;
  font-family: 'Zilla Slab', serif;
}
.news-info ul li a:hover {
  color: #B89B5E;
}
.news-info ul li.admin-border-leftnone a{
  border-left:none;
}
.latest-news-text {
  background: #FFFFFF;
  border: 1px solid #F6F5F5;
  padding: 20px 22px;
}
.latest-news-text .meta {
  font-size: 0;
  padding: 0;
  padding-bottom: 10px;
}
.latest-news-text .meta li {
  display: inline-block; 
}
.latest-news-text .meta li a{
  font-size: 15px;
  font-style: italic;
  color: #959595;
  padding: 0 15px;
  	font-family: 'Raleway', sans-serif;
}
.latest-news-text .meta li a .fa {
  color: #B89B5E;
}
.latest-news-text h4 {
  color: #282c3d;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
.latest-news-text p {
  	font-family: 'Raleway', sans-serif;
}
.latest-news-text p.devami{
  text-align: right;
}
.latest-news-text p.devami a{
  	font-family: 'Raleway', sans-serif;
  color: #001F5B;
  font-weight: bold;
  font-size: 13px;
}
.anim-5, .anim-5-all * {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
/*End Latest News Area Css*/
.media-carousal {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.media-carousal .crsl-nav{
	position: absolute;
	bottom: -51px;
	right: 0;
	width: 100%;
	text-align: center;
}
.media-carousal .crsl-nav a{
	display: inline-block;
	width: 29px;
	height: 29px;
	margin-left: 5px;
	background: #001F5B;
	color: #fff!important;
	text-align: center;
	line-height: 31px;
}
.media-carousal .crsl-nav i{
	font-size: 28px;
	font-size: 20px;
}
.media-carousal .crsl-nav a.next:hover, .media-carousal .crsl-nav a.previous:hover{
	background: #9D9C9C;
}
/*====================
======Contact CSS=====
======================*/

#contact {
	overflow:hidden;
	position:relative;
	padding-bottom:85px;
	padding: 75px 0;
}

#contact .contact-heading {
	padding-bottom:35px;
	position: relative;
	z-index: 10;
}

.contact-details {	
	padding-top:5px;
}

.pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}


.contact-address {
	background-color: #fff;
	height:390px;
	padding-top:85px
}

.contact-address .social-icons a i {
	border-radius:0;
	height:30px;
	line-height:inherit;
	width:30px;
	border-width:0;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right:10px
}
.contact-address .social-icons i:hover {
	transform: scale(.9);
}

.social-icons a {
	color: #A2A2A2;
	font-size: 20px;
	border: 1px solid #A2A2A2;
	border-radius: 50%;
	text-align: center;
	padding: 6px;
	width: 44px;
	height: 44px;
	display: inline-block;
	margin: 2px;
}


.social-icons a:hover {
  color: #001F5B;
  border: 1px solid #001F5B;
}

.contact-address .social-icons, 
.contact-address address {
	z-index:2;
	position:relative
}

.contact-address  p {
	font-weight:800;
	font-size:24px
}

.contact-address  p span {
	color:#fc7700;
	
}

#contact-form-section {	
	padding:35px;
	background-color: #FFF; 
	height:390px;
}
#contact-form-section .btn-primary {
	background-color:#001F5B;
	border-color:#f6f6f6;
	border-radius:0;
	padding:10px 35px;
	text-transform:uppercase;
	font-weight:800;
	transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

#contact-form-section .btn-primary:hover {
	background-color:#9D9C9C
}

#contact-form input, 
#contact-form textarea, 
#contact-form .btn-primary  {
	position:relative;
	z-index:2;
}

#contact-form .name-field, 
#contact-form .mail-field  {
	width:49%;
}

#contact-form .name-field {
	margin-right:2%;	
	float:left
}

#contact-form .mail-field {
	
}

#contact-form-section .form-control {
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#contact-form-section textarea {
	resize:none
}

#contact-form-section .form-control:focus {
	border-color: #001F5B;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}


/*====================
======Footer CSS=====
======================*/

#footer {
	background-color:#001F5B;
	
	color:#fff;
	font-size:13px;
	position:relative;
	margin-top:1px;
		font-family: 'Raleway', sans-serif;
	bottom: 0;
}
.footer-icerik{
	padding:25px 0;
}
#footer p {
	margin: 0
}

#footer a {
	color:#fff
}
#footer ul.footer-menu{
	margin: 0;
	padding: 0;
}
#footer ul.footer-menu li{
	list-style: none;
	display: inline-block;
}
#footer ul.footer-menu li a{
	font-size: 14px;
	color: #001F5B;
	margin-right: 5px
}
.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#homeSlider{
	position: relative;
}
#homeSlider .carousel .item {
    min-height: 100%; 
    width:100%;
    max-height: 100%;
}
#homeSlider h3{
	animation-delay: 1s;
	font-weight: 600;
	font-size: 40px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 999;
	font-family: 'Raleway', sans-serif;
	margin-top: 80px!important
}
#homeSlider p{
	animation-delay: 1s;
	font-size: 18px;
	font-weight: 500!important;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 999;
		font-family: 'Raleway', sans-serif;
}

.sliderButon{
	display: block;
	text-align: center;
	margin-left: 50px;
	margin-top: 30px;
	position: relative;
	z-index: 999;
}

.carousel-control {
    width: 6%;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-control .glyphicon-chevron-left{
    left: 50%;
    width: 45px;
    height: 84px;
    margin-top: -25px;
    font-size: 30px;
    background: url(../images/sliderleft.png);
    text-indent: -9999px;
}
.carousel-control .glyphicon-chevron-left:hover{
	background: url(../images/sliderleft-hover.png);
}
.carousel-control .glyphicon-chevron-right{
    right: 50%;
    width: 45px;
    height: 84px;
    margin-top: -15px;
    background: url(../images/sliderright.png);
    text-indent: -9999px;
}
.carousel-control .glyphicon-chevron-right:hover{
	background: url(../images/sliderright-hover.png);
}

#baslik{
	position: absolute;
	top: 60px;
	z-index: 999;
	width: 100%;
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.btn-1 rect{
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 auto 2em;
  max-width: 130px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 400px) {
  .btn {
    display: inline-block;
    margin-right: 2.5em;
  }
  .btn:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .btn:nth-of-type(even) {
    margin-right: 2.5em;
  }
  .btn:nth-of-type(5) {
    margin-right: 0;
  }
}
.btn:hover {
  text-decoration: none;
}

.btn-1 {
  font-weight: 100;
}
.btn-1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
}

.btn-1:hover, .btn-1:focus {
  background: rgba(225, 51, 45, 0);
  color: #fff;
}
.btn-1:hover rect {
  stroke-width: 2;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.sayfaResim {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    min-height: 200px;
}
.sayfaResim::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(0,31,91,.5)100%,rgba(0,31,91,.5)100%,rgba(0,31,91,0)0);
    background: -webkit-linear-gradient(top, rgba(0,31,91,.5)100%, rgba(0,31,91,.5)100%, rgba(0,31,91,0)0);
    background: linear-gradient(to bottom,rgba(0,31,91,.5)100%,rgba(0,31,91,.5)100%,rgba(0,31,91,0)0);
}
.tek {
    padding-top: 150px;
    padding-bottom: 70px;
}
.sx {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    min-height: 70%;
    padding: 60px 0
}
.sayfaBaslik h1 {
    font-size: 85px;
    font-weight: 600;
    color: #fff;
    opacity: .2;
    text-align: center
}
.sayfaBaslik h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    text-align: center;
}
#sahipBig {
    width: 100%;
    background-color: rgba(0,31,91,.90);
    padding: 5px 0;
    position: absolute;
    bottom: 0;
}
.sayfaResim .breadcrumb{
    background: none;
    padding: 0!important;
    margin: 0!important;
    font-size: 12px;
    color: #fff;
    float: left;
    line-height: 27px
}
.sayfaResim .breadcrumb li a{
    padding: 0!important;
    margin: 0!important;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}
.sayfaResim .breadcrumb>li+li:before{
    padding: 0 0px!important
}
.sayfaResim .breadcrumb>.active {
    color: #fff!important;
    font-weight: 600;
    text-transform: capitalize;
}
.sayfaResim .sBegen ul#social{
    float: right;
    margin: 0 88px 0 0;
}
.sayfaResim .sBegen ul#social li{
    display: inline-block;
    margin-top: 0px;
    color: #a7a7a7;
}
.sayfaResim .sBegen ul#social li i.kucult {
    font-size: 12px;
}
.sayfaResim .sBegen ul#social li i.buyut {
    font-size: 17px;
}
.sayfaResim .sBegen ul#social li a{
    font-size: 17px;
    color: #fff;
}
.sayfaResim .sBegen ul#social li a:hover{
    color: #fff;
}
.sayfaResim .sBegen ul#social>li+li:before{
    content: "|";
    padding: 0 5px!important;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}
.share-button { 
    margin     : auto;
    position   : absolute; 
    top        : 27px; 
    bottom     : 0;
    right      : -13px;
    width      : 6em;
    height     : 2em;
    line-height: 2em;
    z-index: 9;
}

.social-toggle {
    display    :block;
    font-size  :90%;
    text-align :center;
    transition :all 0.25s;
    color      : #fff;
    font-weight: 600;

}

.social-toggle:hover, .social-toggle:focus {
    color:#fff;
}

.social-networks {
	-webkit-transition: all .4s ease;
	transition        : all .4s ease;
	margin-right      : 17%;
	margin-top        : 96%;
	float             : right;
	display           : none;
}

.social-gplus {
    background: #e34429!important;
}

.social-instagram {
    background: #bc2a8d!important;
}
.social-print {
    background: #565555!important;
}
.social-networks.open-menu, .no-js .social-networks {
    -webkit-transform: scale(1) translateY(-90px);
    transform        : scale(1) translateY(-90px);
    opacity          :1;
}


.social-networks ul {
    position  :relative;
    top       :0;
    left      :0;
    width     : 240px;
    height    : 40px;
    color     : #fff;
    background: #3b5998;
    margin    : auto;
    padding   : 0;
    list-style: none;
    z-index: 9999999
}
/*
.social-networks ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.social-networks.open-menu ul:after, .no-js .social-networks ul:after {
  margin: 35px auto;
  border-top: 12px solid #3b5998;
}
*/
.social-networks li {
    font-size         : 90%;
    width             : 60px;
    margin            : 0;
    text-align        : center;
    float             : left;
    display           : block;
    height            : 40px;
    line-height       :40px;
    position          : relative;
    z-index           : 2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing   : content-box;
    box-sizing        : content-box;
    transition        : all .3s ease;
    background        : #3b5998;
}

.share-button a {
  text-decoration:none;
}

.social-networks a {
  display:block;
  color:white;
}

.social-networks a:hover {
  color:#222;
}
.sidebar-toggle {
  margin-left: -240px;
}
.sidebar {
  width: 240px;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
  margin: -2px 0 0;
  padding: 0;
}
.sidebar #leftside-navigation ul li {
    list-style-type: none;
    border-bottom: 1px solid #bfbfbf;

}
.sidebar #leftside-navigation ul li.active, .sidebar #leftside-navigation ul li:hover{
    text-decoration: none;
    background: #001f5b;
    border-bottom: 1px solid transparent;
}
.sidebar #leftside-navigation ul li.active > a {
  color: #fff;
}
.sidebar #leftside-navigation ul li.active ul {
  display: block;
}
.sidebar #leftside-navigation ul li a {
    color: #505050;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    	font-family: 'Raleway', sans-serif!important;
    font-size: 13px;
    font-weight: 600;
    outline: 0;

}
.sidebar #leftside-navigation ul li a:hover {
  color: #fff;
}
.sidebar #leftside-navigation ul li a span {
  display: inline-block;
}
.sidebar #leftside-navigation ul li a i {
  width: 20px;
}
.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
  padding-top: 3px;
}
.sidebar #leftside-navigation ul ul {
  display: none;
}
.sidebar #leftside-navigation ul ul li {
  background: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
}
.sidebar #leftside-navigation ul ul li a {
  font-size: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #505050;
  font-weight: 400
}
.sidebar #leftside-navigation ul ul li .sidebar-toggle {
  margin-left: -240px;
}
.sidebar #leftside-navigation ul ul li .sidebar {
  width: 240px;
  height: 100%;
  background: #293949;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul ul {
  margin: -2px 0 0;
  padding: 0;
}
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul li.active > a {
  color: #1abc9c;
}
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul li.active ul {
  display: block;
}
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul li a {
  color: #aeb2b7;
  text-decoration: none;
  display: block;
  padding: 18px 0 18px 35px;
  font-size: 12px;
  outline: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul li a:hover {
  color: #1abc9c;
}
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul li a span {
  display: inline-block;
}
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul li a i {
  width: 20px;
}
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul li a i .fa-angle-right {
  padding-top: 3px;
}
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul ul {
  display: none;
}
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul ul li {
  background: #23313f;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
}
.sidebar #leftside-navigation ul ul li .sidebar #leftside-navigation ul ul li a {
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #aeb2b7;
}
.sidebar #leftside-navigation ul ul li.active, .sidebar #leftside-navigation ul ul li:hover{
    text-decoration: none;
    background: #b4000b;
    border-bottom: 1px solid transparent;
}

.ekibimiz{
	text-align: center;
}
.ekibimiz img{
	margin-bottom: 20px;
}
.ekibimiz .isim{
	font-size: 20px;
	color: #001f5b;
	margin-bottom: 10px;
	font-weight: bold;
}

.navbar-default{
	position: absolute;
	z-index: 9999;
	width: 100%
}
.bbt {
    background-color: #001f5b;
    color: #fff;
    font-size: 15px;
    	font-family: 'Raleway', sans-serif;
    border: none;
    padding: 0px 30px;
    height: 50px;
    margin-right: 15px;
}
.bbt:hover {
	background-color: #6d6e71;
}
.ContactUl{
	margin: 0;
	padding: 0;
}
.ContactUl li {
    padding: 10px 0;
    color: #000;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    list-style: none;
}
.ContactUl i {
    color: #001f5b;
    font-size: 18px;
    margin-right: 5px;
}
.ContactUl li a {
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
.ContactUl li a:hover {
    text-decoration: underline;
    color: #1d3561;
}
#sayfa .baslik{
	font-size: 22px;
	color: #001f5b;
	font-weight: bold;
	margin: 15px 0 10px;
}
#sayfa p{
	line-height: 23px;
}
#haber .media{
    margin: 0px 0 25px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom:25px;

}
#haber .media .media-object {
    width: 256px;
    height: auto;
	margin-right: 30px;
	float: left;
}
#haber .media .media-heading {
	font-size: 20px;
	color: #001f5b;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#haber .media p{
	color: #000;
	line-height: 25px;
}
#haber .media p a{
	font-size: 14px;
	color: #001f5b;
	font-weight: bold;
	text-decoration: underline;
}
.tg-brands {
    margin: 15px 0;
}
.tg-brands figure {
    margin: 0;
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}
.tg-brands figure a {
    width: 100%;
    height: 150px;
    float: left;
    display: flex;
    border-radius: 5px;
    border: 1px solid #ddd;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #fff;
    font-weight: 600;
    color: #505050;
}
.crsl-item {
	margin-right: 10px; 
}
.navbar{
	border-bottom: 1px solid rgba(174,174,174,.3)!important;
	width: 100%;
	padding: 20px 0 20px!important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    padding: 6px 15px;
   	font-weight: bold;
   	font-family: 'Raleway', sans-serif;
}
.navbar-nav>li{
	margin-top: 18px;
}
.navbar-brand{
	padding: 0!important;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.body-with-both-sidebar{
min-height: calc(100vh - 180px);
}