/* 
    Document   : styles
    Created on : 2012.05.30., 12:08:51
    Author     : semmer@infoart.hu
*/

@font-face
{
  font-family: Bryant;
  src: url('../fonts/Bryant-RegularAlt.otf'),
    url('../fonts/BryantWebRegularAlt.eot'); /* IE9 */
}

html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
table, tr, th, td,
input, select, option, textarea {
  margin: 0;
  padding: 0;
  font: 15px 'Bryant', sans-serif;
  text-align: left;
  color: #000;
}
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
  cursor: text;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block }
*:active, object:focus, embed:focus, a { outline: none }
input::-moz-focus-inner { border: 0 }
*.pointer, label { cursor: pointer }
fieldset { border: none }
input, select, option, textarea {
  font-size: 100%;
  outline-style: none;
}
textarea { resize: none; }
.bug { border: 1px solid red; }
table tbody tr td, table tr th { padding: 2px; }

body, html { overflow-x: hidden;}

img {
  border: 0;
}

.clear {
  clear: both;
}

div.blue a {
  color: #2298d4;
}

div.green a {
  color: #42B547;
}

div.red a {
  color: #ED3441;
}

div.orange a {
  color: #f1652e;
}

a {
  text-decoration: none;
  color: #0099cc;
}

a:hover {
  text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
  border: 1px solid #666;
  padding: 3px 5px;
  margin: 0 0 10px;
}

a.more,
a.more-events,
div#nl-error a,
div.history-back > a,
a.read-more,
a.gdetails,
div.next-btn > a,
div.input-box-back-bottom > a {
  width: 97% !important;
  height: 30px !important;
  line-height: 30px !important;
  display: block !important;
  float: right !important;
  background-color: #333;
  background-repeat: no-repeat;
  background-image: url('../gfx/readmore_grey.png'), url('../gfx/readmore_chamfer.png');
  background-position: 0 0, right bottom;
  color: #fff !important;
  text-align: right !important;
  padding: 0 3% 0 0 !important;
  text-decoration: none !important;
  border: none !important;
  font-size: 15px !important;
  text-transform: lowercase;
  position: relative;
  z-index: 99;
}

div.blue a.more,
div.blue a.more-events,
div.blue div.history-back > a,
div.blue div#nl-error a,
div.blue a.read-more,
div.blue a.gdetails,
div.blue div.next-btn > a,
div.blue div.input-box-back-bottom > a{
  background-image: url('../gfx/readmore_blue.png'), url('../gfx/readmore_chamfer.png');
  background-position: 0 0, right bottom;
}

div.green a.more,
div.green a.more-events,
div.green div.history-back > a,
div.green div#nl-error a,
div.green a.read-more,
div.green a.gdetails,
div.green div.next-btn > a,
div.green div.input-box-back-bottom > a {
  background-image: url('../gfx/readmore_green.png'), url('../gfx/readmore_chamfer.png');
  background-position: 0 0, right bottom;
}

div.red a.more,
div.red a.more-events,
div.red div.history-back > a,
div.red div#nl-error a,
div.red a.read-more,
div.red a.gdetails,
div.red div.next-btn > a,
div.red div.input-box-back-bottom > a {
  background-image: url('../gfx/readmore_red.png'), url('../gfx/readmore_chamfer.png');
  background-position: 0 0, right bottom;
}

div.orange a.more,
div.orange a.more-events,
div.orange div.history-back > a,
div.orange div#nl-error a,
div.orange a.read-more,
div.orange a.gdetails,
div.orange div.next-btn > a,
div.orange div.input-box-back-bottom > a {
  background-image: url('../gfx/readmore_orange.png'), url('../gfx/readmore_chamfer.png');
  background-position: 0 0, right bottom;
}

div.blue a.more:hover,
div.blue a.more-events:hover,
div.blue div.history-back > a:hover,
div.blue div#nl-error a:hover,
div.blue a.read-more:hover,
div.blue a.gdetails:hover,
div.blue div.next-btn > a:hover,
div.blue div.input-box-back-bottom > a:hover {
  color: #2298d4 !important;
}

