@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Poppins');
@import url('https://fonts.googleapis.com/css?family=Lato');
body{
    font-family: 'Lato', sans-serif;
	color:#444;	
	font-size:14px;
}
h1,h2{
	font-family: 'Great Vibes', cursive;
}
a {text-decoration:none !important;}
.topbar{
	padding:10px 0 10px 0;
	color:#FFF;	
	background-color:#B51A56;
}
.topbar a{
	color:#FFF;
}
#scroll img{
	height:48px;
}
#scroll{
	position:fixed;
	bottom:15px;
	right:25px;
}
/*------------------------------------------------------------------
[Preloader]
*/

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -95px;
    margin-left: -95px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#loading{
	background-color: #B51A56;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 9998;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
.object{
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid transparent;
	border-left:  5px solid #FFF;
	border-right: 5px solid transparent;	
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;		
}
#object_one{
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
}							
#object_two{
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}		
#object_three{
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#object_four{
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
}	
@-webkit-keyframes animate {
50% {
	-ms-transform: rotate(360deg) scale(0.8); 
   	-webkit-transform: rotate(360deg) scale(0.8); 
    transform: rotate(360deg) scale(0.8); 
	}
}
@keyframes animate {
50% {
	-ms-transform: rotate(360deg) scale(0.8); 
   	-webkit-transform: rotate(360deg) scale(0.8); 
    transform: rotate(360deg) scale(0.8); 
	}	
}
/*------------------------------------------------------------------
[Navbar]
*/
/*
.navbar-nav{
	float:none;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
*/
.navbar-default .navbar-nav > li > a{
	color:#AD1111;
	text-transform:uppercase;
}
.navbar-custom {
	background: #FFF;	
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: padding 0.25s, background 0.25s;
	   -moz-transition: padding 0.25s, background 0.25s;
	    -ms-transition: padding 0.25s, background 0.25s;
	     -o-transition: padding 0.25s, background 0.25s;
	        transition: padding 0.25s, background 0.25s;
}
.navbar-brand{
	padding:7px 0;
}
.navbar-brand img{
	height:65px;
}
.navbar-custom,
.navbar-custom a {
	font-size: 14px;
	color: #000;
}
.navbar-custom .nav > li > a:focus {
	background: none;
	color: #555;
}
.navbar-custom .nav > li.active > a {
	color: #FFF;
	background-color:#AD1111;
}
.navbar-custom .nav > li > a{
	text-transform:uppercase;
	color:#444;
}
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover {
	background-color:#FFF;
	color: #AD1111;	
}

.navbar-custom .nav li a > .fa,
.navbar-custom .nav li a > .icon {
	margin-right: 6px;
	font-size: 14px;
}

.navbar-custom .navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
	 box-shadow: 0 0px 0px rgba(0, 0, 0, 0.176);
}
.navbar-custom .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
	margin-top: -5px;
	margin-left: 2px;
}
.leftauto {
	right: 0 !important;
	left: auto !important;
}
.navbar-custom .dropdown-menu.left-side {
	margin-right: 2px;
	right: 100%;
	left: auto;
}
.navbar-custom .dropdown-menu {
	background: 255;
	border: 0;
	border-radius: 0;
	padding: 5px 0;
	min-width: 180px;
	border-bottom:3px solid #B51A56;
	border-radius:0 0 10px 10px;
}
.navbar-custom .dropdown-menu li {
	padding: 0 15px;
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid #FFF;
	padding: 8px 5px;
	font-size: 14px;
	color: #222;
	transition: all 0.2s linear;
	text-transform:uppercase;
}

.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:hover,
.navbar-custom .nav .open > a:focus {
	border-color: #FFF;
}

.navbar-custom .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}
.navbar-custom .dropdown-menu > li,
.navbar-custom .dropdown-menu > li{
	border-left:3px solid #FFF;
}
.navbar-custom .dropdown-menu > li:focus,
.navbar-custom .dropdown-menu > li:hover{
	border-left:3px solid #B51A56;
}

