@charset "utf-8";
/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : Single-property Landing Page
Version    : 1.0
Author     : UiSuMo Team
Author URI : https://uisumo.com
Support    : uisumo@gmail.com
*/


/*---------------------------------------------
Table of Contents
-----------------------------------------------
Global Styles834
Typography
Links and buttons
Form Styling
TOP BAR
NAVBAR
NAVBAR TOGGLE BUTTON
RE-BANNER
DESCRIPTION
PROPERTY DETAILS
ROOM DIMENSIONS
GALLERY
TESTIMONIAL
PARTNERS
CONTACT
FOOTER
Responsive Media queries
----------------------------------------

/*
[Typography]
font-family: '    Lato', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

[Major colors]
1dc6bc ~ blue;
2c231e ~ Black;
ffffff ~ White;
*/

/*Importing Google fonts*/
body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    overflow-x: hidden;
    background: #fff;
    line-height: 30px;
}

/* ----------------------------------
Global Styles834
---------------------------------- */
.padding-0{
    padding-right:0;
    padding-left:0;

}
#portfolio .mix {
  display: none;
}
.input-group-btn:hover {
    color: red;
}
.navbar-btn:focus {
    border-color:#1dc6bc;
    outline: 0;
    transition: all 0.25s ease;
}
h1
{    color: white;
    font-family:'Source Sans Pro', sans-serif;
    font-weight:700;
    font-size:45px;
    text-align:center;
    margin:0;

}
h2{
    font-family:'Lato', sans-serif;
    color:  #363636;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin:0 0 0;
}
h3{
    font-family: 'Poppins', sans-serif;
    color:  #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin: 0 0 0;
}
h4 span{
    color:#51c5ec;
}
h5{
    font-family: 'Lato',sans-serif;
    color:  #666666;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin:0;

}
h6{
    font-family: 'Lato',sans-serif;
    color:  #363636;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    margin:0;

}

ul {
    list-style-type: none;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;

}
p{
    font-family: 'Lato',sans-serif;
    color:  #666666;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 0;
}

/* --------------------------------------------
Links and buttons
-------------------------------------------- */

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: solid;
}

.name a,
.name a:hover,
.name a:focus{
    color:  #1dc6bc;
    transition: all 0.25s ease;
}

a,a:focus,
a:hover{
    color:transparent;
    transition: all 0.25s ease;

}
a.read:focus,
a.read:hover,
.dt-trainer h5:focus,
.dt-trainer h5:hover
 {
    color:#38b54e;
    transition: all 0.25s ease;
}
.btn{
    background-color:  #1dc6bc;
    text-align: center;
    color: white;

}
.btn:focus,
.btn:hover {
    color: #29B6F6;
    text-decoration: none;
    background: #ffff;
    border: 1px solid #29B6F6;
    transition: all 0.25s ease;
}


.navbar-btn {
    padding: 23px 37px !important;
    border-radius: 0;
    font-weight: 400;
    position: relative;
    background-color: #435061;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
    font-family: 'Lato',sans-serif;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #435061;
    margin-top: 18px;
}
.navbar-btn:hover,
.navbar-btn:focus{
    color:#fff;
    border:1px solid #fff;
    transition: all 0.25s ease;
}
.btn{
    width: 150px;
    height: 48px;
    font-family: 'Lato',sans-serif;
    color:  #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-radius:0;
}
.re-bnr-btn{
    background-color:  #31a2e1;
    border: 1px solid #31a2e1;
}
.re-bnr-btn:focus,
.re-bnr-btn:hover{
    background-color: #ff551a;
    border: 1px solid #ff551a;
    color: #fff;
	 transition: all 0.25s ease;
}
.re-des-blue-btn{
    background-color:  #31a2e1;
    border: 1px solid #31a2e1;
}
.re-des-blue-btn:focus,
.re-des-blue-btn:hover{
    background-color:  #fff;
    border: 1px solid #31a2e1;
	color:#31a2e1;
	 transition: all 0.25s ease;
}
.re-des-btn{
    background-color: #ff551a;
    border: 1px solid #ff551a;;
}
.re-des-btn:hover,
.re-des-btn:focus{
    background-color: #fff;
    border: 1px solid #ff551a;
    color:#ff551a;
	 transition: all 0.25s ease;
}
.re-contact-btn{
    background-color: #ff551a;
    border: 1px solid #ff551a;
	width:100%;
}
.re-contact-btn:hover,
.re-contact-btn:focus{
    background-color: #fff;
    border: 1px solid #ff551a;
    color:#ff551a;
	 transition: all 0.25s ease;
}
.navbar-form .input-group >.form-control
    {
    height: 55px;
    border-radius: 35px;
    border: 1px solid #ffff;
}
/*********FORM STYLING********/


