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

}

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

}

body
{
	margin: 0;
	padding: 0;
	color: #555;
	font-family: calibribold !important;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
}

#header
{
	margin: 0;
	padding: 0px 0;
        text-align: center;
}

#content
{
    padding-top: 0;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
  background: #D1D5D8;
  width: 100%;
  padding: 20px 0;
  color: #262626;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

@font-face {
  font-family: 'opensans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

.footerCol {
    padding-left: 10px;
}

.footerCol p {
  line-height: 1.5;
}

#cssmenu {
    font-family: calibri;
  //background: #6ea74b;
    background: #41a85f;
    width: auto;
    text-align: center;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  zoom: 1;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  float: left;
  display: block;
  padding: 0;
}
#cssmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: calibribold, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #333333;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  top: 22px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #333333;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}

.container_full {
  width: 100%;
  float: left;
  margin: auto auto auto auto;
}

.clearfix {
  display : block;
  clear: both;
}

.full-box {
  width: 100%;
  padding: 10px 0;
}

.full-box.green {
  background-color: #41a85f;
  color: white;
}

.full-box.orange {
  background-color: #fba026;
  color: white;
}

.full-box.yellow {
  background-color: #f7da64;
  color: black;
}

.full-box.red {
  background-color: #b8312f;
  color: white;
}

.full-box.white {
  background-color: #EFEFEF;
  color: black;
}

.full-box h1 {
  text-align: center;
  font-size: 120px;
}

.full-box h2 {
  text-align: center;
  font-size: 36px;
}

.circularImage {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.pesatBox {
  text-align: center;
}

.pesatBox h1 {
  font-size: 24px;
}

.pesatBox p {
  font-family: calibri;
}

.pesatBox span {
  font-size: 48px;
  color: #fba026;
}

.wrapService {
  text-align: center;
}

.wrapService .serviceBox {
  width: 80%;
  margin: 0 auto;
}

.wrapService .serviceBox .serviceLogo {
  padding: 30px 0;
}

.wrapService .serviceBox .serviceLogo img {
  width: 150px;
  height: 150px;
}

.wrapService .serviceBox .serviceTitle {
  font-size: 24px;
}

.wrapService .serviceBox .serviceContent {
  font-family: calibri;
  font-size: 14px;
  height: 100px;
  padding: 20px 0;
  overflow: hidden;
}

.serviceButton {
    text-align:center;
    text-decoration: none !important;
    font-size: 14px;
    color: #FFF !important;
    width: 80px;
    padding: 3px 5px;
    display: inline-block;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 1px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #41a85f;
}

.serviceButton:hover {
    background: #2c82c9 !important; 
    color: white;
    text-decoration: none !important;
}

.wrapDesc {
  padding: 10px 100px;
}

.wrapDesc p {
  font-size: 20px;
  line-height: 2.0;
}

.dewanBox {
  height:auto;
  text-align: center;
  padding: 150px 0;
  display: block;
  overflow: hidden;
}

.dewanBox .dewanImage img {
  width: 180px;
  height: 180px;
}

.dewanBox .dewanDesc h1 {
  font-size: 42px;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.5;
}

.dewanBox .dewanDesc.smaller h1 {
  font-size: 22px;
}

.dewanBox .dewanDesc h2 {
  font-size: 24px;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}

.dewanBox .dewanDesc.smaller h2 {
  font-size: 20px;
}

.dewanBox .dewanDesc p {
  font-size: 18px;
  text-align: left;
  font-family: calibri;
}

.dewanBox .dewanDesc.smaller p {
  font-size: 14px;
}

.serviceGroup {
  border : none !important;
}

.serviceTitle a {
  color: #28324e !important;
  background: rgba(209, 213, 216, 0.7);
  font-size: 20px;
  padding: 15px 15px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.serviceTitle a:hover {
  text-decoration: none;
  color: black;
  background: rgba(209, 213, 216, 1.0);
}

.wrapProduct {
  text-align: center;
}

.wrapProduct .productBox {
  width: 80%;
  margin: 0 auto;
}

.wrapProduct .productBox .productLogo {
  padding: 30px 0;
}

.wrapProduct .productBox .productLogo img {
  width: 150px;
  height: 150px;
}

.wrapProduct .productBox .productTitle {
  font-size: 20px;
}

.wrapProduct .productBox .productPrice {
  font-size: 36px;
  padding: 20px 0;
  overflow: hidden;
}

.productButton {
    text-align:center;
    text-decoration: none !important;
    font-size: 14px;
    color: #FFF !important;
    width: 80px;
    padding: 3px 5px;
    display: inline-block;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 1px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #2c82c9;
}

.productButton:hover {
    background: #1c62e9 !important; 
    color: white;
    text-decoration: none !important;
}

#wrapDetailProductLogo {
    text-align: right;
}

#wrapDetailProductLogo img {
    width: 70%;
    height: auto;
}

#wrapDetailProductDesc {
    padding: 0 5px;
}

