
/*@import 'webfont.css';*/



@import "reset.css";
@import ('https://fonts.googleapis.com/css?family=Vampiro+One&subset=latin-ext');
@import ('https://fonts.googleapis.com/css?family=Lato|Roboto');



*{
box-sizing: border-box;
font-size:17px;
font-family: 'Raleway', sans-serif;
}

html{
    background: #ddd;
}

body{
background: #fff;
}

.relative{
    position:relative;
}

.v-align   {
    position:absolute;
    width: 100%;
  top: 50%;
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

}
 
/*ALL BUTTONS*/
a.btn-1{
/*background: #e52d5b  ; */
background: #E4017E   ; 
padding:10px 20px 10px 20px;
color: #eee;
text-transform: none;
display: inline-block;
/*font-family: 'Roboto', sans-serif;*/
text-transform: uppercase;

letter-spacing: 2px;
font-size:13px;
line-height: 25px;
}

/*
@media (max-width: 767px){
 a.btn-1{
font-size:18px;
}   
}
*/

a.btn-inverse{
color: #000;
background: #f2f2f2 ;   
}


a.btn-1:hover,
a.btn-1:focus{
background: #b71a63;
text-decoration:none;
color:#f2f2f2;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
outline-color:transparent;
}

a.btn-inverse:hover,
a.btn-inverse:focus{
background: #ccc;
text-decoration:none;
color:#000;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
    outline-color:transparent;
}




/*END BTN-1*/

hr{
    border-top:solid 1px #cc0000;
}

a:hover,
a:focus,
a:visited{
text-decoration: none;
}

.main{
min-height:100%;
}

a{
color:#000;  
}

li a{
color:#fff;  
}

h1,h2,h3,h4{
margin:0px;
color:#000;
/*font-family: 'Roboto Slab', serif;
*/
/*font-family: 'Roboto Condensed', sans-serif;*/
font-family: 'Vampiro One', cursive;
font-family: 'Raleway', sans-serif;
margin-bottom: 30px;
text-transform: none;
}




h1.green,
h2.green,
h3.green,
h4.green{  
color: #62BBC1;   
}

span.green{
color: #62BBC1;
font-size:inherit;
}

.italic{
font-style:italic;
}

.upper{
    text-transform: uppercase;
}

h1.pink,
h2.pink,
h3.pink,
h4.pink{  
color: #E4017E  ;   
}

@media (max-width: 767px){
h1,h2,h3,h4{
/*font-weight: 400;*/
}    
}

h2.h2-border{
    display: inline-block;
padding-bottom: 7px;
border-bottom: solid 1px #16A8E4 ;
}

h1{
font-size:38px;
margin-bottom: 30px; 
}


h2{
line-height: 38px;
font-size:26px;
}

@media (max-width: 767px){
h2{
font-size:26px;
line-height: 38px;
/*    text-transform: capitalize;*/
}    
}

h3{
font-size:22px;
color: #16A8E4 ;
margin-bottom: 20px;
line-height:28px;
}

h4{
font-size:26px;
}

h1.heading,
h2.heading,
h3.heading,
h4.heading{
font-family: 'Vampiro One', cursive;    
color: #61E8E1   ;   
}

h2.heading.pink-heading{
    color: #E4017E ;
}

h2.heading.pink-heading-2{
    color: #E4017E ;
}
@media (max-width: 767px){
h2.heading.pink-heading{
display:none;
}    
}

h2.heading{   
font-size:40px; 
}

h2.heading-pink{
    color: #fff  ;
    color: #61E8E1    ;
    font-family: 'Vampiro One', cursive;
    font-size:60px;
    text-transform: capitalize;
    line-height: 90px;
}

@media (max-width: 991px){
h2.heading-pink{
    font-size:60px;
    line-height: 60px;
}    
}

@media (max-width: 767px){
h2.heading-pink{
 text-align:left;
font-size:38px;
line-height: 42px;
}
}

h2.pink{
    color: #E4017E ;
}

section.home-strap{
    background: #450432 ;
}

@media (max-width: 767px){
h1.heading,
h2.heading,
h3.heading,
h4.heading{
font-size:38px;
line-height: 42px;
text-align: left;
}   
}

@media (max-width: 767px){
h2.heading.center-center{
text-align: center;
}   
}




p{
color:#000;
line-height:28px;
margin-bottom: 30px;
/*font-weight: 300;*/
}

@media (max-width: 767px){
p{
font-size: 19px;
    line-height:30px;
}    
}


/*ALIGNMENT*/
.text-alignment{
text-align:center; 
}

@media (max-width: 494px){
.text-alignment{
text-align:left;
}
}

/*SECTION PADDING*/

.mt10{
    margin-top:10px;
}


.mt30{
    margin-top:30px;
}

.mt50{
    margin-top:50px;
}


.section-padding{
padding-top: 80px;
padding-bottom: 80px;
}

@media (min-width:768px) and (max-width: 991px){
.section-padding{
padding-top: 75px;
padding-bottom: 75px;
}  
}

@media (max-width: 767px){
.section-padding{
padding-top: 50px;
padding-bottom: 50px; 
}  
}

.section-stack{
padding-top: 0px;
}

/*MENU*/

nav header{
    width: 100%;
    height: 91px;
    background: transparent;
}

@media (max-width: 767px){
nav header{
    height: 60px;
}
}

/*HEADER CONTACT INFO*/
.header-contact-info{
    display: inline-block;
    height: 50px;
    position:fixed;
    right: 100px;
    font-size:22px;
    color: #fff;
}

@media (max-width: 767px){
.header-contact-info{
   display: none;
}
}

span.phone-info{
    display: inline-block;
    position:absolute;
    top: 0px;
    font-size:22px;

}

span.email-info{
    display: inline-block;
    font-size:22px;
    position:relative;
    bottom:-5px;
    color: #fff;
}

span.email-info a{
    font-size:22px;
    color: #fff;
}

