body {
    font-family: 'Nunito Sans', sans-serif !important;
    overflow-x: hidden !important;
    color: #111111;
}



img {
    display: block !important;
}

.backLogoImage {
    background-color: #fff;
    border: 1px solid #ddd;
    background-position: center center;
    background-repeat: no-repeat;
}


.shadow {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.bgRed {
    background-color: #E30615;
}

.positionRelative {
    position: relative !important;
}

.width100 {
    width: 100% !important;
}

.height100 {
    height: 100% !important;
}

.heightAuto {
    height: auto !important;
}

#imageContainer {
    display: table;
    background-color: #fff;
    height: 170px;
    width: 100%;
    border: 1px solid #ddd;
}

#imageCon {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
}

.imageTitle {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    width: calc(100% - 32px);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 12px;
    text-align: center;
    color: #fff;
    padding: 15px 0px;
}

.imageTitleHover:hover .imageTitle {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imageTitleFull {
    font-size: 13px;
    font-weight: bold;
    width: calc(100% - 0px);
    bottom: 0;
    background-color: #0075AF;
    line-height: 15px;
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}

#imageContainer200 {
    display: table;
    background-color: #fff;
    height: 220px;
    width: 100%;
    border: 1px solid #ddd;
}

#imageContainer100 {
    display: table;
    background-color: #fff;
    height: 120px;
    width: 100%;
    border: 1px solid #ddd;
}

.noTextDecoration:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.pointer {
    cursor: pointer !important;
}

.slide {
    position: relative;
    height: calc(100vh - 100px);
}

.slideRight {
    position: relative;
    width: calc(100% - 5px);
    height: calc(100vh - 100px);
}

.slideRight .slaytRightBoxC {
    height: 33%;
}

.slideRight .slaytRightBox {
    height: 100%;
    padding: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}

.slideRight .slaytRightBox .slaytRB {
    background-image: url("../images/katBox.png");
    color: #b83d0d;
    font-weight: bold;
    font-size: 1.05vw;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.slideRight .slaytRightBox .slaytRBBtn {
    width: calc(100% - 20px);
    left: 10px;
    text-align: center;
    position: absolute;
    bottom: 18px;
    color: #555;
    font-size: 0.7vw;
}




.slaytBaslik {
    margin-left: 30px;
    font-size: 200%;
    line-height: 130%;
    color: #000;
    font-weight: bold;
}

.fullHarita {
    height: 100%;
}

.fullHarita iframe {
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #ddd;
}

.alert {
    font-size: 12px;
}

.message {
    font-size: 10px;
    margin-bottom: 5px;
}

.message .alert {
    padding: 10px;
    margin: 0px;
}

.noBorderRadious {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.form-control {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.noBorder {
    border: 0px !important;
}

.grow2 img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grow2 img:hover {
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -moz-transform: scale(1.05);
    /* Firefox */
    -ms-transform: scale(1.05);
    /* IE 9 */
    -o-transform: scale(1.05);
    /* Opera */
    transform: scale(1.05);
    position: relative;
    z-index: 999;
}

.siteButton {
    background-color: #B83D0D;
    font-size: 14px;
    font-weight: 600;
    color: #f9f9f9;
    padding: 12px 10px 8px 10px;
    border: 0px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.siteButton:hover {
    background-color: #2B2A29;
    color: #f9f9f9;
}

.hint {
    padding: 10px 0px 20px 0px;
    color: #777;
    font-size: 12px;
}

.margin0 {
    margin: 0px !important;
}

.marginTop-20 {
    margin-top: -20px !important;
}

.marginTop-15 {
    margin-top: -15px !important;
}

.marginTop-10 {
    margin-top: -10px !important;
}

.marginTop0 {
    margin-top: 0px !important;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop15 {
    margin-top: 15px !important;
}

.marginTop20 {
    margin-top: 20px !important;
}

.marginTop30 {
    margin-top: 30px !important;
}

.marginTop40 {
    margin-top: 40px !important;
}

.marginTop50 {
    margin-top: 50px !important;
}

.marginTop65 {
    margin-top: 65px !important;
}

.marginRight5 {
    margin-right: 5px !important;
}

.marginRight10 {
    margin-right: 10px !important;
}


.marginBottom5 {
    margin-bottom: 5px !important;
}

.marginBottom10 {
    margin-bottom: 10px !important;
}

.marginBottom15 {
    margin-bottom: 15px !important;
}

.marginBottom20 {
    margin-bottom: 20px !important;
}

.marginBottom30 {
    margin-bottom: 30px !important;
}

.marginBottom40 {
    margin-bottom: 40px !important;
}

.marginBottom50 {
    margin-bottom: 50px !important;
}

.marginLeft0 {
    margin-left: 0px !important;
}

.padding0 {
    padding: 0px !important;
}

.paddingTop0 {
    padding-top: 0px !important;
}

.paddingLeft0 {
    padding-left: 0px !important;
}

.paddingRight0 {
    padding-right: 0px !important;
}

.paddingLeft20 {
    padding-left: 20px !important;
}

.padding1 {
    padding: 1px !important;
}

.padding3 {
    padding: 3px !important;
}

.padding5 {
    padding: 5px !important;
}

.padding5-0 {
    padding: 0px 5px !important;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.aNoStyle:hover {
    text-decoration: none;
}


.etiketTitle {
    font-size: 14px;
    color: #353535;
    margin-top: 10px;
}

label.etiket {
    height: 20px;
    margin-top: 15px;
}

label.etiket i {
    color: #353535;
    font-size: 10px;
}

.etiket {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #353535;
}

.etiket:hover {
    text-decoration: none;
}



.header {
    padding: 0px;
    width: 100%;
}

.bar {
    position: relative;
    z-index: 9999999;
    width: 100%;
    height: 5px;
    background-color: rgba(6, 48, 73, 0.5);
}

#header {
    background-color: #e6e6e6;
    border-top: 8px solid #000;
    padding: 10px 30px;
}

#header .header {
    position: relative;
    font-size: 13px;
    padding: 0px 0px;
}

#header .header .logo {
    background-color: #000;
    position: relative;
}

#header .header .logo img {
    height: 75px;
    position: absolute;
    top: -10px;
}

#header .navbar-default {
    background-image: none !important;
    background-color: transparent !important;
    border: 0px !important;
    margin: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#header .navbar-nav>.open>a {
    background-image: none !important;
}

#header .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-image: none !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}



#header .navbar-nav li a {
    padding: 27px 9px 0px 7px;
    font-weight: normal;
    color: #2b2a28;
    font-weight: bold;
    font-size: 12px;
    vertical-align: bottom;
}

