@font-face
{
  font-family: Raleway;
  src: url(../font/Raleway-Regular.ttf) format("truetype");
}
 
@font-face
{
  font-family: Raleway-bold;
  src: url(../font/Raleway-Bold.ttf) format("truetype");
}

@font-face
{
  font-family: Raleway-medium;
  src: url(../font/Raleway-Medium.ttf) format("truetype");
}

@font-face
{
  font-family: Raleway-italic;
  src: url(../font/Raleway-Italic.ttf) format("truetype");
}

@font-face
{
  font-family: Raleway-bold-italic;
  src: url(../font/Raleway-BoldItalic.ttf) format("truetype");
}
@font-face
{
  font-family: Raleway-extra-bold;
  src: url(../font/Raleway-ExtraBold.ttf) format("truetype");
}

*
{
  /* avoid grey flashing */
  -webkit-tap-highlight-color: rgba(0,0,0,0); 
}

body,html{
  height: 100%;
  font-family: Raleway, Arial, sans-serif;
  background-color: #f8f8f8;
}

.handOn{
  cursor: pointer;
}
.leftText{
  text-align: left;
}

.centerText{
  text-align: center;
}
/* Navigation core 1 */

.white{
    color: #fff;
}

.overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  top: 0px;
}
.overlay img{
  
}
.overlay input{
  position: absolute;
  height: 20px;
  bottom: 0px;
}

#overlay_flip_phone{
  width: 100%;
  height: 100%;
  background-color: #abc;
  z-index:1000;
  position:absolute;
  display: none;
}
/*
@media all and (max-width: 768px) {
  html{
    background-color: #abc;
  }
  #overlay_flip_phone{
    width: 100%;
    height: 100%;
    background-color: #abc;
    z-index:1000;
    position:absolute;
    display: block;
  }
}
*/
#super_wrapper{
  width: 1024px;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
}

@media all and (min-height: 704px){
  #super_wrapper{
    min-height: 704px;
    max-height: 768px;
  }
}
#wrapper{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

#wrapper_scroller{
  width: 50000px;
  height: 100%;
}



.TTP_page_one_image_basic{
    width: 1024px;
    height: 704px;
}



.chapter{
  width:1024px;
  height: 100%;
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
  background-repeat: no-repeat;
  /*background-position: center;*/
  position: relative;
}

.TTP_page_one_image_basic{
    width: 1024px;
    height: 704px;
  position: relative;
}


.navigation1_wrapper{
  width: 100%;
  position: absolute;
  bottom: 20px;
  /*border-left: 10px solid #C6168D;*/
  background-color: #ECECEC;
  box-shadow: 0 2px 7px #AAAAAA;
  font-family: Raleway, Arial;
  /*opacity: 0;*/
  display: none;
}
  .simulated_menu_border{
    width: 10px;
    height: 100%;
    position: absolute;
    background-color: #C6168D;    
  }
.navigation1_nav{
  height: 100%;
  background-color: #ECECEC;
  overflow: hidden; /*needed to avoid collapse from float/redundant clear:both*/
  height: 50px;
    display: table;
    margin: 0 auto;
}
.navigation1_button{
  min-width: 60px;
  padding: 0 15px;
  height: 50px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #C0C0C0;
}
    
/*lightboxes*/
.lightbox_close_regular, .lightbox_video_close{
  position: absolute;
  top: 50px;
  right: 60px;
  z-index: 2;
}

.infobox .lightbox_close_regular { top: 50px; right: 50px; }

.lightbox_close_video {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.lightbox_close:hover { cursor: pointer; }

.lightbox {
  top: 0px;
  left: 0px;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 4% 5%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAMUlEQVQIW2M0MjLazIAEGBkZjRmRBUEC////PwsXhAmANIEFkQXAgsbGxs9AWpDNBQAYLxapFZ9EfgAAAABJRU5ErkJggg==") repeat scroll 0 0 transparent;
  display: none;
  z-index:10000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.lightbox_content {
  width: 100%;
  height: 100%;
  background-color: #ECECEC;
  box-shadow: 0 5px 20px -4px #333;
  overflow: hidden;
}

/*slider elements*/
.slider_superwrapper
{
  width: 1024px;
  height: 100%;
  position: absolute;
  z-index:0;
  
}
.slider_wrapper
{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  
}
.slider_wrapper .slider_container
{
  width: 10000px;
  height: 100%;
}
.slider_superwrapper button
{
  z-index:1000;
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 40px;
  background-repeat: no-repeat; 
  top: 285px;
  background-color: transparent;
  border: none;
}
.slider_superwrapper .slider_btnL
{
  z-index:10;
  left: 15px;
}
.slider_superwrapper .slider_btnR
{
  z-index:1000;
  right: 15px;
}

.slider_ul
{
  margin: auto;
  overflow: hidden;
  text-align: center;
  list-style: none;
  margin: 8px auto;
  padding:0px;	
  z-index:1000;
  position:relative;
  bottom: 45px;
}
.slider_li
{
  background-repeat: no-repeat; 
  width: 15px;
  height: 15px;
  padding: 0px;
  margin: 0px 12px;
  float: left;
  background-color: #E9E9E9;
  border-radius: 20px;
  cursor: pointer;
  z-index: 2;
}
.slider_li_selected
{
  background-repeat: no-repeat; 
}
.slider_container
{
  width: 100%;
  height: 100%;
  float: left;
  /*color: #fff;*/
  margin: 0px;
  padding: 0px;
  -webkit-transition-property: -webkit-transform;
          -webkit-transition-duration: 0.5s;
          -webkit-transition-timing-function: ease-out;
}
.slider_element
{
  width: 922px;
  height: 622px;
  float: left;
  /*color: #fff;*/
  margin: 0px;
  padding: 0px;
  position: relative;
}

.splash_box{
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.splash_title, .splash_text, .splash_box, .splash_image, .splash_loader,.splash_counter{
  position: absolute !important;
  z-index: 9999999;
  font-family: Raleway-medium, Arial;-webkit-transform: translate3d(0px,0px,0px);
}

.splash_text{
  letter-spacing: 3px;
}


/* comment:Exclusively targeting IE 8 */
/*
@media \0screen {
  #super_wrapper{
    height: 768px;
  }
}
*/

.mt_splashscreen_bar_loader{
  position: absolute;
    width: 250px !important;
    height: 4px;
    z-index: 99999999999999;
    top: 510px;
    left: 481px;
    border: none;
}
