/* + / Responsive Page */
@media (max-width: 1199px) and (min-width: 992px) {
   
}
@media (max-width: 991px) and (min-width: 768px) {
  

}
@media screen and (max-width: 768px) {
	.mobildesakla{display: none !important}
    header .header-top .logo{}
    header .header-top .logo img{width: 100%;padding: 11px;}
    header .header-top .menu{margin-top: 0 !important;}
    header .header-top .social{}
    header .header-top .search{top: 43px !important;}
    header .header-top .sag{height: 96px;}

header .header-menu .main-menu >ul{background: #242d77;margin-top: 57px;position: absolute;left: 0;top: -5px;width: 100%;padding: 0;z-index: 999;display: none;}
header .header-menu .main-menu >ul li{display: block !important;}
header .header-menu .main-menu >ul li a{}

header .header-menu .main-menu .res-menu{display: block;}
.responsive-menu{top: 0px;}

.slider .slider-bottom{position: relative;}
.slider .slider-bottom .item{position: relative;bottom: 0;z-index: 99;left: 0 !important;float: left;width: 50%;}
.slider .slider-bottom .item:hover{background: rgb(56, 63, 131) !important; transition:0.7s;}
.slider .slider-bottom .item img{margin: 14px 10px 15px 12px;float: left;width: 30px;height: 30px;}
.slider .slider-bottom .item a .title{color: #fff;font-size: 13px;float: left;margin-top: 22px;}
.owl-carousel .owl-item img{height: 194px;margin-bottom: 10px;}
.note .note-main .item{width: 100%;}
}
/* - / Responsive Page */