.template-navigation{
  float: left;
  clear: both;
  position: relative;
  height: 59px;
  width: 100%;
  font-family: 'Raleway', sans-serif;
}

.feedback-message{
  background-image: none;
  background:#1C3F6B;
}

.template-fixed-navigation{
  position: fixed;
  top:0;
  left: 0;
  right:0;
  float: left;
  clear: both;
  display: table;
  width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
  background:#1C3F6B;
  box-shadow: inset 0 0 2.5px #333,0 4px 15px -5px #000;

    z-index: 99;
}
.multi-calendar{
  float: left;
  width: 100%;
  position: relative;
  clear: both;
  box-sizing: border-box;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s;
}
.multi-calendar-visible{
  padding:20px 20px;
  border-top:1px solid #eee;
  box-sizing: border-box;
  max-height: 600px;
  margin-top: 20px;
}
.template-multi-calendar-wrapper .availability-calendar-toolbar span:last-child{
  display: table;
  margin: 0 auto;
  float: none;
}
.template-logo{
  width: 100%;
  color:#fff;
  font-size: 22px;
}

.template-fixed-navigation > *{
  display: table-cell;
  vertical-align: middle;
}

.template-logo{
  width: 100%;
  font-size: 22px;
}
.template-logo > h1{
  font-weight: 100;
  line-height: 120%;
}
.template-logo > *{
  vertical-align: bottom;
  display: table-cell;
}
.weather-widget{
  padding-left: 10px;
  box-sizing: border-box;
}
.template-navigation-list{
  float: right;
  white-space: nowrap;
}

.template-navigation-list > li{
  display: inline-block;
  position: relative;
}

.template-navigation-list > li > a{
  text-decoration: none;
  color:#fff;
  padding:20px 5px;
  box-sizing: border-box;
  line-height: 120%;
  display: block;
  transition: all ease-in-out 0.2s;
}

.template-navigation-list > li > a:hover{
  color:rgba(4, 139, 168, 1);
}

.template-footer{
  width: 100%;
  position: relative;
  float: left;
  clear: both;
}

.template-footer-wrapper{
  width: 100%;
  float: left;
  clear: both;
}

.template-footer-node{
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  padding:40px 0px;
}
.template-logo-link{
  text-decoration: none;
  color:#fff;
}
.template-logo span{
  color:rgba(4, 139, 168, 1);
  padding-left: 10px;
  box-sizing: border-box;
}
.template-navigation-dropdown{
  position: absolute;
  z-index: 9;
  top:100%;
  max-height: 0px;
  overflow: hidden;
  right: 0;
  background:rgba(4, 139, 168, 1);
  box-shadow: inset 0 0 2.5px #aaa,0 4px 15px -5px #000;
  transition: all 0.2s;
}
.template-dropdown{
  color:#fff;
  padding: 20px 40px;
  box-sizing: border-box;
  cursor: pointer;
}
.template-dropdown:hover{
  box-shadow: 0 4px 7.5px -5px #000;
  background: #fff;
  color:rgba(4, 139, 168, 1);
  font-weight: 700;
}

.template-dropdown-item:hover .template-navigation-dropdown{
  max-height: 500px;
}

.multi-calendar .price-table .td-icon{
  display: none;
}

