/* Dont Delete Minified Css */
a.pull-right.menu-toggle{position:absolute;right:0;top:0}.mobile-menu ul.nav{margin:4em 0}span.power{font-size:12px;display:inline-block;float:right}img.img-responsive.roya-copy{display:inline-block;max-width:100px; margin-left: 5px; margin-top: 3px;}.login-wrp,li.login a:first-child{display:none}.footer-copy{font-size:12px;color:#ccc;border-top:1px solid rgba(204,204,204,.3);padding-top:1em}.login-wrp{width:auto}li.login{background:0 0!important;color:transparent!important}li.login .login-wrp a{display:block}.mobiwrp{position:absolute;left:-12em;top:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;opacity:1}a.mobilink{color:#7ac4dc !important;font-size:2.5em;margin:0 20px 0 0}div#spanbar{width:60px;height:45px}.logomaker img{max-width:250px;float:none;margin:0 auto 2em}@media only screen and (max-width:767px){div.btn-nav{right:0}}

/* Start Your Codes Here */

/* General */
body {
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
}
body a {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-family: 'Poppins', sans-serif;
	text-decoration: none !Important;
}

body .main-content a {
    color: #4999b4;
	text-decoration: none !Important;
}

body p {
	color: #41413f;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
    background: #1c71b9 !Important;
    border: solid 1px #ffffff !important;
    color: #FFF;
}

.btn:not(.btn-social).btn-primary:hover, .login .btn-login:hover, .registerBox .btn-register:hover, .login .btn-resetPassword:hover {
    background: transparent !Important;
    border: solid 1px #1c71b9 !important;
    color: #1c71b9 !important;
    letter-spacing: 3px;
}

.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
    background: #4793ad !Important;
    letter-spacing: 1px !important;
    border-radius: 0px !important;
    min-height: 50px;
    padding: 0;
    border: 0px !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px !important;
}

.btn:not(.btn-social).btn-primary:hover, .login .btn-login:hover, .registerBox .btn-register:hover, .login .btn-resetPassword:hover {
	letter-spacing: 2px !Important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Poppins', sans-serif;
}

/* Header */

div#bc-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.info-email {
    padding-right: 20px;
}

div#bc-left div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#bc-left a.btn.btn-primary.loginWidgetLoginButton {
    background: transparent !important;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	color: #fff !important;
    border-color: transparent !important;
}

#bc-left li ul li a {
    color: #333 !important;
}


.site-header ul {
    padding: 0;
    margin: 0;
}

li.dropdown.userInfo {
    background: none;
    list-style: none;
}

.menuBlock div {
    padding: 0;
}

.menuBlock {
    padding: 0;
}

.headRight {
    padding: 0;
}

.breadtop {
    background: #4999b4;
    padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.site-header .social-icons li {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    border: 0px !important;
    background: transparent !important;
    float: right;
}

.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 35px;
}

.info-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 35px;
}

.social-inner-wrap li a {
    padding: 5px 10px !important;
}

div.site-header .menu-wrap {
    padding: 0 !important;
}

.menu-wrap #bigNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.breadtop a {
    color: #fff !important;
}

.social-inner-wrap li a:hover {
    background: transparent !important;
}

.phone-info:before {
    content: '|';
    color: #fff;
    position: relative;
    left: -10px;
}

.phone-info {
	letter-spacing: .5px;
}

.phone-info span.span-5 {
    color: #fff;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.phone-info a {
    padding-left: 2px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/* Menu */

.menu-wrap #bigNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100px;
}


.menu-logo-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.site-header .menu-wrap a {
    padding: 25px 10px;
}

/* Home Featured */

.featured-banner {
    min-height: 800px;
    padding: 0;
}

.banner-slider .carousel-control {
    display: none;
}

.banner-slider {
    padding: 0;
}

div#homebnr1 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-8fe22f17-17a1-4f35-86ff-9fe37140a3f2/Asset/banner_temp.jpg);
    background-size: cover;
}

.searchbox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9em;
	background: rgba(0, 0, 0, 0.5);
	padding: 50px 0;
	z-index: 1;
}

.search-bar {
    max-width: 1300px;
    float: none;
    margin: 0 auto;
    padding: 0 1.5em;
}

.search-bar input {
    min-height: 60px;
}

.search-bar select {
    min-height: 60px;
}

