@charset "utf-8";
/* CSS Document */
body, html {
	font-family: 'abelregular', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
}
h1 {
	font-family: 'Oswald', sans-serif;
}
h1 strong {
	font-family: 'Oswald', sans-serif;
	}
h2 {
	line-height: 36px;
	font-size: 36px;
	font-weight: 900;
	margin: 0;
	color: #440099;
	text-shadow: 2px 2px #474747;
	margin-bottom: 20px;
}

h3 {
	line-height: 20px;
	font-size: 24px;
	font-weight: 100;
	margin: 0;
	color: #996699;
	text-shadow: 1px 1px #474747;
	margin-bottom: 40px;
}
h4 {
	font-size: 20px;
	color: #666;
}
h5 {
	line-height: 24px;
	font-size: 16px;
	text-align: left;
	color: #ffffff;
	margin-bottom: 40px;
	font-family: 'Open Sans', sans-serif;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
a {
	color: #440099;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
hr {
	height: 3px;
	width: 260px;
	text-align: center;
	position: relative;
	background: #440099;
	border: 0;
	margin: 10px auto 20px;
}
small {
	font-family: 'Open Sans', sans-serif;
}

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'adventpro_bold', sans-serif;
	text-transform: uppercase;
	color: #eeeeee;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	font-family: 'adventpro_bold', sans-serif;
	color: #996699;
}
.on {
	background-color: #000 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #996699 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}

/* Home Style */
header {
	background: url(../images/cd_jacket_back.png) no-repeat bottom right;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 100%;
}
header h1 {
	text-shadow: 2px 2px #474747;
}

header p, header2 p {
	color: rgba(255,255,255,0.8);
	font-size: 40px;
	margin-bottom: 80px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text h1 {
	font-family: 'advent_probold', sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	color: #996699;
}
.btn-default {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border: 2px solid rgba(255,255,255,0.8);
	margin: 0 8px;
	padding: 12px 24px;
	font-size: 16px;
	transition: all 0.5s;
	border-radius: 4px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #fff;
	color: #440099;
	border-color: #fff;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* section 1 */

#fh5co-testimonial {
  background-size: cover;
  background: #fff;
  padding: 7em 0;
}
#fh5co-section h4 {
	font-weight: 700;
}
.space {
	margin-top: 40px;
}
#fh5co-section i.fa {
	font-size: 40px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #440099;
}

/* section 2 */

#fh5co-testimonial2 {
	font-size: 16px;
}

/* section 3 */

#fh5co-wellness {
  background-size: cover;
  background: #440099;
  padding: 7em 0;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #aaa;
	border: 1px solid #fff;
	padding: 8px 16px;
	border-radius: 0;
}
ol.type li a.active {
	color: #0dad8d;
	border: 1px solid #0dad8d;
}
ol.type li a:hover {
	color: #0dad8d;
	border: 1px solid #0dad8d;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 200px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 10% 10%;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}


@media (max-width: 1024px) {
  .portfolio-item .hover-bg  {
    width: 120%;
	height: 120%;
  }
}

@media (max-width: 966px) {
  .portfolio-item .hover-bg  {
    width: 70%;
	height: 70%;
  }
}
@media screen and (max-width: 768px) {
  .portfolio-item .hover-bg  {
    width: 70%;
	height: 70%;
  }
}
@media screen and (max-width: 736px) {
  .portfolio-item .hover-bg  {
    width: 35%;
	height: 35%;
  }
}
@media screen and (max-width: 667px) {
  .portfolio-item .hover-bg  {
    width: 40%;
	height: 40%;
  }
}
@media screen and (max-width: 620px) {
  .portfolio-item .hover-bg  {
    width: 50%;
	height: 50%;
  }
}
@media screen and (max-width: 568px) {
	.portfolio-item .hover-bg  {
    width: 90%;
	height: 90%;
  }
	
}
@media screen and (max-width: 533px) {
	.portfolio-item .hover-bg  {
    width: 80%;
	height: 80%;s
  }
	
}
@media screen and (max-width: 480px) {
  .portfolio-item .hover-bg  {
    width: 70%;
	height: 70%;
  }
}
@media screen and (max-width: 414px) {
  .portfolio-item .hover-bg  {
    width: 100%;
	height: 100%;
  }
}
@media screen and (max-width: 375px) {
  .portfolio-item .hover-bg  {
    width: 90%;
	height: 90%;
  }
}

@media screen and (max-width: 320px) {
  .portfolio-item .hover-bg  {
    width: 100%;
	height: 100%;
  }
}
.hover-bg .hover-text>h4 {
	font-size: 24px;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #ffffff;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

#fh5co-wellness i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #F5AB35;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #F5AB35;
}

/* section 3 */

#fh5co-components h4{
	font-size: 36px;
	font-weight: 700;
}

