@charset "utf-8";

/* CSS Document */


/****************************STRUCTURAL STYLES IN ORDER OF APPEARANCE***************************/

body {
    background: url(../img/btile.png) left top;
    padding-top: 40px;
    padding-bottom: 40px;
}
#home_wrapper {
    background: url(../img/rotsonbuild.jpg) center top no-repeat;
    /*-webkit-background-size:100%;
	-moz-background-size:100%;
	background-size:100%;*/
}

/* @media (max-width: 1300px) {
#home_wrapper { background:url(../img/rotsonbuild940.jpg) center top no-repeat; }
} */

.rera h3,
.rera h4 {
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}
.rera {
    padding-top: 15px;
}
.rs_content {
    font-family: 'SourceSansProRegular';
    font-weight: normal;
    padding: 45px 0px;
}
#home_title {
    height: 215px;
}
#intro_text {
    padding: 0px 10px;
    margin-bottom: 10px;
}
#rs_thumbs {
    padding-top: 45px;
}
#rs_thumbs p {
    padding: 5px;
    line-height: 18px;
}

/****************************SPECIFIC ITEMS STYLES IN ORDER OF APPEARANCE***************************/

#rs_logo {
    padding: 30px 0px;
}
#rs_logo a {
    display: block;
}
#rs_navbar {
    font-family: 'SourceSansProSemibold';
    text-transform: uppercase;
}
#rs_navbar img {
    margin-right: 6px;
}
#footer {
    font-family: 'SourceSansProRegular';
    font-weight: normal;
}
#rs_vid {
    background: url(../img/videoback.png) no-repeat center top;
    padding-top: 45px;
    margin-bottom: 45px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#description_text {
    padding: 10px;
}
#rs_vid a {
    padding: 0 10px;
}
#rs_social {
    padding-top: 45px;
}
#rs_social ul {
    list-style: none;
    float: left;
    margin: 0px;
    padding-left: 5px;
}
#rs_social li {
    float: left
}
#rs_social li a {
    margin-right: 20px;
}
#copyright p {
    float: right;
    font-size: 12px;
    text-align: right;
    padding-right: 15px;
    line-height: 18px;
}
#copyright a {
    color: #ea8f00;
}