.modal-dialog.animated {
    top: 20% !important;
}

.success-wrp h5 {
    margin-top: 2em;
    font-size: 38px !important;
}

/* Homepage Section */

	/* ----------------- featured-properties ---------------- */
#mySlider .carousel-control {
    display: none;
}

.idx-photo-wrp {
    min-height: 400px;
    background-size: cover !important;
	background-position: center center !important;
}


	/* ----------------- Section 1 ---------------- */

#ry-sec1 .ry-right-wrp {
    margin-top: -8em;
}

#ry-sec1 .ry-sec-full {
    margin: 8em 0 0;
}

div#ry-sec1 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-8fe22f17-17a1-4f35-86ff-9fe37140a3f2/Asset/Sec1_bg.png) no-repeat;
    background-size: cover;
    background-position: 100% 100px;
    padding: 5em 0 18em;
}

.imgfloat {
    max-width: 75px;
    float: left;
}

.ctabox a {
    font-size: 22px !important;
    padding: 10px;
    vertical-align: middle;
    display: table;
}

.ctabox {
    background: #fdfdfd;
    min-height: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.ctabox:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

div#box2 {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

#ry-sec1 .ry-right-wrp img {
    max-width: 580px;
    float: none;
    margin: 0 auto;
}

/* --------------------- Section 2 ------------------------ */

.copies {
    background: #62b9d6;
    min-height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#ry-sec2 .ry-copy {
    max-width: 600px;
    padding: 0 25px;
}

#ry-sec2 p {
    color: #fff;
    font-size: 22px;
	line-height: 42px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}

#ry-sec2 a {
    color: #fff;
	border-color: #fff;
}

.frames {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
}

.frame-wrp iframe {
    width: 55vw;
    margin-top: -40em;
}

div#ry-sec2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: -6em;
}

.data-title a:before {
    content: '\f067';
    font-family: fontAwesome;
    margin-right: 10px;
    color: #4a99b4;
    font-size: 12px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.active-panel a:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    content: '\f068';
}

.linkwrp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

a.box-link {
    width: 100%;
    height: 100%;
}

/* ---------------- Section 3 --------------------*/
#ry-sec3 .ry-copy {
    max-width: 920px;
    float: none;
    margin: -1em auto 4em;
    padding: 0 1.5em;
}

.data-title a {
    font-size: 15px;
    color: #6d695f !important;
    font-weight: 400;
    background: #f5f3f0;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.data-title h5 {
    margin: 5px 0;
}

.data-desc {
    background: rgba(245, 243, 241, 0.37);
    margin-top: -5px;
    padding: 2em;
}

.bottom-copy {
    margin-top: 5em;
}

.bottom-copy a {
    color: #41413f !important;
    font-weight: 600;
    font-size: 16px;
}

.bottom-copy a:after {
    content: '\f0da';
    font-family: fontAwesome;
    margin-left: 10px;
}

/* ----------------- Section 4 ----------------- */

div#ry-sec4 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-8fe22f17-17a1-4f35-86ff-9fe37140a3f2/Asset/Featured_com_bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 10em 0 10em;
}

#ry-sec4 h3 {
    color: #42413f;
}

#ry-sec4 .ry-title {
    margin: 5em 0 2em;
}

#ry-sec4 .ry-copy {
    max-width: 855px;
    float: none;
    margin: 0 auto 4em;
}

.ry-copy.com-copy {
    max-width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em 1.5em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.ry-copy.com-copy h4, .ry-copy.com-copy h4 a {
    color: #4999b4 !important;
    font-size: 22px !important;
    font-weight: 400;
	margin-bottom: 0;
	text-decoration: none !Important;
}

.com-copy a {
    color: #41413f !important;
}

a.crt:after {
    content: '\f0da';
    font-family: fontAwesome;
    margin-left: 10px;
}

.ry-copy.com-copy:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2%;
    background: url(https://www.royacdn.com/unsafe/smart/Site-8fe22f17-17a1-4f35-86ff-9fe37140a3f2/Asset/com_shadow.png) center center no-repeat;
    height: 103px;
}

/* --------------------- Section5 ---------------------> */
div#ry-sec5 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-8fe22f17-17a1-4f35-86ff-9fe37140a3f2/Asset/FP_bg.jpg) center center no-repeat;
    padding: 7em 0 12em;
	background-size: cover;
}

