@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,700i,800|Roboto|Roboto+Condensed:400,400i,700,700i');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.6;
}

a, .btn {
	transition: .3s all ease;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 ,h6 {
	font-family: 'Roboto Condensed', sans-serif;
}


.header {
	padding: 10px 0;
	color: #343434;
	background-color: #fff;
	border-bottom: 2px solid #4c4d4f;
}
.header .logo {
    display: block;
    padding-top: 5px;
}
.header a {
	color: #343434;
}
.header .services {
	color: #454545;
	padding-top: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.15em;
	font-style: italic;
	margin-bottom: 5px;
}
.header .phone {
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1;
	color: #454545;
	margin-bottom: 3px;
}
.header .phone a {
	color: inherit;
}
.header .phone i {
	margin-right: 5px;
}
.header .language {
	margin-top: 5px;
}
.header .language img {
	border-radius: 3px;
}
.header .language a {
	display:inline-block;
	padding: 5px;
	margin-left: 5px;
	border-radius: 3px;
}
.header .language a:hover {
	/*color: #df4c31;*/
	color: #fff;
	background-color: #4c4d4f;
}


.header-nav {
	padding: 15px 0;
	background-color: #4c4d4f;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: -webkit-sticky;
	top: 45px;
	z-index: 1;
}
.header, .header-nav {
	color: #fff;
}

.sticky {
	position: fixed;
	width: 100%;
    padding: 0px 0;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	background: rgba(76,77,79,0.8);
    -moz-transition: padding .3s ease-in;
    -o-transition: padding .3s ease-in;
    -webkit-transition: padding .3s ease-in;
    transition: padding .3s ease-in;
}


/* Drop down menu */
.header-nav .dropdown-menu > li > a {
    padding: 10px 30px;
    margin-left: 5px;
	margin-right: 5px;
}
.header-nav .dropdown-menu > li > a:hover, .header-nav .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #df4c31;
}


.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-default {
	font-size: 18px;
    background-color: inherit;
    border: 0px;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    margin-right: 1px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #575757;
    border-radius: 5px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #575757;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #575757;
}

.navbar-social {
	display: inline-block !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

@media only screen and (max-width : 640px) {
	.navbar-nav {
    	margin: 7.5px 0px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	    color: #E7E7E7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	    color: #fff;
	    background-color: #575757;
	}
	.navbar-social {
	display: inline-block !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}


/* Carousel */
.carousel {}
.carousel-caption {
    /*top: 40%;*/
    font-size: 22px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
    line-height: 30px;
	letter-spacing: 0.1em;
}


/* Formating */
.mrg-bottom-xl {
	margin-bottom: 40px !important;
}
.mrg-bottom-lg {
	margin-bottom: 30px !important;
}
.mrg-bottom-md {
	margin-bottom: 20px;
}


/* Sections */
.divider-1 {
	width: 100px;
	border-bottom: 3px solid #343434;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 20px;
}


section {
	padding: 50px 0px 80px 0px;
}
section h3 {
	font-weight: bold;
}

.section-welcome {
	font-size: 18px;
	line-height: 1.6;
	padding-bottom: 0px;
}
.section-welcome h1 {
	/*font-weight: bold;*/
}
.section-welcome p {
	line-height: 30px;
	letter-spacing: 0.1em;
}

.section-outdoor {
	color: #fff;
	background-image: url('/assets/images/section-outdoor-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 150px 0px;
}
.section-outdoor h3 {
	color: #fff;
}
.section-outdoor .divider-1 {
	border-bottom: 3px solid #fff;
}
.section-outdoor p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.1em;
}
.section-outdoor .btn {
	border: 2px solid #fff;
	background-color: transparent;
	padding: 10px 20px;
	color: #fff;
	border-radius: 3px;
	margin-top: 20px;
}
.section-outdoor .btn:hover {
	color: #df4c31;
}


.section-social {
	text-align: center;
	padding-top: 0;
}
.section-social ul.social-links {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.section-social ul.social-links>li {
	display: inline-block;
	margin: 0 20px;
}
.section-social ul.social-links>li>a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	font-size: 40px;
	color: #4c4d4f;
	border:3px solid #4c4d4f;
	border-radius: 50%;
}
.section-social ul.social-links>li>a:hover {
	color: #fff;
	background: #4c4d4f;
}
.section-social ul.social-links>li>a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
	.section-social ul.social-links>li {
		margin: 0 10px;
	}

	.section-social ul.social-links>li>a {
		position: relative;
		display: block;
		width: 50px;
		height: 50px;
		font-size: 20px;
		color: #4c4d4f;
		border:3px solid #4c4d4f;
		border-radius: 50%;
	}
}


.section-index-events {}

.event-post {
    margin-top: 40px;
}
.event-post img {
	border-radius: 5px;
}
.event-post time {
	line-height: 0.8;
	letter-spacing: 0.1em;

	font-family: 'Roboto Condensed', sans-serif;
	color: #656565;
}
.event-post h6 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.1em;

    color: #656565;
}
.event-post h6 a {
	color: inherit;
}
.event-post:hover time, .event-post:hover h6 a {
	color: #df4c31;
	transition: .3s all ease;
}
.event-post p {
	color: #656565;
	font-size: 14px;
	letter-spacing: 0.08em;
	margin-top: 4px;

	font-weight: 300;
}


