.profile-card .profile-body .image-area img{ border:none !important;border-color:none !important; padding:0px; margin:0px; border-radius:10px 10px 0px 0px !important; width:100%;}
.profile-card .profile-body .image-area {margin-top:0px !important; }
.profile-card {border-radius:10px 10px 0px 0px !important;}
.login-page {background:url('images/hero-bg.jpg') top center !important; position: relative; background-size:cover !important;}
.profile-card .profile-body .content-area p:last-child {font-size:12px; font-weight: normal; padding: 20px;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 
{padding:10px 5px 0px 15px !important;}

.logo-sidebar{display: block; width: 100%;}
.sidebar .user-info {height: 200px !important;}
.ikonlar i{font-size:18px;}
.container-fluid {padding:0px !important; }
.navmenu li{border-bottom: 1px solid #eee;}
.img32 {width: 32px; height: 32px;}
.logo {height:46px; position: relative;margin-top:-10px;}
.login-page a{color:#fff !important;}
.navbar .navbar-toggle::before {content:"\E80D" !important;}
/*.navbar .navbar-header {width:calc(100% + 0px);}*/

.content {margin:50px 0px 0px 305px !important;} 
.ls-closed section.content {margin-left:0px !important;}
.detay p {color:#48525E !important;}
.user-info {display:none !important;} 
.form-label {margin-top:10px !important;}
@media (max-width: 767px){
  .navbar .navbar-nav {text-align: center; position: relative; padding-bottom:10px;}
  .navbar .navbar-header {width:calc(100% + 0px);}
  
}

.theme-red .navbar {background-color:#48525E !important;background:url('images/banner-bg.jpg') top center !important; /*position: relative;*/ background-size:cover !important;}

@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Quattrocento);
.snip1361 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px 0px;
  min-width: 100%;
  max-width: 150%;
  width: 100%;
  color: #fff;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
  border-radius:10px 10px 0px 0px !important;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(85%);
  width: 100%;
  background-color: #000;
  padding: 15px 25px 65px;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
}
.snip1361 h3,
.snip1361 p {
  margin: 0 0 10px;
}
.snip1361 h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
}
.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: 90%;
}

* {
  box-sizing: border-box;
}
.device {
  width:100%;
  margin: 1em auto;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.instagram {

  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
}

/* layout principal */
.instagram .top, .instagram .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: .4em;
}
.instagram .scroll {
  width: 100%;
  flex-grow: 1;
  overflow: auto;
  overflow-x: hidden;
}
.instagram .top {
  box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.instagram .bottom {
  box-shadow: 0 -2px 2px rgba(0,0,0,.1);
}

/* layout header */
.instagram .top .head-btn {
  min-width: 40px;
  text-align: center;
}
.instagram .top .head-logo {
  flex-grow: 1;
  text-align: center;
}
.instagram .top .head-logo .logo {
  width: 103px;
  height: 29px;
  display: inline-block;
  background-size: 270px 235px;
  background-position: 0 -73px;
  background-image: url(https://storage.googleapis.com/mkts/insta-sprite.png);
}
.instagram .top .head-btn .photo {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 270px 235px;
  background-position: -196px -50px;
  background-image: url(https://storage.googleapis.com/mkts/insta-sprite.png);
}
.instagram .top .head-btn .people {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 270px 235px;
  background-position: -171px -75px;
  background-image: url(https://storage.googleapis.com/mkts/insta-sprite.png);
}

/* layout footer */
.instagram .bottom .footer-btn {
  width: 20%;
  text-align: center;
}
.instagram .bottom .footer-btn span {
  background-image: url(https://storage.googleapis.com/mkts/insta-sprite.png);
  width: 24px;
  height: 24px;
  display: inline-block;
}
.instagram .bottom .footer-btn .home {
  background-size: 270px 235px;
  background-position: -50px -161px;
}
.instagram .bottom .footer-btn .search {
  background-size: 270px 235px;
  background-position: 0 -211px;
}
.instagram .bottom .footer-btn .add {
  background-size: 270px 235px;
  background-position: -75px -186px;
}
.instagram .bottom .footer-btn .like {
  background-size: 270px 235px;
  background-position: -25px -161px;
}
.instagram .bottom .footer-btn .profile {
  background-size: 270px 235px;
  background-position: -196px 0;
}

/* stories layout */
.instagram .stories {
  min-height: 103px;
  width: 100%;
  padding: 15px 0px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
.instagram .stories .scroll-stories {
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.instagram .stories .scroll-stories::-webkit-scrollbar {
  width: 0;
}
.instagram .stories .scroll-stories .storie {
  margin: 0 0 0 1em;
  text-align: center;
  width: 66px;
}
.instagram .stories .scroll-stories .storie .photo {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid #28323B;
  display: inline-block;
}
.instagram .stories .scroll-stories .storie .photo img {
  width: calc(66px - 4px);
  height: calc(66px - 4px);
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #e9e9e9;
}
.instagram .stories .scroll-stories .storie .name {
  font-size: .75em;
  color: #000;
}

/* post layout */
.instagram .content .post {
  width: 100%;
  margin-bottom: 1em;
}

.instagram .content .post .post-header {
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: .4em;
}
.instagram .content .post .post-header .user-thumb {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid deeppink;
}
.instagram .content .post .post-header .user-details {
  font-size: .95em;
  line-height: 1em;
  flex-grow: 1;
  padding: 0 .5em;
}
.instagram .content .post .post-header .user-details strong, .instagram .content .post .post-header .user-details span {
  display: block;
}
.instagram .content .post .post-header .post-menu {
  min-width: 40px;
}
.instagram .content .post .post-header .post-menu .menu {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 270px 235px;
  background-position: -50px -186px;
  background-image: url(https://storage.googleapis.com/mkts/insta-sprite.png);
}
.instagram .content .post .post-photo {
  width: 100%;
}
.instagram .content .post .post-footer .buttons {
  width: 100%;
  padding: .4em 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.instagram .content .post .post-footer .buttons .spacer {
  flex-grow: 1;
}
.instagram .content .post .post-footer .buttons .post-btn {
  text-align: center;
  min-width: 40px;
}
.instagram .content .post .post-footer .buttons .post-btn span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://storage.googleapis.com/mkts/insta-sprite.png);
}
.instagram .content .post .post-footer .buttons .post-btn .like {
  background-size: 270px 235px;
  background-position: -25px -161px;
}
.instagram .content .post .post-footer .buttons .post-btn .comn {
  background-size: 270px 235px;
  background-position: -142px -103px;
}
.instagram .content .post .post-footer .buttons .post-btn .save {
  background-size: 270px 235px;
  background-position: -221px -150px;
}
.instagram .content .post .post-footer .likes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: .4em 1em;
  font-size: .95em;
}
.instagram .content .post .post-footer .likes .user-like {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: .5em;
}
.instagram .content .post .post-footer .likes strong {
  margin: 0 .3em;
}
.instagram .content .post .post-footer .comments {
  width: 100%;
  padding: .4em 1em;
  font-size: .95em;
}
.instagram .content .post .post-footer .comments p {
  margin: 0;
}
.instagram .content .post .post-footer .time {
  text-transform: uppercase;
  display: block;
  padding: 0 1em;
  color: #c0c0c0;
  font-size: .75em;
}