#header .navbar-nav li a img {
    float: left;
    margin-right: 3px;
}

#header .navbar-nav li a label {
    margin-top: 10px;
    cursor: pointer;
}

#header .navbar-nav li a .menuLine {
    display: none;
    height: 2px;
    width: 60px;
    background-color: #b83d0d;
    position: absolute;
    bottom: -2px;
}

#header .navbar-nav li:hover a {
    color: #b83d0d;
}

#header .navbar-nav li a.active .menuLine {
    display: block;
}



#mobileButton {
    background-color: transparent !important;
    border: 0px !important;
}

#mobileButton .icon-bar {
    background-color: #CABC8B;
    height: 4px;
    width: 28px;
}


.adresHeader {
    z-index: 999;
    position: absolute;
    right: 0px;
    top: -10px;
    font-size: 12px;
    padding-top: 0px;
    line-height: 16px;
}

.adresHeader img {
    float: left;
}

.adresHeader .social {
    margin-right: 10px;
    float: right;
    padding-top: 0px;
    width: 40px;
    height: 25px;
    text-align: center;
}

.adresHeader .social img {
    height: 28px;
}

.adresHeader .social a {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

.adresHeader div {
    text-align: center;
}

.adresHeader .aramaYeri {
    height: 28px;
    float: left;
    background-color: #000;
}

.adresHeader .dilYeri {
    height: 28px;
    float: left;
    background-color: #000;
    padding-left: 10px;
}

.adresHeader .t1 {
    height: 28px;
    width: 35px;
    float: left;
    background-image: url("../images/t1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.adresHeader .t2 {
    height: 28px;
    width: 49px;
    float: left;
    background-image: url("../images/t2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.adresHeader .t3 {
    height: 28px;
    width: 33px;
    float: left;
    background-image: url("../images/t3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

#arama_button img {
    margin-top: 2px;
}



#search input[type="text"] {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 75%;
    font-size: 14px;
    line-height: 23px;
    padding: 0px 5px;
    color: #fff !important;
    background-color: transparent !important;
    border: 0px;
}

#search input::-webkit-input-placeholder {
    color: #f9f9f9;
}

#search input::-moz-placeholder {
    color: #f9f9f9;
}

#search input:-ms-input-placeholder {
    color: #f9f9f9;
}

#search input:-moz-placeholder {
    color: #f9f9f9;
}


#header .navbar-nav .dropdown-menu li:hover a {
    border: 0px;
    background-image: none !important;
    background-color: transparent !important;
}




