/* Menu Overrides */
a.pull-right.menu-toggle {
	position: absolute;
	right: 0;
	top:0;
}

.mobile-menu ul.nav {
	margin: 4em 0;
}

/* Powered by: roya */
span.power {
	font-size: 12px;
	display: inline-block;
	float: right;
}

img.img-responsive.roya-copy {
    display: inline-block;
    max-width: 70px;
    position: relative;
    top: 1px;
}

.footer-copy {
	font-size: 12px;
	color: #ccc;
	border-top: 1px solid rgba(204, 204, 204, 0.3);
	padding-top: 1em;
}


.site-header ul .dropdown-menu li.active a {
	color: #fff;
	background-color: transparent;
}


.customlog {
	position: relative;
	top: 0;
}

.headwrp.smaller ul .dropdown-menu {
	min-width: 250px;
}

div#map {
	padding: 0;
	margin-bottom: -1px;
}

.pagecenterimg {
	max-width: 500px;
    margin: auto;
    box-shadow: 0 11px 17px -12px #666;
}



/* -- Home Evaluation Page -- */

@media (max-width: 500px) {
	
	div.ry-bnr-copywrp h1 {
		font-size: 20px !important;
	}

	div#contact >div {
		padding: 0 !important;
	}

	.menu-block .ry-container {
		padding: 0;
	}

	div.menu-wrap.bio li a {
		font-size: 11px;
	}

	.menu-wrap.bio li {
		float: none;
		margin: auto;
		padding: 0 8px !important;
	}

	div#home-values .home-progress .line, div#home-values-step-2 .progress .line {
		display: none;
	}

	div#home-values .home-progress .number {
		width: 45%;
	}
}

div#home-values {
	margin: 20px 0;
}

#home-values .home-progress {
	max-width: 340px;
	margin: 0 auto 30px auto;
}

#home-values .home-progress .number.active {
	background-color: #324B72;
}

#home-values .home-progress .line, #home-values-step-2 .progress .line {
	display: block;
	width: 180px;
	height: 16px;
	border-bottom: 3px #747474 solid;
	vertical-align: middle;
	float: left;
}

#home-values .home-progress .number {
	display: block;
	background-color: #5f5f5f;
	width: 80px;
	height: 32px;
	line-height: 32px;
	font-size: 1.250em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}

#home-values .eval-content {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
	max-width: 860px;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}

#home-values .home-progress .number.completed {
	background-color: #324B72;
}

#home-values .home-progress .line.step2 {
	border-bottom: 3px solid #324B72;
}

textarea#Comments {
	max-width: 830px;
}

div.home-eval-wrapper {
	max-width: 860px;
	margin: auto;
	float: none;
	min-height: 900px;
	color: #fff;
}

.home-eval-wrapper h1 {
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

.home-eval-wrapper h2 {
	text-transform: none;
	font-size: 35px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

.home-eval-wrapper .form-group[data-type="submit"] {
	text-align: center;
}

.home-eval-wrapper input[type="text"] {
	height: 70px;
	font-size: 30px;
	font-weight: lighter;
	border-radius: 5px;
}

.home-eval-wrapper .form-group {
	padding: 0 10px 0 0;
}

.home-eval-wrapper textarea#Comments {
	font-size: 20px;
	font-weight: lighter;
}


.analysis-pg-wrap {
	padding: 40px 40px;
	background-image: url(https://www.royacdn.com/unsafe/smart/Site-49b526b6-1c3c-42a7-8ced-08eb4558d3cc/resources/homeevalimage.jpg);
	background-position: center;
	min-height: 900px;
	background-repeat: no-repeat;
	background-size: cover;
	margin: -20px 0 0 0;
}

/* Header Scroll Animation */

.headwrp.smaller li a {
	font-size: 16px;
}

.headwrp.smaller {
	position: fixed;
	background: #152b54;
	padding: 1.5em 0 0;
	/*height: 90px;*/
	z-index: 999;
}

.headwrp.smaller .ry-header-container {
	transform: scale(.85);
	padding-bottom: 4em;
	padding-top: 0;
}


div.ry-header-container {
	transition: all 1.5s ease;
	float: none;
	margin: auto;
	transform: scale(0.99);
}


/* CUSTOM CLASSES */

.item.active .bordertop {
    height: 150px;
}


.bordertop {
    position: absolute;
    background: transparent;
    width: 2px;
    margin: auto;
    right: 0;
    height: 0;
    top: 14%;
    border-left: 2px #ccc solid;
    left: 0;
    transition: all cubic-bezier(0.4, 0, 1, 0.2) 0.9s;
	display:none;
}

div#bottom {
    top: 40%;
	display:none;
}


body.default.authenticated div#alignbutton a {
    border-radius: 40px;
    font-size: 13px;
    padding: 11px 30px;
}

body.default.authenticated div#alignbutton {
	position: relative;
    top: -10px;
}
	

.default div#workwithus {
    margin-top: 4em;
}

button.btn.btn-secondary.form-control {
    max-width: 200px;
    margin: auto;
    float: none;
    text-align: center;
}

div#ry-default {
    margin: 0 !important;
    overflow: hidden;
}

.intro-box.carousel .carousel-control:hover {
    background: transparent;
    color: #666;
}

.intro-box .carousel-control {
    right: 2em;
}

.intro-box a.carousel-control.left {
    left: 2em;
    margin-top: 0;
}

a.btn.btn-primary {
    text-transform: initial;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0 !important;
}

.btn.btn-secondary {
    background: #102a46 !important;
    border: solid 1px #162b54 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    padding: 9px 12px;
    border-radius: 5px;
}

.btn.btn-secondary:hover {
    background: rgb(255, 255, 255) !important;
    border: solid 1px #162b54 !important;
    color: #162b54 !important;
}

.idx-results-widget.map-view {
    max-width: 800px;
    margin: auto;
}

