/* 
    Document   : reklam
    Created on : 2012.06.13., 11:09:45
    Author     : semmer@infoart.hu
*/

div#flag-head {
  width: 206px;
  height: 93px;
  background: transparent url('../gfx/reklam/flag_right.png') 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 49;
  display: none;
}

div.header-in-with-slider div#flag-head{
  height: 398px;
  display: block;
}

div#rklm-head-link-right {
  width: 278px;
  height: 142px;
  background: transparent url('../gfx/reklam/corner_right.png') 0 0 no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
  display: none;
}

div.header-in-with-slider div#rklm-head-link-right {
  display: block;
}

div#rklm-right-side-top {
  width: 800px;
  height: 540px;
  background: transparent url('../gfx/reklam/head_right.jpg') 0 0 no-repeat;
  position: absolute;
  bottom: 0;
  left: 960px;
  display: none;
  cursor: pointer;
}

div.header-in-with-slider div#rklm-right-side-top {
  display: block;
}

div#rklm-right-side-bottom {
  width: 210px;
  height: 1000px;
  background: transparent url('../gfx/reklam/rklm-right-960.jpg') 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: -210px;
  cursor: pointer;
}

div.header-in-with-slider div#rklm-right-side-bottom {
  top: 540px;
}

div#rklm-left-side-bottom {
  width: 210px;
  height: 1000px;
  background: transparent url('../gfx/reklam/rklm-left-960-ianet.jpg') 100% 0 no-repeat;
  position: absolute;
  top: 93px;
  left: -210px;
  cursor: pointer;
}

div.header-in-with-slider div#rklm-left-side-bottom {
  top: 540px;
}

div#cover-head-top {
  width: 133px;
  height: 76px;
  background: transparent url('../gfx/reklam/logo_play.png') 0 0 no-repeat;
  position: absolute;
  left: -25px;
  top: 10px;
  z-index: 55;
  display: none;
}

div.header-in-with-slider div#cover-head-top {
  display: block;
}

div#rklm-head-link-left {
  width: 222px;
  height: 435px;
  background: transparent url('../gfx/reklam/corner_left_ianet_new.png') 0 0 no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  /*display: none;*/
}

div.header-in-with-slider div#rklm-head-link-left {
  display: block;
}

div#rklm-left-side-top {
  width: 800px;
  height: 540px;
  background: transparent url('../gfx/reklam/head_left_ianet.jpg') 100% 100% no-repeat;
  position: absolute;
  bottom: 0;
  right: 960px;
  /*display: none;*/
  cursor: pointer;
}

div.header-in-with-slider div#rklm-left-side-top {
  display: block;
}

img#rklm-image-right {
  display: none;
}

div.header-in-with-slider img#rklm-image-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 52;
  display: block;
}

img#rklm-image-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 52;
}


/* -------- Mobile & Tablet -------- */

@media only screen and (min-width: 1681px) {
  div.header-in-with-slider div#rklm-head-link-right,
  div.header-in-with-slider div#flag-head {
    right: 320px;
  }
  div.header-in-with-slider div#rklm-right-side-top {
    left: 1280px;
  }
  div.header-in-with-slider div#cover-head-top {
    left: 295px;
  }
  div.header-in-with-slider div#rklm-head-link-left {
    left: 320px;
  }
  div#rklm-left-side-top {
    right: 1600px;
  }
  div.header-in-with-slider div#rklm-left-side-top {
    right: 1280px;
  }
  div#rklm-right-side-bottom {
    background: transparent url('../gfx/reklam/rklm-right-1600.jpg') 0 0 no-repeat;
  }
  div.header-in-with-slider div#rklm-left-side-bottom {
    background: transparent url('../gfx/reklam/rklm-left-1600-ianet.jpg') 100% 0 no-repeat;
  }
}

@media only screen and (min-width: 1305px) and (max-width: 1680px) {
  div.header-in-with-slider div#rklm-head-link-right,
  div.header-in-with-slider div#flag-head {
    right: 160px;
  }
  div.header-in-with-slider div#rklm-right-side-top {
    left: 1120px;
  }
  div.header-in-with-slider div#cover-head-top {
    left: 135px;
  }
  div.header-in-with-slider div#rklm-head-link-left {
    left: 160px;
  }
  div#rklm-left-side-top {
    right: 1280px;
  }
  div.header-in-with-slider div#rklm-left-side-top {
    right: 1120px;
  }
  div#rklm-right-side-bottom {
    background: transparent url('../gfx/reklam/rklm-right-1280.jpg') 0 0 no-repeat;
  }
  div.header-in-with-slider div#rklm-left-side-bottom {
    background: transparent url('../gfx/reklam/rklm-left-1280-ianet.jpg') 100% 0 no-repeat;
  }
}

@media only screen and (max-width: 983px) {
  div#rklm-head-link-right,
  div#flag-head,
  div#rklm-right-side-top,
  div#cover-head-top,
  div#rklm-head-link-left,
  div#rklm-left-side-top {
    display: none !important;
  }
  div#rklm-right-side-bottom,
  div#rklm-left-side-bottom {
    top: 0 !important;
  }
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
  div#rklm-right-side-bottom,
  div#rklm-left-side-bottom {
    display: none !important;
  }
}