.dropdown-header {
    margin-top: 20px;
    padding: 0px !important;
    font-weight: bold;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

#header .navbar-nav li a.altMenuA {
    color: #fff;
    font-size: 11px;
    padding: 0px 5px;
}

#header .navbar-nav li a.altMenuA2 {
    color: #B83D0D;
    font-size: 13px;
    padding: 10px 5px;
    text-align: center;
}

.altMenuD {
    width: 33%;
    float: left;
    padding: 0px 1%;
}

.markaBoxC {
    border-top: 2px solid #f9f9f9;
    padding-bottom: 15px;
}

.markaContainar {
    width: 100%;
    display: table;
    margin: 3px !important;
    height: 140px;
    padding: 10px 10px;
    background-color: #fff;
}

.markaContainar .marka {
    display: table-cell;
    vertical-align: middle;
}

.square {
    position: relative;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
}




.squareZo {
    position: relative;
    width: 100%;
    height: 300px;
}

.squareZo:after a {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.contentZo {
    position: absolute;
    height: 100%;
    width: 100%;
}



.middleIndex {
    padding-bottom: 30px;
    background-image: url("../images/back.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #EFEFEF;
}

.middleIndex .title {
    font-size: 28px;
    padding: 30px 0px;
    text-align: center;
    width: 100%;
}

.middleIndex .kamBox {
    line-height: 20px;
    font-size: 13px;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.middleIndex .kamBox .title {
    font-size: 18px;
    width: 100%;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
}

.middleIndex .kamBox .title a {
    color: #E30713;
    font-size: 14px;
}

.middleIndex .kamBox li {
    margin-bottom: 2px;
}

.middleIndex .kamBox a {
    color: #fff;
}

.middleIndex .kamBox a:hover {
    text-decoration: none;
}

.middleIndex .redBox {
    background-color: #063049;
    color: #fff;
}

.middleIndex .redBox .title {
    border-bottom: 1px solid #53768c;
}

.middleIndex .whiteBox {
    background-color: #dc0024;
    color: #fff;
}

.middleIndex .whiteBox .title {
    border-bottom: 1px solid #fe4a67;
}

.middleIndex .grayBox {
    background-color: #ac0018;
    color: #fff;
}

.middleIndex .grayBox .title {
    border-bottom: 1px solid #fe4a67;
}


.siteText {
    font-size: 40px;
    padding: 40px 0px 30px 0px;
    text-align: center;
    background-color: #0175b0;
    color: #fff;
}

.middletitle {
    font-size: 24px;
    color: #063049;
    margin-bottom: 0px;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.middletitleLine {
    width: 60px;
    margin-bottom: 5px;
    height: 3px;
    background-color: #DC0024;
}






.fullPage {
    padding-bottom: 30px;
    padding-top: 10px;
    min-height: calc(100vh - 200px);
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}


label.title {
    color: #2B2A29;
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 13px;
    font-size: 20px;
    text-align: left;
}

.titleLine {
    width: 200px;
    height: 2px;
    margin-bottom: 30px;
    background-image: url("../images/footerLine.png");
    background-size: 100% 100%;
}




.titleHeaderM {
    margin-bottom: 20px;
    padding: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #06243C;
}



.headerPattern {
    position: absolute;
    z-index: 999;
    margin-top: 0px;
    background-image: url("../images/patternR.png");
    background-size: auto 100%;
    height: 14px;
    width: 100%;
    margin-left: 60px;
}



.iletisimIcon {
    width: 28px;
    text-align: left;
    color: #B83D0D;
    float: left;
    margin-top: 3px;
}

.iletisimLabel {
    font-size: 13px;
    color: #333;
    float: left;
    width: calc(100% - 28px);
    line-height: 18px;
}

.formWhite {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 0px;
}

.formWhite .inputLabelLeft {
    margin-top: 2px;
    width: 150px;
    float: left;
    line-height: 30px;
    vertical-align: bottom;
    font-size: 13px;
}

.formWhite .inputTextRight {
    width: calc(100% - 150px);
    float: right;
}

.formWhite .title {
    border-bottom: 1px solid #ddd;
    width: calc(100% - 30px);
    text-align: center;
    font-size: 15px;
    margin: 0px 0px 15px 15px;
    padding-bottom: 10px;
    font-weight: bold;
}

.formIcerik {
    font-size: 16px;
    line-height: 23px;
    padding: 30px 15px;
}





.owlRedT {
    font-size: 13px;
    margin-bottom: 16px;
    color: #E30713;
    margin-top: 5px;
}

.owlLT {
    font-size: 12px;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -50px;
    top: 40%;
    font-size: 30px;
    color: #000;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -50px;
    top: 40%;
    font-size: 30px;
    color: #000;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.boxBackImage {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


.markaBoxC .owl-wrapper-outer {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.pageUrun {
    border: 1px solid #DCDCDC;
    background-color: #fff;
    text-align: center;
    margin: 5px;
}

.pageUrun .image {
    padding: 10px;
}

.pageUrun .buttonBig {
    width: 100%;
    color: #57585A;
    line-height: 18px;
    font-weight: bold;
    position: relative;
    height: 70px;
    font-size: 14px;
    text-align: center;
    display: table;
    padding-bottom: 10px;
}

.pageUrun .buttonBig div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.pageUrun .buttonBig2 {
    width: 100%;
    color: #57585A;
    line-height: 20px;
    font-weight: bold;
    position: relative;
    height: 80px;
    font-size: 12px;
    text-align: center;
    display: table;
    padding: 0px 10px;
}

.pageUrun .buttonBig2 div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.pageUrun .detay {
    padding: 5px;
    font-size: 13px;
    color: #000;
    height: 80px;
}

.pageUrun .button {
    border: 1px solid #2B2A29;
    background-color: #2B2A29;
    color: #fff;
    width: calc(100% + 2px);
    margin-left: -1px;
    font-weight: normal;
    font-size: 15px;
    padding: 10px 10px 5px 10px;
    text-align: center;
    border-top: 5px solid #B83D0D;
}

.pageUrun .button span {
    color: #f9f9f9;
}

.pageImageUrun {
    border: 1px solid #ddd;
    padding: 1px;
    background-color: #888;
}

.rightMenu {
    margin-top: 20px;
}

.rightMenu .titleH {
    color: #fff;
    background-color: #E01E36;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px;
}

.rightMenu .hizmetBox {
    border-bottom: 1px dashed rgba(87, 88, 90, 0.2);
    line-height: 16px;
    margin-bottom: 2px;
    font-size: 12px;
    color: #000;
    padding: 8px 2px;
}

.rightMenu .hizmetBox i {
    color: #E01E36;
    font-size: 14px;
    margin-right: 5px;
}

.rightMenu .hizmetBox:hover {
    padding-left: 8px;
}





.urunTitle {
    font-size: 19px;
    margin-bottom: 10px;
    color: #0A4066;
    font-weight: bold;
}


.balansImage {
    background-image: url("../images/balans.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}




.backGray {
    background-color: #E6E6E6;
    padding: 30px 0px;
}

.backGray .text {
    font-weight: bold;
    font-size: 21px;
    color: #1B4472;
    text-align: center;
}

.bolge {
    margin: 1px;
    background-color: #fff;
    padding: 10px;
    color: #0C1D25;
    font-size: 19px;
    line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bolge i {
    font-size: 8px;
    line-height: 20px;
    vertical-align: top;
    margin-right: 5px;
}



.div1 {
    display: table;
    height: 100%;
}

.div2 {
    display: table-cell;
    vertical-align: middle;
}


.square2 {
    position: relative;
}

.square2:after {
    content: "";
    display: block;
    padding-bottom: 66%;
}

.content2 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.content3 {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.square2:hover .content3 {
    display: block;
}

.content3 .baslik {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0px 10px;
}

.content3 .aciklama {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 10px;
    padding: 0px 10px;
}

.uruntitle {
    color: #555;
    font-weight: bold;
    font-size: 15px;
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #fff;
}


.urunlerimizBox {
    background-color: #f0f0f0;
    padding: 1px 0px;
}



.diva {
    display: table;
    height: 100%;
    position: relative;
    width: 100% !important;
    text-align: center;
}

.divb {
    display: table-cell;
    vertical-align: middle;
    width: 100% !important;
    text-align: center;
}


.backCon {
    margin: 30px 0px;
    padding: 15px 0px;
    background-image: url("../images/back.jpg");
    background-size: cover;
}


.golge {
    padding: 0px;
    margin: 0px 10px;
    background-color: #fff;
    background-image: url("../images/golge.png");
    background-size: 100% 100%;
}


.backUrun {
    height: 100%;
    background-image: url("../images/urunlerimiz.png");
    background-position: top right;
    background-position-y: 40px;
    background-repeat: no-repeat;
}

.backIletisim {
    height: 100%;
    background-image: url("../images/iletisim.png");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}


.row-eq-height-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.rightBlueC {
    background-color: #F7F7F7;
    position: relative;
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 40px;
}

.rightblue {
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 2px;
    color: #fff;
}

.color1 {
    background-color: #28A0D4 !important;
    background-image: url("../images/icon.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.color2 {
    background-color: #0177A9 !important;
    background-image: url("../images/icon.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.color3 {
    background-color: #03598A !important;
    background-image: url("../images/icon.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.rightblue .baslik {
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    height: 55px;
}

.rightblue .divB {
    background-color: transparent;
    width: calc(100% - 50px);
    border: 1px solid #fff;
    color: #132C42;
    padding: 12px 0px;
    text-align: center;
    font-size: 14px;
}

.rightblue:hover .divB {
    color: #fff;
}

.rightblue .div2 {
    width: 100%;
    border: 0px;
    font-weight: normal;
}

.rightblue .line {
    width: 70px;
    height: 2px;
    background-color: #fff;
}

.rightblue:hover .line {
    background-color: transparent;
}

.rightblue .icerik {
    font-size: 13px;
    line-height: 18px;
    height: 130px;
}

.bottomBlueC {
    padding: 20px 0px;
}

.kaplamaText {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    padding: 10px 0px;
}

.kaplamaNo {
    color: #0A4066;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    height: 52px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.kaplamaNo .imgR {
    height: 50px;
    border-right: 1px solid #fff;
    padding: 10px 20px;
}


.col5 {
    width: 20%;
    float: left;
}

.hakkimizdaBack {
    background-color: #A4AEB8;
}


.uretim {
    color: #162B3E;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    margin: 20px 0px 40px 0px;
}



.pageBack {
    background-color: #0A4066;
    position: relative;
    height: 100%;
}

.pageBack .buton3 {
    height: 32.5%;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center left;
    width: 100%;
    cursor: pointer;
}

.pageBack .buton3:nth-child(1) {
    background-image: url("../images/p1.png");
}

.pageBack .buton3:nth-child(3) {
    background-size: auto 70%;
    background-image: url("../images/p2.png");
}

.pageBack .buton3:nth-child(5) {
    background-size: auto 60%;
    background-image: url("../images/p3.png");
}

.pageBack .buton3 .div2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: 0px;
}

.pageBack .buton3:hover {
    background-color: #36BBDA;
}

.pageBack .line {
    height: 1.25%;
    width: 80%;
    margin-left: 10%;
    background-color: #063153;
}


.backIletisim,
.vticker {
    height: 100%;
}

.duyuruTitle {
    font-size: 19px;
    font-weight: bold;
    color: #0A4066;
    height: 30px;
}

.vticker ul li {
    height: calc(50%);
}

.haberim .baslik {
    color: #1D5A87;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

.haberim .icerik {
    font-size: 13px;
    color: #555;
    line-height: 16px;
    margin-bottom: 10px;
}




.bayiImage {
    height: 250px !important;
}

.bayiImage #imageContainer {
    background-color: #4a4a4a;
    border-bottom: 3px solid #ddd;
    /*margin:10px;*/
    padding: 10px;
    text-align: center;
}

.bayiImage .div1,
.bayiImage .div2 {
    width: 100%;
    text-align: center;
}

.bayiImage img {
    margin: auto;
}


.div10 {
    display: table;
    height: 100%;
    position: relative;
    width: 100% !important;
    text-align: center;
}

.div30 {
    display: table;
    height: 100%;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-left: 15px solid #F9F3F7;
    border-right: 15px solid #F9F3F7;
    border-bottom: 30px solid #F9F3F7;
}

.div20 {
    display: table-cell;
    vertical-align: middle;
    width: 100% !important;
    text-align: center;
}


.urunlerAltMenu {
    margin-bottom: 20px;
}

.urunlerAltMenuA {
    font-size: 14px;
    color: #666665;
    padding: 0px 15px;
}

.urunlerAltMenuA i {
    font-size: 8px;
    line-height: 30px;
}

.urunlerAltMenuA:hover {
    color: #0175b0;
}

.urunlerAltMenuAMenu {
    padding: 5px 40px 5px 30px !important;
    font-size: 12px !important;
    color: #707070 !important;
}

.urunlerAltMenuAMenu:hover {
    color: #D6B366 !important;
}


.katBox {
    border: 2px solid #eee;
    padding: 10px 0px;
    height: 100%;
}

.katBox:hover {
    background-color: #f9f9f9;
}

.katBox .imgb {
    width: 60px;
    float: left;
    height: 100%;
}

.katBox .imgb .img {
    background-color: #eee;
    padding: 10px;
}

.katBox .textb {
    width: calc(100% - 60px);
    padding: 20px;
    float: left;
    height: 100%;
}

.katBox .textb .baslik {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.katBox .textb .icerik {
    color: #444;
    font-size: 12px;
    line-height: 18px;
}


.floatVideo {
    float: right !important;
}

.hakkimizdaText .title {
    margin-left: -40px;
    color: #868A95;
    font-size: 50px;
    z-index: 9999;
    position: relative;
}

.hakkimizdaText .icerik {
    font-size: 12px;
    line-height: 18px;
    color: #888;
    z-index: 9999;
    position: relative;
}


.hakkimizdaText .indexP {
    color: #ff7C5E;
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
}


.fullPage li {
    list-style: circle;
    margin: 4px 0px;
    margin-left: 20px;
}


.imgContainer {
    border: 1px solid #ddd;
}

.imageConPage {
    border: 1px solid #ddd;
    padding: 2px;
    background-color: #fff;
}

.imgCon {
    border: 1px solid #ddd;
    padding: 2px;
}


.lineIndex {
    height: 15px;
    width: 100%;
    background-image: url("../images/line.png");
    background-size: auto 100%;
}


.square {
    position: relative;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
}



.urunKatS {
    background-color: #f0f0f0;
    padding: 20px 30px;
}

.urunKatS .baslik {
    color: #444;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    background-image: url("../images/uk1.png");
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-left: 15px;
}

.urunKatS .icerik {
    font-size: 10px;
    line-height: 13px;
    color: #777;
    padding-left: 15px;
    padding-bottom: 10px;
    background-image: url("../images/uk2.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}




.owl-wrapper {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}


#owlC2 {
    padding: 30px 10px;
}

.rowTitle {
    color: #006a91;
    font-size: 16px;
    font-weight: bold;
}

.rowTitle .line1 {
    height: 2px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 3px;
    background-color: #006a91;
    z-index: 9999;
    position: relative;
}

.rowTitle .line2 {
    height: 2px;
    width: 40px;
    background-color: #006a91;
    z-index: 9999;
    position: relative;
}

.rowTitle .line3 {
    height: 2px;
    width: 70px;
    margin-top: 10px;
    margin-bottom: 3px;
    background-color: #006a91;
    z-index: 9999;
    position: relative;
}

.rowTitle .line4 {
    height: 2px;
    width: 40px;
    background-color: #006a91;
    z-index: 9999;
    position: relative;
}


.urunHizmetIcerik {
    color: #444;
    font-size: 12px;
    line-height: 22px;
    padding: 25px 0px;
}

.urunHizmetA {
    font-size: 11px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.urunHizmetA img {
    margin-right: 5px;
}

.urunHizmet {}

.urunHizmet .urunHizmetbox {
    padding: 40px 20px;
    margin-top: 30px;
    height: calc(100% - 50px);
    width: 100%;
    background-color: #eaeaea;
}






#footer {
    background-color: #1a1a1a;
    color: #ccc;
}

#footer input {
    background-color: #292a2e;
    color: #f4f4f4;
    border: 0px;
}

#footer .box {
    margin: 10px 0px;
    padding: 0px 20px;
    overflow: hidden;
}

#footer .titleM {
    font-size: 15px;
    line-height: 40px;
}

#footer .titleS {
    padding-bottom: 15px;
}

#footer .titleS label {
    padding: 0px;
    width: 100%;
}

#footer li {
    padding: 3px 0px;
    list-style: none;
}

#footer li a {
    color: #f9f9f9;
    font-size: 11px;
}

#footer li a:hover {
    text-decoration: none;
    color: #ccc;
}

#footer .iletisimBox {
    padding: 0px 0px;
}

#footer .item {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-right: 30px;
}

#footer .item img {
    margin-right: 15px;
}

#footer .item .adress {
    margin-bottom: 10px;
    line-height: 18px;
}

#footer .item .floatLeft:first-child {
    width: 40px;
}

#footer .item .floatLeft:nth-child(2) {
    width: calc(100% - 40px);
}


