@import url("bootstrap.css");
@import url("bootstrap.tweak.css");
@import url("icomoon.css");
@import url("menu.css");
html,
body {
    background-color: #e5edf0;
}
.oz{
  padding:0px; box-shadow: 0px 5px 10px #888888; border: 1px solid #C9E0ED; border-radius: 7px; background:#fff;
  width:1039px;
}
.oz-header{
  width:1039px; height: auto; display:block;
}
.oz-container{
  width:1030px;
  display:block;
  padding:0 3px 0 10px;
}
.oz-footer {
  background: url(/images/footer.png) no-repeat; height: 51px; float: left; width: 100%;
  border-bottom-right-radius: 7px; border-bottom-left-radius: 7px;
  margin-top: 50px;
}
.cp{
  background: url(/images/cprght.png) no-repeat; float: right; width: 189px; height: 27px; margin: 13px 20px 0 0;
}
.k-logo{
  width: 630px; height: auto; display: block; float: left; padding:30px 0;
}
.search{
  float:left; display: block; width: 350px; padding:30px 0;
}
.search-form{
  float: right; display: block; width: 100px;
}
.search-box{
  border-radius: 12px !important; width:200px; height: 25px; border-width: 1px; float:right; border-style: solid; border-color: #004c64;
  margin-top:3px;
}
.hsocial{
  float: left; display: block; width: 200px;
}
.facebook24{
  background-image: url(/images/icons/facebook20.png); background-repeat: no-repeat; cursor: pointer; margin-right: 3px; float: left;
  width: 24px; height: 24px; margin-top:6px;
}
.twitter24{
  background-image: url(/images/icons/twitter20.png); background-repeat: no-repeat; cursor: pointer; margin-right: 3px; float: left;
  width: 24px; height: 24px; margin-top:6px;
}
.youtube24{
  background-image: url(/images/icons/youtube20.png); background-repeat: no-repeat; cursor: pointer; margin-right: 3px; float: left;
  width: 24px; height: 24px; margin-top:6px;
}
.linkedin24{
  background-image: url(/images/icons/linkedin20.png); background-repeat: no-repeat; cursor: pointer; margin-right: 3px; float: left;
  width: 24px; height: 24px; margin-top:6px;
}
.pininterest24{
  background-image: url(/images/icons/pinintrest20.png); background-repeat: no-repeat; cursor: pointer; margin-right: 3px; float: left;
  width: 24px; height: 24px; margin-top:6px;
}
.digg32{
  background-image: url(/images/icons/digg32.png); background-repeat: no-repeat; cursor: pointer; margin-right: 3px; float: left;
  width: 32px; height: 32px;
}
.facebook32{
  background-image: url(/images/icons/facebook32.png); background-repeat: no-repeat; cursor: pointer; margin-right: 3px; float: left;
  width: 32px; height: 32px;
}
.twitter32{
  background-image: url(/images/icons/twitter32.png); background-repeat: no-repeat; cursor: pointer; margin-right: 3px; float: left;
  width: 32px; height: 32px;
}
.gplus32{
  background-image: url(/images/icons/gplus32.png); background-repeat: no-repeat; cursor: pointer; margin-right: 3px; float: left;
  width: 32px; height: 32px;
}
.jumbotron {
    text-align: center;
}

.footer {
    height: 60px;
    background-color: #004c64;
    padding-top: 20px;
    margin-top: 50px;
    border-top: 5px solid #007ba0;
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 76, 100, 0.1);
    box-shadow: 0 0 10px rgba(0, 76, 100, 1);
    color:#fff;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/*-- Sorting --*/

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*-- Other --*/

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* add red asterisk to required form fields */
div.required label:after {
    content: " *";
    color: #e13431;
}

/*-- GridView options display tweaks --*/

.user-index td:last-child,
.articles-admin td:last-child {
    width: 68px;
}

.article-view th {
    min-width: 90px;
}

/*-- Css for nicer display of boolean yes/no values --*/

.boolean-true {
    font-weight: bold;
    color: green;
}