.section-services {}
.service-post {
	margin-bottom: 30px;
	text-align: center;
}
.service-post img {
	border-radius: 4px;
}
.service-post h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.service-post p {
	color: #656565;
	font-size: 14px;
	letter-spacing: 0.08em;
	height: 170px;
}
.service-post h4 a {
	color: inherit;
}
.service-post:hover h4 a {
	color: #df4c31;
}

.section-gallery {
	padding-top: 0;
}

.section-index-map {
	background-image: url('/assets/images/section-index-map.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #2b2b2b;
    padding: 85px 0px 65px 0px;
    border-bottom: 3px solid #df4c31;
}
.section-index-map .panel {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	text-align: center;
	padding: 30px 20px;
	font-weight: bold;
}
.section-index-map i {
	font-size: 40px;
}
.section-index-map dl {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 58px;
	margin-bottom: 0;
}
.section-index-map dl dt {
	margin-right: 20px
}
.section-index-map dl dt, .section-index-map dl dd {
	display: inline-block;
}
.section-index-map a {
	color: inherit;
	transition: .3s all ease;
}
.section-index-map a:hover {
	color: #df4c31;
	text-decoration:none;
}


/* Pages */
.page {
	margin-top: 50px;
	margin-bottom: 50px;
}
.page p {
	line-height: 26px;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
}

.page404 {}
.page404 .title {
	font-size: 30px;
}
.page404 .code {
	font-family: 'Roboto Condensed', sans-serif;
	color: #979797;
	display: inline-block;
	padding: 0 0 15px 0;
	font-size: 80px;
	border: solid #ccc;
	border-width: 1px 0;
	text-transform: lowercase;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* Google map */
#gmap {
	width: 100%;
    height: 500px;
    border-bottom: 3px solid #df4c31;
}


/* Contact */
.contact-info {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.1em;
	color: #df4c31;
}
.contact-info a {
	color: inherit;
}
.contact-info a:hover {
	color: #2d2d2d;
}
.contact-info i {
	font-size: 40px;
}
.contact-info dl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.contact-info dl dt {
	margin-right: 20px
}
.contact-info dl dt, .contact-info dl dd {
	display: inline-block;
}

.mailform input, .mailform textarea {
	height: auto;
    font-weight: 700;
    padding: 7.5px 18px;
    line-height: 34px;
    color: #343434;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-shadow: none;
}
.mailform .btn {
	padding: 10px 40px;
}

/* paceholder */
.mailform input::-webkit-input-placeholder, .mailform textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d1d1d1;
}
.mailform input::-moz-placeholder, .mailform textarea::-moz-placeholder { /* Firefox 19+ */
  color: #d1d1d1;
}
.mailform input:-ms-input-placeholder, .mailform textarea:-ms-input-placeholder { /* IE 10+ */
  color: #d1d1d1;
}
.mailform input:-moz-placeholder, .mailform textarea:-moz-placeholder { /* Firefox 18- */
  color: #d1d1d1;
}
/* placegolder hover */
.mailform input:hover::-webkit-input-placeholder, .mailform textarea:hover::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2d2d2d;
}
.mailform input:hover::-moz-placeholder, .mailform textarea:hover::-moz-placeholder { /* Firefox 19+ */
  color: #2d2d2d;
}
.mailform input:hover:-ms-input-placeholder, .mailform textarea:hover:-ms-input-placeholder { /* IE 10+ */
  color: #2d2d2d;
}
.mailform input:hover:-moz-placeholder, .mailform textarea:hover:-moz-placeholder { /* Firefox 18- */
  color: #2d2d2d;
}
/* placehover focus */
.mailform input:focus::-webkit-input-placeholder, .mailform textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2d2d2d;
}
.mailform input:focus::-moz-placeholder, .mailform textarea:focus::-moz-placeholder { /* Firefox 19+ */
  color: #2d2d2d;
}
.mailform input:focus:-ms-input-placeholder, .mailform textarea:focus:-ms-input-placeholder { /* IE 10+ */
  color: #2d2d2d;
}
.mailform input:focus:-moz-placeholder, .mailform textarea:focus:-moz-placeholder { /* Firefox 18- */
  color: #2d2d2d;
}

