@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,400i,700,800&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Yesteryear&display=swap');
@import url('font-awesome.min.css');
@import url('animsition.css');
@import url('animate.css');
@import url('menuzord-animations.css');
@import url('menuzord.css');
@import url('slider.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('smenu.css');
@import url('jquery.fancybox.min.css');

body, html
{
    margin:0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}
a
{
    text-decoration: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
a:hover, a:focus
{
    text-decoration: none;
    outline: 0;
}
ul, li
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
.animsition {
    position: absolute;
    z-index : 100;
    left    : 0;
    width   : 100%;
    top     : 0;
    height  : 100%;
}
/*HEADER*/
header #headerUst
{
    background-color: #f8f8f8;
    padding: 6px 0;
}
header #headerUst ul.headerSosyal
{
    float: right;
    margin-right: -15px;
}
header #headerUst ul.headerSosyal li
{
    float: left;
}
header #headerUst ul.headerSosyal li:first-child
{
    border-left: none;
}

header #headerUst ul.headerSosyal li a
{
    color: #411565;
    font-size: 14px;
    border-left: 1px solid #411565; 
    padding: 0 13px;
}
header #headerUst ul.headerSosyal li:first-child a
{
    border: none;
}
header #headerAlt
{
    padding: 18px 0;
}
header #headerAlt .menu
{
    float: right;
    width: 100%
}

/*URUNLER*/
#urunler
{
    margin-top: 115px;
    position: relative;
}
#urunler .resimAlan
{
    position: relative;
}
#urunler .resimAlan .resim img
{
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#urunler .ust .resimAlan .mor
{
    width: 212px;
    height: 212px;
    background: rgba(127, 86, 148, .8);
    border-radius: 50%;
    position: absolute;
    top: -43px;
    right: -20px;
}
#urunler .alt .resimAlan .mor
{
    width: 212px;
    height: 212px;
    background: rgba(127, 86, 148, .6);
    border-radius: 50%;
    position: absolute;
    bottom: -43px;
    right: -20px;
}
#urunler .ust .resimAlan .mor .text
{
    color: #fff;
    font-size: 25px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Nunito', sans-serif;
}
#urunler .alt .resimAlan .mor .text
{
    color: #fff;
    font-size: 25px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Nunito', sans-serif;
}
#urunler .ust .yaziAlan
{
    margin-top: 36px;
    text-align: center;
    color: #46474f;
    font-size: 18px;
}
#urunler .alt .yaziAlan
{
    margin-top: 80px;
    text-align: center;
    color: #46474f;
    font-size: 18px;
}
#urunler .butonAlan
{
    margin-top: 28px;
    text-align: center;
    width: 100%;
    padding-left: 80px;
}
#urunler  .butonAlan .yuvarlak
{
    width: 50px;
    height: 50px;
    background: rgba(127, 86, 148, .2);
    border-radius: 50%;
    margin: auto;
    float: left;
}
#urunler .butonAlan .urunButon
{
   color: #411565;
   font-size: 18px;
   float: left;
   margin-top: 13px;
   margin-left: -26px
}
/*BLOG*/
#blog
{
    background: #f9f9fb;
    padding: 37px 0;
    margin-top: 66px;
}
#blog .baslik
{
    width: 100%;
    text-align: center
}
#blog .baslik .small
{
    color: #46474f;
    font-size: 22px;
}
#blog .item{
    height: 200px;
    width: 400px;
    padding-top: 20px;
    position: relative;
}
#blog .baslik .slogan
{
    color: #411565;
    font-size: 50px;
    margin-bottom: 30px;
}
#blog .sol1 .resimAlan
{
    float: left;
}

#blog .resimAlan .resim img
{
    border-radius: 50%;
    z-index: 1;
    position: relative;
}
#blog .sol1 .resimAlan .mor
{
    width: 140px;
    height: 140px;
    background: rgba(127, 86, 148, .8);
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: -20px;
    z-index: 0;
}
#blog .sol1 .yaziAlan
{
    float: left;
    width: 280px;
    margin-left: 20px;
    margin-top: -25px;
}
#blog .sol1 .yaziAlan .baslik
{
    margin-top: 0px;
    color: #411565;
    font-size: 24px;
    text-align: left;
    line-height: normal
}
#blog .sol1 .yaziAlan .aciklama
{
    margin-top: 0px;
    color: #46474f;
    font-size: 16px;
    text-align: left;
    line-height: normal
}
#blog .sol1 .yaziAlan .butonBlog
{
    margin-top: 0px;
    color: #411565;
    font-size: 16px;
    text-align: left;
    line-height: normal
}
#blog .sol2 .resimAlan
{
    float: right;
}
#blog .sol2 .resimAlan .resim img
{
    border-radius: 50%;
    z-index: 1;
    position: relative;
}
#blog .sol2 .resimAlan .mor
{
    width: 140px;
    height: 140px;
    background: rgba(127, 86, 148, .8);
    border-radius: 50%;
    position: absolute;
    bottom: 2px;
    right: -20px;
    z-index: 0;
}
#blog .sol2 .yaziAlan
{
    float: left;
    width: 280px;
    margin-right: 20px;
    margin-top: -25px;
}
#blog .sol2 .yaziAlan .baslik
{
    margin-top: 0px;
    color: #411565;
    font-size: 24px;
    text-align: left;
    line-height: normal
}
#blog .sol2 .yaziAlan .aciklama
{
    margin-top: 0px;
    color: #46474f;
    font-size: 16px;
    text-align: left;
    line-height: normal
}
#blog .sol2 .yaziAlan .butonBlog
{
    margin-top: 0px;
    color: #411565;
    font-size: 16px;
    text-align: left;
    line-height: normal
}
#blog .sol2 {
    margin-left: 50px;
}

#blog .sol3 .resimAlan
{
    float: left;
}
#blog .sol3 .resimAlan .mor
{
    width: 140px;
    height: 140px;
    background: rgba(127, 86, 148, .8);
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: -20px;
    z-index: 0;
}
#blog .sol3 .yaziAlan
{
    float: left;
    width: 280px;
    margin-left: 20px;
    margin-top: -25px;
}
#blog .sol3 .yaziAlan .baslik
{
    margin-top: 0px;
    color: #411565;
    font-size: 24px;
    text-align: left;
    line-height: normal
}
#blog .sol3 .yaziAlan .aciklama
{
    margin-top: 0px;
    color: #46474f;
    font-size: 16px;
    text-align: left;
    line-height: normal
}
#blog .sol3 .yaziAlan .butonBlog
{
    margin-top: 0px;
    color: #411565;
    font-size: 16px;
    text-align: left;
    line-height: normal
}
#blog .sol4 .resimAlan
{
    float: right;
}
#blog .sol4 .resimAlan .resim img
{
    border-radius: 50%;
    z-index: 1;
    position: relative;
}
#blog .sol4 .resimAlan .mor
{
    width: 140px;
    height: 140px;
    background: rgba(127, 86, 148, .8);
    border-radius: 50%;
    position: absolute;
    bottom: 2px;
    right: -20px;
    z-index: 0;
}
#blog .sol4 .yaziAlan
{
    float: left;
    width: 280px;
    margin-right: 20px;
    margin-top: -25px;
}
#blog .sol4 .yaziAlan .baslik
{
    margin-top: 0px;
    color: #411565;
    font-size: 24px;
    text-align: left;
    line-height: normal
}
#blog .sol4 .yaziAlan .aciklama
{
    margin-top: 0px;
    color: #46474f;
    font-size: 16px;
    text-align: left;
    line-height: normal
}
#blog .sol4 .yaziAlan .butonBlog
{
    margin-top: 0px;
    color: #411565;
    font-size: 16px;
    text-align: left;
    line-height: normal
}
#blog .sol4 {
    margin-left: 50px;
}