.re-contact input::-webkit-input-placeholder {
    color:  #666666;
	font-size: 15px;
	font-weight: 400;
}
.re-contact input:-moz-placeholder {
    /* Firefox 18- */
    color:  #666666;
	font-size: 15px;
	font-weight: 400;
}
.re-contact input::-moz-placeholder {
    /* Firefox 19+ */
    color:  #666666;
	font-size: 15px;
	font-weight: 400;
}
.re-contact input:-ms-input-placeholder {
    color:  #666666;
	font-size: 15px;
	font-weight: 400;
}

/*****TOP BAR *******/



.host2 > li {
    font-size: 14px;
    display: table-cell;
}

.host2 > li {
    padding-left: 101px;
}
.re-top-bar .media-body{
    padding-top:3px;
	padding-left:14px;
}
.re-top-bar .media-body h5{
    margin-bottom: 10px;
}
.re-top-bar .media-left{
    border: 1px solid #ff551a;
    border-radius: 50%;
    text-align: center;
	padding:0;
}
.re-top-bar .media-left img{
  text-align: center;
    padding: 15px;
    height: 48px;
    width: 48px;
}
.host2 {
    text-align: right;
    display:table;
    padding-top: 19px;
}

.re-top-bar {
    padding-top: 19px;
    padding-bottom: 20px;
    background: white;
}



/*********   NAVBAR   ******/


.navbar-default {
    background-color:#ff551a;
    background-size:cover;
    margin:-1px;
    position:relative;
}
.navbar-right{
    text-align:right;
    margin:-18px;
}
.navbar-brand {
    text-align: left;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Lato',sans-serif;
    color:  #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    padding-top: 22px;
    padding-bottom: 19px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
     background: #fff;;
    color: #435061;
    position:relative;
    transition: all 0.25s ease;
}

/******  NAVBAR TOGGLE BUTTON   ******/



.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    transition: all 0.25s ease;
}
.icon-bar {
    transition: all 0.25s ease;
}

.navbar-toggle:hover .icon-bar {
    background-color: #ff551a;
}
.navbar-default .navbar-toggle{
	border-color:transparent;
}


/********   RE-BANNER  ******/


.re-banner {
    background:url(../images/re-banner-bg.png);
    padding-top:283px; 
    padding-bottom:282px; 
	/* padding:150px 0; */
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;

}
.re-banner h4{
    font-family: 'Lato',sans-serif;
    color:  #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin:0;
    margin-top: 6px;
    text-align: left;
}
.re-banner h6{
    font-family: 'Lato',sans-serif;
    color:  #ffffff;
    font-size: 17px;
    margin:0;
    margin-top: 7px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: left;
}
.re-banner h5{
    font-family: 'Lato',sans-serif;
    color:  #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin:0;

}
.re-banner h1{
    font-family: 'Lato',sans-serif;
    color:  #ffffff;
    font-size: 26px;
    font-weight: 800;
    text-align: left;
    position:relative;
    margin:0;
    margin-bottom: 25px;
}
.re-banner h1 span{
    color:  #ffffff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}
.banner-heading:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 172px;
    bottom: -13px;
    right:-23%;
    top: 17%;
    background-color: rgba(255, 255, 255, 0.2);
}
.bnr-details{
    padding:32px 50px;
    background-color:#363636;
}
.villa-cost,
.villa-cost h1{
    text-align:right;
}
.villa-cost h1{
    margin:33px 0;
}



/******    DESCRIPTION  ******/



.re-description{
    padding-top: 140px;
    padding-bottom: 90px;
}
.re-description h3{
    font-family: Lato;
    color:  #666666;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    margin-bottom: 13px;
    margin-top: -4px;
}
.re-description h2{
    margin-bottom: 10px;
    max-width: 63%;
}

