/*
Yazan : Burak Malgaz
*/
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,body {width:100%;height: 100%;}
body{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
line-height: 2em;
font-size:16px;
background: #F5F5F5;
}
a {
color: #222;
text-decoration: none;
}
a:hover,
a:focus {
text-shadow: none;
text-decoration: none;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover,a:active,a:focus{color:#000;}
img {vertical-align:middle;}
h1,h2,h3,h4,h5,h6{}

body::-webkit-scrollbar {
width: 0;
}

body ul::-webkit-scrollbar-track {
background: unset;
}

body ul::-webkit-scrollbar-thumb {
background-color: unset;
outline: 0
}

.swServiceBtn{display: inline-block;cursor: pointer;}

.sw-menu ul{list-style: none;margin:0;padding:0;}
.sw-menuTab{width: 30px;height: 30px;cursor: pointer;overflow: hidden;position: relative;}
.sw-menuTab span{display: block;width: 100%;border-top:3px solid #fff;position: absolute;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-menuTab span:nth-child(1){top:0;left:0;}
.sw-menuTab span:nth-child(2){top:calc(50% - 1.5px);left:0;opacity: 1;visibility: visible;}
.sw-menuTab span:nth-child(3){bottom:0;left:0;}
.sw-menu-open span{}
.sw-menu-open span:nth-child(1){transform: rotate(45deg);transform-origin:0 0;width: 150%}
.sw-menu-open span:nth-child(2){opacity: 0;visibility: hidden;}
.sw-menu-open span:nth-child(3){transform: rotate(-45deg);transform-origin:0 0;width: 150%;}

@media only screen and (max-width : 320px) {
.sw-header{padding:15px 0 0 0;position: absolute;left: 0;right: 0;top:0;overflow:hidden;z-index: 99999;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-logo{position: relative;z-index: 9999;width: calc(100% - 40px);}
.sw-logo img{display: block;max-width: 100%;height: auto;}
.sw-menu{position: fixed;top:0;width: 100%;height: 100%;right:-100%;}
.sw-menuTab{position: absolute;top:15px;left: -45px;z-index: 99999;}
.sw-menuTabService span{border-top:3px solid #000;}
.sw-menu-list{position: absolute;z-index: 999;width: 100%;top:0;left:0;padding:75px 15px 0 15px;height: 100%;background: #000;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-menu-list>ul{list-style: none;margin:0;padding: 0;}
.sw-menu-list>ul>li{}
.sw-menu-list>ul>li>a{display: block;padding:3px 15px;font-weight: 500;font-size:13px;color:#fff;border-bottom:1px solid #555;line-height: 20px;}
.sw-services-body{position: fixed;top:0;left:0;z-index: 99999;width: 100%;height: 100%;background: #fff;opacity:0;visibility: hidden;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-services-body .sw-close{position: absolute;top:80px;right: 15px;width: 40px;height: 40px;font-size:25px;border:1px solid #eee;line-height: 40px;text-align: center;z-index: 9999;cursor: pointer;}
.sw-services-body .sw-service{overflow: hidden;width: 100%;height: 100%;position: absolute;top:0;left:0;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-services-body .sw-service .sw-title{display: none;}
.sw-services-body .sw-service .sw-left{width: 100%;height: 100%;position: absolute;left:0;top:0;z-index: 1;}
.sw-services-body #bale_frame:before{content: '';width: 100%;height: 100%;background: #7fcabc;position: absolute;left: 0;top:0;}
.sw-services-body #muzik_frame:before{content: '';width: 100%;height: 100%;background: #f8e6d0;position: absolute;left: 0;top:0;}
.sw-services-body #jimnastik_frame:before{content: '';width: 100%;height: 100%;background: #fff;position: absolute;left: 0;top:0;}
.sw-services-body #dans_frame:before{content: '';width: 100%;height: 100%;background: #fab131;position: absolute;left: 0;top:0;}
.sw-services-body .sw-service .sw-left .sw-img{display: none;}
.sw-services-body .sw-service .sw-right{width: 100%;height: 100%;position: relative;z-index: 9;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-services-body .sw-service .sw-right .sw-list{padding:30px 30px 30px 30px;width: 100%;height: auto;}
.sw-services-body .sw-service .sw-right .sw-list>ul{list-style: none;margin:0;padding:0;}
.sw-services-body .sw-service .sw-right .sw-list>ul>li{}
.sw-services-body .sw-service .sw-right .sw-list>ul>li>a{display: block;}
#search{display: none;}
#m-search{display: block;position: absolute;top:60px;left: -55px;z-index: 99999;color: #fff;font-size: 26px;}
.sw-arama .sw-list-group {position: absolute;right: 0;width: 80%;z-index: 999;top: 115px;background: #fff;box-shadow: 0 0 4px 0 #bababa;list-style: none;margin: 0;padding: 0;left: 8.3vw}
.sw-arama .sw-list-group li {text-align: center;padding: 5px;border-bottom: 1px dotted #ddd;cursor: pointer;}
.sw-arama{position: fixed;top: -100%;left: 0;width: 100%;height: 100%;z-index: 999;background: rgba(0,0,0,0.9);margin: 0;display: flex;align-items: center;justify-content: center;opacity: 0}
.sw-arama .wrapper{position: relative;}
.sw-arama .wrapper span{display: block;color: #eee;font-size: 30px;margin-bottom: 10px;text-align: end;margin-right: 9vw}
.sw-arama .wrapper button{border: 0;background-color: transparent;color: #fff;font-size: 30px;padding: 20px;border: 1px solid #eee;border-left: none;margin-left: -5px}
.sw-arama input{border: 1px solid #eee;background-color: transparent;color: #fff;font-size: 30px;padding: 20px;border-right: none;width: 65%;margin-left: 7.5%}
} /*max-320*/
@media only screen and (min-width : 321px) and (max-width : 767px) {
.sw-header{padding:15px 0 0 0;position: absolute;left: 0;right: 0;top:0;overflow:hidden;z-index: 99999;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-logo{position: relative;z-index: 9999;width: calc(100% - 80px);}
.sw-logo img{display: block;max-width: 100%;height: auto;}
.sw-menu{position: fixed;top:0;width: 100%;height: 100%;right:-100%;}
.sw-menuTab{position: absolute;top:15px;left: -45px;z-index: 99999;}
.sw-menuTabService span{border-top:3px solid #000;}
.sw-menu-list{position: absolute;z-index: 999;width: 100%;top:0;left:0;padding:75px 15px 0 15px;height: 100%;background: #000;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-menu-list>ul{list-style: none;margin:0;padding: 0;}
.sw-menu-list>ul>li{}
.sw-menu-list>ul>li>a{display: block;padding:5px 15px;font-weight: 500;font-size:14px;color:#fff;border-bottom:1px solid #555;}
.sw-services-body{position: fixed;top:0;left:0;z-index: 99999;width: 100%;height: 100%;background: #fff;opacity:0;visibility: hidden;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-services-body .sw-close{position: absolute;top:80px;right: 15px;width: 40px;height: 40px;font-size:25px;border:1px solid #eee;line-height: 40px;text-align: center;z-index: 9999;cursor: pointer;}
.sw-services-body .sw-service{overflow: hidden;width: 100%;height: 100%;position: absolute;top:0;left:0;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-services-body .sw-service .sw-title{display: none;}
.sw-services-body .sw-service .sw-left{width: 100%;height: 100%;position: absolute;left:0;top:0;z-index: 1;}
.sw-services-body #bale_frame:before{content: '';width: 100%;height: 100%;background: #7fcabc;position: absolute;left: 0;top:0;}
.sw-services-body #muzik_frame:before{content: '';width: 100%;height: 100%;background: #f8e6d0;position: absolute;left: 0;top:0;}
.sw-services-body #jimnastik_frame:before{content: '';width: 100%;height: 100%;background: #fff;position: absolute;left: 0;top:0;}
.sw-services-body #dans_frame:before{content: '';width: 100%;height: 100%;background: #fab131;position: absolute;left: 0;top:0;}
.sw-services-body .sw-service .sw-left .sw-img{display: none;}
.sw-services-body .sw-service .sw-right{width: 100%;height: 100%;position: relative;z-index: 9;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-services-body .sw-service .sw-right .sw-list{padding:30px 30px 30px 30px;width: 100%;height: auto;}
.sw-services-body .sw-service .sw-right .sw-list>ul{list-style: none;margin:0;padding:0;}
.sw-services-body .sw-service .sw-right .sw-list>ul>li{}
.sw-services-body .sw-service .sw-right .sw-list>ul>li>a{display: block;}
#search{display: none;}
#m-search{display: block;position: absolute;top:15px;left: -85px;z-index: 99999;color: #fff;font-size: 26px;}
.sw-arama .sw-list-group {position: absolute;right: 0;width: 80%;z-index: 999;top: 115px;background: #fff;box-shadow: 0 0 4px 0 #bababa;list-style: none;margin: 0;padding: 0;left: 8.3vw}
.sw-arama .sw-list-group li {text-align: center;padding: 5px;border-bottom: 1px dotted #ddd;cursor: pointer;}
.sw-arama{position: fixed;top: -100%;left: 0;width: 100%;height: 100%;z-index: 999;background: rgba(0,0,0,0.9);margin: 0;display: flex;align-items: center;justify-content: center;opacity: 0}
.sw-arama .wrapper{position: relative;}
.sw-arama .wrapper span{display: block;color: #eee;font-size: 30px;margin-bottom: 10px;text-align: end;margin-right: 9vw}
.sw-arama .wrapper button{border: 0;background-color: transparent;color: #fff;font-size: 30px;padding: 20px;border: 1px solid #eee;border-left: none;margin-left: -5px}
.sw-arama input{border: 1px solid #eee;background-color: transparent;color: #fff;font-size: 30px;padding: 20px;border-right: none;width: 65%;margin-left: 7.5%}
} /*min-321 x max 767*/
@media only screen and (min-width : 768px) and (max-width : 991px) {
.sw-header{padding:15px 0 0 0;position: absolute;left: 0;right: 0;top:0;overflow:hidden;z-index: 99999;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-logo{position: relative;z-index: 9999;width: calc(100% - 60px);}
.sw-logo img{display: block;max-width: 100%;height: auto;}
.sw-menu{position: fixed;top:0;width: 100%;height: 100%;right:-100%;}
.sw-menuTab{position: absolute;top:15px;left: -45px;z-index: 99999;}
.sw-menuTabService span{border-top:3px solid #000;}
.sw-menu-list{position: absolute;z-index: 999;width: 100%;top:0;left:0;padding:100px 30px 0 30px;height: 100%;background: #000;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-menu-list>ul{list-style: none;margin:0;padding: 0;}
.sw-menu-list>ul>li{}
.sw-menu-list>ul>li>a{display: block;padding:7px 15px;font-weight: 500;font-size:14px;color:#fff;border-bottom:1px solid #555;}
.sw-services-body{position: fixed;top:0;left:0;z-index: 99999;width: 100%;height: 100%;background: #fff;opacity:0;visibility: hidden;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-services-body .sw-close{position: absolute;top:80px;right: 15px;width: 40px;height: 40px;font-size:25px;border:1px solid #eee;line-height: 40px;text-align: center;z-index: 9999;cursor: pointer;}
.sw-services-body .sw-service{overflow: hidden;width: 100%;height: 100%;position: absolute;top:0;left:0;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-services-body .sw-service .sw-title{display: none;}
.sw-services-body .sw-service .sw-left{width: 100%;height: 100%;position: absolute;left:0;top:0;z-index: 1;}
.sw-services-body #bale_frame:before{content: '';width: 100%;height: 100%;background: #7fcabc;position: absolute;left: 0;top:0;}
.sw-services-body #muzik_frame:before{content: '';width: 100%;height: 100%;background: #f8e6d0;position: absolute;left: 0;top:0;}
.sw-services-body #jimnastik_frame:before{content: '';width: 100%;height: 100%;background: #fff;position: absolute;left: 0;top:0;}
.sw-services-body #dans_frame:before{content: '';width: 100%;height: 100%;background: #fab131;position: absolute;left: 0;top:0;}
.sw-services-body .sw-service .sw-left .sw-img{display: none;}
.sw-services-body .sw-service .sw-right{width: 100%;height: 100%;position: relative;z-index: 9;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-services-body .sw-service .sw-right .sw-list{padding:30px 30px 30px 30px;width: 100%;height: auto;}
.sw-services-body .sw-service .sw-right .sw-list>ul{list-style: none;margin:0;padding:0;}
.sw-services-body .sw-service .sw-right .sw-list>ul>li{}
.sw-services-body .sw-service .sw-right .sw-list>ul>li>a{display: block;}
#search{display: none;}
#m-search{display: block;position: absolute;top:15px;left: -85px;z-index: 99999;color: #fff;font-size: 26px;}
.sw-arama .sw-list-group {position: absolute;right: 0;width: 80%;z-index: 999;top: 115px;background: #fff;box-shadow: 0 0 4px 0 #bababa;list-style: none;margin: 0;padding: 0;left: 8.3vw}
.sw-arama .sw-list-group li {text-align: center;padding: 5px;border-bottom: 1px dotted #ddd;cursor: pointer;}
.sw-arama{position: fixed;top: -100%;left: 0;width: 100%;height: 100%;z-index: 999;background: rgba(0,0,0,0.9);margin: 0;display: flex;align-items: center;justify-content: center;opacity: 0}
.sw-arama .wrapper{position: relative;}
.sw-arama .wrapper span{display: block;color: #eee;font-size: 30px;margin-bottom: 10px;text-align: end;margin-right: 9vw}
.sw-arama .wrapper button{border: 0;background-color: transparent;color: #fff;font-size: 30px;padding: 20px;border: 1px solid #eee;border-left: none;margin-left: -5px}
.sw-arama input{border: 1px solid #eee;background-color: transparent;color: #fff;font-size: 30px;padding: 20px;border-right: none;width: 65%;margin-left: 7.5%}
} /*min-768 x max-991*/
@media only screen and (min-width : 992px) and (max-width : 1199px) {
.sw-header{padding:15px 0 0 0;position: absolute;left: 0;right: 0;top:0;overflow:hidden;z-index: 99999;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-logo{float: left;max-width: 25%;height: auto;}
.sw-logo img{display: block;max-width: 100%;height: auto;}
.sw-menu{float: right;max-width: 75%;}
.sw-menuTab{display: none;}
.sw-menu-list{overflow: hidden;}
.sw-menu-list>ul{list-style: none;margin:0;padding: 0;}
.sw-menu-list>ul>li{float:left;}
.sw-menu-list>ul>li>a{display: block;padding:13px 0 0 7px;font-weight: 500;font-size:13px;line-height: 1.5;color:#fff;}
.sw-h-relative .sw-menu-list>ul>li>a{color:#000;}
.container-fluid{padding-left: 75px;padding-right: 75px;}
.sw-services-body{position: fixed;top:0;left:0;z-index: 9999;width: 100%;height: 100%;background: #fff;opacity:0;visibility: hidden;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-services-body .sw-close{position: absolute;top:100px;right: 75px;width: 40px;height: 40px;font-size:25px;border:1px solid #eee;line-height: 40px;text-align: center;z-index: 9;cursor: pointer;}
.sw-services-body .sw-service{overflow: hidden;width: 100%;height: 100%;position: absolute;top:0;left:0;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-services-body .sw-service .sw-title{position: absolute;left: 0;right: 0;margin:0 auto;top:100px;z-index: 9;}
.sw-services-body .sw-service .sw-left{width: 50%;float: left;height:100%;}
.sw-services-body .sw-service .sw-left .sw-img{width: 80%;height:100vh;position: relative;left: 20%;overflow: hidden;}
.sw-services-body .sw-service .sw-right{width: 50%;float: left;}
.sw-services-body .sw-service .sw-right .sw-list{height: 100%;padding:350px 0 0 50px;}
.sw-services-body .sw-service .sw-right .sw-list>ul{list-style: none;margin:0;padding:0;}
.sw-services-body .sw-service .sw-right .sw-list>ul>li{}
.sw-services-body .sw-service .sw-right .sw-list>ul>li>a{display: block;}
#m-search{display: none;}
.sw-h-relative .sw-menu-list>ul>li>i{color: #000;padding: 10px;font-size: 20px;margin-left: 10px;margin-top: 3px}
.sw-h-absolute .sw-menu-list>ul>li>i{color: #fff;padding: 10px;font-size: 20px;margin-left: 10px;margin-top: 3px}
.sw-arama .sw-list-group {position: absolute;right: 0;width: 100%;z-index: 999;top: 115px;background: #fff;box-shadow: 0 0 4px 0 #bababa;list-style: none;margin: 0;padding: 0;}
.sw-arama .sw-list-group li {text-align: center;padding: 5px;border-bottom: 1px dotted #ddd;cursor: pointer;}
.sw-arama{position: fixed;top: -100%;left: 0;width: 100%;height: 100%;z-index: 999;background: rgba(0,0,0,0.9);margin: 0;display: flex;align-items: center;justify-content: center;opacity: 0}
.sw-arama .wrapper{position: relative;}
.sw-arama .wrapper span{display: block;color: #eee;font-size: 30px;margin-bottom: 10px;text-align: end}
.sw-arama .wrapper button{border: 0;background-color: transparent;color: #fff;font-size: 30px;padding: 20px;border: 1px solid #eee;border-left: none;margin-left: -5px}
.sw-arama input{border: 1px solid #eee;background-color: transparent;color: #fff;font-size: 30px;padding: 20px;border-right: none}
} /*min-992 x max-1199*/
@media only screen and (min-width : 1200px){
.sw-header{padding:15px 0 0 0;position: absolute;left: 0;right: 0;top:0;overflow:hidden;z-index: 99999;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-logo{float: left;}
.sw-logo img{display: block;max-width: 100%;height: auto;}
.sw-menu{float: right;}
.sw-menuTab{display: none;}
.sw-menu-list{overflow: hidden;}
.sw-menu-list>ul{list-style: none;margin:0;padding: 0;}
.sw-menu-list>ul>li{float:left;}
.sw-menu-list>ul>li>a{display: block;padding:14px 0 0 15px;font-weight: 500;font-size:15px;line-height: 1.5;color:#fff;}
.sw-h-relative .sw-menu-list>ul>li>a{color:#000;}
.container-fluid{padding-left: 75px;padding-right: 75px;}
.sw-services-body{position: fixed;top:0;left:0;z-index: 9999;width: 100%;height: 100%;background: #fff;opacity:0;visibility: hidden;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-services-body .sw-close{position: absolute;top:100px;right: 75px;width: 40px;height: 40px;font-size:25px;border:1px solid #eee;line-height: 40px;text-align: center;z-index: 9;cursor: pointer;}
.sw-services-body .sw-service{overflow: hidden;width: 100%;height: 100%;position: absolute;top:0;left:0;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.sw-services-body .sw-service .sw-title{position: absolute;left: 0;right: 0;margin:0 auto;top:100px;z-index: 9;}
.sw-services-body .sw-service .sw-left{width: 50%;float: left;height:100%;}
.sw-services-body .sw-service .sw-left .sw-img{width: 80%;height:100vh;position: relative;left: 20%;overflow: hidden;}
.sw-services-body .sw-service .sw-right{width: 50%;float: left;}
.sw-services-body .sw-service .sw-right .sw-list{height: 100%;padding:350px 0 0 50px;}
.sw-services-body .sw-service .sw-right .sw-list>ul{list-style: none;margin:0;padding:0;}
.sw-services-body .sw-service .sw-right .sw-list>ul>li{}
.sw-services-body .sw-service .sw-right .sw-list>ul>li>a{display: block;}
#m-search{display: none;}
.sw-h-relative .sw-menu-list>ul>li>i{color: #000;padding: 10px;font-size: 20px;margin-left: 10px;margin-top: 3px}
.sw-h-absolute .sw-menu-list>ul>li>i{color: #fff;padding: 10px;font-size: 20px;margin-left: 10px;margin-top: 3px}
.sw-arama .sw-list-group {position: absolute;right: 0;width: 100%;z-index: 999;top: 115px;background: #fff;box-shadow: 0 0 4px 0 #bababa;list-style: none;margin: 0;padding: 0;}
.sw-arama .sw-list-group li {text-align: center;padding: 5px;border-bottom: 1px dotted #ddd;cursor: pointer;}
.sw-arama .sw-list-group li a{display: block;}
.sw-arama{position: fixed;top: -100%;left: 0;width: 100%;height: 100%;z-index: 999;background: rgba(0,0,0,0.9);margin: 0;display: flex;align-items: center;justify-content: center;opacity: 0}
.sw-arama .wrapper{position: relative;}
.sw-arama .wrapper span{display: block;color: #eee;font-size: 30px;margin-bottom: 10px;text-align: end}
.sw-arama .wrapper button{border: 0;background-color: transparent;color: #fff;font-size: 30px;padding: 20px;border: 1px solid #eee;border-left: none;margin-left: -5px}
.sw-arama input{border: 1px solid #eee;background-color: transparent;color: #fff;font-size: 30px;padding: 20px;border-right: none}
} /*1200*/

/*sabit-sosyalmedya*/
.sw-fix-sosyalmedya{position: fixed;bottom: 30px;left: 15px;z-index: 99999;}
.sw-fix-sosyalmedya>ul{list-style: none;margin:0;padding:0;}
.sw-fix-sosyalmedya>ul>li{width: 40px;height: 40px;margin-bottom: 10px;}
.sw-fix-sosyalmedya>ul>li>a{display: block;width: 40px;height: 40px;color:#000;border-radius: 50%;line-height:40px;text-align: center;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-fix-sosyalmedya>ul>li>a:hover{transform:scale(1.05);}
.sw-fix-sosyalmedya>ul>li>.sw-youtube{border:2px solid #ddd;background: #f9f9f9;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-fix-sosyalmedya>ul>li>.sw-youtube:hover{background: #bb0000;border:2px solid transparent;color:#fff;}
.sw-fix-sosyalmedya>ul>li>.sw-facebook{border:2px solid #ddd;background: #f9f9f9;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-fix-sosyalmedya>ul>li>.sw-facebook:hover{background: #3b5998;border:2px solid transparent;color:#fff;}
.sw-fix-sosyalmedya>ul>li>.sw-instagram{border:2px solid #ddd;background: #f9f9f9;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-fix-sosyalmedya>ul>li>.sw-instagram:hover{background: linear-gradient(to right,#002aff,#772abd,#ee2a7b,#f48c56,#f9ed32) no-repeat;border:2px solid transparent;color:#fff;}
/*whatsapp*/
.sw-fix-WhatsApp{position: fixed;bottom:40px;right: 15px;font-size:25px;width: 40px;height: 40px;border-radius: 50%;background: green;color:#fff;z-index: 99999;text-align: center;line-height: 40px;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-fix-WhatsApp:hover{transform: scale(1.05);color:#aaa;}
/*owl-nav*/
@media only screen and (max-width: 991px){
.owl-nav{position: absolute;bottom: -60px;left: 0;width: 100%;right: 0;}	
}
@media only screen and (min-width: 992px){
	.owl-nav{position: absolute;right:45px;top:-30px;}
}
/*swiper*/
.swiper-container{width: 100%;height: 100%;overflow: hidden;}
.swiper-container .swiper-wrapper{}
.swiper-container .swiper-wrapper .swiper-slide{height: 100%;position: relative;overflow: hidden;}
.swiper-container .swiper-pagination{position: absolute;top:0;right: 0;width: 0;position: absolute;height: 100%;z-index: -1;}
.swiper-container .swiper-pagination .swiper-pagination-bullet{width: 20px;height: 20px;background: red;}

@media only screen and (max-width: 767px){
/*.swiper-container {height: auto;}*/
.swiper-container .swiper-wrapper .swiper-slide{height: auto;overflow: hidden;}
}
/*slide*/
.sw-slide{position: relative;width: 100%;height: 100%;overflow: hidden;}
/*.sw-slide video{width: 100%;height: 100%;position: absolute;z-index: -10;transform:scale(1.5);}*/
.sw-slide video{width: 100%!important;left: 0;display: block;position: absolute;height: 140%;top: 50%;transform: translate(-50%,-50%);left: 50%;opacity: .7;}
.slider{width: 40%;height: 100%;margin:0 auto;padding-top:50px;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-slide:before{content: '';width: 100%;height: 100%;background: #000;opacity: 0.8;top:0;left:0;position: absolute;}

.slider .sw-more{display: block;}
.slider .sw-more>span{display: block;position: relative;z-index: 9;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.slider .sw-more:before{content: '';width: 0%;height: 100%;background: #E6B655;position:absolute;left:0;top:0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.slider .sw-more:hover::before{width: 100%;}
.slider .sw-more:hover>span{color:#fff;}

@media only screen and (max-width: 1199px){
	.slider{width: 99%;}
	.sw-slide video{height: 100%;width: auto !important;}
}

/*main*/
.sw-main{height: 100%;overflow: hidden;background: #fff;}
.sw-main .sw-list{position: absolute;top:50px;right: 50px;z-index: 999;}
.sw-main .sw-list>ul{list-style: none;margin:0;padding:0;}
.sw-main .sw-list>ul>li{float: left;}
.sw-main .sw-list>ul>li>span{display: block;padding:10px 30px;color:#757575;font-weight: 300;cursor: pointer;font-size:22px;}
.sw-main .sw-list>ul>li>.active{background: #757575;border:1px solid #707070;color:#fff;border-radius:50px;}
.sw-main .sw-left{width:50%;float:left;height: 100%;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;}
@media only screen and (min-width:992px){
.sw-main .sw-left .sw-img .sw-img2{padding:50px;}
}
.sw-main .sw-left .sw-img{position: relative;width: 100%;height: 100%;}
.sw-main .sw-left .sw-img .sw-img1{width: auto;height: auto;position: absolute;left:0;right:0;margin:0 auto;top:17.5%;max-width: 75%;max-height: 100%;display: block;transition: all 1s ease-in-out;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;object-fit: contain;}
.sw-main .sw-left .sw-img .sw-img2{width: auto;height: auto;position: absolute;top:0;left:0;right:0;margin:0 auto;max-width: 100%;max-height: 100%;display: block;transition: all 1s ease-in-out;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;object-fit: contain;}
.sw-main .sw-right{width:50%;float:left;height: 100%;padding-top:100px;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-main .sw-right .sw-box{padding:0 50px;text-align: center;}
.sw-main .sw-right .sw-box h3{font-size: 70px;}
.sw-main .sw-right .sw-box h3 img{max-width: 98%;height: auto;margin:0 auto;display: block;}
.sw-main .sw-right .sw-box p{font-family: 'Playfair Display', serif;font-weight: 500;font-size:26px;margin-bottom: 30px;line-height: 35px;}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.sw-main .sw-right .sw-box p{display: block;max-width: 90%;margin:0 auto;}
.sw-main .sw-list>ul>li>span{padding: 10px 20px!important;}
}
.sw-main .sw-right .sw-box span{display: block;cursor: pointer;width: 200px;margin:0 auto;}
.sw-main .sw-right .sw-box span:hover{color:#000;}
.sw-main .sw-right .sw-box label{position: relative;z-index: 9;margin:0;padding:0;cursor :pointer}
.sw-main .sw-right #ucdortyas{position: relative;}
.sw-main .sw-right #ucdortyas:before{content: '';width:0;height: 100%;background: #f7b5da;color:#fff;position: absolute;left:0;top:0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-main .sw-right #ucdortyas:hover::before{width: 100%;}
.sw-main .sw-right #dortaltiyas{position: relative;}
.sw-main .sw-right #dortaltiyas:before{content: '';width:0;height: 100%;background: #b7c6ff;color:#fff;position: absolute;left:0;top:0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-main .sw-right #dortaltiyas:hover::before{width: 100%;}
.sw-main .sw-right #yedionyas{position: relative;}
.sw-main .sw-right #yedionyas:before{content: '';width:0;height: 100%;background: #9feeff;color:#fff;position: absolute;left:0;top:0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-main .sw-right #yedionyas:hover::before{width: 100%;}
.sw-main .sw-right #onbironsekizyas{position: relative;}
.sw-main .sw-right #onbironsekizyas:before{content: '';width:0;height: 100%;background: #c7bbd8;color:#fff;position: absolute;left:0;top:0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-main .sw-right #onbironsekizyas:hover::before{width: 100%;}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.sw-main .sw-left .sw-img{height:50%;position: relative;}
.sw-main .sw-right{padding-top:0;}
}
@media only screen and (min-width: 1367px){
.sw-main .sw-right .sw-box p{font-size:30px;padding: 0 15%;}
}
.sw-main-xs{display: none;}
@media only screen and (max-width: 991px){
.sw-main{display: none;}
.sw-main-xs{display: block;width: 100%;height: 100%;padding:30px 15px;overflow: hidden;background: #fff;}
.sw-main-xs .item{width: 100%;height: auto;overflow: hidden;}
.sw-main-xs .sw-box{height: auto;min-height: calc(100vh - 60px);margin-bottom: 30px;width: 100%;position: relative;overflow: hidden;}
.sw-main-xs .sw-box .sw-box-header{width: 100%;height: 50%;position: relative;position: relative;}
.sw-main-xs .sw-box .sw-box-header .sw-img1{position: absolute;top:0;left: 0;right: 0;margin:0 auto;width: 300%;height: 300%;left:-100%;top:-100%;object-fit: cover;}
.sw-main-xs .sw-box .sw-box-header .sw-img2{width: 100%;height: auto;position: relative;z-index: 99;object-fit: contain;left:0;}
.sw-main-xs .sw-box .sw-box-body {position: absolute;bottom: 15px;left:0;right: 0;z-index: 99;height: 50%;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-main-xs .sw-box .sw-box-body div{width: 100%;height: auto;}
.sw-main-xs .sw-box .sw-box-body h3{margin:0;padding:0;margin-bottom: 30px;}
.sw-main-xs .sw-box .sw-box-body h3 img{display: block;max-width: 75%;margin:0 auto;}
.sw-main-xs .sw-box .sw-box-body .sw-main-service{display: block;width: 60%;background: #fff;color:#000;box-shadow: 0 0 10px 0 #bababa;text-align: center;margin:0 auto;line-height: 50px;}
.sw-main-xs .sw-box .sw-box-body span label{position: relative;z-index: 9;margin:0;padding:0;}
.sw-main-xs .sw-box .sw-box-body #dortaltiyas{position: relative;}
.sw-main-xs .sw-box .sw-box-body #dortaltiyas:before{content: '';width:0;height: 100%;background: #f7b5da;color:#fff;position: absolute;left:0;top:0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-main-xs .sw-box .sw-box-body #dortaltiyas:hover::before{width: 100%;}
.sw-main-xs .sw-box .sw-box-body #muzik{position: relative;}
.sw-main-xs .sw-box .sw-box-body #muzik:before{content: '';width:0;height: 100%;background: #b7c6ff;color:#fff;position: absolute;left:0;top:0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-main-xs .sw-box .sw-box-body #muzik:hover::before{width: 100%;}
.sw-main-xs .sw-box .sw-box-body #jimnastik{position: relative;}
.sw-main-xs .sw-box .sw-box-body #jimnastik:before{content: '';width:0;height: 100%;background: #9feeff;color:#fff;position: absolute;left:0;top:0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-main-xs .sw-box .sw-box-body #jimnastik:hover::before{width: 100%;}
.sw-main-xs .sw-box .sw-box-body #dans{position: relative;}
.sw-main-xs .sw-box .sw-box-body #dans:before{content: '';width:0;height: 100%;background: #c7bbd8;color:#fff;position: absolute;left:0;top:0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-main-xs .sw-box .sw-box-body #dans:hover::before{width: 100%;}
}
/*main-iki*/
.sw-main-iki{height: 100%;width: 100%;overflow: hidden;background: #fff;}
.sw-main-iki .sw-left{width:60%;float:left;height: 100%;padding:30px;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-main-iki .sw-left .sw-box{width: 100%;height: auto;padding: 0 10%}
.sw-main-iki .sw-left .sw-box h2{margin-bottom: 50px;}
.sw-main-iki .sw-left .sw-box h2 img{display: block;margin:0 auto;max-width: 80%;height: auto;}
.sw-main-iki .sw-left .sw-box p{font-family: 'Playfair Display', serif;font-weight: 400;font-size:35px;margin-bottom: 30px;text-align: center;line-height: 50px;}
.sw-main-iki .sw-left .sw-box .sw-more{display: block;padding:10px;text-align: center;color:#8E8E8E;font-size: 18px;position:relative;width: 200px;margin:0 auto;}
.sw-main-iki .sw-left .sw-box .sw-more span{position: relative;z-index: 1;}
.sw-main-iki .sw-left .sw-box .sw-more:before{content: '';width: 0;height: 100%;position: absolute;top:0;left:0;background: #eee;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-main-iki .sw-left .sw-box .sw-more:hover::before{width: 100%;}
.sw-main-iki .sw-right{width:40%;float:left;min-height: 100%;position: relative;height: auto;}
.sw-main-iki .sw-right .sw-img{width: 100%;height: 90%;top:5%;position: absolute;overflow: hidden;}
.sw-main-iki .sw-right .sw-img img{position: absolute;top:0;left:0;width: 100%;object-fit: cover;height: 100%;object-position: 0 0;}
@media only screen and (max-width: 767px){
.sw-main-iki .sw-left{width: 100%;height: 50%;float:unset;padding: 15px;}
.sw-main-iki .sw-left .sw-box h2{margin-bottom: 30px;}
.sw-main-iki .sw-left .sw-box p{font-size:22px;line-height: 30px;margin-bottom: 20px;}
.sw-main-iki .sw-right{width: 100%;height: 50%;float:unset;position: relative;min-height: unset;}
.sw-main-iki .sw-right .sw-img{}
.sw-main-iki .sw-right .sw-img img{position: absolute;top:0;left:0;width: 100%;object-fit: cover;height: 100%;object-position: 0 0;}
}
@media only screen and (max-width: 320px){
.sw-main-iki .sw-left .sw-box p{font-size:15px;line-height: 20px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.sw-main-iki .sw-right .sw-img{height: 48%;top:26%;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.sw-main-iki .sw-right .sw-img{height: 48%;top:26%;}
}
/*main-uc*/
.sw-main-uc{width: 100%;height: 100%;overflow: hidden;position: relative;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-main-uc div{position: relative;height: auto;width: 100%;}
@media only screen and (min-width: 1200px){
.sw-main-uc div{margin-top:50px;}	
}
.sw-main-uc .sw-bg{display: block;margin:0 auto;position: relative;z-index: 1;max-height: 100%;width: auto;max-width: 98%;}
.sw-main-uc .sw-box{position: absolute;width: 230px;left:0;right:0;margin:0 auto 0 auto;display: block;z-index: 9;top:calc(50% - 162px);height: 324px;}
.sw-main-uc .sw-box h2{font-size:50px;color:#fff;padding-left: 40px;font-weight: 400;}
.sw-main-uc .sw-box h2 label{position: absolute;top:0;left:0;color:#E6B655;}
.sw-main-uc .sw-box h2 span{display: block;}
.sw-main-uc .sw-box h2 span b{color:#E6B655;font-weight: 400;}
.sw-main-uc .sw-box h2 a{display: block;margin-top: 30px;background: #fff;position: relative;z-index: 99;margin-left: -40px;font-size:20px;padding:10px;text-align: center;}
.sw-main-uc .sw-box h2 a:before{content: '';width: 0%;height: 100%;position: absolute;top:0;left:0;z-index: 999;background: #E6B655;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.sw-main-uc .sw-box h2 a:hover::before{width: 100%;}
.sw-main-uc .sw-box h2 a:after{content: 'İLETİŞİME GEÇ';width: 100%;opacity:0;height: 100%;padding:10px;position: absolute;top:0;left:0;z-index: 999;color:#000;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.sw-main-uc .sw-box h2 a:hover::after{opacity: 1;}
@media only screen and (max-width: 767px){
.sw-main-uc .sw-bg{top:-100px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1366px){
.sw-main-uc .sw-bg{max-width: 40%;}
}
/*main-ekip*/
.sw-main-ekip{width: 100%;height: 100%;position: relative;overflow: hidden;}
/*left*/
.sw-main-ekip .sw-left{width: 50%;float: left;height: 100%;position: relative;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-main-ekip .sw-left .sw-box{user-select: none;}
.sw-main-ekip .sw-left .sw-box img{display: block;margin:0 auto;margin-bottom: 20px;}
.sw-main-ekip .sw-left .sw-box h2{font-size:84px;color:#000;padding-left: 60px;font-weight: 400;line-height: 100px;position: relative;text-shadow: 0 0 10px #bababa;margin-bottom: 20px;}
.sw-main-ekip .sw-left .sw-box h2 label{position: absolute;top:0;left:0;color:#E6B655;}
.sw-main-ekip .sw-left .sw-box h2 span{display: block;}
.sw-main-ekip .sw-left .sw-box h2 span b{color:#E6B655;font-weight: 400;}
.sw-main-ekip .sw-left .sw-box .sw-more{display: block;position: relative;z-index: 99;font-size:20px;padding:10px;text-align: center;width: 280px;margin:0 auto;max-width: 100%;height: auto;}
.sw-main-ekip .sw-left .sw-box .sw-more:before{content: '';width: 0%;height: 100%;position: absolute;top:0;left:0;z-index: 999;background: #E6E8E6;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.sw-main-ekip .sw-left .sw-box .sw-more:hover::before{width: 100%;}
.sw-main-ekip .sw-left .sw-box .sw-more:after{content: '+ İLETİŞİME GEÇ';width: 100%;opacity:0;height: 100%;padding:10px;position: absolute;top:0;left:0;z-index: 999;color:#000;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.sw-main-ekip .sw-left .sw-box .sw-more:hover::after{opacity: 1;}
/*right*/
.sw-main-ekip .sw-right{width: 50%;float: left;height: 100%;}
.sw-main-ekip .owl-ekip .item{width: 100%;height: 100vh;overflow: hidden;}
.sw-main-ekip .owl-ekip .item .sw-box{width: 50%;height: 50%;float: left;position: relative;}
.sw-main-ekip .owl-ekip .item .sw-box img{width: 100%;height: 100%;object-fit: cover;object-position: 0 0;}
.sw-main-ekip .owl-ekip .item .sw-box .sw-more{display: block;width: 100%;height: 100%;font-size:20px;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-main-ekip .owl-ekip .item .sw-box .sw-more:before{content: '';width: calc(100% - 8%);height: calc(100% - 8%);position:absolute;top:4%;left:4%;border:3px solid #000;z-index: 2;}
.sw-main-ekip .owl-ekip .item .sw-box .sw-more:after{content: '';width: 0%;height: 100%;position: absolute;top:0;left:0;background: #E6E8E6;z-index: 1;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.sw-main-ekip .owl-ekip .item .sw-box .sw-more span{position: relative;z-index: 9;}
.sw-main-ekip .owl-ekip .item .sw-box .sw-more:hover::after{width: 100%;}
@media only screen and (max-width: 991px){
.sw-main-ekip .sw-left{width: 100%;height: 50%;}
.sw-main-ekip .sw-left .sw-box img{margin-bottom: 10px;}
.sw-main-ekip .sw-left .sw-box h2{font-size:30px;line-height: 40px;margin-bottom: 10px;padding-left: 40px;width: 60%;display: block;margin:0 auto;}
.sw-main-ekip .sw-right{width: 100%;height: 50%;}
.sw-main-ekip .owl-ekip .item .sw-box{height: 25%;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.sw-main-ekip .sw-left{width: 100%;height: 50%;}
.sw-main-ekip .sw-left .sw-box img{margin-bottom: 10px;}
.sw-main-ekip .sw-left .sw-box h2{font-size:60px;line-height: 80px;margin-bottom: 10px;padding-left: 60px;}
.sw-main-ekip .sw-right{width: 100%;height: 50%;}
.sw-main-ekip .owl-ekip .item .sw-box{height: 25%;}
}
/*main-dort*/
.sw-main-dort{height: 100%;position: relative;background: #fff;}
.sw-main-dort h2{text-align: center;font-size: 80px;font-weight: 400;line-height: 150px}
.sw-main-dort p{width: 90%;margin: 30px auto}
.sw-main-dort .sw-box{position: absolute;width: 100%;height: 100%;padding:50px 10%;}
.sw-main-dort .sw-box .sw-video{display: block;height: calc(70% - 100px);position: relative;border:3px solid #000;margin-bottom: 50px;width: 75%;margin: 0 auto}
.sw-main-dort .sw-box .sw-video>h3{position: absolute;top:50px;left: 50px;font-size:70px;font-weight: bold;width: 70%;color:#fff;text-shadow: 5px 5px 5px #000;}
@media only screen and (max-width: 767px){
.sw-main-dort .sw-box{padding:15px;}
.sw-main-dort .sw-box .sw-video>h3{font-size:35px;top:15px;left:15px;width: 80%;}
.sw-main-dort h2{line-height: 70px;font-size: 50px!important;}
}
.sw-main-dort .sw-box .sw-video>span{position: absolute;bottom: 70px;left:50px;border:2px solid #fff;border-radius: 50%;width: 80px;height: 80px;line-height: 80px;text-align: center;font-size:35px;color:#fff;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.sw-main-dort .sw-box .sw-video:hover span{background: #ad0012;width: 120px;border:2px solid #ad0012;border-radius: 10px;}
/*more-video*/
.sw-main-dort .sw-box .sw-more{overflow: hidden;}
.sw-main-dort .sw-box .sw-more a{display: block;font-size:20px;color:#8E8E8E;font-weight: 300;line-height: 50px;padding: 0 25px;float: right;position: relative;}
@media only screen and (max-width: 991px){
.sw-main-dort .sw-box .sw-more a{margin-right: 45px;}
}
.sw-main-dort .sw-box .sw-more a>span{position: relative;z-index: 9;}
.sw-main-dort .sw-box .sw-more a:before{content: '';width: 0;height: 100%;position: absolute;left: 0;top:0;background: #ddd;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.sw-main-dort .sw-box .sw-more a:hover::before{width: 100%;}

.sw-ekip .left .sw-more{display: block;padding:10px;text-align: center;color:#8E8E8E;font-size: 18px;position:relative;width: 200px;margin:0 auto;}
.sw-ekip .left .sw-more span{position: relative;z-index: 1;}
.sw-ekip .left .sw-more:before{content: '';width: 0;height: 100%;position: absolute;top:0;left:0;background: #eee;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.sw-ekip .left .sw-more:hover::before{width: 100%;}

/*no-video*/
.sw-main-dort .sw-box .sw-no-video{display: block;height: 100%;position: relative;border:2px solid #000;background: #000;color:#fff;text-align: center;padding: 50px;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-main-dort .sw-box .sw-no-video label{margin:0;padding:0;}
.sw-main-dort .sw-box .sw-no-video label>i{display: block;width: 60px;height: 60px;text-align: center;line-height: 60px;border:2px solid #fff;border-radius: 50px;padding:0;margin:0 auto;}
/*main-bes*/
.sw-main-bes{padding:50px 5%;height:100%;background: #fff;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-main-bes h2{margin:0;padding:25px 0;font-size:80px;line-height: 150px;font-weight: 400;}
.sw-main-bes h2 b{font-weight: 900;}
.sw-main-bes .sw-card{margin-bottom:20px;}
.sw-main-bes .sw-card .sw-card-title{}
.sw-main-bes .sw-card .sw-card-title h5{width: 100%;position: relative;}
.sw-main-bes .sw-card .sw-card-title h5 button{border:2px solid #A6A6A6;background: #D1D1D1;margin:0;border-radius: 50px;padding:15px 40px 15px 20px;width: 100%;text-align: left;font-size:16px;}
.sw-main-bes .sw-card .sw-card-title h5 button:active,.sw-main-bes .sw-card .sw-card-title h5 button:focus,.sw-main-bes .sw-card .sw-card-title h5 button:hover{outline: 0;}
.sw-main-bes .sw-card .sw-card-title h5 button i{position: absolute;right: 10px;top:calc(50% - 20px);font-size:18px;border-radius: 50%;width: 40px;height: 40px;line-height: 40px;text-align: center;}
.sw-main-bes .sw-card .sw-card-title h5 button i{color:#E6B655;border:1px solid #E6B655;}
.sw-main-bes .sw-card .sw-card-title h5 .collapsed i{color:#000;border:1px solid #000;}
.sw-main-bes .sw-card .card-body p{margin:0;}
.sw-main-bes .sw-card .card-body a{font-weight: bold;}
.sw-main-bes .sw-more{position: relative;}
.sw-main-bes .sw-more a{display: block;float:right;font-size:20px;color:#8E8E8E;font-weight: 300;line-height: 50px;padding: 0 15px;position: relative;}
.sw-main-bes .sw-more a>span{position: relative;z-index: 1;}
.sw-main-bes .sw-more a:before{content: '';width: 0;height: 100%;position: absolute;left: 0;top:0;background:#eee;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.sw-main-bes .sw-more a:hover::before{width: 100%;}
@media only screen and (max-width: 320px){
.sw-main-bes{padding:15px 15px 15px 15px;}
.sw-main-bes h2{line-height: 50px;font-size:24px;padding:0;margin-bottom:20px;}
.sw-main-bes .sw-card{margin-bottom: 10px;}
.sw-main-bes .sw-card .sw-card-title h5 button{padding:10px 55px 10px 10px;font-size:14px;}
.sw-main-bes .sw-card .card-body{padding:10px 0 0 0;}
.sw-main-bes .sw-card .card-body p{font-size:13px;line-height: 20px;}
}
@media only screen and (min-width: 321px) and (max-width: 991px){
.sw-main-bes{padding:15px 15px 15px 15px;}
.sw-main-bes h2{line-height: 50px;font-size:40px;padding:0;margin-bottom:20px;}
.sw-main-bes .sw-card{margin-bottom: 10px;}
.sw-main-bes .sw-card .sw-card-title h5 button{padding:10px 55px 10px 10px;font-size:14px;}
.sw-main-bes .sw-card .card-body{padding:10px 0 0 0;}
.sw-main-bes .sw-card .card-body p{font-size:13px;line-height: 20px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1366px){
.sw-main-bes .sw-card{margin-bottom: 5px;}
.sw-main-bes h2{font-size:50px;line-height: 75px;padding:0;}
.sw-main-bes .sw-card .card-body p{font-size:14px;line-height: 20px;}
}
/*form*/
.sw-i-form{position: relative;z-index: 999;padding:20px 5% 0 5%;width: 100%;height: auto;min-height:100%;background-color:#ddd;background-image:url('../images/form-bg.png');background-repeat: no-repeat;background-position: center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.sw-i-form h2{margin:0;}
.sw-i-form h2 img{max-width: 55%;height: auto;display: block;margin:0 auto;}
.sw-i-form p{color:#757575;font-family: 'Playfair Display', serif;font-size:25px;font-weight: 600;text-align: center;margin-bottom: 10px;line-height: 35px;}
.sw-i-form .sw-form-body{width: 50%;margin:0 auto;}
.sw-i-form .form_group{position: relative;margin-bottom:20px;z-index: 9999;}
.sw-i-form .form_group label{line-height: 40px;position: absolute;top:0;left:0;font-size:20px;font-weight: 300;margin:0;transition: 0.5s ease-in-out;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;}
.sw-i-form .form_group .form_control{width: 100%;border:0;height: 50px;background: unset;border-bottom: 3px solid #707070;}
.sw-i-form .form_group .form_control:active,.sw-i-form .form_group .form_control:hover,.sw-i-form .form_group .form_control:focus{outline: 0;}
.sw-i-form .form_group .btn{width: 100%;font-weight: 400;text-align: right;height: 50px;font-size:35px;}
.sw-i-form .form_group .btn:active,.sw-i-form .form_group .btn:hover,.sw-i-form .form_group .btn:focus{outline: 0;box-shadow: unset;}
.sw-i-form .form_group .btn:active{opacity: 0.7;}
@media only screen and (max-width: 320px){
.sw-i-form {padding:15px;}
.sw-i-form h2{}
.sw-i-form p{font-size:16px;line-height: 25px;padding:0;margin-bottom: 15px;}
.sw-i-form .form_group{margin-bottom: 10px;}
.sw-i-form .form_group label{font-size:15px;line-height: 30px;}
.sw-i-form .sw-form-body{width: 100%;height: auto;}
.sw-i-form .form_group .form_control{height: 30px;line-height: 30px;}
}
@media only screen and (min-width: 321px) and (max-width: 991px){
.sw-i-form {padding:15px;}
.sw-i-form h2{}
.sw-i-form p{font-size:16px;line-height: 25px;padding:0;margin-bottom: 10px;}
.sw-i-form .form_group{margin-bottom: 10px;}
.sw-i-form .form_group label{font-size:15px;line-height: 40px;}
.sw-i-form .sw-form-body{width: 100%;height: auto;}
.sw-i-form .form_group .form_control{height: 40px;line-height: 40px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.sw-i-form p{font-size:25px;margin:30px 0;}
}
@media only screen and (min-width: 1200px) and (max-width: 1366px){
.sw-i-form{padding:5px 0 0 0;}
.sw-i-form h2{}
.sw-i-form h2 img{max-width: 25%;}
.sw-i-form p{font-size:24px;}
.sw-i-form .form_group label{line-height: 25px;}
.sw-i-form .form_group .form_control{height: 30px;line-height: 30px;}
.sw-i-form p{font-size:20px;margin:10px 0;line-height: 25px;padding:0 15%;}
}
@media only screen and (min-width: 1367px){
.sw-i-form h2{}
.sw-i-form h2 img{max-width: 25%;}
.sw-i-form p{margin-bottom: 50px;padding:0 20%;}
}
/*main-alti*/
.sw-main-alti{padding:30px 5% 0 5%;overflow: hidden;background: #fff;width: 100%;height: 100%;}
.sw-main-alti h2{margin:0;padding: 0;line-height: 130px;font-size:71px;color:#000;}
.sw-main-alti h2>img{position: relative;margin-top:-20px;}
.sw-main-alti .sw-main-alti-body{}
.sw-main-alti .sw-main-alti-body .sw-box{}
.sw-main-alti .sw-main-alti-body .sw-box .sw-box-header{min-height: 200px;background:#856B6B;}
.sw-main-alti .sw-main-alti-body .sw-box .sw-box-header img{width: 100%;height: auto;}
.sw-main-alti .sw-main-alti-body .sw-box .sw-box-body .sw-date{display: block;font-weight: 400;color:#aaa;line-height: 50px;}
.sw-main-alti .sw-main-alti-body .sw-box .sw-box-body h3{font-weight: 600;font-size:18px;line-height: 20px;}
.sw-main-alti .sw-main-alti-body .sw-box .sw-box-body p{font-size:14px;line-height: 20px;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow: hidden;min-height: 60px;font-family: 'Playfair Display', serif;}
.sw-main-alti .sw-main-alti-body .sw-box .sw-box-body .sw-more{display: block;float: right;text-align: center;padding: 5px 10px;position:relative;}
.sw-main-alti .sw-main-alti-body .sw-box .sw-box-body .sw-more:before{content: '';width:0%;height: 100%;position: absolute;left:0;top:0;background: #000;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;}
.sw-main-alti .sw-main-alti-body .sw-box .sw-box-body .sw-more span{position: relative;z-index: 9;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;}
.sw-main-alti .sw-main-alti-body .sw-box .sw-box-body .sw-more:hover span{color:#fff;}
.sw-main-alti .sw-main-alti-body .sw-box .sw-box-body .sw-more:hover::before{width: 100%;}
@media only screen and (max-width: 320px){
.sw-main-alti h2{font-size:30px;line-height:50px;margin-bottom: 50px;}
.sw-main-alti h2>img{margin-top:0;width: 40px;height: auto;}
.sw-main-alti .sw-main-alti-body .sw-box{margin-bottom: 80px;}
}
@media only screen and (min-width: 321px) and (max-width: 767px){
.sw-main-alti h2{font-size:40px;line-height:50px;margin-bottom: 50px;}
.sw-main-alti h2>img{margin-top:0;width: 40px;height: auto;}
.sw-main-alti .sw-main-alti-body .sw-box{margin-bottom: 80px;}
}
.sw-main-alti .left-ok,.sw-main-alti .right-ok{border:2px solid #000;border-radius: 5px;}
/*main-bes*/
.sw-sss-body .sw-card{margin-bottom:20px;}
.sw-sss-body .sw-card .sw-card-title{}
.sw-sss-body .sw-card .sw-card-title h5{width: 100%;position: relative;}
.sw-sss-body .sw-card .sw-card-title h5 button{border:2px solid #A6A6A6;background: #D1D1D1;margin:0;border-radius: 50px;padding:15px 20px;width: 100%;text-align: left;font-size:16px;}
.sw-sss-body .sw-card .sw-card-title h5 button:active,.sw-sss-body .sw-card .sw-card-title h5 button:focus,.sw-sss-body .sw-card .sw-card-title h5 button:hover{outline: 0;}
.sw-sss-body .sw-card .sw-card-title h5 button i{position: absolute;right: 10px;top:calc(50% - 20px);font-size:18px;border-radius: 50%;width: 40px;height: 40px;line-height: 40px;text-align: center;}
.sw-sss-body .sw-card .sw-card-title h5 button i{color:#E6B655;border:1px solid #E6B655;}
.sw-sss-body .sw-card .sw-card-title h5 .collapsed i{color:#000;border:1px solid #000;}
.sw-sss-body .sw-card .card-body p{margin:0;}
.sw-sss-body .sw-card .card-body a{font-weight: bold;}
.sw-sss-body .sw-more{display: block;text-align: right;font-size:20px;color:#8E8E8E;font-weight: 300;line-height: 50px;padding: 0 25px;}
@media only screen and (max-width: 320px){
.sw-sss-body .sw-card{margin-bottom: 10px;}
.sw-sss-body .sw-card .sw-card-title h5 button{padding:10px 55px 10px 10px;font-size:14px;}
.sw-sss-body .sw-card .card-body{padding:10px 0 0 0;}
.sw-sss-body .sw-card .card-body p{font-size:13px;line-height: 20px;}
}
@media only screen and (min-width: 321px) and (max-width: 991px){
.sw-sss-body .sw-card{margin-bottom: 10px;}
.sw-sss-body .sw-card .sw-card-title h5 button{padding:10px 55px 10px 10px;font-size:14px;}
.sw-sss-body .sw-card .card-body{padding:10px 0 0 0;}
.sw-sss-body .sw-card .card-body p{font-size:13px;line-height: 20px;}
}
/*ekibimiz*/
.sw-ekip-box{border:1px solid #eee;position: relative;}
.sw-ekip-box img{width: 100%;height: auto;}
.sw-ekip-box h3{position: absolute;bottom: 0;right: 0;background: #000;color:#fff;padding: 5px;font-size:18px;}
.sw-ekip-box-body{position: fixed;top:0;left:0;right: 0;width: 100%;height: 100%;background: #fff;padding:20px 0 20px 0;z-index: 99999;overflow: auto;}
.sw-ekip-box-body .sw-close{width: 40px;height: 40px;font-size:40px;text-align: center;line-height: 40px;display: block;float: right;margin-bottom: 10px;border:1px solid #f9f9f9;cursor: pointer;}
.sw-ekip-box-body .sw-img{margin-bottom:20px;}
.sw-ekip-box-body .sw-img img{width: 100%;height: auto;}
.sw-ekip-box-body .sw-text{margin-bottom:20px;}
.sw-ekip-box-body .sw-text h3{margin:0;padding:25px 0;font-size:40px;text-align: center;font-weight: bold;}
.sw-ekip-box-body .sw-text p{font-family: 'Playfair Display', serif;font-size:20px;text-align: center;}
.sw-ekip-box-body .sw-text .u-info{list-style: none;margin:0;padding:0;margin-bottom: 30px;}
.sw-ekip-box-body .sw-text .u-info>li:nth-child(1){font-weight: bold;}
.sw-ekip-box-body .sw-text .u-info>li{text-align: center;}
.sw-ekip-box-body .sw-text .u-sosyalmedya{list-style: none;margin:0;padding:0;overflow: hidden;text-align: center;}
.sw-ekip-box-body .sw-text .u-sosyalmedya>li{display: inline-block;}
.sw-ekip-box-body .sw-text .u-sosyalmedya>li>a{display: block;width: 40px;height: 40px;border:2px solid #ddd;text-align: center;border-radius: 50%;line-height: 40px;background: #f9f9f9;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
FOOTER.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-footer{padding:50px 0 0 0;background: #201D1D;min-height: 100%;position: relative;height:auto;}
.sw-footer ul{list-style: none;margin:0;padding:0;}
.sw-footer a{color:#fff;transition: all 250ms ease-in-out;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;}
/*logo*/
.sw-footer-logo{margin:30px 0;}
.sw-footer-logo img{display: block;max-width: 100%;height: auto;}
/*footer-list*/
.sw-footer-box{margin-bottom: 50px;overflow: hidden;}
.sw-footer-box h2{font-size:18px;padding:0;margin-bottom: 25px;font-weight: 500;color:#fff;text-decoration: underline;}
.sw-footer-box ul{overflow: hidden;}
.sw-footer-box ul li{overflow: hidden;}
.sw-footer-box ul li a{display: block;line-height: 40px;font-weight: 300;}
.sw-footer-box p{color:#fff;font-weight: 300;line-height: 1.5;}
.sw-footer-box .sw-more{display: block;float:right;text-align:center;width:200px;font-weight: 300;position:relative;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.sw-footer-box .sw-more>span{position: relative;z-index: 99;}
.sw-footer-box .sw-more:before{content: '';width: 0;height: 100%;background: #fff;position: absolute;left: 0;top:0;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.sw-footer-box .sw-more:hover{color:#000;}
.sw-footer-box .sw-more:hover::before{width: 100%;}
/*footer-adres-be-iletisim*/
.sw-footer-adres-box{margin-bottom: 50px;}
.sw-footer-adres-box h2{font-size:18px;padding:0;margin-bottom: 25px;font-weight: 500;color:#fff;text-decoration: underline;}
.sw-footer-adres-box ul{overflow: hidden;}
.sw-footer-adres-box ul li{overflow: hidden;padding-left: 40px;position: relative;}
.sw-footer-adres-box ul li a{display: block;padding:0;position: relative;line-height: 30px;margin-bottom: 15px;font-weight: 300;}
.sw-footer-adres-box ul li:nth-child(1){padding-left: 0;}
.sw-footer-adres-box ul li span{width: 30px;height: 30px;line-height: 30px;text-align: center;position: absolute;left: 0;top:0;}
.sw-footer-adres-box ul li span img{display: block;max-width: 25px;height: auto;margin:0 auto;width: auto;max-height: 25px;}
.sw-footer-adres-box ul li iframe{width: 100%;height: 150px;}
/*footer-sosyalmedya*/
.sw-footer-sosyalmedya{margin-bottom: 20px;}
.sw-footer-sosyalmedya>ul{overflow: hidden;}
.sw-footer-sosyalmedya>ul>li{float:right;width:16.66%;padding: 0 1px;}
.sw-footer-sosyalmedya>ul>li>a{display: block;padding: 10px 0;font-size:18px;text-align: center;border-radius: 5px;}
.sw-footer-sosyalmedya>ul>li>a>i{transform: scale(1.1);transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
.sw-footer-sosyalmedya>ul>li>a:hover>i{transform: scale(1.4);}
/*footer-copyright*/
.sw-footer-copyright{position: absolute;bottom:15px;left:15px;}
.sw-footer-copyright p{margin:0;font-size:11px;color:#aaa;text-align: left;line-height: 1;}
/*footer-link*/
.sw-footer-link-box{margin-bottom: 20px;}
.sw-footer-link-box a{display: block;padding:5px 0;text-align: center;}
@media only screen and (max-width: 767px){
.sw-about{display: none;}
.sw-footer{padding:15px 0 0 0;}
.sw-footer-box {margin-bottom:10px;}
/*.sw-footer-box ul{display: none;}*/
.sw-footer-logo{margin:10px 0 20px 0;}
.sw-footer-box ul li a{line-height: 25px;font-size:13px;}
.sw-footer-box p{line-height: 1.1;font-size:13px;}
.sw-footer-box h2,.sw-footer-box p,.sw-footer-adres-box h2{margin-bottom: 10px;}
.sw-footer-adres-box ul{padding-left: 50px;}
.sw-footer-adres-box ul li a{line-height: 20px;font-size:13px;}
.sw-footer-adres-box ul li span{width: 20px;height: 20px;line-height: 20px;}
.sw-footer-adres-box ul li span img{max-width: 20px;max-height: 20px;}
.sw-footer-adres-box ul li iframe{height: 100px;}
}
/*-------------------------------------------------------------------------------------------------------------------------------------------
Saruhan Web Logo
-------------------------------------------------------------------------------------------------------------------------------------------*/
#saruhanweb{display: none;}
#saruhanweb a{display: block;}
.tooltip-inner {width: 130px;font-size:12px;}
@media only screen and (max-width : 991px) {
#saruhanweb {text-align: center;background: #111;position: fixed;bottom: 50px;right: -30px;transform: rotate(270deg);border-radius: 5px 5px 0 0;z-index: 999;}
}
@media only screen and (min-width : 992px){
#saruhanweb {position:fixed;right:0;bottom:10px;padding-right:15px;background: rgba(0,0,0,0.8);border-radius:5px 0 0 5px;z-index: 9999;}
}
/*-------------------------------------------------------------------------------------------------------------------
GENEL
--------------------------------------------------------------------------------------------------------------------*/
.sw-page-header{padding:200px 0 20px 0;background-color: #eee;overflow: hidden;}
.sw-page-header .sw-title{font-size:55px;font-weight: bold;text-align: right;position: relative;padding:0 0 0 50%;text-shadow: 0 0 33px #666;}
/*.sw-page-header .sw-title i{position: absolute;top:0;right: 0;font-size:40px;line-height: 55px;}*/
@media only screen and (max-width: 767px){
	.sw-page-header{padding:70px 0 10px 0;}
	.sw-page-header .sw-title{padding:0 0 0 0;font-size:24px;line-height: 30px;width: 100%;}
	.sw-page-header .sw-title i{line-height: 40px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){

}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.sw-page-header{min-height: 350px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1366px){
	.sw-page-header{min-height: 550px;}
}
@media only screen and (min-width: 1367px){
.sw-page-header{min-height: 650px;}
}


.sw-page-body{padding-top:30px;margin-bottom: 30px;}
.sw-page-body .sw-sub-title{border-bottom:2px solid #ddd;font-size:20px;padding: 10px 0;font-weight: bold;margin-bottom: 30px;}
.sw-page-footer{padding:30px 0 0 0;background: #f9f9f9;margin-bottom: 30px;}
.sw-cursor{cursor: pointer;}
.sw-uyari-box{border:2px dashed #ddd;margin-bottom:30px;padding:50px 25px;text-align: center;}

.sw-page-body{}

/*line-clamp*/
.sw-line-clamp-1{display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow: hidden;}
.sw-line-clamp-2{display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow: hidden;}
.sw-line-clamp-3{display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow: hidden;}
.sw-line-clamp-4{display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow: hidden;}
.sw-line-clamp-5{display: -webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow: hidden;}
.sw-line-clamp-8{display: -webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow: hidden;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
Güvenlik Kodu
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-guvenlik{background: #fff;position: relative;border:1px solid #ccc;text-align: center;padding: 2px 60px 2px 5px;height: 45px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.sw-guvenlik .yenile{position: absolute;padding:7px 0;top:0;right:0;width: 40px;text-align: center;}
.gkodu::-webkit-input-placeholder {/* Edge */font-size:12px;}
.gkodu:-ms-input-placeholder {/* Internet Explorer 10-11 */font-size:12px;}
.gkodu::placeholder {font-size:12px;}
/*-----------------------------------------------------------------------------------------------------------------------------------------
urun-rating
-----------------------------------------------------------------------------------------------------------------------------------------*/
.sw-urun-rating{overflow: hidden;}
.sw-urun-rating .sw-rating-show>ul{list-style: none;margin:0;padding:0;width: 120px;float: right;text-align: center;}
.sw-urun-rating .sw-rating-show>ul>li{display: inline-block;color:#ddd;}
.sw-urun-rating .sw-rating-show>ul>li .active{color:#ffa300;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
Breadcrumb
-------------------------------------------------------------------------------------------------------------------------------------------*/
.breadcrumb {display:block;padding:15px 0;margin-top:15px;border-radius: 0;margin-bottom: 10px;list-style: none;background-color: unset;font-size:12px;text-align: right;}
.breadcrumb > li {display: inline-block;}
.breadcrumb > li + li:before {padding: 0 5px;color: #444;content: "/\00a0";}
.breadcrumb a{color: #000;}
.breadcrumb > .active {color: #000;}


/*-------------------------------------------------------------------------------------------------------------------------------------------
Alert
-------------------------------------------------------------------------------------------------------------------------------------------*/
.alert {border-radius: 0;padding:15px 15px 15px 45px;}
/*.alert-info{background-color:#2d9bd2;border:1px solid #247ca8;color:#fff;padding:15px 15px 15px 45px;position: relative;border-radius: 0;}*/
.alert-info:before{content: '\f05a';font-family: 'Font Awesome 5 Free';font-weight: 900;font-size:22px;position: absolute;top:15px;left:15px;}
/*.alert-danger{background-color:#b64949;border:1px solid #923a3a;color:#fff;padding:15px 15px 15px 45px;position: relative;border-radius: 0;}*/
.alert-danger:before{content: '\f071';font-family: 'Font Awesome 5 Free';font-weight: 900;font-size:22px;position: absolute;top:15px;left:15px;}
/*.alert-warning{background-color:#e7c418;border:1px solid #b99d13;color:#fff;padding:15px 15px 15px 45px;position: relative;border-radius: 0;}*/
.alert-warning:before{content: '\f06a';font-family: 'Font Awesome 5 Free';font-weight: 900;font-size:22px;position: absolute;top:15px;left:15px;}
/*.alert-success{background-color:#67b847;border:1px solid #539339;color:#fff;padding:15px 15px 15px 45px;position: relative;border-radius: 0;}*/
.alert-success:before{content: '\f058';font-family: 'Font Awesome 5 Free';font-weight: 900;font-size:22px;position: absolute;top:15px;left:15px;}
/*pagination*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li > a,.pagination > li > span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #337ab7;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination > li:first-child > a,.pagination > li:first-child > span {margin-left: 0;/*border-top-left-radius: 4px;*//*border-bottom-left-radius: 4px;*/}
.pagination > li:last-child > a,.pagination > li:last-child > span {/*border-top-right-radius: 4px;*//*border-bottom-right-radius: 4px;*/}
.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {z-index: 2;color: #23527c;background-color: #eee;border-color: #ddd;}
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {z-index: 3;color: #fff;cursor: default;background-color: #ddd;border-color: #aaa;}
.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd;}
.pagination-lg > li > a,.pagination-lg > li > span {padding: 10px 16px;font-size: 18px;line-height: 1.3333333;}
.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {border-top-left-radius: 6px;border-bottom-left-radius: 6px;}
.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {border-top-right-radius: 6px;border-bottom-right-radius: 6px;}
.pagination-sm > li > a,.pagination-sm > li > span {padding: 5px 10px;font-size: 12px;line-height: 1.5;}
.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
Sosyal Medya Renkleri
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-facebook-bg{background: #3b5998;border: 1px solid #3b5998;color:#fff;}
.sw-instagram-bg{background: linear-gradient(to right,#002aff,#772abd,#ee2a7b,#f48c56,#f9ed32);border: 1px solid none;color:#fff;}
.sw-twitter-bg{background: #00aced;border: 1px solid #00aced;color:#fff;}
.sw-youtube-bg{background: #bb0000;border: 1px solid #bb0000;color:#fff;}
.sw-google-bg{background: #dd4b39;border: 1px solid #dd4b39;color:#fff;}
.sw-linkedin-bg{background: #007bb5;border: 1px solid #007bb5;color:#fff;}
.sw-whatsapp-bg{background: linear-gradient(to bottom,#4aaa4e,#2f6a31);border: 1px solid #2f6a31;color:#fff;}
.sw-map-bg{background: #00bf8f;border: 1px solid #00bf8f;color:#fff;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
onceki-sonraki butonlari
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-onceki-btn{margin-bottom:30px;position: relative;border:1px solid #ddd;padding:20px 10px 20px 55px;background: #fff;}
.sw-onceki-btn i{position: absolute;width:40px;height: 100%;font-size:30px;background: #eee;color:#aaa;left:0;top:0;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;transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
.sw-onceki-btn h2{font-size:18px;margin:0;margin-bottom:10px;font-weight: bold;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.sw-onceki-btn h4{font-size:16px;margin:0;margin-bottom:10px;font-weight: bold;}
.sw-onceki-btn p{margin-bottom: 10px;}
.sw-onceki-btn:hover i{padding-right:15px;}
.sw-sonraki-btn{width: 100%;height: auto;margin-bottom:30px;position: relative;border:1px solid #ddd;padding:20px 55px 20px 10px;text-align: right;background: #fff;}
.sw-sonraki-btn i{position: absolute;width:40px;height: 100%;font-size:30px;background: #eee;color:#aaa;right:0;top:0;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;transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
.sw-sonraki-btn h2{font-size:18px;margin:0;margin-bottom:10px;font-weight: bold;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.sw-sonraki-btn h4{font-size:16px;margin:0;margin-bottom:10px;font-weight: bold;}
.sw-sonraki-btn p{margin-bottom:10px;}
.sw-sonraki-btn:hover i{padding-left:15px;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
urunler.php urun-box
-------------------------------------------------------------------------------------------------------------------------------------------*/
/*kategori*/
.sw-urun-kategori-box{background: #fff;padding: 10px 10px 10px 130px;border:1px solid #ddd;margin-bottom: 30px;position: relative;min-height: 125px;}
.sw-urun-kategori-box img{position: absolute;top:10px;left: 10px;border:1px solid #eee;}
.sw-urun-kategori-box h3{font-size:16px;font-weight: bold;color:#666;padding: 10px 0 0 0;margin:0 0 10px 0;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow: hidden;}
.sw-urun-kategori-box p{font-size:14px;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow: hidden;line-height: 25px;}
/*urun*/
.sw-urun-box{border:1px solid #ddd;padding: 10px;margin-bottom: 10px;background: #fff;}
.sw-urun-box-header{}
.sw-urun-box-header img{width: 100%;height: auto;}
.sw-urun-box-body{}
.sw-urun-box-body h2{font-size:16px;font-weight: bold;height:55px;line-height: 20px;;padding: 15px 0 0 0;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow: hidden;}
.sw-urun-box-footer{}
.sw-urun-box-footer .sw-fiyat{min-height: 75px;}
.sw-urun-box-footer .sw-fiyat label{margin:0;padding: 0;font-size:13px;font-weight: bold;color: #444;}
.sw-urun-box-footer .sw-fiyat ul{list-style: none;margin:0;padding: 0;overflow: hidden;}
.sw-urun-box-footer .sw-fiyat ul>li{float: left;margin-right: 15px;}
.sw-urun-box-footer .sw-fiyat ul>.sw-eski-fiyat{font-size:14px;}
.sw-urun-box-footer .sw-fiyat ul>.sw-yeni-fiyat{font-size:20px;font-weight: bold;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
urun.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-urun-header{background: #fff;padding:15px;position: relative;margin-bottom: 30px;box-shadow: 0 0 3px 0 #bababa;}
/*urun resim slayt bolumu*/
.sw-urun-img .swiper-container {width: 100%;height: auto;margin-left: auto;margin-right: auto;}
.sw-urun-img .swiper-slide {background-size: cover;background-position: center;position: relative;}
@media (max-width: 767px) {.sw-urun-img .gallery-top .swiper-slide {height: 300px;}.sw-urun-img .gallery-thumbs .swiper-slide {min-height: 70px;}}
@media (min-width: 768px) and (max-width: 991px) {.sw-urun-img .gallery-top .swiper-slide {height: 300px;}.sw-urun-img .gallery-thumbs .swiper-slide {min-height: 70px;}}
@media (min-width: 992px) and (max-width: 1199px) {.sw-urun-img .gallery-top .swiper-slide {height: 435px;}.sw-urun-img .gallery-thumbs .swiper-slide {min-height: 100px;}}
@media (min-width: 1200px) {.sw-urun-img .gallery-top .swiper-slide {height: 450px;}.sw-urun-img .gallery-thumbs .swiper-slide {min-height: 120px;}}
.sw-urun-img .gallery-top {height: 80%;width: 100%;}
.sw-urun-img .gallery-thumbs {height: 20%;box-sizing: border-box;padding: 10px 0;}
.sw-urun-img .gallery-thumbs .swiper-slide {width: 25%;height: 100%;opacity: 0.4;}
.sw-urun-img .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
.sw-urun-img .swiper-button-next,.sw-urun-img .swiper-button-prev{z-index: 999;border:1px solid #fff;padding:20px;background:#fff;border-radius: 3px;}
.sw-urun-img .swiper-button-next:active{padding-right:15px;}
.sw-urun-img .swiper-button-prev:active{padding-left:15px;}
.sw-urun-img .swiper-button-prev.swiper-button-white,.sw-urun-img .swiper-button-next.swiper-button-white{color:#222;}
.sw-urun-img .swiper-button-prev:after,.sw-urun-img .swiper-button-next:after{font-size:16px;font-weight: bold;}
/*title*/
.sw-urun-title{border-bottom:1px solid #ddd;font-size:25px;font-weight: bold;padding:20px 0;margin-bottom: 20px;}
/*ust-rating*/
.sw-urun-header-rating{margin-bottom: 20px;overflow: hidden;}
.sw-urun-header-rating>ul{list-style: none;margin:0;padding:0;float: right;margin-left:-2px;margin-right: -2px;}
.sw-urun-header-rating>ul>li{float: left;margin-bottom: 5px;padding: 0 2px;}
@media (max-width: 767px) {.sw-urun-header-rating>ul>li{width: 100%;}}
@media (min-width: 768px) and (max-width: 991px) {.sw-urun-header-rating>ul>li{width: 100%;}}
@media (min-width: 992px) and (max-width: 1199px) {.sw-urun-header-rating>ul>li{width: 50%;}}
.sw-urun-header-rating>ul>li>span{display:block;font-size:12px;border:1px solid #ddd;border-radius: 5px;padding:1px 5px;line-height: 28px;background: #eee;font-weight: bold;transition: all 150ms ease-in-out;-webkit-transition: all 150ms ease-in-out;-moz-transition: all 150ms ease-in-out;-o-transition: all 150ms ease-in-out;}
/*fiyat*/
.sw-urun-fiyat{border:1px solid #ddd;margin-bottom: 20px;background: #f9f9f9;overflow: hidden;padding: 10px;}
.sw-urun-fiyat>label{display: block;font-weight: bold;}
.sw-urun-fiyat>ul{list-style: none;margin:0;padding:0;overflow: hidden;}
.sw-urun-fiyat>ul>li{}
.sw-urun-fiyat>ul>li>.eski-fiyat{text-decoration: line-through;color:#aaa;}
.sw-urun-fiyat>ul>li>.yeni-fiyat{font-size:25px;color:#000;font-weight: bold;}
/*hemen-ulasin*/
.sw-urun-hemen-ulas{margin-bottom:20px;}
.sw-urun-hemen-ulas>label{display: block;font-weight: bold;}
.sw-urun-hemen-ulas>ul{list-style: none;margin:0;padding:0;overflow: hidden;margin-left:-4px;margin-right: -4px;}
.sw-urun-hemen-ulas>ul>li{float:left;width: 33.33%;padding:0 2px;}
.sw-urun-hemen-ulas>ul>li>a{border-radius: 5px;display: block;text-align: center;padding:10px 0;color:#fff;border:2px solid #ddd;}
.sw-urun-hemen-ulas>ul>li>a>i{display: block;font-size:25px;margin-bottom: 10px;padding: 5px 0;}
.sw-urun-hemen-ulas>ul>li>a>span{display: block;font-size:13px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow:hidden;line-height: 20px;}
@media (max-width: 767px) {.sw-urun-hemen-ulas>ul>li>a>span{min-height: 40px;padding:0 5px;}}
@media (min-width: 768px) and (max-width: 991px) {.sw-urun-hemen-ulas>ul>li>a>span{padding:0 13px;}}
@media (min-width: 992px) and (max-width: 1199px) {.sw-urun-hemen-ulas>ul>li>a>span{min-height: 40px;padding:0 13px;}}
@media (min-width: 1200px) {.sw-urun-hemen-ulas>ul>li>a>span{padding:0 13px;}}
.sw-urun-whatsapp-btn{background: #2f6a31;background: linear-gradient(to bottom,#4aaa4e,#2f6a31);border: 2px solid #2f6a31;transition: all 500ms ease-in-out;-webkit-transition: all 500ms ease-in-out;-moz-transition: all 500ms ease-in-out;-o-transition: all 500ms ease-in-out;}
.sw-urun-whatsapp-btn:hover{background: #2f6a31;background: linear-gradient(to bottom,#2f6a31,#4aaa4e);border: 2px solid #2f6a31;}
.sw-urun-hemen-ara-btn{background: #5b049f;background: linear-gradient(to bottom,#7006c3,#5b049f);border: 2px solid #5b049f;transition: all 500ms ease-in-out;-webkit-transition: all 500ms ease-in-out;-moz-transition: all 500ms ease-in-out;-o-transition: all 500ms ease-in-out;}
.sw-urun-hemen-ara-btn:hover{background: #5b049f;background: linear-gradient(to bottom,#5b049f,#7006c3);border: 2px solid #5b049f;}
/*urun nav tab menu*/
.sw-urun-tab-nav .tab-content .tab-pane{padding-top:15px;}
.sw-urun-tab-nav .nav-tabs .nav-item.show .nav-link,.sw-urun-tab-nav  .nav-tabs .nav-link.active{color: #000;background-color: #aaa;border-color: #aaa;font-size:18px;font-weight: bold;}
.sw-urun-tab-nav .nav-tabs{border-bottom: 1px solid #aaa;}
.sw-urun-tab-nav .nav-tabs .nav-link{border-radius: 0;background: #efefef;font-size:18px;font-weight: bold;}
.sw-urun-tab-nav .nav-tabs .nav-link:hover{background: #ddd;}
@media (max-width: 767px) {.sw-urun-tab-nav .nav-tabs{display: block;}}
@media (min-width: 768px) and (max-width: 991px) {.sw-urun-tab-nav .nav-tabs{display: block;}}
/*urun degelendirme ve yorumlar bolumu*/
.sw-urun-yorum{}
/*urun degelendirme - tablo*/
.sw-urun-rating-table{border:2px solid #ddd;margin-bottom: 30px;}
.sw-urun-rating-table>ul{list-style: none;margin:0;padding:0;overflow: hidden;}
.sw-urun-rating-table>ul>li{font-size:13px;line-height: 22px;padding: 1px;overflow: hidden;}
.sw-urun-rating-table>ul>li>span{display: block;float: left;width: 80px;background: #ddd;margin:0;padding: 1px 5px;font-weight: bold;}
.sw-urun-rating-table>ul>li>p{float: left;width: calc(100% - 140px);background: #fff;position: relative;min-height: 24px;margin:0;background: #f9f9f9;border-bottom:1px solid #eee;border-top:1px solid #eee;}
.sw-urun-rating-table>ul>li>p>.bar{position: absolute;left:5px;top:5px;height:calc(100% - 10px);width: calc(100% - 10px);margin:0;background: #F62;}
.sw-urun-rating-table>ul>li>label{display:block;float: left;width: 60px;background: #eee;margin:0;padding: 1px 5px;text-align: center;}
/*urun degerlendirme - rating*/
.sw-urun-body-rating{border:2px solid #ddd;width: 100%;height: auto;margin-bottom: 30px;padding:15px;}
.sw-urun-body-rating>label{display: block;font-size:18px;font-weight: bold;color:#000;margin:0 0 25px 0;}
.sw-urun-body-rating .stars {width: auto;display: inline-block;}
.sw-urun-body-rating input.star {display: none;}
.sw-urun-body-rating label.star {margin:0;float: right;padding: 0 5px;font-size: 30px;color: #ddd;transition: all .2s;}
.sw-urun-body-rating input.star:checked ~ label.star:before {content: '\f005';color: #FD4;transition: all .25s;font-weight: 900;}
.sw-urun-body-rating input.star-5:checked ~ label.star:before {color: #FE7;}
.sw-urun-body-rating input.star-1:checked ~ label.star:before {color: #F62;}
.sw-urun-body-rating input.star-2:hover ~ label.star-1 {color: #F62;}
.sw-urun-body-rating input.star-3:hover ~ label.star-1,.sw-urun-body-rating input.star-3:hover ~ label.star-2 { color: #F62; }
.sw-urun-body-rating input.star-4:hover ~ label.star-1,.sw-urun-body-rating input.star-4:hover ~ label.star-2,.sw-urun-body-rating input.star-4:hover ~ label.star-3 { color: #F62; }
.sw-urun-body-rating input.star-5:hover ~ label.star-1,.sw-urun-body-rating input.star-5:hover ~ label.star-2,.sw-urun-body-rating input.star-5:hover ~ label.star-3,.sw-urun-body-rating input.star-5:hover ~ label.star-4 {color: #F62;}
.sw-urun-body-rating label.star:hover {color: #ffa300;}
.sw-urun-body-rating label.star:before {content: '\f005';font-family: 'Font Awesome 5 Free';font-weight: 400;}
/*urun-notu*/
.sw-u-yorum-btn-group{margin-bottom: 20px;}
.sw-u-yorum-btn-group>ul{list-style: none;margin:0;padding: 0;overflow: hidden;}
.sw-u-yorum-btn-group>ul>.sw-urun-notu{}
.sw-u-yorum-btn-group>ul>.sw-urun-notu span{display: block;margin:0;padding: 15px 0;float: left;margin-right: 15px;}
.sw-u-yorum-btn-group>ul>.sw-urun-notu span .sw-urun-rating{float: left;}
.sw-u-yorum-btn-group>ul>li>.sw-btn{cursor: pointer;font-weight: bold;padding: 15px 0;display: block;float: right;font-size:14px;padding: 3px 10px;background: #ddd;border-radius: 3px;transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;}
.sw-u-yorum-btn-group>ul>li>.sw-btn:hover{background: #aaa;}/*renk*/
@media (min-width: 320px) {.sw-u-yorum-btn-group>ul>li{width: 100%;}}
@media (min-width: 768px) {.sw-u-yorum-btn-group>ul>li{float: left;width: 50%;}}
@media (min-width: 992px) {.sw-u-yorum-btn-group>ul>li{float: left;width: 50%;}}
@media (min-width: 1200px) {.sw-u-yorum-btn-group>ul>li{float: left;width: 50%;}}
/*urun yorumları kullanıcı blokları*/
.sw-u-yorum-blok{border:1px solid #ddd;margin-bottom: 20px;padding: 10px 10px 0 60px;position: relative;}
.sw-u-yorum-blok .user{background: #f9f9f9;border-radius: 10px;padding: 10px;margin-bottom: 10px;}
.sw-u-yorum-blok .user .user-icon{position: absolute;top:15px;left:10px;opacity: 0.5;max-width: 40px;height: auto;}
.sw-u-yorum-blok .user .user-body h4{font-size:16px;font-weight: bold;margin:0;padding: 5px 0;}
.sw-u-yorum-blok .user .user-body h4>span{float: left;width: 70px;margin-right: 10px;padding-top: 3px;}
.sw-u-yorum-blok .user .user-body h5{font-size:15px;font-weight:bold;padding:10px 0;margin:0;color:#333;}
.sw-u-yorum-blok .user .user-body p{font-size:14px;margin:0;padding:0;line-height: 25px;word-wrap:break-word;}
.sw-u-yorum-blok .sw-tarih{text-align: right;display: block;margin:0;}
.sw-u-yorum-blok .user .sw-urun-rating{width: 94px;font-size:10px;}
.user-cevap{margin-bottom: 10px;padding: 0 50px 0 0;position: relative;}
.user-cevap .user-cevap-body{background: #eee;border-radius: 10px;padding: 10px;}
.user-cevap .user-cevap-body p{font-size:14px;margin:0;padding:0;line-height: 25px;word-wrap:break-word;}
.user-cevap .admin-icon{position: absolute;right: 0;top:0;width: 40px;height: auto;opacity: 0.2;}
/*form*/
.sw-urun-yorum input{height: 45px;}
.sw-urun-yorum .form-group label{font-weight: bold;}
.sw-urun-yorum .form-group .form-control{border-radius: 0;border:2px solid #ddd;}
.sw-urun-yorum .form-group .btn{height: 45px;border-radius: 0;background: #ddd;font-size:18px;font-weight: bold;}
.sw-urun-yorum .sw-guvenlik{border:2px solid #ddd;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
iletisim.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-iletisim-bilgi{margin-bottom: 15px;overflow: hidden;}
.sw-iletisim-bilgi>ul{margin:0;padding: 0;list-style: none;overflow: hidden;}
.sw-iletisim-bilgi>ul>li{padding:9px 0 9px 55px;overflow: hidden;position: relative;margin-bottom: 5px;font-size:16px;border-bottom:1px solid #ddd;}
.sw-iletisim-bilgi>ul>li>i{width: 40px;height: 40px;position: absolute;left:0;top:0;border-radius: 5px;font-size:16px;background: #ddd;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;}
/*whatsapp-paylas*/
.sw-iletisim-paylas{margin-bottom: 15px;}
.sw-iletisim-paylas>a{display: block;border-radius:5px;padding: 10px;color:#0e7f6b;border:2px solid #0e7f6b;}
.sw-iletisim-paylas>a>i{font-size:30px;width: 40px;text-align: center;transition: all 150ms ease-in-out;-webkit-transition: all 150ms ease-in-out;-moz-transition: all 150ms ease-in-out;-o-transition: all 150ms ease-in-out;}
.sw-iletisim-paylas>a:hover{opacity: 0.7;}
.sw-iletisim-paylas>a:hover>i{transform: scale(1.2);}
/*sosyalmedya*/
.sw-iletisim-sosyalmedya{overflow: hidden;margin-bottom: 30px;}
.sw-iletisim-sosyalmedya>ul{overflow: hidden;list-style: none;margin:0;padding:0;}
.sw-iletisim-sosyalmedya>ul>li{float:left;width: 14.28%;padding:0 1px;}
.sw-iletisim-sosyalmedya>ul>li>a{display: block;padding: 11px 0;text-align: center;font-size:20px;transition: 500ms;border-radius: 5px;color:#fff;}
.sw-iletisim-sosyalmedya>ul>li>a>i{transition: all 150ms ease-in-out;-webkit-transition: all 150ms ease-in-out;-moz-transition: all 150ms ease-in-out;-o-transition: all 150ms ease-in-out;}
.sw-iletisim-sosyalmedya>ul>li>a:hover i{transform: scale(1.2);}
/*harita*/
.sw-iletisim-harita{margin-bottom: 30px;border:1px solid #ddd;padding: 5px;}
.sw-iletisim-harita iframe{width: 100%;height: 450px;vertical-align: middle;}
/*form*/
.sw-iletisim-form{margin-bottom: 30px;}
.sw-iletisim-form label{display: block;padding: 5px 0;margin:0;font-size:14px;font-weight: bold;}
.sw-iletisim-form .form-control{border-radius: 0;}
.sw-iletisim-form input[type="text"]{height: 45px;}
.sw-iletisim-form .form-group .btn{border-radius:0;height: 45px;background: #aaa;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
galeri.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-page-galeri-body{overflow: hidden;width: 100%;height: auto;}
/*navlist*/
.sw-page-galeri-body .nav{margin-bottom: 30px;}
.sw-page-galeri-body .nav-tabs{border:0;}
.sw-page-galeri-body button:active,.sw-page-galeri-body button:focus,.sw-page-galeri-body button:hover{outline: 0;}
.sw-page-galeri-body .nav-tabs .nav-link{font-weight: bold;color:#999;font-size:20px;border:0;}
.sw-page-galeri-body .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{border:0;color:#000;}
.sw-page-galeri-body .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{border:0;}
/*galeri-box*/
.sw-galeri-box{position: relative;}
.sw-galeri-box img{width: 100%;height: auto;}
.sw-galeri-box h2{opacity: 0;text-shadow:1px 1px 1px #000;visibility: hidden;transform: scale(0);transition: all 150ms ease-in-out;-webkit-transition: all 150ms ease-in-out;-moz-transition: all 150ms ease-in-out;-o-transition: all 150ms ease-in-out;position: absolute;background: rgb(0,0,0,0.5);position: absolute;top:0;left:0;width: 100%;height: 100%;font-size:16px;color:#fff;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-galeri-box .sw-icon{font-size:30px;color: #ddd;width: 40px;text-align: center;left: 0;right: 0;position: absolute;margin:0 auto;top:15%;}
.sw-galeri-box:hover h2{opacity: 1;visibility: visible;transform: scale(1) rotate(360deg);}
/*video-box*/
.sw-video-box{position: relative;}
.sw-video-box img{width: 100%;height: auto;}
.sw-video-box h2{opacity: 0;visibility: hidden;text-align: center;padding:10px;transform: scale(0);transition: all 150ms ease-in-out;-webkit-transition: all 150ms ease-in-out;-moz-transition: all 150ms ease-in-out;-o-transition: all 150ms ease-in-out;position: absolute;background: rgb(0,0,0,0.5);position: absolute;top:0;left:0;width: 100%;height: 100%;font-size:16px;color:#fff;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-video-box:hover h2{opacity: 1;visibility: visible;transform: scale(1) rotate(360deg);}
/*-------------------------------------------------------------------------------------------------------------------------------------------
video-galeri.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-video-kutu{width: 100%;height: auto;border:1px solid #ddd;margin-bottom: 30px;}
.sw-video-kutu-header{width: 100%;height: auto;min-height: 160px;}
.sw-video-kutu-body{width: 100%;height: auto;position: relative;padding:0 0 0 50px;background: #eee}
.sw-video-kutu-body img{position: absolute;left:10px;top:8px;filter: grayscale(100%);transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
.sw-video-kutu:hover img{filter: grayscale(0);}
.sw-video-kutu-body h2{font-size:14px;font-weight: bold;padding:10px 10px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;}
.sw-video-kutu-footer{width: 100%;height: auto;text-align: right;font-size:12px;color:#999;padding:0 10px;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
sidebar.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-sidebar-list-blok{margin-bottom: 30px;}
@media (min-width: 992px) {
.sw-sidebar-list-btn{display: none;}
}
@media (max-width: 992px) {
.sw-sidebar-list{display: none;}
}
.sw-sidebar-list-btn{border:1px solid #ddd;padding: 15px 5px 15px 15px;font-size:16px;font-weight: bold;margin-bottom: 5px;position: relative;margin-top:10px;background: #eee;}
.sw-sidebar-list-btn>i{position: absolute;font-size:25px;top:-10px;right: 10px;width: 35px;height: 35px;border-radius: 50%;background: #fff;box-shadow: 0 0 5px 0 #444;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-sidebar-list {}
.sw-sidebar-list .list-group-item{background: #eee;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
sayfa.php - sidebar-sayfa.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-sayfa-kapak-bir{margin-bottom: 15px;}
.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%;}
@media only screen and (max-width: 767px){
.sw-sayfa-kapak-iki{float: unset;margin:0;}
.sw-sayfa-kapak-iki img{width: 100%;height: auto;}
}
/*icerik*/
.sw-sayfa-icerik{margin-bottom: 30px;overflow: hidden;padding:50px;border-radius: 70px;margin-top:-100px;border:1px solid #707070;background: #fff;}

@media only screen and (max-width: 991px){
	.sw-sayfa-icerik{margin-bottom: 30px;overflow: hidden;padding:30px 15px;border-radius: 70px;margin-top:-45px;border:1px solid #707070;background: #fff;}
}
@media only screen and (min-width: 992px){
	.sw-sayfa-icerik{margin-bottom: 30px;overflow: hidden;padding:50px;border-radius: 70px;margin-top:-100px;border:1px solid #707070;background: #fff;}
}
/*ek-resim*/
.sw-sayfa-ek-resim-blok{margin-bottom: 30px;}
.sw-sayfa-ek-resim{width: 100%;height: auto;border:1px solid #fff;position: relative;transition: all 150ms ease-in-out;-webkit-transition: all 150ms ease-in-out;-moz-transition: all 150ms ease-in-out;-o-transition: all 150ms ease-in-out;}
.sw-sayfa-ek-resim img{width: 100%;height: auto;}
.sw-sayfa-ek-resim:hover{transform: scale(1.1);z-index: 99;}
/*etiket*/
.sw-sayfa-etiket{overflow: hidden;margin-bottom: 30px;}
.sw-sayfa-etiket a{display: block;float:left;padding:1px 15px 1px 25px;margin-bottom: 7px;position: relative;margin-right: 7px;font-size:14px;border-radius: 5px;transition: all 150ms ease-in-out;}
.sw-sayfa-etiket a:hover{background: #eee;}
.sw-sayfa-etiket a i{color:#ccc;position: absolute;left: 5px;top:5px;font-size:15px;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
etiket.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-etiket-kutu{width: 100%;height: auto;border:1px solid #eee;padding: 15px 15px 15px 50px;margin-bottom: 30px;position: relative;}
.sw-etiket-kutu-icon{position: absolute;left:15px;top:15px;font-size:23px;color: #bbb;}
.sw-etiket-kutu h2{font-size:16px;margin-bottom: 15px;}
.sw-etiket-kutu p{margin-bottom: 15px;}
.sw-etiket-kutu-devam{display: block;width: 150px;border:1px solid #ddd;text-align: center;}
/*-------------------------------------------------------------------------------------------------------------------
yorumlar.php
--------------------------------------------------------------------------------------------------------------------*/
.sw-yorumlar-box{width: 100%;height: auto;border:1px solid #eee;margin-bottom: 30px;padding:15px 15px 15px 80px;overflow: hidden;border-radius: 10px;background: #f9f9f9;position: relative;}
.sw-yorumlar-box .user-icon{position: absolute;top:15px;left:15px;font-size:50px;}
.sw-yorumlar-box h2{font-size:18px;padding:5px 0;margin:0;}
.sw-yorumlar-box .tarih{position: absolute;top:24px;right: 15px;font-size:12px;color:#666;}
.sw-yorumlar-box .konu{display: block;font-size:14px;padding: 5px 0;color:#666;font-weight: bold;}
.sw-yorumlar-cevap{width: 100%;height: auto;border:1px solid #ccc;padding: 15px 80px 15px 15px;margin-top:15px;background: #ddd;border-radius: 10px;position: relative;}
.sw-yorumlar-cevap .admin-icon{position: absolute;top:15px;right: 15px;font-size:50px;}
/*yorum-form*/
.sw-yorumlar-form{width: 100%;height: auto;background: #f9f9f9;padding: 15px;margin-bottom: 30px;border:1px solid #eee;}
.sw-yorumlar-form h2{margin:0;font-size:20px;margin-bottom: 15px;border-bottom:2px solid #eee;padding:10px 0;}
.sw-yorumlar-form .form-group{}
.sw-yorumlar-form .form-group>label{display: block;padding: 5px 0;}
.sw-yorumlar-form .form-group>.form-control{border-radius: 0;}
.sw-yorumlar-form .form-group>input{height: 45px;}
.sw-yorumlar-form .form-group>.btn{background: #333;color:#fff;border-radius: 0;height: 45px;}
.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;}
/*-------------------------------------------------------------------------------------------------------------------
iller.php
--------------------------------------------------------------------------------------------------------------------*/
.sw-il-list{margin-bottom:30px;font-size:15px;}
.sw-il-list .sw-il-btn{border:1px solid red;margin-bottom: 5px;padding: 10px 40px 10px 10px;background: #bc103c;color:#fff;position: relative;margin-top:10px;}
.sw-il-list .sw-il-btn i{position: absolute;top:-10px;right: 10px;font-size:25px;color:#bc103c;width: 35px;height: 35px;border-radius: 50%;background: #fff;text-align: center;padding-top: 5px;box-shadow: 0 0 5px 0 #444;}
.sw-il-list ul{list-style: none;margin:0;padding:0;}
.sw-il-list .sw-il-group ul{}
.sw-il-list .sw-il-group>ul>li{}
.sw-il-list .sw-il-group>ul>li>a{display: block;border:1px solid #ddd;padding: 10px;margin-bottom: 5px;font-weight: 500;background: #eee;}
.sw-il-list .sw-il-group>ul>li .active{background: #bc103c;color:#fff;}
.sw-il-list .sw-il-group>ul>li>a>i{margin-right: 5px;}
.sw-il-list .sw-il-group>ul>li>a:hover{background: #666;color:#eee;}
.sw-il-list .sw-il-group>ul>li>ul{}
.sw-il-list .sw-il-group>ul>li>ul>li{}
.sw-il-list .sw-il-group>ul>li>ul>li>a{display: block;padding: 10px 10px 10px 20px;border:1px solid #ddd;margin-bottom: 5px;background: #f9f9f9;}
.sw-il-list .sw-il-group>ul>li>ul>li>a:hover{background: #666;color:#eee;}
.sw-il-list .sw-il-group>ul>li>ul>li>a>i{font-size:10px;color:#ddd;margin-right: 5px;}
@media only screen and (max-width: 991px){
.sw-il-list .sw-il-group{display: none;}
}
@media only screen and (min-width: 992px){
.sw-il-list .sw-il-btn{display: none;}
}
/*-------------------------------------------------------------------------------------------------------------------------------------------
fiyat-hesaplama.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-fiyat-sonuc{width: 100%;height: auto;margin-bottom: 30px;}
.sw-fiyat-sonuc p{padding: 15px 0;font-size:16px;border:1px dashed green;text-align: center;background: green;color:#ccc;}
.sw-fiyat-sonuc p b{color:#fff;font-size:22px;}
.sw-fiyat-tablo{width:100%;height: auto;}
.sw-fiyat-tablo{width: 100%;height: auto;margin-bottom:30px;}
.sw-fiyat-tablo table tr th{padding: 15px;}
.sw-fiyat-tablo table tr td{padding: 5px;}
.sw-fiyat-tablo .form-control{border-radius: 0;}
.sw-fiyat-tablo .btn{border-radius: 0;height: 50px;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
fiyatlar.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-fiyatlar-hesap-box{width: 100%;height: auto;margin-bottom: 20px;text-align: center;padding: 10px;background: #666;}
.sw-fiyatlar-hesap-box i{display: block;padding: 20px 0;color:#ddd;}
.sw-fiyatlar-hesap-box p{color:#eee;}
.sw-fiyatlar-box{width: 100%;height: auto;margin-bottom: 20px;}
.sw-fiyatlar-box>ul{list-style: none;margin:0;padding: 0;}
.sw-fiyatlar-box>ul>li{display: block;border:1px solid #ddd;padding: 10px 94px 10px 45px;margin-bottom: 5px;border-left:3px solid #ddd;position: relative;}
.sw-fiyatlar-box>ul>li .icon{font-size:25px;position: absolute;left: 10px;top:10px;transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
.sw-fiyatlar-box>ul>li .fiyat{font-size:16px;position: absolute;right: 10px;top:7px;padding: 2px 15px;border-radius: 50px;transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
duyuru.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-duyuru-icerik{width: 100%;height: auto;margin-bottom: 30px;}
.sw-duyuru-resim{margin-bottom: 10px;}
.sw-duyuru-resim img{width: 100%;height: auto;}
.sw-duyuru-ekresim{list-style: none;margin:0;padding:0;margin-left:-1px;margin-right:-1px;margin-bottom: 20px;overflow: hidden;}
.sw-duyuru-ekresim>li{float:left;width: 25%;padding: 1px;}
.sw-duyuru-ekresim>li img{width: 100%;height: auto;transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
.sw-duyuru-ekresim>li:hover img{width: 100%;height: auto;opacity: 0.5;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
duyurular.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-duyurular-takvim{padding: 15px;background: #eee;overflow: hidden;margin-bottom: 30px;}
.sw-duyurular-takvim i{display: block;margin-bottom: 15px;font-size:30px;color:#bbb;}
.sw-dtakvim-gun{font-size:40px;font-weight: bold;margin-bottom: 25px;}
.sw-dtakvim-ay{font-size:30px;margin-bottom: 15px;}
.sw-dtakvim-yil{font-size:20px;margin-bottom: 15px;}
@media only screen and (max-width: 991px){
.sw-duyurular-takvim i{float: left;margin:0;margin-right: 15px;}
.sw-dtakvim-gun,.sw-dtakvim-ay,.sw-dtakvim-yil{float: left;padding-right: 5px;padding-left:5px;padding-top:8px;font-size:22px;text-align: center;margin-bottom: 0;}
}
.sw-duyurular-body{margin-bottom: 30px;}
.sw-duyurular-body h2{font-size:20px;margin-bottom: 15px;font-weight: bold;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.sw-dlar-content{margin-bottom: 15px;}
.sw-duyurular-body-devam{display: block;text-align: right;padding:5px 15px;float: right;width: 40%;font-weight: bold;}
.sw-dlar-button{overflow: hidden;margin-bottom: 15px;}
.sw-dlar-bilgi{overflow: hidden;margin-bottom:12px;font-size:12px;text-align: right;color:#aaa;}
.sw-dlar-gorsel{text-align: center;padding: 5px;position: relative;margin-bottom: 30px;background: #f9f9f9;}
.sw-dlar-gorsel img{display: block;margin:0 auto;max-width: 100%;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
referanslar.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-referanslar{border:1px solid #eee;margin-bottom: 30px;overflow: hidden;}
.sw-referanslar-resim{width: 100%;height: auto;}
.sw-referanslar-resim img{width: 100%;height: auto;}
.sw-referanslar-baslik{padding:10px 15px;font-size:16px;font-weight: bold;}
.sw-referanslar-aciklama{padding:0 15px 15px 15px;font-size:14px;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
rewferans.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-referans-icerik{margin-bottom: 30px;}
.sw-referans-resim{margin-bottom: 15px;border:1px solid #eee;}
.sw-referans-resim img{width: 100%;height: auto;}
.sw-referans-ekresimler{margin-bottom: 30px;}
.sw-referans-ekresim{width:100%;height:auto;border:1px solid #eee;padding: 2px;}
.sw-referans-ekresim img{width: 100%;height: auto;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
sss.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-sss-page-body .sw-icon{margin-bottom: 30px;}
.sw-sss-page-body .sw-icon img{display: block;margin:0 auto;max-width: 100%;height: auto;}
.sw-sss-page-body .sw-sss-box .card {margin-bottom:5px;}
.sw-sss-page-body .card-header{padding:10px 10px 10px 40px;position: relative;}
.sw-sss-page-body .card-header:hover{background: #aaa;}
.sw-sss-page-body .card-header h5{font-size:16px;font-weight: bold;margin:0;}
.sw-sss-page-body .card-header h5 i{font-size:22px;position: absolute;left:10px;top:10px;}
.sw-sss-page-body .card-header h5 button{color:#000;padding: 0;margin:0;display: block;width: 100%;text-align: left;}
.sw-sss-page-body .card-header h5 button:active,.sw-sss-page-body .card-header h5 button:focus,.sw-sss-page-body .card-header h5 button:hover{text-decoration: none;}
/*-------------------------------------------------------------------------------------------------------------------
personeller.php
--------------------------------------------------------------------------------------------------------------------*/
.sw-personel-box{border:1px solid #ddd;padding: 10px;margin-bottom: 30px;position: relative;background: #f9f9f9;}
.sw-personel-box img{width: 100%;height: auto;margin-bottom: 15px;}
.sw-personel-box h3{font-size:16px;font-weight: bold;margin:0;padding:15px 0;text-align: center;;}
.sw-personel-box .unvan{display: block;font-size:14px;margin:0;margin-bottom:5px;text-align: center;color:#999;font-style: italic;}
.sw-personel-box .telefon{text-align: center;font-size:14px;margin:0;}
.sw-personel-box .telefon i{display: block;color:#aaa;}
.sw-personel-box .email{text-align: center;font-size:14px;margin:0;}
.sw-personel-box .email i{display: block;color:#aaa;}
.sw-personel-box .sosyalmedya{width: 100%;height: auto;}
.sw-personel-box .sosyalmedya>ul{list-style: none;margin:0;padding: 0;overflow: hidden;}
.sw-personel-box .sosyalmedya>ul>li{float: left;width: 20%;padding: 0 1px;margin:0;}
.sw-personel-box .sosyalmedya>ul>li>a{display: block;padding: 10px 1px;text-align: center;font-size:18px;}
.sw-personel-box .sosyalmedya>ul>li>span{display: block;padding: 10px 1px;text-align: center;font-size:18px;background: #eee;color:#aaa;}
/*-------------------------------------------------------------------------------------------------------------------
personel.php
--------------------------------------------------------------------------------------------------------------------*/
.sw-personel-page-img{width: 100%;height: auto;border:1px solid #ddd;padding: 5px;margin-bottom: 30px;}
.sw-personel-page-img img{width: 100%;height: auto;}
.sw-personel-page-box{width: 100%;height: auto;border:1px solid #ddd;padding: 15px 15px 15px 15px;margin-bottom: 30px;position: relative;background: #f9f9f9;min-height: 210px;}
.sw-personel-page-box h3{font-size:16px;font-weight: bold;margin:10px 0;}
.sw-personel-page-box .aciklama{font-size:12px;}
.sw-personel-page-box .unvan{font-weight: bold;}
.sw-personel-page-box .telefon i{width: 50px;border:1px solid #ddd;padding: 10px 0;text-align: center;background: #eee;color:#666;font-size:18px;}
.sw-personel-page-box .email i{width: 50px;border:1px solid #ddd;padding: 10px 0;text-align: center;background: #eee;color:#666;font-size:18px;}
.sw-personel-page-box .sosyalmedya{width: 100%;height: auto;}
.sw-personel-page-box .sosyalmedya>ul{list-style: none;margin:0;padding: 0;overflow: hidden;}
.sw-personel-page-box .sosyalmedya>ul>li{float: left;width: 20%;padding: 0 1px;margin:0;}
.sw-personel-page-box .sosyalmedya>ul>li>a{display: block;border:1px solid #ddd;padding: 10px 1px;text-align: center;font-size:18px;}
.sw-personel-page-box .sosyalmedya>ul>li>span{display: block;padding: 10px 1px;text-align: center;font-size:18px;background: #eee;color:#aaa;}
/*-------------------------------------------------------------------------------------------------------------------
e-katalog.php
--------------------------------------------------------------------------------------------------------------------*/
.sw-e-kat-box{margin-bottom: 30px;border:1px solid #ddd;padding:15px;transition: all 350ms ease-in-out;-webkit-transition: all 350ms ease-in-out;-moz-transition: all 350ms ease-in-out;-o-transition: all 350ms ease-in-out;}
.sw-e-kat-box:hover{background: #f9f9f9;border:1px solid #aaa;}
.sw-e-kat-box:hover .incele{background: #aaa;color:#fff;}
.sw-e-kat-box .sw-icon{display: block;font-size:40px;text-align: center;padding:15px 0;}
.sw-e-kat-box h3{margin:0;padding:15px 0;font-size:15px;text-align: center;min-height:90px;font-weight: 600;}
.sw-e-kat-box .incele{display: block;position:relative;margin:0;padding:5px;text-align: center;font-size:14px;background: #eee;transition: all 350ms ease-in-out;-webkit-transition: all 350ms ease-in-out;-moz-transition: all 350ms ease-in-out;-o-transition: all 350ms ease-in-out;}
.sw-e-kat-box .incele i{position: absolute;right: 0;top:0;padding:13px 15px 0 15px;font-size:14px;background: #999;color:#fff;height: 100%;}
.sw-e-kat-box .fa-file-pdf{color:#dd0012;}
.sw-e-kat-box .fa-file-word{color:#00a3ff;}
.sw-e-kat-box .fa-file-excel{color:green;}
.sw-e-kat-box .fa-file{color:#aaa;}

/*-------------------------------------------------------------------------------------------------------------------
blog.php
--------------------------------------------------------------------------------------------------------------------*/
.sw-yazi-box{margin-bottom: 30px;background: #f9f9f9;padding:15px;}
.sw-yazi-box .sw-yazi-box-header{border:1px solid #ddd;margin-bottom: 15px;}
.sw-yazi-box .sw-yazi-box-header img{width: 100%;height: auto;}
.sw-yazi-box .sw-yazi-box-body{overflow: hidden;}
.sw-yazi-box .sw-yazi-box-body>a>h3{margin:0;padding:15px 0;font-size:18px;font-weight: bold;}
.sw-yazi-box .sw-yazi-box-body>p{font-size:14px;line-height: 25px;margin:0;margin-bottom:15px;}
.sw-yazi-box .sw-yazi-box-body>.sw-devam{display: block;width: 200px;padding: 5px;text-align: center;float: right;}

/*-------------------------------------------------------------------------------------------------------------------
RENK DUZENİ
--------------------------------------------------------------------------------------------------------------------*/
/*acik 0e7f6b*/
/*koyu 1c3a56*/
.sw-page-body .sw-sub-title{border-bottom:2px solid #0e7f6b;}
/*pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  background-color: #0e7f6b;border-color: #0e7f6b;
}
/*sidebar*/
.sw-sidebar-list-btn{background: #0e7f6b;color:#fff;border:1px solid #1c3a56;}
.sw-sidebar-list-btn>i{color:#0e7f6b}
.sw-sidebar-list .list-group-item{background: #0e7f6b;color:#fff;border-color:#1c3a56;}
.sw-sidebar-list .list-group-item:hover{background: #1c3a56;}
/*iller*/
.sw-il-list .sw-il-group>ul>li .active{background: #0e7f6b;color:#fff;}
/*iletisim*/
.sw-iletisim-bilgi>ul>li>i{background: #0e7f6b;color:#fff;}
.sw-iletisim-form .form-control{border:1px solid #0e7f6b;}
.sw-iletisim-form .sw-guvenlik{border:1px solid #0e7f6b;}
.sw-iletisim-form .form-group .btn{background: #0e7f6b;color:#fff;}
/*urun*/
.sw-urun-img .swiper-button-next:active,.sw-urun-img .swiper-button-prev:active{background: #0e7f6b;color:#fff;}
.sw-urun-header-rating>ul>li>span:hover{background: #0e7f6b;color:#fff;}
.sw-urun-tab-nav .nav-tabs .nav-item.show .nav-link,.sw-urun-tab-nav  .nav-tabs .nav-link.active{background-color: #0e7f6b;border-color: #00a3ff;color:#fff;}
.sw-urun-tab-nav .nav-tabs{border-bottom: 1px solid #0e7f6b;}
.sw-u-yorum-btn-group>ul>li>.sw-btn:hover{background: #0e7f6b;color:#fff;}
.sw-urun-yorum .form-group .btn{background: #0e7f6b;color:#fff;}
/*duyurular*/
.sw-duyurular-body-devam{background: #0e7f6b;color:#fff;}
.sw-duyurular-body-devam:hover{color:#ccc;}
.sw-duyurular-takvim{background: #0e7f6b;color:#fff;}
/*onceski-sonraki*/
.sw-onceki-btn i,.sw-sonraki-btn i{background: #0e7f6b;color:#fff;}
/*blog*/
.sw-yazi-box .sw-yazi-box-body>.sw-devam{background: #0e7f6b;color:#fff;}