#lease-content {
    position: relative;
    display: inline-block;
    width: 70%;
}

#sidebar-container {
    position: relative;
    display: inline-block;
    float:right;
    width: 27%;
    margin-left: 3%;
}


/*Game styling*/
.available-game-list {width: 100%;}

.available-game-list a {
    position:relative;
    float:left;
    background: #ffc581;
    color: #d26e4b;
    text-transform: none!important;
    font-weight: 400;
    font-size: 12px;
    padding: 3px 15px;
    margin-right: 5px;
    margin-top: 5px;
}

/*Area & Address*/
#area-address {width: 100%;float: left;margin:25px 0px;}
#area-address .area {display: inline-block;float:left;margin-right:25px;}
#area-address .area img {margin-top:6px;margin-right:5px;}
#area-address .address {display: inline-block;float:left;width:75%;}
#area-address .address img {margin-top:4px;margin-right:5px;}

/*Description text*/
.lease-description-text p{font-size:15px;color:#929292;}
.subheadings {width:100%;float:left;margin-top:2em;}
.lease-description-text {width:100%;float:left;}


/*Lease specs*/
.spec-list {list-style-type: none!important;}
.spec-list li {
  margin-left:0px!important;
  width: 100%;
  display: inline-block;
  float:left;
  margin-top:0.3em;
}

.spec-title {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

.spec-type {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.spec-type a,
a.spec-type {
  background: #fbf1e5;
  color: #d26e4b!important;
  font-size: 12px;
  padding: 4px 8px;
  white-space: nowrap;
  margin: 3px 6px 3px 0;
}

a.spec-type {
  display: inline;
}

/*Loccation*/
#lease-location-details .region {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-weight: bold;

}

#lease-location-details .address {
    display: inline-block;
    float:left;
    width:75%;
    margin-bottom:1em;
}

#lease-location-details .address img {margin-top:4px;margin-right:5px;}




/*SIDEBAR - CONTACT OWNER MODAL*/


#contact-owner {
  min-width:284px;
  text-align:center;
  border: 2px solid #c5c5c5;
  padding: 25px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.08);
}

#contact-owner h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #929292;
  font-weight: bold;
}

#contact-owner #price {
  font-size: 18px;
  color: #d26e4b;
}

#myBtn {
  background: #d26e4b;
  margin: 0 auto;
  margin-top: 25px;
  text-transform: none;
  color:#fff;
  font-weight: 400;
  padding: 5px 10px;
  width: 100%;
}

#myBtn:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.report-post {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  cursor: pointer;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999999; /* Sit on top */
    padding-top: 20vh; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    z-index: 9999999999;
    background-color: #f7f6f6;
    margin: auto;
    padding: 25px;
    border: 1px solid #888;
    width: 25%;
}


/*Contact owner form popup*/
#popmake-4484 {background:#F7F6F6!important;}

#popmake-4484 .pum-close {
    top:-8px!important;
    right:-30px!important;
    background:#d26e4b!important;
    color: #fff!important;
}

#contact-owner-form label {
    font-size: 14px;
    color: #929292;
    margin-bottom: -1em;
    font-weight: 500;
}

