﻿/*
Theme Name: Lakecious
Theme URI: http://49themes.com/demos/lakecious
Author: DesignArc
Author URI: http://49themes.com
Description: Resort and Hotel WordPress Theme
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lakecious
Tags:two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  
  
.about-us-widget_a {
    color: #85ab00;
}
.about-us-widget_a:hover{
    color: #fff;
}

.footer-1 .socials {
    margin-top: 1.4em;
}

.room-suite .ro-img {
    position: relative;
    text-align: center;
    z-index: 0;
    overflow: hidden;
}

.room-suite  .ro-img:before {
    position: absolute;
    background-color: rgba(167, 204, 56, 0.4);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
}

.room-suite .ro-img:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}

a:hover{
	text-decoration:none;
}

.activities-content .res-btn a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}


html {
	font-size: 100%; 
	}

body {
	color: #aaa; 
  }
body.error404 {
	background-size: cover !important; 
}
body.error404 #main {
	background-color: transparent; 
}
body.error404 .content_wrapper {
	background: none; 
}
a{
	color: #898989;
}
#main {
	z-index: 10; 
  }

#wrapper {
	position: relative;
	overflow: hidden; 
  }
.content_wrapper {
	background: #fff;
	z-index: 10; 
  }
.genericon-pinned:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 30px;
	float: left;
	color: #242424;
	padding-right: 10px;
	margin-top: -9px;
}
.wp-block-cover-text strong,.wp-block-cover p:not(.has-text-color) {
    color: #fff;
}
li.recentcomments{
	margin-bottom: 13px;
}
.widget ul li.recentcomments a{
	line-height: 17px;
}
.recentcomments a:hover{
	text-decoration: underline;
}
.widget ul li.recentcomments a:before{
	display: none;
}
.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
} 

  img {
    border: 0;
    height: auto;
    max-width: 100%;
}
button, select {
    text-transform: none;
    max-width: 100%;
}
table {
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
}
table {
border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
table th {
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
ul.comment-list .comment .vcard {
    float: left;
    margin: 0 32px 0 0;
    width: 87px;
}
.wp-block-image.alignfull, .wp-block-cover.alignfull,.wp-block-gallery.alignfull{
	width: 100%!important;
	margin-left: 0!important;
	left: 0!important;
}
.alignleft{
	margin: 0.375em 1.75em 1.75em 0;
}
/*--------------------------------------------------------------
2.0 Document
--------------------------------------------------------------*/

/**
 * 2.1 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.post-thumbnail img {
    display: block;
    margin: 0 auto;
}
.entry-title, .widecolumn h2 {
    margin-bottom: 1.2308em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
ol,
ul {
	list-style: none;
}
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_rss ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding-left:20px;
	
}
.widget {
    margin-bottom: 40px;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0;
	
}
.widget_calendar td, .widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}
.widget_calendar caption {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
ul.sub-menu {
    list-style: none;
	padding-left: 20px;	
}
/* ul.sub-menu li a{padding-right: 0!important;} */
ul.sub-menu li a:after {display:none;}
/*--------------------------------------------------------------
# top bar
--------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 99999; }

  
  #menu_toggle {
    position: relative;
    cursor: pointer;
    float: right;
    width: 25px;
    height: 20px;
    padding: 10px 0;
    margin: 23px 0;
	margin-right:15px;
	}
#menu_toggle button {
	position: absolute;
	left: 0;
	top: 50%;
	margin: -2px 0 0;
	background: #092942;
	height: 3px;
	padding: 0;
	border: none;
	width: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	outline: none !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px; }
#menu_toggle button:before {
	content: '';
	position: absolute;
	left: 0;
	top: -6px;
	width: 25px;
	height: 3px;
	background: #092942;
	-webkit-transform-origin: 1.5px center;
	-moz-transform-origin: 1.5px center;
	-o-transform-origin: 1.5px center;
	transform-origin: 1.5px center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px; }
#menu_toggle button:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 25px;
	height: 3px;
	background: #092942;
	-webkit-transform-origin: 1.5px center;
	-moz-transform-origin: 1.5px center;
	-o-transform-origin: 1.5px center;
	transform-origin: 1.5px center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px; }
#menu_toggle.open button {
	background: transparent; }
#menu_toggle.open button:before {
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%; }
#menu_toggle.open button:after {
	bottom: 0;
	transform: rotate3d(0, 0, 1, 45deg);
	transform-origin: 50% 50%; } 
.header_info {
   background: #2875b1;
background: -webkit-linear-gradient(top, #2875b1 50%, #266fac 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2875b1), color-stop(50%, #266fac));
background: linear-gradient(to bottom, #2875b1 50%, #266fac 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2875b1', endColorstr='#266fac',GradientType=0 );
-webkit-box-shadow: none;
box-shadow: none;
left: -webkit-calc(50% - 585px);
left: calc(50% - 585px);
right: -webkit-calc(50% - 585px);
right: calc(50% - 585px);
z-index: 10;
border: none;
text-transform: uppercase;
z-index: 9999;
border-radius: 0;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}  
.header_info .container {
background: #3baed4;
}
/*.mobile_header .top_nav_mobile {
	display: none;}
.mobile_header .top_nav_mobile .main_menu_nav {
	padding: 0;
	margin: 0; }
.mobile_header .top_nav_mobile .main_menu_nav li {
	position: relative;
	list-style: none;
	border-bottom:  1px dashed rgba(255, 255, 255, 0.4);
}
.mobile_header .top_nav_mobile .main_menu_nav li:last-child{
	border-bottom: none;	}
.mobile_header .top_nav_mobile .main_menu_nav > li > a {
	display: block;
	color: #666666;
	padding: 15px 15px;
	text-transform: uppercase;
	font: bold 14px/20px "Open Sans", sans-serif;
	letter-spacing: 0.2px; }
.mobile_header .top_nav_mobile .main_menu_nav > li:hover > a {
	color: #C4D114; }
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow {
	position: absolute;
	display: block;
	right: 12px;
	top: 0;
	cursor: pointer;
	height: 50px;
	padding: 0 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; }
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow.active {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg); }
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow.active i:before, .mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow.active i:after {
	background: #666666; }
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 11px;
	height: 11px; }
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 11px;
	height: 3px;
	background: #666666;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px; }
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 0;
	width: 3px;
	height: 11px;
	background: #666666;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px; }
.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .arrow {
	padding: 10px 20px 12px; }
.mobile_header .top_nav_mobile .main_menu_nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	display: none;
	background: #3baed4;}
.mobile_header .top_nav_mobile .main_menu_nav ul:before {
	content: '';
	position: absolute;
	right: 31px;
	top: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid #002e5b; }
.mobile_header .top_nav_mobile .main_menu_nav ul li {
	text-transform: capitalize;
	border-bottom: 1px solid #d3d3d3;
}
.mobile_header .top_nav_mobile .main_menu_nav ul li .arrow {
	display: none !important; }
.mobile_header .top_nav_mobile .main_menu_nav ul li a {
	line-height: 1.42857143;
	white-space: nowrap;
	padding: 11px 20px;
	text-transform: capitalize;
	color: #666666;
	font-size: 14px;
	text-align: left;
	transition: background .4s ease;
	display: block;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	background: #f0f0f0;
}
.mobile_header .top_nav_mobile .main_menu_nav ul li a:before {
	content: '-';
	margin-right: 6px;
}
.mobile_header .top_nav_mobile .main_menu_nav ul li a:hover {
	background-color: #F0F0F0;
	}
.mobile_header .top_nav_mobile .main_menu_nav ul li:active > a {
	color: #fde428; }
.mobile_header .top_nav_mobile .main_menu_nav ul li ul {
	display: block;
	background: #fff; }
.mobile_header .top_nav_mobile .main_menu_nav ul li ul:before {
	display: none; }
.mobile_header .top_nav_mobile .main_menu_nav ul li ul a {
	font-size: 14px;
	font-weight: 400; }
.mobile_header .top_nav_mobile .main_menu_nav ul li ul li {
	position: relative;
	padding: 0 0 0 7px; }
.mobile_header .top_nav_mobile .main_menu_nav ul li ul li:before {
	content: '';
	position: absolute;
	left: 44px;
	top: 50%;
	width: 4px;
	height: 1px;
	background: #002e5b; }
.mobile_header .top_nav_mobile .main_menu_nav > li.current_page_item.menu-item-has-children > .arrow {
	color: #002e5b; }
.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-parent.menu-item-has-children > .arrow, .mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-ancestor.menu-item-has-children > .arrow, .mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-parent.menu-item-has-children > .sub-menu > li.current-menu-item.menu-item-has-children > .arrow, .mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-ancestor.menu-item-has-children > .sub-menu > li.current-menu-parent.menu-item-has-children > .arrow {
	color: #002e5b; }
.mobile_menu > ul ul ul {
	display: block; }*/
  
.header_top {
  position: relative;
  padding: 43px 0 71px;
  background: #002e5b; }
  .header_top:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: block; }
  .header_top .container {
    position: relative;
    z-index: 15; }

.logo {
  float: left;
  font-size: 30px;
  text-transform: uppercase;
  color: #333; }
.logo a {
  display: block; }
.logo a img {
  max-width: inherit; }

.header_socials {
	float: right;
	font-size: 0;
	margin: 0 0 0 82px; }
.header_socials a {
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
    margin: 10px 0 0 16px;
    color: rgba(255, 255, 255, 0.66);
    transition: color 0.2s linear; }
.header_socials a:first-child {
    margin: 0; }
.header_socials a:hover {
    color: #fff; }

.icon_text {
  position: relative; }
.icon_text .icon {
	float: left;
	font-size: 26px;
	color: #C4D114;
	margin: 0 14px 0 0; }
.icon_text .icon i {
	vertical-align: top; }
.icon_text .text {
    color: #fff;
    float: right;
    font-size: 13px; }
.icon_text .text strong {
	font-weight: 400;
	line-height: 16px; }

.header_top .icon_text {
  float: right;
  margin: 5px 14px 0 20px;
  line-height: 16px; }

.mobile_header {
  display: none; }

.overflow_hidden {
  overflow: hidden; }

.top_bar {
  position: relative;
  z-index: 20;
  font-size: 13px;
  background-color: #002e5b; }

.top_nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20; }
  .top_nav .top_nav_wrapper {
    }
    .top_nav .top_nav_wrapper > ul {
      position: relative;
      font-family: Poppins;
      list-style: none;
      margin: 0;
      padding: 0 0px;
      float: left; }
  .top_nav .main_menu_nav > ul {
    position: relative;
    list-style: none;
    margin: 0;
    float: left; }
  .top_nav .top_nav_wrapper > ul:after, .top_nav .main_menu_nav > ul:after {
    content: '';
    clear: both;
    display: table; }
  .top_nav .top_nav_wrapper > ul > li, .top_nav .main_menu_nav > ul > li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600 !important; }
    .top_nav .top_nav_wrapper > ul > li.current_page_item > a, .top_nav .top_nav_wrapper > ul > li.current-menu-ancestor > a, .top_nav .top_nav_wrapper > ul > li.current-menu-parent > a, .top_nav .top_nav_wrapper > ul > li.current_page_parent > a, .top_nav .top_nav_wrapper > ul > li.current_page_ancestor > a, .top_nav .main_menu_nav > ul > li.current_page_item > a, .top_nav .main_menu_nav > ul > li.current-menu-ancestor > a, .top_nav .main_menu_nav > ul > li.current-menu-parent > a, .top_nav .main_menu_nav > ul > li.current_page_parent > a, .top_nav .main_menu_nav > ul > li.current_page_ancestor > a {
      color: #c4d114; }
    .top_nav .top_nav_wrapper > ul > li:hover > a, .top_nav .main_menu_nav > ul > li:hover > a {
      color: #c4d114; }
  .top_nav .top_nav_wrapper > ul > li > a, .top_nav .main_menu_nav > ul > li > a {
    position: relative;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    padding: 0px 10px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .top_nav .top_nav_wrapper .sub-menu > li.menu-item-has-children > a, .top_nav .top_nav_wrapper .sub-menu > li.page_item_has_children > a {
    position: relative; }
    .top_nav .top_nav_wrapper .sub-menu > li.menu-item-has-children > a:hover:before, .top_nav .top_nav_wrapper .sub-menu > li.page_item_has_children > a:hover:before {
      border-left-color: #fde428; }
    .top_nav .top_nav_wrapper .sub-menu > li.menu-item-has-children > a:before, .top_nav .top_nav_wrapper .sub-menu > li.page_item_has_children > a:before {
      content: '';
      position: absolute;
      right: 20px;
      top: 50%;
      margin: -4px 0 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 5px solid #cccccc; }
.top_nav .main_menu_nav > ul > li.menu-item-has-children > a, .top_nav .main_menu_nav > ul > li.page_item_has_children > a {
    padding-right: 23px; }
.top_nav .top_nav_wrapper > ul > li ul, .top_nav .main_menu_nav > ul > li ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #3baed4;
    list-style: none;
    padding:0;
    margin: 0;
	min-width: 256px;
    z-index: 1;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.top_nav .top_nav_wrapper > ul > li ul ul, .top_nav .main_menu_nav > ul > li ul ul {
	left: 100%;
	top: -2px;
	background: #002e5b;
	padding: 6px 0 4px; }
.top_nav .top_nav_wrapper > ul > li ul ul li a, .top_nav .main_menu_nav > ul > li ul ul li a {
	color: #fff;
	padding: 12px 26px; }
.top_nav .top_nav_wrapper > ul > li ul ul li a:hover, .top_nav .main_menu_nav > ul > li ul ul li a:hover {
	color: #fde428; }
.top_nav .top_nav_wrapper > ul li:hover > ul, .top_nav .main_menu_nav > ul li:hover > ul {
	visibility: visible;
	opacity: 1; }
.top_nav .top_nav_wrapper > ul > li ul li, .top_nav .main_menu_nav > ul > li ul li {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: #333333; }
.top_nav .top_nav_wrapper > ul > li ul li a, .top_nav .main_menu_nav > ul > li ul li a {
	display: block;
	padding: 14px 26px 14px;
	color: #333333;
	text-decoration: none !important; }
.top_nav .main_menu_nav > ul > li ul li:before, .top_nav .top_nav_wrapper > ul > li ul li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	height: 2px;
	background: #002e5b;
	opacity: 0;
	visibility: hidden; }
.top_nav .main_menu_nav > ul > li ul li:after, .top_nav .top_nav_wrapper > ul > li ul li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 2px;
	background: #002e5b;
	opacity: 0;
	visibility: hidden; }
.top_nav .main_menu_nav > ul > li ul li:hover:before, .top_nav .top_nav_wrapper > ul > li ul li:hover:before {
	opacity: 1;
	visibility: visible; }
.top_nav .main_menu_nav > ul > li ul li:hover:after, .top_nav .top_nav_wrapper > ul > li ul li:hover:after {
	opacity: 1;
	visibility: visible; }
.top_nav .main_menu_nav > ul > li ul li:hover > a, .top_nav .top_nav_wrapper > ul > li ul li:hover > a {
	background: #232333 none repeat scroll 0 0;
	color: #fff; }
.top_nav .icon_text {
	float: right;
	padding: 0 0 0 35px;
	margin: 18px 38px 0 0;
	color: #fff; }
.top_nav .icon_text:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin: -17px 0 0 0;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	height: 27px; }
.top_nav .icon_text strong {
	color: #fff;
	font-size: 18px;
	font-weight: 700 !important;
	font-family: Poppins; }
.top_nav .icon_text strong a {
	color: #fff;
	font-size: 18px; }
.top_nav .icon_text span {
	font-size: 13px; }

.page_title {
	position: relative;
	padding: 57.5px 0;
	background-color: #fde428;
	background-position: 50% 0;
	color: #222222;
	background-size: cover; }
.page_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E9E9F0;
    opacity: .8;
}
.page_title h1 {
	margin: 0;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 55px;
    color: #252536;
    font-weight: 800; }
.page_title h1:after {
      background: #fff; }
.page_title.transparent {
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 32px; }
.page_title.transparent h1 {
	margin-bottom: 20px; }
.page_title.transparent h1:after {
	background-color: #fde428; }
.page_title.disable_title {
	margin-bottom: 0;
	padding-bottom: 17px; }

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
    width: 100%;
    padding: 0.7em;  }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }
embed, iframe, object, video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #222222; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222222;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222222;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222222; }

.button{
  position: relative;
  outline: none !important;
  border: none;
  font-weight: 700;
  font-family: Poppins;
  font-size: 14px;
  padding: 8px 21px;
  color: #fff;
  border-radius: 0;
  background: #002e5b;
  border: 3px solid #002e5b;
  display: inline-block;
  line-height: 23px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
 .post-password-form input[type="submit"] {
	position: absolute;
    right: 10px;
    margin-top: -55px;
}

.post-password-form input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7em 1.625em;
    text-transform: uppercase;}

.post-password-form label {
      padding-top: 1px;
    margin: 0;
    width: 100%;
    vertical-align: bottom; }

.input-group {
  width: 100%; }

body textarea.form-control, body textarea.wpcf7-form-control, body #order_comments, body .input-group textarea.form-control {
  height: 128px; }

textarea.wpcf7-form-control {
  resize: vertical; }

.request_callback {
	position: relative; }
.request_callback p {
	font-weight: 700;
	font-family: Poppins;
	color: #fff;
	margin-bottom: 12px; }

.select2-container .selection,
.select2-container--default .select2-selection--single,
.select2-container {
  outline: none !important; }

.widget_archive .select2-container.select2-container--default .select2-selection--single {
  height: 44px; }
.widget_archive .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    padding-left: 15px;
    padding-right: 50px; }
.widget_archive .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 44px;
    height: 44px; }

.select2-container .selection {
  display: block; }
.select2-container .selection:after {
    content: "";
    display: table;
    clear: both; }

.select2-container.select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #cacaca;
  height: 49px;
  line-height: 1;
  background: #cacaca;
  font-size: 13px; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 29px;
    padding-right: 50px;
    color: #222222; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 50px;
    height: 49px;
    top: 0;
    right: 0; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 6px 0 6px;
	border-color: #777777 transparent transparent transparent;
	margin-left: -6px;
	margin-top: -3px; }

.select2-container.select2-container--default.select2-container--open .select2-selection--single {
	border-color: #cacaca;
	background-color: #fff; }
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #777777 transparent;
    border-width: 0 6px 6px 6px; }

.select2-container .select2-dropdown {
	border: 1px solid #cacaca;
	color: #222;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0; }
.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #6c98e1; }
.select2-container .select2-dropdown .select2-results__option {
    padding: 10px 18px; }

span.wpcf7-not-valid-tip {
	display: none; }

div.wpcf7-response-output {
	margin: 0 0 10px;
	background-color: #c9f7b2;
	color: #61a600;
	font-size: 14px;
	border: none; }
div.wpcf7-response-output.wpcf7-validation-errors {
	background-color: #ffd9d9;
	color: #ff0000; 
	margin: 0 auto;
	margin-top: 10px;
	border: 2px solid #f7e700;}
div.wpcf7-response-output.wpcf7-mail-sent-ng {
	background-color: #fff2b2;
	color: #ff9900; }
	
span.edit-link:before {
    content: "/";
    display: inline-block;
    vertical-align: baseline;
    margin: 0 7px 0 5px;
    color: #dddddd;
}
.comment-info ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px; }
.comment-info ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 4px; }
.comment-info ul.type_1 li:before {
    content: '\f00c';
    top: 4px; }
.comment-info ul.type_2 li:before {
    content: '\f14a';
    top: 3px;
    font-size: 14px; }

.comment-info ol {
	margin: 0 0 20px;
	padding: 0;
	list-style-position: inside; }
.comment-info ol li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 4px; }

.comments-title {
	position: relative;
	font-weight: 700;
	text-transform: lowercase;
	margin-bottom: 20px; }
.comments-title:after {
	display: none; }

ul.comment-list {
	position: relative;
	margin: 0 0 40px;
	padding: 0; }
ul.comment-list li {
	list-style: none;
	border-top: 1px solid #dddddd;
	padding: 30px 0 0;
	margin: 0 0 30px; }
ul.comment-list .comment .vcard {
	float: left;
	margin: 0 32px 0 0;
	width: 87px; }
ul.comment-list .comment .vcard img {
	max-width: 100%;
	height: auto; }
ul.comment-list .comment .comment-info {
	overflow: hidden; }
ul.comment-list .comment .comment-author {
	float: left;
	font-family: Poppins;
	font-weight: 600;
	color: #333333; }
ul.comment-list .comment .comment-meta {
	float: left;
    font-size: 11px;
    color: #aaaaaa;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px 0;
    width: 100%;}
ul.comment-list .comment .comment-meta a {
	display: inline-block;
	vertical-align: middle;
	color: #aaaaaa; }
#comments .comment .avatar {
    width: 60px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
	margin: 0 32px 0 0;
}
.comment-wrapper {
    overflow: hidden;
}
ul.comment-list .comment .vcard img {
    max-width: 100%;
    height: auto;
}
ul.comment-list .comment .comment-meta a:hover {
	color: #6c98e1;
	text-decoration: none; }
ul.comment-list .comment .comment-meta a:before {
	content: "/";
	display: inline-block;
	vertical-align: baseline;
	margin: 0 7px 0 5px;
	color: #dddddd; }
ul.comment-list .comment .comment-meta a:first-child:before {
	display: none; }
ul.comment-list .comment .comment-text {
	clear: both; }
ul.comment-list .comment .comment-text p {
	line-height: 22px; }
ul.comment-list .comment .comment-text *:last-child {
	margin-bottom: 0; }
ul.comment-list .children {
	margin: 29px 0 0 30px;
	padding: 0; }
ul.comment-list .children > li {
	position: relative;
	padding: 30px 0 0!important;
	margin: 0 0 30px;
	border-top: 1px solid #dddddd; }
ul.comment-list .children > li:before {
	content: '';
	position: absolute;
	left: 66px;
	top: -9px;
	width: 15px;
	height: 9px; }

.comment-respond {
  margin: 40px 0 0 0; }

.comment-reply-title {
  margin: 0 0 19px;
  font-size: 20px;
  text-transform: lowercase; }
  .comment-reply-title:after {
    display: none; }

.comment-reply-title:before {
  margin: 0 0 22px 0; }

.comment-awaiting-moderation {
  display: block;
  color: #6c98e1;
  font-weight: 700;
  text-transform: lowercase;
  margin: 10px 0 0; }

.comment-info table {
  width: 100%;
  margin: 0 0 40px; }

.comment-info table td, .comment-info table th {
  border: 1px solid #e9e9e9;
  padding: 5px 10px; }



.comment-info ul ul, .comment-info ol ol {
  margin: 10px 0 20px 20px; }

.slick_prev, .slick_next {
  width: 45px;
  height: 45px;
  z-index: 10000;
  border: 3px solid #d7d7d7;
  top: 50%;
  margin-top: -22px;
  position: absolute;
  font-size: 20px;
  text-align: center;
  color: #d7d7d7;
  cursor: pointer;
  box-sizing: border-box;
  transition: border 0.2s linear, background 0.2s linear, color 0.2s linear, opacity 0.2s linear; }

.slick_prev:hover, .slick_next:hover {
  border-color: #002e5b !important;
  background: #002e5b;
  color: #fff;
  opacity: 1; }

.slick_prev i, .slick_next i {
	margin-top: 9px; }
.slick-dots {
	margin: 30px auto 0;
	display: table; }
.slick-dots:after {
	content: '';
	clear: both;
	display: table; }
.slick-dots li {
	float: left;
	margin: 0 10px 0 0;list-style:none; }

.multiple_project .slick-dots li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px; }

.slick-dots li.slick-active button {
  background: #002e5b; }

.slick-dots li button {
	display: block;
	border: none;
	text-indent: -3000px;
	width: 10px;
	height: 8px;
	background: #cccccc;
	outline: none;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: #f5f5f5;
	border: 1px solid #bcbcbc;
	float: left;  }

ul.page-numbers, .page-links {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0; }

.page-numbers:after, .page-links:after, .page-links:after {
	content: '';
	clear: both;
	display: table; }

.page-numbers li {
	list-style: none;
	float: left;
	margin: 0 11px 0 0; }

.page-links > span, .page-links > a {
	list-style: none;
	float: left;
	margin: 0 11px 0 0;
	display: block;
	min-width: 40px;
	height: 40px;
	text-align: center;
	border: 2px solid transparent;
	padding: 11px 5px 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	font-family: Poppins;
	color: #002e5b; }
.page-links > span:hover, .page-links > span.current, .page-links > a:hover, .page-links > a.current {
    border-color: #002e5b;
    text-decoration: none; }

.page-links > span {
	border-color: #002e5b; }

.page-links > .page-links-title {
	  padding-left: 0;
	  border: none; }

.page-links > label {
  list-style: none;
  float: left;
  margin: 0 11px 0 0;
  line-height: 30px; }

.page-numbers .page-numbers {
  display: block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid transparent;
  padding: 11px 5px 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: Poppins;
  color: #002e5b; }
.page-numbers .page-numbers:hover, .page-numbers .page-numbers.current {
	border-color: #002e5b;
	text-decoration: none; }

.posts_list > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
.posts_list > ul > li {
	list-style: none;
	padding: 0 0 40px;
	margin: 0 0 49px 0;
	border-bottom: 1px solid #dddddd; 
	}
.posts_list > ul > li.sticky {
	background: #f2f2f2;
	padding: 40px;
	}
.posts_list > ul > li:last-child {
	padding-bottom: 50px;
	margin-bottom: 29px;
	}
.posts_list > ul > li h4 {
	padding-top: 0;
	font-weight: 700;
	font-size: 22px; 
	}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
#footer {
    background: #1e1e1e;
	clear: both;
}
#footer .widgets_row {
    position: relative;
}
#footer .footer_widgets {
    position: relative;
    padding: 4.8em 0 2em;
}
.widgets_width.footer-1 {
    width: 34%;
}
.widgets_width.footer-2 {
    width: 15%;
}
.widgets_width.footer-3 {
    width: 19%;
}
.widgets_width.footer-4 {
    width: 32%;
}
#footer .widgets_row .footer_logo {
    position: relative;
    margin: 0;
}
#footer .widgets_row .footer_logo a img {
    display: block;
    width: auto;
}
#footer .widgets_row .footer_text {
    color: #fff;
}
#footer .footer_widgets .widget .widget_title {
    letter-spacing: 0.2px;
	font: 600 18px/17px "Open Sans", sans-serif;
	color: #fff;
	margin-top: 0px;
	text-transform: uppercase;
	margin-bottom: 24px;
	font-style: italic;
}
h4.widget_title::after {
    content: '';
    width: 40px;
    height: 2px;
    display: block;
    margin-top: 13px;
    background: #85ab00;
}
#footer .footer_widgets .widget.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0 -20px;
    font-size: 0;
}
#footer .footer_widgets .widget.widget_nav_menu ul li {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    border: none;
    background: none;
    font-weight: 400;
}
#footer .footer_widgets .widget.widget_nav_menu ul li a {
    color: #797979;
    text-transform: capitalize;
    font: 400 1.0715em/2.3em "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 32px;
    display: block;
    letter-spacing: 0.3px;
}
.about-us-widget {
    color: #797979;
    margin-top: 2em!important;
    font: 400 1.0715em/1.5em "Open Sans", sans-serif!important;
    padding: 0;
    margin-bottom: 1.5em!important;
}
.socials ul{
	list-style:none;
	padding-left:0;
}
.socials ul li {
    display: inline-block;
    list-style: none;
    padding: 10px 9px;
}
.socials ul li a {
    color: #7c7c7c;
    font-size: 18px;
}
.socials ul li a :hover {
    color: #85ab00;
}
.widget-contact-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-contact-list ul li i {
    float: left;
    font-size: 25px;
    width: 34px;
    padding-top: 13px;
    line-height: 18px;
	padding-left: 1px;
    color: #7b7b7b!important;
}
.widget.widget_tmc_get_in_touch ul li .fleft {
    float: left;
    color: #7b7b7b;
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    font: 400 1em/1.4em "Open Sans", sans-serif;
}
.widget.widget_tmc_get_in_touch ul li .contact_no {
    padding-top: 12px;
}
.widget-contact-list ul li a {
    color: #797979;
    text-transform: capitalize;
    font: 400 1.0715em/2.3em "Open Sans", sans-serif;
}
.widget.widget_tmc_get_in_touch ul li .contact_mail {
    padding-top: 17px;
}
.widget ul li:last-child a {
    line-height: 36px;
}
.widget.widget_tmc_get_in_touch ul li i.fa-phone {
    font-size: 21px;
    line-height: 41px;
}
.widget.widget_tmc_get_in_touch ul li i.fa-envelope-o {
    font-size: 18px;
    line-height: 41px;
}
.footer-bottom {
    background: #1e1e1e;
    border-top: 1px solid #323232;
    color: #555759;
    padding: 2em 0;
	
}
.footer-bottom .copyright {
    color: #545454;
    font: 400 1em/1em "Open Sans", sans-serif;
}
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 767px) and (min-width: 361px) {
  .container {
    padding: 0 25px;
  }
}

