﻿html, body {
	font-family: 'Montserrat';
	overflow-x: hidden;
}
input[type=text]:focus, div:focus, a:focus, .btn:focus {
	outline:transparent;
	box-shadow: none;
}

a:link {
	color: #ed8544;
}
a:visited {
	color: #ed8544;
}
a:active {
	color: #ed8544;
}
a:hover {
	color: #ed8544;
	text-decoration: none;
}
/* Navbar */
.navbar { z-index: 100; }
#navbarSupportedContent { position:relative; }
nav {
	background-color:#ffffff !important;
}
nav .logo {
	height: 46px;
}
nav .nav-item {
	/*margin-right:8px;*/
	border-bottom: 3px solid transparent;
}
nav .nav-item a {
	font-weight: bold;
}
nav .active {
	border-bottom: 3px solid #ed8544;
}
nav .nav-item:not(.search):hover {
	border-bottom: 3px solid #ed8544;
}
nav .dropdown-menu {
	z-index: 1000;
}
.search-container {
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	background:#ffffff;
	position:absolute;
}

.navbar-toggler{
	background:#000;
	width:40px;
	height:40px;
	top:20px;
	right:10px;
	display:block;
	position:absolute;
	border-radius:50%
	}

.navbar-toggler:before,
.navbar-toggler:after{
	background:#fff;
	width:20px;
	height:2px;
	right:10px;
	display:block;
	position:absolute;
	content:"";
	transition:all .75s ease
	}

.navbar-toggler:before{top:16px}
.navbar-toggler:after{bottom:16px}

nav:focus-within .navbar-toggler:before{transform:rotate(45deg) translate(2px,2px)}
nav:focus-within .navbar-toggler:after{transform:rotate(-45deg) translate(2px,-2px)}

