html {
    -webkit-font-smoothing: antialiased;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    font-family: 'Avenir Next LT Pro Regular';
    background: #fff;
    color: #363636;
    font-size: 16px;
    overflow-x: hidden;
}

strong,
bold,
b {
    font-family: 'Avenir Next LT Pro Demi';
}

.container-fluid {
    max-width: 1920px;
    position: relative;
}

.rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner {
    width: 100%;
    height: 100vh;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1 {
    font-size: 18px;
    color: #ed1b24;
    font-weight: 600;
}

h3 {
    font-size: 25px;
}

header {
    /* position: relative; */
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.headerIconMenu ul li {
    float: left;
    line-height: 44px;
}

.headerIconMenu ul li:hover {
}

.headerIconMenu ul li a {
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    background-color: #ff0000;
    display: block;
    font-family: 'Avenir Next LT Pro Demi';
}

.headerIconMenu ul li a img {
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.navbarWrapper {
    position: relative;
    background-color: #fff;
}

.topContact {
    padding-top: 15px;
}

.topContact i {
    display: block;
    float: left;
    width: 50px;
    height: 40px;
    text-align: center;
    color: #f26522;
    line-height: 40px;
    font-size: 20px;
}

.topContact span {
    display: block;
    color: #444444;
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
}

.topContact span > span {
    color: #f26522;
}

.langsWrapper li a {
    color: #fff;
    font-size: 14px;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar-brand {
    height: auto;
    padding: 6px 0;
}

.main-nav {
}

.navbar-nav > li > a {
    text-shadow: none;
    font-size: 16px;
    color: #494949;
    padding: 37px 15px;
    line-height: 36px;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active > a {
    background-color: #e60004 !important;
    color: #fff;
}

.navbar-nav > li {
}

.navbar-nav > li:first-child {
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.dropdown-menu li a i {
    display: none;
}

.dropdown-menu li a:hover i {
    display: inline-block;
    margin-left: 7px;
}

.dropdown .fa-angle-right {
    position: relative;
    left: 5px;
}

.dropdown:hover .fa-angle-right {
    opacity: 0;
}

.dropdown .fa-angle-down {
    opacity: 0;
}

.dropdown:hover .fa-angle-down {
    opacity: 1;
    position: relative;
    left: 0;
}

.dropdown-menu {
    background: #ebebeb;
    border: 0;
    border-radius: 0;
    padding: 0;
    right: auto !important;
    left: 0px;
    box-shadow: none;
}

.dropdown-menu.col2 {
    columns: 2;
}

.dropdown-menu > li > ul > li > a,
.dropdown-menu > li > a {
    color: #484848;
    line-height: 34px;
    font-size: 16px;
    padding-left: 15px;
    display: block;
    font-family: 'Avenir Next LT Pro Condensed';
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
.dropdown-menu > li > ul > li > a:focus, .dropdown-menu > li > ul > li > a:hover {
    background-image: none;
    background-color: #e60004 !important;
    color: #fff;
}

.topBar {
    line-height: 42px;
    color: #fff;
    font-size: 14px;
}

.tp-caption.title {
    color: #fff;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    word-wrap: normal !important;
    padding: 10px 30px;
    font-family: 'Avenir Next LT Pro Demi';
}

.tp-caption .btn.transparent {
    border: 0;
    margin-top: -6px !important;
}

.tp-caption .desc {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.tp-caption .desc .btn {
}

.tp-caption .desc .year {
    background-color: #f00;
    padding: 0 15px;
    line-height: 40px;
}

.tp-caption .desc .year,
.tp-caption .desc .location {
    display: inline-block;
    margin-right: 10px;
}

.tp-bullet {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slider-home-1 .tparrows {
    height: 60px;
}

.slider-home-1 .tparrows:hover {
    background: rgba(0, 0, 0, 0.5);
}

.slider-home-1 .tparrows:before {
    content: "";
    display: block;
    width: 20px;
    height: 60px;
    margin: 0 auto;
}

.slider-home-1 .tparrows.tp-leftarrow:before {
    content: "";
    background: url("../assets/Left.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.slider-home-1 .tparrows.tp-rightarrow:before {
    content: "";
    background: url("../assets/Right.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.infoBoxes {
    width: 100%;
    min-height: 330px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    margin-top: -330px;
    position: relative;
    z-index: 99;
}

.iconItem {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.iconItem .content {
    padding: 0 30px
}

.iconItem .icon {
    margin-bottom: 15px;
}

.iconItem .content .title {
    font-family: 'Avenir Next LT Pro Demi';
    font-size: 18px;
    border-bottom: 3px solid #ff0000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.hakkimizdaBottom h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ed1b24;
    border-bottom: 5px solid #ed1b24;
    margin-top: 0;
    padding-bottom: 15px;
}

.hakkimizdaBottom .white-bg {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);

}

.urunler h1 {
    color: #636363;
    font-family: 'Avenir Next LT Pro Demi Condensed';
    font-size: 30px;
    margin-top: 0;
}

.urunler .kategoriItem {
    margin-bottom: 15px;
}

.urunler .kategoriItem ul li a {
    background-color: #eeeeee;
    color: #ed1b24;
    font-weight: 300;
    font-size: 18px;
    padding: 7px 10px;
    border-bottom: 1px solid #cecece;
    display: block;
}

.urunler .kategoriItem ul li a:hover,
.urunler .kategoriItem ul li.active a {
    background-color: #ed1b24;
    color: #fff;
}

.urunler .kategoriMenu h2 {
    font-size: 18px;
    color: #ed1b24;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}

.urunler .kategoriTitle {
    font-size: 17px;
    color: #5d5d5d;
    background-color: #eeeeee;
    border-bottom: 1px solid #cecece;
    padding: 7px 10px;
}

.urunContent {
    font-size: 16px;
}

.urunContent ul {
    list-style: none;
    padding: 0;
}

.urunContent ul li {
    border-bottom: 1px solid #efefef;
    line-height: 33px;
}

.urunContent h3 {
    background-color: #e9e9e9;
    color: #6a6a6a;
    margin: 0;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
}

.grey-bg {
    background-color: #f1f1f1;
}

.btn-transparent {
    background-image: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #353535
}

.btn.black-transparent {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

footer {
    width: 100%;
    background-color: #f1f1f1;
    border-top: 3px solid #e60004;
    font-size: 15px;
}
footer ul li{
    line-height: 30px;
}
footer .bottom {
    color: #5b5b5b;
    font-size: 16px;
    font-family: 'Avenir Next LT Pro Demi';
}

footer .bottom .copyright {
    font-size: 10px;
}

footer a,
footer a:hover {
    color: #5b5b5b;
}

footer h4 {
    font-size: 14px;
    font-family: 'Avenir Next LT Pro Demi';
    color: #5b5b5b;
}

footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #808080;
}

footer .contactList p i {
    width: 37px;
    text-align: center;
    min-height: 30px;
    float: left;
    position: relative;
    top: 4px;
    color: #dedede;
}

footer .footerMenu li {
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
}

.copyrightWrapper {
    background-color: #434343;
    line-height: 50px;
    font-size: 14px;
    color: #c8c8c8;
}

footer .social-square li a {
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    /* background-color: #fff; */
    border: 1px solid #cf0000;
}

footer .social-square li a i {
    font-size: 18px;
    color: #cf0000;
}

footer .social-square li a:hover {
    border-color: transparent !important;
}

footer .footerNavigation {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 0 30px 0;
    color: #fff;
    font-size: 14px;
}

.social-square li {
    line-height: 27px;
}

.contactDesc h3 {
    margin-top: 0;
    background-color: #ff9600;
}

.contactDesc h4 {
    margin-top: 0;
    background-color: #aaaaaa;
}

.contactDesc h3,
.contactDesc h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 7px 15px;
}

.contactDesc ul.social-square li {
    color: #fff;
    font-weight: 300;
}

.contactDesc ul.social-square li a i {
    color: #ff9600;
    font-size: 15px;
}

.contactDesc .social-network a.icoRss:hover i,
.contactDesc .social-network a.icoFacebook:hover i,
.contactDesc .social-network a.icoTwitter:hover i,
.contactDesc .social-network a.icoGoogle:hover i,
.contactDesc .social-network a.icoVimeo:hover i,
.contactDesc .social-network a.icoLinkedin:hover i {
    color: #ff9600;
}

.contactDesc ul.social-square li a {
    background-color: #fff !important;
    border: 1px solid #fff;
}

.social-square li a {
    border: 1px solid #fff;
    color: #fff;
    width: 27px;
    height: 27px;
    line-height: 22px;
    border-radius: 50%;
}

.social-square li a i {
    color: #fff;
    font-size: 15px;
}

.contentPageWrapper {
}

.contentPageWrapper .content .desc h1 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
}

.hoverItem {
    position: relative;
}

.hoverItem .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hoverItem:hover .overlay {
    opacity: 1;
}

.hoverItem .overlay a {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.hoverItem .overlay a span {
    border: 1px solid #fff;
    padding: 5px 15px;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background-image: none;
    background-color: #f26522;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.panel-default > .panel-heading a {
    display: block;
}

.panel-default > .panel-heading a i {
    font-size: 19px;
}

.panel-default > .panel-heading.active {
    background-color: #ebebeb;
    color: #4b4a4a;
}

.btn,
.btn-main {
    background-color: #e60004;
    border-radius: 0;
    padding: 12px 20px 12px 20px;
    color: #fff;
    border: 0;
    text-align: center;
    font-size: 18px;
}

.btn-main:hover,
.btn-main:active,
.btn-main:focus {
    color: #fff;
}

.btn-inverse {
    background-color: #fff;
    border-radius: 4px;
    padding: 8px 30px;
    color: #108ec8;
    border: 0;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse:focus {
    background-color: #108ec8;
    color: #fff;
}

.btn-grey {
    background-color: #ff9600;
    padding: 12px 30px;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 500;
    border-radius: 0;
}

#ik-form .form-control {
    background-color: #e4e4e4;
    border-color: #E4E4E4;
    height: 50px;
    font-size: 15px;
    color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}

.form-control::placeholder {
    color: #000 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

#ik-form h4 {
    margin: 20px 0;
    color: #003053;
    font-size: 18px;
}

#ik-form .main {
    background-color: #003053;
    border-radius: 0;
    padding: 12px 20px 12px 20px;
    color: #fff;
    border: 0;
    font-weight: 500;
    text-align: center;
}

.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus {
    background-color: #3c3c3c;
    color: #fff;
}

.btn.black {
    background-color: #3c3c3c;
    padding: 12px 30px;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 500;
    border-radius: 0;
}

.btn.black:hover,
.btn.black:active,
.btn.black:focus {
    background-color: #003053;
    color: #fff;
}

.allowedTypes {
    font-size: 13px;
}

.btn-blue {
    background-color: #28316f;
    border-radius: 0;
    color: #fff;
    border: 0;
    padding: 15px 40px
}

.btn-blue:hover,
.btn-blue:focus {
    color: #fff;
}

.btn-orange {
    background-color: #f26522;
    border-radius: 3px;
    color: #fff;
    border: 0;
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
}

.form-control {
    border: 2px solid #808080;
    border-radius: 0;
    box-shadow: none;
    height: 44px;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
}

.dateSmall {
    font-size: 13px;
}

.contactDesc strong {
    font-weight: 700;
    min-width: 60px;
    display: inline-block;
}

.contactDesc p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 14px;
    padding-bottom: 5px;
}

.contactDesc p i {
    color: #919191;
    width: 40px;
    text-align: center;
    float: left;
    height: 40px;
    position: relative;
    top: 3px;
}

.contactDesc .social-network {
    background-color: #ff9600;
    padding: 10px 15px;
}

.btn.transparent {
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    background-color: transparent;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 15px;
    margin-top: 15px;
}

.sertifikaWrapper .desc {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
}

.headingTitle,
.kurumsalPage h2 {
    font-size: 16px;
    color: #313131;
    font-weight: 700;
}

.social-square.withName li {
    display: block;
    margin: 0;
    margin-bottom: 10px;
}

.social-square.withName li a {
    border: 0;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.social-square.withName li a:hover {
    background-color: transparent !important;
}

.social-square.withName li a i {
    color: #83a7c1;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border: 1px solid #83a7c1;
    line-height: 27px;
    margin-right: 10px;
}

.rightBordered {
    border-right: 1px dotted #68b8f7;
}

.leftBordered {
    border-left: 1px dotted #68b8f7;
}

.breadcrumbWrapper {
    background-color: #e60004;
    line-height: 45px;
    margin-top: 5px;
}

.breadcrumbWrapper h1 {
    font-size: 22px;
    color: #ffffff;
    margin-top: 0;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 45px;
    font-family: 'Avenir Next LT Pro Condensed';
}

.breadcrumb,
.breadcrumb a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    background-color: transparent;
    text-align: right;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}

.form-control:focus {
    border-color: #d2d2d2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.productItem {
    color: #6f6f6f;
    font-size: 14px;
}

.sertifikaItem .photo {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
}

.sertifikaItem .photo:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24);
    border: 1px solid transparent;
}

.productItem .productPhoto,
.sertifikaItem .photo,
.productPhoto {
    border: 1px solid #dadada;
}

.productItem .title,
.sertifikaTitle {
    color: #f8b741;
    font-size: 26px;
    font-weight: 700;
    display: block;
}

.urunPage .productItem .title {
    font-size: 20px;
    margin-top: 7px;
}

.urunPage .headingTitle {
    background-color: #ededed;
    color: #454545;
    font-size: 24px;
    font-weight: 300;
    padding: 10px 15px
}

.urunPage .headingTitle span {
    font-weight: 600;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    padding: 3px 13px;
    font-size: 30px;
    background-color: transparent;
    line-height: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    margin-top: -30px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ac1111;
}

#owl-products .owl-next,
#owl-products .owl-prev,
#owl-duyurular .owl-next,
#owl-duyurular .owl-prev {
    position: absolute;
    top: 0;
    margin-top: -50px;
}

#owl-products .owl-prev,
#owl-duyurular .owl-prev {
    left: auto;
    right: 55px;
}

#owl-products .owl-next,
#owl-duyurular .owl-next {
    right: 15px;
}

#owl-duyurular .item {
    background-color: #f4f4f4;
}

.actionButton .btn {
    font-size: 16px;
    margin: 10px 0;
}

.white-bg {
    background-color: #fff;
}

.red-bg {
    background-color: #c70000;
}

.white-color {
    color: #fff;
}

.urunler.red-bg {
    font-family: 'Avenir Next LT Pro Demi';
}

.productItems .item {
    position: relative;
}

.productItems .item:hover .overlay {
    opacity: 1;
}

.productItems .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 1;
}

.productItems .item .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #fff;
    font-size: 18px;
    text-align: center;

}

.productItems .item .desc a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    display: block;
}

