/* -----------------------------------------
:: Structure
----------------------------------------- */
body {  
  background-color: #fff; /* White */  
}
.xlrow {
  display: block;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* -----------------------------------------
  :: Typography
------------------------------------------*/
@font-face {
  font-family: 'MyriadProRegular';
  src: url('../fonts/MyriadProRegular.eot');
  src: url('../fonts/MyriadProRegular.eot?#iefix') format('embedded-opentype'), 
     url('../fonts/MyriadProRegular.woff') format('woff'), 
     url('../fonts/MyriadProRegular.ttf') format('truetype'), 
     url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
  src: local (MyriadProRegular), url("../fonts/MyriadProRegular.ttf");
}
@font-face {
  font-family: 'MyriadProBold';
  src: url('../fonts/MyriadProBold.eot');
  src: url('../fonts/MyriadProBold.eot?#iefix') format('embedded-opentype'), 
     url('../fonts/MyriadProBold.woff') format('woff'), 
     url('../fonts/MyriadProBold.ttf') format('truetype'), 
     url('../fonts/MyriadProBold.svg#MyriadProBold') format('svg');
  src: local (MyriadProBold), url("../fonts/MyriadProBold.ttf");
}
@font-face {
  font-family: 'PetitaRegular';
  src: url('../fonts/PetitaRegular.eot');
  src: url('../fonts/PetitaRegular.eot?#iefix') format('embedded-opentype'), 
     url('../fonts/PetitaRegular.woff') format('woff'), 
     url('../fonts/PetitaRegular.ttf') format('truetype'), 
     url('../fonts/PetitaRegular.svg#PetitaRegular') format('svg');
  src: local (PetitaRegular), url("../fonts/PetitaRegular.ttf");
}
@font-face {
  font-family: 'PpetitaBold';
  src: url('../fonts/PpetitaBold.eot');
  src: url('../fonts/PpetitaBold.eot?#iefix') format('embedded-opentype'), 
     url('../fonts/PpetitaBold.woff') format('woff'), 
     url('../fonts/PpetitaBold.ttf') format('truetype'), 
     url('../fonts/PpetitaBold.svg#PpetitaBold') format('svg');
  src: local (PpetitaBold), url("../fonts/PpetitaBold.ttf");
}
/* Fonts Styles */
.MyriadProRegular {
  font-family: 'MyriadProRegular', Arial, sans-serif;
  font-size: 12px;  
  font-weight: normal;
}
  .MyriadProBold {
    font-family: 'MyriadProBold', Arial, sans-serif;
    font-size: 12px;  
    font-weight: normal;
  }
.PetitaRegular {
  font-family: 'PetitaRegular', Arial, sans-serif;
  font-size: 12px;  
  font-weight: normal;
}
  .PetitaBold {
    font-family: 'PetitaBold', Arial, sans-serif;
    font-size: 12px;  
    font-weight: normal;
  }
p {
  font-family: 'PetitaRegular', Arial, sans-serif;
  letter-spacing: 1px;
}
  h1 {
    font-family: 'MyriadProBold', Arial, sans-serif;  
  }
    h2 {
      font-family: 'MyriadProRegular', Arial, sans-serif;
    }
      h3 {
        font-family: 'PpetitaBold', Arial, sans-serif;
      }
        h4 {
        font-family: 'MyriadProRegular', Arial, sans-serif;
      }
a {
  font-family: 'PetitaRegular', Arial, sans-serif;
  color: #666; /* Dark White*/
}
  a:visited {
    font-family: 'PetitaRegular', Arial, sans-serif;
    }
    a:hover {
      font-family: 'PetitaRegular', Arial, sans-serif;
      color: #808080; /* Middle */
    }
/* ul / li */
.UL p{
  font-family: 'MyriadProBold', Arial, sans-serif;
  letter-spacing: 1px;
}
  li {
    font-family: 'PetitaRegular', Arial, sans-serif;
    letter-spacing: 1px;
    }
/* Form */
label {
  color: #000; /* Black */
  font-family: 'PetitaRegular', Arial, sans-serif;
}
input {
  background-color: #fff; /* Light White */
  font-family: 'PetitaRegular', Arial, sans-serif;
}
select {
  background-color: #fff; /* Light White */
  font-family: 'PetitaRegular', Arial, sans-serif;
}
textarea {
  background-color: #fff; /* Light White */
  font-family: 'PetitaRegular', Arial, sans-serif;
}

/* -----------------------------------------
:: STYLES
----------------------------------------- */
/*Black*/
.BGColorDB {
  background-color: #111;
}
.BGColorMB {
  background-color: #323232;
}
.BGColorLB {
  background-color: #414042;
}
/*Gray*/
.BGColorDG {
  background-color: #666;
}
.BGColorMG {
  background-color: #808080;
}
.BGColorLG {
  background-color: #b0b0b0;
}
/*White*/
.BGColorDW {
  background-color: #E6E7E8;
}
.BGColorMW {
  background-color: #f0f1f2;
}
.BGColorLW {
  background-color: #fff;
}
/*Purple*/
.BGColorDP {
  background-color: #5D3572;
}
.BGColorMP {
  background-color: #77478C;
}
.BGColorLP {
  background-color: #9766AB;
}
/*Maroon*/
.BGColorDM {
  background-color: #911F4D;
}
.BGColorMM {
  background-color: #A8305D;
}
.BGColorLM {
  background-color: #f170a0;
}
/*Red*/
.BGColorDR {
  background-color: #B72835;
}
.BGColorMR {
  background-color: #D13B43;
}
.BGColorLR {
  background-color: #f66d74;  
}
/*Orange*/
.BGColorDO {
  background-color: #C16628;
}
.BGColorMO {
  background-color: #DE8234;
}
.BGColorLO {
  background-color: #fcac69;
}
/*Yellow*/
.BGColorDY {
  background-color: #D59B32;
}
.BGColorMY {
  background-color: #EDB63D;
}
.BGColorLY {
  background-color: #F7C767;
}
/*Black*/
.FColorDB {
  color: #111;
}
.FColorMB {
  color: #323232;
}
.FColorLB {
  color: #414042;
}
/*Gray*/
.FColorDG {
  color: #666;
}
.FColorMG {
  color: #808080;
}
.FColorLG {
  color: #b0b0b0;
}
/*White*/
.FColorDW {
  color: #E6E7E8;
}
.FColorMW {
  color: #f0f1f2;
}
.FColorLW {
  color: #fff;
}
.FColorOW {
  color: #fcfcfd;
}
/*Purple*/
.FColorDP {
  color: #5D3572;
}
.FColorMP {
  color: #77478C;
}
.FColorLP {
  color: #9766AB; 
}
/*Maroon*/
.FColorDM {
  color: #911F4D;
}
.FColorMM {
  color: #A8305D;
}
.FColorLM {
  color: #f170a0;
}
/*Red*/
.FColorDR {
  color: #B72835;}
.FColorMR {
  color: #D13B43;
}
.FColorLR {
  color: #f66d74;
}
/*Orange*/
.FColorDO {
  color: #C16628;
}
.FColorMO {
  color: #DE8234;
}
.FColorLO {
  color: #fcac69; 
}
/*Yellow*/
.FColorDY {
  color: #D59B32;
}
.FColorMY {
  color: #EDB63D;
}
.FColorLY {
  color: #F7C767; 
}

/* -----------------------------------------
:: MODULE
----------------------------------------- */
.valign {
  display: table;
  height: 100%;
  width: 100%;
}
  .valign > div {
    display: table-cell;
    height: 100%;
    width: 100%;
  }
    .valign.bottom > div {
      vertical-align: bottom;
    }
    .valign.middle > div {
      vertical-align: middle;
    }

/* -----------------------------------------
:: BASE
----------------------------------------- */
/* Off Canvas */
.menu.vertical>li {
  border-bottom: solid 1px #111;
}
  .menu.vertical>li:hover, .off-canvas .active {
    background-color: #414042;
  }
  .menu>li:not(.menu-text)>a {
    color: #000;
  }
    .menu>li:not(.menu-text)>a:hover, .off-canvas .active {
      color: #fff !important;
    }
/* Title */
.Title p {
  font-family: 'PetitaRegular', Arial, sans-serif;
}
  .title-area h1 {
    font-family: 'PetitaRegular', Arial, sans-serif;
  }    
/* TInfo */
.TInfo li {
  color: #666;
}
  .TInfo li a {     
    color: #666;
      }
    .TInfo li a:visited {
      color: #666;
    }
      .TInfo li a:hover {
        color: #fff;
    }
/* Nav */
.TNav {
  display: block;
  width: 100%;
  background: rgba(17,17,17,0.8);
  position: fixed;
  z-index: 91;
  padding: 10px 0;
}
  .TNav .menu {
    float: right;
  }
    .TNav .menu>li:not(.menu-text)>a {
      color: #fff;
      font-size: 0.8125em;
      font-weight: bold;
      padding: 0 10px;
      line-height: 45px;
    }
      .TNav .menu>li:not(.menu-text)>a:hover, .TNav .active {
        color: #666 !important;
      }
/* Footer */
footer {
  font-family: 'Arial', Helvetica, sans-serif;
}
/* Sub Nav */
.SubNav {
  text-decoration: none;  
}
  .SubNav a {
    color: #111;
  }
    .SubNav a:visited {
      color: #111;
    }
      .SubNav a:hover {
        color: #000;
      }
.SNav {
  text-align: center;
  background-color: #414042; 
}
  .SNav a {
    background-color: #414042;
    color: #b0b0b0;
  }
    .SNav a:visited {
      color: #b0b0b0;
    }
      .SNav a:hover {
        color: #000;
      }
      .SNav .active {
        color: #000 !important;
      }
  .SNav ul {
    display: inline-block;
    margin: 0 auto;
  }
    .SNav li {
      margin: 10px;
      display: inline-block
    }
/* Sub Info */
.SInfo li {
  color: #666;
}
  .SInfo li a {     
    color: #666;
      }
    .SInfo li a:visited {
      color: #666;
    }
      .SInfo li a:hover {
        color: #000;
    }
/* Packages Table */
.Packages table h2 {
  font-family: 'PetitaRegular', Arial, sans-serif;
}
  .Packages table h3 {
    font-family: 'PetitaBold', Arial, sans-serif;
  }
    .Packages table h4 {
      font-family: 'PetitaRegular', Arial, sans-serif;
    }
      .Packages table h5 {
        font-family: 'PetitaRegular', Arial, sans-serif;
        color: #fff;
      }
        .Packages table h6 {
          font-family: 'PetitaRegular', Arial, sans-serif;
          color: #000;
        }
/* Lead Capture */
.LeadCapture {
  background-color: ;
}
.LeadCapture h1 {
  color: #000;
}
  .LeadCapture h2 {
    color: #000;
  }
.LeadCapture a {
  background-color: ;
  color: ;
  font-family: 'Arial', Helvetica, sans-serif;
}
  .LeadCapture a:visited {
    background-color: ;
    color: ;
  }
    .LeadCapture a:hover {
      background-color: ;
    }
.LeadHeader {
  background-color: #fff;
}
/* TContent */
.TContent {
  display: block; 
  margin: 0;
  padding: 20px 30px;
}
  .TContent p {
    font-size: 14px;
    display: inline;
  }
    .TContent h1 {
      font-size: 20px;
      display: inline;
    }

/* -----------------------------------------
:: Header
----------------------------------------- */
.HTitle, .HDig, .HAdv, .HMark, .HIll, .HApp, .HAbt, .HBan, .HCost, .Hleg, .HFaqs, .HSite, .HCon, .HScroll, #map, #map-static {
  width: 100%;
  height: 350px;
}
  .HDig, .HAdv, .HMark, .HIll, .HApp, .HAbt, .HBan, .HCost, .HLeg, .HFaqs, .HSite, .HCon, #map-static {
    background-repeat: no-repeat;
    background-size: cover;
  }
    .HDig{
      background-image: url(../images/slides/deg.jpg);
      background-position: center center;
    }
    .HAdv {
      background-image: url(../images/slides/adv.jpg);
      background-position: center left;
    }
    .HMark {
      background-image: url(../images/slides/mark.jpg);
      background-position: center left;
    }
    .HIll {
      background-image: url(../images/slides/ill.jpg);
      background-position: center left;
    }
    .HApp {
      background-image: url(../images/slides/app.jpg);
      background-position: center left;
    }
    .HBan, .HAbt, .HCost, .HLeg, .HFaqs, .HSite, .HCon {
      background-image: url(../images/slides/main.jpg);
      background-position: center center;
    }
    .HScroll {
      background-color: rgba(0, 0, 0, 0.4);
    }