.re-description h1{
    font-family:'Lato', sans-serif;
    color:  #1fc055;
    font-size: 26px;
    font-weight: 800;
    text-align:left;
    margin-bottom: 15px;
}
.desc-list{
    text-align:left;
    margin-top: 20px;
    padding-bottom: 72px;
}
.desc-list>li{
    display:inline-block;
}
.highlight-list h2{
    color:  #222222;
    font-size: 16px;
    max-width: 100%;
    text-align: center;
}
.highlight-list h1{
    color:  #5738ad;
    text-align: center;
}
.highlight-list{
    display:table;
    width:100%;
    padding-top: 73px;
}
.highlight-list>li{
    display:table-cell;
    text-align:center;
}
.highlight-list .img-responsive{
    text-align:center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.owl-next .image{
    position:absolute;
    top:43%;
    right:0;
}
.owl-prev .image{
    position:absolute;
    top:43%;
    left:0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background:none;
}



/********  Property details   ******/




.re-property-details{
    background-color:#1fc055;
}

.re-property-details h2{
    color:  #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding-top: 35px;
    padding-bottom: 20px;
    font-style: italic;
}
.re-property-details h1{
    color:  #ffffff;
    font-size: 26px;
    font-family:'Lato',sans-serif;
    font-weight: 800;
    text-align: left;
    margin-bottom:17px;
}

.nav.nav-pills>li>a{
    color:#363636;
    background-color:#fff;
    border-radius:0;
    padding: 9px 50px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-pills>li>a:focus,
.nav-pills>li>a:hover{
    color:#fff;
    background-color:#435061;

}
.tab-pane:active,
.tab-pane:focus{
	outline:none !important;
	 transition: all 0.25s ease;
}
.tab-content h6{
    font-size: 18px;
    font-weight: 700;
    color:#fff;
    margin-top:30px;
	margin-bottom: 27px;
}
.tab-content h5{
    color:  #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-top:16px;
    margin-bottom:20px;
    max-width: 88%;
}
.tab-content p{
    color:  #ffffff;
    margin-bottom:13px;
    font-size: 16px;
    font-weight: 600;
    font-family:'Lato',sans-serif;
}
.property-tabs{
    max-width:78%;
}



/*****ROOM DIMENSIONS******/


.re-room-dimensions {
    background-color:#f5f5f5;
    padding-top: 144px;
    padding-bottom:84px;
}
.re-room-dimensions h6{
    color:  #363636;
    font-size: 18px;
    font-weight: 700;
    margin-bottom:46px;
}
.re-room-dimensions h5{
     color:  #666666;
    font-size: 16px;
    font-weight: 400;
    max-width:96%;
    line-height: 24px;
    margin-bottom: 50px;
 }
 .re-room-dimensions h1{
    color:  #5738ad;
    font-size: 26px;
    font-weight: 800;
    font-family:'Lato',sans-serif;
    text-align:left;
    margin-bottom:32px;
}
.re-room-dimensions h2 {
    color:  #666666;
    font-size: 16px;
    font-weight: 300;
    margin-bottom:20px;
    }
.dimensions-pills>li>a{
    color:#363636;
    background-color:#fff;
    border-radius:0;
    max-width: 202px;
    /* height: 58px; */
    font-size: 15px;
    font-weight: 700;
    text-align:center;
}
.nav>li>a{
	padding: 13px 15px;
}
.dimensions-pills>li.active>a,
.dimensions-pills>li.active>a:focus,
.dimensions-pills>li.active>a:hover,
.dimensions-pills>li>a:focus,
.dimensions-pills>li>a:hover{
    color:#fff;
    background-color:#1fc055;
 transition: all 0.25s ease;
}
.tab-content .img-responsive{
    width:100%;
}
.re-room-dimensions .tab-content h6{
    margin-top:28px;
    margin-bottom:26px;
}
.room-dimension{
    position:absolute;
    background-color:blue;
    width:150px;
    height:48px;
}
.desc-image-slider .img-responsive{
    position:relative;
}
.re-room-dimensions h2{
	font-style:italic;
}
.dimensions-img img {
    position: relative;
    margin: 0 auto;
}
.dimensions {
    position: absolute;
    text-align: center;
        bottom: 4px;
}
.dimensions p {
    font-size: 14px;
    background: #5738ad;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    padding: 9px 59px;
}

/********  TESTIMONIAL    ******/


.re-testimonial{
    background: url(../images/testimonial-bg.png);
    padding-bottom: 72px;
    padding-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-content h1{
    color:  #31a2e1;
    font-size: 26px;
    font-weight: 800;
    text-align:center;
    margin-bottom:30px;
}
.slider-content h2{
    color:#fff;
    font-style:italic;
    text-align:center;
    margin-bottom:20px;
}
.slider-content p{
    color:#fff;
    font-style:italic;
    font-size:18px;
    max-width: 95%;
    margin: 0 auto;
    text-align:center;
}
.slider-content h3{
    margin-bottom:80px;
    color:#fff;
    font-size: 18px;
    font-weight: 700;
    max-width: 70%;
    margin: 0 auto;
  margin-bottom: 43px;
    text-align:center;
}
.slider-content img{
    margin: 0 auto;
    margin-top: 62px;
    margin-bottom: 16px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.testimonial-name{
    font-family: 'Lato',sans-serif;
    color:   #ff551a;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}
.testimonial-adress{
    font-family: 'Lato',sans-serif;
    color:  #dddddd;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.owl-next img{
    position:absolute;
    top:50%;
    right:-33%;
}
.owl-prev img{
    position:absolute;
    top:50%;
    left:-33%;
}
.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background:none;
}




/*********  GALLERY  ********/


/*gallery tabs*/



  /*filter li elements*/
  
  .gallery-tabs{
	  padding:60px 0;
  }
  .gallery-tabs #filters {
      float: left;
  }
  
  .gallery-tabs #filters {
      margin: 1%;
      list-style: none;
      width: 100%;
      text-align: center;
  }
  
  .gallery-tabs #filters li {
      display: inline;
  }
  
  .gallery-tabs #filters li span {
      text-transform: uppercase;
    background: transparent !important;
    color: #1c1c23;
    font-size: 15px;
    /* font-weight: 700; */
    text-decoration: none;
    float: none;
    cursor: pointer; 
	padding:12px 21px;
    MARGIN-RIGHT: 24PX;
	font-family: 'Lato',sans-serif;
  }
  
  .gallery-tabs #filters li span.active {
      background: transparent;
      color: #f6825c;
      border: none;
      cursor: pointer;
      text-decoration: none;
  }
  
  .gallery-tabs #filters li span:hover {
   
      background: #f6825c !important;
    border: none;
    color: #fff;
    border: none;
    text-decoration: none;
  }
  /*Gallery images*/
  
  .portfolio-list {
      margin-top: 50px;
  }
  
  .portfolio {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      width: 31%;
      margin: 1%;
      display: none;
      overflow: hidden;
  }
  /*gallary*/
  
  ul.g-img {
      list-style: none;
  }
 .fadeIn-bottom {
      top: 80%;
  }
