
.homepageBGmobile{
    background-color:#fa1f96;
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.homepageBG{
    background-color:#fa1f96;
    position:fixed;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px;
}

.homePageCircle{
  height:560px;
  width: 560px;
  border-radius:330px;
  -webkit-border-radius: 330px;
  -khtml-border-radius: 330px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0px 10px 24px 10px;
  padding: 54px 20px 0px 20px;
  /* padding: 60px 20px 0px 20px; */
  line-height: 25px;
  letter-spacing: 0.4px;
  text-decoration: none;
  color: #193441;
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(10%);
}


.hpcMobile{
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.4px;
  text-decoration: none;
  position: relative;
  color: #818181;
}

.hpc1{
  height:136px;
  width: 136px;
  border-radius:68px;
  -webkit-border-radius: 68px;
  -khtml-border-radius: 68px;
  padding: 20px 10px 0px 10px;
    color: #193441;
  background-color: #f5f5f5;
  position: absolute;
  text-align: center;
  top:4px;
  left: 4%;
}

.hpc2{
  height:226px;
  width: 226px;
  border-radius:113px;
  -webkit-border-radius: 113px;
  -khtml-border-radius: 113px;
  padding: 25px 20px 0px 20px;
    color: #193441;
  background-color: #f5f5f5;
  position: absolute;
  text-align: center;
  top:137px;
  right: 6%;
}


.hpc3{
  height:182px;
  width: 182px;
  border-radius:91px;
  -webkit-border-radius:91px;
  -khtml-border-radius: 91px;
  padding: 20px 10px 0px 10px;
    color: #193441;
  background-color: #f5f5f5;
  position: absolute;
  text-align: center;
  top:372px;
  left: 2%;

}

.hpc4{
  height:236px;
  width: 236px;
  border-radius:118px;
  -webkit-border-radius:118px;
  -khtml-border-radius: 118px;
  margin: 0px 10px 24px 10px;
  padding: 20px 10px 0px 10px;
    color: #193441;
  background-color: #f5f5f5;
  position: absolute;
  text-align: center;
  top:562px;
  right: 2%;
}

.hpc5{
  height:162px;
  width: 162px;
  border-radius:81px;
  -webkit-border-radius:81px;
  -khtml-border-radius: 81px;
  margin: 0px 10px 24px 10px;
  padding: 20px 10px 0px 10px;
    color: #193441;
  background-color: #f5f5f5;
  position: absolute;
  text-align: center;
  top:800px;
  left: 1%;
}

.hpc6{
  height:162px;
  width: 162px;
  border-radius:81px;
  -webkit-border-radius:81px;
  -khtml-border-radius: 81px;
  margin: 0px 10px 24px 10px;
  padding: 20px 10px 0px 10px;
  color: #193441;
  background-color: #f5f5f5;
  position: absolute;
  text-align: center;
  top:945px;
  right: 3%;
}

.hpc7{
  height:120px;
  width: 120px;
  border-radius:60px;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  margin: 0px 10px 24px 10px;
  padding: 20px 10px 0px 10px;
  color: #193441;
  background-color: #f5f5f5;
  position: absolute;
  text-align: center;
  top:1066px;
  left: 1%;
}
.hpc8{
  height:50px;
  width: 50px;
  position: absolute;
  text-align: center;
  top:1180px;
  left: 1%;
}


.circ2{
  text-align: right;
  background-color: #193441;
  height:16px;
  width: 16px;
  border-radius:8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  float: right;
  cursor: pointer;
}

.page{
  padding-top:68px;
}

a.class1 {
  color:#fa1f96;
}
a.class1:hover {text-decoration: none; color: #ff8cca;}


a, a:hover, a:active { text-decoration: none; }

.active { color: #ffffff!important;
}

.liAlign{
text-align: left;
line-height: 16px;
margin-left: 18px;
}
.liAlignWeb{
text-align: center;
display: inline-block;
}


/*
//////////////  Bootstrap overides    -------->
*/
.col-md-4 {
padding-bottom: 20px;
}
.col-md-2{
padding-bottom:20px;
}
.col-sm-4{
padding-bottom:20px;
}
.col-sx-6{
padding-bottom:20px;
}


/* STICKY FOOTER */
  html {
   position: relative;
   min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /* background-color: #e5e5e5; */
  text-align: right;
}


.col-centered{
    float: none;
    margin: 0 auto;
}


.col-left{
    float: none;
    text-align: left;
}

 .navbar {
    border-radius:0;
    height: 48px;
    max-height: 48px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-weight: 400;
   }

   .collapsing, .in {
    background-color: #193441;
  }
  

  .navbar-inverse {
    background-color: #193441;
    border-color: #193441;
}


.navbar-inverse .navbar-nav>li>a {
    color: #5e8b9f;
}

.navbar-inverse .navbar-brand {
   font-size: 19px;
  font-weight: 300;
    color: #5e8b9f;
  letter-spacing: 0.4px;
}

  .navbar-inverse .navbar-nav>li>a:hover {
    color: #e5e5e5;
}

  
 

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #193441;
}

.navbar-brand-bold{
  font-weight: 700;
  font-size: 18px;
 letter-spacing: 0.6px;

}

  .navbar-nav {
    float: right;
  }


@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
/*
ul, li
{
    list-style-type: none;
} */


/*
//////////////   Circle Button Hover     -------->
*/

.button{
  height:82px;
  width: 82px;
  border-radius:41px;
  -webkit-border-radius: 41px;
  -khtml-border-radius: 41px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
  margin: 0px 10px 24px 10px;
  padding: 0px 0px 0px 1px;
	cursor: pointer;
	line-height: 82px;
  letter-spacing: .8px;
	text-decoration: none;
	color: #FFFFFF;
  background-color: #000000;
/*	user-select: none; */
/*	border-radius: 10px; */
}

.button2{
  height:46px;
  width: 46px;
 /*	border: 1px solid #000000; */
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin: 0px 10px 4px 10px;
  padding: 0px 0px 0px 1px;
	cursor: pointer;
  line-height: 46px;
  letter-spacing: .8px;
	text-decoration: none;
	color: #FFFFFF;
  background-color: #000000;
/*  user-select: none; */
  border-radius:23px;
  -webkit-border-radius: 23px;
  -khtml-border-radius: 23px;
  z-index: 10px;
/*	border-radius: 10px; */
}

.hvr-fade {
transition-duration:0.0s;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
	background-color: #f40780;
	color: white;
	background-color: rgba(244, 7, 128, .7);
}



/*
//////////////   FancyBox     -------->
*/

.fancybox-custom .fancybox-skin {
      box-shadow: 0 0 50px #222;
}
.flip-container #fancybox-wrap {
left:0 !important;
top:0 !important;
}

