@font-face
{
    font-family: cairoBold;    src: url(../fonts/Cairo-Bold.ttf);
}
@font-face
{
    font-family: cairoLight;    src: url(../fonts/Cairo-Light.ttf);
}
@font-face
{
    font-family: cairoRegular;    src: url(../fonts/Cairo-Regular.ttf);
}
html,
body
{
    overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
p,
a,
div,
span,
button,
form *
{
    font-family: cairoRegular;
}
a:hover
{
    text-decoration: none;
}
.green
{
    color: #00c853;
}
.background-green
{color: white !important;
    background-color: #00c853 !important;
}
.row
{
    padding: 10px 0;
}
.category-items .btn:hover,
.btn:hover,
.lower-about .btn:hover,
.btn:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info
{
    color: #00c853;
    border-color: #263238;
    background-color: #263238;
}
.bor-left
{margin-left: 5px;padding-left: 5px;    

    border-left: 1px solid white;
}
.btn-info
{
    border-color: #00c853;
}
.pulse:hover
{
    -webkit-animation-name: pulse;
            animation-name: pulse;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
@-webkit-keyframes pulse
{
    0%
    {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    50%
    {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
                transform: scale3d(1.05, 1.05, 1.05);
    }
    100%
    {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse
{
    0%
    {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    50%
    {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
                transform: scale3d(1.05, 1.05, 1.05);
    }
    100%
    {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
.nav .dropdown a:hover:after
{
    position: absolute;
    z-index: 999;
        background-color:transparent;

    right: 0;
    width: 40px;
    height: 5px;
    padding: 16px;
    content: '';
    border-bottom: 4px solid #00c853;
}
.dropdo.open a:hover{ background-color:transparent;
}
.grid
{
    position: relative;

    clear: both;

    margin: 0 auto;
    padding: 1em 0 4em;

    list-style: none;

    text-align: center;
}

/* Common style */
.grid figure
{
    position: relative;

    overflow: hidden;

    height: auto;
    max-height: 360px;

    cursor: pointer;
    text-align: center;
}

.grid figure img
{
    position: relative;

    display: block;

    max-width: 100%;
    min-height: 100%;

    opacity: .8;
}

.grid figure figcaption
{
    font-size: 1.25em;

    padding: 2em;

    text-transform: uppercase;

    color: #fff;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after
{
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a
{
    font-size: 0;

    z-index: 1000;

    white-space: nowrap;
    text-indent: 200%;

    opacity: 0;
}

.grid figure h2
{
    font-weight: 300;

    word-spacing: -.15em;
}

.grid figure h2 span
{
    font-weight: 800;
}

.grid figure h2,
.grid figure p
{
    margin: 0;
}

.grid figure p
{
    font-size: 68.5%;

    letter-spacing: 1px;
}

figure.effect-selena:hover
{
    background: #fff;
}

figure.effect-selena img
{
    -webkit-transition: -webkit-transform .35s;
            transition:         transform .35s;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;

    opacity: .95;
}

figure.effect-selena:hover img
{
    -webkit-transform: scale3d(.95,.95,1);
            transform: scale3d(.95,.95,1);
}

figure.effect-selena h2
{padding: 5px;

    -webkit-transition: -webkit-transform .35s;
            transition:         transform .35s;
    -webkit-transform: translate3d(0,20px,0);
            transform: translate3d(0,20px,0);

    color: #00c853;
    border-radius: 16px;
    background-color: rgba(255,255,255,.7);
}



figure.effect-selena:hover h2
{
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.figure-details
{padding: 7px;;

    background-color: white;
}
.contact-info
{
    background-color: #00c853;
}
.contact-info,
.contact-info a
{font-size: 13px;;

    color: white;
}
.navbar
{
    min-height: 100px;
}
.navbar-brand
{
    padding: 0;
}
.navbar-brand img
{width: 100%;
    max-height: 100px;
}
.nav.navbar-nav
{
    position: relative;
}
.navbar-toggle.collapsed,
.nav.navbar-nav
{
    top: 40px;
}
.navbar-toggle,
.navbar-toggle.collapsed
{
    background: #00c853;
}
.navbar-toggle span,
.navbar-toggle.collapsed span
{
    background: white;
}
.upper-about
{
    position: relative;height: 67vh;

    background-repeat: no-repeat;background-attachment: fixed;
    background-position: center;background-size: cover;
}
.upper-image .row
{
    padding: 0 !important;
}
.upper-image .carousel-inner,
.upper-image .item,
.upper-image img
{width: 100% !important;
    height: 500px !important;
}
.upper-about
{
    background-image: url('../images/pattern_home.jpeg');
}
.nav.navbar-nav a,
.pre-copyrights a
{font-size: 21px;

    color: black;
}
.nav > li > a:focus,
.nav > li > a:hover,
.nav > li .active,
.pre-copyrights li > a:focus,
.pre-copyrights li > a:hover,
.pre-copyrights li .active
{
    text-decoration: none;color: #00c853;background-color: transparent;
}
.nav > li > a:focus::after,
.nav > li > a:hover::after,
.nav > li .active::after,
.pre-copyrights li .active::after
{position: absolute;z-index: 999;width: 30px;height: 5px;
    padding: 5px;

    content: '';

    border-bottom: 4px solid #00c853;
}
.no-border::after
{
    content: '';border-bottom: none;
}
.rent
{
    position: absolute;top: 40%;right: 30%;width: 500px;
    height: 50px;background: rgba(255,255,255,.5);
    transform:translate(-25%,-25%) !important;
}
.rent button
{width: 150px;;margin-left: -4px;
    padding: 7px;color: black;border: none;
    border-radius: 0;border-top-left-radius: 6px;border-top-right-radius: 6px;background-color: white;
}
form input
{
    position: relative;

    width: 100%;
    height: 38px;

    border: none;
    border-radius: 7px;
}
.subscribe form button,
.category-items form button
{
    position: absolute;top: 0;left: 0;height: 38px;
    padding: 3px 16px;background-color: #00c853;
}
.rent form button
{
    position: absolute;
    top: 70%;
    left: 5px;background-color: #00c853;
}
.all-rent button
{
    background-color: #00c853;
}
/*.rent input,form input,.subscribe input{ height: 38px;border: none;position: relative;border-radius: 8px;*/
/*width:89%;}*/
/*.rent form button,.subscribe form button{ height: 38px;position: absolute;background-color: #00c853;left: 4px}*/
.well
{
    padding: 0;background: white;
}
.categories,
.owl-item
{
    background-color: #eaeaea;
}
.categories h2::after,
.featured h2::after,
.new h2::after,
.pre-copyrights h3::after,
.about h2::after
{
    position: absolute; z-index: 999;left: 48%;

    width: 30px; height: 5px;padding: 22px;

    content: '';border-bottom: 4px solid #00c853;
}
.categories img
{position: relative;

    padding: 20px 0;
}
.categories button
{position: absolute;
    top: 40%;right: 40%;color: white; 
    background-color: #00c853;
}
.featured,
.new
{
    overflow-y: hidden;
}
.owl-item-description
{
    padding: 15px;border-right: 5px solid #00c853;
}
.owl-carousel
{
    position: relative;
}
.owl-theme .owl-nav [class*=owl-]
{font-size: 150px;position: absolute;
    top: 0;left: 0; 

    display: inline-block; height: 100%;margin: 0 !important;
    padding: 55px 28px;cursor: pointer; 

    color: #fff;border-radius: 3px;background: rgba(255,255,255,.4);
}
.owl-prev
{
    display: none !important;
}
.subscribe
{padding: 25px;;

    background-color: #263238;
}
.subscribe p
{
    color: white;
}
/*.subscribe form button{left: 50px;padding-top: 5px;}*/
.pre-copyrights img
{
    padding-bottom: 20px;
}
.pre-copyrights ul
{
    display: inline-table;padding: 10px 0;
}
.pre-copyrights li
{
    padding: 10px;
}
#rent_carousel .carousel-inner,
.nearest
{
    border: 3px solid #00c853;
}
.all-rent
{
    padding: 5px; border: 3px solid #eaeaea;border-radius: 5px;
}
.rentDetails table,
.rent_description
{
    margin-top: 15px;
}
.rent_user
{
    position: relative;height: 280px; background-color: #00c853;
}
.rent_user,
.related
{
    border-top-right-radius: 16px;border-bottom-right-radius: 16px;
}
.rent_user ul
{
    position: absolute;top: 170px;color: white;
}
.rent_user img
{
    position: absolute;top: 0;
}
.related
{
    background-color: #eaeaea;
}
.related li
{
    position: relative;margin: 10px 0;
}
.related span
{
    position: absolute;top: 5px;left: 85px;padding: 3px;

    border-radius: 5px;background: white;
}
.about
{
    padding: 10px;;

    box-shadow: 0 0 10px 0 rgba(0,0,0,.12), 0 0 0 0 rgba(0,0,0,.24);
}
.about h2
{
    padding-bottom: 10px;
}
.about p
{
    line-height: 1.8;
}
.contact-details
{font-size: 18px;

    padding-top: 66px ;
}
.lower-about .btn,
.category-items .btn
{
    background-color: #00c853;
}
.nav-pills > li > a
{
    color: black;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover
{color: white;;
    background-color: #00c853;
}
.registration .btn-default
{
    width: 100%;background-color: #00c853;
}
.registration .nav > li > a:hover::after,.registration .nav > li > a:focus::after{
    content:unset !important;
}
.registration form input[type=checkbox]{width:unset; height:unset;}
.registration .btn-default:hover{ color:#00c853;background-color: #263238;}
footer
{margin-top: 5px;;

    border-top: 3px solid #00c853;
}
/*form{position: relative;}*/
/*form input{width: 100%}*/
/*form button{position: absolute;top: 0;left:0;height: 38px}*/
.category-items
{
    padding: 10px;background-color: #eaeaea;
}
.panel-default
{
    border-radius: 8px;
}
.panel-heading
{color: white !important;
    background-color: #00c853 !important;
}
@media (max-width:992px)
{
    .contact-info
    {
        text-align: center;
    }
    .nav.navbar-nav
    {
        position: inherit;
        z-index: 999;    padding-top: 50px;text-align: center;background: #00c853;
    }
    .nav.navbar-nav a
    {font-size: 14px;

        color: white;
    }
    .nav > li > a:focus,
    .nav > li > a:hover
    {
        text-decoration: none;background-color: #263238;
    }
    .nav > li > a:focus::after,
    .nav > li > a:hover::after,
    .nav > li .active::after
    {
        content: '';

        border: none;
    }
    .navbar-header
    {
        float: none;
    }
    .navbar-toggle
    {
        display: block;
    }
    .navbar-collapse
    {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    }
    .navbar-collapse.collapse
    {
        display: none!important;
    }
    .navbar-nav
    {
        float: none!important;

        margin: 7.5px -15px;
    }
    .navbar-nav > li
    {
        float: none;
    }
    .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in
    {
        display: block !important;
    }
    .nav.navbar-nav
    {
        position: inherit;
        z-index: 999;    padding-top: 50px;text-align: center;background: #00c853;
    }
    .nav.navbar-nav a
    {font-size: 14px;

        color: white;
    }
    .nav > li > a:focus,
    .nav > li > a:hover
    {
        text-decoration: none;background-color: #263238;
    }
    .nav > li > a:focus::after,
    .nav > li > a:hover::after,
    .nav > li .active::after
    {
        content: '';

        border: none;
    }
    .contact-info img
    {
        width: 28px;
    }
    .rent
    {
        position: relative;top: 250px;right: 0;width: auto;
    }
    .owl-theme .owl-nav [class*=owl-]
    {
        font-size: 50px;

        padding: 115px 5px;

        color: #fff;
    }
}
@media (min-width:992)
{
}
