﻿    
body {
    padding-bottom: 0px;
    color: #56565a;
  font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}

#TopArea {
 
    padding-top: 10px;
}

    #TopArea a {
        color: #fff;
        text-decoration: none;
        position: relative;
        display: inline-block;
    }

        #TopArea a:hover {
            color: #fff;
        }

        #TopArea a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0; 
            visibility: hidden;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
        }

        #TopArea a:hover:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }

 
.navbar-default {
  background: transparent;
  border: none;
  transition: 0.5s all linear;	
}

.navbar-default.change-color {
  background-color: #fff;-webkit-box-shadow: 0px 2px 7px -1px rgba(125,125,125,1);
-moz-box-shadow: 0px 2px 7px -1px rgba(125,125,125,1);
box-shadow: 0px 2px 7px -1px rgba(125,125,125,1);
 
 
}
.navbar-default.change-color  .navbar-nav  > li > a { color:#56565a}

    .navbar-default .navbar-nav > li {
        margin: 0 10px;
    }

      .navbar-default .navbar-nav   {
        border-bottom:1px solid #808080
    }
      .navbar-default.change-color .navbar-nav{ border:none}

   
      .navbar-default .navbar-nav > li:first-child{ margin-left:3px}
   .navbar-default .navbar-nav > li:last-child{ margin-right:3px}

        .navbar-default .navbar-nav > li > a {
            position: relative;
            padding: 10px 0;
            display: inline-block;
            color: #fff;
        }

            .navbar-default .navbar-nav > li > a:hover {

            }

            

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background:none;color:#fff
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{   background:none;color:#fff}
 .dropdown-menu {
    border: 0; 
}

    .dropdown-menu li {
        margin: 10px 0;
        font-size:13px
    }


    
    .dropdown-menu li a {
        margin: 10px 0;
        font-size:13px; 
    }

@media (max-width: 1024px) {
    .navbar-default .navbar-nav > li {
        margin: 0 5px;
    }
    .container {
        width: 90%;
    }

    @media (min-width: 1200px) {
        .container {
            width: 1170px;
        }
    }

    @media (min-width: 1000px) {
        .container {
            width: 980px;
        }
    }

    .navbar-default .navbar-nav > li > a {
        margin: 0;
        padding: 5px;
        font-size: 13px;
        margin-top: 10px;
    }
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: static;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

    /* Flip around the padding for proper display in narrow viewports */
    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }

        .navbar-wrapper .navbar .container {
            width: auto;
        }


@media (max-width: 768px) {
    #TopArea  a{font-size:12px}
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar {
    min-height: 70px;
    border: none;
    background-color:none;  
    margin: 0;
}

.navbar-right{margin:0 }

.navbar-nav {
    margin-left: 25px;
    margin-top: 15px; 
}

    .navbar-nav li a {
        font-size: 13px;
        font-weight: 500;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
 
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:active {
 
    }

 .navbar-default .navbar-toggle{
    margin-top:15px;
    margin-bottom:5px;
	margin-right:5px;
	border-color:#0076a3;
}
 .navbar-default .navbar-toggle .icon-bar{background-color:#0076a3}
 .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ background-color:#fff}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff; 
    }

    .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:active {
        color: #fff; 
    }
     


       .navbar-default.change-color .navbar-nav > li > a:hover {
    color:#0076a3 } 
}


@media (max-width: 768px) {
         .navbar-default .navbar-nav > li > a {
    color:#000 } 

      .navbar-default .navbar-collapse, .navbar-default .navbar-form{ border:none;background-color:#fff}
  .collapse.in{margin-top:20px;border:none}

    [class*="col-"] {
        padding-bottom: 30px !important;
    }
}

.pull-right{margin-bottom:0;padding-bottom:0}

.navbar-brand {
    margin-top: 0;
    padding-top: 0;
}


@media (max-width: 768px) {
    .navbar-brand {
        width: 250px;
        
    }

    .bottomlogo {
        width: 100%;
        max-width: 250px;
    }
}

    

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
 
}
    .grid a {
        color:#337ab7;
        font-size:15px;font-weight:500; 
    }

    .grid a:hover {
        color: #23527c; 
    }


/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    max-width: 480px;
    max-height: 360px;
    background: #3085a3;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 .grid b{font-size:18px;padding:15px 0;display:block; font-weight:normal}  

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #17819c;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
  
 position:absolute;
 bottom:20px; 
 left:12px
}    

 .newstitle .highlight {
  display: inline;
  background: #0076a3;
  color: white;
  padding: 5px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
 

 
#f_bg .footer {
    margin: auto;
    padding: 25px 0;
}


.bottommenu li {
    margin: 10px;
    list-style: none;
    display: inline-block;
}

    .bottommenu li h1 {
        font-size: 12px;
        color: #666;
        font-weight: lighter;
    }

.bottommenu a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
}

.copyright {
    font-size: 11px;
    color: #919191;
    padding-left: 25px;
}


 
.borderbottom{  border-collapse: separate;width:100%;
    border-spacing:50px 50px;}
.borderbottom td{border-bottom:1px solid #c0c0c0;padding-bottom:25PX;width:50%} 
.borderbottom > tbody >tr>td{font-weight:bold}
 /*.borderbottom > tbody >tr:nth-child(even)>td:last-child{font-weight:bold}
.borderbottom > tbody >tr:nth-child(odd)>td:last-child{font-weight:normal}
.borderbottom > tbody >tr:nth-child(odd)>td:first-child{font-weight:bold}
     */
   
     
#Iletisim .style1 {
    font-size: 20px;font-weight:bold
}

#Iletisim h1 {
     font-size: 30px;font-weight:bold;margin:0
}
 
 
    #Iletisim .Iletisim {
    background-color:#ffc000;font-size:27px;color:#fff;background-image:url('../images/iletisimbg.html');background-position:center center;
}
    #iletisimbilgileri{padding:50px 0}
    #iletisimbilgileri .header{font-size:17px}
    .Iletisimtable td{ padding:15px 5px}

 
     #iletisimbilgileri i{color:#0076a3}

  

/* General button style (reset) */
.btn {
      padding: 10px 15px;
      font-size:12px;
      margin:20px 0 0 0;
	border: none;
	color: inherit;
	background: none;
	cursor: pointer; 
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}




/* Button 1 */
.btn-indir {
    background-color: #0076a3;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
    display: block;
    max-width: 130px;
    margin: 25px auto;
}

    /* Button 1a */
    .btn-indir:hover,
    .btn-indir:active {
        color: #fff;
        background: #56565a;
    }



/* Button 1 */
.btn-1 {
    border: 1px solid #0076a3;
	color: #000;
    border-radius:0

}

/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
	color: #fff;
	background: #0076a3;
}


