@font-face {
    font-family: 'gothic';
    src:  url('../fonts/CopperplateGothicBold.ttf')  format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* Table of Content
==================================================
	#General
	#Typography
	#Links
	#Lists
	#Images
	#Header Section
	#Hero Section
	#About Section
	#Service Section
	#Team Section
	#CTA Section
	#Portfolio Section
	#Testimonial Section
	#Contact Section
	#Social Network Section
	#Parallax
	#Blog
	#Sidebar
	#Counter Section
	#Client Section
	#Footer Section
	#Buttons
	#Forms
	#Misc 
	#Media Queries
	#Grid */


/* #General
================================================== */
.rolly { margin-top : -31px ;	}
.rolly2 { margin-top : 15px ;	}
.rolly1 { margin-top : -5px ;	}
.rolly4 {padding-top: 16px; }
.rolly5 {  padding-top: 33px; }
.rolly6 { padding-top: 23px; }
.rolly7 { margin-top: -7px; }


.github.twitter {
  margin: 12px 0 0 21px;
  width: 64%;
}
.github.facebook {
  margin: 14px 0 0 -11px;
  width: 48%;
}
.bottom_space { padding : 0 0 20px ;}
.github { margin-top : 39px ;	}
.magento { margin-top : 29px ;	}
.angular { margin-top : -12px ;	}
.about-box > p {
  font-size: 20px;
  line-height: 31px;
}
.about-box > h3 {
  font-size: 24px;
  text-transform: capitalize;
}
.success-message.warning {
  color: darkgreen;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 24px;
  font-style: normal;
}
.alert-message.warning {
  color: red;
  font-weight: bold;
  font-size: 24px;
}
p.parallax-slogan.animated.more {
  font-size: 17px;
}
header#header-section.ha-header.ha-header-small {
  box-shadow: 0 4px 10px rgba(31, 50, 63, 0.63) !important;
}



html {
	height:100%;
	scroll-behavior: smooth;
}
body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background: #FFFFFF;
	font: 15px/23px "ralewayregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #8F989F;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
.wrap {
	position:relative;
	z-index:500;
}
.content-section {
	padding-top:150px;
	padding-bottom:130px;
	background:#FFFFFF;
}
::-moz-selection  {
	color: #FFFFFF;
	background: #00aeef;
}
::selection {
	color: #FFFFFF;
	background:#00aeef;
}

/* #Typography
================================================== */

