@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	background: url(../img/bg.jpg);
	color: #666;
	font-family: 'Source Sans Pro', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  color: #f0ad4e;
}
.btn {
	transition: all 0.4s ease;
}
.btn:hover {
	transition: all 0.4s ease;
}
.navbar-justified .navbar-default {
	font-family: 'Source Sans Pro', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: rgba(255,255,255,1);
  border-color: #CCC;
  padding: 10px 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
	color: #666;
}
.navbar-justified .navbar-default .navbar-nav > li > a {
	font-size: 18px;
	margin-top: 20px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #666;
	transition: all 0.4s ease;
	font-weight: 300;
}
.navbar-justified .navbar-default .navbar-nav > li > a:hover {
	color: #f0ad4e;
}
.navbar-justified .navbar-default .navbar-nav > .active > a,
.navbar-justified .navbar-default .navbar-nav > .active > a:hover,
.navbar-justified .navbar-default .navbar-nav > .active > a:focus {
  color: #f0ad4e;
  background-color: transparent;
  text-decoration: underline;
}
.navbar-justified .navbar-default.scroll {
  background-color: rgba(255,255,255,0.9);
}
.navbar-justified .navbar-default.scroll .navbar-brand {
  height: 44px;
  padding: 0px;
  transition: all 0.4s ease;
}
.navbar-justified .navbar-default.scroll .navbar-nav > li > a {
	margin-top: 5px;
	transition: all 0.4s ease;
}
.navbar-justified .navbar-default .navbar-nav > li > ul > li > a {
	font-size: 14px;
	font-weight: 300;
}
.navbar-justified .navbar-brand {
  height: 70px;
  padding: 3px;
  transition: all 0.4s ease;
}
.registerwithus {
	color: #9a6725; border-radius: 20px;
	background: -moz-linear-gradient(#f3cfa0, #f0d9bb);
	background: -webkit-linear-gradient(#f3cfa0, #f0d9bb);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3cfa0), to(#f0d9bb));
	background: -o-linear-gradient(#f3cfa0, #f0d9bb);
	background: linear-gradient(#f3cfa0, #f0d9bb);
	transition: all 0.4s ease;
}
.registerwithus:hover {
	background: -moz-linear-gradient(#f4bc5b, #f0d9bb);
	background: -webkit-linear-gradient(#f4bc5b, #f0d9bb);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f4bc5b), to(#f0d9bb));
	background: -o-linear-gradient(#f4bc5b, #f0d9bb);
	background: linear-gradient(#f4bc5b, #f0d9bb);
	transition: all 0.4s ease;
}
.backgroundwhite {
	background: rgba(255,255,255,1);
}
.line {
	border-top: 1px solid #DDD;
	border-bottom: 2px solid #FFF;
	min-height: 0px;
	width: 100%;
}
.georgia {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
.sourcesans {
	font-family: 'Source Sans Pro', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dancingscript {
	font-family: 'Dancing Script', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.weight300 {
	font-weight: 300;
}
.colorwhite {
	color: #FFF;
}
.italic {
	font-style: italic;
}
.paddingtop90 {
	padding-top: 90px;
}
.nopadding {
	padding: 0;
}
.nomargin {
	margin: 0;
}
.margin5 {
	margin: 5px 0;
}
.marginbottom10 {
	margin-bottom: 10px;
}
.paddingbottom10 {
	padding-bottom: 10px;
}
.padding5 {
	padding: 5px;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.quote {
	position: relative;
	margin: 10px 0;
}
.width60 {
	position: relative;
	width: 60%;
	margin: 0 auto;
}
.quotep {
}
.colorwhite {
	color: #FFF;
}
.colorgold {
	color: #f0ad4e;
}
.services img {
	width: 100%;
}
.award {
	position: relative;
}
.award img {
	transition: all 0.4s ease;
}
.bold {
	font-weight: 700;
}
.size10 {
	font-size: 10px;
}
.size18 {
	font-size: 18px;
}
.size24 {
	font-size: 24px;
}
.size38 {
	font-size: 38px;
}
.size50 {
	font-size: 50px;
}
.btn-circle {
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 6px 0;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 18px;
}
.footer {
	background: rgba(255,255,255,0.8);
	padding: 20px 0 30px 0;
	color: #666;
}
.navbar-toggle {
  transition: all 0.4s ease;
}
.box {
	position: relative;
	box-shadow: 10px 0 12px -5px rgba(0, 0, 0, 0.1), -10px 0 12px -5px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.imagebox, .imagebox1 {
	position: relative;
	width: 100%;
	height: 150px;
	overflow: hidden;
	z-index: 2;
}
.imagebox img {
	position: absolute;
	width: auto;
	height: 100%;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	transition: all 0.5s ease;
	z-index: 70;
	filter: grayscale(100%); -webkit-filter: grayscale(100%);
}
.imagebox1 img {
	position: absolute;
	width: 100%;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	transition: all 0.5s ease;
	z-index: 70;
	filter: grayscale(100%); -webkit-filter: grayscale(100%);
}
@media (max-width: 767px) {
	.imagebox img {
		position: absolute;
		width: 100%;
		height: auto;
		top: -9999px;
		bottom: -9999px;
		left: -9999px;
		right: -9999px;
		margin: auto;
		transition: all 0.5s ease;
		z-index: 70;
		filter: grayscale(100%); -webkit-filter: grayscale(100%);
	}
}
.box:hover .imagebox img, .box:hover .imagebox1 img {
	transition: all 0.5s ease;
	filter: grayscale(0%); -webkit-filter: grayscale(0%);
}
.textbox {
	position: relative;
	background: #f0f1f1;
	width: 100%;
	height: auto;
	color: #666;
}
.margin90w {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.margin85w {
	position: relative;
	width: 85%;
	margin: 0 auto;
}
.newsupdatesdate {
	position: relative;
	margin: 0% 0 0 0;
	font-size: 12px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.lineredthinleft {
	position: relative;
	border-bottom: 1px solid rgba(226,163,62,0.9);
	width: 15%;
	min-height: 1px;
	padding: 3px 0;
}
.homenewsdetails {
	position: relative;
	padding: 5px 0;
}
.newsupdatesheadtitle, .newsupdatesheadtitle a {
	position: relative;
	color: #f0ad4e;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	display: block;
	transition: all 0.5s ease;
	min-height: 30px;
}
.newsupdatestext {
	position: relative;
	font-size: 13px;
	line-height: 1.5em;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	padding: 0px 0 5px 0;
	margin-bottom: 10px;
	text-align: justify;
	height: 75px;
	overflow: hidden;
}
.newsupdatesinsidetitle {
	position: relative;
	color: #f0ad4e;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	transition: all 0.5s ease;
	min-height: 52px;
}
.newsupdatesinsidecontent {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: justify;
}
.servicesdiv {
	position: relative;
	width: 100%;
	padding: 30px 0 15px 0;
	/*background-color: rgba(226,163,62,0.9);*/
	background-color: rgba(255,255,255,0.8);
	/*background-image:url("http://www.heart-inc.co/img/banners/banner2.jpg");*/
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: center;
  	/*-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, .4);
          box-shadow: 0 0px 15px rgba(0, 0, 0, .4);*/
}
.videodiv {
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
}
.video_home {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video_home iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_size {
	position: relative;
	width: 75%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.video_size {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}
.publication {
	position: relative;
	width: 100%;
	padding: 60px 10px 0 0;
}
#ourservice_home .item p {
	text-align: center;
	color: #666;
}
.lspacing1 {
	letter-spacing: 1px;
}
.lspacing2 {
	letter-spacing: 2px;
}
.title2 {
	position: relative;
	font-size: 20px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.title3 {
	position: relative;
	color: #f0ad4e;
	font-size: 20px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}
.mobilenews {
	position: relative;
    display: table;
}
.boxrelation {
	position: relative;
    display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	transition: all 0.8s ease;
}
.boxrelation:hover {
	box-shadow: 10px 0 12px -5px rgba(0, 0, 0, 0.2), -10px 0 12px -5px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 1);
	transition: all 0.8s ease;
}
.imageboxrelation {
	position: relative;
	padding: 5px;
	overflow: hidden;
	z-index: 2;
}
.imageboxrelation img {
	width: 100%;
	filter: grayscale(100%); -webkit-filter: grayscale(100%);
	transition: all 0.4s ease;
}
.imageboxrelation:hover img {
	filter: grayscale(0%); -webkit-filter: grayscale(0%);
	transition: all 0.4s ease;
}
#googlemap {
}
.fullscreenmodal .modal-content {
  background: rgba(255,255,255,0.9);
}
.fullscreenmodal .modal-backdrop {
  background-color: #FFF;
}
.fullscreenmodal .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.fullscreenmodal .modal-body {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.fullscreenmodal .modal-content {
  height: 100%;
  border-radius: 0;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */

  display: flex;
  align-items: center;
}
#howdoesitwork {
	position: relative;
	background: url(../img/couple-image1.jpg) no-repeat center fixed;
	background-size: cover;
	padding: 5% 0;
	color: #FFF;
}
#meetzola {
	position: relative;
	/**background: url(../img/1523-header-2.jpg) no-repeat center fixed;**/
	background-size: cover;
	padding: 3% 0;
}
#howdoesitwork p, #whyabout p, #meetzola p {
	font-size: 18px;
	font-weight: 300;
	text-align: justify;
}
.blackopacbg {
	background: rgba(0,0,0,0.3);
}
#whyabout {
	position: relative;
	background: rgba(0,0,0,0.0);
	padding: 5% 0;
	color: #000;
}
#accordion .panel {
	margin-bottom: 0px;
	background-color: rgba(255,255,255, 0);
	border: 0px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
#accordion .panel-title a {
	display: block;
}
#accordion .panel-title {
	position: relative;
	font-weight: 300;
	font-size: 18px;
}
#accordion .panel-default {
	margin: 0;
	border: 0;
	border-bottom: 1px solid #CCC;
}
#accordion .panel-default > .panel-heading {
	color: #666;
	background-color: rgba(255,255,255, 0);
	border: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}
#accordion .panel-default > .panel-heading:hover {
	color: #f0ad4e;
	background-color: transparent;
	border: 0;
}
#accordion .panel-default > .panel-heading a {
	padding-top: 12px;
	padding-bottom: 12px;
}
#accordion .panel-default > .panel-heading a:hover {
	text-decoration: none;
}
#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: justify;
}
#accordion .panel-default > .panel-heading .badge {
}
#accordion .panel-default > .panel-footer + .panel-collapse > .panel-body {
	border: 0;
}
.videoicon {
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 999;
}
.footer-bottom {
	position: relative;
	background: #FFF;
	padding: 10px 0;
	font-size: 12px;
	font-weight: 300;
}
.footer .bold {
	color: #f0ad4e;
}
.footer .footer_details a {
	color: #666;
}
.footer .footer_details a:hover {
	color: #f0ad4e;
}


#animate_enroll {
	position: relative;
	width: 60%;
	margin: 0 auto;
	overflow: hidden;
}
#animate_enroll_bg {
	position: relative;
	width: 100%;
	height: 100%;
}
#animate_enroll_button_1, #animate_enroll_button_2, #animate_enroll_button_3, #animate_enroll_button_4, #animate_enroll_button_5, #animate_enroll_button_6 {
	position: absolute;
	width: 8%;
	left: 50%;
	margin-left: -4%;
}
#animate_enroll_button_1 {
	top: 10%;
}
#animate_enroll_button_2 {
	top: 25%;
}
#animate_enroll_button_3 {
	top: 40%;
}
#animate_enroll_button_4 {
	top: 55%;
}
#animate_enroll_button_5 {
	top: 70%;
}
#animate_enroll_button_6 {
	top: 85%;
}
#animate_enroll_div_1, #animate_enroll_div_3, #animate_enroll_div_5 {
	position: absolute;
	width: 35%;
	left: 50%;
	margin-left: -40%;
	opacity: 0;
}
#animate_enroll_div_2, #animate_enroll_div_4, #animate_enroll_div_6 {
	position: absolute;
	width: 35%;
	right: 50%;
	margin-right: -40%;
	opacity: 0;
}
#animate_enroll_div_1 {
	top: 5%;
}
#animate_enroll_div_2 {
	top: 20%;
}
#animate_enroll_div_3 {
	top: 35%;
}
#animate_enroll_div_4 {
	top: 50%;
}
#animate_enroll_div_5 {
	top: 65%;
}
#animate_enroll_div_6 {
	top: 80%;
}
.animate_enroll_div_inside_left, .animate_enroll_div_inside_right {
	position: absolute;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	width: 55%;
	height: 70%;
	top: 15%;
}
.animate_enroll_div_inside_left {
	text-align: left;
	right: 8%;
}
.animate_enroll_div_inside_right {
	text-align: right;
	left: 8%;
}