.multi-calendar .template-multi-calendar, .template-multi-calendar-wrapper{
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
 .multi-calendar .template-multi-calendar-wrapper h2{
   font-weight: bold;
 font-size: 30px;
 color: #333;
 text-align: center;
}

.multi-calendar .main-cont{
    box-shadow: -1px -1px 15px #333;
    z-index: 8;
}
.multi-calendar .show-multi-calendar .availability-calendar-toolbar:first-child{
  display: table;
  margin: 0 auto;
  float: none;
  width: auto;
  padding-bottom: 20px;
}
.multi-calendar .availability-calendar td{
  height:auto !important;
}

.multi-calendar .month-row-wrap > *{
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	box-sizing: border-box;
	background: #fff;
}

.multi-calendar .month-row-wrap > .month-row-prev{
	z-index: 1;
}

.multi-calendar .month-row-wrap > .month-row-cur{
	z-index: 2;
}
.multi-calendar .month-row-wrap > .month-row-next{
	z-index: 3;
}

.multi-calendar .month-row-wrap > .month-row-prev > span{
	z-index: 1;
	background: #fff;
}

.multi-calendar .month-row-wrap > .month-row-cur > span{
	padding:0px 10px;
	background: #fff;
	box-sizing: border-box;
  display: block;
}

.multi-calendar .month-row-wrap > .month-row-next > span{
	z-index: 3;
	background: #fff;
	padding-left:10px;
	box-sizing: border-box;
}

.multi-calendar .month-row-wrap > * > *:not(.month-cur-center){
z-index: 2;
background: #fff;
}
.multi-calendar .month-row-wrap{
  position: relative;
  display: table;
  float: left;
}
.multi-calendar .month-row{
  overflow-y: hidden;
  height: 30px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;

  float: right;
  width: 100%;
  margin-bottom: -50px; /* maximum width of scrollbar */
  padding-bottom: 50px; /* maximum width of scrollbar */
  margin-top: 10px;
  overflow-x: scroll;
}

.multi-calendar .month-row-wrap > * > .month-cur-center{
background: #fff;
  position: absolute;
  top:0;
  float: none;
  line-height: 30px;
}
.multi-calendar .month-row-wrap > * > span{
  position: relative;
}
.multi-calendar .month-row-prev{
  text-align: right;
}
.multi-calendar .month-row-mext{
  text-align: left;
}
.weather-widget > *{
  display: table-cell;
  vertical-align: middle;
}
.weather-icon >i{
  float: left;
  display: block;
}
.weather-icon >i::before{
  font-size: 22px;
  line-height: 100%;
}
.weather-value{
  color:#E8B767;
  padding-left: 10px;
  box-sizing: border-box;
  float: left;
  display: block;
  font-family: 'Mukta', sans-serif;
}

.multi-calendar .availability-calendar-toolbar:first-child .arrow-span > select {
  border: 1px solid #02204b;
  font-weight: 700;
  color: #02204b;
  cursor: pointer;
  background: #fff;
  padding: 2.5px 20px;
  box-sizing: border-box;
}
.multi-calendar .availability-calendar-toolbar:first-child .arrow-span > *{
  display: table-cell;
  vertical-align: middle;
  float: none;
  position: relative;
  margin: 0;
  border: none;
  font-size: 16px;
  font-weight: 100;
  margin-right: 10px;
}
.multi-calendar .availability-calendar-toolbar:first-child .arrow-span > *:last-child{
  margin-right: 0px;
}
.multi-calendar .availability-calendar tr td {
  font-size:14px;
  font-weight:700 !important;
  padding-bottom: 5px !important;
  color:#203562;
}
.multi-calendar .availability-calendar th{
  font-size: 12px;
  line-height: 16px;
  font-weight: 400 !important;
  width: 40px;
  color: #fff;
  font-weight: 700;
  user-select: none;
  background: rgba(61, 169, 134,1);
  border: 1px solid rgba(61, 169, 134,0.4);

}
.multi-calendar .availability-calendar .unavailable > div:not(.price-td):not(.first):not(.last) {
  background: rgba(201,91,76,0.6) !important;
}
.template-multi-calendar-wrapper .availability-calendar .unavailable > .first{
  background: linear-gradient(to bottom right,
				rgba(201,91,76,0) 0%,
				rgba(201,91,76,0) 50%,
				rgba(201,91,76,0.6) calc(50% + 2px),
				rgba(201,91,76,0.6) 100%)
}
.template-multi-calendar-wrapper .availability-calendar .unavailable > .last{
  background: linear-gradient(to top left,
				rgba(255, 69, 0,0) 0%,
				rgba(255, 69, 0,0) 50%,
				rgba(201,91,76,0.6) calc(50% + 2px),
				rgba(201,91,76,0.6) 100%);
}
.calendar-content{
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-top:40px;
  position: relative;
  background: #fff;
}
.multi-calendar{
  width: 100%;
  float: left;
  position: relative;
  display: block;
}
.show-multi-calendar{
  float: left;
  width: calc(100% - 40px);
  display: none;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  padding:20px;
  box-sizing: border-box;
  clear: both;
  position: relative;
}
.first-wrap-cal{
  display: table;
  width: 100%;

}
.first-wrap-cal > *{
  display: table-cell;
  white-space: nowrap;
  padding-left: 20px;
  vertical-align: middle;
}

.first-wrap-cal > *:first-child{
  font-weight: 700;
  font-size: 20px;
  color: #555;
  line-height: 120%;
  text-align: left;
  text-align: center;
  padding-left: 40px;
  box-sizing: border-box;
  white-space: nowrap;
}

.template-unit-calendar .availability-calendar .past-date{
  background: #eee;
}
.template-unit-calendar .availability-calendar .past-date.unavailable{
  background: #eee !important;
}
.template-unit-calendar .availability-calendar .past-date .price-td{
  color:#eee;
  display: none;
}

.first-wrap-cal > *:last-child{
  width: 100%;
}
.cal-but-wrap input{
  background-color: #01bea0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  float: left;
  cursor: pointer;
  display: block;
  color:#fff;
  border: 2px solid #01bea0;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.22);
  -webkit-appearance: none;
  transition: all 0.2s;
}
.cal-but-wrap input:focus{
  outline: none;
}
.lg-actions .lg-next, .lg-actions .lg-prev{
  padding:40px;
}
.close-multi-cal{
  position: absolute;
  padding: 10px 15px;
  top:20px;
  color: #01bea0;
  border: 2px solid #01bea0;
  border-radius: 3px;
  right: 20px;
  text-decoration: none;
  transition: all 0.2s;
  background-color: #fff;
}
.close-multi-cal:hover{
  background: #01bea0;
  color:#fff;
}

.cal-but-wrap input:hover{
  background-color: #fff;
  color: #01bea0;
  box-shadow: none;
}
.template-unit-calendar{
  overflow-x: auto;
  width: 100%;
}
.calendar-relative{
  float: left;
  width: 100%;
    padding-top: 5px;
    box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.calendar-relative > *{
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.unit-calendar-name{
  min-width:140px;
  background: #ececec;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  box-sizing: border-box;
}
.unit-calendar-name > *{
  width: 100%;
  float: left;
  display: table;
  clear: both;
}
.price-td{
  font-weight: 300;
  font-size: 12px;
  padding-top: 5px;
}
.unit-cal-info{
  padding-top: 10px;
  width: auto;
  margin: 0 auto;
  float: none;
  display: table;
}
.cal-icon-wrap{
  display: table-cell;
  vertical-align: bottom;
}
.cal-icon-wrap:first-child{
  padding-right: 5px;
  box-sizing: border-box;
}
.cal-icon-wrap > *{
  display: table-cell;
  text-align: center;
}
.cal-icon-wrap > i::before{
  font-size: 16px;
  line-height: 100%;
}
.cal-icon-wrap > *:first-child{
  padding-right: 2.5px;
  line-height: 120%;
}
.u-name-a > span{
  color:#203562;
  font-size: 16px;
  font-weight: 700;
}
.availability-calendar-toolbar:first-child .arrow-span > select {
  border: 1px solid #02204b;
  font-weight: 700;
  color: #02204b;
  cursor: pointer;
  background: #fff;
  padding: 5px 20px;
  box-sizing: border-box;
}
.availability-calendar-toolbar:first-child .arrow-span > *{
  display: table-cell;
  vertical-align: middle;
  float: none;
  position: relative;
  margin: 0;
  border: none;
  font-size: 16px;
  font-weight: 100;
  margin-right: 10px;
}
.template-multi-calendar{
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
}
.multi-calendar-button{
  text-decoration: none;
  background-color: rgba(4, 139, 168, 1);
padding: 12.5px 20px;
font-size: 16px;
font-weight: 400;
cursor: pointer;
line-height: 120%;
color: #fff;
border: 2px solid rgba(4, 139, 168, 1);
border-radius: 3px;
box-sizing: border-box;
box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.22);
-webkit-appearance: none;
transition: all 0.2s;
}

.multi-calendar-button:focus{
  outline: none;
}
.template-multi-calendar-wrapper h3{
  display: table;
  margin: 0 auto;
  clear: both;
  float: none;
}
.template-multi-calendar-wrapper h3 > *{
  display: table-cell;
  vertical-align: middle;
}
.template-multi-calendar-wrapper h3 > span{
  padding-right: 20px;
box-sizing: border-box;
}
.multi-calendar-button:hover{

    background-color: #fff;
    color: rgba(4, 139, 168, 1);
    box-shadow: none;
}
.availability-calendar-toolbar:first-child .arrow-span > *:last-child{
  margin-right: 0px;
}
.availability-calendar tr td {
  font-size:14px;
  font-weight:700 !important;
  padding-bottom: 5px !important;
  color:#203562;
}
.fast-availability-wrap h3{
  text-align: center;
  padding:10px 0px;
  box-sizing: border-box;
    font-weight: bold;
    font-size: 30px;
    color:#1C3F6B;
}
.availability-calendar .unavailable > div:not(.price-td):not(.first):not(.last) {
  background: rgba(255, 69, 0,0.6) !important;
}

.template-contact{
  float: left;
  clear: both;
  position: relative;
  width: calc(100% - 80px);
  margin-left: 40px;
  padding:40px;

  box-sizing: border-box;
}
.temaplte-contact-form{

    position: relative;
    width: 30%;
    float: left;
}
.template-contact-reviews{
  position: relative;
  width: 70%;
  box-sizing: border-box;
  float: left;
}
.review-title{
  float: left;
  width: 100%;
  clear: both;
}
.review-date > *{
  font-size: 20px;
  line-height: 120%;
  float: left;
  clear: both;
  display: block;
  text-align: right;
  width: 100%;
}

.review-date > *:first-child{
  font-weight: 100;
}

.review-date > *:last-child{
  font-weight: 900;
}

.review-name{
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
}
.review-title > *{
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.review-img > img{
  width: 50px;
  float: left;
  display: block;
}
.review-content{
  float: left;
  width: 100%;
  line-height: 120%;
  position: relative;
  clear: both;
  margin-top: 10px;
}
.review-content > p{
  float: left;
  clear: both;
  font-family: 'Arimo', sans-serif;

}
.review-node{
  padding: 20px;
  box-sizing: border-box;
  box-shadow:inset 0px 0px 5px rgba(0,0,0,0.3);
}
.review-name{
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}
.review-name > div:first-child{
  font-size: 18px;
  color:rgba(4, 139, 168, 1);
  line-height: 120%;
  clear: both;
  font-weight: 900;
  float: left;
  position: relative;
}
.review-name > div:last-child{
  float: left;
  clear: both;
  position: relative;
  font-weight: 700;
  color:#333;
}
.review-buttons-abs{
  position: absolute;
  top:0;
  right:0;
  display: table;
  z-index: 2;
}
.review-buttons-abs > *:hover{
  filter:drop-shadow(0px 0px 1px #aaa);
}
.review-buttons-abs > *:first-child{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23048ba8'%2F%3E%3C%2Fsvg%3E");
  padding-right: 10px;

}
.review-buttons-abs > *:last-child{
  padding-left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23048ba8'%2F%3E%3C%2Fsvg%3E");

}
.review-buttons-abs > *{
  display: table-cell;
    vertical-align: middle;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background-size: 20px 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.2s;
}
.contact-form-container{
  clear: both;
  float: left;
  position: relative;
  width: 100%;
}
.owner-details,.contact-info-content{
  float: left;
  position: relative;
}

.contact-info-content{
  padding-left: 20px;
  font-family: 'Arimo', sans-serif;
  box-sizing: border-box;
}

.user-photo-name{
  font-size: 22px;
  color:rgba(4, 139, 168, 1);
  font-weight: 800;
}

.contact-info-content > *{
  font-size: 18px;
  line-height: 120%;
  clear: both;
  float: left;
  position: relative;
}
.user-photo{
  float: left;
  clear: both;
  position: relative;
}
.user-photo > img{
  width: 100px;
  float: left;
}
.footer{
  margin-top: 40px;
  background: #1C3F6B;
padding: 40px 0px;
width: 100%;
box-sizing: border-box;
clear: both;
    box-shadow: -1px -1px 15px #333;;
position: relative;
z-index: 2;
}


.footer-property-name, .footer-info-wrapper, .property-nav {
    width: 33.33%;
    display: table-cell;
    vertical-align: top;
}
.footer-property-name{
  vertical-align: middle;
}
.footer-property-name > div:first-child {
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
}
.footer-property-name > div:first-child h4{
  float: left;
  padding-bottom: 10px;
  padding-right: 20px;
  box-sizing: border-box;
}
.under-head {
    font-weight: 100;
    float: left;
    clear: both;
    line-height: 120%;
}
.social-footer {
  float: left;
}
.useful-h {
    float: left;
    text-indent: 0px;
    padding-bottom: 5px;
    font-weight: 900;
    text-align: left;
    border-bottom: 2px solid #F6AE2D;
    padding-bottom: 5px;
}

.footer-nav ul a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.footer-nav ul a:hover {
    opacity: 0.6;
}
.footer-nav ul li {
    margin-top: 10px;
    list-style: circle;
    box-sizing: border-box;
    margin-left: 20px;
}
.footer-nav ul li {
    margin-top: 10px;
    list-style: circle;
    box-sizing: border-box;
    margin-left: 20px;
}
.footer-nav ul {
    clear: both;
    display: table;
    margin: 0 auto;
    list-style: none;
    text-align: left;
}.footer-nav ul li:first-child {
    list-style: none;
    min-height: 25px;
    text-indent: 0px;
    margin-left: 0px;
}
.footer-contact {
    display: table;
    width: auto;
    float: right;
}
.price-div .td-icon{
  display: none;
}
.review-select-wrapper {
  display: table;
}
.review-select-wrapper > *{
  display: table-cell;
  vertical-align: middle;
}
.unit-review-toggle{
  padding:0px 2.5px;
  box-sizing: border-box;
}
.review-select-wrapper  .card-heading{
  padding-right: 20px;
  color:#1C3F6B;
}
.footer-info-wrapper > * {
    width: 100%;
    clear: both;
}
.footer-nav {
    display: table;
    margin: 0 auto;
}
.footer-contact > div > span {
    float: left;
    font-size: 18px;
    font-weight: 400;
    color:#fff;
}
.footer-contact i {
    padding-right: 20px;
    color: #E8B767;
    float: left;
    box-sizing: border-box;
    font-weight: 100;
}
.footer-contact > div {
    margin-top: 5px;
    float: left;
    line-height: 120%;
    font-size: 22px;
    clear: both;
    width: 100%;
}
.footer-stamp a {
    color: #E8B767;
    font-weight: 100;
    line-height: 120%;
    font-size: 12px;
    text-decoration: none;
}
.footer-stamp {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
}
.footer-copyright {
    color: #fff;
    width: 100%;
    font-weight: 100;
    padding-top: 20px;
    text-align: center;
    clear: both;
}

.card-heading{
  font-size: 26px;
  font-weight: bold;
  color: #333;
}
.user-detail-wrapper .card-heading{

    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 26px;
    color: #1C3F6B;
  padding-bottom: 20px;
}
.reviews-wrapper{
  padding-top: 20px;
}