a, .btn, button {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:after, a:before, .btn:after, .btn:before, button:after, button:before {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
 .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

.row, header.row, footer.row {
  position: relative;
}

p {
  font: 15px/26px "Open Sans", sans-serif;
  color: #898989;
  overflow-x: visible;
}
@media (max-width: 1199px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

.site-contents {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .site-contents {
    padding: 70px 0;
  }
}

.btn {
  border-radius: 3px;
  text-transform: uppercase;
  font: bold 18px/50px "Raleway", sans-serif;
  padding: 0 35px;
  color: #fff;
  border: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.btn-big {
  line-height: 58px;
  padding: 0 30px;
}

.btn-sm {
  line-height: 37px;
  padding: 0 20px;
}

.btn-outline {
  border: 1px solid #fff;
  line-height: 48px;
}

.btn-primary {
  background-image: -webkit-linear-gradient(90deg, #d41818 0%, #e33d3d 100%);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.btn-primary:hover, .btn-primary:focus {
  background: #099bd7;
}

.section-title {
  font: bold 38px/48px "Alegreya", serif;
  margin-top: 0;
  margin-bottom: 15px;
  color: #242424;
  letter-spacing: 0.15px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 33px;
  }
}
.section-title:after {
  display: inline-block;
  content: '';
  width: 35px;
  height: 2px;
  background: #099bd7;
  margin-left: 10px;
}
.section-title.style2 {
  text-align: center;
}
.section-title.style2:after {
  display: none;
}
.section-title + p {
  color: #8e8d8d;
  letter-spacing: 0.3px;
  margin-bottom: 25px;
}
.section-title.blue-c {
  color: #099bd7;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.top-header {
  background: #092942;
}
.top-header .header-social {
  float: right;
}
@media (min-width: 992px) {
  .top-header .header-contacts {
    display: none;
  }
}

.welcome-texts {
  color: #9ebbd1;
  font: italic 16px/50px "Open Sans", sans-serif;
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .welcome-texts {
    font-size: 14px;
  }
}

.header-social li + li {
  margin: 0;
}
.header-social li a {
  padding: 0 8px;
  font-size: 18px;
  color: #5996c6;
  line-height: 50px;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .header-social li a {
    font-size: 14px;
    padding: 0 5px;
  }
}
.header-social li a:hover, .header-social li a:focus {
  color: #fff;
  background: none;
}

.header-searchform {
  background: #041e32;
}
@media (max-width: 991px) {
  .header-searchform {
    margin-bottom: 20px;
  }
}
.header-searchform .form-control {
  background: none;
  border-radius: 0;
  height: 50px;
  border: none;
  padding-left: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: 16px/1 "Open Sans", sans-serif;
  color: #5f93bb;
}
@media (max-width: 1199px) {
  .header-searchform .form-control {
    padding-left: 15px;
    font-size: 14px;
  }
}
.header-searchform .form-control.placeholder {
  font-style: italic;
  color: #5f93bb;
}
.header-searchform .form-control::-moz-placeholder {
  font-style: italic;
  color: #5f93bb;
}
.header-searchform .form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #5f93bb;
}
.header-searchform .form-control::-ms-input-placeholder {
  font-style: italic;
  color: #5f93bb;
}
.header-searchform .input-group-addon {
  border-radius: 0;
  padding: 0;
  border: none;
  background: none;
}
.top-mobile-header {
    background: #092942;
}
.mob-search {overflow:hidden;}
.header-searchform .input-group-addon button[type="submit"] {
  padding: 0 20px 0 15px;
  font-size: 16px;
  color: #5f93bb;
  background: none;
  border: none;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .header-searchform .input-group-addon button[type="submit"] {
    padding: 0 10px;
  }
}

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*Main Header*/
.main-header {
  background-image: -webkit-linear-gradient(90deg, #e1e0e4 0%, white 100%);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  padding-top: 5px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 991px) {
  .main-header {
    padding-top: 0;
  }
.top-header {
    display: none;
}
.main-header {
    display: none;
}
.mobile_header {
    display: block;
}
.logo {max-width:199px; font-size:24px;}
.logo img {width:100%;}
}
.main-header .this-inner {
  margin: 0;
  border-top: 1px dashed #85919b;
  padding: 30px 0 44px;
}
@media (max-width: 991px) {
  .main-header .this-inner {
    border: none;
    padding: 15px 0;
  }
}
.main-header .header-contacts {
  float: right;
}
.main-header.affix-coming {
  top: -100px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
.main-header.affix {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  margin: 0;
  z-index: 9999;
}
.main-header.affix + section, .main-header.affix + div {
  margin-top: 70px;
}

.main-logo {
  display: inline-block;
}
.main-logo img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .main-logo {
    max-width: 199px;
  }
}

.header-contacts li {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0 20px;
  border-right: 1px solid #d6d6d6;
}
.header-contacts li + li {
  margin: 0;
  border-left: 1px solid #fff;
}
.header-contacts li:last-child {
  padding-right: 0;
  border: none;
}
.header-contacts .media {
  display: inline-table;
  vertical-align: middle;
}
.header-contacts .media-left {
  vertical-align: middle;
  padding-right: 17px;
}
.header-contacts .media-left span {
  display: block;
}
.header-contacts .media-body {
  width: auto;
}
.header-contacts .this-subtitle {
  margin: 0;
  text-transform: uppercase;
  font: bold 14px/20px "Open Sans", sans-serif;
  color: #7d7987;
}
.header-contacts .this-title {
  margin: 0;
  font: 15px/20px "Open Sans", sans-serif;
  color: #232932;
}
.header-contacts h3.this-title {
  font-size: 22px;
  font-weight: bold;
  color: #424242;
}
.header-contacts.mob-style {
  margin-top: 18px;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 0;
}
.header-contacts.mob-style li {width:100%;display: block;border-right: none;}
.header-contacts.mob-style li:last-child {
    margin-top: 15px;
}
.header-contacts.mob-style .media {
  display: table;
}
.header-contacts.mob-style .this-title {
  color: #cbdae6;
}

@-webkit-keyframes fadeItIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeItIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* Since Visual Composer 4.6
------------------------------*/
/* Toggles & Accordions - White Style */
.vc_tta-container > h2 {
	font-size: 18px;
	margin-bottom: 30px;
}

.vc_tta.vc_general .vc_tta-panel-title > a {
	padding-top: 18px;
	padding-bottom: 18px;
}

.entry-content h4.vc_tta-panel-title {
	font-size: 13px;
	font-weight: normal;
	background-color: #0f263a;
}
.vc_tta-panel-heading span
{
	color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .04em;
    margin: 0;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
	border-color: #e1e1e1;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
	border-color: #e1e1e1;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
	border-color: #e1e1e1;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
	border-color: #e1e1e1;
}

/* Tabs - White Style */
.vc_tta.vc_general .vc_tta-panel-body {
	padding: 20px 20px;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active > a,
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
	border-color: #e1e1e1;
}

.vc_tta.vc_tta-o-no-fill .vc_tta-panels {
	border: none !important;
}

/* Tour - White Style */
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before, .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
	border-color: none!important;
}

/* Button */
.vc_btn3 {
	text-transform: uppercase;
	font-weight: bold;
}

.vc_btn3.vc_btn3-shape-rounded {
	border-radius: 3px;
}

/*------------------------------
	8.3 VC General Shortcodes
------------------------------*/
/* BUTTON
------------------------------*/
.btn {
	display: inline-block;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 11px 18px 13px 18px;
	margin: 3px 5px 3px 0px;
	text-decoration: none;
	font-weight: 500;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}

.btn:hover {
	color: #FFFFFF !important;
	opacity: 0.9 !important;
	text-decoration: none !important;
}

.btn-primary {
	background: #fab702;
	color: #FFFFFF !important;
}

.btn-secondary {
	background: #00aeef;
}

.btn.btn-dark {
	background: #000000;
}

.btn.btn-light {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #888888;
}

.btn.btn-light:hover {
	background: #ffffff !important;
	color: #222222 !important;
	border-color: #bbbbbb;
}

.btn.btn-ghost {
	background: transparent;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none !important;
	color: #FFFFFF;
}

.btn.btn-ghost:hover {
	background: #FFFFFF !important;
	color: #000000 !important;
	box-shadow: none !important;
}

.btn.btn-large {
	padding: 17px 23px 19px 23px;
	font-size: 15px;
}

.btn.btn-small {
	padding: 7px 12px;
	font-size: 12px;
}

.rev_slider_wrapper .btn {
	opacity: 1 !important;
}

.rev_slider_wrapper .btn:hover {
	opacity: 1 !important;
}

.rev_slider_wrapper .btn.btn-primary {
	padding: 13px 18px 15px 18px;
}

/* ICON BOX
------------------------------*/
.iconbox-wrapper {
	margin-bottom: 40px;
}

.iconbox-wrapper .iconbox-icon, .iconbox-wrapper .iconbox-image {
	padding-bottom: 20px;
}

.iconbox-wrapper .iconbox-icon .primary, .iconbox-wrapper .iconbox-image .primary {
	color: #fab702;
}

.iconbox-wrapper .iconbox-icon .secondary, .iconbox-wrapper .iconbox-image .secondary {
	color: #00aeef;
}

.iconbox-wrapper a:hover {
	text-decoration: none;
	color: #fab702;
}

/* CLIENT TESTIMONIALS
------------------------------*/
.testimonial {
	margin-bottom: 40px;
}

.testimonial .testimonial-content {
	border: 1px solid #e9e9e9;
	padding: 17px 20px 20px 20px;
	border-radius: 2px;
	font-style: italic;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 400;
}

.testimonial .testimonial-header {
	padding: 0px 20px;
}

.testimonial .testimonial-header .testimonial-name {
	font-size: 15px;
	margin-top: 8px;
}

.testimonial .testimonial-header .testimonial-avatar {
	margin-top: -25px;
	float: left;
	margin-right: 20px;
}

.testimonial .testimonial-header .testimonial-avatar img {
	width: 70px;
	border-radius: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.testimonial.inverted .testimonial-content {
	background: #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: none;
}

.wpb_wrapper .testimonial:last-child {
	margin-bottom: 0px;
}

/* CONTACT INFO
------------------------------*/
.contact-info-item {
	margin-bottom: 10px;
}

.contact-info-item .contact-text {
	display: block;
	float: left;
	width: 130px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 2px;
	position: relative;
}

.contact-info-item .contact-value {
	display: block;
	margin-left: 135px;
}

/* RECENT NEWS
------------------------------*/
.recent-news-wrapper .grid-title {
	font-size: 16px;
}

.recent-news-wrapper .recent-news-meta {
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 0px 5px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

.recent-news-wrapper .recent-news-meta span {
	margin-right: 15px;
}

.recent-news-wrapper .recent-news-meta span i {
	margin-right: 3px;
	color: #cccccc;
}

.recent-news-wrapper .recent-news-meta span a {
	color: #777777;
}

.recent-news-wrapper .recent-news-meta span a:hover {
	text-decoration: underline;
}

/*------------------------------
	 VC Special Shortcodes
------------------------------*/
/* FEATURED BOX
------------------------------*/
@media screen and (max-width: 790px) {
	.mobile-no-margin-top .row_inner_wrapper {
		margin-top: 0px !important;
	}
}

.featured-box .featured-box-thumb {
	display: block;
}

.featured-box .featured-box-thumb a {
	position: relative;
	display: block;
}

.featured-box .featured-box-thumb img {
	width: 100%;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.featured-box .featured-box-content {
	padding: 18px 0px 0px;
}

.featured-box .featured-box-button a {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 14px;
}

.featured-box .featured-box-button a:hover {
	text-decoration: underline;
}

.featured-box .video_icon {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	border: 3px solid #ffffff;
	border-radius: 100px;
	line-height: 1;
	padding: 10px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.featured-box .video_icon i {
	color: #ffffff;
	margin-left: 3px;
	font-size: 14px;
}

/* CUSTOM HEADING
------------------------------*/
.custom-heading h2 {
	color: #0e1322;
    font: 2.43em/1em "Playball", sans-serif;
    margin: 0 0 1.3em;
    padding: 0;
	position:relative;
}
.custom-heading h2:after {
	content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}

.custom-heading .heading-line {
	width: 80px;
	height: 2px;
	display: inline-block;
	background: #fab702;
}

.custom-heading .heading-line.primary {
	background: #fab702;
}

.custom-heading .heading-line.secondary {
	background: #00aeef;
}

.custom-heading.wpb_content_element {
	margin-bottom: 40px!important;
}

.custom-heading.heading-medium {
	margin-bottom: 10px;
}

.custom-heading.heading-medium h2 {
	font-size: 20px;
}

.custom-heading.heading-medium .heading-line {
	width: 60px;
}

.custom-heading.heading-small {
	margin-bottom: 10px;
}

.custom-heading.heading-small h2 {
	font-size: 17px;
}

.custom-heading.heading-small .heading-line {
	width: 40px;
}

/* CLIENT TESTIMONIAL CAROUSEL
------------------------------*/
.testimonial_carousel_wrapper .carousel-next {
	right: 0px;
}

.testimonial_carousel_wrapper .carousel-prev {
	right: 40px;
}

/*------------------------------
	8.5 VC Overal Mods
------------------------------*/
/*-------------------------------------
	VC Overall Custom Stylesheet
-------------------------------------*/

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
	margin-bottom: 10px;
}
.wpb_wrapper h6 {
font: 400 12px/1.8em "Open Sans", sans-serif!important;
letter-spacing: 0.3px!important;
}
.wpb_wrapper h6 span {
    color: #de5842!important;
    font: 400 1.2em/1.8em "Open Sans", sans-serif!important;
    letter-spacing: 0.3px!important;
    font-style: italic!important;
}
.vc_row {
	margin-left: 0px;
	margin-right: 0px;
}
.bgimg-settings .row_inner_wrapper{
	background-color: transparent;
	 background-repeat: no-repeat;
    background-attachment: fixed;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: bottom;
    background-size: auto auto;
	background-size: 100% 100%;
	position: relative;
}
.wpb_row {
	margin-bottom: 0px;
}
.row_inner_wrapper .row_inner_wrapper {
	padding-bottom: 00px;
}
.row_inner_wrapper {
	padding: 40px 0 0 0;
	position: relative;
}

.row_inner {
	position: relative;
	z-index: 10;
}

.row_center_content {
	margin-left: -20px;
	margin-right: -20px;
}
.row_inner.row_center_content.clearfix{

margin:0!important;

}
.wpb_single_image img {
	width: 100%;
	height: auto;
}

.vc_column_container > .vc_column-inner {
	padding-left: 0px;
	padding-right: 0px;
}

.wpb_column > .wpb_wrapper > *:last-child {
	margin-bottom: 0;
}

.wpb_column .wpb_wrapper .wpb_content_element:last-child {
	margin-bottom: 0px;
}

/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* Magnific Popup
------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
5.0 Posts
--------------------------------------------------------------*/
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.wpb_revslider_element {
	background: #222222;
}

/* Breadcrumbs
------------------------------*/
.breadcrumbs {

}

@media screen and (min-width: 500px) {
	.breadcrumbs {
		font-size: 14px;
	}
}

.breadcrumbs i {
	margin: 0px 6px;
}

.breadcrumbs a {
	text-decoration: none;
	color: #777777;
	font-weight: 600;
}

.breadcrumbs a:hover {
	color: #fab702;
}

.breadcrumbs span {
	margin-right: 20px;
	position: relative;
}

@media screen and (min-width: 500px) {
	.breadcrumbs span {
		margin-right: 40px;
	}
}

.breadcrumbs a:before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid rgba(0, 0, 0, 0.2);
	border-top: 6px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: -11px;
	top: 2px;
}

@media screen and (min-width: 500px) {
	.breadcrumbs a:before {
		right: -23px;
		top: 3px;
	}
}

.breadcrumbs a:after {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ffffff;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 3px;
}

@media screen and (min-width: 500px) {
	.breadcrumbs a:after {
		right: -22px;
		top: 4px;
	}
}

/* Contact Form 7
------------------------------*/
.tmcf7-form textarea, .tmcf7-form input[type="date"], .tmcf7-form input[type="datetime"], .tmcf7-form input[type="datetime-local"], .tmcf7-form input[type="email"], .tmcf7-form input[type="month"], .tmcf7-form input[type="number"], .tmcf7-form input[type="password"], .tmcf7-form input[type="search"], .tmcf7-form input[type="tel"], .tmcf7-form input[type="text"], .tmcf7-form input[type="time"], .tmcf7-form input[type="url"], .tmcf7-form input[type="week"] {
	border-width: 2px;
}

.tmcf7-form p {
	margin-bottom: 25px;
}

.tmcf7-form .tmcf7-submit {
	margin-bottom: -30px;
}

.tmcf7-submit {
	border-width: 2px;
}

span.tmcf7-not-valid-tip {
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-top: 3px;
	display: inline-block;
}

input.tmcf7-not-valid {
	border-color: #F00;
}

div.tmcf7-response-output {
	margin-left: 0px;
	padding: 15px 20px;
	background: #f8f9f9;
}

.tmcf7-form-control-wrap input[type="text"],
.tmcf7-form-control-wrap input[type="email"],
.tmcf7-form-control-wrap textarea {
	width: 100%;
}

.tmcf7-list-item {
	display: block;
	margin-top: 7px;
}

/* Form 1/2 */
.form_1_2 {
	width: 100%;
	float: left;
	margin-right: 0;
	margin-bottom: 25px;
}

@media screen and (min-width: 790px) {
	.form_1_2 {
		width: 47%;
		float: left;
		margin-right: 6%;
	}
}

.form_1_2 input:not([type="radio"]):not([type="checkbox"]), .form_1_2 select {
	width: 100%;
}

.form_1_2.last {
	float: left;
	clear: right;
	margin-right: 0px;
	margin-bottom: 25px;
}

/* Form 1/3 */
.form_1_3 {
	width: 100%;
	float: left;
	margin-right: 0;
	margin-bottom: 25px;
}

@media screen and (min-width: 790px) {
	.form_1_3 {
		width: 30%;
		float: left;
		margin-right: 5%;
	}
}

.form_1_3 input:not([type="radio"]):not([type="checkbox"]), .form_1_3 select {
	width: 100%;
}

.form_1_3.last {
	float: left;
	clear: right;
	margin-right: 0px;
	margin-bottom: 25px;
}

/* Slider Carousel
------------------------------*/
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	-moz-user-select: text;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Slick theme */
/* Arrows */
.carousel-prev,
.carousel-next {
	position: absolute;
	right: 20px;
	top: -80px;
	width: 35px;
	height: auto;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: none;
	cursor: pointer;
    font-size: 20px;
    color: #fff;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0px!important;
}

.our-gallery  .carousel-prev i,
.our-gallery  .carousel-next i {
	font-size: 20px;
	color: #ffffff!important;
	margin-top: 5px;
}

.carousel-prev:hover,
.carousel-next:hover {
color: #ffffff;
}

.carousel-prev:hover i,
.carousel-next:hover i {
color: #ffffff !important;
}
.white-heading .sec-w-header h2 {
	color:white;
}

.carousel-prev {
	right: 60px;
    width: 33px;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.our-gallery .carousel-prev i {
	margin-left: 10px;
}

.our-gallery  .carousel-next i {
	margin-left: 12px;
}

/* ESG
------------------------------*/
.esg-overflowtrick {
	margin-top: 30px;
}

.esg-grid a:hover {
	text-decoration: none !important;
}

.hermes .tp-arr-titleholder {
	text-transform: uppercase;
}

/* header css */
	/* header topbar */
.wel-band {
    background: #1f2e46;
    padding-top: 0.8em;
    padding-bottom: 0.7em;
	font: 300 1em/1em "Open Sans", sans-serif;
    color: #a4b6d1;
}
.wel-band .top-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wel-band .top-left ul li {
    display: inline-block;
    margin-right: 1.4em;
}
.wel-band .top-left .t-icon {
    float: left;
    font-size: 1.33em;
    margin-right: 0.4em;
    margin-top: 5px;
}
.wel-band .top-left .t-txt {
    float: left;
    text-transform: uppercase;
    font: 600 0.93em/1em "Open Sans", sans-serif;
    color: #a4b6d1;
    margin-top: 0.5em;
}
.wel-band .top-right a {
    color: #a4b6d1;
	font: 600 14px/1em "Open Sans", sans-serif;
	text-transform: uppercase;
}
.wel-band .top-right a + a:before {
    content: '';
    background: #a4b6d1;
    margin-right: 11px;
    width: 1px;
    height: 14px;
    bottom: -3px;
    position: relative;
    display: inline-block;
}
	/* header nav */
.main-menu-wrapper-two {
    position: relative;
}
.anim-5, .anim-5-all * {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.logo {
    float: left;
    margin-top: 23px;
    margin-bottom: 23px;
}
.pad-left-minus {
    padding-left: 0px;
}
.main-menu-wrapper-two .nav-header-right {
	margin-top: 2.3em;
    float: right;
    margin-left: 10px;
	position: relative;
}
.main-menu-wrapper-two .nav-header-right ul{
	list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin: 0;
}
.main-menu-wrapper-two .nav-header-right > ul > li:first-child {
        border-left: 1px solid #a6a6a6;
    margin-top: 5px;
}
.main-menu-wrapper-two .nav-header-right > ul > li {
    display: inline-block;
    padding: 0 0;
    float: left;
}

.main-menu-wrapper-two .nav-header-right > ul > li > button i{
    font-size: 19px;
}
.main-menu-wrapper-two .nav-header-right > ul > li > button .icon-Search{
    font-size: 15px;
}

.main-menu-wrapper-two .nav-header-right > ul > li > ul.search-box  form  .input-group-addon{  
    background-color: transparent;
    border: none;
}

.main-menu-wrapper-two .nav-header-right > ul > li > ul.search-box form {
    height: 45px;
    background: #fff;
	margin: 0;
}
.main-menu-wrapper-two .nav-header-right > ul > li > ul.search-box form input {
    height: 100%;
    border: none;
    outline: none;
    color: #000;
    background-color: transparent;
    line-height: 14px;
    padding: 15px 30px;
}
.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-menu-wrapper-two .nav-header-right > ul > li > ul.search-box form button {
	padding: 0;
    border: none;
    outline: none;
    color: #393939;
    font-size: 14px;
    display: inline-block;
    background-color: transparent;
    padding-right: 1.1em;
    padding-left: 1.1em;
    transition: all .3s ease;
}
.main-menu-wrapper-two .nav-header-right > ul > li > ul {
	position: absolute;
    right: 20px;
    width: 300px;
    top: 63px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.main-menu-wrapper-two .nav-header-right > ul > li:hover > button {
    color: #F0683E;
}
.main-menu-wrapper-two .nav-header-right > ul > li > button {
	border: none;
    background: transparent;
	padding-left: 20px;
	color: #666666;
}
.main-menu-wrapper-two .nav-header-right > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 12;
}
.main-menu-wrapper-two .nav-holder {
       float: right!important;
}
ul.main_menu_nav {
    margin-top: 0px;
    margin-bottom: 0;
	padding-left: 87px;
}
.my-style li {
   display: inline-block;
   padding: 37.5px 0;
}
.nav li {
    position: relative;
}
.nav-footer li a {
    padding: 0 10px;
    display: block;
    
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
.nav-holder .nav-footer li ul.sub-menu {
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
	visibility: hidden;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    transition: all .4s ease;
    min-width: 220px;
    background: #fff;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
.nav-holder .nav-footer li ul.sub-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: 0px;
    left: 40px;
}

/* .nav-holder .nav-footer li ul.sub-menu li:last-child {
	background: none;
} */
.nav-holder .nav-footer li ul.children {
    position: absolute;
    top: 89%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
	visibility: hidden;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    transition: all .4s ease;
    min-width: 220px;
    background: #fff;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
.main-menu-wrapper-two {
    position: relative;
    background-image: -webkit-linear-gradient(90deg, #edf0f3 0%, white 100%);
}
.nav-holder .nav-footer li ul.children li ul.children {
	position: absolute;
    top: -15px;
    left: 110%;
    z-index: 999;
    display: none;
    float: left;
    min-width: 160px;
	visibility: hidden;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    transition: all .4s ease;
    min-width: 220px;
    background: #fff;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
ul .sub-menu li {
    display: block;
    padding: 0;
    background: #ffffff;
}
ul .children li {
    display: block;
    padding: 0;
    background: #ffffff;
}
ul .children li ul .children li{
    display: block;
    padding: 0;
    background: #ffffff;
}
.main_menu_nav ul{padding-left:0;}
.my-style li ul.sub-menu li a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    padding: 11px 20px;
    text-transform: capitalize;
    color: #666666;
    border-bottom: 1px solid #F0F0F0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: left;
    transition: background .4s ease;
}
.my-style li ul.children li a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    padding: 11px 20px;
    text-transform: capitalize;
    color: #666666;
    border-bottom: 1px solid #F0F0F0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: left;
    transition: background .4s ease;
}
.my-style li ul.children li ul.children li a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding: 11px 20px;
    text-transform: capitalize;
    color: #666666!important;
    border-bottom: 1px solid #F0F0F0;
    font-size: 14px!important;
    font-family: "Open Sans", sans-serif;
    font-weight: 700!important;
    text-align: left;
    transition: background .4s ease;
}
.my-style li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 8.3px;
}
.my-style li:hover ul.children {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
}
.my-style li:hover ul.children li:hover ul.children {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
}
.common-pad {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
}
.sec-header3 h2 {
    color: #0e1322;
    font: 2.43em/1em "Playball", sans-serif;
    margin: 0;
    padding: 0;
}
.sec-header3 h3 {
    color: #aaaaaa;
    font: 400 1.15em/1.8em "Open Sans", sans-serif;
    margin: 0 0 2.1em!important;
    padding: 0;
    font-style: italic;
    position: relative;
}
.sec-header3 h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.activities-cont p {
    color: #898989;
    margin: 0 0 1.5em;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.activities-cont a {
    margin-top: 1.5em;
    padding: 0.65em 1.9em;
}
.res-btn {
    border: none;
    outline: none;
    background: #1a1a1c;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.res-btn i {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-left: 12px;
}
.res-btn:hover {
    background: #ffb606;
    color: #fff;
}
.wel-box{
    background: #fff; 
    padding: 2em 0 3em;
    position: relative;
}

.wel-box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(133,171,0,1);
    padding: 10px;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
}
.wel-box .overlay .icon_position_table {
    border: 1px dashed rgba(336,336,336,0.5);
    display: -webkit-flex;
    display: flex;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.wel-box .overlay .icon_position_table .icon_container {
    text-align: center;
    padding: 0 1.5em;
}
.wel-box .overlay .icon_position_table .icon_container h2{
    text-align: center;
    font:400 1.57em/1.4em 'PT Serif', serif;
    color: #fff;
    margin: 0;
    padding:0 0 0.5em;
    font-style: italic;
}
.wel-box .overlay .icon_position_table .icon_container p{
    text-align: center;
    color: #fffefe;
    font:400 1.0715em/1.5em "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
}

.single_wel_cont:hover .overlay, .single_wel_cont:focus .overlay {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}
.wel-box:before{
    content: '';
    position: absolute;
    border: 1px dashed rgba(217, 217, 217, 1);
    top: 7px;
    left: 10px;
    right: 10px;
    bottom: 7px;  
}
.wel-content{
    position: relative;
}
.wel-content h1{
    color: #0e1322;
    font:2.43em/1em "Playball", sans-serif;
    margin:0; padding: 0;
}
.wel-content h2{
    color: #aaaaaa;
    font:400 1.15em/1.8em "Open Sans", sans-serif;
    margin: 0 0 1em;
    padding: 0;
    font-style: italic;
    position: relative;
}
.wel-content h2:after{
    content:'';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.wel-content p{
    color: #898989;
    margin: 0 0 3em;
    padding: 0;
    font:400 1.0715em/1.8em "Open Sans", sans-serif;
}

.wel-box .icon-box{
   text-align: center;
}
.wel-box h4{
    color: #0e1322;
    text-align: center;
    font:400 1.57em/1.4em 'PT Serif', serif;
    font-style: italic;
    margin:0.5em 0 0; padding: 0;
}
.wel-outer-homtwo ul{
	list-style:none;
	padding-left:0;
}
.wel-outer-homtwo ul li {
	width: 50%;
    margin-right: 0;
    float: right;
    margin-left: 0;
    margin: 0;
    padding: 15px;
}
.wel-pad-htwo {
    margin-top: 0;
}
.transition3s {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.offer-right .offer-img-box1 {
    position: relative;
    float: left;
    margin-right: 2em;
}
.spa-offer {
    position: relative;
}
.spa-offer .img_holder {
    position: relative;
}
.spa-offer .img_holder, .offer-right .offer-img-box2 .box2 .img_holder, .offer-right .offer-img-box2 .box1 .img_holder {
    overflow: hidden;
    background: #000;
}
.spa-offer .img_holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 11px;
}
.offer-right .offer-img-box2 .box1 .img_holder .overlay {
    position: absolute;
    bottom: 15px;
    left: 5%;
    width: 90%;
    right: 5%;
}
.offer-right .offer-img-box2 .box2 .img_holder .overlay {
    position: absolute;
    bottom: 15px;
    width: 46%;
    right: 5%;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.3em;
}
.spa-offer .img_holder .overlay:before {
    content: ' ';
    position: absolute;
    top: 11px;
    left: 11px;
    right: 11px;
    bottom: 11px;
    background: url(assets/images/our-lakecious/border.png) right top no-repeat;
    background-size: 100% 100%;
}
.spa-offer .img_holder .room-ad-cont {
    overflow: hidden;
    position: relative;
    height: 100%;
    background: rgba(133, 171, 0, 0.8);
    width: 12vw;
    padding: 1.5em 1.5em;
}
.spa-offer .img_holder .room-ad-cont h2 {
    color: #fff;
    font: 4em/1em "Playball", sans-serif;
    margin: 0 0 0.6em;
    padding: 0;
}
.spa-offer .img_holder .room-ad-cont h3 {
    color: #fff;
    font: 600 1.66em/1em 'Open Sans Condensed', sans-serif;
    margin: 0 0 0.5em;
    padding: 0;
}
.spa-offer .img_holder .room-ad-cont p {
    font: 400 1.0715em/1.6em "Open Sans", sans-serif;
    color: #fff;
    padding: 0;
    margin: 0 0 1.8em;
}
.offer-right .offer-img-box2 {
    position: relative;
    float: left;
}
.spa-offer .img_holder .room-ad-cont a {
    color: #000;
    font: 600 1.0715em/1.6em "Open Sans", sans-serif;
}
.spa-offer .img_holder .room-ad-cont a:hover {
    color: #fff;
}
.offer-right .offer-img-box2 .box1 .img_holder .overlay .text1 {
    position: relative;
    color: #fff;
    font: 400 0.7em/1.8em "Open Sans", sans-serif;
    text-align: right;
}
.offer-right .offer-img-box2 .box1 .img_holder .overlay .offertext1 {
    background: rgba(255, 255, 255, 0.8);
}
.offer-right .offer-img-box2 .box1 .img_holder .overlay .offertext1 p {
    color: #dc6c04;
    font: 3.5em/1em "Playball", sans-serif;
    margin: 0!important;
    padding: 0.2em 0.6em;
}
.offer-right .offer-img-box2 .box1 .img_holder .overlay .offertext1 .off-txt {
    color: #dc6c04;
    font: 0.58em/1em "Playball", sans-serif;
    display: inline-block;
}
.offer-right .offer-img-box2 .box1 .img_holder .overlay .offertext1 .winter-txt {
    color: #000;
    font: 700 0.5em/1em 'Open Sans Condensed', sans-serif;
    display: inline-block;
    padding-left: 0.4em;
}
.spa-offer .img_holder img, .offer-right .offer-img-box2 .box2 .img_holder img, .offer-right .offer-img-box2 .box1 .img_holder img {
    opacity: 1;
    transition: all 300ms linear 0s;
}
.exact-img img {
    width: 100%;
}
.offer-right .offer-img-box2 .box1 {
    position: relative;
    margin-bottom: 2em;
}
.offer-right .offer-img-box2 .box2 .img_holder .overlay p {
    color: #000;
    font: 600 1.7em/1em 'Open Sans Condensed', sans-serif;
    padding: 0;
    margin: 0;
}
.offer-right .offer-img-box2 .box2 .img_holder .overlay h2 {
    color: #729400;
    padding: 0;
    margin: 0;
    font: 2.67em/1em "Playball", sans-serif;
}
.offer-right .offer-img-box2 .box2 .img_holder .overlay h6 {
    border-top: 1px solid #a5a4a4;
    color: #929292;
    font: 400 0.7em/1.8em "Open Sans", sans-serif;
    padding: 0;
    margin: 0;
    text-align: center;
}
.our-offer-htwo {
    background: url(assets/images/1.jpg) center bottom no-repeat fixed;
    background-size: 100% 100%;
    position: relative;
}
.spa-offer .img_holder:hover img, .spa-offer .img_holder:focus img, .offer-right .offer-img-box2 .box2 .img_holder:hover img, .offer-right .offer-img-box2 .box2 .img_holder:focus img, .offer-right .offer-img-box2 .box1 .img_holder:hover img, .offer-right .offer-img-box2 .box1 .img_holder:focus img {
    opacity: 0.8;
    transform: scale(1.1);
}
.black-padding {
    padding-left: 104px;
}
.sec-header h3 {
    color: #aaaaaa;
    font: 400 1.15em/1.8em "Open Sans", sans-serif;
    margin: 0 0 0.875em;
    padding: 0;
    font-style: italic;
    position: relative;
}
.sec-header h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.our-pro-slider {
    float: left;
    margin: 0px 15px;
}
.carousel-prev, .carousel-next {
    background: #a9c449!important;
	width: 33px;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
}
.our-gallery .carousel-prev, .our-gallery .carousel-next {
    position: static;
    display: inline-flex !important;
    top: 4px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    margin-left: 46.5%;
    margin-right: -44.5%;
    background: #a9c449!important;
    margin-top: 50px;
    text-decoration: none;
    border: none;
}
.sec-header-two h2 {
    color: #0e1322;
    font: 2.43em/1em "Playball", sans-serif;
    margin: 0 0 1.3em!important;
    padding: 0;
    text-transform: none;
}
.sec-header-two h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.testimonial-sec {
    text-align: center;
}
.test-cont {
    background: #f4f4f4;
    padding: 2em;
    border-radius: 8px;
    position: relative;
    display: block;
	font: 400 1.0175em/1.8em "Open Sans", sans-serif;
}
.media-body {
    text-align: left;
}
.test-cont::after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f4;
    position: absolute;
    content: '';
    bottom: -26px;
    left: 30px;
}
.test-bot {
    padding: 3em 0 0;
}
.test-bot .tst-img {
    float: left;
    margin: 0 1.5em 0 0;
}
.testimonial-sec .testimonial-slider img {
    width: 80px;
    border-radius: 50%;
    display: inline-block;
}
.test-bot .client_name {
    float: left;
    margin: 1em 0 0;
    width: 56%;
}
.test-bot .client_name ul{
	list-style:none;
	text-align: left;
	padding-left: 0;
}
.test-bot .client_name ul li {
    display: inline-block;
    margin: 2px -1px 0 1px;
}
.test-bot .client_name h5 {
    color: #1f4d84;
    padding: 0 0 0.5em;
    margin: 0;
	font: 1.43em/1em "Playball", sans-serif;
	text-align: left;
}
.test-cont h3{
	font-family: "Open Sans", sans-serif;
    font-weight: normal;
	font-size: 20px;
	margin-top: 0px;
}
.test-bot .client_name h5 a {
    color: #1f4d84;
}
.test-bot .client_name h5 span {
    color: #3d3d3d;
    font: 400 0.7em/1em "Open Sans", sans-serif;
}
.event-wrapper.vc_column_container {
    padding-left: 3em;
}
.our-event-t-wrapper {
    position: relative;
}
.our-event-t-wrapper .media {
    margin-bottom: 2.5em;
}
.our-event-t-wrapper .media-left {
    position: relative;
    padding-right: 2em;
}
.our-event-t-wrapper .date-box {
    position: relative;
    width: 85px;
    height: 85px;
    border: 5px solid #85ab00;
    background: #91b41a;
    text-align: center;
}
.our-event-t-wrapper .date-box .date-inner {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}
.our-event-t-wrapper .date-box .date-inner .date-c-inner {
    display: table-cell;
    vertical-align: middle;
}
.our-event-t-wrapper .date-box .date-inner .date-c-inner p {
    color: #fff;
    font: 2.15em/1em "Playball", sans-serif;
    margin: 0!important;
    padding: 0;
	overflow-x: initial;
}
.our-event-t-wrapper .date-box .date-inner .date-c-inner p span {
    color: #fff;
    font: 0.7em/1em "Playball", sans-serif;
    margin: 0;
    padding: 0;
    display: block;
}
.our-event-t-wrapper .media-body {
    position: relative;
}
.our-event-t-wrapper .media-body h2 {
    color: #1c1c1c;
    margin: 0 0 0.3em;
    padding: 0;
    font: 700 1.0715em/1em "Open Sans", sans-serif;
    text-transform: uppercase;
}
.our-event-t-wrapper .media-body p {
    color: #a0a0a0;
    font: 400 1.0715em/1.6em "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
}
.get-touch-two {
    position: relative;
}
.get-touch-wrapper {
    position: relative;
}
.get-touch-wrapper .touch-img {
    float: left;
    margin-right: 3em;
}
.get-touch-wrapper .touch-txt {
    width: 42%;
	float: left;
}
.sec-header-touch h2 {
    color: #0e1322;
    font: 2.43em/1em "Playball", sans-serif;
    margin: 0 0 0.7em!important;
    padding: 0;
	text-transform: none;
	position: relative;
}
.sec-header-touch h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.get-touch-wrapper .touch-txt h3 {
    color: #323232;
    font: 1.72em/1em "Playball", sans-serif;
    margin: 0 0 1em;
    padding: 0;
}
.get-touch-wrapper .touch-txt h3 span {
    color: #7e7e7e;
    display: block;
    font: 400 0.62em/1.6em "Open Sans", sans-serif;
}
.get-touch-wrapper .touch-txt p {
    color: #7e7e7e;
    margin: 0 0 1em;
    padding: 0;
    font: 400 1.0715em/1.6em "Open Sans", sans-serif;
}
.get-in-touch-right.wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 0 15px 0 40px;
}
div.wpcf7 {
    clear: both;
}
.wpcf7-form-control {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    color: #959595;
    font: 15px/31px "Open Sans",sans-serif;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
    background-image: none;
    display: block;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    
    max-width: 100%;
    border: 1px solid #e9e9e9;
    -webkit-appearance: none;
    padding: 10px 15.38462px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	color:#000;
}
.get-in-touch-right .book-btn {
    border: none;
    outline: none;
    background: #1a1a1c;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.5s ease;
    padding: 10px 25px;
    margin-left: 6px;
}
.get-in-touch-right .book-btn:hover {
    background: #ffb606;
}
.get-in-touch-right i {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-left: 12px;
}
/* ==============================
  17. Green Band ads style
============================== */
.wel-ad-inner .overlay_border {
    border: 1px dashed #657f08;
    background: url(assets/images/welcome/email-bg.png) no-repeat center bottom;
    overflow: hidden;
}
.wel-ads-wrapper{
    background: #85ab00;
	clear: both;
}
.wel-ad-inner{
    position: relative;
}
.wel-ad-inner .overlay{
    position: relative;
    padding: 11px;
   
}
.wel-ad-inner .overlay_border{
    border: 1px dashed #657f08;   
    overflow: hidden;
}
.wel-ad-inner .wel-text{
   position: relative;
   padding-left: 1.5em!important;
}
.wel-ad-inner .wel-text h2{
   color:#fff;
    font: 600 1.43em/1.5em "Raleway", sans-serif;
    padding: 12px 0 0;
    margin: 0;
}
.wel-ad-inner .wel-text h3{
   color:#fff;
    font:400 1.15em/1.5em "Open Sans", sans-serif;
    padding: 0 0 1.4em;
    margin: 0;
}
.subscribe-wrp{
    position: relative;
    padding: 21px 1.5em 21px 0.5em;
}
.subscribe-wrp .sub-input{
   width: 65%;
    text-align: left;
}
.subscribe-wrp .sub-but{
   width: 34%;
    text-align: right;
}
.subscribe-wrp input[type="text"]{
    padding:11px 20px;
    width: 100%;   
}
.subscribe-wrp .form-control{
    border-radius: 5px;
    font:400 1.15em/1em 'PT Serif', serif;
    color: #656565;
    border: 1px solid #7da100;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}
.res-btn i{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-left: 12px;
}
.subscribe-wrp button{
  padding: 0.6em 2em;   
}

.wel-wrapper {
    background: url(assets/images/welcome/1.jpg) center bottom no-repeat fixed;
    background-size: cover;
    position: relative;
	padding: 12em 0 7.2em 0;
}
.wel-content p {
    color: #898989;
    margin: 0 0 3em!important;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.fluid-know-area .work-image-ser {
    width: -webkit-calc(50% - 115px);
    width: calc(50% - 115px);
    float: left;
    text-align: right;
    display: block;
    position: relative;
}
.fluid-know-area .work-image-ser img {
    width: 100%;
    height: 33.9em;
	float: right;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background: url(assets/images/know-about-us/bg.jpg) repeat;
}
.fluid-know-area .service-promo .promo-content {
    max-width: 670px;
    margin: 0;
    z-index: 2;
    position: relative;
    padding: 4em 0 3.7em 5em;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c30;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 1px solid #234470;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo .know-top h2 {
    color: #fff;
    font: 2.3em/1em "Playball", sans-serif;
    margin: 0;
    padding: 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #5bb3fd;
    font: 400 1.15em/1.8em "Open Sans", sans-serif;
    margin: 0 0 1.5em;
    padding: 0;
    font-style: italic;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #ffb606;
    margin: 0 0 0 12px;
}
.fluid-know-area .service-promo .know-top p {
    color: #b5c9db;
    margin: 0 0 2.5em!important;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.fluid-know-area .service-promo .know-bot ul {
    margin: 0;
    padding: 0;
	list-style:none;
}
.fluid-know-area .service-promo .know-bot ul li:first-child {
    padding-left: 0;
}
.fluid-know-area .service-promo .know-bot ul li {
    margin: 0;
    padding: 0 2.5em;
    display: inline-block;
    border-right: 1px dashed #6e6e6e;
}
.fluid-know-area .service-promo .know-bot ul li .about-img {
    float: left;
    margin: 0 1em 0 0;
}
.fluid-know-area .service-promo .know-bot ul li .about-cont {
    float: left;
}
.fluid-know-area .service-promo .know-bot ul li .about-cont p {
    color: #fff;
    margin: 0!important;
    padding: 0;
    font: 400 1.33em/1.3em "Open Sans", sans-serif;
}
.fluid-know-area .service-promo .know-bot ul li:last-child {
    border-right: 1px dashed transparent;
    padding-right: 0;
}
.our-res .left-pad {
    margin: 0 0 0 4em;
}
.apply-new-margin {
    margin: 0 0 2.7em!important;
}
.sec-header h2 {
    color: #0e1322;
    font: 2.43em/1em "Playball", sans-serif;
    margin: 0;
    padding: 0;
}
.sec-header h3 {
    color: #aaaaaa;
    font: 400 1.15em/1.8em "Open Sans", sans-serif;
    margin: 0 0 0.875em;
    padding: 0;
    font-style: italic;
    position: relative;
}
.sec-header h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.our-res .left-pad {
    margin: 0 0 0 4em;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
    margin: 5px;
}
ul.vc_tta-tabs-list {
    width: 100%;
    list-style: none;
    padding-left: 0;
}
.our-res .vc_tta-tabs-container ul li.vc_active {
    border-left: 1px solid #4983b4;
    border-bottom: 1px solid #4983b4;
    border-right: 1px solid #4983b4!important;
	margin-left: 1px!important;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 1px 0 0 1px;
}
.our-res .vc_tta-tabs-container ul li {
    float: left;
    width: 28%;
    transition: all 0.3s ease;
    position: relative!important;
    text-align: center;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
	    margin: 0!important;
}
.our-res .vc_tta-tabs-container ul li.vc_active a {
    border-left: 1px solid #4983b4;
    border-bottom: 1px solid #4983b4;
    border-right: 1px solid #4983b4 !important;
    border-top: white;
    border-top-right-radius: unset;
}
.our-res .vc_tta-tabs-container ul li.vc_active:after {
    background: url(assets/images/our-lakecious/icon.png) no-repeat center bottom;
    position: absolute;
    bottom: -1px;
    left: 43%;
    width: 15px;
    height: 6px;
    opacity: 1;
    content: '';
    transition: all .3s ease;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: none;
    background-color: #fff;
    color: #666;
}
.our-res .vc_tta-tabs-container ul li a {
    text-align: center;
    font: 700 1.1em/1em "Open Sans", sans-serif;
    display: block!important;
    color: #242424;
    padding: 1em 0!important;
    transition: all 0.3s ease!important;
    text-transform: uppercase;
    background-color: white!important;
}
.our-res .vc_tta-tabs-container ul li.vc_active a, .our-res .vc_tta-tabs-container ul li:hover a {
    color: #244ca6!important;
}
.our-res .vc_tta-tabs-container {
    margin-bottom: 2.53em!important;
    margin-top: 3em!important;
}
.our-res .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border-color: white!important;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: white!important;
}
.our-res .single-tab-content h2 {
    color: #242424;
    font: 700 1.3em/1.8em "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
}
.our-res .vc_tta.vc_general .vc_tta-panel-body {
    padding-left: 0px!important;
    border: none !important;
}.our-res .single-tab-content p {
    color: #898989;
    margin: 0 0 2em!important;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.zero-paw {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.entry-content ul, .entry-content ol {
    margin-left: 0px;
}
.our-res .single-tab-content ul li {
    color: #6c6c6c;
    font: 400 1.0715em/2em "Open Sans", sans-serif;
}
.our-res .single-tab-content ul{
	list-style:none;
	padding-left:15px;
}
.our-res .single-tab-content ul li .fa {
    color: #233859;
    margin-right: 5px;
    font-size: 1em;
}
.awsm-3-creative-image-settings {
    position: relative;
    height: 26em;
    padding-top: 4.5em;
}
.promo-imgslider .promo-content h2 {
    font: 2.86em/1em "Playball", sans-serif;
    color: #fff;
    margin: 0 0 0.5em;
    padding: 0;
}
.promo-imgslider .promo-content p {
    font: 400 1.22em/1.5em "Open Sans", sans-serif;
    margin: 0 0 1.8em;
    padding: 0;
    color: #fff;
    font-style: italic;
}
.promo-imgslider .promo-content a {
    display: inline-block;
    padding: 0.2em 2em 0.3em;
    border: 1px solid #fff;
    color: #fff;
    font: 400 1.22em/1.8em "Open Sans", sans-serif;
    font-style: italic;
	font-size: initial;
}
.common-pad-home-2 {
    padding-top: 4.5em;
}
.new-sty {
    width: 13%;
}
.tst-img.new-sty img {
    border-radius: 100%;
    width: 100%;
}
.news-evn-img .event-date {
    position: absolute;
    width: 62px;
    height: 68px;
    text-align: center;
    background: #85ab00;
    left: 10px;
    bottom: 0;
}
.news-evn-img {
    position: relative;
    border-bottom: 3px solid #85ab00;
}
.news-evn-img .event-date h3 {
    font: 600 1.8em/1.2em "Open Sans", sans-serif;
    color: #fff;
    margin: 0;
    padding: 0.4em 0 0;
}
.news-evn-img .event-date h3 small {
    color: #fff;
    font: 400 0.59em/1em "Raleway", sans-serif;
    display: block;
}
.news-evn-img a img {
    opacity: 1;
    transition: all 300ms linear 0s;
	min-height: 195px;
}
.news-evn-img img {
    width: 100%;
}
.news-evn-img:before {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 10px;
    height: 3px;
    display: inline-block;
    background: #fff;
    margin: 0;
}
.news-evn-img a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #000;
}
.news-evn-img a:hover img, .news-evn-img a:focus img {
    opacity: 0.8;
    transform: scale(1.1);
}
.news-meta {
    padding: 1.8em 0 1em;
}
.news-meta a {
    font: 400 1.15em/1em "PT Serif", sans-serif;
    color: #a6a6a6;
    padding-right: 13px;
    font-style: italic;
}
.news-meta a + a:before {
    content: '';
    background: #a6a6a6;
    margin-right: 15px;
    width: 1px;
    height: 14px;
    bottom: -3px;
    position: relative;
    display: inline-block;
}
.news-evn-cont h3 {
    font: 600 1.15em/1.5em "Raleway", sans-serif;
    letter-spacing: 0.5px;
    color: #000;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin: 0;
    padding: 0 0 0.5em;
}
.more-link {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #ababab;
    background: transparent;
    border-radius: 0;
	padding: 8px 24px!important;
    margin-bottom: 2.3em;
}
.full_width.mbot80.standard-post.single-blog-post .more-link{
	  background: #85ab00;
	  color:#fff;
	  padding: 15px 28px!important;
	  border:none;
}
.full_width.mbot80.standard-post.single-blog-post .more-link:hover{
	background: #ffb606;
	border:none;
}
p.form-submit {
    clear: both;
}
.more-link:hover {
    color: #fff;
    background: #1a1a1c;
}
.nhs-caption4 {
    top: 100px;
    position: absolute;

    right: 0;
}
.nhs-caption .this-title {
    margin-top: 0;
    margin-bottom: 20px;
    font: 48px/52px "Playball", cursive;
    color: #fff;
    text-transform: none;
}
.nhs-caption .this-stitle {
    font: italic 30px/1.2 "Open Sans", sans-serif;
    margin-top: 0;
    margin-bottom: 35px;
    color: #fff;
}

.nhs-btn2 {
    line-height: 48px;
    border-radius: 3px;
    padding: 0 25px;
    display: inline-block;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    background: #b8da3e;
    color: #6d7d32;
}
.nhs-caption4 {
top: 200px;
position: absolute;
right: 100px;
left: 250px;
}
.nasir-home-banner.row.negative-marg-bot {
    text-align: center;
}
.sec-header {
    position: relative;
    /* margin-bottom: 2.7em; */
}
.sec-header + p {
    font-size: 15px;
    line-height: 26px;
    color: #898989;
    margin-bottom: 45px!important;
}
.n-welcome-block {
    text-align: center;
    padding-bottom: 100px;
}
.n-welcome-block .this-icon {
    line-height: 64px;
}
.this-title {
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    color: #000;
}
.n-welcome-block p {
    font-size: 14px;
    line-height: 26px;
    color: #898989;
}
.nhs-btn2 {
    line-height: 48px;
    border-radius: 3px;
    padding: 0 25px;
    display: inline-block;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    background: #b8da3e;
    color: #6d7d32;
}
.nhs-btn2-sm {
    line-height: 38px!important;
    color: #fff!important;
	font-size: 14px;
}
.nhs-btn2:hover, .nhs-btn2:focus {
    color: #fff;
    background: #000;
    border-color: #000;
}

.n-welcome-block .this-title {
    margin-top: 18px;
    font-family: "PT Serif", serif;
    font-style: italic;
    font-size: 22px;
    color: #0e1322;
	text-transform: none;
    font-weight: normal;
    line-height: 42px;
	margin-bottom: 0;
}
.driving-dirction-core-vanue {
    margin: 0;
    padding: 92.5px 0;
}
.driving-direction .this-inner {
    margin-left: 0;
    margin-right: 42px;
}
.sec-header-two {
    position: relative;
}
.sec-header-two h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.driving-direction .sec-header-two h2 {
    margin-bottom: 30px!important;
}
.driving-direction .sec-header-two + p {
    font-size: 15px;
    line-height: 24px;
    color: #898989;
    margin-bottom: 25px!important;
}
.direction-lists {
    margin: 30px 0 35px!important;
}
.direction-lists li {
    padding-right: 45px;
    font-size: 40px;
    color: #0e1322;
    padding-bottom: 12px;
    line-height: 1;
}
.nav-pills>li {
    float: left;
}
.direction-lists li small {
    font-size: 24px;
}
.direction-lists li span {
    display: block;
    font-size: 14px;
    color: #898989;
    margin-top: 5px;
}
.direction-lists li + li {
    padding-right: 0;
    padding-left: 45px;
    border-left: 1px solid #898989;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.bee-accordion .vc_tta-panel.vc_active a {
    background: #ebebeb!important;
}
.vc_tta-panel .vc_tta-panel-title a {
    background: #fff none repeat scroll 0 0 !important;
}
.bee-accordion .vc_tta-panel-heading a {
    display: table;
    line-height: 48px;
    padding: 0 20px!important;
    font-size: 16px!important;
    font-weight: bold;
    text-transform: uppercase;
    color: #242424!important;
    border-top: 1px solid #ebebeb!important;
    border-bottom: 1px solid #ebebeb!important;
    padding-left: 19px!important;
}
.bee-accordion .vc_tta-panel-body {
    background-color: #ffffff!important;
    border-color: white!important;
}
.bee-accordion .this-title {
    margin-top: 0;
    line-height: 24px;
    color: #242424;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}
.font-size-conflict {
    font-size: 18px!important;
}
.bee-accordion .media-left {
    padding-right: 28px;
}
.media-object img{max-width:initial;}
.bee-accordion p {
    font: 14px/24px "Open Sans", sans-serif;
    color: #898989;
    margin-bottom: 20px!important;
    letter-spacing: 0.3px;
}
.bee-accordion .nav li {
    font: 14px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #757575;
}
.bee-accordion .nav li i {
    margin-left: 8px;
    margin-right: 15px;
}
.bee-accordion .nav li + li {
    margin-left: 32px!important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
    border-color: #dcdcdc!important;
}
.nasir-activity:nth-child(1) {
    background-image: url(assets/images/p-1.jpg);
}
.nasir-activity:nth-child(2) {
    background-image: url(assets/images/p-2.jpg);
}
.nasir-activity:nth-child(3) {
    background-image: url(assets/images/p-3.jpg);
}
.nasir-activity:nth-child(4) {
    background-image: url(assets/images/p-4.jpg);
}
.nasir-activity:nth-child(even) {
    background-position: right center;
}
.nasir-activity {
    padding: 75px;
    background: no-repeat fixed left center;
    background-size: cover;
    height: 383px;
}
.nasir-activity:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
}
.nasir-activity:nth-child(1):before {
    background: #141d2d;
}
.nasir-activity .this-inner {
    display: table;
    width: 480px;
    margin: auto!important;
    position: relative;
    z-index: 2;
}
.nasir-activity .this-title {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 24px;
    color: #fff;
    font-family: "Playball", cursive;
    text-transform:none;	font-weight: normal;
}
.nasir-activity p {
    font: 16px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    margin: 0;
}
.na-welcome-style {
    padding-top: 79px;
    margin: 0;
    background: #f5f5f5;
}
.nwelcomestyle {
    margin-bottom: 80px;
}
.na-welcome-style.assign-margin {
    margin-left: 43px;
}
.this-images {
    text-align: right;
    position: relative;
}
.this-images img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    left: 43px;
}
.this-images img.simg {
    z-index: 1;
    top: 42px;
    left: 15px;
    position: absolute;
}
.col-lg-offset-1 {
    margin-left: 8.33333333%;
}
.this-wtitle {
    margin: 0;
    color: #606060;
    text-transform: uppercase;
    font-size: 35px;
    font-family: "Open Sans", sans-serif;
}
.na-welcome-style p {
    font: 15px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #8c8c8c;
    padding-bottom: 40px;
    margin-bottom: 0px!important;
}
.na-welcome-style p + p {
    padding-bottom: 0;
    padding-top: 28px;
    border-top: 1px solid #d9d9d9;
}
.assign-bottom-padding {
    padding-bottom: 100px;
}
.vc_custom_1482816257475 {
    background-image: url(http://localhost/lakecious-final/wp-content/uploads/2016/12/1-9.jpg?id=193) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}
.common-pad-iner-traking-1 {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
}
.our-offer-left {
    padding-left: 60px;
    padding-right: 50px;
}
.our-offer-left p {
    color: #898989;
    margin: 0 0 1.5em!important;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.nasir-activities2 {
    background: #161b25;
    padding: 0px;
    color: #fff;
}
.nasir-activities2 .sec-header + p {
    margin-bottom: 55px;
    color: #898989;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-family: "Open Sans", sans-serif;
}
.sec-w-header h2 {
    color: #fff;
    font: 2.43em/1em "Playball", sans-serif;
    margin: 0;
    padding: 0;
}
.nasir-activities2 .nav li {
    position: relative;
    overflow: hidden;
    background: #000;
}
.nasir-activities2 .nav li img {
    opacity: 1;
    transition: all 300ms linear 0s;
}
.nasir-activities2 img {
    max-width: 100%;
}
.nasir-activities2 .this-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background: #0d1c20;
}
.nasir-activities2 .this-texts {
    position: absolute;
    display: table;
    left: 30px;
    right: 30px;
    bottom: 25px;
}
.nasir-activities2 .this-ftitle {
    font-size: 22px;
    font-family: "Playball", cursive;
    margin: 0;
}
.add-color {
    color: #ffffff;
}
.nasir-activities2 .this-stitle {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
.nasir-activities2 .nav li:nth-child(2) .this-overlay {
    background: #000;
}
.nasir-activities2 .nav li:hover img, .nasir-activities2 .nav li:focus img {
    transform: scale(1.1);
    opacity: .8;
}

.nasir-style::before {
    content: ''!important;
    display: block!important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(assets/images/slider/8.jpg) no-repeat scroll center bottom;
    opacity: 0.12;
}
.bg-image-centre-position {
    margin: 0;
    padding: 260px 0 120px;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: cover;
}

.have-query .wpcf7-form-control{
    border-radius: 0;
    border-color: rgba(192, 192, 192, 0.66);
    height: 50px;
    font-size: 15px;
    color: #8e8e8e;
    padding: 0 20px;
    width: 270px;
    margin-right: 30px;
    float: left;
    box-shadow: none;
}
.have-query {
    padding: 100px 0;
    margin: 0;
}
.have-query .wpcf7-submit {
    border: none;
    border-radius: 3px;
    padding: 0 36px;
    line-height: 50px;
    color: #fff;
	background: #b8da3e!important;
	    width: 15%;
}
.nasir-home-search-block .search-sec {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 45px 30px 57px;
    background: #eee;
}
.nasir-home-search-block .search-sec {
    position: relative;
    margin: 0;
    width: 94%;
    padding: 45px 30px 57px;
    background: #eee;
}
.nasir-home-search-block .this-title {
    text-align: center;
    margin: 10px 0px 0px 0px;
    font-size: 34px;
    font-family: "Playball", cursive;
    line-height: 1;
    letter-spacing: 0.30px;
    text-transform: none;
    font-weight: 500;
    color: #fff;
}
.nasir-home-search-block .this-title:after {
    content: '';
    display: block;
    width: 51px;
    height: 3px;
    background: #85ab00;
    margin: 15px auto 0;
}

.have-query .wpcf7-submit:hover, .have-query .wpcf7-submit:focus {
    color: #fff;
    background: #000!important;
    border-color: #000!important;
}
.nasir-home-search-block .search-sec .wpcf7-submit {
    display: block;
    width: 100%;
    margin: 14px 0 0;
    padding: 0 25px;
    line-height: 44px;
	background: #85ab00!important;
	border:none;
}
.nasir-home-search-block .search-sec .wpcf7-submit:hover, .nasir-home-search-block .search-sec .wpcf7-submit:focus {
    color: #fff;
    background:black!important;
}
.col-md-offset-nw {
    margin-left: 60.667%;
}

.col-md-offset-nw.vc_col-sm-4 {
    width:27%;
}
.wpcf7-form-control {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font: 15px/31px "Open Sans",sans-serif;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
    background-image: none;
    display: block;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
select {
    max-width: 100%;
    overflow: auto;
    vertical-align: top;
    outline: none;
    border: 1px solid #e9e9e9;
    padding: 10px;
}
.wpcf7-form-control.wpcf7-submit {
    border: 1px solid;
    border-radius: 3px;
    width: 188px;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    width: 190px;
}
.wpcf7-form p > input {
    border: 1px solid;
    border-radius: 5px;
    color: #19242a;
    font: 600 1.2em/2.1em "Open Sans",sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.nasir-activities2.style2 {
    padding-bottom: 0;
    background: #eeeff1;
}
.explore-video {
    background: url(assets/images/slider/9.jpg) no-repeat fixed center center;
    background-size: cover;
    padding: 100px 0 90px;
    text-align: center;
    color: #fff;
    margin: 0;
    position: relative;
}
.download-theme {
    background: #3c3956;
    padding: 40px 0;
    margin: 0;
}

.download-theme .media-body {
    font-size: 40px;
    font-family: "Playball", cursive;
    letter-spacing: 0.3px;
    color: #fff;
}
.download-theme .media-right {
    padding: 0 30px;
    vertical-align: bottom;
}
.download-theme .nhs-btn2 {
    white-space: nowrap;
    color: #fff;
    margin-left: 25px;
    margin-right: 15px;
}
.package-pad-top {
    padding-top: 95px;
}
.ads-margin {
    margin-bottom: 2em!important;
}
.fpackage .fpackage-fimg img {
    opacity: 1;
    transition: all 300ms linear 0s;
    width: 100%;
}
.fpackage .fpackage-fimg {
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
    background: #000;
}
.fpackage .this-title {
    font: bold 18px/26px "Open Sans", sans-serif;
    color: #000;
    letter-spacing: 0.3px;
    margin-bottom: 20px!important;
    display: block;
}
.fpackage p {
    font: 15px/26px "Open Sans", sans-serif;
    color: #898989;
    margin: 0;
}
.fpackage {
    margin-bottom: 45px;
}
.package-pad-bottom {
    padding-bottom: 50px;
}
.fpackage .fpackage-fimg:hover img, .fpackage .fpackage-fimg:focus img {
    opacity: 0.8;
    transform: scale(1.1);
}
section.row {
    margin: 0;
    position: relative;
}
.final-inner-header {
    display: table;
    height: 245px;
    background: no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
.final-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball", cursive;
    text-transform: capitalize;
    font-size: 55px;
    color:#ffffff;
    font-weight: 500;
}
.final-inner-header .this-title::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.page-cover {
    padding-top: 99px;
    padding-bottom: 89px;
}
.final-breadcrumb {
    background: #f9f9f9;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.final-breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    padding: 0;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #bfbfbf;
    float: left;
    line-height: 55px;
	letter-spacing: 0.2px;
}
.final-breadcrumb .breadcrumb li a {
    padding: 0;
    color: #bfbfbf;
}
/*.main-container {
    padding-bottom: 100px !important;
}*/
.about-info-box p {
    color: #898989;
    margin: 0 0 3em!important;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.about-info-box h6 {
    color: #6da5da;
    font: 400 1.3em/1.5em 'PT Serif', serif!important;
    margin: 0;
    padding: 1.5em 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    font-style: italic!important;
    text-transform: none;
}
.about-info-box ul {
    margin: 3em 0 0;
	list-style:none;
	padding-left:0;
}
.about-info-box ul li {
    display: inline-block;
    font: 400 1.43em/1em 'PT Serif', serif;
    color: #000;
    font-style: italic;
}
.about-info-box ul li:before {
    background: url(assets/images/check.png) no-repeat left top;
    content: '';
    position: absolute;
    width: 28px;
    height: 23px;
}
.ext-right-img {
    width: 31.8%!important;
}
.about-info-box ul li span {
    padding: 0 3em 0 2em;
    display: inline-table;
}
.about-info-box .img-cap-effect {
    text-align: right;
}
.about-info-box .img-box {
    display: inline-block;
    overflow: visible;
	position: relative;
}
.about-info-box .img-box:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    right: 10px;
    bottom: -10px;
    border-left: 10px solid #ffb606;
    border-bottom: 10px solid #ffb606;
}
.img-increasde-new-setting .wpb_content_element {
    margin-bottom: 14px!important;
}
.check-video-box .img-holder img {
    max-width: initial;
}
.check-video-box .img-holder .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    text-align: center;
}
.check-video-box .img-holder .content .content-inner {
    display: table;
    width: 100%;
    height: 100%;
}
.check-video-box .img-holder .content .content-inner .box {
    display: table-cell;
    vertical-align: middle;
}
.check-video-box .img-holder .content .content-inner .box h3 {
    font: 3.65em/1em "Playball", sans-serif;
    margin: 0 0 0.8em;
    padding: 0;
    color: #fff;
}
.check-video-box .img-holder .content .content-inner .box h4 {
	font: 400 2.35em/1.8em "Open Sans", sans-serif;
    padding: 0;
    color: #fff;
    font-style: italic;
	}

.check-video-box .img-holder .content .content-inner .box a {
    color: #ffb606;
    font-size: 6.3em;
}
.activities-main p {
    color: #898989;
    padding: 0;
	margin: 0 0 3em;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.check-video-box .img-holder .content .content-inner .box i.icon {
    width: initial;
}
.reveal-new-pad {
    padding-top: 40px;
}
.activities-content {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    height: 100%;
    padding: 0 2.5em;
}
.activities-content h2 {
    color: #0e1322;
    font: 2.43em/1em "Playball", sans-serif;
    margin: 1.4em 0 0.6em;
    padding: 0;
    position: relative;
}
.activities-content h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.activities-content .res-btn {
    background: #85ab00;
    padding: 0.5em 1.7em;
	margin-bottom: 33px!important;
}
.activities-content .res-btn:hover {
    background: #ffb606;
}
.common-pads-gallery1-header {
    padding-bottom: 3.4em;
}
.extra-margin-bottom {
    margin: 0 0 7em!important;
}
.extra-comon-pad {
    padding-top: 62px;
}
.sec-header-small {
    position: relative;
    margin-bottom: 20px;
}
.sec-header-small h2 {
    color: #0e1322;
    font: 2em/1em "Playball", sans-serif;
    margin: 0 0 0.8em;
    padding: 0;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.aminities-outer {
    float: left;
    width: 23%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view-aminities {
    padding-left: 15px;
    padding-right: 15px;
}
.view {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
	padding: 1.5em 0;
}
.view-aminities img {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    text-align: center;
    display: inline-block;
}
.view-aminities h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font: 400 1.55em/1em 'PT Serif', serif;
    font-style: italic;
}
.view-aminities p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font: 400 1.0715em/1.7em "Open Sans", sans-serif;
    padding: 0 1.5em 1.7em;
    color: #898989;
    margin: 0;
}
.view-aminities .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: url(assets/images/hover-bg.jpg) #8fb219 no-repeat 0 0;
}
.view-aminities:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
   padding-left: 15px;
padding-right: 15px;
}
.view-aminities:hover img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
    text-align: center;
    display: inline-block;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
   color: #fff;
}
.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 1.5em 0;
}
.aminities-pad-topp {
    margin-top: 2em;
    padding: 0;
    overflow: hidden;
}
.room-1-inner-pad-bottom-last {
    padding-bottom: 6.4em;
}
.awsm-necessary-pading-top {
    padding-top: 5em;
}
.image-between-pad {
    padding-top: 4.5em;
}
.nw-width-imge-3 {
    margin-top: 36px;
}
.family-content h2 {
    color: #0e1322;
    font: 2em/1em "Playball", sans-serif;
    margin: 0 0 1em;
    padding: 0;
    position: relative;
}
.family-content h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.family-content p {
    color: #898989;
    margin: 0 0 1.5em;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.we-add-botttom-margin {
    margin-bottom: 30px;
}
.awsm-necessary-pading-bottom {
    padding-bottom: 5em;
}
.common-pad-inner {
    padding-bottom: 3.4em;
}
.testimonial-col-p {
    padding: 6em 1em 1em;
    border-bottom: 1px solid #e4e4e4;
}
.testimonial-p .media-left {
    padding-right: 60px;
    width: 17.5%;
}
.testimonial-p .media-left a img {
    border-right: 1px solid #e1e1e1;
    border-top: 2px solid #ffb606;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
	float: left;
}
.testimonial-p .media-body h3 {
    font: 2em/1em "Playball", sans-serif;
    letter-spacing: 0.3px;
    color: #242424;
    margin: 0 0 0.5em;
    padding: 0;
}
.gap-pad .media-body a {
    padding-top: 20px;
}
.testimonial-p .media-body a {
    font: 600 1.0715em/1em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #1f4d84 !important;
    font-style: italic;
    text-align: left;
    display: block;
}
.testimonial-p .media-body a span {
    color: #3d3d3d;
    font: 400 0.9em/1em "Open Sans", sans-serif;
}
.maount-content h2 {
    color: #0e1322;
    font: 2.43em/1em "Playball", sans-serif;
    margin: 0 0 1.3em;
    padding: 0;
    position: relative;
}
.maount-content h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.maount-content p {
    color: #898989;
    margin: 0 0 3em!important;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.maount-content h3 {
    color: #0e1322;
    font: 2em/1em "Playball", sans-serif;
    margin: 0 0 1.3em;
    padding: 0;
    position: relative;
}
.maount-content h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.maount-content h5 {
    color: #898989;
    margin: 0 0 0.3em;
    padding: 1em 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
    font-style: italic;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    text-transform: none;
}
.maount-content {
    position: relative;
    padding-right: 4em;
}
.single-gallery:hover .img-holder img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.single-gallery .img-holder img {
    -webkit-transform: scale();
    -ms-transform: scale(1);
    transform: scale(1);
}
.extra-width-tracing.vc_col-sm-7 {
	width: 56%;
    margin-top: 15px;
}
.extra-width-tracing-1.wpb_column.vc_column_container.vc_col-sm-5 {
    margin-top: 15px;
}
.extra-width-tracing-1.wpb_column.vc_column_container.vc_col-sm-5 {
    margin-top: 15px;
    width: 44%;
}
.extra-width-tracing-1.wpb_column.vc_column_container.vc_col-sm-5  .vc_column-inner {
	    padding-left: 0;
}
.extra-width-tracing-4.awsm-margin-left-for-responsive.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: 15px;
	width: 56%;
}
.extra-width-tracing-4.awsm-margin-left-for-responsive.wpb_column.vc_column_container.vc_col-sm-6  .wpb_content_element{			margin-bottom: 15px;
}
.extra-width-tracing-4.awsm-margin-left-for-responsive.wpb_column.vc_column_container.vc_col-sm-6  .vc_column-inner {
	    padding-left: 0;
}
.extra-width-tracing-3.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: 15px;
    width: 42%;
}
/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
.room-1-pad-top {
    padding-top: 3.9em;
}
.room-wrapper {
    overflow: hidden;
    position: relative;
    border: 1px solid #e9e9e9;
    background: #fff;
    padding: 0.8em;
    margin-bottom: 3.4em;
}
.room-wrapper .media-body {
    vertical-align: middle;
    padding-left: 2.5em;
    padding-right: 2.5em;
    position: relative;
}

.room-wrapper .media-body h2 a {
    color: #0e1322;
    font: 34px/1em "Playball", sans-serif;
    margin: 0 0 0.3em;
    padding: 0;
    position: relative;
}
.room-wrapper .media-body h2 a:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.room-wrapper .media-body p {
    color: #898989;
    margin: 0 0 1.5em;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.room-wrapper .media-body h3 {
    color: #000;
    margin: 0 0 0.5em;
    padding: 0;
    font: 600 1.23em/1em "Open Sans", sans-serif!important;
    font-style: italic!important;
}
.room-wrapper .media-body h6 {
    color: #3894c3;
    margin: 0;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif!important;
    font-style: italic!important;
    text-transform: none;
}
.room-wrapper .media-right {
    background: #f4f4f4;
    text-align: center;
    vertical-align: middle;
    width: 14%;
    padding-left: 0;
}
.room-wrapper .media-right p {
    color: #242424;
    font: 2.86em/1.25em "Playball", sans-serif;
    padding: 0;
    margin: 0 0 0.5em;
}
.room-wrapper .media-right p span {
    display: block;
    font: 400 0.4em/1em "Open Sans", sans-serif;
    font-style: italic;
    color: #888;
    margin: 0 0 2em;
}
.room-wrapper .media-right a {
    background: #85ab00;
    padding: 9px 20px;
    margin: 0;
    letter-spacing: 0.6px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font: 400 0.88em/1em "Open Sans", sans-serif;
}
.room-wrapper .media-right a:hover {
    background: #1a1a1c;
    color: #fff;
}
.reveal-new-pad  .media-left {
    width: 25%;
}
.pad-rm2-up {
    padding-top: 4em;
}
.room-t-wrapper {
    position: relative;
    margin-bottom: 3.4em!important;
    overflow: hidden;
}
.room-t-wrapper .img-holder {
    position: relative;
}
.room-t-wrapper .img-holder:before {
    content: ' ';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid #fff;
}
.trans-no {
    transform: none!important;
	width: 670px;
    height: 420px;
}
.room-t-wrapper .content {
    background: #fff;
	padding: 50px 55px 45px;
    position: relative;
    top: 29px;
    right: 48px;
    text-align: left;
}
.room-t-wrapper .content h2 {
    color: #0e1322;
    font: 2.15em/1em "Playball", sans-serif;
    margin: 0 0 0.3em;
    padding: 0;
    position: relative;
}
.room-t-wrapper .content h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.room-t-wrapper .content p {
    color: #898989;
    margin: 0 0 1.5em;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.room-t-wrapper .content .bottom-content {
    width: 100%;
}
.pull-left {
    float: left !important;
}
.room-t-wrapper .content .bottom-content p {
    color: #242424;
    font: 2.7em/1.25em "Playball", sans-serif;
    padding: 0;
    margin: 0 0 0.5em;
}
.room-t-wrapper .content .bottom-content p span {
    display: block;
    font: 400 0.4em/1em "Open Sans", sans-serif;
    font-style: italic;
    color: #888;
    margin: 0 0 2em;
}
.room-t-wrapper .content .bottom-content .pull-right {
    margin-top: 1.5em;
}
.room-t-wrapper .content .bottom-content a {
    background: #85ab00;
    padding: 9px 20px;
    margin: 0;
    letter-spacing: 0.6px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font: 400 0.88em/1em "Open Sans", sans-serif;
	font-weight: bold;
}
.brand-image-width {
    width: 100%!important;
}
.problem-solve {
    overflow: hidden;
    margin-bottom: 15px!important;
}
.specify-nw-width-responsive {
    width: 100% !important;
}
.single-gallery.anim-5-all.masonryImage.mix.apply-extra-width-responsive {
    width: 100%;
}
.single-gallery.single-r-gallery.anim-5-all.masonryImage.mix.span-11.apply-extra-width-responsive-1 {
    width: 97.5%;
	float: right;
	margin-right: 0px;
}
.room-t-wrapper .content .bottom-content a:hover {
    background: #1a1a1c;
    color: #fff;
}
.room-l-wrapper{
  position: relative;
  margin-bottom: 3.4em;
  overflow: hidden;
}
.room-l-wrapper .content{
   background: #fff;
    padding: 50px 55px 45px;
    position: relative;
    top: 29px;
    left: 48px;
    z-index: 1;
}
.pad-extra-last {
    padding-bottom: 5.5em;
}
.gallery-filter {
    border-top: 1px solid #A5A8AC;
    border-bottom: 1px solid #A5A8AC;
    margin-bottom: 30px;
	list-style:none;
	padding-left:0;
}
.text-center {
    text-align: center;
}
.gallery-filter li {
    display: inline;
}
.gallery-filter li.active span, .gallery-filter li:hover span {
    color: #127FCE;
}
.gallery-filter li span.active:before {
    content: ' ';
    width: 100%;
    height: 1px;
    background: #127FCE;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.gallery-filter li span.active:after {
    content: ' ';
    width: 100%;
    height: 1px;
    background: #127FCE;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.mixit-gallery {
    overflow: hidden;
}
.gallery-filter li span {
    display: inline-block;
    font: 700 0.94em/3em "Open Sans", sans-serif;
    color: #666666;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 10px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.gallery-filter li:after {
    content: '/';
    display: inline-block;
    color: #666;
    margin: 0 10px;
}
.gallery-filter li:last-child:after {
    content: '';
}
.single-gallery {
    padding-left: 0;
    float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 30px;
	width: 30.7%;
}
.mixit-gallery .mix {
    display: none;
}
.single-gallery .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-gallery .img-holder img {
    -webkit-transform: scale();
    -ms-transform: scale(1);
    transform: scale(1);
}
.single-gallery img {
    width: 100%;
}
.single-gallery .img-holder .content .link-gallery {
    display: table-cell;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(133, 171, 0, 0.9);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px dashed rgba(336,336,336,0.5);
}
.single-gallery .img-holder .content .link-gallery .media-right {
    position: absolute;
    top: 30px;
    right: 45px;
}
.single-gallery .img-holder .content .link-gallery a {
    color: #fff;
    font: 2.43em/1em "Playball", sans-serif;
    display: table-cell;
    vertical-align: middle;
}
.single-gallery .img-holder .content .link-gallery .media-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.single-gallery .img-holder .content .link-gallery a {
    color: #fff;
    font: 2.43em/1em "Playball", sans-serif;
    display: table-cell;
    vertical-align: middle;
}
.single-gallery .img-holder .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.single-gallery:hover .img-holder .content .link-gallery {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
     transform: scale(1); 
}
.rest-content h2 {
    color: #373737;
    font: 1.9em/1em "PT Serif", sans-serif;
    margin: 0 0 0.7em;
    padding: 0;
    position: relative;
    font-style: italic;
}
.rest-content p {
    color: #898989;
    margin: 0 0 1.5em;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.rest-content ul {
    padding: 0;
    margin: 0;
	list-style:none;
}
.rest-content ul li {
    padding: 0;
    margin: 0;
    color: #898989;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
    font-style: italic;
}
.rest-content ul li:before {
    content: '-';
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #a7cc38;
    margin: 0;
    background: none;
    margin-right: 7px;
    left: 0;
}
.rest-pad {
    padding-bottom: 3.4em;
}
.common-pading-special-dining {
    padding-top: 4.5em;
}
.our-special-wrapper p {
    color: #898989;
    margin: 0 0 1.5em!important;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
    letter-spacing: 0.2px;
}
.our-spec-outer .item p {
    color: #898989;
    margin: 0 0 1.5em;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.our-spec-outer .item h2 {
    color: #242424;
    font: 1.86em/1em "Playball", sans-serif;
    margin: 1em 0 0.4em;
    padding: 0;
    position: relative;
}
.extra-pading-pizza {
    padding-bottom: 30px;
}
.dining-extra-pading-top {
    padding-top: 40px;
}
.nav-tabb .vc_tta-tabs-container li a {
    text-transform: uppercase;
    color: #242424!important;
    font: 600 1.15em/1em 'Open Sans Condensed', sans-serif!important;
    border-radius: 0!important;
    padding: 0.9em 3.3em!important;
    background: #f5f5f5!important;
    border: 1px solid #dcdcdc!important;
    margin-right: 10px!important;
}
.nav-tabb .vc_tta-tabs-container li.vc_active a {
    background: #fff!important;
    border-bottom-color: transparent!important;
}
.tab-inner-cont {
    padding: 3em 2em;
}
.tab-inner-cont .media {
     border-top: 1px solid #dcdcdc;
    position: relative;
    padding: 2em 0;
    margin-top: 0;
}
.tab-inner-cont .media .media-left h2 {
    color: #242424;
    font: 800 1.43em/1.4em "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
}
.tab-inner-cont .media .media-left p {
    color: #898989;
    margin: 0;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.tab-inner-cont .media .media-right {
    position: relative;
    padding-left: 8em;
}
.tab-inner-cont .media .media-right p {
    color: #94bc09;
    font: 2.72em/1em "Playball", sans-serif;
    margin: 0.2em 0;
    padding: 0;
}
.tab-inner-cont p {
    color: #000;
    margin: 0;
    padding: 1em 0;
    font: 600 1.0715em/1.8em "Open Sans", sans-serif;
}
.col-lg-4.col-md-4.hidden-xs {
    overflow: hidden;
}
.common-pading-contact {
    padding-top: 7em;
    padding-bottom: 7em;
}
.table-form{
    padding-left: 14em!important;
    padding-right: 4em!important;
}
.table-form .dining-button{
	border: none;
outline: none;
background: #1a1a1c;
font-size: 14px;
line-height: 28px;
color: #fff;
text-transform: uppercase;
font-family: "Open Sans", sans-serif;
font-weight: 600;
display: inline-block;
border-radius: 3px;
transition: all 0.5s ease;
padding: 10px 0px;
background-color: #85ab00 !important;
width: 23%;
}

.table-form form .form-control {
    margin-bottom: 20px;
    border-radius: 0;
    font: 400 1.0715em/1.5em 'PT Serif', serif;
    color: #fff;
    padding: 11px 20px;
    border: 1px solid #e1e1e1;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: italic;
    background: transparent;
}
.table-form .res-btn{
    background: #85ab00;
}
.our-table-cont h2 {
    color: #fff;
    font: 2.43em/1em "Playball", sans-serif;
    margin: 0 0 0.6em;
    padding: 0;
    position: relative;
}
.our-table-cont h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.common-pading-gallery-images {
    padding-top: 4.5em;
    padding-bottom: 7em;
}
.img-holder .overlay {
    position: absolute;
    top: 5%;
    right: -10%;
    border-radius: 100%;
    border: 5px solid #fff;
    background: #85ab00;
    width: 120px;
    height: 120px;
    text-align: center;
}
.img-holder .overlay p {
    color: #fff;
    padding: 0.4em;
    margin: 0;
    font: 3.15em/1em "Playball", sans-serif;
    text-align: center;
}
.img-holder .overlay p span {
    color: #fff;
    font: 0.64em/1em "Playball", sans-serif;
    display: block;
}
.offer-content {
    position: relative;
    padding-left: 8em;
}
.offer-content h2 {
    color: #0e1322;
    font: 2.43em/1em "Playball", sans-serif;
    margin: 0 0 0.6em;
    padding: 0;
    position: relative;
}
.offer-content h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.offer-content p {
    color: #898989;
    margin: 0 0 3em!important;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.offer-b-main {
    float: left;
}
.offer-b-but {
    float: left;
}
.offer-b-but .res-btn {
    background: #85ab00;
    padding: 0.5em 1.7em;
    color: #fff;
}
.offer-b-but .res-btn:hover {
    background: #ffb606;
    color: #fff;
}
.offer-b-price {
    float: left;
    margin-left: 2em;
}
.offer-b-price p {
    color: #242424;
    font: 2em/0.9em "Playball", sans-serif;
    padding: 0 0 0;
    margin: 0;
}
.offer-b-price p span {
    display: block;
    font: 400 0.53em/1.3em "Open Sans", sans-serif;
    font-style: italic;
    color: #888;
}
.bg {
    color: #fff;
    padding: 0.4em;
    margin: 0;
    font: 2.92em/1em "Playball", sans-serif!important;
    text-align: center;
}
.img-holder {
    position: relative;
}
.img-cap-effect .news-image {
    position: relative;
    overflow: hidden;
}
.single-blog-post .news-image {
    display: block;
}
.single-blog-post .date-box {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 1.5em;
    border: 5px solid #85ab00;
    left: 1.5em;
    background: #91b41a;
    text-align: center;
}
.single-blog-post .date-box .date-inner {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}
.single-blog-post .date-box .date-inner .date-c-inner {
    display: table-cell;
    vertical-align: middle;
}
.single-blog-post .date-box .date-inner .date-c-inner p {
    color: #fff;
    font: 2em/1em "Playball", sans-serif;
    margin: 0!important;
    padding: 0;
	overflow-x: inherit;
}
.single-blog-post .date-box .date-inner .date-c-inner p span {
    color: #fff;
    font: 0.7em/1em "Playball", sans-serif;
    margin: 0;
    padding: 0;
    display: block;
}
.entry-meta.post-page-meta {
    padding: 1.2em 0 1.2em;
    width: 100%;
    margin: 0;
}
.post-page-meta span {

    color: #a1a1a1;
    padding-right: 19px;
    transition: all 0.3s ease 0s;
	font-size: 14px;
    letter-spacing: 1.5px;
    text-decoration: none;
}
span.byline {
    padding-right: 30px;
}
.my-color-class i {
    color: #91b41a;
}
.post-page-meta i {
    font-size: 16px;
    margin-right: 10px!important;
    transition: all 0.3s ease 0s;
}
.post-page-meta span a:hover {
    text-decoration: none;
    color: #FBB12F;
}
h3.entry-title a {
	color: #010101;
}
h3.entry-title a:hover {
    text-decoration: underline;	
    color: #91b41a;
}
.rearrane-bottom-margin {
    margin-bottom: 2.7em!important;
}
.assign-awsm-creative-pading {
    padding: 3em 0!important;
}
.book-left-content {
    position: relative;
    overflow: hidden;
}
.book-left-content div.wpcf7 {
    padding: 3em 2em;
    background: #f5f5f5;
}
.book-left-content span {
    color: #404040;
    display: block;
    font: 600 1em/1.5em "Open Sans", sans-serif;
    margin: 5px;
}
.book-left-content .wpcf7-form-control.wpcf7-submit {
    border: none;
    outline: none;
    background: #1a1a1c;
    background-color: #1a1a1c;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.5s ease;
    padding: 10px 25px;
    width: 21%;
}
.book-left-content span {
    color: #404040;
    display: block;
    font: 600 1em/1.5em "Open Sans", sans-serif;
    margin: 5px;
}
.book-left-content .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #ffb606;
    background: #ffb606;
}
.contact-info {
    position: relative!important;
    padding-left: 35px!important;
}
.contact-info h2 {
    color: #0e1322;
    font: 2em/1em "Playball", sans-serif;
    margin: 0 0 1.5em;
    padding: 0;
    position: relative;
}
.contact-info h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.contact-info .media-contact-icon {
    width: 50px;
    height: 50px;
    float: left;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #a2d002;
}
.contact-info .media-contact-info {
    padding-left: 73px;
}
.contact-info .media-contact-info p {
    color: #898989;
    margin: 0;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.contact-info .media-contact-info p a {
    color: #898989;
}
.contact-info .media-contact-icon i {
    color: #fff;
    font-size: 0.78em;
    margin: 10px 0px 0px 10px;
}
.contact-info .media-contact-info p a i {
    color: #545353;
    font: 1.4em/1em "Playball", sans-serif;
}
.book-left-content {
    padding: 3em 2em;
}
.contact-info .media-contact-info p a:hover {
    color: #85ab00;
}
.book-right {
    position: relative;
    padding-left: 50px;
}
.book-right h2 {
    color: #0e1322;
    font: 2em/1em "Playball", sans-serif;
    margin: 1.5em 0 0.5em;
    padding: 0;
    position: relative;
}
.book-right h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.book-right p {
    color: #898989;
    margin: 0 0 1.5em;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.single-blog-post.img-cap-effect.margin-low-decrease {
    margin-bottom: 50px;
}
.post_details  .single-blog-post.img-cap-effect.margin-low-decrease {
    margin-bottom: 0px;
}
/* .extra-book-pad { */
    /* padding-top: 100px; */
/* } */
.entry-meta a, .entry-meta span {
    color: #777777;
}
.entry-content blockquote {
    padding: 20px 80px 20px 28px;
    position: relative;
    background: #f8f9f9;
    border-left: 3px solid;
    font-style: italic;
    overflow: hidden;
}
blockquote:before {
    float: left;
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 55px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 70px;
    color: #d0d0d0;
}
#respond .comment-reply-title {
    letter-spacing: 0.2px;
    text-transform: capitalize;
	margin: 30px 0px 30px 0;
	font: 2em/1em "Playball", sans-serif;
	color: #242424;
	font-weight: bold;
}
.comment-respond .comment-form {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #eee;
    margin: 0;
    padding: 30px;
}
.comment-form-comment {
    border-radius: 0;
    box-shadow: none;
    float: left;
    font: 14px/25px "Open Sans",sans-serif;
    margin-bottom: 20px;
    padding: 9px 0px;
    width: 100%;
}
body textarea.form-control, body textarea.wpcf7-form-control, body #order_comments, body .input-group textarea.form-control {
    height: 128px;
}
.input-group.comment-form-author {
    margin-bottom: 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.sidebar-area .widget_title {
    color: #0e1322;
    font: 2em/1em "Playball", sans-serif;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
    text-transform: none;
}
.sidebar-area .widget_title:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 35px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
	background-image: -webkit-linear-gradient(90deg, #edf0f3 0%, white 100%);
}

.widget .search-form .form-control {
    height: 37px;
    border-radius: 0;
    border: none;
    font: 1em/1em "Open Sans", sans-serif;
    padding: 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c0c0c0;
    z-index: 0;
    background: #2a2a2a;
}
.widget .search-form .form-control + .input-group-addon {
    padding: 0;
    border: 0;
    border-radius: 0;
    position: relative;
}
.widget .search-form .form-control + .input-group-addon button {
    border: 0;
    color: #ddd;
    font-size: 1.2em;
    line-height: 2.1em;
    padding-right: 15px;
    background: #2a2a2a;
    height: 45px;
}
i.icon {
    margin-left: 0!important;
    line-height: 20px!important;
}
.widget_search .search-form-sidebar input {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #c0c0c0;
    font: 1em/1em "Open Sans",sans-serif;
    height: 45px!important;
    padding: 0 30px!important;
    z-index: 0;
}
.widget.widget_categories {
    padding-right: 39px;
    margin-bottom: 50px;
}
.widget_categories ul {
    list-style: none;
    padding-left: 0;
}
#footer .footer_widgets .widget ul li a,
.widget-posts-list .content a {
	border-bottom: none;
}
.widget ul li a {
	color: #898989;
    text-transform: capitalize;
    line-height: 36px;
    position: relative;
}
.widget_categories li.cat-item {
    border-bottom: 1px solid #E6E6E6;
}
.widget .menu-testing-menu-container ul.sub-menu {
    border: none;
}
#footer .footer_widgets .widget ul li a:before,
.widget-posts-list .content a:before,
.widget-posts-list .img-box a:before{
	content: '';
	margin-right: 0px;
}
.widget #recentcomments .recentcomments a:before
{
	content:none;
}
.widget #recentcomments .recentcomments span a:before
{
	 content: '\f105';
}

.widget ul li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #C8C8C8;
    top: 0;
    right: 0;
    margin-right: 20px;
}
.widget_search {
    display: inline-block;
    position: relative;
    width: 100%;
}
ul.widget-posts-list {
	margin-top: 30px;
    list-style: none;
    padding-left: 0;
}
ul.widget-posts-list li {
    margin-bottom: 30px;
    background: none!important;
	overflow: hidden;
}
.promo-outer ul {
    padding-left: 0;
}
.widget-posts-list .img-box {
    float: left;
    width: 120px;
    display: table-cell;
    vertical-align: middle;
}
.widget-posts-list .img-box img {
    width: 100%;
	height:84px;
    display: table-cell;
    vertical-align: middle;
}
.widget-posts-list .content {
    float: left;
    padding-left: 30px;
    width: 186px;
    position: relative;
}
.widget-posts-list .content a h4 {
    color: #242424;
    font: 600 1em/16px "Open Sans", sans-serif;
    transition: all 0.3s ease 0s;
    margin-top: 0;
}
.widget-posts-list .content span {
    color: #999999;
    font: 400 0.93em/1em "Open Sans", sans-serif;
    display: block;
}
.tagcloud {
    margin-top: 30px;
}
.widget.widget_tag_cloud .tagcloud a {
    display: block;
    color: #787878;
    text-transform: uppercase;
    border: 1px solid #EAEAEA;
    padding: 7px 22px;
    font-size: 12px!important;
    margin: 0 5px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #fbfbfb;
	display: inline-block;
}
.tagcloud a:hover {
    background: #91b41a!important;
    color: #fff!important;
    border-color: #E5E5E5!important;
}
@media only screen and (max-width: 768px) {
  body .vc_row.reset-sm-paddings {
    margin-left: -15px !important;
    margin-right: -15px !important; }
    body .vc_row.reset-sm-paddings > .wpb_column > .vc_column-inner {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
	  
@media only screen and (max-width: 980px) {
.main-menu-wrapper-two {
    position: relative;
    display: none;
}

  body .vc_call_to_action {
    padding: 16px 30px 15px 30px; }
  .projects_tabs h2 {
    float: none;
    margin: 0 0 30px; }
  .projects_tabs .tabs {
    float: none;
    margin: 0; }
  #header .header_top, #header .top_nav {
    display: block;
	position: relative;	
}
  .mobile_header {
    display: block; }
    .mobile_header .mobile_header_top_bar {
      background: #eeeeee;
      padding: 4px 23px; }
    .mobile_header .logo_wrapper {
      position: relative;
	 }
      .mobile_header .logo_wrapper .logo {
        float: left;
		margin-left: 15px;
		}

    .mobile_header .icon_texts {
      padding: 40px 40px; }
    .mobile_header .header_info .icon_text {
      padding: 0;
      color: #aaaaaa;
      display: inline-block;
      vertical-align: top;
      margin-right: 70px; }
      .mobile_header .header_info .icon_text:last-child {
        margin: 0; }
      .mobile_header .header_info .icon_text .text strong {
        color: #fff; }
        .mobile_header .header_info .icon_text .text strong a {
          color: #fff;
          font-size: 15px; }
      .mobile_header .header_info .icon_text .text span {
        font-size: 13px; }
  }
  
@media screen and (max-width: 999px) {
	.container {
		padding: 0px 15px;
	}
	#content-wrap {
    padding: 0 !important;
}
}
.container.full-screen {
	width: 100% !important;
	max-width: 100% !important;
}
.container.full-screen .content-area {
	width: 100%;
}

#primary {
	padding-bottom: 40px;
}

.home #primary {
	padding-bottom: 0px;
}

#secondary {
	padding-bottom: 40px;
	padding-top: 0;
	float:left;	
}
.content-area {
	width: 100%;
	float: none;
}
@media screen and (min-width: 790px) {
	.content-area {
		width: 100%;
		float: left;
	}
}
@media screen and (min-width: 790px) {
	.sidebar {
		width: 25.66372%;
		float: left;
	}
}
@media screen and (min-width: 790px) {
	.left-sidebar .content-area {
		width: 74%;
		float: right;
		padding-left: 39px;
		border-left: 1px solid #e9e9e9;
		margin-right: 1px;
	}
	.left-sidebar .sidebar {
		padding-right: 39px;
		border-right: 1px solid #e9e9e9;
		margin-right: -1px;
	}
	.right-sidebar .content-area {
		
	}
	.right-sidebar .sidebar {
		padding-left: 39px;
		border-left: 1px solid #e9e9e9;
		margin-left: -1px;
	}
}
@media (min-width: 768px) {
	.grid-sm-1, .grid-sm-2, .grid-sm-3, .grid-sm-4, .grid-sm-5, .grid-sm-6, .grid-sm-7, .grid-sm-8, .grid-sm-9, .grid-sm-10, .grid-sm-11, .grid-sm-12 {
		float: left;
	}
	.grid-sm-12 {
		width: 100%;
	}
	.grid-sm-11 {
		width: 91.66666667%;
	}
	.grid-sm-10 {
		width: 83.33333333%;
	}
	.grid-sm-9 {
		width: 75%;
	}
	.grid-sm-8 {
		width: 66.66666667%;
	}
	.grid-sm-7 {
		width: 58.33333333%;
	}
	.grid-sm-6 {
		width: 50%;
	}
	.grid-sm-5 {
		width: 41.66666667%;
	}
	.grid-sm-4 {
		width: 33.33333333%;
	}
	.grid-sm-3 {
		width: 25%;
	}
	.grid-sm-2 {
		width: 16.66666667%;
	}
	.grid-sm-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 992px) {
	.grid-md-1, .grid-md-2, .grid-md-3, .grid-md-4, .grid-md-5, .grid-md-6, .grid-md-7, .grid-md-8, .grid-md-9, .grid-md-10, .grid-md-11, .grid-md-12 {
		float: left;
	}
	.grid-md-12 {
		width: 100%;
	}
	.grid-md-11 {
		width: 91.66666667%;
	}
	.grid-md-10 {
		width: 83.33333333%;
	}
	.grid-md-9 {
		width: 75%;
	}
	.grid-md-8 {
		width: 66.66666667%;
	}
	.grid-md-7 {
		width: 58.33333333%;
	}
	.grid-md-6 {
		width: 50%;
	}
	.grid-md-5 {
		width: 41.66666667%;
	}
	.grid-md-4 {
		width: 33.33333333%;
	}
	.grid-md-3 {
		width: 25%;
	}
	.grid-md-2 {
		width: 16.66666667%;
	}
	.grid-md-1 {
		width: 8.33333333%;
	}
}
@media screen and (max-width: 1100px) {
	.site-content {
		padding-top: 0px !important;
	}
}
@media screen and (max-width: 1100px) {
	.main-navigation {
		float: right;
	}
}

@media screen and (max-width: 400px) {
	.main-navigation {
		float: none;
	}
	.main-navigation #nav-toggle {
		display: block;
		text-align: center;
	}
}
@media screen and (min-width: 790px) {
	.entry-title {
		font-size: 28px;
	}
}
@media screen and (min-width: 790px) {
	#comments .comment .children {
		padding-left: 90px;
	}
	#comments .comment .children .children {
		padding-left: 90px;
	}
	#comments .comment .children .children .children {
		padding-left: 90px;
	}
}
@media screen and (min-width: 790px) {
	.page-header-wrap h1 {
		font-size: 45px;
	}
}
@media screen and (min-width: 500px) {
	.error-box-wrap {
		width: 60%;
	}
}

@media screen and (min-width: 790px) {
	.error-box-wrap {
		width: 50%;
	}
}

@media screen and (min-width: 1100px) {
	.error-box-wrap {
		width: 40%;
	}
}
@media screen and (min-width: 790px) {
	.heading-404 {
		letter-spacing: 20px;
		font-size: 120px;
	}
}
@media screen and (max-width: 500px) {
.features-content {
    padding: 0px 30px;
    width: 98%;
}
}
@media screen and (max-width: 1169px) {
.projects-style .our-pro-slider {
  width: 29%!important;
}
}
@media (max-width: 599px) {
  .our-pro-slider .pro-sliders .item {
    
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .team {
    padding: 15px;
  }
}
@media (max-width: 768px) {
.welcome-to-lakecious {
    padding-bottom: 40px !important;
}
.display-none {
    display: none;
}
.col-lg-4 {
    padding-left:15px !important;
}
}
@media (max-width: 767px) {
  .team {
    padding: 15px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .team .social-icons li + li {
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  .testimonial-sliders .owl-nav {
    top: 0;
  }
}
@media (max-width: 479px) {
  .testimonial {
    display: block;
    background: none;
  }
}
@media (max-width: 479px) {
  .testimonial .media-left {
    display: block;
    text-align: center;
  }
}
@media (max-width: 479px) {
  blockquote {
    padding: 5px;
  }
}
@media (max-width: 1199px) {
  blockquote:before {
    font-size: 30px;
    width: 40px;
  }
}
@media (max-width: 1199px) {
  blockquote p {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .comments_count, .leave-comment-title {
    margin-left: 20px;
  }
}
@media (max-width: 400px) {
  .comments .comment {
    margin: 0 5px 0 15px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .comments .comment .media-left {
    padding-right: 0;
    padding-bottom: 20px;
    display: block;
  }
}
@media (max-width: 991px) {
  .comments .comment .media-body {
    overflow: visible;
  }
}
@media (max-width: 400px) {
  .comments .comment .media-body .date-reply li {
    display: inline-block;
    text-align: center;
    float: none;
  }
}
@media (max-width: 991px) {
  .comments .comment.reply {
    margin-left: -70px;
  }
}
@media (max-width: 479px) {
  .comments .comment.reply {
    margin-left: 30px;
  }
}
@media (max-width: 400px) {
  .comments .comment.reply {
    margin-left: 0px;
  }
}
@media (max-width: 479px) {
  .comment_form {
    padding: 20px 15px;
  }
}
@media (max-width: 1199px) {
  .comment_form input {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .comment_form input {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .comment_form input {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .comment_form input {
    width: 100%;
  }
}
@media (max-width: 768px) { 
    .search-sec{
        width: 94%;
    }
    
     .ser-in-box{
        width: 25%;
    }
    .chk-button{
        width: 100%;
        text-align: center;
        margin: 0.5em 0 0;
    }    
    
    .our-res .left-pad{
        margin: 0;
    }
    .fluid-know-area .service-promo .promo-content{
        padding: 2em 0 0px 0em;
    }
    
    .common-pad{
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .space-pad{
    margin: 1em 0 0;
}
    .wel-ad-inner .wel-text{
        padding-left: 0.8em;
    }
    .subscribe-wrp button{
        padding: 0.6em 2em;
    }
    .res-btn i{
        margin-left: 7px;
    }
    
    .promo-outer{
        padding-top: 2em;
        position: relative;
    }
    .widget-links{
        padding-bottom: 2em;
    }
    .widget-title h3:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #85ab00;
    display: block;
    margin-top: 13px;
}

    .wel-box-outer ul li{
        width:92%;
        margin: 0 4%;
    }
    .wel-box .icon-box{
       width: 100%;
       text-align: center;
    }
    .wel-box .icon-box img{
        width: auto;
        display: inline-block;
    }
    .room-wrapper .media-left,.room-wrapper .media-right,.room-wrapper .media-body{
        display: block;
       
    }    
    .room-wrapper .media-left{
        padding-right: 0; 
    }
    .room-wrapper .media-left .img-holder img{
        width: 100%;
        max-width: 100%;
        display:block;
        height: 25em;
    }
    .room-wrapper .media-right{
       width: 100%;
        display: inline-block;
        float: left;
    }
    .room-wrapper .media-right p{
        float: left;
        padding-left: 0.5em;
        padding-top: 0.5em;
        margin: 0!important;
    }
    .room-wrapper .media-right a{
        float: right;
        margin-right: 1.5em;
        margin-top: 3em;
    }
    .room-wrapper .media-body{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        padding-top: 1em;
        padding-bottom:1em ;
    }
    .room-t-wrapper .content {
    right: 15px;
    overflow: hidden;
    margin-left: 27px;
        top:0;
    }
    .wel-band .top-right, .wel-band .top-left{
        text-align: center;
    }
    .home-slider2 .carousel-caption {
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    }    
    .search-sec-homet{
        margin-top: -7em;
        background:rgba(13, 26, 65, 0.3) ;
    }
    .search-sec-homet .overlay .border{
      border: 1px solid rgba(13, 26, 65, 0.3);  
    }
    .rest-fact-counter .text-box h4{
        font-size: 1.8em;
    }
    .get-touch-wrapper .touch-img{
        width: 25%;
    }
    .wel-box-outer ul li{
        margin: 0.2em 0;
    }
    .nav-holder .nav-header{
        padding-right: 15px;
    }
    .main-menu-wrapper-two .nav-holder .nav-header{
        padding-right: 15px;
    }
    .sec-header-pad{
        padding-top: 0em;
    }
    .offer-right .offer-img-box2 .box2 .img_holder .overlay p,.offer-right .offer-img-box2 .box1 .img_holder .overlay .offertext1 .winter-txt{
        display: none;
    }
    .our-lakecious-value .img-l-box img, .our-lakecious-value .img-r-box img{
        max-width: 100%;
    }
    .our-lakecious-value .img-l-box{
        width: 41%;
    }
    .family-content h2, .m-traking .maount-content h2{
        padding-top: 1em;
    }
    .book-right{
        padding-left: 0;
    }
    .table-form{
        padding-left: 0;
        padding-right: 0;
    }
    .pull-right .single-sidebar-widget, .contact-info{
        padding-left: 0;
    }
    .room-l-wrapper .content{
        left: auto;
    }
	.black-padding {
    padding-left: 0;
	}
}

@media (max-width: 767px) {
  .fo-txt {
    width: 100%;
    display: block;
    text-align: center;
} 
}

@media (max-width: 650px) {
   .search-sec{
        position: relative;
        margin-top:0;
    }
    .ser-in-box{
        width: 100%;
    }
    .chk-button{
        width: 100%;
    }
    .search-sec .form-control[readonly],.search-sec .dropdownselect{
        width: 100%;margin-bottom: 0.5em;
    }
    .spa-offer{
        display: none;
    }
    .promo-wrapper .promo-imgslider .promo-content{
        position: relative;
    }
    .promo-wrapper .promo-imgslider .promo-content h2{
     
        font-size: 1.8em;
    }
    .promo-wrapper .promo-imgslider .promo-content a{
       color: #fff;
       border: 1px solid #707d93;
        background: #1a1a1c;
    }
    .promo-wrapper .testimonial-box .bx-wrapper .bx-pager{
        top:5%;
    }
    .event-pad{
        max-width: 380px; margin: 0 auto;
    }
    .news-evn-cont{
        margin: 0 0 2em;
    }

    .hidden-md{
        display: none;
    }
    .about-info-box ul li::before{
        background-position: left 10px;
        height: 35px;
    }
    .about-info-box ul li span{
        line-height: 2em;
    }
    .room-wrapper .media-left .img-holder img{
        height: auto;
    }
    .common-pad-inner{
        padding-top: 2em;
        padding-bottom: 1.4em;
    }
    .rest-fact-counter{
        padding: 2.4em 0;
    }
    .wel-outer-homtwo ul li{
        float: left;
    }
    .activities-cont a{
        margin-bottom: 2em;
    }
    .offer-img-box1, .offer-img-box2{
        display: none;
    }
    .home-two-msgwrapper {
    padding-left: 15px;
    }
    .ser-in-box .select-menu + .ui-selectmenu-button{
        width: 100% !important;
    }
    .nav-holder{
        width: 89%;
    }
    .main-menu-wrapper .col-xs-12{
        position: absolute;
        right: 0;
    }
    .nav-holder > .nav-footer{
        width: 94vw;
    }
   .main-menu-wrapper .col-xs-6{
        z-index: 1;
    }
    .main-menu-wrapper-two .nav-holder > .nav-footer{
        width: 92vw;
    }
    .event-wrapper{
        padding-left: 1em;
    }
    .single-room-wrapper .room-slider-wrapper{
        display: none;
    }
    .activities-outer{
        display: block;
        overflow: hidden;
    }
    .activities-outer img{
       margin-top: 0.5em; 
    }
    .activities-content{
        padding-bottom: 1em;
    }
    .contact-info{
        padding-top: 1em;
    }
    .our-spec-outer{
       
        margin: 0 auto;
    }
    .offer-deal .img-holder .overlay{
        right: 12%;
    }
    .offer-content{
        padding-left: 0;
    }
    .offer-content h2{
        padding-top:1em;
    }
    .wel-box-outer ul li {
    width: 100%;
    margin: 0 0 0.5em;
    }
    .nav-holder .nav-header{
        padding-top: 18px;
    }
    .nav-header-right{
        margin-top: 1.7em;
    }
    .main-menu-wrapper-two .nav-holder .nav-header {
        padding-top: 17px;
        padding-right: 18px;
    }
    .main-menu-wrapper-two .nav-header-right{
        margin-top: 1.8em;
    }
    .main-menu-wrapper-two .nav-header-right > ul > li > ul{
        top:130%;
    }
    .main-menu-wrapper-two .col-xs-12{
       position: absolute;
       right: 0; 
    }
    .main-menu-wrapper-two .col-xs-6{
       z-index: 1;  
    }
    
}
.adjustable-width{
	width:33.99%;
}
.we-add-botttom-margin{
	margin-bottom:36px;
}



@media (max-width: 480px) {
    .home-slider .carousel-caption{
        position: relative;
        color: #0e1322;
    }  
    .home-slider .carousel-caption:before {
      background: rgba(0,0,0,0.3);
        width: 5%;
    }
    .header-inner .logo img{
        width: 180px;
    }
    .header-inner .logo{
        margin: 1em 0;
    }
    .header-inner .nav-header{
        margin: 1.6em 0;
    }
    .wel-pad{
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .fluid-know-area .service-promo .know-bot ul li .about-img{
        width:30%;
        margin: 0 0.9em 0 0;       
    }
    .fluid-know-area .service-promo .know-bot ul li .about-cont p{
        font-size: 1em;
    }
    .fluid-know-area .service-promo .know-bot ul li:last-child{
        padding-left: 0;
    }
    .fluid-know-area .service-promo .know-bot ul li{
        margin-bottom: 1em;
    }
    .our-res .tab-title-box ul li a{
        font-size: 0.9em;
    }
    .our-res .tab-title-box ul li{
        width: 33%;
    }
    .promo-wrapper .bx-wrapper .bx-pager .bx-pager-item, .promo-wrapper .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
        display: none;
    }
    .promo-i-imgslider img{
        height: 22vh;
    }
    .about-us-widget, .widget-links{
        margin-bottom: 2em;
    }
    .lakecious-r-value{
        margin-left: 0;
    }
    .testimonials-wrapper .owl-theme .owl-dots .owl-dot{
       
    }
    .room-t-wrapper .content{
        padding: 18px;
    }
    .nav-holder .nav-header{
        padding-right: 35px;
    }
    .promo-wrapper .bx-wrapper .bx-pager .bx-pager-item, .promo-wrapper .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
        display: block;
    }
    .promo-wrapper .promo-outer .bx-wrapper .bx-pager{
        right: 12px;
    }
    .aminities-outer ul li:first-child {
    margin-left: 0;
    }
   .aminities-outer ul li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1%;
   }
    .our-menu-tab .nav-tabs > li > a{
        padding: 0.9em 0.7em;
    }
    .tab-inner-cont .media .media-right{
        padding-left: 0;
    }
    .offer-deal .img-holder .overlay{
        right: 5%;
    }
    .single-sidebar-widget .popular-post li{
        width: 100%;
        margin-right: 0;
    }
    .single-blog-post .meta-info .content-box .post-links li{
        float: left;
        width: 100%;
        margin-bottom: 0.5em;
        overflow: hidden;
    }
    .single-blog-post .meta-info{
        overflow: hidden;
    }
    .main-menu-wrapper-two .nav-holder .nav-header {
       
        padding-right: 40px;
    }
    .home-slider2 .carousel-caption{
        position: relative;
        color: #0e1322;
        text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }
    .home-slider2 .carousel-caption h2 {
        color: #0e1322;
    }
    .home-slider2 .carousel-caption a{
        border: 1px solid #0e1322;
        color: #0e1322;
    }
    .roomsuite-slider-two .owl-nav{
        top:-55px;
    }    
}

/*--------------------------------------------------------------
8.0 Supports
--------------------------------------------------------------*/

.margin-bottom-zero.custom-heading.wpb_content_element{
	margin-bottom:0px!important;
	padding-left: 6px;
}
.footer_widgets .widget.widget_nav_menu ul li a:hover{
	color: #85ab00!important;
}
.widget-contact-list ul li a:hover {
	color: #85ab00!important;
}

.nasir-activities2 .nav li:nth-child(3) .this-overlay {
    background: #532212;
}
.nasir-activities2 .nav li:nth-child(4) .this-overlay {
    background: #12274f;
}
.nasir-activities2 .nav li:nth-child(5) .this-overlay {
    background: #2c3713;
}
.explore-video::before {
    content: ''!important;
    display: block!important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}
.text-transform-none{
	text-transform:none;
}
.explore-video .this-title {
    font-family: "Playball", cursive;
    font-size: 50px;
    margin: 0 0 15px;
    letter-spacing: 0.3px;
}
.explore-video .this-title, .explore-video .this-stitle, .explore-video a {
    position: relative;
    z-index: 2;
}
.explore-video .this-stitle {
    letter-spacing: 0.3px;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
}
.explore-video .this-title, .explore-video .this-stitle, .explore-video a {
    position: relative;
    z-index: 2;
}
.explore-video a {
    width: 92px;
    height: 92px;
    border-radius: 100%;
    margin: 45px auto 0;
    display: block;
}
.explore-video .this-title, .explore-video .this-stitle, .explore-video a {
    position: relative;
    z-index: 2;
}
.awsm-creation.container {
    width: 1200px;
}
.check-video-box .img-holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #173460;
    opacity: .80;
    filter: alpha(opacity=80);
    z-index: 3;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
/* .check-video-box .img-holder:hover::before {
    opacity: 0;
    filter: alpha(opacity=0);
} */
.our-res .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a {
    border-color: 1px solid #e2e2e2;
    border-top-color: #ffffff;
}
.our-res .vc_tta-tabs-container ul li:hover{
	border-bottom: 1px solid #4983b4;
}
.our-res .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    color: #242424;
}
.white-heading {
    padding-left: 0px;
    max-width: 1200px;
    margin: 0 auto;
}
.news-evn-cont p {
    font: 400 1.0715em/1.5em "Open Sans", sans-serif;
    color: #8e8d8d;
    padding: 0;
}
.resp-sp-width-980 .news-evn-cont a.more-link{
	display:none;
}
.single-blog-post .entry-meta span{
    color: #A1A1A1;
    padding-right: 19px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font: 400 1.15em/1em 'PT Serif', serif;
	font-style: italic;
}
.entry-meta a{
	color: #A1A1A1!important;
    padding-right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	font-style: italic;	letter-spacing: 0.2px;
}
.single-blog-post .entry-meta span:hover{
	color: #FBB12F;
}

.single-blog-post .entry-meta span:hover i{
	color: #2a2a2a;
}
.single-blog-post p {
    color: #898989;
    margin: 0 0 2em;
    padding: 0;
    font: 400 18px/30px "Open Sans", sans-serif;
    letter-spacing: 0.2px;
	overflow-x: initial;
}
.entry-meta a:hover{
	   color: #FBB12F!important;
}
.pads-aws-create{
	padding-left:21px;
}
.final-breadcrumb .breadcrumb li a{
	padding-right:9px;
}

.single-blog-post .img-holder .news-image img {
    opacity: 1;
    transition: all 300ms linear 0s;
}
.single-blog-post .news-image {
    overflow: hidden;
}
.single-blog-post .img-holder .news-image:hover img, .single-blog-post .img-holder .news-image:focus img {
    opacity: 0.8;
    transform: scale(1.1);
}
.single-blog-post .img-holder .news-image {
    display: block;
}
#commentform .comment-form-author{
	float:left;
	width: 49%;
}
#commentform .comment-form-email{
	float:right;
	width: 49%;
}
#commentform .form-submit .submit{
	border: none;
outline: none;
background: #1a1a1c;
font-size: 14px;
line-height: 28px;
color: #fff;
text-transform: uppercase;
font-family: "Open Sans", sans-serif;
font-weight: 600;
display: inline-block;
border-radius: 3px;
transition: all 0.5s ease;
padding: 10px 25px;
}
#comment{
	width:100%;
}
.nav-footer li:hover a {
	text-decoration:none;
	background: none;
	color: #C4D114;
}
.responsive-button-980{
	padding-left:22px;
}
.my-style li ul.sub-menu li a:hover{
	background-color: #F0F0F0;
}
.my-style li ul.children li a:hover{
	background-color: #F0F0F0;
}
.footer-bottom .pull-right a:hover{
	color:#ffffff;
}

.footer-bottom .pull-right a{
	color:#545454;
}
.footer-bottom .pull-right p{
	color:#545454;
}
.accord .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    left: 4%;
}
.accord .vc_tta-panel-heading span {
    padding-left: 50px;
}
.our-lakecious-values.vc_col-sm-6{
	padding-left:3.5em;
}
.accord .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
        margin-top: 5px;
}
.single-room-wrapper .room-dec-wrapper h2 , .single-room-wrapper .room-dec-wrapper h4.hb_room_pricing_plan_data {
    color: #0e1322;
    font: 24px/1em "Playball", sans-serif;
    margin: 0 0 1em;
    padding: 0;
    position: relative;
}
.single-room-wrapper .room-dec-wrapper h2 a {
    color: #0e1322;
    font: 34px/1em "Playball", sans-serif;
    margin: 0 0 1em;
    padding: 0;
    position: relative;
}
.single-room-wrapper .room-dec-wrapper h2:after, .single-room-wrapper .room-dec-wrapper h4.hb_room_pricing_plan_data:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active:after {
    background: #a7cc38;
}
.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a:after {
    height: 3px;
}

.wel-band .top-right a:first-child {
    padding-right: 11px;
}
.single-room-wrapper .ro-facilitie {
    position: relative;
}
.single-room-wrapper .ro-facilitie ul {
    margin: 0;
    padding: 0;
	list-style:none;
}
.single-room-wrapper .ro-facilitie ul li {
    margin: 0 1%;
    padding: 0;
    width: 18%;
    float: left;
    border-top: 4px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    display: table;
}
.single-room-wrapper .ro-facilitie ul li .facilitie-i-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 5px 0;
}
.single-room-wrapper .room-overview {
    position: relative;
    overflow: hidden;
    margin-top: 3em;
}
.single-room-wrapper .room-overview .table > tbody > tr > th {
    width: 35%;
    padding: 13px 30px;
    border-top: 1px solid transparent;
}
.single-room-wrapper .room-overview .table > tbody > tr > td {
    border-top: 1px solid transparent;
    color: #898989;
    font: 400 1.0715em/1em "Open Sans", sans-serif;
    padding: 13px 30px;
}
.single-room-wrapper .room-overview code {
    color: #000;
    text-transform: uppercase;
    background: transparent;
    font: 700 1em/1em "Open Sans", sans-serif;
}
.single-room-wrapper .room-overview h5 {
	padding: 0;
    margin-bottom: 3em;
    margin-top: 1em;
	font: 15px/26px "Open Sans", sans-serif;
	color: #898989;
}
.ser-in-box {
    width: 18%;
    float: left;
    position: relative;
    margin: 0 1%;
}
.hb-submit button {
    font-size: 14px;
    font-weight: 600;
    background-color: #85ab00!important;
    color: #fff!important;
    width: 100%;
    border: 0;
}	
.hb-submit button:hover {
	    background: #1a1a1c!important;
		color:#fff;
}
.hotel-booking-search.search-sec {
    background: #0d1a41;
	position: absolute;
    z-index: 1;
    margin-top: -3em;
    width: 97.5%;
    padding: 0;
}
.search-sec .overlay {
    padding: 10px;
    overflow: hidden;
}
.search-sec .overlay .border {
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    padding: 2.3em 2.5em;
}
.hb-submit  button {
    font-size: 14px;
    font-weight: 600;
    background: #85ab00;
    color: #fff;
    border: 0;
}
.hotel-booking-search .ser-in-box button:hover {
    background: #fff!important;
    color: #1a1a1c!important;
}
.hotel-booking-search button, .hotel-booking-search input, .hotel-booking-search select, .hotel-booking-search textarea {
    position: relative;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: #fff;
    border-radius: 0;
    height: 40px;
    font: 400 1.0715em/1em 'PT Serif', serif;
    font-style: italic;
    color: #959595;
    border: 1px solid #e3e3e3;
}
.hotel-booking-search .ser-in-box button {
    font-size: 14px;
    font-weight: 600;
    background: #85ab00;
    color: #fff;
    border: 0;
	text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-style: inherit;
}
.widget_hb_widget_cart {
	text-align: center;
	border: 1px solid #ddd;
    padding-bottom: 30px;
    color: #0e1322;
    font-family: "Playball", sans-serif;
	letter-spacing: 0.6px;
    margin: 0;
	overflow: hidden;
}
.hotel-booking-search {
    width: auto;
    max-width: 100%;
    padding: 0 35px 35px;
    background: #f1eff2;
    overflow: hidden;
    margin-top: 20px;
}
.hb_input_field {
    position: relative;
    display: block;
}
#hotel-booking-results>h3 {
    font-size: 40px;
    color: #2a2a2a;
    margin: 0 0 15px;
    line-height: 40px;
    font-family: "Playball", sans-serif;
    letter-spacing: 0.3px;
}
#hotel-booking-results>h3:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.widget_hb_widget_search h3{
	font-family: "Playball", sans-serif;
    letter-spacing: 0.3px;
}
.widget_hb_widget_search h3:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
#hotel-booking-results .hb-search-results>.hb-room .hb-room-name {
    font-family: "Playball", sans-serif;
    letter-spacing: 0.3px;
}
#hotel-booking-results .hb-search-results>.hb-room .hb-room-name:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
ul.hb_addition_packages_ul {
    padding-left: 0;
    list-style: none;
}
.hb_extra_optional_right {
    float: left;
    width: 0;
}
.hb_extra_optional_left {
    padding-left: 30px;
}
.hb_single_room .hb_room_gallery {
    margin-bottom: 150px!important;	float: none;
}
.hotel-booking-search select{
	width:100%;
}
#hotel-booking-results form .hb_button.hb_checkout, #hotel-booking-results form button.hb_add_to_cart, #hotel-booking-results form button[type=submit] {
    background: #85ab00;
    color: #fff;
}
.hb_button {
    background: #85ab00;
}
.hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
    font-size: 18px;
}
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number label, .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price label {
    font-size: 18px;
}
.hotel_booking_mini_cart .hb_mini_cart_item .hb_title a{
	    color: #0e1322;
		font-weight: 500;
}
#hotel-booking-results .hb-search-results>.hb-room .hb-room-name a {
    font-weight: 500;
}
 #hotel-booking-results a {
    color: #0e1322;
    font-weight: 500;
    font-family: "Playball", sans-serif;
    font-size: 18px;
}
#hotel-booking-results form button.hb_add_to_cart {
    color: #fff;
    font-weight: 500;
    font-family: "Playball", sans-serif;
    font-size: 18px;
}
#hotel-booking-cart h3, #hotel-booking-payment h3 {
    margin: 0 0 15px;
    font-size: 40px;
    line-height: 40px;
    color: #0e1322;
    font: 2.43em/1em "Playball", sans-serif;
    padding: 0;
	position: relative;
}
#hotel-booking-cart h3:after, #hotel-booking-payment h3:after{
	content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
