/***************************
Theme Name: Hotel-Melbourne
Theme URI: https://asiathemes.com/hotel-details/
Author: asiathemes
Author URI:https://asiathemes.com/
Created by: Asiathemes
Description: Hotel-Melbourne is a responsive and fully customizable template for Luxury Hotel and resorts theme.The Theme has You can use it for your resorts, hotel or any type of site.Custom menus to choose the menu in Primary Location that is in Header area of the site. which is ideal for creating a hotel / resorts website.Hotel-Melbourne is Retina ready. We focused on usability across various devices, starting with smartphones. Hotel-Melbourne is a Cross-Browser Compatible theme that works on All leading web browsers.In header area and footer of the theme offers Social Media Links to add your Social Links here. translation ready and many more.
Version:  2.1
Tags: custom-menu, right-sidebar, sticky-post, theme-options, threaded-comments, featured-images, flexible-header
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: hotel-melbourne
*****************************/

/*------------------- Hotel-Melbourne General Styles-------------------- */
.wrapper{
  margin:0;
  padding:0;
  background:#fff;
}
a{
  text-decoration: none !important;
}
p{
  font-size:14px;
  line-height:24px;
  color:#a3a3a3;
}
.white{
  color:#fff !important;
}
.section-title{
  text-align:center;
}
/*---------Header------------------*/
.header-top-section {
    background: none repeat scroll #101010;
    width: 100%;
    padding: 10px 0;
}
.info-top {
    float: left;
    margin-top: 3px;
}
.info-top > span {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 30px;
    margin-right: 40px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.info-top > span > i {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 29px;
    line-height: 26px;
    text-align: center;
    width: 29px;
    margin-right: 17px;
}
.book-btn{
	border-radius: 3px;
    color: #FFFFFF !important;
    float: right;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color:#FF4136;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.section-title {
  text-align:center;
  margin:30px 0;
}
.section-title h1 {
  text-transform: capitalize;
  font-size: 34px;
  font-weight: bold;
  font-family: 'allertamedium';
  color: #060c17;
}
.section-title  p {
  padding:0 20px;
  letter-spacing: 1.5px;
  color: #929292;
  font-size:18px;
  font-family: 'ArimoRegular';
  font-weight:400;
}
.callout-title h1, .callout-title p {
  color: #eee !important;
}
ul {
    margin: 0;
    list-style: none;
}
/*-----Main button------------*/
.main-btn {
  display: inline-block;
   background:#FF4136;
   color:#fff;
   text-align:center;
  padding: 8px 16px;
   font-size:14px;
   border-radius:2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
   position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}
.main-btn-blog {
  display: inline-block;
   background:#FF4136;
   color:#fff;
   text-align:center;
  padding: 8px 16px;
   font-size:14px;
   border-radius:2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
   position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
  margin-top: 18px;
}
.main-btn-blog:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#f2362b;
  border-radius:2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.main-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#f2362b;
  border-radius:2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.main-btn-blog:hover:before, .main-btn-blog:focus:before, .main-btn-blog:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-btn-blog:hover, .main-btn-blog:focus, .main-btn-blog:active {
  color:#fff;
}
.main-btn:hover:before, .main-btn:focus:before, .main-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-btn:hover, .main-btn:focus, .main-btn:active {
  color:#fff;
}
.main-btn2{
   padding:10px 15px;	
   border:2px solid #fff !important;
   background:transparent !important;
}
.main-btn2:before {
   border:2px solid #fff !important;
   background:#ffffff !important;
   color:#202020 !important
}
.button-3 {
    padding: 4px 6px!important;
    border: 2px solid #fff !important;
}
.button-4{  padding:4px 6px!important;	 }
.main-btn2:hover, .main-btn2:focus, .main-btn2:active {
  color:#202020 !important;
}
/*----Main Menu Section---------------------------------*/
.navbar-wrapper {
  width:100%;
}
.navbar-toggle {
    background-color:#FF4136 !important;
    border-color: #ffffff !important;
}
.navbar-toggle .icon-bar {
    background: #fff;
}	
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #FF4136;
}
.navbar-brand {
    font-size: 36px;line-height: 35px;
    height: auto;
	padding: 10px 15px 10px 0;
	margin-right: 50px;
}
.navbar {
	/* background: rgba(0, 0, 0, 0.3) !important;  */
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    width: 100%;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 1px 0px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 1px 0px 10px rgba(0,0,0,0.1);
	padding: 10px 0;
    border-radius: 0px;
}
.navbar-brand {
    float: left;
    padding:0 !important;
}
.navbar-brand > img {
    display: block;
    margin-top: 0px !important;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    background-color: #FF4136 !important;
	color: #FFFFFF;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
	background-color: #FF4136;
	color: #FFFFFF;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
	background-color: #FF4136;
	color: #FFFFFF;
}
.navbar .navbar-nav > li {
    margin-right: 5px;
    padding: 0 0 0px 0px;
}
.navbar .navbar-nav > li > a {
    line-height: 20px;
    padding: 11px 16px;
	border-radius: 2px 2px 2px 2px; 
	color: #303030;
	font-family:'Exo2Medium';
	font-weight:500;
	text-transform: uppercase;
	font-size: 15px;
}
.nav {
	margin-top: 0px; padding: 14px 0;
}
.navbar {
	margin-bottom: 0px !important;
}
.navbar-collapse {
    max-height: 100%;
}
/*Dropdown Menus */
.dropdown-menu {
    padding: 0;
	min-width: 200px !important;
}
.dropdown-menu > li > a {
    font-family:'Exo2Medium';
	font-weight:500;
    font-size: 15px;
    line-height: 20px;
    padding: 12px 20px !important;
	border-bottom: 1px solid #eeeeee; transition: all 0.3s ease-in-out 0s; 
	background-color:#FF4136 !important;
	white-space: normal !important;
}
.dropdown-menu > li > a:last-chlid {
	border-bottom: 0px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #FF4136;
}
.dropdown-submenu{
    position:relative;
}
.dropdown-submenu > .dropdown-menu{
    top:0;
    left:100% !important;
    margin-top:-2px;
    margin-left:-1px;
    -webkit-border-radius:0px 0px 0px 0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    background: #FF4136;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #FFFFFF;
	border-bottom:1px dotted #FF8079 !important;
}
.dropdown-menu > li > a:hover {
     background-color: #D83D34 !important;
	 color:#fff;
}
.dropdown-submenu:hover > .dropdown-menu{
     display:block;
	 background: #FF4136;
	 color:#fff;
}
.dropdown-submenu i {
	font-size: 14px;
	line-height: 1.5;
	position: absolute; right: 10px;
}
.dropdown-submenu .pull-left{
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
	width:auto !important;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: 0;
	border-radius: 0px;
}
.navbar-nav > li > a > i {
    font-size: 18px;
    line-height: 20px;
    margin-left: 5px;
    padding-top: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
/*------home-datepicker---------*/
.table-condensed thead{
	color: #FFF;
    background:#FF4136;
}
.table-condensed tbody{
	color: #FFF;
    background:#10253C;
}
td.active{border:1px dotted #ccc; background-color:#FF4136; line-height:5px;}
.dropdown-menu {
    padding:0px!important;
}
.datepicker-switch{ text-align:center;}
.datepicker-days{width:250px;}
.table-condensed{width:250px; padding:5px 20px!important;}
/*--------Home Slider Section---------------------*/ 
.slider-section {
   background: #2a2c33;
    height: 100%;
    width: 100%;
    position: relative;
    box-shadow: 0 7px 10px -10px #000;
}
.slide-caption {
    float: none;
    height: auto;
    left: 28%;
    margin: 0;
    padding: 0px;
    position: absolute;
    right: 0;
    text-align: center !important;
    top:52%;
    transform: translateY(-50%);
    width: 50%;
    z-index: 0;
}
.slide-caption h1 {
	background: rgba(0,0,0,0.8);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #F4F4F5;
	font-family:'Exo2Medium';
	font-weight:500;
    font-size: 38px;
    line-height:48px;
    padding: 19px 28px;
    text-transform: uppercase;
}
.slide-caption p {
	background:rgba(255,255,255,0.8);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333333;
    font-family:'Exo2Medium';
    font-size:28px;
    font-weight: lighter;
	font-weight: 500;
    line-height:40px;
    padding: 20px 29px;
	margin: 20px 100px;
}
.flex-btn-div {
    text-align:center;
}
/*-----------Service Section--------------*/
.services-section {
  margin-top: 60px;
}
.service-box{
  padding-bottom:40px; 
  margin: 60px 0 20px;
  text-align:center;
}
.boxes_title{
  font-size:16px;
}
.service-icon {
  width:70px!important;
  height:70px!important;
  border-radius:4px;
  background-color:#FF4136!important; 
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: -35px;
  left: 52%;
  margin-left: -42px;
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; 
}
.service-box:hover .service-icon{
  border-radius:50px;
}
.service-icon a i{
  font-size:30px;
  line-height:70px;
  color:#fff;
  text-align: center;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.boxes_content {
  background:#fff;
  border-radius:4px;
  padding: 60px 20px 20px;
  border:1px solid #ddd;
  transition: all 0.3s ease-in-out 0s;
}
.boxes_content:hover {
  box-shadow: 1px -1px 11px -2px rgba(80, 57, 58, 0.55);
}
.boxes_content p{
 color:#929292;
}
/*------------------Footer-----------------------------------------------------------------*/
.footer {
    background: url("./images/page-header-bg.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
	height: auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.footer .overlay {
	background: rgba(9, 13, 17,0.9) none repeat scroll 0 0;
	height: auto;
    padding-top: 20px;
    position: relative;
    width: 100%;
}
/* .newsletter ul { padding: 18px 20px 20px; } */
footer .links-social h3.title {
  padding-top: 40px;
  letter-spacing:0.5px;
  font-size: 18px;
  font-weight: 400;
  font-family:'Exo2Medium';
  text-transform:uppercase;
  color: #fff;
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
}
.link-groups .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .links-social .link-groups .links ul li a {
  font-size: 14px;
  color: #fff;
  line-height:38px;
}
footer .links-social .link-groups .links p {
  font-size: 14px;
  color: #CECECE;
  line-height:24px;
}
footer .links-social .link-groups .links ul li i{
  font-size: 14px;
  margin-right:10px;
  color: #fff;
}
footer .links-social .social-newsletter .social-links ul {
  margin-bottom: 10px;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
footer .links-social .newsletter .input-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #343434;
  background: #202020;
}
.links-social-inner{
 padding-bottom:65px;
}
/*-----Copyright------------------*/
.copyright {
    background: #081118 none repeat scroll 0 0;
    float: left;
    padding: 4px 0 10px;
    position: relative;
    width: 100%;
	text-align:center;
}
.copyright a {
  font-size: 14px;
  letter-spacing:0.7px;
  font-weight: normal;
  color: #e4e4e4;
  line-height: 20px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.copyright p { color:#fff; }
.copyright p a:hover { color:#FF4136; }
.copyright p a { font-size:17px; }
.tags-cloud {
  list-style: none;
  margin: 0;
  padding:0;
}
.tags-cloud li {
  float: left;
  margin: 0 5px 5px 0 !important;
}
.tags-cloud li a {
  display: block;
  padding:5px 15px;
  font-size: 16px;
  color: #fff !important;
  border: 1px solid #fff;
}
.tags-cloud li a:hover {
  background-color:#EF3F57 !important;
  border-color: #EF3F57 !important;
}
.social li {
  display: inline-block;
  margin: 0 0 0 5px;
  list-style: none;
}
.social li a i {
  display: block;
}
.social li a {
  display: block;
}
.social.big li a i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  color:#eee;
  border:1px solid #eee;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social.blog_social li a i {
  color:#555;
  border:1px solid #555!important;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
/* .comment-respond{
    background: #f1f1f1;
    padding: 15px;
} */

.social.fill li a.facebook:hover i, .social li a.facebook:hover i {
  background: #456098;
  border-color: #456098;
}
.social.fill li a.twitter:hover i, .social li a.twitter:hover i {
  background: #07a2dc;
  border-color: #07a2dc;
}
.social.fill li a.googleplus:hover i, .social li a.googleplus:hover i {
  border-color: #f8694d;
  background: #f8694d;
}
.social.fill li a.linkedin:hover i, .social li a.linkedin:hover i {
  border-color: #0077b5;
  background: #0077b5;
}
/*--------Footer-top----------------------*/
.footer-bottom  {
    background-color: #FF4136;
    padding: 20px 0;
    margin: -50px 0 26px;
}
.footer-bottom .widget .widget-header {
    float: left;
    width: 40%;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
}
.footer-bottom .widget .widget-header {
    float: left;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
}
.footer-bottom .widget .widget-content {
    float: left;
    padding-top: 0;
}
.footer-bottom .widget .widget-header h2.widget-title {
    font-style: italic;
    margin-bottom: 8px;
    text-align: left;
	color:#fff;
	font-size:24px;
}
.widget .widget-header p.caption {
    color: #eee;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1em;
    display: block;
	text-transform:uppercase;
}
.footer-bottom .widget_subscribe .widget-content {
    max-width: 345px;
}
.footer-bottom .newsletter{
   margin-top:20px;
}
.footer-bottom .newsletter .input-group input {
    width: 100%;
    height: 40px;
    border: 0;
    background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #46494a;
}
.footer-bottom .newsletter .input-group button {
  background: #343434;
  height:40px;
  border: none;
  font-size: 13px;
  font-weight: normal;
  color: #717171;
  line-height: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding:0 10px;
}
.footer-widget-flicker {
    margin-bottom: 15px;
    overflow: hidden;
    padding-top: 0;
    text-align: center;
}
.footer-widget-flicker span {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    transition: all 200ms ease-out 0s;
    width: 23%;
}
.footer-widget-flicker span > a > img:hover {
    opacity: 0.6;
}
.footer-widget-flicker span > a > img {
    width: 100%;
    border: 1px solid #ffffff;
    transition: all 200ms ease-out 0s;
}
.footer-blog-post {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    padding-bottom: 20px;
}
.post-date {
    background-color: #FF4136;
    border-radius: 100%;
    display: block;
    float: left;
    height: 60px;
    margin-left: 0;
    margin-right: 15px;
    width: 60px;
	border-radius:6px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.post-date span.date {
    font-family: 'RobotoRegular';
	font-weight:400;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    padding:8px 0 0;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.post-date span.month {
    color: #FFFFFF;
    background: #696969 none repeat scroll 0 0;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 7px 0 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 2px 0;
    text-align: center;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.footer-blog-post h3 {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: -5px;
    word-wrap: break-word;
}
.footer-blog-post h3 a {
    color: #ffffff;
}
.footer-blog-post span {
    color: #a8abb8;
    font-size: 12px;
    line-height: 20px;
    margin-right: 8px;
    display: block;
}
/*--------Scroll Top---------*/
.hc_scrollup {
    bottom: 0px;
	padding: 7px;
    display: none;
    height:40px;
	width:60px;
	background:#FF4136;
    opacity:1;
    position: fixed;
	border-radius:1px;
    right:20px;
    text-align: center;
	overflow: hidden;
    z-index: 9999;
}
.hc_scrollup i{
    font-size: 22px;
	color:#fff;
	line-height:40px;
}
.hc_scrollup:hover {
    opacity:0.9;
}

/*Callout Section-----------------------------------------------------------------------------------------------*/
.callout-section {
    background: url("./images/bg-2.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
	height: 100%;
    margin: 50px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.collout-gallery{
   margin:0px 0px 50px !important;
}
.collout-gallery .overlay {
    padding:40px 0 !important;
}
.callout-section .overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	height: 100%;
    padding: 74px 0 83px;
    position: relative;
    width: 100%;
}
.callout-section h1 {
    color: #ffffff;
	font-family: 'ArimoRegular';
	font-weight:400;
    letter-spacing: 0px;
	padding: 0 90px;
    margin: 0 0 17px;
	text-align: center;
}
.callout-section p {
	color: #ffffff;
    letter-spacing: 1.5px;
    font-family: 'ArbutusSlabRegular';
	font-weight:400;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 25px;
    margin: 0;
	text-align: center;
	padding: 10px 90px;
}
.btn-area {
    display: block;
    margin: 25px 0 0px;
    text-align: center;
}

/*-----------Multi Carousel--------------*/ 
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next  { left:  100%; }
	.carousel-inner .prev { left: -100%; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }	
}

/*-------------Contact Page-------------------------------------------*/
.contact {
  padding: 4em 0;
}
.contact-form {
   margin-top: 2em;
}
.contact-title{
  font-family: 'Exo2Medium', cursive;
  font-weight:500;
  margin-bottom:20px;
  font-size:30px;
  color:#555;
}
.contact-grid input[type="text"], .contact-grid textarea {
  width: 100%;
  padding:0.8em;
  margin:0.6em 0;
  outline: none;
  -webkit-appearance: none;
  border-radius:1px;
}
.contact-grid textarea {
  resize: none;
  min-height:180px;
   border-radius:1px;
}
.map{
 margin:2em 0 4em 0;
}
.map iframe {
  width: 100%;
  height:400px;
  border: none;
}
.send input[type="submit"] {
  font-size:15px;
  padding: 0.7em 2em;
  text-align: center;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-appearance: none;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
.contact-info {
    border-top: 1px solid #ddd;
 
}
.contact-info {
    padding: 5px 0;
}
.contact-info h4 {
    font-size: 16px!important;
    padding: 0px 0px 7px 0px!important;
	font-family: 'Exo2Medium', cursive;
	font-weight:500;
}
.contact-info h4 i {
    color: #FF4136; padding-right:5px;
	font-size:20px;
}
.contact-info p {
    color: #939393;padding-left: 25px;
}
/*-----------section-collout-------------------*/
.callout-section {
    background: url("./images/bg-2.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    height: 100%;
    margin: 40px 0 0px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.callout-section .overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    padding: 74px 0 83px;
    position: relative;
    width: 100%;
}
.callout-section h1 {
    letter-spacing: 0px;
    padding: 0 90px;
    margin: 0 0 17px;
    text-align: center;
	font-family:'Exo2Medium';
	font-weight:500;
}
.callout-section p {
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 25px;
    margin: 0;
    text-align: center;
	font-family:'ArimoRegular';
	font-weight:400;
    padding: 0 90px;
	}

.white {
    color: #fff !important;
}
/*--------section-testmonial-----------------------*/
.section-title {
    text-align: center;
    margin: 30px 0;
}
.section-title h1 {
    text-transform: capitalize;
    font-size: 40px;
    line-height: 46px;
	color: #303030;
	font-family:'Exo2Medium';
	font-weight:500;
}
.section-title p {
    padding: 0 20px;
    margin: 10px;
    letter-spacing: 0.7px;
    font-family: 'Lobster', cursive !important;
	font-weight:400;
    font-size: 18px;
	 color: #707070;
}
.testimonial-wrapper {
    background: url("./images/bg-2.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
}
.testimonial-wrapper {
    margin: 20px 0 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.testimonial-wrapper .overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}
.testimonial-wrapper .overlay {
    height: 100%;
    padding: 60px 20px 100px 20px;
    position: relative;
    width: 100%;
}
#testimonial-carousel {
    margin-top: 30px;
}
.carousel {
    position: relative;
}
#testimonial-carousel .carousel-indicators {
    margin-top: 20px;
}
#testimonial-carousel 
 .carousel-indicators {
    top: 100%;
    left: 50%;
    margin: 0 0 0 -50px;
    position: absolute;
    width: 100px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.testimonial {
    text-align: center;
}
.de_testi {
    display: block;
    margin-bottom: 10px;
}
.de_testi blockquote {
    margin-top: -35px;
    border: none;
    padding: 20px 30px 30px 30px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 13px;
    font-style: normal;
    line-height: 1.6em;
    font-weight: 400;  background: rgba(0,0,0,0.6);
}
.testimonial p {
   font-family: 'Lobster', cursive !important;
    font-size: 20px;
    font-weight: 300;
    text-align:center;
	color:#fff;
	padding:5px 30px;
	line-height:34px;
}
.de_testi_by {
    margin-left: 20px;
    margin-top: -10px;
}
.de_testi_pic {
	    background: ;
}
.de_testi_pic img {
    width: 80px;
    height: 80px;
	border:2px solid rgba(0,0,0,0.6);
}

.de_testi blockquote:before {
    text-align: left;
    font-family: FontAwesome;
    content: "\f10d";
    padding-top: 10px;
    font-size: 20px;
    display: block; 
	color: #FF4136;
}
.de_testi_company {
    padding-top: 40px;
	color:#fff;
}
/*--------blog-pages-start--------------*/
.blog-section{margin:10px 0px 80px 0px;}
.blog-area {
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
}
.blog-info{
  padding: 6px 15px 25px 15px;
  background:#f1f1f1;
}
.blog-title h2 {
  margin:15px 0;
}
.blog-info .blog-pagination { background:none; }
.blog-title h2 > a {
    text-decoration: none;
    transition: all 0.4s ease 0s;
	color: #101010;
	font-family: 'Exo2Medium';
	font-weight:500;
}
.blog-post-detail {
	color: #3E3E41;
    border-top: 1px dotted #c5d1dc;
    border-bottom: 1px dotted #c5d1dc;
}
.blog-area .room-col{margin-bottom:0px !important;}
.blog-post-detail {
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
}
.blog-post-detail {
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
}
.blog-post-detail a {
    font-size: 12px;
    padding: 9px 25px 8px 2px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.blog-post-detail a {
    font-size: 12px;
    padding: 9px 25px 8px 2px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.blog-post-detail a:hover {
    color: #e32235;
}
.blog-post-detail a {
	color: #504D4D;
	font-family:'ArimoRegular';
	font-weight:400;
}
.blog-post-detail a > i {
    font-size: 14px;
	color:#000;
    margin-right: 9px;
    vertical-align: middle;
    margin-top: -4px;
}
.blog-detail-description{color:#707070;}
.blog-tags i {
    font-size: 14px;
    margin-right: 9px;
    vertical-align: middle;
	 color: #000;
}
.blog-tags {
    display: inline-block;
    margin: 0;
    padding: 5px 20px 6px 0;
}
.blog-tags a {
    font-size: 12px;
    padding: 0 2px 0px 0px;
    transition: all 0.3s ease 0s;
}
.blog-post-title p{
	margin:30px 0;
}
.blog-post-title blockquote {
    border: 1px solid #e8e8e8;
    padding: 25px 25px 25px 100px;
    font-style: italic;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    margin: 25px 0px 25px 0px;
    font-weight: normal;
	font-family: 'Lobster', cursive !important;
	font-weight:400;
}
.blog-post-title blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    left: 30px;
    top: 11px;
    font-size: 40px;
    color: #d7d7d7;
    font-style: normal;
}
.blog-post-title blockquote span {
    display: block;
    color: #d7d7d7;
    font-style: italic;
	font-size:24px;
	margin-top:5px;
}
.blog-post-title blockquote span small {
    display: inline-block;
    color: #d7d7d7;
}
.blog-author {
    float: none;
    margin: 0 0px 40px 0;
    padding: 30px 11px 15px;
}
.blog-author {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
	float: none;
    margin: 0 0px 40px 0;
}
.blog-author h6 {
    letter-spacing: 1px;
    font-size:22px;
    line-height: 20px;
    margin: 0 0 15px;
	color: #555;
	font-family:'Exo2Medium';
	font-weight:500;
}
.blog-author p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.8px;
    margin: 0 0 0px;
	color: #64646d;
}
.blog-author img {
    border: 3px solid #fff;
    -moz-box-shadow: 0px 0px 1px #ccc;
    -webkit-box-shadow: 0px 0px 1px #ccc;
    box-shadow: 0px 0px 1px #ccc;
    margin-top: -16px!important;
    max-height: 100%;
    margin-right: 30px;
    max-width: 100%;
}
/*--------------commet-----------*/
.blog-post-headding h2 {
    font-size: 28px;
	font-family:'Exo2Medium';
	color:#555;
	font-weight:700;
    margin-top: 45px;
}
.blog-post-headding p {
    text-align: left;
    margin-bottom: 15px;
}
h4.comment_detail_title{color:#555; font-family:'Exo2Medium';font-weight:500;}
.course-area-blog-post {border-bottom:1px solid #e8e8e8;}
.media-body p{margin-bottom:20px;}65
a.pull_left_comment {
    margin-right: 15px;
    float: left;
    overflow: hidden;
    position: relative;
	width: 80px!important;
	height:80px!important;
	border-radius:50px!important;
}

.course-area-blog-post ul{padding:0!important}
.course-area-blog-post ul li {
    display: inline-block;
    text-decoration: none;
    list-style: none;
    padding: 0 5px;
	 color: #FF4136;
}
.course-area-blog-post ul li a {
    border-radius: 5px 0px 5px 0px;
    padding: 5px 7px;
	color: #555;
	font-family:'Exo2Medium';
	font-weight: 700;
}
.comment_date{font-family:'ArimoRegular';font-weight:400; font-size:12px;}
.course-area-blog-post ul li a i{ padding-right:5px; font-weight: bold;}
.detail-form-comment input {
    margin-bottom: 25px;
}
.form-widget {
    border-radius: 1px!important;
    height: 40px!important;
}
.blog-post-headding textarea {
    margin-bottom: 35px;
}
.widget a{margin-top:20px;}
textarea.form-control {
    height: auto !important;
}
}
.pull_left_comment {
    margin-right: 15px;
    float: left;
}
.course-area-blog-post img {
    border-radius: 1px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.comment_img {
    border-radius: 50%!important;
    width: 80px;
}
.media-body {
    width: 100%!important;
}
.comment_detail {
    border: 1px dotted #ccc;
}
.comment_detail {
    margin-left: 0px;
    padding: 20px 20px 4px 20px;
    border-radius: 4px;
    margin: 10px 0;
}
.reply {
    float: right;
}
.pull_left_comment {
    margin-right: 15px;
    float: left;
}
.comment_img {
    border-radius: 50%!important;
    width: 80px;
}
/*----------------sidebar-------------*/
.blog-sidebar{
	border:1px solid #e8e8e8;
	padding:10px 10px;
   background: #f1f1f1;
    	
}
.sm-widget-title h2 {
    color: #101010;
	font-family: 'Exo2Medium';
	font-weight:500;
    font-size: 24px;
    border-bottom: 1px solid #d7d7d7;
    padding: 0px 0px 15px 0px;
    position: relative;
}
.sm-widget-title {
    float: left;
    width: 100%;
    margin: 0px 0px 15px 0px;
}
.widget {
    margin: 0px 0px 15px 0px;
}
.widget ul{padding-left:25px;}
ul.member-tabs{
   padding:0px;
}
.border-hide {
    border-right: none!important;
}
.border-show-top{
	border-top:1px solid #F6F6F6;
}

ul.member-tabs li:hover{background-color:#DD140E;}
/*------effect-blog-sidebar------------------*/
ul.member-tabs li{
    margin-right: -4px;
	border-right: 1px solid #ddd;
	display: inline-block;
    background:#FF4136;
    color:#fff;
	font-family:'Exo2Medium';
	font-weight:500;
	padding:12px 9px;
   text-align:center;
   font-size:14px;
  -webkit-transform: translateZ(0);
   position: relative;
}
ul.member-tabs li a{color:#fff}

ul.member-tabs li:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
   background-color:#333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
ul.member-tabs li.active, ul.member-tabs li:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
   background-color:#333;
}

/*-------/effect-blog------------------*/
.input-group > .form-control {
    padding: 6px 12px;
    height: 32px;
    background-color: transparent;
    border-right: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group > .form-control {
    background-color: transparent;
}
.btn-default {
    color: #fff!important;
    background-color: #303030!important;
    border: 1px solid #303030!important;
}
.widget-form-contact li {
    margin-bottom: 20px;
}
ul.post-content {
    margin-bottom: 0px;
    list-style: none outside none;
    padding:0px 15px;
}
ul.post-content li {
    border-bottom: 1px dotted #d6d2d2;
    list-style: none;
    font-size: 14px;
    padding: 8px 0;
   /*  width: calc(100% + 50px);
    transform: translate3d(-10px, 0px, 0px); */
    max-width: none;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
ul.post-content li a {
    color: #707070;
	font-family:'ArimoRegular';
	font-weight:400;
}
ul.post-content li a:hover {
    color:#FF4136;
}
ul.post-content li i {
    font-size: 16px;
    padding-right: 15px;
   color: #f24f18;
}
ul.post-content li a:before{
    content: "\f137" !important;
    font-family: FontAwesome;
    /* padding: 7px; */
	color:#FF4136;
	font-size: 16px;
    padding-right: 15px;
}

.post-content  > ul > li> a:before {
    content: "\f137" !important;
    font-family: FontAwesome;
    /* padding: 7px; */
	color:#FF4136;
	font-size: 16px;
    padding-right: 15px;
}
.widget .post-content ul li {  margin:12px 0px -8px -20px; } 
.post-content > .tagcloud a {
    border: 1px solid #FF4136;
    border-radius: 0px!important;
    background-color: #FF4136;
	color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px!important;
	font-family: 'ArimoRegular';
    font-weight: 300;
    line-height: inherit;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 10px 14px;
    transition: all .3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}
.post-content > .tagcloud a:hover{
    background-color: #EA3C32;
	color: #FFFFFF;
}

ul.post-content li a span {
    color: #FF4136;
}
/* .post-content li span {
    color: #FF4136;float: right;
} */
.sidebar-widget-tags a {
	margin: 0 0 10px;
	font-family:'ArimoRegular';
	font-weight:400;
    overflow: hidden;
    padding: 4px 0;
	border: 1px solid #FF4136;
    border-radius: 0px;
    display: inline-block;
    padding: 10px 14px;
    margin-bottom: 6px;
    line-height: inherit;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    background-color: #FF4136;
    color: #FFFFFF;
}
.sidebar-widget-tags a:hover{
    background-color: #EA3C32;
	color: #FFFFFF;
}
/*-----NEWS & EVENTS-------*/
.sm-sidebar-post-area {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 25px;
    padding: 1px;
}
.sm-sidebar-post-area img {
    display: block;
    width:90px;
	height:80px;
	 border: 4px solid #fff;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    box-shadow: 0px 0px 2px #ccc;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 0px;
}
.sm-sidebar-post h4 a{
	font-family: 'Exo2Medium';
	font-weight:500;
    display: block;
	color: #0f0f16;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: -4px;
    word-wrap: break-word;
    letter-spacing: 0.5px;
}
.sm-sidebar-post p {
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 20px;
    margin: 0px;
    display: block;
}

/*------Page Title--------------------------------*/
.page-title-section {
    background: url("./images/page-header-bg.jpg") scroll 0 0 / cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    box-shadow: 0 7px 10px -10px #000;
    margin-bottom: 80px;
}
.page-title-inner {
  padding:45px 0px;
  background:rgba(0,0,0,0.7);
}
.page-header-title h1 {
    color: #fff;
	font-family: 'Exo2Medium';
	font-weight:500;
    font-size:36px;
    line-height: 50px;
    margin: 0 0 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.breadcrumbs {
    background-color: transparent;
    padding: 17px 0px;
    margin-bottom: 0px;
    list-style: none;
    border-radius: 4px;
	text-align:right;
}
.breadcrumbs > li {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
	font-family: 'Exo2Medium';
	font-weight:500;
}
.breadcrumbs > li a {
    color: #ffffff;
    text-decoration: none;
}
.breadcrumbs >.active a {
    color: #FF4136;
}
.top-breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
	color:#fff;
}
/*-----------Home Gallery--------------------------*/
.home-gallery{     margin: 0 0 5em;
    box-shadow: 1px -1px 11px -2px rgba(80, 57, 58, 0.55);
    padding-bottom: 2em 0.5em!important;
}
.home-gallery:hover {
    color: #FFF;
    background: #10253C;
}

.home-gallery-inner{
	text-align:center!important;
	margin-top:-10px;padding-bottom:30px;
}
.home-gallery h3{}
/*---------Home Latest News------------------------------------*/
.home-blog-section{
   width:100%;
   background-color: #f2f0f0;
   padding:30px 0 60px;
}
.home-blog{
  background:#fff;
  border-radius:4px;
}
.home-blog .room-col{
   margin-bottom:15px;
   /* max-height:250px; */
   border-top-left-radius:4px;
   border-top-right-radius:4px;
}
.home-blog .blog-title h2 {
  font-size:22px;
  margin-bottom:10px;
}
.blog-title h2 a:hover { color:#FF4136; }
 .blog-area .date-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    text-align: center;
    overflow: hidden;
	border-top-left-radius: 5px;
	 
}
 .home-blog .date-caption {
	border-top-left-radius: 5px !important;
	margin-left: 16px;
}
.blog-area .date-caption .date {
    border-bottom-right-radius:5px;
    background-color: rgba(255, 65, 54,0.8);
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-family: 'Courgette',cursive;
	font-weight:400;
    margin: -14px 0 0 -14px;
    padding: 15px 11px 6px 20px;
    width: 137px !important;
    height: 57px;
}
.blog-area .date-caption .date span {
    font-size: 18px;
}

/*-------Booking Section------------------*/
.booking-section{
	background-color: #FF4136;
    padding:25px 0 40px;
}
.check-ava{
	padding-top:18px;
}
.text-box{
	border-radius:0px !important;
	background:#fff !important;
}
.booking-section label{
  color:#fff;
}

/*-----------pagination----------------*/
/* .blog-pagination{ background-color:#333; padding:14px 2px;} */
.blog-pagination a {
    background-color:#414141;
    color: #fff;
}
.blog-pagination a {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
}
.blog-pagination a  i { line-height: 40px; }
.blog-pagination a.active {
     background-color: #FF4136;
    color: #fff;
}
.blog-pagination a:hover{
    background-color: #FF4136;
	color:#fff;
}

/*-----page-gallery-------------------*/
.section-gallery{
	padding-bottom:80px!important;
}

.room-col h4 {
	font-size:22px;
	color:#fff;
	font-family:'Exo2Medium';
	font-weight:500;
	line-height:20px;
}
.room-col p {
	font-size:16px;
	color:#FF4136;
	font-weight:normal;
	font-family:'Exo2Medium';
	font-weight:500;
	line-height:26px;
	padding-bottom:10px;
}
.gallery_rs{
	width:80%;
    border: none!important;
	text-decoration:none!important;
	padding:px!important;
	background-color:transparent;
	margin-bottom:20px!important;
}
.room-tabs-section {
	margin-bottom: 60px;
    padding: 5px 0;
	text-align: center;
    text-align:center!important;
}
.room-tabs {
  padding:10px 0px;
  display: inline-block;
  margin:0 auto!important;
}
.room-tabs li {
    display: inline-block;
	text-align:center;
    list-style: outside none none;
	margin:3px 0px!important;
}

.room-tabs li.active > a, .room-tabs li > a:hover {
     background-color:  #FF4136;
	 color:#fff;
}
/*----gallery-effect-------------*/
.room-tabs li > a{
	display: inline-block;
	background:#333;
	color:#fff;
	font-family:'Exo2Medium';
	font-weight:500;
	padding:15px 18px;
	text-align:center;
	font-size:16px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}
.room-tabs li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
   background-color:#FF4136;
  border-radius:2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.room-tabs li > a:hover:before, .room-tabs li > a:focus:before, .room-tabs li > a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.room-tabs li > a:hover, .room-tabs li > a:focus, .room-tabs li > a:active {
  color:#fff;
}
/*----Gallery Room Page-------*/
.room-col  {
    width:100%;
	margin-bottom:23px;
	text-align:center;
    position: relative;
    list-style: none;
    -webkit-perspective: 300px;
    perspective: 300px;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(36, 175, 170, .2);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    transition-duration: .4s;
}
.room-col .overly{
    position: absolute;
    display: block;
    text-decoration: none;
    height: 100%;
    width: 100%;
    z-index: 110;
    padding: 0px;
    color: #FFFFFF;
    background-color:#000;
    opacity:0;
    -ms-transform-origin: center top;
    -moz-transform-origin: center top;
    -webkit-transform: center top;
    transform-origin: center top;
    -webkit-transform: rotateX(-108deg);
    -ms-transform: rotateX(-108deg);
    -moz-transform: rotateX(-108deg);
    transform: rotateX(-108deg);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}
.room-col img {
    position: relative;
    display: block;
    /* width:100%; */
    z-index: 100;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.room-col div span {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.room-col .overly >span a {
    position: relative;
    display: inline-block;
   
}
.gallery-icons{ 
	border: solid 1px #fff;
    height:45px;
    width:45px;
    margin: 0px 10px 20px 10px;
    text-decoration: none;
    color: #F5FFFF;
    border-radius: 4px;
    -webkit-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
	-webkit-transform: rotate(45deg)}
.room-col .overly i {
    font-size: 26px;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 45px;
}
.room-col h3 a{
  text-align:center;
}
.room-col:hover div {
    display: block;
    opacity: .8;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.room-col:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.gallery-icons:hover {
    border-radius: 50px;
	background-color:#FF4136;
	border-color:#FF4136;
}
.gallery-icons:hover i{ color:#fff;}
.gallery-icons i {-webkit-transform: rotate(-45deg)!important;}
/*-------gallery-extender----------------*/
.extended-top {
    margin: 0 0 5em;
    box-shadow: 1px -1px 11px -2px rgba(80, 57, 58, 0.55);
    padding: 2em 0.5em;
}
.extended p {
    font-size: 1em;
    color: #A0A0A0;
    line-height: 1.8em;
    margin: 1em 0;
}
.extended h3 a{color:#FF4136;}
.extended h5 {
    font-size: 1em;
    font-weight: 500;
    font-style: italic;
    margin: 1em 0;
    color: #553a99;
}
.extended h6 {
    font-size: 1.1em;
    color: #fff;
    background: #333;
    padding: 0.5em 1em;
    width: 66%;
}
.sinbt {
    text-align: right;
    margin: 2em 0 0;
}
/*-----------extended-2------------------*/
.extended-2{
	margin-top:30px;
    box-shadow: 1px -1px 11px -2px rgba(80, 57, 58, 0.55);
    padding:1em;
}
.extended-2-name{ margin-bottom:30px; text-align:center;}
.extended-2-name h4{ font-size:24px; color:#FF4136; 
font-family:'Exo2Medium';font-weight:500; margin-top:0px!important; }
.extended-2 p{margin-top:20px; color:; }
/*---------------event-pages-----------------*/
.event-containt {
    border: 1px solid #ddd;
	margin-bottom:30px;
}
.event-colm {
    padding-right: 20px!important;
    float: left;
}
.event-colm img {
    width: 220px;
    height: 220px;
}
.event-cont-right{
 padding: 15px 5px;
 }
.event-cont-right h4 {
	color: #333;
    font-family: 'Exo2Medium';
	font-weight:500;
	font-size:25px; color: #626161;
	margin-bottom:3px;   
}
.event-cont-right p {
    padding: 14px 0;
    font-family: 'ArimoRegular';
	font-weight:400;
    letter-spacing: 1px;
}
.event-cont-right ul {
    padding: 0 !important;
}
.event-cont-right ul li {
    display: inline-block;
    padding: 5px;
}
.event-cont-right ul li a {
    font-size: 12px; color: #666;
}
.event-cont-right ul li a i {
    margin: 0 3px;
    font-size: 18px; color: #FF4136;
}
/*--------------about page start---------------------*/
.about-section-top{ margin-bottom:80px;}
.about-top-cont h2{ margin-top: -20px!important; color:#FF4136; margin-top: 0px; font-family:'Exo2Medium';font-weight:500;font-size:40px; margin-bottom:20px;}
.about-top-cont h2 span{ color:#555; font-size:26px;}
.about-top-cont p{ padding:6px 0px;}
.about-top-cont ul{ padding:0!important; margin-top:30px;}
.about-top-cont ul li{font-size:16px; text-decoration:none; color:#555; border-bottom: 1px dotted #ddd; padding:10px 5px;}
.about-top-cont ul li i{  font-size:18px; padding-right:10px; color:#FF4136;}
.ablout-collaut-title{margin-bottom:30px; font-family:'Exo2Medium';font-weight:500; color: #555;}
.main-collaut-about-inner{text-align:center; 
	opacity:0.7;
	background: linear-gradient(20deg, #f06, #FF4136);
	padding:60px 0px; 
}
.main-collaut-about{   background: url("./images/bg-2.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
}
.main-collaut-about-inner h2 span{ font-size:37px; color:#555; color:#fff;}
.main-collaut-about-inner h2 {color:#fff; font-family:'Exo2Medium';font-weight:500; margin-bottom:40px;}
.main-collaut-about-inner h4{color:#fff;}
.about-collaut-section{margin:80px 0px 20px 0px;}
.panel-group .panel {
    margin-bottom: 0;
	border-radius: 1px!important;
}
.panel-default > .panel-heading {
    color:#fff!important;
    background-color:#FF4136!important;
	border-radius:1px;
	padding:15px 40px!important;
}
.about-tabs{
	background: linear-gradient(5deg, orange, #FF4136);
	min-height: 100%;
}
ul.about-collaut-tabs {margin:0; padding:0;}
.about-collaut-tabs li.active > a, .about-collaut-tabs li > a:hover {
     background-color:  #FF4136;
	 color:#fff;
}
.about-collaut-tabs li {  display: inline-block;}
.about-collaut-tabs li > a{
  display: inline-block;
   background:#333;
   color:#fff;
	font-family:'Exo2Medium';
	font-weight:500;
	width: 120px;
    height: 46px;
    margin-right: -4px;
    line-height: 46px;
   text-align:center;
   font-size:16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
   position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}
.about-collaut-tabs li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
   background-color:#FF4136;
  border-radius:2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.about-collaut-tabs li > a:hover:before, .about-collaut-tabs li > a:focus:before, .about-collaut-tabs li > a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.about-collaut-tabs li > a:hover, .about-collaut-tabs li > a:focus, .about-collaut-tabs li > a:active {
  color:#fff;
}
.about_service{padding:8px 20px;}
.about_service h4 a{ color:#EEEDED;}.about_service p{ color:#fff;}
.tab-extended{padding:0px 20px;}
.tab-extended img{width:250px; margin:0 auto; height:170px; margin-top:30px;}
.tab-extended p{color:#fff; font-size:16px; line-height:30px; margin-bottom:20px;}
.tab-extended h4{ padding:20px;color:#fff; font-size:16px; line-height:30px;}

.about-ourteam-name{ margin-bottom:30px; text-align:center;}
.about-ourteam-name h4{ font-size:22px; color:#555; font-family:'Exo2Medium'; font-weight:500; margin-top:0px!important; }
.about-ourteam-name p{font-weight:'italic'!important; color:;}
.about_our-team{margin-bottom:80px;}
/*---------new home-page---*/

/*--testimonal--*/
.testimonal{
	padding:3em 0 4em;
	background:url(./images/slide/slide3.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:400px;
}
.testi-top h3{
	font-size: 2.5em;
    color: #FFFFFF;
    font-family: 'Exo2Medium';
	font-weight:500;
    text-align: center;
}
.testi-top{
	text-align:center;
}
.slider2{
	position:relative;
}
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides div.slid{
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.testimonial-grids {
  width: 90%;
  margin: 0 auto;
}
.testimonial-left {
  width: 14%;
  float: left;
}
.testimonial-left img{
	border-radius:50%;
	width:100%;
}
.testimonial-right{
  float: left;
  width: 82%;
  margin: 0em 0 0 2em;
}
.testi-slider{
	padding:3em 2em;
	margin-top:2em;
	background:rgba(0, 0, 0, 0.69);
}
.testimonial-right h5{
	color:#FF4136;
    font-family: 'Exo2Medium';
	font-weight:500;
	margin-top:1em;
	font-size:1.6em;
}
.testimonial-right h6{
	font-size:0.75em;
	color:#fff;
	margin-top:8px;
}
.testimonial-right p{
    color: #fff;
    font-size: 0.9em;
    margin: 1em 0 0 0;
    line-height: 1.8em;
    font-size: 16px;
}
.testimonial-right p span{
  font-size: 2em;
  line-height: .1em;
  vertical-align: middle;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 15px;
	width: 15px;
	display: inline-block;
     border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background:transparent;
	border:2px solid #fff;
}
.callbacks_here a:after{
	background:#FF4136;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
	
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 41%;
  left: 14%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: orange url("./slide/slide3.jpg") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 14%;
 }
ul.callbacks_tabs.callbacks_tabs {
  position: absolute;
  z-index: 999;
  left: 46%;
}
/*------page-our_team------------------------*/
.our-team_section{margin-bottom:80px;}
.ourteam_testimonal{margin-bottom:80px;}
.home-testimonal{margin-top:60px;}
/* Default Images */
.sticky{}
cite{ font-style: italic !important; }

.alignnone
{
	margin: 5px 20px 20px 0;
}
.aligncenter,div.aligncenter
{
	display: block;
	margin: 5px auto 5px auto;
}
.alignright
{
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft
{
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright
{
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone
{
	margin: 5px 20px 20px 0;
}
a img.alignleft
{
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption
{
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone
{
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft
{
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright
{
	margin: 5px 0 20px 20px;
}
.wp-caption img
{
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text
{
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 7px 4px 5px;
}
.wp-caption-text
{
	font: 14px;
	text-align: center;
}
.gallery-caption
{
	font: 14px;
}
.bypostauthor
{
	font: 14px;
}
.alignright
{
	display: inline;
	float: right;
	font: 14px;
	text-align: right;
}
.alignleft
{
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.aligncenter
{
	font: 14px;
	text-align: center;
}
.wp-caption
{
	border: 1px solid #ccc;
	font: 14px;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"]
{
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption .wp-caption-text
{
	margin: .8075em 0;
}
.screen-reader-text
{
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
}
.screen-reader-text:focus
{
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	clip: auto!important;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
cite
{
	font-style: italic!important;
}
code
{
	color: #FF4136!important;
}
.blog-content,.featured-image .alignnone,.wp-caption img
{
	display: block;
	height: auto;
	max-width: 100%;
}
img.aligncenter,img.alignleft,img.alignnone,img.alignright,img.attachment-medium,img.attachment-large,img.attachment-thumbnail,img.size-full,img.size-medium,img.size-thumbnail
{
	height: auto;
	max-width: 100%;
	width: inherit;
}
.blog-content .alignnone,.wp-caption img
{
	display: block;
	height: auto!important;
	max-width: 100%!important;
}
img.size-full,img.size-large,img.header-image,img.wp-post-image
{
	height: auto;
	max-width: 100%;
}
img.aligncenter,img.alignleft,img.alignnone,img.alignright,img.attachment-medium,img.attachment-large,img.attachment-thumbnail,img.size-full,img.size-medium,img.size-thumbnail
{
	height: auto;
	max-width: 100%;
	width: inherit;
}
.wp-caption img
{
	display: block;
	height: auto;
	max-width: 100%;
}
.alignleft
{
	display: inline;
	float: left;
	margin-right: 1.625em;
}
blockquote
{
	border-left: 5px solid #f24f18!important;
}
.qua_blockquote_section blockquote,blockquote
{
	background-color: #F6F5F5;
}
.page-header-title h1 a{ color:#FF4136; }
.blog-detail-description p a:hover { color:#FF4136; }
.blog-detail-description th a:hover { color:#FF4136; }
.blog-detail-description dd a:hover { color:#FF4136; }
.blog-detail-description ul li a:hover { color:#FF4136; }
.blog-detail-description ul li  { color:#a3a3a3; }
/** Calendar style **/

#calendar_wrap {}
.post-content div#calendar_wrap table#wp-calendar {
	border: 1px solid #e9e9e9;
	background-color: #fcfcfc;
	padding: 0px;
	width: 100%;
	max-width: 100%;
}
.blog-wrapper table { margin-bottom: 24px; }
.post-content div#calendar_wrap table > caption {
	color: #242526;
    font-family: 'Open Sans';
	font-weight:600;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}
.post-content div#calendar_wrap table#wp-calendar thead > tr { background: #fcfcfc; }
.post-content div#calendar_wrap table > thead > tr > th { 
	padding: 8px 10px; 
	margin: 0px;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
}
#calendar_wrap a { color:#f24f18; }
.post-content div#calendar_wrap table > thead > tr > th {
	color: #FF4136; 
    font-family: 'Open Sans';
	font-weight:600;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 10px;
    text-align: center;;
}
.post-content div#calendar_wrap table > tfoot > tr > td {
	border: 1px solid #e9e9e9;
	padding: 2px;
	margin: 0px;
	font-size: 20px;
	text-align: center;
}
#calendar_wrap  a {
    font-family: 'Open Sans';
	font-weight:600;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
}
#calendar_wrap  a:hover { color: #FC6730;  }
.post-content div#calendar_wrap table > tbody > tr > td {
	padding: 8px 10px;
    margin: 0px;
    color: #707070;
    font-size: 14px;
    text-align: center;
    font-family: 'ArimoRegular';
	font-weight:400;
}
.links .calendar_wrap table { color:#fff !important; }
.links .calendar_wrap table caption{ color:#fff !important; }
.links .calendar_wrap table td a{ color:#FF4136 !important; }

/* Dummy COntent table */
td, th {
    padding: 6px !important;
    border: 1px solid #ccc !important;
}

table {
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}
/* Default Moster Widget CSS */
.textwidget img { max-width:100%; }
.textwidget select { max-width:100% !important; }
.blog-detail-description ol li a:hover{ color:#FF4136 }

/* ============= Single-post Na-Links css ============ */

.site-nav-previous, .nav-previous
{
 float:left;
 font-family: 'Exo2Medium';
 font-weight: 500;
 font-size:15px;
}
.site-nav-previous, .nav-previous a
{ color:#504D4D !important; }

.site-nav-previous, .nav-previous a:hover
{ color:#FF4136 !important; }

.site-nav-next, .nav-next{
 float:right;
 font-family: 'Exo2Medium';
 font-weight: 500;
 font-size:15px;
}
.site-nav-next, .nav-next a 
{ color:#504D4D !important; }

.site-nav-next, .nav-next a:hover { color:#FF4136 !important; }

/*------------------404 Page Css---------------------------------------------------*/
.error-area {
    margin: 60px 0;
    padding:20px 0;
}
.error-inner {
    clear: both;
    padding: 50px 0 0px;
    text-align: center;
	margin-top: -164px;
}
.error-inner .text-center > i {
	display: inline-block;
	color: #202020;
	font-size: 80px;
	margin-bottom: 15px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.error-inner h1 {
    color:#FF4136;
	font-family: 'Exo2Medium';
    font-size: 170px;
	font-weight:bold;
    line-height: 160px;
    margin: 20px 0;
}
.error-inner h4 {
    color: #242526;
	 font-family: 'Exo2Medium';
    font-size: 50px;
    line-height: 45px;
    margin: 20px 0 25px;
}
.error-inner p {
    color: #727272;
	font-family: 'Exo2Medium';
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 25px;
}
/*------------------End 404 Page Css-------------*/
.dropdown-submenu > a:after {
    display: block;
    content: "\f138";
    float: right;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    width: 10px;
    height: 10px;
    margin-top: 3px;
    font-size: 16px;
    margin-right: -8px;
}
.site-title a {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.site-title a:hover{ color: #FF4136; }
.site-description a:hover{ color:#FF4136; }
.navbar-brand { height: 0px !important; }

 .blog-pagination span {
    background-color: #FF4136;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
}
.media, .comment_box, .pull_left_comment  img{ border-radius: 50%!important; }
.pull-left img{ border-radius: 50%!important; }
.header-image a img {
    width: 100%;
    height: auto;
}