/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #fff;
	margin: 0;
}

.top-bar, .bottom-bar {
	width: 100%;
	height: 45px;	
	z-index:999;
}
.top-bar { 
	position: fixed;
	/*background: url(../images/top-bar.png) repeat-x 100% 100%; */
	background: #021fbb;
	-webkit-box-shadow:  1px 1px 2px 2px rgba(0, 0, 0, .5);
    box-shadow:  1px 1px 2px 2px rgba(0, 0, 0, .5);
}
.slogan, .slogan2 { 	
	width:100%;
	padding-top:12px;
	font-family: 'PT Sans', Arial, sans-serif;
	color: #eee;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .9);
	z-index: 10000;	
	text-align: center;
	letter-spacing:	1px;
}
.slogan2 {
	display: none;
}
.bottom-bar, .buttons { 
	position: fixed;
	bottom: 0px;
	background: #021fbb;/*url(../images/bottom-bar.png) repeat-x; */
	-webkit-box-shadow:  1px -1px 2px 2px rgba(0, 0, 0, .5);
    box-shadow:  1px -1px 2px 2px rgba(0, 0, 0, .5);
	border:0px solid green;
}
.buttons { 
	background: none;
	box-shadow: none;
	z-index: 10000;	
	border:0px solid green;
}
#selected-language, #selected-region {
	display: none;
}
.bt-language, .bt-region, .bt-region-hover , .bt-about, .bt-bookmark{	
	position: absolute;
	/*background: url(../images/bt-language.png) no-repeat center center; */
	-webkit-border-radius: 1px;
	border-radius: 4px;
	border:1px solid #041da4;
	background: #3a51d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a51d3 1%, #001575 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3a51d3), color-stop(100%,#001575)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a51d3 1%,#001575 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a51d3 1%,#001575 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a51d3 1%,#001575 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a51d3 1%,#001575 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a51d3', endColorstr='#001575',GradientType=0 ); /* IE6-9 */
	margin-left: 20px;
	width: 175px;
	height: 35px;
	min-height: 25px;
	bottom:5px;
	font-family: 'PT Sans', Arial, sans-serif;
	color: #eee;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
	line-height: 2em;
	z-index: 10000;
	cursor: pointer;	
}
.bt-bookmark{
	margin-left: 410px;
}
.bt-language img {
	margin-right:8px; /* Half the height */
	vertical-align:middle;	
}
.bt-region {
	margin-left: 215px;
}
.bt-region-hover {
	display:none;
	width: 295px;
	margin-left: 215px;
	padding:0px;
}
.bt-region-hover  div{
	float:left;
}
.bt-region-hover-na, .bt-region-hover-na-selected{
	width: 120px;
	height:100%;
}
.bt-region-hover-rw, .bt-region-hover-rw-selected  {
	width: 174px;
	height:100%;
	border-left:1px solid #1b31a1;
}
.bt-region-hover-na-selected, .bt-region-hover-rw-selected {
	display:none;
}
.bt-region-hover-na:hover, .bt-region-hover-rw:hover, .bt-region-hover-na-selected, .bt-region-hover-rw-selected {
	background: #3a51d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #001575 1%, #3a51d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#001575), color-stop(100%,#3a51d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #001575 1%,#3a51d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #001575 1%,#3a51d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #001575 1%,#3a51d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #001575 1%,#3a51d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001575', endColorstr='#3a51d3',GradientType=0 ); /* IE6-9 */	
}
.bt-about {
	right: 10%;
	margin-left: 0px;
}
.bt-about-hover {	
	display:none;
	position: absolute;
	border-radius: 4px;
	border:1px solid #041da4;
	background: #3a51d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #001575 1%, #3a51d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#001575), color-stop(100%,#3a51d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #001575 1%,#3a51d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #001575 1%,#3a51d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #001575 1%,#3a51d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #001575 1%,#3a51d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a51d3', endColorstr='#3a51d3',GradientType=0 ); /* IE6-9 */
	width: 700px;
	max-width: 70%;
	max-height: 80vh;
	top: 38px;
	border:0px solid red;
	font-family: 'PT Sans', Arial, sans-serif;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
	line-height: 2em;	
	color: #ffffff;
	text-align: left;
	padding: 25px;
	right: 10%;
	overflow: auto;
}