.productItems .item .desc a .title {
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.productItems .item .desc a .subtitle {
    font-weight: 600;
    font-size: 30px;
    display: block;
}

.productItems .item .desc a .subtitle span {
    font-weight: 400;
    font-size: 18px;
    display: block;
}

.newsItems .item .photo {
    /* border: 1px solid #d5d5d5; */
    /* padding: 5px; */
}

.newsItems .item .desc {

}

.newsItems .item .desc a {
    color: #2a2a2a;
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    font-family: 'Avenir Next LT Pro Demi';
}

.newsItems .item .desc a:hover {
    color: #ac1111;
}

.newsItems .item .desc {
    font-size: 16px;
    border: 0 !important;
    padding: 30px;
}

.newsItems .photo,
.frontDevamEden {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 215px;
    position: relative;
}

.frontDevamEden .desc a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.imageButton {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    padding: 0px 15px;
    width: 100%;
    line-height: 36px;
    font-weight: 300;
    z-index: 9;
}

.imageButton i {
    float: right;
    line-height: 36px;
}

.frontDevamEden .desc a:hover .imageButton,
.imageButton:hover {
    color: #fff;
    background: #ff9600;
}

.newsItems .item .desc span.date {
    font-weight: 300;
    display: block;
    font-size: 16px;
}

.zoomHoverWithLights {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.zoomHoverWithLights:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale3d(2.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    -moz-transition: transform 0.7s ease 0.1s;
    -ms-transition: transform 0.7s ease 0.1s;
    -o-transition: transform 0.7s ease 0.1s;
    -webkit-transition: transform 0.7s ease 0.1s;
    transition: transform 0.7s ease 0.1s;
    width: 100%;
    z-index: 101;
}

.zoomHoverWithLights:hover::before {
    transform: scale3d(2.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}

.zoomHoverWithLights:hover,
.zoomHoverWithLights img {
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.zoomHoverWithLights:hover img {
    transform: scale(1.1);
}

.menuTitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.topNavigation {
    display: table;
    width: 100%
}

.topNavigation li {
    display: table-cell;
}

.topNavigation li a {
    display: block;
    text-align: center;
    background: #545454;
    color: #fff;
    font-size: 16px;
    border-bottom: 3px solid #ff9600;
    padding: 11px 0 9px 0;
}

.topNavigation li a:hover,
.topNavigation li.active a {
    background-color: #ff9600;
    border-bottom: 3px solid #545454;
}

.topNavigation.secondary li {
    margin-right: 4px;
    display: inline-block;
}

.topNavigation.secondary li a {
    background-color: #ededed;
    font-weight: 300;
    color: #373737;
    font-size: 16px;
    border-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.topNavigation.secondary li a:hover,
.topNavigation.secondary li.active a {
    background-color: #d6d6d6;
}

.sideBarNavigation {
    font-family: 'Avenir Next LT Pro Demi';
}

.sideBarNavigation li {
    margin-bottom: 5px;
}

.sideBarNavigation li a {
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    line-height: 50px;
    background-color: #e60004;
}

.sideBarNavigation li a:hover,
.sideBarNavigation li.active a {
    background-color: #6e6e6e;
    color: #fff;
}

.sideBarNavigation li a i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 24px;
    width: 30px;
    text-align: center;
    line-height: 50px;
}
.sideBarNavigation li.active a i:before,
.sideBarNavigation .sub-menu > li.active > a i:before {
    content: "\f107";
}
.sideBarNavigation li a i:before,
.sideBarNavigation .sub-menu > li > a > i:before {
    content: "\f105";
}

.sideBarNavigation .sub-menu{
    margin-top: 5px;
}
.sideBarNavigation .sub-menu > li > a{
    background-color: #ededed;
    color: #545454;
    font-size: 15px;
}
.sideBarNavigation .sub-menu-last{
    margin-top: 5px;
}
.sideBarNavigation .sub-menu-last > li > a{
    font-family: 'Avenir Next LT Pro Condensed';
    background-color: #fff;
    color: #545454;
    font-size: 15px;
    line-height: 34px;
    border-bottom: 1px solid #ededed;
}
.sideBarNavigation .sub-menu-last > li:last-child a{
    border-bottom: 0;
}
.sideBarNavigation .sub-menu-last > li.active a,
.sideBarNavigation .sub-menu-last > li:hover a
{
    color: #e60004;
}
.sideBarNavigation .sub-menu-last > li a i {
    right: auto;
    left: 0;
    bottom: 0;
    font-size: 14px;
    width: 20px;
    text-align: center;
    line-height: 35px;
}
.sideBarNavigation .sub-menu-last > li a i:before {
    content: "\f0da";
}
.contentPageWrapper .content .desc {
    font-weight: 400;
    padding-bottom: 40px;
}

.contentPageWrapper.productItems .content .desc {
    border-left: 0;
    padding-bottom: 0;
}

#proje-form {
    border: 1px solid #a5130e;
    padding-top: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
}

#proje-form .form-control {
    font-weight: 300;
    font-size: 15px;
}

#proje-form .searchLabel {
    font-size: 20px;
    margin-top: 20px;
}

.newsPage {
    font-weight: 400;
    font-size: 16px;
}

.newsPage h1 {
    color: #484848;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
}

.iletisimPage h1,
.iletisimPage h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    color: #ed1b24;
}