.gallery-tabs h1
{
    color: #ff551a;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    font-family: 'Lato',sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
}
.gallery-tabs h2{
    color:  #363636;
    font-size: 18px;
    font-weight: 700;
    text-align:center;
    max-width: 100%;
    margin: 0 auto;
	font-family: 'Lato',sans-serif;
    margin-bottom:40px;
}
.gallery-tabs h3{
    color:  #666666;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    text-align:center;
	margin-top: 40px;
}

.courses a{
	height:auto;
}
.courses {
	background:none;
}

.room-list>li>a:hover,
.room-list>li>a:focus{
    text-decoration:none;
    color:#fff;
 transition: all 0.25s ease;
}
.re-overlay {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin:0 auto;
  overflow: hidden;
}

.re-overlay .re-overlay-overlay {
  background: rgba(0,0,0,0.7);
    position: absolute;
    height: 70%;
    width: 78%;
    left: 40px;
    top: 44px;
    bottom: 40px;
    right: 40px;
    opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.re-overlay:hover .re-overlay-overlay{
  opacity: 1;
}

.re-overlay-image{
  width: 100%;
}

.re-overlay-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.re-overlay:hover .re-overlay-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.fadeIn-bottom{
  top: 80%;
}

.overlay-icon{
text-align:center;
}
.overlay-icon > li{
    display:inline;
    margin:0;

}
.overlay-icon .img-responsive {
    text-align:center;
    margin:0 auto;
}
.overlay-icon  p{
    color:#fff;
    padding-top:22px;
    font-size: 16px;
    font-weight: 700;
    font-family:'Lato',sans-serif;
    text-align:center;
}
.gallery-btn{
    text-align:center;
    margin:60px 0;
}



/*****  PARTNERS    ******/



.re-partners{
    padding-top:100px;
    padding-bottom:101px;
    background-color:#f5f5f5;
}
.our-partners{
    display:table;
    text-align:left;
}
.our-partners>li{
    display:table-cell;
    padding: 0 44px;
}
.our-partners>li>img{
    max-width:100%;
    margin:0 auto;
}

/********   CONTACT *******/


.re-contact {
    background: url(../images/re-contact-bg.png);
    padding-top: 115px;
    padding-bottom: 116px;
}

.re-contact h2{
    color:  #ffffff;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
}
.re-contact h1{
    color: #ffffff;
    font-size: 26px;
    text-align: left;
    font-family: 'Lato',sans-serif;
    font-weight: 800;
    margin-bottom: 22px;
}
.re-contact p{
    color:  #ffffff;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}
.re-contact h5{
    color:  #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.re-contact .media-body h5{
	margin-top:4px;
}
ul.contact-list{
    display: inline-block;
    position: relative;
}
.contact-list>li{
    padding:12px 0;
}
.contact-list .media-left span{
    color: #fff;
}
.form-control,textarea{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color:#666;
    height: 45px;
    margin: 18px 0;
    background-color: rgba(67, 80, 97, 0.1);
    background-image: none;
    border: 1px solid rgba(67, 80, 97, 0.1);
    border-radius: 0;
}
.form-control:focus,
 #id4:focus{
    border-color: #ff551a;
	 transition: all 0.25s ease;
    box-shadow: none;
}
.form{
    background: #fff;
    padding: 50px 48px;
}

#id4,textarea{
    padding-bottom: 89px;
    border-style: solid;
    border-width: 1px;
    background-color: rgba(67, 80, 97, 0.1);
    width: 100%;
    border: 1px solid rgba(67, 80, 97, 0.1);
    margin-bottom: 20px;
    border-radius: 0;
    padding-top:21px;
}
.form p{
    color:  #ff551a;
    font-size: 22px;
    font-weight: 800;
}
.form h1{
    color:  #ff551a;
    font-size: 26px;
    font-weight: 800;
}




