/* 
Colors
#344f5e (Grey dark blue)
#6abd92 (Green)
#58s95b (Dark blue)
#257164 (Dark green)
#ed1747 (Red)
#f2f2f2 (Light grey)
*/

body {
	font-family: 'Palanquin', sans-serif;
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	height: auto;
}

a:hover {
	text-decoration: none;
}

p, .text {
	line-height: 30px;
}

.btn-primary.grn {
	background-color: #6abd92;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #6abd92;
	border-radius: 15px;
	padding: 15px 30px;
	min-width: 180px;
}

.btn-primary.grn:hover {
	background-color: #6abd92;
	border: 1px solid #6abd92;
	color: #fff;
	padding: 15px 30px;
}

.btn-primary.wht {
	background-color: #fff;
	color: #344f5e;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 15px;
	padding: 15px 30px;
	min-width: 180px;
}

.btn-primary.wht:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #344f5e;
	padding: 15px 30px;
}

.btn-primary {
	background-color: #344f5e;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 10px;
	min-width: 180px;
}

.btn-primary:hover {
	background-color: #344f5e;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 10px;
}

/* Flip over effect on home page */

.flip-container {
	perspective: 1000px;
}

/* Flip the pane on hover */

.flip-container:hover .flipper, .flip-container:hover.flipper {
	transform:rotateY(180deg);
}

.flip-container, .front, .back {
	width: 100%;
	height: 300px;
}

/* Flip speed */

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */

.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* Front pane placed above back */

.front {
	z-index: 2;
	transform: rotateY(0deg);
}

/* Back initially hidden pane */

.back {
	transform: rotateY(180deg);
}

/* ============================== */

/*/*menubar*/

.topbar {
	background-color: #6abd92;
	color: #fff;
}

#top-navbar {
	float: right;
	text-align: right;
}

.topbar p {
	color:#fff;
	font-size: 17px;
	text-align: right;
}

.topbar p a{
	color: #fff;
	vertical-align: middle;
	padding-right: 15px;
	padding-top: 5px;
}

.topbar i {
	font-size:25px;
	vertical-align: middle;
	padding-right: 10px;
}

.menubar{
	/*background-color: #fff;*/
	text-align: right;
	vertical-align: middle;
	color: #fff!important;
}

.menubar.logo {
	text-align: left;
}

.menubar.logo img {
	width:70%;
	margin-top: 0px;
	margin-bottom: 10px;
}

.menubar .navbar-nav>li>a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 0;
	text-align: right;
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	padding-top: 0;
}

/*General header.smaller*/
.navbar-brand{
	display: none;
}

header {
	background-color: #fff;
	/*position: fixed;*/
	width: 100%;
	top: 0;
	z-index: 999;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

header .logo #wht-logo {
	margin-top: 0px;
	width: 70%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 8px;
}

.header-navbar .logo #col-logo {
	display: none;
}

header.smaller {
	position: fixed;
	width: 100%;
	z-index: 999;
	box-shadow: 0 2px 2px -2px gray;
}

header.smaller .header-navbar{
	box-shadow: 0 2px 2px -2px gray;
	background-color: #fff!important;

}

header.smaller .navbar-default li a {
	padding-top: 0px;
	padding-bottom: 10px;
	color: #000!important;
	/*font-size: 12px;*/
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller .navbar-default li a>i {
	color: #000!important;
}

header.smaller .logo #wht-logo {
	display: none;
}

header.smaller .logo #col-logo{
	display: block;
	width: 70%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*================================*/

.navbar-nav>li>a>i {
	font-size: 20px;
}

.navbar-nav>li.social-link>a {
	padding-right: 4px!important;
	padding-left: 4px!important;
}

.navbar-default{
	background-color: transparent;
	border: none;
	color: #fff;
	font-weight: 300;
	vertical-align: middle;
	text-align: right;
	float: right;
	display: inline-block;
}

.other-pages {
	padding-top: 25px;
}

.header-navbar{
	margin-bottom: 0;
	margin-top: 0px;
	position: absolute;
	z-index: 999;
	background-color: transparent;
	width: 100%;
}

.header-navbar .navbar-default{
	margin-top: 20px;
	margin-bottom: 0;
}

.header .navbar-nav>li>a, .header .navbar-nav>li>a>i {
	color: #fff!important;
}

.navbar .navbar-nav>li>a {
	color: #000;
	text-decoration: none;
	padding-bottom: 0;
	text-align: right;
	float: none;
	margin-left: 0px;
	padding-top: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 9px;
	padding-right: 9px;
}

.home-header .navbar .navbar-nav>li>a {
	padding-top: 20px;
	font-size: 16px;
}

.home-header.smaller .navbar .navbar-nav>li>a {
	padding-top: 0px;
}

