body{
    background: white;
}
.no-margin {margin:0}
h1 {font-size:48px}
.jumbotron h1 {
    font-weight:400;
    text-shadow: 1px 1px 3px rgba(134, 128, 128, 0.75);
}


/**
 * Navigation
 * --------------------------------------------------
 */
#top-nav.navbar{
    background-color:rgba(255,255,255,1);
    color:#333;
    font-weight:500;
    font-size: 22px;
    font-variant:small-caps;
    margin-bottom: 0px;
    padding: 0px !important; box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%), 0 5px 5px 0 rgb(0 0 0 / 0%);

}

#main-nav.navbar-nav{
    float: right
}
#main-nav.navbar-nav>li>a {
    line-height: 1.7
}
#main-nav.navbar-nav>li>a:hover{
    background-color:rgba(255,255,255,.5);
    color:#009688
}
#main-nav.navbar-nav>.active>a{
    background-color: #009688;
    color:#fff
}

#top-dropdown.dropdown-menu{
    background-color:rgba(255,255,255,.8);
    font-size: 18px;
    padding:0px;
    border-radius: 0;
    right:0;
    left:auto;
    min-width:125px
}
#top-dropdown.dropdown-menu>li>a:hover{
    background-color:rgba(255,255,255,.5);
    color:#009688
}
#top-dropdown.dropdown-menu>.active>a{
    background-color: #009688;
    color:#fff
}

.navbar-toggle{
    margin: 18px;
}
.navbar-toggle .icon-bar {
    width:30px;
    margin-top 6px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}


/**
 * Top Image Area
 * --------------------------------------------------
 */
.top-image{
    background-image:url(https://rentals.rnsvacationrental.com/rns/content/demodata/images/background5.jpg);
    background-size: cover;
    min-height:100%;
    padding:0px !important; 
    margin:0 auto;
    width:100%;
}
.header-container{
    bottom: 0;
	background-color: rgba(3,3,3,.5);
}
.home-top-words{
    color:#fff;
    text-align: center;
}


/**
 * Top Search
 * --------------------------------------------------
 */
#home-top-search{ 
    padding:20px;
}
#home-bottom-search{ 
    padding:8px;
	width:300px;
}
#home-top-search.form-group {
    margin-bottom: 0px;
}
.search-col{padding:5px 7px}
#searchbox{ 
    border: #ddd solid 1px;
    padding: 0px;
    background: white;
}
.home-searchgroup{
    padding: 5px 10px;
    width:100%;
}
.home-searchaddon{
    line-height: 1 !important;
    width: 16px !important;
}
.main-calendar-icon{
    font-size:24px
}
#searchinput{
    font-size:18px;
    color:#333;
    font-weight: 400;
    background: transparent;
}
.home-search-btn {
    width:100%;
    padding:11px 5px;
    font-size:22px;
    margin: 0 auto;
}

.home-btn {
    width:100%;
    padding:7px 5px;
    margin: 0 auto;
}



