
/* MOBILE OPTIMIZATION PATCH - İDO */

/* HEADER */
@media (max-width:768px){
.header-toolbar{ display:none; }
.header{ padding-top:10px; padding-bottom:10px; }
.navbar-brand{ width:180px; height:50px; }
}

/* VIDEO AREA */
@media (max-width:768px){
.vid-thumb-outer:nth-child(n+2){
  display:none !important;
}
.recent-vid h3{
  font-size:16px;
}
.recent-vid{
  padding-bottom:10px;
}
}

/* EVENTS SINGLE COLUMN */
@media (max-width:768px){
.col-md-4,
.col-sm-4{
  width:100% !important;
  float:none !important;
}
}

/* BANNERS */
@media (max-width:768px){
.banner-outer img,
.banner-outer-thumb img{
  height:auto !important;
}
.right-img-top,
.right-img-btm{
  height:auto !important;
}
}

/* SPACING FIX */
@media (max-width:768px){
.section,
.sec-topic,
.business{
  margin-bottom:15px !important;
  padding-bottom:10px !important;
}
.row{
  margin-left:0;
  margin-right:0;
}
}

/* NAVBAR */
@media (max-width:768px){
.navbar-inverse{
  border-bottom:2px solid #c80017;
}
.navbar-toggle{
  margin-left:10px;
}
.toggle-search{
  height:50px;
  line-height:45px;
}
}

/* PERFORMANCE */
body{
  -webkit-overflow-scrolling: touch;
}
