@charset "utf-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

div {
    box-sizing: border-box;
}

* {
    outline: none;
}

ol,
ul {
    list-style: none;
}

.mr0 {
    margin-right: 0px !important;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    background: url(../images/bg.png) top center no-repeat #681613;
}

.clear {
    clear: both;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #fff;
}

input:-moz-placeholder {
    font-size: 14px;
    color: #fff;
}

input::-moz-placeholder {
    font-size: 14px;
    color: #fff;
}

input:-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
}

textarea::-webkit-input-placeholder {
    color: #fff;
}

textarea:-moz-placeholder {
    color: #fff;
}

textarea::-moz-placeholder {
    color: #fff;
}

textarea:-ms-input-placeholder {
    color: #fff;
}

select {
    color: #fff !important;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo .item a:hover {
    opacity: 1 !important;
}

a,
label {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a:hover,
label:hover {
    opacity: 0.8;
}

.slider,
.modules a:hover {
    opacity: 1 !important;
}

.slider a:hover {
    opacity: 1 !important;
}

.product-slider1 .owl-carousel .owl-wrapper,
.product-slider1 .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.container {
    width: 1170px;
    margin: auto;
    position: relative;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.dil {
    float: right;
    top: 30px;
    position: absolute;
    right: 0px;
}

.dil li {
    display: block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #fff;
}

.dil li:last-child {
    border-right: 0px solid #fff;
}

.dil li a {
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.menu {
    width: 110px;
    text-align: left;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    position: fixed;
    /* left: 10px; */
    top: 5%;
    z-index: 99999;
    margin-left: -30px;
}

.menu li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
    border-right: 0px solid #fff;
    margin-bottom: 11px;
}

.menu li:last-child {
    border-right: 0px solid #fff;
}

.menu li a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 200;
    cursor: pointer;
    margin-left: 10px;
}

.menu li::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fc2421;
    border-radius: 50%;
    float: left;
    display: block;
}

.menu li:hover::before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #efefef;
    border: 2px solid #fc2421;
    border-radius: 50%;
    float: left;
}

.home_menu {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 20px;
}

.home_menu li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.home_menu li:last-child {
    border-right: 0px solid #fff;
}

.home_menu li a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 200;
    cursor: pointer;
}

.slider {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 38px;
}

.slider .owl-nav {
    width: 100% !important;
    float: left !important;
    top: 50% !important;
    left: 0px !important;
}

.slider .owl-controls {
    position: absolute;
    width: 100%;
    top: 65%;
}

.slider span {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    color: #fff;
    display: block;
    float: left;
}

.slider .owl-dots {
    position: absolute;
}

.slider .owl-nav .owl-prev:hover {
    background: url(../images/left.png) no-repeat;
}

.slider .owl-nav .owl-prev {
    left: 30px;
    width: 32px;
    height: 35px;
    background: url(../images/left.png) no-repeat;
    position: absolute;
}

.slider .owl-nav .owl-next:hover {
    background: url(../images/right.png) no-repeat;
}

.slider .owl-nav .owl-next {
    right: 30px;
    width: 32px;
    height: 35px;
    background: url(../images/right.png) no-repeat;
    position: absolute;
}

.technical_data {
    float: left;
    width: 100%;
    margin-top: 140px;
    padding-top: 20px;
}

.technical_data h1 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 90px;
    letter-spacing: -2px;
    font-weight: 300;
}

.technical_data #tabs {
    display: block;
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}

.technical_data #tabs li {
    display: block;
    float: left;
    color: #fff;
    cursor: pointer;
    background: url(../images/technical_tab_icon.png) no-repeat;
    padding-top: 110px;
    width: 100px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    margin-right: 435px;
}

.technical_data #tabs li:last-child {
    margin-right: 0px;
}

.technical_data #tabs li::before {
    display: block;
    width: 413px;
    float: left;
    border-top: 0px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -61px;
    margin-left: 112px;
    margin-right: 10px;
    content: "";
}

.technical_data #tabs li:last-child::before {
    display: none;
    content: "";
}

.technical_data .tabs-content {
    text-align: center;
}

.technical_data .tabs-content img {
    width: 65%;
    margin-top: 70px;
    margin-bottom: 20px;
}

.product {
    float: left;
    width: 100%;
    margin-top: 117px;
    padding-top: 20px;
}

.product h1 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 90px;
    letter-spacing: -2px;
    font-weight: 300;
}

.product #tabs-product {
    display: block;
    float: left;
    widtH: 100%;
    text-align: center;
    margin-top: 40px;
}

.product #tabs-product li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 200;
    cursor: pointer;
}