.bt-language-hover{	
	display:none;
	position: absolute;
	border-radius: 4px;
	border:1px solid #041da4;
	background: #3a51d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #001575 1%, #3a51d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#001575), color-stop(100%,#3a51d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #001575 1%,#3a51d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #001575 1%,#3a51d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #001575 1%,#3a51d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #001575 1%,#3a51d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a51d3', endColorstr='#3a51d3',GradientType=0 ); /* IE6-9 */
	width: 175px;
	height: 120px;
	margin-left: 20px;
	bottom:5px;
	border:0px solid red;
}
.bt-language-hover .bottom {
	position: absolute;
	bottom: 0px;
	width:100%;
	font-family: 'PT Sans', Arial, sans-serif;
	color: #eee;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
	line-height: 2em;	
}
.bt-language-hover .top {
	height:20px;	
	width: 100%;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 11px;
	color: #eee;
	text-align: center;
	line-height: 2em;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
}
.bt-language-hover .middle .left,.bt-language-hover .middle .right {
	float: left;	
	width: 50%;
	text-align: center;
}
.bt-language-hover .middle .left div,.bt-language-hover .middle .right div{
	margin-top: 5px;
}
.flag {
	cursor: pointer;
}
.flag:hover img {
	-webkit-box-shadow:  1px 1px 2px 2px rgba(0, 0, 0, .4);
    box-shadow:  1px 1px 2px 2px rgba(0, 0, 0, .4);
}
.map, .map-na, .map-rw {	
	position:absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: -1;
	background: url(../images/map.png) no-repeat center center; 
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	border:0px solid green;	
	min-height:190px;
}
.map-na {
	display:none;
	background: url(../images/map-na.png) no-repeat center center; 
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.map-rw {
	display:none;
	background: url(../images/map-rw.png) no-repeat center center; 
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.map-na, .map-rw {
	display:none;
}
.logo {
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:450px;
	max-width:65%;
	min-width:250px;
}


/*Styles for screen 150px and lower*/
@media screen and (max-height: 350px) {
	.top-bar, .bottom-bar {
		width: 100%;
		height: 33px;	
		z-index:999;
	}
	.slogan { 	
		font-size:12px;
		padding-top:10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 450px) {	
	.slogan { 	
		font-size:14px;
		padding-top:0px;
	}
	.map, .map-na, .map-rw {		
		background-size: 90% auto;
		background-position:30% center;
	}
	
}

/*Smartphone*/
@media only screen and (max-height : 400px) {		
	.logo{		
		width: 20%;
	}
}
@media only screen and (max-width : 1100px) {		
	.map, .map-na, .map-rw {		
		background-size: auto 95%;
	}
	.bt-about{			
		right: 5%;
	}
	.bt-about-hover {
		right: 5%;		
	}
}

@media only screen and (max-height : 700px) {		
	.bt-about-hover{
		max-height: 60vh;
	}
}

@media only screen and (max-width : 500px) {		
	.bt-language{			
		width: 120px;
		min-height: 25px;
		font-size:13px;
		line-height: 1.1em;
		margin-left:5px;
	}
	.bt-language-hover {			
		width: 120px;
		height: 280px;
		bottom:5px;
		margin-left:5px;
	}
	.bt-language-hover .bottom {		
		line-height: 1.1em;	
		font-size:13px;
		bottom:5px;
	}
	.bt-region, .bt-region-hover {
		width: 200px;
		margin-left: 130px;
		font-size:13px;
		line-height: 2em;	
		content:"XXX";
	}
	.bt-region-hover-na, .bt-region-hover-na-selected{
		line-height: 1.1em;	
		font-size:13px;
		width: 80px;		
	}
	.bt-region-hover-rw, .bt-region-hover-rw-selected  {
		width: 119px;
		line-height: 1.1em;	
		font-size:13px;		
	}	
	.bt-about{			
		width: 120px;
		min-height: 25px;
		font-size:13px;
		line-height: 1.1em;
		right: 5%;
	}
	.bt-about-hover {
		padding: 5px;
		right: 5%;		
		max-height: 60vh;		
		line-height: 1.5em;
	}
}

/*Smartphone*/
@media only screen and (max-width : 400px) {
	.slogan {
		display: none;
	}
	.slogan2 { 	
		display:block;
		font-size:12px;
		padding-top:1.5%;
	}

}