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

/* custom css */

@media all and (min-width: 960px) {
    body{
        font-size: 16px;
    }
}

@media all and (max-width: 959px) and (min-width: 600px) {
    body{
        font-size: 14px;
    }
}

@media all and (max-width: 599px) and (min-width: 320px) {
    body{
        font-size: 10px;
    }

}
@font-face {
    font-family: "Lato";
    src:url(../fonts/Lato-Regular.ttf);
	src:url(../fonts/Lato-Regular.woff);
}
@font-face {
    font-family: "Lato Light";
    src: url(../fonts/Lato-Light.ttf);
	src: url(../fonts/Lato-Light.woff);
}
@font-face {
	font-family:"Montserrat";
	src: url(../fonts/Montserrat-Regular.otf);
}
body {
	line-height: 1;
	font-family: "Lato", "Lato Light";
	font-style: normal;
	color: #000000;
	background-color: white;
	font-weight: 300;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a {

	text-decoration:none;
}

a:hover {
	text-decoration:none;
}
.row {margin:0 0;}

.container-fluid {padding:0px;}

/* navigation */
nav {
	height:75px;
}
.navbar-right {margin-right:0px;}
nav.navbar{
  background-color:#000000;
  -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   border:none;
}
.navbar-header {background-color:#000000;}
nav.navbar.shrink {height: 35px;}
nav.shrink a{
	font-size:1em !important;
	margin-top:0px !important;
}
nav.shrink button{
	height:25px !important;
	font-size:.75em;
	/*margin-top: 11px !important;*/
	padding-top:3px;
}
nav.shrink #myBtn {margin-top:12px;}
.navbar-default .navbar-nav >li > a {
	color:#fcf565;
	vertical-align:middle;
	font-size:1.25em;
	letter-spacing:2px;
	margin-top:12px;
	font-weight:300;
	font-family:'Lato Light';
}

.navbar-default .navbar-nav >li > button {
	margin-top:20px;

}

.navbar-default .navbar-nav > li > a:hover {
	color:#FFF;
	text-decoration:none;
}

.navbar-default .navbar-toggle {
	border-color:transparent;
}

.navbar-toggle.collapsed {
	background-color:transparent;
	border:none;
	margin-top:15px;
}
.navbar-toggle.collapsed:hover, .navbar-toggle.collapsed:active, .navbar-toggle.collapsed:visited, .navbar-toggle.collapsed:focus {background-color:transparent;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:transparent;}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
.navbar-collapse.collapse.in {background-color:#000000;}
#contact-text {visibility:hidden; color:#FFFFFF; font-family:'Lato Light'; font-weight:100; font-size:1.25em;}
.register-inline a {color:#000000; width:100%; height:100%;}
.register-inline {border:none;	background-color: #fcf565;}
/***************************/
/* Nav bar toggles at      */
/*  766px                  */
/***************************/


/* modal styles */

.modal {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  overflow-y: visible;
}
.modal-content {
  width: 25vw;
  height: auto;
  /*font-family: "NeoplantaBG";*/
  color: black;
  background-color: white;
  margin: 100px auto;
  padding: 40px;
  text-align: center;
  position: relative;
  overflow-y: scroll;
  min-width:320px;
}
.close {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  /*font-family: "Arial";*/
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #39c3ec;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
}
.mdl-button {
  margin: 10px 10px 10px 10px;
}
#contact-info p {
  text-align: center;
}

.mdl-textfield {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.mdl-textfield__input {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: block;
    font-size: 16px;
    /*font-family: "Helvetica","Arial",sans-serif;*/
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
}
.mdl-button--raised {
    background: rgba(158,158,158,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
    color: rgb(66,66,66);
    background-color: rgb(255,171,64);
}
.mdl-button {
    background: 0 0;
    border: 1px solid #000000;
    border-radius: 0px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    /*font-family: "Roboto","Helvetica","Arial",sans-serif;*/
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}
.mdl-button:hover {background-color:#000000; color:#FFFFFF;}
#myBtn {margin-top:25px; margin-right:30px; border:none; background-color:transparent;}



/* main header section */
.logo-container {margin-top:3%;}
.logo {margin-left:auto; margin-right:auto; width:100%; height:auto; max-width:300px; }
.mainheader {
	background-image: url(../images/landing/mainheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.mainheader-overlay {
	background-color:rgba(255,243,6,.70);
	width:100%;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
/*	margin-top:36%; */

	position:absolute;
	bottom:0;

	padding-top:2.25%;
	padding-bottom:1.65%;
	height:auto;
	color:#000000;
}
.mainheader-overlay h1 {
	font-family:'Lato Light';
	text-transform:uppercase;
	font-weight:300;
	font-size:4.75em;
	width:75%;
	margin-left:auto;
	margin-right:auto;
}
.mainheader-overlay h2 {
	font-family:'Lato Light';
	font-size:1.6em;
	font-weight:300;
	padding:0 5%;
}
.mainheader-overlay p {
	font-family:'Lato Light';
	font-size:1.25em;
	font-weight:300;
	margin-top:2.25%;
}
#contact-info h4 {font-size:1.25em; font-weight:800;}
#contact-info h5 {font-size:1.1em;}
#contact-info {font-size:1em;}
/* text sections (introduction/sumamry/terms) */
#summary, #management, #terms {margin:3% auto;}
.text-container {
	height: auto;
	margin-top: 1%;
	margin-bottom: 3%;
	font-size: 1.25em;
	float: none;
	clear: both;
	padding-left: 3.2544%;
	padding-right: 3.2544%;
	text-align: center;
	line-height: 1.1em;
	overflow: auto;
	color: #000000;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	width:90%;
}

.text-container h1 {
	font-size:2.9em;
	text-transform:uppercase;
	font-family: "Montserrat";
	font-weight:bold;
}

.text-container h2 {
	font-size: 1.2em;
	font-family: "Montserrat";
	font-weight: 300;
}

.text-container p {
	font-size: 1.05em;
	margin-bottom: 2%;
	font-weight: 300;
	height: auto;
	letter-spacing: 2px;
	line-height: 1.3em;
	margin-top: 2%;
}
.offering-amt {font-size:2em !important; margin-top:3%;}
.offering-min {font-size:1.25em;}
/* breakpoints */
/* breakpoint 1 */
.breakpoint-one {
	background-image: url(../images/landing/areaone.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	display:table;
	height:400px;
	width:100%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.quote-container {
	text-align: center;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5%;
	padding-bottom: 6%;
	font-size: 1.25em;
}
.bp-one-quote {
	width: 96.4912281%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	font-size: 3em;
	line-height: 1;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-family: "Montserrat";
	padding-left: 5%;
	padding-right: 5%;
}
.bp-one-author {
	font-size:1.75em;
	font-weight:300;
	color:#FFFFFF;
	margin-top:35px;
	letter-spacing:2px;
	font-family:"lato", "Lato Light";
}
/* breakpoint 2 */
.breakpoint-two {
	background-image: url(../images/landing/areatwo.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	display:table;
	height:400px;
	width:100%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bp-two-quote {
	width: 96.4912281%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	font-size: 3em;
	line-height: 1;
	color: #FFFFFF;
	letter-spacing: 2px;
	height: auto;
	font-family: "Montserrat";
	text-transform: uppercase;
	padding-left: 5%;
	padding-right: 5%;
}
.bp-two-author {
	font-size:1.75em;
	font-weight:300;
	color:#FFFFFF;
	margin-top:10px;
	line-height:1;
	letter-spacing:2px;
	font-family:"lato", "Lato Light";
}

/* breakpoint 3 */

.breakpoint-three {
	background-image: url(../images/landing/areathree.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	display:table;
	height:400px;
	width:100%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bp-three-quote {
	width: 96.4912281%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	font-size: 3em;
	line-height: 1;
	color: #FFFFFF;
	letter-spacing: 2px;
	height: auto;
	font-family: "Montserrat";
	text-transform: uppercase;
	padding-left: 5%;
	padding-right: 5%;
}
.bp-three-author {
	font-size:1.75em;
	font-weight:300;
	color:#FFFFFF;
	margin-top:10px;
	line-height:1;
	letter-spacing:2px;
	font-family:"lato", "Lato Light";
}

/* breakpoint 4 */

.breakpoint-four {
	background-image: url(../images/landing/investmentstrategy.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	display:table;
	height:400px;
	width:100%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bp-four-quote {
	width: 96.4912281%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	font-size: 3em;
	line-height: 1;
	color: #FFFFFF;
	letter-spacing: 2px;
	height: auto;
	font-family: "Montserrat";
	text-transform: uppercase;
	padding-left: 5%;
	padding-right: 5%;
}
.bp-four-author {
	font-size:1.75em;
	font-weight:300;
	color:#FFFFFF;
	margin-top:10px;
	line-height:1;
	letter-spacing:2px;
	font-family:"lato", "Lato Light";
}


/* buttons */

.access-prospectus-container {
	width:auto;
	max-width:400px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2.5%;
	margin-bottom:2.5%;
	font-size:1.25em;
}
.access-prospectus-btn {
	width:100%;
	/* min-width:590px;  */
	height:auto;
	font-size: 1.75em;
	text-align:center;
	/* border:3px solid #000000; */
	border-radius:0px;
	font-weight:300;
}
.access-prospectus-btn a{
	color:#000000;
}
.access-prospectus-btn a:hover{
	color:#FFFFFF;
}
.btn:hover{
	background-color:#000000;
	color:#FFFFFF;
	border-color:#000000;
}
.become-ip-container {
	width:auto;
	max-width:400px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2.5%;
	margin-bottom:4%;
	font-size:1.25em;
}
.become-ip-btn {
	width:100%;
	/* min-width:590px; */
	height:auto;
	font-size: 2em;
	text-align:center;
	border:3px solid #000000;
	border-radius:0px;
	font-weight:300;
	/* text-transform:lowercase; */
}
.become-ip-btn a{
	color:#000000;
}
.become-ip-btn a:hover{
	color:#FFFFFF;
}
.navbar-nav > li > button:hover{
	background-color:#000000;
	color:#FFFFFF;
}
.navbar-nav > li > button a:hover
{
color:#FFFFFF;
}

/* management section */
.management-wrapper {width:85%; margin:0 auto;}
.management-container {
	height:auto;
	margin-top:3%;
	font-size: 1.25em;
	float: none;
	clear: both;
	padding-left: 3.2544%;
	padding-right:3.2544%;
	text-align: center;
	line-height: 1;
	overflow: auto;
	color: #000000;
}

.management-container h1 {
	font-size:2.9em;
	text-transform:uppercase;
	font-family: "Montserrat";
}
.management-container h2 {
	font-size:1.25em;
	font-family: "Montserrat";
}
.management-container p {
	font-size:1.053em;
	margin-bottom:2%;
	font-weight:300;
	height:auto;
}
.management-3clm {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:3%;
	width: 93.4912%;
	height: auto;
	min-height: 500px;
	max-width: 1800px;
	margin-top: 2%;
	overflow: auto;
}
.manager-container {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left:50px;
	padding-right:50px;
}
.manager-image {
	width:200px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
}
.manager-image img {width:100%; height:auto;}
.manager-title {
	text-align:center;
	height:auto;
	font-size:1em;
	color: #000000;
	margin-top:40px
}
.manager-title h3 {
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:800;
	margin-bottom:5px;
}
.manager-title p {
	text-transform:capitalize;
	font-size:1.5em;
	font-weight:300;
}
.manager-bio {
	margin-top: 25px;
	font-size: 1em;
	opacity: 0.75;
	text-align: left;
	line-height: 1.15em;
	letter-spacing: 2px;
}

/* before you invest */
.byi-container {max-width:1800px; margin:0 auto;}
.ayi-container {max-width:1800px; margin:2.5% auto 0;}
.byi-header {
	height:auto;
	margin-top:3%;
	font-size: 1.25em;
	clear: both;
	padding-left: 3.2544%;
	padding-right:3.2544%;
	text-align: center;
	line-height: 1;
	overflow: auto;
	color: #000000;
	margin-bottom:3%;
}
.byi-header h1 {
	font-size:2.9em;
	text-transform:uppercase;
}
.byi-header h2 {
	font-size:1.25em;
}
.byi-image {
	padding-top:2%;
	padding-left:2%;
	max-width:546px;
}
.byi-image img {max-width:100%;}
.byi-text {
	font-size:1.12em;
	padding-left:2.5%;
	padding-right:2.5%;
	line-height:1.5;
}
.byi-text h2{
	text-align:left;
	font-size:2.5em;
	margin-bottom: 25px;
	font-weight:bold;
	text-transform:uppercase;
}
.byi-text p {
	font-size:1.25em;
	font-weight:300;
	margin-bottom:20px;
	text-align:right;
}

/* after you invest */
.ayi-image {
	padding-top:2%;
	padding-right:2%;
	max-width:500px;
}
.ayi-image img {max-width:100%;}
.ayi-text {
	font-size:1.12em;
	padding-right:2.5%;
	padding-left:2.5%;
	line-height:1.5;
}
.ayi-text h2{
	text-align:left;
	font-size:2.5em;
	margin-bottom: 25px;
	font-weight:bold;
	text-transform:uppercase;
}
.ayi-text p {
	font-size:1.25em;
	font-weight:300;
	margin-bottom:20px;
	text-align:left;
}

.footer {
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	padding-top:3.5%;
	padding-bottom:3.5%;
	font-family: "Lato Light";
	line-height:1.1;
}
.footer h4 {text-transform:uppercase; font-size:1.75em; margin-bottom:15px; letter-spacing:2px; font-weight:800;}
.footer p {margin-left:4%; margin-right:4%; font-size:1.1em; letter-spacing:2px; margin-bottom:2%; margin-top:10px; font-weight:300;}
@media (max-width:1440px) and (min-width:769px) {
	.quote-container {font-size:1em;}
	#summary, #management, #terms {margin:3% auto 8%;}
}
@media (max-width:780px) and (min-width:766px) {
	.navbar-right {margin-right:-5px;}
}
@media (max-width:766px) and (min-width:20px) {

	#contact-icon {visibility:hidden;}
	#contact-text {visibility:visible; padding-left:15px; font-size:1.25em; letter-spacing:2px;}
	#contact-text:hover {color:#000000;}

	.register-inline {background-color:transparent; border:none; font-size:1em; color:#FFFFFF; padding-left:0px !important;letter-spacing:2px;}
	.register-inline a{color:#FFFFFF; font-family:'Lato Light'; font-size:1em; }
	.register-inline a:hover, .navbar-nav > li > button a:hover {background-color:transparent; color:#000000; text-decoration:none;}
	.register-inline:hover, .navbar-nav > li > button:hover {background-color:transparent; color:#000000;}
	.navbar-fixed-top .navbar-collapse{ min-height:1px !important; max-height:475px !important; padding-left:40px;}
	.access-prospectus-container, .become-ip-container {width:80%; max-width:none; margin:0 auto;}
	.access-prospectus-btn, .become-ip-btn {min-width:1px; font-size:1.5em;}
	.quote-container {font-size:.9em;}
	.mainheader-overlay {margin-top:70%;}
	.mainheader-overlay h1 {font-size:3em;}
	.byi-text p {text-align:left;}
	#summary, #management, #terms {margin:3% auto 8%;}
	#myBtn {margin-top:12px;}
}
@media (max-width:868px) and (min-width:426px) {
	.navbar-default .navbar-nav >li > a {font-size:1em;}
	#contact-text {font-size:1em !important; padding:0px;}
	.modal-content {min-width:450px;}
	#myBtn {margin-top:0px;}
	#five>btn {margin-top:0px;}
	#six {margin-top:0px;}
}
@media (max-width:768px) {
	.breakpoint-one, .breakpoint-two, .breakpoint-three, .breakpoint-four {
		background-size:cover;
		height:auto;
		max-height:500px;
		margin-top:5%;background-attachment: scroll;}
	.logo {margin-left:25%; width:50%;}
	}
@media (max-width:425px) {
	.navbar {height:55px;}
}

.fixed-z{
  -webkit-animation: zfade 6s; /* Safari 4+ */
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  }
  @-webkit-keyframes zfade {

  0%   { z-index:1040 }
  100% { z-index: 2016;}
  }
  @keyframes zfade {

  0%   { z-index:1040 }
  100% { z-index: 2016;}
  }




  .alert {
    z-index: 2000;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  background-size: 40px 40px;
  background-image: -webkit-gradient(linear, left top, right bottom,
            color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
            color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
                     to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                     transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                     transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                     transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                     transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                      transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                      transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                      transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                       transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                       transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                        transparent 75%, transparent);
  -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  width: 100%;
  color: #fff;
  padding: 15px;
  position: fixed;
  _position: absolute;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);


  -webkit-animation: myfade 6s; /* Safari 4+ */
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  }
  @-webkit-keyframes myfade {

  50%   { opacity: 1; }
  100% { opacity: 0;}
  }

  @keyframes myfade {

50%   { opacity: 1; }
100% { opacity: 0;}
}

  .alert-success {
      /*color: #ffffff;
      background-color: rgba(38, 185, 154, 0.88);
      border-color: rgba(38, 185, 154, 0.88);
      margin-top: 5%;
  padding: 1%;*/
  background-color: #61b832 !important;
      border-color: #55a12c !important;
      color: #fff;
    }

  .alert-info {
    background-color: #4ea5cd !important;
    border-color: #3b8eb5 !important;
    color: #fff;
      }

  .alert-warning {
    background-color: #eaaf51 !important;
    border-color: #d99a36 !important;
    color: #fff;
  }

  .alert-danger{
    color: #a94442;
      background-color: #f7eded !important;
      border-color: #ebccd1 !important;
      color: #fff;
  }

  .alert-error {
    background-color: #de4343 !important;
     border-color: #c43d3d !important;
     color: #fff;
  }

/* nav bar toggle */
@media (max-width: 950px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
		#contact-icon {visibility:hidden;}
	#contact-text {visibility:visible; padding-left:15px; font-size:1.25em; letter-spacing:2px; color: #fcf565;}
	#contact-text:hover {color:#000000;}
	.register-inline {background-color:transparent; border:none; font-size:1em; color: #fcf565; padding-left:0px !important;letter-spacing:2px;}
	.register-inline a{color:#FFFFFF; font-family:'Lato Light'; font-size:1em; }
	.register-inline a:hover, .navbar-nav > li > button a:hover {background-color:transparent; color:#000000; text-decoration:none;}
	.register-inline:hover, .navbar-nav > li > button:hover {background-color:transparent; color:#FFF;}
	.navbar-fixed-top .navbar-collapse{ min-height:1px !important; max-height:500px !important; padding-left:40px;}
	#myBtn {margin-top:10px;}
	#five>btn {margin-top:0px;}
	#six {margin-top:0px; margin-bottom:10px}
	#contact-text:hover {color:#FFF !important;}
}