span.pink-icon{
    color: #E4017E ;
    color: #62BBC1  ;
    font-size:22px;
    line-height: 22px;
    display: inline-block;
    margin-right: 5px;
}

span.email-info span.pink-icon{
margin-top: 4px;
}



body.nav-open {
  overflow: hidden;
}



#menu-components.menu-5 .content-holder {
  position: relative;
  z-index: 1;
  overflow: auto;
  box-shadow: 0 0 20px #000;
  -o-transition:transform .5s;
  -moz-transition:transform .5s;
  -webkit-transition:transform .5s;
  transition: transform 5s;
 
}

#menu-components.menu-5 main{
  padding-top: 100px;
}


  #menu-components.menu-5 .menu-band{
  padding-top: 20px;
  padding-bottom: 20px;
  background: #0F0A0A  ;
  position: fixed;
  width: 100%;
  z-index: 200;
      border-bottom: solid 1px #464646;
}

@media (max-width: 767px){
  #menu-components.menu-5 .menu-band{
  padding-top: 5px;
  padding-bottom: 5px;

}    
}

#menu-components.menu-5 .menu-band .social{
float:none; 
display: inline-block;
margin-left: 8px;
margin-left: 15px;
width: 30px;
}

#menu-components.menu-5 .menu-band .social i{
width: 30px;
height: 30px;
line-height: 30px;
}

.logo{
height: 50px;
margin-left: 15px;
font-family: 'Roboto Slab', serif;
display: inline-block;
}

span.logo-main{
    line-height: 50px;
    color: #E4017E   ;
/*    font-family: 'Roboto Condensed', sans-serif;*/
    font-size:26px;
    text-transform: capitalize;
}

@media (max-width: 767px){
 span.logo-main{
 
}
    
    .logo{
        margin-left: 10px;
    }
}

span.logo-strap{
    line-height: 50px;
    color: #fff ;
/*    font-family: 'Roboto Slab', serif;*/
    font-size:20px;
    font-weight:300;
    color: #fff;
    display: inline-block;
    margin-left: 7px;
}


 #menu-components.menu-5 .nav-trigger {
  position: fixed;
  top:28px;
  right: 25px;
  height: 44px;
  width: 44px;
  overflow: hidden;
  color: #b71a63 ;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 300;
}


@media (max-width: 767px){
 #menu-components.menu-5 .nav-trigger {
  top:15px;
  height: 30px;
  width: 30px;
     right:15px;
}    
}

#menu-components.menu-5 .nav-trigger span,
#menu-components.menu-5 .nav-trigger span::before,
#menu-components.menu-5 .nav-trigger span::after {
  position: absolute;
  height: 3px;
  width: 36px;
  background: #E4017E ;
}

@media (max-width: 767px){
#menu-components.menu-5 .nav-trigger span,
#menu-components.menu-5 .nav-trigger span::before,
#menu-components.menu-5 .nav-trigger span::after {
/*  background: #000;*/
}    
}

#menu-components.menu-5 .nav-trigger span {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%); 
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

#menu-components.menu-5 .nav-trigger span::before,
#menu-components.menu-5 .nav-trigger span::after {
  content: '';
  top: 0;
  left: 0;
  -moz-transition: background .3s, transform .3s;
  -o-transition: background .3s, transform .3s;
  -webkit-transition: background .3s, transform .3s;
  transition: background .3s, transform .3s;
}

#menu-components.menu-5 .nav-trigger span::before {
  -ms-transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

#menu-components.menu-5 .nav-trigger span::after {
  -ms-transform: translateY(12px);
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

#menu-components.menu-5 .nav-trigger:hover span, 
#menu-components.menu-5 .nav-trigger:hover span::before,
#menu-components.menu-5 .nav-trigger:hover span::after {
  background: white;
}

 .nav-open #menu-components.menu-5 .nav-trigger span {
  background: transparent;
}

.nav-open #menu-components.menu-5 .nav-trigger span::before,
.nav-open #menu-components.menu-5 .nav-trigger span::after {
  background: #E33B89  ;
}

@media (max-width: 767px){
.nav-open #menu-components.menu-5 .nav-trigger span::before,
.nav-open #menu-components.menu-5 .nav-trigger span::after {
  background: #E33B89  ;
}    
}


 .nav-open #menu-components.menu-5 .nav-trigger span::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open #menu-components.menu-5 .nav-trigger span::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-components.menu-5 .overlay {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity .5s, visibility .5s;
  -o-transition: opacity .5s, visibility .5s;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
}

.nav-open #menu-components.menu-5 .overlay {
  opacity: .8;
  visibility: visible;
}

#menu-components.menu-5 .nav-container {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  max-width: 350px;
  padding: 0px;
  background: #E4017E  ;
  overflow: auto;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform .5s cubic-bezier(.07,.23,.34,1);
  -moz-transition: transform .5s cubic-bezier(.07,.23,.34,1);
  -o-transition: transform .5s cubic-bezier(.07,.23,.34,1);
  transition: transform .5s cubic-bezier(.07,.23,.34,1);
}

.nav-open #menu-components.menu-5 .nav-container {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#menu-components.menu-5 .nav-container h2 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #AAAAAA;
  margin: 1.5em 0;
}

 #menu-components.menu-5 .nav {
  list-style: none;
  padding: 25px;
}

#menu-components.menu-5 .nav li{
  line-height: 25px;
}

#menu-components.menu-5 .nav a{
display: block;
padding: 10px 0px 18px;
text-decoration: none;
color: #f2f2f2;
/*
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
*/
text-transform: uppercase;
font-weight: 100;
letter-spacing: 2px;
font-size:16px;
line-height: 25px;
border-bottom: solid 1px #cc357b ;
margin-bottom: 8px;
}

#menu-components.menu-5 .nav a.active-link{
color: #000 ;
}

a i.services-arrow{
    float: right;
    font-size:25px;
}

ul.services-list{
margin-left: 10px;
font-size:14px;

}

ul.services-list a{
font-size:14px !important;
    color: #cdcdcd !important;
}

