* {
    max-width: 100%;
}
body{
  background: #000;
}
img.logo {
    max-width: 100%;
    margin-top: 10px;
    width: 100%;    
}	
div#dateformat img {
    height: auto;
}
.main{
	background: #fff;
  padding: 0;
}
.header{
	text-align: center;
}
iframe {
    max-width: 100%;
}
.menu-icon {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  display: block;
}
.mobile-menu {
    width: 35px;
    margin: auto;
    display: none;
}
.content-area a {
    text-decoration: underline;
     margin-left: 0 !important;   
}
.photo-wrapper img,.photo-wrapper {
    margin-bottom: 10px !important;
}
.row{
	margin-left: 0;
}
.menu-list {
    border-bottom: 2px solid #C0DFFD;
    background: #4488db;
}
.list-wrapper:first-child .menu-list {
  height: 15px;
}
.menu-image a{
    padding: 0 !important;
     background: none !important;   	
}
.row.menu-social {
    margin-bottom: 20px;
}

.twitter-post{
    padding: 0;
    overflow: hidden;
}
hr {
    color: #fff;
    background: #fff;
}
body.moroccanrally2012 #dateformat a {
    font-size: 14px;
    color: #fff;
}
.content-gap{
  display: none;
}
.yellow-border {
    height: 1px;
    background: #4488db;
}
.max-200 {
  max-width: 200px;
  margin: auto;
}
.photo-wrapper img, .photo-wrapper {
  margin-top: 20px;
}
/*Responsive csss*/
@media only screen and (min-width: 1200px) {
.container {
    max-width: 1024px;
}
.content-gap{
  display: block;
}

  .col-md-9.content-area {
      max-width: 450px;
  }
  .col-md-9.content-area.max-700 {
      max-width: 700px;
  }
}
@media only screen and (min-width: 768px) {
	div#navigation{
		display: block !important;
	}
  #navbar div#navigation, .mobile-only{
    display: none !important; 
  }

  .col-md-3 {
      padding-left: 0;
      max-width: 165px;
  }
}
@media only screen and (max-width: 767px) {
  .non-sticky {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      background: #000;
      z-index: 99;
  }
	.mobile-menu {
	   display: block;
     width: 30%;
     padding: 0 10px;     
	}
  #navigation .menu-list a{
    color: #fff;
    font-size: 16px;
  }
	div#navigation{
		display: none;
	}
  .social-icons{
    width: 70%;
    padding: 0 10px;
     margin-top: 5px;   
    text-align: right;
  }
  #navbar div#navigation{
    margin-top: 20px;
  }
  #navbar .list-wrapper:first-child{
    border: none;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: #000;
}
.desktop-only{
  display: none;
}
.mobile-only p{
  margin-bottom: 0;
}
}
@media only screen and (max-width: 500px) {
  iframe{
    height: auto;
    margin: 10px 0px;
  }
  .videos-page .content-area{
    text-align: center;
  }
  .bodyText{
    display: block !important;
    overflow: hidden;
    line-height: 1.5em !important;
  }
}
@media only screen and (max-width: 600px) {
  .content-area a{
    text-decoration: none;
    line-height: 0;
  }
  .bodyText a{
    line-height: inherit;
  }
  div.feedburnerFeedBlock ul li span.headline{
    margin-bottom: 10px;
  }
}