@charset "utf-8";
/* CSS Document */
body{
	margin:0;
}

/*Container Sizes*/
.con{
	text-align:center;}
/*Container Sizes*/


.banner1{
	background: url(../images/nbanner.jpg)no-repeat 0px 0px;	
	background-size:cover; 
	min-height: 228px;
	min-width: 1349px;
}

.country:link{
	color:#FF0000;
}
.country:hover{
	color:#000000;
}

.map{
	margin:0; 
	height: 600px;
}




/*--footer--*/
.footer {
  text-align: center;
  background:#000;
  padding:1.5em 0;
  height:2.4em;
}
.footer p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
	margin-left:40px;
}
.footer p a {
  color:#00CED1;
}
.footer p a:hover{
  color:#fff;
}
.footer-left {
    float: left;
}
.social-icons {
	margin-right:40px;
}
.social-icons ul li {
    display: inline-block;
    margin-right: 10px;
}
.social-icons ul li a {
    background: url(../images/iconsprite.png)no-repeat 3px -33px;
    display: block;
    width: 32px;
    height: 32px;
    transition: none;
}
.social-icons ul li a.fb {
    background: url(../images/iconsprite.png)no-repeat 10px 3px;
}
.social-icons ul li a.pn {
    background: url(../images/iconsprite.png)no-repeat 6px -108px;
}
.social-icons ul li a.gg {
    background: url(../images/iconsprite.png)no-repeat 6px -69px;
}
.social-icons ul li a:hover {    
	opacity: 0.5;
}
/*--//footer--*/


