@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&subset=latin-ext');
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('animsition.css');
@import url('menuzord-animations.css');
@import url('menuzord.css');
@import url('slider.css');
@import url('slick-theme.css');
@import url('slick.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('swiper.css');
@import url('urunler.css');
@import url('jquery.fancybox.min.css');
@import url('yanMenu.css');

html, body
{
	font-family: 'Montserrat', sans-serif;
	webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}
a, p, li
{
	font-family: 'Montserrat', sans-serif;
}
ul,li
{
	list-style-type: none;
	margin:0;
	padding:0;
}
a:hover{
    text-decoration: none;
}
:focus
{
    outline: 0
}
.btn.focus, .btn:focus {
    outline: 0!important;
    box-shadow: none!important;
}
#full
{
    width: 100%;
    margin: auto;
}
.center
{
    max-width: 1400px;
    width: 1400px;
    margin: auto;
}


/* header */
header
{
    width: 100%;
}
header #ust
{
    width: 100%;
    background: #f6f6f8;
}
header #ust ul.sosyalHeader
{
    float: right;
    width: 100%;
    text-align: right;
    padding: 3px 0;
}
header #ust ul.sosyalHeader li
{
    display: inline-block;
}
header #ust ul.sosyalHeader li a
{
    color: #a9aaae;
    font-size: 14px;
    border-left: 1px solid #a9aaae;
    padding: 0px 5px 0px 10px;
}
header #ust ul.sosyalHeader li:first-child a
{
    border-left: none;
}
header .bottom .menu
{
    width: 100%;
}
header .bottom .menu .menuzord-brand
{
    width: 158px;
    float: left;
}
header .bottom .menu .menuzord-menu
{
    float: right;
}
header .bottom .menu .menuzord-menu > li.dil
{
    background-color: #e21f25;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 3px;
}
header .bottom .menu .menuzord-menu > li.dil a
{
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 43px;
    letter-spacing: 0px;
    font-size: 13px;
}
header .bottom .menu .menuzord-menu > li.film
{
    background-color: #e21f25;
    height: 40px;
    text-align: center;
    border-radius: 25px;
    margin-left: 10px;
    margin-top: 3px;
}
header .bottom .menu .menuzord-menu > li.film a
{
    color: #fff;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0px;
    font-size: 13px;
}
/* ürünler */
#urunler{
    margin-top: 50px;
}
#urunler .owl-item{
    width: 290px
}
#urunler .owl-item .item{
    margin-top: 50px;
    transition: 0.3s ease-in-out all;
}
#urunler .tm-testimonial-author .center-vh .resim {
    position: relative;
}
#urunler .tm-testimonial-author .center-vh .resim img{
    border-radius: 50%;
    width: 226px;
    border: 6px solid #fff;
}
#urunler .tm-testimonial-author .center-vh .text {
    padding: 0px 0px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: 100%;
    display: none;
}
#urunler .owl-item.active.center {
    z-index: 99999;
    margin-left: -30px;
    margin-right: 30px;
    margin-top: -30px;
    display: block;
}
#urunler .owl-item.active.center  .text {
    background: rgba(226,30,36,.6);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 30px;
    text-align: center;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    margin-top: 25px;
    padding-top: 105px;
}
#urunler .owl-item.active.center  .resim img{
    width: 290px;
}

#ara {
    margin-top: 60px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    color: #ffffff;
    padding: 3rem 0;
    text-align: center;
    overflow: hidden;
}
#ara::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(226, 30, 36, .7);
}
#ara h4 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
}
#ara p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 15px 0 35px;
}
.buton {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: rgba(255, 255, 255, .2);
    border: 1px solid transparent;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
    border-radius: 0;
    font-weight: 700;
    font-size: 15px;
    border-radius: 25px;
  }
  
.buton:hover{
    top: 0;
    background: transparent;
    opacity: 1;
    transition: all 0.2s ease;
    border: 1px solid #fff;
    color: #fff;
}
#uclu{
    margin-top: 57px;
}
#uclu .kapasite{
    text-align: center
}
#uclu .kapasite .icon img {
    width: 81px;
    margin-bottom: 27px;
}
#uclu .kapasite .text {
    color: #2b2747;
    font-size: 22px;
   
}
#uclu .kapasite .text span {
    display: block;
    color: #2b2747;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 17px;
}

