/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-5 .branch-gd.hover .overlay {
  opacity: 1;
}
#effect-5 .branch-gd.hover .overlay a.expand {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
/*--branches end here--*/
/*--swimming start here--*/

.swimming-top {
    text-align: center;
    margin: 0em 0em 4em 0em;
}
.swimming-top h3 {
    font-size: 3em;
    color: #fff;
    font-family: 'Aladin', cursive;
}
.swimming-grid h4 {
    font-size: 1.5em;
    color: #fff;
}
.swimming-grid h5 {
    font-size: 1.2em;
    color: #fff;
}
span.swim-icon-1 {
    
    width: 64px;
    height: 64px;
    display: inline-block;
    margin: 1em 0em;
}
span.swim-icon-2 {
    
    width: 64px;
    height: 64px;
    display: inline-block;
    margin: 1em 0em;
}
span.swim-icon-3 {
    
    width: 64px;
    height: 64px;
    display: inline-block;
    margin: 1em 0em;
}
span.swim-icon-4 {
    
    width: 64px;
    height: 64px;
    display: inline-block;
    margin: 1em 0em;
}
.swimming-grid {
    text-align: center;
}
/*--swimming end here--*/
/*--home grid start here--*/
.home-top {
    text-align: center;
    margin-bottom: 2em;
}
.home-block {
    padding: 5em 0em;
}
.home-top h3 {
    font-size: 3em;
    color: #6F6F8C;
    font-family: 'Aladin', cursive;
}
/*--home grid end here--*/
/*--footer start here--*/


