/*
 Theme Name: Keysborough Massage
 Author:   ITCC     
 Author URI:   http://www.itconsultingcompany.com.au/
*/

@import url('../fonts/PTSans/stylesheet.css');
@import url('../fonts/Arimo/stylesheet.css');
@import url('../fonts/Futura Condensed/stylesheet.css');

html,body {
	overflow-x: hidden;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'pt_sansregular';
	/*font-family: 'arimoregular';*/
	background-color: #ffffff;
	color: #515151;
	font-size: 16px;
}
p {
	text-align: justify;
}
.clear {
    clear: both;
}
*:focus,a:hover{
	text-decoration:none !important;
	outline:0;
}
.webpage-container {
	/*width: 1080px; */
	margin: 0 auto;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
img {
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
.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, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
	padding-top: 0 !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin: 0 !important;
}

.gift-shop a {
	color: #fff;
	background: #eb6111;
	padding: 10px 25px;
	border-radius: 50px;
	transition: all ease-in 0.4s;
	font-size: 26px;
}
.gift-shop a:hover {
	background: #252354;
	transition: all ease-in 0.4s;
}
.gift-shop .vc_col-sm-6 {
    padding: 50px 0;
    border-right: 15px solid #eee;
}
.gift-shop .abc {
    border: 0;
}
.slider-button {
    color: #eb6111;
}

/*=========== Header ===============*/

.make_slide,.ph-mob {
    float: left;
    height: 60px;
    position: fixed;
    right: -155px;
    top: 30%;
    transition: all 0.4s ease-in;
    /* width: 240px; */
    z-index: 99;
}
.ph-mob {
    top: 60%;
    right: -235px;
}
.make_slide:hover,.ph-mob:hover { right: 0px; transition: all 0.4s ease-in; }
.logo_ttl {
    text-align: right;
    font-size: 21px;
    font-weight: bold;
    color: #252354;
    text-transform: uppercase;
	font-family: 'futura_condensedbold';
	letter-spacing: 2px;
}
.logo_ttl span {
    color: #eb6111;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.main_menu {
	background-color: #fff;
	border: none;
	float: right;
}
.main-menu-ul ul {
	float: left;
	list-style: none outside none;
	padding-left: 0;
	margin: 17px 0;
}
.main-menu-ul ul li {
	float: left;
	display: block;
	position: relative;
}
.main-menu-ul > ul > li > a {
	color: #000000;
    font-size: 15px;
    padding: 5px 10px;
	margin:0 3px;
	display: block;
	position: relative;
	font-family: 'arimoregular';
	border: 2px solid transparent;
}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}
.main-menu-ul ul .open .dropdown-menu > li > a {
	color: #ffffff;
}
.main-menu-ul ul li:hover ul {
	opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all ease-in 0.4s;
}
.main-menu-ul ul li:hover ul li ul {
	opacity: 0;
	visibility: hidden;
}
.main-menu-ul ul li ul li:hover ul {
	opacity: 1;
	z-index: 1;
	visibility: visible;
}
.main-menu-ul > ul li ul {
	background-color: #252354;
    text-align: center;
    border-top: 3px solid #666;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 9;
    min-width: 200px;
    padding: 5px 0;
    transition: all ease-in 0.4s;
    transform: scale(1, 0.5);
    -webkit-transform: scale(1, 0.5);
    -moz-transform: scale(1, 0.5);
    transform-origin: 0 0;
}
.main-menu-ul ul li ul ul {
	right: 100%;
	top: 0;
	margin: 0;
}
.main-menu-ul ul li ul li {
	margin-left: 0;
	width: 100%;
	margin-top: 5px;
}
.main-menu-ul ul li ul > li > a {
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	clear: both;
	display: block;
	font-weight: 400;
	line-height: 1.42857;
	padding: 3px 10px;
	white-space: nowrap;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	text-align: left;
}
.main-menu-ul > ul > li > a:hover, .main-menu-ul > ul > li > a:focus, .main-menu-ul > ul > li.current_page_item>a, .main-menu-ul>ul>li.current-menu-parent>a {
	text-decoration: none;
	    border: 2px solid #252354;
    color: #252354;
}
.main-menu-ul ul li ul li.current-menu-item a {
	background: #eb6111;
    color: #fff;
}
li.menu-item-has-children > a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-left: 5px;
}

/* HEADER TOP */

