body{
    background: url("../img/background1.jpg");
}
.container{
    background: #fff none repeat scroll 0 0;
    border: medium solid #f9c23f;
    border-radius: 3em;
    box-shadow: 0.3em 0.3em 0.2em #c3a200;
    height: auto;
    margin: 40px auto;
    padding: 41px;
    position: relative;
    z-index: 1;
}
.logo img{
    width: 400px;
}
.about{
    border: 1px solid #ccc;
    padding: 10px;
    background: rgba(208, 208, 208, 0.18);
    border-radius: 7px;
    box-shadow: 1px 1px #C3C3C3;
    margin-bottom:30px;
}
.navbar-default{
    background: none !important;
    border: none !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background:#fff;
    border: 3px double #f9c23f;
}
.navbar-nav > li > a{
    padding:5px;
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
}
.navbar-default .navbar-nav > li > a{
    color:#000;
}
.navbar-nav > li > a{
    margin:0 10px;
    padding:10px;
    background: #fff none repeat scroll 0 0;
    border: 3px double #f9c23f;
}
.navbar-nav > li > a{
    color: #000 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.navbar-collapse{
    margin:20px 0;
}
.social-accounts img{
    width:40px;
}
.social-accounts{
    text-align: center;
}

.sidebar{
    width:20%;
}
.content{
    width:80%;
}
.sidebar, .content{
    float:left;
}
table td, tr, b{
    padding:5px !important;
}
.home-header{
    background: rgba(0, 0, 0, 0) linear-gradient(#eeeeee, #cccccc) repeat scroll 0 0;
    border-bottom: 1px solid #d3d3d3;
    color: #900;
    padding: 10px 0;
}
.home-header span{
    margin-left:10px;
    font-weight: bold;
}
.home-body{
    background: #fff;
    padding:10px;
}
.col-md-8{
    width:75%;
}
.col-md-4{
    width:20%
}
.rating-area{
    vertical-align: top;
    margin-top:20px;
}
.col-md-4, .col-md-8{
    display: inline-block;
}
.home-details{
    border:1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
}
.home-details::after {
    clear: both;
}

input.button, button.button{
    background: #f9c23f none repeat scroll 0 0;
    border: medium none;
    padding: 5px 30px;
    cursor: pointer;
}
.icon{
    margin-right:5px;
}
span.position{
    margin-right:5px;
}
.search-area p{
    margin-right:0 !important;
    text-align: center;
}
.search-area{
    background: rgba(0, 0, 0, 0) linear-gradient(#eeeeee, #cccccc) repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}
.chosing{
    background: #FFF;
    width: auto;
    height: auto;
    border: solid thin #f9c23f;
    border-radius: 3em;
    box-shadow: #fac635 0.2em 0.2em 0.2em;
}
.chosing p{
    font-size:20px;
}
.chosing ul li{
    font-size:20px;
}
h1.heading{

    background: #fff none repeat scroll 0 0;
    color: #f9c23f;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;

    font-size:38px !important;
}
.side img{
    width:100%
}
.search-area p{
    margin-left:0;
    background:none;
}
.text-para p{
    margin-left:0;
    background:none;
}
input#geocomplete{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    width: 70%;
}
input.button:hover{
    background:#fecf5e;
}
table.table{

    background: #FFFFFF;
    text-align: center;
    border: 1px solid #c3a200;
}
dt{
    float:left
}
dd{

    margin-bottom: 7px;
}
.home-details{
    /*border: 1px solid #ccc;*/
    /*padding:10px 20px;*/
   /* margin-bottom:10px;*/
    /*background: #eee;*/
}
.home-details ul{
    list-style: none;
    float: none;
    width:100%;
    background:none !important;
    padding-left:0
}
.home-details ul li{
    margin-left:0px !important;
    font-size:14px !important;
    line-height: 20px;
    background:none !important;
}
.home-details ul li b{
    background:none !important;
}
.home-details ul li a{
    text-decoration: underline !important;
    background:none !important;
}
.choose-details{
    margin-left:50px;
}
h3.heading{
    color:#f9c23f
}
.row-centered {
    text-align: center;

}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.form-control{
    margin-bottom: 20px;
}
.image-links{
    margin:10px 0px;
}
.image-links img{
    width:100%
}
@media screen and (max-width: 400px){
    .logo img{
        width:160px
    }
    .social-accounts a{
        float:left;
    }
    .social-accounts img{
        width:30px;
    }

}
@media screen and (min-width: 800px){

    .row-centered {
        margin:0 auto;

    }

}