#footer .socialText {
    margin-bottom: 25px;
    font-weight: bold;
    width: 200px;
    font-size: 19px;
    line-height: 26px;
    text-align: left;
}

#footer .social {
    margin-right: 5px;
    margin-top: 3px;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}

#footer .social img {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

#footer .footerMenu {
    border-top: 2px solid #555;
    padding: 20px 0px;
}

#footer .footerMenu a {
    color: #f9f9f9;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin-right: 40px;
}

#footer .footerMenu a:hover {
    text-decoration: none;
    color: #ccc;
}


.hizmetlerimizBox {
    height: 100%;
    border: 1px solid #ddd;
    background-color: #eee;
}

.hizmetlerimizBox .title {
    padding: 15px 10px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.hizmetlerimizBox .box {
    background-color: #fff;
    margin-top: 5px;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 15px;
    font-size: 12px;
    line-height: 14px;
    color: #111;
    margin-bottom: 5px;
    font-weight: bold;
    padding-left: 15px;
    background-image: url("../images/hizmetList.png");
    background-repeat: no-repeat;
    background-position: 5px 14px;
}

.hizmetlerimizBox .titleB {
    padding: 12px 10px 7px 15px;
    color: #fff;
    width: 100%;
    background-color: #2B2A29;
    border-bottom: 5px solid #B83D0D;
    font-weight: bold;
}

.height100 {
    height: 100%;
}

#ekmekArkasi {
    position: absolute;
    margin: 11% 0px 22% 0px;
    z-index: 0;
    height: 67%;
    width: 78%;
    background-color: #B73D0C;
}