/*
ul.services-list{
    display: none;
    height:0px;
   
  transition: height 10s ease-in-out;
}

ul.services-list.list-open{
    display: block;
    height:240px;
}
*/


#menu-components.menu-5 .nav a:hover,
#menu-components.menu-5 .nav a:focus{
    background: transparent;
    
}

/*
.nav-open #menu-components.menu-5 .nav a.translate {
  -webkit-animation: slide-in .4s .2s backwards;
  animation: slide-in .4s .2s backwards;
}

.nav-open  #menu-components.menu-5 .nav li:nth-of-type(2) a {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

 .nav-open #menu-components.menu-5 .nav li:nth-of-type(3) a {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.nav-open #menu-components.menu-5 .nav li:nth-of-type(4) a {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.nav-open #menu-components.menu-5 .nav li:nth-of-type(5) a {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -ms-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*
 


/*HERO*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev, 
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.hero-area{
   background-image: url(/assets/images/home-hero-2.jpg);  
    background-repeat:none;
    -webkit-background-size: cover;
    background-size:cover ; 
    background-position: center center; 
    height: 700px;
    position:relative;
}

#massage .hero-area{
   background-image: url(/assets/images/massage-hero-2.jpg);  
}

#contact .hero-area,
#thanks .hero-area{
   background-image: url(/assets/images/contact-header-1.jpg);  
}

@media (max-width: 991px) {
.hero-area{
height: 550px;
}    
}

.item-2 .hero-area{
   background-image: url(/assets/images/home-hero-4.jpg);  

}


@media (min-width: 992px) {
.hero-desc{
color: #fff;
position: absolute;
bottom:150px;
left:150px;
max-width:500px;
opacity:0;
}
    
#about .hero-desc{
color: #fff;
position: absolute;
top:100px !important;
left:150px;
max-width:500px;
}
}

@media (max-width: 1199px) {
.hero-desc{
position:absolute;
bottom: 100px;
left:100px;
}
    
.item-2 .hero-area{
background-position: center center;  
}
    
}



@media (max-width: 991px) {
.hero-desc{
position:absolute;
bottom: 50px;
left:50px;
} 
    
.item-2 .hero-area{
background-image: url(/assets/images/home-hero-3-a.png);  
}
    
    #about .hero-desc{
color: #fff;
position: absolute;
top:100px !important;
left:150px;
max-width:500px;
}

}


@media (max-width: 767px) {   
.item-2 .hero-area{
background-image: url(/assets/images/home-hero-3-b.png);  

}

}

.item.active .hero-desc{ 
    opacity:1;
    transition: opacity .75s ease-in-out;
   -moz-transition: opacity .75s ease-in-out;
   -webkit-transition: opacity .75s ease-in-out;
}

span.case-study{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
    font-size:16.5px;
    margin-bottom: 30px;
    display: block;
}

span.case-header{
    font-family: 'Vampiro One', cursive; 
    display: block;
    font-size:80px;
    margin-bottom: 35px;
    color: #61E8E1     ;
}

@media (max-width: 991px) {
span.case-header{
    font-size:60px;
}
  
}

@media (max-width: 767px) {
span.case-header{
font-size:60px;
margin-bottom: 0;
/*color: #fff  ;*/
}

}

span.pink{
    font-family: 'Vampiro One', cursive; 
    font-size:48px;
    color: #E4017E     ;
}

h2 span.pink-colour{
   font-size:inherit;
    color: #E4017E;
}

h2 span.green-colour{
   font-size:inherit;
    color: #62BBC1 ;
}

span.heading-highlight{
color: #E4017E ;
    font-size:inherit;
}
p.case-desc{
color: #fff;
line-height: 40px;
margin-bottom: 0;
font-size:26px;
}

.hero-area hr{
width: 100px;
float: left;
border-top: solid 2px #cdcdcd;
display: block;
margin-top: 30px;
margin-bottom: 30px;
}

.hero-area a{
}

@media (max-width: 767px) {

#carousel{
    display: none;
}
    
.hero-area{
height: 350px;

}
     
.hero-desc    {
left:0px;
width: 100%;
bottom: 0px;
background: #000;
text-align: center;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
    
}
    
span.case-header{
font-size:38px;
line-height: 50px;
}
    
.usp span.case-header{
font-size:38px;
line-height: 50px;
color: #61E8E1   ;
margin-bottom: 25px;
}
    
    
}




/*INDEX CTA*/

#call-to-action-components.call-to-action-1 {
width: 100%;
padding: 75px 0;
color: #fff;
clear:both;
background: #000;
    
}

#call-to-action-components.call-to-action-1 h2,  
#call-to-action-components.call-to-action-1 a {
  
}

#call-to-action-components.call-to-action-1 h2{
    font-weight:300;
    font-size:26px;
/*    color: #fff;*/
    line-height: 36px;
}

@media (max-width: 767px) {
#call-to-action-components.call-to-action-1 h2{
    font-size:28px;
}
}

#call-to-action-components.call-to-action-1 h2 {
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@media (min-width: 768px) {
  #call-to-action-components.call-to-action-1 {
    padding: 75px 0;
      background: #000;
  }
}

#call-to-action-components.call-to-action-1 p {
  margin-bottom: 35px;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
    animation-delay: 1s;
}

#call-to-action-components.call-to-action-1 a {
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/*
#call-to-action-components.call-to-action-1 a:hover {
  color: #fff; 
}
*/




/*FOOTER*/



#footer-components.footer-4 {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

@media (max-width: 767px) {
#footer-components.footer-4 {
  padding-bottom: 100px;
}    
}

@media (min-width: 768px) {
#footer-components.footer-4 p{
    margin-left: 60px;
}   
}



#footer-components.footer-4 p{
    color: #000;
    display: inline-block;
}

#footer-components.footer-4 h2 {
  color: #000;
  font-size: 22px;
}

#footer-components.footer-4 img.footer-image {
  margin-bottom: 30px;
  margin-top: 20px;
}

#footer-components.footer-4 span.address {
  display: block;
  color: #000;
    margin-top: 30px;
}

