

html {
    border:0;
    margin:0 auto;
    padding:0;
    height: 100%;
}
body {
    font-size: 130%;
    font-family: Verdana, Cachet-Medium, Arial, Tahoma, sans-serif;
    line-height: 1.4em;
    color:#000;
    margin:0 auto;
    padding:0;
    background-color: #ffffff;
}

 h1, h2, h3, h4, h5 {
     font-family: Cachet-Bold;
     font-weight:800;
     line-height: 1.2em;
     color: #039FDC;
 }

#maincontainer {
  /*  width:1000px; */
    margin: 0 auto;

    padding: 0px 0 0 0;

    position:relative;
    background-color:#FFFFFF;
}

#title {
 /*   background: #e53319;
    background: -moz-linear-gradient(top, #e53319 0%, #c6252a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e53319), color-stop(100%,#c6252a));
    background: -o-linear-gradient(top, #e53319 0%,#c6252a 100%);
    background: -ms-linear-gradient(top, #e53319 0%,#c6252a 100%);
    background: linear-gradient(to bottom, #e53319 0%,#c6252a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53319', endColorstr='#c6252a',GradientType=0 );
*/
    font: bold 2.0em Cachet-Medium, Arial, Georgia, Verdana;
    color: #039FDC;
    padding:20px 0 5px 0;
    margin: 5px 0 5px -15px;
    text-align:left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid black;
}

#datablock5 {
    padding: 5px;
    font-size:14px;
    line-height:1.0em;
    font-family:arial;
    text-align:left;
    margin-top:0;
    background-color:#fff;/*#F0F0F0;*/
}

#datablock5 img {
margin-bottom:5px;}

#block1ban img {width:200px;}
#block5ban img {width:200px;}

/* ################# LINKS ################ */
.articlebackground-00 {
  background-color:#2e2e2e; /*### White Background ###*/

  color:#111111;
}

.articlebackground-02 {
  background-color: #3B8EAC; /*### Blue Background ###*/

  color:#FFFFFF;
 
 
}
.articlebackground-03 {
  background-color: #7bc454; /*### Green Background ###*/
  
  color:#FFFFFF;
}
.articlebackground-04 {
  background-color: #d8852c; /*### Orange Background ###*/

  color:#FFFFFF;


}

.articlebackground-05 {
  background-color:#a15cd2; /*### Purple Background ###*/

  color:#FFFFFF;
}
#articlebackground2 {
    background-color: #cccccc;
}



/* ################ FOOTER ############### */

#footer-wrap {
    position: relative;
    bottom: 0;
    left: 0;
    min-width: 100%;
    margin: 0 auto;
}

#footer-container {
    width: 100%;
    min-height: 100px;
    margin: 0 auto;
    background: #01a3e1;
 /*IE9 SVG, needs conditional override of 'filter' to 'none' */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0587b7+0,00668c+100 */
background: #0587b7; /* Old browsers */
background: -moz-linear-gradient(top, #0587b7 0%, #00668c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0587b7 0%,#00668c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0587b7 0%,#00668c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0587b7', endColorstr='#00668c',GradientType=0 ); /* IE6-9 */

}
.footernav {
 /*  border-bottom:1px dashed #ccc; */
}
.footernav a:link {
    font-size:12px;
    padding: 0px 12px 0px 12px;
    font-weight:bold;
    color: #FFF;
    text-decoration: none;


}

.footernav a:visited {
    font-size:12px;
    padding: 0px 12px 0px 12px;
    font-weight:bold;
    color: #FFF;
    text-decoration: none;


}
.footernav a:hover{
    color: #000;
}

#footer {
    text-align:center;
    font-weight:bold;
    font-size:12px;
    /*color: #0085CF;*/
    min-height:100px;
    border-top: 1px dashed #0085CF;

}


/* ############# TPL BANNER ############# */

