body
{
  background-color: #FFFFFF;
  color: #000000;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.1875;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
*
{
  scrollbar-color: rgb(184, 190, 146) #F5ECD4; 
  scrollbar-width: thin;
}
*::-webkit-scrollbar
{
  width: 10px;
}
*::-webkit-scrollbar-track
{
  background: #ece0bf;
}
*::-webkit-scrollbar-thumb
{
  background-color: rgb(184, 190, 146);
  border-radius: 5px;
}
*::-webkit-scrollbar-corner
{
  background: rgba(0,94,148,1.00);
}
a
{
  color: #FFFFFF;
  text-decoration: underline;
}
a:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}
#dnr_header
{
  clear: both;
  position: relative;
  table-layout: fixed;
  display: table;
  text-align: center;
  width: 100%;
  background-color: #F5ECD4;
  background-image: none;
  border: 0px solid #CCCCCC;
  border-radius: 0px;
  box-sizing: border-box;
  margin: 0;
}
#header
{
  box-sizing: border-box;
  padding: 15px 15px 15px 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1325px;
}
#header > .row
{
  margin-right: -15px;
  margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2
{
  box-sizing: border-box;
  font-size: 0;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
#header > .row > .col-1, #header > .row > .col-2
{
  float: left;
}
#header > .row > .col-1
{
  background-color: transparent;
  background-image: none;
  border: 0px solid #FFFFFF;
  border-radius: 0px;
  width: 20%;
  text-align: left;
}
#header > .row > .col-2
{
  background-color: transparent;
  background-image: none;
  border: 0px solid #FFFFFF;
  border-radius: 0px;
  width: 80%;
  text-align: right;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
  display: table;
  content: " ";
}
#header:after,
#header .row:after
{
  clear: both;
}
.online {
  background-color: black;
  color: white;
  border-radius: 50px;
  font-size: 15px;
  width: 163px;
  font-family: 'Nunito Sans', sans-serif;
  height: 47px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
 .contact{
  width: 163px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: var(--4, #000);
  color: white;
  text-decoration: none;
  margin-top: 40px;
  margin-left: 107px;
  border: none;
  cursor: pointer;
}
 .contact a{
  color: white;
 text-decoration: none;
}
 .button {
  transition: transform 0.2s;
}
 .button:hover {
  transform: scale(1.07);
}
 .button:active {
  transform: scale(0.95);
}
#upStickyLayer
{
  background-color: #005E94;
  background-image: none;
  border-radius: 50%;
}
#dnr_upIcon
{
  background-color: transparent;
  background-image: none;
  border: 0px solid #3E3E3E;
  border-radius: 0px;
  text-align: center;
  margin: 0;
  padding: 4px 4px 4px 4px;
  vertical-align: top;
}
#dnr_upIcon a::after
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
#upIcon
{
  height: 24px;
  width: 24px;
}
#upIcon i
{
  color: #FFFFFF;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  width: 23px;
}
#dnr_upIcon:hover #upIcon i
{
  color: #FFFFFF;
}
.headerMenu .nav
{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-style: normal;
  color: #000000;
  text-align: left;
}
#headerMenu, .headerMenu .nav, .headerMenu *
{
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.7;
  list-style: none;
  cursor: pointer;
}
.headerMenu .nav:before,
.headerMenu .nav:after 
{
  content: " ";
  display: table;
}
.headerMenu .nav:after 
{
  clear: both;
}
.headerMenu .nav a 
{
  text-decoration: none;
}
.headerMenu .nav ul
{
  margin-top: 0;
  margin-bottom: 0;
}
.headerMenu .nav ul ul
{
  margin-bottom: 0;
}
.headerMenu .container 
{
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.headerMenu .container:before,
.headerMenu .container:after 
{
  content: " ";
  display: table;
}
.headerMenu .container:after 
{
  clear: both;
}
.headerMenu .collapse 
{
  display: none;
}
.headerMenu .collapse.show 
{
  display: block;
}
.headerMenu .collapsing 
{
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
.headerMenu .caret, .headerMenu .caret-right
{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.headerMenu .dropdown 
{
  position: relative;
}
.headerMenu .dropdown-toggle:focus 
{
  outline: 0;
}
.headerMenu .dropdown-menu 
{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid rgba(255,255,255,1.00);
  border-radius: 6px;
  background-clip: padding-box;
}
.headerMenu .dropdown-menu .divider
{
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #FFFFFF;
}
.headerMenu .dropdown-menu>li>a 
{
  display: block;
  padding: 3px 20px 3px 20px;
  clear: both;
  line-height: 1.428571429;
  color: #000000;
  white-space: nowrap;
}
.headerMenu .dropdown-menu>li>a:hover,
.headerMenu .dropdown-menu>li>a:focus 
{
  text-decoration: none;
  color: #000000;
  background-color: #EDEDED;
  background-image: none;
}
.headerMenu .dropdown-menu>li>a.active,
.headerMenu .dropdown-menu>li>a.active:hover,
.headerMenu .dropdown-menu>li>a.active:focus
{
  color: #000000;
  background-color: #EDEDED;
  background-image: none;
  text-decoration: none;
  outline: 0;
}
.headerMenu .show>.dropdown-menu 
{
  display: block;
}
.headerMenu .show>a 
{
  outline: 0;
}
.headerMenu .dropdown-header 
{
  display: block;
  padding: 3px 20px;
  line-height: 1.428571429;
  color: #aeaeae;
}
.headerMenu .dropdown-backdrop 
{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.headerMenu .dropdown.show .dropdown-menu
{
  animation-name: headerMenu-animation;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-fill-mode: forwards;
}
@keyframes headerMenu-animation
{
  0%
  {
    opacity: 0;
    transform: translateY(-10px);
  }
  100%
  {
    opacity: 1;
    transform: translateY(0);
  }
}
.headerMenu .nav>li 
{
  position: relative;
  display: block;
}
.headerMenu .nav>li>a
{
  position: relative;
  display: block;
  padding: 15px 15px 15px 15px;
}
.headerMenu .nav .show>a,
.headerMenu .nav .show>a:hover,
.headerMenu .nav .show>a:focus 
{
   border-color: #343A40;
}
.headerMenu .nav .nav-divider 
{
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #FFFFFF;
}
.headerMenu .nav .caret 
{
  border-top-color: #343A40;
  border-bottom-color: #343A40;
}
.headerMenu
{
  position: relative;
}
.headerMenu:before,
.headerMenu:after
{
  content: " ";
  display: table;
}
.headerMenu:after
{
  clear: both;
}
.headerMenu .navbar-header:before,
.headerMenu .navbar-header:after
{
  content: " ";
  display: table;
}
.headerMenu .navbar-header:after
{
  clear: both;
}
.headerMenu-navbar-collapse 
{
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.headerMenu-navbar-collapse:before,
.headerMenu-navbar-collapse:after
{
  content: " ";
  display: table;
}
.headerMenu-navbar-collapse:after
{
  clear: both;
}
.headerMenu-navbar-collapse.show 
{
  overflow-y: auto;
}
.headerMenu .navbar-toggle 
{
  position: relative;
  float: right;
  padding: 17px 10px 16px 10px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
}
.headerMenu .navbar-toggle .icon-bar 
{
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.headerMenu .navbar-toggle .icon-bar+.icon-bar
{
  margin-top: 4px;
}
.headerMenu .navbar-nav
{
  margin: 6px -15px;
}
.headerMenu .navbar-nav>li>.dropdown-menu
{
  margin-top: 0;
}
.headerMenu .navbar-nav>li>a
{
  color: #000000;
}
.headerMenu .navbar-nav>li>a:hover,
.headerMenu .navbar-nav>li>a:focus
{
  background-color: #EDEDED;
  background-image: none;
  color: #000000;
  text-decoration: none;
}
.headerMenu .navbar-nav>li>a.active,
.headerMenu .navbar-nav>li>a.active:hover,
.headerMenu .navbar-nav>li>a.active:focus
{
  color: #000000;
  background-color: #EDEDED;
  background-image: none;
}
.headerMenu .navbar-toggle
{
  border: 1px solid transparent;
}
.headerMenu .navbar-toggle:hover,
.headerMenu .navbar-toggle:focus
{
  background-color: transparent;
}
.headerMenu .navbar-toggle .icon-bar
{
  background-color: #000000;
}
.headerMenu-navbar-collapse
{
  border-color: rgba(255,255,255,1.00);
}
.headerMenu .navbar-nav>.dropdown>a:hover .caret,
.headerMenu .navbar-nav>.dropdown>a:focus .caret
{
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.headerMenu .navbar-nav>.show>a,
.headerMenu .navbar-nav>.show>a:hover,
.headerMenu .navbar-nav>.show>a:focus
{
  background-color: #EDEDED;
  background-image: none;
  color: #000000;
}
.headerMenu .navbar-nav>.show>a .caret,
.headerMenu .navbar-nav>.show>a:hover .caret,
.headerMenu .navbar-nav>.show>a:focus .caret
{
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.headerMenu .navbar-nav>.dropdown>a .caret
{
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.headerMenu .navbar-link
{
  color: #000000;
}
.headerMenu .navbar-link:hover
{
  color: #000000;
}
.headerMenu .navbar-header
{
  color: #000000;
}
.headerMenu .navbar-nav > li:first-child > a
{
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.headerMenu .dropdown-menu > li:last-child > a
{
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#headerMenu i
{
  font-size: 16px;
  position: relative;
  left: 0;
  top: 0;
  margin-right: 4px;
  width: 16px;
}
#dnr_headerMenu
{
  z-index: 1111 !important;
}
#dnr_Image1
{
  margin: 0;
  vertical-align: top;
}
#Image1
{
  border: 0px solid #000000;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 0;
  display: block;
  height: auto;
  max-width: 227px;
  margin-left: 0;
  margin-right: auto;
}
footer {
  text-align: center;
  padding: 20px;
}

.footer-line {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
.standart-line {
  border: 1px solid rgba(192, 192, 192, 0.5);
}
.footer-text {
  color:#000;
  font-weight: bold;
}
.horizontal-categories ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.horizontal-categories li {
  margin: 0 10px;
}

.horizontal-categories li a {
  color: #000;
  text-decoration: none;
}
.container {
  max-width: 1290px;
  margin: 0 auto;
  margin-top: -3px;
}
.text-container{
  flex: 1;
}
.flex-item-dikey {
  text-align: left; 
  margin: 10px;
}
.flex-container-dikey {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.image-container {
  flex: 1;
}
.footer-bottom {
  color: #000000;
  padding: 10px 0;
}
.contents-one-title{
  color: #000000ec;
  font-family: Nunito Sans;
  font-size: 54px;
  font-style: normal;
  font-weight: 300;
  line-height: 65px;
  display: inline-block;
  margin-left: 105px;
  margin-top: 0;
}
 .contents-one-write{
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  margin-left: 105px;
  margin-top: 10px;
}
 .contents-two-image{
  float: left;
  position: absolute;
  z-index: 3;
  margin-top: 28%;
}
 .contentTitle{
  color: var(--colors-bg-dark, #2D3342);
  font-family: Nunito Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-left: 1.5%;
  margin-top: 48px;
  max-width: 50%;
  position: absolute;
  display: inline-block;
  margin-bottom: 5px;
}
.yazi1 {
    color: var(--text-body, #777D8D);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width: 370px;
    max-width: 50%;
    margin-top: 87px;
    display: inline-block;
    position: absolute;
    margin-left: 1.5%;
    margin-bottom: 17px;
}
 .titlex{
  padding-left: 20px;
  color: black;
  font-size: 50px;
  font-family: Nunito Sans;
  font-weight: 300;
  line-height: 58px;
  /* float: left; */
}
 .yazix{
  padding-left: 20px;
  color: #2D3342;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 35px;
}
 .yazix2{
  padding-left: 20px;
  color: #2D3342;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 35px;
}
.table-container {
   overflow-x: auto;
 }
 
 table {
   border-collapse: collapse;
   width: 100%;
 }
 
 table, th, td {
   border: 1px solid #9b866a;
 }
 
 th, td {
   padding: 15px;
   white-space: nowrap;
 }
 
 thead {
   background-color: #9b866a;
   color: white;
 }

.button-container {
  margin-bottom: 5px;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  /* width: 27%; */
  display: inline-block;
  float: left;
  text-align: center;
  margin-top: 10px;
}

.custom-button {
  background-color: #9b866a;
  color: white;
  border: none;
  padding: 15px;
  padding-left: 80px;
  padding-right: 80px;
  cursor: pointer;
  border-radius: 35px;
}

.custom-button:not(:first-child) {
  margin-left: 15px;
}

.custom-button:not(:last-child) {
  margin-right: 15px;
}

.custom-buttons-dnr {
  margin-bottom: 5px;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: center;
}

.product-label-dnr {
  color: #9b866a;
  /* margin-right: auto; */
  margin-left: 20px;
  font-weight: bold;
  font-size: 37px;
  float: left;
}

.custom-button-dnr {
  font-weight: bold;
  font-size: 15.4px;
  background-color: #9b866a;
  color: white;
  border: none;
  padding: 18px 40px;
  cursor: pointer;
  border-radius: 0;
  margin-left: 2px;
}
.custom-buttons-dnr2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.custom-button-dnr2 {
  font-weight: bold;
  background-color: #9b866a;
  color: white;
  border: 2px solid transparent;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 35px;
  flex-grow: 1;
}

.custom-button-dnr2:hover {
  background-color: white;
  color: #9b866a;
  border: 2px solid #9b866a;
}

.custom-button-dnr2:not(:first-child) {
  margin-left: 20px;
}

.custom-button-dnr2:not(:last-child) {
   margin-right: 20px;
 }

.custom-button-dnr3 {
  font-weight: bold;
  background-color: transparent;
  color: #9b866a;
  border: 2px solid #9b866a;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 35px;
  flex-grow: 1;
  transition: all 0.3s;
}

.custom-button-dnr3:hover {
  background-color: #9b866a;
  color: white;
  border: 2px solid transparent;
}

.container-dnr {
  width: 100%;
  height: 577px;
  background-color: #fff;
  display: flex;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.inner-box {
  flex: 0 0 30%;
  background-color: #eaebcb;
  border: 15px solid #fff;
  border-radius: 35px;
  padding: 30px;
}
.inner-box h1 {
  color: black;
  font-size: 24px;
  margin: 0;
}
.inner-box p {
  color: black;
  font-size: 17px;
  margin: 0;
}
.contact-info {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
 
 .contact-info-item {
  display: flex;
  align-items: center;
}
 
 .contact-info-item img {
  width: 23px;
  margin-right: 10px;
  padding: 20px 0 20px 0;
}
 
 .contact-info-item p {
  margin: 0;
}
 .form-container-dnr {
  padding: 70px 15px 90px 55px;
  display: flex;
  flex-wrap: wrap;
}

.form-section-dnr {
  flex-basis: calc(50% - 10px);
  margin-bottom: 10px;
}

.form-section-dnr label {
  font-size: 14px;
  color: #757575;
  display: block;
  font-weight: bold;
}

.form-section-dnr input,
.form-section-dnr textarea {
   width: 90%;
   padding: 10px;
   border: none;
   border-bottom: 1px solid black;
   outline: none;
}

.form-section-dnr.message {
  flex-basis: 100%;
}
.formmsgspec{
   width: 688px;
   height: 136px;
}
.button-container-dnr {
  text-align: left;
  margin-top: 10px;
}

.button-dnr {
  background-color: black;
  color: white;
  border-radius: 50px;
  font-size: 15px;
  width: 163px;
  font-family: 'Nunito Sans', sans-serif;
  height: 47px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
.plusboyut{
   max-width: 150px;
   margin-top: 63px;
}
.eplips1{
   position: relative;
   top: 65px;
   left: 50%;
   transform: translateX(-42%);
}
.eplips2{
   position: relative;
   top: -130px;
   left: calc(50% + 45px + 10px);
}

/* Mobil Uyum.. */

@media (max-width: 768px) {

   .custom-buttons-dnr {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: auto;
      margin-bottom: 15px;
    }
    
   .custom-button-dnr{
      min-width: 90%;
      margin: 5px 0;
   }

   .button-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
    
    .custom-button {
      min-width: 90%;
      margin: 5px 0;
    }
    .custom-button:not(:first-child) {
      margin-left: 0;
    }
    
    .custom-button:not(:last-child) {
      margin-right: 0;
    }
   .formmsgspec{
      width: 0;
   }
   .form-container-dnr {
      padding: 20px;
      display: block;
    }
    
    .form-section-dnr {
      margin-bottom: 20px;
      width: 100%;
    }
    
    .form-section-dnr label {
      font-size: 14px;
      color: #757575;
      display: block;
      font-weight: bold;
    }
    
    .form-section-dnr input,
    .form-section-dnr textarea {
       padding: 10px;
       border: none;
       border-bottom: 1px solid black;
       outline: none;
    }
    
    .form-section-dnr.message {
      margin-bottom: 20px;
    }
    
    .button-container-dnr {
      text-align: center;
    }
    

   .eplips1{
      position: relative;
      top: 177px;
      left: 40%;
      transform: translateX(-42%);
   }
   .eplips2{
      position: relative;
      top: -26px;
      left: calc(50% + 15px + 10px);
   }

   .container-dnr {
      width: 100%;
      max-width: 100%;
      height: auto;
      background-color: #fff;
      border-radius: 20px;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

   .custom-buttons-dnr2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
    }

    .custom-button-dnr2 {
      font-weight: bold;
      background-color: #9b866a;
      color: white;
      border: 2px solid transparent;
      padding: 15px 130px;
      cursor: pointer;
      border-radius: 35px;
      flex-grow: 1;
    }

    .custom-button-dnr2 {
      margin: 20px 0;
    }
    .custom-button-dnr2:hover {
      background-color: white;
      color: #9b866a;
      border: 2px solid #9b866a;
    }
  
    .custom-button-dnr2:not(:first-child) {
      margin-left: 20px;
    }
  
    .custom-button-dnr2:not(:last-child) {
      margin-right: 20px;
    }
  
    .custom-button-dnr3 {
      font-weight: bold;
      background-color: transparent;
      color: #9b866a;
      display: flex;
      flex-direction: column;
      border: 2px solid #9b866a;
      padding: 15px 130px;
      cursor: pointer;
      border-radius: 35px;
      flex-grow: 1;
      transition: all 0.3s;
    }
  
    .custom-button-dnr3:hover {
      background-color: #9b866a;
      color: white;
      border: 2px solid transparent;
    }
     .titlex{
      padding-left: 0;
      padding: 15px;
      color: black;
      font-size: 50px;
      font-family: Nunito Sans;
      font-weight: 300;
      line-height: 58px;
      float: left;
    }
     .yazix{
      padding-left: 0;
      padding: 15px;
      color: #2D3342;
      font-size: 24px;
      font-family: Roboto;
      font-weight: 300;
      line-height: 35px;
    }
     .yazix2{
      padding-left: 0;
      padding: 15px;
      color: #2D3342;
      font-size: 24px;
      font-family: Roboto;
      font-weight: 300;
      line-height: 35px;
    }

   .plusboyut{
      max-width: 70px;
      padding: 30px 0 30px 0;
   }   
   .contentTitle{
      color: var(--colors-bg-dark, #2D3342);
      font-family: Nunito Sans;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 22px;
      margin-left: 1.5%;
      margin-top: 40px;
      max-width: 70%;
      position: absolute;
      display: inline-block;
    }
     .yazi1{
      color: var(--text-body, #777D8D);
      font-family: Roboto;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px;
      width: 370px;
      max-width: 70%;
      margin-top: 58px;
      display: inline-block;
      position: absolute;
      margin-left: 1.5%;
    }

   .contact {
      width: 163px;
      padding: 20px;
      border-radius: 50px;
      background: var(--4, #000);
      color: white;
      text-decoration: none;
      margin: 40px auto 0;
      display: block;
      border: none;
      cursor: pointer;
   }

   .contents-one-title{
      color: #000000ec;
      font-family: Nunito Sans;
      font-size: 48px;
      font-style: normal;
      font-weight: 300;
      line-height: 65px;
      display: inline-block;
      margin: 20px;
      margin-top: 20px;
    }
     .contents-one-write{
      font-family: Roboto;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: 35px;
      margin-left: 10px;
      margin-top: 10px;
    }
     .contents-two-image{
      float: left;
      position: absolute;
      z-index: 3;
      margin-top: 28%;
    }

   .flex-container {
      flex-direction: column;
      align-items: flex-start;
    }
   .flex-container-dikey {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    img {
      max-width: 100%;
      max-height: 100%;
    }
}


/* Ekstra Duzenlemeler.. */

@media (max-width: 320px)
{
#header > .row > .col-1, #header > .row > .col-2
{
  float: none;
  width: 100% !important;
}
}

@media (min-width: 480px) 
{
.headerMenu .navbar-right .dropdown-menu
{
  right: 0;
  left: auto;
}
.headerMenu .navbar-header
{
  float: left;
}
.headerMenu-navbar-collapse
{
  width: auto;
  border-top: 0;
  box-shadow: none;
}
.headerMenu-navbar-collapse.collapse
{
  display: block!important;
  height: auto!important;
  padding-bottom: 0;
  overflow: visible!important;
}
.headerMenu-navbar-collapse.show
{
  overflow-y: auto;
}
.headerMenu .navbar-toggle
{
  display: none;
}
.headerMenu .navbar-nav 
{
  float: right;
  margin: 0;
}
.headerMenu .navbar-nav>li 
{
  float: left;
}
.headerMenu .container>.navbar-header,
.headerMenu .container>.headerMenu-navbar-collapse
{
  margin-right: 0;
  margin-left: 0;
}
.headerMenu .navbar-nav>.dropdown>a:hover .caret,
.headerMenu .navbar-nav>.dropdown>a:focus .caret
{
  border-top-color: #000000;
  border-bottom-color: #000000;
}
}
@media (max-width: 480px) 
{
.headerMenu 
{
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(255,255,255,0.00);
}
.headerMenu .navbar-nav
{
  margin: 0;
  background-color: #FFFFFF;
  background-image: none;
}
.headerMenu .navbar-nav .show .dropdown-menu
{
  position: static !important;
  transform: translate3d(0px, 0px, 0px) !important;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.headerMenu .navbar-nav .show .dropdown-menu>li>a,
.headerMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
  padding: 5px 15px 5px 15px;
}
.headerMenu .navbar-nav .show .dropdown-menu>li>a 
{
  line-height: 20px;
}
}
@media (min-width: 480px) 
{
.headerMenu 
{
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(255,255,255,0.00);
  border-radius: 6px;
}
.headerMenu .navbar-nav>li>a
{
  color: #000000;
}
.headerMenu .navbar-nav>li>a:hover,
.headerMenu .navbar-nav>li>a:focus
{
  color: #000000;
  background-color: transparent;
  background-image: none;
}
.headerMenu .navbar-nav>li>a.active,
.headerMenu .navbar-nav>li>a.active:hover,
.headerMenu .navbar-nav>li>a.active:focus
{
  color: #000000;
  background-color: transparent;
  background-image: none;
}
.headerMenu .navbar-nav>.show>a,
.headerMenu .navbar-nav>.show>a:hover,
.headerMenu .navbar-nav>.show>a:focus
{
  background-color: transparent;
  background-image: none;
  color: #000000;
}
.headerMenu .navbar-nav>.dropdown>a:hover .caret
{
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.headerMenu .navbar-nav>.dropdown>a .caret
{
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.headerMenu .navbar-nav > li > a.active > .caret,
.headerMenu .navbar-nav > li > a.active:hover > .caret,
.headerMenu .navbar-nav > li > a.active:focus > .caret
{
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.headerMenu .navbar-nav>.show>a .caret,
.headerMenu .navbar-nav>.show>a:hover .caret,
.headerMenu .navbar-nav>.show>a:focus .caret
{
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.headerMenu .navbar-link
{
  color: #000000;
}
.headerMenu .navbar-link:hover 
{
  color: #fff;
}
}



