/*
 * ------------------------------------------------------------------------
 * JA Elastica Template for J25 & J3x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/

body {
  -webkit-text-size-adjust: 100%; /*Fix Mobile Safari Font Scale*/
}

/* RESPONSIVE FONT SIZES
--------------------------------------------------------- */
body.fs1 #ja-wrapper {
  font-size: 1.2em !important;
}

body.fs2 #ja-wrapper {
  font-size: 1.3em !important;
}

body.fs3 #ja-wrapper {
  font-size: 1.4em !important;
}

body.fs4 #ja-wrapper {
  font-size: 1.5em !important;
}

body.fs5 #ja-wrapper {
  font-size: 1.6em !important;
}

body.fs6 #ja-wrapper {
  font-size: 1.7em !important;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.main {
  width: 100%;
}

/* MASONRY PRESETS (240px*5 Grids)
--------------------------------------------------------- */
/* Main Content */
.ja-frontpage #ja-content {
  float: none;
  width: 100%; /* Frontpage Content 3 grids */
}

/* full 5 grids content */
body.content-grid-mass #ja-content,
body.content-grid-mass.ja-frontpage #ja-content {
  width: 100% !important;
}

/* 4 grids content */
body.content-grid-quadruple #ja-content,
body.content-grid-quadruple.ja-frontpage #ja-content {
  width: 100% !important;
}

/* 3 grids content */
body.content-grid-tripple #ja-content,
body.content-grid-tripple.ja-frontpage #ja-content {
  width: 100% !important;
}

/* CONTENT'S GRIDS
--------------------------------------------------------- */
.items-row {
  background: #fff;
  border-top: 1px solid #E6E6E6;
  box-shadow: 0 1px 1px rgba(0,0,0,.25);
  margin: 1em 0;
}

.items-row .item div.contentpaneopen {
  box-shadow: none;
}

.item {
  padding: 0;
}

.cols-1 .item {
  float: none;
  width: 100% !important;
}

.cols-2 .item,
.cols-3 .item,
.cols-4 .item,
.cols-5 .item {
  width: 50% !important;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
}

#ja-header .main {
  width: 100%;
  text-align: center;
}

#ja-header .main-inner1 {
  margin: 0;
}

h1.logo {
  height: 50px !important;
  width: 50% !important;
}

h1.logo a {
  padding: .5em !important;
}

div.logo-text {
  height: 50px;
  width: 100%;
}

div.logo-text h1 {
  margin-top: 0.3em;
}

/* Search & Social Bars ---*/
#ja-top {
  height: 40px;
  width: 178px;
  border-left: 1px dotted #666;
  position: absolute;
  right: 0;
  top: 50px;
}

/* Search */
#ja-search {
  bottom: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  border-bottom: 0;
}

#ja-search .search-btn {
  width: 30px;
  height: 30px;
  background-color: #222;
  margin-top: 5px;
}

#ja-search.active .search-btn,
#ja-search .search-btn:hover {
  width: 30px;
  height: 30px;
  background-color: #ec534d;
  margin-top: 5px;
  cursor: pointer;
}

#ja-search form.search {
  display: none;
  background: #ec534d;
  position: absolute;
  top: 35px;
  right: 10px;
  padding: .5em;
  width: 200px;
}

#ja-search:hover form.search,
#ja-search.active form.search {
  display: block !important;
}

#ja-search .inputbox {
  background: #222;
  border: 1px solid #222;
  color: #CCC;
  margin: 0;
  padding: 4px 0;
  text-indent: 10px;
  width: 100%;
}

/* Social */
#ja-social {
  height: 40px;
}

#ja-social ul {
  padding: 5px 0 0 1em;
}

#ja-social ul li {
}

#ja-social ul li a {
  background-color: #222;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
}

/* MODULES
--------------------------------------------------------- */
/* Hiden in Tablet ---*/
.hide-in-normal,
.hide-in-tablet {
  display: none;
}

/* MAIN NAVIGATION 
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
  float: left;
 
  width: 100%;
  text-align: left;
  
  height: 40px;
 
}

/* Mega Menu Layout ---*/
.ja-megamenu ul.level0 li.mega {
  height: 40px !important;
}

.ja-megamenu ul.level0 li.mega a.mega {
  height: 40px !important;
}

.ja-megamenu ul.level0 li.mega span.menu-title,
.ja-megamenu ul.level0 li.haschild span.menu-title {
  margin-top: .75em !important;
  padding: 0 !important;
  font-size: 1em !important;
}

.ja-megamenu ul.level1 li.mega span.menu-title {
  margin-top: 0 !important;
  padding: 0 !important;
}

.ja-megamenu ul.level1 li.mega {
  height: auto !important;
}

.ja-megamenu ul.level1 li.mega a.mega {
  height: auto !important;
}

.ja-megamenu ul.level0 li.mega span.menu-desc {
 /* display: none;*/
}

#ja-megamenu .childcontent {
 /* display: none !important;*/
}

#ja-megamenu li.rjd-active,
#ja-megamenu li.haschild.rjd-active {
}

#ja-megamenu li.rjd-active .childcontent {
  display: block !important;
  left: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 40px !important;
  width: 100% !important;
}

#ja-megamenu ul.level0 li.rjd-active .childcontent-inner-wrap,
#ja-megamenu ul.level0 li.rjd-active .childcontent-inner {
  margin: 0 !important;
  width: 100% !important;
}