.product #tabs-product .button-renk {
    color: #f04740;
}

.product #tabs-product li:last-child {
    border-right: 0px solid #fff;
}

.product .tabs-content-product {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
}

.product .product-slider1 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 100px;
}

.product .product-slider1 span {
    width: 100%;
    float: left;
}

.product .product-slider1 .owl-nav {
    width: 100% !important;
    float: left !important;
    top: 50% !important;
    left: 0px !important;
}

.product .product-slider1 .owl-controls {
    position: absolute;
    width: 100%;
    top: 35%;
}

.product .product-slider1 span {
    width: 100%;
    text-align: center;
    /* position: absolute; */
    bottom: 10px;
    font-size: 14px;
    color: #fff;
    display: block;
    float: left;
}

.product .product-slider1 .owl-nav .owl-prev:hover {
    background: url(../images/left.png) no-repeat;
}

.product .product-slider1 .owl-nav .owl-prev {
    left: 90px;
    width: 32px;
    height: 35px;
    background: url(../images/left.png) no-repeat;
    position: absolute;
}

.product .product-slider1 .owl-nav .owl-next:hover {
    background: url(../images/right.png) no-repeat;
}

.product .product-slider1 .owl-nav .owl-next {
    right: 90px;
    width: 32px;
    height: 35px;
    background: url(../images/right.png) no-repeat;
    position: absolute;
}

.product #tabs-product2 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 110px;
    text-align: center;
    margin-bottom: 20px;
}

.product #tabs-product2 li {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding-top: 85px;
    width: 107px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-right: 45px;
    height: 100px;
    vertical-align: top;
    font-weight: 100;
}

.product #tabs-product2 li:nth-child(1) {
    background: url(../images/products_icon1.png) no-repeat top;
}

.product #tabs-product2 li:nth-child(2) {
    background: url(../images/products_icon2.png) no-repeat top;
}

.product #tabs-product2 li:nth-child(3) {
    background: url(../images/products_icon3.png) no-repeat top;
}

.product #tabs-product2 li:nth-child(4) {
    background: url(../images/products_icon4.png) no-repeat top;
}

.product #tabs-product2 li:last-child {
    margin-right: 0px;
}

.product #tabs-product2 li::before {
    display: block;
    width: 56px;
    float: left;
    border-top: 0px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -44px;
    margin-left: 103px;
    margin-right: 10px;
    content: "";
}

.product #tabs-product2 li:last-child::before {
    display: none;
    content: "";
}

.product_popup {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    display: none;
}

.product_popup .close {
    position: absolute;
    right: 22px;
    top: 20px;
    cursor: pointer;
    z-index: 999;
}

.product_popup img {
    width: 100%;
}

.product_popup .arrow {
    width: 35px;
    height: 18px;
    float: left;
    position: absolute;
    bottom: -17px;
    left: 336px;
}

.gallery {
    float: left;
    width: 100%;
    margin-top: 21px;
    padding-top: 39px;
}

.gallery h1 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 90px;
    letter-spacing: -2px;
    font-weight: 300;
}

.gallery .gallery-slider {
    width: 100%;
    float: left;
    margin-top: 13px;
    text-align: center;
}

.gallery .gallery-slider .owl-stage-outer {
    padding-bottom: 60px;
}

.gallery .gallery-slider .owl-nav {
    width: 100% !important;
    float: left !important;
    top: 50% !important;
    left: 0px !important;
}

.gallery .gallery-slider .owl-controls {
    position: absolute;
    width: 100%;
    top: 52%;
    z-index: 9;
}

.gallery .gallery-slider span {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    color: #fff;
    display: block;
    float: left;
}

.gallery .gallery-slider .owl-nav .owl-prev:hover {
    background: url(../images/left.png) no-repeat;
}

.gallery .gallery-slider .owl-nav .owl-prev {
    left: 20px;
    width: 32px;
    height: 35px;
    background: url(../images/left.png) no-repeat;
    position: absolute;
}

.gallery .gallery-slider .owl-nav .owl-next:hover {
    background: url(../images/right.png) no-repeat;
}

.gallery .gallery-slider .owl-nav .owl-next {
    right: 20px;
    width: 32px;
    height: 35px;
    background: url(../images/right.png) no-repeat;
    position: absolute;
}

.gallery .gallery-slider img {
    -webkit-box-shadow: 0px 38px 47px -12px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 38px 47px -12px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 38px 47px -12px rgba(0, 0, 0, 0.41);
}

.contact {
    float: left;
    width: 100%;
    margin-top: 120px;
    padding-top: 20px;
}

.contact h1 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 90px;
    letter-spacing: -2px;
    font-weight: 300;
}