#ekmekArkasi:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: -100vw;
    top: 0px;
    background-color: #B73D0C;
}

.ekmekImg {
    position: relative;
    z-index: 9;
}




.hakkimizdaText {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.hakkimizdaText .hakBaslik {
    font-size: 21px;
    font-weight: bold;
    color: #666;
    line-height: 30px;
}

.hakkimizdaText .hakBaslikR {
    color: #B73D0C;
    font-size: 26px;
}


.katalogBox {
    background-color: #ebebeb;
    padding: 10px 20px;
    margin-top: 20px;
}

.katalogBox img {
    margin-right: 15px;
}

.katalogBox .katalogText {
    font-size: 15px;
    color: #333;
    line-height: 20px;
}

.katalogBox .katalogTextR {
    margin-top: 5px;
    color: #B73D0C;
    font-size: 17px;
    font-weight: 600;
}

.hakkimizdaLine {
    position: relative;
    font-family: 'Sriracha', sans-serif !important;
    margin-top: 30px;
    text-align: right;
    color: #111;
    font-size: 28px;
    line-height: 45px;
}

.hakkimizdaLine .hakkimizdaLineLine {
    position: absolute;
    left: -100px;
    height: 5px;
    background-color: #B73D0C;
    width: calc(100vw + 100px);
}



.fotoGaleriImage {
    border: 1px solid #ddd;
    padding: 2px;
}

.fotoGaleriImage img {
    border: 1px solid #ddd;
}

#urunlerBoxLeft {
    height: 100%;
    border: 1px solid #ddd;
}