header {
	background: #fff;
	transition: all ease-in 0.4s;
}
.darkHeader {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    transition: all ease-in 0.4s;
	box-shadow: 0px 0px 10px #ccc;
	animation: slide-down 0.7s;
}
@keyframes slide-down {
 0% {
 opacity: 0;
 transform: translateY(-100%);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.darkHeader .phone_number {
    margin: 0 0 15px;
	transition: all ease-in 0.4s;
}
.darkHeader .logo-display img {
    /*height: 100px;*/
	transition: all ease-in 0.4s;
}
.logo-display img {
	transition: all ease-in 0.4s;
}
.logo-display {
    position: absolute;
    top: -22px;
    z-index: 9;
}
.header_bottom {
	margin: 15px 0;
}
.header-top {
	/*border-bottom: 1px solid #e5e5e5;*/
	padding: 3px 0 15px;
}
/*.member-text {
    color: #7A7A7A;
    text-align: right;
}*/
.member-text {
    color: #7A7A7A;
    text-align: right;
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'pt_sansregular';
    letter-spacing: 0;
    font-weight: normal;
}
.phone-sect,.email {
    float: right;
}
.book, .phone, .book-text, .phone-text {
	display: inline-block;
}
.book {
    background: #252354;
    padding: 8px 15px;
}
.book img, .phone img {
    width: 22px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.book a {
	    color: #fff;
    font-size: 20px;
}
.phone a,.email a{
	color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    background: #252354;
	border-left: 2px solid #fff;
}
.email a{
	background: #252354;
}

.address-text {
    font-size: 15px;
    font-family: 'pt_sansregular';
    text-transform: capitalize;
	color: #515151;
	letter-spacing: normal;
}

/*=========== Footer ===============*/

footer{
	background-color:#222222;
	padding: 15px 0;
}
.facebook-hover:hover{
	background-color:#3b5998;
	color: #fff;		
}
.twitter-hover:hover{
	background-color:#48c4d2;
	color: #fff;	
}
.googleplus-hover:hover{
	background-color:#d94a39;
	color: #fff;	
}
.linkedin-hover:hover{
	background-color:#71b2d0;
	color: #fff;	
}
.social_icon {
    text-align: center;
    margin: 15px auto;    
}
.social_icon ul {
    padding: 0;
}
.social_icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.social_icon a {
    font-size: 30px;
    color: #fff;
}
.social_icon ul li a .fa {
    border: 4px solid #fff;
    border-radius: 50%;
    display: table-cell;
    height: 70px;
    text-align: center;
    width: 70px;
    vertical-align: middle;
	font-weight: bold;
}
.social_icon ul li a .fa:hover {
    background: #fff;
    color: #222;
    transition: all ease-in 0.4s;
}
.copy-right {
    color: #c1c1c1;
    text-align: center;
    border-top: 1px solid #3d3d3d;
    padding: 10px 0 0px;
    box-shadow: 0 1px 0 #000 inset;
}
.copy-right a{
    color: #c1c1c1;
	    border-bottom: 2px solid;
}
.copy-right a:hover{
    color: #fff;
}

/*-------------  Home Page image section --------------*/

.homecon {
    float: left;
    width: 100%;
}
.btn-bnr {
    background: #252354;
    border: 0;
    font-size: 28px !important;
    padding: 15px 40px 17px !important;
    /*line-height: normal !important;*/
	color:#fff;
	text-decoration:none;
}
.btn-bnr:hover {
    background: #666;
	color:#fff;
	text-decoration:none;
}
.img-thumbnail {
	border-radius: 0 !important;
	padding: 3px !important;
}
.img-ttl h2 {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	margin: 0;
	vertical-align: middle;
	display: table-cell;
	line-height: 50px;
	font-size: 18px;
}
.img-ttl {
	position: relative;
	display: table;
	padding-bottom: 55px;
}

.button:hover {
	background-color: transparent;
	color: #fff;
	transition: e ase-in 0.4s;
	border: 2px solid #90A443;
}
.bottom_title {
	font-size: 40px;
	margin: 30px auto;
	text-align: center;
}
.bottom_cont {
	margin: 30px auto;
}

/* SERVICES */

.treatment {
    margin: 0 -7px;
}
.treatment .col-md-3.col-sm-3 {
    padding: 0 7px;
} 
.view_ttl {
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #000;      
    margin: 5px 0 30px;
}
.vide_text {
    color: #fff;
}
.view_detail a,.booknow a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #252354;
    padding: 10px 25px;
    float: left;
    font-weight: bold;
    margin: 15px 0 0;
    border: 1px solid #fff;
	transition:all ease-in 0.4s;
}
.view_detail a:hover ,.booknow a:hover{
    color: #252354;
    background: #fff;
	border: 1px solid #252354;
	transition:all ease-in 0.4s;
}

.booknow a{
	font-size:30px;
	font-weight:normal;
}
.view_dtl img {
    border: 4px solid #fff;
	width: 100%;
}
.view_dtl img:hover{
    border: 4px solid #252354;
}
.booknow-text .vc_column-inner {
    font-size: 32px;
    /*text-align: left;
    padding: 65px 15px 65px 70px;*/
    color: #484848;
    line-height: normal;
}
.page_mid_sec .wpb_single_image {
    /*background: #fff;
    border: 2px solid #7b7b7b;
    outline: 4px solid #252354; */
}
.page_middle_sec .wpb_wrapper {
    background: #fff;
    border: 2px solid #7b7b7b;
    outline: 4px solid #fff;
	width: 90%;
    margin: 0 auto;
}
.page_middle_sec .wpb_wrapper .wpb_wrapper,.page_mid_sec_last .wpb_wrapper .wpb_wrapper {
    background: transparent;
    border: 0;
    outline: 0;
}
.page_middle_sec ul {
    padding: 0;
    list-style: none;
    color: #7a7a7a;
    width: 85%;
    margin: 16px auto !important;
}
.page_middle_sec ul li {
    border-bottom: 1px dotted #b9b9b9;
    padding: 6px 0px;
    font-size: 18px;
}
.page_middle_sec ul li:last-child {
    border: 0;
}
.fr {
    float: right;
}
.page_mid_sec_last .wpb_wrapper {
    background: #fff;
    border: 2px solid #7b7b7b;
    outline: 4px solid #fff;
}

.page-box .vc_column-inner {
    width: 100%;
    margin: 0 15px;
    padding: 0 !important;
    border: 2px solid #7b7b7b;
    outline: 4px solid #fff;
}
.page-box ul {
    padding: 0;
    list-style: none;
    color: #7a7a7a;
    width: 85%;
    margin: 16px auto !important;
}
.page-box ul li {
    border-bottom: 1px dotted #b9b9b9;
    padding: 6px 0px;
    font-size: 18px;
}
.page-box ul li:last-child {
    border: 0;
}


/*-------------- BLOG -------------*/

.blog_sec {
    padding: 50px 0;
}
.home-blog .bx-pager {
    display: none;
}
.home-blog .bx-controls-direction a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 32px;
    height: 32px;
    font-size: 0;
    opacity: 0.6;

}
.home-blog a.bx-next {
    right: -25px;
    background: url(../images/right-arrow.png);
}
.home-blog a.bx-prev {
	left: -25px;
    background: url(../images/left-arrow.png);
}
.d1 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.blog-box {
    /*border: 1px solid #252354;*/
	position:relative;
}
.blog-box img{
	width:100%;
}
.blog-ttl1 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: bold;
}
.blog-ttl1 a{
    color: #252354;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 95%;
}
.read_more {
    display: inline-block;
    margin: 5px 0 0 0;
    float: right;
}
.read_more a {
    text-align: right;
    width: 100%;
    float: right;
    font-size: 12px;
    color: #252354;
    font-weight: bold;
}
.read_more a:hover {
    color: #252354;
}
.hm-blog-content {
    text-align: justify;
}
.comment_blog {
    position: absolute;
    top: 0;
    background: #222222;
    color: #fff;
    padding: 5px 10px;
}
.blog-date {
    text-align: center;
}
.blog-page .hm-blog-section {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
}
.inr-blog-ttl {
    font-size: 26px;
    color: #252354;
    font-weight: bold;
    margin: 0 0 10px;
}
.sidebar_blog h4 {
    background: #252354;
    color: #fff;
    padding: 15px;
    text-align: left;
}
.sidebar_blog aside {
    border: 1px solid #ccc;
    border-top: 0;
}
.sidebar_blog ul li a {
    color: #515151;
}
.sidebar_blog ul li a:hover {
    color: #252354;
}