#dialog-success {
	text-align: center;
	border: 3px solid #df4c31;
	border-radius: 5px;
	padding: 20px;
}


.gallery-thumb {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.gallery-thumb img {
	position: relative;
}
.gallery-thumb-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
    transition: .3s all ease;
}
.gallery-thumb-overlay i {
	font-size: 34px;
	transition: .3s all ease;
	opacity: 0;
	z-index: 1;
}
.gallery-thumb-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}
.gallery-thumb-overlay:hover i {
	opacity: 1;
}


/* Thumbs */
.thumb {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.thumb img {
	position: relative;
}
.thumb-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
    transition: .3s all ease;
}
.thumb-overlay i {
	font-size: 34px;
	transition: .3s all ease;
	opacity: 0;
	z-index: 1;
}
.thumb-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}
.thumb-overlay:hover i {
	opacity: 1;
}

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


/* Certification */
.iso-certificate {
	text-align: center;
	margin: auto;
}
.iso-certificate img {
	margin: auto;
}
.iso-certificate p {
	font-size: 11px;
	color: #353535;
	letter-spacing: 0;
}


/* Footer */
footer {
	background-color: #343434;
	padding: 50px 0px;
	color: #fff;
}
footer .logo, footer .certificate {
	display: inline-block;
	margin-left: 10px;
    margin-right: 10px;
}
footer .company {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
footer .credits {
	color: #8b8b8b;
	text-align: center;
}


/* Goto Top Button */
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    font-size: 16px;
	padding: 4px 8px;
    display: none;

    color: #343434;
	background: #fff;
	border: 3px solid #343434;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.go-top:hover {
    color: white;
    background: #343434;
    text-decoration: none;
}


.estiasi {
    border-top: 2px solid #4c4d4f;
    border-bottom: 2px solid #4c4d4f;
    padding: 2px 0;
}
.estiasi:after{
    content:"";
    clear:both;
    display:table;
}
.estiasi .banner {
	float: left;
    width: 30%;
}
.estiasi .logos {
	float: right;
    width: 70%;
}
.estiasi .banner img {
	width: 100%;
}
.estiasi .logos img {
	width: 100%;
}

@media (max-width: 500px) {
	.estiasi .banner {
		float: unset;
	    width: 100%;
	}
	.estiasi .logos {
		float: unset;
	    width: 100%;
	}
}