.tiksluscarousel ul li img {
    max-width: 800px;
    margin: auto;
}

.form-control {
    height: 40px;
    font-family: rubik;
}

textarea.form-control {
    height: 150px;
    padding-top: 10px;
}

div#ry-default h2 {
    display: none;
}


.testimonial:first-child {
    margin-top: 1em;
}

.testimonial:nth-child(odd) {
    padding: 2em;
    background: #f7f7f7;
    color: #162b54;
}

.testimonial {
    padding: 2em;
    background: #162b54;
    margin: 2em 0;
    border-radius: 5px;
    color: #fff;
}

.testimonial:before {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(https://www.royacdn.com/unsafe/smart/Site-279fcfd5-f4f1-4095-9dbe-3a68fdef7d9f/resources/testiquote.png);
    content: '';
    right: 0;
    left: 0;
    margin: auto;
    z-index: 300;
    top: -2.5em;
    background-size: contain !important;
}

.testimonial:nth-child(odd):before {
    background: url(https://www.royacdn.com/unsafe/smart/Site-279fcfd5-f4f1-4095-9dbe-3a68fdef7d9f/resources/testiquote01.png);
}

.about-image {
    max-width: 350px;
    background: #f7f7f7;
}

.contetn-wrapper {
    padding-bottom: 1em;
    border-bottom: 1px solid #f7f7f7;
    margin: 1em 0;
}

.slider-content p {
    color: #fff;
    font-size: 15px;
    margin: auto;
    font-family: 'Rubik', sans-serif !important;
    line-height: 25px;
    max-width: 800px;
    position: relative;
    top: 2.5em;
}

div.ry-bnr-copywrp h1 {
    color: #fff;
    letter-spacing: 0;
    font-size: 64px !important;
    margin: 0;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

.intro-box img {
    height: 100vh;
}

.contetn-wrapper h3 {
    font-size: 30px !important;
}


.testi-content:before {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(https://www.royacdn.com/unsafe/smart/Site-279fcfd5-f4f1-4095-9dbe-3a68fdef7d9f/resources/testiquote.png);
    content: '';
    right: 0;
    left: 0;
    margin: auto;
    z-index: 300;
    top: -2.5em;
    background-size: contain;
}

.copyrights-block {
    border-bottom: 1px solid rgba(25, 25, 25, 0.1);
    margin-bottom: 0.5em;
    padding: 0;
}

.contact-info li:first-child i {
    padding: 9px 14px;
}

.copyrights-block .ry-copyright {
    padding-right: 0;
}

.contact-info li {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid rgba(25, 25, 25, 0.1);
}

.contactinfo-wrap .ry-container {
    max-width: 100%;
}

.headRight a.btn.btn-primary.loginWidgetLoginButton:after {
    display: none;
}
.copy-right {
    float: right;
}

.copy-right p {
    font-family: rubik;
    font-size: 13px !important;
    color: #002349;
}

.disclaimer {
    padding: 0;
}

.ry-copyleft p {
    font-size: 13px;
    font-family: rubik;
    font-weight: normal;
    color: #002349;
}

.copyrights-block .ry-copyleft {
    padding-left: 0;
}

.contact-info {
    padding: 2em 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: rubik;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}

.contact-info i {
    margin-right: 10px;
    background: #162b54;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    padding: 9px 12px;
}


.secondsection-wrapper {
    margin-top: 4em;
}

div#workwithus {
    margin: 0;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-279fcfd5-f4f1-4095-9dbe-3a68fdef7d9f/resources/Work_With_Us_edited.jpg);
    background-attachment: fixed;
    flex-direction: column;
}

.contact-info:last-child li {
    border-right: none;
}

div.testi-content a {
    color: #828282;
    font-style: italic;
    text-decoration: none;
}

div.testi-content a:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 8px;
}

div#aboutteam {
    height: 900px;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-279fcfd5-f4f1-4095-9dbe-3a68fdef7d9f/resources/About_Team_Team.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 0;
    background-position: center;
    background-attachment: fixed;
    margin:0;
    flex-direction: column;
}

div#aboutteam a.btn.btn-primary {
    margin-top: 4em;
    background: #fff !important;
    color: #2a2a2a;
    font-weight: bold;
}

.aboutteam-content p {
    margin-top: 2em;
    text-shadow: 2px 2px 2px #000;
}

.aboutteam-content span.span-1 {
    font-style: italic;
    text-transform: lowercase;
    background: transparent;
    padding: 0;
    font-weight: normal;
}


.aboutteam-content {
    max-width: 800px;
    margin: auto;
    color: #fff;
    
    
}


div#testisection .ry-container {
    margin: inherit;
}

div#workwithus .aboutteam-content {
     margin: inherit;
}

a.cta {
    position: absolute;
    background: transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#com-cars .ry-copy {
    position: relative;
    top: 15px;
}

.inside-prop >div {
	width: 100%;
	font-family: 'Unna', serif;
	text-align: center;
}

.form-wrapper {
	background: #efefef;
	padding: 20px;
}

.form-wrapper textarea.form-control {
	height: 150px;
}

div#ry-sec3 {
	margin: 0 !important;
}

.inside-prop {
    margin: auto;
    float: none;
    position: relative;
    top: 13%;
}

div.info-street a {
    color: #fff;
    font-family: 'Unna', serif;
    font-size: 0.9em;
}

.info-street a {
	color: #fff !important;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Unna', serif;
}

.info-detail {
    color: #fff;
    font-size: 15px;
    margin: auto;
    font-family: 'Rubik', sans-serif !important;
    line-height: 25px;
    max-width: 800px;
    position: relative;
    top: 1.5em;
}

.col-xs-12.ry-infowrp img {
	color: #fff;
}

a.btn.btn-primary.btn-info {
	background: #fff !important;
	padding: 15px 40px;
	color: #152b54;
	font-weight: 600;
	text-align: center;
	font-size: 12px;
}


