/*
Theme Name: WordPress Kurumsal 3
Theme URI: https://www.thewp.com.tr/
Description: Tüm hakları THEWP tarafına ait olan Profesyonel WordPress Kurumsal 3 temasıdır.
Author: Thewp.com.tr
Author URI: https://www.thewp.com.tr/
Version: v1
License: theWP - Tüm Hakları Saklıdır.
Tags: Kurumsal Tema, Wordpress Kurumsal Tema
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');

body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    font-family: 'Open Sans', sans-serif; 
    background: #fff;
}

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

input,
textarea,
button {
    outline: 0;
    box-sizing: border-box;
}

.ortala {
    width: 1140px;
    margin: 0 auto;
}

.efekt {
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.sifir {
    clear: both;
    overflow: hidden;
    position: relative;
}

#ust {
    background: #fafafa;
}

#ust .ust {
    background: #333;
    max-height: 50px;
    overflow: hidden;
}

#ust .ust ul.sosyal {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin: 11px 0;
}

#ust .ust ul.sosyal li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

#ust .ust ul.sosyal li a {
    display: block;
    color: #929497;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #929497;
}

#ust .ust ul.sosyal li a:hover {
    color: #fff;
    border-color: #fff;
}

#ust .ust .arama {
    float: right;
    background: #666;
    padding: 0 10px;
    color: #ccc;
}

#ust .ust .arama input {
    background: 0;
    padding: 17px 5px;
    border: 0;
    color: #ccc;
}

#ust .alt {
    border-bottom: 1px solid #dcdcdc;
    height: 110px;
}

#ust .alt .logo {
    float: left;
    margin: 30px 0;
}

#ust .alt .logo img {
    max-width: 100%;
    max-height: 60px;
}

#ust .alt ul.menu {
    float: right;
    margin: 35px 0;
    padding: 0;
    list-style: none;
}

#ust .alt ul.menu li {
    display: inline-block;
    float: left;
    position: relative;
    padding-bottom: 5px;
}

#ust .alt ul.menu li a {
    color: #333;
    font-size: 18px;
    margin-left: 15px;
    padding: 10px;
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;    
}

#ust .alt ul.menu li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;    
}

#ust .alt ul.menu li a:hover:before {
    right: 0;
}

#ust .alt ul.menu li ul {
    position: absolute;
    top: 100%;
    left: -150px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #0392ce;
    width: 160px;
    box-sizing: border-box;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -webkit-transition: all .3s ease-in-out;    
}

#ust .alt ul.menu li ul li a:before {
    content: none;
}

#ust .alt ul.menu li ul li {
    display: block;
    float: none;
    padding-bottom: 0;
}

#ust .alt ul.menu li ul li a {
    color: #fff;
    border-bottom: 1px solid #81c9e7;
    display: block;
    float: none;
    margin-left: 0;
    font-size: 14px;    
}

#ust .alt ul.menu li ul li:last-child a {
    border-bottom: 0;
}

#ust .alt ul.menu li:hover > ul {
    opacity: 1;
    left: 0;
    z-index: 999;
}

#ust .alt ul.menu li ul li ul {
    left: 100% !important;
    top: 0;    
}

#ust .alt ul.menu li ul li ul li a {
    border-bottom: 1px solid #81c9e7 !important;
}

#ust .alt ul.menu li ul li ul li:last-child a {
    border: 0 !important;
}

#ust .alt .bslk,
#ust .alt .acklm {
    display: none;
}

#slayt {
    margin-top: 30px;
}

#slayt .ortala {
    position: relative;
}

#slayt .swiper-slide img {
    width: 100%;
    height: 100%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

#slayt .geri,
#slayt .ileri {
    background: #ccc;
    width: 45px;
    height: 45px;
    font-size: 35px;
    transform: rotate(45deg) ;
    -webkit-transform: rotate(45deg) ;
    -moz-transform: rotate(45deg) ;
    -o-transform: rotate(45deg) ;
    -ms-transform: rotate(45deg) ;
}

#slayt .geri:hover,
#slayt .ileri:hover {
    background: #0392ce;    
}

#slayt .geri .fa,
#slayt .ileri .fa {
    transform: rotate(-45deg) ;
    -webkit-transform: rotate(-45deg) ;
    -moz-transform: rotate(-45deg) ;
    -o-transform: rotate(-45deg) ;
    -ms-transform: rotate(-45deg) ; 
    color: #fff;
    margin: 7px 15px;    
}

#slayt .geri {
    left: -22px;
}

#slayt .ileri {
    right: -22px;
}

#slayt .ileri .fa {
    margin: 4px 18px;
}

#slayt .aciklama {
    position: absolute;
    right: 75px;
    top: 125px;
    max-width: 350px;
    max-height: 250px;
    text-align: right;
}

#slayt .aciklama h1 {
    font-size: 60px;
    font-weight: bolder;
    color: #666666;
    margin: 0;
}

#hizmetlerimiz {
    position: relative;
    margin-bottom: 5px;
}

#hizmetlerimiz .arka {
    width: 100%;
    height: 280px;
    background: #0392ce;
    margin-top: -38px;
    position: absolute;
}

#hizmetlerimiz .ortala {
    position: relative;
    top: -25px;
    z-index: 999;    
}

#hizmetlerimiz .baslik {
    text-align: center;
}

#hizmetlerimiz .baslik span {
    background: url(rsm/baslik.png);
    font-size: 28px;
    color: #fff;
    display: inline-block;
    width: 340px;
    display: inline-block;
    height: 60px;
    line-height: 60px;    
    position: relative;
    font-weight: 300;
}

#hizmetlerimiz .hizmetalt {
    margin-top: 40px;
    overflow: hidden;
}

#hizmetlerimiz .hizmetalt .hizmet {
    position: relative;
    float: left;
    width: 285px;
    height: 285px;
}

#hizmetlerimiz .hizmetalt .hizmet img {
    width: 285px;
    height: 285px;
}

#hizmetlerimiz .hizmetalt .hizmet:hover .hover {
    display: block;
}

#hizmetlerimiz .hizmetalt .hizmet .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,204,0,.80);
    display: none;
}

#hizmetlerimiz .hizmetalt .hizmet .hover span {
    color: #fff;
    position: absolute;
    font-size: 24px;
    top: 50%;
    text-align: center;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    font-weight: 800;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, .40);
}

#hizmetlerimiz .hizmetalt .hizmet.renk2 .hover {
    background: rgba(0,153,204,.80);
}

#hizmetlerimiz .hizmetalt .hizmet.renk3 .hover {
    background: rgba(102,204,51,.80);
}

#hizmetlerimiz .hizmetalt .hizmet.renk4 .hover {
    background: rgba(255,51,51,.80);
}

#icerik .dort {
    padding: 15vh 0;
    text-align: center;
    color: #666;
}

#icerik .dort h1 {
    font-size: 60px;
}

#icerik .solkutu {
    width: 555px;
    float: left;
    border: 1px solid #dcdcdc;
    padding: 20px;
    box-sizing: border-box;
    background: #fafafa;
    min-height: 403px;
}

#icerik .solkutu .baslik {
    font-size: 20px;
    color: #666;
    overflow: hidden;
}

#icerik .solkutu .baslik .sayf {
    float: right;
    font-size: 13px;
}

#icerik .solkutu .baslik .sayf .tumu {
    background: #0392ce;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    float: left;
}

#icerik .solkutu .baslik .sayf span {
    background: #ccc;
    width: 25px;
    height: 25px;
    float: left;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-left: 3px;
}

#icerik .solkutu .baslik .sayf span:hover {
    background: #999;
}

#icerik .solkutu .slayt {
    margin-top: 10px;
}

#icerik .solkutu .slayt .haber {
    border: 1px solid #dcdcdc;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
}

#icerik .solkutu .slayt .haber .resim {
    float: left;
    height: 100px;
}

#icerik .solkutu .slayt .haber .resim img {
    width: 150px;
    height: 100px;
}

#icerik .solkutu .slayt .haber .aciklama {
    padding: 10px;
    overflow: hidden;
}

#icerik .solkutu .slayt .haber .aciklama h2 {
    margin: 0;
}

#icerik .solkutu .slayt .haber .aciklama h2 a {
    color: #0392ce;
    font-size: 16px;
}

#icerik .solkutu .slayt .haber .aciklama h2 a:hover {
    color: #0a4a72;
}

#icerik .solkutu .slayt .haber .aciklama p {
    margin: 0;
    color: #666;
    font-size: 13px;
    margin-top: 10px;
    max-height: 44px;
    overflow: hidden;
}

#icerik .solkutu .slayt .haber:last-child {
    margin: 0;
}

#icerik .sagkutu {
    width: 555px;
    float: right;
    box-sizing: border-box;
}

#icerik .sagkutu .urunler {
    border: 1px solid #dcdcdc;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 11px;
}

#icerik .sagkutu .urunler .baslik {
    font-size: 20px;
    color: #666;
    overflow: hidden;
}

#icerik .sagkutu .urunler .baslik .sayf {
    float: right;
    font-size: 13px;
}

#icerik .sagkutu .urunler .baslik .sayf .tumu {
    background: #0392ce;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    float: left;
}

#icerik .sagkutu .urunler .baslik .sayf span {
    background: #ccc;
    width: 25px;
    height: 25px;
    float: left;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-left: 3px;
}

#icerik .sagkutu .urunler .baslik .sayf span:hover {
    background: #999;
}

#icerik .sagkutu .urunler .urun {
    border: 1px solid #ccc;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
}

#icerik .sagkutu .urunler .urun img {
    width: 100%;
    height: 100%;
	display:block;
}

#icerik .sagkutu .urunler .swiper-container {
    margin-top: 10px;
}

#icerik .sagkutu .fotogaleri {
    background: #333;
    padding: 20px;
}

#icerik .sagkutu .fotogaleri .baslik {
    font-size: 20px;
    color: #999;
    overflow: hidden;
}

#icerik .sagkutu .fotogaleri .baslik .sayf {
    float: right;
    font-size: 13px;
}

#icerik .sagkutu .fotogaleri .baslik .sayf .tumu {
    background: #0392ce;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    float: left;
}

#icerik .sagkutu .fotogaleri .baslik .sayf span {
    background: #ccc;
    width: 25px;
    height: 25px;
    float: left;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-left: 3px;
}

#icerik .sagkutu .fotogaleri .baslik .sayf span:hover {
    background: #999;
}

#icerik .sagkutu .fotogaleri .swiper-container {
    margin-top: 10px;
}

#icerik .sagkutu .fotogaleri .foto {
    border: 1px solid #ccc;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
}

#icerik .sagkutu .fotogaleri .foto img {
    width: 100%;
    height: 100%;
	display:block;
}

#icerik.ort {
    overflow: inherit;
}

#icerik .isortak {
    clear: both;
    background: #fafafa;
    padding-bottom: 30px;
    margin-top: 60px;
}

#icerik .isortak .baslik {
    position: relative;
    height: 50px;
    position: relative;
    top: -25px;
}

#icerik .isortak .baslik .orta {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}

#icerik .isortak .baslik .arkabas {
    background: url(rsm/baslik.png) no-repeat;
    font-size: 28px;
    color: #fff;
    padding: 10px 62px;   
    display: inline-block;
    font-weight: 300;
}

#icerik .isortak .baslik span {
    background: #ccc;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-top: 15px;
}

#icerik .isortak .baslik span:hover {
    background: #999;
}

#icerik .isortak .baslik .solok {
    float: left;
    margin-right: 35px;
}

#icerik .isortak .baslik .sagok {
    float: right;
    margin-left: 35px;
}

#icerik .isortak .swiper-container {
    margin-top: 20px;
}

#icerik .isortak .swiper-container .swiper-slide {
    border: 1px solid #ccc;    
    box-sizing: border-box;
    line-height: 0;
    height: 170px;
}

#icerik .isortak .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

#baslik-alan {
    background: url(rsm/headbaslik.png) no-repeat center center;
    height: 120px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#baslik-alan.foto {
    background-image: url(rsm/headbaslik2.png);
}

#baslik-alan h1 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
}

#icerik {
    overflow: hidden;
    clear: both;
}

#icerik.yukari {
    margin-top: -40px;
}

#icerik .sol-alan {
    width: 820px;
    float: left;
}

#icerik .sol-alan .post {
    margin-bottom: 30px;
    overflow: hidden;
}

#icerik .sol-alan .post .resim {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

#icerik .sol-alan .post .tarih {
    background: #999;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
}

#icerik .sol-alan .post .tarih .fa {
    margin-right: 5px;
}

#icerik.single .sol-alan .post .resim img {
    width: 100%;
    height: auto;
}

#icerik .sol-alan .post .resim img {
    width: 100%;
    height: 100%;
}

#icerik .sol-alan .post .alt .baslik {
    font-size: 22px;
    margin: 0;
}

#icerik .sol-alan .post .alt .baslik a {
    font-weight: 600;
    color: #666;
}

#icerik.page .sol-alan .post .alt .ozet p:first-child,
#icerik .sol-alan .post .alt .ozet p:first-child {
    margin-top: 0;
}

#icerik .sol-alan .post .alt .ozet p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #666;
}


#icerik .sol-alan .post .alt .ozet img {
    max-width: 100%;
    height: auto;
}

#icerik .sol-alan .post .alt .devam {
    font-size: 16px;
    background: #999;
    color: #fff;
    float: left;
    padding: 10px;
    margin-top: 10px;
}

#icerik .sol-alan .post:hover .alt .baslik a {
    color: #0392ce;
}

#icerik .sol-alan .post:hover .tarih,
#icerik .sol-alan .post:hover .alt .devam {
    background: #0392ce;
}

#icerik .sol-alan .sayfalama {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#icerik .sol-alan .sayfalama li {
    display: inline-block;
    margin-right: 5px;
}

#icerik .sol-alan .sayfalama li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 19px;
    background: #ccc;
    display: block;
    color: #fff;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#icerik .sol-alan .sayfalama li a:hover {
    background: #999;
}

#icerik .sidebar {
    float: right;
    width: 300px;
}

#icerik .sidebar .widget {
    padding: 20px;
    margin-bottom: 20px;
}

#icerik .sidebar .widget .widget-baslik {
    font-size: 18px;
    color: #fff;
    position: relative;
}

#icerik .sidebar .widget .widget-baslik:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background: #fff;
    right: 0;
    left: 0;
}

#icerik .sidebar .widget .widget-baslik span {
    padding-right: 30px;
    background: #0a4a72;
    z-index: 1;
    position: relative;    
}

#icerik .sidebar .widget .alt {
    margin-top: 20px;
}

#icerik .sidebar .menu {
    background: #0a4a72;
}

#icerik .sidebar .widget ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#icerik .sidebar .widget ul.menu li {
    display: block;
}

#icerik .sidebar .widget ul.menu li a {
    color: #fff;
    padding: 10px 0;
    display: block;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#icerik .sidebar .widget ul.menu li a:hover {
    padding-left: 10px;
}

#icerik .sidebar .widget ul.menu li ul {
    padding-left: 10px;
}

#icerik .sidebar .haber {
    background: #0392ce;
}

#icerik .sidebar .haber .widget-baslik span {
    background: #0392ce;
}

#icerik .sidebar .widget .post {
    background: #fff;
    margin-bottom: 10px;
}

#icerik .sidebar .widget .post:last-child {
    margin-bottom: 0;
}

#icerik .sidebar .widget .post .resim {
    width: 100px;
    height: 100px;
    float: left;
}

#icerik .sidebar .widget .post .resim img {
    width: 100%;
    height: 100%;
}

#icerik .sidebar .widget .post .baslik {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    height: 100px;
    box-sizing: border-box;
}

#icerik .sidebar .widget .post .baslik a {
    font-size: 16px;
    font-weight: bold;
    color: #999;
}

#icerik .sidebar .widget .post:hover .baslik a {
    color: #0392ce;
}

#icerik .sidebar .iletisim {
    background: #3eb8d7;
}

#icerik .sidebar .iletisim .widget-baslik span {
    background: #3eb8d7;
}

#icerik .sidebar .widget ul.iletken {
    margin: 0;
    padding: 0;
    list-style: none;
}

#icerik .sidebar .widget ul.iletken li {
    display: block;
    color: #fff;
    padding: 10px 0;
}

#icerik.single .sol-alan .post {
    padding: 20px;
    background: #fff;
    margin-bottom: 0;
}

#icerik.single .sol-alan .post .alt .bilgiler {
    margin-top: 20px;
}

#icerik.single .sol-alan .post .alt .bilgiler span {
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}

#icerik.single .sol-alan .post .alt .bilgiler span .fa {
    font-size: 14px;
    margin-right: 5px;
}

#icerik.single .sol-alan .post .alt .bilgiler span a {
    color: #999;
}

#icerik.single .sol-alan .post .alt .bilgiler span a:hover {
    color: #666;
}

#icerik.single .sol-alan .yorumlar-liste .yorumlar-baslik {
    background: #666;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    font-weight: normal;
}

#icerik.single .sol-alan .yorumlar-liste .yorum {
    border: 1px solid #dcdcdc;
    padding: 10px;
    margin-top: 10px;
}

#icerik.single .sol-alan .yorumlar-liste #children .yorum {
    margin-left: 40px;
}

#icerik.single .sol-alan .yorumlar-liste .yorum .resim {
    display: table-cell;
    vertical-align: top;
}

#icerik.single .sol-alan .yorumlar-liste .yorum .resim img {
    width: 90px;
    height: 90px;
}

#icerik.single .sol-alan .yorumlar-liste .yorum .yorum-sag {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    width: 100%;
}

#icerik.single .sol-alan .yorumlar-liste .yorum .yorum-sag .ust {
    overflow: hidden;
}

#icerik.single .sol-alan .yorumlar-liste .yorum .yorum-sag .ust .ad a {
    color: #666;
    font-weight: bold;
    float: left;
}

#icerik.single .sol-alan .yorumlar-liste .yorum .yorum-sag .ust .tarih {
    float: right;
    color: #999;
    font-size: 12px;
    font-weight: 300;
}

#icerik.single .sol-alan .yorumlar-liste .yorum .yorum-sag p {
    margin: 10px 0 5px 0;
    color: #666;
    font-weight: 300;
}

#icerik.single .sol-alan .yorumlar-liste .yorum .yorum-sag .cevapla {
    color: #f17a21;
    font-size: 12px;
}

#icerik.single .sol-alan .yorum-form {
    margin-bottom: 30px;
    overflow: hidden;
}

#icerik.single .sol-alan .yorum-form .form-baslik {
    height: 60px;
    font-size: 15px;
    background: #666;
    padding: 15px 10px;
    box-sizing: border-box;
    color: #fff;
}

#icerik.single .sol-alan .yorum-form .form-alt {
    margin-top: -20px;
    padding: 0 10px;
}

#icerik.single .sol-alan .yorum-form .form-alt .form-sag.genislet {
    width: 100%;
}

#icerik.single .sol-alan .yorum-form .form-alt .form-sol {
    float: left;
    width: 300px;
}

#icerik.single .sol-alan .yorum-form .form-alt .form-sol input {
    color: #ccc;
    font-size: 10px;
    border: 1px solid #cacaca;
    height: 35px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

#icerik.single .sol-alan .yorum-form .form-alt .form-sol input:last-child {
    margin-bottom: 0;
}

#icerik.single .sol-alan .yorum-form .form-alt .form-sag {
    float: right;
    width: 490px;
}

#icerik.single .sol-alan .yorum-form .form-alt .form-sag textarea {
    color: #ccc;
    font-size: 10px;
    border: 1px solid #cacaca;
    height: 80px;
    width: 100%;
    padding: 10px;
    margin-bottom: 7px;   
    resize: none;
}

#icerik.single .sol-alan .yorum-form .form-alt .form-sag .gonder {
    background: #dcdcdc;
    border: 0;
    width: 100%;
    height: 35px;
    font-weight: bold;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}


#icerik.single .sol-alan .yorum-form .form-alt .form-sag .gonder:hover {
    background: rgba(0,0,0,.15);
}

#icerik.page .sol-alan .post .alt .ozet p {
    margin-bottom: 30px;
}

#icerik.page .sol-alan .post .alt .ozet p:last-child {
    margin: 0;
}

#icerik .ic-alan {
    background: #fff;
    padding-top: 35px;
}

#icerik .ic-alan ul.butonlar {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#icerik .ic-alan ul.butonlar li {
    display: inline-block;
    font-weight: 300;
    font-size: 20px;
    padding: 0 15px 10px 15px;
    cursor: pointer;
}

#icerik .ic-alan ul.butonlar li.aktif,
#icerik .ic-alan ul.butonlar li:hover {
    color: #1592ce;
    border-bottom: 3px solid #1592ce;
}

#icerik .ic-alan .galeri {
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-right: -13px;
}

#icerik .ic-alan .galeri .foto {
    width: 265px;
    height: 265px;
    position: relative;
    margin: 0 13px 20px;
}

#icerik .ic-alan .galeri .foto a {
    color: #000;
}

#icerik .ic-alan .galeri .foto img {
    width: 100%;
    height: 100%;
}

#icerik .ic-alan .galeri .foto:hover .hover {
    opacity: 1;
}

#icerik .ic-alan .galeri .foto .hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 100%;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0); 
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

#icerik .ic-alan .galeri .foto .hover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.70);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;    
}

#icerik .ic-alan .galeri .foto .hover:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);    
}

#icerik .ic-alan .galeri .foto .hover .orta {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#icerik .ic-alan .galeri .foto .hover .orta .fa {
    font-size: 48px;
}

#icerik .ic-alan .galeri .foto .hover .orta p {
    font-size: 16px;
    padding: 0 50px;
}

#icerik.urunkat .sol-alan {
    background: transparent;
}

#icerik.urunkat .sol-alan .urun {
    background: #fff;
    float: left;
    width: 190px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#icerik.urunkat .sol-alan .urun:nth-child(4n+0) {
    margin-right: 0;
}

#icerik.urunkat .sol-alan .urun .resim {
    width: 190px;
    height: 190px;
	border: 1px solid #dcdcdc;
    border-bottom: none;
    box-sizing: border-box;
}

#icerik.urunkat .sol-alan .urun .resim img {
    width: 100%;
    height: 100%;
}

#icerik.urunkat .sol-alan .urun .alt {
    padding: 20px 30px;
    border: 1px solid #dcdcdc;
    border-top: 0;
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: 600;
}

#icerik.urunkat .sol-alan .urun .alt a {
    color: #666;
    max-height: 38px;
    overflow: hidden;
    display: block;
    min-height: 38px;    
}

#icerik.urunkat .sol-alan .urun:hover .alt a {
    color: #0392ce;
}

#icerik.urunkat .sol-alan ul.sayfalama {
    clear: both;
}

#icerik.urunkat .sol-alan .urun-alan {
    overflow: hidden;
}

#icerik.urunkat .sol-alan .urun-alan .slayt-alan {
    background: #fff;
    width: 500px;
    height: 370px;
    border: 1px solid #dcdcdc;
    position: relative;
    float: left;
    box-sizing: border-box;
}

#icerik.urunkat .sol-alan .urun-alan .slayt-alan .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 370px;
}

#icerik.urunkat .sol-alan .urun-alan .slayt-alan .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

#icerik.urunkat .sol-alan .urun-alan .slayt-alan .solok {
    position: absolute;
    top: 0;
    display: flex;
    height: 370px;
    align-items: center;
    left: 20px;
    z-index: 99;
}

#icerik.urunkat .sol-alan .urun-alan .slayt-alan .sagok {
    position: absolute;
    top: 0;
    display: flex;
    height: 370px;
    align-items: center;
    right: 20px;
    z-index: 99;
}

#icerik.urunkat .sol-alan .urun-alan .slayt-alan .solok .fa,
#icerik.urunkat .sol-alan .urun-alan .slayt-alan .sagok .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 20px;
}

#icerik.urunkat .sol-alan .urun-alan .slayt-alan .solok .fa:hover,
#icerik.urunkat .sol-alan .urun-alan .slayt-alan .sagok .fa:hover {
    background: #0392ce;
    border-color: #0392ce;
    color: #fff;
    cursor: pointer;
}

#icerik.urunkat .sol-alan .urun-alan .benzer-alan {
    float: right;
    width: 300px;
    height: 370px;
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

#icerik.urunkat .sol-alan .urun-alan .benzer-alan .benzer-baslik {
    font-size: 20px;
    font-weight: 300;
    background: #333;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}

#icerik.urunkat .sol-alan .urun-alan .benzer-alan .burun {
    float: left;
    width: 125px;
    height: 125px;
    text-align: center;
    margin-bottom: 10px;
}

#icerik.urunkat .sol-alan .urun-alan .benzer-alan .burun img {
    max-width: 100%;
    height: 100%;
}

#icerik.urunkat .sol-alan .urun-alan .benzer-alan .burun:nth-child(2n+1) {
    float: right;
}

#icerik.urunkat .sol-alan .aciklama-alan {
    margin-top: 20px;
}

#icerik.urunkat .sol-alan .aciklama-alan ul.tab {
    margin: 0;
    padding: 0;
    list-style: none;
}

#icerik.urunkat .sol-alan .aciklama-alan ul.tab li {
    display: inline-block;
    border: 1px solid #dcdcdc;
    font-weight: 16px;
    font-weight: 600;
    color: #999;
    margin-right: 3px;
    cursor: pointer;
    background: #fafafa;
    border-bottom: 1px solid #dcdcdc;
}

#icerik.urunkat .sol-alan .aciklama-alan ul.tab li a {
    color: #999;
    display: block;
    padding: 15px;
}

#icerik.urunkat .sol-alan .aciklama-alan ul.tab li.aktif {
    border-bottom: 0;    
}

#icerik.urunkat .sol-alan .aciklama-alan ul.tab li.aktif a {
    color: #666;
    background: #fff;
    position: relative;
    top: 1px;    
}

#icerik.urunkat .sol-alan .aciklama-alan .tabic .tab-icerik {
    display: none;
}

#icerik.urunkat .sol-alan .aciklama-alan .tabic #tab-1 {
    display: block;
}

#icerik.urunkat .sol-alan .aciklama-alan .tabic {
    border: 1px solid #dcdcdc;
    padding: 20px;
    margin-top: -1px;
    color: #666;
}

#icerik.urunkat .sol-alan .aciklama-alan .tabic p:first-child {
    margin-top: 0;
}

#icerik.urunkat .sol-alan .aciklama-alan .tabic p:last-child {
    margin-bottom: 0;
}

#icerik.urunkat .sol-alan .aciklama-alan .tabic .yorum-form {
    margin-bottom: 20px;
}

#icerik.urunkat .sol-alan .aciklama-alan .tabic .yorum-form .form-alt .form-sol {
    width: 300px;
}

#icerik.urunkat .sol-alan .aciklama-alan .tabic .yorum-form .form-alt .form-sag {
    width: 450px;
}

#icerik.urunkat .sol-alan .aciklama-alan .tabic .yorum-form .form-alt .form-sag.genislet {
    width: 100%;
}

#alt {
    background: #333;
    margin-top: 30px;
    padding: 30px 0 70px 0;
    overflow: hidden;
}

#alt .kolon {
    float: left;
    width: 375px;
    margin-right: 35px;
}

#alt .kolon .baslik {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    position: relative;
}

#alt .kolon .baslik:after {
    content: "";
    left: 0;
    bottom: 0;
    margin-top: 20px;
    position: absolute;
    top: 20px;
    width: 60px;
    height: 3px;
    background: #0392ce;
}

#alt .kolon .alt {
    color: #ccc;
    margin-top: 40px;
}

#alt .kolon .alt p {
    margin: 0;
    font-weight: 300;  
    line-height: 20px;
}

#alt .kolon .alt ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#alt .kolon .alt ul.menu li {
    display: inline-block;
    float: left;
    width: 170px;
}

#alt .kolon .alt ul.menu li ul {
    display: none;
}

#alt .kolon .alt ul.menu li:nth-child(1) a,
#alt .kolon .alt ul.menu li:nth-child(2) a {
    padding-top: 0;
}

#alt .kolon .alt ul.menu li:nth-child(2n+0) {
    float: right;
}

#alt .kolon .alt ul.menu li a {
    color: #ccc;
    border-bottom: 1px solid #666;
    display: block;
    padding: 10px 0;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#alt .kolon .alt ul.menu li a:hover {
    color: #0392ce;
}

#alt .kolon.son {
    margin-right: 0;
    width: 320px;
}

#alt .kolon ul.liste {
    margin: 0;
    padding: 0;
    list-style: none;
}

#alt .kolon ul.liste li {
    display: table;
    padding: 10px 0;
}

#alt .kolon ul.liste li:first-child {
    padding-top: 0;
}

#alt .kolon ul.liste .fa {
    display: table-cell;
    width: 20px;
    color: #0392ce;
}

#alt .kolon ul.liste li a {
    color: #ccc;
}

@media only screen and (max-width: 350px) {
    
    #slayt .swiper-slide img {
        height: 100% !important;    
    }
    
    #hizmetlerimiz .hizmetalt .hizmet {
        height: 100% !important;
    }
    
    #icerik .solkutu .slayt .haber .resim img {
        width: 120px;
    }

    #icerik .sagkutu .fotogaleri .baslik .sayf {
        float: none;
        font-size: 14px;
        margin-top: 10px;
    } 
    
    #hizmetlerimiz .hizmetalt .hizmet .hover span {
        font-size: 20px;
    }
    
    #icerik .sol-alan .post .resim {
        height: 100% !important;
    }
    
    #icerik.urunkat .sol-alan .urun {
        width: 100% !important;
    }
    
    #icerik.urunkat .sol-alan .urun .resim {
        height: auto !important;
    }  
    
    #icerik.single .sol-alan .post .alt .bilgiler span {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }    
}

@media only screen and (max-width: 480px) {
    .ortala {
        width: 95% !important;
    }
    
    #ust .ust {
        max-height: inherit;
    }
    
    #ust .ust ul.sosyal {
        overflow: hidden;
        float: none;
        text-align: center;
    }
    
    #ust .ust ul.sosyal li {
        float: none;
    }
    
    #ust .ust .arama {
        float: none;
    }
    
    #slayt .geri, #slayt .ileri {
        display: none;
    }
    
    #hizmetlerimiz .arka {
        display: none;
    }
    
    #hizmetlerimiz .baslik {
        margin-top: 0;
    }
    
    #hizmetlerimiz .baslik span {
        display: block;
        padding: 10px 0 !important;
        font-size: 15px !important;
    }
    
    #hizmetlerimiz .hizmetalt {
        overflow: hidden;
        margin-top: 10px;
    }
    
    #hizmetlerimiz .ortala {
        position: static;
        top: 0;
    }
    
    #icerik .isortak .baslik {
        position: static;
        height: auto;
    }
    
    #icerik .isortak .baslik .arkabas {
        display: block;
    }
    
    #icerik .isortak .baslik .orta {
        left: 0;
        top: 0;
        transform: inherit;
        -o-transform: inherit;
        -ms-transform: inherit;
        -moz-transform: inherit;
        -webkit-transform: inherit;
        width: 100%;
        text-align: center;  
        position: static;
    }
    
    #icerik .isortak .swiper-container {
        margin-top: 10px;
    }
    
    #hizmetlerimiz .hizmetalt .hizmet {
        height: 100% !important;
    }
    
    #icerik .solkutu .slayt .haber .aciklama h2 {
        font-size: 14px;
    }
    
    #icerik .solkutu .slayt .haber .aciklama h2 a {
        font-size: 14px;
    }
    
    #icerik .solkutu .slayt .haber .aciklama p {
        margin-top: 4px;
    }
    
    #icerik .ic-alan .galeri .foto {
        width: 100% !important;
        height: 275px !important;
    }
    
    #icerik .ic-alan ul.butonlar li {
        display: block;
        margin-bottom: 10px;
    }
    
    #icerik .isortak .baslik .orta {
        width: 100% !important;
        position: relative;
    }
    
    #icerik .isortak .baslik .solok {
        position: absolute;
        left: 10px;
        background: rgba(255,255,255,.20);
    }
    
    #icerik .isortak .baslik .sagok {
        position: absolute;
        right: 10px;
        background: rgba(255,255,255,.20);
        top: 0;
    }
    
    #icerik .sol-alan .post .alt .ozet p,
    #icerik .sol-alan .post .alt .devam {
        font-size: 14px;
    }
    
    #slayt .swiper-slide img {
        border: 0;
    }
    
    #icerik .isortak .swiper-container,
    #icerik.ort,
    #icerik .sagkutu,
    #icerik .sagkutu .fotogaleri {
        margin-top: 30px !important;
    }
    
    #hizmetlerimiz {
        margin-bottom: 30px;
    }
	
	#icerik .sagkutu .fotogaleri .foto {
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    box-sizing: border-box;
	}
	
	#icerik .sagkutu .urunler .urun {
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    box-sizing: border-box;
	}
}

@media only screen and (min-width: 350px) and (max-width: 480px) {
	
    #icerik.urunkat .sol-alan .urun {
        width: 47% !important;
    }
    
    #icerik.urunkat .sol-alan .urun .resim {
        height: 100% !important;
    }    
}

@media only screen and (max-width: 768px) {
    #wpadminbar {
        position: fixed;
    }
    
    .ortala {
        width: 480px;
    }
    
    #ust .alt {
        height: auto;
    }
    
    #ust .alt .logo {
        float: none;
        text-align: center;
    }
    
    #ust .alt ul.menu {
        display: none;
    }
    
    #ust .alt #menux {
        color: #666;
        font-weight: bold;
        text-align: center;
        display: block;
        padding: 10px 0;    
    }
    
    #ust .alt #menux .fa {
        margin-right: 5px;
    }
    
    #slayt .swiper-slide img {
        height: 100%;
    }
    
    #slayt .geri, #slayt .ileri {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    #slayt .geri {
        left: -20px;
    }
    
    #slayt .geri .fa {
        margin: 10px 15px;
    }
    
    #slayt .ileri {
        right: -20px;
    }
    
    #slayt .ileri .fa {
        margin: 9px 18px;
    }
    
    #hizmetlerimiz .ortala {
        top: 0;
    }
    
    #hizmetlerimiz .baslik {
        margin-top: 15px;
    }
    
    #hizmetlerimiz .baslik span {
        background: #2d2d2d;
        padding: 10px 30px;
        font-size: 20px;
        width: 100%;
        box-sizing: border-box;
        height: auto;
        line-height: inherit;
    }
    
    #hizmetlerimiz .hizmetalt {
        margin-top: 20px;
    }
    
    #hizmetlerimiz .hizmetalt .hizmet {
        width: 50%;
        height: 250px;
    }
    
    #hizmetlerimiz .hizmetalt .hizmet img {
        width: 100%;
        height: 100%;
		display:block;
    }
    
    #hizmetlerimiz .arka {
        height: 480px;
    }
    
    #icerik .solkutu {
        width: 100%;
    }
    
    #icerik .sagkutu {
        width: 100%;
        margin-top: 20px;
    }
    
    #icerik .sagkutu .fotogaleri {
        margin-top: 20px;
    }
    
    #icerik .isortak .baslik .arkabas {
        background: #2d2d2d;
        font-size: 20px;
        padding: 10px 30px;
    }
    
    #icerik .isortak .baslik .solok {
        float: left;
        margin-right: 10px;
        margin-top: 8px;    
    }
    
    #icerik .isortak .baslik .sagok {
        float: right;
        margin-left: 10px;
        margin-top: 8px;
    }    
    
    #icerik .isortak {
        margin-top: 20px;
    }
    
    #alt .kolon {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    #alt .kolon .alt ul.menu li {
        width: 49%;
    }
    
    #icerik .sol-alan {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    
    #icerik .sidebar {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    
    #icerik.single .sol-alan .yorum-form .form-alt .form-sol,
    #icerik.single .sol-alan .yorum-form .form-alt .form-sag {
        float: none;
        width: 100%;
    }
    
    #icerik.single .sol-alan .yorum-form .form-alt .form-sag {
        margin-top: 10px;
    }
    
    #icerik .ic-alan .galeri .foto {
        width: 227px;
        height: 200px;
    }
    
    #icerik.urunkat .sol-alan .urun {
        width: 47.9%;
    }
    
    #icerik.urunkat .sol-alan .urun:nth-child(2n+0) {
        margin-right: 0;
    }
    
    #icerik.urunkat .sol-alan .urun .resim {
        width: 100%;
        height: 215px;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .slayt-alan,
    #icerik.urunkat .sol-alan .urun-alan .benzer-alan,
    #icerik.urunkat .sol-alan .aciklama-alan .tabic .yorum-form .form-alt .form-sol,
    #icerik.urunkat .sol-alan .aciklama-alan .tabic .yorum-form .form-alt .form-sag {
        float: none;
        width: 100%;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .benzer-alan {
        margin-top: 20px;
        height: auto;
        overflow: hidden;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .benzer-alan .burun {
        width: 24%;
        height: auto;
        margin-right: 5px;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .benzer-alan .burun:last-child {
        margin-right: 0;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .benzer-alan .burun:nth-child(2n+1) {
        float: left;
    }
    
    #icerik.ort {
        margin-top: 50px;
    }
    
    #icerik .isortak .swiper-container .swiper-slide {
        height: 144px;
    }
    
    #icerik .isortak .baslik .orta {
        width: 286px;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .benzer-alan .benzer-baslik {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    
    #icerik .isortak .swiper-container {
        margin-top: 0;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .slayt-alan,
    #icerik.urunkat .sol-alan .urun-alan .slayt-alan .swiper-slide,
    #icerik.urunkat .sol-alan .urun-alan .slayt-alan .solok,
    #icerik.urunkat .sol-alan .urun-alan .slayt-alan .sagok {
        height: 250px;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .benzer-alan .burun img {
        height: 75px;
    }
    
    #hizmetlerimiz {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1139px) {
    .ortala {
        width: 768px;
    }
    
    #ust .alt ul.menu {
        display: none;
    }
    
    #ust .alt #menux {
        float: right;
        color: #666;
        font-size: 16px;
        margin: 46px 0;
        font-weight: bold;
    }
    
    #ust .alt #menux .fa {
        margin-right: 10px;
    }
    
    #hizmetlerimiz .hizmetalt .hizmet {
        width: 25%;
        height: 200px;
    }
    
    #hizmetlerimiz .hizmetalt .hizmet img {
        width: 100%;
        height: 100%;
    }
    
    #icerik .solkutu {
        width: 49%;
    }
    
    #icerik .solkutu .slayt .haber .aciklama h2 {
        font-size: 14px;
    }
    
    #icerik .solkutu .slayt .haber .aciklama h2 a {
        font-size: 14px;
    }
    
    #icerik .solkutu .slayt .haber .aciklama p {
        margin-top: 4px;
    }
    
    #icerik .sagkutu {
        width: 49%;
    }
    
    #icerik .isortak .baslik .orta {
        width: 60%;
    }
    
    #alt .kolon {
        margin-right: 15px;
        width: 270px;
    }
    
    #alt .kolon .alt ul.menu li {
        width: 48%;
    }
    
    #alt .kolon.son {
        width: 198px;
    }
    
    #icerik .sol-alan {
        width: 60%;
    }
    
    #icerik .sol-alan .post .resim {
        height: 250px;
    }
    
    #icerik .sidebar {
        width: 39%;
    }
    
    #icerik.single .sol-alan .yorum-form .form-alt .form-sol,
    #icerik.single .sol-alan .yorum-form .form-alt .form-sag {
        width: 49%;
    }
    
    #icerik .ic-alan .galeri .foto {
        width: 238px;
        height: 200px;
    }
    
    #icerik.urunkat .sol-alan .urun {
        width: 220px;
    }
    
    #icerik.urunkat .sol-alan .urun .resim {
        width: 100%;
    }
    
    #icerik.urunkat .sol-alan .urun:nth-child(2n+0) {
        margin-right: 0;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .slayt-alan,
    #icerik.urunkat .sol-alan .aciklama-alan .tabic .yorum-form .form-alt .form-sol,
    #icerik.urunkat .sol-alan .aciklama-alan .tabic .yorum-form .form-alt .form-sag {
        width: 100%;
        float: none;
    }
    
    #icerik.urunkat .sol-alan .aciklama-alan .tabic .yorum-form .form-alt .form-sol {
        margin-bottom: 10px;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .benzer-alan {
        margin-top: 20px;
        height: auto;
        overflow: hidden;
        width: 100%;
        float: none;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .benzer-alan .burun {
        width: 25%;
        height: auto;
        margin: 0;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .benzer-alan .burun:nth-child(2n+0) {
        float: left;
    }  
    
    #icerik.urunkat .sol-alan .urun-alan .benzer-alan .burun:nth-child(2n+1) {
        float: left;
    }
    
    #icerik.urunkat .sol-alan .urun-alan .benzer-alan .burun img {
        height: 100px;
        width: 100%;
    }
}

@media only screen and (min-width: 1140px) {
    #ust .alt #menux {
        display: none;
    }
}