#ry-sec5 h3 {
    color: #fff;
}

#ry-sec5 h2 {
    color: rgba(255, 255, 255, 0.2);
}

.property-slider {
    padding: 2em 0 0;
}

.idx-content-wrp {
    max-width: 560px;
    float: right;
    padding: 0 1em;
}

#mySlider ol.carousel-indicators {
    bottom: -7em !important;
    color: #fff;
}

.info-street a {
    color: #fff !important;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1px;
}

.info-city {
    color: #fff;
    font-size: 20px;
    line-height: 0;
    margin: 10px 0 20px;
}

.info-price {
    text-align: right;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}

.prop-info-blk {
    width: auto !important;
    float: right;
}

.infos-wrp {
    width: auto !important;
    margin: 0 5px;
    color: #b8ecf3;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.info-btn {
    float: right;
	margin-top: 2em;
}

.info-btn a {
    color: #fff !important;
}

.prop-content {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 20px;
}

.idx-desc p {
	color: #fff;
}

#ry-sec5 .carousel-indicators li {
    border-color: #fff;
}

#ry-sec5 .carousel-indicators .active {
	background-color: #fff !important;
}

/* ------------------ Section 6 ------------------------ */
div#ry-sec6 {
	background: url(https://www.royacdn.com/unsafe/smart/Site-8fe22f17-17a1-4f35-86ff-9fe37140a3f2/Asset/ClientReviews_bg.jpg) 90% 100% no-repeat;
    padding: 8em 0 18em;
    background-size: cover;
}

#ry-sec6 h3 {
    color: #41413f;
}

#ry-sec6 .ry-title {
    margin: 5em 0 1em;
}

#ry-sec6 .ry-container {
    max-width: 80%;
}

.revwrp {
    float: right;
    position: relative;
    left: 0;
    top: 3em;
    padding: 0;
    width: 100%;
    max-width: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.rev-copy {
    max-width: 420px;
    float: none;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}

.revSlider {
    min-height: 200px;
}

.revwrp .revSlider .carousel-control {
    background: #fff;
    color: #41413f !Important;
	font-size: 2em;
	border-radius: 50%;
	width: 20px;
    height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.revwrp .revSlider .carousel-control:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #6abdd7 !Important;
}

.revSlider .left:before {
    content: '\f104';
    font-family: fontAwesome;
}

.revSlider .right:before {
    content: '\f105';
    font-family: fontAwesome;
}

.revSlider a.carousel-control {
    top: 15%;
    -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
            transform: scale(.6);
}

.revSlider a.carousel-control.left {
    left: 10%;
}

.revSlider a.carousel-control.right {
    right: 10%;
}

/* Footer */
.ry-footer-head h3 {
    color: #4999b4;
    font-size: 25px !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.ry-footer-wrapper .ry-content.copy p {
    font-size: 18px;
    line-height: 26px;
}

.ry-content.copy span.span-2 {
    line-height: 26px;
}

.ry-content.copy span {
    line-height: 45px;
}

.ry-content.copy a {
    font-size: 18px;
}

.ry-content.copy a {
    font-size: 18px;
    color: #41413f;
}

.ry-footer-wrapper .social-icons li {
    border: 0px !important;
    background: transparent !important;
}

.ry-footer-wrapper .social-icons li a:hover {
    color: #6fbdd9;
}

.inputWrp input, .inputWrp textarea {
    padding: 20px 10px;
    border: 1px solid rgba(65, 65, 63, 0.5) !important;
	border-radius: 0px !Important;
}

.inputWrp .form-group {
    margin: 0 5px 10px;
}

.formButton {
    text-align: center;
}

.map-widget.mapFooter {
    max-width: 350px;
    max-height: 320px;
    overflow: hidden;
    margin: 1em 0 4em;
}

.social-copy {
    color: #41413f;
    font-size: 18px;
    font-weight: 500;
}

.ry-footer-wrapper .social-inner-wrap {
	font-size: 18px;
}

.formButton button {
    background: transparent;
    border: 0px;
    color: #666;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.formButton button:hover {
    letter-spacing: 0;
}

div#powerWrp p {
    color: #fff;
    font-size: 16px;
}

.broker-logo img {
    max-width: 350px;
    float: none;
    margin: 0 auto;
}

.topinfo-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.info {
	width: auto !important;
}

/* Default */

div.ry-header-container {
		float: none;
		margin: 0 auto;
		padding: 0 2em;
		-webkit-transition: all 0.8s ease;
		-o-transition: all 0.8s ease;
		transition: all 0.8s ease;
}

.search-bar input::-webkit-input-placeholder, .search-bar input::-moz-input-placeholder {
    color: #a3bbbe !important;
    letter-spacing: 1px !important;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
}

.search-bar select {
    color: #a3bbbe !important;
    letter-spacing: 1px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    text-transform: capitalize !important;
	min-height: 60px !important;
}

.form-group select#_1_bed{
	min-height: 60px !important;
}
.cmsForm.search-bar .form-group {
    min-height: 60px !important;
	height: 60px;
}

