* { margin: 0; padding:0; }

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('font/BebasNeue-webfont.ttf');
}

@font-face {
	font-family: 'Neou Thin';
	src: url('font/Neou-Thin.otf');
}

body{
	margin:0px;
	padding:0px;
	color:#e1e1e1;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:12px;
	background:white;
	min-height: 800px;
}

#global-container {
	width: 100%;
	float:left;
	margin:0 auto;
}

#content-container {
	width: 980px;
	margin:0 auto;
	position:relative;
}

.contact_form_div
{
    margin-bottom:50px;
}


a 
{ 
	color:#fff; 
	text-decoration:none; 
	font-weight:bold; 
	-moz-transition:color 0.3s ease-out;
	-webkit-transition:color 0.3s ease-out;
	-o-transition:color 0.3s ease-out;
	-ms-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}


html{ 
	height: 100%;
}

#global_wrap{
    width: 980px;    
    margin: auto;
}

h1 {
	font-family: 'Dosis', sans-serif;
	font-size:100px;
	color:#00aeef;
	margin:10px 0;
	padding:0;
}

h2 {
	font-family: 'Century Gothic';
	font-size:40px;
	font-weight:bold;
	color:#00425b;
	text-shadow: 1px 1px 1px #000 (inset);
	text-transform: uppercase;
}
	
.clear{
	clear: both;
}

.content {
width: 970px;
margin: 0 auto;
position: relative;
background: white;
color: black;
text-align: left;
border-radius: 10px;
margin-top: 20px;
margin-bottom: 50px;
min-height: 600px;
}

.content:empty
{
padding:0px !important;
background: transparent !important;
}

.banner
{
width:100%;
}

/**TOP MENU**/
.navigation {
z-index: 999;
margin: auto;
padding: 20px;
height: 35px;
background: rgba(0, 0, 0, 0.74);
	
}

.nagivationwrapper
{
width: 800px;
margin: auto;
}

.navigationbg
{
/**background: url(images/menubg.png) center 0 no-repeat transparent;**/
height: 10px;
margin-top: -40px;
}


.navigation a
{
	color:white;
	font-size: 15px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 10px 0px 20px 0px;
}


.footer{
	font-family: Arial, sans-serif;
	line-height: 36px;
	font-size: 12px;
	width: 100%;
	background: rgba(0, 0, 0, 0.86);
	opacity: 0.9;
	z-index: 9999 !important;
	position: relative;
	border-bottom: 1px solid white;
	position: fixed;
    z-index: 100; 
    bottom: 0; 
    left: 0;
    width: 100%;
}
.footer a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;	
}
.footer a:hover{
	color: #fff;
}

.footer p
{
color:white;
text-align: center;
}

.footer_content
{
width:900px;
margin:auto;
}

.social
{
height: 20px;
float: right;
padding: 6px;
margin-right:50px;
}

#level-1
{
	width:100%;
	background: #d6d5d5;
	float:left;
}

#level-2
{
	width:100%;
	background: #0076a3;
	float:left;
}

.global_wrap{
	width:980px;
	position:relative;
	margin:0 auto;
	height:100%;
}

#component{
    text-align: center;
	width:980px;
	float:left;
	margin:20px 0 20px 0;
	color: #707070;
}

#footer{
    text-align: center;
	width:980px;
	float:left;
	margin:10px 0 10px 0;
}

.bottom-img {
	background: url(images/building-images.png) center 0 no-repeat transparent;
	width: 100%;
	height:300px;
	float:left;
}

.map
{
border:0px !important
}

.gmap3
{
border: 1px solid grey;
}

.row.position, .row.state
{
display:none;
}

.contact_form
{
font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
font-size: 35px;
line-height: 35px;
position: relative;
font-weight: 400;
background: url(http://dsgroup.com.my/template/pro/dsgroup/landing_page/css/images/about_line.png) center 0 no-repeat transparent;
background-position: 0px 30px;
padding-bottom: 10px;
background-color: transparent !important;
margin-bottom: 20px;
margin-top: 40px;
}

.contact_label> input[type="submit"]
{
	border: solid 1px #32373B;
	background: #3E4347;
	box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .1), 0px 1px 3px rgba(0, 0, 0, .1);
	color: #FEFFFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
	width: 80px;
	padding: 5px;
	margin-left: 10px;
	color: white;
	border-radius: 5px;
	cursor: pointer;
	
}

