/*
* Project: Matrix Update
* Author: IDH-media
* Comments:Template File
* Template Basic
*
*/


  /* Default Template Info */
  .template_info, .template_title { background: rgba(0,0,0,0.6); padding: 15px 15px; margin-bottom: 5px; margin-top: 5px; color: #fff; font-family: Oswald; }

  /* Default Template Content*/
  .template_content { background: rgba(0,0,0,0.6); padding: 15px 15px; color: #fff; overflow-x:hidden; word-break:normal; }
  .template_content p { }
  .template_content iframe { min-height:300px; }


  /* Default Template Max Content*/
  .templat_content_max { display:block; max-height:750px; overflow-y:auto; }

  /* Default Template Info Text Black Background */
  .template_info { background: rgba(0,0,0,0.6); padding:10px 20px; margin-bottom:5px; margin-top:5px; color:#fff; font-weight:300; font-family: Oswald; }
  .template_info_text { font-weight:300; font-family: Oswald; }

  /* Default Template Image */
  .template_default_image { display:block; margin:0px 0px 0px 0px; width:100%; height:auto; }

  /* Default Container Widths */
  .template_default_container { max-width:980px; }

  /* NEWS */
  .news_content { height:400px; max-height:400px; margin-bottom:40px; }

  /* Dynamic Load */
  .idh_matrix_dynamic_load { display:block; }

  /* Formular */
  .drink_list { margin-top:5px; width:100%; background:transparent; border:0px; }
  .drink_list h5 { line-height:30px; }


  /* Additional Classes */
  .padding_down { margin:0px 0px 20px 0px; }


  /* Slider CSS */
  .template_slider,
  .template_slider .carousel-inner { position:absolute; top:0px; left:0px; right:0px; bottom:0px; }
  .template_slider .item { width:100%; height:100%; }
  .template_slider .slider_background_fill { background-size:cover; background-repeat:no-repeat; background-position:center center; width:100%; height:100%; }
  .template_slider .slider_navigation { width:100px; height:100px; position:absolute;  top: 50%; margin-top:-20px; color:#fff; text-align:center;}
  .template_slider .slider_navigation span { line-height:100px; }
  .template_slider .slider_navigation.slider_navigation_left { left:50px; }
  .template_slider .slider_navigation.slider_navigation_right { right:50px; }


  /* Video Screen fix */
  #youtube_video { display:block; margin:0px auto; }
  @media(min-width:992px) {  #youtube_video { height:440px;  width:calc(440px*16/9);  }}
  @media(max-width:991px) {  #youtube_video { height:400px; /* width:calc(400px*16/9); */ }}
  /* @media(max-width:768px) {  #youtube_video { height:370px; width:calc(370px*16/9);  }}  */
  @media(max-width:575px) {  #youtube_video { height:330px; /* width:calc(330px*16/9); */ }}
  /* @media(max-width:480px) {  #youtube_video { height: }} */