.navbar .navbar-nav>li>a>i {
	color: #344f5e;
	margin-bottom: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li .open .dropdown-toggle{
	background-color: transparent!important;
	color: #6abd92!important;
	font-weight: 500;
}

.navbar-nav li{
	float: none;
	text-align: right;
	display: inline-block;
}

/*home page*/

.slide1 {
	background-image: url('/images/home/home-header2.jpg');
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	text-align: center;
}

.slide2 {
	background-image: url('https://dummyimage.com/1920x800/ccc/fff.jpg');
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	text-align: center;
}

.slide3 {
	background-image: url('https://dummyimage.com/1920x800/ccc/fff.jpg');
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	text-align: center;
}

.slide4 {
	background-image: url('https://dummyimage.com/1920x800/ccc/fff.jpg');
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	text-align: center;
}

.flexslider {
	margin: 0!important;
	padding: 0!important;
	border: 0px!important;
}

.flexslider .slides img {
	width: 100%!important;
	display: inline!important;
}

.flex-control-nav {
	bottom: 20px!important;
	z-index: 100!important;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
	background-color: #fff;
}

.flex-control-paging li a {
	background-color: rgba(255,255,255,0.5);
}

.slide-header{
	margin-top: 300px;
}

.slide-header h1 {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 55px;
}

.slide-header h2 {
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 40px;
}

#email2 {
	display: none;
}

.home-intro {
	padding-top: 150px;
	padding-bottom: 150px;
}

.home-intro h2 {
	color: #344f5e;
	text-transform: uppercase;
	margin-top: 0;
}

.home-intro input {
	padding: 10px;
	margin-bottom: 10px;
	width: 70%;
	text-transform: uppercase;
}

.home-intro p {
	line-height: 30px;
}

.home-intro p>strong {
	font-size: 18px;
	color: #344f5e;
	text-transform: uppercase;
	font-size: 18px;
}

.home-intro .btn-primary.grn {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.home-smart {
	background-image: url('/images/home/home-parallax.jpg');
    height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    padding-top: 200px;
}

.home-smart #make, #decisions {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
	color: #344f5e; 
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.home-smart h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size:140px;
	color: #344f5e;
	margin-top: 0;
	margin-bottom: 20px;	
}

.home-smart a {
	text-transform: uppercase;
	/*font-weight: 600;*/
	color: #6abd92; 
	/*font-size: 25px;*/
}

.home-smart .text {
	margin-top: 20px;
	margin-bottom: 20px;
}

.home-smart i {
	margin-right: 10px;
	font-size: 35px;
	vertical-align: middle;
}

.home-gigs {
	padding-top: 40px;
	text-align: center;
}

.home-gigs h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #344f5e;
	margin-top: 0;
	margin-bottom: 40px;
}

.home-gigs p {
	margin-bottom: 40px;
}

.home-gigs img {
	padding: 40px;
}

.caption {
	text-transform: uppercase;
	font-weight: 600;
	color: #344f5e; 
	font-size: 20px;
}

.gig-cats {
	position: relative;
}

.gig-cats .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}

.gig-cats .image-wrapper img {
	position: relative;
	height: 100%;
}

.gig-cats .overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	color: #fff;
	padding-top: 100px;
}

.back {
	background-image: url('https://dummyimage.com/400x253/ccc/000.jpg');
	color: #fff;
	text-align: center;
	padding: 0px;
}

.back-overlay {
	position: absolute;
	top:  0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: rgba(106, 189, 146, 0.8);
	padding: 40px;
}

.back-overlay.short {
	padding-top: 60px;
}

.mobile-gig {
	display: none;
}

.home-easyequities {
	background-image: url('/images/home/home-easyequities.jpg');
	background-position: center;
	background-size: cover;
	height: 500px;
	text-align: center;
	color: #fff;
}

.home-easyequities img {
	width: 20%;
	margin-top: 20px;
}

.home-easyequities h2 {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	margin-top: 120px;
	margin-bottom: 20px;
}

.home-partners {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.home-partners h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #344f5e;
	margin-top: 0;
	margin-bottom: 20px;
}

.home-partners p {
	margin-bottom: 40px;
}

/* About page */

.about-header {
	background-image: url('/images/about/about-header.jpg');
	background-position: center;
	background-size: cover;
	height: 500px;
	text-align: center;
}

.about-header h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 400px;
}

.about-who {
	padding-top: 40px;
}

.about-who h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #344f5e;
	margin-top: 0;
	margin-bottom: 20px;
}

.about-why {
	padding-top: 40px;
	padding-bottom: 40px;
}

.about-why h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #344f5e;
	margin-top: 0;
	margin-bottom: 20px;
}

.about-easy-equities {
	padding-bottom: 40px;
}