.footerBottom {
    line-height: 60px;
}

.footerBottom ul li {
    vertical-align: middle;
}

.makineItem .photo {
    position: relative;
}

.makineItem .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8;
}

.referansItem {
    background-color: #0e76bc;
    color: #fff;
}

.referansItem .desc .title {
    font-size: 24px;
    font-weight: 300;
}

.referansItem .desc span.title > span {
    font-weight: 700;
    display: block;
}

.referansItem .desc {
    font-size: 14px !important;
    font-weight: 300 !important;
}

.referansItem .desc hr {
    border-top: 5px solid #1d8ad3;
}

.referansItem .photo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 330px;
    padding-bottom: 30px;
    position: relative;
}

.haberItem.list {
    background-color: #fff;
    border: 2px solid #dbd9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.haberItem.list .content {
    padding: 10px 0;
}

.haberItem.list .content a span {
    display: block;
    color: #003053;
    font-size: 16px;
    font-weight: 600;
}

.haberItem.list a {
    color: #000;
    font-size: 18px;
}

.haberItem {
    background-color: #ebebeb;
    color: #484848;
}

.haberItem .desc .title {
    font-size: 24px;
    font-weight: 700;
}

.haberItem .desc span.title > span {
    font-weight: 700;
    display: block;
}

.haberItem .desc {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.haberItem .desc hr {
    border-top: 5px solid #1d8ad3;
}

.haberItem .photo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 253px;
    padding-bottom: 30px;
    position: relative;
}