h1, h2 { color: #333333; font-family: 'ralewaysemibold', Helvetica, Arial, sans-serif; font-weight: normal; line-height:100%; margin-bottom:20px; margin-top:0; }
h3, h4, h5, h6 { color: #333333; font-family: 'ralewaymedium', Helvetica, Arial, sans-serif; font-weight: normal; line-height:100%; margin-bottom:20px; margin-top:0; }
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
p { margin: 0; }
.pricing { word-spacing: 4px;}
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #77777;  }
em { font-style: italic; }
strong { font-weight: bold; color: #00aeef; }
small { font-size: 80%; }

/*	Blockquotes  */

blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #00aeef; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #DDDDDD; }
blockquote cite { display: block; font-size: 12px; color: #999999; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #999999; }

hr { border: solid #DDDDDD; border-width: 1px 0 0; clear: both; margin: 20px 0 40px; height: 0; }

/* #Links
================================================== */

a, 
a:visited { 
	color: #00aeef; 
	text-decoration: none; 
	outline: 0;
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s color linear;
		-moz-transition:0.2s color linear;
			transition:0.2s color linear;
}
a:hover, a:focus { color: #555555; }
p a, p a:visited { line-height: inherit; }

/* #Lists
================================================== */

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin-left: 30px; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 0 }
.icons-ul i { color:#00aeef; }

/* #Images
================================================== */

img {
	max-width: 100%;
	height: auto; 
}

/* #Header Section
================================================== */
p{
    font-size:17px;
}
#header-section {
	line-height:50px;
}
.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	width:100%;
	padding: 0;
	z-index: 1000;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background:rgb(255, 255, 255);
	background:rgba(255, 255, 255, 0.95);
	box-shadow:0 1px 10px rgba(31, 50, 63, 0.25);
	/*background:rgba(255, 255, 255, 1.0);
	box-shadow:0 5px 17px rgba(31, 50, 63, 0.95);*/
}
.ha-header-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}
.ha-header-perspective > div {
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.ha-header-front {
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.logo {
	text-align:left;
	margin:0;
	line-height:80px;
	color:#1d1d1d;
	text-transform:uppercase;
}
/*.logo img {
  max-height: 55px;
  min-width: 220px;
  vertical-align: middle;
}*/
.ha-header nav {
	height: 100%;
	text-align:right;
	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
}
.ha-header nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*font-size:11px;*/
    cursor: pointer;
    color: #777777;
    font-size: 15px;
    outline: none;
    text-decoration: none;
	padding-left:13px;
	position:relative;
}
.ha-header nav a:after {
	content:'';
	font-size:20px;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background: #E67726;
	color:#E67726;
	font-weight:bold;
	left:5px;
}
.ha-header nav a:first-child:after {
    display: none;
}
.ha-header nav a:hover {
	color: #00aeef;
}
.ha-header-small {
	height: 80px;
}
.ha-header-hide {
	height: 50px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ha-header-hide {
  background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
  height: 50px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.js .hero .hero-holder{
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    padding:20px;
}
header#header-section.ha-header-hide nav#ut-navigation a {
  color: #000 !important;
}
.ha-header-show {
	height: 80px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.section-header {
	text-align:center;
	padding-bottom:50px;
}
.section-title {
	font-size:40px;
	margin-bottom:20px;
	background-attachment: scroll;
	background-image: url('../images/divider1.png');
	background-repeat: repeat-x;
	background-position: center center;
	text-transform:uppercase;
}
.section-title span {
	background:#FFFFFF;
	padding:0 35px;
}
.section-slogan {
	font-size:20px;
	line-height:140%;
}
.js .section-title,
.js .section-slogan {
	opacity:0;
}

/* #Hero Section
================================================== */

.hero {
	height:100%;
	min-height:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
	z-index:750;
}
.hero .hero-holder {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:820px;
	max-width:100%;
}
.js .hero .hero-holder {
	opacity:0;
}
.hero-title {
	font-size:5em;
	margin-bottom:20px;
	text-transform:uppercase;
	text-align:center;
	display:inline-block;
	color:#FFFFFF;
	padding-top:20px;
	background-attachment: scroll;
	background-image: url('../images/divider1.png');
	background-repeat: repeat-x;
	background-position: top center;
}
.hero-title span {
	color:#00aeef;
}
.hero-description {
	color:#000;
	font-size:13px;
	letter-spacing:1px;
	margin-bottom:10px;
	text-align:center;
	margin:0 auto;
	padding:5px 10px;
	text-transform:uppercase;
}
.btn-holder {
	display:block;
}
.hero-btn {
	background:transparent;
	color:#FFFFFF;
	border:2px solid rgba(255, 255, 255, 0.15);
	padding:10px 15px;
	font-size:12px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	display:inline-block;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
}
.hero-holder .hero-btn{
    color:#000;
}
.hero-holder .hero-btn:hover{
    color:#000;
}
.hero-btn:hover {
	color:#FFFFFF;
	background:rgba(255, 255, 255, 0.15);
}
.hero-poster-image {
	background:url('../images/stones.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	z-index:0 !important;
	backface-visibility:hidden;
	background-position:center center;
}

/* #About Section
================================================== */

.about-section {
	padding-bottom:90px;
}
.about-box {
	overflow:hidden;
	margin-bottom:20px;
}
.js .about-box {
	opacity:0;
}
.about-icon {
  background: #00aeef none repeat scroll 0 0;
  border-radius: 50%;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
  float: left;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
  text-align: center;
  width: 60px;
}
.about-icon img {
	max-width:30px;
}

/* #Service Section
================================================== */

.service-section .parallax-header {
	padding-bottom:70px !important;
}
.info { text-align:center; }
.service-section {
	padding-bottom:130px;
}
.service-section .service-icon {
	display:block;
	text-align:center;
	font-size:100px;
	line-height:150px;
	background:rgba(255, 255, 255, 0.15);
	color:#FFFFFF;
	z-index:3;
	position:relative;
}
.info h3 {
	color:#00aeef;
}
.icon-box { 
	position:relative;
	margin-bottom:40px;
	width:150px;
	height:150px;
	float:left;
	margin-right:20px;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid rgba(255, 255, 255, 0.15);
	position:absolute;
	right:-10px;
	top:50%;
	margin-top:-10px;
}
.js .box-fade {
	opacity:0;
}

/* #Team Section
================================================== */

.team-section {
	padding-bottom:90px;
}
.member-box {
	overflow:hidden;
	margin-bottom:20px;
}
.js .member-box {
	opacity:0;
}
.member-box h3 {
	margin-bottom:0;
	margin-top:15px;
	font-size:15px;
}
.member-box span {
	color:#8F989F;
	margin-bottom:20px;
	display:block;
	font-size:10px;
	letter-spacing:1px;
	line-height:120%;
	text-transform:uppercase;
	margin-top:5px;
}
.member-photo {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:60px;
	height:60px;
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}
.member-photo img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}

/* Team Single Page */

.team-bio .member-box {
	text-align:center;
}
.team-bio .member-box h3 {
	margin-top:0;
}
.team-bio .member-photo {
	float:none;
	width:100%;
	height:auto;
	border:none;
	margin-right:0;	
}
.team-bio .member-photo img {
	border:4px solid #F1F4F5;
}
.bio-desc h3 {
	color:#222222;
}

/* #CTA
================================================== */

.cta-section {
	position:relative;
	background:#00aeef;
	text-align:center;
	padding:50px 0;
	color:#FFFFFF;
}
.cta-section .section-title span {
	background:#00aeef;
}
.cta-btn {
	font-family:'ralewaymedium',Helvetica,Arial,sans-serif;
}
.cta-btn a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.4em;
}
.cta-btn a:hover,
.cta-btn a:focus {
	outline: none;
}
/* Effect 18: cross */
.cl-effect-18 {
	position: relative;
	z-index: 1;
}
.cl-effect-18 a {
	padding: 0 5px;
	color: #FFFFFF;
	font-weight: 700;
	-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
			transition: color 0.3s;
}
.cl-effect-18 a::before,
.cl-effect-18 a::after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	background: #FFFFFF;
	content: '';
	z-index: -1;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		-moz-transition: -moz-transform 0.3s, opacity 0.3s;
			transition: transform 0.3s, opacity 0.3s;
}
.cl-effect-18 a::before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
.cl-effect-18 a::after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}
.cl-effect-18 a:hover,
.cl-effect-18 a:focus {
	color: #FFFFFF;
}
.cl-effect-18 a:hover::before,
.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::before,
.cl-effect-18 a:focus::after {
	opacity: 0.7;
}
.cl-effect-18 a:hover::before,
.cl-effect-18 a:focus::before {
	-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
			transform: rotate(45deg);
}
.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::after {
	-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

/* #Portfolio Section
================================================== */

.portfolio-section {
}
.portfolio-box {
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color=#333333)";/*IE 8*/
-moz-box-shadow: 10px 10px 20px #333333;/*FF 3.5+*/
-webkit-box-shadow: 10px 10px 20px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 10px 10px 20px #333333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color=#333333); /*IE 5.5-7*/
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.js .portfolio-box {
	opacity:0;
}
.portfolio-box:hover .portfolio-caption {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
}
.portfolio-image {
	margin:0;
}
.portfolio-image img {
	display: block;
    width: 100%;
	box-shadow:0 0 0 0 #000000;
}
.portfolio-caption:before, 
.portfolio-title {
    display: inline-block;
    vertical-align: middle;
}
.portfolio-caption:before {
    content: "";
    height: 100%;
}
.portfolio-caption {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
	overflow:hidden;
	background:rgb(0, 174, 239);
	background:rgba(0, 0, 0, 0.6);
	-webkit-backface-visibility:hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s all linear;
		-moz-transition:0.2s all linear;
			transition:0.2s all linear;
			backface-visibility:hidden;
}
.portfolio-title {
	color:#FFFFFF;
	margin:0;
	font-size:15px;
	text-transform:uppercase;
	padding:0 10px;
}
.portfolio-category {
	display:block;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:5px;
}

/* #Testimonial Section
================================================== */

.ut-testimonials {
	position:relative;
	overflow:hidden;
}
.js .ut-testimonials {
	opacity:0;
}
.ut-quote-name {
	margin:5px 0 0 0;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.ut-quote-comment {
	font-size:16px;
	display:block;
}
.ut-rotate-avatar .slides > li,
.ut-rotate-quote .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
} 
.ut-rotate-avatar,
.ut-rotate-quote {
    position: relative;
    zoom: 1;
}
.ut-rotate-avatar .slides,
.ut-rotate-quote .slides {
    zoom: 1;
}
.ut-rotate-quote .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.ut-rotate-quote {
	position:relative;
	text-align:center;
}
.ut-rotate-avatar {
	height: 200px;
	margin: 0 auto 40px auto;
	overflow: hidden;
	width: 200px;
}
.ut-rotate-avatar .slides {
	list-style:none;
	margin: 0px !important;
}
.ut-rotate-avatar img {
	border-radius: 50% 50% 50% 50%;
	display: block;
	width: 100%;
}
.ut-rotate-avatar ul.slides,
.ut-rotate-quote ul.slides {
	list-style:none;
}
.ut-rotate-quote .slides {
	list-style:none;
	margin:0px !important;
}
.ut-rotate-quote .flex-direction-nav {*height: 0; list-style:none;}
.ut-rotate-quote .flex-direction-nav a  { display: block; text-indent:-9999px; width: 40px; height: 40px; margin: -110px 0 0; position: absolute; top: -50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(255,255,255,0.9); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.ut-rotate-quote .flex-direction-nav .flex-prev { left: -50px; background-image:url(../images/arrow-left-black.png); background-repeat:no-repeat; }
.ut-rotate-quote .flex-direction-nav .flex-next { right: -50px; background-image:url(../images/arrow-right-black.png); background-repeat:no-repeat;  }
.ut-testimonials:hover .ut-rotate-quote .flex-prev { opacity: 0.7; left: 10px; }
.ut-testimonials:hover .ut-rotate-quote .flex-next { opacity: 0.7; right: 10px; }
.ut-testimonials:hover .ut-rotate-quote .flex-next:hover, 
.ut-testimonials:hover .ut-rotate-quote .flex-prev:hover { opacity: 1; }
.ut-rotate-quote .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* #Contact Section
================================================== */

.contact-section {
	position:relative;
	padding-bottom:150px;
}
.contact-section .parallax-header {
  padding-bottom: 20px !important;
}
.contact-section .section-title span {
	background:#F1F4F5;
}
.contact-wrap {
	color:#FFFFFF;
}
.js .contact-wrap {
	opacity:0;
}
.contact-wrap h3 {
	color:#00aeef;
	margin-bottom:20px;
}
.contact-message {
	padding:20px 20px 10px;
	font-size:12px;
	letter-spacing:1px;
	background:rgba(255, 255, 255, 0.15);
}
.contact-message ul li {
	margin-bottom:10px;
}
.contact-form-holder {
	padding:20px;
	background:rgba(255, 255, 255, 0.15);
}

/* #Social Newtwork Section
================================================== */

.social-section .parallax-header {
	padding-bottom:70px !important;
}
.social-section {
	padding-bottom:110px;
}
.social-network {
	list-style:none;
	margin:0;
	text-align:center;
}
.social-network li {
	text-align:center;
}
.social-link {
	margin-bottom:20px;
	display:block;
}
.js .social-link {
	opacity:0;
}
.js .social-link.schedule {
	opacity:1;
}
.social-link,
.social-link:visited,
.social-link:hover,
.social-link:active {
	color:#222;
}


.contact-section .social-link,
.contact-section .social-link:visited,
.contact-section .social-link:hover,
.contact-section .social-link:active {
	color:#fff;
}
.social-link:hover .social-icon {
	background:rgb(0, 174, 239);
	background:rgba(0, 174, 239, 0.85);
}
.social-icon {
	display:block;
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
	margin:0 auto 20px auto;
	background:rgba(255, 255, 255, 0.15);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
}
.social-icon i {	
	line-height:100px;
}
.social-title,
.social-info {
	display: inline-block;
	
}
.social-title {
	color:#00aeef;
	margin-bottom:0;
	text-transform:uppercase;
	letter-spacing: 0;
	font-size: 14px;
}
.social-info {	
}

/* #Parallax
================================================== */

.parallax-section {
	position:relative;
	overflow:hidden;
	width:100%;
}
.parallax-header {
	position:relative;
	text-align:center;
}
.parallax-title {
	font-size:40px;
	margin-bottom:20px;
	color:#FFFFFF;
	background-attachment: scroll;
	background-image: url('../images/divider1.png');
	background-repeat: repeat-x;
	background-position: top center;
	padding-top:20px;
	display:inline-block;
	text-transform:uppercase;
	position:relative;
	z-index:10;
}
.parallax-title span {
}
.parallax-slogan {
	font-size:20px;
	line-height:140%;
	margin:0;
	z-index:10;
	position:relative;
}
.js .parallax-title,
.js .parallax-slogan {
	opacity:0;
}
.parallax-content {
	color:#FFFFFF;
	position:relative;
}
.parallax-content .parallax-header {
	padding:150px 0;
}
.parallax-background {
	background-position:center center;
	-webkit-background-size: 100% !important; 
    -moz-background-size: 100% !important;  
    -o-background-size: 100% !important; 
    background-size: 100% !important;
	background-repeat:repeat-y;
}
.parallax-background.fixed {
	background-attachment: fixed !important;
}
.parallax-banner-1 { background:url('../images/banner_new.jpg'); background-position: center center; position:relative; z-index:1;}
/*.parallax-banner-1:after{*/
/*    content:'';*/
/*    position:absolute;*/
/*    top:0px;*/
/*    left:0px;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:rgba(0,0,0,.6);*/
/*    z-index:-1;*/
/*}*/
.parallax-banner-2:after{
    content:'';
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    z-index:-1;
}
/* old 
.parallax-banner-2 { background:url('../images/parallax-banner-2.jpg'); background-position: center center; }
*/
.parallax-banner-2 { background:url('../images/enjoying-spa-procedure.jpg'); background-position:center bottom !important;  position:relative; z-index:1;}
.parallax-banner-3 { background:url('../images/parallax-banner-3.jpg'); }
/* old 
.parallax-banner-4 { background:url('../images/parallax-banner-4.jpg'); background-position:center bottom !important; }
*/
.parallax-banner-4 { background:url('../images/parallax-banner-2.jpg'); background-position: center center; }
.parallax-banner-5 { background:url('../images/footer-bg.jpg'); }
.parallax-banner-6 { background:url('../images/services.jpg');background-position: center center !important; }


.parallax-overlay-1 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-2 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-3 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-4 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-5 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-6 { background-image: url('../images/overlay-pattern.png'); }


.parallax {
  perspective: 100px;
  height: 100%;
  width:100%;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}
.parallax__layer--base {
  transform: translateZ(0);
}
.parallax__layer--back {
  transform: translateZ(-1px) scale(2);
}

/* #Blog
================================================== */
.site-header {
	margin-bottom:70px;
}
#primary {
	padding:150px 0;
}
.post {
	margin-bottom:70px;
	padding-bottom:50px;
	border-bottom:1px solid #DDDDDD;
}
.entry-title {
	margin-bottom:5px;
}
.entry-header {
	margin-bottom:20px;
}
.entry-video,
.entry-thumbnail {
	margin-bottom:20px;
}
.entry-thumbnail img {
	-webkit-border-radius:3px;
		-moz-border-radius:3px;
			border-radius:3px;
}
.entry-meta {
	font-size:12px;
}
.entry-meta i {
	padding-right:5px;
}
.entry-meta span {
	margin-right:10px;
	color:#999999;
}
.entry-meta a {
	color:#999999;
}
.entry-meta a:hover {
	color:#00aeef;
}
.more-link:visited,
.more-link {
	text-align:center;
	font-size:12px;
	padding:10px 15px;
	color:#FFFFFF;
	background:#555555;
	display:inline-block;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	-webkit-transition:0.2s all linear;
		-moz-transition:0.2s all linear;
			transition:0.2s all linear;
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
		  border-radius: 3px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-background-clip: padding;
		-moz-background-clip: padding;
			background-clip: padding-box;
}
.more-link:focus,
.more-link:hover {
	background:#111111;
	color:#FFFFFF;
}
.nav-below ul {
	margin:0;
	list-style:none;
}
.nav-below ul li {
	display:inline;
	margin-right:10px;
	text-align:center;
	font-size:12px;
}
.nav-below ul li a {
	background:#FFFFFF;
	padding:6px 12px;
	border:1px solid #DDDDDD;
	display:inline-block;
}

/* #Sidebar
================================================== */

#secondary {
	padding:150px 0;
	font-size:12px;
}
.widget-container {
	margin-bottom:50px;
}
.widget-container ul {
	margin-left:0;
}
.widget-title {
	font-size:12px;
	color:#222222;
}

.widget-container.recent-work-widget {
	margin-bottom:40px;
}
.recent-work-widget li {
	width:80px;
	height:80px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;	
}
.recent-work-widget li img {
	width:100%;
	height:80px;
	-webkit-border-radius:3px;
		-moz-border-radius:3px;
			border-radius:3px;
}

/* #Counter Section
================================================== */
.menu-section {
	padding-bottom:110px;
}
.menu-section .parallax-header,
.counter-section .parallax-header {
  padding-bottom: 60px;
}
.counter-box {
	/*text-align:center;*/
	background:rgba(10, 10, 10, .6);
	padding: 20px;
	/*margin-bottom: 50px;*/
    padding-bottom: 30px;	
}
.counter-details {
  color: #ffffff;
  margin: 0;
  line-height: 75px;
}
.count {
	font-family:'ralewaysemibold',Helvetica,Arial,sans-serif;
	font-size: 60px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 20px;
	display:block;
	color:#00aeef;
	text-transform: uppercase;
}
js .counter-box {
	opacity:0;
}

/* #Client Section
================================================== */

.client-section .section-title span,
.client-section {
	background-color: #333333;
	color:#FFFFFF;
}
.client-section .section-slogan {
	color:#999999;
}
.client-section .section-title {
	color:#FFFFFF;
}
.client-logo img {
	margin:0 auto;
	display:block;
}
.js .client-logo {
	opacity:0;
}

/* #Footer
================================================== */

.footer{
	padding: 30px 0;
	text-align:center;
	background:#FFFFFF;	
}
.footer i {
	color:#00aeef;
}
.footer h3 {
	text-transform:none;
	margin:0;
	position:relative;
}
.copyright { 
	padding:0; 
	margin:0;
	letter-spacing:1px; 
	font-size:10px; 
	color:#999999; 
}
.copyright a {
	color:#333333;
	text-transform:uppercase;
}
.copyright a:hover {
	color:#00aeef;
}

/* #Buttons
================================================== */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background:#00aeef;
  	border: none;
	display: inline-block;
	text-align:center;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	color: #FFFFFF;
	padding:10px 15px;
	font-size:12px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
		  border-radius: 3px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-background-clip: padding;
		-moz-background-clip: padding;
			background-clip: padding-box;
	-webkit-appearance: none;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #111111;
}
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #FFFFFF;
	background: #111111;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

/* #Forms
================================================== */

form { margin:0; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font-family:"ralewayregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	border: 1px solid transparent;
	padding: 10px;
	outline: none;
	color: #FFFFFF;
	margin: 0;
	width:100%;
	max-width:100%;
	display: block;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	margin-bottom: 20px;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-background-clip: padding;
		-moz-background-clip: padding;
			background-clip: padding-box;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.50);
	-webkit-border-radius:0;
		-moz-border-radius:0;
			border-radius: 0;
			-webkit-appearance: none;	
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	resize: vertical;
	min-height:151px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid transparent;
	color: #FFFFFF;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.85);
}
.one-submit,
.success-message,
.alert-message,
.error-message {
	display:none;
	font-size:12px;
	letter-spacing:1px;
}

/* #Misc
================================================== */

.slider,
.slides,
.flex-viewport,
.main-slider {
	position:relative;
	height:100%;
	width:100%;
}
.slides li {
	height:100%;
	width:100%;
	display:block;
	-webkit-background-size: cover !important ;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height:100% !important;
	position:relative;
	width:100% !important;
	background-position:center center !important;
}
.main-slider .flex-direction-nav {
	display:none;
}
.slider .parallax-overlay,
.slider .hero-holder {
	z-index:500;
}
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
	

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.grid-container:before, .clearfix:before,
.grid-container:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.grid-container:after, .clearfix:after {
  clear: both;
}

.grid-container, .clearfix {
  /* <IE7> */
  *zoom: 1;
  /* </IE7> */
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  /* <IE7> */
  *padding-left: 0;
  *padding-right: 0;
  /* </IE7> */
}
.grid-5 > *, .mobile-grid-5 > *, .grid-10 > *, .mobile-grid-10 > *, .grid-15 > *, .mobile-grid-15 > *, .grid-20 > *, .mobile-grid-20 > *, .grid-25 > *, .mobile-grid-25 > *, .grid-30 > *, .mobile-grid-30 > *, .grid-35 > *, .mobile-grid-35 > *, .grid-40 > *, .mobile-grid-40 > *, .grid-45 > *, .mobile-grid-45 > *, .grid-50 > *, .mobile-grid-50 > *, .grid-55 > *, .mobile-grid-55 > *, .grid-60 > *, .mobile-grid-60 > *, .grid-65 > *, .mobile-grid-65 > *, .grid-70 > *, .mobile-grid-70 > *, .grid-75 > *, .mobile-grid-75 > *, .grid-80 > *, .mobile-grid-80 > *, .grid-85 > *, .mobile-grid-85 > *, .grid-90 > *, .mobile-grid-90 > *, .grid-95 > *, .mobile-grid-95 > *, .grid-100 > *, .mobile-grid-100 > *, .grid-33 > *, .mobile-grid-33 > *, .grid-66 > *, .mobile-grid-66 > * {
  /* <IE7> */
  *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
  *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
  /* </IE7> */
}

.grid-parent {
  padding-left: 0;
  padding-right: 0;
}



/* MATCH THE COLOR OF THE LOGO SELECTED */
.ha-header nav a:hover, .count, .social-title, .icons-ul i, .contact-wrap h3, a, a:visited, strong, .footer i, .hero-title span, .info h3, .selected {
  color: #00AEEF;
}
*::-moz-selection,
.social-link:hover .social-icon,
button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"],
.about-icon,
.cta-section {
  background: #00AEEF none repeat scroll 0 0 padding-box;
}
.hero-title {
  font-size: 4.6em;
}
header#header-section.ha-header nav#ut-navigation a.stevie, header#header-section.ha-header-hide nav#ut-navigation a.stevie, header#header-section.ha-header-hide nav#ut-navigation a:hover {
  color: #00AEEF !important;
}
.cta-section.line {
  padding: 15px 0;
}
#eom3, #eom2, #eom1 {
  color: #00aeef;
  display: block;
  float: left;
  font-family: ralewaysemibold;
  font-size: 45px;
  line-height: 72px;
  margin-top: 3px;
}
.count {
  float: left;
}
div.counter_holder {
  height: 95px;
  width: 100%;
}
div.counter_holder_center_1 {
  margin: 0 auto;
  width: 144px;
}
div.counter_holder_center_2 {
  margin: 0 auto;
  width: 163px;
}
div.counter_holder_center_3 {
  margin: 0 auto;
  width: 139px;
}
.icons-ul {
  list-style-type: none;
  margin: 0 auto;
  min-width: 456px;
  text-align: center;
  width: 40%;
}
.icons-ul > li {
  font-size: 14px;
}
.cl-effect-18 a {
  color: #ffffff !important;
}
.cl-effect-18 a:hover, .cl-effect-18 a:focus {
  color: #2880AE !important;
}
section#contact-section h2.parallax-title {
  margin-bottom: 5px !important;
}
section#contact-section p.parallax-slogan {
  margin-bottom: 5px !important;
}
.contact-message {
  font-size: 29px;
  letter-spacing: 0;
  line-height: 38px;
  padding: 21px 20px 20px;
  text-align: center;
}
.social-icon.contact {
  background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 20px;
  text-align: center;
  transition: background 0.2s linear 0s;
  width: 100px;
}
span.social-icon.contact i.icon-4x {
  color: #ffffff;
}
.alone.icons-ul {
  width: 100%;
  margin-top: 35px;
}
ul.alone .social-title {
  font-size: 14px;
  text-align: center;
}
h2.social-title {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  padding: 0;
  text-align: center;
  text-transform: none;
}
.parallax-content .parallax-header.special {
  padding: 17px 0;
}
.social-network.top {
  padding-top: 50px;
}
div.contact-form-holder {
-moz-opacity: 0.0; /* Netscape */
-khtml-opacity: 0.0; /* Safari 1.x */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);	/* For IE 5-7 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 grrr */
opacity: 0.0; /* The rest, good browsers :) */
display : none ;
}
form {
  background: rgba(255, 255, 255, 0.45) none repeat scroll 0 0;
  border-radius: 10px;
  margin: 0;
  padding: 30px;
}
#contact_headline {
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  color : #fff ;
}
span.advertiser {
  color: #00aeef;
  text-transform: none;
}
.send-btn.middle {
  display: block;
  float: left;
}
.send-btn.cancel {
  display: block;
  float: right;
}
.buttons.grid-20 {
  float: none;
  margin: 0 auto;
}
footer .icon-4x {
  font-size: 2em;
}
footer .grid-20.tablet-grid-20.mobile-grid-50 {
  width: 10% !important;
}
footer .social_footer {
  float: none;
  margin: 0 auto;
}
footer .social-icon {
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 31px;
  line-height: 31px;
  margin: 0 auto;
  text-align: center;
  transition: background 0.2s linear 0s;
  width: 31px;
}
footer .social-network.top {
  padding-top: 0px;
}
footer .social-icon i {
  line-height: 31px;
}
footer .social-link {
  margin-bottom: 20px;
}
footer .social-link:hover .social-icon {
	background:transparent;
}
footer a.social-link span.social-icon i:hover { color: #10698B;}

.warning {
  float: left;
  font-size: 1.1em;
  text-align: center;
  width: 100% !important;
}
.toTop {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  font-size: 28px;
  height: 40px;
  left: 0;
  line-height: 38px;
  margin: auto;
  position: relative;
  right: 0;
  top: -69px;
  transition: all 0.2s linear 0s;
  width: 40px;
}
.selected,
header#header-section.ha-header-hide nav#ut-navigation a.selected {
	color: #00AEEF !important;
}
section#partners-section .tablet-grid-50,
section#partners-section .mobile-grid-50,
section#partners-section .grid-15 {
  height: 150px;
}

