/*  
* Theme Name: M-Cowell-Onfixing 
* Version: 1.0  
* Author: Moon for Interaksi  
* Description: Background slider theme. 
*/ 
@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 1.5em;
	overflow: hidden;	
	width: 100%;
}
p{	margin: 0 0 20px;	
}

h1, h2, h3, h4, h5{
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 20px;
}
h1{ font-size: 25px; }
h2{ font-size: 22px; }
h3{ font-size: 19px; }
h4{ font-size: 16px; }
h5{ font-size: 14px; }
/*
a, a:active, a:visited { color: #1d164f; font-weight: bold; text-decoration: none; }
a:hover { color: #929597; }
*/

a, a:active, a:visited { color: #444; font-weight: normal; text-decoration: none; }
a:hover { color: #222; text-decoration: none; }

.inner a, .inner a:active, .inner a:visited { color: #fff; font-weight: normal; text-decoration: none; }
.inner a:hover { color: #afafaf; text-decoration: none; }

.copyright { color: #444; }


ul li, ol li{		
	margin-bottom: 10px;
}

textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.clear{
	clear: both;
}
.inner{
	padding: 20px;
}
#wrapper{	
	height: auto;
	margin: 0 auto;		
	width: 100%;	
	overflow: hidden;
}
.container{
	width: 96%;
	position: relative;
}
/*  
* HEADER  
*/
#header{
	background: #fff;	
	position: relative;
	min-height: 91px;
}
	
#logo{
	min-height: 71px;
	height: auto;
	float: left;
	display: inline-block;
	margin: 10px 0;
}

	#main-nav{	
		margin-top: -31px;
		position: relative;
	}

	#main-nav ul li a{	
		font-family: 'Nunito', sans-serif;
		font-weight: 300;
		font-size: 13px;
		color: #2a2a2a;		
		text-decoration: none;
		text-transform: uppercase;
		padding: 0 15px;
		font-weight: bold;
	}

	
	
	#main-nav ul li ul li a{	
		padding: 8px 15px;
		text-transform: none; 
		font-weight: bold;
	}

	
	.sf-menu{	
		background: none;
	}

	.sf-menu li{	
		background: none;
	}

	.sf-menu ul li {	
		padding-left: 4px;
		background: url(images/dot.png) center left no-repeat;
	}

	.sf-menu ul li:first-child{		background: none !important;
	}
	.sf-menu ul ul{		max-width: 210px !important;		padding: 0 !important;		right: 0 !important;		left: 0 !important;			top: 102% !important;		/* opacity: 0.95 !important; */			}
	.sf-menu ul ul li {	
		background: none !important;		width: 200px !important;
	}		.sf-menu ul ul ul{		left: -100.5% !important;		top: 0 !important;			}

	.sf-menu li:hover,
	.sf-menu li.sfHover {	
		background: none;
	}

	.sf-navbar ul li:hover{	
		padding-left: 4px;
		background: url(images/dot.png) center left no-repeat;
	}

	
	.sf-menu li:hover a{	
	}

	
	#main-nav-pointer {		
		/* position absolute so that z-index can be defined and able to move this item using javascript */		
		position: absolute; 		
		left: 0; 		
		bottom: 0; 			
		/* should be lower than the list menu */		
		z-index: 50; 		
		/* image of the right rounded corner */		
		background: url('images/menu-arrow.png') no-repeat top center; 		
		height: 6px;
	}

	#main-nav-pointer .pointer{	
		height: 6px;
	}

	
	.mobile-menu{	
		display: none;
		cursor: pointer;		
		text-transform: uppercase;
		text-align: left;
		color: #2a2a2a;
		float: right;
		width: 60px;
		height: 22px;
		line-height: 22px;
	}

	
	.menu-toggle-icon{	
		display: inline-block;
		background: #2a2a2a;
		height: 2px;
		width: 16px;
		position: relative;
		float: right;
		margin-top: 10px;
		text-align: left;
	}

	.menu-toggle-icon:before{ 	
		content: '';
		position: absolute;	
		background: #2a2a2a;
		height: 2px;
		width: 16px;
		top: -4px;
	}
 
	.menu-toggle-icon:after{ 	
		content: '';
		position: absolute;		
		background: #2a2a2a;
		height: 2px;
		width: 16px;
		top: 4px;
	}
	
#middle{	
	overflow: hidden; 
	width: 100%; 
	position: relative;
}	