/*----------------------Calendar- Datepickers----------------------*/
.datepicker {font-weight:400 !important}
.datepicker-inline {width:inherit;} 
.datepicker table tr th {font-weight:500 !important}
.datepicker table tr td, .datepicker table tr th {height: auto; border-radius: 0px!important; text-align: center; width: 36px;}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {background:#c7c7c7}

.datepicker table tr td.old, .datepicker table tr td.new {color:#656565}

.datepicker table tr td.active.active { color: #fff!important; background-color: #009688!important; border: #333 1px solid !important;}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:focus { color: #fff!important; background-color: #009688!important; opacity:.8 !important; border-color: #333 }
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:focus { color: #fff; background-color: #009688; background-color: #009688; opacity:.8 !important; border-color: #333}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled {color: #fff; background-color:#009688; border-color: #009688}
.datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled:hover {color: #fff!important; background-color:#009688!important; border-color: #009688; opacity:.8 !important}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover{background-color:#009688;opacity: .6;color: white;}
.datepicker table tr td.range:hover, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:focus {background-color:#009688;opacity: .7;color: white;}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {color:#BDBDBD !important; cursor:text; background:none}

.blocked, .datepicker table tr td.blocked, .datepicker table tr td.blocked:hover {background-color:#757575!important; color: #333 !important; cursor:default}

.datepicker table tr td, .datepicker table tr th {width:40px}

.cal-edits {color:#333;} 

/**
 * Scroll Arrow
 * --------------------------------------------------
 */
 .scroll-arrow{
  width:100%;
  position:relative;
  background-color:#fff;
 }
.arrow-wrap {
  position:absolute;

  left:50%;
  top:-5em;
  margin-left:-5em;
  background-color:rgba(255,255,255,.8);
  width:10em;
  height:10em;
  padding:4em 2em;
  border-radius:50%;
  font-size:0.5em;
  display:block;
}

.arrow {
  float:left;
  position:relative;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: #009688 transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}

  @-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }
  
  .arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
  }

/**
 * Motto
 * --------------------------------------------------
 */

.loveicon{
    color: #F48116;
    font-size: 40px !important;
}
.motto-home{
    text-align:center;
    padding-top: 50px;
    padding-bottom: 80px;
    overflow: hidden;
}

h1.motto {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

h1.motto:before,
h1.motto:after {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 400%;
}
h1.motto:before {
  right: 100%;
}
h1.motto:after {
  left: 100%;
}
.motto-home p {font-size:18px}



/**
 * Categories
 * --------------------------------------------------
 */
.cat-boxes{
    padding-top: 40px;
    padding-bottom: 40px;
    background-image:url(https://rentals.rnsvacationrental.com/rns/content/demodata/images/shl.png);      
}

#home-boxes.well{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    text-align:center;
    margin-bottom:0;
    padding:15px;
    position: relative;
}

#home-boxes.well a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    font-size:20px;
}

#home-boxes.well2{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    text-align:center;
    margin-bottom:0;
    padding:0px;
    position: relative;
}

#home-boxes.well2 a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    font-size:20px;
}

#home-boxes.well3{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    text-align:center;
    margin-bottom:0;
    padding:15px;
    position: relative;
}

#home-boxes.well3 a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    font-size:20px;
}

.icon-home {
    display:none;
}


/**
 * featured/about
 * --------------------------------------------------
 */
#featured {
    padding-top:40px;
    padding-bottom:40px
}
#featured h2 {font-weight:400; margin:0; padding:20px 10px; color:white}
.featured-bkg{
    background-color: #00AA9A;
}
#about h2 {font-weight:400; margin:0; padding:20px 10px; color:white}
.about-bkg{
    background-color: #F07613;
}

.home-fw-header {
    font-size:38px;
}

.fw-row-featured{
    background-color:#fff;
}


/**
 * footer
 * --------------------------------------------------
 */

#footer{
    background-color: #ccc;
    padding-top:15px;
    padding-bottom:10px;
    width:100%;
    bottom:0;
    border: #ddd 1px solid;
    clear: both;
}
.footersections { 
    padding:5px 30px;
    border-left: #d7d7d7 1px solid;
    border-right: #d7d7d7 1px solid;
    height: 100%;
}
.footer-nav{
    font-size: 18px;
    line-height: 2;
}
.footer-nav a:hover{
    color:#f48116;
}
.disclaimer{
    text-align:center;
}
.socialicons{
    float: none;
    margin: 0 auto;
    max-width: 260px;
}
.facebookicon{
    background-image: url(../../images/demodata/fb.png);
    width:40px;
    height:50px;
    float:left;
    background-repeat: no-repeat;
    background-size: 85%;
    
}
.facebookicon:hover{
    background-image: url(../../images/demodata/fb-hover.png);
    width:40px;
    height:50px;
    float:left;
    background-repeat: no-repeat;
    background-size: 85%;
}
.twittericon{
    background-image: url(../../images/demodata/twitter.png);
    width:50px;
    height:50px;
    float:left;
    background-repeat: no-repeat;
    background-size: 85%;
}
.twittericon:hover{
    background-image: url(../../images/demodata/twitter-hover.png);
    width:50px;
    height:50px;
    float:left;
    background-repeat: no-repeat;
    background-size: 85%;
}
.linkedinicon{
    background-image: url(../../images/demodata/linkedin.png);
    width:50px;
    height:50px;
    float:left;
    background-repeat: no-repeat;
    background-size: 85%;
}
.linkedinicon:hover{
    background-image: url(../../images/demodata/linkedin-hover.png);
    width:50px;
    height:50px;
    float:left;
    background-repeat: no-repeat;
    background-size: 85%;
}
.googleplusicon{
    background-image: url(../../images/demodata/googleplus.png);
    width:50px;
    height:50px;
    float:left;
    background-repeat: no-repeat;
    background-size: 85%;
}
.googleplusicon:hover{
    background-image: url(../../images/demodata/googleplus-hover.png);
    width:50px;
    height:50px;
    float:left;
    background-repeat: no-repeat;
    background-size: 85%;
}
.commentsicon{
    background-image: url(../../images/demodata/comments.png);
    width:50px;
    height:50px;
    float:left;
    background-repeat: no-repeat;
    background-size: 85%;
}
.commentsicon:hover{
    background-image: url(../../images/demodata/comments-hover.png);
    width:50px;
    height:50px;
    float:left;
    background-repeat: no-repeat;
    background-size: 85%;
}


/**
 * choices
 * --------------------------------------------------
 */
.choice-content{  
    min-height: 400px;
}
.choice-content h2{ font-weight:400;color:#fff;font-size: 40px;}
.choice-content a {color:#fff}

.choice-content-overlay {
                       padding: 0px;
}

#tile-row1, #tile-row2, #tile-row3{
    padding: 0px 30px;
}

.tile-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: rgba(0,0,0,.4);
    pointer-events: none;
}

a:focus, a:hover {
    text-decoration: none;
}

.choice-content2{  
    border: solid 1px white;
    padding-top: 115px;
    min-height: 400px;
}
.choice-content2 h2{ font-weight:400;color:#fff;font-size: 40px;}
.choice-content2 a {color:#fff;
}

.choice-content3{  
    border: solid 1px white;
    padding-top: 115px;
    min-height: 400px;
}
.choice-content3 h2{ font-weight:400;color:#fff;font-size: 40px;}
.choice-content3 a {color:#fff;}


.well {
    transition: filter .5s;
}

    .well:hover {
        filter: grayscale(.75);
    }



.well2 a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    text-align: center;
    transition: background 1s;
}

    .well2 a:hover {
        background: rgba(0,0,0,0);
    }


    .well3 a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    text-align: center;
    transition: background 1s;
}

    .well3 a:hover {
        background: rgba(0,0,0,0);
    }

.choice1{
    content: "";
    background-image:url(images/Ebbtide21.jpg);
    height:100%;
    margin:0 auto;
    display:block;
    background-position: center;
    background-size:cover;
}
.choice2{
    background-image:url('images/dog.jpg');
    height:100%;
    margin:0 auto;
    background-position: center;
    background-size:cover;
}
.choice3{
    background-image:url(https://rentals.rnsvacationrental.com/rns/content/demodata/images/kid.jpg);
    height:100%;
    margin:0 auto;
    background-position: center;
    background-size:cover;
}
.choice4{
    background-image:url(https://rentals.rnsvacationrental.com/rns/content/demodata/images/longterm.jpg);
    height:100%;
    margin:0 auto;
    background-position: center;
    background-size:cover;
}
.bybeds{
    background-image:url(https://rentals.rnsvacationrental.com/rns/content/demodata/images/bed-bck.jpg);
    height:100%;
    margin:0 auto;
    background-position: center;
}

/**
 * Rental Pages Nav
 * --------------------------------------------------
 */
#top-nav.navbar.morepages{
    background-color:#f5f5f5;
    color:#333;
    font-weight:500;
    font-size: 22px;
    font-variant:small-caps;
    margin-bottom: 30px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05), 0 2px 5px rgba(0,0,0,0.13);
}

#top-dropdown.dropdown-menu.more-drop{
    background-color:#f5f5f5;
    font-size: 18px;
    padding:0px;
    border-radius: 0;
    right:0;
    left:auto;
    min-width:125px
}



 /**
 * MAX-WIDTH 1200px
 * --------------------------------------------------
 */

@media (max-width:1199px) {

    #main-nav.navbar-nav>li>a {
        line-height: 2.1;
}




}



/**
 * MAX-WIDTH 992px
 * --------------------------------------------------
 */
@media (max-width:991px) {
    
    #main-nav.navbar-nav>li>a{
        padding-left:10px;
        padding-right:10px;
    }
        
.logo-mobile {
    max-width: 200px;
    padding: 8px 0 5px
}



}




  /**
 * MAX-WIDTH 768px
 * --------------------------------------------------
 */