.tplban {
   /* background-image: url(/cms/assets/_core/images/aquatics-banner.png);
    background-repeat: repeat-x; */
/*background: #5EAFC0; /* Old browsers */
/*background: -moz-linear-gradient(top, #9CCFD8 0%, #5EAFC0 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1dbab0), color-stop(100%,#009b8b)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #9CCFD8 0%,#5EAFC0 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #9CCFD8 0%,#5EAFC0 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #9CCFD8 0%,#5EAFC0 100%); /* IE10+ */
/*background: linear-gradient(to bottom, #9CCFD8 0%,#5EAFC0 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9CCFD8', endColorstr='#5EAFC0',GradientType=0 ); /* IE6-9 */
background-image: url("blue-bkgrnd3.png");
background-repeat: no-repeat;
    font-family: Georgia, Tahoma;
    font-size: 2.3em;
    font-weight:600;
    font-style: italic;
    color: #d16500;
   /* text-align:left; */
   /* border: 1px solid #2483B5;
    padding: 9px 9px 9px 20px; */
    height: 50px;
    vertical-align: middle;
    }
@media only screen and (max-width: 768px) {
    .tplban {
        font-size: 1.5em;
    }
}

.ornament {
    background-image: url(/cms/assets/_core/images/ornament.png);
    width:36px;
    height:28px;
    position: relative;
    float:left;
    margin-right: 3px;
}
.number {
    position:relative;
    margin:2px 0 0 10px;
    float:left;
    font-size:14px;
    font-weight:800;
    color:#02bcff;
}
/*.olive {
    background-image: url(/cms/assets/_core/images/olive-header-back.jpg);
}
*/

.button {
    background:#057AB0;
    color:white;
    width:50%;
    font-size:12px;
    font-weight:800;
    padding:15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.button a:link, a:visited {
    color:#FFFFFF;
    text-decoration: none;


}
.button:hover {
    color:#FFFFFF;
    text-decoration: none;
}

.button300 {
  /*  background:#057AB0;
    color:white;
    width:85%px;
    font-size:14px;
    font-weight:800;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:6px;
    margin-bottom:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    background: #009887; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0NzVhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMWExZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #009887 0%, #10B39F 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#009887), color-stop(100%,#10B39F)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #009887 0%,#10B39F 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #009887 0%,#10B39F 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #009887 0%,#10B39F 100%); /* IE10+ */
    background: linear-gradient(to right, #009887 0%,#10B39F 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009887', endColorstr='#10B39F',GradientType=1 ); /* IE6-8 */ /*background of tabs (default state)*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    font-weight:800;
    font-size:14px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:6px;
    margin-bottom:10px;
    border-bottom: 1px solid #000;
}
.button300 a:link, a:visited {
    color:#FFFFFF;
    text-decoration: none;
}
.button300:hover {
    background: #10B39F; /* Old browsers */
    background: -moz-linear-gradient(left, #10B39F 0%, #009887 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#10B39F), color-stop(100%,#009887)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #10B39F 0%,#009887 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #10B39F 0%,#009887 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #10B39F 0%,#009887 100%); /* IE10+ */
    background: linear-gradient(to right, #10B39F 0%,#009887 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10B39F', endColorstr='#009887',GradientType=1 ); /* IE6-9 */
    color: white;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  z-index:2;
  margin:0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 100%;
  margin:0 auto;
 /* padding-left: 1.2%;
  padding-right: 1.2%; */
  z-index: 20;
  /* border-radius: 5px; */
 font: bold 1.8em Arial, Georgia, Verdana;
  color:#fff;


}

@media  (min-width: 770px) {
    #cssmenu {
        background-image: url(/cms/assets/_core/image/blue-bkgrnd.png);
        background-repeat:repeat-x repeat-y;
        padding-left: 2%;
    }
}


#cssmenu.align-center > ul {
  font-size: 0;
  /*text-align: center; */
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 13px 12px 13px 12px;
  font-size: 14px;
  color: #fff;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;

  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;

}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover
 {
  color: #fff;
  background-color:#029FDB ;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 11.5px; /* this is the postioning of the button */
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 3px;

  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;

}
#cssmenu ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 11px;
  top: 16.5px; /* this is the postioning of the arrow */
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  z-index: 99;


  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;

}
#cssmenu ul > li.has-sub:hover > a:before {
  border-top-color: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
}
#cssmenu > ul > li > ul {
  top: 91px;
  padding-top: 3px;
  border-radius: 5px;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 37px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  top: 40px;
}
#cssmenu ul ul > li:hover > ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 225px;
  padding: 12px 25px;
  font-size: 14px;   /* dropdown for mobile menu */
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  background: #029FDB;
  border-bottom:1px solid #999;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
  color: #333;
  background-color:#AFDAE1 ;
}
#cssmenu ul ul li:first-child > a {

}
#cssmenu ul ul li:last-child > a {

}
#cssmenu ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background: #3db2e1;
  background: -webkit-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -ms-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -moz-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -o-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: linear-gradient(to bottom, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #1c89b5;
}
#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #1c89b5;
}
@media all and (max-width: 770px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 770px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 770px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 770px), only screen and (min-device-pixel-ratio: 2) and (max-width: 770px), only screen and (min-resolution: 192dpi) and (max-width: 770px), only screen and (min-resolution: 2dpi) and (max-width: 770px) {
  #cssmenu {
    width: 100%%;
    background-color: #AFDAE1;
    margin-top:10px;
  }
  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
      }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
     background-color:#AFDAE1;
  }
  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  /*  background: none; */
  }
  #cssmenu ul li a {
    padding-left: 12.5px;
  }
  #cssmenu ul ul li a {
    padding: 14px 25px 14px 27.5px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 42.5px;

  }
  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    position: relative;
    z-index: auto;
    display: block;
    padding: 26px;
    padding-left: 12.5px;
    cursor: pointer;
    font-size: 14px;
    color: #029EDA;
       text-shadow: 1px 1px 1px #fff;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #cssmenu .submenu-button {
    position: absolute;
    right: 0;
    top: -7px;
    display: block;
    width: 53px;
    height: 40px;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    z-index: 10;
    cursor: pointer;
  }
  #cssmenu ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu ul .submenu-button:after,
  #cssmenu #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    border-color: 000;
    background: #029EDA;
  }
  #cssmenu ul .submenu-button.submenu-opened:after,
  #cssmenu #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 6.5px;
  }


  #cssmenu #menu-button:before,
  #cssmenu .submenu-button:before {
    content: '';
    position: absolute;
    right: 19.5px;
    top: 25.5px; /* changing this affects white arrow down on phones */
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
  }

  #cssmenu ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu #menu-button.menu-opened:before,
  #cssmenu .submenu-button.submenu-opened:before {
    border-top-color: #FFF;  /* center Arror on mobile hover) */
  }
}


