/* CSS Document */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {	
	background:#fff;	
	color:#999;	
	font-size:16px;	
	line-height: 24px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, 
blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {border: none;}ul li {list-style:none;}
a:focus{outline:none;}
a {text-decoration:none;}
.clear {clear: both;}
/* header
----------------------------*/
.header {
	position: fixed;
	height: auto;
	width: 100%;
	top: 0;
	z-index: 9999;
	text-align: center;
	border-bottom: 3px solid #666;
	background: #fff;
	padding: 0 0 0 0;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;	
}
.logo {
	padding: 5px 0 5px 0;
	height:110px;
	background:#fff;
}
.logo a {
	display: inline-block;
	height:102px;
}
.header .logo a:hover img {
	opacity: 0.7;
}
.header .logo a img {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	min-height: 40px !important;
}
.navbar-default {
	background-color: #fff;
	border: none;
}
.menu {
	padding: 0;
	border-top: 1px solid #eee;
}
.menu ul {
	padding: 0;
	text-transform: uppercase;
}
.menu ul li {
	display: inline-block;
	padding:8px 15px;
}
.menu ul li a {
	display: inline-block;	
	color: #4b545b;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.menu ul li a:hover,
.menu ul li a:focus {
	color: #000;
	text-decoration: none;
}
.booking-area {
	background: #1a1c27;
	border-bottom: 1px solid #333;
	padding: 0;
}
.booking-inn {
	width:850px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 50px;
	font-family: 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
}
.booking-inn h2 {
	float: left;
	line-height: 22px;
	font-family: 'Slate Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 19px;
	padding: 17px 15px 0 0;
}
.booking-inn select {
	border: none;
	background: #1a1c27;
	color: #999;
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	margin-top:17px;
	width: 135px;
	font-size: 13px;
}
.arrival-inp,
.departure-inp {
	float: left;
	border: none;
	background: none;
	color: #999;
	width: 100px;
	cursor: pointer;
	background: url(../img/calbg.png) no-repeat right center;
	line-height: 22px;
	margin: 0 25px;
	font-size: 12px;
	margin-top:15px;
}
.booknow {
	float: right;
	padding:15px 15px;
	background: #555555;
	color: #fff;
	height:55px;
	cursor: pointer;
	border: none;
}
.booking-inn p { 
	padding: 11px 15px;
	background: #333333;
	float: right;
	line-height: 16px;
	font-size: 13px;
	text-transform: uppercase;
	color: #ddd;
}
.booking-inn p span {
	font-size: 11px;
}
.booking-inn .dropdown-menu {
	width: 250px !important;
}
.booking-online-mobile {
	padding: 0;
	background: #1a1c27;
	border-top: 1px solid #ddd;
	display: none;
}
.booking-online-mobile {
	background: #555;
}
.booking-online-mobile ul {
	padding: 0;
	background: #555;
	text-transform: uppercase;
}
.booking-online-mobile ul li {
	padding:0 0;
}
.booking-online-mobile ul li a {
	display: block;	
	padding: 8px 0;
	color: #fff;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.booking-online-mobile ul li a:hover,
.booking-online-mobile ul li a:focus {
	background: #000;
	text-decoration: none;
}
#navbar2 {
	padding: 0;
}
.navbar-header {
	background: #1a1c27;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-toggle {
	background:none;
	border:none;
	border-radius: 0;
	padding: 9px 10px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle .icon-bar {
	height: 3px;
	width: 28px;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}
.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #1a1c27;
}
.menutitle {
	float: left;
	color: #fff;
	font-family: 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	display: none;
	padding:12px 20px; 
}
/* content
----------------------------*/
.content-area {
	position: relative;
	z-index: 999;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 500px;
	padding-top: 200px;
	border-bottom: 3px solid #666;
}
.content {
	background: #fff;
	padding: 40px 0;
	text-align: justify;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-family: 'Slate Pro', Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-weight: 500;
	padding: 0 0 10px 0;
	color: #2f3f96;
	margin-bottom: 15px;	
}
.content h1 {
	border-bottom: 1px dotted #e7e7e7;
	color: #2f3f96;
	font-weight: normal;
	text-align:center;
}
.content h2 {
	font-size: 25px;
	font-weight: normal;
	color: #2f3f96;
	text-align:center;
}
.content h3 {
	font-size: 23px;
	color: #2f3f96;
}
.content h4 {
	font-size: 18px;
	color: #2f3f96;
}
.content h5 {
	font-size: 17px;
	color: #2f3f96;
}
.content h6 {
	font-size: 16px;
	color:#2f3f96;
	line-height: 22px;
	padding-bottom:20px;
}
.content p {
	padding: 0 0 20px 0;
	font-family: 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height:30px;
	color:#4b545b;
	text-align:justify;
}
.content p a {
	color: #2b3990;   
	padding: 5px 10px;  
}

.content a {
	color: #212849;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.content a:hover {
	text-decoration:none;
	opacity:0.5;
}
.content em {
	font-size: 14px;
}
.content span {
	padding:0; 
}
.content ul {
	padding:0 0 15px 0;
}
.content ul li {
	padding:0; 
	list-style-position: inside;
	list-style-type: circle;
	font-size:14px;
}
.content ul li {
	background: #fff url("../img/li.png") no-repeat scroll left top;
	list-style: outside none none;
	margin: 0 3px 8px;
	padding: 3px 12px 5px 20px;
	color:#4b545b;
}
.content ul li a {
	padding:0; 
}
.quote {
	text-align: center;
	font-family: 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style:italic;
	font-size: 27px;
	line-height: 55px;
	padding: 36px 0;
	background: #242424 url("../img/quote.jpg") repeat-x scroll top center;
}
.quote p {
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.btm-main-boxes {
	background: #242424 none repeat scroll 0 0;
	clear: both;
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.btm-main-boxes .item {
	display: table-cell;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 33.33%;
	float: left;
}
.btm-main-boxes .item p {
	top: 40px;
	font-family: 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	z-index: 555;
	color: #fff;
	width: 100%;
}
.btm-main-boxes .item p em {
	font-style: normal;
	font-family: 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
}
.btm-main-boxes .item p span {
	font-family: 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style:italic;
	padding:5px 10px;
	font-size: 24px;
	line-height: 40px;
	color: #b9bccb;
	display:block;
	padding-top:100px;
}
.btm-main-boxes .item p a {
	border: 1px solid #fff;
	border:none;
	color: #2f3f96;
	background:url(../img/btn_bg.png) repeat;
	display: inline-block;
	font-family: 'slate pro bk', arial, helvetica, sans-serif;
	font-weight: bold;
	font-style:normal;
	font-size: 12px;
	line-height: 12px;
	margin: 20px auto 0;
	text-align:center;
	padding: 15px 0;
	width: 100px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	/*text-transform: uppercase;*/
}
.btm-main-boxes .item p a:hover {
	background: #fff;
	color: #2f3f96;
	text-decoration: none;
}
.btm-main-boxes .item img {
	display: block;
	height: auto;
	margin: 0;
	/*opacity: 0.4;*/
	padding: 0;
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.btm-main-boxes .item:hover img {
	/*filter: blur(2px) grayscale(0.7) opacity(0.75);
	opacity: 0.2;*/
}
/* footer
----------------------------*/
.footer {
	position: fixed;
	min-height: 300px;
	padding: 75px 0 30px 0;
	width: 100%;
	background:#242424; /*#1a1c27;*/
	bottom: 0;
	z-index: 99;
	/*text-transform: uppercase;*/
	font-family: 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.footer .menu {
	border:none;
}
#footer_top {
	overflow: hidden;
	padding: 45px 0 110px 0;
}
#footer_top h4 {
	color: #fff;
	padding-bottom:10px;
	font-family: 'Slate Pro', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
}
#footer_top p {
	color: #666;
	font-size: 13px;
	line-height: 18px;
}
#footer_top p a {
	font-family: 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #bfbfbf;
}
#footer_top ul {
	padding-bottom: 10px;
}
#footer_top ul li {
	color: #bfbfbf;
	font-size: 14px;
	line-height: normal;
	padding: 6px 0 6px 5px;
	position: relative;
	/*border-bottom:1px dotted #333;*/
}
#footer_top ul li:first-child {
	border-top: medium none;
	text-transform:uppercase;
}
#footer_top ul li a {
	color: #bfbfbf;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
