body{
  -webkit-text-size-adjust : 100%!important ;
  font-size : 16px;
  position  : relative;
  left      : 0;
}

#page {
  width: 100%;
}

#nav{
  margin: 0px !important;
  max-width: 100% !important;
}

#nav-right {
  width : auto !important;
  height: auto !important;
}

#nav-left {
  width: 40px !important;
}

#nav1{
  display: none;
}

#nav1 li{
  font-size: 16px;
  width: 100%;
  float: none;
}

#nav2 a {
  font-size: 16px !important;
}

#footer {
 height: auto !important;
}

#footer ul li {
 margin:0px 10px !important;
}

#topbanner {
  display: none;
}

#search {
  width: auto;
}

#search input{
  width : 200px;
  height: auto;
}

#search .btn {
  height   : auto;
}

#logo .site-description {
  display: none !important;
}

#logo .site-title {
  display: initial !important;
}

.site-title img {
  zoom   : 1.1;
  width  : 100%    !important;
  height : auto    !important;
}

.site-description {
  display: none !important;
}

.adspace-widget img{
  width : 100%;
  height: auto;
}

.wooslider {
  width: 100% !important;
}

.slider-container {
  width           : 100%    !important;
  background-color: #ffffff !important;
} 

.slider-container .slide-content {
  width: 100% !important;
}

.slider-container .slide {
  width   : 100%     !important;
  position: relative !important;
}

.slider-container .slide img {
  left     : 0px     !important;
  margin   : 0 auto  !important;
  max-width: 100%    !important;
  height   : auto    !important;
  position : initial !important;
  
}

.head-text {
  font-size: 16px !important;
}

.more_entries {
  font-size: 16px;
}


.inside {
  width        : 96% !important;
  height: auto;
  padding-right: 5%;
}

.inside li {
  line-height: 1.4em; 
}

.hl-full{
  margin: 0px;
}

.box .post {
  width: 100%;
}

.box .post p {
  font-size  : 16px !important;
  line-height: 1.5em; 
  word-wrap  : break-word;
}

.box .post p span.continue {
  font-size : 16px  !important;
  text-align: right !important;
}

.col1 {
  float: none;
  width: 100%;
}

.col2 {
  width: 100%;
}

.col2 #tabs {
  width: 100% !important;
}

/* mobile navigation  */

#slide_nav{
  height     : 65px;
  width      : 100%;
  white-space: nowrap;
  overflow-x : scroll;
}

#mobile-toggle{
  display   : block;
  position  : relative;
  width     : 100%;
  background: #fff;
  width     : 36px;
}

#mobile-toggle a{
  display        : block;
  position       : relative;
  padding        : 16px 0 10px;
  border-bottom  : 0px solid #fff;
  color          : #fff;
  text-align     : center;
  text-decoration: none;
}

#mobile-toggle:before{
  display   : block;
  content   : "";
  position  : absolute;
  top       : 50%;
  left      : 5px;
  width     : 30px;
  height    : 20px;
  margin-top: -10px;
  background: #dd0000;
}

#mobile-toggle a:before, #mobile-toggle a:after{
  display   : block;
  content   : "";
  position  : absolute;
  top       : 50%;
  left      : 5px;
  width     : 30px;
  height    : 4px;
  background: #fff;
}

#mobile-toggle a:before{
  margin-top: -6px;
}

#mobile-toggle a:after{
  margin-top: 2px;
}

#slide_menu{
  display   : inline;
  position  : fixed;
  top       : 0;
  left      : -160px;
  width     : 160px;
  height    : 100%;
  background: #dd0000;
}

#slide_menu li{
  margin: 10px 10px;
}

#slide_menu a{ 
  margin       : 0;
  padding      : 0;
  border-bottom: 1px solid #ffffff;
  color        : #ffffff;
}

#slide_menu a:hover {
  border-top: 3px solid #ffffff;
  color     : #dd0000;
  background: #ffffff;
}

