* {
    margin: 0;
    padding: 0;
    outline: none!important;
}
body {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #898989;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    font-family: 'Titillium Web', sans-serif;
}
a {
    color: #828282;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
a:hover {
    color: #b8bbc3;
    cursor: pointer;
    text-decoration: none!important;
}
a,
a:active,
a:focus {
    text-decoration: none!important;
}
li {
    list-style: none;
}
.container-fluid {
    padding: 0;
}
.anim {
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background-image: url('../img/select.png')!important;
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 24px!important;
}
/* alertler */

.martodo.alert {
    position: relative;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
    display: table;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.martodo.alert:after {
    content: '';
    clear: both;
    display: block
}
.martodo.alert:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15)
}
.martodo.alert:hover .close {
    display: block
}
.martodo.alert .td {
    display: table-cell
}
.martodo.alert .child-1 {
    width: 36px;
    vertical-align: middle;
}
.martodo.alert .child-1 i {
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    text-shadow: -5px 6px 5px rgba(0, 0, 0, .1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}
.martodo.alert .close {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #777;
    width: 26px;
    display: none;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    line-height: 26px;
    margin-top: -13px;
    border-radius: 3px
}
.martodo.alert .close i {
    line-height: 26px
}
.martodo.alert .close:hover {
    background-color: #eee
}
.martodo.alert .child-2 {
    color: #555;
    font-size: 13px;
    margin: 0 45px;
    padding: 8px 0 8px 10px
}
.martodo.alert.danger .child-1 i {
    background-color: #ff5c5d
}
.martodo.alert.success .child-1 i {
    background-color: #12b353
}
.martodo.alert.warning .child-1 i {
    background-color: #ffcd62
}
.martodo.alert.info .child-1 i {
    background-color: #4787ed
}
input,
textarea,
select {
    box-shadow: none!important;
}
input:focus:not(.search),
textarea:focus,
select:focus {}
/* Sosyal Medya */

.fa-facebook:hover {
    color: #44619d;
}
.fa-twitter:hover {
    color: #5978ea;
}
.fa-google-plus:hover {
    color: #dc4a38;
}
.fa-instagram:hover {
    color: #b9977c;
}
.fa-google-plus:hover {
    color: #e04a39;
}
.fa-pinterest:hover {
    color: #bd081c;
}
.fa-linkedin:hover {
    color: #0077b5;
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 350px;
    position: relative;
    height: 0;
    max-width: 100%;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    max-height: 350px;
    width: 100%;
    position: absolute;
    /* pointer-events: none; */
}
/* Sayfalama */

.sayfalama {
    text-align: center;
}
.sayfalama .pagination>li>a {
    margin-right: 5px;
    color: #101010;
}
.sayfalama .pagination>.active>a {
    background: #589fbf!important;
    color: #fff;
    border-color: #589fbf;
}
.sayfalama .pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sayfalama .pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* Mobil Menü */

.navbar-toggle {
    border-color: #fff;
    position: absolute;
    right: 0;
    z-index: 99;
    top: 25px;
}
.navbar-toggle span {
    background: #fff;
}
.mobile-close {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 99;
}
.mobile-back {
    position: absolute;
    right: 75px;
    top: 10px;
    z-index: 99;
    display: none;
}
.mobile-menu {
    height: 100%;
    padding: 0 25px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .9);
}
.mobile-menu h2 {
    color: #fff;
    margin-left: 10px;
}
.mobile-menu li a {
    color: #fff;
    padding: 10px 10px;
    display: block;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #443c2b;
    box-shadow: 0px 1px 0px 0 #716958;
    -webkit-box-shadow: 0px 1px 0px 0 #716958;
    -o-box-shadow: 0px 1px 0px 0 #716958;
    -moz-box-shadow: 0px 1px 0px 0 #716958;
}
.mobile-menu li a i {
    margin-right: 10px
}
.level-2,
.level-3 {
    display: none;
}
.level-3 {
    padding-left: 15px;
}
.level-3 li a {
    font-size: 14px;
}
/* Mobil Menü */
/* Arama sonucları */

.sonuc {
    margin-bottom: 15px;
    border: 1px solid #cCc;
    padding: 15px;
    min-height: 145px;
}
.sonuc .baslik {
    margin: 0;
    padding: 0;
    text-align: left;
}
.sonuc img {
    margin-bottom: 10px;
    float: left;
    width: 100px;
    margin-right: 20px;
}
.stitle a {
    color: #ee1c25;
    border-left: 2px solid #ee1c25;
    padding-left: 15px;
}
.scontent a {
    padding: 0 25px;
}
/* captcha */

.captcha {
    position: relative;
    width: 48%;
    float: left;
    border: 1px solid #cCc;
}
.captcha #siimage {
    height: 48px;
    width: 70%;
    border: none!important;
}
.captcha1 {
    padding: 10px 0;
}
.captcha>.input-item>img {
    max-height: 50px;
    width: 175px;
}
.captcha object {
    position: absolute;
    right: 15px;
    top: 11px;
}
.captcha a {} .captcha a>img {
    position: absolute;
    width: 19px;
    right: 45px;
    top: 14px;
}
.captcha-btn {
    width: 50%;
    float: right;
}
.captcha-btn input {
    height: 49px;
}
.captcha-btn1 {
    width: 50%;
}
@media (max-width: 480px) {
    .captcha {
        width: 100%;
    }
    .captcha-btn {
        width: 100%;
    }
    .captcha-btn1 {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    /* .captcha a>img{margin-left: -8px;} */
    
    .captcha1 a>img {
        margin-left: -33px;
    }
}
.biltek {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -17px
}
.biltek a {
    color: #fff;
}
.biltek a img {
    ;
    width: 35px;
    opacity: .6;
}
.biltek:hover a img {
    opacity: 10;
}
.biltek1 {
    text-align: center;
    padding-top: 10px;
    background-color: #4481a6;
    border-top: 1px solid rgba(255, 255, 255, .1);
    height: 5vh;
    /* IE9, iOS 3.2+ */
    
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDA4MjkxIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDgyOTEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjEwNiIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDIzNGYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjc0MyIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDIzNGYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 100% 0%, 0% 0%, color-stop(0, rgb(0, 130, 145)), color-stop(0.106, rgb(0, 130, 145)), color-stop(0.743, rgb(0, 35, 79)), color-stop(1, rgb(0, 35, 79)));
    /* Android 2.3 */
    
    background-image: -webkit-repeating-linear-gradient(right, rgb(0, 130, 145) 0%, rgb(0, 130, 145) 10.6%, rgb(0, 35, 79) 74.3%, rgb(0, 35, 79) 100%);
    /* IE10+ */
    
    background-image: repeating-linear-gradient(to left, rgb(0, 130, 145) 0%, rgb(0, 130, 145) 10.6%, rgb(0, 35, 79) 74.3%, rgb(0, 35, 79) 100%);
    background-image: -ms-repeating-linear-gradient(right, rgb(0, 130, 145) 0%, rgb(0, 130, 145) 10.6%, rgb(0, 35, 79) 74.3%, rgb(0, 35, 79) 100%);
}
.biltek1 a {
    color: #fff;
}
.biltek1 a img {
    width: 20px;
    opacity: .6;
}
.biltek1:hover a img {
    opacity: 10;
}
/* Page-title */