.ih-item.circle.effect5 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect5:hover .info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}
.ih-item.circle.effect5:hover .info .info-back {
  visibility: visible;
}
/*--services start here--*/
.services {
    padding: 5em 0em;
}
.services-top {
    text-align: center;
    margin-bottom: 2.5em;
}
.services-top h1 {
    font-size: 3em;
    color: #6F6F8C;
    margin-bottom: 0.3em;
    font-family: 'Aladin', cursive;
}
.services-grid {
    text-align: center;
}
.services-grid h4 {
    font-size: 1.5em;
    color: #000;
    margin: 0.4em 0em;
    font-family: 'Aladin', cursive;
}
.services-grid p{
    font-size: 1em;
    color:#737373;
    margin: 0.3em 0em;
    line-height:1.8em;
 
}
.ser-strip {
 
    min-height: 350px;
    background-size: cover;
    padding: 5em 0em;
    text-align: center;
}
.ser-strip-main h2 {
    font-size: 3em;
    color: #fff;
    margin-top: 0.6em;
    font-family: 'Aladin', cursive;
}
.ser-strip-main p {
    font-size: 1.1em;
    color: #fff;
    width: 50%;
    line-height: 1.8em;
    margin: 1em auto 0em;
}
.features {
  padding: 3em 0em 4em 0em;
}
.features-top {
  text-align: center;
  padding-bottom: 3em;
}
.features-top h3 {
  font-size:3em;
  color:#e9a820;
  margin: 0em;
  font-family: 'Aladin', cursive;
}
.features-top h4 {
  font-size: 1.23em;
  font-weight: 400;
  color:#000;
  margin: 0em;
  width: 65%;
  margin: 0 auto;
  line-height: 1.5em;
 font-family: 'Aladin', cursive;
}
.featur-grid h4 {
  font-size: 1.23em;
  font-weight: 400;
  margin-bottom: 1em;
  color:#6F6F8C;
  font-family: 'Aladin', cursive;
}
.featur-grid ul {
  padding: 0em;
  list-style: none;
}
.featur-grid ul li {
  margin: 0.5em 0em 0em 0em;
}
.featur-grid ul li a {
  font-size: 1em;
  font-weight: 400;
  color:#737373;
  text-decoration: none;

  padding: 0px 0px 0px 22px;
}
.featur-grid ul li a:hover {
  color: #000;
  text-decoration:none;
}
/*--services end here--*/
/*--single--*/
.single {
    padding: 5em 0;
}
.single-top h1 {
    font-size: 1.5em;
    padding-top: 0.8em;
    color:#e9a820;
    font-family: 'Aladin', cursive;
}
.lone-line p {
    color:#737373;
    font-size: 1em;
    line-height: 1.8em;
}
.lone-line p span{
    display:block;
}
ul.grid-blog li{
	display: inline-block;
}
ul.grid-blog li a, ul.grid-blog li span{
	text-decoration: none;
	font-size: 1em;
	color: #8A8A8A;	
	display: inline-block;
	margin: 0 1em 0 0;
}
ul.grid-blog li i{
	margin: 0 5px 0 0;
	color:#6F6F8C;	
}
ul.grid-blog {
	 padding: 1.5em 0;
    text-align: center;
}
.comment h3{
	font-size: 2.5em;
    color: #6F6F8C;
    font-family: 'Aladin', cursive;
}
.media-body p {
    color:#fff;
   
    line-height: 1.8em;
	margin-top: 1em;
	
font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 17px;

}
.media-left, .media > .pull-left {
  padding-right: 22px;
}
.leave h2{
	font-size: 2.5em;
    color:#e9a820;
    font-family: 'Barlow Semi Condensed', cursive;
}
.single-grid input[type="text"],.single-grid textarea{
	background: none;
    padding: 0.6em 1em;
    margin: 1em 0 0;
    font-size: 1em;
    color: #A9A9A9;
	width: 100%;
    outline: none;
    border: 1px solid #a9a9a9;
    -webkit-appearance: none;
}
.single-grid textarea{
	resize:none;
	height: 185px;	
}
.single-grid {
    width: 60%;
	padding-top: 1em;
}
.single-grid label {
    font-weight: 400;
    color:#6F6F8C;
	margin-top:1em;
    cursor: pointer;
}
.single-grid input[type="submit"] {
    border: none;
    outline: none;
    background: #6F6F8C;
    color: #fff;
    padding: 0.5em 2em;
}
.single-grid input[type="submit"]:hover {
    background:#e9a820;
    color: #fff;
     transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.media {
    margin-top: 25px;
}
.comment {
    padding: 5em 0;
}
/*----*/
p.smith {
    float: left;
    padding: 0;
    font-size: 1em;
}
p.smith a {
    text-decoration: none;
    color:#6F6F8C;
    font-size: 1.1em;
	font-weight: 600;
}
p.smith span {
    padding: 0 2em;
    color:#737373;
}
p.reply {
    float: right;
    padding: 0;
    color: #8A8A8A;
    font-size: 1em;
}
p.reply a {
    text-decoration: none;
    color: #8A8A8A;
}
p.reply a:hover {
    color:#6F6F8C;
}
.code-in {
    padding-bottom: 1em;
}
p.reply a i{
    padding-right:0.8em;
}
.media-1{
	padding-left:7em;
}
/*--single--*/
/*--room strat here--*/
.rooms {
    padding: 5em 0em;
}
.rooms-left {
    margin-bottom: 4em;
}
.rooms-text p {
    font-size: 1em;
    color:#737373;
    line-height: 1.8em;
}
.rooms-text h2 {
    font-size: 2em;
    margin-bottom: 0.25em;
    font-family: 'Aladin', cursive;
}
.rooms-text h2 a{
	 color: #E9A820;
}
.rooms-text h3 {
    font-size: 2em;
    color: #6F6F8C;
    margin-bottom: 0.25em;
    font-family: 'Aladin', cursive;
}
.rooms-text h3 a{
	color: #6F6F8C;
}
.room-btn a {
    font-size: 1em;
    color: #6F6F8C;
    padding: 0.4em 0.6em;
    border: 4px double #E9A820;
    display: inline-block;
    margin-top: 0.6em;
}
.room-btn a:hover{
	 border: 4px double #6F6F8C;
}
.gallery-top {
    text-align: center;
    margin-bottom:3em;
}
.gallery-top h1 {
    font-size: 3em;
    color: #E9A820;
    margin-bottom: 0.25em;
    font-family: 'Aladin', cursive;
}
.room-head h3 {
    font-size: 3em;
    color: #6F6F8C;
    text-align: center;
    margin-bottom: 1.1em;
    font-family: 'Aladin', cursive;
}
.gallery-grid {
    padding-bottom: 2em;
}
.gallery {
    padding-bottom:0em;
}
/*---effect--*/
/*----*/
.col1 figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width:100%;
	box-shadow: 0 0 10px #7d7c7c;
}
.col1 figure img {
	position: relative;
	display: block;
}

