
@font-face{ 
    font-family: "Poppins"; 
    src: local('☺'), url('../media/fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
}
@font-face{ 
    font-family: "Poppins"; 
    src: local('☺'), url('../media/fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
}
@font-face{ 
    font-family: "Poppins"; 
    src: local('☺'), url('../media/fonts/Poppins-Bold.woff') format('woff');
    font-weight: 700;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

::placeholder {
  color: #999999;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #999999;
}


::-webkit-scrollbar {
  width: 8px;
  height: 8px;
 
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 2px;
}
::-webkit-scrollbar-thumb {
  background: #cccccc; /**/
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}
::-webkit-scrollbar-track {
  background-color: white;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


.relative_block{
  position: relative;
  display: inline-block;
}


input[type=text], input[type="email"], input[type="checkbox"], textarea::-ms-clear {
    display: none;
}
input[type="text"], input[type="email"], input[type="checkbox"], textarea:focus {
  outline: none;
}
input[type="text"], input[type="email"], textarea {
  display: inline-block;
  font-family: Poppins;
  font-size: 16px;
  /*color: #999999;*/
  margin: 5px;
  margin-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding: 10px;
  box-shadow: none;
  
  border-width: 2px;
  border-style:solid;
  border-color: #cccccc;
  border-radius: 10px;
 resize: vertical; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

.input_optin{
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.optin_privacy{
  margin-top: 8px;
  font-size: 12px;
  font-family: Oxygen;
  font-style: italic;
}

.optin_labels{
    position: relative;
    display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-family: Oxygen;


  }


select {
    /*height: 34px;*/
    position: relative;
    display: inline-block;
    font-family: Arial;
    padding: 8px;
    /*font-size: 18px;*/
    background-color: #ffffff;
    color: #333333;

    border: 0 !important;  /*Removes border*/
    border-width: 0px;
    border-radius: 8px;
    border-style: none;
    padding-left: 10px;
    padding-right: 45px;
    
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-image: url('../media/images/pulldown_arrow.svg');

    margin-right:10px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    outline:none;
    cursor: pointer;

    pointer-events: auto;
}

select::-ms-expand {
    display: none;
}

a, a:visited, a:hover, a:active, a:focus {
    color: inherit;
    outline: 0;
    cursor: pointer;
}



/* -------------------------- */
/* general                    */
/* -------------------------- */


body {
  margin:0;
  padding:0;
  background-color: white; /*#252525;*/
  width: 100%;
  height: 100%;

  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none; 
  -webkit-user-callout: none;
  -ms-touch-action: manipulation !important;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
}


.generic_holder{
  position: relative;
  display: inline-block;
}
.generic_holder_block{
  position: relative;
  display: block;
}
.generic_absolute{
  position: absolute;
  display: block;
}
#wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:0px;
  left: 0px;
  overflow: hidden;
  -ms-transform-origin: 0% 0%; /* IE 9 */
  -webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
  transform-origin: 0% 0%;
}

#scroller{
  position: absolute;
  display: block;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size:  0px; 
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#div_errors{
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    z-index: 1002;
    font-family: Arial, Helvetica;
    width: 100%;
    height: 100%;
    opacity: 1;
    font-size: 14px;
    color: #ffffff;
    background-color: #333333;
}


#div_loading{
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
 }




.centered_block {
  position: relative;
  display: block;
  text-align: center;
}


table td, table td * {
    vertical-align: top;
}

/*==========================================*/
/* welcome                                  */
/*==========================================*/


.scene_welcome{
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: white;
  /*background-color: rgba(34,34,34,1);*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.welcome_photo_holder{
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  background-color: rgba(34,34,34,1);
  background-repeat: no-repeat;
  background-size: cover;
}

.bestof_tag{
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
  width: 180px;
  height: auto;
}


.logo_welcome{
  position: absolute;
  display: block;
  left: 0px;
  top: 20px;
  width: 400px;
}

.logo_welcome_2{
  position: relative;
  display: inline-block;
  width: 400px;
}

.welcome_msg_panel{
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 20px;
  padding: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  color: white;
  font-size: 12pt;
  background-image: linear-gradient(#111111, #343344);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.welcome_msg{
  position: relative;
  display: inline-block;
}


.welcome_hdr{
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 13pt;
}

.welcome_tag{
  position: absolute;
  display: block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: white;
  color: white;
  font-size: 30pt;
}

.welcome_button{
    position: relative;
    display: inline-block;
    padding: 10px;
    padding-left:24px;
    padding-right: 24px;
    margin:6px;

    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
  
    border-radius: 50px;
    pointer-events: auto;
    cursor: pointer;
    background-color: #5BD3FF;
}
.welcome_button:hover {
  background-color: white;
}





.intro_button{
    position: relative;
    display: inline-block;
    padding: 10px;
    padding-left:24px;
    padding-right: 24px;
    margin:6px;

    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
  
    border-radius: 50px;
    pointer-events: auto;
    cursor: pointer;
    background-color: #8143FF;
}


.ecard_button{
    position: relative;
    display: inline-block;
    padding: 10px;
    padding-left:24px;
    padding-right: 24px;
    margin:6px;

    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
  
    border-radius: 50px;
    pointer-events: auto;
    cursor: pointer;
    background-color: #66ba36;
}



.scroll_arrow{
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  bottom: 0px;
  left:0px;
  background-image: url("../media/scroll_arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*==========================================*/
/* intro                                    */
/*==========================================*/

.scene_intro{
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 30px;
  padding-top: 20px;


  font-family: 'Poppins', sans-serif;
  color: #666666;
  text-align: left;

  background-color: white;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}



/*==========================================*/
/* list                                    */
/*==========================================*/

.scene_list{
  position: relative;
  display: inline-block;
  
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;

  width: calc(100% - 20px);
  margin: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
  overflow: hidden;
 
  font-family: 'Poppins', sans-serif;
  color: white;
  text-align: left;

  background-color: white;
  background-image: linear-gradient(#000000, #563583 100%);

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

/*==========================================*/
/* feature                                   */
/*==========================================*/

.scene_feature{
  position: relative;
  display: inline-block;
  
  /*
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
*/
  width: calc(100% - 20px);
  margin: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
  overflow: hidden;
 
  font-family: 'Poppins', sans-serif;
  color: #666666;
  text-align: center;

  background-color: white;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}


.feature_image{
  position: absolute;
  display: block;
  pointer-events: none;
}

.feature_sizer{
  position: relative;
  display: inline-block;
  pointer-events: none;
}

/*==========================================*/
/* photo grid                               */
/*==========================================*/

.scene_photogrid{
  position: relative;
  display: inline-block;
 padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;

  width: calc(100% - 20px);
  margin: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
  overflow: hidden;
 
   font-family: 'Poppins', sans-serif;
  color: #cccccc;
  text-align: left;
  background: #222222;

  background-image: linear-gradient(#111111, #343344);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.photo_holder{
  position: relative;
  display: inline-block;
  margin: 2px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 border-radius: 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.photo_button{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  /*border: 2px solid #666666;*/
  border-radius: 20px;
  pointer-events: auto;
  cursor: pointer;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.photo_button:hover{
  /* border: 2px solid #ffffff;*/
}


.photo_popup_panel{
  position: absolute;
  display: block;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  z-index: 10010;
  pointer-events: auto;
  background: rgba(0,0,0,0.8);
}

.popup_photo_holder{
    position: absolute;
    display: block;
    border: 2px solid #999999;
    border-radius: 26px; 
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    pointer-events: auto;
}

.popup_photo_msg{
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;

  font-family: 'Poppins', sans-serif;
  font-size: 11pt;
  color: white;
  text-align: left;

  width: 100%;
  padding: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  pointer-events: none;
  
  background-color: rgba(0,0,0,0.5);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.popup_photo_msg ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

.popup_photo_msg li{
  padding-bottom: 8px;
  padding-left: 24px; 
}



.gallery_prev{
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    left: 14px;
    top: 50%;
    margin-top: -30px;
    background: url('../media/icon_prev.svg');
    cursor:pointer;
}

 .gallery_next{
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    right: 14px;
    top: 50%;
    margin-top: -30px;
    background: url('../media/icon_next.svg');
    cursor:pointer;
}


.gallery_close{
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 14px;
    right: 14px;
    background: url('../media/icon_close.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor:pointer;
}


/*==========================================*/
/* specials                                  */
/*==========================================*/

.scene_specials{
  position: relative;
  display: inline-block;
 padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;

  width: calc(100% - 20px);
  margin: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
  overflow: hidden;


 font-family: 'Poppins', sans-serif;
  color: white;
  text-align: left;

   background-color: black;
    background-image: linear-gradient(#111111, #343344);


    /*background: linear-gradient( #343344 0%, #111 20%,#111 80%, #343344 100%);*/
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.specials_scroller{
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  height: calc(1350px * .42);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.specials_holder{
  position: relative;
  display: inline-block;
  margin: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 border-radius: 20px;
   border: 2px solid #666666;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.specials_image{
  position: absolute;
  display: block;
  top:8px;
  bottom:8px;
  left:8px;
  right:8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.specials_block{
  position: absolute;
  display: block;
  width: calc(1080px * .42);
  height: calc(1350px * .42);
  padding: 0px;
  text-align: center;
  transform:translate3d(0,0,0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  border: 2px solid #666666;
  border-radius: 20px ;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}


.specials_link{
 position: absolute;
  display: block;
  bottom: 12px;
  right: 12px;
  height: 32px;
  cursor: pointer;
}
/*==========================================*/
/* map                                      */
/*==========================================*/

.scene_map{
  position: relative;
  display: inline-block;
  width: 100%;
  
  margin: 0px;
  padding: 30px;
  padding-top: 20px;


  font-family: 'Poppins', sans-serif;
  color: #cccccc;
  text-align: left;


  background: linear-gradient(#111, #343344);
  /*background-color: #222222;*/
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.map_table{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px;
  vertical-align: top;
}
.contact_map{
  position: relative;
  display: inline-block;
  border:0px;
  border-radius: 30px;
}


/*------------------------*/
/* contact form           */
/*------------------------*/


.contact_form_block{
  position: relative;
  display: inline-block;
  margin-top: 20px;
  text-align: left;
}


input[type="submit"], .green_button{
  position: relative;
  display: inline-block;
  padding: 10px;
  padding-left:30px;
  padding-right: 30px;

  margin-top: 12px;
  color: white;
  font-family: 'Oxygen';
  font-weight: bold;
  font-size: 18px;
  text-align: center;

  border-radius: 100px;
  pointer-events: auto;
  cursor: pointer;
  background-color: #75c375; box-shadow: none;

  border-width: 0px;
  border-style:solid;
}

input[type=submit], textarea::-ms-clear {
    display: none;
}

input[type="submit"], textarea:focus {
  outline: none;
}






.header{
  position: relative;
  display: block; 
  font-weight: 500;
  font-style: normal;
  font-size: 20pt;
  pointer-events: none;
  margin-bottom: 10px;
}


.body_msg{
  position: relative;
  display: block;
  text-align: left;
  pointer-events: none;
  font-weight: 400;
  font-style: normal;
  font-size: 12pt;
}

.body_msg_red{
  position: relative;
  display: block;
  text-align: left;
  pointer-events: none;
  font-weight: 400;
  font-style: bold;
  font-size: 12pt;
  color: #ff3333;
}

.body_msg_pink{
  position: relative;
  display: block;
  text-align: left;
  pointer-events: none;
  font-weight: 400;
  font-style: bold;
  font-size: 12pt;
  color: #e656ff;
}

.body_msg_centered{
  position: relative;
  display: block;
  text-align: center;
  pointer-events: none;
  font-family: 'Oxygen', sans-serif;
  _color: #999999;
  font-size: 10pt;
}



/*------------------------*/
/* nav                    */
/*------------------------*/

#div_nav{
  position: absolute;
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  text-align: right;
  background-color: #309FD5;
  -webkit-text-size-adjust: 100%;
  white-space: nowrap;

}


.nav_block{
  position: relative;
  display: inline-block;
}

.nav_button{
  position: relative;
  display: inline-block;
  line-height: 50px;
  color: #8143FF;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
  margin: 2px;
  margin-top: 5px;
  font-size: 16pt;
  letter-spacing: 0.5pt;
  vertical-align: middle;
  -webkit-transition: border-color 0.25s; /* Safari */
  transition: border-color 0.25s;
}

.nav_button:hover{
  border-color: rgba(255,255,255,.20);
  cursor: pointer;
 /*  border-bottom: 3px solid white;*/
}




/* ================================*/
/* corner menu                     */
/* ================================*/


.menu_button{
    position: fixed;
    display: block;
    top: 10px;
    right:10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
   /* border: 2px solid #cccccc; */
    border-radius: 20px 0px 20px 20px;
    pointer-events: auto; 
    background-size: 50px 50px;
    background-repeat: no-repeat;
    z-index: 1000;
    background-image: url('../media/menu_button.svg');
}

.nav_block{
    position: fixed;
    display: none;
    z-index: 10001;
    top: 10px;
    right: 10px;

    padding: 60px 20px 20px 20px;
    font-size: 24px;
    /* border: 2px solid #cccccc; */
    border-radius: 20px 0px 20px 20px;
    background-color: #ffffff;
    -ms-transform-origin: 100% 0%; /* IE 9 */
    -webkit-transform-origin: 100% 0%; /* Chrome, Safari, Opera */
    transform-origin: 100% 0%;

}

.nav_button_mobile{
  position: relative;
  display: inline-block;
  color: #666666;
  font-size: 18px;
  line-height: 36px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 10px;
  font-family: 'Poppins', sans-serif;
  pointer-events: auto;
  padding-left: 4px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}

.nav_button_mobile:hover{
  color: #8143FF;
  cursor: pointer;
  padding-left: 4px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}

.nav_cancel{
    position: fixed;
    display: block;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,.0);
    pointer-events: auto;
}






.loader{
  position: absolute;
  display: block;
  left:0px;
  top:0px;
  opacity: 1;
  width:100%;
  height:100%;
  z-index: 100;
  background-color: #222222;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner{
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 80px;
  /*background-image: url('../media/flower_orange.svg');*/
  animation: spinner 1.2s ease infinite;
}



/* contact */
.contact_ok{
  position: absolute;
  display: none;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  pointer-events: none;
  background-color: rgba(255,255,255,0.6);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  background-image: url('../media/contact_check.svg'); 
}



.scene_gallery{
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
  color: #cccccc;
  text-align: left;
  background-color: #666666;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}





/* -------------------------- */
/* popups                     */
/* -------------------------- */

.popup_embedded{
  position: absolute;
  display: block;
  margin: 0px;
  padding: 0px;
  background-color: #666666;
  border-radius: 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}




/* -------------------------- */
/* gallery                    */
/* -------------------------- */

.scene_tidbits{
  position: relative;
  display: inline-block;
  width: 100%;

  margin: 0px; 
  padding: 30px;
  padding-top: 8px;

  font-family: 'Poppins', sans-serif;
  color: #333333;
  font-size: 12pt;
  color: white;
  text-align: left;

  text-align: left;
 /* background-color: white;*/
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}


.cast_block {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-color: black;*/
    overflow: hidden;
}

.cast_image_holder{
    position: absolute;
    display: block;
    left:0px;
    width: 100%;
    height: 100%;
    /* background-color: #333333;*/
    /*background-size: auto 100%;*/
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}


.tidbits_content{
  position: absolute;
  display: inline-block;
  left: 0px;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 14px;
  padding: 20px;
  padding-top: 12px;
  padding-bottom: 32px;
  pointer-events: none;

  
  background-color: rgba(0,0,0,0.5);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.tidbits_content ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

.tidbits_content li{
  padding-bottom: 8px;
  padding-left: 24px;
 
}

.cast_prev{
    position: absolute;
    display: inline-block;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 10px;
    margin-top: -32px;
    transform-origin: 0% 50%;
    background: url('../media/gallery_prev.svg');
}
.cast_prev:hover{
    cursor:pointer;
}
 .cast_next{
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    top: 50%;
    right: 10px;
    margin-top: -32px;
    cursor:pointer;
    transform-origin: 100% 50%;
    background: url('../media/gallery_next.svg');
}
.cast_next:hover{
    cursor:pointer;
}

.cast_close{
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    top: 4px;
    right: 4px;
    background: url('../media/icon_close.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.cast_close:hover{
    cursor:pointer;
}

.tidbit_dot_holder{
  position: absolute;
  display: block;
  left:0px;
  bottom:0px;
  width:100%;
  height:26px;
  padding: 0px;
  text-align: center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  pointer-events: none;

}

.tidbit_dot{
  position: relative;
  display: inline-block;
  top:0px;
  width: 12px;
  height: 12px;
  margin: 0px;
  margin-left: 2px;
  margin-right: 2px;
  border: 2px solid white;
  border-radius: 6px;
  background-color: rgba(50,50,50,0.7);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}


.social_holder{
  position: absolute;
  display: block;
  width: 100%;
  height: 50px;
  left:0px;
  bottom:50px;
  text-align: center;
}
  
.social_link{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0px;
  margin-left: 5px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  cursor: pointer;
}

/*==========================================*/
/* media                                    */
/*==========================================*/

.scene_media{

  position: relative;
  display: inline-block;
  width: 100%;

  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;

  width: calc(100% - 20px);
  margin: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
  overflow: hidden;

  font-family: 'Poppins', sans-serif;
  color: #cccccc;
  text-align: left;
  background-image: linear-gradient(#111111, #343344);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.media_scroller{
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  height: 340px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}





.media_block{
  position: absolute;
  display: block;
  width: 220px;
  height: 340px;
  padding: 10px;
  text-align: center;
  transform:translate3d(0,0,0);

  border: 2px solid #666666;
  border-radius: 20px ;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.media_block:hover{
  border: 2px solid #ffffff;
}


.media_image{
  position: relative;
  display: block;
  width: 198px;
  height: 198px;

  border-radius: 10px ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}


.media_text{
  position: relative;
  display: block;
  margin: auto;

  font-family: 'Poppins', sans-serif;
  font-size: 11pt;
  color: #ffffff;
  text-align: center;
  padding: 10px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.media_link{
  position: absolute;
  display: block;
  bottom: 12px;
  right: 12px;
  height: 32px;
  cursor: pointer;
}


.debug_text{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  margin: 0px;
  padding: 10px;


  font-family: 'Poppins', sans-serif;
  font-size: 11pt;
  color: #ffffff;
  text-align: left;
  padding: 10px;
 
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}


/*==========================================*/
/* footer                                   */
/*==========================================*/

.scene_footer{
  position: relative;
  display: inline-block;
  width: 100%;
  
  margin: 0px;
  padding: 30px;
  padding-top: 20px;


  font-family: 'Poppins', sans-serif;
  color: #cccccc;
  text-align: center;


  background: linear-gradient(#111, #343344);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