/* Button 1 */
.btn-2 {
    border: 1px solid #0076a3;
	color: #000;
    border-radius:0

}

/* Button 1a */
.btn-2a:hover,
.btn-2a:active {
	color: #fff;
	background: #f4c921;

}
 .btn-2 i{}
 .btn-1 i{ margin-left:50px}

   
.Container--narrow {
  margin: 0 auto;
  max-width: 600px;
}

 
.navbar-right .dropdown-menu{ right:auto;min-width:350px}

.Header {
  background-color: #f7f7f7; 
}
 

.title{background-color:#0076a3;margin-top:-66px;padding:20px 0 20px 0px;color:#fff;font-weight:500;font-size:18px}

@media (min-width: 768px) {
 
  .title{background-color:#0076a3;margin-top:-66px;padding:20px 0 20px 120px;}

}

.NavPrimary-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left:125px;
}
.NavPrimary-items > .active a{ color:#0076a3; }
.NavPrimary-items > .active a > i{ color:#0076a3 }

@media (max-width: 768px) {
 
  .title{background-color:#0076a3;margin-top:-66px;padding:20px 0 20px 10px;}
  .NavPrimary-items {
    margin-left:10px
    }
}
 
.NavPrimary-link {
  display: block;
  padding:10px 0;
  color: #000;text-align:left;
  border-bottom:1px solid #eaeaea;width:100%
}
.NavPrimary-link i{ float:right;margin-right:10px;color:#56565a;margin-top:3px}
.NavPrimary-link:hover {
  color: #0076a3;
  text-decoration:none
}


@media (min-width: 768px) {
  .NavPrimary-link {
    display: inline-block;
    padding:15px 0;
 
  }
 
}
 
.NavPrimary-item.is-active .NavPrimary-link {
  color: #fff;
}

 #companyInfo hr{border:none; border-bottom:1px solid #fec58a;width:20%;display:inline-block}
  #companyInfo span{ color:#000;font-weight:500}
   #ContentBody {
      background-color:#fff;padding-bottom:100px;text-align:justify
    }


@media (max-width: 768px) {
    #ContentBody {
        padding-top:30px;background-color:#fff;padding-bottom:50px
    }
}


.mvd hr{ width:50px;border-color:#0076a3; margin:10px 0
}

.mvd span{font-weight:bold;font-size:17px}


.panel-group .panel{border-radius:0;border:none;border-bottom:2px solid #dedede;margin-bottom:15px}
.panel-body { background-color:#f5f5f5}
.panel-heading {cursor:pointer}




/***/
.timelinebody {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  font-size: 100%;
  font-family: "Noto Sans", sans-serif;
 
}

/* -------------------------------------
 * timeline
 * ------------------------------------- */
#timeline {
  list-style: none;
  margin: 50px 0 30px 120px;
  padding-left: 30px;
  border-left: 8px solid #eee9dc;
}
#timeline li {
  margin: 40px 0;
  position: relative;
}
#timeline p {
  margin: 0 0 15px;
}

#timeline .work{ height:50px}
#timeline .date {
  margin-top: -10px;
  top: 50%;
  left: -158px;
  font-size: 30px;
  line-height: 20px;
  position: absolute;
}

#timeline .circle {
  margin-top: -10px;
  top: 50%;
  left: -44px;
  width: 10px;
  height: 10px;
  background: #48b379;
  border: 5px solid #eee9dc;
  border-radius: 50%;
  display: block;
  position: absolute;box-sizing:content-box
}

