@media screen and (min-width: 1280px) {
  body {
    margin: 0;
  }
  .box_row {
        margin-bottom: 14px;
    }
	.box_cell.box_r_1.box_c_1 {
        width: 1140px;
        height: 400px;
    }
	.box_cell {
        display: inline-block;
        position: relative;
        border: 1px gold solid;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-position: center;
        background-size: cover;
        cursor: pointer;
        opacity: 1;
        transition: opacity 1s;
	}
	.box_cell.box_r_3.box_c_1 {
        width: 478px;
        height: 187px;
        margin-right: 14px;
    }
	.box_cell.box_r_3.box_c_2 {
        width: 358px;
        height: 187px;
        margin-right: 14px;
    }
	.box_cell.box_r_3.box_c_3 {
        width: 276px;
        height: 187px;
    }
	.box_row.box_r_2.box_t_3 {
        margin-bottom: 14px;
    }
	.box_cell.box_r_2.box_c_1 {
		width: 478px;
		height: 320px;
		margin-right: 14px;
	}
	.box_cell.box_r_2.box_c_2 {
		width: 648px;
		height: 320px;
	}
	.box_cell.box_r_3A.box_c_1 {
		width: 276px;
		height: 187px;
		margin-right: 14px;
	}
	.box_cell.box_r_3A.box_c_2 {
        width: 478px;
        height: 187px;
        margin-right: 14px;
    }
	.box_cell.box_r_3A.box_c_3 {
        width: 358px;
        height: 187px;
    }
	.box_cell.box_r_2A.box_c_1 {
		width: 648px;
		height: 320px;
		margin-right: 14px;
	}
	.box_cell.box_r_2A.box_c_2 {
		width: 478px;
		height: 320px;
	}
  .header,
  .header_subtitle {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    height: 50px;
    border-bottom: 1px solid gold;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.8);
    transition: background 0.7s;
  }
  .header_subtitle {
    top: 71px;
    z-index: 3;
    height: auto;
    padding-block: 5px;
    /* padding-left: 517px; */
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.5);
    background: #333;
	/* font-variant: small-caps; */
  }
    .sliding-link.active{
        color:gold;
    }
   .subtitle {
    position: relative;
    left: 50%;
    transform: translateX(-446px);
	text-shadow: 0 0 5px black, 0 0 3px black, 0 0 1px black;
	width: 960px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14.5px;
    top: 6px;
    text-align: center;
  }
  .contact_us{
	text-shadow: 0 0 5px black, 0 0 3px black, 0 0 1px black;
  }
  .header > .link_home > .logo {
    width: 55px;
	top: 50%;
	margin-top: -27px;
    left: 50%;
    position: absolute;
    margin-left: -570px;
    width: 245px;
	        width: 115px;
  }
  .header > .navigation {
    font-family: "Candara";
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -570px;
    margin-top: -18px;
  }
  .menu {
    margin-top: 10px;
  }
  [aria-current] {
    font-weight: 800;
  }

  .header.fat {
	z-index: 4;
    background: #3b3b3b00;
  }

  /*header slim desktop*/
  .header.slim {
    background: #3b3b3b;
  }

  .header > .navigation .menu-item:nth-child(1) {
    border: none;
  }
  .menu-item {
    cursor:pointer;
    display: inline-block;
    color: white;
    padding: 0 30px;
    border-left: 1px white solid;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    opacity: 1;
    transition: opacity 1s;
  }
  .menu-item:hover {
    opacity: 0.7;
  }

  .background {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    overflow: hidden;
    background: #030303;
    z-index: -1;
    text-align: center;
  }
  .background > .player {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 50%;
    margin-left: 0;
	opacity:0.3;
  }
  /* .container {
    width: 1140px;
    left: 50%;
    position: relative;
    margin-left: -570px;
    top: 0;
    margin-top: 90px;
    margin-bottom: 28px;
  } */

  
  .container {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 28px;
    transition:none;
    left:100%;
  }
  .container.listanova{
      margin-top: 100px;
  }

  .home.container {
    margin-top: 100px;
    margin-bottom:0;
  }

  .container_menu {
    display: none;
  }
  .footer {
      position:fixed;
    margin: 0;
    margin-top: 20px;
    color: white;
    font-family: "Candara";
    text-align: center;
    padding: 20px 0px;
    border-top: solid 1px gold;
    background: #303030;
    left: 0;
    width: 100%;
    bottom:0;
    top:unset;
  }
  .footer > span {
    color: gold;
  }
  .realized{
	  position: absolute;
	  top: calc(50% - 10px);
	  right: 40px;
  }
  #main {
    margin-top: 50px;
    left: 50%;
    width: 1140px;
    position: relative;
    margin-left: -570px;
  }
  .footer_class {
    display: inline-block;
  }
  .contact_form,
  .privacy_policy {
    position: relative;
    width: 1140px;
/*    left: 50%;*/
  /*  margin-left: -570px;*/
    color: white;
  }
  .restore-item {
    color: gold;
  }

  .navigation_mobile {
    display: none;
  }
}