@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, span, p, img,
button, input, textarea, select, label, hr, blockquote, form, fieldset, legend,
header, footer, nav, article {
	margin:0;
	padding:0;
}


@font-face {
	font-family: 'SEGOEUIL';
	src: url('../fonts/SEGOEUIL.eot');
    src: url('../fonts/SEGOEUIL.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SEGOEUIL.woff') format('woff'),
         url('../fonts/SEGOEUIL.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'Museo500Regular';
    src: url('Museo500-Regular-webfont.eot');
    src: url('Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Museo500-Regular-webfont.woff') format('woff'),
         url('Museo500-Regular-webfont.ttf') format('truetype'),
         url('Museo500-Regular-webfont.svg#Museo500Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.pull-right{
  float:right;
}

.pull-left{
  float:left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

a{
	text-decoration:none;
	color:#333333;}

a:hover{
	color:#000000;
	}
	
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

small {
    font-size: 85%;
}

/*--end--essentials--*/



html{
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size:100%;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body{}

#wrapper{
	width:100%;
	margin-left:0;
	min-width:980px;
	background-color:#ffffff;
	overflow:hidden;
}
	
header{
	height:90px;
	/*border-bottom:1px solid #eaeaea;*/
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.brandname{
	float:left;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;	
}

.brandlogo{
	margin-right:30px;
	margin-top:20px;
}


/*main*/

#main{
	width:100%;
	position:relative;
	padding-bottom:80px;
	min-height:600px;
}

.container{
	float:left;
	width:70%;
	min-width:700px;
}

.non-slider{
	margin-top:0 !important;
}

.subnav{
	float:left;
}

ul.cols{
	width:45%;
	float:left;
	list-style-type:none;
	margin-left:0;
}

ul.cols:2nd-child{
	border-left:1px solid #ff6600;
	border-sizing: border-box;
}

ul.cols li{
	font-size:12px;
	text-align:left;
}

blockquote{
	border-left: medium none;
    margin-bottom: 0;
    padding-left: 0;
}

blockquote:before {
    content: open-quote;
}

blockquote:after {
    content: close-quote;
}



/*SITEMAP*/
#sitemap-container{
	color: #6a6a6a;
    font-size: 12px;
	width:100%;
	margin-left:0;
	list-style-type:none;
	margin-bottom:50px;
}

#sitemap-container ul{
	width:50%;
	float:left;
	list-style:none outside none;
	text-align:left;
}

#sitemap-container li{
	display: inline-block;
    vertical-align: top;
	padding-right:50px;
	width:100%;
	line-height:30px;
}

#sitemap-container li a{
 	color: #6a6a6a;
	line-height:24px;
}
#sitemap-container li a:hover{
	color:#000000;
	text-decoration:none;
}

#sitemap-container li h4{
	margin-bottom:0;
	margin-top:0;
	font-weight:normal;
	color:#2D2D2D;
	font-size:17px;
	border-top:0;
	padding-top:0;
}


/*CAREER*/
.career-container{
	margin:0;
	clear:both;
}

.career-container ul{
	margin-left:30px;
	margin-bottom:20px;
}

.career-container li{
	list-style-type:disc;
}

.career-container .textin {
	margin-bottom:30px;
}

.career-container a{
	color:#ff6600;
}

.career-container a:hover{
	color:#575757;
}




/*TERMS*/
.terms-container{
	color: #6a6a6a;
    font-size: 12px;
	margin-left:0;
	clear:both;
}

.terms-container li{
	text-align:justify;
	list-style-type:disc;
	line-height:30px;
}

.terms-container ul{
	margin-left:30px;
}

.terms-container .textin{
	margin-bottom:30px;
}



/*Team*/
#team-container a.prev,
#team-container a.next,
#team-container #prev3,
#team-container #next3,
#team-container .slidernav{
	visibility:hidden;
}

#team-container .pager{
	top:0;
}

#team-container{
	
}


/*Footer*/

footer
{background-color:#eaeaea;
padding: 10px;
z-index:10;
position:relative;
width:100%;
height:30px;
clear:both;
padding-top:20px;
bottom:0;
}

footer div{
	position:relative;
}

footer .toggleup{
	position:absolute;
	left:30px;
	right:0;
	top:-30px;
	background-color:#eaeaea; 
	height:30px;
	margin:0;
	cursor:pointer;
	text-align:center;
	color:#5f5f5f;
	font-size:10px;
	letter-spacing:0.05em;
	padding-top:8px;
	width:30px;
}


footer .toggleup:focus,
footer .toggleup:hover{
	color:#000000;
}

footer .hidebar{
	bottom:-60px !important;
}

footer .showbar{
	bottom:0px !important;
}

footer p
{float:right;
margin:auto;
text-align:right;
color:#5f5f5f;
margin-right:20px;}


footer, footer ul{
	font-size:11px;	}

footer ul{
	float:left;
	margin:auto;
	text-align:left;
}
	
footer ul li {
	list-style-type:none;
	display:inline-block;
	padding:0 15px;
	color:#5f5f5f;
}

footer ul li a, footer a{
	color:#5f5f5f; 
	font-size:11px;
	letter-spacing:0.03em;}

footer ul li a:hover, footer a:hover{
	color:#000000;
	text-decoration:none;
}


/*HOMEBANNERS*/
#homebanners {
	height:100%;
	list-style-type:none outside none;
	margin:0;
	padding:0;
	min-width:980px;
}

#homebanners li{
	float:left;
	overflow:hidden;
	position:absolute;
	z-index:0;
}

#homebanners li div{
}

.panel-1{
	height:100%;
	width:50%;
	position:absolute;
	vertical-align:top;
}

.panel-2{
	height:33%;
	width:50%;
	position:relative;
	left:50%;
	top:0;
}

.panel-4{
	height:34%;
	width:50%;
	top:33%;
	left:50%;
	position:relative;
}

.panel-3{
	height:33%;
	width:50%;
	top:67%;
	left:50%;
	position:relative;
}

.p1hover{background-image:url(../img/home-banner-sg4.jpg);}
.p2hover{background-image:url(../img/home-banner-mm.jpg);}
.p4hover{background-image:url(../img/home-banner-cd.jpg);}
.p3hover{background-image:url(../img/home-banner-id.jpg);}


.link{
	background-image:none;
	display:block;
	height:100%;
	overflow:hidden;
	position:absolute;
	text-indent:100%;
	top:0;
	white-space:nowrap;
	width:100%;
	z-index:11;
}

.overlay, .overlay div{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	zoom:0;
}

.overlay #sg4,
.overlay #sg4-color
{
	background-position:center top !important;
}

.overlay_title{
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	left:30px;
	top:20px;
	display:block;
}

.title-country{
	font-family:'Museo500Regular', Arial, san-serif;
	 color: #FFFFFF;
    font-size: 30px;
	font-size: 25px;
    font-weight: 500;
    text-shadow: 1px 2px 2px #888888;
}


.check:before, .check:after{
	content: " ";
	display:table;
}


.check:after{
	clear:both;
}