.features-grids figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.col1 figure figcaption::before,
.fcol1 figure figcaption::after {
	pointer-events: none;
}
.col1 figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	background:#000;
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;	
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1); 
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h4 {
	padding-top: 21%;
	-webkit-transition: transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-ms-transition: -ms-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
	color:#fff;
	font-size: 20px;
	/*width: 78%;
	margin: 0 auto;*/
	text-transform: capitalize;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
figure.effect-bubba h4.gal {
	padding-top: 35%;
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	-moz-transform: translate3d(0,20px,0);
	-o-transform: translate3d(0,20px,0);
	-ms-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	color:#fff;
	font-size: 1em;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*--short codes--*/
.page-header h3{
	font-size: 3em;
	color:#000;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.grid1 {
  margin: 1.5em 0 0;
}
ul.nav.nav-pills {
  margin: 1.5em 0 0;
}
.grid2{
	margin: 1em 0 0;
}
.bs-example {
  padding: 2em 0 0;
}
.form-horizontal .control-label {
  text-align: left;
}
h3.typo1 {
  text-align: center;
  font-size: 3em;
  color: #6F6F8C;
  font-family: 'Aladin', cursive;
}
.page {
  padding:5em 0em 5em 0em;
}
/*--//short codes--*/
/*--contact start here--*/
.contact {
  padding: 5em 0em 5em 0em;
}
.contact-top {
  text-align: center;
  padding: 0em 0em 4em 0em;
}
.contact-top h2 {
    font-size: 3em;
    margin: 0em 0em 0.2em 0em;
    color: #6F6F8C;
    font-family: 'Aladin', cursive;
}
.contact-top p {
  font-size: 1em;
  color: #999;
  width: 50%;
  margin: 0 auto;
  line-height: 1.8em;
}
.contact-left input[type="text"] {
  font-size: 1em;
  color: #737373;
  width: 49%;
  padding:0.7em 0.7em;
  outline: none;
  border: 1px solid #999;
  
}
.contact-left textarea {
  font-size: 1em;
  color: #7C7C7C;
  width: 100%;
  padding:0.7em 0.7em;
  outline: none;
  resize: none;
  height: 10em;
  margin: 1em 0em 0em 0em;
  border: 1px solid #999;
 
}
.contact-left  input.email {
  margin: 0px 0px 0px 12px;
}
.contact-left input[type="submit"] {
  font-size: 1em;
  color: #FFF;
  padding: 0.4em 1.5em;
  background: #F5AF33;
  border: none;
  margin: 0.5em 0em 0em 0em;
  outline: none;
}
.contact-left input[type="submit"]:hover {
  background:#6F6F8C;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.contact-left {
  padding: 0px;
}
.contact-right h1 {
  font-size: 2.5em;
  color:#F5AF33;
  margin: 0em 0em 0.5em 0em;
  font-family: 'Aladin', cursive;
}
.contact-right  p {
  font-size: 1em;
  color:#737373;
  line-height: 1.8em;
}
.contact-right  p a{
  color: #7B7B7B;
}
.contact-right  p a:hover{
  color:#F5AF33;
  text-decoration:none;
}
.map iframe {
  width: 100%;
  height: 300px;
}
.map {
  padding: 0em 0em 5em 0em;
}
/*--contact end here--*/
/*--meadia quiries start here--*/
@media(max-width:1600px){
	
}
@media(max-width:1440px){
	
}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
span.expand {
    top: 33%;
    left: 42%;
}	
.lardge {
    top: 43% !important;
}
}
@media(max-width:1024px){
.banner-main {
    width: 60%;	
    margin: 10em auto 0em;
}

.info-right p {
    font-size: 0.9em;
}
.leaves-main p {
    width: 80%;
}
.leaves {
    padding: 4em 0em;
}
.ftr-logo img {
    width: 100%;
}
.ftr-grid h3 {
    margin-bottom: 0.4em;
}
.ftr-grid input[type="text"] {
    width: 67%;
}
.advantage-block {
    padding: 2em 1em;
}
.advantage-block p {
    font-size: 0.9em;
}
.ser-strip-main p {
    width: 65%;
}
.featur-grid ul li a {
    font-size: 0.85em;
}
figure.effect-bubba p {
    padding: 10px 2.5em;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
figure.effect-bubba h4.gal {
    padding-top: 16%;
    font-size: 1.5em;
}
.contact-left input.email {
    margin: 0px 0px 0px 10px;
}
.info-left {
    width: 22%;
}
.info-right {
    width: 76%;
}
.ch-grid li {
    margin: 0% 0.5% 0% 0%;
}
.ftr-grid input[type="text"] {
    padding: 0.29em 0.6em;
}
span.expand {
    top: 35%;
    left: 40%;
}
}
@media(max-width:991px){
.top-social {
    float: left;
    width: 40%;	
}
.top-social {
    float: left;
    width: 40%;
    padding: 0px;
}
.header-address {
    float: right;
    width: 60%;
    padding: 0px;
}
.ftr-grid {
    float: left;
    width: 50%;
    margin-bottom: 1.5em;
}
.banner-main {
    width: 75%;
    margin: 7em auto 0em;
}
.five-star {
    padding-bottom: 0em;
}
.hotel-info {
    margin-bottom: 1.5em;
}
.leaves-main p {
    width: 95%;
}
.branch-gd-main {
    float: left;
    width: 25%;
}
.branch-text p {
    font-size: 1.1em;
}
.swimming-grid {
    float: left;
    width: 25%;
}
.home-grid {
    float: left;
    width: 33%;
    padding: 0em 0.5em 0em 0em;
}
.about-left{
    float: left;
    width: 40%;
}
.about-right{
    float: right;
    width: 60%;
}
.about-right p {
    font-size: 0.8em;
}
.about-right p {
    font-size: 0.8em;
}
.advantage-grid {
    margin: 1em 0em;
}
.team-grids {
    float: left;
    width: 50%;
    margin-bottom: 2em;
}
.services-grid {
    float: left;
    width: 33%;
    padding: 0em 0.5em 0em 0em;
}
.services-grid p {
    font-size: 0.9em;
}
.features-top h4 {
    width: 75%;
}
.featur-grid {
    float: left;
    width: 50%;
    margin-bottom: 1.5em;
}
.featur-grid h4 {
    margin-bottom: 0.5em;
}
.ser-strip-main p {
    width: 80%;
}
.rooms-text {
    float: left;
    width: 50%;
}
.rooms-text {
    float: left;
    width: 40%;
    padding: 0em;
}
.rooms-img {
    float: right;
    width: 60%;
}
.rooms-text h2 {
    font-size: 1.6em;
}
.ulta-img {
    float: left;
    width: 60%;
}
.ulta-text {
    float: right;
    width: 40%;
}
.rooms-text h3 {
    font-size: 1.6em;
}
.col1.gallery-grid {
   /* float: left;
    width:25%;
    padding: 0px 10px 10px 0px;*/
}
figure.effect-bubba h4.gal {
    padding-top: 29%;
}
figure.effect-bubba p {
    font-size: 0.8em;
}
.contact-left {
    float: left;
    width: 70%;
}
.contact-right {
    float: right;
    width: 30%;
}
.contact-left input[type="text"] {
    width: 48%;
}
.contact-left input.email {
    margin: 0px 0px 0px 15px;
}
.about-img {
    float: left;
    width: 17%;
}
.about-text {
    float: right;
    width: 82%;
}
.ftr-last-gd {
    text-align: left;
}
}
@media(max-width:768px){
	.gallery-grid {
    padding-bottom: 1em;
}
.banner {
    min-height: 375px;
}
.banner-main {
    margin: 4em auto 0em;
}	
#effect-5 .branch-gd.hover .overlay a.expand {
    width: 50px;
    height: 50px;
}
a.expand {
    line-height: 45px;
}
.info-left {
    width: 10%;
}
.info-right {
    width: 85%;
}
.ftr-logo img {
    width: 60%;
}
span.expand {
    width: 40px;
    height: 40px;
    border: solid 3px #fff;
    line-height: 38px;
    font-size: 20px;
    top: 31%;
    left: 40%;
}
.branch-btm .branch-gd {
    margin-bottom: 3px;
}
.branch-gd-main {
    padding: 0px 3px 0px 0px;
}
/*--shortcodes--*/
h1.grid2 {
  font-size: 2.3em;
}	
.testimonal-main a.testimo-btn {
  font-size: 0.81em;
}	
h3.typo1 {
  font-size: 2.5em;
}	
.page{
	padding: 3em 0em;
}
}
@media(max-width:767px){
.navbar-toggle {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;	
}
.navbar-toggle {
    padding: 6px 7px;
}
.navbar-inverse .navbar-toggle {
    background: #6F6F8C;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #F5AF33 !important;
}
.navbar-nav {
    float: none !important;
}
div#navbar {
    width: 100%;
    background: #6F6F8C;
    margin-top: 0.5em;
}
.navbar-collapse {
    border-top: none;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 0.5em 0em !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}
}
@media(max-width:667px){
span.abou-icon1 {
    width: 47px;
    height:47px;   
    background-size: 100%;
}
span.abou-icon2 {
    width: 47px;
    height: 47px;
    background-size: 100%;
}
.contact-left input.email {
    margin: 0px 0px 0px 12px;
}
}
@media(max-width:640px){
.top-social ul li {
    margin-right: 0.1em;
}	
.banner-main h2 {
    font-size: 2em;
}
.banner-main h6 {
    font-size: 1.2em;
    margin: 0.3em 0em;
    letter-spacing: 5px;
}
.banner-main {
    width: 85%;
}
.banner-main p {
    font-size: 0.9em;
}
.banner {
    min-height: 325px;
}
.information {
    padding: 3em 0em;
}
.leaves-main h1 {
    font-size: 2.4em;
}
.leaves-main p {
    width: 100%;
    font-size: 0.9em;
}
.leaves {
    padding: 3em 0em;
}
.leaves-main a {
    padding: 0.7em 1em;
}
.branches {
    padding: 3em 0em 0em 0em;
}
.branches-top h3 {
    font-size: 2.4em;
}
.branches-top {
    margin-bottom: 1em;
}
.branch-text {
    padding: 3em 0em 3em 0em;
}
span.quotations {
    margin: 0em auto 1em;
}
.branch-text p {
    font-size: 0.91em;
}
.swimming {
    min-height: 315px;
    padding: 3em 0em;
}
.swimming-top h3 {
    font-size: 2em;
}
.swimming-top {
    margin: 0em 0em 2em 0em;
}
.home-block {
    padding: 3em 0em;
}
.home-top h3 {
    font-size: 2.4em;
}
.home-top {
    margin-bottom: 1em;
}
.footer {
    padding:20px 0em 0em;
}
.ftr-grid h3 {
    font-size: 2em;
}
.ftr-logo img {
    width: 70%;
}
.about {
    padding: 3em 0em;
}
.about-top {
    margin-bottom: 2em;
}
.about-left {
    float: none;
    width: 71%;
    margin: 0 auto 2em;
}
.about-right {
    float: none;
    width: 100%;
}
.advantages {
    padding: 3em 0em;
}
.about-top h1 {
    font-size: 2.4em;
}
.advantages-top h2 {
    font-size: 2.4em;
}
.advantages-top {
    margin-bottom: 2em;
}
.advantage-block h3 {
    font-size: 2em;
}
.team {
    padding: 3em 0em;
}
.team-top h3 {
    font-size: 2.4em;
    margin-bottom: 1em;
}
.services {
    padding: 3em 0em;
}
.services-top h1 {
    font-size: 2.4em;
}
.services-top {
    margin-bottom: 1.5em;
}
.ser-strip {
    min-height: 210px;
    padding: 3em 0em;
}
.ser-strip-main h2 {
    font-size: 2.4em;
    margin-top: 0em;
}
.ser-strip-main p {
    width: 100%;
}
.features-top h3 {
    font-size: 2.4em;
}
.features-top h4 {
    width: 100%;
    font-size: 1.1em;
}
.features {
    padding: 3em 0em 3em 0em;
}
.features-top {
    padding-bottom: 2em;
}
.rooms {
    padding: 3em 0em;
}
.rooms-text {
    float: none;
    width: 100%;
}
.rooms-img {
    float: none;
    width: 100%;
    padding: 0px;
    margin-top: 1em;
}
.rooms-left {
    margin-bottom: 1em;
}
.ulta-img {
    float: none;
    width: 100%;
    margin-bottom: 1em;
}
.gallery-top h1 {
    font-size: 2.4em;
}
.room-head h3 {
    font-size: 2.4em;
    margin-bottom: 0.8em;
}
.room-btn a {
    font-size: 0.85em;
    padding: 0.3em 0.6em;
}
.gallery-top {
    text-align: center;
    margin-bottom: 1em;
}
figure.effect-bubba p {
    font-size: 0.7em;
    padding: 10px 1.5em;
}
figure.effect-bubba h4.gal {
    font-size: 1.2em;
}
.page {
    padding: 3em 0em 3em 0em;
}
.contact {
    padding: 3em 0em 3em 0em;
}
.contact-top h2 {
    font-size: 2.4em;
}
.contact-left input[type="text"] {
    width: 100%;
    margin-bottom: 0.5em;
}
.contact-left input.email {
    margin: 0px 0px 0px 0px;
}
.contact-left textarea {
    margin: 0.5em 0em 0em 0em;
}
.contact-top {
    padding: 0em 0em 2em 0em;
}
.contact-right h1 {
    font-size: 2em;
}
.map {
    padding: 0em 0em 3em 0em;
}
.map iframe {
    height: 230px;
}
.single {
    padding: 3em 0;
}
.comment {
    padding: 3em 0;
}
.leave h2 {
    font-size: 2em;
}
.comment h3 {
    font-size: 2em;
}
span.expand {
    top: 27%;
}
.header-address h6 {
    font-size: 0.8em;
}
span.expand {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 33%;
    left: 40%;
}


.sitemap-tabs ul li {
	display: inline-block;
	width: 17%;
	margin: 0.5em;
	text-align: center;
	font-size: 1.1em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.sitemap-tabs ul li a {
	color: #464646;
	padding: 1em 0;
	border: 1px solid #e2e2e2;
	display: block;
}
.sitemap-tabs ul li a i.fa {
	font-size: 1.3em;
	margin-right: .5em;
}
.sitemap-tabs ul li a:hover {
	border-color: #da6b1a;
	color: #da6b1a;
}
.sitemap-tabs ul li a:hover i.fa {
	color: #da6b1a;
}
.sitemap-tabs.scroll-to-fixed-fixed {
	background: #fff;
}
.sitemap-text {
	padding: 1em 0;
}
.sitemap-text-grids ul {
	margin-top: 10px;
}
.sitemap-text-grids ul li a {
	font-size: 14px;
	color: #000;
	line-height: 1.8em;
}
.sitemapbox {
	width: 90%;
	margin: 0 auto;
}







}


.slicknav_btn {
    margin: 18px 0px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #2d2929;
    text-transform: uppercase;
}


.seo2 {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 25px;
    font-weight: 400;
    /*! font-family: 'Rubik', sans-serif; */
    color: #3a3636;
    font-size: 18px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}


.m1
{font-family: 'Barlow Semi Condensed', sans-serif;
/*! letter-spacing: .5px; */
/*! font-weight: 800; */
/*! font-size: 26px; */
/*! line-height: 45px; */
/*! margin-bottom: 30px; */
color: #0070c0;
}



.man{
  font-weight: 400;
color: #3a3636;
font-size: 21px;
line-height: 27px;
margin-bottom: 0px;
font-family: 'Barlow Semi Condensed', sans-serif;
}

