@media screen and (max-width: 2560px) and (min-width: 2000px) {
body {
	background: #ddd;
	line-height: 146%;
	font-family: 'avroman', Verdana, sans-serif;
	font-size: 14px;
}
h1, h2, h3 {
	padding: 7px 0px;
}
h1, h2 {
	font-size: 30px;
}
a {
	color: #9e0b0f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*--- structure ---*/
#wrapper {
	width: 100%;
    height: 1440px;
    overflow: hidden;
	margin: 0px auto;
}
#header {
	width: 360px;
    height: 1310px;
    background: #543019;
    float: left;
    box-shadow: 4px -1px 4px rgba(0,0,0,0.2);
    position: absolute;
    z-index: 1;
}
#header .header,
#header .description {
    display: none;
}
#header .cyras-logo {
    width: 100%;
    height: 350px;
    background: url(images/cyras-logo.png) no-repeat top left;
	background-size:100% auto;
}
#header .cyras-logo a {
	width: 100%;
    height: 350px;
    display: block;
}
#top {
	width: 100%;
	background: #ccc;
}
#top .contex {
	width: 2200px;
	height: 1310px;
	float: right;
	background: #f5ebe6 url(images/bg.png) no-repeat top left;
	background-size:100% auto;
}

#content {
	width: 66%;
	padding: 2%;
	float: left;
}
#content #post {
	margin-bottom: 20px;
}
#sidebar {
	width: 26%;
	padding: 2%;
	float: left;
}
#footer {
	width: 2560px;
    height: 130px;
	text-align: center;
	clear: both;
    background: #faf8f7;
}
#footer .bendera {
    display: none;
}

/*--- header menu ---*/
.hm {
    width: 100%;
}
.hm .mn {
    height: 176px;
    width: 100%;
}
.hm .mn:hover {
    background: #3d2111;
}
.hm .mn a {
    display: block;
    width: 100%;
    height: 100%;
}

.hm .why-cyras a {
    background: url(images/m-why-cyras.png) no-repeat center center;
	background-size:50% auto;
}
.hm .our-brands a {
    background: url(images/m-our-brands.png) no-repeat center center;
	background-size:50% auto;
}
.hm .our-assistance a {
    background: url(images/m-our-assistance.png) no-repeat center center;
	background-size:50% auto;
}
.hm .partner-login a {
    background: url(images/m-partner-login.png) no-repeat center center;
	background-size:77% auto;
	background-position-y:40px;
}
.hm .partner-login a:hover {
    background: url('images/m-partner-login-on2560.png') no-repeat center center;
	background-size:77% auto;
	background-position-y:40px;
}

.hm .separator {
    width: 86%;
    height: 1px;
    background: #755947;
    margin: 0px auto;
}
.hm .search {
    width: 100%;
	height:176px;
}
.hm .m-search {
    width: 100px;
    height: 25px;
    background: url(images/m-search.png) no-repeat center center;
    margin: 10px auto 5px;
	background-size:100% auto;
}
.hm .s-box {
    width: 300px;
    height: 45px;
    background: none;
    margin: 12.5px auto;
}
.s-box #s {
    border: 2.5px solid transparent;
    width: 230px;
    height: 45px;
    background: #aa998b;
    float: left;
    color: #fff;
    padding: 10px;
    font-size: 25px;
    border-radius: 7.5px 0px 0px 7.5px;
}
.s-box #searchsubmit {
    float: left;
    border: 1px solid transparent;
    background: #e1cfc3;
    color: #5d3b24;
    width: 57.5px;
    text-align: center;
    height: 45px;
    font-size: 25px;
    margin-left: 7.5px;
    border-radius: 0px 7.5px 7.5px 0px;
}

.hm .bendera {
    width: 130px;
    height: 75px;
    margin: 0px auto;
}
.bendera .bd {
    width: 50px;
    height: 50px;
    float: left;
    margin: 10px 7.5px;
}
.usa {
    background: url(images/b-usa-off.png) no-repeat center center;
	background-size:100% auto;	
}
.usa:hover {
    background: url(images/b-usa-on.png) no-repeat center center;
	background-size:100% auto;
}
.ina {
    background: url(images/b-ina-off.png) no-repeat center center;
	background-size:100% auto;	
}
.ina:hover {
    background: url(images/b-ina-on.png) no-repeat center center;
	background-size:100% auto;		
}

.hm .socmed {
    width: 255px;
    margin: 0px auto;
    height: 65px;
    background: url(images/socmed.png) no-repeat center center;
	background-size:100% auto
}
.hm .socmed .icn {
    width: 50px;
    height: 50px;
    float: left;
    margin: 10px 6.5px;
}
.hm .socmed .icn a {
    display: block;
    width: 100%;
    height: 100%;
}

