body {
	width: 100%;
	margin: -8px;
}


.photo-mtv {
  width: 40%;
}

.photo-mtv img {
  width: 100%;
}

.mtv-desc {
  width: 50%;
}

.mtv-container {
  display: flex;
  justify-content: space-between;
}

.about-container {
  display: flex;
  justify-content: space-between;
}

.about-text {
  width: 500px;
}

.pdf {
  text-align: center; 
  display: inline-block;
  float: right;
  margin-top: -465px;
}

.pdf img {
  display:block; 
  margin-top: 9px;
  margin-right: 0px;
  width: 550px;
  border: none;
  text-decoration: none;
}

.pdf:before{
  content: 'Download:';
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
  text-decoration-line: none;
  color: #666;
}

.container {
  width: 300px;
  height: 100%;
  text-align: center;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.icon-menu { color: white; }
.men { color: white; }

.pulse-button {
  position: relative;
  margin-top: 550px;
  display: block;
  width: 300px;
  height: 300px;
  font-size: 1.3em;
  font-weight: light;
  font-family: 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 100px;
  letter-spacing: -1px;
  color: white;
  border: none;
  border-radius: 50%;
  background: url(img/logo.png) center no-repeat;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  -webkit-animation: none;
}



video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  background: url('sky.jpg') no-repeat;
  background-size: cover;
  filter: grayscale(0.7) blur(20px);
  transition: 1s opacity;
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.background:first-child {
  background-image: url(http://s8.postimg.org/lf2udl5np/4_Aihmii.jpg);
  -webkit-transform: translateY(-15vh);
          transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background:nth-child(2) {
  background-image: url(http://s8.postimg.org/ow4wgk4px/ugqti_Lg.jpg);
}
.background:nth-child(3) {
  background-image: url(http://s8.postimg.org/grwsbtiat/x_ZMOBTj.jpg);
}

/* Set stacking context of slides */
.background:nth-child(1) {
  z-index: 3;
}

.background:nth-child(2) {
  z-index: 2;
}

.background:nth-child(3) {
  z-index: 1;
}

.content-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
.content-title {
  font-size: 12vh;
  line-height: 1.4;
}

.background.up-scroll {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background.up-scroll + .background {
  -webkit-transform: translate3d(0, 30vh, 0);
          transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
}

.background.down-scroll {
  -webkit-transform: translate3d(0, -130vh, 0);
          transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}


@import url(http://fonts.googleapis.com/css?family=Roboto:100,300);
*, *:before, *:after {
  margin: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}


.intro {
  position: relative;
  height: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);

}
.intro img {
  position: relative;
  display: block;
  width: 100%;
  height: 1100px;
  z-index: 1;
  mix-blend-mode: multiply;
}

.intro .caption {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  color: white;
}
.intro .caption h1 {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
  width: 70%;
  font-size: 3vw;
}

.intro .overlay {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.intro .overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.copy {
  width: 100%;
  max-width: 60rem;
  height: 200%;
  margin: 0 auto;
  padding: 10vw 5vw 0 5vw;
  color: #476d80;
  font-weight: 300;
}
.copy p {
  margin-bottom: 1.5rem;
}

.copy .teaser {
  font-size: 1.6rem;
  text-align: center;
}




.gr {
  width: 480px;
  height: 360px;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.spinner {
  display: block; 
  position: absolute;
  margin: auto;
  background-color: white;
  width: 100%;
  height: 150%;
  text-align: center;
  font-size: 10px;
  z-index: 999;
}

.spinner > div {
  background-color: #333;
  margin-top: 15%;
  height: 40px;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

      #map {
        width: 550px;
        height: 350px;
        margin-top: -820px;
        float: right;
      }

.main {
	position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: 5;
}

.i {
    min-height: 100%;
  min-width: 1024px;
  
  /* Set up proportionate scaling */
  width: auto;
  height: auto;
}

.logo {
	position: fixed;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -30%);
	z-index: 6;
}

.gray {

	filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	-webkit-transition:all 1s ease;
  	-moz-transition:all 1s ease;
  	-ms-transition:all 1s ease;
  	-o-transition:all 1s ease;
  	transition: all 1s ease;

}

@media screen and (min-width: 1025px) {
.menu {
  display:inline;
  height: 100%;
  top: 0px;
    /* start off behind the scenes */
  width: 285px;
  z-index: 3;

}

/* Basic styling */

.menu ul li{
  display: inline;
}
.icon-close {
  height: 76px;
  background-image: none;
}

.menu ul {
  float: right;
  display:inline;
  list-style-type: none;
  margin-top: -38px;
  margin-right: 120px;
  padding: 0;
}


.menu li {
  margin-right: 5px;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 500;
  font-style: normal
}

.line {
  line-height: 25px;
}

.menu a {
  color: #666;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

 a:hover {
  color: #0d3705;
}

}



.sli {
	background: url(img/ffs1.jpg) no-repeat center;
  background-size: cover;
	height: 850px;
	z-index: 1;
}

.tex {
  text-align: center;
	margin-top: -600px;
	z-index: 3;
}

.tex1 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	font-size: 50px;
}

.tandt {
  font-family: 'Open Sans Condensed', sans-serif;
  color: white;
  font-size: 50px;
  margin-bottom: 420px; 
}

.about {
	background: white;
	background-size: 100%;
	margin-top: 235px;
	width: 100%;
	height: 350px;
	z-index: 1;
}

.round {
	margin-top: 300px;
	margin-left: 50%;
	transform: translate(-33%, 0);
    background: url(img/round1.jpg) no-repeat; 
    background-size: 325px;
    width: 500px;
    height: 500px; 
}

.left {
	width: 490px;
	margin-left: 50px;
	margin-top: -500px;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	color: #666;
	}

.right {
	width: 490px;
	float: right;
	direction:RTL;
	margin-right: 40px;
	margin-top: -115px;
}

.di {

}

.footer {
	margin-bottom: 40px;
	padding-bottom: 40px;
	padding-top: 35px;
	clear: both;
	height: 260px;
	width: 100%;
	margin-left: 0px;
}

.ifooter {
	margin: 0 auto;
	width: 980px;
	z-index: 5;
}

hr {
	border-style: none;
	border-width: 0;
	background-color: #ddd;
}

h3 {

font-family: "brandon-grotesque";
color: #000;
font-size: 11px;
line-height: 40px;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
font-weight: 500;
font-style: normal
}

.foot {
	width: 330px;
	margin-top: 5px;
	font-size: 12px;
}

.foot2 {
	float: right;
  text-align: right;
	margin-top: -89px;
	font-size: 12px;
}

.innn {
	background: url(img/inn.jpg) no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  background-size: cover;
	height: 350px;
	z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inn {
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.innt {
  text-align: center;
	margin-top: -210px;
	z-index: 3;
}

.di1 {
	margin-top: 130px;
}

/* .di2{
	margin-top: 330px;
} */

.struct {
  margin: 0 auto;
  margin-top: 25px;
  width: 980px; 
}

.inn1 {
  background: url(img/slide1.jpg) no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  background-size: cover;
  height: 350px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

li {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
  color: #666;
}

.inn2 {
  background: url(img/train.jpg);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dd {
  display: inline-block;
  margin-left: 0px;
  margin-right: 30px;
  width: 300px;
  height: 250px;
}

.inn3 {
  background: url(img/theoretical.jpg) no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  background-size: cover;
  height: 350px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.innt1 {
  text-align: center;
  margin-top: -210px;
  z-index: 3;
}

.struct1 {
  margin: 0;
  margin-top: 60px;
  width: 350px; 
}

.photo-div {
  float: right;
  width: 550px;
  margin-top: -313px;
}

.photo-div img {
  width: 550px;
}

.photo-div2 {
  float: right;
  width: 550px;
  margin-top: -789px;
}

.photo-div2 img {
  width: 550px;
}

.inn4 {
  background: url(img/simulator.jpg) no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  background-size: cover;
  height: 350px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inn5 {
  background: url(img/hel.jpg) repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  background-size: cover;
  width: 100%;
  height: 350px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textarea {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
  outline: none !important;
}

.butt {
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "brandon-grotesque";
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  text-transform: none
}

.butt:hover {
  background-color: #666;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition: all 1s ease;
}

.cont {
  width: 370px;
  margin: 0 auto;
}

.inn6 {
  background: url(img/cont.jpg) no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  background-size: cover;
  width: 100%;
  height: 350px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width:1024px) and (orientation: landscape) {

.photo-mtv {
  width: 100%;
  margin-top: 30px;
}

.mtv-desc {
  width: 100%;
}

.mtv-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.ph {
  display: none;
}

.pdf {
display: none;
}

.tml { background: url(sky.jpg) #000 no-repeat center center fixed;
        background-size: cover;
       }
  #bgvid { display: none; }

.menu {
  position: fixed;
  overflow:auto;
  background: #fff;
  top: 0px;
  left: -100%;  
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 3;
}



.sli {
  background: url(img/ffs1.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}


.menu ul {
  border-top: 1px solid #636366;
  list-style: none;
  text-align: left;
  margin-top: -140px;
  padding: 0;
}

.menu li {
  border-bottom: 1px solid #636366;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 100%;
  line-height: 80px;
  margin-top: -5px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
}

.menu a {
  line-height: 80px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-close {
  position: absolute;
  right: 45px;
  top: 30px;
  cursor: pointer;
  background-image: url(img/close.png);
  background-position: left top; 
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-left: 15px;
  padding-left: 60px;
  padding-top: 70px;
  padding-bottom: 150px;
}

.men {
  position: fixed;
  width: 100%;
  height: 40px;
  background-color: #fff;
  z-index: 2;
}

.m{
  margin-bottom: 10px;
}

.icon-menu {
  position: fixed;
  color: #000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  letter-spacing: 10px;
  padding-bottom: 45px;
  padding-left: 30px;
  padding-top: 25px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
}

.footer {
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 35px;
  clear: both;
  height: 260px;
  width: 100%;
  margin-left: 0px;
}


.ifooter {
  margin: 0 auto;
  width: 820px;
  z-index: 5;
}

#map {
        width: 103.2%;
        height: 350px;
        margin-top: 30px;
        float: left;
        margin-left: -15px;
      }

.struct1 {

  text-align: center;
  margin-top: 60px;
  margin-left: 20px;

  width: 95%; 
}

.struct {
  margin: 0 auto;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; 
}

.inn2 {
  background: url(img/train.jpg);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.di2{
  margin-top: -80px;
}

.photo-div {
  width: 100%;
  margin-top: 70px;
  margin-left: -30px; 
}

.photo-div img {
  width: 100%;
}

.photo-div2 {
  width: 100%;
  margin-top: 70px;
  margin-left: -30px; 
}

.photo-div2 img {
  width: 100%;
}

p {
  font-size: 30px;
}

.footer p {
  font-size: 20px;
}

.footer h3 {
  font-size: 15px;
}

.foot2 {
  float: right;
  margin-top: -125px;
  font-size: 12px;
}

li {
  font-size: 30px;
}

h3 {
  font-size: 21px;
}

.textarea {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 30px;
  line-height: 50px;
  box-sizing: border-box;
  border-radius: 2px;
  outline: none !important;
}

.cont {
  width: 700px;
}

}

@media screen and (max-width:1024px) and (orientation:portrait) {
.inn1, .inn2, .inn3, .inn4, .inn5, .inn6, .innn {
  padding-top: 100px;
}

.about-container {
  flex-direction: column;
  margin-top: -30px !important;
}

.about-container h3 {
  margin-bottom: 20px;
}

.about-image {
  width: 90vw !important;
  height: auto !important;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
}

.about-text {
  width: 90vw;
}

.photo-mtv {
  width: 100%;
  margin-top: 30px;
}

.mtv-desc {
  width: 100%;
}

.mtv-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.ph {
  display: none;
}

.pdf {
display: none;
}

.container {
  width: 500px;
  height: 100%;
  text-align: center;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
  .pulse-button {
  position: relative;
  margin-top: 500px;
  display: block;
  width: 500px;
  height: 500px;
  font-size: 1.3em;
  font-weight: light;
  font-family: 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 100px;
  letter-spacing: -1px;
  color: white;
  border: none;
  border-radius: 50%;
  background: url(img/logo.png) center no-repeat;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.tml { background: url(sky.jpg) no-repeat center center fixed;
        background-size: cover;
       }
  #bgvid { display: none; }

.menu {
  position: fixed;
  background: #fff;
  top: 0px;
  left: -100%;  
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 3;
}




.menu ul {
  border-top: 1px solid #636366;
  list-style: none;
  text-align: left;
  margin-top: 148px;
  padding: 0;
}

.menu li {
  border-bottom: 1px solid #636366;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 100%;
  font-size: 30px;
  line-height: 200px;
  margin-top: 10px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
}

.menu a {
  color: #000;
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-close {
  position: absolute;
  right: 45px;
  top: 30px;
  cursor: pointer;
  background-image: url(img/close.png);
  background-position: left top; 
  background-repeat: no-repeat;
  background-size: 45px 45px;
  margin-top: 20px;
  margin-left: 15px;
  padding-left: 60px;
  padding-top: 70px;
  padding-bottom: 150px;
  height: 130px;
}

.men {
  position: fixed;
  width: 100%;
  height: 130px;
  background-color: #fff;
  z-index: 2;
}

.m{
  margin-bottom: 10px;
}

.icon-menu {
  position: fixed;
  color: #000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  letter-spacing: 10px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-top: 40px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
}

.icon-menu i {
  margin-right: 20px;
  width: 10px;
}

.footer {
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 35px;
  clear: both;
  height: 260px;
  width: 100%;
  margin-left: 0px;
}


.ifooter {
  margin: 0 auto;
  width: 865px;
  z-index: 5;
}

#map {
        width: 103.2%;
        height: 350px;
        margin-top: 30px;
        float: left;
        margin-left: -15px;
      }

.struct1 {

  text-align: center;
  margin-top: 60px;
  margin-left: 20px;

  width: 95%; 
}

.struct {
  margin: 0 auto;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  width: 100%; 
}

.inn2 {
  background: url(img/train.jpg);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.di2{
  margin-top: -80px;
}

.photo-div {
  width: 100%;
  margin-top: 70px;
  margin-left: -30px; 
}

.photo-div img {
  width: 100%;
}

.photo-div2 {
  width: 100%;
  margin-top: 70px;
  margin-left: -30px; 
}

.photo-div2 img {
  width: 100%;
}

p {
  font-size: 40px;
}

.footer p {
  font-size: 25px;
}

.footer h3 {
  font-size: 15px;
}

.foot {
  width: 470px;
}

.foot2 {
  float: right;
  /* width: 235px; */
  margin-top: -195px;
  font-size: 12px;
}

li {
  font-size: 40px;
}

h3 {
  font-size: 30px;
  margin-top: 30px;
}

.textarea {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 30px;
  line-height: 50px;
  box-sizing: border-box;
  border-radius: 2px;
  outline: none !important;
}

.cont {
  width: 700px;
}

}

@media screen and (max-width:860px){
  .ifooter {
    margin: 0 auto;
    width: 720px;
    z-index: 5;
  }
}

@media screen and (max-width:750px){

  .ifooter {
    margin: 0 auto;
    width: 680px;
    z-index: 5;
  }

}

@media screen and (max-width:640px){

  .ifooter {
    margin: 0 auto;
    width: 580px;
    z-index: 5;
  }

}

@media screen and (max-width:540px){

.ifooter {
  margin: 0 auto;
  width: 480px;
  z-index: 5;
}

.foot {
  width: 270px;
  margin-top: 5px;
  font-size: 12px;
}

.foot2 {
  float: right;
  margin-top: -197px;
  font-size: 12px;
}

#map {
        width: 106.3%;
        height: 350px;
        margin-top: 30px;
        float: left;
        margin-left: -15px;
      }

}
