@charset "UTF-8";

/*
	Theme Name: Waxa
	Theme URI: themeforest.net/user/gloriatheme
	Author: Gloria Theme
	Author URI: gloriatheme.com
	Description: Waxa - Fitness, Gym & Sports WordPress Theme
	License: GNU General Public License v2 or later
	License URI: www.gnu.org/licenses/gpl-2.0.html
	Tags: right-sidebar, custom-menu
	Text Domain: waxa
	Version: 1.0.7
*/

/* ------------------------

[Index]

1. General
	1.1 General Style
	1.2. Loader Pace
	1.3. Animation Effects
2. Pages & Page Builder
3. Widget & Sidebar
4. Header
5. Footer
6. 404 Page
7. Comments
8. Blog & Archive
9. Plugins
10. Responsive

------------------------ */

/* ===== 1. GENERAL START ===== */
/* ----- 1.1 General Style ----- */
body {
	font-size:14px;
	color:#505050;
	background:#FFFFFF;
	line-height: 1.7;
	font-family:'Raleway';
	font-weight:500;
}

a, a:visited {
	color:#505050;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	outline:0;
}

a:hover, a:focus {
	text-decoration:none;
	color:#448ccb;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	outline:0;
}

h1, h2, h3, h4, h5, h6 {
	margin:30px 0px 15px;
	font-weight: 700;
	letter-spacing:-0.10px;
	color:#505050;
}

h1 {
	font-size:27px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:11px;
}

p {
	margin-bottom:28px;
}

ol, ul {
	margin-bottom: 30px;
}

img {
	max-width:100%;
	height:auto;
}

img:hover {
}

.nopadding {
	padding:0px;
}

.nopaddingleft {
	padding-left:0px;
}

