/*
 @font-face {
    font-family: 'Raleway';
    src: url('/fonts/raleway/Raleway-Thin.ttf');
    font-weight: 100;
}
@font-face {
    font-family: 'Raleway';
    src: url('/fonts/raleway/Raleway-Light.ttf');
    font-weight: 200;
}
*/
@font-face {
    font-family: 'Raleway';
    src: url('/fonts/raleway/Raleway-Regular.ttf');
    font-weight: 400;
}

/* ================================== MOBILE VERSION */

/* ================================== END MOBILE */

/* ================================== SCAFFOLDING */
div.field{
    position: relative;
    display: table;
    min-height: 30px;
    width: 100%;
    margin-top: 5px;
}
div.field label{
    display: inline-block;
    min-width:100px;
    vertical-align: top;
    text-align: left;
    float: left;
    background-color: transparent;
    border: 0px solid silver;
    border-bottom: 0px;
    padding: 0px;
    margin-bottom: 0px;
    -moz-border-radius: 0;
    -webkit-border-radiust: 0;
    border-radius: 0;
    
}
div.field label:after{
    content: ":";
    float: right;
    margin-right: 20px;
}
div.field br{
    display: none;
}
div.field label.required{
    font-weight: bold;
}
div.field label.error{
    position: absolute;
    right: 0;
    display: block;
    float: left;
    margin: 0;
    -moz-border-radius: 5px !important;
    -webkit-border-radiust: 5px !important;
    border-radius: 5px !important;
    font-weight:bold;
    color: red;
    padding: 3px;
    width: auto;
    text-align: center;
    border: 1px solid #FE1902;
    background-color: white;
}
div.field label.error:after{
    content: "";
    float: none;
}
div.field #error{
    display: none ;
    margin: 0;
    padding: 0px;
    font-weight:bold;
    color: red;
    width: auto;
    text-align: center;
    background-color: white;
    vertical-align: middle;
    border: 0px !important;
}

div.field input.ui-state-highlight, select.ui-state-highlight, textarea.ui-state-highlight {
    height: auto;
    width: auto;
    padding: 2px;
    border: 1px solid red;
    background-color: red !important;
    margin: 0;
}
div.field input{
    float: left;
    max-width: 200px;
    min-width: 50px !important;
    padding: 5px;  
}

div.field select{
    float: left;
    height: auto;
    width: 210px;
    padding: 4px;
    margin: 0px;
}

div.field textarea{
    float: left;
    padding:5px;
    max-width:300px;
    width: 100%;
    min-width:100px;
    height: 100px;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: inline;
}

/* ================================== END SCAFFOLDING */


/* ================================== MAIN CSS */
body { 
    background-color: #FFF;
	color: #474747;
	font-family: 'Raleway', sans-serif !important;
	font-size: 12px; 
	line-height: 25px; 
	margin: 0;
	min-width: 960px;
	padding: 0;
}

#content-wrapper {
    background-color: #FFF !important;
}

a, img {
	outline: none;
	border: none;
}

p a, span a {
	color: #474747;
	text-decoration: underline;
}

.gallery {
	float: left;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 5px;
}


