@media (min-width: 1250px) {
	    .container{
        max-width: 1225px;

    }
}
body{
	background-color: #f2fafc;
}

#cmsheader {
	background-image: url("/img/bgatas.jpg");
	color:white;  text-align: center; height: 230px; 
}
@media (max-width: 414px) {
		#cmsheader {
			height: 230px;
			background: #1d316c;

			bottom: 0px;
			width: 100%;
			color: #bec0c2; 
			font-size: 13px;

		}

}
.navbar {
	font-size: 10px;
	font-weight: bold;
	background-color: #2db3e8;
}
.navbar .dropdown .dropdown-toggle {
	color: white;
}
.navbar-default .navbar-nav .sendiri {
	color: white;
}

.shape {
  width: 0px;
  height: 0px;
  border-left:100px solid transparent;
  border-right:100px solid transparent;
  margin:0 auto;
}
.footer {
	height: 150px;
	background: #2b438d;
	bottom: 30px;
	width: 100%;
	color: #bec0c2; 
	padding-top: 10px;
}
.footer2 {
	height: 30px;
	background: #1d316c;

	bottom: 0px;
	width: 100%;
	color: #bec0c2; 
	font-size: 10px;

}
@media (max-width: 414px) {
		.footer {
			height: 220px;
			background: #1d316c;

			bottom: 0px;
			width: 100%;
			color: #bec0c2; 
			font-size: 13px;

		}

}
.modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;

}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: white;
}

.btntransparant {
	background: transparent; 
	color: white ;
	border: 0;

}
.btntransparant:hover {
	color:#fff;
	background-color:#1168a6;
	border-color:#009a9a}
}

.carousel-caption h3 {color:yellow;}
.carousel-caption p {color:white;}
.carousel-caption {
	background-color: rgba(0,0,0,0.50); width: 100%; left: 0; margin-bottom: -20px;
}

.dispcontent {
	width: 100%;
	height: 180px;
	position: relative;
	
	margin-bottom: 5px;
	border: solid 1px lightgrey;
	float: left;
}
.dispcontent > .imagethumb {
	width: 40%;
	height: 179px;
	display: inline-block;
	float: left;

}
.dispcontent > .descthumb {
	width: 50%;
	margin-left: 10px;
	height: 100%;
	padding: 5px;
	display: inline-block;
	float: left;
}
@media (max-width: 414px) {
		.dispcontent {
			height: 380px;
			bottom: 0px;
			width: 100%;
			font-size: 13px;

		}
		.dispcontent > .imagethumb {
			width: 100%;
			height: 179px;
			display: inline-block;
			float: left;

		}	
		.dispcontent > .descthumb {
				width: 80%;
				margin-left: 10px;
				height: 100%;
				padding: 5px;
				display: inline-block;
				float: left;
		}

}


.dispcontentkanan {
	width: 100%;
	min-height: 150px;
	background: #ffffff;

	border: solid 1px lightgrey;
	float: left;
	margin-bottom: 5px;
}
.dispcontentkanan > .imagethumb {
	width: 100%;
	display: inline-block;
	float: left;

}

.dispcontentkanan > .descthumb {
	padding: 5px;

}
.dispcontentkanantransparant {
	width: 100%;
	min-height: 150px;
	float: left;
}
.caption {
	background-color: #2db3e8;
	color: white;
	text-align: center;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 5px;
}