div#ry-sec4 .ry-content-wrp {
	padding: 0 !important;
	background: url(https://www.royacdn.com/unsafe/smart/Site-49b526b6-1c3c-42a7-8ced-08eb4558d3cc/resources/footer_about_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.bio-block1 {
	padding: 0;
	height: auto !important;
}

.ry-photowrp {
	padding: 0;
}

.menu-wrap.bio li {
	display: inline-block;
	padding: 0 3em;
}

.menu-wrap.bio li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-family: nunito;
	transition: all ease 0.3s;
}

.menu-wrap.bio ul.dropdown-menu li {
    padding: 0 1em;
}

.menu-wrap.bio {
	display: flex;
}

.menu-block .dropdown-menu>li>a:hover {
	background: #112a46;
	letter-spacing: 1px;
}

.menu-block .open ul.dropdown-menu {
	background: #112a46;
}

.menu-wrap.bio ul {
	margin: auto;
	padding: 1em 0;
}

.menu-block {
	background: #112a46;
	padding: 0;
}


.about-block .social-icons li {
	display: inline-block;
	border: none;
	background: transparent !important;
}

.about-block .social-icons li a {
	font-size:17px;
}

.social-icons li:hover {
    background: #152b54;
    border: solid 1px transparent !important;
}

.about-block .social-icons li:hover a {
	color: #112a46;
	border: none !important;
}

/* GENERAL */

.tabs-widget .nav-tabs>li>a, .tabs-widget .nav-tabs>li>a:hover, .tabs-widget .nav-tabs>li>a:focus {
    letter-spacing: 0 !important;
}

.tabs-widget .nav-tabs>li.active>a, .tabs-widget .nav-tabs>li.active>a:hover, .tabs-widget .nav-tabs>li.active>a:focus {
    letter-spacing: 0 !important;
}

.default span.hidden-xs {
    letter-spacing: 0;
    text-transform: initial !important;
    font-family: 'Rubik', sans-serif;
}

.default span.visible-xs {
    letter-spacing: 0;
    text-transform: initial !important;
    font-family: 'Rubik', sans-serif;
}



input.btn.search-none.col-xs-12.btn-primary {
    text-transform: inherit;
    letter-spacing: 0 !important;
    font-family: 'Rubik', sans-serif;
    border-radius: 40px;
    padding: 12px 12px;
    border: 1px solid #102a46 !important;
}

input.btn.search-none.col-xs-12.btn-primary:hover {
	    background: #fff !important;
    color: #0f2a46;
    border: solid 1px #102a46 !important;
}



.modal-open .btn-nav {
	display: none !important;
}

body a {
	font-family: 'Rubik', sans-serif;
	}

body p {
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Unna', serif;
}



/* Header and Banner */

.ry-bnr-wrp {
	padding: 0;
}

.ry-banner {
	padding: 0;
}

div.site-header .menu-wrap {
	padding-top: 0;
}

div.site-header ul li a {
	text-transform: capitalize;
	font-size: 15px;
	letter-spacing: 0;
	color: #fff;
}

.ry-header-container {
	max-width: 90%;
	float: none;
	margin: 2em auto 0;
}


.ry-bnr-copywrp {
    background: transparent;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    bottom: 0;
}


.intro-box a.btn.btn-primary {
    margin-top: 8em;
    background: #fff !important;
    color: #152b54;
    font-weight: bold;
    padding: 17px 35px;
	text-transform:uppercase;
}

.intro-box a.btn.btn-primary:hover {
    background: #152b54 !important;
}

div#ry-sec2 p {
	text-align: left !important;
	line-height: 20px;
	min-height: 100px;
	font-size: 13px;
}



button.btn.btn-primary.search-btn {
	background: transparent;
	color: transparent;
	border: 0;
}

.searchBar input.form-control {
	background: rgba(255, 255, 255, 0.60);
	padding: 2em;
	width: 100%;
	border: none !important;
	border-radius: 40px !important;
}

button.btn.btn-primary.search-btn {
	color: transparent;
	background: transparent !important;
}

.ry-bnr-copywrp span.input-group-btn {
	position: absolute;
	right: 0;
	width: 100px;
	top: 0;
	bottom: 0;
}

.ry-bnr-wrp input.form-control::-webkit-input-placeholder {
	color: rgba(55, 55, 55, 0.90);
	font-family: 'Nunito', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}


.ry-footer-form input.form-control::-webkit-input-placeholder{
	color:rgba(0, 41, 91, 0.60);
}

.ry-footer-form {
	margin-top: 13px;
}


.ry-footer-form textarea#message {
	height: 96px;
}

.ry-footer-form textarea#message::-webkit-input-placeholder {
	color: rgba(0, 41, 91, 0.60);
}

.ry-footer-form .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: rgba(172, 172, 172, 0.10);
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	transition: none;
	letter-spacing: 1px;
}


.ry-bnr-wrp .input-group {
	position: relative;
	display: inline-block;
	width: 100%;
}

/* Ry-sec1 */

.cta-block img {
    max-width: 350px;
    margin: auto;
    float: none;
}

div#ry-sec3 {
	margin: -10px 0 0 0 !important;
}

a.btn.btn-primary:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 8px;
}

div#testisection {
       margin: 0;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-279fcfd5-f4f1-4095-9dbe-3a68fdef7d9f/resources/Testimonialsbgtab.jpg);
    height: 900px;
    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;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}

.testi-content {
    background: #162b54;
    color: #fff;
    padding: 3.5em 2em 2em;
}

div#ry-sec1 .ry-container {
	max-width: 1400px;
}

.cta-wrap {
	padding: 0;
}

.aboutteam-content h2, div#testisection h2 {
    font-size: 40px !important;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.testi-block span.span-2 {
    font-style: italic;
    color: #828282;
}

.aboutteam-content a.btn.btn-primary, div#testisection a.btn.btn-primary {
    margin-top: 4em;
    background: #fff !important;
    color: #2a2a2a;
    font-weight: bold;
    text-shadow: none;
}

