/*
	Template		: odixe
	Author			: :)
	Version			: 1.0

*/


@import"reset.css";
@import"text.css";



/*
	general layout
-------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	color: #333333
}
body.home {	
	/*background: url(image/bg-body.jpg) repeat;*/
	background: url("image/bg-home.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

.kanan {
	float: right;
}
.kiri {
	float: left;
}

.clear {
	clear: both;
}


.header,
.slider-wrapper,
.welcome,
.kolom-wrapper,
.galeri-wrapper,
.footer {
	width: 960px;
	margin: 0 auto
}


.welcome-wrapper {
	padding: 20px 0;
	background: #f9f9f9;
	text-align: center;
	margin: 0 auto;
	width: 1000px;	
}
.welcome-wrapper h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #E13737; /*red menu*/
}
.welcome-wrapper p {
	margin-bottom: 12px;
	line-height: 1.22em;
	font-size: 1.2em;
	color: #666;
}

.banner {
	margin: 0 auto;
	width: 1000px;	
}

.booking-container {
	padding: 20px 0;
	background: #f9f9f9;
	text-align: center;
	margin: 0 auto;
	width: 1000px;	
}
/*
	header
-------------------------------*/
.header-wrapper {
	padding-top: 0;
	padding-bottom: 0;
	background-size: cover;
	background: #E13737;
	border-top: solid 6px #FFF20D;
	border-radius: 0 0 10px 10px;

    margin: 0 auto;
    width: 1020px;
}
.header-wrapper.home {
	background: #E13737;
}
.navigation-wrapper.home {
	background: #E13737;
}
.logo {
	float: left;
	padding-top: 20px;
	padding-bottom: 5px;
	width: 300px;
}
.logo h1{
	margin: 0;
}




/*
	navigasi
-------------------------------*/

.navigasi {
	float: right;
	width: 600px;
	/*background: url(image/nav-line.png) repeat-x bottom left;*/
}

.navigasi ul {
	float: right;
	margin-bottom: 0px;
}
.navigasi ul li {
	list-style: none;
	float: left;
	margin-left: 0;	
}

.navigasi ul li a {
	display: block;
	
	color: #fff;	
	text-decoration: none;
	/*padding: 16px 20px;*/
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	transition: opacity 0.5s linear 0s;
	
	  border-radius: 5px;
    
    
    margin-top: 40px;
    padding: 5px 15px;
}
/*saat ling di klik ke lainya*/
.navigasi ul li:hover a {
	color: #000;
	background: #FFF20D;
}
.navigasi ul li a:hover {
	/*padding: 16px 20px;*/
	color: #000;
}



/*dropdown 1*/
.navigasi ul ul {
	z-index: 999;
	display: none;
	position: absolute;
	-webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.navigasi ul li:hover > ul {

	display: block;
	position: absolute;

}
.navigasi ul li ul li a {
	text-align: left;
	font-size: 14px;
	margin-top: 0;
	padding: 10px 0px 10px 30px;
	display: block;
	width: 200px;
	color: #000 !important; /* tambahan */
	background: #ccc;
	border-bottom: solid 1px #f37a56;
	-webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.navigasi ul li ul li a:hover {
	color: #000  !important;
	background: #ffffcc;
}
.navigasi ul li ul {
	width: 244px;
	margin-left: 0px;/*
	margin-top: 14px;*/
}
.navigasi ul ul li {
	color: #5b8100;
	list-style-position: inside;
	padding-left: 0px;
	margin: 0;
	background: none;
	float: none;
	position: relative;
}
.navigasi ul ul li:hover {
	color: #fffefe;
}


/*dropdown 2*/
.navigasi ul ul ul {
	margin-top:100px;
	z-index: 999;
	display: none;
	position: absolute;
	visibility: hidden;
	padding-top: 0
}
.navigasi ul li ul li:hover > ul {
	visibility: visible;
	position: absolute;
}
.navigasi ul li ul li ul {
	left: 100%;
	margin-top: -36px;
	position: relative;
	margin-left: 0
}
.navigasi ul li ul li ul li a {
	width: 200px;
	padding-right: 0;
}


/*
	slider
-------------------------------*/
.slider-wrapper {	
	background: url(image/slider-shadow.png) no-repeat top center;
}

/*
	Slideshow
*/

#slides {
	position: relative;
	//background: #ffffff;
	//padding: 10px;
	z-index: 100;
	background: url(image/slider-shadow.png) bottom center no-repeat;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	margin: 0 auto;
	width:950px;
	overflow:hidden;
	position:relative;
	display:none;

	z-index: -99;
	margin-bottom: 25px;
	border: solid 5px #ffffff;

	padding-bottom: 36px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:950px;
	height:410px;
	display:block;
}

#slides .next,#slides .prev {
	position:absolute;
	top:180px;
	margin-left: -22px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	margin-left: 960px
}

