#cookiecontent {
  background-color: #f7f7f7;
  color: #3c3c3c;
  padding: 5px 10px 0;
  position: fixed;
  bottom: 0
}

#cookielaw {
  display: none
}

#btncookielaw {
  float: right;
  margin: 10px 0 10px 10px
}

.row:after,
header img,
header svg {
  display: block
}

header a {
  font-weight: 400
}

main,
pre {
  background-color: #f7f7f7
}

.button,
footer {
  text-align: center
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  font-family: sans-serif;
  font-size: 18px;
  overflow-y: scroll;
  text-align: justify
}

body {
  line-height: 1.6;
  font-weight: 400;
  background-color: #002d00;
  color: #3c3c3c
}

.row:after {
  content: "";
  clear: both
}

[class*=col-] {
  padding: 5px;
  float: left;
  width: 100%
}

.keybd {
  background-color: #fff;
  padding: 2px 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
  margin: 0 2px;
  font-size: 1.1em;
  border-radius: 3px
}

.col-6 {
  padding: 5px
}

ol,
ul {
  padding-left: 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

h1 {
  font-size: 1.6em;
  text-align: center;
  background-color: #c4c4c4;
  color: #161616;
  margin: 0px 0px 10px
}

h2 {
  font-size: 1.5em;
  text-align: center;
}

h3 {
  font-size: 1.4em;
  color: #b42281
}

h4,
h5 {
  font-size: 1.3em
}

a,
a:visited {
  color: #005584;
  text-decoration: none;
  font-weight: 600
}

a:hover {
  color: #005584
}

p {
  margin: 5px 0 10px
}

.symbol {
  max-width: 192px;
  background-color: #fff
}

.symbol-img {
  width: 100%;
  max-width: 360px;
}

ul {
  list-style-type: square
}

header {
  background-color: #161616;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  height: 3em;
  width: 100%;
  position: fixed;
  top: 0;
}

header .row,
main,
nav,
footer .row {
  max-width: 1160px;
  margin: 0 auto
}

header,
main,
footer {
  display: block
}

form,
label {
  display: block;
  margin: 5px 0
}

nav {
  padding: 2px 0;
  margin-top: 8px
}

main ul {
  line-height: 180%
}

main {
  padding: 0px 0px 10px 0px;
  margin-top: 54px;
  min-height: 500px;
  border-bottom: 0
}

footer {
  background-color: #3c3c3c;
  font-size: 75%;
  padding: 20px 10px ;
  color: #c4c4c4;
  text-align: left;
  margin-bottom: 100px;
}

footer > .row > p, footer > .row > ul {
  display: inline-block;
}

footer > .row > p {
  margin-right: 10px;
}

footer > .row > ul {
  padding-left: 0;
  margin-bottom: 10px;
}

.button,
select {
  font-size: 100%
}

footer a,
footer a:visited {
  color: #ccc
}

footer a:hover {
  color: #fff
}

footer ul {
  padding-left: 0
}

label.noblock {
  padding: 2px 12px
}

fieldset {
  border: 0
}

.button,
.list-horizontal li,
select {
  display: inline-block
}

form {
  padding: 5px
}

select {
  height: 2.25em;
  background-color: #fff
}

input,
select,
textarea {
  padding: .5em .6em;
  margin-right: 5px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.button,
.social {
  margin: 5px 0
}

legend {
  font-weight: 600;
  border-bottom: 1px dashed #ccc
}

pre {
  overflow: auto;
  font-family: monospace;
  padding: 10px
}

.button {
  letter-spacing: 1px;
  border: 0;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow: visible;
  padding: .5em 1em;
  color: #fff;
  background-color: #005584;
  border-radius: 2px
}

.button:focus,
.button:hover {
  opacity: .9
}

.button:focus {
  outline: 0
}

.button-small {
  font-size: 90%
}

.share-on-twitter {
  background: #61b0e6
}

.share-on-facebook {
  background: #005584
}

.share-on-googleplus {
  background: #DC4E41
}

.social .button {
  font-size: 85%;
  border-radius: 0;
  margin-right: 4px;
  padding: 8px;
  color: #fff;
  text-shadow: 0 1px 2px #333
}

.social .scount {
  border: 1px solid #aaa;
  margin-right: 4px;
  padding: 7px 4px;
  font-size: 85%;
  background-color: #f5f5f5;
  color: #555
}

table {
  margin: 10px auto;
  border-collapse: collapse;
  border: 1px solid #c4c4c4;
  box-shadow: 0 1px 4px 0 #949494;
}

th {
  background-color: #81b522;
  color: #000;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 0px 0 rgba(0, 0, 0, 0.2);
}

td,
th {
  padding: 0px 2px;
  text-align: left
}

tr {
  border-bottom: 1px solid #c4c4c4
}

tr:nth-child(odd) {
  background-color: #fff;
  color: #424242
}

tr:nth-child(even) {
  background-color: #f7f7f7
}

.bg-gray,
.form {
  background-color: #f8f8f8
}

.form {
  margin: 1px 0;
  padding: 5px 10px
}

.list-horizontal,
.list-vertical {
  list-style-type: none;
  padding-left: 5px
}

.list-horizontal li a {
  padding: 4px;
  line-height: 27px;
  font-weight: 400
}

.list-vertical li {
  width: 100%;
  border-bottom: 1px dotted #005584
}

.list-vertical li a {
  display: block;
  padding: 4px 0
}

.breadcrumb div,
.noblock,
nav .list-vertical {
  display: inline-block
}

.list-horizontal li a:before,
.list-vertical li a:before {
  content: "\00bb";
  padding-right: 5px;
  color: #fff
}

nav .list-vertical {
  overflow: auto
}

.breadcrumb {
  min-height: 27px;
  font-size: .875em;
  color: #666
}

.breadcrumb div {
  margin: 2px
}

.center {
  text-align: center
}

.rounded {
  border-radius: 4px;
  -webkit-border-radius: 4px
}

.margin10 {
  margin: 10px 0
}

.full-width {
  width: 100%
}

.bgrs {
  padding: 10px 20px;
  background-color: #fff;
  font-size: 120%
}

.bgrs ul {}

.shadow {
  box-shadow: 0px 2px 4px 0px #4f8400
}

.margin20 {
  margin: 20px 0;
  display: table
}

.margin10a {
  display: block;
  margin: 10px auto
}

time,
ul .date {
  color: #555;
  font-size: 85%;
  display: block
}

.toggle {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  left: 6px;
  top: 12px;
  position: absolute
}

.toggle:after {
  content: '';
  display: block;
  width: 27px;
  height: 3px;
  background: #ccc;
  margin: 5px;
  box-shadow: 0 8px 0 #ccc, 0 16px 0 #ccc
}

.cd-top {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 10;
  font-size: 36px;
  line-height: 55px;
  color: #fff;
  background-color: rgba(125, 125, 125, .5);
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s
}

.cd-top:hover {
  opacity: 1;
  color: #eee
}

.cd-is-visible {
  visibility: visible;
  opacity: 1
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #ccc!important;
    border: none!important;
    word-wrap: break-word;
    padding: 3px!important;
    font-size: 100%!important;
    line-height: 27px!important;
    transition: none!important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
    color: #fff!important;
    background: none!important;
    font-weight: 400;
}


@media (min-width:1160px) {
  .main.col-8 {
    width: 758px;
  }
  .sidebar.col-4 {
    width: 402px;
  }
}
@media (max-width:975px) {
  .list-horizontal li a,
  #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    padding: 2px!important;
    font-size: 85%!important;
  }
}

@media only screen and (min-width:768px) {
  .col-1 {
    width: 8.33%
  }
  .col-2 {
    width: 16.66%
  }
  .col-3 {
    width: 25%
  }
  .col-4 {
    width: 30%
  }
  .col-5 {
    width: 41.66%
  }
  .col-6 {
    width: 50%
  }
  .col-7 {
    width: 58.33%
  }
  .col-8 {
    width: 70%
  }
  .col-9 {
    width: 75%
  }
  .col-10 {
    width: 83.33%
  }
  .col-11 {
    width: 91.66%
  }
  .col-12 {
    width: 100%
  }
  .col-7-10 {
    width: 70%
  }
  .col-3-10 {
    width: 30%
  }
}

@media (max-width:480px) {
  th {
    font-size: 12px
  }
  .col-8 td:first-child,
  .sbig,
  .chessboard td {
    font-size: 150% !important
  }
  .col-8 td:first-child:hover,
  .sbig:hover {
    font-size: 160%
  }
  .bgrs,
  .form {
    margin: 1px 0
  }
  .adrightbig {
    display: none !important;
  }
  html {
    font-size: 14px
  }
  main {
    padding: 5px
  }
  main [class*=col-] {
    padding: 1px
  }
  header [class*=col-] {
    padding: 6px 0
  }
  header .col-9 {
    padding: 0
  }
  .form {
    padding: 5px
  }
  .social div {
    display: inline-block
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
    margin: 10px 0
  }
  h1 {
    font-size: 1.4em
  }
  h2 {
    font-size: 1.3em
  }
  h3,
  h4,
  h5 {
    font-size: 1.2em
  }
  td,
  th {
    padding: 1px 1px
  }
  .cd-top {
    right: 5px;
    bottom: 5px
  }
  input,
  select,
  textarea {
    margin-bottom: 3px;
    margin-right: 0
  }
  .col-8 td:first-child {
    font-size: 160% !important
  }
}

@media (max-width:47.999em) {
  header,
  nav {
    position: fixed;
    left: 0
  }
  header {
    top: 0;
    right: 0;
    display: block
  }
  main {
    margin-top: 50px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
  }
  header img,
  header svg {
    margin: 0 auto
  }
  .toggle {
    display: block;
    z-index: 1;
    position: fixed
  }
  nav.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  body.open {
    overflow: hidden
  }
  main.open {
    transform: translate(215px, 0)
  }
  nav {
    width: 210px;
    height: 100%;
    top: 51px;
    bottom: 0;
    background-color: #393939;
    -webkit-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
  }
  nav .list-vertical li a {
    color: #fff
  }
}

@media print {
  .comments,
  .sidebar,
  .social,
  nav,
  .margin20,
  header,
  .toggle,
  .breadcrumb,
  footer .list-horizontal {
    display: none
  }
  main {
    margin-top: 5px;
  }
  html {
    font-size: 16px;
  }
  .col-6 td:first-child,
  .col-8 td:first-child,
  .sbig {
    font-size: 120%
  }
}

.sidebar {
  color: #424242;
  font-size: 16px;
  padding-bottom: 12px;
  padding-left: 1px;
  padding-right: 1px
}

.sidebar img {
  vertical-align: middle
}

.sidebar h3 {
  background-color: #b4e657;
  color: #161616;
  font-size: 1.2em;
  padding: 6px 0 6px 3px;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.inblock {
  display: inline-block;
  vertical-align: top
}

.chessboard {
  border: 2px solid #999;
  width: 90%;
  background-color: #fff
}

.chessboard td:nth-child(even) {
  background-color: #f4f4f4
}

.chessboard td {
  font-size: 3em;
  border: 1px solid #ccc;
  text-align: center
}

.comments {
  padding: 5px 10px 5px 0;
  margin: 40px 0;
  font-family: monospace;
  font-size: 16px;
  line-height: 18px
}

.commentdiv {
  background-color: #fff;
  overflow: auto;
  padding: 10px;
  max-height: 450px;
  margin: 5px 0;
  border: 1px solid #ddd;
  border-radius: 4px
}

.commentdiv .date {
  color: #555;
  font-size: 85%;
  float: right
}

.commentdiv p {
  border-top: 1px dashed #ccc;
  clear: left
}

#comments form {
  margin: 25px 5px
}

.commentauthor {
  font-weight: 600;
  color: #b42281
}

#yorumekle {
  background-color: #f1f1f1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px
}