/***** FOOTER ******/



 .re-footer img{
	width:100%;
	height: 714px;
}
.footer-details{
    float: right;
    padding-right: 23%;
	padding-top: 60px;
    padding-bottom: 53px;
}
.re-footer h5{
    color:  #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 36px;
    font-family:'Lato',sans-serif;
}
.footer-btn{
    margin-top:7px;
    margin-bottom:50px;

}
.re-footer h6{
    color:  #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.footer-list{
    display:inline;
    text-align:left;
}
.footer-details h2{
    color:  #ffffff;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 19px;
    margin-top:40px;
}
.footer-details h1{
    color:  #ffffff;
    font-size: 26px;
    margin-bottom: 50px;
    font-weight: 800;
    font-family:'Lato',sans-serif;
    text-align:left;
}
.re-rights{
    text-align:left;
}
.re-rights > li{
    display:inline;
    color:#fff;
}
.re-rights > li > span {
    color:#fff;
}
.footer{
    background-color:#5738ad;
}
a.back-to-top.show {
    color: red;
    font-size: 50px;
    border: 2px solid #ff551a;
    width: 42px;
    bottom: 71px;
    cursor: pointer;
    position: fixed;
    bottom: 4px;
    right: 2%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #ff551a;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    opacity: 1;
    z-index: 2;
}
span.fa.fa-angle-up {
    font-size: 30px;
}
span.fa.fa-angle-up :hover,
span.fa.fa-angle-up :focus{
	color:red;
	background:#fff;
	border:2px solid #fff;
	 transition: all 0.25s ease;
}

a.back-to-top.show:hover, a.back-to-top.show :focus {
    color: #ff551a;
    background: #fff;
    border: 2px solid #fff;
	 transition: all 0.25s ease;
	outline:none;
}



/* ----------------------------
Responsive >> Media Quaries
---------------------------- */
@media(max-width:1400px)
{
	.re-contact{
		background-position: bottom;
	}
.footer-details{
	padding-top: 61px;
    padding-bottom: 52px;
}
.re-property-details .img-responsive{
	height:604px;
}
.re-room-dimensions{
	padding-top:100px;
}
.highlight-list{
	padding-top:50px;
}
.desc-list{
	padding-bottom:50px;
}
.re-description {
    padding-top: 110px;
    padding-bottom: 60px;
}
}