/*---- #navbar ----*/
#navbar {
	background: none;
	display: block;
	float: left;
	width: 1250px;
    margin-left: 50px;
	margin-top:50px;
}
#navbar ul {
	list-style: none;
	margin: 0;
}
#navbar li {
	float: left;
	position: relative;
    font-size: 25px;
}
#navbar a {
	color: #543019;
	display: block;
/*	line-height: 16px;*/
	padding: 10px 5px;
    margin: 0px 25px;
	text-decoration: none;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
}
#navbar ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	margin-left: 0px;
}
#navbar ul ul li {
	min-width: 200px;
	margin-left: 40px;
}
#navbar ul ul ul {
	left: 100%;
	top: 0;
}
#navbar ul ul a {
	background: none;
	line-height: 1em;
	width: 180px;
	height: auto;
	color: #ccc;
}
#navbar li:hover > a,
#navbar ul ul :hover > a {
/*	height:30px;*/
	background: #c7bbb4;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
/*	padding-top:10px;*/
}
#navbar ul li:hover > ul {
	display: block;
	margin-left: -40px;
}

/*--- f-icns ---*/
.f-icns {
    width: 450px;
    height: 60px;
    float: left;
    margin-top: 25px;
    margin-left: 325px;
}
.f-icns a {
    display: block;
    width: 100%;
    height: 100%;
}
.f-icns .zoom {
    width: 105px;
    height: 60px;
    background: url(images/f-icns-off2x.png) no-repeat 0px 0px;
    margin-right: 20px;
    float: left;
}
.f-icns .zoom:hover {
    background: url(images/f-icns-on2x.png) no-repeat 0px 0px;
}
.f-icns .snuz {
    width: 192.5px;
    height: 60px;
    background: url(images/f-icns-off2x.png) no-repeat -127px 0px;
    margin-right: 8px;
    float: left;
}
.f-icns .snuz:hover {
    background: url(images/f-icns-on2x.png) no-repeat -127px 0px;
}
.f-icns .cfs {
    width: 112.5px;
    height: 60px;
    background: url(images/f-icns-off2x.png) no-repeat -335px 0px;
    float: left;
}
.f-icns .cfs:hover {
    background:url(images/f-icns-on2x.png) no-repeat -335px 0px;
}

.copy {
    height: 60px;
    margin-top: 50px;
    font-size: 25px;
    width: 350px;
    float: left;
    line-height: 24px;
    color: #371c0c;
}
.copy a {
    color: #371c0c;
    text-decoration: none;
}

/*--- search ---*/
#searchform input {
	border: 1px solid #ccc;
	padding: 5px;
}

.clear {
	clear: both;
} 
/*--- bxslider ---*/
.bxslider {
    margin-left: 0px;
}
.bxslider li div {
    width: 2200px;
    height: 1310px;
}

.contex .sl1, .contex .sl3 {
/**    background: url(images/slide1.jpg) no-repeat center center;**/
    color: #543019;
    text-shadow: 1px 1px 2px #fff;
}
.contex .sl1 .ctx, .contex .sl3 .ctx {
    margin: 300px 0px 0px 400px;
    position: absolute;
}
.contex .sl2, .contex .sl4 {
/**    background: url(images/slide2.jpg) no-repeat center center;**/
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
.contex .sl2 .ctx, .contex .sl4 .ctx {
    margin: 100px 0px 0px 50px;
    position: absolute;
}
.contex .sl h2 {
    font-size: 105px;
    line-height: 150px;
    width: 1000px;
    font-family: "avheavy";
}
.contex .sl p {
    font-size: 35px;
    line-height: 60px;
    width: 1000px;
    font-family: "avheavy";
}

/*--- why cyras ---*/
.wc {
    padding: calc(2.5 * 40px) calc(2.5 * 60px);
}
.tit1 {
    color: #543019;
    margin-bottom: 40px;
}
.tit1 span {
    text-transform: uppercase;
    line-height: 121.5px;
    font-size: 90px;
    font-family: "avlight";
}
.tit1 span.tebal {
    font-family: "avmedium";
}
.tit1 p {
    font-size: 11px;
    line-height: 18px;
}
.vision {
    background: #ccc url(images/vision2560.jpg) no-repeat center center;
    width: 607.5px;
    height: 490px;
    float: left;
	background-size:100% auto;
}
.duduk2 {
    background: #ddd url(images/duduk22560.jpg) no-repeat center center;
    width: 1197.5px;
    height: 490px;
    float: left;
	background-size:100% auto;
}
.ovm {
    width: calc(2.5 * 218px);
    float: left;
    text-transform: uppercase;
    font-size: calc(2.5 * 23px);
    line-height: calc(2.5 * 30px);
    color: #543019;
    padding: calc(2.5 * 15px) calc(2.5 * 10px);
    border-top: calc(2.5 * 2px) solid #b7a499;
    border-bottom: calc(2.5 * 2px) solid #b7a499;
    margin-right: calc(2.5 * 5px);
    margin-top: calc(2.5 * 20px);
    font-family: "avmedium";
}
.cyrtex {
    width: calc(2.5 * 459px);
    padding: calc(2.5 * 10px) calc(2.5 * 20px);
    margin-top: calc(2.5 * 10px);
    padding-right: 0px;
    float: left;
    text-align: justify;
    overflow: hidden;
    height: calc(2.5 * 170px);
}
.cyrtex #post p {
    font-size: calc(2.5 * 11px);
    line-height: calc(2.5 * 18.75px);
/**    text-indent: calc(2.5 * 25px);**/
}