.flip-container, .front, .back {
  width: 150px;
  height: 150px;
/*  background-size: 100%; */
}

.fancybox-nav {
    width: 70px;
}

.fancybox-next {
    right: -70px;
}

.fancybox-prev {
    left: -70px;
}


/*
////////////// ////////////// ////////////// //////////////
////////////////////////////     FLIPPER     ////////////// -------->
////////////// ////////////// ////////////// //////////////
*/


.back {
padding-left:10px;
padding-right:10px;
text-align: center;
}

.back, .front{
border: 1px solid #666;
}

.flip-container, .front, .back {
  width: 370px;
  height: 344px;
}

/* entire container, keeps perspective */
.flip-container {
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
	   perspective: 1000;
	   transform-style: preserve-3d;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
  /*  border: 1px solid #ccc; */
}



      /* START: Accommodating for IE */
      .flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

    /* END: Accommodating for IE */


	/*  UPDATED! flip the pane when hovered */
	/*
  .flip-container:hover .back {
		transform: rotateY(0deg);
	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
	}
  */

/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
      -webkit-transform-style: preserve-3d;
      -ms-transition: 0.6s;

      -moz-transition: 0.6s;
      -moz-transform: perspective(1000px);
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
  -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;


-webkit-transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        -webkit-transform: rotateY(0deg);

        -moz-transition: 0.6s;
        -moz-transform-style: preserve-3d;
        -moz-transform: rotateY(0deg);

        -o-transition: 0.6s;
        -o-transform-style: preserve-3d;
        -o-transform: rotateY(0deg);

        -ms-transition: 0.6s;
        -ms-transform-style: preserve-3d;
        -ms-transform: rotateY(0deg);

        transition: 0.6s;
        transform-style: preserve-3d;
        transform: rotateY(0deg);

	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
      -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);

}

/*
	Some vertical flip updates
*/
.vertical.flip-container {
	position: relative;
}

	.vertical .back {
		transform: rotateX(180deg);
	}

	.vertical.flip-container:hover .back {
	    transform: rotateX(0deg);
	}

	.vertical.flip-container:hover .front {
	    transform: rotateX(180deg);
	}