@media (max-width:991px) {

#home-bottom-search{ 
    background-color:rgba(255,255,255,.7);
    padding:10px;
	width:100%;
}
#home-bottom-search {
    padding: 8px;
}

    
/**
 * Nav
 * --------------------------------------------------
 */
#main-nav.navbar-nav {float: none}
#main-nav.navbar-nav>li>a {line-height: 1.2}

.logo-mobile {
    max-width: 240px;
    padding: 8px 0px 5px 15px
}
    
    
/**
 * Top Image Area
 * --------------------------------------------------
 */
.top-image{
    min-height:420px;
}
.header-container{
    margin-top:5vh;
    margin-bottom:5vh;
}
.home-top-words{
    font-size: 36px;
}


/**
 * Top Search
 * --------------------------------------------------
 */
#searchbox{ 
    padding: 2px;
}
#home-top-search{ 
    padding:8px;
}
.home-searchgroup{
    padding: 5px 8px;
}
.main-calendar-icon{
    font-size:24px
}
#searchinput{
    font-size:18px;
}
.home-search-btn {
    font-size:18px;
}

/**
 * Scroll Arrow
 * --------------------------------------------------
 */
 .scroll-arrow{
  display:none;
 }    
    
    
 /**
 * Footer
 * --------------------------------------------------
 */   
    