/*--- our brands ---*/
.liat2 {
    float: left;
    width: calc(2.5 * 420px);
    height: calc(2.5 * 230px);
    background: #eee url(images/liat22560.jpg) no-repeat center center;
	background-size:100% auto;
}
.gelas {
    float: left;
    width: calc(2.5 * 439px);
    height: calc(2.5 * 230px);
    background: #ddd url(images/gelas2560.jpg) no-repeat center center;
	background-size:101% auto; /*utk nutupin gambar kurang besar*/
	background-position-y:-1px;	
}
.pad2 {
    padding: calc(2 * 28px) calc(2.5 * 40px);
}
.obb {
    width: calc(2.5 * 100px);
    float: left;
    font-size: calc(2.5 * 14px);
    line-height: 21px;
    text-transform: uppercase;
    color: #363339;
    font-family: "avheavy";
}
.obb span {
    color: #634635;
    font-family: "avblack";
}
.sret {
    background: #e7e2e1;
    height: calc(2.5 * 6px);
    width: calc(2.5 * 679px);
    float: left;
    margin-top: 7.5px;
}
.obisi {
    width: 100%;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: calc(2.7 * 300px);
}
.our-brands .scroll-y {
    margin-top: calc(2 * 260px);
    margin-left: calc(2.55 * 765px);
}
.child-brands .scroll-y {
    margin-left: calc(2.5 * 780px);
    margin-top: calc(2 * 240px);
}
.uz {
    float: left;
    width: 48%;
    margin: 1%;
}
.uz .frame {
    width: calc(2.5 * 338px);
    height: calc(2.5 * 200px);
    margin: 0px auto;
    background: url(images/frame.png) no-repeat center center;
	background-size:100% auto;
}
.uz .frame img {
    width: calc(2.5 * 321px);
    height: calc(2.5 * 178px);
    margin-top: calc(2.5 * 7px);
    margin-left: calc(2.5 * 8px);
}
.uz .desc {
    width: calc(2.5 * 310px);
    text-align: justify;
    margin: 0px auto;
}
.uz .desc h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: calc(2.5 * 12px);
    line-height: calc(2 * 17.38px);
    color: #927e74;
    font-family: "avblack";
    font-weight: normal;
}
.uz .desc p {
    font-size: calc(2.5 * 10px);
    line-height: calc(2.7 * 14px);
}
.uz .desc a {
    color: #927e74;
    font-style: italic;
}
.uz .desc h3 a {
    font-style: normal;
}

/*--- hotels and resorts ---*/
.cugi {
    width: calc(2.5 * 170px);
    height: auto;
    text-align: justify;
    margin-top: calc(2.5 * 20px);
    float: left;
}
.cugi h2 {
    color: #543019;
    line-height: calc(2 * 17.38px);
    font-size: calc(2.5 * 12px);
    text-transform: uppercase;
    padding: 0px;
    font-family: "avblack";
    font-weight: normal;
}
.cugi p {
    font-size: calc(2.5 * 9px);
    line-height: calc(2.5 * 14px);
    color: #363339;
    margin: 10px 0px;
}
.cugi a {
    font-size: calc(2.5 * 10.56px);
    line-height: 16.43px;
    color: #3e2211;
    background: #c7bbb4;
    text-decoration: none;
    padding: 2px 6px;
    display: inline-block;
}
.cugi p a {
    font-size: calc(2.5 * 9px);
    line-height: calc(2.5 * 14px);
    color: #363339;
    margin: 10px 0px;
    background: none;
    padding: 0px;
    display: inline-block;
}
.cob {
    float: left;
    width: calc(2.5 * 560px);
    margin-left: 40px;
    height: calc(2.5 * 300px);
    overflow: hidden;
}
.brx {
    padding-bottom: 10px;
    width: 100%;
    clear: both;
    height: calc(2.5 * 130px);
    margin: 10px 0px;
    border-bottom: calc(2.5 * 1px) solid #e5e5e5;
}
.brx .ket {
    font-size: calc(2.5 * 10.76px);
    line-height: calc(2 * 17.38px);
    color: #363339;
    padding-top: 10px;
}
.brx h3 {
    color: #543019;
    line-height: calc(2.5 * 17.38px);
    font-size: calc(2.5 * 10.76px);
    text-transform: uppercase;
    padding: 0px;
    font-family: "avheavy";
    font-weight: normal;
}
.brx p {
    font-size: calc(2.5 * 9px);
    line-height: calc(2 * 14px);
    color: #363339;
    margin: 10px 0px;
}
.brx .sum a {
    color: #543019;
    font-style: italic;
}
.imgo {
    float: left;
    width: calc(2.5 * 130px);
    height: calc(2.5 * 130px);
    background: url(images/frame-hr.png) no-repeat top center;
	background-size:100% auto;
}
.imgo img {
    margin-left: calc(2.5 * 12px);
    margin-top: calc(2.5 * 11px);
}
.cgo {
    height: calc(2.5 * 130px);
    float: left;
    width: calc(2.5 * 415px);
    margin-left: calc(2.5 * 10px);
}