#contact-form .form-control {
    color: #222;
    height: 44px;
}

textarea.form-control {
    height: auto !important;
}

.sideMenu h4 {
    color: #0e76bc;
    font-size: 18px;
    font-weight: 600;
}

.sideMenu ul li a {
    background-color: #ededed;
    border-bottom: 4px solid #dedede;
    color: #474747;
    display: block;
    line-height: 35px;
    padding-left: 20px;
}

.sideMenu ul li a:hover,
.sideMenu ul li.active a,
.sideMenu ul li a:focus {
    background-color: #0e76bc;
    border-bottom: 4px solid #00568f;
    color: #fff;
    font-weight: 600;
}

#scrollDown {
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 99;
    margin-left: -8px;
}

.icon-menu {
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 99;
}

/*= ICON BOXES
--------------------------------------------------------*/
ul.icon-menu {
}

li.icon-box {
    list-style: none;
    position: relative;
    margin-bottom: 3px;
}

li.icon-box {
    background: rgba(0, 47, 81, 0.5);
    padding: 0;
    line-height: 30px;
    height: 30px;
}

.icon-box h2 {
    font-size: 12px;
    margin: 0;
}

.icon-box a {
    padding: 0;
    color: #fff !important;
}

.icon-box i.fa {
    pointer-events: none;
    color: #fff;
    font-size: 19px;
    background-color: #002d4e;
    display: inline-block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
}