.pagination {
	z-index: 10000;
	//float: right;
	margin: -25px auto 0px auto;
	width: 50px;
	background: red;
	//margin: 0 auto
}

.pagination li {
	float:left;
	margin:1px 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(image/slider-pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	//background-position:0 -12px;
	background-image:url(image/slider-pagination.png);
}

.caption {
	z-index:500;
	position:absolute;
	bottom:100px;
	right:50;
	min-height:35px;
	width:360px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	text-shadow:none;
	text-align: center;
	font-family: 'Myriad pro', serif;
	color: #ffffff;
	font-size: 21px;
	background: url(image/hiasan-bg.png) no-repeat center bottom;
	visibility: hidden;
}
.caption p {}
.caption a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 10px;	
}





/*
	konten
-------------------------------*/
.content-wrapper {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding-top: 30px;
}
.fullpage {
	width: 960px;
}
.fullmap{
	width: 620px;
}
.main {
	float: left;
	width: 620px;
	min-height: 700px;
}
.post {}
.post img {
	max-width: 620px;
}
h2.post-judul {
	color: #ffffff;
	background: #E13737 ;
	padding: 10px;
	text-transform: uppercase;
	font-size: 16px;
}
.sidebar {
	float: right;
	width: 300px;
	min-height: 700px;
}
.sidebar img {
	max-width: 300px;
}
.widget {
	margin-bottom: 20px;
	line-height: 1.4em;
}
.widget h3 {
	color:  #395278;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-left: solid 3px  #395278;
	padding-left: 5px;
	border-bottom: solid 1px #cccccc
}
.widget img {
}
.widget ul {}
.widget ul li {
}
.widget ul li a {
}
.widget ul li a:hover {
}
.widget ul ul {
}