.about-easy-equities h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #344f5e;
	margin-top: 0;
	margin-bottom: 20px;
}

.about-register {
	background-image: url('/images/about/about2.jpg');
	background-position: center;
	background-size: cover;
	height: 600px;
}

.about-register h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 15%;
}

.about-register h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}

.about-register p {
	color: #fff;
	margin-bottom: 20px;
	text-align: justify;
	font-weight: 500;
}

.testimonials {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #6abd92;
	text-align: center;
	color: #fff;
}

.testimonials h2 {
	text-transform: uppercase;
	color: #fff;
}

/* Blog Page */
.blog-header {
	background-image: url('/images/about/about-header.jpg');
	background-position: center;
	background-size: cover;
	height: 500px;
	text-align: center;
}

.blog-header h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 400px;
}

.blog {
	padding-top: 40px;
	padding-bottom: 40px;
}

.post {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.post-preview {
	padding: 30px;
	position: relative;
	backface-visibility:hidden;
	margin-top: -70px;
	background-color: #fff;
	z-index: 999;
	margin-left: 40px;
	margin-right: 40px;
	box-shadow: 0px 5px 3px #ececec;
	transition: all 0.5s ease;
}

.post:hover .post-preview {
	margin-top: -80px;
}

.post h2 {
	color:#344f5e;
	text-transform: uppercase;
	font-size: 25px;
	margin-top: 0;
}

.post h2 a {
	color:#344f5e;
}

.post .post-date {
	color:#6abd92;
}

.post .post-desc {
	line-height: 20px;
}

.post .post-desc a {
	color: #333;
}

.blog-post-header {
	background-image: url('/images/about/about-header.jpg');
	background-position: center;
	background-size: cover;
	height: 500px;
	text-align: center;
	position: relative;
}

.blog-post-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, #344f5e);
  opacity: .6;
}

.blog-post-header h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 400px;
}

.blog-post-header .post-date {
	color: #fff;
}

.blog-post {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*owl-carousel*/

.owl-carousel{
	text-align: center;
}

.owl-carousel p{
	font-size: 15px;
	margin-top: 20px;
	font-weight: 300;
}

.owl-carousel img{
	width: 80%;
}

.owl-prev i{
	color: #fff;
	font-size: 10px;
}

.owl-prev{
	display: inline-block;
	text-align: left;
	padding: 10px;
}

.owl-nav{
	display: inline-block;
}

.owl-next i{
	color: #fff;
	font-size: 10px;
}

.owl-next{
	display: inline-block;
	text-align: right;
	padding: 0px 20px 0px 20px;
}

.owl2.owl-carousel .owl-dot {
	height: 15px;
	width: 15px;
	margin: 5px;
	position: relative; 
    bottom: 30px;
    padding: 5px;
	display: inline-block;
	border-radius: 100px;
	background:rgba(0, 0, 0, 0.5);
}

.owl2.owl-carousel .owl-dot.active {
	background:rgba(0, 0, 0, 1);
	padding: 5px;
}

.signup {
	background-image: url('/images/signup/signup-background.jpg');
	background-position: center;
	background-size: cover;
	min-height: 80vh;
	text-align: center;
	padding-top: 140px;
	padding-bottom: 40px;
}

.signup h2 {
	text-transform: uppercase;
	color: #fff;
	margin-top: 0;
}

.signup p {
	color: #fff;
}

.signup-form {
	text-align: left;
}

#form-wrapper{
	background-color: #ececec;
	padding: 30px;
}

.signup-form label {
	color: #000;
}

.signup-form input, .signup-form textarea {
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
}

.signup-form p {
	font-size: 10px;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
}

.signup-form .btn-primary {
	width: 40%;
	text-align: center;
	margin-bottom: 0;
	padding: 5px!important;
}

input:focus, textarea:focus, select:focus {
	outline-color: #6abd92;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}
 
.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #6abd92;
	color: #fff;
	display: none;
}
 
#email2 {
	display: none;
}

/*Pre register Step 1*/

.pre-register {
	background-image: url('/images/signup/signup-background.jpg');
	background-position: center;
	background-size: cover;
	min-height: 80vh;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px;
}

.pre-register h1 {
	text-transform: uppercase;
	color: #fff;
	margin-top: 0;
}

.pre-register p {
	color: #fff;
}

.pre-register #form-wrapper p {
	color: #000;
}

.social-login {
	margin-top: 20px;
}

.social-login .btn-primary.facebook {
	background-color: #3b5998;
	text-transform: uppercase;
	border: 1px solid #3b5998;
	border-radius: 15px;
	padding: 10px 20px;
	color: #fff;
	margin-bottom: 20px;
	min-width: 300px;
	width: 100%;
	font-size: 20px;
}