/**** at 1199px ****/


@media(max-width:1199px) {
.re-partners{
	padding:65px 0;
}
.re-contact h2{
	margin-top:0;
}
.re-property-details img{
	height:602px;
}
.re-testimonial{
	padding-bottom:25px;
}
.gallery-tabs h2{
	margin-bottom:43px;
	   max-width: 53%;
}
.re-room-dimensions{
	padding-top:60px;
}
.re-property-details .property-tabs{
	max-width:100%;
}
.tab-content h5{
	max-width:100%;
}
.re-description {
    padding-top: 80px;
    padding-bottom: 65px;
}
.highlight-list{
	padding-top:50px;
}
.desc-list{
	padding-bottom:50px;
}
.re-banner{
	padding:90px 0;
}
.re-highlights .img-responsive{
	height:355px;
}
.host2 > li {
    padding-left: 6%;
}
.nav-pills>li>a{
	padding:9px 36px;
}
.gallery-tabs #filters li span{
	padding:12px 18px;
}
.slider-content p{
	max-width:86%;
}
.slider-content h3{
	max-width:63%;
}
.footer-details{
	padding-top: 59px;
    padding-bottom: 54px;
	padding-left: 42px;
}
.dimensions-img .img-responsive{
	height:334px;
}
.re-property-details .tab-content h5{
	max-width:63%;
}
.portfolio{
	width:31%;
}
.re-top-bar .media-body{
	padding-left:10px;
}
}


/*******   AT 991 PX      ******/


@media (max-width:991px) {

navbar-default .navbar-nav > li > a {
    padding: 23px 14px;
}
.navbar-btn{
	padding: 22px 13px !important;
}
.navbar-default .navbar-nav > li > a{
	font-size:14px;
}

.re-banner{
	    padding: 51px 0;
}
.portfolio{
	width:46%;
}
.re-description h2{
	max-width:100%;
}
.re-property-details .img-responsive{
	max-width:100%;
	margin: 0 auto;
}

.property-tabs{
	max-width:100%;
}
.re-room-dimensions{
	padding:60px 0;
}
.dimensions-pills>li>a{
	width:150px;
}
.dimensions {
        bottom: -1%;
}
.tab-content{
	padding-left:46px;
}
.dimensions-img .img-responsive{
	height:313px;
}
.gallery-tabs #filters li span{
   padding: 12px 15px;
   margin-right:0;
}
.gallery-tabs h2{
	max-width:73%;
}
.re-partners{
	padding:56px 0;
}
.our-partners>li{
	padding:0 20px;
}
.footer-details{
	  padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 40px;
	    float: left;
}
.re-room-dimensions h5{
	margin-bottom:46px;
}
.re-property-details .tab-content{
	padding-left:0;
}
.re-highlights .img-responsive{
	height:472px;
}
.re-room-dimensions .tab-content h5{
	max-width:100%;
}

.slider-content p {
    max-width: 90%;
}
.footer-list{
	display:table;
}
.footer-list>li{
	display:table-cell;
	padding-right:19px;
}
.re-footer h5{
	margin-bottom:30px;
}
.footer-details h1,
.footer-btn{
	margin-bottom:35px;
}
.footer-details{
	padding-top:10px;
}
.re-banner h1{
	font-size:22px;
}
}


/*******   AT 767PX     ******/