/*
	kolom
-------------------------------*/
.kolom-containner{
	background: #fff;
	padding: 50px 0 10px;

}
.kolom-wrapper {
	margin-bottom: 50px;
}
.kolom-wrapper h2 {
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 16px;
	width: 220px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 30px;
	background: #ffffff;
}
.kolom {
	width: 300px;
	/*height: 600px;*/
	float: left;
	margin-right: 30px;
	/* jarak kanan, jarak bawah radius */
	/*-webkit-box-shadow: 0px 1px 2px #ccc;
	-moz-box-shadow:    0px 1px 2px #ccc;
	box-shadow:         0px 1px 2px #ccc;*/
}
.kolom-thumb {
	display: block; 
	position: relative; 
	float: none; 
	overflow: hidden; 
	padding-left: -50px;
	height: 200px;
	width: 200px;
	margin-left: 50px;
	margin-bottom: 12px; 
	box-sizing: border-box;
	border-radius: 50%;
	border: solid 4px #fff;
	box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	-o-box-shadow: 1px 1px 2px #ccc;
	overflow: hidden;
}
.kolom img {
	/*max-width: 73%;*/
	/*TRBL*/
	/*margin: 0 0 20px 44px;*/
	 
	border: 0px; 
	box-shadow: 0px 0px 3px 1px rgb(204, 204, 204); 	
}
.kolom:nth-child(3n+3) {
	margin-right: 0
}
.kolom-isi {
	
	text-align: center;
	padding: 10px 30px;
	color:  #395278;
	
}
.kolom-isi h3 a {
	font-size: 16px;
	text-transform: capitalize;
	color:  #395278;
	text-decoration: none;

}
.kolom-isi h3 a:hover {
	text-decoration: none;
	color: #ccc;
}
.kolom-isi p {
	color: #999;
	font-size: 14px;
}
.kolom-isi hr{
	margin: 0 0;
	padding-top: 12px;
}
hr{
    width: 1000px;
    border: none;
    height: 20px;
    background:url("image/divider-1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    }
a.read-more {
	padding: 8px 12px;
	text-transform: uppercase;
	background:  #E13737;
	border-bottom: solid 4px #FFF20D ;
	color: #fff;
	text-decoration: none;
}
a.read-more:hover {
	background:  #DD3131;
	border-bottom: solid 4px #FFF200 ;
	color: #ccc;
	
}


/*galery*/
.galeri-containner{
	background: #fff;
	padding: 10px 0 10px;
}
.galeri-wrapper {
	margin-bottom: 40px;
}
.galeri img{
	/* 180 | 12 */
	width: 230px;
	padding-right:9px;
}
.galeri img:last-child{
	padding-right:0;

}

/*
	arsip 
-------------------------------*/
.arsip {
	margin-bottom: 20px;
}
.arsip-thumb {
	float: left;
	width: 100px;
	height: 100px;
	padding: 5px;
	margin-bottom: 10px;
	background: #cfcac3;
}
.arsip-thumb:hover {
	background: #E6E2DE;
}
.arsip-thumb img {
	width: 100px;
	height: 100px;
}
.arsip-summary {
	float: right;
	width: 500px;
}
.arsip-summary h3 {
	font-family: 'Questrial', sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.arsip-summary h3 a {
	text-decoration: none;
	color: #7c7364
}


/*
	album 
-------------------------------*/
.album {
	width: 300px;
	height: 230px;
	float: left;
	margin: 6px;
	padding: 3px;
	background: #6a6a6a
}
.album a {
	font-family: 'Questrial', sans-serif;
	color: #fafbe2;
	text-decoration: none;
}
.album-img {
	height: 206px;
}
.album-img img {
	width: 300px;
	height: 200px;
	border: solid 0px #6a6a6a;
}
.album-judul {
	font-weight: normal;
	width: 236px;
	margin-left: 3px;
	bottom: 60px;
	height: 20px;
	bottom: -30;
}
.album-jml {
	width: 50px;
	margin-right: 3px;
	font-size: 12px;
	text-align: right;
}
.album-img:hover .album-judul {
	bottom: 0
}

.judul-page {
	margin-top: 22px;
	border-top: solid 2px #E13737;
}
.judul-page h2 {
	text-align: center;
	text-transform: capitalize;
	font-size: 22px;
	margin: 0 auto;
	width: 200px;
	margin-top: -15px;
	margin-bottom: 30px;
	background: #ffffff;
	padding: 0 20px;
}


/*
	galeri 
-------------------------------*/
.galeri {
	font-family: 'Questrial', sans-serif;
}
.galeri-thumb {
	display: block; 
	position: relative; 
	float: left; 
	overflow: hidden; 
	margin: 6px;
	height: auto;
	width: 300px;
	border: solid 4px #fff;
	box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	-o-box-shadow: 1px 1px 2px #ccc;
	overflow: hidden;
}
.galeri-thumb:hover {
}
.galeri-thumb img {
	border: none;
	width: 300px;
	height: auto;
	border: solid 0px #6a6a6a;
}
.galeri-caption {
	width: 100%;
	text-align: left;
	position: absolute; 
	color: #ffffcc;
	background: rgba(255,55,55,0.4); 
	//margin-left: -3px; 
	padding: 10px 0px 10px 0px; 
	opacity: 0;
	bottom: -30%;
	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
		 -o-transition: all 0.6s ease;
}
.galeri-caption p {
	margin: 0 10px 0 10px
}
.galeri-thumb:hover .galeri-caption {
	opacity: 1;
	bottom: 0;
}
/*galeri depan*/
.galeri-home-thumb img{
	border: none;
	width: 185px;
	height: auto;
	border: solid 0px #6a6a6a;
	float: left;
	overflow: hidden;
	transition: all 0.4s ease-in-out 0s;
}
.galeri-home-thumb {
	width: 180px;
	height: 120px;
	float: left;
	overflow: hidden;
	margin-right: 12px;	
	position: relative;
}
.galeri-home-thumb:last-child {
	margin-right: 0;
}
.galeri-caption p {
	margin: 0 10px 0 10px
}
.galeri-thumb:hover .galeri-caption {
	opacity: 1;
	bottom: 0;
}
.galeri-home-thumb .mask2{
	background-color: rgba(255, 255, 255, 0.4);
    width: 185px;
	height: 120px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    position: absolute;
    top:0;
    left: 0;
}
.galeri-home-thumb:hover .mask2{
	opacity: 1;
}
.galeri-home-thumb:hover img{
	transform: scale(1.05, 1.05);
}
/*end of galery*/

.kontak {
	/*heig: ;ht: 700px;*/
	width: 620px;
	color: #333333
}
.kontak h3 {
	color: #333333;
	text-transform: capitalize;
}
.kontak tr {}
.kontak tr td {
	vertical-align:  top;
	padding: 5px;
}
.kontak tr td input[type="text"] {
	width: 300px;
	height: 25px;
	padding: 0 10px;
	background: #ffffff;
	border: solid 1px #e7e8d7;
}
.kontak tr td textarea {
	width: 300px;
	height: 50px;
	padding: 10px;
	resize: none;
	background: #ffffff;
	border: solid 1px #e7e8d7;
}
.tombol {
	font-size: 12px;
	background: #d1aa67;
	border: none;
	padding: 5px 10px;
	border-radius: 8px;
	cursor: pointer;
	color: #333333
}
.tombol:hover {}


/*
	footer 
-------------------------------*/
.footer-wrapper {
	min-height: 20px;
	background: #E13737;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
    	margin: 0 auto;
	width: 1020px;
}
.footer {
	padding: 20px 0 40px 0;
}
.copyright {
	float: left;
	width: 400px;
	text-align: left;
}
.social {
	float: right;
	width: 400px;
	text-align: right;
}


/*
    pagination 
-------------------------------*/
.halaman-wrapper {
    height: 80px;
}
.halaman {
    //float: right;
    width: auto;
    margin: 0 auto;
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
}
.halaman a {
    float: left;
    padding: 1px;
    margin: 0 8px;
    font-size: 14px;
    text-decoration: none;
    border-bottom: solid 2px transparent
}
.halaman a:hover {
    border-bottom: solid 2px #6a6a6a
}
.currents {
    float: left;
    padding: 1px;
    margin: 0 8px;
    font-size: 14px;
}
.digit-all a {
    float: left;
    padding: 1px;
    margin: 0 8px;
    font-size: 14px;
}
.digit-all  {
    float: left;
    border-right: solid 2px #ccc  
    
}


.halaman-wrapper {
    margin: 30px auto 0 auto;
    width: 300px;
    text-align: center;
}
.halaman a {
    color: #6a6a6a;
}
.digit {
}
.currents  {
    //background: #453e34;
    color: #6a6a6a
}
.digit-all a {
    //background: #faf6f3
}
.digit-all a {
    color: #453e34;
}

.galeriIsotope{

    max-width: 970px;
}
.galeriIsotope img {
    width: 200px;
    height: auto;
    margin: 5px 5px 0 5px ;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}