#hotel-booking-cart .hb_button.hb_checkout, #hotel-booking-cart button[type=submit], #hotel-booking-cart button[type=button], #hotel-booking-payment .hb_button.hb_checkout, #hotel-booking-payment button[type=submit], #hotel-booking-payment button[type=button] {
	background: #85ab00;
    color: #fff;
    font-family: "Playball", sans-serif;
    letter-spacing: 0.6px;
    font-weight: 500;
}
.about-cta{
	background: url(assets/images/counter.jpg) 0 0 no-repeat fixed;
    background-size: 100% 100%;
    position: relative;
    padding: 70px 0;
}
.single-count-box {
    position: relative;
	padding: 20px 0;
}
.single-count-box:before {
    content: '';
    width: 1px;
    height: 80px;
    background: #ccc;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -55px;
}
.single-count-box .number-box {
    display: table-cell;
    vertical-align: middle;
}
.single-count-box .number-box span.counter {
    color: #fff;
    font: 600 3.95em/1em "PT Serif", sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
}
.single-count-box .number-box span.counter:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 3px;
    display: inline-block;
    background: #fff;
    margin: 0;
    top: -0.3em;
}
.single-count-box .text-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1em;
}
.single-count-box .text-box p {
    color: #85ab00;
    font: 400 1.0715em/1.4em "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.rooms.tp-hotel-booking.hb-catalog-column-1 {
    list-style: none;
    padding: 0;
}
.booking-sidebar{
	overflow:hidden;
}
.mc4wp-alert.mc4wp-error {
    text-align: center;
}
.copycenter {
    text-align: center;
}
.col-lg-4.col-lg-pull-8.col-md-4.col-md-pull-8 {
    overflow: hidden;
}
#hotel-booking-cart a, #hotel-booking-payment a {
    color: #777;
}
.hb-order-new-customer input[name=first_name] {
    margin-bottom: 0;
    display: block;
}
.widget-contact-list ul li{overflow:hidden;}
@media (max-width: 767px) {
 .hb-form-table.col-2 {
    float: left;
    width: 100%;
}
.our-res .vc_tta.vc_general .vc_tta-panel-body {
    padding-left: 15px!important;
}
}

