body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #496074;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  width: 100%;
  min-width:100%; }

header {
  /*	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
   box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);*/
  min-height: 80px;
  z-index: 99; }

a {
  color: #000; 
  text-decoration: none; 
  }
  a:hover {
    text-decoration: none; }
  h1, h2, h3, h4 {
    text-decoration: none;
	font-size:22px;
	margin-top:20px;
	margin-bottom:20px;
	}
legend {
  font-size: 18px;
  padding: 7px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }

label {
  font-size: 12px;
  font-weight: normal; }

.nav-tabs {
  margin-bottom: 15px; }

div.required .col-form-label:before {
  content: '* ';
  color: #f00;
  font-weight: bold; }

@media (min-width: 768px) {
  .col-form-label {
    text-align: left; } }
/* cookie */
#cookie {
  border-top: none;
  border-left: none;
  border-right: none; }
/* top */
#top {
  padding: 0;
  margin: 0px;
  padding-top:4px;
  height:10px;
  background-color: #000 !important; }
  #top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item a {
    color: #fff;
    text-shadow: 0 1px 0 #fff; }
  #top .btn-link {
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none; }
    #top .btn-link:hover {
      color: #444; }

#top .list-inline-item .dropdown .dropdown-menu {
  font-size: 1.1em; }
  #top .list-inline-item .dropdown .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }
    #top .list-inline-item .dropdown .dropdown-menu > li > a:hover {
      text-decoration: none;
      color: #fff;
      background-color: #229ac8;
      background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
      background-repeat: repeat-x; }
/* logo */
#logo {
  margin-top: 5px;
  margin-bottom: 5px;
   padding-right: 1%;
  position: relative;
  padding-left: 0px;
  display: inline-block; }
  #logo img {
    max-width:200px; }
/* search */
#search {
  margin-bottom: 10px;
  width: 100%;
  padding-top: 20px;
  position: relative; }

#search input.form-control-lg {
  padding-left: 15px;
  font-size: 18px; }

.tire {
  float: right;
  position: absolute;
  right: 0px; }
/* cart */
#cart {
  padding-bottom: 3px;
  position: relative;
  height: 30px;
  background-image: url(../image/cart_byz.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 25px 25px;
  padding-left: 32px;
  float: right;
  margin-left: 7px;
  margin-top: -3px;
  z-index: 999; }
  #cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff; }
  #cart .btn-lg {
    padding: 0.65rem 1rem; }
  #cart.open > .btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none;
    text-shadow: none; }
    #cart.open > .btn:hover {
      color: #444; }
  #cart .dropdown-menu {
    background: #f8f8f8;
    z-index: 1003;
    min-width: 129px !important; }
    #cart .dropdown-menu table {
      margin-bottom: 10px; }
    #cart .dropdown-menu li > div {
      min-width: 427px;
      padding: 0 10px; }
    #cart .dropdown-menu li p {
      margin: 20px 0; }
    @media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%; }
    #cart .dropdown-menu li > div {
      min-width: 100%; } }
  #cart .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
