/*
Theme Name: Cyras
Theme URI: http://cyrascorp.com/
Description: Premium Theme for Cyras Corporation.
Author: Cyras
Author URI: http://cyrascorp.com/
Version: 1.0
Tags: two-columns, responsive, corporate, brown

License: Regular License (Use for one site)
*/

@font-face {
    font-family: 'avlight';
    src: url('font/light.eot');
    src: url('font/light.eot?#iefix') format('embedded-opentype'),
         url('font/light.woff') format('woff'),
         url('font/light.ttf') format('truetype'),
         url('font/light.svg#avlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avroman';
    src: url('font/roman.eot');
    src: url('font/roman.eot?#iefix') format('embedded-opentype'),
         url('font/roman.woff') format('woff'),
         url('font/roman.ttf') format('truetype'),
         url('font/roman.svg#avroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avmedium';
    src: url('font/medium.eot');
    src: url('font/medium.eot?#iefix') format('embedded-opentype'),
         url('font/medium.woff') format('woff'),
         url('font/medium.ttf') format('truetype'),
         url('font/medium.svg#avmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avheavy';
    src: url('font/heavy.eot');
    src: url('font/heavy.eot?#iefix') format('embedded-opentype'),
         url('font/heavy.woff') format('woff'),
         url('font/heavy.ttf') format('truetype'),
         url('font/heavy.svg#avheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avblack';
    src: url('font/black.eot');
    src: url('font/black.eot?#iefix') format('embedded-opentype'),
         url('font/black.woff') format('woff'),
         url('font/black.ttf') format('truetype'),
         url('font/black.svg#avblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'avlight';
        src: url('font/light.svg') format('svg');
    }
    @font-face {
        font-family: 'avroman';
        src: url('font/roman.svg') format('svg');
    }
    @font-face {
        font-family: 'avmedium';
        src: url('font/medium.svg') format('svg');
    }
    @font-face {
        font-family: 'avheavy';
        src: url('font/heavy.svg') format('svg');
    }
    @font-face {
        font-family: 'avblack';
        src: url('font/black.svg') format('svg');
    }  
}

* {
	margin: 0px;
	padding: 0px;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}
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: 1024px;
    height: 636px;
    overflow: hidden;
	margin: 0px auto;
}
#header {
	width: 165px;
    height: 585px;
    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: 165px;
    height: 156px;
    background: url(images/cyras-logo.png) no-repeat top left;
	background-size:auto 100%;
}
#header .cyras-logo a {
    display: block;
	width:165px;
	height:156px;
}
#top {
	width: 100%;
	background: #ccc;
	height: 360px;
}
#top .contex {
	width: 859px;
	height: 585px;
	float: right;
	background: #f5ebe6 url(images/bg.png) no-repeat top left;
}

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

/*--- header menu ---*/
.hm {
    width: 100%;
}
.hm .mn {
    height: 75px;
    width: 100%;
}
.hm .mn:hover {
    background: #3d2111;
}
.hm .mn a {
    display: block;
    width: 100%;
    height: 100%;
}
.active{
	background-color:#3d2111;
}
.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:65% auto;
	background-position-y:20px;
}
.hm .partner-login a:hover {
    background: url('images/m-partner-login-on2560.png') no-repeat center center;
	background-size:65% auto;
	background-position-y:20px;
}
.hm .separator {
    width: 140px;
    height: 1px;
    background: #755947;
    margin: 0px auto;
}
.hm .search {
    width: 100%;
    height: 75px;
}
.hm .m-search {
    width: 40px;
    height: 10px;
    background: url(images/m-search.png) no-repeat center center;
    margin: 10px auto 5px;
	background-size:100% auto;
}
.hm .s-box {
    width: 136px;
    height: 18px;
    background: none;
    margin: 5px auto;
}
.s-box #s {
    border: 1px solid transparent;
    width: 110px;
    height: 18px;
    background: #aa998b;
    float: left;
    color: #fff;
    padding: 3px;
    font-size: 10px;
    border-radius: 3px 0px 0px 3px;
}
.s-box #searchsubmit {
    float: left;
    border: 1px solid transparent;
    background: #e1cfc3;
    color: #5d3b24;
    width: 23px;
    text-align: center;
    height: 18px;
    font-size: 10px;
    margin-left: 3px;
    border-radius: 0px 3px 3px 0px;
}