@media(max-width:767px) {

.navbar-default .navbar-nav > li > a{
	padding-top: 19px;
    padding-bottom: 16px;
}
.re-contact{
	padding:50px 0;
}
.re-description h2,
.re-description h1,
.re-description h3,
.re-contact h2,
.re-contact h1,
p{
    text-align:center;
}
.form h1{
	text-align:left;
}
.desc-list{
    margin-top:30px;
    padding-bottom:30px;
	text-align: center;
}
.re-contact h2{
	margin-bottom:10px;
}
.re-contact h1{
	    margin-bottom: 40px;
}
.form {
    background: #fff;
    padding: 37px;
    margin-top: 30px;
}
.re-contact p{
	text-align:left;
}
.navbar-brand{
    padding: 0px 15px;
	margin-bottom:7px;
}
.navbar-header{
    background-color:#ffffff;
}
.navbar-nav{
    margin: 0 -15px;
}
.navbar-btn{
    margin:0 0 0;
    padding:0;
}
.navbar-default{
    margin:-1px;
}
.villa-cost,
.villa-cost h1{
    text-align: left;
    margin-top: 36px;
    margin-bottom: 15px;
}
.re-banner{
    padding: 80px 0;
}
.re-description{
    padding:50px 0;
}
.re-description h2{
    max-width:100%;
    font-size: 15px;
	margin-bottom: 40px;
}
.re-description h1{
    font-size:22px;
}
.highlight-list{
    padding-top:30px;
}
.highlight-list>li{
    display:inline;
}
.highlight-list h1{
    margin-bottom:35px;
}
.footer-details{
    padding-right:0;
    float:none;
	padding-left:10% ;
}
.footer-details h2{
    margin-top:0;
    padding-top: 20px;
}
.re-rights{
    margin-bottom:0;
    padding-bottom: 20px;
}
.our-partners{
    text-align:center;
        display: list-item;
}
.our-partners>li{
    display:list-item;
}
.our-partners>li>img{
    margin-top:43px;
}
.re-property-details h2,
.re-property-details h1,
.tab-content h6,
.re-room-dimensions h2,
.re-room-dimensions h1,
.re-room-dimensions h6,
.tab-content h5{
    text-align:center;
}
.tab-content h6{
    font-size:23px;
    font-weight:900;
}
.property-tabs
{
    max-width:100%;
}
.tab-content h5{
	max-width:100%;
	margin-top: 22px;
    margin-bottom: 38px;
	text-align:left;
}
.re-property-details h2{
	padding-top:43px;
}
.dimensions-pills>li>a{
    width: 85%;
    margin: 0 auto;
}
.re-room-dimensions h6{
	max-width: 100%;
    margin: 0 auto;
	font-size:15px;
	margin-bottom: 30px;
}
.re-room-dimensions h1{
	margin-bottom:15px;
}
.nav-pills>li{
    float: none;
    margin: 0 auto;
    max-width: 58%;
    margin-bottom: 8px;
}
.nav-pills>li+li{
    margin: 0 auto;
    margin-bottom: 8px;
}
.tab-content h6{
	font-size:22px;
	font-weight:700;
	text-align:left;
}
.tab-content p{
    text-align:left;
}
.tab-pane{
    padding:0;
}
.re-room-dimensions {
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 10px;
}
.slider-content h3{
	max-width:100%;
}
.dimensions p{
    padding: 9px 31px;
}
.re-gallery h2{
    max-width:100%;
    margin-bottom:0;
}
.room-list,
.room-list>li{
    display:inline;
}
.re-footer img{
	height:300px;
}
.re-description p{
	margin-bottom:45px;
}
.gallery-tabs h2 {
    max-width: 100%;
}
.slider-content p{
	font-size:16px;
}
.dimensions-img img{
	height:auto;
}
.tab-content{
	padding-left:0;
}
.re-property-details .img-responsive,
.re-highlights .img-responsive{
	height:auto;
}
.re-property-details .tab-content{
	padding-left:20px;
}
.re-property-details .tab-content h5{
	max-width:85%;
}
.portfolio{
	width:100%;
}
.gallery-tabs #filters li span:hover {
   background: none !important;
    border: none;
    color: #f6825c;
    border: none;
    text-decoration: none;
}
.footer-list>li{
	display:inline;
	padding-right:0;
}
.visible-xs{
	    padding-top: 11px;
}
/* .footer-details h1,
.footer-details h2,
.footer-details .footer-list,
.footer-details .footer-btn{
	padding-left:13%;
} */
.gallery-tabs {
    padding: 27px 0;
}
.re-testimonial{
	padding-top:58px;
}
.re-partners{
	padding-top:20px;
	padding-bottom:40px;
}
.nav.nav-pills>li>a{
	padding: 9px 39px;
}
}
@media only screen and (max-width : 768px) { .animated { /*CSS transitions*/ -o-transition-property: none !important; -moz-transition-property: none !important; -ms-transition-property: none !important; -webkit-transition-property: none !important; transition-property: none !important; /*CSS transforms*/ -o-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -webkit-transform: none !important; transform: none !important; /*CSS animations*/ -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important; } } 