.icon-box a:focus,
.icon-box a:active {
    outline: none;
}

.icon-box a {
    padding: 9px 5px;
    line-height: 25px;
    height: 30px;
    float: left;
}

.icon-menu i {
    border-radius: 50%;
    box-shadow: 0 0 0 50px transparent;
    padding: .2em .25em;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    -ms-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
}

.icon-menu li:hover i,
.icon-menu li:active i,
.icon-menu li:focus i {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}

.icon-box.contact a:hover h2 {
    opacity: 1;
    left: 120px;
    margin: 0;
    text-align: center;
}

.relative {
    position: relative;
}

ul.social-network {
    list-style: none;
    display: block;
    margin-left: 0 !important;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.videoShape {
    background-color: #717171;
    background-image: url(../images/video-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 74px;
}

.videoShape a {
    display: block;
    height: 74px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding-top: 17px;
    padding-left: 15px;
}

.videoShape a span {
    display: block;
    font-weight: 400;
}

.katalogShape {
    background-color: #8a8a8a;
    background-image: url(../images/katalog-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 74px;
}

.katalogShape a {
    display: block;
    height: 74px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding-top: 17px;
    padding-left: 15px;
}

.katalogShape a span {
    display: block;
    font-weight: 400;
}

.effect-ming {
    position: relative;
}

.effect-ming .hoverEffectTextCentered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.effect-ming.orange .hoverEffectTextCentered {
    background-color: rgba(0, 48, 83, 0.4);
}

.effect-ming .hoverEffectTextCentered .content {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 99;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: block;
    width: 100%;
}

.effect-ming .hoverEffectTextCentered:hover {
    opacity: 1;
    border: 5px solid #003053;
}

.effect-ming .hoverEffectTextCentered .content span {
    display: block;
    font-weight: 300;
}

#owl-singleItem.owl-theme .owl-controls .owl-page span {
    width: 9px;
    height: 9px;
    margin: 5px 4px;
}

.effect-ming.orange .hoverEffectTextCentered .content {
    font-weight: 300;
    text-align: center;
    display: block;
    width: 100%;
}

.haberDetay {
    font-weight: 300;
    font-size: 16px;
}

.haberDetay strong {
    font-size: 18px;
    font-weight: 500;
}

#scrollToDown {
    margin-top: -120px;
    background-color: #f8f8f8;
    width: 100%;
    z-index: 99;
    position: relative;
    padding: 5px;
}

.heading-title {
    background-color: #003053;
    color: #fff;
    padding-left: 15px;
    margin-bottom: 15px;
}

.heading-title h3 {
    font-weight: 300;
    float: left;
    margin: 0;
    font-size: 20px;
    line-height: 40px;
}

.heading-title h3 strong {
    font-weight: 600;
}

.heading-title .viewAll {
    float: right;
}

.heading-title .viewAll a {
    background-color: #fff;
    background-image: url(../images/heading-title-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #003053;
    font-weight: 700;
    font-size: 12px;
    line-height: 40px;
    min-width: 150px;
    display: block;
    text-align: right;
    padding-right: 10px;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
}

#map {
    height: 340px;
    width: 100%;
}

.gomapMarker .title {
    width: 100%;
    background-color: #1a2b3f;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
}

.gomapMarker .content {
    width: 100%;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    padding: 0 5px;
}

.gm-style-iw {
    top: 1px !important;
    left: 1px !important;
}

.yonetimKuruluItem {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e4e3e3;
    border-bottom: 2px solid #e4e3e3;
    padding-top: 15px;
    font-size: 14px;
}

.yonetimKuruluItem .desc h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}

