.header-telephone:hover {
    text-decoration: none;
}

* {
    outline: none !important
}

ul,li {
    list-style: none
}

.btn {
    padding: 6px 10px
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

button {
    background-color: transparent;
    border: 0
}

.btn:active,.btn.active {
    box-shadow: none
}

.container {
    width: 1200px
}

.header-wrapper {
    background-color: #ffffff;
    border-bottom: 1px solid #9c0001
}

.header-wrapper .container {
    width: 1500px
}

.header-wrapper .logo {
    margin: 39px 0
}

.header-wrapper .logo img {
    width: 100%
}

.navbar-nav>li>a {
    font-family: 'Oswald',sans-serif;
    font-weight: bold;
    color: #ed1c2a;
    font-size: 20px;
    border-bottom: 4px solid #ffffff;
}

.nav>li>a:hover,.nav>li>a:focus,.nav>li.active>a {
    background: none;
    border-bottom: 4px solid #d11718;
}

.menu-right-info {
    margin: 37px 0 0;
    padding: 0
}

.header-telephone {
    font-family: 'Oswald',sans-serif;
    font-weight: bold;
    background: #fff;
    color: #ed1c2a;
    font-size: 24px;
    width: 204px;
    text-align: center;
    float: left;
    padding-top: 6px
}

.header-telephone span {
    color: #fff;
    background: #ed1c2a;
    clear: both;
    display: block;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    letter-spacing: 4.8935px;
    font-size: 14px
}

.header-telephone .header-icon {
    background: url(img/top-telephone-icon.png) 7px 4px no-repeat;
    width: 31px;
    height: 36px;
    float: left
}

.header-search {
    margin-top: 2px;
    float: left
}

.search-icon {
    background: url(img/top-search-icon.png) no-repeat;
    width: 24px;
    height: 24px;
    float: left
}

.form-search {
    position: absolute;
    padding-top: 40px;
    padding-bottom: 39px;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
    z-index: 1002;
    background-color: #ed1c2a;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    transition: transform .5s ease;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0
}

.form-wrappper {
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
    overflow: hidden;
    width: 100%;
    position: relative
}

.form-search form {
    padding-right: 40px
}

.search-on {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.form-search .txtSearch {
    background-color: #fff;
    border: 0 none;
    display: block;
    height: 39px;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #949494;
    padding-left: 41px;
    font-size: 20px;
    background-image: url(img/search-input-bg.png);
    background-position: 11px center;
    background-repeat: no-repeat
}

.form-search .btn-search-off span {
    background-image: url(img/search-cancel.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    display: block
}

.form-search .btn-search-off {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropdown-menu {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: -9999px;
    opacity: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: opacity .7s ease;
    -moz-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
    top: 119px
}

.inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
    margin: 0 auto
}

.dropdown-menu ul:first-child {
    margin-left: 0;
    border-left: 0
}

.dropdown-menu ul {
    float: left;
    max-width: 273px;
    width: 24%;
    border-left: 1px solid #efefef;
    padding-top: 25px
}

.dropdown-menu ul li {
    width: 100%;
    padding: 0 24px;
    line-height: 16px;
    margin-bottom: 23px
}

.dropdown-menu ul li a {
    color: #313131;
    font-size: 14px;
    font-family: 'Oswald',sans-serif;
    font-weight: bold;
    line-height: 16px
}

.dropdown-menu ul li a:hover {
    color: #ed1c2a
}

.navbar-center>li.dropdown-toggle:hover .dropdown-menu {
    left: 0;
    opacity: 1;
    display: block
}

.navbar {
    position: inherit;
    margin-bottom: 0
}

.nav>li {
    position: inherit;
    padding: 32px 3px
}

.menu-box {
    position: inherit
}

.slider-wrapper {
    width: 100%
}

.carousel-control span {
    top: calc(50% - 78px);
    position: absolute
}

#myCarousel .carousel-inner>.item {
    height: 495px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.carousel-caption h2 {
    background-color: #ed1c2a;
    float: left;
    clear: both;
    display: block;
    padding: 2px 5px;
    text-align: left
}

.carousel-caption h3 {
    background-color: #fff;
    color: #ed1c2a;
    display: block;
    clear: both;
    float: left;
    margin-top: 0;
    text-align: left;
    padding: 2px 5px
}

.feature-wrapper {
    width: 100%;
    padding: 25px 0;
    background: #fff
}

.feature-wrapper h3 {
    font-family: 'Roboto',sans-serif;
    color: #444;
    margin-top: 10px
}

.feature-wrapper p {
    font-family: 'Oswald',sans-serif;
    font-size: 14px;min-height:140px;
    color: #6d6d6d
}

.home-product-list {
    /* background: #efefef; */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1920' height='800' preserveAspectRatio='none' viewBox='0 0 1920 800'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1104%26quot%3b)' fill='none'%3e%3crect width='1920' height='800' x='0' y='0' fill='rgba(233%2c 233%2c 233%2c 1)'%3e%3c/rect%3e%3cpath d='M14 800L814 0L1738 0L938 800z' fill='url(%26quot%3b%23SvgjsLinearGradient1105%26quot%3b)'%3e%3c/path%3e%3cpath d='M672.6 800L1472.6 0L2014.1 0L1214.1 800z' fill='url(%26quot%3b%23SvgjsLinearGradient1105%26quot%3b)'%3e%3c/path%3e%3cpath d='M1898 800L1098 0L747 0L1547 800z' fill='url(%26quot%3b%23SvgjsLinearGradient1106%26quot%3b)'%3e%3c/path%3e%3cpath d='M1195.4 800L395.4000000000001 0L257.4000000000001 0L1057.4 800z' fill='url(%26quot%3b%23SvgjsLinearGradient1106%26quot%3b)'%3e%3c/path%3e%3cpath d='M1398.9145008467449 800L1920 278.9145008467448L1920 800z' fill='url(%26quot%3b%23SvgjsLinearGradient1105%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 800L521.0854991532552 800L 0 278.9145008467448z' fill='url(%26quot%3b%23SvgjsLinearGradient1106%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1104'%3e%3crect width='1920' height='800' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1105'%3e%3cstop stop-color='rgba(237%2c 28%2c 42%2c 0.63)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(237%2c 28%2c 42%2c 0.63)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1106'%3e%3cstop stop-color='rgba(237%2c 28%2c 42%2c 0.63)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(237%2c 28%2c 42%2c 0.63)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1920' height='800' preserveAspectRatio='none' viewBox='0 0 1920 800'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1104%26quot%3b)' fill='none'%3e%3crect width='1920' height='800' x='0' y='0' fill='rgba(233%2c 233%2c 233%2c 1)'%3e%3c/rect%3e%3cpath d='M14 800L814 0L1738 0L938 800z' fill='url(%26quot%3b%23SvgjsLinearGradient1105%26quot%3b)'%3e%3c/path%3e%3cpath d='M672.6 800L1472.6 0L2014.1 0L1214.1 800z' fill='url(%26quot%3b%23SvgjsLinearGradient1105%26quot%3b)'%3e%3c/path%3e%3cpath d='M1898 800L1098 0L747 0L1547 800z' fill='url(%26quot%3b%23SvgjsLinearGradient1106%26quot%3b)'%3e%3c/path%3e%3cpath d='M1195.4 800L395.4000000000001 0L257.4000000000001 0L1057.4 800z' fill='url(%26quot%3b%23SvgjsLinearGradient1106%26quot%3b)'%3e%3c/path%3e%3cpath d='M1398.9145008467449 800L1920 278.9145008467448L1920 800z' fill='url(%26quot%3b%23SvgjsLinearGradient1105%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 800L521.0854991532552 800L 0 278.9145008467448z' fill='url(%26quot%3b%23SvgjsLinearGradient1106%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1104'%3e%3crect width='1920' height='800' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1105'%3e%3cstop stop-color='rgba(237%2c 28%2c 42%2c 0.63)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(237%2c 28%2c 42%2c 0.63)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1106'%3e%3cstop stop-color='rgba(237%2c 28%2c 42%2c 0.63)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(237%2c 28%2c 42%2c 0.63)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d8d8
}

.home-product-list .container {
    padding-top: 15px
}

.home-product-list .container .row>div {
    float: left;
    width: calc(20% - 4px);
    padding: 2px
}

.home-product-list .container .row .home-product-big {
    float: left;
    width: calc(40% - 8px)
}

.home-product-header {
    position: relative;
    min-height: 650px
}

.home-product-header .absolute-text {
    color: #fff;
    font-size: 220px;
    font-family: 'Oswald',sans-serif;
    transform: rotate(-90deg);
    transform-origin: right,top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right,top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right,top;
    position: absolute;
    left: -185px;
    top: 155px;
    opacity: .51
}

.home-product-header h1 {
    font-family: 'Oswald',sans-serif;
    font-weight: bold;
    position: relative;
    color: #444;
    font-size: 34px;
    line-height: 45px
}

.home-product-header h1:after {
    background-color: #d8262d;
    bottom: -25px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 5px;
    width: 82px;
    content: ""
}

.home-product-list .box-items {
    background-color: #fff;
    overflow: hidden;
    width: auto
}

.home-product-list .items {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px
}

.home-product-list .home-product-big .items {
    width: 100%;
    margin: 0
}

.home-product-list p {
    height: 45px;
    font-family: 'Roboto', sans-serif;
}

.home-product-list a {
    text-align: center;
    color: #444;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    display: inherit
}

.home-product-list .home-product-big a {
    font-size: 22px
}

.home-product-list .home-product-big p {
    margin-top: -78px;
    z-index: 5;
    position: relative;
    height: 60px
}

.home-product-list a:hover {
    color: #ed1c2a;
    text-decoration: none
}

.home-product-list a:after {
    background-color: #d8262d;
    height: 5px;
    width: 58px;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0
}

.home-product-header a {
    color: #ed1c2a;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    position: relative;
    top: 20px;
    text-align: left
}

.home-product-header a:after {
    content: initial
}

.home-product-header a .arrow-right-red {
    background-image: url(img/p-right-arrow.png);
    width: 20px;
    height: 12px;
    display: inline-block
}

.home-reference-wrapper {
    background: #efefef
}

.home-reference-wrapper h3 {
    font-family: 'Oswald',sans-serif;
    color: #444;
    text-align: center;
    margin-bottom: 27px;
    position: relative
}

.home-reference-wrapper h3:after {
    background-color: #444;
    height: 5px;
    width: 58px;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0
}

.home-reference-wrapper .carousel {
    width: 95%;
    margin: 0 auto 35px
}

.home-reference-wrapper .carousel-control {
    width: 15px;
    background: none
}

.home-reference-wrapper .carousel-control.left {
    left: -15px;
    background: url(img/reference-left-arrow.png) center no-repeat
}

.home-reference-wrapper .carousel-control.right {
    right: -15px;
    background: url(img/reference-right-arrow.png) center no-repeat
}

.home-reference-wrapper .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px
}

.home-reference-wrapper .carousel-indicators li {
    background: #c0c0c0
}

.home-reference-wrapper .carousel-indicators .active {
    background: #333
}

.home-form-wrapper {
    background: #001452;
    position: relative
}

.home-form-wrapper h4 {
    margin: 50px 0 20px 0;
    color: #fff;
    font-family: 'Oswald',sans-serif;
    font-weight: bold;
    text-align: center;
    position: relative
}

.home-form-wrapper h4:after {
    background-color: #fff;
    height: 4px;
    width: 94px;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: -20px;
    right: 0
}

.home-form-wrapper form>div {
    padding: 0
}

.home-form-wrapper form .form-group {
    margin-right: 20px
}

.home-form-wrapper form input {
    border-radius: 0;
    font-family: 'Roboto',sans-serif;
    background: #efefef;
    color: #929292;
    border: 0;
    font-size: 14px
}

.home-form-wrapper form .btn-default {
    background: #d21717;
    border-radius: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    color: #fff;
    border: 0;
    height: 46px;
    width: 100%
}

.home-form-wrapper .row>div {
    margin-bottom: 30px
}

.footer-wrapper {
    font-family: 'Roboto',sans-serif;
    font-size: 14px
}

.footer-wrapper .top-footer {
    color: #6d6d6d;
    font-family: 'Roboto',sans-serif;
    padding: 15px 0 11px 0;
    border-bottom: 1px solid #d9d8d8
}

.footer-wrapper .top-footer .copyright {
    margin-top: 15px
}

.footer-wrapper .social-media.rounded {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%
}

.footer-wrapper .top-footer .social-media a {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url(img/footer-social-link.png) no-repeat
}

.footer-wrapper .top-footer .social-media a:hover {
    background: url(img/footer-social-link-hover.png) no-repeat
}

.footer-wrapper .top-footer .social-media .facebook {
    background-position: 0 0
}

.footer-wrapper .top-footer .social-media .googleplus {
    background-position: -55px 0
}

.footer-wrapper .top-footer .social-media .youtube {
    background-position: -109px 0
}

.footer-wrapper .top-footer .social-media .instagram {
    background-position: -164px 0
}

.footer-wrapper .top-footer .social-media .facebook:hover {
    background-position: 0 0
}

.footer-wrapper .top-footer .social-media .googleplus:hover {
    background-position: -55px 0
}

.footer-wrapper .top-footer .social-media .youtube:hover {
    background-position: -109px 0
}

.footer-wrapper .top-footer .social-media .instagram:hover {
    background-position: -164px 0
}

.footer-wrapper .address {
    text-align: center;
    font-size: 12px;
    margin-top: 15px
}

.footer-wrapper .bottom-footer .kodyedi a {
    color: #444;
    font-size: 24px;
    font-family: 'Comfortaa',cursive;
    line-height: 60px;
    text-decoration: none;
    font-weight: bold
}

.footer-wrapper .bottom-footer .kodyedi a:hover {
    color: #f3bf00
}

.content-wrapper {
    background: #efefef
}

.content-header-wrapper {
    background: #ed1c2a
}

.content-header {
    padding: 50px 15px 45px;
    /* text-align: right; */
    text-align: left;
    color: #fff;
    font-family: 'Oswald',sans-serif;
    font-weight: bold
}

.content-header span {
    font-size: 18px;
    font-weight: normal;
    max-width: 840px;
    /* float: right */
    float:left
}

.sidebar {
    margin-top: -100px
}

.sidebar img {
    width: 100%
}

.sidebar ul {
    background: #001452;
    padding-left: 10px
}

.sidebar ul li {
    padding: 15px 0 10px 15px;
    width: calc(100% + 10px);
    display: flex
}

.sidebar ul li:hover,.sidebar ul li.active {
    background: #ed1c2a
}

.sidebar ul li a {
    font-family: 'Oswald',sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    width: calc(100% - 10px);
    float: left
}

.content-right {
    padding: 10px;
    background: #fff;
    display: inline-block;
    width: 100%
}

.content-right .content-img-header {
    position: relative;
    margin-bottom: 30px
}

.content-right .content-img-header img {
    width: 100%
}

.content-right .content-img-header:after {
    background-color: #d8262d;
    bottom: -25px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 5px;
    width: 94px;
    content: ""
}

.content-text {
    color: #6d6d6d;
    font-family: 'Roboto',sans-serif
}

.haber-liste {
    display: inline-block;
    padding: 22px 0 0
}

.haber-liste li {
    float: left;
    width: calc(33.33% - 3px);
    margin: 0 2px
}

.haber-liste li:first-child {
    margin-left: 0
}

.haber-liste li:last-child {
    margin-right: 0
}

.haber-liste li a {
    font-family: 'Oswald',sans-serif;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #444;
    font-size: 16px
}

.haber-liste li a img {
    width: 100%
}

.haber-liste li a:hover {
    color: #d8262d
}

.haber-liste li span {
    margin-bottom: 30px;
    display: block;
    position: relative
}

.haber-liste li span:after {
    background-color: #d8262d;
    bottom: -25px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 5px;
    width: 94px;
    content: "";
    right: 0;
    margin: 0 auto
}

.content-right h3 {
    font-family: 'Oswald',sans-serif;
    color: #444
}

.referans-liste li {
    float: left;
    width: calc(25% - 3px);
    margin: 0 2px 4px
}

.referans-content {
    background: #efefef;
    padding: 0
}

.referans-liste {
    display: inline-block;
    padding: 22px 0 0
}

.referans-liste li:nth-child(4n) {
    margin-right: 0
}

.referans-liste li:nth-child(4n+1) {
    margin-left: 0
}

.referans-liste li img {
    width: 100%
}

.urunler-liste li {
    float: left;
    width: calc(25% - 3px);
    margin: 0 2px 4px;
    background: #fff;
    height: 345px
}

.urunler-content {
    background: #efefef;
    padding: 0 0 20px
}

.uk-width-1-1 {
    width: 100%;
    clear: both
}

.uk-width-1-1 img {
    width: 100%
}

.uk-width-medium-1-2 {
    float: left;
    clear: initial
}

.sola {
    padding: 0 0 0 15px
}

.uk-width-medium-1-2,.uk-width-medium-2-4,.uk-width-medium-3-6,.uk-width-medium-5-10 {
    width: 50%
}

.urunler-liste {
    display: inline-block;
    padding: 22px 0 0;
    width: 100%
}

.urunler-liste li:nth-child(4n) {
    margin-right: 0
}

.urunler-liste li:nth-child(4n+1) {
    margin-left: 0
}

.urunler-liste li img {
    width: 100%
}

.urunler-liste li span {
    font-size: 11px;
    text-align: center;
    display: block;
    font-family: 'Roboto',sans-serif;
    position: relative
}

.urunler-liste li span:after {
    background-color: #d8262d;
    bottom: -25px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 5px;
    width: 40px;
    content: "";
    right: 0;
    margin: 0 auto
}

.iletisim .map {
    border-top: 1px solid #efefef;
    padding-top: 10px;
    margin-top: 10px
}

.iletisim h3 {
    font-weight: bold;
    position: relative;
    margin-bottom: 40px
}

.iletisim h3:after {
    background-color: #d8262d;
    bottom: -25px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 5px;
    width: 94px;
    content: ""
}

.iletisim-formu {
    border-right: 1px solid #efefef;
    position: relative
}

.iletisim .iletisim-formu input {
    height: 45px;
    border-radius: 0;
    background: #efefef;
    font-family: 'Roboto',sans-serif;
    color: #929292;
    font-size: 14px;
    border: 1px solid #efefef;
    box-shadow: none
}

.iletisim .iletisim-formu textarea {
    height: 180px;
    border-radius: 0;
    background: #efefef;
    font-family: 'Roboto',sans-serif;
    color: #929292;
    font-size: 14px;
    border: 1px solid #efefef;
    box-shadow: none
}

.iletisim .iletisim-formu .btn-submit {
    width: 135px;
    height: 45px;
    border-radius: 0;
    background: #d21717;
    font-family: 'Roboto',sans-serif;
    color: #fff;
    font-size: 14px;
    border: 1px solid #efefef;
    box-shadow: none
}

.iletisim .iletisim-formu button:hover {
    background: #9c0001
}

.iletisim .iletisim-bilgi-img {
    border: 2px solid #d21717;
    margin-right: 7px;
    float: left;
    margin-bottom: 15px
}

.iletisim .iletisim-bilgi {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    color: #6d6d6d;
    padding-top: 9px;
    min-height: 37px
}

.iletisim-bilgileri .row .col-sm-12:first-child .iletisim-bilgi {
    padding-top: 0
}

.iletisim .iletisim-bilgi span {
    color: #ed1c2a;
    display: block;
    margin-left: 43px;
    font-size: 13px
}

#canvas-for-google-map {
    height: 300px
}

.toggle-nav {
    cursor: pointer;
    height: 34px;
    position: absolute;
    width: 44px;
    right: 20px;
    top: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 0 none;
    display: none
}

.toggle-nav:before {
    top: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.toggle-nav:after {
    bottom: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.toggle-nav span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 44px;
    height: 6px;
    background-color: #ed1c2a;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.toggle-nav:before,.toggle-nav:after {
    content: "";
    position: absolute;
    right: 0;
    width: 44px;
    height: 6px;
    display: block;
    background-color: #ed1c2a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.toggle-nav.opened:before {
    background-color: #ed1c2a;
    -webkit-transform: translate(5px,0) rotate(42deg);
    -moz-transform: translate(5px,0) rotate(42deg);
    -ms-transform: translate(5px,0) rotate(42deg);
    -o-transform: translate(5px,0) rotate(42deg);
    transform: translate(5px,0) rotate(42deg);
    width: 44px
}

.toggle-nav.opened span {
    opacity: 0
}

.toggle-nav.opened:after {
    -webkit-transform: translate(6px,0) rotate(-42deg);
    -moz-transform: translate(6px,0) rotate(-42deg);
    -ms-transform: translate(6px,0) rotate(-42deg);
    -o-transform: translate(6px,0) rotate(-42deg);
    transform: translate(6px,0) rotate(-42deg);
    background-color: #ed1c2a;
    width: 44px
}

.mobile-search-link {
    position: absolute;
    right: 75px;
    top: 25px;
    display: none
}

.nav-bg {
    background-color: rgba(0,0,0,.7);
    width: 100%;
    position: absolute;
    z-index: 998;
    height: 100%;
    top: 93px;
    display: none;
    margin-left: -15px
}

.nav-mobile {
    background-color: #fff;
    opacity: 0;
    position: absolute;
    z-index: 9999999;
    left: 0;
    top: 93px;
    border-top: 1px solid #eaeaea;
    padding-bottom: 20px;
    width: 100%;
    -webkit-transition: visibility 0s linear .3s,opacity .3s linear 0s;
    -moz-transition: visibility 0s linear .3s,opacity .3s linear 0s;
    -o-transition: visibility 0s linear .3s,opacity .3s linear 0s;
    transition: visibility 0s linear .3s,opacity .3s linear 0s;
    visibility: hidden;
    padding-left: 0
}

.nav-mobile.active {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible
}

.nav-mobile>li a .toggle-sub {
    background-image: url(img/menu-sub-arrow-open.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin-left: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    z-index: 1;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 19px;
    -o-background-size: 19px;
    background-size: 19px
}

.nav-mobile>li a .toggle-sub.sub-on {
    background-image: url(img/menu-sub-arrow.png)
}

.nav-mobile>li {
    width: 100%;
    line-height: 50px
}

.nav-mobile>li a {
    font-family: 'Oswald',sans-serif;
    font-weight: bold;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: #ed1c2a;
    position: relative;
    text-decoration: none;
    display: block;
    padding: 0 15px
}

.nav-mobile>li.activeColor>a {
    color: #444
}

.nav-sub {
    background: #001452;
    margin: 0 15px
}

.nav-sub li a {
    color: #fff
}

#message_error {
    color: #ed1620;
    background-color: #f2dede;
    border: 1px solid #efd7d9;
    padding: 10px;
    font-weight: bold;
    font-size: 16px
}

#message_success {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    padding: 10px;
    font-weight: bold;
    font-size: 16px
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin-top: 6px
}

.close {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    background-image: url("img/remove-icon-small.png") !important;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.loading {
    position: absolute;
    width: 100%;
    background: url(img/loading.gif) no-repeat center center #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    opacity: .5;
    display: none
}

.columns img,.column img {
    max-width: 100%;
    height: auto
}

.mobile-tel {
    display: none
}

@media only screen and (min-width: 1200px) and (max-width:1516px) {
    .header-wrapper .container {
        width:100%
    }

    .logo-box {
        width: 20%
    }

    .header-wrapper .logo {
        margin: 37px 0
    }

    .menu-box {
        width: 61%
    }

    .menu-right-info {
        width: 19%
    }

    .nav>li {
        padding: 32px 0
    }
}

@media only screen and (min-width: 1200px) and (max-width:1356px) {
    .navbar-nav>li>a {
        font-size:16p
    }

    .menu-box {
        width: 58%;
        padding: 0
    }

    .menu-right-info {
        width: 22%
    }

    .container {
        width: 100%
    }
}

@media only screen and (min-width: 0) and (max-width:1199px) {
    .mobile-tel {
        display:block;
        width: 100%;
        background: #fff;
        position: relative;
        z-index: 99999
    }

    .mobile-tel .header-telephone {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none
    }

    .mobile-tel .header-telephone span {
        color: #ed1c2a;
        background: #fff
    }

    .header-wrapper {
        position: relative
    }

    .header-wrapper.active {
        background-color: #fff
    }

    .header-wrapper .logo {
        margin: 29px 0
    }

    .header-wrapper .container {
        width: 100%
    }

    .sidebar {
        display: none
    }

    .container {
        width: 100%
    }

    .menu-right-info {
        display: none;
        float: left;
        position: absolute;
        left: 16px;
        margin-top: 14px
    }

    .menu-box {
        display: none
    }

    .toggle-nav {
        display: inline-block
    }

    .toggle-nav.opened {
        display: inline-block
    }

    .mobile-search-link {
        display: inline-block
    }

    .form-search {
        padding-top: 27px;
        padding-bottom: 26px
    }

    .iletisim-formu {
        border-bottom: 1px solid #efefef;
        border-right: 0
    }

    .btn-submit,.btn-default {
        width: 100% !important
    }

    .top-footer {
        text-align: center
    }

    .footer-wrapper .address {
        text-align: center
    }

    .header-wrapper .logo img {
        width: 220px
    }

    .absolute-text {
        display: none
    }

    .home-product-header {
        width: 100% !important;
        min-height: inherit;
        margin-bottom: 20px
    }

    .home-product-header h1 {
        width: 50%;
        float: left
    }

    .all-product-text {
        float: right
    }

    .home-product-header a {
        top: 60px;
        margin-right: 10px
    }

    .home-product-list .container .row .home-product-big {
        width: 100%
    }

    .home-product-list .row {
        margin: 0
    }

    .carousel-control span img {
        width: 100%
    }

    .home-product-list .container .row>div {
        width: calc(50%)
    }

    .home-reference-wrapper .carousel {
        padding-bottom: 40px
    }

    .row-fluid>div {
        float: left;
        margin-bottom: 15px;
        display: inline-block
    }

    .home-reference-wrapper .carousel-control.left {
        left: 0;
        background: url(img/reference-left-arrow.png) right bottom no-repeat;
        bottom: 0;
        margin: 0 auto;
        width: 47%
    }

    .home-reference-wrapper .carousel-control.right {
        right: 0;
        background: url(img/reference-right-arrow.png) left bottom no-repeat;
        bottom: 0;
        margin: 0 auto;
        width: 47%
    }
}

@media only screen and (min-width: 0) and (max-width:539px) {
    .carousel-control.right {
        padding-right:15%
    }

    .carousel-caption h2 {
        font-size: 16px;
        width: 60%
    }

    .carousel-caption h3 {
        font-size: 14px;
        width: 70%
    }

    .row-fluid>div {
        width: 50%
    }

    .home-product-list a {
        font-size: 14px
    }

    .haber-liste li {
        width: 100%;
        margin-bottom: 10px
    }

    .content-wrapper .container {
        padding: 0
    }

    .content-right {
        padding: 15px
    }

    .urunler-liste li {
        width: calc(50% - 3px)
    }

    .urunler-liste li:nth-child(2n+1) {
        margin-left: 0
    }

    .header-wrapper .logo {
        margin: 10px 0
    }

    .home-form-wrapper .row {
        margin-left: 0;
        margin-right: 0
    }

    .home-form-wrapper h4 {
        line-height: 28px
    }

    .row {
        margin: 0
    }

    .referans-liste li {
        width: calc(50% - 3px)
    }

    .referans-liste li:nth-child(2n+1) {
        margin-left: 0
    }

    .mobile-bg-white {
        background: #fff
    }
}
.content-wrapper:not(.index) .container > .row,
.footer-wrapper .container > .row
{display:flex}

.sidebar{order:2}
.footer-wrapper .container > .row > div:nth-child(1){order:3;text-align: right;}
.footer-wrapper .container > .row > div:nth-child(2){order:1;}
.footer-wrapper .container > .row > div:nth-child(3){order:2}
.footer-wrapper .container > .row > div:nth-child(2) div {text-align: left;}
.address{display:flex;align-items:center}
.address svg{margin-right:5px}
.address svg path{fill:#ed1c2a}
.whatsapp-button {position: fixed;bottom: 20px;left: 20px;background-color: #25D366;color: white;border-radius: 50%;width: 60px;height: 60px;display: flex;justify-content: center;align-items: center;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);cursor: pointer;z-index: 1000;}
.whatsapp-button svg {width: 30px;height: 30px;fill: white;}
.feature-box img {
    border: 3px solid #ed1c2a;
    padding: 30px 100px;
}
.scroll-to-top {
    position: fixed;
    bottom: 35px;
    right: 20px;
    background-color: #000;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none; 
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
}
.scroll-to-top svg {
    width: 24px;
    height: 24px;
    fill: white;
}
@media(max-width:1200px){
    .logo-box{width: 100%}
    .footer-wrapper .container > .row{flex-direction: column;align-items: center;justify-content:center}
}
@media(max-width:992px){
    #myCarousel .carousel-inner>.item{height: 290px;}
    .footer-wrapper .container > .row > div:nth-child(1){text-align: center;}
    .feature-box img {padding:20px 40px}
}