.grid-xs-1, .grid-sm-1, .grid-md-1, .grid-lg-1, .grid-xs-2, .grid-sm-2, .grid-md-2, .grid-lg-2, .grid-xs-3, .grid-sm-3, .grid-md-3, .grid-lg-3, .grid-xs-4, .grid-sm-4, .grid-md-4, .grid-lg-4, .grid-xs-5, .grid-sm-5, .grid-md-5, .grid-lg-5, .grid-xs-6, .grid-sm-6, .grid-md-6, .grid-lg-6, .grid-xs-7, .grid-sm-7, .grid-md-7, .grid-lg-7, .grid-xs-8, .grid-sm-8, .grid-md-8, .grid-lg-8, .grid-xs-9, .grid-sm-9, .grid-md-9, .grid-lg-9, .grid-xs-10, .grid-sm-10, .grid-md-10, .grid-lg-10, .grid-xs-11, .grid-sm-11, .grid-md-11, .grid-lg-11, .grid-xs-12, .grid-sm-12, .grid-md-12, .grid-lg-12 {
 position: relative;
 min-height: 1px;
 padding-left: 15px;
 padding-right: 15px;
}

@media (min-width: 768px) {
 .grid-sm-1, .grid-sm-2, .grid-sm-3, .grid-sm-4, .grid-sm-5, .grid-sm-6, .grid-sm-7, .grid-sm-8, .grid-sm-9, .grid-sm-10, .grid-sm-11, .grid-sm-12 {
  float: left;
 }
 .grid-sm-12 {
  width: 100%;
 }
 .grid-sm-11 {
  width: 91.66666667%;
 }
 .grid-sm-10 {
  width: 83.33333333%;
 }
 .grid-sm-9 {
  width: 75%;
 }
 .grid-sm-8 {
  width: 66.66666667%;
 }
 .grid-sm-7 {
  width: 58.33333333%;
 }
 .grid-sm-6 {
  width: 50%;
 }
 .grid-sm-5 {
  width: 41.66666667%;
 }
 .grid-sm-4 {
  width: 33.33333333%;
 }
 .grid-sm-3 {
  width: 25%;
 }
 .grid-sm-2 {
  width: 16.66666667%;
 }
 .grid-sm-1 {
  width: 8.33333333%;
 }
}