.contact_label> input[type="submit"]:hover
{
	background: #3D4F5D;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3D4F5D));
	background: -moz-linear-gradient(0% 0% 270deg,#547085, #3D4F5D);
	border: solid 1px #32373B;
	box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .1), 0px 1px 3px rgba(0, 0, 0, .1);
	color: #FEFFFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
}

.contact_label> input[type="checkbox"]
{
margin-right: 10px;
}

.contact_field
{
padding-bottom: 10px;
}

.contact_block
{
font-size: 14px
}

 
.innermenu
{

width: 210px;
height: 455px;
float: left;
}

.article_title h4
{
font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
font-size: 35px !important;
line-height: 35px;
position: relative;
font-weight: 400;
}

.main_menu
{
float:right;
}

.innermenu a
{
color:black;
}

.innermenu a:hover
{
color:blue !Important;
}

.innermenu ul.menu li
{
font-size: 17px;
}

.innermenu ul.menu
{
width: 100px !important;
}

/*
* Blog 
*/


.left_blog{
	width: 615px !important;
	float: right;
	text-align: justify !important;
}

.left_blog a
{
color:#3BACF3;
}

.right_blog
{
	width: 300px;
	float: left;
}

.left_blog img
{
	border-radius: 4px;
	font-size: 0;
	line-height: 0;
	border: 1px solid white;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.right_blog .menu a
{
color:black;
font-style: normal;
font-weight: normal;
}

.right_blog .menu a:hover
{
color: rgb(0, 92, 128) !important;
}


.right_blog li.top_li 
{
width: 200px;
text-align: left;
}

 

/*.left_blog img:hover
{
border: 1px solid grey;
-moz-transition: color 0.3s ease-out;
-webkit-transition: color 0.3s ease-out;
-o-transition: color 0.3s ease-out;
-ms-transition: color 0.3s ease-out;
transition: color 0.3s ease-out;
}*/


/*Property Map*/


.tt-wrapper{
	padding: 0;
width: 800px;
height: 70px;
margin: auto;
top: 20px;
height: 609px;
margin: 0px auto;
background: white url('/storage/upload/dsgroup/images/property/map/property_map.jpg') no-repeat;
overflow: hidden;
position: relative;
list-style:none;
}

.tt-wrapper li{
	float: left;
}
/*.tt-wrapper li a{
	display: block;
	width: 68px;
	height: 70px;
	margin: 0 2px;
	outline: none;
	background: transparent url(../images/growcase_the_social_gunman_icons.png) no-repeat top left;
	text-indent: -9000px;
	position: relative;
}*/





.perda
{
	display: block;
	width: 68px;
	height: 70px;
	margin: 0 2px;
	outline: none;
	background: transparent url(/storage/upload/dsgroup/images/property/map/shop_icon.png) no-repeat top left;
	text-indent: -9000px;
	position: relative;
	left: 335px;
	top: 140px;
}

.alma
{
	display: block;
	width: 68px;
	height: 70px;
	margin: 0 2px;
	outline: none;
	background: transparent url(/storage/upload/dsgroup/images/property/map/shop_icon.png) no-repeat top left;
	text-indent: -9000px;
	position: relative;
	left: 395px;
	top: 125px;
}

.permatang
{
	display: block;
	width: 68px;
	height: 70px;
	margin: 0 2px;
	outline: none;
	background: transparent url(/storage/upload/dsgroup/images/property/map/shop_icon.png) no-repeat top left;
	text-indent: -9000px;
	position: relative;
	left: 312px;
	top: 180px;
}

.babington
{
	display: block;
	width: 68px;
	height: 70px;
	margin: 0 2px;
	outline: none;
	background: transparent url(/storage/upload/dsgroup/images/property/map/shop_icon.png) no-repeat top left;
	text-indent: -9000px;
	position: relative;
	left: -115px;
	top: 130px;
}


.airport
{
	display: block;
	width: 68px;
	height: 70px;
	margin: 0 2px;
	outline: none;
	background: transparent url(/storage/upload/dsgroup/images/property/map/airport_icon.png) no-repeat top left;
	text-indent: -9000px;
	position: relative;
	left: -168px;
top: 260px;
}

.tt-wrapper li a span{
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -64px;
	font-family: 'Alegreya SC', Georgia, serif;
	font-weight: 400;	
	font-style: italic;
	font-size: 14px;
	color: #719DAB;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: rgb(255, 255, 255);
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 70px;
}

.logo
{
float:left;
}

.logo_bg
{
background: url(/storage/upload/dsgroup/images/bg/logo_bg.png) center 0 repeat transparent;
border-radius: 10px;
/*box-shadow: 0 15px 20px -15px rgba(0,0,0,0.8);*/
width: 830px;
height: 260px;
padding: 0px;
margin: auto;
}

.bluetitle
{
background: #3BACF3;
color: white;
padding: 10px;
font-size: 15px;
font-weight: bold;
}

.article_title
{
margin: 10px 0px !important; 
}

.right_blog h3 
{
    font-size: 15px !important;
}
.about_dsg h3
{
font-size: 18px;
font-weight: normal;
}


.contact_desc
{
width: 850px;
color: black;
border: 1px dotted rgb(167, 167, 167);
padding: 20px;
}

.contact_detail_block
{
display:none;
}



input[type="text"]
{
-webkit-appearance: none;
padding: 5px;
line-height: 1.2em;
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#CCC));
-webkit-appearance: none;
-webkit-box-shadow: 1px 1px 1px white;
-webkit-border-radius: 0.5em;
border: 1px solid #D0D0D0;
background: #FBFBFB;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 14px;
color: #444;
height:25px;
}

.contact_form_div textarea
{
width: 300px;
-webkit-appearance: none;
padding: 0.5em;
line-height: 1.2em;
background-color: #FBFBFB;
-webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 2px inset;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border: 1px solid #D0D0D0;
font-size: 14px;
color: #444;
margin: 2px 0px;
height: 96px;
background-position: initial initial;
background-repeat: initial initial;
}


/*tabs*/

.tabs li 
{
	list-style:none;
	display:inline;
}

.tabs a 
{	font-size: 15px;
	padding:6px 10px;
	display:inline-block;
	background:#666;
	color:#fff;
	text-decoration:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabs a.active 
{
font-size: 15px;
background: #0191DA;
color: rgb(255, 255, 255);
padding: 6px 10px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

ul.tabs
{
padding: 0px;
border-bottom: 3px solid #0191DA;
}


#tab1 ul li
{
margin: 6px 5px 5px 20px;
}

/* Gallery */
.mbpgallery_category_wrapper
{
    
}

.gallery_category_title h1
{
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 35px !important;
    line-height: 35px;
    position: relative;
    font-weight: 400;
	color: black;
}


.gallery_category_title h1:after
{
	content: "";
	display: block;
	background: url("/storage/upload/dsgroup/images/about_line.png") no-repeat;
	width: 650px;
	height: 50px;
	float: left;
	margin: 0 6px 0 0;
}


.left_blog .article_title h4:after
{
	content: "";
	display: block;
	background: url("/storage/upload/dsgroup/images/about_line.png") no-repeat;
	width: 650px;
	height: 30px;
	float: left;
	margin: 0 6px 0 0;
}



/* widget project */
.about_dsg span
{
    float: left;
    padding: 15px 0;
    font-weight: bold;
}

.frame-content
{
    margin: 270px 20px 50px 0px;
    padding: 10px;
    background-color: white;
    position: absolute;
}

.contact_block
{
    width: 750px;
    margin: auto; 
}

.contact_block input[type="text"]
{
    width: 400px !important;
}

.contact_block select
{
    width: 400px !important;
}

.contact_form
{
    content: "Register Form";
}

.footer_logo
{
height:200px;
}