select#Any_Price.form-control {
    min-height: 60px !important;
	height: 60px !important
}

.ry-title h2 {
    color: #edf5f6;
    text-transform: uppercase;
    font-size: 69px !important;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

.ry-title h3 {
    color: #4999b4;
    font-size: 30px !important;
    font-weight: 600;
    margin: -1em 0 0;
	letter-spacing: 1px;
}

.ry-title {
    margin: 5em 0 3em;
}

a.ry-btn {
    color: #69bad5;
    border: 1px solid #69bad5;
    padding: 20px;
}

.info-price {
    text-align: right;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}

.broker-copy h6 {
    color: #959595;
    font-size: 11px !important;
	font-family: 'Lato', sans-serif;
}

.broker-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100px;
}

/* Menu Hover */
.site-header .menu-wrap a:hover {
    color: #bbb08f;
}

.menu-wrap li {
    position: relative;
}

.menu-wrap li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #bab08f;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.menu-wrap li:hover::before {
    width: 100%;
}

li.sitelogo:before {
    display: none;
}



/* Media Query */


@media only screen and (min-width: 992px) {
	.sb-logo {
		width: 12%;
	}
	
	div#ry-footer-top {
		background-attachment: fixed !important;
	}

	.menuBlock {
	width: 88%;
	}
	
	.phone-info {
		width: 20%;
		float: right;
	}

	.social-info {
		width: 80%;
	}
	
	#ry-sec1 .ry-copy {
		max-width: 520px;
	}
	
	.frame-wrp iframe {
		min-height: 620px;
	}
	
	.ry-fullwrp {
		overflow: hidden;
	}

	.ry-fullwrp h2 {
		position: relative;
		top: -3em;
		opacity: 0;
		-webkit-transition: all 2s cubic-bezier(0.07, -0.18, 0.66, 1.57);
		-o-transition: all 2s cubic-bezier(0.07, -0.18, 0.66, 1.57);
		transition: all 2s cubic-bezier(0.07, -0.18, 0.66, 1.57);
	}
	
	.ry-fullwrp h3 {
		position: relative;
		bottom: -3em;
		opacity: 0;
		-webkit-transition: all 2s cubic-bezier(0.07, -0.18, 0.66, 1.57);
		-o-transition: all 2s cubic-bezier(0.07, -0.18, 0.66, 1.57);
		transition: all 2s cubic-bezier(0.07, -0.18, 0.66, 1.57);
	}
	
	.hovered h2 {
		top: 0;
		opacity: 1;
	}
	
	.hovered h3 {
		bottom: 0;
		opacity: 1;
	}
	
	div#fblocks1 {
		padding-left: 4em;
	}
	
	.ry-footer-wrapper .social-inner-wrap {
		margin-left: -20px;
		font-size: 18px;
	}
	
	.broker-rights {
		padding-left: 3em;
	}
	
	.revBox .ry-copy {
		padding-left: 10px;
	}
	
	div#idx h2 {
		top: auto;
		opacity: 1;
	}
}

@media only screen and (min-width: 1200px) {	
	div.ry-header-container {
		max-width: 1750px;
	}
	
	.frame-wrp iframe {
		min-height: 620px;
	}
	
	#ry-sec2 .ry-copy {
		max-width: 32vw;
	}
}

@media only screen and (min-width: 1999px) {
	.frame-wrp iframe {
		min-height: 800px;
	}	
}

@media only screen and (max-width: 1199px) {
	.copies {
		padding: 0 0 6em 0;
	}
}