#footer {
    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 2rem;
    text-align: left;
    overflow: hidden;
}
.logoFooter{
    text-align: right
}
.footerBorder{
    background: #6b6974;
    height: 1px;
    width: 100%;
    margin: 33px 0;
}
#footer .footerSosyal {
    width: 100%;
}
#footer .footerSosyal li {
    display: inline-block;
}
#footer .footerSosyal li:first-child a {
    border-left: none;
    padding-left: 0;
}
#footer .footerSosyal li a {
    color: #fff;
    font-size: 16px;
    border-left: 1px solid #fff;
    padding: 0px 10px 0px 15px;
    transition: all .3s linear;
}
.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: 60px;
}
.title-text .entry-meta {
    margin-top: 30px;
    padding: 0;
}
.title-text .entry-meta li {
    color: #fff;

    display: inline-block;
    margin-right: 5px;
}
.entry-meta li a {
    color: #fff;
    font-size: 18px;
}
main{
    margin-top: 90px;
    margin-bottom: 90px;
}
.sayfaResim{
    position: relative;
    margin-left: 80px;
}
.sayfaResim img{
    position: relative;
    z-index: 1;
}
.sayfaResim:before{
    content: '';
    position: absolute;
    top: -38px;
    left: -38px;
    background: url(../images/sayfaresimBg.png);
    width: 420px;
    height: 420px;
    z-index: 0;
}
.sayfaBaslik
{
    border-bottom: 1px solid #cfc4d8;
    margin-bottom: 20px;
    margin-top: -9px;
}
.sayfaBaslik .title{
    font-size: 22px;
    color: #46474f
}
.sayfaBaslik .baslik{
    font-size: 40px;
    color: #411565
}
.sayfaBaslik.blogBaslik
{
    text-align: center;
}
.sayfa{
    color: #46474f;
    font-size: 18px;
    text-align: justify
}
.carousel-control.right{
    background: url(../images/left.png) no-repeat!important;
    width: 32px;
    height: 32px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.carousel-control.left{
    background: url(../images/right.png) no-repeat!important;
    width: 32px;
    height: 32px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
#carousel-example-generic.sayfaSlider{
    margin: 30px 0
}
#carousel-example-generic .bg 
{
    background: #ece7ef;
    width: 100%;
    height: 289px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.galeri img{
    margin-bottom: 20px
}

.blogposttwo 
{
    background: #f8f8f8;
    transition: all linear 0.5s;
    margin-bottom: 30px;
}
.blogposttwo .baslik
{
    padding: 28px 15px 0px;
    color: #46474f;
    font-size: 23px;
    transition: all linear 0.3s;
    text-align: left;
}
.blogposttwo .text
{
    padding: 10px 15px 10px;
    background: transparent;
    width: auto;
}
.blogposttwo .text p
{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-top: 5px;
    transition: all linear 0.5s;
    text-align: left;
}
.line-amiation 
{
    position: relative;
    overflow: hidden;
}
.line-amiation .resim
{
    transition: all linear 0.5s;
    overflow: hidden;
    position: relative;
}
.line-amiation .resim img
{
    transition: all linear 0.5s;;
}
.line-amiation .resim .tarih
{
    position: absolute;
    top: 10px;
    left: -100%;
    width: 100%;
    transition: all ease .5s
}
.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;
}
.blogposttwo:hover
{
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.blogposttwo:hover .baslik
{
    color: #411565;
}
.blogposttwo:hover .line-amiation .resim .tarih
{
    left: 13px;
}
.blogposttwo:hover .line-amiation .resim .tarih .date
{
    background: rgba(65,21,101,.8) none repeat scroll 0 0;
}
.blogposttwo:hover .line-amiation .resim img
{
    -webkit-transform: rotate(3deg) scale(1.1);
    transform: rotate(2deg) scale(1.1);
}
.single-contact-option{
    margin-bottom: 10px;
    margin-top: 10px;
}
.single-contact-option i {
    color: #00394b;
    font-size: 30px;
    margin-bottom: 10px;
    float: left;
}
.single-contact-option h4 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #411565;
    float: left;
}
.single-contact-option p, .single-contact-option p a {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
    text-align: left;
}
.single-contact-option p.telefon{
    margin-top: 35px;
}
.form{
    margin-top: 30px;
}
.formgg {
  margin:  0 0 1em;
  position: relative;
}
.formgg .coverWrap {
    position: relative;
    height: 42px;
    background: #f6f6f8;
    border-radius: 0.25rem;
}
.formgg .coverWrap.big {
    position: relative;
    height: 92px;
    background: #f6f6f8;
    border-radius: 0.25rem;
}
.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;
}
.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: #411565;
    padding: 8px 20px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: all .5s ease;
    border-radius: .25rem
}
.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f6f8;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 42px;
  line-height: 25px;
  color: #000;
  border-radius: 5px 10px 10px 5px;
}
.file-upload-wrapper:before {
    content: 'Dosya Seçin';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 42px;
    background: #e21e24;
    color: #fff;
    z-index: 25;
    font-size: 16px;
    line-height: 42px;
    padding: 0 15px;
    pointer-events: none;
    border-radius: 0;
    transition: all .5s ease;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.file-upload-wrapper:hover:before {
  background: #000;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.sendButton:hover, .sendButton:focus{
    background: #000;
    outline: 0;
}
.maps {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}

.slick-slide:focus
{
    outline: 0
}
.logoAbdul {
    float: right;
}