#wrapDetailProductDesc h2 {
    font-size: 44px;
    text-align: left;
    line-height: 0.5;
}

#wrapDetailProductDesc h1 {
    font-size: 64px;
    text-align: left;
    line-height: 1.5;
}

.wrapExp {
  padding: 25px 50px;
}

.contact-us {
    position: relative;
    width: 400px;
    margin: 0 auto;
    background: #fbefbf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.contact-us h1 {
    height: 80px;
    margin-bottom: 30px;
    background: #41a85f;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 30px;
    color: #f8f8f8;
    text-transform: uppercase;
    line-height: 80px;
    text-align: center;
    text-shadow: 0 3px 0 ##61c93f;
}

.contact-us input {
    width: 302px;
    height: 38px;
    margin: 0 0 20px 30px;
    padding: 0 18px;
    background: #fffbec;
    border: 1px solid #fffbec;
    -moz-box-shadow: 0 5px 0 0 #faedb5;
    -webkit-box-shadow: 0 5px 0 0 #faedb5;
    box-shadow: 0 5px 0 0 #faedb5;
    font-size: 15px;
    color: #cc9471;
    outline: none;
}

.contact-us input:-moz-placeholder { color: #cc9471; }
.contact-us input:-ms-input-placeholder { color: #cc9471; }
.contact-us input::-webkit-input-placeholder { color: #cc9471; }

.contact-us textarea {
    width: 302px;
    height: 92px;
    margin: 0 0 20px 30px;
    padding: 10px 18px 0 18px;
    background: #fffbec;
    border: 1px solid #fffbec;
    -moz-box-shadow: 0 5px 0 0 #faedb5;
    -webkit-box-shadow: 0 5px 0 0 #faedb5;
    box-shadow: 0 5px 0 0 #faedb5;
    font-size: 15px;
    color: #cc9471;
    outline: none;
}

.contact-us textarea:-moz-placeholder { color: #cc9471; }
.contact-us textarea:-ms-input-placeholder { color: #cc9471; }
.contact-us textarea::-webkit-input-placeholder { color: #cc9471; }

.contact-us button {
    width: 400px;
    height: 70px;
    margin-top: 14px;
    padding: 0;
    background: #b8312f;
    border: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    line-height: 70px;
    text-align: center;
    text-shadow: 0 2px 0 #f8f8f8;
}

.contact-us button:hover {
    background: #fba026;
    color: #f8f8f8;
    text-shadow: 0 3px 0 #e15e28;
}

.contact-us input:focus,
.contact-us textarea:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us input,
.contact-us textarea,
.contact-us button {
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.contact-us p {
    margin: 0 30px;
    padding-bottom: 30px;
    font-size: 15px;
    color: #cc9471;
    line-height: 30px;
}

.error {
    display: none;
    position: absolute;
    left: 390px;
    height: 44px;
    padding: 0 25px;
    background: #f8cc37;
    font-size: 15px;
    color: #4b2813;
    font-style: italic;
    line-height: 44px;
    white-space: nowrap;
    text-shadow: 0 2px 0 #fce653;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.error::before {
    content: '';
    position: absolute;
    top: 17px;
    left: -15px;
    border: 5px solid rgba(248, 204, 55, 0);
    border-right: 10px solid #f8cc37;
}

@media screen and (max-width: 1100px) {
  #cssmenu ul li a {
    font-size: 12px;
  }
  .dewanBox {
    padding : 100px 0;
  }
  .dewanBox .dewanDesc h1 {
    font-size: 28px;
  }

  .dewanBox .dewanDesc.smaller h1 {
    font-size: 18px;
    line-height: 1;
  }

  .dewanBox .dewanDesc.smaller h2 {
    font-size: 18px;
  }

  .wrapDesc p {
    font-size: 14px;
    line-height: 2.0;
  }
}

@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    line-height: 0px !important;
  }
  #cssmenu ul li a {
    width: 100%;
    font-size: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    height: 1px;
    background: #ffffff;
    width: 100%;
    opacity: .2;
  }
  #cssmenu ul li.last > a:before,
  #cssmenu ul li:last-child > a:before {
    display: none;
  }
  .footerCol {
      text-align: center;
      margin-bottom: 20px;
  }

  .wrapDesc {
    padding: 10px 10px;
  }

  .wrapDesc p {
    font-size: 12px;
    line-height: 2.0;
  }

  .dewanBox {
    padding : 20px 0;
  }

  .dewanBox .dewanImage {
    padding : 20px 0;
  }

  .dewanBox .dewanDesc h1 {
    text-align: center;
    font-size: 28px;
  }

  .dewanBox .dewanDesc h2 {
    text-align: center;
  }

  .dewanBox .dewanDesc p {
    text-align: center;
  }
  #wrapDetailProductLogo {
      text-align: center;
  }

  #wrapDetailProductDesc h2 {
      text-align: center;
  }

  #wrapDetailProductDesc h1 {
      text-align: center;
  }
}