@media only screen and (max-width: 991px) {
	.breadtop {
		padding: 40px;
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	
	div.Featured-video {
		padding: 0;
		height: 700px;
		position: relative;
		overflow: hidden;
		top: 13em;
		width: 100%;
	}
	
	div.searchbox {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -13em;
		background: rgba(0, 0, 0, 0.5);
		padding: 50px 0;
	}
	
	div.mobiwrp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	div#ry-sec5 {
		padding: 5em 0 8em !important;
	}
	
	li.dropdown.userInfo {
		list-style: none;
	}

	div#ry-footer-top .ry-left-wrp {
		width: 100%;
		border: 0px;
	}

	div#ry-footer-top .ry-left-wrp img {
		max-width: 300px;
		float: none;
		margin: 0 auto;
	}
	
	div#def-footer-top .ry-right-wrp p {
		padding: 1em;
		font-size: 16px;
		line-height: 30px;
	}
	
	div#fblocks1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}

	.ry-footer-blocks {
		max-width: 600px;
		float: none;
		margin: 0 auto;
		clear: both;
	}
	
	.ry-copy.broker-copy {
		max-width: 600px;
		float: none;
		margin: 0 auto;
	}

	.btn-nav {
		margin-top: 15px;
		-webkit-transform: scale(1.1);
		    -ms-transform: scale(1.1);
		        transform: scale(1.1);
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}

	div.headwrp {
		padding: 0;
		min-height: 100px;
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}

	div.ry-header-wrapper {
	   position: fixed;
	   z-index: 999;
	}

	li.sitelogo {
		display: none;
	}

	.smaller .breadtop {
		padding: 10px;
		margin-bottom: 15px;
	}

	.smaller .btn-nav {
		margin-top: 3em;
		-webkit-transform: scale(1.25);
		    -ms-transform: scale(1.25);
		        transform: scale(1.25);
	}

	.site-header.bg-nav {
		border-bottom: 4px solid transparent;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.site-header.bg-nav {
		border-bottom: 4px solid transparent;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}	
	
	#ry-sec1 .ry-right-wrp {
		margin-top: 0;
	}


	div#ry-sec1 {
		padding: 10em 0 8em !important;
	}

	.ctabox {
		margin: 10px 0;
	}


	div.copies {
		min-height: auto;
		padding: 5em 0;
	}

	.sec-blocks {
		max-width: 600px;
		float: none;
		margin: 2em auto;
	}

	div#ry-sec2 {
		margin-top: 0;
	}

	.frame-wrp iframe {
		margin-top: 0;
		max-width: 600px;
		width: 100vw;
	}

	div.ry-fullwrp {
		padding: 2em 10px !Important;
	}

	.data-title a {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	div#ry-sec4 {
		padding: 2em 0;
		background-attachment: initial;
	}

	#ry-sec4 .ry-copy {
		max-width: 100%;
	}

	.combox {
		max-width: 300px;
	}
	
	div.ry-container {
		max-width: 700px;
	}
	
	.idx-photo-wrp {
	   min-height: 300px;
	}

	.prop-info-wrp {
		padding: 1em 0;
	}

	div.info-price {
		text-align: center;
	}

	.prop-info-blk {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100% !Important;
	}

	.infos-wrp {
		width: 100% !important;
		padding: 10px 0;
	}

	.info-btn, .info-btn div {
		float: none;
		text-align: center !important;
	}
	
	div#powerWrp p {
		display: block;
		font-size: 12px;
	}

	div#bottomWrp {
		display: block !important;
	}
	
	div#fblocks2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.logo-wrp img {
		max-width: 290px;
	}

	.site-header.bg-nav {
		border-bottom: 4px solid transparent;
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}

	.smaller .site-header.bg-nav {
		border-bottom: 4px solid #4893ad;
	}
	
	#ry-sec6 .ry-container {
		max-width: 100%;
	}
	
	div.revwrp {
		max-width: 800px !important;
	}
	
	div.idx-content-wrp {
		max-width: 100%;
		float: none;
		margin: 0 auto;
	}
	
	div#def-footer {
		margin-bottom: -5px;
	}
	
	/* Codes Added 01/04/18 */
	
	div#idx .ry-left-wrp {
		padding-right: 0 !important;
	}
	
	div#idx .ry-right-wrp {
		margin-top: 2em;
		padding-left: 0 !important;
	}
	
	div#col ul {
		column-count: 1;
	}
}

