/**
 * @framework 3wymiar.pl 2002-2017 (c)
 *
 * @author Marcin Cichy <cichy@3wymiar.pl>
 * @version 4.0.0
 *
 * License only for twojtenis.
 * Any other use only with permission of the author.
 * app ver 2.0.0
 */

@media only screen and (min-width: 1200px) {
#site_header{
  position:fixed;
  top:0px;
  left:0px;
  z-index:1000000;
  height:65px;
}
#header_menu{
  float:right;
}
#site_header_place{
  height:65px;
}
#sticky_notes{
  padding: 0px 40px 0px 80px;
}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px){
.container{
  width:95%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1000px){
.container{
  width:95%;
}
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 1200px) {
}