.page-title {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-title h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 10px;
}
.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}
.breadcrumb li {} .breadcrumb li a {
    color: #fff;
    font-size: 14px;
}
.breadcrumb li.active {
    color: #f18322;
    font-size: 14px;
}
.breadcrumb>li+li:before {
    content: ">";
    font-size: 14px;
    color: #fff;
}
/* ===== Standartlar ====== */

p {
    font-size: 15px;
    font-weight: 200;
    line-height: 20px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', sans-serif;
}
/* Theme */

.form-control {
    border-radius: 0;
}
.btn-blue {
    background-color: rgba(0, 45, 86, 1);
    color: #fff;
    border-radius: 0;
    padding: 8px 25px;
    border: none;
    font-size: 16px;
    position: relative;
    /* IE9, iOS 3.2+ */
    
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDBjNGY0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMzYwNzgiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 100% 0%, 0% 0%, color-stop(0, rgb(0, 45, 86)), color-stop(1, rgb(0, 158, 166)));
    /* Android 2.3 */
    
    background-image: -webkit-repeating-linear-gradient(right, rgb(0, 45, 86) 0%, rgb(0, 158, 166) 100%);
    /* IE10+ */
    
    background-image: repeating-linear-gradient(to left, rgb(0, 45, 86) 0%, rgb(0, 158, 166) 100%);
    background-image: -ms-repeating-linear-gradient(right, rgb(0, 45, 86) 0%, rgb(0, 158, 166) 100%);
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
/* IE8- CSS hack */

@media \0screen\,
screen\9 {
    .btn-blue {
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff036078", endColorstr="#ff00c4f4", GradientType=1);
    }
}
.btn-blue:hover {
    color: #fff;
    background: #4481a6;
}
.btn-blue:hover i {
    color: #fff;
    background: #4481a6;
}
.btn-blue i {
    background: #2e3840;
    position: absolute;
    right: -39px;
    top: 0;
    /* padding: 9px 15px; */
    
    font-size: 20px;
    height: 1.93em;
    width: 39px;
    line-height: 1.93em;
}
.btn-green {
    background-color: #4481a6;
    color: #fff;
    border-radius: 0;
    padding: 8px 25px;
    border: none;
    font-size: 16px;
    position: relative;
}
.btn-green:hover {
    color: #fff;
}
.btn-grey {
    background-color: #444444;
    color: #fff;
    border-radius: 0;
    padding: 8px 25px;
    border: none;
    font-size: 16px;
    position: relative;
}
.btn-grey i {
    margin-right: 10px;
}
.btn-grey:hover {
    color: #fff;
    background: #4481a6;
}
/* Header */

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.logo {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 330px;
    z-index: 99;
	background: #FFF;
	height: 121px;
}
.logo img {
    width: 95%;
}
.header-top {
    background: #2e3840;
    text-align: right;
    overflow: hidden;
}
.header-top .head-btn {
    float: right;
}
.head-btn .btn-item {
    float: left;
}
.btn-item .icon {
    color: #fff;
    float: left;
    padding: 25px 15px;
}
.btn-item .icon i {
    font-size: 16px;
}
.btn-item .content {
    float: right;
}
.btn-item .content a {
    color: #fff;
    padding: 25px 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}