.hm .bendera {
    width: 52px;
    height: 30px;
    margin: 0px auto;
}
.bendera .bd {
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 3px;
}

#flags_language_selector img{
      margin:3px;
}

.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: 110px;
    margin: 0px auto;
    height: 42px;
    background: url(images/socmed.png) no-repeat center center;
	background-size:110px 34px;
}
.hm .socmed .icn {
    width: 20px;
    height: 20px;
    float: left;
    margin: 11px 3.5px;
}
.hm .socmed .icn a {
    display: block;
    width: 100%;
    height: 100%;
/*	margin-top:18px;*/
}

/*---- #navbar ----*/
#navbar {
	background: none;
	display: block;
	float: left;
	width: 500px;
    margin-left: 20px;
	margin-top:15px;
}
#navbar ul {
	list-style: none;
	margin: 0;
}
#navbar li {
	float: left;
	position: relative;
    font-size: 10px;
}
#navbar a {
	color: #543019;
	display: block;
/*	line-height: 16px;*/
	padding: 0 5px;
    margin: 0px 10px;
	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;
	padding: 10px;
	width: 180px;
	height: auto;
	color: #ccc;
}
#navbar li:hover > a,
#navbar ul ul :hover > a {
	background: #c7bbb4;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
}
#navbar ul li:hover > ul {
	display: block;
	margin-left: -40px;
}
.footactive{
	background-color:#c7bbb4;
}
#navbar li:hover a .footactive{
	height:30px;
}	

/*--- f-icns ---*/
.f-icns {
    width: 180px;
    height: 24px;
    float: left;
    margin-top: 12px;
    margin-left: 130px;
}
.f-icns a {
    display: block;
    width: 100%;
    height: 100%;
}
.f-icns .zoom {
    width: 42px;
    height: 24px;
    background: url(images/f-icns-off.png) no-repeat 0px 0px;
    margin-right: 8px;
    float: left;
}
.f-icns .zoom:hover {
    background: url(images/f-icns-on.png) no-repeat 0px 0px;
}
.f-icns .snuz {
    width: 77px;
    height: 24px;
    background: url(images/f-icns-off.png) no-repeat -51px 0px;
    margin-right: 8px;
    float: left;
}
.f-icns .snuz:hover {
    background: url(images/f-icns-on.png) no-repeat -51px 0px;
}
.f-icns .cfs {
    width: 45px;
    height: 24px;
    background: url(images/f-icns-off.png) no-repeat -134px 0px;
    float: left;
}
.f-icns .cfs:hover {
    background:url(images/f-icns-on.png) no-repeat -134px 0px;
}

.copy {
    height: 24px;
    margin-top: 12px;
    font-size: 10px;
    width: 140px;
    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: 859px;
    height: 585px;
}

.contex .sl1, .contex .sl3 {
    background: url(images/slide1.jpg) no-repeat center center;
    color: #543019;
    text-shadow: 1px 1px 2px #fff;
	background-size: 100% auto;
}
.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;
	background-size: 100% auto;
}
.contex .sl2 .ctx, .contex .sl4 .ctx {
    margin: 100px 0px 0px 50px;
    position: absolute;
}
/**.contex .sl h2 {
    font-size: 42px !important;
    line-height: 60px !important;
    width: 400px !important;
    font-family: "avheavy";
}
.contex .sl p {
    font-size: 14px !important;
    line-height: 24px !important;
    width: 400px !important;
    font-family: "avheavy";
}**/

.contex .sl h2 {
    font-size: 42px;
    line-height: 60px;
    width: 400px;
    font-family: "avheavy";
}
.contex .sl p {
    font-size: 14px;
    line-height: 24px;
    width: 400px;
    font-family: "avheavy";
}

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

