* {
    max-width: 100%;
}
img.logo {
    max-width: 100%;
    margin-top: 10px;
    width: 100%;    
}	
.main{
	background: #ffffff;
  padding: 0;
}
.header{
	text-align: center;
}
iframe {
    max-width: 100%;
}
.menu-icon {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
  display: block;
}
.mobile-menu {
    width: 35px;
    margin: auto;
    display: none;
}
.content-area a {
    color: #ff0000;
    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;
}
.list-wrapper:first-child{
	 border-top: 2px solid #C0DFFD;
}
.menu-image a{
    padding: 0 !important;
     background: none !important;   	
}
.row.menu-social {
    margin-bottom: 20px;
}

.twitter-post{
    padding: 0;
    overflow: hidden;
}
/*Responsive csss*/
@media only screen and (min-width: 1200px) {
.container {
    max-width: 1024px;
}
}
@media only screen and (min-width: 767px) {
	div#navigation{
		display: block !important;
	}
  #navbar div#navigation{
    display: none !important; 
  }
}
@media only screen and (max-width: 767px) {
  .non-sticky {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      background: #ffffff;
      z-index: 99;
  }
	.mobile-menu {
	   display: block;
     width: 30%;
     padding: 0 10px;     
	}
	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: #ffffff;
}
}
@media only screen and (max-width: 500px) {
  iframe{
    height: auto;
    margin: 10px 0px;
  }
  .videos-page .content-area{
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .content-area a{
    text-decoration: none;
    line-height: 0;
  }
  div.feedburnerFeedBlock ul li span.headline{
    margin-bottom: 10px;
  }
}