.aboutteam-content a.btn.btn-primary:hover, div#testisection a.btn.btn-primary:hover {
    background: #162b54 !important;
	color:#fff;
}


.testi-content p {
    text-align: justify !important;
    line-height: 22px;
    font-size: 12px;
}

div#testisection a.btn.btn-primary {
    margin-top: 8em;
}

.testi-name {
    line-height: 25px;
    font-family: rubik;
    margin-top: 1.5em;
}


.testi-content span.span-1 {
    text-transform: initial;
    letter-spacing: 0px;
    padding: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
}

testi-content {
    background: #162b54;
    color: #fff;
    padding: 3.5em 2em 4em;
}

.cta-title h3 {
    font-weight: bold;
    font-size: 25px !important;
    margin-top: 1em;
}

div#cta-section {
    margin: 0;
    padding: 10em 0;
}
.text-wrp {
    min-height: 300px;
}

.cta-block:hover .text-wrp a.btn.btn-primary {
    transform: scale(0.9);
}

.text-wrp a.btn.btn-primary {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
}


.prop-overlay {
    background: rgba(0, 0, 0, 0.47);
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.ry-title h2 {
	font-size: 30px !important;
	text-transform: uppercase;
	color: #152b54;
}



#ry-sec1 .ry-title h4 {
	font-size: 23px !important;
	letter-spacing: 1px;
	padding-right: 2em;
	margin-top: 2em;
	font-weight: 600;
}


.modal-content .btn:not(.btn-social) {
    letter-spacing: 0 !important;
    text-transform: initial !important;
    border: none;
    background: #112a46;
    color: #fff !important;
    padding: 12px 35px !important;
    border-radius: 20px !important;
}

.headRight .site-phone {
	float: left;
	position: relative;
	display: inline-block;
	right: 3.5em;
	top: 3px;
	padding: 10px 20px;
}

.headRight .site-email {
	position: relative;
	top: -9px;
	right: 0;
	float: right;
}




.main-content a {
	color: #00295b;
}

.headRight .site-phone a {
    color: #fff;
    font-weight: bold;
    font-family: nunito;
    white-space: nowrap;
}

.headRight a.btn.btn-primary.loginWidgetLoginButton {
    background: #fff !important;
    padding: 10px 30px;
    border-radius: 20px;
    color: #343434;
    font-weight: bold;
    letter-spacing: 0 !important;
}



.btn-social.btn-lg {
	color: #fff;
}

.headRight .site-phone a:before {
	content: "\f095";
	font-family: fontAwesome;
	font-size: 14px;
	margin-right: 8px;
}



.ry-bnr-copywrp button.btn.btn-primary.search-btn:before {
	content: "\f002";
	color: rgba(55, 55, 55, 0.90);
	font-family: fontawesome;
	position: absolute;
	z-index: 997;
	font-size: 16px;
	right: 30px;
	top: 19px;
}


.ry-bnr-copywrp button.btn.btn-primary.search-btn:hover{
	background: transparent;
	border: solid 1px transparent;
	color: transparent;
}

.ry-bnr-copywrp .input-group.search-bar-widget.searchBar:before {
	content: '\f124';
	position: absolute;
	left: 2em;
	z-index: 300;
	color: rgba(55, 55, 55, 0.90);
	top: 14px;
	font-family: fontawesome;
}

.ry-bnr-wrp input.form-control {
	padding-left: 3.5em;
}


.com-arrow img {
	height: 30px;
	width: 30px !important;
	transition:all ease 0.5s;
}


.com-arrow {
	padding: 1em 0;
}


.ry-item:hover .com-arrow img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.owl-theme .owl-dots {
	display: none;
}


a.btn.btn-primary.btn-info:hover {
	color: #152b54;
}


div.featured-item {
	height: 100vh;
	padding: 0;
	background-size: cover !important;
	background-position: center !important;
}

.prop-info-wrp {
	background: transparent;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

.infos-wrp {
	max-width: 102px;
	background: rgba(255, 255, 255, 0.10);
	margin: 0 2px;
	color: #fff;
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
}

.info-street a {
	font-size: 16px;
	color: #fff !important;
}


.info-city {
	color: #fff;
	font-size: 56px;
	display: block;
	font-family: 'Unna', serif;
	text-align: center;
	line-height: 1.5em;
	text-transform: capitalize;
}

.info-detail p {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

.ry-infowrp {
	margin-top: 1em;
}


.prop-info-blk {
	padding: 2em 0;
	display: none;
}


.info-price {
	background: transparent;
	color: #fff;
	font-size: 29px;
	display: none;
}


.info-btn {
	margin-top: 5em;
	margin-bottom: 6em;
}

.info-street {
	display: block;
	font-family: 'Unna', serif;
	font-size: 60px;
	text-align: center;
}
#ry-sec3 .idx-results-widget, #ry-sec3.idx-sort-bar {
	height: auto !important;
	display: none;
}





.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
    color: #FFF;
    background: #112a46 !important;
    border-radius: 40px;
    padding: 13px 29px;
    font-size: 13px;
    border: none !important;
    text-transform: initial;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0 !important;
}

.loginWidgetLoginButton.col-xs-12 {
    border-radius: 40px;
    font-size: 13px;
    padding: 11px 20px;
    position: relative;
    top: -9px;
}

.forArrow .arrowdown {
	position: absolute;
	top: 5em;
	left: 50%;
	margin-left: -20px;
	margin-top: 50px;
	font-size: 60px;
	cursor: pointer;
	z-index: 300;
}

.anchors_with_separator a:before {
    opacity: 0;
    padding: 0;
}

div#ry-sec2 h2, div#ry-sec3 h2 {
	text-transform: capitalize;
}

div#ry-sec2 h2, div#ry-sec3 h2 {
	padding-bottom: 15px;
}



