/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GLOBAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body, html {
}



h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  
}

h2 {
  
}

h3 {
  
}

h4 {
  
}

h5 {
  
}

h6 {
  
}

ul {

}

li {

}

p {
  
}


strong {
  font-weight: 600;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.tcenter {
  text-align: center;
}

.stretch {
  width: 100%;
  height: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

section {
  clear: both;
  width: 100%;
  position: relative;
}

.wrapper {
    width: 970px;
    /*width: 95%;*/
    margin: 0 auto;
    position: relative;
}



#pgsec1 {
  margin: 0 2%;
  background: #0190d6;
  padding: 20px;
}

#pgsec1 .fleft {
  float: left;
  text-align: center;
  width: 33%;
  padding: 5% 0 0;
  color: #fff;
  line-height: 25px;
  font: 400 normal 16px/16px Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#playbtn {
  display: block; 
  border-top: 1px solid #ddd; 
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  margin-bottom: 10px;
}
#pgsec1 .fright {
  float: right;
  width: 66%;
  position: relative;
  padding-bottom: 35%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

#pgsec1 .fright iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#pgsec2 a {
  color: #0190d6;
}

#pgsec2 a:hover {
  color: #7a7a7a;
}

/* sec2 */

#pgsec2 {
  margin: 0 2%;
  background: #383838;
  padding: 20px;
}

#pgsec2 .fleft {
  float: left;
  text-align: center;
  width: 33%;
  padding: 5% 0 0;
  color: #fff;
  line-height: 25px;
    font: 400 normal 16px/16px Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#pgsec2 .fright {
  float: right;
  width: 66%;
  position: relative;
  background: url(../images/pres-thumb.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#pgsec2 .fright a #startbtn {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -90px;
  -webkit-transition: all .5s;
  -moz-transition: all.5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#pgsec2 .fright a:hover > #startbtn {
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
}

#presentation-gallery {
  position: absolute;
  left: -500%;
  top: -500%;
}

#tourbtn {
  display: block;
  width: 300px;
  padding: 2em 0;
  margin: 0 auto;
}

#tourbtn img {
  width: 100%;
  height: auto;
}