div.green a.more:hover,
div.green a.more-events:hover,
div.green div.history-back > a:hover,
div.green div#nl-error a:hover,
div.green a.read-more:hover,
div.geen a.gdetails:hover,
div.green div.next-btn > a:hover,
div.green div.input-box-back-bottom > a:hover {
  color: #42B547 !important;
}

div.red a.more:hover,
div.red a.more-events:hover,
div.red div.history-back > a:hover,
div.red div#nl-error a:hover,
div.red a.read-more:hover,
div.red a.gdetails:hover,
div.red div.next-btn > a:hover,
div.red div.input-box-back-bottom > a:hover {
  color: #ED3441 !important;
}

div.orange a.more:hover,
div.orange a.more-events:hover,
div.orange div.history-back > a:hover,
div.orange div#nl-error a:hover,
div.orange a.read-more:hover,
div.orange a.gdetails:hover,
div.orange div.next-btn > a:hover,
div.orange div.input-box-back-bottom > a:hover {
  color: #f1652e !important;
}

p {
  margin: 0;
  padding: 0 0 10px;
  line-height: 22px;
}

h1.component-heading,
h2.component-heading {
  max-height: 48px;
  overflow: hidden;
  font-size: 22px;
  line-height: 24px;
  background: #fff;
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 5px;
}

h1.component-heading {
  padding: 5px 0;
}

div.blue h1.component-heading,
div.blue h2.component-heading {
  border-color: #2298d4;
}

div.green h1.component-heading,
div.green h2.component-heading {
  border-color: #42B547;
}

div.red h1.component-heading,
div.red h2.component-heading {
  border-color: #ED3441;
}

div.orange h1.component-heading,
div.orange h2.component-heading {
  border-color: #f1652e;
}

div#header {
  width: 100%;
  height: 93px;
  /*overflow: hidden;*/
}

div#header-in {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  height: 93px;
}

div.header-in-with-slider div#header-in {
  height: 540px;
}

div.header-in-with-slider {
  height: 540px !important;
}

div#logo-box {
  position: absolute;
  left: 85px;
  top: 0;
  z-index: 70;
}

div#logo-box > a {
  width: 229px;
  height: 93px;
  background: transparent url('../gfx/altmob_logo.png') 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
}

div#upper-section {
  position: absolute;
  top: 5px;
  right: 85px;
  z-index: 100;
  background: #2298d4;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
}

div#rss-link {
  width: 13px;
  height: 13px;
  float: left;
  margin: 4px 0 0 10px;
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
}

div#rss-link a {
  width: 13px;
  height: 13px;
  background: transparent url('../gfx/rss.png') 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
}

div#search-box {
  width: 12px;
  height: 13px;
  float: left;
  margin: 4px 0 0 10px;
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
}

div#find-icon a {
  width: 12px;
  height: 13px;
  background: transparent url('../gfx/search.png') 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
}

div#content-in {
  width: 1600px;
  margin: 10px auto 20px auto;
}

div.column1 {
  width: 310px;
  margin: 0 5px 20px 5px;
  float: left;
}

div.column1 img {
  max-width: 310px !important;
  height: auto !important;
}

div.column2 {
  width: 630px;
  margin: 0 5px 20px 5px;
  float: left;
}

div.column2 img {
  max-width: 630px !important;
  height: auto !important;
  margin: 0 0 10px;
}

div.fullwidth {
  width: 100%;
}

/* -------- Pager -------- */

div.pagination > div {
  float: left;
}

div.pager-bottom > div > strong,
div.pagination > div > strong {
  height: 20px;
  min-width: 20px;
  padding: 3px;
  line-height: 20px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  background: #efefef;
  border: 1px solid #666;
  border-radius: 5px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
}

div.blue div.pager-bottom > div > strong,
div.blue div.pagination > div > strong {
  background: #EBF7FB;
}

div.green div.pager-bottom > div > strong,
div.green div.pagination > div > strong {
  background: #EAF4EA;
}

div.red div.pager-bottom > div > strong,
div.red div.pagination > div > strong {
  background: #FCF2F2;
}

div.orange div.pager-bottom > div > strong,
div.orange div.pagination > div > strong {
  background: #FEF3EF;
}

div.pager-bottom > div > a,
div.pagination > div > a {
  height: 20px;
  min-width: 20px;
  padding: 3px;
  line-height: 20px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* -------- Footer -------- */

div#footer {
  border-top: 3px solid #E4E4E4;
}