#urunlerBoxLeft .urunlerBoxLeftBaslik {
    background-color: #ddd;
    border-bottom: 5px solid #B83D0D;
    color: #2B2A29;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px 5px 15px;
}

.pageUrunBox {
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 10px;
    margin: 10px;
}

.pageUrunBox a {
    color: #2B2A29;
    font-size: 15px;
    font-weight: 600;
}

.urunlerDetayBox {
    border: 1px solid #ddd;
    margin-top: 25px;
    background-color: #eee;
    padding: 5px 0px;
}

.urunlerDetayBox .urunOzBox {
    padding: 10px;
    height: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
}

.urunlerDetayBox .urunOzGorsel {
    height: 100%;
    float: left;
    border: 1px solid #ddd;
    padding: 2px;
    margin-right: 10px;
}

.urunlerDetayBox .urunOzGorsel img {
    width: 50px;
}

.urunlerDetayBox .urunOzBaslik {
    height: 100%;
}

#slider {
    border: 1px solid #ddd;
    height: 100%;
}

#slider .item {
    padding-bottom: 40px;
}

#slider .slide-baslik {
    height: 40px;
    width: 100%;
    background-color: #ddd;
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}


.urunDetayIcerik {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #B63C0C;
    color: #fff;
    text-align: justify;
}

