/* ---------------------- Responsive --------------------- */
@media only screen and (max-width:999px){
.big-wrapper{width:768px;}
.main-section article{width:60%;}
.main-section article iframe, .main-section article > div{width:95% !important;}
aside.sidebar {
  width: 36% ;
}
.post {
  width: 96%;
}
section.RSS article {
  width: 94% ;
}
footer .footer-logo {
  display:none;
}
.quick-links {
 display:none;
 }
#awesomeweatherwidget-2, .parrent_ml_post_slider20131028025409, .parrent_ml_post_slider20131028025409 div {
  width: 97% !important;
}
#sidebar iframe, #sidebar audio {
  width: 95%;
}
header .logo {
  left: 50%;
  position: relative;
  top: 0px;
  z-index: 1;
  margin-left: -130px;
  width: 260px;
  height: auto;
}
header .right {
  float: right;
  width:100%;
  text-align:center;
  margin-bottom: 12px;
  margin-top: 10px;
}
footer .footer-menu li a {
  font-size: 15px;
}
footer span {
  font-size: 12px;
}
nav.main-menu{
height:auto;
padding:5px 0px;
}
.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
  background: none repeat scroll 0 0 #DCA43D;
  border: none;
}

}

@media only screen and ( max-width: 767px ) {

.big-wrapper {
  width: 640px;
}
p, .follow-us span {
  font-size: 12px;
}
section.RSS article {
  width: 94%;
}
footer span {
  font-size: 12px;
}
footer .footer-menu li a {
  font-size: 12px;
}
footer span {
  font-size: 9px;
}

}


@media only screen and ( max-width: 639px ) {

.big-wrapper {
  width: 420px;
}
header .logo {
  margin-left: -90px;
  width: 180px;
}
.main-section article {
  width: 100%;
}
aside.sidebar {
  display: none;
}
section.RSS article > div {
  width:auto;
}
section.RSS article h1, div[class="widget widget_rss"] {
  padding-left: 0px;
  margin-left: 0px;
}
section.RSS article h2, .rsswidget {
  font-size: 15px;
}
.widget_rss ul li {
  font-size: 12px;
}

}

@media only screen and ( max-width: 419px ) {

.big-wrapper {
  width: 320px;
}
header .logo {
  margin-left: -90px;
  width: 180px;
}
section.RSS article > div:not(:first-child) {
  margin-left: 0px;
}
section.RSS article > div {
  width: 100%;
}
div[class="widget widget_rss"] {
  margin-left: 0px;
}
section.RSS article h1 {
  padding-left: 0px;
}
footer .footer-menu li {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 0.5;
  margin:0px 0px 5px 0px;
}
.main-section article iframe, .main-section article > div {
  width: 94% !important;
}
audio {
  width: 275px;
}

}