div#footer-in {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 5px;
}

div#bottom-info-line {
  background: #e4e4e4;
  padding: 10px 0;
}

div#bottom-info-line-in {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  min-height: 30px;
}

div.altmob-logo-footer {
  width: 40px;
  height: 30px;
  background: #fff url('../gfx/altmob_logo_footer.png') 0 0 no-repeat;
  position: absolute;
  top: -17px;
  right: 0px;
}

div.infoartnet {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 5px;
}

div.infoartnet > a {
  width: 30px;
  height: 30px;
  display: block;
  background: transparent url('../gfx/infoartnet_logo.png') 0 0 no-repeat;
  text-indent: -9999px;
}

a.gomb {
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
  padding: 7px 0;
  color: #fff;
  font-size: 17px;
  background: #333 url('../gfx/button_subscribe.png') 0 0 repeat-y;
  display: inline-block;
}

a.gomb:hover {
  color: #42B547 !important;
  text-decoration: none !important;
}

/* -------- JQuery Mail Popup -------- */

div.ui-widget-overlay {
  background: transparent url('../gfx/trans.png');
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
  background: #fff !important;
  border: 5px solid #ccc !important;
  clear: both;
}

div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  height: 40px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > span {
  line-height: 40px;
  padding: 0 0 0 5px;
  font-size: 22px;
  color: #333;
  font-weight: 700;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all a.ui-dialog-titlebar-close.ui-corner-all {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 18px;
  height: 20px;
  display: block;
  background: transparent url('../gfx/mail_close.png') 0 0 no-repeat;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all a.ui-dialog-titlebar-close.ui-corner-all > span {
  text-indent: -9999px;
  width: 18px;
  height: 20px;
  display: block;
  cursor: pointer;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div#mail_mess {
  padding: 5px;
  color: #B73F3F;
  font-size: 13px;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.message-subject {
  display: none;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button {
  margin: 5px;
  clear: both;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input label,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea label {
  width: 80px;
  display: block;
  float: left;
  font-size: 13px;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 22px;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input label.error,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea label.error {
  width: 200px;
  display: block;
  float: none;
  font-size: 13px;
  margin: 0 0 0 90px;
  color: #B73F3F;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input input {
  width: 190px;
  border: 1px solid #666;
  padding: 4px;
  display: block;
  float: none;
  margin: 0;
}
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input input.error,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea textarea.error {
  border: 1px solid #B73F3F;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea textarea {
  width: 190px;
  height: 90px;
  border: 1px solid #666;
  padding: 4px;
  margin: 0;
  display: block;
  float: left;
  overflow: auto;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button > input {
  width: 140px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 10px 0 0;
  border: none;
  display: inline-block;
  cursor: pointer;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button > input#submit {
  background: #333 url('../gfx/mail_send.png') 0 0 no-repeat;
  float: left;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button > input#cancel {
  background: #333 url('../gfx/mail_cancel.png') 100% 0 no-repeat;
  margin: 10px 0 0 10px;
}

/* -------- Fancybox -------- */

div#fancybox-bg-n,
div#fancybox-bg-ne,
div#fancybox-bg-e,
div#fancybox-bg-se,
div#fancybox-bg-s,
div#fancybox-bg-sw,
div#fancybox-bg-w,
div#fancybox-bg-nw {
  display: none;
}

div#fancybox-content {
  border: 5px solid #fff !important;
}

a#fancybox-close {
  width: 20px;
  height: 20px;
  background: #ED3441 url('../gfx/close.png') 50% 50% no-repeat;
  border: 5px solid #fff;
  top: -25px;
  right: 0;
}

div#fancybox-title {
  position: absolute;
  z-index: 999999;
  bottom: -12px;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  width: 100%;
  left: 5px !important;
}

span#fancybox-title-over {
  display: block;
  background: #fff;
  margin: 0 15px;
  text-align: center;
  padding: 0 10px;
  line-height: 30px;
}

/* -------- Date Selector -------- */

div#ui-datepicker-div {
  background: #fff;
  border: 5px solid #ccc;
  width: 240px;
  z-index: 9999 !important;
  display: none;
}

div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix ui-corner-all {
  clear: both;
}

a.ui-datepicker-prev.ui-corner-all {
  width: 21px;
  height: 21px;
  display: block;
  float: left;
  background: transparent url('../gfx/dp_left_grey.png') 0 0 no-repeat;
  text-indent: -9999px;
  margin: 8px 5px 0 5px;
  cursor: pointer;
}

a.ui-datepicker-next.ui-corner-all {
  width: 21px;
  height: 21px;
  display: block;
  float: right;
  background: transparent url('../gfx/dp_right_grey.png') 0 0 no-repeat;
  margin: 8px 5px 0 0;
  cursor: pointer;
}

a.ui-datepicker-prev.ui-corner-all span,
a.ui-datepicker-next.ui-corner-all span {
  display: none;
}

div.ui-datepicker-title {
  float: left;
}

div.ui-datepicker-title select {
  margin: 5px 5px 0 0;
  clear: both;
  width: 86px;
}

table.ui-datepicker-calendar {
  width: 230px;
  margin: 5px;
}

table.ui-datepicker-calendar > thead > tr > th,
table.ui-datepicker-calendar > tbody > tr > td {
  width: 14.2857%;
  padding: 5px 0;
  text-align: center;
}

table.ui-datepicker-calendar > tbody > tr > td:hover {
  background: #ececec;
}

table.ui-datepicker-calendar > tbody > tr > td.ui-datepicker-today {
  border: 1px solid #ccc;
}

div.lead {
  position: relative;
}

div.lead div.mask {
  position: absolute;
  width: 100%;
  height: 15px;
  background: transparent url('../gfx/blog_bottom_grey.png') 0 0 repeat-x;
  left: 0;
  bottom: -1px;
  z-index: 99;
}

div.blue div.lead div.mask {
  background: transparent url('../gfx/blog_bottom_blue.png') 0 0 repeat-x;
}

div.green div.lead div.mask {
  background: transparent url('../gfx/blog_bottom_green.png') 0 0 repeat-x;
}

div.red div.lead div.mask {
  background: transparent url('../gfx/blog_bottom_red.png') 0 0 repeat-x;
}

div.orange div.lead div.mask {
  background: transparent url('../gfx/blog_bottom_orange.png') 0 0 repeat-x;
}

/* Mobile & Tablet ---------------------------------------------------------- */

@media only screen and (min-width: 1681px) {
  div#logo-box {
    left: 173px;
  }
  div.header-in-with-slider div#logo-box {
    left: 405px;
  }
}