div#ry-sec4 {
	margin: 0 !important;
}

.ry-floatwrp {
	position: absolute;
	top: -15.5em;
	background: transparent;
	left: 20%;
	max-width: 350px;
	z-index: 998;
	overflow: hidden;
	color: #102742;
}

.ry-floatwrp a {
	font-family: nunito;
}

.ry-floatwrp a:after {
	content: "\f105";
	font-family: fontawesome;
	padding-left: 8px;
}

.headshot-block {
	position: absolute;
	right: 0;
	bottom: 0;
}

.bio-inner {
	position: relative;
	top: 7em;
	padding-right: 44em;
	padding-left: 3em;
}
.bio-block2 {
	display: flex;
	height: auto !important;
}

.headshot-block img {max-width: 300px;}

div#ry-sec4 .ry-copy-wrp {
	padding-top: 1.2em;
}


.ry-floatwrp .ry-title h2 {
	font-size: 22px !important;
	letter-spacing: 0;
}

.ry-copy-wrp h4 {
	font-size: 22px !important;
	font-family: 'EB Garamond', serif;
	line-height: 24px;
	color: #152b54;
}

.ry-floatwrp h4 {
	font-family: nunito;
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
}

.ry-floatwrp h4:nth-child(3) a {
	border-bottom: 1px solid rgba(0, 41, 91, 0.50);
	padding-bottom: 3px;
	transition: all ease 0.3s;

}

.ry-floatwrp a {
	color: #102742 !important;
}

div#ry-sec4 p {
	color: #152b54;
}


div#fList {
	padding: 0;
	overflow: hidden;
}


div#ry-sec2 .owl-nav, div#ry-sec3 .owl-nav {
	position: absolute;
	top: 50%;
	right: 2em;
	left: 2em;
	z-index: 300;
}

div#ry-sec3 .owl-theme .owl-nav [class*='owl-']:hover {
	background: #152b54;
	color: #FFF;
	text-decoration: none;
}

div#ry-sec3 .owl-prev {
	color: #fff;
	font-size: 40px;
	padding: 2px 12px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	float:left;
}


div#ry-sec3 .owl-next {
	color: #fff;
	font-size: 40px;
	padding: 2px 12px;
	background: rgba(47, 47, 47, 0.10);
	display: inline-block;
	cursor: pointer;
	float: right;
}




img#headshot {
	max-width: 280px;
	margin: auto;
	
}
div#prop-info img {
    max-width: 180px;
    margin: 20px auto;
}

div#prop-info {
    text-align: center;
}

.bnr-title h1 {
	color: #fff;
	text-transform: capitalize;
	position: relative;
	top: -2em;
	text-shadow: 2px 2px 2px #000;
}



div#bnr1 {
	background: url(https://www.royacdn.com/unsafe/smart/Site-49b526b6-1c3c-42a7-8ced-08eb4558d3cc/banner/innerbanner01.jpg);
	height: 500px;
	background-size: cover;
	background-position: bottom;
}

div.bnr-wrp:before {
	background: rgba(0, 0, 0, 0.47);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}




div#bnr1 {
    background: url(https://www.royacdn.com/unsafe/Site-279fcfd5-f4f1-4095-9dbe-3a68fdef7d9f/banner/01_1_.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
}

div#bnr2 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-279fcfd5-f4f1-4095-9dbe-3a68fdef7d9f/banner/01_4_.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
}


div#bnr3 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-279fcfd5-f4f1-4095-9dbe-3a68fdef7d9f/banner/01_3_.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
}




.site-header ul.ellipsis-dropdown > li, .site-header ul.dropdown-menu > li {
	background: #152b54 !important;
}


.site-header ul .dropdown-menu {
	margin: 0;
	width: 220px;
	background: #152b54 !important;
}

.site-header .menu-wrap > ul > li.dropdown.open li a {
	color: #fff !important;
	transition: all ease 0.3s !important;
	background: #152b54 !important;
}

.site-header .menu-wrap > ul > li.dropdown.open li a:hover {
	letter-spacing: 1px !important;
}

div.site-header ul.ellipsis-dropdown > li a {
    text-transform: initial;
}


div#ry-sec3 .ry-title h2 {
	position: relative;
	top: 5em;
}


div#ry-sec3 .ry-title h2 {
	position: relative;
	top: 5em;
	background: rgba(241, 240, 240, 0.93);
	padding: 14px;
	border: none;
}


.ry-com-wrp:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.39);
	display: block;
	bottom: 0;
	opacity: 0;
	transition: all ease 0.3s;
}


.ry-item:hover .ry-com-wrp:before {
	opacity: 1;
}


body {font-family: 'Heebo', sans-serif;}

.property-filter {
	padding:20px;
}


.ry-content-wrp {
    padding: 5em 0 !important;
}

div#ry-default {
	margin: 0 !important;
}


div#tabmobile-banner {
	display: none;
}


div#ry-default h2 {
	text-transform: capitalize;
}

.ry-floatwrp h4:nth-child(3) a:hover {
	text-decoration: none;
	letter-spacing: 2px;
}


div.bg-gray {
	background: transparent;
}



.card a.btn.btn-primary.form-control {
	padding: 8px;
}


.site-header ul .dropdown-menu li a {
	color: #fff;
	padding: 10px 10px;
	transition: all ease 0.3s;
	font-size: 14px;
}


.site-header ul .dropdown-menu li a:hover {
	letter-spacing: 1.5px;
	color: #fff;
}

/* â€” Mobile Menu Icons â€” */

.mobile-icons-li .fa-envelope:before {
	margin: 0;
}

.mobile-icons-li li {
	display: inline;
	margin: 0 20px 0;
}

ul.mobile-icons-li {
	padding: 0;
}

.mobile-icons span.fa {
    font-size: 25px;
    vertical-align: middle;
    color: #fff;
}

.mobile-icons {
	text-align: left;
	margin-top: 0;
}