/*--- food services ---*/
.ngisi2 {
    height: 230px;
    float: left;
    width: 405px;
    background: #ddd url(images/ngisi2.jpg) no-repeat center center;
}
.ngiris2 {
    height: 230px;
    float: left;
    width: 454px;
    background: #ccc url(images/ngiris2.jpg) no-repeat center center;
    background-size: 100% auto;
}
a.cun {
    display: inline;
    background: none;
    font-size: 9px;
    padding: 0px;
    line-height: 14px;
    font-style: italic;
    
}
.imgx {
    float: left;
    width: 130px;
}
.fs {
    border-bottom: 0px solid transparent;
}

/*--- our assistance ---*/
.oa .bel {
    width: calc(2.56 * 429px);
    height: calc(2.5 * 230px);
    background: #ccc url(images/bel2560.jpg) no-repeat center center;
    float: left;
	background-size:100% auto;
}
.oa .laptop {
    width: calc(2.56 * 430px);
    height: calc(2.5 * 230px);
    background: #ddd url(images/laptop2560.jpg) no-repeat center center;
    float: left;
	background-size:100% auto;
}
.oa .obb {
    width: calc(2.5 * 125px);
}
.oa .sret {
    width: calc(2.5 * 614px);
}
.quote {
    font-size: calc(2.5 * 11px);
    line-height: calc(2 * 17px);
    color: #363339;
    width: calc(2.5 * 160px);
    margin-top: calc(2 * 190px);
    float: left;
}
.quote p {
    text-transform: uppercase;
    line-height: calc(2.5 * 21px);
    font-size: calc(2.5 * 14px);
    color: #543019;
    font-family: "avheavy";
}
.coa {
    width: calc(2.5 * 550px);
    height: calc(2 * 260px);
    font-size: calc(2.5 * 11px);
    line-height: calc(2.5 * 18.75px);
    overflow: hidden;
    text-align: justify;
    margin-left: calc(2.5 * 30px);
    margin-top: calc(1.8 * 10px);
    float: left;
}
.coa p {
    margin: 12px 0px;
}

/*--- contact us ---*/
.wong2 {
    width: calc(2.57 * 860px);
    height: calc(2.5 * 139px);
    background: url(images/contactus2560.jpg) no-repeat center center;
	background-size:100% auto;
}
.cuc {
}
.col {
    width: calc(2.5 * 270px);
    float: left;
    margin-top: calc(2.5 * 20px);
    margin-right: calc(2.5 * 30px);
}
.col div {
    margin-bottom: calc(2.5 * 7px);
}
.col h3 {
    text-transform: uppercase;
    line-height: calc(2.5 * 24px);
    font-size: calc(2.5 * 12px);
    font-weight: normal;
    color: #543019;
    font-family: "avmedium";
}
.col span {
    font-size: calc(2.5 * 9px);
    line-height: calc(2 * 17.47px);
    color: #543019;
    margin-top: calc(2.5 * 8px);
    display: block;
}
.col2 {
    width: calc(2.5 * 172px);
    float: left;
    margin-top: calc(2.5 * 35px);
}
.col2 h3 {
    text-transform: uppercase;
    line-height: calc(2.5 * 17.47px);
    font-size: calc(2.5 * 14px);
    font-weight: normal;
    font-family: "avheavy";
    color: #543019;
    margin-top: 40px;
}
.col2 p {
    font-size: calc(2.5 * 9px);
    line-height: calc(2.5 * 16px);
    color: #363339;
}
.col2 p.jork {
    margin-left: calc(2.5 * 12px);
}
.input2 {
    width: calc(2.5 * 270px);
    height: calc(2.5 * 27px);
    background: url(images/input2.png) no-repeat center center;
	background-size:100% auto;
}
.input2 input {
    border: 0px solid transparent;
    width: calc(2.5 * 240px);
    padding: calc(2.5 * 3px);
    margin-top: calc(2.5 * 5px);
    margin-left: calc(2.5 * 5px);
    font-size: calc(2.5 * 9px);
    background: transparent;
}
.input3 {
    width: calc(2.5 * 270px);
    height: calc(2.5 * 140px);
    background: url(images/input3.png) no-repeat center center;
	background-size:100% auto;
}
.input3 textarea {
    border: 0px solid transparent;
    width: calc(2.5 * 259px);
    max-width: calc(2.5 * 259px);
    min-width: calc(2.5 * 259px);
    height: calc(2.5 * 120px);
    max-height: calc(2.5 * 120px);
    min-height: calc(2.5 * 120px);
    padding: calc(2.5 * 3px);
    margin-top: calc(2.5 * 10px);
    margin-left: calc(2.5 * 5px);
    font-size: calc(2.5 * 11px);
    line-height: calc(2.5 * 17px);
    background: transparent;
}
.submit2 {
    width: calc(2.5 * 48px);
    height: calc(2.5 * 22px);
    background: url(images/submit2.png) no-repeat center center;
    margin-left: calc(2.5 * 220px);
    cursor: pointer;
	background-size:100% auto;
}

