/**** Global settings ******/
body {
  color: #111;
  font-family: muli,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#full-container {
  float: left;
  width: 100%;
}
a {
  text-decoration: none;
}
*{
  box-sizing: border-box;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
}
#wrap-content {
  background: #fff none repeat scroll 0 0;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.page #wrap-content {
  margin-top: 10px;
}
.home #wrap-content {
  margin-top: 0px;
}
#row-wrap-content section {
  background: none !important;
}
.inner-container {
  box-sizing: border-box;
  margin: auto;
  max-width: 1200px;
  padding: 0px 10px;
}

.ads-left-body, .ads-right-body {
  position: absolute;
  top: 180px;
  overflow: hidden;
  width: 155px;
}
.ads-left-body {
  left: 10px;
}
.ads-right-body {
  right: 10px;
}

/*Css single post*/
.single .entry-content {
  text-align: justify;
  padding: 10px;
  box-sizing: border-box;
}

/**** Responsive settings ******/
@media only screen and (max-width: 1280px) {
.ads-left-body, .ads-right-body {
  display: none;
}
}
@media only screen and (max-width: 800px) {
.single .entry-content{
  padding: 0;
}
}
@media only screen and (min-width: 800px) and (max-width: 939px) {
}
@media only screen and (min-width: 768px) and (max-width: 799px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 600px) and (max-width: 767px) {

}
@media only screen and (min-width:480px) and (max-width: 599px ) {

}
@media only screen and (min-width:320px) and (max-width: 479px) {

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

}
