html,
body {
  height: 100%;
  background-color: #FFF;
  color: #000;
}

@charset "UTF-8";

/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

@media print {
  a[href]:after {
    content: none !important;
  }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.66666666666666%;
}
.col-sm-10 {
  width: 83.33333333333334%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-8 {
  width: 66.66666666666666%;
}
.col-sm-7 {
  width: 58.333333333333336%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-5 {
  width: 41.66666666666667%;
}
.col-sm-4 {
  width: 33.33333333333333%;
 }
 .col-sm-3 {
   width: 25%;
 }
 .col-sm-2 {
   width: 16.666666666666664%;
 }
 .col-sm-1 {
  width: 8.333333333333332%;
 }

}

/* HEADINGS */

h1 {
	font: 26px/30px 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #FFF;
}
h2 {
	font: 20px/24px 'Lato', sans-serif;
	color: #b2ab41;
}
h3 {
	font: 18px/22px 'Lato', sans-serif;
	color: #222222;
	font-style: italic;
}

/* TEXT ELEMENTS */ 

.light { /* secondary content importance, such as blog meta info, page notes, captions */
	color: #999999;
}

/* LINKS */

a:link, a:active { /* body content links only */
	color: #9c1272;
	text-decoration: none;
}
a:hover, a:visited {
	color: #9c1272;
	text-decoration: underline;
}

/* FORMS & BUTTONS */

input, .inputArea {
	font: 14px/19px 'Lato', sans-serif;
	color: #585858;
	background: #ededed;
	border: solid 2px #d1d1d1;
	display: block;
	line-height: 20px;
	padding: 5px;
}
input:focus, .inputArea:focus {
	border: solid 2px #b2ab41;
}
.submit {
	background: #9c1272;
	border: solid 2px #9c1272;
	color: #ffffff;
	cursor: pointer;
	line-height: 40px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	font: 16px 'Oswald', sans-serif;
	text-transform:uppercase;
	text-decoration: none;
}
.submit:hover {
	background: #ffffff;
	color: #9c1272;
}

.standard-bullet {
    list-style: none;
    padding:0;
    margin:0;
}

.standard-bullet li {
    padding-left: 3em; 
    text-indent: -.7em;
}

.standard-bullet li:before {
    content: ">";
    padding-right:14px;
    color: #9c1272;
}

/* IMAGES */

.img-style {
	background: #ededed;
	border: solid 2px #d1d1d1;
	padding: 4px;
}	

/* FH custom */
#body-default {
	padding-top: 70px;
	font: 14px/19px 'Lato', sans-serif;
	color: #383838;
	text-align: left;
}

.fhnav {
	height:60px;
	background: #FFF;
	border:0;
}

.fhnavbuy {
	height:120px;
	background: #FFF;
	border:0;
}


.btn-circle2{
	width:140px;
	height:140px;
	margin-top:15px;
	padding:7px 16px;
	border:2px solid #0069aa;
	border-radius:100%!important;
	font-size:40px;
	color:#0069aa;
	background:#C0C0C0;
	-webkit-transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	transition:background .3s ease-in-out
}

.btn-circle2:focus,.btn-circle2:hover{
	outline:0;
	color:#0069aa;
	background:rgba(192,192,192,.1)
}

.btn-circle2 i.animated{
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:1s;
	-moz-transition-property:-moz-transform;
	-moz-transition-duration:1s
}

.btn-circle2:hover i.animated{
	-webkit-animation-name:pulse;
	-moz-animation-name:pulse;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-moz-animation-timing-function:linear
}


.btn-circle{
	width:140px;
	height:140px;
	margin-top:15px;
	padding:7px 16px;
	border:2px solid #fff;
	border-radius:100%!important;
	font-size:40px;
	color:#fff;
	background:0 0;
	-webkit-transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	transition:background .3s ease-in-out
}

.btn-circle:focus,.btn-circle:hover{
	outline:0;
	color:#fff;
	background:rgba(255,255,255,.1)
}