#haberler {
    background: #f6f6f8;
    padding: 40px 0 27px;
    overflow: hidden;
    margin-top: 50px;
}
#haberler .baslik{
    margin-bottom: 20px;
}
#haberler .baslik h4{
    color: #2b2747;
    font-weight: bold;
    font-size: 20px
}
#haberler .blogposttwo 
{
    background: #fff;
    width: 260px;
    transition: all linear 0.5s;
}

#haberler .blogposttwo .text
{
    padding: 0px 15px 0px;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 999999
}
#haberler .blogposttwo .text p
{
    font-size: 15px;
    color: #2a2646;
    font-weight: 700;
    margin-top: 27px;
    transition: all linear 0.5s;
    text-align: left;
}
#haberler .line-amiation 
{
    position: relative;
    width: 260px;
    height: 220px;
    overflow: hidden;
}
#haberler .line-amiation .resim
{
    transition: all linear 0.5s;
    height: 110px;
    overflow: hidden;
    position: relative;
}
#haberler .line-amiation .resim .tarih
{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
#haberler .line-amiation .resim .tarih .date
{
    background: rgba(42,38,70,.5) none repeat scroll 0 0;
    height: 41px;
    text-align: center;
    padding-top: 9px;
    width: 120px;
    color: #fff;
    font-size: 16px;
    transition: all linear 0.5s;
}
#haberler .blogposttwo:hover
{
    position: relative;
    height: 220px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
#haberler .blogposttwo:hover .line-amiation .resim .tarih .date
{
    background: rgba(226,30,36,.8) none repeat scroll 0 0;
}

#haberler .owl-theme .owl-dots .owl-dot span
{
    width: 11px;
    height: 11px;
    background: #dbdddf;
}
#haberler .owl-theme .owl-dots .owl-dot.active span, #haberler .owl-theme .owl-dots .owl-dot:hover span
{
    background: #ec0000;
}
#haberler .owl-carousel button.owl-dot:focus
{
    outline: 0
}
#haberler .owl-theme .owl-dots
{
    position: absolute;
    top: -60px;
    right: 10px;
}

.altuclu
{
    width: 100%;
    margin-top: 50px;
}
.altuclu .alan.kalite{
    background: #e21f25;
    width: 365px;
    border-radius: 35px
}
.altuclu .alan.film{
    background: #9ca0a4;
    width: 365px;
    border-radius: 35px
}
.altuclu .alan.katalog{
    background: #003056;
    width: 365px;
    border-radius: 35px
}
.altuclu .icon
{
    float: right;
    margin-right: 36px;
}
.altuclu .icon img
{
    width: 44px;
    margin-left: 16px;
    margin-top: 14px;
}
.altuclu .alan
{
    background: rgba(255,255,255,0.1);
    cursor: pointer;
}
.altuclu .text
{
    float: left;
    text-align: right;
    line-height: 72px;
    padding-right: 25px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-left: 36px;
    transition: all .5s ease
}

#footer {
    margin-top: 80px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    color: #ffffff;
    padding: 3rem 0;
    text-align: center;
    overflow: hidden;
}
#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 39, 71, .7);
}
#footer span{
    display: block;
    text-align: left;
    font-size: 13px;
    color: rgba(255, 255, 255, .6)
}
#footer .footerMenu, #footer .footerSosyal {
    text-align: right;
}
#footer .footerMenu li {
    display: inline-block;
}
#footer .footerMenu li a {
    color: #fff;
    font-size: 16px;
    opacity: .5;
    font-weight: 600;
    margin-left: 30px;
    transition: all .3s linear;
}
#footer .footerSosyal {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 46px;
}
#footer .footerSosyal li {
    display: inline-block;
}
#footer .footerSosyal li:first-child a {
    border-left: none;
}
#footer .footerSosyal li a {
    color: #fff;
    font-size: 16px;
    border-left: 1px solid #fff;
    padding: 0px 10px 0px 15px;
    opacity: .5;
    transition: all .3s linear;
}
.footer-alt{
    background: #003056;
    padding: 15px 0;
}
.copy{
    font-size: 13px;
    color: #fff;
    margin: 0;
    padding: 0;
}
/* RIGHT FIXED ICON */
.icon-bar {
    position: fixed;
    top: 41%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}