@media only screen and (min-width: 1305px) and (max-width: 1680px) {
  div#header-in {
    width: 1280px;
  }
  div#logo-box {
    left: 173px;
  }
  div.header-in-with-slider div#logo-box {
    left: 245px;
  }

  div#slider-box {
    width: 1280px;
  }

  div#content-in {
    width: 1280px;
  }

  div#footer-in,
  div#bottom-info-line-in {
    width: 1280px;
  }
  div#finish-flag {
    left: 961px;
  }
  div#right-advert {
    left: 899px;
  }
  div#right-advert-bottom {
    background: transparent url('../gfx/right_orange_1280.jpg') 0 0 no-repeat;
    left: 1280px;
  }
}

@media only screen and (min-width: 984px) and (max-width: 1304px) {
  div#header-in {
    width: 960px;
  }
  div#logo-box {
    left: 173px;
  }
  div.header-in-with-slider div#logo-box {
    left: 85px;
  }

  div#slider-box {
    width: 960px;
  }

  div#content-in {
    width: 960px;
  }

  div#footer-in,
  div#bottom-info-line-in {
    width: 960px;
  }

  div#finish-flag {
    left: 801px;
  }
  div#right-advert {
    left: 739px;
  }
  div#right-advert-bottom {
    background: transparent url('../gfx/right_orange_960.jpg') 0 0 no-repeat;
    left: 960px;
  }
}