.footer-nav{
    width:100%;
    float: none;
    margin:0 auto;
    line-height: 1.3;
}
.socialicons{
    float: none;
    width:252px;
    margin:0 auto
}
.disclaimer{
    width:100%;
    float: none;
    margin:0 auto
}
.footersections { 
    padding-top:5px;
    border-left: none;
    border-right: none;
    height: auto;
}

}

 /**
 * MAX-WIDTH 480px
 * --------------------------------------------------
 */
@media (max-width:479px) {
.header-container{
margin-top: 147px;
}

.topnav {
    overflow: hidden;
    float: right;
    margin-top: 10px !important;
}


}




/*--------------------------------------------------NEW Menu----------------------------------------------------------------------- */


/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  float: right;
  margin-top: 34px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
}

/* Add an active class to highlight the current page */
.active {
  color: #333;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 24px;
  border: none;
  outline: none;
  color: #333;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 3px 6px 10px 0px rgba(0,0,0,0.1);
  z-index: 1000;
  min-width: 220px;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  color: #999;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 991px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 991px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}





/* ---------------------------------------------NEW CHANGES---------------------------------------- */

.form-control {
    background: transparent !important;
}

.btn {
font-size:18px;
}

.form-control-wrapper .floating-label {
    font-size: 18px;
    color: #333;
    /*padding: 0px 10px;*/
}

.form-control {
    font-size: 18px;
    color: #333;
}
 
.col-centered{
    float: none;
    margin: 0 auto;
}

.rns-date-range-home{
        max-width: 1300px;
    margin: 0 auto;
}

body {
    font-size: 18px;
}

.btn.btn-sm {
    padding: 8px 15px;
    width: fit-content;
    margin-top: 15px;
}

#rns-style p {
    font-size: 18px;
}

