@font-face {
    font-family: rockwell;
    src: url("../fonts/ROCK.TTF");
}

body {
    font-family: rockwell;
}

.menu-3 {
    font-size: 30px;
    padding-right: 20px;
    cursor: pointer;
    color: #fff;
    float: right;
}

nav .logo {
    width: 100%;
    padding: 20px 0;
}

body {
    /*background-color: #222;*/
    background-color: #f1fdff;
    /*background-image: url(../../uploads/carbon-fibre.png);*/
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.navbar-default {
    background-color: transparent;
    border: 0px;
    padding: 25px 0px 5px;
}

.owl-carousel .owl-stage-outer {
    border-radius: 55px;
    border: 2px solid #fff;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

#slider {
    width: 100%;
    padding: 10px 0 30px;
}

.carousel {
    border-radius: 55px 55px 55px 55px;
    height: auto;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
    width: 100%;
    height: 500px;
    background-color: #777;
    border-radius: 55px 55px 55px 55px;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
    border-radius: 55px 55px 55px 55px;
    border: 2px solid #fff;
}

@media (min-width: 768px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}

@media (min-width: 450px) {
    .carousel {
        width: 100%;
        height: 100%;
    }
}

img {
    border-radius: 0px;
}

#container {
    background: #DDD;
    max-width: 1000px;
}

#images .item {
    width: 200px;
    float: left;
}

    #images .item img {
        display: block;
        width: 100%;
    }

button {
    font-size: 18px;
}

.main-heading h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: rockwell;
}

.main-heading h1 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
}
/*for sale css*/
#for-sale {
    width: 100%;
    /*background-color:#ee6317;*/
    background-color: blue;
    padding: 5px 0;
    float: left;
}

.sale {
    width: 100%;
    float: left;
    text-align: center;
    text-shadow: 2px 2px #333;
}

    .sale h2 {
        color: #fff;
        font-size: 30px;
        font-family: rockwell;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 6px;
    }


#ads-video {
    width: 100%;
    padding: 50px 0;
    float: left;
    /*background-color: #111;*/
    background-color: #f1fdff;
    /*background-image: url(../../uploads/carbon-fibre.png);*/
}

.ads-left {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

    .ads-left h2 {
        color: #FFF;
        text-align: center;
        font-size: 24px;
    }

.ads-right {
    float: left;
    padding: 20px 0;
    width: 100%;
}

    .ads-right h2 {
        color: #FFF;
        text-align: center;
        font-size: 24px;
    }

.ads {
    width: 100%;
    background-color: #ccc;
}

.left-img {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

    .left-img h2 {
        text-align: center;
        font-size: 28px;
        color: #333;
    }

        .left-img h2 span {
            text-align: center;
            font-size: 16px;
            color: #333;
            padding: 20px 0;
        }

.org-text {
    /*background-color:#ee6317;*/
    background-color: red;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

    .org-text h4 {
        color: #fff;
        font-size: 18px;
        text-align: center;
    }

.fotr-text {
    text-align: center;
}

    .fotr-text p {
        font-size: 16px;
        line-height: 30px;
        color: #333;
        padding: 30px 0;
    }


/*footer css*/
.social-icons {
    text-align: center;
    padding: 20px 0;
}

    .social-icons a {
        text-align: center;
        color: #fff;
        font-size: 35px;
        padding: 20px 0;
    }

    .social-icons i {
        width: 60px;
        padding-top: 10px;
        border-radius: 50%;
        border: 3px solid #fff;
        height: 60px;
    }

.fa-facebook {
    background-color: #4e71a8
}

.fa-twitter {
    background-color: #1cb7eb;
}

.fa-instagram {
    background-color: #444444;
}

.image-box {
    padding: 15px 0;
}

.footer {
    background-color: #f1fdff;
    padding: 20px 0;
    /*background-image: url(../../uploads/carbon-fibre.png);*/
}

    .footer p {
        color:gray;
        text-align: center;
        font-size: 16px;
    }

#main-slider {
    width: 100%;
    float: left;
}

#swipe img {
    width: 100%;
    margin: 15px 0;
}

#swipe {
    width: 100%;
    padding: 70px 0;
    float: left;
}

.map {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.rslides {
    border-radius: 55px;
    border: 2px solid #fff;
    padding: 0 50px;
    width: 80% !important;
    margin: 0 auto !important;
}

    .rslides img {
        border-radius: 55px;
    }