@media (max-width: 991px) {
  #footer-components.footer-4 span.address {
    line-height: 25px;
  }
}

#footer-components.footer-4 .contact-numbers {
  margin-top: 30px;
  color: #000;
}

@media (min-width: 767px) {
#footer-components.footer-4 .contact-numbers {
margin-left: -25px;
}
}

#footer-components.footer-4 span.divider {
  height: 15px;
  width: 2px;
  background: #16A8E4 ;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: -2px;
}

@media (max-width: 767px) {
  #footer-components.footer-4 span.number-2 {
    margin-top: 10px;
    display: inline-block;
  }
}

#footer-components.footer-4 .social-icons {
/*  margin-top: 30px;*/
}

#footer-components.footer-4 .social-icons li { 
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #000;
  margin-left: 5px;
  margin-right: 5px;
  color: #16A8E4 ;
}

#footer-components.footer-4 .social-icons a {
  color: #16A8E4;
}

#footer-components.footer-4 .social-icons a:hover {
  color: #fff;
  -webkit-transition: width 0.75s;
  -ms-transition: width 0.75s;
  -moz-transition: width 0.75s;
  /* Safari */
  transition: width 0.75s;
}


/*MAP AREA*/

.map-area{
padding: 5px;  
background: #ffd700 ;
}

.map-area iframe{
height: 325px;
}

@media (min-width:768px) and (max-width: 991px){
.map-area iframe{
height: 275px;
}
}

@media (max-width:767px){
.map-area iframe{
height: 225px;
}
}


/*PAGES*/

/*ALL PAGES*/

@media (max-width:767px){
.pinkmobile{
    color: #E4017E  !important;
}
}

.narrow-fluid{
max-width: 1700px;
margin: 0 auto;
}

.main{
padding-top:90px; 
background: #151515;

}

@media (max-width:767px){
.main{
padding-top:60px; 
}    
}

span.green-colour{
   font-size:inherit;
    color: #62BBC1 ;
}

section.image-area{
    background: #fff;
}

.image-strap{
    margin-top: 35px;
}

@media (max-width:767px){
#pt section.image-area.section-padding,
#massage section.image-area.section-padding{
   padding-bottom: 0;
}    
}

/*
section.image-area.section-padding{
    padding-top:0px;
}
*/


figure, figcaption {
display: block;
}
#polaroid{
width:100%;
overflow:hidden;
padding:20px 10px;
}
#polaroid figure{
float:left;
position:relative;
width:90%;
margin:10px 20px;
padding: 6px 8px 25px 8px;
-webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
-moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
background: #61E8E1 ;
-webkit-transform:rotate(-2deg);
-moz-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
transform: rotate(-2deg);
-webkit-backface-visibility:hidden; /*prevent rotated text being jagged in Chrome and Safari*/
}

#polaroid figure img{
width: 100%;
}

#polaroid figure.op-rotate{
-webkit-transform:rotate(2deg);
-moz-transform: rotate(2deg);
-o-transform: rotate(2deg);
-ms-transform: rotate(2deg);
transform: rotate(2deg);
-webkit-backface-visibility:hidden; /*prevent rotated text being jagged in Chrome and Safari*/
-webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
-moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
box-shadow: -4px 4px 8px -4px rgba(0, 0, 0, .75);
} 
#polaroid figure:before {
content: '';
display: block;
position: absolute;
left:5px;
top: -15px;
width: 75px;
height: 25px;
background-color: rgba(228,1,126,0.7);
-webkit-transform: rotate(-12deg);
-moz-transform: rotate(-12deg);
-o-transform: rotate(-12deg);
-ms-transform: rotate(-12deg);
}
#polaroid figure.op-rotate:before {
position:absolute;
left:15%;
top: -15px;
width: 30%%;
height: 25px;
-webkit-transform: rotate(12deg);
-moz-transform: rotate(12deg);
-o-transform: rotate(12deg);
-ms-transform: rotate(12deg);
}


/*INDEX*/
/*
#index #call-to-action-components.call-to-action-1 {
  background: url('/assets/images/cta-bg-2.png') center center no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;    
}
*/

/*animation*/
.fade1{
  -webkit-animation-delay:0.5s !important;
  -webkit-animation-duration:2s !important;  
    -ms-animation-delay:0.5s !important;
  -ms-animation-duration:2s !important; 
    -moz-animation-delay:1.5s !important;
  -moz-animation-duration:2s !important;
    animation-duration:2s !important;
    animation-delay:1.5s !important;
}

.fade2{
  -webkit-animation-delay:.5s !important;
  -webkit-animation-duration:2s !important;
     -ms-animation-delay:.5s !important;
  -ms-animation-duration:2s !important;
     -moz-animation-delay:.5s !important;
  -moz-animation-duration:2s !important;
   animation-duration:2s !important;
   animation-delay:.5s !important;
}



.fade3{
  -webkit-animation-delay:1.5s !important;
  -webkit-animation-duration:2.5s !important;
      -ms-animation-delay:1.5s !important;
  -ms-animation-duration:2.5s !important;
      -moz-animation-delay:1.5s !important;
  -moz-animation-duration:2.5s !important;
     animation-duration:2.5s !important;
    animation-delay:1.5s !important;
}

.fade4{
  -webkit-animation-delay:1.5s !important;
  -webkit-animation-duration:2s !important;
    -ms-animation-delay:1.5s !important;
  -ms-animation-duration:2s !important;
    -moz-animation-delay:1.5s !important;
  -moz-animation-duration:2s !important;
   animation-delay:1.5s !important;
 animation-duration:2s !important;
}

@media (max-width:767px) {
.fade2,
.fade3,
.fade4{
  -webkit-animation-delay:.0s !important;
  -webkit-animation-duration:0s !important;
    -ms-animation-delay:.0s !important;
  -ms-animation-duration:0s !important;
    -moz-animation-delay:.0s !important;
  -moz-animation-duration:0s !important;
   animation-delay:.0s !important;
  animation-duration:0s !important;
}
 
}