.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu .open > a,
.navbar-custom .dropdown-menu .open > a:hover {
	background: none;
	color: #AD1111;	
	transition: all 0.2s linear;
}
.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	position: relative;
	float: right;
	padding: 9px 10px;
	padding: 0;
	margin: 26px 15px 0 0;
}

.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-custom.navbar-fixed-top{
	border-bottom:3px solid #008d9c
}
@media (min-width: 992px) {

	.navbar-transparent {
		background-color:transparent;
		box-shadow:0px 0px 0px #CFCFCF !important;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.navbar-transparent a,
	.navbar-transparent .nav > li > a:focus {
		color: #fff;
	}

	.navbar-custom .navbar-brand {
		padding-left: 35px;
	}

	.navbar-custom .navbar-nav > li > a.last {
		padding-right:30px;
	}
		.navbar-custom .navbar-nav > li > a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.navbar{
		min-height:40px;
	}
	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(50px);
		   -moz-transform: translateY(50px);
		    -ms-transform: translateY(50px);
		     -o-transform: translateY(50px);
		        transform: translateY(50px);
		-webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		   -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		    -ms-transition: opacity 0.4s ease 0s, -ms-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		     -o-transition: opacity 0.4s ease 0s, -o-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		        transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		   -moz-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		     -o-transform: translateY(0px);
		        transform: translateY(0px);
	}

	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

}

@media (max-width: 991px) {

	.navbar-custom .navbar-nav {
		margin-top: 1px;
		margin-bottom: 0;
	}

	.navbar-custom .dropdown-menu,
	.navbar-custom .dropdown-menu .dropdown-menu {
		padding-top: 0;
		margin-top: 0;
	}

	.navbar-custom .dropdown-menu li {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-menu > li:last-child > a {
		border-bottom: 1px solid #2b2b2b;
	}

	.navbar-custom .navbar-nav > li:last-child > a {
		border-bottom: 0;
	}

	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 30px;
	}

}
.box-section{
	padding:100px 0;
	background-image:url(../images/background.jpg);
	background-position:center center;	
	background-repeat:no-repeat;	
}
.about-section{
	padding:50px 0;
	background-image:url(../images/sha1.jpg);
	background-position:right center;	
	background-repeat:no-repeat;	
	background-position-x:500px;
}
.spa-section{
	padding:80px 0;
	background:#F6F6F6 url(../images/18287-NRIYLN-03.png);
	background-position:bottom center;	
	background-repeat:no-repeat;	
}
.spa-section .w-box{
	padding:30px;
	text-align:center;
	background-color:#FFF;
}
.time-section{
	padding:50px 0;
	background-image:url(../images/sot1.jpg);
	background-position:right center;	
	background-repeat:no-repeat;	
	background-position-x:30px;
}
.section-title {
    color: #FFF;
    display: block;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
.blog-section{
	padding:50px 0;
	background-color:#FFF;
}
.blog-section .thumbnail{
	padding:0;
	border-radius:0;
	border:0;
}
.blog-section .caption h4{
	margin-bottom:20px;
	font-size:18px;
}

/*------------------------------------------------------------------
[Hero]
*/
.module-hero {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.hero-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
}

.home .hero-text {top:170px;}
.hero-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	color: #fff;
	top:150px;
}

.hero-title {
	line-height: 1.4;
	font-size: 52px;
	margin: 0 0 20px;
	color: #fff;
	text-transform:titlecase;
}

@media (max-width: 992px) {

	.hero-title {
		font-size: 52px;
	}

}

@media (max-width: 767px) {

	.hero-title {
		font-size: 42px;
	}

}

@media (max-width: 627px) {

	.hero-title {
		font-size: 36px;
	}

}
.logo-box{
	padding:10px 20px 4px 20px;
	position:absolute;
	top:0px;
	background-color:#FFF;
	border-radius:0 0 10px 10px;
	border-bottom:3px solid #B51A56;
}
.logo-box img{
	height:80px;
}
.nav-bg{
	background-color:#FFF;
	height:44px;
}

.color-dark {
    color: #444;
}
.osthemes-heading {
    letter-spacing: .05em;
}
.text-left {
    text-align: left;
}
.osthemes-heading h1.fz-60::after {
    width: 90px;
}