#ymesaj {
  visibility: hidden;
  background-color: khaki;
  padding: 10px
}

.col-6 td:nth-child(odd),
.col-8 td:first-child,
.sbig {
  height: 80px;
  min-width: 80px;
  line-height: 0;
  font-family: "arial unicode ms", "Lucida Sans Unicode", sans-serif;
  font-size: 160%;
  text-align: center;
  cursor: pointer;
  transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc;
}

.col-6 td:nth-child(odd):hover,
.col-8 td:first-child:hover,
.sbig:hover {
  font-size: 360%;
  text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee
}

nav li a,
nav li a:active,
nav li a:visited {
  color: #b4e757
}

nav li a:hover {
  color: #81b522
}

.width70 {
  width: 70%
}

.ATC_300v_1 {
  max-width: 300px;
  max-height: 600px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ATC_300v_1.sticky {
  position: absolute;
  left: 1%;
  top: 100px;
}
.ATC_970v_1,
.ATC_970v_2,
.inside {
  display: flex;
  justify-content: center;
}
main > p {
  margin-left: 5px;
}
.sidebar .right {
  display: flex;
  justify-content: center;
}

/*.mobile.ATC_M_320v_1.sticky {*/
/*  position: sticky;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*}*/

.sticky-bottom.ATC_728v_4 {
    max-width: 1160px;
    margin: auto;
    position: sticky;
    position: -webkit-sticky;
    bottom: 1%;
    width: 100%;
    padding: 15px 0
}
[data-aa-adunit="/21794835430/ATC_728v_5"] {
  z-index: 100000000!important;
}

@media (max-width: 520px) {
    .sticky-bottom.ATC_728v_4 {
        padding-bottom: 0;
        bottom: 0%;
    }
}
.clos-connatix {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1000;
  color: transparent;
  padding: 2px 7.5px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid transparent;
  height: 30px;
  font-size: 20px;
  line-height: 1;
}
.clos-connatix.show {
  color: #ccc;
  border-color: #ccc;
}

.p-left-15 {
  padding-left: 15px;
}

#copyModal {
  width: 100%;
  position: fixed;
  left: 0;
  top: 15%;
  height: 100%;
  text-align: center;
  display: none;
  z-index: 9999999999;
}
#copyModal.show {
  display: block;
}
#copyModal #symbolText {
  display: block;
  font-size: 3em;
  line-height: 1.2;
}
#copyModal .modal-content {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  box-shadow: 0px 0px 20px #002d00;
}
#copyModal .modal-header,
#copyModal .modal-footer {
  position: relative;
  background: #002d00;
  padding: 10px;
  color: #fff;
}
#copyModal .modal-body {
  height: 250px;
  background: #fff;
  border: 1px solid #002d00;
  overflow: auto;
}
#copyModal .modal-footer a.btn {
  color: #fff!important;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .7;
}
#copyModal .modal-footer a.btn:hover {
  cursor: pointer;
  opacity: 1;
}
#copyModal .modal-header .close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  font-size: 19px;
  border-radius: 50%;
  border: 1px solid #ccc;
  opacity: .5;
}
#copyModal .modal-header .close:hover {
  cursor: pointer;
  opacity: 1;
}