@media only screen and (max-width: 767px) {
	.combox {
		max-width: 300px;
		float: none;
		margin: 0 auto;
	}
	
	div.banner-slider {
		margin-bottom: -7em;
	}
	
	.pg-video-wrp iframe {
		width: 100%;
		height: auto;
	}
	
	div.info-city {
		line-height: 1;
	}
	
	div.ry-container {
		max-width: 100%;
		-webkit-transform: scale(.95);
		    -ms-transform: scale(.95);
		        transform: scale(.95);
		padding: 0;
	}

	div.headwrp {
		height: 80px;
		min-height: 80px;
	}
	
	.revSlider a.carousel-control.left {
		left: 0;
	}

	.revSlider a.carousel-control.right {
		right: 0;
	}

	#ry-sec6 .ry-container {
		max-width: 100%;
		padding: 0;
	}

	div.revwrp {
	   max-width: 100%;
	}

	#ry-sec6 .carousel-inner {
		max-width: 80%;
		float: none;
		margin: 0 auto;
	}

	.ry-copy.rev-copy {
		font-size: 14px;
	}

	div.revSlider {
		min-height: 300px;
	}

	div#ry-sec6 {
		padding: 5em 0;
		background-position: 75% 100%;
	}
	
	div.featured-banner {
		height: 500px !important;
		min-height: 500px;
	}

	div#topSearch {
		position: relative;
		background: rgba(65, 65, 63, 0.9);
		max-width: 80%;
		float: none;
		margin: 0 auto;
		padding-top: 3em;
		clear: both;
		top: -7.5em;
	}

	div#topSearch:before {
		content: 'Start Your Search';
		color: #fff;
		font-size: 24px;
		position: relative;
		top: -10px;
	}
	
	div#ry-sec1 {
		padding: 0 !important;
	}
	
	div.copies {
		min-height: auto;
		padding: 5em 0;
		margin: 0 auto;
		-webkit-transform: scale(.9);
		    -ms-transform: scale(.9);
		        transform: scale(.9);
		overflow: hidden;
	}
	
	#ry-sec2 p {
		font-size: 16px;
		line-height: 36px;
	}
	
	.ry-title h2 {
		font-size: 45px !important;
	}

	.ry-title h3 {
		font-size: 24px !important;
	}
	
	.frame-wrp iframe {
		min-height: 350px;
		max-height: 350px;
	}
	
	div#powerWrp p {
		display: inline-block !important;
		max-width: 450px;
		padding: 0 10px;
	}
	
	div#def-footer-top {
		margin-top: -40vw;
	}

}

@media only screen and (max-width: 499px) {
	.smaller .btn-nav {
		margin-top: 2em;
		-webkit-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(.8);
	}
	
	.ry-title h2 {
		font-size: 32px !important;
	}
}

/* Inside Pages Design */
.pg-center-photo img {
    max-width: 500px;
    float: none;
    margin: 1em auto;
}

.pg-video-wrp {
    margin: 1em 0 0;
}

.pg-sub-title {
    background: rgba(183, 173, 141, 0.7);
    padding: 5px 5px 5px 20px;
    border-radius: 0;
    margin: 2em 0;
}

.pg-sub-title h3 {
    color: #ffffff;
    text-shadow: 0px -4px 5px rgba(0, 0, 0, 0.3);
    opacity: 1;
    bottom: 0;
    letter-spacing: 1px;
}

#pg-wrp .ry-copy li {
    padding: 0;
    color: #b7ad8d;
    font-size: 15px;
}

.bnr-wrp {
	height: 45em !Important;
	background-size: cover !Important;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(80, 153, 179, 0.3);
	        box-shadow: 0px 4px 10px 0px rgba(80, 153, 179, 0.3);
}