.contact span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    letter-spacing: -0.5px;
    margin-top: 30px;
    font-weight: 100;
    margin-bottom: 30px;
    line-height: 25px;
}

.contact .form {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding-left: 70px;
    padding-right: 70px;
    text-align: center;
}

.contact .form input {
    display: block;
    float: left;
    width: 307px;
    height: 45px;
    margin-bottom: 10px;
    text-indent: 10px;
    margin-right: 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: #8f1a15;
    font-family: 'Oswald', sans-serif;
    border-radius: 6px;
    box-sizing: border-box;
}

.contact .form textarea {
    display: block;
    float: left;
    width: 100%;
    height: 150px;
    text-indent: 10px;
    padding-top: 10px;
    outline: none;
    color: #fff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    background: #8f1a15;
    border-radius: 6px;
}

.contact .form .iletisim_button {
    display: inline-block;
    float: right;
    background: none;
    border: none;
    text-indent: 0px;
    color: #fff;
    margin-top: 10px;
    width: auto;
    outline: none;
    cursor: pointer;
    font-weight: 100;
    font-size: 20px;
    margin-right: 0px;
    border-right: 1px solid #fff;
    border-radius: 0px;
    padding-right: 11px;
}

.contact .form .br0 {
    border-right: 0px solid #fff;
}

.contact .icon {
    width: 12px;
    height: 13px;
    float: left;
    background: url(../images/form_bg.png) no-repeat;
    margin-top: 12px;
    margin-right: 20px;
}

.footer {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.footer .footer_logo {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 180px;
}

.footer .footer_copyright {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 50px;
}

.footer .footer_copyright a {
    text-decoration: none;
    color: #fff;
}

.footer .footer_adres {
    width: 100%;
    float: left;
    margin-top: 30px;
    font-size: 17px;
    color: #fff;
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 100px;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}

.guvenlik_input {
    margin-top: 9px;
}

.guvenlik_kodu {
    float: left;
    margin-left: 12px;
    margin-top: 10px;
}

.guvenlik_kodu img {
    height: 35px;
}

.katalog_link {
    position: absolute;
    right: 250px;
    top: 100px;
    width: 132px;
    height: 49px;
}

.katalog_link img {
    width: 100%;
}

.deneme {
    height: 40px;
    padding: 10px;
    text-align: right;
    width: 100%;
    left: 0;
    padding-bottom: 30px;
    padding-right: 25px;
    margin-top: 5px;
}

.deneme li {
    float: right;
    padding: 10px;
    margin-bottom: 30px;
    list-style-type: none;
    border-right: 1px solid #888;
    color: 888;
    cursor: pointer;
    ;
}

.deneme li a {
    text-decoration: none;
    color: #000;
}

.deneme li:first-child {
    border: 0;
}

.deneme li:last-child {
    border: 0;
    position: absolute;
    left: 0;
}

.preview {
    max-width: 100%!important;
    /* float: right; */
    cursor: pointer;
}

.deneme li:active {
    color: #ed1c26
}

.deneme h2 {
    display: none;
}

.deneme span {
    display: none;
}

.cl {
    clear: both;
}

.list3d {
    float: left;
    padding-top: 90px;
}

.list3d h2 {
    font-size: 28px;
    font-weight: 900;
}

.list3d span {
    font-size: 12px;
}

.list3d ul {
    margin-top: 20px;
}

.radio-button {
    color: #888;
}

.radio-button__icon {
    width: 1.8em;
    margin-right: .5em;
    fill: none;
    stroke: currentColor;
    stroke-width: 5%;
}

.radio-button__label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.radio-button__label span {
    font-size: 18px;
}

.radio-button__indicator {
    transform-origin: center center;
    transform: scale(0);
    transition: transform .200s;
    color: #f00;
}

.radio-button__input {
    position: absolute;
    opacity: 0;
}

.radio-button__input:checked+label .radio-button__indicator {
    transform: scale(1);
}

.alrez {
    font-size: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    body {
        background: #fff;
    }
    .container {
        max-width: 100%;
    }
    .deneme {
        font-size: 13px;
        float: left;
        height: auto;
        padding-bottom: 0;
    }
    .deneme li {
        padding: 0 5px;
        border: none;
        float: left;
    }
    .list3d {
        margin-left: 20px;
        height: auto;
        padding-top: 0;
    }
    .list3d h2 {
        font-size: 26px;
    }
    .radio-button {
        width: 50%;
        float: left;
    }
    #scancube_jzspin {
        right: 0;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }
    #scancube_jzspin img {
        max-width: 100%;
    }
    .preview {
        float: none;
    }
}