.btn-circle i.animated{
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:1s;
	-moz-transition-property:-moz-transform;
	-moz-transition-duration:1s
}

.btn-circle:hover i.animated{
	-webkit-animation-name:pulse;
	-moz-animation-name:pulse;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-moz-animation-timing-function:linear
}

@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}
@-moz-keyframes pulse{0%,100%{-moz-transform:scale(1);transform:scale(1)}50%{-moz-transform:scale(1.2);transform:scale(1.2)}}

.nav-buttons {
	padding-top:6px;
	padding-right:30px;	
	font: 15px 'Oswald', sans-serif;
	color: #4c4c4c;	
}

.nav-button ul li {
    background: #FFF;
    border: 1px solid #FFF;	
}

.nav-button ul li:hover {
    background: #9c1272;
    border: 1px solid #9c1272;
    color: #FFF !important;
}

.nav-button ul li:hover a {
    color: #FFF !important;
}

.no-nav-button ul li {
    background: #FFF;
    border: 1px solid #FFF;	
}

.no-nav-button ul li:hover {
    background: transparent !important;
    border: 1px solid transparent;
    color: #FFF !important;
}

.no-nav-button ul li:hover a {
    color: #FFF !important;
}

.fhlogo {
	padding-left:20px;
	background: #FFF;
}

.logo-border {
   padding:5px;
   border:1px solid #FFF;
   background-color:#FFF;
}

.impression-section {
	background: url('http://www.futurehealth1.com/images/Impression_1.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
}

.impression-section2 {
	background: url('http://www.futurehealth1.com/images/Impression_2.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 50%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 50vh; /* These two lines are counted as one :-)       */
}

.impression-section3 {
	background: url('http://www.futurehealth1.com/images/Impression_3.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 50%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 50vh; /* These two lines are counted as one :-)       */
}

.impression-section4 {
	background: url('http://www.futurehealth1.com/images/Impression_4.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 50%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 50vh; /* These two lines are counted as one :-)       */
}

.new_impression-section1 {
	background: url('http://www.futurehealth1.com/images/wide_top_banner_1a.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-left: -15px;
	margin-right: -15px;	
	min-height: 20%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 20vh; /* These two lines are counted as one :-)       */
}

.new_impression-section2 {
	background: url('http://www.futurehealth1.com/images/wide_top_banner_2a.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-left: -15px;
	margin-right: -15px;	
	min-height: 20%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 20vh; /* These two lines are counted as one :-)       */
}

.new_impression-section3 {
	background: url('http://www.futurehealth1.com/images/wide_top_banner_3a.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-left: -15px;
	margin-right: -15px;	
	min-height: 20%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 20vh; /* These two lines are counted as one :-)       */
}

.new_impression-section4 {
	background: url('http://www.futurehealth1.com/images/wide_top_banner_4a.png') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-left: -15px;
	margin-right: -15px;	
	min-height: 20%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 20vh; /* These two lines are counted as one :-)       */
}

.tag-header {
    border: 2px solid #FFF;	
    color: #FFF;
    max-width: 720px;
	font: 30px 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-top:180px;
	text-align: center;
}

.tag-header2 {
    border: 2px solid #FFF;	
    color: #FFF;
    max-width: 720px;
	font: 30px 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-top:220px;
	text-align: center;
}

.tag-header3 {
    border: 2px solid #FFF;	
    color: #FFF;
    max-width: 720px;
	font: 30px 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-top:100px;
	text-align: center;
}

.tag-line {
    color: #FFF;
    max-width: 720px;
	font: 30px 'Lato', sans-serif;
	margin-top:50px;
	margin-bottom:50px;	
	text-align: center;	
	font-style: italic;	
}

.tag-line a{
    max-width: 720px;
	font: 30px 'Lato', sans-serif;
	margin-top:50px;
	margin-bottom:50px;	
	text-align: center;	
	font-style: italic;	
	text-decoration:none; 
	color:#0069AA;
}

.tag-line a:hover{
    color: #9C1272;
    max-width: 720px;
	font: 30px 'Lato', sans-serif;
	margin-top:50px;
	margin-bottom:50px;	
	text-align: center;	
	text-decoration:none; 	
	font-style: italic;	
}

#big-administrator-link-box {
	background: url('http://www.futurehealth1.com/images/admin_mouse_on.png') no-repeat center center;	
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	min-height:240px;	
	/*margin-top:50px;*/
    color: #FFF;
	font: 20px 'Oswald', sans-serif; 
	text-transform: uppercase;
	text-align: center;
}

#big-administrator-link-box a {
	display: inline-block;
    border: 2px solid #FFF;
    color: #FFF;
    /*width: 220px;*/
	font: 20px 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-top: 80px;
	padding:6px;
	text-decoration: none;
}

#big-administrator-link-box-hover {
	display:none;
	background: url('http://www.futurehealth1.com/images/admin_mouse_off.png') no-repeat center center;
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;			
	min-height:240px;	
	/*margin-top:50px;*/
    color: #FFF;
	font: 20px 'Oswald', sans-serif; 
	text-transform: uppercase;
	text-align: center;						
}

#big-administrator-link-box-hover a {
	display: inline-block;
    color: #FFF;
	font: 20px 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-top: 80px;
	text-decoration: none;
}


#big-administrator-link-box-hover a:hover {
    /* color: #0069AA; */
    opacity: 0.5;	
}

#big-individual-link-box {
	background: url('http://www.futurehealth1.com/images/individual_mouse_off.png') no-repeat center center;	
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;	
	min-height:240px;	
	/*margin-top:50px;*/
    color: #FFF;
	font: 20px 'Oswald', sans-serif; 
	text-transform: uppercase;
	text-align: center;					
}

#big-individual-link-box a {
	display: inline-block;	
    border: 2px solid #FFF;	
    color: #FFF;
    /*width: 220px;*/
	font: 20px 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;	
	margin-top: 80px;	
	padding:6px;	
	text-decoration: none;
}