#partners-section header {
  margin-bottom: 20px;
}




body.safari section#parallax-section-2.parallax-background.fixed {
	background-attachment: initial !important;
    background-position: 50% 482px !important;
}

body.safari section#contact-section.parallax-background.fixed {
	background-attachment: initial !important;
    background-position: 50% 849px !important;
}
body.safari section#service-section.parallax-background.fixed {
	background-attachment: initial !important;
    background-position: 50% 997px !important;
}

 
    
/*.show_or_no_logo_colored,
.show_or_no_logo    { display: none;}    
header.ha-header-hide .show_or_no_logo    { display: inline;}
header.ha-header-small .show_or_no_logo_colored { display: inline;}*/
.product {
  font-size: 16px;
  font-weight: bold;
  padding-right: 4px;
}
div.counter_holder p {
  margin: 0 0 7px;
  text-align: left; 
  color: #fff;
  font-size: 18px;
}
div.counter_holder p.pricing {
  margin: 0;
  color: #fff;
}
.room_on_top { padding-top: 20px;}    
.parallax-header.thin {
  padding-top: 50px;
}
.menu_size { 
    min-height: 385px;
        /*padding-bottom: 60px;*/
}
.description {
  /*font-size: 12px;*/
  line-height: 5px;
}   
.parallax-slogan.animated {
  font-size: 33px;
  padding-bottom: 20px;
  color: #00AEEF;
}
.parallax-slogan.hero-title-animated.animated {
  font-size: 21px;
  letter-spacing: -0.5px;
}    
.hero-btn {
  border: 2px solid #a9a9a9;
  border-radius: 5px;
  color: #8fbc8f;
}    
.no-color { color: #8f989f !important;}    
.thinner {
  margin: 0 auto 20px;
  text-align: center;
  width: 86%;
}    
.hero-btn:hover {
  color: #14b1bb;
}  
*::-moz-selection, .social-link:hover .social-icon, button, input[type="submit"], input[type="reset"], input[type="button"], .about-icon, .cta-section {
  background: #00AEEF none repeat scroll 0 0 padding-box;
}    
    
    
.thinner.and_bigger {
  font-size: 23px;
  letter-spacing: -0.5px;
}    
.and_not_so_bigger {
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 24px;
  max-width: 500px;
}
.parallax-slogan.animated.orange {
  color: #e67726;
  padding-bottom: 20px;
}    
*::-moz-selection, .social-link:hover .social-icon, button, input[type="submit"], input[type="reset"], input[type="button"], .about-icon, .cta-section {
  background: #00AEEF none repeat scroll 0 0 padding-box !important;
}    
    
    
    
    
/* v3 */
    .hero-btn {
    color: #e67726;
}
.hero-btn {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
}
.thinner.black {
  color: #333333;
  font-size: 18px;
  line-height: 27px;
}    
.orange {
    color: #e67726;
}  
.white {
    color: #ffffff;
}     
.white.bigger { font-size: 25px;}    
    .fixed-height-450     { height: 450px;}
.logo img {
  float: left;
  max-height: 50px;
  /*padding: 13px 5px;*/
  vertical-align: middle;
}    
.green { color: #00AEEF ;font-weight: bold;}
ul.alone .social-title {
  line-height: 18px;
}    
    
    
.description-special {
  font-size: 12px;
  line-height: 17px;
}    
    
    
    
.social-icon.contact.schedule {
  background: #00AEEF;
  border-radius: 50%;
  font-weight: bold;
  height: 150px;
  line-height: 22px;
  padding:5px;
  color:#fff;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background 0.2s linear 0s;
  width: 150px;
}    
h2.green     { color: #00AEEF !important ;} 


.logo_box.together {
  width: 220px;
}



.member_form {
  margin: 100px 0 0;
  max-width: 1200px;
  position: absolute;
  width: 100% !important;
}
form#contact-form-member input[type="text"], 
form#contact-form-member input[type="password"], 
form#contact-form-member input[type="email"], 
form#contact-form-member textarea {
  background: rgba(230, 119, 38, 0.64) none repeat scroll 0 0 !important;
  color: #000000 !important;
}
form#contact-form-member .grid-50 {
  float: none;
  margin: 0 auto;
}
form#contact-form-member  {
  padding: 30px 65px;
}
#submission_member h3 {
  color: #e67726;
  font-family: "ralewaysemibold",Helvetica,Arial,sans-serif;
  font-size: 33px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
}