@media (min-width: 992px) {
 .grid-md-1, .grid-md-2, .grid-md-3, .grid-md-4, .grid-md-5, .grid-md-6, .grid-md-7, .grid-md-8, .grid-md-9, .grid-md-10, .grid-md-11, .grid-md-12 {
  float: left;
 }
 .grid-md-12 {
  width: 100%;
 }
 .grid-md-11 {
  width: 91.66666667%;
 }
 .grid-md-10 {
  width: 83.33333333%;
 }
 .grid-md-9 {
  width: 75%;
 }
 .grid-md-8 {
  width: 66.66666667%;
 }
 .grid-md-7 {
  width: 58.33333333%;
 }
 .grid-md-6 {
  width: 50%;
 }
 .grid-md-5 {
  width: 41.66666667%;
 }
 .grid-md-4 {
  width: 33.33333333%;
 }
 .grid-md-3 {
  width: 25%;
 }
 .grid-md-2 {
  width: 16.66666667%;
 }
 .grid-md-1 {
  width: 8.33333333%;
 }
}
.room-suite-htwo .ro-txt h2 {
    color: #242424;
    font: 1.86em/1em "Playball", sans-serif;
    padding: 0;
    margin: 1em 0 0.7em;
    position: relative;
}
.room-suite-htwo .ro-txt p {
    color: #898989;
    margin: 0 0 1.8em;
    font: 400 1.0715em/1.5em "Open Sans", sans-serif;
}
.room-suite-htwo .ro-text-two .left-p-two .res-btn {
    background: #85ab00;
    padding: 0.5em 2em;
}
.room-suite-htwo .ro-text-two .left-p-two .res-btn:hover {
    background: #1a1a1c;
}
.room-suite-htwo .ro-text-two .right-p-two p {
    color: #242424;
    font: 2em/1em "Playball", sans-serif;
    padding: 0 0 0;
    margin: 0;
}
.room-suite-htwo .ro-text-two .right-p-two p span {
    display: block;
    font: 400 0.5em/1.3em "Open Sans", sans-serif;
    font-style: italic;
    color: #888;
}
.room-suite .item .ro-img {
    position: relative;
    border-bottom: 2px solid #ffb606;
    text-align: center;
    z-index: 0;
    overflow: hidden;
}
.room-suite .item .ro-img img{width:100%;}
.room-suite .item .ro-txt {
    background: #f7f7f7;
    border-left: 1px solid #e6e1e1;
    border-right: 1px solid #e6e1e1;
    border-bottom: 1px solid #e6e1e1;
    overflow: hidden;
    padding: 0 1em;
}
.room-suite .item:hover .ro-txt {
  background: #0d1a41;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.room-suite .item .left-h {
  position: relative;
}