.boolean-false {
    font-weight: bold;
    color: #e13431;
}

/*-- Css for nicer display of user roles --*/

.role-theCreator {
    font-weight: bold;
    color: black;
}

.role-admin {
    font-weight: bold;
    color: #c4a500;
}

.role-editor {
    font-weight: bold;
    color: #800080;
}

.role-support {
    font-weight: bold;
    color: #009d00;
}

.role-premium {
    font-weight: bold;
    color: #4c4cff;
}

.role-member {
    font-weight: bold;
}

/*-- Colors used for various data presentation purposes --*/

.blue {
    font-weight: bold;
    color: #7373ff; 
}

.green {
    font-weight: bold;
    color: #009d00;
}

.gold {
    font-weight: bold;
    color: #c4a500;   
}

hr.top {
    margin-top: 0px;
    border-width: 1px;
    border-color: #333;
    text-align: left;
}

hr.article-devider {
    border-width: 1px;
    border-color: #444;
    border-style: dashed;
    text-align: left;
}

/*-- Password strength --*/

/* hide strength meter so we can fade it in nicely with jQuery */
.nz-meter-container {
    display: none;
}
.oz-search {
    margin-top:15px; margin-left:20px; border-radius: 10px;
    border-style: none; padding-left: 8px;
}

.oz-well{
    width: 74%;
}

