/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */


html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

p, a {
    font-size: 14px;

}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Bitter', serif;
}

.container-fluid {
    margin: 0 auto;
    width: 960px;
}

/* Header */

header {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 500px;
    background: url('../img/realtypros-header.jpg')no-repeat center center;
}

header h1 {
    text-align: center;
    background: url('../img/realtypros-logo.png')no-repeat;
    text-indent: -99999px;
    margin: 20px auto;
    width: 172px;
    height: 200px;

}

.inner-header {
    width: 960px;
    margin: 0 auto;
    padding-top: 24px;
}

.inner-header h2, .inner-header .lead {
    width: 698px;
    color: #fff;
    margin: 0 auto;
}

.inner-header h2 {
    background: #9fd5c1;
    color: #FFFFFF;
    font-size: 36px;
    padding: 0 18px;
    text-align: center;
    text-transform: uppercase;
}

.inner-header .lead {
    background: #282828;
    padding: 18px;
    text-align: justify;
    margin-top: 10px;
    font-size: 14px;
}


/* Navigation Menu */

nav {
    width: 100%;
    height: 50px;
    margin-top: 4px;
    overflow: hidden;
    background: #282828;
}


nav .inner-nav {
    width: 960px;
    margin: 0 auto;
}

nav ul li {
    display: inline;
}

nav ul li a {
    padding: 18px 48px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .125s ease-in;
    -moz-transition: all .125s ease-in;
    -ms-transition: all .125s ease-in;
    -o-transition: all .125s ease-in;
    transition: all .125s ease-in;
}

nav ul li a.current {
    background: #7adbff;
    text-transform: uppercase;
    font-weight: bold;
}

nav ul li a:hover {
    background: #7aaaff;
}


/* CONTENT */

.container {
    margin: 0 auto;
    width: 960px;
}

.featured {
    margin-bottom: 80px;
}

.featured h1{
    text-align: center;
}

.featured ul {
    margin: 0;
    padding: 0;
}

.featured ul li {
    display: inline-block;
    width: 300px;
    margin: 0px;
    text-align: center;
}

.featured ul li div {
    margin: 0 auto;
    width: 244px;
    height: 264px;
}

.featured ul li div:hover {
    opacity: .8;
    -webkit-transition: all .125s ease-in;
    -moz-transition: all .125s ease-in;
    -ms-transition: all .125s ease-in;
    -o-transition: all .125s ease-in;
    transition: all .125s ease-in;
}

.readmore {
    padding: 6px 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #00c6ff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzAwYzZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjkwZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #00c6ff 5%, #0290d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#00c6ff), color-stop(100%,#0290d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00c6ff 5%,#0290d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00c6ff 5%,#0290d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00c6ff 5%,#0290d2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00c6ff 5%,#0290d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6ff', endColorstr='#0290d2',GradientType=0 ); /* IE6-8 */
}

.readmore:hover, .readmore-gray:hover {
    background: #00c6ff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzAwYzZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjViZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #00c6ff 5%, #025bd1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#00c6ff), color-stop(100%,#025bd1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00c6ff 5%,#025bd1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00c6ff 5%,#025bd1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00c6ff 5%,#025bd1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00c6ff 5%,#025bd1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6ff', endColorstr='#025bd1',GradientType=0 ); /* IE6-8 */

}

.readmore-gray {
    padding: 6px 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #c1c1c1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2MxYzFjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #c1c1c1 5%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#c1c1c1), color-stop(100%,#666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c1c1c1 5%,#666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c1c1c1 5%,#666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c1c1c1 5%,#666666 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c1c1c1 5%,#666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#666666',GradientType=0 ); /* IE6-8 */

}

.featured ul li.commercial-prop div {
    background: url('../img/boxes.png')no-repeat top left;
}

.featured ul li.downtown-rent div {
    background: url('../img/boxes.png')no-repeat -319px 0;
}

.featured ul li.central-rent div  {
    background: url('../img/boxes.png')no-repeat -638px 0;
}


/* Homepage ///About Us */

.left {
    float: left;
}

.right {
    float: right;
}

.about-us {
    width: 472px;
    position: relative;
}

