/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.4.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/


.header-container {
 z-index: 1000;
}

.facebook {
    position: fixed;
    right: 5px; 
    top: 60px;

    z-index: 1500;
    background-image: url('../images/custom/facebook.png');
    width: 42px;
    height: 135px;
}

.facebook:hover {
    background-image: url('../images/custom/facebookhover.png');
  }

  #section-3 .container {
    width: 90% !important;
  }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
      width: 8px;
        height: 8px;
}
  
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    width: 18px;
    height: 18px;
    margin: -6px 0 0 -12px;
}

#map-canvas {
    height: 85%;
}