/* ////////// Archetypon Parallaxis Theme ////////// */
#block1 a:link{
	color: #CCCCCC!important;
}
#block1 a:visited{
	color: #FFFFFF;
}
#block1 a:hover{
	color: #FFFFFF!important;
}
#block1 .story {margin-top: 0%}

#block1 {}

.rMode_stacks_in_1296_page1{
	no-repeat
}

/**********mobile images**********/

/*desktops*/
@media screen and (min-width: 1024px) {
  #block1 {
      background-image: url(../files/pBgImage_1296.jpg);
      background-repeat: no-repeat;
  }
}

/*ipad portrait*/
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:portrait) {
  #block1 {
      background-image: url(0)!important;
      background-repeat: no-repeat!important;
  }
}

/*ipad landscape*/
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:landscape) {
  #block1 {
      background-image: url(0)!important;
      background-repeat: no-repeat!important;
  }
}

/*iphone*/
@media only screen and (max-width: 480px){
    #block1 {
        background-image: url(0)!important;
        background-repeat: no-repeat!important;
    }
}