.mobile-icons-li a {
	color: #fff;
}


.btn-social>:first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.2);
}


.btn-social.btn-lg>:first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em;
}

.btn-social.btn-lg {
	padding-left: 61px;
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}

.fa-google:before {
	content: "\f1a0";
}


.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0,0,0,0.2);
}


.btn-social {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.btn-social.btn-lg:hover {
	color: #fff;
}

.btn-google {
	color: #fff;
	background-color: #dd4b39;
	border-color: rgba(0,0,0,0.2);
}


.login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
	background-color: #000;
}


.site-header span.caret:before {
	content: "\f107";
	font-family: fontAwesome;
}


.site-header .dropdown-toggle .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	border: none;
	margin-top:-16px;


}

.mobile-menu span.caret:before {
	content: "\f107";
	font-family: fontAwesome;
}


.mobile-menu > ul, .mobile-menu .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	border: none;
	margin-top: -16px;
}


.open ul.dropdown-menu {
	margin-top: -5px;
}


div.site-header ul.ellipsis-dropdown > li a .caret {
	float: left;
	display: inline-block;
	position: absolute;
	left: -2px;
	top: 31px;
	border-top: none;
	border-bottom: none;
	border-right: none;
}

@media (max-width: 1500px) and (min-width:1200px) {
	#ry-sec1 .ry-right-wrp {
		padding: 0;
		margin-top: 2em;
	}

	#ry-sec1 .ry-right-wrp:before {
		height: 31vw;
		width: 55%;

	}

	#ry-sec1 .ry-copy-wrp {
		padding-right: 0;
	}

	div.prop-info-wrp {
		margin-right: 8em;
	}

	div.info-btn {
		margin-top: 3em;
		margin-bottom: 0em;
	}
}


@media (max-width:2560px) and (min-width:2000px) {

	.headRight .site-phone {
		right:0.5em;
	}

	div.site-header ul li {
		margin-right: 7em;
	}

	.about-block {
		margin-top: 6em;
	}

	.bio-inner {
		top: 12em;
		padding-right: 56em;
		padding-left: 9em;
	}

	div.customlog {
		/* top: -24px !important; */
	}

	div#com-cars {
		height: 80vh !important;
	}
	.inside-prop {
		max-width: 900px;
	}

	.headshot-block img {
		max-width: 500px;
	}
}


@media (max-width:1920px) and (min-width:1600px) {

	div.site-header ul li {
		padding-right: 4em;
	}

}

@media (max-width:1854px) and (min-width:1200px) {

	div.headRight .site-email {
		top:0;
	}


	div.customlog {
		top: -36px;
		left: 5em;
	}


	div#ry-sec2 {
		padding: 1em 0 2em !important;
	}

}



@media (max-width:1600px) and (min-width:1200px) {
	.bio-inner {
		padding-right: 26em;
		top: 5px;
	}
}

@media (max-width:1199px) {
	div#testisection h2 {
		color: #162b54;
		text-shadow: 2px 2px 2px #fff;
	}
}

@media (max-width:1199px) and (min-width:992px) {

	div.site-header ul li a {
		text-shadow:none;


	}
	
	div#testisection, div#workwithus {
		background-attachment: scroll;
	}
	
	div#aboutteam {
		height: 600px;
		padding: 2em 0;
		background-attachment: scroll;
		background-position: 100% 100%;
	 }

	.cta-title {
		top: 2em;

		
	}
	
	div.menuwrp {
		float: left;
		padding-right: 6em;
		 position: relative;
   		 top: -6px
	}
	
	.headshot-block img {
		max-width: 200px;
		float: right;
	}

	.bio-inner {
		top: 0;
		left: 0;
		padding-right: 18em;
		padding-top: 1em;
	}
	.about-block {
		margin-top: 0;
	}

	div.headRight .site-email {
		top: -33px;
		right: -3em;
	}

	div.headRight .site-phone {
		right: 7em;
		top: 0;
	}

	div.site-header ul li {
		margin-right: 1.5em;
	}


	#ry-sec1 .ry-right-wrp:before {
		width: 86%;
		margin-left: -39%;
		height: 54vh;
	}


	#ry-sec1 .ry-title h4 {
		padding-right:0;
	}

	#ry-sec1 .ry-right-wrp {
		margin-left: 0;
		padding: 0;
	}

	#ry-sec1 .ry-photowrp {
		height:36vw;
	}

	div.info-btn {
		margin-top: 2em;
		margin-bottom: 2em;
	}
}


@media (max-width:1024px) and (min-width:992px) {
	.ry-photowrp img {
		height: 319px;
	}

	.customlog {
		top: -6px;
	}

	div.cta-title a {
		font-size:13px !important;
	}

	.logo img {
		top: 13px;
	}
}

@media (max-width:991px) and (min-width:768px) {

	.ry-floatwrp {
		left: 0;
		background: rgba(239, 239, 239, 0.74);
		right: 0;
		margin: auto;
	}
	
	.cta-block {
		width: 50%;
		margin-bottom: 1em;
		padding: 1em;
	}
}