/*INDEX PAGE*/

.mobile-line-left{
    border-left:solid 1px #000;
} 

.two-paragraphs{
background: #fff ;
}



@media (min-width:992px) and (max-width: 1199px){
/*
.two-p-left{
height: 300px;
}    
*/
}

@media (min-width:992px) {
.two-p-left{
    padding-left: 40px;
    padding-right: 40px;
}

.two-p-middle{
    padding-left: 40px;
    padding-right: 40px;
}

.two-p-right{
    padding-left: 40px;
    padding-right: 40px;
}
   
}




.two-p-left h2{ 
color: #E4017E  ;
text-align: center;
font-size:26px;
}

@media (max-width: 1199px){
#about .two-p-left h2{ 
/*color: #000 ;*/
text-align: left;
font-size:26px;
}    
}



@media (max-width: 991px){
.two-p-left h2{ 
/*color: #000 ;*/
text-align: left;
font-size:26px;
}    
}
.two-p-middle p{ 
margin-bottom: 0px;
}
.two-p-right p{
margin-bottom: 0px;
}

@media (max-width: 767px){
.two-paragraphs p{ 
padding: 15px;
border: solid 1px #0F0A0A    ;
}    
}



.usp{
    background: #0F0A0A  ;  
}

.usp h2{
    color: #eee;
    color: #61E8E1    ;
    color: #fff    ;
}

.usp h2,
.usp span{
font-size:32px;
line-height: 45px;
margin-bottom: 0;
text-transform: none;
}

@media (max-width:991px) {
/*
 .usp{
    background: #000  ;  
} 
    
.usp h2{
  color: #F3F6F9 ;  
}   
*/
} 

@media (max-width: 767px){
    
.usp{
    padding-top: 0px;
}
.usp h2,
.usp span{
font-size:26px;
line-height: 36px;
color: #fff; 
}    
}

/*web eval*/
.web-eval{
    background: #F3F6F9 !important;
}

.web-eval h2{
    color: #e52d5b ;
}

/*
#call-to-action-components.call-to-action-1.web-eval {
    background-image: url('/assets/images/web-eval-bg.png');
    background-size:cover;        
}
*/
.web-eval p{
    color: #fff;
}