#bnr1 {
	background: url('https://www.royacdn.com/unsafe/smart/Site-8fe22f17-17a1-4f35-86ff-9fe37140a3f2/inside_banners/insidepage_banner_A.jpg') center center no-repeat;
}
#bnr2 {
	background: url('https://www.royacdn.com/unsafe/smart/Site-8fe22f17-17a1-4f35-86ff-9fe37140a3f2/inside_banners/insidepage_banner_B.jpg') center center no-repeat;
}
#bnr3 {
	background: url('https://www.royacdn.com/unsafe/smart/Site-8fe22f17-17a1-4f35-86ff-9fe37140a3f2/inside_banners/insidepage_banner_C.jpg') center center no-repeat;
}
#bnr4 {
	background: url('https://www.royacdn.com/unsafe/smart/Site-8fe22f17-17a1-4f35-86ff-9fe37140a3f2/inside_banners/insidepage_banner_D.jpg') center center no-repeat;
}
#bnr5 {
	background: url('https://www.royacdn.com/unsafe/smart/Site-8fe22f17-17a1-4f35-86ff-9fe37140a3f2/inside_banners/insidepage_banner_E.jpg') center center no-repeat;
}

.bnr-title h1 {
    color: rgb(238, 245, 246);
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-size: 55px !important;
    margin: 0;
    line-height: 0;
    font-weight: 700;
    letter-spacing: 10px;
}

.bnr-title h1 {
    color: #fff;
    text-shadow: 0 7px 20px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-size: 55px !important;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 10px;
}

#def-footer-top h2 {
    z-index: 0;
    color: rgba(186, 177, 147, 0.3);
}

 body #def-footer-top p {
    font-size: 24px;
    line-height: 40px;
    color: #41413f;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

#def-footer-top .ry-right-wrp p {
    padding: 2em;
    font-size: 26px;
    line-height: 45px;
}

.revBox .ry-copy {
    padding-left: 0;
    color: #41413f;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.pg-rev-head {
    padding: 1em 0 2em;
    text-align: center;
}

.revBox {
    border-bottom: 4px solid #f0f0f0;
    margin-bottom: 3em;
    padding-bottom: 3em;
}

.revBox h5 {
    color: #b5ab8a;
    float: right;
}

.revBox h5:before {
    content: '~';
    position: relative;
    top: 20px;
    left: -15px;
}

#def-footer-top a {
    color: #b5ab8a;
    border: 1px solid #b5ab8a;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 18px;
    letter-spacing: 2px;
}

#def-footer-top a:hover {
    background: #fff;
    letter-spacing: 3px;
    border-color: #f0f0f0;
}

div.bg-gray {
    background: #ffffff !important;
	padding: 3em 0 0;
}

div.bg-gray h2 {
    color: #edf5f6 !important;
}

div.bg-gray h3 {
    color: #4999b4;
}

.default a.btn.btn-primary.form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff !important;
}

.default a.btn.btn-primary.form-control:hover {
    color: #4e93ac !important;
}

.property .price {
    color: #b5ab8a;
}

.card {
    border-color: #b5ab8a;
}

.property-icon .fa:before {
    color: #4e93ac;
}

.eval-Form h2 {
    font-size: 50px !Important;
    line-height: 1;
}

.eval-Form input {
    min-height: 60px !important;
    padding: 0 20px;
    border: 1px solid #b5ab8a !Important;
}

.data-desc {
    background: rgba(245, 243, 241, 0.37);
    margin-top: -5px;
    padding: 2em;
}

.listbox textarea {
    min-height: 10em;
    max-width: 100%;
    border: 1px solid rgba(181, 171, 138, 0.6) !important;
}

.listbox textarea {
    min-height: 10em;
    max-width: 100%;
    border: 1px solid rgba(181, 171, 138, 0.6) !important;
}

input.btn.btn-primary {
    padding: 20px 30px !important;
}

a.stat-link {
    font-size: 24px;
    line-height: 2;
    color: #333;
    font-weight: 600;
}

a.stat-link:after {
    content: '\f105';
    font-family: fontAwesome;
    margin-left: 10px;
}

.contactForm input {
    min-height: 60px;
    padding: 0 20px;
    border: 1px solid rgba(181, 171, 138, 0.4) !important;
}

.contactForm textarea {
    min-height: 10em;
    max-width: 100%;
    border: 1px solid rgba(181, 171, 138, 0.4) !important;
}

.cmsForm button {
    background: #cdc6b0;
    border: 0px;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 8px 20px;
    color: #fff;
    border-radius: 4px;
}

/* General Overrides */
body .menu-wrap .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

body .dropdown-menu a {
    margin: 0 !important;
    width: 100% !important;
    height: 100%;
    padding: 15px 10px !important;
}

.dropdown-menu li:before {
    display: none;
}

/* Sidebar */
.sb-box {
    padding-left: 0;
    max-width: 350px;
    float: none;
    margin: 0 auto 2em;
    position: relative;
    overflow: hidden;
}