/*--- partner login ---*/
.pl {
    background: url(images/partner-login2560.jpg) no-repeat center center;
    width: 100%;
    height: 100%;
	background-size:100% auto;
}
.pl .atas {
    width: 100%;
    height: calc(1.8 * 70px);
}
.pl .login-box {
    width: calc(2.5 * 355px);
    height: calc(2.5 * 140px);
    background: url(images/login-box.png) no-repeat center center;
    margin-left: calc(2.5 * 50px);
	background-size:100% auto;
}
.login-box h3 {
    color: #543019;
    font-size: calc(2.5 * 10px);
    line-height: calc(4 * 16px);
    text-transform: uppercase;
}
.login-box .bru {
    padding: calc(2.5 * 17px) calc(2.5 * 30px);
}
.bru input[type='text'],
.bru input[type='password']{
    width: calc(2.5 * 247px);
    height: calc(2.5 * 20px);
    padding: calc(2.5 * 4px);
    margin-bottom: calc(2.5 * 4px);
    background: rgba(255,255,255,0.7);
    border: calc(2.5 * 1px) solid #ddd;
    border-radius: calc(2.5 * 3px);
    box-shadow: 0px 0px calc(2.5 * 1px) #fff, inset 0px calc(2.5 * 1px) calc(2.5 * 1px) #c6bfbd;
	font-size:calc(2.5 * 9px);
}
.bru input[type='submit'] {
    border: calc(2.5 * 1px) solid #543019;
    background: #543019;
    color: #fff;
    border-radius: calc(2.5 * 4px);
    font-size: calc(2.5 * 8px);
    padding: calc(2.5 * 2px);
    box-shadow: calc(2.5 * 1px) calc(2.5 * 1px) calc(2.5 * 2px) #aaa;
}
.bru .login-remember, .bru span {
    font-size: calc(2.5 * 9px);
    line-height: 18px;
    color: #96877d;
}
.bru span {
    display: block;
    width: calc(2.5 * 200px);
    margin-left: calc(2.5 * 100px);
    margin-top: -18px;
}
.bru h3 {
    font-weight: normal;
    font-family: "avheavy";
}
.bru a {
    color: #543019;
    font-size: calc(2.5 * 9px);
}
.bru p {
    font-size: calc(2.5 * 9px);
}
.bru .login-submit {
    width: calc(2.5 * 22px);
    display: block;
    float: right;
    margin-right: calc(2.5 * 19px);
    margin-top: calc(1.7 * -41px);
    cursor: pointer;
}

/*--- careers ---*/
.haha2 {
    width: calc(2.53 * 304px);
    height: calc(2.5 * 139px);
    background: url(images/haha22560.jpg) no-repeat center center;
    float: left;
	background-size:100% auto;
}
.jempol2 {
    width: calc(2.6 * 321px);
    height: calc(2.5 * 139px);
    background: url(images/jempol22560.jpg) no-repeat center center;
    float: left;
	background-size:100% auto;
}
.loncat2 {
    width: calc(2.545 * 234px);
    height: calc(2.5 * 139px);
    background: url(images/loncat22560.jpg) no-repeat center center;
    float: left;
	background-size:100% auto;
}
.crr .obb {
    width: calc(2.5 * 70px);
}
.crr .sret {
    width: calc(2.5 * 700px);
}
.entric {
    margin-top: calc(1.8 * 10px);
    height: calc(2.5 * 350px);
    overflow: hidden;
    color: #363339;
}
.entric a {
    color: #363339;
}
.entric h2 {
    font-size: calc(2.5 * 11px);
    line-height: calc(2.5 * 18px);
}
.entric p {
    font-size: calc(2.5 * 11px);
    line-height: calc(2.5 * 17px);
    padding: calc(1.8 * 5px) 0px;
}
.entric #post {
    height: calc(2.2 * 118px);
    width: 45%;
    margin-right: 5%;
    text-align: justify;
    float: left;
    border-bottom: calc(2.5 * 1px) solid #e8e7e6;
}
.entric .jam {
    width: calc(2.5 * 12px);
    height: calc(2.5 * 12px);
    background: url(images/jam2560.png) no-repeat center center;
    float: left;
    padding: 0px;
	background-size:50%;
}
.entric .attach2 a {
    padding: calc(2.5 * 6px);
    margin-right: calc(2.5 * 4px);
}
.entric .dt {
    font-size: calc(2.5 * 10px);
    height: calc(1.8 * 20px);
    display: block;
    margin-top: calc(1.8 * 3px);
    margin-left: calc(2.5 * 13px);
}

