/*
Yazan : Burak Malgaz

saruhan yeşili : c4d20f
*/
html,body {width:100%;height: 100%;}
body{
  font-family: 'Roboto', sans-serif;
  font-size:12px;
  line-height: 1.5em;
  background:#f9f9f9;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ff0000;
  text-shadow: none;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {vertical-align:middle;}
/*tüm modullerde bulunan */
.sw-page{min-height: 450px;}
.page-header{font-size:20px;}
.page-sub-header{font-size:17px;padding:15px 0;margin-bottom: 20px;border-bottom:1px solid #eee;}
/*#############################################################################################################*/

/* Mobil Ekranlar ----------- */
@media only screen and (max-width : 767px) {
.sw-header{width: 100%;height: auto;background: #fff;}
  .sw-h-top{width: 100%;height: auto;background: #1f2640;padding:5px 0;}
    .sw-h-sosyalmedya{float: right;}
      .sw-h-sosyalmedya>ul{overflow: hidden;}
      .sw-h-sosyalmedya>ul>li{float:left;}
      .sw-h-sosyalmedya>ul>li>a{display: block;width: 23px;height: 23px;border-radius: 50%;margin-left:7px;background: #fff;color:#1f2640;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
  .sw-h-body{width: 100%;height: auto;border-bottom:2px solid #bababa;}
    .sw-logo{width: 100%;height: auto;position: relative;margin-bottom: 15px;}
      .sw-logo img{display: block;max-width: 100%;margin:0 auto;}
    .sw-menu{width: 100%;height: auto;position: relative;margin-bottom:15px;}
      .sw-mobil-iletisim{float: right;padding: 7px 15px;}
        .sw-mobil-iletisim a{display: block;font-size:23px;color:#fff;margin-left:7px;float:left;}
      .sw-menuTab{background: #1f2640;padding:10px 15px;color:#fff;font-size:16px;}
      .sw-menu>ul{background: rgba(0,0,0,0.9);position: absolute;z-index: 999;width: 100%;display: none;}
      .sw-menu>ul>li{}
      .sw-menu>ul>li>a{display: block;padding:15px;font-size:14px;color:#fff;}
      .sw-menu>ul>li>b{display: none;}
      .sw-submenuTab{float: right;font-size:25px;padding: 13px 15px;color:#00a3ff;margin-top:-50px;}
      .sw-menu>ul>li>ul{display: none;}
      .sw-menu>ul>li>ul>li{overflow: hidden;}
      .sw-menu>ul>li>ul>li>a{display: block;padding: 15px 25px;color:#fff;}
/*main*/
.sw-main-box{min-height: 450px;}
/*main-uc*/
.sw-main-uc-box-sol{display: none;}
.sw-main-uc-box-form-list>ul>li{width: 50%;}
/*Saruhan Web Logo*/
#saruhanweb {width: 100%;text-align: center;background:#000;margin:5px 0;}
} /* (max-width : 767px) son */

/* Dikey Tablet ----------- */
@media only screen and (min-width : 768px) and (max-width : 991px) {
.sw-header{width: 100%;height: auto;background: #fff;}
  .sw-h-top{width: 100%;height: auto;background: #1f2640;padding:5px 0;}
    .sw-h-sosyalmedya{float: right;}
      .sw-h-sosyalmedya>ul{overflow: hidden;}
      .sw-h-sosyalmedya>ul>li{float:left;}
      .sw-h-sosyalmedya>ul>li>a{display: block;width: 23px;height: 23px;border-radius: 50%;margin-left:7px;background: #fff;color:#1f2640;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
  .sw-h-body{width: 100%;height: auto;border-bottom:2px solid #bababa;}
    .sw-logo{width: 100%;height: auto;position: relative;margin-bottom: 15px;}
      .sw-logo img{display: block;max-width: 100%;margin:0 auto;}
    .sw-menu{width: 100%;height: auto;position: relative;margin-bottom:15px;}
      .sw-mobil-iletisim{float: right;padding: 7px 15px;}
        .sw-mobil-iletisim a{display: block;font-size:23px;color:#fff;margin-left:7px;float:left;}
      .sw-menuTab{background: #1f2640;padding:10px 15px;color:#fff;font-size:16px;}
      .sw-menu>ul{background: rgba(0,0,0,0.9);position: absolute;z-index: 999;width: 100%;display: none;}
      .sw-menu>ul>li{}
      .sw-menu>ul>li>a{display: block;padding:15px;font-size:14px;color:#fff;}
      .sw-menu>ul>li>b{display: none;}
      .sw-submenuTab{float: right;font-size:25px;padding: 13px 15px;color:#00a3ff;margin-top:-50px;}
      .sw-menu>ul>li>ul{display: none;}
      .sw-menu>ul>li>ul>li{overflow: hidden;}
      .sw-menu>ul>li>ul>li>a{display: block;padding: 15px 25px;color:#fff;}
/*main*/
.sw-main-box{min-height: 450px;}
/*main-uc*/
.sw-main-uc-box-sol{display: none;}
.sw-main-uc-box-form-list>ul>li{width: 25%;}
/*Saruhan Web Logo*/
#saruhanweb {width: 100%;text-align: center;background:#000;margin:5px 0;}
} /* (min-width : 768px) and (max-width : 991px) son */

/* Yatay Tablet + Minibook Laptop ----------- */
@media only screen and (min-width : 992px) and (max-width : 1199px) {
.sw-header{width: 100%;height: auto;background: #fff;}
  .sw-h-top{width: 100%;height: auto;background: #1f2640;padding:5px 0;}
    .sw-h-sosyalmedya{float: right;}
      .sw-h-sosyalmedya>ul{overflow: hidden;}
      .sw-h-sosyalmedya>ul>li{float:left;}
      .sw-h-sosyalmedya>ul>li>a{display: block;width: 23px;height: 23px;border-radius: 50%;margin-left:7px;background: #fff;color:#1f2640;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
  .sw-h-body{width: 100%;height: auto;margin-top:40px;background: #e0e0e0;border-bottom:2px solid #bababa;}
    .sw-logo{width: 100%;height: auto;position: relative;}
      .sw-logo img{position: absolute;display: block;max-width: 100%;z-index: 999;margin-top:-40px;}
    .sw-menu{width: 100%;height: auto;}
      .sw-mobil-iletisim,.sw-menuTab{display: none;}
      .sw-menu>ul{float: right;}
      .sw-menu>ul>li{float:left;}
      .sw-menu>ul>li>a{display: block;padding:15px 10px;font-size:13px;}
      .sw-menu>ul>li>b{display: block;padding:15px 5px;font-size:18px;color:#aaa;}
      .sw-submenuTab{display: none;}
      .sw-menu>ul>li:hover>ul{opacity: 1;visibility: visible;margin-top:0;}
      .sw-menu>ul>li>ul{opacity: 0;visibility: hidden;position: absolute;margin-top:-15px;transition: all 300ms ease-in-out;background: #1f2640;margin-left:-75px;padding: 1px;z-index: 999;}
      .sw-menu>ul>li>ul>li{overflow: hidden;}
      .sw-menu>ul>li>ul>li>a{display: block;padding: 10px 15px;color:#fff;border-bottom:1px dotted #aaa;transition: all 200ms ease-in-out;}
      .sw-menu>ul>li>ul>li>a:hover{background: #e0e0e0;color:#1f2640;}
/*main*/
.sw-main-box{min-height: 440px;}
/*page*/
.sw-page{margin-top:70px;}
/*Saruhan Web Logo*/
#saruhanweb {position:fixed;right:0;bottom:10px;padding-right: 15px;background: rgba(0,0,0,0.7);border-radius:5px 0 0 5px;z-index: 9999;}
} /*(min-width : 992px) and (max-width : 1199px son */

/* Notebook + Desktop ----------- */
@media only screen and (min-width : 1200px){
.sw-header{width: 100%;height: auto;background: #fff;}
  .sw-h-top{width: 100%;height: auto;background: #1f2640;padding:5px 0;}
    .sw-h-sosyalmedya{float: right;}
      .sw-h-sosyalmedya>ul{overflow: hidden;}
      .sw-h-sosyalmedya>ul>li{float:left;}
      .sw-h-sosyalmedya>ul>li>a{display: block;width: 23px;height: 23px;border-radius: 50%;margin-left:7px;background: #fff;color:#1f2640;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
  .sw-h-body{width: 100%;height: auto;margin-top:40px;background: #e0e0e0;border-bottom:2px solid #bababa;}
    .sw-logo{width: 100%;height: auto;position: relative;}
      .sw-logo img{position: absolute;display: block;max-width: 100%;z-index: 999;margin-top:-40px;}
    .sw-menu{width: 100%;height: auto;}
      .sw-mobil-iletisim,.sw-menuTab{display: none;}
      .sw-menu>ul{float: right;}
      .sw-menu>ul>li{float:left;}
      .sw-menu>ul>li>a{display: block;padding:15px 15px;font-size:15px;}
      .sw-menu>ul>li>b{display: block;padding:15px 5px;font-size:18px;color:#aaa;}
      .sw-submenuTab{display: none;}
      .sw-menu>ul>li:hover>ul{opacity: 1;visibility: visible;margin-top:0;}
      .sw-menu>ul>li>ul{opacity: 0;visibility: hidden;position: absolute;margin-top:-15px;transition: all 300ms ease-in-out;background: #1f2640;margin-left:-35px;padding: 1px;z-index: 999;}
      .sw-menu>ul>li>ul>li{overflow: hidden;}
      .sw-menu>ul>li>ul>li>a{display: block;padding: 10px 15px;color:#fff;border-bottom:1px dotted #aaa;transition: all 200ms ease-in-out;}
      .sw-menu>ul>li>ul>li>a:hover{background: #e0e0e0;color:#1f2640;}
/*main*/
.sw-main-box{min-height: 440px;}
/*page*/
.sw-page{margin-top:70px;}
/*Saruhan Web Logo*/
#saruhanweb {position:fixed;right:0;bottom:10px;padding-right: 15px;background: rgba(0,0,0,0.7);border-radius:5px 0 0 5px;z-index: 9999;}
} /* (min-width : 1200px) ) son */
#saruhanweb a{display: block;}
#saruhanweb .tooltip{font-size:10px;}
/*slide*/
.sw-slide{width:100%;height:auto;}
/*main*/
.sw-main{width: 100%;height: auto;padding:30px 0 0 0;}
  .sw-main-baslik{width: 100%;height: auto;margin-bottom:30px;}
    .sw-main-baslik h2{background: url('../images/main-baslik-bg.png') no-repeat center center;width: 374px;height: 51px;max-width: 100%;margin-bottom: 15px;color:#fff;font-size:20px;padding:15px 10px;}
      .sw-main-baslik h2 b{color:#ffc13b;}
  .sw-main-box{width: 100%;height: auto;margin-bottom:30px;}
    .sw-main-box-header{width: 100%;height: auto;position: relative;overflow: hidden;}
      .sw-main-box-header-mask-top{width: 100%;height: auto;position: absolute;width: 100%;height: 0;background: #ffc13bc3;transition: all 300ms ease-in-out;}
      .sw-main-box-header img{width: 100%;height: auto;}
      .sw-main-box-header-mask{width: 250%;height: 150px;background: #f9f9f9;position: absolute;top:100%;right:-100px;transform: rotate(-13deg);transition: all 300ms ease-in-out;}
      .sw-main-box:hover .sw-main-box-header-mask-top{height:100%;}
      .sw-main-box:hover .sw-main-box-header-mask{transform: rotate(0deg);}
    .sw-main-box-body{width: 100%;height: auto;background: #fff;width: 85%;margin:0 auto;position: relative;margin-top:-40px;border:1px solid #eee;transition: all 300ms ease-in-out;}
      .sw-main-box-body-top{width: 100.5%;height:100%;transform: skewY(-13deg);position: absolute;top:-22%;left:-1px;background: #fff;z-index: 1;border:1px solid #eee;transition: all 300ms ease-in-out;}
      .sw-main-box-body-footer{width: 100%;height: auto;padding: 15px;z-index: 99;position: relative;background: #fff;}
        .sw-main-box-body-footer h2{font-size:15px;padding:15px 10px;border-left:5px solid #ffc13b;margin-bottom:15px;color:#1f2640;font-weight: bold;}
        .sw-main-box-body-footer p{margin-bottom: 15px;min-height: 60px;}
        .sw-main-box-body-footer-devam{color:#1f2640;font-weight: bold;font-size:14px;}
      .sw-main-box:hover .sw-main-box-body{border:1px solid #ffc13b;margin-top:3px;}
      .sw-main-box:hover .sw-main-box-body-top{border:1px solid #ffc13b;}
/*main-iki*/
.sw-main-iki{width: 100%;height: auto;}
  .sw-main-iki-box-sol{width: 100%;height: auto;padding:15px 15px;background: url('../images/main-iki-bg.png') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
    .sw-main-iki-box-sol h2{padding: 15px 0;color:#ffc13b;margin-bottom:15px;font-size:20px;}
    .sw-main-iki-box-sol img{display: block;max-width: 100%;margin-bottom: 25px;}
    .sw-main-iki-box-sol p{color:#fff;margin-bottom: 25px;width:90%;}
    .sw-main-iki-box-sol-devam{width: 150px;display: block;background: #ffc13b;overflow: hidden;position:relative;padding: 10px;font-weight: bold;}
      .sw-main-iki-box-sol-devam i{float: right;background: #fff;float: right;padding:10px 14px;position: absolute;right: 0;top:0;font-size:20px;}
  .sw-main-iki-box-sag{width: 100%;height: auto;}
    .sw-main-iki-box-sag img{width: 85%;height: auto;margin:0 auto;display: block;}
/*main-uc*/
.sw-main-uc{width: 100%;height: auto;}
  .sw-main-uc-box-sol{width: 100%;height: auto;}
    .sw-main-uc-box-sol img{width: 115%;height: auto;}
  .sw-main-uc-box-form{width: 100%;height: auto;padding:15px 0 0 0;}
    .sw-main-uc-box-form-baslik{width: 100%;height: auto;margin-bottom:15px;}
      .sw-main-uc-box-form-baslik h2{font-size:22px;padding:15px 0;text-align: center;font-weight: bold;}
      .sw-main-uc-box-form-baslik img{display: block;margin:0 auto;max-width: 100%;}
    .sw-main-uc-box-form .form-group label{font-size:16px;color:#1f2640;}
    .sw-main-uc-box-form .form-group .form-control{background: #e6e6e6;}
    .sw-main-uc-box-form .form-group .btn{background: #1f2640;color:#fff;}
    .sw-main-uc-box-form-list{width: 100%;height: auto;margin-bottom: 15px;}
      .sw-main-uc-box-form-list>ul{overflow: hidden;}
      .sw-main-uc-box-form-list>ul>li{float: left;padding-right:5px;}
    .sw-main-uc-box-form p{color:#1f2640;font-size:14px;font-weight: bold;margin-bottom:15px;text-align: center;}
/*main-uc-box*/
.sw-main-uc-box{width: 100%;height: auto;padding:25px;background: url('../images/insan-kaynaklari.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
  .sw-main-uc-box h2{font-size:20px;padding:5px 10px;border-left:3px solid #ffc13b;color:#1f2640;font-weight: bold;margin-bottom:15px;}
  .sw-main-uc-box p{margin-bottom:15px;width: 50%;}
  .sw-main-uc-box-devam{font-weight: bold;font-size:15px;}
/*main-dort*/
.sw-main-dort{width: 100%;height: auto;padding:30px 0 0 0;}
  .sw-main-dort-box{width: 100%;height: auto;margin-bottom: 30px;}
    .sw-main-dort-box h2{font-size:20px;padding:5px 10px;border-left:3px solid #ffc13b;color:#1f2640;font-weight: bold;margin-bottom:15px;}
  .sw-main-dort-box-haberler{width: 100%;height: auto;overflow: hidden;}
    .sw-main-dort-box-haberler-sol{width: 40%;float:left;}
      .sw-main-dort-box-haberler-sol img{width: 100%;height: auto;}
    .sw-main-dort-box-haberler-sag{width: 60%;float:left;padding-left:15px;}
      .sw-main-dort-box-haberler-sag h3{font-size:16px;padding: 15px 0;font-weight: bold;}
      .sw-main-dort-box-haberler-sag p{margin-bottom: 15px;}
  .sw-main-dort-box-duyurular{width: 100%;height: auto;}
    .sw-main-dort-box-duyurular>ul{}
    .sw-main-dort-box-duyurular>ul>li{}
    .sw-main-dort-box-duyurular>ul>li>a{display: block;font-size:15px;padding: 13px 0;border-bottom:2px solid #ffc13b;}
    .sw-main-dort-box-duyurular>ul>li>a>i{color:#ffc13b;font-size:21px;transition: all 200ms ease-in-out;}
    .sw-main-dort-box-duyurular>ul>li:hover a>i{color:#0d87c0;}
    .sw-duyuru-ok{display: none;float: right;}
    .sw-main-dort-box-duyurular>ul>li:hover .sw-duyuru-ok{display: block;}
/*footer.php*/
/*#############################################################################################################*/
.sw-footer{width: 100%;height: auto;background: #1f2640;padding:20px 0 0 0;color:#fff;}
  .sw-footer a{color:#fff;}
  .sw-footer a:hover{color:#0d87c0;}
  .sw-footer-box{width: 100%;height: auto;margin-bottom: 20px;}
    .sw-footer-box h2{font-size:14px;padding: 10px 0;border-bottom:1px dotted #aaa;margin-bottom: 10px;}
    .sw-footer-box ul{overflow: hidden;}
    .sw-footer-box ul li{overflow: hidden;}
    .sw-footer-box ul li a{display: block;padding:2px 0;}
      .sw-fi-icon{width: 15%;text-align: center;font-size:16px;}
    /*footer-sosyalmedya*/
    .sw-footer-sosyalmedya{width:100%;height: auto;margin-bottom: 20px;}
      .sw-footer-sosyalmedya>ul{overflow: hidden;}
      .sw-footer-sosyalmedya>ul>li{float:right;width:16.66%;}
      .sw-footer-sosyalmedya>ul>li>a{display: block;padding: 10px 0;font-size:18px;text-align: center;}
    /*footer-copyright*/
    .sw-footer-copyright{width: 100%;height: auto;border-top:1px dotted #aaa;border-bottom:1px dotted #aaa;margin-bottom: 20px;}
      .sw-footer-copyright p{padding: 15px 0;text-align: center;}
    /*footer-link*/
    .sw-footer-link{width: 100%;height: auto;;}
      .sw-footer-link-box{width: 100%;height: auto;margin-bottom: 20px;}
        .sw-footer-link-box a{display: block;padding:5px 0;text-align: center;}
/* MODULLER */
/*#############################################################################################################*/
/*sayfa.php*/
/*#############################################################################################################*/
.sw-sayfa-kapak-bir{width: 100%;height: auto;margin-bottom: 20px;}
  .sw-sayfa-kapak-bir img{width: 100%;height: auto;}
.sw-sayfa-kapak-iki{float: left;margin:0 15px 15px 0;}
  .sw-sayfa-kapak-iki img{display: block;max-width: 100%;}
.sw-sayfa-icerik{width: 100%;height: auto;margin-bottom: 20px;}
.sw-sayfa-ek-resim{width:100%;height: auto;margin-bottom: 20px;border:1px solid #eee;padding: 3px;transition: 500ms;}
  .sw-sayfa-ek-resim img{width: 100%;height: auto;}
  .sw-sayfa-ek-resim:hover{transform: scale(1.1);}
.sw-sayfa-etiket{width: 100%;height: auto;overflow: hidden;}
  .sw-sayfa-etiket a{display: block;float:left;padding:3px 15px 3px 0;margin-bottom: 7px;}
/*sidebar.php*/
/*#############################################################################################################*/
.sw-list-Tab{border:1px solid #ddd;border-radius: 3px;margin-bottom: 3px;padding: 10px 15px;background: #00a3ff;color:#fff;}
@media only screen and (max-width : 991px){
  .sw-list-bg{display: none;}
}
@media only screen and (min-width : 992px){
  .sw-list-Tab{display: none;}
}
/*iletisim.php*/
/*############################################################################################################*/
.sw-iletisim-bilgi{width: 100%;height: auto;margin-bottom: 20px;overflow: hidden;border:1px solid transparent;}
  .sw-iletisim-bilgi>ul{overflow: hidden;}
  .sw-iletisim-bilgi>ul>li{padding:5px 0;overflow: hidden;}
  .sw-iletisim-bilgi>ul>li>i{width: 15%;float: left;text-align: center;font-size:18px;}
  .sw-iletisim-bilgi>ul>li>p{width: 85%;float: left;}
.sw-iletisim-sosyalmedya{width: 100%;height: auto;overflow: hidden;border:1px solid #eee;margin-bottom: 20px;}
  .sw-iletisim-sosyalmedya>ul{overflow: hidden;}
  .sw-iletisim-sosyalmedya>ul>li{float:left;width: 14.28%;}
  .sw-iletisim-sosyalmedya>ul>li>a{display: block;padding: 11px 0;text-align: center;font-size:18px;transition: 500ms;}
  .sw-iletisim-sosyalmedya>ul>li>a:hover{background: #eee;}
.sw-iletisim-harita{width: 100%;height: auto;margin-bottom: 20px;}
  .sw-iletisim-harita iframe{width: 100%;height: 440px;}
.sw-iletisim-form{width: 100%;height: auto;}
  .sw-iletisim-form label{display: block;padding: 3px 0;}
  .sw-iletisim-form .form-control{border-radius: 0;}
/*galeri.php*/
/*############################################################################################################*/
.sw-galeri-kutu{width: 100%;height: auto;background: #eee;border:1px solid #ddd;padding:3px;margin-bottom: 20px;}
  .sw-galeri-kutu i{position: absolute;z-index: 9;background: #fff;border-radius: 50%;padding: 5px 7px;top: 15px;left:30px;font-size:18px;}
  .sw-galeri-kutu img{width: 100%;height: auto;margin-bottom: 3px;}
  .sw-galeri-kutu h2{font-size:14px;padding:5px 10px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;}
  .sw-galeri-kutu a{outline:none;}
/*video-galeri.php*/
/*############################################################################################################*/
.sw-video-kutu{width: 100%;height: auto;overflow: hidden;border:3px solid #000;margin-bottom:20px;}
  .sw-video-kutu img{width: 30%;display: block;margin:15% auto;}
  .sw-video-kutu h2{font-size:13px;padding:5px 15px;color:#fff;transition: 500ms;background:rgba(0,0,0,0.4);white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;}
  .sw-video-kutu h2:hover{color:#ff0000;}
  .sw-video-kutu a{outline: none;}
/*duyurular*/
/*############################################################################################################*/
.sw-duyurular-resim{width: 100%;height: auto;padding:2px;border:1px solid #eee;}
  .sw-duyurular-resim img{width: 100%;height: auto;}
.sw-duyurular-tarih-bg{width: 100%;height: auto;}
.sw-duyurular-tarih{text-align: center;width: 100%;height: auto;padding: 15px 40px;font-size:16px;background: #f9f9f9;border:1px solid #eee;border-radius: 30px;}
  @media only screen and (max-width : 767px) {
    .sw-duyurular-tarih-cizgi{display: none;}
    .sw-duyurular-tarih{margin-top:15px;}
  }
  @media only screen and (min-width : 1200px){
    .sw-duyurular-tarih-cizgi{width: 10px;height: 221%;display: block;background:  #f9f9f9;position: absolute;left: 50%;z-index: -1;top:-20px;}
    .sw-duyurular-tarih{margin-top:55px;}
  }
.sw-duyurular-body{width: 100%;height: auto;overflow: hidden;}
  .sw-duyurular-body h2{font-size:16px;padding: 15px 0 10px 0;font-weight: bold;}
  .sw-duyurular-yazar{width: 100%;height: auto;text-align: right;font-size:12px;border-top:1px solid #eee;border-bottom: 1px solid #eee;padding:5px 0;}
  .sw-duyurular-icerik{padding: 15px 0;margin-bottom: 10px;}
  .sw-duyurular-devam{float: right;padding-bottom: 15px;background:#eee;padding: 4px 11px;}
  
/*duyuru*/
/*############################################################################################################*/
.sw-duyuru{width: 100%;height: auto;border:1px solid red;}
.sw-duyuru-icerik{width: 100%;height: auto;margin-bottom: 15px;}
.sw-duyuru-resim{width: 100%;height: auto;margin-bottom: 15px;}
  .sw-duyuru-resim img{width: 100%;height: auto;border:1px solid #eee;padding: 3px;}
/*fiyat-hesaplama*/
/*############################################################################################################*/
.sw-fiyat-sonuc{width: 100%;height: auto;}
  .sw-fiyat-sonuc p{padding: 15px 0;font-size:16px;border:1px dashed green;margin-bottom: 20px;text-align: center;background: #e6fff2;}
  .sw-fiyat-sonuc p b{color:#ff0000;font-size:18px;}
.sw-fiyat-tablo{width:100%;height: auto;}
  .sw-fiyat-tablo .form-control{border-radius: 0;}
  .sw-fiyat-tablo .btn{border-radius: 0;}
/*hali-yikama-fiyatlari*/
/*############################################################################################################*/
.sw-hali-fiyat-listesi{width: 100%;height: auto;}
  .sw-fiyat-kutu{width: 100%;height: auto;border:1px solid #ddd;margin-bottom: 20px;font-size:14px;padding:15px;}
    .sw-fiyat-kutu i{font-size:18px;}
    .sw-fiyat-kutu span{}
    .sw-fiyat-kutu b{width: 15%;float: right;font-size:18px;}
.sw-hali-fiyat-kutu{width: 100%;height: auto;border:1px solid #ddd;background: #f9f9f9;overflow: hidden;padding:15px 10px;}
  .sw-hali-fiyat-kutu p{padding: 10px 0;}
/*e-katalog*/
/*############################################################################################################*/
.sw-e-katalog-image{width: 100%;height: auto;}
  .sw-e-katalog-image img{width: 100%;height: auto;}
.sw-e-katalog-kutu{width: 100%;height: auto;border-bottom:1px dotted #ddd;padding:10px 0;font-size:15px;}
  .sw-e-katalog-kutu i{color:#ff0000;}
  .sw-e-katalog-kutu span{}
  .sw-e-katalog-kutu b{float: right;font-size:13px;}
  .sw-e-katalog-kutu a{display: block;padding-right: 15px;}
/*referanslar*/
/*############################################################################################################*/
.sw-referanslar{width: 100%;height: auto;border:1px solid #eee;margin-bottom: 30px;padding:15px;overflow: hidden;}
  .sw-referanslar-resim{width: 100%;height: auto;}
    .sw-referanslar-resim img{width: 100%;height: auto;}
  .sw-referanslar-baslik{padding:15px 0;font-size:14px;font-weight: bold;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;}
  .sw-referanslar-aciklama{margin-bottom: 15px;height: 60px;}
  .sw-referanslar-devami{padding: 0 15px;float: right;}
/*referans*/
/*############################################################################################################*/
.sw-referans-icerik{width: 100%;height: auto;margin-bottom: 15px;}
.sw-referans-resim{width: 100%;height: auto;border:1px solid #eee;padding: 2px;margin-bottom: 15px;}
  .sw-referans-resim img{width: 100%;height: auto;}
.sw-referans-ekresim{width: 100%;height: auto;border:1px solid #eee;padding: 2px;margin-bottom: 15px;}
  .sw-referans-ekresim img{width: 100%;height: auto;}
/*sık sorulan sorular*/
/*############################################################################################################*/
/*sss-bir ve iki*/
.sw-ssslar-icon{width: 100%;height: auto;}
  .sw-ssslar-icon img{width: 100%;height: auto;}
.sw-ssslar{width: 100%;height: auto;}
  .sw-ssslar .panel{border-radius: 0;}
  .sw-ssslar .panel-default{border:1px solid #eee;}
  .sw-ssslar .panel-default>.panel-heading{background: #f9f9f9;}
  /*sss-iki*/
  .sw-alt-ssslar{width: 100%;height: auto;}
    .sw-alt-ssslar h5{font-size:14px;padding:15px 10px;border-bottom:1px solid #eee;margin-bottom: 10px;background: #f9f9f9;}
  .sw-ssslar-box{width: 100%;height: auto;margin-bottom: 20px;border-bottom:1px dashed #eee;padding:15px 0;overflow: hidden;}
    .sw-ssslar-box h2{font-size:14px;font-weight: bold;padding:10px 0;margin-bottom:15px;border-bottom: 1px solid #eee;}
    .sw-ssslar-box p{margin-bottom: 15px;}
    .sw-ssslar-box-devam{display: block;float:right;border:1px solid #eee;padding: 5px 15px;background: #f9f9f9;}
/*sss*/
.sw-sss-icerik{width: 100%;height: auto;margin-bottom: 20px;}
/*ürünler*/
/*############################################################################################################*/
.sw-urunler{width: 100%;height: auto;border:1px solid #ddd;margin-bottom: 30px;}
  .sw-urunler-header{width: 100%;height: auto;border:1px solid blue;}
    .sw-urunler-header img{width: 100%;height: auto;}
  .sw-urunler-body{width: 100%;height: auto;border:1px solid red;}
    .sw-urunler-body h2{font-size:15px;padding:15px 10px;}
  .sw-urunler-footer{width: 100%;height: auto;border:1px solid green;}
    .sw-urunler-fiyat{width: 100%;height: auto;}
      .sw-urunler-fiyat ul{overflow: hidden;}
      .sw-urunler-fiyat ul li{overflow: hidden;}
      .sw-urunler-eski-fiyat{width:50%;float:left;text-align: center;padding:15px 0;font-size:18px;font-weight: bold;color:#777;}
      .sw-urunler-yeni-fiyat{width:50%;float:left;text-align: center;padding:15px 0;font-size:18px;font-weight: bold;}
      .sw-urunler-yeni-fiyat-tek{width:100%;float:left;text-align: center;padding:15px 0;font-size:18px;font-weight: bold;}
/*Ürün*/
/*############################################################################################################*/
/*urun-buyuk-resim*/
.sw-urun-resim{width: 100%;height: auto;border:1px solid #eee;margin-bottom: 20px;padding:15px;}
  .sw-urun-buyuk-resim{width: 100%;height: auto;text-align: center;overflow: hidden;background: #fff;}
    .sw-urun-buyuk-resim img{display: block;margin:0 auto;max-width: 100%;}
  /*ürün-ekresimler*/
  .sw-urun-kucuk-resim{width: 100%;height: auto;background: #fff;padding:5px 0 0 0;overflow: hidden;}
/*ürün-özellikleri*/
.sw-urun-ozellikleri{width: 100%;height: auto;background: #fff;margin-bottom: 20px;}
.sw-urun-tab{width: 100%;height: auto;padding: 15px 0;}
  .sw-urun-ozellikleri .nav-tabs.nav-justified>li>a{}
  .sw-urun-ozellikleri .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{border-radius: 0;border-top:2px solid #00a3ff;}
  .sw-urun-ozellikleri .nav>li>a:hover{border-top:2px solid #ddd;border-radius: 0;background: #f9f9f9;}
/*ürün fiyatı*/
.sw-urun-fiyat{width: 100%;height: auto;margin-bottom: 20px;}
.sw-urun-fiyat .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{padding:0;border:0;}
.sw-urun-eski-fiyat{display: block;font-size:16px;color:#666;text-align: center;padding: 10px 0;}
.sw-urun-yeni-fiyat{display: block;font-size:18px;font-weight: bold;text-align: center;padding:10px 0;}
/*diger-ürünler*/
.sw-urun-diger-box{width: 100%;height: auto;border:1px solid #ddd;overflow: hidden;margin-bottom: 20px;padding: 5px;}
  .sw-urun-diger-box img{width: 29%;float: left;}
  .sw-urun-diger-box h2{width: 70%;float: left;font-size:14px;font-weight: bold;padding:10px;}
  .sw-urun-diger-box p{width: 70%;float: left;padding-left:10px;}
  .sw-urun-diger-box-devam{border:1px solid #ddd;padding: 3px 9px;display: block;float: right;}
  .sw-urun-diger-box-footer{width: 71%;float: left;}
    .sw-urun-diger-box-footer ul{width: 100%;height: auto;overflow: hidden;}
    .sw-urun-diger-box-footer ul li{float:right;width: 33.33%;}
    .sw-urun-diger-eski-fiyat{display: block;padding:6px 0;text-align: center;color:#dd0012;}
    .sw-urun-diger-yeni-fiyat{display: block;padding:6px 0;font-weight: bold;text-align: center;}
    .sw-urun-diger-box-footer ul li a{display: block;padding:5px 0;text-align: center;border:1px solid #ddd;}
/*-------------------------------------------------------------------------------------------------------------------
YORUMLAR
--------------------------------------------------------------------------------------------------------------------*/
.sw-yorumlar-box{width: 100%;height: auto;border:1px solid #eee;margin-bottom: 30px;padding:15px;overflow: hidden;border-radius: 10px;}
  .sw-yorumlar-box-sol{display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
    .sw-yorumlar-box-sol p{font-size:40px;}
    .sw-yorumlar-box-sag h2{font-size:16px;font-weight: 600;margin-bottom: 10px;}
    .sw-yorumlar-box-sag-tarih{float:right;font-size:11px;text-align: right;padding: 2px 0;font-weight: 100;}
    .sw-yorumlar-box-sag-konu{width: 100%;height: auto;font-size:14px;margin-bottom: 10px;}
    .sw-yorumlar-box-sag-yorum{width: 100%;height: auto;margin-bottom: 15px;}
@media only screen and (max-width : 767px) {
  .sw-yorumlar-box-sol{width: 20%;float:left;}
  .sw-yorumlar-box-sag{width: 80%;float:left;}
  .sw-yorumlar-box-sag-cevap{width: 100%;height: auto;border:1px solid #eee;padding: 15px;overflow: hidden;border-radius: 10px;background: #f9f9f9;}
    .sw-yorumlar-box-sag-cevap-sol{width: 80%;float:left;}
    .sw-yorumlar-box-sag-cevap-sag{width: 20%;float:left;color:#aaa;font-size:40px;text-align: right;}
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .sw-yorumlar-box-sol{width: 10%;float:left;}
  .sw-yorumlar-box-sag{width: 90%;float:left;}
    .sw-yorumlar-box-sag-cevap{width: 90%;height: auto;float: right;border:1px solid #eee;padding: 15px;overflow: hidden;border-radius: 10px;background: #f9f9f9;}
    .sw-yorumlar-box-sag-cevap-sol{width: 90%;float:left;}
    .sw-yorumlar-box-sag-cevap-sag{width: 10%;float:left;color:#aaa;font-size:40px;text-align: right;}
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .sw-yorumlar-box-sol{width: 10%;float:left;}
  .sw-yorumlar-box-sag{width: 90%;float:left;}
  .sw-yorumlar-box-sag-cevap{width: 90%;height: auto;float: right;border:1px solid #eee;padding: 15px;overflow: hidden;border-radius: 10px;background: #f9f9f9;}
    .sw-yorumlar-box-sag-cevap-sol{width: 90%;float:left;}
    .sw-yorumlar-box-sag-cevap-sag{width: 10%;float:left;color:#aaa;font-size:40px;text-align: right;}
}
@media only screen and (min-width : 1200px){
  .sw-yorumlar-box-sol{width: 10%;float:left;}
  .sw-yorumlar-box-sag{width: 90%;float:left;}
  .sw-yorumlar-box-sag-cevap{width: 90%;height: auto;float: right;border:1px solid #eee;padding: 15px;overflow: hidden;border-radius: 10px;background: #f9f9f9;}
    .sw-yorumlar-box-sag-cevap-sol{width: 90%;float:left;}
    .sw-yorumlar-box-sag-cevap-sag{width: 10%;float:left;color:#aaa;font-size:40px;text-align: right;}
}
/*yorum-form*/
.sw-yorumlar-form{width: 100%;height: auto;background: #f9f9f9;padding: 15px;}
  .sw-yorumlar-form h2{font-size:20px;margin-bottom: 15px;border-bottom:2px solid #eee;padding:0 0 10px 0;}
  .sw-yorumlar-form .form-group{}
  .sw-yorumlar-form .form-group>label{display: block;padding: 5px 0;}
  .sw-yorumlar-form .form-group>.btn{background: #333;color:#fff;}
  .sw-yorumlar-icons{width: 100%;height: auto;text-align: center;}
    .sw-yorumlar-icons input[type="radio"]{display: none;}
    .sw-yorumlar-icons input[type="radio"]+label span{display: inline-block;font-size:30px;border:2px solid transparent;padding: 5px 15px;border-radius: 3px;}
    .sw-yorumlar-icons input[type="radio"]:checked + label span{border:2px solid #4CAF50;padding: 5px 15px;}
    /*İkon Renkleri*/
    .sw-bay{color:#42c0fb;}
    .sw-bayan{color:#f168aa;}
    .sw-tanimsiz{color:#666;}
  .sw-yorum-form-guvenlik{width: 100%;height: auto;margin-bottom: 15px;min-height: 85px;}
    .sw-guvenlik-degistir{width: 100%;height: auto;}
      .sw-guvenlik-degistir p{font-size:11px;text-align: center;padding: 2px 0;color:#777;}