#big-individual-link-box-hover {
	display:none;	
	background: url('http://www.futurehealth1.com/images/individual_mouse_on.png') no-repeat center center;
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;	
	min-height:240px;
	/*margin-top:50px;*/
    color: #FFF;
	font: 20px 'Oswald', sans-serif; 
	text-transform: uppercase;
	text-align: center;							
}

#big-individual-link-box-hover a{
	display: inline-block;	
    color: #FFF;	
	font: 20px 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;	
	margin-top: 80px;
	text-decoration: none;
}

#big-individual-link-box-hover a:hover {
    /* color: #0069AA */
    opacity: 0.5;
}

.call-action-tag-line {
    color: #0069AA;
	font: 35px 'Oswald', sans-serif;
	text-transform: uppercase;	
	margin-top:100px;
	margin-bottom:100px;	
}

.call-action-text {
    color: #383838;
	font: 20px 'Lato', sans-serif;
	margin-top:30px;		
}

.greybox {
	display: inline-block;
    background-color: #EDEDED;
    border: 1px solid #D1D1D1;
	min-height:240px;
	/*margin-top:100px;*/
	padding:20px;
}

.greybox2 {
	display: inline-block;
    background-color: #EDEDED;
    border: 1px solid #D1D1D1;
    width: 300px;
    height: 220px;
	margin-top:60px;
	padding:20px;
}

.greybox:hover {
    opacity: 0.7;
}

.greybox2:hover {
    opacity: 0.7;	
}

.testimonial-image {
	/* margin-top:10px;	*/	
	max-width:30%;
	max-height:30%
}

.testimonial-text {
    color: #0069AA;
	font: 20px 'Lato', sans-serif;
	font-style: italic;	
	text-decoration: none;
	text-align: center;	
}