/*--- news ---*/
.dunia2 {
    width: calc(2.55 * 440px);
    height: calc(2.5 * 138px);
    background: url(images/dunia22560.jpg) no-repeat center center;
    float: left;
	background-size:100% auto;
}

.tangan2 {
    width: calc(2.57 * 419px);
    height: calc(2.5 * 138px);
    background: url(images/tangan22560.jpg) no-repeat center center;
    float: left;
	background-size:103% auto;	
}
.new .kiri {
    float: left;
    width: calc(2.5 * 200px);
    margin-right: calc(2.5 * 20px);
}
.intr {
    width: calc(2.5 * 150px);
    margin-top: calc(1.8 * 20px);
    padding-left: calc(2.5 * 40px);
    height: calc(2 * 100px);
    color: #543019;
    font-size: calc(2.5 * 10px);
    line-height: calc(2 * 19px);
    background: url(images/zoom2560.png) no-repeat top left;
    text-align: justify;
    font-family: "avmedium";
	background-size:25%;
}
.hlt {
    text-transform: uppercase;
    font-size: calc(2.5 * 11px);
    line-height: calc(2 * 18px);
    font-weight: normal;
    color: #543019;
    margin: calc(2 * 7px) 0px;
    font-family: "avheavy";
}
.ltnw {
    width: calc(2.5 * 195px);
    border: calc(2.5 * 1px) solid #fff;
    border-radius: 10px;
    box-shadow: inset 0px calc(2.5 * 2px) calc(2.5 * 2px) #bbb;
    overflow: hidden;
}
.ltnw h2 {
    margin: 0px;
    padding: 0px;
}
.ltnw h2 a {
    font-size: calc(2.5 * 10px);
    line-height: calc(2 * 20px);
    color: #543019;
    font-family: "avmedium";
    font-weight: normal;
}
.ltnw .dt {
    width: calc(2.5 * 30px);
    float: left;
    color: #543019;
    text-align: center;
    padding: calc(2.5 * 5px);
	line-height:35px;
}
.ltnw .dt .num {
    font-size: calc(2.5 * 21px);
}
.ltnw .dt .mon {
    font-size: calc(2.5 * 10px);
    text-transform: uppercase;
}
.ltnw p {
    font-size: calc(2.5 * 8px);
    line-height: calc(2 * 14px);
    color: #363339;
}
.ltnw #post {
    background: #fbf6f4;
    padding: calc(2.5 * 5px) calc(2.5 * 10px);
    margin: calc(2.5 * 2px);
    text-align: justify;
}
.ltnw #post:nth-child(1) {
    border-radius: calc(2.5 * 6px) calc(2.5 * 6px) 0px 0px;
}
.ltnw #post:nth-child(3) {
    border-radius: 0px 0px calc(2.5 * 6px) calc(2.5 * 6px);
}
.ltnw #post:nth-child(2) {
    background: none;
}
.new .entric{
	height:800px;
	margin-top:calc(2.5 * 10px);
}

.new .entric #post {
    width: calc(2.5 * 520px);
    height: auto;
    margin-top: calc(2.5 * 15px);
    padding-bottom: calc(2 * 10px);
    padding: 0px calc(2 * 17px);
}
.new .entric #post .anu {
    margin-left: calc(2.5 * 180px);
}
.new .anu h2 {
    font-weight: normal;
    font-family: "avblack";
}
.new .ptt {
    width: calc(2.5 * 168px);
    float: left;
    padding-bottom: calc(2 * 10px);
}
.new .ptt img {
    width: calc(2.5 * 145px);
    height: auto;
    margin-top: calc(2 * 5px);
    margin-left: calc(2.5 * 7px);
    border: calc(2.5 * 5px) solid #fff;
    box-shadow: 0px 0px calc(2.5 * 3px) #ccc;
}
.crr h2 {
    font-family: "avblack";
    font-weight: normal;
}