.icon-bar li {
    display: block;
    text-align: center;
    padding: 6px 0;

}
.icon-bar a img{
    width: 42px;
    border-radius: 50%;
}
.icon-bar li.teklif
{
    border: none;
    transition: all 0.3s ease; 
}
.icon-bar li.teklif img
{
    width: 42px;
    border-radius: 0%;
}
.icon-bar li.teklif:hover
{
    margin-top: 20px;
}
.page-title {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.page-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
}
.page-title .container {
    height: 200px;
    z-index: 99;
    position: relative;
}
.title-holder {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.title-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.title-text h1 {
    margin: 0px 0 0 0;
    color: #fff;
    font-size: 48px;
}
.title-text .entry-meta {
    margin-top: 30px;
    padding: 0;
}
.title-text .entry-meta li {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}
.entry-meta li a {
    color: #fff;
}
.genelBaslik {
    text-align: left;
    width: 100%;
    margin: 25px 0;
}
.genelBaslik h6 {
    font-weight: bold;
    font-size: 24px;
    color: #2b2747;
    margin: 0;
    padding: 0;
}
.genelBaslik .bBorder {
    background-color: #e21f25;
    width: 80px;
    height: 4px;
    margin: 15px 0 0;
}
#sayfa{
    width: 100%
}
#sayfa p{
    text-align: left;
    width: 100%;
}

.tg-brands.sertifika {
    margin: 0;
}
.tg-brands.sertifika figure {
    margin: 0;
    width: 33%;
    float: left;
    padding: 0 10px 10px;
    text-align: center;
}
.tg-brands.sertifika figure span {
    width: 100%;
    height: 390px;
    float: left;
    display: flex;
    border-radius: 0px;
    border: 1px solid #ddd;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #fff;
    font-weight: 600;
    color: #505050;
    padding: 5px;
}
.tg-brands.sertifika figure span a img{
    width: 100%
}
ul.list{
    margin: auto;
}
ul.list li{
    text-align: left;
}
ul.list li span {
    font-size: 34px;
    vertical-align: middle;
    color: #e21f25;
    line-height: normal;
}

.cover{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.cover .back{
    position: absolute;
    top: 0%;
    left: 0%;
    background: rgba(0, 0, 0, .5);
    width: 0%;
    height: 100%;
    transition: width .5s ease;
}
.cover .images .cc{
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 34px;
    opacity: 0;
    transition: all 1s ease-out;
}

.cover:hover .back{
    width: 100%;
}
.cover:hover .cc{
    opacity: 1;
    top: 50%;
}
.urunSlider{
    margin-bottom: 50px
}

.haberler{
    margin: 50px 0;
}


.haberler .figure-caption{
    font-size: 15px;
    font-weight: bold;
    color: #2a2646;
    margin: 10px 0;
}
.haberler p{
    font-size: 13px;
    color: #2a2646
}

.iletisim{
    width: 33%;
}
.border-bottom {
    width: 100%;
    height: 1px;
    background: #a9aaae;
    margin: 15px 0;
}
.form{
    width: 100%;
    margin-top: 50px;
}
.formgg {
    margin:  0 0 1em;
    position: relative;
    float: left;
    width: 50%;
}
.formgg.big {
    margin:  0 0 1em;
    position: relative;
    float: none;
    width: 100%;
    display: block
}
.formgg .coverWrap {
    position: relative;
    border-radius: 14px;
    height: 42px;
    background: #f6f6f8;
    width: 98%;
}
.formgg .coverWrap.big {
    position: relative;
    border-radius: 14px;
    height: 92px;
    background: #f6f6f8;
    width: 99%
}
.formgg .coverWrap span {
    position: absolute;
    left: 0;
    top: 0;
    user-select: none;
    -webkit-user-select: none;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    width: 17px;
    height: 19px;
    line-height: 17px;
    margin: 11px 10px;
    text-align: left;
}
.formgg .coverWrap p {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  font-weight: 500;
  margin: 17px 0 0;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.formgg .coverWrap span img{
  display: inline-block;
  vertical-align: middle;
}
.formgg .coverWrap .formcc {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 15px;
    font-weight: 400;
    position: absolute;
    outline: none;
    font-size: 15px;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #2f2f2e
}
.formgg .coverWrap .formcc.big {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 400;
    position: absolute;
    outline: none;
    font-size: 15px;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #2f2f2e;

}
.sendButton{
    background: #e21f25;
    padding: 12px 41px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all .5s ease;
}

.sendButton:hover, .sendButton:focus{
    background: #2b2747;
    outline: 0;
    color: #fff;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-next-icon {
    background-image: url(../images/right.png);
}
.carousel-control-prev-icon {
    background-image: url(../images/left.png);
}




