/*PROMISE*/
.our-promise{
    background: #fff;
    background-image: url('/assets/images/bg-slice-1-b.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}


.promise-points{
    padding-top: 40px;
}

.our-promise h4{
    text-align: center;
    font-size:26px;
/*    font-weight: 300 !important;*/
}

.our-promise p{
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

@media (max-width:991px){
    
.promise-points{
padding-top: 0px;
}
/*
 .our-promise h2{
text-align: left;
} 
*/
    
.our-promise h4{
text-align: left;
}
    
.our-promise p{
text-align: left;
}
    
}

.mobile-dark-col{
background-color: rgba(0, 0, 0,0.6);
padding-top: 75px;
padding-bottom: 75px;
padding-left: 100px;
padding-right: 100px;
border:solid 1px #673358;
}


.mobile-dark-col p{
line-height: 32px;
}

.our-promise img{
width: 100% !important;
}




/*MOBILE DARK COL*/

.mobile-dark-col i{
color: #61E8E1  !important ;
font-size:inherit;
}

@media (max-width:991px){
 .mobile-dark-col{
     background: #191919;
     padding:15px;
     margin-bottom: 30px; 
 }
    
.mobile-dark-col h4{
color: #E4017E  ;
margin-bottom: 20px;
}


.mobile-dark-col p{
color: #f2f2f2;
}

.mobile-dark-col-bottom{
margin-bottom: 0px;
}

}

/*CASE STUDIES*/
.featured-work{
    background: #000  ;
}

.featured-work h2{
    margin-bottom: 0;
/*
    text-shadow:
   -1px -1px 0 #911380 ,  
    1px -1px 0 #911380 ,
    -1px 1px 0 #911380 ,
     1px 1px 0 #911380 ;
*/
}

.case-studies-title{
    padding-bottom: 40px;
}

.featured-images{
    height: 500px;
}

@media (min-width:992px) and (max-width:1199px){
.featured-images{
    height: 400px;
}    
}


@media (min-width:768px) and (max-width:991px){
.featured-images{
    height: 300px;
}    
}

.featured-images a{
border-color:transparent !important;
background-position: center left; 
}

.featured-images div{
overflow:hidden;
}



span.work-title{
    position:absolute;
    bottom: 30px;
    left:30px;
/*    color: #e52d5b;*/
    z-index: 200;
    background: #EC058E;
    padding: 5px;
    
    background: #E4017E   ; 
color: #eee;
display: inline-block;
/*font-family: 'Roboto', sans-serif;*/
text-transform: uppercase;

letter-spacing: 2px;
font-size:15px;
line-height: 25px;
}

.featured-images .left{
height: 100%;
width: 33%;
background-size:cover;
background-position: center;
position:relative;
display: inline-block;
float:left;
}

.featured-images .middle{ 
  width: 33%;
    height: 100%;
    float: left;
    background-size:cover;
    background: #fff;
    background-position: right center;
    display: inline-block;
    position:relative;
}

.featured-images .right{
height: 100%;
width: 34%;
position:relative;
display: inline-block;
float:right;
}

.featured-images .top{
height: 50%;
width: 100%;
position:relative;
overflow:hidden;
}

.featured-images .bottom{
height: 100%;
width: 100%;
position:relative;
overflow:hidden;
bottom:0;
}

@media (max-width:767px){
.featured-images{
    height: 500px;
}
    
span.work-title{
bottom: 10px;
left:10px;
}
    
    
.featured-images .left{
width: 100%;
height: 300px;
border-bottom: solid 1px #E4017E ;
}

.featured-images .right{
width: 100%;
height: 200px;
float:left;
 }
    
.featured-images .right .top{
width: 50%;
height: 200px;
float:left;
 }
    
    .featured-images .right .bottom{
width: 50%;
height: 200px;
float:right;
border-left: solid 1px #E4017E ;
 }
}


.featured-images .left a.image-holder,
.featured-images .middle a.image-holder,
.featured-images .right a.image-holder,
.featured-images .right .bottom a.image-holder{
width: 100%;
height: 100%;
display: block;
position:absolute;
top:0;
left: 0;
-webkit-transform: scale(1,1);
transform: scale(1,1);
background-size: cover;
background-position:center center;
transition: 0.55s all ease;
-webkit-transition: 0.55s all ease;
-moz-transition: 0.55s all ease;
-o-transition: 0.55s all ease;
}

.featured-images .left:hover a.image-holder,
.featured-images .middle:hover a.image-holder,
.featured-images .top:hover a.image-holder,
.featured-images .bottom:hover a.image-holder
{
-webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.featured-images .left .cover,
.featured-images .middle .cover,
.featured-images .top .cover,
.featured-images .bottom .cover{
   width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    opacity: 0.4;
    position: relative;
    z-index: 100;
    display: block;
    transition: 0.55s all ease;
-webkit-transition: 0.55s all ease;
-moz-transition: 0.55s all ease;
-o-transition: 0.55s all ease;
}

.featured-images .left:hover .cover,
.featured-images .middle:hover .cover,
.featured-images .top:hover .cover,
.featured-images .bottom:hover .cover{
background: rgba(0,0,0,0.8);
}



/*testimonials*/
.testimonials{
background: #fff;
    background-image: url('/assets/images/bg-slice-2-b.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}


.row.testimonial-group{
    margin-top: 90px;
}

.test-bg{
    width: 100%;
    text-align: center;
    background: #fff ;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
         background-color: rgba(0, 0, 0,0.6);
/*     border:solid 1px #fff;*/
}

.test-bg p{
color: #fff;
}



@media (min-width:768px) and (max-width:991px){
 .test-bg-margin{
margin-bottom: 75px;
}   
}



.test-bg img{
    max-width: 100px;
    max-height: 100px;
    border-radius: 100%;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: -90px;
}

span.name{
    display: block;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #E4017E   ;
    color: #62BBC1    ;
    font-size:20px;
}

span.title{
    display: block;
    font-size:13px;
    font-weight:300;
    color: #fff;
}

/*CONTACT-FORMS*/
.contact-forms{
    width: 100%;
    position:relative;
    display:table;
    background: #000;
}

.web-evaluation{
    width: 34%;
    float: left;
    background: #000;
    height: 100%;
    position:relative;
    top:0;
    padding-left: 40px;
    padding-right: 40px;
}

.web-evaluation h2{
    color: #E4017E  ;
/*    font-weight: 300 !important;*/
    font-size:26px;
}

.web-evaluation p{
    color: #eee ;
}

.contact-us{
    float:right;
    width: 66%;
    background-image: url('/assets/images/contact-bg-new.png');
    background-size: cover;
    height: 100%;
    top: 0;
    display:table-cell;
    right:0;
    bottom: 0;
    position: absolute;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    background-position:right top;
}

.contact-us h2{
    color: #eee;
/*    font-weight: 300 !important;*/
    font-size:26px;
}

.contact-us-2 {
    display: none;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
     background-image: url('/assets/images/contact-bg-new-mob.png');
    background-size: cover;
    background-position:center center;
}

.contact-us-2 h2{
    color: #eee;
}


@media (min-width:768px) and (max-width:1199px){
.web-evaluation{
    width: 50%;
}
    .contact-us{
        width: 50%;
    }
}

.contact-us .v-align{
    left:0px;
    padding-left: 40px;
    padding-right: 40px;
    
}

@media (max-width:767px){
.web-evaluation{
    width: 100%;
    background: #fff;
}
    
#products .web-evaluation{
padding-top: 0px;
}
    
#pt .web-evaluation{
padding-top: 0px;
}
    
#massage .web-evaluation{
padding-top: 0px;
}
   
    
/*
   #index .web-evaluation{
    padding-top: 0px;
}
*/
    
.web-evaluation p{
color: #000;
}
  
    
.contact-us{
    display:none;
}
    
.contact-us-2{
    display:block;
}

}

footer{
    background: #f2f2f2;
    display:table;
    width: 100%;
    position:relative;
    border-top: solid 1px #E33B89 ;
}

footer h3{
    color: #000;
    display: inline-block;
    border-bottom: solid 1px #000;
    padding-bottom: 7px;
    margin-bottom: 30px;
}

footer p{
    margin-bottom: 0;
}

footer span.footer-name{
    font-weight:400;
}

footer .blog-posts a{
    display: block;
    margin-bottom: 15px;
    text-decoration: underline;
}

.ebooks p{
    margin-bottom: 20px !important;
    margin-top: 15px;
}

@media (max-width:767px){
 footer .blog-posts{
     padding-top: 0;
 }
}

.under-footer{
    background: #000 ;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #E4017E  ;
}

.social{
    float:right;
}

@media (max-width:767px){
 .social{
    float:left;
     display: block;
     width: 100%;
     margin-top: 10px;
}   
}

.disclaimer {
   line-height: 40px;
    display: inline-block;
    font-size:11px;
}

.footer-tel{
display: inline-block;
color: #fff;
line-height: 40px;
}

.footer-email{
display: inline-block;
color: #fff;
line-height: 40px;
margin-left: 20px;
}

.footer-email a{
color: #fff;
}

span.footer-pink{
    color: #E33B89 ;
}

@media (max-width:767px){
.footer-tel{
display: block;
}

.footer-email{
display:block;
margin-left: 0px;
}    
}

.social i{
    width: 40px;
    height: 40px;
    background: #E4017E ;
    color: #191919 ;
    text-align: center;
    line-height: 40px;
}

/*INNER PAGES*/

.table-area{    
    display: table;
    background: #fff;
}

.inner-page-left{
    width: 80%;
    float: left;
    display: table-cell;
    
}

.right-prices{
    width: 20%;
    float: left;
    display: table-cell;
    padding-left: 15px;
    background: #fff;
}

#products .right-prices{
    padding-left: 0px;
}




.right-prices h2{
margin-bottom: 15px;
}

span.service{
    color: #000;
    display: block;
}

span.amount{
    color: #E4017E ;
    margin-left: 5px;
}

@media (min-width:767px) and (max-width:991px){ 
.inner-page-left{
    width: 70%;    
}

.right-prices{
    width: 30%;
}    
}


#products .inner-page-left{
    width: 70%;
}

#products .right-prices{
    width: 30%;
}


