/* rosedale Header section */

.rosedale-home-header{
	background:url(../images/rosedale-header-bg.jpg) center;
	background-size:cover;
	height:1080px;
}
.navbar {
	background:none;
    border: medium none;
    border-radius: 0;
    padding-top:20px;
	padding-bottom:20px;
}
.navbar-right{
	padding-top:45px;
}
.navbar-right li {
    padding-bottom: 0;
	padding-left:5px;
}
.navbar .navbar-right li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 0px;
	padding-top: 20px;
	text-transform:uppercase;
}
.navbar .navbar-right li a:hover {
    color: none;
    background: none;
}
.navbar-brand  {
	padding:0px;
}
.navbar-brand > img {
    margin-left: 20px;
    margin-top: 20px;
}
.rosedale-heading-text{
	padding-top:220px;
}
.rosedale-heading-text2{
	padding-top:70px;
}
.rosedale-heading-text h1 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size:60px;
    font-weight:700;
    margin-bottom: 45px;
	margin-top:30px;
	line-height:1.2;
	text-transform:uppercase;
	text-align:center;
}
.rosedale-heading-text h2{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size:60px;
    font-weight:700;
    margin-bottom: 85px;
	margin-top:30px;
	line-height:1.2;
	text-transform:uppercase;
	text-align:center;
}
.rosedale-heading-text2 h2{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size:60px;
    font-weight:700;
	width:78%;
	display:block;
	margin:0px auto;
    margin-bottom: 85px;
	margin-top:30px;
	line-height:1.2;
	text-transform:uppercase;
	text-align:center;
	border:2px solid #75706d;
	padding:20px 50px;
}
.rosedale-heading-text p{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size:30px;
    font-weight:300;
    margin-bottom: 60px;
	text-align:center;
}
.rosedale-heading-text button {
    background:url(../images/rosedale-btn-bg.png) repeat-x;
	height:107px;
	width:auto;
	border:none;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 50px;
    margin-top: 10px;
	margin:0px auto;
	display:block;
	padding-left:30px;
	padding-right:30px;
}
a:hover:hover {
    text-decoration: none;
}

/* rosedale Text section */

.rosedale-text-section{
	padding-top:120px;
	padding-bottom:80px;
}
.rosedale-text-paragraph p{
    color: #323236;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 27px;
	line-height:1.8;
	text-align:center;
}

/* rosedale article section */

.rosedale-article-section{
}
.rosedale-junk-section{
	padding-top:100px;
	padding-bottom:30px;
}
.rosedale-article-text{
	padding-bottom:70px;
}
.rosedale-article-text h2{
    color: #454545;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 50px;
	padding-bottom:25px;
	text-align:center;
}
.rosedale-article-text p{
    color: #323236;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 27px;
	line-height:1.8;
	text-align:center;
}
.rosedale-article-bg{
	background:#55a0de;
	height:80px;
	margin-top:30px;
	margin-bottom:-40px;
}
.rosedale-article-bg2{
	background:#55a0de;
	height:80px;
	margin-top:30px;
	margin-bottom:-70px;
}
.rosedale-article-bg3{
	background:#55a0de;
	height:80px;
	margin-top:160px;
}
/* rosedale Footer section */

.rosedale-footer-section {
  background: #313236 none repeat scroll 0 0;
  padding-bottom: 35px;
  padding-top: 77px;
}
.rosedale-footer-section2 {
  background: #202122 none repeat scroll 0 0;
  padding-bottom: 35px;
  padding-top: 77px;
}
.rosedale-footer-text p{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:20px;
	padding-top:15px;
	text-align:center;
}

/* Contact Us Page */

.rosedale-contact-section {
    padding-top: 80px;
	padding-bottom:40px;
}
.rosedale-contact-form input {
    background:#f7f7f7;
    height: 50px;
	border:none;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    border-radius:0px;
}
.rosedale-contact-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.rosedale-contact-form input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.rosedale-contact-form input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.rosedale-contact-form input:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.rosedale-contact-form-btn {
    background: #1a1a1a;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    font-weight: 700;
    padding: 20px 50px;
    text-transform: uppercase;
    margin-top: 35px;
    display: block;
    border-radius:50px;
    margin: 0px auto;
    margin-top: 50px;
	border:none;
}
.rosedale-contact-form-btn:hover {
    background: #1b1010;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    font-weight: 700;
    padding: 20px 50px;
    text-transform: uppercase;
    margin-top: 35px;
    display: block;
    border-radius:50px;
    margin: 0px auto;
    margin-top: 50px;
	border:none;
}