.room-suite .item .left-h p {
  color: #242424;
  font: 1.86em/1em "Playball", sans-serif;
  padding: 0.7em 0 0;
  margin: 0;
}

.room-suite .item:hover .left-h p, .room-suite .item:hover .right-p p span {
  color: #fff;
}

.room-suite .item .right-p p {
  color: #242424;
  font: 1.72em/1.25em "Playball", sans-serif;
  padding: 0.3em 0 0.6em;
  margin: 0;
}

.room-suite .item:hover .right-p p {
  color: #ffb606;
}

.room-suite .item .right-p p span {
  display: block;
  font: 400 0.6em/1em "Open Sans", sans-serif;
  font-style: italic;
  color: #888;
}
.room-suite .item:hover .ro-img:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}

.room-suite .item .ro-img:before {
  position: absolute;
  background-color: rgba(167, 204, 56, 0.4);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
}
.room-suite-htwo  .ro-txt h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 35px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.room-and-suits-style:before {
    background: url(assets/images/rooms-suits.jpg) no-repeat fixed center center #27283b;
    background-size: cover;
    background-blend-mode: multiply;
    opacity: 0.2;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block!important;
}
.room-and-suits-style .sec-header h2, .room-and-suits-style .room-suite-htwo  .ro-txt h2, .room-and-suits-style .room-suite-htwo .ro-text-two .right-p-two p {
    color: #fff;
}
@media (max-width: 980px) {
.hotel-booking-search button, .hotel-booking-search input, .hotel-booking-search select, .hotel-booking-search textarea{
	min-width:100px;
}
.hb_input_field::after {
    right: 8px;
}
}

