/*------------------------------------------------------------------

[_nel Framework]

Organization       : Racik Project
Organization URI   : racikproject.com
Name Project       : Travel
Version            : 1.0.0
Last Change        : 04/01/2019 [Built]
Framework CSS      : http://getnel.github.io 
Author             : andikachamberlin.github.io
Icon               : flaticon.com

-------------------------------------------------------------------*/
body {
	font-family: 'Quicksand', sans-serif;
}

a:hover{
	color: inherit;
}

/*load*/

._load {
  background: #222;
  background: -webkit-radial-gradient(#333, #111);
  background: -o-radial-gradient(#333, #111);
  background: radial-gradient(#333, #111);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

._main-color{
	color: #FE8825!important;
}

._main-bg-color{
	background-color: #FE8825!important;
	color: #fff!important;
}

._main-bg-gray{
	background-color: #ddd;
}

._main-bg-gray:hover{
	background-color: #ccc;
}

._btn{
	padding: 8px 16px;
}

._nav{
	background-color: transparent;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

._nav-logo{
	position: absolute;
	left: 16px;
	top: 4px;
	z-index: 100;
}

._nav-logo img{
	width: 75px;
}

@media (max-width: 992px){
	._nav-logo img{
		width: 40px;
	}
}

@media (min-width: 993px){
	._nav{
		padding-top: 20px;
		height: 90px;
	}
	._nav-add-bg{
		padding-top: 0;
		height: 50px;
		background-color: rgba(0,0,0,0.8);
	}
	._nav-list li:hover{
		background-color: transparent;
	}
	._nav-list li a:hover{
		color: #FFA500;
	}
	._nav-dropdown,
	._nav-subdropdown,
	._nav-endsubdropdown{
		background-color: rgba(0,0,0,0.5);
	}
	._nav-dropdown {
	  width: 190px;
	}
}

._nav-list li a{
	color: #fff;
}

._nav-link._nav-link-access:before{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: red;
}

._white{
	color: #f9f9fe;
}

@media (min-width: 993px){
	._tab-container{
		margin: -150px auto 30px auto;
	}
}

._tab-container{
	position: relative;
	max-width: 1024px;
	z-index: 9997;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	/*background-color: #FE8825;*/
	/*background-image: url(../img/search.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; */
	/*background-color: #006994;
	background-image: -webkit-gradient(linear, left top, right top, from(#004561), to(#006994));
	background-image: -webkit-linear-gradient(left, #004561, #006994);
	background-image: -o-linear-gradient(left, #004561, #006994);
	background-image: linear-gradient(to right, #004561, #006994);*/
	border-bottom: 10px solid #006994;
	padding: 20px 0 20px 0;
}

._orange{
	color: #FE8825;
}

.ui.secondary.pointing.menu .active.item{
	color: #444!important;
	border-color: #006994!important;
}

._tab-hero{
	color: #444;
}

.ui.secondary.pointing.menu{
	border-bottom: none;
}

.ui.secondary.pointing.menu .active.item{
	color: #fff;
}

.ui.secondary.pointing.menu .active.item:hover{
	color: #FFA500;
}

.ui.secondary.pointing.menu .active.item{
	border-color: #fff;
}

.ui.secondary.pointing.menu .active.item:hover{
	border-color: #FFA500;
}

.ui.secondary.pointing.menu .item{
	color: #fff;
}

.ui.secondary.pointing.menu .item:hover{
	color: #FFA500!important;
}

._btn-tab{
	display: block;
	background-color: #FE8825;
	border-radius: 24px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.ui.dropdown{
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

._btn-tab:hover{
	background-color: #dE8825;
}

._tab-list{
	border: none;
}
._tab-list a{
	padding: 12px 16px;
	color: #fff;
}

._tab-content{
	color: #fff;
}

@media (min-width: 993px){
	._slick:hover .slick-dots{
		-webkit-transform: translateY(100px);
		    -ms-transform: translateY(100px);
		        transform: translateY(100px);
	}
}

._slick._slick-gallery:hover .slick-dots{
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
}

._slick._plane:hover .slick-dots{
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
}

._slick._plane,
._slick._plane ._slick-img{
	height: 400px;
}

@media (max-width: 600px){
	._slick ._position-middle{
		top: 40%;
	}
	._slick._slick-gallery ._position-middle{
		top: 50%;
	}
	._slick._plane ._position-middle{
		top: 50%;
	}
}

._sticky {
	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	-webkit-transition: 0.6s;
  	-o-transition: 0.6s;
  	transition: 0.6s;
}

@media (min-width: 993px){
	._sticky._sticky-active{
	  	top: -80px;
	}
}

@media (max-width: 992px){
	._sticky{
		position: relative!important;
	}
	._nav{
		background-color: rgba(0,0,0,0.8);
	}
	._sticky._sticky-active{
	  	top: 0;
	}
}

._slick,
._slick-img{
	height: 550px;
}

._slick-img:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), color-stop(rgba(255,255,255,0.1)), to(#ffffff));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.3), rgba(255,255,255,0.1), #ffffff);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.3), rgba(255,255,255,0.1), #ffffff);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(255,255,255,0.1), #ffffff);
}

._slick-img:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.2)), color-stop(rgba(255,255,255,0.1)), to(#ffffff));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2), rgba(255,255,255,0.1), #ffffff);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.2), rgba(255,255,255,0.1), #ffffff);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(255,255,255,0.1), #ffffff);
}

@media (max-width: 600px){
	._slick,
	._slick-img{
		height: 300px;
	}
}

._slick-img:before{
	background-color: rgba(0,0,0,0.3);
}

._slick-src-1{
	background-image: url(../img/slider/1.jpg);
}

._slick-src-2{
	background-image: url(../img/slider/2.jpg);
}

._slick-src-3{
	background-image: url(../img/slider/3.jpg);
}

/*features*/
._features{
	margin: 60px auto;
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

._features-content{
	padding: 2em 1em;
	box-shadow: 0 1px 3px #ccc;
	height: 220px;
}

._features-content h5{
	font-size: 18px;
	margin-top: 16px;
}

._features-content p{
	margin-top: 16px;
}

._features-content img{
	width: 100px;
	margin: auto;
	display: block;
}

/*hoverdir*/
.da-thumbs {
  	list-style: none;
  	padding: 0;
  	overflow: hidden;
}
.da-thumbs .da-thumbs-item {
  	background: #fff;
  	float: left;
  	width: 100%;
  	position: relative;
}

.da-thumbs .da-thumbs-item-single{
	background: #fff;
  	float: left;
  	width: 100%;
  	position: relative;
}

._da-stuck{
	left: 16px;
	bottom: 10px;
}

@media (max-width: 789px){
	.da-thumbs .da-thumbs-item {
  		width: 50%;
	}
}
@media (max-width:992px) and (min-width:790px){
 	.da-thumbs .da-thumbs-item,
 	.da-thumbs .da-thumbs-item-single{
		width: 25%;
	}
}

@media (min-width: 993px){
	.da-thumbs .da-thumbs-item,
	.da-thumbs .da-thumbs-item-single{
		width: 25%;
	}
}

.da-thumbs .da-thumbs-item a,
.da-thumbs .da-thumbs-item-single a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.da-thumbs .da-thumbs-item a header,
.da-thumbs .da-thumbs-item-single a header {
  display: block;
  position: relative;
}

.da-thumbs .da-thumbs-item a header,
.da-thumbs .da-thumbs-item-single a header{
	display: block;
	position: relative;
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.da-thumbs .da-thumbs-item a div,
.da-thumbs .da-thumbs-item-single a div {
  position: absolute;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.no-js .da-thumbs .da-thumbs-item a div,
.no-js .da-thumbs .da-thumbs-item-single {
  top: 0px;
  left: -100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.no-js .da-thumbs .da-thumbs-item a:hover div,
.no-js .da-thumbs .da-thumbs-item-single a:hover div {
  left: 0px;
}

._partner{
	margin: 40px auto;
	padding: 30px;
}

._partner-img{
	margin-bottom: 30px;
	display: inline-block;
}

._partner-img img{
	width: 100px;
}

@media (max-width: 992px){
	._partner-img{
		width: 50px;
		height: 50px;
	}
}

/*pay*/
._pay{
	position: relative;
	margin: 60px 0 0;
	padding: 80px 0;
	background-image: url(../img/pay/pay.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
	color: #fff;
}

._pay:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}

._pay-desc{
	position: relative;
	margin-bottom: 4px;
}

/*footer*/
._footer-second{
	position: relative;
	padding: 20px 0;
	background-image: -webkit-linear-gradient(45deg, #FFA500 0%, #FF8C00 100%);
	background-image: -o-linear-gradient(45deg, #FFA500 0%, #FF8C00 100%);
	background-image: linear-gradient(45deg, #FFA500 0%, #FF8C00 100%);
	color: #fff;
	z-index: 100;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2);
	        box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}

._footer-second:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.1);
}

._footer-ticket a{
	color: rgba(255,255,255,0.82);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: block;
}

._footer-ticket a:hover{
	color: #fff;
}

._sosmed-icon a{
	display: inline-block!important;
	height: 50px;
	width: 50px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 50%;
	text-align: center;
	line-height: 57px;
	color: #fff;
}

._sosmed-icon a:hover{
	background-color: rgba(255,255,255,0.4);
}

._sosmed-icon i{
	color: #fff!important;
	font-size: 28px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

._footer-primary{
	margin-top: -100px;
	position: relative;
	background-image: url('../img/gallery/7.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 200px 0 60px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

._footer-primary:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), color-stop(rgba(0,0,0,0.1)), color-stop(rgba(0,0,0,0.1)), color-stop(rgba(255,255,255,0.1)), to(#ffffff));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.1), rgba(0,0,0,0.1), rgba(255,255,255,0.1), #ffffff);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.1), rgba(0,0,0,0.1), rgba(255,255,255,0.1), #ffffff);
	background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.1), rgba(0,0,0,0.1), rgba(255,255,255,0.1), #ffffff);
}

._footer-primary:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), color-stop(rgba(0,0,0,0.1)), color-stop(rgba(0,0,0,0.1)), color-stop(rgba(255,255,255,0.1)), to(#ffffff));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.1), rgba(0,0,0,0.1), rgba(255,255,255,0.1), #ffffff);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.1), rgba(0,0,0,0.1), rgba(255,255,255,0.1), #ffffff);
	background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.1), rgba(0,0,0,0.1), rgba(255,255,255,0.1), #ffffff);
}

._footer-primary._footer-home{
	padding-top: 60px;
	background-position: center center;
}

._footer-primary._footer-home:before,
._footer-primary._footer-home:after{
	background-image: none;
}

._footer-primary._footer-home:before{
	background-color: rgba(0,0,0,0.1);
}

._footer-hero{
	color: #fff;
}

._footer-hero a{
	color: rgba(255,255,255,0.8);
	display: block;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

._footer-hero a:hover{
	color: #fff;
}

._footer-author{
	margin-top: 50px;
	padding: 16px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

._footer-author-font{
	margin-top: 8px;
	font-family: 'Loved by the King', sans-serif;
	font-size: 60px;
	font-weight: bold;
}

._font-hand{
	font-family: 'Loved by the King', sans-serif;
	font-size: 100px;
}

/*semantic*/
.ui.segment{
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
}

/*animation text*/
.animation-container{
	position: relative;
	height: 100px;
	margin-top: -80px;
	margin-bottom: 100px;
}
.animation-container svg {
  display: block;
  position: absolute;
}

.animation-container svg .text {
  width: 100%;
  fill: transparent;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-dasharray: 90,310;
  stroke-dashoffset: 0;
  -webkit-animation: text 8s infinite linear;
  animation: text 8s infinite linear;
  font-size: 24px;
}

.animation-container svg .text:nth-child(4n + 1) {
  stroke: #999;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.animation-container svg .text:nth-child(4n + 2) {
  stroke: #999;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.animation-container svg .text:nth-child(4n + 3) {
  stroke: #999;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.animation-container svg .text:nth-child(4n + 4) {
  stroke: #999;
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

@-webkit-keyframes text {
  100% {
    stroke-dashoffset: -400;
  }
}

/*main bg header*/
._main-bg-header{
	position: relative;
	background-image: url(../img/slider/2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 550px;
	margin-bottom: 50px;
	color: #fff;
}

._main-bg-header:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), color-stop(rgba(255,255,255,0.1)), to(#ffffff));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.3), rgba(255,255,255,0.1), #ffffff);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.3), rgba(255,255,255,0.1), #ffffff);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(255,255,255,0.1), #ffffff);
}

._main-bg-header:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.2)), color-stop(rgba(255,255,255,0.1)), to(#ffffff));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2), rgba(255,255,255,0.1), #ffffff);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.2), rgba(255,255,255,0.1), #ffffff);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(255,255,255,0.1), #ffffff);
}

@media (max-width: 600px){
	._main-bg-header{
		height: 300px;
	}
	._font-hand{
		font-size: 50px;
	}
}

._main-stuck{
	position: relative;
	height: 70px;
	background-image: -webkit-gradient(linear, left top, right top, from(#FFA500), to(#FF8C00));
	background-image: -webkit-linear-gradient(left, #FFA500 0%, #FF8C00 100%);
	background-image: -o-linear-gradient(left, #FFA500 0%, #FF8C00 100%);
	background-image: linear-gradient(to right, #FFA500 0%, #FF8C00 100%);
	margin-top: -2px;
	-webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 20px rgba(0,0,0,0.1);
	z-index: 100;
	-webkit-filter: grayscale(10%);
	        filter: grayscale(10%);
	overflow: hidden;
}

._main-stuck:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 33.33333%;
	background-color: #333;
	-webkit-box-shadow: -1px 0px 5px rgba(0,0,0,0.5);
	        box-shadow: -1px 0px 5px rgba(0,0,0,0.5);
}

._main-stuck:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -10%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 100%;
	height: 10px;
	background-color: #333;
	border-radius: 32px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	        box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	z-index: -1;
}

@media (max-width: 600px){
	._main-stuck:after{
		display: none;
	}
}

._main-stuck{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

._main-form,
._main-content,
._main-form-hu{
	position: relative;
	max-width: 500px;
	margin: -400px auto 30px auto;
	background-color: #fff;
	z-index: 100;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	border-radius: 4px;
	border-top: 6px solid #FFA500;
}

._main-content{
	max-width: 800px;
}

._main-form-hu{
	max-width: 1024px;
}

@media (max-width: 600px){
	._main-form{
		margin: -300px auto 30px auto;
	}
	._main-content,
	._main-form-hu{
		margin-top: -300px;
	}
}

.ui.button._main-bg-color:hover,
._btn._main-bg-color:hover{
	opacity: 0.85;
}

._gallery{
	position: relative;
	z-index: 100;
	margin-top: -400px;
}

._gallery ._slick{
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	        box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

@media (max-width: 600px){
	._gallery{
		margin-top: -300px;
	}
}

._gallery-desc{
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	        box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	padding: 16px;
	border-radius: 4px;
}

@media (min-width: 993px){
	._gallery-desc{
		margin-top: 200px;
	}
}

._gallery-1{
	background-image: url(../img/gallery/1.jpg);
}
._gallery-2{
	background-image: url(../img/gallery/2.jpg);
}
._gallery-3{
	background-image: url(../img/gallery/3.jpg);
}
._gallery-4{
	background-image: url(../img/gallery/4.jpg);
}
._gallery-5{
	background-image: url(../img/gallery/5.jpg);
}
._gallery-6{
	background-image: url(../img/gallery/6.jpg);
}
._gallery-7{
	background-image: url(../img/gallery/7.jpg);
}

._font-80pc{
	font-size: 80%;
}

._round-4px{
	border-radius: 4px;
}

._content-hu{
	position: relative;
	border-left: 5px solid #FE8825;
	padding-left: 12px;
}

/*accordion*/
.accordion-header {
	color: #2a313a;
	cursor: pointer;
	font-weight: 700;
	padding: 16px 0;
}

.accordion-header:hover {
	color: #FE8825;
}

.accordion-content {
	display: none;
	padding: 0;
	color: #4a5666;
}

.accordion-header::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	background-color: #B1B5BE;
	margin-right: .75rem;
}

.active.accordion-header::before {
	background-color: #FE8825;
}

._card-umroh{
	padding: 16px;
	-webkit-box-shadow: 0 1px 6px #ccc;
	        box-shadow: 0 1px 6px #ccc;
	border-radius: 4px;

}

._plane-1{
	background-image: url(../img/plane/1.jpg);
}

._plane-2{
	background-image: url(../img/plane/2.jpg);
}

._plane-3{
	background-image: url(../img/plane/3.jpg);
}

._btn._btn-detail{
	padding: 16px 32px;
	border-radius: 4px;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 16px;
}

._bg-user{
	position: relative;
	height: 400px;
	background-image: url(../img/travel/8.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}

._bg-user:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

._user{
	position: relative;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 50px rgba(0,0,0,0.8);
	        box-shadow: 0 10px 50px rgba(0,0,0,0.8);
	background-image: url(../img/icon/036-umbrella.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	background-color: rgba(255,255,255,0.1);
}

@media (min-width: 993px){
	._nav-link._login:before{
		content: "";
		position: absolute;
		top: 6px;
		right: 0;
		bottom: 6px;
		left: 0;
		background-color: transparent;
		border: 2px solid #FE8825;
		border-radius: 24px;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	._nav-link._login a:hover{
		color: #fff;
	}

	._nav-link._login:hover:before{
		background-color: #FE8825;
	}

	._nav-link._login._register:before{
		background-color: transparent;
		border-right-color: rgba(255,255,255,0.3);
	}

	._nav-link._login._register:hover:before{
		border-right-color: #FE8825;
	}

	._login{
		margin-right: 5px;
	}
	._login:last-child{
		margin-right: 0;
	}
}

._relative{
	z-index: 10;
}

._list-box a{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 16px;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: 10px;
	border-radius: 32px;
}

._list-box a:hover{
	border-right-color: #FE8825;
}

._friend-user{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 180px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

._list-box._list-box-user a{
	margin-top: 12px;
	padding: 8px 16px;
	/*background-color: #FE8825;*/
}

.ui.middle.aligned.divided.list .item{
	padding: 10px 0 16px 0;
}

._pt-sticky{
	width: 100%;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    background-image: -webkit-linear-gradient(45deg, #FFA500 0%,  #FE8825 100%);
    background-image: -o-linear-gradient(45deg, #FFA500 0%,  #FE8825 100%);
    background-image: linear-gradient(45deg, #FFA500 0%,  #FE8825 100%);
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
            box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    z-index: 9999;
}

@media (max-width: 600px){
	._pt-sticky{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: unset;
	}
}

._btn-booking{
	display: inline-block;
	padding: 10px 20px;
	background-color: #fff;
	color: #fff;
	border-radius: 24px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	color: #888;
}

._btn-booking:hover{
	color: #888;
	background-color: #f5f5f5;
}

._font-20px{
	font-size: 20px;
	margin-right: 8px;
}

._sosmed{
	margin-top: 30px;
}

._sosmed-btn{
	font-size: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	margin-right: 8px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

._sosmed-btn:hover{
	opacity: 0.8;
	color: #fff;
}

._bg-facebook{
	background-color: #3b5998;
	color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

._bg-twitter{
	background-color: #1da1f2;
	color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

._bg-instagram{
	background-color: #c32aa3;
	color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

._account-height{
	display: block;
	position: relative;
	height: 400px;
	margin-bottom: 16px;
}

._account-height img{
	-webkit-transition: 5s;
	-o-transition: 5s;
	transition: 5s;
}

._account-height:hover img{
	-webkit-filter: hue-rotate(360deg);
	        filter: hue-rotate(360deg);
}

@media (max-width: 600px){
	._font-account{
		font-size: 100px;
	}
	._account-height{
		height: 200px;
	}
}

._pt-sd{
	display: block;
	background-color: #e9e9e9;
	padding: 8px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
}

._pt-send{
	display: block;
	padding: 8px 16px;
	text-align: center;
	background-color: #e9e9e9;
	border-radius: 4px;
	border: 1px solid #ddd;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

._pt-send:hover{
	background-color: #e1e1e1;
}

._bg-whatsapp{
	background-color: #25D366;
	color: #fff;
	border: none;
}

._bg-whatsapp:hover{
	background-color: #25D366;
	color: #fff;
	opacity: 0.9;
}

._nel-bg-green{
	background-color: #96ceb4;
}

._push-b-xg{
	margin-bottom: 110px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.galleryWrapper {
  font-size: 0.85rem;
  width: 80%;
  margin: 3rem auto;
}

.galleryWrapper,
.imageBox {
  max-width: 60rem;
}

.header {
  font: 2.1em 'Oswald', sans-serif;
  margin: 1.25rem 0;
  padding: 0 0.5rem;
}

.imageBox,
.header {
  text-align: center;
}

.imageLink {
  display: inline-block;
}

.imageLink,
.imageBox {
  line-height: 0;  
}

.imageBox,
.largeImage,
.image,
.imageCaption {
  width: 100%;
}

.image,
.largeImage {
  -webkit-transform: perspective(1px);
  -moz-transform: perspective(1px);
  transform: perspective(1px);
}

.overlayContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.overlayContainer,
.imageCaption {
  bottom: 0;
}

.relativeContainer {
  position: relative;
  margin: 0 0.5rem;
}

.imageBox,
.imageCaption {
  position: absolute;
}

.imageBox {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.display {
  display: block;
}

.imageCaption {
  margin: 0;
  font-size: 1.3em;
  padding: 0.325rem;
}


.imageLink {
  outline: none;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.imageLink:hover,
.imageLink:focus {
  opacity: 0.8;
}

.overlayContainer {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(51, 51, 51, .9);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.imageBox {
  cursor: pointer;
}

.largeImage {
  box-shadow: 5px 5px 5px 0px rgb(0, 0, 0);
}

.imageCaption {
  background: rgba(51, 51, 51, .8);
  color: #fff;
}

.opacity {
  visibility: visible;
  opacity: 1;
}