/*
Theme Name: Aqua
Theme URI: http://jwsthemes.com/
Author: jwsthemes
Author URI: http://jwsthemes.com/
Version: 1.3.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, 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 Wordpress Theme made for Spa and Beauty. It is built on Twitters Bootstrap 3.x, Revolution Slider, Visual Composer and packed with great features, uses of modern jQuery and CSS3 techniques to create superb eye-catching animations and make your visitors love you and your work. It is simple, modern and responsive.
Text Domain: aqua
--------------------------------------------------------------
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 */



/* footer-top */
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:500px;
  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:; }
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; }
.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:; }
.tb-blog .post.sticky .blog-title a { color:; }
.tb-blog .post.sticky a { color:; }
.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:;
  margin:;
}
.title-bar, .woocommerce .title-bar-shop { color:; }
.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:; }
.title-bar a, .woocommerce .title-bar-shop a { color:; }
.title-bar a:hover, .woocommerce .title-bar-shop a:hover { color:; }
.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:#ffffff;
}
.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:; }
.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:; }
.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:20px; }
.comments-area .comments-title {
  border-bottom:1px solid #AAAAAA;
  margin:0;
  padding:0 0 30px;
  font-weight:bold;
  font-size:24px;
  font-style:italic;
  text-transform:none !important;
}
.comments-area .comment-list { padding-left:0; }
.comments-area .comment-list li {
  padding:0 !important;
  border-top:none !important;
}
.comments-area .comment-list li .comment-body {
  position:relative;
  margin-top:48px;
}
.comments-area .comment-list li .comment-body .comment-avatar {
  position:absolute;
  left:0;
  top:0;
}
.comments-area .comment-list li .comment-body .comment-avatar img { max-width:70px; }
.comments-area .comment-list li .comment-body .comment-info {
  position:relative;
  padding-left:100px;
}
.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 {
  padding-bottom:35px;
  border-bottom:1px solid #AAAAAA;
  text-align:right;
}
.comments-area .comment-list ol { padding-left:20px; }
.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;
}
.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%; }
.pagination .page-numbers {
  border:1px solid #aaaaaa;
  border-radius:0px;
  display:inline-block;
  line-height:normal;
  margin-left:5px;
  padding:10px 15px;
  vertical-align:top;
}
.pagination .page-numbers:hover {
  border-color:#84c340;
  color:#FFF;
  background:#84c340;
}
.pagination .page-numbers.current {
  border-color:transparent;
  color:#84c340;
}
.pagination .page-numbers.current:hover { background:transparent; }
.pagination .page-numbers.dots { border-color:transparent; }
.tb_footer { /* footer-bottom */ }
.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;
  /* box-shadow: 0 0 0 60px rgba(228, 67, 44, 0.5) inset; */
}
.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 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 .newsletter form {
  position:relative;
  overflow:hidden;
}
.tb_footer .footer-top .newsletter 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 .newsletter form p input {
  margin:0;
  background:#FFFFFF;
  border:1px solid ;
  box-shadow:none;
}
.tb_footer .footer-top .newsletter form p input:focus, .tb_footer .footer-top .newsletter form p input:active { border:1px solid #84c340; }
.tb_footer .footer-top .newsletter form p:last-child {
  position:absolute;
  top:0;
  right:0;
  width:40px;
  background:transparent;
  z-index:99;
}
.tb_footer .footer-top .newsletter form p:last-child input {
  border:none;
  color:transparent;
  background:transparent;
}
.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.white .footer-top .newsletter form { position:relative; }
.tb_footer.white .footer-top .newsletter form:after { background:; }
.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 .footer-bottom { border-top:  ; }
.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:;
  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;
  font-size:;
}
.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 {
  padding:0 20px;
  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;
}
.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:-10px;
  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_once, .tb_footer_top_two, .tb_footer_top_three {
    width:33%;
    text-align:center;
  }
  .tb_footer_top_four {
    border:none !important;
    padding:0 15px !important;
    text-align:center;
    width:100%;
  }
  .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;
}
.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 {
  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; }
}
.hide_link { display:none !important; }
.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:red; }
  #nav > li > a:hover:after { width:100%; }
  #nav > li > ul {
    position:absolute;
    top:100%;
    left:-30px;
    z-index:998;
    width:220px;
    padding:0 30px;
    display:none;
    list-style:none;
  }
  #nav > li > ul li { position:relative; }
  #nav > li > ul li a {
    color:#ffffff;
    display:block;
    line-height:60px;
    border-bottom:1px solid #444444;
  }
  #nav > li > ul li a:hover { color:#a54baa; }
  #nav > li > ul li.current-menu-item a { color:#a54baa; }
  #nav > li > ul li:hover > ul { display:block; }
  #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 #444444;
}
.tb-header-shop #nav > li:hover > ul {
  display:block;
  animation:fadeInUp .3s both;
}
@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%;*/
    width:70%;
  }
  .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:#ffffff;
    color: #a54baa;
  }
  .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; }
}