.wrapper-left {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    width: 50%;
    height: 100%;
    display: block;
    background: -o-radial-gradient(#ffffff, #88C1DB); /*D0D9F7*/
    background: -moz-radial-gradient(#ffffff, #88C1DB);
    background: -webkit-radial-gradient(#ffffff, #88C1DB);
    background: radial-gradient(#ffffff, #88C1DB);
    background-repeat: no-repeat;
}
.wrapper-left > div {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
}
.wrapper-right {
    position: relative;
    float: right;
    margin: 0;
    width: 50%;
    display: block;
    overflow: auto;
}
.frame-index {
    margin: 10px 20px;
    background-color: #FFF;
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
}
.index-show {
    width: auto;
    padding: 20px;
    text-align: justify;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    border:1px silver solid;
    background-color: #FFF;

}
.index-portfolio, .index-service, .index-contact {
    /*display: none;*/
}
.index-show > div {
    display: table;
    height: inherit;
    width: inherit;
}
.index-show > div > div {
    display: table-cell;
    height: inherit;
    width: inherit;
    vertical-align: middle;
}
.service-header {
    color: #666;
    font-size: 48px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 50px;
    z-index: 2;
}
.service-label {
    /*color: white;*/
    text-decoration: underline;
    font-size: 24px;
    margin: 10px 0;
    color: #08c;
}
.service-footer {
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin: 10px 0;*/
}
.content-logo-placer {
    margin: 0 50px 10px;
    text-align: center;
}
.content-logo-placer img {
    max-height: 100px;
    cursor: pointer;
}
.content-contact {
    margin: 0 50px 10px;
}
.contact-alamat {
    margin-right: 1%;
    border: 0px solid #CCC;
    text-align: center;
    opacity: 0.7;
}
.contact-map {
    margin-right: 1%;
    border: 0px solid #CCC;
    text-align: center;
    opacity: 0.7;
    position: relative;
    display: block;
}
.contact-map small {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEEEEE;
}
.content-partner {
    margin: 0 50px 10px;
}
.partner-placer {
    float: left;
    margin: 0 10px 10px 0;
}
.partner-placer img {
    max-height: 30px; 
}
.content-menu {
    margin: 0 50px 20px;
    text-align: center;
}
.content-menu .menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.menu-placer {
    float: left;
    padding: 10px 0;
    width: 49%;
    margin: 0;
    margin-right: 1%;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
    background-color: #3BB878;
    z-index: 1;
    display: table;
}
.menu-placer > div {
    display: table-cell;
    vertical-align: middle;
}
.menu-placer {
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
}
.menu-placer a {
    text-decoration: none;
    color: #FFF;
}
.menu-placer:hover {
    background-color: #438CCA;
}
.menu-placer i {
    color: #EEE;
}
.menu-placer span {
    padding: 0 !important;
    margin: 0 !important;
}
body {
    overflow: hidden;
}
.index-show {
    right: -1000px;
}
.content-active {
    right: 0;
}
h1, h2, h3, h4, h5 {
    color: #08c;
    font-weight: 100;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
/* ================================== END MAIN */



/* ================================== GALLERY */
.portfolio_container {
    width: 48%;
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
}

.portfolio-label {
    font-size: 16px;
    font-weight: 200;
    color: #008A00;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #8493CA; */
}

.odd {
    margin-right: 2%;
}

.portfolio_img {
    text-align: center;
    position: relative;
    height: 150px;
    overflow: hidden;
}

.portfolio_img {
    /*border: 5px solid #094AB2;*/
    border: 2px solid #E1E1E1;
    border-radius: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0 0 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0 0 6px;
    opacity: 0.7;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.portfolio_img:hover {
    opacity: 1;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    /*box-shadow:0px 0px 30px gray;
    -webkit-box-shadow:0px 0px 30px gray;
    -moz-box-shadow:0px 0px 30px gray;*/
}
.portfolio_detail {
    text-decoration: none;
}
.portfolio_detail > div {
    padding: 3px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    margin-bottom: 15px;
    margin-top: 15px;
    color: white;
    text-align: center;
    cursor: pointer;
}
.portfolio_detail > div:hover {
    background-color: #130BE3;
}
.gallery_header {
}

.gallery_header a {
    text-decoration: none;
    font-size: 16px;
    color: #AE2694;
    font-weight: bold;
}
.gallery_content {
    display: table;
    border: 1px none transparent;
    border-radius: 10px;
}
.gallery_placer {
    display: table-cell;
    background: #FFF7F7;
    height: 180px;
    width: 280px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery_placer:hover {
    background: #7EA7D8;
}
.gallery_placer img {
    max-width: 280px;
    max-height: 180px;
    display: block;
    margin: 0 auto;
}
/* ================================== END GALLERY */



/* ================================== BANNER */

/* ================================== END BANNER */

/* ================================== CONTACT US */
#contact-us {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#contact-web {
    margin-top: 30px;
}
#form-contact {
    margin: 0px;
    padding: 10px 40px;
    border: 2px solid #E1E1E1;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif !important;
    padding-bottom: 20px;
    color: #094AB2;
}
#form-contact div.field textarea, #form-contact div.field input {
    max-width: 100% !important;
    width: 65%;
    display: block;
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#form-contact div.field textarea {
    height: 80px;
}

#form-contact div.field textarea:focus, #form-contact div.field input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

#msg-form {
    border-bottom: 1px solid #094AB2;
    padding: 10px;
    margin-left: -10px;
    font-family: 'Raleway', sans-serif !important;
    /*font-size: 14px;*/
    text-align: center;
}
#contact-table {
    border: 0px solid #FFF;
    width: 100%;
}
#contact-table td {
    background-color: #7EA7D8;
    color: white;
    padding: 5px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
#form-contact input, #form-contact textarea {
    border: 1px solid #094AB2;
    background-color: transparent;
    font-family: 'Raleway', sans-serif !important;
    line-height: 14px;
    color: #094AB2;
}

/* ================================== END CONTACT */

/* ================================== OTHER */

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.td_no {
    width: 20px;
}

.box_form{
    text-align: left;
    border: 1px solid #CCC;
    border-radius: 2px;
    padding: 10px;
}

.right {
    float: right;
    margin-left: 5px;
}

.left {
    float: left;
    margin-right: 5px;
}

.clear {
    clear: both;
}

.border_left {
    border-left: 1px solid #ccc !important;
}

.border_right {
    border-right: 1px solid #ccc !important;
}

.border_bottom {
    border-bottom: 1px solid #ccc !important;
}

.border_top {
    border-top: 1px solid #ccc !important;
}

#contact-us-header {
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 40px;
	margin-bottom: 15px;
}

