.landing_title {
	margin: 3em 0 1em 0;
}
.landing_title h1 {
    font-size:4em;
    font-weight: 400;
    color:#535353;
    margin:0 0 0.25em 0;
}

/* landing pages text */

.landing_title h1{
	font-size:3em;
	font-weight:400;
	color:#535353;
	margin: 0 0 0.15em 0;
}

.landing_title h2{
	font-size:1.8em;
	font-weight:400;
	color:#5b95d0; 
	margin: 0.25em 0;
}

.nw_title h1{
	font-size:3em;
	font-weight:400;
	color:#535353;
	margin: 0 0 0.5em 0;
}
.nw_title h2{
	font-size:1.5em;
	font-weight:200;
	color:#5b95d0; 
	margin: 0.5em 0;
}

div.sf_colsOut.lnd_bnr ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
}

.lnd_bnr img {
    max-width: 100%;
}

.lnd_banner_cap {
    width: 53%;
    max-width: 1000px;
    position: relative;
    top: -130px;
    margin: 0 auto;
    min-height: 20px;
    padding: 0.5em 1em;
    background: url(../Img/bb_tran.png) 0 0 transparent;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    z-index: 200;
}

/* page navigations */
.landing_nav nav {
	width:96%;
}
.landing_nav ul {
	list-style:none;
	margin:0;
	padding:0px;
}
.landing_nav ul a { 
	text-decoration:none; 
}