@media (min-width:767px) and (max-width:991px){ 
#pt .inner-page-left,
#massage .inner-page-left,
#products .inner-page-left{
    width: 100%;    
}

#pt .right-prices,
#massage .right-prices,
#products .right-prices{
    width: 100%;
}
    
#pt .right-prices.section-padding,
#massage .right-prices.section-padding,
#products .right-prices.section-padding{
    padding-top:0px;
}
}



@media (max-width:767px){ 
.inner-page-left{
    width: 100%;    
}

.right-prices{
    width: 100%;
    padding-top: 0;
    padding-left: 0px;
}
    

}

.inner-hero{
    height: 375px;
    display: table;
    position:relative;
    width: 100%;
}

.image-title{
    margin-top: 277px;
}

.image-title h2{
    color: #fff;
    font-size:42px;
    margin-bottom: 0;
}

@media (max-width:767px){ 
.inner-hero{
height: 250px;    
}
    
.image-title{
margin-top: 150px;
}
    
.image-title h2{

font-size:32px;

}
    
    
}

.hero-image{
    display:table-cell;
    float:left;
    width: 100%;
    position:absolute;
    background-image: url('/assets/images/hero-1.png');
    background-size:cover;
    background-position:center;
    left: 0;
    top: 0;
    bottom: 0;

}



/*ABOUT PAGE*/
#about .hero-area{
   background-image: url(/assets/images/about-hero-2.jpg);  

}

#about .image-gallery{
     background-image: url('/assets/images/gallery-bg.png');
    background-size: cover;
    background-position:top center;
}

@media (max-width: 1199px) {
#about .hero-desc{
position:absolute;
bottom: 50px;
left:50px;
}
    
    
}

@media (max-width: 767px) {
#about .hero-desc{
left:0px;
width: 100%;
bottom: 0px;
background: #000;
text-align: center;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
    
}
}

    
#about .mobile-dark-col img{
    width:100%;
}

#about .fix-up img{
    width: 100%;
}

span.align-correct{ 
    display: inline-block;
    padding-left: 40px;
}



ul.help-you li{
    line-height: 32px;
    margin-bottom: 10px;
    padding-left: 20px;
       
}

ul.help-you li:before{
 content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -25px; /* same as padding-left set on li */
  width: 10px; /* same as padding-left set on li */
margin-right: 10px;
color: #61E8E1 ;
    
}

ul.help-you li i{
color: #61E8E1;
margin-left:7px;
font-size:22px;
}

.about-call-to-action{
    background: #000;
}

.about-call-to-action h2{
font-size: 32px;
    line-height: 45px;
    margin-bottom: 0;
    text-transform: none;
    color: #fff ;
    text-align: center;
}

.about-call-to-action h2.heading{
    color: #E4017E ;
    font-size:40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
.about-call-to-action h2{
font-size: 26px;
line-height: 36px;
} 
    
.about-call-to-action h2.heading{
    font-size:38px;
}
    
    ul.help-you li{
   font-size:19px;
       
}
    
}

/*PERSONAL TRAINING PAGE*/
@media (min-width:768px) and (max-width: 991px) {
 .container-stretch{
     width:83.33%;
 }
}


/* GSALLERY SECTION*/
.modal-content-area{
    padding-top: 100px;
    position:relative;
}

/*CONTENT-GALLERY-1*/

section {
  padding-top: 0px;
  padding-bottom: 0px;
}


/*BOX POSITIONING CODE*/

#content-gallery-components .content-gallery-1 {
  color: #fff;
}

#content-gallery-components .content-gallery-1 .content-box {
  overflow: hidden;
  position: relative;
}

#content-gallery-components .content-gallery-1 .content-box-buffer {
  margin-bottom: 20px;
}

@media (min-width:1200px) {
  #content-gallery-components .content-gallery-1 .content-box-lg {
    height: 370px;
    background: #000;
  }
  #content-gallery-components .content-gallery-1 .content-box-sm {
    background: #000;
    height: 175px;
  }
  #content-gallery-components .content-gallery-1 .content-last-2 {
    margin-top: -195px;
  }
}

@media (max-width: 1199px) {
  #content-gallery-components .content-gallery-1 .content-box-lg,
  #content-gallery-components .content-gallery-1 .content-box-sm,
  #content-gallery-components .content-gallery-1 .content-box-sm-2 {
    height: auto;
  }
  #content-gallery-components .content-gallery-1 .content-last-2 {
    margin-top: -162px;
  }
  #content-gallery-components .content-gallery-1 .content-box-lg img,
  #content-gallery-components .content-gallery-1 .content-box-sm img {
    width: 100%;
  }
}

@media (max-width:991px) {
  #content-gallery-components .content-gallery-1 .content-last-2 {
    margin-top: 0px;
  }
}

@media (min-width:768px) {
  #content-gallery-components .content-gallery-1 .content-box-sm img {
    max-width: 100%;
    -webkit-transition: scale 1s ease-in-out;
    -moz-transition: scale 1s ease-in-out;
    -o-transition: scale 1s ease-in-out;
    transition: scale 1s ease-in-out;
  }
}


/*END BOX POSITIONING CODE*/


/*BOX HOVER EFFECT CODE*/

#content-gallery-components .content-gallery-1 a {
  color: #000;
}

#content-gallery-components .content-gallery-1 .content-box img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/*LARGE BOX CPTION*/

