.vip img {
	-webkit-filter: blur(2px) grayscale(1) !important;
    filter: blur(2px) grayscale(1) !important;
}

#banners {
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.btn-dark {
    cursor: pointer;
    margin-top: 10px;
    padding: 12px 22px;
    display: inline-block;
    background: #000;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff !important;
    font-size: 10px;
    line-height: 12px;
    border: 1px solid #666;
    text-transform: uppercase;
	outline: none;
	position: relative;
	overflow:hidden;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.btn-dark:hover {
	background: #fff;
	color: #000 !important;
    font-weight: 400;
    border: 1px solid #fff;
}

@media (min-width: 1024px) {
    .mobile-image {
    display: none;
    }
}

@media (max-width: 480px) {
    
    p {
    font-size: 16px;
    }
    
    .mobile-image {
    max-width: 100%;
    margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {

    .fbsection.home {
        /*background-image: url('../../images/camille-blake-mobile.jpg') !important;*/
        background-size: cover;
        background-position: 52% top !important;
    }
    
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .menu {     
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 6.5%;
    }
}