/*--- financial report ---*/
.sendakep {
    width: calc(2.55 * 439px);
    height: calc(2.5 * 139px);
    float: left;
    background: url(images/sendakep2560.jpg) no-repeat center center;
	background-size:100% auto;
}
.keleleran {
    width: calc(2.572 * 420px);
    height: calc(2.5 * 139px);
    float: left;
    background: url(images/keleleran2560.jpg) no-repeat center center;
	background-size:100% auto;
}
.fr {
    width: calc(2.5 * 300px);
}
.logout {
    background: #eee3db;
    width: calc(2.5 * 60px);
    height: calc(2.5 * 20px);
    border-radius: calc(2.5 * 4px);
    text-align: center;
    float: left;
    text-transform: uppercase;
    font-size: calc(2.5 * 9px);
    line-height: calc(2.5 * 20px);
    font-family: "avmedium";
}
.logout a {
    color: #543019;
    text-decoration: none;
}
.srot {
    width: calc(2.5 * 400px);
    margin-left: calc(2.5 * 10px);
}
.kiri {
    width: calc(2.5 * 350px);
    float: left;
    margin-top: calc(2.5 * 20px);
}
.intru {
    width: calc(2.5 * 280px);
    height: calc(2.5 * 90px);
    padding: calc(2.5 * 10px);
    padding-right: calc(2.5 * 80px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: calc(2.5 * 5px);
    box-shadow: inset 0px calc(2.5 * 1px) calc(2.5 * 3px) #bbb;
    overflow: hidden;
    background: rgba(255,255,255,0.5) url(images/csecure2560.png) no-repeat calc(2.5 * 210px) center;
    font-size: calc(2.5 * 10px);
    line-height: 19px;
    text-align: justify;
    color: #543019;
	background-size: 20%;
}
.msg {
    font-size: calc(2.5 * 9px);
    line-height: calc(2.5 * 21px);
}
.msg a.uper {
    color: #543019;
    text-transform: uppercase;
    padding-left: calc(2.5 * 20px);
    display: inline-block;
    background: url(images/message-ico2560.png) no-repeat left center;
	background-size:25%;
}
.bbtm {
    width: calc(2.5 * 280px);
    height: calc(2.5 * 1px);
    background: #e5e5e5;
    margin-top: calc(1 * 20px);
    margin-bottom: calc(2.5 * 10px);
}
.arsip {
    width: calc(2.5 * 210px);
}
.arsip p {
    text-transform: uppercase;
    font-size: calc(2.5 * 9px);
    line-height: calc(2.5 * 16px);
    color: #543019;
    font-family: "avheavy";
}
.arsip .form2 {
    width: 100%;
    margin-top: calc(2.5 * 10px);
}
.form2 .select {
    width: calc(2.5 * 75px);
    height: calc(2.5 * 21px);
    background: #eee3db url(images/drop.png) no-repeat center right;
    margin: 0px calc(2.5 * 2px);
    float: left;
    display: inline-block;
    border: calc(2.5 * 1px) solid #fff;
    border-radius: calc(2.5 * 4px);
    overflow: hidden;
    box-shadow: inset 0px calc(2.5 * 1px) calc(2.5 * 3px) #bbb;
	background-size:20%;
}
.form2 .select select {
    background: transparent;
    border: 0px solid #fff;
    width: calc(2.5 * 95px);
    margin-top: calc(2.5 * 4px);
    margin-left: calc(2.5 * 6px);
    font-size: calc(2.5 * 9px);
    -webkit-appearance: none;
    line-height: 14px;
    outline: none;
	font-size:20px;
	margin-top:20px;
}
.form2 input.go3 {
    border: calc(2.5 * 1px) solid #543019;
    font-size: calc(2.5 * 8px);
    line-height: calc(2.5 * 14.29px);
    color: #fcf4ee;
    background: #543019;
    border-radius: calc(2.5 * 4px);
    text-transform: uppercase;
    padding: calc(2.5 * 2px) calc(2.5 * 4px);
    margin-top: calc(2.5 * 2px);
    margin-left: calc(2.5 * 2px);
}
.kanan {
    background: none;
    width: calc(2.5 * 400px);
    height: calc(2.5 * 300px);
    float: left;
    margin-top: calc(2.5 * 20px);
    color: #363339;
    line-height: calc(2.5 * 19.95px);
}
.kanan h3 {
    font-size: calc(2.5 * 11px);
    padding: 0px;
    font-weight: normal;
    font-family: "avblack";
}
.kanan h3 a {
    color: #363339;
}
.kanan span {
    font-size: calc(2.5 * 8px);
}
.kanan p {
    font-size: calc(2.5 * 10px);
    margin-top: calc(2.5 * 5px);
    padding-bottom: calc(2.5 * 12px);
    margin-bottom: calc(2.5 * 12px);
    border-bottom: calc(2.5 * 1px) solid #e5e5e5;
}

.poste {
    height: calc(2.5 * 340px);
}

li.poste2 {
    list-style-type: none;
}

.pagenavi {
    line-height: 27px;
    width: 110px;
    height: 27px;
    float: right;
}

.pagenavi .pager {
    display: inline-block;
    height: 27px;
    float: left;
    margin-right: 10px;
}

.pagenavi span, .pagenavi a {
    width: 27px;
    height: 27px;
    display: inline-block;
}

.pagenavi span.prev {
    background: url(images/prev-off2560.png) no-repeat center center;
}
.pagenavi span.next {
    background: url(images/next-off2560.png) no-repeat center center;
}

.pagenavi a.prev {
    background: url(images/prev-on2560.png) no-repeat center center;
}
.pagenavi a.next {
    background: url(images/next-on2560.png) no-repeat center center;
}

.pagenavi2 {
    height: calc(2.5 * 27px);
    width: calc(2.5 * 120px);
    float: right;
	margin-top:-100px;
	margin-right:-140px;
}

.navigation li{
	display:inline-block;
	vertical-align:middle;
	font-size:calc(2.5 * 10px);
}

span.pager2 {
    font-size: calc(2.5 * 15px);
    height: calc(2.5 * 27px);
    display: inline-block;
    margin-right: calc(2.5 * 10px);
    line-height: 27px;
    float: left;
	margin-top:20px;
}

.hide {
    display: none;
}

.prev2 a {
    width: calc(2.5 * 27px);
    height: calc(2.5 * 27px);
    display: inline-block;
    background: url(images/prev-on.png) no-repeat center center;
    cursor: pointer;
	background-size:100% auto;
}
.prev2-off {
    background: url(images/prev-off.png) no-repeat center center;
    cursor: auto;
	background-size:100% auto;
}
.next2 a{
    width: calc(2.5 * 27px);
    height: calc(2.5 * 27px);
    display: inline-block;
    background: url(images/next-on.png) no-repeat center center;
    cursor: pointer;
	background-size:100% auto;
}
.next2-off {
    background: url(images/next-off.png) no-repeat center center;
    cursor: auto;
	background-size:100% auto;
}

.scroll-y {
    position: absolute;
    height: calc(2.5 * 60px);
    width: calc(2.5 * 27px);
    margin-left: calc(2.5 * 745px);
    margin-top: calc(2.5 * 148px);
}

.scroll-y .up {
    background: url(images/up-on2560.png) no-repeat center center;
    width: calc(2.5 * 27px);
    height: calc(2.5 * 27px);
    float: left;
    cursor: pointer;
	background-size:100% auto;
}

.scroll-y .down {
    background: url(images/down-on2560.png) no-repeat center center;
    width: calc(2.5 * 27px);
    height: calc(2.5 * 27px);
    float: left;
    cursor: pointer;
	background-size:100% auto;
}
.hotres {
    display: none;
}

.our-ass {
    margin-left: calc(2.5 * 770px);
    margin-top: calc(1.9 * 240px);
}

.snews {
    margin-left: calc(2.5 * 815px);
    margin-top: calc(2.5 * -70px);
}

.scars {
    margin-left: calc(2.5 * 790px); /* original value 770px*/
    margin-top: calc(2.5 * -70px); /* original value -70px*/
}
.sfins {
    display: none;
}
.attach2 {
    display: inline-block;
    float: left;
}
.attach2 a {
    width: 0px;
    height: 0px;
    display: block;
    background: url(images/download2560.png) no-repeat center center;
    overflow: hidden;
    padding: calc(2.5 * 8px);
    color: transparent;
	background-size:100% auto;
}
.jam {
    background: url(images/jam2560.png) no-repeat center center;
    width: 0px;
    height: 0px;
    display: block;
    float: left;
    padding: calc(2.5 * 9px);
	background-size:50%;
}
.gedein {
    font-size: 12px !important;
}

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/*--- pindah ke style2.css ---*/

/*--- pindah ke style3.css ---*/

.skiptranslate {
    display: none;
}
body {
    top: 0px !important;
}
#google_translate_element {
    display: none;
    z-index: 10;
}

/*--- easy custom --*/
.singlic h2 a, .hoi {
    color: #543019;
    font-size: calc(2.5 * 18px);
}
.singlic .dt {
    font-size: calc(2.5 * 10px);
    color: #5d5d5d;
	font-size: calc(2.5 * 12px);
}
.singlic p, .cha {
    font-size: calc(2.5 * 12px);
    line-height: calc(2.5 * 18px);
    margin: calc(2.5 * 5px) 0px;
    text-align: justify;
    text-indent: calc(2.5 * 30px);
}
.cha a {
    color: #543019;
}

.crr .singlic {
	line-height: calc(2.5 * 146%);
}