/*--- our brands ---*/
.liat2 {
    float: left;
    width: 420px;
    height: 230px;
    background: #eee url(images/liat2.jpg) no-repeat center center;
}
.gelas {
    float: left;
    width: 439px;
    height: 230px;
    background: #ddd url(images/gelas.jpg) no-repeat center center;
}
.pad2 {
    padding: 30px 40px;
}
.obb {
    width: 100px;
    float: left;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #363339;
    font-family: "avheavy";
}
.obb span {
    color: #634635;
    font-family: "avblack";
}
.sret {
    background: #e7e2e1;
    height: 6px;
    width: 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: 300px;
}
.our-brands .scroll-y {
    margin-top: 260px;
    margin-left: 765px;
}
.child-brands .scroll-y {
    margin-left: 780px;
    margin-top: 240px;
}
.uz {
    float: left;
    width: 48%;
    margin: 1%;
}
.uz .frame {
    width: 338px;
    height: 200px;
    margin: 0px auto;
    background: url(images/frame.png) no-repeat center center;
}
.uz .frame img {
    width: 321px;
    height: 178px;
    margin-top: 7px;
    margin-left: 8px;
}
.uz .desc {
    width: 310px;
    text-align: justify;
    margin: 0px auto;
}
.uz .desc h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17.38px;
    color: #927e74;
    font-family: "avblack";
    font-weight: normal;
}
.uz .desc p {
    font-size: 10px;
    line-height: 14px;
}
.uz .desc a {
    color: #927e74;
    font-style: italic;
}
.uz .desc h3 a {
    font-style: normal;
}

/*--- hotels and resorts ---*/
.cugi {
    width: 170px;
    height: 270px;
    text-align: justify;
    margin-top: 10px;
    float: left;
	overflow:hidden;
}
.cugi h2 {
    color: #543019;
    line-height: 17.38px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px;
    font-family: "avblack";
    font-weight: normal;
}
.cugi p {
    font-size: 9px;
    line-height: 14px;
    color: #363339;
    margin: 10px 0px;
}
.cugi a {
    font-size: 10.56px;
    line-height: 16.43px;
    color: #3e2211;
    background: #c7bbb4;
    text-decoration: none;
    padding: 2px 6px;
    display: inline-block;
}
.cugi p a {
    font-size: 9px;
    line-height: 14px;
    color: #363339;
    margin: 10px 0px;
    background: none;
    padding: 0px;
    display: inline-block;
}
.cob {
    float: left;
    width: 560px;
    margin-left: 40px;
    height: 300px;
    overflow: hidden;
}
.brx {
    padding-bottom: 10px;
    width: 100%;
    clear: both;
    height: 130px;
    margin: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.brx .ket {
    font-size: 10.76px;
    line-height: 17.38px;
    color: #363339;
    padding-top: 10px;
}
.brx h3 {
    color: #543019;
    line-height: 17.38px;
    font-size: 10.76px;
    text-transform: uppercase;
    padding: 0px;
    font-family: "avheavy";
    font-weight: normal;
}
.brx p {
    font-size: 9px;
    line-height: 14px;
    color: #363339;
    margin: 10px 0px;
}
.brx .sum a {
    color: #543019;
    font-style: italic;
}
.imgo {
    float: left;
    width: 130px;
    height: 130px;
    background: url(images/frame-hr.png) no-repeat top center;
}
.imgo img {
    margin-left: 12px;
    margin-top: 11px;
	width:106px;
	height:106px;
}
.cgo {
    height: 130px;
    float: left;
    width: 415px;
    margin-left: 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: 429px;
    height: 230px;
    background: #ccc url(images/bel.jpg) no-repeat center center;
    float: left;
}
.oa .laptop {
    width: 430px;
    height: 230px;
    background: #ddd url(images/laptop.jpg) no-repeat center center;
    float: left;
}
.oa .obb {
    width: 125px;
}
.oa .sret {
    width: 614px;
}
.quote {
    font-size: 11px;
    line-height: 17px;
    color: #363339;
    width: 160px;
    margin-top: 190px;
    float: left;
}
.quote p {
    text-transform: uppercase;
    line-height: 21px;
    font-size: 14px;
    color: #543019;
    font-family: "avheavy";
}
.coa {
    width: 550px;
    height: 260px;
    font-size: 11px;
    line-height: 18.75px;
    overflow: hidden;
    text-align: justify;
    margin-left: 30px;
    margin-top: 10px;
    float: left;
}
.coa p {
    margin: 12px 0px;
}

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

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

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

/*--- news ---*/
.dunia2 {
    width: 440px;
    height: 138px;
    background: url(images/dunia2.jpg);
    float: left;
}
.tangan2 {
    width: 419px;
    height: 138px;
    background: url(images/tangan2.jpg);
    float: left;
}
.new .kiri {
    float: left;
    width: 200px;
    margin-right: 20px;
}
.intr {
    width: 150px;
    margin-top: 20px;
    padding-left: 55px;
    height: 100px;
    color: #543019;
    font-size: 10px;
    line-height: 19px;
    background: url(images/zoom2560.png) no-repeat top left;
    text-align: justify;
    font-family: "avmedium";
	background-size:25% auto;
}
.hlt {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
    color: #543019;
    margin: 7px 0px;
    font-family: "avheavy";
}
.ltnw {
    width: 195px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: inset 0px 2px 2px #bbb;
    overflow: hidden;
}
.ltnw h2 {
    margin: 0px;
    padding: 0px;
}
.ltnw h2 a {
    font-size: 10px;
    line-height: 20px;
    color: #543019;
    font-family: "avmedium";
    font-weight: normal;
}
.ltnw .dt {
    width: 30px;
    float: left;
    color: #543019;
    text-align: center;
    padding: 5px;
    padding-left: 0px;
}
.ltnw .dt .num {
    font-size: 21px;
}
.ltnw .dt .mon {
    font-size: 10px;
    text-transform: uppercase;
}
.ltnw p {
    font-size: 8px;
    line-height: 14px;
    color: #363339;
}
.ltnw #post {
    background: #fbf6f4;
    padding: 5px 10px;
    margin: 2px;
    text-align: justify;
}
.ltnw #post:nth-child(1) {
    border-radius: 6px 6px 0px 0px;
}
.ltnw #post:nth-child(3) {
    border-radius: 0px 0px 6px 6px;
}
.ltnw #post:nth-child(2) {
    background: none;
}
.new .entric #post {
    width: 520px;
    height: auto;
    margin-top: 15px;
    padding-bottom: 10px;
    padding: 0px 17px;
}
.new .entric #post .anu {
    margin-left: 180px;
}
.new .anu h2 {
    font-weight: normal;
    font-family: "avblack";
}
.new .ptt {
    width: 168px;
    float: left;
    padding-bottom: 10px;
}
.new .ptt img {
    width: 145px;
    height: auto;
    margin-top: 5px;
    margin-left: 7px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 3px #ccc;
}
.crr h2 {
    font-family: "avblack";
    font-weight: normal;
}

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

