/*
Theme Name: Peach Realestate Theme
Theme URI: 
Description: Simple and Easy theme for your business
Version: 1.0 
Author: MyOrange
Author URI: 
*/
@import url(fonts.css);
@import url(bootstrap.min.css);
@import url(bootstrap-responsive.css);
@import url(select2.css);
@import url(jquery.onebyone.css);
@import url(animate.min.css);
@import url(responsive-slider.css);
@import url(flexslider.css);
@import url(theme.css);
@import url(colorbox.css);

/*
 * ===========================================
 * original filename: style.css
 * Note: All four CSS files above will be loaded 
 * 		 from this single document. Please DO NOT alter
 * 		 the order of which it appears in.
 */

.navbar.navbar-cookies {
    position: fixed;
    bottom: 0;
    min-height: 0;
    width: 100%;
    font-size: 13px;
    color: #cfcfcf;
    background: url('../img/pattern/low_contrast_linen.png');
    background-color: #313131;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transform: translate(0, 200%);
    -webkit-transform: translate(0, 200%);
    z-index: 100; }

.navbar.navbar-cookies p {
    margin: 10px 0; }

.navbar.navbar-cookies.cookies-not-ok {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    animation: none;
    -webkit-animation: none; }

.navbar.navbar-cookies.cookies-ok {
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    animation: none;
    -webkit-animation: none; }

.navbar.navbar-cookies a {
    color: white;
    text-decoration: underline; }

.navbar.navbar-cookies a:hover {
    text-decoration: none; }

.navbar.navbar-cookies a.btn {
    background: #de861b;
    text-decoration: none;
}