.sb-copy a {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(182, 172, 139, 0.5);
}

.sb-box img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.sb-box:hover a, .sb-box:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

a.doc-btn {
    background: rgb(241, 241, 240);
    padding: 15px 30px;
}

a.doc-btn:before {
    content: '\f15b';
    font-family: fontAwesome;
    margin-right: 10px;
}

.pg-rev-photo img {
    max-width: 300px;
    float: none;
    margin: 1em auto;
}


/* homepage animation */
	
.menu-wrap #bigNav, .sb-logo {
    top: -4.5em;
    position: relative;
    opacity: 0;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.breadtop .ry-header-container {
    position: relative;
    top: -4em;
    opacity: 0;
	-webkit-transition:  3s ease;
	-o-transition:  3s ease;
	transition:  3s ease;
}

.pgloaded .menu-wrap #bigNav, .pgloaded .breadtop .ry-header-container, .pgloaded .sb-logo {
	top: 0;
	opacity: 1;
}

/* Site Setting Override */
.site-header .menu-wrap > ul > li:hover, .site-header .menu-wrap > ul > li:active, .site-header .menu-wrap > ul > li.dropdown.open li a:hover, .site-header .menu-wrap > ul > li.dropdown.open .dropdown-menu a:hover {
    background: transparent !Important;
    color: #b5ab8a !Important;
}

.site-header ul li.active a, .site-header ul li a:active, .site-header ul li a:hover {
	background: transparent !important;
}

.bg-gray input {
    min-height: 60px;
}

.bg-gray select {
    min-height: 60px;
}

.bg-gray .search-bar {
    max-width: 100%;
    padding: 0;
}

.bg-gray a.btn.btn-secondary {
    min-height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



/* Animation Media Query */
@media only screen and (min-width: 992px) {
	.smaller .ry-header-container {
		padding: 0;
	}

	.smaller .site-header.bg-nav {
		top: -35px;
		border-bottom: 2px solid rgb(74, 153, 180);
	}

	.site-header.bg-nav {
		-webkit-transition: all 0.8s ease;
		-o-transition: all 0.8s ease;
		transition: all 0.8s ease;
		top: 0;
		left: 0;
		right: 0;
		position: fixed;
		z-index: 1050;
		border-bottom: 2px solid rgba(74, 153, 180, 0);
	}
}

/* Home Video */

div#homecontent {
    overflow-x: hidden;
}

.Featured-video {
    padding: 0;
    height: 43vw;
    position: relative;
    overflow: hidden;
    top: 9em;
    width: 100%;
}

/* Modal */

.modal {
	z-index: 9999;
}

/* Codes Added 01/04/18 */

.property-filter > .col-xs-12 {
    padding: 1.5em;
}

div#idx .ry-left-wrp {
    padding-right: 1em;
}

div#idx .ry-right-wrp {
    padding-left: 1em;
}

.property-filter input.btn-large {
    margin-top: 1em !important;
}

.property-filter {
    background-color: #f5f3f0 !important;
}

.idx-sort-bar {
    background-color: #f5f3f0 !important;
    margin-bottom: 1em !important;
    padding: 10px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus,
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background: #b5ab8a !important;
}

.ry-copy ul {
    list-style-type: none;
    padding: 0;
}

.ry-copy ul li p:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 10px;
    margin-right: 10px;
}

.ry-copy ul li p {
    background: rgba(186, 177, 147, 0.3);
    margin: 0 0 5px;
    padding: 0 1em;
}

div#col ul {
    column-count: 2;
}

.pg-divider {
	padding: 0;
}

.ry-copy ul li p a {
    color: #41413f;
}

.ry-copy ul li p a:hover {
    color: #4e93ac;
}

@media (max-width: 1200px){
	.search-bar input, select#Any_Price.form-control, .cmsForm.search-bar .form-group, input.btn.search-none.col-xs-12.btn-primary.iPut, select#Any_Price.form-control, .form-group select#_1_bed {
    min-height: 0px !important;
    height: auto !important;
	}
	input.btn.btn-primary{
		padding: 10px 20px !important;
	}
}


@media (min-width: 992px) and (max-width: 1200px){
	#ry-sec2 .ry-copy {
		max-width: 442px;
		padding: 0 25px;
	}
}