/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; background: none
url(http://bangkatengah/assets/images/background.jpg) 
no-repeat top; }


/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
 font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #2c343b;
  background-color: #005A80;
  max-width: 100%;
  max-height: 100%;
}

a {
  color: #d44457;
  text-decoration: none;
}

img {
  max-width: 100%;

}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 0px;
    background-color: transparent;
  }
}

#cd-logo {
  
  float: left;
  position: absolute;
  width:100%;
  height:100%;
  margin: 200px 0 0 50%;
}
#cd-logo img {
  display: block;
  z-index: 3;

}
@media only screen and (min-width: 768px) {
  #cd-logo {
    
    margin: 200px 0 0 50%;
  }
}

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 0px;
  height: 100%;
  background: url("assets/cd-icon-menu.svg") no-repeat center center;
}
.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-primary-nav ul.is-visible {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-primary-nav a {
  display: block;
  height: 0px;
  line-height: 50px;
  padding-left: 5%;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }
  .cd-primary-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-primary-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-primary-nav a {
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
  }
}
/*Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 10px;
  background-color: #008DC9;
}

  
/*----------------------------------
Main content

-------------------------------- */
.cd-main-content {
  margin: 0 auto;
}
.cd-main-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 2em 0;
}
@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 0;
  }
  .cd-main-content p {
    font-size: 1.6rem;
  }
}

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}
.no-js .cd-hero-slider li.selected {
  display: block;
}

.no-js .cd-slider-nav {
  display: none;
}
.og-grid {
	list-style: none;
	padding: 0px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 2px 2px 2px 2px;
	vertical-align: top;
	height: 60%;
}
@media only screen and (min-width: 768px) {
.og-grid li {
  display: inline-block;
  margin: 10px 20px 10px 20px;
  vertical-align: top;
  height: 60%;
}
}
.og-grid li > a {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #b1fcec;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	/*background: #fff;*/
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;

}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #000;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: right;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px; 
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	box-shadow: 0 5px 35px rgba(0,0,0,.65); 
	-moz-box-shadow: 0 5px 35px rgba(0,0,0,.65);
 	-webkit-box-shadow: 0 5px 35px rgba(0,0,0,.65); 
}

.og-details h3 {
	font-weight: 300;
	font-size: 50px;
	letter-spacing: 0;
	padding: 0 0 10px;
	margin-bottom: 10px;
	color: #b1fcec;
	border-bottom: 2px solid #b1fcec;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #999;
}

.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #b1fcec;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #fff;
}
.list-detail {
	margin: 0;
	padding: 0;
}
.list-detail li {
	margin: 0;
	padding: 0;
	display: block;
	height: auto;
	width: 100%;
}
.list-detail li a {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 12px;
	margin: 0;
	width: 50%;
}
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
   background-image:url("http://bangkatengahkab.go.id/assets/images/masking.png");
   -webkit-transform: translateY(-300px);
   -moz-transform: translateY(-300px);
   -o-transform: translateY(-300px);
   -ms-transform: translateY(-300px);
   transform: translateY(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 30px; 
}
.view-fifth h2 {
   background: rgba(255, 255, 255, 0.5);
   color: #000;
   -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #333;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view-fifth:hover img {
   -webkit-transform: translateY(300px);
   -moz-transform: translateY(300px);
   -o-transform: translateY(300px);
   -ms-transform: translateY(300px);
   transform: translateY(300px);
}
.thumb {
	padding: 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
	background: -moz-linear-gradient(center top , #F9F9F9 50%, #F0F0F0 100%) repeat scroll 0 0 transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 18px;  
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: none;
	cursor: pointer;
	-webkit-box-shadow: inset 0 0px #fff;
	box-shadow: inset 0 0px #fff 
}
@media only screen and (min-width: 768px) {
.thumb {
  padding: 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
  background: -moz-linear-gradient(center top , #F9F9F9 50%, #F0F0F0 100%) repeat scroll 0 0 transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 10px;  
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: none;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0px #fff;
  box-shadow: inset 0 0px #fff 

}
} 
.view-fifth:hover p {
 	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	 filter: alpha(opacity=100);
   	opacity: 1;
}
.view {
  max-height: 90%;
  max-width: 90%; 
  margin-top:10%;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;

}
@media only screen and (min-width: 768px) {
.view {
  max-height: 100%;
  max-width: 100%; 
  margin-top:18%;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;

}
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0%;
   left: 0;
}
.view img {
   display:block;
   position:relative;
  
}
.view h2{
    color: #fff;
   text-align: center;
   position: relative;
   font-size: 14px;
   padding: 2px;
   background-color: #092A37;
   border-radius:200px;
   margin: 48px 0 0 0;
   font-weight: 300;
}
@media only screen and (min-width: 768px) {
.view h2{
    color: #fff;
   text-align: center;
   position: relative;
   font-size: 15px;
   padding: 2px;
   background-color: #092A37;
   border-radius:200px;
   margin: 55px 0 0 0;
   font-weight: 300;
}
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
	.container > header h1 { font-size: 40px;}
	.container > header img { width: 150px; height: 150px;}

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	.container > header h1 { font-size: 20px;}
	.form-wrapper { width: 300px !important; }
	.form-wrapper input { width: 158px !important; }
	
}
.buttons {

	height: auto;
	overflow: hidden;
	_zoom: 1;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.masukbutton {

	background-color: #F58634;
	width: 220px;
	display: block;
	margin: 30px auto 0px auto;
	font:  bold 20px/40px 'Lato', Calibri, Arial, sans-serif;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 18px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 50px;
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	color: #fff;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	border-color: #092A37;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #092A37;
	box-shadow: inset 0 -2px #092A37;
}
.masukbutton:hover {
  	background-color: #092A37;
  	border-width: 1px 1px 2px 1px;
	border-style: solid;
	border-color: #007CC3;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #007CC3;
	box-shadow: inset 0 -2px #007CC3;
}
/*-------------------------------------*/
    
    .cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/	
    
    .form-wrapper {
        width: 500px;
        padding: 15px;
        margin: 20px auto 10px auto;
       -webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-webkit-transition: .2s all ease-in-out;
		-moz-transition: .2s all ease-in-out;
		transition: .2s all ease-in-out;
		color: #fff;
		border-width: 1px 1px 2px 1px;
		border-style: solid;
		border-color: #092A37;
		cursor: pointer;
		-webkit-box-shadow: inset 0 -2px #092A37;
		box-shadow: inset 0 -2px #092A37;
    }
    
    .form-wrapper input {
        width: 77%;
        height: 40px;
        padding: 10px 5px;
        float: left;    
        font: bold 15px 'Lato', Calibri, Arial, sans-serif;
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;      
    }
    
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 40px;
        width: 23%;;
        font:  15px/40px 'Lato', Calibri, Arial, sans-serif;
        color: #fff;
        text-transform: uppercase;
        background: #007CC3;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;      
        -webkit-transition: .2s all ease-in-out;
		-moz-transition: .2s all ease-in-out;
		transition: .2s all ease-in-out;
    }   
      
    .form-wrapper button:hover{		
        background: #092A37;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #c42f2f;    
    }
    
    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #007CC3 transparent;
        top: 12px;
        left: -6px;
        -webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
    }
    
    .form-wrapper button:hover:before{
        border-right-color: #092A37;
    }
    
    .form-wrapper button:focus:before{
        border-right-color: #c42f2f;
    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    #footer-bottom-wrap {
	background: #092A37;
	color: white;
	display: block;
	border-top: 5px solid #007CC3;
	padding: 20px;
}

#footer-bottom-wrap p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	
}