.btn-item:first-of-type .icon {
    background: #161718;
}
.btn-item:first-of-type:hover .content {
    background: #161718;
}
.btn-item:first-of-type .content {
    background: #1a1b1c;
}
.btn-item:last-of-type .icon {
    background: #4481a6;
}
.btn-item:last-of-type .content {
    background: #589fbf;
}
.btn-item:last-of-type:hover .content {
    background: #4481a6;
}
.header-top .lang {
    float: right;
    padding: 24px;
}
.header-top .lang a {
    color: #fff;
    font-size: 16px;
}
.header-top .lang a.active {
    font-weight: 600;
}
.header-top .lang span {} .header-ic {
    position: relative;
}
.top-menu {
    position: relative;
    webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.top-menu>ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    border-top: 1px solid #589fbf;
    background: #2e3840;
}
.top-menu>ul>li {
    position: relative;
}
.top-menu>ul>li:hover a {
    background: #589fbf;
}
.top-menu>ul>li>a {
    background: #2e3840;
    color: #fff;
    display: inline-block;
    padding: 15px 25px;
}
.top-menu>ul>li>a:hover {
    background: #589fbf;
}
.top-menu>ul>li.active>a {
    background: #589fbf;
}
.top-menu>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.top-menu>ul>li>ul {
    background: #589fbf;
    position: absolute;
    left: -10px;
    top: 100%;
    margin: 0;
	width: 180%;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.top-menu>ul>li>ul>li {} 

.top-menu>ul>li>ul>li>a {
    color: #fff;
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(46, 56, 64, 0.15);
}
.top-menu>ul>li>ul>li:last-of-type>a {
    border-bottom: none;
}
.top-menu>ul>li>ul>li>a:hover {
    background: #4481a6;
}
.top-menu .logo {
    top: 1px;
}
/* Slider */

.slider {
    position: relative;
}
.main-slide {
    position: relative;
}
.main-slide .swiper-slide {
    height: 85vh!important;
    width: 100%!important;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.slider-button {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 99;
    border: 1px solid #252626;
    border: 1px solid #252626;
    padding: 15px 15px 15px 0;
    border-left: none;
}
.slider-button a {
    color: #fff;
    background: #2e3840;
    display: block;
    padding: 10px 16px;
    font-size: 35px;
}
.slider-button a:hover {
    background: #589fbf;
}
.slider-content {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 0 0 100px;
}
.slider-content h4 a {
    color: #fff;
    font-size: 55px;
}
.slider-content p {
    color: #fff;
    font-size: 22px;
}
.slide-text {
    border-left: 1px solid #fff;
    padding-left: 35px;
    position: relative;
    max-width: 50%;
}
.slide-text:before {
    content: "";
    position: absolute;
    left: -7px;
    top: -2px;
    background: #fff;
    height: 1px;
    width: 14px;
}
.slider-haber {
    position: absolute;
    right: 150px;
    bottom: 200px;
    width: 330px;
}
.haber-item {
    color: #fff;
    border: 1px solid #46484a;
    width: 330px;
    overflow: hidden;
    background: rgba(40, 42, 44, .7);
    padding: 50px 15px 15px 15px;
}
.haber-item:hover .day {
    background: #589fbf;
}
.haber-item .date {
    width: 70px;
    text-align: center;
    float: left;
}
.haber-item .day {
    border: 1px solid #5d5e60;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.haber-item .mounth {
    border: 1px solid #5d5e60;
    font-size: 21px;
    height: 35px;
    line-height: 35px;
}
.haber-item .content {
    float: left;
    padding: 15px 5px 15px 15px;
    height: 85px;
    overflow: hidden;
}
.haber-item .content p {
    margin: 0;
    font-size: 15px;
    max-width: 200px;
    height: 20px;
    overflow: hidden;
}
.haber-item .content a {
    color: #4481a6;
    font-size: 13px;
}
.haber-item .content a i {
    margin-right: 5px;
}
.haber-button {
    position: absolute;
    z-index: 9;
    left: 15px;
    top: -18px;
}
.haber-button a {
    color: #fff;
    background: #2e3840;
    display: inline-block;
    padding: 8px 15px;
    font-size: 25px;
    float: left;
}
.haber-button a:hover {
    background: #589fbf;
}
.ajanslar {
    position: absolute;
    right: 15px;
    top: -18px;
    z-index: 9;
}
.ajanslar a {
    color: #4481a6;
    background: #fff;
    height: 41px;
    display: block;
    line-height: 41px;
    padding: 0 15px;
    font-weight: 600;
}
.ajanslar a i {
    margin-right: 5px;
}
.all-news {
    text-align: center;
    background: #589fbf;
    z-index: 9;
    position: absolute;
    bottom: -40px;
    width: 100%;
}
.all-news:after {
    content: "";
    background: #4481a6;
    width: 100%;
    position: absolute;
    bottom: 3px;
    height: 1px;
    left: 0;
}
.all-news a {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    display: block;
}
.all-news a:hover {
    background: #fff;
    color: #589fbf;
}
.all-news a:hover i {
    color: #589fbf;
}
.all-news a i {
    margin-right: 5px;
}
/* Footer */

footer {
    position: relative;
    background-color: #4481a6;
    height: 15vh;
    padding: 5px 0;
}
footer>.container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.footer-logo {} .footer-logo:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.footer-logo img {
    width: 100%;
    max-width: 200px;
    float: right;
    display: block;
    filter: brightness(.9);
    -webkit-filter: brightness(.9);
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.footer-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-item .icon {
    padding: 15px 35px;
    position: relative;
}
.footer-item .icon:after {
    content: "";
    background: url(../img/footer-ayrac.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 67px;
    right: 0;
    top: 0;
    position: absolute;
}
.footer-item .content {
    padding: 15px;
}
.footer-item .content p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.footer-item .content p a {
    color: #fff;
}
.footer-bulten {
    position: relative;
}
.footer-bulten form {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.footer-bulten a {
    color: #fff;
    float: right;
}
.footer-bulten p {
    color: #fff;
    float: left;
}
.footer-bulten input {} 
.footer-bulten .btn-green {
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: -5px;
    bottom: 0;
    font-size: 30px;
    line-height: inherit;
    height: 39px;
    background: #2e3840;
}
.footer-bulten .btn-green:hover {
    background: #589fbf;
}
.footer-social {
    overflow: hidden;
}
.footer-social p {
    color: #fff;
}
.footer-social a {
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5px;
    position: relative;
}
.footer-social a i {
    background: #232629;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
}
.footer-social a:last-of-type:after {
    position: absolute;
    content: "";
    background: url(../img/footer-arrow.png);
    right: -30px;
    top: -20px;
    width: 51px;
    z-index: 99;
    height: 41px;
    background-repeat: no-repeat;
    cursor: default;
}
.footer-ic {
    margin-top: 0;
}
/* Main Menu */
/* .main-kapali{margin-left:-95%!important;-webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;} */
/* .main-kapali .drop-wrap{width:0;-webkit-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;} */

.main-menu {
    margin-bottom: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    padding-left: 60px;
    margin-left: -60px;
}
.main-menu>ul {
    display: flex;
    margin: 0;
    border-top: 1px solid #2e3840;
    float: left;
}
.main-menu>ul>li {} .main-menu>ul>li>a {
    background: #2e3840;
    color: #fff;
    display: inline-block;
    padding: 15px 25px;
}
.main-menu>ul>li>a:hover {
    background: #589fbf;
}
.close-main {
    position: relative;
    background: #589fbf;
    float: left;
    margin-top: -9px;
}
.close-main button {
    border: 5px solid #589fbf;
    height: 60px;
    width: 60px;
}
.close-main a {
    color: #fff;
    font-size: 23px;
    font-weight: 100;
}
.kapat {
    position: absolute;
    right: 15px;
    top: 15px;
}
/* .kapat:hover img{transform:rotate(360deg);-webkit-transition: all 250ms;-o-transition: all 250ms;transition: all 250ms;} */
/* Dropdown */

.drop-wrap {
    height: 80px;
    background: #589fbf;
    margin: 0;
    top: 100%;
    position: absolute;
    left: 0;
    width: 100vw;
    display: flex;
    padding: 15px 0;
    height: 80px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    visibility: hidden;
    opacity: 0;
}
.main-menu>ul>li>.drop-wrap>ul {
    margin: 0;
    top: 0;
    position: absolute;
    left: -25px;
    display: flex;
    padding: 15px 0;
    height: 80px;
}
.main-menu>ul>li>.drop-wrap>ul>li {} 

.main-menu>ul>li>.drop-wrap>ul>li>a {
    color: #fff;
    display: inline-block;
    padding: 15px;
	font-size:15px;
}
.main-menu>ul>li>.drop-wrap>ul>li>a>img {
    float: left;
    margin-top: 0;
    margin-right: 10px;
    height: 20px;
}
/* Dropun Dropu */

.main-menu>ul>li>.drop-wrap>ul>li>ul {
    display: none;
}
/* Hover action */

.main-menu>ul>li:hover .drop-wrap {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    left: 60px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.main-menu>ul>li:hover .drop-wrap>ul {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    left: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
/* Full Menü */

.full-menu-wrap {
    display: none;
    z-index: 99999;
    vertical-align: middle;
    margin: auto;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    height: 100%;
    color: #fff;
    position: absolute;
    width: 100%;
}
.full-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}
.full-menu>ul {
    width: 53%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.full-menu>ul>li {
    width: 25%;
    float: left;
    text-align: center;
    min-width: 229px;
}
.full-menu>ul>li>a {
    background: rgba(39, 39, 39, .5);
    padding: 15px;
    margin: 10px;
    color: #fff;
    height: 170px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #585858;
    border-width: px;
    font-size: 18px;
}
.full-menu>ul>li>a:hover {
    background: rgba(255, 255, 255, 1);
    color: #000;
    border-color: #000;
}
.full-menu>ul>li>a:hover img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
    -ms-filter: brightness(0);
}
.full-menu>ul>li>a>img {
    margin-right: 10px;
    width: 48px;
}
/* Modal-form */

.full-menu-wrap-form {
    display: none;
    z-index: 99999;
    vertical-align: middle;
    margin: auto;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100vh;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 100%;
}
.full-menu-wrap-form .iletisim-form {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}
.form-baslik {
    overflow: hidden;
}
.form-baslik h4 {
    background: #589fbf;
    color: #fff;
    float: left;
    padding: 10px;
    width: 100%;
}
.full-menu-wrap-form .form-control {
    background: transparent!important;
}
/* PAge Title */

.bread-wrap {
    /* background:#f0f0f0; */
    
    background: rgba(255, 255, 255, .1);
    padding: 10px 0;
    margin-top: -64px;
}
.bread-wrap h3 {
    margin: 0;
    /* color:#222324; */
    
    color: #fff;
    font-size: 28px;
    float: left;
    line-height: 44px;
    margin-left: 15px;
}
.bread-wrap .bread {
    float: right;
}
.bread-wrap .bread a {
    /* color:#868687; */
    
    color: #fff;
    display: inline-block;
    margin: 0 5px;
}
.bread-wrap .bread a:last-of-type {
    margin-right: 15px;
}
.bread-wrap .bread a i {
    background: #333333;
    padding: 15px;
}
/* Page */

.page {
    padding: 30px 0;
}
.page h3 {
    margin: 0;
    padding: 15px 0;
    color: #222324;
    font-size: 20px;
    font-weight: 600;
}
.page p {
    color: #888888;
    line-height: 24px !important;
    font-size: 15px;
	font-family: sans-serif;
}
.content {} 
.content img {
    max-width: 100%;	
}
/* Hakkımızda */

.hakkimizda {
    padding: 25px 0 0 0;
    border-bottom: 5px solid #222324;
}
.hakkimizda-first {
    background-color: #f0f0f0;
    overflow: hidden;
    clear: both;
    background-image: url(../img/hakkimizda-1.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50% 100%;
    margin-top: 50px;
}
.hakkimizda-first .col-md-6 {
    padding: 50px;
    position: relative;
}
.hakkimizda-first .col-md-6:last-of-type:after {
    position: absolute;
    left: -75px;
    top: 50%;
    margin-top: -100px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 75px 100px 0;
    border-color: transparent #f0f0f0 transparent transparent;
}
.hakkimizda-second {
    background-color: #003058;
    overflow: hidden;
    clear: both;
    background-image: url(../img/hakkimizda-2.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50% 100%;
}
.hakkimizda-second h3,
.hakkimizda-second p {
    color: #fff;
}
.hakkimizda-second .col-md-6 {
    padding: 50px;
    position: relative;
}
.hakkimizda-second .col-md-6:first-of-type:after {
    position: absolute;
    right: -75px;
    top: 50%;
    margin-top: -100px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 100px 75px;
    border-color: transparent transparent transparent #003058;
}
/* Haber-listele */

.news-item {
    overflow: hidden;
    margin-bottom: 25px;
	padding: 5px;
    border: 1px solid #ddd;
}
.news-item:hover{
	box-shadow: 0px 0px 10px #ddd;
}
.news-item .img {
    position: relative;
}
.news-item .img img {
    width: 100%;
}
.news-item .img .date {
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: -31px;
}
.news-item .img .date h5 {
    background: #00335a;
    color: #fff;
    border: 1px solid #fff;
    font-size: 33px;
    width: 70px;
    margin: 0;
    line-height: 60px;
}
.news-item .img .date h6 {
    background: #444444;
    color: #fff;
    border: 1px solid #fff;
    border-top: none!important;
    font-size: 20px;
    width: 70px;
    margin: 0;
    line-height: 30px;
}
.news-item .content {
    padding: 30px 0 10px;
}
.news-item .content h4 {
    margin: 0;
    color: #101010;
    font-weight: 700;
}
.news-item .content p {
    margin: 0;
    color: #757879;
	padding-top: 10px;
}
.news-item .content .btn-grey {
    margin-top: 10px;
}
.news-item:hover h5,
.news-item:hover .btn-grey {
    background: #589fbf!important;
}
/* Haber-detay */

.content .img {
    position: relative;
}
.content .img img {
    width: 100%;
}
.content .img .date {
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: -31px;
}
.content .img .date h5 {
    background: #589fbf;
    color: #fff;
    border: 1px solid #fff;
    font-size: 33px;
    width: 70px;
    margin: 0;
    line-height: 60px;
}
.content .img .date h6 {
    background: #444444;
    color: #fff;
    border: 1px solid #fff;
    border-top: none!important;
    font-size: 20px;
    width: 70px;
    margin: 0;
    line-height: 30px;
}
.baslik {
    padding: 10px 0 12px 0;
}
.baslik h4 {
    margin-bottom: 0;
    color: #464d51;
    font-weight: 600;
    font-size: 22px;
}
.baslik span {
    color: #acb7be;
}
/* Sidebar */

.sidebar-top {
    background: #2e3840;
    padding: 8px 15px;
}
.sidebar-top h4 {
    color: #fff;
}
.sidebar {
    position: relative;
    padding: 5px 15px;
	background: #f1f1f1;
}
.sidebar+.sidebar {
    border-bottom: 1px solid #c2cacf;
}
.sidebar h4 {
    color: #2f383d;
    margin-top: 20px;
    font-weight: 600;
}
.sidebar ul {} 
.sidebar ul li {
	border-bottom: 1px solid #ddd;
} 
.sidebar ul li a {
    display: block;
    padding: 5px 15px 5px 0;
    color: #2f383d;
    font-size: 15px;
    position: relative;
	font-weight: 600;
}
.sidebar ul li a i {
    margin-right: 10px;
    color: #adadae;
}
.sidebar ul li a span {
    float: right;
    background: #b3bdc3;
    color: #fff;
    width: 25px;
    border-radius: 100%;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-top: -5px;
    position: absolute;
    right: 0;
}
.sidebar ul li a:hover {
    color: #589fbf;
    font-weight: 600;
}
.sidebar ul li a:hover i {
    color: #589fbf;
}
.sidebar ul li a:hover span {
    background: #5b5c5e;
}
.sidebar ul li.active a {
    color: #589fbf;
    font-weight: 600;
}
.sidebar ul li.active a i {
    color: #589fbf;
}
.sidebar ul li.active a span {
    background: #5b5c5e;
}
/* Blog */

.blog-item {
    overflow: hidden;
    border-bottom: 1px solid #e8eff1;
    margin-bottom: 25px;
}
.blog-item .date h5 {
    background: #00335a!important;
}
.blog-item:hover .date h5 {
    background: #589fbf!important;
}
.blog-item .btn-grey {
    float: right;
    margin-top: 15px;
    margin-bottom: 5px;
}
.blog-item:hover .btn-grey {
    background: #589fbf;
}
/* Referans */

.ref-wrap {
    position: relative;
    border-bottom: 1px solid #6c6c6c;
    padding: 15px 15px 30px 15px;
    text-align: center;
    margin-bottom: 50px;
}
.ref-wrap:before {
    position: absolute;
    bottom: -2px;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    background: #c9c9c9;
}
.ref-wrap:after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    content: "";
    height: 10px;
    width: 20px;
    border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    background: #363636;
}
.ref-wrap:hover:after {
    background: #589fbf;
}
.ref-item {
    border: 1px dashed #d2d2d2;
    padding: 15px;
    z-index: 1;
    border-image-source: url(../img/ref.png);
    border-image-width: 2px;
    border-image-slice: 1;
    border-image-repeat: round;
    width: 225px;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ref-item img {
    max-width: 100%;
    opacity: 0.5;
}
.ref-item:hover img {
    opacity: 1;
}
/* iletişim */

.iletisim {} .iletisim .content {
    text-align: center;
    background: #fafafa;
    padding: 25px 15px;
}
.iletisim .content h3 {
    font-weight: 800;
    color: #4481a6;
    font-size: 29px;
}
.iletisim .content p {
    color: #222324;
    font-size: 16px;
}
.iletisim h5 {
    color: #383838;
    font-size: 17px;
}
.iletisim-form {} .iletisim-baslik h4 {
    border: 1px solid #ebebeb;
    color: #2c2c2c;
    padding: 10px;
    float: left;
    position: relative;
    width: 35%;
}
.iletisim-baslik {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}
.iletisim-baslik:after {
    content: "";
    background: #1a1b1c;
    height: 5px;
    width: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
}
.form-control {
    background: #f8f8f8;
    border-color: #e8e8e8;
}
.form-control:focus {
    background: #fff;
    border-color: #4481a6;
}
.iletisim-form p {
    margin-bottom: 0;
    margin-top: 10px;
}
.iletisim-form .btn-grey {
    margin-top: 15px;
}
.iletisim .adres {
    overflow: hidden;
}
.iletisim .adres p {
    margin: 0;
    color: #1a1b1c
}
.iletisim .adres p i {
    color: #1a1b1c;
    width: 20px;
}
.iletisim .adres p a {
    color: #1a1b1c;
}
.m-logo {
    display: none;
}
.m-logo img {
    max-width: 210px;
}
.mobil-toggle {
    display: none!important;
    z-index: 999;
    top: 20px!important;
    right: 20px!important;
}
.ortak .ref-item {
    width: auto;
    height: 135px;
}
.ortak .ref-item img {
    max-height: 120px;
}
/* Media Query */

@media (min-width: 768px) and (max-width: 1750px) {
    .full-menu>ul {
        width: 75%;
    }
    .full-menu-wrap {
        height: 100%;
    }
    .full-menu {
        height: auto;
    }
}
@media (max-width: 1365px) {
    .full-menu>ul>li {
        width: 33.3%;
    }
    .header-ic .m-logo {
        display: block;
    }
    .header-ic .logo>a>img {
        display: none;
    }
}
@media (max-width: 1199px) {
    .ref-item {
        width: 100%;
		height: auto !important;
    }
    .sidebar {
        padding: 15px 5px;
    }
}
@media (max-width: 991px) {
    .logo>a>img {
        display: none;
    }
    .m-logo {
        display: block;
    }
    .slider-haber {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, .6);
    }
    .haber-item {
        width: 100%;
    }
    footer {
        margin-top: 40px;
    }
    .haber-item .content {
        float: none;
        padding: 15px 5px;
    }
    .slide-text {
        max-width: 100%;
    }
    .slider-content {
        padding: 0 0 0 100px;
    }
    .main-menu {
        top: 100px;
        bottom: auto;
    }
    .main-menu>ul>li>a {
        padding: 15px 5px;
        border-right: 1px solid rgba(255, 255, 255, .1);
    }
    .top-menu>ul>li>a {
        padding: 15px 15px;
    }
    .hakkimizda-first,
    .hakkimizda-second {
        background-image: none;
    }
    .hakkimizda-first .col-md-6,
    .hakkimizda-second .col-md-6 {
        padding: 15px;
    }
    .full-menu>ul>li {
        width: 50%;
    }
    .full-menu-wrap .c-hamburger--htx {
        top: 15px;
    }
}
@media (max-width: 767px) {
    footer {
        height: auto;
    }
    footer>.container-fluid {
        display: block;
    }
    .main-slide .swiper-slide {
        height: 100vh;
    }
    .footer-item {
        display: block;
    }
    .footer-item .icon {
        float: left;
        width: 100px;
    }
    .footer-social {
        padding-left: 35px;
    }
    .logo {
        position: relative;
        width: 100%;
        background: #222324;
        max-width: 100%;
        padding: 10px 0;
    }
    .logo .m-logo img {
        margin-left: 10px;
    }
    .slider-content h4 a {
        font-size: 30px;
    }
    .slider-content {
        padding: 0 15px;
    }
    .main-menu {
        display: none;
    }
    .mobil-toggle {
        display: block!important;
    }
    .top-menu {
        display: none;
    }
    .sidebar,
    .product-sidebar {
        display: none;
    }
    .full-menu>ul {
        width: 80%;
    }
    .biltek {
        top: auto;
        bottom: 15px;
    }
}
@media (max-width: 479px) {
    .slider-button {
        display: none;
    }
    .bread-wrap {
        text-align: center;
    }
    .bread-wrap h3 {
        float: none;
        margin: 0;
        height: 44px;
        overflow: hidden;
    }
    .bread-wrap .bread {
        float: none;
    }
    .iletisim-baslik h4 {
        width: 60%;
    }
    .iletisim-baslik:after {
        width: 35%;
    }
    .full-menu>ul>li {
        width: 80%;
    }
    .bread-wrap {
        margin-top: -108px;
    }
}
@media (max-width: 359px) {
    .btn-item .content a,
    .btn-item .icon,
    .header-top .lang {
        padding: 15px 10px;
    }
    .mobil-toggle {
        right: 0px!important;
    }
}
/*===== 25.05.2017 =====*/

.placeholder {
    visibility: hidden;
    z-index: -9;
    opacity: 0;
}
.placeholder-holder {
    background-size: cover;
    background-position: center center;
}
.col-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.col-inline-flex {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
}
.contents {
    display: none;
}
.contents.active {
    display: inline-block !important;
    width: 100%;
}
img {
    max-width: 100%;
}
.references-page .sayfalama {
    display: inline-block;
    width: 100%;
}
.references-page .pagination {
    margin: 30px 0 0 0;
}
.btn {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}
.btn-turquoise {
    background: rgba(0, 157, 165, .5);
    color: #fff;
}
.btn-turquoise:hover {
    background: rgba(0, 157, 165, 1);
    color: #fff;
}
a.redirect {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* ===== References Page ====== */

.references-page {
    padding: 50px 0;
}
.references > div:nth-child(6n) {
    margin-bottom: 30px;
}
.references > div:last-child {
    margin-bottom: 0 !important;
}
.reference-item {
    border: 1px solid #ccc;
    padding: 10px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reference-item .image {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
}
.reference-item:hover {
    border-color: #0e92cd;
}
.reference-item:before,
.reference-item:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms--transform: scale(0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.reference-item:before {
    border-bottom: 1px solid #0e92cd;
    border-left: 1px solid #0e92cd;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
}
.reference-item:after {
    border-top: 1px solid #00a6cf;
    border-right: 1px solid #00a6cf;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
}
.reference-item:hover::after,
.reference-item:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
@media screen and (max-width: 1199px) {
    .references > div:nth-child(6n) {
        margin-bottom: 0;
    }
    .references > div:nth-child(4n) {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .references > div:nth-child(3n) {
        margin-bottom: 0;
    }
    .references > div:nth-child(2n) {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
    .references > div {
        width: 100%;
        margin-bottom: 30px;
    }
    .references > div:nth-child(3n) {
        margin-bottom: 30px;
    }
}
/* ===== References Page ====== */
/* ===== Product ====== */

.product {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product .content {
    padding: 0 20px;
    margin: 20px 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 55px;
    overflow: hidden;
}
.product .content h4 {
    margin: 0;
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 18px;
}
.product .content h4 .brand {
    font-weight: 700;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.page-product-list .products .row > div:nth-child(3n) {
    margin-bottom: 30px;
}
.page-product-list .products .row > div:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 992px) {
    .product:hover {
        border-color: #111;
    }
    .product .hover {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .product:hover {
        border-color: #009da5;
    }
    .product:hover .hover {
        background: rgba(0, 157, 165, .7);
    }
    .product .hover .button {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .product:hover .hover .button {
        bottom: 50%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -o-transform: translateY(50%);
        -ms-transform: translateY(50%);
    }
    .product:hover .hover .button .btn {
        background: rgba(0, 157, 165, 1);
    }
}
@media screen and (max-width: 991px) {
    .product .hover {
        display: none;
    }
}
/* ===== Product ====== */

.product-sidebar h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222324;
    margin: 0;
    line-height: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}
.product-sidebar h4 i {
    color: #009da5;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100%;
    align-items: center;
    cursor: pointer;
    width: 50px;
    justify-content: flex-end;
    opacity: 0;
}
.product-sidebar h4:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    content: '';
}
.product-sidebar h4:after {
    content: '';
    background: #009da5;
    height: 5px;
    bottom: -3px;
    width: 80px;
    position: absolute;
    right: 0;
}
.product-sidebar .filter-menu > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    display: block;
    line-height: 20px;
    padding: 15px 20px 15px 15px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}
.product-sidebar .filter-menu > ul > li > a:hover,
.product-sidebar .filter-menu > ul > li.opened > a {
    background: #009da5;
    color: #fff;
}
.product-sidebar .filter-menu > ul > li:hover > a,
.product-sidebar .filter-menu > ul > li.active > a {
    background: #009da5;
    color: #fff;
}
.product-sidebar .filter-menu > ul > li {
    display: block;
}
.product-sidebar .filter-menu > ul > li.active >ul {
    display: block;
}
.product-sidebar .filter-menu > ul > li > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 15px;
    color: #b1babb;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-sidebar .filter-menu > ul > li > a:hover:after,
.product-sidebar .filter-menu > ul > li.opened > a:after {
    color: #bfe6e8;
}
.product-sidebar .filter-menu > ul > li > ul {
    background: #009da5;
    padding: 15px 0;
    display: none;
}
.product-sidebar .filter-menu > ul > li > ul > li > ul {
    display: none;
    padding-left: 40px;
}
.product-sidebar .filter-menu > ul > li > ul > li.active > ul {
    display: block;
}
.product-sidebar .filter-menu > ul > li > ul > li.opened > ul {
    display: block;
}
.product-sidebar .filter-menu > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 20px 10px 35px;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
    font-size: 12px;
}
.product-sidebar .filter-menu > ul > li > ul > li > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 20px;
    color: #b1babb;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #bfe6e8;
}
.product-sidebar .filter-menu > ul > li > ul > li > ul > li > a {
    display: block;
    color: #fff;
    padding: 5px 0 5px 50px;
    position: relative;
}
.product-sidebar .filter-menu > ul > li > ul > li > ul > li > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 35px;
    color: #b1babb;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #bfe6e8;
}
.filter-select .select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.filter-select .select select {
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    padding-right: 40px;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #555;
    cursor: pointer;
    padding: 10px 35px 10px 10px !important;
}
.filter-select .select select:hover,
.select select:focus {
    color: #fff;
    background-color: #555;
}
.select__arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #555 transparent transparent transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.filter-select .select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #fff;
}
.filter-select .select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}
.filter-select .select select option {
    font-size: inherit;
    background: #fff;
    color: #555;
}
.filter-select {
    width: 200px;
}
.detailed-filter .col-right {
    display: flex;
    justify-content: flex-end;
}
.detailed-filter {
    margin-bottom: 30px;
}
.product-holder {
    margin: 10px 0;
}
.product-holder .product-images {
    border: 1px solid #bbb;
    padding: 10px 0;
}
.product-holder .product-images .main-image img {
    cursor: pointer;
}
.product-holder .product-images .other-images {
    padding: 0 50px;
    position: relative;
    margin-top: 10px;
}
.product-holder .product-images .other-images .slider-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    width: 100%;
    pointer-events: none;
}
.product-holder .product-images .other-images .slider-buttons a {
    pointer-events: painted;
    width: 50px;
    font-size: 50px;
    color: #bbb;
    height: 100%;
    text-align: center;
}
.product-holder .product-images .other-images .swiper-slide a {
    position: relative;
    display: block;
}
.product-holder .product-images .other-images .swiper-slide a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ddd;
}
.product-holder .product-images .other-images .swiper-slide {
    border: 2px solid #ddd;
}
.product-holder .product-images .other-images .swiper-slide img {
    cursor: pointer;
}
.product-holder .product-social {
    margin-top: 15px;
}
.product-holder .product-social h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0;
}
.fancybox-thumbs>ul>li {
    max-width: 100%!important;
    width: 100%!important;
    height: 150px!important;
}
.product-contents h2 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.product-contents .product-information .col-flex {
    flex-wrap: wrap;
}
.product-contents .product-information .col-left {
    width: calc(100% - 160px);
    padding-right: 20px;
}
.product-contents .product-information .col-right {
    width: 160px;
}
.product-contents .product-information .col-left > div + div {
    margin-top: 20px;
}
.product-contents .product-information {
    /* padding: 20px 0; */
    
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    margin-top: 20px;
}
.product-contents .product-information .product-code,
.product-contents .product-information .product-barcode {
    display: inline-flex;
}
.product-contents .product-information .product-code .text,
.product-contents .product-information .product-barcode .text {
    font-size: 12px;
    color: #444;
    width: 90px;
}
.product-contents .product-information .product-code .number,
.product-contents .product-information .product-barcode .number {
    font-size: 12px;
    color: #444;
    letter-spacing: 2px;
}
.product-contents .product-social {
    padding: 20px 0;
    border-bottom: 2px solid #f0f0f0;
}
.product-contents .product-social h4 {
    font-size: 18px;
    color: #000;
    font-style: italic;
}
.product-contents .product-social h4 u {
    text-decoration: none;
    border-bottom: 3px solid #eb1c24;
    padding-bottom: 3px;
}
.product-brand {
    padding: 10px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.product-brand:before,
.product-brand:after {
    content: '';
    position: absolute;
    background: #589fbf;
    height: 4px;
    width: 100%;
}
.product-brand:before {
    top: -3px;
}
.product-brand:after {
    bottom: -3px;
}
.product-brand .image {
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
}
.product-brand:hover {
    border-color: #eb1c24;
}
.tabs-product-tabs ol,
.tabs-product-tabs ul {
    margin: 0;
}
.module .head {
    text-align: center;
    margin-bottom: 30px;
}
.module .head h6 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
    display: inline-block;
}
.module-product-showcase {
    margin-top: 80px;
}
.module-product-showcase-slide {
    padding: 0 1px;
}
.tabs-product-tabs {
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}
.tabs-product-tabs > ul > li > a {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 60px;
    align-items: center;
    position: relative;
}
.tabs-product-tabs > ul > li.active > a {
    color: #589fbf;
}
.tabs-product-tabs > ul > li + li {
    margin-left: 50px;
}
.product-tabs {
    margin-top: 40px;
}
.tabs-product-tabs > ul > li > a:after {
    content: '';
    position: absolute;
    top: -3px;
    width: 0;
    background: #589fbf;
    height: 4px;
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tabs-product-tabs > ul > li.active > a:after {
    width: 100%;
    left: 0;
}
.product-tabs .contents-holder {
    margin: 30px 0 0 0;
}
.product-tabs .contents img {
    display: block;
}
.product-tabs .contents p {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin: 0;
}
.product-tabs .contents table {
    width: 100%;
}
.product-tabs .contents table tr:first-child td {
    font-weight: 700;
}
.product-tabs .contents table tr td {
    font-size: 13px;
    color: #424242;
    border: 1px solid #f0f0f0;
    padding: 10px;
}
.product-tabs .contents table tr td:first-child {
    width: 30%;
    font-weight: 700;
    background: #f0f0f0;
    color: #666;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.product-tabs .contents table tr td:last-child {
    width: 70%;
}
.filter-opened {
    overflow: hidden;
}
.filter-opened .product-sidebar .close {
    display: block;
    float: none;
    width: 100%;
    opacity: 1;
    text-align: right;
    background: #fff;
    padding: 10px;
    position: fixed;
    z-index: 99999;
}
.filter-opened .product-sidebar .close i {
    background: url('../img/close.html');
    width: 18px;
    height: 18px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.filter-opened .product-sidebar .close i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.filter-opened .product-sidebar {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 1199px) {
    .page-product-list .products .row > div:nth-child(3n) {
        margin-bottom: 0;
    }
    .page-product-list .products .row > div:nth-child(2n) {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .product-sidebar h4 {
        padding: 20px;
    }
    .product-sidebar h4 i {
        opacity: 1;
    }
    .product-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999999;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .product-holder .product-contents {
        margin-top: 50px;
    }
}
@media screen and (max-width: 500px) {
    .page-product-list .products .row > div {
        width: 100%;
        margin-bottom: 30px;
    }
    .page-product-list .products .row > div:nth-child(3n) {
        margin-bottom: 30px;
    }
    .page-product-list .products .row > div:last-child {
        margin-bottom: 0;
    }
}
/*===== 25.05.2017 =====*/
/*Radio Checkbox Select*/

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 10px;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none;
}
.control span {
    height: 25px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 200;
}
.control__indicator {
    position: absolute;
    top: 4px;
    left: 4px;
    height: 15px;
    width: 15px;
    background: transparent;
    border: 1px solid #fff;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #fff;
}
.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 5px;
    top: -2px;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}
.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}
/*Radio Checkbox Select*/

.go-back {
    position: absolute;
    top: 0;
    left: -25px;
    background: #589fbf;
    text-align: center;
}
.go-back a {
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    display: block;
}
.sliderbtn{
	background: #000;
    padding: 9.3px 30px;
    margin: 0;
    line-height: inherit;
    height: auto;
}
.logoright {
    background-image: url(../img/logo-right.png);
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    height: 121px;
    width: 30px;
    margin-right: -18px;
}
.c-hamburger1--htx {
    background-color: #589fbf !important;
}
.haberbtn{
	padding: 5px 15px !important;
    height: auto !important;
    line-height: inherit !important;
}
.main-menu>ul>li:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #589fbf;
  content: "";
  transition: width 0.500s;
}
.main-menu>ul>li:hover {
  color: #589fbf;
}
.adres iframe{
	width:100%;
	height:270px;
}
.baslik h4 {
    border-bottom: 3px solid #e2e2e2;
    margin: 0;
    line-height: 30px;
    position: relative;
    height: 43px;
}
.baslik span {
    position: absolute;
    top: 0px;
    float: left;
    border-bottom: 3px solid #589fbf;
    padding: 5px 0;
    color: #2e3840;
}
#foot_teklifal{
	padding:10px;
	background:#2e3840;
}
.blog-right{
	display: block;
	width: 100%;
	overflow: hidden;
}
.single-widget {
	background-color: #f5f5f5;
	display: inline;
	margin-bottom: 30px;
	float: left;
	padding: 15px 15px;
	width: 100%;
}
.single-widget h2 {
	color: #444444;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: -31px;
	padding-bottom: 0;
	padding-left: 29px;
	padding-top: 0;
}
.blog-search{
	display: inline;
	float: left;
	width: 100%;
}
.blog-search input[type="text"] {
	border: 1px solid #cccccc;
	color: #444;
	height: 43px;
	padding: 5px;
	width: 100%;
}
.blog-search .button-default {
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 23px;
}
.blog-search .button-default::after,
.blog-search .button-default > span {
  	padding: 10px 30px;
    display: block;	
}
.button-default {
    text-decoration: none;
    border-radius: 2px;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    padding: 0;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button {
    float: left;
    display: block;
    margin: 1em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button-default {
    border: 2px solid #4481a6 !important;
    color: #4481a6 !important;
}
.button-default::after, .button-default > span {
	display:block;
    padding: 12px 21px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-default:hover, .button-default:focus {
    border-color: #4481a6;
    background-color: #4481a6 !important;
}
.button-default:hover, .button-default:focus {
    color: #fff !important;
}
.popular-post-widget{
	border-top: 1px solid #d4d4d4;
	display: inline;
	float: left;
	padding-bottom: 15px;
	padding-top: 24px;
	text-align: left;
	width: 100%;
}
.media-object{
    width: 100px;
}
.popular-post-widget .media-left {
	float: left;
	height: auto;
	width: 100px;
}
.popular-post-widget .media-heading{
	color: #505050;
	font-size: 17px;
}
.popular-post-widget .media-heading a{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.popular-post-widget .media-heading a:hover,
.popular-post-widget .media-heading a:focus{	
	text-decoration: none;
	outline: none;
}
.popular-post-widget .media-body p{
	color: #7c7c7c;
	font-size: 13px;
}
.popular-post-widget img{
	border: solid 1px #e2e2e2;
    padding: 2px;
}
.comment-wrapper{
	margin-top: 25px;
}
#title {
    overflow: hidden;
    line-height: 30px;
    font-weight: 500;
	position: relative;
	font-size: 30px;
	margin-bottom: 20px;
}
#title:after {
    background: url(../img/bg_off.png) repeat;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 18px;
    width: 99%;
}
/* Comments Section */
.comments-sec {
    width: 100%;
    margin: -5px 0 25px;
}

ol.commentlist li {
    padding: 10px 0 15px;
}

ol.commentlist {
    float: left;
    width: 100%;
    margin: 0;
}

ol li ol.childlist {
    float: right;
    width: 86%;
    margin: 0;
}

ol.commentlist li ol.childlist li:first-child {
    padding: 25px 0 0;
}

ol.commentlist li:first-child {
    margin: 0 0 7px;
    padding: 25px 0 0;
}

.avatar img {
    float: left;
    max-width: 70px;
}
.comment{
	display: block;
    overflow: hidden;
}

.comment-des p {
    line-height: 23px;
    margin: 0;
}

.comment-des {
    float: left;
    background: #f5f5f5;
    color: #888;
    margin: -70px 0 0 100px;
    padding: 19px 22px 22px;
	width: 87%;
}

.comment:before {
    position: absolute;
    display: block;
    content: "";
    margin-left: 93px;
    margin-top: 25px;
    width: 15px;
    height: 15px;
    background-color: #f5f5f5;
    border: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-top: 0;
    z-index: 1;
}

.comment-des strong {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    color: #777777;
}

.comment-des span {
    float: left;
    color: #999;
}

.comment-by {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
}
.comment-form button {
    border-radius: 0;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.blog-comment{
	margin-top:20px;
}
.katfiyat{
	float: right;
    display: inline-block;
    margin-top: 15px;
    color: red;
    font-size: 18px;
    font-weight: bold;
}
.clear {
    clear: both;
}
.urundetaybilgiler{float:left;width:100%;margin-bottom:25px}
.urundetayfoto{float:left;margin-right:20px;border: 1px solid #f5f5f5;}
.urunkisainfo h4{float:left;width:100%;padding-top:10px;padding-bottom:10px;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#CCC;font-size:15px;margin:0px;}
.urunkisainfo{float:left;width:46%}
.urunkisainfo h4 span{width:44%;float:left}
.urunkisainfo h5{
	margin-bottom: 20px;
    font-size: 19px;
}
.btn i{margin-right:10px}
.urungiderfotolar{margin-top:10px}
.urungiderfotolar a{
	display: inline-block;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 5px;
}
.urunkisainfo h4 a{color:#333;}
.gonderbtn {
    color: #444;
    border: 1px solid #444;
    padding: 10px 25px;
    display: inline-block;
}
.gonderbtn:hover{color:#FFF;text-decoration:none;background-color:#444}
@media only screen and (max-width: 1024px) and (min-width: 320px){
.urunkisainfo {
    width: 100%;
}
.urundetayfoto {
    width: 100%;
    text-align: center;
}
.slide-text {
	margin-top: 150px;
}
}
.siparisbtns {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.siparisbtns a{
    border: 1px solid #4481a6;
    border-radius: 0px;
    color: #4481a6;
    padding: 5px 20px;
    line-height: normal;
    height: auto;
	font-size: 17px;
}
.siparisbtns a:hover {
    color: #fff;
    background: #4481a6;
}
.modal-body .form-control{
	margin: 5px 0;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.pagination .active{
	background: #4481a6;
    color: #fff;
    border: 1px solid #4481a6;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	background: #4481a6;
    color: #fff;
    border: 1px solid #4481a6;
}
.blog-wrap {
    padding: 10px;
	background: #F5F5F5;
    transition: all .5s;
}
.blog-wrap:hover {
    box-shadow: 0px 0px 15px #ccc;
}
.blog-info {
    padding: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.lang img{
	max-width: 22px;
    margin-top: -3px;
    margin-left: 5px;
}
.news-item a{
	z-index:1;
	display: inline-block;
	position: relative;
}