
.margin-l-r-auto {
    margin-left: auto;
    margin-right: auto;
}
.title-txt {
	color: #F46602;
}
.text-white {
	color: white!important;
}

.text-center {
    text-align: center!important;
}

.text-left {
    text-align: left!important;
}

/*.title-text:before {
    background: url(/images/l1.png) no-repeat;
    left: 85px;
}
.title-text:after {
    background: url(/images/l2.png) no-repeat;
}
.title-text:before, .title-text:after {
    width: 64px;
    height: 31px;
    margin: 0px;
    content: '';
    position: absolute;
}*/

@media(min-width:460px){
    .over-photo{
        position: absolute;
        top: 95px;
        left: 7%;
        background-color: rgba(255,255,255,0.8);
        border-radius: 5%;
        padding-bottom: 20px;
        padding-top: 30px;
    }
}
@media(max-width:460px){
	.nav-title{   
		width: 169px;
		font-size: 6px;
	}
	div#myNavbar{
	    border: none;
		max-height: 430px;
		background: linear-gradient(to top, rgba(131, 103, 24, 0.6), rgb(131, 103, 24));
	}
}

.celebrate_listing {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

ul.celebrate_listing {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

ul.celebrate_listing li {
    list-style: none;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    width: 39.33%;
    font-weight: 300;
    float: left;
    margin: 20px 0px;
    padding: 0 0 0 46px;
    position: relative;
}
.text-danger {
    color: #e74c3c;
}

/*navbar properties*/
.navbar-default {
    background: linear-gradient(to top, rgba(131, 103, 24, 0.7), rgba(131, 103, 24, 1));
    border: 0;
    height:70px;
}
.navbar-default .navbar-nav>li:hover,.navbar-default .navbar-nav>li:focus{
    border-bottom: crimson 3px solid;
    transition: all 1s ease-out;
}
.navbar-default .navbar-nav>li>a{
    color: white;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:active{
    color: crimson;
    transition: all 1s ease-out;
}
.navbar-nav > li > a {
    padding: 25px 10px 20px 10px;
}
.goog-te-banner-frame.skiptranslate {
	display: none !important;
} 



.logo {
     background: transparent;

}
