@import url('https://fonts.googleapis.com/css?family=Cabin');

body{
   font-family: 'Cabin', sans-serif;
   padding-top: 20px;
   line-height: 2;
}

h2
{
	color: black;
}

#text1
{
	color: black;
}

.wrap {
    background-color: purple;
}

#bodycontent {
    background-color: white;
}

.navbar-default{
	background-color: transparent;
	border-color: transparent;
}

.img-logo{
    width: 200px;
    height: auto;
}

.text-btn-top{
	font-size: 25px;
}

.form-control:focus{
	border-color: black;
	outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(102,175,223,.6);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(102,175,223,.6);
}

.navbar-form{
	padding: 0;
}

.form-top{
    height: 45px;
    width: 305px !important;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    border-bottom: 1px solid #333;
    padding: 0;
}

.btn-search-top{
	background-color: transparent;
    border-color: transparent;
    padding: 0px 0px 0px 10px;
}

.navbar-top .menu-top{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
}

.navbar-top .menu-top>li>a{
	padding: 0px;
	padding: 15px 0px 15px 0px;
    margin-left: 20px;
    margin-right: 20px;
}

.navbar-top .menu-top>li:last-child>a{
    margin-right: 0px;    

}

.div-gallery-feed{
	margin-bottom: 50px;
	padding-top: 0px;
}

.title-gallery-feed{
    text-align: center;
    text-transform: ;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 50px;
}

.gallery-feed img{
    filter: gray;
    -webkit-filter: grayscale(1);
    margin-bottom: 30px;
    width: 100%;
}

.gallery-feed img:hover{
    filter: none;
    -webkit-filter: grayscale(0);
}

.center{
	width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.more-gallery-feed, .read-more{
	color: #666;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 2px solid #666;
    width: 200px;
}

.more-gallery-feed:hover, .read-more:hover{
    color: #000 ;
    border: 2px solid #000;
    text-decoration: none;
}


.div-articles{
	margin-top: 100px;
    margin-bottom: 50px;
}

.div-single-articles{
	margin-bottom: 60px;
}

.div-single-articles img{
    margin-bottom: 30px;
}

.title-article {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: -2px;
}

.title-article a, .author-article a{
    color: #333;
}

.author-article, .comment-article{
	font-size: 16px;
    font-weight: bold;
}

.date-article{
	border: 3px solid #333;
    padding: 5px;
    font-size: 25px;
    text-align: center;
    display: inline-block;
    line-height: normal;
    float: right;
}

.content-article{
	text-align: justify;
    margin-bottom: 30px;
}

.copyright p{
	color: white;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5em; 
}

#footer{
	background-color: black;
	color: #ffffff;
	opacity: 0.5;
	text-align: center;
}

.contact{
	margin-bottom:6em;
}

.contact input[type="text"] {
	display: inline-block;
	background: none;
	border: 1px solid #D8D8D8;
	width: 100%;
	outline: none;
	font-size: 18px;
	color: #5b5b5b;
	font-weight: 500;
	font-family: opensans;
	padding: 10px 15px 10px 15px;
}
.contact input[type="email"] {
	display: inline-block;
	background: none;
	border: 1px solid #D8D8D8;
	width: 32%;
	margin:0 .9em;
	outline: none;
	font-size: 18px;
	color: #5b5b5b;
	font-weight: 500;
	font-family: opensans;
	padding: 10px 15px 10px 15px;
}

.contact textarea {
  background: none;
  border: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  width: 100%;
  display: block;
  height: 193px;
  outline: none;
  font-size: 18px;
  color: #5b5b5b;
  font-weight: 500;
  font-family: opensans;
  resize: none;
  padding: 10px 15px 10px 15px;
}

.contact .judul h3{
	color: #393939 !important;
	font-size:2.5em;
    font-family: 'Palationo Linotype', sans-serif;
    background: url(Gambar/line.png) no-repeat 50% 100%;
    padding-top: 1em;
	padding-bottom: 0.5em;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}

.text-box input[type="text"], .textarea textarea{
	border: 2px solid #e5e5e5;
	width:100%;
	padding: 0.85em;
	border-radius: 0.3em;
	margin-bottom: 1.5em;
	color: #858585;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none; 
}

.textarea textarea {
height: 235px;
resize: none;
}

.textarea{
text-align:right;
}

.textarea input[type="submit"] {
background: #0199e6;
border: 1px solid #0199e6;
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
font-size: 1.1em;
padding: 0.7em 2.5em;
font-weight:600;
margin: 0 auto;
-webkit-appearance: none;
border-radius: 5px;
}

.textarea input[type="submit"]:hover{
color:#0199e6;
border: 1px solid #0199e6;
background:transparent;
}

.text-box input[type="text"]:hover, .textarea textarea:hover, .text-box input[type="text"]:focus, .textarea textarea:focus {
border-color:#008ed6;
}

.what-offer{
	background: url(Gambar/abt-bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 730px;
	padding-top:2em;
	margin:3em 0 0 0;
}

.what-offer h3 {
    text-align: center;
    color: #fff;
    font-family: 'TitilliumWeb-Bold';
    margin-top: 1em;
    font-size: 2.5em;
}

.what-offer label{
	display:block;
	background:#fff;
	margin:2em auto;
	height:1px;
	width:30%;
}

.guides{
	margin-top:4em;
}

.guide-grid{
    margin-bottom: 1em;
    padding: 0;
}

.guide-grid{
	text-align:center;
}

.guide-grid img{
	width:60px;
	height:60px;
}

.guide-grid h4{
	color:#fff;
	font-family: 'TitilliumWeb-Bold';
	font-size:1.5em;
	margin-top:5px;
}

i.strp{
	display:block;
	background:#fff;
	margin:1em auto;
	height:1px;
	width:25%;
}

.guide-grid p{
	color:#fff;
	font-size:1em;
	line-height:1.7em;
	width:85%;
	margin:8px 30px;
	text-align:center;
	font-family: 'OpenSans-Regular';
}

.events {
	margin-top: 60px;
	padding:3% 0;
}

.row{
	padding-bottom:30px;
}

.judul h3{
	color: #393939 !important;
	font-size:2.5em;
    font-family: 'Palationo Linotype', sans-serif;
    background: url(Gambar/line.png) no-repeat 50% 100%;
    padding-bottom: 0.5em;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}

.event-item #description{
	color:#1a1a1a;
	padding: 0 20px 35px;
    text-align: justify;
    color: #333333;
    margin-top: 15px;
	font-size: 14px;
}

.event-item h4{
	margin-bottom:0px;
}
.event-item a:hover {
	transform:scale(1.2, 1.2);
	transition: all 0.3s ease-in;
}

@media (min-width: 768px){
	.container{
		max-width: 1024px;
	}
}

@media (max-width: 768px){
	.img-logo{
		width: 30px;
		height: auto;
	}

	.form-top{
		height: 45px;
		width: 100% !important;
	}
}