/*mobile*/

@media all and (max-width: 768px) {
  #centralcontent {
  	float: none;  
  }
  
  #sidebar {
    display: block;
    width: 100%;
    float: none;
  }
  
  #sidebar #exchange_rates_wrapper #exchange_rates_data {
    text-align: left;
  }
  
  footer {
    margin-bottom: 0;
  }
}

@media all and (max-width: 480px) {
    
  header {
    margin-bottom: 0;
    background-position: 0 -15px;
    background-size: cover;
  }
  
  header .logo {
    margin: 0;
  }
  
  header .logo h1 {
    height: 70px;
  }    
  
  #mainmenu li.menu-icon {
    top: 15px;
    font-size: 30px;
  }
    
  footer {
    padding: 10px 0;
    height: auto;
    margin-bottom: 0;
  }
  
  body#p118 footer, body#p119 footer {
	margin-bottom: 40px;
  }
  
  footer .bottommenu {
    height: auto;
  }
  
  footer .bottommenu li {
    display: block;
    margin-right: 0;
    padding: 2px 0;
    border-bottom: 1px solid #CCCDCD;
	float: left;
    width: 48%;
    margin: 0 1%;    
  }
    
  footer .bottommenu li a {
    font-size: 13px;
    padding-right: 0;
  }
  
  footer .bottommenu li:after {
    display: none;
  }
  
  #main .news-single-item .news-single-img {
    margin-right: 10px;
    max-width: 50%;
  }
  
  #main .news-single-item .news-single-img a img {
    margin-right: 0;
    width: 100%;
    height: auto;    
  }
  
  #main .news-single-imgcaption {
    max-width: 100%;
  }
  
  #main .news-single-item .imagegallery {
    text-align: center;
  }
  
  #main .news-single-item .imagegallery div.item {
    float: none;
    margin: 5px auto;
  }
  
  #tx_indexedsearch .tx-indexedsearch-searchbox-sword {
    width: calc(100% - 93px);
  }
  
  .tx-indexedsearch-res h3 {
    font-size: 13px;
  }
    
  fieldset.powermail_fieldset input.powermail_input, 
  fieldset.powermail_fieldset textarea.powermail_textarea, 
  fieldset.powermail_fieldset input.powermail_date {
    width: 100%;
  }
  
  fieldset.powermail_fieldset input.powermail_submit {
    margin: 10px 0;
  }
  
  fieldset.powermail_fieldset .powermail_fieldwrap_type_submit > .powermail_field {
    text-align: center;
  }
  
  #searchbox form.gsc-search-box, 
  #centralcontent form.gsc-search-box {
    max-width: 100%;
  }
  
  #searchbox form.gsc-search-box {
    max-width: 80%;
  }
  
  #centralcontent .gsc-result .gs-title {
    font-size: 13px;
  }
}