/*-------------- Subscribe Form -------------*/


.subscribe-form form.es_shortcode_form {
    width: 85%;
    margin: 0 auto;
}
.subscriber {
	margin: 25px 0;
}
.es_textbox_1,.es_textbox_2 {
	float: left;
    padding-right: 15px;
    width: 42%;
}
.es_button_3 {
	float: left;
}
.es_textbox_class::-moz-placeholder {
 color: #222222;
}
.es_textbox_class::-webkit-input-placeholder {
 color: #222222;
}
.es_textbox_class::-ms-input-placeholder {
 color: #222222;
}
.es_textbox_class {
	outline: 0;
	background: transparent;
	border: 1px solid #b1b1b1;
	border-radius:0;
	height: 45px;
	-webkit-appearance: none;
}
.es_button {
    padding: 0;
}
.es_textbox_button {
	background-color: #252354;
    color: #ffffff;
    border: 0;
    font-size: 19px;
    padding: 10px 25px;
    text-align: center;
    width: auto;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
	transition: all ease-in 0.4s;
}
.es_textbox_button:hover {
	background-color: #252354;
    color: #ffffff;
	transition: all ease-in 0.4s;
}

/*-------------- Appointement Form -------------*/

.alpha {
	margin: 0 !important;
}
.appoinment {
	float: left;
	margin-left: 20px;
	width: 400px;
}
.pop-ttl {
    background: #252354;
    padding: 10px; 
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
    font-size: 20px;
}
.control-group {
	margin-bottom: 10px;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
input, textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    color: #515151;
    padding: 8px 15px;
}
textarea {
    height: 100px;
	display:block;
	resize:none;
}
.wpcf7-recaptcha {
    margin: 0 0 10px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	width: 100%;
}
input, textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
}
.control-label {
	display: block;
}
.button input[type="reset"], input[type="submit"] {
	background-color: #252354;
    border: 0;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
    vertical-align: bottom;
}
input[type="reset"], input[type="submit"]:hover {
    background-color: #252354;
    border: 0;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
    vertical-align: bottom;
}
.accepted_insurance_logo {
	float: left;
	padding: 10px;
	border: 1px solid #e1e0df;
	margin-left: 14px;
}
.first-logo {
	margin: 0;
}
.book_tab {
	background-color: #BA2646;
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding: 10px;
	top: 20px;
	position: relative;
}
.fancybox-inner {
    overflow-x: hidden !important;
}

