/*********************************************/
/******      General font Config     *********/
/*********************************************/
@font-face {
	font-family: Raleway-Bold;
	src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
	font-family: Raleway-Medium;
	src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
	font-family: Raleway-Regular;
	src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
	font-family: Raleway-SemiBold;
	src: url(../fonts/Raleway-SemiBold.ttf);
}

@font-face {
	font-family: Sansation_Italic;
	src: url(../fonts/Sansation_Italic.ttf);
}


/****************************************/
/******      General Config     *********/
/****************************************/
html,body  {
	margin:0;
    padding:0;
    height:100%
}
h1{
	font-size: 6em;
	font-family: Raleway-Bold;
	color: #FFFFFF;
	margin:0;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	padding:0;
}
#content {
	padding-bottom:100px; /* Height of the footer element */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height: 100px;
	background:#4D4D4D;
}
@media (max-width: 992px) {
	h1{
		font-size: 4em;
		font-family: Raleway-Bold;
		color: #FFFFFF;
		margin:0;
	}
}

@media (max-width: 768px) {
	#content {
		/*padding-bottom:250px;*/ /* Height of the footer element */
	}
	#footer {
		height:130px;
	}
}

@media (max-width: 767px) {
	#footer {
		height:235px;
	}
}

/*************************************/
/******      Header Menu     *********/
/*************************************/
/* 2 header menu styles: 												*/
/*  - navbar-default(menu-item, active-default)							*/
/*	- navbar-inverse(menu-item-inverse, active-inverse)					*/
/*																		*/ 
/* For Browser, 														*/
/* a. navbar-default													*/
/* 	- index.html#section0, index.html#section2							*/
/*	- product.html#top													*/
/*	- contact-us.html													*/
/*	- career.html														*/		
/*																		*/
/* b. navbar-inverse													*/		
/*	- index.html#section1, index.html#section3							*/
/*	- career-detail.html												*/		

/* For Smart phone device, 												*/
/* - navbar-default applies on index.html#section0 only,				*/
/*   Once scroll down, switch to navbar-inverse							*/


/* Override bootstrap.css*/
.navbar-inverse ,
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default button{
	right:0;
}

/* For Index.html only */
.index.nav.navbar-nav.navbar-right  {
	margin-top: 10px;
	margin-right: 78px;
	/*border: 1px solid yellow;*/ /*debug*/
}
/* For Index.html only */

.navbar-right  {
	margin-top: 9px;
	margin-right: 77px;
	/*border: 1px solid red;*/ /*debug*/
}
.nav.navbar-nav li a{
	margin-left:5px;
	margin-right:5px;
	background-color: transparent;
	/*border: 1px solid red;*/ /*debug*/
}

.company-logo {
	width: 85%;
	height: 85%;
	margin: 0;
	padding-top: 10px;
	padding-left: 78px;
}

.company-logo-mobile {
	height: 45px;
	margin-left: 10px;
	padding-top: 7px;
	padding-left: 2px;
}

.menu-text{
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	font-family: Raleway-Bold;
	font-size: 18px;
	padding-left:0;
	padding-right:0;
	/*border: 1px solid #90bade;*/	/*debug*/
}

.active-default,
.menu-text:focus,
.menu-text:hover{
	color: #FFEE00;
	border-bottom: 3px solid #FFEE00;
}

.menu-text-inverse{
	text-transform: uppercase;
	text-align: center;
	color: #B3B3B3;
	font-family: Raleway-Bold;
	font-size: 18px;
	padding-left:0;
	padding-right:0;
/*	border: 1px solid #90bade;*/	/*debug*/
	
}

.active-inverse,
.menu-text-inverse:focus,
.menu-text-inverse:hover{
	color: #006084;
	border-bottom: 3px solid #006084;
}

.navbar.navbar-default .navbar-collapse,
.navbar.navbar-inverse .navbar-collapse {
  border: none;
  box-shadow: none;
  padding:0;
}