.urunDetaySlide {
    background-color: #eee;
    padding: 5px;
    border: 1px solid #ddd;
    height: 100%;
}

.urunTeknik {
    height: 100%;
    background-color: #eee;
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.urunTeknik table {
    border: 1px solid #ddd;
    background-color: #fff;
}

.urunTeknik table tr td {
    border: 1px solid #ddd;
    margin: 1px;
    font-size: 12px;
}

.urunTeknik table tr:nth-child(n) {
    color: #2B2A29;
    background-color: #f9f9f9;
}

.urunTeknik table tr:nth-child(2n) {
    color: #2B2A29;
    background-color: #f3f3f3;
}

.urunTeknikBaslik {
    color: #2B2A29;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
}


#lightSliderGallery li {
    list-style: none !important;
    margin-left: 0px;
}

#lightSliderGalleryTeknik li {
    list-style: none !important;
    margin-left: 0px;
}

.lSGallery {}

.lSGallery li {
    list-style: none !important;
}

.lSGallery img {
    border: 1px solid #ddd;
}


.squareVideo {
    position: relative;
}

.squareVideo:after {
    content: "";
    display: block;
    padding-bottom: 56.1%;
}

.contentVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
}

.videoBox {
    background-color: #eee;
    padding: 5px;
    border: 1px solid #ddd;
}