#hoverAd {
  position: absolute;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 200000000;
  padding: 2px;
  border: 1px solid #aaa;
  box-shadow: 0px 0px 5px #0000007a;
  border-radius: 4px;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: 100ms ease-in-out;
}
#hoverAd.appeared {
  transition: 100ms ease-in-out;
  display: block;
  visibility: visible;
  opacity: 1;
}
#hoverAd.disappeared {
  transition: 100ms ease-in-out;
  display: none;
  visibility: hidden;
  opacity: 0;
}
#hoverAd:hover {
  transition: 100ms ease-in-out;
  display: block;
  visibility: visible;
  opacity: 1;
}

#hoverAd .hoverAd-body {
  width: 336px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hoverAd .hoverAd-header {
  display: flex;
  align-items: center;
}
#hoverAd .hoverAd-header > div {
  width: 50%;
}

#hoverAdTitle {
  text-align: center;
  font-size: 2em;
}
#hoverAdTitle:hover {
  cursor: pointer;
}

#hoverAd .buttons {
  margin-bottom: 15px;
}
#hoverAd .hoverAdButton {
  color: #fff;
  display: inline-block;
  background: #81b521;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  min-width: 130px;
  border-radius: 4px;
  margin: 5px 0;
  text-transform: uppercase;
  padding: 5px;
  transition: 100ms ease-in-out;
}
#hoverAd .hoverAdButton:hover {
  opacity: 1;
  box-shadow: 3px 3px 7px #81b521;
  color: #fff;
}

@media(max-width: 767px) {
  #copyModal .modal-body {
    height: 280px;
  }
  #hoverAd {
    display: none !important;
  }
}