.testimonial-text a {
	display: inline-block;
    color: #0069AA;
	font: 20px 'Lato', sans-serif;
	/* margin:10px; */
	font-style: italic;	
	text-decoration: none;
	text-align: center;
}

.call-action-btn {
	display: inline-block;		
    background-color: #FFF;
    border: 1px solid #9C1272;	   
    color: #9C1272 !important;
	text-transform: uppercase;    
	margin-top:30px; 
	margin-right:20px; 
	font: 15px 'Oswald', sans-serif;	
  	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.call-action-btn:hover {
    background-color: #9C1272;
    color: #FFF !important;
}

.sponsors-tag {
    color: #0069AA;
	font: 35px 'Oswald', sans-serif;
	text-transform: uppercase;	
	margin-top:80px;
}

.sponsor-img {
	margin-top:30px;	
	margin-right:20px;
	max-width:200px;
	max-height:68px;
  	filter: gray; /* IE6-9 */
  	filter: grayscale(1); /* Firefox 35+ */
  	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    opacity: 0.7;
}

.call-to-action-bar{
	background-color:#BCDB23;	
	height:80px;	
	margin-top:50px;	
    color: #FFF;
	font: 35px 'Oswald', sans-serif; 
	text-transform: uppercase;
	text-align: center;					
}

.action-bar-tag{
	margin-top:10px;		
    color: #FFF;
	font: 'Oswald', sans-serif;   
	font-size: 2.8vw;
	text-transform: uppercase;
	text-align: center;					
}

.action-bar-btn {
	display: inline-block;		
    background-color: #9C1272;
    border: 1px solid #9C1272;	   
    color: #FFF !important;
	text-transform: uppercase;    
	margin-top:20px; 
	margin-right:20px; 
	font: 15px 'Oswald', sans-serif;	
  	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;	
}

.action-bar-btn:hover {
    background-color: #FFF;
    color: #9C1272 !important;
    opacity: 0.5;    
}

.footer-impression-section {
	background: url('http://www.myfuturehealth.com/images/Footer_Impression_1.png') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
}

.footer-impression-section1 {
	background: url('http://www.myfuturehealth.com/images/Footer_Impression_1.png') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
}

.footer-impression-section2 {
	background: url('http://www.myfuturehealth.com/images/Footer_Impression_2.png') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
}

.footer-impression-section3 {
	background: url('http://www.myfuturehealth.com/images/Footer_Impression_3.png') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
}

.footer-impression-section4 {
	background: url('http://www.myfuturehealth.com/images/Footer_Impression_4.png') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
}

.footer-impression-section5 {
	background: url('http://www.myfuturehealth.com/images/Footer_Impression_5.png') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
}

.footer-tag-header {
    border: 2px solid #FFF;	
    color: #FFF;
    max-width: 500px;
	font: 30px 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-top: 60px;
	text-align: center;
}

.footer-tag-header-short {
    border: 2px solid #FFF;
    color: #FFF;
    max-width: 500px;
	font: 30px 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: center;
}

.footer-tag-line {
    color: #FFF;
    max-width: 720px;
	font: 30px 'Lato', sans-serif;
	margin-top:30px;
	text-align: center;
	font-style: italic;
}

.wellness-img {
	margin-top:5px;
	margin-right:5px;
	width:86px;
	height:64px;
/*	max-width:86px; */
	max-height:64px;
}

.wellness-tagline {
	margin-top: 30px;
    /* color: #7DB2D5; */
    color: #9c1272;	
	font: 30px 'Oswald', sans-serif;
	text-transform: uppercase;	
	text-align: left;		
}

.wellness-title {
	display: inline-block;		
	margin-top: 10px;
    color: #9c1272;	
	font: 22px 'Lato', sans-serif;
	text-decoration: none;	
}

.wellness-title a {
	display: inline-block;		
	margin-top: 10px;
    color: #FFF;	
	font: 22px 'Lato', sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px #000;	
}

.wellness-title a:hover {
    color: #FFF;
	text-decoration: none;
	text-shadow: 2px 2px #9c1272;	    
}

.wellness-text {
	margin-top: 5px;
    color: #FFF;	
	font: 18px 'Lato', sans-serif;	
	font-style: italic;
	font-weight: bold;
	padding: .5em;
	/*text-shadow: 2px 2px #000;*/
}

.wellness-text a {
	display: inline-block;		
	margin-top: 5px;
    color: #FFF;	
	font: 2vw 'Lato', sans-serif;	
	text-decoration: none;	
}

.wellness-text a:hover {
    color: #FFF;	
}

.wellness-btn {
	display: inline-block;		
    background-color: #0069AA;
    border: 1px solid #FFF;	   
    color: #FFF !important;
	text-transform: uppercase;    
	margin-top:30px; 
	font: 15px 'Oswald', sans-serif;		
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;		
}

.wellness-btn:hover {
    background-color: #9C1272;
    color: #FFF !important;
}

.slide-title {
	display: inline-block;		
	margin-top: 200px;
	margin-left: 200px;
    color: #FFF;	
	font: 48px 'Lato', sans-serif;
	text-decoration: none;		
}

.slide-title a {
	display: inline-block;		
	margin-top: 200px;
	margin-left: 200px;
    color: #9c1272;	
	font: 48px 'Lato', sans-serif;
	text-decoration: none;	
}

.slide-title a:hover {
    color: #FFF;
	text-decoration: none;	    
}

.footer-logo-img {
	margin-top:30px;
}

.footer-logo-img-short {
	margin-top:10px;
}

.footer-nav {
	margin-top: 15px;
    color: #0069AA;	
	font: 15px 'Lato', sans-serif;	
	text-align: center;
}

.footer-nav a{
    color: #0069AA;	
	font: 15px 'Lato', sans-serif;	
	text-decoration: none;
}

.footer-nav a:hover {
    color: #7DB2D5;	
}

.dash-footer-logo-img {
	background-color:#9C1272;
	margin-top:30px;
	border-style: solid;
    border-color: #9C1272;	
}

.dash-footer-nav {
	margin-top: 15px;
    color: #000;	
	font: 15px 'Lato', sans-serif;	
	text-align: center;
}

.dash-footer-nav a{
    color: #000;	
	font: 15px 'Lato', sans-serif;	
	text-decoration: none;
}

.dash-footer-nav a:hover {
    color: #7DB2D5;
}

.blog-list-image {	
	background: #ededed;
	border: solid 2px #d1d1d1;
	padding: 4px;		
	margin-right:5px;
	max-width:200px;
	max-height:200px;	
}

.blog-list-title {
    color: #B2AB41;	
	font: 30px 'Lato', sans-serif;
	text-align: left;
	font-weight: bold;		
}

.blog-list-title a {
	display: inline-block;		
    color: #B2AB41;	
	font: 30px 'Lato', sans-serif;	
	text-decoration: none;	
	font-weight: bold;		
}

.blog-list-title a:hover {
    color: #7DB2D5;	
}

.blog-list-date {
	margin-top: 5px;
    color: #999999;	
	font: 20px 'Lato Light', sans-serif;	
}

.blog-list-date a {
	display: inline-block;
	color: #999999;
	font: 20px 'Lato Light', sans-serif;
	text-decoration: none;		
}

.blog-list-date a:hover {
    color: #7DB2D5;
}

.blog-list-text {
	margin-top: 5px;
    color: #383838;
	font: 20px 'Lato', sans-serif;
}

.blog-detail-image {
	background: #ededed;
	border: solid 2px #d1d1d1;
	padding: 4px;
	margin-top:40px;
	margin-right:5px;
/*	max-width:400px; */
	max-height:400px;
}

.board-detail-image {	
	background: #ededed;
	border: solid 2px #d1d1d1;
	padding: 4px;
	margin-top:10px;
	margin-right:5px;
/*	max-width:400px; */
	max-height:400px;
}

.board-list-text {
	margin-top: 5px;
    color: #3838338;	
	font: 14px 'Lato', sans-serif;	
}


.image-zoom {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
}

.image-zoom:hover {
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.50); /* Safari and Chrome */
    -moz-transform:scale(1.50); /* Firefox */
    -ms-transform:scale(1.50); /* IE 9 */
    -o-transform:translatZ(0) scale(1.50); /* Opera */
    transform:translatZ(0) scale(1.50);
    z-index: 9999;
}