.HTitleText {
  background-color: rgba(255,255,255,0.97);
  padding: 10px;
}
  .HTitleText h1 {
    color: #000;
    font-size: 18px;
    font-family: 'MyriadProRegular', Arial, sans-serif;
  }
  .HTitleText p {
    padding-top: 5px;
    font-size: 11px;
  }
#map-static {
  background-image: url(../images/bg/map-static.jpg);
  background-position: center center;
}
/* -----------------------------------------
:: Index
----------------------------------------- */
/* Video */
.Vid {
  background-image: url(../vids/donoku.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}
  .VidWrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
  }
    video {
      position: absolute;
      top: 50%;
      left: 50%;
      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%);
    }
/* IScroll */
.Scroll {
  background-color: rgba(0, 0, 0, 0.4);
  height: 400px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
  .Scroll a {
    margin: 0 auto;
    width: 75px;
    z-index: 800;
  }
    #Scroll {
      margin: 0;
      position: absolute;
    }
  .ScrollLogo, .ScrollArrow {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
    .ScrollLogo {
      background-image: url(../images/logos/LogoVideo.png);
      height: 200px;
      margin: 0 40px 40px 40px;
    }
    .ScrollArrow {
      background-image: url(../images/icons/btn-arrow-down.png);
      display: inline-block;
      height: 70px;
      margin: 0 auto;
      width: 70px;
  }
/* Index Cell */
.ICell p {
  color: #fff;
}
  .ICell h1 {
  color: #fff;
  }
.ICell a {
  color: #fff;
}
  .ICell a:hover {
    color: #fff;
  }
.ICellContent a {
  color: #fff;
  font-family: 'MyriadProBold', Arial, sans-serif;
}
  .ICellContent a:visited {
    color: #fff;
    font-family: 'MyriadProBold', Arial, sans-serif;
  }
    .ICellContent a:hover {
      color: #fff;
      font-family: 'MyriadProBold', Arial, sans-serif;
    }

/* -----------------------------------------
:: CONTACT
----------------------------------------- */
.label {
  box-sizing:border-box;
  background: #05F24C;
  box-shadow: 2px 2px 4px #333;
  border:5px solid #346FF7;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  -webkit-animation: pulse 1s ease 1s 3;
  -moz-animation: pulse 1s ease 1s 3;
  animation: pulse 1s ease 1s 3;
}
/* -----------------------------------------
:: Sitemap
----------------------------------------- */
.SiteMap h1, .SiteMap h2, .SiteMap a {
  width: 100%;
}
  .SiteMap h1 {
    padding: 10px !important;
    background-color: #414042;
    color: #fff;
  }
  .SiteMap h2 {
    padding: 10px !important;
    background-color: #b0b0b0;
    color: #000;
    margin-bottom: 10px !important;
  }
  .SiteMap a {
    padding: 5px !important;
    color: #000;
  }
/* -----------------------------------------
:: Thankyou
----------------------------------------- */
/* Thankyou Header */
.TYHeader {
  background-image: url(../Images/TYHeader.png);
}
/* TYHeader Text */
.TYHeaderText {
  background-color: #fff;
}
  .TYHeaderText h1 {
    font-weight: bold;
  }
/* Download Button */
.Download a {
  background-color: ;
  color: #fff;
  font-family: 'Arial', Helvetica, sans-serif;
}
  .Download a:visited {
    background-color: ;
    color: #fff;
  }

/* -----------------------------------------
:: MEDIA QUERIES (Screens)
----------------------------------------- */
/* Min */
@media only screen and (min-width: 640px) {
  .HTitle, .HDig, .HAdv, .HMark, .HIll, .HApp, .HAbt, .HCon, .HBan, .HCost, .Hleg, .HFaqs, .HSite, .HConf, .HScroll, #map {
    height: 550px;
  }
 .Vid, .Scroll {
    height: 642px;
  }
  video {
    height: 642px;
  }
  .TContent h1 {
    padding-right: 5px !important;
  }
}
@media only screen and (min-width: 1025px) {
.Vid, .Scroll {
  height: 800px;
}
  .VidWrap {
    position: absolute;
  }
    video {
      margin-top: -5%;
      width: auto;
      height: 155%;
    }
    #Scroll {
      margin: -65px 0 0 0;
    }
}
/* Max */
@media screen and (max-width: 640px) {
/* TContent */
  .TContent {
    padding: 20px 30px 10px 30px;
  }
}
 @media screen and (max-width: 820px) {
/* TContent */
.TContent p {
  line-height: normal;
}
  .TContent h1 {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
/* TContent */
.TContent {
  margin: 0 20px;
}
  .TContent p {
    line-height: normal;
    text-align: center;
    display: block;
    font-size: 16px;
  }
    .TContent h1 {
      display: block;
      font-size: 24px;
      text-align: center;
    }
}