.poste {
    height: 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-off.png) no-repeat center center;
}
.pagenavi span.next {
    background: url(images/next-off.png) no-repeat center center;
}

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

.pagenavi2 {
    height: 27px;
    width: auto;
    float: right;
}

.current{
	background-color:#eee3db;
}

.navigation .li{
	padding:5px;
}

span.pager2 {
    font-size: 15px;
    height: 27px;
    display: inline-block;
    margin-right: 10px;
    line-height: 27px;
    float: left;
}

.hide {
    display: none;
}

.navigation li{
	display:inline-block;
	vertical-align:middle;
}

.prev2 a{
    width: 27px;
    height: 27px;
    background: url(images/prev-on.png) no-repeat center center;
    cursor: pointer;
	float:left;
}
.prev2-off {
    background: url(images/prev-off.png) no-repeat center center;
    cursor: auto;
}
.next2 a {
    width: 27px;
    height: 27px;
    background: url(images/next-on.png) no-repeat center center;
    cursor: pointer;
	float:right;
}
.next2-off {
    background: url(images/next-off.png) no-repeat center center;
    cursor: auto;
}

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

.scroll-y .up {
    background: url(images/up-on.png) no-repeat center center;
    width: 27px;
    height: 27px;
    float: left;
    cursor: pointer;
}

.scroll-y .down {
    background: url(images/down-on.png) no-repeat center center;
    width: 27px;
    height: 27px;
    float: left;
    cursor: pointer;
}
.hotres {
    display: none;
}

.our-ass {
    margin-left: 770px;
    margin-top: 240px;
}

.snews {
    margin-left: 815px;
    margin-top: -70px;
}

.scars {
    margin-left: 770px;
    margin-top: -40px;
}
.sfins {
    display: none;
}
.attach2 {
    display: inline-block;
    float: left;
}
.attach2 a {
    width: 0px;
    height: 0px;
    display: block;
    background: url(images/download.png) no-repeat center center;
    overflow: hidden;
    padding: 8px;
    color: transparent;
}
.jam {
    background: url(images/jam.png) no-repeat center center;
    width: 0px;
    height: 0px;
    display: block;
    float: left;
    padding: 9px;
}
.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: 18px;
}
.singlic .dt {
    font-size: 10px;
    color: #5d5d5d;
}
.singlic p, .cha {
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0px;
    text-align: justify;
    text-indent: 30px;
}
.cha a {
    color: #543019;
}

.fin-msg{
	display:none;
}