#fullscreen_div_admin {
	display: table;
	background: url(http://www.heart-inc.co/img/nav-bg.jpg);
	background-size: cover;
}
#fullscreen_center_admin {
	display: table-cell;
    margin: 0;
    padding: 0;

    text-align: center;
    vertical-align: middle;
}
#fullscreen_width_admin {
	width: 100%;
	text-align: center;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
#fullscreen_content_admin {
	background: rgba(255,255,255,0.6);
	padding: 30px;
}

.invalid {
	color: #C00;
	font-weight: 700;
	font-family: 'gotham_bookregular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
}
#wrapper .side-nav {
	background: -moz-linear-gradient(#FFF, #FFF);
	background: -webkit-linear-gradient(#FFF, #FFF);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#FFF));
	background: -o-linear-gradient(#FFF, #FFF);
	background: linear-gradient(#FFF, #FFF);
	z-index: 2;
	-webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}
#wrapper .navbar-default {
	background: -moz-linear-gradient(#FFF, #FFF);
	background: -webkit-linear-gradient(#FFF, #FFF);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#FFF));
	background: -o-linear-gradient(#FFF, #FFF);
	background: linear-gradient(#FFF, #FFF);
	border: 0px solid #FFF;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	transition: all 0.4s ease;
	margin-top: 0;
}

#wrapper .navbar-default .side-nav > li > a {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #333;
	line-height: inherit;
	margin-top: 0px;
	padding: 3px 15px;
}
#wrapper .navbar-default .side-nav > li > a:hover {
	color: #FFF;
	background-color: rbga(206,140,42,0.8);
}
.side-nav > li > ul > li > a {
}
.top-nav>li>a {
}
.fullscreen_content_admin #loginform {
	width: 30%;
	margin: 0 auto;
}
.admin-menu-title {
	position: relative;
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #AAA;
	font-size: 20px;
	font-weight: 300;
	display: block;
	padding: 0px 0 0 45px;
	width: 100%;
	text-transform: capitalize;
}
#page-wrapper {
	padding-top: 0px;
	background-color: transparent;
}
#page-wrapper .page-header {
  padding-bottom: 0px;
  margin: 40px 0 10px;
  border-bottom: 0px solid #eee;
}
.breadcrumb {
  background-color: #fff1d9;
}
.lefttopabsolute {
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 99;
}
.righttopabsolute {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 99;
}
.rightbottomabsolute {
	position: absolute;
	right: 10px;
	bottom: 0px;
	z-index: 99;
}
.floatleft {
	position: relative;
	float: left;
}
.tvmedia {
	padding: 0px 0;
}
.logomediatv {
	position: absolute;
	bottom: 0%;
	right: 15px;
	/* bring your own prefixes */
	transform: translate(-0%, -0%);
	z-index: 999;
	width: 30%;
	background: rgba(0,0,0,0.5);
	transition: all 0.4s ease;
}
.logomediatv img {
	width: 100%;
	height: auto;
	transition: all 0.4s ease;
}
.tvmediabox img {
	filter: grayscale(100%); -webkit-filter: grayscale(100%);
	transition: all 0.4s ease;
}
.tvmediabox:hover img {
	filter: grayscale(0%); -webkit-filter: grayscale(0%);
	transition: all 0.4s ease;
}
.tvmediabox:hover .logomediatv {
	background: rgba(255,255,255,0.7);
	transition: all 0.4s ease;
	width: 100%;
	transform: translate(-0%, -50%);
	padding-right: 15px;
	padding-left: 15px;
	top: 50%;
	right: 0px;
	text-align: center;
}
.tvmediabox:hover .logomediatv img {
	width: auto;
	margin: 0 auto;
	height: 100%;
	text-align: center;
	transition: all 0.4s ease;
}

@media (min-width: 768px) {
	#wrapper .side-nav {
        position: fixed;
        top: 50px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
		background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

	.navbar-justified .navbar-header {
		width: 20%;
	}
	.navbar-justified .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: left;
		width: 80%;
    }
    .navbar-justified .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
	.navbar-justified .navbar-default .navbar-nav > li > ul {
		background: rgba(255,255,255,0.9);
	}
	.award.scroll img {
		width: 40px;
		height: 40px;
		transition: all 0.4s ease;
	}
}

