
    .content-outer {
      width: 100%;
    }
    
    /************* STARTS HEADER **************/
    
    header {
      max-width: 1400px;
      margin: 0px auto;
      height: 600px;
      background: rgb(0, 0, 0);
      background-size: length;
      position: relative;
    }
    .header-outer {
      max-width: 1024px;
      margin: 0px auto;
      padding: 60px 10px;
      position: relative;
      background: rgba(0, 0, 0, 0);
      background: rgba(0, 0, 0, 0) url(none)no-repeat center;
    }
    .header-inner {
      position: relative;
      height: inherit;
      overflow: hidden;
      border-top: 1px solid #FFF;
      border-bottom: 1px solid #FFF;
    }
    .header-inner h1 {
      font: Bold 80px Arial, Arial, Helvetica, sans-serif;
      color: #FFF;
      padding: 10px;
      text-align: left;
    }
    .header-inner h1 a {
      text-decoration: none;
      color: inherit;
    }
    .header-inner p {
      font: Bold 80px Arial, Arial, Helvetica, sans-serif;
      font-size: 16px;
      color: #FFF;
      padding: 10px;
    }
    
    .logo-title {
      position: absolute;
      bottom: -5px;
      right: 125px;
    }
    .logo-title img {
      height: 200px;
      width: auto;
    }
    
    /************* ENDS HEADER **************/
    
    
    
    
    /************* STARTS NAV **************/
    
    .main-nav {
      background: rgba(0, 0, 0, 0);
      width: 100%;
      font: Bold 47px Arial,Arial,Helvetica,sans-serif;
      color:#bebebe;
    }
    
    /************* ENDS NAV **************/
    
    .main-container {
      font: 16px Arial,Arial,Helvetica,sans-serif;
      color: #000;
      background: rgba(0, 0, 0, 0);
      width: 100%;
    }
    .main-outer{
      position: relative;
      background: none;
      overflow: hidden;
    }
    .main-inner {
      max-width: 1024px;
      margin: 0px auto;
    }
    
    /************* STARTS GENERAL WIDGET **************/
    .columns {
      margin-top: 10px;
    }
    .columns .widget {
      color: #949494;
      margin: 20px 0px;
      background: rgba(0, 0, 0, 0);
      padding: 5px;
      border-bottom: 1px solid #000;
    }
    .columns .widget-content {
      max-width: 960px;
      margin: 0px auto;
      padding: 20px;
      box-sizing: border-box;
      -moz-box-sizing:border-box;
    }
    .columns  .widget:first-child {
      margin-top: 0px;
    }
    .columns  .widget h2 {
      font: Bold 45px Arial, Arial, Helvetica, sans-serif;
      color: rgb(0, 0, 0);
      padding: 0px 10px;
      margin: 0px -5px;
      line-height: 70px;
    }
    
    .columns  .widget h2 span {
      color: inherit;
    }
    
    .columns .widget:last-child {
      border-bottom: none;
      margin-bottom: 50px;
    }
    
    /************* ENDS GENERAL WIDGET **************/
    
    /************* YOUTUBE POPUP **************/
    
    #ch-veil {
      display: none;
      position: fixed;
      text-align: center;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: rgba(255,255,255, 0.8);
      z-index: 1100;
      padding-top: 20px;
    }
    .video-container {
      display: inline-block;
      width: 20px;
      height: 0px;
      padding: 30px 20px;
      border: 1px solid #BEBEBE;
      background: #FFF;
      box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
      position: relative;
      
    }
    .video-container span {
      background-image: url("/images/icons2.png");
      background-position: -289px -25px;
      height: 20px;
      width: 20px;
      cursor: pointer;
      margin-top: 0px;
      display: none;
      position: absolute;
      top: 5px;
      right: 5px;
    }
    
    /************* MAP AREAS **************/
    
    .img-map img{
      max-width: 100%;
      height: auto;
    }
    .areas-list {
      text-align: center;
    }
    .areas-list span{
      text-decoration: none;
      display: inline-block;
      font-size: 38px;
      font-weight: bold;
      padding: 10px 30px;
      color: #AAA;
      position: relative;
      cursor: pointer;
    }
    .areas-list span:hover {
      color: #D6D447;
    }
    .areas-list span:after {
      content: '';
      position: absolute;
      width: 4px;
      height: 28px;
      right: 0px;
      top: 0px;
      margin-top: 20px;
      background: #AAA;
    }
    .areas-list span:last-child:after {
      content: none;
    }
   
    .widget span {
      color: #D6D447;
    }
    .widget p {
      line-height: 20px;
      padding-bottom: 25px;
    }
    .widget p:last-child {
      padding-bottom: 0px;
    }
    .widget ol,
    .widget ul {
      padding-left: 20px;
      padding-bottom: 10px;
    }
    .widget ol > li,
    .widget ul > li {
      list-style-position: outside;
      margin-left: 10px;
      margin-bottom: 10px;
    }
    p a {
      color: #D6D447;
      text-decoration: none;
      padding-left: 20px;
    }
    
    .widget p a:hover {
      color: #D6D447;
    }
    
  
    * {padding: 0px; margin: 0px;}
    body, html {height: 100%;}
    ul, li, ol {list-style-position:inside;}
    a img {border: none;} /*IE*/
    a:active {outline: none;} /*FIREFOX*/
    
    .columns .column-center-outer {
      width: 100%;
      position: relative;
      float: left;
      min-height: 100px;
    }
  