.social-login .btn-primary.google {
	background-color: #df4a32;
	text-transform: uppercase;
	border: 1px solid #df4a32;
	border-radius: 15px;
	padding: 10px 20px;
	color: #fff;
	min-width: 300px;
	width: 100%;
	font-size: 20px;
}

.social-login .btn-primary i {
	font-size: 35px;
	padding-right: 30px;
	vertical-align: middle;
}

.right-align {
	text-align: right;
	font-size: 18px!important;
}

#pre-register-form {
	text-align: left;
}

#pre-register-form p {
	color: #333;
	font-size: 12px;
}

#pre-register-form input {
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
}

#pre-register-form textarea {
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
	height: 100px;
}

/*Pre register step2*/

#register-step2-form {
	text-align: left;
}

input {
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
}

select {
	width: 100%;
	padding: 3px;
	margin-bottom: 15px;
}

textarea {
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
	height: 110px;
}


#register-step2-form p {
	color: #333;
	font-size: 12px;
}

.summary {
	background-color: #fff;
	padding: 15px;
}

.summary h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: #344f5e;
}

.summary h3 span {
	float: right;
	color: #6abd92;
}

.summary p {
	margin-bottom: 0;
	font-size: 16px!important;
	font-weight: 300;
}

form .btn-primary {
	margin-top: 10px;
    background-color: #6abd92;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #6abd92;
    border-radius: 15px;
    padding: 15px 30px;
    width: 200px;
}

form .btn-primary:hover {
    background-color: #6abd92;
    color: #fff;
    border: 1px solid #6abd92;
    border-radius: 15px;
    padding: 15px 30px;
}

.picker__select--year {
    width: 25%;
    height: auto;
}

.picker__select--month {
	width: 40%;
	height: auto;
}

.modal-header {
	background-color: #D31E60;
}

.modal-header h4 {
	color:#fff;
}

/* login page */

.login {
	background-image: url('/images/signup/signup-background.jpg');
	background-position: center;
	background-size: cover;
	min-height: 80vh;
	text-align: center;
	padding-top: 160px;
	padding-bottom: 40px;
}

.login h2 {
	text-transform: uppercase;
	color: #fff;
	margin-top: 0;
}

.login p {
	color: #fff;
}

.login-form {
	text-align: left;
}

.login-form input {
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
}

.login-form .btn-primary {
	width: 200px;
}

/* Contact page */

.contact-header {
	background-image: url('/images/contact/contact-header.jpg');
	background-position: center;
	background-size: cover;
	height: 500px;
	text-align: center;
}

.contact-header h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 400px;
}

.contact {
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact h2 {
	color: #344f5e;
	text-transform: uppercase;
	font-weight: 700;
	
}

.contact-form input {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
}

.contact-form textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
	height:150px;
}

.contact-form .btn-primary {
	width: 30%;
}

.contact-details {
	padding-left: 40px;
}

.contact-details p {
	padding-top: 20px;
}

.contact-details i {
	display: inline-block;
	width: 10%;
	font-size: 40px;
	color: #6abd92;
}

.contact-details span {
	display: inline-block;
	width: 90%;
	vertical-align: top;
	font-size: 18px;
}

.contact-details a {
	color: #333;
}

.contact-details a:hover {
	color: #333;
	border-bottom: 1px dotted;
}

/* FAQs */

.faqs-header {
	background-image: url('/images/faqs/faqs-header.jpg');
	background-position: center;
	background-size: cover;
	height: 500px;
	text-align: center;
}

.faqs-header h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 400px;
}

.faqs {
	padding-top: 40px;
	padding-bottom: 40px;
}

.faqs h2 {
	color: #344f5e;
	text-transform: uppercase;
	font-weight: 700;
	
}

/*Costs page*/

.cost-header {
	background-image: url('/images/cost/cost-header.jpg');
	background-position: center;
	background-size: cover;
	height: 500px;
	text-align: center;
}

.cost-header h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 400px;
}

.costs {
	padding-top: 40px;
	padding-bottom: 40px;
}

.costs h2 {
	color: #344f5e;
	text-transform: uppercase;
	font-weight: 700;
	
}

.costs ul {
	list-style-type: none;
	padding-left: 15px;
}

/* Footer */

.footer {
	background-color: #344f5e;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	text-align: center;
}

 .footer-menu {
 	text-align: center;
 }
 
 .footer-menu a {
 	color: #fff;
 	display: inline-block;
 	font-size: 16px;
 	padding-left: 15px;
 	padding-right: 15px;
 	text-transform: uppercase;
 	margin-top: 15px;
 }
 
 .footer-logo {
 	width: 60%;
 	margin-bottom: 10px;
 }

.footer-lower {
	background-color: #f2f2f2;
}

.footer-lower p, .footer-lower a {
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	text-align: left;
}