#owl1 {
    margin: 15px 30px;
    width: calc(100% - 60px);
}

.logo1 {
    height: 100%;
    width: 100%;
}

#owl1 img {}

#owl1 .div1 {
    padding: 4px;
    background-color: #fff;
}

#owl1 .div2 {
    border: 1px solid #ccc;
    width: calc(100% - 8px);
}

#owl1 .owlText {
    text-align: center;
    color: #222;
    font-size: 13px;
    line-height: 16px;
    height: 60px;
}

#owl1 .owlText .owlText1 {
    display: table;
    height: 100%;
    width: 100%;
}

#owl1 .owlText .owlText2 {
    display: table-cell;
    vertical-align: middle;
}


.owl1Title {
    text-align: center;
    font-size: 22px;
    color: #555;
    background-image: url("../images/owl1title.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.owl2Title {
    text-align: center;
    font-size: 22px;
    color: #555;
    background-image: url("../images/owl2title.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.owl1buton {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #fff;
    font-size: 13px;
    color: #666;
    padding: 10px;
}

.owl1buton:hover {
    background-color: #005CA3;
    border: 1px solid #005CA3;
    color: #fff;
}




.projelerBolumu2 .projelerBack {}


.projelerBolumu2 .projelerBack {
    overflow: hidden !important;
    background-color: #fff;
    padding: 10px 0px 100px 0px;
}

.projelerBolumu2 .projelerImage {
    height: 15px;
    width: 100%;
    background-image: url("../images/timeLine.png");
    background-size: auto 15px;
    background-position: center center;
}

.projelerBolumu2 .projeGrafikC {
    height: 250px;
    background-image: url("../images/redLine.png");
    background-repeat: repeat-x;
    background-position: center;
}

.projelerBolumu2 .projeGrafik {
    background-image: url("../images/old3.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    padding-left: calc(50% - 100px);
}

.projelerBolumu2 .projeGrafik .projeLineH {
    width: 2px;
    height: 15px;
    margin: 3px 99px;
    background-color: #000;
}

.projelerBolumu2 .projeGrafik .projeBox {
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    float: left;
    display: table;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    color: #000;
    width: 190px;
    margin: 0px 5px;
    height: 300px;
}

.projelerBolumu2 .projeBox .projeBoxBottom {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}

.projelerBolumu2 .projeBox .baslik1d {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.projelerBolumu2 .projeBox .baslik4d {
    font-size: 9px;
    line-height: 14px;
}

.projelerBolumu2 .baslikBall {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    font-family: 'Gothom', sans-serif !important;
}

.projelerBolumu2 .projeGrafikRight {
    height: 276px;
    width: 100px;
    background-color: #161616;
    position: absolute;
    right: 0;
    top: -144px;
    background-image: url("../images/redLineFinish.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.projelerBolumu2 .projeGrafikLeft {
    height: 70px;
    width: 100px;
    position: absolute;
    left: 0;
    top: 69px;
}

.tarihLine {
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
}

.aktifTarih {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.aktifTarih .tarihLine {
    font-size: 12px !important;
}

.aktifTarih .baslik1d {
    font-size: 14px !important;
    color: #B83D0D;
    font-weight: bold;
}

.aktifTarih .baslik4d {
    font-size: 11px !important;
}



.projelerBolumu2 .projeBox .square2 {
    width: 175px;
    margin-right: auto;
    margin-left: auto;
}

.aktifTarih .square2 {
    width: 200px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imgWidth100 img {
    width: 100% !important;
    height: auto !important;
}


.teknikCizimBaslik {
    margin-bottom: 20px;
    color: #fff;
    padding: 8px 10px;
    background-color: #B63C0C;
}


.contentSlideImageBottom {
    border: 2px solid #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}



.urunSBox {
    text-align: center;
    padding: 20px 5px;
    border: 1px solid #ddd;
    background-color: #F9F9F9;
}

.urunSBox img {
    height: 50px !important;
    margin: 0px auto;
}

.noTextDecoration {
    text-decoration: none !important;
}

.urunSBox,
.urunSBoxtitle {
    display: block;
    width: 100%;
}

.urunSBoxtitle {
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #222;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
}






.buttonBigBaslik {
    display: table;
    height: 40px;
    width: 100%;
    margin-top: 10px;
}

.buttonBigBaslik div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}






.form-control-half {
    width: 50% !important;
}





#pencere {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

#pencere h3 {
    color: #B83D0D;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
}

#pencere img {
    width: 100% !important;
    height: auto !important;
}