#fh5co-products {
  background-size: cover;
  padding: 7em 0;
}

@media screen and (max-width: 768px) {
 #fh5co-testimonial, #fh5co-testimonial2, #fh5co-components, #fh5co-products {
    padding: 3em 0;
  }
}
#fh5co-testimonial .item-block,
#fh5co-testimonial2 .item-block,
#fh5co-components .item-block,
#fh5co-products .item-block {
  margin-bottom: 30px;
}
#fh5co-testimonial .item-block blockquote,
#fh5co-testimonial2 .item-block blockquote,
#fh5co-components .item-block blockquote,
#fh5co-products .item-block blockquote {
  margin-bottom: 70px;
  position: relative;
  border-left: none;
  padding: 20px 20px 20px 20px;
  background: #fff;
  float: left;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
}

.fh5co-testimonial .item-block blockquote figure img, .fh5co-testimonial2 .item-block blockquote figure img {
  margin-bottom: 10;
}
img {
    display: block;
    margin: 0 auto;
}
#fh5co-components .item-block blockquote h3 {
  font-size: 26px;

}
#fh5co-testimonial .item-block blockquote p,
#fh5co-testimonial2 .item-block blockquote p,
#fh5co-components .item-block blockquote p,
#fh5co-products .item-block blockquote p {
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
  color: #000;
  margin-bottom: 10px;
}
#fh5co-testimonial .item-block blockquote p:last-child,
#fh5co-testimonial2 .item-block blockquote p:last-child,
#fh5co-components .item-block blockquote p:last-child,
#fh5co-products .item-block blockquote p:last-child {
  margin-bottom: 0;
}
#fh5co-testimonial .item-block blockquote .fh5co-author,
#fh5co-testimonial2 .item-block blockquote .fh5co-author,
#fh5co-components .item-block blockquote .fh5co-author,
#fh5co-products .item-block blockquote .fh5co-author {
  color: #b3b3b3;
  font-size: 16px;
}
#fh5co-testimonial .item-block blockquote .fh5co-author cite,
#fh5co-testimonial2 .item-block blockquote .fh5co-author cite,
#fh5co-components .item-block blockquote .fh5co-author cite,
#fh5co-products .item-block blockquote .fh5co-author cite {
  font-style: normal;
}
#fh5co-testimonial .item-block .icon,
#fh5co-testimonial2 .item-block .icon,
#fh5co-components .item-block .icon,
#fh5co-products .item-block .icon  {
  margin-top: 7px;
}

#fh5co-page {
  position: relative;
  z-index: 2;
  background: url(../images/watermark.png) no-repeat center center;
}
#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  position: relative;
}
#fh5co-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}
#fh5co-disclaimer {
  background-size: cover;
  background: #ffffff;
  padding: 7em 0;

}
#fh5co-disclaimer p {
  font-size: 12px;
  text-align: left;
  line-height: 1.7;

}

@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#fh5co-offcanvas ul li a:hover {
  color: #118DF0;
}
#fh5co-offcanvas ul li.active a {
  color: #118DF0;
}
#fh5co-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#fh5co-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-offcanvas ul li.cta a:hover {
  background: #fff;
  text-decoration: none;
}
#fh5co-offcanvas ul li.cta a:hover:after {
  display: none;
}
#fh5co-testimonial, #fh5co-disclaimer {
  background: url(../images/watermark.png) no-repeat center center;
  padding: 7em 0;
}

#fh5co-testimonial2 {
  	padding: 200px 0;
	background: url("../images/back_insert.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: #FFF;
}
#fh5co-wellness {
  background: url(../images/yoga.jpg) no-repeat center center;
  padding: 7em 0;
  color: #440099;
}
#fh5co-components {
  	padding: 200px 0;
	background: url("../images/pic_01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: #FFF;
}
.fh5co-heading {
  margin-bottom: 30px;
}
#fh5co-products {
  	padding: 200px 0;
	background: url("../images/pic_05.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: #FFF;
}

/* Footer */
#footer {
	background-color: #440099;
	color: #fff;
	padding: 15px 0 10px 0;
	text-align: center;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}
#footer a {
	color: #999;
}
#footer a:hover, a:focus {
	text-decoration: none;
	color: #c87533;
}
@media (max-width: 966px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}
@media (max-width: 603px) {
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}
@media (max-width: 375px) {
.intro-text h1 {
	font-size: 48px;
}
header p, header2 p {
	font-size: 32px;
}
.hover-bg .hover-text {
	padding: 10% 10%;
}
}

@media (max-width: 360px) {
.intro-text h1 {
	font-size: 48px;
}
header p, header2 p {
	font-size: 32px;
}
.hover-bg .hover-text {
	padding: 10% 10%;
}
}

.js .animate-box {
  opacity: 0;
}