.image-zoom2 {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
}

.image-zoom2:hover {
	margin-left:-100px;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.50); /* Safari and Chrome */
    -moz-transform:scale(1.50); /* Firefox */
    -ms-transform:scale(1.50); /* IE 9 */
    -o-transform:translatZ(0) scale(1.50); /* Opera */
    transform:translatZ(0) scale(1.50);
    z-index: 9999;
}

.video-preview {	
	background: #ededed;
	border: solid 2px #d1d1d1;
	padding: 4px;		
	margin-top:10px;
	margin-right:5px;
/*	max-width:400px; */
	max-height:240px;
}

.video-preview-home {	
	background: #ededed;
	border: solid 2px #d1d1d1;
	padding: 4px;
	max-width:320px;
	max-height:240px;	
}

.basic-table {	
	border-collapse: separate; 
	border-spacing: 0 1em;
	font: 18px/22px 'Lato', sans-serif;
	color: #999999;
	padding:8px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.no-margin-padding{
	margin:0 ! important;
	padding:0 ! important;
}

.navbar-collapse{
	border-top:0px !important;
 	box-shadow:none;
}

.carousel-inner{
  width:100%;
  min-height: 200px !important;
}

.carousel-caption{
	background: none !important;
	font: 20px 'Lato Light', sans-serif;
	text-transform: uppercase;	
	color: #999999;	
	top: 46%;
}

.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}

