 @media (min-width: 1024px){
     .home-logo{
         padding-left: 50%;
    }
     .map {
         width:450px;
         margin: 0 auto;
    }
}
 @media (max-width: 769px){
     .map {
         width:320px;
         margin: 0 auto;
    }
	
	.products, h4{
		
		font-size: 14px;
	}
	
	.parallax.parallax2{
	  background-size: 120%;
	} 
	
}
 .text-home{
     width: 70%;
     margin: auto;
     font-size: 20px;
     line-height: 24px;
     font-weight: normal;
     text-transform: uppercase;
     margin-bottom: 15px;
     color: #2e2e2e;
     position: relative;
     padding-top: 30px;
}
 .links a{
     text-decoration: none !important;
     color: #fff;
}
 .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a{
     background-color: transparent !important;
     box-shadow: none !important;
}
 #svg-map path {
     fill: #ed0121 
}
 #svg-map text {
     fill: #fff;
     font: 12px Arial-BoldMT, sans-serif;
     cursor: pointer 
}
 #svg-map a {
     text-decoration: none 
}
 #svg-map a:hover {
     cursor: pointer;
     text-decoration: none 
}
 #svg-map a:hover path {
     fill: #0cf00f !important 
}
 #svg-map .circle {
     fill: #66ccff 
}
 #svg-map a:hover .circle {
     fill: #0cf00f !important;
     cursor: pointer 
}