.yonetimKuruluItem .desc h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.yonetimKuruluItem .photo img {
    border: 3px solid #f1f1f1;
}

#owl-devamedenisler.owl-theme .owl-controls .owl-buttons div {
    color: #003053;
    padding: 0;
}

#owl-devamedenisler .owl-next {
    right: -15px;
}

#owl-devamedenisler .owl-prev {
    left: -15px;
}

.devamEdenIsItem .content {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.devamEdenIsItem .photo img {
    border: 5px solid #fff;
}

.devamEdenIsItem .content a {
    display: block;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.devamEdenIsItem:hover .photo img {
    border-color: #003053;
}

.devamEdenIsItem.hoverEffect .photo img {
    border: 0;
}

.devamEdenIsItem.hoverEffect .photo {
    position: relative;
}

.devamEdenIsItem.hoverEffect {
    border: 5px solid #fff;
    margin-bottom: 30px;
}

.devamEdenIsItem.hoverEffect:hover {
    border-color: #003053;
}

.devamEdenIsItem.hoverEffect .content a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: calc(100% - 30px);
}

.devamEdenIsItem.hoverEffect .content {
    opacity: 0;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
}

.devamEdenIsItem.hoverEffect:hover .content {
    display: block;
    opacity: 1;
    text-align: center;
    padding: 0 15px;
    background-color: rgba(0, 48, 83, 0.4);
}

.projeDetay h1 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

#owl-singleItem.owl-theme .owl-controls .owl-buttons div {
    padding: 0 15px;
    font-size: 25px;
    margin-top: 0;
}