/* menu */
#menu {
  border-radius: 0px; }
  #menu.navbar {
    padding: 0 0rem;
    margin: 0px; }
  #menu .menu_item .dropdown-menu {
    margin-top: -1px;
    border: 0px;
    border-radius: 0px;
    background-color: #000000;
    margin-left: 0px; }
  #menu .menu_item .dropdown-menu .list-unstyled {
    padding-bottom: 6px; }
  #menu .menu_item .dropdown-menu .list-unstyled {
    padding-bottom: 6px; }
  #menu .navbar-nav > a.nav-link:last-child {
    border-bottom: 0px; }
  #menu .dropdown-inner {
    padding-left: 15px;
    padding-right: 15px;
    display: table; }
    #menu .dropdown-inner ul {
      display: table-cell; }
    #menu .dropdown-inner ul li a:hover {
      color: #fff;
      font-size: 14px;
      width: 100%; }
    #menu .dropdown-inner a {
      min-width: 220px;
      display: block;
      padding: 10px 0px;
      clear: both;
      color: #fff;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      border: 0px;
      border-bottom: 1px solid #ddd; }
  #menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px; }
    #menu .see-all:hover, #menu .see-all:focus {
      text-decoration: none;
      color: #fff;
      background-color: #229ac8;
      background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
      background-repeat: repeat-x; }
  #menu #category {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  #menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a; }
    #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
      color: #fff;
      background-color: #229ac8; }
  #menu .navbar-toggler i {
    color: #fff;
    border-color: #fff;
    font-size: 0.9em; }
  #menu .navbar-nav > li > a {
    min-height: 15px;
    background-color: transparent; }
    #menu .navbar-nav > li > a:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  #menu .navbar-nav > li.menu_item > a {
    min-height: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #014d43;
    font-family: 'Noto Sans KR', sans-serif;
    outline: 0; }
    #menu .navbar-nav > li.menu_item > a:hover {
      color: #fff;
      background-color: #000; }
  #menu .navbar-nav > li.menu_item {
    border: 0px solid #2a70af; }
    #menu .navbar-nav > li.menu_item:hover {
      background-color: #000000; }
  @media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    min-width: 128px;
    display: block; } }
  @media (max-width: 767px) {
  #menu {
    border-radius: 4px; }
    #menu div.dropdown-inner > ul .list-unstyled {
      display: block; }
      #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1); }

    #menu .dropdown-inner {
      display: block; }
      #menu .dropdown-inner a {
        width: 100%;
        min-width: 150px;
        color: #fff;
        border-bottom: 1px sılid ddd;
        font-size: 14px; }

    #menu .dropdown-menu a:hover {
      background: rgba(0, 0, 0, 0.1); }
      #menu .dropdown-menu ul li a :hover {
        background: rgba(0, 0, 0, 0.1); }

    #menu .see-all {
      margin-top: 0;
      border: none;
      border-radius: 0;
      color: #fff; } }
/* content */
#content {
  min-height: 500px; }
/* footer */
footer {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 1px;
  background-color: #000000;
  border-top: 1px solid #ddd;
  color: #e2e2e2; }
  footer hr {
    border-top: none;
     border-bottom: 1px solid #666; }
  footer a {
    color: #ccc; }
    footer a:hover {
      color: #fff; }
  footer h5 {
    font-family: 'Titillium Regular', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 8px;
    padding-top: 1px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #939090; }

footer .col-sm-3 {
  padding-right: 30px; }

footer li {
  padding-bottom: 4px;
  padding-top: 4px;
  float: left;
  display: inline-block;
  width: 100%; }

footer .list-unstyled a {
  color: #ccc;
  width: 100%;
  padding-top: 2px;
  float: left;
  padding-bottom: 2px; }
/* default font size */
.fas, .far, .fab {
  font-size: 14px; }

footer .list-unstyled {
  padding-left: 0px; }
/* alert */
.alert {
  padding: 8px 14px 8px 14px; }
/* breadcrumb */
.breadcrumb.uzn {
  float: left;
  height: 30px;
  overflow: hidden;
  padding-right: 5px;
  margin: 10px 0 20px 0;
  max-width: 100%; }

.breadcrumb.uzn li.breadcrumb-item a {
  float: right;
  height: 30px;
  overflow: hidden;
  font-size: 13px; }

li.breadcrumb-item a {
  color: #fff; }

.breadcrumb.uzn > li.breadcrumb-item:after {
  right: -2px; }

.breadcrumb.uzn > li.breadcrumb-item {
  text-shadow: none;
  padding: 0 13px;
  position: relative;
  white-space: nowrap; }

.breadcrumb {
  margin: 45px 0 20px 0;
  padding: 8px 0;
  border-bottom: 0px solid #ddd;
  background-color: transparent;
  border-radius: 0px; }
  .breadcrumb i {
    font-size: 15px; }
  .breadcrumb li.breadcrumb-item:first-child {
    padding-left: 0px; }
  .breadcrumb > li.breadcrumb-item {
    text-shadow: none;
    padding: 0 20px;
    position: relative;
    white-space: nowrap; }
    .breadcrumb > li.breadcrumb-item:after {
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      right: -5px;
      width: 8px;
      height: 8px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .breadcrumb > li.breadcrumb-item + li:before {
      content: '';
      padding: 0; }

.btn-primary {
  color: #fff;
  text-shadow: none;
  background-color: #045ba7;
  border-radius: 0px;
  background-repeat: repeat-x;
  border-color: transparent; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-position: 0; }

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39; }

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none; }

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 #000; }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111); }
/* list group */
.list-group a {
  color: #888;
  display: block; }
  .list-group a.active, .list-group a.active:hover, .list-group a.active:focus {
    color: #444;
    background: #f1f2f2;
    border: 0px solid #ddd;
    text-shadow: 0 0px 0 #fff;
    font-weight: 600; }

.sol_menu {
  background-color: #fff;
  margin-bottom: 15px;
  margin-top: 0px;
  border: 1px solid #ccc;
  padding: 10px; }

.sol_menu .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  color: #000; }

.list-group-item:last-child {
  margin-bottom: 0;
  border: 0rem;
  border-bottom: 0px solid #777; }

.list-group-item:first-child {
  margin-bottom: 0;
  border: 0rem; }

.list-group a.active, .list-group a.active:hover, .list-group a.active:focus {
  color: #444;
  background: #fff;
  border: 0px solid #ddd;
  text-shadow: 0 0px 0 #fff;
  font-weight: 600; }
/* product list */
.product-thumb .image {
  text-align: center;
  margin-top: 5px;
  border: 1px solid #666;
  padding: 10px;
  background-color: #fff; }
  .product-thumb .image a {
    display: block; }
  .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .product-thumb .caption {
    padding: 0 10px;
    min-height: 65px; }
  .product-thumb .caption p {
    margin: 0px; }
  .product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee; }
  .product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  .product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer; }
  .product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd; }
  @media (max-width: 992px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }

.product-grid .product-thumb .image {
  float: none; }
  @media (max-width: 767px) {
  .product-grid .product-thumb .caption {
    min-height: 0; } }
  @media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0px; } }

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd; }
  @media (min-width: 768px) {
  .product-list .product-thumb .image {
    padding: 15 10px;
    display: inline-block;
    width: 30%; }
    .product-list .product-thumb .image + div {
      display: inline-block;
      margin-left: 0%;
      width: 69.5%; } }
  @media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px; }
    .product-list .product-thumb .button-group {
      border-left: none; } }