#content{
	background: #1a1a1a;
	position: absolute;	
	bottom: 0;
	width: 100%;	
	padding: 25px 0;
	opacity: 0.95;
	overflow: hidden;
	z-index: 999;
}
	
	/*		
	** Content Right		
	*/ 		
	#content.right{	
		position: relative;
		float: right;
		width: 575px;	
		right: -575px;
		padding: 50px 0 50px 20px;					
		color: #ccc; /* b0b098;	*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}

	#content.right .inner{
		margin: 0;
		padding: 0;
	}

	.scroll-content{width: 100%;}
		
	#content.right h1{	
		color: #fff;
		font-size: 25px;
		margin-bottom: 30px;
	}

	#content.right p, 
	#content.right ul li,
	#content.right ol li,
	#content.right th,	
	#content.right td{	
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		margin-bottom: 10px;
	}
	#content.right th,
	#content.right td{
		padding-bottom: 8px;
		vertical-align: top;
	}
	
	.jobs-applynow a,
	.jobs-applynow .button-primary{
		background: #1d164f;
		padding: 3px 10px 5px;
	}
	
	.jobs-applynow .button-primary{
		background: #1d164f;
		padding: 3px 10px 5px;
		border: none;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		line-height: 20px;
	}
	
	.job-description p{
		text-align: justify !important;
	}
	
	strong a{font-weight: bold !important;}

	
	#content .content{	
		display: block;
	}

	#content.right .content{	
		display: block;
	}

	#content .inner{	
		padding: 0 20px;
	}
	h1.toggle{		cursor: pointer;	}
	div.toggle{
		position: absolute;		
		top: 0; 		
		right: 0;
		display: block;
		width: 19px;
		height: 19px;
		background: url(images/toggle.png) no-repeat 0 0;
		cursor: pointer;
		z-index: 9998;
	}

	div.toggle.right-tg{
		top: auto;	
		left: auto;	
		bottom: 22px;		
		right: 0;	
		width: 40px;
		height: 40px;	
		background: url(images/toggle2.png) no-repeat 0 0;
	}

	div.toggle.down{	
		background-position: 0 -19px;
	}		
	
	div.toggle.right-tg.down{		
		background-position: -40px 0;	
	}

	#content h1{
		margin: 0;
		padding-bottom: 8px;
	}

	/* 	
	* FOOTER 	
	*/
	
	#footer{		
		color: #000;		
		width: 100%;		
		position: absolute;		
		bottom: 0;
		z-index: 9999;
	}

	#footer .topbg{
		height: 37px;width: 100%;		
		background: url(images/ft-bg.png) top right no-repeat;		
		margin-top: -22px;
	}

	
	.footer-left{	
		float: left;
	}

	.footer-right{
		float: right;	}

	#footer p{
		margin: 0 0 15px 0;
		font-size: 10px;
	}

	
	/* 	* SLIDER 	*/
#prevslide, #nextslide{
	margin-top: -27px;
	width: 54px;
	height: 108px;
	z-index: 99;
}

#prevslide{
	left: 0;
	background: url(images/left-arrow.png) center left no-repeat;
}
#nextslide{
	right: 0;
	background: url(images/right-arrow.png) center right no-repeat;
}

#prevslide:active, #nextslide:active{
	margin-top: -27px;
}

/* Q - Translate */
.widget_qtranslate {
	position: absolute;	top: 10px;	right: 0;	
}
.qtrans_language_chooser li{
	float: left;
	padding: 0 10px;
	border-right: solid 1px #1d164f;
	height: 10px;
	line-height: 10px;
	list-style: none;
}
.qtrans_language_chooser li:last-child{
	border-right: none;
}

#supersized{
	margin: 0;
}
#supersized li{	
	margin-bottom: 0;
}
#supersized li img{
	max-width: 500% !important;
}



/*Scroller*/
#content.right{
	padding: 40px 30px 60px;
}
#scroll-pane, .scroll-pane {	
	float: left;
	overflow: auto;
	width: 100%;
	height: 300px;
	position: relative;	
	margin-left: 0px;
	margin-bottom: 0px;
	display: inline;
}
#arrow_up{
	background: url(images/arrow_up.png) center center no-repeat;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	cursor: pointer;
}
#arrow_down{
	background: url(images/arrow_down.png) center center no-repeat;
	position: absolute;
	z-index: 999;
	bottom: 22px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	cursor: pointer;
}
.slider-wrap{
	display: none;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.sf-menu ul {
	opacity: 0.9 !important;
}