.about-us h3, .about-us p {
    color: #b96d6d;
}


.for-sale {
    width: 460px;
    margin-left: 20px;
    float: right;
}

.wrapper {
    margin: 50px auto;
}



/* For Sale */

.for-sale .thumb {
    width: 184px;
    height: 150px;
    position: absolute;
}

.forsale-wrapper {
    margin-bottom: 32px;
    color: #b96d6d;
}


.text {
    width: 260px;
}

hr {
    clear: both;
    border: none;
}

/* FOOTER */

footer {
    height: 60px;
    width: 100%;
    background: #282828;
}

.copyright {
    width: 400px;
    color: #fff;
}

.copyright > p {
    margin: 0;
    padding: 20px 0;
}

.social-media.right > ul {
    margin: 0;
    padding: 6px;
}


.social-media ul li div, .social-media ul li  {
    display: inline-block;
}



.social-media ul li a div {
    width: 44px;
    height: 44px;
    text-indent: -999999px;
}

.social-media ul li.facebook {
    background: url('../img/social-media-logo.png')no-repeat top left;
}

.social-media ul li.google {
    background: url('../img/social-media-logo.png')no-repeat -48px 0;
}

.social-media ul li.twitter {
    background: url('../img/social-media-logo.png')no-repeat -96px 0;
}

/* ABOUT US PAGE */

.about-thumb {
    width: 440px;
    min-height: 240px;
    height: 100% auto;
}

/* SERVICES PAGE */

.services-thumb {
    width: 300px;
    min-height: 300px;
    height: 100% auto;
}

/* RENTALS PAGE */

.blue-button {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  background-image: -moz-linear-gradient( 90deg, rgb(0,156,255) 0%, rgb(6,138,214) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,156,255) 0%, rgb(6,138,214) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,156,255) 0%, rgb(6,138,214) 100%);
}
.blue-button:hover{
  background-image: -moz-linear-gradient( 90deg, rgb(50,206,255) 0%, rgb(6,138,214) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(50,206,255) 0%, rgb(6,138,214) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(50,156,205) 0%, rgb(6,138,214) 100%);
}

.blue-button.right {
    margin-top: 8px;
}

#rental-items {
    margin-top: 80px;
}

#rental-items ul li {
    display: inline-block;
    height: 284px;
    margin: 5px;
    width: 284px;
    cursor: pointer;
    text-align: center;
}

#rental-items ul li:hover {
    /*border-radius: 142px;*/
    overflow: hidden;
}

/* --- Container configuration ---------------------------------------------------------- */
.viewport {
    float: left;
    overflow: hidden;
    position: relative;
}

/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
   class to the last thumbnail in each row to get rid of the margin-right. */
.no-margin {
    margin-right: 0;
}

/* --- Link configuration that contains the image and label ----------------------------- */
.viewport a {
    display: block;
    position: relative;
}

.viewport a img {
    height: 250px;
    position: relative;
    width: 250px;
}

/* --- Label configuration -------------------------------------------------------------- */
.viewport a span {
    display: none;
    font-weight: bold;
    height: 100%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    border-radius: 142px;
}

.viewport a span p {
    padding-top: 100px;
    font-size: 18px;

}
.viewport a span em {
    display: block;
    font-size: 0.45em;
    font-weight: normal;
}

/* --- Dark hover background ------------------------------------------------------------ */
.dark-background {
    background-color: rgba(15, 15, 15, 0.6);
    color: #fff;
    text-shadow: #000 0px 0px 20px;
}

.dark-background em {
    color: #ccc;
}

/**
 * You could create multiple hover background classes for different looks depending on the
 * image type. Use your imagination!
 */


 /* CONTACT US */


.contact-details {
    width: 450px;
}

.contact-form {
    background-color: #181919;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px;
    margin: 0 0 5px;
    width: 95.5%;
    color: #fff;
    border: none;
    font-size: 14px;
}

 form input {
 }

 form textarea {
    height: 130px;
    resize: none;
 }

 form button {
    background-color: #009ED8;
    cursor: pointer;
    float: right;
    color: #fff;
    margin: 0 0 0 10px;
    padding: 6px 16px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
 }


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}