.rating .fa-stack {
  font-size: 8px;
  margin-right: 3px; }
  .rating .dd .fa-star {
    color: #dbdfe2;
    font-size: 18px; }
  .rating .fa-star {
    color: #85c557;
    font-size: 18px; }
  .rating .fa-star + .fa-star-o {
    color: #e69500; }

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #fff;
  border: 0px solid #ddd; }
  .thumbnails > li {
    margin-left: 0px; }
  .thumbnails > li > a {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    border-radius: 0px;
    border: 0px solid #ddd; }
  .thumbnails > img {
    width: 100%; }
  .thumbnails .image-additional {
    float: left;
    margin-left: 2px;
    margin-right: 8px;
    margin-top: 8px;
    max-width: 15%; }
  .thumbnails .image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd; }

.prdct_sol .thumbnails .image-additional img.img-fluid {
  border: 0px; }


@media (max-width: 1410px) {
 #menu .navbar-nav > li.menu_item > a {
          font-size: 12px; 
    }  }

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
    clear: left; } }
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%; }
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a; }

.card .card-header > h4 {
  font-size: 16px; }
  .card + .card {
    margin-top: 5px; }

.form-check .form-check-input {
  margin-top: 0.25rem; }
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem; }

#information-contact .card {
  margin-bottom: 20px; }

.main_menu_hd {
  position: relative;
  display: inline-block;
  margin: 0px;
  float: right;
  margin-top: 5px;
  padding: 0px;
  z-index: 99; }

#top .nav > .sol_ust_ic a:hover {
  text-decoration: underline;
  color: #0158a5; }

.home_module {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 5px;
  padding-bottom: 10px;
  padding-top: 15px;
  margin-top: 0px; }

.product-layout.col-lg-3.col-md-3.col-sm-6.col-12 {
  padding-left: 10px;
  padding-right: 10px; }