//.ul-depth-0 > li {background-color:#ffffff; color: #a54baa;}
@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 .products .product span.onsale { min-height:initial !important; }
.woocommerce {
  /*.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;
				}
			}
		}*/
  /*.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::before { top:50%; }
.woocommerce .woocommerce-info, .woocommerce .woocommerce-error, .woocommerce .woocommerce-message {
  border-color:#84c340;
  border-radius:0 !important;
  box-shadow:none !important;
}
.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-message:before {
  line-height:0px !important;
  background-color:#84c340;
  border-radius:0 !important;
}
.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 .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 #a54baa;
  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;
}
.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 .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:;
  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:5%;
  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:#a54baa; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner a h4 {
  font-size: 12px;
  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 ;
  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;
  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 {
  color:#fff;
  border:1px solid #444;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  height:46px;
  margin-left:8px;
  padding:0;
  width:46px;
  transform:translateY(-150px);
  -webkit-transform:translateY(-150px);
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn 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:hover {
  color:#fff;
  background:#444;
}
.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;
  /*border-left: solid 1px #EFEFEF;*/
  height:100%;
}
.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;
  top:-10px;
  width:46px;
  z-index:9;
}
.woocommerce .products .product a h3 {
  color:#444;
}
.woocommerce .products .product .price {
  font-weight:bold;
  font-size:15px;
  color:;
}
.woocommerce .products .product .price .price ins {
  background:none;
  font-weight:bold;
  font-size:15px;
}
.woocommerce .products .product .price del { font-weight:bold; }
.woocommerce .products .product .price del .amount {
  font-size:36px;
  letter-spacing:normal;
  vertical-align:middle;
}
.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; border: 1px solid #d5d5d5; padding: 10px;}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image { margin-bottom:0px; }
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info h4 {
  color:#444444;
  font-size:16px;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner span.onsale {
  color:#ffffff;
  //background:rgba(255,255,255,0.7);
  background:#a54baa;
  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);
  background: #a54baa;
  border-color: #a54baa;
  color:#FFF;
}
.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(0%);
  -webkit-transform:translateY(0%);
  transform:translateX(50%);
  -webkit-transform:translateX(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(200%);
  -webkit-transform:translateY(200%);
}
.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: #a54baa;
  border-color: #a54baa;
  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:-7px;
  transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  width:1px;
  transform:translateY(200%);
  -webkit-transform:translateY(200%);
}
.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:#a54baa;
  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 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:;
  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;
  /* left: 0; */
  position:fixed;
  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 .cart_total { display:none; }
.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;
  /* support: IE8 */
  filter:Alpha(Opacity=70);
  font-weight:normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity:.35;
  /* support: IE8 */
  filter:Alpha(Opacity=35);
  background-image:none;
}
.ui-state-disabled .ui-icon {
  /* support: IE8 - See #6059 */
  filter:Alpha(Opacity=35);
}
.ui-widget-overlay {
  background:#aaaaaa;
  opacity:.3;
  /* support: IE8 */
  filter:Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin:-8px 0 0 -8px;
  padding:8px;
  background:#aaaaaa;
  opacity:.3;
  /* support: IE8 */
  filter:Alpha(Opacity=30);
  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="email"], .woocommerce input[type="search"], .woocommerce textarea, .woocommerce select { line-height:28.8px !important; }
.woocommerce .select2-chosen { height:40px !important; }
textarea {
  resize:none;
  height:115px;
}
.placeholder { color:#444444; }
::-webkit-input-placeholder { color:#444444; }
:-moz-placeholder { color:#444444; }
::-moz-placeholder { color:#444444; }
:-ms-input-placeholder { color:#444444; }
.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; }
}
.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 .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;
}
.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 .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:10px;
    margin-bottom:10px;
  }
}
@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;
  }
}
.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; }
.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 > 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;
  float:right;
}
.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; }
}
