html, body{
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    background:#fff;
}
p{
    margin:0;
    font-size:14px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Quicksand', sans-serif;
    margin:0;
}
ul,label{
    margin:0;
    padding:0;
}
body a:hover{
    text-decoration:none;
}
/*-- header --*/
.header-top-left ul li a,input[type="submit"],.related-post-right h4 a,.categories ul li a,.reply a,.comments-grid-right h3 a,.admin a,.single-left2-sub ul li a,.single-left2 ul.com li a,.more a,.services-top-breadcrumbs-right ul li a,.events-grid1 p,.footer-grid1-right a,.m1 a,.events-grid1 ul li a,.footer-copy p a,.events-grid1 h4 a,.footer-grid p a,.footer-grid ul li a{
    transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
}
.header{
    padding: 0;
}
.header-top{
    background: #3e3e3e;
}
.header-top-left{
    float:left;
    margin:.2em 0 0;
}
.header-top-left ul li{
    display:inline-block;
    font-size:14px;
    margin-right:2em;
    color: #fff;
}
.header-top-left ul li span{
    left:-.5em;
    padding-left:1em;
}
.header-top-left ul li a{
    text-decoration:none;
    color:#fff;
}
.header-top-left1{
    float:left;
    margin-left:38em;
}
/*-- social-icons --*/
ul.social-icons li {
    display: inline-block;
}
.icon {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
}
.icon-border {
    position: relative;
}