.footer_ust {
  padding-top: 10px;
  background-color: #203347;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #546e8d; }

.iconlualtkutular {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #4b6174;
  padding-left: 85px;
  min-height: 80px; }

.iconlualtkutular .baslik {
  width: 100%;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #4b6174; }

#column-footer {
  float: right; }

.haberciyazisi {
  padding-bottom: 10px;
  float: left;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300; }

footer hr {
  border-color: #939090;
  margin-top: 5px; }

.news_inp {
  width: 100%;
  float: left;
  height: 39px; }

.news_inp input.form-control {
  height: 41px;
  min-height: 36px;
  background-color: #fff;
  border-radius: 0px;
  border: 0px solid #777;
  color: #fff; }

.button_nws {
  width: 80px;
  float: right;
  right: 15px;
  position: absolute;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  height: 41px;
  border: 0px; }

 a.nnr_yazi {
  color: #eee;
  font-weight: normal !important; }

.onikssoft {
  position: inherit !important;
  max-width: 400px !important;
  margin: 0 auto !important;
  height: auto !important;
  display: block !important;
  visibility: visible !important;
  font-size: 12px !important;
  line-height: 20px !important;
  text-align: center; }

.onikssoft_dis {
  width: 100%;
  padding-bottom: 6px; }

a.laci_yazi {
  color: #b7b617; }

a.turko_yazi {
  color: #3ecccf; }

.footer_contact span {
  float: left;
  width: 85%;
  display: inline-block; }

.lang {
  float: left;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-top: 2px; }

.lang a {
  float: left;
  position: relative;
  color: #fff;
  padding-left: 6px;
  padding-right: 18px;
  display: inline-block;
  opacity: 0.8;
  font-weight: 600;
  font-size: 14px; }

#top .sag_ust .lang a:before {
  content: "";
  height: 12px;
  width: 1px;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  right: 6px;
  top: 5px; }

.news_widget {
  display: inline-block;
  float: right;
  position: relative;
  padding-right: 0px; }

.news_widget a {
  display: inline-block;
  height: 24px;
  width: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 10px;
  color: #fff;
  opacity: 0.8;
  margin-left: 12px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s; }

.news_widget a:hover {
  background-color: #fff;
  color: #283178; }

.footer_widget {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  padding-top: 10px; }

.footer_widget a {
  display: inline-block;
  height: 32px;
  width: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  margin-right: 12px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s; }

.footer_widget a:hover {
  background-color: #fff;
  color: #283178; }
/*.news_widget:before {
 content: "";
 height: 12px;
 width: 1px;
 background: #fff;
 opacity: .8;
 position: absolute;
 right: 6px;
 top: 7px;
 }*/
.aciklama_txt table {
  border: 1px solid #666; }

.ust_sutun {
  padding: 5px;
  text-align: center;
  background-color: #313131;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #fff; }

.alt_sutun {
  padding: 5px;
  text-align: center;
  background-color: #666;
  color: #fff;
  border-right: 1px solid #ddd; }

.alt_deger {
  padding: 5px;
  text-align: center;
  background-color: #fff;
  color: #222;
  border-right: 1px solid #666;
  border-top: 1px solid #666; }

.pack_detail {
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  padding-left: 0px;
  padding-bottom: 5px;
  text-align: left;
  color: #222; }

.prodct_detail {
  padding: 0px;
  font-size: 14px;
  font-weight: 700;
  padding-left: 0px;
  padding-bottom: 5px;
  text-align: left;
  color: #222; }

.ubilesenleri {
  background-color: #efefef;
  padding: 15px;
  width: 100%;
  border: 1px solid #ddd; }

.ubilesenleri p {
  margin-bottom: 1px; }

#menu .dropdown-inner a .fa-angle-right {
  float: right;
  margin-top: 4px;
  margin-right: 2px; }

#menu .menu_item .dropdown-menu .dropdown-menu {
  display: none; }

#menu .menu_item .dropdown-menu li:hover .dropdown-menu {
  display: block;
  left: 190px;
  top: 0px; }

.gramaj_pr.name {
  font-size: 16px;
  font-weight: 700; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 7px;
  color: #000 !important; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #000 !important;
  right: 0px !important; }

.mfp-title {
  color: #333 !important;
  padding-left: 15px !important; }

.hizmetler_dis {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 40px; }

.hizmetler_ic {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 6px; }

.hizmetler_ic .hizmetler_image {
  width: 100%;
  display: inline-block; }

.hizmetler_ic .hizmetler_image img {
  border: 1px solid #ddd; }

.hizmetler_ic .hizmetler_name {
  width: 100%;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold; }

.hizmetler_ic .hizmetler_name a {
  color: #272727; }

.hizmetler_dis .baslik_hizmetler {
  width: 100%;
  text-align: left;
  color: #444;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 26px; }

.widget-title span.kfb {
  background-color: #0f75bc;
  padding: 12px 15px 12px 25px;
  line-height: 18px;
  color: #fff;
  position: relative;
  margin-left: -20px;
  font-family: 'neo_sans_trmedium', Open Sans, sans-serif;
  font-size: 16px;
  font-weight: normal; }

.widget-title span.kfb:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  bottom: -10px;
  border-top: 10px solid #034d80;
  border-left: 10px solid transparent; }

.widget-title {
  background-color: #fff;
  padding: 12px 15px;
  top: -10px;
  position: relative;
  padding-left: 0;
  border-radius: 0 0;
  border: none; }

.languages {
  float: left;
  margin-top: 30px;
  margin-left: 10px; }

.fas.prdvns {
  color: #fff; }

.secilidil {
  background-color: #fff;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 10px;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding-right: 5px;
  margin-right: 5px; }

.secilidil img {
  border-radius: 8px;
  margin-right: 2px;
  margin-top: -2px; }

.secilidil .dilyazisi {
  padding-top: 3px; }

.frs_downs .dropdown-menu {
  float: left;
  min-width: 4rem;
  padding: 0.3rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.75rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #efefef;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.frs_downs .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.8rem;
  clear: both;
   color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 11px;
  font-style: italic;
  font-weight: bold; }

.frs_downs .dropdown-item img {
  border-radius: 8px;
  margin-right: 2px;
  margin-top: -2px; }

.frs_downs .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.21); }

.header_icim {
	background-color: #fff;
	border-bottom:2px solid #e2e2e2;
	padding-top: 10px;
	padding-bottom: 10px; }

.cat_ici {
  background-color: #fff;
  padding:0px;
  margin-bottom: 25px;
  box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
  width: 100%;
  cursor:pointer;
  border-radius:7px;
  text-align: center; }
#common-home h3 {
  width: 100%;
  margin-top:20px;
  margin-bottom:20px;
  text-align:center;
  font-weight:600;
  font-size:18px;
  }
.cat_ici img {
  width: 100%; 
  border-radius:50%;
  }
.listimage {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:30px;
}  
.home-list-12 {
  width:100%;
  padding:30px;
  padding-left:0px;
  padding-right:0px;
  margin-bottom:15px;
  background-color:#fff;
  cursor:pointer;
  border-radius:7px;
 box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
}
.home-list-12:hover {
	background-color:#D5D5D5;
}
.home-list-image {
  width:60%;
  border-radius:50%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:15px;
}
.home-list-image img {
  width: 100%;
  border-radius:50%;
}
.home-list-name {
  width: 100%;
  font-size:14px;
  font-weight:600;
  color:#000000;
  text-align:center;
 }
.home-list-uzman {
  width: 100%;
  font-size:12px;
  font-weight:500;
  color:#666;
  text-align:center;
 }

.makale-resim img {
  width: 100%; 
  border-radius:7px;
  }
.cat_ici a {
  padding-top:0px;
  display: inline-block; }

.cat_ici a.cat_leri_goster {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
   font-size: 13px;
  font-weight: 600;
  color: #9E3B3C;
   width:100%;
  padding-left:15px;
 }

.cat_ici:hover .cat_leri_goster {
   color: #333;
}

.cat_ici .cat_adi {
  width: 100%;
  padding-top:0px;
  text-align: left;
  color: #000;
  padding-left:15px;
  padding-right:15px;
  font-size: 16px;
  font-weight:600;
  text-decoration: none; }
  
.cat_ici .cat_adi .rutbe {
  width: 100%;
  padding-top:1px;
  text-align: left;
  color: #666;
  overflow:hidden;
  max-height:78px;
  font-size: 13px;
  font-weight:500;
  text-decoration: none; }  

.sticky-wrapper {
  z-index: 999 !important; }

.sticky-wrapper.is-sticky .header_icim {
  -webkit-box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2); }

.swiper-viewport {
  background-color: transparent !important; }

.hero {
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center; }

.hero {
  position: absolute;
  height: 670px;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  overflow: hidden;
  margin-bottom: 35px; }
 .banner_title {
  position: absolute;
  left:25%;
  right:25%;
  top: 35%;
  width:50%;
  max-width: 1140px;
  color: #111;
  text-align: right;
  font-size: 20px;
  font-family: 'Noto Sans KR', sans-serif; }

.banner_baslik {
  font-size:32px;
  width:100%;
  float:right;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 10px;
  color:#111;
  letter-spacing:-2px;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.9); }

.alt_baslik {
  float:right;
  line-height: 25px;
  margin-bottom: 10px;
  padding:7px;
  font-size:16px;
  color:#FFFFFF;
  padding-left:15px;
  padding-right:15px;
  letter-spacing:-0.2px;
  background-color: hsla(0,0%,0%,0.76); }

#menu .navbar-nav > li.menu_item:hover a {
  color: #fff; }

.language {
	display:inline-block;
	padding:8px;
	float:right;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:4px;
	max-width:43px;
	
}
.language img{
	width:100%;
}
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade:not(.show) {
    opacity: 0;
}
.modal {
    z-index: 1072;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal.rightmenu.fade .modal-dialog {
    right: -650px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
    height: 100%;
 	top:0px;
	width:100%;
	max-width: 650px;
    position: fixed;
}
 
.rightmenu .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog.rightmenu {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
	right:0px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.rightmenu.fade.show .modal-dialog {
    right:0px;
	top:0px;
	margin:0px;
}
.rightmenu .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0rem;
    outline: 0; 
    height: 100% !important;
}
.rightmenu .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:2rem;
 	padding-top:80px;
}
 .usteat {
 	margin: 0 auto;
	box-shadow: none;
 	z-index:1051;
	height:43px;
 	color:#000000;
	margin-top:7px;
   }
.header {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	position: fixed;
 	z-index:1050;
	height:75px;
	top:0px;
	background-color:#fff;
	padding:30px;
	margin-bottom:15px;
	padding-top:20px;
	padding-bottom:15px;
 }
 .modal-open {
   overflow: auto;
}
.fade {
    transition: opacity .15s linear;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
     height:35px;
	 padding-top:10px;
    width:60px;
	float:right;
	top:7px;
	z-index:9999;
	margin-left:10px;
}
.sidebarIconToggle span{
	float:left;
    width:35px;
    height: 20px;
    font-size: 11px;
    line-height: 10px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height:1.5px;
    width: 22px;
    background-color:#212322cc;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: right;
    margin-top:3.5px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
     float: right;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
     float: right;
    margin-top:3.5px;
}
.modal-open .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
.modal-open .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top:5px;
}
.modal-open .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -7px;
}
.modal-body .main_menu_hd {
	width:100%;
}
.modal-body .main_menu_hd #menu {
	width:100%;
}
.modal-body .main_menu_hd #narbar-menu {
	width:100%;
}
.bgkoyu {
	background-color:#F1F1F1;
}
#common-home h3{
	width:100%;
	font-size:26px;
 }
yasaluyari{
 	font-size:13px;
	padding-top:20px;
	padding-bottom:20px;
}
@media (max-width: 768px) {
	#logo img {
		max-width:75%; }
	#logo {
		padding:0px;
		padding-left:15px;
		padding-right:15px;}
	.banner_title {
		position: absolute;
		right:5%;
		top: 35%;
		width:70%;
		max-width: 1140px;
		color: #111;
		text-align: right;
		font-size: 20px;
		font-family: 'Noto Sans KR', sans-serif; }
	
	.banner_baslik {
		font-size:26px;
		width:100%;
		float:right;
		font-weight: 600;
		line-height: 50px;
		margin-bottom: 10px;
		color:#111;
		letter-spacing:-2px;
		text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.9); }
	
	.alt_baslik {
		float:right;
		line-height: 25px;
		margin-bottom: 10px;
		padding:7px;
		font-size:13px;
		color:#FFFFFF;
		padding-left:15px;
		padding-right:15px;
		letter-spacing:-0.2px;
		background-color: hsla(0,0%,0%,0.76); }	
 	}
 
.breadcrumbs .container {
	padding-left:3px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight:600;
  padding:0px;
  margin:0px;
}
.breadcrumbs {
  padding: 15px 0;
  background-color: #f3f8fa;
  min-height: 40px;
  margin-bottom:10px;
}
.sosyaliconlar li {
	display:inline-block;
	width:auto; margin-right:15px;
} 
.sosyaliconlar li .svg-icon {
    height: 32px;
    width: 32px;
    fill: #dcdfe3;
    display: inline-block;
    position: relative;
    margin-right: 0.5rem;
}
i.svg-icon.svg-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}
i.svg-icon.svg-icon-size-32 {
    height: 32px;
    width: 32px;
}
.tumunugor {
     width:100%;
	 padding-top:25px;
	 padding-bottom:0px;
	 text-align:center;
}
.tumunugor a{
	text-align:center;
	font-size:14px;
	font-weight:600;
	color:#863DED;
}
.contbaslik{
	text-align:center;
	font-size:20px;
	font-weight:600;
	color:#000;
	width:100%;
	display:inline-block;
	padding-bottom:7px;
}
.contt{
	text-align:center;
	font-size:16px;
}