html {
  width: 100%;
  height: 100%;
  font-size: 16px; }

body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 0;
  position: relative;
}

#page {
  /*background: #fff;*/
  margin: auto;
}

.container {
  margin: auto;
  height: 0; 
  font-size: 0; line-height: 0;
}

.clear {clear: both;}

.icon-play:after{
  content:'\e890';
  font-family:'fontello';
  display:inline-block;
  margin:0 0 0 8px;
  font-style:normal;
  font-size: 1em;
}
.icon-angle-left:before{
  content:'\e895';
  font-family:'fontello';
  font-style:normal;
}
.icon-angle-right:before{
  content:'\e896';
  font-family:'fontello';
  font-style:normal;
}
/* Begin Road Map */

.pane-map .map-controls {position: relative; z-index:99;}
.pane-map .map-controls .nav-controls a {
  position: absolute;
  top: 0;
  background: #02bed4;
  z-index: 99;
  color: #fff;
  width: 100%;
  height: 520px;
  width: 30px;
  overflow: hidden;
  
}
  .pane-map .map-controls .nav-controls i {
    position: absolute;
    vertical-align: middle;
    outline: 0px none;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    padding: 0; margin: 0;
    border: none;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 20px;
    margin-top: -5px;
    background-repeat:no-repeat;
    background-position: center center;
    display: block;
    top: 50%;
  }

.pane-map .map-controls .nav-controls .prev {left: 0;}
.pane-map .map-controls .nav-controls .next {right: 0;}
/*  .pane-map .map-controls .nav-controls .prev span {background-image: url(../images/arrow-prev.png);}
  .pane-map .map-controls .nav-controls .next span {background-image: url(../images/arrow-next.png);}
*/


