/*
Eco Theme
Author: Cemre Fatih Karakulak
Version: 1.0
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video,
button, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clear:after,
.item.list li:after,
.contact-icons li:after,
.row:before,
.row:after {
    display: table;
    clear: both;
    content: "";
}

body {
    line-height: 1;
    font-family: 'Segoe Ui', Arial, sans-serif;
    font-size: 13px;
    overflow-x: hidden;
}

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

a>img {
    display: block;
    line-height: 0;
}

img {
    max-width: 100%;
    color: #FFF;
    height: auto;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote {
    font-style: italic;
    line-height: 22px;
    padding: 0 0 0 60px;
    min-height: 60px;
    color: #000;
}

blockquote:before {
    content: '\e830';
    color: #C50000;
    font-size: 30px;
    width: 55px;
    height: 52px;
    margin-top: 0;
    float: left;
    padding-right: 3%;
}

small {
    font-size: 12px;
}

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

button, input[type="submit"],a.button {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: #F8F8F8;
    cursor: pointer;
    color: #2E2E2E;
}

input::-webkit-input-placeholder {
    color: #444;
    font-weight: 400;
}

button, input {
    border-radius: 0;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

code {
    background-color: #F8F8F8;
    font-family: 'Consolas','Menlo','Monaco','Lucida Console',serif;
    margin-bottom: 10px;
    max-height: 600px;
    overflow: auto;
    padding: 10px 8px 10px 12px;
    width: auto;
    font-size: 13px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre {
    display: block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: 'Poppins';
    line-height: 21px;
    font-size: 13px;
    color: #666;
}

pre code {
    white-space: pre-wrap;
}

table {
    width: 100%;
    background-color: transparent;
}

table th {
    padding: 0 5px;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: normal;
    font-family: 'Montserrat','Tahoma', sans-serif;
    line-height: 1.2;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

/* # 2. Placeholders & Inputs # */

::-webkit-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
}

input, textarea, select {
    padding: 7px 14px;
    outline: 0;
    font-size: 13px;
    line-height: 1.428571429;
    /*font-family: 'Poppins','Open Sans';*/
    font-family: segoe ui;
    color: #555;
    vertical-align: middle;
    border: 1px solid #CCC;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input,textarea {
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    border: 1px solid #D6D6D6;
    background: #FFF;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 20px !important;
    min-width: 20px;
    -webkit-appearance: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

input[type=checkbox]:hover,
input[type=radio]:hover{
    box-shadow: inset 0px 0px 0px 1px #E14D43;
    border-color: #E14D43;
}

input[type=checkbox]:checked:before {
    content: '\eff8';
    color: #FFFFFF;
    background: #E14D43;
    font-size: 10px;
    width: 20px !important;
    height: 20px !important;
    margin: -1px !important;
    line-height: 20px !important;
}

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #555;
    text-decoration: none;
}

