/*
Theme Name: Aqua
Theme URI: https://aqua.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://themeforest.net/user/jwsthemes
Version: 5.1.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: Aqua is a modern, gorgeous, thoroughly responsive WordPress spa and beauty WooCommerce website theme. Aqua is well-designed, malleable, minimalist and modular, best suite for spas, hair salons, barber shops, wellness centres, yoga classes, any and all health care business websites. Pre-designed skins that can be further customized with powerful theme options convert your Aqua website into your business carefully, tastefully branded online foothold within minutes.
Text Domain: aqua
*/
/* TYPOGRAPHY */
/* COLOR */
/* INPUT */
/* ICON */
/* BUTTON */
/* UTILITIES */
/* Reset */
/* SECTION */
768px:768px;
/* https://css-tricks.com/snippets/css/useful-css3-less-mixins/ */
/* animate feature box */
/* animate colorbox */
/* animate shake */
/* Animate btn play video */
/* Animate dot */
/*
--------------------------------------------------------------
Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:
$rembase:     14;
$line-height: 24;
---------- Examples
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)
* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)
---------- Vertical spacing
Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:
.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}
---------- Further reading
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
/* =Reset-------------------------------------------- */
/* STYLE GENERAL */
/* widget widget_tag_cloud */
/*Stats*/
/*Ul*/
/*End Ul*/
/*Mixitup*/
/*End Mixitup*/
/*Start Booking form*/
/*End Booking form*/
/*Plan*/
/*End Plan*/
/*Srart Right Fixed Sidebar */
/*End Right Fixed Sidebar*/
/*Dropcap*/
/*End Dropcap*/
/*block number*/
/* End block number */
/* Start bubble */
/* End bubble */
/*Block text*/
/*End Block text*/
/* Animate cart */
/* End Animate cart */
/* Css shortcode */
/* CSS SHORCODE GENERAL */
/* tb-boxshadow ( box-shadow ) */
/* colorbox */
/* END CSS SHORCODE GENERAL */
/* title */
/* feature_box */
/* Progress bar */
/* button */
/* Contact form */
/* tb-carousel */
/*Start Button Play video background */
/*End Button Play video*/
/* class PIE DOT */
/* wpb_accordion */
/* wpb_tabs */
/* tb-grid */
/* tb-btn */
/* rtb-booking-form */
/* booking-form-2 */
/* tb-menu-text-item */
/* tb-social */
/* tb-maps-info-content */
/*Page 404*/
/* widget Cart */
/*switch currency*/
/* responsive */
/* Back to top */
/*Page Demo*/
/* Button menu*/
/* End Button menu*/
/*Products Tabs*/
/* CSS CUSTOM WOO */
/* widget_shopping_cart */
/* mini cart */
/*!
 * jQuery UI CSS Framework 1.11.3
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
/* Interaction states
----------------------------------*/
/* Interaction Cues
----------------------------------*/
/* Overlays */
/* with multiple calendars */
/* RTL support */
/* Special div */
/* Space */
/* Video */
/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* Shadow style */
.easing-animation { transition:all .3s; }
.easing-animation-long { transition:all 0.7s; }
.special-zoom-in {
  animation:SpecialZoomIn 8s forwards;
  transform-origin:30% 0%;
}
.special-zoom-out {
  animation:SpecialZoomOut 8s forwards;
  transform-origin:30% 0%;
}
.clearfix:before, .clearfix:after {
  content:" ";
  display:table;
}
.clearfix:after { clear:both; }
.nopadding { padding:0; }
.col-nopadding {
  padding-left:0;
  padding-right:0;
}
.center-block {
  display:block;
  margin-right:auto;
  margin-left:auto;
}
.middle {
  position:relative;
  display:block;
  top:50%;
  transform:translateY(-50%);
}
.center {
  position:relative;
  display:block;
  top:50%;
  transform:translateY(-50%);
  margin-right:auto;
  margin-left:auto;
}
.bottom {
  position:relative;
  display:block;
  top:100%;
  transform:translateY(-100%);
}
.ab-center {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.ab-center:before, .ab-center:after {
  content:" ";
  display:table;
}
.ab-center:after { clear:both; }
.ab-bottom {
  position:absolute;
  top:100%;
  transform:translateY(-100%);
}
.ab-bottom:before, .ab-bottom:after {
  content:" ";
  display:table;
}
.ab-bottom:after { clear:both; }
.center-block {
  display:block;
  margin-right:auto;
  margin-left:auto;
}
@keyframes upDown {
  0% { transform:translateY(0px); }
  40% { transform:translateY(-20px); }
  100% { transform:translateY(0px); }
}
@-webkit-keyframes upDown {
  0% { -webkit-transform:translateY(0px); }
  40% { -webkit-transform:translateY(-20px); }
  100% { -webkit-transform:translateY(0px); }
}
@keyframes borderAnimate {
  0% { transform:scale(1); }
  70% { transform:scale(1.15); }
  100% { transform:scale(1.13); }
}
@-webkit-keyframes borderAnimate {
  0% { -webkit-transform:scale(1); }
  70% { -webkit-transform:scale(1.15); }
  100% { -webkit-transform:scale(1.13); }
}
@keyframes effZoom {
  from {
    opacity:0;
    transform:scale(8);
  }
  to {
    opacity:1;
    transform:scale(1);
  }
}
@-webkit-keyframes effZoom {
  from {
    opacity:0;
    -webkit-transform:scale(8);
  }
  to {
    opacity:1;
    -webkit-transform:scale(1);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -o-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform:translate3d(-10px,0,0);
    -ms-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform:translate3d(10px,0,0);
    -ms-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
@keyframes btnplayanimate {
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg); }
}
@-webkit-keyframes btnplayanimate {
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg); }
}
@keyframes dot-animation {
  0% { box-shadow:0px 0 0 0, 0px 0 0 0; }
  70% { box-shadow:10px 0 0 0, -10px 0 0 0; }
  100% { box-shadow:8px 0 0 0, -8px 0 0 0; }
}
@-webkit-keyframes dot-animation {
  0% { box-shadow:0px 0 0 0, 0px 0 0 0; }
  70% { box-shadow:10px 0 0 0, -10px 0 0 0; }
  100% { box-shadow:8px 0 0 0, -8px 0 0 0; }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity:0;
    -webkit-transform:translateY(20px);
    transform:translateY(20px);
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity:0;
    -moz-transform:translateY(20px);
    transform:translateY(20px);
  }
  100% {
    opacity:1;
    -moz-transform:translateY(0);
    transform:translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity:0;
    -webkit-transform:translateY(2000px);
  }
  60% {
    opacity:1;
    -webkit-transform:translateY(-30px);
  }
  80% { -webkit-transform:translateY(10px); }
  100% { -webkit-transform:translateY(0); }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity:0;
    -moz-transform:translateY(2000px);
  }
  60% {
    opacity:1;
    -moz-transform:translateY(-30px);
  }
  80% { -moz-transform:translateY(10px); }
  100% { -moz-transform:translateY(0); }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity:0;
    -ms-transform:translateY(2000px);
  }
  60% {
    opacity:1;
    -ms-transform:translateY(-30px);
  }
  80% { -ms-transform:translateY(10px); }
  100% { -ms-transform:translateY(0); }
}
@-o-keyframes bounceInUp {
  0% {
    opacity:0;
    -o-transform:translateY(2000px);
  }
  60% {
    opacity:1;
    -o-transform:translateY(-30px);
  }
  80% { -o-transform:translateY(10px); }
  100% { -o-transform:translateY(0); }
}
@keyframes bounceInUp {
  0% {
    opacity:0;
    transform:translateY(2000px);
  }
  60% {
    opacity:1;
    transform:translateY(-30px);
  }
  80% { transform:translateY(10px); }
  100% { transform:translateY(0); }
}
body .bg_primary { background-color:#84C340; }
body .primary_color { color:#84C340; }
body .btn_primary { background-color:#84C340; }
body .btn_primary:hover { background-color:#84C340; }
.error404-wrap-aqua {
  background-size:100% 100%;
  background-image:url('assets/images/image-404-01.png');
  margin:5% 0%;
  height:620px;
  position:relative;
}
.error-code-aqua {
  font-size:55px;
  font-weight:bold;
}
.content-404-aqua {
  left:25%;
  position:absolute;
  text-align:center;
  top:35%;
  width:30%;
}
.btn-404-aqua {
  margin-top:2%;
  width:30%;
  background:#84c340;
  color:#fff;
}
.ro-hr { border-top:1px solid #aaaaaa; }
.inline_middle > .container > .row > .wpb_column { font-size:16px; }
a {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  transition:all 0.4s ease 0s;
}
a:hover, a:target, a:focus {
  outline:none;
  color:#84C340;
}
input:focus, input:target, textarea:focus, textarea:target, select:focus, select:target { border-color:#84C340; }
button, input[type="button"], input[type="button"] { border:solid 1px; }
button:hover, input[type="button"]:hover, input[type="button"]:hover {
  background:#84C340;
  color:#FFF;
}
button:not(.wpb_button):hover, btn:hover, input[type="button"]:hover, input[type="submit"]:hover, .btn:hover { background:none; }
mark {
  background:none repeat scroll 0 0 #84C340;
  border-radius:3px;
  color:#fff;
  padding:2px 6px;
}
.icon-basic-heart.fa-heart { background:#444444; }
.tb-post-list .tb-post-side { margin-bottom:20px; }
.tb-post-list .tb-post-side .tb-post-side-img {
  float:left;
  height:55px;
  opacity:1;
  width:90px;
  overflow:hidden;
  transition:all 0.4s ease-in-out 0s;
  -webkit-transition:all 0.4s ease-in-out 0s;
  -moz-transition:all 0.4s ease-in-out 0s;
  -o-transition:all 0.4s ease-in-out 0s;
}
.tb-post-list .tb-post-side .tb-post-side-img:hover { opacity:0.7; }
.tb-post-list .tb-post-side .tb-post-side-ct {
  margin-left:100px;
  position:relative;
  top:-6px;
}
.tb-post-list .tb-post-side .tb-post-side-ct a {
  color:#444444;
  transition:all 0.3s ease-in-out 0s;
  -webkit-transition:all 0.3s ease-in-out 0s;
  -moz-transition:all 0.3s ease-in-out 0s;
  -o-transition:all 0.3s ease-in-out 0s;
}
.tb-post-list .tb-post-side .tb-post-side-ct a:hover { color:#84c340; }
.tb-post-list .tb-post-side .tb-post-side-ct .date {
  color:#bdbdbd;
  display:block;
  font-style:italic;
  font-weight:400;
}
.admin-bar .header-up { top:32px !important; }
.col-logo { line-height:0; }
.tb-header-v2 .col-logo img, .tb-header-shop .col-logo img {
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
  display:block;
}
.tb-header-v1 .col-logo img {
  margin-left:auto;
  margin-right:auto;
  display:block;
}
.tb-header-wrap.tb-header-v1 { padding:20px 0; }
.tb-header-wrap.tb-header-v2, .tb-header-wrap.tb-header-shop {
  text-align:center;
  padding-top:50px;
}
.tb-header-wrap.tb_header_fixed {
  width:100%;
  position:absolute;
  top:40px;
  z-index:999;
}
.tb-header-wrap.tb_header_fixed .col-logo { z-index:99; }
.tb-header-wrap.tb_header_fixed .col-menu {
  text-align:center;
  z-index:99;
}
.tb-header-wrap.tb-header-v1.tb_header_fixed .menu-list { background-color:rgba(255,255,255,0.5); }
.tb-header-wrap.tb-header-shop .header-menu-inner {
  border-bottom:1px solid #aaaaaa;
  border-top:1px solid #aaaaaa;
  display:inline-block;
}
.tb-header-wrap.tb-header-shop .header-menu-inner .textwidget { padding:15px 0; }
.tb-header-wrap.tb-header-shop .menubar-brand {
  border:2px solid #444444;
  display:inline-block;
  height:80px;
  margin:50px 0;
  padding:10px 15px;
  text-align:center;
}
.tb-header-wrap.tb-header-shop .menubar-brand img {
  height:100%;
  width:auto;
}
.tb-header-wrap .widget_search { margin-bottom:0; }
.tb-header-wrap .widget_search .search-form .screen-reader-text, .tb-header-wrap .widget_search .search-form .search-submit { display:none; }
.tb-header-wrap .widget_search .search-form .search-field {
  margin-bottom:0;
  border:none;
  background:transparent;
}
.tb-header-wrap .widget_search .search-form .search-field:focus { background:#FAFAFA; }
.tb-header-wrap .widget_search .search-form label {
  width:100%;
  max-width:250px;
  position:relative;
}
.tb-header-wrap .widget_search .search-form label:after {
  content:"\f002";
  font-family:FontAwesome;
  font-style:normal;
  font-weight:normal;
  text-decoration:inherit;
  font-size:18px;
  position:absolute;
  top:50%;
  right:10px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.tb-header-wrap .widget_mini_cart_wrap { position:relative; }
.tb-header-wrap .widget img { width:auto; }
.tb-header-wrap.tb-header-v8 .widget_search { margin-bottom:0; }
.tb-header-wrap.tb-header-v8 .widget_search .search-form .search-submit {
  display:inline-block;
  position:relative;
  text-indent:-99999px;
  border:none;
  background:transparent;
  width:40px;
  height:47px;
  float:left;
  border-bottom:1px solid #e6e6e6;
}
.tb-header-wrap.tb-header-v8 .widget_search .search-form label { display:inline-block; }
#nav > li.tb_logo_fixed { display:none; }
#nav > li.tb_logo_fixed >a { display:none; }
@media (min-width: 992px) {
  .tb-stick-active .tb-header-wrap.tb_stick_header {
    transition:all 0.7s;
    background-color:rgba(255,255,255,0.9);
    position:fixed;
    top:initial;
    z-index:999;
    width:100%;
    webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
    box-shadow:0 6px 12px rgba(0,0,0,0.175);
    padding:5px 0;
  }
  .tb-stick-active .tb-header-wrap.tb_stick_header .col-logo img {
    transition:all 0.7s;
    max-width:180px;
  }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb_header_fixed { background-color:rgba(0,0,0,0.9); }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb_header_fixed .menu-list { background-color:transparent; }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb_header_fixed #nav > li > a { color:#fff; }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb_header_fixed #nav > li > a:after { border-color:#fff; }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb_header_fixed .widget_mini_cart_wrap .header a.icon_cart_wrap { color:#FFF; }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v4 { padding:0; }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v4 .header-menu .menubar-inner >.container:after {
    webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
    box-shadow:0 6px 12px rgba(0,0,0,0.175);
  }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v4 .header-menu #nav > li > a { padding:30px 0; }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v7, .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v1 {
    top:initial;
    background-color:rgba(255,255,255,0.9);
  }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v7 .menu-list, .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v1 .menu-list { background-color:transparent; }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v7 #nav > li > a, .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v1 #nav > li > a { color:#444; }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v7 #nav > li > a:after, .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v1 #nav > li > a:after { border-color:#444; }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v7 .widget_mini_cart_wrap .header a.icon_cart_wrap, .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v1 .widget_mini_cart_wrap .header a.icon_cart_wrap { color:#444; }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v6 .header-menu:after { display:none; }
  .tb-stick-active .tb-header-wrap.tb_stick_header.tb-header-v6 .header-menu .menubar-inner >.container:after { box-shadow:none; }
  .tb-stick-active .tb_stick_header.tb-header-shop { padding-top:10px; }
  .tb-stick-active .tb_stick_header.tb-header-shop .header-sidebar { display:none; }
  .tb-stick-active .tb_stick_header.tb-header-v2 { padding-top:10px; }
  .tb-stick-active .tb_stick_header.tb-header-v2 .header-sidebar { display:none; }
  .tb-stick-active .tb_stick_header.tb-header-v2 #nav > li.tb_logo_fixed { display:table-cell; }
  .tb-stick-active .tb_stick_header.tb-header-v2 #nav > li { width:initial; }
}
.header-sidebar .sidebar-top-left, .header-sidebar .sidebar-top-right { display:inline-block; }
.header-sidebar .sidebar-top-left ul li {
  display:inline-block;
  position:relative;
}
.header-sidebar .sidebar-top-left ul li:after {
  content:"";
  background:#FFF;
  border-radius:50%;
  height:3px;
  position:absolute;
  right:-4px;
  top:calc(50%);
  width:3px;
}
.header-sidebar .sidebar-top-left ul li:last-child:after { background:none; }
.header-sidebar .sidebar-top-left ul li a {
  color:#fff;
  display:inline-block;
  font-size:13px;
  margin:4px 12px;
  line-height:33px;
}
.header-sidebar .sidebar-top-left ul li a i { font-size:16px; }
.header-sidebar .sidebar-top-right { text-align:right; }
.header-sidebar .sidebar-top-right ul li {
  display:inline-block;
  position:relative;
}
.header-sidebar .sidebar-top-right ul li a {
  color:#fff;
  display:inline-block;
  font-size:13px;
  margin:4px 12px;
  line-height:33px;
}
.header-sidebar .sidebar-top-right ul li a i { font-size:16px; }
.widget_tb_new_tabs_widget .nav-tabs {
  border:none;
  text-align:center;
}
.widget_tb_new_tabs_widget .nav-tabs li {
  margin-right:10px;
  display:inline-block;
  float:none;
  overflow:hidden;
  border-radius:20px;
  z-index:2;
}
.widget_tb_new_tabs_widget .nav-tabs li a {
  border-color:#D3D3D3;
  color:#D3D3D3;
  border-radius:0;
  line-height:20px;
  padding:6px 12px;
  border-radius:20px;
  text-transform:capitalize;
}
.widget_tb_new_tabs_widget .nav-tabs li a:hover { background:none; }
.widget_tb_new_tabs_widget .nav-tabs li.active a {
  border:solid 1px #84C340;
  color:#84C340;
}
.widget_tb_new_tabs_widget .tab-content {
  margin-top:30px;
  border:none;
}
.widget_tb_new_tabs_widget .tab-content .tab-pane .news-list {
  margin:0;
  padding:0;
}
.widget_tb_new_tabs_widget .tab-content .tab-pane.active {
  animation:slideUp .3s;
  -webkit-animation:slideUp .3s;
}
.tb-left .tb-blog.default { position:relative; }
.tb-left .tb-blog.default .tb-blog-image {
  width:50%;
  position:relative;
}
.tb-left .tb-blog.default .tb-content-block {
  padding:50px 40px 50px 60px;
  height:100%;
  position:absolute;
  right:0;
  top:0;
  width:50%;
}
.tb-left .tb-blog.default .tb-content-block .blog-desc {
  height:105px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tb-left .tb-blog.default .tb-content-block:before {
  border-bottom:20px solid transparent;
  border-right:26px solid #abdce1;
  border-top:20px solid transparent;
  content:" ";
  height:0;
  left:-25px;
  position:absolute;
  top:60px;
  width:0;
}
.tb-left .tb-blog.default .tb-content-block h2.blog-title a { font-style:italic; }
.tb-left .tb-blog.default .tb-content-block h2.blog-title, .tb-left .tb-blog.default .tb-content-block .blog-desc, .tb-left .tb-blog.default .tb-content-block .blog-info { padding:0; }
.tb-left .tb-blog.default .tb-content-block h2.blog-title:after { margin-left:0 !important; }
.tb-right .tb-blog.default { position:relative; }
.tb-right .tb-blog.default .tb-blog-image {
  width:50%;
  position:relative;
  float:right;
}
.tb-right .tb-blog.default .tb-content-block {
  padding:50px 40px 50px 60px;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  width:50%;
}
.tb-right .tb-blog.default .tb-content-block .blog-desc {
  height:105px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tb-right .tb-blog.default .tb-content-block:before {
  border-bottom:20px solid transparent;
  border-left:26px solid #d9d8c1;
  border-top:20px solid transparent;
  content:" ";
  height:0;
  position:absolute;
  right:-25px;
  top:60px;
  width:0;
}
.tb-right .tb-blog.default .tb-content-block h2.blog-title a { font-style:italic; }
.tb-right .tb-blog.default .tb-content-block h2.blog-title, .tb-right .tb-blog.default .tb-content-block .blog-desc, .tb-right .tb-blog.default .tb-content-block .blog-info { padding:0; }
.tb-right .tb-blog.default .tb-content-block h2.blog-title:after { margin-right:0 !important; }
.tb-blog.entry article {
  margin-bottom:30px;
  position:relative;
}
.tb-blog.entry article .shortcode-video {
  padding:0 !important;
  background:none !important;
}
.tb-blog.entry article .tb-content-block {
  position:absolute;
  width:80%;
  height:80%;
  left:10%;
  top:10%;
  text-align:center;
  opacity:0;
  transform:rotate(-10deg);
  -webkit-transform:rotate(-10deg);
  transition:.4s;
  -webkit-transition:.4s;
}
.tb-blog.entry article .tb-content-block .blog-title, .tb-blog.entry article .tb-content-block .blog-desc, .tb-blog.entry article .tb-content-block .blog-info { position:relative; }
.tb-blog.entry article .tb-content-block .blog-title p, .tb-blog.entry article .tb-content-block .blog-desc p, .tb-blog.entry article .tb-content-block .blog-info p { text-align:justify; }
.tb-blog.entry article .tb-content-block .blog-title {
  position:absolute;
  top:47%;
  left:50%;
  transform:translate3d(-50%,-50%,0);
  -webkit-transform:translate3d(-50%,-50%,0);
  -ms-transform:translateX(-50%) translateY(-50%);
  width:100%;
}
.tb-blog.entry article .tb-content-block .blog-title a {
  font-size:16px;
  position:relative;
  text-transform:uppercase;
  letter-spacing:3px;
  color:#444;
}
.tb-blog.entry article .tb-content-block .blog-title a:after {
  content:"";
  position:absolute;
  width:30px;
  height:1px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  bottom:-10px;
  border-bottom:solid 1px;
}
.tb-blog.entry article .tb-content-block .blog-info, .tb-blog.entry article .tb-content-block .blog-info a { font-size:13px; }
.tb-blog.entry article .tb-content-block .blog-info {
  color:#d0d0d0;
  overflow:hidden;
}
.tb-blog.entry article .tb-content-block .tb-social-buttons { padding:10px 0; }
.tb-blog.entry article .tb-content-block .tag-links a {
  border:1px solid;
  border-radius:2px;
  display:inline-block;
  line-height:normal;
  margin-right:2px;
  padding:0 5px;
}
.tb-blog.entry article .tb-content-block .tag-links a:hover { color:#FFF; }
.tb-blog.entry article .tb-content-block .about-author {
  padding:20px;
  margin-top:20px;
  background:#FAFAFA;
  border-top:solid 2px #84C340;
}
.tb-blog.entry article .tb-content-block .about-author .author-avatar {
  width:auto;
  display:inline-block;
  width:160px;
  vertical-align:top;
  line-height:0;
}
.tb-blog.entry article .tb-content-block .about-author .author-avatar img {
  width:100%;
  border-radius:50%;
}
.tb-blog.entry article .tb-content-block .about-author .author-info {
  width:calc(100% - 180px);
  display:inline-block;
  padding-left:30px;
}
.tb-blog.entry article .tb-content-block .about-author .author-info .subtitle { font-size:12px; }
.tb-blog.entry article .tb-content-block .about-author .author-info .name {
  text-transform:uppercase;
  font-weight:bold;
}
.tb-blog.entry article:hover .tb-content-block {
  opacity:1;
  transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
}
.tb-blog.entry article:hover .tb-blog-image img {
  transform:rotate(10deg) scale(1.3);
  -webkit-transform:rotate(10deg) scale(1.3);
}
.tb-blog.entry article blockquote { font-style:italic; }
.tb-blog.space > div article {
  max-width:270px;
  margin:0 auto 30px auto;
}
.tb-blog.space > div .tb-content-block { background:rgba(255,255,255,0.7); }
.tb-blog.space > div:nth-child(2n+1) .tb-content-block { background:rgba(198,217,198,0.7); }
.tb-blog.default article > div {
  width:50%;
  float:left;
}
.tb-blog.default article .tb-content-block {
  padding:40px 0;
  position:relative;
}
.tb-blog.default article .tb-content-block > div, .tb-blog.default article .tb-content-block > h2 { padding:0 40px; }
.tb-blog.default article .tb-content-block h2.blog-title {
  margin-bottom:30px;
  position:relative;
}
.tb-blog.default article .tb-content-block h2.blog-title a {
  text-transform:uppercase;
  font-style:normal;
  color:#fff;
}
.tb-blog.default article .tb-content-block h2.blog-title:after {
  border-top:2px solid #ffffff;
  content:" ";
  display:block;
  height:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  width:30px;
}
.tb-blog.default article .tb-content-block .blog-info {
  font-size:14px;
  font-style:italic;
  font-weight:400;
  margin-top:30px;
  text-align:right;
}
.tb-blog.default article .tb-content-block .blog-info span {
  display:inline-block;
  vertical-align:top;
}
.tb-blog.default article .tb-content-block .blog-info span:after {
  content:"/";
  padding:0 20px;
}
.tb-blog.default article .tb-content-block .blog-info span.comments-number:after { content:""; }
.tb-blog.direction_left article > div { float:right; }
.tb-blog.direction_left article .tb-content-block .blog-title { text-align:right; }
.tb-blog .tb-blog-image { overflow:hidden; }
.tb-blog .tb-blog-image.team-single {
  box-shadow:none;
  border:0;
}
.tb-blog .tb-blog-image .colorbox-wrap { display:none !important; }
.tb-blog .tb-blog-image img {
  transform:rotate(0deg) scale(1);
  -webkit-transform:rotate(0deg) scale(1);
  transition:8s;
  -webkit-transition:8s;
}
.tb-blog .team .tb-content-block {
  margin-top:0 !important;
  margin-bottom:20px;
}
.tb-blog .team .tb-content-block .blog-info { margin-top:10px; }
.tb-blog.testimonial .blog-title a {
  font-size:16px;
  text-transform:uppercase;
}
.tb-blog.testimonial article {
  margin:0;
  padding:50px 40px 0 40px;
}
.tb-blog.testimonial article:after {
  border-bottom:1px solid #aaaaaa;
  content:"";
  display:block;
  margin:50px auto 0 auto;
  width:80%;
}
.tb-blog .navigation { margin-bottom:20px !important; }
.tb-blog .pagination.ajax {
  padding:70px 0;
  margin:0;
  transition:opacity .4s;
  -webkit-transition:opacity .4s;
}
.tb-blog .pagination.ajax.blog-more-ajax-loading {
  opacity:.5;
  pointer-events:none;
  background:url('assets/images/loading-animate.gif') center center no-repeat;
}
.tb-blog .pagination.ajax a {
  font-size:18px;
  letter-spacing:2px;
}
.tb-pos-bottom {
  bottom:0;
  position:absolute;
  width:100%;
}
.line-end { display:none !important; }
.tb-blog-content-outer { padding:50px 0; }
.tb-blog-content-outer .ro-post-relate {
  float:right;
  max-width:200px;
}
.tb-blog-content-outer .ro-post-relate img { margin-bottom:30px; }
.post-template-basic-php .tb-blog .blog-info {
  text-align:right;
  margin-top:25px;
  margin-bottom:25px;
}
.post-template-basic-php .tb-blog .blog-info >span { margin-left:55px; }
.post-template-basic-php .tb-blog .blog-info >span a { color:#84C340; }
.tb-blog > .row { margin-bottom:20px; }
.tb-blog .post.sticky {
  background:#e1e1e1;
  color:#000000;
  padding:30px;
  position:relative;
}
.tb-blog .post.sticky .blog-title { color:#84C340; }
.tb-blog .post.sticky .blog-title a { color:#84C340; }
.tb-blog .post.sticky a { color:#84C340; }
.tb-blog .post.sticky .divider-1 span { background:#e1e1e1; }
.tb-blog .post.sticky .divider-1 span i { color:#FFFFFF; }
.tb-blog .post.sticky:after {
  width:70px;
  height:70px;
  position:absolute;
  text-align:center;
  content:"";
  top:-35px;
  right:-35px;
  z-index:1;
  border:35px solid transparent;
  border-left-color:#000000;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
}
.tb-blog .post.sticky:before {
  content:"\f08d";
  position:absolute;
  top:5px;
  right:10px;
  z-index:2;
  color:#FFFFFF;
  font-family:'FontAwesome';
}
.tb-blog .tb-blog-image {
  line-height:0;
  position:relative;
}
.tb-blog .tb-blog-image .blog-note {
  position:absolute;
  top:35px;
  left:35px;
  padding:15px;
  width:242px;
  border:1px solid #AAAAAA;
  background:rgba(255,255,255,0.7);
  font-size:18px;
}
.tb-blog .tb-blog-image .blog-note .blog-note-texts {
  font-style:italic;
  margin:20px 12px;
  line-height:25px;
}
.tb-blog .tb-blog-image .blog-note .blog-note-top {
  position:absolute;
  right:15px;
  font-size:18px;
  line-height:18px;
}
.tb-blog .tb-blog-image .blog-note .blog-note-bottom {
  position:absolute;
  right:15px;
  font-size:18px;
  line-height:18px;
  bottom:15px;
}
.tb-blog.blog article { border-bottom:1px solid #444; }
.tb-blog.blog article .blog-title {
  font-size:36px;
  margin-bottom:50px;
  margin-top:60px;
  font-style:italic;
}
.tb-blog.blog article .tb-content-block { margin-top:30px; }
.tb-blog.blog article .blog-info {
  text-align:right;
  margin-top:25px;
  margin-bottom:25px;
}
.tb-blog.blog article .blog-info >span { margin-left:55px; }
.tb-blog.blog article .blog-info >span a { color:#84C340; }
.tb-blog.blog article .shortcode-video {
  background:#000;
  padding:7px;
}
.tb-blog.blog .row:first-child .blog-title { margin-top:0; }
.title-bar, .woocommerce .title-bar-shop {
  padding:0px;
  margin:0px;
}
.title-bar, .woocommerce .title-bar-shop { color:#fff; }
.title-bar h1, .title-bar h2, .title-bar h3, .title-bar h4, .title-bar h5, .title-bar h6, .woocommerce .title-bar-shop h1, .woocommerce .title-bar-shop h2, .woocommerce .title-bar-shop h3, .woocommerce .title-bar-shop h4, .woocommerce .title-bar-shop h5, .woocommerce .title-bar-shop h6 { color:#fff; }
.title-bar a, .woocommerce .title-bar-shop a { color:#fff; }
.title-bar a:hover, .woocommerce .title-bar-shop a:hover { color:#84C340; }
.title-bar .page-title, .woocommerce .title-bar-shop .page-title {
  margin:0;
  padding:0;
  font-weight:600;
  line-height:30px;
  font-size:32px;
  text-transform:uppercase;
  color:#fff;
}
.title-bar .page-breadcrumb, .title-bar .woocommerce-breadcrumb, .woocommerce .title-bar-shop .page-breadcrumb, .woocommerce .title-bar-shop .woocommerce-breadcrumb {
  text-align:right;
  margin-bottom:0;
}
.title-bar .page-breadcrumb a, .title-bar .woocommerce-breadcrumb a, .woocommerce .title-bar-shop .page-breadcrumb a, .woocommerce .title-bar-shop .woocommerce-breadcrumb a { color:#fff; }
.title-bar .page-breadcrumb a:hover, .title-bar .woocommerce-breadcrumb a:hover, .woocommerce .title-bar-shop .page-breadcrumb a:hover, .woocommerce .title-bar-shop .woocommerce-breadcrumb a:hover { color:#84C340; }
.title-bar .page-breadcrumb span.current, .title-bar .woocommerce-breadcrumb span.current, .woocommerce .title-bar-shop .page-breadcrumb span.current, .woocommerce .title-bar-shop .woocommerce-breadcrumb span.current { color:#84C340; }
.title-bar.tpl2, .woocommerce .title-bar-shop.tpl2 { text-align:center; }
.title-bar.tpl2 .page-breadcrumb, .title-bar.tpl2 .woocommerce-breadcrumb, .woocommerce .title-bar-shop.tpl2 .page-breadcrumb, .woocommerce .title-bar-shop.tpl2 .woocommerce-breadcrumb { text-align:center; }
.title-bar.tpl2 .page-title, .woocommerce .title-bar-shop.tpl2 .page-title {
  font-size:55px;
  line-height:normal;
  display:inline-block;
  position:relative;
  border-top:2px solid;
  border-bottom:2px solid;
  margin-bottom:20px;
  text-transform:uppercase;
}
@media (max-width: 767px) {
  .title-bar .page-title, .title-bar .page-breadcrumb, .title-bar .woocommerce-breadcrumb, .woocommerce .title-bar-shop .page-title, .woocommerce .title-bar-shop .page-breadcrumb, .woocommerce .title-bar-shop .woocommerce-breadcrumb { text-align:center; }
  .title-bar .page-title, .woocommerce .title-bar-shop .page-title { margin-bottom:10px; }
}
.col-middle { line-height:30px; }
.post-navigation .nav-links { text-align:right; }
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
  display:inline-block;
  margin-left:20px;
}
.post-navigation .nav-links .nav-previous .btn, .post-navigation .nav-links .nav-next .btn {
  display:inline-block;
  vertical-align:top;
  font-weight:300;
  border-radius:50px;
}
.comments-area { margin-top:75px; }
.comments-area .comments-title {
  margin:0;
  font-weight:normal;
  font-size:24px;
}
.comments-area >span {
  margin-bottom:33px;
  display:inline-block;
}
.comments-area .comment-list { padding-left:0; }
.comments-area .comment-list li {
  padding:0 !important;
  border-top:none !important;
}
.comments-area .comment-list li:not(:last-child) .comment-body { margin-bottom:10px; }
.comments-area .comment-list li .comment-body {
  position:relative;
  background-color:#f7f7f7;
}
.comments-area .comment-list li .comment-body .comment-avatar {
  position:absolute;
  left:30px;
  top:30px;
  border:8px solid #fff;
}
.comments-area .comment-list li .comment-body .comment-avatar img {
  max-width:105px;
  display:block;
  margin:0;
}
.comments-area .comment-list li .comment-body .comment-info {
  position:relative;
  padding-left:185px;
  padding-top:30px;
}
.comments-area .comment-list li .comment-body .comment-info h4 {
  letter-spacing:initial;
  margin-bottom:22px;
}
.comments-area .comment-list li .comment-body .comment-info .comment-footer .comment-meta, .comments-area .comment-list li .comment-body .comment-info .comment-footer .reply {
  text-align:right;
  text-transform:initial;
  font-size:14px;
  font-style:italic;
  display:inline-block;
  vertical-align:top;
}
.comments-area .comment-list li .comment-body .comment-info .comment-footer .comment-meta a, .comments-area .comment-list li .comment-body .comment-info .comment-footer .reply a { color:#84C340; }
.comments-area .comment-list li .comment-body .comment-info .comment-footer .reply { margin-left:5px; }
.comments-area .comment-list li .comment-body .comment-info .comment-footer .reply a {
  color:#444;
  font-size:30px;
}
.comments-area .comment-list li .comment-body .comment-info .comment-footer .reply a:hover { color:#84C340; }
.comments-area .comment-list li .comment-body .comment-info .comment-footer { text-align:right; }
.comments-area .comment-list ol.children {
  padding:0;
  margin-left:50px;
}
@media (min-width: 1200px) {
  .comments-area .comment-list ol.children { margin-left:100px; }
}
.comments-area .comment-list ol.children .comment-body { margin-top:10px; }
.comment-reply-title { text-transform:uppercase; }
.comment-form { margin:50px 0; }
.comment-form p {
  line-height:normal;
  margin-top:15px;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  width:calc(50% - 10px);
  display:inline-block;
  margin-top:0;
  float:left;
}
.comment-form p.comment-form-email { margin-left:15px; }
.comment-form p label, .comment-form p textarea, .comment-form p input { width:100%; }
.comment-form p label { margin-bottom:5px; }
.comment-form p.comment-form-url {
  margin-right:0;
  width:calc(100%/3);
}
.comment-form p.form-submit { text-align:right; }
.comment-form p.form-submit .submit {
  display:inline-block;
  width:initial;
  padding:10px 40px;
  background:#84C340;
  border:none;
  color:#FFF;
  margin:0;
}
.comment-form p.form-submit .submit:hover { background:#444; }
@media (max-width: 361px) {
  .comment-form p.comment-form-email { margin-left:0; }
}
.pagination {
  width:100%;
  padding-top:30px;
}
.pagination .page-numbers {
  border:1px solid #f4f4f4;
  border-radius:0px;
  display:inline-block;
  line-height:normal;
  margin-left:5px;
  width:45px;
  height:45px;
  line-height:45px;
  text-align:center;
  vertical-align:top;
  color:#555555;
}
.pagination .page-numbers:hover {
  border-color:#84C340;
  color:#FFF;
  background:#84C340;
}
.pagination .page-numbers.current {
  border-color:#84C340;
  color:#fff;
  background:#84C340;
}
.pagination .page-numbers.current:hover { background:#84C340; }
.pagination .page-numbers.dots { border-color:transparent; }
.pagination a.next, .pagination a.prev {
  background-color:#555;
  color:#fff;
  border-color:#555;
}
.tb_footer {
  /* footer-top */
  color:#aaa;
  /* footer-bottom */
}
.tb_footer h3 { color:#fff; }
.tb_footer .footer-top { padding:40px 0; }
.tb_footer .footer-top .widget h3 {
  text-transform:uppercase;
  font-size:16px;
  margin-bottom:20px;
}
.tb_footer .footer-top .tb-social a { color:#444444; }
.tb_footer .footer-top .tb-social a:hover { color:#ffffff; }
.tb_footer .footer-top .widget_tb_list_icon_widget { margin-top:20px; }
.tb_footer .footer-top .widget_tb_list_icon_widget ul li i.fa { margin-right:10px; }
.tb_footer .footer-top .tb-widget-post-list ul.tb-post-list li { border-bottom:1px dotted #555; }
.tb_footer .footer-top .tb-widget-post-list ul.tb-post-list li:last-child { border-bottom:none; }
.tb_footer .footer-top .tb-widget-post-list ul.tb-post-list li .tb-meta { width:calc( (100% / 3) - 12px ); }
.tb_footer .footer-top .tb-widget-post-list ul.tb-post-list li .tb-meta .date span { font-size:10px; }
.tb_footer .footer-top .tb-widget-post-list ul.tb-post-list li .tb-details { width:calc( 100% - (100% / 3) + 8px); }
.tb_footer .footer-top .tb-widget-post-list ul.tb-post-list li .tb-details h4 a {
  display:block;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}
.tb_footer .footer-top .widget.widget_tb_recent_work_widget ul { margin-left:-6px; }
.tb_footer .footer-top .widget.widget_tb_recent_work_widget ul li {
  display:inline-block;
  vertical-align:top;
  margin:6px;
  width:calc(100% / 3 - 12px);
  font-size:0;
  line-height:normal;
}
.tb_footer .footer-top .widget.widget_tb_recent_work_widget ul li a {
  border:1px solid #84C340;
  border-radius:50%;
  display:inline-block;
  overflow:hidden;
  padding:4px;
  position:relative;
  width:100%;
  font-size:0;
}
.tb_footer .footer-top .widget.widget_tb_recent_work_widget ul li a img { border-radius:50%; }
.tb_footer .footer-top .widget.widget_tb_recent_work_widget ul li a:after {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  border-radius:50%;
  left:0;
  top:0;
  z-index:1;
  transition:.6s;
  -webkit-transition:.6s;
}
.tb_footer .footer-top .widget.widget_tb_recent_work_widget ul li a:hover:after {
  /* box-shadow: 0 0 0 60px rgba(228, 67, 44, 0.5) inset; */
  box-shadow:0 0 0 300px rgba(132,195,64,0.4) inset;
}
.tb_footer .footer-top .widget.widget_tb_opening_hours_widget ul li {
  border-bottom:1px dotted #555;
  padding:4px 0;
}
.tb_footer .footer-top .widget.widget_tb_opening_hours_widget ul li:last-child { border-bottom:none; }
.tb_footer .footer-top .widget.widget_tb_opening_hours_widget ul li .time {
  float:right;
  font-size:13px;
}
.tb_footer .footer-top .widget.widget_tb_opening_hours_widget ul li .time.open { color:#84C340; }
.tb_footer .footer-top .widget.widget_tb_opening_hours_widget ul li .time.closed { color:#F2092C; }
.tb_footer .footer-top .tb-col4 { padding-left:65px; }
.tb_footer .footer-top .widget { padding:20px 0; }
.tb_footer .footer-top .btn {
  margin:15px 0;
  border:1px solid #444444;
  color:#ffffff !important;
}
.tb_footer .footer-top .btn:hover {
  background-color:#444444 !important;
  border-color:#ffffff !important;
}
.tb_footer .footer-top .tnp-widget form {
  position:relative;
  overflow:hidden;
}
.tb_footer .footer-top .tnp-widget form:after {
  font-family:"aqua icon" !important;
  content:"\e1fd";
  font-size:18px;
  line-height:41px;
  text-align:center;
  position:absolute;
  top:0;
  right:0;
  width:40px;
  color:#fff;
  background:#444444;
  z-index:9;
}
.tb_footer .footer-top .tnp-widget form p input {
  margin:0;
  background:#FFFFFF;
  border:1px solid #000;
  box-shadow:none;
}
.tb_footer .footer-top .tnp-widget form p input:focus, .tb_footer .footer-top .tnp-widget form p input:active { border:1px solid #84C340; }
.tb_footer .footer-top .tnp-widget form p:last-child {
  position:absolute;
  top:0;
  right:0;
  width:40px;
  background:transparent;
  z-index:99;
}
.tb_footer .footer-top .tnp-widget form p:last-child input {
  border:none;
  color:transparent;
  background:transparent;
}
.tb_footer .footer-bottom { padding:20px 0; }
.tb_footer .footer-bottom h6 {
  margin:10px;
  letter-spacing:1.6px;
}
.tb_footer .footer-bottom .sidebar-bottom-right {
  display:inline-block;
  text-align:right;
}
.tb_footer .footer-bottom .sidebar-bottom-right ul li {
  display:inline-block;
  position:relative;
}
.tb_footer .footer-bottom .sidebar-bottom-right ul li:after {
  content:"";
  background:#999;
  border-radius:50%;
  height:3px;
  position:absolute;
  right:-4px;
  top:calc(50%);
  width:3px;
}
.tb_footer .footer-bottom .sidebar-bottom-right ul li:last-child:after { background:none; }
.tb_footer .footer-bottom .sidebar-bottom-right ul li a {
  display:inline-block;
  margin:4px 12px;
  line-height:33px;
}
.tb_footer .footer-bottom .sidebar-bottom-left .textwidget, .tb_footer .footer-bottom .sidebar-bottom-right ul li a {
  font-size:13px;
  line-height:normal;
  display:inline;
}
.tb_footer.v1 { background-color:#222; }
.tb_footer.v1 .footer-bottom { border-top:1px solid #999999; }
.tb_footer.v1 .footer-top .tb-col4 { border-left:1px solid #999999; }
.tb_footer.white { background-color:#fff; }
.tb_footer.white .footer-bottom { border-top:1px solid #999999; }
.tb_footer.white .footer-top, .tb_footer.white .footer-bottom { color:#444444; }
.tb_footer.white .footer-top h6, .tb_footer.white .footer-bottom h6 { color:#444; }
.tb_footer.white .footer-top { border-top:1px solid #999999; }
.tb_footer.white .footer-top .newsletter form { position:relative; }
.tb_footer.white .footer-top .newsletter form:after { background:#000; }
.tb_footer.white .footer-top .tb-col4 { border-left:1px solid #999999; }
.tb_footer.white .footer-top .btn {
  margin:15px 0;
  background-color:transparent !important;
  border:1px solid #444444 !important;
  color:#444444 !important;
}
.tb_footer.white .footer-top .btn:hover, .tb_footer.white .footer-top .btn:focus {
  background-color:#84C340 !important;
  border-color:#84C340 !important;
  color:#ffffff !important;
}
.tb_footer.white .footer-top .tb-social a { color:#444444; }
.tb_footer.white .footer-top .tb-social a:hover { color:#84C340; }
.tb_footer.white .footer-top .newsletter p input {
  margin:0;
  background:#FFFFFF;
  border:1px solid #444444;
}
.tb_footer.white .widget h3 { color:#444; }
.widget.widget_tag_cloud .tagcloud a {
  border:1px solid;
  border-radius:2px;
  display:inline-block;
  line-height:normal;
  margin-right:2px;
  margin-bottom:4px;
  padding:0 5px;
}
.widget.widget_tag_cloud .tagcloud a:hover { color:#84C340; }
.tb_stats {
  padding:50px 30px 50px 0;
  text-align:center;
  width:100%;
}
.tb_stats.brddark {
  border-right:1px solid rgba(0,0,0,0.1);
  padding:50px 30px 50px 0;
  text-align:center;
  width:100%;
}
.tb_stats .num {
  color:#232d37;
  font-size:40px;
  font-weight:800;
  margin-bottom:10px;
}
.tb_stats .type {
  color:#c3cdd7;
  font-size:11px;
  font-weight:200;
  letter-spacing:2px;
}
.tb_stats .type .white {
  color:#fff;
  font-size:11px;
  font-weight:200;
  letter-spacing:2px;
}
.tb_stats.stats-alt {
  border-right:1px solid #eff4f7;
  padding:10px 0;
  text-align:center;
  width:100%;
}
.tb_stats.stats-alt.brddark {
  border-right:1px solid rgba(0,0,0,0.1);
  padding:10px 0;
  text-align:center;
  width:100%;
}
.tb_stats.stats-alt .num {
  color:#232d37;
  font-size:20px;
  font-weight:800;
  margin-bottom:10px;
}
.tb_stats.stats-alt .type {
  color:#c3cdd7;
  font-size:8px;
  font-weight:200;
  letter-spacing:2px;
  line-height:12px;
}
.tb_stats.stats-alt .type.white {
  color:#fff;
  font-size:8px;
  font-weight:200;
  letter-spacing:2px;
}
.disc li { list-style:disc; }
.decimal li { list-style:decimal; }
ul.arrow, ul.arrow-double, ul.tick, ul.cross, ul.star, ul.rss {
  list-style:none;
  padding:0;
  margin:0;
}
ul.arrow li:after, ul.arrow li:before, ul.arrow-double li:after, ul.arrow-double li:before, ul.tick li:after, ul.tick li:before, ul.cross li:after, ul.cross li:before, ul.star li:after, ul.star li:before, ul.rss li:after, ul.rss li:before {
  font-family:FontAwesome;
  font-size:11px;
  line-height:22px;
  color:#84C340;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before { margin-right:5px; }
ul.arrow li::before { content:"\f105"; }
ul.arrow-double li::before { content:"\f101"; }
ul.tick li::before { content:"\f00c"; }
ul.cross li::before { content:"\f00d"; }
ul.star li::before { content:"\f006"; }
ul.rss li::before { content:"\f09e"; }
#Container .mix { display:none; }
.rtb-booking-form { font-size:0; }
.rtb-booking-form .rtb-message {
  font-size:16px;
  text-align:center;
}
.rtb-booking-form .reservation, .rtb-booking-form .contact {
  display:inline-block;
  vertical-align:top;
  width:50%;
  font-size:16px;
  padding:5px;
}
.rtb-booking-form .reservation input, .rtb-booking-form .reservation textarea, .rtb-booking-form .reservation select, .rtb-booking-form .contact input, .rtb-booking-form .contact textarea, .rtb-booking-form .contact select {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  margin-bottom:30px;
  font-size:16px;
  min-height:40px;
  padding:4px 15px;
}
.rtb-booking-form .btn_submit button {
  background:#444444;
  color:#FFF;
  font-size:16px;
  padding:10px;
  width:100%;
  text-transform:uppercase;
  letter-spacing:2px;
}
.rtb-booking-form .btn_submit button:hover {
  background:#84C340;
  border-color:#84C340;
}
.rtb-booking-form legend { display:none; }
.rtb-booking-form label {
  width:15%;
  display:inline-block;
}
.rtb-booking-form input {
  padding:10px;
  width:100% !important;
  max-width:100% !important;
  display:block;
}
body .plan {
  max-width:370px;
  margin:0 auto 30px auto !important;
  position:relative;
  overflow:hidden;
  list-style:none outside none;
  margin:0;
  padding:0 0 50px;
  border:1px solid #aaaaaa;
  text-align:center;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
}
body .plan.featured > li .tb-btn-bd-1 { font-size:13px; }
body .plan.featured > li.plan-name {
  color:#FFF;
  background-color:#84C340;
}
body .plan.featured > li.plan-name .uk-badge-danger {
  background:#FFF;
  color:#84C340;
  border-radius:10px;
}
body .plan ul {
  margin:0;
  padding:40px 30px 30px;
}
body .plan ul li:not(:first-child) {
  border-top:1px solid #aaaaaa;
  line-height:50px;
  padding:0;
}
body .plan li {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  list-style:none;
  background:#FFF;
}
body .plan li .tb-btn-bd-1 { font-size:13px; }
body .plan li.plan-name {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  border-top:0 none;
  padding-top:25px;
}
body .plan li.plan-price {
  position:relative;
  border-top:0 none;
  padding:0;
  line-height:0;
  overflow:hidden;
}
body .plan li.plan-price img { width:100%; }
body .plan li.plan-price .tb-overlay {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:512;
  opacity:0;
  padding:10px;
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
}
body .plan li.plan-price .tb-overlay .tb-cell-vertical-wrapper {
  display:table;
  height:100%;
  width:100%;
  background-color:rgba(255,255,255,0.8);
}
body .plan li.plan-price .tb-overlay .tb-cell-vertical-wrapper .tb-cell-middle {
  display:table-cell;
  vertical-align:middle;
}
body .plan li.plan-price .tb-overlay .tb-cell-vertical-wrapper .tb-cell-middle h1 { margin:0; }
body .plan li.plan-price .tb-overlay .tb-cell-vertical-wrapper .tb-cell-middle h1 .tb-small { font-size:50%; }
body .plan li.plan-price .tb-overlay .tb-cell-vertical-wrapper .tb-cell-middle h5 { margin:0; }
body .plan:hover li.plan-price .tb-overlay {
  opacity:1;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}
.tb_right_fx_wrap {
  position:fixed;
  right:0;
  top:210px;
  background:#FFF;
  z-index:99999;
}
.tb_right_fx_wrap .widget_shopping_cart {
  margin-bottom:0 !important;
  position:relative;
}
.tb_right_fx_wrap .widget_shopping_cart .wg-title {
  font-size:0;
  padding:10px;
  border:1px solid #000;
  display:inline-block;
  margin-bottom:0;
}
.tb_right_fx_wrap .widget_shopping_cart .wg-title:after {
  content:"\f07a";
  font-family:FontAwesome;
  font-size:20px;
  cursor:pointer;
}
.tb_right_fx_wrap .widget_shopping_cart .widget_shopping_cart_content {
  visibility:hidden;
  position:absolute;
  top:45px;
  right:0;
  background:#FFF;
  min-width:215px;
  transition:all 1s ease;
  transform:translateX(100%);
}
.tb_right_fx_wrap .widget_shopping_cart .widget_shopping_cart_content.active {
  visibility:visible;
  transform:translateX(0);
}
.tb_right_fx_wrap .widget_shopping_cart .widget_shopping_cart_content .product_list_widget { border-radius:0; }
.tb_dropcap:first-letter {
  color:#666;
  display:block;
  float:left;
  font-size:50px;
  line-height:40px;
  padding:4px 8px 0 0;
  overflow:hidden;
}
.tb_blocknumber {
  min-height:45px;
  padding:5px 0 5px 60px;
  position:relative;
}
.tb_blocknumber span {
  display:block;
  font-weight:bold;
  height:48px;
  left:0;
  line-height:48px;
  position:absolute;
  text-align:center;
  top:0;
  width:48px;
}
.tb_blocknumber span.rounded { border-radius:5px; }
.tb_blocknumber span.circle { border-radius:100%; }
.tb_bubble { position:relative; }
.tb_bubble cite {
  left:15px;
  padding-left:40px;
  bottom:-30px;
  display:block;
  height:30px;
  line-height:36px;
  position:absolute;
}
.tb_bubble cite span {
  border-left-color:transparent !important;
  border-bottom-color:transparent !important;
  left:0;
  content:" ";
  display:block;
  height:0;
  position:absolute;
  top:0;
  width:0;
}
.rtl .tb_bubble cite {
  padding-right:40px;
  right:15px;
}
.rtl .tb_bubble cite span {
  border-right-color:transparent !important;
  right:0;
}
.tb_block_text.rounded { border-radius:5px; }
.widget_mini_cart_wrap.animate_cart {
  -webkit-animation:shake .5s ease;
  -moz-animation:shake .5s ease;
  -o-animation:shake .5s ease;
}
.tb-boxshadow { box-shadow:0 0 70px 8px rgba(0,0,0,0.7); }
.colorbox-wrap {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:rgba(132,195,64,0.4);
  overflow:hidden;
  opacity:0;
  transition:.8s;
  -webkit-transition:.8s;
}
.colorbox-wrap:hover { opacity:1; }
.colorbox-wrap:hover .colorbox {
  animation:effZoom .3s ease;
  -webkit-animation:effZoom .3s ease;
}
.colorbox-wrap:hover .colorbox-inner a {
  transform:translateX(0) !important;
  -webkit-transform:translateX(0) !important;
}
.colorbox-wrap:hover .colorbox-inner a i {
  transition:.2s;
  -webkit-transition:.2s;
}
.colorbox-wrap:hover .colorbox-inner a:hover i {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.colorbox-wrap .colorbox {
  width:50px;
  height:50px;
  line-height:46px;
  border-radius:50%;
  border:solid 2px #FFF;
  text-align:center;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  margin:auto;
}
.colorbox-wrap .colorbox i {
  color:#FFF;
  font-size:unset;
  transition:.3s;
  -webkit-transition:.3s;
}
.colorbox-wrap .colorbox-inner {
  display:inline-block;
  text-align:center;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate3d(-50%,-50%,0);
  -webkit-transform:translate3d(-50%,-50%,0);
  -ms-transform:translateX(-50%) translateY(-50%);
}
.colorbox-wrap .colorbox-inner a {
  display:inline-block;
  width:50px;
  height:50px;
  line-height:46px;
  border-radius:50%;
  border:solid 2px #FFF;
  margin:0 5px;
  color:#FFF;
}
.colorbox-wrap .colorbox-inner a.cb-popup {
  transform:translateX(-100px);
  -webkit-transform:translateX(-100px);
}
.colorbox-wrap .colorbox-inner a.cb-link {
  transform:translateX(100px);
  -webkit-transform:translateX(100px);
}
.colorbox-wrap a:hover i {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.tpl1 .colorbox-wrap .colorbox { border:none; }
h3.headline {
  letter-spacing:0.1em;
  margin:0 0 55px;
}
h3.headline.underline:after {
  background-color:#666;
  content:"";
  display:block;
  height:1px;
  position:relative;
  top:15px;
  width:30px;
}
h3.headline.underline.text-left:after, h3.headline.underline.text-left span:after { margin:0; }
h3.headline.underline.text-right:after, h3.headline.underline.text-right span:after {
  margin:auto 100%;
  transform:translateX(-100%);
  webkit-transform:translateX(-100%);
  moz-transform:translateX(-100%);
  o-transform:translateX(-100%);
}
h3.headline.underline.text-center:after, h3.headline.underline.text-center span:after { margin:auto; }
h1.headline { margin:0; }
.feature-box .feature-icon-image {
  position:relative;
  z-index:2;
}
.feature-box .feature-icon-image .colorbox-wrap { z-index:1; }
.feature-box .feature-icon-image .colorbox-wrap .colorbox i {
  font-size:unset;
  color:#FFF;
}
.feature-box.tpl1.circle .feature-icon-image { border-radius:50%; }
.feature-box.tpl1.circle .feature-icon-image img { border-radius:50%; }
.feature-box.tpl1.circle .feature-icon-image .colorbox-wrap { border-radius:100%; }
.feature-box.tpl1.circle .feature-icon-image:before { border-radius:100%; }
.feature-box.tpl1.square .feature-icon-image { border-radius:4px; }
.feature-box.tpl1.square .feature-icon-image img { border-radius:4px; }
.feature-box.tpl1.square .feature-icon-image:before { border-radius:4px; }
.feature-box.tpl1 .feature-icon-image {
  width:133px;
  height:133px;
  margin:0 auto;
  line-height:132px;
  border:solid 1px transparent;
  box-shadow:0 0 0 1px #84C340 inset;
  padding:4px;
  transition:.3s;
  -webkit-transition:.3s;
}
.feature-box.tpl1 .feature-icon-image > i {
  font-size:24px;
  color:#84C340;
  transition:.3s;
  -webkit-transition:.3s;
}
.feature-box.tpl1 .feature-icon-image:before {
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  border:solid 1px transparent;
}
.feature-box.tpl1:hover .feature-icon-image > i { color:#FFF; }
.feature-box.tpl1:hover .feature-icon-image:before {
  animation:borderAnimate .4s ease;
  -webkit-animation:borderAnimate .4s ease;
  transform:scale(1.13);
  -webkit-transform:scale(1.13);
}
.feature-box.tpl1.left .feature-icon-image {
  width:100px;
  height:100px;
  line-height:100px;
  float:left;
}
.feature-box.tpl1.left .feature-block { padding-left:120px; }
.feature-box.tpl1.left .feature-block h4 {
  padding-bottom:0;
  padding-top:0;
  margin-bottom:15px;
}
.feature-box.tpl1.left .feature-block h4:before { background:transparent; }
.feature-box.tpl1.right .feature-icon-image {
  width:100px;
  height:100px;
  line-height:100px;
  float:right;
}
.feature-box.tpl1.right .feature-block {
  width:calc(100% - 100px);
  padding-right:20px;
}
.feature-box.tpl1.right .feature-block h4 {
  padding-bottom:0;
  margin-bottom:15px;
  padding-top:0;
}
.feature-box.tpl1.right .feature-block h4:before { background:transparent; }
.feature-box.tpl1 .feature-block { margin-top:20px; }
.feature-box.tpl1 .feature-block h4 {
  position:relative;
  padding-bottom:15px;
  margin-bottom:15px;
}
.feature-box.tpl1 .feature-block h4:before {
  bottom:0;
  content:"";
  left:50%;
  position:absolute;
  transform:translate3d(-50%,0px,0px);
  -webkit-transform:translate3d(-50%,0px,0px);
  -ms-transform:translateX(-50%) translateY(0);
  width:20%;
  height:2px;
  background:#84C340;
}
.feature-box.tpl1 .feature-block a { text-transform:uppercase; }
.feature-box.border_white {
  border:4px solid #FFFFFF;
  padding:30px 0;
}
.feature-box.border_white img { width:auto !important; }
.feature-box.tpl2 .feature-block h4 {
  letter-spacing:0.1em;
  position:relative;
}
.feature-box.tpl2 .feature-block h4:after {
  content:"";
  position:absolute;
  left:50%;
  bottom:-8px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  width:0px;
  height:1px;
  transition:all 0.4s ease 0s;
  -webkit-transition:all 0.4s ease 0s;
}
.feature-box.tpl2:hover .feature-block h4:after {
  width:30px;
  background:#444;
}
.feature-box.tpl2 .feature-icon { overflow:hidden; }
.feature-box.tpl2 .feature-icon span {
  display:inline-block;
  position:relative;
}
.feature-box.tpl2 .feature-icon span:after, .feature-box.tpl2 .feature-icon span:before {
  content:"";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  width:500px;
  border-bottom:1px dotted #D3D3D3;
}
.feature-box.tpl2 .feature-icon span:after { left:-515px; }
.feature-box.tpl2 .feature-icon span:before { right:-515px; }
.feature-box.tpl2 .feature-icon span i { color:#D3D3D3; }
.feature-box.tpl2.right-arrow, .feature-box.tpl2.left-arrow {
  position:relative;
  border-radius:2px;
  overflow:visible !important;
  z-index:9;
}
.feature-box.tpl2.right-arrow .feature-image, .feature-box.tpl2.left-arrow .feature-image {
  transform:scale(1) !important;
  -webkit-transform:scale(1) !important;
}
.feature-box.tpl2.right-arrow:before, .feature-box.tpl2.left-arrow:before {
  content:"";
  position:absolute;
  top:20%;
  width:10px;
  height:10px;
  background:#555;
  border-radius:100%;
}
.feature-box.tpl2.left-arrow:before { left:-20px; }
.feature-box.tpl2.right-arrow:before { right:-20px; }
.feature-box.tpl2.right-arrow:after, .feature-box.tpl2.left-arrow:after {
  content:"";
  position:absolute;
  top:calc(20% - 5px);
  z-index:0;
  border:10px solid transparent;
}
.feature-box.tpl2.right-arrow:after {
  right:-16px;
  border-left:solid 10px #f2f2f2;
}
.feature-box.tpl2.left-arrow:after {
  left:-16px;
  border-right:solid 10px #f2f2f2;
}
.feature-box.tpl2.left { overflow:hidden; }
.feature-box.tpl2.left .feature-image {
  position:relative;
  width:40%;
  display:inline-block;
  vertical-align:top;
  line-height:0;
  transform:scale(1.02);
  -webkit-transform:scale(1.02);
}
.feature-box.tpl2.left .feature-image img { width:100%; }
.feature-box.tpl2.left .feature-block {
  width:60%;
  display:inline-block;
  padding:40px 50px;
  margin-left:-4px;
}
.feature-box.tpl2.left .feature-block h4 {
  position:relative;
  padding-bottom:15px;
  margin-bottom:15px;
}
.feature-box.tpl2.right { overflow:hidden; }
.feature-box.tpl2.right .feature-block {
  width:60%;
  display:inline-block;
  padding:40px 50px;
}
.feature-box.tpl2.right .feature-block h4 {
  padding-bottom:15px;
  margin-bottom:15px;
}
.feature-box.tpl2.right .feature-image {
  width:40%;
  display:inline-block;
  position:relative;
  vertical-align:top;
  line-height:0;
  margin-left:-4px;
  transform:scale(1.02);
  -webkit-transform:scale(1.02);
}
.feature-box.tpl2.right .feature-image img { width:100%; }
.feature-box.tpl2.center {
  max-width:370px;
  margin:0 auto 30px auto !important;
}
.feature-box.tpl2.center .feature-block { display:inline-block; }
.feature-box.tpl2.center .feature-image {
  width:100%;
  display:inline-block;
  position:relative;
  vertical-align:top;
  line-height:0;
  margin-bottom:30px;
}
.feature-box.tpl3 {
  position:relative;
  transition:.4s;
  -webkit-transition:.4s;
}
.feature-box.tpl3 .feature-block {
  position:absolute;
  top:40px;
  left:0;
  z-index:3;
}
.feature-box.tpl3 .feature-block > h3 {
  margin-bottom:30px;
  position:relative;
  color:#ffffff;
  transition:.4s;
  -webkit-transition:.4s;
}
.feature-box.tpl3 .feature-block > h3:after {
  content:"";
  width:0;
  border-bottom:1px solid;
  position:absolute;
  left:50%;
  bottom:-6px;
  transition:all 0.4s ease 0s;
  -webkit-transition:all 0.4s ease 0s;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.feature-box.tpl3 .feature-block > div {
  padding:10px 20px;
  background:rgba(255,255,255,0.7);
}
.feature-box.tpl3 .feature-image {
  transition:.4s;
  -webkit-transition:.4s;
  position:relative;
  z-index:1;
}
.feature-box.tpl3:hover .feature-block > h3 {
  transform:translateY(-10px);
  -webkit-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
}
.feature-box.tpl3:hover .feature-block > h3:after { width:30px; }
.feature-box.tpl3:hover .feature-image {
  transform:scaleY(1.04);
  -webkit-transform:scaleY(1.04);
  -ms-transform:scaleY(1.04);
}
.vc_progress_bar.style1.small .vc_single_bar { height:8px; }
.vc_progress_bar.style1.small .vc_single_bar .vc_bar { height:8px; }
.vc_progress_bar.style1.medium .vc_single_bar { height:16px; }
.vc_progress_bar.style1.medium .vc_single_bar .vc_bar { height:16px; }
.vc_progress_bar.style1.large .vc_single_bar { height:24px; }
.vc_progress_bar.style1.large .vc_single_bar .vc_bar { height:24px; }
.vc_progress_bar.style1 .vc_single_bar, .vc_progress_bar.style1 .vc_bar { border-radius:100px !important; }
.wpb_button_a {
  position:relative;
  z-index:2;
}
.wpb_button_a.rounded, .wpb_button_a.rounded .wpb_button, .wpb_button.rounded { border-radius:100px; }
.tb-form-contact.without-label label { display:none; }
.tb-form-contact span {
  display:block;
  position:relative;
}
.tb-form-contact span:after {
  color:#AAA;
  font-size:14px;
  position:absolute;
  right:22px;
  top:50%;
  transform:translate3d(0,-50%,0);
  -webkit-transform:translate3d(0,-50%,0);
  -ms-transform:translateX(0) translateY(-50%);
  font-family:FontAwesome;
  font-style:normal;
  font-weight:normal;
}
.tb-form-contact .form-name span:after { content:"\f007"; }
.tb-form-contact .form-email span:after { content:"\f199"; }
.tb-form-contact .form-telephone span:after { content:"\f095"; }
.tb-form-contact .form-country span:after { content:"\f041"; }
.tb-form-contact .form-city span:after { content:"\f041"; }
.tb-form-contact .form-company span:after { content:"\f0b1"; }
.tb-form-contact .form-website span:after { content:"\f1d8"; }
.tb-carousel .owl-pagination {
  position:absolute !important;
  bottom:-40px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.tb-carousel .owl-buttons .owl-prev, .tb-carousel .owl-buttons .owl-next {
  position:absolute;
  top:50%;
  z-index:5;
  padding:30px 20px !important;
  margin:0 !important;
  border-radius:0 !important;
  background:rgba(0,0,0,0.8) !important;
  color:#FFF !important;
  text-transform:uppercase;
  transition:.3s;
  -webkit-transition:.3s;
  transform:translate3d(0%,-50%,0);
  -webkit-transform:translate3d(0%,-50%,0);
  -ms-transform:translateX(0) translateY(-50%);
}
.tb-carousel .owl-buttons .owl-prev {
  left:0;
  transform:translate3d(-100%,-50%,0);
  -webkit-transform:translate3d(-100%,-50%,0);
  -ms-transform:translateX(-100%) translateY(-50%);
}
.tb-carousel .owl-buttons .owl-next {
  right:0;
  transform:translate3d(100%,-50%,0);
  -webkit-transform:translate3d(100%,-50%,0);
  -ms-transform:translateX(100%) translateY(-50%);
}
.tb-carousel.testimonial.default {
  padding:15px 0;
  border-width:1px 0 1px 0;
  position:relative;
}
.tb-carousel.testimonial.default .tb_carousel_content { text-align:center; }
.tb-carousel.testimonial.default .tb_carousel_content .tb_carousel_title { margin-bottom:20px; }
.tb-carousel.testimonial.default .tb_carousel_content .tb_carousel_title a {
  text-transform:uppercase;
  font-size:16px;
}
.tb-carousel.testimonial.default .owl-controls { margin-top:0; }
.tb-carousel.testimonial.default .owl-buttons .owl-prev, .tb-carousel.testimonial.default .owl-buttons .owl-next {
  position:relative;
  transform:none;
  -webkit-transform:none;
  left:initial;
  right:initial;
  padding:0 !important;
  margin:0 10px !important;
  width:30px;
  height:30px;
  background:transparent !important;
}
.tb-carousel.testimonial.default .owl-buttons .owl-prev:before, .tb-carousel.testimonial.default .owl-buttons .owl-next:before {
  font-family:"aqua icon" !important;
  content:attr(data-icon);
  font-style:normal !important;
  font-weight:normal !important;
  font-variant:normal !important;
  text-transform:none !important;
  speak:none;
  line-height:inherit;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"b";
  font-size:16px;
  font-weight:600 !important;
  color:#444444 !important;
}
.tb-carousel.testimonial.default .owl-buttons .owl-next:before { content:"d"; }
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog { padding:0 15px; }
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content {
  padding:0;
  text-align:center;
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content .tb_carousel_title { margin:20px 0 10px; }
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content .tb_carousel_title a {
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:3px;
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content .tb_position {
  font-style:italic;
  font-weight:400;
  color:#84C340;
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content .tb-social { margin-top:10px; }
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content .tb-social li a {
  font-size:18px;
  color:#444;
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content .tb-social li a:hover { color:#84C340; }
.team.normal .tb-carousel-item-wrap .item {
  max-width:370px;
  margin:0 auto;
  margin-bottom:30px;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content {
  padding:0;
  text-align:center;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb_carousel_title { margin:20px 0 10px; }
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb_carousel_title a {
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:3px;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb_position {
  font-style:italic;
  font-weight:400;
  color:#84C340;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb_introtext { font-weight:bold; }
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb-social { margin-top:10px; }
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb-social li a {
  font-size:18px;
  color:#444;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb-social li a:hover { color:#84C340; }
.stripe-video-wrap { position:relative; }
.stripe-video-wrap video {
  position:absolute;
  left:50%;
  transform:translate(-50%);
  -webkit-transform:translate(-50%);
}
.stripe-video-wrap .stripe-video-content {
  position:absolute;
  left:50%;
  top:50%;
  z-index:2;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.stripe-video-wrap .tb-videobg-control-btn {
  background-position:center center;
  background-repeat:no-repeat;
  border:2px solid rgba(255,255,255,0.3);
  color:#ffffff;
  cursor:pointer;
  height:102px;
  line-height:102px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  width:102px;
  transition:.3s;
  -webkit-transition:.3s;
}
.stripe-video-wrap .tb-videobg-control-btn:hover { border:2px solid rgba(255,255,255,0.8); }
.stripe-video-wrap .tb-videobg-control-btn-normal {
  border-color:rgba(0,0,0,0);
  height:auto;
  line-height:50px;
  width:auto;
}
.stripe-video-wrap .control-btn-circle { border-radius:100%; }
.stripe-video-wrap .control-btn-circle:hover {
  animation:btnplayanimate 4s linear infinite;
  -webkit-animation:btnplayanimate 4s linear infinite;
}
.stripe-video-wrap .control-btn-small {
  height:48px;
  line-height:48px;
  width:48px;
}
.stripe-video-wrap .tb-videobg-control-btn-large {
  height:102px;
  line-height:101px;
  margin-bottom:150px;
  margin-top:150px;
  position:relative;
  width:328px;
}
.stripe-video-wrap .tb-videobg-control-btn-large .tb-fonts-giant {
  border-right:1px solid #cccccc;
  display:inline-block;
  padding-left:30px;
  padding-right:30px;
}
.stripe-video-wrap .tb-videobg-control-btn-large .fa {
  height:102px;
  line-height:102px;
  position:relative;
  top:-10px;
  width:102px;
}
.stripe-video-bg {
  height:100%;
  left:0;
  overflow:hidden;
  position:absolute !important;
  top:0;
  width:100%;
  z-index:1;
}
.stripe-video-bg > video {
  visibility:visible;
  width:100%;
}
.tb-video-bg {
  display:block;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:9;
}
embed, iframe, object, video {
  border:medium none;
  max-width:100%;
}
.pie-dot { position:relative; }
.pie-dot:before {
  background:#FFF;
  border-radius:100%;
  content:"";
  height:8px;
  position:absolute;
  right:-2px;
  top:20%;
  width:8px;
}
.wpb_accordion {
  overflow:hidden;
  border:none;
}
.wpb_accordion .wpb_accordion_section {
  border-bottom:none;
  margin-bottom:30px;
}
.wpb_accordion .wpb_accordion_section:last-child { border:none; }
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  font-family:"Roboto Slab" !important;
  font-weight:400 !important;
  position:relative;
  margin-bottom:20px !important;
  border-radius:1px;
  overflow:hidden;
  margin-bottom:0 !important;
  transition:background .4s;
  -webkit-transition:background .4s;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  margin-bottom:0 !important;
  padding:8px 55px !important;
  font-size:16px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a span {
  font-size:24px;
  margin-right:10px;
  font-size:15px !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content {
  padding:0 !important;
  border:none;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  top:50% !important;
  background-image:none !important;
  border-radius:100%;
  width:24px;
  height:24px;
  left:16px !important;
  right:initial;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
  position:absolute;
  font-size:24px;
  left:50%;
  top:50%;
  font-family:"aqua icon" !important;
  font-style:normal;
  font-weight:normal;
  text-decoration:inherit;
  transform:translate3d(-50%,-50%,0);
  -webkit-transform:translate3d(-50%,-50%,0);
  -ms-transform:translateX(-50%) translateY(-50%);
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after { content:"\e177"; }
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after { content:"\e170"; }
.wpb_tabs .ui-corner-top:hover {
  transition:.3s;
  -webkit-transition:.3s;
}
.wpb_tabs.woo-product-tabs .ui-widget-content { border:none; }
.wpb_tabs.woo-product-tabs .ui-widget-content .ui-widget-header {
  border:none;
  background:none;
}
.wpb_tabs.woo-product-tabs .ui-widget-content .ui-widget-header .ui-state-default { border:none; }
.wpb_tabs.woo-product-tabs .ui-widget-content .wpb_tabs_nav {
  text-align:center;
  position:relative;
  margin-bottom:30px;
}
.wpb_tabs.woo-product-tabs .ui-widget-content .wpb_tabs_nav:after {
  content:"";
  position:absolute;
  width:100%;
  border-bottom:1px solid #aaaaaa;
  top:calc(50% - 1px);
  left:0;
  z-index:9;
}
.wpb_tabs.woo-product-tabs .ui-widget-content .wpb_tabs_nav li {
  background:#FFF !important;
  margin-left:5%;
  position:relative;
  z-index:10;
  float:none;
  display:inline-block;
  background:none;
  font-family:Roboto Slab;
  font-size:18px;
  padding:5px 30px;
  font-weight:400;
}
.wpb_tabs.woo-product-tabs .ui-widget-content .wpb_tabs_nav li:hover a { color:#84C340; }
.wpb_tabs.woo-product-tabs .ui-widget-content .wpb_tabs_nav li.ui-state-active { font-size:24px; }
.wpb_tabs.woo-product-tabs .ui-widget-content .wpb_tabs_nav li:first-child { margin:0; }
.wpb_tabs.woo-product-tabs .ui-widget-content .wpb_tour_tabs_wrapper .wpb_tab {
  background:none !important;
  padding:0 !important;
}
.tb-grid .tb-grid-nav { margin-bottom:20px; }
.tb-grid .tb-grid-nav ul {
  margin:0;
  padding:0;
  line-height:normal;
  display:inline-block;
  vertical-align:top;
}
.tb-grid .tb-grid-nav ul li {
  display:inline-block;
  vertical-align:top;
  position:relative;
  transition:.3s;
  -webkit-transition:.3s;
}
.tb-grid .tb-grid-nav ul li a { color:#999; }
.tb-grid .tb-grid-nav ul li :hover a { color:#333; }
.tb-grid .tb-grid-nav ul li.active:after {
  content:"";
  width:2px;
  height:2px;
  background:#555;
  color:#555;
  border-radius:50%;
  position:absolute;
  left:50%;
  top:100%;
  animation:dot-animation .4s ease;
  -webkit-animation:dot-animation .4s ease;
  box-shadow:8px 0 0 0, -8px 0 0 0;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.tb-grid .tb-grid-nav ul.controls-sorter {
  float:right;
  position:relative;
}
.tb-grid .tb-grid-nav ul.controls-sorter:before { clear:both; }
.tb-grid .tb-grid-content .tb-grid-item { line-height:normal; }
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner {
  position:relative;
  overflow:hidden;
}
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner .tb-grid-image {
  position:relative;
  line-height:0;
  overflow:hidden;
}
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner .tb-grid-image img, .tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner .tb-grid-image canvas {
  width:100%;
  transition:.5s;
  -webkit-transition:.5s;
  transform:scale(1.02);
  -webkit-transform:scale(1.02);
}
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner .tb-grid-image canvas { opacity:1; }
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner .tb-grid-image .colorbox-wrap { z-index:2; }
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner .tb-info-grid-item {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  padding:20px;
  z-index:1;
  top:101%;
  text-align:left;
  transition:.3s;
  opacity:1;
  background:#FFF;
  -webkit-transition:.3s;
  transform:scale(1.02);
  -webkit-transform:scale(1.02);
}
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner .tb-info-grid-item h3.tb-grid-title {
  margin:0;
  padding:0;
}
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner .tb-info-grid-item h3.tb-grid-title a { color:#FFF; }
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner .tb-info-grid-item .tb-grid-desc { color:#FFF; }
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner:hover .tb-info-grid-item {
  transform:translateY(-100%) scale(1.02);
  -webkit-transform:translateY(-100%) scale(1.02);
  background:#84C340;
}
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner:hover .tb-grid-image img, .tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner:hover .tb-grid-image canvas {
  transform:translateY(-10%) scale(1.02);
  -webkit-transform:translateY(-10%) scale(1.02);
}
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner:hover .tb-grid-image canvas { opacity:0; }
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner:hover .colorbox-grid-custom { opacity:1; }
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner:hover .colorbox-grid-custom a.colorbox {
  animation:none;
  -webkit-animation:none;
}
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner .colorbox-grid-custom {
  width:32px;
  height:32px;
  position:absolute;
  top:0;
  right:0;
  left:initial;
}
.tb-grid .tb-grid-content .tb-grid-item .tb-grid-item-inner .colorbox-grid-custom a {
  width:100%;
  height:100%;
  line-height:32px;
  background:#84C340;
  border-radius:0;
}
.tb-btn {
  display:inline-block !important;
  height:36px;
  vertical-align:top;
  position:relative;
  border-radius:2px;
  transition:.4s;
  -webkit-transition:.4s;
  display:inline-block;
}
.tb-btn span.tb-btn-inner-text {
  transition:.4s;
  -webkit-transition:.4s;
  display:inline-block;
}
.tb-btn i {
  transition:.3s;
  -webkit-transition:.3s;
}
.tb-btn.tb-btn-default { border:1px solid #84C340; }
.tb-btn.tb-btn-icon { padding:0 28px; }
.tb-btn.tb-btn-icon i {
  position:absolute;
  right:-10px;
  top:0;
  width:36px;
  height:36px !important;
  line-height:36px !important;
  height:100%;
  text-align:center;
  opacity:0;
}
.tb-btn.tb-btn-icon:hover span.tb-btn-inner-text {
  transform:translateX(-15px);
  -webkit-transform:translateX(-15px);
}
.tb-btn.tb-btn-icon:hover i {
  opacity:1;
  right:0px;
}
.tb-btn.tb-btn-color-white {
  background:#FFF;
  color:#555;
}
.tb-btn.tb-btn-color-black {
  background:#333;
  color:#FFF;
}
.tb-btn.tb-btn-color-black:hover {
  background:#555;
  color:#FFF;
}
.tb-btn-1 {
  background-color:#84C340;
  border:0 none;
  color:#ffffff;
  line-height:1.2em;
  display:inline-block;
  outline:medium none;
  padding:10px 40px;
  text-align:center;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
}
.tb-btn-1:hover {
  background-color:#444444;
  color:#ffffff;
}
.tb-btn-2 {
  background-color:#444444;
  border:0 none;
  color:#ffffff;
  line-height:1.2em;
  display:inline-block;
  outline:medium none;
  padding:10px 40px;
  text-align:center;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
}
.tb-btn-2:hover {
  background-color:#84C340;
  color:#ffffff;
}
.tb-btn-3 {
  background-color:#ffffff;
  border:0 none;
  line-height:1.2em;
  display:inline-block;
  outline:medium none;
  padding:10px 40px;
  text-align:center;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
}
.tb-btn-3:hover {
  background-color:#84C340;
  color:#ffffff;
}
.tb-btn-bd-1 {
  background-color:transparent;
  border:1px solid #444444;
  display:inline-block;
  line-height:1.2em;
  outline:medium none;
  padding:9px 39px;
  text-align:center;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
}
.tb-btn-bd-1:hover {
  background-color:#84C340;
  border-color:#84C340;
  color:#ffffff;
}
.tb-btn-bd-2 {
  background-color:#ffffff;
  border:1px solid #444444;
  line-height:1.2em;
  display:inline-block;
  outline:medium none;
  padding:9px 39px;
  text-align:center;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
}
.tb-btn-bd-2:hover {
  background-color:#84C340;
  border-color:#84C340;
  color:#ffffff;
}
.tb-btn-bdr-1 {
  background-color:#eeeeee;
  border:1px solid #444444;
  line-height:1.2em;
  border-radius:20px;
  display:inline-block;
  outline:medium none;
  padding:9px 39px;
  text-align:center;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
}
.tb-btn-bdr-2 {
  background-color:#84C340;
  border:1px solid #444444;
  line-height:1.2em;
  border-radius:20px;
  display:inline-block;
  outline:medium none;
  padding:9px 39px;
  text-align:center;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
}
.rtb-booking-form { text-align:center; }
.rtb-booking-form div { text-align:left; }
.rtb-booking-form button { width:50%; }
.rtb-booking-form textarea {
  max-width:100%;
  width:100%;
}
.booking-form-2 .rtb-booking-form .reservation, .booking-form-2 .rtb-booking-form .contact {
  width:80%;
  margin:0 auto;
}
.booking-form-2 .rtb-booking-form textarea {
  max-width:100%;
  width:100%;
}
.rtb-booking-form form textarea {
  max-width:100%;
  width:100%;
}
.tb-menu-text-item {
  width:100%;
  line-height:40px;
}
.tb-menu-text-item .menu-item-inner { margin:0; }
.tb-menu-text-item .menu-item-inner span { display:table-cell; }
.tb-menu-text-item .menu-item-inner span.title, .tb-menu-text-item .menu-item-inner span.price {
  width:1%;
  font-style:italic;
  white-space:nowrap;
}
.tb-menu-text-item .menu-item-inner span.solid {
  width:100%;
  overflow:hidden;
  position:relative;
  color:transparent;
}
.tb-menu-text-item .menu-item-inner span.solid:after {
  content:"";
  width:80%;
  position:absolute;
  left:10%;
  bottom:10px;
  border-top:1px solid #fff;
}
.tb-menu-text-item .menu-item-desc {
  font-size:12px;
  opacity:0.8;
}
.tb-social {
  margin:0;
  padding:0;
}
.tb-social li {
  display:inline-block;
  vertical-align:top;
}
.tb-social li a {
  margin:0 6px;
  font-size:16px;
}
.tb-maps-info-content h5 { font-size:13px; }
.error404-wrap {
  text-align:center;
  padding:60px;
}
.error404-wrap .error-code {
  font-size:140px;
  font-weight:800;
}
.error404-wrap .error-message {
  font-size:40px;
  line-height:60px;
}
.header-sidebar .sidebar-top-right .widget_mini_cart_wrap {
  position:absolute;
  bottom:0;
  right:30px;
}
.header-sidebar .sidebar-top-right .widget_mini_cart_wrap .shopping_cart_dropdown {
  left:initial;
  right:0 !important;
}
.widget_mini_cart_wrap { display:inline-block; }
.widget_mini_cart_wrap .header a.icon_cart_wrap {
  display:inline-block;
  position:relative;
}
.widget_mini_cart_wrap .header a.icon_cart_wrap i { font-size:20px; }
.widget_mini_cart_wrap .header a.icon_cart_wrap span.cart_total {
  position:absolute;
  top:-8px;
  background:#84C340;
  width:20px;
  height:20px;
  text-align:center;
  color:#FFF;
  line-height:20px;
  border-radius:50%;
  right:-12px;
  font-weight:bold;
}
.widget_mini_cart_wrap .shopping_cart_dropdown {
  background:rgba(255,255,255,0.9);
  border-radius:4px;
  box-shadow:0 0 15px -4px rgba(0,0,0,0.5);
  display:none;
  right:0;
  overflow:hidden;
  padding:10px;
  position:absolute;
  top:100%;
  z-index:9999;
  width:376px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .mini-cart-btn-wrap { display:none; }
.widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart, .widget_mini_cart_wrap .shopping_cart_dropdown .mini-cart-footer {
  margin:20px auto;
  border:none;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart { width:100%; }
.widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart caption h4 {
  text-transform:uppercase;
  text-align:center;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart tr, .widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart td, .widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart th {
  vertical-align:middle;
  text-align:center;
  border:none;
  border-bottom:dotted 1px #333;
  padding:5px 10px;
  font-size:13px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart tbody tr:nth-child(even) { background:rgba(255,255,255,0.05) !important; }
.widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart th.product-remove, .widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart td.product-name, .widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart td.product-remove, .widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart th.product-name { text-align:left; }
.widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart td.product-name { text-transform:uppercase; }
.widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart th.product-price, .widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart td.product-price { text-align:right; }
.widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart td.product-remove a {
  background:none repeat scroll 0 0 #84C340;
  border-radius:50%;
  color:#fff;
  display:inline-block;
  font-size:10px;
  height:16px;
  line-height:13px;
  width:16px;
  text-align:center;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart td.product-thumbnail a {
  display:inline-block;
  vertical-align:top;
  font-size:0;
  line-height:normal;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .shop_table.cart td.product-thumbnail a img {
  width:42px;
  height:42px;
  border-radius:50%;
  padding:2px;
  border:solid 1px #84C340;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .mini-cart-footer {
  width:80%;
  text-align:right;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .mini-cart-footer .cart-total {
  font-size:16px;
  text-transform:uppercase;
  display:inline-block;
  padding-top:10px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .mini-cart-footer .cart-link { margin-right:15px; }
.widget_mini_cart_wrap:hover .shopping_cart_dropdown { display:block; }
.widget_mini_cart_wrap .shopping_cart_dropdown_inner {
  height:100%;
  overflow:auto;
}
.widget_mini_cart_wrap .shopping_cart_dropdown_inner .close-mini-cart {
  border:none;
  background:#FFF;
  color:#333;
  width:50px;
  height:50px;
  text-align:center;
  position:absolute;
  right:0;
  top:0;
  border-radius:0;
}
@media (max-width: 767px) {
  .widget_mini_cart_wrap:hover .shopping_cart_dropdown { display:none; }
}
.sidebar-header-right {
  display:flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  padding-top:10px;
  padding-bottom:10px;
}
.sidebar-header-right .dropdown-menu {
  border-radius:0;
  box-shadow:none;
}
.sidebar-header-right .dropdown-menu li a { padding:10px; }
.sidebar-header-right .btn-group { position:relative; }
.sidebar-header-right .btn-group .btn.dropdown-toggle {
  font-size:13px !important;
  font-weight:600;
  padding:10px !important;
  text-transform:capitalize;
}
.sidebar-header-right .btn-group .btn.dropdown-toggle small { display:inline-block; }
.sidebar-header-right .btn-group.open .btn.dropdown-toggle { box-shadow:none; }
.sidebar-header-right .btn-group.open span {
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.sidebar-header-right .dd-container, .sidebar-header-right .dd-select, .sidebar-header-right a.dd-selected, .sidebar-header-right a.dd-selected small {
  display:inline-block;
  font-size:13px;
  font-weight:600;
}
.sidebar-header-right a.dd-selected {
  font-weight:normal;
  line-height:normal;
  padding-bottom:0;
}
.sidebar-header-right .dropdown-toggle {
  border:none medium;
  color:#000;
}
.sidebar-header-right .dropdown-toggle span {
  border:1px solid #000;
  width:5px;
  height:5px;
  position:absolute;
  right:0;
  display:block;
  top:45%;
  border-left:none medium;
  border-top:none medium;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.sidebar-header-right .widget_tb_woo_ordering_widget, .sidebar-header-right .widget-woocommerce-currency-switcher {
  display:inline-block;
  vertical-align:middle;
  margin-right:5px;
}
.sidebar-header-right .widget-woocommerce-currency-switcher { text-align:left; }
.sidebar-header-right .widget-woocommerce-currency-switcher .dd-selected {
  font-size:13px;
  font-weight:600;
}
.sidebar-header-right .dd-options { min-width:160px; }
.sidebar-header-right .dd-options .dd-option label { font-weight:normal; }
.sidebar-header-right .dd-options .dd-option:hover { background:#f5f5f5; }
.sidebar-header-right .dd-desc { color:#000; }
.sidebar-header-right .dd-desc .dd-desc { line-height:inherit; }
.sidebar-header-right .dd-select {
  border:none medium;
  background:none !important;
}
.sidebar-header-right .dd-pointer-down {
  border:1px solid #000;
  width:5px;
  height:5px;
  right:0;
  border-left:none medium;
  border-top:none medium;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.sidebar-header-right .dd-pointer-down.dd-pointer-up {
  border:1px solid #000 !important;
  margin-top:0;
  border-left:none medium !important;
  border-top:none medium !important;
  -webkit-transform:rotate(-135deg);
  -moz-transform:rotate(-135deg);
  -ms-transform:rotate(-135deg);
  -o-transform:rotate(-135deg);
}
.sidebar-header-right .widget-woocommerce-currency-switcher .dd-selected-text, .sidebar-header-right .widget-woocommerce-currency-switcher .dd-option-text { display:none; }
.sidebar-header-right .widget-woocommerce-currency-switcher + .widget-woocommerce-currency-switcher .dd-selected-description, .sidebar-header-right .widget-woocommerce-currency-switcher + .widget-woocommerce-currency-switcher .dd-option-description { display:none; }
.sidebar-header-right .widget-woocommerce-currency-switcher + .widget-woocommerce-currency-switcher .dd-selected-text, .sidebar-header-right .widget-woocommerce-currency-switcher + .widget-woocommerce-currency-switcher .dd-option-text {
  display:block;
  line-height:initial;
}
@media (min-width: 992px) {
  .tb-header-v1 .col-logo, .tb-header-v1 .col-menu {
    float:none;
    display:inline-block;
    vertical-align:middle;
  }
  .tb-header-v1 .col-menu { width:74.4%; }
}
@media (min-width: 981px) and (max-width: 1199px) {
  .tb_footer_top_four {
    border:none !important;
    padding:0 15px !important;
    text-align:center;
  }
  .tb_footer_top_four .widget {
    text-align:center;
    padding:20px 0 0 !important;
  }
  .tb-1199-fullwidth { width:100% !important; }
  .tb-1199-fullwidth .vc_empty_space { display:none; }
  .deviation-feature-box.deviation-align-right .deviation-content-image img, .deviation-feature-box.deviation-align-left .deviation-content-image img, .deviation-feature-box.deviation-align-bottom .deviation-content-image img { width:auto !important; }
  .deviation-feature-box.deviation-align-left .deviation-content-image {
    width:60%;
    text-align:right;
    margin-left:40%;
  }
  .feature-box.deviation .deviation-feature-box { margin-bottom:100px; }
  .feature-box.deviation .deviation-feature-box.deviation-align-bottom .deviation-content-image { width:60%; }
  .feature-box.deviation .deviation-feature-box.deviation-align-bottom .deviation-content-image img { width:100%; }
  .feature-box.deviation .deviation-feature-box.deviation-align-bottom .deviation-content-info {
    width:50%;
    position:absolute;
    top:47%;
    right:0;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
  }
  .feature-box.deviation .deviation-feature-box.deviation-align-bottom .deviation-content-info .feature-box-desc { width:auto; }
  .feature-box.deviation .deviation-feature-box.deviation-align-bottom .deviation-link-more { bottom:25px; }
}
@media (max-width: 995px) {
  .tb-full-width-995 { width:100% !important; }
  .feature-box.tpl3 {
    max-width:370px;
    margin:10px auto 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-id-17 .rev_slider_wrapper {
    margin-top:250px !important;
    box-shadow:0 -250px 0 250px;
    color:#DEB6B6;
  }
}
@media (max-width: 768px) {
  .carousel-block .overlay { display:none !important; }
  .tb-line-center { width:100%; }
}
@media (max-width: 767px) {
  .header-sidebar { text-align:center; }
  .header-sidebar .tb-social { text-align:center; }
  .footer-bottom.tb_footer { text-align:center; }
  .footer-bottom.tb_footer #menu-menu-footer { text-align:center; }
  .feature-box { margin-bottom:20px !important; }
  .feature-box.tpl2 .feature-image, .feature-box.tpl2 .feature-block { width:100% !important; }
  .feature-box.tpl2.right-arrow:before, .feature-box.tpl2.left-arrow:before {
    top:-20px;
    left:50%;
    transform:translateX(-50%);
    -wekit-transform:translateX(-50%);
  }
  .feature-box.tpl2.right-arrow:after, .feature-box.tpl2.left-arrow:after {
    border-left-color:transparent;
    border-right-color:transparent;
    border-bottom:10px solid #f2f2f2;
    right:initial;
    left:50%;
    transform:translateX(-50%);
    -wekit-transform:translateX(-50%);
    top:-20px;
  }
  .vc_pie_chart .counter { margin-bottom:50px; }
  .pie-dot::before {
    top:initial;
    right:initial;
    bottom:-25px;
    left:50%;
  }
  .title-bar { text-align:center; }
  .title-bar .page-breadcrumb { text-align:center; }
  .tb-grid:first-child { text-align:center; }
  .tb-grid .controls-filter, .tb-grid .controls-sorter {
    text-align:center;
    float:none !important;
  }
  .tb_footer .footer-top .tb-col4 {
    padding:0 15px;
    border:none !important;
  }
}
.scroll_button_show { position:relative; }
.scroll_button_show .btn_scroll_wrap {
  position:absolute;
  bottom:25px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  width:22px;
  height:50px;
  z-index:999;
  cursor:pointer;
}
.scroll_button_show .btn_scroll_wrap:after {
  border:1px solid #d3d3d3;
  border-radius:10px;
  content:"";
  height:35px;
  left:1px;
  position:absolute;
  top:0;
  width:20px;
}
.scroll_button_show .btn_scroll_wrap:before {
  content:"";
  height:10px;
  left:50%;
  position:absolute;
  top:4px;
  width:1px;
  background:#d3d3d3;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.text-blog-style-1 {
  background:rgba(255,255,255,0.8);
  padding:30px 60px;
}
.text-blog-style-1 ul {
  margin:0;
  padding:0;
}
.text-blog-style-1 ul li { padding:10px 0; }
.wbp-title.tpl2 {
  padding:10px;
  border:solid 1px #aaaaaa;
}
.wbp-title.tpl2 .wbp-title-content { padding:20px; }
.wbp-title.tpl2 .wbp-title-content h3.headline {
  font-weight:600;
  padding:0;
  margin:0;
}
.wbp-title.tpl2 .wbp-title-content p {
  line-height:initial;
  font-style:italic;
  font-weight:bold;
}
.row-full-content .row > div, .tb-one-page-post .row-full-content.tb-blog > div { padding:0 !important; }
.deviation-blog, .deviation-feature-box { position:relative; }
.deviation-blog .blog-title a, .deviation-blog .feature-box-title a, .deviation-feature-box .blog-title a, .deviation-feature-box .feature-box-title a {
  display:block;
  position:relative;
  line-height:32px;
}
.deviation-blog .blog-title a:after, .deviation-blog .feature-box-title a:after, .deviation-feature-box .blog-title a:after, .deviation-feature-box .feature-box-title a:after {
  position:absolute;
  content:"";
  width:30px;
  bottom:-12px;
  left:50%;
  border-bottom:1px solid #444;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.deviation-blog .blog-desc, .deviation-blog .feature-box-desc, .deviation-feature-box .blog-desc, .deviation-feature-box .feature-box-desc {
  background-color:rgba(132,195,64,0.3);
  margin-top:36px;
  padding:30px 30px 50px;
  font-weight:600;
}
.deviation-blog .deviation-link-more, .deviation-feature-box .deviation-link-more {
  bottom:10px;
  font-size:28px;
  opacity:0.6;
  position:absolute;
  right:30px;
  transition:.3s;
  -webkit-transition:.3s;
}
.deviation-blog .deviation-link-more:hover, .deviation-feature-box .deviation-link-more:hover { opacity:0.6; }
.deviation-blog.deviation-align-right .deviation-content-image, .deviation-feature-box.deviation-align-right .deviation-content-image { width:60%; }
.deviation-blog.deviation-align-right .deviation-content-image img, .deviation-feature-box.deviation-align-right .deviation-content-image img { width:100%; }
.deviation-blog.deviation-align-right .deviation-content-info, .deviation-feature-box.deviation-align-right .deviation-content-info {
  width:50%;
  position:absolute;
  top:47%;
  right:0;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.deviation-blog.deviation-align-right .deviation-link-more, .deviation-feature-box.deviation-align-right .deviation-link-more { bottom:25px; }
.deviation-blog.deviation-align-left .deviation-content-image, .deviation-feature-box.deviation-align-left .deviation-content-image {
  width:60%;
  margin-left:40%;
}
.deviation-blog.deviation-align-left .deviation-content-image img, .deviation-feature-box.deviation-align-left .deviation-content-image img { width:100%; }
.deviation-blog.deviation-align-left .deviation-content-info, .deviation-feature-box.deviation-align-left .deviation-content-info {
  width:50%;
  position:absolute;
  top:47%;
  left:0;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.deviation-blog.deviation-align-left .deviation-link-more, .deviation-feature-box.deviation-align-left .deviation-link-more { bottom:25px; }
.deviation-blog.deviation-align-bottom .deviation-content-image width: 60%
			img, .deviation-feature-box.deviation-align-bottom .deviation-content-image width: 60%
			img { width:100%; }
.deviation-blog.deviation-align-bottom .deviation-content-info, .deviation-feature-box.deviation-align-bottom .deviation-content-info {
  width:100%;
  transform:translateY(-30%);
  -webkit-transform:translateY(-40px);
}
.deviation-blog.deviation-align-bottom .deviation-content-info .blog-title, .deviation-blog.deviation-align-bottom .deviation-content-info .feature-box-title, .deviation-feature-box.deviation-align-bottom .deviation-content-info .blog-title, .deviation-feature-box.deviation-align-bottom .deviation-content-info .feature-box-title {
  width:30%;
  display:inline-block;
}
.deviation-blog.deviation-align-bottom .deviation-content-info .blog-desc, .deviation-blog.deviation-align-bottom .deviation-content-info .feature-box-desc, .deviation-feature-box.deviation-align-bottom .deviation-content-info .blog-desc, .deviation-feature-box.deviation-align-bottom .deviation-content-info .feature-box-desc {
  width:calc(70% - 6px);
  display:inline-block;
  margin-top:0;
  vertical-align:middle;
}
.feature-box.deviation2 .feature-box-title {
  margin-bottom:60px;
  margin-top:50px;
  padding:0;
}
.feature-box.deviation2 .image-bg {
  background-repeat:no-repeat;
  background-size:auto 100%;
  padding-bottom:40px;
}
.feature-box.deviation2.right .image-bg { background-position:0 0; }
.feature-box.deviation2.left .image-bg { background-position:100% 0; }
.wpcf7 .wpcf7-submit {
  float:right;
  background:#84C340;
  border-color:#84C340;
  color:#FFF;
  text-transform:uppercase;
  width:150px;
}
.wpcf7 .wpcf7-submit:hover {
  background:#444;
  border-color:#444;
  color:#FFF;
}
@media (max-width: 980px) {
  .feature-box.deviation2.left .image-bg, .feature-box.deviation2.right .image-bg { background-position:center center; }
  .tb-blog-content-outer .tb-blog-basic-widget { display:none; }
}
.tb-header-wrap .header-sidebar-inner {
  display:flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
}
.tb-header-wrap .header-sidebar-inner > div { position:relative; }
.single article.post h2.blog-title, .single article.space h2.blog-title {
  margin:19px 0 25px 0;
  font-size:36px;
  font-style:italic;
}
.single article.post .blog-info, .single article.space .blog-info {
  margin-bottom:25px;
  text-align:right;
}
.single article.post .blog-info > span, .single article.space .blog-info > span { margin-left:55px; }
.single article.post .blog-info > span a, .single article.space .blog-info > span a { color:#84C340; }
.single article.post .tb-blog-image, .single article.space .tb-blog-image { margin-bottom:50px; }
.single article.post .tb-content-block .blog-desc, .single article.space .tb-content-block .blog-desc {
  text-align:justify;
  margin-bottom:25px;
  height:50%;
}
.single article.post .tb-content-block .tag-links a, .single article.space .tb-content-block .tag-links a { color:#84C340; }
.single article.post .tb-content-block .tag-links a:hover, .single article.space .tb-content-block .tag-links a:hover { color:#444; }
.single article.post .tb-content-block .about-author, .single article.space .tb-content-block .about-author { margin:25px 0; }
.single article.post .tb-content-block .about-author .author-avatar, .single article.space .tb-content-block .about-author .author-avatar {
  display:inline-block;
  vertical-align:top;
  max-width:160px;
}
.single article.post .tb-content-block .about-author .author-info, .single article.space .tb-content-block .about-author .author-info {
  display:inline-block;
  padding-left:30px;
  width:calc(100% - 175px);
}
.single article.post .tb-content-block .about-author .author-info .subtitle, .single article.space .tb-content-block .about-author .author-info .subtitle { font-weight:bold; }
.single article.post .tb-content-block .about-author .author-info .desc, .single article.space .tb-content-block .about-author .author-info .desc { font-style:italic; }
.single article.post .tb-content-block .about-author .author-info a, .single article.space .tb-content-block .about-author .author-info a { color:#84C340; }
.single.post-template-sidebar_right-php article.post .blog-info { text-align:left; }
.single.post-template-sidebar_right-php article.post .blog-info > span {
  margin-left:0;
  margin-right:55px;
}
.main-content .widget { margin-bottom:40px; }
.main-content .widget h3.wg-title {
  background:none repeat scroll 0 0 #eee;
  border:1px solid #aaa;
  font-size:16px;
  margin-bottom:40px;
  padding:10px 0;
  text-align:center;
  text-transform:uppercase;
}
.main-content .widget .service-list {
  margin:0;
  padding:0;
}
.main-content .widget .service-list li {
  font-size:18px;
  line-height:2.5;
}
.main-content .widget .service-list li:before {
  content:"\e177";
  font-family:"aqua icon";
  margin-right:10px;
  vertical-align:-5%;
}
.main-content .widget .ro-blog-side-contact {
  border-collapse:collapse;
  border-spacing:0;
  border:none;
}
.main-content .widget .ro-blog-side-contact td, .main-content .widget .ro-blog-side-contact th {
  padding:0 0 10px;
  border:none;
  font-weight:600;
}
.main-content .widget .ro-blog-side-contact th { text-align:left; }
.tb-blog-related { margin-bottom:50px; }
.tb-padding-content { padding:0 20% !important; }
@media (max-width: 1240px) {
  #tb_wrapper .tb-blog.default article .tb-content-block h2.blog-title a { font-size:24px; }
}
@media (max-width: 1199px) {
  #tb_wrapper .tb-blog.default article .tb-content-block h2.blog-title {
    margin-bottom:20px;
    line-height:26px;
  }
  #tb_wrapper  .tb-left .tb-blog.default .tb-content-block, #tb_wrapper  .tb-right .tb-blog.default .tb-content-block { padding-top:20px; }
}
.text-medium { font-size:18px; }
.text-italic { font-style:italic; }
.text-bold { font-weight:bold; }
.ro-reservation-bg .ro-reservation {
  position:relative;
  z-index:1;
}
.ro-reservation-bg .ro-reservation:after {
  background:rgba(255,255,255,0.9) none repeat scroll 0 0;
  content:" ";
  display:block;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:-1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container { max-width:970px; }
}
@media (max-width: 991px) {
  .tb-padding-content { padding:0 20px !important; }
  .tb-980-hide { display:none; }
  .sidebar-right .widget .tb-post-side-img {
    float:none;
    width:100%;
    height:auto;
  }
  .sidebar-right .widget .tb-post-side-ct { margin:0; }
  .tb-980-fullwidth { width:100% !important; }
  .feature-box.deviation .deviation-feature-box { margin-bottom:100px; }
  .feature-box.deviation .deviation-feature-box.deviation-align-bottom .deviation-content-image { width:60%; }
  .feature-box.deviation .deviation-feature-box.deviation-align-bottom .deviation-content-image img { width:100%; }
  .feature-box.deviation .deviation-feature-box.deviation-align-bottom .deviation-content-info {
    width:50%;
    position:absolute;
    top:47%;
    right:0;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
  }
  .feature-box.deviation .deviation-feature-box.deviation-align-bottom .deviation-content-info .feature-box-desc { width:auto; }
  .feature-box.deviation .deviation-feature-box.deviation-align-bottom .deviation-link-more { bottom:25px; }
  .rtb-booking-form .reservation, .rtb-booking-form .contact { width:100%; }
  .tb-left .tb-blog.default .tb-blog-image { width:100%; }
  .tb-left .tb-blog.default .tb-content-block {
    position:relative;
    width:100%;
  }
  .tb-left .tb-blog.default .tb-content-block:before {
    left:60px;
    position:absolute;
    top:-32px;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
  }
  .tb-right .tb-blog.default .tb-blog-image {
    width:100%;
    float:none;
  }
  .tb-right .tb-blog.default .tb-content-block {
    position:relative;
    width:100%;
  }
  .tb-right .tb-blog.default .tb-content-block:before {
    position:absolute;
    right:60px;
    top:-32px;
    transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
  }
  #tb_wrapper .tb-blog.default article .tb-content-block .blog-desc {
    height:6.2em;
    overflow:hidden;
  }
}
@media (max-width: 991px) {
  .tb-blog.default article { display:block; }
  .single-post article.post .tb-content-block { text-align:center; }
  .single-post article.post .tb-content-block .about-author, .single-post article.post .tb-content-block .author-info { display:block; }
  .single-post article.post .tb-content-block .author-info {
    padding-left:0 !important;
    width:100% !important;
  }
}
@media (max-width: 767px) {
  .tb-advertise-2 .vc_col-sm-3 { display:none; }
  .tb-advertise-2 .vc_col-sm-9 {
    padding-top:60px !important;
    padding-bottom:60px !important;
    text-align:center;
  }
  .deviation-blog .deviation-content-image, .deviation-feature-box .deviation-content-image { display:none; }
  .deviation-blog .deviation-content-info, .deviation-feature-box .deviation-content-info {
    position:relative !important;
    transform:translate3d(0,0,0) !important;
    -webkit-transform:translate3d(0,0,0) !important;
    -ms-transform:translateX(0) translateY(0) !important;
    width:100% !important;
  }
  .deviation-blog .deviation-content-info .deviation-content-title, .deviation-feature-box .deviation-content-info .deviation-content-title { width:100% !important; }
  .deviation-blog .deviation-content-info .feature-box-desc, .deviation-feature-box .deviation-content-info .feature-box-desc { width:100% !important; }
}
@media (max-width: 767px) and (min-width: 361px) {
  .footer-top .tb-widget-post-list ul.tb-post-list li .tb-meta { width:100px; }
  .footer-top .widget.widget_tb_recent_work_widget ul li { width:100px; }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav::after { border:none; }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav li {
    width:100%;
    text-align:center;
    display:inline;
  }
}
@media (max-width: 480px) {
  #wpadminbar { position:fixed; }
  .tb-blog .blog-note { display:none; }
}
@media (max-width: 361px) {
  .sidebar-right .widget .tb-post-side-ct { text-align:center; }
  .tb-blog.blog article .blog-info > span { margin-left:3px !important; }
  .comment-form p.comment-form-author, .comment-form p.comment-form-email, .comment-form p.comment-form-url { width:100%; }
  .deviation-blog .deviation-content-image, .deviation-feature-box .deviation-content-image { display:none; }
  .deviation-blog .deviation-content-info, .deviation-feature-box .deviation-content-info {
    position:relative !important;
    transform:translate3d(0,0,0) !important;
    -webkit-transform:translate3d(0,0,0) !important;
    -ms-transform:translateX(0) translateY(0) !important;
    width:100% !important;
  }
  .deviation-blog .deviation-content-info .deviation-content-title, .deviation-feature-box .deviation-content-info .deviation-content-title { width:100% !important; }
  .deviation-blog .deviation-content-info .feature-box-desc, .deviation-feature-box .deviation-content-info .feature-box-desc { width:100% !important; }
  .tb-header-wrap .header-sidebar-inner { display:block; }
  .rtb-booking-form .reservation, .rtb-booking-form .contact { width:auto !important; }
  .widget_mini_cart_wrap .shopping_cart_dropdown { width:auto !important; }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav:after { border-color:transparent; }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav li { display:block; }
  .footer-top { text-align:center; }
  .footer-top .tb-col4 {
    border:none !important;
    padding:0 15px !important;
  }
  .footer-top .tb-col4 .tb-social { text-align:center !important; }
  .footer-top .widget p { text-align:center !important; }
}
.error-code-aqua {
  font-size:72px;
  line-height:1.2;
  margin-bottom:0;
}
.btn-404-aqua {
  margin-top:40px !important;
  border:none;
}
.btn-404-aqua:hover {
  background:#444444 !important;
  color:#FFF !important;
}
.tb-countdown-js .tb-box-countdown {
  display:inline-block;
  vertical-align:top;
  text-align:center;
  padding:10px;
}
.tb-countdown-js .tb-box-countdown span {
  display:inline-block;
  font-size:45px;
  width:80px;
  height:80px;
  line-height:74px;
  background:#84C340;
  color:#FFF;
}
.tb-countdown-js .tb-box-countdown p {
  font-size:18px;
  font-weight:600;
  margin:10px 0;
}
#tb_back_to_top {
  /* border: 2px solid #e8e8e8;
    border-radius: 50%; */
  bottom:-40px;
  cursor:pointer;
  height:auto;
  margin:0;
  position:fixed;
  right:30px;
  transition:all .3s;
  z-index:999;
}
#tb_back_to_top.active {
  bottom:50px !important;
  display:block !important;
  opacity:1 !important;
}
#tb_back_to_top span {
  background:#FFF;
  color:#000;
  border:solid 1px #000;
  display:block;
  height:40px;
  line-height:38px;
  text-align:center;
  text-decoration:none;
  transition:.3s;
  -webkit-transition:.3s;
  width:40px;
}
#tb_back_to_top span i {
  font-size:15px;
  line-height:42px;
  transition:color .3s;
  -webkit-transition:color .3s;
  font-size:24px;
}
#tb_back_to_top:hover span {
  background:#84C340;
  border-color:#84C340;
}
#tb_back_to_top:hover span i { color:#FFF; }
.ro-testimonial-scroll-wrapper:before {
  background:rgba(0,0,0,0) linear-gradient(to bottom,#f3f3f0 0%,rgba(243,243,240,0.99) 1%,rgba(243,243,240,0.5) 50%,rgba(243,243,240,0) 100%) repeat scroll 0 0;
  content:" ";
  display:block;
  height:80px;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:512;
}
.ro-testimonial-scroll-wrapper:after {
  background:rgba(0,0,0,0) linear-gradient(to bottom,rgba(243,243,240,0) 0%,rgba(243,243,240,0.5) 50%,rgba(243,243,240,0.99) 99%,#f3f3f0 100%) repeat scroll 0 0;
  bottom:0;
  content:" ";
  display:block;
  height:80px;
  left:0;
  position:absolute;
  width:100%;
  z-index:512;
}
.tb-shoptab-separator {
  border-top:1px solid #eeeeee;
  height:0;
  width:100%;
  margin-bottom:40px;
  margin-top:10px;
}
.tb-demo-absolute {
  position:absolute;
  top:0;
  left:0;
}
.tb-demo-title { margin:20px 0 25px 0 !important; }
.ro-demo-item {
  display:block;
  margin-bottom:40px;
  margin-left:auto;
  margin-right:auto;
  max-width:360px;
  text-align:center;
  position:relative;
}
.ro-demo-item .ro-content {
  background-color:#eeeeee;
  border:1px solid #aaaaaa;
  margin-bottom:20px;
  padding:10px;
  position:relative;
  line-height:0;
}
.ro-demo-item img {
  transition:all 0.4s ease 0s;
  width:100%;
}
.ro-demo-item .ro-overlay {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:512;
  opacity:0;
  padding:10px;
  transition:all 0.4s ease 0s;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
}
.ro-demo-item .ro-overlay .ro-cell-vertical-wrapper {
  background-color:rgba(171,220,225,0.7);
  display:table;
  height:100%;
  width:100%;
}
.ro-demo-item .ro-overlay .ro-cell-vertical-wrapper .ro-cell-middle {
  display:table-cell;
  vertical-align:middle;
}
.ro-demo-item .ro-overlay.comming { opacity:1; }
.ro-demo-item .ro-overlay.comming .ro-cell-vertical-wrapper { background-color:transparent; }
.ro-demo-item:hover .ro-overlay { opacity:1; }
.ro-demo-item.ro-new:before {
  background:rgba(0,0,0,0) url('assets/images/demo-new.png') no-repeat scroll 100% 100%;
  content:"";
  display:block;
  height:40px;
  left:45px;
  position:absolute;
  top:25px;
  width:75px;
  z-index:20;
}
@media (max-width: 1024px) {
  .tb-demo-hide-mobile { display:none; }
}
.tb-social-buttons .fa-facebook-f:before, .tb-social-buttons .fa-facebook:before { content:"\f09a"; }
.tb-social-buttons .fa-google-plus:before { content:"\f0d5"; }
@media (max-width: 991px) {
  .main-content >div {
    padding-left:15px;
    padding-right:15px;
  }
}
.archive .tb-blog article .tb-content-block { padding-top:20px; }
.hide_link { display:none !important; }
.menubar-brand { display:block; }
.menubar-brand img { max-width:210px; }
.ro-hamburger {
  background:transparent;
  border:0 none;
  cursor:pointer;
  height:14px;
  outline:medium none;
  padding:0;
  position:absolute;
  top:25px;
  right:15px;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  width:22px;
  z-index:999;
}
.ro-hamburger:before, .ro-hamburger:after, .ro-hamburger span {
  background:#444444;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
}
.ro-hamburger:before, .ro-hamburger:after {
  content:"";
  height:2px;
  left:0;
  position:absolute;
  top:50%;
  transform-origin:50% 50% 0;
  -webkit-transform-origin:50% 50% 0;
  -ms-transform-origin:50% 50% 0;
  width:100%;
}
.ro-hamburger span {
  height:2px;
  left:0;
  overflow:hidden;
  position:absolute;
  text-indent:200%;
  top:50%;
  width:100%;
}
.ro-hamburger:before {
  -webkit-transform:translate3d(0px,-7px,0px);
  -moz-transform:translate3d(0px,-7px,0px);
  -ms-transform:translate3d(0px,-7px,0px);
  -o-transform:translate3d(0px,-7px,0px);
}
.ro-hamburger:after {
  -webkit-transform:translate3d(0px,7px,0px);
  -moz-transform:translate3d(0px,7px,0px);
  -ms-transform:translate3d(0px,7px,0px);
  -o-transform:translate3d(0px,7px,0px);
}
.ro-main-nav-opened .ro-hamburger span { opacity:0; }
.ro-main-nav-opened .ro-hamburger:before {
  -webkit-transform:rotate3d(0,0,1,45deg);
  -moz-transform:rotate3d(0,0,1,45deg);
  -ms-transform:rotate3d(0,0,1,45deg);
  -o-transform:rotate3d(0,0,1,45deg);
}
.ro-main-nav-opened .ro-hamburger:after {
  -webkit-transform:rotate3d(0,0,1,-45deg);
  -moz-transform:rotate3d(0,0,1,-45deg);
  -ms-transform:rotate3d(0,0,1,-45deg);
  -o-transform:rotate3d(0,0,1,-45deg);
}
#nav >li >ul li a {
  line-height:60px;
  font-style:normal;
  font-size:13px;
  opacity:1;
  visibility:visible;
  -webkit-transition:opacity 0.24s ease-in-out;
  -moz-transition:opacity 0.24s ease-in-out;
  transition:opacity 0.24s ease-in-out;
}
.tb-header-shop #nav >li >ul li a {
  line-height:60px;
  font-style:normal;
  font-size:13px;
  opacity:1;
  visibility:visible;
  -webkit-transition:opacity 0.24s ease-in-out;
  -moz-transition:opacity 0.24s ease-in-out;
  transition:opacity 0.24s ease-in-out;
}
@media (min-width: 768px) {
  #nav {
    position:relative;
    display:table;
    width:100%;
    font-weight:400;
    font-size:14px;
    margin:0;
  }
  #nav .current-menu-ancestor >a:after { width:100%; }
  #nav .current-menu-parent >a:after { width:100%; }
  #nav .current-menu-item >a:after { width:100% !important; }
  #nav > li {
    position:relative;
    display:table-cell;
    width:300px;
    vertical-align:middle;
  }
  #nav > li.ro-logo-menu img { max-width:240px; }
  #nav > li > a {
    display:inline-block;
    position:relative;
    padding:20px 0;
    text-transform:uppercase;
    color:#444444;
  }
  #nav > li > a:after {
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    display:block;
    margin-right:auto;
    margin-left:auto;
    content:" ";
    height:0;
    width:0;
    border-top:1px solid #444444;
  }
  #nav > li > a:hover > a { color:#444444; }
  #nav > li > a:hover:after { width:100%; }
  #nav > li > ul {
    position:absolute;
    top:100%;
    left:-30px;
    z-index:998;
    width:300px;
    padding:0 30px;
    display:none;
    list-style:none;
  }
  #nav > li > ul li { position:relative; }
  #nav > li > ul li a {
    color:#444444;
    display:block;
    line-height:60px;
    border-bottom:1px solid #fff;
  }
  #nav > li > ul li a:hover { color:#84C340; }
  #nav > li > ul li.current-menu-item a { color:#84C340; }
  #nav > li > ul li >ul {
    background-color:#fbf1f9;
    margin:0;
    padding:0;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  #nav > li > ul li >ul li:not(:last-child) >a { border-bottom:1px solid #fff; }
  #nav > li > ul li:hover > ul {
    display:block;
    top:0;
    /* right: 0; */
    left:99%;
  }
  #nav > li > ul li.menu-item-has-children >a:after {
    font:normal normal normal 16px/1 FontAwesome;
    content:"\f0da";
    position:absolute;
    top:40%;
    right:0;
  }
  #nav > li:hover > ul {
    display:block;
    animation:fadeInUp .3s both;
  }
  #nav .ul-depth-1 {
    position:absolute;
    right:-220px;
    top:25px;
    width:220px;
    padding:0 30px;
    display:none;
  }
  #nav .ul-depth-1 li a {
    line-height:28px;
    padding:11px 0px;
  }
  .tb-header-v3 .col-logo {
    text-align:center;
    display:none;
  }
  .tb-header-v3 .col-menu .ro-logo-menu .ro-brand {
    width:240px;
    height:auto;
  }
}
.tb-header-shop .tb_logo_mbmenu, .tb-header-shop #ro-hamburger { display:none !important; }
.tb-header-shop #nav {
  position:relative;
  display:table;
  width:100%;
  font-family:'aqua', sans-serif;
  font-weight:400;
  font-size:14px;
  padding:0 30px;
  margin:0;
}
.tb-header-shop #nav .current-menu-ancestor >a:after, .tb-header-shop #nav .current-menu-parent >a:after { width:100%; }
.tb-header-v1 .tb-header-shop #nav { padding:10px 30px; }
.tb-header-shop #nav > li {
  position:relative;
  display:table-cell;
  width:300px;
}
.tb-header-shop #nav > li > a {
  display:inline-block;
  position:relative;
  padding:15px 0;
  text-transform:uppercase;
}
.tb-header-shop #nav > li > a:hover:after { width:100%; }
.tb-header-shop #nav > li > a:after {
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  display:block;
  margin-right:auto;
  margin-left:auto;
  content:" ";
  height:0;
  width:0;
  border-top:1px solid #444444;
}
.tb-header-shop #nav > li > ul {
  position:absolute;
  top:100%;
  left:-30px;
  z-index:998;
  width:220px;
  padding:0 30px;
  display:none;
  list-style:none;
}
.tb-header-shop #nav > li > ul li a {
  display:block;
  line-height:60px;
  border-bottom:1px solid #fff;
}
.tb-header-shop #nav > li:hover > ul { display:block; }
@media (max-width: 991px) {
  #tb_wrapper .tb-header-wrap { padding:0; }
  #tb_wrapper .tb-header-wrap.tb-header-v1 .col-logo {
    padding-top:10px;
    padding-bottom:10px;
  }
  #tb_wrapper .tb-header-wrap.tb-header-v3 .col-logo {
    display:block;
    padding-top:10px;
    padding-bottom:10px;
  }
  #tb_wrapper .tb-header-wrap.tb-header-v3 li.ro-logo-menu { display:none; }
}
@media (max-width: 767px) {
  #tb_wrapper .tb-header-wrap {
    padding:0;
    top:0;
  }
  #tb_wrapper .tb-header-wrap.tb-header-v1, #tb_wrapper .tb-header-wrap.tb-header-v3 { padding:0; }
  #tb_wrapper .tb-header-wrap.tb-header-v1 .col-logo, #tb_wrapper .tb-header-wrap.tb-header-v3 .col-logo {
    padding-top:0;
    padding-bottom:0;
  }
  #tb_wrapper .tb-header-wrap.tb-header-v1 .col-logo img, #tb_wrapper .tb-header-wrap.tb-header-v3 .col-logo img { height:100%; }
  .tb-header-v2 .col-logo img, .tb-header-shop .col-logo img {
    margin-right:10px;
    display:inline-block;
    vertical-align:middle;
    height:100%;
  }
  .tb-header-v1 .col-logo img {
    vertical-align:middle;
    height:100%;
  }
  .col-logo .menubar-brand {
    float:left;
    height:70px;
    margin-bottom:0;
    padding:10px 0;
    text-align:left;
  }
  .tb-header-v1 #nav, .tb-header-v2 #nav, .tb-header-v3 #nav {
    -webkit-transition:right .3s;
    -moz-transition:right .3s;
    -ms-transition:right .3s;
    -o-transition:right .3s;
    font-weight:400;
    font-family:'aqua', sans-serif;
    font-size:14px;
    display:block;
    position:fixed;
    list-style:none;
    height:100vh;
    top:0;
    right:-270px;
    width:270px;
    padding:50px;
    z-index:998;
    overflow:auto;
    background-color:#EEEEEE;
  }
  .ro-main-nav-opened .tb-header-v1 #nav, .ro-main-nav-opened .tb-header-v2 #nav, .ro-main-nav-opened .tb-header-v3 #nav { right:0; }
  .admin-bar .tb-header-v1 #nav > li:first-child, .admin-bar .tb-header-v2 #nav > li:first-child, .admin-bar .tb-header-v3 #nav > li:first-child { margin-top:40px; }
  .tb-header-v1 #nav > li > a, .tb-header-v2 #nav > li > a, .tb-header-v3 #nav > li > a { text-transform:uppercase; }
  .tb-header-v1 #nav > li > ul, .tb-header-v2 #nav > li > ul, .tb-header-v3 #nav > li > ul {
    padding-left:0;
    background-color:transparent;
  }
  .tb-header-v1 #nav > li > ul > li, .tb-header-v2 #nav > li > ul > li, .tb-header-v3 #nav > li > ul > li {
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    height:0;
    overflow:hidden;
  }
  .tb-header-v1 #nav > li > ul > li a, .tb-header-v2 #nav > li > ul > li a, .tb-header-v3 #nav > li > ul > li a { line-height:25.2px; }
  .tb-header-v1 #nav > li:hover > ul li, .tb-header-v2 #nav > li:hover > ul li, .tb-header-v3 #nav > li:hover > ul li { height:70px; }
  .tb-header-v1 #nav > li:not(:first-child) a, .tb-header-v2 #nav > li:not(:first-child) a, .tb-header-v3 #nav > li:not(:first-child) a {
    display:block;
    padding:20px 0;
    border-bottom:1px solid #444444;
  }
  .tb-header-v1 #nav > li:not(:first-child) a:hover, .tb-header-v2 #nav > li:not(:first-child) a:hover, .tb-header-v3 #nav > li:not(:first-child) a:hover { border-color:#444444; }
  .tb-header-v1 #nav > li:first-child, .tb-header-v2 #nav > li:first-child, .tb-header-v3 #nav > li:first-child { margin-bottom:40px; }
}
@media (max-width: 767px) {
  .tb_footer .footer-top .tb-col4 { border-left:medium hidden; }
  .tb_footer { text-align:center; }
  .tb_footer .widget_tb_social_widget { text-align:center !important; }
  .sm_height62 { height:62px !important; }
}
@media (max-width: 479px) {
  .feature-box-desc { padding:15px 55px 15px 15px !important; }
  .feature-box-desc .tb-menu-text-item {
    clear:both;
    position:relative;
  }
  .feature-box-desc .tb-menu-text-item .menu-item-inner span.solid:after { display:none; }
  .feature-box-desc .tb-menu-text-item .menu-item-inner span.price {
    position:absolute;
    top:0;
    right:-40px;
    width:40px;
    text-align:right;
  }
  .feature-box-desc .tb-menu-text-item .menu-item-inner .title {
    display:block !important;
    float:left;
    max-width:100%;
    text-align:left;
    white-space:normal !important;
    width:100% !important;
  }
}
@media (max-width: 991px) {
  .wpb_accordion_section .wpb_accordion_content { padding:15px 55px 15px 15px !important; }
  .wpb_accordion_section .wpb_accordion_content .tb-menu-text-item {
    clear:both;
    position:relative;
  }
  .wpb_accordion_section .wpb_accordion_content .tb-menu-text-item .menu-item-inner span.solid:after { display:none; }
  .wpb_accordion_section .wpb_accordion_content .tb-menu-text-item .menu-item-inner span.price {
    position:absolute;
    top:0;
    right:-40px;
    width:40px;
    text-align:right;
  }
  .wpb_accordion_section .wpb_accordion_content .tb-menu-text-item .menu-item-inner .title {
    display:block !important;
    float:left;
    max-width:100%;
    text-align:left;
    white-space:normal !important;
    width:100% !important;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before { content:none; }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    text-align:center !important;
    padding:20px 15px !important;
  }
  .cart-collaterals { padding:0px 15px; }
}
@media (min-width: 1200px) {
  .archive-products .products .col-lg-4:nth-child(3n+1) { clear:both; }
  .archive-products .products .col-lg-3:nth-child(4n+1) { clear:both; }
}
@media (max-width: 767px) {
  .ro-about2-image { top:-220px !important; }
}
.z1 {
  z-index:1;
  position:relative;
}
@media (min-width: 992px) {
  .tb-classes-tabs .vc_tta-tabs-container {
    margin-right:-15px !important;
    margin-left:-15px !important;
  }
}
.tb-classes-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  max-width:760px;
  background:#444;
  border:none;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  border-radius:34px;
  margin-bottom:42px;
}
.tb-classes-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  position:relative;
  display:inline-block;
}
.tb-classes-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-size:17px;
  line-height:18px;
  color:#333;
  background:transparent;
  text-transform:capitalize;
  border:none;
}
.tb-classes-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a, .tb-classes-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a {
  color:#84C340;
  background:transparent;
  transition:all .3s;
}
.tb-classes-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a span, .tb-classes-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a span { position:relative; }
.tb-classes-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child:before { display:none; }
.tb-classes-tabs .vc_tta-panels-container .vc_tta-panels {
  background:transparent !important;
  border:none !important;
}
.tb-classes-tabs .vc_tta-panels-container .vc_tta-panels:before, .tb-classes-tabs .vc_tta-panels-container .vc_tta-panels:after { border:none; }
.tb-classes-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  display:block !important;
  height:0;
  min-height:auto;
  opacity:0;
  margin:0;
  padding:0;
  border:none;
  -webkit-transition:all 0s ease 0s;
  -moz-transition:all 0s ease 0s;
  -ms-transition:all 0s ease 0s;
  -o-transition:all 0s ease 0s;
}
.tb-classes-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:before, .tb-classes-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:after { border:none; }
.tb-classes-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
  height:auto;
  opacity:1;
  overflow:visible;
}
.woocommerce .products .product span.onsale { min-height:initial !important; }
.woocommerce { /*.shop_table{
		margin-bottom: 60px !important;
		border-radius: 2px !important;
		-webkit-border-radius: 2px !important;
		th, td{
			border-bottom: none;
		}
		th:last-child, td:last-child{
			border-right: none;
		}
		td.product-thumbnail{
			text-align: center;
		}
		td.product-name{
			font-weight: 600;
			text-transform: uppercase;
		}
		.product-remove{
			text-align: center;
			a{
				line-height: 17px !important;
				display: inline-block !important;
			}
		}
		.product-quantity{
			text-align: center;
		}
		th.product-price, td.product-price , th.product-subtotal, td.product-subtotal{
			text-align: right;
		}
		td.actions{
			.input-text{
				box-shadow: none !important;
    			width: 100% !important;
			}
			input[type="submit"]{
				text-transform: uppercase;
				background: none;
				box-shadow: none;
				font-weight: normal;
				text-shadow: none;
				display: inline-block !important;
				width: auto;
				margin-top: 5px;
    			padding: 10px;
				border: 1px solid @dark-color;
    			border-radius: 0px;
    			-webkit-border-radius: 0px;
    			-moz-border-radius: 0px;
				&:hover{
					color: #FFF;
					border-color: @tb_primary_color;
					background: @tb_primary_color; 
				}
				&.checkout-button{
					text-transform: uppercase;
					color: #FFF;
					background: @tb_primary_color;
					border-color: @tb_primary_color;
					border-radius: 0px !important;
					-webkit-border-radius: 0px !important;
					&:hover{
						background: transparent;
					}
				}
			}
			.coupon{
				input[type="submit"]{
					width: 100%;
				}
			}
		}
	}*/ }
.woocommerce #order_review.woocommerce-checkout-review-order { margin-bottom:60px; }
.woocommerce .woocommerce-info, .woocommerce .woocommerce-error, .woocommerce .woocommerce-message {
  border-color:#84C340;
  border-radius:0 !important;
  box-shadow:none !important;
  margin-top:15px;
}
.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-message:before {
  line-height:0px !important;
  background-color:#84C340;
  border-radius:0 !important;
  margin-top:15px;
}
.woocommerce .archive-products .tb-sidebar-left >.tb-content { float:right; }
.woocommerce .archive-products .tb-sidebar-left .tb-sidebar { float:left; }
.woocommerce .archive-products img { width:100%; }
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner {
  max-width:370px;
  margin-left:auto;
  margin-right:auto;
}
.woocommerce .single-product .tb-sidebar-left >.tb-content { float:right; }
.woocommerce .single-product .tb-sidebar-left .tb-sidebar { float:left; }
.woocommerce .single-product .onsale {
  background:none repeat scroll 0 0 #84C340;
  border:medium none;
  border-radius:50%;
  font-size:10px;
  height:46px;
  line-height:46px;
  padding:0;
  right:-10px;
  left:initial;
  text-shadow:initial;
  text-transform:uppercase;
  top:-10px;
  width:46px;
  z-index:9;
}
.woocommerce .single-product .summary .single_add_to_cart_button {
  background:#444444;
  color:#FFFFFF;
  height:42px;
}
.woocommerce .single-product .summary .single_add_to_cart_button:hover { background:#84C340; }
.woocommerce .archive-products { margin-bottom:60px; }
.woocommerce .archive-products .products .tb-product-items { margin-bottom:30px; }
.woocommerce .woocommerce-result-count { line-height:59px; }
.woocommerce .woocommerce-ordering select.orderby { box-shadow:0 1px 3px -1px rgba(16,16,16,0.1) inset; }
.woocommerce .products .product_type_simple {
  cursor:pointer;
  position:relative;
  font-family:inherit;
  text-decoration:none;
  overflow:visible;
  border-radius:3px;
  left:auto;
  color:#515151;
  background-color:transparent;
  border:0;
  white-space:nowrap;
  display:inline-block;
  background-image:none;
  box-shadow:none;
  -webkit-box-shadow:none;
  text-shadow:none;
  transition:all 0.4s;
  border:1px solid #444444;
  margin-top:24px;
  font-size:12px;
  text-transform:uppercase;
  padding:14px 39px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
}
.woocommerce .products .product_type_simple:hover {
  border-color:#84C340;
  background:#84C340;
  color:#FFF;
}
.woocommerce .products .tb-product-items .woocommerce-product-rating { margin-bottom:0; }
.woocommerce .products .tb-product-items:last-child { border-bottom:none; }
.woocommerce .products .tb-product-items .tb-product-item {
  position:relative;
  text-align:center;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item {
  max-width:370px;
  margin:0 auto 30px auto;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner {
  background:#FFF !important;
  transition:.3s;
  -webkit-transition:.3s;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .price ins {
  background:none;
  border-radius:2px;
  color:#444;
  padding:0 5px;
  vertical-align:middle;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .price ins span.amount {
  padding:0 5px;
  letter-spacing:normal;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner h4 {
  margin-bottom:0;
  margin-top:20px;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info {
  position:absolute;
  width:90%;
  height:90%;
  left:5%;
  top:2%;
  background:rgba(255,255,255,0.8);
  box-shadow:0 0 0 1px #555;
  opacity:0;
  transition:.4s;
  -webkit-transition:.4s;
  z-index:10;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner {
  left:50%;
  position:absolute;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner a:hover h4 { color:#84C340; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner a h4 {
  letter-spacing:3px;
  text-transform:uppercase;
  margin-bottom:25px;
  padding-bottom:20px;
  position:relative;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  transition:all 0.4s ease 0s;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner a h4:after {
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  border-bottom:1px solid #666;
  width:30px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price {
  font-size:36px;
  font-weight:700;
  letter-spacing:5px;
  display:block;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price del, .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price ins { display:inline-block; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .btn-addtocart {
  margin-top:20px;
  text-transform:uppercase;
  font-weight:700;
  padding:9px 39px;
  font-size:14px;
  white-space:nowrap;
  background:#ffffff;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .btn-addtocart:hover { background:#84C340; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner:hover .tb-item-content-info { opacity:1; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image {
  border-radius:2px;
  font-size:0;
  line-height:normal;
  position:relative;
  overflow:hidden;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image:after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  opacity:0;
  z-index:4;
  background-color:rgba(132,195,64,0.4);
  transition:.5s;
  -webkit-transition:.5s;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image img { width:100%; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate3d(-50%,-50%,0);
  -webkit-transform:translate3d(-50%,-50%,0);
  -ms-transform:translateX(-50%) translateY(-50%);
  z-index:10;
  opacity:0;
  transition:.3s;
  -webkit-transition:.3s;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn {
  padding:0;
  height:46px;
  width:46px;
  border-radius:50%;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn a {
  color:#444;
  border:1px solid #444;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  height:46px;
  margin-left:0px;
  padding:0;
  width:46px;
  display:inline-block;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn a:before { font-size:20px; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn a i {
  font-size:15px;
  line-height:46px;
  transition:.3s;
  -webkit-transition:.3s;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn a.added_to_cart { display:none; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn a.add_to_cart_button {
  margin-top:0;
  background-color:transparent;
  text-indent:-9999px;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn a.add_to_cart_button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  content:"\e255" !important;
  font-family:"aqua icon" !important;
  color:#444;
  position:absolute;
  top:50%;
  font-size:18px;
  font-weight:300;
  width:100%;
  text-align:center;
  left:50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
  text-indent:1px;
  font-style:initial;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn a.add_to_cart_button:hover:before { color:#fff; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn a:hover { background:#444; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn a:hover:before { color:#fff; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn .yith-wcwl-add-to-wishlist {
  height:46px;
  width:46px;
  border:1px solid #444;
  background-color:transparent;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn .yith-wcwl-add-to-wishlist >div:before { color:#444; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn .yith-wcwl-add-to-wishlist:hover { background:#444; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn .yith-wcwl-add-to-wishlist:hover >div:before { color:#fff; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .add_to_cart_button { display:inline-block; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .add_to_cart_button.loading {
  opacity:.7;
  animation:rotateEff .3s infinite linear;
  -webkit-animation:rotateEff .3s infinite linear;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-readmore {
  -webkit-transition-delay:.1s;
  transition-delay:.1s;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .added_to_cart {
  bottom:-25px;
  font-size:12px;
  font-weight:bold;
  left:50%;
  position:absolute;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  border:1px solid;
  bottom:-80px;
  padding:8px 12px;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .added_to_cart:hover {
  border-color:#84C340;
  background:#84C340;
  color:#FFF;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-rating-cart { margin-top:10px; }
.woocommerce .products .tb-product-items .tb-product-item .tb-item-rating {
  display:block;
  height:15px;
  text-align:center;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-item-rating .star-rating {
  margin:0 auto;
  display:inline-block;
  vertical-align:middle;
}
.woocommerce .products .tb-product-items .tb-product-item:after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  height:100%;
  /*border-left: solid 1px #EFEFEF;*/
}
.woocommerce .products .tb-product-items .tb-product-item:last-child:after { border-left:none; }
.woocommerce .products .product { position:relative; }
.woocommerce .products .product .onsale {
  background:none repeat scroll 0 0 #84C340;
  border:medium none;
  border-radius:50%;
  font-size:10px;
  height:46px;
  line-height:46px;
  padding:0;
  right:-10px;
  left:initial;
  text-shadow:initial;
  text-transform:uppercase;
  top:-10px;
  width:46px;
  z-index:9;
}
.woocommerce .products .product a h3 {
  color:#444;
  text-transform:uppercase;
}
.woocommerce .products .product .price {
  font-weight:bold;
  font-size:15px;
  color:#444;
}
.woocommerce .products .product .price .price ins {
  background:none;
  font-weight:bold;
  font-size:15px;
}
.woocommerce .products .product .price del {
  font-weight:bold;
  color:#ccc;
}
.woocommerce .products .product .price del .amount {
  font-size:36px;
  letter-spacing:normal;
  color:#ccc;
}
.woocommerce.tb-products-list.tpl2 .products.ajax-loading { position:relative; }
.woocommerce.tb-products-list.tpl2 .products.ajax-loading:after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:url('assets/images/loading-animate.gif') no-repeat center 20%, rgba(255,255,255,0.2);
  z-index:9;
}
.woocommerce.tb-products-list.tpl2 .products.ajax-loading .tb-product-items { opacity:.5; }
.woocommerce.tb-products-list.tpl2 .products .row.tb-product-items {
  margin-bottom:34px;
  padding-bottom:6px;
  border-bottom:solid 1px #EEEEEE;
}
.woocommerce.tb-products-list.tpl2 .products .row.tb-product-items:last-child {
  border-color:transparent !important;
  margin-bottom:14px !important;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item {
  display:inline-block;
  float:none;
  position:relative;
  text-align:center;
  vertical-align:top;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner { background:none !important; }
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image { margin-bottom:30px; }
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info h4 {
  color:#444444;
  font-size:16px;
  text-transform:uppercase;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner span.onsale {
  color:#444;
  background:rgba(255,255,255,0.7);
  right:5px;
  top:5px;
  border-radius:0 !important;
  font-size:18px;
  font-weight:bold;
  line-height:35px;
  min-height:auto;
  min-width:auto;
  width:64px;
  height:34px;
  min-height:auto !important;
  transition:.3s;
  -webkit-transition:.3s;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content {
  position:absolute;
  width:90%;
  height:90%;
  left:5%;
  top:5%;
  background:rgba(255,255,255,0.8);
  opacity:0;
  transition:.3s;
  -webkit-transition:.3s;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content .tb-item-button {
  opacity:1;
  white-space:nowrap;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content .tb-item-button .tb-btn {
  transform:translate(0);
  -webkit-transform:translate(0);
  color:#444444;
  border-width:1px;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content .tb-item-button .tb-btn:first-child {
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content .tb-item-button .tb-btn:last-child {
  transform:translateY(50%);
  -webkit-transform:translateY(50%);
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content .tb-item-button .tb-btn:hover {
  background:#444;
  border-color:#444;
  color:#FFF;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content .tb-item-button:after {
  background:#aaaaaa;
  content:"";
  height:120%;
  left:56%;
  position:absolute;
  top:-4px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  width:1px;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner:hover .tb-item-button-content { opacity:1; }
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner:hover .onsale { opacity:0; }
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info {
  position:relative;
  opacity:1;
  width:100%;
  left:0;
  top:0;
  box-shadow:none;
  background:none;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner {
  position:relative;
  left:0;
  top:0;
  transform:translate(0);
  -webkit-transform:translate(0);
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner a h3 {
  padding-bottom:0;
  margin-bottom:14px;
  font-size:16px;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner a h3:after {
  content:"";
  border:none;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price {
  margin-bottom:15px;
  font-size:24px;
  color:#84C340;
  letter-spacing:normal;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price ins, .woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price del { vertical-align:middle; }
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price ins .amount {
  color:#84C340;
  vertical-align:middle;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price del .amount {
  font-size:24px;
  letter-spacing:normal;
  vertical-align:middle;
  color:#CCCCCC;
}
.woocommerce .woocommerce-pagination { /*.page-numbers{
			border-radius: 2px;
			overflow: hidden;
			span,a{
				height: 32px;
				line-height: 32px;
				padding: 0;
				width: 32px;
			}
			span{
				&.current,&:hover{
					box-shadow: 0 0 10px -7px rgba(16, 16, 16, 0.3) inset;
					text-shadow: 1px 1px 0 #fff;
				}
			}
		}*/ }
.woocommerce .woocommerce-pagination ul { border:none !important; }
.woocommerce .woocommerce-pagination ul li {
  margin-left:5px !important;
  border:none !important;
}
.woocommerce .woocommerce-pagination ul li .page-numbers {
  border:1px solid #aaaaaa;
  border-radius:0;
  color:#444;
  display:inline-block;
  line-height:normal;
  margin-left:5px;
  padding:10px 15px;
  vertical-align:top;
}
.woocommerce .woocommerce-pagination ul li .page-numbers:hover {
  background:#84C340;
  border-color:#84C340;
  color:#FFF;
}
.woocommerce .woocommerce-pagination ul li .page-numbers.current {
  color:#84C340 !important;
  border:none !important;
  background:none !important;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size:24px;
  text-transform:uppercase;
}
.woocommerce .cart-collaterals .cart_totals table {
  border-radius:2px !important;
  border:1px solid rgba(0,0,0,0.1);
  border-bottom:none;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td {
  padding:10px;
  border:1px solid rgba(0,0,0,0.1);
}
.woocommerce .cart-collaterals .cart_totals .checkout-button {
  font-weight:600;
  text-transform:uppercase;
  color:#444444;
  background:transparent;
  border:1px solid #444444;
  border-radius:0px !important;
  -webkit-border-radius:0px !important;
}
.woocommerce .cart-collaterals .cart_totals .checkout-button:after { margin-left:10px; }
.woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
  color:#ffffff;
  background:#84C340;
  border-color:#84C340;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator button {
  background:none;
  box-shadow:none;
  color:#444444;
  border:1px solid #444444;
  font-weight:600;
  text-shadow:none;
  display:inline-block !important;
  width:auto;
  margin-top:5px;
  padding:10px;
  border-radius:0px !important;
  -webki-border-radius:0px !important;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator button:hover {
  background:#84C340;
  border-color:#84C340;
  color:#ffffff;
}
.woocommerce .cart-collaterals a.shipping-calculator-button { font-size:13px; }
.woocommerce .cart-collaterals a.shipping-calculator-button:after {
  content:"" !important;
  font-family:FontAwesome !important;
  font-size:8px;
  font-style:normal;
  font-weight:normal;
  text-decoration:inherit;
}
.woocommerce .checkout #customer_details { margin-bottom:60px; }
.woocommerce .checkout #customer_details .woocommerce-billing-fields h3, .woocommerce .checkout #customer_details .woocommerce-shipping-fields h3 {
  font-weight:600;
  text-transform:uppercase;
}
.woocommerce .checkout #customer_details .woocommerce-billing-fields .select2-container .select2-choice, .woocommerce .checkout #customer_details .woocommerce-shipping-fields .select2-container .select2-choice {
  border-radius:0px !important;
  -webkit-border-radius:0px !important;
}
.woocommerce .checkout h3 { text-transform:uppercase; }
.woocommerce .checkout input#place_order {
  background:none;
  box-shadow:none;
  color:#444444;
  border:1px solid #444444;
  font-weight:600;
  text-shadow:none;
  display:inline-block !important;
  width:auto;
  margin-top:5px;
  padding:9px 39px;
  border-radius:0px !important;
  -webkit-border-radius:0px !important;
}
.woocommerce .checkout input#place_order:hover {
  color:#ffffff;
  background:#84C340;
  border:1px solid #84C340;
}
.woocommerce form.login input[type="submit"], .woocommerce form.checkout_coupon input[type="submit"] {
  background:#444444;
  color:#FFFFFF;
  display:inline-block !important;
  width:auto;
  margin-top:5px;
  padding:9px 39px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.woocommerce form.login input[type="submit"]:hover, .woocommerce form.checkout_coupon input[type="submit"]:hover {
  background:#84C340;
  color:#FFFFFF;
}
.woocommerce .lost_password a { color:#444444; }
.woocommerce .lost_password a:hover { color:#84C340; }
.woocommerce .return-to-shop a.button {
  background:none;
  box-shadow:none;
  color:#999;
  border-color:#d3d3d3;
  font-weight:normal;
  text-shadow:none;
  display:inline-block !important;
  width:auto;
  margin-top:5px;
  padding:10px;
}
.woocommerce .return-to-shop a.button:hover { color:#FFF; }
.widget.woocommerce { margin-bottom:20px; }
.widget.woocommerce .wg-title {
  color:#999;
  text-transform:uppercase;
}
.widget.woocommerce ul {
  border:1px solid #f2f2f2;
  border-radius:4px;
}
.widget.woocommerce ul li {
  border:none;
  border-bottom:1px solid #f2f2f2;
  overflow:hidden;
  padding:10px 0 !important;
  position:relative;
  transition:.8s;
  -webkit-transition:.8s;
}
.widget.woocommerce ul li:hover { background:#FAFAFA; }
.widget.woocommerce ul li:first-child { border-radius:4px 4px 0 0; }
.widget.woocommerce ul li:last-child {
  border-bottom:none;
  border-radius:0 0 4px 4px;
}
.widget.woocommerce ul li a { width:100%; }
.widget.woocommerce ul li a img {
  border-radius:50%;
  border:1px solid;
  box-shadow:none;
  float:right;
  height:56px !important;
  margin-left:4px;
  padding:2px;
  width:56px !important;
}
.widget.woocommerce ul li a, .widget.woocommerce ul li .quantity, .widget.woocommerce ul li small.count, .widget.woocommerce ul li span.amount, .widget.woocommerce ul li span.reviewer { padding:0 10px; }
.widget.woocommerce ul li div.star-rating {
  transform:translateX(10px);
  -webkit-transform:translateX(10px);
}
.widget.woocommerce ul li small.count {
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.widget.woocommerce ul ul {
  border:none;
  border-bottom:none;
  overflow:hidden;
  padding:10px 0 !important;
  position:relative;
  transition:.8s;
  -webkit-transition:.8s;
}
.widget.woocommerce ul ul li {
  padding:0 0 0 10px !important;
  border-radius:0;
  border:none;
}
.widget.woocommerce ul.product_list_widget li ins {
  background:none;
  border-radius:2px;
  color:#84C340;
  padding:0;
}
.widget.woocommerce ul.product_list_widget li dl.variation {
  border:none !important;
  padding-left:10px !important;
}
.widget.woocommerce ul.product_list_widget .empty { padding:10px !important; }
.widget.woocommerce .total { border-top:none !important; }
.widget.woocommerce .total strong { color:#999; }
.widget.woocommerce .total .amount { float:right; }
.widget.woocommerce .button {
  background:none !important;
  border-radius:0;
  box-shadow:none;
  font-weight:normal;
  border-radius:2px;
  padding:10px 18px;
  transition:.3s;
  -webkit-transition:.3s;
}
.widget.woocommerce.widget_price_filter .price_label {
  font-size:14px;
  line-height:36px;
}
.widget.woocommerce.widget_product_search #searchform { position:relative; }
.widget.woocommerce.widget_product_search #searchform label, .widget.woocommerce.widget_product_search #searchform input[type="submit"] { display:none; }
.widget.woocommerce.widget_product_search #searchform input { margin-bottom:0; }
.widget.woocommerce.widget_product_search #searchform:after {
  content:"";
  font-family:FontAwesome;
  font-size:18px;
  font-style:normal;
  font-weight:normal;
  position:absolute;
  right:10px;
  text-decoration:inherit;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.widget.woocommerce.widget_product_tag_cloud a {
  border:1px solid;
  border-radius:2px;
  display:inline-block;
  line-height:normal;
  margin-right:2px;
  padding:0 5px;
}
.widget.woocommerce.widget_product_tag_cloud a:hover { color:#FFF; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background:#84C340;
  top:-3px;
  border:none !important;
  box-shadow:none !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-left:-11px; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background:#a7a7a7;
  box-shadow:none !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background:none repeat scroll 0 0 #e6eaea !important;
  box-shadow:0 0 1px 0 rgba(16,16,16,0.3) inset;
}
.woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty {
  height:40px !important;
  margin:0;
}
.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus { height:18px !important; }
.woocommerce-tabs .tabs .description_tab, .woocommerce-tabs .tabs .reviews_tab, .woocommerce-tabs .tabs .additional_information_tab {
  box-shadow:none !important;
  border-radius:0 !important;
  background:#f2f2f2 !important;
  margin:0 !important;
}
.woocommerce-tabs .tabs .description_tab.active, .woocommerce-tabs .tabs .reviews_tab.active, .woocommerce-tabs .tabs .additional_information_tab.active { background:transparent !important; }
.woocommerce-tabs .tabs .description_tab:before, .woocommerce-tabs .tabs .description_tab:after, .woocommerce-tabs .tabs .reviews_tab:before, .woocommerce-tabs .tabs .reviews_tab:after, .woocommerce-tabs .tabs .additional_information_tab:before, .woocommerce-tabs .tabs .additional_information_tab:after { display:none; }
.woocommerce-tabs .panel {
  background:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.woocommerce-tabs .form-submit input[type="submit"] {
  background:none repeat scroll 0 0 rgba(0,0,0,0) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  font-weight:normal !important;
  padding:10px !important;
  text-transform:uppercase;
  transition:.5s;
  -webkit-transition:.5s;
}
#comments .commentlist .avatar {
  border:medium none !important;
  box-shadow:none !important;
  height:auto !important;
  margin:0 !important;
  outline:medium none !important;
  padding:0 !important;
  width:32px !important;
}
.tb_right_fx_wrap { background:transparent !important; }
.tb_right_fx_wrap .widget_mini_cart_wrap .header {
  padding-right:20px;
  transition:.3s;
  -webkit-transition:.3s;
}
.tb_right_fx_wrap .widget_mini_cart_wrap .header a {
  position:relative;
  display:inline-block;
  color:#333;
}
.tb_right_fx_wrap .widget_mini_cart_wrap .header a i { font-size:24px; }
.tb_right_fx_wrap .widget_mini_cart_wrap .header a span {
  color:#FFF;
  background:#84C340;
  border-radius:2px;
  display:inline-block;
  font-size:9px;
  height:17px;
  left:-6px;
  line-height:17px;
  position:absolute;
  text-align:center;
  top:-16px;
  width:17px;
  box-shadow:0 0 2px 0 rgba(16,16,16,0.2);
}
.tb_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown {
  display:none;
  position:fixed;
  /* left: 0; */
  top:0;
  width:100%;
  height:100%;
  background:rgba(16,16,16,0.9);
  color:#FFF;
}
.tb_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown.in .shopping_cart_dropdown_inner {
  animation:cartIn .6s ease;
  -webkit-animation:cartIn .6s ease;
}
.tb_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown h3 { color:#FFF; }
.ro-mini-cart-mobile {
  position:absolute;
  top:20px;
  right:60px;
}
.ro-mini-cart-mobile a {
  position:relative;
  display:inline-block;
  color:#333;
}
.ro-mini-cart-mobile a i { font-size:18px; }
.ro-mini-cart-mobile a span {
  color:#FFF;
  background:#84C340;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  display:inline-block;
  font-size:9px;
  height:17px;
  left:10px;
  line-height:17px;
  position:absolute;
  text-align:center;
  top:-8px;
  width:17px;
  box-shadow:0 0 2px 0 rgba(16,16,16,0.2);
}
.woocommerce-cart table.cart th { color:#333; }
.woocommerce-cart table.cart .product-thumbnail { width:200px; }
.woocommerce-cart table.cart .product-thumbnail img { width:150px; }
.woocommerce-cart table.cart .product-name a { color:#444; }
.woocommerce-cart table.cart .product-name a:hover { color:#84C340; }
.woocommerce-cart table.cart .product-remove a { color:#444 !important; }
.woocommerce-cart table.cart .product-remove a:hover {
  color:#84C340 !important;
  background:none;
}
.admin-bar .widget_mini_cart_wrap .shopping_cart_dropdown { top:32px; }
@keyframes rotateEff {
  from { transform:rotate(0deg); }
  to { transform:rotate(360deg); }
}
@-webkit-keyframes rotateEff {
  from { -webkit-transform:rotate(0deg); }
  to { -webkit-transform:rotate(360deg); }
}
@keyframes cartIn {
  from {
    opacity:0;
    transform:scale(.9);
  }
  to {
    opacity:1;
    transform:scale(1);
  }
}
@-webkit-keyframes cartIn {
  from {
    opacity:0;
    -webkit-transform:scale(.9);
  }
  to {
    opacity:1;
    -webkit-transform:scale(1);
  }
}
.widget_mini_cart_wrap.tb-cart-empty .shop_table.cart, .widget_mini_cart_wrap.tb-cart-empty .mini-cart-footer { display:none !important; }
.ui-widget { font-size:1.1em; }
.ui-widget .ui-widget { font-size:1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size:1em; }
.ui-widget-content {
  border:1px solid #444444;
  background:#FFFFFF;
}
.ui-widget-content a { color:#222222; }
.ui-widget-header {
  border:1px solid #84C340;
  background:#84C340;
  color:#ffffff;
  font-weight:bold;
}
.ui-widget-header a { color:#ffffff; }
.ui-icon { font-size:0px; }
.ui-icon:hover { color:#FFFFFF; }
.ui-icon:before {
  font-size:24px;
  font-family:"FontAwesome" !important;
  font-style:normal !important;
  font-weight:normal !important;
  font-variant:normal !important;
  text-transform:none !important;
  speak:none;
  line-height:18px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.ui-icon-circle-triangle-w:before { content:"\f0d9"; }
.ui-icon-circle-triangle-e:before { content:"\f0da"; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border:1px solid #444444;
  font-weight:bold;
  color:#444444;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color:#84C340;
  text-decoration:none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  font-weight:bold;
  color:#84C340;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color:#84C340;
  text-decoration:none;
  cursor:pointer;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border:1px solid #84C340;
  background:#84C340;
  font-weight:bold;
  color:#FFFFFF;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border:1px solid #84C340;
  background:#FFFFFF;
  color:#84C340;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity:.7;
  filter:Alpha(Opacity=70);
  /* support: IE8 */
  font-weight:normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity:.35;
  filter:Alpha(Opacity=35);
  /* support: IE8 */
  background-image:none;
}
.ui-state-disabled .ui-icon {
  filter:Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}
.ui-widget-overlay {
  background:#aaaaaa;
  opacity:.3;
  filter:Alpha(Opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin:-8px 0 0 -8px;
  padding:8px;
  background:#aaaaaa;
  opacity:.3;
  filter:Alpha(Opacity=30);
  /* support: IE8 */
  border-radius:8px;
}
.ui-datepicker {
  width:16em;
  padding:.2em .2em 0;
  display:none;
}
.admin-bar .ui-datepicker { margin-top:-32px; }
.ui-datepicker .ui-datepicker-header {
  position:relative;
  padding:.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position:absolute;
  top:2px;
  width:1.8em;
  height:1.8em;
}
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display:block;
  position:absolute;
  left:50%;
  margin-left:-8px;
  top:50%;
  margin-top:-8px;
}
.ui-datepicker .ui-datepicker-title {
  margin:0 2.3em;
  line-height:1.8em;
  text-align:center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size:1em;
  margin:1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width:45%; }
.ui-datepicker table {
  width:100%;
  font-size:.9em;
  border-collapse:collapse;
  margin:0 0 .4em;
}
.ui-datepicker th {
  padding:.7em .3em;
  text-align:center;
  font-weight:bold;
  border:0;
}
.ui-datepicker td {
  border:0;
  padding:1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display:block;
  padding:.2em;
  text-align:right;
  text-decoration:none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image:none;
  margin:.7em 0 0 0;
  padding:0 .2em;
  border-left:0;
  border-right:0;
  border-bottom:0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float:right;
  margin:.5em .2em .4em;
  cursor:pointer;
  padding:.2em .6em .3em .6em;
  width:auto;
  overflow:visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table {
  width:95%;
  margin:0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break {
  clear:both;
  width:100%;
  font-size:0;
}
.ui-datepicker-rtl { direction:rtl; }
.ui-datepicker-rtl .ui-datepicker-prev {
  right:2px;
  left:auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left:2px;
  right:auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right:1px;
  left:auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left:1px;
  right:auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float:left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width:0;
  border-left-width:1px;
}
.ro-font-regular { font-weight:400; }
h1, h2, h3, h4, h5, h6 { margin-bottom:25px; }
.ro-light-text { font-weight:400; }
.ro-hr-heading { text-align:center; }
.ro-hr-heading:after {
  display:block;
  margin-right:auto;
  margin-left:auto;
  content:" ";
  width:30px;
  margin-top:15px;
  height:0;
  border-top:1px solid #444444;
}
.ro-hr-heading.ro-left { text-align:left; }
.ro-hr-heading.ro-left:after { margin-left:0; }
.ro-hr-heading.ro-right { text-align:right; }
.ro-hr-heading.ro-right:after { margin-right:0; }
.ro-hr {
  display:block;
  margin-right:auto;
  margin-left:auto;
  width:80%;
  border-top:1px solid #AAAAAA;
  margin:0 auto;
}
.ro-hr.ro-full { width:100%; }
.ro-hr .ro-color-light { border-color:#FFFFFF; }
p { margin-bottom:25px; }
.ro-font-size-1 { font-size:42px; }
.ro-font-size-2 { font-size:36px; }
.ro-font-size-3 { font-size:24px; }
.ro-font-size-4 { font-size:18px; }
.ro-font-size-5 { font-size:16px; }
.ro-font-size-6 { font-size:14px; }
::selection {
  background:#84C340;
  color:#FFFFFF;
}
.ro-ellipsis { overflow:hidden; }
.ro-quote-content {
  padding-top:30px;
  margin-bottom:0;
  font-style:italic;
  font-weight:400;
}
.ro-quote-content q:before, .ro-quote-content q:after {
  font-style:italic;
  font-size:30px;
  line-height:16px;
  font-weight:600;
}
.ro-quote-content q:before { content:open-quote; }
.ro-quote-content q:after { content:close-quote; }
.ro-quote-content .ro-author-name {
  padding-top:20px;
  font-weight:700;
  text-align:right;
  color:#84C340;
}
.ro-color-main { color:#84C340; }
.ro-color-light { color:#FFFFFF; }
.ro-color-dark { color:#444444; }
.ro-bg-dark { background-color:#2b2b2b; }
.ro-bg-light { background-color:#FFFFFF; }
.ro-bg-trans-light { background-color:#000100; }
.ro-bg-main { background-color:#84C340; }
.ro-bgc-1 { background-color:#C6D9C6; }
.ro-bgc-2 { background-color:#D9D8C1; }
.ro-bgc-3 { background-color:#DEB6B6; }
.ro-bgc-4 { background-color:#ABDCE1; }
.ro-bgc-5 { background-color:#E7E6E1; }
.ro-bgc-6 { background-color:#9DCF67; }
.ro-bgc-trans-1 { background-color:#000100; }
.ro-bgc-trans-2 { background-color:#000100; }
.ro-bgc-trans-3 { background-color:#000100; }
.ro-bgc-trans-4 { background-color:#000100; }
.ro-bgc-trans-5 { background-color:#000100; }
.ro-bg-lightgray { background-color:#EEEEEE; }
input[type="text"], input[type="email"], input[type="search"], textarea, select {
  transition:all .3s;
  width:100%;
  outline:none;
  background-color:#FFFFFF;
  border:1px solid #444444;
  padding:5px 15px;
  line-height:28.8px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus, select:focus { border-color:#84C340; }
select { height:40px; }
.woocommerce input[type="text"], .woocommerce input[type="search"], .woocommerce textarea, .woocommerce select { line-height:28.8px !important; }
.woocommerce .select2-chosen { height:40px !important; }
textarea {
  resize:none;
  height:115px;
}
::-webkit-input-placeholder(@color = @light-color) { color:#444; }
:-moz-placeholder(@color = @light-color) {
  /* Firefox 18- */
  color:#444;
}
::-moz-placeholder(@color = @light-color) {
  /* Firefox 19+ */
  color:#444;
}
:-ms-input-placeholder(@color = @light-color) { color:#444; }
.ro-social li {
  display:inline-block;
  margin-right:3px;
  margin-left:3px;
  font-size:16px;
}
.ro-social li a:hover { color:#84C340; }
.ro-btn {
  transition:all .3s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
}
.ro-btn-1 {
  transition:all .3s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  background-color:#84C340;
  color:#FFFFFF;
}
.ro-btn-1:hover, .ro-btn-1:focus {
  background-color:#444444;
  color:#FFFFFF;
}
.ro-btn-2 {
  transition:all .3s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  background-color:#444444;
  color:#FFFFFF;
}
.ro-btn-2:hover, .ro-btn-2:focus {
  background-color:#84C340;
  color:#FFFFFF;
}
.ro-btn-3 {
  transition:all .3s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  background-color:#FFFFFF;
}
.ro-btn-3:hover, .ro-btn-3:focus {
  background-color:#84C340;
  color:#FFFFFF;
}
.ro-btn-bd-1 {
  transition:all .3s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  padding:14px 39px;
  border:1px solid #444444;
}
.ro-btn-bd-1:hover, .ro-btn-bd-1:focus {
  background-color:#84C340;
  border-color:#84C340;
  color:#FFFFFF;
}
.ro-btn-bd-2 {
  transition:all .3s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  padding:14px 39px;
  border:1px solid #444444;
  background-color:#FFFFFF;
}
.ro-btn-bd-2:hover, .ro-btn-bd-2:focus {
  background-color:#84C340;
  border-color:#84C340;
  color:#FFFFFF;
}
.ro-btn-bdr-1 {
  transition:all .3s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  padding:14px 39px;
  border:1px solid #444444;
  border-radius:20px;
  background-color:#EEEEEE;
}
.ro-btn-bdr-2 {
  transition:all .3s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  padding:14px 39px;
  border:1px solid #444444;
  background-color:#84C340;
  border-radius:20px;
}
.woocommerce .return-to-shop a.button {
  transition:all .3s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  text-transform:uppercase;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  background-color:#84C340;
  color:#FFFFFF;
}
.woocommerce .return-to-shop a.button:hover, .woocommerce .return-to-shop a.button:focus {
  background-color:#444444;
  color:#FFFFFF;
}
a, a:hover, a:focus, a:active, a.active {
  transition:all .3s;
  outline:none;
  text-decoration:none;
  color:inherit;
}
ul {
  padding:0;
  margin:0;
}
ul li {
  padding:0;
  margin:0;
  list-style:none;
}
ul.ro-list-inline-block li { display:inline-block; }
.ro-nopadding { padding:0 !important; }
.ro-overlay {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:512;
}
.ro-overlay-bg {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:-1;
}
.ro-col-nopadding {
  padding-left:0 !important;
  padding-right:0 !important;
}
.ro-relative { position:relative; }
.ro-absolute { position:absolute; }
.ro-fixed { position:fixed; }
.ro-middle {
  position:relative;
  display:block;
  top:50%;
  transform:translateY(-50%);
}
.ro-center-block {
  display:block;
  margin-right:auto;
  margin-left:auto;
}
.ro-center {
  position:relative;
  display:block;
  top:50%;
  transform:translateY(-50%);
  margin-right:auto;
  margin-left:auto;
}
.ro-ab-bottom {
  position:absolute;
  top:100%;
  transform:translateY(-100%);
}
.ro-ab-bottom:before, .ro-ab-bottom:after {
  content:" ";
  display:table;
}
.ro-ab-bottom:after { clear:both; }
.ro-bottom {
  position:relative;
  display:block;
  top:100%;
  transform:translateY(-100%);
}
.ro-ab-center {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.ro-ab-center:before, .ro-ab-center:after {
  content:" ";
  display:table;
}
.ro-ab-center:after { clear:both; }
.ro-cell-vertical-wrapper {
  width:100%;
  height:100%;
  display:table;
}
.ro-cell-vertical-wrapper .ro-cell-middle {
  display:table-cell;
  vertical-align:middle;
}
.ro-cell-vertical-wrapper .ro-cell-bottom {
  display:table-cell;
  vertical-align:bottom;
}
.ro-cell-vertical-wrapper .ro-cell-top {
  display:table-cell;
  vertical-align:top;
}
.ro-video-bg {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  position:relative;
  width:100%;
}
.ro-video-bg:before, .ro-video-bg:after {
  content:" ";
  display:table;
}
.ro-video-bg:after { clear:both; }
.ro-video-h .ro-video-bg {
  width:auto;
  height:100%;
}
.ro-section {
  position:relative;
  display:block;
  width:100%;
  float:left;
}
.ro-section .ro-section-mb { margin-bottom:50px; }
.ro-section .ro-section-mb-small { margin-bottom:30px; }
.ro-section .ro-section-mb-big { margin-bottom:80px; }
.ro-section .ro-section-heading { margin-bottom:40px; }
.ro-section.ro-padding-top { padding-top:50px; }
.ro-section.ro-padding-top-big { padding-top:80px; }
.ro-section.ro-margin-bottom { margin-bottom:80px; }
.ro-slider-home-basic .rev_slider { overflow:visible !important; }
.ro-slider-home-basic .rev_slider ul.tp-revslider-mainul { overflow:visible !important; }
.ro-service-1-wrapper { position:relative; }
.ro-service-1-item {
  position:relative;
  margin-bottom:100px;
}
.ro-service-1-item .ro-image {
  position:relative;
  width:60%;
  z-index:2;
}
.ro-service-1-item .ro-content {
  position:relative;
  width:50%;
  z-index:3;
}
.ro-service-1-item .ro-content p {
  text-align:center;
  margin-bottom:0;
  padding:30px 25px 50px;
}
.ro-service-1-item .ro-content p .ro-more {
  position:absolute;
  right:30px;
  bottom:25px;
}
.ro-service-1-item > :first-child {
  float:left;
  margin-right:-10%;
}
.ro-service-1-item > :nth-child(2) { float:right; }
.ro-service-1-item > :nth-child(2) img { float:right; }
@media (min-width: 1200px) {
  .ro-service-1-item.ro-service-1-v { padding-top:150px; }
  .ro-service-1-item.ro-service-1-v .ro-image {
    position:relative;
    z-index:2;
    margin-bottom:-70px;
    width:85%;
  }
  .ro-service-1-item.ro-service-1-v .ro-content {
    position:relative;
    width:100%;
    z-index:3;
  }
  .ro-service-1-item.ro-service-1-v .ro-content h3, .ro-service-1-item.ro-service-1-v .ro-content p { float:left; }
  .ro-service-1-item.ro-service-1-v .ro-content h3 {
    width:30%;
    padding-top:80px;
  }
  .ro-service-1-item.ro-service-1-v .ro-content p {
    width:70%;
    text-align:center;
    margin-bottom:0;
    padding:30px;
  }
}
@media (max-width: 767px) {
  .ro-service-1-item { margin-bottom:50px; }
  .ro-service-1-item .ro-image {
    position:relative;
    width:80%;
    z-index:2;
  }
  .ro-service-1-item .ro-content {
    position:relative;
    width:70%;
    z-index:3;
  }
  .ro-service-1-item .ro-content p {
    text-align:center;
    margin-bottom:0;
    padding:30px;
  }
  .ro-service-1-item > :first-child { margin-right:-50%; }
}
@media (max-width: 479px) {
  .ro-service-1-item .ro-image { display:none; }
  .ro-service-1-item .ro-content { width:100%; }
  .ro-service-1-item > :first-child {
    float:left;
    margin-right:-100%;
  }
}
.ro-service-item-2 {
  display:block;
  margin-right:auto;
  margin-left:auto;
  max-width:370px;
  text-align:center;
  margin-bottom:25px;
}
.ro-service-item-2 img { margin-bottom:30px; }
.ro-service-item-2 h4 {
  margin-bottom:15px;
  transition:all .3s;
}
.ro-service-item-2 h4:after {
  display:block;
  margin-right:auto;
  margin-left:auto;
  transition:all .3s;
  margin-top:10px;
  content:" ";
  height:0;
  width:0;
  border-top:1px solid #444444;
}
.ro-service-item-2:hover h4:after { width:30px; }
.ro-service-item-3 {
  line-height:0;
  transition:all .3s;
  display:block;
  margin-right:auto;
  margin-left:auto;
  max-width:370px;
  margin-top:10px;
  margin-bottom:70px;
  text-align:center;
}
.ro-service-item-3 h3 {
  transition:all .3s;
  margin-top:40px;
  color:#FFFFFF;
}
.ro-service-item-3 h3:after {
  display:block;
  margin-right:auto;
  margin-left:auto;
  transition:all .3s;
  margin-top:10px;
  content:" ";
  height:0;
  width:0;
  border-top:1px solid #FFFFFF;
}
.ro-service-item-3 p {
  line-height:28.8px;
  transition:all .3s;
  margin-bottom:10px;
  padding:15px;
  background-color:rgba(255,255,255,0.6);
}
.ro-service-item-3 img { transition:all .3s; }
.ro-service-item-3:hover {
  margin-top:0;
  margin-bottom:60px;
}
.ro-service-item-3:hover h3 { margin-bottom:35px; }
.ro-service-item-3:hover h3:after { width:30px; }
.ro-service-item-3:hover p { margin-bottom:20px; }
.ro-service-item-3:hover img { margin-top:10px; }
.ro-service-item-4 {
  display:block;
  margin-right:auto;
  margin-left:auto;
  max-width:370px;
  text-align:center;
  cursor:pointer;
  background-color:#FFFFFF;
  padding-top:28px;
}
.ro-service-item-4 h4 { transition:all .3s; }
.ro-service-item-4 h4:after {
  display:block;
  margin-right:auto;
  margin-left:auto;
  transition:all .3s;
  margin-top:12px;
  content:" ";
  height:0;
  width:0px;
  border-top:1px solid #444444;
}
.ro-service-item-4 p {
  color:#444444;
  padding:38px 25px 42px;
  line-height:1.6;
}
.ro-service-item-4:hover h4 { color:#84C340; }
.ro-service-item-4:hover h4:after {
  width:30px;
  border-top:1px solid #84C340;
}
.ro-service-item-5 {
  display:block;
  margin-right:auto;
  margin-left:auto;
  max-width:370px;
  text-align:center;
  cursor:pointer;
  padding-bottom:25px;
}
.ro-service-item-5 img { margin-bottom:30px; }
.ro-service-item-5 h4 {
  transition:all .3s;
  margin-bottom:18px;
}
.ro-service-item-5 p { line-height:1.6; }
.ro-service-item-5:hover h4 { color:#84C340; }
.ro-service-fullwidth {
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position:0 0;
  padding-bottom:40px;
}
.ro-service-fullwidth.ro-bg-right { background-position:100% 0; }
.ro-service-fullwidth h3 {
  margin-bottom:50px;
  margin-top:60px;
}
.ro-service-list ul { padding:40px 90px 40px 40px; }
.ro-service-list ul li {
  position:relative;
  line-height:40px;
  font-style:italic;
}
.ro-service-list ul li:before, .ro-service-list ul li:after {
  content:" ";
  display:table;
}
.ro-service-list ul li:after { clear:both; }
.ro-service-list ul .ro-service {
  position:relative;
  float:left;
  padding-right:30px;
}
.ro-service-list ul .ro-separator {
  position:relative;
  display:table-cell;
  content:" ";
  width:2000px;
  height:28px;
  border-bottom:1px solid #FFFFFF;
}
.ro-service-list ul .ro-price {
  text-align:right;
  position:absolute;
  font-weight:700;
  width:50px;
  right:-50px;
  top:0;
}
@media (min-width: 480px) and (max-width: 991px) {
  .ro-service-fullwidth, .ro-service-fullwidth.ro-bg-right { background-position:50% 0; }
}
@media (max-width: 479px) {
  .ro-service-list ul { padding:15px 55px 15px 15px; }
  .ro-service-list ul .ro-service { padding-right:0; }
  .ro-service-list ul .ro-price {
    width:40px;
    right:-40px;
  }
  .ro-service-list ul .ro-separator { display:none; }
}
.ro-service-list-wrap .ro-service-list ul {
  padding-top:10px;
  padding-bottom:10px;
}
.ro-service-list-wrap .panel-body {
  border-top:0 !important;
  height:200px;
  overflow:auto;
}
.ro-specialize-content {
  background-color:rgba(255,255,255,0.8);
  padding-top:40px;
  padding-bottom:40px;
  padding-left:60px;
  padding-right:40px;
}
.ro-specialize-content li {
  list-style:disc;
  padding:10px 0;
}
.ro-specialize-list { overflow-y:auto; }
.ro-specialize-list ul { padding-left:18px; }
.ro-specialize-list ul li {
  list-style:disc;
  margin-bottom:23px;
}
.ro-footer a {
  font-size:14px;
  display:inline-block;
  color:#FFFFFF;
  padding:8px 35px;
  background-color:#444444;
}
.ro-footer a:hover { background-color:#84C340; }
@media (min-width: 992px) {
  .ro-specialize-list {
    margin-right:50px;
    height:130px;
  }
  .ro-footer { margin-top:15px; }
  .ro-footer a { margin-left:282px; }
}
@media (min-width: 1200px) {
  .ro-specialize-list {
    margin-right:85px;
    height:181px;
  }
  .ro-footer a { margin-left:347px; }
}
@media (min-width: 1500px) {
  .ro-specialize-list {
    margin-right:100px;
    height:228px;
  }
  .ro-footer { margin-top:30px; }
  .ro-footer a { margin-left:332px; }
}
@media (min-width: 1800px) {
  .ro-specialize-list {
    margin-right:115px;
    height:283px;
  }
  .ro-footer { margin-top:0px; }
  .ro-footer a { margin-left:317px; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ro-specialize-list {
    width:750px;
    padding:0 15px;
    margin-left:auto;
    margin-right:auto;
  }
  .ro-footer { margin-top:20px; }
  .ro-footer a { float:right; }
}
@media (max-width: 767px) {
  .ro-footer { margin-top:30px; }
  .ro-footer a { float:right; }
}
.ro-team-item {
  display:block;
  margin-right:auto;
  margin-left:auto;
  position:relative;
  text-align:center;
  max-width:370px;
}
.ro-team-item .ro-content h5 {
  text-transform:uppercase;
  margin-bottom:15px;
  margin-top:25px;
}
.ro-team-item .ro-content p {
  margin-bottom:10px;
  display:block;
  margin-right:auto;
  margin-left:auto;
}
.ro-team-item .ro-content .ro-social li {
  color:#666666;
  font-size:18px;
  padding:0 4px;
}
.ro-team-item .ro-image { line-height:0; }
.ro-team-item .ro-image img {
  transition:all .3s;
  cursor:pointer;
  opacity:0.9;
  transform:scale(0.97);
  transform-origin:50% 100%;
}
.ro-team-item .ro-image.ro-zoom:hover img {
  opacity:1;
  transform:scale(1);
}
.ro-testimonial-slider .ro-item { text-align:center; }
.ro-testimonial-slider .ro-item h5 { margin-bottom:20px; }
.ro-testimonial-slider .flex-direction-nav {
  position:relative;
  text-align:center;
}
.ro-testimonial-slider .flex-direction-nav:before, .ro-testimonial-slider .flex-direction-nav:after {
  content:" ";
  display:table;
}
.ro-testimonial-slider .flex-direction-nav:after { clear:both; }
.ro-testimonial-slider .flex-direction-nav .flex-nav-next, .ro-testimonial-slider .flex-direction-nav .flex-nav-prev {
  display:inline-block;
  margin:0 15px;
}
.ro-testimonial-slider .flex-direction-nav .flex-next, .ro-testimonial-slider .flex-direction-nav .flex-prev {
  font-size:0;
  position:absolute;
}
.ro-testimonial-slider .flex-direction-nav .flex-next:before, .ro-testimonial-slider .flex-direction-nav .flex-prev:before {
  font-size:16px;
  font-family:"aqua icon" !important;
}
.ro-testimonial-slider .flex-direction-nav .flex-next:before { content:"d"; }
.ro-testimonial-slider .flex-direction-nav .flex-prev:before { content:"b"; }
.ro-testimonial-scroll-wrapper:before {
  content:" ";
  z-index:512;
  position:absolute;
  display:block;
  top:0;
  left:0;
  height:80px;
  width:100%;
  background:linear-gradient(to bottom,#f3f3f0 0%,rgba(243,243,240,0.99) 1%,rgba(243,243,240,0.5) 50%,rgba(243,243,240,0) 100%);
}
.ro-testimonial-scroll-wrapper:after {
  content:" ";
  z-index:512;
  position:absolute;
  display:block;
  bottom:0;
  left:0;
  height:80px;
  width:100%;
  background:linear-gradient(to bottom,rgba(243,243,240,0) 0%,rgba(243,243,240,0.5) 50%,rgba(243,243,240,0.99) 99%,#f3f3f0 100%);
}
.ro-testimonial-scroll {
  position:relative;
  float:left;
  text-align:center;
  background-color:rgba(255,255,255,0.5);
  height:460px;
  overflow:auto;
}
.ro-testimonial-scroll .ro-hr {
  border-color:#AAAAAA;
  margin:0 auto;
  width:75%;
}
.ro-testimonial-scroll .ro-item { padding:50px 40px 20px; }
.ro-testimonial-scroll-image {
  height:460px;
  padding-top:60px;
}
.ro-testimonial-1 { position:relative; }
.ro-testimonial-1 .ro-item p {
  font-size:18px;
  font-style:italic;
  font-weight:400;
}
.ro-testimonial-1 .ro-item .ro-image {
  margin-left:auto;
  margin-right:auto;
  width:120px;
  height:120px;
  overflow:hidden;
  border:4px solid rgba(171,220,225,0.3);
  border-radius:50%;
}
.ro-testimonial-1 .ro-item .ro-name {
  position:relative;
  width:228px;
  margin:30px auto 20px;
}
.ro-testimonial-1 .ro-item .ro-name:before {
  content:"";
  width:100%;
  left:0;
  position:absolute;
  border-top:1px solid #84C340;
  top:50%;
  z-index:3;
}
.ro-testimonial-1 .ro-item .ro-name p {
  padding-left:6px;
  padding-right:6px;
  position:relative;
  z-index:4;
  margin-bottom:0;
  display:inline-block;
  font-weight:600;
  color:#84C340;
  background-color:#FFFFFF;
}
.ro-testimonial-1 .flex-control-nav {
  width:100%;
  text-align:center;
}
.ro-testimonial-1 .flex-control-nav li {
  margin:0 5px;
  display:inline-block;
  zoom:1;
  *display:inline;
}
.ro-testimonial-1 .flex-control-paging li a {
  width:8px;
  height:8px;
  display:block;
  background:#CCCCCC;
  cursor:pointer;
  text-indent:-9999px;
  border-radius:50%;
}
.ro-testimonial-1 .flex-control-paging li a:hover { background:#84C340; }
.ro-testimonial-1 .flex-control-paging li a.flex-active {
  background:#84C340;
  cursor:default;
}
.ro-testimonial-2 { position:relative; }
.ro-testimonial-2 .ro-item .ro-image {
  margin-left:auto;
  margin-right:auto;
  width:120px;
  height:120px;
  overflow:hidden;
  border:4px solid rgba(255,255,255,0.5);
  border-radius:50%;
  float:right;
}
.ro-testimonial-2 .ro-item .ro-content {
  padding-right:170px;
  padding-top:6px;
  text-align:left;
}
.ro-testimonial-2 .ro-item .ro-content p {
  font-size:18px;
  font-style:italic;
  font-weight:400;
  color:#FFFFFF;
}
.ro-testimonial-2 .ro-item .ro-content .ro-name {
  position:relative;
  width:228px;
  text-align:center;
  margin:0px auto;
  float:right;
}
.ro-testimonial-2 .ro-item .ro-content .ro-name:before {
  content:"";
  width:100%;
  left:0;
  position:absolute;
  border-top:1px solid #FFFFFF;
  top:50%;
  z-index:3;
}
.ro-testimonial-2 .ro-item .ro-content .ro-name p {
  padding-left:6px;
  padding-right:6px;
  position:relative;
  z-index:4;
  margin-bottom:0;
  display:inline-block;
  font-weight:600;
  background-color:#9DCF67;
}
.ro-testimonial-2 .flex-direction-nav {
  position:absolute;
  top:50%;
  width:100%;
  z-index:10;
}
.ro-testimonial-2 .flex-direction-nav a {
  background:transparent;
  text-decoration:none;
  display:block;
  width:40px;
  height:40px;
  margin:-65px 0 0;
  overflow:hidden;
  opacity:0;
  cursor:pointer;
  transition:all .3s;
}
.ro-testimonial-2 .flex-direction-nav a:before {
  font-family:"aqua icon";
  font-size:20px;
  display:inline-block;
  color:#FFFFFF;
}
.ro-testimonial-2 .flex-direction-nav a.flex-prev:before { content:'e'; }
.ro-testimonial-2 .flex-direction-nav a.flex-next:before { content:'f'; }
.ro-testimonial-2 .flex-direction-nav .flex-prev { left:0px; }
.ro-testimonial-2 .flex-direction-nav .flex-next {
  right:0px;
  text-align:right;
}
.ro-testimonial-2:hover .flex-direction-nav .flex-prev {
  opacity:0.9;
  left:80px;
}
.ro-testimonial-2:hover .flex-direction-nav .flex-prev:hover { opacity:1; }
.ro-testimonial-2:hover .flex-direction-nav .flex-next {
  opacity:0.9;
  right:80px;
}
.ro-testimonial-2:hover .flex-direction-nav .flex-next:hover { opacity:1; }
@media (min-width: 992px) {
  .ro-testimonial-2 .ro-item { padding:85px 0; }
  .ro-testimonial-2 .ro-item .ro-image { float:right; }
  .ro-testimonial-2 .ro-item .ro-content {
    padding-right:170px;
    padding-top:6px;
  }
  .ro-testimonial-2 .ro-item .ro-content .ro-name { float:right; }
}
@media (max-width: 991px) {
  .ro-testimonial-2 .ro-item { padding:50px 0; }
  .ro-testimonial-2 .ro-item .ro-content {
    margin-top:30px;
    text-align:center;
  }
  .ro-testimonial-2 .flex-direction-nav .flex-prev { left:0px; }
  .ro-testimonial-2 .flex-direction-nav .flex-next { right:0px; }
  .ro-testimonial-2:hover .flex-direction-nav .flex-prev { left:30px; }
  .ro-testimonial-2:hover .flex-direction-nav .flex-next { right:30px; }
}
@media (max-width: 767px) {
  .ro-testimonial-2:hover .flex-direction-nav .flex-prev { left:0px; }
  .ro-testimonial-2:hover .flex-direction-nav .flex-next { right:0px; }
}
@media (max-width: 479px) {
  .ro-testimonial-2 .ro-item .ro-content .ro-name { width:200px; }
}
@media (max-width: 479px) {
  .ro-testimonial-2 .ro-item .ro-image { float:none; }
  .ro-testimonial-2 .ro-item .ro-content { padding:0; }
}
#tb-testimonial-image {
  max-width:920px;
  margin-left:auto;
  position:relative;
}
#tb-testimonial-image .ro-item .ro-image {
  max-width:240px;
  float:left;
}
#tb-testimonial-image .ro-item .ro-image img { border-radius:50%; }
@media (max-width: 630px) {
  #tb-testimonial-image .ro-item .ro-image { display:none; }
}
#tb-testimonial-image .ro-item .ro-content {
  text-align:right;
  font-size:18px;
  font-weight:600;
  font-style:italic;
  padding-right:40px;
  padding-left:22px;
  z-index:2;
}
@media (min-width: 631px) {
  #tb-testimonial-image .ro-item .ro-content {
    width:calc( 100% - 240px);
    float:left;
    max-width:600px;
    position:relative;
  }
}
@media (min-width: 720px) {
  #tb-testimonial-image .ro-item .ro-content { top:75px; }
}
#tb-testimonial-image .ro-item .ro-content:before {
  font-family:FontAwesome;
  font-size:100px;
  position:absolute;
  color:#f7f7f7;
  content:"\f10d";
  z-index:-1;
  top:30px;
}
#tb-testimonial-image .ro-item .ro-content:before { left:0px; }
#tb-testimonial-image .ro-item .ro-content .ro-name {
  color:#84C340;
  font-size:24px;
  font-weight:bold;
  font-style:italic;
  width:220px;
  margin-left:auto;
  margin-right:0;
  display:block;
  margin-top:28px;
}
#tb-testimonial-image .ro-item .ro-content .ro-name >p {
  position:relative;
  display:inline;
}
#tb-testimonial-image .ro-item .ro-content .ro-name >p:after {
  content:"";
  width:52px;
  height:2px;
  background-color:#84C340;
  display:inline-block;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:-77px;
}
#tb-testimonial-image .flex-control-thumbs {
  text-align:center;
  margin-top:60px;
}
#tb-testimonial-image .flex-control-thumbs li {
  display:inline-block;
  cursor:pointer;
}
#tb-testimonial-image .flex-control-thumbs li img {
  max-width:120px;
  border-radius:50%;
  height:auto;
}
@media (max-width: 630px) {
  #tb-testimonial-image .flex-control-thumbs li img { max-width:70px; }
}
#tb-testimonial-image .flex-control-thumbs li img.flex-active { opacity:0.5; }
#tb-testimonial-image .flex-control-thumbs li:not(:last-child) { margin-right:15px; }
@media (max-width: 480px) {
  #tb-testimonial-image .flex-control-thumbs li:not(:last-child) { margin-right:5px; }
}
#tb-testimonial-image .flex-direction-nav {
  position:absolute;
  width:100%;
  bottom:80px;
  max-width:640px;
  margin:auto;
  left:50%;
  transform:translateX(-50%);
}
#tb-testimonial-image .flex-direction-nav li {
  position:absolute;
  left:0;
}
#tb-testimonial-image .flex-direction-nav li >a:before {
  font-family:"Ionicons" !important;
  font-size:30px;
  color:#666666;
}
#tb-testimonial-image .flex-direction-nav li >a.flex-prev:before { content:"\f3d2"; }
#tb-testimonial-image .flex-direction-nav li >a.flex-next:before { content:"\f3d3"; }
#tb-testimonial-image .flex-direction-nav li:last-child {
  left:initial;
  right:15px;
}
.ro-membership-item {
  display:block;
  margin-right:auto;
  margin-left:auto;
  max-width:270px;
  padding-top:15px;
  padding-bottom:50px;
  margin-bottom:30px !important;
  text-align:center;
  border:1px solid #AAAAAA;
}
.ro-membership-item .ro-price {
  line-height:0;
  position:relative;
  width:100%;
  min-height:174px;
  background-color:#ABDCE1;
}
.ro-membership-item .ro-price img { width:100%; }
.ro-membership-item .ro-price .ro-overlay {
  transition:all .3s;
  padding:10px;
  opacity:0;
  transform:scale(0.1);
}
.ro-membership-item .ro-price .ro-overlay .ro-cell-vertical-wrapper { background-color:rgba(255,255,255,0.8); }
.ro-membership-item .ro-price h1 { margin-bottom:12px; }
.ro-membership-item .ro-price .ro-small { font-size:50%; }
.ro-membership-item .ro-option {
  padding:30px;
  padding-top:40px;
}
.ro-membership-item .ro-option li:not(:first-child) {
  line-height:50px;
  border-top:1px solid #AAAAAA;
}
.ro-membership-item:hover .ro-price .ro-overlay {
  opacity:1;
  transform:scale(1);
}
.ro-membership-item:hover .ro-btn-bd-1 {
  background-color:#84C340;
  color:#FFFFFF;
  border-color:#84C340;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ro-membership-wrapper > div:nth-child(2n) .ro-membership-item { margin-left:0; }
  .ro-membership-wrapper > div:nth-child(2n + 1) .ro-membership-item { margin-right:0; }
}
.ro-section-membership { padding-bottom:30px; }
.ro-section-membership .ro-section-heading { margin-bottom:33px; }
.ro-section-membership .ro-caption {
  line-height:1.6;
  text-align:center;
  margin-bottom:55px;
}
.ro-author-name {
  font-style:italic;
  font-size:18px;
  color:#84C340;
  text-align:right;
}
.ro-blog-article .ro-title { font-weight:700; }
.ro-blog-article .ro-detail span { display:inline-block; }
.ro-blog-article .ro-detail span a { color:#84C340; }
.ro-blog-article .ro-detail span a:hover { color:#AAAAAA; }
.ro-blog-article .ro-image {
  position:relative;
  display:block;
}
.ro-blog-article .ro-image .ro-note {
  position:absolute;
  top:35px;
  left:35px;
  background-color:rgba(255,255,255,0.7);
  padding:15px;
  width:242px;
  border:1px solid #AAAAAA;
  overflow:hidden;
}
.ro-blog-article .ro-image .ro-note .ro-note-top, .ro-blog-article .ro-image .ro-note .ro-note-bottom {
  position:absolute;
  right:15px;
  font-size:18px;
  line-height:18px;
}
.ro-blog-article .ro-image .ro-note .ro-note-top { top:15px; }
.ro-blog-article .ro-image .ro-note .ro-note-bottom { bottom:15px; }
.ro-blog-article .ro-image .ro-note .ro-note-content {
  font-style:italic;
  margin:20px 12px;
  line-height:25px;
}
.ro-blog-article .ro-image .ro-note .ro-note-content span { font-size:16px; }
.ro-blog-article .ro-content .ro-author {
  color:#84C340;
  text-align:right;
  font-style:italic;
  font-size:18px;
  font-weight:700;
  margin-bottom:30px;
}
.ro-blog-article .ro-tag {
  font-style:italic;
  font-weight:400;
  margin-bottom:15px;
  color:#84C340;
}
.ro-blog-article .ro-tag a:hover { color:#AAAAAA; }
.ro-blog-article .ro-social a:not(:first-child) { margin-left:20px; }
.ro-blog-article .ro-social .ro-like, .ro-blog-article .ro-social .ro-subscribe {
  padding:4px 22px 4px 22px;
  display:inline-block;
  font-size:14px;
  outline:none;
  line-height:18px;
  text-align:center;
  border-radius:20px;
}
.ro-blog-article .ro-social .ro-like {
  border:1px solid #AAAAAA;
  background-color:#EEEEEE;
  color:#444444;
}
.ro-blog-article .ro-social .ro-like span {
  margin-left:15px;
  margin-right:9px;
  line-height:14px;
  font-size:20px;
  font-weight:400;
}
.ro-blog-article .ro-social .ro-like:hover {
  border:1px solid #84C340;
  background-color:#84C340;
  color:#FFFFFF;
}
.ro-blog-article .ro-social .ro-subscribe {
  border:1px solid #84C340;
  background-color:#84C340;
  color:#FFFFFF;
}
.ro-blog-article .ro-social .ro-subscribe:hover {
  border:1px solid #AAAAAA;
  background-color:#EEEEEE;
  color:#444444;
}
.ro-blog-article .ro-loading {
  font-size:18px;
  font-weight:700;
  text-align:center;
  margin:58px 0;
}
@media (min-width: 768px) {
  .ro-blog-article .ro-title { font-size:36px; }
  .ro-blog-article .ro-note .ro-note-content { font-size:18px; }
}
@media (max-width: 767px) {
  .ro-blog-article .ro-title { font-size:28px; }
  .ro-blog-article .ro-note p { height:6.4em; }
  .ro-blog-article .ro-note p .ro-note-content { font-size:16px; }
  .ro-blog-article .ro-loading { margin:45px 0; }
}
@media (min-width: 480px) {
  .ro-blog-article .ro-detail span:not(:first-child) { margin-left:55px; }
}
@media (max-width: 479px) {
  .ro-blog-article .ro-image .ro-note { display:none; }
  .ro-blog-article .ro-detail span:not(:last-child) { margin-right:55px; }
}
.ro-blog-article.ro-preview {
  border-bottom:1px solid #AAAAAA;
  padding-bottom:70px;
  padding-top:45px;
}
.ro-blog-article.ro-preview .ro-title { font-style:italic; }
.ro-blog-article.ro-preview .ro-image {
  margin-top:50px;
  margin-bottom:50px;
}
.ro-blog-article.ro-preview .ro-content {
  overflow:hidden;
  margin-bottom:20px;
}
.ro-blog-article.ro-preview .ro-content p { margin-bottom:0; }
@media (max-width: 767px) {
  .ro-blog-article.ro-preview .ro-content { height:7.2em; }
}
@media (min-width: 651px) {
  .ro-blog-article.ro-preview .ro-detail { text-align:right; }
}
@media (max-width: 651px) {
  .ro-blog-article.ro-preview .ro-detail { text-align:left; }
}
.ro-blog-article.ro-style-1 { padding-top:45px; }
.ro-blog-article.ro-style-1 .ro-title {
  font-style:italic;
  margin-bottom:20px;
}
.ro-blog-article.ro-style-1 .ro-image {
  margin-top:30px;
  margin-bottom:50px;
}
.ro-blog-article.ro-style-1 .ro-content .ro-first-letter::first-letter {
  font-size:xx-large;
  font-weight:700;
  font-style:italic;
  line-height:20px;
}
.ro-blog-article.ro-style-1 .ro-related-1 {
  max-width:200px;
  float:right;
}
.ro-blog-article.ro-style-1 .ro-related-1 p { margin-top:30px; }
@media (min-width: 651px) {
  .ro-blog-article.ro-style-1 .ro-detail { text-align:right; }
}
@media (max-width: 651px) {
  .ro-blog-article.ro-style-1 .ro-detail { text-align:left; }
}
.ro-blog-article.ro-style-2 .ro-title {
  margin-top:45px;
  margin-bottom:25px;
}
.ro-blog-article.ro-style-2 .ro-content { margin-top:50px; }
.ro-blog-comment .ro-header { border-bottom:1px solid #AAAAAA; }
.ro-blog-comment .ro-header h3 {
  margin-top:45px;
  margin-bottom:25px;
}
.ro-blog-comment .ro-header .ro-btn {
  width:33px;
  height:33px;
  float:right;
  text-align:center;
  margin-top:45px;
  transition:all .3s;
  border:1px solid #AAAAAA;
  background-color:#EEEEEE;
  color:#444444;
}
.ro-blog-comment .ro-header .ro-btn i {
  display:block;
  font-size:30px;
  line-height:33px;
  color:#444444;
  transition:all .3s;
}
.ro-blog-comment .ro-header .ro-btn:hover {
  border:1px solid #84C340;
  background-color:#84C340;
  color:#FFFFFF;
}
.ro-blog-comment .ro-header .ro-btn:hover i { color:#FFFFFF; }
.ro-blog-comment .ro-blog-comment-list { margin-bottom:50px; }
.ro-blog-comment .ro-blog-comment-list article {
  position:relative;
  padding:48px 0 0 100px;
}
.ro-blog-comment .ro-blog-comment-list article footer h4 {
  font-style:italic;
  margin:0 0 18px;
}
.ro-blog-comment .ro-blog-comment-list article footer .ro-profile {
  display:block;
  position:absolute;
  width:70px;
  height:70px;
  top:48px;
  left:0;
}
.ro-blog-comment .ro-blog-comment-list article .ro-comment p { margin:0; }
.ro-blog-comment .ro-blog-comment-list article .ro-footer { margin-bottom:35px; }
.ro-blog-comment .ro-blog-comment-list article .ro-footer p {
  margin:0;
  font-size:14px;
  font-style:italic;
  display:inline-block;
  color:#84C340;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer .ro-btn i {
  position:relative;
  top:5px;
  display:inline-block;
  color:#666666;
  line-height:20px;
  font-size:30px;
  transition:all .3s;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer .ro-btn:hover i { color:#84C340; }
.ro-blog-comment .ro-blog-comment-list article .ro-divide {
  width:100%;
  height:0;
  border-bottom:1px solid #AAAAAA;
}
@media (min-width: 480px) {
  .ro-blog-comment .ro-blog-comment-list article .ro-footer {
    padding-right:20px;
    text-align:right;
  }
  .ro-blog-comment .ro-blog-comment-list article .ro-footer span {
    float:right;
    margin-left:5px;
  }
}
@media (max-width: 479px) {
  .ro-blog-comment .ro-blog-comment-list article .ro-footer {
    padding-right:0;
    text-align:left;
  }
  .ro-blog-comment .ro-blog-comment-list article .ro-footer span {
    float:right;
    margin-left:0px;
  }
}
.ro-blog-contact-form { margin-bottom:60px; }
.ro-blog-side-bar .ro-title {
  margin-bottom:40px;
  background-color:#EEEEEE;
  border:1px solid #AAAAAA;
  width:100%;
  text-transform:uppercase;
  padding:10px 0;
  text-align:center;
}
.ro-blog-side-bar .ro-title h5 {
  margin:0;
  line-height:18px;
}
.ro-blog-side-bar .ro-title:not(:first-child) { margin-top:40px; }
.ro-blog-side-bar .ro-news {
  margin-bottom:20px;
  position:relative;
}
.ro-blog-side-bar .ro-news .ro-image {
  position:absolute;
  top:8px;
  width:90px;
  height:55px;
  float:left;
  opacity:1;
  transition:all .3s;
}
.ro-blog-side-bar .ro-news .ro-image:hover { opacity:0.7; }
.ro-blog-side-bar .ro-news .ro-content { margin-left:100px; }
.ro-blog-side-bar .ro-news .ro-content .ro-date {
  margin-top:10px;
  color:#bdbdbd;
  font-style:italic;
  display:block;
  font-weight:400;
}
.ro-blog-side-bar .ro-news .ro-content a {
  margin-top:0;
  color:#444444;
  transition:all 0.3s ease-in-out;
}
.ro-blog-side-bar .ro-news .ro-content a:hover { color:#84C340; }
.ro-blog-side-bar .ro-contact { width:100%; }
.ro-blog-side-bar .ro-contact td, .ro-blog-side-bar .ro-contact th { padding-bottom:10px; }
.ro-blog-related a {
  margin-bottom:40px;
  display:block;
  text-align:center;
}
.ro-blog-related a img { max-width:100%; }
.ro-blog-related a:hover { opacity:0.7; }
.ro-blog-side-contact { width:100%; }
.ro-blog-side-contact td, .ro-blog-side-contact th { padding-bottom:10px; }
.ro-blog-sidebar-service-list li {
  font-size:18px;
  line-height:2.5;
}
.ro-blog-sidebar-service-list li:before {
  content:"\e177";
  vertical-align:-5%;
  font-family:"aqua icon";
  margin-right:10px;
}
.ro-one-page-post { position:relative; }
.ro-one-page-post.ro-style-2 .ro-one-page-post-content { background-color:#D9D8C1; }
.ro-one-page-post.ro-style-2 .ro-one-page-post-content .ro-heading { text-align:right; }
.ro-one-page-post .ro-image { position:relative; }
.ro-one-page-post .ro-one-page-post-content { background-color:#ABDCE1; }
.ro-one-page-post .ro-one-page-post-content .ro-heading {
  color:#FFFFFF;
  font-style:italic;
}
.ro-one-page-post .ro-one-page-post-content .ro-heading::after {
  margin-right:auto;
  margin-left:auto;
  content:" ";
  display:block;
  width:50px;
  margin-top:15px;
  height:0;
  border-top:2px solid #FFFFFF;
}
.ro-one-page-post .ro-one-page-post-content .ro-heading.ro-left::after { margin-left:0; }
.ro-one-page-post .ro-one-page-post-content .ro-heading.ro-right::after { margin-right:0; }
.ro-one-page-post .ro-one-page-post-content .ro-body {
  width:100%;
  overflow:hidden;
}
.ro-one-page-post .ro-one-page-post-content .ro-footer {
  margin-bottom:0;
  text-align:right;
  font-style:italic;
  font-weight:400;
  font-size:14px;
}
.ro-one-page-post .ro-one-page-post-content .ro-footer span { display:inline-block; }
.ro-one-page-post .ro-one-page-post-content .ro-footer span:not(:first-child):before { content:"/"; }
@media (min-width: 1800px) {
  .ro-one-page-post .ro-one-page-post-content { padding:60px 40px 60px 60px; }
  .ro-one-page-post .ro-one-page-post-content .ro-heading { margin:0 0 60px; }
  .ro-one-page-post .ro-one-page-post-content .ro-body { height:16.2em; }
  .ro-one-page-post .ro-one-page-post-content .ro-footer { margin-top:60px; }
}
@media (max-width: 1799px) {
  .ro-one-page-post .ro-one-page-post-content { padding:50px 40px 50px 60px; }
  .ro-one-page-post .ro-one-page-post-content .ro-heading { margin:0 0 30px; }
  .ro-one-page-post .ro-one-page-post-content .ro-body { height:50%; }
  .ro-one-page-post .ro-one-page-post-content .ro-footer { margin-top:30px; }
}
@media (min-width: 1200px) {
  .ro-one-page-post .ro-one-page-post-content .ro-heading { font-size:36px; }
  .ro-one-page-post .ro-one-page-post-content .ro-footer span:not(:first-child):before {
    margin-left:20px;
    margin-right:20px;
  }
}
@media (max-width: 1199px) {
  .ro-one-page-post .ro-one-page-post-content { padding:40px 40px 40px 50px; }
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    margin:0 0 20px;
    font-size:24px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-body { height:7.2em; }
  .ro-one-page-post .ro-one-page-post-content .ro-footer { margin-top:20px; }
  .ro-one-page-post .ro-one-page-post-content .ro-footer span:not(:first-child):before {
    margin-left:15px;
    margin-right:15px;
  }
}
@media (min-width: 992px) {
  .ro-one-page-post.ro-style-2 .ro-image { float:right; }
  .ro-one-page-post.ro-style-2 .ro-one-page-post-content { left:0; }
  .ro-one-page-post.ro-style-2 .ro-one-page-post-content::before {
    content:" ";
    left:100%;
    right:-25px;
    top:60px;
    border-left:25px solid #D9D8C1;
    border-right:0;
  }
  .ro-one-page-post .ro-image { width:50%; }
  .ro-one-page-post .ro-one-page-post-content {
    position:absolute;
    width:50%;
    height:100%;
    top:0;
    right:0;
  }
  .ro-one-page-post .ro-one-page-post-content::before {
    content:" ";
    width:0;
    height:0;
    left:-25px;
    top:60px;
    position:absolute;
    border-right:26px solid #ABDCE1;
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
  }
}
@media (max-width: 991px) {
  .ro-one-page-post.ro-style-2 .ro-one-page-post-content::before {
    content:" ";
    left:auto;
    right:60px;
    top:-25px;
    border-top:0;
    border-bottom:25px solid #D9D8C1;
  }
  .ro-one-page-post .ro-image { width:100%; }
  .ro-one-page-post .ro-one-page-post-content {
    position:relative;
    padding:40px 40px 40px 50px;
  }
  .ro-one-page-post .ro-one-page-post-content::before {
    content:" ";
    width:0;
    height:0;
    left:60px;
    top:-25px;
    position:absolute;
    border-right:20px solid transparent;
    border-left:20px solid transparent;
    border-top:0;
    border-bottom:25px solid #ABDCE1;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    margin:0 0 20px;
    font-size:24px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-body { height:5.4em; }
  .ro-one-page-post .ro-one-page-post-content .ro-footer { margin-top:20px; }
  .ro-one-page-post .ro-one-page-post-content .ro-footer span:not(:first-child):before {
    margin-left:15px;
    margin-right:15px;
  }
}
@media (max-width: 479px) {
  .ro-one-page-post .ro-one-page-post-content .ro-heading { font-size:18px; }
  .ro-one-page-post .ro-one-page-post-content .ro-footer { text-align:left; }
  .ro-one-page-post .ro-one-page-post-content .ro-footer span { margin-right:20px; }
  .ro-one-page-post .ro-one-page-post-content .ro-footer span:not(:first-child):before { display:none; }
}
.ro-related-posts { padding-top:15px; }
.ro-related-posts .ro-relate-posts-item {
  padding-top:40px;
  margin:auto;
  max-width:370px;
  height:100%;
  background-color:white;
  margin-bottom:30px;
}
.ro-related-posts .ro-relate-posts-item .ro-image {
  margin:0 30px 30px;
  overflow:hidden;
  position:relative;
}
.ro-related-posts .ro-relate-posts-item .ro-image:after {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:5;
  background-color:rgba(255,255,255,0.6);
  opacity:0;
  transition:all .3s;
}
.ro-related-posts .ro-relate-posts-item .ro-image img {
  width:100%;
  display:block;
  transform:scale(1);
  transition:all .3s;
}
.ro-related-posts .ro-relate-posts-item .ro-image:hover:after { opacity:1; }
.ro-related-posts .ro-relate-posts-item .ro-image:hover img { transform:scale(1.1); }
.ro-related-posts .ro-relate-posts-item .ro-content {
  padding-bottom:50px;
  padding:0 30px 30px;
}
.ro-related-posts .ro-relate-posts-item .ro-content a.ro-title:hover { color:#84C340; }
.ro-related-posts .ro-relate-posts-item .ro-content a.ro-title h4 {
  font-size:21px;
  margin-bottom:5px;
}
.ro-related-posts .ro-relate-posts-item .ro-content p.ro-info {
  font-size:14px;
  font-style:italic;
  font-weight:400;
  margin-bottom:16px;
}
.ro-related-posts .ro-relate-posts-item .ro-content p { line-height:1.6; }
.ro-space-img {
  display:block;
  margin-right:auto;
  margin-left:auto;
  position:relative;
  width:100%;
  height:100%;
  max-width:270px;
  margin-bottom:30px;
}
.ro-space-img img { width:100%; }
.ro-space-img .ro-overlay {
  transition:all .3s;
  padding:20px;
  opacity:0;
}
.ro-space-img:hover .ro-overlay { opacity:1; }
.ro-space-overlay { text-transform:uppercase; }
.ro-space-overlay h5 {
  margin:0;
  letter-spacing:3px;
}
@media (min-width: 1200px) {
  .ro-space-overlay-lg-1 { background-color:rgba(255,255,255,0.7); }
  .ro-space-overlay-lg-2 { background-color:rgba(198,217,198,0.7); }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ro-space-items > div:nth-child(2n) .ro-space-img { float:left; }
  .ro-space-items > div:nth-child(2n+1) .ro-space-img { float:right; }
  .ro-space-overlay-sm-1 { background-color:rgba(255,255,255,0.7); }
  .ro-space-overlay-sm-2 { background-color:rgba(198,217,198,0.7); }
}
.ro-images-slider { line-height:0; }
.ro-images-slider .ro-item .ro-image {
  padding-right:2px;
  padding-left:4px;
}
.ro-images-slider .ro-item .ro-image img {
  width:100%;
  opacity:1;
  transition:all .3s;
}
.ro-images-slider .ro-item .ro-image img:hover { opacity:0.7; }
.ro-images-slider .flex-direction-nav { *height:0; }
.ro-images-slider .flex-direction-nav a {
  color:transparent;
  text-decoration:none;
  display:block;
  width:20px;
  height:40px;
  margin:-20px 0 0;
  position:absolute;
  top:50%;
  z-index:10;
  overflow:hidden;
  border-radius:5px;
  opacity:1;
  cursor:pointer;
  background-color:rgba(255,255,255,0.6);
  transition:all .3s;
}
.ro-images-slider .flex-direction-nav a:after { display:none; }
.ro-images-slider .flex-direction-nav a:before {
  font-family:"aqua icon";
  font-size:20px;
  line-height:40px;
  display:inline-block;
  content:'e';
  color:#444444;
}
.ro-images-slider .flex-direction-nav a.flex-next:before { content:'f'; }
.ro-images-slider .flex-direction-nav .flex-prev { left:20px; }
.ro-images-slider .flex-direction-nav .flex-next {
  right:20px;
  text-align:right;
}
body { overflow-x:hidden; }
.admin-bar .single-product .ro-product-wrapper .ro-image { margin-top:-32px; }
.admin-bar .single-product .ro-product-wrapper .ro-image img { padding-top:32px; }
.single-product .ro-title h4 {
  margin-top:50px;
  margin-bottom:50px;
}
.single-product .ro-product-wrapper .ro-product-image, .single-product .summary .ro-product-image {
  max-width:470px;
  margin-right:auto;
  margin-left:auto;
}
.single-product .ro-product-wrapper .ro-product-image .ro-image, .single-product .summary .ro-product-image .ro-image { overflow:hidden; }
.single-product .ro-product-wrapper .ro-product-image .ro-image img, .single-product .summary .ro-product-image .ro-image img { width:100%; }
.single-product .ro-product-wrapper .ro-product-image .ro-footer > a > div, .single-product .summary .ro-product-image .ro-footer > a > div {
  transition:all .3s;
  float:right;
  text-align:center;
  position:relative;
  z-index:10;
  padding-top:6px;
  padding-bottom:6px;
}
.single-product .ro-product-wrapper .ro-product-image .ro-footer > a > div:hover, .single-product .summary .ro-product-image .ro-footer > a > div:hover {
  background-color:#84C340;
  color:#FFFFFF;
}
.single-product .ro-product-wrapper .ro-product-image .ro-footer > a :nth-child(1) > div, .single-product .summary .ro-product-image .ro-footer > a :nth-child(1) > div {
  width:50%;
  color:#FFFFFF;
  font-size:14px;
  background-color:#444444;
  line-height:28px;
}
.single-product .ro-product-wrapper .ro-product-image .ro-footer > a :nth-child(1) > div:hover, .single-product .summary .ro-product-image .ro-footer > a :nth-child(1) > div:hover { background-color:#84C340; }
.single-product .ro-product-wrapper .ro-product-image .ro-footer > a :nth-child(2) > div, .single-product .summary .ro-product-image .ro-footer > a :nth-child(2) > div { width:50%; }
.single-product .ro-product-wrapper .ro-product-option-wrapper, .single-product .summary .ro-product-option-wrapper {
  padding-left:0;
  padding-right:0;
}
.single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option, .single-product .summary .ro-product-option-wrapper .ro-product-option {
  position:relative;
  z-index:10;
}
.single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option img, .single-product .summary .ro-product-option-wrapper .ro-product-option img {
  max-width:100px;
  width:100%;
  opacity:1;
  display:inline-block;
  transition:all .3s;
}
.single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option img:hover, .single-product .summary .ro-product-option-wrapper .ro-product-option img:hover { opacity:0.4; }
.single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option .ro-active img, .single-product .summary .ro-product-option-wrapper .ro-product-option .ro-active img { opacity:0.4; }
.single-product .ro-product-wrapper .woocommerce-variation-price, .single-product .summary .woocommerce-variation-price { margin-bottom:30px; }
.single-product .ro-product-wrapper .ro-product-information, .single-product .summary .ro-product-information { /*
            .ro-body {
                .clearfix;
                border-bottom: 1px solid @gray-color;
                .ro-colour, .ro-rate, .ro-size, .ro-quantity {
                    .clearfix;
                    float: left;
                    line-height: 1.2;
                    width: 50%;
                    display: inline-block;
                    > div {
                        display: inline-block;
                        &:nth-of-type(1){
                            width: 30%;
                            float: left;
                            p {
                                margin-bottom: 20px;
                            }
                        }
                        &:nth-of-type(2){
                            width: 70%;
                        }
                    }
                }
                .ro-colour {
                    > div {
                        &:nth-of-type(2) {
                            label {
                                cursor: pointer;
                                input[type="radio"] {
                                    display: none;
                                    & + span:before {
                                        .easing-animation;
                                        content: '';
                                        display: inline-block;
                                        width: 14px;
                                        height: 14px;
                                        vertical-align: middle;
                                        border-radius: 50%;
                                        border: 2px solid @light-color;
                                        margin-right: 8px;
                                    }
                                    &:checked + span:before {
                                        box-shadow: 0 0 0 1px @gray-color;
                                    }
                                }
                                &:last-of-type {
                                    input[type="radio"] + span:before {
                                        margin-right: 0;
                                    }
                                }
                                &.ro-type-1 {
                                    input[type="radio"] + span:before {
                                        background-color: @bg-color-4;
                                    }
                                }
                                &.ro-type-2 {
                                    input[type="radio"] + span:before {
                                        background-color: @bg-color-3;
                                    }
                                }
                                &.ro-type-3 {
                                    input[type="radio"] + span:before {
                                        background-color: @dark-color;
                                    }
                                }
                            }
                        }
                    }
                }
                .ro-size {
                    > div {
                        &:nth-of-type(2) {
                            label {
                                cursor: pointer;
                                font-weight: 600;
                                margin-right: 5px;
                                input[type="radio"] {
                                    display: none;
                                    & + span {
                                        .easing-animation;
                                        font-family: 'Roboto Slab', serif;
                                        font-weight: 400;
                                        text-align: center;
                                        padding: 0 3px;
                                    }
                                    &:checked + span {
                                        background-color: @main-color;
                                        color: @light-color;
                                    }
                                }
                                &:last-of-type {
                                    margin-right: 0;
                                }
                            }
                        }
                    }
                }
                .ro-quantity {
                    > div {
                        &:nth-of-type(2) {
                            input[type="number"]::-webkit-inner-spin-button,
                            input[type="number"]::-webkit-outer-spin-button {
                                opacity: 1;
                            }
                            input[type="number"] {
                                font-family: 'Roboto Slab', serif;
                                text-align: center;
                                font-weight: 400;
                                width: 50px;
                            }
                        }
                    }
                }
                .ro-note {
                    p {
                        line-height: 1.2;
                    }
                }
            }*/ }
.single-product .ro-product-wrapper .ro-product-information h4, .single-product .summary .ro-product-information h4 {
  margin-top:10px;
  color:#444444;
  text-transform:uppercase;
}
.single-product .ro-product-wrapper .ro-product-information .price, .single-product .summary .ro-product-information .price { color:#84C340; }
.single-product .ro-product-wrapper .ro-product-information .price del, .single-product .summary .ro-product-information .price del {
  font-size:24px;
  color:#898989;
}
.single-product .ro-product-wrapper .ro-product-information .price ins, .single-product .summary .ro-product-information .price ins {
  background:transparent;
  color:#84C340;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate > div, .single-product .ro-product-wrapper .ro-product-information .ro-quantity > div, .single-product .ro-product-wrapper .ro-product-information .ro-price > div, .single-product .summary .ro-product-information .ro-rate > div, .single-product .summary .ro-product-information .ro-quantity > div, .single-product .summary .ro-product-information .ro-price > div { display:inline-block; }
.single-product .ro-product-wrapper .ro-product-information .ro-rate > div:nth-child(1), .single-product .ro-product-wrapper .ro-product-information .ro-quantity > div:nth-child(1), .single-product .ro-product-wrapper .ro-product-information .ro-price > div:nth-child(1), .single-product .summary .ro-product-information .ro-rate > div:nth-child(1), .single-product .summary .ro-product-information .ro-quantity > div:nth-child(1), .single-product .summary .ro-product-information .ro-price > div:nth-child(1) {
  width:15%;
  float:left;
  padding-top:2px;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate > div:nth-child(1) p, .single-product .ro-product-wrapper .ro-product-information .ro-quantity > div:nth-child(1) p, .single-product .ro-product-wrapper .ro-product-information .ro-price > div:nth-child(1) p, .single-product .summary .ro-product-information .ro-rate > div:nth-child(1) p, .single-product .summary .ro-product-information .ro-quantity > div:nth-child(1) p, .single-product .summary .ro-product-information .ro-price > div:nth-child(1) p { margin-bottom:20px; }
.single-product .ro-product-wrapper .ro-product-information .ro-rate > div:nth-child(2), .single-product .ro-product-wrapper .ro-product-information .ro-quantity > div:nth-child(2), .single-product .ro-product-wrapper .ro-product-information .ro-price > div:nth-child(2), .single-product .summary .ro-product-information .ro-rate > div:nth-child(2), .single-product .summary .ro-product-information .ro-quantity > div:nth-child(2), .single-product .summary .ro-product-information .ro-price > div:nth-child(2) { width:85%; }
.single-product .ro-product-wrapper .ro-product-information .qty, .single-product .summary .ro-product-information .qty { width:100px; }
.single-product .ro-product-wrapper .ro-product-information .single_add_to_cart_button, .single-product .summary .ro-product-information .single_add_to_cart_button { text-transform:uppercase; }
.single-product .ro-product-wrapper .ro-product-information .variations tr, .single-product .summary .ro-product-information .variations tr {
  width:46%;
  display:inline-block;
}
.single-product .ro-product-wrapper .ro-product-information .variations tr:nth-child(2n), .single-product .summary .ro-product-information .variations tr:nth-child(2n) { margin-left:20px; }
.single-product .ro-product-wrapper .ro-product-information .variations tr td, .single-product .summary .ro-product-information .variations tr td { float:left; }
.single-product .ro-product-wrapper .ro-product-information .variations tr td.label, .single-product .summary .ro-product-information .variations tr td.label {
  width:30%;
  font-size:100%;
  color:#444444;
  text-align:left;
  padding:20px 0;
}
.single-product .ro-product-wrapper .ro-product-information .variations tr td.value, .single-product .summary .ro-product-information .variations tr td.value {
  width:70%;
  position:relative;
}
.single-product .ro-product-wrapper .ro-product-information .variations tr td.value .reset_variations, .single-product .summary .ro-product-information .variations tr td.value .reset_variations {
  position:absolute;
  bottom:-10px;
  left:0;
}
.single-product .ro-product-wrapper .ro-product-information .variations tr td.value .reset_variations:hover, .single-product .summary .ro-product-information .variations tr td.value .reset_variations:hover { color:#84C340; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-price, .single-product .summary .ro-product-information .single_variation_wrap .ro-price { margin-bottom:25px; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-price del, .single-product .summary .ro-product-information .single_variation_wrap .ro-price del {
  display:inline-block;
  margin-right:20px;
}
.single-product .ro-product-wrapper .ro-product-information .product_meta span, .single-product .summary .ro-product-information .product_meta span {
  display:inline-block;
  margin-right:10px;
}
.single-product .ro-product-wrapper .ro-product-information .product_meta span:last-child, .single-product .summary .ro-product-information .product_meta span:last-child { margin:0; }
.single-product .ro-product-wrapper .ro-product-information .product_meta span a, .single-product .summary .ro-product-information .product_meta span a { color:#444444; }
.single-product .ro-product-wrapper .ro-product-information .product_meta span a:hover, .single-product .summary .ro-product-information .product_meta span a:hover { color:#84C340; }
.single-product .ro-product-wrapper .ro-product-information .ro-footer h6, .single-product .summary .ro-product-information .ro-footer h6 {
  margin-top:25px;
  margin-bottom:20px;
}
.single-product .woocommerce-tabs ul.tabs {
  padding:0 !important;
  font-size:13px;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.single-product .woocommerce-tabs .panel h2, .single-product .woocommerce-tabs .panel h3.comment-reply-title {
  font-size:14px;
  line-height:15.4px;
  text-transform:uppercase;
  margin-bottom:20px;
}
.single-product .woocommerce-tabs .panel #review_form_wrapper { margin-top:20px; }
.single-product .woocommerce-tabs .panel #review_form_wrapper .comment-form { margin:20px 0; }
.single-product .woocommerce-tabs .panel #review_form_wrapper .comment-form p.comment-form-author { margin-right:15px !important; }
.single-product .woocommerce-tabs .panel #review_form_wrapper .comment-form p.form-submit { text-align:left; }
.single-product .woocommerce-tabs .panel #review_form_wrapper .comment-form p.form-submit .submit {
  padding:10px 40px !important;
  color:#FFFFFF !important;
  background-color:#444444 !important;
}
.single-product .woocommerce-tabs .panel #review_form_wrapper .comment-form p.form-submit .submit:hover { background-color:#84C340 !important; }
.single-product .ro-product-relate { padding-bottom:55px; }
.single-product .ro-product-relate .ro-divide { border-bottom:2px solid #84C340; }
.single-product .ro-product-relate h4 {
  margin-bottom:45px;
  margin-top:45px;
}
.single-product .ro-product-relate .ro-image {
  line-height:0;
  max-width:170px;
  overflow:hidden;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:30px;
}
.single-product .ro-product-relate .ro-image a > div {
  position:relative;
  width:100%;
}
.single-product .ro-product-relate .ro-image a > div:after {
  content:"";
  transition:all .3s;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:rgba(255,255,255,0.6);
  opacity:0;
  z-index:5;
}
.single-product .ro-product-relate .ro-image a img {
  transition:all .3s;
  width:100%;
  transform:scale(1);
}
.single-product .ro-product-relate .ro-image a:hover > div:after { opacity:1; }
.single-product .ro-product-relate .ro-image a:hover img { transform:scale(1.1); }
@media (min-width: 768px) {
  .single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option {
    margin-right:auto;
    margin-left:auto;
    max-width:100px;
    overflow-y:auto;
    height:500px;
  }
  .single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option img {
    margin-top:0px;
    margin-bottom:5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option { float:left; }
}
@media (max-width: 767px) {
  .single-product .ro-product-wrapper .ro-product-image {
    margin-bottom:50px;
    margin-left:0;
  }
  .single-product .ro-product-wrapper .ro-product-option-wrapper {
    padding-right:15px;
    padding-left:15px;
    overflow-y:auto;
    margin-bottom:50px;
  }
  .single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option { height:120px; }
  .single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option a {
    padding-left:10px;
    padding-right:10px;
  }
  .single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option img {
    margin-bottom:10px;
    margin-top:10px;
  }
  .single-product .ro-product-relate .ro-content > div:nth-child(2n) .ro-image { float:left; }
  .single-product .ro-product-relate .ro-content > div:nth-child(2n+1) .ro-image { float:right; }
}
@media (max-width: 479px) {
  .single-product .ro-product-wrapper .ro-product-information .ro-body .ro-colour, .single-product .ro-product-wrapper .ro-product-information .ro-body .ro-rate, .single-product .ro-product-wrapper .ro-product-information .ro-body .ro-size, .single-product .ro-product-wrapper .ro-product-information .ro-body .ro-quantity { width:100%; }
  .single-product .ro-product-wrapper .ro-product-information .ro-body .ro-colour > div:nth-of-type(1), .single-product .ro-product-wrapper .ro-product-information .ro-body .ro-rate > div:nth-of-type(1), .single-product .ro-product-wrapper .ro-product-information .ro-body .ro-size > div:nth-of-type(1), .single-product .ro-product-wrapper .ro-product-information .ro-body .ro-quantity > div:nth-of-type(1) { width:45%; }
  .single-product .ro-product-wrapper .ro-product-information .ro-body .ro-colour > div:nth-of-type(2), .single-product .ro-product-wrapper .ro-product-information .ro-body .ro-rate > div:nth-of-type(2), .single-product .ro-product-wrapper .ro-product-information .ro-body .ro-size > div:nth-of-type(2), .single-product .ro-product-wrapper .ro-product-information .ro-body .ro-quantity > div:nth-of-type(2) { width:55%; }
  .single-product .single-product .ro-product-wrapper .ro-product-information .variations tr, .single-product .single-product .summary .ro-product-information .variations tr {
    width:100%;
    margin:0;
  }
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .summary-content .input-text.qty { height:42px; }
.woocommerce-cart h4 {
  margin-top:50px;
  margin-bottom:55px;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table {
  border:none;
  border-collapse:collapse;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table td {
  font-family:"Roboto Slab", serif;
  font-weight:400;
  letter-spacing:1.6px;
  text-transform:uppercase;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th {
  border:none;
  background-color:#EEEEEE;
  height:60px;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th.ro-table-col-name { min-width:30%; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tfoot tr td {
  background-color:#EEEEEE;
  font-size:12px;
  height:60px;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tfoot tr .ro-price { font-size:18px; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody input[type='number']::-webkit-inner-spin-button, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody input[type='number']::-webkit-outer-spin-button { opacity:1; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr { border-top:1px solid #DDDDDD; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td img {
  max-width:170px;
  width:100%;
  padding-right:10px;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr:first-child { border-top:0; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item td, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap td {
  font-size:14px;
  padding:50px 0;
  border:none;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item td:first-of-type img, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap td:first-of-type img {
  transition:all .3s;
  opacity:1;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item td:first-of-type img:hover, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap td:first-of-type img:hover { opacity:0.7; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item td:nth-of-type(2) a:hover, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap td:nth-of-type(2) a:hover { color:#84C340; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item td.ro-product-remove a, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap td.ro-product-remove a {
  width:auto;
  color:#444444 !important;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item td.ro-product-remove a:hover, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap td.ro-product-remove a:hover {
  color:#84C340 !important;
  background:none;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item td .quantity input.qty, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap td .quantity input.qty { width:90px; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .ro-item-color label, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .ro-item-color label { cursor:pointer; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .ro-item-color label input[type="radio"], .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .ro-item-color label input[type="radio"] { display:none; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .ro-item-color label input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .ro-item-color label input[type="radio"] + span:before {
  transition:all .3s;
  content:'';
  display:inline-block;
  width:14px;
  height:14px;
  vertical-align:middle;
  border-radius:50%;
  border:2px solid #FFFFFF;
  margin-right:8px;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .ro-item-color label input[type="radio"]:checked + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .ro-item-color label input[type="radio"]:checked + span:before { box-shadow:0 0 0 1px #AAAAAA; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .ro-item-color label:last-of-type input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .ro-item-color label:last-of-type input[type="radio"] + span:before { margin-right:0; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item.ro-product-1 .ro-item-color label.ro-type-1 input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap.ro-product-1 .ro-item-color label.ro-type-1 input[type="radio"] + span:before { background-color:#ABDCE1; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item.ro-product-1 .ro-item-color label.ro-type-2 input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap.ro-product-1 .ro-item-color label.ro-type-2 input[type="radio"] + span:before { background-color:#D9D8C1; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item.ro-product-1 .ro-item-color label.ro-type-3 input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap.ro-product-1 .ro-item-color label.ro-type-3 input[type="radio"] + span:before { background-color:#444444; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item.ro-product-2 .ro-item-color label.ro-type-1 input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap.ro-product-2 .ro-item-color label.ro-type-1 input[type="radio"] + span:before { background-color:#ABDCE1; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item.ro-product-2 .ro-item-color label.ro-type-2 input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap.ro-product-2 .ro-item-color label.ro-type-2 input[type="radio"] + span:before { background-color:#DEB6B6; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item.ro-product-2 .ro-item-color label.ro-type-3 input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap.ro-product-2 .ro-item-color label.ro-type-3 input[type="radio"] + span:before { background-color:#444444; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions {
  font-family:"Josefin Sans";
  font-size:100%;
  border-bottom:1px solid #AAAAAA;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions .coupon, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions .coupon { float:left; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions .coupon input, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions .coupon input { min-width:200px; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions input.button, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions input.button {
  color:#FFFFFF !important;
  background-color:#444444;
  padding:13px 40px;
  text-transform:uppercase;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions input.button:hover, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions input.button:hover { background-color:#84C340; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions input.button, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions input.button {
  float:right;
  width:auto;
}
.woocommerce-cart .ro-cart-form .ro-button {
  margin-top:70px;
  margin-bottom:80px;
}
.woocommerce-cart .ro-cart-form .ro-button a {
  transition:all .3s;
  font-size:14px;
  font-family:"Josefin Sans";
  background-color:#444444;
  border:0;
  color:#FFFFFF;
  padding:10px 50px;
  outline:none;
  float:right;
}
.woocommerce-cart .ro-cart-form .ro-button a:hover { background-color:#84C340; }
@media (max-width: 639px) {
  .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions .coupon, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions .coupon, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions input.button, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions input.button { float:none; }
}
@media (max-width: 479px) {
  .woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th.ro-table-col-price, .woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th.ro-table-col-qty, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-price, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-qty { display:none; }
}
.ro-checkout-process {
  margin-top:85px;
  margin-bottom:140px;
  padding-left:40px;
  padding-right:40px;
}
.ro-checkout-process .ro-hr-line {
  width:100%;
  border-top:1px solid #AAAAAA;
  position:relative;
}
.ro-checkout-process .ro-hr-line a div {
  transition:all .3s;
  border-radius:50%;
  position:absolute;
  width:20px;
  height:20px;
  border:1px solid #AAAAAA;
  background-color:#FFFFFF;
  transform:translate(-50%,-50%);
}
.ro-checkout-process .ro-hr-line a div:after {
  transition:all .3s;
  content:"";
  width:14px;
  height:14px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background-color:#84C340;
  border-radius:50%;
  opacity:0;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(1) div {
  left:0;
  border:1px solid #84C340;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(1) div:after { opacity:1; }
.ro-checkout-process .ro-hr-line a:nth-of-type(2) div { left:50%; }
.ro-checkout-process .ro-hr-line a:nth-of-type(2):hover div { border:1px solid #84C340; }
.ro-checkout-process .ro-hr-line a:nth-of-type(2):hover div:after { opacity:1; }
.ro-checkout-process .ro-hr-line a:nth-of-type(3) div { left:100%; }
.ro-checkout-process .ro-hr-line a:nth-of-type(3):hover div { border:1px solid #84C340; }
.ro-checkout-process .ro-hr-line a:nth-of-type(3):hover div:after { opacity:1; }
.ro-checkout-process .ro-hr-line span {
  position:absolute;
  top:20px;
  width:70px;
  left:0;
  transform:translate(-50%,0);
  text-align:center;
  font-size:18px;
}
.ro-checkout-process .ro-hr-line span:nth-of-type(1) {
  left:0;
  font-weight:700;
}
.ro-checkout-process .ro-hr-line span:nth-of-type(2) { left:50%; }
.ro-checkout-process .ro-hr-line span:nth-of-type(3) { left:100%; }
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(1) div { border:2px solid #AAAAAA; }
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(1) div:after {
  content:"4";
  background-color:transparent;
  top:0;
  opacity:1;
  font-family:"aqua icon";
  color:#84C340;
}
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(2) div { border:1px solid #84C340; }
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(2) div:after { opacity:1; }
.ro-checkout-process.ro-process-2 .ro-hr-line span:nth-of-type(2) { font-weight:700; }
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(1) div, .ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(2) div { border:2px solid #AAAAAA; }
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(1) div:after, .ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(2) div:after {
  content:"4";
  background-color:transparent;
  top:0;
  opacity:1;
  font-family:"aqua icon";
  color:#84C340;
}
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(3) div { border:1px solid #84C340; }
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(3) div:after { opacity:1; }
.ro-checkout-process.ro-process-3 .ro-hr-line span:nth-of-type(2) { font-weight:700; }
form.woocommerce-checkout .col2-set, form.woocommerce-checkout .col2-set-1 { margin-bottom:30px !important; }
form.woocommerce-checkout .ro-panel-2 { display:none; }
.woocommerce-checkout h2 {
  font-size:18px;
  text-transform:uppercase;
}
.woocommerce-checkout .addresses .title > h3 {
  font-size:14px;
  text-transform:uppercase;
}
.woocommerce-checkout table.shop_table { margin-bottom:40px !important; }
.cart-discount a {
  margin-top:15px;
  margin-left:270px;
}
.ro-checkout-information .ro-customer-info > p:first-of-type a {
  margin-left:25px;
  color:#84C340;
  transition:all .3s;
}
.ro-checkout-information .ro-customer-info > p:first-of-type a:after {
  transition:all .3s;
  font-family:"aqua icon";
  content:"\e086";
  margin-left:10px;
  vertical-align:middle;
  color:#84C340;
  font-size:12px;
}
.ro-checkout-information .ro-customer-info > p:first-of-type a:hover { color:#AAAAAA; }
.ro-checkout-information .ro-customer-info > p:first-of-type a:hover:after { color:#AAAAAA; }
.ro-checkout-information .ro-customer-info > p:nth-of-type(3) { margin-bottom:15px; }
.ro-checkout-information .ro-customer-info .ro-account input {
  margin-bottom:30px;
  border:1px solid #AAAAAA;
}
.ro-checkout-information .ro-customer-info .ro-account input:focus { border:1px solid #84C340; }
.ro-checkout-information .ro-customer-info .ro-choice label {
  cursor:pointer;
  font-weight:600;
}
.ro-checkout-information .ro-customer-info .ro-choice label span i { font-weight:400; }
.ro-checkout-information .ro-customer-info .ro-choice label input[type="radio"] { display:none; }
.ro-checkout-information .ro-customer-info .ro-choice label input[type="radio"] + span:before {
  transition:all .3s;
  content:'';
  display:inline-block;
  width:10px;
  height:10px;
  vertical-align:middle;
  border-radius:50%;
  margin-right:10px;
  border:1px solid #FFFFFF;
  box-shadow:0 0 0 1px #84C340;
}
.ro-checkout-information .ro-customer-info .ro-choice label input[type="radio"]:checked + span:before { background-color:#84C340; }
.ro-checkout-information .ro-customer-info .ro-divide {
  border-bottom:1px solid #CCCCCC;
  margin-top:40px;
}
.ro-checkout-information .ro-shipping {
  padding-top:55px;
  padding-bottom:85px;
}
.ro-checkout-information .ro-shipping h4 { margin-bottom:60px; }
.ro-checkout-information .ro-shipping .ro-content div { margin-bottom:20px; }
.ro-checkout-information .ro-shipping .ro-content div:before, .ro-checkout-information .ro-shipping .ro-content div:after {
  content:" ";
  display:table;
}
.ro-checkout-information .ro-shipping .ro-content div:after { clear:both; }
.ro-checkout-information .ro-shipping .ro-content div span { line-height:40px; }
.ro-checkout-information .ro-shipping .ro-content div input { border:1px solid #AAAAAA; }
.ro-checkout-information .ro-shipping .ro-content div input:focus { border:1px solid #84C340; }
.ro-checkout-information .ro-shipping .ro-button {
  margin-top:60px;
  text-align:center;
}
.ro-checkout-information .ro-shipping .ro-button a {
  transition:all .3s;
  border:0;
  background-color:#444444;
  color:#FFFFFF;
  font-size:14px;
  padding:15px 48px;
}
.ro-checkout-information .ro-shipping .ro-button a:hover { background-color:#84C340; }
@media (min-width: 768px) {
  .ro-checkout-information .ro-customer-info .ro-choice label { padding-left:25px; }
}
@media (min-width: 992px) {
  .ro-checkout-information .ro-customer-info .ro-account input { width:250px; }
  .ro-checkout-information .ro-customer-info .ro-account input:nth-of-type(2) { margin-left:30px; }
  .ro-checkout-information .ro-shipping .ro-content div span {
    display:inline-block;
    width:30%;
    float:left;
  }
  .ro-checkout-information .ro-shipping .ro-content div input {
    width:70%;
    display:inline-block;
  }
  .ro-checkout-information .ro-shipping .ro-button {
    padding-right:100px;
    text-align:right;
  }
}
@media (min-width: 1200px) {
  .ro-checkout-information .ro-customer-info .ro-account input { width:270px; }
  .ro-checkout-information .ro-customer-info .ro-divide { width:580px; }
  .ro-checkout-information .ro-shipping .ro-content div { padding-right:80px; }
  .ro-checkout-information .ro-shipping .ro-button {
    padding-right:200px;
    text-align:right;
  }
}
.ro-checkout-information-2 .ro-divide { border-bottom:1px solid #CCCCCC; }
.ro-checkout-information-2 .ro-customer-info .ro-title {
  position:relative;
  margin-bottom:40px;
}
.ro-checkout-information-2 .ro-customer-info .ro-title h4 { margin-bottom:0; }
.ro-checkout-information-2 .ro-customer-info .ro-title span {
  position:absolute;
  right:0;
  top:0;
}
.ro-checkout-information-2 .ro-customer-info .ro-title span a { color:#84C340; }
.ro-checkout-information-2 .ro-customer-info .ro-title span a:hover { color:#AAAAAA; }
.ro-checkout-information-2 .ro-customer-info .ro-content .ro-info span {
  display:inline-block;
  min-width:160px;
}
.ro-checkout-information-2 .ro-shipping { padding-top:45px; }
.ro-checkout-information-2 .ro-shipping h4 { margin-bottom:40px; }
.ro-checkout-information-2 .ro-shipping .ro-content {
  background-color:#F5F4F1;
  padding:20px 30px;
}
.ro-checkout-information-2 .ro-shipping .ro-content:before, .ro-checkout-information-2 .ro-shipping .ro-content:after {
  content:" ";
  display:table;
}
.ro-checkout-information-2 .ro-shipping .ro-content:after { clear:both; }
.ro-checkout-information-2 .ro-shipping .ro-content p {
  margin-bottom:0;
  display:inline-block;
  width:85%;
}
.ro-checkout-information-2 .ro-shipping .ro-content span {
  width:15%;
  display:inline-block;
  clear:both;
  float:right;
  text-align:right;
}
.ro-checkout-information-2 .ro-shipping .ro-divide { margin-top:60px; }
.ro-checkout-information-2 .ro-bill label {
  cursor:pointer;
  font-weight:600;
}
.ro-checkout-information-2 .ro-bill label span { position:relative; }
.ro-checkout-information-2 .ro-bill label input[type="radio"] { display:none; }
.ro-checkout-information-2 .ro-bill label input[type="radio"] + span:before {
  content:'';
  display:inline-block;
  width:18px;
  height:18px;
  vertical-align:middle;
  border-radius:50%;
  margin-right:15px;
  box-shadow:0 0 0 1px #AAAAAA;
}
.ro-checkout-information-2 .ro-bill label input[type="radio"]:checked + span:before {
  box-shadow:0 0 0 1px #84C340;
  background-color:#84C340;
}
.ro-checkout-information-2 .ro-bill label input[type="radio"]:checked + span:after {
  content:"4";
  font-family:"aqua icon";
  position:absolute;
  top:-3px;
  left:1px;
  font-size:16px;
  color:#FFFFFF;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card:before, .ro-checkout-information-2 .ro-bill .ro-credit-card:after {
  content:" ";
  display:table;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card:after { clear:both; }
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-head .ro-image {
  clear:both;
  float:right;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body {
  background-color:#F5F4F1;
  padding:20px 30px;
  margin-top:20px;
  margin-bottom:20px;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info:before, .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info:after {
  content:" ";
  display:table;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info:after { clear:both; }
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p {
  display:inline-block;
  margin-bottom:20px;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:before, .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:after {
  content:" ";
  display:table;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:after { clear:both; }
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(1) {
  width:25%;
  float:left;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(1) span {
  float:right;
  text-align:right;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(2) {
  width:75%;
  padding-left:120px;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info:last-of-type > p { margin-bottom:0; }
.ro-checkout-information-2 .ro-bill .ro-paypal:before, .ro-checkout-information-2 .ro-bill .ro-paypal:after {
  content:" ";
  display:table;
}
.ro-checkout-information-2 .ro-bill .ro-paypal:after { clear:both; }
.ro-checkout-information-2 .ro-bill .ro-paypal .ro-image {
  clear:both;
  float:right;
}
.ro-checkout-information-2 .ro-button {
  margin-top:60px;
  margin-bottom:85px;
  text-align:center;
}
.ro-checkout-information-2 .ro-button a {
  transition:all .3s;
  border:0;
  background-color:#444444;
  color:#FFFFFF;
  font-size:14px;
  padding:15px 60px;
}
.ro-checkout-information-2 .ro-button a:hover { background-color:#84C340; }
@media (min-width: 1200px) {
  .ro-checkout-information-2 .ro-divide { width:580px; }
  .ro-checkout-information-2 .ro-customer-info .ro-title span { right:40px; }
  .ro-checkout-information-2 .ro-shipping .ro-content { margin-right:80px; }
  .ro-checkout-information-2 .ro-bill { margin-right:80px; }
  .ro-checkout-information-2 .ro-button { margin-right:80px; }
}
@media (max-width: 767px) {
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(1) { width:40%; }
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(2) {
    width:60%;
    padding-left:0;
    text-align:right;
  }
}
@media (max-width: 479px) {
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-head .ro-image img { width:100px; }
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(1) { width:50%; }
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(2) {
    width:50%;
    padding-left:0;
    text-align:right;
  }
  .ro-checkout-information-2 .ro-bill .ro-paypal .ro-image img { width:134.4px; }
}
.ro-checkout-summary {
  font-family:'Roboto Slab', serif;
  border:1px solid #CCCCCC;
  margin-top:85px;
  margin-bottom:85px;
  font-weight:400;
}
.ro-checkout-summary .ro-title {
  background-color:#EEEEEE;
  padding:25px 35px;
}
.ro-checkout-summary .ro-title h4 {
  text-align:center;
  margin:0px;
}
.ro-checkout-summary .ro-body { padding:0 35px; }
.ro-checkout-summary .ro-body .ro-item {
  padding:40px 0 0;
  font-size:14px;
}
.ro-checkout-summary .ro-body .ro-item:before, .ro-checkout-summary .ro-body .ro-item:after {
  content:" ";
  display:table;
}
.ro-checkout-summary .ro-body .ro-item:after { clear:both; }
.ro-checkout-summary .ro-body .ro-item:not(:last-of-type) { border-bottom:1px solid #CCCCCC; }
.ro-checkout-summary .ro-body .ro-item .ro-image {
  width:25%;
  float:left;
  padding-bottom:40px;
}
.ro-checkout-summary .ro-body .ro-item .ro-image img {
  width:100%;
  transition:all .3s;
  opacity:1;
}
.ro-checkout-summary .ro-body .ro-item .ro-image img:hover { opacity:0.5; }
.ro-checkout-summary .ro-body .ro-item > div, .ro-checkout-summary .ro-body .ro-item > div .ro-quantity, .ro-checkout-summary .ro-body .ro-item > div .ro-item-color, .ro-checkout-summary .ro-body .ro-item > div .ro-price { display:inline-block; }
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(2) {
  width:75%;
  padding-left:20px;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(2) .ro-name {
  margin-top:15px;
  text-transform:uppercase;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(2) .ro-name a:hover { color:#84C340; }
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(3) {
  width:75%;
  padding-left:20px;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(3) .ro-price { width:33.33%; }
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(3) .ro-price p {
  margin-bottom:0;
  color:#84C340;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(3) .product-total { float:right; }
.ro-checkout-summary .ro-footer .woocommerce-Price-amount { float:right; }
.ro-checkout-summary .ro-footer > div {
  padding:0 35px;
  background-color:#EEEEEE;
}
.ro-checkout-summary .ro-footer > div p {
  margin:0px;
  padding:20px 0;
  color:#666666;
  font-size:12px;
  vertical-align:middle;
  line-height:25px;
}
.ro-checkout-summary .ro-footer > div p:before, .ro-checkout-summary .ro-footer > div p:after {
  content:" ";
  display:table;
}
.ro-checkout-summary .ro-footer > div p:after { clear:both; }
.ro-checkout-summary .ro-footer > div p span {
  font-size:14px;
  clear:both;
}
.ro-checkout-summary .ro-footer > div .ro-divide {
  width:100%;
  border-bottom:1px solid #CCCCCC;
}
.ro-checkout-summary .ro-footer > div:last-of-type { background-color:#FFFFFF; }
.ro-checkout-summary .ro-footer > div:last-of-type p {
  padding:30px 0;
  display:block;
}
.ro-checkout-summary .ro-footer > div:last-of-type p span {
  font-size:18px;
  color:#84C340;
}
.ro-checkout-summary .ro-footer > div.shipping > p {
  width:30%;
  float:left;
}
.ro-checkout-summary .ro-footer > div.shipping .ro-shipping-method {
  width:70%;
  float:right;
}
.ro-checkout-summary .ro-footer > div.shipping .ro-shipping-method p { display:none; }
.ro-checkout-summary .ro-footer > div.shipping .ro-shipping-method ul { font-size:12px; }
.ro-checkout-summary.ro-style-2 .ro-title { background-color:#F5F4F1; }
.ro-checkout-summary.ro-style-2 .ro-footer > div { background-color:#F5F4F1; }
.ro-checkout-summary.ro-style-2 .ro-footer > div:last-of-type { background-color:#FFFFFF; }
@media (min-width: 1200px) {
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(2) { margin-top:15px; }
}
@media (max-width: 991px) {
  .ro-checkout-summary {
    max-width:456px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
  }
}
@media (max-width: 479px) {
  .ro-checkout-summary .ro-body form .ro-item .ro-image {
    width:100%;
    float:none;
    text-align:center;
  }
  .ro-checkout-summary .ro-body form .ro-item .ro-image img {
    width:100%;
    max-width:150px;
  }
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(2) {
    width:100%;
    padding:0;
  }
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(2) .ro-name { width:70%; }
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(2) .ro-quantity { width:30%; }
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(3) {
    width:100%;
    padding:0;
    margin-top:10px;
    margin-bottom:30px;
  }
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(3) .ro-item-color {
    width:50%;
    float:left;
  }
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(3) .ro-price {
    text-align:right;
    width:50%;
  }
}
.ro-advertise-2 .ro-btn-bd-2.ro-btn-bd-green {
  color:#444444;
  border:1px solid #84C340;
}
.ro-advertise-2 .ro-btn-bd-2.ro-btn-bd-green:hover { color:#FFFFFF; }
.ro-advertise-2 .ro-btn-bd-2.ro-btn-bd-pink {
  color:#444444;
  border:1px solid #DEB6B6;
}
.ro-advertise-2 .ro-btn-bd-2.ro-btn-bd-pink:hover { color:#FFFFFF; }
.ro-speciallize-sm { padding-left:85px !important; }
@media (max-width: 991px) {
  .ro-speciallize-sm {
    padding-right:85px !important;
    padding-bottom:85px !important;
  }
  .ro-speciallize-sm .ro-specialize-list { margin-left:0; }
}
@media (max-width: 767px) {
  .ro-advertise-2 .vc_col-sm-9 {
    padding-bottom:50px !important;
    padding-top:50px !important;
    text-align:center;
  }
  .ro-speciallize-sm {
    padding-left:15px !important;
    padding-right:15px !important;
  }
}
.ro-full-height {
  height:100vh;
  overflow:hidden;
}
.ro-text-large-white {
  color:#FFFFFF;
  font-size:60px;
  line-height:normal;
  padding-top:40px;
}
.ro-follow-button-wrap {
  position:absolute;
  bottom:-80px;
  left:0;
  text-align:center;
  width:100%;
}
.ro-follow-button-wrap a {
  border:1px solid #FFFFFF;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  display:block;
  height:40px;
  line-height:40px;
  margin-left:auto;
  margin-right:auto;
  transition:all .3s;
  width:40px;
}
.ro-follow-button-wrap a:before {
  color:#FFFFFF;
  content:"a";
  font-family:"aqua icon" !important;
  font-size:25px;
}
.ro-follow-button-wrap a:hover { border:1px solid #84C340; }
.ro-follow-button-wrap a:hover:before { color:#84C340; }
@media (max-width: 767px) {
  .ro-text-large-white { font-size:24px; }
}
@media (max-width: 640px) {
  .vc_row.ro-full-height { padding-top:60px !important; }
}
.ro-about2-image {
  position:absolute;
  top:-300px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  border:10px solid rgba(255,255,255,0.5);
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  overflow:hidden;
}
.ro-fancybox-wrap img { opacity:0.8; }
.ro-fancybox-wrap img:hover { opacity:1; }
.vc_row.wpb_row.ro-about-us { margin-top:-200px; }
@media (max-width: 991px) {
  .vc_row.wpb_row.ro-about-us { margin-top:0; }
}
.tb-header-wrap.tb-header-v1, .tb-header-wrap.tb-header-v3 { background-color:transparent; }
.tb-header-wrap.tb-header-v4 { padding:0; }
.tb-header-wrap.tb-header-v4 .header-sidebar {
  background-color:#101010;
  color:#fff;
}
@media (min-width: 768px) {
  .tb-header-wrap.tb-header-v4 .header-sidebar {
    height:54px;
    position:relative;
    line-height:54px;
    overflow:hidden;
  }
}
@media (max-width: 767px) {
  .tb-header-wrap.tb-header-v4 .header-sidebar { padding:15px 0; }
}
.tb-header-wrap.tb-header-v4 .header-sidebar .widget_tb_social_widget h3.wg-title {
  color:#e7e7e7;
  font-size:12px;
  font-family:Roboto Slab;
  line-height:24px;
  display:inline-block;
  margin-bottom:0;
}
@media (min-width: 768px) {
  .tb-header-wrap.tb-header-v4 .header-sidebar .widget_tb_social_widget h3.wg-title {
    width:125px;
    display:inline;
  }
}
@media (max-width: 767px) {
  .tb-header-wrap.tb-header-v4 .header-sidebar .widget_tb_social_widget h3.wg-title {
    position:relative;
    top:5px;
  }
}
.tb-header-wrap.tb-header-v4 .header-sidebar .widget_tb_social_widget ul.tb-social { display:inline-block; }
@media (min-width: 768px) {
  .tb-header-wrap.tb-header-v4 .header-sidebar .widget_tb_social_widget ul.tb-social { width:calc(100% - 130px); }
}
.tb-header-wrap.tb-header-v4 .header-sidebar .widget_tb_social_widget ul.tb-social li:after { display:none; }
.tb-header-wrap.tb-header-v4 .header-sidebar .widget_tb_social_widget ul.tb-social li a {
  color:#767676;
  margin:12px 7px;
}
@media (max-width: 767px) {
  .tb-header-wrap.tb-header-v4 .header-sidebar .widget_tb_social_widget ul.tb-social li a { margin:0px 7px; }
}
.tb-header-wrap.tb-header-v4 .header-sidebar .widget_tb_social_widget ul.tb-social li a:hover { color:#84C340; }
.tb-header-wrap.tb-header-v4 .header-sidebar .sidebar-top-left { text-align:center; }
@media (min-width: 768px) {
  .tb-header-wrap.tb-header-v4 .header-sidebar .sidebar-top-left { text-align:left; }
}
.tb-header-wrap.tb-header-v4 .header-sidebar .sidebar-top-right {
  font-size:12px;
  font-family:Roboto Slab;
  text-align:center;
}
@media (min-width: 768px) {
  .tb-header-wrap.tb-header-v4 .header-sidebar .sidebar-top-right { text-align:right; }
}
.tb-header-wrap.tb-header-v4 .header-sidebar .sidebar-top-right .widget_text span { color:#84C340; }
.tb-header-wrap.tb-header-v4 .header-menu { z-index:5; }
@media (max-width: 1199px) {
  .tb-header-wrap.tb-header-v4 .header-menu { position:relative; }
}
.tb-header-wrap.tb-header-v5 .col-menu { width:100%; }
.tb-header-wrap.tb-header-v5 .ro-hamburger { top:-40px; }
.tb-header-wrap.tb-header-v5 .ro-hamburger span { background:#fff; }
.tb-header-wrap.tb-header-v5 .ro-hamburger:after, .tb-header-wrap.tb-header-v5 .ro-hamburger:before { background:#fff; }
.tb-header-wrap.tb-header-v5 .ro-logo-menu { zoom:0.7; }
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v5 .ro-logo-menu {
    padding-left:70px;
    padding-right:70px;
  }
}
@media (min-width: 1200px) {
  .tb-header-wrap.tb-header-v5 .ro-logo-menu {
    padding-left:120px;
    padding-right:120px;
  }
}
@media (nax-width: 767px) {
  .tb-header-wrap.tb-header-v5 .ro-logo-menu { display:none; }
}
.tb-header-wrap.tb-header-v5 .header-sidebar { overflow:initial; }
.tb-header-wrap.tb-header-v5 .header-sidebar .shopping_cart_dropdown { color:initial; }
.tb-header-wrap.tb-header-v5 .header-sidebar .sidebar-top-left {
  color:#e6e6e6;
  font-size:12px;
  font-family:Roboto Slab;
  text-align:center;
}
@media (min-width: 768px) {
  .tb-header-wrap.tb-header-v5 .header-sidebar .sidebar-top-left { text-align:left; }
}
.tb-header-wrap.tb-header-v5 .header-sidebar .sidebar-top-left .widget_text span { color:#84C340; }
.tb-header-wrap.tb-header-v5 .header-sidebar .widget_tb_social_widget ul.tb-social li a { display:inline-block; }
@media (min-width: 768px) {
  .tb-header-wrap.tb-header-v5 .header-sidebar .widget_tb_social_widget ul.tb-social li a { margin:7px; }
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v5 .header-sidebar .widget_tb_social_widget h3.wg-title, .tb-header-wrap.tb-header-v5 .header-sidebar .widget_tb_social_widget ul.tb-social {
    width:50%;
    float:left;
  }
  .tb-header-wrap.tb-header-v5 .header-sidebar .widget_tb_social_widget h3.wg-title {
    text-align:right;
    margin-top:15px;
  }
  .tb-header-wrap.tb-header-v5 .header-sidebar .widget_tb_social_widget ul.tb-social { padding-left:20px; }
}
.tb-header-wrap.tb-header-v5 .header-sidebar .sidebar-top-right { margin-top:13px; }
@media (max-width: 767px) {
  .tb-header-wrap.tb-header-v5 .header-sidebar .sidebar-top-right { padding-right:80px; }
}
.tb-header-wrap.tb-header-v5 .header-sidebar .sidebar-top-right .widget_mini_cart_wrap { position:initial; }
.tb-header-wrap.tb-header-v6 .header-menu { background-color:#fff; }
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v6 .header-menu { position:relative; }
  .tb-header-wrap.tb-header-v6 .header-menu:after, .tb-header-wrap.tb-header-v6 .header-menu:before {
    position:absolute;
    content:"";
    top:0;
    height:100%;
    z-index:2;
  }
  .tb-header-wrap.tb-header-v6 .header-menu:before {
    left:0;
    background-color:#f8f8f8;
    width:660px;
  }
  .tb-header-wrap.tb-header-v6 .header-menu:after {
    border-left:75px solid #f8f8f8;
    border-bottom:125px solid transparent;
    left:660px;
  }
}
.tb-header-wrap.tb-header-v6 .header-menu .widget_mini_icon, .tb-header-wrap.tb-header-v6 .header-menu .widget_mini_cart_wrap { width:45px; }
.tb-header-wrap.tb-header-v6 .header-menu .widget_mini_icon:after, .tb-header-wrap.tb-header-v6 .header-menu .widget_mini_cart_wrap:after { display:none; }
.tb-header-wrap.tb-header-v6 .header-menu .widget_mini_icon a .cart-icon, .tb-header-wrap.tb-header-v6 .header-menu .widget_mini_icon a .ion-ios-search, .tb-header-wrap.tb-header-v6 .header-menu .widget_mini_cart_wrap a .cart-icon, .tb-header-wrap.tb-header-v6 .header-menu .widget_mini_cart_wrap a .ion-ios-search {
  height:37px;
  width:37px;
  background-color:#f8f8f8;
  border-radius:5px;
  display:inline-block;
  line-height:37px;
  text-align:center;
}
.tb-header-wrap.tb-header-v6 .header-menu .widget_mini_icon a span.cart_total, .tb-header-wrap.tb-header-v6 .header-menu .widget_mini_cart_wrap a span.cart_total {
  top:-5px;
  right:-7px;
}
.tb-header-wrap.tb-header-v6 .header-sidebar .sidebar-top-left {
  color:#e7e7e7;
  font-size:12px;
  font-family:Roboto slab;
}
.tb-header-wrap.tb-header-v6 .header-sidebar .sidebar-top-left span { color:#84C340; }
.tb-header-wrap.tb-header-v6 .header-sidebar .sidebar-top-left i { margin-right:5px; }
.tb-header-wrap.tb-header-v6 .header-sidebar .widget_tb_social_widget ul.tb-social { max-width:95px; }
@media (min-width: 768px) and (max-width: 1199px) {
  .tb-header-wrap.tb-header-v7 #nav > li { width:160px; }
}
.tb-header-wrap.tb-header-v7.tb_header_fixed {
  top:35px;
  background-color:rgba(255,255,255,0.95);
}
.tb-header-wrap.tb-header-v7.tb_header_fixed .menu-list { background-color:transparent; }
.tb-header-wrap.tb-header-v7 .mini-socials { width:450px !important; }
.tb-header-wrap.tb-header-v7 .mini-socials .widget_tb_social_widget, .tb-header-wrap.tb-header-v7 .mini-socials .widget_mini_cart_wrap { float:left; }
@media (min-width: 768px) {
  .tb-header-wrap.tb-header-v7 .mini-socials .widget_tb_social_widget { width:calc(100% - 40px); }
}
.tb-header-wrap.tb-header-v7 .mini-socials .widget_mini_cart_wrap { width:40px; }
.tb-header-wrap.tb-header-v7 .mini-socials .tb-social li { position:relative; }
@media (min-width: 768px) {
  .tb-header-wrap.tb-header-v7 .mini-socials .tb-social li:not(:last-child):after {
    position:absolute;
    content:"";
    width:1px;
    height:9px;
    background-color:#959595;
    top:50%;
    transform:translateY(-50%);
    right:3px;
  }
}
.tb-header-wrap.tb-header-v7 .mini-socials .tb-social li:not(:last-child) a, .tb-header-wrap.tb-header-v7 .mini-socials .tb-social li:not(:first-child) a {
  margin-right:14px;
  margin-left:14x;
}
.tb-header-wrap.tb-header-v7 .mini-socials .tb-social li:last-child a { margin-right:0; }
.tb-header-wrap.tb-header-v7 .mini-socials .tb-social li:hover a { color:#84C340; }
.tb-header-wrap.tb-header-v8 { padding:0; }
.tb-header-wrap.tb-header-v8 .header-sidebar { padding:30px 0; }
.tb-header-wrap.tb-header-v8 .header-sidebar .sidebar-top-left { margin-top:20px; }
.tb-header-wrap.tb-header-v8 .header-sidebar .sidebar-top-left .widget_search .search-form .search-field {
  border-bottom:1px solid #e6e6e6;
  padding-left:0px;
  padding-bottom:13px;
}
.tb-header-wrap.tb-header-v8 .header-sidebar .sidebar-top-left .widget_search .search-form label { max-width:270px; }
.tb-header-wrap.tb-header-v8 .header-sidebar .sidebar-top-left .widget_search .search-form label:after {
  left:-35px;
  font-size:15px;
  color:#3a3a3a;
  top:43%;
  right:initial;
}
.tb-header-wrap.tb-header-v8 .header-sidebar .sidebar-top-right { margin-top:20px; }
.tb-header-wrap.tb-header-v8 .header-sidebar .sidebar-top-right .widget_tb_social_widget ul li a { color:#555555; }
.tb-header-wrap.tb-header-v8 .header-sidebar .sidebar-top-right .widget_tb_social_widget ul li a:hover { color:#84C340; }
.tb-header-wrap.tb-header-v8 .header-sidebar .sidebar-top-right .widget_mini_cart_wrap {
  position:relative;
  bottom:-7px;
  right:0;
  display:inline-block;
}
@media (max-width: 767px) {
  .tb-header-wrap.tb-header-v8 .header-sidebar .sidebar-top-right .widget_mini_cart_wrap { display:none !important; }
}
.tb-header-wrap.tb-header-v8 .header-sidebar .sidebar-top-right .widget_tb_social_widget {
  width:calc(100% - 55px);
  display:inline-block;
}
.tb-header-wrap.tb-header-v8 .header-sidebar .sidebar-top-center .col-logo { display:block; }
.tb-header-wrap.tb-header-v8 .header-menu { background-color:#fbfbfb; }
@media (min-width: 768px) {
  .menu-list > ul#nav > li.menu-item-has-children { position:relative; }
  .menu-list > ul#nav > li.menu-item-has-children > ul {
    margin:0;
    border:none;
    padding:0;
    border-radius:0;
  }
  .menu-list > ul#nav > li.menu-item-has-children.has_full_width {
    /*----mega dropdown----*/
    position:static;
  }
  .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul {
    margin:0;
    border:none;
    padding:0;
    border-radius:0;
  }
  .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns2, .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns3, .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns4 { background-color:transparent; }
  .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns2 > li >ul, .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns3 > li >ul, .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns4 > li >ul { width:200px; }
  .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns2 > li >ul li > a, .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns3 > li >ul li > a, .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns4 > li >ul li > a { border:none; }
  .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns3, .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns4 { padding:30px 0; }
  .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns3 li a, .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns4 li a {
    color:#444;
    line-height:40px;
  }
  .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns3 li a:hover, .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns4 li a:hover { color:#84C340; }
  .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns3 li.current-menu-item a, .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns3 li.current-page-item a, .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns4 li.current-menu-item a, .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul.columns4 li.current-page-item a { color:#84C340; }
  .menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul ul.dropdown-menu {
    position:initial;
    display:inline-block;
    background-color:transparent;
    box-shadow:initial;
    -webkit-box-shadow:initial;
    border:none;
    margin:0;
    padding:0;
    border-radius:0;
  }
  .menu-list > ul#nav > li ul li a {
    padding-top:0;
    padding-bottom:0;
  }
  .menu-list > ul#nav > li ul li a:hover { background-color:transparent; }
}
@media (max-width: 991px) and (min-width: 768px) {
  #nav > li > ul { left:-10px; }
}
@media (max-width: 767px) {
  #nav .dropdown-menu {
    width:initial !important;
    position:initial;
    display:initial;
    float:none;
    padding:0;
    margin:0;
    text-align:center;
    border:none;
    border-radius:0;
    box-shadow:none;
  }
  .tb-header-wrap #nav > li:hover > ul li { height:initial; }
  .ro-main-nav-opened .ro-hamburger {
    position:fixed;
    top:125px;
  }
}
#nav > li.ro-logo-menu img { vertical-align:middle; }
.widget_searchform_content {
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index:501;
  -webkit-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -ms-transform:scale(1.5);
  transform:scale(1.5);
  visibility:hidden;
  opacity:0;
  -webkit-transition:all 400ms cubic-bezier(0.345,0.855,0.565,1) 10ms;
  -moz-transition:all 400ms cubic-bezier(0.345,0.855,0.565,1) 10ms;
  transition:all 400ms cubic-bezier(0.345,0.855,0.565,1) 10ms;
}
.widget_searchform_content .search-popup-vertical {
  width:100%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  top:50%;
  position:absolute;
  width:inherit;
}
.widget_searchform_content .search-popup-vertical form {
  position:relative;
  max-width:945px;
  background-color:rgba(26,26,28,0.9);
  padding:70px 90px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}
.widget_searchform_content .search-popup-vertical form .close {
  position:absolute;
  right:0px;
  top:0px;
  width:40px;
  height:40px;
  background-color:#84C340;
  color:#fff;
  text-align:center;
  line-height:40px;
  opacity:1;
}
.widget_searchform_content .search-popup-vertical form .close span {
  font-size:24px;
  position:relative;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  backface-visibility:hidden;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
  display:block;
}
.widget_searchform_content .search-popup-vertical form .close:hover {
  background-color:#fff;
  color:#84C340;
}
.widget_searchform_content .search-popup-vertical form .tt-search-popup-field {
  position:relative;
  border-bottom:1px solid #fff;
}
.widget_searchform_content .search-popup-vertical form input[type="text"] {
  width:100%;
  font-size:14px;
  line-height:16px;
  background:none;
  color:#fff;
  padding:3px 50px 6px 0;
  border:0;
  margin-bottom:0;
}
.widget_searchform_content .search-popup-vertical form button[type="submit"] {
  position:absolute;
  top:0px;
  right:0px;
  width:30px;
  height:30px;
  padding:0px;
  background:transparent;
  border:0;
  z-index:2;
  color:#fff;
}
.widget_searchform_content .search-popup-vertical form .tt-search-popup-title {
  color:#fff;
  font-size:20px;
  text-transform:uppercase;
  line-height:20px;
  margin-top:0;
  text-align:left;
}
.widget_searchform_content.open {
  visibility:visible;
  opacity:1;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}
.widget_mini_icon, .widget_mini_cart_wrap {
  width:50px;
  height:30px;
  line-height:30px;
  text-align:center;
  display:inline-block;
}
@media (max-width: 1199px) {
  .widget_mini_icon, .widget_mini_cart_wrap { width:40px; }
}
.widget_mini_icon {
  font-size:26px;
  text-align:right;
  position:relative;
}
.widget_mini_icon:hover a { color:#84C340; }
.widget_mini_icon:after {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  content:"";
  left:10px;
  height:12px;
  width:1px;
  background-color:#c3c3c3;
}
.tb-header-v4 .widget_mini_icon, .tb-header-v4 .widget_mini_cart_wrap { float:right; }
@media (min-width: 992px) {
  .tb-header-v4 .col-logo img { margin-left:0; }
}
.tb-header-v4 .header-menu {
  position:absolute;
  width:100%;
  z-index:2;
}
.tb-header-v4 .header-menu .menubar-inner >.container { position:relative; }
.tb-header-v4 .header-menu .menubar-inner >.container:after {
  content:"";
  background-color:#fff;
  position:absolute;
  left:-135px;
  right:-135px;
  top:0;
  bottom:0;
  display:block;
}
.tb-header-v4 .header-menu .menubar-inner >.container >.row {
  position:relative;
  z-index:3;
}
@media (min-width: 992px) {
  .tb-header-v4 .header-menu #nav > li > a { padding:48px 0; }
}
.wbp-title.tpl3 {
  font-family:"Roboto Slab";
  font-weight:400;
}
.wbp-title.tpl3 .wbp-title-content >span {
  font-size:16px;
  letter-spacing:5px;
  color:#666666;
  font-family:"Roboto Slab";
  line-height:38px;
}
.wbp-title.tpl3 .wbp-title-content h1 {
  font-size:36px;
  line-height:50px;
  text-transform:uppercase;
  font-weight:bold;
  margin-bottom:3px;
}
.wbp-title.tpl3 .wbp-title-content h1 ins {
  background:transparent;
  color:#84C340;
}
.wbp-title.tpl3 .wbp-title-content .title-content p {
  font-style:italic;
  font-family:"Josefin Sans";
  font-size:16px;
  color:#444;
}
.wbp-title.tpl3 .wbp-title-content .title-content span.bottom-subtitle {
  font-family:"Roboto Slab";
  color:#84C340;
  font-size:18px;
  line-height:40px;
  font-style:normal;
  display:inline-block;
  margin-bottom:15px;
}
.wbp-title.tpl4 h1 {
  text-transform:uppercase;
  font-size:38px;
  color:#333;
  font-weight:bold;
  margin-bottom:2px;
}
.wbp-title.tpl4 p {
  font-style:italic;
  color:#666;
  font-weight:500;
}
.wbp-title.tpl4 p.sub-title {
  color:#888;
  font-family:Roboto slab;
  font-style:normal;
  margin-bottom:2px !important;
}
.wbp-title.tpl4 .title-content { margin-top:13px; }
.wbp-title.tpl4 span.line {
  width:67px;
  height:5px;
  background:url(assets/images/title_bars/line.png) no-repeat;
  display:inline-block;
}
.wbp-title.tpl4 a.btn-button { margin-top:28px; }
.title-custom.wbp-title.tpl3 .wbp-title-content h1, .title-custom.wbp-title.tpl3 .wbp-title-content span.bottom-subtitle { font-weight:400; }
.title-custom.wbp-title.tpl3 .wbp-title-content h1 { line-height:30px; }
.title-custom.wbp-title.tpl3 .wbp-title-content span.bottom-subtitle {
  letter-spacing:4px;
  font-size:16px;
  margin-bottom:7px;
}
@media (max-width: 447px) {
  .btn-button { margin-bottom:10px; }
}
body .ro-service-v3 { background-size:contain; }
@media (max-width: 991px) {
  body .ro-service-v3 { background:initial !important; }
}
@media (min-width: 1730px) {
  body .ro-service-v3 { background-position:50px 0 !important; }
}
@media (min-width: 1880px) {
  body .ro-service-v3 { background-position:100px 0 !important; }
}
.ro-service-wrap .ro-service-item-6 {
  position:relative;
  background-color:#fff7fb;
  transition:all .3s;
  padding:70px 0 50px;
}
@media (max-width: 767px) {
  .ro-service-wrap .ro-service-item-6 {
    max-width:305px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
  }
}
.ro-service-wrap .ro-service-item-6 .ro-service-content .img-inner {
  width:120px;
  height:120px;
  margin-left:auto;
  margin-right:auto;
  line-height:120px;
  text-align:center;
}
.ro-service-wrap .ro-service-item-6 .ro-service-content .img-inner img { vertical-align:middle; }
.ro-service-wrap .ro-service-item-6 .ro-service-content h4 {
  font-weight:600;
  line-height:30px;
  font-size:16px;
  margin-bottom:0;
  margin-top:24px;
}
.ro-service-wrap .ro-service-item-6 .ro-service-content p {
  font-family:"Josefin Sans";
  font-style:italic;
  color:#454545;
  font-weight:600;
  opacity:1;
  transition:all .3s;
}
.ro-service-wrap .ro-service-item-6 .ro-service-content .subtitle {
  font-family:"Roboto Slab";
  font-weight:400;
  color:#84C340;
  font-style:normal;
  font-size:13px;
  margin-bottom:7px !important;
  display:inline-block;
  opacity:1 !important;
}
.ro-service-wrap .ro-service-item-6 .ro-service-content a {
  height:50px;
  line-height:50px;
  text-align:center;
  width:175px;
  text-transform:uppercase;
  color:#fff;
  font-style:italic;
  font-size:12px;
  font-family:"Josefin Sans";
  background-color:#444;
  border-radius:25px;
  display:inline-block;
  position:absolute;
  left:50%;
  transform:translate(-50%,0);
  opacity:0;
}
.ro-service-wrap .ro-service-item-6:hover { background-color:#ffefd3; }
.ro-service-wrap .ro-service-item-6:hover .ro-service-content p { opacity:0; }
.ro-service-wrap .ro-service-item-6:hover .ro-service-content a {
  transform:translate(-50%,-80px);
  opacity:1;
}
.ro-service-wrap .ro-service-item-8 {
  padding-left:30px;
  padding-top:50px;
  padding-bottom:70px;
}
.ro-service-wrap .ro-service-item-8 img { margin-bottom:10px; }
.ro-service-wrap .ro-service-item-8 h4 {
  color:#666;
  text-transform:uppercase;
  font-size:30px;
  font-weight:bold;
  margin-bottom:15px;
}
.ro-service-wrap .ro-service-item-8 .sub_title {
  text-transform:transform;
  color:#84C340;
  font-family:Roboto Slab;
  font-weight:400;
}
.ro-service-wrap .ro-service-item-8 a {
  margin-top:35px;
  margin-left:0;
}
@media (min-width: 992px) {
  .ro-service-wrap .ro-service-item-8 {
    padding-left:110px;
    padding-top:90px;
    padding-bottom:110px;
  }
}
@media (min-width: 1200px) {
  .ro-service-wrap .ro-service-item-8 {
    padding-left:210px;
    padding-top:135px;
    padding-bottom:172px;
  }
}
.ro-service-wrap .ro-service-item-9 .tb-icon, .ro-service-wrap .ro-service-item-9 .tb-content { float:left; }
@media (max-width: 767px) {
  .ro-service-wrap .ro-service-item-9 {
    max-width:315px;
    margin-left:auto;
    margin-right:auto;
  }
}
.ro-service-wrap .ro-service-item-9 .tb-icon {
  width:92px;
  height:92px;
  line-height:115px;
  text-align:center;
  border-radius:50%;
}
.ro-service-wrap .ro-service-item-9 .tb-content {
  width:calc(100% - 92px);
  padding-left:20px;
  position:relative;
  padding-top:20px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .ro-service-wrap .ro-service-item-9 .tb-content {
    width:100%;
    padding-left:0;
    max-width:315px;
    margin-left:auto;
    margin-right:auto;
  }
}
.ro-service-wrap .ro-service-item-9 .tb-content h3 {
  font-size:16px;
  text-transform:uppercase;
  position:relative;
  z-index:2;
  margin-bottom:5px;
}
.ro-service-wrap .ro-service-item-9 .tb-content span.num {
  color:#f3f3f3;
  font-size:60px;
  position:absolute;
  top:20px;
  right:0px;
}
@media (min-width: 1200px) {
  .ro-service-wrap .ro-service-item-9 .tb-content span.num { right:-18px; }
}
.ro-service-wrap .ro-service-item-11 { text-align:center; }
.ro-service-wrap .ro-service-item-11 .tb-icon {
  width:90px;
  height:90px;
  background-color:#fbfbfb;
  text-align:center;
  line-height:90px;
  transition:all .3s;
  border-radius:5px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  margin-bottom:13px;
}
.ro-service-wrap .ro-service-item-11 .tb-icon img {
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.ro-service-wrap .ro-service-item-11 .tb-icon img +img { display:none; }
.ro-service-wrap .ro-service-item-11 .tb-content h4 {
  font-size:20px;
  font-weight:bold;
  color:#333;
  text-transform:uppercase;
  margin-bottom:20px;
}
.ro-service-wrap .ro-service-item-11 .tb-content .sub_title {
  color:#84C340;
  font-size:15px;
  margin-bottom:5px !important;
  font-style:normal;
}
.ro-service-wrap .ro-service-item-11:hover .tb-icon { background-color:#84C340; }
.ro-service-wrap .ro-service-item-11:hover .tb-icon >img { display:none; }
.ro-service-wrap .ro-service-item-11:hover .tb-icon >img +img { display:block; }
.tb-img-left img { position:relative; }
@media (min-width: 1200px) {
  .tb-img-left img { top:-85px; }
}
.tb-img-left .wpb_content_element {
  margin-bottom:0;
  display:block;
}
body .tb-appointment .wbp-title.tpl3 .wbp-title-content h1 { text-transform:capitalize; }
body .tb-appointment .ro-service-wrap .tb-incremental .tb-title { color:#666; }
body .tb-appointment .btn-button {
  margin-left:0;
  background-color:#444;
}
@media (max-width: 1199px) {
  body .tb-appointment {
    background-size:cover;
    margin-bottom:120px !important;
  }
}
.tb-pricing {
  position:relative;
  z-index:0;
  padding-bottom:50px;
}
@media (max-width: 991px) {
  .tb-pricing {
    max-width:270px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
  }
}
.tb-pricing.tpl1 { background:url('assets/images/bg-pricing.jpg') no-repeat bottom center; }
.tb-pricing.tpl1:after {
  content:"";
  background-color:rgba(132,195,64,0.8);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:0;
  opacity:0;
  transition:all .3s;
}
.tb-pricing.tpl1 .tb-pricing-top { background-color:#444444; }
.tb-pricing.tpl1 .tb-pricing-top:after {
  content:"";
  height:26px;
  width:100%;
  border-radius:100%;
  bottom:-13px;
  position:absolute;
  left:0;
  background-color:#444;
}
.tb-pricing .tb-pricing-content {
  position:relative;
  z-index:2;
}
.tb-pricing .tb-pricing-content .tb-pricing-top {
  padding-top:40px;
  position:relative;
  padding-bottom:25px;
}
.tb-pricing .tb-pricing-content .tb-pricing-top h4 {
  font-size:16px;
  line-height:26px;
  color:#fff;
  margin-bottom:0;
  text-transform:uppercase;
  position:relative;
  z-index:3;
}
.tb-pricing .tb-pricing-content .tb-pricing-top p.sub_title {
  font-size:12px;
  line-height:24px;
  color:#84C340;
  font-style:italic;
  position:relative;
  z-index:5;
}
.tb-pricing .tb-pricing-content .pricing-content {
  position:relative;
  padding-top:35px;
}
.tb-pricing .tb-pricing-content .pricing-content p {
  font-size:16px;
  line-height:30px;
  color:#444;
  font-style:italic;
  font-weight:bold;
}
.tb-pricing .tb-pricing-content .pricing-content span.tb_num {
  height:90px;
  width:90px;
  line-height:120px;
  text-align:center;
  background-color:#444;
  position:absolute;
  top:-54px;
  color:#fff;
  font-style:normal;
  border-radius:50%;
  display:inline-block;
  font-size:18px;
  z-index:2;
  left:50%;
  transform:translateX(-50%);
}
.tb-pricing .tb-pricing-content .pricing-content span.tb-price {
  font-weight:bold;
  text-transform:uppercase;
  color:#555;
  margin-top:33px;
  display:inline-block;
  font-size:12px;
}
.tb-pricing .tb-pricing-content .pricing-content span.tb-price ins {
  background:transparent;
  font-family:Roboto slab;
  font-size:36px;
  font-style:normal;
}
.tb-pricing .tb-pricing-content .pricing-content span.tb-price ins strong { color:#84C340; }
.tb-pricing .tb-pricing-content a.btn-button {
  margin-top:40px;
  width:170px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-pricing .tb-pricing-content a.btn-button {
    width:120px;
    height:35px;
    line-height:35px;
  }
}
.tb-pricing.tpl2 { padding-bottom:0; }
.tb-pricing.tpl2 .t-price {
  font-size:30px;
  color:#fff;
}
.tb-pricing.tpl2 .tb-pricing-content {
  background-color:#1a1a1a;
  transition:all .3s;
  padding-bottom:55px;
}
.tb-pricing.tpl2 .tb-pricing-content .tb-pricing-top {
  padding-top:52px;
  position:relative;
  padding-bottom:30px;
}
.tb-pricing.tpl2 .tb-pricing-content .pricing-content { padding-top:55px; }
.tb-pricing.tpl2 .tb-pricing-content .pricing-content p { color:#fff; }
.tb-pricing:hover:after { opacity:1; }
.tb-pricing:hover a.btn-button {
  background-color:#fff;
  color:#666;
}
.tb-pricing:hover .tb-pricing-content .pricing-content p { color:#fff; }
.tb-pricing:hover .tb-pricing-content .pricing-content span.tb-price { color:#fff; }
.tb-pricing:hover .tb-pricing-content .pricing-content span.tb-price ins { color:#fff; }
.tb-pricing:hover .tb-pricing-content .pricing-content span.tb-price ins strong { color:#fff; }
.tb-pricing:hover.tpl2 .tb-pricing-content { background-color:#84C340; }
.tb-pricing.tpl3 {
  max-width:430px;
  width:100%;
  background-repeat:no-repeat;
  background-position:center center;
  height:225px;
  display:inline-block;
  border-radius:10px;
}
@media (min-width: 992px) and (max-width: 1325px) {
  .tb-pricing.tpl3 { margin-bottom:35px; }
}
.tb-pricing.tpl3 .tb-pricing-content {
  position:relative;
  z-index:2;
  width:100%;
  max-width:400px;
  margin:auto;
  height:196px;
  position:absolute;
  color:#fff;
  top:50%;
  border-radius:10px;
  left:50%;
  transform:translate(-50%,-50%);
  padding-top:55px;
  padding-left:60px;
  text-align:left;
}
.tb-pricing.tpl3 .tb-pricing-content h4 {
  color:#fff;
  text-transform:uppercase;
  font-size:22px;
  font-weight:bold;
  margin-bottom:15px;
}
.tb-pricing.tpl3 .tb-pricing-content ul li { color:#fff; }
.tb-pricing.tpl3 .tb-pricing-content ul li i { color:#fff; }
.tb-pricing.tpl3 .tb-pricing-content .t-price {
  width:100px;
  height:100px;
  border-radius:50px;
  position:absolute;
  background-color:#1d1d1d;
  color:#fff;
  text-align:center;
  padding-top:22px;
  right:40px;
  bottom:-65px;
}
.tb-pricing.tpl3 .tb-pricing-content .t-price ins {
  color:#84C340;
  display:block;
  background-color:transparent;
  line-height:15px;
}
.tb-pricing.tpl3 .tb-pricing-content .t-price:after {
  position:absolute;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  content:"";
  border:2px dashed #1d1d1d;
  border-radius:50%;
}
@media (max-width: 767px) {
  .ro-service-wrap .tb-incremental { text-align:center; }
}
.ro-service-wrap.has_image .tb-incremental .tb-title { color:#666; }
.ro-service-wrap.has_image .tb-icon, .ro-service-wrap.has_image .tb-countup-content { float:left; }
.ro-service-wrap.has_image .tb-icon { width:48px; }
.ro-service-wrap.has_image .tb-countup-content {
  width:calc( 100% - 48px);
  padding-left:15px;
}
@media (max-width: 767px) {
  .ro-service-wrap.tpl7 .tb-incremental {
    max-width:263px;
    margin-left:auto;
    margin-right:auto;
  }
}
body .tb-content-newsletter {
  background-position:center center !important;
  position:relative;
  top:-60px;
}
.ro-pricing-h3 {
  max-width:870px;
  margin-left:auto !important;
  margin-right:auto !important;
}
.ro-service-wrap.tpl10 {
  width:17%;
  transition:all .3s;
  float:left;
  display:inline-block;
}
.ro-service-wrap.tpl10 .ro-service-item-10 { position:relative; }
.ro-service-wrap.tpl10 .ro-service-item-10 .tb-image {
  position:relative;
  width:170px;
  float:left;
}
.ro-service-wrap.tpl10 .ro-service-item-10 .tb-image >img {
  height:auto;
  width:170px;
  height:170px;
  border-radius:50%;
  display:block;
}
.ro-service-wrap.tpl10 .ro-service-item-10 .tb-image .tb-icon {
  position:absolute;
  width:90px;
  height:90px;
  border-radius:50%;
  overflow:hidden;
  background-color:#fbfbfb;
  text-align:center;
  line-height:90px;
  transition:all .3s;
  bottom:-30px;
  left:50%;
  transform:translateX(-50%);
}
.ro-service-wrap.tpl10 .ro-service-item-10 .tb-image .tb-icon img {
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.ro-service-wrap.tpl10 .ro-service-item-10 .tb-image .tb-icon img +img { display:none; }
.ro-service-wrap.tpl10 .ro-service-item-10 .tb-content {
  float:left;
  opacity:0;
  width:calc(100% - 200px);
  overflow:hidden;
  padding-top:22px;
  display:none;
  position:absolute;
  transition:all .3s;
  padding-left:63px;
}
.ro-service-wrap.tpl10 .ro-service-item-10 .tb-content h4 {
  font-size:20px;
  font-weight:bold;
  color:#333;
  text-transform:uppercase;
  margin-bottom:20px;
}
.ro-service-wrap.tpl10 .ro-service-item-10 .tb-content p {
  color:#666;
  font-style:italic;
  width:300px;
}
.ro-service-wrap.tpl10 .ro-service-item-10 .tb-content .sub_title {
  color:#84C340;
  font-size:15px;
  margin-bottom:5px !important;
  font-style:normal;
}
@media (min-width: 1200px) {
  .ro-service-wrap.tpl10.active { width:49%; }
  .ro-service-wrap.tpl10.active .ro-service-item-10 .tb-content {
    opacity:1;
    display:inline-block;
  }
  .ro-service-wrap.tpl10.active .tb-image { width:200px; }
  .ro-service-wrap.tpl10.active .tb-image >img {
    width:200px;
    height:200px;
  }
  .ro-service-wrap.tpl10.active .tb-image .tb-icon {
    bottom:initial;
    top:50%;
    transform:translateY(-50%);
    left:initial;
    right:-35px;
    background-color:#84C340;
  }
  .ro-service-wrap.tpl10.active .tb-image .tb-icon >img { display:none; }
  .ro-service-wrap.tpl10.active .tb-image .tb-icon >img +img { display:block; }
}
@media (max-width: 1199px) {
  .ro-service-wrap.tpl10 {
    width:49%;
    margin-bottom:30px;
  }
  .ro-service-wrap.tpl10 .ro-service-item-10 .tb-content {
    opacity:1;
    display:inline-block;
    padding-left:15px;
    padding-top:10px;
  }
  .ro-service-wrap.tpl10 .ro-service-item-10 .tb-content p { width:initial; }
  .ro-service-wrap.tpl10 .ro-service-item-10 .tb-content p br { display:none; }
  .ro-service-wrap.tpl10 .tb-image { width:200px; }
  .ro-service-wrap.tpl10 .tb-image >img {
    width:200px;
    height:200px;
  }
  .ro-service-wrap.tpl10 .tb-image .tb-icon {
    bottom:initial;
    top:50%;
    transform:translateY(-50%);
    left:initial;
    right:-35px;
    background-color:#84C340;
  }
  .ro-service-wrap.tpl10 .tb-image .tb-icon >img { display:none; }
  .ro-service-wrap.tpl10 .tb-image .tb-icon >img +img { display:block; }
}
@media (max-width: 991px) {
  .ro-service-wrap.tpl10 {
    width:100%;
    margin-bottom:30px;
  }
}
@media (max-width: 500px) {
  .ro-service-wrap.tpl10 .ro-service-item-10 .tb-content {
    position:initial;
    width:100%;
    text-align:center;
  }
  .ro-service-wrap.tpl10 .ro-service-item-10 .tb-image {
    margin:auto;
    float:none;
  }
}
.tb-decs-service p {
  font-size:16px;
  font-style:italic;
  color:#666;
}
.tb-decs-service p.sub-title {
  font-family:Roboto slab;
  color:#888;
  font-style:normal;
  font-weight:400;
  margin-bottom:10px !important;
}
.tb-decs-service h3 {
  font-size:36px;
  text-transform:uppercase;
}
.tb-decs-service h3 strong { color:#84C340; }
.tb-decs-service ul>li {
  font-style:italic;
  color:#666;
}
.tb-decs-service ul>li i {
  color:#84C340;
  margin-right:15px;
}
.tb-decs-service a.btn-button {
  background-color:#1f1f1f;
  margin-left:0;
  margin-top:42px;
}
.tb-service-left, .tb-service-right { background-size:cover; }
.tb-service-left a.btn-button { background-color:#1f1f1f; }
.tb-service-right .wbp-title.tpl4 p { color:#bbbbbb; }
.tb-service-right .wbp-title.tpl4 p.sub-title { color:#dddddd; }
.tb-service-right .wbp-title.tpl4 h1 { color:#fff; }
.col-service-countup { position:relative; }
@media (min-width: 1200px) {
  .col-service-countup:after {
    content:"";
    width:1330px;
    height:185px;
    background-color:#fff7fc;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    position:absolute;
  }
}
.col-service-countup .ro-service-wrap {
  z-index:3;
  position:relative;
  text-align:center;
  margin-top:20px;
}
.col-service-countup .ro-service-wrap .tb-incremental .tb-title {
  font-size:35px;
  color:#333333;
}
.col-service-countup .ro-service-wrap .tb-incremental p { text-transform:capitalize; }
@media (min-width: 992px) {
  .col-service-countup .vc_column_container:not(:first-child) .ro-service-wrap { border-left:1px dashed #868686; }
}
.ro-service-spa {
  background-size:cover;
  background-position:center center !important;
}
.ro-service-spa .wpb_text_column h2 {
  color:#fff;
  text-transform:uppercase;
  font-style:italic;
  font-family:"Josefin Sans";
  font-weight:bold;
  margin-bottom:23px;
}
.ro-service-spa .wpb_text_column h2 ins {
  background:transparent;
  color:#84C340;
}
.ro-service-spa .wpb_text_column p {
  color:#dddddd;
  font-style:italic;
  font-size:18px;
  font-size:600;
}
.ro-service-spa .wpb_text_column a.btn-button {
  margin-top:12px;
  display:inline-block;
}
.col-service-spa2 .wbp-title.tpl3 .wbp-title-content >span { letter-spacing:2px; }
.col-service-spa2 .wbp-title.tpl3 .wbp-title-content .title-content h1 {
  text-transform:uppercase;
  margin-bottom:10px;
  color:#444;
}
@media (min-width: 992px) {
  .col-service-spa2 .col-20:not(:first-child) { position:relative; }
  .col-service-spa2 .col-20:not(:first-child):before {
    content:"";
    width:1px;
    height:65px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    border-left:1px dashed #444;
    display:inline-block;
  }
}
.tb-pricing-spa2 {
  position:relative;
  text-align:center;
}
.tb-pricing-spa2:after {
  background-color:#fbfbfb;
  content:"";
  position:absolute;
  top:135px;
  left:0;
  right:0;
  bottom:0;
  display:inline-block !important;
  z-index:-1;
}
.tb-pricing-spa2 .tb-pricing:not(:last-child) { margin-right:5px; }
@media (max-width: 767px) {
  .tb-appointment .col-right-appoint { text-align:center; }
  .tb-appointment .col-right-appoint .btn-button {
    margin-left:auto;
    margin-right:auto;
  }
}
.btn-button {
  width:205px;
  height:50px;
  text-align:center;
  line-height:50px;
  text-transform:uppercase;
  font-size:12px;
  color:#fff;
  background-color:#84C340;
  border-radius:25px;
  margin-left:auto;
  margin-right:auto;
  display:block;
  font-style:italic;
}
.btn-button:hover { color:#fff; }
@media (min-width: 992px) {
  .tb-custom-classes .btn-button {
    position:relative;
    top:-205px;
  }
}
@media (min-width: 992px) {
  .tb-tab-custom.wpb_tabs {
    position:relative;
    top:-200px;
  }
  .tb-tab-custom.wpb_tabs:after {
    content:"";
    background-color:#fff;
    top:37px;
    left:-75px;
    right:-75px;
    bottom:0;
    position:absolute;
    z-index:2;
  }
}
.tb-tab-custom.wpb_tabs .ui-widget-content {
  border:none !important;
  background:transparent;
  text-align:center;
  z-index:3;
  position:relative;
}
.tb-tab-custom.wpb_tabs .ui-widget-content ul.ui-widget-header {
  max-width:760px;
  background:#444;
  border:none;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  border-radius:34px;
  margin-bottom:42px;
}
.tb-tab-custom.wpb_tabs .ui-widget-content ul.ui-widget-header li {
  float:none;
  background-color:transparent;
  margin:0;
  width:120px;
  display:inline-block;
  text-align:center;
  padding:0;
  border:none;
}
@media (max-width: 500px) {
  .tb-tab-custom.wpb_tabs .ui-widget-content ul.ui-widget-header li { width:90px; }
}
.tb-tab-custom.wpb_tabs .ui-widget-content ul.ui-widget-header li a {
  font-family:Roboto Slab;
  font-size:14px;
  padding:0;
  color:#fff;
  font-weight:400;
  height:67px;
  line-height:67px;
  text-transform:uppercase;
}
@media (max-width: 500px) {
  .tb-tab-custom.wpb_tabs .ui-widget-content ul.ui-widget-header li a { font-size:11px; }
}
@media (max-width: 380px) {
  .tb-tab-custom.wpb_tabs .ui-widget-content ul.ui-widget-header li a {
    height:initial;
    line-height:initial;
  }
}
.tb-tab-custom.wpb_tabs .ui-widget-content ul.ui-widget-header li.ui-state-active { border:none; }
.tb-tab-custom.wpb_tabs .ui-widget-content ul.ui-widget-header li.ui-state-active >a { color:#84C340; }
.tb-tab-custom.wpb_tabs .ui-widget-content .wpb_tab {
  border:none !important;
  background:transparent !important;
  padding:0 !important;
}
.tb-classes-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {
  max-width:760px;
  background:#444;
  border:none;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  border-radius:34px;
  margin-bottom:50px !important;
  margin:0 auto 50px !important;
}
.tb-classes-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab {
  float:none;
  background-color:transparent;
  margin:0;
  width:120px;
  display:inline-block;
  text-align:center;
  padding:0;
  border:none;
}
@media (max-width: 500px) {
  .tb-classes-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab { width:90px; }
}
.tb-classes-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab >a {
  font-family:Roboto Slab;
  font-size:14px;
  background-color:transparent;
  border:none;
  padding:0;
  color:#fff;
  font-weight:400;
  height:67px;
  line-height:67px;
  text-transform:uppercase;
}
@media (max-width: 500px) {
  .tb-classes-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab >a { font-size:11px; }
}
@media (max-width: 380px) {
  .tb-classes-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab >a {
    height:initial;
    line-height:initial;
  }
}
.tb-classes-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active { border:none; }
.tb-classes-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active >a { color:#84C340; }
.tb-classes-tabs .vc_tta-tabs-container .wpb_tab {
  border:none !important;
  background:transparent !important;
  padding:0 !important;
}
.tb-classes { color:#e5e5e5; }
.tb-classes .tb-content-block h2.blog-title {
  margin-bottom:0;
  line-height:30px;
  font-size:18px;
  text-transform:uppercase;
  line-height:50px;
  font-weight:400;
}
.tb-classes .tb-content-block h2.blog-title a { color:#fff; }
.tb-classes .tb-content-block .tb-info i { margin-right:7px; }
.tb-classes .tb-content-block .tb-info span {
  font-style:italic;
  font-weight:400;
  font-size:16px;
}
.tb-classes article {
  position:relative;
  margin-bottom:31px;
}
.tb-classes article:after {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  content:"";
  background-color:rgba(0,0,0,0.3);
}
.tb-classes article .tb-blog-image img { display:block; }
.tb-classes article .tb-content-block {
  z-index:2;
  position:absolute;
  bottom:45px;
  width:100%;
}
.tb-classes article .blog-desc {
  display:none;
  font-weight:400;
}
.tb-classes article .tb-info { font-weight:400; }
.tb-classes .tb-big-item { text-align:center; }
.tb-classes .tb-big-item article .blog-desc {
  max-width:300px;
  text-align:center;
  line-height:26px;
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
  font-style:italic;
  font-weight:400;
  margin-bottom:27px;
  font-size:16px;
}
.tb-classes .tb-big-item article .tb-info { display:block; }
.tb-classes .tb-big-item article .tb-info .tb-trainner, .tb-classes .tb-big-item article .tb-info .tb-time {
  width:50%;
  float:left;
  height:58px;
  line-height:58px;
  text-align:center;
}
.tb-classes .tb-big-item article .tb-info .tb-trainner i, .tb-classes .tb-big-item article .tb-info .tb-time i { margin-right:7px; }
.tb-classes .tb-big-item article .tb-info .tb-trainner { background-color:#84C340; }
.tb-classes .tb-big-item article .tb-info .tb-trainner span { color:#fff; }
.tb-classes .tb-big-item article .tb-info .tb-time {
  background-color:#fff;
  color:#666;
}
.tb-classes .tb-classes-item:not(.tb-big-item) .tb-content-block {
  text-align:left;
  padding-left:30px;
}
@media (min-width: 1200px) {
  .tb-classes .tb-classes-item:not(.tb-big-item) .tb-content-block { padding-left:60px; }
}
.tb-classes.tpl2:not(.tb-classes-carousel) article { margin-bottom:68px; }
@media (max-width: 767px) {
  .tb-classes.tpl2:not(.tb-classes-carousel) article {
    max-width:370px;
    margin-left:auto;
    margin-right:auto;
  }
}
.tb-classes.tpl2:not(.tb-classes-carousel) article .tb-blog-image { position:relative; }
.tb-classes.tpl2:not(.tb-classes-carousel) article .colorbox-wrap { background-color:rgba(0,0,0,0.6); }
.tb-classes.tpl2:not(.tb-classes-carousel) article .colorbox-wrap .colorbox-inner a.cb-popup {
  background-color:rgba(255,255,255,0.8);
  border:none;
  height:50px;
  width:50px;
  line-height:50px;
}
.tb-classes.tpl2:not(.tb-classes-carousel) article .colorbox-wrap .colorbox-inner a.cb-popup i { color:#444; }
.tb-classes.tpl2:not(.tb-classes-carousel) article .colorbox-wrap .colorbox-inner a.cb-popup:hover { background-color:#84C340; }
.tb-classes.tpl2:not(.tb-classes-carousel) article .colorbox-wrap .colorbox-inner a.cb-popup:hover i { color:#fff; }
.tb-classes.tpl2:not(.tb-classes-carousel) article .colorbox-wrap .colorbox-inner a.cb-popup:last-child {
  transform:translateX(100px);
  -webkit-transform:translateX(100px);
}
.tb-classes.tpl2:not(.tb-classes-carousel) article .colorbox-wrap .colorbox-inner a.cb-popup:last-child i {
  transition:all .3s;
  transform:scale(1);
  display:inline-block;
  font-size:18px;
  -webkit-transform:scale(1);
}
.tb-classes.tpl2:not(.tb-classes-carousel) article .colorbox-wrap .colorbox-inner a.cb-popup:last-child:hover i {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.tb-classes.tpl2:not(.tb-classes-carousel) article .tb-content-block {
  padding-left:0 !important;
  text-align:center !important;
  position:initial;
  background-color:#fff;
  padding-top:15px;
}
.tb-classes.tpl2:not(.tb-classes-carousel) article .tb-content-block:after { display:none; }
.tb-classes.tpl2:not(.tb-classes-carousel) article .tb-content-block h2.blog-title >a {
  text-align:center;
  color:#666;
}
.tb-classes.tpl2:not(.tb-classes-carousel) article .tb-content-block h2.blog-title >a:hover { color:#84C340; }
.tb-classes.tpl2:not(.tb-classes-carousel) article .tb-content-block .tb-info {
  text-align:center;
  margin-top:-5px;
}
.tb-classes.tpl2:not(.tb-classes-carousel) article .tb-content-block .tb-info .tb-trainner, .tb-classes.tpl2:not(.tb-classes-carousel) article .tb-content-block .tb-info .tb-time {
  width:50%;
  float:left;
  text-align:center;
  color:#999999;
}
.tb-classes.tpl2:not(.tb-classes-carousel) article .tb-content-block .tb-price {
  font-size:12px;
  color:#84C340;
  font-style:italic;
  text-transform:uppercase;
  position:relative;
  top:15px;
}
.tb-classes.tpl2:not(.tb-classes-carousel) article .tb-content-block .tb-price span {
  color:#666666;
  font-size:24px;
  font-weight:bold;
  font-style:normal;
  font-family:Roboto Slab;
  margin-right:8px;
}
.tb-classes.tpl2:not(.tb-classes-carousel) article:after { display:none; }
.tb-classes.tpl4 .tb-classes-item:not(.tb-big-item) .tb-content-block {
  padding-left:0;
  text-align:center;
  background-color:#fafafa;
}
.tb-classes.tpl4 .tb-classes-item:not(.tb-big-item) .tb-content-block .tb-info span {
  font-size:14px;
  font-weight:400;
}
body .tb-classes-tabs { background-position:bottom center !important; }
.tb-classes.tb-classes-carousel.tpl1 article, .tb-classes.tb-classes-carousel.tpl2 article, .tb-classes.tpl4.tpl1 article, .tb-classes.tpl4.tpl2 article {
  max-width:370px;
  margin-left:auto;
  margin-right:auto;
}
.tb-classes.tb-classes-carousel article:after, .tb-classes.tpl4 article:after { display:none; }
.tb-classes.tb-classes-carousel article .tb-content-block, .tb-classes.tpl4 article .tb-content-block {
  position:initial;
  text-align:center;
  background-color:#fff;
  padding:32px 0 38px;
}
.tb-classes.tb-classes-carousel article .tb-content-block .tb-category, .tb-classes.tpl4 article .tb-content-block .tb-category {
  font-size:12px;
  text-transform:uppercase;
  color:#84C340;
  font-style:italic;
}
.tb-classes.tb-classes-carousel article .tb-content-block h2.blog-title, .tb-classes.tpl4 article .tb-content-block h2.blog-title {
  letter-spacing:initial;
  margin:-14px 0 -5px;
}
.tb-classes.tb-classes-carousel article .tb-content-block h2.blog-title >a, .tb-classes.tpl4 article .tb-content-block h2.blog-title >a {
  color:#666;
  text-transform:capitalize;
}
.tb-classes.tb-classes-carousel article .tb-content-block .tb-info .tb-trainner, .tb-classes.tb-classes-carousel article .tb-content-block .tb-info .tb-time, .tb-classes.tpl4 article .tb-content-block .tb-info .tb-trainner, .tb-classes.tpl4 article .tb-content-block .tb-info .tb-time {
  text-align:center;
  float:left;
  width:50%;
  color:#999;
}
.tb-classes.tb-classes-carousel.tpl2 .tb-blog-image, .tb-classes.tpl4.tpl2 .tb-blog-image { position:relative; }
.tb-classes.tb-classes-carousel.tpl2 .tb-blog-image .tb-info, .tb-classes.tpl4.tpl2 .tb-blog-image .tb-info {
  padding:4px 15px;
  background-color:rgba(132,195,64,0.8);
  color:#fff;
  position:absolute;
  top:15px;
  right:15px;
  display:inline-block;
  text-align:center;
}
.tb-classes.tb-classes-carousel.tpl2 .tb-blog-image .tb-info i, .tb-classes.tpl4.tpl2 .tb-blog-image .tb-info i { margin-right:5px; }
.tb-classes.tb-classes-carousel.tpl2 .tb-blog-image .tb-info span, .tb-classes.tpl4.tpl2 .tb-blog-image .tb-info span { text-transform:capitalize; }
.tb-classes.tb-classes-carousel.tpl2 .tb-content-block, .tb-classes.tpl4.tpl2 .tb-content-block {
  background-color:transparent;
  position:absolute;
  bottom:25px;
  padding:0;
}
.tb-classes.tb-classes-carousel.tpl2 .tb-content-block .tb-detail, .tb-classes.tpl4.tpl2 .tb-content-block .tb-detail {
  background-color:rgba(255,255,255,0.9);
  text-align:left;
  padding-left:25px;
  padding-top:15px;
}
@media (min-width: 1200px) {
  .tb-classes.tb-classes-carousel.tpl2 .tb-content-block .tb-detail, .tb-classes.tpl4.tpl2 .tb-content-block .tb-detail { padding-left:45px; }
}
.tb-classes.tb-classes-carousel.tpl2 .tb-content-block .tb-detail h2.blog-title, .tb-classes.tpl4.tpl2 .tb-content-block .tb-detail h2.blog-title {
  color:#666;
  margin:0;
  margin-bottom:-12px;
}
.tb-classes.tb-classes-carousel.tpl2 .tb-content-block .tb-detail h2.blog-title >a, .tb-classes.tpl4.tpl2 .tb-content-block .tb-detail h2.blog-title >a { text-transform:uppercase; }
.tb-classes.tb-classes-carousel.tpl2 .tb-content-block .tb-detail .tb-info .tb-time, .tb-classes.tpl4.tpl2 .tb-content-block .tb-detail .tb-info .tb-time {
  float:none;
  width:initial;
  text-align:left;
}
.tb-classes.tb-classes-carousel.tpl2 .tb-content-block .tb-detail, .tb-classes.tb-classes-carousel.tpl2 .tb-content-block .tb-price, .tb-classes.tpl4.tpl2 .tb-content-block .tb-detail, .tb-classes.tpl4.tpl2 .tb-content-block .tb-price {
  height:107px;
  float:left;
}
.tb-classes.tb-classes-carousel.tpl2 .tb-content-block .tb-price, .tb-classes.tpl4.tpl2 .tb-content-block .tb-price {
  width:97px;
  font-style:italic;
  text-transform:uppercase;
  background-color:rgba(132,195,64,0.9);
  color:#fff;
  font-weight:400;
  padding-top:28px;
}
.tb-classes.tb-classes-carousel.tpl2 .tb-content-block .tb-price span, .tb-classes.tpl4.tpl2 .tb-content-block .tb-price span {
  display:block;
  font-weight:bold;
  font-style:normal;
  font-family:Roboto slab;
  font-size:28px;
}
.tb-classes.tb-classes-carousel.tpl2 .tb-content-block .tb-detail, .tb-classes.tpl4.tpl2 .tb-content-block .tb-detail { width:calc(100% - 97px); }
@media (min-width: 1200px) {
  .tb-classes.tb-classes-carousel.tpl2 .tb-content-block .tb-detail, .tb-classes.tpl4.tpl2 .tb-content-block .tb-detail { width:calc(100% - 113px); }
}
.tb-classes.tb-classes-carousel .owl-controls, .tb-events.tb-events-carousel .owl-controls {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:100%;
}
.tb-classes.tb-classes-carousel .owl-controls .owl-nav, .tb-events.tb-events-carousel .owl-controls .owl-nav { position:relative; }
.tb-classes.tb-classes-carousel .owl-controls .owl-nav .owl-prev, .tb-classes.tb-classes-carousel .owl-controls .owl-nav .owl-next, .tb-events.tb-events-carousel .owl-controls .owl-nav .owl-prev, .tb-events.tb-events-carousel .owl-controls .owl-nav .owl-next {
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  background-color:#fff;
  color:#555;
  display:inline-block;
  position:absolute;
  left:-90px;
  top:-50px !important;
}
@media (min-width: 1200px) {
  .tb-classes.tb-classes-carousel .owl-controls .owl-nav .owl-prev, .tb-classes.tb-classes-carousel .owl-controls .owl-nav .owl-next, .tb-events.tb-events-carousel .owl-controls .owl-nav .owl-prev, .tb-events.tb-events-carousel .owl-controls .owl-nav .owl-next { left:-155px; }
}
.tb-classes.tb-classes-carousel .owl-controls .owl-nav .owl-prev:hover, .tb-classes.tb-classes-carousel .owl-controls .owl-nav .owl-next:hover, .tb-events.tb-events-carousel .owl-controls .owl-nav .owl-prev:hover, .tb-events.tb-events-carousel .owl-controls .owl-nav .owl-next:hover {
  background-color:#84C340;
  color:#fff;
}
.tb-classes.tb-classes-carousel .owl-controls .owl-nav .owl-next, .tb-events.tb-events-carousel .owl-controls .owl-nav .owl-next {
  right:-90px;
  left:initial;
}
@media (min-width: 1200px) {
  .tb-classes.tb-classes-carousel .owl-controls .owl-nav .owl-next, .tb-events.tb-events-carousel .owl-controls .owl-nav .owl-next {
    right:-155px;
    left:initial;
  }
}
body .tb-countup-section2 {
  background-position:top center !important;
  background-size:initial;
}
body .tb-countup-section2 .wbp-title.tpl3 .wbp-title-content .title-content p { margin-bottom:0 !important; }
body .tb-countup-section2 .wbp-title.tpl3 .wbp-title-content .title-content span.bottom-subtitle { margin-bottom:5px; }
body .tb-countup-section2 .wbp-title.tpl3 .wbp-title-content .title-content h1 { margin-bottom:15px; }
@media (max-width: 991px) {
  body .tb-countup-section2 { margin-bottom:120px !important; }
}
body .tb-countup-section2 a.btn-button {
  background-color:#fff;
  color:#444;
}
.title_white .wbp-title.tpl3 .wbp-title-content >span, .title_white .wbp-title.tpl3 .wbp-title-content h1, .title_white .wbp-title.tpl3 .wbp-title-content p { color:#fff; }
.tb-events {
  max-width:1200px;
  margin:auto;
}
.tb-events article { position:relative; }
@media (min-width: 992px) {
  .tb-events article { margin-bottom:100px; }
}
@media (max-width: 991px) {
  .tb-events article {
    max-width:555px;
    margin-left:auto;
    margin-right:auto;
  }
}
.tb-events article .tb-content-block {
  background-color:#242424;
  padding:15px;
  transition:all .3s;
}
@media (min-width: 992px) {
  .tb-events article .tb-content-block {
    max-width:387px;
    position:absolute;
    bottom:-100px;
    left:20px;
    padding:42px 58px;
  }
}
.tb-events article .tb-content-block .tb-time {
  font-size:12px;
  color:#84C340;
  font-style:italic;
  line-height:28px;
  margin-bottom:3px;
}
.tb-events article .tb-content-block h2.blog-title {
  font-size:16px;
  line-height:26px;
  color:#fff;
  margin-bottom:12px;
}
.tb-events article .tb-content-block .tb-address {
  color:#bbbaba;
  font-size:12px;
  font-style:italic;
  line-height:28px;
}
.tb-events article .tb-content-block .tb-address i {
  font-size:16px;
  margin-right:10px;
}
.tb-events article:hover .tb-content-block { background-color:#84C340; }
.tb-events article:hover .tb-content-block .tb-address, .tb-events article:hover .tb-content-block .tb-time { color:#fff; }
.tb-blog.tpl1 #tb-blog-image {
  max-width:970px;
  margin-left:auto;
  margin-right:auto;
}
@media (min-width: 992px) {
  .tb-blog.tpl1 #tb-blog-image .flex-viewport, .tb-blog.tpl1 #tb-blog-image .flex-control-nav { float:left; }
  .tb-blog.tpl1 #tb-blog-image .flex-viewport {
    width:calc( 100% - 220px);
    margin-right:20px;
  }
  .tb-blog.tpl1 #tb-blog-image .flex-control-nav { width:200px; }
  .tb-blog.tpl1 #tb-blog-image .flex-control-nav li {
    cursor:url(assets/images/cursor.png), auto;
    position:relative;
    z-index:3;
  }
  .tb-blog.tpl1 #tb-blog-image .flex-control-nav li img { display:block; }
  .tb-blog.tpl1 #tb-blog-image .flex-control-nav li img.flex-active {
    opacity:0.5;
    box-shadow:0 0px 12px rgba(0,0,0,0.175);
  }
  .tb-blog.tpl1 #tb-blog-image .flex-control-nav li:not(:last-child) { margin-bottom:20px; }
  .tb-blog.tpl1 #tb-blog-image .flex-control-nav li .light_opacity {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(132,195,64,0.7);
    opacity:0;
    transition:all .3s;
    content:"";
  }
  .tb-blog.tpl1 #tb-blog-image .flex-control-nav li:hover .light_opacity { opacity:1; }
}
@media (max-width: 991px) {
  .tb-blog.tpl1 #tb-blog-image .flex-control-nav {
    text-align:center;
    margin-top:10px;
  }
  .tb-blog.tpl1 #tb-blog-image .flex-control-nav li { display:inline-block; }
  .tb-blog.tpl1 #tb-blog-image .flex-control-nav li:not(:last-child) { margin-right:10px; }
}
@media (max-width: 639px) {
  .tb-blog.tpl1 #tb-blog-image .flex-control-nav li >img {
    max-width:90px;
    height:auto;
  }
}
.tb-blog.tpl1 #tb-blog-image .tb-item-content { position:relative; }
.tb-blog.tpl1 #tb-blog-image .tb-item-content .tb-content-block { background-color:#fbfbfb; }
@media (min-width: 640px) {
  .tb-blog.tpl1 #tb-blog-image .tb-item-content .tb-content-block {
    position:absolute;
    bottom:0;
    right:0;
    width:calc( 100% - 120px);
    padding-top:45px;
    padding-bottom:40px;
    padding-left:80px;
  }
}
.tb-blog.tpl1 #tb-blog-image .tb-item-content .tb-content-block .blog-info {
  text-transform:uppercase;
  font-style:italic;
  font-size:14px;
}
.tb-blog.tpl1 #tb-blog-image .tb-item-content .tb-content-block .blog-info span { margin-right:26px; }
.tb-blog.tpl1 #tb-blog-image .tb-item-content .tb-content-block .blog-info .publish-date { display:none; }
.tb-blog.tpl1 #tb-blog-image .tb-item-content .tb-content-block .blog-desc { max-width:518px; }
.tb-blog.tpl1 #tb-blog-image .tb-item-content .tb-content-block h2.blog-title {
  letter-spacing:initial;
  color:#303030;
  font-size:20px;
  font-weight:bold;
  margin-bottom:2px;
}
.tb-blog.tpl1 #tb-blog-image .tb-item-content .tb-content-block .tb-blog-date {
  width:77px;
  height:90px;
  border-radius:5px;
  background-color:#84C340;
  color:#fff;
  font-family:Roboto slab;
  font-size:25px;
  font-weight:bold;
  text-align:center;
  display:inline-block;
  position:absolute;
  left:0;
  top:0;
  padding-top:18px;
}
@media (min-width: 640px) {
  .tb-blog.tpl1 #tb-blog-image .tb-item-content .tb-content-block .tb-blog-date {
    left:-39px;
    top:50%;
    transform:translateY(-50%);
  }
}
.tb-blog.tpl1 #tb-blog-image .tb-item-content .tb-content-block .tb-blog-date span {
  font-family:"Josefin Sans";
  font-size:16px;
  font-weight:400;
  display:block;
}
.tb-blog.tpl2 {
  max-width:970px;
  margin-left:auto;
  margin-right:auto;
}
.tb-blog.tpl2 #tb-blog-image { position:relative; }
.tb-blog.tpl2 #tb-blog-image .tb-item {
  position:relative;
  margin-top:20px;
  margin-bottom:20px;
}
.tb-blog.tpl2 #tb-blog-image .tb-item:after {
  content:"";
  display:inline-block;
  background-color:#fff;
  position:absolute;
  left:70px;
  top:-20px;
  bottom:-20px;
  right:0;
  z-index:-1;
}
@media (max-width: 499px) {
  .tb-blog.tpl2 #tb-blog-image .tb-item:after { left:0; }
}
.tb-blog.tpl2 #tb-blog-image .tb-item-content .tb-image {
  width:initial;
  max-width:400px;
  float:left;
}
@media (max-width: 669px) {
  .tb-blog.tpl2 #tb-blog-image .tb-item-content .tb-image { max-width:200px; }
}
@media (max-width: 500px) {
  .tb-blog.tpl2 #tb-blog-image .tb-item-content .tb-image {
    max-width:initial;
    margin:auto;
    float:none;
    padding-left:15px;
    padding-right:15px;
  }
}
.tb-blog.tpl2 #tb-blog-image .tb-item-content .tb-content-block {
  width:calc(100% - 400px);
  float:left;
  font-style:italic;
  color:#666666;
  padding-left:55px;
  padding-top:55px;
  max-width:480px;
}
@media (max-width: 669px) {
  .tb-blog.tpl2 #tb-blog-image .tb-item-content .tb-content-block { width:calc(100% - 200px); }
}
@media (max-width: 500px) {
  .tb-blog.tpl2 #tb-blog-image .tb-item-content .tb-content-block {
    width:initial;
    margin:auto;
    float:none;
  }
}
@media (max-width: 767px) {
  .tb-blog.tpl2 #tb-blog-image .tb-item-content .tb-content-block {
    padding-left:15px;
    padding-top:0px;
  }
}
.tb-blog.tpl2 #tb-blog-image .tb-item-content .tb-content-block ul { margin-top:15px; }
.tb-blog.tpl2 #tb-blog-image .tb-item-content .tb-content-block i {
  color:#84C340;
  margin-right:10px;
}
.tb-blog.tpl2 #tb-blog-image .tb-item-content .tb-content-block h2.blog-title {
  font-size:22px;
  font-weight:bold;
  color:#303030;
  margin-bottom:12px;
}
.tb-blog.tpl2 .flex-control-nav { position:absolute; }
@media (min-width: 768px) {
  .tb-blog.tpl2 .flex-control-nav {
    bottom:50px;
    left:460px;
  }
}
@media (max-width: 767px) {
  .tb-blog.tpl2 .flex-control-nav {
    left:50%;
    transform:translateX(-50%);
  }
}
.tb-blog.tpl2 .flex-control-nav li {
  display:inline-block;
  cursor:url(assets/images/cursor.png), auto;
  position:relative;
  z-index:3;
}
.tb-blog.tpl2 .flex-control-nav li:not(:last-child) { margin-right:10px; }
.tb-blog.tpl2 .flex-control-nav li img {
  display:block;
  border-radius:50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-blog.tpl2 .flex-control-nav li img { max-width:60px; }
}
@media (max-width: 767px) {
  .tb-blog.tpl2 .flex-control-nav li img { max-width:50px; }
}
.tb-blog.tpl2 .flex-control-nav li img.flex-active {
  opacity:0.5;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
}
.tb-blog.tpl2 .flex-control-nav li .light_opacity {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(132,195,64,0.7);
  opacity:0;
  transition:all .3s;
  content:"";
}
.tb-blog.tpl2 .flex-control-nav li:hover .light_opacity { opacity:1; }
.tb-blog.tpl3 .tb-item-content {
  margin-bottom:30px;
  position:relative;
}
.tb-blog.tpl3 .tb-item-content .tb-content-block {
  position:absolute;
  text-align:center;
}
.tb-blog.tpl3 .tb-item-content .tb-content-block .blog-title {
  font-size:22px;
  font-weight:bold;
  color:#303030;
  margin-bottom:5px;
}
.tb-blog.tpl3 .owl-stage-outer { overflow:initial; }
.tb-blog.tpl3 .owl-stage-outer .owl-item { transition:all .3s; }
.tb-blog.tpl3 .owl-stage-outer .owl-item:not(.active) .tb-item { position:relative; }
.tb-blog.tpl3 .owl-stage-outer .owl-item:not(.active) .tb-item:after {
  content:"";
  width:100%;
  height:100%;
  background-color:rgba(255,255,255,0.7);
  position:absolute;
  top:0;
  left:0;
  display:inline-block;
  z-index:2;
}
.tb-blog.tpl3 .owl-stage-outer .owl-item:not(.active) .tb-item-content .tb-content-block {
  z-index:3;
  max-width:280px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
}
.tb-blog.tpl3 .owl-stage-outer .owl-item:not(.active) .tb-item-content .tb-content-block .blog-info {
  font-style:italic;
  color:#84C340;
  margin-bottom:2px;
}
.tb-blog.tpl3 .owl-stage-outer .owl-item:not(.active) .tb-item-content .tb-content-block .blog-info:first-child span { display:none; }
.tb-blog.tpl3 .owl-stage-outer .owl-item:not(.active) .tb-item-content .tb-content-block .blog-info:first-child span.publish-date { display:inline-block; }
.tb-blog.tpl3 .owl-stage-outer .owl-item:not(.active) .tb-item-content .tb-content-block .blog-info:last-child { display:none; }
.tb-blog.tpl3 .owl-stage-outer .owl-item:not(.active) .tb-item-content .tb-content-block h2.blog-title { line-height:26px; }
.tb-blog.tpl3 .owl-stage-outer .owl-item.active .tb-item-content .tb-content-block {
  width:calc(100% - 90px);
  left:50%;
  transform:translateX(-50%);
  background-color:#fbfbfb;
  bottom:-30px;
  padding:40px 0;
}
.tb-blog.tpl3 .owl-stage-outer .owl-item.active .tb-item-content .tb-content-block .blog-info:first-child {
  width:220px;
  height:47px;
  border-radius:23px;
  color:#fff;
  position:absolute;
  background-color:#84C340;
  font-size:16px;
  font-style:italic;
  text-align:center;
  line-height:47px;
  margin:auto;
  left:50%;
  transform:translateX(-50%);
  top:-23px;
}
.tb-blog.tpl3 .owl-stage-outer .owl-item.active .tb-item-content .tb-content-block .blog-info:first-child span { display:none; }
.tb-blog.tpl3 .owl-stage-outer .owl-item.active .tb-item-content .tb-content-block .blog-info:first-child span.publish-date {
  display:inline-block;
  font-weight:400;
}
.tb-blog.tpl3 .owl-stage-outer .owl-item.active .tb-item-content .tb-content-block .blog-info:first-child span.publish-date a { color:#fff; }
.tb-blog.tpl3 .owl-stage-outer .owl-item.active .tb-item-content .tb-content-block .blog-info:last-child {
  text-transform:uppercase;
  font-style:italic;
  font-size:14px;
}
.tb-blog.tpl3 .owl-stage-outer .owl-item.active .tb-item-content .tb-content-block .blog-info:last-child .publish-date { display:none; }
.tb-blog.tpl3 .owl-controls {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:100%;
}
.tb-blog.tpl3 .owl-controls .owl-nav >div { position:absolute; }
.tb-blog.tpl3 .owl-controls .owl-nav >div i { display:none; }
.tb-blog.tpl3 .owl-controls .owl-nav >div:after {
  font-family:"Ionicons";
  font-size:25px;
  color:#666666;
  display:inline-block;
}
.tb-blog.tpl3 .owl-controls .owl-nav >div.owl-prev { left:-30px; }
@media (min-width: 1200px) {
  .tb-blog.tpl3 .owl-controls .owl-nav >div.owl-prev { left:-130px; }
}
.tb-blog.tpl3 .owl-controls .owl-nav >div.owl-prev:after { content:"\f3d2"; }
.tb-blog.tpl3 .owl-controls .owl-nav >div.owl-next { right:-30px; }
@media (min-width: 1200px) {
  .tb-blog.tpl3 .owl-controls .owl-nav >div.owl-next { right:-130px; }
}
.tb-blog.tpl3 .owl-controls .owl-nav >div.owl-next:after { content:"\f3d3"; }
.tb-blog.tpl3 .owl-controls .owl-nav >div:hover:after { color:#84C340; }
body .col-packages { background-position:bottom right !important; }
.tb-classes-page .tb-tab-custom.wpb_tabs { position:initial; }
.tb-classes-single .tb-classes.tb-classes-carousel article .tb-content-block { background-color:#fbfbfb; }
.tb-classes-single .tb-classes.tb-classes-carousel article .tb-content-block h2.blog-title { text-transform:capitalize; }
.tb-classes-single .tb-classes.tb-classes-carousel article .tb-content-block h2.blog-title a { color:#666; }
.single-classes .tb-blog .tb-blog-image >img {
  width:100%;
  height:auto;
}
.tb-countup-section {
  background-size:cover;
  position:relative;
}
@media (min-width: 992px) {
  .tb-countup-section { top:-120px; }
}
.tb-countup-section .wbp-title.tpl3 .wbp-title-content .title-content h1 {
  font-weight:400;
  color:#fff;
}
.tb-countup-section .wbp-title.tpl3 .wbp-title-content .title-content p {
  color:#fff;
  font-weight:400;
}
.ro-service-wrap .tb-incremental {
  color:#84C340;
  font-size:16px;
  text-transform:uppercase;
}
.ro-service-wrap .tb-incremental p { font-style:italic; }
.ro-service-wrap .tb-incremental .tb-title {
  font-size:36px;
  color:#fff;
  font-weight:bold;
  margin-bottom:10px;
}
.woocommerce .tb-action { padding-top:11px; }
.woocommerce .tb-action > div.clear { display:none; }
.woocommerce .tb-action .tb-product-btn { display:inline-block; }
.woocommerce .tb-action .tb-product-btn:first-child > div { margin-left:0; }
.woocommerce .tb-action .tb-product-btn.tb-btn-tocart >a.loading:after {
  font-size:13px;
  display:inline-block;
  width:12px;
  font-style:initial;
  height:12px;
  color:#fff;
  top:13px;
  right:10px;
  line-height:initial;
}
.woocommerce .tb-action .tb-product-btn.tb-btn.tb-btn-tocart >a.loading:after {
  -webkit-animation:initial;
  animation:initial;
}
.woocommerce .tb-action .yith-wcwl-add-to-wishlist {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:35px;
  height:35px;
  text-align:center;
  line-height:35px;
  border-radius:50%;
  background-color:#ccc5c3;
  padding:0;
  margin:0;
  margin-left:5px;
  overflow:hidden;
}
.woocommerce .tb-action .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  opacity:0;
}
.woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  content:"\f387" !important;
  font-family:Ionicons !important;
  color:#fff;
  position:absolute;
  top:50%;
  font-size:18px;
  font-weight:300;
  width:100%;
  text-align:center;
  left:50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
}
.woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover:before { color:#84C340; }
.woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:"Ionicons";
  content:"\f498";
  color:#fff;
  font-weight:300;
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  text-align:center;
  font-size:21px;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.woocommerce .tb-action .yith-wcwl-add-to-wishlist:hover {
  background:#191d30;
  border-color:#191d30;
}
.woocommerce .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#84C340; }
.woocommerce .tb-action .yith-wcqv-button {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:35px;
  height:35px;
  text-align:center;
  line-height:35px;
  border-radius:50%;
  background-color:#ccc5c3;
  padding:0;
  margin:0;
  overflow:hidden;
}
.woocommerce .tb-action .yith-wcqv-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:'Ionicons';
  content:"\f4a5";
  color:#fff;
  position:absolute;
  top:50%;
  font-size:18px;
  font-weight:300;
  width:100%;
  text-align:center;
  left:50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
}
.woocommerce .tb-action .yith-wcqv-button:hover {
  background:#191d30;
  border-color:#191d30;
}
.woocommerce .tb-action .yith-wcqv-button:hover:before { color:#84C340; }
.woocommerce .tb-action .compare-button {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:35px;
  height:35px;
  text-align:center;
  line-height:35px;
  background-color:#ccc5c3;
  border-radius:50%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.woocommerce .tb-action .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce .tb-action .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:"Ionicons";
  content:"\f4a9";
  color:#fff;
  position:absolute;
  font-weight:700;
  top:50%;
  font-size:18px;
  left:50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
}
.woocommerce .tb-action .compare-button:hover { background:#191d30; }
.woocommerce .tb-action .compare-button:hover:before { color:#84C340; }
.woocommerce .tb-action .tb-btn-tocart { position:relative; }
.woocommerce .tb-action .tb-btn-tocart a {
  transition:all .3s;
  position:relative;
  width:155px;
  height:42px;
  color:#fff;
  line-height:42px;
  text-align:center;
  border-radius:22px;
  background-color:#2b2b2b;
  text-transform:uppercase;
  font-style:italic;
  font-size:12px;
  padding:0;
  margin-top:initial;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .woocommerce .tb-action .tb-btn-tocart a { width:140px; }
}
.woocommerce .tb-action .tb-btn-tocart a.wc-forward { display:none; }
.woocommerce .tb-action .tb-btn-tocart:hover a {
  background-color:#84C340;
  color:#fff;
}
@media (max-width: 767px) {
  .tb-product-carousel.tpl1 .tb-product-item-inner {
    max-width:305px;
    margin-left:auto;
    margin-right:auto;
  }
}
@media (max-width: 991px) {
  .tb-product-carousel.tpl3 .product {
    max-width:370px;
    margin-left:auto;
    margin-right:auto;
  }
}
.ro-custom-section-product .tb-product-carousel.tpl1 {
  max-width:620px;
  margin-left:auto;
  margin-right:auto;
}
.ro-custom-section-product .tb-product-carousel.tpl1 .tb-product-item-inner {
  max-width:305px;
  margin-left:auto;
  margin-right:auto;
}
.woocommerce .tb-product-item-inner .tb-image >span {
  position:absolute;
  color:#fff;
  background-color:#84C340;
  width:50px;
  height:20px;
  line-height:20px;
  text-align:center;
  z-index:2;
  top:10px;
  font-style:italic;
  font-size:11px;
}
.woocommerce .tb-product-item-inner .tb-image >span.onsale {
  left:initial;
  right:0;
  border-radius:0;
  min-height:initial;
}
.woocommerce .tb-product-item-inner .tb-footer-content { text-align:center; }
.woocommerce .tb-product-item-inner .tb-footer-content .tb-title {
  font-size:14px;
  line-height:38px;
  color:#666666;
  font-family:Roboto Slab;
  font-weight:bold;
  text-transform:uppercase;
}
.woocommerce .tb-product-item-inner .tb-footer-content .star-rating {
  float:none;
  margin-left:auto;
  margin-right:auto;
  font-size:12px;
}
.woocommerce .tb-product-item-inner .tb-footer-content .tb-price-rating span.price {
  font-size:16px;
  font-style:italic;
  line-height:24px;
  display:block;
  margin-top:12px;
}
.woocommerce .tb-product-item-inner .tb-footer-content .tb-price-rating span.price .amount { color:#84C340; }
.woocommerce .tb-product-item-inner .tb-footer-content .tb-price-rating span.price del {
  opacity:1;
  color:#bfbfbf;
  vertical-align:middle;
}
.woocommerce .tb-product-item-inner .tb-footer-content .tb-price-rating span.price del .amount {
  color:#bfbfbf;
  font-size:16px;
}
.woocommerce .tb-product-item-inner .tb-footer-content .tb-price-rating span.price ins { color:#84C340; }
.woocommerce .tb-product-item-inner .tb-content {
  padding-bottom:47px;
  background-color:#fff;
}
.woocommerce .tb-product-item-inner .tb-header-content .tb-action {
  text-align:center;
  margin-top:7px;
}
.tb-product-carousel { position:relative; }
.tb-product-carousel .owl-controls {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:100%;
}
.tb-product-carousel .owl-controls .owl-nav { position:relative; }
.tb-product-carousel .owl-controls .owl-nav >div {
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  background-color:transparent;
  border:1px solid #fff;
  display:inline-block;
  position:absolute;
  left:-90px;
  top:0 !important;
}
@media (max-width: 1395px) {
  .tb-product-carousel .owl-controls .owl-nav >div { left:-51px; }
}
.tb-product-carousel .owl-controls .owl-nav >div i { color:#fff; }
.tb-product-carousel .owl-controls .owl-nav >div.owl-next {
  right:-90px;
  left:initial;
}
@media (max-width: 1395px) {
  .tb-product-carousel .owl-controls .owl-nav >div.owl-next { right:-51px; }
}
.tb-product-carousel .owl-controls .owl-nav >div:hover {
  border-color:#84C340;
  background-color:#84C340;
}
@media (min-width: 1200px) {
  .tb-product-carousel.tpl3 .tb-product-item-inner .tb-content {
    background-color:transparent;
    padding:0 20px;
    position:relative;
    top:-75px;
    padding-bottom:0;
  }
}
.tb-product-carousel.tpl3 .tb-product-item-inner .tb-content .tb-footer-content {
  background-color:#fff;
  padding-top:28px;
}
.tb-product-carousel.tpl3 .tb-product-item-inner .tb-content .tb-footer-content .stock {
  color:#84C340;
  font-size:12px;
  font-style:italic;
  text-transform:capitalize;
  line-height:18px;
}
.tb-product-carousel.tpl3 .tb-product-item-inner .tb-content .tb-footer-content .tb-price-rating span.price {
  margin-top:0;
  margin-bottom:18px;
}
@media (max-width: 767px) {
  .tb-product-carousel.tpl4 .product {
    max-width:285px;
    margin-left:auto;
    margin-right:auto;
  }
}
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-image { position:relative; }
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-image:after {
  content:"";
  background-color:rgba(0,0,0,0.7);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  transition:all .3s;
  display:inline-block;
}
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-image .tb-action {
  margin-top:0;
  padding-top:0;
  position:absolute;
  text-align:center;
  top:50%;
  left:50%;
  width:100%;
  -webkit-transform:translate(-50%,-50%) scale(0.5);
  -moz-transform:translate(-50%,-50%) scale(0.5);
  -ms-transform:translate(-50%,-50%) scale(0.5);
  transform:translate(-50%,-50%) scale(0.5);
  visibility:hidden;
  opacity:0;
  -webkit-transition:all 400ms cubic-bezier(0.345,0.855,0.565,1) 10ms;
  -moz-transition:all 400ms cubic-bezier(0.345,0.855,0.565,1) 10ms;
  transition:all 400ms cubic-bezier(0.345,0.855,0.565,1) 10ms;
}
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-image .tb-action .tb-btn-tocart a {
  width:130px;
  height:40px;
  line-height:40px;
  background-color:#84C340;
}
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-image .tb-action .yith-wcwl-add-to-wishlist {
  width:40px;
  height:40px;
  line-height:40px;
  background-color:transparent;
  border:2px solid #fff;
}
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-image .tb-action .yith-wcwl-add-to-wishlist:hover { border-color:#84C340; }
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-image .tb-action .yith-wcwl-add-to-wishlist:hover:before { color:#84C340; }
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-image .tb-action .compare-button {
  width:40px;
  height:40px;
  line-height:40px;
  background-color:transparent;
  border:2px solid #fff;
}
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-image .tb-action .compare-button:hover { border-color:#84C340; }
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-image .tb-action .compare-button:hover:before { color:#84C340; }
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-content {
  background-color:#fbfbfb;
  padding-bottom:41px;
  padding-top:30px;
}
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-content .tb-footer-content .tb-price-rating span.price { margin-top:0; }
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-content .tb-footer-content .tb-price-rating span.price del {
  color:#666;
  font-size:14px;
}
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-content .tb-footer-content .tb-price-rating span.price del .amount { color:#666; }
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-content .tb-footer-content .tb-price-rating span.price ins .amount {
  color:#666;
  font-size:16px;
}
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-content .tb-footer-content .tb-title {
  color:#454545;
  font-size:16px;
}
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-content .tb-footer-content .star-rating { font-size:11px; }
.tb-product-carousel.tpl4 .tb-product-item-inner .tb-content .tb-footer-content .star-rating:before { color:#84C340; }
.tb-product-carousel.tpl4 .tb-product-item-inner:hover .tb-image:after { opacity:1; }
.tb-product-carousel.tpl4 .tb-product-item-inner:hover .tb-image .tb-action {
  z-index:2;
  visibility:visible;
  opacity:1;
  -webkit-transform:translate(-50%,-50%) scale(1);
  -moz-transform:translate(-50%,-50%) scale(1);
  -ms-transform:translate(-50%,-50%) scale(1);
  transform:translate(-50%,-50%) scale(1);
}
.ro-product-v3 .tb-product-carousel.tpl3 .tb-product-item-inner .tb-content .tb-footer-content { background-color:#fbfbfb; }
.tb-products-list.tpl3 .tb-product-items >[class*="col-"] {
  max-width:300px;
  margin-left:auto;
  margin-right:auto;
  padding-right:5px;
  padding-left:5px;
}
.tb-products-list.tpl3 .tb-product-items >[class*="col-"] .tb-product-item-inner {
  border:1px solid #eee;
  margin-bottom:7px;
}
.tb-products-list.tpl3 .tb-product-items >[class*="col-"] .tb-product-item-inner .onsale {
  top:10px;
  height:20px;
  line-height:20px;
}
.tb-product-carousel .owl-theme .owl-dots .owl-dot span, .tb-wrap-carousel .owl-theme .owl-dots .owl-dot span { display:none; }
.tb-product-carousel .owl-theme .owl-nav [class*=owl-], .tb-wrap-carousel .owl-theme .owl-nav [class*=owl-] {
  background:transparent;
  padding:0;
  border-radius:0;
}
.tb-product-carousel .owl-theme .owl-nav [class*=owl-]:hover, .tb-wrap-carousel .owl-theme .owl-nav [class*=owl-]:hover { background:transparent; }
@media (max-width: 1199px) and (min-width: 992px) {
  .archive.woocommerce .tb-action .tb-btn-tocart a {
    width:120px;
    height:40px;
    line-height:40px;
  }
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn >a.added:before {
  font-family:FontAwesome !important;
  content:'\f00c' !important;
}
.tb-trainer .tb-blog-image img { display:block; }
.tb-trainer .tb-content-block { position:relative; }
.tb-trainer .tb-content-block .tb-position {
  height:45px;
  line-height:45px;
  position:absolute;
  top:-45px;
  background-color:#fff;
  text-transform:uppercase;
  font-style:italic;
  width:100%;
  font-size:12px;
}
.tb-trainer .tb-content-block .blog-title {
  height:53px;
  background-color:#84C340;
  line-height:53px;
  text-transform:uppercase;
  color:#fff;
  font-size:16px;
}
.tb-trainer.tpl1 article {
  max-width:270px;
  margin-left:auto;
  margin-right:auto;
}
@media (max-width: 767px) {
  .tb-trainer.tpl2 article {
    max-width:370px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-trainer.tpl2 article { margin-bottom:30px; }
}
.tb-trainer.tpl2 .tb-blog-image { position:relative; }
.tb-trainer.tpl2 .tb-blog-image .tb-social {
  position:absolute;
  top:20px;
  right:13px;
}
.tb-trainer.tpl2 .tb-blog-image .tb-social a {
  width:38px;
  height:38px;
  border-radius:3px;
  background-color:rgba(6,102,102,0.8);
  color:#fff;
  line-height:38px;
  text-align:center;
  display:block;
  margin-bottom:5px;
}
.tb-trainer.tpl2 .tb-blog-image .tb-social a:hover { background-color:#84C340; }
.tb-trainer.tpl2 .tb-content-block {
  position:absolute;
  width:calc(100% - 105px);
  height:100px;
  bottom:20px;
  padding-left:20px;
  padding-top:18px;
  background-color:#fff;
}
@media (min-width: 1200px) {
  .tb-trainer.tpl2 .tb-content-block { padding-left:40px; }
}
.tb-trainer.tpl2 .tb-content-block:after {
  position:absolute;
  border-bottom:35px solid #fff;
  top:-35px;
  width:100%;
  border-right-width:295px;
  border-right-color:transparent;
  border-right-style:solid;
  left:0;
}
@media (min-width: 1200px) {
  .tb-trainer.tpl2 .tb-content-block:after { content:""; }
}
.tb-trainer.tpl2 .tb-content-block .blog-title, .tb-trainer.tpl2 .tb-content-block .tb-position {
  position:initial;
  margin-bottom:0;
  background-color:transparent;
  color:#84C340;
  height:initial;
  line-height:28px;
}
.tb-trainer.tpl2 .tb-content-block h2.blog-title { color:#066666; }
.ro-related-posts.tpl2 .ro-relate-posts-item {
  max-width:470px;
  padding:0;
  background-color:transparent;
}
.ro-related-posts.tpl2 .ro-relate-posts-item .tb-date, .ro-related-posts.tpl2 .ro-relate-posts-item .ro-content { float:left; }
.ro-related-posts.tpl2 .ro-relate-posts-item .tb-date {
  font-size:12px;
  text-transform:uppercase;
  font-style:italic;
  color:#999999;
}
@media (min-width: 992px) {
  .ro-related-posts.tpl2 .ro-relate-posts-item .tb-date {
    width:90px;
    text-align:center;
  }
  .ro-related-posts.tpl2 .ro-relate-posts-item .tb-date span { display:block; }
}
.ro-related-posts.tpl2 .ro-relate-posts-item .tb-date span {
  font-size:55px;
  font-weight:bold;
  color:#84C340;
  line-height:48px;
  margin-bottom:13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ro-related-posts.tpl2 .ro-relate-posts-item .tb-date span { margin-right:7px; }
}
.ro-related-posts.tpl2 .ro-relate-posts-item .ro-content { padding:0; }
@media (min-width: 992px) {
  .ro-related-posts.tpl2 .ro-relate-posts-item .ro-content { width:calc( 100% - 90px); }
}
@media (min-width: 1200px) {
  .ro-related-posts.tpl2 .ro-relate-posts-item .ro-content { width:calc( 100% - 135px); }
}
@media (min-width: 1200px) {
  .ro-related-posts.tpl2 .ro-relate-posts-item .ro-content { margin-left:45px; }
}
.ro-related-posts.tpl2 .ro-relate-posts-item .ro-content h4 { margin-bottom:10px; }
.ro-related-posts.tpl2 .ro-relate-posts-item .ro-content h4 .ro-title {
  text-transform:uppercase;
  color:#666666;
  font-size:16px;
  line-height:26px;
  font-weight:500;
}
.ro-related-posts.tpl2 .ro-relate-posts-item .ro-content h4 .ro-title:hover { color:#84C340; }
.ro-related-posts.tpl2 .ro-relate-posts-item .ro-content .blog-info {
  color:#999;
  font-style:italic;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:12px;
}
.ro-related-posts.tpl2 .ro-relate-posts-item .ro-content .blog-info a { color:#999; }
.ro-related-posts.tpl2 .ro-relate-posts-item .ro-content .tb-excerpt {
  font-style:italic;
  color:#444;
  font-size:16px;
  line-height:28px;
  font-weight:500;
}
.ro-related-posts.tpl3 .ro-image, .ro-related-posts.tpl3 .ro-relate-posts-item {
  width:50%;
  float:left;
}
@media (max-width: 767px) {
  .ro-related-posts.tpl3 .ro-image, .ro-related-posts.tpl3 .ro-relate-posts-item {
    max-width:450px;
    margin-left:auto;
    margin-right:auto;
    float:none;
    width:100%;
  }
}
@media (min-width: 1200px) {
  .ro-related-posts.tpl3 .ro-relate-posts-item {
    float:right;
    max-width:45%;
    padding-top:24px;
  }
}
.ro-related-posts.tpl3 >div:nth-child(even) .ro-image, .ro-related-posts.tpl3 >div:nth-child(even) .ro-relate-posts-item { float:right; }
@media (max-width: 767px) {
  .ro-related-posts.tpl3 >div:nth-child(even) .ro-image, .ro-related-posts.tpl3 >div:nth-child(even) .ro-relate-posts-item { float:none; }
}
@media (min-width: 1200px) {
  .ro-related-posts.tpl3 >div:nth-child(even) .ro-relate-posts-item {
    float:left;
    max-width:45%;
  }
}
.ro-related-posts.tpl3 >div:not(:last-child) { margin-bottom:23px; }
.single-trainer .tb-blog .tb-blog-image {
  max-width:470px;
  margin-left:0;
}
.single-trainer .tb-blog .tb-blog-image img { display:block; }
@media (min-width: 1200px) {
  .single-trainer .tb-blog .tb-content-block { padding-left:50px; }
}
.single-trainer .tb-blog .tb-content-block .tb-heading {
  position:relative;
  border-bottom:5px solid #f0f0f0;
  padding-bottom:16px;
}
.single-trainer .tb-blog .tb-content-block .tb-heading:after {
  position:absolute;
  bottom:-7px;
  border-bottom:1px solid #f0f0f0;
  content:"";
  left:0;
  width:100%;
  display:inline-block;
}
.single-trainer .tb-blog .tb-content-block .tb-heading .tb-title {
  width:calc(100% - 210px);
  display:inline-block;
}
.single-trainer .tb-blog .tb-content-block .tb-heading .tb-title h2.blog-title {
  font-family:Roboto slab;
  font-size:24px;
  color:#666666;
  text-transform:uppercase;
  letter-spacing:initial;
  margin-bottom:0;
}
.single-trainer .tb-blog .tb-content-block .tb-heading .tb-title span {
  font-family:Josefin sans;
  font-size:14px;
  font-style:italic;
  color:#84C340;
  text-transform:uppercase;
}
.single-trainer .tb-blog .tb-content-block .tb-heading a.btn-button {
  display:inline-block;
  vertical-align:top;
}
.single-trainer .tb-blog .tb-content-block .tb-info { margin-top:35px; }
.single-trainer .tb-blog .tb-content-block .tb-info >div {
  color:#666;
  font-size:16px;
}
.single-trainer .tb-blog .tb-content-block .tb-info >div .tb-title {
  width:140px;
  display:inline-block;
  vertical-align:top;
  font-family:roboto slab;
  font-weight:400;
}
.single-trainer .tb-blog .tb-content-block .tb-info >div .tb-title i {
  margin-right:7px;
  font-size:20px;
}
.single-trainer .tb-blog .tb-content-block .tb-info >div >span, .single-trainer .tb-blog .tb-content-block .tb-info >div .socials-list {
  display:inline-block;
  font-style:italic;
}
@media (min-width: 478px) {
  .single-trainer .tb-blog .tb-content-block .tb-info >div >span, .single-trainer .tb-blog .tb-content-block .tb-info >div .socials-list { width:calc(100% - 145px); }
}
.single-trainer .tb-blog .tb-content-block .tb-info >div .socials-list a {
  width:40px;
  height:40px;
  color:#fff;
  font-size:16px;
  text-align:center;
  line-height:40px;
  background-color:#f5f5f5;
  display:inline-block;
  color:#999999;
}
.single-trainer .tb-blog .tb-content-block .tb-info >div .socials-list a:hover {
  background-color:#84C340;
  color:#fff;
}
.single-trainer .tb-blog .tb-content-block .tb-info >div.tb-excerpt { margin-bottom:42px; }
.newsletter-sidebar {
  background:url(assets/images/bg-newsletter.jpg) no-repeat center center;
  position:relative;
  padding-top:45px;
  height:180px;
  margin-bottom:90px;
}
@media (max-width: 991px) {
  .newsletter-sidebar {
    background-size:cover;
    height:initial;
  }
}
.newsletter-sidebar:before {
  content:"";
  top:0;
  bottom:90px;
  left:0;
  right:0;
  display:inline-block;
  position:absolute;
  z-index:-1;
}
.page-template-page-NoTitleBar .tb_footer .newsletter-sidebar:before { background-color:#f9f9f9; }
.tb-footer-newsletter .newsletter-desc >p, .tb-footer-newsletter .newsletter-desc h4 {
  font-family:Roboto Slab;
  font-weight:400;
  line-height:36px;
  color:#fff;
  font-size:16px;
  margin-bottom:0 !important;
}
.tb-footer-newsletter .newsletter-desc >p span, .tb-footer-newsletter .newsletter-desc h4 span { color:#84C340; }
.tb-footer-newsletter .newsletter-desc h4 {
  font-size:24px;
  text-transform:uppercase;
}
.tb-footer-newsletter .newsletter-desc h3.wg-title { display:none; }
.tb-footer-newsletter .tnp-widget .tnp-field label, .tb-footer-newsletter .newsletter-widget .tnp-field label { display:none; }
.tb-footer-newsletter .tnp-widget input[type="submit"], .tb-footer-newsletter .tnp-widget input[type="email"], .tb-footer-newsletter .newsletter-widget input[type="submit"], .tb-footer-newsletter .newsletter-widget input[type="email"] {
  height:60px;
  line-height:60px;
  border-radius:30px;
}
.tb-footer-newsletter .tnp-widget input[type="email"], .tb-footer-newsletter .newsletter-widget input[type="email"] {
  font-style:italic;
  font-size:13px;
  color:#555555;
  font-weight:600;
  padding-left:35px;
}
.tb-footer-newsletter .tnp-widget input[type="submit"], .tb-footer-newsletter .newsletter-widget input[type="submit"] {
  width:215px;
  text-align:center;
  text-transform:uppercase;
  font-size:12px;
  color:#fff;
  padding:0;
  background-color:#84C340;
  border:none;
  font-weight:600;
}
@media (min-width: 992px) {
  .tb-footer-newsletter .tnp-widget input[type="submit"], .tb-footer-newsletter .tnp-widget input[type="email"], .tb-footer-newsletter .newsletter-widget input[type="submit"], .tb-footer-newsletter .newsletter-widget input[type="email"] {
    display:inline-block;
    float:left;
  }
  .tb-footer-newsletter .tnp-widget input[type="email"], .tb-footer-newsletter .newsletter-widget input[type="email"] {
    width:calc( 100% - 237px);
    margin-right:22px;
  }
}
@media (min-width: 992px) {
  .tb-footer-newsletter .tnp-widget, .tb-footer-newsletter .newsletter-widget {
    width:calc( 100% - 400px);
    float:left;
  }
}
.tb-footer-newsletter .newsletter-desc {
  float:left;
  width:100%;
}
.tb-footer-newsletter .newsletter-desc .newsletter-desc {
  width:395px;
  display:inline-block;
}
.tb-footer-newsletter .tb-newsletter-checkbox { display:none; }
.tb_footer {
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
.tb_footer .widget_recent_entries ul li { line-height:27px; }
.tb_footer .widget_recent_entries ul li a {
  color:#999;
  text-transform:capitalize;
  font-family:Roboto Slab;
  font-weight:400;
  font-size:14px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  width:100%;
  display:inline-block;
}
.tb_footer .widget_recent_entries ul li span {
  display:block;
  text-transform:uppercase;
  color:#84C340;
  font-size:12px;
  margin-top:-5px;
}
.tb_footer .widget_recent_entries ul li:not(:last-child) {
  border-bottom:1px dashed #999;
  padding-bottom:15px;
}
.tb_footer .widget_recent_entries ul li:not(:first-child) { padding-top:15px; }
.tb_footer .logo-footer {
  display:block;
  margin-bottom:10px;
}
.tb_footer .logo-footer img { width:initial; }
.tb_footer .tb_footer_top_once .tb-social li, .tb_footer .tb_footer_top_two .tb-social li {
  width:40px;
  height:40px;
  line-height:40px;
  transition:all .3s;
  text-align:center;
  background-color:#f5f5f5;
}
.tb_footer .tb_footer_top_once .tb-social li a, .tb_footer .tb_footer_top_two .tb-social li a { color:#999999; }
.tb_footer .tb_footer_top_once .tb-social li:hover, .tb_footer .tb_footer_top_two .tb-social li:hover { background-color:#84C340; }
.tb_footer .tb_footer_top_once .tb-social li:hover a, .tb_footer .tb_footer_top_two .tb-social li:hover a { color:#fff; }
.tb_footer.tb_footer_v2 {
  background-color:transparent;
  color:#444;
}
.tb_footer.tb_footer_v2 .footer-top {
  padding-top:0;
  margin-top:-7px;
}
.tb_footer.tb_footer_v2 .footer-top .widget h3 {
  color:#666;
  font-size:18px;
}
.tb_footer.tb_footer_v2 .tb_footer_top_once .textwidget {
  font-style:italic;
  font-weight:bold;
}
.tb_footer.tb_footer_v2 .footer-bottom, .tb_footer.tb_footer_v3 .footer-bottom {
  background-color:#f9f9f9;
  border-top:none;
}
.tb_footer.tb_footer_v2 .footer-bottom .textwidget, .tb_footer.tb_footer_v3 .footer-bottom .textwidget {
  font-style:normal;
  color:#444;
  font-size:16px;
  padding-top:5px;
}
.tb_footer.tb_footer_v2 .footer-bottom .textwidget span, .tb_footer.tb_footer_v3 .footer-bottom .textwidget span { color:#84C340; }
.tb_footer.tb_footer_v2 .footer-bottom .widget_nav_menu, .tb_footer.tb_footer_v3 .footer-bottom .widget_nav_menu { text-align:right; }
.tb_footer.tb_footer_v2 .footer-bottom .widget_nav_menu ul li, .tb_footer.tb_footer_v3 .footer-bottom .widget_nav_menu ul li { display:inline-block; }
.tb_footer.tb_footer_v2 .footer-bottom .widget_nav_menu ul li:not(:first-child), .tb_footer.tb_footer_v3 .footer-bottom .widget_nav_menu ul li:not(:first-child) { margin-left:30px; }
.tb_footer.tb_footer_v2 .footer-bottom .widget_nav_menu ul li a, .tb_footer.tb_footer_v3 .footer-bottom .widget_nav_menu ul li a {
  text-transform:uppercase;
  color:#666;
  font-size:12px;
  font-family:Roboto slab;
  font-weight:400;
}
.tb_footer.tb_footer_v2 .footer-bottom .widget_nav_menu ul li a:hover, .tb_footer.tb_footer_v3 .footer-bottom .widget_nav_menu ul li a:hover { color:#84C340; }
.tb_footer.tb_footer_v3 .footer-top { margin-top:32px; }
.tb_footer.tb_footer_v3 .footer-top .widget h3.wg-title { margin-bottom:30px; }
.tb_footer.tb_footer_v3 .footer-bottom { background-color:#0f0f0f; }
.tb_footer.tb_footer_v3 .footer-bottom .textwidget { color:#fff; }
.tb_footer.tb_footer_v3 .footer-bottom .widget_nav_menu ul li a { color:#fff; }
.tb_footer .wpcf7 .wpcf7-form >p { margin-bottom:5px !important; }
.tb_footer .wpcf7 .wpcf7-form input, .tb_footer .wpcf7 .wpcf7-form textarea {
  border-radius:23px;
  background-color:#2d2e32;
  border-color:#2d2e32;
  color:#adadad;
  font-style:italic;
  font-size:12px;
  margin-bottom:0;
}
.tb_footer .wpcf7 .wpcf7-form input { height:45px; }
.tb_footer .wpcf7 .wpcf7-form input[type="submit"] {
  background-color:#84C340;
  color:#fff;
  float:none;
  border:none;
  margin-top:10px;
  height:50px;
  line-height:34px;
  width:178px;
}
.tb_footer .tb-post-list .tb-post-side { margin-bottom:45px; }
@media (max-width: 767px) {
  .tb_footer .tb-post-list .tb-post-side {
    max-width:360px;
    margin-left:auto;
    margin-right:auto;
  }
}
.tb_footer .tb-post-list .tb-post-side .tb-post-side-img {
  border-radius:50%;
  position:relative;
  z-index:2;
  width:78px;
  height:78px;
  overflow:hidden;
}
.tb_footer .tb-post-list .tb-post-side .tb-post-side-img img {
  display:block;
  height:auto;
  width:100%;
}
.tb_footer .tb-post-list .tb-post-side-ct { top:7px; }
@media (max-width: 767px) {
  .tb_footer .tb-post-list .tb-post-side-ct { text-align:left; }
}
.tb_footer .tb-post-list .tb-post-side-ct a {
  color:#fff;
  font-family:Roboto Slab;
  font-size:14px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  display:inline-block;
  font-weight:400;
  width:100%;
}
.tb_footer .tb-post-list .tb-post-side-ct span.date {
  color:#84C340;
  position:relative;
  top:-10px;
}
.tb_footer .widget.widget_jws_theme_instagram_widget {
  margin:22px 0;
  margin-bottom:0;
  padding-bottom:0;
}
.jws-theme-twitter-widget .jws-theme-content .jws-theme-tweet-text {
  margin-bottom:15px;
  font-size:16px;
  color:#444;
  line-height:28px;
  font-style:italic;
  font-weight:bold;
}
.jws-theme-twitter-widget .jws-theme-content .jws-theme-tweet-text i {
  font-size:24px;
  color:#84C340;
  margin-right:15px;
}
.jws-theme-twitter-widget .jws-theme-content .jws-theme-tweet-text a { color:#84C340; }
.jws-theme-twitter-widget .jws-theme-tweet-meta {
  color:#84C340;
  color:#666666;
  font-size:14px;
}
.jws-theme-twitter-widget .jws-theme-tweet-meta h4.jws-theme-name {
  color:#666;
  margin-top:18px;
  font-style:normal;
  margin-bottom:0;
}
.jws-theme-twitter-widget .jws-theme-tweet-meta span {
  display:block;
  color:#84C340;
  font-style:italic;
  margin-top:-5px;
}
.jws-theme-twitter-widget .owl-controls .owl-nav { display:none; }
.jws-theme-twitter-widget .owl-controls .owl-dots { text-align:right; }
.jws-theme-twitter-widget .owl-controls .owl-dots .owl-dot {
  width:7px;
  height:7px;
  display:inline-block;
  background-color:#666;
}
.jws-theme-twitter-widget .owl-controls .owl-dots .owl-dot.active { background-color:#84C340; }
.jws-theme-twitter-widget .owl-controls .owl-dots .owl-dot:not(:last-child) { margin-right:3px; }
.tb_footer.tb_footer_v4 .footer-top {
  padding-top:0px;
  margin-top:0px;
  padding-bottom:50px;
}
.tb_footer.tb_footer_v4 .footer-top .widget.widget_jws_theme_instagram_widget {
  position:relative;
  top:50px;
}
.tb_footer.tb_footer_v4 .tb-background-image { padding-top:120px; }
.tb_footer.tb_footer_v4 >.footer-top {
  background-color:#fff;
  margin-bottom:0;
  padding-bottom:0;
  padding-top:10px;
}
.tb_footer.tb_footer_v4 >.footer-top h3.wg-title {
  font-size:24px;
  text-transform:uppercase;
  color:#666;
  font-weight:bold;
  margin-bottom:2px;
}
.tb_footer.tb_footer_v4 >.footer-top h3.wg-title span, .tb_footer.tb_footer_v4 >.footer-top h3.wg-title p { color:#84C340; }
.tb_footer.tb_footer_v4 >.footer-top h3.wg-title p {
  font-size:14px;
  text-transform:capitalize;
  font-weight:400;
  margin-top:8px;
}
.tb_footer.tb_footer_v4 >.footer-top .widget_jws_theme_instagram_widget {
  padding:0;
  margin:0;
}
@media (min-width: 992px) {
  .tb_footer.tb_footer_v4 >.footer-top .tb_footer_top_once {
    position:relative;
    top:35px;
  }
}
.tb_footer.tb_footer_v5 {
  background-color:#fff;
  color:#666666;
  font-style:italic;
}
.tb_footer.tb_footer_v5 .tb-social li { border-radius:50%; }
.tb_footer.tb_footer_v5 .tb-social li:not(:last-child) { margin-right:5px; }
.tb_footer.tb_footer_v5 .footer-top {
  padding-top:92px;
  padding-bottom:50px;
}
.tb_footer.tb_footer_v5 .footer-top h3 { color:#333333; }
.tb_footer.tb_footer_v5 .footer-top ul li > i {
  color:#84C340;
  margin-right:15px;
}
.tb_footer.tb_footer_v5 .footer-top ul li span { display:block; }
@media (max-width: 767px) {
  .tb_footer.tb_footer_v5 .footer-top .tb_footer_top_five {
    max-width:270px;
    margin-left:auto;
    margin-right:auto;
    float:none;
  }
}
.tb_footer.tb_footer_v5 .footer-top .tb_footer_top_five ul li {
  padding-left:60px;
  position:relative;
  color:#444444;
  font-size:16px;
  line-height:2;
  padding-bottom:10px;
  padding-top:10px;
}
.tb_footer.tb_footer_v5 .footer-top .tb_footer_top_five ul li:first-child { padding-top:0; }
.tb_footer.tb_footer_v5 .footer-top .tb_footer_top_five ul li:last-child-child { padding-bottom:0; }
.tb_footer.tb_footer_v5 .footer-top .tb_footer_top_five ul li i {
  float:left;
  font-size:50px;
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
}
.tb_footer.tb_footer_v5 .footer-top .tb_footer_top_five ul li:not(:last-child) { border-bottom:1px dashed #babbb8; }
.tb_footer.tb_footer_v5 .footer-bottom {
  border-top:1px dashed #bbbbbb;
  color:#333333;
  font-style:normal;
}
.tb_footer.tb_footer_v5 .footer-bottom span { color:#84C340; }
.tb-background-image {
  background-size:cover;
  background-position:center center;
}
.tb_footer .footer-top .widget_newsletterwidget form, .tb_footer .footer-top .widget_newsletterwidgetminimal form, .tb_footer .footer-top .widget_aqua_newsletterwidget form {
  position:relative;
  overflow:hidden;
}
.tb_footer .footer-top .widget_newsletterwidget form label, .tb_footer .footer-top .widget_newsletterwidgetminimal form label, .tb_footer .footer-top .widget_aqua_newsletterwidget form label { display:none; }
.tb_footer .footer-top .widget_newsletterwidget form .tnp-submit, .tb_footer .footer-top .widget_newsletterwidget form .newsletter-submit, .tb_footer .footer-top .widget_newsletterwidgetminimal form .tnp-submit, .tb_footer .footer-top .widget_newsletterwidgetminimal form .newsletter-submit, .tb_footer .footer-top .widget_aqua_newsletterwidget form .tnp-submit, .tb_footer .footer-top .widget_aqua_newsletterwidget form .newsletter-submit {
  height:40px;
  width:40px;
  position:absolute;
  top:0;
  right:0;
}
.tb_footer .footer-top .widget_newsletterwidget form .tnp-email, .tb_footer .footer-top .widget_newsletterwidget form .newsletter-email, .tb_footer .footer-top .widget_newsletterwidgetminimal form .tnp-email, .tb_footer .footer-top .widget_newsletterwidgetminimal form .newsletter-email, .tb_footer .footer-top .widget_aqua_newsletterwidget form .tnp-email, .tb_footer .footer-top .widget_aqua_newsletterwidget form .newsletter-email {
  height:41px;
  margin:0;
  background:#FFFFFF;
  border:1px solid #444444;
  color:#444;
  padding:10px 40px 10px 10px;
}
.tb_footer .footer-top .widget_newsletterwidget form .tnp-email::placeholder, .tb_footer .footer-top .widget_newsletterwidget form .newsletter-email::placeholder, .tb_footer .footer-top .widget_newsletterwidgetminimal form .tnp-email::placeholder, .tb_footer .footer-top .widget_newsletterwidgetminimal form .newsletter-email::placeholder, .tb_footer .footer-top .widget_aqua_newsletterwidget form .tnp-email::placeholder, .tb_footer .footer-top .widget_aqua_newsletterwidget form .newsletter-email::placeholder { color:#444; }
.tb_footer .footer-top .widget_newsletterwidget form .tnp-email:focus, .tb_footer .footer-top .widget_newsletterwidget form .tnp-email:active, .tb_footer .footer-top .widget_newsletterwidget form .newsletter-email:focus, .tb_footer .footer-top .widget_newsletterwidget form .newsletter-email:active, .tb_footer .footer-top .widget_newsletterwidgetminimal form .tnp-email:focus, .tb_footer .footer-top .widget_newsletterwidgetminimal form .tnp-email:active, .tb_footer .footer-top .widget_newsletterwidgetminimal form .newsletter-email:focus, .tb_footer .footer-top .widget_newsletterwidgetminimal form .newsletter-email:active, .tb_footer .footer-top .widget_aqua_newsletterwidget form .tnp-email:focus, .tb_footer .footer-top .widget_aqua_newsletterwidget form .tnp-email:active, .tb_footer .footer-top .widget_aqua_newsletterwidget form .newsletter-email:focus, .tb_footer .footer-top .widget_aqua_newsletterwidget form .newsletter-email:active { border:1px solid #84C340; }
.tb_footer .footer-top .widget_newsletterwidget form .tb-newsletter-checkbox, .tb_footer .footer-top .widget_newsletterwidgetminimal form .tb-newsletter-checkbox, .tb_footer .footer-top .widget_aqua_newsletterwidget form .tb-newsletter-checkbox { display:none; }
.tb_footer .footer-top .widget_newsletterwidget form:before, .tb_footer .footer-top .widget_newsletterwidgetminimal form:before, .tb_footer .footer-top .widget_aqua_newsletterwidget form:before {
  font-family:"aqua icon" !important;
  content:"\e1fd";
  font-size:18px;
  line-height:41px;
  text-align:center;
  position:absolute;
  top:0;
  right:0;
  width:40px;
  color:#fff;
  background:#444444;
  z-index:9;
}
.pagination.text-left { text-align:left; }
#tb-list-gallery ul>li {
  padding:0;
  position:relative;
}
body .tb-gallery .row { margin:0 !important; }
body .tb-gallery .instagram_feed, .tb-list-gallery { padding-left:15px; }
body .tb-gallery .instagram_feed a, .tb-list-gallery a { background-size:cover !important; }
.instagram_feed, .tb-list-gallery {
  position:relative;
  height:auto;
}
.instagram_feed ul, .tb-list-gallery ul {
  list-style:none;
  display:block;
  width:100%;
  margin:0;
  padding:0;
}
.tb-list-gallery ul:before, .tb-list-gallery ul:after {
  content:'';
  display:table;
}
.instagram_feed ul:after, .tb-list-gallery ul:after { clear:both; }
.instagram_feed ul, .tb-list-gallery ul {
  zoom:1;
  /* For IE 6/7 (trigger hasLayout) */
}
.instagram_feed ul li, .tb-list-gallery ul li {
  -webkit-perspective:400px;
  -moz-perspective:400px;
  -o-perspective:400px;
  -ms-perspective:400px;
  perspective:400px;
  margin:0;
  padding:0;
  float:left;
  position:relative;
  display:block;
  overflow:hidden;
  background:transparent;
}
@media (max-width: 991px) {
  .instagram_feed:not(.gallery_grid) ul li { margin-bottom:10px; }
}
.instagram_feed ul li > a, .tb-list-gallery ul li > a {
  display:block;
  outline:none;
  position:absolute;
  left:0;
  top:0;
  cursor:pointer !important;
  width:100%;
  height:100%;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  backface-visibility:hidden;
  -webkit-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  -ms-transform-style:preserve-3d;
  transform-style:preserve-3d;
  -webkit-background-size:100% 100%;
  -moz-background-size:100% 100%;
  background-size:100% 100%;
  background-position:center center;
  background-repeat:no-repeat;
  background-color:#333;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  background-size:cover;
}
.instagram_feed:after, .tb-list-gallery:after, .instagram_feed:before, .tb-list-gallery:before {
  content:"";
  position:absolute;
  z-index:-2;
  bottom:15px;
  left:10px;
  width:50%;
  height:20%;
  max-width:300px;
  max-height:100px;
  box-shadow:0 15px 10px rgba(0,0,0,0.7);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  -ms-transform:rotate(-3deg);
  -o-transform:rotate(-3deg);
  transform:rotate(-3deg);
}
.instagram_feed:after, .tb-list-gallery:after {
  right:10px;
  left:auto;
  -webkit-transform:rotate(3deg);
  -moz-transform:rotate(3deg);
  -ms-transform:rotate(3deg);
  -o-transform:rotate(3deg);
  transform:rotate(3deg);
}
.instagram_feed:after, .tb-list-gallery-loading:after, .instagram_feed:before, .tb-list-gallery-loading:before { display:none; }
.ri-loading-image { display:none; }
.instagram_feed .ri-loading-image, .tb-list-gallery-loading .ri-loading-image {
  position:relative;
  width:30px;
  height:30px;
  left:50%;
  margin:100px 0 0 -15px;
  display:block;
}
.tb-list-gallery ul {
  margin:0;
  padding:0;
  list-style:none;
}
.tb-list-gallery ul li {
  margin-bottom:30px;
  position:relative;
  overflow:hidden;
  border-radius:7px;
  z-index:2;
}
.tb-list-gallery ul li .tb-gallery-image { height:405px; }
.tb-list-gallery ul li .tb-gallery-image img {
  width:100%;
  height:100%;
}
.tb-list-gallery ul li .tb-info-block {
  position:absolute;
  padding-bottom:20px;
  width:100%;
  bottom:0px;
  background:url(assets/images/bg_shadown.png) no-repeat;
  background-size:cover;
  padding-left:20px;
}
.tb-list-gallery ul li .tb-info-block .blog-title, .tb-list-gallery ul li .tb-info-block .author-name {
  color:#fff;
  margin-bottom:0;
}
.tb-gallery-footer .btn-pre-v2 {
  font-family:dosis;
  font-size:16px;
  font-weight:bold;
  color:#fff;
}
.grid-gallery > div:not(.grid-item) {
  float:left;
  position:relative;
}
.grid-gallery > div img {
  width:100%;
  height:auto;
  display:block;
}
.grid-gallery > div .tb-content {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  z-index:2;
  text-align:center;
  opacity:0;
  transition:all .3s;
}
.grid-gallery > div .tb-content .tb-open-lighth-box, .grid-gallery > div .tb-content .cb-popup {
  height:30px;
  width:30px;
  color:#fff;
  border:2px solid #fff;
  border-radius:50px;
  text-align:center;
  z-index:2;
  font-size:28px;
  display:block;
  margin:auto;
}
.grid-gallery > div .tb-content p, .grid-gallery > div .tb-content h4 {
  font-size:13px;
  font-family:Roboto slab;
  color:#84C340;
  line-height:30px;
  font-weight:400;
  margin-bottom:0 !important;
}
.grid-gallery > div .tb-content h4 {
  font-weight:bold;
  color:#fff;
  font-size:18px;
  text-transform:uppercase;
}
.grid-gallery > div:after {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.7);
  content:"";
  opacity:0;
  z-index:1;
  transition:all .3s;
}
.grid-gallery > div:hover:after, .grid-gallery > div:hover .tb-content { opacity:1; }
.grid-gallery > div:hover .tb-open-lighth-box, .grid-gallery > div:hover .cb-popup { transform:translateY(30px); }
@media (min-width: 992px) {
  .grid-gallery.tpl3 {
    max-width:70%;
    margin:auto;
  }
}
.grid-gallery.tpl3 .grid-item {
  display:inline-block;
  float:left;
}
@media (min-width: 992px) {
  .grid-gallery.tpl3 .grid-item { padding:0 5px; }
}
.grid-gallery.tpl3 .grid-item:after { display:none; }
.grid-gallery.tpl3 .grid-item:not(:first-child) { margin-left:-5px; }
.grid-gallery.tpl3 .grid-item:first-child { padding-left:0; }
.grid-gallery.tpl3 .grid-item:first-right { padding-right:0; }
.tb-overlay-bg {
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:99999;
  overflow:hidden;
  position:fixed;
  display:none;
}
.tb-overlay-bg:before {
  content:"";
  width:100%;
  height:100%;
  background-color:#000;
  opacity:0.8;
  position:fixed;
}
.tb-overlay-bg .tb-overlay-container {
  height:100%;
  text-align:center;
  position:absolute;
  width:100%;
  left:0;
  top:0;
  padding:30px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content {
  line-height:0;
  width:100%;
  max-width:900px;
  background-color:#fff;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  margin:0 auto;
  -webkit-box-shadow:0 0 0 2px rgba(255,255,255,0.2);
  box-shadow:0 0 0 2px rgba(255,255,255,0.2);
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox {
  background-color:transparent;
  box-shadow:none;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox img { display:inline-block; }
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox .appointment-lightbox, .tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox .portfolio-lightbox {
  position:relative;
  display:inline-block;
  width:100%;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox .appointment-lightbox {
  padding:0 70px 25px;
  background-color:#fff;
  max-height:100vh;
  overflow:auto;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox .appointment-lightbox .tb-close { background-color:#84C340; }
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox .appointment-lightbox .tb-close:hover {
  background-color:#fff;
  color:#84C340;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox .tb-close {
  position:absolute;
  right:0;
  border:1px solid #84C340;
  color:#fff;
  box-shadow:none;
  top:0;
  outline:none;
  border-radius:0;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox .tb-close:hover { background-color:#84C340; }
.tb-overlay-bg .tb-overlay-container .tb-overlay-content .tb-iframe-scaler {
  width:100%;
  overflow:hidden;
  padding-top:56.25%;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content .tb-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:black;
  max-width:100% !important;
}
.tb-gallery a.btn-button { display:inline-block; }
@media (min-width: 768px) {
  .tb-gallery a.btn-button { margin-right:7px; }
}
.tb-gallery a.btn-button.btn-button-2 { background-color:#444; }
.instagram_feed {
  max-width:950px;
  margin:auto;
}
.instagram_feed ul>li>a { margin:0 10px; }
.gallery_grid ul>li>a { margin:0; }
.grid-item img {
  width:initial;
  height:initial;
}
.grid-gallery { width:100%; }
@media (min-width: 1200px) {
  .grid-gallery {
    padding-left:100px;
    padding-right:100px;
  }
}
.grid-gallery.tpl2 .grid-item {
  float:left;
  position:relative;
  overflow:hidden;
}
.grid-gallery.tpl2 .grid-item >img {
  width:384px;
  height:480px;
}
.grid-gallery.tpl2 .gallery-normal-thumb >img {
  width:348px;
  height:350px;
}
.grid-gallery.tpl2 .gallery-vertical-thumb >img {
  width:576px;
  height:350px;
}
.grid-gallery.tpl2 .gallery-small-thumb >img {
  width:384px;
  height:220px;
}
@media (min-width: 992px) {
  .instagram_feed:not(.gallery_grid) ul>li>a {
    width:148px !important;
    height:108px !important;
    background-position:center center;
  }
}
.tb-overlay-bg {
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:99999;
  overflow:hidden;
  position:fixed;
  display:none;
}
.tb-overlay-bg:before {
  content:"";
  width:100%;
  height:100%;
  background-color:#000;
  opacity:0.8;
  position:fixed;
}
.tb-overlay-bg .tb-overlay-container {
  height:100%;
  text-align:center;
  position:absolute;
  width:100%;
  left:0;
  top:0;
  padding:30px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content {
  line-height:0;
  width:100%;
  max-width:900px;
  background-color:#fff;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  margin:0 auto;
  -webkit-box-shadow:0 0 0 2px rgba(255,255,255,0.2);
  box-shadow:0 0 0 2px rgba(255,255,255,0.2);
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox {
  background-color:transparent;
  box-shadow:none;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox img { display:inline-block; }
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox .portfolio-lightbox {
  position:relative;
  display:inline-block;
  width:100%;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox .tb-close {
  position:absolute;
  right:0;
  border:1px solid #fff;
  color:#fff;
  box-shadow:none;
  top:1px;
  outline:none;
  border-radius:0;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox .tb-close:hover { background-color:#84C340; }
.tb-overlay-bg .tb-overlay-container .tb-overlay-content .tb-iframe-scaler {
  width:100%;
  overflow:hidden;
  padding-top:56.25%;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content .tb-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:black;
  max-width:100% !important;
}
.tb-custom-video .wbp-title.tpl3 .wbp-title-content .title-content span.bottom-subtitle {
  font-size:24px;
  line-height:30px;
  margin-bottom:0 !important;
  font-family:Roboto slab;
}
.tb-custom-video .wbp-title.tpl3 .wbp-title-content .title-content h1 {
  text-transform:capitalize;
  font-weight:400;
  color:#fff;
  font-size:42px;
  margin-bottom:15px;
}
.tb-custom-video .wbp-title.tpl3 .wbp-title-content .title-content p {
  margin-top:12px;
  color:#fff;
}
.tb-custom-video .ro-fancybox-wrap { text-align:center; }
.tp-caption i.fa {
  color:#84C340;
  margin-right:10px;
}
.ro-brand-logo-wrap {
  max-width:235px;
  height:180px;
  line-height:180px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.ro-brand-logo-wrap .ro-brand-logo {
  position:relative;
  width:100px;
  height:105px;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
  vertical-align:middle;
  display:inline-block;
}
.ro-brand-logo-wrap .ro-brand-logo > img {
  position:absolute;
  top:0;
  left:0;
  width:auto;
  height:auto;
}
.ro-brand-logo-wrap .ro-brand-logo > img:first-child { opacity:1; }
.ro-brand-logo-wrap .ro-brand-logo > img:last-child { opacity:0; }
.ro-brand-logo-wrap .ro-brand-logo:hover > img:first-child { opacity:0; }
.ro-brand-logo-wrap .ro-brand-logo:hover > img:last-child { opacity:1; }
.col-20 {
  width:20% !important;
  background-color:#fff;
  transition:all .3s;
}
@media (max-width: 767px) {
  .col-20 {
    width:50% !important;
    float:left;
  }
}
.tb-spa article {
  margin-bottom:30px;
  max-width:370px;
  margin-left:auto;
  margin-right:auto;
}
.tb-spa .tb-blog-image img {
  display:block;
  border-radius:5px;
}
.tb-spa .tb-content-block {
  padding-top:39px;
  position:relative;
}
.tb-spa .tb-content-block .tb-price {
  font-size:16px;
  font-weight:500;
  color:#84C340;
  font-style:italic;
  width:170px;
  line-height:47px;
  height:47px;
  text-align:center;
  position:absolute;
  top:-24px;
  background-color:#fafafa;
  left:50%;
  transform:translateX(-50%);
  border-radius:23px;
}
.tb-spa .tb-content-block h2.blog-title {
  font-size:20px;
  color:#333;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:0;
}
.tb-spa .tb-content-block .blog-desc {
  color:#666;
  font-style:italic;
  font-size:15px;
}
.tb-spa .line {
  border-top:2px dashed #e0e0e0;
  height:1px;
  margin-left:15px;
  margin-right:15px;
  margin-bottom:40px;
  display:block;
  magin-top:5px;
}
.tb-appointment .wpcf7 {
  background-color:#f8f8f8;
  padding:40px;
  padding-bottom:0;
  padding-top:3px;
  position:relative;
}
@media (max-width: 991px) {
  .tb-appointment .wpcf7 {
    padding:40px 5px;
    max-width:450px;
    margin:auto;
  }
}
.tb-appointment .wpcf7 .col-heading {
  position:absolute;
  font-family:Roboto slab;
  color:#84C340;
  font-size:14px;
  width:100%;
  left:0;
  top:0;
  padding-top:43px;
  padding-bottom:10px;
  background-color:rgba(24,24,24,0.9);
  z-index:2;
  text-transform:capitalize;
  top:-157px;
}
@media (max-width: 991px) {
  .tb-appointment .wpcf7 .col-heading { position:initial; }
}
.tb-appointment .wpcf7 .col-heading:after {
  position:absolute;
  height:35px;
  width:100%;
  background-color:#f8f8f8;
  bottom:-35px;
  display:block;
  z-index:-1;
}
@media (min-width: 992px) {
  .tb-appointment .wpcf7 .col-heading:after { content:""; }
}
.tb-appointment .wpcf7 .col-heading h3 {
  text-transform:uppercase;
  color:#fff;
  font-weight:bold;
  font-size:18px;
  margin-bottom:0;
}
.tb-appointment .wpcf7 input, .tb-appointment .wpcf7 select {
  height:55px;
  line-height:55px;
  border-radius:27px;
  background-color:#fff;
  border:none;
  color:#adadad;
  font-family:"Josefin Sans";
  font-style:italic;
  font-weight:600;
  font-size:13px;
  padding-left:30px;
  padding-right:30px;
}
.tb-appointment .wpcf7 input::placeholder, .tb-appointment .wpcf7 select::placeholder { color:#adadad; }
.tb-appointment .wpcf7 input[type="submit"] {
  width:170px;
  height:50px;
  line-height:50px;
  background-color:#84C340;
  color:#fff;
  padding-top:2px;
  margin-left:auto;
  margin-right:auto;
  float:none;
  display:block;
  margin-top:23px;
  margin-bottom:32px;
}
.tb-appointment .col-right-appoint { padding-left:15px; }
@media (min-width: 1200px) {
  .tb-appointment .col-right-appoint { padding-left:120px; }
}
.ro-bmi-calculator input, .ro-bmi-calculator select, .ro-shape-body-calculator input, .ro-shape-body-calculator select {
  height:55px;
  width:164px;
  line-height:55px;
  background-color:#fafafa;
  border:none;
  border-radius:27px;
  color:#adadad;
  font-style:italic;
  font-size:12px;
  display:inline-block;
  padding-left:20px;
  margin-right:7px;
}
.ro-bmi-calculator input[type="submit"], .ro-shape-body-calculator input[type="submit"] {
  width:192px;
  background-color:#84C340;
  text-transform:uppercase;
  padding:0;
  color:#fff;
  margin-right:0;
}
.ro-bmi-calculator .ro-result, .ro-shape-body-calculator .ro-result {
  font-size:14px;
  font-family:Roboto slab;
  color:#fff;
  margin-top:30px;
}
.ro-bmi-calculator .ro-result input, .ro-shape-body-calculator .ro-result input {
  text-align:center;
  padding:0;
  color:#adadad;
  background-color:rgba(255,255,255,0.2);
  font-family:"Josefin sans";
  margin-left:20px;
  margin-right:20px;
}
.ro-bmi-calculator .ro-result .title-result, .ro-shape-body-calculator .ro-result .title-result { display:inline-block; }
.ro-bmi-calculator.tpl1, .ro-shape-body-calculator.tpl1 { text-align:center; }
.ro-shape-body-calculator { text-align:right; }
.ro-shape-body-calculator input#name { width:350px; }
.ro-shape-body-calculator .wbp-title {
  text-align:left;
  font-family:Roboton slab;
  font-weight:normal;
  font-weight:600;
}
@media (min-width: 1200px) {
  .ro-shape-body-calculator .wbp-title {
    width:250px;
    float:left;
  }
}
@media (max-width: 767px) {
  .ro-shape-body-calculator .wbp-title { text-align:center; }
}
.ro-shape-body-calculator .wbp-title h3 {
  color:#666666;
  font-size:18px;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:0;
  letter-spacing:initial;
}
.ro-shape-body-calculator .wbp-title p {
  font-size:14px;
  color:#84C340;
  font-weight:400;
}
.ro-shape-body-calculator form { width:100%; }
@media (min-width: 1200px) {
  .ro-shape-body-calculator form {
    width:calc(100% - 250px);
    float:left;
    text-align:right;
  }
}
.ro-shape-body-calculator.tpl2 input:not([type="submit"]) { background-color:#fff; }
body .ro-calc-h3 { background-position:center center !important; }
@media (max-width: 767px) {
  body .ro-calc-h3 { background-size:cover; }
}
body .ro-calc-h3 .wbp-title.tpl3 .wbp-title-content h1 {
  color:#fff;
  font-size:18px;
  line-height:20px;
}
body .ro-calc-h3 .wbp-title.tpl3 .wbp-title-content .title-content span.bottom-subtitle {
  font-size:14px;
  margin-bottom:0;
}
body .ro-calc-h4 { background-position:center center !important; }
@media (max-width: 991px) {
  body .ro-calc-h4 { background-size:cover; }
}
@media (min-width: 1200px) {
  body .ro-calc-h4 {
    position:relative;
    top:-105px;
  }
}
@media (max-width: 1199px) {
  body .ro-calc-h4 { margin-bottom:105px; }
}
@media (max-width: 991px) {
  body .tb-content-newsletter { background-size:cover; }
}
.schedule-container { text-align:center; }
.schedule-container form.schedule-filter {
  border:none;
  background-color:#84C340;
  vertical-align:middle;
  position:relative;
}
.schedule-container form.schedule-filter .month-nav {
  width:100%;
  top:50%;
  left:50%;
  text-align:center;
  padding:15px 0;
}
.schedule-container form.schedule-filter .month-nav li {
  display:inline-block;
  color:#fff;
  vertical-align:middle;
}
.schedule-container form.schedule-filter .month-nav li button {
  width:35px;
  height:35px;
  line-height:35px;
  text-align:center;
  background-color:#fff;
  color:#555;
  font-size:18px;
  border:none;
  vertical-align:middle;
  margin-right:40px;
}
.schedule-container form.schedule-filter .month-nav li .time-nav {
  font-size:14px;
  font-family:Roboto slab;
  font-weight:bold;
  display:inline-block;
}
.schedule-container form.schedule-filter .month-nav li:last-child button {
  margin-right:initial;
  margin-left:40px;
}
.schedule-container form.schedule-filter .month-nav a {
  position:relative;
  z-index:2;
}
.schedule-container form.schedule-filter .month-nav input, .schedule-container form.schedule-filter .month-nav a {
  max-width:160px;
  display:inline-block;
  padding-top:0;
  padding-bottom:0;
  font-family:Roboto slab;
  vertical-align:middle;
  margin-bottom:0;
}
.schedule-container form.schedule-filter .month-nav a.view_schedule {
  background-color:#fff7fb;
  text-align:center;
  height:38px;
  line-height:38px;
  font-size:12px;
  text-transform:uppercase;
  width:180px;
  font-family:Josefin sans;
}
@media (min-width: 1200px) {
  .schedule-container form.schedule-filter .month-nav a.view_schedule { margin-left:35px; }
}
.schedule-container .table-responsive.blog-more-ajax-loading { position:relative; }
.schedule-container .table-responsive.blog-more-ajax-loading:after {
  opacity:.7;
  pointer-events:none;
  background:url('assets/images/loading-animate.gif') center center no-repeat;
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:2;
  display:inline-block;
  width:120px;
  height:120px;
}
.schedule-container .table-responsive .table-schedule { border-width:0; }
.schedule-container .table-responsive .table-schedule thead tr th {
  border-width:0;
  text-align:center;
  height:60px;
  vertical-align:middle;
  background-color:#2b2b2b;
  color:#e2e2e2;
  font-family:Roboto slab;
  font-size:12px;
  padding:0;
  text-transform:uppercase;
}
@media (min-width: 1200px) {
  .schedule-container .table-responsive .table-schedule thead tr th { height:75px; }
}
.schedule-container .table-responsive .table-schedule tbody tr td {
  text-align:center;
  border-color:#ebebeb;
  color:#444444;
  font-style:italic;
  border-top:none;
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  position:relative;
  padding:0;
  height:90px;
  vertical-align:middle;
}
@media (min-width: 1200px) {
  .schedule-container .table-responsive .table-schedule tbody tr td { height:120px; }
}
.schedule-container .table-responsive .table-schedule tbody tr td span {
  display:block;
  color:#666666;
  font-style:normal;
  font-family:Roboto slab;
  font-size:13px;
  font-weight:normal;
}
.schedule-container .table-responsive .table-schedule tbody tr td span.tb_time { margin-bottom:3px; }
.schedule-container .table-responsive .table-schedule tbody tr td span.tb-htime {
  font-size:12px;
  color:#666666;
  font-family:Roboto slab;
}
.schedule-container .table-responsive .table-schedule tbody tr td:nth-child(odd) { background-color:#ffefd3; }
.schedule-container .table-responsive .table-schedule tbody tr td:nth-child(even) { background-color:#fff7fb; }
.schedule-container .table-responsive .table-schedule tbody tr td:first-child { border-left:1px solid #ebebeb; }
.ro-shape-body-calculator.tpl3 { text-align:left; }
.ro-shape-body-calculator.tpl3 >.cal_body_result { border:1px solid #dbdada; }
@media (min-width: 1200px) {
  .ro-shape-body-calculator.tpl3 >.cal_body_result {
    height:400px;
    overflow:hidden;
  }
}
.ro-shape-body-calculator.tpl3 >.cal_body_result .cal_content {
  padding-left:15px;
  padding-top:15px;
}
@media (min-width: 992px) {
  .ro-shape-body-calculator.tpl3 >.cal_body_result .cal_content {
    padding-left:30px;
    padding-top:30px;
  }
}
@media (min-width: 1200px) {
  .ro-shape-body-calculator.tpl3 >.cal_body_result .cal_content {
    padding-left:80px;
    padding-top:80px;
  }
}
.ro-shape-body-calculator.tpl3 >.cal_body_result.blog-more-ajax-loading { position:relative; }
.ro-shape-body-calculator.tpl3 >.cal_body_result.blog-more-ajax-loading:after {
  opacity:.7;
  pointer-events:none;
  background:url('assets/images/loading-animate.gif') center center no-repeat;
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:2;
  display:inline-block;
  width:120px;
  height:120px;
}
.ro-shape-body-calculator.tpl3 >.cal_body_result .cal_content {
  font-size:14px;
  font-family:Roboto slab;
  line-height:14px;
  font-weight:400;
}
.ro-shape-body-calculator.tpl3 >.cal_body_result .cal_content span { color:#84C340; }
.ro-shape-body-calculator.tpl3 >.cal_body_result .cal_content .body_shape {
  font-size:18px;
  margin-bottom:30px !important;
}
@media (min-width: 1200px) {
  .ro-shape-body-calculator.tpl3 .cal_body_form {
    height:400px;
    overflow:hidden;
  }
}
.ro-shape-body-calculator.tpl3 .cal_body_form .wbp-title { margin-top:60px; }
.ro-shape-body-calculator.tpl3 .cal_body_form form {
  width:100%;
  float:none;
  text-align:left;
}
.ro-shape-body-calculator.tpl3 .cal_body_form form .btn-calc { display:block; }
.ro-shape-body-page em { color:#444; }
.single-classes .sidebar-right .widget, .single-classes .sidebar-left .widget { margin-bottom:65px; }
.single-classes .main-content { margin-bottom:70px; }
.single-classes .tb-blog .tb-blog-image {
  position:relative;
  overflow:initial;
}
@media (min-width: 1200px) {
  .single-classes .tb-blog .tb-blog-image .box-heading {
    width:calc(100% - 170px);
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    bottom:-75px;
    z-index:2;
    left:50%;
    transform:translateX(-50%);
  }
  .single-classes .tb-blog .tb-blog-image .box-heading:after {
    content:"";
    background-color:#f8f8f8;
    position:absolute;
    bottom:20px;
    left:0;
    right:0;
    top:-40px;
    z-index:-1;
  }
}
@media (max-width: 1199px) {
  .single-classes .tb-blog .tb-blog-image .box-heading { margin-bottom:70px; }
}
.single-classes .tb-blog .tb-blog-image .box-heading .blog-title {
  font-size:18px;
  color:#666;
  letter-spacing:initial;
  text-transform:capitalize;
  margin-bottom:5px;
}
.single-classes .tb-blog .tb-blog-image .box-heading .tb-info {
  position:relative;
  margin-bottom:37px;
}
.single-classes .tb-blog .tb-blog-image .box-heading .tb-info >div {
  width:30%;
  display:inline-block;
  color:#999999;
  font-style:italic;
}
.single-classes .tb-blog .tb-blog-image .box-heading .tb-info >div i {
  margin-right:10px;
  font-size:18px;
}
.single-classes .tb-blog .tb-blog-image .box-heading .tb-info >div span { color:#84C340; }
.single-classes .tb-blog .tb-blog-image .box-heading a { display:inline-block; }
.single-classes .tb-blog .tb-blog-image .box-heading a.btn-right { background-color:#595959; }
@media (min-width: 1200px) {
  .single-classes .tb-blog .tb-content-block { margin-top:140px; }
}
.single-classes .tb-blog .tb-content-block .blog-desc {
  font-style:italic;
  font-weight:600;
}
.single-classes .tb-blog .tb-content-block .blog-desc h4.cl_intro {
  font-size:24px;
  color:#666666;
  letter-spacing:initial;
}
.single-classes .tb-blog .tb-content-block .blog-desc ul {
  margin-top:40px;
  margin-bottom:50px;
}
.single-classes .tb-blog .tb-content-block .blog-desc ul li { position:relative; }
.single-classes .tb-blog .tb-content-block .blog-desc ul li:before {
  font-family:FontAwesome;
  content:"\f1d8";
  color:#84C340;
  margin-right:15px;
  display:inline-block;
}
.single-classes .tb-blog .tb-content-block .blog-desc ul li:not(:last-child) { margin-bottom:15px; }
.single-classes .tb-blog .tb-content-block .blog-desc iframe {
  max-width:670px;
  margin-left:auto;
  margin-right:auto;
  max-height:400px;
  display:block;
}
.single-classes .tb-blog .tb-content-block .tb-social-buttons {
  margin-top:40px;
  color:#666666;
  font-size:14px;
  font-family:Roboto slab;
  border-top:5px solid #f0f0f0;
  border-bottom:5px solid #f0f0f0;
  position:relative;
  padding-top:10px;
  padding-bottom:10px;
  background-color:transparent;
}
.single-classes .tb-blog .tb-content-block .tb-social-buttons >span {
  width:130px;
  display:inline-block;
}
.single-classes .tb-blog .tb-content-block .tb-social-buttons:after {
  position:absolute;
  top:2px;
  bottom:2px;
  left:0;
  right:0;
  border-top:1px solid #f0f0f0;
  border-bottom:1px solid #f0f0f0;
  content:"";
  z-index:-1;
}
.single-classes .tb-blog .tb-content-block .tb-social-buttons .ro-icon {
  width:calc(100% - 140px);
  display:inline-block;
  text-align:right;
}
.single-classes .tb-blog .tb-content-block .tb-social-buttons .ro-icon a {
  height:40px;
  width:40px;
  line-height:40px;
  text-align:center;
  border-radius:0;
  color:#999;
  background-color:#f8f8f8;
}
.single-classes .tb-blog .tb-content-block .tb-social-buttons .ro-icon a:hover { background-color:#84C340; }
.single-classes .tb-blog .tb-content-block .tb-social-buttons .ro-icon a:hover:before { color:#fff; }
.single-classes .tb-blog .tb-content-block .tb-social-buttons .ro-icon a:after { display:none; }
.single-classes .tb-blog .tb-content-block .tb-social-buttons .ro-icon a.fa-pinterest-p:before { content:"\f231"; }
.single-classes .tb-blog .comments-area h3 {
  margin-bottom:5px;
  text-transform:uppercase;
  font-size:24px;
}
.single-classes .tb-blog .comments-area h3 span { color:#84C340; }
.single-classes .tb-blog .comments-area >span { font-style:italic; }
.single-classes .tb-blog .comments-area .comment-respond { margin-top:76px; }
.single-classes .tb-blog .comment-form { margin-top:35px; }
.single-classes .tb-blog .comment-form p.comment-form-url { width:100%; }
.single-classes .tb-blog .comment-form >p {
  margin-bottom:0 !important;
  margin-top:0;
}
.single-classes .tb-blog .comment-form input { height:50px; }
.single-classes .tb-blog .comment-form textarea, .single-classes .tb-blog .comment-form input {
  border:none;
  background-color:#f7f7f7;
  font-style:italic;
  font-size:13px;
  color:#929292;
  padding-left:35px;
}
.single-classes .tb-blog .comment-form input[type="submit"] {
  text-transform:uppercase;
  border-radius:25px;
  background-color:#84C340;
  margin-top:30px;
  color:#fff;
}
.single-classes .sidebar-right h3.wg-title, .single-classes .sidebar-left h3.wg-title {
  font-size:18px;
  background-color:transparent;
  text-align:left;
  border:none;
  margin-bottom:0;
  padding:0;
  line-height:20px;
  letter-spacing:initial;
  color:#666;
  font-weight:400;
}
.single-classes .sidebar-right .subtitle, .single-classes .sidebar-left .subtitle {
  color:#84C340;
  text-transform:uppercase;
  font-style:italic;
  font-size:12px;
  border-bottom:1px solid #eeeeee;
  display:block;
  padding-bottom:10px;
  margin-bottom:20px;
}
.single-classes .sidebar-right .tb-trainer-list, .single-classes .sidebar-left .tb-trainer-list { max-width:270px; }
.single-classes .sidebar-right .tb-trainer-list .tb-trainer-img img, .single-classes .sidebar-left .tb-trainer-list .tb-trainer-img img { display:block; }
.single-classes .sidebar-right .tb-trainer-list .tb-trainer-side-ct >div, .single-classes .sidebar-left .tb-trainer-list .tb-trainer-side-ct >div {
  height:47px;
  background-color:#fbfbfb;
  line-height:47px;
  color:#666666;
  font-size:12px;
  text-transform:uppercase;
  font-style:italic;
  border-top:2px solid #fff;
}
.single-classes .sidebar-right .tb-trainer-list .tb-trainer-side-ct >div.tb-title, .single-classes .sidebar-left .tb-trainer-list .tb-trainer-side-ct >div.tb-title {
  background-color:#84C340;
  color:#fff;
}
.single-classes .sidebar-right .tb-trainer-list .tb-trainer-side-ct >div.tb-time span, .single-classes .sidebar-right .tb-trainer-list .tb-trainer-side-ct >div.tb-position span, .single-classes .sidebar-left .tb-trainer-list .tb-trainer-side-ct >div.tb-time span, .single-classes .sidebar-left .tb-trainer-list .tb-trainer-side-ct >div.tb-position span { color:#84C340; }
.single-classes .sidebar-right .tb-post-list .tb-post-side:not(:first-child), .single-classes .sidebar-left .tb-post-list .tb-post-side:not(:first-child) { margin-top:5px; }
.single-classes .sidebar-right .tb-post-list .tb-post-side:not(:last-child), .single-classes .sidebar-left .tb-post-list .tb-post-side:not(:last-child) {
  margin-bottom:15px;
  position:relative;
  border-bottom:1px solid #eee;
  padding-bottom:1px;
  display:inline-block;
}
.single-classes .sidebar-right .tb-post-list .tb-post-side .tb-post-side-img, .single-classes .sidebar-left .tb-post-list .tb-post-side .tb-post-side-img {
  height:100px;
  width:80px;
}
.single-classes .sidebar-right .tb-post-list .tb-post-side .tb-post-side-ct, .single-classes .sidebar-left .tb-post-list .tb-post-side .tb-post-side-ct { padding-top:10px; }
.single-classes .sidebar-right .tb-post-list .tb-post-side .tb-post-side-ct a, .single-classes .sidebar-left .tb-post-list .tb-post-side .tb-post-side-ct a {
  text-transform:capitalize;
  font-family:Roboto Slab;
  font-size:14px;
}
.single-classes .sidebar-right .tb-post-list .tb-post-side .tb-post-side-ct span.date, .single-classes .sidebar-left .tb-post-list .tb-post-side .tb-post-side-ct span.date {
  color:#84C340;
  font-size:12px;
  text-transform:uppercase;
}
.single-classes .sidebar-right .tb-widget-post-list, .single-classes .sidebar-left .tb-widget-post-list { margin-bottom:70px; }
.single-classes .sidebar-right .widget_categories, .single-classes .sidebar-right .widget_tag_cloud, .single-classes .sidebar-left .widget_categories, .single-classes .sidebar-left .widget_tag_cloud { margin-bottom:41px; }
.single-classes .sidebar-right .widget_categories h3.wg-title, .single-classes .sidebar-right .widget_tag_cloud h3.wg-title, .single-classes .sidebar-left .widget_categories h3.wg-title, .single-classes .sidebar-left .widget_tag_cloud h3.wg-title {
  border-bottom:1px solid #eee;
  padding-bottom:15px;
}
.single-classes .sidebar-right .widget_categories ul>li, .single-classes .sidebar-right .widget_tag_cloud ul>li, .single-classes .sidebar-left .widget_categories ul>li, .single-classes .sidebar-left .widget_tag_cloud ul>li {
  color:#84C340;
  height:47px;
  line-height:47px;
}
.single-classes .sidebar-right .widget_categories ul>li >a, .single-classes .sidebar-right .widget_tag_cloud ul>li >a, .single-classes .sidebar-left .widget_categories ul>li >a, .single-classes .sidebar-left .widget_tag_cloud ul>li >a {
  padding-left:0;
  width:90%;
  display:inline-block;
  padding-right:0;
  font-family:Roboto slab;
  font-size:14px;
  font-weight:400;
  color:#666;
}
.single-classes .sidebar-right .widget_categories ul>li:not(:last-child), .single-classes .sidebar-right .widget_tag_cloud ul>li:not(:last-child), .single-classes .sidebar-left .widget_categories ul>li:not(:last-child), .single-classes .sidebar-left .widget_tag_cloud ul>li:not(:last-child) { border-bottom:1px solid #eee; }
.single-classes .sidebar-right .widget_categories ul>li:hover a, .single-classes .sidebar-right .widget_tag_cloud ul>li:hover a, .single-classes .sidebar-left .widget_categories ul>li:hover a, .single-classes .sidebar-left .widget_tag_cloud ul>li:hover a {
  transform:translateX(0);
  -webkit-transform:translateX(0);
  color:#84C340;
}
.single-classes .sidebar-right .widget_tag_cloud .tagcloud, .single-classes .sidebar-left .widget_tag_cloud .tagcloud { margin-top:20px; }
.single-classes .sidebar-right .widget_tag_cloud .tagcloud a, .single-classes .sidebar-left .widget_tag_cloud .tagcloud a {
  color:#444;
  border-radius:14px;
  height:28px;
  line-height:28px;
  background-color:#f8f8f8;
  padding-left:20px;
  padding-right:20px;
  text-align:center;
  display:inline-block;
  border:none;
  font-size:11px !important;
  font-style:italic;
  text-transform:capitalize;
}
.single-classes .sidebar-right .widget_tag_cloud .tagcloud a:hover, .single-classes .sidebar-left .widget_tag_cloud .tagcloud a:hover {
  background-color:#84C340;
  color:#fff;
}
.single-classes .sidebar-right .widget_aqua_newsletterwidget, .single-classes .sidebar-left .widget_aqua_newsletterwidget {
  margin-bottom:58px;
  text-align:center;
  background-color:#84C340;
  padding:40px;
  padding-top:45px;
}
.single-classes .sidebar-right .widget_aqua_newsletterwidget h3.wg-title, .single-classes .sidebar-left .widget_aqua_newsletterwidget h3.wg-title {
  color:#fff;
  text-align:center;
}
.single-classes .sidebar-right .widget_aqua_newsletterwidget .newsletter-desc, .single-classes .sidebar-left .widget_aqua_newsletterwidget .newsletter-desc {
  color:#fff;
  font-style:italic;
  font-size:14px;
}
.single-classes .sidebar-right .widget_aqua_newsletterwidget form input[type="submit"], .single-classes .sidebar-left .widget_aqua_newsletterwidget form input[type="submit"] {
  background-color:#2b2b2b;
  color:#fff;
  border:none;
  text-transform:uppercase;
  height:30px;
  line-height:30px;
  padding:0;
  font-size:12px;
}
.single-classes .sidebar-right .widget_aqua_newsletterwidget form >p, .single-classes .sidebar-left .widget_aqua_newsletterwidget form >p { margin-bottom:0 !important; }
.single-classes .sidebar-right .widget_aqua_newsletterwidget form input[type="email"], .single-classes .sidebar-left .widget_aqua_newsletterwidget form input[type="email"] {
  background-color:#a1d16e;
  text-align:center;
  color:#fff;
  border:none;
  height:40px;
}
.single-classes .sidebar-right .widget_aqua_newsletterwidget form .tb-newsletter-checkbox, .single-classes .sidebar-left .widget_aqua_newsletterwidget form .tb-newsletter-checkbox { display:none; }
.title-bar.tpl2 h1.page-title, .woocommerce .title-bar-shop.tpl2 h1.page-title {
  border:none;
  font-family:Roboto slab;
  color:#fff;
  font-weight:normal;
  font-size:30px;
  margin-bottom:0;
}
.title-bar.tpl2 .page-breadcrumb, .woocommerce .title-bar-shop.tpl2 .page-breadcrumb { color:#fff; }
.title-bar.tpl2 .page-breadcrumb a, .title-bar.tpl2 .page-breadcrumb span, .woocommerce .title-bar-shop.tpl2 .page-breadcrumb a, .woocommerce .title-bar-shop.tpl2 .page-breadcrumb span { color:#fff; }
