body
{
    background-color:#f1f1f1;
    color:#222;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size:14px;
    margin:0;
    padding:0;
    background-image: url(img/bg.jpg); background-size: cover;
}

h1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 25px;
    height: 36px;
    margin: 0;
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}


code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #121212
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #888
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #333
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #333
}

::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background: #333
}

button {
    background: 0 0;
    margin: 0;
    padding: 0
}

input:-webkit-autofill {
    color: #fff !important
}

:active,
:focus,
button,
input,
textarea {
    outline: 0 !important
}

textarea {
    resize: vertical
}

select {
    border: 2px solid #e5e7e9;
    height: 46px;
    padding: 12px;
    outline: 0;
    line-height: 1 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

label {
    font-weight: 400
}

fieldset,
iframe {
    border: 0;
    margin: 0;
    padding: 0
}

p {
    display: block;
    -webkit-margin-before: .1em;
    -webkit-margin-after: .1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

a {
    color: #337ab7;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

a:active,
a:focus,
a:hover {
    color: #212121;
    text-decoration: none
}

.href-reset a,
a.href-reset {
    color: #121212
}
a,
a:active,
a:focus,
a:hover {
    outline: 0;
    cursor: pointer
}
ul { margin: 0px;
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px; }
p
{
    margin: 0;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
#logo {    border-bottom: 1px solid #ddd;
    margin-bottom: 15px; padding-bottom: 15px; text-align: center;
width: 100%;
    float: left;
}
#container
{
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
    background: #fff;
    width:50%;
    padding: 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.content {font-family: arial; margin-top: 10%; float: left; width: 100%; padding-bottom: 25px;}
.div-center {
    float: none !important;
    margin: 0 auto !important;
    display: table
}
.kutu
{


    float: left;
    width: 100%;
    line-height:25px;
    list-style: none;
}
li.bayrak
{
    margin-left:20px;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 6px 0px;
    color:#333;
}
li.bayrak.fr{
    list-style-image: url(img/fr.png);
}
li.bayrak.tr{
    list-style-image: url(img/tr.png);
}
li.bayrak.de{
    list-style-image: url(img/de.png);
}
li.bayrak.ru{
    list-style-image: url(img/ru.png);
}
li.bayrak.es{
    list-style-image: url(img/es.png);
}
li.bayrak.nl{
    list-style-image: url(img/nl.png);
}
li.bayrak.uk{
    list-style-image: url(img/en.png);
}
li.bayrak.cn{
    list-style-image: url(img/cn.png);
}
.links {width: 100%; text-align: center; margin-bottom: 15px;    float: left; margin-top: 15px; }
.links .link{ float: none; width: auto; border-right: 1px solid #eee; text-align: center; display: inline-block; }
.links .link:last-child{  border-right: 0px;}
.links .link a{ padding: 5px 10px; text-decoration: none; text-align: center; color:#333; }



.input-lg {
    border-right: 0;
}
.form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.whois-search .btn-search {
    background-color: #37b400;
    color: #fff;
}

.form-control {
    border: 2px solid #e5e5e5;
    box-shadow: none;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.whois-search, .whois-box { float: left; width: 100%; }


.well-sm {
    border-radius: 3px;
}
.sonuc {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.well {
    padding: 19px;
    float: left;
    white-space:pre-line;
    word-break: break-word;
    width: auto;

}
.search-input {
    border-radius: 4px 0 0 4px;
    padding: 15px 0px;
    text-indent: 10px;
    width: 80%;
    float: left !important;
}
.whois-search .btn {
    height: 46px!important;
    width: 19%;
    border-radius: 0 4px 4px 0!important;
    padding: 17px 0px;
    font-size: 20px;
    float: left;
    text-align: center;
    line-height: 45px;
}
@media only screen and (max-width:1200px) {
.search-input { width: 80%; }
.whois-search .btn { width: 16%;}
}
@media only screen and (max-width:768px) {
    #container{width:80%;}
    h1 { font-size: 18px !important; }
    .well {  width: auto;}
}
@media only screen and (max-width:550px) {
.search-input { width: 99.1%;  border-radius: 4px 4px 0px 0px !important; padding: 5px 0px;}
.whois-search .btn {width: 100%; border-radius: 0px 0px 4px 4px !important; text-align: center; padding: 0px 0px;}
}