@media (max-width: 768px) {
	#howdoesitwork {
		position: relative;
		background: -moz-linear-gradient(right, #666, #333);
		background: -webkit-linear-gradient(left, #666, #333);
		background: -o-linear-gradient(right, #666, #333);
		background: linear-gradient(to right, #666, #333);
		padding: 5% 0;
		color: #FFF;
	}
	#animate_enroll_div_1, #animate_enroll_div_3, #animate_enroll_div_5 {
		width: 45%;
		margin-left: -50%;
	}
	#animate_enroll_div_2, #animate_enroll_div_4, #animate_enroll_div_6 {
		width: 45%;
		margin-right: -50%;
	}
	#animate_enroll_div_1 {
		top: 1%;
	}
	#animate_enroll_div_2 {
		top: 17%;
	}
	#animate_enroll_div_3 {
		top: 32%;
	}
	#animate_enroll_div_4 {
		top: 47%;
	}
	#animate_enroll_div_5 {
		top: 62%;
	}
	#animate_enroll_div_6 {
		top: 77%;
	}
	#page-wrapper {
		padding-top: 0px;
	}
	.paddingtop90 {
		padding-top: 75px;
	}
	.servicesdiv {
		background-attachment: local;
		min-height: 200px;
	}
	.navbar-justified .navbar-brand {
	  height: 48px;
	}
	.navbar-justified .navbar-default.scroll .navbar-brand {
	  height: 35px;
	  transition: all 0.4s ease;
	}
	.navbar-justified .navbar-toggle.scroll {
	  margin-top: 2px;
	  margin-bottom: 2px;
	  transition: all 0.4s ease;
	}
	.navbar-justified .navbar-default.scroll {
	  background-color: rgba(255,255,255,0.98);
	}
	.width60 {
		position: relative;
		width: 100%;
	}
	.award {
		position: relative;
	}
	.navbar-justified .navbar-default .navbar-nav {
		margin: 0;
	}
	.navbar-justified .navbar-default .navbar-nav > li > a {
		margin: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #AAA;
		font-weight: 300;
		text-align: center;
	}
	.navbar-justified .navbar-default .navbar-nav > li > ul {
		margin: 0 0 20px 0;
	}
	.navbar-justified .navbar-default .navbar-nav > li > ul > li > a {
		text-align: center;
		font-size: 14px;
		font-weight: 300;
		color: #000;
	}
	#howdoesitwork {
		background-position: right;
		padding: 10% 0;
	}
	#meetzola {
		padding: 5% 0;
	}
	#animate_enroll {
		width: 100%;
		overflow: hidden;
		padding-bottom: 50px;
	}
	#animate_enroll h1, #animate_enroll h2, #animate_enroll h3, #animate_enroll h4, #animate_enroll h5 {
		font-size: 10px;
	}
	.animate_enroll_div_inside_left, .animate_enroll_div_inside_right {
		position: absolute;
		font-size: 9px;
		font-weight: 300;
		color: #FFF;
		width: 55%;
		height: 70%;
		top: 5%;
	}
	#howdoesitwork p, #whyabout p, #meetzola p {
		font-size: 14px;
		line-height: 25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}
	#animate_enroll h1, #animate_enroll h2, #animate_enroll h3, #animate_enroll h4, #animate_enroll h5 {
		font-size: 14px;
	}
	.animate_enroll_div_inside_left, .animate_enroll_div_inside_right {
		position: absolute;
		font-size: 12px;
		font-weight: 300;
		color: #FFF;
		width: 55%;
		height: 70%;
		top: 5%;
	}
	#animate_enroll {
		position: relative;
		width: 80%;
		margin: 0 auto;
		overflow: hidden;
	}
}
@media (min-width: 992px) and (max-width: 119px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
	}
	#animate_enroll {
		position: relative;
		width: 70%;
		margin: 0 auto;
		overflow: hidden;
	}
}













.gallery_home {
	position: relative;
	margin-top: 40px;
}




/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}