@media (max-width: 640px) {
#commentform .comment-form-author{
	float:left;
	width: 100%;
}
}

.tp-caption{
	border-width:1px;
}
.our-table-cont p {
    color: #fff;
    margin: 0 0 2em;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.overlay.col-pink {
    background: #d16094;
}
.overlay.col-purple {
    background: #7491bc;
}
.overlay.col-orange {
    background: #fa9f4a;
}
.sidebar-area.default_widgets{
	padding-left:33px;
}
.news-image img{
	background:black;
}



/* Header-3 css file for lakecious theme*/

.header-abscont {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.header-abscont .top-bar-header-three {
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-bar-header-three ul, .top-bar-header-three ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar-header-three ul, .top-bar-header-three ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar-header-three ul li a {
    font-size: 13px;
    line-height: 22px;
    color: #7F7F7F;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.top-bar-header-three .contact-infos ul li a i.fa-phone {
    top: 4px;
}
.top-bar-header-three {
    background: #F0F0F0;
    padding: 13.5px 0;
}

.top-bar-header-three .contact-infos ul li a i {
    font-size: 20px;
    color: #898989;
    margin-right: 6px;
    position: relative;
}
.top-bar-header-three .contact-infos ul li + li {
    margin-left: 24px;
}
.top-bar-header-three .contact-infos ul li a i.fa-map-marker {
    top: 3px;
}
.top-bar-header-three .contact-infos ul li a i.fa-envelope {
    font-size: 14px;
}
.top-bar-header-three .link-list ul li + li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #939BA7;
    line-height: .9;
}
.top-bar-header-three .link-list ul li a {
    transition: color .3s ease;
}
.top-bar-header-three ul li a {
    font-size: 13px;
    line-height: 22px;
    color: #7F7F7F;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.header-abscont #main-navigation-wrapper.navbar-default {
    border: none;
    background-color: transparent;
}
#main-navigation-wrapper.navbar-default {
    background: transparent;
    border: none;
    min-height: auto;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    margin: 0;
}
#main-navigation-wrapper .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}
#main-navigation-wrapper .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: none;
}
.no-awsm-float.nav-holder{
	float:none!important;
}
#main-navigation-wrapper .nav > li {
    padding: 16px 0;
}
.header-abscont #main-navigation-wrapper.navbar-default .nav > li > a {
    color: #fff;
}
#main-navigation-wrapper .nav > li > a {
    padding: 25px 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
    padding-right: 20px;
}
.navbar-nav > li {
    float: left;
}
.header-abscont #main-navigation-wrapper.navbar-default .nav > li > a {
    color: #fff;
}
#main-navigation-wrapper .nav > li + li > a {
    padding-left: 25px;
}
#main-navigation-wrapper .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: none;
}
#main-navigation-wrapper .right-side-nav > li {
    padding: 40.5px 0;
}
.header-abscont #main-navigation-wrapper.navbar-default .nav > li > a {
    color: #fff;
}
#main-navigation-wrapper .right-side-nav > li:first-child > a {
    border-left: 1px solid #A6A6A6;
    padding-left: 20px;
    margin-left: 20px;
}
#main-navigation-wrapper .right-side-nav > li > a {
    font-size: 16px;
    padding: 0;
}
#main-navigation-wrapper .navbar-nav .phone-only {
    display: none;
}
#main-navigation-wrapper ul > li > button {
    border: none;
    background: #fff;
    padding-left: 20px;
}
#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu.has-search-form {
    min-width: 300px;
}
#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu.align-right {
    left: auto;
    right: 0;
}
/*#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
    display: block !important;
}
*/
.nav-footer.nav-nw-color li a{
	color: #fff;
}
.main-menu-wrapper-two .nav-header-right > ul > li > button.bg-transparent {
    border: none;
    background: transparent;
    padding-left: 20px;
}
.main-menu-wrapper-two .nav-header-right > ul > li.awsm-fd-class:first-child {
    border-left: 1px solid #fff;
    margin-top: 5px;
}
.wel-band.clearfix.no-original-display{
	display:none;
}
.ui-button-text-only .ui-button-text {
    padding: 0!important;
}


.wel-wrapper.vc_custom_1483154761206{
	background-position-x: center;
	background-position-y: bottom;
}
.sticky_menu #header .top_nav.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    max-height: 100px;
	animation: fadeItIn 1s;
}

/* #header .top_nav.affix  .logo{
	margin: 10px 0;
}
#header .top_nav.affix .my-style li{
	padding: 25px 0;
}
#header .top_nav.affix .my-style li ul.sub-menu li {
    padding: 0;
}
#header .top_nav.affix   .nav-header-right {
	    margin: 21px 0;
} */


.top_nav.affix .nav-footer.nav-nw-color li a {
    color: #666666;
}
.top_nav.affix.main-menu-wrapper-two .nav-header-right > ul > li.awsm-fd-class:first-child {
	border-left: 1px solid #a6a6a6!important;
	margin-top: 5px;
}

@media screen and (min-width: 1400px) {
.our-gallery .carousel-prev, .our-gallery .carousel-next {

    margin-left: 45.5%;
    margin-right: -45%;
	height:34px;
}

}


.media-contact-info p span{
	color: #3894c3;
}
.wpb_gmaps_widget .wpb_wrapper {
     padding: 0;
}
.our-gallery .carousel-prev, .our-gallery .carousel-next {
    height: 34px;
}

.phone-only{
	display:none;
}



/* ==============================
  3. header top & main menu styles
============================== */
.top-bar {
    background: #F0F0F0;
    padding: 13.5px 0;
	
	&.home3v,
	&.dhomev{
		background: #1f2e46;
		ul, .contact-infos ul{
			li{
				a{
					color: #a4b6d1;
					i{
						color: #a4b6d1;
					}
				}
			}
		}
		.link-list{
			ul{
				li{
					& + li{
						border-left: 1px solid #a4b6d1;
					}
				}
			}
		}
	}
}
.top-bar ul, 
.top-bar ul li {
    margin: 0;padding: 0;
    list-style: none;
}

.top-bar ul li a {
    font-size: 13px;
    line-height: 22px;
    color: #7F7F7F;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.top-bar .contact-infos ul li + li {
    margin-left: 24px;
}
.top-bar .contact-infos ul li a i {
    font-size: 20px;
    color: #898989;
    margin-right: 6px;
    position: relative;
}
.top-bar .contact-infos ul li a i.fa-phone {
    top: 4px;
}
.top-bar .contact-infos ul li a i.fa-map-marker {
    top: 3px;
}
.top-bar .contact-infos ul li a i.fa-envelope {
    font-size: 14px;
}
.top-bar .link-list ul li + li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #939BA7;
    line-height: .9;
}
.top-bar .link-list ul li a {
    transition: color .3s ease;
}
.top-bar .link-list ul li a:hover {
    color: #85AB00;
}


#main-navigation-wrapper.navbar-default {
    background: transparent;
    border: none;
    min-height: auto;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    margin: 0;
	
	.navbar-toggle{
		border: none;
		padding: 0;
	}
	
	&.transBg-main-menu-header{
		background-color: transparent;
		border: none;
		
		.navbar-brand{			
			.default-logo{				
				
			}
			.secondary-logo{
				display: none;
			}
		}
		
		&.stricky-fixed{
			background: #fff;
			.navbar-toggle{
				.icon-bar{					
					background: #666;
				}
			}
			.navbar-brand{
				.default-logo{
					display: none;
				}
				.secondary-logo{
					display: block;
				}
			}
			.nav > li > a{
				color: #666;
			}
		}
	}
}

#main-navigation-wrapper.navbar-default {
	.navbar-brand {
		height: auto;	
		img{			
			@media (max-width: 767px){
				max-height: 37px;
			}
		}
	}
	&.stricky-fixed{
		max-height: 70px;
		.navbar-brand {
			padding-top: 5px;
			padding-bottom: 5px;
			height: 70px;
			line-height: 60px;
			@media (max-width: 767px){
				height: 50px;
				line-height: 40px;
			}
			img{
				max-height: 60px;
				display: inline-block;			
				@media (max-width: 767px){
					max-height: 37px;
				}
			}
		}
		
		.nav > li{
			padding: 0;
		}
	}
}

#main-navigation-wrapper .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

#main-navigation-wrapper .nav > li {
    padding: 16px 0;
}

#main-navigation-wrapper .nav > li > a {
    padding: 25px 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
    /*padding-right: 20px;*/
	
	.glyphicon{
		float: right;
		@media (min-width: 1025px){
			display: none;
		}
	}
}

#main-navigation-wrapper.transBg-main-menu-header .nav > li > a {
    color: #fff;
}

#main-navigation-wrapper .nav > li + li > a {
    padding-left: 25px;
}

#main-navigation-wrapper .navbar-form {
    padding: 0;
    margin: 0;
}

#main-navigation-wrapper .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: none;
}

#main-navigation-wrapper.navbar-default .navbar-nav > .open > a,
#main-navigation-wrapper.navbar-default .navbar-nav > .open > a:focus,
#main-navigation-wrapper.navbar-default .navbar-nav > .open > a:hover,
#main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a {
    background: none;
    color: #C4D114;
}

#main-navigation-wrapper .navbar-form {
    background: #fff;
    padding: 15px 30px;
}

#main-navigation-wrapper .navbar-form input {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: transparent;
    width: calc(100% - 32px);
}

#main-navigation-wrapper .navbar-form button {
    border: none;
    outline: none;
    background-color: transparent;
}

#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    min-width: 220px;
    background: #fff;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu.align-right {
    left: auto;
    right: 0;
}
#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu.has-search-form {
    min-width: 300px;
}

#main-navigation-wrapper .navbar-nav > li:hover > .dropdown-submenu,
#main-navigation-wrapper .navbar-nav > .open > .dropdown-submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

#main-navigation-wrapper .dropdown-submenu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding: 11px 20px;
    text-transform: capitalize;
    color: #666666;
    border-bottom: 1px solid #F0F0F0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: left;
    transition: background .4s ease;
}
#main-navigation-wrapper .dropdown-submenu > li > i{
	color: #666666; 
}
#main-navigation-wrapper .dropdown-submenu > li > a:focus,
#main-navigation-wrapper .dropdown-submenu > li > a:hover {
    background-color: #F0F0F0;
    /*color: #85AB00;*/
}

#main-navigation-wrapper .navbar-brand {
    padding-top: 26px;
    padding-bottom: 26px;
	@media (max-width: 767px){
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

#main-navigation-wrapper .right-side-nav > li {
    padding: 40.5px 0;
}
#main-navigation-wrapper .right-side-nav > li:first-child > a {
    border-left: 1px solid #A6A6A6;
    padding-left: 20px;
    margin-left: 20px;
}

#main-navigation-wrapper .right-side-nav > li > a {
    font-size: 16px;
    padding: 0;
}

#main-navigation-wrapper .right-side-nav > li + li > a {
    padding-left: 20px;
}

#main-navigation-wrapper.fixed-header {
    position: fixed;
    top:0;left:0;
    width: 100%;
    z-index: 100;
    background-color: transparent !important;
}

#main-navigation-wrapper.light-header .nav > li > a {
    color: #fff;
}
#main-navigation-wrapper.light-header .right-side-nav > li:first-child > a {
    border-color: #ffffff;
}
#main-navigation-wrapper.after-scroll .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}
#main-navigation-wrapper.after-scroll .nav > li {padding: 0;}
#main-navigation-wrapper.after-scroll .nav.right-side-nav > li  {padding: 25px 0;}

/* ==============================
  4. hidden bar Styles
============================== */