@media (max-width:991px) {
	
	div#aboutteam {
		background-attachment: scroll;
		background-position: 100% 100%;
		height: 500px;
	}
	
	div#testisection {
		height: auto;
		padding: 4em 0;
		background-attachment: scroll;
	}
	
	.contact-info {
		font-size:13px;
	}
	
	.ry-content-wrp {
    padding: 2em 0 !important;
}
	
	.aboutteam-content h2, div#testisection h2 {
		font-size:33px !important;
	}
	
	.slider-content p {
		display:none;
	}
	
	.padded.v-padding-15 ol.carousel-indicators {
		display:none
	}
	
	img#headshot {
		margin-top: 2em;
	}

	
	.marketing-tab ul.dropdown-menu li a:before {
    display: none;
}
	
	.marketing-tab .open ul.dropdown-menu {
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
	
	.marketing-tab .dropdown button {
   		padding: 10px;
		border: none;
		color: #fff;
		background: #162b51;
		font-size: 18px;
		font-family: rubik;
	}
	
	.marketing-content .open ul.dropdown-menu {
		background: #fff;
	}
	
	.testimonial {
		max-width: 800px;
		margin: 0 auto 4em;
		float: none;
	}


	
	.about-image {
		margin: 0 auto 1em;
	}

	.contetn-wrapper h3 {
		text-align: center;
	}

	
	
	div.ry-bnr-copywrp h1 {
		font-size: 34px !important;
	}


	.intro-box a.btn.btn-primary {
		margin-top:3em;
		}



	.intro-box img {
		height: auto;
	}
	
	.copyrights-block {
		border-bottom: none;
		margin-bottom: 0;
		padding: 0;
	}
	
	.copy-right {
		float: none;
	}
	
	div.broker-logo img {
		max-width: 240px;
		margin: 0 auto 2em;
		position: initial;
	}
	
	

	div#workwithus {
		height: 500px;
		padding: 3em 0;
		background-attachment: scroll;
		background-position: left;
	}

	.aboutteam-content {
		position: initial;
		padding: 0 1em;
	}

	div#aboutteam a.btn.btn-primary {
		margin-top: 0;
	}

	.aboutteam-content a.btn.btn-primary {
		margin-top: 0;
	}

	
	.testi-content {
		margin: 0 auto 5em;
	}

	.testi-block {
		max-width: 500px;
		margin: auto;
		float: none;
	}

	div#testisection a.btn.btn-primary {
		margin-top: 0;
	}

	

	.info-city:before {
			display:none;
		}

	div#cta-section {
			padding: 3em 0;
		}

	.mobile-icons .loginWidget.custom {
			position: relative;
			display: inline;
			left: -12px;
			top: -23px;
		}
	
	.mobile-icons a.loginWidgetLoginButton {
		color: #fff;
	}
	
	div.broker-wrp {
		padding: 0 0 2em 0;
	}

	.open ul.dropdown-menu {
		background: #fff;
	}

	.open ul.dropdown-menu a {
		font-size: 15px;
	}

	.mobile-menu ul li a:hover, .mobile-menu ul li a:focus {
		background: rgba(21, 22, 23, 0.39);
	}

	.mobile-menu ul li a {
		color: #fff !important;
		font-size: 18px;
		text-transform: capitalize;
		
	}

	.mobile-menu ul li a {
		color:#fff;
	}

	a.btn.btn-primary.btn-info {
		margin-top: 4em;
		text-shadow: none;
	}

	div.featured-item {
		height:500px;
	}

	.info-detail {
		display: none;
	}

	.inside-prop > div {
		width: 100%;
		max-width: 500px;
		margin: auto;
		float: none;
		text-shadow: 2px 2px 2px #000;
	}


	.headshot-block img {
		margin: auto;
	}
	.headshot-block {
		position: initial;
		padding-top: 2em;
	}
	.about-block {
		margin-top: 1em;
	}

	.bio-block1 {
		height: auto !important;
		padding-top: 2em;
	}

	.bio-block2 {
		height: auto !important;
	}

	.bio-inner {
		position: initial;
		padding-right: 0;
		padding-left: 0;
		padding: 2em 0;
	}

	.about-block a.btn.btn-primary {
		text-align: center;
	}

	.forArrow .arrowdown {
		top: 5em;

	}

	

	.inside-prop {
		max-width: 100%;
		margin: 0;
		float: none;
		padding: 2em 1em;
	}

	div#ry-sec1 {

		background: #0b1f36;
		padding: 2em 0;
		margin: 0 !important;
	}

	

	a.call-btn.pull-right {
		display: none;
	}


	ul.dropdown-menu li a {
		font-size: 14px;
		color: #152b54 !important;
	}

	

	.headwrp.smaller .ry-header-container {
		padding-bottom: 0;
		padding-top: 0;
	}

	


	div.info-btn {
		margin-top: 0;
		margin-bottom: 0;
	}

	div.info-street a, div.info-city {
		font-size: 30px;
		text-shadow: 2px 2px 2px #000;
	}

	div.infos-wrp {
		max-width: 100%;
		padding: 10px;
		margin: 0;
	}

	div.info-price {
		padding: 16px 0;
		background: transparent;
		width: 100%;
		margin-top: 1.6em;
	}

	div.prop-info-blk {
		padding: 2em 0;
	}

	div.prop-info-wrp {
		padding: 10px;
		max-width: 100%;
		top: 0;
		background: rgba(11, 31, 54, 0.21);
	}

	#ry-sec2 .ry-content-wrp {
		padding-top: 0 !important;
	}

	#ry-sec1 .ry-title h4 {
		padding-right: 0;
		margin-top: 1em;
	}

	div.site-header ul li {
		margin-right: 1em;
	}

	div.site-header ul {
		margin: 0;
	}

	div.ry-header-container {
		padding-bottom: 0;
		padding-top: 2.5em;
	}

	div.logo img {
		max-width: 235px;
	}

	div.ry-bnr-wrp {
		margin-top: 8.9em;
	}

	div.footer-social-icons {
		float: none;
		text-align: center;
		margin: auto;
	}

	ul.social-icons {
		-webkit-padding-start: 0;
	}

	div.footer-wrapper.ry-fluid {
		padding: 3em 0 0;
	}

	div.ry-footer-form {
		max-width: 500px;
		margin: 20px auto;
		float: none;
	}

	div#fblocks3 {
		padding-left: 0;
	}

	div#homefooter li a, div#def-footer li a {
		text-align: left;
	}


	ul.nav.footer-nav {
		max-width: 500px;
		margin: auto;
	}

	div.footer-cop {
		padding-top: 26em;
		margin: auto;
		float: none;
	}



	#ry-sec4 .ry-right-wrp {
		padding-left: 0;
		padding-top: 1em;
	}

	div#ry-sec4 {
		padding-bottom: 0;
	}

	div.ry-photowrp {
		max-width: 500px;
		margin: auto;
		float: none;
		padding: 0;
	}

	
	#ry-sec1 .ry-right-wrp:before {
		display:none;
	}

	#ry-sec1 .ry-container {
		max-width: 100% !important;
	}

	div#tabmobile-banner {
		display: block;
	}
	div.headwrp {
		position: fixed;
		z-index: 30;
		background: #152B51;
	}

	div.ry-banner {
		display:none;
	}



	div#tabmobile-banner .carousel-control {
		display: none;
	}

	#ry-sec1 .ry-right-wrp {
		margin-left: 0;
		color: #152b54;
		padding: 0;
		margin-top: 0;
	}

	#ry-sec1 .ry-right-wrp:before {
		display:none;
	}

	#ry-sec1 .ry-copy-wrp {
		padding-right: 0;
	}

}