#timeline .content {
  max-height: 20px;
  padding: 50px 20px 0;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5em;
  position: relative;
}
 #timeline .content:before, .content:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
}
 #timeline.content:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
 #timeline .content:after {
  border-right-color: #fff;
  border-width: 17px;
  top: 50%;
  margin-top: -17px;
}
 #timeline .content p {
  max-height: 0;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}

#timeline label {
  font-size: 1.3em;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 10px;
  transition: transform 0.2s linear;
}

#timeline .radio {
  display: none;
}

#timeline .radio:checked + .relative label {
  cursor: auto;
  transform: translateX(0px);
}
#timeline .radio:checked + .relative .circle {
  background: #f98262;
}
#timeline .radio:checked ~ .content {
  max-height: 180px;
  border-color: #eee9dc;
  margin-right: 20px;
  transform: translateX(20px);
  transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}
#timeline .radio:checked ~ .content p {
  max-height: 200px;
  color: #eee9dc;
  transition: color 0.3s linear 0.3s;
}




/**/




 
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background-color: #73bc46;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0); 
}
	 

.footer-menu {
  float: right; }
  .footer-menu ul {
    float: right; }
    .footer-menu ul li {
      float: right;
      list-style: none;
      padding-left: 10px;
      padding-right: 10px;
      border-left: 1px solid white; }
      .footer-menu ul li a {
        color: white;
        text-decoration: none;
        font-size: 12px;
        font-family: "canada-type-gibson", sans-serif;
        font-weight: 300; }
    .footer-menu ul li:last-child {
      border: none;
      padding-left: 0px; }
    .footer-menu ul li:first-child {
      padding-right: 0px; }

.footer-menu-small {
	
  margin-top: -5px;
  text-align: center;
  margin-bottom: 10px;
margin-left: 4px;  }
  
.small-item {
  border-right: 1px solid white;
  padding-left: 0px;
  padding-right: 0px;
  height: 45px; }
  .small-item a {
    color: white !important;
    text-decoration: none !important;
    font-size: 12px;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 300;
    width: 100%; }

.small-item:last-child {
  border: none; }
  
.footer-lower-row {
  margin-top: 25px; }
.footer-upper-row {
  margin-top: 25px; }
  
.footer-rights {
  float: left;
  font-size: 12px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  color: white;
  margin-bottom: 20px;
  }

.footer-bottom {
    font-size:13px;
    color:#919191;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #92a8d1;
	
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}

.social-area {
  float: left; }
  .social-area a {
    float: left;
    margin-right: 7px; }

.social-facebook {
  float: left;
  background: url("../images/footer-social.png") 0px 0px;
  background-size: 95px 28px;
  height: 28px;
  width: 28px; }

.social-twitter {
  float: left;
  background: url("../images/footer-social.png") 28px 0px;
  background-size: 95px 28px;
  height: 28px;
  width: 28px; }

.social-instagram {
  float: left;
  background: url("../images/footer-social.png") 62px 0px;
  background-size: 96.2px 28px;
  height: 28px;
  width: 28px; }

.footer-rights {
  float: left;
  font-size: 12px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  color: white;
  margin-bottom: 20px; }

.social-area-small {
  margin-top: -10px; }

.social-facebook-small {
  background: url("../images/footer-social.png") 0px 0px;
  background-size: 95px 28px;
  height: 28px;
  width: 28px;
  float: left;
  margin-right: 10px;
  margin-left: -60px; }

.social-twitter-small {
  background: url("../images/footer-social.png") 28px 0px;
  background-size: 95px 28px;
  height: 28px;
  width: 28px;
  float: left;
  margin-right: 10px;
  margin-left: -20px; }

.social-instagram-small {
  background: url("../images/footer-social.png") 62px 0px;
  background-size: 95px 28px;
  height: 28px;
  width: 28px;
  float: left; }

.cnglogo {
  float: right;
  margin-bottom: 20px; }


.spot{color:#000}


.logoborder {
    border: 1px solid #1d86d2;
    padding: 15px 15px;
    text-align: center;
    font-size: 14px

}


.logos b {
    padding: 15px 0;
    display: block
}