/* FULL SCREEN MODAL STYLES
-------------------------------------------------- */
.fullscreen .modal-dialog {
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
}
.fullscreen .modal-content {
	height: 100%;
	min-height: 100%;
	border-radius: 0;
	background: #56D1DB;
	opacity: 0.9;
	overflow:auto;
}
.fullscreen .modal-content {
	border: 0;
}
.fullscreen .modal-header {
	border: 0;
}
.fullscreen .close {
	margin-right:10px;
	opacity: 1;
	width: 36px;
}
.fullscreen .glyphicon-remove {
	opacity: 1;
	color:#fff;
	z-index: 100;
}
.fullscreen .modal-body ul {
	list-style-type:none;
	padding: 25px 0 0 0;
}
.fullscreen .modal-body li {
	padding: 20px;
}
.fullscreen .modal-body a {
	text-decoration: none;
}
.fullscreen .modal-body a:hover {
	text-decoration: none;
}
/* Change menu icon bar to X			*/
/* Ref: https://jsfiddle.net/gndkmc5y/ 	*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #006084;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
	padding-top:20px;
}

.navbar-toggle:hover{
	background: transparent !important;
}
/*** tablet only ***/
@media (min-width: 991px) and (max-width: 1400px){
	/* index.html only*/
	.index.nav.navbar-nav.navbar-right  {
		margin-right: 10px;
	}
	/* index.html only*/
	
	.menu-text,
	.menu-text-inverse{
		font-size:14px;
	}
	.nav.navbar-nav li a{
		margin-top:10px;
		margin-left:0;
		margin-right:0;
		padding:10px;
		text-align:center;
		/*border: 1px solid red;*/ /*debug*/
	}
	.navbar-right {
		margin-right: 10px;
	}
	.company-logo{
		padding-left: 10px;
		/*margin-left:10%;*/
	}
}

@media (min-width: 768px) and (max-width:990px) {
	.fullscreen .modal-body ul {
		list-style-type:none;
		padding: 10% 0;
	}
	.fullscreen .modal-body li {
		padding: 30px;
	}
	.menu-text{
		font-size: 36px;
	}
	
}
@media (max-width: 991px) {
/*	override the default navbar collapse from max-width 768 to 991 (start)*/
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}

/*	override the default navbar collapse from max-width 768 to 991 (stop)*/
	.collapse{
		background: #56D1DB;
		opacity: 0.9;
		margin: 0 auto;
	}

	.navbar-right  {
		margin-right: 0;
	}
	
	.navbar-inverse {
		background-color: #FFFFFF;
		border-color: #FFFFFF;
	}
	
	.navbar-nav {
		text-align:center;
		width: 100%;
		margin: 0 auto;
	}
	
	.navbar-nav li a{
		margin-top:10%;
		margin-bottom:10%;
	}

	.navbar-collapse.collapsing {
		height: 0 !important;
	}
	.company-logo{
		width: 40%;
		height: 40%;
		margin-left: 10px;
		top: 2px;
		left: 2px;
		padding-top: 15px;
		padding-left: 2px;
	}
	
	.menu-text,
	.menu-text-inverse{
		color: #FFFFFF;
	}
	
	.menu-text:focus,
	.menu-text:hover,
	.menu-text-inverse:focus,
	.menu-text-inverse:hover{
		color: #FFEE00;
		border-bottom: 3px solid #FFEE00;
	}
}

/*************************************/
/******      Footer Menu     *********/
/*************************************/

.footer-sticky{
	position: absolute;	
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #4D4D4D;
}

.footer-float{
	padding: 2.5rem 0;
	bottom: 0;
	background-color: #4D4D4D;
}

.footer-location {
	padding-top: 10px;
	text-align:center;
	margin: 10px auto;
}

/* Override original class in bootstrap.css (start)*/ 
.list-inline > li a{
	font-size: 20px;
	font-family: Raleway-Semibold;
	color: #999999;
	text-transform: capitalize;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.list-inline > li a:focus,
.list-inline > li a:hover{
	text-decoration: none;
	color: #56D1DB;
}
/* Override original class in bootstrap.css (end)*/ 

.footer-copyright{
	font-size: 18px;
	font-family: Raleway-Semibold;
	color: #999999;
	text-transform: capitalize;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
@media (min-width: 768px) and (max-width: 1023px) and (orientation:portrait){
	.footer-sticky{
		height: 130px;
	}
}
/* iPhoneX only	*/
@media (width: 812px) {
	.footer-location{
		padding-top:unset;
		margin:5px auto;
	}
}
@media (max-width: 767px){
	.footer-sticky{
		height: 100px;
	}
	.footer-location {
		padding-top: 0;
	}
	.footer-float{
		padding: 0;
		height:235px;
	}
}
@media (max-width: 320px){
	.container-fluid{
		padding:0;
		margin:0;
	}
	.footer-copyright{
		padding:0;
	}
}