#remove-bar {
	padding-top: 3px;
    margin-left: 10px;
    cursor: pointer;
}
.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.search-active {
	opacity: 1;
	width: 100%;
	height: 100%;
	background:#ffffff;
	position:absolute;
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
/* End Navbar */

/* Headers */
.section-header {
	line-height: 95px;
	font-size: 48px;
	font-weight: 900;
	padding-bottom:5px;
	margin:25px 0 -10px 0;
	z-index: 99999;
}
.section-divider {
	border-bottom:4px solid #ed8544;
	width: 68px;
	margin-bottom:10px;
}
/* End Headers */

/* Sub Pages */
.page-header {
	margin-top:-72px;
	top:0;
	height: 440px;
	z-index: 0;
	background-size:cover;
	background-position: center;
}
.page-header .carousel-image {
	background-size:cover;
	background-position: center;
	min-height:440px;
	z-index: 0;
}
.page-header .carousel-caption {
	text-align: left;
}
/* End Sub Pages */

/* Top Section */
.top-section {
	position:relative;
	top:-50px;
	background: #ffffff;
	  -webkit-box-shadow: -4px -33px 50px -31px rgba(0,0,0,0.65);
	  -moz-box-shadow: -4px -33px 50px -31px rgba(0,0,0,0.65);
	  box-shadow: -4px -33px 50px -31px rgba(0,0,0,0.65);
	min-height: 275px;
	z-index:101;
	  margin-bottom:-105px;
  }
  .top-section .editable {
	outline: none !important;
  }
  .top-section h1 {
	/* font-weight: 700;
	font-size:48px;
	line-height: 1.17; */
  }
  .top-section .author {
	border-radius:100%;
	overflow: hidden;
	height: 64px;
	width: 64px;
	background-image: url(https://mobge.net/img/no-user.png);
	background-repeat:no-repeat;
	background-position: center;
	float:left;
  }
  .top-section .author-name {
	font-weight: 700;
	float:left;
  }
  .top-section .author-position {
	font-weight: 500;
	float:left;
  }
  .top-section .author-border {
	clear:both;
	border-bottom:3px solid #ed8544;
	  width: 105px;
  }

/* custom elements */
.career .card {
	border:0;
	/* border-bottom:1px solid #000 !important; */
}
.career-top {
	background:#fff;
	border:0px;
	border-top:1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.career-top-section {
	min-height:158px !important;
	z-index:0
}
.career .subheader {
	color: #ed8544;
	font-weight: 700;
}
.career .not-tagged {
	visibility: none !important;
}
.career .apply-holder {
	min-height:250px;
	background-image:url(../image/apply-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom:3px solid #ed8544;
}

.career-header {
	color:#000;
	font-weight: 700;
}
.career-header:hover {
	color:#000;
	text-decoration: none;
}
.blog-listing .card {
	border-radius: 10px !important;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 47px -23px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 47px -23px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 47px -23px rgba(0,0,0,0.75);
}
.blog-listing .post-divider {
    width: 55px;
    border-bottom: 2px solid #ffffff;
}
.blog-listing .post-title {
    font-size:24px;
    font-weight: 800;
}
.blog-listing .post-date {
    font-size: 16px;
}
.blog-listing .card-img-overlay {
  position:absolute;
  bottom:15px;
  top: auto;
  height: auto !important;
}
.blog-background {
	height: 520px;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}

/* Apply Form */
.apply-form input {
	border:0px;
	border-bottom:2px solid #ccc;
	border-radius:0;
}
.apply-form textarea {
	border:2px solid #ccc;
	border-radius: 8px;
}
.apply-form .apply-header {
	color:#ed8544;
	font-weight: 700;
	font-size:24px;
}
.apply-form .dropzone {
	color: rgba(0, 0, 0, 0.3);
	border-radius:8px;
	height: 80px !important;
	min-height: 50px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: white;
    padding: 5px 20px;
}

/* Support */
.support .card {
	border:0;
	/* border-bottom:1px solid #000 !important; */
}
.support-top {
	background:#fff;
	border:0px;
	border-top:1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.support .subheader {
	color: #ed8544;
	font-weight: 700;
}
.support .not-tagged {
	visibility: none !important;
}
.support .apply-holder {
	min-height:250px;
	background-image:url(../image/apply-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom:3px solid #ed8544;
}

.support-header {
	color:#000;
	font-weight: 700;
}
.support-header:hover {
	color:#000;
	text-decoration: none;
}
/* End Support */

/* Footer */
#footer .container-fluid {
	padding:65px 0 35px 0;
	background: url() bottom left no-repeat #df5e22;
	background-size:20%;
	min-height: 350px;
}
#footer h4 {
	font-weight: 500;
	color:#ffffff;
	margin-bottom:15px;
}
#footer p a {
	font-size:18px;
	color: #ffffff;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer input {
	border-top-left-radius:25px !important;
	border-bottom-left-radius:25px !important
}
#footer button {
	border: 3px solid #fff;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    padding: 5px;
    z-index:999;
}
#footer .input-group-append {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	background: white;
	margin-left: -21px;
}
/* Footer Ends */

/* Sub Footer */
#subfooter {
	min-height: 50px;
	background-color: #000;
	color:#fff;
	padding-top:10px;
}
#subfooter .fa-lg {
	margin:0 5px;
}
/* End Sub Footer */

.contact .fa-map-marker-alt, .contact .fa-envelope {
	color: #ed8544;
}
.contact .address-header {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:0;
}
.contact .address-description {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
}
.second-child {
	background: #ffffff;
	position: relative;
	z-index:106 !important;
}
.contact-header {
	font-size: 40px;
	font-weight: 800;
}
.contact-divider {
	width: 100px;
	height: 0px;
	border:2px solid #000000;
}
.contact-message {
	border-radius: 14px;
	border:1px solid #000000;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	box-sizing: border-box;
	height: auto;
	resize: none;
}
.contact-element {
	border-radius: 14px;
	border:1px solid #000000;
	padding-left:20px;
	padding-right:20px;
	height: calc(2em + 1rem + 3px) !important;
}
.btn-contact {
	height: 60px;
	border-radius: 14px;
	border: solid 2px var(--dusty-orange);
	background-color: var(--dusty-orange);
	font-size: 18px;
	color:#ffffff;
	font-weight: 500;
}
.btn-contact:hover {
	color:#ffffff;
	background-color: var(--dusty-orange-over);
	border: solid 2px var(--dusty-orange-over);
}

/* Search v2 */
.search-overlay {
	position:fixed;
	z-index: 10000;
	top:0;
	left:0;
	width: calc(100% + 15px);
	display: none;
	background-color:rgba(0, 0, 0, .8);
}
.search-close {
	position: absolute;
	top:20px;
	right:20px;
	color: #ed8544;
	cursor:pointer;
}
.search-holder {
	background: rgba(0, 0, 0, .4);
    border-radius: 5px;
}
.search-holder .form-control {
	background: transparent;
	border:none;
	border-radius:0;
	border-bottom:1px solid #ed8544;
	color:white !important
}
.search-holder ::placeholder{
	color:white
}
.search-holder input:focus {
	/* outline: 2px solid #ed8544; */
}
.searching_for {
	background-color: #ed8544;
	font-weight: bold;
	color: #fff;
	border-radius:3px
}
/* End Search v2 */