.side-menu {
    position: fixed;
    top: 0;
    right:-100%;
    width: 100%;
    max-width: 445px;
    background: #ffffff;
    z-index: 100000;
    height: 100% !important;
    /*overflow: auto;*/
    display: block !important;
     padding: 40px 40px;
    /*padding-bottom: 0;*/
  -webkit-transition: right .4s ease;
          transition: right .4s ease;
}
.widget_text.header_widgets {
    margin-bottom: 20px;
}
.widget_tmc_header {
    overflow: hidden;
	margin-bottom: 20px;
}
@media(max-height: 768px) {
    .side-menu {max-width: 445px;}    
}
.side-menu.in {
  right: 0;
}
.side-menu .close-button {width: 37px;height: 37px;border: 1px solid #D0D0D0;line-height: 1;background: #fff;position: absolute;top:0;right:0;margin-top: 65px;}

.side-menu h3 {font-size: 34px;color: #2a2a2a;line-height: 1;margin: 0;}
.side-menu p {font-size: 15px;color: #898989;line-height: 1.733333;font: 15px/26px "Open Sans", sans-serif;}
.side-menu .title-box {margin-bottom: 30px;}
.side-menu .title-box h5{font-size: 18px;line-height: 1.733333;font-family: 'Open Sans';color: #898989;font-weight: 600;font-style: italic;display: inline-block; vertical-align: middle;margin: 0;}
.side-menu .title-box span.decor-line {
    width: 35px;background: #ACD647;height: 2px;display: inline-block; vertical-align: middle;position: relative;top: 5px;
}
.side-menu .gallery-widget ul, 
.side-menu .gallery-widget ul li {padding: 0 5px;margin-bottom: 15px; float:left;}
.side-menu .gallery-widget ul {margin-left: -5px;margin-right: -5px;margin-top: 0px;}
.side-menu .gallery-widget ul li {
	padding: 0 5px;
	margin-bottom: 15px; 
	float:left;
} 
.side-menu .gallery-widget ul li a:before{
	content:none;
	} 

.side-menu .subscribe-widget form input {float: left;width: calc(100% - 133px);height: 44px;background: #F9F9F9;border: 1px solid #E6E6E6;line-height: 1.733;vertical-align: middle;outline: none;padding-left: 25px;}
.side-menu .subscribe-widget form button {float: right;line-height: 24px;background: #85AB00;padding-left: 23px;padding-right: 23px;vertical-align: middle;padding: 10px 25px;}

.side-menu .contact-info,
.side-menu .contact-info li {margin: 0;padding: 0;list-style: none;}
.side-menu .contact-info li {font-size: 16px;color: #898989;line-height: 1;padding: 0 5px;
    margin-bottom: 15px;}
.side-menu .contact-info {border-top: 1px solid #5C5C5C;margin: 0 !important;padding: 0 !important;margin-top: 25px !important;padding-top: 25px !important;}
.side-menu .side-menu-widget + .side-menu-widget {margin-top: 34px;}
.side-menu .about-widget a.logo {margin-bottom: 40px;display: inline-block;margin-top: 0;float: none;}
.side-menu .about-widget h3 {margin-bottom: 25px;}



/* ==============================
  5. stricky header Styles
============================== */

#main-navigation-wrapper.navbar-default.stricky-fixed {position: fixed;top:0;left:0;width: 100%;z-index: 10000;-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);box-shadow: 0 0 5px rgba(0,0,0,.2);}


/*------------*/
@media (min-width: 1025px){
	#main-navigation-wrapper .navbar-nav .phone-only {
		display: none;
	}
	
}

/* mainmenu responsive styles */
@media (max-width: 1100px) {
.main-menu .navbar-collapse > ul > li > a{
        font-size:0.85em;
        padding: 0 0.8em;
    }	
}
@media (max-width: 1024px) {
   .ser-in-box{
        width: 19%;
    } 
    .chk-button{
        width: 22%;
    }   
    .search-sec .overlay .border{
        padding: 1em;
    }
    .search-sec .res-btn{
        padding: 6px 15px;
    }
}
@media (max-width: 980px) {
    
    
}

@media (max-width: 768px) {
    .hide-menu{
        display: none;
    }
    .search-sec{
        width: 94%;
    }
    
}

@media (max-width: 767px) {
	.fo-txt {
		width: 100%;
		display: block;
		text-align: center;
	} 
}

@media (max-width: 650px) {
   .search-sec{
        position: relative;
        margin-top:0;
    }
}


@media (max-width: 414px) {

    
}

@media (max-width: 480px) {
    .header-inner .logo img{
        width: 180px;
    }
    .header-inner .logo{
        margin: 1em 0;
    }
    .header-inner .nav-header{
        margin: 1.6em 0;
    }
    
}

@media (min-width: 1025px) {
    #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
        display: none;
    }
    #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {display: block !important;}
    #main-navigation-wrapper .navbar-nav .phone-only {display: none;}
    #main-navigation-wrapper .navbar-nav .phone-only + i {display: block;}
}


@media(max-width: 1024px) {

    .navbar-header {width: 100%; float: none; margin: 0 !important; } 
    .navbar-nav {margin: 0; } 
    .navbar-default .navbar-toggle {display: block; margin-right: 0; border-color: #515151; background-color: transparent !important; margin: 23px 0;}
    .navbar-default .navbar-toggle .icon-bar {background: #515151;height: 3px;width: 25px;padding: 0; border: none;}
    .navbar-default .navbar-toggle .icon-bar + .icon-bar {margin-top: 3px;}
    .navbar-default .navbar-toggle:hover .icon-bar {background: #C4D114;}
    .navbar-collapse.collapse {display: none!important; height: 0!important; padding-bottom: 0; overflow: auto!important; width: 100%; }
    .navbar-default .navbar-collapse {background: #000000; padding: 0px 0px !important; padding-bottom: 0px !important; border: 1px dashed rgba(255, 255, 255, 0.4); margin: 0; }

    .navbar-collapse.collapse.in {display: block !important; height: auto !important; max-height: 70vh; } 
    .navbar-collapse.in {overflow-y: auto; }
    #main-navigation .nav {width: 100%; text-align: left !important; }

    
    #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {background-color: transparent; background-image: none; border: 1px solid #fff; border-radius: 4px; padding: 9px 9px; position: absolute;top:0;right:0;margin-top: 8px; margin-right: 10px; z-index: 999;}
    #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler .icon-bar {background-color: #fff; border-radius: 1px; display: block; height: 1px; width: 20px; }
    #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler .icon-bar + .icon-bar {margin-top: 4px; }


    #main-navigation-wrapper .nav {width: 100%;}
    #main-navigation-wrapper .navbar-form {width: 100%;display: block;border: none;}
    #main-navigation-wrapper .nav > li {display: block;padding: 0 !important;width: 100%;}
    #main-navigation-wrapper .nav > li > a {display: block;padding: 15px 15px;width: 100%;position: relative;}
    #main-navigation-wrapper .nav > li + li > a {padding: 15px 15px;border-top: 1px dashed rgba(255, 255, 255, 0.4);position: relative;}
    #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {position: relative;width: 100%;opacity: 1;visibility: visible;left:auto;right:auto;transform: translate3d(0px, 0px, 0px);transition: none !important;display: none;top:auto;float: none;}

    #main-navigation-wrapper .navbar-nav .phone-only {display: block;}
    #main-navigation-wrapper .navbar-nav .phone-only + i {display: none;}
    
    #main-navigation-wrapper .right-side-nav {border-top: 1px dashed rgba(255, 255, 255, 0.4);}
    #main-navigation-wrapper .right-side-nav > li:first-child > a {border: none;margin: 0;}
    .stricky-fixed.navbar-default .navbar-toggle {margin: 13px 0;}
	
	#main-navigation-wrapper .navbar-nav > li {
		&.open{
			& > .dropdown-submenu{
				display: block !important;
			}
		}
	}

}

@media(max-width: 767px) {
    .top-bar .pull-left,
    .top-bar .pull-right {width: 100%;text-align: center;}
    .top-bar .pull-right {margin-top: 10px;}
    .top-bar .contact-infos ul li a {line-height: 2.5;}

}

/*Inner Header*/
.final-inner-header{
	display: table;
	height: 245px;
	background: url(../images/inner-header2.jpg) no-repeat scroll center bottom;
	width: 100%;
	margin: 0;
	@media (max-width: 767px){
		background-size: cover;
	}
	.container{
		display: table-cell;
		vertical-align: middle;
	}
	.this-title{
		margin: 0;
		letter-spacing: 0.3px;
		font-family: $font4;
		text-transform: capitalize;
		font-size: 55px;
		color: #fff;
		&:after{
			content: '';
			width: 60px;
			height: 2px;
			background: #92ba19;
			display: inline-block;
			margin-left: 20px;
		}
	}
}

.final-breadcrumb{
	background: #f9f9f9;
  	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	.breadcrumb{
		background: none;
		border-radius: 0;
		border: none;
		padding: 0;
		li{
			font-family: $font1;
			font-weight: bold;
			text-transform: uppercase;
			color: #bfbfbf;
			float: left;
			line-height: 55px;
			& + li{
				&:before{
					padding: 0 10px;
					color: #bfbfbf;
				}
			}
			a{
				padding: 0;
				color: #bfbfbf;
			}
		}
	}
}


#main-navigation-wrapper .right-side-nav > li {
    padding: 40.5px 0;
}
.nav-header-right li a{
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0;
}
li.give-top-pad  {
		padding-top:6px!important;
		padding-left: 15px !important;
}

.nav-header-right li:hover a{
    background: none;
    color: #C4D114;	
	
}	
@media(max-width: 1380px) {
ul.main_menu_nav {
    margin-bottom: 0;
    padding-left: 49px;
}
}

.playball-font {
    font-family: 'Playball';
}
.main-menu-wrapper-two.stricky.no-boder.top_nav.no-background{
background:transparent;	
}
.main-menu-wrapper-two.stricky.no-boder.top_nav.no-background.affix{
	    background-image: -webkit-linear-gradient(90deg, #edf0f3 0%, white 100%);
}
.main-menu-wrapper-two li.give-top-pad.awsm-c a{
	color:#ffffff;
} 
.main-menu-wrapper-two.affix li.give-top-pad.awsm-c a{
	color: #666666;
} 
aside#mc4wp_form_widget-2 {
    margin-bottom: 0;
}
.tmc_header_3 a.sticky_logo, .tmc_header_2 a.sticky_logo {
    display: none;
}

.tmc_header_3 .affix .sticky_logo_trans,
 .tmc_header_2 .affix .sticky_logo_trans {
    display: none;
}
.tmc_header_3 .affix a.sticky_logo ,
.tmc_header_2 .affix a.sticky_logo {
    display: block;
}



.nasir-room-grid{
	padding-bottom: 74px;
}

.nroom-grid{
	padding: 15px;	
}
.nroom-grid .room-img {
    overflow: hidden;
    display: block;
    background: #000;
}
.nroom-grid  .room-img img{
	width: 100%;
    opacity: 1;
    transform: scale(1);
}	
	
.nroom-grid  .room-img:hover img, .nroom-grid  .room-img:focus img{
	opacity: 0.8;
	transform: scale(1.1);
}

.nroom-grid .this-conts {
    margin: 0;
    padding: 10px 28px 30px;
    border: 1px solid #e6e1e1;
    background: #f8f8f8;
    border-top: 2px solid #ffb606;
    text-align: center;
}
	
	.nroom-grid  .media{
		text-align: left;
	}
.nroom-grid .this-title {
    vertical-align: middle;
    font-family: "Playball", cursive;
    font-size: 26px;
    color: #242424;
    letter-spacing: 0.3px;
	font-weight: normal;
    margin-bottom: 0;
    text-transform: capitalize;
}
.nroom-grid  .media-right{
	font-size: 24px;
	font-family: "Playball", cursive;
	white-space: nowrap;
	color: #242424;		
}
	
.nroom-grid .media-right small {
    display: block;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #888;
}
	
.nroom-grid p {
    margin: 20px 0 25px;
    font-weight: 600;
    color: #8e8e8e;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
}
.nroom-grid  .read-more{
	background: #85ab00;
	padding: 0 20px;
	margin: 0;
	letter-spacing: 0.6px;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
	font: 400 0.88em/38px "Open Sans", sans-serif;
}
	
.nroom-grid  .read-more i{
			margin-left: 10px;
		}
.nroom-grid .read-more:hover , .nroom-grid  .read-more:focus {
			background: #000;
			text-decoration: none;
		}		


.nasir-room-grid-header{
	padding-bottom: 0;
}
.extra-width-tracing-4 .vc_column-inner {
	padding-right:0px!important;
	padding-left: 14px !important;
}
.mobile_header.top_nav .container{
	padding:0;
}
#header .mobile_header.top_nav.affix .logo {
    margin-left: 15px;
}
.subscribe-wrp button.res-btn {
	width: 156px;
	padding: 0 25px;
	line-height: 46px;
	max-width: initial;
}
.copyright_row {
    margin-left: -15px;
    margin-right: -15px;
}
.footer-1 .socials ul li:first-child {
    padding-left: 0;
}
ul.rooms.tp-hotel-booking.hb-catalog-column-4 {
    padding: 0 15px;
}
.our-res .vc_tta-tabs-container ul li a {
    border: none!important;
}
.our-res .vc_tta-tabs-container ul li:first-child {
    margin-left: 1px !important;
}
.our-res .vc_tta-tabs-container ul li:last-child {
    border-right: 1px solid #e2e2e2;
}
.common-pad-home-2 {
    padding-top: 5em;
    padding-bottom: 5em;
}
div#btt {
    background: none repeat scroll #222222;
    opacity: 0.8;
    border: 1px solid #333333;
    border-radius: 2px;
    bottom: 21px;
    cursor: pointer;
    padding: 8px 15px;
    position: fixed;
    right: 20px;
    z-index: 50;
    color: #777777;
}
.mobileBtt{
	display:none;
}
.desktopBtt{
	display:none;
}

@media (max-width: 991px){
	.mobileBtt{display:block;
	}
}
@media (min-width: 991px){	
	.desktopBtt{display:block;
}
}

.boxed-container {
    max-width: 1200px;
    margin: 0 auto;
}
.my-style li ul.sub-menu li a {
	visibility:hidden!important;
}
.my-style .main_menu_nav li:hover .sub-menu li a {
	visibility:visible!important;
}
.widget.widget_tmc_get_in_touch ul li .fleft.location_address {
	padding-top:6px;
	font: 400 1.0715em/1.5em "Open Sans", sans-serif; */
}
.widget.widget_tmc_get_in_touch ul li .contact_mail {
    padding-top: 0px;
}
.widget.widget_tmc_get_in_touch ul li i.fa-envelope-o {
	padding-top: 0px;
}
.mailchimp-widget.widget {
    margin-bottom: 0px;
}
.single-blog-post h3 {
    color: #010101;
    font-weight: 600;
    text-transform: none;
    margin: 0.6em 0 0;
    padding: 0 0 0.8em;
    font: 600 1.33em/1em "Open Sans", sans-serif;
}
.single-blog-post p {
    color: #898989;
    margin: 0 0 2em;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.main-menu-wrapper-two .nav-header-right > ul > li > button.bg-transparent {
	color:#fff;
}
.main-menu-wrapper-two.affix .nav-header-right > ul > li > button.bg-transparent {
    color: #000;
}
/*--------------------------------------------------------------
2.0 Css for Search page and gallery lightbox
--------------------------------------------------------------*/


.fullwidth-slider .item:hover .this-overlay, .fullwidth-slider .item:focus .this-overlay {
    opacity: 1;
}
.fullwidth-slider .this-overlay {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    opacity: 0;
    transition: all 300ms linear 0s;
	
}
.fullwidth-slider .this-texts {
    text-align: center;
    text-transform: uppercase;
}
.fullwidth-slider .item:hover a, .fullwidth-slider .item:focus a {
    right: 0;
}
.fullwidth-slider a:hover, .fullwidth-slider a:focus {
    background: #fff;
}
.fullwidth-slider a {
    display: block;
    margin: 0 auto ;
    width: 42px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 50%;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    right: -50px;
    transition: all 300ms linear 0s;
}
.fullwidth-slider .item {
    position: relative;
}
.fullwidth-slider .this-title {
    font-size: 15px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin: 0;
    position: relative;
    left: -50px;
    transition: all 300ms linear 0s;
}
.fullwidth-slider .item:hover .this-title, .fullwidth-slider .item:focus .this-title {
    left: 0;
}

.slide-padings .item.slick-slide{
	padding-right:10px;
	padding-left:10px;
}
.fnt_25.mbot20.news_head.no_after {
    text-decoration: underline;
    text-transform: none;
    font-size: 28px;
    text-decoration: none;
	line-height: 1.1;
	font: 2em/1em "Playball", sans-serif;
	
}
.search_sidebar.awsm .widget_title {
    color: #0e1322;
    font: 2em/1em "Playball", sans-serif;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
    text-transform: none;
}

.search_sidebar .widget_title::after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 35px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}

.single-blog-post a.more-link {

    margin-top: 35px;
}
.single-blog-post {
    margin-bottom: 50px;
}
a:focus {
    outline: none;
}
.wpb_gmaps_widget.wpb_content_element .wpb_wrapper{
	padding:0px;
}
textarea::-webkit-input-placeholder,
 input[type="date"]::-webkit-input-placeholder, 
 input[type="datetime"]::-webkit-input-placeholder,
 input[type="datetime-local"]::-webkit-input-placeholder,
 input[type="email"]::-webkit-input-placeholder,
 input[type="month"]::-webkit-input-placeholder, 
 input[type="number"]::-webkit-input-placeholder, 
 input[type="password"]::-webkit-input-placeholder,
 input[type="search"]::-webkit-input-placeholder, 
 input[type="tel"]::-webkit-input-placeholder,
 input[type="text"]::-webkit-input-placeholder,
 input[type="time"]::-webkit-input-placeholder, 
 input[type="url"]::-webkit-input-placeholder, 
 input[type="week"]::-webkit-input-placeholder{
	 color:#959595;
 }
 textarea::-moz-placeholder ,
 input[type="date"]::-moz-placeholder , 
 input[type="datetime"]::-moz-placeholder ,
 input[type="datetime-local"]::-moz-placeholder ,
 input[type="email"]::-moz-placeholder ,
 input[type="month"]::-moz-placeholder , 
 input[type="number"]::-moz-placeholder , 
 input[type="password"]::-moz-placeholder ,
 input[type="search"]::-moz-placeholder , 
 input[type="tel"]::-moz-placeholder ,
 input[type="text"]::-moz-placeholder ,
 input[type="time"]::-moz-placeholder , 
 input[type="url"]::-moz-placeholder , 
 input[type="week"]::-moz-placeholder {
	 color:#959595;
 }
 
 textarea:-moz-placeholder,
 input[type="date"]:-moz-placeholder, 
 input[type="datetime"]:-moz-placeholder,
 input[type="datetime-local"]:-moz-placeholder,
 input[type="email"]:-moz-placeholder,
 input[type="month"]:-moz-placeholder, 
 input[type="number"]:-moz-placeholder, 
 input[type="password"]:-moz-placeholder,
 input[type="search"]:-moz-placeholder, 
 input[type="tel"]:-moz-placeholder,
 input[type="text"]:-moz-placeholder,
 input[type="time"]:-moz-placeholder, 
 input[type="url"]:-moz-placeholder, 
 input[type="week"]:-moz-placeholder{
	 color:#959595;
 }
 
 textarea:-ms-input-placeholder,
 input[type="date"]:-ms-input-placeholder, 
 input[type="datetime"]:-ms-input-placeholder,
 input[type="datetime-local"]:-ms-input-placeholder,
 input[type="email"]:-ms-input-placeholder,
 input[type="month"]:-ms-input-placeholder, 
 input[type="number"]:-ms-input-placeholder, 
 input[type="password"]:-ms-input-placeholder,
 input[type="search"]:-ms-input-placeholder, 
 input[type="tel"]:-ms-input-placeholder,
 input[type="text"]:-ms-input-placeholder,
 input[type="time"]:-ms-input-placeholder, 
 input[type="url"]:-ms-input-placeholder, 
 input[type="week"]:-ms-input-placeholder{
	 color:#959595;
 }
input.hb_input_date_check {
    font-weight: normal;
    text-decoration: inherit;	
	
}
input.hb_input_date_check:-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4b4b4b !important;
}
input.hb_input_date_check:-moz-placeholder { /* Firefox 19+ */
  color: #4b4b4b !important;
}
input.hb_input_date_check:-ms-input-placeholder { /* IE 10+ */
  color: #4b4b4b !important;
}
input.hb_input_date_check:-moz-placeholder { /* Firefox 18- */
  color: #4b4b4b !important;
}
.breadcrumb-row .breadcrumb li span.font-awe{
 font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;	
	padding-right:9px;
}

#commentform .form-submit .submit:hover {
	background: #ffb606;
}
.main-menu-wrapper-two.affix .nav-header-right > ul > li > ul {
	top:50px;
}
.single-blog-post h3.fnt_25{
	margin:0;
}
.hb_input_field::after {
    position: absolute;
    content: close-quote;
    color: #aaa;
    font: normal normal normal 14px/1 FontAwesome;
    right: 5px;
    top: 12px;
}
.red-margin{
	margin-left:30px;
}
.shadow_effect.effect-apollo{
	margin-bottom:20px;
}
.promo-outer ul{
	list-style:none;
}
.hb_single_room .hb_single_room_details .hb_single_room_tabs > li a.active {
    text-decoration: none!important;
}
.col-md-offset-nw .search-sec .overlay .border {
    border: none;
}
.hb_button{
	font-weight: 500;
	font-family: "Playball", sans-serif;
	font-size: 18px;
}
.nhs-btn2{
	color:#fff;
}
.room-wrapper .media-right a {
	font-weight:bold;
}
a:focus {
    text-decoration: none;
}
.extra-booking .hotel-booking-search {
    background: none;
    
}
.extra-booking .hb-form-table li{
	display:inline-block;
	margin-right: 40px;
	min-width: 300px;
}
.extra-booking h3{
	display:none;
}
.my-style ul li:last-child a{
    color: #85ab00;
}
.widget.widget_tmc_get_in_touch ul li .fleft b {
    text-transform: uppercase;
}
.img-caption.about-us:before{
	content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0;
    border-left: 0;
    -webkit-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
	margin-right: 15px;
    margin-bottom: 35px;
    margin-left: 85px;
}
.booking-sidebar .sidebar-area.default_widgets {
    margin-left: 30px;
	padding:0;
}
.hb-submit button {
    border: none;
    outline: none;
    background: #1a1a1c;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.5s ease;
    padding: 10px 25px;
    font-style: normal;
}
.spa-offer .img_holder .room-ad-cont h2 span {
    color: #fff;
    font: 0.59em/1em "Playball", sans-serif;
    display: block;
}
.testimonial-p .media-body h6 {
    text-align: right;
    display: block;
}
.driving-dirction-core-vanue .bee-accordion.bee-accordion .vc_tta-panel-body {
    padding: 30px 0 !important;
    border: none !important;
}
.driving-dirction-core-vanue .bee-accordion.bee-accordion .vc_tta-panel-body .panel-body {
    padding:0;
}
.our-gallery .carousel-prev:hover, .our-gallery .carousel-next:hover {
    background: #85ab00 !important;
    color: #fff;
    text-decoration: none;
}
.hb_input_date_check.btn.hasDatepicker {
    background: url(assets/images/cal.png) no-repeat right 15px center;
    margin-top: -40px;
    position: absolute;
}
.booking-sidebar .single-sidebar-widget-outer .sec-title {
    margin-bottom: 26px;
}
.booking-sidebar .single-sidebar-widget-outer .sec-title h2 {
    color: #0e1322;
    font: 2em/1em "Playball", sans-serif;
    margin: 0 0 0.3em;
    padding: 0;
    position: relative;
}
.booking-sidebar .single-sidebar-widget-outer .sec-title h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 35px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.booking-sidebar .single-sidebar-widget-outer .popular-post li {
    margin-bottom: 30px;
}
.booking-sidebar .single-sidebar-widget-outer .popular-post .img-box {
    width: 110px;
}
.booking-sidebar .single-sidebar-widget-outer .popular-post .content {
    padding-left: 30px;
}
.booking-sidebar .single-sidebar-widget-outer .popular-post ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.booking-sidebar .single-sidebar-widget-outer .popular-post .img-box a:before, 
.booking-sidebar .single-sidebar-widget-outer .popular-post .content  a:before{
	content: initial;
}
.booking-sidebar .single-sidebar-widget-outer .popular-post .img-box, 
.booking-sidebar .single-sidebar-widget-outer .popular-post .content {
    display: table-cell;
    vertical-align: top;
}
.booking-sidebar .single-sidebar-widget-outer .popular-post .content h6 {
    color: #242424;
    font: 1.6em/1em "Playball", sans-serif;
    margin: 0.6em 0 0;
    padding: 0;
}
.booking-sidebar .single-sidebar-widget-outer .popular-post .content h6 span {
    display: inline-block;
    font: 600 0.63em/1em "Open Sans", sans-serif;
    font-style: italic;
	color: #999999;
    margin-top: 1.2em;
}
.booking-sidebar .single-sidebar-widget-outer .popular-post .content a h4 {
    font: 600 1em/1em "Open Sans", sans-serif;
    color: #242424;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1280px) and (min-width: 1024px)  {
	.offer-right .offer-img-box1 {
		margin-bottom: 10px;
		width: 47.5%;
	}
	.offer-img-box2.spec-width {
		width: 49.8%;
		float: left;
	}
	.subscribe-wrp {
   	padding: 1.5em 1em 0 1em !important;
	}
        .nasir-activity .this-inner {
   	 width: 100%;
	}
	.nhs-caption4 {
   	 top: 200px;
   	 position: absolute;
   	 right: 0;
   	 left: 0;
	}
	}.ui-datepicker.ui-widget .ui-datepicker-calendar {    margin-bottom: 0;}
	.single-room-wrapper .ro-facilitie ul li .facilitie-i-box h3 {    text-transform: capitalize;    font-size: 18px;}
	.hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit] {    background: #85ab00;    color: #fff;}
	.footer_widgets .widgets_width #pu_media_upload-2 {
		margin-bottom: 0px;
	}
	
.widget-contact-list ul li a {
    text-transform: none;
}
.footer-1 .tmc_info {
	margin-bottom:0px;
}

/*For Menu Settings*/
.nav-holder .nav-footer .my-style ul.main_menu_nav > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
.nav-holder .nav-footer .my-style ul.main_menu_nav li > ul.sub-menu > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
.nav-holder .nav-footer .my-style ul.main_menu_nav > li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #eeeeee;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	margin-top: -40px;
}
.nav-holder .nav-footer .my-style ul.main_menu_nav > li ul.sub-menu > li ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #eeeeee;
    visibility: hidden;
    opacity: 99999;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	margin-top: -40px;
}
.nav-holder .nav-footer .my-style ul.main_menu_nav > li ul.sub-menu > li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #cbcbcb;
    text-align: left;
	position: relative;
}
.nav-holder .nav-footer .my-style ul.main_menu_nav li ul.sub-menu > li:hover > ul.sub-menu {
    display: block!important;
}

.nav-holder .nav-footer .my-style ul.main_menu_nav > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 0;
}
img.attachment-100x100.size-100x100.wp-post-image {
    width: 170px;
}

.newsressize, .newsressizesidebar{
	margin-top: 75px;
	margin-bottom: 30px;
}
.roomdetailsmobilesize, .sidebarmobilesizedetails, .searchmobilesize, .searchmobilesizedetails{
	margin-top: 75px;
	margin-bottom: 30px;
}
.sec-header.sec-header-pad{
	margin-top: 50px;
}

@media(min-width: 1024px){
	.vc_row.wpb_row.vc_row-fluid.nasir-home-search-block.bg-image-centre-position.vc_custom_1482842576873.vc_row-has-fill{
		height: 879px;
	}
}
@media(max-width: 1199px) and (min-width: 1024px){
	.search-sec .overlay{
		padding: 20px!important;
    }
}


.single-blog-post h3{
	margin: 1em 0 0;
}
.nav-footer li a{
	visibility: inherit!important;
}

@media(max-width: 414px){
	.aboutusmblsize{
		height: 50px!important;
	}
}

@media (max-width: 991px) and (min-width: 768px){
	.newsressize, .newsressizesidebar {
		/* margin-top: 0px; */
		margin-bottom: 0px;
	}
	.aboutusmblsize{
		height: 60px!important;
	}
}
@media(min-width: 1024px) and (max-width: 1199px){
	.newsressize, .newsressizesidebar{
		padding: 75px 0;
	}
}
.text_block.wpb_text_column.clearfix {
    margin-top: 60px;
    margin-bottom: 60px;
}
form#commentform{
	margin-bottom: 60px;
}
.nasir-home-search-block .this-title{
	margin: 30px 0 0 0;
}