#owl-singleItem .owl-next {
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin-top: 0 !important;
}

#owl-singleItem .owl-next i,
#owl-singleItem .owl-prev i {
    top: 50%;
    position: relative;
    margin-top: -25px;
}

#owl-singleItem .owl-prev {
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin-top: 0 !important;
}

.verticalMenu {
    background-color: #003053;
}

.verticalMenu li {
    padding: 0;
}

.verticalMenu li a {
    color: #fff;
    line-height: 50px;
    padding: 0 5px;
    display: block;
}

.verticalMenu li a:hover,
.verticalMenu li.active a {
    background-color: #4d5d60;
}

.projeTable > tbody > tr {
    background-color: #f1f1f1;
}

.projeTable > tbody > tr > td {
    vertical-align: middle;
}

.projeTable > tbody > tr:hover {
    background-color: #e1e0e0;
}

.projeTable > tbody > tr a {
    color: #000;
}

.projeTable .projePhoto {
    width: 160px;
}

.projeTable .isVeren {
    width: 250px;
}

.navbarWrapper.navbar-fixed-top {
    position: fixed !important;
    z-index: 999;
    background-color: #fff;
}

.navbarWrapper.navbar-fixed-top .navbar-brand .normal {
    display: none;
}

.navbarWrapper .navbar-brand .onlyIcon {
    display: none;
}

.navbarWrapper.navbar-fixed-top .navbar-brand .onlyIcon {
    display: block;
    height: 45px;
}

.navbarWrapper.navbar-fixed-top .navbar-brand {
    margin-top: 0;
}

.navbarWrapper.navbar-fixed-top .navbar-nav > li > a {
    padding: 6px 15px;
}

.galleryList {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}

.galleryList li {
    display: inline-block;
    /* Default */
    list-style-type: none;
}

.galleryList li.videogalleri a {
    background-color: #f2f2f2;
    color: #434343;
}

.galleryList li.videogalleri a:hover,
.galleryList li.active.videogalleri a {
    background-color: #e0e0e0;
}

.galleryList li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background-color: #ed1b24;
    padding: 10px 35px;
    text-transform: uppercase;
}

.galleryList li.active a,
.galleryList li:hover a {
    background-color: #c90009;
}

.galleryItem .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.galleryItem:hover .overlay {
    opacity: 1;
}

.galleryItem .overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 28px;
}

.panel-heading {
    position: relative;
    padding-right: 50px;
    background-color: #f1f1f1;
}

.panel-heading .panel-title {
    line-height: 24px;
}

.panel-heading:after {
    content: "\f105";
    color: #9d9d9d;
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    height: 57px;
    line-height: 57px;
    width: 57px;
    text-align: center;
    font-size: 40px;
}

.panel-heading.active:after {
    content: "\f107";
}

.contactDesc ul li {
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#referanslar ul {
    list-style: none;
    margin-top: 20px;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
}

#referanslar ul li {
    border-bottom: 1px solid #efefef;
}

.welcomeTabs {
    padding: 20px 0px;
}

.welcomeTabs .nav.nav-tabs {
    width: 310px;
    float: left;
    position: relative;
    z-index: 99;
    border: 0;
}

.welcomeTabs .nav.nav-tabs.nav-tab-cell > li > a {
    border: none;
    color: #fff;
    display: block;
    font-size: 20px;
    position: relative;
    font-family: 'Avenir Next LT Pro Demi';
    border: 0;
    border-radius: 0;
    margin: 0;
    background-color: #484848;
    margin-bottom: 10px;
    line-height: 60px;
    padding: 0 15px;
}

.welcomeTabs .nav.nav-tabs.nav-tab-cell > li > a i {
    float: right;
    line-height: 60px;
}

.welcomeTabs .nav.nav-tabs.nav-tab-cell > li {
    display: block;
    float: none;
    color: #fff;
    font-weight: 300;
}

.welcomeTabs .nav.nav-tabs.nav-tab-cell > li:first-child {
    font-size: 22px;
    line-height: 26px;
}

.welcomeTabs .nav.nav-tabs.nav-tab-cell > li strong {
    display: block;
    font-weight: 400
}

.welcomeTabs .nav.nav-tabs.nav-tab-cell > li.active > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    background-color: #ca2525;
}

.welcomeTabs .nav.nav-tabs.nav-tab-cell li a:hover,
.welcomeTabs .nav.nav-tabs.nav-tab-cell li a:focus {
    color: #fff;
    background-color: #ca2525;
}

.welcomeTabs .tab-content .tab-pane {
    padding: 0 15px;
    font-size: 20px;
}