/* Side Menu */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #df5e22;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
	z-index: 9999;
}
.sidenav a:link {
	color: #fff !important;
}
.sidenav-holder {
	padding-left: 15px;
}
.sidenav-holder .active {
	text-decoration: underline;
}
.mmenu-holder {
	margin-top: -61px;
    height: 61px;
    width: 100%;
    background: #df5e22;
    position: fixed;
    z-index: 11;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: block;
	transition: 0.3s;
	text-shadow: 1px 1px rgba(0,0,0,.4);
	font-weight: 900;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .close-burger {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.m-nav {
	min-height: 62px;
	background: #fff;
	position: fixed;
	top: -1px;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0px 10px 36px -26px rgba(0,0,0,1);
	-moz-box-shadow: 0px 10px 36px -26px rgba(0,0,0,1);
	box-shadow: 0px 10px 36px -26px rgba(0,0,0,1);
}
.m-nav .nav-icon {
	position: absolute;
	top: 8px;
	right:15px;
	width: 40px;
	z-index:10000;
}

.m-nav .nav-icon:after,
.m-nav .nav-icon:before,
.m-nav .nav-icon div {
	text-shadow: 1px 1px rgba(0,0,0,.4);
	background-color: #df5e22;
	border-radius: 3px;
	content: '';
	display: block;
	height: 5px;
	margin: 7px 0;
	transition: all .2s ease-in-out;
}
.m-nav .nav-icon-open:before {
	transform: translateY(12px) rotate(135deg);
	background-color:#fff;
}

.m-nav .nav-icon-open:after {
	transform: translateY(-12px) rotate(-135deg);
	background-color:#fff;
}

.m-nav .nav-icon-open div {
	transform: scale(0);
	background-color:#fff;
}

.m-nav .logo-mobile {
	max-height: 62px;
	z-index:10000;
}
#hamburger .search-bar {
	padding: 10px 15px 10px 0;
    min-height: 79px !important;
}
#hamburger .side-tool {
	min-height: 55px;
	border-width: 0.01em;
    border-bottom-style: solid;
    border-color: #e26e38;
}
#hamburger .side-tool-games {
	min-height: 55px;
	border-width: 0.01em;
    border-bottom-style: solid;
    border-color: #e26e38;
	font-size: 21px;
	font-weight: 100;
}

#hamburger .search_submit {
	background-color: #e26e38;
	float: left;
	width: 10%;
	border-radius: 6px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	line-height: 50px;
	color: white;
}
#hamburger .search_submit .fa-search {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
#hamburger .searching_for {
	background-color: #e26e38;
	border-radius: 6px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border:0px;
	line-height: 50px;
	padding: 0 15px;
	width: 90%;
	float:left;
}
#hamburger .searching_for::-webkit-input-placeholder {
	color: white;
	font-weight: normal;
}

#hamburger .searching_for:-ms-input-placeholder {
	color: white;
	font-weight: normal;
}

#hamburger .searching_for::placeholder {
	color: white;
	font-weight: normal;
}
/* End Side menu */

@media only screen and (max-width: 414px) {
	.wrapper { margin-top:62px }
	.section-header { font-size: 38px !important }
	.about-footer { position: relative }
	.joinup-holder {
		position: absolute;
		bottom:0;
		left: 0;
		padding-bottom: 15px;
		background: #FFFFFF;
		background: -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF00);
		background: -moz-linear-gradient(bottom, #FFFFFF, #FFFFFF00);
		background: linear-gradient(to top, #FFFFFF, #FFFFFF00);
	}
	#footer .container-fluid { padding-top: 40px }
	#footer .container-fluid { background-size: 100% !important }

	.contact-header {
		font-size: 36px;
		font-weight: 800;
	}
	.career-top-section {
		min-height:0px !important; z-index:0
	}

	.blog .carousel-control-prev {
		left: 45px;
	}
	.blog .carousel-control-next {
		right: 45px;
	}
}

@media only screen and (max-width: 320px) {
	.section-header { font-size: 30px !important }
	.about-footer .joinup { font-size: 29px !important }
}