.heading:after,
.cf:after,
.row:before,
.row:after {
    content: '';
    clear: both;
    display: table;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

[class*='col-'] {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.row.xs {
    margin-left: -5px;
    margin-right: -5px;
}

.xs > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.xl {
    margin-left: -28px;
    margin-right: -28px;
}

.row.nl {
    margin-left: -18px;
    margin-right: -18px;
}

.nl > [class*='col-'] {
    padding-left: 18px;
    padding-right: 18px;
}

.xl > [class*='col-'] {
    padding-left: 28px;
    padding-right: 28px;
}

.col-2 {
    width: 16.666667%;
}

.col-bestane{
    width: 20%;
}

.col-3 {
    width: 25%;
    position: relative;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-8 {
    width: 66.66666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-12 {
    width: 100%;
}

/* Fancy inputs */

.form-group {
    background-color: #fff;
    position: relative;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 2px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    overflow: hidden;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    margin-bottom: 15px;
}

.chk-responsive-nav {
    position: absolute;
    right: 50px;
    top: 8px;
}

.chk-responsive-nav>a {
    display: none;
    font-size: 21px;
    float: left;
    position: relative;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}


.sidr {
    display: none;
    z-index: 999999;
    position: absolute;
    position: fixed;
    top: 0;
    width: 260px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 11px;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: -.02em;
    background: #222;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr.right {
    right: -260px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -260px;
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}

.sidr li {
    display: block;
    margin: 0;
    line-height: 44px;
    position: relative;
    border-bottom: 1px solid #2C2C2C;
}

.sidr-class-sub-menu {
    border-top: 1px solid #2C2C2C;
}

.sidr li a:before {
    content: '\f105';
    color: #FF5541;
    font-size: 13px;
    padding-right: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
    margin-left: -10px;
}

.sidr li a,.sidr li span {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
}

.sidr li a:hover {
    background: rgba(0,0,0,.15);
    padding-left: 15px;
}

.sidr li ul li a:hover {
    padding-left: 25px;
}

.sidr li a:hover::before {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.sidr li a:hover,.sidr li a:hover strong {
    color: #FF6363;
}

.sidr li ul {
    margin: 0;
    border-bottom: none;
}

.sidr li ul li:last-child {
    border-bottom: none;
}

.sidr li ul li a {
    padding-left: 30px;
    text-transform: none;
}

.sidr .sidr-class-sub-menu,.sidr .sidr-class-sub-menu-columns-item {
    display: none;
    background: #222;
}

.sidr-class-megamenu {
    display: none;
}

.sidr .sidr-class-menu-description a>span {
    padding: 0 0 0 13px;
    font-weight: 400;
    font-size: 9px;
    color: #8B8B8B;
    display: inline-block;
}

#sidr-id-menu-item-search {
    display: none;
}

.chk-responsive-nav {
    margin: 0 auto;
    display: table;
}

.chk-responsive-nav>a {
    display: none;
    font-size: 23px;
    float: left;
    position: relative;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
}

.chk-responsive-nav>a:after{
    display: none;
}

.chk-responsive-nav .icon-menu:before {
    margin-left: 0;
    margin-right: 0;
}

.sidr .chk_expandable {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 0 20px;
    font-size: 8px;
    color: #FFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.sidr .chk_expandable:hover {
    color: #FF6161;
}

.sidr-class-logo1{
    display: none;
}

.form-group label{
    font-family: 'Montserrat','Tahoma';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
    display: block;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.form-group input,
.form-group textarea {
    border: none;
    height: 25px;
    min-height: 25px;
    padding: 0;
    margin-top: -4px;
    background: none;
    width: 100%;
}

.form-group.large {
    min-height: 120px;
}

.form-group.large textarea {
    margin-top: 5px;
    width: 100%;
    height: 158px;
}

.form-group input::-webkit-input-placeholder {
    color: #B5B5B5;
}

.wrap{
    width:1000px;
    margin:0 auto;
}

.chk-responsive-nav a,.sidr{
    display: none;
}

.navigation li{
    float:left;
}

.navigation a{
    color: #fff;
    display: block;
    padding: 14px 16px;
    font-family: 'poppins';
    font-size: 12px;
}

header{
    background: #222;
}

.logo{
    width: 225px;
    margin-right: 100px;
}

.logo a{
    padding:0;
}

nav{
    padding: 14px 0;
}

.header-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 2;
    margin: 0 auto;
    background: rgba(95, 0, 0, 0.75);
    padding: 24px;
    width: 600px;
    text-align: center;
}

.header-content h3{
    color: white;
    font-size: 40px;
    font-family: 'raleway';
    font-weight: 200;
}

.header-content span{
    font-size: 14px;
    color: white;
    font-family: 'raleway';
    font-weight: 200;
    margin-top: 23px;
    display: block;
    line-height: 23px;
    /* width: 47%; */
    margin-top: 20px;
}

footer{
    font-family: 'poppins';
    padding: 45px 0;
    background: #222;
    color:#ddd;
}

footer span{
    line-height: 22px;
    font-family: 'poppins';
    font-size: 12px;
    display: block;
}

footer h4{
    color: white;
    margin-bottom:20px;
    font-size: 13px;
    font-family: 'poppins';
    font-weight: 600;
}

footer a{
    color: #b9b9b9;
    display: block;
    line-height: 25px;
    font-family: 'poppins';
    font-size: 12px;
    font-weight: 400;
}

.footer-item{
    margin-top: 5px;
}

.footer-logo img{
    width:170px;
    display: block;
    margin-bottom:20px;
}

footer small{
    font-family: 'poppins';
}

footer a:hover{
    text-decoration: underline;
    color:#fff;
}

.footer-us span{
    margin-bottom:20px;
    display: block;
}

.footer-us small{
    display: block;
    padding-bottom: 11px;
    color: #ffffff;
}

.urun-content h4{
    font-family: 'poppins';
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.urun-content span{
    line-height: 23px;
    font-family: 'poppins';
    display: block;
    font-size: 12px;
    color: #464646;
}

.urun-image{
    height: 230px;
}

main{
    padding-top:30px;
    padding-bottom:60px;
}

.heading {
    text-align: center;
    margin-bottom: 50px;
    line-height: 1px;
    margin-top: 10px;
}

.heading:before {
    border-top: 1px solid #E2E2E2;
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 1px;
}

.heading span {
    background: #FFF;
    padding: 0 26px;
    line-height: 1px;
    font-family: 'Raleway';
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.heading:after {
    border-bottom: 1px solid #DFDFDF;
    content: '';
    width: 100%;
    display: block;
    padding-top: 1px;
}

.kurumsal p{
line-height: 28px;
    display: block;
    font-size: 13px;
    font-family: 'poppins';
    color: #222222;
}

iframe{
    width:100%;
    height:400px;
}

.markas li{
    float:left;
}

.markalar{
    margin-top:60px;
}

.kampanya-icerik p{
    line-height: 25px;
    font-size: 13px;
    font-family: 'poppins';
}

.kampanya-wrap li{
    margin-bottom:25px;
    padding-bottom:25px;
    border-bottom:1px solid #ddd;
}

.kampanya-icerik h3{
    font-family: 'poppins';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
}

.kampanya-icerik{
    padding-top: 10px;
}


.form input, .form textarea {
    font-family: 'raleway';
    width: 100%;
    margin-bottom: 15px;
    border-color: #dcdcdc;
    border-radius: 2px;
    padding: 10px 15px;
}

.form li {
    position: relative;
}

.form form {
    margin-top: 20px;
}

.form small {
    color: #5f5f5f;
    font-family: 'poppins';
}

.form h5 {
    font-family: 'raleway';
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #910000;
}

.tButton:hover {
    background: #700;
}

.tButton {
    display: inline-block;
    padding: 11px 18px;
    padding-right: 33px;
    background: #b90000;
    font-family: 'raleway';
    text-transform: uppercase;
    color: white;
    margin-left: 20px;
    margin-top: 30px;
}

.form .tButton {
    margin-left: 0;
    margin-top: 5px;
}

.contact-info span {
    font-family: 'poppins';
    font-size: 12px;
    overflow: hidden;
    line-height: 18px;
}

.contact-info i {
    color: #ce0000;
    font-size: 18px;
    float: left;
    margin-right: 10px;
}

.contact-info li {
    margin-bottom: 13px;
    padding-bottom: 13px;
    display: block;
    font-family: 'poppins';
    font-size: 12px;
}

.contact-info h4 {
    margin-bottom: 20px;
}

.form h4{
    font-family: 'raleway';
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 30px;
    color: #910000;
}

.form .icon-adres:before {
    content: '\eb17';
}

.form .icon-telefon:before {
    content: '\e861';
}

.tButton i {
    transition: 0.2s ease;
    font-size: 10px;
    margin-left: 10px;
    position: absolute;
    margin-top: 2px;
    color: #ffffff;
}

.required:after {
    color: #d60500;
    content: "*";
    font-family: montserrat;
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 13px;
}

.form textarea {
    min-height: 100px;
}

#sendEmail input::-webkit-input-placeholder {
    color: #B5B5B5;
}

.submenu{
    position: absolute;
    background: #b93333;
    width: 200px;
    z-index: 2;
    display: none;
}

.hasChildren:hover .submenu{
    display: block;
}

.submenu li{
    display: block;
}

.submenu a{
    display: block;
}

.slider-buttons{
    position: absolute;
    top: 40%;
    right: 25%;
}

.slider-buttons a{
    font-size: 21px;
    display: inline-block;
    background: rgba(0,0,0,.56);
    width: 30px;
    height: 60px;
    color: white;
    line-height: 60px;
    text-align: center;
}



.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
  /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    /*-webkit-backface-visibility: hidden;*/
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: inherit;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /*-webkit-transform-style: preserve-3d;*/;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #222;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  margin: -1px 3px;
  width: 30px;
  height: 5px;
      display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  background-color: rgba(0, 0, 0, 0.33);
}

.owl-theme .owl-dots .owl-dot.active span{
  background:#E03333
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


.slider .owl-nav {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
}

.slider:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.slider:hover .owl-prev {
    left: 0;
}

.slider:hover .owl-next {
    right: 0;
}

.slider .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 30px;
    margin-bottom: 20px;
}

.owl-nav > div {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 50%;
    margin-top: -30px;
    width: 32px;
    height: 60px;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.owl-nav > div:hover {
    background: rgba(144, 144, 144, 0.3);
}

.owl-nav i {
    color: #FFF !important;
    font-size: 23px;
    line-height: 60px;
}

.owl-prev {
    left: -32px;
}

.owl-next {
    right: -32px;
    top: 50%;
    margin-top: -10px;
}

.markas .owl-dots{
    text-align: center;
    margin-top: 35px;
}

.markas .owl-nav i{
    line-height: 13px;
    color: #900000 !important;
    font-size: 31px;
}

.markas .owl-prev {
    left: -60px;
}

.markas .owl-nav > div{
    background: transparent;
}

.hbutton{
        margin-top: 30px;
    display: inline-block;
    background: #b11219;
    color: white;
    padding: 1px 7px;
    font-size: 11px;
}

.footer-bottom{
        margin-top: 25px;
    border-top: 1px solid #404040;
    padding-top: 25px;
    text-align: center;
    color: #5f5555;
}

.kurumsal-page h3,
.kurumsal-urun h3 {
    font-family: 'poppins';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
}

.uruns .col-4{
    margin-bottom:45px;
}

.uruns .col-4:nth-child(3n+1){
    clear:both;
}

.ubutton{
    margin-top: 30px;
    display: inline-block;
    background: #b11219;
    color: white;
    padding: 3px 16px;
    font-size: 11px;
    line-height: 20px;
    font-family: 'poppins';
}

.cetinkaya-markalar .col-bestane:nth-child(5n+1){
    clear:both;
}

.cetinkaya-markalar span{
    display: block;
    padding: 27px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
}

.cetinkaya-markalar .col-bestane{
    margin-bottom:20px;
}

.kampanya-wrap li:last-child{
    border-bottom:0;
    padding:0;
    margin:0;
}



@media screen and (max-width: 1040px) {
    .wrap{
        width:100%;
        padding:0 20px;
    }

    .kurumsal .col-6{
        width:100%;
    }

    .kurumsal-page,
    .kurumsal-urun{
        margin-top:40px;
    }
}

@media screen and (max-width: 840px) {
    .chk-responsive-nav>a {
        display: block !important;
    }

    .cetinkaya-markalar .col-bestane:nth-child(5n+1){
        clear:none;
    }

    .cetinkaya-markalar span{
        padding:12px;
    }

    .col-bestane img{
        margin: 0 auto;
        display: table;
    }

    .col-bestane{
        width:50%;
    }

    #navigation li:not(.logo){
        display: none;
    }

    .urun-image{
        height:auto;
    }
}

@media screen and (min-width: 610px ) and (max-width: 750px) {
    footer .col-4{
        width:50%;
    }

    .iletisim .col-6{
        width:100%;
    }

    .iletisim .col-6:nth-child(2){
        margin-top:20px;
    }

    .kampanya-resim,.kampanya-icerik{
        width:100%;
    }

    .kampanya-icerik{
        margin-top:20px;
    }

    .uruns .col-4{
        width:50%;
    }

    .footer-us{
        clear: both;
        margin-top:50px;
    }
}

@media screen and (max-width: 610px) {
    .header-content h3 {
        font-size: 30px;
    }

    .iletisim .col-6{
        width:100%;
    }

    .iletisim .col-6:nth-child(2){
        margin-top:20px;
    }

    .kampanya-resim,.kampanya-icerik{
        width:100%;
    }

    .kampanya-icerik{
        margin-top:20px;
    }

    .header-content span {
        font-size: 13px;
    }

    .uruns .col-4{
        width:100%;
    }

    .urun-content{
        text-align: center;
    }

    footer .col-4{
        width:100%;
    }

    footer .row > div{
        margin-bottom:30px;
    }

    footer .col-2{
        width:50%;
    }
}

@media screen and (max-width: 400px) {
    footer .row > div{
        width:100%;
    }
}