table.tblPricing > tbody > tr:first-child > td:first-child > div {
	margin-right: 5px;
}

table.tblPricing > tbody {
	text-align: left;
}

/*custom*/ 

.modal-content{
    text-align:center;
}
.room_on_top { 
    text-align: center;
}

.counter-section{
        padding-bottom: 30px;
}

.counter_holder ul li,.counter_holder ul li strong{
    color:#fff;
      font-size: 18px;
}

.counter_holder ul li{
    margin-bottom:10px;
}

.counter_holder .product{
     color: #e67726; 
}

.counter_holder ul li span{
    float: right;
    /*margin-top:5px;*/
    background: rgba(0,0,0,0.8);
    padding: 4px; 
}

#gift-certificates-section{
    background:#eee;
}

#gift-certificates-section .sec-title{
      font-size: 40px;
    margin-bottom: 20px;
    background-attachment: scroll;
    background-image: url(../images/divider1.png);
    background-repeat: repeat-x;
    background-position: center center;
    text-transform: uppercase;
}

#gift-certificates-section .sec-title span {
    background: #eee;
    padding: 0 35px;
}

#partners-section .thinner { 
    text-align: left;
}

#partners-section li{
   list-style: disk;
    text-align: left;
    color: #333333;
    font-size: 18px;
    line-height: 27px;
    margin: 0 auto 20px;
    width: 86%;
}

 .social-link { 
    font-size: 15px;
}