div.actions input {
    display: inline-block !important;
    height: 28px !important;
    text-decoration: none;
    width: 100%;
    padding: 3px;
    background-color: #428bca !important;
    border-color: #357ebd !important;
    margin-bottom: 15px;
    margin-top: 15px;
    color: white !important;
    text-align: center;
    cursor: pointer;
}

div.actions input:hover {
	background-color: #130BE3 !important;
}

.more {
  padding: 5px 15px;
  background-color: purple; 
  margin-top: 10px;
}

.more:hover {
  background-color: #AE2694;
  font-weight: bold;
}

.more a {
  color: white;
  text-decoration: none;
}

#line-top {
    display: block; 
    position: absolute; 
    top:0; height: 130px; 
    background-color: #fff7f7; 
    width: 100%;
}
#line-after {
    display: block; 
    position: absolute; 
    top:0; 
    height: 280px; 
    margin-top: 130px;
    background-color: #AE2694;
    width: 100%;
    box-shadow: 0 5px 20px 5px #AE2694;
}
.gallery_nama {
    margin-bottom: 15px;
}
.opaque{
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; /*Chrome*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    color: #fff;
    z-index:1000;
    width: 100%;

}
.opaque a{
    color: #fff;
}

#error_explanation {
    margin: 10px 0;
    border: 2px solid #6ECFF6;
    border-radius: 3px;
}

#error_explanation h2 {
    margin: 5px 0;
}
.box_note {
    display: none;
}

article h1 {
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 15px;
    border-bottom: 2px dashed #E1E1E1;
}

#loading_body {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    height: 100vh;
    width: 50%;
    background-color: white;
    opacity: 0.9;
    z-index: 999;
    font-size: 32px;
    color: #5574B9;
}
#loading_body i {
    margin-right: 10px;
    font-size: 52px;
}
#loading_body > div{
    text-align: center;
    display: table;
    height: 100vh;
    width: 100%;
}
#loading_body > div > div{
    text-align: center;
    display: table-cell;
    height: 100vh;
    width: 100%;
    vertical-align: middle;
}

      
      
      
      
      
      
      
      
      
      
      
      
      
      