@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
h1,h2,h3,h4,h5,h6{
	color: #FFCC00;
	font-family: 'Oswald', sans-serif;
}
h3 {
    font-size: 18px;
}
a:focus {
	outline: 0;
}
a:hover,
a:active,
a:focus {
	color: #455878;
	outline: 0;
	text-decoration: none;
}
a{
	text-decoration: none;
}
ul.list-inline a, ul.list-inline a:hover {
    color: #f5f5f5;
}
.list-inline>li {
	border-right: 1px solid #f5f5f5;
}
.list-inline>li:last-child {
	border:none;
}
.title-header span{
	color: #1e1e1e;
}
.list-inline{
	padding-right: 30px;
}
body{
	font-family: 'Droid Sans', sans-serif;
	background: #2a2a2a;
	color: #d9d9ce;
}
.page-wrap {
	background: #1D1D20;
	height: 100%;
    box-shadow: 0px 0px 10px #D9D9CE;
    -moz-box-shadow: 0px 0px 10px #D9D9CE;
    -webkit-box-shadow: 0px 0px 10px #D9D9CE;
    -o-box-shadow: 0px 0px 10px #D9D9CE;
}
/*************** HEADER ***************/
.top {
    background-color: #3D4C53;
    height: 40px;
    padding: 10px;
    color: #f5f5f5;
    font-family: inherit;
}
.title-header {
    border-bottom: 2px solid #D9D9CE;
    padding: 0px;
    margin: 0 auto;
    width: 90%;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #D9D9CE;
    border: 1px solid #FC0;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.site-content {
	padding: 20px 40px;
}
/*************** BLOG ***************/
.hotels img{
	margin-bottom: 15px;
    height: 200px;
    width: 100%;
}
.hotels h3{
	text-transform: uppercase;
	font-weight: bold;
}
.btn-danger {
	width: 100%;
    color: #fff;
    background-color: #F1433F;
    border-color: #ac2925;
}
.footer {
    background-color: #232323;
    height: 40px;
    padding: 10px;
    color: #f5f5f5;
    font-family: inherit;
}