#footer_top ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#footer_copyright {
	border-top:1px dotted #333;
	padding:20px 0 10px 0px;
	overflow:hidden;
}
#footer_copyright p {
	color: #999;
	float: left;
	font-size: 13px;
	padding: 4px 0 0;
	font-family: 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
#footer_copyright p a {
	color: #fff;
}
.footer_social {
	float: right;
	padding: 2px 0 19px;
}
.footer_social ul {
	overflow: hidden;
}
.footer_social ul li {
	float: left;
	line-height: normal;
	padding-bottom: 0;
	padding-left: 5px;	
}
.footer_social ul li a {
	background: #14161e none repeat scroll 0 0;
	border: 1px solid #262934;
	color: #2e3340;
	display: block;
	font-size: 17px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	width: 30px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.footer_social ul li a:hover {
	border-color: #5f6168;
	color: #fff;
}
html {margin-top:0;}
/* inner page
----------------------------*/
.copyboxes {
	display: block;
	margin: 0;
	padding: 30px 0 0;
	position: relative;
	width: 100%;
}
.banner {
	padding: 0;
}
.offerbox img,
.banner img {
	display: block;
	max-width: 100%;
	height:auto;
}
.offerbox img {
	width: 100%;
	height:300px;
}
.banner img {
	width: 100%;
	height:auto;
}
.offerbox {
	padding: 0 0 0 0;
	margin-bottom: 30px;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	overflow:hidden;
}
.offerbox img {
	filter: grayscale(100%);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.offerbox:hover img{
	filter: none;
	-moz-transform:scale(1.5) rotate(0deg);
    -webkit-transform:scale(1.5) rotate(0deg);
    -o-transform:scale(1.5) rotate(0deg);
    -ms-transform:scale(1.5) rotate(0deg);
    transform:scale(1.5) rotate(0deg);
}
.offerbox-btm {
	overflow:hidden;
	padding:25px;
	background: #4a4b4c;
	margin-bottom:15px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	position:relative;
	z-index:99;
}
.offerbox:hover .offerbox-btm {
	background: #2b3990;
}
.content .comment-form-comment label {
	display:block;
	font-family: 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color:#1a1c27;
	text-transform:uppercase;
}
.content .comment-respond .comment-form .submit {
	border: 1px solid #201b58;
	height: 40px;
	width: 190px;
	border-radius:3px;
	font-family: 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform:uppercase;
	background:#194697;
	transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	color:#fff;
}
.content .comment-respond .comment-form textarea {	
	width: 100%;
	background:#f9f9f9;
	border:1px solid #ddd;
	padding:15px;
}
.item h2 {
	display:none;
}
.content .comment-respond .comment-form .submit:hover {
	background:#201b58;	
}
.offerbox-btm a {
	padding: 8px 20px;
	border: 1px solid #fff;
	color: #fff !important;
	font-size: 12px;
	display: inline-block;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}

.offerbox:hover .offerbox-btm a {
	background: #fff;
	color: #00437c !important;
	text-decoration: none;
}
.offerbox h4 {
	font-family: 'Slate Pro', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #fff;
}
/* display none
----------------------------*/
h2.screen-reader-text,
.quote h2 {
	display:none;
}
.pagination_sec {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #f8f8f8;
	padding: 0 20px;
}
.nav-links a,
.nav-links span {
	padding:3px 10px;
	background:#134b9a;
	color:#fff;
	display:inline-block;
	border-radius:2px;
	margin:0 2px;
}
.nav-links span {
	background:#389ed8;
}

/* ourapartment-box
----------------------------*/
.ourapartment-dock {}
.ourapartment-dock h1,
.ourapartment-dock h2,
.ourapartment-dock h3,
.ourapartment-dock h4,
.ourapartment-dock h5,
.ourapartment-dock h6 {
	font-weight:400;
}
.ourapartment-prahran {}
.ourapartment-prahran h1,
.ourapartment-prahran h2,
.ourapartment-prahran h3,
.ourapartment-prahran h4,
.ourapartment-prahran h5,
.ourapartment-prahran h6 {
	font-weight:400;
}
.ourapartment-box {
	margin-bottom:20px;
	text-align:center;
}
.ourapartment-box img {
	display:inline-block;
	max-width:100%;
	padding-bottom:10px;
}
.ourapartment-box h4 {
	font-size:14px;
	line-height:22px;
	min-height:40px;
	padding-bottom:10px;
	font-weight:400;
	margin-bottom:0;
}
.ourapartment-box a {
  color: #201b57;
  display: block;
  font-size: 14px;
  padding: 0 0 18px;
}
.booknows {
	padding-bottom:20px;
}
.booknows a {
	background: #4468b0;
	color:#fff;
	display: inline-block;
	font-size: 14px;
	padding: 5px 15px;
	border-radius:3px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.booknows2 a:hover,
.booknows2 a:focus,
.booknows a:hover,
.booknows a:focus {
	background:#201b58;
	text-decoration:none;
}


.ourapartment-box2 {
	margin-bottom:20px;
	text-align:center;
}
.ourapartment-box2 img {
	display:inline-block;
	max-width:100%;
	padding-bottom:10px;
}
.ourapartment-box2 h4 {
	font-size:14px;
	line-height:22px;
	min-height:40px;
	padding-bottom:10px;
	font-weight:400;
	margin-bottom:0;
}
.ourapartment-box2 a {
  color: #2b3990;
  display: block;
  font-size: 14px;
  padding: 0 0 18px;
}
.booknows2 {
	padding-bottom:20px;
}
.booknows2 a {
	background: #2b3990;
	color:#fff;
	display: inline-block;
	font-size: 14px;
	padding: 10px 15px;
	border-radius:3px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
/* content-sec5
----------------------------*/
.enqbtn {
	width:275px;
	margin:0 auto;
}
.enqbtn a {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	width:275px;
	color:#fff;
	padding:7px 0;
	text-align:center;
	background:#4468B0;
	display:block;
	font-size:20px;
	border-radius:3px;
	font-weight:300;
}
.enqbtn a:hover {
	opacity:0.7;
}
.abtprah {
	overflow:hidden;
	text-align:left;
}
.abtprah img {
	float:left;
	display:block;
	margin-right:20px;
	margin-bottom:10px;
}
.abtprah p {
	padding:0 0 20px 0;
}
.prahranhomeslider {
	width:100%;
	border:2px solid red;
}
.red {color:#4468B0; font-weight:600;}
.bannertext img {
	display:inline-block;
	padding-bottom:20px;
	max-width:100%;
}
.servapt {
	background:#eee;
	margin-bottom:15px;
	padding:5px 15px;
	text-align:center;
}
.servapt h4 {
	padding-bottom:0;
	margin-bottom:0;
	font-size:18px;
}
/* content-sec5
----------------------------*/
.inpdiv3 {
	padding: 0 0 5px 0;
}
.inpdiv3 label {
	color: #1a4697;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
	text-align:left;
}
.inpdiv3 input {
	background: #f8f8f8 none repeat scroll 0 0 !important;
	border: 1px solid #ccc !important;
	border-radius: 3px;
	box-shadow: none;
	color: #a1b1bc !important;
	font-size: 14px;
	height: 30px;
	text-align: left;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.inpdiv3 textarea {
	background: #f8f8f8 none repeat scroll 0 0 !important;
	border: 1px solid #ccc !important;
	border-radius: 3px;
	box-shadow: none;
	color: #a1b1bc !important;
	font-size: 14px;
	height: 72px;
	overflow: hidden;
	text-align: left;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.contact-btn3 input {
	background: #1a4697 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
	margin: 0 auto;
	padding: 11px 0;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
}
.post-thumbnail {
	padding-bottom:20px;
}
.sitedialog {
	overflow:hidden;
	padding:55px 0 5px 0;
}
.sitedialog img {
	display:block;
	max-width:100%;
	height:auto;
}
#huge_it_slideshow_left_1 {
	background: rgba(0, 0, 0, 0) url("http://www.akomapartments.com.au/wp-content/plugins/slider-image/Front_images/arrows/arrows.simple.png") no-repeat scroll center center / 200% auto;
}
.content{
  color: #4b545b;
  font-family: "Helvetica Neue Lt Std",Helvetica,Arial,sans-serif;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
}