@media only screen and (min-width: 665px) and (max-width: 983px) {
  div#header-in {
    width: 640px;
  }

  div.header-in-with-slider {
    height: 99px !important;
  }

  div#slider-box {
    width: 640px;
  }

  div#content-in {
    width: 640px;
  }

  div#footer-in,
  div#bottom-info-line-in {
    width: 640px;
  }

  div#finish-flag {
    left: 481px;
  }
  div#right-advert {
    left: 419px;
  }
  div#slider-box div#right-advert {
    left: 419px;
  }
  div#right-advert-bottom {
    background: transparent url('../gfx/right_orange_960.jpg') 0 0 no-repeat;
    left: 640px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 664px) {
  div#header {
    background: url('../gfx/head.png') top repeat-x;
  }

  div#header-in {
    width: 320px;
    height: 254px !important;
    margin: 0 auto;
  }

  div.header-in-with-slider {
    height: 254px !important;
  }

  div#logo-box {
    position: relative !important;
    width: 131px !important;
    height: 62px !important;
    margin: 0 0 0 5px !important;
    top: 0;
    left: auto;
  }

  div#logo-box > a {
    width: 131px !important;
    height: 62px !important;
    background: #000 url('../gfx/altmob_logo_t.png') 0 50% no-repeat !important;
    display: block !important;
    text-indent: -9999px !important;
  }

  div#slider-box {
    display: none;
  }

  div#content-in {
    width: 320px;
    margin: 0 auto 20px !important;
  }

  div.column1,
  div.column2 {
    width: 100%;
    margin: 0 0 20px !important;
  }

  div.column1 img,
  div.column2 img {
    width: 100% !important;
    margin: 0 0 10px !important;
  }

  div#footer-in,
  div#bottom-info-line-in {
    width: 320px;
  }

  div#upper-section {
    position: static;
    padding: 0;
    margin: 0 auto;
    width: 310px;
    top: auto;
    right: auto;
  }

  div#rss-link {
    width: 24px;
    height: 24px;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 999999;
  }

  div#rss-link a {
    width: 24px;
    height: 24px;
    background: url('../gfx/rss_mob.png') 0 0 no-repeat;
  }

  div#search-box {
    width: 24px;
    height: 24px;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 43px;
    top: 20px;
    z-index: 999999;
  }

  div#find-icon a {
    width: 24px;
    height: 24px;
    background: url('../gfx/search_big.png') 0 0 no-repeat;
  }

  div#finish-flag,
  div#right-advert,
  div#right-advert-bottom {
    display: none;
  }
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
  div#header {
    background: url('../gfx/head.png') top repeat-x;
  }

  div#header-in {
    width: 320px;
    height: 254px !important;
    margin: 0 auto;
  }

  div.header-in-with-slider {
    height: 254px !important;
  }

  div#logo-box {
    position: relative !important;
    width: 131px !important;
    height: 62px !important;
    margin: 0 0 0 5px !important;
    top: 0;
    left: auto;
  }

  div#logo-box > a {
    width: 131px !important;
    height: 62px !important;
    background: #000 url('../gfx/altmob_logo_t.png') 0 50% no-repeat !important;
    display: block !important;
    text-indent: -9999px !important;
  }

  div#slider-box {
    display: none;
  }

  div#content-in {
    width: 96% !important;
    margin: 0 2% !important;
  }
  
  div#content-in p {
    font-size: 16px;
  }

  div.column1,
  div.column2 {
    width: 100%;
    margin: 0 auto 20px !important;
  }

  div.column1 img,
  div.column2 img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 10px !important;
  }

  div#footer-in,
  div#bottom-info-line-in {
    width: 100%;
  }

  div#upper-section {
    position: static;
    padding: 0;
    margin: 0 auto;
    width: 310px;
    top: auto;
    right: auto;
  }

  div#rss-link {
    width: 24px;
    height: 24px;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 999999;
  }

  div#rss-link a {
    width: 24px;
    height: 24px;
    background: url('../gfx/rss_mob.png') 0 0 no-repeat;
  }

  div#search-box {
    width: 24px;
    height: 24px;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 43px;
    top: 20px;
    z-index: 999999;
  }

  div#find-icon a {
    width: 24px;
    height: 24px;
    background: url('../gfx/search_big.png') 0 0 no-repeat;
  }

  div#finish-flag,
  div#right-advert,
  div#right-advert-bottom {
    display: none;
  }
}

@media only screen and (max-width : 319px) {
  div#header,
  div#slider-box,
  div#content,
  div#footer,
  div#bottom-info-line{
    display: none !important;
  }
}