@media (max-width: 768px) {
	.menu-wrap.bio li {
		padding-left: 0;
	}

	div#contact h4 {
		text-align: center;
	}
}




@media (max-width:767px) {
	
	.intro-box .carousel-control {
		right: 1em;
	}

	.intro-box a.carousel-control.left {
		left: 1em;
		
	}
	
	.contact-info li {
		display: block;
		text-align: left;
		margin-bottom: 1em;
	}

	.contact-info {
		display: block;
		max-width: 500px;
		margin: auto;
	}

	.contact-info li {
		font-size: 13px;
	}

	.copy-right {
		float: none;
	}

	
	.cta-title {
		margin-top: 1em;
	}
	
	.cta-block {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 3em;
		float: none;
	}
}

@media (max-width:600px) {
	
	div.ry-bnr-wrp {
    	margin-top: 12em !important;
	}
}


@media (max-width:500px) {
	
	div#nav-icon2 {
		-webkit-transform: rotate(0deg)scale(.45);
		-moz-transform: rotate(0deg)scale(.45);
		-o-transform: rotate(0deg)scale(.45);
		transform: rotate(0deg)scale(.45);
	}
	
	
	.intro-box.carousel .carousel-control:hover {
		background: transparent;
		color: #666;
	}

	.intro-box.carousel .carousel-control .icon-next:before, .intro-box.carousel .carousel-control .icon-prev:before {
		font-size: 18px;
	}


	.intro-box a.carousel-control.left {
		left: 0;
	}

	.intro-box .carousel-control {
		right: 0;
	}
		div.intro-box a.btn.btn-primary {
			margin-top: 1em;
			padding: 7px 20px;
			font-size: 12px;
	}

	div#map {
		margin-top: -1px;
	}

	.menu-wrap.bio {
		display: none;
	}

	.forArrow .arrowdown {
		top: -2em;
	}

	div.ry-bnr-copy h2 {
		margin: 5px 0 11px;
	}


	.ry-bnr-copywrp .input-group.search-bar-widget.searchBar:before {
		top:9px;
	}

	.ry-bnr-wrp input.form-control {
		padding-left: 5.5em !important;
	}

	

	div.cta-title a {
		font-size: 10px !important;
		color: #fff;
	}

	.cta-title h3 {
		font-size: 19px !important;
		margin: 0;
	}

	div.ry-bnr-copywrp button.btn.btn-primary.search-btn:before {
		top:0.7em;
	}

	div.ry-title h2 {
		font-size:23px !important;
	}

	div#ry-sec2 h2, div#ry-sec3 h2 {
		padding-bottom: 1.5em;
		text-align: left;
		font-size: 20px !important;
	}



	div.prop-info-wrp p {
		display: none;
	}

	div.ry-floatwrp {
		position:initial;
		max-width:100%;
		background:#fff;
	}

	

	div.ry-bnr-copy h2 {
		font-size: 23px !important;
		color: #fff;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	div.searchBar input.form-control {
		background: #fff;
		padding: 2.5em;
		border: none !important;
	}

	div.searchBar input.form-control {
		font-size: 9px;
	}

	div#ry-sec3 .owl-nav {
		bottom: 30%;
		top: initial;
	}

	div#ry-sec2 .owl-nav {
		z-index: 999;
	}

}

@media (max-width: 320px) {
	div#ry-sec3 .ry-title h2 {
		top:0;
	}
	
	#nav-icon2 {
		right: -3.5em !important;
	}
}


@media (min-width:1855px){
	div.customlog {
		top: -8%;
		transform: translateY(-50%)
	}
}

@media (min-width: 1920px) {
	div.customlog {
		top: -23px;
		transform: translateY(0%)
	}
}
@media (min-width: 2200px) {
	div.customlog {
		position: relative;
		top: 10px;
	}
}

@media (min-width: 992px) {
	div.ry-photowrp {
		float: right;

	}
	
	
	
	.logo img {
		position: relative;
		top: 9px;
	}
	
	body.default.authenticated a.map-btn {
		position: absolute;
		top: 0;
		margin-left: 243px;
		margin-top: 2px;
	}
}

@media only screen and (max-width: 370px){
#nav-icon2 {
    right: -3.6em !important;
	}
}

@media (max-width: 991px) {
	.site-header .logo {
		display: block;
		float: none;
		margin: auto;
	}
	.headwrp.smaller {
		padding: 1em 0 0;
	}
	div.ry-header-container {
		margin: 0;
	}
}

@media (min-width: 601px) {
	div.mob-icon {
		display: none;
	}
}

@media (max-width: 600px) {
	div.mob-icon-s {
    display: none;
	}
	.mobile-icons {
    text-align: center;
    float: none;
    margin: auto;
	}
	.tab-mobile {
		display: none;
	}
	div.heardwrp {
		height: 31%;
	}
	.headwrp.smaller {
		height: 20%;
	}
}