.name-input::-webkit-input-placeholder {color:#929292;font-size:13px;}/* Chrome/Opera/Safari */
.name-input::-moz-placeholder {color:#929292;font-size:13px;}/* Firefox 19+ */
.name-input:-ms-input-placeholder {color:#929292;font-size:13px;}/* IE 10+ */
.name-input:-moz-placeholder {color:#929292;font-size:13px;}/* Firefox 18- */

.email-input::-webkit-input-placeholder {color:#929292;font-size:13px;}/* Chrome/Opera/Safari */
.email-input::-moz-placeholder {color:#929292;font-size:13px;}/* Firefox 19+ */
.email-input:-ms-input-placeholder {color:#929292;font-size:13px;}/* IE 10+ */
.email-input:-moz-placeholder {color:#929292;font-size:13px;}/* Firefox 18- */

.message-txt::-webkit-input-placeholder {color:#929292;font-size:13px;}/* Chrome/Opera/Safari */
.message-txt::-moz-placeholder {color:#929292;font-size:13px;}/* Firefox 19+ */
.message-txt:-ms-input-placeholder {color:#929292;font-size:13px;}/* IE 10+ */
.message-txt:-moz-placeholder {color:#929292;font-size:13px;}/* Firefox 18- */

#contact-owner-form .send-button,
#report-post-form .send-button {
    background: #d26e4b;
    display:block;
    margin: 0 auto;
    text-transform: none!important;
    font-weight: 400;
    padding: 5px 10px;
    width: 100%;
}
#contact-owner-form .send-button[disabled=disabled], #contact-owner-form .send-button:disabled,
#report-post-form .send-button[disabled=disabled], #report-post-form .send-button:disabled,
#contact-owner-form .send-button[disabled=disabled]:hover, #contact-owner-form .send-button:disabled:hover,
#report-post-form .send-button[disabled=disabled]:hover, #report-post-form .send-button:disabled:hover {
  background: #999;
  color: #000;
}

/*Slider*/
.demo {clear:both;}
.demo .item {margin-bottom: 60px;}
.content-slider li{
    background-color: #ed3020;
    text-align: center;
    color: #FFF;
}

.lSGallery {width:100%!important;}
#image-gallery li {margin-left:0px!important;}
#image-gallery li img {width:100%;}
.lSGallery li {margin-left:0px!important;}
.content-slider h3 {margin: 0;padding: 70px 0;}
.demo {width: 100%;}

.img-thumb:nth-child(1) {width:738px!important;}
.img-thumb:nth-child(2) {width:727px!important;margin-left:-20px!important;}
.img-thumb:nth-child(2) img {margin-left:-18px!important;}
.img-thumb:nth-child(3) img {margin-left:-10px!important;}
.img-thumb:nth-child(4) img {margin-left:-10px!important;}
.img-thumb:nth-child(5) img {margin-left:-10px!important;}
.img-thumb:nth-child(6) img {margin-left:-12px!important;}


#popmake-4484 {min-width:310px!important;}





/*RESPONSIVE FIXES*/
@media screen and (min-width: 1px) and (max-width:1366px) {
    #sidebar-container {width:100%;margin-left:0px;}
    #lease-content {width:100%;padding-bottom:15em;}

    #sidebar-container {
        position:relative;
        display: block;
    }

    #contact-owner {
        max-width: 400px;
        display: block;
        position:relative;
        margin-top:-10em;
        margin-left:auto;
        margin-right:auto;
    }


    #image-gallery li img {width:auto;}


    .footer-1 {height:1px;}

    #image-gallery {height: 500px;}

/*    .img-thumb img {width:1366px!important;}*/
}



/*Mobile responsive*/
@media screen and (max-width:414px) {
    .spec-title {width:100%;}
    .spec-type {width:100%;}
}

ul{
	padding: 0;
	margin: 0;
}

#slick-slider {
  margin: 25px 0;
}

#image-slider{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: auto;
	display: block;
}
#image-slider ul{
	width: 100%;
	height: 359px;
	position: relative;
}
#image-slider ul li{
	display: inline-block;
	position: absolute;
	top: 0;
  left: 100%;
  width: 100%;
  height:100%;
}
#image-slider ul li img {
	width: 100%;
  	height:auto;
    margin-left:-20px;
}
#image-slider ul li.active-img{
	left: 0;
}
.next-img{
	z-index: 9999;
}
#thumbnail {
	cursor: default;
	margin-top: 5px;
  width: 100%;
}
#thumbnail ul {
	width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;

  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#thumbnail li {
	list-style: none;
	cursor: pointer;
  margin: 0 5px 0 0;
  padding: 0;
  flex: 0 0 auto;
}

#thumbnail li img {
  margin: 0;
	padding: 0;
	max-height: 56px;
	height: 56px;
  width: auto!important;
}

hr.description-delimiter {
  border-style: solid;
  margin-top: 0;
  border-width: 4px;
  width: 33px;
  opacity: 1;
  border-color: #d26e4b;
}