.nopaddingright {
	padding-right:0px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #D7D7D7;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="time"],
input[type="week"],
input[type="search"],
input[type="month"],
input[type="datetime"],
input[type="date"],
textarea,
textarea.form-control,
select,
.select2-container .select2-choice,
.form-control {
	display: block;
	width: 100%;
	padding: 11.5px 11.5px;
	height: 41px;
	font-size: 12px;
	background-color: #fff;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: 1px solid #D7D7D7;
	color: #a3a3a3;
	box-shadow: none;
	line-height: normal;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	outline: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
}

input::-webkit-input-placeholder { color: #a3a3a3; }
input::-moz-placeholder { color: #a3a3a3; }
input:-ms-input-placeholder { color: #a3a3a3; }
input:-moz-placeholder { color: #a3a3a3; }

textarea::-webkit-input-placeholder { color: #a3a3a3; }
textarea::-moz-placeholder { color: #a3a3a3; }
textarea:-ms-input-placeholder { color: #a3a3a3; }
textarea:-moz-placeholder { color: #a3a3a3; }

select::-webkit-input-placeholder { color: #a3a3a3; }
select::-moz-placeholder { color: #a3a3a3; }
select:-ms-input-placeholder { color: #a3a3a3; }
select:-moz-placeholder { color: #a3a3a3; }

button,
input[type="submit"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	border: 0px;
	text-transform: uppercase;
	outline: 0;
	font-size: 11.5px;
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 25px;
	color: #448ccb;
	background: #FFFFFF;
	display: inline;
	height: 36px;
	line-height: 36px;
	padding: 0px 20px;
	border: 1px solid #448ccb;
	display: inline-block;
}

.widget_search .search-form-widget button i.button-icon,
button i.button-icon,
input[type="submit"] i.button-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	background: #448ccb;
	border-radius: 50%;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.31);
	position: relative;
	right: -8px;
	top: -1px;
}

button:hover, input[type="submit"]:hover,
button:active, input[type="submit"]:active,
button:active:hover, input[type="submit"]:active:hover,
button:active:focus, input[type="submit"]:active:focus,
button:active:visited, input[type="submit"]:active:visited,
button:focus, input[type="submit"]:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	color: #FFFFFF;
	outline:0;
	background: #448ccb;
}

.icon-button-class:hover i.button-icon,
.icon-button-class:focus i.button-icon,
.widget_search .search-form-widget button:hover i.button-icon,
.widget_search .search-form-widget button:focus i.button-icon,
button:hover, input[type="submit"]:hover i.button-icon,
button:active, input[type="submit"]:active i.button-icon,
button:active:hover, input[type="submit"]:active:hover i.button-icon,
button:active:focus, input[type="submit"]:active:focus i.button-icon,
button:active:visited, input[type="submit"]:active:visited i.button-icon,
button:focus, input[type="submit"]:focus i.button-icon,
.woocommerce #respond input#submit.alt:hover i.button-icon,
.woocommerce a.button.alt:hover i.button-icon,
.woocommerce button.button.alt:hover i.button-icon,
.woocommerce input.button.alt:hover i.button-icon,
.woocommerce #respond input#submit:hover i.button-icon,
.woocommerce a.button:hover i.button-icon,
.woocommerce button.button:hover i.button-icon,
.woocommerce input.button:hover i.button-icon {
	box-shadow:none;
}

.icon-button-class {
	padding: 0px 10px 0px 20px;	
}

table {
	max-width: 100%;
}

th {
	text-align: left;
}

table {
	width: 100%;
	margin-bottom: 27px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

table > tbody + tbody {
	border-top: 2px solid #ddd;
}

table .table {
	background-color: #fff;
}

dl {
	margin-top: 0;
	margin-bottom: 27px;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

.gallery dt {
	float: none;
	clear: none;
	text-align: center;
	width: auto;
}

.gallery dd {
	text-align: center;
	margin: 10px 0px 0px;
}

.form-group {
	margin-bottom: 10px;
}

.close:focus, .close:hover, .close:active, .close:active:hover, .close:active:focus, .close:active:visited {
	background: transparent;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
	background-color: #E1E1E1;
}

.btn {
	font-size: 13px;
}

pre {
	margin-bottom: 28px;
}

blockquote {
	border: 0px;
	font-size: 18px;
	color: #7a7a7a;
	text-align: center;
	background: transparent;
	margin: 0px 0px 28px;
	padding: 0;
}

blockquote a, blockquote a:visited {
	color: #7a7a7a;
}

blockquote p:last-child {
	margin-bottom:0px;
}

blockquote p, .category-post-list .post-wrapper blockquote p {
	margin-bottom:28px;
}

blockquote .blockquote-writer:before {
	content:'';
	display:table;
	border-top:1px dotted #777777;
	width:50px;
	margin:0 auto 12px;
}

blockquote .blockquote-writer {
	font-size:14px;
}

.post-pagination {
	clear: both;
	text-align:right;
	margin-top:55px;
}

.post-pagination ul {
	list-style:none;
	padding:0px;
	margin:0px
}

.post-pagination:after, .post-pagination:before {
	content:'';
	display:block;
	clear:both;
}

.post-pagination ul li {
    display: inline-block;
    border: 1px solid #305ba0;
    color: #305ba0;
    border-radius: 5px;
    margin-right: 1px;
    position: relative;
    line-height: normal;
    font-size: 13px;
    text-transform:uppercase;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    -ms-transition:0.2s;
    transition:0.2s;
    text-align:center;
}

.post-pagination ul li:after, .post-pagination ul li:before {
	content:'';
	display:block;
	clear:both;
}

.post-pagination ul li a, .post-pagination ul li a:visited, .post-pagination ul li span {
	display:block;
	padding: 8.5px 13px;
	color: #305ba0;
}

.post-pagination ul li:hover,
.post-pagination ul li:focus {
    background: #305ba0;
    color: #FFFFFF;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    -ms-transition:0.2s;
    transition:0.2s;
}

.post-pagination ul li:hover,
.post-pagination ul li:hover span,
.post-pagination ul li:hover span:hover,
.post-pagination ul li span:hover,
.post-pagination ul li:focus,
.post-pagination ul li span:focus {
    color: #FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.post-pagination ul li:hover a,
.post-pagination ul li a:hover {
    color: #FFFFFF;
}

.post-pagination ul li:last-child {
	margin-right:0px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 30px 30px;
}

a img.alignnone {
    margin: 5px 30px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 30px !important;
}

.waxa-wrapper {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	background:#FFFFFF;
}

.waxa-wrapper.boxed-wrapper {
	width: 1170px;
}

.site-sub-content {
	clear: both;
}

.site-sub-content-wrapper {
	padding-top:135px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 14px 0px 0px;
	padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #FB5F84;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}

.sticky {}
.gallery-caption {}
.bypostauthor {} 

.post-password-form input[type="submit"] {
	clear:both;
}

.edit-link {
	display: block;
	clear: both;
}

.edit-link a, .edit-link a:visited {
	background: #448ccb;
	color: #FFF;
	margin:0px 0px 15px;
	display: table;
	padding: 4px 10px;
}

.edit-link a:focus,  .edit-link a:hover {
	opacity:0.6;
}

/* ----- 1.2 Loader Pace ----- */
.loaded .loader-wrapper {
	opacity:0;
	visibility:hidden;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.loader-wrapper {
	opacity:1;
	visibility:visible;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000000;
	background:#FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.spinner {
	left: 0;
	margin: 0px auto;
	position: relative;
	top: 50%;
	width: 40px;
	text-align: center;
	font-size: 10px;
}

.sk-folding-cube {
	height: 40px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	left: 0;
	margin: -40px auto 0px;
	position: relative;
	top: 50%;
	width: 40px;
	text-align: center;
	font-size: 10px;
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); 
}

.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #448ccb;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s; 
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/* ===== 2. PAGES & PAGE BUILDER ===== */
.services-box:after,
.services-box:before {
	content:'';
	display:block;
	clear:both;
}

.services-box .services-box-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #6CB33E;
	color: #6CB33E;
	border-radius: 50%;
	font-size: 25px;
	float: left;
	margin-right: 11px;
}

.services-box h3 {
	font-size:15px;
	margin:0px 0px 5px;
}

.services-box p {
	font-size:12px;
	margin:0px;
}

.services-box.alternative .services-box-icon {
	border-color:#448ccb;
	color:#448ccb;
}

.services-box.alternative h3 {
	font-size: 16px;
}

.services-box.alternative p {
	font-size: 13px;
}

.waxa-gallery {
	margin: 0px;
}

.waxa-gallery .gallery-grid {
	float:left;
	position: relative;
}

.waxa-gallery.two-gallery .gallery-grid {
	width: 50%;
}

.waxa-gallery.three-gallery .gallery-grid {
	width: 33.33%;
}

.waxa-gallery.four-gallery .gallery-grid {
	width:25%;
}

.waxa-gallery.five-gallery .gallery-grid {
	width:20%;
}

.waxa-gallery .gallery-grid:nth-child(1) {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}

.waxa-gallery .gallery-grid:nth-child(2) {
	-webkit-animation-delay: 0.10s;
	animation-delay: 0.10s;
}

.waxa-gallery .gallery-grid:nth-child(3) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.waxa-gallery .gallery-grid:nth-child(4) {
	-webkit-animation-delay: 0.20s;
	animation-delay: 0.20s;
}

.waxa-gallery .gallery-grid:nth-child(5) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.waxa-gallery .gallery-grid:nth-child(6) {
	-webkit-animation-delay: 0.30s;
	animation-delay: 0.30s;
}

.waxa-gallery .gallery-grid:nth-child(7) {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.waxa-gallery .gallery-grid:nth-child(8) {
	-webkit-animation-delay: 0.40s;
	animation-delay: 0.40s;
}

.waxa-gallery .gallery-grid:nth-child(9) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.waxa-gallery .gallery-grid:nth-child(10) {
	-webkit-animation-delay: 0.50s;
	animation-delay: 0.50s;
}

.waxa-gallery .gallery-grid:nth-child(11) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.waxa-gallery .gallery-grid:nth-child(12) {
	-webkit-animation-delay: 0.60s;
	animation-delay: 0.60s;
}

.waxa-gallery .gallery-grid:nth-child(13) {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

.waxa-gallery .gallery-grid:nth-child(14) {
	-webkit-animation-delay: 0.70s;
	animation-delay: 0.70s;
}

.waxa-gallery .gallery-grid:nth-child(15) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.waxa-gallery .gallery-grid:nth-child(16) {
	-webkit-animation-delay: 0.80s;
	animation-delay: 0.80s;
}

.waxa-gallery .gallery-grid:nth-child(17) {
	-webkit-animation-delay: 0.85s;
	animation-delay: 0.85s;
}

.waxa-gallery .gallery-grid:nth-child(18) {
	-webkit-animation-delay: 0.90s;
	animation-delay: 0.90s;
}

.waxa-gallery .gallery-grid:nth-child(19) {
	-webkit-animation-delay: 0.95s;
	animation-delay: 0.95s;
}

.waxa-gallery .gallery-grid:nth-child(20) {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}

.waxa-gallery .gallery-grid:nth-child(21) {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}

.waxa-gallery .gallery-grid:nth-child(22) {
	-webkit-animation-delay: 1.10s;
	animation-delay: 1.10s;
}

.waxa-gallery .gallery-grid:nth-child(23) {
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}

.waxa-gallery .gallery-grid:nth-child(24) {
	-webkit-animation-delay: 1.20s;
	animation-delay: 1.20s;
}

.waxa-gallery .gallery-grid:nth-child(25) {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.waxa-gallery .gallery-grid:nth-child(26) {
	-webkit-animation-delay: 1.30s;
	animation-delay: 1.30s;
}

.waxa-gallery .gallery-grid:nth-child(27) {
	-webkit-animation-delay: 1.35s;
	animation-delay: 1.35s;
}

.waxa-gallery .gallery-grid:nth-child(28) {
	-webkit-animation-delay: 1.40s;
	animation-delay: 1.40s;
}

.waxa-gallery .gallery-grid:nth-child(29) {
	-webkit-animation-delay: 1.45s;
	animation-delay: 1.45s;
}

.waxa-gallery .gallery-grid:nth-child(30) {
	-webkit-animation-delay: 1.50s;
	animation-delay: 1.50s;
}

.waxa-gallery .gallery-grid:nth-child(31) {
	-webkit-animation-delay: 1.55s;
	animation-delay: 1.55s;
}

.waxa-gallery .gallery-grid:nth-child(32) {
	-webkit-animation-delay: 1.60s;
	animation-delay: 1.60s;
}

.waxa-gallery .gallery-grid:nth-child(33) {
	-webkit-animation-delay: 1.65s;
	animation-delay: 1.65s;
}

.waxa-gallery .gallery-grid:nth-child(34) {
	-webkit-animation-delay: 1.70s;
	animation-delay: 1.70s;
}

.waxa-gallery .gallery-grid:nth-child(35) {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.waxa-gallery .gallery-grid:nth-child(36) {
	-webkit-animation-delay: 1.80s;
	animation-delay: 1.80s;
}

.waxa-gallery .gallery-grid:nth-child(37) {
	-webkit-animation-delay: 1.85s;
	animation-delay: 1.85s;
}

.waxa-gallery .gallery-grid:nth-child(38) {
	-webkit-animation-delay: 1.90s;
	animation-delay: 1.90s;
}

.waxa-gallery .gallery-grid:nth-child(39) {
	-webkit-animation-delay: 1.95s;
	animation-delay: 1.95s;
}

.waxa-gallery .gallery-grid:nth-child(40) {
	-webkit-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.waxa-gallery .gallery-grid:nth-child(41) {
	-webkit-animation-delay: 2.05s;
	animation-delay: 2.05s;
}

.waxa-gallery .gallery-grid:nth-child(42) {
	-webkit-animation-delay: 2.10s;
	animation-delay: 2.10s;
}

.waxa-gallery .gallery-grid:nth-child(43) {
	-webkit-animation-delay: 2.15s;
	animation-delay: 2.15s;
}

.waxa-gallery .gallery-grid:nth-child(44) {
	-webkit-animation-delay: 2.20s;
	animation-delay: 2.20s;
}

.waxa-gallery .gallery-grid:nth-child(45) {
	-webkit-animation-delay: 2.25s;
	animation-delay: 2.25s;
}

.waxa-gallery .gallery-grid:nth-child(46) {
	-webkit-animation-delay: 2.30s;
	animation-delay: 2.30s;
}

.waxa-gallery .gallery-grid:nth-child(47) {
	-webkit-animation-delay: 2.35s;
	animation-delay: 2.35s;
}

.waxa-gallery .gallery-grid:nth-child(48) {
	-webkit-animation-delay: 2.40s;
	animation-delay: 2.40s;
}

.waxa-gallery .gallery-grid:nth-child(49) {
	-webkit-animation-delay: 2.45s;
	animation-delay: 2.45s;
}

.waxa-gallery .gallery-grid:nth-child(50) {
	-webkit-animation-delay: 2.50s;
	animation-delay: 2.50s;
}

.waxa-gallery .gallery-grid .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.42);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.waxa-gallery .gallery-grid .overlay:before {
	content: "+";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 45px;
	height: 45px;
	line-height: 39px;
	text-align: center;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 31px;
	border-radius: 50%;
	font-weight: 600;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.waxa-gallery .gallery-grid:hover .overlay,
.waxa-gallery .gallery-grid:focus .overlay {
	opacity:1;
	visibility:visible;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.waxa-gallery:after,
.waxa-gallery:before {
	content:'';
	display:block;
	clear:both;
}

.waxa-gallery .gallery-grid>.html5lightbox>img {
	width:100%;
}

.testimonial-single {
	max-width:335px;
	clear:both;
	z-index: 1;
	position: relative;
}

.testimonial-single.position-right {
	float: right;
}

.testimonial-single .icon {
	font-size: 17px;
	line-height: 17px;
	margin-bottom:17px;
}

.testimonial-single .testimonial-single-content {
    line-height: 1.1;
	font-size:30px;
}

.testimonial-single .seperate {
	content: '';
	display: block;
	width: 70px;
	height: 2px;
	background: #505050;
	margin: 20px 0px 6px;
}

.testimonial-single .testimonial-single-content p {
	margin:0px;
	font-weight:600;
}

.testimonial-single .testimonial-single-name {
	font-weight:700;
	font-size:13px;
}

.testimonial-single .testimonial-single-name .name {
	text-transform:uppercase;
}

.testimonial-single.alternative {
	color:#FFFFFF;
}

.testimonial-single.alternative .seperate {
	background:#FFFFFF;
}

.discount-box .image {
	height:185px;
	background-size: cover;
	position:relative;
	background-position: center center;
}

.discount-box .content {
	background:#305BA0;
	color:#FFFFFF;
	font-size:11px;
	padding:18px 20px;
}

.discount-box .content:after,
.discount-box .conten:before {
	content:'';
	display:block;
	clear:both;
}

.discount-box .content p {
	margin:0px;
	font-weight:400;
	line-height: normal;
}

.discount-box .content .content-content {
	float:right;
}

.discount-box h4 {
	color:#FFFFFF;
	margin:0px 0px 10px;
	font-size:13px;
	clear:both;
	letter-spacing:0px;
}

.discount-box .text {
	width:70%;
	font-size: 12px;
	float: left;
	font-family: 'Open Sans';
}

.discount-box .discount-box-button {
	float:right;
	margin-top: 5px;
}

.discount-box .discount-box-button a,
.discount-box .discount-box-button a:visited {
	background: #FFFFFF;
	display: block;
	color: #305ba0;
	border-radius: 10px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 1px 1px 1px 11px;
	line-height: normal;
	box-shadow: 2px 2px 3px #c1c1c1 inset;
	border:1px solid #305ba0;
}

.discount-box .discount-box-button a span,
.discount-box .discount-box-button a:visited span {
	position: relative;
	top: 1px;
}

.discount-box .discount-box-button a i {
	width: 19px;
	height: 19px;
	line-height: 19px;
	background: #305ba0;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
	margin-left: 5px;
	position: relative;
	right: 0px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.discount-box .discount-box-button a:hover,
.discount-box .discount-box-button a:focus {
	background:#305ba0;
	color:#FFFFFF;
	box-shadow:none;
	border:1px solid #FFFFFF;
}

.discount-box .discount-box-button a:hover i,
.discount-box .discount-box-button a:focus i {
	box-shadow:none;
}

.discount-box .category {
	position: absolute;
	top: 22px;
	left: 22px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 600;
	background: #6CB33E;
	padding: 3px 20px;
	border-radius: 20px;
}

.discount-box .content .discount-rate {
	font-size: 30px;
	float: left;
	position: relative;
	padding-right: 30px;
}

.discount-box .content .discount-rate .discount-rate-wrapper {
	float: left;
	line-height: normal;
}

.discount-box .content .discount-rate:after {
	content: '';
	display: block;
	height: 30px;
	width: 1px;
	background: #FFFFFF;
	margin: auto 15px;
	float: right;
	top: 0;
	bottom: 0;
	position: absolute;
	right: 0;
}

.discount-box .content .discount-rate span {
	font-size: 50px;
	font-weight: 700;
	margin-right: 5px;
	line-height: 26px;
}

.discount-box .content .discount-rate .discount-rate-title {
	font-size: 14.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 1px;
}

.feature-banner .image {
	height:185px;
	background-size: cover;
	position:relative;
	background-position: center center;
}

.feature-banner .content {
	background:#305BA0;
	color:#FFFFFF;
	font-size:11px;
	padding:18px 20px 16px;
}

.feature-banner .content:after,
.feature-banner .conten:before {
	content:'';
	display:block;
	clear:both;
}

.feature-banner .content p {
	margin:0px;
	font-weight:400;
	line-height:normal;
}

.feature-banner h4 {
	color:#FFFFFF;
	margin:0px 0px 10px;
	font-size:13px;
	clear:both;
	letter-spacing:0px;
}

.feature-banner.big-style h4 {
	margin: 0px 0px 5px;
}

.feature-banner .feature-banner-button {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 9px;
	margin-top: 4px;
}

.feature-banner .feature-banner-button a,
.feature-banner .feature-banner-button a:visited {
	background: #FFFFFF;
	display: block;
	color: #305ba0;
	border-radius: 10px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 1px 1px 1px 11px;
	line-height: normal;
	box-shadow: 2px 2px 3px #c1c1c1 inset;
	border:1px solid #305ba0;
}

.feature-banner .feature-banner-button a span,
.feature-banner .feature-banner-button a:visited span {
	position: relative;
	top: 1px;
}

.feature-banner .feature-banner-button a i {
	width: 19px;
	height: 19px;
	line-height: 19px;
	background: #305ba0;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
	margin-left: 5px;
	position: relative;
	right: 0px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.feature-banner .feature-banner-button a:hover,
.feature-banner .feature-banner-button a:focus {
	background:#305ba0;
	color:#FFFFFF;
	box-shadow:none;
	border:1px solid #FFFFFF;
}

.feature-banner .feature-banner-button a:hover i,
.feature-banner .feature-banner-button a:focus i {
	box-shadow:none;
}

.feature-banner .text {
	width: 69%;
	padding-right: 10px;
	font-size:12px;
	display: inline-block;
	font-family: 'Open Sans';
	vertical-align: top;
}

.feature-banner .text.true-big-text {
	margin-top: -5px;
}

.feature-banner .bigtext {
	font-weight: 600;
    position: relative;
    top: -2px;
    font-size:16px;
}

.feature-banner .bigtext i {
	font-style: normal;
}

.feature-banner .category {
	position: absolute;
	top: 22px;
	left: 22px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 600;
	background: #6CB33E;
	padding: 3px 20px;
	border-radius: 20px;
}

.feature-banner .category.true-icon {
	left: 55px;
}

.feature-banner .icon {
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	font-size: 15px;
	color: #FFFFFF;
	background: #6CB33E;
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
}

.services-carousel-item .services-carousel-item-content {
	display:inline-flex;
	width: 100%;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left {
	width: 40%;
	background: #3063B5;
	color: #FFFFFF;
	font-size: 12px;
	padding: 22px 22px;
	position: relative;
	margin: 20px 0px;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left p {
	margin-bottom:9px;
	font-weight:300;
	letter-spacing:0.5px;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left.image-false {
	width: 100%;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left:after {
	width: 50px;
	height: 100%;
	position: absolute;
	right: -50px;
	top: 0;
	content: '';
	display: block;
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.42);
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left .category {
	font-size: 11px;
	text-transform:uppercase;
	color: #305ba0;
	background: #FFFFFF;
	display: table;
	font-weight: 800;
	line-height: normal;
	padding: 9px 12px 7px;
	border-radius: 25px;
	margin-bottom:14px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.24);
}

.services-carousel-item .services-carousel-item-content-hover .services-carousel-item-content-left .category {
	margin-bottom:28px;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left h3 {
	font-size:14px;
	font-weight:600;
	margin:0px;
	color:#ffffff;
	line-height:1.5;
}

.services-carousel-item .services-carousel-item-content-hover .services-carousel-item-content-left h3 {
	margin-bottom:10px;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left .more {
	font-size:11px;
	font-weight:600;
	float:right;
	cursor:pointer;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left .more span {
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	position: relative;
	top: -6px;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left .more i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	font-size: 24px;
	font-style: normal;
	display: inline-block;
	text-align: center;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.24);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.24);
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left .more:hover i,
.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left .more:focus i {
	background:#FFFFFF;
	color:#3063B5;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	text-shadow:none;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left .closed {
	font-size: 11px;
	font-weight: 600;
	float: right;
	cursor: pointer;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left .closed span {
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	position: relative;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left .closed i {
	width: 30px;
	height: 30px;
	font-weight: 800;
	line-height: 27px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	font-size: 14px;
	font-style: normal;
	display: inline-block;
	text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.24);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.24);
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left .closed:hover i,
.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left .closed:focus i {
	background:#FFFFFF;
	color:#3063B5;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	text-shadow:none;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-right:before {
	background:#000;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	display:block;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.services-carousel-item:hover .services-carousel-item-content .services-carousel-item-content-right:before {
	opacity:0.3;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-right:after {
	width: 60px;
	height: 60px;
	content: '+';
	line-height: 60px;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	border-radius: 50%;
	display: block;
	z-index: 1;
	position: absolute;
	font-size: 60px;
	font-weight: 100;
	left: 0;
	right: 0;
	margin: auto;
	opacity:0;
	top: calc(50% - 30px);
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.services-carousel-item:hover .services-carousel-item-content .services-carousel-item-content-right:after {
	opacity:1;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.services-carousel-item .services-carousel-item-content .services-carousel-item-content-right {
	width: 60%;
	background-size: cover;
	position:relative;
	z-index:2;
	cursor:pointer;
	background-position: center center;
}

.services-carousel-item .services-carousel-item-content-hover {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	background: #3063b5;
	z-index: 2;
	width: 100%;
	height: 100% !important;
	color: #FFFFFF;
	padding: 32px;
}

.services-carousel-item .services-carousel-item-content.services-carousel-item-content-hover .services-carousel-item-content-left {
	width: 100%;
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.services-carousel-item .services-carousel-item-content.services-carousel-item-content-hover .services-carousel-item-content-left:after {
	display:none;
}

.services-carousel-content .services-carousel-navigation a {
	width: 48px;
	height: 48px;
	font-weight:200;
	line-height: 43px;
	float: left;
	font-size: 29px;
	text-align: center;
	cursor: pointer;
	display: block;
	border: 1px solid #6b6b6b;
	color: #6b6b6b;
}

.services-carousel-content .services-carousel-navigation.white a {
	border-color:#FFFFFF;
	color:#FFFFFF;
}

.services-carousel-content .services-carousel-navigation.false {
	display:none;
}

.services-carousel-content .services-carousel-navigation a:hover,
.services-carousel-content .services-carousel-navigation a:focus {
	background:#3063B5;
	border-color:#3063B5;
	color:#FFFFFF;
}

.services-carousel-content .services-carousel-navigation a:last-child {
	float:right;
}

.services-carousel-content .services-carousel-navigation {
	position: absolute;
	width: calc(100% - -164px);
	left: -82px;
	right: -82px;
	top: calc(50% - 25px);
}

.services-carousel-content .services-carousel-item-content-hover-left-scrollbar {
	height: 100%;
	padding-right:10px;
}

.services-carousel-content .services-carousel-item-content-hover-left-scrollbar.scrollbar-outer > .scroll-element .scroll-element_track {
	background: #3063b5;
}

.services-carousel-content .services-carousel-item-content-hover-left-scrollbar.scrollbar-outer > .scroll-element.scroll-y {
	width: 12px;
	background: #3063b5;
}

.services-carousel-content .services-carousel-item-content-hover-left-scrollbar.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
	width: 5px;
	left: 7px;
	border-radius: 0px;
	background: #3063b5;
}

.services-carousel-content .services-carousel-item-content-hover-left-scrollbar.scrollbar-outer > .scroll-element .scroll-bar {
	background:#FFFFFF;
}

.services-carousel-content {
	position: relative;
}

.waxa_counter {
	background:#FFFFFF;
	width: 102px;
	height: 102px;
	display: table-cell;
	border: 1px solid #BDBDBD;
	text-align: center;
	border-radius: 100%;
	padding:10px;
	vertical-align: middle;
}

.waxa_counter h3 {
	font-size:25px;
	color:#4ec05a;
	margin:0px 0px 5px;
}

.waxa_counter h4 {
	margin:0px;
	font-size:11px;
	color:#a0a0a0;
	text-transform:uppercase;
}

.waxa_counter.alternative {
	border-color:#5C5C5C;
}

.waxa_counter.alternative h4 {
	color:#5C5C5C;
}

.box-heading {
	background-size:cover;
	background-position:center center;
	padding:190px 0px;
	overflow:hidden;
}

.box-heading .box-heading-text {
	background: rgba(255, 255, 255, 0.90);
	font-size: 30px;
	color: #6bdd76;
	max-width: 100%;
	font-weight: 700;
	padding: 40px 50px;
	width: 310px;
	letter-spacing: 0.50px;
	line-height: normal;
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.24);
}

.box-heading.position-right .box-heading-text {
	float: right;
}

.map-3d-tour {
	position:relative;
	height:600px;
}

.map-3d-tour .map-container {
	width: 615px;
	float: right;
	position: relative;
	top: 0;
	height: 100%;
	max-width:100%;
}

.map-3d-tour .map-3d-tour-content {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index: 5;
	color:#FFFFFF;
}

.map-3d-tour .map-3d-tour-content .container {
	position:relative;
	height:100%;
}

.map-3d-tour .map-3d-tour-content h3 {
	margin: 0px;
	background: #FFFFFF;
	color: #858585;
	display: table;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	border-radius: 25px;
	position: relative;
	line-height: normal;
	letter-spacing: 0.75px;
	padding: 9.5px 18px;
	top: 70px;
	left: 45px;
	right: 45px;
}

.map-3d-tour .map-3d-tour-content .container h3 {
	left:0px;
	right:0px;
}

.map-3d-tour .map-3d-tour-content p {
	font-size: 36px;
	color: #FFFFFF;
	line-height: normal;
	position: absolute;
	bottom: 105px;
	left: 45px;
	right: 45px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.map-3d-tour .map-3d-tour-content .container p {
	left:15px;
	right:15px;
}

.map-3d-tour .map-3d-tour-content .map-3d-tour-button {
	font-size: 13px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	letter-spacing: 0.75px;
	padding: 8.5px 20px 7.5px;
	border-radius: 25px;
	position: absolute;
	line-height: normal;
	display: table;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	bottom: 70px;
	left: 45px;
	right: 45px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.map-3d-tour .map-3d-tour-content .map-3d-tour-button:hover,
.map-3d-tour .map-3d-tour-content .map-3d-tour-button:hover {
	background: #FFFFFF;
	color: #858585;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.map-3d-tour .map-3d-tour-content .container .map-3d-tour-button {
	left:15px;
	right:15px;
}

.map-3d-tour .map-3d-tour-content:before {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#000000;
	opacity:0.2;
	content:'';
	display:block;
}

.map-3d-tour .map-3d-tour-iframe {
	width:100%;
	height:100%;
	position:absolute;
}

.map-3d-tour .map-3d-tour-iframe i {
	position: absolute;
	right: 45px;
	left: 45px;
	top: 45px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #FFFFFF;
	color: #858585;
	font-size: 14px;
	cursor: pointer;
	z-index: 3;
	opacity:0;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.map-3d-tour .map-3d-tour-iframe.hover i {
	opacity:1;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.waxa-pricing-table {
	padding:0px 40px 40px;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(left,  #efefef 0%, #fcfcfc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #efefef 0%,#fcfcfc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #efefef 0%,#fcfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 */
	color:#949292;
	border:1px solid #F5F5F5;
	overflow:hidden;
}

.waxa-pricing-table .price-table-name {
	background: #3063B5;
	display: table;
	margin: -1px auto 25px;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 11px 18px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.43);
}

.waxa-pricing-table .price-table-name i {
	margin-right: 10px;
	font-size: 14px;
}

.waxa-pricing-table .price-table-price-area-wrapper {
	display: table;
	margin:0 auto 17px;
}

.waxa-pricing-table .price-table-price-area{
	width:120px;
	height:120px;
	border:1px solid #868686;
	border-radius:50%;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.waxa-pricing-table .price-table-price-area .price-table-heading {
	font-size:14px;
	color:#868686;
	font-weight:400;
	letter-spacing: 0.5px;
	line-height: normal;
}

.waxa-pricing-table .price-table-price-area .price-table-heading:after {
	width:100%;
	height:1px;
	background: #3063B5;
	content:'';
	display:block;
	max-width:68px;
	margin:5px auto 5px;
}

.waxa-pricing-table .price-table-price-area .price-table-price {
	font-size:24px;
	color:#3063B5;
	font-weight:800;
	letter-spacing: 0.5px;
	line-height: normal;
}

.waxa-pricing-table .price-table-price-area .price-table-price span {
	font-weight:500;
}

.waxa-pricing-table .price-table-content {
	margin-bottom:26px;
	text-align:center;
	font-weight: 400;
	font-size: 13px;
}

.waxa-pricing-table .price-table-content ul {
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:13px;
}

.waxa-pricing-table .pricing-table-button a,
.waxa-pricing-table .pricing-table-button a:visited {
	display: table;
	margin:0 auto;
	border: 1px solid #3063B5;
	color: #3063B5;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	letter-spacing:0.50px;
	line-height: normal;
	padding: 3px 2px 3px 23px;
}

.waxa-pricing-table .pricing-table-button a i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius:50%;
	background:#3063B5;
	color:#FFFFFF;
	text-align:center;
	margin-left:12px;
	font-size: 15px;
}

.waxa-pricing-table .pricing-table-button a span {
	position:relative;
	top:-1px;
}

.waxa-pricing-table .pricing-table-button a:hover,
.waxa-pricing-table .pricing-table-button a:focus {
	background: #3063B5;
	color: #FFFFFF;
}

.waxa-pricing-table .pricing-table-button a:hover i,
.waxa-pricing-table .pricing-table-button a:focus i {
	box-shadow:none;
}

.waxa-pricing-table.style2-alternative {
	overflow:visible;
	background:#92BCFE;
	border-color:#92BCFE;
	color:#FFFFFF;
}

.waxa-pricing-table.style2-alternative.style2color2 {
	background:#669CF1;
	border-color:#669CF1;
}

.waxa-pricing-table.style2-alternative.style2color3 {
	background:#5485D1;
	border-color:#5485D1;
}

.waxa-pricing-table.style2-alternative.style2color4 {
	background:#3063B5;
	border-color:#3063B5;
}

.waxa-pricing-table.style2-alternative .price-table-price-area {
	border-color:#FFFFFF;
}

.waxa-pricing-table.style2-alternative .price-table-price-area .price-table-heading {
	color:#FFFFFF;
}

.waxa-pricing-table.style2-alternative .price-table-price-area .price-table-heading:after {
	background:#FFFFFF;
}

.waxa-pricing-table.style2-alternative .price-table-price-area .price-table-price {
	color:#FFFFFF;
}

.waxa-pricing-table.style2-alternative .pricing-table-button a,
.waxa-pricing-table.style2-alternative .pricing-table-button a:visited {
	color:#FFFFFF;
	border-color:#FFFFFF;
	border-width:1px;
}

.waxa-pricing-table.style2-alternative .pricing-table-button a i {
	background:#FFFFFF;
	color:#92BCFE;
}

.waxa-pricing-table.style2-alternative .pricing-table-button a:hover,
.waxa-pricing-table.style2-alternative .pricing-table-button a:focus {
	background:#FFFFFF;
	color:#92BCFE;
}

.waxa-pricing-table.style2-alternative .price-table-name {
	margin-top:-20px;
	border:1px solid #F3F3F3;
	background: rgb(241,241,241); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(251,251,251,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(251,251,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(241,241,241,1) 0%,rgba(251,251,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.13);
	color:#9d9d9e;
}

.calculation {
	font-size:16px;
	letter-spacing:-0.10px;
	color:#505050;
	position: relative;
	z-index: 2;
}

.calculation.calculation-imaged-wrapper {
	padding-top: 43px;
}

.calculation h2 {
	font-size:13.5px;
	margin:0px 0px 23px;
	text-transform:uppercase;
	color:#505050;
	letter-spacing:-0.50px;
}

.calculation ul.gender {
	list-style:none;
	padding:0px;
	margin:0px 0px 14px;
}

.calculation ul.gender li {
	display:inline-block;
	position:relative;
}

.calculation ul.gender li:first-child {
	margin-right:24px;
}

.calculation ul.gender li input[type="radio"]  {
	display: none;
}

.calculation ul.gender li span {
	width: 19px;
	line-height: 19px;
	height: 19px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #e2e2e2;
	margin-right: 7px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.10);
	position: relative;
	top: 3px;
	background: #FFFFFF;
}

.calculation ul.gender li span:after {
	width: 11px;
	height: 11px;
	box-shadow: 1px 1px 5px #A0A0A0 inset;
	content: '';
	display: block;
	border-radius: 50%;
	margin: 3px auto 0;
}

.calculation ul.gender li input[type="radio"]:checked + label span:after {
	background:#A0A0A0;
}

.calculation ul.gender li label {
	font-weight:500;
	cursor:pointer;
}

.calculation input[type="number"] {
	border-radius:4px;
	height:39px;
	line-height:39px;
	width:100px;
	font-size:15px;
	letter-spacing:-0.10px;
	border: 1px solid #505050;
	-moz-appearance:textfield;
}

.calculation input[type="number"]::-webkit-inner-spin-button, 
.calculation input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

.calculation .calculation-row {
	margin:0px -5px 10px;
}

.calculation .calculation-row.age-button-wrapper {
	margin-bottom:20px;
}

.calculation .calculation-row:after,
.calculation .calculation-row:before {
	content:'';
	display:block;
	clear:both;
}

.calculation .calculation-row .calculation-col {
	margin:0px 5px;
	float:left;
}

.calculation .button-calculation {
	border-radius: 20px;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	letter-spacing: -0.10px;
	border: 1px solid #505050;
	font-weight: 600;
	padding: 2px 2px 2px 20px;
	color: #505050;
	cursor:pointer;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.calculation .button-calculation span {
	position:relative;
	top:-2px;
}

.calculation .button-calculation i {
	width: 33px;
	height: 33px;
	line-height: 34px;
	background: #505050;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50%;
	position: relative;
	top: -2px;
	margin-left: 20px;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.calculation .button-calculation:hover,
.calculation .button-calculation:focus {
	background:#505050;
	border-color:#505050;
	color:#FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.calculation .button-calculation:hover i {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.calculation .ideal-weight {
	font-weight:600;
}

.calculation .ideal-weight span {
	width: 80px;
	border-bottom: 1px solid #505050;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -8px;
	height: 28px;
}

.calculation.center-block {
	display:table;
}

.calculation.style2 h2 {
	color: #FFFFFF;
}

.calculation.style2 {
	color: #FFFFFF;
}

.calculation.style2 input[type="number"] {
	border-color: #FFFFFF;
	background:transparent;
	color: #FFFFFF;
}

.calculation.style2 input[type="number"]::-webkit-input-placeholder { color: #FFFFFF; }
.calculation.style2 input[type="number"]::-moz-placeholder { color: #FFFFFF; }
.calculation.style2 input[type="number"]:-ms-input-placeholder { color: #FFFFFF; }
.calculation.style2 input[type="number"]:-moz-placeholder { color: #FFFFFF; }

.calculation.style2 .ideal-weight span {
	border-color: #FFFFFF;
}

.calculation.style2 .button-calculation {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.calculation.style2 .button-calculation i {
	background: #FFFFFF;
	color:#C82774;
}

.calculation.style2 .button-calculation:hover i {
	background: #FFFFFF;
	color:#C82774;
}

.calculation.style2 .button-calculation:hover,
.calculation.style2 .button-calculation:focus {
	background:#FFFFFF;
	border-color:#FFFFFF;
	color:#C82774;
}

.calculation.calculation-imaged-wrapper .calculation-imaged {
	background:#305BA0;
	color: #FFFFFF;
	padding: 15px 140px 40px 20px;
	float:left;
	position:relative;
	font-size:12px;
	margin-bottom:83px;
}

.calculation.calculation-imaged-wrapper input[type="number"] {
	border-color: #FFFFFF;
	background: transparent;
	color: #FFFFFF;
	font-size: 11px;
	height: 35px;
	line-height: 35px;
	width: 120px;
	padding-top: 0;
	padding-bottom: 0;
}

.calculation.calculation-imaged-wrapper input[type="number"]::-webkit-input-placeholder { color: #94b0dc; }
.calculation.calculation-imaged-wrapper input[type="number"]::-moz-placeholder { color: #94b0dc; }
.calculation.calculation-imaged-wrapper input[type="number"]:-ms-input-placeholder { color: #94b0dc; }
.calculation.calculation-imaged-wrapper input[type="number"]:-moz-placeholder { color: #94b0dc; }

.calculation.calculation-imaged-wrapper .ideal-weight {
	position:relative;
	z-index:2;
}

.calculation.calculation-imaged-wrapper .ideal-weight span {
	border-color: #FFFFFF;
	top: -8px;
	height: 22px;
	width: 100px;
}

.calculation.calculation-imaged-wrapper .button-calculation  span {
	top: 0px;
}

.calculation.calculation-imaged-wrapper ul.gender {
	position:relative;
	z-index:2;
	margin-bottom: 10px;
}

.calculation.calculation-imaged-wrapper .button-calculation {
	border-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	padding: 0px 1px 2px 15px;
}

.calculation.calculation-imaged-wrapper .button-calculation i {
	background: #FFFFFF;
	color: #305BA0;
	margin-left: 13px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	top: -1px;
}

.calculation.calculation-imaged-wrapper .button-calculation:hover i {
	background: #FFFFFF;
	color:#305BA0;
}

.calculation.calculation-imaged-wrapper .button-calculation:hover,
.calculation.calculation-imaged-wrapper .button-calculation:focus {
	background:#FFFFFF;
	border-color:#FFFFFF;
	color:#305BA0;
}

.calculation.calculation-imaged-wrapper h2 {
	color: #FFFFFF;
	font-size: 11.5px;
	background: #6CB33E;
	height: 32px;
	line-height: 32px;
	display: table;
	padding-right: 15px;
	position: relative;
	left: -54px;
	margin: 20px 0px 30px;
}

.calculation.calculation-imaged-wrapper h2 .icon {
	float:left;
	width:34px;
	height:32px;
	line-height:32px;
	text-align:center;
	background:#85E149;
	margin-right:20px;
}

.calculation.calculation-imaged-wrapper h2 .icon:before {
	width: 16px;
	height: 16px;
	line-height: 14px;
	border: 1px solid #FFFFFF;
	text-align: center;
	content: '+';
	font-size: 19px;
	display: table;
	border-radius: 50%;
	font-weight: 300;
	padding-left: 1px;
	margin: calc(50% - 9px) auto 0;
}

.calculation.calculation-imaged-wrapper img {
	position: absolute;
	right: calc(-100% - -193px);
	bottom: -83px;
	max-width: none;
	max-height: 330px;
}

.calculation.calculation-imaged-wrapper .calculation-row .calculation-col {
	position: relative;
	z-index: 1;
}

.calculation.calculation-imaged-wrapper .calculation-row .calculation-col {
	margin:0px 3.5px;
}

.calculation.calculation-imaged-wrapper  .calculation-row {
	margin: 0px -3.5px 7px;
}

.calculation.calculation-imaged-wrapper  .calculation-row.age-button-wrapper {
	margin-bottom:17px;
}

.waxa-team .waxa-big-single {
	position:relative;
}

.waxa-team .waxa-big-single .image>img {
	position:relative;
	z-index:2;
}

.waxa-team .waxa-big-single .image-desc {
	position: absolute;
	width: 235px;
	height: 235px;
	background: #5896FB url(assets/img/team-desc.png);
	border-radius: 50%;
	top: 40px;
	right: 0;
	background-size: cover;
	overflow:hidden;
	text-align:center;
	color:#FFFFFF;
}

.waxa-team .waxa-big-single .image-desc .image-desc-top {
	width: 235px;
	height: 235px;
	vertical-align: middle;
	display: table-cell;
	text-align:center;
	font-weight:600;
	font-size:16px;
	letter-spacing:-0.10px;
	line-height:normal;
	padding-top: 50px;
}

.waxa-team .waxa-big-single .image-desc .image-desc-top span {
	display:block;
	display:table;
	margin:0 auto;
}

.waxa-team .waxa-big-single .image-desc .image-desc-top .name:after {
	content:'';
	display:block;
	height:1px;
	background:#FFFFFF;
	max-width:70%;
	margin:4px auto 6px;
}

.waxa-team .waxa-big-single .image-desc .image-desc-top .role {
	font-size:11px;
	text-transform:uppercase;
	font-weight: 800;
}

.waxa-team .waxa-big-single .image-desc .team-social-links {
	list-style: none;
	padding: 0px;
	margin: 23px auto 0px;
	max-width: 100px;
}

.waxa-team .waxa-big-single .image-desc .team-social-links li {
	display:inline-block;
	margin:0px 5px 10px;
}

.waxa-team .waxa-big-single .image-desc .team-social-links li a,
.waxa-team .waxa-big-single .image-desc .team-social-links li a:visited {
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	border-radius:50%;
	width:21px;
	height:21px;
	line-height:21px;
	text-align:center;
	display:block;
	font-size: 11px;
}

.waxa-team .waxa-big-single .image-desc .team-social-links li a:hover,
.waxa-team .waxa-big-single .image-desc .team-social-links li a:focus {
	background:#FFFFFF;
	color:#5896FB;
}

.waxa-team .waxa-big-single .team-navigation {
	width: 67px;
	height: 67px;
	background: #94E75F;
	border-radius: 50%;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	position: absolute;
	right: 5px;
	top: 40px;
	z-index: 3;
}

.waxa-team .waxa-big-single .team-navigation .swiper-button-general {
	color: #FFFFFF;
	background: transparent;
	font-size: 25px;
	height: auto;
	font-weight: 300;
	width: auto;
	line-height: normal;
	margin: 0;
	top: calc(50% - 18px);
}

.waxa-team .waxa-big-single .team-navigation .swiper-button-next:after {
	content:'>';
	display:block;
}

.waxa-team .waxa-big-single .team-navigation .swiper-button-prev:after {
	content:'<';
	display:block;
}

.waxa-team .waxa-big-single .team-navigation .swiper-button-prev {
	left:15px;
}

.waxa-team .waxa-big-single .team-navigation .swiper-button-next {
	right:15px;
}

.waxa-team .col-sm-7 h2 {
	font-size:13.5px;
	color:#707070;
	margin:0px;
	letter-spacing:0.50px;
	text-transform:uppercase;
}

.waxa-team .col-sm-7 h3 {
	font-size:35px;
	color:#505050;
	margin:0px 0px 8px;
	letter-spacing:-0.10px;
	max-width: 450px;
}

.waxa-team .col-sm-7 .description {
	font-size:14px;
	color:#888787;
	font-weight: 400;
	margin-bottom:25px;
}

.waxa-team .col-sm-7 .description p:last-child {
	margin-bottom:0px;
}

.waxa-team .col-sm-7 .team-desc-top {
	font-size:16px;
	color:#5a91e8;
	font-weight:700;
}

.waxa-team .col-sm-7 .about-text {
	font-size:12px;
}

.waxa-team .col-sm-7 .team-desc-top .trainer {
	font-size:12px;
}

.waxa-team .col-sm-7 .team-desc-top p {
	font-size:12px;
	font-weight:500;
	color:#505050;
	margin:0px;
}

.waxa-team .col-sm-7 .waxa-small-single .swiper-slide-in {
	width:140px;
	height:140px;
	border-radius:50%;
	background:#C7F9A7;
	position:relative;
}

.waxa-team .col-sm-7 .waxa-small-single {
	margin-bottom: 30px;
}

.waxa-team .col-sm-7 .waxa-small-single .swiper-slide-in .small-image {
	width: 135px;
	height: 135px;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
	background-position: top center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.waxa-team .col-sm-7 .waxa-small-single .swiper-slide-in .plus {
	width: 37px;
	height: 37px;
	line-height: 37px;
	font-size:30px;
	color:#FFFFFF;
	background: #5A91E8;
	text-align:center;
	border-radius: 50%;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	position: absolute;
	right: 5px;
	bottom: 3px;
	z-index: 3;
	font-weight: 300;
	cursor:pointer;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.waxa-team .col-sm-7 .waxa-small-single .swiper-slide-in .plus:hover {
	color:#5A91E8;
	background: #FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.waxa-team .col-sm-7 .waxa-small-single .swiper-wrapper {
	transform:inherit !important;
}

.waxa-program .nav-tabs.waxa-program-top-tab>li>a,
.waxa-program .nav-tabs.waxa-program-top-tab>li>a:visited {
	background: #FFFFFF;
	border-radius: 25px;
	border: 0px;
	color:#505050;
	text-transform:uppercase;
	padding: 8px 15px 6px;
	margin-right: 8px;
}

.waxa-program .nav-tabs.waxa-program-top-tab>li>a h3,
.waxa-program .nav-tabs.waxa-program-top-tab>li>a:visited h3 {
	color:#505050;
	margin:0px;
	font-size:11px;
}

.waxa-program .nav-tabs.waxa-program-top-tab>li>a h3 span {
	font-weight:500;
}

.waxa-program .nav-tabs.waxa-program-top-tab>li>a:hover,
.waxa-program .nav-tabs.waxa-program-top-tab>li>a:focus {
	background: #505050;
	color:#FFFFFF;
}

.waxa-program .nav-tabs.waxa-program-top-tab>li>a:hover h3,
.waxa-program .nav-tabs.waxa-program-top-tab>li>a:focus h3 {
	color:#FFFFFF;
}

.waxa-program .nav-tabs.waxa-program-top-tab>li:nth-last-child(2)>a {
	margin-right: 0px;
}

.waxa-program .nav-tabs.waxa-program-top-tab:after,
.waxa-program .nav-tabs.waxa-program-top-tab:before {
	content:'';
	display:block;
	clear:both;
}

.waxa-program .nav-tabs.waxa-program-top-tab {
	clear:both;
	border: 0px;
	text-align:right;
	margin-bottom:23px;
}

.waxa-program .nav-tabs.waxa-program-top-tab>li {
	float:none;
	display:inline-block;
}

.waxa-program .nav-tabs.waxa-program-in-tab>li>a,
.waxa-program .nav-tabs.waxa-program-in-tab>li>a:visited {
	background: transparent;
	border-radius: 7px;
	border: 1px solid #505050;
	padding: 7px 8.95px 5px;
	margin-right: 5px;
}

.waxa-program .nav-tabs.waxa-program-in-tab>li>a h3,
.waxa-program .nav-tabs.waxa-program-in-tab>li>a:visited h3 {
	margin:0px;
	font-size:13px;
	color:#505050;
	font-weight:600;
}

.waxa-program .nav-tabs.waxa-program-in-tab>li>a:hover,
.waxa-program .nav-tabs.waxa-program-in-tab>li>a:focus {
	background: #505050;
	color:#FFFFFF;
}

.waxa-program .nav-tabs.waxa-program-in-tab>li>a:hover h3,
.waxa-program .nav-tabs.waxa-program-in-tab>li>a:focus h3 {
	color:#FFFFFF;
}

.waxa-program .nav-tabs.waxa-program-toinp-tab>li:last-child>a {
	margin-right: 0px;
}

.waxa-program .nav-tabs.waxa-program-in-tab:after,
.waxa-program .nav-tabs.waxa-program-in-tab:before {
	content:'';
	display:block;
	clear:both;
}

.waxa-program .nav-tabs.waxa-program-in-tab {
	clear:both;
	border: 0px;
	width: auto;
	white-space: nowrap;
	margin-bottom:30px;
}

.waxa-program .nav-tabs.waxa-program-in-tab>li {
	float:none;
	margin: 0px 0px 7px;
	display: inline-block;
	vertical-align: middle;
}

.services-carousel-content .services-carousel-item-content-hover-left-scrollbar {
	height: 100%;
}

.waxa-program .nav-tabs.waxa-program-in-tab.scrollbar-outer > .scroll-element .scroll-element_track {
	background: #3063b5;
}

.waxa-program .nav-tabs.waxa-program-in-tab.scrollbar-outer > .scroll-element.scroll-x {
	height: 12px;
	background: #3063b5;
}

.waxa-program .nav-tabs.waxa-program-in-tab.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
	height: 5px;
	border-radius: 0px;
	background: #3063b5;
}

.waxa-program .nav-tabs.waxa-program-in-tab.scrollbar-outer > .scroll-element .scroll-bar {
	background:#FFFFFF;
}

.waxa-program .waxa-day-list {
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:13px;
	letter-spacing:0.50px;
	max-height: 270px;
	overflow: hidden;
}

.waxa-program .waxa-day-list li .hour {
	font-size:15px;
	font-weight:700;
	border-bottom:2px solid #505050;
	display:inline-block;
	padding:0px 7px;
	margin-right:18px;
}

.waxa-program .waxa-day-list li .salon {
	font-weight:400;
}

.waxa-program .waxa-day-list li .time i {
	margin-right:4px;
}

.waxa-program .waxa-day-list li .time span {
	font-weight:400;
}

.waxa-program .waxa-day-list li {
	margin-bottom:12px;
}

.waxa-program .waxa-day-list li:nth-child(1) {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}

.waxa-program .waxa-day-list li:nth-child(2) {
	-webkit-animation-delay: 0.10s;
	animation-delay: 0.10s;
}

.waxa-program .waxa-day-list li:nth-child(3) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.waxa-program .waxa-day-list li:nth-child(4) {
	-webkit-animation-delay: 0.20s;
	animation-delay: 0.20s;
}

.waxa-program .waxa-day-list li:nth-child(5) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.waxa-program .waxa-day-list li:nth-child(6) {
	-webkit-animation-delay: 0.30s;
	animation-delay: 0.30s;
}

.waxa-program .waxa-day-list li:nth-child(7) {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.waxa-program .waxa-day-list li:nth-child(8) {
	-webkit-animation-delay: 0.40s;
	animation-delay: 0.40s;
}

.waxa-program .waxa-day-list li:nth-child(9) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.waxa-program .waxa-day-list li:nth-child(10) {
	-webkit-animation-delay: 0.50s;
	animation-delay: 0.50s;
}

.waxa-program .waxa-day-list li:nth-child(11) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.waxa-program .waxa-day-list li:nth-child(12) {
	-webkit-animation-delay: 0.60s;
	animation-delay: 0.60s;
}

.waxa-program .waxa-day-list li:nth-child(13) {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

.waxa-program .waxa-day-list li:nth-child(14) {
	-webkit-animation-delay: 0.70s;
	animation-delay: 0.70s;
}

.waxa-program .waxa-day-list li:nth-child(15) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.waxa-program .waxa-day-list li:nth-child(16) {
	-webkit-animation-delay: 0.80s;
	animation-delay: 0.80s;
}

.waxa-program .waxa-day-list li:nth-child(17) {
	-webkit-animation-delay: 0.85s;
	animation-delay: 0.85s;
}

.waxa-program .waxa-day-list li:nth-child(18) {
	-webkit-animation-delay: 0.90s;
	animation-delay: 0.90s;
}

.waxa-program .waxa-day-list li:nth-child(19) {
	-webkit-animation-delay: 0.95s;
	animation-delay: 0.95s;
}

.waxa-program .waxa-day-list li:nth-child(20) {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}

.waxa-program .waxa-day-list li:nth-child(21) {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}

.waxa-program .waxa-day-list li:nth-child(22) {
	-webkit-animation-delay: 1.10s;
	animation-delay: 1.10s;
}

.waxa-program .waxa-day-list li:nth-child(23) {
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}

.waxa-program .waxa-day-list li:nth-child(24) {
	-webkit-animation-delay: 1.20s;
	animation-delay: 1.20s;
}

.waxa-program .waxa-day-list li:nth-child(25) {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.waxa-program .waxa-day-list li:nth-child(26) {
	-webkit-animation-delay: 1.30s;
	animation-delay: 1.30s;
}

.waxa-program .waxa-day-list li:nth-child(27) {
	-webkit-animation-delay: 1.35s;
	animation-delay: 1.35s;
}

.waxa-program .waxa-day-list li:nth-child(28) {
	-webkit-animation-delay: 1.40s;
	animation-delay: 1.40s;
}

.waxa-program .waxa-day-list li:nth-child(29) {
	-webkit-animation-delay: 1.45s;
	animation-delay: 1.45s;
}

.waxa-program .waxa-day-list li:nth-child(30) {
	-webkit-animation-delay: 1.50s;
	animation-delay: 1.50s;
}

.waxa-program .waxa-day-list li:nth-child(31) {
	-webkit-animation-delay: 1.55s;
	animation-delay: 1.55s;
}

.waxa-program .waxa-day-list li:nth-child(32) {
	-webkit-animation-delay: 1.60s;
	animation-delay: 1.60s;
}

.waxa-program .waxa-day-list li:nth-child(33) {
	-webkit-animation-delay: 1.65s;
	animation-delay: 1.65s;
}

.waxa-program .waxa-day-list li:nth-child(34) {
	-webkit-animation-delay: 1.70s;
	animation-delay: 1.70s;
}

.waxa-program .waxa-day-list li:nth-child(35) {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.waxa-program .waxa-day-list li:nth-child(36) {
	-webkit-animation-delay: 1.80s;
	animation-delay: 1.80s;
}

.waxa-program .waxa-day-list li:nth-child(37) {
	-webkit-animation-delay: 1.85s;
	animation-delay: 1.85s;
}

.waxa-program .waxa-day-list li:nth-child(38) {
	-webkit-animation-delay: 1.90s;
	animation-delay: 1.90s;
}

.waxa-program .waxa-day-list li:nth-child(39) {
	-webkit-animation-delay: 1.95s;
	animation-delay: 1.95s;
}

.waxa-program .waxa-day-list li:nth-child(40) {
	-webkit-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.waxa-program .waxa-day-list li:nth-child(41) {
	-webkit-animation-delay: 2.05s;
	animation-delay: 2.05s;
}

.waxa-program .waxa-day-list li:nth-child(42) {
	-webkit-animation-delay: 2.10s;
	animation-delay: 2.10s;
}

.waxa-program .waxa-day-list li:nth-child(43) {
	-webkit-animation-delay: 2.15s;
	animation-delay: 2.15s;
}

.waxa-program .waxa-day-list li:nth-child(44) {
	-webkit-animation-delay: 2.20s;
	animation-delay: 2.20s;
}

.waxa-program .waxa-day-list li:nth-child(45) {
	-webkit-animation-delay: 2.25s;
	animation-delay: 2.25s;
}

.waxa-program .waxa-day-list li:nth-child(46) {
	-webkit-animation-delay: 2.30s;
	animation-delay: 2.30s;
}

.waxa-program .waxa-day-list li:nth-child(47) {
	-webkit-animation-delay: 2.35s;
	animation-delay: 2.35s;
}

.waxa-program .waxa-day-list li:nth-child(48) {
	-webkit-animation-delay: 2.40s;
	animation-delay: 2.40s;
}

.waxa-program .waxa-day-list li:nth-child(49) {
	-webkit-animation-delay: 2.45s;
	animation-delay: 2.45s;
}

.waxa-program .waxa-day-list li:nth-child(50) {
	-webkit-animation-delay: 2.50s;
	animation-delay: 2.50s;
}

.waxa-program .program-buttons {
	float:right;
	clear:both;
	text-align:center;
	margin-top: 5px;
}

.waxa-program .program-buttons>div>i {
	width:23px;
	height:23px;
	line-height:23px;
	font-size:13px;
	border-radius:50%;
	background:#505050;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:2px;
}

.waxa-program .program-buttons>div>span {
	display:block;
	text-transform:uppercase;
}

.waxa-program .program-buttons>div {
	font-weight:600;
	font-size:10px;
	letter-spacing:0.50px;
	cursor:pointer;
	float:right;
	margin-left:10px;
}

.waxa-program .waxa-day-list li .time {
	font-size:12px;
}

.waxa-program.white .nav-tabs.waxa-program-top-tab>li>a,
.waxa-program.white .nav-tabs.waxa-program-top-tab>li>a:visited {
	color:#FFFFFF;
}

.waxa-program.white .nav-tabs.waxa-program-top-tab>li>a h3,
.waxa-program.white .nav-tabs.waxa-program-top-tab>li>a:visited h3 {
	color:#3063b5;
}

.waxa-program.white .nav-tabs.waxa-program-top-tab>li.active>a,
.waxa-program.white .nav-tabs.waxa-program-top-tab>li>a:hover,
.waxa-program.white .nav-tabs.waxa-program-top-tab>li>a:focus {
	background: #32B7FC;
	color:#FFFFFF;
}

.waxa-program.white .nav-tabs.waxa-program-top-tab>li.active>a h3,
.waxa-program.white .nav-tabs.waxa-program-top-tab>li.active>a:visited h3 {
	color:#FFFFFF;
}

.waxa-program.white .nav-tabs.waxa-program-top-tab>li>a:hover h3,
.waxa-program.white .nav-tabs.waxa-program-top-tab>li>a:focus h3 {
	color:#FFFFFF;
}

.waxa-program.white .nav-tabs.waxa-program-in-tab>li>a,
.waxa-program.white .nav-tabs.waxa-program-in-tab>li>a:visited {
	border-color: #FFFFFF;
}

.waxa-program.white .nav-tabs.waxa-program-in-tab>li>a h3,
.waxa-program.white .nav-tabs.waxa-program-in-tab>li>a:visited h3 {
	color:#FFFFFF;
}

.waxa-program.white .nav-tabs.waxa-program-in-tab>li.active>a,
.waxa-program.white .nav-tabs.waxa-program-in-tab>li>a:hover,
.waxa-program.white .nav-tabs.waxa-program-in-tab>li>a:focus {
	background: #FFFFFF;
	color:#FFFFFF;
}

.waxa-program.white .nav-tabs.waxa-program-in-tab>li.active>a h3,
.waxa-program.white .nav-tabs.waxa-program-in-tab>li>a:hover h3,
.waxa-program.white .nav-tabs.waxa-program-in-tab>li>a:focus h3 {
	color:#3063b5;
}

.waxa-program.white .nav-tabs.waxa-program-in-tab::-webkit-scrollbar {
	background: rgba(255, 255, 255, 0.35);
}

.waxa-program.white .nav-tabs.waxa-program-in-tab::-webkit-scrollbar-thumb {
	background:#FFFFFF;
}

.waxa-program.white .waxa-day-list li {
	color:#FFFFFF;
}

.waxa-program.white .waxa-day-list li .hour {
	border-bottom-color:#FFFFFF;
}

.waxa-program.white .waxa-day-list li .time i {
	color:#32B7FC;
}

.waxa-program.white .program-buttons>div {
	color:#FFFFFF;
}

.waxa-program.white .program-buttons>div>i {
	background:#FFFFFF;
	color:#3063b5;
}

.waxa-program.white .nav-tabs.waxa-program-top-tab>li.program-title h3 {
	color:#FFFFFF;
}

.waxa-program.whitev2 .nav-tabs.waxa-program-top-tab>li>a,
.waxa-program.whitev2 .nav-tabs.waxa-program-top-tab>li>a:visited {
	color:#FFFFFF;
}

.waxa-program.whitev2 .nav-tabs.waxa-program-top-tab>li>a h3,
.waxa-program.whitev2 .nav-tabs.waxa-program-top-tab>li>a:visited h3 {
	color:#6cb33e;
}

.waxa-program.whitev2 .nav-tabs.waxa-program-top-tab>li>a.active,
.waxa-program.whitev2 .nav-tabs.waxa-program-top-tab>li>a:hover,
.waxa-program.whitev2 .nav-tabs.waxa-program-top-tab>li>a:focus {
	background: #8CE752;
	color:#FFFFFF;
}

.waxa-program.whitev2 .nav-tabs.waxa-program-top-tab>li>a:hover h3,
.waxa-program.whitev2 .nav-tabs.waxa-program-top-tab>li>a:focus h3 {
	color:#FFFFFF;
}

.waxa-program.whitev2 .nav-tabs.waxa-program-in-tab>li>a,
.waxa-program.whitev2 .nav-tabs.waxa-program-in-tab>li>a:visited {
	border-color: #FFFFFF;
}

.waxa-program.whitev2 .nav-tabs.waxa-program-in-tab>li>a h3,
.waxa-program.whitev2 .nav-tabs.waxa-program-in-tab>li>a:visited h3 {
	color:#FFFFFF;
}

.waxa-program.whitev2 .nav-tabs.waxa-program-in-tab>li>a:hover,
.waxa-program.whitev2 .nav-tabs.waxa-program-in-tab>li>a:focus {
	background: #FFFFFF;
	color:#FFFFFF;
}

.waxa-program.whitev2 .nav-tabs.waxa-program-in-tab>li>a:hover h3,
.waxa-program.whitev2 .nav-tabs.waxa-program-in-tab>li>a:focus h3 {
	color:#6cb33e;
}

.waxa-program.whitev2 .nav-tabs.waxa-program-in-tab::-webkit-scrollbar {
	background: rgba(255, 255, 255, 0.35);
}

.waxa-program.whitev2 .nav-tabs.waxa-program-in-tab::-webkit-scrollbar-thumb {
	background:#FFFFFF;
}

.waxa-program.whitev2 .waxa-day-list li {
	color:#FFFFFF;
}

.waxa-program.whitev2 .waxa-day-list li .hour {
	border-bottom-color:#FFFFFF;
}

.waxa-program.whitev2 .waxa-day-list li .time i {
	color:#8CE752;
}

.waxa-program.whitev2 .program-buttons>div {
	color:#FFFFFF;
}

.waxa-program.whitev2 .program-buttons>div>i {
	background:#FFFFFF;
	color:#6cb33e;
}

.waxa-program.whitev2 .nav-tabs.waxa-program-top-tab>li.program-title h3 {
	color:#FFFFFF;
}

.waxa-program .nav-tabs.waxa-program-top-tab>li.program-title {
	float:left;
}

.waxa-program .nav-tabs.waxa-program-top-tab>li.program-title h3 {
	font-size:13.5px;
	margin:0px;
	letter-spacing:0.75px;
	padding: 6px 0px;
	text-transform:uppercase;
}

.subcategory-content {
	position: relative;
}

.categories-posts-widget .nav-tabs li.hideshow ul,
.theme-post-list .category-list li.hideshow ul {
	position: absolute;
	display: none;
	width: auto;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 11;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	background-color: #fff;
}

.categories-posts-widget .nav-tabs li.hideshow ul li,
.theme-post-list .category-list li.hideshow ul li {
	display: inline-block;
	text-align: left;
	padding: 0;
	min-width: 130px;
	max-width: 100%;
}

.categories-posts-widget .nav-tabs li.hideshow ul li a,
.theme-post-list .category-list li.hideshow ul li a {
    padding: 4px 7.5px 3px;
}

.more-button-cat-post-pointer {
	cursor:pointer;
	position:relative;
}

.categories-posts-widget:after,
.categories-posts-widget:before {
	content:'';
	display:block;
	clear:both;
}

.categories-posts-widget .nav-tabs {
	border:0px;
}

.categories-posts-widget .nav-tabs {
	list-style: none;
	padding: 0;
	margin: 0px 0px 45px;
	display: block;
	list-style: none;
}

.categories-posts-widget .nav-tabs:after {
	content: '';
	display: block;
	border-bottom: 1px solid #B7B7B7;
	clear: both;
	position: relative;
	top: 0px;
	width: 100%;
	max-width:100%;
	z-index:2;
}

.categories-posts-widget .nav-tabs>li {
	float:left;
}

.categories-posts-widget .nav-tabs>li a,
.categories-posts-widget .nav-tabs>li a:visited,
.categories-posts-widget .nav-tabs>li.active a,
.categories-posts-widget .nav-tabs>li.active a:visited {
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 0px 7.5px 2px;
	border: 0px;
	border-bottom: 2px solid #448CCB;
	text-transform: uppercase;
	background: transparent;
	margin: 0px;
	border-radius: 0px;
	z-index: 21;
}

.categories-posts-widget .nav-tabs>li.active a {
	color: #448ccb;
}

.categories-posts-widget .nav-tabs>li.current-cat a,
.categories-posts-widget .nav-tabs>li.current-cat a:visited,
.categories-posts-widget .nav-tabs>li.current-cat-parent a,
.categories-posts-widget .nav-tabs>li.current-cat-parent a:visited {
	color:#448CCB;
}

.categories-posts-widget .nav-tabs>li:first-child a,
.categories-posts-widget .nav-tabs>li:first-child a:visited {
	padding-left:0px;
}

.categories-posts-widget .nav-tabs>li:last-child a,
.categories-posts-widget .nav-tabs>li:last-child a:visited {
	padding-right:0px;
}

.categories-posts-widget .tab-content .image {
	margin-bottom:20px;
}

.categories-posts-widget .tab-content .image img {
	width:100%;
}

.categories-posts-widget .tab-content h3 {
	margin:0px 0px 13px;
	font-size:16px;
	line-height: 1.4;
}

.categories-posts-widget .tab-content .post-information {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:11px;
	color:#7a7979;
}

.categories-posts-widget .tab-content .post-information a,
.categories-posts-widget .tab-content .post-information a:visited {
	color:#7a7979;
}

.categories-posts-widget .tab-content .post-information li {
	display:inline-block;
}

.categories-posts-widget .tab-content .post-information li:first-child {
	margin-right:10px;
}

.categories-posts-widget .tab-content .post-information li i {
	color:#448CCB;
	margin-right:3px;
}

.categories-posts-widget .tab-content .col-sm-6 {
	margin-bottom:26px;
}

.categories-posts-widget .tab-content .col-sm-6:nth-child(2n+1) {
	clear:both;
}

.popular-posts-widget ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.popular-posts-widget>ul:after,
.popular-posts-widget>ul:before {
	content:'';
	display:block;
	clear:both;
}

.popular-posts-widget>ul>li {
	margin-bottom:20px;
}

.popular-posts-widget>ul>li:last-child {
	margin-bottom:0px;
}

.popular-posts-widget ul li .image {
	float:left;
	margin-right:10px;
}

.popular-posts-widget>ul>li:after,
.popular-posts-widget>ul>li:before {
	content:'';
	display:block;
	clear:both;	
}

.popular-posts-widget ul li h3 {
	font-size: 14px;
	margin: 0px 0px 10px;
	line-height: 1.3;
}

.popular-posts-widget ul li .post-information {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:11px;
	color:#7a7979;
}

.popular-posts-widget ul li .post-information a,
.popular-posts-widget ul li .post-information a:visited {
	color:#7a7979;
}

.popular-posts-widget ul li .post-information li {
	display:inline-block;
}

.popular-posts-widget ul li .post-information li i {
	color:#448CCB;
	margin-right:3px;
}

.latest-posts-widget .image img {
	width:100%;
}

.latest-posts-widget .post-information {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:11px;
	color:#7a7979;
}

.latest-posts-widget .post-information a,
.latest-posts-widget .post-information a:visited {
	color:#7a7979;
}

.latest-posts-widget .post-information li {
	display:inline-block;
}

.latest-posts-widget .post-information li:first-child {
	margin-right:10px;
}

.latest-posts-widget .post-information li i {
	color:#448CCB;
	margin-right:3px;
}

.latest-posts-widget.style2 h3 {
    margin: 0px 0px 13px;
    font-size: 20px;
}

.latest-posts-widget.style2 .image {
	margin-bottom:20px;
}

.latest-posts-widget.style2 .row .col-sm-4 {
	margin-bottom:30px;
}

.latest-posts-widget.style2 .row .col-sm-4:nth-last-child(3),
.latest-posts-widget.style2 .row .col-sm-4:nth-last-child(2),
.latest-posts-widget.style2 .row .col-sm-4:nth-last-child(1) {
	margin-bottom: 15px;
}

.latest-posts-widget.style2 .row .col-sm-4:nth-child(3n+1) {
	clear:both;
}

.latest-posts-widget.style3>ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.latest-posts-widget.style3>ul>li {
	margin-bottom:30px;
}

.latest-posts-widget.style3>ul>li:last-child {
	margin-bottom:0px;
}

.latest-posts-widget.style3 h3 {
    margin: 0px 0px 13px;
    font-size: 20px;
}

.latest-posts-widget.style3 .excerpt {
    font-size: 13.5px;
	font-weight:400;
}

.latest-posts-widget.style3 .excerpt p {
	margin-bottom:20px;
}

.latest-posts-widget.style3 .image {
	margin-bottom:20px;
}

.latest-posts-widget.style4>ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.latest-posts-widget.style4>ul>li {
	margin-bottom:30px;
}

.latest-posts-widget.style4.post-list-style-style-2>ul>li {
	margin-bottom:45px;
}

.latest-posts-widget.style4>ul>li:last-child {
	margin-bottom:0px;
}

.latest-posts-widget.style4 h3,
.latest-posts-widget.style4 h2 {
    margin: 0px 0px 13px;
    font-size: 20px;
}

.latest-posts-widget.style4 .excerpt {
	font-size: 13.5px;
	font-weight:400;
}

.latest-posts-widget.style4 .excerpt p {
	margin-bottom:20px;
}

.latest-posts-widget.style4 .image {
	margin-bottom:20px;
}

.latest-posts-widget.style5 h3 {
    margin: 0px 0px 13px;
    font-size: 16px;
	line-height:1.4;
}

.latest-posts-widget.style5 .image {
	margin-bottom:20px;
}

.latest-posts-widget.style5 .row .col-sm-6 {
	margin-bottom:30px;
}

.latest-posts-widget.style1>ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.latest-posts-widget.style1>ul>li {
	margin-bottom:30px;
}

.latest-posts-widget.style1>ul>li:after,
.latest-posts-widget.style1>ul>li:before {
	content:'';
	display:block;
	clear:both;
}

.latest-posts-widget.style1>ul>li:last-child {
	margin-bottom:0px;
}

.latest-posts-widget.style1 h3 {
	margin: 0px 0px 13px;
	font-size: 20px;
	line-height: 1.4;
}

.latest-posts-widget.style1 .excerpt {
	font-size: 13.5px;
	font-weight:400;
}

.latest-posts-widget.style1 .excerpt p {
	margin-bottom:20px;
}

.waxa-latest-posts-widget a.other-posts-link {
	display: table;
	font-size: 11px;
	color: #448ccb;
	border: 1px solid #448ccb;
	margin: 30px auto 15px;
	padding: 9px 24px 7px;
	min-width: 135px;
	text-transform: uppercase;
	font-weight: 800;
}

.waxa-latest-posts-widget a.other-posts-link:hover,
.waxa-latest-posts-widget a.other-posts-link:focus {
	background:#448ccb;
	color:#FFFFFF;
}

.waxa-latest-posts-widget>ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.waxa-latest-posts-widget>ul>li {
	margin-bottom:20px;
	padding-bottom:16px;
	border-bottom:1px solid #D7D7D7;
}

.waxa-latest-posts-widget>ul>li:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

.waxa-latest-posts-widget>ul>li h3 {
	margin:0px 0px 5px;
	font-size:15px;
}

.waxa-latest-posts-widget>ul>li .image {
	margin-bottom:20px;
}

.waxa-latest-posts-widget>ul>li .image img {
	width:100%;
}

.waxa-latest-posts-widget>ul>li .post-information {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:11px;
	color:#7a7979;
}

.waxa-latest-posts-widget>ul>li .post-information a,
.waxa-latest-posts-widget>ul>li .post-information a:visited {
	color:#7a7979;
}

.waxa-latest-posts-widget>ul>li .post-information li {
	display:inline-block;
}

.waxa-latest-posts-widget>ul>li .post-information li:first-child {
	margin-right:10px;
}

.waxa-latest-posts-widget>ul>li .post-information li i {
	color:#448CCB;
	margin-right:3px;
}

i.fa.slidericon {
	margin-left: 10px !important;
	opacity: 1 !important;
	width: auto !important;
	border-right: 1px solid #FFFFFF;
	padding: 2.5px 10px 2px 0px;
	margin-right: 8px;
	font-size:12px;
}

.rev-btn.rev-hiddenicon:hover i.fa.slidericon2,
i.fa.slidericon2 {
	margin-left: 10px !important;
	opacity: 1 !important;
	margin-right: 8px;
	font-size:12px;
	width:30px !important;
	height:30px !important;
	line-height:30px !important;
	color:#209FBC;
	text-align:center;
	background:#FFFFFF;
	border-radius:50%;
	margin-right:0px !important;
}

.waxa-slider-button,
.waxa-slider-button:hover {
	-webkit-transition: 0.3s !important;
	-moz-transition: 0.3s !important;
	-o-transition: 0.3s !important;
	-ms-transition: 0.3s !important;
	transition: 0.3s !important;
}

.waxa-slider-button2,
.waxa-slider-button2:hover {
	-webkit-transition: 0.3s !important;
	-moz-transition: 0.3s !important;
	-o-transition: 0.3s !important;
	-ms-transition: 0.3s !important;
	transition: 0.3s !important;
}

.vc_row.vc_row-fluid.container {
	margin: 0 auto;
}

.slider1element {
	margin-top: -304px !important;
	margin-bottom: 30px !important;
}

.icon-heading:after,
.icon-heading:before {
	content:'';
	display:'';
	clear:both;
}

.icon-heading.white {
	color:#FFFFFF;
}

.icon-heading .icon-heading-icon {
	display: inline-block;
	font-size: 32px;
	line-height: 38px;
	vertical-align: text-top;
	float: left;
	margin-right: 10px;
}

.icon-heading h3 {
	margin:0px;
	display:inline-block;
	letter-spacing:0.75px;
	font-size:12px;
	text-transform:uppercase;
}

.icon-heading.white h3 {
	color:#FFFFFF;
}

.icon-heading p {
	margin:0px;
	font-weight:400;
	letter-spacing:0.75px;
	font-size:11px;
}

.newsletterBar .mc4wp-alert {
	color:#FFFFFF;
}

.newsletterBar .mc4wp-alert p,
.widget_mc4wp_form_widget .mc4wp-alert p {
	font-size: 11px;
	margin:10px 0px 0px;
}


.waxa-newsletter {
	background: #FFFFFF;
	border-radius: 30px;
	padding: 2px;
	overflow: hidden;
}

.waxa-newsletter input[type="email"] {
	border: 0px;
	font-size: 11px;
	color: #919191;
	letter-spacing: 0.25px;
	height: 29px;
	line-height: 29px;
	width: calc(100% - 115px);
	float: left;
	font-weight:400;
}

.waxa-newsletter input[type="submit"] {
	border:0px;
	background:#94E75F;
	font-size:11px;
	color:#FFFFFF;
	letter-spacing:0.25px;
	height:29px;
	line-height:29px;
	width:115px;
	box-shadow: -1px 1px 2px #B5B5B5;
	float:right;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

.slider-newsletter .waxa-newsletter {
	background:transparent;
	border-radius: 0px;
	overflow: visible;
}

.slider-newsletter .waxa-newsletter input[type="email"] {
	width: 365px;
	height: 65px;
	padding: 11px 30px !important;
	font-size: 15px !important;
	color: #9b9b9b;
	border: 0px;
	border-radius: 3px !important;
	font-weight: 400 !important;
	box-shadow: none;
}

.slider-newsletter .waxa-newsletter input[type="submit"] {
	padding: 0px 49px !important;
	margin-left: 4px !important;
	letter-spacing: 1px !important;
	width: auto !important;
	height: 65px;
	font-size: 13px !important;
	color: #9b9b9b;
	border: 0px;
	border-radius: 3px !important;
	font-weight: 500;
	background: #305BA0;
	color: #FFFFFF;
	float: left;
	box-shadow: none;
	-webkit-transition: 0.3s !important;
	-moz-transition: 0.3s !important;
	-o-transition: 0.3s !important;
	-ms-transition: 0.3s !important;
	transition: 0.3s !important;
}

.slider-newsletter .waxa-newsletter input[type="submit"]:hover,
.slider-newsletter .waxa-newsletter input[type="submit"]:focus {
	background:#FFFFFF;
	color:#305BA0;
	-webkit-transition: 0.3s !important;
	-moz-transition: 0.3s !important;
	-o-transition: 0.3s !important;
	-ms-transition: 0.3s !important;
	transition: 0.3s !important;
}

.slider-newsletter .waxa-newsletter input[type="number"]::-webkit-input-placeholder { color: #9b9b9b; }
.slider-newsletter .waxa-newsletterinput[type="number"]::-moz-placeholder { color: #9b9b9b; }
.slider-newsletter .waxa-newsletter input[type="number"]:-ms-input-placeholder { color: #9b9b9b; }
.slider-newsletter .waxa-newsletter input[type="number"]:-moz-placeholder { color: #9b9b9b; }

.wpb-js-composer .vc_tta.vc_general.waxa-tabs .vc_tta-tabs-list {
	text-align: center;
	margin-bottom:40px;
}

.wpb-js-composer .vc_tta.vc_general.waxa-tabs .vc_tta-tab>a {
	border: 1px solid #D7D7D7;
	border-radius: 20px !important;
	color: #a3a3a3;
	font-size: 11.5px;
	font-weight: 600;
	padding: 6px 12px 4px;
	margin: 0px 7.5px;
	position:inherit;
}

.wpb-js-composer .vc_tta.vc_general.waxa-tabs .vc_tta-tab>a:hover,
.wpb-js-composer .vc_tta.vc_general.waxa-tabs .vc_tta-tab>a:focus {
	background:#FFFFFF;
	color: #5a91e8;
	border-color:#5a91e8;
}

.wpb-js-composer .vc_tta.vc_general.waxa-tabs .vc_tta-tab.vc_active>a {
	background:#FFFFFF;
	color: #5a91e8;
	border-color:#5a91e8 !important;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic.vc_tta-tabs.waxa-tabs .vc_tta-panels,
.wpb-js-composer .vc_tta.vc_general.waxa-tabs .vc_tta-panels {
	border:0px;
	background: transparent;
}

.wpb-js-composer .vc_tta.vc_general.waxa-tabs .vc_tta-panel.vc_active .vc_tta-panel-body {
	padding: 0px;
}

.waxa-newsletter input[type="email"]::-webkit-input-placeholder { color: #919191; }
.waxa-newsletter input[type="email"]::-moz-placeholder { color: #919191; }
.waxa-newsletter input[type="email"]:-ms-input-placeholder { color: #919191; }
.waxa-newsletter input[type="email"]:-moz-placeholder { color: #919191; }

.vc_row.backgroundtopright,
.backgroundtopright .vc_column-inner {
	background-position:top right !important;
}

.vc_row.backgroundtopleft,
.backgroundtopleft .vc_column-inner {
	background-position:top left !important;
}

.vc_row.backgroundtopcenter,
.backgroundtopcenter .vc_column-inner {
	background-position:top center !important;
}

.vc_row.backgroundbottomright,
.backgroundbottomright .vc_column-inner {
	background-position:bottom right !important;
}

.vc_row.backgroundbottomleft,
.backgroundbottomleft .vc_column-inner {
	background-position:bottom left !important;
}

.vc_row.backgroundbottomcenter,
.backgroundbottomcenter .vc_column-inner {
	background-position:bottom center !important;
}

.vc_row.backgroundcenterright,
.backgroundcenterright .vc_column-inner {
	background-position:center right !important;
}

.vc_row.backgroundcenterleft,
.backgroundcenterleft .vc_column-inner {
	background-position:center left !important;
}

.vc_row.backgroundcentercenter,
.backgroundcentercenter .vc_column-inner {
	background-position:center center !important;
}

.full-area-container-content-left {
	width:600px;
	padding:0px 15px;
	float:left;
	clear:both;
	max-width: 100%;
}

.full-area-container-content-right {
	width:600px;
	padding:0px 15px;
	float:right;
	clear:both;
	max-width: 100%;
}

@-webkit-keyframes feather-effect {
	0% {
		top:0px;
	}
	50% {
		top:-20px;
	}
	100% {
		top:0px;
	}
}

.feather {
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation: feather-effect 3s forwards infinite;
	-moz-animation: feather-effect 3s forwards infinite;
	animation: feather-effect 3s forwards infinite;
	position: absolute;
	right: -150px;
}

.feather2 {
	position:absolute;
	width:100%;
}

.feather2 img {
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation: feather-effect 3s forwards infinite;
	-moz-animation: feather-effect 3s forwards infinite;
	animation: feather-effect 3s forwards infinite;
	position: relative;
	margin-top: 50px;
}

.letterSpacing075 {
	letter-spacing:0.75px;
}

.homepageTelephone strong {
	font-size: 16px;
}

/* ===== 3. WIDGET & SIDEBAR ===== */
.widget-title {
	border-bottom:1px solid #B7B7B7;
	margin-bottom:45px;
	position:relative;
}

.widget-title:after, .widget-title:before {
	content:'';
	display:block;
	clear:both;
}

.widget-title h4 {
	font-size: 13px;
	margin: 0px;
	display:table;
	color:#448ccb;
	text-transform:uppercase;
	padding-bottom: 4px;
}

.widget-title h4:after {
	height: 2px;
	width: 100%;
	content: '';
	display: block;
	background: #448ccb;
	position: relative;
	top: 5px;
}

.widget-box:hover .widget-title:before {
	background:#448ccb;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.waxa-sidebar-newsletter input[type="email"] {
	border-color:#B7B7B7;
	border-radius:4px;
	margin-bottom:6px;
	color:#c0c0c0;
}

.waxa-sidebar-newsletter input[type="email"]::-webkit-input-placeholder { color: #c0c0c0; }
.waxa-sidebar-newsletter input[type="email"]::-moz-placeholder { color: #c0c0c0; }
.waxa-sidebar-newsletter input[type="email"]:-ms-input-placeholder { color: #c0c0c0; }
.waxa-sidebar-newsletter input[type="email"]:-moz-placeholder { color: #c0c0c0; }

.tp_recent_tweets ul {
	margin: 0px;
	padding: 0px;
}

.tp_recent_tweets ul:after,
.tp_recent_tweets ul:before {
	content:'';
	display:block;
	clear:both;
}

.tp_recent_tweets li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.widget-box {
	margin-bottom:50px;
}

.widget-box:last-child {
	padding-bottom:0px;
	border-bottom:0px;
	margin-bottom:0px;
}

.widget-box ul:last-child, .widget-box p:last-child {
	margin-bottom:0px;
}

.twitter-widget {
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
}
.widget_pages ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_categories ul,
.widget_rss ul,
.widget_meta ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight:400;
}

.widget_pages ul li,
.widget_recent_comments ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_nav_menu ul li,
.widget_rss ul li,
.widget_meta ul li {
}

.widget_nav_menu ul li:last-child {
	border-bottom:0px;
    padding-bottom: 0px;
}

.widget_pages>ul li:last-child,
.widget_recent_comments>ul li:last-child,
.widget_recent_entries>ul li:last-child,
.widget_categories>ul li:last-child,
.widget_rss>ul li:last-child,
.widget_archive>ul li:last-child,
.widget_meta>ul li:last-child {
	border-bottom:0px;
}

.widget_pages ul li a, .widget_pages ul li a:visited, .widget_categories ul li a,
.widget_meta ul li a, .widget_meta ul li a:visited {
	display:block;
}

.widget_categories ul li a {
	display:inline-block;
}

.widget_pages ul li:last-child a,
.widget_categories ul li:last-child a,
.widget_archive ul li:last-child a,
.widget_meta ul li:last-child a {
	border-bottom:0px;
	padding-bottom:0px;
}

.widget_nav_menu ul li ul {
	margin-left:15px;
}

.widget_pages ul li ul {
	margin-left:15px;
}

.widget_categories ul ul.children {
	margin-top: 5px;
}

.widget_categories>ul {
	margin-top: -10px;
}

.widget_search .search-form-widget button {
	clear: both;
	float: none;
	padding: 0px 10px 0px 20px;
	margin-top: 10px;
}

.tagcloud:after, .tagcloud:before {
	content:'';
	display:block;
	clear:both;
	margin-bottom:-6px;
}

.tagcloud a, .tagcloud a:visited {
	border: 1px solid #448ccb;
	font-size: 11.5px !important;
	color: #448ccb;
	display: block;
	float: left;
	line-height: normal;
	padding: 7.5px 10px;
	margin: 0px 5px 5px 0px;
	border-radius: 4px;
	font-weight: 400;
}

.tagcloud a:hover, .tagcloud a:focus {
	border-color:#448ccb;
	background:#448ccb;
	color:#FFFFFF;
}

#wp-calendar caption {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color: inherit;
}

.widget_calendar table {
	margin-bottom:0px;
}

.widget_categories ul ul.children {
	border-left: 15px solid #fff;
	z-index: 1;
	position: relative;
}

.widget_categories>ul>li:after {
	content: '';
	display: inline-block;
	border: 1px dotted #898989;
	position: relative;
	top: -9px;
	width: calc(100% - 30px);
	float: left;
}

.widget_categories>ul>li.cat-item-none:after {
	display:none;
}

.widget_categories>ul>li.cat-item-none {
	text-align:left;
}

.widget_categories ul li {
	text-align:right;
	font-size:13.5px;
}

.widget_categories ul li a,
.widget_categories ul li a:visited {
	display: inline-block;
	background: #FFFFFF;
	position: relative;
	z-index: 1;
	padding-right: 20px;
	float: left;
}

.widget_categories ul ul.children {
	margin-top: 5px;
}

.widget-box.widget_rss h4 img {
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.widget_rss ul li {
	margin-bottom: 15px;
}

/* ===== 4. HEADER ===== */
.header-wrapper {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.header-wrapper .header-top-area {
	background:#305BA0;
	color:#b1eaff;
	font-size:11px;
	padding:15px 0px;
	font-family: 'Open Sans';
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.header-wrapper .header-top-area .header-top-col:after,
.header-wrapper .header-top-area .header-top-col:before {
	content:'';
	display:block;
	clear:both;
}

.header-wrapper .header-top-area .header-top-col {
	float:left;
	margin-right:55px;
}

.header-wrapper .header-top-area .header-top-col.search {
	float: right;
	margin-right: 0;
}

.header-wrapper .header-top-area i.top-info-icon {
	border: 1px solid #b1eaff;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	float: left;
	font-size: 9px;
}

.header-wrapper .header-top-area span.title {
	font-weight:700;
	float:left;
	margin-right:12px;
	position: relative;
	top: 1px;
}

.header-wrapper .header-top-area span.text {
	float:left;
	position: relative;
}

.header-wrapper .header-top-area .header-top-col.email span.text {
	top: 1px;
}

.header-wrapper .header-top-area .working-hours span.text {
	line-height: 11px;
}

.header-wrapper .header-top-area .header-top-col.phone span.text {
	top: 1px;
}

.header-wrapper .header-top-area .search {
	text-align:right;
}

.header-wrapper .header-top-area .email .separate:before {
	content: '';
	width: 1px;
	height: 13px;
	background: #b1eaff;
	margin: 0px 12px;
	display: inline-block;
	position: relative;
	top: 3px;
}

.header-wrapper .header-top-area .search .header-search-area {
	background: #FFFFFF;
	border-radius: 12px;
	padding: 1px;
	overflow: hidden;
	padding-left: 15px;
	width:220px;
}

.header-wrapper .header-top-area .search .header-search-area input[type="text"] {
	padding: 0px;
	border: 0px;
	float: left;
	width: calc(100% - 40px);
	height: 20px;
	font-size:10px;
	color:#868686;
}

.header-wrapper .header-top-area .search .header-search-area input[type="text"]::-webkit-input-placeholder { color: #c7c7c7; }
.header-wrapper .header-top-area .search .header-search-area input[type="text"]::-moz-placeholder { color: #c7c7c7; }
.header-wrapper .header-top-area .search .header-search-area input[type="text"]:-ms-input-placeholder { color: #c7c7c7; }
.header-wrapper .header-top-area .search .header-search-area input[type="text"]:-moz-placeholder { color: #c7c7c7; }
.header-wrapper .header-top-area .search .header-search-area button {
	padding: 0;
	width: 35px;
	margin-left: 5px;
	border-radius: 25px;
	font-size: 11px;
	height: 20px;
	line-height: 10px;
	text-align: center;
	float: left;
	background:#448ccb;
	color:#FFFFFF;
}

.header-wrapper .header-top-area .search .header-search-area button:hover,
.header-wrapper .header-top-area .search .header-search-area button:focus {
	background:#FFFFFF;
	color:#448ccb;
}

.header-wrapper .logo-area {
	padding:15px 0px;
	border-bottom:1px solid #EBEBEB;
	background: #FFFFFF;
}

.header-wrapper .logo-area .container {
	position:relative;
}

.header-wrapper .logo-area .header-logo {
	float:left;
}

.header-wrapper .logo-area .menu-area {
	margin: 0 auto;
	display: table;
	position: relative;
	right: -25px;
}

.header-wrapper .logo-area .header-sidebar-area {
	float:right;
	position: relative;
	right: -50px;
}

.header-wrapper .logo-area .header-sidebar-area .header-sidebar-button {
	width: 33px;
	text-align: center;
	height: 29px;
	line-height: 31px;
	background: #448ccb;
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 12px;
	cursor:pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	float:right;
	clear:both;
}

.header-wrapper .logo-area .header-sidebar-area .header-sidebar-button:hover {
	background: #305BA0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.fa-close-waxa:before {
	content: 'X';
	display: inline;
	font-family: 'Raleway';
	font-weight: 500;
}

.header-sidebar-general.scrollbar-outer > .scroll-element .scroll-element_track {
	background-color: #ffffff;
}

.header-sidebar-general.scrollbar-outer > .scroll-element.scroll-y {
	width: 12px;
}

.header-sidebar-general.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
	width: 5px;
	left: 7px;
}

.header-wrapper .logo-area .header-sidebar-area .header-sidebar-content {
	clear: both;
	border-top: 3px solid #448ccb;
	background: #FFFFFF;
	position: absolute;
	top: 100%;
	right: 0;
	width: 245px;
	padding: 20px;
	z-index: 10;
	display:none;
}

.header-wrapper .logo-area .header-sidebar-area .header-sidebar-content:after,
.header-wrapper .logo-area .header-sidebar-area .header-sidebar-content:before {
	content:'';
	display:block;
	clear:both;
}

.header-wrapper.header-wrapper-style2 .logo-area .menu-area .navbar-nav>li>a:after {
	background:#FFFFFF;
}

.header-wrapper-style2.fixed-header-class .logo-area .menu-area .navbar-nav>li>a:after,
.header-wrapper .logo-area .menu-area .navbar-nav>li>a:after {
	content:'';
	height:2px;
	background:#8b8b8b;
	width:0px;
	display:block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.header-wrapper .logo-area .menu-area .navbar-nav>li>a:hover:after,
.header-wrapper .logo-area .menu-area .navbar-nav>li>a:focus:after {
	width: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
	
.header-wrapper .logo-area .menu-area .navbar-nav>li>a:hover,
.header-wrapper .logo-area .menu-area .navbar-nav>li>a:focus {
	background:transparent;
}

.header-wrapper .logo-area .menu-area .dropdown-menu {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	display: block;
	box-shadow: none;
	border: 0px;
	border-top: 2px solid #3063b5;
	margin-top: -2px;
	padding: 14px 0px;
	border-radius: 0px;
	min-width: inherit;
}
	
.header-wrapper .logo-area .menu-area .navbar-nav .dropdown-menu>li>a:hover,
.header-wrapper .logo-area .menu-area .navbar-nav .dropdown-menu>li>a:focus {
	background:transparent;
}

.header-wrapper .logo-area .menu-area .navbar {
	border-radius: 0px;
	min-height: inherit;
	border: 0px;
	margin: 0px;
}

.header-wrapper {
	padding-bottom: 55px;
}

.header-wrapper.header-wrapper-style2 {
	margin-bottom: 0px;
	top: 0;
	width: 100%;
	position: absolute;
	z-index: 50;
}

.header-wrapper.fixed-header-class {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.header-wrapper .logo-area .header-logo {
	position: relative;
	z-index: 1;	
}

.header-wrapper.fixed-header-class .logo-area {
	margin-bottom: 0px;
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 50;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.header-wrapper.header-wrapper-style2 .logo-area {
	background:transparent;
}

.header-wrapper.fixed-header-class .logo-area,
.header-wrapper.header-wrapper-style2 .logo-area {
	border:0px;
}

.header-wrapper.header-wrapper-style2 .logo-area .header-logo {
	display:none;
}

.header-wrapper.header-wrapper-style2 .logo-area .header-logo-alternative {
	display:block;
}

.header-wrapper.header-wrapper-style2.fixed-header-class .logo-area .header-logo {
	display:block;
}

.header-wrapper.header-wrapper-style2.fixed-header-class .logo-area .header-logo-alternative {
	display:none;
}

.header-wrapper.fixed-header-class .logo-area {
	background:#FFFFFF;
	border-bottom: 1px solid #d7d7d7;
}

/* ===== 5. FOOTER ===== */
.footer {
	background:#305BA0;
	margin-top:60px;
}

.footer .footer-wrapper {
	background-image:url(assets/img/footer-bg.png);
	background-size:cover;
	background-repeat:no-repeat;
	padding:55px 0px;
	background-position:center center;
	color:#FFFFFF;
}

.footer .footer-wrapper .container {
	position:relative;
}

.footer .footer-wrapper .footer-contact:after {
	content:'';
	display:block;
	width:130px;
	height:1px;
	background:#FFFFFF;
	margin:25px auto;
}

.footer .footer-wrapper .footer-contact ul {
	list-style:none;
	padding:0px;
	margin:0px -15px;
	text-align:center;
}

.footer .footer-wrapper .footer-contact ul:after,
.footer .footer-wrapper .footer-contact ul:before {
	content:'';
	display:block;
	clear:both;
}

.footer .footer-wrapper .footer-contact ul li {
	display: block;
	float:left;
	width: 33.3%;
	vertical-align: top;
	padding: 0px 15px;
}

.footer .footer-wrapper .footer-contact ul li h4 {
	color: #FFFFFF;
	margin: 0px 0px 6px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.50px;
}

.footer .footer-wrapper .footer-contact ul li i {
	width: 63px;
	height: 63px;
	line-height: 63px;
	font-size: 25px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	margin-bottom:25px;
}

.footer .footer-wrapper .footer-contact ul li span {
	display:block;
	font-weight: 400;
}

.footer .footer-wrapper .go-top-icon {
	position: absolute;
	bottom: 4px;
	right: -28px;
	width: 42px;
	height: 42px;
	font-weight: 100;
	line-height: 41px;
	font-size: 30px;
	text-align: center;
	color: #305BA0;
	z-index: 3;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.footer .footer-wrapper .go-top-icon:hover,
.footer .footer-wrapper .go-top-icon:focus {
	background:transparent;
	color:#FFFFFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.footer .footer-wrapper .footer-social-media {
	margin-bottom:41px;
}

.footer .footer-wrapper .footer-social-media ul {
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
}

.footer .footer-wrapper .footer-social-media ul li {
	display:inline-block;
	margin:0px 15px 8px 0px;
}

.footer .footer-wrapper .footer-social-media ul li a,
.footer .footer-wrapper .footer-social-media ul li a:visited {
	width: 49px;
	height: 49px;
	line-height: 49px;
	font-size: 20px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	border-radius: 50%;
	display: block;
}

.footer .footer-wrapper .footer-social-media ul li a:hover,
.footer .footer-wrapper .footer-social-media ul li a:focus {
	background: #FFFFFF;
	color: #305BA0;
}

.footer .footer-wrapper .copyright {
	text-align:center;
}

.footer .footer-wrapper .copyright p {
	margin:0px;
	font-weight:400;
	font-size:12px;
	letter-spacing:0.50px;
}

/* ===== 6. 404 PAGE ===== */
.page404 .content404 h1 {
	font-size:143px;
	line-height: 90px;
	margin:0px 0px 25px;
	text-align:center;
	color:#434343;
}

.page404 .top-desc {
	font-size:35px;
	line-height: 45px;
	margin:0px 0px 33px;
	text-align:center;
	color:#434343;
	font-weight:700;
}

.page404 .bottom-desc {
	font-size:25px;
	line-height: 35px;
	margin:0px;
	text-align:center;
	color:#434343;
	font-weight:500;
	max-width:80%;
	margin:0 auto 32px;
}

.page404 .go-home-button {
	text-align:center;
	margin:0px;
}

.page404 .go-home-button a,
.page404 .go-home-button a:visited {
	display: inline;
	background: #656464;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 16px 44px;
	font-size: 17px;
}

.page404 .go-home-button a:focus,
.page404 .go-home-button a:hover {
	background: #434343;
}

/* ===== 7. COMMENTS ===== */
.comments-area {
	margin-bottom: 0px;
}

.comments-area .post-bottom-element {
	margin-bottom: 0px;
}

.comments-area .comment-reply-title {
	margin-bottom:37px;
}

.comments-area .comment-reply-title h2 {
	font-size: 13px;
	font-weight: 700;
	margin: 0px;
	color: #448CCB;
	padding: 0px 0px 4px;
	text-transform: uppercase;
	border-bottom: 2px solid #448CCB;
	display: table;
	position: relative;
	z-index: 1;
}

.comments-area .comment-reply-title:after {
	content: '';
	display: block;
	border-bottom: 1px solid #B7B7B7;
	clear: both;
	position: relative;
	top: -1px;
}

.comment-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.comments-area .comments-list-area {
	margin-bottom: 50px;	
}

.comment-list li {
	margin-bottom: 25px;
}

.comment-list li:after, .comment-list li:before {
	content:'';
	display:block;
	clear:Both;
}

.comment-list li .comment-body ul li:after, .comment-list li .comment-body ol li:after,
.comment-list li .comment-body ul li:before, .comment-list li .comment-body ol li:before {
	display:none;
}

.comment-list li .comment-body ul li, .comment-list li .comment-body ol li {
	margin:0px;
	padding:0px;
	border:0px;
}

.comment-list li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.comment-list li p:last-child {
	margin-bottom:0px;
}

.comment-list .children {
	list-style: none;
	padding: 0;
	margin: 22px 0 0 22px;
}

.comment-list li .reply {
	float: right;
	z-index: 2;
	margin-top: 9px;
}

.comment-list li .comment-body:after,
.comment-list li .comment-body:before {
	clear:both;
	content:'';
	display:block
}

.comment-list li .reply a, .comment-list li .reply a:visited {
	display: inline-block;
	color: #9e9e9e;
	border: 1px solid #D7D7D7;
	font-size: 11px;
	padding: 2.5px 12px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 600;
}

.comment-list li .reply a:hover, .comment-list li .reply a:focus {
	background: #9E9E9E;
	border-color: #9E9E9E;
	color: #FFFFFF;
}

.comment-list li .comment-author.vcard {
	margin-bottom: 6px;
}

.comment-list li img.avatar {
	margin:0px 15px 0px 0px;
	float: left;
}

.comment-list li cite {
	font-weight: 800;
	font-size: 13px;
	color: #6a6a6a;
	font-style: normal;
	line-height: normal;
	display: inline-block;
	margin-top: 9px;
}

.comment-list li cite a,
.comment-list li cite a:visited {
	color: #6a6a6a;
}

.comment-list li .commentmetadata {
	font-size: 13px;
	margin-top: 9px;
	display: inline-block;
	font-weight: 700;
	color: #6a6a6a;
}

.comment-list li .commentmetadata a, .comment-list li .commentmetadata a:visited {
	color: #6a6a6a;
}

.comment-list li p {
	color: #575555;
}

.comments-area p.logged-in-as {
	text-align: center;
	margin-bottom: 20px;
}

.comments-area .comment-form {
	margin:0px -5px;
}

.comments-area .comment-form .comments-area-col {
    padding-right: 5px;
    padding-left: 5px;
	margin-bottom:10px;
}

.logged-in .comments-area .comment-form .comments-area-col {
	width:100%;
}

.comments-area .comment-form .comments-area-col-left {
	float:left;
}

.comments-area .comment-form .comments-area-col-right {
	float:right;
}

.comments-area .comment-form input[type="text"] {
	font-size: 12.5px;
	border: 1px solid #D7D7D7;
	font-weight: 400;
}

.comments-area .comment-form input[type="text"]::-webkit-input-placeholder { color: #a3a3a3; }
.comments-area .comment-form input[type="text"]::-moz-placeholder { color: #a3a3a3; }
.comments-area .comment-form input[type="text"]:-ms-input-placeholder { color: #a3a3a3; }
.comments-area .comment-form input[type="text"]:-moz-placeholder { color: #a3a3a3; }

.comments-area .comment-form textarea::-webkit-input-placeholder { color: #a3a3a3; }
.comments-area .comment-form textarea::-moz-placeholder { color: #a3a3a3; }
.comments-area .comment-form textarea:-ms-input-placeholder { color: #a3a3a3; }
.comments-area .comment-form textarea:-moz-placeholder { color: #a3a3a3; }

.comments-area .comment-form textarea {
	font-size: 13px;
	border: 1px solid #D7D7D7;
	min-height: 143px;
	padding:25px 20px;
}

.comments-area .comment-form .form-submit {
	clear: both;
	margin: 0px 5px;
}

.comments-area .comment-form .form-submit input[type="submit"] {

}

.comments-area .comment-form .form-submit input[type="submit"]:hover,
.comments-area .comment-form .form-submit input[type="submit"]:hover:visited,
.comments-area .comment-form .form-submit input[type="submit"]:hover:focus,
.comments-area .comment-form .form-submit input[type="submit"]:focus,
.comments-area .comment-form .form-submit input[type="submit"]:active,
.comments-area .comment-form .form-submit input[type="submit"]:active:hover,
.comments-area .comment-form .form-submit input[type="submit"]:active:visited {
	background: #0BA6DD;
	color: #FFFFFF;
}

/* ===== 8. BLOG & ARCHIVE ===== */
.theme-post-list>ul.post-list {
	list-style: none;
	padding: 0px;
	margin: 0px -15px 0;
}

.theme-post-list>ul.post-list>li {
	background: #FFFFFF;
	padding: 0px 15px;
	width: calc(33.33333333%);
	margin: 0 0px 30px;
	float: left;
}

.theme-post-list>ul.post-list>li .post-image {
	margin-bottom:20px;
}

.theme-post-list>ul.post-list>li .post-image img {
	width:100%;
}

.theme-post-list>ul.post-list>li h2 {
	margin:0px 0px 7px;
	font-size:16px;
	line-height: 1.4;
}

.theme-post-list>ul.post-list>li .post-information {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:11px;
	color:#7a7979;
}

.theme-post-list>ul.post-list>li .post-information a,
.theme-post-list>ul.post-list>li .post-information a:visited {
	color:#7a7979;
}

.theme-post-list>ul.post-list>li .post-information li {
	display:inline-block;
}

.theme-post-list>ul.post-list>li .post-information li:first-child {
	margin-right:10px;
}

.theme-post-list>ul.post-list>li .post-information li i {
	color:#448CCB;
	margin-right:3px;
}

.theme-post-list>ul.category-list {
	list-style: none;
	padding: 0;
	margin: 0px 0px 35px;
	display: table;
}

.theme-post-list>ul.category-list ul {
	list-style: none;
	padding:0px;
	margin: 0px;
}

.theme-post-list>ul.category-list:after {
	content: '';
	display: block;
	border-bottom: 1px solid #B7B7B7;
	clear: both;
	position: relative;
	top: -1px;
	width: calc(100% + 150px);
	max-width:100%;
}

.theme-post-list>ul.category-list>li {
	float:left;
}

.theme-post-list>ul.category-list>li a,
.theme-post-list>ul.category-list>li a:visited {
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 0px 7.5px 2px;
	border-bottom: 2px solid #448CCB;
	text-transform: uppercase;
}

.theme-post-list>ul.category-list>li.current-cat a,
.theme-post-list>ul.category-list>li.current-cat a:visited,
.theme-post-list>ul.category-list>li.current-cat-parent a,
.theme-post-list>ul.category-list>li.current-cat-parent a:visited {
	color:#448CCB;
}

.theme-post-list>ul.category-list>li:first-child a,
.theme-post-list>ul.category-list>li:first-child a:visited {
	padding-left:0px;
}

.theme-post-list>ul.category-list>li:last-child a,
.theme-post-list>ul.category-list>li:last-child a:visited {
	padding-right:0px;
}

.archive-title {
	display: table;
	margin: 0px 0px 35px;
}

.archive-title h1 {
    font-size: 13px;
    font-weight: 700;
	margin:0px;
	padding: 0px 0px 4px;
	text-transform: uppercase;
    border-bottom: 2px solid #448CCB;
}

.archive-title:after {
	content: '';
	display: block;
	border-bottom: 1px solid #B7B7B7;
	clear: both;
	position: relative;
	top: -1px;
	width: calc(100% + 150px);
}

.post-list.single-list .post-wrapper .post-header h2, .page-content h1.page-title {
	margin:0px 0px 28px;
	text-align:center;
	font-size:24px;
}

.post-list.single-list .post-wrapper .post-content {
	margin-bottom:28px;
}

.post-list.single-list.page-list .post-wrapper .post-content {
	margin-bottom:0px;
}

.post-list.single-list .post-wrapper .post-content.single-content {
	font-size:13.5px;
	font-weight:400;
	line-height: 1.8;
}

.post-list.single-list .post-wrapper .post-content .post-image {
	margin:0px 0px 25px;
}

.post-list.single-list .post-wrapper .post-content .post-image img {
	width:100%;
}

.post-list.single-list .post-wrapper .post-bottom {
	margin-bottom:31px;
}

.post-list.single-list .post-wrapper .post-bottom:after,
.post-list.single-list .post-wrapper .post-bottom:before {
	content:'';
	display:block;
	clear:both;
}

.post-list.single-list .post-wrapper .post-bottom .single-tag-list {
	float:left;
	margin-top: 8px;
}

.post-list.single-list .post-wrapper .post-bottom .single-tag-list:after,
.post-list.single-list .post-wrapper .post-bottom .single-tag-list:before {
	content:'';
	display:block;
	clear:both;
}

.post-list.single-list .post-wrapper .post-bottom .single-tag-list span {
	display: inline-block;
	background: #FFFFFF;
	font-size: 13px;
	line-height: normal;
	margin: 0px 5px 5px 0px;
	border:1px solid #305ba0;
	border-radius:4px;
}

.post-list.single-list .post-wrapper .post-bottom .single-tag-list span:hover {
	background:#305ba0;
}

.post-list.single-list .post-wrapper .post-bottom .single-tag-list span a,
.post-list.single-list .post-wrapper .post-bottom .single-tag-list span a:visited {
	color:#305ba0;
	display:block;
	padding: 7px 13px;
}

.post-list.single-list .post-wrapper .post-bottom .single-tag-list span:hover a,
.post-list.single-list .post-wrapper .post-bottom .single-tag-list span:hover a:visited,
.post-list.single-list .post-wrapper .post-bottom .single-tag-list span:focus a,
.post-list.single-list .post-wrapper .post-bottom .single-tag-list span:focus a:visited {
	color: #FFFFFF;
}

.post-list.single-list .post-wrapper .post-bottom .single-tag-list span.single-tag-list-title {
	color: #a0a0a0;
	font-weight: 600;
	background: transparent;
	border: 1px solid transparent;
	padding: 7px 0px 7px 0px;
	text-transform: uppercase;
	margin-right: 10px;
}

.post-list.single-list .post-wrapper .post-bottom .single-tag-list span.single-tag-list-title:hover {
	border:1px solid transparent;
	background:transparent;
}

.post-social-share ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float:right;
}

.post-social-share ul:after,
.post-social-share ul:before {
	content:'';
	display:block;
	clear:both;
}

.post-social-share ul li {
	display:block;
	float:left;
	margin:0px 0px 3px 4px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.post-social-share ul li.title {
	font-size: 13px;
	line-height: 39px;
	color: #a0a0a0;
	text-transform: uppercase;
	font-weight: 600;
	padding-right:4px;
}

.post-social-share ul li .share-facebook, .post-social-share ul li .share-facebook:visited {
	background:#5D82D1;
}

.post-social-share ul li .share-twitter, .post-social-share ul li .share-twitter:visited {
	background:#40BFF5;
}

.post-social-share ul li .share-googleplus, .post-social-share ul li .share-googleplus:visited {
	background:#EB5E4C;
}

.post-social-share ul li .share-linkedin, .post-social-share ul li .share-linkedin:visited {
	background:#0077B5;
}

.post-social-share ul li .share-pinterest, .post-social-share ul li .share-pinterest:visited {
	background:#E13138;
}

.post-social-share ul li .share-reddit, .post-social-share ul li .share-reddit:visited {
	background:#FF4500;
}

.post-social-share ul li .share-delicious, .post-social-share ul li .share-delicious:visited {
	background:#3274D0;
}

.post-social-share ul li .share-stumbleupon, .post-social-share ul li .share-stumbleupon:visited {
	background:#EB4924;
}

.post-social-share ul li .share-tumblr, .post-social-share ul li .share-tumblr:visited {
	background:#34465D;
}

.post-social-share ul li:first-child {
	margin-left:0px;
}

.post-social-share ul li a, .post-social-share ul li a:visited {
	display: block;
	background: #000;
	width: 39px;
	font-size: 17px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border:1px solid transparent;
}

.post-social-share ul li a:hover, .post-social-share ul li a:focus {
	border:1px solid #305BA0;
	background:transparent;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.post-social-share ul li a i {
	color:#FFF;
	text-shadow: 6px 5px 0px rgba(0, 0, 0, 0.03);
}

.post-social-share ul li a:hover i,
.post-social-share ul li a:focus i {
	color:#305BA0;
}

.post-bottom-element {
	margin-bottom:55px;
}

.post-bottom-element:after,
.post-bottom-element:before {
	content:'';
	display:block;
	clear:both;
}

.post-bottom-element .post-related .title {
	margin-bottom:37px;
}

.post-bottom-element .post-related .title h4 {
	font-size: 13px;
	font-weight: 700;
	margin: 0px;
	color: #448CCB;
	padding: 0px 0px 4px;
	text-transform: uppercase;
	border-bottom: 2px solid #448CCB;
	display: table;
	position: relative;
	z-index: 1;
}

.post-bottom-element .post-related .title:after {
	content: '';
	display: block;
	border-bottom: 1px solid #B7B7B7;
	clear: both;
	position: relative;
	top: -1px;
}

.post-bottom-element .post-related .image {
	margin-bottom:20px;
}

.post-bottom-element .post-related h3 {
	margin:0px 0px 9px;
	line-height: 1.2em;
	font-size:16px;
}

.post-bottom-element .post-related .post-information {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:11px;
	color:#7a7979;
}

.post-bottom-element .post-related .post-information a,
.post-bottom-element .post-related .post-information a:visited {
	color:#7a7979;
}

.post-bottom-element .post-related .post-information li {
	display:inline-block;
}

.post-bottom-element .post-related .post-information li:first-child {
	margin-right:10px;
}

.post-bottom-element .post-related .post-information li i {
	color:#448CCB;
	margin-right:3px;
}

.post-navigation nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	text-align:right;
}

.post-navigation nav ul li {
	display:inline-block;
	margin-right:2px;
}

.post-navigation nav ul li:last-child {
	margin-right:0px;
}

.post-navigation nav ul li a, 
.post-navigation nav ul li a:visited {
	color: #305ba0;
	border: 1px solid #305ba0;
	display: block;
	border-radius: 4px;
	padding: 7.5px 15.5px;
	line-height: normal;
	font-size: 12.5px;
	letter-spacing: 1px;
}

.post-navigation nav ul li a:hover, 
.post-navigation nav ul li a:focus {
	color: #FFFFFF;
	background: #305ba0;
}

.page-links:after,
.page-links:before {
	content:'';
	display:block;
	clear:both;
}

.page-links>span {
	list-style:none;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	text-align:right;
}

.page-links a,
.page-links a:visited,
.page-links>span {
	display:inline-block;
	color: #305ba0;
	border: 1px solid #305ba0;
	border-radius: 4px;
	line-height: normal;
	color: #305ba0;
	font-size: 13px;
	padding: 7.5px 15.5px;
}

.page-links>span:hover, 
.page-links>span:focus,
.page-links>a:hover, 
.page-links>a:focus {
	color: #FFFFFF;
	background: #305ba0;
}

.page-links .page-links-title {
	color:#a0a0a0;
	font-weight: 700;
	background:transparent;
	border:1px solid transparent;
	padding: 7.5px 15.5px 7.5px 0px;
	text-transform:uppercase;
	margin-right:10px;	
}

/* ===== 9. PLUGINS ===== */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 100px;
	height: 36px;
}

.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #448ccb;
}

.woocommerce ul.products li.product a.added_to_cart {
	font-weight: 600;
}

.woocommerce ul.products li.product .price {
	color: #448ccb;
	font-weight: 600;
}

/* ===== 10. RESPONSIVE ===== */
@media (max-width: 1490px) {
	.feather {
		right: -100px;
	}
}

@media (max-width: 1440px) {
	.calculation.calculation-imaged-wrapper img {
		right: calc(-100% - -150px);
	}
}

@media (max-width: 1390px) {
	.calculation.calculation-imaged-wrapper img {
		right: calc(-100% - -230px);
		max-height: 350px;
	}

	.testimonial-single.position-right {
		float: left;
	}

	.feather {
		right: 0;
	}
}

@media (max-width: 1372px) {
	.services-carousel-content .services-carousel-navigation {
		display:none;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.footer .footer-wrapper .go-top-icon {
		right:0px;
	}
	
	.header-wrapper .logo-area .menu-area {
		right:0px;
	}

	.header-wrapper .logo-area .header-sidebar-area {
		right: 0px;
	}
}

@media (max-width: 1230px) {
	.calculation.calculation-imaged-wrapper img {
		right: calc(-100% - -280px);
		max-height: 300px;
	}
}

@media (max-width: 1275px) {
	.waxa-program .nav-tabs.waxa-program-in-tab>li>a h3, .waxa-program .nav-tabs.waxa-program-in-tab>li>a:visited h3 {
		font-size: 12px;
	}

	.waxa-program .nav-tabs.waxa-program-in-tab>li>a, .waxa-program .nav-tabs.waxa-program-in-tab>li>a:visited {
		padding: 7px 8px 5px;
		margin-right: 4px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.services-box p {
		font-size: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1060px) {
	.footer .footer-wrapper .go-top-icon {
		right:0px;
	}
	
	.header-wrapper .logo-area .menu-area {
		right:0px;
	}

	.header-wrapper .logo-area .header-sidebar-area {
		right: 0px;
	}
}

@media (min-width: 768px) and (max-width: 1202px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.header-wrapper.fixed-header-class .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper.fixed-header-class .logo-area .menu-area .navbar-nav>li>a:visited,
	.header-wrapper.fixed-header-class.header-wrapper-style2 .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper.fixed-header-class.header-wrapper-style2 .logo-area .menu-area .navbar-nav>li>a:visited,
	.header-wrapper .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper .logo-area .menu-area .navbar-nav>li>a:visited {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 11px;
	}
}

@media (max-width: 1199px) {
	.homepageTelephone strong {
		font-size: 14px;
	}

	.homepageTelephone {
		font-size: 13px !important;
	}

	.latest-posts-widget.style1>ul li .col-sm-8 {
		width:100%;
		margin-bottom:30px;
		float:none;
	}
	
	.latest-posts-widget.style1>ul li .col-sm-4 {
		width:100%;
		float:none;
	}
	
	.vc_row.home2-statistics-content {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.waxa-pricing-table {
		padding: 0px 30px 30px;
	}

	.waxa-newsletter input[type="submit"] {
		width: 95px;
	}

	.waxa-newsletter input[type="email"] {
		font-size: 9px;
		width: calc(100% - 95px);
	}

	.icon-heading h3 {
		font-size: 11px;
	}

	.icon-heading p {
		font-size: 9px;
	}

	.waxa-team .col-sm-7 h3 {
		max-width: none;
	}

	.waxa-team .waxa-big-single .image-desc {
		z-index: 2;
	}

	.feature-banner .bigtext {
		display:none;
	}
	
	.feature-banner .text {
		display:none;
	}
	
	.discount-box .content .discount-rate {
		display: none;
	}

	.discount-box .content .content-content {
		float: none;
		width: 100% !important;
	}
	
	.feature-banner.big-style h4 {
		margin-bottom:13px;
	}
	
	.feature-banner h4 {
		height: 14px;
		overflow: hidden;
		margin-bottom: 13px;
	}

	.header-wrapper .header-top-area .header-top-col {
		margin-right: 15px;
		font-size:10px;
	}

	.header-wrapper .header-top-area i.top-info-icon {
		margin-right: 5px;
	}
	
	.header-wrapper .header-top-area .email .separate:before {
		margin: 0px 5px;
	}

	.header-wrapper .header-top-area span.title {
		margin-right: 5px;
	}
}

@media (max-width: 1125px) {
	.slider-newsletter .waxa-newsletter input[type="email"] {
		width:230px;
	}

	.slider-newsletter .waxa-newsletter input[type="submit"] {
		padding: 0px 25px !important;
	}

	.calculation.calculation-imaged-wrapper img {
		display: none;
	}

	.calculation.calculation-imaged-wrapper .calculation-imaged {
		padding-right: 20px;
		float: none;
		margin-bottom:0px;
	}
	
	.calculation.calculation-imaged-wrapper input[type="number"] {
		width: 100%;
	}
	
	.calculation.calculation-imaged-wrapper .calculation-row .calculation-col {
		margin: 0px 7.5px;
		width: calc(50% - 15px);
	}
	
	.calculation.calculation-imaged-wrapper  .calculation-row {
		margin-bottom:15px;
	}

	.calculation.calculation-imaged-wrapper .calculation-row .calculation-col.button-wrapper {
		width: initial;
	}
	
	.calculation.calculation-imaged-wrapper {
		padding-top: 0;
	}
}

@media (max-width: 1080px) {
	.home2calculation>.vc_column-inner {
		background-size: cover !important;
	}
}

@media (max-width: 1070px) {
	.full-area-container-content-right {
		width: 100%;
		padding-left: 0;
	}

	.full-area-container-content-left {
		width: 100%;
		padding-right: 0;
	}
}

@media (max-width: 1040px) {
	.slider1element {
		margin-top: 30px !important;
		margin-bottom: 0px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-wrapper.fixed-header-class .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper.fixed-header-class .logo-area .menu-area .navbar-nav>li>a:visited,
	.header-wrapper.fixed-header-class.header-wrapper-style2 .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper.fixed-header-class.header-wrapper-style2 .logo-area .menu-area .navbar-nav>li>a:visited,
	.header-wrapper .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper .logo-area .menu-area .navbar-nav>li>a:visited {
		padding-left: 6.5px;
		padding-right: 6.5px;
		font-size: 11px;
	}	
}

@media (max-width: 991px) {
	.home3-statistics-wrapper>.vc_column-inner {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.home2calculation>.vc_column-inner {
		background-size: contain !important;
		padding-bottom: 60px !important;
		padding-top: 60px !important;
	}

	.waxa-program .waxa-day-list {
		max-height: 235px;
	}

	.map-3d-tour .map-container {
		width: 100%;
	}

	.feather2 img {
		margin-top: -15px;
	}

	.waxa-pricing-table .pricing-table-button a, .waxa-pricing-table .pricing-table-button a:visited {
		font-size: 10px;
		padding: 2px 2px 2px 10px;
	}

	.waxa-pricing-table .pricing-table-button a i {
		width: 25px;
		height: 25px;
		line-height: 26px;
		margin-left: 6px;
		font-size: 15px;
	}

	.waxa-pricing-table .pricing-table-button a span {
		top: -1px;
	}

	.waxa-pricing-table {
		padding: 0px 20px 20px;
	}

	.waxa-pricing-table .price-table-name {
		font-size: 10px;
		padding: 10px 10px;
	}

	.waxa-pricing-table .price-table-content {
		font-size: 12px;
	}

	.waxa-program .nav-tabs.waxa-program-top-tab>li.program-title h3 {
		font-size: 11px;
	}

	.calculation.calculation-imaged-wrapper .calculation-imaged {
		margin-bottom:30px;
	}
	
	.header-wrapper .header-top-area .header-top-col.search {
		display: none;
	}

	.waxa-team .waxa-big-single .image-desc {
		top: inherit;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto -35px;
	}

	.waxa-team .col-sm-7 h3 {
		font-size: 25px;
	}

	.waxa-team .col-sm-7 h2 {
		font-size: 12px;
	}

	.waxa-team .col-sm-7 .team-desc-top {
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.map-3d-tour .map-3d-tour-content h3 {
		top: 30px;
		left: 30px;
		right: 30px;
	}

	.map-3d-tour .map-3d-tour-content p {
		left: 30px;
		right: 30px;
	}

	.map-3d-tour .map-3d-tour-content .map-3d-tour-button {
		bottom: 30px;
		left: 30px;
		right: 30px;
	}

	.waxa-team .col-sm-7 .waxa-small-single {
		margin-bottom: 25px;
	}

	.discount-box h4 {
		height: 14px;
		overflow: hidden;
		margin-bottom:13px;
	}

	.discount-box .text {
		display: none;
	}

	.discount-box .discount-box-button {
		float: none;
		display: table;
	}

	.header-wrapper .logo-area .menu-area {
		clear: both;
	}
	
	.header-wrapper.fixed-header-class .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper.fixed-header-class .logo-area .menu-area .navbar-nav>li>a:visited,
	.header-wrapper.fixed-header-class.header-wrapper-style2 .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper.fixed-header-class.header-wrapper-style2 .logo-area .menu-area .navbar-nav>li>a:visited,
	.header-wrapper .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper .logo-area .menu-area .navbar-nav>li>a:visited {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 10px;
	}	
}

@media (max-width: 860px) {
	.footer .footer-wrapper .go-top-icon {
		right:0px;
	}
	
	.header-wrapper .logo-area .menu-area {
		right:0px;
	}

	.header-wrapper .logo-area .header-sidebar-area {
		right: 0px;
	}
}

@media (min-width: 768px) {
	.theme-post-list>ul.post-list>li:nth-child(3n+1) {
		clear:both;
	}

	.woocommerce .products.related ul>li:nth-child(4n+1) {
		clear: both;
	}

	.post-type-archive-product.woocommerce.waxa-shop-column-3 ul.products li.product {
		width: 30.80%;
	}

	.post-type-archive-product.woocommerce.waxa-shop-column-4 ul.products li.product {
		width: 22.15%;
	}

	.post-type-archive-product.woocommerce.waxa-shop-column-5 ul.products li.product {
		width: 16.96%;
	}

	.post-type-archive-product.woocommerce.waxa-shop-column-6 ul.products li.product {
		width: 13.50%;
	}
	
	.header-wrapper .logo-area .menu-area .dropdown-menu {
		visibility: hidden;
		opacity: 0;
	}

	.categories-posts-widget .tab-content .col-sm-6:nth-last-child(2),
	.categories-posts-widget .tab-content .col-sm-6:nth-last-child(1) {
		margin-bottom:0px;
	}

	.header-wrapper.fixed-header-class .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper.fixed-header-class .logo-area .menu-area .navbar-nav>li>a:visited,
	.header-wrapper.fixed-header-class.header-wrapper-style2 .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper.fixed-header-class.header-wrapper-style2 .logo-area .menu-area .navbar-nav>li>a:visited,
	.header-wrapper .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper .logo-area .menu-area .navbar-nav>li>a:visited {
		padding-top: 0px;
		padding-bottom: 0px;
		color: #8b8b8b;
		text-transform: uppercase;
		font-weight: 700;
		background:transparent;
	}

	.header-wrapper.header-wrapper-style2 .logo-area .menu-area .navbar-nav>li>a,
	.header-wrapper.header-wrapper-style2 .logo-area .menu-area .navbar-nav>li>a:visited {
		color: #FFFFFF;
	}
	
	.header-wrapper .logo-area .menu-area .navbar-nav .dropdown-menu>li>a,
	.header-wrapper .logo-area .menu-area .navbar-nav .dropdown-menu>li>a:visited {
		font-size: 12px;
		color: #8b8b8b;
		font-weight: 500;
		padding: 5.5px 20px;
		background: transparent;
	}
	
	.header-wrapper .logo-area .menu-area .navbar-nav .dropdown-menu>li>a:hover,
	.header-wrapper .logo-area .menu-area .navbar-nav .dropdown-menu>li>a:focus {
		color: #305BA0;
	}
	
	.header-wrapper .logo-area .menu-area .navbar-nav .dropdown-menu .dropdown-menu {
		left: 100%;
		top: -9px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	
	.header-wrapper .logo-area .menu-area .navbar-nav li .fa.fa-angle-down {
		display: none;
	}

	.header-wrapper .logo-area .menu-area .navbar-nav li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.header-wrapper .logo-area .menu-area .navbar {
		margin: 19px 0px 19px;
	}
}

@media (max-width: 767px) {
	.rightsidebar {
		margin-top: 35px;
	}

	.theme-post-list>ul.post-list>li {
		width: calc(50%);
	}

	.theme-post-list>ul.post-list>li:nth-child(2n+1) {
		clear:both;
	}

	.leftsidebar {
		margin-bottom: 35px;
	}
	.page404 .content404 h1 {
		margin: 0px 0px 35px;
	}
	
	.page404 .top-desc {
		font-size: 20px;
		line-height: 30px;
	}

	.page404 .bottom-desc {
		font-size: 15px;
		line-height: 20px;
		max-width:100%;
	}
	
	.slider-newsletter .waxa-newsletter input[type="email"] {
		width: 200px;
		height: 40px;
		font-size: 12px !important;
	}

	.slider-newsletter .waxa-newsletter input[type="submit"] {
		height: 40px;
	}

	.post-social-share ul li a, .post-social-share ul li a:visited {
		width: 34px;
		font-size: 14px;
		height: 34px;
		line-height: 34px;
	}

	.post-list.single-list .post-wrapper .post-bottom .single-tag-list span a, .post-list.single-list .post-wrapper .post-bottom .single-tag-list span a:visited {
		padding: 4px 9px;
		font-size: 11px;
	}

	.post-list.single-list .post-wrapper .post-bottom .single-tag-list span {
		font-size: 12px;
	}

	.post-social-share ul li.title {
		font-size: 12px;
		line-height: 34px;
	}

	.post-list.single-list .post-wrapper .post-header h2 {
		font-size: 20px;
	}

	.post-list.single-list .post-wrapper .post-bottom .single-tag-list {
		float: none;
	}

	.post-social-share ul {
		float: none;
		margin-top: 25px;
	}

	.post-navigation nav ul {
		text-align: left;
	}

	.latest-posts-widget.style5 .row .col-sm-6 {
		margin-bottom:55px;
	}

	.box-heading .box-heading-text {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.vc_row.home2-statistics-content {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.waxa_counter {
		width: 94px;
		height: 94px;
	}

	.map-3d-tour .map-3d-tour-content .container h3 {
		left: 15px;
		right: 15px;
	}
	
	.map-3d-tour .map-3d-tour-content .container p {
		left:30px;
		right: 30px;
	}
	
	.map-3d-tour .map-3d-tour-content .container .map-3d-tour-button {
		left:30px;
		right: 30px;
	}

	.header-wrapper .logo-area .menu-area .dropdown-menu {
		position: relative;
		float: none;
		display: none;
		margin: -5px 15px 0px;
	}
	
	.header-wrapper .logo-area .menu-area .navbar-nav li.open .dropdown-menu {
		display: block;
	}

	.header-wrapper .logo-area .menu-area .navbar-nav li a,
	.header-wrapper .logo-area .menu-area .navbar-nav li a:visited {
		font-size: 13px;
		color: #434343;
		font-weight: 500;
		padding: 3px 15px 3px 15px;
		background: transparent;
	}

	.header-wrapper .logo-area .menu-area .navbar-nav li a:hover,
	.header-wrapper .logo-area .menu-area .navbar-nav li a:focus {
		color: #305BA0;
	}

	.header-wrapper.header-wrapper-style2 .logo-area .menu-area .navbar-nav>li>a:after {
		background: #305BA0;
	}

	.footer .footer-wrapper .footer-contact ul li {
		font-size: 13px;
	}
	
	.footer .footer-wrapper .go-top-icon {
		display:none;
	}

	.statistics-wrapper .vc_column-inner {
		padding-top: 0px !important;
	}

	.map-3d-tour .map-container {
		width: 100%;
		float: none;
	}

	.map-3d-tour .map-3d-tour-content h3 {
		top: 30px;
		left: 30px;
		right: 30px;
	}

	.map-3d-tour .map-3d-tour-content p {
		left: 30px;
		right: 30px;
		font-size: 25px;
	}

	.map-3d-tour .map-3d-tour-content .map-3d-tour-button {
		bottom: 30px;
		left: 30px;
		right: 30px;
	}

	.map-3d-tour .map-3d-tour-iframe i {
		right: 30px;
		top: 30px;
	}

	.feather2 {
		display:none;
	}
	
	.full-area-container-content-right {
		padding-left:0px;
		padding-right:0px;
	}
	
	.full-area-container-content-right .vc_column_container>.vc_column-inner {
		padding-left: 0px;
		padding-right: 30px;
	}
	
	.full-area-container-content-left {
		padding-left:0px;
		padding-right:0px;
	}
	
	.full-area-container-content-left .vc_column_container>.vc_column-inner {
		padding-right: 0px;
		padding-left: 30px;
	}

	.waxa-program .nav-tabs.waxa-program-top-tab>li.program-title {
		display: none;
	}

	.waxa-program .nav-tabs.waxa-program-top-tab {
		text-align: left;
	}

	.waxa-program .waxa-day-list li .hour {
		display: table;
	}

	.waxa-program .program-buttons {
		margin-top: 15px;
		float: none;
		position: relative;
		z-index: 11;
	}

	.waxa-program .program-buttons>div {
		float: left;
		margin-left: 0px;
		margin-right: 10px;
	}

	.waxa-gallery.three-gallery .gallery-grid {
		width:50%;
	}

	.waxa-gallery.four-gallery .gallery-grid {
		width:50%;
	}

	.waxa-gallery.five-gallery .gallery-grid {
		width:50%;
	}

	.waxa-team .col-sm-7 .waxa-small-single {
		display:none;
	}

	.waxa-team .waxa-big-single .image {
		text-align: center;
	}

	.services-carousel-item .services-carousel-item-content {
		display:block;
	}
	
	.services-carousel-item .services-carousel-item-content-hover {
		display: none;
	}

	.services-carousel-item .services-carousel-item-content .services-carousel-item-content-right {
		width: 100%;
		height: 250px;
	}
	
	.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left {
		width: 100%;
		padding-top: 22px;
		padding-bottom: 22px;
	}
	
	.services-carousel-content-owl.services-carousel-content-alternative .services-carousel-item .services-carousel-item-content .services-carousel-item-content-left {
		padding-left: 0;
		padding-right: 0px;
	}
	
	.services-carousel-item .services-carousel-item-content .services-carousel-item-content-left:after {
		display:none;
	}

	.services-box p {
		font-size: 11px;
	}

	.feature-banner .text {
		display: block;
		margin-bottom: 10px;
	}

	.feature-banner.big-style h4 {
		margin-bottom: 9px;
	}

	.feature-banner h4 {
		height: inherit;
		overflow: auto;
		margin-bottom: 6px;
	}

	.discount-box .discount-box-button {
		float: none;
		display: table;
	}

	.discount-box .text {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.discount-box h4 {
		margin: 0px 0px 6px;
	}
	
	.feature-banner .image {
		height:250px;
	}

	.header-wrapper .logo-area .header-sidebar-area {
		display:none;
	}
	
	.header-wrapper.header-wrapper-style2 .navbar-toggle .icon-bar {
		background: #FFF;
	}

	.header-wrapper .navbar-toggle .icon-bar {
		background: #434343;
	}

	.header-wrapper.fixed-header-class .navbar-toggle .icon-bar {
		background: #434343;
	}
	
	.header-wrapper .navbar-toggle {
		border: 0px;
		padding: 0px;
		margin: 13px 0px 0px;
		border-radius: 0px;
		height: 29px;
	}

	.header-wrapper .navbar-toggle:hover, .header-wrapper .navbar-toggle:focus {
		background: transparent;
	}

	.header-wrapper .logo-area .menu-area .navbar-nav li .fa.fa-angle-down {
		float: right;
		z-index: 21;
		right: 0px;
		position: relative;
		top: 2px;
		font-size: 16px;
		cursor: pointer;
	}

	.header-wrapper .logo-area .menu-area {
		right: 0px;
		margin: 0px;
		display: block;
	}

	.header-wrapper .navbar-collapse {
		background: #FFF;
		border: 0px;
		position: relative;
	}

	.header-wrapper .header-top-area {
		display: none;
	}

	.header-wrapper .logo-area .menu-area .navbar-nav {
		margin: 15px -7.5px;
	}

	.calculation.calculation-imaged-wrapper h2 {
		padding-right: 15px;
		left: -20px;
		width: calc(100% - -40px);
	}

	.responsive-calculation-imaged-wrapper .vc_column-inner {
		padding-left: 15px !important;
	}

	.calculation.calculation-imaged-wrapper h2 {
		font-size: 10px;
	}
}

@media (max-width: 650px) {
	.footer .footer-wrapper .footer-contact ul li {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.footer .footer-wrapper .footer-contact ul li:last-child {
		margin-bottom: 0px;
	}
	
	.footer .footer-wrapper .footer-social-media ul li a, .footer .footer-wrapper .footer-social-media ul li a:visited {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 13px;
	}
}

@media (max-width: 600px) {
	.theme-post-list>ul.post-list>li {
		width: 100%;
	}

	.services-box .services-box-icon {
		float: none;
		margin: 0 auto 15px;
	}

	.services-box {
		text-align: center;
	}
}

@media (max-width: 370px) {
	.calculation.calculation-imaged-wrapper .button-calculation {
		font-size: 10px;
		padding: 0px 1px 2px 10px;
	}
	
	.calculation.calculation-imaged-wrapper .button-calculation i {
		margin-left: 7px;
	}

	.calculation.calculation-imaged-wrapper .calculation-row .calculation-col {
		margin: 0px 5px;
		width: calc(50% - 10px);
	}

	.calculation .button-calculation {
		font-size: 13px;
		padding-left: 10px;
		height: 29px;
		line-height: 28px;
	}

	.calculation .button-calculation i {
		width: 26px;
		height: 25px;
		line-height: 25px;
		margin-left: 8px;
	}

	.calculation input[type="number"] {
		height: 29px;
		line-height: 29px;
		font-size: 13px;
	}

	.calculation h2 {
		font-size: 15px;
	}

	.waxa-team .waxa-big-single .image-desc {
		margin: 0 auto -20px;
		width: 215px;
		height: 215px;
	}

}