.view-map{
  overflow: hidden;
  background: #c3f7f2;
  width: 100%;
  box-sizing: border-box;
  height: 520px;
}
  .view-map .view-content {
    height: 100%;
    margin: auto;
    width: 3196px;
    padding: 0;
  }
    .view-map .view-content .steps {
      height: 100%;
      width: 3196px;
      padding: 0; margin: 0;
      background: url('../images/screen/path.png') no-repeat 58px 112px;
      background-size: 2893px 150px;
      margin-top:-5px;
    }
    
  .view-map .views-row {
    float: left;
    position: relative;
    height: 100%;
    color: #222;
    width: 246px; /* (266 + 30-48) */
    padding: 0; padding-left: 50px;
  }
 
  .view-map .views-row-2{
    width:228px;
    padding-left:70px;
  }
  .view-map .views-row.views-row-first {
    width: 226px;
    padding: 0;
  }
    .view-map .views-row .views-field-field-number a {color: #fff !important;}
  .view-map .views-row a {
    text-decoration: none;
    outline: none;
    /*color: #02bed4;*/
    color: #4dd8e3;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
  }

  .view-map .views-row .views-field-field-number {
    position: absolute;
    display: block;
    top: 0; left: 0;
    border-radius: 50%;
/*    background: #02bed4; */
    background: #4dd8e3;
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 40px; height: 40px;
    line-height: 42px;
    font-size: 1.25em;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;
  }
  
        
  .view-map .views-row .views-field-field-image {
    overflow: hidden; position: relative;
    width: 140px; height: 140px;
    margin-bottom: 7px;
  }

    .view-map .views-row .views-field-field-image img {width: 100%; height: 100%; }
    .view-map .views-row .views-field-field-image .overlay {
      position: absolute; 
      z-index: 1; top: 0; left: 0; 
      width: 100%; height: 100%; 
      background: #C3F7F2;
      /*background: transparent;*/
      border-radius: 50%; 
      opacity: .5; display: block;
      text-indent: -9999em;
      line-height: 0; font-size: 0;
      -webkit-font-smoothing: subpixel-antialiased;
      -webkit-transition: opacity 0.25s linear;
      transition: opacity 0.25s linear;
    }
   /*//////////////////////*/ 

  .view-map .views-row .views-field-field-heading {
    font-size: 1.0625em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
  }
    .view-map .views-row .views-field-field-heading {color: #4dd8e3;}
    .view-map .views-row .views-field-field-heading a {text-decoration: none; color: #4dd8e3;}
    .view-map .views-row .views-field-field-heading a:hover {color: #02bed4;}
    
  
  .view-map .views-row .views-field-body {
    font-size: .8em;
    line-height: 1.4;
    /*color: #666;*/
    color: #4dd8e3;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
  }
  
  .view-map .views-row .views-field-field-link {
    font-weight: 700;
    margin-top: 7px;
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
    .view-map .views-row .views-field-field-link a {}
    .view-map .views-row .views-field-field-link a .icon {}
    
  .view-map .views-row-1 .views-field-field-heading{
    background:#ff9900 ;
    width:8px !important;
    height:8px !important;
    border-radius:20px;
    left:55px;
    top:257px;
    position:absolute;
  }
   .view-map .views-row-1 .views-field .field-content{
      display:none;
   } 
  .home-pane-map .view-map .views-row.views-row-first .views-field-field-heading {
      position: absolute !important;
      top: 166px !important; left: 0 !important;
      width: 120px !important; height: 99px !important;
      background: url('../images/screen/get-started.png') no-repeat !important;
      background-size: 120px 99px !important;
      border-radius:0px;
  }  
  .home-pane-map .view-map .views-row-1 .views-field .field-content{
      display:block !important;
   } 
    .view-map .views-row.views-row-first .views-field-field-heading .field-content {
      color: #fff;
      text-align: center;
      line-height: 34px;
      font-family: "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1em;
      font-weight: 400;
    }
    
    
    
/*    Home page timeline color specifications...*/
    .home-pane-map .map-controls .nav-controls a {
      background-color: #0082ed;
    }
    
    .home-pane-map .view-map{
      background: #c8f1ff;
    }
    .home-pane-map .view-map .view-content .steps {
      background-image: url('../images/screen/path-home.png');
      margin-top:-5px;
    }
    .home-pane-map .view-map .views-row .views-field-field-number {
      background-color: #0082ed;
    }
    .home-pane-map .view-map .views-row .views-field-field-image .overlay {
      background-color: #c8f1ff;
      /*background-color: transparent;*/
    }
    .home-pane-map .view-map .views-row .views-field-field-heading,
    .home-pane-map .view-map .views-row .views-field-field-heading a {color: #222;}
    .home-pane-map .view-map .views-row .views-field-body {color: #222222;}
    .home-pane-map .view-map .views-row .views-field-field-link a {
      color: #0d84e9 !important;
    }
    
/*    Current active timeline specifications...*/
    .view-map .views-row .flag {
      /*display: none;*/
      background: url('../images/screen/you-are-here.png') no-repeat;
      background-size: 120px 99px;
      width: 120px; height: 95px;
      position: absolute;
      top: 147px; left: -41px;
      z-index: 1;
      color: #fff;
      text-align: center;
      line-height: 34px;
      font-size: 1em;
      font-weight: 400;
    }
    
    .view-map .views-row-current .views-field-field-number {background-color: #FF9800;}
    .view-map .views-row-current .views-field-field-heading a, 
    .view-map .views-row-current .views-field-body a, 
    .view-map .views-row-current .views-field-field-heading a {
      color: #222;
    }
    .view-map .views-row-current .views-field-field-heading a:hover, 
    .view-map .views-row-current .views-field-body a:hover{
      color: #222;
    }
    .view-map .views-row-current .views-field-field-link a{
      color:#00bed5 !important;
    }

    .view-map .views-row-current .views-field-body {color: #666666;}
    
    
    .view-map .views-row-current .flag {display: block;}
    

/*    Mouseover color specifications...*/
    .view-map .views-row.mouseover .views-field-field-number {
      background-color: #FF9900;
    }
    .view-map .views-row.mouseover .views-field-field-heading a,
    .view-map .views-row.mouseover .views-field-field-heading,
    .view-map .views-row.mouseover .views-field-body a,
    .view-map .views-row.mouseover .views-field-body p{
      color: #222222 !important;
    }
    .view-map .views-row.mouseover .views-field-field-link a {
      color:#ff9900;
    }
   
    .home-pane-map .view-map .views-row.mouseover .views-field-field-number {
      background-color: #FF9900 !important;
    }
     .home-pane-map .view-map .views-row .views-field-body a{
      color:#222;
    }
    .home-pane-map .view-map .views-row.mouseover .views-field-body a{
      color:#222 !important;
    }
    .home-pane-map .view-map .views-row.mouseover .views-field-field-link a {
      color: #FF9900 !important;
    }
    .home-pane-map .view-map .views-row.mouseover .views-field-field-heading a{
      color:#222 !important;
    }
    
    

/*    Positioning absolute elements (number, image and flag)...*/
    .view-map .views-row-2 .views-field-field-number,
    .view-map .views-row-3 .views-field-field-number,
    .view-map .views-row-8 .views-field-field-number,
    .view-map .views-row-9 .views-field-field-number {top: 242px;}
    .view-map .views-row-2 .views-field-field-image,
    .view-map .views-row-3 .views-field-field-image,
    .view-map .views-row-8 .views-field-field-image,
    .view-map .views-row-9 .views-field-field-image {margin-top: 192px;}
    .view-map .views-row-2 .flag,
    .view-map .views-row-3 .flag,
    .view-map .views-row-8 .flag,
    .view-map .views-row-9 .flag {top: 147px;}
    
    .view-map .views-row-4 .views-field-field-number,
    .view-map .views-row-6 .views-field-field-number,
    .view-map .views-row-10 .views-field-field-number,
    .view-map .views-row-11 .views-field-field-number {top: 93px;}
    .view-map .views-row-4 .views-field-field-image,
    .view-map .views-row-6 .views-field-field-image,
    .view-map .views-row-10 .views-field-field-image,
    .view-map .views-row-11 .views-field-field-image {margin-top: 43px;}
    .view-map .views-row-4 .flag,
    .view-map .views-row-6 .flag,
    .view-map .views-row-10 .flag,
    .view-map .views-row-11 .flag {top: 29px;}
    
    .view-map .views-row-5 .views-field-field-number,
    .view-map .views-row-7 .views-field-field-number {top: 142px; left: 95px;}
    .view-map .views-row-5 .views-field-field-image,
    .view-map .views-row-7 .views-field-field-image {margin-top: 192px;}
    .view-map .views-row-5 .flag,
    .view-map .views-row-7 .flag {top: 47px; left: 54px;}
    
    
    
/* Tablet Size */
@media screen and (max-width: 950px) {
  .home-pane-map .view-map .views-row.views-row-first .views-field-field-heading {
    top:92px !important; left:-14px !important;
  }
  .view-map, .pane-map .map-controls .nav-controls a {
    height: 330px;
    font-size: 12px;
  }
  .pane-map .map-controls .nav-controls a {
    width: 20px;
    display:none;
  }
  .pane-map .map-controls .nav-controls i {
    font-size: 18px;
    line-height: 14px;
    margin-top: -7px;
    background-repeat:no-repeat;
    background-position: center center;
    display: block;
    top: 50%;
  }

    .view-map .view-content {
      width: 2260px !important;
    }

    .view-map .view-content .steps {
      width: 2260px;
      margin: 0px 0 0 60px;
      padding-right: 60px;
      background: url('../images/tablet/path.png') no-repeat 45px 80px;
      background-size: 2059px 109px;
    }
    .home-pane-map .view-map .view-content .steps {
      background-image: url('../images/tablet/path-home.png');
      margin-top:0px;
    }
    .view-map .views-row {
      width: 170px; /* (190 + 20-40) */
      padding: 0;
      padding-left: 40px;
    }
      .view-map .views-row .views-field-field-heading {
        /*margin-bottom: 6px;*/
      }
      .view-map .views-row .views-field-field-link{
        margin-top:0;
      }
      .view-map .views-row.views-row-first {
        width: 160px;
      }

      .view-map .views-row.views-row-first .views-field-field-heading {
        /*background-size: 86px 71px;
        width: 86px;
        height: 71px;
        top: 119px;*/
      }  
       .view-map .views-row-1 .views-field-field-heading{
        left:41px;
        top:183px;
      }

      .view-map .views-row.views-row-first .views-field-field-heading .field-content {
        line-height: 25px;
        font-size:1.25em;
        margin:5px 0 0 0;
      }

      .view-map .views-row .views-field-field-number {
        width: 30px; height: 30px;
        line-height: 30px;
      }

      .view-map .views-row .views-field-field-image {
        width: 100px; height: 100px;
      }
      
      .view-map .views-row .flag {
        left: -29px;
        background-image: url('../images/tablet/you-are-here.png');
        background-size: 86px 68px;
        width: 86px; height: 68px;
        line-height: 25px;
      }
      


      .view-map .views-row-2 .views-field-field-number,
      .view-map .views-row-3 .views-field-field-number,
      .view-map .views-row-8 .views-field-field-number,
      .view-map .views-row-9 .views-field-field-number {top: 172px;}
      .view-map .views-row-2 .views-field-field-image,
      .view-map .views-row-3 .views-field-field-image,
      .view-map .views-row-8 .views-field-field-image,
      .view-map .views-row-9 .views-field-field-image {margin-top: 137px;}
      .view-map .views-row-2 .flag,
      .view-map .views-row-3 .flag,
      .view-map .views-row-8 .flag,
      .view-map .views-row-9 .flag {top: 119px;}

      .view-map .views-row-4 .views-field-field-number,
      .view-map .views-row-6 .views-field-field-number,
      .view-map .views-row-10 .views-field-field-number,
      .view-map .views-row-11 .views-field-field-number {top: 66px;}
      .view-map .views-row-4 .views-field-field-image,
      .view-map .views-row-6 .views-field-field-image,
      .view-map .views-row-10 .views-field-field-image,
      .view-map .views-row-11 .views-field-field-image {margin-top: 31px;}
      .view-map .views-row-4 .flag,
      .view-map .views-row-6 .flag,
      .view-map .views-row-10 .flag,
      .view-map .views-row-11 .flag {top: 21px;}

      .view-map .views-row-5 .views-field-field-number,
      .view-map .views-row-7 .views-field-field-number {top: 101px; left: 75px;}
      .view-map .views-row-5 .views-field-field-image,
      .view-map .views-row-7 .views-field-field-image {margin-top: 136px;}
      .view-map .views-row-5 .flag {top:39px; left:47px;}
      .view-map .views-row-7 .flag {top: 39px; left: 47px;}
    
    .views-field-body{
      display:none;
    }
}


/* Mobile Size */
@media screen and (max-width: 580px) {
  
  .home-pane-map .view-map .views-row.views-row-first .views-field-field-heading {
    top:61px !important; left:-14px !important;
  }
  .view-map .view-content .steps {
    background: url('../images/mobile/path.png') no-repeat 45px 156px;
    background-size: 2111px 1px !important;
    margin-top:-25px;
  }
  .home-pane-map .view-map .view-content .steps {
    background-image: url('../images/mobile/path-home.png');
    background-size: 2111px 1px !important;
    margin-top:-25px;
  }

  .view-map .views-row-1 .views-field-field-heading{
    /*left:41px;*/
    top:152px;
  } 
  
  .view-map .views-row .views-field-field-image {
    margin-top: 106px !important;
  }
  .view-map .views-row .views-field-field-number {
    top: 141px !important;
    left: 0 !important;
  }
  .view-map .views-row .views-field-body {
    display: none;
  }
  .view-map .views-row .flag {top: 75px; left: -27px;}
}