.welcomeTabs .tab-content .tab-pane .bannerLink {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    right: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.welcomeTabs .tab-content {
    float: left;
    width: calc(100% - 310px);
}

.welcomeTabs .tab-content .tab-pane {
    min-height: 475px;
    position: relative;
}

.welcomeTabs .tab-content .tab-pane .kategoriContent {
    background-color: #ac1111;
    color: #fff;
}

.welcomeTabs .tab-content .tab-pane .kategoriContent .title {
    font-size: 36px;
    font-family: 'Avenir Next LT Pro Demi';
    display: block;
    margin-bottom: 20px;
}

.welcomeTabs .tab-content .tab-pane .kategoriContent .btn {
    background-color: #ececec;
    font-size: 18px;
    color: #2a2a2a;
    font-family: 'Avenir Next LT Pro Demi';
    padding: 10px 35px;
    margin-top: 15px;
}

.welcomeTabs .tab-content .tab-pane .kategoriPhoto {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.btn.grey {
    background-color: #ececec;
    font-size: 18px;
    color: #2a2a2a;
    font-family: 'Avenir Next LT Pro Demi';
    padding: 10px 35px;
    margin-top: 15px;
    font-size: 18px;
}

.newsItems .item .desc a.btn {
    font-size: 18px;
}

.snip1361 {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
}

.snip1361 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1361 img {
    max-width: 100%;
    vertical-align: top;
}

.snip1361 figcaption {
    position: absolute;
    width: 100%;
    background-color: #e60004;
    padding: 15px 25px 15px;
    color: #fff;
    bottom: 0;
}

.snip1361 figcaption:before {
    /* position: absolute; */
    content: '';
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e60004;
}

.snip1361 h3,
.snip1361 p {
    margin: 0 0 10px;
}

.snip1361 h3 {
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
}

.snip1361 p {
    font-size: 0.9em;
    letter-spacing: 1px;
    opacity: 0.9;
}

.snip1361 a {
    color: #fff;
}

.snip1361:hover a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
}

.snip1361:hover figcaption,
.snip1361.hover figcaption {
    top: 0;
    background-color: rgba(230, 0, 4, 0.64);
}

.snip1361:hover h3 {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.yayinItem {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.kategoriList li a {
    border: none;
    color: #fff;
    display: block;
    font-size: 20px;
    position: relative;
    font-family: 'Avenir Next LT Pro Demi';
    border: 0;
    border-radius: 0;
    margin: 0;
    background-color: #484848;
    margin-bottom: 10px;
    line-height: 60px;
    padding: 0 15px;
}

.kategoriList > li.active > a,
.kategoriList li:hover a,
.kategoriList li a:hover,
.kategoriList li a:focus {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    background-color: #ca2525;
}

.kategoriList > li > a i {
    float: right;
    line-height: 60px;
}

.olcmeButton {
    line-height: 17px;
}

.olcmeButton a {
    padding: 7px 20px 3px 20px !important;
}

.olcmeButton img {
    top: -10px !important;
}

.f-w-demi {
    font-family: 'Avenir Next LT Pro Demi' !important;
}

.form-control.noBorder {
    background-color: #f3f3f3;
    border: 0 !important;
    font-family: 'Avenir Next LT Pro Demi' !important;
}

.satisNoktasiContent table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.satisNoktasiContent table img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.satisNoktasiContent table tr td:first-child {
    width: 250px;
    text-align: center;
    border: 1px solid #ddd;
    border-right: 0;
}

.satisNoktasiContent table tr td {
    border: 1px solid #ddd;
    border-left: 0;
}

.urunItem .photo {
    border: 1px solid #d7d7d7;
}
.urunItem:hover .photo{
    border: 3px solid #ff0000;
}
.urunItem .desc {
    padding: 10px;
    height: 60px;
    overflow: hidden;
}

.urunItem .desc a {
    color: #616161;
    font-size: 15px;
    font-family: 'Avenir Next LT Pro Demi' !important;
}
.urunItem .urunDesc{
    font-size: 14px;
}
.urunItem .urunDesc .title{
    font-family: 'Avenir Next LT Pro Demi' !important;
    display: block;
}
.urunItem.bigBorder{
    border: 1px solid #d7d7d7;
    padding: 10px 0;
}
.urunItem.bigBorder:hover{
    border: 3px solid #ff0000;
}
.urunDetay h1,
.urunDetay h2,
.urunDetay h3,
.urunDetay h4
{
    font-family: 'Avenir Next LT Pro Demi' !important;
}
.urunDetay{
    color: #616161;
}
.dijital #login-form{
    background-color: #e60004;
    padding: 15px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.dijital #login-form .form-control{
    border:0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.dijital #login-form .btn.main{
    background-color: #d8d8d8;
    font-family: 'Avenir Next LT Pro Demi' !important;
    color: #555555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}