.description { 
    font-weight: bold;
    font-style: italic;
}
/* 29/09/2021 */
.bgImg{
	background: url(../images/product/bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 40px;
}
.mt-2{
	margin-top: 20px;
}
.productMassage{
	background:#fff;
	padding: 40px;
	border-radius: 5px;
}
.leftImg img{
	width: 100%;
	height: 497px !important;
	object-fit: cover;
}
.rightContent{
	padding-left: 30px;
}
.rightContent h4{
	font-size: 25px;
	line-height: 32px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
}
.rightContent p{
	color: #444;
}
.rightContent p strong{
	color: #444;
}
.priceLabel{
	margin-top: 15px;
	vertical-align: middle;
	line-height: 40px;
	margin-bottom: 15px;
}
.priceLabel span{
	width: 110px;
	height: 40px;
	background:#00AEEF;
	margin:0 10px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.priceLabel span:before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	left: -5px;
	background: #fff;
	width: 10px;
	height: 10px;
}
.priceLabel span:after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: -5px;
	background: #fff;
	width: 10px;
	height: 10px;
}
.offerLimited{
	background: #eff6eb;
	padding:10px;
	margin: 15px 0;
	border:1px solid #c2dbb1;
}
.offerLimited p{
	font-weight: 600;
	font-size: 14px;
	color: #00AEEF;
}
.mb-1{
	margin-bottom: 10px;
}
.moreDes{
	padding-top: 20px;
	margin-top: 20px;
	border-top:1px solid #e0e0e0;
}
.moreDes p{
	color: #333;
	margin-bottom: 15px;
}
.textBlack{
	color: #333;
}
.btnJoin{
	background:#fff;
	color: #E67726 !important;
	padding:10px 25px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	border:1px solid #E67726;
	border-radius: 5px;
	margin-top: 10px;
}
.btnJoin:hover, .btnJoin:focus{
	background: #E67726; 
	border-color: transparent;
	text-decoration: none;
	color: #fff !important;
}
.btnJoinFill{
	background:#E67726;
	color: #fff !important;
	margin-right:15px;
	padding:10px 25px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	border:1px solid #E67726;
	border-radius: 5px;
	margin-top: 10px;
}
.btnJoinFill:hover, .btnJoinFill:focus{
	background: transparent; 
	text-decoration: none;
	color: #000 !important;
}
.leftImg .carousel-control.right, .leftImg .carousel-control.left{
	background-image: none;
}
.leftImg .carousel-control{
	color: #000;
}
.leftChair{
	background: #f1f1f1;
	padding:20px;
	position: relative;
	padding-left: 0px;
	z-index: 1;
}
.leftChair:before{
	content: '';
	position: absolute;
	top: 0px;
	left: -100px;
	width: 100px;
	height: 100%;
	background:#f1f1f1;
}
.massageChair{
	padding:40px 40px 0px 40px;
}
.massageChair img{
	width: 100%;
}
.leftChair .priceLabel span:before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	left: -5px;
	background: #f1f1f1;
	width: 10px;
	height: 10px;
}
.leftChair .priceLabel span:after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: -5px;
	background: #f1f1f1;
	width: 10px;
	height: 10px;
}
.leftChair h4{
	font-size: 20px;
	font-weight: 600;
    line-height: 32px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}
