﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */



/*=======================================
    GENERAL STYLES
==================================================*/
body {
          /*font-family: 'Ruluko', sans-serif;*/
    font-size:15px;
}

.nav a {
    color:#323276 !important;
    background-color: #F8F8F8;
}
.navbar-header a {
    color:#ffffff !important;
    padding-right:100px;
}

.text-center {
    text-align:center;
}

h1, h2, h3, h4, h5, h6 {
   /*font-family: 'Ruluko', sans-serif;*/
}

h1 {
    line-height:70px;
    text-transform:uppercase;
     color: #323276;
     font-size:25px ;
    font-weight:900!important;
}
h3 {
    line-height:30px;
    padding-bottom:20px;
}
h4 {
    line-height:40px;
    padding-bottom:40px;
}

p {
    font-weight:300;
    line-height:30px;
    padding-bottom:20px;
}

.space-pad {
    padding-bottom:50px;
}


.for-full-back {
     /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
}

section {
    padding-top:30px;
    padding-bottom:40px;
}


/*=======================================
    COLOR CODES
==================================================*/
.color-white {
   background-color:#fff!important;
}

.color-light {
   background-color:#F8F8F8!important;
}
.color-blue {
    color: #13A89E;
}
/*=======================================
    HEADER STYLES
==================================================*/
#home {
    padding:20px 40px 130px 40px;
}
.head-main {
    font-size:90px !important;
    font-weight:900!important;
    color:#585858!important;
    padding:200px 20px 20px 20px;
}

/*=======================================
    NAVIGATION STYLES
==================================================*/


nav {
	position: absolute;
	width: 100%;
    background: #fff;
    z-index:99;
}
.fixed {
	position: fixed; 
	top: 0; 
	min-height: 50px; 
	z-index: 99;
}

.navbar-inverse {
background-color: #F8F8F8;
border-color: #F8F8F8;
}
#about, #service , #kart , #kart , #kodlar {  
    padding-top: 50px; 
}

/*=======================================
    ABOUT STYLES
==================================================*/

.about-div {
	width: 100%;
min-height: 100px;
background-color: rgba(209, 209, 209, 0.24);
box-shadow: none;
border: 0;
padding: 50px 20px 30px 20px;
margin-bottom:20px;
}
/*=======================================
    FREE TEXT STYLES
==================================================*/
.free-div {
    width: 100%;
min-height: 100px;
background-color: rgba(209, 209, 209, 0.24);
box-shadow: none;
border: 0;
padding: 50px 20px 30px 20px;
margin-bottom:20px;
}

/*=======================================
    CONTACT STYLES
==================================================*/
.contact-cls {
    /*font-size:20px;*/
    line-height:40px;
}
/*=======================================
    FOOTER STYLES
==================================================*/

#footer {
    background-color:#F1F0FF;
    color:#252564;
    padding:20px 50px 20px 50px;
    text-align:right;
}

.responsive {
    width: 100%;
    height: auto;
  }
  .navbar-side-panel {
    position: fixed;
    top: 45px;
    right: -300px; 
    width: 300px;
    height: auto;
    border-left: 1px solid #ccc;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    margin-top: 10px;
}

.navbar-side-panel.active {
    right: 0; 
}
@media(max-width:767px){
    #hideMenu{
        display: none;
}
}
@media(min-width:767px){
    #hideDd{
        display: none;
}
}
@media(max-width:979px)
{
    #imageCenter{
        display: none;      
    }
}
@media(max-width:767px)
{
    #imageCenter{
        display: inline-block;      
    }
}
.icon-container {
    position: fixed;
    bottom: 15px;
    right: 20px;
    font-size: 25px;
  }
  
  
  .table-container {
    width: 100%;
    overflow-x: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
}
th {
    background-color: #f2f2f2;
}

/* buraya medya kontrolü ekleyecem */
.image-container {
   
    overflow-x: auto;
    text-align: center;
    margin-top: -28px;
}
.image-container img {
    width: auto;
    height: auto;
    
}