/* NEW FORM */

.mk-app h1 {
    text-align: center;
}
span.sel_date {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #252354;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 22px;
}
.sel_date_top {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin: 30px 0 0;
}
.mk-app .next a, .mk-app .previous a {
    background: #252354;
    border-radius: 3px;
    border: none;
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    box-shadow: inset 0 0 0 20px #252354;
    text-shadow: none;
}
.mk-app .appointments-pagination {
    padding: 2em 0 0 0;
}
.appointments-wrapper h3 {
    display: none;
}
.mk-app h3 {
    font-size: 20px;
    font-weight: bold;
    color: #252354;
	    
}
.mk-app legend {
    font-size: 22px;
    border-bottom: 0;
    width: auto;
    text-align: left;
	margin: 0;
}
.mk-app legend h3{
	display: block;
}
.mk-app .appointments-instructions {
    font-weight: bold;
    display: none;
}
.mk-app .appointments-list table td {
    border: 1px solid #ccc;
}
.mk-app td.free, .mk-app div.free {
    background: #252354 !important;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}
.mk-app td.notworking {
    background: #999 !important;
}
.mk-app td.notpossible, .mk-app div.notpossible, .mk-app td.busy, .mk-app div.busy {
    background: #666 !important;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}
.mk-app td.selected, .mk-app .app_timetable .selected  {
    background: #eb6111 !important;
	opacity:1 !important;
}
.three_btn {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.free_btn {
    float: left;
}
.free_btn, .busy_btn, .not_available_btn {
    background-color: #252354;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
    text-align: center;
    display: inline-block;
}
.busy_btn {
    background-color: #999;
}
.not_available_btn {
    background-color: #666;
    float: right;
}
.mk-app input.appointments-confirmation-button:hover {
    background: transparent;
    transition: ease-in 0.4s;
    color: #666;
    box-shadow: inset 0 0 0 2px #666;
}
.mk-app input.appointments-confirmation-cancel-button:hover {
    background: transparent;
    transition: ease-in 0.4s;
    color: #252354;
    box-shadow: inset 0 0 0 2px #252354;
}
.mk-app input.appointments-confirmation-cancel-button {
    background: #666;
    box-shadow: inset 0 0 0 20px #666;
}
.mk-app input.appointments-confirmation-button{
    background: #252354;
    box-shadow: inset 0 0 0 30px #252354; 
}
.mk-app input.appointments-confirmation-button, .mk-app input.appointments-confirmation-cancel-button{
    width: auto !important;
    color: #fff;
    font-weight: bold;
    padding: 8px 25px;
    border: 0;
    font-size: 18px;
    transition: ease-in 0.4s;
    margin-right: 10px;
    text-shadow: none;
}
.mk-app .appointments-confirmation-wrapper span {
    margin-right: 10px;
    width: 30%;
    display: inline-block;
    float: none;
}
.mk-app input,.mk-app select {
    width: 68% !important;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 5px 10px;
    display: inline-block;
}
.mk-app .app_timetable_cell {
    text-align: center;
    width: 24.5%;
    border: none;
    margin: 1px;
}
.mk-app .appointments-confirmation-wrapper {
    margin: 30px 0 0;
}

.appointment {
    background: #eb6111;
    padding: 20px;
    float: left;
    width: 100%;
	text-align: center;
}
.appoin_ttl {
    color: #eb6111;
    font-size: 26px;
    position: relative;
    text-align: center;
    /* width: 100%; */
    /* margin-bottom: 10px; */
    text-transform: capitalize;
    background: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 50px;
	transition: all ease-in 0.4s;
}
.appoin_ttl:hover {
    background: #252354;
    color: #fff;
    transition: all ease-in 0.4s;
}
.book_appoin {
    text-align: center;
    display: block;
	margin: 0 0 10px;
}
.book_appoin a {
    color: #fff;
    font-size: 23px;
    text-decoration: none;
    text-align: center;
    margin: 0px auto;
    border: 2px solid #fff;
    padding: 10px 30px;
    display: inline-block;
    background: #252354;
}
.mk-app .app_services_button {
    width: 30% !important;
    border-radius: 0;
    background: #666666;
    color: #fff;
    font-size: 20px;
    transition: all ease-in 0.4s;
    height: 42px;
    padding: 6px 15px;
    border: 0;
}
.mk-app .app_services_button:hover {
    background: #252354;
    transition: all ease-in 0.4s;
}

/* --------------  Map -----------*/

.item {
    height: auto !important;
    position: relative;
}

#map-canvas {
    height: 280px;
    width: 100%;
}

/*------------ Inner page ----------*/

.cont_bot {
    padding: 40px 0;
}
.inr-bnr {
    position: relative;
}
.inr-bnr:after {
    background: rgba(0, 0, 0, 0.21);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
}
.inr-bnr img {
    width: 100%;
}
.inr-bnr:after {
 /*background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";*/
}
.header_line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
	z-index:1;
}
.header_line h1 {
    margin: 0;
    font-size: 66px;
    font-weight: bold;
    /*background: rgba(255, 255, 255, 0.5);*/
    display: inline-block;
    padding: 5px 20px;
	color: #fff;
}
.cont_bot h2 {
    font-size: 30px;
    color: #252354;
    text-align: left;
    margin: 20px 0;
}

.cont_bot p{
    text-align: justify;
}
a.ph,.inner-content a {
    color: #252354;
}
ul.inr-list li a, ul.inr-list li {
    color: #515151;
}
ul.inr-list li a:hover {
    color: #252354;
}
table.trea_field td{
    padding:10px;
	vertical-align: middle !important;
}
a.trea_button {
    background-color: #252354;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    float: left;
}
a.trea_button:hover {
    background-color: #eb6111;
}
a.book-now-btn {
    background: #eb6111;
	float:right;
}
a.book-now-btn:hover {
    background: #252354;
}
table.table.trea_field input {
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
td.tab_ttl,td.con_ttl {
    font-size: 20px;
    color: #666	;
}
.table-responsive table.table.trea_field tr:first-child {
    border-top: 0;
	    background: #e5e5e5;
}
.table-responsive table.table.trea_field tr:last-child {
    border-width: 4px 2px 2px;
}
.table-responsive table.table.trea_field tr {
    border-width: 4px 2px;
    border-style: solid;
    border-color: #ddd;
    outline: 1px solid #fff;
    vertical-align: middle !important;
}
table.table.trea_field {
    width: 80%;
}

/*------------ FAQ page ----------*/

.faq-sect h3 {
    font-size: 18px;
	margin: 0;
}
.faq-sect i.vc_toggle_icon {
    font-size: 20px;
    width: 18px;
    height: 18px;
    background-color: #252354 !important;
    border-color: #252354 !important;
    color: #fff !important;
}
.faq-sect .vc_toggle_rounded .vc_toggle_icon::after,.faq-sect .vc_toggle_rounded .vc_toggle_icon::before{
	background-color: #fff !important;
    border-color: #252354;
    color: #fff !important;
}
.faq-sect .vc_toggle_content {
    background: #eee;
    padding: 10px 10px 10px 33px;
}
.faq-sect .vc_toggle_content p{
	margin:0;
}
.faq-sect .vc_toggle {
    display: block;
    margin: 0 0 15px;
}
.faq-sect p strong {
    padding: 10px 0 !important;
    display: block;
}

/*------------ Contact page ----------*/

.contact-form .vc_column-inner > .wpb_wrapper {
    background: #f6f6f6;
    border: 1px solid #ccc;
    padding: 20px;
}
.contact-us {
    width: 90%;
    margin: 0 auto;
}
.map .wpb_gmaps_widget .wpb_wrapper {
    border: 1px solid #ccc;
}
.contact-add .vc_column-inner  {
    padding: 28px !important;
	border: 1px solid #ccc;
	margin: 0 15px !important;
	align-items: center;
    justify-content: center;
}
.contact-add .wpb_wrapper .wpb_wrapper.vc_figure {
    padding: 0 0 15px !important;
	border:0;
}
.contact-add .wpb_wrapper .wpb_wrapper {
    padding: 0 0 0px !important;
	border:0;
}
.contact-add .wpb_wrapper .wpb_wrapper a {
    color: #515151;
}
.contact-add1 .wpb_wrapper {
    padding: 43px !important;
}
.contact-us label {
    display: block;
    margin: 0 0 15px;
}

/*------------ Product page ----------*/

.product_page .vc_col-sm-3 .vc_column-inner > .wpb_wrapper {
    border: 1px solid #ccc;
    margin: 0 0 30px;
    padding: 15px;
}
.pro_ttl {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 20px 6px;
    color: #666;
    /*font-weight: bold;*/
    font-size: 18px;
}
.pro_pri {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
}
.pro_add a {
    float: right;
    background: #252354;
    color: #fff;
    padding: 3px 15px;
}
.pro_add a:hover {
    background: #666;
    color: #fff;
}

/*------------ SLider in Mobile ----------*/


.mobile-slider #wonderplugincarousel-1 .amazingcarousel-prev {
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -10px;
}

.mobile-slider #wonderplugincarousel-1 .amazingcarousel-next {
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	margin-right: -10px;
}
.mobile-slider #wonderplugincarousel-1 .amazingcarousel-description{
	display:none;
}
.mobile-slider #wonderplugincarousel-1 .amazingcarousel-title {
   position: relative;
   overflow: hidden;
   font-size: 20px;
   text-align: center;
   text-transform: capitalize;
   color: #000;
   margin: 10px 0;
}
/*.gift-shop a {
    color: #252354;
}
.gift-shop .abc:hover {
    background: #eb6111;
    color: #fff;
}
.gift-shop .cde:hover {
    background: #eb6111;
    color: #fff;
}
.gift-shop .abc:hover a {
    color: #252354;
}
.gift-shop .abc a:hover {
    color: #252354;
}
.gift-shop .cde:hover a {
    color: #252354;
}
.gift-shop .cde a:hover {
    color: #252354;
}
*/.team-member {
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 0 30px;
}
.team_title {
    font-size: 20px;
    margin: 10px 0 0px;
    color: #252354;
    font-weight: bold;
}
.team_des {
    color: #eb6111;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.team_des a {
    color: #515151;
}
.team_des a:hover {
    color: #252354;
}
.team_img img {
    width: 100%;
}

.team_img {
    height: 260px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.team-block {
    padding: 10px;
}
table.table.trea_field input {
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
.home-readmore a {
    float: right;
    margin: -10px 0 10px;
    color: #eb6111;
}
.home-video {
    overflow-x: auto;
 	-webkit-overflow-scrolling: touch
}
td.bay_img input {
    cursor: pointer !important;
}