#content-gallery-components .content-gallery-1 .caption {
  background: #000;
  position: absolute;
  bottom: 0px;
  height: 60px;
  width: 100%;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: all 0.3s ease-in-out;
  -moz-transform: all 0.3s ease-in-out;
  -o-transform: all 0.3s ease-in-out;
  transform: all 0.3s ease-in-out;
  padding-left: 15px;
  margin-top: 20px;
  opacity: 0;
}

#content-gallery-components .content-gallery-1 .caption-small .caption-title h3,
#content-gallery-components .content-gallery-1 .caption .caption-title h3 {
  font-size: 14px;
  color: #FF4056;
  margin: 0px;
}

#content-gallery-components .content-gallery-1 .caption .caption-description {
  color: #f1f1f1;
}


/*SMALL BOX CAPTION*/

#content-gallery-components .content-gallery-1 .caption-small {
  background: #000;
  position: absolute;
  bottom: 0px;
  height: 40px;
  width: 100%;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: all 0.3s ease-in-out;
  -moz-transform: all 0.3s ease-in-out;
  -o-transform: all 0.3s ease-in-out;
  transform: all 0.3s ease-in-out;
  padding-left: 15px;
  margin-top: 20px;
  opacity: 0;
}

#content-gallery-components .content-gallery-1 .caption-center-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#content-gallery-components .content-gallery-1 span.caption-title,
#content-gallery-components .content-gallery-1 span.caption-description {
  display: block;
  opacity: 1;
}


/*EFFCTS WHEN HOVERED OVER*/

#content-gallery-components .content-gallery-1 .content-box-translate:hover .caption,
#content-gallery-components .content-gallery-1 .content-box-translate:hover .caption-small {
  opacity: 1;
}

#content-gallery-components .content-gallery-1 .content-box-translate:hover img {
  transform: scale(1.2);
}

@media (max-width: 767px) {
  #content-gallery-components .content-gallery-1 .caption,
  #content-gallery-components .content-gallery-1 .caption-small {
    opacity: 1;
  }
}


/*END BOX HOVER EFFECT CODE*/

/*PHYSICAL TRAINING PAGE*/
.intro-prices{
    background: #fff;
}

.prices{
    background: #000;
}

/*PRODUCTS PAGE*/


@media (max-width:767px){ 
#products .inner-page-left{
    width: 100%;    
}
    
#products .right-prices{
width: 100%;
}
}

.forever-range{
    background: #fff;
}

span.fav-link{
    display: block;
    margin-bottom: 7px;
}

span.fav-link a{
color: #E33B89;
text-decoration: underline;
}

ul.product-benefits{
margin-top: 15px; 
text-align: center;
}

ul.product-benefits li{
color: #fff;
line-height: 32px;
}

@media (max-width: 991px) {
 ul.product-benefits{
text-align: left;
}   
}

.prod-image-desc{
    margin-top: 20px;
    display: table;
}

.prod-image,
.prod-desc{
display: table-cell;
vertical-align: top;
}

.prod-desc{
    padding-left: 15px;
}

 @media (min-width: 992px){
.prod-desc p{
    font-size:14px;
}
 }

@media (max-width: 767px) {
#products .fav-link{
    margin-bottom: 20px;
}
}   


 @media (max-width: 1199px){
#products .two-p-left h2{ 
text-align: left;
font-size:26px;
}    
}


/*MODAL*/

.modal-content{
    width: 400px;
    margin:0 auto;
    max-width:100%;
}


.modal h4{
    color: #E33B89 ;
}


.modal .fsBody{
    padding: 0px;
}

.modal .fsBody form{
    padding: 0px;
}

.modal .fsForm .fsSubmit{
    margin-top: 0px;
}

.modal .fsSubmitButton{
/*background: #e52d5b  ; */
background: #E4017E   ; 
background-color: #E4017E !important  ; 
padding:10px 20px 10px 20px;
color: #eee;
text-transform: none;
display: inline-block;
/*font-family: 'Roboto', sans-serif;*/
text-transform: uppercase;

letter-spacing: 2px;
font-size:13px;
line-height: 25px;
width: 100%;
}    


.modal .fsPagination{
 text-align: left;   
}



.modal .fsSubmitButton:hover,
.modal .fsSubmitButton:focus{
background: #b71a63;
text-decoration:none;
color:#f2f2f2;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
}






/*FLASH FIX*/
.wow{
    opacity:0;
}/*SMALL SCREEN ANIMATION FIX*/




/*ABOUT US PAGE*/


/*CONTACT FORM*/
.fsSubmitButton,
input#fsSubmitButton2665418{
/*background: #e52d5b  ; */
background: #E4017E   ; 
background-color: #E4017E !important  ; 
padding:10px 20px 10px 20px;
color: #eee;
text-transform: none;
display: inline-block;
/*font-family: 'Roboto', sans-serif;*/
text-transform: uppercase;
letter-spacing: 2px;
font-size:13px;
line-height: 25px;
}    


 


.fsSubmitButton:hover,
.fsSubmitButton:focus{
background: #b71a63;
text-decoration:none;
color:#f2f2f2;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
}

.wf-active .fsBody input{
font-family: 'Raleway', sans-serif !important;    
}

.fsRow .fsRowBody .fsField{
    border:solid 1px #E4017E ;
}

.fsRow .fsRowBody .fsFormatEmail{
     border:solid 1px #E4017E  !important;
}


/*CALL EMAIL*/
.call-active {
background: rgb(0,0,0);
background: rgba(0,0,0,1);
position: fixed;
bottom: 0px;
z-index: 10000;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
border-top: solid 1px #5a5a5a
}

.call-active .btn{
width:49%;
opacity: 1;
margin-top:0px;
color: #fff  ;
background: #E4017E  ;
border-radius:0px;
font-size:16px;
text-transform: uppercase;
letter-spacing: .25px;
}

.call-active .btn-l{
float:left;
}

.call-active .btn-r{
float:right;
}

@media (max-width: 767px) {
 .under-footer{
     padding-bottom: 80px;
 }
}










