@media only screen and (max-height: 48em) {
  .second_side_bar{
    width: 300px;
    margin-left: -304px;
  }

  .second_side_bar.brighter{
    margin-left: -504px;
  }
  .subcribe_button {
    margin-bottom: 1px !important;
  }
  .second_side_bar .subpage{
    width: 300px;
    position:relative;
  }
  .second_side_bar ul{
    font-size: 15px;
  }
  .second_side_bar h1{
    font-size: 50px;
  }
  .second_side_bar h2{
    font-size: 40px;
  }
  .second_side_bar h3{
    font-size: 25px;
    margin-bottom:30px;
  }
  .second_side_bar p{
    font-size: 13px;
    margin-top: 10px;
  }
  .second_side_bar ul li{
    font-size: 12px;
  }
  .files_container_2 h2 {
    margin-top: 20px;
  }

  .wedding_page .subpage h1{
    font-size: 38px;
  }
  .second_side_bar.brighter{
    /*width: 320px;
                margin-left: -400px;  = width + 345px = 385 + 345 = 730px */
  }
  .promotion_page h1 {
    font-size: 40px !important;
    margin: 10px 0;
  }
  .promotion_page p {
    font-size: 15px;
    margin: 10px 0;
  }


  .contact_page{
    width: 1500px;
  }

  .booking_form p {
    margin: 18px 0;
  }

  .booking_form textarea {
    height: 90px;
  }
  .images_grid_item a span{
    font-size: 20px;
  }
  .rnd_gallery #images>table a.hasborder {
    border: 3px solid #c9b3bc;
    border-radius: 5px;
  }
  .rnd_gallery #images>table a span{
    padding: 10px;
    font-size: 10px;
    letter-spacing: 2px;
  }
  .rnd_gallery.big{
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform-origin:left top;
    -webkit-transform-origin:left top;
    -moz-transform-origin:left top;
    -ms-transform-origin:left top;
    -o-transform-origin:left top;
  }
  .page.downloadpage h1{
    margin: 10px 0 0 0 !important;
  }
  .contact_map {
    float: left;
    width: 500px;
    height: 100%;
  }
  .contact_map #contact_address{
    width: 100%;
    height: 650px;
  }
  .wedding_logos {
    width : 700px;
  }
  .wedding_logos img {
    max-width: 150px;
  }

  /***
  
  **/
  #nav_item>ul>li>a, .sidebar p {
    font-size: 11px;
  }

  #nav_item>ul>li>ul>li>a {
    font-size: 9px;
  }
  #nav_item>ul {
    line-height: 24px !important;
  }
  .sidebar{
    width: 165px;
  }

  .tile_title h1 {
    font-size: 30px;
    min-height: 65px;
  }
  .tile_title p {
    font-size: 14px;
  }
  .promotion_tile h1 {
    font-size: 34px;
  }
  .page h1{
    font-size: 80px;
  }
  .page p {
    font-size: 14px;
  }
  .file_block {
    width: 100px;
    padding-top: 120px;
  }
  .file2_block{
    width: 280px;
    background-position: 50% 4px;
    background-size: 318px 110px;
  }
  .file2_block img {
    width: 270px;
  }
  .address{
    font-size: 10px !important;
  }

  .page.downloadpage p{
    font-size: 12px
  }

}