.leftChair p{
	color: #333;
}
.leftChair p strong{
	color: #333;
}
.leftChair .offerLimited{
	margin-bottom: 0px;
	background: #fff;
	border:1px dashed #ccc;
}
.leftChair .offerLimited p{
	margin-bottom: 0px;
	text-align: center;
}
.readBlock{
	margin: 20px 0;
}
.pl-0{
	padding-left: 0px;
}
.textOrange{
	color: #E67726;
}
.trialBtn{
	border: 1px dashed #E67726;
	color: #E67726 !important;
	display: inline-block;
	padding: 9px 20px;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	background: #fffaf7;
}
.trialBtn:hover{
	background: #E67726;
	color: #fff !important;
	text-decoration: none;
}
.mt-3{
	margin-top: 20px;
}
.annoucementLine{
    background:#E67726;
    padding:15px 0;
    text-align:center;
    border-radius:5px;
    margin-bottom:40px;
}
.annoucementLine p{
    color:#fff;
    font-size:22px;
}
.annoucementLine p strong{
    color:#fff;
}
.inlineContent{
    display:flex;
    justify-content:center;
    align-items:center;
    border-top:1px solid #f1f1f1;
    margin-top:10px;
    padding-top:10px;
}
.inlineContent strong{
    color:#000;
}
.inlineContent p{
    margin:0 20px;
    margin-right:40px;
}
.inlineContent .btnJoinFill{
    margin-top:0;
}
.termsMember{
    padding-top:50px;
}
.termsMember h4{
    font-size:22px;
    color:#000;
}
.termsMember ul{
    list-style-type:disc;
    padding-left:25px;
}
.termsMember ul li{
    color:#000;
    margin:5px 0;
    font-size:17px;
}
.linkText{
    font-size:15px;
    font-weight:600;
    color:#000 !important;
    display:block;
    margin-top:15px;
}
.centerVer{
	padding: 40px 0;
}
.text-white{
	color: #fff;
}
.rightHome{
	text-align: left;
	padding-left: 30px;
}
.rightHome h3{
	font-size: 27px;
	line-height: 37px;
	font-weight: 600;
}
.rightHome h3 strong{
	color: #E67726;
}
.rightHome p{
	color: #000;
	line-height: 28px;
	font-size: 18px;
}
.rightHome p strong{
	color: #000;
	background: #d9f0da;
	padding: 1px 8px;
	font-style: italic;
	display: inline-block;
}
.rightHome h4{
	font-size: 17px;
	margin-top: 15px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.homeLeftProduct{
	padding: 0px;
}
.orangeBanner{
	background: #E67726;
	padding: 55px 0 15px 0;
}
.orangeLeft{
	background: #fcf1e9;
	padding:10px;
	width: 90px;
	border-radius: 50%;
    margin-top: 5px;
}
.orangeLeft img
{
	max-width: 100%;
	-webkit-filter: drop-shadow(-3px 7px 8px #ccc);
  	filter:drop-shadow(-3px 7px 8px #ccc);
}
.orangeRight h4{
	font-size: 22px;
	color: #fff;
	margin:5px 0;
	font-weight: 600;
}
.orangeRight h5{
	color: #fcf1e9;
	font-size: 15px;
	margin:5px 0;
}
.orangeRight h5 strong{
	color: #fff;
}
.orangeRight p{
	font-size: 17px;
	margin-top: 25px;
	color: #eee;
}
.orangeRight p strong {
    color: #000;
    background: #d9f0da;
    padding: 1px 8px;
    font-style: italic;
    display: inline-block;
}
.btnWhite{
	background: #fae3d3;
	padding:10px 20px;
	border-radius: 5px;
	color: #000 !important;
	margin-top: 15px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.btnWhite:hover{
	text-decoration: none;
	background: #b85f1e;
	color: #fff !important;
}
.orangeRight{
	padding-top: 0px;
}
.annoucementLine{
    background:#E67726;
    padding:15px 0;
    text-align:center;
    border-radius:5px;
    margin-bottom:40px;
}
.annoucementLine p{
    color:#fff;
    font-size:22px;
}
.annoucementLine p strong{
    color:#fff;
}
.inlineContent{
    display:flex;
    justify-content:center;
    align-items:center;
    border-top:1px solid #f1f1f1;
    margin-top:10px;
    padding-top:10px;
}
.inlineContent strong{
    color:#000;
}
.inlineContent p{
    margin:0 20px;
    margin-right:40px;
}
.inlineContent .btnJoinFill{
    margin-top:0;
}
.termsMember{
    padding-top:50px;
}
.termsMember h4{
    font-size:22px;
    color:#000;
}
.termsMember ul{
    list-style-type:disc;
    padding-left:25px;
}
.termsMember ul li{
    color:#000;
    margin:5px 0;
    font-size:17px;
}
.linkText{
    font-size:15px;
    font-weight:600;
    color:#000 !important;
    display:block;
    margin-top:15px;
}
.centerVer{
	padding: 40px 0;
}
.text-white{
	color: #fff;
}
.inlineContent p{
    margin:0 20px;
    margin-right:40px;
}
.btnJoin{
	background:#fff;
	color: #E67726 !important;
	padding:10px 25px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	border:1px solid #E67726;
	border-radius: 5px;
	margin-top: 10px;
}
.btnJoin:hover, .btnJoin:focus{
	background: #E67726; 
	border-color: transparent;
	text-decoration: none;
	color: #fff !important;
}
.btnJoinFill{
	background:#E67726;
	color: #fff !important;
	margin-right:15px;
	padding:10px 25px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	border:1px solid #E67726;
	border-radius: 5px;
	margin-top: 10px;
}
.btnJoinFill:hover, .btnJoinFill:focus{
	background: transparent; 
	text-decoration: none;
	color: #000 !important;
}
.thumnail{
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	justify-content: center;
}
.thumnail img{
	max-width: 100%;
	max-height: 100%;
}
.thumnail:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.videoBtn{
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	z-index: 999;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #f0f0f0;
}
.popupVideo{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popupContent{
	width: 60%;
	background: #fff;
	padding: 40px;
	border-radius: 10px;
}
.headerPopup{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btnClose{
	border:none;
	color: #000;
	font-size: 16px;
	background: #fff;
}
.btnClose:hover{
	background: #f9f9f9;
	color: #000;
}
.inlineRow{
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	padding:0px 40px 0;
	display: flex;
}
.orangeBanner a:focus{
    text-decoration:none;
}
.orangeRight{
	padding-top: 0px;
}
.orangeBanner:hover a, .orangeBanner:focus a{
	text-decoration: none;
}
.btnLearn{
    background:#222;
    border:none;
    padding:4px 14px;
    margin-top:0px;
    font-size:11px;
    color:#fff;
}
.opacity{
    opacity:1 !important;
}
.pageTitle{
    text-align:center;
    color:#fff;
    padding-left:60px;
    font-size:55px;
    position:absolute;
    right:150px;
    bottom:100px;
    font-weight:700;
    text-transform:uppercase;
}
.bgJob{
    background:url(../images/job-oppartinuity.jpg) no-repeat;
    background-size:cover;
    background-position:center;
    padding:180px 0;
    position:relative;
}
.jobDescription{
    padding:60px 0;
}
.jobDescription h4{
    font-size:30px;
    font-weight:600;
    margin-bottom:15px;
}
.jobDescription p{
    margin-bottom:15px;
}
.jobDescription p strong{
    color:#666;
}


/*Rakshit*/
.logo img{
    position:relative;
    top:-4px;
    margin-top: 1px !important;
}
.inlineItems{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    border-bottom:1px dashed #fff;
    padding:15px 10px 10px 10px;
}
.mt-lg-5{
    margin-top:40px;
}
.sameSpace p{
    width:33.33%;
}
.heightMax{
    height:460px;
}
.heightMin{
    min-height:300px !important;
}
.textCenter{
    text-align:center !important;
}
.textRight{
    text-align:right !important;
}
.centerV{
	display: flex;
	justify-content: center;
}
.bannerTitle{
    font-size:5rem;
    line-height:60px;
}
.text_orange{
    color:#00aeef;
}
.mt-0{
    margin-top:0px;
}
.mb-0{
    margin-bottom:0px;
}