/*
Theme Name: Secret Sumatra: Mobile
Author: DYW
Version: 2.1
*/

@import url('css/bootstrap.css');

@font-face {
    font-family: 'avalon_mediumbold';
    src: url('fonts/Avalon-Bold-webfont.eot');
    src: url('fonts/Avalon-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avalon-Bold-webfont.woff') format('woff'),
         url('fonts/Avalon-Bold-webfont.ttf') format('truetype'),
         url('fonts/Avalon-Bold-webfont.svg#avalon_mediumbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avalonregular';
    src: url('fonts/Avalon-Book-webfont.eot');
    src: url('fonts/Avalon-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avalon-Book-webfont.woff') format('woff'),
         url('fonts/Avalon-Book-webfont.ttf') format('truetype'),
         url('fonts/Avalon-Book-webfont.svg#avalonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avalonmedium';
    src: url('fonts/Avalon-Medium-webfont.eot');
    src: url('fonts/Avalon-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avalon-Medium-webfont.woff') format('woff'),
         url('fonts/Avalon-Medium-webfont.ttf') format('truetype'),
         url('fonts/Avalon-Medium-webfont.svg#avalonmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avalonextra_light';
    src: url('fonts/Avalon-XLight-webfont.eot');
    src: url('fonts/Avalon-XLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avalon-XLight-webfont.woff') format('woff'),
         url('fonts/Avalon-XLight-webfont.ttf') format('truetype'),
         url('fonts/Avalon-XLight-webfont.svg#avalonextra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avalonitalic';
    src: url('fonts/Avalon-BookOblique-webfont.eot');
    src: url('fonts/Avalon-BookOblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avalon-BookOblique-webfont.woff') format('woff'),
         url('fonts/Avalon-BookOblique-webfont.ttf') format('truetype'),
         url('fonts/Avalon-BookOblique-webfont.svg#avalonitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotothin';
    src: url('fonts/roboto-thin.eot');
    src: url('fonts/roboto-thin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-thin.woff') format('woff'),
         url('fonts/roboto-thin.ttf') format('truetype'),
         url('fonts/roboto-thin.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* GLOBAL STYLES
-------------------------------------------------- */
html, body {
   /* height: 100%;*/
    width: 100%;
}

body, p {
	font-family: 'avalonregular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 100;
	text-align: justify;	
}

* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.black {
	background-color: rgba(0, 0, 0, .8);
}

.black-light {
	background-color: rgba(0, 0, 0, .6);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'avalonextra_light', Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin: 0;
	text-transform: uppercase;
}

a, a:hover, a:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.row {
	margin: 0;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
	text-transform: uppercase;
	font-size: 14px;
	position:fixed;/*coba dulu*/
}

.bg-wrapper {
	margin-right: -15px;
	margin-left: -15px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
    padding-left: 44px;
    padding-right: 44px;
}

.navbar-wrapper .container .navbar-header {
	width: 100%;
	margin: 0;
	text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-brand {
	margin: 0;
	width: 100%;
	cursor: pointer;
	width: auto;
}

.navbar-brand.desktop {
	display: none;
}

.navbar-brand.mobile {
	position: absolute;
	left: 44px;
	right: 93px;
	text-align: left;
}

.navbar-wrapper .navbar {
	padding-left: 15px;
    padding-right: 15px;
	margin: 0;
}

.ss-navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
	padding-left: 15px;
	padding-right: 15px;
	overflow-x: visible;
}

.navbar-nav {
	text-align: center;
	width: 100%;
	margin: 0;
}

.navbar-nav > li {
	float: none;
}

.nav > .current-menu-item > a,
.nav > .current_page_item > a,
.nav > .current-cat > a {
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav > li > a {
	font-weight: normal;
	padding: 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.nav > li:first-child {
	border: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: transparent;
}

.nav-pills {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-toggle {
	margin: 11px 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.navbar-toggle:hover > .icon-bar {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-control { 
	left: 12px;
	width: auto;
	font-size: 60px;
	font-weight: 100;
	line-height: 45px;
}

.carousel-control.right-side {
	right: 12px;
	left: auto;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
    position: relative;
    top: 0;
}

.carousel-control .glyphicon-chevron-left {
	left: initial;
}

.carousel-control .glyphicon-chevron-right {
	right: initial;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 100%;
	width: 100%;
	position: fixed;
}

.carousel-inner {
	height: 100%;
}

a.background-image {
	cursor: auto;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	position: absolute;
	width: auto;
	top: 12px;
	right: 12px;
	bottom: 12px;
	left: 12px;
	padding: 0;
	color: #ffffff;
	text-align: right;
	text-shadow: none;
    z-index: 10;
}

/*.glyphicon.glyphicon-play {
	top: 4px;
	margin-right: 12px;
}*/
span.glyphicon.glyphicon-play {margin-right: 10px; top: 4px;}
.list-video .glyphicon.glyphicon-play {top: 4px;margin-right: 5px;font-size: 14px;margin-left: 10px;margin-top: -5px;float: left;}
/*h1.black-light{font-size: 14px;}*/
.just-cont-bottom{position: absolute;bottom: 20px;}
.background-default { position: fixed;top: 0; left: 0; width: 100%; height: 100%;z-index: -1;}
.content-past-trip { margin-top: 56px; width: 100%; height: 100%; position: relative;opacity:0;}
.single-attachment.content-past-trip{opacity:1;position:fixed;}
.title-past-trip {padding: 20px 20px 20px 75px; font-size: 36px;font-weight: bold;}
.list-past-trip { width: 100%; height: 100%; }
.label-past-trip {display: table;width: 100%;height: 100%;}
.label-past-trip > div {display: table-cell; vertical-align: middle;text-align: center;}
.label-past-trip > div .just-label {font-size: 36px;font-family: 'avalonextra_light', Arial, Helvetica, sans-serif;}
ul.nav.nav-pills.attachment-menu li.cat-item {float:right;}
ul.nav.nav-pills.attachment-menu {padding: 0 10px;}
ul.nav.nav-pills.attachment-menu li.cat-item a {float:left; font-size:0; height: 40px;width: 40px;background: url('assets/close.png') no-repeat;float:right;}
.menu-close {position:relative;}
.menu-close .black-light {position:absolute; top:0;left:0;right:40px;bottom:0; z-index:-1;}
.the-home .carousel-h1-container {height: 80px;}
.the-home .carousel-h1-container .toogle-description h1{padding: 14px 12px 15px 14px;}
/*#myCarousel{top:0;}*/
/*
.glyphicon.glyphicon-play {
	top: 4px;
	margin-right: 12px;
	font-size: 15px;
	margin-left: 10px;
}*/

.carousel-caption h1 {
	display: inline-block;
	margin-bottom: 12px;
	padding: 12px;
}

.carousel-excerpt-container {
	position: absolute;
	top: 0;
	bottom:0;
	overflow: auto;
	width: 100%;
}

.excerpt-height {
	display: inline-block;
	width: 100%;
}

.carousel-excerpt {
	float: right;
	padding: 12px;
	margin-bottom: 12px;
	text-align: left;
	width: 100%;
}

.carousel-caption a:hover, 
.carousel-caption a:focus {
	color: #ffff99;
}

.carousel-excerpt a {
	color: yellowgreen;
}

.carousel-excerpt h1 {
	margin: 10px 0;
	padding: 0;
}

.carousel-excerpt h2,
.carousel-excerpt h3,
.carousel-excerpt h4,
.carousel-excerpt h5,
.carousel-excerpt h6 {
	color: #ffff99;
	margin: 10px 0;
	padding: 0;
}

.carousel-caption p {
	margin-bottom: 0;
	font-size: inherit;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 100%;
    background-color: transparent;
	cursor: pointer;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
	max-width: none;
}

.carousel-indicators {
	display: none;
	bottom: 0;
	margin-bottom: 12px;
}

.carousel-indicators li {
	background-color: #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);
	border: none;
	border-radius: 0;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}

.carousel-indicators li.active {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 10px;
	height: 10px;
}

.carousel-indicators.past-trip li, .carousel-indicators.past-trip li.active{margin:2px;}
.black-light.back-to-past-trip-post {position: absolute;top: 56px; right: 0;left: 0;}
/* Forms & Tables
-------------------------------------------------- */

td {
	background-color: rgba(250,250,250,.2);
	padding: 6px !important;
	border: 1px solid #fff;
}

form { 
	margin: 0;
}

form p { 
	padding: 12px;
	margin-top: 12px;
	background-color: rgba(250,250,250,.2);	
	text-align: left;
}

input, button, select, textarea {
	font-family: 'avalonregular', Arial, Helvetica, sans-serif;
}

select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	border: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 6px 2%;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333 !important;
	vertical-align: middle;
}

input[type="radio"], 
input[type="checkbox"] {
	margin: 0 6px 0 0;
}

span.wpcf7-list-item {
	margin-left: 0 !important;
	margin-right: 12px;
}

select {
	width: 100%;
}

input[type="submit"] {
	background: rgba(0,0,0,.4);
	border: none;
	padding: 8px 12px;
	color: #fff;	
}

input[type="submit"]:hover {
	background: rgba(0,0,0,.6);
}

span.wpcf7-not-valid-tip {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	background: none !important;
	border: none !important;
	font-size: inherit !important;
	width: auto !important;
	padding: 0 !important;
	color: #ff0000 !important;
}

div.wpcf7-response-output {
	margin: 12px 0em 0em !important;
	padding: 6px !important;
}

.modal-dialog {
	width: 60%;
}

.modal-content {
	background-color: rgba(0,0,0,.5);
}

.modal-header {
	border-bottom: none;
}

.modal-footer {
	border-top: none;
}

.close {
	font-family: 'avalonextra_light', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	text-shadow: none;opacity: 0.6;
	filter: alpha(opacity=60);
}

.close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
	text-shadow: none;
}

.modal-backdrop.in {
	opacity: 1;
	filter: alpha(opacity=1);
}
.button-slide{cursor:pointer;z-index: 99;}
.button-slide.clicked{opacity: 0.5;}
.button-slide.play{position: absolute; bottom: 15px; left: 15px; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 5px solid transparent; border-left: 9px solid #fff;}
/*.button-slide.pause {position: absolute; bottom: 15px; left: 35px; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid #fff;}*/

.button-slide.pause {position: absolute; bottom: 15px; left: 35px;width: 10px; height: 10px;}
.button-slide.pause > div{width:2px; height:100%; background: #fff;float:left; margin-right:2px} 
.list-video {top: 56px;height: 100%;position: absolute;width: 100%;opacity:0;}
.list-vid {width:100%;height: 45%;}
/*.list-video ul{width:100%;height: 45%;margin: 0;padding: 0;}*/
.list-video ul{width:100%;height: 45%;margin: 0;padding: 0;overflow: hidden;float: left;position: absolute;}
.list-video ul li{float: left;list-style: none;/*margin: 1px 1px 0px 0;*/margin: 0;}
.list-video ul li img {width:100%;height: 100%;}

.list-video ul li .thumb-vid{-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;width: 100%;
height: 100%;position: relative;}
.label-vid {/*display: table;*/ height: 100%; width: 100%;}
.label-vid > div{/*display:table-cell;*/ width: 100%;position: absolute;vertical-align:middle; text-align:center;font-size: 40px;font-weight:normal;/*padding: 0 25%;*/}
.label-vid > div > div.just-label{/*padding: 0 25%;*/ width:75%; margin:0 auto;font-family: 'avalonextra_light', Arial, Helvetica, sans-serif;font-size: 36px;text-transform: uppercase;width: 75%;}
/*.loader-list-video{height: 100%;position: absolute;width: 100%;background:url('assets/loader.gif') no-repeat #000;background-position: center center;z-index:9999;opacity:0.7; display:none;}*/
.loader-list-video{height: 100%;position: fixed;width: 100%;background:url('assets/loader.gif') no-repeat #000;background-position: center center;z-index:9999;opacity:0.7; top:0; display:none;}
.custom-bottom{position: absolute;bottom: 22px;top: initial !important;}

div#slide-1,div#slide-2 {position: relative;}
.nav-slide {position: absolute; width: 100%;height: 100%;top: 0;left: 0;}
.navs {position: absolute;top: 50%;margin-top: -30px; width: 40px;height: 60px; background: #000;cursor:pointer;z-index: 999999;}
.navs.prev{ left: 5px;background:url('assets/nav-new-list.png') no-repeat; background-position: 0 -63px;}
.navs.next {right: 5px;background:url('assets/nav-new-list.png') no-repeat;background-position: -44px -63px;}
.clear{clear:both;}
.cont-content {position: absolute; top: 0; left: 0;width: 100%; height: 100%; z-index:10;  background-color: rgba(0, 0, 0, .6);opacity:0;}
.cont-content .content {z-index:9999;margin: 10px;/*width: 95%;*/}
.list-video .cont-content .content{text-align:left;}
.black-desc {position: absolute; bottom: 0; width: 100%; height: 50%; padding: 20px; background: #000;overflow: hidden;}
.half-thumb {height: 50%;}
.attachment-detail {margin-top: 20px; margin-right: 20px;float: right; width: 50%; min-height: 25%; padding: 20px; background-color: rgba(0, 0, 0, .6);display: none;}
.show-detail-attachment { position: fixed; bottom: 20px; right: 20px;  background: rgba(0,0,0,.6); padding: 10px; cursor:pointer;}
.attachment-detail h1 {margin-bottom:10px}
.cont-title-n-decs .title-past-trip {/* width: 20%; */float:left}
.cont-title-n-decs .desc-past-trip{width: 79%;float:left;padding: 34px 30px 30px 30px;}
.cont-title-n-decs .desc-past-trip p{font-size: 23px;font-family: 'avalonextra_light', Arial, Helvetica, sans-serif;color: #000;font-weight: bold;}
.custom-h1{font-size:14px;}
.bd-content {width: 100%;  height: 95%;  overflow: hidden;}
.show-detail-attachment{display:none;}

span.glyphicon.glyphicon-info { float: right; width: 30px; height: 30px; margin: 4px 0px 3px 13px; background: url('assets/info.png') no-repeat; background-size: 26px;}
/*span.glyphicon.glyphicon-info { float: right; width: 30px; height: 30px; margin: 2px 5px 3px 15px; background: url('assets/info.png') no-repeat; background-size: 30px;}*/
a.close-description {position: absolute; top: 5px; right: 5px; width: 30px; height: 30px; background: url('assets/close.png') no-repeat;background-size: 30px;}
.ce-desc p,.ce-desc h3{margin-right:30px;}
.carousel-caption-diferent a.toogle-description{display: inline-block;float: right;}

.carousel-caption-diferent {position:fixed; margin-top:57px !important;margin-bottom: 20px;right: 10px;top: 10px;display: inline-block;}
.carousel-caption-diferent.gallery-post {margin-top: 100px !important;}
.carousel-caption-diferent.show-time{bottom: 20px;left: 20px;}
.carousel-caption-diferent h1.black-light {padding:10px;margin-bottom:20px}
.carousel-caption-diferent .fb_iframe_widget{text-align:right;float:right;}
.carousel-caption-diferent.show-time .fb-like.fb_iframe_widget{top: 80px;position: absolute;right: 20px;}
.fix.glyphicon{display:none;}
.fix.glyphicon.glyphicon-play {width: 64px;height: 64px;position: fixed;top: 50%;left: 50%;margin-top: -32px;margin-left: -32px;font-size: 64px; opacity: 0.7;}
.fix.glyphicon.glyphicon-pause {width: 64px;height: 64px;position: fixed;top: 50%;left: 50%;margin-top: -32px;margin-left: -32px;font-size: 64px; opacity: 0.7;}
/* RESPONSIVE CSS

-------------------------------------------------- */

@media screen and (max-width: 368px) {
	.navbar-brand img {	width: 100%;}
	
}
@media screen and (max-width: 1200px) {
	
}

@media screen and (max-width: 640px) {
	.attachment-detail h1 {font-size: 26px;}
	.attachment-detail p {font-size: 14px;}
}

@media screen and (max-width: 480px) {
	.label-vid > div > div.just-label{font-size:26px;}
	.cont-content .content{display:none;}
	.attachment-detail h1 {font-size: 20px;}
	.show-detail-attachment {font-size: 14px;}
	.attachment-detail {width: auto; position: absolute; left: 20px; right: 20px; margin-right: 0;}
	.navbar-brand.mobile img{width:200px;}
	.title-past-trip{padding:20px ;}
	.cont-title-n-decs .desc-past-trip {padding: 0 20px 10px;}
	.fix.glyphicon.glyphicon-pause,.fix.glyphicon.glyphicon-play {width: 36px; height: 36px; font-size: 36px; margin-left: -18px; margin-top: -18px;}
	
}
@media screen and (max-width: 320px) {
	.label-vid > div > div.just-label{font-size: 18px;}
}

@media (min-width: 768px) {
	
	.navbar-wrapper .container {
		width: 100%;
	}
	
	.navbar-toggle {
		display: block;
	}
		
	.carousel-indicators {
		display: block;
	}
	
	.carousel-excerpt {
        width: 60%;
	}

}

@media (min-width: 1200px) {
		
	.navbar-wrapper .container .navbar-header {
		width: auto;
	}
		
	.navbar-wrapper .container {
		width: 100%;
		min-width: 650px;
	}

	.navbar-brand.desktop {
		display: block;
	}

	.navbar-brand.mobile {
		display: none;
	}
				
	.navbar-brand {
		width: auto;
	}
	
	.navbar-toggle {
		display: none;
	}

		
	.ss-navbar-collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		margin-right: 0;
		margin-left: 0;
	}
	
	.navbar-nav {
		float: right;
		width: auto;
	}
	
	.navbar-nav > li {
		float: none;
    	display: inline-block;
	}
	
	.navbar-nav > li > a {
		padding: 18px 12px 0;
	}
	
	.navbar-nav > li:last-child {
		padding-bottom: 18px;
	}
	
}