@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700');
html, body{
	overflow: visible;
	height: 100%;
	margin: 0;
	font-family: sans-serif;
	font-size: 14px;
	color: #787878;
}
img{
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6{
	font-weight:700;
}
header{
	position: absolute;
	width: 100%;
	z-index: 10;
}
#header{
	background: linear-gradient(to top, transparent, transparent 1%, rgba(0,0,0,0.1));
}
.is-sticky #header{
	background: #585858;
}

.btn-brown{
	background: #7b5100;
	color: #fff;
	margin-top: 25px;
}
.btn-brown:hover{
	color: #fff;
}
.overlay-dark{
	background: linear-gradient(to top, transparent, transparent 1%, rgba(0,0,0,0.1));
}
.bg-nav{
	background: #000;
}
.navbar-dark .navbar-nav .nav-link{
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color:#fff !important;
}
.bg-grey{
	background: #bdbdbd;
	padding: 15px;
	color: #fff;
}
/*page */
.parallax {
    background-position: 50% 50% !important;
    background-size: 100% !important;
    background-attachment: fixed!important;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.section-overlay {
    background: rgba(0,0,0,.2)!important;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
}
.top-element {
    text-align: center;
    display: table;
    width: 50%;
    position: relative;
    z-index: 5;
    top: 50%;
    color: #fff;
}
.top-element h1{
	font-weight:100 !important;
	text-transform:uppercase;
}
.well-come {
    position: relative;
    font-size: 40px;
    line-height: 62px;
    margin-bottom: 18px;
    color: #fff!important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.caption-page{
	position: absolute;
	background: rgba(0,0,0,0.5);
	z-index: 2;
	width: 100%;
	height: 75%;
	text-align: center;
	vertical-align: middle;
}
/* end page */
.content{
	background: #e6e6e6;
	padding-top: 50px;
	padding-bottom: 50px;
}
.content p{
	line-height: 25px;
	color: #787878;
}
.content h1 a, .content a{
	color: #787878;
	text-decoration: none;
}
.list-img img{
	width: 100%;
}
@media (min-width: 768px) { 	
	#slider{
		height: 100%;
	}
	.section-overlay {
	    height: 100%;
	}
	.header-lg {
	    padding: 260px 0 220px;
	}
}
@media (max-width: 767px) {
	.header-lg {
	    padding: 0px 0 120px;
	}
	.navbar-collapse.collapse.show{
		background:#585858;
	}
	iframe{
	    max-width:100%;
	}
}
.review-sec{
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.review-sec h1{
	margin-bottom: 50px;
	font-weight:100;
}
.caption-img{
	top: auto;
    bottom: 0;
    text-align: left;
    background: linear-gradient(to bottom, transparent, transparent 1%, #e6e6e6);
    position: absolute;
    width: 100%;
    padding: 15px;
    color: #000;
}
.caption-img2 {
    top: auto;
    bottom: 0;
    text-align: left;
    position: absolute;
    width: 100%;
    padding: 15px;
    color: #fff;  
}
.caption-img2 p{
	display: none;
}
.figcap a:hover p{
	display: block;
}
.caption-img2 h4{
	font-weight:100;
 	text-transform:uppercase;
}
.figcap{
	overflow: hidden;
}
.figcap a img{
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.figcap a:hover img{
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.figcap a:hover .caption-img2{
	bottom: 40px;
	height:20%;
	-webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
.text-content{
	color: #fff;
}
.img-review img{
	width: 70px;
	height: 70px;
}
.footer-top{
	background: #848484;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-top h4{
	font-size: 15px;
	text-transform:uppercase;
	padding-bottom: 15px;
	font-weight:700 !important;
}
.footer-top a{
	color: #fff;
}
.footer-top ul{
	list-style: none;
	padding-left: 0px;
}
.sosmed {
	font-size: 18px;
}

.sosmed i.fa {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.3em 0.6em;

}
.footer-bottom {
    background: #585858;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 12px;
}
.footer-bottom a{
	color: #fff;
}
.fr-fic.fr-dib{
	display:inline-block;
	padding: 10px;
}
.tab-pane{
	padding-top:15px;
	padding-bottom:15px;
}
.fr-dashed-borders tr td{
	border:1px solid #000;
}	
.modal-dialog{
	/*max-width: 1100px;*/
	max-width: 706px;
}
span.widgetLink{
    left:75px;
}
#widgetContainerBox .reviewWidgetContainer a,
#widgetContainerBox .reviewWidgetContainer span{
    left: 0 !important;
}
#widgetContainerBox > div {
    margin: 0px 0px 0px 10px !important;
}
#widgetContainerBox img {
    max-width: 100%;
    left: 0;
}
