/*

       ************************************
      **************************************
     ****                                ****
    ****                                  ****
    ****           PAGE STYLES            ****
    ****                                  ****
     ****                                ****
      **************************************
       ************************************

*/



/* Home page */
/* ========= */

DIV.HomePageCinemaLarge {
  display:                              block;
  width:                                100%;
  background-image:                     url('../images/home-cinema-large.jpg');
  background-position:                  center top;
  background-repeat:                    no-repeat}

DIV.HomePageCinemaScreenLarge {
  width:                                100%;
  max-width:                            560px;
  height:                               315px;
  padding-top:                          50px;
  padding-left:                         0px;
  padding-right:                        0px;
  padding-bottom:                       120px;
  margin-left:                          auto;
  margin-right:                         auto;
  overflow:                             hidden}

DIV.HomePageCinemaSmall {
  display:                              none;
  width:                                100%;
  background-image:                     url('../images/home-cinema-small.jpg');
  background-position:                  center top;
  background-repeat:                    no-repeat}

DIV.HomePageCinemaScreenSmall {
  width:                                100%;
  max-width:                            277px;
  height:                               157px;
  padding-top:                          25px;
  padding-left:                         0px;
  padding-right:                        0px;
  padding-bottom:                       60px;
  margin-left:                          auto;
  margin-right:                         auto;
  overflow:                             hidden}
  
DIV.HomePageBluRayAdvert {
  clear:                                both;
  float:                                left;
  width:                                200px;
  margin-top:                           50px;
  margin-left:                          100px;
  margin-right:                         0px;
  margin-bottom:                        30px}

IMG.HomePageBluRayAdvert {
  width:                                100%}
  
DIV.HomePageDVDAdvert {
  float:                                right;
  width:                                200px;
  margin-top:                           50px;
  margin-left:                          0px;
  margin-right:                         100px;
  margin-bottom:                        30px}

IMG.HomePageDVDAdvert {
  width:                                100%}

P.HomePageAdverts {
  text-align:                           center;
  font-size:                            16pt;
  font-weight:                          bold;
  padding-top:                          20px;
  padding-left:                         0px;
  padding-right:                        0px;
  padding-bottom:                       20px}

IMG.HomePageDVDBuyNowButton {
  width:                                100%}
  
P.HomePageQuoteText {
  clear:                                both;
  text-align:                           center;
  font-size:                            12pt;
  font-weight:                          bold;
  padding-top:                          40px;
  padding-left:                         0px;
  padding-right:                        0px;
  padding-bottom:                       0px}
  
P.HomePageQuoteName {
  text-align:                           center;
  font-size:                            11pt;
  font-weight:                          normal;
  font-style:                           italic;
  padding-top:                          5px;
  padding-left:                         0px;
  padding-right:                        0px;
  padding-bottom:                       0px}
  
  
@media all and (min-width: 750px) {

  DIV.HomePageBluRayAdvert {
    float:                  left;
    margin-left:            100px;
    margin-right:           0px}
  DIV.HomePageDVDAdvert {
    clear:                  none;
    float:                  right;
    margin-left:            0px;
    margin-right:           100px}

}
  
  
@media all and (max-width: 749px) {

  DIV.HomePageBluRayAdvert {
    float:                  none;
    margin-left:            auto;
    margin-right:           auto}
  DIV.HomePageDVDAdvert {
    clear:                  both;
    float:                  none;
    margin-left:            auto;
    margin-right:           auto}

}




/* ==================== END ==================== */