.carousel-indicators .active {
  background-color: #444;
}

.component-panel-footer{
  min-height: 80px !important;	
}

.recipe_nav {
	
	list-style:none;
	width:740px;
	margin:10px auto 0px auto;
	height:23px;
	padding:0px 20px 0px 20px;
    z-index:999;
	/* Rounded Corners */
	
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/
	
	/* Background color and gradients */
	
	background: #55aef9;
	background: -moz-linear-gradient(top, #55aef9, #2e88e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55aef9), to(#2e88e5));
	
	/* Borders */
	
	border: 1px solid #018340;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

.recipe_left {
	float: left;
	list-style:none;
	width:380px;
	margin:10px auto 0px auto;
	/* height:23px; */
	padding:0px 20px 0px 20px;
    z-index:999;
	/* Rounded Corners */
	
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	
	/* Background color and gradients */
	/*
	background: #55aef9;
	background: -moz-linear-gradient(top, #55aef9, #2e88e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55aef9), to(#2e88e5));
	*/
	
	/* Borders */
	
	border: 1px solid #018340;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;	

}

.recipe_right {
	float: right;
	list-style:none;
	width:300px;
	margin:10px auto 0px auto;
	/* height:43px; */
	padding:0px 20px 0px 20px;
    z-index:999;
	/* Rounded Corners */
	
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	
	/* Background color and gradients */
	/*
	background: #00A651;
	background: -moz-linear-gradient(top, #00A651, #018340);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00A651), to(#018340));
	*/
	
	/* Borders */
	
	border: 1px solid #018340;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

.base-lt-div {
    min-height:300px;
}
.short-lt-div {
    min-height:150px;
}
.long-lt-div {
    min-height:450px; 
}

.dual-list .list-group {
    margin-top: 8px;
}

.list-left li, .list-right li {
    cursor: pointer;
}

.list-arrows {
    padding-top: 100px;
}

.list-arrows button {
    margin-bottom: 20px;
}

.sidebar-nav {
	overflow-y: auto;
	position: fixed;
	bottom: 0;
	top: 51px;
	width: 250px;
	max-height: 100% !important;
}

.utility__inner {
    position: relative;
    padding: 0 0.9375rem;
}

.full-width-video {
    position: absolute;
    left: 0;
    right:0;
    top:0;
    min-width: 100%;
    min-height: 660px;
    max-height: 660px;
    width: auto;
    height: 660px;
    z-index: 0;
    overflow: hidden;
}

.page-group {
    float: left;
    width: 100%;
}

.heading, sub-heading {
        display: inline-block;
    }

    .color--primary {
        /*color: rgb(0, 103, 67);*/
        color: #006643;
    }

    .color--white {
        color: rgb(255, 255, 255);
    }
    
.F9 article, .F9 aside, .F9 details, .F9 figcaption, .F9 figure, .F9 footer, .F9 header, .F9 hgroup, .F9 main, .F9 nav, .F9 section, .F9 summary {
    display: block;
}    

.blocks {
	float: left;
	width: 100%;
}

.blocks__inner {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
}

        .blocks__inner::before {
            display: block;
        }

.blocks__item {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	min-height: 275px;
	max-height: 275px;
	height: 275px;	
	margin-right: 1.3%;
	margin-left: 1.3%;
	margin-bottom: 1.8em;
	min-width: 30%;
	padding: 1em 1.5em 5em;
	position: relative;
	text-align: left;
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.blocks__item .btn {
    position: absolute;
    left: 1.5em;
	bottom: 10%;
}

.blog-box {
	/*width: 30%;*/
	display: inline-block;
	vertical-align: top;
	min-height: 275px;
	max-height: 275px;
	height: 275px;	
	/*margin-right: 1.3%;
	margin-left: 1.3%;*/
	margin-bottom: 1.8em;
	min-width: 30%;
	padding: 1em 1.5em 5em;
	position: relative;
	text-align: left;
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.home-box {
	height: 800px;
	display: block;
	vertical-align: top;	
	margin-right: 0;
	margin-left: 0;
	/* margin-top: 100px; */
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;			
}

.transparent{
  background:rgba(0,0,0,0.3);
}

.transparent_blue{
  background:rgba(178,171,65,0.8);
}

.navbar-custom{margin-bottom:0;border-bottom:1px solid rgba(0,105,170,.5)}
.navbar-custom .navbar-toggle{color:#0069aa;background-color:rgba(0,105,170,.5);font-size:14px}
.navbar-custom .nav li a:active,.navbar-custom .nav li a:focus,.navbar-custom .nav li a:hover{background-color:transparent;outline:0}
.navbar-custom .navbar-toggle:active,.navbar-custom .navbar-toggle:focus{outline:0}
.navbar-custom .navbar-brand{font-weight:700}
.navbar-custom .navbar-brand:focus{outline:0}
.navbar-custom a{color:#FFF; font-size:20px;}
.navbar-custom .nav li a{-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;transition:background .3s ease-in-out}
.navbar-custom .nav li a:hover{color:rgba(0,105,170,.8)}
.navbar-custom .nav li.active{outline:0; color:#FFF;}
.navbar-custom .nav li.active a{background-color:rgba(0,105,170,.8)}
.navbar-custom .nav li.active a:hover{color:#9c1272}
.navbar-custom{padding:0px 0;border-bottom:none;letter-spacing:1px;background:0 0;-webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;-moz-transition:background .5s ease-in-out,padding .5s ease-in-out;transition:background .5s ease-in-out,padding .5s ease-in-out}
.navbar-custom.top-nav-collapse{padding:0;background:#000;border-bottom:1px solid rgba(0,105,170,.5)}

.nav-label{
  font-size: 30px !important; 
  color: #FFF !important;
  font-weight: bold !important;
}

.nav-label:hover{
  font-size: 30px !important; 
  color: #9c1272 !important;
  font-weight: bold !important;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;  
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  /* color: #222; */
  color: #0069aa;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #9c1272
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #9c1272;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

* CROUSAL-STARTS */
#homecarouselfh {
    position: relative;
    height: 100vh;
}
#homecarouselfh .carousel-inner .item {
    height: 100vh;
}
.carousel-caption{top:50%;}
.carousel-caption h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#homecarouselfh .carousel-control.left {
    top: 48%;
}
#homecarouselfh .carousel-control.right {
    top: 48%;
}
#carouselfh .carousel-control.left {
    top: 48%;
}
#carouselfh .carousel-control.right {
    top: 48%;
}
.uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}
#homecarouselfh .carousel-control.left,
#homecarouselfh .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}
#carouselfh .carousel-control.left,
#carouselfh .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: auto;
    transition: all 0.8s ease 0s;
}
.carousel-inner {
    box-shadow: 2px 6px 21px;
}
.fa-angle-right,
.fa-angle-left {
    font-size: 80px;
}
#homecarouselfh:hover .carousel-control.left {
    left: 38px;
    transition: all .2s ease 0;
}
#homecarouselfh:hover .carousel-control.right {
    right: 38px;
    transition: all .2s ease 0;
}
#homecarouselfh:hover .carousel-control.left,
#homecarouselfh:hover .carousel-control.right {
    opacity: 1;
}
#carouselfh:hover .carousel-control.left {
    left: 38px;
    transition: all .2s ease 0;
}
#carouselfh:hover .carousel-control.right {
    right: 38px;
    transition: all .2s ease 0;
}
#carouselfh:hover .carousel-control.left,
#carouselfh:hover .carousel-control.right {
    opacity: 1;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}