.icon-border::before,
.icon-border::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.icon-border::before {
    z-index: 1;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.icon-border::after {
    z-index: 2;
}

/* facebook */
.icon-border.facebook::before {
    /* box-shadow:inset 0 0 0 48px #00b6ff; */
}

.icon-border.facebook:hover::before {
    box-shadow:inset 0 0 0 2px #00b6ff;
}

.icon-border.facebook::after {
    background:url(../images/img-sp.png) no-repeat 8px 5px;
    display:block;
}
.icon-border1.facebook:hover::after {
    background:url(../images/img-sp.png) no-repeat 8px -24px;
    display:block;
}

/* twitter */
.icon-border.twitter::before {
    /* box-shadow:inset 0 0 0 48px #00b6ff; */
}

.icon-border.twitter:hover::before {
    box-shadow:inset 0 0 0 2px #00b6ff;
}

.icon-border.twitter::after {
    background:url(../images/img-sp.png) no-repeat -21px 4px;
    display:block;
}
.icon-border1.twitter:hover::after {
    background:url(../images/img-sp.png) no-repeat -21px -26px;
    display:block;
}

/* instagram */
.icon-border.instagram::before {
    /* box-shadow: inset 0 0 0 48px #00b6ff; */
}

.icon-border.instagram:hover::before {
    box-shadow: inset 0 0 0 2px #00b6ff;
}

.icon-border.instagram::after {
    background:url(../images/img-sp.png) no-repeat -51px 5px;
    display:block;
}
.icon-border1.instagram:hover::after {
    background:url(../images/img-sp.png) no-repeat -51px -25px;
    display:block;
}

/* pinterest */
.icon-border.pinterest::before {
    /* box-shadow: inset 0 0 0 48px #00b6ff; */
}

.icon-border.pinterest:hover::before {
    box-shadow: inset 0 0 0 2px #00b6ff;
}

.icon-border.pinterest::after {
    background:url(../images/img-sp.png) no-repeat -86px 5px;
    display:block;
}
.icon-border1.pinterest:hover::after {
    background:url(../images/img-sp.png) no-repeat -86px -24px;
    display:block;
}
/*-- //social-icons --*/
.header-top-right{
    float:right;
}
/*--search--*/
.search{
    background: #337ab7;
    padding: 3px 12px 3px 0;
    border-radius: 3px;
    position: relative;
    display: inline-block;
}
label.icon-search {
    color:#fff;
    cursor: pointer;
}
.search_form{
    position:absolute;
    z-index:9999;
    right:0;
    top:15px;
    overflow: hidden;
    width: 20px;
    height:0px;
    background:#4D4D4D;
    transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form{
    /*-- w3layouts --*/
    opacity:0;
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
}
.search_form input[type='text']{
    width: 443px;
    padding: 10px;
    outline: none;
    font-size: 14px;
    color:#fff;
    border: 1px solid #999;
    background: none;
}
.search_form input[type='text']::-webkit-input-placeholder {
    color: #fff;
}
.search_form input[type='text']:-moz-placeholder {
    color: #fff;
}
.search_form input[type='text']::-moz-placeholder {
    color: #fff;
}
.search_form input[type='text']:-ms-input-placeholder {
    color: #fff;
}
.search_form input[type='submit']{
    width:32px;
    height:32px;
    outline:none;
    border:none;
    background:url(../images/img-sp.png) no-repeat -8px -57px;
    display:inline-block;
}
.search_box{
    visibility: hidden;
}
.search_box:checked~.search_form{
    width: 500px;
    height: 62px;
    padding: 10px;
    top: 39px;
    transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked~.search_form form{
    opacity:1;
    transition:0.3s all ease-out 0.5s;
    -webkit-transition:0.3s all ease-out 0.5s;
}
label.icon-search span {
    top: 0.5em;
}
/*--//search--*/
.header-top {
    padding: .3em 0;
}
.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    /*-- agileits --*/
    border-radius: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-brand {
    padding: 0;
    font-size: 1.5em;
    height: 72px;
    line-height: .5em;
}
.navbar-brand img{
    max-height: 100%;
}
.navbar-brand span{
    display: block;
    font-size: 14px;
    padding-left: .4em;
    color: #fff;
}
.navbar-nav {
    float: right;
}
.navbar-nav > li > a {
    font-size: 14px;
    padding: 26px 30px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:#00B6FF;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #545454;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    /*-- w3layouts --*/
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#00B6FF;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
    color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before,.special-services-grid:hover .more-sub:before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.header-bottom-search{
    border-top: 1px solid #eee;
}
.navbar-search{
    padding: 10px 0;
    margin: 0;
}
.navbar-search-toggle{
    width: 40px;
    margin: 15px 3px !important;
    padding: 3px;
    font-size: 19px;
}
.navbar-search-field{
    width: 14.28571428571429%;
    padding-right: 3px;
}
.navbar-search-field select{
    border-radius: 0 !important;
}
.navbar-search-field input{
    border-radius: 0 !important;
}
.navbar-search-field .input-group{
    margin: 0;
}
/*-- //header --*/
/*-- banner --*/
.carousel{
    width: 100%;
    float: left;
}
.carousel-inner > .item{
    width: 100%;
    min-height: 550px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;

}
.carousel-caption{
    width: 100%;
    top: 40%;
    right: auto;
    left: 20px;
}
.carousel-caption h1{
    background: rgba(0, 0, 0, 0.55);
    text-transform: capitalize;
    margin-bottom: 50px;    
    padding: 10px;        
    font-size: 28px;    
    display: inline-block;
}
.carousel-caption h4{
    background: rgba(77, 122, 254, 0.48);
    margin-left: 25%;
    padding: 10px;
    font-size: 38px;
    text-transform: capitalize;
    float:left;
}
.banner-right{
    width:45%;
    background:#fff;	
    position: absolute;
    right: 0;
    padding:2em;
    margin:2em;
}
.banner-right h3{
    font-size: 1.5em;
    color: #00B6FF;
    margin: 0 0 2em;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: .5em;
}
.banner-right h3:before,.banner-right h3:after{
    content:'';
    background:#212121;
    width:20%;
    height:1px;
    position:absolute;
    bottom:0%;
}
.banner-right h3 span::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #212121;
    border-radius: 50%;
    position: absolute;
    left: 48.8%;
    bottom: -8%;
}
.banner-right h3:after{
    right:25%;
}
.banner-right h3:before{
    left:25%;
}
.input-form-seach {
    width: 100%;
    padding: 10px 10px 10px 45px;
    margin-bottom: 10px;
    border: 1px solid #CFCFCF;
    color: #999;
    font-size: 14px;
    outline: none;
    position: relative;
}
.section_room span,.keywords span {
    position: absolute;
    color:#727272;
    z-index: 9999;
    top: .9em;
    left: 1em;
}
.section_room span.tent{
    background: url(../images/img-sp.png) no-repeat -54px -70px;
    display: block;
    width: 24px;
    height: 18px;
}
.section_room span.bath{
    background: url(../images/img-sp.png) no-repeat -96px -67px;
    display: block;
    width: 24px;
    height: 19px;
}
.section_room,.keywords {
    position: relative;
}
.section_room:nth-child(2),.reservation-grids:nth-child(4){
    margin:1em 0;
}
.reservation-grid-left{
    float:left;
    width:48%;
}
.reservation-grid-right{
    float:right;
    width:48%;
}
.keywords input[type="text"]{
    width: 100%;
    padding: 10px 10px 10px 45px;
    border: 1px solid #CFCFCF;
    color: #999;
    font-size: 14px;
    outline: none;
    background:none;
    margin-bottom:1em;
}
.keywords input[type="submit"]{
    width: 100%;
    padding: 10px 0;
    border:none;
    color: #fff;
    text-transform:uppercase;
    font-size: 1em;
    outline: none;
    background:#4d7afe;
}
.keywords input[type="submit"]:hover{
    background:#00B6FF;
}
/*-- //banner --*/

/*-- Separador --*/

.pg-separator{
    text-transform: capitalize;
    padding: 20px;
    margin: 0;
    margin-bottom: 25px;
    border-radius: 3px;
    color: #fff;
    webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/*-- Imóveis --*/

.titulo{
    font-family: monospace;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}
.imovel-home-container{
    max-width: 310px;
    width: 100%;
    height: 360px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    color:#000;
}
.imovel-home-container > h1{
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    padding: 8px;
}
.imovel-home-container > .imovel-img{
    width: 95%;
    height: 200px;
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.imovel-home-container > .imovel-img > img{
    max-width: 100%; 
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.imovel-home-container > .imovel-img > img:hover{
    cursor: pointer;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.imovel-home-container > .imovel-img > .imovel-cod{
    background: #5bc0de;
    text-align: right;
    font-weight: bold;
    padding: 0 5px;
    position: absolute;    
    right: 0;
    bottom: 0;
    color: #fff;
}
.imovel-home-container > .imovel-detalhes {
    height: 30px;
    margin: 0 5px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.imovel-home-container > .imovel-detalhes > span{
    margin: 0 5px;
    height: 22px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}
.imovel-home-container > .imovel-detalhes > span.dorms{
    background: url(../images/imovel-icons.png) no-repeat 0px -13px;
    width: 55px;
    text-align: right;
}
.imovel-home-container > .imovel-detalhes > span.baths{
    background: url(../images/imovel-icons.png) no-repeat 0px -52px;
    width: 55px;
    text-align: right;
}
.imovel-home-container > .imovel-detalhes > span.vagas{
    background: url(../images/imovel-icons.png) no-repeat 0px -91px;
    width: 55px;
    text-align: right;
}
.imovel-home-container > .imovel-detalhes > span.area{
    background: url(../images/imovel-icons.png) no-repeat 0px -120px;
    padding-left: 3px;
    width: 62px;
    text-align: center;
}
.imovel-home-container > .imovel-preco{
    float:left;
    padding: 5px 10px;
    font-size: 16px;
}
.imovel-home-container > .imovel-negocio{
    float:right;
    padding: 5px 10px;
    font-size: 16px;
}

/*-- footer --*/
.footer{
    background: #272727;
    color: #989898;
}
.footer h1{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    padding: 15px 5px 3px;
    border-bottom: 1px solid #5d5d5d;
    margin-bottom: 5px;
    color: #fff;
}
.footer h1 span{
    font-size: 16px;
    font-weight: normal;    
}
.footer ul{
    list-style: none;
}
.footer ul > li{
    padding:3px 25px;
}
.footer ul > li a{
    text-decoration: none;
    color: #989898;
}
.footer ul > li a:hover{
    color: #989898;
}
.footer ul > li > a > span{
    font-size: 9px;
    top: -1px;
    color: #989898;
}
.footer hr{
    border-top: 1px solid #989898;
    margin: 6px;
}
/*---------------------------*/			


.blue span { background-color: #34c2e3; }

.orange span {
    background-color: #fecf23;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
    background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
    background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
    background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
    background-image: -o-linear-gradient(top, #fecf23, #fd9215);
    background-image: linear-gradient(top, #fecf23, #fd9215);
}

.green span {
    background-color: #a5df41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
    background-image: -webkit-linear-gradient(top, #a5df41, #4ca916);
    background-image: -moz-linear-gradient(top, #a5df41, #4ca916);
    background-image: -ms-linear-gradient(top, #a5df41, #4ca916);
    background-image: -o-linear-gradient(top, #a5df41, #4ca916);
    background-image: linear-gradient(top, #a5df41, #4ca916);
}

/*---------------------------*/		


.stripes span {
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom,  color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),  color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),  color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),  to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,  transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,  transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,  transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,  transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,  transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,  transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,  transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,  transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,  transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,  transparent 75%, transparent);
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes 
animate-stripes {  0% {
                       background-position: 0 0;
                   }
                   100% {
                       background-position: 60px 0;
                   }
}
@-moz-keyframes 
animate-stripes {  0% {
                       background-position: 0 0;
                   }
                   100% {
                       background-position: 60px 0;
                   }
}

/*---------------------------*/	 


.shine span { position: relative; }

.shine span::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-animation: animate-shine 2s ease-out infinite;
    -moz-animation: animate-shine 2s ease-out infinite;
}
@-webkit-keyframes 
animate-shine {  0% {
                     opacity: 0;
                     width: 0;
                 }
                 50% {
                     opacity: .5;
                 }
                 100% {
                     opacity: 0;
                     width: 95%;
                 }
}
@-moz-keyframes 
animate-shine {  0% {
                     opacity: 0;
                     width: 0;
                 }
                 50% {
                     opacity: .5;
                 }
                 100% {
                     opacity: 0;
                     width: 95%;
                 }
}

/*---------------------------*/	 


.glow span {
    -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    -webkit-animation: animate-glow 1s ease-out infinite;
    -moz-animation: animate-glow 1s ease-out infinite;
}
@-webkit-keyframes 
animate-glow {  0% {
                    -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
                }
                50% {
                    -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;
                }
                100% {
                    -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
                }
}
@-moz-keyframes 
animate-glow {  0% {
                    -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
                }
                50% {
                    -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;
                }
                100% {
                    -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
                }
}
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999; 
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}
.grid_3{
    margin-bottom:2em;
}
.xs h3, h3.m_1{
    color:#000;
    font-size:1.7em;
    font-weight:300;
    margin-bottom: 1em;
}
.grid_3 p{
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}
.grid_4{
    background:none;
    margin-top:50px;
}
.label {
    font-weight: 300 !important;
    border-radius:4px;
}  
.grid_5{
    background:none;
    padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color:#F25086;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}
.badge-primary {
    background-color: #03a9f4;
}
.badge-success {
    background-color: #8bc34a;
}
.badge-warning {
    background-color: #ffc107;
}
.badge-danger {
    background-color: #e51c23;
}
.grid_3 p{
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}
.bs-docs-example {
    margin: 1em 0;
}
section#tables  p {
    margin-top: 1em;
}
.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.9em;
    color: #999;
    border-top: none !important;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.label {
    font-weight: 300 !important;
}
.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}
.nav-tabs {
    margin-bottom: 1em;
}
.alert {
    font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
    line-height:1.8em;
    margin-top:0.5em;
    margin-bottom: 0.5em;
}
li.list-group-item1 {
    line-height: 2.5em;
}
.input-group {
    margin-bottom: 20px;
}
.list-group {
    margin-bottom: 48px;
}
ol {
    margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
}
@media (max-width:640px){
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        margin-bottom: .5em;
    }
    .progress {
        height: 10px;
        margin-bottom: 10px;
    }
    ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
}
@media (max-width:480px){
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert,p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
}
@media (max-width: 320px){
    .caption span {
        margin: 0 0 1.5em;
    }
    .grid_4 {
        margin-top: 18px;
    }
    h3.title {
        font-size: 1.6em;
    }
    .alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .nav > li > a {
        font-size: 14px;
    }
    table.table.table-striped,.table-bordered,.bs-docs-example {
        display: none;
    }
}
/*--//Typography --*/

/*-- single --*/
.single-gallery .images .image {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    display: none;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.single-gallery .images .image.active {
    display: block;
}

.single-gallery .images .image .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover;
}

.single-gallery .thumbs {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .single-gallery .thumbs {
        height: 80px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.single-gallery .thumbs .thumb {
    box-sizing: border-box;

    background: center no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;

    margin: 4px;

    border: 3px solid transparent;
    width: 100px;
    height: 100px;

    cursor: pointer;
}

.single-gallery .thumbs .thumb:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: 45px;
    top: -8px;
}

@media (max-width: 768px) {
    .single-gallery .thumbs .thumb {
        width: 65px;
        height: 65px;
    }

    .single-gallery .thumbs .thumb:before {
        left: 25px;
    }
}

.single-gallery .thumbs .thumb.active {
    border-color: silver;
}

.single-gallery .thumbs .thumb.active:before {
    border-bottom-color: silver;
}
.single-left2 h3{
    font-size: 1.8em;
    color: #1F2027;
    margin: 1em 0 1em;
    line-height: 1.5em;
    text-transform: capitalize;
}
.single-left2 ul.com li{
    display:inline-block;
    margin-left:2em;
    color:#626262;
}
.single-left2 ul.com li span{
    left:-.8em;
}
.single-left2 ul.com li a{
    color:#999;
    font-size:14px;
    text-decoration:none;
}
.single-left2 ul.com li a:hover{
    color:#F25086;
}
.single-left2-sub{
    padding:2em 0;
}
.single-left2-sub ul li{
    display:inline-block;
    font-size:1.5em;
    color:#F25086;
}
.single-left2-sub ul li:nth-child(1){
    margin-right:1em;
}
.single-left2-sub ul li a{
    padding: 5px 10px;
    border: 1px solid #999;
    color: #999;
    text-decoration: none;
    font-size: .6em;
}
.single-left2-sub ul li a:hover{
    background: #00B6FF;
    border: 1px solid #00B6FF;
    color:#fff;
}
ul.com,.single-left4{
    padding: 1.5em 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}
.single-left3 p{
    font-size:14px;
    color:#999;
    line-height:1.8em;
    margin:0;
}
.single-left3 p span{
    display:block;
    margin:1em 0;
}
.single-left4 h4{
    font-size: 1.5em;
    color: #F25086;
    margin: 0 0 0.5em;
}
.single-left4{
    text-align:center;
}
.admin p {
    color: #f5f5f5;
    font-size: 14px;
    margin: 0;
    line-height: 1.8em;
    position: relative;
    padding-left: 3.5em;
}
.admin {
    padding: 2em;
    background: #212121;
    margin:3em 0 0;
}
.admin p:before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    background: url(../images/img-sp.png) no-repeat -10px -192px;
    width: 32px;
    height: 32px;
    display: block;
}
.admin a {
    display: block;
    text-align: right;
    color:#F25086;
    font-size: 1em;
    text-decoration: none;
}
.admin a:hover {
    color:#fff;
}
.comments h4,.write-reply h3,.categories h3,.related-posts h3{
    font-size:1.8em;
    margin:0;
    color:#1F2027;
    line-height:1.5em;
}
.comments {
    margin:5em 0;
}
.comments-grid-left{
    float:left;
    width:15%;
}
.comments-grid-right{
    float:right;
    width:80%;
}
.comments-grid-right h3 a{
    font-size:.9em;
    color:#00B6FF;
    margin:0;
    text-decoration:none;
}
.comments-grid-right h3 a:hover{
    color:#999;
}
.comments-grid-right h5{
    font-size:.8em;
    color:#999;
    margin:.5em 0 1em;
}
.comments-grid-right p{
    margin:0 0 1em;
    line-height:1.8em;
    font-size:14px;
    color:#999;
}
.reply a{
    font-size:1em;
    color:#1F2027;
    text-decoration:none;
}
.reply a:hover{
    color:#F25086;
}
.comments-grid:nth-child(2) {
    margin: 3em 0;
}
.comments-grid-left img {
    padding: .5em;
    box-shadow: 0px 0px 4px #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.write-reply form{
    margin:2em 0 0;
}
.write-reply input[type="text"],.write-reply input[type="email"],.write-reply textarea{
    outline: none;
    width:100%;
    background: #F3F3F3;
    padding: 10px;
    border: 1px solid #DBDBDB;
    font-size: 14px;
    color: #999;
}
.write-reply textarea{
    min-height:250px;
    resize:none;
}
.write-reply input[type="text"]{
    margin:.5em 0;
}
.write-reply input[type="submit"]{
    outline: none;
    width:100%;
    background:#00B6FF;
    padding: 10px 0;
    border:none;
    font-size: 1em;
    color: #fff;
}
.write-reply input[type="submit"]:hover{
    background:#F25086;
}
.write-reply input[type="text"]:nth-child(2) {
    margin: 0.1em 0 .5em;
}
.categories ul li {
    list-style-type: none;
    background:url(../images/img-sp.png) no-repeat -10px -241px;
    display: block;
    padding-left: 3em;
    margin: 1.5em 0;
    color: #999;
    font-size: 14px;
}
.categories ul li a {
    color: #999;
    text-decoration:none;
    letter-spacing:1px;
}
.categories ul li a:hover{
    color:#00b6ff;
}
.categories-mid {
    margin:2em 0;
}
.related-post-left{
    float:left;
    width:30%;
}
.related-post-right{
    float:right;
    width:65%;
}
.related-post:nth-child(3) {
    margin: 2em 0;
}
.related-post:nth-child(2) {
    margin:2em 0 0;
}
.related-post-right h4 a{
    color:#F25086;
    font-size: 1em;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 1.5em;
}
.related-post-right h4 a:hover{
    text-decoration:none;
    color:#1F2027;
}
.related-post-right p {
    color: #999;
    font-size: 14px;
    margin: .5em 0 0;
    line-height: 1.8em;
}
/*-- //single --*/
/*-----start-responsive-design------*/
@media (max-width:1366px){
    .header-top-left1 {
        margin-left: 39em;
    }
}	
@media (max-width:1280px){
    .navbar-nav > li > a {
        padding: 26px 25px;
    }	
}
@media (max-width: 1080px){
    .header-top-left1 {
        margin-left: 26em;
    }
    .navbar-brand {
        font-size: 1.3em;
    }
    .banner-right h3 {
        margin: 0 0 1.5em;
    }
    figure {
        height: 219px;
    }
    figcaption h4 {
        margin: 1em 0 0.8em;
    }	
    .progress-bar1 {
        width: 424px;
        margin: 1em 0 1em 1em;
    }
    .events-grid1 h4 a {
        font-size: 1.3em;
    }
}
@media (max-width:991px){
    .header-top-left1 {
        margin-left: 13em;
    }
    .navbar-nav > li > a {
        padding: 26px 18px;
    }
    .banner-right {	
        width: 49%;
    }	
    figure {
        height: 353px;
    }	
    figcaption h4 {
        margin:4.5em 0 0.8em;
    }		
    .banner-wrap {
        padding: 0 0 3em;
    }
    .progress-bar1 {
        width: 498px;
        margin: 1em 0 1em 12em;
    }	
}
@media (max-width:800px){
    .navbar-brand {
        font-size: 1.2em;
        height: 68px;
    }
    .navbar-nav > li > a {
        padding: 24px 18px;
    }
    .banner-right h3 {
        font-size: 1.3em;
        margin: 0 0 1em;
    }
    .banner-right h3:before {
        left: 10%;
    }
    .banner-right h3:after {
        right: 10%;
    }
    .banner-right h3:before, .banner-right h3:after {
        width: 35%;
    }
    .banner-right {
        margin: 1.3em;
        padding: 1.5em;
    }
}
@media (max-width:767px){	
    .navbar-default .navbar-toggle {
        border-color: #ccc;
    }
    .navbar-toggle {
        margin: 1em 0 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
    .navbar-collapse {
        box-shadow: none;
    }
    .navbar-nav {
        float: none;
        margin: 0;
        text-align: center;
        background: #fff;
    }
    .navbar-nav > li > a {
        padding: 15px 0;
    }
    .navbar-search{
        min-height: 0;
        padding: 0;
        margin: 0;
    }
    .navbar-search-field{
        width: 100%;
        padding: 3px 0;
        float: none;
    }
}
@media (max-width:736px){
    .header-top-left1 {
        margin-left: 11em;
    }
    .progress-bar1 {
        width: 515px;
        margin: 1em 0 1em 9em;
    }
}
@media (max-width:667px){
    .header-top-left1 {
        margin-left: 6em;
    }
    .progress-bar1 {
        margin: 1em 0 1em 3em;
    }
}
@media (max-width: 640px){
    .header-top-left1 {
        margin-left: 4em;
    }
    .search_box:checked~.search_form {
        width: 400px;
        top: 35px;
    }
    .search_form input[type='text'] {
        width: 340px;
    }
    select#country, select#country1, select#country2, select#country3 {
        padding: 8px 8px 8px 40px;
        font-size: 13px;
    }
    .section_room span, .keywords span {
        top: .7em;
        left: .8em;
    }
    .keywords input[type="submit"] {
        padding: 8px 0;
        font-size: 14px;
    }
    figure {
        height: 286px;
    }
    figcaption h4 {
        margin: 2.5em 0 0.8em;
    }
}
@media (max-width: 600px){
    .header-top-left1 {
        margin-left: 2em;
    }
    .progress-bar1 {
        margin: 1em 0 1em 0em;
    }
}
@media (max-width:568px){
    .header-top-left1 {
        margin-left: 1em;
    }
    .navbar-nav > li > a {
        padding: 10px 0;
    }
}
@media (max-width:480px){
    .header-top-left ul li {
        font-size: 13px;
        margin-right: 0em;
    }
    .header-top-left1 {
        margin-left: 0.3em;
    }
    .banner-right {
        padding: 1em;
        float: none;
        width: 90%;
    }	
    figcaption h4 {
        font-size: 1.1em;
        margin: 1em 0 0.8em;
    }
    figure {
        height: 200px;
    }	
    .progress-bar1 {
        width: 404px;
    }
}
@media (max-width: 414px){
    .header-top-left1 {
        margin-left: 0;
    }
    .header-top-left {
        float: none;
        margin: 0;
        text-align: center;
    }
    .search_box:checked~.search_form {
        width: 365px;
    }
    .search_form input[type='text'] {
        width: 308px;
    }
    .navbar-brand {
        font-size: 1.1em;
        height: 65px;
    }
    .banner {
        min-height: 585px;
    }	
    .progress-bar1 {
        width: 337px;
        margin: 1em 0 0;
    }
    .single-left2-sub {
        padding: 1.5em 0;
    }
    .admin {
        padding: 1.5em;
        margin: 2em 0 0;
    }
    .admin p {
        margin: 0 0 1em;
    }	
    .reply a {
        font-size: 14px;
    }	
}
@media (max-width:384px){
    .search_box:checked~.search_form {
        width: 333px;
    }
    .search_form input[type='text'] {
        width: 276px;
    }
    .progress-bar1 {
        width: 307px;
    }	
}
@media (max-width: 375px){	
    .progress-bar1 {
        width: 298px;
    }	
}
@media (max-width: 320px){
    .search_box:checked~.search_form {
        width: 285px;
    }
    .search_form input[type='text'] {
        width: 228px;
        font-size: 13px;
    }
    .navbar-brand {
        font-size: 1em;
        height: 60px;
    }
    .navbar-toggle {
        margin: 0.8em 0 0;
    }
    .banner-left h3,.about-bottom p,.footer-grid1-right a,.single-left2 ul.com li span,.write-reply input[type="submit"] {
        font-size: 14px;
    }	
    .banner-left {
        margin: 1em 0 0;
    }	
    .single-left4 h4 {
        font-size: 1.3em;
    }
    .banner-right h3 {
        font-size: 1em;
    }
    .reservation-grid-left {
        float: none;
        width: 100%;
    }
    .section_room:nth-child(2), .reservation-grids:nth-child(4) {
        margin: 0.5em 0;
    }
    .reservation-grid-right {
        float: none;
        width: 100%;
        margin: .5em 0 0;
    }
    .banner-right {
        margin: 0;
    }
    .progress-bar1 {
        width: 273px;
        margin: .5em 0 0;
    }	
    .m2 a {
        padding: 8px 20px;
    }	
    .search_box:checked~.search_form {
        height: 50px;
        padding: 5px;
    }
    select#country, select#country1, select#country2, select#country3 {
        padding: 5px 8px 5px 40px;
    }
    .section_room span, .keywords span {
        top: .7em;
        font-size: 14px;
    }
}

/* Social Buttons */

.fabActions {
	position: fixed;
  	bottom: 10px; right: 10px;
}

.fabButton {
	height: 60px;
    width: 60px;
    background-color: #34af23;
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.fabButton i {
	font-size: 22px;
 }

.fabButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
}

.fabButtons a {
	display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    margin: 10px auto 0;
    line-height: 1.15;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
    box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}

.fabButtons a:hover {
 	transform: scale(1.05);
}

.fabButtons a:nth-child(1) {background-color: #4CAF50; transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;}
.fabButtons a:nth-child(2) {background-color: #03a9f4; transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;}
.fabButtons a:nth-child(3) {background-color: #f44336; transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;}
.fabButtons a:nth-child(4) {background-color: #ff5722; transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;}

.fabActions a i {
	position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.fabToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0; left: 0;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

.fabToggle:focus{
	outline: 0 !important;
}

.fabToggle:hover {
	box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.fabToggle:checked ~ .fabButtons a {
	opacity: 1;
    visibility: visible;
}