.rt-title{
    color:#126ca0; font-weight: bold;
}
.panel-fauzi {
  background-image: -webkit-linear-gradient(#004c64, #007ba0 5%, #005772);
  background-image: -o-linear-gradient(#004c64, #007ba0 5%, #005772);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004c64), color-stop(5%, #007ba0), to(#005772));
  background-image: linear-gradient(#004c64, #007ba0 5%, #005772);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
  -webkit-filter: none;
  filter: none;
  border-radius: 3px;
  color:#fff;
}

.head-style {
  background-image: -webkit-linear-gradient(#004c64, #007ba0 5%, #005772);
  background-image: -o-linear-gradient(#004c64, #007ba0 5%, #005772);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004c64), color-stop(5%, #007ba0), to(#005772));
  background-image: linear-gradient(#004c64, #007ba0 5%, #005772);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
  -webkit-filter: none;
  filter: none;
  color:#fff !important;
  padding: 15px;
}
.title {
  color:#004c64;
}
.follow-sos {
  text-align:center; font-size:18pt; color:#910A35; padding:10px;
  background-color:#DCF0FA
}
.follow-sos:hover {
  text-align:center; font-size:18pt; color:#DCF0FA; padding:10px;
  background-color:#0F5370
}
/*index*/
.oz-mid-panel{
  width:523.5px; float:left; padding:0 15px
}
.oz-full-panel{
  width:760px; float:left; margin-left:15px;
}
.oz-menu-panel{
  width:261.75px; float:left; padding:0 15px
}
.oz-menu-item{
  width:232px; float:left; height:auto; margin-left:15px; display: block;
}
.oz-doc-2c {
  width: 384px; float: left; height: auto; padding:0 15px; 
}
.oz-agent-2c{
  width:100%; float: left; padding:7px;
  height:50px;
  background: #0C608A;
  /*
  background: #0F5370;
  background: -moz-linear-gradient(top, #1f4da8 0%, #258dc8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f4da8), color-stop(100%,#258dc8));
  background: -webkit-linear-gradient(top, #1f4da8 0%,#258dc8 100%);
  background: -o-linear-gradient(top, #1f4da8 0%,#258dc8 100%);
  background: -ms-linear-gradient(top, #1f4da8 0%,#258dc8 100%);
  background: linear-gradient(to bottom, #1f4da8 0%,#258dc8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4da8', endColorstr='#258dc8',GradientType=0 );*/
  font-weight: bold;
  color: #fff;
  font-size: 10pt;
  position: absolute; bottom: 0px;
}

/*ourpeople and gallery*/
.oz-img-3c {
  width: 256px; float: left; height: auto; padding:0 15px; 
}
.oz-img-item-3c{
  width: 226px; float: left; height: 225px; float: left;
}
.capt-3c{
  width:100%; float: left; padding:5px;
  height: 53px;
  background: #0C608A; 
  /*
  background: #0F5370; 
  background: -moz-linear-gradient(top, #1f4da8 0%, #258dc8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f4da8), color-stop(100%,#258dc8));
  background: -webkit-linear-gradient(top, #1f4da8 0%,#258dc8 100%);
  background: -o-linear-gradient(top, #1f4da8 0%,#258dc8 100%);
  background: -ms-linear-gradient(top, #1f4da8 0%,#258dc8 100%);
  background: linear-gradient(to bottom, #1f4da8 0%,#258dc8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4da8', endColorstr='#258dc8',GradientType=0 );*/
  font-weight: bold; position: absolute; bottom: 0px; color: #fff;font-size: 8pt;
}

.oz-img-2c {
  width: 384px; float: left; height: auto; padding:0 15px; 
}
.oz-img-item-2c{
  width: 354px; float: left; height: 300px; float: left;
}
.capt-2c{
  width:100%; float: left; padding:7px;
  height: 50px;
  background: #0C608A;
  /*
  background: #0F5370;
  background: -moz-linear-gradient(top, #1f4da8 0%, #258dc8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f4da8), color-stop(100%,#258dc8));
  background: -webkit-linear-gradient(top, #1f4da8 0%,#258dc8 100%);
  background: -o-linear-gradient(top, #1f4da8 0%,#258dc8 100%);
  background: -ms-linear-gradient(top, #1f4da8 0%,#258dc8 100%);
  background: linear-gradient(to bottom, #1f4da8 0%,#258dc8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4da8', endColorstr='#258dc8',GradientType=0 );*/
  font-weight: bold;
  color: #fff;
  font-size: 9pt;
  position: absolute; bottom: 0px
}

.oz-img-1c {
  width: 768px; float: left; height: auto; padding:0 15px; 
}
.oz-img-item-1c{
  width: 738px; float: left; height: 325px;
  position: relative;
}
.capt-1c{
  width:100%; float: left; padding:5px; /*margin-top: 248px;*/
  height: 65px;
  background: #0C608A; 
  /*
  background: #0F5370; 
  background: -moz-linear-gradient(top, #1f4da8 0%, #258dc8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f4da8), color-stop(100%,#258dc8));
  background: -webkit-linear-gradient(top, #1f4da8 0%,#258dc8 100%);
  background: -o-linear-gradient(top, #1f4da8 0%,#258dc8 100%);
  background: -ms-linear-gradient(top, #1f4da8 0%,#258dc8 100%);
  background: linear-gradient(to bottom, #1f4da8 0%,#258dc8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4da8', endColorstr='#258dc8',GradientType=0 );*/
  font-weight: bold;
  color: #fff;
  font-size: 9pt;
  position: absolute; bottom: 0px;
  display: inline-table;
}
.fb-share{
  padding:5px; color:#fff; float:left; margin-right: 10px;
  font-weight: bold; border-radius: 3px;
  background: -webkit-linear-gradient(#41659b, #254575);
  background: -o-linear-gradient(#41659b, #254575);
  background: -moz-linear-gradient(#41659b, #254575);
  background: linear-gradient(#41659b, #254575);
  font-size: 10pt;
}
.fb-share:hover{
  background-color: #254575; padding:5px; color:#a0e8ff; float:left; margin-right: 10px;
  font-weight: bold; border-radius: 3px;
}
.fb-share i {
  color:#fff;
}
.more {
  font-weight: bold;
  color: #327394;
  width: 100px;
  text-align: center;
  margin-top: 15px;
  display: block;
  text-decoration: none;
}
.col-pob{
  float: left;width:246px; height:231px; padding: 13px;
}
.col-mob{
  float: left; width: 492px; height: auto; padding: 0 20px;
}
.rr{
  display: block; float: left; width: 100%;
}