#ja-megamenu ul.level0 {
  position: relative;
}

/* Mega Menu Styling---*/
#ja-megamenu li.rjd-active,
#ja-megamenu li.haschild.rjd-active {
  background: #222;
}

#ja-megamenu li.rjd-active a.mega,
#ja-megamenu li.haschild.rjd-active a.mega {
  color: #FFF;
}

/*Hide lv 2 Content */
#ja-megamenu ul.level1 li.rjd-active .childcontent,
#ja-megamenu ul.level1 .childcontent  {
  display: none !important;
}

/* Menu Button --- */
/* to use this value to detect responsive
 * > 3: mean responsive
 * 4: is mobile device, which the menu show only first level
 */
#ja-menu-button {
  z-index: 3;
}
#ja-megamenu {
  width: 100%;
  float: left;
}
#bd .ja-megamenu ul.level0 li.mega a.mega {
  padding-left: 1em;
  padding-right: 1em;
}
.stell_detailing {
   float: none;
  border: 1px solid #a29d9db3;
  border-radius: 36px;
  height: 254px;
  width: 84%;
  margin: 0 auto;
  margin-bottom: 1em !important;
}
.info ul {
	padding-right: 0;
	margin-top: 1em;
	width: 100%;
	float: left;
	padding-left: 8em;
}
.phone {
	background: none !important;
	display: block;
	padding: 0;
	line-height: 2;
	color: black;
	padding-left: 0 !important;
}
.phone a {
	color: black;
	padding-left: 6px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.info li {
	float: left;
}
.contactus h1 {
	font-size: 37px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	width: 76%;
	color: white;
}
#bd .camera_caption > div {
	background: none;
	left: 51px;
	position: absolute;
	top: -251px;
}
#bd .camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	height: auto !important;
	height: 28px;
	position: absolute;
	top: 319px;
	left: 66px;
}
.all_profile1 {
	width: 100%;
	float: left;
	margin-right: 3px;
}
.all_profile_list1 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 50%;
	float: left;
}
.all_profile_list1 img {
	float: left;
	padding-right: 16px;
	overflow: hidden;
	margin-bottom: 1em;
}
.info5 {
	width: 98%;
	margin: 0 auto;
}
.email {
	background: url('../images/mail.png') no-repeat scroll 0% 16%;
	padding-bottom: 1em;
}
.website1 {
	background: url('../images/web.png') no-repeat scroll 0% 16%;
	padding-bottom: 1em;
}
.detail1 {
	width: 32%;
	float: left;
	margin-left: 9px;
}
.detail1 li {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
.social_link {
	padding: 5px 1em;
}
.foot_copyright {
	width: 40%;
	float: left;
	color: white;
	text-align: center;
	font-size: 11px;
	line-height: 2;
	font-weight: 400;
	opacity: 0.8;
	font-family: 'Montserrat', sans-serif;
}
.term_condition {
	width: 30%;
	float: left;
	line-height: 2;
	font-size: 11px;
	color: white;
	font-family: 'Montserrat', sans-serif;
}
.aboutus_page {
	width: 97%;
	margin: 0 auto;
}
#bd .aboutus_info {
	width: 47% !important;
	float: left;
	min-height: 225px !important;
	margin: 8px 8px;
	box-shadow: 0px 0px 1px 0 grey;
	padding: 4px !important;
}
#bd .aboutus_info p {
	font-size: 14px;
}
#bd .inner_page h3 {
	color: #1f3860;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 17px;
}
.proj1 {
	width: 99%;
	float: left;
	margin-top: 2em;
}
.keypersonel span {
	border: 1px solid grey;
	min-height: 93px;
}
.nameperson {
	width: 25%;
	float: left;
	font-size: 16px;
	text-align: center;
}
.keypersonel {
	width: 96%;
	margin: 0 auto;
}
.keypersonel li {
	padding-left: 0 !important;
}
.keyimg {
	width: 100%;
	float: left;
	height: 268px;
}
.gallery_banner img {
	width: 100%;
	height: 258px;
}
.gallery_banner {
	width: 92%;
	margin: 0 auto;
}
#bd div#maximenuck108 ul.maximenuck li.maximenuck.level1 {
	display: inline-block;
	float: none !important;
	position: static;
	list-style: none;
	border: 1px solid transparent;
	float: left;
	text-align: center;
	padding: 5px 1em 3px 1em;
	margin: 2px 10px 0 0;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: none;
	filter: none;
}
.gallery1 h3 {
	color: #1f3860;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 2% !important;
}
.gallery1 img {
	width: 196px;
	height: 165px;
	padding-bottom: 1% !important;
}
#bd #jcemediabox-popup-img {
	width: 77%;
	opacity: 1 !important;
	padding-left: 14em;
	padding-top: 3em !important;
	height: auto;
	margin-top: 5em;
}
.carrer_form {
	width: 100%;
	float: left;
}
.carrer_info {
	width: 100%;
	float: left;
}
#bd .contact_form1 h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 1em !important;
}
.contact_form {
	width: 57%;
	float: left;
	margin-left: 1em !important;
}
#bd fieldset {
	width: 96%;
	float: left;
}
#contact {
	padding: 0;
	width: 100%;
	float: left;
}
#bd .btn {
	background: #1f3860;
	border: none;
	margin-left: 0em;
	width: 28%;
	line-height: 2;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