.osthemes-heading.text-left h1 {
    background-position: left bottom;
}
.osthemes-heading.use-bg h1 {
    padding-bottom: 15px;
}
.osthemes-heading h1 {
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    background-repeat: no-repeat;
    line-height: 1.2;
    color: #444444;
}
.fz-60 {
    font-size: 60px;
}

.osthemes-service-item {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  overflow: hidden;
}
.osthemes-service-item .service-item-content {
  overflow: hidden;
}
.osthemes-service-item .service-item-content h4 {
  color: #444444;
  text-transform: uppercase;
}
.osthemes-service-item .service-item-content .separator-img-wrapper img {
  margin-bottom: 20px;
}
.osthemes-service-item.style-image-top .service-item-content {
  margin: 35px 35px 60px 35px;
  max-height: 220px;
}
.osthemes-service-item.style-image-hover {
  position: relative;
  text-align: center;
}
.osthemes-service-item.style-image-hover .service-item-content {
  margin-top: 15px;
}
.osthemes-service-item.style-image-hover .service-item-content h4,
.osthemes-service-item.style-image-hover .service-item-content .separator-img-wrapper {
  margin-left: 35px;
  margin-right: 35px;
}
.osthemes-service-item.style-image-hover .service-item-content div.description {
  padding: 15px 35px 55px 35px;
  position: relative;
}
.osthemes-service-item.style-image-hover .service-item-content div.description .bgi-overlay {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
.osthemes-service-item.style-image-hover .service-item-image {
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.osthemes-service-item.style-image-hover:hover .service-item-content div.description .bgi-overlay {
  opacity: 1;
}
.osthemes-service-item.style-image-hover:hover .service-item-content div.description p {
  opacity: 0;
}
@media (max-width: 1200px) {
  .osthemes-service-item.style-image-top .service-item-content {
    margin: 15px;
  }
  .osthemes-service-item.style-image-top .service-item-content h4 {
    margin-bottom: 10px;
  }
}
.osthemes-service-list {
  width: 100%;
  padding: 50px;
}
.osthemes-service-list.color-dark {
  color: #444444;
}
.osthemes-service-list.color-light {
  color: #fff;
}
.osthemes-service-list .service-list-item {
  margin-bottom: 25px;
  display: table;
}
.osthemes-service-list .service-list-item:last-child {
  margin-bottom: 0;
}
.osthemes-service-list .service-list-item > * {
  display: table-cell;
  vertical-align: bottom;
}
.osthemes-service-list .service-list-item .item-title {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.osthemes-service-list .service-list-item .item-title:after {
  content: "";
  display: inline-block;
  position: absolute;
}

/*
OPEN TIME TEMPLATE
*/
.opentime-wrapper h4 {
  font-size: 18px;
  margin-bottom: 25px;
}
.opentime-wrapper ul.time-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.opentime-wrapper ul.time-list li {
  letter-spacing: 0.05em;
  line-height: 2.2;
}
.opentime-wrapper .has-separator {
  border-left: 1px solid transparent;
  position: relative;
}
.opentime-wrapper .has-separator:before {
  content: '';
  width: 1px;
  height: 85%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: inherit;
}
.opentime-wrapper.separator-primary .has-separator:before {
  background-color: #F05467;
}
.opentime-wrapper.separator-light .has-separator:before {
  background-color: #fff;
}
.opentime-wrapper.separator-dark .has-separator:before {
  background-color: #444;
}
.opentime-wrapper.separator-gray .has-separator:before {
  background-color: #E4E4E4;
}
@media (max-width: 767px) {
  .has-separator {
    border: none;
  }
  .has-separator:before {
    display: none;
  }
}


/*Button*/
.button-wrapper.button-inline {
  display: inline-block;
}
.button-wrapper.button-left {
  display: block;
  text-align: left;
}
.button-wrapper.button-right {
  display: block;
  text-align: right;
}
.button-wrapper.button-center {
  display: block;
  text-align: center;
}
.p-button {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 12px 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.p-button-xs {
  padding: 13.5px 40px;
}
.p-button-xs.p-button-bordered-2 {
  padding: 12.5px 38px;
}
.p-button-sm {
  padding: 16px 44px;
}
.p-button-sm.p-button-bordered-2 {
  padding: 15px 42px;
}
.p-button-md {
  font-size: 14px;
  padding: 18px 53px;
}
.p-button-md.p-button-bordered-2 {
  padding: 17px 51px;
}
.p-button-lg {
  font-size: 16px;
  padding: 18px 52px;
}
.p-button-lg.p-button-bordered-2 {
  padding: 16px 60px;
}
.p-button-xlg {
  font-size: 18px;
  padding: 17px 62px;
}
.p-button-xlg.p-button-bordered-2 {
  padding: 16px 70px;
}
.p-button-primary {
  background-color: #F05467;
  color: #F05467;
}
.p-button-gray {
  background-color: #444;
  color: #444;
}
.p-button-black {
  background-color: #000;
  color: #000;
}
.p-button-light {
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}
.p-button-light.p-button-bg,
.p-button-light.p-button-3d {
  color: #000;
  border-color: #fff;
}
.p-button-bordered {
  border: 1px solid;
  background-color: transparent;
}
.p-button-bordered-2 {
  border: 2px solid;
  background-color: transparent;
}
.p-button-bg {
  border: 1px solid;
  color: #fff;
}
.p-button-3d {
  border: 1px solid;
  border-top: none;
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}
.p-button-primary {
  border-color: #F05467;
}
.p-button-secondary {
  border-color: #F05467;
}
.p-button-gray {
  border-color: #444;
}
.p-button-black {
  border-color: #000;
}
.p-button-primary:focus,
.p-button-primary:active {
  color: #F05467;
}
.p-button-secondary:focus,
.p-button-secondary:active {
  color: #F05467;
}
.p-button-gray:focus,
.p-button-gray:active {
  color: #444;
}
.p-button-black:focus,
.p-button-black:active {
  color: #000;
}
.p-button-bg:focus,
.p-button-bg:active,
.p-button-3d:focus,
.p-button-3d:active {
  color: #fff;
}
.p-button-light:focus,
.p-button-light:active {
  color: #fff;
  border-color: #fff;
}
.p-button-light:focus.p-button-bg,
.p-button-light:active.p-button-bg,
.p-button-light:focus.p-button-3d,
.p-button-light:active.p-button-3d {
  color: #000;
}
.p-button-primary:hover {
  background-color: #F05467;
}
.p-button-primary:hover.p-button-bg,
.p-button-primary:hover.p-button-3d {
  background-color: #444;
  border-color: #444;
}
.p-button-secondary:hover {
  background-color: #F05467;
}
.p-button-secondary:hover.p-button-bg,
.p-button-secondary:hover.p-button-3d {
  background-color: #444;
  border-color: #444;
}
.p-button-gray:hover {
  background-color: #444;
}
.p-button-gray:hover.p-button-bg,
.p-button-gray:hover.p-button-3d {
  background-color: #F05467;
  border-color: #F05467;
}
.p-button-black:hover {
  background-color: #000;
}
.p-button-black:hover.p-button-bg,
.p-button-black:hover.p-button-3d {
  background-color: #F05467;
  border-color: #F05467;
}
.p-button-bordered:hover {
  color: #fff;
}
.p-button-bordered-2:hover {
  color: #fff;
}
.p-button-bg:hover,
.p-button-3d:hover {
  color: #fff;
}
.p-button-light:hover {
  background-color: #fff;
  color: #666666;
  border-color: #fff;
}
.p-button-light:hover.p-button-3d,
.p-button-light:hover.p-button-bg {
  color: #666666;
}
.p-button.i-left {
  position: relative;
}
.p-button.i-left.p-button-sm,
.p-button.i-left.p-button-xs {
  padding-left: 45px;
}
.p-button.i-left img,
.p-button.i-left i {
  position: absolute;
  left: 25px;
  line-height: 1.2;
}
.p-button.i-right {
  position: relative;
}
.p-button.i-right.p-button-sm,
.p-button.i-right.p-button-xs {
  padding-right: 45px;
}
.p-button.i-right img,
.p-button.i-right i {
  position: absolute;
  right: 25px;
  line-height: 1.2;
}

p {
    font-weight: 300;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 2.2;
    letter-spacing: 0.05em;
}
footer{
	color:#666;
	padding:100px 0 30px 0;
	background:#111 url(../images/mt_therma_footer_big_image.png);
}
footer .add{
	font-size:18px;
}
footer a{
	color:#666;
}
.fot-box:hover i{color:#F05467;}
.fot-box:hover{border:1px solid #F05467;}
.fot-box{
	border:1px solid #404040;
	padding:20px;
}

ul.share-social-links {
    display: inline-table;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.share-social-links li {
    float: left;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.share-social-links li a {
    border: 1px solid #404040;
    display: block;
    font-size: 18px;
    height: 40px;
    padding: 9px 0;
    width: 40px;
}
.share-social-links li a:hover {
	background-color:#F05467;
	color:#FFF;
}
.navbar-fixed-top{
	box-shadow:0 3px 20px #777;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {  
  padding: 320px 0 50px 0;
  position: relative;
  background-size:100% auto;
  background-position:center;
  text-align:center;
}
.page-banner-section .container {
  position: relative;
  z-index: 2;
}
.page-banner-section h1 {
  color: #FFF;
  font-size: 42px;
  font-weight: 100;
  margin: 0 0 15px;
  margin: 10px 0 0;
  letter-spacing:1px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding:0;
  text-align: center;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;  
  color: #FFF;
}
.page-banner-section ul.page-depth li a:hover {
  color: #FFF;
}
.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 13px;  
  color: #FFF;
  margin-right: 5px;
}
.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}
.page-banner-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.inner-section{
	padding:100px 0;
}
.form-control {
	border:0px;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1.42857;
    padding: 6px 12px;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.news-box .panel-heading{
	font-size:22px;
}
.news-box{
	text-align:justify;	
}
.dtitle{
	font-size:20px;
	background-color:#DDD;
	padding:8px 20px;
	margin-bottom:10px;
}
.dbox{
	margin-bottom:30px;	
}
.dbox li i{
	font-size:18px;
	padding:4px 0;
}
.dbox li a{
	font-size:18px;
	color:#555;
}
.dbox li{
	margin-left:20px;
	padding:4px 0;
}
/* TESTIMONIAL STYLE */
.testimonial-info .nav-tabs {
    background: #fafafa none repeat scroll 0 0;
    top: 0;
}
.testimonial-info .nav > li {
    width: auto;
}
.testimonial-info .nav-tabs > li {
    padding: 0 25px;
}
.testimonial-info .nav-tabs > li > a {
    color: #282828;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    position: relative;
}
.testimonial-info .nav-tabs > li.active > a, .testimonial-info .nav-tabs > li.active > a:focus, .testimonial-info .nav-tabs > li.active > a:hover {
    color: #4F762A;
}
.testimonial-info .nav-tabs > li.active > a::after {
    background: #4F762A none repeat scroll 0 0;
    content: "";
    height: 25px;
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    top: -14px;
    width: 3px;
}
.testimonial-info .tab-content p:last-of-type {
    margin-bottom: 0;
} 
.testimonial-info .testi-box{
	border-left:3px solid #2B2D71;
	padding-left:15px;
	margin-bottom:30px;
	position:relative;
	padding-bottom:20px;
}
.testimonial-info .testi-box .name{
	position:absolute;
	bottom:20px;
	background-color:#B51A56;
	color:#FFF;
	padding:5px 20px 5px 30px;
	left:-20px;
}





/* Tab Style Left Side */
.mg-tab-left-nav .nav-tabs > li > a,
.mg-tab-left-nav .nav-tabs.nav-justified > li > a {
  border-width: 0px 0px 0px 0;
  border-color: #eaedee;
  border-style: solid;
  background-color: #fff;
  color: #16262e;
  outline-width: 0 !important;
  border-radius: 0;
  padding: 10px 10px;
  margin-right: 0;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
          transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.mg-tab-left-nav .nav-tabs > li:first-child > a,
.mg-tab-left-nav .nav-tabs.nav-justified > li:first-child > a {
  border-left-width: 0px !important;
}
.mg-tab-left-nav:before,
.mg-tab-left-nav:after {
  content: " ";
  display: table;
}
.mg-tab-left-nav:after {
  clear: both;
}
.mg-tab-left-nav .nav-tabs > li,
.mg-tab-left-nav .nav-tabs.nav-justified > li {
  width: 100%;
  display: block;
}

.mg-tab-left-nav .nav-tabs > li > a:hover,
.mg-tab-left-nav .nav-tabs.nav-justified > li > a:hover {
  background-color: #F05467;
  color: #fff;
  border-color: #F05467;
}
.mg-tab-left-nav .nav-tabs > li.active > a,
.mg-tab-left-nav .nav-tabs.nav-justified > li.active > a {
  border-bottom-width: 0;
  border-color: #eaedee;
  box-shadow: inset 0px 0 #F05467;
  border-left-color: #F05467;
  border-right-color: transparent;
  color: #FFF;
  background-color:#B51A56;
}
.mg-tab-left-nav .nav-tabs > li.active > a:hover,
.mg-tab-left-nav .nav-tabs.nav-justified > li.active > a:hover,
.mg-tab-left-nav .nav-tabs > li.active > a:focus,
.mg-tab-left-nav .nav-tabs.nav-justified > li.active > a:focus,
.mg-tab-left-nav .nav-tabs > li.active > a:active,
.mg-tab-left-nav .nav-tabs.nav-justified > li.active > a:active {
  border-left-width: 0px;
  border-bottom-width: 0;
  border-color: #eaedee;
  border-left-color: #B51A56;
  border-right-color: transparent;
  box-shadow: inset 0px 0 #B51A56;
  color: #FFF;
  background-color: #B51A56;
}
.mg-tab-left-nav .nav-tabs > li:last-child > a,
.mg-tab-left-nav .nav-tabs.nav-justified > li:last-child > a {
  border-bottom-width: 0px !important;
}
.v-box{
	margin-bottom:30px;
}
.v-title{
	background-color:#4F762A;
	color:#FFF;
	padding:6px;
	text-align:center;
	min-height:55px;
}
.services-bg{
	background-size:100%;
	background-repeat:no-repeat;
	margin-bottom:50px;
	background-position:center;
}
.service-box p{line-height:1.2 !important;}
.service-box{
	background-color:rgba(0,0,0,0.5);
	padding:30px 20px;
	color:#FFF;
	text-align:center;
	min-height:400px;
}
.service-box .btn-info{
	background-color:rgba(255,255,255,0.5);
	border-color:rgba(255,255,255,0.5);
	color:#111;
	border-radius:0;
}
.service-box h2 {
	font-family: 'Lato', sans-serif;
	margin:0;
	margin-bottom:5px;
	font-size:22px;
}
.left{
	padding-left:0
}
.right{
	padding-right:0
}
.award .thumbnail{
	border-radius:0;
	padding:5px;
	border-width:3px;
	border-color:#B51A56;
}
.gallery-img, .abox.thumbnail{
    margin: 0px 0px 30px 0px;
    position: relative;
    padding: 5px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    box-sizing: border-box;
}

.gallery-img .gallery-open{
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(181,26,86,0.80);
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.gallery-img:hover .gallery-open{
    visibility: visible;
    opacity: 1;
}

.gallery-img .gallery-open i{
    color: #fff;
    position: absolute;
    font-size: 20px;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.box-well{
	min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 3px solid #666;
    border-bottom: 3px solid #B51A56;
    border-radius: 0px 0px 8px 8px;
}
h3.box-head{
	margin:0;
	border-top:3px solid #666;
	color:#B51A56;
	padding:8px 20px;	
}
ul.side-menu {
	margin-left:-40px;
}
ul.side-menu li{
	list-style:none;
	padding:2px 0;
	margin:8px 0;
	border-left:3px solid #CCC;
	padding-left:10px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
ul.side-menu li:last-child{
	border-bottom:0px solid #CCC;
}
ul.side-menu li a.current{color:#B51A56;}
ul.side-menu li a{
	color:#222;
	font-size:15px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
ul.side-menu li:hover{
	border-left:3px solid #B51A56;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
ul.side-menu li a:hover{
	color:#B51A56;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.location-box{
	background-color:#f5f5f5;
	padding:20px;
	border-bottom:3px solid #F05467;
	margin-bottom:50px;
}
.location-box:hover{
	border-bottom:3px solid #B51A56;
}
.location-box h3{
	margin-top:0;
	color:#B51A56;
	font-size:18px;
}
.services-modal .modal-header .close{margin-top:4px;opacity:0.5;}
.services-modal .modal-content{border-radius:0px;top:40px;}
.services-modal .modal-header {
	color:#FFF;
    min-height: 16.43px;
    padding: 8px 15px;
    border-bottom: 1px solid #F05467;
    background-color:#F05467;
}
.m-top{
	margin-top:20px;
}
.t-well{
	margin-bottom: 30px;
    background-color: #f5f5f5;
    overflow:hidden;
    padding:20px;
    min-height:170px;
    border-bottom:3px solid #4F762A;
}
.t-well h3{margin-top:0;color:#4F762A;}
.t-well p{line-height:1.4 !important;}
.package-well {
    margin-bottom: 30px;
    background-color: #f5f5f5;
    overflow:hidden;
    position:relative;
}
.package-box .rate{
	position:absolute;
	top:0;
	background-color:#B51A56;
	color:#FFF;
	padding:6px 16px;
	font-size:16px;
}
.package-box p{line-height:1.2 !important;}
.package-box{
	background-color:#2B2D71;
	padding:30px 20px;
	color:#FFF;
	z-index:1000;
}
.package-box .btn-info{
	background-color:rgba(255,255,255,0.5);
	border-color:rgba(255,255,255,0.5);
	color:#111;
	border-radius:0;
}
.package-box h2 {
	font-family: 'Lato', sans-serif;
	margin:0;
	margin-bottom:5px;
	font-size:17px;
	text-align:center;
}


.nav-tabs {
	border-bottom:1px solid transparent
}
.nav-tabs li a {
	padding:10px 0px;
	font-size:16px;
	text-transform:uppercase;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;	
}
.nav-tabs li a:hover {
	border-color:transparent;
	color:#2b2b2b;
	background-color:transparent
}
.nav-tabs li.active a,.nav-tabs li.active a:focus,.nav-tabs li.active a:hover {
	border-color:#f2f2f2;
	color:#2b2b2b;
	background-color:#f2f2f2
}
.nav-tabs.nav-justified li a {
	border-color:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0
}
.nav-tabs.nav-justified li a:hover {
	color:#222;
	background-color:#efefef;
}
.nav-tabs.nav-justified li a {
	color:#222;
	background-color:#efefef;
}
.nav-tabs.nav-justified .active a,.nav-tabs.nav-justified .active a:focus,.nav-tabs.nav-justified .active a:hover {
	border-color:#B51A56;
	border-width:2px;
	border-left:0;
	border-right:0;
	color:#B51A56;
}
a.btn-offer{
	color:#FFF;
	font-size:15px;
}
.btn-offer{
	background-color:#2B2D71;	
	padding:12px 26px 11px 26px;
}

.coupon-well h2{
	font-family: 'Lato', sans-serif;
	margin-top:0;
	font-size:16px;
	font-weight:bold;
}
.coupon-well {
    margin-bottom: 30px;
    background-color: #f5f5f5;
    overflow:hidden;
    position:relative;
}
.coupon-box .rate{
	position:absolute;
	top:0;
	background-color:#B51A56;
	color:#FFF;
	padding:6px 16px;
	font-size:16px;
}
.coupon-box p{line-height:1.2 !important;}
.coupon-box{
	background-color:#F4E3AF;
	padding:30px 20px;
	color:#222;
	z-index:1000;
}
.code{
	background-color:#444;
	color:#FFF;
	padding:4px 10px;
	border-radius:6px;
}
.top-line{
	border-bottom:1px dashed #222;
	line-height:1.2;
	padding-bottom:10px;
	margin-bottom:10px;
}
.sec-line{
	border-bottom:1px dashed #222;
	line-height:1.2;
	padding-bottom:10px;
	margin-bottom:10px;	
}
.sec-line p{
	margin-bottom:0;
	text-align:justify;
}
.f-1{
	font-size:24px;
}
.f-2{
	font-size:32px;
}
.f-3{
	font-size:20px;
}
.navbar-toggle {
    background-color: #3bb3c2;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    margin-bottom: 8px;
    margin-right: 20px;
    margin-top: 8px;
    padding: 9px 8px;
    position: relative;
}
@media (max-width: 360px) {
	.navbar-brand img {
		height: 50px;
	}
	.navbar-custom .navbar-brand{
		height:100%;
	}
	.navbar-toggle {
		background-color: #F05467;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 0;
		float: right;
		margin-bottom: 8px;
		margin-right: 5px;
		margin-top: 15px;
		padding: 9px 8px;
		position: relative;
	}
	.tours-tabs .nav-tabs li {
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
		margin-bottom: 10px;
		width: 100%;
		display:block;
	}
	.innerform .form-control{
		width:100%;
	}
	.innerform .btn, .innerform .form-control{
		border-radius:4px;
	}
	.map_canvas{
		height:335px;
	}
}
@media (max-width:640px) {
	.logo-box{
		display:none;
	}
	.box-section{
		background-color:#F6F6F6;
	}
	.fot-box{
		margin-bottom:30px;
	}
	.osthemes-heading h1{
		font-size:33px;
	}
	.nav-bg{
		background-color:#FFF;
		height:auto;
	}
	.page-banner-section {
		padding: 140px 0 20px 0;
		position: relative;
		background-size: auto auto;
		background-position: center center;
		text-align: center;
	}
	.page-banner-section h1{
		font-size:26px;
	}
	.inner-section {
		padding: 20px 0;
	}
	.navbar-nav.pull-right{
		float:none !important;
	}
	.footer{
		background-size:auto auto !important;
	}
	.tours{
		background-size:auto auto !important;
		padding:20px;
	}
	
	.navbar-custom .navbar-nav {
		margin-top: 1px;
		margin-bottom: 0;
	}

	.navbar-custom .dropdown-menu,
	.navbar-custom .dropdown-menu .dropdown-menu {
		padding-top: 0;
		margin-top: 0;
	}

	.navbar-custom .dropdown-menu li {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-menu > li:last-child > a {
		border-bottom: 1px solid #2b2b2b;
	}

	.navbar-custom .navbar-nav > li:last-child > a {
		border-bottom: 0;
	}

	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media (width:768px){
	.tab-div{
		margin-bottom:30px;
	}
	.fot-box{
		min-height:160px;
	}
	.about-section{
		background-position-x:150px;
	}
	.service-item-content h4{
		font-size:16px;
	}
	.navbar-custom .navbar-nav > li > a{
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.navbar-custom li a,
	.navbar-custom .dropdown-menu > li:last-child > a {
		border-bottom: 0px solid #2b2b2b;
	}
	.logo-box {
		padding: 4px 20px 4px 20px;
		position: absolute;
		top: 0px;
		background-color: #FFF;
		border-radius: 0;
		border-bottom: 0px solid #B51A56;
	}
	.logo-box img {
		height: 35px;
	}
	.nav > li > a {
		position: relative;
		display: block;
		padding: 10px 13px;
	}
}
@media (max-width: 991px) {

	
}
.cou-btn{
	display:none;
}
.coupon-well:hover .cou-btn{
	display:block;
position:absolute;
	top:-10px;
	right:15px;
}

.downCoupon .modal-header .close{margin-top:4px;opacity:0.5;}
.downCoupon .modal-content{border-radius:0px;top:80px;}
.downCoupon .modal-header {
    min-height: 16.43px;
    padding: 8px 15px;
    border-bottom: 1px solid #F05467;
    background-color:#F05467;
    color:#FFF;
}

.downCoupon .form-control, .quote .form-control {
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}




/********************************/
/*       Fade Bs-carousel       */
/********************************/
.text-center {
    text-align: center;
}

.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7,
.fade-carousel .slides .slide-8,
.fade-carousel .slides .slide-9,
.fade-carousel .slides .slide-10 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }
}