/*
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
}
*/

.carousel-fade {
     opacity: 1;
}
.carousel-fade .item {
    transition: opacity ease-out .7s;
    left: 0;
    opacity: 0; /* hide all slides */
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    /* display: block; */
}
.carousel-fade .item:first-child {
    top: auto;
    opacity: 1; /* show first slide */
    position: relative;
}
.carousel-fade .item.active {
    top: auto;	
    opacity: 1;
    position: relative;
}


.carousel-caption {
    left: 60%;
    padding-bottom: 5%;
    right: 0;
    text-align: left;
}

.carousel-caption h1 {
    font-family: raavi;
    font-size: 60px;
    font-weight: 600;
    line-height: 18px;
}
.carousel-caption > p {
    font-size: 30px;
    color: #fff;
}
.carousel-caption > a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px;
}

.button--tamaya {
    border: 2px solid #0069aa !important;
    border-radius: 5px;
    color: #0069aa;
    min-width: 180px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.button--border-thick {
    border: 3px solid;
}
.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    display: block;
    float: left;
    max-width: 250px;
    min-width: 199px;
    padding: 1em 7em;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}

.button--tamaya::before {
    padding-top: 1em;
    top: 0;
}
.button--tamaya::before,
.button--tamaya::after {
    background: #9c1272;
    color: #fff;
    content: attr(data-text);
    height: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    width: 100%;
}
.button--tamaya::after {
    bottom: 0;
    line-height: 0;
}
.button--tamaya:hover::before {
    transform: translate3d(0px, -100%, 0px);
}
.button--tamaya:hover::after {
    transform: translate3d(0px, 100%, 0px);
    color: #FFF;
}
.button--tamaya:hover {
    color: #FFF;
    font-weight: 600;
}

.carousel-indicators li {
    background-color: #b3b5b9;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
    border: 0;
}
.carousel-indicators .active {
    background-color: #041132;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 0;
}
#homecarouselfh h1 {
    animation-delay: 1s;
	margin-bottom:25px;
}
#homecarouselfh p {
    animation-delay: 2s;
}
#homecarouselfh button {
    animation-delay: 3s;
	margin-top:25px;
}

/*
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
*/