.top-right-nav  {
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 10px 15px;
}

.fa-mobile-screen-button
{
    padding:0px 10px;
}

.favorite-icon-sm
{
    padding: 0px 6px;
    font-size: 22px;
}


.jumbotron .container {
    max-width: 100%;
    margin: 0 auto;
}


.dropdown, .dropup {
    position: inherit;
}

.logo {
	padding:10px;
}

.navbar-header {
	float:none;
}

.top-right-phone{
    display: inline-block;
}

.favorites-container{
    display: inline-block;
    }

.img-responsive {
    display: block;
        width: 100%;
            max-height: 832px;
    object-fit: cover;
}

.form-control-wrapper select{
appearance: auto;
}

.input-group-addon {
    padding: 0px 12px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

#rns-style .navbar-nav > li > a {
    padding: 12px 5px !important;
}

/*#topnav.affix {
    position: fixed;
    top: 110px;
    width: 716px;
    height: 40px;
    transition: all .2s ease-in-out;
    top: 0px;
    z-index: 1000;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}*/

#rns-style h2 {
    font-size: 30px;
    color: #008d80;
}

.collapse-div{
background-color: #f5f5f5;
    padding: 20px;
}




.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Marcellus SC', serif;
}

body{
font-family: 'Poppins', sans-serif;
}

.btn-primary:not(.btn-link):not(.btn-flat) {
    background-color: #558e7b;
}

.btn-primary:hover:not(.btn-link):not(.btn-flat) {
   background-color: #104e58
}

.form-control-wrapper {
    border-bottom: 1px solid #adadad;
    padding: 1px;
}

.box-input .form-control-wrapper {
    border:none;
}

#price-section h5 {
    font-family: 'Poppins';
    font-size: 18px;
    color: #fff;
}





.dropdown li{
    list-style: none;
}

.top-image {
    background-image: none;
    background-color:transparent;
}

.header-container {
    position: absolute;
    width: 100%;
    background-color: rgba(3,3,3,.5);
}

.topnav {
    margin-top: 80px;
}

.top-right-nav {
    padding: 22px 15px;
}

.header-banner{ 
    position:relative;
    width:100%;
    padding: 0px !important; box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%), 0 5px 5px 0 rgb(0 0 0 / 0%);
}


.header-iframe {
    width: 100%;
    height: 1070px;
}

@media (min-width:1950px) {
.header-iframe {
    width: 100%;
    height: 1440px;
}
}

@media (max-width:991px) {
    .top-right-nav {
        padding: 20px 10px;
    }
    .top-right-phone {
        float:right;
    margin-right: inherit;
}
    .topnav {
        float: left;
        width: 100%;
    }
        .header-container {
        margin-top: 0px;
}
    .header-iframe{
        width: 100%;
    height: 230px;
    }

.top-right-nav {
    padding: 20px 10px;
    width: 185px;
    text-align: right;
}
.logo {
    width: 425px;
    padding: 12px 25px 0px 10px;
}
.topnav {
    margin-top: 0px !important;
}
    .header-container {
        position: relative;
        width: 100%;
    }
    .header-container {
    margin-top: 0px;
    position: relative;
}
    #tile-row1, #tile-row2, #tile-row3 {
        padding: 0px;
    }

    .choice-content {
    min-height: 300px;
}

}




.modal {
    z-index: 999999 !important;
}
.modal-backdrop {
    z-index: 999998 !important;
}