.bk-red {background:#EA1C01; color:#ffffff;}

#blockdata {
    /*padding:10px;*/
    font-size: 101.00%;
    font-family:  Cachet-Medium;
    line-height: 1.2em;
    color:#666;
    width:83%;
    margin:0 auto;
    padding:0;
    background-color: #ffffff;
}

#datablock5 {
    padding: 5px;
    font-size:100%;
     font-family:  Cachet-Medium;
     color:#666;
    text-align:left;
    margin-top:0;
    background-color:#FFF;
 /*   border-bottom: 1px solid #000; */
/*    border: 1px solid #000; */
}

#datablock5 img {
margin-bottom:5px;}

#block1ban img {width:200px;}
#block5ban img {width:200px;}

.copyright {
    margin:0 auto;
    padding-top: 10px;
    color:#FFF;
    font-size:10px;
    font-weight:800;
    text-align:center;


}
.tpl20 {
    margin-top:-10px;
    padding: 0 15px;
}

.tpl16 {
  font-family: 'Cachet-Bold';
}


.titlebar {
margin-bottom: 10px;
-webkit-box-shadow: 0px 10px 3px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 10px 3px 0px rgba(204,204,204,1);
 box-shadow: 0px 5px 5px #888888;
   }

.embed-container {
 position: relative; padding-bottom: 56.25%; padding-top: 35px; height:0 overflow: hidden;
}


.embed-container iframe, .embed-container object, .embed-container .embed {
  position: absolute; top: 0; left: 0%; width: 100%; height:100%;
 }

 .video {
    width: 100%;
    height: auto;
}

.blueaccentbar {
  width:100%;
  border-radius: 25px;
  height:8px;
  margin:12px 12px 15px 12px;
  background-color:#2F539D;
  box-shadow: 2px 11px 3px 0px #999;
}
/*
.fullscreen-bg div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg div {
        background: url('http://dev2.slicejack.com/fullscreen-video-demo/img/videoframe.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video div {
        display: none;
    }
}
*/
